@umami/react-zen 0.63.0 → 0.64.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 +129 -101
- package/dist/index.d.ts +23 -7
- package/dist/index.js +4800 -4059
- package/dist/index.mjs +5237 -4496
- package/package.json +19 -13
- package/styles.css +129 -101
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@umami/react-zen",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.64.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,14 @@ body a.Button_button__NmQ1Z {
|
|
|
3427
3429
|
}
|
|
3428
3430
|
}
|
|
3429
3431
|
|
|
3432
|
+
/* virtual-css:css:a37d08939f4c2e286eced2d454e614ea */
|
|
3433
|
+
.FloatingTooltip_tooltip__YTcxZ {
|
|
3434
|
+
position: fixed;
|
|
3435
|
+
pointer-events: none;
|
|
3436
|
+
z-index: 9999;
|
|
3437
|
+
transform: translate(-50%, calc(-100% - 6px));
|
|
3438
|
+
}
|
|
3439
|
+
|
|
3430
3440
|
/* virtual-css:css:94870e251b7b77526d8ae103079be601 */
|
|
3431
3441
|
.Heading_heading__MGIyZ {
|
|
3432
3442
|
color: var(--heading-color);
|
|
@@ -3900,53 +3910,62 @@ body a.Button_button__NmQ1Z {
|
|
|
3900
3910
|
}
|
|
3901
3911
|
|
|
3902
3912
|
/* virtual-css:css:34d15f1efb5cfdf86de5abea08f767ce */
|
|
3903
|
-
.
|
|
3904
|
-
font-size: var(--font-size);
|
|
3905
|
-
color: var(--light-color);
|
|
3906
|
-
background: rgba(0, 0, 0, 0.8);
|
|
3913
|
+
.Tooltip_tooltip__ODVhY {
|
|
3907
3914
|
forced-color-adjust: none;
|
|
3908
3915
|
outline: none;
|
|
3916
|
+
}
|
|
3917
|
+
.Tooltip_bubble__OTMzY {
|
|
3918
|
+
color: var(--light-color);
|
|
3919
|
+
background: rgba(0, 0, 0, 0.8);
|
|
3909
3920
|
padding: var(--padding);
|
|
3910
3921
|
border-radius: var(--border-radius);
|
|
3911
|
-
max-width: 150px;
|
|
3912
|
-
transform: translate3d(0, 0, 0);
|
|
3913
3922
|
}
|
|
3914
|
-
.
|
|
3923
|
+
.Tooltip_floating__YWVjM {
|
|
3924
|
+
position: fixed;
|
|
3925
|
+
pointer-events: none;
|
|
3926
|
+
z-index: 9999;
|
|
3927
|
+
transform: translate(-50%, calc(-100% - 5px));
|
|
3928
|
+
}
|
|
3929
|
+
.Tooltip_tooltip__ODVhY[data-placement=top] {
|
|
3915
3930
|
margin-bottom: 8px;
|
|
3916
3931
|
--origin: translateY(4px);
|
|
3917
3932
|
}
|
|
3918
|
-
.
|
|
3933
|
+
.Tooltip_tooltip__ODVhY[data-placement=bottom] {
|
|
3919
3934
|
margin-top: 8px;
|
|
3920
3935
|
--origin: translateY(-4px);
|
|
3921
3936
|
}
|
|
3922
|
-
.
|
|
3937
|
+
.Tooltip_tooltip__ODVhY[data-placement=bottom] .Tooltip_arrow__ZmMyY svg {
|
|
3923
3938
|
transform: rotate(180deg);
|
|
3924
3939
|
}
|
|
3925
|
-
.
|
|
3940
|
+
.Tooltip_tooltip__ODVhY[data-placement=right] {
|
|
3926
3941
|
margin-left: 8px;
|
|
3927
3942
|
--origin: translateX(-4px);
|
|
3928
3943
|
}
|
|
3929
|
-
.
|
|
3944
|
+
.Tooltip_tooltip__ODVhY[data-placement=right] .Tooltip_arrow__ZmMyY svg {
|
|
3930
3945
|
transform: rotate(90deg);
|
|
3931
3946
|
}
|
|
3932
|
-
.
|
|
3947
|
+
.Tooltip_tooltip__ODVhY[data-placement=left] {
|
|
3933
3948
|
margin-right: 8px;
|
|
3934
3949
|
--origin: translateX(4px);
|
|
3935
3950
|
}
|
|
3936
|
-
.
|
|
3951
|
+
.Tooltip_tooltip__ODVhY[data-placement=left] .Tooltip_arrow__ZmMyY svg {
|
|
3937
3952
|
transform: rotate(-90deg);
|
|
3938
3953
|
}
|
|
3939
|
-
.
|
|
3954
|
+
.Tooltip_tooltip__ODVhY .Tooltip_arrow__ZmMyY {
|
|
3955
|
+
width: 8px;
|
|
3956
|
+
height: 8px;
|
|
3957
|
+
}
|
|
3958
|
+
.Tooltip_tooltip__ODVhY .Tooltip_arrow__ZmMyY svg {
|
|
3940
3959
|
display: block;
|
|
3941
3960
|
fill: rgba(0, 0, 0, 0.8);
|
|
3942
3961
|
}
|
|
3943
|
-
.
|
|
3944
|
-
animation:
|
|
3962
|
+
.Tooltip_tooltip__ODVhY[data-entering] {
|
|
3963
|
+
animation: Tooltip_slide__OWE0Z 200ms;
|
|
3945
3964
|
}
|
|
3946
|
-
.
|
|
3947
|
-
animation:
|
|
3965
|
+
.Tooltip_tooltip__ODVhY[data-exiting] {
|
|
3966
|
+
animation: Tooltip_slide__OWE0Z 200ms reverse ease-in;
|
|
3948
3967
|
}
|
|
3949
|
-
@keyframes
|
|
3968
|
+
@keyframes Tooltip_slide__OWE0Z {
|
|
3950
3969
|
from {
|
|
3951
3970
|
transform: var(--origin);
|
|
3952
3971
|
opacity: 0;
|
|
@@ -3958,52 +3977,63 @@ body a.Button_button__NmQ1Z {
|
|
|
3958
3977
|
}
|
|
3959
3978
|
|
|
3960
3979
|
/* virtual-css:css:12d12fae43d9120371ddbb4f1c814f07 */
|
|
3961
|
-
.
|
|
3980
|
+
.SideNav_sidenav__NTNmY {
|
|
3962
3981
|
height: 100%;
|
|
3963
3982
|
font-size: var(--font-size);
|
|
3964
3983
|
background-color: var(--base-color-1);
|
|
3965
3984
|
border-right: 1px solid var(--border-color);
|
|
3966
3985
|
width: 200px;
|
|
3986
|
+
transition: width 0.1s ease-out;
|
|
3987
|
+
overflow: hidden;
|
|
3967
3988
|
}
|
|
3968
|
-
.
|
|
3989
|
+
.SideNav_header__NzhjN {
|
|
3969
3990
|
display: flex;
|
|
3970
3991
|
align-items: center;
|
|
3971
3992
|
gap: var(--gap);
|
|
3972
3993
|
padding: var(--padding);
|
|
3973
3994
|
}
|
|
3974
|
-
.
|
|
3995
|
+
.SideNav_name__ZWUxM {
|
|
3975
3996
|
font-weight: var(--font-weight-bold);
|
|
3976
3997
|
}
|
|
3977
|
-
.
|
|
3998
|
+
.SideNav_section__MmE3N {
|
|
3978
3999
|
padding: var(--spacing-3);
|
|
4000
|
+
overflow: hidden;
|
|
3979
4001
|
}
|
|
3980
|
-
.
|
|
4002
|
+
.SideNav_title__N2Y0O {
|
|
3981
4003
|
font-weight: var(--font-weight-bold);
|
|
3982
4004
|
}
|
|
3983
|
-
.
|
|
4005
|
+
.SideNav_content__MzA2M {
|
|
3984
4006
|
display: grid;
|
|
4007
|
+
min-height: 40px;
|
|
3985
4008
|
gap: var(--gap);
|
|
4009
|
+
overflow: hidden;
|
|
3986
4010
|
}
|
|
3987
|
-
.
|
|
4011
|
+
.SideNav_item__OGU5M {
|
|
3988
4012
|
display: flex;
|
|
3989
4013
|
align-items: center;
|
|
3990
4014
|
justify-content: flex-start;
|
|
3991
4015
|
width: 100%;
|
|
4016
|
+
min-height: 40px;
|
|
3992
4017
|
color: var(--font-color-muted);
|
|
3993
4018
|
gap: var(--gap);
|
|
3994
4019
|
padding: var(--padding);
|
|
3995
4020
|
cursor: pointer;
|
|
4021
|
+
white-space: nowrap;
|
|
4022
|
+
overflow: hidden;
|
|
3996
4023
|
}
|
|
3997
|
-
.
|
|
4024
|
+
.SideNav_item__OGU5M:hover {
|
|
3998
4025
|
color: var(--font-color);
|
|
3999
4026
|
background-color: var(--base-color-2);
|
|
4000
4027
|
}
|
|
4001
|
-
.
|
|
4002
|
-
|
|
4028
|
+
.SideNav_label__NjFiY {
|
|
4029
|
+
transition: opacity 0.3s;
|
|
4003
4030
|
}
|
|
4004
|
-
.
|
|
4005
|
-
|
|
4006
|
-
|
|
4031
|
+
.SideNav_collapsed__NTBlM .SideNav_label__NjFiY {
|
|
4032
|
+
opacity: 0;
|
|
4033
|
+
}
|
|
4034
|
+
.SideNav_collapsed__NTBlM {
|
|
4035
|
+
width: 68px;
|
|
4036
|
+
transition: width 0.2s ease-in-out;
|
|
4007
4037
|
}
|
|
4008
4038
|
|
|
4009
4039
|
/* virtual-css:css:02d4c53a13519acb012573b18f89110d */
|
|
@@ -4098,34 +4128,32 @@ body a.Button_button__NmQ1Z {
|
|
|
4098
4128
|
}
|
|
4099
4129
|
|
|
4100
4130
|
/* virtual-css:css:25b38ea4838450cf917453747a735c4a */
|
|
4101
|
-
.
|
|
4102
|
-
font-size: var(--font-size);
|
|
4103
|
-
color: var(--font-color);
|
|
4131
|
+
.StatusLight_statuslight__MTliM {
|
|
4104
4132
|
display: inline-flex;
|
|
4105
4133
|
align-items: center;
|
|
4106
4134
|
gap: 12px;
|
|
4107
4135
|
}
|
|
4108
|
-
.
|
|
4109
|
-
.
|
|
4136
|
+
.StatusLight_status__MDNmO,
|
|
4137
|
+
.StatusLight_bg__MjVjN {
|
|
4110
4138
|
width: 10px;
|
|
4111
4139
|
height: 10px;
|
|
4112
4140
|
border-radius: 100%;
|
|
4113
4141
|
background: #fff;
|
|
4114
4142
|
position: relative;
|
|
4115
4143
|
}
|
|
4116
|
-
.
|
|
4144
|
+
.StatusLight_status__MDNmO.StatusLight_success__ZWI1N {
|
|
4117
4145
|
background: var(--success-color);
|
|
4118
4146
|
}
|
|
4119
|
-
.
|
|
4147
|
+
.StatusLight_status__MDNmO.StatusLight_warning__YWRmM {
|
|
4120
4148
|
background: var(--warning-color);
|
|
4121
4149
|
}
|
|
4122
|
-
.
|
|
4150
|
+
.StatusLight_status__MDNmO.StatusLight_error__NjdjM {
|
|
4123
4151
|
background: var(--danger-color);
|
|
4124
4152
|
}
|
|
4125
|
-
.
|
|
4153
|
+
.StatusLight_status__MDNmO.StatusLight_active__NGZiY {
|
|
4126
4154
|
background: var(--active-color);
|
|
4127
4155
|
}
|
|
4128
|
-
.
|
|
4156
|
+
.StatusLight_status__MDNmO.StatusLight_inactive__NDI0Z {
|
|
4129
4157
|
background: var(--inactive-color);
|
|
4130
4158
|
}
|
|
4131
4159
|
|