Socket
Socket
Sign inDemoInstall

@fluentui/theme

Package Overview
Dependencies
Maintainers
12
Versions
144
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fluentui/theme - npm Package Compare versions

Comparing version 2.2.2 to 2.3.0

64

CHANGELOG.json

@@ -5,6 +5,68 @@ {

{
"date": "Thu, 19 Aug 2021 07:36:42 GMT",
"date": "Tue, 24 Aug 2021 07:32:28 GMT",
"tag": "@fluentui/theme_v2.3.0",
"version": "2.3.0",
"comments": {
"minor": [
{
"comment": "Updating TypeScript type-only imports/exports to use import/export type syntax.",
"author": "dzearing@hotmail.com",
"commit": "789a3733b128569190319fce3fe2b46900b24896",
"package": "@fluentui/theme"
}
],
"none": [
{
"comment": "Bump @fluentui/eslint-plugin to v1.4.1",
"author": "dzearing@hotmail.com",
"commit": "0abd957c8d4421018e6d792c2a4aa8876967392b",
"package": "@fluentui/theme"
},
{
"comment": "Bump @fluentui/utilities to v8.3.0",
"author": "dzearing@hotmail.com",
"commit": "0abd957c8d4421018e6d792c2a4aa8876967392b",
"package": "@fluentui/theme"
},
{
"comment": "Bump @fluentui/merge-styles to v8.1.4",
"author": "dzearing@hotmail.com",
"commit": "0abd957c8d4421018e6d792c2a4aa8876967392b",
"package": "@fluentui/theme"
},
{
"comment": "Bump @fluentui/set-version to v8.1.4",
"author": "dzearing@hotmail.com",
"commit": "0abd957c8d4421018e6d792c2a4aa8876967392b",
"package": "@fluentui/theme"
},
{
"comment": "Bump @fluentui/scripts to v1.0.0",
"author": "dzearing@hotmail.com",
"commit": "0abd957c8d4421018e6d792c2a4aa8876967392b",
"package": "@fluentui/theme"
}
]
}
},
{
"date": "Fri, 20 Aug 2021 07:37:28 GMT",
"tag": "@fluentui/theme_v2.2.2",
"version": "2.2.2",
"comments": {
"none": [
{
"comment": "Bump @fluentui/utilities to v8.3.0",
"author": "behowell@microsoft.com",
"commit": "21df8406417c5c5c1d053561a498b920ac962b4b",
"package": "@fluentui/theme"
}
]
}
},
{
"date": "Thu, 19 Aug 2021 07:41:35 GMT",
"tag": "@fluentui/theme_v2.2.2",
"version": "2.2.2",
"comments": {
"patch": [

@@ -11,0 +73,0 @@ {

# Change Log - @fluentui/theme
This log was last generated on Thu, 19 Aug 2021 07:36:42 GMT and should not be manually modified.
This log was last generated on Tue, 24 Aug 2021 07:32:28 GMT and should not be manually modified.
<!-- Start content -->
## [2.3.0](https://github.com/microsoft/fluentui/tree/@fluentui/theme_v2.3.0)
Tue, 24 Aug 2021 07:32:28 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/theme_v2.2.2..@fluentui/theme_v2.3.0)
### Minor changes
- Updating TypeScript type-only imports/exports to use import/export type syntax. ([PR #19471](https://github.com/microsoft/fluentui/pull/19471) by dzearing@hotmail.com)
## [2.2.2](https://github.com/microsoft/fluentui/tree/@fluentui/theme_v2.2.2)
Thu, 19 Aug 2021 07:36:42 GMT
Thu, 19 Aug 2021 07:41:35 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/theme_v2.2.1..@fluentui/theme_v2.2.2)

@@ -11,0 +20,0 @@

6

dist/theme.d.ts

@@ -1,4 +0,4 @@

import { IFontWeight } from '@fluentui/merge-styles';
import { IRawStyle } from '@fluentui/merge-styles';
import { IStyleFunctionOrObject } from '@fluentui/utilities';
import type { IFontWeight } from '@fluentui/merge-styles';
import type { IRawStyle } from '@fluentui/merge-styles';
import type { IStyleFunctionOrObject } from '@fluentui/utilities';

@@ -5,0 +5,0 @@ /**

@@ -7,5 +7,5 @@ ## API Report File for "@fluentui/theme"

import { IFontWeight } from '@fluentui/merge-styles';
import { IRawStyle } from '@fluentui/merge-styles';
import { IStyleFunctionOrObject } from '@fluentui/utilities';
import type { IFontWeight } from '@fluentui/merge-styles';
import type { IRawStyle } from '@fluentui/merge-styles';
import type { IStyleFunctionOrObject } from '@fluentui/utilities';

@@ -806,5 +806,4 @@ // @public

// (No @packageDocumentation comment for this package)
```

@@ -1,2 +0,2 @@

import { IPalette } from '../types/index';
import type { IPalette } from '../types/index';
export declare const DefaultPalette: IPalette;

@@ -1,2 +0,2 @@

import { PartialTheme, Theme } from './types/index';
import type { PartialTheme, Theme } from './types/index';
/**

@@ -3,0 +3,0 @@ * Creates a custom theme definition.

@@ -1,2 +0,2 @@

import { IEffects } from '../types/index';
import type { IEffects } from '../types/index';
export declare const DefaultEffects: IEffects;

@@ -1,2 +0,2 @@

import { ITheme } from './types/ITheme';
import type { ITheme } from './types/ITheme';
export declare const FluentTheme: ITheme;

@@ -1,2 +0,2 @@

import { IFontStyles } from '../types/IFontStyles';
import type { IFontStyles } from '../types/IFontStyles';
export declare function createFontStyles(localeCode: string | null): IFontStyles;

@@ -1,3 +0,3 @@

import { IFontStyles } from '../types/IFontStyles';
import type { IFontStyles } from '../types/IFontStyles';
export declare const DefaultFontStyles: IFontStyles;
export declare function registerDefaultFontFaces(baseUrl: string): void;

@@ -1,2 +0,2 @@

import { IFontWeight } from '@fluentui/merge-styles';
import type { IFontWeight } from '@fluentui/merge-styles';
export declare namespace LocalizedFontNames {

@@ -3,0 +3,0 @@ const Arabic = "Segoe UI Web (Arabic)";

@@ -1,2 +0,2 @@

import { PartialTheme, Theme } from './types/index';
import type { PartialTheme, Theme } from './types/index';
/**

@@ -3,0 +3,0 @@ * Merge a partial/full theme into a full theme and returns a merged full theme.

@@ -1,2 +0,2 @@

import { IAnimationStyles, IAnimationVariables } from '../types/IAnimationStyles';
import type { IAnimationStyles, IAnimationVariables } from '../types/IAnimationStyles';
/**

@@ -3,0 +3,0 @@ * Exporting raw duraction values and easing functions to be used in custom animations

@@ -1,2 +0,2 @@

import { ISpacing } from '../types/index';
import type { ISpacing } from '../types/index';
export declare const DefaultSpacing: ISpacing;

@@ -1,2 +0,2 @@

import { IRawStyle } from '@fluentui/merge-styles';
import type { IRawStyle } from '@fluentui/merge-styles';
/**

@@ -3,0 +3,0 @@ * All Fabric standard animations, exposed as json objects referencing predefined

@@ -1,2 +0,2 @@

import { IStyleSheetConfig } from '@fluentui/merge-styles';
import type { IStyleSheetConfig } from '@fluentui/merge-styles';
/**

@@ -3,0 +3,0 @@ * The interface of window.FabricConfig, which can be burned on the page before script loading to preemptively

@@ -1,2 +0,2 @@

import { IRawStyle } from '@fluentui/merge-styles';
import type { IRawStyle } from '@fluentui/merge-styles';
/**

@@ -3,0 +3,0 @@ * Fluent UI font set.

@@ -1,2 +0,1 @@

/* eslint-disable @typescript-eslint/naming-convention */
define(["require", "exports"], function (require, exports) {

@@ -3,0 +2,0 @@ "use strict";

@@ -1,10 +0,10 @@

export { IEffects } from './IEffects';
export { IFontStyles } from './IFontStyles';
export { IPalette } from './IPalette';
export { ISemanticColors } from './ISemanticColors';
export { ISemanticTextColors } from './ISemanticTextColors';
export { ISpacing } from './ISpacing';
export { IAnimationStyles, IAnimationVariables } from './IAnimationStyles';
export { IScheme, ISchemeNames } from './IScheme';
export { ITheme, IPartialTheme } from './ITheme';
export * from './Theme';
export type { IEffects } from './IEffects';
export type { IFontStyles } from './IFontStyles';
export type { IPalette } from './IPalette';
export type { ISemanticColors } from './ISemanticColors';
export type { ISemanticTextColors } from './ISemanticTextColors';
export type { ISpacing } from './ISpacing';
export type { IAnimationStyles, IAnimationVariables } from './IAnimationStyles';
export type { IScheme, ISchemeNames } from './IScheme';
export type { ITheme, IPartialTheme } from './ITheme';

@@ -1,6 +0,6 @@

import { IPalette } from './IPalette';
import { IFontStyles } from './IFontStyles';
import { ISemanticColors } from './ISemanticColors';
import { ISpacing } from './ISpacing';
import { IEffects } from './IEffects';
import type { IPalette } from './IPalette';
import type { IFontStyles } from './IFontStyles';
import type { ISemanticColors } from './ISemanticColors';
import type { ISpacing } from './ISpacing';
import type { IEffects } from './IEffects';
/**

@@ -7,0 +7,0 @@ * @internal

@@ -1,2 +0,1 @@

/* eslint-disable @typescript-eslint/naming-convention */
define(["require", "exports"], function (require, exports) {

@@ -3,0 +2,0 @@ "use strict";

@@ -1,2 +0,2 @@

import { ISemanticTextColors } from './ISemanticTextColors';
import type { ISemanticTextColors } from './ISemanticTextColors';
/**

@@ -3,0 +3,0 @@ * The collection of all semantic slots for colors used in themes.

@@ -1,2 +0,1 @@

/* eslint-disable @typescript-eslint/naming-convention */
define(["require", "exports"], function (require, exports) {

@@ -3,0 +2,0 @@ "use strict";

@@ -1,3 +0,2 @@

import { Theme, PartialTheme } from './Theme';
export { ISchemeNames, IScheme } from './IScheme';
import type { Theme, PartialTheme } from './Theme';
/**

@@ -13,1 +12,2 @@ * {@docCategory ITheme}

}
export type { ISchemeNames, IScheme } from './IScheme';

@@ -1,9 +0,9 @@

import { IRawStyle } from '@fluentui/merge-styles';
import { IStyleFunctionOrObject } from '@fluentui/utilities';
import { IPalette } from './IPalette';
import { IFontStyles } from './IFontStyles';
import { ISemanticColors } from './ISemanticColors';
import { ISpacing } from './ISpacing';
import { IEffects } from './IEffects';
import { IScheme, ISchemeNames } from './IScheme';
import type { IRawStyle } from '@fluentui/merge-styles';
import type { IStyleFunctionOrObject } from '@fluentui/utilities';
import type { IPalette } from './IPalette';
import type { IFontStyles } from './IFontStyles';
import type { ISemanticColors } from './ISemanticColors';
import type { ISpacing } from './ISpacing';
import type { IEffects } from './IEffects';
import type { IScheme, ISchemeNames } from './IScheme';
/**

@@ -10,0 +10,0 @@ * {@docCategory Theme}

@@ -1,2 +0,2 @@

import { IEffects, IPalette, ISemanticColors } from '../types/index';
import type { IEffects, IPalette, ISemanticColors } from '../types/index';
/** Generates all the semantic slot colors based on the theme so far

@@ -3,0 +3,0 @@ * We'll use these as fallbacks for semantic slots that the passed in theme did not define.

define(["require", "exports", "@fluentui/set-version"], function (require, exports, set_version_1) {
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
set_version_1.setVersion('@fluentui/theme', '2.2.2');
set_version_1.setVersion('@fluentui/theme', '2.3.0');
});
//# sourceMappingURL=version.js.map

@@ -1,2 +0,2 @@

import { IPalette } from '../types/index';
import type { IPalette } from '../types/index';
export declare const DefaultPalette: IPalette;

@@ -1,2 +0,2 @@

import { PartialTheme, Theme } from './types/index';
import type { PartialTheme, Theme } from './types/index';
/**

@@ -3,0 +3,0 @@ * Creates a custom theme definition.

@@ -1,2 +0,2 @@

import { IEffects } from '../types/index';
import type { IEffects } from '../types/index';
export declare const DefaultEffects: IEffects;

@@ -1,2 +0,2 @@

import { ITheme } from './types/ITheme';
import type { ITheme } from './types/ITheme';
export declare const FluentTheme: ITheme;

@@ -1,2 +0,2 @@

import { IFontStyles } from '../types/IFontStyles';
import type { IFontStyles } from '../types/IFontStyles';
export declare function createFontStyles(localeCode: string | null): IFontStyles;

@@ -1,3 +0,3 @@

import { IFontStyles } from '../types/IFontStyles';
import type { IFontStyles } from '../types/IFontStyles';
export declare const DefaultFontStyles: IFontStyles;
export declare function registerDefaultFontFaces(baseUrl: string): void;

@@ -1,2 +0,2 @@

import { IFontWeight } from '@fluentui/merge-styles';
import type { IFontWeight } from '@fluentui/merge-styles';
export declare namespace LocalizedFontNames {

@@ -3,0 +3,0 @@ const Arabic = "Segoe UI Web (Arabic)";

@@ -1,2 +0,2 @@

import { PartialTheme, Theme } from './types/index';
import type { PartialTheme, Theme } from './types/index';
/**

@@ -3,0 +3,0 @@ * Merge a partial/full theme into a full theme and returns a merged full theme.

@@ -1,2 +0,2 @@

import { IAnimationStyles, IAnimationVariables } from '../types/IAnimationStyles';
import type { IAnimationStyles, IAnimationVariables } from '../types/IAnimationStyles';
/**

@@ -3,0 +3,0 @@ * Exporting raw duraction values and easing functions to be used in custom animations

@@ -1,2 +0,2 @@

import { ISpacing } from '../types/index';
import type { ISpacing } from '../types/index';
export declare const DefaultSpacing: ISpacing;

@@ -1,2 +0,2 @@

import { IRawStyle } from '@fluentui/merge-styles';
import type { IRawStyle } from '@fluentui/merge-styles';
/**

@@ -3,0 +3,0 @@ * All Fabric standard animations, exposed as json objects referencing predefined

@@ -1,2 +0,2 @@

import { IStyleSheetConfig } from '@fluentui/merge-styles';
import type { IStyleSheetConfig } from '@fluentui/merge-styles';
/**

@@ -3,0 +3,0 @@ * The interface of window.FabricConfig, which can be burned on the page before script loading to preemptively

@@ -1,2 +0,2 @@

import { IRawStyle } from '@fluentui/merge-styles';
import type { IRawStyle } from '@fluentui/merge-styles';
/**

@@ -3,0 +3,0 @@ * Fluent UI font set.

"use strict";
/* eslint-disable @typescript-eslint/naming-convention */
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=IFontStyles.js.map

@@ -1,10 +0,10 @@

export { IEffects } from './IEffects';
export { IFontStyles } from './IFontStyles';
export { IPalette } from './IPalette';
export { ISemanticColors } from './ISemanticColors';
export { ISemanticTextColors } from './ISemanticTextColors';
export { ISpacing } from './ISpacing';
export { IAnimationStyles, IAnimationVariables } from './IAnimationStyles';
export { IScheme, ISchemeNames } from './IScheme';
export { ITheme, IPartialTheme } from './ITheme';
export * from './Theme';
export type { IEffects } from './IEffects';
export type { IFontStyles } from './IFontStyles';
export type { IPalette } from './IPalette';
export type { ISemanticColors } from './ISemanticColors';
export type { ISemanticTextColors } from './ISemanticTextColors';
export type { ISpacing } from './ISpacing';
export type { IAnimationStyles, IAnimationVariables } from './IAnimationStyles';
export type { IScheme, ISchemeNames } from './IScheme';
export type { ITheme, IPartialTheme } from './ITheme';

@@ -1,6 +0,6 @@

import { IPalette } from './IPalette';
import { IFontStyles } from './IFontStyles';
import { ISemanticColors } from './ISemanticColors';
import { ISpacing } from './ISpacing';
import { IEffects } from './IEffects';
import type { IPalette } from './IPalette';
import type { IFontStyles } from './IFontStyles';
import type { ISemanticColors } from './ISemanticColors';
import type { ISpacing } from './ISpacing';
import type { IEffects } from './IEffects';
/**

@@ -7,0 +7,0 @@ * @internal

"use strict";
/* eslint-disable @typescript-eslint/naming-convention */
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=IScheme.js.map

@@ -1,2 +0,2 @@

import { ISemanticTextColors } from './ISemanticTextColors';
import type { ISemanticTextColors } from './ISemanticTextColors';
/**

@@ -3,0 +3,0 @@ * The collection of all semantic slots for colors used in themes.

"use strict";
/* eslint-disable @typescript-eslint/naming-convention */
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=ISemanticColors.js.map

@@ -1,3 +0,2 @@

import { Theme, PartialTheme } from './Theme';
export { ISchemeNames, IScheme } from './IScheme';
import type { Theme, PartialTheme } from './Theme';
/**

@@ -13,1 +12,2 @@ * {@docCategory ITheme}

}
export type { ISchemeNames, IScheme } from './IScheme';

@@ -1,9 +0,9 @@

import { IRawStyle } from '@fluentui/merge-styles';
import { IStyleFunctionOrObject } from '@fluentui/utilities';
import { IPalette } from './IPalette';
import { IFontStyles } from './IFontStyles';
import { ISemanticColors } from './ISemanticColors';
import { ISpacing } from './ISpacing';
import { IEffects } from './IEffects';
import { IScheme, ISchemeNames } from './IScheme';
import type { IRawStyle } from '@fluentui/merge-styles';
import type { IStyleFunctionOrObject } from '@fluentui/utilities';
import type { IPalette } from './IPalette';
import type { IFontStyles } from './IFontStyles';
import type { ISemanticColors } from './ISemanticColors';
import type { ISpacing } from './ISpacing';
import type { IEffects } from './IEffects';
import type { IScheme, ISchemeNames } from './IScheme';
/**

@@ -10,0 +10,0 @@ * {@docCategory Theme}

@@ -1,2 +0,2 @@

import { IEffects, IPalette, ISemanticColors } from '../types/index';
import type { IEffects, IPalette, ISemanticColors } from '../types/index';
/** Generates all the semantic slot colors based on the theme so far

@@ -3,0 +3,0 @@ * We'll use these as fallbacks for semantic slots that the passed in theme did not define.

@@ -6,3 +6,3 @@ "use strict";

var set_version_1 = require("@fluentui/set-version");
set_version_1.setVersion('@fluentui/theme', '2.2.2');
set_version_1.setVersion('@fluentui/theme', '2.3.0');
//# sourceMappingURL=version.js.map

@@ -1,2 +0,2 @@

import { IPalette } from '../types/index';
import type { IPalette } from '../types/index';
export declare const DefaultPalette: IPalette;

@@ -1,2 +0,2 @@

import { PartialTheme, Theme } from './types/index';
import type { PartialTheme, Theme } from './types/index';
/**

@@ -3,0 +3,0 @@ * Creates a custom theme definition.

@@ -1,2 +0,2 @@

import { IEffects } from '../types/index';
import type { IEffects } from '../types/index';
export declare const DefaultEffects: IEffects;

@@ -1,2 +0,2 @@

import { ITheme } from './types/ITheme';
import type { ITheme } from './types/ITheme';
export declare const FluentTheme: ITheme;

@@ -1,2 +0,2 @@

import { IFontStyles } from '../types/IFontStyles';
import type { IFontStyles } from '../types/IFontStyles';
export declare function createFontStyles(localeCode: string | null): IFontStyles;

@@ -1,3 +0,3 @@

import { IFontStyles } from '../types/IFontStyles';
import type { IFontStyles } from '../types/IFontStyles';
export declare const DefaultFontStyles: IFontStyles;
export declare function registerDefaultFontFaces(baseUrl: string): void;

@@ -1,2 +0,2 @@

import { IFontWeight } from '@fluentui/merge-styles';
import type { IFontWeight } from '@fluentui/merge-styles';
export declare namespace LocalizedFontNames {

@@ -3,0 +3,0 @@ const Arabic = "Segoe UI Web (Arabic)";

@@ -1,2 +0,2 @@

import { PartialTheme, Theme } from './types/index';
import type { PartialTheme, Theme } from './types/index';
/**

@@ -3,0 +3,0 @@ * Merge a partial/full theme into a full theme and returns a merged full theme.

@@ -1,2 +0,2 @@

import { IAnimationStyles, IAnimationVariables } from '../types/IAnimationStyles';
import type { IAnimationStyles, IAnimationVariables } from '../types/IAnimationStyles';
/**

@@ -3,0 +3,0 @@ * Exporting raw duraction values and easing functions to be used in custom animations

@@ -1,2 +0,2 @@

import { ISpacing } from '../types/index';
import type { ISpacing } from '../types/index';
export declare const DefaultSpacing: ISpacing;

@@ -1,2 +0,2 @@

import { IRawStyle } from '@fluentui/merge-styles';
import type { IRawStyle } from '@fluentui/merge-styles';
/**

@@ -3,0 +3,0 @@ * All Fabric standard animations, exposed as json objects referencing predefined

@@ -1,2 +0,2 @@

import { IStyleSheetConfig } from '@fluentui/merge-styles';
import type { IStyleSheetConfig } from '@fluentui/merge-styles';
/**

@@ -3,0 +3,0 @@ * The interface of window.FabricConfig, which can be burned on the page before script loading to preemptively

@@ -1,2 +0,2 @@

import { IRawStyle } from '@fluentui/merge-styles';
import type { IRawStyle } from '@fluentui/merge-styles';
/**

@@ -3,0 +3,0 @@ * Fluent UI font set.

@@ -1,3 +0,2 @@

/* eslint-disable @typescript-eslint/naming-convention */
export {};
//# sourceMappingURL=IFontStyles.js.map

@@ -1,10 +0,10 @@

export { IEffects } from './IEffects';
export { IFontStyles } from './IFontStyles';
export { IPalette } from './IPalette';
export { ISemanticColors } from './ISemanticColors';
export { ISemanticTextColors } from './ISemanticTextColors';
export { ISpacing } from './ISpacing';
export { IAnimationStyles, IAnimationVariables } from './IAnimationStyles';
export { IScheme, ISchemeNames } from './IScheme';
export { ITheme, IPartialTheme } from './ITheme';
export * from './Theme';
export type { IEffects } from './IEffects';
export type { IFontStyles } from './IFontStyles';
export type { IPalette } from './IPalette';
export type { ISemanticColors } from './ISemanticColors';
export type { ISemanticTextColors } from './ISemanticTextColors';
export type { ISpacing } from './ISpacing';
export type { IAnimationStyles, IAnimationVariables } from './IAnimationStyles';
export type { IScheme, ISchemeNames } from './IScheme';
export type { ITheme, IPartialTheme } from './ITheme';

@@ -1,6 +0,6 @@

import { IPalette } from './IPalette';
import { IFontStyles } from './IFontStyles';
import { ISemanticColors } from './ISemanticColors';
import { ISpacing } from './ISpacing';
import { IEffects } from './IEffects';
import type { IPalette } from './IPalette';
import type { IFontStyles } from './IFontStyles';
import type { ISemanticColors } from './ISemanticColors';
import type { ISpacing } from './ISpacing';
import type { IEffects } from './IEffects';
/**

@@ -7,0 +7,0 @@ * @internal

@@ -1,3 +0,2 @@

/* eslint-disable @typescript-eslint/naming-convention */
export {};
//# sourceMappingURL=IScheme.js.map

@@ -1,2 +0,2 @@

import { ISemanticTextColors } from './ISemanticTextColors';
import type { ISemanticTextColors } from './ISemanticTextColors';
/**

@@ -3,0 +3,0 @@ * The collection of all semantic slots for colors used in themes.

@@ -1,3 +0,2 @@

/* eslint-disable @typescript-eslint/naming-convention */
export {};
//# sourceMappingURL=ISemanticColors.js.map

@@ -1,3 +0,2 @@

import { Theme, PartialTheme } from './Theme';
export { ISchemeNames, IScheme } from './IScheme';
import type { Theme, PartialTheme } from './Theme';
/**

@@ -13,1 +12,2 @@ * {@docCategory ITheme}

}
export type { ISchemeNames, IScheme } from './IScheme';

@@ -1,9 +0,9 @@

import { IRawStyle } from '@fluentui/merge-styles';
import { IStyleFunctionOrObject } from '@fluentui/utilities';
import { IPalette } from './IPalette';
import { IFontStyles } from './IFontStyles';
import { ISemanticColors } from './ISemanticColors';
import { ISpacing } from './ISpacing';
import { IEffects } from './IEffects';
import { IScheme, ISchemeNames } from './IScheme';
import type { IRawStyle } from '@fluentui/merge-styles';
import type { IStyleFunctionOrObject } from '@fluentui/utilities';
import type { IPalette } from './IPalette';
import type { IFontStyles } from './IFontStyles';
import type { ISemanticColors } from './ISemanticColors';
import type { ISpacing } from './ISpacing';
import type { IEffects } from './IEffects';
import type { IScheme, ISchemeNames } from './IScheme';
/**

@@ -10,0 +10,0 @@ * {@docCategory Theme}

@@ -1,2 +0,2 @@

import { IEffects, IPalette, ISemanticColors } from '../types/index';
import type { IEffects, IPalette, ISemanticColors } from '../types/index';
/** Generates all the semantic slot colors based on the theme so far

@@ -3,0 +3,0 @@ * We'll use these as fallbacks for semantic slots that the passed in theme did not define.

// Do not modify this file; it is generated as part of publish.
// The checked in version is a placeholder only and will not be updated.
import { setVersion } from '@fluentui/set-version';
setVersion('@fluentui/theme', '2.2.2');
setVersion('@fluentui/theme', '2.3.0');
//# sourceMappingURL=version.js.map
{
"name": "@fluentui/theme",
"version": "2.2.2",
"version": "2.3.0",
"description": "Basic building blocks for Fluent UI React Component themes",

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

"devDependencies": {
"@fluentui/eslint-plugin": "^1.3.3",
"@fluentui/eslint-plugin": "^1.4.1",
"@types/enzyme": "3.10.3",

@@ -30,0 +30,0 @@ "@types/enzyme-adapter-react-16": "1.0.3",

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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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