sp-dev-fx-webparts/samples/js-theme-manager
dependabot[bot] b2f464a737
Bump browserify-sign from 4.2.1 to 4.2.2 in /samples/js-theme-manager
Bumps [browserify-sign](https://github.com/crypto-browserify/browserify-sign) from 4.2.1 to 4.2.2.
- [Changelog](https://github.com/browserify/browserify-sign/blob/main/CHANGELOG.md)
- [Commits](https://github.com/crypto-browserify/browserify-sign/compare/v4.2.1...v4.2.2)

---
updated-dependencies:
- dependency-name: browserify-sign
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-28 00:43:23 +00:00
..
.devcontainer Added SPFx 1.10 containers 2022-02-15 00:50:11 -05:00
assets Changed docs links to learn 2022-10-24 09:42:45 -04:00
config Upraded to SPFx 1.10.0 2020-06-01 00:29:29 -04:00
src Upraded to SPFx 1.10.0 2020-06-01 00:29:29 -04:00
.editorconfig Modern Experience Theme Manager (#796) 2019-02-28 17:36:53 +02:00
.gitignore Modern Experience Theme Manager (#796) 2019-02-28 17:36:53 +02:00
.yo-rc.json Upraded to SPFx 1.10.0 2020-06-01 00:29:29 -04:00
README.md Updated contributors for readmes 2023-03-15 00:11:27 -04:00
gulpfile.js Modern Experience Theme Manager (#796) 2019-02-28 17:36:53 +02:00
package-lock.json Bump browserify-sign from 4.2.1 to 4.2.2 in /samples/js-theme-manager 2023-10-28 00:43:23 +00:00
package.json Bump debug, @microsoft/sp-build-web and @microsoft/sp-webpart-workbench 2023-01-12 08:47:34 -05:00
tsconfig.json Upraded to SPFx 1.10.0 2020-06-01 00:29:29 -04:00
tslint.json Modern Experience Theme Manager (#796) 2019-02-28 17:36:53 +02:00

README.md

Modern Experience Theme Manager

Summary

This sample web part provides a user interface for creating, updating, deleting and applying a Modern Experience SharePoint theme in SharePoint Online.

The Theme Palette can be generated using the UI Fabric Theme Generator at: https://developer.microsoft.com/en-us/fabric#/styles/themegenerator

The following four features are available within this sample

Create a theme

Using a provided theme name and theme color palette a Modern Experience them is created and available at the tenant level. preview

Update a theme

By selecting a pre-existing theme from the dropdown, the theme at the tenant level will be updated with the palette provided in the Theme Palette textbox. preview

Delete a theme

By selecting a pre-existing theme from the dropdown, the theme will be deleted from the tenant level. preview

Apply a theme

By providing a Site Collection URL, along with a theme name and palette, the theme will be applied to the Site Collection directly without being added to the tenant Company Theme options.
NOTE: This is a great option to provide theme management of a Site Collection without adding a theme to the "Company Themes" choices within the "Change the Look" options at the tenant level. The web part could be added to a Site Collection App Catalog to ensure availability of the web part is only available to those approved for theme management. preview

Compatibility

⚠️ Important
Every SPFx version is only compatible with specific version(s) of Node.js. In order to be able to build this sample, please ensure that the version of Node on your workstation matches one of the versions listed in this section. This sample will not work on a different version of Node.
Refer to https://aka.ms/spfx-matrix for more information on SPFx compatibility.

SPFx 1.10 Node.js v10 | v8 Compatible with SharePoint Online Does not work with SharePoint 2019 Does not work with SharePoint 2016 (Feature Pack 2) Local Workbench Incompatible Hosted Workbench Compatible Compatible with Remote Containers

Applies to

Contributors

Version history

Version Date Comments
1.0 February 27, 2019 Initial release
2.0 June 1, 2020 Upgraded to SPFx 1.10.0

Minimal Path to Awesome

  • Clone this repository
  • in the command line run:
    • npm install
    • gulp serve

This sample can also be opened with VS Code Remote Development. Visit https://aka.ms/spfx-devcontainer for further instructions.

Features

This Web Part illustrates the following concepts on top of the SharePoint Framework:

  • Using the SharePoint Online REST API to manage Modern Experience Themes

Additional Information

Help

We do not support samples, but we this community is always willing to help, and we want to improve these samples. We use GitHub to track issues, which makes it easy for community members to volunteer their time and help resolve issues.

If you're having issues building the solution, please run spfx doctor from within the solution folder to diagnose incompatibility issues with your environment.

You can try looking at issues related to this sample to see if anybody else is having the same issues.

You can also try looking at discussions related to this sample and see what the community is saying.

If you encounter any issues while using this sample, create a new issue.

For questions regarding this sample, create a new question.

Finally, if you have an idea for improvement, make a suggestion.

Disclaimer

THIS CODE IS PROVIDED AS IS WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.