This package has been deprecated

Author message:

spfx-uifabric-themes got replaced by hTWOo - https://my.n8d.at/hTWOo and check the updated documentation for this package: https://lab.n8d.studio/spfx-uifabric-themes/

spfx-uifabric-themes
TypeScript icon, indicating that this package has built-in type declarations

0.9.0 • Public • Published

Build Status Greenkeeper badge

Office UI Fabric and Office 365 Theme support for SharePoint Framework Projects

This NPM package allows you to use theme token from Office UI Frabric in SharPoint Framework Projects.

Installation

Create a new SharePoint Framework Project and add this package to your project.

npm install --save-dev spfx-uifabric-themes 

After this installation this package should be listed as a dev dependency in your SPFX Project.

Enhanced theme slot selection

You can use it the same way like before but the variable reference will change to.

@import './node_modules/spfx-uifabric-themes/ouif.theme';

This new SASS file will support more that 100 different themes slots such as backgroundColor, textColor.

The variables have been renamed to follow this pattern now:

.container {
  background-color: $ouif-primaryBackground; // Adds "[theme:primaryBackground, default:#ffffff]";
}

Use TypeDefinitions for window.__themeState__ object

In your web part code add the following line to your webpart or extension project.

import {Theme} from 'spfx-uifabric-themes';

After that you should see the following extensions on the window object.

TypeScript themestate

CSS Variable support for SPFx projects

Now native CSS variable can also be used in SPFx project using this project. Read everything on this in my blog post or on the dedicated documentation page

Additional functions

You will find all additional functions in the documentation:

  • Typopgraphy
    Create font-weight, font-styles and general text styles
  • State styles
    Creates alert, error, info, server and success styles

License

MIT License

Copyright (c) 2017 Stefan Bauer

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Package Sidebar

Install

npm i spfx-uifabric-themes

Weekly Downloads

3,789

Version

0.9.0

License

MIT

Unpacked Size

429 kB

Total Files

34

Last publish

Collaborators

  • stfbauer