@fluentui/react-theme-sass 9.0.0-alpha.12 → 9.0.0-alpha.13
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 +52 -1
- package/CHANGELOG.md +12 -2
- package/lib/index.js +1 -2
- package/lib/index.js.map +1 -1
- package/lib-commonjs/index.js +0 -3
- package/lib-commonjs/index.js.map +1 -1
- package/package.json +4 -3
- package/sass/colorTokens.scss +7 -0
package/CHANGELOG.json
CHANGED
@@ -2,7 +2,58 @@
|
|
2
2
|
"name": "@fluentui/react-theme-sass",
|
3
3
|
"entries": [
|
4
4
|
{
|
5
|
-
"date": "
|
5
|
+
"date": "Tue, 20 Jun 2023 12:34:49 GMT",
|
6
|
+
"tag": "@fluentui/react-theme-sass_v9.0.0-alpha.13",
|
7
|
+
"version": "9.0.0-alpha.13",
|
8
|
+
"comments": {
|
9
|
+
"prerelease": [
|
10
|
+
{
|
11
|
+
"author": "miroslav.stastny@microsoft.com",
|
12
|
+
"package": "@fluentui/react-theme-sass",
|
13
|
+
"commit": "7516a6bde1bd7b8c957ca479ffcb0e737e9ca693",
|
14
|
+
"comment": "Add theme tokens"
|
15
|
+
},
|
16
|
+
{
|
17
|
+
"author": "beachball",
|
18
|
+
"package": "@fluentui/react-theme-sass",
|
19
|
+
"comment": "Bump @fluentui/react-theme to v9.1.9",
|
20
|
+
"commit": "81c9b35e0830297b2aca2cece2ae67b3899c4647"
|
21
|
+
}
|
22
|
+
]
|
23
|
+
}
|
24
|
+
},
|
25
|
+
{
|
26
|
+
"date": "Wed, 24 May 2023 20:45:36 GMT",
|
27
|
+
"tag": "@fluentui/react-theme-sass_v9.0.0-alpha.12",
|
28
|
+
"version": "9.0.0-alpha.12",
|
29
|
+
"comments": {
|
30
|
+
"none": [
|
31
|
+
{
|
32
|
+
"author": "olfedias@microsoft.com",
|
33
|
+
"package": "@fluentui/react-theme-sass",
|
34
|
+
"commit": "69e0617a93cb44ef42f3bd19284b7dc5fe27fed3",
|
35
|
+
"comment": "chore: update test-ssr script"
|
36
|
+
}
|
37
|
+
]
|
38
|
+
}
|
39
|
+
},
|
40
|
+
{
|
41
|
+
"date": "Thu, 18 May 2023 00:39:18 GMT",
|
42
|
+
"tag": "@fluentui/react-theme-sass_v9.0.0-alpha.12",
|
43
|
+
"version": "9.0.0-alpha.12",
|
44
|
+
"comments": {
|
45
|
+
"none": [
|
46
|
+
{
|
47
|
+
"author": "olfedias@microsoft.com",
|
48
|
+
"package": "@fluentui/react-theme-sass",
|
49
|
+
"commit": "06cd515eda59a3078bfe32f9cc7c1f281cd20208",
|
50
|
+
"comment": "chore: add test-ssr script to v9 packages"
|
51
|
+
}
|
52
|
+
]
|
53
|
+
}
|
54
|
+
},
|
55
|
+
{
|
56
|
+
"date": "Fri, 12 May 2023 20:27:57 GMT",
|
6
57
|
"tag": "@fluentui/react-theme-sass_v9.0.0-alpha.12",
|
7
58
|
"version": "9.0.0-alpha.12",
|
8
59
|
"comments": {
|
package/CHANGELOG.md
CHANGED
@@ -1,12 +1,22 @@
|
|
1
1
|
# Change Log - @fluentui/react-theme-sass
|
2
2
|
|
3
|
-
This log was last generated on
|
3
|
+
This log was last generated on Tue, 20 Jun 2023 12:34:49 GMT and should not be manually modified.
|
4
4
|
|
5
5
|
<!-- Start content -->
|
6
6
|
|
7
|
+
## [9.0.0-alpha.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-theme-sass_v9.0.0-alpha.13)
|
8
|
+
|
9
|
+
Tue, 20 Jun 2023 12:34:49 GMT
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-theme-sass_v9.0.0-alpha.12..@fluentui/react-theme-sass_v9.0.0-alpha.13)
|
11
|
+
|
12
|
+
### Changes
|
13
|
+
|
14
|
+
- Add theme tokens ([PR #27791](https://github.com/microsoft/fluentui/pull/27791) by miroslav.stastny@microsoft.com)
|
15
|
+
- Bump @fluentui/react-theme to v9.1.9 ([PR #28229](https://github.com/microsoft/fluentui/pull/28229) by beachball)
|
16
|
+
|
7
17
|
## [9.0.0-alpha.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-theme-sass_v9.0.0-alpha.12)
|
8
18
|
|
9
|
-
Fri, 12 May 2023 20:
|
19
|
+
Fri, 12 May 2023 20:27:57 GMT
|
10
20
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-theme-sass_v9.0.0-alpha.11..@fluentui/react-theme-sass_v9.0.0-alpha.12)
|
11
21
|
|
12
22
|
### Changes
|
package/lib/index.js
CHANGED
package/lib/index.js.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"
|
1
|
+
{"version":3,"sources":["index.ts"],"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"],"names":["Error"],"mappings":"AAAA,MAAM,IAAIA,MACR,6GACA;AAFF,WAIU"}
|
package/lib-commonjs/index.js
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["
|
1
|
+
{"version":3,"sources":["index.js"],"sourcesContent":["throw new Error('@fluentui/react-theme-sass package only contains SASS exports. It should never be imported in Javascript.');\nexport { };\n"],"names":["Error"],"mappings":";;;;AAAA,MAAM,IAAIA,MAAM,6GAA6G"}
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@fluentui/react-theme-sass",
|
3
|
-
"version": "9.0.0-alpha.
|
3
|
+
"version": "9.0.0-alpha.13",
|
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",
|
@@ -20,11 +20,12 @@
|
|
20
20
|
"lint": "just-scripts lint",
|
21
21
|
"test": "jest --passWithNoTests",
|
22
22
|
"type-check": "tsc -b tsconfig.json",
|
23
|
-
"generate-api": "just-scripts generate-api"
|
23
|
+
"generate-api": "just-scripts generate-api",
|
24
|
+
"test-ssr": "test-ssr \"./stories/**/*.stories.tsx\""
|
24
25
|
},
|
25
26
|
"devDependencies": {
|
26
27
|
"@fluentui/eslint-plugin": "*",
|
27
|
-
"@fluentui/react-theme": "^9.1.
|
28
|
+
"@fluentui/react-theme": "^9.1.9",
|
28
29
|
"@fluentui/scripts-api-extractor": "*",
|
29
30
|
"@fluentui/scripts-tasks": "*"
|
30
31
|
},
|
package/sass/colorTokens.scss
CHANGED
@@ -32,6 +32,8 @@ $colorCompoundBrandForeground1Hover: var(--colorCompoundBrandForeground1Hover);
|
|
32
32
|
$colorCompoundBrandForeground1Pressed: var(--colorCompoundBrandForeground1Pressed);
|
33
33
|
$colorBrandForeground1: var(--colorBrandForeground1);
|
34
34
|
$colorBrandForeground2: var(--colorBrandForeground2);
|
35
|
+
$colorBrandForeground2Hover: var(--colorBrandForeground2Hover);
|
36
|
+
$colorBrandForeground2Pressed: var(--colorBrandForeground2Pressed);
|
35
37
|
$colorNeutralForeground1Static: var(--colorNeutralForeground1Static);
|
36
38
|
$colorNeutralForegroundInverted: var(--colorNeutralForegroundInverted);
|
37
39
|
$colorNeutralForegroundInvertedHover: var(--colorNeutralForegroundInvertedHover);
|
@@ -108,6 +110,8 @@ $colorCompoundBrandBackgroundHover: var(--colorCompoundBrandBackgroundHover);
|
|
108
110
|
$colorCompoundBrandBackgroundPressed: var(--colorCompoundBrandBackgroundPressed);
|
109
111
|
$colorBrandBackgroundStatic: var(--colorBrandBackgroundStatic);
|
110
112
|
$colorBrandBackground2: var(--colorBrandBackground2);
|
113
|
+
$colorBrandBackground2Hover: var(--colorBrandBackground2Hover);
|
114
|
+
$colorBrandBackground2Pressed: var(--colorBrandBackground2Pressed);
|
111
115
|
$colorBrandBackgroundInverted: var(--colorBrandBackgroundInverted);
|
112
116
|
$colorBrandBackgroundInvertedHover: var(--colorBrandBackgroundInvertedHover);
|
113
117
|
$colorBrandBackgroundInvertedPressed: var(--colorBrandBackgroundInvertedPressed);
|
@@ -122,6 +126,7 @@ $colorNeutralStroke1Pressed: var(--colorNeutralStroke1Pressed);
|
|
122
126
|
$colorNeutralStroke1Selected: var(--colorNeutralStroke1Selected);
|
123
127
|
$colorNeutralStroke2: var(--colorNeutralStroke2);
|
124
128
|
$colorNeutralStroke3: var(--colorNeutralStroke3);
|
129
|
+
$colorNeutralStrokeSubtle: var(--colorNeutralStrokeSubtle);
|
125
130
|
$colorNeutralStrokeOnBrand: var(--colorNeutralStrokeOnBrand);
|
126
131
|
$colorNeutralStrokeOnBrand2: var(--colorNeutralStrokeOnBrand2);
|
127
132
|
$colorNeutralStrokeOnBrand2Hover: var(--colorNeutralStrokeOnBrand2Hover);
|
@@ -129,6 +134,8 @@ $colorNeutralStrokeOnBrand2Pressed: var(--colorNeutralStrokeOnBrand2Pressed);
|
|
129
134
|
$colorNeutralStrokeOnBrand2Selected: var(--colorNeutralStrokeOnBrand2Selected);
|
130
135
|
$colorBrandStroke1: var(--colorBrandStroke1);
|
131
136
|
$colorBrandStroke2: var(--colorBrandStroke2);
|
137
|
+
$colorBrandStroke2Hover: var(--colorBrandStroke2Hover);
|
138
|
+
$colorBrandStroke2Pressed: var(--colorBrandStroke2Pressed);
|
132
139
|
$colorCompoundBrandStroke: var(--colorCompoundBrandStroke);
|
133
140
|
$colorCompoundBrandStrokeHover: var(--colorCompoundBrandStrokeHover);
|
134
141
|
$colorCompoundBrandStrokePressed: var(--colorCompoundBrandStrokePressed);
|