@fluentui/react-theme-sass 9.0.0-alpha.1 → 9.0.0-alpha.10

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/.swcrc ADDED
@@ -0,0 +1,30 @@
1
+ {
2
+ "$schema": "https://json.schemastore.org/swcrc",
3
+ "exclude": [
4
+ "/testing",
5
+ "/**/*.cy.ts",
6
+ "/**/*.cy.tsx",
7
+ "/**/*.spec.ts",
8
+ "/**/*.spec.tsx",
9
+ "/**/*.test.ts",
10
+ "/**/*.test.tsx"
11
+ ],
12
+ "jsc": {
13
+ "parser": {
14
+ "syntax": "typescript",
15
+ "tsx": true,
16
+ "decorators": false,
17
+ "dynamicImport": false
18
+ },
19
+ "externalHelpers": true,
20
+ "transform": {
21
+ "react": {
22
+ "runtime": "classic",
23
+ "useSpread": true
24
+ }
25
+ },
26
+ "target": "es2019"
27
+ },
28
+ "minify": false,
29
+ "sourceMaps": true
30
+ }
package/CHANGELOG.json CHANGED
@@ -2,7 +2,269 @@
2
2
  "name": "@fluentui/react-theme-sass",
3
3
  "entries": [
4
4
  {
5
- "date": "Tue, 28 Jun 2022 15:08:33 GMT",
5
+ "date": "Tue, 21 Mar 2023 21:18:24 GMT",
6
+ "tag": "@fluentui/react-theme-sass_v9.0.0-alpha.10",
7
+ "version": "9.0.0-alpha.10",
8
+ "comments": {
9
+ "prerelease": [
10
+ {
11
+ "author": "tristan.watanabe@gmail.com",
12
+ "package": "@fluentui/react-theme-sass",
13
+ "commit": "ead1c6d4c2ac3f3596b62b8cbc07b0a03041f11f",
14
+ "comment": "fix: add node field to package.json exports map."
15
+ },
16
+ {
17
+ "author": "tristan.watanabe@gmail.com",
18
+ "package": "@fluentui/react-theme-sass",
19
+ "commit": "2fac1a139149bd13b76b1306207bc988dca9c72c",
20
+ "comment": "chore: migrate to swc transpilation approach."
21
+ },
22
+ {
23
+ "author": "beachball",
24
+ "package": "@fluentui/react-theme-sass",
25
+ "comment": "Bump @fluentui/react-theme to v9.1.7",
26
+ "commit": "b7a26f6263c80e3253c6b8338c33b73bae33e2b5"
27
+ }
28
+ ]
29
+ }
30
+ },
31
+ {
32
+ "date": "Wed, 15 Mar 2023 10:19:53 GMT",
33
+ "tag": "@fluentui/react-theme-sass_v9.0.0-alpha.9",
34
+ "version": "9.0.0-alpha.9",
35
+ "comments": {
36
+ "prerelease": [
37
+ {
38
+ "author": "miroslav.stastny@microsoft.com",
39
+ "package": "@fluentui/react-theme-sass",
40
+ "commit": "76e6598eae0c9247fb7f8834c1e24d8e864bf5df",
41
+ "comment": "feat(tokens): Add colorNeutralBackgroundAlpha and colorNeutralStrokeAlpha tokens"
42
+ },
43
+ {
44
+ "author": "beachball",
45
+ "package": "@fluentui/react-theme-sass",
46
+ "comment": "Bump @fluentui/react-theme to v9.1.6",
47
+ "commit": "5da01b4766ae6d81befb7bcd588d9cf8d969e1e2"
48
+ }
49
+ ]
50
+ }
51
+ },
52
+ {
53
+ "date": "Mon, 16 Jan 2023 08:38:51 GMT",
54
+ "tag": "@fluentui/react-theme-sass_v9.0.0-alpha.8",
55
+ "version": "9.0.0-alpha.8",
56
+ "comments": {
57
+ "none": [
58
+ {
59
+ "author": "martinhochel@microsoft.com",
60
+ "package": "@fluentui/react-theme-sass",
61
+ "commit": "64bb45980d68de1219c6b36a7db5363f0a9cff9f",
62
+ "comment": "chore: migrate to packaged scripts"
63
+ }
64
+ ]
65
+ }
66
+ },
67
+ {
68
+ "date": "Wed, 04 Jan 2023 01:40:39 GMT",
69
+ "tag": "@fluentui/react-theme-sass_v9.0.0-alpha.7",
70
+ "version": "9.0.0-alpha.7",
71
+ "comments": {
72
+ "none": [
73
+ {
74
+ "author": "martinhochel@microsoft.com",
75
+ "package": "@fluentui/react-theme-sass",
76
+ "commit": "4ec2b998b294d6d9c3196d3d82893bdd97d0c105",
77
+ "comment": "chore(scripts): move index.ts to to follow sub-folder domain packaging"
78
+ },
79
+ {
80
+ "author": "martinhochel@microsoft.com",
81
+ "package": "@fluentui/react-theme-sass",
82
+ "commit": "194b0cf0cc27c1c1233aa945f09b3ad29778d8ca",
83
+ "comment": "chore(scripts): use for @fluentui/scripts version within all package.json"
84
+ }
85
+ ]
86
+ }
87
+ },
88
+ {
89
+ "date": "Wed, 21 Dec 2022 10:20:33 GMT",
90
+ "tag": "@fluentui/react-theme-sass_v9.0.0-alpha.7",
91
+ "version": "9.0.0-alpha.7",
92
+ "comments": {
93
+ "prerelease": [
94
+ {
95
+ "author": "beachball",
96
+ "package": "@fluentui/react-theme-sass",
97
+ "comment": "Bump @fluentui/react-theme to v9.1.5",
98
+ "commit": "66bf89f634cad4a275e957d7a2214c7e73ff8c2e"
99
+ }
100
+ ]
101
+ }
102
+ },
103
+ {
104
+ "date": "Tue, 20 Dec 2022 14:59:31 GMT",
105
+ "tag": "@fluentui/react-theme-sass_v9.0.0-alpha.6",
106
+ "version": "9.0.0-alpha.6",
107
+ "comments": {
108
+ "prerelease": [
109
+ {
110
+ "author": "miroslav.stastny@microsoft.com",
111
+ "package": "@fluentui/react-theme-sass",
112
+ "commit": "43e7eb9324b43d02d8d828ff722ed3f3858f3d30",
113
+ "comment": "feat: add new tokens"
114
+ },
115
+ {
116
+ "author": "beachball",
117
+ "package": "@fluentui/react-theme-sass",
118
+ "comment": "Bump @fluentui/react-theme to v9.1.4",
119
+ "commit": "e7530bc179fd0e303448083c76a4af41a0e15322"
120
+ }
121
+ ]
122
+ }
123
+ },
124
+ {
125
+ "date": "Mon, 05 Dec 2022 18:29:37 GMT",
126
+ "tag": "@fluentui/react-theme-sass_v9.0.0-alpha.5",
127
+ "version": "9.0.0-alpha.5",
128
+ "comments": {
129
+ "none": [
130
+ {
131
+ "author": "tristan.watanabe@gmail.com",
132
+ "package": "@fluentui/react-theme-sass",
133
+ "commit": "109f6e6966ce703169c98134f1aedbaec17d6f93",
134
+ "comment": "chore: Migrate to new package structure."
135
+ }
136
+ ],
137
+ "prerelease": [
138
+ {
139
+ "author": "beachball",
140
+ "package": "@fluentui/react-theme-sass",
141
+ "comment": "Bump @fluentui/react-theme to v9.1.3",
142
+ "commit": "4c29542a51bf068e171690cc8e59c14489883912"
143
+ }
144
+ ]
145
+ }
146
+ },
147
+ {
148
+ "date": "Thu, 17 Nov 2022 23:05:50 GMT",
149
+ "tag": "@fluentui/react-theme-sass_v9.0.0-alpha.4",
150
+ "version": "9.0.0-alpha.4",
151
+ "comments": {
152
+ "none": [
153
+ {
154
+ "author": "martinhochel@microsoft.com",
155
+ "package": "@fluentui/react-theme-sass",
156
+ "commit": "ea768501802d65d63ddc63fff3816fb6b5008ae4",
157
+ "comment": "chore: update package scaffold"
158
+ }
159
+ ]
160
+ }
161
+ },
162
+ {
163
+ "date": "Fri, 11 Nov 2022 14:57:47 GMT",
164
+ "tag": "@fluentui/react-theme-sass_v9.0.0-alpha.4",
165
+ "version": "9.0.0-alpha.4",
166
+ "comments": {
167
+ "prerelease": [
168
+ {
169
+ "author": "martinhochel@microsoft.com",
170
+ "package": "@fluentui/react-theme-sass",
171
+ "commit": "b3907043bd8d7b650c55e8e7c3119b14f2606c38",
172
+ "comment": "fix: create valid export maps"
173
+ },
174
+ {
175
+ "author": "beachball",
176
+ "package": "@fluentui/react-theme-sass",
177
+ "comment": "Bump @fluentui/react-theme to v9.1.2",
178
+ "commit": "b4c9a0ae8d7444bf746f1307ab01e2dc16310720"
179
+ }
180
+ ]
181
+ }
182
+ },
183
+ {
184
+ "date": "Tue, 25 Oct 2022 00:35:38 GMT",
185
+ "tag": "@fluentui/react-theme-sass_v9.0.0-alpha.3",
186
+ "version": "9.0.0-alpha.3",
187
+ "comments": {
188
+ "none": [
189
+ {
190
+ "author": "miroslav.stastny@microsoft.com",
191
+ "package": "@fluentui/react-theme-sass",
192
+ "commit": "6ced976a8d0e6a0e2e207da8fe0eb810e2bd19bc",
193
+ "comment": "Update package readme"
194
+ }
195
+ ]
196
+ }
197
+ },
198
+ {
199
+ "date": "Thu, 20 Oct 2022 08:39:59 GMT",
200
+ "tag": "@fluentui/react-theme-sass_v9.0.0-alpha.3",
201
+ "version": "9.0.0-alpha.3",
202
+ "comments": {
203
+ "prerelease": [
204
+ {
205
+ "author": "beachball",
206
+ "package": "@fluentui/react-theme-sass",
207
+ "comment": "Bump @fluentui/react-theme to v9.1.1",
208
+ "commit": "5ea1372675d910d76cf1b9cbd74d05b7c4e8fcbc"
209
+ }
210
+ ]
211
+ }
212
+ },
213
+ {
214
+ "date": "Thu, 15 Sep 2022 09:49:39 GMT",
215
+ "tag": "@fluentui/react-theme-sass_v9.0.0-alpha.2",
216
+ "version": "9.0.0-alpha.2",
217
+ "comments": {
218
+ "none": [
219
+ {
220
+ "author": "martinhochel@microsoft.com",
221
+ "package": "@fluentui/react-theme-sass",
222
+ "commit": "e6cf183695d6d67a24e038c49a876224e5ed35e5",
223
+ "comment": "chore: update package scaffold"
224
+ },
225
+ {
226
+ "author": "miroslav.stastny@microsoft.com",
227
+ "package": "@fluentui/react-theme-sass",
228
+ "commit": "9c97dc2efbfe7d22b3686cb765fd93916b303642",
229
+ "comment": "react-theme-sass dev-depends on react-theme"
230
+ }
231
+ ],
232
+ "prerelease": [
233
+ {
234
+ "author": "seanmonahan@microsoft.com",
235
+ "package": "@fluentui/react-theme-sass",
236
+ "commit": "1d0a72865a151962362aa3e5054ac9bf8178f09c",
237
+ "comment": "feat: add new color tokens"
238
+ },
239
+ {
240
+ "author": "miroslav.stastny@microsoft.com",
241
+ "package": "@fluentui/react-theme-sass",
242
+ "commit": "61557d7e48a7380b2fbf2bcc5c8faa4a3ed7d89f",
243
+ "comment": "feat: Add fontWeightBold"
244
+ },
245
+ {
246
+ "author": "miroslav.stastny@microsoft.com",
247
+ "package": "@fluentui/react-theme-sass",
248
+ "commit": "0137f992b99b3b8ec927be8f7aef751d27cd5830",
249
+ "comment": "fix: Rename colorNeutralForegroundInvertedStatic token to colorNeutralForegroundStaticInverted"
250
+ },
251
+ {
252
+ "author": "seanmonahan@microsoft.com",
253
+ "package": "@fluentui/react-theme-sass",
254
+ "commit": "5c78472d96502d05a10016d9502eceada4edfd8a",
255
+ "comment": "feat: add color neutral foreground inverted 2 token"
256
+ },
257
+ {
258
+ "author": "beachball",
259
+ "package": "@fluentui/react-theme-sass",
260
+ "comment": "Bump @fluentui/react-theme to v9.1.0",
261
+ "commit": "a33448fe4a0f4117686c378f80b893d1406d95a8"
262
+ }
263
+ ]
264
+ }
265
+ },
266
+ {
267
+ "date": "Tue, 28 Jun 2022 15:13:22 GMT",
6
268
  "tag": "@fluentui/react-theme-sass_v9.0.0-alpha.1",
7
269
  "version": "9.0.0-alpha.1",
8
270
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,93 @@
1
1
  # Change Log - @fluentui/react-theme-sass
2
2
 
3
- This log was last generated on Tue, 28 Jun 2022 15:08:33 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 21 Mar 2023 21:18:24 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.0.0-alpha.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-theme-sass_v9.0.0-alpha.10)
8
+
9
+ Tue, 21 Mar 2023 21:18:24 GMT
10
+ [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)
11
+
12
+ ### Changes
13
+
14
+ - fix: add node field to package.json exports map. ([PR #27154](https://github.com/microsoft/fluentui/pull/27154) by tristan.watanabe@gmail.com)
15
+ - chore: migrate to swc transpilation approach. ([PR #27250](https://github.com/microsoft/fluentui/pull/27250) by tristan.watanabe@gmail.com)
16
+ - Bump @fluentui/react-theme to v9.1.7 ([PR #27271](https://github.com/microsoft/fluentui/pull/27271) by beachball)
17
+
18
+ ## [9.0.0-alpha.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-theme-sass_v9.0.0-alpha.9)
19
+
20
+ Wed, 15 Mar 2023 10:19:53 GMT
21
+ [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)
22
+
23
+ ### Changes
24
+
25
+ - feat(tokens): Add colorNeutralBackgroundAlpha and colorNeutralStrokeAlpha tokens ([PR #27034](https://github.com/microsoft/fluentui/pull/27034) by miroslav.stastny@microsoft.com)
26
+ - Bump @fluentui/react-theme to v9.1.6 ([PR #27213](https://github.com/microsoft/fluentui/pull/27213) by beachball)
27
+
28
+ ## [9.0.0-alpha.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-theme-sass_v9.0.0-alpha.7)
29
+
30
+ Wed, 21 Dec 2022 10:20:33 GMT
31
+ [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)
32
+
33
+ ### Changes
34
+
35
+ - Bump @fluentui/react-theme to v9.1.5 ([commit](https://github.com/microsoft/fluentui/commit/66bf89f634cad4a275e957d7a2214c7e73ff8c2e) by beachball)
36
+
37
+ ## [9.0.0-alpha.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-theme-sass_v9.0.0-alpha.6)
38
+
39
+ Tue, 20 Dec 2022 14:59:31 GMT
40
+ [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)
41
+
42
+ ### Changes
43
+
44
+ - feat: add new tokens ([PR #25903](https://github.com/microsoft/fluentui/pull/25903) by miroslav.stastny@microsoft.com)
45
+ - Bump @fluentui/react-theme to v9.1.4 ([PR #26047](https://github.com/microsoft/fluentui/pull/26047) by beachball)
46
+
47
+ ## [9.0.0-alpha.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-theme-sass_v9.0.0-alpha.5)
48
+
49
+ Mon, 05 Dec 2022 18:29:37 GMT
50
+ [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)
51
+
52
+ ### Changes
53
+
54
+ - Bump @fluentui/react-theme to v9.1.3 ([PR #25798](https://github.com/microsoft/fluentui/pull/25798) by beachball)
55
+
56
+ ## [9.0.0-alpha.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-theme-sass_v9.0.0-alpha.4)
57
+
58
+ Fri, 11 Nov 2022 14:57:47 GMT
59
+ [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)
60
+
61
+ ### Changes
62
+
63
+ - fix: create valid export maps ([PR #25558](https://github.com/microsoft/fluentui/pull/25558) by martinhochel@microsoft.com)
64
+ - Bump @fluentui/react-theme to v9.1.2 ([PR #25615](https://github.com/microsoft/fluentui/pull/25615) by beachball)
65
+
66
+ ## [9.0.0-alpha.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-theme-sass_v9.0.0-alpha.3)
67
+
68
+ Thu, 20 Oct 2022 08:39:59 GMT
69
+ [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)
70
+
71
+ ### Changes
72
+
73
+ - Bump @fluentui/react-theme to v9.1.1 ([PR #25265](https://github.com/microsoft/fluentui/pull/25265) by beachball)
74
+
75
+ ## [9.0.0-alpha.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-theme-sass_v9.0.0-alpha.2)
76
+
77
+ Thu, 15 Sep 2022 09:49:39 GMT
78
+ [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)
79
+
80
+ ### Changes
81
+
82
+ - feat: add new color tokens ([PR #24027](https://github.com/microsoft/fluentui/pull/24027) by seanmonahan@microsoft.com)
83
+ - feat: Add fontWeightBold ([PR #24378](https://github.com/microsoft/fluentui/pull/24378) by miroslav.stastny@microsoft.com)
84
+ - fix: Rename colorNeutralForegroundInvertedStatic token to colorNeutralForegroundStaticInverted ([PR #24611](https://github.com/microsoft/fluentui/pull/24611) by miroslav.stastny@microsoft.com)
85
+ - feat: add color neutral foreground inverted 2 token ([PR #24494](https://github.com/microsoft/fluentui/pull/24494) by seanmonahan@microsoft.com)
86
+ - Bump @fluentui/react-theme to v9.1.0 ([PR #24808](https://github.com/microsoft/fluentui/pull/24808) by beachball)
87
+
7
88
  ## [9.0.0-alpha.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-theme-sass_v9.0.0-alpha.1)
8
89
 
9
- Tue, 28 Jun 2022 15:08:33 GMT
90
+ Tue, 28 Jun 2022 15:13:22 GMT
10
91
 
11
92
  ### Changes
12
93
 
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://developer.microsoft.com/en-us/fluentui)**
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
 
package/lib/index.js.map CHANGED
@@ -1 +1 @@
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"]}
1
+ {"version":3,"names":["Error"],"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"],"mappings":"AAAA,MAAM,IAAIA,KAAA,CACR;AADF"}
@@ -1,7 +1,8 @@
1
1
  "use strict";
2
-
3
2
  Object.defineProperty(exports, "__esModule", {
4
- value: true
3
+ value: true
5
4
  });
6
5
  throw new Error('@fluentui/react-theme-sass package only contains SASS exports. It should never be imported in Javascript.');
6
+ //# sourceMappingURL=index.js.map
7
+
7
8
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
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/"}
1
+ {"version":3,"sources":["../lib/index.js"],"sourcesContent":["throw new Error('@fluentui/react-theme-sass package only contains SASS exports. It should never be imported in Javascript.');\nexport {};\n//# sourceMappingURL=index.js.map"],"names":["Error"],"mappings":";;;;AAAA,MAAM,IAAIA,MAAM,6GAA6G;CAE7H,iCAAiC"}
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@fluentui/react-theme-sass",
3
- "version": "9.0.0-alpha.1",
3
+ "version": "9.0.0-alpha.10",
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": {
@@ -18,16 +18,15 @@
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
- "docs": "api-extractor run --config=config/api-extractor.local.json --local",
24
- "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
- "type-check": "tsc -b tsconfig.json"
22
+ "type-check": "tsc -b tsconfig.json",
23
+ "generate-api": "just-scripts generate-api"
27
24
  },
28
25
  "devDependencies": {
29
26
  "@fluentui/eslint-plugin": "*",
30
- "@fluentui/scripts": "^1.0.0"
27
+ "@fluentui/react-theme": "^9.1.7",
28
+ "@fluentui/scripts-api-extractor": "*",
29
+ "@fluentui/scripts-tasks": "*"
31
30
  },
32
31
  "beachball": {
33
32
  "disallowedChangeTypes": [
@@ -35,5 +34,17 @@
35
34
  "minor",
36
35
  "patch"
37
36
  ]
37
+ },
38
+ "dependencies": {
39
+ "@swc/helpers": "^0.4.14"
40
+ },
41
+ "exports": {
42
+ ".": {
43
+ "types": "./dist/index.d.ts",
44
+ "node": "./lib-commonjs/index.js",
45
+ "import": "./lib/index.js",
46
+ "require": "./lib-commonjs/index.js"
47
+ },
48
+ "./package.json": "./package.json"
38
49
  }
39
50
  }
@@ -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);
@@ -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);
@@ -71,6 +73,9 @@ $colorNeutralBackground5Pressed: var(--colorNeutralBackground5Pressed);
71
73
  $colorNeutralBackground5Selected: var(--colorNeutralBackground5Selected);
72
74
  $colorNeutralBackground6: var(--colorNeutralBackground6);
73
75
  $colorNeutralBackgroundInverted: var(--colorNeutralBackgroundInverted);
76
+ $colorNeutralBackgroundStatic: var(--colorNeutralBackgroundStatic);
77
+ $colorNeutralBackgroundAlpha: var(--colorNeutralBackgroundAlpha);
78
+ $colorNeutralBackgroundAlpha2: var(--colorNeutralBackgroundAlpha2);
74
79
  $colorSubtleBackground: var(--colorSubtleBackground);
75
80
  $colorSubtleBackgroundHover: var(--colorSubtleBackgroundHover);
76
81
  $colorSubtleBackgroundPressed: var(--colorSubtleBackgroundPressed);
@@ -90,6 +95,8 @@ $colorNeutralBackgroundDisabled: var(--colorNeutralBackgroundDisabled);
90
95
  $colorNeutralBackgroundInvertedDisabled: var(--colorNeutralBackgroundInvertedDisabled);
91
96
  $colorNeutralStencil1: var(--colorNeutralStencil1);
92
97
  $colorNeutralStencil2: var(--colorNeutralStencil2);
98
+ $colorNeutralStencil1Alpha: var(--colorNeutralStencil1Alpha);
99
+ $colorNeutralStencil2Alpha: var(--colorNeutralStencil2Alpha);
93
100
  $colorBackgroundOverlay: var(--colorBackgroundOverlay);
94
101
  $colorScrollbarOverlay: var(--colorScrollbarOverlay);
95
102
  $colorBrandBackground: var(--colorBrandBackground);
@@ -130,6 +137,7 @@ $colorNeutralStrokeInvertedDisabled: var(--colorNeutralStrokeInvertedDisabled);
130
137
  $colorTransparentStroke: var(--colorTransparentStroke);
131
138
  $colorTransparentStrokeInteractive: var(--colorTransparentStrokeInteractive);
132
139
  $colorTransparentStrokeDisabled: var(--colorTransparentStrokeDisabled);
140
+ $colorNeutralStrokeAlpha: var(--colorNeutralStrokeAlpha);
133
141
  $colorStrokeFocus1: var(--colorStrokeFocus1);
134
142
  $colorStrokeFocus2: var(--colorStrokeFocus2);
135
143
  $colorNeutralShadowAmbient: var(--colorNeutralShadowAmbient);
@@ -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);
@@ -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
- }