@nova-design-system/nova-base 3.0.0-beta.35 → 3.0.0-beta.37
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/{lib/cjs → cjs}/generated/nova-tailwind-components.js +128 -17
- package/dist/{lib/cjs/lib → cjs/plugin}/nova-plugin.js +4 -0
- package/dist/{lib/cjs/lib → cjs/plugin}/nova-theme.js +1 -0
- package/dist/css/mccs.css +44 -23
- package/dist/css/nova-utils.css +153 -100
- package/dist/css/ocean.css +68 -47
- package/dist/css/spark.css +70 -49
- package/dist/{lib/generated → generated}/nova-tailwind-components.d.ts +112 -1
- package/dist/{lib/generated → generated}/nova-tailwind-components.js +128 -17
- package/dist/js/mccs_dark.d.ts +15 -9
- package/dist/js/mccs_dark.js +18 -12
- package/dist/js/mccs_light.d.ts +15 -9
- package/dist/js/mccs_light.js +18 -12
- package/dist/js/ocean_dark.d.ts +27 -21
- package/dist/js/ocean_dark.js +30 -24
- package/dist/js/ocean_light.d.ts +27 -21
- package/dist/js/ocean_light.js +30 -24
- package/dist/js/spacings.d.ts +9 -0
- package/dist/js/spacings.js +11 -2
- package/dist/js/spark_dark.d.ts +27 -21
- package/dist/js/spark_dark.js +30 -24
- package/dist/js/spark_light.d.ts +27 -21
- package/dist/js/spark_light.js +32 -26
- package/dist/{lib/lib → plugin}/nova-plugin.d.ts +1 -0
- package/dist/{lib/lib → plugin}/nova-plugin.js +4 -0
- package/dist/{lib/lib → plugin}/nova-theme.d.ts +1 -0
- package/dist/{lib/lib → plugin}/nova-theme.js +1 -0
- package/package.json +12 -7
- /package/dist/{lib/cjs → cjs}/generated/nova-tailwind-tokens.js +0 -0
- /package/dist/{lib/cjs/lib → cjs/plugin}/index.js +0 -0
- /package/dist/{lib/cjs/lib → cjs/plugin}/nova-safelist.js +0 -0
- /package/dist/{lib/generated → generated}/nova-tailwind-tokens.d.ts +0 -0
- /package/dist/{lib/generated → generated}/nova-tailwind-tokens.js +0 -0
- /package/dist/{lib/lib → plugin}/index.d.ts +0 -0
- /package/dist/{lib/lib → plugin}/index.js +0 -0
- /package/dist/{lib/lib → plugin}/nova-safelist.d.ts +0 -0
- /package/dist/{lib/lib → plugin}/nova-safelist.js +0 -0
package/dist/css/nova-utils.css
CHANGED
|
@@ -475,6 +475,10 @@ a:hover {
|
|
|
475
475
|
color: var(--color-interaction-link-high-text-hover);
|
|
476
476
|
}
|
|
477
477
|
|
|
478
|
+
no-underline {
|
|
479
|
+
text-decoration: none;
|
|
480
|
+
}
|
|
481
|
+
|
|
478
482
|
h1 {
|
|
479
483
|
font-size: var(--global-typography-h1-font-size);
|
|
480
484
|
line-height: var(--global-typography-h1-line-height);
|
|
@@ -4636,10 +4640,6 @@ h6 {
|
|
|
4636
4640
|
background-color: var(--color-crimson-900);
|
|
4637
4641
|
}
|
|
4638
4642
|
|
|
4639
|
-
.bg-current {
|
|
4640
|
-
background-color: currentColor;
|
|
4641
|
-
}
|
|
4642
|
-
|
|
4643
4643
|
.bg-gray-00 {
|
|
4644
4644
|
background-color: var(--color-gray-00);
|
|
4645
4645
|
}
|
|
@@ -4760,10 +4760,6 @@ h6 {
|
|
|
4760
4760
|
background-color: var(--color-green-900);
|
|
4761
4761
|
}
|
|
4762
4762
|
|
|
4763
|
-
.bg-inherit {
|
|
4764
|
-
background-color: inherit;
|
|
4765
|
-
}
|
|
4766
|
-
|
|
4767
4763
|
.bg-lime-100 {
|
|
4768
4764
|
background-color: var(--color-lime-100);
|
|
4769
4765
|
}
|
|
@@ -4928,10 +4924,6 @@ h6 {
|
|
|
4928
4924
|
background-color: var(--color-content-medium-text);
|
|
4929
4925
|
}
|
|
4930
4926
|
|
|
4931
|
-
.bg-transparent {
|
|
4932
|
-
background-color: transparent;
|
|
4933
|
-
}
|
|
4934
|
-
|
|
4935
4927
|
.bg-turquoise-100 {
|
|
4936
4928
|
background-color: var(--color-turquoise-100);
|
|
4937
4929
|
}
|
|
@@ -6206,11 +6198,6 @@ h6 {
|
|
|
6206
6198
|
line-height: var(--line-height-9xl);
|
|
6207
6199
|
}
|
|
6208
6200
|
|
|
6209
|
-
.text-base {
|
|
6210
|
-
font-size: 1rem;
|
|
6211
|
-
line-height: 1.5rem;
|
|
6212
|
-
}
|
|
6213
|
-
|
|
6214
6201
|
.text-lg {
|
|
6215
6202
|
font-size: var(--font-size-lg);
|
|
6216
6203
|
line-height: var(--line-height-lg);
|
|
@@ -6360,10 +6347,6 @@ h6 {
|
|
|
6360
6347
|
color: var(--color-crimson-900);
|
|
6361
6348
|
}
|
|
6362
6349
|
|
|
6363
|
-
.text-current {
|
|
6364
|
-
color: currentColor;
|
|
6365
|
-
}
|
|
6366
|
-
|
|
6367
6350
|
.text-gray-00 {
|
|
6368
6351
|
color: var(--color-gray-00);
|
|
6369
6352
|
}
|
|
@@ -6484,10 +6467,6 @@ h6 {
|
|
|
6484
6467
|
color: var(--color-green-900);
|
|
6485
6468
|
}
|
|
6486
6469
|
|
|
6487
|
-
.text-inherit {
|
|
6488
|
-
color: inherit;
|
|
6489
|
-
}
|
|
6490
|
-
|
|
6491
6470
|
.text-lime-100 {
|
|
6492
6471
|
color: var(--color-lime-100);
|
|
6493
6472
|
}
|
|
@@ -6652,10 +6631,6 @@ h6 {
|
|
|
6652
6631
|
color: var(--color-content-medium-text);
|
|
6653
6632
|
}
|
|
6654
6633
|
|
|
6655
|
-
.text-transparent {
|
|
6656
|
-
color: transparent;
|
|
6657
|
-
}
|
|
6658
|
-
|
|
6659
6634
|
.text-turquoise-100 {
|
|
6660
6635
|
color: var(--color-turquoise-100);
|
|
6661
6636
|
}
|
|
@@ -7453,12 +7428,18 @@ h6 {
|
|
|
7453
7428
|
color: var(--components-button-medium-text-hover);
|
|
7454
7429
|
}
|
|
7455
7430
|
|
|
7431
|
+
.nv-button:active {
|
|
7432
|
+
background: var(--components-button-medium-background-active);
|
|
7433
|
+
border: 1px solid var(--components-button-medium-border-active);
|
|
7434
|
+
color: var(--components-button-medium-text-active);
|
|
7435
|
+
}
|
|
7436
|
+
|
|
7456
7437
|
.nv-button:focus, .nv-button:focus-within {
|
|
7457
7438
|
outline: none;
|
|
7458
7439
|
}
|
|
7459
7440
|
|
|
7460
7441
|
.nv-button:focus-visible, .nv-button:has(:focus-visible) {
|
|
7461
|
-
outline: var(--focus-outline-stroke) solid var(--color-focus-brand);
|
|
7442
|
+
outline: calc(var(--focus-outline-stroke) * 1) solid var(--color-focus-brand);
|
|
7462
7443
|
outline-offset: calc(var(--focus-outline-offset) * 1);
|
|
7463
7444
|
}
|
|
7464
7445
|
|
|
@@ -7468,15 +7449,21 @@ h6 {
|
|
|
7468
7449
|
box-shadow: none;
|
|
7469
7450
|
}
|
|
7470
7451
|
|
|
7452
|
+
.nv-button.active {
|
|
7453
|
+
background: var(--components-button-medium-background-active);
|
|
7454
|
+
border: 1px solid var(--components-button-medium-border-active);
|
|
7455
|
+
color: var(--components-button-medium-text-active);
|
|
7456
|
+
}
|
|
7457
|
+
|
|
7471
7458
|
.nv-button.danger {
|
|
7472
7459
|
background: var(--components-button-destructive-high-background);
|
|
7473
|
-
border: 1px solid
|
|
7460
|
+
border: 1px solid transparent;
|
|
7474
7461
|
color: var(--components-button-destructive-high-text);
|
|
7475
7462
|
}
|
|
7476
7463
|
|
|
7477
7464
|
.nv-button.danger:hover {
|
|
7478
7465
|
background: var(--components-button-destructive-high-background-hover);
|
|
7479
|
-
border: 1px solid
|
|
7466
|
+
border: 1px solid transparent;
|
|
7480
7467
|
color: var(--components-button-destructive-high-text-hover);
|
|
7481
7468
|
}
|
|
7482
7469
|
|
|
@@ -7485,7 +7472,7 @@ h6 {
|
|
|
7485
7472
|
}
|
|
7486
7473
|
|
|
7487
7474
|
.nv-button.danger:focus-visible, .nv-button.danger:has(:focus-visible) {
|
|
7488
|
-
outline: var(--focus-outline-stroke) solid var(--color-focus-destructive);
|
|
7475
|
+
outline: calc(var(--focus-outline-stroke) * 1) solid var(--color-focus-destructive);
|
|
7489
7476
|
outline-offset: calc(var(--focus-outline-offset) * 1);
|
|
7490
7477
|
}
|
|
7491
7478
|
|
|
@@ -7557,12 +7544,18 @@ h6 {
|
|
|
7557
7544
|
color: var(--components-button-high-text-hover);
|
|
7558
7545
|
}
|
|
7559
7546
|
|
|
7547
|
+
.nv-button.emphasis-high:active {
|
|
7548
|
+
background: var(--components-button-high-background-active);
|
|
7549
|
+
border: 1px solid var(--components-button-high-border-active);
|
|
7550
|
+
color: var(--components-button-high-text-active);
|
|
7551
|
+
}
|
|
7552
|
+
|
|
7560
7553
|
.nv-button.emphasis-high:focus, .nv-button.emphasis-high:focus-within {
|
|
7561
7554
|
outline: none;
|
|
7562
7555
|
}
|
|
7563
7556
|
|
|
7564
7557
|
.nv-button.emphasis-high:focus-visible, .nv-button.emphasis-high:has(:focus-visible) {
|
|
7565
|
-
outline: var(--focus-outline-stroke) solid var(--color-focus-brand);
|
|
7558
|
+
outline: calc(var(--focus-outline-stroke) * 1) solid var(--color-focus-brand);
|
|
7566
7559
|
outline-offset: calc(var(--focus-outline-offset) * 1);
|
|
7567
7560
|
}
|
|
7568
7561
|
|
|
@@ -7572,15 +7565,21 @@ h6 {
|
|
|
7572
7565
|
box-shadow: none;
|
|
7573
7566
|
}
|
|
7574
7567
|
|
|
7568
|
+
.nv-button.emphasis-high.active {
|
|
7569
|
+
background: var(--components-button-high-background-active);
|
|
7570
|
+
border: 1px solid var(--components-button-high-border-active);
|
|
7571
|
+
color: var(--components-button-high-text-active);
|
|
7572
|
+
}
|
|
7573
|
+
|
|
7575
7574
|
.nv-button.emphasis-high.danger {
|
|
7576
7575
|
background: var(--components-button-destructive-high-background);
|
|
7577
|
-
border: 1px solid
|
|
7576
|
+
border: 1px solid transparent;
|
|
7578
7577
|
color: var(--components-button-destructive-high-text);
|
|
7579
7578
|
}
|
|
7580
7579
|
|
|
7581
7580
|
.nv-button.emphasis-high.danger:hover {
|
|
7582
7581
|
background: var(--components-button-destructive-high-background-hover);
|
|
7583
|
-
border: 1px solid
|
|
7582
|
+
border: 1px solid transparent;
|
|
7584
7583
|
color: var(--components-button-destructive-high-text-hover);
|
|
7585
7584
|
}
|
|
7586
7585
|
|
|
@@ -7589,7 +7588,7 @@ h6 {
|
|
|
7589
7588
|
}
|
|
7590
7589
|
|
|
7591
7590
|
.nv-button.emphasis-high.danger:focus-visible, .nv-button.emphasis-high.danger:has(:focus-visible) {
|
|
7592
|
-
outline: var(--focus-outline-stroke) solid var(--color-focus-destructive);
|
|
7591
|
+
outline: calc(var(--focus-outline-stroke) * 1) solid var(--color-focus-destructive);
|
|
7593
7592
|
outline-offset: calc(var(--focus-outline-offset) * 1);
|
|
7594
7593
|
}
|
|
7595
7594
|
|
|
@@ -7605,12 +7604,18 @@ h6 {
|
|
|
7605
7604
|
color: var(--components-button-medium-text-hover);
|
|
7606
7605
|
}
|
|
7607
7606
|
|
|
7607
|
+
.nv-button.emphasis-medium:active {
|
|
7608
|
+
background: var(--components-button-medium-background-active);
|
|
7609
|
+
border: 1px solid var(--components-button-medium-border-active);
|
|
7610
|
+
color: var(--components-button-medium-text-active);
|
|
7611
|
+
}
|
|
7612
|
+
|
|
7608
7613
|
.nv-button.emphasis-medium:focus, .nv-button.emphasis-medium:focus-within {
|
|
7609
7614
|
outline: none;
|
|
7610
7615
|
}
|
|
7611
7616
|
|
|
7612
7617
|
.nv-button.emphasis-medium:focus-visible, .nv-button.emphasis-medium:has(:focus-visible) {
|
|
7613
|
-
outline: var(--focus-outline-stroke) solid var(--color-focus-brand);
|
|
7618
|
+
outline: calc(var(--focus-outline-stroke) * 1) solid var(--color-focus-brand);
|
|
7614
7619
|
outline-offset: calc(var(--focus-outline-offset) * 1);
|
|
7615
7620
|
}
|
|
7616
7621
|
|
|
@@ -7620,6 +7625,12 @@ h6 {
|
|
|
7620
7625
|
box-shadow: none;
|
|
7621
7626
|
}
|
|
7622
7627
|
|
|
7628
|
+
.nv-button.emphasis-medium.active {
|
|
7629
|
+
background: var(--components-button-medium-background-active);
|
|
7630
|
+
border: 1px solid var(--components-button-medium-border-active);
|
|
7631
|
+
color: var(--components-button-medium-text-active);
|
|
7632
|
+
}
|
|
7633
|
+
|
|
7623
7634
|
.nv-button.emphasis-medium.danger {
|
|
7624
7635
|
background: var(--components-button-destructive-medium-background);
|
|
7625
7636
|
border: 1px solid var(--components-button-destructive-medium-border);
|
|
@@ -7637,7 +7648,7 @@ h6 {
|
|
|
7637
7648
|
}
|
|
7638
7649
|
|
|
7639
7650
|
.nv-button.emphasis-medium.danger:focus-visible, .nv-button.emphasis-medium.danger:has(:focus-visible) {
|
|
7640
|
-
outline: var(--focus-outline-stroke) solid var(--color-focus-destructive);
|
|
7651
|
+
outline: calc(var(--focus-outline-stroke) * 1) solid var(--color-focus-destructive);
|
|
7641
7652
|
outline-offset: calc(var(--focus-outline-offset) * 1);
|
|
7642
7653
|
}
|
|
7643
7654
|
|
|
@@ -7653,12 +7664,18 @@ h6 {
|
|
|
7653
7664
|
color: var(--components-button-low-text-hover);
|
|
7654
7665
|
}
|
|
7655
7666
|
|
|
7667
|
+
.nv-button.emphasis-low:active {
|
|
7668
|
+
background: var(--components-button-low-background-active);
|
|
7669
|
+
border: 1px solid var(--components-button-low-border-active);
|
|
7670
|
+
color: var(--components-button-low-text-active);
|
|
7671
|
+
}
|
|
7672
|
+
|
|
7656
7673
|
.nv-button.emphasis-low:focus, .nv-button.emphasis-low:focus-within {
|
|
7657
7674
|
outline: none;
|
|
7658
7675
|
}
|
|
7659
7676
|
|
|
7660
7677
|
.nv-button.emphasis-low:focus-visible, .nv-button.emphasis-low:has(:focus-visible) {
|
|
7661
|
-
outline: var(--focus-outline-stroke) solid var(--color-focus-brand);
|
|
7678
|
+
outline: calc(var(--focus-outline-stroke) * 1) solid var(--color-focus-brand);
|
|
7662
7679
|
outline-offset: calc(var(--focus-outline-offset) * 1);
|
|
7663
7680
|
}
|
|
7664
7681
|
|
|
@@ -7668,6 +7685,12 @@ h6 {
|
|
|
7668
7685
|
box-shadow: none;
|
|
7669
7686
|
}
|
|
7670
7687
|
|
|
7688
|
+
.nv-button.emphasis-low.active {
|
|
7689
|
+
background: var(--components-button-low-background-active);
|
|
7690
|
+
border: 1px solid var(--components-button-low-border-active);
|
|
7691
|
+
color: var(--components-button-low-text-active);
|
|
7692
|
+
}
|
|
7693
|
+
|
|
7671
7694
|
.nv-button.emphasis-low.danger {
|
|
7672
7695
|
background: var(--components-button-destructive-low-background);
|
|
7673
7696
|
border: 1px solid var(--components-button-destructive-low-border);
|
|
@@ -7685,7 +7708,7 @@ h6 {
|
|
|
7685
7708
|
}
|
|
7686
7709
|
|
|
7687
7710
|
.nv-button.emphasis-low.danger:focus-visible, .nv-button.emphasis-low.danger:has(:focus-visible) {
|
|
7688
|
-
outline: var(--focus-outline-stroke) solid var(--color-focus-destructive);
|
|
7711
|
+
outline: calc(var(--focus-outline-stroke) * 1) solid var(--color-focus-destructive);
|
|
7689
7712
|
outline-offset: calc(var(--focus-outline-offset) * 1);
|
|
7690
7713
|
}
|
|
7691
7714
|
|
|
@@ -7701,12 +7724,18 @@ h6 {
|
|
|
7701
7724
|
color: var(--components-button-lower-text-hover);
|
|
7702
7725
|
}
|
|
7703
7726
|
|
|
7727
|
+
.nv-button.emphasis-lower:active {
|
|
7728
|
+
background: var(--components-button-lower-background-active);
|
|
7729
|
+
border: 1px solid var(--components-button-lower-border-active);
|
|
7730
|
+
color: var(--components-button-lower-text-active);
|
|
7731
|
+
}
|
|
7732
|
+
|
|
7704
7733
|
.nv-button.emphasis-lower:focus, .nv-button.emphasis-lower:focus-within {
|
|
7705
7734
|
outline: none;
|
|
7706
7735
|
}
|
|
7707
7736
|
|
|
7708
7737
|
.nv-button.emphasis-lower:focus-visible, .nv-button.emphasis-lower:has(:focus-visible) {
|
|
7709
|
-
outline: var(--focus-outline-stroke) solid var(--color-focus-brand);
|
|
7738
|
+
outline: calc(var(--focus-outline-stroke) * 1) solid var(--color-focus-brand);
|
|
7710
7739
|
outline-offset: calc(var(--focus-outline-offset) * 1);
|
|
7711
7740
|
}
|
|
7712
7741
|
|
|
@@ -7716,6 +7745,12 @@ h6 {
|
|
|
7716
7745
|
box-shadow: none;
|
|
7717
7746
|
}
|
|
7718
7747
|
|
|
7748
|
+
.nv-button.emphasis-lower.active {
|
|
7749
|
+
background: var(--components-button-lower-background-active);
|
|
7750
|
+
border: 1px solid var(--components-button-lower-border-active);
|
|
7751
|
+
color: var(--components-button-lower-text-active);
|
|
7752
|
+
}
|
|
7753
|
+
|
|
7719
7754
|
.nv-button.emphasis-lower.danger {
|
|
7720
7755
|
background: var(--components-button-destructive-lower-background);
|
|
7721
7756
|
border: 1px solid var(--components-button-destructive-lower-border);
|
|
@@ -7733,7 +7768,7 @@ h6 {
|
|
|
7733
7768
|
}
|
|
7734
7769
|
|
|
7735
7770
|
.nv-button.emphasis-lower.danger:focus-visible, .nv-button.emphasis-lower.danger:has(:focus-visible) {
|
|
7736
|
-
outline: var(--focus-outline-stroke) solid var(--color-focus-destructive);
|
|
7771
|
+
outline: calc(var(--focus-outline-stroke) * 1) solid var(--color-focus-destructive);
|
|
7737
7772
|
outline-offset: calc(var(--focus-outline-offset) * 1);
|
|
7738
7773
|
}
|
|
7739
7774
|
|
|
@@ -7751,13 +7786,85 @@ h6 {
|
|
|
7751
7786
|
color: var(--color-interaction-link-high-text-hover);
|
|
7752
7787
|
}
|
|
7753
7788
|
|
|
7789
|
+
.nv-sidenav .nv-link, .nv-navbar .nv-link, .nv-tabs .nv-link {
|
|
7790
|
+
display: flex;
|
|
7791
|
+
align-items: center;
|
|
7792
|
+
color: var(--color-interaction-container-neutral-text);
|
|
7793
|
+
background-color: var(--color-interaction-container-neutral-background);
|
|
7794
|
+
text-decoration: none;
|
|
7795
|
+
font-weight: 500;
|
|
7796
|
+
padding: var(--spacing-2) var(--spacing-3);
|
|
7797
|
+
-moz-column-gap: var(--spacing-2);
|
|
7798
|
+
column-gap: var(--spacing-2);
|
|
7799
|
+
}
|
|
7800
|
+
|
|
7801
|
+
.nv-tabs {
|
|
7802
|
+
display: flex;
|
|
7803
|
+
flex: 1 1 0%;
|
|
7804
|
+
align-items: center;
|
|
7805
|
+
border-bottom: 1px solid var(--color-content-low-border);
|
|
7806
|
+
-moz-column-gap: var(--spacing-0-5);
|
|
7807
|
+
column-gap: var(--spacing-0-5);
|
|
7808
|
+
}
|
|
7809
|
+
|
|
7754
7810
|
.nv-tabs .nv-link {
|
|
7811
|
+
border-style: solid;
|
|
7755
7812
|
border-color: transparent;
|
|
7813
|
+
border-width: 0 0 2px 0;
|
|
7756
7814
|
}
|
|
7757
7815
|
|
|
7758
|
-
.nv-tabs .nv-link:hover
|
|
7759
|
-
|
|
7760
|
-
border-color:
|
|
7816
|
+
.nv-tabs .nv-link:hover {
|
|
7817
|
+
color: var(--color-interaction-container-branded-low-text-hover);
|
|
7818
|
+
border-color: transparent;
|
|
7819
|
+
background-color: transparent;
|
|
7820
|
+
}
|
|
7821
|
+
|
|
7822
|
+
.nv-tabs .nv-link.active {
|
|
7823
|
+
color: var(--color-interaction-container-branded-low-text-active);
|
|
7824
|
+
border-color: var(--color-interaction-container-branded-low-border-active);
|
|
7825
|
+
background-color: transparent;
|
|
7826
|
+
}
|
|
7827
|
+
|
|
7828
|
+
.nv-navbar .nv-link, .nv-sidenav .nv-link {
|
|
7829
|
+
border: solid 0 transparent;
|
|
7830
|
+
border-radius: var(--radius-rounded-md);
|
|
7831
|
+
}
|
|
7832
|
+
|
|
7833
|
+
.nv-navbar .nv-link:hover, .nv-sidenav .nv-link:hover {
|
|
7834
|
+
color: var(--color-interaction-container-neutral-text-hover);
|
|
7835
|
+
border-color: var(--color-interaction-container-neutral-border-hover);
|
|
7836
|
+
background-color: var(--color-interaction-container-neutral-background-hover);
|
|
7837
|
+
}
|
|
7838
|
+
|
|
7839
|
+
.nv-navbar .nv-link.active, .nv-navbar .nv-link.router-link-active, .nv-sidenav .nv-link.active, .nv-sidenav .nv-link.router-link-active {
|
|
7840
|
+
color: var(--color-interaction-container-neutral-text-active);
|
|
7841
|
+
border-color: var(--color-interaction-container-neutral-text-active);
|
|
7842
|
+
background-color: var(--color-interaction-container-neutral-background-active);
|
|
7843
|
+
}
|
|
7844
|
+
|
|
7845
|
+
.nv-sidenav .collapsible .nv-link {
|
|
7846
|
+
justify-content: space-between;
|
|
7847
|
+
}
|
|
7848
|
+
|
|
7849
|
+
.nv-sidenav .collapsible .nv-link .nv-iconbutton {
|
|
7850
|
+
width: 20px !important;
|
|
7851
|
+
height: 20px !important;
|
|
7852
|
+
}
|
|
7853
|
+
|
|
7854
|
+
.nv-link .nv-badge {
|
|
7855
|
+
border-radius: var(--radius-rounded-full);
|
|
7856
|
+
width: var(--spacing-5);
|
|
7857
|
+
display: flex;
|
|
7858
|
+
align-items: center;
|
|
7859
|
+
justify-content: center;
|
|
7860
|
+
font-size: var(--font-size-xs);
|
|
7861
|
+
color: var(--color-feedback-neutral-high-icon);
|
|
7862
|
+
background-color: var(--color-feedback-neutral-high-background);
|
|
7863
|
+
}
|
|
7864
|
+
|
|
7865
|
+
.nv-link.disabled {
|
|
7866
|
+
opacity: 0.5;
|
|
7867
|
+
cursor: not-allowed;
|
|
7761
7868
|
}
|
|
7762
7869
|
|
|
7763
7870
|
.hover\:bg-interaction-container-branded-high-hover:hover {
|
|
@@ -11794,11 +11901,6 @@ h6 {
|
|
|
11794
11901
|
line-height: var(--line-height-9xl);
|
|
11795
11902
|
}
|
|
11796
11903
|
|
|
11797
|
-
.sm\:text-base {
|
|
11798
|
-
font-size: 1rem;
|
|
11799
|
-
line-height: 1.5rem;
|
|
11800
|
-
}
|
|
11801
|
-
|
|
11802
11904
|
.sm\:text-lg {
|
|
11803
11905
|
font-size: var(--font-size-lg);
|
|
11804
11906
|
line-height: var(--line-height-lg);
|
|
@@ -15794,11 +15896,6 @@ h6 {
|
|
|
15794
15896
|
line-height: var(--line-height-9xl);
|
|
15795
15897
|
}
|
|
15796
15898
|
|
|
15797
|
-
.md\:text-base {
|
|
15798
|
-
font-size: 1rem;
|
|
15799
|
-
line-height: 1.5rem;
|
|
15800
|
-
}
|
|
15801
|
-
|
|
15802
15899
|
.md\:text-lg {
|
|
15803
15900
|
font-size: var(--font-size-lg);
|
|
15804
15901
|
line-height: var(--line-height-lg);
|
|
@@ -19794,11 +19891,6 @@ h6 {
|
|
|
19794
19891
|
line-height: var(--line-height-9xl);
|
|
19795
19892
|
}
|
|
19796
19893
|
|
|
19797
|
-
.lg\:text-base {
|
|
19798
|
-
font-size: 1rem;
|
|
19799
|
-
line-height: 1.5rem;
|
|
19800
|
-
}
|
|
19801
|
-
|
|
19802
19894
|
.lg\:text-lg {
|
|
19803
19895
|
font-size: var(--font-size-lg);
|
|
19804
19896
|
line-height: var(--line-height-lg);
|
|
@@ -23794,11 +23886,6 @@ h6 {
|
|
|
23794
23886
|
line-height: var(--line-height-9xl);
|
|
23795
23887
|
}
|
|
23796
23888
|
|
|
23797
|
-
.xl\:text-base {
|
|
23798
|
-
font-size: 1rem;
|
|
23799
|
-
line-height: 1.5rem;
|
|
23800
|
-
}
|
|
23801
|
-
|
|
23802
23889
|
.xl\:text-lg {
|
|
23803
23890
|
font-size: var(--font-size-lg);
|
|
23804
23891
|
line-height: var(--line-height-lg);
|
|
@@ -27794,11 +27881,6 @@ h6 {
|
|
|
27794
27881
|
line-height: var(--line-height-9xl);
|
|
27795
27882
|
}
|
|
27796
27883
|
|
|
27797
|
-
.\32xl\:text-base {
|
|
27798
|
-
font-size: 1rem;
|
|
27799
|
-
line-height: 1.5rem;
|
|
27800
|
-
}
|
|
27801
|
-
|
|
27802
27884
|
.\32xl\:text-lg {
|
|
27803
27885
|
font-size: var(--font-size-lg);
|
|
27804
27886
|
line-height: var(--line-height-lg);
|
|
@@ -27945,10 +28027,6 @@ h6 {
|
|
|
27945
28027
|
background-color: var(--color-crimson-900);
|
|
27946
28028
|
}
|
|
27947
28029
|
|
|
27948
|
-
.dark\:bg-current {
|
|
27949
|
-
background-color: currentColor;
|
|
27950
|
-
}
|
|
27951
|
-
|
|
27952
28030
|
.dark\:bg-gray-00 {
|
|
27953
28031
|
background-color: var(--color-gray-00);
|
|
27954
28032
|
}
|
|
@@ -28069,10 +28147,6 @@ h6 {
|
|
|
28069
28147
|
background-color: var(--color-green-900);
|
|
28070
28148
|
}
|
|
28071
28149
|
|
|
28072
|
-
.dark\:bg-inherit {
|
|
28073
|
-
background-color: inherit;
|
|
28074
|
-
}
|
|
28075
|
-
|
|
28076
28150
|
.dark\:bg-lime-100 {
|
|
28077
28151
|
background-color: var(--color-lime-100);
|
|
28078
28152
|
}
|
|
@@ -28237,10 +28311,6 @@ h6 {
|
|
|
28237
28311
|
background-color: var(--color-content-medium-text);
|
|
28238
28312
|
}
|
|
28239
28313
|
|
|
28240
|
-
.dark\:bg-transparent {
|
|
28241
|
-
background-color: transparent;
|
|
28242
|
-
}
|
|
28243
|
-
|
|
28244
28314
|
.dark\:bg-turquoise-100 {
|
|
28245
28315
|
background-color: var(--color-turquoise-100);
|
|
28246
28316
|
}
|
|
@@ -28441,11 +28511,6 @@ h6 {
|
|
|
28441
28511
|
line-height: var(--line-height-9xl);
|
|
28442
28512
|
}
|
|
28443
28513
|
|
|
28444
|
-
.dark\:text-base {
|
|
28445
|
-
font-size: 1rem;
|
|
28446
|
-
line-height: 1.5rem;
|
|
28447
|
-
}
|
|
28448
|
-
|
|
28449
28514
|
.dark\:text-lg {
|
|
28450
28515
|
font-size: var(--font-size-lg);
|
|
28451
28516
|
line-height: var(--line-height-lg);
|
|
@@ -28559,10 +28624,6 @@ h6 {
|
|
|
28559
28624
|
color: var(--color-crimson-900);
|
|
28560
28625
|
}
|
|
28561
28626
|
|
|
28562
|
-
.dark\:text-current {
|
|
28563
|
-
color: currentColor;
|
|
28564
|
-
}
|
|
28565
|
-
|
|
28566
28627
|
.dark\:text-gray-00 {
|
|
28567
28628
|
color: var(--color-gray-00);
|
|
28568
28629
|
}
|
|
@@ -28683,10 +28744,6 @@ h6 {
|
|
|
28683
28744
|
color: var(--color-green-900);
|
|
28684
28745
|
}
|
|
28685
28746
|
|
|
28686
|
-
.dark\:text-inherit {
|
|
28687
|
-
color: inherit;
|
|
28688
|
-
}
|
|
28689
|
-
|
|
28690
28747
|
.dark\:text-lime-100 {
|
|
28691
28748
|
color: var(--color-lime-100);
|
|
28692
28749
|
}
|
|
@@ -28851,10 +28908,6 @@ h6 {
|
|
|
28851
28908
|
color: var(--color-content-medium-text);
|
|
28852
28909
|
}
|
|
28853
28910
|
|
|
28854
|
-
.dark\:text-transparent {
|
|
28855
|
-
color: transparent;
|
|
28856
|
-
}
|
|
28857
|
-
|
|
28858
28911
|
.dark\:text-turquoise-100 {
|
|
28859
28912
|
color: var(--color-turquoise-100);
|
|
28860
28913
|
}
|