@fluentui/react-theme-sass 9.0.0-alpha.3 → 9.0.0-alpha.30
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.md +173 -3
- package/README.md +7 -6
- package/lib/index.js +1 -2
- package/lib/index.js.map +1 -1
- package/lib-commonjs/index.js +1 -3
- package/lib-commonjs/index.js.map +1 -1
- package/package.json +22 -19
- package/sass/Sass.test.ts +14 -0
- package/sass/borderRadiusTokens.scss +5 -0
- package/sass/colorPaletteTokens.scss +38 -0
- package/sass/colorTokens.scss +40 -1
- package/sass/durationTokens.scss +1 -0
- package/CHANGELOG.json +0 -94
package/CHANGELOG.md
CHANGED
|
@@ -1,17 +1,187 @@
|
|
|
1
1
|
# Change Log - @fluentui/react-theme-sass
|
|
2
2
|
|
|
3
|
-
This log was last generated on Thu,
|
|
3
|
+
This log was last generated on Thu, 22 Jan 2026 17:01:29 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## [9.0.0-alpha.30](https://github.com/microsoft/fluentui/tree/@fluentui/react-theme-sass_v9.0.0-alpha.30)
|
|
8
|
+
|
|
9
|
+
Thu, 22 Jan 2026 17:01:29 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-theme-sass_v9.0.0-alpha.29..@fluentui/react-theme-sass_v9.0.0-alpha.30)
|
|
11
|
+
|
|
12
|
+
### Changes
|
|
13
|
+
|
|
14
|
+
- chore(tokens): Add CAP DR tokens ([PR #35574](https://github.com/microsoft/fluentui/pull/35574) by jukapsia@microsoft.com)
|
|
15
|
+
|
|
16
|
+
## [9.0.0-alpha.26](https://github.com/microsoft/fluentui/tree/@fluentui/react-theme-sass_v9.0.0-alpha.26)
|
|
17
|
+
|
|
18
|
+
Mon, 11 Nov 2024 10:01:01 GMT
|
|
19
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-theme-sass_v9.0.0-alpha.23..@fluentui/react-theme-sass_v9.0.0-alpha.26)
|
|
20
|
+
|
|
21
|
+
### Changes
|
|
22
|
+
|
|
23
|
+
- chore: replace npm-scripts and just-scrtips with nx inferred tasks ([PR #33074](https://github.com/microsoft/fluentui/pull/33074) by martinhochel@microsoft.com)
|
|
24
|
+
|
|
25
|
+
## [9.0.0-alpha.21](https://github.com/microsoft/fluentui/tree/@fluentui/react-theme-sass_v9.0.0-alpha.21)
|
|
26
|
+
|
|
27
|
+
Thu, 07 Mar 2024 19:33:26 GMT
|
|
28
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-theme-sass_v9.0.0-alpha.20..@fluentui/react-theme-sass_v9.0.0-alpha.21)
|
|
29
|
+
|
|
30
|
+
### Changes
|
|
31
|
+
|
|
32
|
+
- feat: Add color tokens ([PR #30412](https://github.com/microsoft/fluentui/pull/30412) by miroslav.stastny@microsoft.com)
|
|
33
|
+
|
|
34
|
+
## [9.0.0-alpha.20](https://github.com/microsoft/fluentui/tree/@fluentui/react-theme-sass_v9.0.0-alpha.20)
|
|
35
|
+
|
|
36
|
+
Thu, 09 Nov 2023 17:29:46 GMT
|
|
37
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-theme-sass_v9.0.0-alpha.18..@fluentui/react-theme-sass_v9.0.0-alpha.20)
|
|
38
|
+
|
|
39
|
+
### Changes
|
|
40
|
+
|
|
41
|
+
- chore: use package.json#files setup instead of npmignore for all v9 libraries ([PR #29734](https://github.com/microsoft/fluentui/pull/29734) by martinhochel@microsoft.com)
|
|
42
|
+
|
|
43
|
+
## [9.0.0-alpha.18](https://github.com/microsoft/fluentui/tree/@fluentui/react-theme-sass_v9.0.0-alpha.18)
|
|
44
|
+
|
|
45
|
+
Tue, 26 Sep 2023 17:49:13 GMT
|
|
46
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-theme-sass_v9.0.0-alpha.17..@fluentui/react-theme-sass_v9.0.0-alpha.18)
|
|
47
|
+
|
|
48
|
+
### Changes
|
|
49
|
+
|
|
50
|
+
- chore: trigger manual version bump after broken release ([PR #29303](https://github.com/microsoft/fluentui/pull/29303) by yuanboxue@microsoft.com)
|
|
51
|
+
|
|
52
|
+
## [9.0.0-alpha.17](https://github.com/microsoft/fluentui/tree/@fluentui/react-theme-sass_v9.0.0-alpha.17)
|
|
53
|
+
|
|
54
|
+
Tue, 26 Sep 2023 15:31:43 GMT
|
|
55
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-theme-sass_v9.0.0-alpha.16..@fluentui/react-theme-sass_v9.0.0-alpha.17)
|
|
56
|
+
|
|
57
|
+
### Changes
|
|
58
|
+
|
|
59
|
+
- fix: bump swc core to mitigate transpilation memory leaks ([PR #29253](https://github.com/microsoft/fluentui/pull/29253) by martinhochel@microsoft.com)
|
|
60
|
+
|
|
61
|
+
## [9.0.0-alpha.16](https://github.com/microsoft/fluentui/tree/@fluentui/react-theme-sass_v9.0.0-alpha.16)
|
|
62
|
+
|
|
63
|
+
Tue, 05 Sep 2023 13:29:09 GMT
|
|
64
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-theme-sass_v9.0.0-alpha.15..@fluentui/react-theme-sass_v9.0.0-alpha.16)
|
|
65
|
+
|
|
66
|
+
### Changes
|
|
67
|
+
|
|
68
|
+
- bumps @swc/helpers version to 0.5.1 ([PR #28989](https://github.com/microsoft/fluentui/pull/28989) by bernardo.sunderhus@gmail.com)
|
|
69
|
+
|
|
70
|
+
## [9.0.0-alpha.15](https://github.com/microsoft/fluentui/tree/@fluentui/react-theme-sass_v9.0.0-alpha.15)
|
|
71
|
+
|
|
72
|
+
Wed, 09 Aug 2023 13:17:08 GMT
|
|
73
|
+
[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)
|
|
74
|
+
|
|
75
|
+
### Changes
|
|
76
|
+
|
|
77
|
+
- feat(tokens): add durationGentle ([PR #28770](https://github.com/microsoft/fluentui/pull/28770) by miroslav.stastny@microsoft.com)
|
|
78
|
+
|
|
79
|
+
## [9.0.0-alpha.14](https://github.com/microsoft/fluentui/tree/@fluentui/react-theme-sass_v9.0.0-alpha.14)
|
|
80
|
+
|
|
81
|
+
Fri, 04 Aug 2023 08:52:56 GMT
|
|
82
|
+
[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)
|
|
83
|
+
|
|
84
|
+
### Changes
|
|
85
|
+
|
|
86
|
+
- feat(tokens): Add colorBrandStroke2Contrast and colorNeutralStrokeAlpha2 ([PR #28638](https://github.com/microsoft/fluentui/pull/28638) by miroslav.stastny@microsoft.com)
|
|
87
|
+
- feat(tokens): add status color tokens ([PR #28006](https://github.com/microsoft/fluentui/pull/28006) by miroslav.stastny@microsoft.com)
|
|
88
|
+
|
|
89
|
+
## [9.0.0-alpha.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-theme-sass_v9.0.0-alpha.13)
|
|
90
|
+
|
|
91
|
+
Tue, 20 Jun 2023 12:39:05 GMT
|
|
92
|
+
[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)
|
|
93
|
+
|
|
94
|
+
### Changes
|
|
95
|
+
|
|
96
|
+
- Add theme tokens ([PR #27791](https://github.com/microsoft/fluentui/pull/27791) by miroslav.stastny@microsoft.com)
|
|
97
|
+
- Bump @fluentui/react-theme to v9.1.9 ([PR #28229](https://github.com/microsoft/fluentui/pull/28229) by beachball)
|
|
98
|
+
|
|
99
|
+
## [9.0.0-alpha.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-theme-sass_v9.0.0-alpha.12)
|
|
100
|
+
|
|
101
|
+
Fri, 12 May 2023 20:27:57 GMT
|
|
102
|
+
[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)
|
|
103
|
+
|
|
104
|
+
### Changes
|
|
105
|
+
|
|
106
|
+
- chore: exclude .swcrc from being published ([PR #27740](https://github.com/microsoft/fluentui/pull/27740) by olfedias@microsoft.com)
|
|
107
|
+
- Bump @fluentui/react-theme to v9.1.8 ([PR #27827](https://github.com/microsoft/fluentui/pull/27827) by beachball)
|
|
108
|
+
|
|
109
|
+
## [9.0.0-alpha.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-theme-sass_v9.0.0-alpha.11)
|
|
110
|
+
|
|
111
|
+
Mon, 17 Apr 2023 17:54:00 GMT
|
|
112
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-theme-sass_v9.0.0-alpha.10..@fluentui/react-theme-sass_v9.0.0-alpha.11)
|
|
113
|
+
|
|
114
|
+
### Changes
|
|
115
|
+
|
|
116
|
+
- fix: add "style" to exports field ([PR #27274](https://github.com/microsoft/fluentui/pull/27274) by olfedias@microsoft.com)
|
|
117
|
+
|
|
118
|
+
## [9.0.0-alpha.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-theme-sass_v9.0.0-alpha.10)
|
|
119
|
+
|
|
120
|
+
Tue, 21 Mar 2023 21:23:11 GMT
|
|
121
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-theme-sass_v9.0.0-alpha.9..@fluentui/react-theme-sass_v9.0.0-alpha.10)
|
|
122
|
+
|
|
123
|
+
### Changes
|
|
124
|
+
|
|
125
|
+
- fix: add node field to package.json exports map. ([PR #27154](https://github.com/microsoft/fluentui/pull/27154) by tristan.watanabe@gmail.com)
|
|
126
|
+
- chore: migrate to swc transpilation approach. ([PR #27250](https://github.com/microsoft/fluentui/pull/27250) by tristan.watanabe@gmail.com)
|
|
127
|
+
- Bump @fluentui/react-theme to v9.1.7 ([PR #27271](https://github.com/microsoft/fluentui/pull/27271) by beachball)
|
|
128
|
+
|
|
129
|
+
## [9.0.0-alpha.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-theme-sass_v9.0.0-alpha.9)
|
|
130
|
+
|
|
131
|
+
Wed, 15 Mar 2023 10:19:53 GMT
|
|
132
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-theme-sass_v9.0.0-alpha.8..@fluentui/react-theme-sass_v9.0.0-alpha.9)
|
|
133
|
+
|
|
134
|
+
### Changes
|
|
135
|
+
|
|
136
|
+
- feat(tokens): Add colorNeutralBackgroundAlpha and colorNeutralStrokeAlpha tokens ([PR #27034](https://github.com/microsoft/fluentui/pull/27034) by miroslav.stastny@microsoft.com)
|
|
137
|
+
- Bump @fluentui/react-theme to v9.1.6 ([PR #27213](https://github.com/microsoft/fluentui/pull/27213) by beachball)
|
|
138
|
+
|
|
139
|
+
## [9.0.0-alpha.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-theme-sass_v9.0.0-alpha.7)
|
|
140
|
+
|
|
141
|
+
Wed, 21 Dec 2022 10:20:33 GMT
|
|
142
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-theme-sass_v9.0.0-alpha.6..@fluentui/react-theme-sass_v9.0.0-alpha.7)
|
|
143
|
+
|
|
144
|
+
### Changes
|
|
145
|
+
|
|
146
|
+
- Bump @fluentui/react-theme to v9.1.5 ([commit](https://github.com/microsoft/fluentui/commit/66bf89f634cad4a275e957d7a2214c7e73ff8c2e) by beachball)
|
|
147
|
+
|
|
148
|
+
## [9.0.0-alpha.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-theme-sass_v9.0.0-alpha.6)
|
|
149
|
+
|
|
150
|
+
Tue, 20 Dec 2022 14:59:31 GMT
|
|
151
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-theme-sass_v9.0.0-alpha.5..@fluentui/react-theme-sass_v9.0.0-alpha.6)
|
|
152
|
+
|
|
153
|
+
### Changes
|
|
154
|
+
|
|
155
|
+
- feat: add new tokens ([PR #25903](https://github.com/microsoft/fluentui/pull/25903) by miroslav.stastny@microsoft.com)
|
|
156
|
+
- Bump @fluentui/react-theme to v9.1.4 ([PR #26047](https://github.com/microsoft/fluentui/pull/26047) by beachball)
|
|
157
|
+
|
|
158
|
+
## [9.0.0-alpha.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-theme-sass_v9.0.0-alpha.5)
|
|
159
|
+
|
|
160
|
+
Mon, 05 Dec 2022 18:29:37 GMT
|
|
161
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-theme-sass_v9.0.0-alpha.4..@fluentui/react-theme-sass_v9.0.0-alpha.5)
|
|
162
|
+
|
|
163
|
+
### Changes
|
|
164
|
+
|
|
165
|
+
- Bump @fluentui/react-theme to v9.1.3 ([PR #25798](https://github.com/microsoft/fluentui/pull/25798) by beachball)
|
|
166
|
+
|
|
167
|
+
## [9.0.0-alpha.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-theme-sass_v9.0.0-alpha.4)
|
|
168
|
+
|
|
169
|
+
Fri, 11 Nov 2022 14:57:47 GMT
|
|
170
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-theme-sass_v9.0.0-alpha.3..@fluentui/react-theme-sass_v9.0.0-alpha.4)
|
|
171
|
+
|
|
172
|
+
### Changes
|
|
173
|
+
|
|
174
|
+
- fix: create valid export maps ([PR #25558](https://github.com/microsoft/fluentui/pull/25558) by martinhochel@microsoft.com)
|
|
175
|
+
- Bump @fluentui/react-theme to v9.1.2 ([PR #25615](https://github.com/microsoft/fluentui/pull/25615) by beachball)
|
|
176
|
+
|
|
7
177
|
## [9.0.0-alpha.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-theme-sass_v9.0.0-alpha.3)
|
|
8
178
|
|
|
9
|
-
Thu, 20 Oct 2022 08:
|
|
179
|
+
Thu, 20 Oct 2022 08:39:59 GMT
|
|
10
180
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-theme-sass_v9.0.0-alpha.2..@fluentui/react-theme-sass_v9.0.0-alpha.3)
|
|
11
181
|
|
|
12
182
|
### Changes
|
|
13
183
|
|
|
14
|
-
- Bump @fluentui/react-theme to v9.1.1 ([
|
|
184
|
+
- Bump @fluentui/react-theme to v9.1.1 ([PR #25265](https://github.com/microsoft/fluentui/pull/25265) by beachball)
|
|
15
185
|
|
|
16
186
|
## [9.0.0-alpha.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-theme-sass_v9.0.0-alpha.2)
|
|
17
187
|
|
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @fluentui/react-theme-sass
|
|
2
2
|
|
|
3
|
-
**React Theme Sass for [Fluent UI React](https://
|
|
3
|
+
**React Theme Sass for [Fluent UI React](https://react.fluentui.dev)**
|
|
4
4
|
|
|
5
5
|
SASS variables referencing react-theme design tokens injected to DOM by react-provider.
|
|
6
6
|
|
|
@@ -10,21 +10,22 @@ SASS variables referencing react-theme design tokens injected to DOM by react-pr
|
|
|
10
10
|
|
|
11
11
|
```jsx
|
|
12
12
|
import React from 'react';
|
|
13
|
-
import
|
|
13
|
+
import ReactDOMClient from 'react-dom/client';
|
|
14
14
|
import { FluentProvider, teamsLightTheme } from '@fluentui/react-components';
|
|
15
15
|
import App from './App';
|
|
16
|
-
|
|
16
|
+
|
|
17
|
+
ReactDOMClient.createRoot(document.getElementById('root')).render(
|
|
17
18
|
<FluentProvider theme={teamsLightTheme}>
|
|
18
19
|
<App />
|
|
19
20
|
</FluentProvider>,
|
|
20
|
-
document.getElementById('root'),
|
|
21
21
|
);
|
|
22
22
|
```
|
|
23
23
|
|
|
24
24
|
2. In SCSS styles you can import SCSS variables from `@fluentui/react-theme-sass` and use them in the styles:
|
|
25
25
|
|
|
26
26
|
```scss
|
|
27
|
-
@import '
|
|
27
|
+
@import '@fluentui/react-theme-sass';
|
|
28
|
+
|
|
28
29
|
.brandedElement {
|
|
29
30
|
color: $colorBrandForeground1;
|
|
30
31
|
background: $colorBrandBackground;
|
|
@@ -32,4 +33,4 @@ ReactDOM.render(
|
|
|
32
33
|
}
|
|
33
34
|
```
|
|
34
35
|
|
|
35
|
-
⚠ This package does not export any Javascript code.️
|
|
36
|
+
> ⚠ Note: This package does not export any Javascript code.️
|
package/lib/index.js
CHANGED
package/lib/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"
|
|
1
|
+
{"version":3,"sources":["../src/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;AAGF,WAAU"}
|
package/lib-commonjs/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["index.ts"],"
|
|
1
|
+
{"version":3,"sources":["../src/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"}
|
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluentui/react-theme-sass",
|
|
3
|
-
"version": "9.0.0-alpha.
|
|
3
|
+
"version": "9.0.0-alpha.30",
|
|
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",
|
|
7
|
-
"typings": "dist/index.d.ts",
|
|
7
|
+
"typings": "./dist/index.d.ts",
|
|
8
8
|
"style": "sass/tokens.scss",
|
|
9
9
|
"sideEffects": false,
|
|
10
10
|
"repository": {
|
|
@@ -12,22 +12,6 @@
|
|
|
12
12
|
"url": "https://github.com/microsoft/fluentui"
|
|
13
13
|
},
|
|
14
14
|
"license": "MIT",
|
|
15
|
-
"scripts": {
|
|
16
|
-
"build": "just-scripts build",
|
|
17
|
-
"clean": "just-scripts clean",
|
|
18
|
-
"code-style": "just-scripts code-style",
|
|
19
|
-
"just": "just-scripts",
|
|
20
|
-
"lint": "just-scripts lint",
|
|
21
|
-
"test": "jest --passWithNoTests",
|
|
22
|
-
"docs": "api-extractor run --config=config/api-extractor.local.json --local",
|
|
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",
|
|
24
|
-
"type-check": "tsc -b tsconfig.json"
|
|
25
|
-
},
|
|
26
|
-
"devDependencies": {
|
|
27
|
-
"@fluentui/eslint-plugin": "*",
|
|
28
|
-
"@fluentui/scripts": "^1.0.0",
|
|
29
|
-
"@fluentui/react-theme": "^9.1.1"
|
|
30
|
-
},
|
|
31
15
|
"beachball": {
|
|
32
16
|
"disallowedChangeTypes": [
|
|
33
17
|
"major",
|
|
@@ -35,5 +19,24 @@
|
|
|
35
19
|
"patch"
|
|
36
20
|
]
|
|
37
21
|
},
|
|
38
|
-
"dependencies": {
|
|
22
|
+
"dependencies": {
|
|
23
|
+
"@swc/helpers": "^0.5.1"
|
|
24
|
+
},
|
|
25
|
+
"exports": {
|
|
26
|
+
".": {
|
|
27
|
+
"style": "./sass/tokens.scss",
|
|
28
|
+
"types": "./dist/index.d.ts",
|
|
29
|
+
"node": "./lib-commonjs/index.js",
|
|
30
|
+
"import": "./lib/index.js",
|
|
31
|
+
"require": "./lib-commonjs/index.js"
|
|
32
|
+
},
|
|
33
|
+
"./package.json": "./package.json"
|
|
34
|
+
},
|
|
35
|
+
"files": [
|
|
36
|
+
"*.md",
|
|
37
|
+
"dist/*.d.ts",
|
|
38
|
+
"lib",
|
|
39
|
+
"lib-commonjs",
|
|
40
|
+
"sass"
|
|
41
|
+
]
|
|
39
42
|
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { compileString } from 'sass';
|
|
2
|
+
import { webLightTheme } from '@fluentui/react-theme';
|
|
3
|
+
|
|
4
|
+
describe('Sass tokens', () => {
|
|
5
|
+
// by referencing all react-theme tokens as SCSS variables, verifies that all the variables are exported
|
|
6
|
+
it('exist for all theme tokens', () => {
|
|
7
|
+
const data = [
|
|
8
|
+
'@import "sass/tokens.scss";',
|
|
9
|
+
...Object.keys(webLightTheme).map(tokenName => `$expected__${tokenName}: $${tokenName};`),
|
|
10
|
+
].join('\n');
|
|
11
|
+
|
|
12
|
+
compileString(data, { loadPaths: ['.'] });
|
|
13
|
+
});
|
|
14
|
+
});
|
|
@@ -3,4 +3,9 @@ $borderRadiusSmall: var(--borderRadiusSmall);
|
|
|
3
3
|
$borderRadiusMedium: var(--borderRadiusMedium);
|
|
4
4
|
$borderRadiusLarge: var(--borderRadiusLarge);
|
|
5
5
|
$borderRadiusXLarge: var(--borderRadiusXLarge);
|
|
6
|
+
$borderRadius2XLarge: var(--borderRadius2XLarge);
|
|
7
|
+
$borderRadius3XLarge: var(--borderRadius3XLarge);
|
|
8
|
+
$borderRadius4XLarge: var(--borderRadius4XLarge);
|
|
9
|
+
$borderRadius5XLarge: var(--borderRadius5XLarge);
|
|
10
|
+
$borderRadius6XLarge: var(--borderRadius6XLarge);
|
|
6
11
|
$borderRadiusCircular: var(--borderRadiusCircular);
|
|
@@ -4,6 +4,7 @@ $colorPaletteRedBackground3: var(--colorPaletteRedBackground3);
|
|
|
4
4
|
$colorPaletteRedForeground1: var(--colorPaletteRedForeground1);
|
|
5
5
|
$colorPaletteRedForeground2: var(--colorPaletteRedForeground2);
|
|
6
6
|
$colorPaletteRedForeground3: var(--colorPaletteRedForeground3);
|
|
7
|
+
$colorPaletteRedForegroundInverted: var(--colorPaletteRedForegroundInverted);
|
|
7
8
|
$colorPaletteRedBorderActive: var(--colorPaletteRedBorderActive);
|
|
8
9
|
$colorPaletteRedBorder1: var(--colorPaletteRedBorder1);
|
|
9
10
|
$colorPaletteRedBorder2: var(--colorPaletteRedBorder2);
|
|
@@ -14,6 +15,7 @@ $colorPaletteGreenBackground3: var(--colorPaletteGreenBackground3);
|
|
|
14
15
|
$colorPaletteGreenForeground1: var(--colorPaletteGreenForeground1);
|
|
15
16
|
$colorPaletteGreenForeground2: var(--colorPaletteGreenForeground2);
|
|
16
17
|
$colorPaletteGreenForeground3: var(--colorPaletteGreenForeground3);
|
|
18
|
+
$colorPaletteGreenForegroundInverted: var(--colorPaletteGreenForegroundInverted);
|
|
17
19
|
$colorPaletteGreenBorderActive: var(--colorPaletteGreenBorderActive);
|
|
18
20
|
$colorPaletteGreenBorder1: var(--colorPaletteGreenBorder1);
|
|
19
21
|
$colorPaletteGreenBorder2: var(--colorPaletteGreenBorder2);
|
|
@@ -34,6 +36,7 @@ $colorPaletteYellowBackground3: var(--colorPaletteYellowBackground3);
|
|
|
34
36
|
$colorPaletteYellowForeground1: var(--colorPaletteYellowForeground1);
|
|
35
37
|
$colorPaletteYellowForeground2: var(--colorPaletteYellowForeground2);
|
|
36
38
|
$colorPaletteYellowForeground3: var(--colorPaletteYellowForeground3);
|
|
39
|
+
$colorPaletteYellowForegroundInverted: var(--colorPaletteYellowForegroundInverted);
|
|
37
40
|
$colorPaletteYellowBorderActive: var(--colorPaletteYellowBorderActive);
|
|
38
41
|
$colorPaletteYellowBorder1: var(--colorPaletteYellowBorder1);
|
|
39
42
|
$colorPaletteYellowBorder2: var(--colorPaletteYellowBorder2);
|
|
@@ -179,3 +182,38 @@ $colorPalettePlatinumBorderActive: var(--colorPalettePlatinumBorderActive);
|
|
|
179
182
|
$colorPaletteAnchorBackground2: var(--colorPaletteAnchorBackground2);
|
|
180
183
|
$colorPaletteAnchorForeground2: var(--colorPaletteAnchorForeground2);
|
|
181
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
|
+
$colorStatusDangerBackground3Hover: var(--colorStatusDangerBackground3Hover);
|
|
212
|
+
$colorStatusDangerBackground3Pressed: var(--colorStatusDangerBackground3Pressed);
|
|
213
|
+
$colorStatusDangerForeground1: var(--colorStatusDangerForeground1);
|
|
214
|
+
$colorStatusDangerForeground2: var(--colorStatusDangerForeground2);
|
|
215
|
+
$colorStatusDangerForeground3: var(--colorStatusDangerForeground3);
|
|
216
|
+
$colorStatusDangerForegroundInverted: var(--colorStatusDangerForegroundInverted);
|
|
217
|
+
$colorStatusDangerBorderActive: var(--colorStatusDangerBorderActive);
|
|
218
|
+
$colorStatusDangerBorder1: var(--colorStatusDangerBorder1);
|
|
219
|
+
$colorStatusDangerBorder2: var(--colorStatusDangerBorder2);
|
package/sass/colorTokens.scss
CHANGED
|
@@ -17,6 +17,10 @@ $colorNeutralForeground3BrandHover: var(--colorNeutralForeground3BrandHover);
|
|
|
17
17
|
$colorNeutralForeground3BrandPressed: var(--colorNeutralForeground3BrandPressed);
|
|
18
18
|
$colorNeutralForeground3BrandSelected: var(--colorNeutralForeground3BrandSelected);
|
|
19
19
|
$colorNeutralForeground4: var(--colorNeutralForeground4);
|
|
20
|
+
$colorNeutralForeground5: var(--colorNeutralForeground5);
|
|
21
|
+
$colorNeutralForeground5Hover: var(--colorNeutralForeground5Hover);
|
|
22
|
+
$colorNeutralForeground5Pressed: var(--colorNeutralForeground5Pressed);
|
|
23
|
+
$colorNeutralForeground5Selected: var(--colorNeutralForeground5Selected);
|
|
20
24
|
$colorNeutralForegroundDisabled: var(--colorNeutralForegroundDisabled);
|
|
21
25
|
$colorNeutralForegroundInvertedDisabled: var(--colorNeutralForegroundInvertedDisabled);
|
|
22
26
|
$colorBrandForegroundLink: var(--colorBrandForegroundLink);
|
|
@@ -32,6 +36,8 @@ $colorCompoundBrandForeground1Hover: var(--colorCompoundBrandForeground1Hover);
|
|
|
32
36
|
$colorCompoundBrandForeground1Pressed: var(--colorCompoundBrandForeground1Pressed);
|
|
33
37
|
$colorBrandForeground1: var(--colorBrandForeground1);
|
|
34
38
|
$colorBrandForeground2: var(--colorBrandForeground2);
|
|
39
|
+
$colorBrandForeground2Hover: var(--colorBrandForeground2Hover);
|
|
40
|
+
$colorBrandForeground2Pressed: var(--colorBrandForeground2Pressed);
|
|
35
41
|
$colorNeutralForeground1Static: var(--colorNeutralForeground1Static);
|
|
36
42
|
$colorNeutralForegroundInverted: var(--colorNeutralForegroundInverted);
|
|
37
43
|
$colorNeutralForegroundInvertedHover: var(--colorNeutralForegroundInvertedHover);
|
|
@@ -72,8 +78,18 @@ $colorNeutralBackground5Hover: var(--colorNeutralBackground5Hover);
|
|
|
72
78
|
$colorNeutralBackground5Pressed: var(--colorNeutralBackground5Pressed);
|
|
73
79
|
$colorNeutralBackground5Selected: var(--colorNeutralBackground5Selected);
|
|
74
80
|
$colorNeutralBackground6: var(--colorNeutralBackground6);
|
|
75
|
-
$
|
|
81
|
+
$colorNeutralBackground7: var(--colorNeutralBackground7);
|
|
82
|
+
$colorNeutralBackground7Hover: var(--colorNeutralBackground7Hover);
|
|
83
|
+
$colorNeutralBackground7Pressed: var(--colorNeutralBackground7Pressed);
|
|
84
|
+
$colorNeutralBackground7Selected: var(--colorNeutralBackground7Selected);
|
|
85
|
+
$colorNeutralBackground8: var(--colorNeutralBackground8);
|
|
76
86
|
$colorNeutralBackgroundInverted: var(--colorNeutralBackgroundInverted);
|
|
87
|
+
$colorNeutralBackgroundInvertedHover: var(--colorNeutralBackgroundInvertedHover);
|
|
88
|
+
$colorNeutralBackgroundInvertedPressed: var(--colorNeutralBackgroundInvertedPressed);
|
|
89
|
+
$colorNeutralBackgroundInvertedSelected: var(--colorNeutralBackgroundInvertedSelected);
|
|
90
|
+
$colorNeutralBackgroundStatic: var(--colorNeutralBackgroundStatic);
|
|
91
|
+
$colorNeutralBackgroundAlpha: var(--colorNeutralBackgroundAlpha);
|
|
92
|
+
$colorNeutralBackgroundAlpha2: var(--colorNeutralBackgroundAlpha2);
|
|
77
93
|
$colorSubtleBackground: var(--colorSubtleBackground);
|
|
78
94
|
$colorSubtleBackgroundHover: var(--colorSubtleBackgroundHover);
|
|
79
95
|
$colorSubtleBackgroundPressed: var(--colorSubtleBackgroundPressed);
|
|
@@ -90,9 +106,12 @@ $colorTransparentBackgroundHover: var(--colorTransparentBackgroundHover);
|
|
|
90
106
|
$colorTransparentBackgroundPressed: var(--colorTransparentBackgroundPressed);
|
|
91
107
|
$colorTransparentBackgroundSelected: var(--colorTransparentBackgroundSelected);
|
|
92
108
|
$colorNeutralBackgroundDisabled: var(--colorNeutralBackgroundDisabled);
|
|
109
|
+
$colorNeutralBackgroundDisabled2: var(--colorNeutralBackgroundDisabled2);
|
|
93
110
|
$colorNeutralBackgroundInvertedDisabled: var(--colorNeutralBackgroundInvertedDisabled);
|
|
94
111
|
$colorNeutralStencil1: var(--colorNeutralStencil1);
|
|
95
112
|
$colorNeutralStencil2: var(--colorNeutralStencil2);
|
|
113
|
+
$colorNeutralStencil1Alpha: var(--colorNeutralStencil1Alpha);
|
|
114
|
+
$colorNeutralStencil2Alpha: var(--colorNeutralStencil2Alpha);
|
|
96
115
|
$colorBackgroundOverlay: var(--colorBackgroundOverlay);
|
|
97
116
|
$colorScrollbarOverlay: var(--colorScrollbarOverlay);
|
|
98
117
|
$colorBrandBackground: var(--colorBrandBackground);
|
|
@@ -104,10 +123,19 @@ $colorCompoundBrandBackgroundHover: var(--colorCompoundBrandBackgroundHover);
|
|
|
104
123
|
$colorCompoundBrandBackgroundPressed: var(--colorCompoundBrandBackgroundPressed);
|
|
105
124
|
$colorBrandBackgroundStatic: var(--colorBrandBackgroundStatic);
|
|
106
125
|
$colorBrandBackground2: var(--colorBrandBackground2);
|
|
126
|
+
$colorBrandBackground2Hover: var(--colorBrandBackground2Hover);
|
|
127
|
+
$colorBrandBackground2Pressed: var(--colorBrandBackground2Pressed);
|
|
128
|
+
$colorBrandBackground3Static: var(--colorBrandBackground3Static);
|
|
129
|
+
$colorBrandBackground4Static: var(--colorBrandBackground4Static);
|
|
107
130
|
$colorBrandBackgroundInverted: var(--colorBrandBackgroundInverted);
|
|
108
131
|
$colorBrandBackgroundInvertedHover: var(--colorBrandBackgroundInvertedHover);
|
|
109
132
|
$colorBrandBackgroundInvertedPressed: var(--colorBrandBackgroundInvertedPressed);
|
|
110
133
|
$colorBrandBackgroundInvertedSelected: var(--colorBrandBackgroundInvertedSelected);
|
|
134
|
+
$colorNeutralCardBackground: var(--colorNeutralCardBackground);
|
|
135
|
+
$colorNeutralCardBackgroundHover: var(--colorNeutralCardBackgroundHover);
|
|
136
|
+
$colorNeutralCardBackgroundPressed: var(--colorNeutralCardBackgroundPressed);
|
|
137
|
+
$colorNeutralCardBackgroundSelected: var(--colorNeutralCardBackgroundSelected);
|
|
138
|
+
$colorNeutralCardBackgroundDisabled: var(--colorNeutralCardBackgroundDisabled);
|
|
111
139
|
$colorNeutralStrokeAccessible: var(--colorNeutralStrokeAccessible);
|
|
112
140
|
$colorNeutralStrokeAccessibleHover: var(--colorNeutralStrokeAccessibleHover);
|
|
113
141
|
$colorNeutralStrokeAccessiblePressed: var(--colorNeutralStrokeAccessiblePressed);
|
|
@@ -118,6 +146,11 @@ $colorNeutralStroke1Pressed: var(--colorNeutralStroke1Pressed);
|
|
|
118
146
|
$colorNeutralStroke1Selected: var(--colorNeutralStroke1Selected);
|
|
119
147
|
$colorNeutralStroke2: var(--colorNeutralStroke2);
|
|
120
148
|
$colorNeutralStroke3: var(--colorNeutralStroke3);
|
|
149
|
+
$colorNeutralStroke4: var(--colorNeutralStroke4);
|
|
150
|
+
$colorNeutralStroke4Hover: var(--colorNeutralStroke4Hover);
|
|
151
|
+
$colorNeutralStroke4Pressed: var(--colorNeutralStroke4Pressed);
|
|
152
|
+
$colorNeutralStroke4Selected: var(--colorNeutralStroke4Selected);
|
|
153
|
+
$colorNeutralStrokeSubtle: var(--colorNeutralStrokeSubtle);
|
|
121
154
|
$colorNeutralStrokeOnBrand: var(--colorNeutralStrokeOnBrand);
|
|
122
155
|
$colorNeutralStrokeOnBrand2: var(--colorNeutralStrokeOnBrand2);
|
|
123
156
|
$colorNeutralStrokeOnBrand2Hover: var(--colorNeutralStrokeOnBrand2Hover);
|
|
@@ -125,14 +158,20 @@ $colorNeutralStrokeOnBrand2Pressed: var(--colorNeutralStrokeOnBrand2Pressed);
|
|
|
125
158
|
$colorNeutralStrokeOnBrand2Selected: var(--colorNeutralStrokeOnBrand2Selected);
|
|
126
159
|
$colorBrandStroke1: var(--colorBrandStroke1);
|
|
127
160
|
$colorBrandStroke2: var(--colorBrandStroke2);
|
|
161
|
+
$colorBrandStroke2Hover: var(--colorBrandStroke2Hover);
|
|
162
|
+
$colorBrandStroke2Pressed: var(--colorBrandStroke2Pressed);
|
|
163
|
+
$colorBrandStroke2Contrast: var(--colorBrandStroke2Contrast);
|
|
128
164
|
$colorCompoundBrandStroke: var(--colorCompoundBrandStroke);
|
|
129
165
|
$colorCompoundBrandStrokeHover: var(--colorCompoundBrandStrokeHover);
|
|
130
166
|
$colorCompoundBrandStrokePressed: var(--colorCompoundBrandStrokePressed);
|
|
131
167
|
$colorNeutralStrokeDisabled: var(--colorNeutralStrokeDisabled);
|
|
168
|
+
$colorNeutralStrokeDisabled2: var(--colorNeutralStrokeDisabled2);
|
|
132
169
|
$colorNeutralStrokeInvertedDisabled: var(--colorNeutralStrokeInvertedDisabled);
|
|
133
170
|
$colorTransparentStroke: var(--colorTransparentStroke);
|
|
134
171
|
$colorTransparentStrokeInteractive: var(--colorTransparentStrokeInteractive);
|
|
135
172
|
$colorTransparentStrokeDisabled: var(--colorTransparentStrokeDisabled);
|
|
173
|
+
$colorNeutralStrokeAlpha: var(--colorNeutralStrokeAlpha);
|
|
174
|
+
$colorNeutralStrokeAlpha2: var(--colorNeutralStrokeAlpha2);
|
|
136
175
|
$colorStrokeFocus1: var(--colorStrokeFocus1);
|
|
137
176
|
$colorStrokeFocus2: var(--colorStrokeFocus2);
|
|
138
177
|
$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);
|
package/CHANGELOG.json
DELETED
|
@@ -1,94 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@fluentui/react-theme-sass",
|
|
3
|
-
"entries": [
|
|
4
|
-
{
|
|
5
|
-
"date": "Thu, 20 Oct 2022 08:35:36 GMT",
|
|
6
|
-
"tag": "@fluentui/react-theme-sass_v9.0.0-alpha.3",
|
|
7
|
-
"version": "9.0.0-alpha.3",
|
|
8
|
-
"comments": {
|
|
9
|
-
"prerelease": [
|
|
10
|
-
{
|
|
11
|
-
"author": "beachball",
|
|
12
|
-
"package": "@fluentui/react-theme-sass",
|
|
13
|
-
"comment": "Bump @fluentui/react-theme to v9.1.1",
|
|
14
|
-
"commit": "be27026d83b8a019bcb945d0f42635ae76c00385"
|
|
15
|
-
}
|
|
16
|
-
]
|
|
17
|
-
}
|
|
18
|
-
},
|
|
19
|
-
{
|
|
20
|
-
"date": "Thu, 15 Sep 2022 09:49:39 GMT",
|
|
21
|
-
"tag": "@fluentui/react-theme-sass_v9.0.0-alpha.2",
|
|
22
|
-
"version": "9.0.0-alpha.2",
|
|
23
|
-
"comments": {
|
|
24
|
-
"none": [
|
|
25
|
-
{
|
|
26
|
-
"author": "martinhochel@microsoft.com",
|
|
27
|
-
"package": "@fluentui/react-theme-sass",
|
|
28
|
-
"commit": "e6cf183695d6d67a24e038c49a876224e5ed35e5",
|
|
29
|
-
"comment": "chore: update package scaffold"
|
|
30
|
-
},
|
|
31
|
-
{
|
|
32
|
-
"author": "miroslav.stastny@microsoft.com",
|
|
33
|
-
"package": "@fluentui/react-theme-sass",
|
|
34
|
-
"commit": "9c97dc2efbfe7d22b3686cb765fd93916b303642",
|
|
35
|
-
"comment": "react-theme-sass dev-depends on react-theme"
|
|
36
|
-
}
|
|
37
|
-
],
|
|
38
|
-
"prerelease": [
|
|
39
|
-
{
|
|
40
|
-
"author": "seanmonahan@microsoft.com",
|
|
41
|
-
"package": "@fluentui/react-theme-sass",
|
|
42
|
-
"commit": "1d0a72865a151962362aa3e5054ac9bf8178f09c",
|
|
43
|
-
"comment": "feat: add new color tokens"
|
|
44
|
-
},
|
|
45
|
-
{
|
|
46
|
-
"author": "miroslav.stastny@microsoft.com",
|
|
47
|
-
"package": "@fluentui/react-theme-sass",
|
|
48
|
-
"commit": "61557d7e48a7380b2fbf2bcc5c8faa4a3ed7d89f",
|
|
49
|
-
"comment": "feat: Add fontWeightBold"
|
|
50
|
-
},
|
|
51
|
-
{
|
|
52
|
-
"author": "miroslav.stastny@microsoft.com",
|
|
53
|
-
"package": "@fluentui/react-theme-sass",
|
|
54
|
-
"commit": "0137f992b99b3b8ec927be8f7aef751d27cd5830",
|
|
55
|
-
"comment": "fix: Rename colorNeutralForegroundInvertedStatic token to colorNeutralForegroundStaticInverted"
|
|
56
|
-
},
|
|
57
|
-
{
|
|
58
|
-
"author": "seanmonahan@microsoft.com",
|
|
59
|
-
"package": "@fluentui/react-theme-sass",
|
|
60
|
-
"commit": "5c78472d96502d05a10016d9502eceada4edfd8a",
|
|
61
|
-
"comment": "feat: add color neutral foreground inverted 2 token"
|
|
62
|
-
},
|
|
63
|
-
{
|
|
64
|
-
"author": "beachball",
|
|
65
|
-
"package": "@fluentui/react-theme-sass",
|
|
66
|
-
"comment": "Bump @fluentui/react-theme to v9.1.0",
|
|
67
|
-
"commit": "a33448fe4a0f4117686c378f80b893d1406d95a8"
|
|
68
|
-
}
|
|
69
|
-
]
|
|
70
|
-
}
|
|
71
|
-
},
|
|
72
|
-
{
|
|
73
|
-
"date": "Tue, 28 Jun 2022 15:13:22 GMT",
|
|
74
|
-
"tag": "@fluentui/react-theme-sass_v9.0.0-alpha.1",
|
|
75
|
-
"version": "9.0.0-alpha.1",
|
|
76
|
-
"comments": {
|
|
77
|
-
"prerelease": [
|
|
78
|
-
{
|
|
79
|
-
"author": "miroslav.stastny@microsoft.com",
|
|
80
|
-
"package": "@fluentui/react-theme-sass",
|
|
81
|
-
"commit": "eeed967f604dc4f6a4b6b32b6347c0ed9360294c",
|
|
82
|
-
"comment": "Add SASS variables mapped to CSS variables provided by react-theme"
|
|
83
|
-
},
|
|
84
|
-
{
|
|
85
|
-
"author": "miroslav.stastny@microsoft.com",
|
|
86
|
-
"package": "@fluentui/react-theme-sass",
|
|
87
|
-
"commit": "03e380fac7237a246774aa83b3771bbbd67be8e6",
|
|
88
|
-
"comment": "fix(react-theme-sass): Remove color palette tokens which are no longer present in react-theme"
|
|
89
|
-
}
|
|
90
|
-
]
|
|
91
|
-
}
|
|
92
|
-
}
|
|
93
|
-
]
|
|
94
|
-
}
|