Socket
Socket
Sign inDemoInstall

@uifabric/styling

Package Overview
Dependencies
Maintainers
3
Versions
422
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@uifabric/styling - npm Package Compare versions

Comparing version 0.6.1 to 0.7.0

19

CHANGELOG.json

@@ -5,2 +5,21 @@ {

{
"version": "0.7.0",
"tag": "@uifabric/styling_v0.7.0",
"date": "Thu, 08 Jun 2017 00:18:05 GMT",
"comments": {
"minor": [
{
"author": "Christian Gonzalez <christianjordangonzalez@gmail.com>",
"commit": "58ebffae702a799225c3c09d94175bffd85b2986",
"comment": "ITheme: Make palette a required prop"
}
],
"dependency": [
{
"comment": "Updating dependency \"@uifabric/utilities\" from `>=4.1.1 <5.0.0` to `>=4.1.2 <5.0.0`"
}
]
}
},
{
"version": "0.6.1",

@@ -7,0 +26,0 @@ "tag": "@uifabric/styling_v0.6.1",

9

CHANGELOG.md
# Change Log - @uifabric/styling
This log was last generated on Tue, 06 Jun 2017 07:41:47 GMT and should not be manually modified.
This log was last generated on Thu, 08 Jun 2017 00:18:05 GMT and should not be manually modified.
## 0.7.0
Thu, 08 Jun 2017 00:18:05 GMT
### Minor changes
- ITheme: Make palette a required prop
## 0.6.1

@@ -6,0 +13,0 @@ Tue, 06 Jun 2017 07:41:47 GMT

2

dist/999a39fc-2e41-878c-eeb6-f8d33c5e46cf.manifest.json

@@ -5,3 +5,3 @@ {

"componentType": "Library",
"version": "0.6.0",
"version": "0.6.1",
"manifestVersion": 2,

@@ -8,0 +8,0 @@ "loaderConfig": {

import { IPalette, IFontStyles, ISemanticColors } from '../interfaces/index';
export interface ITheme {
palette?: IPalette;
fonts?: IFontStyles;
palette: IPalette;
fonts: IFontStyles;
semanticColors?: ISemanticColors;

@@ -14,6 +14,6 @@ }

*/
export declare function loadTheme(theme: ITheme): void;
export declare function loadTheme(theme: Partial<ITheme>): void;
/**
* Creates a custom theme definition which can be used with the Customizer.
*/
export declare function createTheme(theme: ITheme): ITheme;
export declare function createTheme(theme: Partial<ITheme>): ITheme;
import { IPalette, IFontStyles, ISemanticColors } from '../interfaces/index';
export interface ITheme {
palette?: IPalette;
fonts?: IFontStyles;
palette: IPalette;
fonts: IFontStyles;
semanticColors?: ISemanticColors;

@@ -14,6 +14,6 @@ }

*/
export declare function loadTheme(theme: ITheme): void;
export declare function loadTheme(theme: Partial<ITheme>): void;
/**
* Creates a custom theme definition which can be used with the Customizer.
*/
export declare function createTheme(theme: ITheme): ITheme;
export declare function createTheme(theme: Partial<ITheme>): ITheme;

@@ -5,4 +5,4 @@ {

"packages/styling/.npmrc": "825c83e09df4dad076d980d1236c532d689edf75",
"packages/styling/CHANGELOG.json": "37b19963bf08891a0bdb86f97b2230cfcde6d1dc",
"packages/styling/CHANGELOG.md": "6a41987cb1515da363769c9d32f4f3b3d20498c9",
"packages/styling/CHANGELOG.json": "f38aad554754b369ab55e01d595a3b0cf9043854",
"packages/styling/CHANGELOG.md": "a8a1b09992fa177ea05e6ee632534eb2b65a1428",
"packages/styling/README.md": "793b76a8d1e8ba29a382526c492972beea3dc535",

@@ -14,3 +14,3 @@ "packages/styling/config/api-extractor.json": "9c294e8c13388f8d28d5aa10408fc68cf74723be",

"packages/styling/index.html": "df2218fe1ab9aa3e7b2208487831f853308c9623",
"packages/styling/package.json": "574e1618670fd3f4de7b7741331f5befaa23710d",
"packages/styling/package.json": "0dc9af9ba38a8068ac93bf223980b0d0539204ac",
"packages/styling/src/classNames/AnimationClassNames.ts": "1b073c8ebeedeb817255ba6249fb1ad0cec5e37f",

@@ -63,3 +63,3 @@ "packages/styling/src/classNames/ColorClassNames.ts": "64c3d578a59208d7baf844663b61737fab24599f",

"packages/styling/src/utilities/mergeStyles.ts": "869648ac51e6ca2ae2f7c23e34c606c430d625c6",
"packages/styling/src/utilities/theme.ts": "680ec7dff0b5734aa13f0636cad08c6304bd4abb",
"packages/styling/src/utilities/theme.ts": "a4d6166a9a829bd0088737fd7c3198a1aacfe79b",
"packages/styling/tsconfig.json": "b7402a941d26ba50f59b9f0dca1a23a930c5947b",

@@ -73,3 +73,3 @@ "packages/styling/tslint.json": "621ee6ba046052113aa7042fb5bb5323594253ff",

".npmrc": "825c83e09df4dad076d980d1236c532d689edf75",
".travis.yml": "7927295fb720c249e50b72ac68c11188278403d2",
".travis.yml": "900094a3d133444970300a13511b4abad9d686d8",
".vscode/launch.json": "43d411bfaede0d6857676339f267e6443724887e",

@@ -87,4 +87,7 @@ ".vscode/settings.json": "ed39f2d27033f522f08c3bc0d4ac061234e728d4",

"apps/component-demo/webpack.config.js": "3fb1f0a32ca1a71376b0261bd16dd3cc7b298c52",
"common/changes/office-ui-fabric-react/toggle_2017-06-06-07-11.json": "094a12ac55b5d0728b8e8feb6785a9765d5c2258",
"common/config/rush/npm-shrinkwrap.json": "4e55969f1cd720f488b70e7eca1887a18a7806c6",
"common/changes/@uifabric/example-app-base/example-app-base-fix_2017-06-07-23-54.json": "c7d7ce12a192bb1cb92a02a7f5a47c2441fcb0cf",
"common/changes/@uifabric/styling/palette-not-optional_2017-06-07-06-56.json": "919622252dcf89250d72370a702c2c21cd7ae1a6",
"common/changes/@uifabric/utilities/sopurand-TryCatchForRTL_2017-06-07-18-51.json": "f3447c83dc71cf9708e58d4de29a640932fb161d",
"common/changes/office-ui-fabric-react/palette-not-optional_2017-06-07-06-56.json": "b0fe8eef65633dbcd9a5402e93a0f947c1c4e45f",
"common/config/rush/npm-shrinkwrap.json": "bb33295801cc41f04744c332df92d2875a305a2d",
"common/config/rush/pinned-versions.json": "25d1374df7f188789dc94653ea3ba88be3dc8b90",

@@ -106,7 +109,7 @@ "ghdocs/ADVANCED.md": "f0558f5f4dac03666dcd181cadc97a821c368afe",

"package.json": "28ebb32f0eeecdca9df35beed19490817ec61e53",
"rush.json": "44266d69d03ac41b4133ab41dabf4e2a7119df12",
"rush.json": "6a2859648d2d510cfab012cbfda4fee9c353e0b7",
"scripts/selective-build.js": "9e20aefd82f13cd2cd7268e6f49b61e7f3e14e6e",
"scripts/updateReleaseNotes.js": "5f4c0f2cfa771bec72778134bc725846bb369dff"
},
"arguments": "D:\\agent\\1\\_work\\26\\s\\common\\temp\\node_modules\\.bin\\gulp --color --production"
"arguments": "D:\\agent\\3\\_work\\22\\s\\common\\temp\\node_modules\\.bin\\gulp --color --production"
}
{
"name": "@uifabric/styling",
"version": "0.6.1",
"version": "0.7.0",
"description": "Defines the core Office UI Fabric styles through a JavaScript interface.",

@@ -48,3 +48,3 @@ "main": "lib/index.js",

"@microsoft/load-themed-styles": "^1.2.2",
"@uifabric/utilities": ">=4.1.1 <5.0.0",
"@uifabric/utilities": ">=4.1.2 <5.0.0",
"tslib": "^1.6.0",

@@ -51,0 +51,0 @@ "rtl-css-js": "^1.1.0",

@@ -1534,3 +1534,3 @@ (function webpackUniversalModuleDefinition(root, factory) {

"componentType": "Library",
"version": "0.6.0",
"version": "0.6.1",
"manifestVersion": 2,

@@ -1537,0 +1537,0 @@ "loaderConfig": {

@@ -6,3 +6,3 @@ [

"componentType": "Library",
"version": "0.6.0",
"version": "0.6.1",
"manifestVersion": 2,

@@ -9,0 +9,0 @@ "loaderConfig": {

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc