@fluentui/react-theme-sass 0.0.0-nightly-20220715-0418.1 → 0.0.0-nightly-20221007-1528.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.json +63 -4
- package/CHANGELOG.md +19 -5
- package/package.json +5 -11
- package/sass/colorTokens.scss +3 -0
- package/sass/fontTokens.scss +1 -0
- package/dist/index.d.ts +0 -1
- package/dist/tsdoc-metadata.json +0 -11
- package/lib/index.js +0 -3
- package/lib/index.js.map +0 -1
- package/lib-commonjs/index.js +0 -7
- package/lib-commonjs/index.js.map +0 -1
package/CHANGELOG.json
CHANGED
@@ -2,16 +2,75 @@
|
|
2
2
|
"name": "@fluentui/react-theme-sass",
|
3
3
|
"entries": [
|
4
4
|
{
|
5
|
-
"date": "Fri,
|
6
|
-
"tag": "@fluentui/react-theme-sass_v0.0.0-nightly-
|
7
|
-
"version": "0.0.0-nightly-
|
5
|
+
"date": "Fri, 07 Oct 2022 15:35:02 GMT",
|
6
|
+
"tag": "@fluentui/react-theme-sass_v0.0.0-nightly-20221007-1528.1",
|
7
|
+
"version": "0.0.0-nightly-20221007-1528.1",
|
8
8
|
"comments": {
|
9
9
|
"prerelease": [
|
10
10
|
{
|
11
|
-
"author": "
|
11
|
+
"author": "fluentui-internal@service.microsoft.com",
|
12
12
|
"package": "@fluentui/react-theme-sass",
|
13
13
|
"commit": "not available",
|
14
14
|
"comment": "Release nightly v9"
|
15
|
+
},
|
16
|
+
{
|
17
|
+
"author": "beachball",
|
18
|
+
"package": "@fluentui/react-theme-sass",
|
19
|
+
"comment": "Bump @fluentui/react-theme to v0.0.0-nightly-20221007-1528.1",
|
20
|
+
"commit": "827197046ec2b195a8997fadbb514a5693234e6b"
|
21
|
+
}
|
22
|
+
]
|
23
|
+
}
|
24
|
+
},
|
25
|
+
{
|
26
|
+
"date": "Thu, 15 Sep 2022 09:49:39 GMT",
|
27
|
+
"tag": "@fluentui/react-theme-sass_v9.0.0-alpha.2",
|
28
|
+
"version": "9.0.0-alpha.2",
|
29
|
+
"comments": {
|
30
|
+
"none": [
|
31
|
+
{
|
32
|
+
"author": "martinhochel@microsoft.com",
|
33
|
+
"package": "@fluentui/react-theme-sass",
|
34
|
+
"commit": "e6cf183695d6d67a24e038c49a876224e5ed35e5",
|
35
|
+
"comment": "chore: update package scaffold"
|
36
|
+
},
|
37
|
+
{
|
38
|
+
"author": "miroslav.stastny@microsoft.com",
|
39
|
+
"package": "@fluentui/react-theme-sass",
|
40
|
+
"commit": "9c97dc2efbfe7d22b3686cb765fd93916b303642",
|
41
|
+
"comment": "react-theme-sass dev-depends on react-theme"
|
42
|
+
}
|
43
|
+
],
|
44
|
+
"prerelease": [
|
45
|
+
{
|
46
|
+
"author": "seanmonahan@microsoft.com",
|
47
|
+
"package": "@fluentui/react-theme-sass",
|
48
|
+
"commit": "1d0a72865a151962362aa3e5054ac9bf8178f09c",
|
49
|
+
"comment": "feat: add new color tokens"
|
50
|
+
},
|
51
|
+
{
|
52
|
+
"author": "miroslav.stastny@microsoft.com",
|
53
|
+
"package": "@fluentui/react-theme-sass",
|
54
|
+
"commit": "61557d7e48a7380b2fbf2bcc5c8faa4a3ed7d89f",
|
55
|
+
"comment": "feat: Add fontWeightBold"
|
56
|
+
},
|
57
|
+
{
|
58
|
+
"author": "miroslav.stastny@microsoft.com",
|
59
|
+
"package": "@fluentui/react-theme-sass",
|
60
|
+
"commit": "0137f992b99b3b8ec927be8f7aef751d27cd5830",
|
61
|
+
"comment": "fix: Rename colorNeutralForegroundInvertedStatic token to colorNeutralForegroundStaticInverted"
|
62
|
+
},
|
63
|
+
{
|
64
|
+
"author": "seanmonahan@microsoft.com",
|
65
|
+
"package": "@fluentui/react-theme-sass",
|
66
|
+
"commit": "5c78472d96502d05a10016d9502eceada4edfd8a",
|
67
|
+
"comment": "feat: add color neutral foreground inverted 2 token"
|
68
|
+
},
|
69
|
+
{
|
70
|
+
"author": "beachball",
|
71
|
+
"package": "@fluentui/react-theme-sass",
|
72
|
+
"comment": "Bump @fluentui/react-theme to v9.1.0",
|
73
|
+
"commit": "a33448fe4a0f4117686c378f80b893d1406d95a8"
|
15
74
|
}
|
16
75
|
]
|
17
76
|
}
|
package/CHANGELOG.md
CHANGED
@@ -1,17 +1,31 @@
|
|
1
1
|
# Change Log - @fluentui/react-theme-sass
|
2
2
|
|
3
|
-
This log was last generated on Fri,
|
3
|
+
This log was last generated on Fri, 07 Oct 2022 15:35:02 GMT and should not be manually modified.
|
4
4
|
|
5
5
|
<!-- Start content -->
|
6
6
|
|
7
|
-
## [0.0.0-nightly-
|
7
|
+
## [0.0.0-nightly-20221007-1528.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-theme-sass_v0.0.0-nightly-20221007-1528.1)
|
8
8
|
|
9
|
-
Fri,
|
10
|
-
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-theme-sass_v9.0.0-alpha.
|
9
|
+
Fri, 07 Oct 2022 15:35:02 GMT
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-theme-sass_v9.0.0-alpha.2..@fluentui/react-theme-sass_v0.0.0-nightly-20221007-1528.1)
|
11
11
|
|
12
12
|
### Changes
|
13
13
|
|
14
|
-
- Release nightly v9 ([commit](https://github.com/microsoft/fluentui/commit/not available) by
|
14
|
+
- Release nightly v9 ([commit](https://github.com/microsoft/fluentui/commit/not available) by fluentui-internal@service.microsoft.com)
|
15
|
+
- Bump @fluentui/react-theme to v0.0.0-nightly-20221007-1528.1 ([commit](https://github.com/microsoft/fluentui/commit/827197046ec2b195a8997fadbb514a5693234e6b) by beachball)
|
16
|
+
|
17
|
+
## [9.0.0-alpha.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-theme-sass_v9.0.0-alpha.2)
|
18
|
+
|
19
|
+
Thu, 15 Sep 2022 09:49:39 GMT
|
20
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-theme-sass_v9.0.0-alpha.1..@fluentui/react-theme-sass_v9.0.0-alpha.2)
|
21
|
+
|
22
|
+
### Changes
|
23
|
+
|
24
|
+
- feat: add new color tokens ([PR #24027](https://github.com/microsoft/fluentui/pull/24027) by seanmonahan@microsoft.com)
|
25
|
+
- feat: Add fontWeightBold ([PR #24378](https://github.com/microsoft/fluentui/pull/24378) by miroslav.stastny@microsoft.com)
|
26
|
+
- fix: Rename colorNeutralForegroundInvertedStatic token to colorNeutralForegroundStaticInverted ([PR #24611](https://github.com/microsoft/fluentui/pull/24611) by miroslav.stastny@microsoft.com)
|
27
|
+
- feat: add color neutral foreground inverted 2 token ([PR #24494](https://github.com/microsoft/fluentui/pull/24494) by seanmonahan@microsoft.com)
|
28
|
+
- Bump @fluentui/react-theme to v9.1.0 ([PR #24808](https://github.com/microsoft/fluentui/pull/24808) by beachball)
|
15
29
|
|
16
30
|
## [9.0.0-alpha.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-theme-sass_v9.0.0-alpha.1)
|
17
31
|
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@fluentui/react-theme-sass",
|
3
|
-
"version": "0.0.0-nightly-
|
3
|
+
"version": "0.0.0-nightly-20221007-1528.1",
|
4
4
|
"description": "SASS variables referencing react-theme design tokens injected to DOM by react-provider.",
|
5
5
|
"main": "lib-commonjs/index.js",
|
6
6
|
"module": "lib/index.js",
|
@@ -18,22 +18,16 @@
|
|
18
18
|
"code-style": "just-scripts code-style",
|
19
19
|
"just": "just-scripts",
|
20
20
|
"lint": "just-scripts lint",
|
21
|
-
"start": "yarn storybook",
|
22
21
|
"test": "jest --passWithNoTests",
|
23
22
|
"docs": "api-extractor run --config=config/api-extractor.local.json --local",
|
24
23
|
"build:local": "tsc -p ./tsconfig.lib.json --module esnext --emitDeclarationOnly && node ../../../scripts/typescript/normalize-import --output ./dist/types/packages/react-components/react-theme-sass/src && yarn docs",
|
25
|
-
"storybook": "node ../../../scripts/storybook/runner",
|
26
24
|
"type-check": "tsc -b tsconfig.json"
|
27
25
|
},
|
28
26
|
"devDependencies": {
|
29
27
|
"@fluentui/eslint-plugin": "*",
|
30
|
-
"@fluentui/scripts": "^1.0.0"
|
28
|
+
"@fluentui/scripts": "^1.0.0",
|
29
|
+
"@fluentui/react-theme": "^0.0.0-nightly-20221007-1528.1"
|
31
30
|
},
|
32
|
-
"beachball": {
|
33
|
-
|
34
|
-
"major",
|
35
|
-
"minor",
|
36
|
-
"patch"
|
37
|
-
]
|
38
|
-
}
|
31
|
+
"beachball": {},
|
32
|
+
"dependencies": {}
|
39
33
|
}
|
package/sass/colorTokens.scss
CHANGED
@@ -37,7 +37,9 @@ $colorNeutralForegroundInverted: var(--colorNeutralForegroundInverted);
|
|
37
37
|
$colorNeutralForegroundInvertedHover: var(--colorNeutralForegroundInvertedHover);
|
38
38
|
$colorNeutralForegroundInvertedPressed: var(--colorNeutralForegroundInvertedPressed);
|
39
39
|
$colorNeutralForegroundInvertedSelected: var(--colorNeutralForegroundInvertedSelected);
|
40
|
+
$colorNeutralForegroundInverted2: var(--colorNeutralForegroundInverted2);
|
40
41
|
$colorNeutralForegroundOnBrand: var(--colorNeutralForegroundOnBrand);
|
42
|
+
$colorNeutralForegroundStaticInverted: var(--colorNeutralForegroundStaticInverted);
|
41
43
|
$colorNeutralForegroundInvertedLink: var(--colorNeutralForegroundInvertedLink);
|
42
44
|
$colorNeutralForegroundInvertedLinkHover: var(--colorNeutralForegroundInvertedLinkHover);
|
43
45
|
$colorNeutralForegroundInvertedLinkPressed: var(--colorNeutralForegroundInvertedLinkPressed);
|
@@ -70,6 +72,7 @@ $colorNeutralBackground5Hover: var(--colorNeutralBackground5Hover);
|
|
70
72
|
$colorNeutralBackground5Pressed: var(--colorNeutralBackground5Pressed);
|
71
73
|
$colorNeutralBackground5Selected: var(--colorNeutralBackground5Selected);
|
72
74
|
$colorNeutralBackground6: var(--colorNeutralBackground6);
|
75
|
+
$colorNeutralBackgroundStatic: var(--colorNeutralBackgroundStatic);
|
73
76
|
$colorNeutralBackgroundInverted: var(--colorNeutralBackgroundInverted);
|
74
77
|
$colorSubtleBackground: var(--colorSubtleBackground);
|
75
78
|
$colorSubtleBackgroundHover: var(--colorSubtleBackgroundHover);
|
package/sass/fontTokens.scss
CHANGED
@@ -23,6 +23,7 @@ $lineHeightHero1000: var(--lineHeightHero1000);
|
|
23
23
|
$fontWeightRegular: var(--fontWeightRegular);
|
24
24
|
$fontWeightMedium: var(--fontWeightMedium);
|
25
25
|
$fontWeightSemibold: var(--fontWeightSemibold);
|
26
|
+
$fontWeightBold: var(--fontWeightBold);
|
26
27
|
|
27
28
|
$fontFamilyBase: var(--fontFamilyBase);
|
28
29
|
$fontFamilyMonospace: var(--fontFamilyMonospace);
|
package/dist/index.d.ts
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
export { }
|
package/dist/tsdoc-metadata.json
DELETED
@@ -1,11 +0,0 @@
|
|
1
|
-
// This file is read by tools that parse documentation comments conforming to the TSDoc standard.
|
2
|
-
// It should be published with your NPM package. It should not be tracked by Git.
|
3
|
-
{
|
4
|
-
"tsdocVersion": "0.12",
|
5
|
-
"toolPackages": [
|
6
|
-
{
|
7
|
-
"packageName": "@microsoft/api-extractor",
|
8
|
-
"packageVersion": "7.18.1"
|
9
|
-
}
|
10
|
-
]
|
11
|
-
}
|
package/lib/index.js
DELETED
package/lib/index.js.map
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"../src/","sources":["index.ts"],"names":[],"mappings":"AAAA,MAAM,IAAI,KAAK,CACb,2GAA2G,CAC5G,CAAC","sourcesContent":["throw new Error(\n '@fluentui/react-theme-sass package only contains SASS exports. It should never be imported in Javascript.',\n);\n\nexport {};\n"]}
|
package/lib-commonjs/index.js
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"sources":["index.ts"],"names":[],"mappings":";;;;;AAAA,MAAM,IAAI,KAAJ,CACJ,2GADI,CAAN","sourcesContent":["throw new Error(\n '@fluentui/react-theme-sass package only contains SASS exports. It should never be imported in Javascript.',\n);\n\nexport {};\n"],"sourceRoot":"../src/"}
|