@umami/react-zen 0.63.0 → 0.65.0
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/dist/index.css +162 -140
- package/dist/index.d.ts +30 -10
- package/dist/index.js +5466 -4712
- package/dist/index.mjs +3854 -3100
- package/package.json +19 -13
- package/styles.css +162 -140
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@umami/react-zen",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.65.0",
|
|
4
4
|
"description": "React components built by Umami",
|
|
5
5
|
"author": "Umami <hello@umami.is>",
|
|
6
6
|
"license": "MIT",
|
|
@@ -46,14 +46,15 @@
|
|
|
46
46
|
},
|
|
47
47
|
"dependencies": {
|
|
48
48
|
"@fontsource/jetbrains-mono": "^5.2.5",
|
|
49
|
-
"@react-aria/focus": "^3.
|
|
49
|
+
"@react-aria/focus": "^3.20.1",
|
|
50
50
|
"@react-spring/web": "^9.7.5",
|
|
51
51
|
"classnames": "^2.5.1",
|
|
52
52
|
"glob": "^10.3.10",
|
|
53
|
-
"
|
|
54
|
-
"
|
|
53
|
+
"highlight.js": "^11.11.1",
|
|
54
|
+
"lucide-react": "^0.479.0",
|
|
55
|
+
"next": "^15.2.2",
|
|
55
56
|
"react": "^19.0.0",
|
|
56
|
-
"react-aria-components": "^1.
|
|
57
|
+
"react-aria-components": "^1.7.1",
|
|
57
58
|
"react-dom": "^19.0.0",
|
|
58
59
|
"react-hook-form": "^7.54.2",
|
|
59
60
|
"react-icons": "^5.4.0",
|
|
@@ -72,17 +73,17 @@
|
|
|
72
73
|
"@types/react": "^19.0.9",
|
|
73
74
|
"@types/react-dom": "^19.0.3",
|
|
74
75
|
"@umami/esbuild-plugin-css-modules": "0.4.0",
|
|
75
|
-
"@umami/shiso": "^0.
|
|
76
|
+
"@umami/shiso": "^0.47.0",
|
|
76
77
|
"babel-plugin-inline-react-svg": "^2.0.2",
|
|
77
78
|
"babel-plugin-syntax-hermes-parser": "^0.26.0",
|
|
78
79
|
"dts-bundle": "^0.7.3",
|
|
79
|
-
"esbuild": "^0.25.
|
|
80
|
+
"esbuild": "^0.25.1",
|
|
80
81
|
"esbuild-css-modules-plugin": "^3.1.2",
|
|
81
82
|
"esbuild-plugin-svgr": "^3.1.0",
|
|
82
83
|
"esbuild-postcss": "^0.0.4",
|
|
83
|
-
"eslint": "^
|
|
84
|
-
"eslint-config-next": "
|
|
85
|
-
"eslint-config-prettier": "^
|
|
84
|
+
"eslint": "^9.22.0",
|
|
85
|
+
"eslint-config-next": "15.2.2",
|
|
86
|
+
"eslint-config-prettier": "^10.1.1",
|
|
86
87
|
"eslint-import-resolver-alias": "^1.1.2",
|
|
87
88
|
"eslint-plugin-import": "^2.29.1",
|
|
88
89
|
"eslint-plugin-prettier": "^5.1.3",
|
|
@@ -96,10 +97,15 @@
|
|
|
96
97
|
"rollup-plugin-dts": "^6.1.1",
|
|
97
98
|
"rollup-plugin-esbuild": "^6.1.1",
|
|
98
99
|
"rollup-plugin-postcss": "^4.0.2",
|
|
99
|
-
"stylelint": "^15.
|
|
100
|
+
"stylelint": "^16.15.0",
|
|
100
101
|
"stylelint-config-prettier": "^9.0.5",
|
|
101
|
-
"stylelint-config-recommended": "^
|
|
102
|
+
"stylelint-config-recommended": "^15.0.0",
|
|
102
103
|
"typescript": "^5.7.3"
|
|
103
104
|
},
|
|
104
|
-
"
|
|
105
|
+
"pnpm": {
|
|
106
|
+
"onlyBuiltDependencies": [
|
|
107
|
+
"esbuild",
|
|
108
|
+
"sharp"
|
|
109
|
+
]
|
|
110
|
+
}
|
|
105
111
|
}
|
package/styles.css
CHANGED
|
@@ -309,26 +309,27 @@ li {
|
|
|
309
309
|
}
|
|
310
310
|
|
|
311
311
|
/* virtual-css:css:fd9059b0b8139e56f974f8291736b4c8 */
|
|
312
|
-
.
|
|
312
|
+
.Icon_icon__NzNmN {
|
|
313
313
|
display: inline-block;
|
|
314
|
+
flex-shrink: 0;
|
|
314
315
|
}
|
|
315
|
-
.
|
|
316
|
+
.Icon_xs__MDhiY {
|
|
316
317
|
width: 12px;
|
|
317
318
|
height: 12px;
|
|
318
319
|
}
|
|
319
|
-
.
|
|
320
|
+
.Icon_sm__ZWU0N {
|
|
320
321
|
width: 16px;
|
|
321
322
|
height: 16px;
|
|
322
323
|
}
|
|
323
|
-
.
|
|
324
|
+
.Icon_md__YTY3Y {
|
|
324
325
|
width: 24px;
|
|
325
326
|
height: 24px;
|
|
326
327
|
}
|
|
327
|
-
.
|
|
328
|
+
.Icon_lg__ZGJlZ {
|
|
328
329
|
width: 32px;
|
|
329
330
|
height: 32px;
|
|
330
331
|
}
|
|
331
|
-
.
|
|
332
|
+
.Icon_xl__MDU3Y {
|
|
332
333
|
width: 48px;
|
|
333
334
|
height: 48px;
|
|
334
335
|
}
|
|
@@ -2546,7 +2547,7 @@ li {
|
|
|
2546
2547
|
}
|
|
2547
2548
|
|
|
2548
2549
|
/* virtual-css:css:616ae3b49446388ff62e911490fa55d8 */
|
|
2549
|
-
.
|
|
2550
|
+
.Button_button__ZTY3M {
|
|
2550
2551
|
display: flex;
|
|
2551
2552
|
align-items: center;
|
|
2552
2553
|
justify-content: center;
|
|
@@ -2565,85 +2566,85 @@ li {
|
|
|
2565
2566
|
line-height: 1.5;
|
|
2566
2567
|
--button-height: calc(1.5 * var(--font-size) + 2 * var(--padding-y)) ;
|
|
2567
2568
|
}
|
|
2568
|
-
.
|
|
2569
|
+
.Button_button__ZTY3M:disabled {
|
|
2569
2570
|
color: var(--font-color-muted);
|
|
2570
2571
|
pointer-events: none;
|
|
2571
2572
|
}
|
|
2572
|
-
.
|
|
2573
|
+
.Button_button__ZTY3M:hover {
|
|
2573
2574
|
background: color-mix(in srgb, var(--base-color-3), 5% var(--dark-color));
|
|
2574
2575
|
}
|
|
2575
|
-
.
|
|
2576
|
+
.Button_button__ZTY3M[data-pressed] {
|
|
2576
2577
|
background: color-mix(in srgb, var(--base-color-3), 10% var(--dark-color));
|
|
2577
2578
|
}
|
|
2578
|
-
.
|
|
2579
|
+
.Button_button__ZTY3M.Button_primary__YzkyZ {
|
|
2579
2580
|
color: var(--primary-font-color) !important;
|
|
2580
2581
|
background: var(--primary-color);
|
|
2581
2582
|
}
|
|
2582
|
-
.
|
|
2583
|
+
.Button_button__ZTY3M.Button_primary__YzkyZ:hover {
|
|
2583
2584
|
background: color-mix(in srgb, var(--primary-color), 10% var(--primary-font-color));
|
|
2584
2585
|
}
|
|
2585
|
-
.
|
|
2586
|
+
.Button_button__ZTY3M.Button_primary__YzkyZ[data-pressed] {
|
|
2586
2587
|
background: color-mix(in srgb, var(--primary-color), 20% var(--primary-font-color));
|
|
2587
2588
|
}
|
|
2588
|
-
.
|
|
2589
|
+
.Button_button__ZTY3M.Button_primary__YzkyZ:disabled {
|
|
2589
2590
|
color: var(--primary-font-color);
|
|
2590
2591
|
background: var(--base-color-9);
|
|
2591
2592
|
}
|
|
2592
|
-
.
|
|
2593
|
-
background:
|
|
2593
|
+
.Button_button__ZTY3M.Button_outline__OGU2Z {
|
|
2594
|
+
background: var(--background-color);
|
|
2594
2595
|
border: var(--border);
|
|
2595
2596
|
box-shadow: var(--box-shadow-1);
|
|
2596
2597
|
}
|
|
2597
|
-
.
|
|
2598
|
-
|
|
2598
|
+
.Button_button__ZTY3M.Button_outline__OGU2Z:hover {
|
|
2599
|
+
border-color: var(--border-color-3);
|
|
2599
2600
|
}
|
|
2600
|
-
.
|
|
2601
|
-
background:
|
|
2601
|
+
.Button_button__ZTY3M.Button_outline__OGU2Z[data-pressed] {
|
|
2602
|
+
background: var(--highlight-color);
|
|
2602
2603
|
}
|
|
2603
|
-
.
|
|
2604
|
+
.Button_button__ZTY3M.Button_quiet__ZTliZ {
|
|
2604
2605
|
background: transparent;
|
|
2605
2606
|
}
|
|
2606
|
-
.
|
|
2607
|
+
.Button_button__ZTY3M.Button_quiet__ZTliZ:hover {
|
|
2607
2608
|
background: var(--highlight-color);
|
|
2608
2609
|
}
|
|
2609
|
-
.
|
|
2610
|
+
.Button_button__ZTY3M.Button_quiet__ZTliZ[data-pressed] {
|
|
2610
2611
|
background: color-mix(in srgb, var(--highlight-color), 5% var(--dark-color));
|
|
2611
2612
|
}
|
|
2612
|
-
.
|
|
2613
|
+
.Button_button__ZTY3M.Button_danger__ZDc1M {
|
|
2613
2614
|
color: var(--light-color);
|
|
2614
2615
|
background: var(--danger-color);
|
|
2615
2616
|
}
|
|
2616
|
-
.
|
|
2617
|
+
.Button_button__ZTY3M.Button_danger__ZDc1M:hover {
|
|
2617
2618
|
background: color-mix(in srgb, var(--danger-color), 6% black);
|
|
2618
2619
|
}
|
|
2619
|
-
.
|
|
2620
|
+
.Button_button__ZTY3M.Button_danger__ZDc1M[data-pressed] {
|
|
2620
2621
|
background: color-mix(in srgb, var(--danger-color), 12% black);
|
|
2621
2622
|
}
|
|
2622
|
-
.
|
|
2623
|
+
.Button_button__ZTY3M.Button_danger__ZDc1M:disabled {
|
|
2623
2624
|
color: var(--primary-font-color);
|
|
2624
2625
|
background: var(--base-color-8);
|
|
2625
2626
|
}
|
|
2626
|
-
.
|
|
2627
|
+
.Button_button__ZTY3M.Button_sm__NzRiZ {
|
|
2627
2628
|
font-size: calc(0.9 * var(--font-size));
|
|
2628
2629
|
padding: calc(0.5 * var(--padding-y)) calc(0.75 * var(--padding-x));
|
|
2629
2630
|
min-height: calc(0.9 * var(--button-height));
|
|
2630
2631
|
}
|
|
2631
|
-
.
|
|
2632
|
+
.Button_button__ZTY3M.Button_md__ZTZiM {
|
|
2632
2633
|
font-size: var(--font-size);
|
|
2633
2634
|
padding: var(--padding);
|
|
2634
2635
|
min-height: var(--button-height);
|
|
2635
2636
|
}
|
|
2636
|
-
.
|
|
2637
|
+
.Button_button__ZTY3M.Button_lg__ODE0Z {
|
|
2637
2638
|
font-size: calc(1.25 * var(--font-size));
|
|
2638
2639
|
padding: var(--padding-y) calc(1.25 * var(--padding-x));
|
|
2639
2640
|
min-height: calc(1.25 * var(--button-height));
|
|
2640
2641
|
}
|
|
2641
|
-
.
|
|
2642
|
+
.Button_button__ZTY3M.Button_xl__NzE0M {
|
|
2642
2643
|
font-size: calc(1.5 * var(--font-size));
|
|
2643
2644
|
padding: calc(1.25 * var(--padding-y)) calc(1.25 * var(--padding-x));
|
|
2644
2645
|
min-height: calc(1.5 * var(--button-height));
|
|
2645
2646
|
}
|
|
2646
|
-
body a.
|
|
2647
|
+
body a.Button_button__ZTY3M {
|
|
2647
2648
|
color: inherit;
|
|
2648
2649
|
text-decoration: none;
|
|
2649
2650
|
}
|
|
@@ -2911,15 +2912,17 @@ body a.Button_button__NmQ1Z {
|
|
|
2911
2912
|
}
|
|
2912
2913
|
|
|
2913
2914
|
/* virtual-css:css:642a816d71e0e4e5346089e7fb2bf78b */
|
|
2914
|
-
.
|
|
2915
|
+
.Block_block__MmJiM {
|
|
2915
2916
|
display: flex;
|
|
2916
2917
|
flex-direction: row;
|
|
2917
2918
|
align-items: center;
|
|
2918
2919
|
font-size: var(--font-size);
|
|
2919
2920
|
gap: var(--gap);
|
|
2920
2921
|
padding: var(--padding);
|
|
2922
|
+
border: 1px solid transparent;
|
|
2921
2923
|
border-radius: var(--border-radius);
|
|
2922
2924
|
line-height: 1.5;
|
|
2925
|
+
min-height: calc((1.5 * var(--font-size)) + (2 * var(--padding-y)));
|
|
2923
2926
|
}
|
|
2924
2927
|
|
|
2925
2928
|
/* virtual-css:css:24928f94983bde06afba78ec92a4df4b */
|
|
@@ -3259,19 +3262,19 @@ body a.Button_button__NmQ1Z {
|
|
|
3259
3262
|
}
|
|
3260
3263
|
|
|
3261
3264
|
/* virtual-css:css:ac55918cdbb6b3a9ac9deedf05ce3806 */
|
|
3262
|
-
.
|
|
3265
|
+
.input_field__NGM0Z {
|
|
3263
3266
|
position: relative;
|
|
3264
3267
|
min-width: 240px;
|
|
3265
3268
|
}
|
|
3266
|
-
.
|
|
3267
|
-
.
|
|
3269
|
+
.input_field__NGM0Z,
|
|
3270
|
+
.input_row__NjY4Y {
|
|
3268
3271
|
position: relative;
|
|
3269
3272
|
}
|
|
3270
|
-
.
|
|
3271
|
-
.
|
|
3273
|
+
.input_field__NGM0Z[data-readonly] .input_input__MjUyM,
|
|
3274
|
+
.input_field__NGM0Z[data-disabled] .input_input__MjUyM {
|
|
3272
3275
|
background: var(--base-color-4);
|
|
3273
3276
|
}
|
|
3274
|
-
.
|
|
3277
|
+
.input_input__MjUyM {
|
|
3275
3278
|
font-size: var(--font-size);
|
|
3276
3279
|
color: var(--font-color);
|
|
3277
3280
|
border: var(--border);
|
|
@@ -3282,37 +3285,36 @@ body a.Button_button__NmQ1Z {
|
|
|
3282
3285
|
line-height: 1.5rem;
|
|
3283
3286
|
width: 100%;
|
|
3284
3287
|
}
|
|
3285
|
-
.
|
|
3288
|
+
.input_input__MjUyM:focus {
|
|
3286
3289
|
border-color: transparent;
|
|
3287
3290
|
outline: var(--outline);
|
|
3288
3291
|
}
|
|
3289
|
-
.
|
|
3292
|
+
.input_input__MjUyM::placeholder {
|
|
3290
3293
|
color: var(--font-color-muted);
|
|
3291
3294
|
}
|
|
3292
|
-
.
|
|
3295
|
+
.input_input__MjUyM:disabled {
|
|
3293
3296
|
color: var(--font-color-muted);
|
|
3294
3297
|
}
|
|
3295
|
-
.
|
|
3296
|
-
.
|
|
3298
|
+
.input_input__MjUyM::-webkit-search-cancel-button,
|
|
3299
|
+
.input_input__MjUyM::-webkit-search-decoration {
|
|
3297
3300
|
-webkit-appearance: none;
|
|
3298
3301
|
}
|
|
3299
|
-
.
|
|
3302
|
+
.input_icon__ZjY5O {
|
|
3300
3303
|
color: var(--font-color-muted);
|
|
3301
|
-
background: var(--background-color);
|
|
3302
3304
|
}
|
|
3303
|
-
.
|
|
3305
|
+
.input_icon__ZjY5O:hover {
|
|
3304
3306
|
color: var(--font-color);
|
|
3305
3307
|
cursor: pointer;
|
|
3306
3308
|
}
|
|
3307
3309
|
|
|
3308
3310
|
/* virtual-css:css:f85c857d13f820fa4badfb09996080b9 */
|
|
3309
|
-
.
|
|
3311
|
+
.TextField_allowCopy__Y2RhY {
|
|
3310
3312
|
padding-right: 32px;
|
|
3311
3313
|
}
|
|
3312
|
-
.
|
|
3314
|
+
.TextField_icon__MWVlN {
|
|
3313
3315
|
position: absolute;
|
|
3314
|
-
top: var(--
|
|
3315
|
-
right: var(--
|
|
3316
|
+
top: calc(var(--padding-y) + 4px);
|
|
3317
|
+
right: var(--padding-x);
|
|
3316
3318
|
background: none;
|
|
3317
3319
|
}
|
|
3318
3320
|
|
|
@@ -3393,7 +3395,7 @@ body a.Button_button__NmQ1Z {
|
|
|
3393
3395
|
}
|
|
3394
3396
|
|
|
3395
3397
|
/* virtual-css:css:e66162403f9946d7217dc462fee28120 */
|
|
3396
|
-
.
|
|
3398
|
+
.Dots_dots__YzQxM {
|
|
3397
3399
|
position: relative;
|
|
3398
3400
|
display: inline-flex;
|
|
3399
3401
|
justify-content: center;
|
|
@@ -3401,21 +3403,21 @@ body a.Button_button__NmQ1Z {
|
|
|
3401
3403
|
min-height: 50px;
|
|
3402
3404
|
gap: 8px;
|
|
3403
3405
|
}
|
|
3404
|
-
.
|
|
3405
|
-
width:
|
|
3406
|
-
height:
|
|
3406
|
+
.Dots_dot__ZDdiZ {
|
|
3407
|
+
width: 8px;
|
|
3408
|
+
height: 8px;
|
|
3407
3409
|
border-radius: 100%;
|
|
3408
3410
|
background: color-mix(in srgb, var(--font-color), 50% transparent);
|
|
3409
|
-
animation: Dots_dots-
|
|
3411
|
+
animation: Dots_dots-blink__NDE3Y 1.2s infinite;
|
|
3410
3412
|
animation-fill-mode: both;
|
|
3411
3413
|
}
|
|
3412
|
-
.
|
|
3414
|
+
.Dots_dot__ZDdiZ:nth-child(2) {
|
|
3413
3415
|
animation-delay: 0.2s;
|
|
3414
3416
|
}
|
|
3415
|
-
.
|
|
3417
|
+
.Dots_dot__ZDdiZ:nth-child(3) {
|
|
3416
3418
|
animation-delay: 0.4s;
|
|
3417
3419
|
}
|
|
3418
|
-
@keyframes Dots_dots-
|
|
3420
|
+
@keyframes Dots_dots-blink__NDE3Y {
|
|
3419
3421
|
0% {
|
|
3420
3422
|
opacity: 0.2;
|
|
3421
3423
|
}
|
|
@@ -3427,6 +3429,75 @@ body a.Button_button__NmQ1Z {
|
|
|
3427
3429
|
}
|
|
3428
3430
|
}
|
|
3429
3431
|
|
|
3432
|
+
/* virtual-css:css:34d15f1efb5cfdf86de5abea08f767ce */
|
|
3433
|
+
.Tooltip_tooltip__YmY4Z {
|
|
3434
|
+
forced-color-adjust: none;
|
|
3435
|
+
outline: none;
|
|
3436
|
+
}
|
|
3437
|
+
.Tooltip_bubble__MWE0N {
|
|
3438
|
+
color: var(--light-color);
|
|
3439
|
+
background: rgba(0, 0, 0, 0.8);
|
|
3440
|
+
padding: var(--padding);
|
|
3441
|
+
border-radius: var(--border-radius);
|
|
3442
|
+
}
|
|
3443
|
+
.Tooltip_tooltip__YmY4Z[data-placement=top] {
|
|
3444
|
+
margin-bottom: 8px;
|
|
3445
|
+
--origin: translateY(4px);
|
|
3446
|
+
}
|
|
3447
|
+
.Tooltip_tooltip__YmY4Z[data-placement=bottom] {
|
|
3448
|
+
margin-top: 8px;
|
|
3449
|
+
--origin: translateY(-4px);
|
|
3450
|
+
}
|
|
3451
|
+
.Tooltip_tooltip__YmY4Z[data-placement=bottom] .Tooltip_arrow__OGM1M svg {
|
|
3452
|
+
transform: rotate(180deg);
|
|
3453
|
+
}
|
|
3454
|
+
.Tooltip_tooltip__YmY4Z[data-placement=right] {
|
|
3455
|
+
margin-left: 8px;
|
|
3456
|
+
--origin: translateX(-4px);
|
|
3457
|
+
}
|
|
3458
|
+
.Tooltip_tooltip__YmY4Z[data-placement=right] .Tooltip_arrow__OGM1M svg {
|
|
3459
|
+
transform: rotate(90deg);
|
|
3460
|
+
}
|
|
3461
|
+
.Tooltip_tooltip__YmY4Z[data-placement=left] {
|
|
3462
|
+
margin-right: 8px;
|
|
3463
|
+
--origin: translateX(4px);
|
|
3464
|
+
}
|
|
3465
|
+
.Tooltip_tooltip__YmY4Z[data-placement=left] .Tooltip_arrow__OGM1M svg {
|
|
3466
|
+
transform: rotate(-90deg);
|
|
3467
|
+
}
|
|
3468
|
+
.Tooltip_tooltip__YmY4Z .Tooltip_arrow__OGM1M {
|
|
3469
|
+
width: 8px;
|
|
3470
|
+
height: 8px;
|
|
3471
|
+
}
|
|
3472
|
+
.Tooltip_tooltip__YmY4Z .Tooltip_arrow__OGM1M svg {
|
|
3473
|
+
display: block;
|
|
3474
|
+
fill: rgba(0, 0, 0, 0.8);
|
|
3475
|
+
}
|
|
3476
|
+
.Tooltip_tooltip__YmY4Z[data-entering] {
|
|
3477
|
+
animation: Tooltip_slide__MGVmY 200ms;
|
|
3478
|
+
}
|
|
3479
|
+
.Tooltip_tooltip__YmY4Z[data-exiting] {
|
|
3480
|
+
animation: Tooltip_slide__MGVmY 200ms reverse ease-in;
|
|
3481
|
+
}
|
|
3482
|
+
@keyframes Tooltip_slide__MGVmY {
|
|
3483
|
+
from {
|
|
3484
|
+
transform: var(--origin);
|
|
3485
|
+
opacity: 0;
|
|
3486
|
+
}
|
|
3487
|
+
to {
|
|
3488
|
+
transform: translateY(0);
|
|
3489
|
+
opacity: 1;
|
|
3490
|
+
}
|
|
3491
|
+
}
|
|
3492
|
+
|
|
3493
|
+
/* virtual-css:css:a37d08939f4c2e286eced2d454e614ea */
|
|
3494
|
+
.FloatingTooltip_floating__ZjM4N {
|
|
3495
|
+
position: fixed;
|
|
3496
|
+
pointer-events: none;
|
|
3497
|
+
z-index: 9999;
|
|
3498
|
+
transform: translate(-50%, calc(-100% - 10px));
|
|
3499
|
+
}
|
|
3500
|
+
|
|
3430
3501
|
/* virtual-css:css:94870e251b7b77526d8ae103079be601 */
|
|
3431
3502
|
.Heading_heading__MGIyZ {
|
|
3432
3503
|
color: var(--heading-color);
|
|
@@ -3899,111 +3970,64 @@ body a.Button_button__NmQ1Z {
|
|
|
3899
3970
|
cursor: pointer;
|
|
3900
3971
|
}
|
|
3901
3972
|
|
|
3902
|
-
/* virtual-css:css:34d15f1efb5cfdf86de5abea08f767ce */
|
|
3903
|
-
.Tooltip_tooltip__NDBjM {
|
|
3904
|
-
font-size: var(--font-size);
|
|
3905
|
-
color: var(--light-color);
|
|
3906
|
-
background: rgba(0, 0, 0, 0.8);
|
|
3907
|
-
forced-color-adjust: none;
|
|
3908
|
-
outline: none;
|
|
3909
|
-
padding: var(--padding);
|
|
3910
|
-
border-radius: var(--border-radius);
|
|
3911
|
-
max-width: 150px;
|
|
3912
|
-
transform: translate3d(0, 0, 0);
|
|
3913
|
-
}
|
|
3914
|
-
.Tooltip_tooltip__NDBjM[data-placement=top] {
|
|
3915
|
-
margin-bottom: 8px;
|
|
3916
|
-
--origin: translateY(4px);
|
|
3917
|
-
}
|
|
3918
|
-
.Tooltip_tooltip__NDBjM[data-placement=bottom] {
|
|
3919
|
-
margin-top: 8px;
|
|
3920
|
-
--origin: translateY(-4px);
|
|
3921
|
-
}
|
|
3922
|
-
.Tooltip_tooltip__NDBjM[data-placement=bottom] .Tooltip_arrow__NzM4M svg {
|
|
3923
|
-
transform: rotate(180deg);
|
|
3924
|
-
}
|
|
3925
|
-
.Tooltip_tooltip__NDBjM[data-placement=right] {
|
|
3926
|
-
margin-left: 8px;
|
|
3927
|
-
--origin: translateX(-4px);
|
|
3928
|
-
}
|
|
3929
|
-
.Tooltip_tooltip__NDBjM[data-placement=right] .Tooltip_arrow__NzM4M svg {
|
|
3930
|
-
transform: rotate(90deg);
|
|
3931
|
-
}
|
|
3932
|
-
.Tooltip_tooltip__NDBjM[data-placement=left] {
|
|
3933
|
-
margin-right: 8px;
|
|
3934
|
-
--origin: translateX(4px);
|
|
3935
|
-
}
|
|
3936
|
-
.Tooltip_tooltip__NDBjM[data-placement=left] .Tooltip_arrow__NzM4M svg {
|
|
3937
|
-
transform: rotate(-90deg);
|
|
3938
|
-
}
|
|
3939
|
-
.Tooltip_tooltip__NDBjM .Tooltip_arrow__NzM4M svg {
|
|
3940
|
-
display: block;
|
|
3941
|
-
fill: rgba(0, 0, 0, 0.8);
|
|
3942
|
-
}
|
|
3943
|
-
.Tooltip_tooltip__NDBjM[data-entering] {
|
|
3944
|
-
animation: Tooltip_slide__NzNkY 200ms;
|
|
3945
|
-
}
|
|
3946
|
-
.Tooltip_tooltip__NDBjM[data-exiting] {
|
|
3947
|
-
animation: Tooltip_slide__NzNkY 200ms reverse ease-in;
|
|
3948
|
-
}
|
|
3949
|
-
@keyframes Tooltip_slide__NzNkY {
|
|
3950
|
-
from {
|
|
3951
|
-
transform: var(--origin);
|
|
3952
|
-
opacity: 0;
|
|
3953
|
-
}
|
|
3954
|
-
to {
|
|
3955
|
-
transform: translateY(0);
|
|
3956
|
-
opacity: 1;
|
|
3957
|
-
}
|
|
3958
|
-
}
|
|
3959
|
-
|
|
3960
3973
|
/* virtual-css:css:12d12fae43d9120371ddbb4f1c814f07 */
|
|
3961
|
-
.
|
|
3974
|
+
.SideNav_sidenav__NTNmY {
|
|
3962
3975
|
height: 100%;
|
|
3963
3976
|
font-size: var(--font-size);
|
|
3964
3977
|
background-color: var(--base-color-1);
|
|
3965
3978
|
border-right: 1px solid var(--border-color);
|
|
3966
3979
|
width: 200px;
|
|
3980
|
+
transition: width 0.1s ease-out;
|
|
3981
|
+
overflow: hidden;
|
|
3967
3982
|
}
|
|
3968
|
-
.
|
|
3983
|
+
.SideNav_header__NzhjN {
|
|
3969
3984
|
display: flex;
|
|
3970
3985
|
align-items: center;
|
|
3971
3986
|
gap: var(--gap);
|
|
3972
3987
|
padding: var(--padding);
|
|
3973
3988
|
}
|
|
3974
|
-
.
|
|
3989
|
+
.SideNav_name__ZWUxM {
|
|
3975
3990
|
font-weight: var(--font-weight-bold);
|
|
3976
3991
|
}
|
|
3977
|
-
.
|
|
3992
|
+
.SideNav_section__MmE3N {
|
|
3978
3993
|
padding: var(--spacing-3);
|
|
3994
|
+
overflow: hidden;
|
|
3979
3995
|
}
|
|
3980
|
-
.
|
|
3996
|
+
.SideNav_title__N2Y0O {
|
|
3981
3997
|
font-weight: var(--font-weight-bold);
|
|
3982
3998
|
}
|
|
3983
|
-
.
|
|
3999
|
+
.SideNav_content__MzA2M {
|
|
3984
4000
|
display: grid;
|
|
4001
|
+
min-height: 40px;
|
|
3985
4002
|
gap: var(--gap);
|
|
4003
|
+
overflow: hidden;
|
|
3986
4004
|
}
|
|
3987
|
-
.
|
|
4005
|
+
.SideNav_item__OGU5M {
|
|
3988
4006
|
display: flex;
|
|
3989
4007
|
align-items: center;
|
|
3990
4008
|
justify-content: flex-start;
|
|
3991
4009
|
width: 100%;
|
|
4010
|
+
min-height: 40px;
|
|
3992
4011
|
color: var(--font-color-muted);
|
|
3993
4012
|
gap: var(--gap);
|
|
3994
4013
|
padding: var(--padding);
|
|
3995
4014
|
cursor: pointer;
|
|
4015
|
+
white-space: nowrap;
|
|
4016
|
+
overflow: hidden;
|
|
3996
4017
|
}
|
|
3997
|
-
.
|
|
4018
|
+
.SideNav_item__OGU5M:hover {
|
|
3998
4019
|
color: var(--font-color);
|
|
3999
4020
|
background-color: var(--base-color-2);
|
|
4000
4021
|
}
|
|
4001
|
-
.
|
|
4002
|
-
|
|
4022
|
+
.SideNav_label__NjFiY {
|
|
4023
|
+
transition: opacity 0.3s;
|
|
4003
4024
|
}
|
|
4004
|
-
.
|
|
4005
|
-
|
|
4006
|
-
|
|
4025
|
+
.SideNav_collapsed__NTBlM .SideNav_label__NjFiY {
|
|
4026
|
+
opacity: 0;
|
|
4027
|
+
}
|
|
4028
|
+
.SideNav_collapsed__NTBlM {
|
|
4029
|
+
width: 68px;
|
|
4030
|
+
transition: width 0.2s ease-in-out;
|
|
4007
4031
|
}
|
|
4008
4032
|
|
|
4009
4033
|
/* virtual-css:css:02d4c53a13519acb012573b18f89110d */
|
|
@@ -4098,34 +4122,32 @@ body a.Button_button__NmQ1Z {
|
|
|
4098
4122
|
}
|
|
4099
4123
|
|
|
4100
4124
|
/* virtual-css:css:25b38ea4838450cf917453747a735c4a */
|
|
4101
|
-
.
|
|
4102
|
-
font-size: var(--font-size);
|
|
4103
|
-
color: var(--font-color);
|
|
4125
|
+
.StatusLight_statuslight__MTliM {
|
|
4104
4126
|
display: inline-flex;
|
|
4105
4127
|
align-items: center;
|
|
4106
4128
|
gap: 12px;
|
|
4107
4129
|
}
|
|
4108
|
-
.
|
|
4109
|
-
.
|
|
4130
|
+
.StatusLight_status__MDNmO,
|
|
4131
|
+
.StatusLight_bg__MjVjN {
|
|
4110
4132
|
width: 10px;
|
|
4111
4133
|
height: 10px;
|
|
4112
4134
|
border-radius: 100%;
|
|
4113
4135
|
background: #fff;
|
|
4114
4136
|
position: relative;
|
|
4115
4137
|
}
|
|
4116
|
-
.
|
|
4138
|
+
.StatusLight_status__MDNmO.StatusLight_success__ZWI1N {
|
|
4117
4139
|
background: var(--success-color);
|
|
4118
4140
|
}
|
|
4119
|
-
.
|
|
4141
|
+
.StatusLight_status__MDNmO.StatusLight_warning__YWRmM {
|
|
4120
4142
|
background: var(--warning-color);
|
|
4121
4143
|
}
|
|
4122
|
-
.
|
|
4144
|
+
.StatusLight_status__MDNmO.StatusLight_error__NjdjM {
|
|
4123
4145
|
background: var(--danger-color);
|
|
4124
4146
|
}
|
|
4125
|
-
.
|
|
4147
|
+
.StatusLight_status__MDNmO.StatusLight_active__NGZiY {
|
|
4126
4148
|
background: var(--active-color);
|
|
4127
4149
|
}
|
|
4128
|
-
.
|
|
4150
|
+
.StatusLight_status__MDNmO.StatusLight_inactive__NDI0Z {
|
|
4129
4151
|
background: var(--inactive-color);
|
|
4130
4152
|
}
|
|
4131
4153
|
|