@fluentui/react-button 0.0.0-nightly-20240819-2052.1 → 0.0.0-nightly-20240819-2110.1
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 +13 -13
- package/lib/components/Button/useButtonStyles.styles.js +79 -79
- package/lib/components/Button/useButtonStyles.styles.js.map +1 -1
- package/lib/components/CompoundButton/useCompoundButtonStyles.styles.js +40 -40
- package/lib/components/CompoundButton/useCompoundButtonStyles.styles.js.map +1 -1
- package/lib/components/MenuButton/useMenuButtonStyles.styles.js +19 -19
- package/lib/components/MenuButton/useMenuButtonStyles.styles.js.map +1 -1
- package/lib/components/SplitButton/useSplitButtonStyles.styles.js +14 -14
- package/lib/components/SplitButton/useSplitButtonStyles.styles.js.map +1 -1
- package/lib/components/ToggleButton/useToggleButtonStyles.styles.js +45 -45
- package/lib/components/ToggleButton/useToggleButtonStyles.styles.js.map +1 -1
- package/lib-commonjs/components/Button/useButtonStyles.styles.js +128 -128
- package/lib-commonjs/components/Button/useButtonStyles.styles.js.map +1 -1
- package/lib-commonjs/components/CompoundButton/useCompoundButtonStyles.styles.js +64 -64
- package/lib-commonjs/components/CompoundButton/useCompoundButtonStyles.styles.js.map +1 -1
- package/lib-commonjs/components/MenuButton/useMenuButtonStyles.styles.js +34 -34
- package/lib-commonjs/components/MenuButton/useMenuButtonStyles.styles.js.map +1 -1
- package/lib-commonjs/components/SplitButton/useSplitButtonStyles.styles.js +48 -48
- package/lib-commonjs/components/SplitButton/useSplitButtonStyles.styles.js.map +1 -1
- package/lib-commonjs/components/ToggleButton/useToggleButtonStyles.styles.js +80 -80
- package/lib-commonjs/components/ToggleButton/useToggleButtonStyles.styles.js.map +1 -1
- package/package.json +10 -10
@@ -32,30 +32,30 @@ const buttonSpacingLargeWithIcon = '7px';
|
|
32
32
|
* this will ensure the inset boxShadow is always uniform
|
33
33
|
* without affecting other browser platforms
|
34
34
|
*/ const boxShadowStrokeWidthThinMoz = `calc(${_reacttheme.tokens.strokeWidthThin} + 0.25px)`;
|
35
|
-
const useRootBaseClassName = /*#__PURE__*/ (0, _react.__resetStyles)("
|
35
|
+
const useRootBaseClassName = /*#__PURE__*/ (0, _react.__resetStyles)("rwn5z10", null, {
|
36
36
|
r: [
|
37
|
-
".
|
38
|
-
".
|
39
|
-
".
|
40
|
-
".
|
37
|
+
".rwn5z10{align-items:center;box-sizing:border-box;display:inline-flex;justify-content:center;text-decoration-line:none;vertical-align:middle;margin:0;overflow:hidden;background-color:var(--ctrl-token-Button-1, var(--semantic-token-Button-2, var(--colorNeutralBackground1)));color:var(--ctrl-token-Button-3, var(--semantic-token-Button-4, var(--colorNeutralForeground1)));border:var(--strokeWidthThin) solid var(--colorNeutralStroke1);font-family:var(--ctrl-token-Button-5, var(--semantic-token-Button-6, var(--fontFamilyBase)));outline-style:none;padding:5px var(--spacingHorizontalM);min-width:96px;border-radius:var(--ctrl-token-Button-19, var(--semantic-token-Button-20, var(--borderRadiusMedium)));font-size:var(--ctrl-token-Button-21, var(--semantic-token-Button-22, var(--fontSizeBase300)));font-weight:var(--ctrl-token-Button-23, var(--semantic-token-Button-24, var(--fontWeightSemibold)));line-height:var(--ctrl-token-Button-25, var(--semantic-token-Button-26, var(--lineHeightBase300)));transition-duration:var(--ctrl-token-Button-27, var(--semantic-token-Button-28, var(--durationFaster)));transition-property:background,border,color;transition-timing-function:var(--ctrl-token-Button-29, var(--semantic-token-Button-30, var(--curveEasyEase)));}",
|
38
|
+
".rwn5z10:hover{background-color:var(--ctrl-token-Button-7, var(--semantic-token-Button-8, var(--colorNeutralBackground1Hover)));border-color:var(--ctrl-token-Button-9, var(--semantic-token-Button-10, var(--colorNeutralStroke1Hover)));color:var(--ctrl-token-Button-11, var(--semantic-token-Button-12, var(--colorNeutralForeground1Hover)));cursor:pointer;}",
|
39
|
+
".rwn5z10:hover:active{background-color:var(--ctrl-token-Button-13, var(--semantic-token-Button-14, var(--colorNeutralBackground1Pressed)));border-color:var(--ctrl-token-Button-15, var(--semantic-token-Button-16, var(--colorNeutralStroke1Pressed)));color:var(--ctrl-token-Button-17, var(--semantic-token-Button-18, var(--colorNeutralForeground1Pressed)));outline-style:none;}",
|
40
|
+
".rwn5z10[data-fui-focus-visible]{border-color:var(--ctrl-token-Button-31, var(--semantic-token-Button-32, var(--colorStrokeFocus2)));border-radius:var(--ctrl-token-Button-33, var(--semantic-token-Button-34, var(--borderRadiusMedium)));border-width:1px;outline:var(--strokeWidthThick) solid var(--colorTransparentStroke);box-shadow:0 0 0 var(--strokeWidthThin) var(--colorStrokeFocus2) inset;z-index:1;}"
|
41
41
|
],
|
42
42
|
s: [
|
43
|
-
"@media screen and (prefers-reduced-motion: reduce){.
|
44
|
-
"@media (forced-colors: active){.
|
45
|
-
"@supports (-moz-appearance:button){.
|
43
|
+
"@media screen and (prefers-reduced-motion: reduce){.rwn5z10{transition-duration:0.01ms;}}",
|
44
|
+
"@media (forced-colors: active){.rwn5z10:focus{border-color:ButtonText;}.rwn5z10:hover{background-color:HighlightText;border-color:Highlight;color:Highlight;forced-color-adjust:none;}.rwn5z10:hover:active{background-color:HighlightText;border-color:Highlight;color:Highlight;forced-color-adjust:none;}}",
|
45
|
+
"@supports (-moz-appearance:button){.rwn5z10[data-fui-focus-visible]{box-shadow:0 0 0 calc(var(--strokeWidthThin) + 0.25px) var(--colorStrokeFocus2) inset;}}"
|
46
46
|
]
|
47
47
|
});
|
48
|
-
const useIconBaseClassName = /*#__PURE__*/ (0, _react.__resetStyles)("
|
49
|
-
".
|
48
|
+
const useIconBaseClassName = /*#__PURE__*/ (0, _react.__resetStyles)("rjhju60", null, [
|
49
|
+
".rjhju60{align-items:center;display:inline-flex;justify-content:center;font-size:20px;height:20px;width:20px;--fui-Button__icon--spacing:var(--ctrl-token-Button-35, var(--semantic-token-Button-36, var(--spacingHorizontalSNudge)));}"
|
50
50
|
]);
|
51
51
|
const useRootStyles = /*#__PURE__*/ (0, _react.__styles)({
|
52
52
|
outline: {
|
53
|
-
De3pzq: "
|
54
|
-
Jwef8y: "
|
55
|
-
iro3zm: "
|
53
|
+
De3pzq: "f1eouddg",
|
54
|
+
Jwef8y: "fj890eg",
|
55
|
+
iro3zm: "fp7cah7"
|
56
56
|
},
|
57
57
|
primary: {
|
58
|
-
De3pzq: "
|
58
|
+
De3pzq: "f1jo0kc4",
|
59
59
|
g2u3we: "f1p3nwhy",
|
60
60
|
h3c5rm: [
|
61
61
|
"f11589ue",
|
@@ -66,8 +66,8 @@ const useRootStyles = /*#__PURE__*/ (0, _react.__styles)({
|
|
66
66
|
"f1pdflbu",
|
67
67
|
"f11589ue"
|
68
68
|
],
|
69
|
-
sj55zd: "
|
70
|
-
Jwef8y: "
|
69
|
+
sj55zd: "f1tfrua9",
|
70
|
+
Jwef8y: "fhfauqh",
|
71
71
|
Bgoe8wy: "f1s2uweq",
|
72
72
|
Bwzppfd: [
|
73
73
|
"fr80ssc",
|
@@ -78,8 +78,8 @@ const useRootStyles = /*#__PURE__*/ (0, _react.__styles)({
|
|
78
78
|
"fecsdlb",
|
79
79
|
"fr80ssc"
|
80
80
|
],
|
81
|
-
Bi91k9c: "
|
82
|
-
iro3zm: "
|
81
|
+
Bi91k9c: "f1m12vgd",
|
82
|
+
iro3zm: "f1a744jy",
|
83
83
|
b661bw: "f1h0usnq",
|
84
84
|
Bk6r4ia: [
|
85
85
|
"fs4ktlq",
|
@@ -90,7 +90,7 @@ const useRootStyles = /*#__PURE__*/ (0, _react.__styles)({
|
|
90
90
|
"fx2bmrt",
|
91
91
|
"fs4ktlq"
|
92
92
|
],
|
93
|
-
B2d53fq: "
|
93
|
+
B2d53fq: "f22sk3l",
|
94
94
|
Bsw6fvg: "f1rirnrt",
|
95
95
|
Bjwas2f: "f1uu00uk",
|
96
96
|
Bn1d65q: [
|
@@ -131,7 +131,7 @@ const useRootStyles = /*#__PURE__*/ (0, _react.__styles)({
|
|
131
131
|
},
|
132
132
|
secondary: {},
|
133
133
|
subtle: {
|
134
|
-
De3pzq: "
|
134
|
+
De3pzq: "fcqf3ay",
|
135
135
|
g2u3we: "f1p3nwhy",
|
136
136
|
h3c5rm: [
|
137
137
|
"f11589ue",
|
@@ -142,8 +142,8 @@ const useRootStyles = /*#__PURE__*/ (0, _react.__styles)({
|
|
142
142
|
"f1pdflbu",
|
143
143
|
"f11589ue"
|
144
144
|
],
|
145
|
-
sj55zd: "
|
146
|
-
Jwef8y: "
|
145
|
+
sj55zd: "facbcro",
|
146
|
+
Jwef8y: "f17cpoba",
|
147
147
|
Bgoe8wy: "f1s2uweq",
|
148
148
|
Bwzppfd: [
|
149
149
|
"fr80ssc",
|
@@ -154,11 +154,11 @@ const useRootStyles = /*#__PURE__*/ (0, _react.__styles)({
|
|
154
154
|
"fecsdlb",
|
155
155
|
"fr80ssc"
|
156
156
|
],
|
157
|
-
Bi91k9c: "
|
157
|
+
Bi91k9c: "fl0l5mk",
|
158
158
|
Bk3fhr4: "ft1hn21",
|
159
159
|
Bmfj8id: "fuxngvv",
|
160
|
-
Bbdnnc7: "
|
161
|
-
iro3zm: "
|
160
|
+
Bbdnnc7: "f1e22ucq",
|
161
|
+
iro3zm: "ft2oq02",
|
162
162
|
b661bw: "f1h0usnq",
|
163
163
|
Bk6r4ia: [
|
164
164
|
"fs4ktlq",
|
@@ -169,17 +169,17 @@ const useRootStyles = /*#__PURE__*/ (0, _react.__styles)({
|
|
169
169
|
"fx2bmrt",
|
170
170
|
"fs4ktlq"
|
171
171
|
],
|
172
|
-
B2d53fq: "
|
172
|
+
B2d53fq: "f1fbgxgw",
|
173
173
|
em6i61: "f1dfjoow",
|
174
174
|
vm6p8p: "f1j98vj9",
|
175
|
-
x3br3k: "
|
175
|
+
x3br3k: "f939htu",
|
176
176
|
ze5xyy: "f4xjyn1",
|
177
177
|
Bx3q9su: "f1et0tmh",
|
178
178
|
pc6evw: "f9ddjv3",
|
179
179
|
xd2cci: "f1wi8ngl"
|
180
180
|
},
|
181
181
|
transparent: {
|
182
|
-
De3pzq: "
|
182
|
+
De3pzq: "f1r0wfzh",
|
183
183
|
g2u3we: "f1p3nwhy",
|
184
184
|
h3c5rm: [
|
185
185
|
"f11589ue",
|
@@ -190,8 +190,8 @@ const useRootStyles = /*#__PURE__*/ (0, _react.__styles)({
|
|
190
190
|
"f1pdflbu",
|
191
191
|
"f11589ue"
|
192
192
|
],
|
193
|
-
sj55zd: "
|
194
|
-
Jwef8y: "
|
193
|
+
sj55zd: "f7tu2s8",
|
194
|
+
Jwef8y: "f1keu3yc",
|
195
195
|
Bgoe8wy: "f1s2uweq",
|
196
196
|
Bwzppfd: [
|
197
197
|
"fr80ssc",
|
@@ -202,10 +202,10 @@ const useRootStyles = /*#__PURE__*/ (0, _react.__styles)({
|
|
202
202
|
"fecsdlb",
|
203
203
|
"fr80ssc"
|
204
204
|
],
|
205
|
-
Bi91k9c: "
|
205
|
+
Bi91k9c: "f1icn6bw",
|
206
206
|
Bk3fhr4: "ft1hn21",
|
207
207
|
Bmfj8id: "fuxngvv",
|
208
|
-
iro3zm: "
|
208
|
+
iro3zm: "f1obcw2h",
|
209
209
|
b661bw: "f1h0usnq",
|
210
210
|
Bk6r4ia: [
|
211
211
|
"fs4ktlq",
|
@@ -216,12 +216,12 @@ const useRootStyles = /*#__PURE__*/ (0, _react.__styles)({
|
|
216
216
|
"fx2bmrt",
|
217
217
|
"fs4ktlq"
|
218
218
|
],
|
219
|
-
B2d53fq: "
|
219
|
+
B2d53fq: "f1hziq7e",
|
220
220
|
em6i61: "f1dfjoow",
|
221
221
|
vm6p8p: "f1j98vj9",
|
222
|
-
Bqrx1nm: "
|
222
|
+
Bqrx1nm: "f4jdi9f",
|
223
223
|
ze5xyy: "f4xjyn1",
|
224
|
-
g2kj27: "
|
224
|
+
g2kj27: "fx1ym7w",
|
225
225
|
pc6evw: "f9ddjv3"
|
226
226
|
},
|
227
227
|
circular: {
|
@@ -229,7 +229,7 @@ const useRootStyles = /*#__PURE__*/ (0, _react.__styles)({
|
|
229
229
|
Bbmb7ep: 0,
|
230
230
|
Btl43ni: 0,
|
231
231
|
B7oj6ja: 0,
|
232
|
-
Dimara: "
|
232
|
+
Dimara: "ftu8dxo"
|
233
233
|
},
|
234
234
|
rounded: {},
|
235
235
|
square: {
|
@@ -237,7 +237,7 @@ const useRootStyles = /*#__PURE__*/ (0, _react.__styles)({
|
|
237
237
|
Bbmb7ep: 0,
|
238
238
|
Btl43ni: 0,
|
239
239
|
B7oj6ja: 0,
|
240
|
-
Dimara: "
|
240
|
+
Dimara: "f1jlnq56"
|
241
241
|
},
|
242
242
|
small: {
|
243
243
|
Bf4jedk: "fh7ncta",
|
@@ -250,10 +250,10 @@ const useRootStyles = /*#__PURE__*/ (0, _react.__styles)({
|
|
250
250
|
Bbmb7ep: 0,
|
251
251
|
Btl43ni: 0,
|
252
252
|
B7oj6ja: 0,
|
253
|
-
Dimara: "
|
254
|
-
Be2twd7: "
|
255
|
-
Bhrd7zp: "
|
256
|
-
Bg96gwp: "
|
253
|
+
Dimara: "f7gzlmc",
|
254
|
+
Be2twd7: "fyfeqws",
|
255
|
+
Bhrd7zp: "f1q4cs6n",
|
256
|
+
Bg96gwp: "f1bh4f08"
|
257
257
|
},
|
258
258
|
smallWithIcon: {
|
259
259
|
Byoj8tv: "f1brlhvm",
|
@@ -271,10 +271,10 @@ const useRootStyles = /*#__PURE__*/ (0, _react.__styles)({
|
|
271
271
|
Bbmb7ep: 0,
|
272
272
|
Btl43ni: 0,
|
273
273
|
B7oj6ja: 0,
|
274
|
-
Dimara: "
|
275
|
-
Be2twd7: "
|
276
|
-
Bhrd7zp: "
|
277
|
-
Bg96gwp: "
|
274
|
+
Dimara: "frxf9co",
|
275
|
+
Be2twd7: "f1fexiz4",
|
276
|
+
Bhrd7zp: "ffl0wkr",
|
277
|
+
Bg96gwp: "f1bn82zg"
|
278
278
|
},
|
279
279
|
largeWithIcon: {
|
280
280
|
Byoj8tv: "fy7v416",
|
@@ -282,25 +282,25 @@ const useRootStyles = /*#__PURE__*/ (0, _react.__styles)({
|
|
282
282
|
}
|
283
283
|
}, {
|
284
284
|
d: [
|
285
|
-
".
|
286
|
-
".
|
285
|
+
".f1eouddg{background-color:var(--ctrl-token-Button-37, var(--semantic-token-Button-38, var(--colorTransparentBackground)));}",
|
286
|
+
".f1jo0kc4{background-color:var(--ctrl-token-Button-43, var(--semantic-token-Button-44, var(--colorBrandBackground)));}",
|
287
287
|
".f1p3nwhy{border-top-color:transparent;}",
|
288
288
|
".f11589ue{border-right-color:transparent;}",
|
289
289
|
".f1pdflbu{border-left-color:transparent;}",
|
290
290
|
".f1q5o8ev{border-bottom-color:transparent;}",
|
291
|
-
".
|
292
|
-
".
|
293
|
-
".
|
294
|
-
".
|
295
|
-
".
|
291
|
+
".f1tfrua9{color:var(--ctrl-token-Button-45, var(--semantic-token-Button-46, var(--colorNeutralForegroundOnBrand)));}",
|
292
|
+
".fcqf3ay{background-color:var(--ctrl-token-Button-55, var(--semantic-token-Button-56, var(--colorSubtleBackground)));}",
|
293
|
+
".facbcro{color:var(--ctrl-token-Button-57, var(--semantic-token-Button-58, var(--colorNeutralForeground2)));}",
|
294
|
+
".f1r0wfzh{background-color:var(--ctrl-token-Button-71, var(--semantic-token-Button-72, var(--colorTransparentBackground)));}",
|
295
|
+
".f7tu2s8{color:var(--ctrl-token-Button-73, var(--semantic-token-Button-74, var(--colorNeutralForeground2)));}",
|
296
296
|
[
|
297
|
-
".
|
297
|
+
".ftu8dxo{border-radius:var(--ctrl-token-Button-87, var(--semantic-token-Button-88, var(--borderRadiusCircular)));}",
|
298
298
|
{
|
299
299
|
p: -1
|
300
300
|
}
|
301
301
|
],
|
302
302
|
[
|
303
|
-
".
|
303
|
+
".f1jlnq56{border-radius:var(--ctrl-token-Button-89, var(--semantic-token-Button-90, var(--borderRadiusNone)));}",
|
304
304
|
{
|
305
305
|
p: -1
|
306
306
|
}
|
@@ -313,14 +313,14 @@ const useRootStyles = /*#__PURE__*/ (0, _react.__styles)({
|
|
313
313
|
}
|
314
314
|
],
|
315
315
|
[
|
316
|
-
".
|
316
|
+
".f7gzlmc{border-radius:var(--ctrl-token-Button-91, var(--semantic-token-Button-92, var(--borderRadiusMedium)));}",
|
317
317
|
{
|
318
318
|
p: -1
|
319
319
|
}
|
320
320
|
],
|
321
|
-
".
|
322
|
-
".
|
323
|
-
".
|
321
|
+
".fyfeqws{font-size:var(--ctrl-token-Button-93, var(--semantic-token-Button-94, var(--fontSizeBase200)));}",
|
322
|
+
".f1q4cs6n{font-weight:var(--ctrl-token-Button-95, var(--semantic-token-Button-96, var(--fontWeightRegular)));}",
|
323
|
+
".f1bh4f08{line-height:var(--ctrl-token-Button-97, var(--semantic-token-Button-98, var(--lineHeightBase200)));}",
|
324
324
|
".f1brlhvm{padding-bottom:1px;}",
|
325
325
|
".f1sl3k7w{padding-top:1px;}",
|
326
326
|
".f14es27b{min-width:96px;}",
|
@@ -331,46 +331,46 @@ const useRootStyles = /*#__PURE__*/ (0, _react.__styles)({
|
|
331
331
|
}
|
332
332
|
],
|
333
333
|
[
|
334
|
-
".
|
334
|
+
".frxf9co{border-radius:var(--ctrl-token-Button-99, var(--semantic-token-Button-100, var(--borderRadiusMedium)));}",
|
335
335
|
{
|
336
336
|
p: -1
|
337
337
|
}
|
338
338
|
],
|
339
|
-
".
|
340
|
-
".
|
341
|
-
".
|
339
|
+
".f1fexiz4{font-size:var(--ctrl-token-Button-101, var(--semantic-token-Button-102, var(--fontSizeBase400)));}",
|
340
|
+
".ffl0wkr{font-weight:var(--ctrl-token-Button-103, var(--semantic-token-Button-104, var(--fontWeightSemibold)));}",
|
341
|
+
".f1bn82zg{line-height:var(--ctrl-token-Button-105, var(--semantic-token-Button-106, var(--lineHeightBase400)));}",
|
342
342
|
".fy7v416{padding-bottom:7px;}",
|
343
343
|
".f1a1bwwz{padding-top:7px;}"
|
344
344
|
],
|
345
345
|
h: [
|
346
|
-
".
|
347
|
-
".
|
348
|
-
".
|
346
|
+
".fj890eg:hover{background-color:var(--ctrl-token-Button-39, var(--semantic-token-Button-40, var(--colorTransparentBackgroundHover)));}",
|
347
|
+
".fp7cah7:hover:active{background-color:var(--ctrl-token-Button-41, var(--semantic-token-Button-42, var(--colorTransparentBackgroundPressed)));}",
|
348
|
+
".fhfauqh:hover{background-color:var(--ctrl-token-Button-47, var(--semantic-token-Button-48, var(--colorBrandBackgroundHover)));}",
|
349
349
|
".f1s2uweq:hover{border-top-color:transparent;}",
|
350
350
|
".fr80ssc:hover{border-right-color:transparent;}",
|
351
351
|
".fecsdlb:hover{border-left-color:transparent;}",
|
352
352
|
".f1ukrpxl:hover{border-bottom-color:transparent;}",
|
353
|
-
".
|
354
|
-
".
|
353
|
+
".f1m12vgd:hover{color:var(--ctrl-token-Button-49, var(--semantic-token-Button-50, var(--colorNeutralForegroundOnBrand)));}",
|
354
|
+
".f1a744jy:hover:active{background-color:var(--ctrl-token-Button-51, var(--semantic-token-Button-52, var(--colorBrandBackgroundPressed)));}",
|
355
355
|
".f1h0usnq:hover:active{border-top-color:transparent;}",
|
356
356
|
".fs4ktlq:hover:active{border-right-color:transparent;}",
|
357
357
|
".fx2bmrt:hover:active{border-left-color:transparent;}",
|
358
358
|
".f16h9ulv:hover:active{border-bottom-color:transparent;}",
|
359
|
-
".
|
360
|
-
".
|
361
|
-
".
|
359
|
+
".f22sk3l:hover:active{color:var(--ctrl-token-Button-53, var(--semantic-token-Button-54, var(--colorNeutralForegroundOnBrand)));}",
|
360
|
+
".f17cpoba:hover{background-color:var(--ctrl-token-Button-59, var(--semantic-token-Button-60, var(--colorSubtleBackgroundHover)));}",
|
361
|
+
".fl0l5mk:hover{color:var(--ctrl-token-Button-61, var(--semantic-token-Button-62, var(--colorNeutralForeground2Hover)));}",
|
362
362
|
".ft1hn21:hover .fui-Icon-filled{display:inline;}",
|
363
363
|
".fuxngvv:hover .fui-Icon-regular{display:none;}",
|
364
|
-
".
|
365
|
-
".
|
366
|
-
".
|
364
|
+
".f1e22ucq:hover .fui-Button__icon{color:var(--ctrl-token-Button-63, var(--semantic-token-Button-64, var(--colorNeutralForeground2BrandHover)));}",
|
365
|
+
".ft2oq02:hover:active{background-color:var(--ctrl-token-Button-65, var(--semantic-token-Button-66, var(--colorSubtleBackgroundPressed)));}",
|
366
|
+
".f1fbgxgw:hover:active{color:var(--ctrl-token-Button-67, var(--semantic-token-Button-68, var(--colorNeutralForeground2Pressed)));}",
|
367
367
|
".f1dfjoow:hover:active .fui-Icon-filled{display:inline;}",
|
368
368
|
".f1j98vj9:hover:active .fui-Icon-regular{display:none;}",
|
369
|
-
".
|
370
|
-
".
|
371
|
-
".
|
372
|
-
".
|
373
|
-
".
|
369
|
+
".f939htu:hover:active .fui-Button__icon{color:var(--ctrl-token-Button-69, var(--semantic-token-Button-70, var(--colorNeutralForeground2BrandPressed)));}",
|
370
|
+
".f1keu3yc:hover{background-color:var(--ctrl-token-Button-75, var(--semantic-token-Button-76, var(--colorTransparentBackgroundHover)));}",
|
371
|
+
".f1icn6bw:hover{color:var(--ctrl-token-Button-77, var(--semantic-token-Button-78, var(--colorNeutralForeground2BrandHover)));}",
|
372
|
+
".f1obcw2h:hover:active{background-color:var(--ctrl-token-Button-79, var(--semantic-token-Button-80, var(--colorTransparentBackgroundPressed)));}",
|
373
|
+
".f1hziq7e:hover:active{color:var(--ctrl-token-Button-81, var(--semantic-token-Button-82, var(--colorNeutralForeground2BrandPressed)));}"
|
374
374
|
],
|
375
375
|
m: [
|
376
376
|
[
|
@@ -482,13 +482,13 @@ const useRootStyles = /*#__PURE__*/ (0, _react.__styles)({
|
|
482
482
|
}
|
483
483
|
],
|
484
484
|
[
|
485
|
-
"@media (forced-colors: active){.
|
485
|
+
"@media (forced-colors: active){.f4jdi9f:hover{background-color:var(--ctrl-token-Button-83, var(--semantic-token-Button-84, var(--colorTransparentBackground)));}}",
|
486
486
|
{
|
487
487
|
m: "(forced-colors: active)"
|
488
488
|
}
|
489
489
|
],
|
490
490
|
[
|
491
|
-
"@media (forced-colors: active){.
|
491
|
+
"@media (forced-colors: active){.fx1ym7w:hover:active{background-color:var(--ctrl-token-Button-85, var(--semantic-token-Button-86, var(--colorTransparentBackground)));}}",
|
492
492
|
{
|
493
493
|
m: "(forced-colors: active)"
|
494
494
|
}
|
@@ -497,7 +497,7 @@ const useRootStyles = /*#__PURE__*/ (0, _react.__styles)({
|
|
497
497
|
});
|
498
498
|
const useRootDisabledStyles = /*#__PURE__*/ (0, _react.__styles)({
|
499
499
|
base: {
|
500
|
-
De3pzq: "
|
500
|
+
De3pzq: "fcs0obq",
|
501
501
|
g2u3we: "f1jj8ep1",
|
502
502
|
h3c5rm: [
|
503
503
|
"f15xbau",
|
@@ -508,10 +508,10 @@ const useRootDisabledStyles = /*#__PURE__*/ (0, _react.__styles)({
|
|
508
508
|
"fy0fskl",
|
509
509
|
"f15xbau"
|
510
510
|
],
|
511
|
-
sj55zd: "
|
511
|
+
sj55zd: "fc48gqn",
|
512
512
|
Bceei9c: "fdrzuqr",
|
513
|
-
Bfinmwp: "
|
514
|
-
Jwef8y: "
|
513
|
+
Bfinmwp: "f1k3dur3",
|
514
|
+
Jwef8y: "fhqlcuo",
|
515
515
|
Bgoe8wy: "f12mpcsy",
|
516
516
|
Bwzppfd: [
|
517
517
|
"f1gwvigk",
|
@@ -522,12 +522,12 @@ const useRootDisabledStyles = /*#__PURE__*/ (0, _react.__styles)({
|
|
522
522
|
"f18rmfxp",
|
523
523
|
"f1gwvigk"
|
524
524
|
],
|
525
|
-
Bi91k9c: "
|
525
|
+
Bi91k9c: "f1mnyqwt",
|
526
526
|
eoavqd: "fphbwmw",
|
527
527
|
Bk3fhr4: "f19vpps7",
|
528
528
|
Bmfj8id: "fv5swzo",
|
529
|
-
Bbdnnc7: "
|
530
|
-
iro3zm: "
|
529
|
+
Bbdnnc7: "f127ycqn",
|
530
|
+
iro3zm: "f1yv1ocr",
|
531
531
|
b661bw: "f10ztigi",
|
532
532
|
Bk6r4ia: [
|
533
533
|
"f1ft5sdu",
|
@@ -538,11 +538,11 @@ const useRootDisabledStyles = /*#__PURE__*/ (0, _react.__styles)({
|
|
538
538
|
"f1gzf82w",
|
539
539
|
"f1ft5sdu"
|
540
540
|
],
|
541
|
-
B2d53fq: "
|
541
|
+
B2d53fq: "f19ud50m",
|
542
542
|
c3iz72: "f8w4c43",
|
543
543
|
em6i61: "f1ol4fw6",
|
544
544
|
vm6p8p: "f1q1lw4e",
|
545
|
-
x3br3k: "
|
545
|
+
x3br3k: "f12mguyw"
|
546
546
|
},
|
547
547
|
highContrast: {
|
548
548
|
Bsw6fvg: "f4lkoma",
|
@@ -593,9 +593,9 @@ const useRootDisabledStyles = /*#__PURE__*/ (0, _react.__styles)({
|
|
593
593
|
pc6evw: "fb3rf2x"
|
594
594
|
},
|
595
595
|
outline: {
|
596
|
-
De3pzq: "
|
597
|
-
Jwef8y: "
|
598
|
-
iro3zm: "
|
596
|
+
De3pzq: "f3pttju",
|
597
|
+
Jwef8y: "f1q092r8",
|
598
|
+
iro3zm: "f179lky8"
|
599
599
|
},
|
600
600
|
primary: {
|
601
601
|
g2u3we: "f1p3nwhy",
|
@@ -631,7 +631,7 @@ const useRootDisabledStyles = /*#__PURE__*/ (0, _react.__styles)({
|
|
631
631
|
},
|
632
632
|
secondary: {},
|
633
633
|
subtle: {
|
634
|
-
De3pzq: "
|
634
|
+
De3pzq: "fqya840",
|
635
635
|
g2u3we: "f1p3nwhy",
|
636
636
|
h3c5rm: [
|
637
637
|
"f11589ue",
|
@@ -642,7 +642,7 @@ const useRootDisabledStyles = /*#__PURE__*/ (0, _react.__styles)({
|
|
642
642
|
"f1pdflbu",
|
643
643
|
"f11589ue"
|
644
644
|
],
|
645
|
-
Jwef8y: "
|
645
|
+
Jwef8y: "fw11tfn",
|
646
646
|
Bgoe8wy: "f1s2uweq",
|
647
647
|
Bwzppfd: [
|
648
648
|
"fr80ssc",
|
@@ -653,7 +653,7 @@ const useRootDisabledStyles = /*#__PURE__*/ (0, _react.__styles)({
|
|
653
653
|
"fecsdlb",
|
654
654
|
"fr80ssc"
|
655
655
|
],
|
656
|
-
iro3zm: "
|
656
|
+
iro3zm: "fa1lhi2",
|
657
657
|
b661bw: "f1h0usnq",
|
658
658
|
Bk6r4ia: [
|
659
659
|
"fs4ktlq",
|
@@ -666,7 +666,7 @@ const useRootDisabledStyles = /*#__PURE__*/ (0, _react.__styles)({
|
|
666
666
|
]
|
667
667
|
},
|
668
668
|
transparent: {
|
669
|
-
De3pzq: "
|
669
|
+
De3pzq: "f1bebd5s",
|
670
670
|
g2u3we: "f1p3nwhy",
|
671
671
|
h3c5rm: [
|
672
672
|
"f11589ue",
|
@@ -677,7 +677,7 @@ const useRootDisabledStyles = /*#__PURE__*/ (0, _react.__styles)({
|
|
677
677
|
"f1pdflbu",
|
678
678
|
"f11589ue"
|
679
679
|
],
|
680
|
-
Jwef8y: "
|
680
|
+
Jwef8y: "fjlpaey",
|
681
681
|
Bgoe8wy: "f1s2uweq",
|
682
682
|
Bwzppfd: [
|
683
683
|
"fr80ssc",
|
@@ -688,7 +688,7 @@ const useRootDisabledStyles = /*#__PURE__*/ (0, _react.__styles)({
|
|
688
688
|
"fecsdlb",
|
689
689
|
"fr80ssc"
|
690
690
|
],
|
691
|
-
iro3zm: "
|
691
|
+
iro3zm: "f13p7ut8",
|
692
692
|
b661bw: "f1h0usnq",
|
693
693
|
Bk6r4ia: [
|
694
694
|
"fs4ktlq",
|
@@ -702,45 +702,45 @@ const useRootDisabledStyles = /*#__PURE__*/ (0, _react.__styles)({
|
|
702
702
|
}
|
703
703
|
}, {
|
704
704
|
d: [
|
705
|
-
".
|
705
|
+
".fcs0obq{background-color:var(--ctrl-token-Button-107, var(--semantic-token-Button-108, var(--colorNeutralBackgroundDisabled)));}",
|
706
706
|
".f1jj8ep1{border-top-color:var(--colorNeutralStrokeDisabled);}",
|
707
707
|
".f15xbau{border-right-color:var(--colorNeutralStrokeDisabled);}",
|
708
708
|
".fy0fskl{border-left-color:var(--colorNeutralStrokeDisabled);}",
|
709
709
|
".f4ikngz{border-bottom-color:var(--colorNeutralStrokeDisabled);}",
|
710
|
-
".
|
710
|
+
".fc48gqn{color:var(--ctrl-token-Button-109, var(--semantic-token-Button-110, var(--colorNeutralForegroundDisabled)));}",
|
711
711
|
".fdrzuqr{cursor:not-allowed;}",
|
712
|
-
".
|
713
|
-
".
|
712
|
+
".f1k3dur3 .fui-Button__icon{color:var(--ctrl-token-Button-111, var(--semantic-token-Button-112, var(--colorNeutralForegroundDisabled)));}",
|
713
|
+
".f3pttju{background-color:var(--ctrl-token-Button-125, var(--semantic-token-Button-126, var(--colorTransparentBackground)));}",
|
714
714
|
".f1p3nwhy{border-top-color:transparent;}",
|
715
715
|
".f11589ue{border-right-color:transparent;}",
|
716
716
|
".f1pdflbu{border-left-color:transparent;}",
|
717
717
|
".f1q5o8ev{border-bottom-color:transparent;}",
|
718
|
-
".
|
719
|
-
".
|
718
|
+
".fqya840{background-color:var(--ctrl-token-Button-131, var(--semantic-token-Button-132, var(--colorTransparentBackground)));}",
|
719
|
+
".f1bebd5s{background-color:var(--ctrl-token-Button-137, var(--semantic-token-Button-138, var(--colorTransparentBackground)));}"
|
720
720
|
],
|
721
721
|
h: [
|
722
|
-
".
|
722
|
+
".fhqlcuo:hover{background-color:var(--ctrl-token-Button-113, var(--semantic-token-Button-114, var(--colorNeutralBackgroundDisabled)));}",
|
723
723
|
".f12mpcsy:hover{border-top-color:var(--colorNeutralStrokeDisabled);}",
|
724
724
|
".f1gwvigk:hover{border-right-color:var(--colorNeutralStrokeDisabled);}",
|
725
725
|
".f18rmfxp:hover{border-left-color:var(--colorNeutralStrokeDisabled);}",
|
726
726
|
".f1jnshp0:hover{border-bottom-color:var(--colorNeutralStrokeDisabled);}",
|
727
|
-
".
|
727
|
+
".f1mnyqwt:hover{color:var(--ctrl-token-Button-115, var(--semantic-token-Button-116, var(--colorNeutralForegroundDisabled)));}",
|
728
728
|
".fphbwmw:hover{cursor:not-allowed;}",
|
729
729
|
".f19vpps7:hover .fui-Icon-filled{display:none;}",
|
730
730
|
".fv5swzo:hover .fui-Icon-regular{display:inline;}",
|
731
|
-
".
|
732
|
-
".
|
731
|
+
".f127ycqn:hover .fui-Button__icon{color:var(--ctrl-token-Button-117, var(--semantic-token-Button-118, var(--colorNeutralForegroundDisabled)));}",
|
732
|
+
".f1yv1ocr:hover:active{background-color:var(--ctrl-token-Button-119, var(--semantic-token-Button-120, var(--colorNeutralBackgroundDisabled)));}",
|
733
733
|
".f10ztigi:hover:active{border-top-color:var(--colorNeutralStrokeDisabled);}",
|
734
734
|
".f1ft5sdu:hover:active{border-right-color:var(--colorNeutralStrokeDisabled);}",
|
735
735
|
".f1gzf82w:hover:active{border-left-color:var(--colorNeutralStrokeDisabled);}",
|
736
736
|
".f12zbtn2:hover:active{border-bottom-color:var(--colorNeutralStrokeDisabled);}",
|
737
|
-
".
|
737
|
+
".f19ud50m:hover:active{color:var(--ctrl-token-Button-121, var(--semantic-token-Button-122, var(--colorNeutralForegroundDisabled)));}",
|
738
738
|
".f8w4c43:hover:active{cursor:not-allowed;}",
|
739
739
|
".f1ol4fw6:hover:active .fui-Icon-filled{display:none;}",
|
740
740
|
".f1q1lw4e:hover:active .fui-Icon-regular{display:inline;}",
|
741
|
-
".
|
742
|
-
".
|
743
|
-
".
|
741
|
+
".f12mguyw:hover:active .fui-Button__icon{color:var(--ctrl-token-Button-123, var(--semantic-token-Button-124, var(--colorNeutralForegroundDisabled)));}",
|
742
|
+
".f1q092r8:hover{background-color:var(--ctrl-token-Button-127, var(--semantic-token-Button-128, var(--colorTransparentBackground)));}",
|
743
|
+
".f179lky8:hover:active{background-color:var(--ctrl-token-Button-129, var(--semantic-token-Button-130, var(--colorTransparentBackground)));}",
|
744
744
|
".f1s2uweq:hover{border-top-color:transparent;}",
|
745
745
|
".fr80ssc:hover{border-right-color:transparent;}",
|
746
746
|
".fecsdlb:hover{border-left-color:transparent;}",
|
@@ -749,10 +749,10 @@ const useRootDisabledStyles = /*#__PURE__*/ (0, _react.__styles)({
|
|
749
749
|
".fs4ktlq:hover:active{border-right-color:transparent;}",
|
750
750
|
".fx2bmrt:hover:active{border-left-color:transparent;}",
|
751
751
|
".f16h9ulv:hover:active{border-bottom-color:transparent;}",
|
752
|
-
".
|
753
|
-
".
|
754
|
-
".
|
755
|
-
".
|
752
|
+
".fw11tfn:hover{background-color:var(--ctrl-token-Button-133, var(--semantic-token-Button-134, var(--colorTransparentBackground)));}",
|
753
|
+
".fa1lhi2:hover:active{background-color:var(--ctrl-token-Button-135, var(--semantic-token-Button-136, var(--colorTransparentBackground)));}",
|
754
|
+
".fjlpaey:hover{background-color:var(--ctrl-token-Button-139, var(--semantic-token-Button-140, var(--colorTransparentBackground)));}",
|
755
|
+
".f13p7ut8:hover:active{background-color:var(--ctrl-token-Button-141, var(--semantic-token-Button-142, var(--colorTransparentBackground)));}"
|
756
756
|
],
|
757
757
|
m: [
|
758
758
|
[
|
@@ -871,7 +871,7 @@ const useRootFocusStyles = /*#__PURE__*/ (0, _react.__styles)({
|
|
871
871
|
kdpuga: 0,
|
872
872
|
dm238s: 0,
|
873
873
|
B6xbmo0: 0,
|
874
|
-
B3whbx2: "
|
874
|
+
B3whbx2: "f162i0ns"
|
875
875
|
},
|
876
876
|
rounded: {},
|
877
877
|
square: {
|
@@ -879,7 +879,7 @@ const useRootFocusStyles = /*#__PURE__*/ (0, _react.__styles)({
|
|
879
879
|
kdpuga: 0,
|
880
880
|
dm238s: 0,
|
881
881
|
B6xbmo0: 0,
|
882
|
-
B3whbx2: "
|
882
|
+
B3whbx2: "fxoxqnf"
|
883
883
|
},
|
884
884
|
primary: {
|
885
885
|
B8q5s1w: "f17t0x8g",
|
@@ -918,7 +918,7 @@ const useRootFocusStyles = /*#__PURE__*/ (0, _react.__styles)({
|
|
918
918
|
kdpuga: 0,
|
919
919
|
dm238s: 0,
|
920
920
|
B6xbmo0: 0,
|
921
|
-
B3whbx2: "
|
921
|
+
B3whbx2: "f1l0ufzv"
|
922
922
|
},
|
923
923
|
medium: {},
|
924
924
|
large: {
|
@@ -926,18 +926,18 @@ const useRootFocusStyles = /*#__PURE__*/ (0, _react.__styles)({
|
|
926
926
|
kdpuga: 0,
|
927
927
|
dm238s: 0,
|
928
928
|
B6xbmo0: 0,
|
929
|
-
B3whbx2: "
|
929
|
+
B3whbx2: "f1ulbsbf"
|
930
930
|
}
|
931
931
|
}, {
|
932
932
|
d: [
|
933
933
|
[
|
934
|
-
".
|
934
|
+
".f162i0ns[data-fui-focus-visible]{border-radius:var(--ctrl-token-Button-143, var(--semantic-token-Button-144, var(--borderRadiusCircular)));}",
|
935
935
|
{
|
936
936
|
p: -1
|
937
937
|
}
|
938
938
|
],
|
939
939
|
[
|
940
|
-
".
|
940
|
+
".fxoxqnf[data-fui-focus-visible]{border-radius:var(--ctrl-token-Button-145, var(--semantic-token-Button-146, var(--borderRadiusNone)));}",
|
941
941
|
{
|
942
942
|
p: -1
|
943
943
|
}
|
@@ -954,13 +954,13 @@ const useRootFocusStyles = /*#__PURE__*/ (0, _react.__styles)({
|
|
954
954
|
".f1nl83rv[data-fui-focus-visible]:hover{border-left-color:var(--colorStrokeFocus2);}",
|
955
955
|
".f1czftr5[data-fui-focus-visible]:hover{border-bottom-color:var(--colorStrokeFocus2);}",
|
956
956
|
[
|
957
|
-
".
|
957
|
+
".f1l0ufzv[data-fui-focus-visible]{border-radius:var(--ctrl-token-Button-147, var(--semantic-token-Button-148, var(--borderRadiusSmall)));}",
|
958
958
|
{
|
959
959
|
p: -1
|
960
960
|
}
|
961
961
|
],
|
962
962
|
[
|
963
|
-
".
|
963
|
+
".f1ulbsbf[data-fui-focus-visible]{border-radius:var(--ctrl-token-Button-149, var(--semantic-token-Button-150, var(--borderRadiusLarge)));}",
|
964
964
|
{
|
965
965
|
p: -1
|
966
966
|
}
|
@@ -1032,14 +1032,14 @@ const useIconStyles = /*#__PURE__*/ (0, _react.__styles)({
|
|
1032
1032
|
Be2twd7: "fe5j1ua",
|
1033
1033
|
Bqenvij: "fjamq6b",
|
1034
1034
|
a9b677: "f64fuq3",
|
1035
|
-
Bqrlyyl: "
|
1035
|
+
Bqrlyyl: "f1be447b"
|
1036
1036
|
},
|
1037
1037
|
medium: {},
|
1038
1038
|
large: {
|
1039
1039
|
Be2twd7: "f1rt2boy",
|
1040
1040
|
Bqenvij: "frvgh55",
|
1041
1041
|
a9b677: "fq4mcun",
|
1042
|
-
Bqrlyyl: "
|
1042
|
+
Bqrlyyl: "fd1re4p"
|
1043
1043
|
},
|
1044
1044
|
before: {
|
1045
1045
|
t21cq0: [
|
@@ -1058,11 +1058,11 @@ const useIconStyles = /*#__PURE__*/ (0, _react.__styles)({
|
|
1058
1058
|
".fe5j1ua{font-size:20px;}",
|
1059
1059
|
".fjamq6b{height:20px;}",
|
1060
1060
|
".f64fuq3{width:20px;}",
|
1061
|
-
".
|
1061
|
+
".f1be447b{--fui-Button__icon--spacing:var(--ctrl-token-Button-151, var(--semantic-token-Button-152, var(--spacingHorizontalXS)));}",
|
1062
1062
|
".f1rt2boy{font-size:24px;}",
|
1063
1063
|
".frvgh55{height:24px;}",
|
1064
1064
|
".fq4mcun{width:24px;}",
|
1065
|
-
".
|
1065
|
+
".fd1re4p{--fui-Button__icon--spacing:var(--ctrl-token-Button-153, var(--semantic-token-Button-154, var(--spacingHorizontalSNudge)));}",
|
1066
1066
|
".f1nizpg2{margin-right:var(--fui-Button__icon--spacing);}",
|
1067
1067
|
".f1a695kz{margin-left:var(--fui-Button__icon--spacing);}"
|
1068
1068
|
]
|