@fluentui/react-theme-sass 9.0.0-alpha.13 → 9.0.0-alpha.15
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 +67 -1
- package/CHANGELOG.md +21 -2
- package/package.json +2 -2
- package/sass/colorPaletteTokens.scss +33 -0
- package/sass/colorTokens.scss +2 -0
- package/sass/durationTokens.scss +1 -0
package/CHANGELOG.json
CHANGED
@@ -2,7 +2,73 @@
|
|
2
2
|
"name": "@fluentui/react-theme-sass",
|
3
3
|
"entries": [
|
4
4
|
{
|
5
|
-
"date": "
|
5
|
+
"date": "Wed, 09 Aug 2023 13:11:49 GMT",
|
6
|
+
"tag": "@fluentui/react-theme-sass_v9.0.0-alpha.15",
|
7
|
+
"version": "9.0.0-alpha.15",
|
8
|
+
"comments": {
|
9
|
+
"prerelease": [
|
10
|
+
{
|
11
|
+
"author": "miroslav.stastny@microsoft.com",
|
12
|
+
"package": "@fluentui/react-theme-sass",
|
13
|
+
"commit": "3df6e4cf274b9811b7a279d9f611d8a6c20fdab8",
|
14
|
+
"comment": "feat(tokens): add durationGentle"
|
15
|
+
}
|
16
|
+
]
|
17
|
+
}
|
18
|
+
},
|
19
|
+
{
|
20
|
+
"date": "Fri, 04 Aug 2023 08:52:56 GMT",
|
21
|
+
"tag": "@fluentui/react-theme-sass_v9.0.0-alpha.14",
|
22
|
+
"version": "9.0.0-alpha.14",
|
23
|
+
"comments": {
|
24
|
+
"prerelease": [
|
25
|
+
{
|
26
|
+
"author": "miroslav.stastny@microsoft.com",
|
27
|
+
"package": "@fluentui/react-theme-sass",
|
28
|
+
"commit": "01cc58f793345482d293c6837db64f85f552562d",
|
29
|
+
"comment": "feat(tokens): Add colorBrandStroke2Contrast and colorNeutralStrokeAlpha2"
|
30
|
+
},
|
31
|
+
{
|
32
|
+
"author": "miroslav.stastny@microsoft.com",
|
33
|
+
"package": "@fluentui/react-theme-sass",
|
34
|
+
"commit": "141424a604b98ea762cfa375fe78df8c9e6bdec8",
|
35
|
+
"comment": "feat(tokens): add status color tokens"
|
36
|
+
}
|
37
|
+
]
|
38
|
+
}
|
39
|
+
},
|
40
|
+
{
|
41
|
+
"date": "Thu, 13 Jul 2023 21:25:47 GMT",
|
42
|
+
"tag": "@fluentui/react-theme-sass_v9.0.0-alpha.13",
|
43
|
+
"version": "9.0.0-alpha.13",
|
44
|
+
"comments": {
|
45
|
+
"none": [
|
46
|
+
{
|
47
|
+
"author": "martinhochel@microsoft.com",
|
48
|
+
"package": "@fluentui/react-theme-sass",
|
49
|
+
"commit": "8a9e1018f2abb2c7608c49d32acf44e93c43cba6",
|
50
|
+
"comment": "chore: update devDependencies to use * for inner workspace dependencies"
|
51
|
+
}
|
52
|
+
]
|
53
|
+
}
|
54
|
+
},
|
55
|
+
{
|
56
|
+
"date": "Wed, 28 Jun 2023 11:12:34 GMT",
|
57
|
+
"tag": "@fluentui/react-theme-sass_v9.0.0-alpha.13",
|
58
|
+
"version": "9.0.0-alpha.13",
|
59
|
+
"comments": {
|
60
|
+
"none": [
|
61
|
+
{
|
62
|
+
"author": "martinhochel@microsoft.com",
|
63
|
+
"package": "@fluentui/react-theme-sass",
|
64
|
+
"commit": "fbe878e9c9785588197481f172c42c2c0a230292",
|
65
|
+
"comment": "fix: update .npmignore to unify v8 packages and exclude project.json"
|
66
|
+
}
|
67
|
+
]
|
68
|
+
}
|
69
|
+
},
|
70
|
+
{
|
71
|
+
"date": "Tue, 20 Jun 2023 12:39:05 GMT",
|
6
72
|
"tag": "@fluentui/react-theme-sass_v9.0.0-alpha.13",
|
7
73
|
"version": "9.0.0-alpha.13",
|
8
74
|
"comments": {
|
package/CHANGELOG.md
CHANGED
@@ -1,12 +1,31 @@
|
|
1
1
|
# Change Log - @fluentui/react-theme-sass
|
2
2
|
|
3
|
-
This log was last generated on
|
3
|
+
This log was last generated on Wed, 09 Aug 2023 13:11:49 GMT and should not be manually modified.
|
4
4
|
|
5
5
|
<!-- Start content -->
|
6
6
|
|
7
|
+
## [9.0.0-alpha.15](https://github.com/microsoft/fluentui/tree/@fluentui/react-theme-sass_v9.0.0-alpha.15)
|
8
|
+
|
9
|
+
Wed, 09 Aug 2023 13:11:49 GMT
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-theme-sass_v9.0.0-alpha.14..@fluentui/react-theme-sass_v9.0.0-alpha.15)
|
11
|
+
|
12
|
+
### Changes
|
13
|
+
|
14
|
+
- feat(tokens): add durationGentle ([PR #28770](https://github.com/microsoft/fluentui/pull/28770) by miroslav.stastny@microsoft.com)
|
15
|
+
|
16
|
+
## [9.0.0-alpha.14](https://github.com/microsoft/fluentui/tree/@fluentui/react-theme-sass_v9.0.0-alpha.14)
|
17
|
+
|
18
|
+
Fri, 04 Aug 2023 08:52:56 GMT
|
19
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-theme-sass_v9.0.0-alpha.13..@fluentui/react-theme-sass_v9.0.0-alpha.14)
|
20
|
+
|
21
|
+
### Changes
|
22
|
+
|
23
|
+
- feat(tokens): Add colorBrandStroke2Contrast and colorNeutralStrokeAlpha2 ([PR #28638](https://github.com/microsoft/fluentui/pull/28638) by miroslav.stastny@microsoft.com)
|
24
|
+
- feat(tokens): add status color tokens ([PR #28006](https://github.com/microsoft/fluentui/pull/28006) by miroslav.stastny@microsoft.com)
|
25
|
+
|
7
26
|
## [9.0.0-alpha.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-theme-sass_v9.0.0-alpha.13)
|
8
27
|
|
9
|
-
Tue, 20 Jun 2023 12:
|
28
|
+
Tue, 20 Jun 2023 12:39:05 GMT
|
10
29
|
[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
30
|
|
12
31
|
### Changes
|
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.15",
|
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",
|
@@ -25,7 +25,7 @@
|
|
25
25
|
},
|
26
26
|
"devDependencies": {
|
27
27
|
"@fluentui/eslint-plugin": "*",
|
28
|
-
"@fluentui/react-theme": "
|
28
|
+
"@fluentui/react-theme": "*",
|
29
29
|
"@fluentui/scripts-api-extractor": "*",
|
30
30
|
"@fluentui/scripts-tasks": "*"
|
31
31
|
},
|
@@ -182,3 +182,36 @@ $colorPalettePlatinumBorderActive: var(--colorPalettePlatinumBorderActive);
|
|
182
182
|
$colorPaletteAnchorBackground2: var(--colorPaletteAnchorBackground2);
|
183
183
|
$colorPaletteAnchorForeground2: var(--colorPaletteAnchorForeground2);
|
184
184
|
$colorPaletteAnchorBorderActive: var(--colorPaletteAnchorBorderActive);
|
185
|
+
|
186
|
+
$colorStatusSuccessBackground1: var(--colorStatusSuccessBackground1);
|
187
|
+
$colorStatusSuccessBackground2: var(--colorStatusSuccessBackground2);
|
188
|
+
$colorStatusSuccessBackground3: var(--colorStatusSuccessBackground3);
|
189
|
+
$colorStatusSuccessForeground1: var(--colorStatusSuccessForeground1);
|
190
|
+
$colorStatusSuccessForeground2: var(--colorStatusSuccessForeground2);
|
191
|
+
$colorStatusSuccessForeground3: var(--colorStatusSuccessForeground3);
|
192
|
+
$colorStatusSuccessForegroundInverted: var(--colorStatusSuccessForegroundInverted);
|
193
|
+
$colorStatusSuccessBorderActive: var(--colorStatusSuccessBorderActive);
|
194
|
+
$colorStatusSuccessBorder1: var(--colorStatusSuccessBorder1);
|
195
|
+
$colorStatusSuccessBorder2: var(--colorStatusSuccessBorder2);
|
196
|
+
|
197
|
+
$colorStatusWarningBackground1: var(--colorStatusWarningBackground1);
|
198
|
+
$colorStatusWarningBackground2: var(--colorStatusWarningBackground2);
|
199
|
+
$colorStatusWarningBackground3: var(--colorStatusWarningBackground3);
|
200
|
+
$colorStatusWarningForeground1: var(--colorStatusWarningForeground1);
|
201
|
+
$colorStatusWarningForeground2: var(--colorStatusWarningForeground2);
|
202
|
+
$colorStatusWarningForeground3: var(--colorStatusWarningForeground3);
|
203
|
+
$colorStatusWarningForegroundInverted: var(--colorStatusWarningForegroundInverted);
|
204
|
+
$colorStatusWarningBorderActive: var(--colorStatusWarningBorderActive);
|
205
|
+
$colorStatusWarningBorder1: var(--colorStatusWarningBorder1);
|
206
|
+
$colorStatusWarningBorder2: var(--colorStatusWarningBorder2);
|
207
|
+
|
208
|
+
$colorStatusDangerBackground1: var(--colorStatusDangerBackground1);
|
209
|
+
$colorStatusDangerBackground2: var(--colorStatusDangerBackground2);
|
210
|
+
$colorStatusDangerBackground3: var(--colorStatusDangerBackground3);
|
211
|
+
$colorStatusDangerForeground1: var(--colorStatusDangerForeground1);
|
212
|
+
$colorStatusDangerForeground2: var(--colorStatusDangerForeground2);
|
213
|
+
$colorStatusDangerForeground3: var(--colorStatusDangerForeground3);
|
214
|
+
$colorStatusDangerForegroundInverted: var(--colorStatusDangerForegroundInverted);
|
215
|
+
$colorStatusDangerBorderActive: var(--colorStatusDangerBorderActive);
|
216
|
+
$colorStatusDangerBorder1: var(--colorStatusDangerBorder1);
|
217
|
+
$colorStatusDangerBorder2: var(--colorStatusDangerBorder2);
|
package/sass/colorTokens.scss
CHANGED
@@ -136,6 +136,7 @@ $colorBrandStroke1: var(--colorBrandStroke1);
|
|
136
136
|
$colorBrandStroke2: var(--colorBrandStroke2);
|
137
137
|
$colorBrandStroke2Hover: var(--colorBrandStroke2Hover);
|
138
138
|
$colorBrandStroke2Pressed: var(--colorBrandStroke2Pressed);
|
139
|
+
$colorBrandStroke2Contrast: var(--colorBrandStroke2Contrast);
|
139
140
|
$colorCompoundBrandStroke: var(--colorCompoundBrandStroke);
|
140
141
|
$colorCompoundBrandStrokeHover: var(--colorCompoundBrandStrokeHover);
|
141
142
|
$colorCompoundBrandStrokePressed: var(--colorCompoundBrandStrokePressed);
|
@@ -145,6 +146,7 @@ $colorTransparentStroke: var(--colorTransparentStroke);
|
|
145
146
|
$colorTransparentStrokeInteractive: var(--colorTransparentStrokeInteractive);
|
146
147
|
$colorTransparentStrokeDisabled: var(--colorTransparentStrokeDisabled);
|
147
148
|
$colorNeutralStrokeAlpha: var(--colorNeutralStrokeAlpha);
|
149
|
+
$colorNeutralStrokeAlpha2: var(--colorNeutralStrokeAlpha2);
|
148
150
|
$colorStrokeFocus1: var(--colorStrokeFocus1);
|
149
151
|
$colorStrokeFocus2: var(--colorStrokeFocus2);
|
150
152
|
$colorNeutralShadowAmbient: var(--colorNeutralShadowAmbient);
|
package/sass/durationTokens.scss
CHANGED
@@ -2,6 +2,7 @@ $durationUltraFast: var(--durationUltraFast);
|
|
2
2
|
$durationFaster: var(--durationFaster);
|
3
3
|
$durationFast: var(--durationFast);
|
4
4
|
$durationNormal: var(--durationNormal);
|
5
|
+
$durationGentle: var(--durationGentle);
|
5
6
|
$durationSlow: var(--durationSlow);
|
6
7
|
$durationSlower: var(--durationSlower);
|
7
8
|
$durationUltraSlow: var(--durationUltraSlow);
|