@mirohq/design-system-stitches 3.3.0 → 3.3.2
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 +1642 -26
- package/package.json +4 -4
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;
|
|
@@ -6498,6 +6541,10 @@ declare const config: {
|
|
|
6498
6541
|
"background-primary-subtle-hover": /*elided*/ any;
|
|
6499
6542
|
"background-primary-subtle-pressed": /*elided*/ any;
|
|
6500
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;
|
|
6501
6548
|
"background-success-prominent": /*elided*/ any;
|
|
6502
6549
|
"background-success-prominent-active": /*elided*/ any;
|
|
6503
6550
|
"background-success-prominent-hover": /*elided*/ any;
|
|
@@ -6505,6 +6552,15 @@ declare const config: {
|
|
|
6505
6552
|
"background-success-subtle": /*elided*/ any;
|
|
6506
6553
|
"background-warning-prominent": /*elided*/ any;
|
|
6507
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;
|
|
6508
6564
|
"border-danger": /*elided*/ any;
|
|
6509
6565
|
"border-danger-active": /*elided*/ any;
|
|
6510
6566
|
"border-danger-hover": /*elided*/ any;
|
|
@@ -6520,6 +6576,16 @@ declare const config: {
|
|
|
6520
6576
|
"border-focus-success-middle": /*elided*/ any;
|
|
6521
6577
|
"border-focus-success-outer": /*elided*/ any;
|
|
6522
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;
|
|
6523
6589
|
"border-neutrals": /*elided*/ any;
|
|
6524
6590
|
"border-neutrals-active": /*elided*/ any;
|
|
6525
6591
|
"border-neutrals-controls": /*elided*/ any;
|
|
@@ -6545,6 +6611,10 @@ declare const config: {
|
|
|
6545
6611
|
"border-primary-pressed": /*elided*/ any;
|
|
6546
6612
|
"border-primary-selected": /*elided*/ any;
|
|
6547
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;
|
|
6548
6618
|
"border-success": /*elided*/ any;
|
|
6549
6619
|
"border-success-active": /*elided*/ any;
|
|
6550
6620
|
"border-success-hover": /*elided*/ any;
|
|
@@ -6552,12 +6622,46 @@ declare const config: {
|
|
|
6552
6622
|
"border-success-subtle": /*elided*/ any;
|
|
6553
6623
|
"border-warning": /*elided*/ any;
|
|
6554
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;
|
|
6555
6631
|
"button-background-primary": /*elided*/ any;
|
|
6556
6632
|
"button-background-primary-hover": /*elided*/ any;
|
|
6557
6633
|
"button-background-primary-pressed": /*elided*/ any;
|
|
6558
6634
|
"button-background-secondary": /*elided*/ any;
|
|
6559
6635
|
"button-background-secondary-hover": /*elided*/ any;
|
|
6560
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;
|
|
6561
6665
|
"format-icon-diagram": /*elided*/ any;
|
|
6562
6666
|
"format-icon-docs": /*elided*/ any;
|
|
6563
6667
|
"format-icon-external": /*elided*/ any;
|
|
@@ -6566,14 +6670,66 @@ declare const config: {
|
|
|
6566
6670
|
"format-icon-slides": /*elided*/ any;
|
|
6567
6671
|
"format-icon-table": /*elided*/ any;
|
|
6568
6672
|
"format-icon-timeline": /*elided*/ any;
|
|
6569
|
-
"
|
|
6570
|
-
"
|
|
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;
|
|
6687
|
+
"notification-background": /*elided*/ any;
|
|
6688
|
+
"notification-border": /*elided*/ any;
|
|
6689
|
+
"notification-border-subtle": /*elided*/ any;
|
|
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;
|
|
6571
6699
|
"tooltip-background": /*elided*/ any;
|
|
6700
|
+
"tooltip-background-inset": /*elided*/ any;
|
|
6572
6701
|
"icon-danger": /*elided*/ any;
|
|
6573
6702
|
"icon-danger-active": /*elided*/ any;
|
|
6574
6703
|
"icon-danger-hover": /*elided*/ any;
|
|
6575
6704
|
"icon-danger-inverted": /*elided*/ any;
|
|
6576
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;
|
|
6577
6733
|
"icon-neutrals": /*elided*/ any;
|
|
6578
6734
|
"icon-neutrals-disabled": /*elided*/ any;
|
|
6579
6735
|
"icon-neutrals-hover": /*elided*/ any;
|
|
@@ -6597,6 +6753,13 @@ declare const config: {
|
|
|
6597
6753
|
"icon-primary-inverted-hover": /*elided*/ any;
|
|
6598
6754
|
"icon-primary-pressed": /*elided*/ any;
|
|
6599
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;
|
|
6600
6763
|
"icon-success": /*elided*/ any;
|
|
6601
6764
|
"icon-success-active": /*elided*/ any;
|
|
6602
6765
|
"icon-success-hover": /*elided*/ any;
|
|
@@ -6610,6 +6773,23 @@ declare const config: {
|
|
|
6610
6773
|
"text-danger-hover": /*elided*/ any;
|
|
6611
6774
|
"text-danger-inverted": /*elided*/ any;
|
|
6612
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;
|
|
6613
6793
|
"text-neutrals": /*elided*/ any;
|
|
6614
6794
|
"text-neutrals-active": /*elided*/ any;
|
|
6615
6795
|
"text-neutrals-disabled": /*elided*/ any;
|
|
@@ -6632,11 +6812,28 @@ declare const config: {
|
|
|
6632
6812
|
"text-primary-inverted-subtle": /*elided*/ any;
|
|
6633
6813
|
"text-primary-pressed": /*elided*/ any;
|
|
6634
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;
|
|
6635
6822
|
"text-success": /*elided*/ any;
|
|
6636
6823
|
"text-success-active": /*elided*/ any;
|
|
6637
6824
|
"text-success-hover": /*elided*/ any;
|
|
6638
6825
|
"text-success-inverted": /*elided*/ any;
|
|
6639
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;
|
|
6640
6837
|
"text-warning": /*elided*/ any;
|
|
6641
6838
|
"text-warning-subtle": /*elided*/ any;
|
|
6642
6839
|
"coal-background": /*elided*/ any;
|
|
@@ -6911,7 +7108,12 @@ declare const config: {
|
|
|
6911
7108
|
readonly 50: "4px";
|
|
6912
7109
|
readonly 75: "6px";
|
|
6913
7110
|
readonly 100: "8px";
|
|
7111
|
+
readonly 150: "12px";
|
|
6914
7112
|
readonly 200: "16px";
|
|
7113
|
+
readonly 300: "24px";
|
|
7114
|
+
readonly 400: "32px";
|
|
7115
|
+
readonly 500: "40px";
|
|
7116
|
+
readonly 600: "48px";
|
|
6915
7117
|
readonly round: "999px";
|
|
6916
7118
|
};
|
|
6917
7119
|
shadows: Required<_mirohq_design_system_themes_web.Theme["shadows"]>;
|
|
@@ -7172,6 +7374,27 @@ declare const createTheme: <Argument0 extends string | ({
|
|
|
7172
7374
|
readonly 'blue-850'?: string | number | boolean | undefined;
|
|
7173
7375
|
readonly 'blue-900'?: string | number | boolean | undefined;
|
|
7174
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;
|
|
7175
7398
|
readonly 'coal-100'?: string | number | boolean | undefined;
|
|
7176
7399
|
readonly 'coal-150'?: string | number | boolean | undefined;
|
|
7177
7400
|
readonly 'coal-200'?: string | number | boolean | undefined;
|
|
@@ -7442,6 +7665,19 @@ declare const createTheme: <Argument0 extends string | ({
|
|
|
7442
7665
|
"background-alpha-neutrals-overlay"?: string | number | boolean | undefined;
|
|
7443
7666
|
"background-alpha-neutrals-overlay-subtle"?: string | number | boolean | undefined;
|
|
7444
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;
|
|
7445
7681
|
"background-danger-prominent"?: string | number | boolean | undefined;
|
|
7446
7682
|
"background-danger-prominent-active"?: string | number | boolean | undefined;
|
|
7447
7683
|
"background-danger-prominent-hover"?: string | number | boolean | undefined;
|
|
@@ -7450,6 +7686,15 @@ declare const createTheme: <Argument0 extends string | ({
|
|
|
7450
7686
|
"background-danger-subtle-active"?: string | number | boolean | undefined;
|
|
7451
7687
|
"background-danger-subtle-hover"?: string | number | boolean | undefined;
|
|
7452
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;
|
|
7453
7698
|
"background-neutrals"?: string | number | boolean | undefined;
|
|
7454
7699
|
"background-neutrals-active"?: string | number | boolean | undefined;
|
|
7455
7700
|
"background-neutrals-container"?: string | number | boolean | undefined;
|
|
@@ -7484,6 +7729,10 @@ declare const createTheme: <Argument0 extends string | ({
|
|
|
7484
7729
|
"background-primary-subtle-hover"?: string | number | boolean | undefined;
|
|
7485
7730
|
"background-primary-subtle-pressed"?: string | number | boolean | undefined;
|
|
7486
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;
|
|
7487
7736
|
"background-success-prominent"?: string | number | boolean | undefined;
|
|
7488
7737
|
"background-success-prominent-active"?: string | number | boolean | undefined;
|
|
7489
7738
|
"background-success-prominent-hover"?: string | number | boolean | undefined;
|
|
@@ -7491,6 +7740,15 @@ declare const createTheme: <Argument0 extends string | ({
|
|
|
7491
7740
|
"background-success-subtle"?: string | number | boolean | undefined;
|
|
7492
7741
|
"background-warning-prominent"?: string | number | boolean | undefined;
|
|
7493
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;
|
|
7494
7752
|
"border-danger"?: string | number | boolean | undefined;
|
|
7495
7753
|
"border-danger-active"?: string | number | boolean | undefined;
|
|
7496
7754
|
"border-danger-hover"?: string | number | boolean | undefined;
|
|
@@ -7506,6 +7764,16 @@ declare const createTheme: <Argument0 extends string | ({
|
|
|
7506
7764
|
"border-focus-success-middle"?: string | number | boolean | undefined;
|
|
7507
7765
|
"border-focus-success-outer"?: string | number | boolean | undefined;
|
|
7508
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;
|
|
7509
7777
|
"border-neutrals"?: string | number | boolean | undefined;
|
|
7510
7778
|
"border-neutrals-active"?: string | number | boolean | undefined;
|
|
7511
7779
|
"border-neutrals-controls"?: string | number | boolean | undefined;
|
|
@@ -7531,6 +7799,10 @@ declare const createTheme: <Argument0 extends string | ({
|
|
|
7531
7799
|
"border-primary-pressed"?: string | number | boolean | undefined;
|
|
7532
7800
|
"border-primary-selected"?: string | number | boolean | undefined;
|
|
7533
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;
|
|
7534
7806
|
"border-success"?: string | number | boolean | undefined;
|
|
7535
7807
|
"border-success-active"?: string | number | boolean | undefined;
|
|
7536
7808
|
"border-success-hover"?: string | number | boolean | undefined;
|
|
@@ -7538,12 +7810,46 @@ declare const createTheme: <Argument0 extends string | ({
|
|
|
7538
7810
|
"border-success-subtle"?: string | number | boolean | undefined;
|
|
7539
7811
|
"border-warning"?: string | number | boolean | undefined;
|
|
7540
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;
|
|
7541
7819
|
"button-background-primary"?: string | number | boolean | undefined;
|
|
7542
7820
|
"button-background-primary-hover"?: string | number | boolean | undefined;
|
|
7543
7821
|
"button-background-primary-pressed"?: string | number | boolean | undefined;
|
|
7544
7822
|
"button-background-secondary"?: string | number | boolean | undefined;
|
|
7545
7823
|
"button-background-secondary-hover"?: string | number | boolean | undefined;
|
|
7546
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;
|
|
7547
7853
|
"format-icon-diagram"?: string | number | boolean | undefined;
|
|
7548
7854
|
"format-icon-docs"?: string | number | boolean | undefined;
|
|
7549
7855
|
"format-icon-external"?: string | number | boolean | undefined;
|
|
@@ -7552,14 +7858,66 @@ declare const createTheme: <Argument0 extends string | ({
|
|
|
7552
7858
|
"format-icon-slides"?: string | number | boolean | undefined;
|
|
7553
7859
|
"format-icon-table"?: string | number | boolean | undefined;
|
|
7554
7860
|
"format-icon-timeline"?: string | number | boolean | undefined;
|
|
7555
|
-
"
|
|
7556
|
-
"
|
|
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;
|
|
7875
|
+
"notification-background"?: string | number | boolean | undefined;
|
|
7876
|
+
"notification-border"?: string | number | boolean | undefined;
|
|
7877
|
+
"notification-border-subtle"?: string | number | boolean | undefined;
|
|
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;
|
|
7557
7887
|
"tooltip-background"?: string | number | boolean | undefined;
|
|
7888
|
+
"tooltip-background-inset"?: string | number | boolean | undefined;
|
|
7558
7889
|
"icon-danger"?: string | number | boolean | undefined;
|
|
7559
7890
|
"icon-danger-active"?: string | number | boolean | undefined;
|
|
7560
7891
|
"icon-danger-hover"?: string | number | boolean | undefined;
|
|
7561
7892
|
"icon-danger-inverted"?: string | number | boolean | undefined;
|
|
7562
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;
|
|
7563
7921
|
"icon-neutrals"?: string | number | boolean | undefined;
|
|
7564
7922
|
"icon-neutrals-disabled"?: string | number | boolean | undefined;
|
|
7565
7923
|
"icon-neutrals-hover"?: string | number | boolean | undefined;
|
|
@@ -7583,6 +7941,13 @@ declare const createTheme: <Argument0 extends string | ({
|
|
|
7583
7941
|
"icon-primary-inverted-hover"?: string | number | boolean | undefined;
|
|
7584
7942
|
"icon-primary-pressed"?: string | number | boolean | undefined;
|
|
7585
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;
|
|
7586
7951
|
"icon-success"?: string | number | boolean | undefined;
|
|
7587
7952
|
"icon-success-active"?: string | number | boolean | undefined;
|
|
7588
7953
|
"icon-success-hover"?: string | number | boolean | undefined;
|
|
@@ -7596,6 +7961,23 @@ declare const createTheme: <Argument0 extends string | ({
|
|
|
7596
7961
|
"text-danger-hover"?: string | number | boolean | undefined;
|
|
7597
7962
|
"text-danger-inverted"?: string | number | boolean | undefined;
|
|
7598
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;
|
|
7599
7981
|
"text-neutrals"?: string | number | boolean | undefined;
|
|
7600
7982
|
"text-neutrals-active"?: string | number | boolean | undefined;
|
|
7601
7983
|
"text-neutrals-disabled"?: string | number | boolean | undefined;
|
|
@@ -7618,11 +8000,28 @@ declare const createTheme: <Argument0 extends string | ({
|
|
|
7618
8000
|
"text-primary-inverted-subtle"?: string | number | boolean | undefined;
|
|
7619
8001
|
"text-primary-pressed"?: string | number | boolean | undefined;
|
|
7620
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;
|
|
7621
8010
|
"text-success"?: string | number | boolean | undefined;
|
|
7622
8011
|
"text-success-active"?: string | number | boolean | undefined;
|
|
7623
8012
|
"text-success-hover"?: string | number | boolean | undefined;
|
|
7624
8013
|
"text-success-inverted"?: string | number | boolean | undefined;
|
|
7625
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;
|
|
7626
8025
|
"text-warning"?: string | number | boolean | undefined;
|
|
7627
8026
|
"text-warning-subtle"?: string | number | boolean | undefined;
|
|
7628
8027
|
"coal-background"?: string | number | boolean | undefined;
|
|
@@ -7897,7 +8296,12 @@ declare const createTheme: <Argument0 extends string | ({
|
|
|
7897
8296
|
readonly 50?: string | number | boolean | undefined;
|
|
7898
8297
|
readonly 75?: string | number | boolean | undefined;
|
|
7899
8298
|
readonly 100?: string | number | boolean | undefined;
|
|
8299
|
+
readonly 150?: string | number | boolean | undefined;
|
|
7900
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;
|
|
7901
8305
|
readonly round?: string | number | boolean | undefined;
|
|
7902
8306
|
} | undefined;
|
|
7903
8307
|
shadows?: Required<_mirohq_design_system_themes_web.Theme["shadows"]>;
|
|
@@ -8003,6 +8407,27 @@ declare const createTheme: <Argument0 extends string | ({
|
|
|
8003
8407
|
readonly 'blue-850'?: string | number | boolean | undefined;
|
|
8004
8408
|
readonly 'blue-900'?: string | number | boolean | undefined;
|
|
8005
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;
|
|
8006
8431
|
readonly 'coal-100'?: string | number | boolean | undefined;
|
|
8007
8432
|
readonly 'coal-150'?: string | number | boolean | undefined;
|
|
8008
8433
|
readonly 'coal-200'?: string | number | boolean | undefined;
|
|
@@ -8273,6 +8698,19 @@ declare const createTheme: <Argument0 extends string | ({
|
|
|
8273
8698
|
"background-alpha-neutrals-overlay"?: string | number | boolean | undefined;
|
|
8274
8699
|
"background-alpha-neutrals-overlay-subtle"?: string | number | boolean | undefined;
|
|
8275
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;
|
|
8276
8714
|
"background-danger-prominent"?: string | number | boolean | undefined;
|
|
8277
8715
|
"background-danger-prominent-active"?: string | number | boolean | undefined;
|
|
8278
8716
|
"background-danger-prominent-hover"?: string | number | boolean | undefined;
|
|
@@ -8281,6 +8719,15 @@ declare const createTheme: <Argument0 extends string | ({
|
|
|
8281
8719
|
"background-danger-subtle-active"?: string | number | boolean | undefined;
|
|
8282
8720
|
"background-danger-subtle-hover"?: string | number | boolean | undefined;
|
|
8283
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;
|
|
8284
8731
|
"background-neutrals"?: string | number | boolean | undefined;
|
|
8285
8732
|
"background-neutrals-active"?: string | number | boolean | undefined;
|
|
8286
8733
|
"background-neutrals-container"?: string | number | boolean | undefined;
|
|
@@ -8315,6 +8762,10 @@ declare const createTheme: <Argument0 extends string | ({
|
|
|
8315
8762
|
"background-primary-subtle-hover"?: string | number | boolean | undefined;
|
|
8316
8763
|
"background-primary-subtle-pressed"?: string | number | boolean | undefined;
|
|
8317
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;
|
|
8318
8769
|
"background-success-prominent"?: string | number | boolean | undefined;
|
|
8319
8770
|
"background-success-prominent-active"?: string | number | boolean | undefined;
|
|
8320
8771
|
"background-success-prominent-hover"?: string | number | boolean | undefined;
|
|
@@ -8322,6 +8773,15 @@ declare const createTheme: <Argument0 extends string | ({
|
|
|
8322
8773
|
"background-success-subtle"?: string | number | boolean | undefined;
|
|
8323
8774
|
"background-warning-prominent"?: string | number | boolean | undefined;
|
|
8324
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;
|
|
8325
8785
|
"border-danger"?: string | number | boolean | undefined;
|
|
8326
8786
|
"border-danger-active"?: string | number | boolean | undefined;
|
|
8327
8787
|
"border-danger-hover"?: string | number | boolean | undefined;
|
|
@@ -8337,6 +8797,16 @@ declare const createTheme: <Argument0 extends string | ({
|
|
|
8337
8797
|
"border-focus-success-middle"?: string | number | boolean | undefined;
|
|
8338
8798
|
"border-focus-success-outer"?: string | number | boolean | undefined;
|
|
8339
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;
|
|
8340
8810
|
"border-neutrals"?: string | number | boolean | undefined;
|
|
8341
8811
|
"border-neutrals-active"?: string | number | boolean | undefined;
|
|
8342
8812
|
"border-neutrals-controls"?: string | number | boolean | undefined;
|
|
@@ -8362,6 +8832,10 @@ declare const createTheme: <Argument0 extends string | ({
|
|
|
8362
8832
|
"border-primary-pressed"?: string | number | boolean | undefined;
|
|
8363
8833
|
"border-primary-selected"?: string | number | boolean | undefined;
|
|
8364
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;
|
|
8365
8839
|
"border-success"?: string | number | boolean | undefined;
|
|
8366
8840
|
"border-success-active"?: string | number | boolean | undefined;
|
|
8367
8841
|
"border-success-hover"?: string | number | boolean | undefined;
|
|
@@ -8369,12 +8843,46 @@ declare const createTheme: <Argument0 extends string | ({
|
|
|
8369
8843
|
"border-success-subtle"?: string | number | boolean | undefined;
|
|
8370
8844
|
"border-warning"?: string | number | boolean | undefined;
|
|
8371
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;
|
|
8372
8852
|
"button-background-primary"?: string | number | boolean | undefined;
|
|
8373
8853
|
"button-background-primary-hover"?: string | number | boolean | undefined;
|
|
8374
8854
|
"button-background-primary-pressed"?: string | number | boolean | undefined;
|
|
8375
8855
|
"button-background-secondary"?: string | number | boolean | undefined;
|
|
8376
8856
|
"button-background-secondary-hover"?: string | number | boolean | undefined;
|
|
8377
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;
|
|
8378
8886
|
"format-icon-diagram"?: string | number | boolean | undefined;
|
|
8379
8887
|
"format-icon-docs"?: string | number | boolean | undefined;
|
|
8380
8888
|
"format-icon-external"?: string | number | boolean | undefined;
|
|
@@ -8383,14 +8891,66 @@ declare const createTheme: <Argument0 extends string | ({
|
|
|
8383
8891
|
"format-icon-slides"?: string | number | boolean | undefined;
|
|
8384
8892
|
"format-icon-table"?: string | number | boolean | undefined;
|
|
8385
8893
|
"format-icon-timeline"?: string | number | boolean | undefined;
|
|
8386
|
-
"
|
|
8387
|
-
"
|
|
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;
|
|
8908
|
+
"notification-background"?: string | number | boolean | undefined;
|
|
8909
|
+
"notification-border"?: string | number | boolean | undefined;
|
|
8910
|
+
"notification-border-subtle"?: string | number | boolean | undefined;
|
|
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;
|
|
8388
8920
|
"tooltip-background"?: string | number | boolean | undefined;
|
|
8921
|
+
"tooltip-background-inset"?: string | number | boolean | undefined;
|
|
8389
8922
|
"icon-danger"?: string | number | boolean | undefined;
|
|
8390
8923
|
"icon-danger-active"?: string | number | boolean | undefined;
|
|
8391
8924
|
"icon-danger-hover"?: string | number | boolean | undefined;
|
|
8392
8925
|
"icon-danger-inverted"?: string | number | boolean | undefined;
|
|
8393
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;
|
|
8394
8954
|
"icon-neutrals"?: string | number | boolean | undefined;
|
|
8395
8955
|
"icon-neutrals-disabled"?: string | number | boolean | undefined;
|
|
8396
8956
|
"icon-neutrals-hover"?: string | number | boolean | undefined;
|
|
@@ -8414,6 +8974,13 @@ declare const createTheme: <Argument0 extends string | ({
|
|
|
8414
8974
|
"icon-primary-inverted-hover"?: string | number | boolean | undefined;
|
|
8415
8975
|
"icon-primary-pressed"?: string | number | boolean | undefined;
|
|
8416
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;
|
|
8417
8984
|
"icon-success"?: string | number | boolean | undefined;
|
|
8418
8985
|
"icon-success-active"?: string | number | boolean | undefined;
|
|
8419
8986
|
"icon-success-hover"?: string | number | boolean | undefined;
|
|
@@ -8427,6 +8994,23 @@ declare const createTheme: <Argument0 extends string | ({
|
|
|
8427
8994
|
"text-danger-hover"?: string | number | boolean | undefined;
|
|
8428
8995
|
"text-danger-inverted"?: string | number | boolean | undefined;
|
|
8429
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;
|
|
8430
9014
|
"text-neutrals"?: string | number | boolean | undefined;
|
|
8431
9015
|
"text-neutrals-active"?: string | number | boolean | undefined;
|
|
8432
9016
|
"text-neutrals-disabled"?: string | number | boolean | undefined;
|
|
@@ -8449,11 +9033,28 @@ declare const createTheme: <Argument0 extends string | ({
|
|
|
8449
9033
|
"text-primary-inverted-subtle"?: string | number | boolean | undefined;
|
|
8450
9034
|
"text-primary-pressed"?: string | number | boolean | undefined;
|
|
8451
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;
|
|
8452
9043
|
"text-success"?: string | number | boolean | undefined;
|
|
8453
9044
|
"text-success-active"?: string | number | boolean | undefined;
|
|
8454
9045
|
"text-success-hover"?: string | number | boolean | undefined;
|
|
8455
9046
|
"text-success-inverted"?: string | number | boolean | undefined;
|
|
8456
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;
|
|
8457
9058
|
"text-warning"?: string | number | boolean | undefined;
|
|
8458
9059
|
"text-warning-subtle"?: string | number | boolean | undefined;
|
|
8459
9060
|
"coal-background"?: string | number | boolean | undefined;
|
|
@@ -8728,7 +9329,12 @@ declare const createTheme: <Argument0 extends string | ({
|
|
|
8728
9329
|
readonly 50?: string | number | boolean | undefined;
|
|
8729
9330
|
readonly 75?: string | number | boolean | undefined;
|
|
8730
9331
|
readonly 100?: string | number | boolean | undefined;
|
|
9332
|
+
readonly 150?: string | number | boolean | undefined;
|
|
8731
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;
|
|
8732
9338
|
readonly round?: string | number | boolean | undefined;
|
|
8733
9339
|
} | undefined;
|
|
8734
9340
|
shadows?: Required<_mirohq_design_system_themes_web.Theme["shadows"]>;
|
|
@@ -8840,6 +9446,27 @@ declare const css: <Composers extends (string | React.ExoticComponent<any> | Rea
|
|
|
8840
9446
|
readonly 'blue-850': /*elided*/ any;
|
|
8841
9447
|
readonly 'blue-900': /*elided*/ any;
|
|
8842
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;
|
|
8843
9470
|
readonly 'coal-100': /*elided*/ any;
|
|
8844
9471
|
readonly 'coal-150': /*elided*/ any;
|
|
8845
9472
|
readonly 'coal-200': /*elided*/ any;
|
|
@@ -9110,6 +9737,19 @@ declare const css: <Composers extends (string | React.ExoticComponent<any> | Rea
|
|
|
9110
9737
|
"background-alpha-neutrals-overlay": /*elided*/ any;
|
|
9111
9738
|
"background-alpha-neutrals-overlay-subtle": /*elided*/ any;
|
|
9112
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;
|
|
9113
9753
|
"background-danger-prominent": /*elided*/ any;
|
|
9114
9754
|
"background-danger-prominent-active": /*elided*/ any;
|
|
9115
9755
|
"background-danger-prominent-hover": /*elided*/ any;
|
|
@@ -9118,6 +9758,15 @@ declare const css: <Composers extends (string | React.ExoticComponent<any> | Rea
|
|
|
9118
9758
|
"background-danger-subtle-active": /*elided*/ any;
|
|
9119
9759
|
"background-danger-subtle-hover": /*elided*/ any;
|
|
9120
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;
|
|
9121
9770
|
"background-neutrals": /*elided*/ any;
|
|
9122
9771
|
"background-neutrals-active": /*elided*/ any;
|
|
9123
9772
|
"background-neutrals-container": /*elided*/ any;
|
|
@@ -9152,6 +9801,10 @@ declare const css: <Composers extends (string | React.ExoticComponent<any> | Rea
|
|
|
9152
9801
|
"background-primary-subtle-hover": /*elided*/ any;
|
|
9153
9802
|
"background-primary-subtle-pressed": /*elided*/ any;
|
|
9154
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;
|
|
9155
9808
|
"background-success-prominent": /*elided*/ any;
|
|
9156
9809
|
"background-success-prominent-active": /*elided*/ any;
|
|
9157
9810
|
"background-success-prominent-hover": /*elided*/ any;
|
|
@@ -9159,6 +9812,15 @@ declare const css: <Composers extends (string | React.ExoticComponent<any> | Rea
|
|
|
9159
9812
|
"background-success-subtle": /*elided*/ any;
|
|
9160
9813
|
"background-warning-prominent": /*elided*/ any;
|
|
9161
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;
|
|
9162
9824
|
"border-danger": /*elided*/ any;
|
|
9163
9825
|
"border-danger-active": /*elided*/ any;
|
|
9164
9826
|
"border-danger-hover": /*elided*/ any;
|
|
@@ -9174,6 +9836,16 @@ declare const css: <Composers extends (string | React.ExoticComponent<any> | Rea
|
|
|
9174
9836
|
"border-focus-success-middle": /*elided*/ any;
|
|
9175
9837
|
"border-focus-success-outer": /*elided*/ any;
|
|
9176
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;
|
|
9177
9849
|
"border-neutrals": /*elided*/ any;
|
|
9178
9850
|
"border-neutrals-active": /*elided*/ any;
|
|
9179
9851
|
"border-neutrals-controls": /*elided*/ any;
|
|
@@ -9199,6 +9871,10 @@ declare const css: <Composers extends (string | React.ExoticComponent<any> | Rea
|
|
|
9199
9871
|
"border-primary-pressed": /*elided*/ any;
|
|
9200
9872
|
"border-primary-selected": /*elided*/ any;
|
|
9201
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;
|
|
9202
9878
|
"border-success": /*elided*/ any;
|
|
9203
9879
|
"border-success-active": /*elided*/ any;
|
|
9204
9880
|
"border-success-hover": /*elided*/ any;
|
|
@@ -9206,12 +9882,46 @@ declare const css: <Composers extends (string | React.ExoticComponent<any> | Rea
|
|
|
9206
9882
|
"border-success-subtle": /*elided*/ any;
|
|
9207
9883
|
"border-warning": /*elided*/ any;
|
|
9208
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;
|
|
9209
9891
|
"button-background-primary": /*elided*/ any;
|
|
9210
9892
|
"button-background-primary-hover": /*elided*/ any;
|
|
9211
9893
|
"button-background-primary-pressed": /*elided*/ any;
|
|
9212
9894
|
"button-background-secondary": /*elided*/ any;
|
|
9213
9895
|
"button-background-secondary-hover": /*elided*/ any;
|
|
9214
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;
|
|
9215
9925
|
"format-icon-diagram": /*elided*/ any;
|
|
9216
9926
|
"format-icon-docs": /*elided*/ any;
|
|
9217
9927
|
"format-icon-external": /*elided*/ any;
|
|
@@ -9220,14 +9930,66 @@ declare const css: <Composers extends (string | React.ExoticComponent<any> | Rea
|
|
|
9220
9930
|
"format-icon-slides": /*elided*/ any;
|
|
9221
9931
|
"format-icon-table": /*elided*/ any;
|
|
9222
9932
|
"format-icon-timeline": /*elided*/ any;
|
|
9223
|
-
"
|
|
9224
|
-
"
|
|
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;
|
|
9947
|
+
"notification-background": /*elided*/ any;
|
|
9948
|
+
"notification-border": /*elided*/ any;
|
|
9949
|
+
"notification-border-subtle": /*elided*/ any;
|
|
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;
|
|
9225
9959
|
"tooltip-background": /*elided*/ any;
|
|
9960
|
+
"tooltip-background-inset": /*elided*/ any;
|
|
9226
9961
|
"icon-danger": /*elided*/ any;
|
|
9227
9962
|
"icon-danger-active": /*elided*/ any;
|
|
9228
9963
|
"icon-danger-hover": /*elided*/ any;
|
|
9229
9964
|
"icon-danger-inverted": /*elided*/ any;
|
|
9230
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;
|
|
9231
9993
|
"icon-neutrals": /*elided*/ any;
|
|
9232
9994
|
"icon-neutrals-disabled": /*elided*/ any;
|
|
9233
9995
|
"icon-neutrals-hover": /*elided*/ any;
|
|
@@ -9251,6 +10013,13 @@ declare const css: <Composers extends (string | React.ExoticComponent<any> | Rea
|
|
|
9251
10013
|
"icon-primary-inverted-hover": /*elided*/ any;
|
|
9252
10014
|
"icon-primary-pressed": /*elided*/ any;
|
|
9253
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;
|
|
9254
10023
|
"icon-success": /*elided*/ any;
|
|
9255
10024
|
"icon-success-active": /*elided*/ any;
|
|
9256
10025
|
"icon-success-hover": /*elided*/ any;
|
|
@@ -9264,6 +10033,23 @@ declare const css: <Composers extends (string | React.ExoticComponent<any> | Rea
|
|
|
9264
10033
|
"text-danger-hover": /*elided*/ any;
|
|
9265
10034
|
"text-danger-inverted": /*elided*/ any;
|
|
9266
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;
|
|
9267
10053
|
"text-neutrals": /*elided*/ any;
|
|
9268
10054
|
"text-neutrals-active": /*elided*/ any;
|
|
9269
10055
|
"text-neutrals-disabled": /*elided*/ any;
|
|
@@ -9286,11 +10072,28 @@ declare const css: <Composers extends (string | React.ExoticComponent<any> | Rea
|
|
|
9286
10072
|
"text-primary-inverted-subtle": /*elided*/ any;
|
|
9287
10073
|
"text-primary-pressed": /*elided*/ any;
|
|
9288
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;
|
|
9289
10082
|
"text-success": /*elided*/ any;
|
|
9290
10083
|
"text-success-active": /*elided*/ any;
|
|
9291
10084
|
"text-success-hover": /*elided*/ any;
|
|
9292
10085
|
"text-success-inverted": /*elided*/ any;
|
|
9293
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;
|
|
9294
10097
|
"text-warning": /*elided*/ any;
|
|
9295
10098
|
"text-warning-subtle": /*elided*/ any;
|
|
9296
10099
|
"coal-background": /*elided*/ any;
|
|
@@ -9565,7 +10368,12 @@ declare const css: <Composers extends (string | React.ExoticComponent<any> | Rea
|
|
|
9565
10368
|
readonly 50: "4px";
|
|
9566
10369
|
readonly 75: "6px";
|
|
9567
10370
|
readonly 100: "8px";
|
|
10371
|
+
readonly 150: "12px";
|
|
9568
10372
|
readonly 200: "16px";
|
|
10373
|
+
readonly 300: "24px";
|
|
10374
|
+
readonly 400: "32px";
|
|
10375
|
+
readonly 500: "40px";
|
|
10376
|
+
readonly 600: "48px";
|
|
9569
10377
|
readonly round: "999px";
|
|
9570
10378
|
};
|
|
9571
10379
|
shadows: Required<_mirohq_design_system_themes_web.Theme["shadows"]>;
|
|
@@ -9841,6 +10649,27 @@ declare const globalCss: <Styles extends {
|
|
|
9841
10649
|
readonly 'blue-850': /*elided*/ any;
|
|
9842
10650
|
readonly 'blue-900': /*elided*/ any;
|
|
9843
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;
|
|
9844
10673
|
readonly 'coal-100': /*elided*/ any;
|
|
9845
10674
|
readonly 'coal-150': /*elided*/ any;
|
|
9846
10675
|
readonly 'coal-200': /*elided*/ any;
|
|
@@ -10111,6 +10940,19 @@ declare const globalCss: <Styles extends {
|
|
|
10111
10940
|
"background-alpha-neutrals-overlay": /*elided*/ any;
|
|
10112
10941
|
"background-alpha-neutrals-overlay-subtle": /*elided*/ any;
|
|
10113
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;
|
|
10114
10956
|
"background-danger-prominent": /*elided*/ any;
|
|
10115
10957
|
"background-danger-prominent-active": /*elided*/ any;
|
|
10116
10958
|
"background-danger-prominent-hover": /*elided*/ any;
|
|
@@ -10119,6 +10961,15 @@ declare const globalCss: <Styles extends {
|
|
|
10119
10961
|
"background-danger-subtle-active": /*elided*/ any;
|
|
10120
10962
|
"background-danger-subtle-hover": /*elided*/ any;
|
|
10121
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;
|
|
10122
10973
|
"background-neutrals": /*elided*/ any;
|
|
10123
10974
|
"background-neutrals-active": /*elided*/ any;
|
|
10124
10975
|
"background-neutrals-container": /*elided*/ any;
|
|
@@ -10153,6 +11004,10 @@ declare const globalCss: <Styles extends {
|
|
|
10153
11004
|
"background-primary-subtle-hover": /*elided*/ any;
|
|
10154
11005
|
"background-primary-subtle-pressed": /*elided*/ any;
|
|
10155
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;
|
|
10156
11011
|
"background-success-prominent": /*elided*/ any;
|
|
10157
11012
|
"background-success-prominent-active": /*elided*/ any;
|
|
10158
11013
|
"background-success-prominent-hover": /*elided*/ any;
|
|
@@ -10160,6 +11015,15 @@ declare const globalCss: <Styles extends {
|
|
|
10160
11015
|
"background-success-subtle": /*elided*/ any;
|
|
10161
11016
|
"background-warning-prominent": /*elided*/ any;
|
|
10162
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;
|
|
10163
11027
|
"border-danger": /*elided*/ any;
|
|
10164
11028
|
"border-danger-active": /*elided*/ any;
|
|
10165
11029
|
"border-danger-hover": /*elided*/ any;
|
|
@@ -10175,6 +11039,16 @@ declare const globalCss: <Styles extends {
|
|
|
10175
11039
|
"border-focus-success-middle": /*elided*/ any;
|
|
10176
11040
|
"border-focus-success-outer": /*elided*/ any;
|
|
10177
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;
|
|
10178
11052
|
"border-neutrals": /*elided*/ any;
|
|
10179
11053
|
"border-neutrals-active": /*elided*/ any;
|
|
10180
11054
|
"border-neutrals-controls": /*elided*/ any;
|
|
@@ -10200,6 +11074,10 @@ declare const globalCss: <Styles extends {
|
|
|
10200
11074
|
"border-primary-pressed": /*elided*/ any;
|
|
10201
11075
|
"border-primary-selected": /*elided*/ any;
|
|
10202
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;
|
|
10203
11081
|
"border-success": /*elided*/ any;
|
|
10204
11082
|
"border-success-active": /*elided*/ any;
|
|
10205
11083
|
"border-success-hover": /*elided*/ any;
|
|
@@ -10207,12 +11085,46 @@ declare const globalCss: <Styles extends {
|
|
|
10207
11085
|
"border-success-subtle": /*elided*/ any;
|
|
10208
11086
|
"border-warning": /*elided*/ any;
|
|
10209
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;
|
|
10210
11094
|
"button-background-primary": /*elided*/ any;
|
|
10211
11095
|
"button-background-primary-hover": /*elided*/ any;
|
|
10212
11096
|
"button-background-primary-pressed": /*elided*/ any;
|
|
10213
11097
|
"button-background-secondary": /*elided*/ any;
|
|
10214
11098
|
"button-background-secondary-hover": /*elided*/ any;
|
|
10215
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;
|
|
10216
11128
|
"format-icon-diagram": /*elided*/ any;
|
|
10217
11129
|
"format-icon-docs": /*elided*/ any;
|
|
10218
11130
|
"format-icon-external": /*elided*/ any;
|
|
@@ -10221,14 +11133,66 @@ declare const globalCss: <Styles extends {
|
|
|
10221
11133
|
"format-icon-slides": /*elided*/ any;
|
|
10222
11134
|
"format-icon-table": /*elided*/ any;
|
|
10223
11135
|
"format-icon-timeline": /*elided*/ any;
|
|
10224
|
-
"
|
|
10225
|
-
"
|
|
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;
|
|
11150
|
+
"notification-background": /*elided*/ any;
|
|
11151
|
+
"notification-border": /*elided*/ any;
|
|
11152
|
+
"notification-border-subtle": /*elided*/ any;
|
|
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;
|
|
10226
11162
|
"tooltip-background": /*elided*/ any;
|
|
11163
|
+
"tooltip-background-inset": /*elided*/ any;
|
|
10227
11164
|
"icon-danger": /*elided*/ any;
|
|
10228
11165
|
"icon-danger-active": /*elided*/ any;
|
|
10229
11166
|
"icon-danger-hover": /*elided*/ any;
|
|
10230
11167
|
"icon-danger-inverted": /*elided*/ any;
|
|
10231
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;
|
|
10232
11196
|
"icon-neutrals": /*elided*/ any;
|
|
10233
11197
|
"icon-neutrals-disabled": /*elided*/ any;
|
|
10234
11198
|
"icon-neutrals-hover": /*elided*/ any;
|
|
@@ -10252,6 +11216,13 @@ declare const globalCss: <Styles extends {
|
|
|
10252
11216
|
"icon-primary-inverted-hover": /*elided*/ any;
|
|
10253
11217
|
"icon-primary-pressed": /*elided*/ any;
|
|
10254
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;
|
|
10255
11226
|
"icon-success": /*elided*/ any;
|
|
10256
11227
|
"icon-success-active": /*elided*/ any;
|
|
10257
11228
|
"icon-success-hover": /*elided*/ any;
|
|
@@ -10265,6 +11236,23 @@ declare const globalCss: <Styles extends {
|
|
|
10265
11236
|
"text-danger-hover": /*elided*/ any;
|
|
10266
11237
|
"text-danger-inverted": /*elided*/ any;
|
|
10267
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;
|
|
10268
11256
|
"text-neutrals": /*elided*/ any;
|
|
10269
11257
|
"text-neutrals-active": /*elided*/ any;
|
|
10270
11258
|
"text-neutrals-disabled": /*elided*/ any;
|
|
@@ -10287,11 +11275,28 @@ declare const globalCss: <Styles extends {
|
|
|
10287
11275
|
"text-primary-inverted-subtle": /*elided*/ any;
|
|
10288
11276
|
"text-primary-pressed": /*elided*/ any;
|
|
10289
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;
|
|
10290
11285
|
"text-success": /*elided*/ any;
|
|
10291
11286
|
"text-success-active": /*elided*/ any;
|
|
10292
11287
|
"text-success-hover": /*elided*/ any;
|
|
10293
11288
|
"text-success-inverted": /*elided*/ any;
|
|
10294
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;
|
|
10295
11300
|
"text-warning": /*elided*/ any;
|
|
10296
11301
|
"text-warning-subtle": /*elided*/ any;
|
|
10297
11302
|
"coal-background": /*elided*/ any;
|
|
@@ -10566,7 +11571,12 @@ declare const globalCss: <Styles extends {
|
|
|
10566
11571
|
readonly 50: "4px";
|
|
10567
11572
|
readonly 75: "6px";
|
|
10568
11573
|
readonly 100: "8px";
|
|
11574
|
+
readonly 150: "12px";
|
|
10569
11575
|
readonly 200: "16px";
|
|
11576
|
+
readonly 300: "24px";
|
|
11577
|
+
readonly 400: "32px";
|
|
11578
|
+
readonly 500: "40px";
|
|
11579
|
+
readonly 600: "48px";
|
|
10570
11580
|
readonly round: "999px";
|
|
10571
11581
|
};
|
|
10572
11582
|
shadows: Required<_mirohq_design_system_themes_web.Theme["shadows"]>;
|
|
@@ -10824,6 +11834,27 @@ declare const globalCss: <Styles extends {
|
|
|
10824
11834
|
readonly 'blue-850': /*elided*/ any;
|
|
10825
11835
|
readonly 'blue-900': /*elided*/ any;
|
|
10826
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;
|
|
10827
11858
|
readonly 'coal-100': /*elided*/ any;
|
|
10828
11859
|
readonly 'coal-150': /*elided*/ any;
|
|
10829
11860
|
readonly 'coal-200': /*elided*/ any;
|
|
@@ -11094,6 +12125,19 @@ declare const globalCss: <Styles extends {
|
|
|
11094
12125
|
"background-alpha-neutrals-overlay": /*elided*/ any;
|
|
11095
12126
|
"background-alpha-neutrals-overlay-subtle": /*elided*/ any;
|
|
11096
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;
|
|
11097
12141
|
"background-danger-prominent": /*elided*/ any;
|
|
11098
12142
|
"background-danger-prominent-active": /*elided*/ any;
|
|
11099
12143
|
"background-danger-prominent-hover": /*elided*/ any;
|
|
@@ -11102,6 +12146,15 @@ declare const globalCss: <Styles extends {
|
|
|
11102
12146
|
"background-danger-subtle-active": /*elided*/ any;
|
|
11103
12147
|
"background-danger-subtle-hover": /*elided*/ any;
|
|
11104
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;
|
|
11105
12158
|
"background-neutrals": /*elided*/ any;
|
|
11106
12159
|
"background-neutrals-active": /*elided*/ any;
|
|
11107
12160
|
"background-neutrals-container": /*elided*/ any;
|
|
@@ -11136,6 +12189,10 @@ declare const globalCss: <Styles extends {
|
|
|
11136
12189
|
"background-primary-subtle-hover": /*elided*/ any;
|
|
11137
12190
|
"background-primary-subtle-pressed": /*elided*/ any;
|
|
11138
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;
|
|
11139
12196
|
"background-success-prominent": /*elided*/ any;
|
|
11140
12197
|
"background-success-prominent-active": /*elided*/ any;
|
|
11141
12198
|
"background-success-prominent-hover": /*elided*/ any;
|
|
@@ -11143,6 +12200,15 @@ declare const globalCss: <Styles extends {
|
|
|
11143
12200
|
"background-success-subtle": /*elided*/ any;
|
|
11144
12201
|
"background-warning-prominent": /*elided*/ any;
|
|
11145
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;
|
|
11146
12212
|
"border-danger": /*elided*/ any;
|
|
11147
12213
|
"border-danger-active": /*elided*/ any;
|
|
11148
12214
|
"border-danger-hover": /*elided*/ any;
|
|
@@ -11158,6 +12224,16 @@ declare const globalCss: <Styles extends {
|
|
|
11158
12224
|
"border-focus-success-middle": /*elided*/ any;
|
|
11159
12225
|
"border-focus-success-outer": /*elided*/ any;
|
|
11160
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;
|
|
11161
12237
|
"border-neutrals": /*elided*/ any;
|
|
11162
12238
|
"border-neutrals-active": /*elided*/ any;
|
|
11163
12239
|
"border-neutrals-controls": /*elided*/ any;
|
|
@@ -11183,6 +12259,10 @@ declare const globalCss: <Styles extends {
|
|
|
11183
12259
|
"border-primary-pressed": /*elided*/ any;
|
|
11184
12260
|
"border-primary-selected": /*elided*/ any;
|
|
11185
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;
|
|
11186
12266
|
"border-success": /*elided*/ any;
|
|
11187
12267
|
"border-success-active": /*elided*/ any;
|
|
11188
12268
|
"border-success-hover": /*elided*/ any;
|
|
@@ -11190,12 +12270,46 @@ declare const globalCss: <Styles extends {
|
|
|
11190
12270
|
"border-success-subtle": /*elided*/ any;
|
|
11191
12271
|
"border-warning": /*elided*/ any;
|
|
11192
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;
|
|
11193
12279
|
"button-background-primary": /*elided*/ any;
|
|
11194
12280
|
"button-background-primary-hover": /*elided*/ any;
|
|
11195
12281
|
"button-background-primary-pressed": /*elided*/ any;
|
|
11196
12282
|
"button-background-secondary": /*elided*/ any;
|
|
11197
12283
|
"button-background-secondary-hover": /*elided*/ any;
|
|
11198
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;
|
|
11199
12313
|
"format-icon-diagram": /*elided*/ any;
|
|
11200
12314
|
"format-icon-docs": /*elided*/ any;
|
|
11201
12315
|
"format-icon-external": /*elided*/ any;
|
|
@@ -11204,14 +12318,66 @@ declare const globalCss: <Styles extends {
|
|
|
11204
12318
|
"format-icon-slides": /*elided*/ any;
|
|
11205
12319
|
"format-icon-table": /*elided*/ any;
|
|
11206
12320
|
"format-icon-timeline": /*elided*/ any;
|
|
11207
|
-
"
|
|
11208
|
-
"
|
|
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;
|
|
12335
|
+
"notification-background": /*elided*/ any;
|
|
12336
|
+
"notification-border": /*elided*/ any;
|
|
12337
|
+
"notification-border-subtle": /*elided*/ any;
|
|
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;
|
|
11209
12347
|
"tooltip-background": /*elided*/ any;
|
|
12348
|
+
"tooltip-background-inset": /*elided*/ any;
|
|
11210
12349
|
"icon-danger": /*elided*/ any;
|
|
11211
12350
|
"icon-danger-active": /*elided*/ any;
|
|
11212
12351
|
"icon-danger-hover": /*elided*/ any;
|
|
11213
12352
|
"icon-danger-inverted": /*elided*/ any;
|
|
11214
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;
|
|
11215
12381
|
"icon-neutrals": /*elided*/ any;
|
|
11216
12382
|
"icon-neutrals-disabled": /*elided*/ any;
|
|
11217
12383
|
"icon-neutrals-hover": /*elided*/ any;
|
|
@@ -11235,6 +12401,13 @@ declare const globalCss: <Styles extends {
|
|
|
11235
12401
|
"icon-primary-inverted-hover": /*elided*/ any;
|
|
11236
12402
|
"icon-primary-pressed": /*elided*/ any;
|
|
11237
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;
|
|
11238
12411
|
"icon-success": /*elided*/ any;
|
|
11239
12412
|
"icon-success-active": /*elided*/ any;
|
|
11240
12413
|
"icon-success-hover": /*elided*/ any;
|
|
@@ -11248,6 +12421,23 @@ declare const globalCss: <Styles extends {
|
|
|
11248
12421
|
"text-danger-hover": /*elided*/ any;
|
|
11249
12422
|
"text-danger-inverted": /*elided*/ any;
|
|
11250
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;
|
|
11251
12441
|
"text-neutrals": /*elided*/ any;
|
|
11252
12442
|
"text-neutrals-active": /*elided*/ any;
|
|
11253
12443
|
"text-neutrals-disabled": /*elided*/ any;
|
|
@@ -11270,11 +12460,28 @@ declare const globalCss: <Styles extends {
|
|
|
11270
12460
|
"text-primary-inverted-subtle": /*elided*/ any;
|
|
11271
12461
|
"text-primary-pressed": /*elided*/ any;
|
|
11272
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;
|
|
11273
12470
|
"text-success": /*elided*/ any;
|
|
11274
12471
|
"text-success-active": /*elided*/ any;
|
|
11275
12472
|
"text-success-hover": /*elided*/ any;
|
|
11276
12473
|
"text-success-inverted": /*elided*/ any;
|
|
11277
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;
|
|
11278
12485
|
"text-warning": /*elided*/ any;
|
|
11279
12486
|
"text-warning-subtle": /*elided*/ any;
|
|
11280
12487
|
"coal-background": /*elided*/ any;
|
|
@@ -11549,7 +12756,12 @@ declare const globalCss: <Styles extends {
|
|
|
11549
12756
|
readonly 50: "4px";
|
|
11550
12757
|
readonly 75: "6px";
|
|
11551
12758
|
readonly 100: "8px";
|
|
12759
|
+
readonly 150: "12px";
|
|
11552
12760
|
readonly 200: "16px";
|
|
12761
|
+
readonly 300: "24px";
|
|
12762
|
+
readonly 400: "32px";
|
|
12763
|
+
readonly 500: "40px";
|
|
12764
|
+
readonly 600: "48px";
|
|
11553
12765
|
readonly round: "999px";
|
|
11554
12766
|
};
|
|
11555
12767
|
shadows: Required<_mirohq_design_system_themes_web.Theme["shadows"]>;
|
|
@@ -11810,6 +13022,27 @@ declare const keyframes: (style: {
|
|
|
11810
13022
|
readonly 'blue-850': /*elided*/ any;
|
|
11811
13023
|
readonly 'blue-900': /*elided*/ any;
|
|
11812
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;
|
|
11813
13046
|
readonly 'coal-100': /*elided*/ any;
|
|
11814
13047
|
readonly 'coal-150': /*elided*/ any;
|
|
11815
13048
|
readonly 'coal-200': /*elided*/ any;
|
|
@@ -12080,6 +13313,19 @@ declare const keyframes: (style: {
|
|
|
12080
13313
|
"background-alpha-neutrals-overlay": /*elided*/ any;
|
|
12081
13314
|
"background-alpha-neutrals-overlay-subtle": /*elided*/ any;
|
|
12082
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;
|
|
12083
13329
|
"background-danger-prominent": /*elided*/ any;
|
|
12084
13330
|
"background-danger-prominent-active": /*elided*/ any;
|
|
12085
13331
|
"background-danger-prominent-hover": /*elided*/ any;
|
|
@@ -12088,6 +13334,15 @@ declare const keyframes: (style: {
|
|
|
12088
13334
|
"background-danger-subtle-active": /*elided*/ any;
|
|
12089
13335
|
"background-danger-subtle-hover": /*elided*/ any;
|
|
12090
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;
|
|
12091
13346
|
"background-neutrals": /*elided*/ any;
|
|
12092
13347
|
"background-neutrals-active": /*elided*/ any;
|
|
12093
13348
|
"background-neutrals-container": /*elided*/ any;
|
|
@@ -12122,6 +13377,10 @@ declare const keyframes: (style: {
|
|
|
12122
13377
|
"background-primary-subtle-hover": /*elided*/ any;
|
|
12123
13378
|
"background-primary-subtle-pressed": /*elided*/ any;
|
|
12124
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;
|
|
12125
13384
|
"background-success-prominent": /*elided*/ any;
|
|
12126
13385
|
"background-success-prominent-active": /*elided*/ any;
|
|
12127
13386
|
"background-success-prominent-hover": /*elided*/ any;
|
|
@@ -12129,6 +13388,15 @@ declare const keyframes: (style: {
|
|
|
12129
13388
|
"background-success-subtle": /*elided*/ any;
|
|
12130
13389
|
"background-warning-prominent": /*elided*/ any;
|
|
12131
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;
|
|
12132
13400
|
"border-danger": /*elided*/ any;
|
|
12133
13401
|
"border-danger-active": /*elided*/ any;
|
|
12134
13402
|
"border-danger-hover": /*elided*/ any;
|
|
@@ -12144,6 +13412,16 @@ declare const keyframes: (style: {
|
|
|
12144
13412
|
"border-focus-success-middle": /*elided*/ any;
|
|
12145
13413
|
"border-focus-success-outer": /*elided*/ any;
|
|
12146
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;
|
|
12147
13425
|
"border-neutrals": /*elided*/ any;
|
|
12148
13426
|
"border-neutrals-active": /*elided*/ any;
|
|
12149
13427
|
"border-neutrals-controls": /*elided*/ any;
|
|
@@ -12169,6 +13447,10 @@ declare const keyframes: (style: {
|
|
|
12169
13447
|
"border-primary-pressed": /*elided*/ any;
|
|
12170
13448
|
"border-primary-selected": /*elided*/ any;
|
|
12171
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;
|
|
12172
13454
|
"border-success": /*elided*/ any;
|
|
12173
13455
|
"border-success-active": /*elided*/ any;
|
|
12174
13456
|
"border-success-hover": /*elided*/ any;
|
|
@@ -12176,12 +13458,46 @@ declare const keyframes: (style: {
|
|
|
12176
13458
|
"border-success-subtle": /*elided*/ any;
|
|
12177
13459
|
"border-warning": /*elided*/ any;
|
|
12178
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;
|
|
12179
13467
|
"button-background-primary": /*elided*/ any;
|
|
12180
13468
|
"button-background-primary-hover": /*elided*/ any;
|
|
12181
13469
|
"button-background-primary-pressed": /*elided*/ any;
|
|
12182
13470
|
"button-background-secondary": /*elided*/ any;
|
|
12183
13471
|
"button-background-secondary-hover": /*elided*/ any;
|
|
12184
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;
|
|
12185
13501
|
"format-icon-diagram": /*elided*/ any;
|
|
12186
13502
|
"format-icon-docs": /*elided*/ any;
|
|
12187
13503
|
"format-icon-external": /*elided*/ any;
|
|
@@ -12190,14 +13506,66 @@ declare const keyframes: (style: {
|
|
|
12190
13506
|
"format-icon-slides": /*elided*/ any;
|
|
12191
13507
|
"format-icon-table": /*elided*/ any;
|
|
12192
13508
|
"format-icon-timeline": /*elided*/ any;
|
|
12193
|
-
"
|
|
12194
|
-
"
|
|
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;
|
|
13523
|
+
"notification-background": /*elided*/ any;
|
|
13524
|
+
"notification-border": /*elided*/ any;
|
|
13525
|
+
"notification-border-subtle": /*elided*/ any;
|
|
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;
|
|
12195
13535
|
"tooltip-background": /*elided*/ any;
|
|
13536
|
+
"tooltip-background-inset": /*elided*/ any;
|
|
12196
13537
|
"icon-danger": /*elided*/ any;
|
|
12197
13538
|
"icon-danger-active": /*elided*/ any;
|
|
12198
13539
|
"icon-danger-hover": /*elided*/ any;
|
|
12199
13540
|
"icon-danger-inverted": /*elided*/ any;
|
|
12200
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;
|
|
12201
13569
|
"icon-neutrals": /*elided*/ any;
|
|
12202
13570
|
"icon-neutrals-disabled": /*elided*/ any;
|
|
12203
13571
|
"icon-neutrals-hover": /*elided*/ any;
|
|
@@ -12221,6 +13589,13 @@ declare const keyframes: (style: {
|
|
|
12221
13589
|
"icon-primary-inverted-hover": /*elided*/ any;
|
|
12222
13590
|
"icon-primary-pressed": /*elided*/ any;
|
|
12223
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;
|
|
12224
13599
|
"icon-success": /*elided*/ any;
|
|
12225
13600
|
"icon-success-active": /*elided*/ any;
|
|
12226
13601
|
"icon-success-hover": /*elided*/ any;
|
|
@@ -12234,6 +13609,23 @@ declare const keyframes: (style: {
|
|
|
12234
13609
|
"text-danger-hover": /*elided*/ any;
|
|
12235
13610
|
"text-danger-inverted": /*elided*/ any;
|
|
12236
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;
|
|
12237
13629
|
"text-neutrals": /*elided*/ any;
|
|
12238
13630
|
"text-neutrals-active": /*elided*/ any;
|
|
12239
13631
|
"text-neutrals-disabled": /*elided*/ any;
|
|
@@ -12256,11 +13648,28 @@ declare const keyframes: (style: {
|
|
|
12256
13648
|
"text-primary-inverted-subtle": /*elided*/ any;
|
|
12257
13649
|
"text-primary-pressed": /*elided*/ any;
|
|
12258
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;
|
|
12259
13658
|
"text-success": /*elided*/ any;
|
|
12260
13659
|
"text-success-active": /*elided*/ any;
|
|
12261
13660
|
"text-success-hover": /*elided*/ any;
|
|
12262
13661
|
"text-success-inverted": /*elided*/ any;
|
|
12263
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;
|
|
12264
13673
|
"text-warning": /*elided*/ any;
|
|
12265
13674
|
"text-warning-subtle": /*elided*/ any;
|
|
12266
13675
|
"coal-background": /*elided*/ any;
|
|
@@ -12535,7 +13944,12 @@ declare const keyframes: (style: {
|
|
|
12535
13944
|
readonly 50: "4px";
|
|
12536
13945
|
readonly 75: "6px";
|
|
12537
13946
|
readonly 100: "8px";
|
|
13947
|
+
readonly 150: "12px";
|
|
12538
13948
|
readonly 200: "16px";
|
|
13949
|
+
readonly 300: "24px";
|
|
13950
|
+
readonly 400: "32px";
|
|
13951
|
+
readonly 500: "40px";
|
|
13952
|
+
readonly 600: "48px";
|
|
12539
13953
|
readonly round: "999px";
|
|
12540
13954
|
};
|
|
12541
13955
|
shadows: Required<_mirohq_design_system_themes_web.Theme["shadows"]>;
|
|
@@ -12912,16 +14326,16 @@ declare const theme: {
|
|
|
12912
14326
|
readonly lg: "4px";
|
|
12913
14327
|
};
|
|
12914
14328
|
colors: {
|
|
12915
|
-
readonly 'alpha-black-100': "#
|
|
12916
|
-
readonly 'alpha-black-200': "#
|
|
12917
|
-
readonly 'alpha-black-300': "#
|
|
12918
|
-
readonly 'alpha-black-400': "#
|
|
12919
|
-
readonly 'alpha-black-50': "#
|
|
12920
|
-
readonly 'alpha-black-500': "#
|
|
12921
|
-
readonly 'alpha-black-600': "#
|
|
12922
|
-
readonly 'alpha-black-700': "#
|
|
12923
|
-
readonly 'alpha-black-800': "#
|
|
12924
|
-
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";
|
|
12925
14339
|
readonly 'alpha-gray-100': "#656B811A";
|
|
12926
14340
|
readonly 'alpha-gray-200': "#656B8133";
|
|
12927
14341
|
readonly 'alpha-gray-300': "#656B814D";
|
|
@@ -12965,6 +14379,27 @@ declare const theme: {
|
|
|
12965
14379
|
readonly 'blue-850': "#12193E";
|
|
12966
14380
|
readonly 'blue-900': "#101633";
|
|
12967
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";
|
|
12968
14403
|
readonly 'coal-100': "#F7F7F7";
|
|
12969
14404
|
readonly 'coal-150': "#EDEDED";
|
|
12970
14405
|
readonly 'coal-200': "#E7E7E7";
|
|
@@ -13236,6 +14671,19 @@ declare const theme: {
|
|
|
13236
14671
|
"background-alpha-neutrals-overlay": _mirohq_design_system_themes.Color;
|
|
13237
14672
|
"background-alpha-neutrals-overlay-subtle": _mirohq_design_system_themes.Color;
|
|
13238
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;
|
|
13239
14687
|
"background-danger-prominent": _mirohq_design_system_themes.Color;
|
|
13240
14688
|
"background-danger-prominent-active": _mirohq_design_system_themes.Color;
|
|
13241
14689
|
"background-danger-prominent-hover": _mirohq_design_system_themes.Color;
|
|
@@ -13244,6 +14692,15 @@ declare const theme: {
|
|
|
13244
14692
|
"background-danger-subtle-active": _mirohq_design_system_themes.Color;
|
|
13245
14693
|
"background-danger-subtle-hover": _mirohq_design_system_themes.Color;
|
|
13246
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;
|
|
13247
14704
|
"background-neutrals": _mirohq_design_system_themes.Color;
|
|
13248
14705
|
"background-neutrals-active": _mirohq_design_system_themes.Color;
|
|
13249
14706
|
"background-neutrals-container": _mirohq_design_system_themes.Color;
|
|
@@ -13278,6 +14735,10 @@ declare const theme: {
|
|
|
13278
14735
|
"background-primary-subtle-hover": _mirohq_design_system_themes.Color;
|
|
13279
14736
|
"background-primary-subtle-pressed": _mirohq_design_system_themes.Color;
|
|
13280
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;
|
|
13281
14742
|
"background-success-prominent": _mirohq_design_system_themes.Color;
|
|
13282
14743
|
"background-success-prominent-active": _mirohq_design_system_themes.Color;
|
|
13283
14744
|
"background-success-prominent-hover": _mirohq_design_system_themes.Color;
|
|
@@ -13285,6 +14746,15 @@ declare const theme: {
|
|
|
13285
14746
|
"background-success-subtle": _mirohq_design_system_themes.Color;
|
|
13286
14747
|
"background-warning-prominent": _mirohq_design_system_themes.Color;
|
|
13287
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;
|
|
13288
14758
|
"border-danger": _mirohq_design_system_themes.Color;
|
|
13289
14759
|
"border-danger-active": _mirohq_design_system_themes.Color;
|
|
13290
14760
|
"border-danger-hover": _mirohq_design_system_themes.Color;
|
|
@@ -13300,6 +14770,16 @@ declare const theme: {
|
|
|
13300
14770
|
"border-focus-success-middle": _mirohq_design_system_themes.Color;
|
|
13301
14771
|
"border-focus-success-outer": _mirohq_design_system_themes.Color;
|
|
13302
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;
|
|
13303
14783
|
"border-neutrals": _mirohq_design_system_themes.Color;
|
|
13304
14784
|
"border-neutrals-active": _mirohq_design_system_themes.Color;
|
|
13305
14785
|
"border-neutrals-controls": _mirohq_design_system_themes.Color;
|
|
@@ -13325,6 +14805,10 @@ declare const theme: {
|
|
|
13325
14805
|
"border-primary-pressed": _mirohq_design_system_themes.Color;
|
|
13326
14806
|
"border-primary-selected": _mirohq_design_system_themes.Color;
|
|
13327
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;
|
|
13328
14812
|
"border-success": _mirohq_design_system_themes.Color;
|
|
13329
14813
|
"border-success-active": _mirohq_design_system_themes.Color;
|
|
13330
14814
|
"border-success-hover": _mirohq_design_system_themes.Color;
|
|
@@ -13332,12 +14816,46 @@ declare const theme: {
|
|
|
13332
14816
|
"border-success-subtle": _mirohq_design_system_themes.Color;
|
|
13333
14817
|
"border-warning": _mirohq_design_system_themes.Color;
|
|
13334
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;
|
|
13335
14825
|
"button-background-primary": _mirohq_design_system_themes.Color;
|
|
13336
14826
|
"button-background-primary-hover": _mirohq_design_system_themes.Color;
|
|
13337
14827
|
"button-background-primary-pressed": _mirohq_design_system_themes.Color;
|
|
13338
14828
|
"button-background-secondary": _mirohq_design_system_themes.Color;
|
|
13339
14829
|
"button-background-secondary-hover": _mirohq_design_system_themes.Color;
|
|
13340
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;
|
|
13341
14859
|
"format-icon-diagram": _mirohq_design_system_themes.Color;
|
|
13342
14860
|
"format-icon-docs": _mirohq_design_system_themes.Color;
|
|
13343
14861
|
"format-icon-external": _mirohq_design_system_themes.Color;
|
|
@@ -13346,14 +14864,66 @@ declare const theme: {
|
|
|
13346
14864
|
"format-icon-slides": _mirohq_design_system_themes.Color;
|
|
13347
14865
|
"format-icon-table": _mirohq_design_system_themes.Color;
|
|
13348
14866
|
"format-icon-timeline": _mirohq_design_system_themes.Color;
|
|
13349
|
-
"
|
|
13350
|
-
"
|
|
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;
|
|
14881
|
+
"notification-background": _mirohq_design_system_themes.Color;
|
|
14882
|
+
"notification-border": _mirohq_design_system_themes.Color;
|
|
14883
|
+
"notification-border-subtle": _mirohq_design_system_themes.Color;
|
|
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;
|
|
13351
14893
|
"tooltip-background": _mirohq_design_system_themes.Color;
|
|
14894
|
+
"tooltip-background-inset": _mirohq_design_system_themes.Color;
|
|
13352
14895
|
"icon-danger": _mirohq_design_system_themes.Color;
|
|
13353
14896
|
"icon-danger-active": _mirohq_design_system_themes.Color;
|
|
13354
14897
|
"icon-danger-hover": _mirohq_design_system_themes.Color;
|
|
13355
14898
|
"icon-danger-inverted": _mirohq_design_system_themes.Color;
|
|
13356
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;
|
|
13357
14927
|
"icon-neutrals": _mirohq_design_system_themes.Color;
|
|
13358
14928
|
"icon-neutrals-disabled": _mirohq_design_system_themes.Color;
|
|
13359
14929
|
"icon-neutrals-hover": _mirohq_design_system_themes.Color;
|
|
@@ -13377,6 +14947,13 @@ declare const theme: {
|
|
|
13377
14947
|
"icon-primary-inverted-hover": _mirohq_design_system_themes.Color;
|
|
13378
14948
|
"icon-primary-pressed": _mirohq_design_system_themes.Color;
|
|
13379
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;
|
|
13380
14957
|
"icon-success": _mirohq_design_system_themes.Color;
|
|
13381
14958
|
"icon-success-active": _mirohq_design_system_themes.Color;
|
|
13382
14959
|
"icon-success-hover": _mirohq_design_system_themes.Color;
|
|
@@ -13390,6 +14967,23 @@ declare const theme: {
|
|
|
13390
14967
|
"text-danger-hover": _mirohq_design_system_themes.Color;
|
|
13391
14968
|
"text-danger-inverted": _mirohq_design_system_themes.Color;
|
|
13392
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;
|
|
13393
14987
|
"text-neutrals": _mirohq_design_system_themes.Color;
|
|
13394
14988
|
"text-neutrals-active": _mirohq_design_system_themes.Color;
|
|
13395
14989
|
"text-neutrals-disabled": _mirohq_design_system_themes.Color;
|
|
@@ -13412,11 +15006,28 @@ declare const theme: {
|
|
|
13412
15006
|
"text-primary-inverted-subtle": _mirohq_design_system_themes.Color;
|
|
13413
15007
|
"text-primary-pressed": _mirohq_design_system_themes.Color;
|
|
13414
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;
|
|
13415
15016
|
"text-success": _mirohq_design_system_themes.Color;
|
|
13416
15017
|
"text-success-active": _mirohq_design_system_themes.Color;
|
|
13417
15018
|
"text-success-hover": _mirohq_design_system_themes.Color;
|
|
13418
15019
|
"text-success-inverted": _mirohq_design_system_themes.Color;
|
|
13419
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;
|
|
13420
15031
|
"text-warning": _mirohq_design_system_themes.Color;
|
|
13421
15032
|
"text-warning-subtle": _mirohq_design_system_themes.Color;
|
|
13422
15033
|
"coal-background": _mirohq_design_system_themes.Color;
|
|
@@ -13691,7 +15302,12 @@ declare const theme: {
|
|
|
13691
15302
|
readonly 50: "4px";
|
|
13692
15303
|
readonly 75: "6px";
|
|
13693
15304
|
readonly 100: "8px";
|
|
15305
|
+
readonly 150: "12px";
|
|
13694
15306
|
readonly 200: "16px";
|
|
15307
|
+
readonly 300: "24px";
|
|
15308
|
+
readonly 400: "32px";
|
|
15309
|
+
readonly 500: "40px";
|
|
15310
|
+
readonly 600: "48px";
|
|
13695
15311
|
readonly round: "999px";
|
|
13696
15312
|
};
|
|
13697
15313
|
shadows: Required<Theme$1["shadows"]>;
|