@mirohq/design-system-stitches 3.3.10 → 3.3.12

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.
Files changed (2) hide show
  1. package/dist/types.d.ts +265 -1
  2. package/package.json +3 -3
package/dist/types.d.ts CHANGED
@@ -6194,6 +6194,7 @@ declare const config: {
6194
6194
  readonly 'cloud-300': /*elided*/ any;
6195
6195
  readonly 'cloud-350': /*elided*/ any;
6196
6196
  readonly 'cloud-400': /*elided*/ any;
6197
+ readonly 'cloud-425': /*elided*/ any;
6197
6198
  readonly 'cloud-450': /*elided*/ any;
6198
6199
  readonly 'cloud-475': /*elided*/ any;
6199
6200
  readonly 'cloud-50': /*elided*/ any;
@@ -6297,6 +6298,28 @@ declare const config: {
6297
6298
  readonly 'green-850': /*elided*/ any;
6298
6299
  readonly 'green-900': /*elided*/ any;
6299
6300
  readonly 'green-950': /*elided*/ any;
6301
+ readonly 'ink-250': /*elided*/ any;
6302
+ readonly 'ink-100': /*elided*/ any;
6303
+ readonly 'ink-1000': /*elided*/ any;
6304
+ readonly 'ink-150': /*elided*/ any;
6305
+ readonly 'ink-200': /*elided*/ any;
6306
+ readonly 'ink-300': /*elided*/ any;
6307
+ readonly 'ink-350': /*elided*/ any;
6308
+ readonly 'ink-400': /*elided*/ any;
6309
+ readonly 'ink-425': /*elided*/ any;
6310
+ readonly 'ink-450': /*elided*/ any;
6311
+ readonly 'ink-475': /*elided*/ any;
6312
+ readonly 'ink-50': /*elided*/ any;
6313
+ readonly 'ink-500': /*elided*/ any;
6314
+ readonly 'ink-550': /*elided*/ any;
6315
+ readonly 'ink-600': /*elided*/ any;
6316
+ readonly 'ink-650': /*elided*/ any;
6317
+ readonly 'ink-700': /*elided*/ any;
6318
+ readonly 'ink-750': /*elided*/ any;
6319
+ readonly 'ink-800': /*elided*/ any;
6320
+ readonly 'ink-850': /*elided*/ any;
6321
+ readonly 'ink-900': /*elided*/ any;
6322
+ readonly 'ink-950': /*elided*/ any;
6300
6323
  readonly 'lilac-100': /*elided*/ any;
6301
6324
  readonly 'lilac-150': /*elided*/ any;
6302
6325
  readonly 'lilac-200': /*elided*/ any;
@@ -6484,6 +6507,7 @@ declare const config: {
6484
6507
  "background-inverted-secondary": /*elided*/ any;
6485
6508
  "background-layout": /*elided*/ any;
6486
6509
  "background-overlay": /*elided*/ any;
6510
+ "background-space": /*elided*/ any;
6487
6511
  "background-static-dark": /*elided*/ any;
6488
6512
  "background-static-dark-subtle": /*elided*/ any;
6489
6513
  "background-static-light": /*elided*/ any;
@@ -6561,6 +6585,7 @@ declare const config: {
6561
6585
  "border-option-hover": /*elided*/ any;
6562
6586
  "border-static-dark": /*elided*/ any;
6563
6587
  "border-static-dark-subtle": /*elided*/ any;
6588
+ "border-static-light": /*elided*/ any;
6564
6589
  "border-strong": /*elided*/ any;
6565
6590
  "border-subtle": /*elided*/ any;
6566
6591
  "border-transparent": /*elided*/ any;
@@ -6625,6 +6650,8 @@ declare const config: {
6625
6650
  "border-success-subtle": /*elided*/ any;
6626
6651
  "border-warning": /*elided*/ any;
6627
6652
  "border-warning-subtle": /*elided*/ any;
6653
+ "badge-border": /*elided*/ any;
6654
+ "badge-border-inverted": /*elided*/ any;
6628
6655
  "button-background-danger": /*elided*/ any;
6629
6656
  "button-background-danger-hover": /*elided*/ any;
6630
6657
  "button-background-danger-pressed": /*elided*/ any;
@@ -6663,6 +6690,7 @@ declare const config: {
6663
6690
  "button-text-on-secondary": /*elided*/ any;
6664
6691
  "button-text-on-tertiary": /*elided*/ any;
6665
6692
  "chip-background": /*elided*/ any;
6693
+ "chip-background-disabled": /*elided*/ any;
6666
6694
  "chip-background-hover": /*elided*/ any;
6667
6695
  "chip-text": /*elided*/ any;
6668
6696
  "format-icon-diagram": /*elided*/ any;
@@ -6714,6 +6742,8 @@ declare const config: {
6714
6742
  "icon-on-disabled": /*elided*/ any;
6715
6743
  "icon-on-static-dark": /*elided*/ any;
6716
6744
  "icon-on-static-dark-subtle": /*elided*/ any;
6745
+ "icon-on-static-light": /*elided*/ any;
6746
+ "icon-on-static-light-subtle": /*elided*/ any;
6717
6747
  "icon-placeholder": /*elided*/ any;
6718
6748
  "icon-secondary": /*elided*/ any;
6719
6749
  "icon-interactive-on-inverted": /*elided*/ any;
@@ -6835,6 +6865,8 @@ declare const config: {
6835
6865
  "text-on-disabled": /*elided*/ any;
6836
6866
  "text-on-static-dark": /*elided*/ any;
6837
6867
  "text-on-static-dark-subtle": /*elided*/ any;
6868
+ "text-on-static-light": /*elided*/ any;
6869
+ "text-on-static-light-subtle": /*elided*/ any;
6838
6870
  "text-placeholder": /*elided*/ any;
6839
6871
  "text-secondary": /*elided*/ any;
6840
6872
  "text-warning": /*elided*/ any;
@@ -7113,6 +7145,7 @@ declare const config: {
7113
7145
  readonly 100: "8px";
7114
7146
  readonly 150: "12px";
7115
7147
  readonly 200: "16px";
7148
+ readonly 250: "20px";
7116
7149
  readonly 300: "24px";
7117
7150
  readonly 400: "32px";
7118
7151
  readonly 500: "40px";
@@ -7385,6 +7418,7 @@ declare const createTheme: <Argument0 extends string | ({
7385
7418
  readonly 'cloud-300'?: string | number | boolean | undefined;
7386
7419
  readonly 'cloud-350'?: string | number | boolean | undefined;
7387
7420
  readonly 'cloud-400'?: string | number | boolean | undefined;
7421
+ readonly 'cloud-425'?: string | number | boolean | undefined;
7388
7422
  readonly 'cloud-450'?: string | number | boolean | undefined;
7389
7423
  readonly 'cloud-475'?: string | number | boolean | undefined;
7390
7424
  readonly 'cloud-50'?: string | number | boolean | undefined;
@@ -7488,6 +7522,28 @@ declare const createTheme: <Argument0 extends string | ({
7488
7522
  readonly 'green-850'?: string | number | boolean | undefined;
7489
7523
  readonly 'green-900'?: string | number | boolean | undefined;
7490
7524
  readonly 'green-950'?: string | number | boolean | undefined;
7525
+ readonly 'ink-250'?: string | number | boolean | undefined;
7526
+ readonly 'ink-100'?: string | number | boolean | undefined;
7527
+ readonly 'ink-1000'?: string | number | boolean | undefined;
7528
+ readonly 'ink-150'?: string | number | boolean | undefined;
7529
+ readonly 'ink-200'?: string | number | boolean | undefined;
7530
+ readonly 'ink-300'?: string | number | boolean | undefined;
7531
+ readonly 'ink-350'?: string | number | boolean | undefined;
7532
+ readonly 'ink-400'?: string | number | boolean | undefined;
7533
+ readonly 'ink-425'?: string | number | boolean | undefined;
7534
+ readonly 'ink-450'?: string | number | boolean | undefined;
7535
+ readonly 'ink-475'?: string | number | boolean | undefined;
7536
+ readonly 'ink-50'?: string | number | boolean | undefined;
7537
+ readonly 'ink-500'?: string | number | boolean | undefined;
7538
+ readonly 'ink-550'?: string | number | boolean | undefined;
7539
+ readonly 'ink-600'?: string | number | boolean | undefined;
7540
+ readonly 'ink-650'?: string | number | boolean | undefined;
7541
+ readonly 'ink-700'?: string | number | boolean | undefined;
7542
+ readonly 'ink-750'?: string | number | boolean | undefined;
7543
+ readonly 'ink-800'?: string | number | boolean | undefined;
7544
+ readonly 'ink-850'?: string | number | boolean | undefined;
7545
+ readonly 'ink-900'?: string | number | boolean | undefined;
7546
+ readonly 'ink-950'?: string | number | boolean | undefined;
7491
7547
  readonly 'lilac-100'?: string | number | boolean | undefined;
7492
7548
  readonly 'lilac-150'?: string | number | boolean | undefined;
7493
7549
  readonly 'lilac-200'?: string | number | boolean | undefined;
@@ -7675,6 +7731,7 @@ declare const createTheme: <Argument0 extends string | ({
7675
7731
  "background-inverted-secondary"?: string | number | boolean | undefined;
7676
7732
  "background-layout"?: string | number | boolean | undefined;
7677
7733
  "background-overlay"?: string | number | boolean | undefined;
7734
+ "background-space"?: string | number | boolean | undefined;
7678
7735
  "background-static-dark"?: string | number | boolean | undefined;
7679
7736
  "background-static-dark-subtle"?: string | number | boolean | undefined;
7680
7737
  "background-static-light"?: string | number | boolean | undefined;
@@ -7752,6 +7809,7 @@ declare const createTheme: <Argument0 extends string | ({
7752
7809
  "border-option-hover"?: string | number | boolean | undefined;
7753
7810
  "border-static-dark"?: string | number | boolean | undefined;
7754
7811
  "border-static-dark-subtle"?: string | number | boolean | undefined;
7812
+ "border-static-light"?: string | number | boolean | undefined;
7755
7813
  "border-strong"?: string | number | boolean | undefined;
7756
7814
  "border-subtle"?: string | number | boolean | undefined;
7757
7815
  "border-transparent"?: string | number | boolean | undefined;
@@ -7816,6 +7874,8 @@ declare const createTheme: <Argument0 extends string | ({
7816
7874
  "border-success-subtle"?: string | number | boolean | undefined;
7817
7875
  "border-warning"?: string | number | boolean | undefined;
7818
7876
  "border-warning-subtle"?: string | number | boolean | undefined;
7877
+ "badge-border"?: string | number | boolean | undefined;
7878
+ "badge-border-inverted"?: string | number | boolean | undefined;
7819
7879
  "button-background-danger"?: string | number | boolean | undefined;
7820
7880
  "button-background-danger-hover"?: string | number | boolean | undefined;
7821
7881
  "button-background-danger-pressed"?: string | number | boolean | undefined;
@@ -7854,6 +7914,7 @@ declare const createTheme: <Argument0 extends string | ({
7854
7914
  "button-text-on-secondary"?: string | number | boolean | undefined;
7855
7915
  "button-text-on-tertiary"?: string | number | boolean | undefined;
7856
7916
  "chip-background"?: string | number | boolean | undefined;
7917
+ "chip-background-disabled"?: string | number | boolean | undefined;
7857
7918
  "chip-background-hover"?: string | number | boolean | undefined;
7858
7919
  "chip-text"?: string | number | boolean | undefined;
7859
7920
  "format-icon-diagram"?: string | number | boolean | undefined;
@@ -7905,6 +7966,8 @@ declare const createTheme: <Argument0 extends string | ({
7905
7966
  "icon-on-disabled"?: string | number | boolean | undefined;
7906
7967
  "icon-on-static-dark"?: string | number | boolean | undefined;
7907
7968
  "icon-on-static-dark-subtle"?: string | number | boolean | undefined;
7969
+ "icon-on-static-light"?: string | number | boolean | undefined;
7970
+ "icon-on-static-light-subtle"?: string | number | boolean | undefined;
7908
7971
  "icon-placeholder"?: string | number | boolean | undefined;
7909
7972
  "icon-secondary"?: string | number | boolean | undefined;
7910
7973
  "icon-interactive-on-inverted"?: string | number | boolean | undefined;
@@ -8026,6 +8089,8 @@ declare const createTheme: <Argument0 extends string | ({
8026
8089
  "text-on-disabled"?: string | number | boolean | undefined;
8027
8090
  "text-on-static-dark"?: string | number | boolean | undefined;
8028
8091
  "text-on-static-dark-subtle"?: string | number | boolean | undefined;
8092
+ "text-on-static-light"?: string | number | boolean | undefined;
8093
+ "text-on-static-light-subtle"?: string | number | boolean | undefined;
8029
8094
  "text-placeholder"?: string | number | boolean | undefined;
8030
8095
  "text-secondary"?: string | number | boolean | undefined;
8031
8096
  "text-warning"?: string | number | boolean | undefined;
@@ -8304,6 +8369,7 @@ declare const createTheme: <Argument0 extends string | ({
8304
8369
  readonly 100?: string | number | boolean | undefined;
8305
8370
  readonly 150?: string | number | boolean | undefined;
8306
8371
  readonly 200?: string | number | boolean | undefined;
8372
+ readonly 250?: string | number | boolean | undefined;
8307
8373
  readonly 300?: string | number | boolean | undefined;
8308
8374
  readonly 400?: string | number | boolean | undefined;
8309
8375
  readonly 500?: string | number | boolean | undefined;
@@ -8421,6 +8487,7 @@ declare const createTheme: <Argument0 extends string | ({
8421
8487
  readonly 'cloud-300'?: string | number | boolean | undefined;
8422
8488
  readonly 'cloud-350'?: string | number | boolean | undefined;
8423
8489
  readonly 'cloud-400'?: string | number | boolean | undefined;
8490
+ readonly 'cloud-425'?: string | number | boolean | undefined;
8424
8491
  readonly 'cloud-450'?: string | number | boolean | undefined;
8425
8492
  readonly 'cloud-475'?: string | number | boolean | undefined;
8426
8493
  readonly 'cloud-50'?: string | number | boolean | undefined;
@@ -8524,6 +8591,28 @@ declare const createTheme: <Argument0 extends string | ({
8524
8591
  readonly 'green-850'?: string | number | boolean | undefined;
8525
8592
  readonly 'green-900'?: string | number | boolean | undefined;
8526
8593
  readonly 'green-950'?: string | number | boolean | undefined;
8594
+ readonly 'ink-250'?: string | number | boolean | undefined;
8595
+ readonly 'ink-100'?: string | number | boolean | undefined;
8596
+ readonly 'ink-1000'?: string | number | boolean | undefined;
8597
+ readonly 'ink-150'?: string | number | boolean | undefined;
8598
+ readonly 'ink-200'?: string | number | boolean | undefined;
8599
+ readonly 'ink-300'?: string | number | boolean | undefined;
8600
+ readonly 'ink-350'?: string | number | boolean | undefined;
8601
+ readonly 'ink-400'?: string | number | boolean | undefined;
8602
+ readonly 'ink-425'?: string | number | boolean | undefined;
8603
+ readonly 'ink-450'?: string | number | boolean | undefined;
8604
+ readonly 'ink-475'?: string | number | boolean | undefined;
8605
+ readonly 'ink-50'?: string | number | boolean | undefined;
8606
+ readonly 'ink-500'?: string | number | boolean | undefined;
8607
+ readonly 'ink-550'?: string | number | boolean | undefined;
8608
+ readonly 'ink-600'?: string | number | boolean | undefined;
8609
+ readonly 'ink-650'?: string | number | boolean | undefined;
8610
+ readonly 'ink-700'?: string | number | boolean | undefined;
8611
+ readonly 'ink-750'?: string | number | boolean | undefined;
8612
+ readonly 'ink-800'?: string | number | boolean | undefined;
8613
+ readonly 'ink-850'?: string | number | boolean | undefined;
8614
+ readonly 'ink-900'?: string | number | boolean | undefined;
8615
+ readonly 'ink-950'?: string | number | boolean | undefined;
8527
8616
  readonly 'lilac-100'?: string | number | boolean | undefined;
8528
8617
  readonly 'lilac-150'?: string | number | boolean | undefined;
8529
8618
  readonly 'lilac-200'?: string | number | boolean | undefined;
@@ -8711,6 +8800,7 @@ declare const createTheme: <Argument0 extends string | ({
8711
8800
  "background-inverted-secondary"?: string | number | boolean | undefined;
8712
8801
  "background-layout"?: string | number | boolean | undefined;
8713
8802
  "background-overlay"?: string | number | boolean | undefined;
8803
+ "background-space"?: string | number | boolean | undefined;
8714
8804
  "background-static-dark"?: string | number | boolean | undefined;
8715
8805
  "background-static-dark-subtle"?: string | number | boolean | undefined;
8716
8806
  "background-static-light"?: string | number | boolean | undefined;
@@ -8788,6 +8878,7 @@ declare const createTheme: <Argument0 extends string | ({
8788
8878
  "border-option-hover"?: string | number | boolean | undefined;
8789
8879
  "border-static-dark"?: string | number | boolean | undefined;
8790
8880
  "border-static-dark-subtle"?: string | number | boolean | undefined;
8881
+ "border-static-light"?: string | number | boolean | undefined;
8791
8882
  "border-strong"?: string | number | boolean | undefined;
8792
8883
  "border-subtle"?: string | number | boolean | undefined;
8793
8884
  "border-transparent"?: string | number | boolean | undefined;
@@ -8852,6 +8943,8 @@ declare const createTheme: <Argument0 extends string | ({
8852
8943
  "border-success-subtle"?: string | number | boolean | undefined;
8853
8944
  "border-warning"?: string | number | boolean | undefined;
8854
8945
  "border-warning-subtle"?: string | number | boolean | undefined;
8946
+ "badge-border"?: string | number | boolean | undefined;
8947
+ "badge-border-inverted"?: string | number | boolean | undefined;
8855
8948
  "button-background-danger"?: string | number | boolean | undefined;
8856
8949
  "button-background-danger-hover"?: string | number | boolean | undefined;
8857
8950
  "button-background-danger-pressed"?: string | number | boolean | undefined;
@@ -8890,6 +8983,7 @@ declare const createTheme: <Argument0 extends string | ({
8890
8983
  "button-text-on-secondary"?: string | number | boolean | undefined;
8891
8984
  "button-text-on-tertiary"?: string | number | boolean | undefined;
8892
8985
  "chip-background"?: string | number | boolean | undefined;
8986
+ "chip-background-disabled"?: string | number | boolean | undefined;
8893
8987
  "chip-background-hover"?: string | number | boolean | undefined;
8894
8988
  "chip-text"?: string | number | boolean | undefined;
8895
8989
  "format-icon-diagram"?: string | number | boolean | undefined;
@@ -8941,6 +9035,8 @@ declare const createTheme: <Argument0 extends string | ({
8941
9035
  "icon-on-disabled"?: string | number | boolean | undefined;
8942
9036
  "icon-on-static-dark"?: string | number | boolean | undefined;
8943
9037
  "icon-on-static-dark-subtle"?: string | number | boolean | undefined;
9038
+ "icon-on-static-light"?: string | number | boolean | undefined;
9039
+ "icon-on-static-light-subtle"?: string | number | boolean | undefined;
8944
9040
  "icon-placeholder"?: string | number | boolean | undefined;
8945
9041
  "icon-secondary"?: string | number | boolean | undefined;
8946
9042
  "icon-interactive-on-inverted"?: string | number | boolean | undefined;
@@ -9062,6 +9158,8 @@ declare const createTheme: <Argument0 extends string | ({
9062
9158
  "text-on-disabled"?: string | number | boolean | undefined;
9063
9159
  "text-on-static-dark"?: string | number | boolean | undefined;
9064
9160
  "text-on-static-dark-subtle"?: string | number | boolean | undefined;
9161
+ "text-on-static-light"?: string | number | boolean | undefined;
9162
+ "text-on-static-light-subtle"?: string | number | boolean | undefined;
9065
9163
  "text-placeholder"?: string | number | boolean | undefined;
9066
9164
  "text-secondary"?: string | number | boolean | undefined;
9067
9165
  "text-warning"?: string | number | boolean | undefined;
@@ -9340,6 +9438,7 @@ declare const createTheme: <Argument0 extends string | ({
9340
9438
  readonly 100?: string | number | boolean | undefined;
9341
9439
  readonly 150?: string | number | boolean | undefined;
9342
9440
  readonly 200?: string | number | boolean | undefined;
9441
+ readonly 250?: string | number | boolean | undefined;
9343
9442
  readonly 300?: string | number | boolean | undefined;
9344
9443
  readonly 400?: string | number | boolean | undefined;
9345
9444
  readonly 500?: string | number | boolean | undefined;
@@ -9463,6 +9562,7 @@ declare const css: <Composers extends (string | React.ExoticComponent<any> | Rea
9463
9562
  readonly 'cloud-300': /*elided*/ any;
9464
9563
  readonly 'cloud-350': /*elided*/ any;
9465
9564
  readonly 'cloud-400': /*elided*/ any;
9565
+ readonly 'cloud-425': /*elided*/ any;
9466
9566
  readonly 'cloud-450': /*elided*/ any;
9467
9567
  readonly 'cloud-475': /*elided*/ any;
9468
9568
  readonly 'cloud-50': /*elided*/ any;
@@ -9566,6 +9666,28 @@ declare const css: <Composers extends (string | React.ExoticComponent<any> | Rea
9566
9666
  readonly 'green-850': /*elided*/ any;
9567
9667
  readonly 'green-900': /*elided*/ any;
9568
9668
  readonly 'green-950': /*elided*/ any;
9669
+ readonly 'ink-250': /*elided*/ any;
9670
+ readonly 'ink-100': /*elided*/ any;
9671
+ readonly 'ink-1000': /*elided*/ any;
9672
+ readonly 'ink-150': /*elided*/ any;
9673
+ readonly 'ink-200': /*elided*/ any;
9674
+ readonly 'ink-300': /*elided*/ any;
9675
+ readonly 'ink-350': /*elided*/ any;
9676
+ readonly 'ink-400': /*elided*/ any;
9677
+ readonly 'ink-425': /*elided*/ any;
9678
+ readonly 'ink-450': /*elided*/ any;
9679
+ readonly 'ink-475': /*elided*/ any;
9680
+ readonly 'ink-50': /*elided*/ any;
9681
+ readonly 'ink-500': /*elided*/ any;
9682
+ readonly 'ink-550': /*elided*/ any;
9683
+ readonly 'ink-600': /*elided*/ any;
9684
+ readonly 'ink-650': /*elided*/ any;
9685
+ readonly 'ink-700': /*elided*/ any;
9686
+ readonly 'ink-750': /*elided*/ any;
9687
+ readonly 'ink-800': /*elided*/ any;
9688
+ readonly 'ink-850': /*elided*/ any;
9689
+ readonly 'ink-900': /*elided*/ any;
9690
+ readonly 'ink-950': /*elided*/ any;
9569
9691
  readonly 'lilac-100': /*elided*/ any;
9570
9692
  readonly 'lilac-150': /*elided*/ any;
9571
9693
  readonly 'lilac-200': /*elided*/ any;
@@ -9753,6 +9875,7 @@ declare const css: <Composers extends (string | React.ExoticComponent<any> | Rea
9753
9875
  "background-inverted-secondary": /*elided*/ any;
9754
9876
  "background-layout": /*elided*/ any;
9755
9877
  "background-overlay": /*elided*/ any;
9878
+ "background-space": /*elided*/ any;
9756
9879
  "background-static-dark": /*elided*/ any;
9757
9880
  "background-static-dark-subtle": /*elided*/ any;
9758
9881
  "background-static-light": /*elided*/ any;
@@ -9830,6 +9953,7 @@ declare const css: <Composers extends (string | React.ExoticComponent<any> | Rea
9830
9953
  "border-option-hover": /*elided*/ any;
9831
9954
  "border-static-dark": /*elided*/ any;
9832
9955
  "border-static-dark-subtle": /*elided*/ any;
9956
+ "border-static-light": /*elided*/ any;
9833
9957
  "border-strong": /*elided*/ any;
9834
9958
  "border-subtle": /*elided*/ any;
9835
9959
  "border-transparent": /*elided*/ any;
@@ -9894,6 +10018,8 @@ declare const css: <Composers extends (string | React.ExoticComponent<any> | Rea
9894
10018
  "border-success-subtle": /*elided*/ any;
9895
10019
  "border-warning": /*elided*/ any;
9896
10020
  "border-warning-subtle": /*elided*/ any;
10021
+ "badge-border": /*elided*/ any;
10022
+ "badge-border-inverted": /*elided*/ any;
9897
10023
  "button-background-danger": /*elided*/ any;
9898
10024
  "button-background-danger-hover": /*elided*/ any;
9899
10025
  "button-background-danger-pressed": /*elided*/ any;
@@ -9932,6 +10058,7 @@ declare const css: <Composers extends (string | React.ExoticComponent<any> | Rea
9932
10058
  "button-text-on-secondary": /*elided*/ any;
9933
10059
  "button-text-on-tertiary": /*elided*/ any;
9934
10060
  "chip-background": /*elided*/ any;
10061
+ "chip-background-disabled": /*elided*/ any;
9935
10062
  "chip-background-hover": /*elided*/ any;
9936
10063
  "chip-text": /*elided*/ any;
9937
10064
  "format-icon-diagram": /*elided*/ any;
@@ -9983,6 +10110,8 @@ declare const css: <Composers extends (string | React.ExoticComponent<any> | Rea
9983
10110
  "icon-on-disabled": /*elided*/ any;
9984
10111
  "icon-on-static-dark": /*elided*/ any;
9985
10112
  "icon-on-static-dark-subtle": /*elided*/ any;
10113
+ "icon-on-static-light": /*elided*/ any;
10114
+ "icon-on-static-light-subtle": /*elided*/ any;
9986
10115
  "icon-placeholder": /*elided*/ any;
9987
10116
  "icon-secondary": /*elided*/ any;
9988
10117
  "icon-interactive-on-inverted": /*elided*/ any;
@@ -10104,6 +10233,8 @@ declare const css: <Composers extends (string | React.ExoticComponent<any> | Rea
10104
10233
  "text-on-disabled": /*elided*/ any;
10105
10234
  "text-on-static-dark": /*elided*/ any;
10106
10235
  "text-on-static-dark-subtle": /*elided*/ any;
10236
+ "text-on-static-light": /*elided*/ any;
10237
+ "text-on-static-light-subtle": /*elided*/ any;
10107
10238
  "text-placeholder": /*elided*/ any;
10108
10239
  "text-secondary": /*elided*/ any;
10109
10240
  "text-warning": /*elided*/ any;
@@ -10382,6 +10513,7 @@ declare const css: <Composers extends (string | React.ExoticComponent<any> | Rea
10382
10513
  readonly 100: "8px";
10383
10514
  readonly 150: "12px";
10384
10515
  readonly 200: "16px";
10516
+ readonly 250: "20px";
10385
10517
  readonly 300: "24px";
10386
10518
  readonly 400: "32px";
10387
10519
  readonly 500: "40px";
@@ -10669,6 +10801,7 @@ declare const globalCss: <Styles extends {
10669
10801
  readonly 'cloud-300': /*elided*/ any;
10670
10802
  readonly 'cloud-350': /*elided*/ any;
10671
10803
  readonly 'cloud-400': /*elided*/ any;
10804
+ readonly 'cloud-425': /*elided*/ any;
10672
10805
  readonly 'cloud-450': /*elided*/ any;
10673
10806
  readonly 'cloud-475': /*elided*/ any;
10674
10807
  readonly 'cloud-50': /*elided*/ any;
@@ -10772,6 +10905,28 @@ declare const globalCss: <Styles extends {
10772
10905
  readonly 'green-850': /*elided*/ any;
10773
10906
  readonly 'green-900': /*elided*/ any;
10774
10907
  readonly 'green-950': /*elided*/ any;
10908
+ readonly 'ink-250': /*elided*/ any;
10909
+ readonly 'ink-100': /*elided*/ any;
10910
+ readonly 'ink-1000': /*elided*/ any;
10911
+ readonly 'ink-150': /*elided*/ any;
10912
+ readonly 'ink-200': /*elided*/ any;
10913
+ readonly 'ink-300': /*elided*/ any;
10914
+ readonly 'ink-350': /*elided*/ any;
10915
+ readonly 'ink-400': /*elided*/ any;
10916
+ readonly 'ink-425': /*elided*/ any;
10917
+ readonly 'ink-450': /*elided*/ any;
10918
+ readonly 'ink-475': /*elided*/ any;
10919
+ readonly 'ink-50': /*elided*/ any;
10920
+ readonly 'ink-500': /*elided*/ any;
10921
+ readonly 'ink-550': /*elided*/ any;
10922
+ readonly 'ink-600': /*elided*/ any;
10923
+ readonly 'ink-650': /*elided*/ any;
10924
+ readonly 'ink-700': /*elided*/ any;
10925
+ readonly 'ink-750': /*elided*/ any;
10926
+ readonly 'ink-800': /*elided*/ any;
10927
+ readonly 'ink-850': /*elided*/ any;
10928
+ readonly 'ink-900': /*elided*/ any;
10929
+ readonly 'ink-950': /*elided*/ any;
10775
10930
  readonly 'lilac-100': /*elided*/ any;
10776
10931
  readonly 'lilac-150': /*elided*/ any;
10777
10932
  readonly 'lilac-200': /*elided*/ any;
@@ -10959,6 +11114,7 @@ declare const globalCss: <Styles extends {
10959
11114
  "background-inverted-secondary": /*elided*/ any;
10960
11115
  "background-layout": /*elided*/ any;
10961
11116
  "background-overlay": /*elided*/ any;
11117
+ "background-space": /*elided*/ any;
10962
11118
  "background-static-dark": /*elided*/ any;
10963
11119
  "background-static-dark-subtle": /*elided*/ any;
10964
11120
  "background-static-light": /*elided*/ any;
@@ -11036,6 +11192,7 @@ declare const globalCss: <Styles extends {
11036
11192
  "border-option-hover": /*elided*/ any;
11037
11193
  "border-static-dark": /*elided*/ any;
11038
11194
  "border-static-dark-subtle": /*elided*/ any;
11195
+ "border-static-light": /*elided*/ any;
11039
11196
  "border-strong": /*elided*/ any;
11040
11197
  "border-subtle": /*elided*/ any;
11041
11198
  "border-transparent": /*elided*/ any;
@@ -11100,6 +11257,8 @@ declare const globalCss: <Styles extends {
11100
11257
  "border-success-subtle": /*elided*/ any;
11101
11258
  "border-warning": /*elided*/ any;
11102
11259
  "border-warning-subtle": /*elided*/ any;
11260
+ "badge-border": /*elided*/ any;
11261
+ "badge-border-inverted": /*elided*/ any;
11103
11262
  "button-background-danger": /*elided*/ any;
11104
11263
  "button-background-danger-hover": /*elided*/ any;
11105
11264
  "button-background-danger-pressed": /*elided*/ any;
@@ -11138,6 +11297,7 @@ declare const globalCss: <Styles extends {
11138
11297
  "button-text-on-secondary": /*elided*/ any;
11139
11298
  "button-text-on-tertiary": /*elided*/ any;
11140
11299
  "chip-background": /*elided*/ any;
11300
+ "chip-background-disabled": /*elided*/ any;
11141
11301
  "chip-background-hover": /*elided*/ any;
11142
11302
  "chip-text": /*elided*/ any;
11143
11303
  "format-icon-diagram": /*elided*/ any;
@@ -11189,6 +11349,8 @@ declare const globalCss: <Styles extends {
11189
11349
  "icon-on-disabled": /*elided*/ any;
11190
11350
  "icon-on-static-dark": /*elided*/ any;
11191
11351
  "icon-on-static-dark-subtle": /*elided*/ any;
11352
+ "icon-on-static-light": /*elided*/ any;
11353
+ "icon-on-static-light-subtle": /*elided*/ any;
11192
11354
  "icon-placeholder": /*elided*/ any;
11193
11355
  "icon-secondary": /*elided*/ any;
11194
11356
  "icon-interactive-on-inverted": /*elided*/ any;
@@ -11310,6 +11472,8 @@ declare const globalCss: <Styles extends {
11310
11472
  "text-on-disabled": /*elided*/ any;
11311
11473
  "text-on-static-dark": /*elided*/ any;
11312
11474
  "text-on-static-dark-subtle": /*elided*/ any;
11475
+ "text-on-static-light": /*elided*/ any;
11476
+ "text-on-static-light-subtle": /*elided*/ any;
11313
11477
  "text-placeholder": /*elided*/ any;
11314
11478
  "text-secondary": /*elided*/ any;
11315
11479
  "text-warning": /*elided*/ any;
@@ -11588,6 +11752,7 @@ declare const globalCss: <Styles extends {
11588
11752
  readonly 100: "8px";
11589
11753
  readonly 150: "12px";
11590
11754
  readonly 200: "16px";
11755
+ readonly 250: "20px";
11591
11756
  readonly 300: "24px";
11592
11757
  readonly 400: "32px";
11593
11758
  readonly 500: "40px";
@@ -11857,6 +12022,7 @@ declare const globalCss: <Styles extends {
11857
12022
  readonly 'cloud-300': /*elided*/ any;
11858
12023
  readonly 'cloud-350': /*elided*/ any;
11859
12024
  readonly 'cloud-400': /*elided*/ any;
12025
+ readonly 'cloud-425': /*elided*/ any;
11860
12026
  readonly 'cloud-450': /*elided*/ any;
11861
12027
  readonly 'cloud-475': /*elided*/ any;
11862
12028
  readonly 'cloud-50': /*elided*/ any;
@@ -11960,6 +12126,28 @@ declare const globalCss: <Styles extends {
11960
12126
  readonly 'green-850': /*elided*/ any;
11961
12127
  readonly 'green-900': /*elided*/ any;
11962
12128
  readonly 'green-950': /*elided*/ any;
12129
+ readonly 'ink-250': /*elided*/ any;
12130
+ readonly 'ink-100': /*elided*/ any;
12131
+ readonly 'ink-1000': /*elided*/ any;
12132
+ readonly 'ink-150': /*elided*/ any;
12133
+ readonly 'ink-200': /*elided*/ any;
12134
+ readonly 'ink-300': /*elided*/ any;
12135
+ readonly 'ink-350': /*elided*/ any;
12136
+ readonly 'ink-400': /*elided*/ any;
12137
+ readonly 'ink-425': /*elided*/ any;
12138
+ readonly 'ink-450': /*elided*/ any;
12139
+ readonly 'ink-475': /*elided*/ any;
12140
+ readonly 'ink-50': /*elided*/ any;
12141
+ readonly 'ink-500': /*elided*/ any;
12142
+ readonly 'ink-550': /*elided*/ any;
12143
+ readonly 'ink-600': /*elided*/ any;
12144
+ readonly 'ink-650': /*elided*/ any;
12145
+ readonly 'ink-700': /*elided*/ any;
12146
+ readonly 'ink-750': /*elided*/ any;
12147
+ readonly 'ink-800': /*elided*/ any;
12148
+ readonly 'ink-850': /*elided*/ any;
12149
+ readonly 'ink-900': /*elided*/ any;
12150
+ readonly 'ink-950': /*elided*/ any;
11963
12151
  readonly 'lilac-100': /*elided*/ any;
11964
12152
  readonly 'lilac-150': /*elided*/ any;
11965
12153
  readonly 'lilac-200': /*elided*/ any;
@@ -12147,6 +12335,7 @@ declare const globalCss: <Styles extends {
12147
12335
  "background-inverted-secondary": /*elided*/ any;
12148
12336
  "background-layout": /*elided*/ any;
12149
12337
  "background-overlay": /*elided*/ any;
12338
+ "background-space": /*elided*/ any;
12150
12339
  "background-static-dark": /*elided*/ any;
12151
12340
  "background-static-dark-subtle": /*elided*/ any;
12152
12341
  "background-static-light": /*elided*/ any;
@@ -12224,6 +12413,7 @@ declare const globalCss: <Styles extends {
12224
12413
  "border-option-hover": /*elided*/ any;
12225
12414
  "border-static-dark": /*elided*/ any;
12226
12415
  "border-static-dark-subtle": /*elided*/ any;
12416
+ "border-static-light": /*elided*/ any;
12227
12417
  "border-strong": /*elided*/ any;
12228
12418
  "border-subtle": /*elided*/ any;
12229
12419
  "border-transparent": /*elided*/ any;
@@ -12288,6 +12478,8 @@ declare const globalCss: <Styles extends {
12288
12478
  "border-success-subtle": /*elided*/ any;
12289
12479
  "border-warning": /*elided*/ any;
12290
12480
  "border-warning-subtle": /*elided*/ any;
12481
+ "badge-border": /*elided*/ any;
12482
+ "badge-border-inverted": /*elided*/ any;
12291
12483
  "button-background-danger": /*elided*/ any;
12292
12484
  "button-background-danger-hover": /*elided*/ any;
12293
12485
  "button-background-danger-pressed": /*elided*/ any;
@@ -12326,6 +12518,7 @@ declare const globalCss: <Styles extends {
12326
12518
  "button-text-on-secondary": /*elided*/ any;
12327
12519
  "button-text-on-tertiary": /*elided*/ any;
12328
12520
  "chip-background": /*elided*/ any;
12521
+ "chip-background-disabled": /*elided*/ any;
12329
12522
  "chip-background-hover": /*elided*/ any;
12330
12523
  "chip-text": /*elided*/ any;
12331
12524
  "format-icon-diagram": /*elided*/ any;
@@ -12377,6 +12570,8 @@ declare const globalCss: <Styles extends {
12377
12570
  "icon-on-disabled": /*elided*/ any;
12378
12571
  "icon-on-static-dark": /*elided*/ any;
12379
12572
  "icon-on-static-dark-subtle": /*elided*/ any;
12573
+ "icon-on-static-light": /*elided*/ any;
12574
+ "icon-on-static-light-subtle": /*elided*/ any;
12380
12575
  "icon-placeholder": /*elided*/ any;
12381
12576
  "icon-secondary": /*elided*/ any;
12382
12577
  "icon-interactive-on-inverted": /*elided*/ any;
@@ -12498,6 +12693,8 @@ declare const globalCss: <Styles extends {
12498
12693
  "text-on-disabled": /*elided*/ any;
12499
12694
  "text-on-static-dark": /*elided*/ any;
12500
12695
  "text-on-static-dark-subtle": /*elided*/ any;
12696
+ "text-on-static-light": /*elided*/ any;
12697
+ "text-on-static-light-subtle": /*elided*/ any;
12501
12698
  "text-placeholder": /*elided*/ any;
12502
12699
  "text-secondary": /*elided*/ any;
12503
12700
  "text-warning": /*elided*/ any;
@@ -12776,6 +12973,7 @@ declare const globalCss: <Styles extends {
12776
12973
  readonly 100: "8px";
12777
12974
  readonly 150: "12px";
12778
12975
  readonly 200: "16px";
12976
+ readonly 250: "20px";
12779
12977
  readonly 300: "24px";
12780
12978
  readonly 400: "32px";
12781
12979
  readonly 500: "40px";
@@ -13048,6 +13246,7 @@ declare const keyframes: (style: {
13048
13246
  readonly 'cloud-300': /*elided*/ any;
13049
13247
  readonly 'cloud-350': /*elided*/ any;
13050
13248
  readonly 'cloud-400': /*elided*/ any;
13249
+ readonly 'cloud-425': /*elided*/ any;
13051
13250
  readonly 'cloud-450': /*elided*/ any;
13052
13251
  readonly 'cloud-475': /*elided*/ any;
13053
13252
  readonly 'cloud-50': /*elided*/ any;
@@ -13151,6 +13350,28 @@ declare const keyframes: (style: {
13151
13350
  readonly 'green-850': /*elided*/ any;
13152
13351
  readonly 'green-900': /*elided*/ any;
13153
13352
  readonly 'green-950': /*elided*/ any;
13353
+ readonly 'ink-250': /*elided*/ any;
13354
+ readonly 'ink-100': /*elided*/ any;
13355
+ readonly 'ink-1000': /*elided*/ any;
13356
+ readonly 'ink-150': /*elided*/ any;
13357
+ readonly 'ink-200': /*elided*/ any;
13358
+ readonly 'ink-300': /*elided*/ any;
13359
+ readonly 'ink-350': /*elided*/ any;
13360
+ readonly 'ink-400': /*elided*/ any;
13361
+ readonly 'ink-425': /*elided*/ any;
13362
+ readonly 'ink-450': /*elided*/ any;
13363
+ readonly 'ink-475': /*elided*/ any;
13364
+ readonly 'ink-50': /*elided*/ any;
13365
+ readonly 'ink-500': /*elided*/ any;
13366
+ readonly 'ink-550': /*elided*/ any;
13367
+ readonly 'ink-600': /*elided*/ any;
13368
+ readonly 'ink-650': /*elided*/ any;
13369
+ readonly 'ink-700': /*elided*/ any;
13370
+ readonly 'ink-750': /*elided*/ any;
13371
+ readonly 'ink-800': /*elided*/ any;
13372
+ readonly 'ink-850': /*elided*/ any;
13373
+ readonly 'ink-900': /*elided*/ any;
13374
+ readonly 'ink-950': /*elided*/ any;
13154
13375
  readonly 'lilac-100': /*elided*/ any;
13155
13376
  readonly 'lilac-150': /*elided*/ any;
13156
13377
  readonly 'lilac-200': /*elided*/ any;
@@ -13338,6 +13559,7 @@ declare const keyframes: (style: {
13338
13559
  "background-inverted-secondary": /*elided*/ any;
13339
13560
  "background-layout": /*elided*/ any;
13340
13561
  "background-overlay": /*elided*/ any;
13562
+ "background-space": /*elided*/ any;
13341
13563
  "background-static-dark": /*elided*/ any;
13342
13564
  "background-static-dark-subtle": /*elided*/ any;
13343
13565
  "background-static-light": /*elided*/ any;
@@ -13415,6 +13637,7 @@ declare const keyframes: (style: {
13415
13637
  "border-option-hover": /*elided*/ any;
13416
13638
  "border-static-dark": /*elided*/ any;
13417
13639
  "border-static-dark-subtle": /*elided*/ any;
13640
+ "border-static-light": /*elided*/ any;
13418
13641
  "border-strong": /*elided*/ any;
13419
13642
  "border-subtle": /*elided*/ any;
13420
13643
  "border-transparent": /*elided*/ any;
@@ -13479,6 +13702,8 @@ declare const keyframes: (style: {
13479
13702
  "border-success-subtle": /*elided*/ any;
13480
13703
  "border-warning": /*elided*/ any;
13481
13704
  "border-warning-subtle": /*elided*/ any;
13705
+ "badge-border": /*elided*/ any;
13706
+ "badge-border-inverted": /*elided*/ any;
13482
13707
  "button-background-danger": /*elided*/ any;
13483
13708
  "button-background-danger-hover": /*elided*/ any;
13484
13709
  "button-background-danger-pressed": /*elided*/ any;
@@ -13517,6 +13742,7 @@ declare const keyframes: (style: {
13517
13742
  "button-text-on-secondary": /*elided*/ any;
13518
13743
  "button-text-on-tertiary": /*elided*/ any;
13519
13744
  "chip-background": /*elided*/ any;
13745
+ "chip-background-disabled": /*elided*/ any;
13520
13746
  "chip-background-hover": /*elided*/ any;
13521
13747
  "chip-text": /*elided*/ any;
13522
13748
  "format-icon-diagram": /*elided*/ any;
@@ -13568,6 +13794,8 @@ declare const keyframes: (style: {
13568
13794
  "icon-on-disabled": /*elided*/ any;
13569
13795
  "icon-on-static-dark": /*elided*/ any;
13570
13796
  "icon-on-static-dark-subtle": /*elided*/ any;
13797
+ "icon-on-static-light": /*elided*/ any;
13798
+ "icon-on-static-light-subtle": /*elided*/ any;
13571
13799
  "icon-placeholder": /*elided*/ any;
13572
13800
  "icon-secondary": /*elided*/ any;
13573
13801
  "icon-interactive-on-inverted": /*elided*/ any;
@@ -13689,6 +13917,8 @@ declare const keyframes: (style: {
13689
13917
  "text-on-disabled": /*elided*/ any;
13690
13918
  "text-on-static-dark": /*elided*/ any;
13691
13919
  "text-on-static-dark-subtle": /*elided*/ any;
13920
+ "text-on-static-light": /*elided*/ any;
13921
+ "text-on-static-light-subtle": /*elided*/ any;
13692
13922
  "text-placeholder": /*elided*/ any;
13693
13923
  "text-secondary": /*elided*/ any;
13694
13924
  "text-warning": /*elided*/ any;
@@ -13967,6 +14197,7 @@ declare const keyframes: (style: {
13967
14197
  readonly 100: "8px";
13968
14198
  readonly 150: "12px";
13969
14199
  readonly 200: "16px";
14200
+ readonly 250: "20px";
13970
14201
  readonly 300: "24px";
13971
14202
  readonly 400: "32px";
13972
14203
  readonly 500: "40px";
@@ -14408,6 +14639,7 @@ declare const theme: {
14408
14639
  readonly 'cloud-300': "#D5D5D2";
14409
14640
  readonly 'cloud-350': "#BDBCB8";
14410
14641
  readonly 'cloud-400': "#A4A39E";
14642
+ readonly 'cloud-425': "#969590";
14411
14643
  readonly 'cloud-450': "#8C8B85";
14412
14644
  readonly 'cloud-475': "#807F79";
14413
14645
  readonly 'cloud-50': "#FBFAF7";
@@ -14482,7 +14714,7 @@ declare const theme: {
14482
14714
  readonly 'gray-450': "#7D8297";
14483
14715
  readonly 'gray-475': "#6F7489";
14484
14716
  readonly 'gray-50': "#FAFAFC";
14485
- readonly 'gray-500': "#656B81";
14717
+ readonly 'gray-500': "#646B81";
14486
14718
  readonly 'gray-550': "#5D6376";
14487
14719
  readonly 'gray-600': "#555A6A";
14488
14720
  readonly 'gray-650': "#4D515F";
@@ -14511,6 +14743,28 @@ declare const theme: {
14511
14743
  readonly 'green-850': "#122B0B";
14512
14744
  readonly 'green-900': "#11260C";
14513
14745
  readonly 'green-950': "#11230C";
14746
+ readonly 'ink-250': "#D6D6D4";
14747
+ readonly 'ink-100': "#F1F1EF";
14748
+ readonly 'ink-1000': "#070705";
14749
+ readonly 'ink-150': "#E9E9E7";
14750
+ readonly 'ink-200': "#E0E0DE";
14751
+ readonly 'ink-300': "#CBCBC9";
14752
+ readonly 'ink-350': "#B8B8B6";
14753
+ readonly 'ink-400': "#A1A19F";
14754
+ readonly 'ink-425': "#959593";
14755
+ readonly 'ink-450': "#888886";
14756
+ readonly 'ink-475': "#7C7C7A";
14757
+ readonly 'ink-50': "#F9F9F7";
14758
+ readonly 'ink-500': "#6F6F6D";
14759
+ readonly 'ink-550': "#5E5E5C";
14760
+ readonly 'ink-600': "#4E4E4C";
14761
+ readonly 'ink-650': "#424240";
14762
+ readonly 'ink-700': "#373735";
14763
+ readonly 'ink-750': "#2D2D2B";
14764
+ readonly 'ink-800': "#232321";
14765
+ readonly 'ink-850': "#1B1B19";
14766
+ readonly 'ink-900': "#141412";
14767
+ readonly 'ink-950': "#0D0D0B";
14514
14768
  readonly 'lilac-100': "#EFEDFD";
14515
14769
  readonly 'lilac-150': "#EAE7FF";
14516
14770
  readonly 'lilac-200': "#DEDAFF";
@@ -14699,6 +14953,7 @@ declare const theme: {
14699
14953
  "background-inverted-secondary": _mirohq_design_system_themes.Color;
14700
14954
  "background-layout": _mirohq_design_system_themes.Color;
14701
14955
  "background-overlay": _mirohq_design_system_themes.Color;
14956
+ "background-space": _mirohq_design_system_themes.Color;
14702
14957
  "background-static-dark": _mirohq_design_system_themes.Color;
14703
14958
  "background-static-dark-subtle": _mirohq_design_system_themes.Color;
14704
14959
  "background-static-light": _mirohq_design_system_themes.Color;
@@ -14776,6 +15031,7 @@ declare const theme: {
14776
15031
  "border-option-hover": _mirohq_design_system_themes.Color;
14777
15032
  "border-static-dark": _mirohq_design_system_themes.Color;
14778
15033
  "border-static-dark-subtle": _mirohq_design_system_themes.Color;
15034
+ "border-static-light": _mirohq_design_system_themes.Color;
14779
15035
  "border-strong": _mirohq_design_system_themes.Color;
14780
15036
  "border-subtle": _mirohq_design_system_themes.Color;
14781
15037
  "border-transparent": _mirohq_design_system_themes.Color;
@@ -14840,6 +15096,8 @@ declare const theme: {
14840
15096
  "border-success-subtle": _mirohq_design_system_themes.Color;
14841
15097
  "border-warning": _mirohq_design_system_themes.Color;
14842
15098
  "border-warning-subtle": _mirohq_design_system_themes.Color;
15099
+ "badge-border": _mirohq_design_system_themes.Color;
15100
+ "badge-border-inverted": _mirohq_design_system_themes.Color;
14843
15101
  "button-background-danger": _mirohq_design_system_themes.Color;
14844
15102
  "button-background-danger-hover": _mirohq_design_system_themes.Color;
14845
15103
  "button-background-danger-pressed": _mirohq_design_system_themes.Color;
@@ -14878,6 +15136,7 @@ declare const theme: {
14878
15136
  "button-text-on-secondary": _mirohq_design_system_themes.Color;
14879
15137
  "button-text-on-tertiary": _mirohq_design_system_themes.Color;
14880
15138
  "chip-background": _mirohq_design_system_themes.Color;
15139
+ "chip-background-disabled": _mirohq_design_system_themes.Color;
14881
15140
  "chip-background-hover": _mirohq_design_system_themes.Color;
14882
15141
  "chip-text": _mirohq_design_system_themes.Color;
14883
15142
  "format-icon-diagram": _mirohq_design_system_themes.Color;
@@ -14929,6 +15188,8 @@ declare const theme: {
14929
15188
  "icon-on-disabled": _mirohq_design_system_themes.Color;
14930
15189
  "icon-on-static-dark": _mirohq_design_system_themes.Color;
14931
15190
  "icon-on-static-dark-subtle": _mirohq_design_system_themes.Color;
15191
+ "icon-on-static-light": _mirohq_design_system_themes.Color;
15192
+ "icon-on-static-light-subtle": _mirohq_design_system_themes.Color;
14932
15193
  "icon-placeholder": _mirohq_design_system_themes.Color;
14933
15194
  "icon-secondary": _mirohq_design_system_themes.Color;
14934
15195
  "icon-interactive-on-inverted": _mirohq_design_system_themes.Color;
@@ -15050,6 +15311,8 @@ declare const theme: {
15050
15311
  "text-on-disabled": _mirohq_design_system_themes.Color;
15051
15312
  "text-on-static-dark": _mirohq_design_system_themes.Color;
15052
15313
  "text-on-static-dark-subtle": _mirohq_design_system_themes.Color;
15314
+ "text-on-static-light": _mirohq_design_system_themes.Color;
15315
+ "text-on-static-light-subtle": _mirohq_design_system_themes.Color;
15053
15316
  "text-placeholder": _mirohq_design_system_themes.Color;
15054
15317
  "text-secondary": _mirohq_design_system_themes.Color;
15055
15318
  "text-warning": _mirohq_design_system_themes.Color;
@@ -15328,6 +15591,7 @@ declare const theme: {
15328
15591
  readonly 100: "8px";
15329
15592
  readonly 150: "12px";
15330
15593
  readonly 200: "16px";
15594
+ readonly 250: "20px";
15331
15595
  readonly 300: "24px";
15332
15596
  readonly 400: "32px";
15333
15597
  readonly 500: "40px";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mirohq/design-system-stitches",
3
- "version": "3.3.10",
3
+ "version": "3.3.12",
4
4
  "description": "",
5
5
  "author": "Miro",
6
6
  "source": "src/index.ts",
@@ -27,9 +27,9 @@
27
27
  },
28
28
  "dependencies": {
29
29
  "lodash.merge": "^4.6.2",
30
- "@mirohq/design-system-themes": "^1.3.7",
30
+ "@mirohq/design-system-themes": "^1.3.9",
31
31
  "@mirohq/design-system-types": "^1.0.3",
32
- "@mirohq/design-tokens": "^10.0.1"
32
+ "@mirohq/design-tokens": "^10.1.0"
33
33
  },
34
34
  "devDependencies": {
35
35
  "@types/lodash.merge": "^4.6.7"