@mirohq/design-system-stitches 3.3.1 → 3.3.3
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/types.d.ts +1618 -98
- package/package.json +3 -3
package/dist/types.d.ts
CHANGED
|
@@ -6186,6 +6186,27 @@ declare const config: {
|
|
|
6186
6186
|
readonly 'blue-850': /*elided*/ any;
|
|
6187
6187
|
readonly 'blue-900': /*elided*/ any;
|
|
6188
6188
|
readonly 'blue-950': /*elided*/ any;
|
|
6189
|
+
readonly 'cloud-100': /*elided*/ any;
|
|
6190
|
+
readonly 'cloud-1000': /*elided*/ any;
|
|
6191
|
+
readonly 'cloud-150': /*elided*/ any;
|
|
6192
|
+
readonly 'cloud-200': /*elided*/ any;
|
|
6193
|
+
readonly 'cloud-250': /*elided*/ any;
|
|
6194
|
+
readonly 'cloud-300': /*elided*/ any;
|
|
6195
|
+
readonly 'cloud-350': /*elided*/ any;
|
|
6196
|
+
readonly 'cloud-400': /*elided*/ any;
|
|
6197
|
+
readonly 'cloud-450': /*elided*/ any;
|
|
6198
|
+
readonly 'cloud-475': /*elided*/ any;
|
|
6199
|
+
readonly 'cloud-50': /*elided*/ any;
|
|
6200
|
+
readonly 'cloud-500': /*elided*/ any;
|
|
6201
|
+
readonly 'cloud-550': /*elided*/ any;
|
|
6202
|
+
readonly 'cloud-600': /*elided*/ any;
|
|
6203
|
+
readonly 'cloud-650': /*elided*/ any;
|
|
6204
|
+
readonly 'cloud-700': /*elided*/ any;
|
|
6205
|
+
readonly 'cloud-750': /*elided*/ any;
|
|
6206
|
+
readonly 'cloud-800': /*elided*/ any;
|
|
6207
|
+
readonly 'cloud-850': /*elided*/ any;
|
|
6208
|
+
readonly 'cloud-900': /*elided*/ any;
|
|
6209
|
+
readonly 'cloud-950': /*elided*/ any;
|
|
6189
6210
|
readonly 'coal-100': /*elided*/ any;
|
|
6190
6211
|
readonly 'coal-150': /*elided*/ any;
|
|
6191
6212
|
readonly 'coal-200': /*elided*/ any;
|
|
@@ -6456,6 +6477,19 @@ declare const config: {
|
|
|
6456
6477
|
"background-alpha-neutrals-overlay": /*elided*/ any;
|
|
6457
6478
|
"background-alpha-neutrals-overlay-subtle": /*elided*/ any;
|
|
6458
6479
|
"background-alpha-subtle": /*elided*/ any;
|
|
6480
|
+
"background-canvas": /*elided*/ any;
|
|
6481
|
+
"background-disabled": /*elided*/ any;
|
|
6482
|
+
"background-elevated": /*elided*/ any;
|
|
6483
|
+
"background-inverted": /*elided*/ any;
|
|
6484
|
+
"background-inverted-secondary": /*elided*/ any;
|
|
6485
|
+
"background-layout": /*elided*/ any;
|
|
6486
|
+
"background-overlay": /*elided*/ any;
|
|
6487
|
+
"background-static-dark": /*elided*/ any;
|
|
6488
|
+
"background-static-dark-subtle": /*elided*/ any;
|
|
6489
|
+
"background-static-light": /*elided*/ any;
|
|
6490
|
+
"background-surface": /*elided*/ any;
|
|
6491
|
+
"background-surface-secondary": /*elided*/ any;
|
|
6492
|
+
"background-transparent": /*elided*/ any;
|
|
6459
6493
|
"background-danger-prominent": /*elided*/ any;
|
|
6460
6494
|
"background-danger-prominent-active": /*elided*/ any;
|
|
6461
6495
|
"background-danger-prominent-hover": /*elided*/ any;
|
|
@@ -6464,6 +6498,15 @@ declare const config: {
|
|
|
6464
6498
|
"background-danger-subtle-active": /*elided*/ any;
|
|
6465
6499
|
"background-danger-subtle-hover": /*elided*/ any;
|
|
6466
6500
|
"background-danger-subtle-pressed": /*elided*/ any;
|
|
6501
|
+
"background-interactive-danger": /*elided*/ any;
|
|
6502
|
+
"background-interactive-danger-hover": /*elided*/ any;
|
|
6503
|
+
"background-interactive-danger-pressed": /*elided*/ any;
|
|
6504
|
+
"background-interactive-primary": /*elided*/ any;
|
|
6505
|
+
"background-interactive-primary-hover": /*elided*/ any;
|
|
6506
|
+
"background-interactive-primary-pressed": /*elided*/ any;
|
|
6507
|
+
"background-interactive-selected": /*elided*/ any;
|
|
6508
|
+
"background-interactive-surface-hover": /*elided*/ any;
|
|
6509
|
+
"background-interactive-surface-secondary-hover": /*elided*/ any;
|
|
6467
6510
|
"background-neutrals": /*elided*/ any;
|
|
6468
6511
|
"background-neutrals-active": /*elided*/ any;
|
|
6469
6512
|
"background-neutrals-container": /*elided*/ any;
|
|
@@ -6488,8 +6531,6 @@ declare const config: {
|
|
|
6488
6531
|
"background-neutrals-subtle-hover": /*elided*/ any;
|
|
6489
6532
|
"background-neutrals-subtle-pressed": /*elided*/ any;
|
|
6490
6533
|
"background-neutrals-transparent": /*elided*/ any;
|
|
6491
|
-
"background-static-dark": /*elided*/ any;
|
|
6492
|
-
"background-static-dark-subtle": /*elided*/ any;
|
|
6493
6534
|
"background-primary-prominent": /*elided*/ any;
|
|
6494
6535
|
"background-primary-prominent-active": /*elided*/ any;
|
|
6495
6536
|
"background-primary-prominent-hover": /*elided*/ any;
|
|
@@ -6500,6 +6541,10 @@ declare const config: {
|
|
|
6500
6541
|
"background-primary-subtle-hover": /*elided*/ any;
|
|
6501
6542
|
"background-primary-subtle-pressed": /*elided*/ any;
|
|
6502
6543
|
"background-primary-subtle-selected": /*elided*/ any;
|
|
6544
|
+
"status-background-error": /*elided*/ any;
|
|
6545
|
+
"status-background-info": /*elided*/ any;
|
|
6546
|
+
"status-background-success": /*elided*/ any;
|
|
6547
|
+
"status-background-warning": /*elided*/ any;
|
|
6503
6548
|
"background-success-prominent": /*elided*/ any;
|
|
6504
6549
|
"background-success-prominent-active": /*elided*/ any;
|
|
6505
6550
|
"background-success-prominent-hover": /*elided*/ any;
|
|
@@ -6507,6 +6552,15 @@ declare const config: {
|
|
|
6507
6552
|
"background-success-subtle": /*elided*/ any;
|
|
6508
6553
|
"background-warning-prominent": /*elided*/ any;
|
|
6509
6554
|
"background-warning-subtle": /*elided*/ any;
|
|
6555
|
+
"border-default": /*elided*/ any;
|
|
6556
|
+
"border-disabled": /*elided*/ any;
|
|
6557
|
+
"border-inverted": /*elided*/ any;
|
|
6558
|
+
"border-inverted-subtle": /*elided*/ any;
|
|
6559
|
+
"border-static-dark": /*elided*/ any;
|
|
6560
|
+
"border-static-dark-subtle": /*elided*/ any;
|
|
6561
|
+
"border-strong": /*elided*/ any;
|
|
6562
|
+
"border-subtle": /*elided*/ any;
|
|
6563
|
+
"border-transparent": /*elided*/ any;
|
|
6510
6564
|
"border-danger": /*elided*/ any;
|
|
6511
6565
|
"border-danger-active": /*elided*/ any;
|
|
6512
6566
|
"border-danger-hover": /*elided*/ any;
|
|
@@ -6522,6 +6576,16 @@ declare const config: {
|
|
|
6522
6576
|
"border-focus-success-middle": /*elided*/ any;
|
|
6523
6577
|
"border-focus-success-outer": /*elided*/ any;
|
|
6524
6578
|
"focus-keyboard": /*elided*/ any;
|
|
6579
|
+
"border-interactive-danger": /*elided*/ any;
|
|
6580
|
+
"border-interactive-danger-hover": /*elided*/ any;
|
|
6581
|
+
"border-interactive-danger-pressed": /*elided*/ any;
|
|
6582
|
+
"border-interactive-primary": /*elided*/ any;
|
|
6583
|
+
"border-interactive-primary-hover": /*elided*/ any;
|
|
6584
|
+
"border-interactive-primary-pressed": /*elided*/ any;
|
|
6585
|
+
"border-interactive-secondary": /*elided*/ any;
|
|
6586
|
+
"border-interactive-secondary-hover": /*elided*/ any;
|
|
6587
|
+
"border-interactive-secondary-pressed": /*elided*/ any;
|
|
6588
|
+
"border-interactive-selected": /*elided*/ any;
|
|
6525
6589
|
"border-neutrals": /*elided*/ any;
|
|
6526
6590
|
"border-neutrals-active": /*elided*/ any;
|
|
6527
6591
|
"border-neutrals-controls": /*elided*/ any;
|
|
@@ -6540,8 +6604,6 @@ declare const config: {
|
|
|
6540
6604
|
"border-neutrals-text-subtle-active": /*elided*/ any;
|
|
6541
6605
|
"border-neutrals-text-subtle-hover": /*elided*/ any;
|
|
6542
6606
|
"border-neutrals-transparent": /*elided*/ any;
|
|
6543
|
-
"border-static-dark": /*elided*/ any;
|
|
6544
|
-
"border-static-dark-subtle": /*elided*/ any;
|
|
6545
6607
|
"border-primary": /*elided*/ any;
|
|
6546
6608
|
"border-primary-active": /*elided*/ any;
|
|
6547
6609
|
"border-primary-hover": /*elided*/ any;
|
|
@@ -6549,6 +6611,10 @@ declare const config: {
|
|
|
6549
6611
|
"border-primary-pressed": /*elided*/ any;
|
|
6550
6612
|
"border-primary-selected": /*elided*/ any;
|
|
6551
6613
|
"border-primary-subtle": /*elided*/ any;
|
|
6614
|
+
"status-border-error": /*elided*/ any;
|
|
6615
|
+
"status-border-info": /*elided*/ any;
|
|
6616
|
+
"status-border-success": /*elided*/ any;
|
|
6617
|
+
"status-border-warning": /*elided*/ any;
|
|
6552
6618
|
"border-success": /*elided*/ any;
|
|
6553
6619
|
"border-success-active": /*elided*/ any;
|
|
6554
6620
|
"border-success-hover": /*elided*/ any;
|
|
@@ -6556,12 +6622,46 @@ declare const config: {
|
|
|
6556
6622
|
"border-success-subtle": /*elided*/ any;
|
|
6557
6623
|
"border-warning": /*elided*/ any;
|
|
6558
6624
|
"border-warning-subtle": /*elided*/ any;
|
|
6625
|
+
"button-background-danger": /*elided*/ any;
|
|
6626
|
+
"button-background-danger-hover": /*elided*/ any;
|
|
6627
|
+
"button-background-danger-pressed": /*elided*/ any;
|
|
6628
|
+
"button-background-ghost": /*elided*/ any;
|
|
6629
|
+
"button-background-ghost-hover": /*elided*/ any;
|
|
6630
|
+
"button-background-ghost-pressed": /*elided*/ any;
|
|
6559
6631
|
"button-background-primary": /*elided*/ any;
|
|
6560
6632
|
"button-background-primary-hover": /*elided*/ any;
|
|
6561
6633
|
"button-background-primary-pressed": /*elided*/ any;
|
|
6562
6634
|
"button-background-secondary": /*elided*/ any;
|
|
6563
6635
|
"button-background-secondary-hover": /*elided*/ any;
|
|
6564
6636
|
"button-background-secondary-pressed": /*elided*/ any;
|
|
6637
|
+
"button-background-tertiary": /*elided*/ any;
|
|
6638
|
+
"button-background-tertiary-hover": /*elided*/ any;
|
|
6639
|
+
"button-background-tertiary-pressed": /*elided*/ any;
|
|
6640
|
+
"button-border-danger": /*elided*/ any;
|
|
6641
|
+
"button-border-danger-hover": /*elided*/ any;
|
|
6642
|
+
"button-border-danger-pressed": /*elided*/ any;
|
|
6643
|
+
"button-border-ghost-hover": /*elided*/ any;
|
|
6644
|
+
"button-border-ghost-pressed": /*elided*/ any;
|
|
6645
|
+
"button-border-primary": /*elided*/ any;
|
|
6646
|
+
"button-border-primary-hover": /*elided*/ any;
|
|
6647
|
+
"button-border-primary-pressed": /*elided*/ any;
|
|
6648
|
+
"button-border-secondary": /*elided*/ any;
|
|
6649
|
+
"button-border-secondary-hover": /*elided*/ any;
|
|
6650
|
+
"button-border-secondary-pressed": /*elided*/ any;
|
|
6651
|
+
"button-border-tertiary": /*elided*/ any;
|
|
6652
|
+
"button-border-tertiary-hover": /*elided*/ any;
|
|
6653
|
+
"button-border-tertiary-pressed": /*elided*/ any;
|
|
6654
|
+
"button-icon-on-danger": /*elided*/ any;
|
|
6655
|
+
"button-icon-on-primary": /*elided*/ any;
|
|
6656
|
+
"button-icon-on-secondary": /*elided*/ any;
|
|
6657
|
+
"button-icon-on-tertiary": /*elided*/ any;
|
|
6658
|
+
"button-text-on-danger": /*elided*/ any;
|
|
6659
|
+
"button-text-on-primary": /*elided*/ any;
|
|
6660
|
+
"button-text-on-secondary": /*elided*/ any;
|
|
6661
|
+
"button-text-on-tertiary": /*elided*/ any;
|
|
6662
|
+
"chip-background": /*elided*/ any;
|
|
6663
|
+
"chip-background-hover": /*elided*/ any;
|
|
6664
|
+
"chip-text": /*elided*/ any;
|
|
6565
6665
|
"format-icon-diagram": /*elided*/ any;
|
|
6566
6666
|
"format-icon-docs": /*elided*/ any;
|
|
6567
6667
|
"format-icon-external": /*elided*/ any;
|
|
@@ -6570,17 +6670,66 @@ declare const config: {
|
|
|
6570
6670
|
"format-icon-slides": /*elided*/ any;
|
|
6571
6671
|
"format-icon-table": /*elided*/ any;
|
|
6572
6672
|
"format-icon-timeline": /*elided*/ any;
|
|
6673
|
+
"input-background-active": /*elided*/ any;
|
|
6674
|
+
"input-background-alt-active": /*elided*/ any;
|
|
6675
|
+
"input-background-alt-default": /*elided*/ any;
|
|
6676
|
+
"input-background-alt-hover": /*elided*/ any;
|
|
6677
|
+
"input-background-default": /*elided*/ any;
|
|
6678
|
+
"input-background-disabled": /*elided*/ any;
|
|
6679
|
+
"input-background-hover": /*elided*/ any;
|
|
6680
|
+
"input-border-active": /*elided*/ any;
|
|
6681
|
+
"input-border-default": /*elided*/ any;
|
|
6682
|
+
"input-border-disabled": /*elided*/ any;
|
|
6683
|
+
"input-border-error": /*elided*/ any;
|
|
6684
|
+
"input-border-hover": /*elided*/ any;
|
|
6685
|
+
"input-border-selection-control": /*elided*/ any;
|
|
6686
|
+
"input-border-success": /*elided*/ any;
|
|
6573
6687
|
"notification-background": /*elided*/ any;
|
|
6574
6688
|
"notification-border": /*elided*/ any;
|
|
6575
6689
|
"notification-border-subtle": /*elided*/ any;
|
|
6576
|
-
"
|
|
6577
|
-
"
|
|
6690
|
+
"popover-background": /*elided*/ any;
|
|
6691
|
+
"popover-border": /*elided*/ any;
|
|
6692
|
+
"scrollbar-background": /*elided*/ any;
|
|
6693
|
+
"scrollbar-background-hover": /*elided*/ any;
|
|
6694
|
+
"slider-background": /*elided*/ any;
|
|
6695
|
+
"slider-notch-background": /*elided*/ any;
|
|
6696
|
+
"switch-background-default": /*elided*/ any;
|
|
6697
|
+
"switch-background-hover": /*elided*/ any;
|
|
6698
|
+
"switch-control-background": /*elided*/ any;
|
|
6578
6699
|
"tooltip-background": /*elided*/ any;
|
|
6700
|
+
"tooltip-background-inset": /*elided*/ any;
|
|
6579
6701
|
"icon-danger": /*elided*/ any;
|
|
6580
6702
|
"icon-danger-active": /*elided*/ any;
|
|
6581
6703
|
"icon-danger-hover": /*elided*/ any;
|
|
6582
6704
|
"icon-danger-inverted": /*elided*/ any;
|
|
6583
6705
|
"icon-danger-pressed": /*elided*/ any;
|
|
6706
|
+
"icon-default": /*elided*/ any;
|
|
6707
|
+
"icon-disabled": /*elided*/ any;
|
|
6708
|
+
"icon-inverted": /*elided*/ any;
|
|
6709
|
+
"icon-inverted-secondary": /*elided*/ any;
|
|
6710
|
+
"icon-muted": /*elided*/ any;
|
|
6711
|
+
"icon-on-disabled": /*elided*/ any;
|
|
6712
|
+
"icon-on-static-dark": /*elided*/ any;
|
|
6713
|
+
"icon-on-static-dark-subtle": /*elided*/ any;
|
|
6714
|
+
"icon-placeholder": /*elided*/ any;
|
|
6715
|
+
"icon-secondary": /*elided*/ any;
|
|
6716
|
+
"icon-interactive-selected": /*elided*/ any;
|
|
6717
|
+
"icon-link": /*elided*/ any;
|
|
6718
|
+
"icon-link-hover": /*elided*/ any;
|
|
6719
|
+
"icon-link-on-inverted": /*elided*/ any;
|
|
6720
|
+
"icon-link-on-inverted-hover": /*elided*/ any;
|
|
6721
|
+
"icon-link-on-inverted-pressed": /*elided*/ any;
|
|
6722
|
+
"icon-link-on-inverted-secondary": /*elided*/ any;
|
|
6723
|
+
"icon-link-on-inverted-secondary-hover": /*elided*/ any;
|
|
6724
|
+
"icon-link-on-inverted-secondary-pressed": /*elided*/ any;
|
|
6725
|
+
"icon-link-pressed": /*elided*/ any;
|
|
6726
|
+
"icon-link-secondary": /*elided*/ any;
|
|
6727
|
+
"icon-link-secondary-hover": /*elided*/ any;
|
|
6728
|
+
"icon-link-secondary-pressed": /*elided*/ any;
|
|
6729
|
+
"icon-on-interactive-danger": /*elided*/ any;
|
|
6730
|
+
"icon-on-interactive-primary": /*elided*/ any;
|
|
6731
|
+
"icon-on-interactive-secondary": /*elided*/ any;
|
|
6732
|
+
"icon-on-interactive-selected": /*elided*/ any;
|
|
6584
6733
|
"icon-neutrals": /*elided*/ any;
|
|
6585
6734
|
"icon-neutrals-disabled": /*elided*/ any;
|
|
6586
6735
|
"icon-neutrals-hover": /*elided*/ any;
|
|
@@ -6597,8 +6746,6 @@ declare const config: {
|
|
|
6597
6746
|
"icon-neutrals-subtle-hover": /*elided*/ any;
|
|
6598
6747
|
"icon-neutrals-subtle-pressed": /*elided*/ any;
|
|
6599
6748
|
"icon-neutrals-text": /*elided*/ any;
|
|
6600
|
-
"icon-on-static-dark": /*elided*/ any;
|
|
6601
|
-
"icon-on-static-dark-subtle": /*elided*/ any;
|
|
6602
6749
|
"icon-primary": /*elided*/ any;
|
|
6603
6750
|
"icon-primary-active": /*elided*/ any;
|
|
6604
6751
|
"icon-primary-hover": /*elided*/ any;
|
|
@@ -6606,6 +6753,13 @@ declare const config: {
|
|
|
6606
6753
|
"icon-primary-inverted-hover": /*elided*/ any;
|
|
6607
6754
|
"icon-primary-pressed": /*elided*/ any;
|
|
6608
6755
|
"icon-primary-selected": /*elided*/ any;
|
|
6756
|
+
"status-icon-error": /*elided*/ any;
|
|
6757
|
+
"status-icon-on-error": /*elided*/ any;
|
|
6758
|
+
"status-icon-on-info": /*elided*/ any;
|
|
6759
|
+
"status-icon-on-success": /*elided*/ any;
|
|
6760
|
+
"status-icon-on-warning": /*elided*/ any;
|
|
6761
|
+
"status-icon-success": /*elided*/ any;
|
|
6762
|
+
"status-icon-warning": /*elided*/ any;
|
|
6609
6763
|
"icon-success": /*elided*/ any;
|
|
6610
6764
|
"icon-success-active": /*elided*/ any;
|
|
6611
6765
|
"icon-success-hover": /*elided*/ any;
|
|
@@ -6619,6 +6773,23 @@ declare const config: {
|
|
|
6619
6773
|
"text-danger-hover": /*elided*/ any;
|
|
6620
6774
|
"text-danger-inverted": /*elided*/ any;
|
|
6621
6775
|
"text-danger-pressed": /*elided*/ any;
|
|
6776
|
+
"text-interactive-selected": /*elided*/ any;
|
|
6777
|
+
"text-link": /*elided*/ any;
|
|
6778
|
+
"text-link-hover": /*elided*/ any;
|
|
6779
|
+
"text-link-on-inverted": /*elided*/ any;
|
|
6780
|
+
"text-link-on-inverted-hover": /*elided*/ any;
|
|
6781
|
+
"text-link-on-inverted-pressed": /*elided*/ any;
|
|
6782
|
+
"text-link-on-inverted-secondary": /*elided*/ any;
|
|
6783
|
+
"text-link-on-inverted-secondary-hover": /*elided*/ any;
|
|
6784
|
+
"text-link-on-inverted-secondary-pressed": /*elided*/ any;
|
|
6785
|
+
"text-link-pressed": /*elided*/ any;
|
|
6786
|
+
"text-link-secondary": /*elided*/ any;
|
|
6787
|
+
"text-link-secondary-hover": /*elided*/ any;
|
|
6788
|
+
"text-link-secondary-pressed": /*elided*/ any;
|
|
6789
|
+
"text-on-interactive-danger": /*elided*/ any;
|
|
6790
|
+
"text-on-interactive-primary": /*elided*/ any;
|
|
6791
|
+
"text-on-interactive-secondary": /*elided*/ any;
|
|
6792
|
+
"text-on-interactive-selected": /*elided*/ any;
|
|
6622
6793
|
"text-neutrals": /*elided*/ any;
|
|
6623
6794
|
"text-neutrals-active": /*elided*/ any;
|
|
6624
6795
|
"text-neutrals-disabled": /*elided*/ any;
|
|
@@ -6634,9 +6805,6 @@ declare const config: {
|
|
|
6634
6805
|
"text-neutrals-subtle-active": /*elided*/ any;
|
|
6635
6806
|
"text-neutrals-subtle-hover": /*elided*/ any;
|
|
6636
6807
|
"text-neutrals-subtle-pressed": /*elided*/ any;
|
|
6637
|
-
"text-on-static-dark": /*elided*/ any;
|
|
6638
|
-
"text-on-static-dark-subtle": /*elided*/ any;
|
|
6639
|
-
"text-on-primary": /*elided*/ any;
|
|
6640
6808
|
"text-primary": /*elided*/ any;
|
|
6641
6809
|
"text-primary-active": /*elided*/ any;
|
|
6642
6810
|
"text-primary-hover": /*elided*/ any;
|
|
@@ -6644,11 +6812,28 @@ declare const config: {
|
|
|
6644
6812
|
"text-primary-inverted-subtle": /*elided*/ any;
|
|
6645
6813
|
"text-primary-pressed": /*elided*/ any;
|
|
6646
6814
|
"text-primary-selected": /*elided*/ any;
|
|
6815
|
+
"status-text-error": /*elided*/ any;
|
|
6816
|
+
"status-text-on-error": /*elided*/ any;
|
|
6817
|
+
"status-text-on-info": /*elided*/ any;
|
|
6818
|
+
"status-text-on-success": /*elided*/ any;
|
|
6819
|
+
"status-text-on-warning": /*elided*/ any;
|
|
6820
|
+
"status-text-success": /*elided*/ any;
|
|
6821
|
+
"status-text-warning": /*elided*/ any;
|
|
6647
6822
|
"text-success": /*elided*/ any;
|
|
6648
6823
|
"text-success-active": /*elided*/ any;
|
|
6649
6824
|
"text-success-hover": /*elided*/ any;
|
|
6650
6825
|
"text-success-inverted": /*elided*/ any;
|
|
6651
6826
|
"text-success-pressed": /*elided*/ any;
|
|
6827
|
+
"text-default": /*elided*/ any;
|
|
6828
|
+
"text-disabled": /*elided*/ any;
|
|
6829
|
+
"text-inverted": /*elided*/ any;
|
|
6830
|
+
"text-inverted-secondary": /*elided*/ any;
|
|
6831
|
+
"text-muted": /*elided*/ any;
|
|
6832
|
+
"text-on-disabled": /*elided*/ any;
|
|
6833
|
+
"text-on-static-dark": /*elided*/ any;
|
|
6834
|
+
"text-on-static-dark-subtle": /*elided*/ any;
|
|
6835
|
+
"text-placeholder": /*elided*/ any;
|
|
6836
|
+
"text-secondary": /*elided*/ any;
|
|
6652
6837
|
"text-warning": /*elided*/ any;
|
|
6653
6838
|
"text-warning-subtle": /*elided*/ any;
|
|
6654
6839
|
"coal-background": /*elided*/ any;
|
|
@@ -6923,7 +7108,12 @@ declare const config: {
|
|
|
6923
7108
|
readonly 50: "4px";
|
|
6924
7109
|
readonly 75: "6px";
|
|
6925
7110
|
readonly 100: "8px";
|
|
7111
|
+
readonly 150: "12px";
|
|
6926
7112
|
readonly 200: "16px";
|
|
7113
|
+
readonly 300: "24px";
|
|
7114
|
+
readonly 400: "32px";
|
|
7115
|
+
readonly 500: "40px";
|
|
7116
|
+
readonly 600: "48px";
|
|
6927
7117
|
readonly round: "999px";
|
|
6928
7118
|
};
|
|
6929
7119
|
shadows: Required<_mirohq_design_system_themes_web.Theme["shadows"]>;
|
|
@@ -7184,6 +7374,27 @@ declare const createTheme: <Argument0 extends string | ({
|
|
|
7184
7374
|
readonly 'blue-850'?: string | number | boolean | undefined;
|
|
7185
7375
|
readonly 'blue-900'?: string | number | boolean | undefined;
|
|
7186
7376
|
readonly 'blue-950'?: string | number | boolean | undefined;
|
|
7377
|
+
readonly 'cloud-100'?: string | number | boolean | undefined;
|
|
7378
|
+
readonly 'cloud-1000'?: string | number | boolean | undefined;
|
|
7379
|
+
readonly 'cloud-150'?: string | number | boolean | undefined;
|
|
7380
|
+
readonly 'cloud-200'?: string | number | boolean | undefined;
|
|
7381
|
+
readonly 'cloud-250'?: string | number | boolean | undefined;
|
|
7382
|
+
readonly 'cloud-300'?: string | number | boolean | undefined;
|
|
7383
|
+
readonly 'cloud-350'?: string | number | boolean | undefined;
|
|
7384
|
+
readonly 'cloud-400'?: string | number | boolean | undefined;
|
|
7385
|
+
readonly 'cloud-450'?: string | number | boolean | undefined;
|
|
7386
|
+
readonly 'cloud-475'?: string | number | boolean | undefined;
|
|
7387
|
+
readonly 'cloud-50'?: string | number | boolean | undefined;
|
|
7388
|
+
readonly 'cloud-500'?: string | number | boolean | undefined;
|
|
7389
|
+
readonly 'cloud-550'?: string | number | boolean | undefined;
|
|
7390
|
+
readonly 'cloud-600'?: string | number | boolean | undefined;
|
|
7391
|
+
readonly 'cloud-650'?: string | number | boolean | undefined;
|
|
7392
|
+
readonly 'cloud-700'?: string | number | boolean | undefined;
|
|
7393
|
+
readonly 'cloud-750'?: string | number | boolean | undefined;
|
|
7394
|
+
readonly 'cloud-800'?: string | number | boolean | undefined;
|
|
7395
|
+
readonly 'cloud-850'?: string | number | boolean | undefined;
|
|
7396
|
+
readonly 'cloud-900'?: string | number | boolean | undefined;
|
|
7397
|
+
readonly 'cloud-950'?: string | number | boolean | undefined;
|
|
7187
7398
|
readonly 'coal-100'?: string | number | boolean | undefined;
|
|
7188
7399
|
readonly 'coal-150'?: string | number | boolean | undefined;
|
|
7189
7400
|
readonly 'coal-200'?: string | number | boolean | undefined;
|
|
@@ -7454,6 +7665,19 @@ declare const createTheme: <Argument0 extends string | ({
|
|
|
7454
7665
|
"background-alpha-neutrals-overlay"?: string | number | boolean | undefined;
|
|
7455
7666
|
"background-alpha-neutrals-overlay-subtle"?: string | number | boolean | undefined;
|
|
7456
7667
|
"background-alpha-subtle"?: string | number | boolean | undefined;
|
|
7668
|
+
"background-canvas"?: string | number | boolean | undefined;
|
|
7669
|
+
"background-disabled"?: string | number | boolean | undefined;
|
|
7670
|
+
"background-elevated"?: string | number | boolean | undefined;
|
|
7671
|
+
"background-inverted"?: string | number | boolean | undefined;
|
|
7672
|
+
"background-inverted-secondary"?: string | number | boolean | undefined;
|
|
7673
|
+
"background-layout"?: string | number | boolean | undefined;
|
|
7674
|
+
"background-overlay"?: string | number | boolean | undefined;
|
|
7675
|
+
"background-static-dark"?: string | number | boolean | undefined;
|
|
7676
|
+
"background-static-dark-subtle"?: string | number | boolean | undefined;
|
|
7677
|
+
"background-static-light"?: string | number | boolean | undefined;
|
|
7678
|
+
"background-surface"?: string | number | boolean | undefined;
|
|
7679
|
+
"background-surface-secondary"?: string | number | boolean | undefined;
|
|
7680
|
+
"background-transparent"?: string | number | boolean | undefined;
|
|
7457
7681
|
"background-danger-prominent"?: string | number | boolean | undefined;
|
|
7458
7682
|
"background-danger-prominent-active"?: string | number | boolean | undefined;
|
|
7459
7683
|
"background-danger-prominent-hover"?: string | number | boolean | undefined;
|
|
@@ -7462,6 +7686,15 @@ declare const createTheme: <Argument0 extends string | ({
|
|
|
7462
7686
|
"background-danger-subtle-active"?: string | number | boolean | undefined;
|
|
7463
7687
|
"background-danger-subtle-hover"?: string | number | boolean | undefined;
|
|
7464
7688
|
"background-danger-subtle-pressed"?: string | number | boolean | undefined;
|
|
7689
|
+
"background-interactive-danger"?: string | number | boolean | undefined;
|
|
7690
|
+
"background-interactive-danger-hover"?: string | number | boolean | undefined;
|
|
7691
|
+
"background-interactive-danger-pressed"?: string | number | boolean | undefined;
|
|
7692
|
+
"background-interactive-primary"?: string | number | boolean | undefined;
|
|
7693
|
+
"background-interactive-primary-hover"?: string | number | boolean | undefined;
|
|
7694
|
+
"background-interactive-primary-pressed"?: string | number | boolean | undefined;
|
|
7695
|
+
"background-interactive-selected"?: string | number | boolean | undefined;
|
|
7696
|
+
"background-interactive-surface-hover"?: string | number | boolean | undefined;
|
|
7697
|
+
"background-interactive-surface-secondary-hover"?: string | number | boolean | undefined;
|
|
7465
7698
|
"background-neutrals"?: string | number | boolean | undefined;
|
|
7466
7699
|
"background-neutrals-active"?: string | number | boolean | undefined;
|
|
7467
7700
|
"background-neutrals-container"?: string | number | boolean | undefined;
|
|
@@ -7486,8 +7719,6 @@ declare const createTheme: <Argument0 extends string | ({
|
|
|
7486
7719
|
"background-neutrals-subtle-hover"?: string | number | boolean | undefined;
|
|
7487
7720
|
"background-neutrals-subtle-pressed"?: string | number | boolean | undefined;
|
|
7488
7721
|
"background-neutrals-transparent"?: string | number | boolean | undefined;
|
|
7489
|
-
"background-static-dark"?: string | number | boolean | undefined;
|
|
7490
|
-
"background-static-dark-subtle"?: string | number | boolean | undefined;
|
|
7491
7722
|
"background-primary-prominent"?: string | number | boolean | undefined;
|
|
7492
7723
|
"background-primary-prominent-active"?: string | number | boolean | undefined;
|
|
7493
7724
|
"background-primary-prominent-hover"?: string | number | boolean | undefined;
|
|
@@ -7498,6 +7729,10 @@ declare const createTheme: <Argument0 extends string | ({
|
|
|
7498
7729
|
"background-primary-subtle-hover"?: string | number | boolean | undefined;
|
|
7499
7730
|
"background-primary-subtle-pressed"?: string | number | boolean | undefined;
|
|
7500
7731
|
"background-primary-subtle-selected"?: string | number | boolean | undefined;
|
|
7732
|
+
"status-background-error"?: string | number | boolean | undefined;
|
|
7733
|
+
"status-background-info"?: string | number | boolean | undefined;
|
|
7734
|
+
"status-background-success"?: string | number | boolean | undefined;
|
|
7735
|
+
"status-background-warning"?: string | number | boolean | undefined;
|
|
7501
7736
|
"background-success-prominent"?: string | number | boolean | undefined;
|
|
7502
7737
|
"background-success-prominent-active"?: string | number | boolean | undefined;
|
|
7503
7738
|
"background-success-prominent-hover"?: string | number | boolean | undefined;
|
|
@@ -7505,6 +7740,15 @@ declare const createTheme: <Argument0 extends string | ({
|
|
|
7505
7740
|
"background-success-subtle"?: string | number | boolean | undefined;
|
|
7506
7741
|
"background-warning-prominent"?: string | number | boolean | undefined;
|
|
7507
7742
|
"background-warning-subtle"?: string | number | boolean | undefined;
|
|
7743
|
+
"border-default"?: string | number | boolean | undefined;
|
|
7744
|
+
"border-disabled"?: string | number | boolean | undefined;
|
|
7745
|
+
"border-inverted"?: string | number | boolean | undefined;
|
|
7746
|
+
"border-inverted-subtle"?: string | number | boolean | undefined;
|
|
7747
|
+
"border-static-dark"?: string | number | boolean | undefined;
|
|
7748
|
+
"border-static-dark-subtle"?: string | number | boolean | undefined;
|
|
7749
|
+
"border-strong"?: string | number | boolean | undefined;
|
|
7750
|
+
"border-subtle"?: string | number | boolean | undefined;
|
|
7751
|
+
"border-transparent"?: string | number | boolean | undefined;
|
|
7508
7752
|
"border-danger"?: string | number | boolean | undefined;
|
|
7509
7753
|
"border-danger-active"?: string | number | boolean | undefined;
|
|
7510
7754
|
"border-danger-hover"?: string | number | boolean | undefined;
|
|
@@ -7520,6 +7764,16 @@ declare const createTheme: <Argument0 extends string | ({
|
|
|
7520
7764
|
"border-focus-success-middle"?: string | number | boolean | undefined;
|
|
7521
7765
|
"border-focus-success-outer"?: string | number | boolean | undefined;
|
|
7522
7766
|
"focus-keyboard"?: string | number | boolean | undefined;
|
|
7767
|
+
"border-interactive-danger"?: string | number | boolean | undefined;
|
|
7768
|
+
"border-interactive-danger-hover"?: string | number | boolean | undefined;
|
|
7769
|
+
"border-interactive-danger-pressed"?: string | number | boolean | undefined;
|
|
7770
|
+
"border-interactive-primary"?: string | number | boolean | undefined;
|
|
7771
|
+
"border-interactive-primary-hover"?: string | number | boolean | undefined;
|
|
7772
|
+
"border-interactive-primary-pressed"?: string | number | boolean | undefined;
|
|
7773
|
+
"border-interactive-secondary"?: string | number | boolean | undefined;
|
|
7774
|
+
"border-interactive-secondary-hover"?: string | number | boolean | undefined;
|
|
7775
|
+
"border-interactive-secondary-pressed"?: string | number | boolean | undefined;
|
|
7776
|
+
"border-interactive-selected"?: string | number | boolean | undefined;
|
|
7523
7777
|
"border-neutrals"?: string | number | boolean | undefined;
|
|
7524
7778
|
"border-neutrals-active"?: string | number | boolean | undefined;
|
|
7525
7779
|
"border-neutrals-controls"?: string | number | boolean | undefined;
|
|
@@ -7538,8 +7792,6 @@ declare const createTheme: <Argument0 extends string | ({
|
|
|
7538
7792
|
"border-neutrals-text-subtle-active"?: string | number | boolean | undefined;
|
|
7539
7793
|
"border-neutrals-text-subtle-hover"?: string | number | boolean | undefined;
|
|
7540
7794
|
"border-neutrals-transparent"?: string | number | boolean | undefined;
|
|
7541
|
-
"border-static-dark"?: string | number | boolean | undefined;
|
|
7542
|
-
"border-static-dark-subtle"?: string | number | boolean | undefined;
|
|
7543
7795
|
"border-primary"?: string | number | boolean | undefined;
|
|
7544
7796
|
"border-primary-active"?: string | number | boolean | undefined;
|
|
7545
7797
|
"border-primary-hover"?: string | number | boolean | undefined;
|
|
@@ -7547,6 +7799,10 @@ declare const createTheme: <Argument0 extends string | ({
|
|
|
7547
7799
|
"border-primary-pressed"?: string | number | boolean | undefined;
|
|
7548
7800
|
"border-primary-selected"?: string | number | boolean | undefined;
|
|
7549
7801
|
"border-primary-subtle"?: string | number | boolean | undefined;
|
|
7802
|
+
"status-border-error"?: string | number | boolean | undefined;
|
|
7803
|
+
"status-border-info"?: string | number | boolean | undefined;
|
|
7804
|
+
"status-border-success"?: string | number | boolean | undefined;
|
|
7805
|
+
"status-border-warning"?: string | number | boolean | undefined;
|
|
7550
7806
|
"border-success"?: string | number | boolean | undefined;
|
|
7551
7807
|
"border-success-active"?: string | number | boolean | undefined;
|
|
7552
7808
|
"border-success-hover"?: string | number | boolean | undefined;
|
|
@@ -7554,12 +7810,46 @@ declare const createTheme: <Argument0 extends string | ({
|
|
|
7554
7810
|
"border-success-subtle"?: string | number | boolean | undefined;
|
|
7555
7811
|
"border-warning"?: string | number | boolean | undefined;
|
|
7556
7812
|
"border-warning-subtle"?: string | number | boolean | undefined;
|
|
7813
|
+
"button-background-danger"?: string | number | boolean | undefined;
|
|
7814
|
+
"button-background-danger-hover"?: string | number | boolean | undefined;
|
|
7815
|
+
"button-background-danger-pressed"?: string | number | boolean | undefined;
|
|
7816
|
+
"button-background-ghost"?: string | number | boolean | undefined;
|
|
7817
|
+
"button-background-ghost-hover"?: string | number | boolean | undefined;
|
|
7818
|
+
"button-background-ghost-pressed"?: string | number | boolean | undefined;
|
|
7557
7819
|
"button-background-primary"?: string | number | boolean | undefined;
|
|
7558
7820
|
"button-background-primary-hover"?: string | number | boolean | undefined;
|
|
7559
7821
|
"button-background-primary-pressed"?: string | number | boolean | undefined;
|
|
7560
7822
|
"button-background-secondary"?: string | number | boolean | undefined;
|
|
7561
7823
|
"button-background-secondary-hover"?: string | number | boolean | undefined;
|
|
7562
7824
|
"button-background-secondary-pressed"?: string | number | boolean | undefined;
|
|
7825
|
+
"button-background-tertiary"?: string | number | boolean | undefined;
|
|
7826
|
+
"button-background-tertiary-hover"?: string | number | boolean | undefined;
|
|
7827
|
+
"button-background-tertiary-pressed"?: string | number | boolean | undefined;
|
|
7828
|
+
"button-border-danger"?: string | number | boolean | undefined;
|
|
7829
|
+
"button-border-danger-hover"?: string | number | boolean | undefined;
|
|
7830
|
+
"button-border-danger-pressed"?: string | number | boolean | undefined;
|
|
7831
|
+
"button-border-ghost-hover"?: string | number | boolean | undefined;
|
|
7832
|
+
"button-border-ghost-pressed"?: string | number | boolean | undefined;
|
|
7833
|
+
"button-border-primary"?: string | number | boolean | undefined;
|
|
7834
|
+
"button-border-primary-hover"?: string | number | boolean | undefined;
|
|
7835
|
+
"button-border-primary-pressed"?: string | number | boolean | undefined;
|
|
7836
|
+
"button-border-secondary"?: string | number | boolean | undefined;
|
|
7837
|
+
"button-border-secondary-hover"?: string | number | boolean | undefined;
|
|
7838
|
+
"button-border-secondary-pressed"?: string | number | boolean | undefined;
|
|
7839
|
+
"button-border-tertiary"?: string | number | boolean | undefined;
|
|
7840
|
+
"button-border-tertiary-hover"?: string | number | boolean | undefined;
|
|
7841
|
+
"button-border-tertiary-pressed"?: string | number | boolean | undefined;
|
|
7842
|
+
"button-icon-on-danger"?: string | number | boolean | undefined;
|
|
7843
|
+
"button-icon-on-primary"?: string | number | boolean | undefined;
|
|
7844
|
+
"button-icon-on-secondary"?: string | number | boolean | undefined;
|
|
7845
|
+
"button-icon-on-tertiary"?: string | number | boolean | undefined;
|
|
7846
|
+
"button-text-on-danger"?: string | number | boolean | undefined;
|
|
7847
|
+
"button-text-on-primary"?: string | number | boolean | undefined;
|
|
7848
|
+
"button-text-on-secondary"?: string | number | boolean | undefined;
|
|
7849
|
+
"button-text-on-tertiary"?: string | number | boolean | undefined;
|
|
7850
|
+
"chip-background"?: string | number | boolean | undefined;
|
|
7851
|
+
"chip-background-hover"?: string | number | boolean | undefined;
|
|
7852
|
+
"chip-text"?: string | number | boolean | undefined;
|
|
7563
7853
|
"format-icon-diagram"?: string | number | boolean | undefined;
|
|
7564
7854
|
"format-icon-docs"?: string | number | boolean | undefined;
|
|
7565
7855
|
"format-icon-external"?: string | number | boolean | undefined;
|
|
@@ -7568,17 +7858,66 @@ declare const createTheme: <Argument0 extends string | ({
|
|
|
7568
7858
|
"format-icon-slides"?: string | number | boolean | undefined;
|
|
7569
7859
|
"format-icon-table"?: string | number | boolean | undefined;
|
|
7570
7860
|
"format-icon-timeline"?: string | number | boolean | undefined;
|
|
7861
|
+
"input-background-active"?: string | number | boolean | undefined;
|
|
7862
|
+
"input-background-alt-active"?: string | number | boolean | undefined;
|
|
7863
|
+
"input-background-alt-default"?: string | number | boolean | undefined;
|
|
7864
|
+
"input-background-alt-hover"?: string | number | boolean | undefined;
|
|
7865
|
+
"input-background-default"?: string | number | boolean | undefined;
|
|
7866
|
+
"input-background-disabled"?: string | number | boolean | undefined;
|
|
7867
|
+
"input-background-hover"?: string | number | boolean | undefined;
|
|
7868
|
+
"input-border-active"?: string | number | boolean | undefined;
|
|
7869
|
+
"input-border-default"?: string | number | boolean | undefined;
|
|
7870
|
+
"input-border-disabled"?: string | number | boolean | undefined;
|
|
7871
|
+
"input-border-error"?: string | number | boolean | undefined;
|
|
7872
|
+
"input-border-hover"?: string | number | boolean | undefined;
|
|
7873
|
+
"input-border-selection-control"?: string | number | boolean | undefined;
|
|
7874
|
+
"input-border-success"?: string | number | boolean | undefined;
|
|
7571
7875
|
"notification-background"?: string | number | boolean | undefined;
|
|
7572
7876
|
"notification-border"?: string | number | boolean | undefined;
|
|
7573
7877
|
"notification-border-subtle"?: string | number | boolean | undefined;
|
|
7574
|
-
"
|
|
7575
|
-
"
|
|
7878
|
+
"popover-background"?: string | number | boolean | undefined;
|
|
7879
|
+
"popover-border"?: string | number | boolean | undefined;
|
|
7880
|
+
"scrollbar-background"?: string | number | boolean | undefined;
|
|
7881
|
+
"scrollbar-background-hover"?: string | number | boolean | undefined;
|
|
7882
|
+
"slider-background"?: string | number | boolean | undefined;
|
|
7883
|
+
"slider-notch-background"?: string | number | boolean | undefined;
|
|
7884
|
+
"switch-background-default"?: string | number | boolean | undefined;
|
|
7885
|
+
"switch-background-hover"?: string | number | boolean | undefined;
|
|
7886
|
+
"switch-control-background"?: string | number | boolean | undefined;
|
|
7576
7887
|
"tooltip-background"?: string | number | boolean | undefined;
|
|
7888
|
+
"tooltip-background-inset"?: string | number | boolean | undefined;
|
|
7577
7889
|
"icon-danger"?: string | number | boolean | undefined;
|
|
7578
7890
|
"icon-danger-active"?: string | number | boolean | undefined;
|
|
7579
7891
|
"icon-danger-hover"?: string | number | boolean | undefined;
|
|
7580
7892
|
"icon-danger-inverted"?: string | number | boolean | undefined;
|
|
7581
7893
|
"icon-danger-pressed"?: string | number | boolean | undefined;
|
|
7894
|
+
"icon-default"?: string | number | boolean | undefined;
|
|
7895
|
+
"icon-disabled"?: string | number | boolean | undefined;
|
|
7896
|
+
"icon-inverted"?: string | number | boolean | undefined;
|
|
7897
|
+
"icon-inverted-secondary"?: string | number | boolean | undefined;
|
|
7898
|
+
"icon-muted"?: string | number | boolean | undefined;
|
|
7899
|
+
"icon-on-disabled"?: string | number | boolean | undefined;
|
|
7900
|
+
"icon-on-static-dark"?: string | number | boolean | undefined;
|
|
7901
|
+
"icon-on-static-dark-subtle"?: string | number | boolean | undefined;
|
|
7902
|
+
"icon-placeholder"?: string | number | boolean | undefined;
|
|
7903
|
+
"icon-secondary"?: string | number | boolean | undefined;
|
|
7904
|
+
"icon-interactive-selected"?: string | number | boolean | undefined;
|
|
7905
|
+
"icon-link"?: string | number | boolean | undefined;
|
|
7906
|
+
"icon-link-hover"?: string | number | boolean | undefined;
|
|
7907
|
+
"icon-link-on-inverted"?: string | number | boolean | undefined;
|
|
7908
|
+
"icon-link-on-inverted-hover"?: string | number | boolean | undefined;
|
|
7909
|
+
"icon-link-on-inverted-pressed"?: string | number | boolean | undefined;
|
|
7910
|
+
"icon-link-on-inverted-secondary"?: string | number | boolean | undefined;
|
|
7911
|
+
"icon-link-on-inverted-secondary-hover"?: string | number | boolean | undefined;
|
|
7912
|
+
"icon-link-on-inverted-secondary-pressed"?: string | number | boolean | undefined;
|
|
7913
|
+
"icon-link-pressed"?: string | number | boolean | undefined;
|
|
7914
|
+
"icon-link-secondary"?: string | number | boolean | undefined;
|
|
7915
|
+
"icon-link-secondary-hover"?: string | number | boolean | undefined;
|
|
7916
|
+
"icon-link-secondary-pressed"?: string | number | boolean | undefined;
|
|
7917
|
+
"icon-on-interactive-danger"?: string | number | boolean | undefined;
|
|
7918
|
+
"icon-on-interactive-primary"?: string | number | boolean | undefined;
|
|
7919
|
+
"icon-on-interactive-secondary"?: string | number | boolean | undefined;
|
|
7920
|
+
"icon-on-interactive-selected"?: string | number | boolean | undefined;
|
|
7582
7921
|
"icon-neutrals"?: string | number | boolean | undefined;
|
|
7583
7922
|
"icon-neutrals-disabled"?: string | number | boolean | undefined;
|
|
7584
7923
|
"icon-neutrals-hover"?: string | number | boolean | undefined;
|
|
@@ -7595,8 +7934,6 @@ declare const createTheme: <Argument0 extends string | ({
|
|
|
7595
7934
|
"icon-neutrals-subtle-hover"?: string | number | boolean | undefined;
|
|
7596
7935
|
"icon-neutrals-subtle-pressed"?: string | number | boolean | undefined;
|
|
7597
7936
|
"icon-neutrals-text"?: string | number | boolean | undefined;
|
|
7598
|
-
"icon-on-static-dark"?: string | number | boolean | undefined;
|
|
7599
|
-
"icon-on-static-dark-subtle"?: string | number | boolean | undefined;
|
|
7600
7937
|
"icon-primary"?: string | number | boolean | undefined;
|
|
7601
7938
|
"icon-primary-active"?: string | number | boolean | undefined;
|
|
7602
7939
|
"icon-primary-hover"?: string | number | boolean | undefined;
|
|
@@ -7604,6 +7941,13 @@ declare const createTheme: <Argument0 extends string | ({
|
|
|
7604
7941
|
"icon-primary-inverted-hover"?: string | number | boolean | undefined;
|
|
7605
7942
|
"icon-primary-pressed"?: string | number | boolean | undefined;
|
|
7606
7943
|
"icon-primary-selected"?: string | number | boolean | undefined;
|
|
7944
|
+
"status-icon-error"?: string | number | boolean | undefined;
|
|
7945
|
+
"status-icon-on-error"?: string | number | boolean | undefined;
|
|
7946
|
+
"status-icon-on-info"?: string | number | boolean | undefined;
|
|
7947
|
+
"status-icon-on-success"?: string | number | boolean | undefined;
|
|
7948
|
+
"status-icon-on-warning"?: string | number | boolean | undefined;
|
|
7949
|
+
"status-icon-success"?: string | number | boolean | undefined;
|
|
7950
|
+
"status-icon-warning"?: string | number | boolean | undefined;
|
|
7607
7951
|
"icon-success"?: string | number | boolean | undefined;
|
|
7608
7952
|
"icon-success-active"?: string | number | boolean | undefined;
|
|
7609
7953
|
"icon-success-hover"?: string | number | boolean | undefined;
|
|
@@ -7617,6 +7961,23 @@ declare const createTheme: <Argument0 extends string | ({
|
|
|
7617
7961
|
"text-danger-hover"?: string | number | boolean | undefined;
|
|
7618
7962
|
"text-danger-inverted"?: string | number | boolean | undefined;
|
|
7619
7963
|
"text-danger-pressed"?: string | number | boolean | undefined;
|
|
7964
|
+
"text-interactive-selected"?: string | number | boolean | undefined;
|
|
7965
|
+
"text-link"?: string | number | boolean | undefined;
|
|
7966
|
+
"text-link-hover"?: string | number | boolean | undefined;
|
|
7967
|
+
"text-link-on-inverted"?: string | number | boolean | undefined;
|
|
7968
|
+
"text-link-on-inverted-hover"?: string | number | boolean | undefined;
|
|
7969
|
+
"text-link-on-inverted-pressed"?: string | number | boolean | undefined;
|
|
7970
|
+
"text-link-on-inverted-secondary"?: string | number | boolean | undefined;
|
|
7971
|
+
"text-link-on-inverted-secondary-hover"?: string | number | boolean | undefined;
|
|
7972
|
+
"text-link-on-inverted-secondary-pressed"?: string | number | boolean | undefined;
|
|
7973
|
+
"text-link-pressed"?: string | number | boolean | undefined;
|
|
7974
|
+
"text-link-secondary"?: string | number | boolean | undefined;
|
|
7975
|
+
"text-link-secondary-hover"?: string | number | boolean | undefined;
|
|
7976
|
+
"text-link-secondary-pressed"?: string | number | boolean | undefined;
|
|
7977
|
+
"text-on-interactive-danger"?: string | number | boolean | undefined;
|
|
7978
|
+
"text-on-interactive-primary"?: string | number | boolean | undefined;
|
|
7979
|
+
"text-on-interactive-secondary"?: string | number | boolean | undefined;
|
|
7980
|
+
"text-on-interactive-selected"?: string | number | boolean | undefined;
|
|
7620
7981
|
"text-neutrals"?: string | number | boolean | undefined;
|
|
7621
7982
|
"text-neutrals-active"?: string | number | boolean | undefined;
|
|
7622
7983
|
"text-neutrals-disabled"?: string | number | boolean | undefined;
|
|
@@ -7632,9 +7993,6 @@ declare const createTheme: <Argument0 extends string | ({
|
|
|
7632
7993
|
"text-neutrals-subtle-active"?: string | number | boolean | undefined;
|
|
7633
7994
|
"text-neutrals-subtle-hover"?: string | number | boolean | undefined;
|
|
7634
7995
|
"text-neutrals-subtle-pressed"?: string | number | boolean | undefined;
|
|
7635
|
-
"text-on-static-dark"?: string | number | boolean | undefined;
|
|
7636
|
-
"text-on-static-dark-subtle"?: string | number | boolean | undefined;
|
|
7637
|
-
"text-on-primary"?: string | number | boolean | undefined;
|
|
7638
7996
|
"text-primary"?: string | number | boolean | undefined;
|
|
7639
7997
|
"text-primary-active"?: string | number | boolean | undefined;
|
|
7640
7998
|
"text-primary-hover"?: string | number | boolean | undefined;
|
|
@@ -7642,11 +8000,28 @@ declare const createTheme: <Argument0 extends string | ({
|
|
|
7642
8000
|
"text-primary-inverted-subtle"?: string | number | boolean | undefined;
|
|
7643
8001
|
"text-primary-pressed"?: string | number | boolean | undefined;
|
|
7644
8002
|
"text-primary-selected"?: string | number | boolean | undefined;
|
|
8003
|
+
"status-text-error"?: string | number | boolean | undefined;
|
|
8004
|
+
"status-text-on-error"?: string | number | boolean | undefined;
|
|
8005
|
+
"status-text-on-info"?: string | number | boolean | undefined;
|
|
8006
|
+
"status-text-on-success"?: string | number | boolean | undefined;
|
|
8007
|
+
"status-text-on-warning"?: string | number | boolean | undefined;
|
|
8008
|
+
"status-text-success"?: string | number | boolean | undefined;
|
|
8009
|
+
"status-text-warning"?: string | number | boolean | undefined;
|
|
7645
8010
|
"text-success"?: string | number | boolean | undefined;
|
|
7646
8011
|
"text-success-active"?: string | number | boolean | undefined;
|
|
7647
8012
|
"text-success-hover"?: string | number | boolean | undefined;
|
|
7648
8013
|
"text-success-inverted"?: string | number | boolean | undefined;
|
|
7649
8014
|
"text-success-pressed"?: string | number | boolean | undefined;
|
|
8015
|
+
"text-default"?: string | number | boolean | undefined;
|
|
8016
|
+
"text-disabled"?: string | number | boolean | undefined;
|
|
8017
|
+
"text-inverted"?: string | number | boolean | undefined;
|
|
8018
|
+
"text-inverted-secondary"?: string | number | boolean | undefined;
|
|
8019
|
+
"text-muted"?: string | number | boolean | undefined;
|
|
8020
|
+
"text-on-disabled"?: string | number | boolean | undefined;
|
|
8021
|
+
"text-on-static-dark"?: string | number | boolean | undefined;
|
|
8022
|
+
"text-on-static-dark-subtle"?: string | number | boolean | undefined;
|
|
8023
|
+
"text-placeholder"?: string | number | boolean | undefined;
|
|
8024
|
+
"text-secondary"?: string | number | boolean | undefined;
|
|
7650
8025
|
"text-warning"?: string | number | boolean | undefined;
|
|
7651
8026
|
"text-warning-subtle"?: string | number | boolean | undefined;
|
|
7652
8027
|
"coal-background"?: string | number | boolean | undefined;
|
|
@@ -7921,7 +8296,12 @@ declare const createTheme: <Argument0 extends string | ({
|
|
|
7921
8296
|
readonly 50?: string | number | boolean | undefined;
|
|
7922
8297
|
readonly 75?: string | number | boolean | undefined;
|
|
7923
8298
|
readonly 100?: string | number | boolean | undefined;
|
|
8299
|
+
readonly 150?: string | number | boolean | undefined;
|
|
7924
8300
|
readonly 200?: string | number | boolean | undefined;
|
|
8301
|
+
readonly 300?: string | number | boolean | undefined;
|
|
8302
|
+
readonly 400?: string | number | boolean | undefined;
|
|
8303
|
+
readonly 500?: string | number | boolean | undefined;
|
|
8304
|
+
readonly 600?: string | number | boolean | undefined;
|
|
7925
8305
|
readonly round?: string | number | boolean | undefined;
|
|
7926
8306
|
} | undefined;
|
|
7927
8307
|
shadows?: Required<_mirohq_design_system_themes_web.Theme["shadows"]>;
|
|
@@ -8027,6 +8407,27 @@ declare const createTheme: <Argument0 extends string | ({
|
|
|
8027
8407
|
readonly 'blue-850'?: string | number | boolean | undefined;
|
|
8028
8408
|
readonly 'blue-900'?: string | number | boolean | undefined;
|
|
8029
8409
|
readonly 'blue-950'?: string | number | boolean | undefined;
|
|
8410
|
+
readonly 'cloud-100'?: string | number | boolean | undefined;
|
|
8411
|
+
readonly 'cloud-1000'?: string | number | boolean | undefined;
|
|
8412
|
+
readonly 'cloud-150'?: string | number | boolean | undefined;
|
|
8413
|
+
readonly 'cloud-200'?: string | number | boolean | undefined;
|
|
8414
|
+
readonly 'cloud-250'?: string | number | boolean | undefined;
|
|
8415
|
+
readonly 'cloud-300'?: string | number | boolean | undefined;
|
|
8416
|
+
readonly 'cloud-350'?: string | number | boolean | undefined;
|
|
8417
|
+
readonly 'cloud-400'?: string | number | boolean | undefined;
|
|
8418
|
+
readonly 'cloud-450'?: string | number | boolean | undefined;
|
|
8419
|
+
readonly 'cloud-475'?: string | number | boolean | undefined;
|
|
8420
|
+
readonly 'cloud-50'?: string | number | boolean | undefined;
|
|
8421
|
+
readonly 'cloud-500'?: string | number | boolean | undefined;
|
|
8422
|
+
readonly 'cloud-550'?: string | number | boolean | undefined;
|
|
8423
|
+
readonly 'cloud-600'?: string | number | boolean | undefined;
|
|
8424
|
+
readonly 'cloud-650'?: string | number | boolean | undefined;
|
|
8425
|
+
readonly 'cloud-700'?: string | number | boolean | undefined;
|
|
8426
|
+
readonly 'cloud-750'?: string | number | boolean | undefined;
|
|
8427
|
+
readonly 'cloud-800'?: string | number | boolean | undefined;
|
|
8428
|
+
readonly 'cloud-850'?: string | number | boolean | undefined;
|
|
8429
|
+
readonly 'cloud-900'?: string | number | boolean | undefined;
|
|
8430
|
+
readonly 'cloud-950'?: string | number | boolean | undefined;
|
|
8030
8431
|
readonly 'coal-100'?: string | number | boolean | undefined;
|
|
8031
8432
|
readonly 'coal-150'?: string | number | boolean | undefined;
|
|
8032
8433
|
readonly 'coal-200'?: string | number | boolean | undefined;
|
|
@@ -8297,6 +8698,19 @@ declare const createTheme: <Argument0 extends string | ({
|
|
|
8297
8698
|
"background-alpha-neutrals-overlay"?: string | number | boolean | undefined;
|
|
8298
8699
|
"background-alpha-neutrals-overlay-subtle"?: string | number | boolean | undefined;
|
|
8299
8700
|
"background-alpha-subtle"?: string | number | boolean | undefined;
|
|
8701
|
+
"background-canvas"?: string | number | boolean | undefined;
|
|
8702
|
+
"background-disabled"?: string | number | boolean | undefined;
|
|
8703
|
+
"background-elevated"?: string | number | boolean | undefined;
|
|
8704
|
+
"background-inverted"?: string | number | boolean | undefined;
|
|
8705
|
+
"background-inverted-secondary"?: string | number | boolean | undefined;
|
|
8706
|
+
"background-layout"?: string | number | boolean | undefined;
|
|
8707
|
+
"background-overlay"?: string | number | boolean | undefined;
|
|
8708
|
+
"background-static-dark"?: string | number | boolean | undefined;
|
|
8709
|
+
"background-static-dark-subtle"?: string | number | boolean | undefined;
|
|
8710
|
+
"background-static-light"?: string | number | boolean | undefined;
|
|
8711
|
+
"background-surface"?: string | number | boolean | undefined;
|
|
8712
|
+
"background-surface-secondary"?: string | number | boolean | undefined;
|
|
8713
|
+
"background-transparent"?: string | number | boolean | undefined;
|
|
8300
8714
|
"background-danger-prominent"?: string | number | boolean | undefined;
|
|
8301
8715
|
"background-danger-prominent-active"?: string | number | boolean | undefined;
|
|
8302
8716
|
"background-danger-prominent-hover"?: string | number | boolean | undefined;
|
|
@@ -8305,6 +8719,15 @@ declare const createTheme: <Argument0 extends string | ({
|
|
|
8305
8719
|
"background-danger-subtle-active"?: string | number | boolean | undefined;
|
|
8306
8720
|
"background-danger-subtle-hover"?: string | number | boolean | undefined;
|
|
8307
8721
|
"background-danger-subtle-pressed"?: string | number | boolean | undefined;
|
|
8722
|
+
"background-interactive-danger"?: string | number | boolean | undefined;
|
|
8723
|
+
"background-interactive-danger-hover"?: string | number | boolean | undefined;
|
|
8724
|
+
"background-interactive-danger-pressed"?: string | number | boolean | undefined;
|
|
8725
|
+
"background-interactive-primary"?: string | number | boolean | undefined;
|
|
8726
|
+
"background-interactive-primary-hover"?: string | number | boolean | undefined;
|
|
8727
|
+
"background-interactive-primary-pressed"?: string | number | boolean | undefined;
|
|
8728
|
+
"background-interactive-selected"?: string | number | boolean | undefined;
|
|
8729
|
+
"background-interactive-surface-hover"?: string | number | boolean | undefined;
|
|
8730
|
+
"background-interactive-surface-secondary-hover"?: string | number | boolean | undefined;
|
|
8308
8731
|
"background-neutrals"?: string | number | boolean | undefined;
|
|
8309
8732
|
"background-neutrals-active"?: string | number | boolean | undefined;
|
|
8310
8733
|
"background-neutrals-container"?: string | number | boolean | undefined;
|
|
@@ -8329,8 +8752,6 @@ declare const createTheme: <Argument0 extends string | ({
|
|
|
8329
8752
|
"background-neutrals-subtle-hover"?: string | number | boolean | undefined;
|
|
8330
8753
|
"background-neutrals-subtle-pressed"?: string | number | boolean | undefined;
|
|
8331
8754
|
"background-neutrals-transparent"?: string | number | boolean | undefined;
|
|
8332
|
-
"background-static-dark"?: string | number | boolean | undefined;
|
|
8333
|
-
"background-static-dark-subtle"?: string | number | boolean | undefined;
|
|
8334
8755
|
"background-primary-prominent"?: string | number | boolean | undefined;
|
|
8335
8756
|
"background-primary-prominent-active"?: string | number | boolean | undefined;
|
|
8336
8757
|
"background-primary-prominent-hover"?: string | number | boolean | undefined;
|
|
@@ -8341,6 +8762,10 @@ declare const createTheme: <Argument0 extends string | ({
|
|
|
8341
8762
|
"background-primary-subtle-hover"?: string | number | boolean | undefined;
|
|
8342
8763
|
"background-primary-subtle-pressed"?: string | number | boolean | undefined;
|
|
8343
8764
|
"background-primary-subtle-selected"?: string | number | boolean | undefined;
|
|
8765
|
+
"status-background-error"?: string | number | boolean | undefined;
|
|
8766
|
+
"status-background-info"?: string | number | boolean | undefined;
|
|
8767
|
+
"status-background-success"?: string | number | boolean | undefined;
|
|
8768
|
+
"status-background-warning"?: string | number | boolean | undefined;
|
|
8344
8769
|
"background-success-prominent"?: string | number | boolean | undefined;
|
|
8345
8770
|
"background-success-prominent-active"?: string | number | boolean | undefined;
|
|
8346
8771
|
"background-success-prominent-hover"?: string | number | boolean | undefined;
|
|
@@ -8348,6 +8773,15 @@ declare const createTheme: <Argument0 extends string | ({
|
|
|
8348
8773
|
"background-success-subtle"?: string | number | boolean | undefined;
|
|
8349
8774
|
"background-warning-prominent"?: string | number | boolean | undefined;
|
|
8350
8775
|
"background-warning-subtle"?: string | number | boolean | undefined;
|
|
8776
|
+
"border-default"?: string | number | boolean | undefined;
|
|
8777
|
+
"border-disabled"?: string | number | boolean | undefined;
|
|
8778
|
+
"border-inverted"?: string | number | boolean | undefined;
|
|
8779
|
+
"border-inverted-subtle"?: string | number | boolean | undefined;
|
|
8780
|
+
"border-static-dark"?: string | number | boolean | undefined;
|
|
8781
|
+
"border-static-dark-subtle"?: string | number | boolean | undefined;
|
|
8782
|
+
"border-strong"?: string | number | boolean | undefined;
|
|
8783
|
+
"border-subtle"?: string | number | boolean | undefined;
|
|
8784
|
+
"border-transparent"?: string | number | boolean | undefined;
|
|
8351
8785
|
"border-danger"?: string | number | boolean | undefined;
|
|
8352
8786
|
"border-danger-active"?: string | number | boolean | undefined;
|
|
8353
8787
|
"border-danger-hover"?: string | number | boolean | undefined;
|
|
@@ -8363,6 +8797,16 @@ declare const createTheme: <Argument0 extends string | ({
|
|
|
8363
8797
|
"border-focus-success-middle"?: string | number | boolean | undefined;
|
|
8364
8798
|
"border-focus-success-outer"?: string | number | boolean | undefined;
|
|
8365
8799
|
"focus-keyboard"?: string | number | boolean | undefined;
|
|
8800
|
+
"border-interactive-danger"?: string | number | boolean | undefined;
|
|
8801
|
+
"border-interactive-danger-hover"?: string | number | boolean | undefined;
|
|
8802
|
+
"border-interactive-danger-pressed"?: string | number | boolean | undefined;
|
|
8803
|
+
"border-interactive-primary"?: string | number | boolean | undefined;
|
|
8804
|
+
"border-interactive-primary-hover"?: string | number | boolean | undefined;
|
|
8805
|
+
"border-interactive-primary-pressed"?: string | number | boolean | undefined;
|
|
8806
|
+
"border-interactive-secondary"?: string | number | boolean | undefined;
|
|
8807
|
+
"border-interactive-secondary-hover"?: string | number | boolean | undefined;
|
|
8808
|
+
"border-interactive-secondary-pressed"?: string | number | boolean | undefined;
|
|
8809
|
+
"border-interactive-selected"?: string | number | boolean | undefined;
|
|
8366
8810
|
"border-neutrals"?: string | number | boolean | undefined;
|
|
8367
8811
|
"border-neutrals-active"?: string | number | boolean | undefined;
|
|
8368
8812
|
"border-neutrals-controls"?: string | number | boolean | undefined;
|
|
@@ -8381,8 +8825,6 @@ declare const createTheme: <Argument0 extends string | ({
|
|
|
8381
8825
|
"border-neutrals-text-subtle-active"?: string | number | boolean | undefined;
|
|
8382
8826
|
"border-neutrals-text-subtle-hover"?: string | number | boolean | undefined;
|
|
8383
8827
|
"border-neutrals-transparent"?: string | number | boolean | undefined;
|
|
8384
|
-
"border-static-dark"?: string | number | boolean | undefined;
|
|
8385
|
-
"border-static-dark-subtle"?: string | number | boolean | undefined;
|
|
8386
8828
|
"border-primary"?: string | number | boolean | undefined;
|
|
8387
8829
|
"border-primary-active"?: string | number | boolean | undefined;
|
|
8388
8830
|
"border-primary-hover"?: string | number | boolean | undefined;
|
|
@@ -8390,6 +8832,10 @@ declare const createTheme: <Argument0 extends string | ({
|
|
|
8390
8832
|
"border-primary-pressed"?: string | number | boolean | undefined;
|
|
8391
8833
|
"border-primary-selected"?: string | number | boolean | undefined;
|
|
8392
8834
|
"border-primary-subtle"?: string | number | boolean | undefined;
|
|
8835
|
+
"status-border-error"?: string | number | boolean | undefined;
|
|
8836
|
+
"status-border-info"?: string | number | boolean | undefined;
|
|
8837
|
+
"status-border-success"?: string | number | boolean | undefined;
|
|
8838
|
+
"status-border-warning"?: string | number | boolean | undefined;
|
|
8393
8839
|
"border-success"?: string | number | boolean | undefined;
|
|
8394
8840
|
"border-success-active"?: string | number | boolean | undefined;
|
|
8395
8841
|
"border-success-hover"?: string | number | boolean | undefined;
|
|
@@ -8397,12 +8843,46 @@ declare const createTheme: <Argument0 extends string | ({
|
|
|
8397
8843
|
"border-success-subtle"?: string | number | boolean | undefined;
|
|
8398
8844
|
"border-warning"?: string | number | boolean | undefined;
|
|
8399
8845
|
"border-warning-subtle"?: string | number | boolean | undefined;
|
|
8846
|
+
"button-background-danger"?: string | number | boolean | undefined;
|
|
8847
|
+
"button-background-danger-hover"?: string | number | boolean | undefined;
|
|
8848
|
+
"button-background-danger-pressed"?: string | number | boolean | undefined;
|
|
8849
|
+
"button-background-ghost"?: string | number | boolean | undefined;
|
|
8850
|
+
"button-background-ghost-hover"?: string | number | boolean | undefined;
|
|
8851
|
+
"button-background-ghost-pressed"?: string | number | boolean | undefined;
|
|
8400
8852
|
"button-background-primary"?: string | number | boolean | undefined;
|
|
8401
8853
|
"button-background-primary-hover"?: string | number | boolean | undefined;
|
|
8402
8854
|
"button-background-primary-pressed"?: string | number | boolean | undefined;
|
|
8403
8855
|
"button-background-secondary"?: string | number | boolean | undefined;
|
|
8404
8856
|
"button-background-secondary-hover"?: string | number | boolean | undefined;
|
|
8405
8857
|
"button-background-secondary-pressed"?: string | number | boolean | undefined;
|
|
8858
|
+
"button-background-tertiary"?: string | number | boolean | undefined;
|
|
8859
|
+
"button-background-tertiary-hover"?: string | number | boolean | undefined;
|
|
8860
|
+
"button-background-tertiary-pressed"?: string | number | boolean | undefined;
|
|
8861
|
+
"button-border-danger"?: string | number | boolean | undefined;
|
|
8862
|
+
"button-border-danger-hover"?: string | number | boolean | undefined;
|
|
8863
|
+
"button-border-danger-pressed"?: string | number | boolean | undefined;
|
|
8864
|
+
"button-border-ghost-hover"?: string | number | boolean | undefined;
|
|
8865
|
+
"button-border-ghost-pressed"?: string | number | boolean | undefined;
|
|
8866
|
+
"button-border-primary"?: string | number | boolean | undefined;
|
|
8867
|
+
"button-border-primary-hover"?: string | number | boolean | undefined;
|
|
8868
|
+
"button-border-primary-pressed"?: string | number | boolean | undefined;
|
|
8869
|
+
"button-border-secondary"?: string | number | boolean | undefined;
|
|
8870
|
+
"button-border-secondary-hover"?: string | number | boolean | undefined;
|
|
8871
|
+
"button-border-secondary-pressed"?: string | number | boolean | undefined;
|
|
8872
|
+
"button-border-tertiary"?: string | number | boolean | undefined;
|
|
8873
|
+
"button-border-tertiary-hover"?: string | number | boolean | undefined;
|
|
8874
|
+
"button-border-tertiary-pressed"?: string | number | boolean | undefined;
|
|
8875
|
+
"button-icon-on-danger"?: string | number | boolean | undefined;
|
|
8876
|
+
"button-icon-on-primary"?: string | number | boolean | undefined;
|
|
8877
|
+
"button-icon-on-secondary"?: string | number | boolean | undefined;
|
|
8878
|
+
"button-icon-on-tertiary"?: string | number | boolean | undefined;
|
|
8879
|
+
"button-text-on-danger"?: string | number | boolean | undefined;
|
|
8880
|
+
"button-text-on-primary"?: string | number | boolean | undefined;
|
|
8881
|
+
"button-text-on-secondary"?: string | number | boolean | undefined;
|
|
8882
|
+
"button-text-on-tertiary"?: string | number | boolean | undefined;
|
|
8883
|
+
"chip-background"?: string | number | boolean | undefined;
|
|
8884
|
+
"chip-background-hover"?: string | number | boolean | undefined;
|
|
8885
|
+
"chip-text"?: string | number | boolean | undefined;
|
|
8406
8886
|
"format-icon-diagram"?: string | number | boolean | undefined;
|
|
8407
8887
|
"format-icon-docs"?: string | number | boolean | undefined;
|
|
8408
8888
|
"format-icon-external"?: string | number | boolean | undefined;
|
|
@@ -8411,17 +8891,66 @@ declare const createTheme: <Argument0 extends string | ({
|
|
|
8411
8891
|
"format-icon-slides"?: string | number | boolean | undefined;
|
|
8412
8892
|
"format-icon-table"?: string | number | boolean | undefined;
|
|
8413
8893
|
"format-icon-timeline"?: string | number | boolean | undefined;
|
|
8894
|
+
"input-background-active"?: string | number | boolean | undefined;
|
|
8895
|
+
"input-background-alt-active"?: string | number | boolean | undefined;
|
|
8896
|
+
"input-background-alt-default"?: string | number | boolean | undefined;
|
|
8897
|
+
"input-background-alt-hover"?: string | number | boolean | undefined;
|
|
8898
|
+
"input-background-default"?: string | number | boolean | undefined;
|
|
8899
|
+
"input-background-disabled"?: string | number | boolean | undefined;
|
|
8900
|
+
"input-background-hover"?: string | number | boolean | undefined;
|
|
8901
|
+
"input-border-active"?: string | number | boolean | undefined;
|
|
8902
|
+
"input-border-default"?: string | number | boolean | undefined;
|
|
8903
|
+
"input-border-disabled"?: string | number | boolean | undefined;
|
|
8904
|
+
"input-border-error"?: string | number | boolean | undefined;
|
|
8905
|
+
"input-border-hover"?: string | number | boolean | undefined;
|
|
8906
|
+
"input-border-selection-control"?: string | number | boolean | undefined;
|
|
8907
|
+
"input-border-success"?: string | number | boolean | undefined;
|
|
8414
8908
|
"notification-background"?: string | number | boolean | undefined;
|
|
8415
8909
|
"notification-border"?: string | number | boolean | undefined;
|
|
8416
8910
|
"notification-border-subtle"?: string | number | boolean | undefined;
|
|
8417
|
-
"
|
|
8418
|
-
"
|
|
8911
|
+
"popover-background"?: string | number | boolean | undefined;
|
|
8912
|
+
"popover-border"?: string | number | boolean | undefined;
|
|
8913
|
+
"scrollbar-background"?: string | number | boolean | undefined;
|
|
8914
|
+
"scrollbar-background-hover"?: string | number | boolean | undefined;
|
|
8915
|
+
"slider-background"?: string | number | boolean | undefined;
|
|
8916
|
+
"slider-notch-background"?: string | number | boolean | undefined;
|
|
8917
|
+
"switch-background-default"?: string | number | boolean | undefined;
|
|
8918
|
+
"switch-background-hover"?: string | number | boolean | undefined;
|
|
8919
|
+
"switch-control-background"?: string | number | boolean | undefined;
|
|
8419
8920
|
"tooltip-background"?: string | number | boolean | undefined;
|
|
8921
|
+
"tooltip-background-inset"?: string | number | boolean | undefined;
|
|
8420
8922
|
"icon-danger"?: string | number | boolean | undefined;
|
|
8421
8923
|
"icon-danger-active"?: string | number | boolean | undefined;
|
|
8422
8924
|
"icon-danger-hover"?: string | number | boolean | undefined;
|
|
8423
8925
|
"icon-danger-inverted"?: string | number | boolean | undefined;
|
|
8424
8926
|
"icon-danger-pressed"?: string | number | boolean | undefined;
|
|
8927
|
+
"icon-default"?: string | number | boolean | undefined;
|
|
8928
|
+
"icon-disabled"?: string | number | boolean | undefined;
|
|
8929
|
+
"icon-inverted"?: string | number | boolean | undefined;
|
|
8930
|
+
"icon-inverted-secondary"?: string | number | boolean | undefined;
|
|
8931
|
+
"icon-muted"?: string | number | boolean | undefined;
|
|
8932
|
+
"icon-on-disabled"?: string | number | boolean | undefined;
|
|
8933
|
+
"icon-on-static-dark"?: string | number | boolean | undefined;
|
|
8934
|
+
"icon-on-static-dark-subtle"?: string | number | boolean | undefined;
|
|
8935
|
+
"icon-placeholder"?: string | number | boolean | undefined;
|
|
8936
|
+
"icon-secondary"?: string | number | boolean | undefined;
|
|
8937
|
+
"icon-interactive-selected"?: string | number | boolean | undefined;
|
|
8938
|
+
"icon-link"?: string | number | boolean | undefined;
|
|
8939
|
+
"icon-link-hover"?: string | number | boolean | undefined;
|
|
8940
|
+
"icon-link-on-inverted"?: string | number | boolean | undefined;
|
|
8941
|
+
"icon-link-on-inverted-hover"?: string | number | boolean | undefined;
|
|
8942
|
+
"icon-link-on-inverted-pressed"?: string | number | boolean | undefined;
|
|
8943
|
+
"icon-link-on-inverted-secondary"?: string | number | boolean | undefined;
|
|
8944
|
+
"icon-link-on-inverted-secondary-hover"?: string | number | boolean | undefined;
|
|
8945
|
+
"icon-link-on-inverted-secondary-pressed"?: string | number | boolean | undefined;
|
|
8946
|
+
"icon-link-pressed"?: string | number | boolean | undefined;
|
|
8947
|
+
"icon-link-secondary"?: string | number | boolean | undefined;
|
|
8948
|
+
"icon-link-secondary-hover"?: string | number | boolean | undefined;
|
|
8949
|
+
"icon-link-secondary-pressed"?: string | number | boolean | undefined;
|
|
8950
|
+
"icon-on-interactive-danger"?: string | number | boolean | undefined;
|
|
8951
|
+
"icon-on-interactive-primary"?: string | number | boolean | undefined;
|
|
8952
|
+
"icon-on-interactive-secondary"?: string | number | boolean | undefined;
|
|
8953
|
+
"icon-on-interactive-selected"?: string | number | boolean | undefined;
|
|
8425
8954
|
"icon-neutrals"?: string | number | boolean | undefined;
|
|
8426
8955
|
"icon-neutrals-disabled"?: string | number | boolean | undefined;
|
|
8427
8956
|
"icon-neutrals-hover"?: string | number | boolean | undefined;
|
|
@@ -8438,8 +8967,6 @@ declare const createTheme: <Argument0 extends string | ({
|
|
|
8438
8967
|
"icon-neutrals-subtle-hover"?: string | number | boolean | undefined;
|
|
8439
8968
|
"icon-neutrals-subtle-pressed"?: string | number | boolean | undefined;
|
|
8440
8969
|
"icon-neutrals-text"?: string | number | boolean | undefined;
|
|
8441
|
-
"icon-on-static-dark"?: string | number | boolean | undefined;
|
|
8442
|
-
"icon-on-static-dark-subtle"?: string | number | boolean | undefined;
|
|
8443
8970
|
"icon-primary"?: string | number | boolean | undefined;
|
|
8444
8971
|
"icon-primary-active"?: string | number | boolean | undefined;
|
|
8445
8972
|
"icon-primary-hover"?: string | number | boolean | undefined;
|
|
@@ -8447,6 +8974,13 @@ declare const createTheme: <Argument0 extends string | ({
|
|
|
8447
8974
|
"icon-primary-inverted-hover"?: string | number | boolean | undefined;
|
|
8448
8975
|
"icon-primary-pressed"?: string | number | boolean | undefined;
|
|
8449
8976
|
"icon-primary-selected"?: string | number | boolean | undefined;
|
|
8977
|
+
"status-icon-error"?: string | number | boolean | undefined;
|
|
8978
|
+
"status-icon-on-error"?: string | number | boolean | undefined;
|
|
8979
|
+
"status-icon-on-info"?: string | number | boolean | undefined;
|
|
8980
|
+
"status-icon-on-success"?: string | number | boolean | undefined;
|
|
8981
|
+
"status-icon-on-warning"?: string | number | boolean | undefined;
|
|
8982
|
+
"status-icon-success"?: string | number | boolean | undefined;
|
|
8983
|
+
"status-icon-warning"?: string | number | boolean | undefined;
|
|
8450
8984
|
"icon-success"?: string | number | boolean | undefined;
|
|
8451
8985
|
"icon-success-active"?: string | number | boolean | undefined;
|
|
8452
8986
|
"icon-success-hover"?: string | number | boolean | undefined;
|
|
@@ -8460,6 +8994,23 @@ declare const createTheme: <Argument0 extends string | ({
|
|
|
8460
8994
|
"text-danger-hover"?: string | number | boolean | undefined;
|
|
8461
8995
|
"text-danger-inverted"?: string | number | boolean | undefined;
|
|
8462
8996
|
"text-danger-pressed"?: string | number | boolean | undefined;
|
|
8997
|
+
"text-interactive-selected"?: string | number | boolean | undefined;
|
|
8998
|
+
"text-link"?: string | number | boolean | undefined;
|
|
8999
|
+
"text-link-hover"?: string | number | boolean | undefined;
|
|
9000
|
+
"text-link-on-inverted"?: string | number | boolean | undefined;
|
|
9001
|
+
"text-link-on-inverted-hover"?: string | number | boolean | undefined;
|
|
9002
|
+
"text-link-on-inverted-pressed"?: string | number | boolean | undefined;
|
|
9003
|
+
"text-link-on-inverted-secondary"?: string | number | boolean | undefined;
|
|
9004
|
+
"text-link-on-inverted-secondary-hover"?: string | number | boolean | undefined;
|
|
9005
|
+
"text-link-on-inverted-secondary-pressed"?: string | number | boolean | undefined;
|
|
9006
|
+
"text-link-pressed"?: string | number | boolean | undefined;
|
|
9007
|
+
"text-link-secondary"?: string | number | boolean | undefined;
|
|
9008
|
+
"text-link-secondary-hover"?: string | number | boolean | undefined;
|
|
9009
|
+
"text-link-secondary-pressed"?: string | number | boolean | undefined;
|
|
9010
|
+
"text-on-interactive-danger"?: string | number | boolean | undefined;
|
|
9011
|
+
"text-on-interactive-primary"?: string | number | boolean | undefined;
|
|
9012
|
+
"text-on-interactive-secondary"?: string | number | boolean | undefined;
|
|
9013
|
+
"text-on-interactive-selected"?: string | number | boolean | undefined;
|
|
8463
9014
|
"text-neutrals"?: string | number | boolean | undefined;
|
|
8464
9015
|
"text-neutrals-active"?: string | number | boolean | undefined;
|
|
8465
9016
|
"text-neutrals-disabled"?: string | number | boolean | undefined;
|
|
@@ -8475,9 +9026,6 @@ declare const createTheme: <Argument0 extends string | ({
|
|
|
8475
9026
|
"text-neutrals-subtle-active"?: string | number | boolean | undefined;
|
|
8476
9027
|
"text-neutrals-subtle-hover"?: string | number | boolean | undefined;
|
|
8477
9028
|
"text-neutrals-subtle-pressed"?: string | number | boolean | undefined;
|
|
8478
|
-
"text-on-static-dark"?: string | number | boolean | undefined;
|
|
8479
|
-
"text-on-static-dark-subtle"?: string | number | boolean | undefined;
|
|
8480
|
-
"text-on-primary"?: string | number | boolean | undefined;
|
|
8481
9029
|
"text-primary"?: string | number | boolean | undefined;
|
|
8482
9030
|
"text-primary-active"?: string | number | boolean | undefined;
|
|
8483
9031
|
"text-primary-hover"?: string | number | boolean | undefined;
|
|
@@ -8485,11 +9033,28 @@ declare const createTheme: <Argument0 extends string | ({
|
|
|
8485
9033
|
"text-primary-inverted-subtle"?: string | number | boolean | undefined;
|
|
8486
9034
|
"text-primary-pressed"?: string | number | boolean | undefined;
|
|
8487
9035
|
"text-primary-selected"?: string | number | boolean | undefined;
|
|
9036
|
+
"status-text-error"?: string | number | boolean | undefined;
|
|
9037
|
+
"status-text-on-error"?: string | number | boolean | undefined;
|
|
9038
|
+
"status-text-on-info"?: string | number | boolean | undefined;
|
|
9039
|
+
"status-text-on-success"?: string | number | boolean | undefined;
|
|
9040
|
+
"status-text-on-warning"?: string | number | boolean | undefined;
|
|
9041
|
+
"status-text-success"?: string | number | boolean | undefined;
|
|
9042
|
+
"status-text-warning"?: string | number | boolean | undefined;
|
|
8488
9043
|
"text-success"?: string | number | boolean | undefined;
|
|
8489
9044
|
"text-success-active"?: string | number | boolean | undefined;
|
|
8490
9045
|
"text-success-hover"?: string | number | boolean | undefined;
|
|
8491
9046
|
"text-success-inverted"?: string | number | boolean | undefined;
|
|
8492
9047
|
"text-success-pressed"?: string | number | boolean | undefined;
|
|
9048
|
+
"text-default"?: string | number | boolean | undefined;
|
|
9049
|
+
"text-disabled"?: string | number | boolean | undefined;
|
|
9050
|
+
"text-inverted"?: string | number | boolean | undefined;
|
|
9051
|
+
"text-inverted-secondary"?: string | number | boolean | undefined;
|
|
9052
|
+
"text-muted"?: string | number | boolean | undefined;
|
|
9053
|
+
"text-on-disabled"?: string | number | boolean | undefined;
|
|
9054
|
+
"text-on-static-dark"?: string | number | boolean | undefined;
|
|
9055
|
+
"text-on-static-dark-subtle"?: string | number | boolean | undefined;
|
|
9056
|
+
"text-placeholder"?: string | number | boolean | undefined;
|
|
9057
|
+
"text-secondary"?: string | number | boolean | undefined;
|
|
8493
9058
|
"text-warning"?: string | number | boolean | undefined;
|
|
8494
9059
|
"text-warning-subtle"?: string | number | boolean | undefined;
|
|
8495
9060
|
"coal-background"?: string | number | boolean | undefined;
|
|
@@ -8764,7 +9329,12 @@ declare const createTheme: <Argument0 extends string | ({
|
|
|
8764
9329
|
readonly 50?: string | number | boolean | undefined;
|
|
8765
9330
|
readonly 75?: string | number | boolean | undefined;
|
|
8766
9331
|
readonly 100?: string | number | boolean | undefined;
|
|
9332
|
+
readonly 150?: string | number | boolean | undefined;
|
|
8767
9333
|
readonly 200?: string | number | boolean | undefined;
|
|
9334
|
+
readonly 300?: string | number | boolean | undefined;
|
|
9335
|
+
readonly 400?: string | number | boolean | undefined;
|
|
9336
|
+
readonly 500?: string | number | boolean | undefined;
|
|
9337
|
+
readonly 600?: string | number | boolean | undefined;
|
|
8768
9338
|
readonly round?: string | number | boolean | undefined;
|
|
8769
9339
|
} | undefined;
|
|
8770
9340
|
shadows?: Required<_mirohq_design_system_themes_web.Theme["shadows"]>;
|
|
@@ -8876,6 +9446,27 @@ declare const css: <Composers extends (string | React.ExoticComponent<any> | Rea
|
|
|
8876
9446
|
readonly 'blue-850': /*elided*/ any;
|
|
8877
9447
|
readonly 'blue-900': /*elided*/ any;
|
|
8878
9448
|
readonly 'blue-950': /*elided*/ any;
|
|
9449
|
+
readonly 'cloud-100': /*elided*/ any;
|
|
9450
|
+
readonly 'cloud-1000': /*elided*/ any;
|
|
9451
|
+
readonly 'cloud-150': /*elided*/ any;
|
|
9452
|
+
readonly 'cloud-200': /*elided*/ any;
|
|
9453
|
+
readonly 'cloud-250': /*elided*/ any;
|
|
9454
|
+
readonly 'cloud-300': /*elided*/ any;
|
|
9455
|
+
readonly 'cloud-350': /*elided*/ any;
|
|
9456
|
+
readonly 'cloud-400': /*elided*/ any;
|
|
9457
|
+
readonly 'cloud-450': /*elided*/ any;
|
|
9458
|
+
readonly 'cloud-475': /*elided*/ any;
|
|
9459
|
+
readonly 'cloud-50': /*elided*/ any;
|
|
9460
|
+
readonly 'cloud-500': /*elided*/ any;
|
|
9461
|
+
readonly 'cloud-550': /*elided*/ any;
|
|
9462
|
+
readonly 'cloud-600': /*elided*/ any;
|
|
9463
|
+
readonly 'cloud-650': /*elided*/ any;
|
|
9464
|
+
readonly 'cloud-700': /*elided*/ any;
|
|
9465
|
+
readonly 'cloud-750': /*elided*/ any;
|
|
9466
|
+
readonly 'cloud-800': /*elided*/ any;
|
|
9467
|
+
readonly 'cloud-850': /*elided*/ any;
|
|
9468
|
+
readonly 'cloud-900': /*elided*/ any;
|
|
9469
|
+
readonly 'cloud-950': /*elided*/ any;
|
|
8879
9470
|
readonly 'coal-100': /*elided*/ any;
|
|
8880
9471
|
readonly 'coal-150': /*elided*/ any;
|
|
8881
9472
|
readonly 'coal-200': /*elided*/ any;
|
|
@@ -9146,6 +9737,19 @@ declare const css: <Composers extends (string | React.ExoticComponent<any> | Rea
|
|
|
9146
9737
|
"background-alpha-neutrals-overlay": /*elided*/ any;
|
|
9147
9738
|
"background-alpha-neutrals-overlay-subtle": /*elided*/ any;
|
|
9148
9739
|
"background-alpha-subtle": /*elided*/ any;
|
|
9740
|
+
"background-canvas": /*elided*/ any;
|
|
9741
|
+
"background-disabled": /*elided*/ any;
|
|
9742
|
+
"background-elevated": /*elided*/ any;
|
|
9743
|
+
"background-inverted": /*elided*/ any;
|
|
9744
|
+
"background-inverted-secondary": /*elided*/ any;
|
|
9745
|
+
"background-layout": /*elided*/ any;
|
|
9746
|
+
"background-overlay": /*elided*/ any;
|
|
9747
|
+
"background-static-dark": /*elided*/ any;
|
|
9748
|
+
"background-static-dark-subtle": /*elided*/ any;
|
|
9749
|
+
"background-static-light": /*elided*/ any;
|
|
9750
|
+
"background-surface": /*elided*/ any;
|
|
9751
|
+
"background-surface-secondary": /*elided*/ any;
|
|
9752
|
+
"background-transparent": /*elided*/ any;
|
|
9149
9753
|
"background-danger-prominent": /*elided*/ any;
|
|
9150
9754
|
"background-danger-prominent-active": /*elided*/ any;
|
|
9151
9755
|
"background-danger-prominent-hover": /*elided*/ any;
|
|
@@ -9154,6 +9758,15 @@ declare const css: <Composers extends (string | React.ExoticComponent<any> | Rea
|
|
|
9154
9758
|
"background-danger-subtle-active": /*elided*/ any;
|
|
9155
9759
|
"background-danger-subtle-hover": /*elided*/ any;
|
|
9156
9760
|
"background-danger-subtle-pressed": /*elided*/ any;
|
|
9761
|
+
"background-interactive-danger": /*elided*/ any;
|
|
9762
|
+
"background-interactive-danger-hover": /*elided*/ any;
|
|
9763
|
+
"background-interactive-danger-pressed": /*elided*/ any;
|
|
9764
|
+
"background-interactive-primary": /*elided*/ any;
|
|
9765
|
+
"background-interactive-primary-hover": /*elided*/ any;
|
|
9766
|
+
"background-interactive-primary-pressed": /*elided*/ any;
|
|
9767
|
+
"background-interactive-selected": /*elided*/ any;
|
|
9768
|
+
"background-interactive-surface-hover": /*elided*/ any;
|
|
9769
|
+
"background-interactive-surface-secondary-hover": /*elided*/ any;
|
|
9157
9770
|
"background-neutrals": /*elided*/ any;
|
|
9158
9771
|
"background-neutrals-active": /*elided*/ any;
|
|
9159
9772
|
"background-neutrals-container": /*elided*/ any;
|
|
@@ -9178,8 +9791,6 @@ declare const css: <Composers extends (string | React.ExoticComponent<any> | Rea
|
|
|
9178
9791
|
"background-neutrals-subtle-hover": /*elided*/ any;
|
|
9179
9792
|
"background-neutrals-subtle-pressed": /*elided*/ any;
|
|
9180
9793
|
"background-neutrals-transparent": /*elided*/ any;
|
|
9181
|
-
"background-static-dark": /*elided*/ any;
|
|
9182
|
-
"background-static-dark-subtle": /*elided*/ any;
|
|
9183
9794
|
"background-primary-prominent": /*elided*/ any;
|
|
9184
9795
|
"background-primary-prominent-active": /*elided*/ any;
|
|
9185
9796
|
"background-primary-prominent-hover": /*elided*/ any;
|
|
@@ -9190,6 +9801,10 @@ declare const css: <Composers extends (string | React.ExoticComponent<any> | Rea
|
|
|
9190
9801
|
"background-primary-subtle-hover": /*elided*/ any;
|
|
9191
9802
|
"background-primary-subtle-pressed": /*elided*/ any;
|
|
9192
9803
|
"background-primary-subtle-selected": /*elided*/ any;
|
|
9804
|
+
"status-background-error": /*elided*/ any;
|
|
9805
|
+
"status-background-info": /*elided*/ any;
|
|
9806
|
+
"status-background-success": /*elided*/ any;
|
|
9807
|
+
"status-background-warning": /*elided*/ any;
|
|
9193
9808
|
"background-success-prominent": /*elided*/ any;
|
|
9194
9809
|
"background-success-prominent-active": /*elided*/ any;
|
|
9195
9810
|
"background-success-prominent-hover": /*elided*/ any;
|
|
@@ -9197,6 +9812,15 @@ declare const css: <Composers extends (string | React.ExoticComponent<any> | Rea
|
|
|
9197
9812
|
"background-success-subtle": /*elided*/ any;
|
|
9198
9813
|
"background-warning-prominent": /*elided*/ any;
|
|
9199
9814
|
"background-warning-subtle": /*elided*/ any;
|
|
9815
|
+
"border-default": /*elided*/ any;
|
|
9816
|
+
"border-disabled": /*elided*/ any;
|
|
9817
|
+
"border-inverted": /*elided*/ any;
|
|
9818
|
+
"border-inverted-subtle": /*elided*/ any;
|
|
9819
|
+
"border-static-dark": /*elided*/ any;
|
|
9820
|
+
"border-static-dark-subtle": /*elided*/ any;
|
|
9821
|
+
"border-strong": /*elided*/ any;
|
|
9822
|
+
"border-subtle": /*elided*/ any;
|
|
9823
|
+
"border-transparent": /*elided*/ any;
|
|
9200
9824
|
"border-danger": /*elided*/ any;
|
|
9201
9825
|
"border-danger-active": /*elided*/ any;
|
|
9202
9826
|
"border-danger-hover": /*elided*/ any;
|
|
@@ -9212,6 +9836,16 @@ declare const css: <Composers extends (string | React.ExoticComponent<any> | Rea
|
|
|
9212
9836
|
"border-focus-success-middle": /*elided*/ any;
|
|
9213
9837
|
"border-focus-success-outer": /*elided*/ any;
|
|
9214
9838
|
"focus-keyboard": /*elided*/ any;
|
|
9839
|
+
"border-interactive-danger": /*elided*/ any;
|
|
9840
|
+
"border-interactive-danger-hover": /*elided*/ any;
|
|
9841
|
+
"border-interactive-danger-pressed": /*elided*/ any;
|
|
9842
|
+
"border-interactive-primary": /*elided*/ any;
|
|
9843
|
+
"border-interactive-primary-hover": /*elided*/ any;
|
|
9844
|
+
"border-interactive-primary-pressed": /*elided*/ any;
|
|
9845
|
+
"border-interactive-secondary": /*elided*/ any;
|
|
9846
|
+
"border-interactive-secondary-hover": /*elided*/ any;
|
|
9847
|
+
"border-interactive-secondary-pressed": /*elided*/ any;
|
|
9848
|
+
"border-interactive-selected": /*elided*/ any;
|
|
9215
9849
|
"border-neutrals": /*elided*/ any;
|
|
9216
9850
|
"border-neutrals-active": /*elided*/ any;
|
|
9217
9851
|
"border-neutrals-controls": /*elided*/ any;
|
|
@@ -9230,8 +9864,6 @@ declare const css: <Composers extends (string | React.ExoticComponent<any> | Rea
|
|
|
9230
9864
|
"border-neutrals-text-subtle-active": /*elided*/ any;
|
|
9231
9865
|
"border-neutrals-text-subtle-hover": /*elided*/ any;
|
|
9232
9866
|
"border-neutrals-transparent": /*elided*/ any;
|
|
9233
|
-
"border-static-dark": /*elided*/ any;
|
|
9234
|
-
"border-static-dark-subtle": /*elided*/ any;
|
|
9235
9867
|
"border-primary": /*elided*/ any;
|
|
9236
9868
|
"border-primary-active": /*elided*/ any;
|
|
9237
9869
|
"border-primary-hover": /*elided*/ any;
|
|
@@ -9239,6 +9871,10 @@ declare const css: <Composers extends (string | React.ExoticComponent<any> | Rea
|
|
|
9239
9871
|
"border-primary-pressed": /*elided*/ any;
|
|
9240
9872
|
"border-primary-selected": /*elided*/ any;
|
|
9241
9873
|
"border-primary-subtle": /*elided*/ any;
|
|
9874
|
+
"status-border-error": /*elided*/ any;
|
|
9875
|
+
"status-border-info": /*elided*/ any;
|
|
9876
|
+
"status-border-success": /*elided*/ any;
|
|
9877
|
+
"status-border-warning": /*elided*/ any;
|
|
9242
9878
|
"border-success": /*elided*/ any;
|
|
9243
9879
|
"border-success-active": /*elided*/ any;
|
|
9244
9880
|
"border-success-hover": /*elided*/ any;
|
|
@@ -9246,12 +9882,46 @@ declare const css: <Composers extends (string | React.ExoticComponent<any> | Rea
|
|
|
9246
9882
|
"border-success-subtle": /*elided*/ any;
|
|
9247
9883
|
"border-warning": /*elided*/ any;
|
|
9248
9884
|
"border-warning-subtle": /*elided*/ any;
|
|
9885
|
+
"button-background-danger": /*elided*/ any;
|
|
9886
|
+
"button-background-danger-hover": /*elided*/ any;
|
|
9887
|
+
"button-background-danger-pressed": /*elided*/ any;
|
|
9888
|
+
"button-background-ghost": /*elided*/ any;
|
|
9889
|
+
"button-background-ghost-hover": /*elided*/ any;
|
|
9890
|
+
"button-background-ghost-pressed": /*elided*/ any;
|
|
9249
9891
|
"button-background-primary": /*elided*/ any;
|
|
9250
9892
|
"button-background-primary-hover": /*elided*/ any;
|
|
9251
9893
|
"button-background-primary-pressed": /*elided*/ any;
|
|
9252
9894
|
"button-background-secondary": /*elided*/ any;
|
|
9253
9895
|
"button-background-secondary-hover": /*elided*/ any;
|
|
9254
9896
|
"button-background-secondary-pressed": /*elided*/ any;
|
|
9897
|
+
"button-background-tertiary": /*elided*/ any;
|
|
9898
|
+
"button-background-tertiary-hover": /*elided*/ any;
|
|
9899
|
+
"button-background-tertiary-pressed": /*elided*/ any;
|
|
9900
|
+
"button-border-danger": /*elided*/ any;
|
|
9901
|
+
"button-border-danger-hover": /*elided*/ any;
|
|
9902
|
+
"button-border-danger-pressed": /*elided*/ any;
|
|
9903
|
+
"button-border-ghost-hover": /*elided*/ any;
|
|
9904
|
+
"button-border-ghost-pressed": /*elided*/ any;
|
|
9905
|
+
"button-border-primary": /*elided*/ any;
|
|
9906
|
+
"button-border-primary-hover": /*elided*/ any;
|
|
9907
|
+
"button-border-primary-pressed": /*elided*/ any;
|
|
9908
|
+
"button-border-secondary": /*elided*/ any;
|
|
9909
|
+
"button-border-secondary-hover": /*elided*/ any;
|
|
9910
|
+
"button-border-secondary-pressed": /*elided*/ any;
|
|
9911
|
+
"button-border-tertiary": /*elided*/ any;
|
|
9912
|
+
"button-border-tertiary-hover": /*elided*/ any;
|
|
9913
|
+
"button-border-tertiary-pressed": /*elided*/ any;
|
|
9914
|
+
"button-icon-on-danger": /*elided*/ any;
|
|
9915
|
+
"button-icon-on-primary": /*elided*/ any;
|
|
9916
|
+
"button-icon-on-secondary": /*elided*/ any;
|
|
9917
|
+
"button-icon-on-tertiary": /*elided*/ any;
|
|
9918
|
+
"button-text-on-danger": /*elided*/ any;
|
|
9919
|
+
"button-text-on-primary": /*elided*/ any;
|
|
9920
|
+
"button-text-on-secondary": /*elided*/ any;
|
|
9921
|
+
"button-text-on-tertiary": /*elided*/ any;
|
|
9922
|
+
"chip-background": /*elided*/ any;
|
|
9923
|
+
"chip-background-hover": /*elided*/ any;
|
|
9924
|
+
"chip-text": /*elided*/ any;
|
|
9255
9925
|
"format-icon-diagram": /*elided*/ any;
|
|
9256
9926
|
"format-icon-docs": /*elided*/ any;
|
|
9257
9927
|
"format-icon-external": /*elided*/ any;
|
|
@@ -9260,17 +9930,66 @@ declare const css: <Composers extends (string | React.ExoticComponent<any> | Rea
|
|
|
9260
9930
|
"format-icon-slides": /*elided*/ any;
|
|
9261
9931
|
"format-icon-table": /*elided*/ any;
|
|
9262
9932
|
"format-icon-timeline": /*elided*/ any;
|
|
9933
|
+
"input-background-active": /*elided*/ any;
|
|
9934
|
+
"input-background-alt-active": /*elided*/ any;
|
|
9935
|
+
"input-background-alt-default": /*elided*/ any;
|
|
9936
|
+
"input-background-alt-hover": /*elided*/ any;
|
|
9937
|
+
"input-background-default": /*elided*/ any;
|
|
9938
|
+
"input-background-disabled": /*elided*/ any;
|
|
9939
|
+
"input-background-hover": /*elided*/ any;
|
|
9940
|
+
"input-border-active": /*elided*/ any;
|
|
9941
|
+
"input-border-default": /*elided*/ any;
|
|
9942
|
+
"input-border-disabled": /*elided*/ any;
|
|
9943
|
+
"input-border-error": /*elided*/ any;
|
|
9944
|
+
"input-border-hover": /*elided*/ any;
|
|
9945
|
+
"input-border-selection-control": /*elided*/ any;
|
|
9946
|
+
"input-border-success": /*elided*/ any;
|
|
9263
9947
|
"notification-background": /*elided*/ any;
|
|
9264
9948
|
"notification-border": /*elided*/ any;
|
|
9265
9949
|
"notification-border-subtle": /*elided*/ any;
|
|
9266
|
-
"
|
|
9267
|
-
"
|
|
9950
|
+
"popover-background": /*elided*/ any;
|
|
9951
|
+
"popover-border": /*elided*/ any;
|
|
9952
|
+
"scrollbar-background": /*elided*/ any;
|
|
9953
|
+
"scrollbar-background-hover": /*elided*/ any;
|
|
9954
|
+
"slider-background": /*elided*/ any;
|
|
9955
|
+
"slider-notch-background": /*elided*/ any;
|
|
9956
|
+
"switch-background-default": /*elided*/ any;
|
|
9957
|
+
"switch-background-hover": /*elided*/ any;
|
|
9958
|
+
"switch-control-background": /*elided*/ any;
|
|
9268
9959
|
"tooltip-background": /*elided*/ any;
|
|
9960
|
+
"tooltip-background-inset": /*elided*/ any;
|
|
9269
9961
|
"icon-danger": /*elided*/ any;
|
|
9270
9962
|
"icon-danger-active": /*elided*/ any;
|
|
9271
9963
|
"icon-danger-hover": /*elided*/ any;
|
|
9272
9964
|
"icon-danger-inverted": /*elided*/ any;
|
|
9273
9965
|
"icon-danger-pressed": /*elided*/ any;
|
|
9966
|
+
"icon-default": /*elided*/ any;
|
|
9967
|
+
"icon-disabled": /*elided*/ any;
|
|
9968
|
+
"icon-inverted": /*elided*/ any;
|
|
9969
|
+
"icon-inverted-secondary": /*elided*/ any;
|
|
9970
|
+
"icon-muted": /*elided*/ any;
|
|
9971
|
+
"icon-on-disabled": /*elided*/ any;
|
|
9972
|
+
"icon-on-static-dark": /*elided*/ any;
|
|
9973
|
+
"icon-on-static-dark-subtle": /*elided*/ any;
|
|
9974
|
+
"icon-placeholder": /*elided*/ any;
|
|
9975
|
+
"icon-secondary": /*elided*/ any;
|
|
9976
|
+
"icon-interactive-selected": /*elided*/ any;
|
|
9977
|
+
"icon-link": /*elided*/ any;
|
|
9978
|
+
"icon-link-hover": /*elided*/ any;
|
|
9979
|
+
"icon-link-on-inverted": /*elided*/ any;
|
|
9980
|
+
"icon-link-on-inverted-hover": /*elided*/ any;
|
|
9981
|
+
"icon-link-on-inverted-pressed": /*elided*/ any;
|
|
9982
|
+
"icon-link-on-inverted-secondary": /*elided*/ any;
|
|
9983
|
+
"icon-link-on-inverted-secondary-hover": /*elided*/ any;
|
|
9984
|
+
"icon-link-on-inverted-secondary-pressed": /*elided*/ any;
|
|
9985
|
+
"icon-link-pressed": /*elided*/ any;
|
|
9986
|
+
"icon-link-secondary": /*elided*/ any;
|
|
9987
|
+
"icon-link-secondary-hover": /*elided*/ any;
|
|
9988
|
+
"icon-link-secondary-pressed": /*elided*/ any;
|
|
9989
|
+
"icon-on-interactive-danger": /*elided*/ any;
|
|
9990
|
+
"icon-on-interactive-primary": /*elided*/ any;
|
|
9991
|
+
"icon-on-interactive-secondary": /*elided*/ any;
|
|
9992
|
+
"icon-on-interactive-selected": /*elided*/ any;
|
|
9274
9993
|
"icon-neutrals": /*elided*/ any;
|
|
9275
9994
|
"icon-neutrals-disabled": /*elided*/ any;
|
|
9276
9995
|
"icon-neutrals-hover": /*elided*/ any;
|
|
@@ -9287,8 +10006,6 @@ declare const css: <Composers extends (string | React.ExoticComponent<any> | Rea
|
|
|
9287
10006
|
"icon-neutrals-subtle-hover": /*elided*/ any;
|
|
9288
10007
|
"icon-neutrals-subtle-pressed": /*elided*/ any;
|
|
9289
10008
|
"icon-neutrals-text": /*elided*/ any;
|
|
9290
|
-
"icon-on-static-dark": /*elided*/ any;
|
|
9291
|
-
"icon-on-static-dark-subtle": /*elided*/ any;
|
|
9292
10009
|
"icon-primary": /*elided*/ any;
|
|
9293
10010
|
"icon-primary-active": /*elided*/ any;
|
|
9294
10011
|
"icon-primary-hover": /*elided*/ any;
|
|
@@ -9296,6 +10013,13 @@ declare const css: <Composers extends (string | React.ExoticComponent<any> | Rea
|
|
|
9296
10013
|
"icon-primary-inverted-hover": /*elided*/ any;
|
|
9297
10014
|
"icon-primary-pressed": /*elided*/ any;
|
|
9298
10015
|
"icon-primary-selected": /*elided*/ any;
|
|
10016
|
+
"status-icon-error": /*elided*/ any;
|
|
10017
|
+
"status-icon-on-error": /*elided*/ any;
|
|
10018
|
+
"status-icon-on-info": /*elided*/ any;
|
|
10019
|
+
"status-icon-on-success": /*elided*/ any;
|
|
10020
|
+
"status-icon-on-warning": /*elided*/ any;
|
|
10021
|
+
"status-icon-success": /*elided*/ any;
|
|
10022
|
+
"status-icon-warning": /*elided*/ any;
|
|
9299
10023
|
"icon-success": /*elided*/ any;
|
|
9300
10024
|
"icon-success-active": /*elided*/ any;
|
|
9301
10025
|
"icon-success-hover": /*elided*/ any;
|
|
@@ -9309,6 +10033,23 @@ declare const css: <Composers extends (string | React.ExoticComponent<any> | Rea
|
|
|
9309
10033
|
"text-danger-hover": /*elided*/ any;
|
|
9310
10034
|
"text-danger-inverted": /*elided*/ any;
|
|
9311
10035
|
"text-danger-pressed": /*elided*/ any;
|
|
10036
|
+
"text-interactive-selected": /*elided*/ any;
|
|
10037
|
+
"text-link": /*elided*/ any;
|
|
10038
|
+
"text-link-hover": /*elided*/ any;
|
|
10039
|
+
"text-link-on-inverted": /*elided*/ any;
|
|
10040
|
+
"text-link-on-inverted-hover": /*elided*/ any;
|
|
10041
|
+
"text-link-on-inverted-pressed": /*elided*/ any;
|
|
10042
|
+
"text-link-on-inverted-secondary": /*elided*/ any;
|
|
10043
|
+
"text-link-on-inverted-secondary-hover": /*elided*/ any;
|
|
10044
|
+
"text-link-on-inverted-secondary-pressed": /*elided*/ any;
|
|
10045
|
+
"text-link-pressed": /*elided*/ any;
|
|
10046
|
+
"text-link-secondary": /*elided*/ any;
|
|
10047
|
+
"text-link-secondary-hover": /*elided*/ any;
|
|
10048
|
+
"text-link-secondary-pressed": /*elided*/ any;
|
|
10049
|
+
"text-on-interactive-danger": /*elided*/ any;
|
|
10050
|
+
"text-on-interactive-primary": /*elided*/ any;
|
|
10051
|
+
"text-on-interactive-secondary": /*elided*/ any;
|
|
10052
|
+
"text-on-interactive-selected": /*elided*/ any;
|
|
9312
10053
|
"text-neutrals": /*elided*/ any;
|
|
9313
10054
|
"text-neutrals-active": /*elided*/ any;
|
|
9314
10055
|
"text-neutrals-disabled": /*elided*/ any;
|
|
@@ -9324,9 +10065,6 @@ declare const css: <Composers extends (string | React.ExoticComponent<any> | Rea
|
|
|
9324
10065
|
"text-neutrals-subtle-active": /*elided*/ any;
|
|
9325
10066
|
"text-neutrals-subtle-hover": /*elided*/ any;
|
|
9326
10067
|
"text-neutrals-subtle-pressed": /*elided*/ any;
|
|
9327
|
-
"text-on-static-dark": /*elided*/ any;
|
|
9328
|
-
"text-on-static-dark-subtle": /*elided*/ any;
|
|
9329
|
-
"text-on-primary": /*elided*/ any;
|
|
9330
10068
|
"text-primary": /*elided*/ any;
|
|
9331
10069
|
"text-primary-active": /*elided*/ any;
|
|
9332
10070
|
"text-primary-hover": /*elided*/ any;
|
|
@@ -9334,11 +10072,28 @@ declare const css: <Composers extends (string | React.ExoticComponent<any> | Rea
|
|
|
9334
10072
|
"text-primary-inverted-subtle": /*elided*/ any;
|
|
9335
10073
|
"text-primary-pressed": /*elided*/ any;
|
|
9336
10074
|
"text-primary-selected": /*elided*/ any;
|
|
10075
|
+
"status-text-error": /*elided*/ any;
|
|
10076
|
+
"status-text-on-error": /*elided*/ any;
|
|
10077
|
+
"status-text-on-info": /*elided*/ any;
|
|
10078
|
+
"status-text-on-success": /*elided*/ any;
|
|
10079
|
+
"status-text-on-warning": /*elided*/ any;
|
|
10080
|
+
"status-text-success": /*elided*/ any;
|
|
10081
|
+
"status-text-warning": /*elided*/ any;
|
|
9337
10082
|
"text-success": /*elided*/ any;
|
|
9338
10083
|
"text-success-active": /*elided*/ any;
|
|
9339
10084
|
"text-success-hover": /*elided*/ any;
|
|
9340
10085
|
"text-success-inverted": /*elided*/ any;
|
|
9341
10086
|
"text-success-pressed": /*elided*/ any;
|
|
10087
|
+
"text-default": /*elided*/ any;
|
|
10088
|
+
"text-disabled": /*elided*/ any;
|
|
10089
|
+
"text-inverted": /*elided*/ any;
|
|
10090
|
+
"text-inverted-secondary": /*elided*/ any;
|
|
10091
|
+
"text-muted": /*elided*/ any;
|
|
10092
|
+
"text-on-disabled": /*elided*/ any;
|
|
10093
|
+
"text-on-static-dark": /*elided*/ any;
|
|
10094
|
+
"text-on-static-dark-subtle": /*elided*/ any;
|
|
10095
|
+
"text-placeholder": /*elided*/ any;
|
|
10096
|
+
"text-secondary": /*elided*/ any;
|
|
9342
10097
|
"text-warning": /*elided*/ any;
|
|
9343
10098
|
"text-warning-subtle": /*elided*/ any;
|
|
9344
10099
|
"coal-background": /*elided*/ any;
|
|
@@ -9613,7 +10368,12 @@ declare const css: <Composers extends (string | React.ExoticComponent<any> | Rea
|
|
|
9613
10368
|
readonly 50: "4px";
|
|
9614
10369
|
readonly 75: "6px";
|
|
9615
10370
|
readonly 100: "8px";
|
|
10371
|
+
readonly 150: "12px";
|
|
9616
10372
|
readonly 200: "16px";
|
|
10373
|
+
readonly 300: "24px";
|
|
10374
|
+
readonly 400: "32px";
|
|
10375
|
+
readonly 500: "40px";
|
|
10376
|
+
readonly 600: "48px";
|
|
9617
10377
|
readonly round: "999px";
|
|
9618
10378
|
};
|
|
9619
10379
|
shadows: Required<_mirohq_design_system_themes_web.Theme["shadows"]>;
|
|
@@ -9889,6 +10649,27 @@ declare const globalCss: <Styles extends {
|
|
|
9889
10649
|
readonly 'blue-850': /*elided*/ any;
|
|
9890
10650
|
readonly 'blue-900': /*elided*/ any;
|
|
9891
10651
|
readonly 'blue-950': /*elided*/ any;
|
|
10652
|
+
readonly 'cloud-100': /*elided*/ any;
|
|
10653
|
+
readonly 'cloud-1000': /*elided*/ any;
|
|
10654
|
+
readonly 'cloud-150': /*elided*/ any;
|
|
10655
|
+
readonly 'cloud-200': /*elided*/ any;
|
|
10656
|
+
readonly 'cloud-250': /*elided*/ any;
|
|
10657
|
+
readonly 'cloud-300': /*elided*/ any;
|
|
10658
|
+
readonly 'cloud-350': /*elided*/ any;
|
|
10659
|
+
readonly 'cloud-400': /*elided*/ any;
|
|
10660
|
+
readonly 'cloud-450': /*elided*/ any;
|
|
10661
|
+
readonly 'cloud-475': /*elided*/ any;
|
|
10662
|
+
readonly 'cloud-50': /*elided*/ any;
|
|
10663
|
+
readonly 'cloud-500': /*elided*/ any;
|
|
10664
|
+
readonly 'cloud-550': /*elided*/ any;
|
|
10665
|
+
readonly 'cloud-600': /*elided*/ any;
|
|
10666
|
+
readonly 'cloud-650': /*elided*/ any;
|
|
10667
|
+
readonly 'cloud-700': /*elided*/ any;
|
|
10668
|
+
readonly 'cloud-750': /*elided*/ any;
|
|
10669
|
+
readonly 'cloud-800': /*elided*/ any;
|
|
10670
|
+
readonly 'cloud-850': /*elided*/ any;
|
|
10671
|
+
readonly 'cloud-900': /*elided*/ any;
|
|
10672
|
+
readonly 'cloud-950': /*elided*/ any;
|
|
9892
10673
|
readonly 'coal-100': /*elided*/ any;
|
|
9893
10674
|
readonly 'coal-150': /*elided*/ any;
|
|
9894
10675
|
readonly 'coal-200': /*elided*/ any;
|
|
@@ -10159,6 +10940,19 @@ declare const globalCss: <Styles extends {
|
|
|
10159
10940
|
"background-alpha-neutrals-overlay": /*elided*/ any;
|
|
10160
10941
|
"background-alpha-neutrals-overlay-subtle": /*elided*/ any;
|
|
10161
10942
|
"background-alpha-subtle": /*elided*/ any;
|
|
10943
|
+
"background-canvas": /*elided*/ any;
|
|
10944
|
+
"background-disabled": /*elided*/ any;
|
|
10945
|
+
"background-elevated": /*elided*/ any;
|
|
10946
|
+
"background-inverted": /*elided*/ any;
|
|
10947
|
+
"background-inverted-secondary": /*elided*/ any;
|
|
10948
|
+
"background-layout": /*elided*/ any;
|
|
10949
|
+
"background-overlay": /*elided*/ any;
|
|
10950
|
+
"background-static-dark": /*elided*/ any;
|
|
10951
|
+
"background-static-dark-subtle": /*elided*/ any;
|
|
10952
|
+
"background-static-light": /*elided*/ any;
|
|
10953
|
+
"background-surface": /*elided*/ any;
|
|
10954
|
+
"background-surface-secondary": /*elided*/ any;
|
|
10955
|
+
"background-transparent": /*elided*/ any;
|
|
10162
10956
|
"background-danger-prominent": /*elided*/ any;
|
|
10163
10957
|
"background-danger-prominent-active": /*elided*/ any;
|
|
10164
10958
|
"background-danger-prominent-hover": /*elided*/ any;
|
|
@@ -10167,6 +10961,15 @@ declare const globalCss: <Styles extends {
|
|
|
10167
10961
|
"background-danger-subtle-active": /*elided*/ any;
|
|
10168
10962
|
"background-danger-subtle-hover": /*elided*/ any;
|
|
10169
10963
|
"background-danger-subtle-pressed": /*elided*/ any;
|
|
10964
|
+
"background-interactive-danger": /*elided*/ any;
|
|
10965
|
+
"background-interactive-danger-hover": /*elided*/ any;
|
|
10966
|
+
"background-interactive-danger-pressed": /*elided*/ any;
|
|
10967
|
+
"background-interactive-primary": /*elided*/ any;
|
|
10968
|
+
"background-interactive-primary-hover": /*elided*/ any;
|
|
10969
|
+
"background-interactive-primary-pressed": /*elided*/ any;
|
|
10970
|
+
"background-interactive-selected": /*elided*/ any;
|
|
10971
|
+
"background-interactive-surface-hover": /*elided*/ any;
|
|
10972
|
+
"background-interactive-surface-secondary-hover": /*elided*/ any;
|
|
10170
10973
|
"background-neutrals": /*elided*/ any;
|
|
10171
10974
|
"background-neutrals-active": /*elided*/ any;
|
|
10172
10975
|
"background-neutrals-container": /*elided*/ any;
|
|
@@ -10191,8 +10994,6 @@ declare const globalCss: <Styles extends {
|
|
|
10191
10994
|
"background-neutrals-subtle-hover": /*elided*/ any;
|
|
10192
10995
|
"background-neutrals-subtle-pressed": /*elided*/ any;
|
|
10193
10996
|
"background-neutrals-transparent": /*elided*/ any;
|
|
10194
|
-
"background-static-dark": /*elided*/ any;
|
|
10195
|
-
"background-static-dark-subtle": /*elided*/ any;
|
|
10196
10997
|
"background-primary-prominent": /*elided*/ any;
|
|
10197
10998
|
"background-primary-prominent-active": /*elided*/ any;
|
|
10198
10999
|
"background-primary-prominent-hover": /*elided*/ any;
|
|
@@ -10203,6 +11004,10 @@ declare const globalCss: <Styles extends {
|
|
|
10203
11004
|
"background-primary-subtle-hover": /*elided*/ any;
|
|
10204
11005
|
"background-primary-subtle-pressed": /*elided*/ any;
|
|
10205
11006
|
"background-primary-subtle-selected": /*elided*/ any;
|
|
11007
|
+
"status-background-error": /*elided*/ any;
|
|
11008
|
+
"status-background-info": /*elided*/ any;
|
|
11009
|
+
"status-background-success": /*elided*/ any;
|
|
11010
|
+
"status-background-warning": /*elided*/ any;
|
|
10206
11011
|
"background-success-prominent": /*elided*/ any;
|
|
10207
11012
|
"background-success-prominent-active": /*elided*/ any;
|
|
10208
11013
|
"background-success-prominent-hover": /*elided*/ any;
|
|
@@ -10210,6 +11015,15 @@ declare const globalCss: <Styles extends {
|
|
|
10210
11015
|
"background-success-subtle": /*elided*/ any;
|
|
10211
11016
|
"background-warning-prominent": /*elided*/ any;
|
|
10212
11017
|
"background-warning-subtle": /*elided*/ any;
|
|
11018
|
+
"border-default": /*elided*/ any;
|
|
11019
|
+
"border-disabled": /*elided*/ any;
|
|
11020
|
+
"border-inverted": /*elided*/ any;
|
|
11021
|
+
"border-inverted-subtle": /*elided*/ any;
|
|
11022
|
+
"border-static-dark": /*elided*/ any;
|
|
11023
|
+
"border-static-dark-subtle": /*elided*/ any;
|
|
11024
|
+
"border-strong": /*elided*/ any;
|
|
11025
|
+
"border-subtle": /*elided*/ any;
|
|
11026
|
+
"border-transparent": /*elided*/ any;
|
|
10213
11027
|
"border-danger": /*elided*/ any;
|
|
10214
11028
|
"border-danger-active": /*elided*/ any;
|
|
10215
11029
|
"border-danger-hover": /*elided*/ any;
|
|
@@ -10225,6 +11039,16 @@ declare const globalCss: <Styles extends {
|
|
|
10225
11039
|
"border-focus-success-middle": /*elided*/ any;
|
|
10226
11040
|
"border-focus-success-outer": /*elided*/ any;
|
|
10227
11041
|
"focus-keyboard": /*elided*/ any;
|
|
11042
|
+
"border-interactive-danger": /*elided*/ any;
|
|
11043
|
+
"border-interactive-danger-hover": /*elided*/ any;
|
|
11044
|
+
"border-interactive-danger-pressed": /*elided*/ any;
|
|
11045
|
+
"border-interactive-primary": /*elided*/ any;
|
|
11046
|
+
"border-interactive-primary-hover": /*elided*/ any;
|
|
11047
|
+
"border-interactive-primary-pressed": /*elided*/ any;
|
|
11048
|
+
"border-interactive-secondary": /*elided*/ any;
|
|
11049
|
+
"border-interactive-secondary-hover": /*elided*/ any;
|
|
11050
|
+
"border-interactive-secondary-pressed": /*elided*/ any;
|
|
11051
|
+
"border-interactive-selected": /*elided*/ any;
|
|
10228
11052
|
"border-neutrals": /*elided*/ any;
|
|
10229
11053
|
"border-neutrals-active": /*elided*/ any;
|
|
10230
11054
|
"border-neutrals-controls": /*elided*/ any;
|
|
@@ -10243,8 +11067,6 @@ declare const globalCss: <Styles extends {
|
|
|
10243
11067
|
"border-neutrals-text-subtle-active": /*elided*/ any;
|
|
10244
11068
|
"border-neutrals-text-subtle-hover": /*elided*/ any;
|
|
10245
11069
|
"border-neutrals-transparent": /*elided*/ any;
|
|
10246
|
-
"border-static-dark": /*elided*/ any;
|
|
10247
|
-
"border-static-dark-subtle": /*elided*/ any;
|
|
10248
11070
|
"border-primary": /*elided*/ any;
|
|
10249
11071
|
"border-primary-active": /*elided*/ any;
|
|
10250
11072
|
"border-primary-hover": /*elided*/ any;
|
|
@@ -10252,6 +11074,10 @@ declare const globalCss: <Styles extends {
|
|
|
10252
11074
|
"border-primary-pressed": /*elided*/ any;
|
|
10253
11075
|
"border-primary-selected": /*elided*/ any;
|
|
10254
11076
|
"border-primary-subtle": /*elided*/ any;
|
|
11077
|
+
"status-border-error": /*elided*/ any;
|
|
11078
|
+
"status-border-info": /*elided*/ any;
|
|
11079
|
+
"status-border-success": /*elided*/ any;
|
|
11080
|
+
"status-border-warning": /*elided*/ any;
|
|
10255
11081
|
"border-success": /*elided*/ any;
|
|
10256
11082
|
"border-success-active": /*elided*/ any;
|
|
10257
11083
|
"border-success-hover": /*elided*/ any;
|
|
@@ -10259,12 +11085,46 @@ declare const globalCss: <Styles extends {
|
|
|
10259
11085
|
"border-success-subtle": /*elided*/ any;
|
|
10260
11086
|
"border-warning": /*elided*/ any;
|
|
10261
11087
|
"border-warning-subtle": /*elided*/ any;
|
|
11088
|
+
"button-background-danger": /*elided*/ any;
|
|
11089
|
+
"button-background-danger-hover": /*elided*/ any;
|
|
11090
|
+
"button-background-danger-pressed": /*elided*/ any;
|
|
11091
|
+
"button-background-ghost": /*elided*/ any;
|
|
11092
|
+
"button-background-ghost-hover": /*elided*/ any;
|
|
11093
|
+
"button-background-ghost-pressed": /*elided*/ any;
|
|
10262
11094
|
"button-background-primary": /*elided*/ any;
|
|
10263
11095
|
"button-background-primary-hover": /*elided*/ any;
|
|
10264
11096
|
"button-background-primary-pressed": /*elided*/ any;
|
|
10265
11097
|
"button-background-secondary": /*elided*/ any;
|
|
10266
11098
|
"button-background-secondary-hover": /*elided*/ any;
|
|
10267
11099
|
"button-background-secondary-pressed": /*elided*/ any;
|
|
11100
|
+
"button-background-tertiary": /*elided*/ any;
|
|
11101
|
+
"button-background-tertiary-hover": /*elided*/ any;
|
|
11102
|
+
"button-background-tertiary-pressed": /*elided*/ any;
|
|
11103
|
+
"button-border-danger": /*elided*/ any;
|
|
11104
|
+
"button-border-danger-hover": /*elided*/ any;
|
|
11105
|
+
"button-border-danger-pressed": /*elided*/ any;
|
|
11106
|
+
"button-border-ghost-hover": /*elided*/ any;
|
|
11107
|
+
"button-border-ghost-pressed": /*elided*/ any;
|
|
11108
|
+
"button-border-primary": /*elided*/ any;
|
|
11109
|
+
"button-border-primary-hover": /*elided*/ any;
|
|
11110
|
+
"button-border-primary-pressed": /*elided*/ any;
|
|
11111
|
+
"button-border-secondary": /*elided*/ any;
|
|
11112
|
+
"button-border-secondary-hover": /*elided*/ any;
|
|
11113
|
+
"button-border-secondary-pressed": /*elided*/ any;
|
|
11114
|
+
"button-border-tertiary": /*elided*/ any;
|
|
11115
|
+
"button-border-tertiary-hover": /*elided*/ any;
|
|
11116
|
+
"button-border-tertiary-pressed": /*elided*/ any;
|
|
11117
|
+
"button-icon-on-danger": /*elided*/ any;
|
|
11118
|
+
"button-icon-on-primary": /*elided*/ any;
|
|
11119
|
+
"button-icon-on-secondary": /*elided*/ any;
|
|
11120
|
+
"button-icon-on-tertiary": /*elided*/ any;
|
|
11121
|
+
"button-text-on-danger": /*elided*/ any;
|
|
11122
|
+
"button-text-on-primary": /*elided*/ any;
|
|
11123
|
+
"button-text-on-secondary": /*elided*/ any;
|
|
11124
|
+
"button-text-on-tertiary": /*elided*/ any;
|
|
11125
|
+
"chip-background": /*elided*/ any;
|
|
11126
|
+
"chip-background-hover": /*elided*/ any;
|
|
11127
|
+
"chip-text": /*elided*/ any;
|
|
10268
11128
|
"format-icon-diagram": /*elided*/ any;
|
|
10269
11129
|
"format-icon-docs": /*elided*/ any;
|
|
10270
11130
|
"format-icon-external": /*elided*/ any;
|
|
@@ -10273,17 +11133,66 @@ declare const globalCss: <Styles extends {
|
|
|
10273
11133
|
"format-icon-slides": /*elided*/ any;
|
|
10274
11134
|
"format-icon-table": /*elided*/ any;
|
|
10275
11135
|
"format-icon-timeline": /*elided*/ any;
|
|
11136
|
+
"input-background-active": /*elided*/ any;
|
|
11137
|
+
"input-background-alt-active": /*elided*/ any;
|
|
11138
|
+
"input-background-alt-default": /*elided*/ any;
|
|
11139
|
+
"input-background-alt-hover": /*elided*/ any;
|
|
11140
|
+
"input-background-default": /*elided*/ any;
|
|
11141
|
+
"input-background-disabled": /*elided*/ any;
|
|
11142
|
+
"input-background-hover": /*elided*/ any;
|
|
11143
|
+
"input-border-active": /*elided*/ any;
|
|
11144
|
+
"input-border-default": /*elided*/ any;
|
|
11145
|
+
"input-border-disabled": /*elided*/ any;
|
|
11146
|
+
"input-border-error": /*elided*/ any;
|
|
11147
|
+
"input-border-hover": /*elided*/ any;
|
|
11148
|
+
"input-border-selection-control": /*elided*/ any;
|
|
11149
|
+
"input-border-success": /*elided*/ any;
|
|
10276
11150
|
"notification-background": /*elided*/ any;
|
|
10277
11151
|
"notification-border": /*elided*/ any;
|
|
10278
11152
|
"notification-border-subtle": /*elided*/ any;
|
|
10279
|
-
"
|
|
10280
|
-
"
|
|
11153
|
+
"popover-background": /*elided*/ any;
|
|
11154
|
+
"popover-border": /*elided*/ any;
|
|
11155
|
+
"scrollbar-background": /*elided*/ any;
|
|
11156
|
+
"scrollbar-background-hover": /*elided*/ any;
|
|
11157
|
+
"slider-background": /*elided*/ any;
|
|
11158
|
+
"slider-notch-background": /*elided*/ any;
|
|
11159
|
+
"switch-background-default": /*elided*/ any;
|
|
11160
|
+
"switch-background-hover": /*elided*/ any;
|
|
11161
|
+
"switch-control-background": /*elided*/ any;
|
|
10281
11162
|
"tooltip-background": /*elided*/ any;
|
|
11163
|
+
"tooltip-background-inset": /*elided*/ any;
|
|
10282
11164
|
"icon-danger": /*elided*/ any;
|
|
10283
11165
|
"icon-danger-active": /*elided*/ any;
|
|
10284
11166
|
"icon-danger-hover": /*elided*/ any;
|
|
10285
11167
|
"icon-danger-inverted": /*elided*/ any;
|
|
10286
11168
|
"icon-danger-pressed": /*elided*/ any;
|
|
11169
|
+
"icon-default": /*elided*/ any;
|
|
11170
|
+
"icon-disabled": /*elided*/ any;
|
|
11171
|
+
"icon-inverted": /*elided*/ any;
|
|
11172
|
+
"icon-inverted-secondary": /*elided*/ any;
|
|
11173
|
+
"icon-muted": /*elided*/ any;
|
|
11174
|
+
"icon-on-disabled": /*elided*/ any;
|
|
11175
|
+
"icon-on-static-dark": /*elided*/ any;
|
|
11176
|
+
"icon-on-static-dark-subtle": /*elided*/ any;
|
|
11177
|
+
"icon-placeholder": /*elided*/ any;
|
|
11178
|
+
"icon-secondary": /*elided*/ any;
|
|
11179
|
+
"icon-interactive-selected": /*elided*/ any;
|
|
11180
|
+
"icon-link": /*elided*/ any;
|
|
11181
|
+
"icon-link-hover": /*elided*/ any;
|
|
11182
|
+
"icon-link-on-inverted": /*elided*/ any;
|
|
11183
|
+
"icon-link-on-inverted-hover": /*elided*/ any;
|
|
11184
|
+
"icon-link-on-inverted-pressed": /*elided*/ any;
|
|
11185
|
+
"icon-link-on-inverted-secondary": /*elided*/ any;
|
|
11186
|
+
"icon-link-on-inverted-secondary-hover": /*elided*/ any;
|
|
11187
|
+
"icon-link-on-inverted-secondary-pressed": /*elided*/ any;
|
|
11188
|
+
"icon-link-pressed": /*elided*/ any;
|
|
11189
|
+
"icon-link-secondary": /*elided*/ any;
|
|
11190
|
+
"icon-link-secondary-hover": /*elided*/ any;
|
|
11191
|
+
"icon-link-secondary-pressed": /*elided*/ any;
|
|
11192
|
+
"icon-on-interactive-danger": /*elided*/ any;
|
|
11193
|
+
"icon-on-interactive-primary": /*elided*/ any;
|
|
11194
|
+
"icon-on-interactive-secondary": /*elided*/ any;
|
|
11195
|
+
"icon-on-interactive-selected": /*elided*/ any;
|
|
10287
11196
|
"icon-neutrals": /*elided*/ any;
|
|
10288
11197
|
"icon-neutrals-disabled": /*elided*/ any;
|
|
10289
11198
|
"icon-neutrals-hover": /*elided*/ any;
|
|
@@ -10300,8 +11209,6 @@ declare const globalCss: <Styles extends {
|
|
|
10300
11209
|
"icon-neutrals-subtle-hover": /*elided*/ any;
|
|
10301
11210
|
"icon-neutrals-subtle-pressed": /*elided*/ any;
|
|
10302
11211
|
"icon-neutrals-text": /*elided*/ any;
|
|
10303
|
-
"icon-on-static-dark": /*elided*/ any;
|
|
10304
|
-
"icon-on-static-dark-subtle": /*elided*/ any;
|
|
10305
11212
|
"icon-primary": /*elided*/ any;
|
|
10306
11213
|
"icon-primary-active": /*elided*/ any;
|
|
10307
11214
|
"icon-primary-hover": /*elided*/ any;
|
|
@@ -10309,6 +11216,13 @@ declare const globalCss: <Styles extends {
|
|
|
10309
11216
|
"icon-primary-inverted-hover": /*elided*/ any;
|
|
10310
11217
|
"icon-primary-pressed": /*elided*/ any;
|
|
10311
11218
|
"icon-primary-selected": /*elided*/ any;
|
|
11219
|
+
"status-icon-error": /*elided*/ any;
|
|
11220
|
+
"status-icon-on-error": /*elided*/ any;
|
|
11221
|
+
"status-icon-on-info": /*elided*/ any;
|
|
11222
|
+
"status-icon-on-success": /*elided*/ any;
|
|
11223
|
+
"status-icon-on-warning": /*elided*/ any;
|
|
11224
|
+
"status-icon-success": /*elided*/ any;
|
|
11225
|
+
"status-icon-warning": /*elided*/ any;
|
|
10312
11226
|
"icon-success": /*elided*/ any;
|
|
10313
11227
|
"icon-success-active": /*elided*/ any;
|
|
10314
11228
|
"icon-success-hover": /*elided*/ any;
|
|
@@ -10322,6 +11236,23 @@ declare const globalCss: <Styles extends {
|
|
|
10322
11236
|
"text-danger-hover": /*elided*/ any;
|
|
10323
11237
|
"text-danger-inverted": /*elided*/ any;
|
|
10324
11238
|
"text-danger-pressed": /*elided*/ any;
|
|
11239
|
+
"text-interactive-selected": /*elided*/ any;
|
|
11240
|
+
"text-link": /*elided*/ any;
|
|
11241
|
+
"text-link-hover": /*elided*/ any;
|
|
11242
|
+
"text-link-on-inverted": /*elided*/ any;
|
|
11243
|
+
"text-link-on-inverted-hover": /*elided*/ any;
|
|
11244
|
+
"text-link-on-inverted-pressed": /*elided*/ any;
|
|
11245
|
+
"text-link-on-inverted-secondary": /*elided*/ any;
|
|
11246
|
+
"text-link-on-inverted-secondary-hover": /*elided*/ any;
|
|
11247
|
+
"text-link-on-inverted-secondary-pressed": /*elided*/ any;
|
|
11248
|
+
"text-link-pressed": /*elided*/ any;
|
|
11249
|
+
"text-link-secondary": /*elided*/ any;
|
|
11250
|
+
"text-link-secondary-hover": /*elided*/ any;
|
|
11251
|
+
"text-link-secondary-pressed": /*elided*/ any;
|
|
11252
|
+
"text-on-interactive-danger": /*elided*/ any;
|
|
11253
|
+
"text-on-interactive-primary": /*elided*/ any;
|
|
11254
|
+
"text-on-interactive-secondary": /*elided*/ any;
|
|
11255
|
+
"text-on-interactive-selected": /*elided*/ any;
|
|
10325
11256
|
"text-neutrals": /*elided*/ any;
|
|
10326
11257
|
"text-neutrals-active": /*elided*/ any;
|
|
10327
11258
|
"text-neutrals-disabled": /*elided*/ any;
|
|
@@ -10337,9 +11268,6 @@ declare const globalCss: <Styles extends {
|
|
|
10337
11268
|
"text-neutrals-subtle-active": /*elided*/ any;
|
|
10338
11269
|
"text-neutrals-subtle-hover": /*elided*/ any;
|
|
10339
11270
|
"text-neutrals-subtle-pressed": /*elided*/ any;
|
|
10340
|
-
"text-on-static-dark": /*elided*/ any;
|
|
10341
|
-
"text-on-static-dark-subtle": /*elided*/ any;
|
|
10342
|
-
"text-on-primary": /*elided*/ any;
|
|
10343
11271
|
"text-primary": /*elided*/ any;
|
|
10344
11272
|
"text-primary-active": /*elided*/ any;
|
|
10345
11273
|
"text-primary-hover": /*elided*/ any;
|
|
@@ -10347,11 +11275,28 @@ declare const globalCss: <Styles extends {
|
|
|
10347
11275
|
"text-primary-inverted-subtle": /*elided*/ any;
|
|
10348
11276
|
"text-primary-pressed": /*elided*/ any;
|
|
10349
11277
|
"text-primary-selected": /*elided*/ any;
|
|
11278
|
+
"status-text-error": /*elided*/ any;
|
|
11279
|
+
"status-text-on-error": /*elided*/ any;
|
|
11280
|
+
"status-text-on-info": /*elided*/ any;
|
|
11281
|
+
"status-text-on-success": /*elided*/ any;
|
|
11282
|
+
"status-text-on-warning": /*elided*/ any;
|
|
11283
|
+
"status-text-success": /*elided*/ any;
|
|
11284
|
+
"status-text-warning": /*elided*/ any;
|
|
10350
11285
|
"text-success": /*elided*/ any;
|
|
10351
11286
|
"text-success-active": /*elided*/ any;
|
|
10352
11287
|
"text-success-hover": /*elided*/ any;
|
|
10353
11288
|
"text-success-inverted": /*elided*/ any;
|
|
10354
11289
|
"text-success-pressed": /*elided*/ any;
|
|
11290
|
+
"text-default": /*elided*/ any;
|
|
11291
|
+
"text-disabled": /*elided*/ any;
|
|
11292
|
+
"text-inverted": /*elided*/ any;
|
|
11293
|
+
"text-inverted-secondary": /*elided*/ any;
|
|
11294
|
+
"text-muted": /*elided*/ any;
|
|
11295
|
+
"text-on-disabled": /*elided*/ any;
|
|
11296
|
+
"text-on-static-dark": /*elided*/ any;
|
|
11297
|
+
"text-on-static-dark-subtle": /*elided*/ any;
|
|
11298
|
+
"text-placeholder": /*elided*/ any;
|
|
11299
|
+
"text-secondary": /*elided*/ any;
|
|
10355
11300
|
"text-warning": /*elided*/ any;
|
|
10356
11301
|
"text-warning-subtle": /*elided*/ any;
|
|
10357
11302
|
"coal-background": /*elided*/ any;
|
|
@@ -10626,7 +11571,12 @@ declare const globalCss: <Styles extends {
|
|
|
10626
11571
|
readonly 50: "4px";
|
|
10627
11572
|
readonly 75: "6px";
|
|
10628
11573
|
readonly 100: "8px";
|
|
11574
|
+
readonly 150: "12px";
|
|
10629
11575
|
readonly 200: "16px";
|
|
11576
|
+
readonly 300: "24px";
|
|
11577
|
+
readonly 400: "32px";
|
|
11578
|
+
readonly 500: "40px";
|
|
11579
|
+
readonly 600: "48px";
|
|
10630
11580
|
readonly round: "999px";
|
|
10631
11581
|
};
|
|
10632
11582
|
shadows: Required<_mirohq_design_system_themes_web.Theme["shadows"]>;
|
|
@@ -10884,6 +11834,27 @@ declare const globalCss: <Styles extends {
|
|
|
10884
11834
|
readonly 'blue-850': /*elided*/ any;
|
|
10885
11835
|
readonly 'blue-900': /*elided*/ any;
|
|
10886
11836
|
readonly 'blue-950': /*elided*/ any;
|
|
11837
|
+
readonly 'cloud-100': /*elided*/ any;
|
|
11838
|
+
readonly 'cloud-1000': /*elided*/ any;
|
|
11839
|
+
readonly 'cloud-150': /*elided*/ any;
|
|
11840
|
+
readonly 'cloud-200': /*elided*/ any;
|
|
11841
|
+
readonly 'cloud-250': /*elided*/ any;
|
|
11842
|
+
readonly 'cloud-300': /*elided*/ any;
|
|
11843
|
+
readonly 'cloud-350': /*elided*/ any;
|
|
11844
|
+
readonly 'cloud-400': /*elided*/ any;
|
|
11845
|
+
readonly 'cloud-450': /*elided*/ any;
|
|
11846
|
+
readonly 'cloud-475': /*elided*/ any;
|
|
11847
|
+
readonly 'cloud-50': /*elided*/ any;
|
|
11848
|
+
readonly 'cloud-500': /*elided*/ any;
|
|
11849
|
+
readonly 'cloud-550': /*elided*/ any;
|
|
11850
|
+
readonly 'cloud-600': /*elided*/ any;
|
|
11851
|
+
readonly 'cloud-650': /*elided*/ any;
|
|
11852
|
+
readonly 'cloud-700': /*elided*/ any;
|
|
11853
|
+
readonly 'cloud-750': /*elided*/ any;
|
|
11854
|
+
readonly 'cloud-800': /*elided*/ any;
|
|
11855
|
+
readonly 'cloud-850': /*elided*/ any;
|
|
11856
|
+
readonly 'cloud-900': /*elided*/ any;
|
|
11857
|
+
readonly 'cloud-950': /*elided*/ any;
|
|
10887
11858
|
readonly 'coal-100': /*elided*/ any;
|
|
10888
11859
|
readonly 'coal-150': /*elided*/ any;
|
|
10889
11860
|
readonly 'coal-200': /*elided*/ any;
|
|
@@ -11154,6 +12125,19 @@ declare const globalCss: <Styles extends {
|
|
|
11154
12125
|
"background-alpha-neutrals-overlay": /*elided*/ any;
|
|
11155
12126
|
"background-alpha-neutrals-overlay-subtle": /*elided*/ any;
|
|
11156
12127
|
"background-alpha-subtle": /*elided*/ any;
|
|
12128
|
+
"background-canvas": /*elided*/ any;
|
|
12129
|
+
"background-disabled": /*elided*/ any;
|
|
12130
|
+
"background-elevated": /*elided*/ any;
|
|
12131
|
+
"background-inverted": /*elided*/ any;
|
|
12132
|
+
"background-inverted-secondary": /*elided*/ any;
|
|
12133
|
+
"background-layout": /*elided*/ any;
|
|
12134
|
+
"background-overlay": /*elided*/ any;
|
|
12135
|
+
"background-static-dark": /*elided*/ any;
|
|
12136
|
+
"background-static-dark-subtle": /*elided*/ any;
|
|
12137
|
+
"background-static-light": /*elided*/ any;
|
|
12138
|
+
"background-surface": /*elided*/ any;
|
|
12139
|
+
"background-surface-secondary": /*elided*/ any;
|
|
12140
|
+
"background-transparent": /*elided*/ any;
|
|
11157
12141
|
"background-danger-prominent": /*elided*/ any;
|
|
11158
12142
|
"background-danger-prominent-active": /*elided*/ any;
|
|
11159
12143
|
"background-danger-prominent-hover": /*elided*/ any;
|
|
@@ -11162,6 +12146,15 @@ declare const globalCss: <Styles extends {
|
|
|
11162
12146
|
"background-danger-subtle-active": /*elided*/ any;
|
|
11163
12147
|
"background-danger-subtle-hover": /*elided*/ any;
|
|
11164
12148
|
"background-danger-subtle-pressed": /*elided*/ any;
|
|
12149
|
+
"background-interactive-danger": /*elided*/ any;
|
|
12150
|
+
"background-interactive-danger-hover": /*elided*/ any;
|
|
12151
|
+
"background-interactive-danger-pressed": /*elided*/ any;
|
|
12152
|
+
"background-interactive-primary": /*elided*/ any;
|
|
12153
|
+
"background-interactive-primary-hover": /*elided*/ any;
|
|
12154
|
+
"background-interactive-primary-pressed": /*elided*/ any;
|
|
12155
|
+
"background-interactive-selected": /*elided*/ any;
|
|
12156
|
+
"background-interactive-surface-hover": /*elided*/ any;
|
|
12157
|
+
"background-interactive-surface-secondary-hover": /*elided*/ any;
|
|
11165
12158
|
"background-neutrals": /*elided*/ any;
|
|
11166
12159
|
"background-neutrals-active": /*elided*/ any;
|
|
11167
12160
|
"background-neutrals-container": /*elided*/ any;
|
|
@@ -11186,8 +12179,6 @@ declare const globalCss: <Styles extends {
|
|
|
11186
12179
|
"background-neutrals-subtle-hover": /*elided*/ any;
|
|
11187
12180
|
"background-neutrals-subtle-pressed": /*elided*/ any;
|
|
11188
12181
|
"background-neutrals-transparent": /*elided*/ any;
|
|
11189
|
-
"background-static-dark": /*elided*/ any;
|
|
11190
|
-
"background-static-dark-subtle": /*elided*/ any;
|
|
11191
12182
|
"background-primary-prominent": /*elided*/ any;
|
|
11192
12183
|
"background-primary-prominent-active": /*elided*/ any;
|
|
11193
12184
|
"background-primary-prominent-hover": /*elided*/ any;
|
|
@@ -11198,6 +12189,10 @@ declare const globalCss: <Styles extends {
|
|
|
11198
12189
|
"background-primary-subtle-hover": /*elided*/ any;
|
|
11199
12190
|
"background-primary-subtle-pressed": /*elided*/ any;
|
|
11200
12191
|
"background-primary-subtle-selected": /*elided*/ any;
|
|
12192
|
+
"status-background-error": /*elided*/ any;
|
|
12193
|
+
"status-background-info": /*elided*/ any;
|
|
12194
|
+
"status-background-success": /*elided*/ any;
|
|
12195
|
+
"status-background-warning": /*elided*/ any;
|
|
11201
12196
|
"background-success-prominent": /*elided*/ any;
|
|
11202
12197
|
"background-success-prominent-active": /*elided*/ any;
|
|
11203
12198
|
"background-success-prominent-hover": /*elided*/ any;
|
|
@@ -11205,6 +12200,15 @@ declare const globalCss: <Styles extends {
|
|
|
11205
12200
|
"background-success-subtle": /*elided*/ any;
|
|
11206
12201
|
"background-warning-prominent": /*elided*/ any;
|
|
11207
12202
|
"background-warning-subtle": /*elided*/ any;
|
|
12203
|
+
"border-default": /*elided*/ any;
|
|
12204
|
+
"border-disabled": /*elided*/ any;
|
|
12205
|
+
"border-inverted": /*elided*/ any;
|
|
12206
|
+
"border-inverted-subtle": /*elided*/ any;
|
|
12207
|
+
"border-static-dark": /*elided*/ any;
|
|
12208
|
+
"border-static-dark-subtle": /*elided*/ any;
|
|
12209
|
+
"border-strong": /*elided*/ any;
|
|
12210
|
+
"border-subtle": /*elided*/ any;
|
|
12211
|
+
"border-transparent": /*elided*/ any;
|
|
11208
12212
|
"border-danger": /*elided*/ any;
|
|
11209
12213
|
"border-danger-active": /*elided*/ any;
|
|
11210
12214
|
"border-danger-hover": /*elided*/ any;
|
|
@@ -11220,6 +12224,16 @@ declare const globalCss: <Styles extends {
|
|
|
11220
12224
|
"border-focus-success-middle": /*elided*/ any;
|
|
11221
12225
|
"border-focus-success-outer": /*elided*/ any;
|
|
11222
12226
|
"focus-keyboard": /*elided*/ any;
|
|
12227
|
+
"border-interactive-danger": /*elided*/ any;
|
|
12228
|
+
"border-interactive-danger-hover": /*elided*/ any;
|
|
12229
|
+
"border-interactive-danger-pressed": /*elided*/ any;
|
|
12230
|
+
"border-interactive-primary": /*elided*/ any;
|
|
12231
|
+
"border-interactive-primary-hover": /*elided*/ any;
|
|
12232
|
+
"border-interactive-primary-pressed": /*elided*/ any;
|
|
12233
|
+
"border-interactive-secondary": /*elided*/ any;
|
|
12234
|
+
"border-interactive-secondary-hover": /*elided*/ any;
|
|
12235
|
+
"border-interactive-secondary-pressed": /*elided*/ any;
|
|
12236
|
+
"border-interactive-selected": /*elided*/ any;
|
|
11223
12237
|
"border-neutrals": /*elided*/ any;
|
|
11224
12238
|
"border-neutrals-active": /*elided*/ any;
|
|
11225
12239
|
"border-neutrals-controls": /*elided*/ any;
|
|
@@ -11238,8 +12252,6 @@ declare const globalCss: <Styles extends {
|
|
|
11238
12252
|
"border-neutrals-text-subtle-active": /*elided*/ any;
|
|
11239
12253
|
"border-neutrals-text-subtle-hover": /*elided*/ any;
|
|
11240
12254
|
"border-neutrals-transparent": /*elided*/ any;
|
|
11241
|
-
"border-static-dark": /*elided*/ any;
|
|
11242
|
-
"border-static-dark-subtle": /*elided*/ any;
|
|
11243
12255
|
"border-primary": /*elided*/ any;
|
|
11244
12256
|
"border-primary-active": /*elided*/ any;
|
|
11245
12257
|
"border-primary-hover": /*elided*/ any;
|
|
@@ -11247,6 +12259,10 @@ declare const globalCss: <Styles extends {
|
|
|
11247
12259
|
"border-primary-pressed": /*elided*/ any;
|
|
11248
12260
|
"border-primary-selected": /*elided*/ any;
|
|
11249
12261
|
"border-primary-subtle": /*elided*/ any;
|
|
12262
|
+
"status-border-error": /*elided*/ any;
|
|
12263
|
+
"status-border-info": /*elided*/ any;
|
|
12264
|
+
"status-border-success": /*elided*/ any;
|
|
12265
|
+
"status-border-warning": /*elided*/ any;
|
|
11250
12266
|
"border-success": /*elided*/ any;
|
|
11251
12267
|
"border-success-active": /*elided*/ any;
|
|
11252
12268
|
"border-success-hover": /*elided*/ any;
|
|
@@ -11254,12 +12270,46 @@ declare const globalCss: <Styles extends {
|
|
|
11254
12270
|
"border-success-subtle": /*elided*/ any;
|
|
11255
12271
|
"border-warning": /*elided*/ any;
|
|
11256
12272
|
"border-warning-subtle": /*elided*/ any;
|
|
12273
|
+
"button-background-danger": /*elided*/ any;
|
|
12274
|
+
"button-background-danger-hover": /*elided*/ any;
|
|
12275
|
+
"button-background-danger-pressed": /*elided*/ any;
|
|
12276
|
+
"button-background-ghost": /*elided*/ any;
|
|
12277
|
+
"button-background-ghost-hover": /*elided*/ any;
|
|
12278
|
+
"button-background-ghost-pressed": /*elided*/ any;
|
|
11257
12279
|
"button-background-primary": /*elided*/ any;
|
|
11258
12280
|
"button-background-primary-hover": /*elided*/ any;
|
|
11259
12281
|
"button-background-primary-pressed": /*elided*/ any;
|
|
11260
12282
|
"button-background-secondary": /*elided*/ any;
|
|
11261
12283
|
"button-background-secondary-hover": /*elided*/ any;
|
|
11262
12284
|
"button-background-secondary-pressed": /*elided*/ any;
|
|
12285
|
+
"button-background-tertiary": /*elided*/ any;
|
|
12286
|
+
"button-background-tertiary-hover": /*elided*/ any;
|
|
12287
|
+
"button-background-tertiary-pressed": /*elided*/ any;
|
|
12288
|
+
"button-border-danger": /*elided*/ any;
|
|
12289
|
+
"button-border-danger-hover": /*elided*/ any;
|
|
12290
|
+
"button-border-danger-pressed": /*elided*/ any;
|
|
12291
|
+
"button-border-ghost-hover": /*elided*/ any;
|
|
12292
|
+
"button-border-ghost-pressed": /*elided*/ any;
|
|
12293
|
+
"button-border-primary": /*elided*/ any;
|
|
12294
|
+
"button-border-primary-hover": /*elided*/ any;
|
|
12295
|
+
"button-border-primary-pressed": /*elided*/ any;
|
|
12296
|
+
"button-border-secondary": /*elided*/ any;
|
|
12297
|
+
"button-border-secondary-hover": /*elided*/ any;
|
|
12298
|
+
"button-border-secondary-pressed": /*elided*/ any;
|
|
12299
|
+
"button-border-tertiary": /*elided*/ any;
|
|
12300
|
+
"button-border-tertiary-hover": /*elided*/ any;
|
|
12301
|
+
"button-border-tertiary-pressed": /*elided*/ any;
|
|
12302
|
+
"button-icon-on-danger": /*elided*/ any;
|
|
12303
|
+
"button-icon-on-primary": /*elided*/ any;
|
|
12304
|
+
"button-icon-on-secondary": /*elided*/ any;
|
|
12305
|
+
"button-icon-on-tertiary": /*elided*/ any;
|
|
12306
|
+
"button-text-on-danger": /*elided*/ any;
|
|
12307
|
+
"button-text-on-primary": /*elided*/ any;
|
|
12308
|
+
"button-text-on-secondary": /*elided*/ any;
|
|
12309
|
+
"button-text-on-tertiary": /*elided*/ any;
|
|
12310
|
+
"chip-background": /*elided*/ any;
|
|
12311
|
+
"chip-background-hover": /*elided*/ any;
|
|
12312
|
+
"chip-text": /*elided*/ any;
|
|
11263
12313
|
"format-icon-diagram": /*elided*/ any;
|
|
11264
12314
|
"format-icon-docs": /*elided*/ any;
|
|
11265
12315
|
"format-icon-external": /*elided*/ any;
|
|
@@ -11268,17 +12318,66 @@ declare const globalCss: <Styles extends {
|
|
|
11268
12318
|
"format-icon-slides": /*elided*/ any;
|
|
11269
12319
|
"format-icon-table": /*elided*/ any;
|
|
11270
12320
|
"format-icon-timeline": /*elided*/ any;
|
|
12321
|
+
"input-background-active": /*elided*/ any;
|
|
12322
|
+
"input-background-alt-active": /*elided*/ any;
|
|
12323
|
+
"input-background-alt-default": /*elided*/ any;
|
|
12324
|
+
"input-background-alt-hover": /*elided*/ any;
|
|
12325
|
+
"input-background-default": /*elided*/ any;
|
|
12326
|
+
"input-background-disabled": /*elided*/ any;
|
|
12327
|
+
"input-background-hover": /*elided*/ any;
|
|
12328
|
+
"input-border-active": /*elided*/ any;
|
|
12329
|
+
"input-border-default": /*elided*/ any;
|
|
12330
|
+
"input-border-disabled": /*elided*/ any;
|
|
12331
|
+
"input-border-error": /*elided*/ any;
|
|
12332
|
+
"input-border-hover": /*elided*/ any;
|
|
12333
|
+
"input-border-selection-control": /*elided*/ any;
|
|
12334
|
+
"input-border-success": /*elided*/ any;
|
|
11271
12335
|
"notification-background": /*elided*/ any;
|
|
11272
12336
|
"notification-border": /*elided*/ any;
|
|
11273
12337
|
"notification-border-subtle": /*elided*/ any;
|
|
11274
|
-
"
|
|
11275
|
-
"
|
|
12338
|
+
"popover-background": /*elided*/ any;
|
|
12339
|
+
"popover-border": /*elided*/ any;
|
|
12340
|
+
"scrollbar-background": /*elided*/ any;
|
|
12341
|
+
"scrollbar-background-hover": /*elided*/ any;
|
|
12342
|
+
"slider-background": /*elided*/ any;
|
|
12343
|
+
"slider-notch-background": /*elided*/ any;
|
|
12344
|
+
"switch-background-default": /*elided*/ any;
|
|
12345
|
+
"switch-background-hover": /*elided*/ any;
|
|
12346
|
+
"switch-control-background": /*elided*/ any;
|
|
11276
12347
|
"tooltip-background": /*elided*/ any;
|
|
12348
|
+
"tooltip-background-inset": /*elided*/ any;
|
|
11277
12349
|
"icon-danger": /*elided*/ any;
|
|
11278
12350
|
"icon-danger-active": /*elided*/ any;
|
|
11279
12351
|
"icon-danger-hover": /*elided*/ any;
|
|
11280
12352
|
"icon-danger-inverted": /*elided*/ any;
|
|
11281
12353
|
"icon-danger-pressed": /*elided*/ any;
|
|
12354
|
+
"icon-default": /*elided*/ any;
|
|
12355
|
+
"icon-disabled": /*elided*/ any;
|
|
12356
|
+
"icon-inverted": /*elided*/ any;
|
|
12357
|
+
"icon-inverted-secondary": /*elided*/ any;
|
|
12358
|
+
"icon-muted": /*elided*/ any;
|
|
12359
|
+
"icon-on-disabled": /*elided*/ any;
|
|
12360
|
+
"icon-on-static-dark": /*elided*/ any;
|
|
12361
|
+
"icon-on-static-dark-subtle": /*elided*/ any;
|
|
12362
|
+
"icon-placeholder": /*elided*/ any;
|
|
12363
|
+
"icon-secondary": /*elided*/ any;
|
|
12364
|
+
"icon-interactive-selected": /*elided*/ any;
|
|
12365
|
+
"icon-link": /*elided*/ any;
|
|
12366
|
+
"icon-link-hover": /*elided*/ any;
|
|
12367
|
+
"icon-link-on-inverted": /*elided*/ any;
|
|
12368
|
+
"icon-link-on-inverted-hover": /*elided*/ any;
|
|
12369
|
+
"icon-link-on-inverted-pressed": /*elided*/ any;
|
|
12370
|
+
"icon-link-on-inverted-secondary": /*elided*/ any;
|
|
12371
|
+
"icon-link-on-inverted-secondary-hover": /*elided*/ any;
|
|
12372
|
+
"icon-link-on-inverted-secondary-pressed": /*elided*/ any;
|
|
12373
|
+
"icon-link-pressed": /*elided*/ any;
|
|
12374
|
+
"icon-link-secondary": /*elided*/ any;
|
|
12375
|
+
"icon-link-secondary-hover": /*elided*/ any;
|
|
12376
|
+
"icon-link-secondary-pressed": /*elided*/ any;
|
|
12377
|
+
"icon-on-interactive-danger": /*elided*/ any;
|
|
12378
|
+
"icon-on-interactive-primary": /*elided*/ any;
|
|
12379
|
+
"icon-on-interactive-secondary": /*elided*/ any;
|
|
12380
|
+
"icon-on-interactive-selected": /*elided*/ any;
|
|
11282
12381
|
"icon-neutrals": /*elided*/ any;
|
|
11283
12382
|
"icon-neutrals-disabled": /*elided*/ any;
|
|
11284
12383
|
"icon-neutrals-hover": /*elided*/ any;
|
|
@@ -11295,8 +12394,6 @@ declare const globalCss: <Styles extends {
|
|
|
11295
12394
|
"icon-neutrals-subtle-hover": /*elided*/ any;
|
|
11296
12395
|
"icon-neutrals-subtle-pressed": /*elided*/ any;
|
|
11297
12396
|
"icon-neutrals-text": /*elided*/ any;
|
|
11298
|
-
"icon-on-static-dark": /*elided*/ any;
|
|
11299
|
-
"icon-on-static-dark-subtle": /*elided*/ any;
|
|
11300
12397
|
"icon-primary": /*elided*/ any;
|
|
11301
12398
|
"icon-primary-active": /*elided*/ any;
|
|
11302
12399
|
"icon-primary-hover": /*elided*/ any;
|
|
@@ -11304,6 +12401,13 @@ declare const globalCss: <Styles extends {
|
|
|
11304
12401
|
"icon-primary-inverted-hover": /*elided*/ any;
|
|
11305
12402
|
"icon-primary-pressed": /*elided*/ any;
|
|
11306
12403
|
"icon-primary-selected": /*elided*/ any;
|
|
12404
|
+
"status-icon-error": /*elided*/ any;
|
|
12405
|
+
"status-icon-on-error": /*elided*/ any;
|
|
12406
|
+
"status-icon-on-info": /*elided*/ any;
|
|
12407
|
+
"status-icon-on-success": /*elided*/ any;
|
|
12408
|
+
"status-icon-on-warning": /*elided*/ any;
|
|
12409
|
+
"status-icon-success": /*elided*/ any;
|
|
12410
|
+
"status-icon-warning": /*elided*/ any;
|
|
11307
12411
|
"icon-success": /*elided*/ any;
|
|
11308
12412
|
"icon-success-active": /*elided*/ any;
|
|
11309
12413
|
"icon-success-hover": /*elided*/ any;
|
|
@@ -11317,6 +12421,23 @@ declare const globalCss: <Styles extends {
|
|
|
11317
12421
|
"text-danger-hover": /*elided*/ any;
|
|
11318
12422
|
"text-danger-inverted": /*elided*/ any;
|
|
11319
12423
|
"text-danger-pressed": /*elided*/ any;
|
|
12424
|
+
"text-interactive-selected": /*elided*/ any;
|
|
12425
|
+
"text-link": /*elided*/ any;
|
|
12426
|
+
"text-link-hover": /*elided*/ any;
|
|
12427
|
+
"text-link-on-inverted": /*elided*/ any;
|
|
12428
|
+
"text-link-on-inverted-hover": /*elided*/ any;
|
|
12429
|
+
"text-link-on-inverted-pressed": /*elided*/ any;
|
|
12430
|
+
"text-link-on-inverted-secondary": /*elided*/ any;
|
|
12431
|
+
"text-link-on-inverted-secondary-hover": /*elided*/ any;
|
|
12432
|
+
"text-link-on-inverted-secondary-pressed": /*elided*/ any;
|
|
12433
|
+
"text-link-pressed": /*elided*/ any;
|
|
12434
|
+
"text-link-secondary": /*elided*/ any;
|
|
12435
|
+
"text-link-secondary-hover": /*elided*/ any;
|
|
12436
|
+
"text-link-secondary-pressed": /*elided*/ any;
|
|
12437
|
+
"text-on-interactive-danger": /*elided*/ any;
|
|
12438
|
+
"text-on-interactive-primary": /*elided*/ any;
|
|
12439
|
+
"text-on-interactive-secondary": /*elided*/ any;
|
|
12440
|
+
"text-on-interactive-selected": /*elided*/ any;
|
|
11320
12441
|
"text-neutrals": /*elided*/ any;
|
|
11321
12442
|
"text-neutrals-active": /*elided*/ any;
|
|
11322
12443
|
"text-neutrals-disabled": /*elided*/ any;
|
|
@@ -11332,9 +12453,6 @@ declare const globalCss: <Styles extends {
|
|
|
11332
12453
|
"text-neutrals-subtle-active": /*elided*/ any;
|
|
11333
12454
|
"text-neutrals-subtle-hover": /*elided*/ any;
|
|
11334
12455
|
"text-neutrals-subtle-pressed": /*elided*/ any;
|
|
11335
|
-
"text-on-static-dark": /*elided*/ any;
|
|
11336
|
-
"text-on-static-dark-subtle": /*elided*/ any;
|
|
11337
|
-
"text-on-primary": /*elided*/ any;
|
|
11338
12456
|
"text-primary": /*elided*/ any;
|
|
11339
12457
|
"text-primary-active": /*elided*/ any;
|
|
11340
12458
|
"text-primary-hover": /*elided*/ any;
|
|
@@ -11342,11 +12460,28 @@ declare const globalCss: <Styles extends {
|
|
|
11342
12460
|
"text-primary-inverted-subtle": /*elided*/ any;
|
|
11343
12461
|
"text-primary-pressed": /*elided*/ any;
|
|
11344
12462
|
"text-primary-selected": /*elided*/ any;
|
|
12463
|
+
"status-text-error": /*elided*/ any;
|
|
12464
|
+
"status-text-on-error": /*elided*/ any;
|
|
12465
|
+
"status-text-on-info": /*elided*/ any;
|
|
12466
|
+
"status-text-on-success": /*elided*/ any;
|
|
12467
|
+
"status-text-on-warning": /*elided*/ any;
|
|
12468
|
+
"status-text-success": /*elided*/ any;
|
|
12469
|
+
"status-text-warning": /*elided*/ any;
|
|
11345
12470
|
"text-success": /*elided*/ any;
|
|
11346
12471
|
"text-success-active": /*elided*/ any;
|
|
11347
12472
|
"text-success-hover": /*elided*/ any;
|
|
11348
12473
|
"text-success-inverted": /*elided*/ any;
|
|
11349
12474
|
"text-success-pressed": /*elided*/ any;
|
|
12475
|
+
"text-default": /*elided*/ any;
|
|
12476
|
+
"text-disabled": /*elided*/ any;
|
|
12477
|
+
"text-inverted": /*elided*/ any;
|
|
12478
|
+
"text-inverted-secondary": /*elided*/ any;
|
|
12479
|
+
"text-muted": /*elided*/ any;
|
|
12480
|
+
"text-on-disabled": /*elided*/ any;
|
|
12481
|
+
"text-on-static-dark": /*elided*/ any;
|
|
12482
|
+
"text-on-static-dark-subtle": /*elided*/ any;
|
|
12483
|
+
"text-placeholder": /*elided*/ any;
|
|
12484
|
+
"text-secondary": /*elided*/ any;
|
|
11350
12485
|
"text-warning": /*elided*/ any;
|
|
11351
12486
|
"text-warning-subtle": /*elided*/ any;
|
|
11352
12487
|
"coal-background": /*elided*/ any;
|
|
@@ -11621,7 +12756,12 @@ declare const globalCss: <Styles extends {
|
|
|
11621
12756
|
readonly 50: "4px";
|
|
11622
12757
|
readonly 75: "6px";
|
|
11623
12758
|
readonly 100: "8px";
|
|
12759
|
+
readonly 150: "12px";
|
|
11624
12760
|
readonly 200: "16px";
|
|
12761
|
+
readonly 300: "24px";
|
|
12762
|
+
readonly 400: "32px";
|
|
12763
|
+
readonly 500: "40px";
|
|
12764
|
+
readonly 600: "48px";
|
|
11625
12765
|
readonly round: "999px";
|
|
11626
12766
|
};
|
|
11627
12767
|
shadows: Required<_mirohq_design_system_themes_web.Theme["shadows"]>;
|
|
@@ -11882,6 +13022,27 @@ declare const keyframes: (style: {
|
|
|
11882
13022
|
readonly 'blue-850': /*elided*/ any;
|
|
11883
13023
|
readonly 'blue-900': /*elided*/ any;
|
|
11884
13024
|
readonly 'blue-950': /*elided*/ any;
|
|
13025
|
+
readonly 'cloud-100': /*elided*/ any;
|
|
13026
|
+
readonly 'cloud-1000': /*elided*/ any;
|
|
13027
|
+
readonly 'cloud-150': /*elided*/ any;
|
|
13028
|
+
readonly 'cloud-200': /*elided*/ any;
|
|
13029
|
+
readonly 'cloud-250': /*elided*/ any;
|
|
13030
|
+
readonly 'cloud-300': /*elided*/ any;
|
|
13031
|
+
readonly 'cloud-350': /*elided*/ any;
|
|
13032
|
+
readonly 'cloud-400': /*elided*/ any;
|
|
13033
|
+
readonly 'cloud-450': /*elided*/ any;
|
|
13034
|
+
readonly 'cloud-475': /*elided*/ any;
|
|
13035
|
+
readonly 'cloud-50': /*elided*/ any;
|
|
13036
|
+
readonly 'cloud-500': /*elided*/ any;
|
|
13037
|
+
readonly 'cloud-550': /*elided*/ any;
|
|
13038
|
+
readonly 'cloud-600': /*elided*/ any;
|
|
13039
|
+
readonly 'cloud-650': /*elided*/ any;
|
|
13040
|
+
readonly 'cloud-700': /*elided*/ any;
|
|
13041
|
+
readonly 'cloud-750': /*elided*/ any;
|
|
13042
|
+
readonly 'cloud-800': /*elided*/ any;
|
|
13043
|
+
readonly 'cloud-850': /*elided*/ any;
|
|
13044
|
+
readonly 'cloud-900': /*elided*/ any;
|
|
13045
|
+
readonly 'cloud-950': /*elided*/ any;
|
|
11885
13046
|
readonly 'coal-100': /*elided*/ any;
|
|
11886
13047
|
readonly 'coal-150': /*elided*/ any;
|
|
11887
13048
|
readonly 'coal-200': /*elided*/ any;
|
|
@@ -12152,6 +13313,19 @@ declare const keyframes: (style: {
|
|
|
12152
13313
|
"background-alpha-neutrals-overlay": /*elided*/ any;
|
|
12153
13314
|
"background-alpha-neutrals-overlay-subtle": /*elided*/ any;
|
|
12154
13315
|
"background-alpha-subtle": /*elided*/ any;
|
|
13316
|
+
"background-canvas": /*elided*/ any;
|
|
13317
|
+
"background-disabled": /*elided*/ any;
|
|
13318
|
+
"background-elevated": /*elided*/ any;
|
|
13319
|
+
"background-inverted": /*elided*/ any;
|
|
13320
|
+
"background-inverted-secondary": /*elided*/ any;
|
|
13321
|
+
"background-layout": /*elided*/ any;
|
|
13322
|
+
"background-overlay": /*elided*/ any;
|
|
13323
|
+
"background-static-dark": /*elided*/ any;
|
|
13324
|
+
"background-static-dark-subtle": /*elided*/ any;
|
|
13325
|
+
"background-static-light": /*elided*/ any;
|
|
13326
|
+
"background-surface": /*elided*/ any;
|
|
13327
|
+
"background-surface-secondary": /*elided*/ any;
|
|
13328
|
+
"background-transparent": /*elided*/ any;
|
|
12155
13329
|
"background-danger-prominent": /*elided*/ any;
|
|
12156
13330
|
"background-danger-prominent-active": /*elided*/ any;
|
|
12157
13331
|
"background-danger-prominent-hover": /*elided*/ any;
|
|
@@ -12160,6 +13334,15 @@ declare const keyframes: (style: {
|
|
|
12160
13334
|
"background-danger-subtle-active": /*elided*/ any;
|
|
12161
13335
|
"background-danger-subtle-hover": /*elided*/ any;
|
|
12162
13336
|
"background-danger-subtle-pressed": /*elided*/ any;
|
|
13337
|
+
"background-interactive-danger": /*elided*/ any;
|
|
13338
|
+
"background-interactive-danger-hover": /*elided*/ any;
|
|
13339
|
+
"background-interactive-danger-pressed": /*elided*/ any;
|
|
13340
|
+
"background-interactive-primary": /*elided*/ any;
|
|
13341
|
+
"background-interactive-primary-hover": /*elided*/ any;
|
|
13342
|
+
"background-interactive-primary-pressed": /*elided*/ any;
|
|
13343
|
+
"background-interactive-selected": /*elided*/ any;
|
|
13344
|
+
"background-interactive-surface-hover": /*elided*/ any;
|
|
13345
|
+
"background-interactive-surface-secondary-hover": /*elided*/ any;
|
|
12163
13346
|
"background-neutrals": /*elided*/ any;
|
|
12164
13347
|
"background-neutrals-active": /*elided*/ any;
|
|
12165
13348
|
"background-neutrals-container": /*elided*/ any;
|
|
@@ -12184,8 +13367,6 @@ declare const keyframes: (style: {
|
|
|
12184
13367
|
"background-neutrals-subtle-hover": /*elided*/ any;
|
|
12185
13368
|
"background-neutrals-subtle-pressed": /*elided*/ any;
|
|
12186
13369
|
"background-neutrals-transparent": /*elided*/ any;
|
|
12187
|
-
"background-static-dark": /*elided*/ any;
|
|
12188
|
-
"background-static-dark-subtle": /*elided*/ any;
|
|
12189
13370
|
"background-primary-prominent": /*elided*/ any;
|
|
12190
13371
|
"background-primary-prominent-active": /*elided*/ any;
|
|
12191
13372
|
"background-primary-prominent-hover": /*elided*/ any;
|
|
@@ -12196,6 +13377,10 @@ declare const keyframes: (style: {
|
|
|
12196
13377
|
"background-primary-subtle-hover": /*elided*/ any;
|
|
12197
13378
|
"background-primary-subtle-pressed": /*elided*/ any;
|
|
12198
13379
|
"background-primary-subtle-selected": /*elided*/ any;
|
|
13380
|
+
"status-background-error": /*elided*/ any;
|
|
13381
|
+
"status-background-info": /*elided*/ any;
|
|
13382
|
+
"status-background-success": /*elided*/ any;
|
|
13383
|
+
"status-background-warning": /*elided*/ any;
|
|
12199
13384
|
"background-success-prominent": /*elided*/ any;
|
|
12200
13385
|
"background-success-prominent-active": /*elided*/ any;
|
|
12201
13386
|
"background-success-prominent-hover": /*elided*/ any;
|
|
@@ -12203,6 +13388,15 @@ declare const keyframes: (style: {
|
|
|
12203
13388
|
"background-success-subtle": /*elided*/ any;
|
|
12204
13389
|
"background-warning-prominent": /*elided*/ any;
|
|
12205
13390
|
"background-warning-subtle": /*elided*/ any;
|
|
13391
|
+
"border-default": /*elided*/ any;
|
|
13392
|
+
"border-disabled": /*elided*/ any;
|
|
13393
|
+
"border-inverted": /*elided*/ any;
|
|
13394
|
+
"border-inverted-subtle": /*elided*/ any;
|
|
13395
|
+
"border-static-dark": /*elided*/ any;
|
|
13396
|
+
"border-static-dark-subtle": /*elided*/ any;
|
|
13397
|
+
"border-strong": /*elided*/ any;
|
|
13398
|
+
"border-subtle": /*elided*/ any;
|
|
13399
|
+
"border-transparent": /*elided*/ any;
|
|
12206
13400
|
"border-danger": /*elided*/ any;
|
|
12207
13401
|
"border-danger-active": /*elided*/ any;
|
|
12208
13402
|
"border-danger-hover": /*elided*/ any;
|
|
@@ -12218,6 +13412,16 @@ declare const keyframes: (style: {
|
|
|
12218
13412
|
"border-focus-success-middle": /*elided*/ any;
|
|
12219
13413
|
"border-focus-success-outer": /*elided*/ any;
|
|
12220
13414
|
"focus-keyboard": /*elided*/ any;
|
|
13415
|
+
"border-interactive-danger": /*elided*/ any;
|
|
13416
|
+
"border-interactive-danger-hover": /*elided*/ any;
|
|
13417
|
+
"border-interactive-danger-pressed": /*elided*/ any;
|
|
13418
|
+
"border-interactive-primary": /*elided*/ any;
|
|
13419
|
+
"border-interactive-primary-hover": /*elided*/ any;
|
|
13420
|
+
"border-interactive-primary-pressed": /*elided*/ any;
|
|
13421
|
+
"border-interactive-secondary": /*elided*/ any;
|
|
13422
|
+
"border-interactive-secondary-hover": /*elided*/ any;
|
|
13423
|
+
"border-interactive-secondary-pressed": /*elided*/ any;
|
|
13424
|
+
"border-interactive-selected": /*elided*/ any;
|
|
12221
13425
|
"border-neutrals": /*elided*/ any;
|
|
12222
13426
|
"border-neutrals-active": /*elided*/ any;
|
|
12223
13427
|
"border-neutrals-controls": /*elided*/ any;
|
|
@@ -12236,8 +13440,6 @@ declare const keyframes: (style: {
|
|
|
12236
13440
|
"border-neutrals-text-subtle-active": /*elided*/ any;
|
|
12237
13441
|
"border-neutrals-text-subtle-hover": /*elided*/ any;
|
|
12238
13442
|
"border-neutrals-transparent": /*elided*/ any;
|
|
12239
|
-
"border-static-dark": /*elided*/ any;
|
|
12240
|
-
"border-static-dark-subtle": /*elided*/ any;
|
|
12241
13443
|
"border-primary": /*elided*/ any;
|
|
12242
13444
|
"border-primary-active": /*elided*/ any;
|
|
12243
13445
|
"border-primary-hover": /*elided*/ any;
|
|
@@ -12245,6 +13447,10 @@ declare const keyframes: (style: {
|
|
|
12245
13447
|
"border-primary-pressed": /*elided*/ any;
|
|
12246
13448
|
"border-primary-selected": /*elided*/ any;
|
|
12247
13449
|
"border-primary-subtle": /*elided*/ any;
|
|
13450
|
+
"status-border-error": /*elided*/ any;
|
|
13451
|
+
"status-border-info": /*elided*/ any;
|
|
13452
|
+
"status-border-success": /*elided*/ any;
|
|
13453
|
+
"status-border-warning": /*elided*/ any;
|
|
12248
13454
|
"border-success": /*elided*/ any;
|
|
12249
13455
|
"border-success-active": /*elided*/ any;
|
|
12250
13456
|
"border-success-hover": /*elided*/ any;
|
|
@@ -12252,12 +13458,46 @@ declare const keyframes: (style: {
|
|
|
12252
13458
|
"border-success-subtle": /*elided*/ any;
|
|
12253
13459
|
"border-warning": /*elided*/ any;
|
|
12254
13460
|
"border-warning-subtle": /*elided*/ any;
|
|
13461
|
+
"button-background-danger": /*elided*/ any;
|
|
13462
|
+
"button-background-danger-hover": /*elided*/ any;
|
|
13463
|
+
"button-background-danger-pressed": /*elided*/ any;
|
|
13464
|
+
"button-background-ghost": /*elided*/ any;
|
|
13465
|
+
"button-background-ghost-hover": /*elided*/ any;
|
|
13466
|
+
"button-background-ghost-pressed": /*elided*/ any;
|
|
12255
13467
|
"button-background-primary": /*elided*/ any;
|
|
12256
13468
|
"button-background-primary-hover": /*elided*/ any;
|
|
12257
13469
|
"button-background-primary-pressed": /*elided*/ any;
|
|
12258
13470
|
"button-background-secondary": /*elided*/ any;
|
|
12259
13471
|
"button-background-secondary-hover": /*elided*/ any;
|
|
12260
13472
|
"button-background-secondary-pressed": /*elided*/ any;
|
|
13473
|
+
"button-background-tertiary": /*elided*/ any;
|
|
13474
|
+
"button-background-tertiary-hover": /*elided*/ any;
|
|
13475
|
+
"button-background-tertiary-pressed": /*elided*/ any;
|
|
13476
|
+
"button-border-danger": /*elided*/ any;
|
|
13477
|
+
"button-border-danger-hover": /*elided*/ any;
|
|
13478
|
+
"button-border-danger-pressed": /*elided*/ any;
|
|
13479
|
+
"button-border-ghost-hover": /*elided*/ any;
|
|
13480
|
+
"button-border-ghost-pressed": /*elided*/ any;
|
|
13481
|
+
"button-border-primary": /*elided*/ any;
|
|
13482
|
+
"button-border-primary-hover": /*elided*/ any;
|
|
13483
|
+
"button-border-primary-pressed": /*elided*/ any;
|
|
13484
|
+
"button-border-secondary": /*elided*/ any;
|
|
13485
|
+
"button-border-secondary-hover": /*elided*/ any;
|
|
13486
|
+
"button-border-secondary-pressed": /*elided*/ any;
|
|
13487
|
+
"button-border-tertiary": /*elided*/ any;
|
|
13488
|
+
"button-border-tertiary-hover": /*elided*/ any;
|
|
13489
|
+
"button-border-tertiary-pressed": /*elided*/ any;
|
|
13490
|
+
"button-icon-on-danger": /*elided*/ any;
|
|
13491
|
+
"button-icon-on-primary": /*elided*/ any;
|
|
13492
|
+
"button-icon-on-secondary": /*elided*/ any;
|
|
13493
|
+
"button-icon-on-tertiary": /*elided*/ any;
|
|
13494
|
+
"button-text-on-danger": /*elided*/ any;
|
|
13495
|
+
"button-text-on-primary": /*elided*/ any;
|
|
13496
|
+
"button-text-on-secondary": /*elided*/ any;
|
|
13497
|
+
"button-text-on-tertiary": /*elided*/ any;
|
|
13498
|
+
"chip-background": /*elided*/ any;
|
|
13499
|
+
"chip-background-hover": /*elided*/ any;
|
|
13500
|
+
"chip-text": /*elided*/ any;
|
|
12261
13501
|
"format-icon-diagram": /*elided*/ any;
|
|
12262
13502
|
"format-icon-docs": /*elided*/ any;
|
|
12263
13503
|
"format-icon-external": /*elided*/ any;
|
|
@@ -12266,17 +13506,66 @@ declare const keyframes: (style: {
|
|
|
12266
13506
|
"format-icon-slides": /*elided*/ any;
|
|
12267
13507
|
"format-icon-table": /*elided*/ any;
|
|
12268
13508
|
"format-icon-timeline": /*elided*/ any;
|
|
13509
|
+
"input-background-active": /*elided*/ any;
|
|
13510
|
+
"input-background-alt-active": /*elided*/ any;
|
|
13511
|
+
"input-background-alt-default": /*elided*/ any;
|
|
13512
|
+
"input-background-alt-hover": /*elided*/ any;
|
|
13513
|
+
"input-background-default": /*elided*/ any;
|
|
13514
|
+
"input-background-disabled": /*elided*/ any;
|
|
13515
|
+
"input-background-hover": /*elided*/ any;
|
|
13516
|
+
"input-border-active": /*elided*/ any;
|
|
13517
|
+
"input-border-default": /*elided*/ any;
|
|
13518
|
+
"input-border-disabled": /*elided*/ any;
|
|
13519
|
+
"input-border-error": /*elided*/ any;
|
|
13520
|
+
"input-border-hover": /*elided*/ any;
|
|
13521
|
+
"input-border-selection-control": /*elided*/ any;
|
|
13522
|
+
"input-border-success": /*elided*/ any;
|
|
12269
13523
|
"notification-background": /*elided*/ any;
|
|
12270
13524
|
"notification-border": /*elided*/ any;
|
|
12271
13525
|
"notification-border-subtle": /*elided*/ any;
|
|
12272
|
-
"
|
|
12273
|
-
"
|
|
13526
|
+
"popover-background": /*elided*/ any;
|
|
13527
|
+
"popover-border": /*elided*/ any;
|
|
13528
|
+
"scrollbar-background": /*elided*/ any;
|
|
13529
|
+
"scrollbar-background-hover": /*elided*/ any;
|
|
13530
|
+
"slider-background": /*elided*/ any;
|
|
13531
|
+
"slider-notch-background": /*elided*/ any;
|
|
13532
|
+
"switch-background-default": /*elided*/ any;
|
|
13533
|
+
"switch-background-hover": /*elided*/ any;
|
|
13534
|
+
"switch-control-background": /*elided*/ any;
|
|
12274
13535
|
"tooltip-background": /*elided*/ any;
|
|
13536
|
+
"tooltip-background-inset": /*elided*/ any;
|
|
12275
13537
|
"icon-danger": /*elided*/ any;
|
|
12276
13538
|
"icon-danger-active": /*elided*/ any;
|
|
12277
13539
|
"icon-danger-hover": /*elided*/ any;
|
|
12278
13540
|
"icon-danger-inverted": /*elided*/ any;
|
|
12279
13541
|
"icon-danger-pressed": /*elided*/ any;
|
|
13542
|
+
"icon-default": /*elided*/ any;
|
|
13543
|
+
"icon-disabled": /*elided*/ any;
|
|
13544
|
+
"icon-inverted": /*elided*/ any;
|
|
13545
|
+
"icon-inverted-secondary": /*elided*/ any;
|
|
13546
|
+
"icon-muted": /*elided*/ any;
|
|
13547
|
+
"icon-on-disabled": /*elided*/ any;
|
|
13548
|
+
"icon-on-static-dark": /*elided*/ any;
|
|
13549
|
+
"icon-on-static-dark-subtle": /*elided*/ any;
|
|
13550
|
+
"icon-placeholder": /*elided*/ any;
|
|
13551
|
+
"icon-secondary": /*elided*/ any;
|
|
13552
|
+
"icon-interactive-selected": /*elided*/ any;
|
|
13553
|
+
"icon-link": /*elided*/ any;
|
|
13554
|
+
"icon-link-hover": /*elided*/ any;
|
|
13555
|
+
"icon-link-on-inverted": /*elided*/ any;
|
|
13556
|
+
"icon-link-on-inverted-hover": /*elided*/ any;
|
|
13557
|
+
"icon-link-on-inverted-pressed": /*elided*/ any;
|
|
13558
|
+
"icon-link-on-inverted-secondary": /*elided*/ any;
|
|
13559
|
+
"icon-link-on-inverted-secondary-hover": /*elided*/ any;
|
|
13560
|
+
"icon-link-on-inverted-secondary-pressed": /*elided*/ any;
|
|
13561
|
+
"icon-link-pressed": /*elided*/ any;
|
|
13562
|
+
"icon-link-secondary": /*elided*/ any;
|
|
13563
|
+
"icon-link-secondary-hover": /*elided*/ any;
|
|
13564
|
+
"icon-link-secondary-pressed": /*elided*/ any;
|
|
13565
|
+
"icon-on-interactive-danger": /*elided*/ any;
|
|
13566
|
+
"icon-on-interactive-primary": /*elided*/ any;
|
|
13567
|
+
"icon-on-interactive-secondary": /*elided*/ any;
|
|
13568
|
+
"icon-on-interactive-selected": /*elided*/ any;
|
|
12280
13569
|
"icon-neutrals": /*elided*/ any;
|
|
12281
13570
|
"icon-neutrals-disabled": /*elided*/ any;
|
|
12282
13571
|
"icon-neutrals-hover": /*elided*/ any;
|
|
@@ -12293,8 +13582,6 @@ declare const keyframes: (style: {
|
|
|
12293
13582
|
"icon-neutrals-subtle-hover": /*elided*/ any;
|
|
12294
13583
|
"icon-neutrals-subtle-pressed": /*elided*/ any;
|
|
12295
13584
|
"icon-neutrals-text": /*elided*/ any;
|
|
12296
|
-
"icon-on-static-dark": /*elided*/ any;
|
|
12297
|
-
"icon-on-static-dark-subtle": /*elided*/ any;
|
|
12298
13585
|
"icon-primary": /*elided*/ any;
|
|
12299
13586
|
"icon-primary-active": /*elided*/ any;
|
|
12300
13587
|
"icon-primary-hover": /*elided*/ any;
|
|
@@ -12302,6 +13589,13 @@ declare const keyframes: (style: {
|
|
|
12302
13589
|
"icon-primary-inverted-hover": /*elided*/ any;
|
|
12303
13590
|
"icon-primary-pressed": /*elided*/ any;
|
|
12304
13591
|
"icon-primary-selected": /*elided*/ any;
|
|
13592
|
+
"status-icon-error": /*elided*/ any;
|
|
13593
|
+
"status-icon-on-error": /*elided*/ any;
|
|
13594
|
+
"status-icon-on-info": /*elided*/ any;
|
|
13595
|
+
"status-icon-on-success": /*elided*/ any;
|
|
13596
|
+
"status-icon-on-warning": /*elided*/ any;
|
|
13597
|
+
"status-icon-success": /*elided*/ any;
|
|
13598
|
+
"status-icon-warning": /*elided*/ any;
|
|
12305
13599
|
"icon-success": /*elided*/ any;
|
|
12306
13600
|
"icon-success-active": /*elided*/ any;
|
|
12307
13601
|
"icon-success-hover": /*elided*/ any;
|
|
@@ -12315,6 +13609,23 @@ declare const keyframes: (style: {
|
|
|
12315
13609
|
"text-danger-hover": /*elided*/ any;
|
|
12316
13610
|
"text-danger-inverted": /*elided*/ any;
|
|
12317
13611
|
"text-danger-pressed": /*elided*/ any;
|
|
13612
|
+
"text-interactive-selected": /*elided*/ any;
|
|
13613
|
+
"text-link": /*elided*/ any;
|
|
13614
|
+
"text-link-hover": /*elided*/ any;
|
|
13615
|
+
"text-link-on-inverted": /*elided*/ any;
|
|
13616
|
+
"text-link-on-inverted-hover": /*elided*/ any;
|
|
13617
|
+
"text-link-on-inverted-pressed": /*elided*/ any;
|
|
13618
|
+
"text-link-on-inverted-secondary": /*elided*/ any;
|
|
13619
|
+
"text-link-on-inverted-secondary-hover": /*elided*/ any;
|
|
13620
|
+
"text-link-on-inverted-secondary-pressed": /*elided*/ any;
|
|
13621
|
+
"text-link-pressed": /*elided*/ any;
|
|
13622
|
+
"text-link-secondary": /*elided*/ any;
|
|
13623
|
+
"text-link-secondary-hover": /*elided*/ any;
|
|
13624
|
+
"text-link-secondary-pressed": /*elided*/ any;
|
|
13625
|
+
"text-on-interactive-danger": /*elided*/ any;
|
|
13626
|
+
"text-on-interactive-primary": /*elided*/ any;
|
|
13627
|
+
"text-on-interactive-secondary": /*elided*/ any;
|
|
13628
|
+
"text-on-interactive-selected": /*elided*/ any;
|
|
12318
13629
|
"text-neutrals": /*elided*/ any;
|
|
12319
13630
|
"text-neutrals-active": /*elided*/ any;
|
|
12320
13631
|
"text-neutrals-disabled": /*elided*/ any;
|
|
@@ -12330,9 +13641,6 @@ declare const keyframes: (style: {
|
|
|
12330
13641
|
"text-neutrals-subtle-active": /*elided*/ any;
|
|
12331
13642
|
"text-neutrals-subtle-hover": /*elided*/ any;
|
|
12332
13643
|
"text-neutrals-subtle-pressed": /*elided*/ any;
|
|
12333
|
-
"text-on-static-dark": /*elided*/ any;
|
|
12334
|
-
"text-on-static-dark-subtle": /*elided*/ any;
|
|
12335
|
-
"text-on-primary": /*elided*/ any;
|
|
12336
13644
|
"text-primary": /*elided*/ any;
|
|
12337
13645
|
"text-primary-active": /*elided*/ any;
|
|
12338
13646
|
"text-primary-hover": /*elided*/ any;
|
|
@@ -12340,11 +13648,28 @@ declare const keyframes: (style: {
|
|
|
12340
13648
|
"text-primary-inverted-subtle": /*elided*/ any;
|
|
12341
13649
|
"text-primary-pressed": /*elided*/ any;
|
|
12342
13650
|
"text-primary-selected": /*elided*/ any;
|
|
13651
|
+
"status-text-error": /*elided*/ any;
|
|
13652
|
+
"status-text-on-error": /*elided*/ any;
|
|
13653
|
+
"status-text-on-info": /*elided*/ any;
|
|
13654
|
+
"status-text-on-success": /*elided*/ any;
|
|
13655
|
+
"status-text-on-warning": /*elided*/ any;
|
|
13656
|
+
"status-text-success": /*elided*/ any;
|
|
13657
|
+
"status-text-warning": /*elided*/ any;
|
|
12343
13658
|
"text-success": /*elided*/ any;
|
|
12344
13659
|
"text-success-active": /*elided*/ any;
|
|
12345
13660
|
"text-success-hover": /*elided*/ any;
|
|
12346
13661
|
"text-success-inverted": /*elided*/ any;
|
|
12347
13662
|
"text-success-pressed": /*elided*/ any;
|
|
13663
|
+
"text-default": /*elided*/ any;
|
|
13664
|
+
"text-disabled": /*elided*/ any;
|
|
13665
|
+
"text-inverted": /*elided*/ any;
|
|
13666
|
+
"text-inverted-secondary": /*elided*/ any;
|
|
13667
|
+
"text-muted": /*elided*/ any;
|
|
13668
|
+
"text-on-disabled": /*elided*/ any;
|
|
13669
|
+
"text-on-static-dark": /*elided*/ any;
|
|
13670
|
+
"text-on-static-dark-subtle": /*elided*/ any;
|
|
13671
|
+
"text-placeholder": /*elided*/ any;
|
|
13672
|
+
"text-secondary": /*elided*/ any;
|
|
12348
13673
|
"text-warning": /*elided*/ any;
|
|
12349
13674
|
"text-warning-subtle": /*elided*/ any;
|
|
12350
13675
|
"coal-background": /*elided*/ any;
|
|
@@ -12619,7 +13944,12 @@ declare const keyframes: (style: {
|
|
|
12619
13944
|
readonly 50: "4px";
|
|
12620
13945
|
readonly 75: "6px";
|
|
12621
13946
|
readonly 100: "8px";
|
|
13947
|
+
readonly 150: "12px";
|
|
12622
13948
|
readonly 200: "16px";
|
|
13949
|
+
readonly 300: "24px";
|
|
13950
|
+
readonly 400: "32px";
|
|
13951
|
+
readonly 500: "40px";
|
|
13952
|
+
readonly 600: "48px";
|
|
12623
13953
|
readonly round: "999px";
|
|
12624
13954
|
};
|
|
12625
13955
|
shadows: Required<_mirohq_design_system_themes_web.Theme["shadows"]>;
|
|
@@ -12996,16 +14326,16 @@ declare const theme: {
|
|
|
12996
14326
|
readonly lg: "4px";
|
|
12997
14327
|
};
|
|
12998
14328
|
colors: {
|
|
12999
|
-
readonly 'alpha-black-100': "#
|
|
13000
|
-
readonly 'alpha-black-200': "#
|
|
13001
|
-
readonly 'alpha-black-300': "#
|
|
13002
|
-
readonly 'alpha-black-400': "#
|
|
13003
|
-
readonly 'alpha-black-50': "#
|
|
13004
|
-
readonly 'alpha-black-500': "#
|
|
13005
|
-
readonly 'alpha-black-600': "#
|
|
13006
|
-
readonly 'alpha-black-700': "#
|
|
13007
|
-
readonly 'alpha-black-800': "#
|
|
13008
|
-
readonly 'alpha-black-900': "#
|
|
14329
|
+
readonly 'alpha-black-100': "#0000001A";
|
|
14330
|
+
readonly 'alpha-black-200': "#00000033";
|
|
14331
|
+
readonly 'alpha-black-300': "#0000004D";
|
|
14332
|
+
readonly 'alpha-black-400': "#00000066";
|
|
14333
|
+
readonly 'alpha-black-50': "#0000000D";
|
|
14334
|
+
readonly 'alpha-black-500': "#00000080";
|
|
14335
|
+
readonly 'alpha-black-600': "#00000099";
|
|
14336
|
+
readonly 'alpha-black-700': "#000000B3";
|
|
14337
|
+
readonly 'alpha-black-800': "#000000CC";
|
|
14338
|
+
readonly 'alpha-black-900': "#000000E6";
|
|
13009
14339
|
readonly 'alpha-gray-100': "#656B811A";
|
|
13010
14340
|
readonly 'alpha-gray-200': "#656B8133";
|
|
13011
14341
|
readonly 'alpha-gray-300': "#656B814D";
|
|
@@ -13049,6 +14379,27 @@ declare const theme: {
|
|
|
13049
14379
|
readonly 'blue-850': "#12193E";
|
|
13050
14380
|
readonly 'blue-900': "#101633";
|
|
13051
14381
|
readonly 'blue-950': "#0F142E";
|
|
14382
|
+
readonly 'cloud-100': "#F4F4F1";
|
|
14383
|
+
readonly 'cloud-1000': "#050402";
|
|
14384
|
+
readonly 'cloud-150': "#EEEEEB";
|
|
14385
|
+
readonly 'cloud-200': "#E7E7E5";
|
|
14386
|
+
readonly 'cloud-250': "#DEDEDC";
|
|
14387
|
+
readonly 'cloud-300': "#D5D5D2";
|
|
14388
|
+
readonly 'cloud-350': "#BDBCB8";
|
|
14389
|
+
readonly 'cloud-400': "#A4A39E";
|
|
14390
|
+
readonly 'cloud-450': "#8C8B85";
|
|
14391
|
+
readonly 'cloud-475': "#807F79";
|
|
14392
|
+
readonly 'cloud-50': "#FBFAF7";
|
|
14393
|
+
readonly 'cloud-500': "#73726C";
|
|
14394
|
+
readonly 'cloud-550': "#64635D";
|
|
14395
|
+
readonly 'cloud-600': "#55544E";
|
|
14396
|
+
readonly 'cloud-650': "#4C4B44";
|
|
14397
|
+
readonly 'cloud-700': "#42413A";
|
|
14398
|
+
readonly 'cloud-750': "#36352F";
|
|
14399
|
+
readonly 'cloud-800': "#2A2923";
|
|
14400
|
+
readonly 'cloud-850': "#22211B";
|
|
14401
|
+
readonly 'cloud-900': "#191812";
|
|
14402
|
+
readonly 'cloud-950': "#0D0C07";
|
|
13052
14403
|
readonly 'coal-100': "#F7F7F7";
|
|
13053
14404
|
readonly 'coal-150': "#EDEDED";
|
|
13054
14405
|
readonly 'coal-200': "#E7E7E7";
|
|
@@ -13320,6 +14671,19 @@ declare const theme: {
|
|
|
13320
14671
|
"background-alpha-neutrals-overlay": _mirohq_design_system_themes.Color;
|
|
13321
14672
|
"background-alpha-neutrals-overlay-subtle": _mirohq_design_system_themes.Color;
|
|
13322
14673
|
"background-alpha-subtle": _mirohq_design_system_themes.Color;
|
|
14674
|
+
"background-canvas": _mirohq_design_system_themes.Color;
|
|
14675
|
+
"background-disabled": _mirohq_design_system_themes.Color;
|
|
14676
|
+
"background-elevated": _mirohq_design_system_themes.Color;
|
|
14677
|
+
"background-inverted": _mirohq_design_system_themes.Color;
|
|
14678
|
+
"background-inverted-secondary": _mirohq_design_system_themes.Color;
|
|
14679
|
+
"background-layout": _mirohq_design_system_themes.Color;
|
|
14680
|
+
"background-overlay": _mirohq_design_system_themes.Color;
|
|
14681
|
+
"background-static-dark": _mirohq_design_system_themes.Color;
|
|
14682
|
+
"background-static-dark-subtle": _mirohq_design_system_themes.Color;
|
|
14683
|
+
"background-static-light": _mirohq_design_system_themes.Color;
|
|
14684
|
+
"background-surface": _mirohq_design_system_themes.Color;
|
|
14685
|
+
"background-surface-secondary": _mirohq_design_system_themes.Color;
|
|
14686
|
+
"background-transparent": _mirohq_design_system_themes.Color;
|
|
13323
14687
|
"background-danger-prominent": _mirohq_design_system_themes.Color;
|
|
13324
14688
|
"background-danger-prominent-active": _mirohq_design_system_themes.Color;
|
|
13325
14689
|
"background-danger-prominent-hover": _mirohq_design_system_themes.Color;
|
|
@@ -13328,6 +14692,15 @@ declare const theme: {
|
|
|
13328
14692
|
"background-danger-subtle-active": _mirohq_design_system_themes.Color;
|
|
13329
14693
|
"background-danger-subtle-hover": _mirohq_design_system_themes.Color;
|
|
13330
14694
|
"background-danger-subtle-pressed": _mirohq_design_system_themes.Color;
|
|
14695
|
+
"background-interactive-danger": _mirohq_design_system_themes.Color;
|
|
14696
|
+
"background-interactive-danger-hover": _mirohq_design_system_themes.Color;
|
|
14697
|
+
"background-interactive-danger-pressed": _mirohq_design_system_themes.Color;
|
|
14698
|
+
"background-interactive-primary": _mirohq_design_system_themes.Color;
|
|
14699
|
+
"background-interactive-primary-hover": _mirohq_design_system_themes.Color;
|
|
14700
|
+
"background-interactive-primary-pressed": _mirohq_design_system_themes.Color;
|
|
14701
|
+
"background-interactive-selected": _mirohq_design_system_themes.Color;
|
|
14702
|
+
"background-interactive-surface-hover": _mirohq_design_system_themes.Color;
|
|
14703
|
+
"background-interactive-surface-secondary-hover": _mirohq_design_system_themes.Color;
|
|
13331
14704
|
"background-neutrals": _mirohq_design_system_themes.Color;
|
|
13332
14705
|
"background-neutrals-active": _mirohq_design_system_themes.Color;
|
|
13333
14706
|
"background-neutrals-container": _mirohq_design_system_themes.Color;
|
|
@@ -13352,8 +14725,6 @@ declare const theme: {
|
|
|
13352
14725
|
"background-neutrals-subtle-hover": _mirohq_design_system_themes.Color;
|
|
13353
14726
|
"background-neutrals-subtle-pressed": _mirohq_design_system_themes.Color;
|
|
13354
14727
|
"background-neutrals-transparent": _mirohq_design_system_themes.Color;
|
|
13355
|
-
"background-static-dark": _mirohq_design_system_themes.Color;
|
|
13356
|
-
"background-static-dark-subtle": _mirohq_design_system_themes.Color;
|
|
13357
14728
|
"background-primary-prominent": _mirohq_design_system_themes.Color;
|
|
13358
14729
|
"background-primary-prominent-active": _mirohq_design_system_themes.Color;
|
|
13359
14730
|
"background-primary-prominent-hover": _mirohq_design_system_themes.Color;
|
|
@@ -13364,6 +14735,10 @@ declare const theme: {
|
|
|
13364
14735
|
"background-primary-subtle-hover": _mirohq_design_system_themes.Color;
|
|
13365
14736
|
"background-primary-subtle-pressed": _mirohq_design_system_themes.Color;
|
|
13366
14737
|
"background-primary-subtle-selected": _mirohq_design_system_themes.Color;
|
|
14738
|
+
"status-background-error": _mirohq_design_system_themes.Color;
|
|
14739
|
+
"status-background-info": _mirohq_design_system_themes.Color;
|
|
14740
|
+
"status-background-success": _mirohq_design_system_themes.Color;
|
|
14741
|
+
"status-background-warning": _mirohq_design_system_themes.Color;
|
|
13367
14742
|
"background-success-prominent": _mirohq_design_system_themes.Color;
|
|
13368
14743
|
"background-success-prominent-active": _mirohq_design_system_themes.Color;
|
|
13369
14744
|
"background-success-prominent-hover": _mirohq_design_system_themes.Color;
|
|
@@ -13371,6 +14746,15 @@ declare const theme: {
|
|
|
13371
14746
|
"background-success-subtle": _mirohq_design_system_themes.Color;
|
|
13372
14747
|
"background-warning-prominent": _mirohq_design_system_themes.Color;
|
|
13373
14748
|
"background-warning-subtle": _mirohq_design_system_themes.Color;
|
|
14749
|
+
"border-default": _mirohq_design_system_themes.Color;
|
|
14750
|
+
"border-disabled": _mirohq_design_system_themes.Color;
|
|
14751
|
+
"border-inverted": _mirohq_design_system_themes.Color;
|
|
14752
|
+
"border-inverted-subtle": _mirohq_design_system_themes.Color;
|
|
14753
|
+
"border-static-dark": _mirohq_design_system_themes.Color;
|
|
14754
|
+
"border-static-dark-subtle": _mirohq_design_system_themes.Color;
|
|
14755
|
+
"border-strong": _mirohq_design_system_themes.Color;
|
|
14756
|
+
"border-subtle": _mirohq_design_system_themes.Color;
|
|
14757
|
+
"border-transparent": _mirohq_design_system_themes.Color;
|
|
13374
14758
|
"border-danger": _mirohq_design_system_themes.Color;
|
|
13375
14759
|
"border-danger-active": _mirohq_design_system_themes.Color;
|
|
13376
14760
|
"border-danger-hover": _mirohq_design_system_themes.Color;
|
|
@@ -13386,6 +14770,16 @@ declare const theme: {
|
|
|
13386
14770
|
"border-focus-success-middle": _mirohq_design_system_themes.Color;
|
|
13387
14771
|
"border-focus-success-outer": _mirohq_design_system_themes.Color;
|
|
13388
14772
|
"focus-keyboard": _mirohq_design_system_themes.Color;
|
|
14773
|
+
"border-interactive-danger": _mirohq_design_system_themes.Color;
|
|
14774
|
+
"border-interactive-danger-hover": _mirohq_design_system_themes.Color;
|
|
14775
|
+
"border-interactive-danger-pressed": _mirohq_design_system_themes.Color;
|
|
14776
|
+
"border-interactive-primary": _mirohq_design_system_themes.Color;
|
|
14777
|
+
"border-interactive-primary-hover": _mirohq_design_system_themes.Color;
|
|
14778
|
+
"border-interactive-primary-pressed": _mirohq_design_system_themes.Color;
|
|
14779
|
+
"border-interactive-secondary": _mirohq_design_system_themes.Color;
|
|
14780
|
+
"border-interactive-secondary-hover": _mirohq_design_system_themes.Color;
|
|
14781
|
+
"border-interactive-secondary-pressed": _mirohq_design_system_themes.Color;
|
|
14782
|
+
"border-interactive-selected": _mirohq_design_system_themes.Color;
|
|
13389
14783
|
"border-neutrals": _mirohq_design_system_themes.Color;
|
|
13390
14784
|
"border-neutrals-active": _mirohq_design_system_themes.Color;
|
|
13391
14785
|
"border-neutrals-controls": _mirohq_design_system_themes.Color;
|
|
@@ -13404,8 +14798,6 @@ declare const theme: {
|
|
|
13404
14798
|
"border-neutrals-text-subtle-active": _mirohq_design_system_themes.Color;
|
|
13405
14799
|
"border-neutrals-text-subtle-hover": _mirohq_design_system_themes.Color;
|
|
13406
14800
|
"border-neutrals-transparent": _mirohq_design_system_themes.Color;
|
|
13407
|
-
"border-static-dark": _mirohq_design_system_themes.Color;
|
|
13408
|
-
"border-static-dark-subtle": _mirohq_design_system_themes.Color;
|
|
13409
14801
|
"border-primary": _mirohq_design_system_themes.Color;
|
|
13410
14802
|
"border-primary-active": _mirohq_design_system_themes.Color;
|
|
13411
14803
|
"border-primary-hover": _mirohq_design_system_themes.Color;
|
|
@@ -13413,6 +14805,10 @@ declare const theme: {
|
|
|
13413
14805
|
"border-primary-pressed": _mirohq_design_system_themes.Color;
|
|
13414
14806
|
"border-primary-selected": _mirohq_design_system_themes.Color;
|
|
13415
14807
|
"border-primary-subtle": _mirohq_design_system_themes.Color;
|
|
14808
|
+
"status-border-error": _mirohq_design_system_themes.Color;
|
|
14809
|
+
"status-border-info": _mirohq_design_system_themes.Color;
|
|
14810
|
+
"status-border-success": _mirohq_design_system_themes.Color;
|
|
14811
|
+
"status-border-warning": _mirohq_design_system_themes.Color;
|
|
13416
14812
|
"border-success": _mirohq_design_system_themes.Color;
|
|
13417
14813
|
"border-success-active": _mirohq_design_system_themes.Color;
|
|
13418
14814
|
"border-success-hover": _mirohq_design_system_themes.Color;
|
|
@@ -13420,12 +14816,46 @@ declare const theme: {
|
|
|
13420
14816
|
"border-success-subtle": _mirohq_design_system_themes.Color;
|
|
13421
14817
|
"border-warning": _mirohq_design_system_themes.Color;
|
|
13422
14818
|
"border-warning-subtle": _mirohq_design_system_themes.Color;
|
|
14819
|
+
"button-background-danger": _mirohq_design_system_themes.Color;
|
|
14820
|
+
"button-background-danger-hover": _mirohq_design_system_themes.Color;
|
|
14821
|
+
"button-background-danger-pressed": _mirohq_design_system_themes.Color;
|
|
14822
|
+
"button-background-ghost": _mirohq_design_system_themes.Color;
|
|
14823
|
+
"button-background-ghost-hover": _mirohq_design_system_themes.Color;
|
|
14824
|
+
"button-background-ghost-pressed": _mirohq_design_system_themes.Color;
|
|
13423
14825
|
"button-background-primary": _mirohq_design_system_themes.Color;
|
|
13424
14826
|
"button-background-primary-hover": _mirohq_design_system_themes.Color;
|
|
13425
14827
|
"button-background-primary-pressed": _mirohq_design_system_themes.Color;
|
|
13426
14828
|
"button-background-secondary": _mirohq_design_system_themes.Color;
|
|
13427
14829
|
"button-background-secondary-hover": _mirohq_design_system_themes.Color;
|
|
13428
14830
|
"button-background-secondary-pressed": _mirohq_design_system_themes.Color;
|
|
14831
|
+
"button-background-tertiary": _mirohq_design_system_themes.Color;
|
|
14832
|
+
"button-background-tertiary-hover": _mirohq_design_system_themes.Color;
|
|
14833
|
+
"button-background-tertiary-pressed": _mirohq_design_system_themes.Color;
|
|
14834
|
+
"button-border-danger": _mirohq_design_system_themes.Color;
|
|
14835
|
+
"button-border-danger-hover": _mirohq_design_system_themes.Color;
|
|
14836
|
+
"button-border-danger-pressed": _mirohq_design_system_themes.Color;
|
|
14837
|
+
"button-border-ghost-hover": _mirohq_design_system_themes.Color;
|
|
14838
|
+
"button-border-ghost-pressed": _mirohq_design_system_themes.Color;
|
|
14839
|
+
"button-border-primary": _mirohq_design_system_themes.Color;
|
|
14840
|
+
"button-border-primary-hover": _mirohq_design_system_themes.Color;
|
|
14841
|
+
"button-border-primary-pressed": _mirohq_design_system_themes.Color;
|
|
14842
|
+
"button-border-secondary": _mirohq_design_system_themes.Color;
|
|
14843
|
+
"button-border-secondary-hover": _mirohq_design_system_themes.Color;
|
|
14844
|
+
"button-border-secondary-pressed": _mirohq_design_system_themes.Color;
|
|
14845
|
+
"button-border-tertiary": _mirohq_design_system_themes.Color;
|
|
14846
|
+
"button-border-tertiary-hover": _mirohq_design_system_themes.Color;
|
|
14847
|
+
"button-border-tertiary-pressed": _mirohq_design_system_themes.Color;
|
|
14848
|
+
"button-icon-on-danger": _mirohq_design_system_themes.Color;
|
|
14849
|
+
"button-icon-on-primary": _mirohq_design_system_themes.Color;
|
|
14850
|
+
"button-icon-on-secondary": _mirohq_design_system_themes.Color;
|
|
14851
|
+
"button-icon-on-tertiary": _mirohq_design_system_themes.Color;
|
|
14852
|
+
"button-text-on-danger": _mirohq_design_system_themes.Color;
|
|
14853
|
+
"button-text-on-primary": _mirohq_design_system_themes.Color;
|
|
14854
|
+
"button-text-on-secondary": _mirohq_design_system_themes.Color;
|
|
14855
|
+
"button-text-on-tertiary": _mirohq_design_system_themes.Color;
|
|
14856
|
+
"chip-background": _mirohq_design_system_themes.Color;
|
|
14857
|
+
"chip-background-hover": _mirohq_design_system_themes.Color;
|
|
14858
|
+
"chip-text": _mirohq_design_system_themes.Color;
|
|
13429
14859
|
"format-icon-diagram": _mirohq_design_system_themes.Color;
|
|
13430
14860
|
"format-icon-docs": _mirohq_design_system_themes.Color;
|
|
13431
14861
|
"format-icon-external": _mirohq_design_system_themes.Color;
|
|
@@ -13434,17 +14864,66 @@ declare const theme: {
|
|
|
13434
14864
|
"format-icon-slides": _mirohq_design_system_themes.Color;
|
|
13435
14865
|
"format-icon-table": _mirohq_design_system_themes.Color;
|
|
13436
14866
|
"format-icon-timeline": _mirohq_design_system_themes.Color;
|
|
14867
|
+
"input-background-active": _mirohq_design_system_themes.Color;
|
|
14868
|
+
"input-background-alt-active": _mirohq_design_system_themes.Color;
|
|
14869
|
+
"input-background-alt-default": _mirohq_design_system_themes.Color;
|
|
14870
|
+
"input-background-alt-hover": _mirohq_design_system_themes.Color;
|
|
14871
|
+
"input-background-default": _mirohq_design_system_themes.Color;
|
|
14872
|
+
"input-background-disabled": _mirohq_design_system_themes.Color;
|
|
14873
|
+
"input-background-hover": _mirohq_design_system_themes.Color;
|
|
14874
|
+
"input-border-active": _mirohq_design_system_themes.Color;
|
|
14875
|
+
"input-border-default": _mirohq_design_system_themes.Color;
|
|
14876
|
+
"input-border-disabled": _mirohq_design_system_themes.Color;
|
|
14877
|
+
"input-border-error": _mirohq_design_system_themes.Color;
|
|
14878
|
+
"input-border-hover": _mirohq_design_system_themes.Color;
|
|
14879
|
+
"input-border-selection-control": _mirohq_design_system_themes.Color;
|
|
14880
|
+
"input-border-success": _mirohq_design_system_themes.Color;
|
|
13437
14881
|
"notification-background": _mirohq_design_system_themes.Color;
|
|
13438
14882
|
"notification-border": _mirohq_design_system_themes.Color;
|
|
13439
14883
|
"notification-border-subtle": _mirohq_design_system_themes.Color;
|
|
13440
|
-
"
|
|
13441
|
-
"
|
|
14884
|
+
"popover-background": _mirohq_design_system_themes.Color;
|
|
14885
|
+
"popover-border": _mirohq_design_system_themes.Color;
|
|
14886
|
+
"scrollbar-background": _mirohq_design_system_themes.Color;
|
|
14887
|
+
"scrollbar-background-hover": _mirohq_design_system_themes.Color;
|
|
14888
|
+
"slider-background": _mirohq_design_system_themes.Color;
|
|
14889
|
+
"slider-notch-background": _mirohq_design_system_themes.Color;
|
|
14890
|
+
"switch-background-default": _mirohq_design_system_themes.Color;
|
|
14891
|
+
"switch-background-hover": _mirohq_design_system_themes.Color;
|
|
14892
|
+
"switch-control-background": _mirohq_design_system_themes.Color;
|
|
13442
14893
|
"tooltip-background": _mirohq_design_system_themes.Color;
|
|
14894
|
+
"tooltip-background-inset": _mirohq_design_system_themes.Color;
|
|
13443
14895
|
"icon-danger": _mirohq_design_system_themes.Color;
|
|
13444
14896
|
"icon-danger-active": _mirohq_design_system_themes.Color;
|
|
13445
14897
|
"icon-danger-hover": _mirohq_design_system_themes.Color;
|
|
13446
14898
|
"icon-danger-inverted": _mirohq_design_system_themes.Color;
|
|
13447
14899
|
"icon-danger-pressed": _mirohq_design_system_themes.Color;
|
|
14900
|
+
"icon-default": _mirohq_design_system_themes.Color;
|
|
14901
|
+
"icon-disabled": _mirohq_design_system_themes.Color;
|
|
14902
|
+
"icon-inverted": _mirohq_design_system_themes.Color;
|
|
14903
|
+
"icon-inverted-secondary": _mirohq_design_system_themes.Color;
|
|
14904
|
+
"icon-muted": _mirohq_design_system_themes.Color;
|
|
14905
|
+
"icon-on-disabled": _mirohq_design_system_themes.Color;
|
|
14906
|
+
"icon-on-static-dark": _mirohq_design_system_themes.Color;
|
|
14907
|
+
"icon-on-static-dark-subtle": _mirohq_design_system_themes.Color;
|
|
14908
|
+
"icon-placeholder": _mirohq_design_system_themes.Color;
|
|
14909
|
+
"icon-secondary": _mirohq_design_system_themes.Color;
|
|
14910
|
+
"icon-interactive-selected": _mirohq_design_system_themes.Color;
|
|
14911
|
+
"icon-link": _mirohq_design_system_themes.Color;
|
|
14912
|
+
"icon-link-hover": _mirohq_design_system_themes.Color;
|
|
14913
|
+
"icon-link-on-inverted": _mirohq_design_system_themes.Color;
|
|
14914
|
+
"icon-link-on-inverted-hover": _mirohq_design_system_themes.Color;
|
|
14915
|
+
"icon-link-on-inverted-pressed": _mirohq_design_system_themes.Color;
|
|
14916
|
+
"icon-link-on-inverted-secondary": _mirohq_design_system_themes.Color;
|
|
14917
|
+
"icon-link-on-inverted-secondary-hover": _mirohq_design_system_themes.Color;
|
|
14918
|
+
"icon-link-on-inverted-secondary-pressed": _mirohq_design_system_themes.Color;
|
|
14919
|
+
"icon-link-pressed": _mirohq_design_system_themes.Color;
|
|
14920
|
+
"icon-link-secondary": _mirohq_design_system_themes.Color;
|
|
14921
|
+
"icon-link-secondary-hover": _mirohq_design_system_themes.Color;
|
|
14922
|
+
"icon-link-secondary-pressed": _mirohq_design_system_themes.Color;
|
|
14923
|
+
"icon-on-interactive-danger": _mirohq_design_system_themes.Color;
|
|
14924
|
+
"icon-on-interactive-primary": _mirohq_design_system_themes.Color;
|
|
14925
|
+
"icon-on-interactive-secondary": _mirohq_design_system_themes.Color;
|
|
14926
|
+
"icon-on-interactive-selected": _mirohq_design_system_themes.Color;
|
|
13448
14927
|
"icon-neutrals": _mirohq_design_system_themes.Color;
|
|
13449
14928
|
"icon-neutrals-disabled": _mirohq_design_system_themes.Color;
|
|
13450
14929
|
"icon-neutrals-hover": _mirohq_design_system_themes.Color;
|
|
@@ -13461,8 +14940,6 @@ declare const theme: {
|
|
|
13461
14940
|
"icon-neutrals-subtle-hover": _mirohq_design_system_themes.Color;
|
|
13462
14941
|
"icon-neutrals-subtle-pressed": _mirohq_design_system_themes.Color;
|
|
13463
14942
|
"icon-neutrals-text": _mirohq_design_system_themes.Color;
|
|
13464
|
-
"icon-on-static-dark": _mirohq_design_system_themes.Color;
|
|
13465
|
-
"icon-on-static-dark-subtle": _mirohq_design_system_themes.Color;
|
|
13466
14943
|
"icon-primary": _mirohq_design_system_themes.Color;
|
|
13467
14944
|
"icon-primary-active": _mirohq_design_system_themes.Color;
|
|
13468
14945
|
"icon-primary-hover": _mirohq_design_system_themes.Color;
|
|
@@ -13470,6 +14947,13 @@ declare const theme: {
|
|
|
13470
14947
|
"icon-primary-inverted-hover": _mirohq_design_system_themes.Color;
|
|
13471
14948
|
"icon-primary-pressed": _mirohq_design_system_themes.Color;
|
|
13472
14949
|
"icon-primary-selected": _mirohq_design_system_themes.Color;
|
|
14950
|
+
"status-icon-error": _mirohq_design_system_themes.Color;
|
|
14951
|
+
"status-icon-on-error": _mirohq_design_system_themes.Color;
|
|
14952
|
+
"status-icon-on-info": _mirohq_design_system_themes.Color;
|
|
14953
|
+
"status-icon-on-success": _mirohq_design_system_themes.Color;
|
|
14954
|
+
"status-icon-on-warning": _mirohq_design_system_themes.Color;
|
|
14955
|
+
"status-icon-success": _mirohq_design_system_themes.Color;
|
|
14956
|
+
"status-icon-warning": _mirohq_design_system_themes.Color;
|
|
13473
14957
|
"icon-success": _mirohq_design_system_themes.Color;
|
|
13474
14958
|
"icon-success-active": _mirohq_design_system_themes.Color;
|
|
13475
14959
|
"icon-success-hover": _mirohq_design_system_themes.Color;
|
|
@@ -13483,6 +14967,23 @@ declare const theme: {
|
|
|
13483
14967
|
"text-danger-hover": _mirohq_design_system_themes.Color;
|
|
13484
14968
|
"text-danger-inverted": _mirohq_design_system_themes.Color;
|
|
13485
14969
|
"text-danger-pressed": _mirohq_design_system_themes.Color;
|
|
14970
|
+
"text-interactive-selected": _mirohq_design_system_themes.Color;
|
|
14971
|
+
"text-link": _mirohq_design_system_themes.Color;
|
|
14972
|
+
"text-link-hover": _mirohq_design_system_themes.Color;
|
|
14973
|
+
"text-link-on-inverted": _mirohq_design_system_themes.Color;
|
|
14974
|
+
"text-link-on-inverted-hover": _mirohq_design_system_themes.Color;
|
|
14975
|
+
"text-link-on-inverted-pressed": _mirohq_design_system_themes.Color;
|
|
14976
|
+
"text-link-on-inverted-secondary": _mirohq_design_system_themes.Color;
|
|
14977
|
+
"text-link-on-inverted-secondary-hover": _mirohq_design_system_themes.Color;
|
|
14978
|
+
"text-link-on-inverted-secondary-pressed": _mirohq_design_system_themes.Color;
|
|
14979
|
+
"text-link-pressed": _mirohq_design_system_themes.Color;
|
|
14980
|
+
"text-link-secondary": _mirohq_design_system_themes.Color;
|
|
14981
|
+
"text-link-secondary-hover": _mirohq_design_system_themes.Color;
|
|
14982
|
+
"text-link-secondary-pressed": _mirohq_design_system_themes.Color;
|
|
14983
|
+
"text-on-interactive-danger": _mirohq_design_system_themes.Color;
|
|
14984
|
+
"text-on-interactive-primary": _mirohq_design_system_themes.Color;
|
|
14985
|
+
"text-on-interactive-secondary": _mirohq_design_system_themes.Color;
|
|
14986
|
+
"text-on-interactive-selected": _mirohq_design_system_themes.Color;
|
|
13486
14987
|
"text-neutrals": _mirohq_design_system_themes.Color;
|
|
13487
14988
|
"text-neutrals-active": _mirohq_design_system_themes.Color;
|
|
13488
14989
|
"text-neutrals-disabled": _mirohq_design_system_themes.Color;
|
|
@@ -13498,9 +14999,6 @@ declare const theme: {
|
|
|
13498
14999
|
"text-neutrals-subtle-active": _mirohq_design_system_themes.Color;
|
|
13499
15000
|
"text-neutrals-subtle-hover": _mirohq_design_system_themes.Color;
|
|
13500
15001
|
"text-neutrals-subtle-pressed": _mirohq_design_system_themes.Color;
|
|
13501
|
-
"text-on-static-dark": _mirohq_design_system_themes.Color;
|
|
13502
|
-
"text-on-static-dark-subtle": _mirohq_design_system_themes.Color;
|
|
13503
|
-
"text-on-primary": _mirohq_design_system_themes.Color;
|
|
13504
15002
|
"text-primary": _mirohq_design_system_themes.Color;
|
|
13505
15003
|
"text-primary-active": _mirohq_design_system_themes.Color;
|
|
13506
15004
|
"text-primary-hover": _mirohq_design_system_themes.Color;
|
|
@@ -13508,11 +15006,28 @@ declare const theme: {
|
|
|
13508
15006
|
"text-primary-inverted-subtle": _mirohq_design_system_themes.Color;
|
|
13509
15007
|
"text-primary-pressed": _mirohq_design_system_themes.Color;
|
|
13510
15008
|
"text-primary-selected": _mirohq_design_system_themes.Color;
|
|
15009
|
+
"status-text-error": _mirohq_design_system_themes.Color;
|
|
15010
|
+
"status-text-on-error": _mirohq_design_system_themes.Color;
|
|
15011
|
+
"status-text-on-info": _mirohq_design_system_themes.Color;
|
|
15012
|
+
"status-text-on-success": _mirohq_design_system_themes.Color;
|
|
15013
|
+
"status-text-on-warning": _mirohq_design_system_themes.Color;
|
|
15014
|
+
"status-text-success": _mirohq_design_system_themes.Color;
|
|
15015
|
+
"status-text-warning": _mirohq_design_system_themes.Color;
|
|
13511
15016
|
"text-success": _mirohq_design_system_themes.Color;
|
|
13512
15017
|
"text-success-active": _mirohq_design_system_themes.Color;
|
|
13513
15018
|
"text-success-hover": _mirohq_design_system_themes.Color;
|
|
13514
15019
|
"text-success-inverted": _mirohq_design_system_themes.Color;
|
|
13515
15020
|
"text-success-pressed": _mirohq_design_system_themes.Color;
|
|
15021
|
+
"text-default": _mirohq_design_system_themes.Color;
|
|
15022
|
+
"text-disabled": _mirohq_design_system_themes.Color;
|
|
15023
|
+
"text-inverted": _mirohq_design_system_themes.Color;
|
|
15024
|
+
"text-inverted-secondary": _mirohq_design_system_themes.Color;
|
|
15025
|
+
"text-muted": _mirohq_design_system_themes.Color;
|
|
15026
|
+
"text-on-disabled": _mirohq_design_system_themes.Color;
|
|
15027
|
+
"text-on-static-dark": _mirohq_design_system_themes.Color;
|
|
15028
|
+
"text-on-static-dark-subtle": _mirohq_design_system_themes.Color;
|
|
15029
|
+
"text-placeholder": _mirohq_design_system_themes.Color;
|
|
15030
|
+
"text-secondary": _mirohq_design_system_themes.Color;
|
|
13516
15031
|
"text-warning": _mirohq_design_system_themes.Color;
|
|
13517
15032
|
"text-warning-subtle": _mirohq_design_system_themes.Color;
|
|
13518
15033
|
"coal-background": _mirohq_design_system_themes.Color;
|
|
@@ -13787,7 +15302,12 @@ declare const theme: {
|
|
|
13787
15302
|
readonly 50: "4px";
|
|
13788
15303
|
readonly 75: "6px";
|
|
13789
15304
|
readonly 100: "8px";
|
|
15305
|
+
readonly 150: "12px";
|
|
13790
15306
|
readonly 200: "16px";
|
|
15307
|
+
readonly 300: "24px";
|
|
15308
|
+
readonly 400: "32px";
|
|
15309
|
+
readonly 500: "40px";
|
|
15310
|
+
readonly 600: "48px";
|
|
13791
15311
|
readonly round: "999px";
|
|
13792
15312
|
};
|
|
13793
15313
|
shadows: Required<Theme$1["shadows"]>;
|