@fluentui/react-calendar-compat 0.1.8 → 0.1.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/CHANGELOG.md +26 -2
- package/dist/index.d.ts +11 -1
- package/lib/components/Calendar/Calendar.js +6 -19
- package/lib/components/Calendar/Calendar.js.map +1 -1
- package/lib/components/Calendar/useCalendarStyles.styles.js +89 -53
- package/lib/components/Calendar/useCalendarStyles.styles.js.map +1 -1
- package/lib/components/CalendarDay/useCalendarDayStyles.styles.js +84 -46
- package/lib/components/CalendarDay/useCalendarDayStyles.styles.js.map +1 -1
- package/lib/components/CalendarDayGrid/CalendarDayGrid.types.js.map +1 -1
- package/lib/components/CalendarDayGrid/CalendarGridDayCell.js +2 -1
- package/lib/components/CalendarDayGrid/CalendarGridDayCell.js.map +1 -1
- package/lib/components/CalendarDayGrid/useCalendarDayGridStyles.styles.js +245 -114
- package/lib/components/CalendarDayGrid/useCalendarDayGridStyles.styles.js.map +1 -1
- package/lib/components/CalendarMonth/CalendarMonth.js +1 -1
- package/lib/components/CalendarMonth/CalendarMonth.js.map +1 -1
- package/lib/components/CalendarMonth/index.js +1 -1
- package/lib/components/CalendarMonth/index.js.map +1 -1
- package/lib/components/CalendarMonth/{useCalendarMonthStyles.js → useCalendarMonthStyles.styles.js} +4 -2
- package/lib/components/CalendarMonth/useCalendarMonthStyles.styles.js.map +1 -0
- package/lib/components/CalendarPicker/useCalendarPickerStyles.styles.js +169 -79
- package/lib/components/CalendarPicker/useCalendarPickerStyles.styles.js.map +1 -1
- package/lib/utils/animations.js +5 -6
- package/lib/utils/animations.js.map +1 -1
- package/lib/utils/dateGrid/dateGrid.types.js.map +1 -1
- package/lib/utils/dateGrid/getDayGrid.js +1 -0
- package/lib/utils/dateGrid/getDayGrid.js.map +1 -1
- package/lib-commonjs/components/Calendar/Calendar.js +6 -19
- package/lib-commonjs/components/Calendar/Calendar.js.map +1 -1
- package/lib-commonjs/components/Calendar/useCalendarStyles.styles.js +126 -155
- package/lib-commonjs/components/Calendar/useCalendarStyles.styles.js.map +1 -1
- package/lib-commonjs/components/CalendarDay/useCalendarDayStyles.styles.js +133 -137
- package/lib-commonjs/components/CalendarDay/useCalendarDayStyles.styles.js.map +1 -1
- package/lib-commonjs/components/CalendarDayGrid/CalendarGridDayCell.js +2 -1
- package/lib-commonjs/components/CalendarDayGrid/CalendarGridDayCell.js.map +1 -1
- package/lib-commonjs/components/CalendarDayGrid/useCalendarDayGridStyles.styles.js +417 -333
- package/lib-commonjs/components/CalendarDayGrid/useCalendarDayGridStyles.styles.js.map +1 -1
- package/lib-commonjs/components/CalendarMonth/CalendarMonth.js +2 -2
- package/lib-commonjs/components/CalendarMonth/CalendarMonth.js.map +1 -1
- package/lib-commonjs/components/CalendarMonth/index.js +1 -1
- package/lib-commonjs/components/CalendarMonth/index.js.map +1 -1
- package/lib-commonjs/components/CalendarMonth/{useCalendarMonthStyles.js → useCalendarMonthStyles.styles.js} +1 -1
- package/lib-commonjs/components/CalendarMonth/useCalendarMonthStyles.styles.js.map +1 -0
- package/lib-commonjs/components/CalendarPicker/useCalendarPickerStyles.styles.js +255 -225
- package/lib-commonjs/components/CalendarPicker/useCalendarPickerStyles.styles.js.map +1 -1
- package/lib-commonjs/utils/animations.js +4 -5
- package/lib-commonjs/utils/animations.js.map +1 -1
- package/lib-commonjs/utils/dateGrid/getDayGrid.js +1 -0
- package/lib-commonjs/utils/dateGrid/getDayGrid.js.map +1 -1
- package/package.json +4 -4
- package/lib/components/CalendarMonth/useCalendarMonthStyles.js.map +0 -1
- package/lib-commonjs/components/CalendarMonth/useCalendarMonthStyles.js.map +0 -1
@@ -34,64 +34,60 @@ const calendarPickerClassNames = {
|
|
34
34
|
const useRootStyles = /*#__PURE__*/ (0, _react.__styles)({
|
35
35
|
base: {
|
36
36
|
B7ck84d: "f1e4lqlz",
|
37
|
-
B68tc82:
|
38
|
-
Bmxbyg5:
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
uwmqm3: [
|
46
|
-
"fjlbh76",
|
47
|
-
"f11qrl6u"
|
48
|
-
],
|
37
|
+
B68tc82: 0,
|
38
|
+
Bmxbyg5: 0,
|
39
|
+
Bpg54ce: "f1a3p1vp",
|
40
|
+
Byoj8tv: 0,
|
41
|
+
uwmqm3: 0,
|
42
|
+
z189sj: 0,
|
43
|
+
z8tnut: 0,
|
44
|
+
B0ocmuz: "f1sy4kr4",
|
49
45
|
a9b677: "f4m2ahc"
|
50
46
|
},
|
51
47
|
normalize: {
|
52
48
|
E5pizo: "f1couhl3",
|
53
49
|
B7ck84d: "f1ewtqcl",
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
z8tnut: "f1g0x7ka",
|
65
|
-
z189sj: [
|
66
|
-
"fhxju0i",
|
67
|
-
"f1cnd47f"
|
68
|
-
],
|
69
|
-
Byoj8tv: "f1qch9an",
|
70
|
-
uwmqm3: [
|
71
|
-
"f1cnd47f",
|
72
|
-
"fhxju0i"
|
73
|
-
]
|
50
|
+
jrapky: 0,
|
51
|
+
Frg6f3: 0,
|
52
|
+
t21cq0: 0,
|
53
|
+
B6of3ja: 0,
|
54
|
+
B74szlk: "f1s184ao",
|
55
|
+
Byoj8tv: 0,
|
56
|
+
uwmqm3: 0,
|
57
|
+
z189sj: 0,
|
58
|
+
z8tnut: 0,
|
59
|
+
B0ocmuz: "f1mk8lai"
|
74
60
|
}
|
75
61
|
}, {
|
76
62
|
d: [
|
77
63
|
".f1e4lqlz{box-sizing:content-box;}",
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
64
|
+
[
|
65
|
+
".f1a3p1vp{overflow:hidden;}",
|
66
|
+
{
|
67
|
+
p: -1
|
68
|
+
}
|
69
|
+
],
|
70
|
+
[
|
71
|
+
".f1sy4kr4{padding:12px;}",
|
72
|
+
{
|
73
|
+
p: -1
|
74
|
+
}
|
75
|
+
],
|
84
76
|
".f4m2ahc{width:196px;}",
|
85
77
|
".f1couhl3{box-shadow:none;}",
|
86
78
|
".f1ewtqcl{box-sizing:border-box;}",
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
79
|
+
[
|
80
|
+
".f1s184ao{margin:0;}",
|
81
|
+
{
|
82
|
+
p: -1
|
83
|
+
}
|
84
|
+
],
|
85
|
+
[
|
86
|
+
".f1mk8lai{padding:0;}",
|
87
|
+
{
|
88
|
+
p: -1
|
89
|
+
}
|
90
|
+
]
|
95
91
|
]
|
96
92
|
});
|
97
93
|
const useHeaderContainerStyles = /*#__PURE__*/ (0, _react.__styles)({
|
@@ -116,22 +112,26 @@ const useCurrentItemButtonStyles = /*#__PURE__*/ (0, _react.__styles)({
|
|
116
112
|
"f1deefiw",
|
117
113
|
"f1n71otn"
|
118
114
|
],
|
115
|
+
Beyfa6y: 0,
|
116
|
+
Bbmb7ep: 0,
|
117
|
+
Btl43ni: 0,
|
118
|
+
B7oj6ja: 0,
|
119
|
+
Dimara: "ft85np5",
|
119
120
|
sj55zd: "f1ym3bx4",
|
120
121
|
Bh6795r: "fqerorx",
|
121
122
|
Bahqtrf: "f1mo0ibp",
|
122
123
|
Be2twd7: "fkhj508",
|
123
124
|
Bhrd7zp: "fl43uef",
|
124
|
-
B68tc82:
|
125
|
-
Bmxbyg5:
|
126
|
-
|
127
|
-
|
128
|
-
|
129
|
-
|
130
|
-
|
131
|
-
|
132
|
-
|
133
|
-
"
|
134
|
-
"f81rol6"
|
125
|
+
B68tc82: 0,
|
126
|
+
Bmxbyg5: 0,
|
127
|
+
Bpg54ce: "f1gl81tg",
|
128
|
+
Byoj8tv: 0,
|
129
|
+
uwmqm3: 0,
|
130
|
+
z189sj: 0,
|
131
|
+
z8tnut: 0,
|
132
|
+
B0ocmuz: [
|
133
|
+
"f1td8mcv",
|
134
|
+
"f1udkdxo"
|
135
135
|
],
|
136
136
|
fsow6f: [
|
137
137
|
"f1o700av",
|
@@ -148,15 +148,17 @@ const useCurrentItemButtonStyles = /*#__PURE__*/ (0, _react.__styles)({
|
|
148
148
|
Jwef8y: "f18a0fwf",
|
149
149
|
Bi91k9c: "f3sdaeg",
|
150
150
|
eoavqd: "f8491dx",
|
151
|
-
|
152
|
-
ukgb2i:
|
153
|
-
|
151
|
+
pugfm4: 0,
|
152
|
+
ukgb2i: 0,
|
153
|
+
Dwtyhm: 0,
|
154
|
+
Biisq0s: "f15rpok4",
|
154
155
|
iro3zm: "f1wvkgvo",
|
155
156
|
B2d53fq: "f1wdoaqd",
|
156
157
|
c3iz72: "f13c0t7h",
|
157
|
-
|
158
|
-
Bx68yb:
|
159
|
-
|
158
|
+
mghro0: 0,
|
159
|
+
Bx68yb: 0,
|
160
|
+
syojd9: 0,
|
161
|
+
E5hylx: "fy2scak"
|
160
162
|
}
|
161
163
|
}, {
|
162
164
|
d: [
|
@@ -165,19 +167,35 @@ const useCurrentItemButtonStyles = /*#__PURE__*/ (0, _react.__styles)({
|
|
165
167
|
".f1n71otn{border-right-style:none;}",
|
166
168
|
".f1deefiw{border-left-style:none;}",
|
167
169
|
".f1h8hb77{border-bottom-style:none;}",
|
170
|
+
[
|
171
|
+
".ft85np5{border-radius:var(--borderRadiusMedium);}",
|
172
|
+
{
|
173
|
+
p: -1
|
174
|
+
}
|
175
|
+
],
|
168
176
|
".f1ym3bx4{color:inherit;}",
|
169
177
|
".fqerorx{flex-grow:1;}",
|
170
178
|
".f1mo0ibp{font-family:inherit;}",
|
171
179
|
".fkhj508{font-size:var(--fontSizeBase300);}",
|
172
180
|
".fl43uef{font-weight:var(--fontWeightSemibold);}",
|
173
|
-
|
174
|
-
|
175
|
-
|
176
|
-
|
177
|
-
|
178
|
-
|
179
|
-
|
180
|
-
|
181
|
+
[
|
182
|
+
".f1gl81tg{overflow:visible;}",
|
183
|
+
{
|
184
|
+
p: -1
|
185
|
+
}
|
186
|
+
],
|
187
|
+
[
|
188
|
+
".f1td8mcv{padding:0 4px 0 10px;}",
|
189
|
+
{
|
190
|
+
p: -1
|
191
|
+
}
|
192
|
+
],
|
193
|
+
[
|
194
|
+
".f1udkdxo{padding:0 10px 0 4px;}",
|
195
|
+
{
|
196
|
+
p: -1
|
197
|
+
}
|
198
|
+
],
|
181
199
|
".f1o700av{text-align:left;}",
|
182
200
|
".fes3tcz{text-align:right;}",
|
183
201
|
".fhsqnsn{animation-duration:0.267s;}",
|
@@ -192,15 +210,21 @@ const useCurrentItemButtonStyles = /*#__PURE__*/ (0, _react.__styles)({
|
|
192
210
|
".f18a0fwf:hover{background-color:var(--colorBrandBackgroundInvertedHover);}",
|
193
211
|
".f3sdaeg:hover{color:var(--colorBrandForegroundOnLightHover);}",
|
194
212
|
".f8491dx:hover{cursor:pointer;}",
|
195
|
-
|
196
|
-
|
197
|
-
|
213
|
+
[
|
214
|
+
".f15rpok4:hover{outline:1px solid var(--colorTransparentStroke);}",
|
215
|
+
{
|
216
|
+
p: -1
|
217
|
+
}
|
218
|
+
],
|
198
219
|
".f1wvkgvo:hover:active{background-color:var(--colorBrandBackgroundInvertedPressed);}",
|
199
220
|
".f1wdoaqd:hover:active{color:var(--colorBrandForegroundOnLightPressed);}",
|
200
221
|
".f13c0t7h:hover:active{cursor:pointer;}",
|
201
|
-
|
202
|
-
|
203
|
-
|
222
|
+
[
|
223
|
+
".fy2scak:hover:active{outline:1px solid var(--colorTransparentStroke);}",
|
224
|
+
{
|
225
|
+
p: -1
|
226
|
+
}
|
227
|
+
]
|
204
228
|
]
|
205
229
|
});
|
206
230
|
const useNavigationButtonsContainerStyles = /*#__PURE__*/ (0, _react.__styles)({
|
@@ -217,32 +241,28 @@ const useNavigationButtonsContainerStyles = /*#__PURE__*/ (0, _react.__styles)({
|
|
217
241
|
const useNavigationButtonStyles = /*#__PURE__*/ (0, _react.__styles)({
|
218
242
|
base: {
|
219
243
|
De3pzq: "f1c21dwh",
|
220
|
-
|
221
|
-
|
222
|
-
|
223
|
-
|
224
|
-
|
225
|
-
|
226
|
-
wvpqe5:
|
227
|
-
|
228
|
-
|
229
|
-
|
230
|
-
|
231
|
-
|
232
|
-
|
233
|
-
|
234
|
-
|
235
|
-
|
236
|
-
|
237
|
-
|
238
|
-
|
239
|
-
|
240
|
-
|
241
|
-
|
242
|
-
Btl43ni: [
|
243
|
-
"f1127022",
|
244
|
-
"f1stktl2"
|
245
|
-
],
|
244
|
+
Bgfg5da: 0,
|
245
|
+
B9xav0g: 0,
|
246
|
+
oivjwe: 0,
|
247
|
+
Bn0qgzm: 0,
|
248
|
+
B4g9neb: 0,
|
249
|
+
zhjwy3: 0,
|
250
|
+
wvpqe5: 0,
|
251
|
+
ibv6hh: 0,
|
252
|
+
u1mtju: 0,
|
253
|
+
h3c5rm: 0,
|
254
|
+
vrafjx: 0,
|
255
|
+
Bekrc4i: 0,
|
256
|
+
i8vvqc: 0,
|
257
|
+
g2u3we: 0,
|
258
|
+
icvyot: 0,
|
259
|
+
B4j52fo: 0,
|
260
|
+
irswps: "f3bhgqh",
|
261
|
+
Beyfa6y: 0,
|
262
|
+
Bbmb7ep: 0,
|
263
|
+
Btl43ni: 0,
|
264
|
+
B7oj6ja: 0,
|
265
|
+
Dimara: "ft85np5",
|
246
266
|
sj55zd: "f19n0e5",
|
247
267
|
mc9l5x: "ftgm304",
|
248
268
|
Bahqtrf: "f1mo0ibp",
|
@@ -251,41 +271,42 @@ const useNavigationButtonStyles = /*#__PURE__*/ (0, _react.__styles)({
|
|
251
271
|
Bg96gwp: "f336tjw",
|
252
272
|
sshi5w: "f1ysfysz",
|
253
273
|
Bf4jedk: "f107v6xj",
|
254
|
-
B68tc82:
|
255
|
-
Bmxbyg5:
|
256
|
-
|
257
|
-
|
258
|
-
|
259
|
-
|
260
|
-
|
261
|
-
|
262
|
-
uwmqm3: [
|
263
|
-
"f1cnd47f",
|
264
|
-
"fhxju0i"
|
265
|
-
],
|
274
|
+
B68tc82: 0,
|
275
|
+
Bmxbyg5: 0,
|
276
|
+
Bpg54ce: "f1gl81tg",
|
277
|
+
Byoj8tv: 0,
|
278
|
+
uwmqm3: 0,
|
279
|
+
z189sj: 0,
|
280
|
+
z8tnut: 0,
|
281
|
+
B0ocmuz: "f1mk8lai",
|
266
282
|
qhf8xq: "f10pi13n",
|
267
283
|
fsow6f: "f17mccla",
|
268
284
|
a9b677: "f1w9dchk",
|
269
285
|
Jwef8y: "f18a0fwf",
|
270
286
|
Bi91k9c: "f3sdaeg",
|
271
287
|
eoavqd: "f8491dx",
|
272
|
-
|
273
|
-
ukgb2i:
|
274
|
-
|
288
|
+
pugfm4: 0,
|
289
|
+
ukgb2i: 0,
|
290
|
+
Dwtyhm: 0,
|
291
|
+
Biisq0s: "f15rpok4",
|
275
292
|
iro3zm: "f1wvkgvo",
|
276
293
|
B2d53fq: "f1wdoaqd"
|
277
294
|
}
|
278
295
|
}, {
|
279
296
|
d: [
|
280
297
|
".f1c21dwh{background-color:var(--colorTransparentBackground);}",
|
281
|
-
|
282
|
-
|
283
|
-
|
284
|
-
|
285
|
-
|
286
|
-
|
287
|
-
|
288
|
-
|
298
|
+
[
|
299
|
+
".f3bhgqh{border:none;}",
|
300
|
+
{
|
301
|
+
p: -2
|
302
|
+
}
|
303
|
+
],
|
304
|
+
[
|
305
|
+
".ft85np5{border-radius:var(--borderRadiusMedium);}",
|
306
|
+
{
|
307
|
+
p: -1
|
308
|
+
}
|
309
|
+
],
|
289
310
|
".f19n0e5{color:var(--colorNeutralForeground1);}",
|
290
311
|
".ftgm304{display:block;}",
|
291
312
|
".f1mo0ibp{font-family:inherit;}",
|
@@ -294,12 +315,18 @@ const useNavigationButtonStyles = /*#__PURE__*/ (0, _react.__styles)({
|
|
294
315
|
".f336tjw{line-height:28px;}",
|
295
316
|
".f1ysfysz{min-height:28px;}",
|
296
317
|
".f107v6xj{min-width:28px;}",
|
297
|
-
|
298
|
-
|
299
|
-
|
300
|
-
|
301
|
-
|
302
|
-
|
318
|
+
[
|
319
|
+
".f1gl81tg{overflow:visible;}",
|
320
|
+
{
|
321
|
+
p: -1
|
322
|
+
}
|
323
|
+
],
|
324
|
+
[
|
325
|
+
".f1mk8lai{padding:0;}",
|
326
|
+
{
|
327
|
+
p: -1
|
328
|
+
}
|
329
|
+
],
|
303
330
|
".f10pi13n{position:relative;}",
|
304
331
|
".f17mccla{text-align:center;}",
|
305
332
|
".f1w9dchk{width:28px;}"
|
@@ -308,9 +335,12 @@ const useNavigationButtonStyles = /*#__PURE__*/ (0, _react.__styles)({
|
|
308
335
|
".f18a0fwf:hover{background-color:var(--colorBrandBackgroundInvertedHover);}",
|
309
336
|
".f3sdaeg:hover{color:var(--colorBrandForegroundOnLightHover);}",
|
310
337
|
".f8491dx:hover{cursor:pointer;}",
|
311
|
-
|
312
|
-
|
313
|
-
|
338
|
+
[
|
339
|
+
".f15rpok4:hover{outline:1px solid var(--colorTransparentStroke);}",
|
340
|
+
{
|
341
|
+
p: -1
|
342
|
+
}
|
343
|
+
],
|
314
344
|
".f1wvkgvo:hover:active{background-color:var(--colorBrandBackgroundInvertedPressed);}",
|
315
345
|
".f1wdoaqd:hover:active{color:var(--colorBrandForegroundOnLightPressed);}"
|
316
346
|
]
|
@@ -375,32 +405,28 @@ const useButtonRowStyles = /*#__PURE__*/ (0, _react.__styles)({
|
|
375
405
|
const useItemButtonStyles = /*#__PURE__*/ (0, _react.__styles)({
|
376
406
|
base: {
|
377
407
|
De3pzq: "f1c21dwh",
|
378
|
-
|
379
|
-
|
380
|
-
|
381
|
-
|
382
|
-
|
383
|
-
|
384
|
-
wvpqe5:
|
385
|
-
|
386
|
-
|
387
|
-
|
388
|
-
|
389
|
-
|
390
|
-
|
391
|
-
|
392
|
-
|
393
|
-
|
394
|
-
|
395
|
-
|
396
|
-
|
397
|
-
|
398
|
-
|
399
|
-
|
400
|
-
Btl43ni: [
|
401
|
-
"f1127022",
|
402
|
-
"f1stktl2"
|
403
|
-
],
|
408
|
+
Bgfg5da: 0,
|
409
|
+
B9xav0g: 0,
|
410
|
+
oivjwe: 0,
|
411
|
+
Bn0qgzm: 0,
|
412
|
+
B4g9neb: 0,
|
413
|
+
zhjwy3: 0,
|
414
|
+
wvpqe5: 0,
|
415
|
+
ibv6hh: 0,
|
416
|
+
u1mtju: 0,
|
417
|
+
h3c5rm: 0,
|
418
|
+
vrafjx: 0,
|
419
|
+
Bekrc4i: 0,
|
420
|
+
i8vvqc: 0,
|
421
|
+
g2u3we: 0,
|
422
|
+
icvyot: 0,
|
423
|
+
B4j52fo: 0,
|
424
|
+
irswps: "f3bhgqh",
|
425
|
+
Beyfa6y: 0,
|
426
|
+
Bbmb7ep: 0,
|
427
|
+
Btl43ni: 0,
|
428
|
+
B7oj6ja: 0,
|
429
|
+
Dimara: "ft85np5",
|
404
430
|
sj55zd: "f11d4kpn",
|
405
431
|
Bahqtrf: "f1mo0ibp",
|
406
432
|
Be2twd7: "fy9rknc",
|
@@ -408,28 +434,22 @@ const useItemButtonStyles = /*#__PURE__*/ (0, _react.__styles)({
|
|
408
434
|
Bg96gwp: "fc76cdq",
|
409
435
|
sshi5w: "f1w5jphr",
|
410
436
|
Bf4jedk: "f12clzc2",
|
411
|
-
|
412
|
-
|
413
|
-
|
414
|
-
|
415
|
-
|
416
|
-
|
417
|
-
|
418
|
-
|
419
|
-
|
420
|
-
|
421
|
-
|
422
|
-
|
423
|
-
|
424
|
-
z189sj:
|
425
|
-
|
426
|
-
|
427
|
-
],
|
428
|
-
Byoj8tv: "f1qch9an",
|
429
|
-
uwmqm3: [
|
430
|
-
"f1cnd47f",
|
431
|
-
"fhxju0i"
|
432
|
-
],
|
437
|
+
jrapky: 0,
|
438
|
+
Frg6f3: 0,
|
439
|
+
t21cq0: 0,
|
440
|
+
B6of3ja: 0,
|
441
|
+
B74szlk: [
|
442
|
+
"f1ytixos",
|
443
|
+
"fqk6p8t"
|
444
|
+
],
|
445
|
+
B68tc82: 0,
|
446
|
+
Bmxbyg5: 0,
|
447
|
+
Bpg54ce: "f1gl81tg",
|
448
|
+
Byoj8tv: 0,
|
449
|
+
uwmqm3: 0,
|
450
|
+
z189sj: 0,
|
451
|
+
z8tnut: 0,
|
452
|
+
B0ocmuz: "f1mk8lai",
|
433
453
|
a9b677: "feqmc2u",
|
434
454
|
Btgfwho: [
|
435
455
|
"f65zstl",
|
@@ -440,15 +460,17 @@ const useItemButtonStyles = /*#__PURE__*/ (0, _react.__styles)({
|
|
440
460
|
Jwef8y: "f18a0fwf",
|
441
461
|
Bi91k9c: "f1u69ym5",
|
442
462
|
eoavqd: "f8491dx",
|
443
|
-
|
444
|
-
ukgb2i:
|
445
|
-
|
463
|
+
pugfm4: 0,
|
464
|
+
ukgb2i: 0,
|
465
|
+
Dwtyhm: 0,
|
466
|
+
Biisq0s: "f15rpok4",
|
446
467
|
Bqrx1nm: "f9ep5xw",
|
447
468
|
ze5xyy: "f1qvjex",
|
448
469
|
iyr2r2: "fd2qbv0",
|
449
|
-
|
450
|
-
Bnosqey:
|
451
|
-
|
470
|
+
Bx7pl5v: 0,
|
471
|
+
Bnosqey: 0,
|
472
|
+
Bv57zgv: 0,
|
473
|
+
Bbxjs3m: "fm3bo9w",
|
452
474
|
iro3zm: "f1wvkgvo",
|
453
475
|
g2kj27: "f1b9qfq3",
|
454
476
|
pc6evw: "f9ddjv3",
|
@@ -457,14 +479,18 @@ const useItemButtonStyles = /*#__PURE__*/ (0, _react.__styles)({
|
|
457
479
|
}, {
|
458
480
|
d: [
|
459
481
|
".f1c21dwh{background-color:var(--colorTransparentBackground);}",
|
460
|
-
|
461
|
-
|
462
|
-
|
463
|
-
|
464
|
-
|
465
|
-
|
466
|
-
|
467
|
-
|
482
|
+
[
|
483
|
+
".f3bhgqh{border:none;}",
|
484
|
+
{
|
485
|
+
p: -2
|
486
|
+
}
|
487
|
+
],
|
488
|
+
[
|
489
|
+
".ft85np5{border-radius:var(--borderRadiusMedium);}",
|
490
|
+
{
|
491
|
+
p: -1
|
492
|
+
}
|
493
|
+
],
|
468
494
|
".f11d4kpn{color:var(--colorNeutralForeground3);}",
|
469
495
|
".f1mo0ibp{font-family:inherit;}",
|
470
496
|
".fy9rknc{font-size:var(--fontSizeBase200);}",
|
@@ -472,18 +498,30 @@ const useItemButtonStyles = /*#__PURE__*/ (0, _react.__styles)({
|
|
472
498
|
".fc76cdq{line-height:40px;}",
|
473
499
|
".f1w5jphr{min-height:40px;}",
|
474
500
|
".f12clzc2{min-width:40px;}",
|
475
|
-
|
476
|
-
|
477
|
-
|
478
|
-
|
479
|
-
|
480
|
-
|
481
|
-
|
482
|
-
|
483
|
-
|
484
|
-
|
485
|
-
|
486
|
-
|
501
|
+
[
|
502
|
+
".f1ytixos{margin:0 12px 0 0;}",
|
503
|
+
{
|
504
|
+
p: -1
|
505
|
+
}
|
506
|
+
],
|
507
|
+
[
|
508
|
+
".fqk6p8t{margin:0 0 0 12px;}",
|
509
|
+
{
|
510
|
+
p: -1
|
511
|
+
}
|
512
|
+
],
|
513
|
+
[
|
514
|
+
".f1gl81tg{overflow:visible;}",
|
515
|
+
{
|
516
|
+
p: -1
|
517
|
+
}
|
518
|
+
],
|
519
|
+
[
|
520
|
+
".f1mk8lai{padding:0;}",
|
521
|
+
{
|
522
|
+
p: -1
|
523
|
+
}
|
524
|
+
],
|
487
525
|
".feqmc2u{width:40px;}",
|
488
526
|
".f65zstl:nth-child(4n + 4){margin-right:0;}",
|
489
527
|
".f1yt3tqw:nth-child(4n + 4){margin-left:0;}",
|
@@ -494,9 +532,12 @@ const useItemButtonStyles = /*#__PURE__*/ (0, _react.__styles)({
|
|
494
532
|
".f18a0fwf:hover{background-color:var(--colorBrandBackgroundInvertedHover);}",
|
495
533
|
".f1u69ym5:hover{color:var(--colorNeutralForeground1Static);}",
|
496
534
|
".f8491dx:hover{cursor:pointer;}",
|
497
|
-
|
498
|
-
|
499
|
-
|
535
|
+
[
|
536
|
+
".f15rpok4:hover{outline:1px solid var(--colorTransparentStroke);}",
|
537
|
+
{
|
538
|
+
p: -1
|
539
|
+
}
|
540
|
+
],
|
500
541
|
".f1wvkgvo:hover:active{background-color:var(--colorBrandBackgroundInvertedPressed);}"
|
501
542
|
],
|
502
543
|
m: [
|
@@ -519,20 +560,9 @@ const useItemButtonStyles = /*#__PURE__*/ (0, _react.__styles)({
|
|
519
560
|
}
|
520
561
|
],
|
521
562
|
[
|
522
|
-
"@media (forced-colors: active){.
|
523
|
-
{
|
524
|
-
m: "(forced-colors: active)"
|
525
|
-
}
|
526
|
-
],
|
527
|
-
[
|
528
|
-
"@media (forced-colors: active){.f7lk14:hover{outline-style:solid;}}",
|
529
|
-
{
|
530
|
-
m: "(forced-colors: active)"
|
531
|
-
}
|
532
|
-
],
|
533
|
-
[
|
534
|
-
"@media (forced-colors: active){.f143n69s:hover{outline-color:Highlight;}}",
|
563
|
+
"@media (forced-colors: active){.fm3bo9w:hover{outline:1px solid Highlight;}}",
|
535
564
|
{
|
565
|
+
p: -1,
|
536
566
|
m: "(forced-colors: active)"
|
537
567
|
}
|
538
568
|
],
|