@fluentui/web-components 3.0.0-rc.2 → 3.0.0-rc.4
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 +20 -2
- package/custom-elements.json +414 -0
- package/dist/esm/compound-button/compound-button.styles.js +1 -1
- package/dist/esm/compound-button/compound-button.styles.js.map +1 -1
- package/dist/esm/dialog-body/dialog-body.js +1 -1
- package/dist/esm/dialog-body/dialog-body.js.map +1 -1
- package/dist/esm/drawer-body/drawer-body.js +1 -1
- package/dist/esm/drawer-body/drawer-body.js.map +1 -1
- package/dist/esm/index.d.ts +3 -3
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/theme/design-tokens.d.ts +115 -0
- package/dist/esm/theme/design-tokens.js +115 -0
- package/dist/esm/theme/design-tokens.js.map +1 -1
- package/dist/esm/theme/index.d.ts +1 -1
- package/dist/esm/theme/index.js +1 -1
- package/dist/esm/theme/index.js.map +1 -1
- package/dist/esm/tree/tree.base.d.ts +1 -1
- package/dist/esm/tree/tree.base.js +1 -1
- package/dist/esm/tree/tree.base.js.map +1 -1
- package/dist/web-components.d.ts +138 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,30 @@
|
|
|
1
1
|
# Change Log - @fluentui/web-components
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Fri, 23 Jan 2026 04:06:53 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## [3.0.0-rc.4](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-rc.4)
|
|
8
|
+
|
|
9
|
+
Fri, 23 Jan 2026 04:06:53 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-rc.3..@fluentui/web-components_v3.0.0-rc.4)
|
|
11
|
+
|
|
12
|
+
### Changes
|
|
13
|
+
|
|
14
|
+
- Update CAP DR tokens ([PR #35574](https://github.com/microsoft/fluentui/pull/35574) by jukapsia@microsoft.com)
|
|
15
|
+
|
|
16
|
+
## [3.0.0-rc.3](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-rc.3)
|
|
17
|
+
|
|
18
|
+
Wed, 14 Jan 2026 04:07:26 GMT
|
|
19
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-rc.2..@fluentui/web-components_v3.0.0-rc.3)
|
|
20
|
+
|
|
21
|
+
### Changes
|
|
22
|
+
|
|
23
|
+
- chore: upgrade to storybook 9 ([PR #35459](https://github.com/microsoft/fluentui/pull/35459) by dmytrokirpa@microsoft.com)
|
|
24
|
+
|
|
7
25
|
## [3.0.0-rc.2](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v3.0.0-rc.2)
|
|
8
26
|
|
|
9
|
-
Mon, 12 Jan 2026 04:07:
|
|
27
|
+
Mon, 12 Jan 2026 04:07:48 GMT
|
|
10
28
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v3.0.0-rc.1..@fluentui/web-components_v3.0.0-rc.2)
|
|
11
29
|
|
|
12
30
|
### Changes
|
package/custom-elements.json
CHANGED
|
@@ -1621,6 +1621,46 @@
|
|
|
1621
1621
|
"description": "CSS custom property value for the @fluentui/tokens#colorNeutralForeground4 | `colorNeutralForeground4` design token.",
|
|
1622
1622
|
"privacy": "public"
|
|
1623
1623
|
},
|
|
1624
|
+
{
|
|
1625
|
+
"kind": "variable",
|
|
1626
|
+
"name": "colorNeutralForeground5",
|
|
1627
|
+
"type": {
|
|
1628
|
+
"text": "string"
|
|
1629
|
+
},
|
|
1630
|
+
"default": "'var(--colorNeutralForeground5)'",
|
|
1631
|
+
"description": "CSS custom property value for the @fluentui/tokens#colorNeutralForeground5 | `colorNeutralForeground5` design token.",
|
|
1632
|
+
"privacy": "public"
|
|
1633
|
+
},
|
|
1634
|
+
{
|
|
1635
|
+
"kind": "variable",
|
|
1636
|
+
"name": "colorNeutralForeground5Hover",
|
|
1637
|
+
"type": {
|
|
1638
|
+
"text": "string"
|
|
1639
|
+
},
|
|
1640
|
+
"default": "'var(--colorNeutralForeground5Hover)'",
|
|
1641
|
+
"description": "CSS custom property value for the @fluentui/tokens#colorNeutralForeground5Hover | `colorNeutralForeground5Hover` design token.",
|
|
1642
|
+
"privacy": "public"
|
|
1643
|
+
},
|
|
1644
|
+
{
|
|
1645
|
+
"kind": "variable",
|
|
1646
|
+
"name": "colorNeutralForeground5Pressed",
|
|
1647
|
+
"type": {
|
|
1648
|
+
"text": "string"
|
|
1649
|
+
},
|
|
1650
|
+
"default": "'var(--colorNeutralForeground5Pressed)'",
|
|
1651
|
+
"description": "CSS custom property value for the @fluentui/tokens#colorNeutralForeground5Pressed | `colorNeutralForeground5Pressed` design token.",
|
|
1652
|
+
"privacy": "public"
|
|
1653
|
+
},
|
|
1654
|
+
{
|
|
1655
|
+
"kind": "variable",
|
|
1656
|
+
"name": "colorNeutralForeground5Selected",
|
|
1657
|
+
"type": {
|
|
1658
|
+
"text": "string"
|
|
1659
|
+
},
|
|
1660
|
+
"default": "'var(--colorNeutralForeground5Selected)'",
|
|
1661
|
+
"description": "CSS custom property value for the @fluentui/tokens#colorNeutralForeground5Selected | `colorNeutralForeground5Selected` design token.",
|
|
1662
|
+
"privacy": "public"
|
|
1663
|
+
},
|
|
1624
1664
|
{
|
|
1625
1665
|
"kind": "variable",
|
|
1626
1666
|
"name": "colorNeutralForegroundDisabled",
|
|
@@ -2191,6 +2231,56 @@
|
|
|
2191
2231
|
"description": "CSS custom property value for the @fluentui/tokens#colorNeutralBackground6 | `colorNeutralBackground6` design token.",
|
|
2192
2232
|
"privacy": "public"
|
|
2193
2233
|
},
|
|
2234
|
+
{
|
|
2235
|
+
"kind": "variable",
|
|
2236
|
+
"name": "colorNeutralBackground7",
|
|
2237
|
+
"type": {
|
|
2238
|
+
"text": "string"
|
|
2239
|
+
},
|
|
2240
|
+
"default": "'var(--colorNeutralBackground7)'",
|
|
2241
|
+
"description": "CSS custom property value for the @fluentui/tokens#colorNeutralBackground7 | `colorNeutralBackground7` design token.",
|
|
2242
|
+
"privacy": "public"
|
|
2243
|
+
},
|
|
2244
|
+
{
|
|
2245
|
+
"kind": "variable",
|
|
2246
|
+
"name": "colorNeutralBackground7Hover",
|
|
2247
|
+
"type": {
|
|
2248
|
+
"text": "string"
|
|
2249
|
+
},
|
|
2250
|
+
"default": "'var(--colorNeutralBackground7Hover)'",
|
|
2251
|
+
"description": "CSS custom property value for the @fluentui/tokens#colorNeutralBackground7Hover | `colorNeutralBackground7Hover` design token.",
|
|
2252
|
+
"privacy": "public"
|
|
2253
|
+
},
|
|
2254
|
+
{
|
|
2255
|
+
"kind": "variable",
|
|
2256
|
+
"name": "colorNeutralBackground7Pressed",
|
|
2257
|
+
"type": {
|
|
2258
|
+
"text": "string"
|
|
2259
|
+
},
|
|
2260
|
+
"default": "'var(--colorNeutralBackground7Pressed)'",
|
|
2261
|
+
"description": "CSS custom property value for the @fluentui/tokens#colorNeutralBackground7Pressed | `colorNeutralBackground7Pressed` design token.",
|
|
2262
|
+
"privacy": "public"
|
|
2263
|
+
},
|
|
2264
|
+
{
|
|
2265
|
+
"kind": "variable",
|
|
2266
|
+
"name": "colorNeutralBackground7Selected",
|
|
2267
|
+
"type": {
|
|
2268
|
+
"text": "string"
|
|
2269
|
+
},
|
|
2270
|
+
"default": "'var(--colorNeutralBackground7Selected)'",
|
|
2271
|
+
"description": "CSS custom property value for the @fluentui/tokens#colorNeutralBackground7Selected | `colorNeutralBackground7Selected` design token.",
|
|
2272
|
+
"privacy": "public"
|
|
2273
|
+
},
|
|
2274
|
+
{
|
|
2275
|
+
"kind": "variable",
|
|
2276
|
+
"name": "colorNeutralBackground8",
|
|
2277
|
+
"type": {
|
|
2278
|
+
"text": "string"
|
|
2279
|
+
},
|
|
2280
|
+
"default": "'var(--colorNeutralBackground8)'",
|
|
2281
|
+
"description": "CSS custom property value for the @fluentui/tokens#colorNeutralBackground8 | `colorNeutralBackground8` design token.",
|
|
2282
|
+
"privacy": "public"
|
|
2283
|
+
},
|
|
2194
2284
|
{
|
|
2195
2285
|
"kind": "variable",
|
|
2196
2286
|
"name": "colorNeutralBackgroundInverted",
|
|
@@ -2201,6 +2291,36 @@
|
|
|
2201
2291
|
"description": "CSS custom property value for the @fluentui/tokens#colorNeutralBackgroundInverted | `colorNeutralBackgroundInverted` design token.",
|
|
2202
2292
|
"privacy": "public"
|
|
2203
2293
|
},
|
|
2294
|
+
{
|
|
2295
|
+
"kind": "variable",
|
|
2296
|
+
"name": "colorNeutralBackgroundInvertedHover",
|
|
2297
|
+
"type": {
|
|
2298
|
+
"text": "string"
|
|
2299
|
+
},
|
|
2300
|
+
"default": "'var(--colorNeutralBackgroundInvertedHover)'",
|
|
2301
|
+
"description": "CSS custom property value for the @fluentui/tokens#colorNeutralBackgroundInvertedHover | `colorNeutralBackgroundInvertedHover` design token.",
|
|
2302
|
+
"privacy": "public"
|
|
2303
|
+
},
|
|
2304
|
+
{
|
|
2305
|
+
"kind": "variable",
|
|
2306
|
+
"name": "colorNeutralBackgroundInvertedPressed",
|
|
2307
|
+
"type": {
|
|
2308
|
+
"text": "string"
|
|
2309
|
+
},
|
|
2310
|
+
"default": "'var(--colorNeutralBackgroundInvertedPressed)'",
|
|
2311
|
+
"description": "CSS custom property value for the @fluentui/tokens#colorNeutralBackgroundInvertedPressed | `colorNeutralBackgroundInvertedPressed` design token.",
|
|
2312
|
+
"privacy": "public"
|
|
2313
|
+
},
|
|
2314
|
+
{
|
|
2315
|
+
"kind": "variable",
|
|
2316
|
+
"name": "colorNeutralBackgroundInvertedSelected",
|
|
2317
|
+
"type": {
|
|
2318
|
+
"text": "string"
|
|
2319
|
+
},
|
|
2320
|
+
"default": "'var(--colorNeutralBackgroundInvertedSelected)'",
|
|
2321
|
+
"description": "CSS custom property value for the @fluentui/tokens#colorNeutralBackgroundInvertedSelected | `colorNeutralBackgroundInvertedSelected` design token.",
|
|
2322
|
+
"privacy": "public"
|
|
2323
|
+
},
|
|
2204
2324
|
{
|
|
2205
2325
|
"kind": "variable",
|
|
2206
2326
|
"name": "colorNeutralBackgroundStatic",
|
|
@@ -2391,6 +2511,16 @@
|
|
|
2391
2511
|
"description": "CSS custom property value for the @fluentui/tokens#colorNeutralBackgroundDisabled | `colorNeutralBackgroundDisabled` design token.",
|
|
2392
2512
|
"privacy": "public"
|
|
2393
2513
|
},
|
|
2514
|
+
{
|
|
2515
|
+
"kind": "variable",
|
|
2516
|
+
"name": "colorNeutralBackgroundDisabled2",
|
|
2517
|
+
"type": {
|
|
2518
|
+
"text": "string"
|
|
2519
|
+
},
|
|
2520
|
+
"default": "'var(--colorNeutralBackgroundDisabled2)'",
|
|
2521
|
+
"description": "CSS custom property value for the @fluentui/tokens#colorNeutralBackgroundDisabled2 | `colorNeutralBackgroundDisabled2` design token.",
|
|
2522
|
+
"privacy": "public"
|
|
2523
|
+
},
|
|
2394
2524
|
{
|
|
2395
2525
|
"kind": "variable",
|
|
2396
2526
|
"name": "colorNeutralBackgroundInvertedDisabled",
|
|
@@ -2781,6 +2911,46 @@
|
|
|
2781
2911
|
"description": "CSS custom property value for the @fluentui/tokens#colorNeutralStroke3 | `colorNeutralStroke3` design token.",
|
|
2782
2912
|
"privacy": "public"
|
|
2783
2913
|
},
|
|
2914
|
+
{
|
|
2915
|
+
"kind": "variable",
|
|
2916
|
+
"name": "colorNeutralStroke4",
|
|
2917
|
+
"type": {
|
|
2918
|
+
"text": "string"
|
|
2919
|
+
},
|
|
2920
|
+
"default": "'var(--colorNeutralStroke4)'",
|
|
2921
|
+
"description": "CSS custom property value for the @fluentui/tokens#colorNeutralStroke4 | `colorNeutralStroke4` design token.",
|
|
2922
|
+
"privacy": "public"
|
|
2923
|
+
},
|
|
2924
|
+
{
|
|
2925
|
+
"kind": "variable",
|
|
2926
|
+
"name": "colorNeutralStroke4Hover",
|
|
2927
|
+
"type": {
|
|
2928
|
+
"text": "string"
|
|
2929
|
+
},
|
|
2930
|
+
"default": "'var(--colorNeutralStroke4Hover)'",
|
|
2931
|
+
"description": "CSS custom property value for the @fluentui/tokens#colorNeutralStroke4Hover | `colorNeutralStroke4Hover` design token.",
|
|
2932
|
+
"privacy": "public"
|
|
2933
|
+
},
|
|
2934
|
+
{
|
|
2935
|
+
"kind": "variable",
|
|
2936
|
+
"name": "colorNeutralStroke4Pressed",
|
|
2937
|
+
"type": {
|
|
2938
|
+
"text": "string"
|
|
2939
|
+
},
|
|
2940
|
+
"default": "'var(--colorNeutralStroke4Pressed)'",
|
|
2941
|
+
"description": "CSS custom property value for the @fluentui/tokens#colorNeutralStroke4Pressed | `colorNeutralStroke4Pressed` design token.",
|
|
2942
|
+
"privacy": "public"
|
|
2943
|
+
},
|
|
2944
|
+
{
|
|
2945
|
+
"kind": "variable",
|
|
2946
|
+
"name": "colorNeutralStroke4Selected",
|
|
2947
|
+
"type": {
|
|
2948
|
+
"text": "string"
|
|
2949
|
+
},
|
|
2950
|
+
"default": "'var(--colorNeutralStroke4Selected)'",
|
|
2951
|
+
"description": "CSS custom property value for the @fluentui/tokens#colorNeutralStroke4Selected | `colorNeutralStroke4Selected` design token.",
|
|
2952
|
+
"privacy": "public"
|
|
2953
|
+
},
|
|
2784
2954
|
{
|
|
2785
2955
|
"kind": "variable",
|
|
2786
2956
|
"name": "colorNeutralStrokeSubtle",
|
|
@@ -2931,6 +3101,16 @@
|
|
|
2931
3101
|
"description": "CSS custom property value for the @fluentui/tokens#colorNeutralStrokeDisabled | `colorNeutralStrokeDisabled` design token.",
|
|
2932
3102
|
"privacy": "public"
|
|
2933
3103
|
},
|
|
3104
|
+
{
|
|
3105
|
+
"kind": "variable",
|
|
3106
|
+
"name": "colorNeutralStrokeDisabled2",
|
|
3107
|
+
"type": {
|
|
3108
|
+
"text": "string"
|
|
3109
|
+
},
|
|
3110
|
+
"default": "'var(--colorNeutralStrokeDisabled2)'",
|
|
3111
|
+
"description": "CSS custom property value for the @fluentui/tokens#colorNeutralStrokeDisabled2 | `colorNeutralStrokeDisabled2` design token.",
|
|
3112
|
+
"privacy": "public"
|
|
3113
|
+
},
|
|
2934
3114
|
{
|
|
2935
3115
|
"kind": "variable",
|
|
2936
3116
|
"name": "colorNeutralStrokeInvertedDisabled",
|
|
@@ -4961,6 +5141,56 @@
|
|
|
4961
5141
|
"description": "CSS custom property value for the @fluentui/tokens#borderRadiusXLarge | `borderRadiusXLarge` design token.",
|
|
4962
5142
|
"privacy": "public"
|
|
4963
5143
|
},
|
|
5144
|
+
{
|
|
5145
|
+
"kind": "variable",
|
|
5146
|
+
"name": "borderRadius2XLarge",
|
|
5147
|
+
"type": {
|
|
5148
|
+
"text": "string"
|
|
5149
|
+
},
|
|
5150
|
+
"default": "'var(--borderRadius2XLarge)'",
|
|
5151
|
+
"description": "CSS custom property value for the @fluentui/tokens#borderRadius2XLarge | `borderRadius2XLarge` design token.",
|
|
5152
|
+
"privacy": "public"
|
|
5153
|
+
},
|
|
5154
|
+
{
|
|
5155
|
+
"kind": "variable",
|
|
5156
|
+
"name": "borderRadius3XLarge",
|
|
5157
|
+
"type": {
|
|
5158
|
+
"text": "string"
|
|
5159
|
+
},
|
|
5160
|
+
"default": "'var(--borderRadius3XLarge)'",
|
|
5161
|
+
"description": "CSS custom property value for the @fluentui/tokens#borderRadius3XLarge | `borderRadius3XLarge` design token.",
|
|
5162
|
+
"privacy": "public"
|
|
5163
|
+
},
|
|
5164
|
+
{
|
|
5165
|
+
"kind": "variable",
|
|
5166
|
+
"name": "borderRadius4XLarge",
|
|
5167
|
+
"type": {
|
|
5168
|
+
"text": "string"
|
|
5169
|
+
},
|
|
5170
|
+
"default": "'var(--borderRadius4XLarge)'",
|
|
5171
|
+
"description": "CSS custom property value for the @fluentui/tokens#borderRadius4XLarge | `borderRadius4XLarge` design token.",
|
|
5172
|
+
"privacy": "public"
|
|
5173
|
+
},
|
|
5174
|
+
{
|
|
5175
|
+
"kind": "variable",
|
|
5176
|
+
"name": "borderRadius5XLarge",
|
|
5177
|
+
"type": {
|
|
5178
|
+
"text": "string"
|
|
5179
|
+
},
|
|
5180
|
+
"default": "'var(--borderRadius5XLarge)'",
|
|
5181
|
+
"description": "CSS custom property value for the @fluentui/tokens#borderRadius5XLarge | `borderRadius5XLarge` design token.",
|
|
5182
|
+
"privacy": "public"
|
|
5183
|
+
},
|
|
5184
|
+
{
|
|
5185
|
+
"kind": "variable",
|
|
5186
|
+
"name": "borderRadius6XLarge",
|
|
5187
|
+
"type": {
|
|
5188
|
+
"text": "string"
|
|
5189
|
+
},
|
|
5190
|
+
"default": "'var(--borderRadius6XLarge)'",
|
|
5191
|
+
"description": "CSS custom property value for the @fluentui/tokens#borderRadius6XLarge | `borderRadius6XLarge` design token.",
|
|
5192
|
+
"privacy": "public"
|
|
5193
|
+
},
|
|
4964
5194
|
{
|
|
4965
5195
|
"kind": "variable",
|
|
4966
5196
|
"name": "borderRadiusCircular",
|
|
@@ -6025,6 +6255,38 @@
|
|
|
6025
6255
|
"module": "src/theme/design-tokens.ts"
|
|
6026
6256
|
}
|
|
6027
6257
|
},
|
|
6258
|
+
{
|
|
6259
|
+
"kind": "js",
|
|
6260
|
+
"name": "colorNeutralForeground5",
|
|
6261
|
+
"declaration": {
|
|
6262
|
+
"name": "colorNeutralForeground5",
|
|
6263
|
+
"module": "src/theme/design-tokens.ts"
|
|
6264
|
+
}
|
|
6265
|
+
},
|
|
6266
|
+
{
|
|
6267
|
+
"kind": "js",
|
|
6268
|
+
"name": "colorNeutralForeground5Hover",
|
|
6269
|
+
"declaration": {
|
|
6270
|
+
"name": "colorNeutralForeground5Hover",
|
|
6271
|
+
"module": "src/theme/design-tokens.ts"
|
|
6272
|
+
}
|
|
6273
|
+
},
|
|
6274
|
+
{
|
|
6275
|
+
"kind": "js",
|
|
6276
|
+
"name": "colorNeutralForeground5Pressed",
|
|
6277
|
+
"declaration": {
|
|
6278
|
+
"name": "colorNeutralForeground5Pressed",
|
|
6279
|
+
"module": "src/theme/design-tokens.ts"
|
|
6280
|
+
}
|
|
6281
|
+
},
|
|
6282
|
+
{
|
|
6283
|
+
"kind": "js",
|
|
6284
|
+
"name": "colorNeutralForeground5Selected",
|
|
6285
|
+
"declaration": {
|
|
6286
|
+
"name": "colorNeutralForeground5Selected",
|
|
6287
|
+
"module": "src/theme/design-tokens.ts"
|
|
6288
|
+
}
|
|
6289
|
+
},
|
|
6028
6290
|
{
|
|
6029
6291
|
"kind": "js",
|
|
6030
6292
|
"name": "colorNeutralForegroundDisabled",
|
|
@@ -6481,6 +6743,46 @@
|
|
|
6481
6743
|
"module": "src/theme/design-tokens.ts"
|
|
6482
6744
|
}
|
|
6483
6745
|
},
|
|
6746
|
+
{
|
|
6747
|
+
"kind": "js",
|
|
6748
|
+
"name": "colorNeutralBackground7",
|
|
6749
|
+
"declaration": {
|
|
6750
|
+
"name": "colorNeutralBackground7",
|
|
6751
|
+
"module": "src/theme/design-tokens.ts"
|
|
6752
|
+
}
|
|
6753
|
+
},
|
|
6754
|
+
{
|
|
6755
|
+
"kind": "js",
|
|
6756
|
+
"name": "colorNeutralBackground7Hover",
|
|
6757
|
+
"declaration": {
|
|
6758
|
+
"name": "colorNeutralBackground7Hover",
|
|
6759
|
+
"module": "src/theme/design-tokens.ts"
|
|
6760
|
+
}
|
|
6761
|
+
},
|
|
6762
|
+
{
|
|
6763
|
+
"kind": "js",
|
|
6764
|
+
"name": "colorNeutralBackground7Pressed",
|
|
6765
|
+
"declaration": {
|
|
6766
|
+
"name": "colorNeutralBackground7Pressed",
|
|
6767
|
+
"module": "src/theme/design-tokens.ts"
|
|
6768
|
+
}
|
|
6769
|
+
},
|
|
6770
|
+
{
|
|
6771
|
+
"kind": "js",
|
|
6772
|
+
"name": "colorNeutralBackground7Selected",
|
|
6773
|
+
"declaration": {
|
|
6774
|
+
"name": "colorNeutralBackground7Selected",
|
|
6775
|
+
"module": "src/theme/design-tokens.ts"
|
|
6776
|
+
}
|
|
6777
|
+
},
|
|
6778
|
+
{
|
|
6779
|
+
"kind": "js",
|
|
6780
|
+
"name": "colorNeutralBackground8",
|
|
6781
|
+
"declaration": {
|
|
6782
|
+
"name": "colorNeutralBackground8",
|
|
6783
|
+
"module": "src/theme/design-tokens.ts"
|
|
6784
|
+
}
|
|
6785
|
+
},
|
|
6484
6786
|
{
|
|
6485
6787
|
"kind": "js",
|
|
6486
6788
|
"name": "colorNeutralBackgroundInverted",
|
|
@@ -6489,6 +6791,30 @@
|
|
|
6489
6791
|
"module": "src/theme/design-tokens.ts"
|
|
6490
6792
|
}
|
|
6491
6793
|
},
|
|
6794
|
+
{
|
|
6795
|
+
"kind": "js",
|
|
6796
|
+
"name": "colorNeutralBackgroundInvertedHover",
|
|
6797
|
+
"declaration": {
|
|
6798
|
+
"name": "colorNeutralBackgroundInvertedHover",
|
|
6799
|
+
"module": "src/theme/design-tokens.ts"
|
|
6800
|
+
}
|
|
6801
|
+
},
|
|
6802
|
+
{
|
|
6803
|
+
"kind": "js",
|
|
6804
|
+
"name": "colorNeutralBackgroundInvertedPressed",
|
|
6805
|
+
"declaration": {
|
|
6806
|
+
"name": "colorNeutralBackgroundInvertedPressed",
|
|
6807
|
+
"module": "src/theme/design-tokens.ts"
|
|
6808
|
+
}
|
|
6809
|
+
},
|
|
6810
|
+
{
|
|
6811
|
+
"kind": "js",
|
|
6812
|
+
"name": "colorNeutralBackgroundInvertedSelected",
|
|
6813
|
+
"declaration": {
|
|
6814
|
+
"name": "colorNeutralBackgroundInvertedSelected",
|
|
6815
|
+
"module": "src/theme/design-tokens.ts"
|
|
6816
|
+
}
|
|
6817
|
+
},
|
|
6492
6818
|
{
|
|
6493
6819
|
"kind": "js",
|
|
6494
6820
|
"name": "colorNeutralBackgroundStatic",
|
|
@@ -6641,6 +6967,14 @@
|
|
|
6641
6967
|
"module": "src/theme/design-tokens.ts"
|
|
6642
6968
|
}
|
|
6643
6969
|
},
|
|
6970
|
+
{
|
|
6971
|
+
"kind": "js",
|
|
6972
|
+
"name": "colorNeutralBackgroundDisabled2",
|
|
6973
|
+
"declaration": {
|
|
6974
|
+
"name": "colorNeutralBackgroundDisabled2",
|
|
6975
|
+
"module": "src/theme/design-tokens.ts"
|
|
6976
|
+
}
|
|
6977
|
+
},
|
|
6644
6978
|
{
|
|
6645
6979
|
"kind": "js",
|
|
6646
6980
|
"name": "colorNeutralBackgroundInvertedDisabled",
|
|
@@ -6953,6 +7287,38 @@
|
|
|
6953
7287
|
"module": "src/theme/design-tokens.ts"
|
|
6954
7288
|
}
|
|
6955
7289
|
},
|
|
7290
|
+
{
|
|
7291
|
+
"kind": "js",
|
|
7292
|
+
"name": "colorNeutralStroke4",
|
|
7293
|
+
"declaration": {
|
|
7294
|
+
"name": "colorNeutralStroke4",
|
|
7295
|
+
"module": "src/theme/design-tokens.ts"
|
|
7296
|
+
}
|
|
7297
|
+
},
|
|
7298
|
+
{
|
|
7299
|
+
"kind": "js",
|
|
7300
|
+
"name": "colorNeutralStroke4Hover",
|
|
7301
|
+
"declaration": {
|
|
7302
|
+
"name": "colorNeutralStroke4Hover",
|
|
7303
|
+
"module": "src/theme/design-tokens.ts"
|
|
7304
|
+
}
|
|
7305
|
+
},
|
|
7306
|
+
{
|
|
7307
|
+
"kind": "js",
|
|
7308
|
+
"name": "colorNeutralStroke4Pressed",
|
|
7309
|
+
"declaration": {
|
|
7310
|
+
"name": "colorNeutralStroke4Pressed",
|
|
7311
|
+
"module": "src/theme/design-tokens.ts"
|
|
7312
|
+
}
|
|
7313
|
+
},
|
|
7314
|
+
{
|
|
7315
|
+
"kind": "js",
|
|
7316
|
+
"name": "colorNeutralStroke4Selected",
|
|
7317
|
+
"declaration": {
|
|
7318
|
+
"name": "colorNeutralStroke4Selected",
|
|
7319
|
+
"module": "src/theme/design-tokens.ts"
|
|
7320
|
+
}
|
|
7321
|
+
},
|
|
6956
7322
|
{
|
|
6957
7323
|
"kind": "js",
|
|
6958
7324
|
"name": "colorNeutralStrokeSubtle",
|
|
@@ -7073,6 +7439,14 @@
|
|
|
7073
7439
|
"module": "src/theme/design-tokens.ts"
|
|
7074
7440
|
}
|
|
7075
7441
|
},
|
|
7442
|
+
{
|
|
7443
|
+
"kind": "js",
|
|
7444
|
+
"name": "colorNeutralStrokeDisabled2",
|
|
7445
|
+
"declaration": {
|
|
7446
|
+
"name": "colorNeutralStrokeDisabled2",
|
|
7447
|
+
"module": "src/theme/design-tokens.ts"
|
|
7448
|
+
}
|
|
7449
|
+
},
|
|
7076
7450
|
{
|
|
7077
7451
|
"kind": "js",
|
|
7078
7452
|
"name": "colorNeutralStrokeInvertedDisabled",
|
|
@@ -8697,6 +9071,46 @@
|
|
|
8697
9071
|
"module": "src/theme/design-tokens.ts"
|
|
8698
9072
|
}
|
|
8699
9073
|
},
|
|
9074
|
+
{
|
|
9075
|
+
"kind": "js",
|
|
9076
|
+
"name": "borderRadius2XLarge",
|
|
9077
|
+
"declaration": {
|
|
9078
|
+
"name": "borderRadius2XLarge",
|
|
9079
|
+
"module": "src/theme/design-tokens.ts"
|
|
9080
|
+
}
|
|
9081
|
+
},
|
|
9082
|
+
{
|
|
9083
|
+
"kind": "js",
|
|
9084
|
+
"name": "borderRadius3XLarge",
|
|
9085
|
+
"declaration": {
|
|
9086
|
+
"name": "borderRadius3XLarge",
|
|
9087
|
+
"module": "src/theme/design-tokens.ts"
|
|
9088
|
+
}
|
|
9089
|
+
},
|
|
9090
|
+
{
|
|
9091
|
+
"kind": "js",
|
|
9092
|
+
"name": "borderRadius4XLarge",
|
|
9093
|
+
"declaration": {
|
|
9094
|
+
"name": "borderRadius4XLarge",
|
|
9095
|
+
"module": "src/theme/design-tokens.ts"
|
|
9096
|
+
}
|
|
9097
|
+
},
|
|
9098
|
+
{
|
|
9099
|
+
"kind": "js",
|
|
9100
|
+
"name": "borderRadius5XLarge",
|
|
9101
|
+
"declaration": {
|
|
9102
|
+
"name": "borderRadius5XLarge",
|
|
9103
|
+
"module": "src/theme/design-tokens.ts"
|
|
9104
|
+
}
|
|
9105
|
+
},
|
|
9106
|
+
{
|
|
9107
|
+
"kind": "js",
|
|
9108
|
+
"name": "borderRadius6XLarge",
|
|
9109
|
+
"declaration": {
|
|
9110
|
+
"name": "borderRadius6XLarge",
|
|
9111
|
+
"module": "src/theme/design-tokens.ts"
|
|
9112
|
+
}
|
|
9113
|
+
},
|
|
8700
9114
|
{
|
|
8701
9115
|
"kind": "js",
|
|
8702
9116
|
"name": "borderRadiusCircular",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { css } from '@microsoft/fast-element';
|
|
2
2
|
import { styles as ButtonStyles } from '../button/button.styles.js';
|
|
3
3
|
import { colorNeutralForeground2, colorNeutralForeground2BrandHover, colorNeutralForeground2BrandPressed, colorNeutralForeground2Hover, colorNeutralForeground2Pressed, colorNeutralForegroundDisabled, colorNeutralForegroundOnBrand, fontSizeBase200, fontSizeBase300, fontSizeBase400, fontWeightRegular, lineHeightBase300, lineHeightBase400, spacingHorizontalS, spacingHorizontalSNudge, spacingHorizontalXS, } from '../theme/design-tokens.js';
|
|
4
|
-
import { forcedColorsStylesheetBehavior } from '../utils/index';
|
|
4
|
+
import { forcedColorsStylesheetBehavior } from '../utils/index.js';
|
|
5
5
|
// Need to support icon hover styles
|
|
6
6
|
export const styles = css `
|
|
7
7
|
${ButtonStyles}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"compound-button.styles.js","sourceRoot":"","sources":["../../../src/compound-button/compound-button.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,yBAAyB,CAAC;AAC9C,OAAO,EAAE,MAAM,IAAI,YAAY,EAAE,MAAM,4BAA4B,CAAC;AACpE,OAAO,EACL,uBAAuB,EACvB,iCAAiC,EACjC,mCAAmC,EACnC,4BAA4B,EAC5B,8BAA8B,EAC9B,8BAA8B,EAC9B,6BAA6B,EAC7B,eAAe,EACf,eAAe,EACf,eAAe,EACf,iBAAiB,EACjB,iBAAiB,EACjB,iBAAiB,EACjB,kBAAkB,EAClB,uBAAuB,EACvB,mBAAmB,GACpB,MAAM,2BAA2B,CAAC;AACnC,OAAO,EAAE,8BAA8B,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"compound-button.styles.js","sourceRoot":"","sources":["../../../src/compound-button/compound-button.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,yBAAyB,CAAC;AAC9C,OAAO,EAAE,MAAM,IAAI,YAAY,EAAE,MAAM,4BAA4B,CAAC;AACpE,OAAO,EACL,uBAAuB,EACvB,iCAAiC,EACjC,mCAAmC,EACnC,4BAA4B,EAC5B,8BAA8B,EAC9B,8BAA8B,EAC9B,6BAA6B,EAC7B,eAAe,EACf,eAAe,EACf,eAAe,EACf,iBAAiB,EACjB,iBAAiB,EACjB,iBAAiB,EACjB,kBAAkB,EAClB,uBAAuB,EACvB,mBAAmB,GACpB,MAAM,2BAA2B,CAAC;AACnC,OAAO,EAAE,8BAA8B,EAAE,MAAM,mBAAmB,CAAC;AAEnE,oCAAoC;AACpC,MAAM,CAAC,MAAM,MAAM,GAAG,GAAG,CAAA;IACrB,YAAY;;;;;;;;;iBASC,eAAe;mBACb,iBAAiB;;;;;;;;;;aAUvB,uBAAuB;;iBAEnB,eAAe;mBACb,iBAAiB;;;;;;;;;;;aAWvB,4BAA4B;;;;aAI5B,8BAA8B;;;;aAI9B,6BAA6B;;;;;aAK7B,uBAAuB;;;;aAIvB,iCAAiC;;;;aAIjC,mCAAmC;;;;;aAKnC,8BAA8B;;;;;;;;;;;eAW5B,uBAAuB;;;;;;eAMvB,mBAAmB;;;;;;eAMnB,kBAAkB;;;;;;;iBAOhB,eAAe;mBACb,iBAAiB;;;iBAGnB,eAAe;;CAE/B,CAAC,aAAa,CACb,8BAA8B,CAAC,GAAG,CAAA;;;;;GAKjC,CAAC,CACH,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dialog-body.js","sourceRoot":"","sources":["../../../src/dialog-body/dialog-body.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AACtD,OAAO,EAAE,QAAQ,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"dialog-body.js","sourceRoot":"","sources":["../../../src/dialog-body/dialog-body.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AACtD,OAAO,EAAE,QAAQ,EAAE,MAAM,6BAA6B,CAAC;AACvD;;;;;;;GAOG;AACH,MAAM,OAAO,UAAW,SAAQ,WAAW;IACzC;;;;;OAKG;IACI,YAAY,CAAC,KAAmB;QACrC,IAAI,CAAC,KAAK,CAAC,gBAAgB,EAAE,CAAC;YAC5B,MAAM,MAAM,GAAG,IAAI,CAAC,aAAa,CAAC;YAElC,IAAI,QAAQ,CAAC,MAAM,CAAC,EAAE,CAAC;gBACrB,MAAM,CAAC,IAAI,EAAE,CAAC;YAChB,CAAC;QACH,CAAC;QAED,OAAO,IAAI,CAAC;IACd,CAAC;CACF"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"drawer-body.js","sourceRoot":"","sources":["../../../src/drawer-body/drawer-body.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AACtD,OAAO,EAAE,QAAQ,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"drawer-body.js","sourceRoot":"","sources":["../../../src/drawer-body/drawer-body.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AACtD,OAAO,EAAE,QAAQ,EAAE,MAAM,6BAA6B,CAAC;AAEvD;;;;;;;;;;;;;;;;;;;GAmBG;AACH,MAAM,OAAO,UAAW,SAAQ,WAAW;IACzC;;;;;OAKG;IACI,YAAY,CAAC,KAAmB;QACrC,IAAI,CAAC,KAAK,CAAC,gBAAgB,EAAE,CAAC;YAC5B,MAAM,MAAM,GAAG,IAAI,CAAC,aAAa,CAAC;YAElC,IAAI,QAAQ,CAAC,MAAM,EAAE,SAAS,CAAC,EAAE,CAAC;gBAChC,MAAM,CAAC,IAAI,EAAE,CAAC;YAChB,CAAC;QACH,CAAC;QAED,OAAO,IAAI,CAAC;IACd,CAAC;CACF"}
|
package/dist/esm/index.d.ts
CHANGED
|
@@ -41,10 +41,10 @@ export { BaseRatingDisplay, RatingDisplay, RatingDisplayColor, RatingDisplayDefi
|
|
|
41
41
|
export { Slider, SliderDefinition, SliderMode, SliderOrientation, SliderSize, SliderStyles, SliderTemplate, } from './slider/index.js';
|
|
42
42
|
export type { SliderConfiguration, SliderOptions } from './slider/index.js';
|
|
43
43
|
export { BaseSpinner, Spinner, SpinnerAppearance, SpinnerDefinition, SpinnerSize, SpinnerStyles, SpinnerTemplate, } from './spinner/index.js';
|
|
44
|
-
export { Switch, SwitchOptions, SwitchLabelPosition, SwitchDefinition, SwitchStyles, SwitchTemplate, } from './switch/index.js';
|
|
45
|
-
export { isTab, Tab, TabOptions, TabTemplate, TabStyles, TabDefinition } from './tab/index.js';
|
|
44
|
+
export { Switch, type SwitchOptions, SwitchLabelPosition, SwitchDefinition, SwitchStyles, SwitchTemplate, } from './switch/index.js';
|
|
45
|
+
export { isTab, Tab, type TabOptions, TabTemplate, TabStyles, TabDefinition } from './tab/index.js';
|
|
46
46
|
export { TabPanel, TabPanelTemplate, TabPanelStyles, TabPanelDefinition } from './tab-panel/index.js';
|
|
47
|
-
export { Tabs, TabsAppearance, TabsOptions, TabsOrientation, TabsSize, TabsTemplate, TabsStyles, TabsDefinition, } from './tabs/index.js';
|
|
47
|
+
export { Tabs, TabsAppearance, type TabsOptions, TabsOrientation, TabsSize, TabsTemplate, TabsStyles, TabsDefinition, } from './tabs/index.js';
|
|
48
48
|
export { typographyBody1Styles, typographyBody1StrongStyles, typographyBody1StrongerStyles, typographyBody2Styles, typographyCaption1StrongerStyles, typographyCaption1StrongStyles, typographyCaption1Styles, typographyCaption2StrongStyles, typographyCaption2Styles, typographyDisplayStyles, typographyLargeTitleStyles, typographySubtitle1Styles, typographySubtitle2StrongerStyles, typographySubtitle2Styles, typographyTitle1Styles, typographyTitle2Styles, typographyTitle3Styles, } from './styles/partials/typography.partials.js';
|
|
49
49
|
export { BaseTablist, Tablist, TablistAppearance, TablistDefinition, TablistOrientation, TablistSize, TablistStyles, TablistTemplate, } from './tablist/index.js';
|
|
50
50
|
export { BaseTextArea, TextArea, TextAreaAppearance, TextAreaAppearancesForDisplayShadow, TextAreaAutocomplete, TextAreaDefinition, TextAreaResize, TextAreaSize, TextAreaStyles, TextAreaTemplate, } from './textarea/index.js';
|
package/dist/esm/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,aAAa,EACb,uBAAuB,EACvB,2BAA2B,EAC3B,iBAAiB,EACjB,mBAAmB,EACnB,qBAAqB,EACrB,iBAAiB,GAClB,MAAM,2BAA2B,CAAC;AAEnC,OAAO,EACL,SAAS,EACT,mBAAmB,EACnB,mBAAmB,EACnB,eAAe,EACf,iBAAiB,GAClB,MAAM,sBAAsB,CAAC;AAC9B,OAAO,EAAE,IAAI,EAAE,cAAc,EAAE,cAAc,EAAE,YAAY,EAAE,UAAU,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAC7G,OAAO,EACL,MAAM,EACN,YAAY,EACZ,gBAAgB,EAChB,WAAW,EACX,gBAAgB,EAChB,gBAAgB,EAChB,WAAW,EACX,UAAU,EACV,YAAY,EACZ,cAAc,EACd,UAAU,GACX,MAAM,mBAAmB,CAAC;AAC3B,OAAO,EACL,KAAK,EACL,eAAe,EACf,UAAU,EACV,eAAe,EACf,UAAU,EACV,SAAS,EACT,WAAW,EACX,aAAa,GACd,MAAM,kBAAkB,CAAC;AAC1B,OAAO,EACL,UAAU,EACV,MAAM,EACN,gBAAgB,EAChB,gBAAgB,EAChB,gBAAgB,EAChB,WAAW,EACX,UAAU,EACV,YAAY,EACZ,cAAc,EACd,UAAU,GACX,MAAM,mBAAmB,CAAC;AAE3B,OAAO,EACL,YAAY,EACZ,QAAQ,EACR,kBAAkB,EAClB,aAAa,EACb,YAAY,EACZ,cAAc,EACd,gBAAgB,GACjB,MAAM,qBAAqB,CAAC;AAE7B,OAAO,EACL,cAAc,EACd,wBAAwB,EACxB,wBAAwB,EACxB,mBAAmB,EACnB,kBAAkB,EAClB,oBAAoB,EACpB,sBAAsB,GACvB,MAAM,4BAA4B,CAAC;AACpC,OAAO,EACL,YAAY,EACZ,sBAAsB,EACtB,iBAAiB,EACjB,sBAAsB,EACtB,iBAAiB,EACjB,gBAAgB,EAChB,kBAAkB,EAClB,oBAAoB,GACrB,MAAM,0BAA0B,CAAC;AAClC,OAAO,EAAE,MAAM,EAAE,UAAU,EAAE,gBAAgB,EAAE,cAAc,EAAE,YAAY,EAAE,QAAQ,EAAE,MAAM,mBAAmB,CAAC;AACjH,OAAO,EAAE,UAAU,EAAE,oBAAoB,EAAE,kBAAkB,EAAE,gBAAgB,EAAE,MAAM,wBAAwB,CAAC;AAChH,OAAO,EACL,WAAW,EACX,OAAO,EACP,mBAAmB,EACnB,iBAAiB,EACjB,iBAAiB,EACjB,kBAAkB,EAClB,WAAW,EACX,aAAa,EACb,eAAe,GAChB,MAAM,oBAAoB,CAAC;AAC5B,OAAO,EACL,MAAM,EACN,gBAAgB,EAChB,cAAc,EACd,UAAU,EACV,UAAU,EACV,cAAc,EACd,YAAY,GACb,MAAM,mBAAmB,CAAC;AAC3B,OAAO,EAAE,UAAU,EAAE,oBAAoB,EAAE,kBAAkB,EAAE,gBAAgB,EAAE,MAAM,wBAAwB,CAAC;AAChH,OAAO,EACL,kBAAkB,EAClB,YAAY,EACZ,QAAQ,EACR,kBAAkB,EAClB,YAAY,EACZ,YAAY,EACZ,UAAU,EAEV,cAAc,EACd,sBAAsB,EACtB,qBAAqB,EACrB,gBAAgB,GACjB,MAAM,qBAAqB,CAAC;AAC7B,OAAO,EACL,iBAAiB,EACjB,OAAO,EACP,SAAS,EACT,aAAa,EACb,eAAe,EACf,eAAe,GAChB,MAAM,oBAAoB,CAAC;AAE5B,OAAO,EACL,SAAS,EACT,KAAK,EACL,kBAAkB,EAClB,eAAe,EACf,eAAe,EACf,WAAW,EACX,aAAa,GACd,MAAM,kBAAkB,CAAC;AAE1B,OAAO,EAAE,kBAAkB,EAAE,MAAM,2BAA2B,CAAC;AAC/D,OAAO,EAAE,KAAK,EAAE,eAAe,EAAE,QAAQ,EAAE,UAAU,EAAE,WAAW,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AAC5G,OAAO,EAAE,KAAK,EAAE,eAAe,EAAE,SAAS,EAAE,WAAW,EAAE,aAAa,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AAC9G,OAAO,EACL,UAAU,EACV,YAAY,EACZ,sBAAsB,EACtB,sBAAsB,EACtB,iBAAiB,EACjB,gBAAgB,EAChB,oBAAoB,EACpB,YAAY,GACb,MAAM,0BAA0B,CAAC;AAClC,OAAO,EACL,UAAU,EACV,oBAAoB,EACpB,gBAAgB,EAChB,gBAAgB,EAChB,eAAe,EACf,gBAAgB,EAChB,kBAAkB,GACnB,MAAM,wBAAwB,CAAC;AAChC,OAAO,EACL,UAAU,EACV,oBAAoB,EACpB,oBAAoB,EACpB,eAAe,EACf,cAAc,EACd,gBAAgB,EAChB,kBAAkB,GACnB,MAAM,wBAAwB,CAAC;AAEhC,OAAO,EACL,QAAQ,EACR,kBAAkB,EAClB,YAAY,EACZ,cAAc,EACd,gBAAgB,EAChB,eAAe,GAChB,MAAM,sBAAsB,CAAC;AAE9B,OAAO,EAAE,QAAQ,EAAE,kBAAkB,EAAE,cAAc,EAAE,gBAAgB,EAAE,MAAM,sBAAsB,CAAC;AACtG,OAAO,EAAE,IAAI,EAAE,cAAc,EAAE,UAAU,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AACjF,OAAO,EACL,cAAc,EACd,wBAAwB,EACxB,oBAAoB,EACpB,sBAAsB,EACtB,gBAAgB,GAEjB,MAAM,mBAAmB,CAAC;AAC3B,OAAO,EAAE,QAAQ,EAAE,eAAe,EAAE,iBAAiB,EAAE,MAAM,yBAAyB,CAAC;AAEvF,OAAO,EACL,eAAe,EACf,WAAW,EACX,qBAAqB,EACrB,gBAAgB,EAChB,iBAAiB,EACjB,mBAAmB,EACnB,oBAAoB,EACpB,0BAA0B,GAC3B,MAAM,yBAAyB,CAAC;AACjC,OAAO,EACL,UAAU,EACV,oBAAoB,EACpB,qBAAqB,EACrB,gBAAgB,EAChB,kBAAkB,GACnB,MAAM,wBAAwB,CAAC;AAChC,OAAO,EAAE,KAAK,EAAE,eAAe,EAAE,WAAW,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AAEtF,OAAO,EACL,iBAAiB,EACjB,aAAa,EACb,kBAAkB,EAClB,uBAAuB,EACvB,iBAAiB,EACjB,mBAAmB,EACnB,qBAAqB,GACtB,MAAM,2BAA2B,CAAC;AACnC,OAAO,EACL,MAAM,EACN,gBAAgB,EAChB,UAAU,EACV,iBAAiB,EACjB,UAAU,EACV,YAAY,EACZ,cAAc,GACf,MAAM,mBAAmB,CAAC;AAE3B,OAAO,EACL,WAAW,EACX,OAAO,EACP,iBAAiB,EACjB,iBAAiB,EACjB,WAAW,EACX,aAAa,EACb,eAAe,GAChB,MAAM,oBAAoB,CAAC;AAC5B,OAAO,EACL,MAAM,EAEN,mBAAmB,EACnB,gBAAgB,EAChB,YAAY,EACZ,cAAc,GACf,MAAM,mBAAmB,CAAC;AAC3B,OAAO,EAAE,KAAK,EAAE,GAAG,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"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"}
|