@mirohq/design-system-stitches 2.3.2-use-press.0 → 2.3.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/types.d.ts +151 -97
- package/package.json +3 -3
package/dist/types.d.ts
CHANGED
|
@@ -86,7 +86,6 @@ declare const config: {
|
|
|
86
86
|
readonly 'background-danger-prominent-active'?: any;
|
|
87
87
|
readonly 'background-danger-prominent-hover'?: any;
|
|
88
88
|
readonly 'background-neutrals'?: any;
|
|
89
|
-
readonly 'background-neutrals-body'?: any;
|
|
90
89
|
readonly 'background-neutrals-container'?: any;
|
|
91
90
|
readonly 'background-neutrals-controls-disabled'?: any;
|
|
92
91
|
readonly 'background-neutrals-disabled'?: any;
|
|
@@ -94,6 +93,8 @@ declare const config: {
|
|
|
94
93
|
readonly 'background-neutrals-inactive-hover'?: any;
|
|
95
94
|
readonly 'background-neutrals-inverted'?: any;
|
|
96
95
|
readonly 'background-neutrals-inverted-subtle'?: any;
|
|
96
|
+
readonly 'background-neutrals-page'?: any;
|
|
97
|
+
readonly 'background-neutrals-page-subtle'?: any;
|
|
97
98
|
readonly 'background-neutrals-scrolls'?: any;
|
|
98
99
|
readonly 'background-neutrals-scrolls-hover'?: any;
|
|
99
100
|
readonly 'background-neutrals-subtle'?: any;
|
|
@@ -117,12 +118,11 @@ declare const config: {
|
|
|
117
118
|
readonly 'text-neutrals'?: any;
|
|
118
119
|
readonly 'text-neutrals-disabled'?: any;
|
|
119
120
|
readonly 'text-neutrals-inverted'?: any;
|
|
120
|
-
readonly 'text-neutrals-link'?: any;
|
|
121
|
-
readonly 'text-neutrals-link-active'?: any;
|
|
122
|
-
readonly 'text-neutrals-link-hover'?: any;
|
|
123
121
|
readonly 'text-neutrals-placeholder'?: any;
|
|
124
122
|
readonly 'text-neutrals-placeholder-only'?: any;
|
|
125
123
|
readonly 'text-neutrals-subtle'?: any;
|
|
124
|
+
readonly 'text-neutrals-subtle-active'?: any;
|
|
125
|
+
readonly 'text-neutrals-subtle-hover'?: any;
|
|
126
126
|
readonly 'text-primary'?: any;
|
|
127
127
|
readonly 'text-primary-active'?: any;
|
|
128
128
|
readonly 'text-primary-hover'?: any;
|
|
@@ -142,7 +142,7 @@ declare const config: {
|
|
|
142
142
|
readonly 'icon-neutrals-inverted'?: any;
|
|
143
143
|
readonly 'icon-neutrals-search'?: any;
|
|
144
144
|
readonly 'icon-neutrals-subtle'?: any;
|
|
145
|
-
readonly 'icon-neutrals-
|
|
145
|
+
readonly 'icon-neutrals-text'?: any;
|
|
146
146
|
readonly 'icon-primary'?: any;
|
|
147
147
|
readonly 'icon-primary-active'?: any;
|
|
148
148
|
readonly 'icon-primary-hover'?: any;
|
|
@@ -151,7 +151,10 @@ declare const config: {
|
|
|
151
151
|
readonly 'icon-success'?: any;
|
|
152
152
|
readonly 'icon-success-inverted'?: any;
|
|
153
153
|
readonly 'icon-warning'?: any;
|
|
154
|
+
readonly 'icon-warning-prominent'?: any;
|
|
154
155
|
readonly 'border-danger'?: any;
|
|
156
|
+
readonly 'border-danger-active'?: any;
|
|
157
|
+
readonly 'border-danger-hover'?: any;
|
|
155
158
|
readonly 'border-focus-inner'?: any;
|
|
156
159
|
readonly 'border-focus-middle'?: any;
|
|
157
160
|
readonly 'border-focus-outer'?: any;
|
|
@@ -163,6 +166,9 @@ declare const config: {
|
|
|
163
166
|
readonly 'border-neutrals-hover'?: any;
|
|
164
167
|
readonly 'border-neutrals-inverted'?: any;
|
|
165
168
|
readonly 'border-neutrals-subtle'?: any;
|
|
169
|
+
readonly 'border-neutrals-text-subtle'?: any;
|
|
170
|
+
readonly 'border-neutrals-text-subtle-active'?: any;
|
|
171
|
+
readonly 'border-neutrals-text-subtle-hover'?: any;
|
|
166
172
|
readonly 'border-primary'?: any;
|
|
167
173
|
readonly 'border-primary-active'?: any;
|
|
168
174
|
readonly 'border-primary-hover'?: any;
|
|
@@ -207,28 +213,28 @@ declare const config: {
|
|
|
207
213
|
readonly 'icon-400': "32px";
|
|
208
214
|
};
|
|
209
215
|
space: {
|
|
210
|
-
readonly
|
|
216
|
+
readonly 0: 0;
|
|
211
217
|
readonly 50: "4px";
|
|
212
218
|
readonly 100: "8px";
|
|
213
219
|
readonly 150: "12px";
|
|
214
220
|
readonly 200: "16px";
|
|
215
221
|
readonly 300: "24px";
|
|
216
222
|
readonly 400: "32px";
|
|
217
|
-
readonly 500: "
|
|
223
|
+
readonly 500: "40px";
|
|
218
224
|
readonly 600: "48px";
|
|
219
225
|
readonly 800: "64px";
|
|
220
226
|
readonly 1200: "96px";
|
|
221
227
|
readonly 1600: "128px";
|
|
222
228
|
};
|
|
223
229
|
'space-gap': {
|
|
224
|
-
readonly
|
|
230
|
+
readonly 0: any;
|
|
225
231
|
readonly 50: any;
|
|
226
232
|
readonly 100: any;
|
|
227
233
|
readonly 200: any;
|
|
228
234
|
readonly 300: any;
|
|
229
235
|
};
|
|
230
236
|
'space-inset': {
|
|
231
|
-
readonly
|
|
237
|
+
readonly 0: any;
|
|
232
238
|
readonly 50: any;
|
|
233
239
|
readonly 100: any;
|
|
234
240
|
readonly 150: any;
|
|
@@ -241,7 +247,7 @@ declare const config: {
|
|
|
241
247
|
readonly 1600: any;
|
|
242
248
|
};
|
|
243
249
|
'space-offset': {
|
|
244
|
-
readonly
|
|
250
|
+
readonly 0: any;
|
|
245
251
|
readonly 50: any;
|
|
246
252
|
readonly 100: any;
|
|
247
253
|
readonly 150: any;
|
|
@@ -252,7 +258,7 @@ declare const config: {
|
|
|
252
258
|
readonly 800: any;
|
|
253
259
|
readonly 1200: any;
|
|
254
260
|
readonly 1600: any;
|
|
255
|
-
readonly 'stacking-
|
|
261
|
+
readonly 'stacking-0': any;
|
|
256
262
|
readonly 'stacking-100': any;
|
|
257
263
|
readonly 'stacking-200': any;
|
|
258
264
|
readonly 'stacking-300': any;
|
|
@@ -527,7 +533,6 @@ declare const createTheme: <Argument0 extends string | ({
|
|
|
527
533
|
readonly 'background-danger-prominent-active'?: string | number | boolean | undefined;
|
|
528
534
|
readonly 'background-danger-prominent-hover'?: string | number | boolean | undefined;
|
|
529
535
|
readonly 'background-neutrals'?: string | number | boolean | undefined;
|
|
530
|
-
readonly 'background-neutrals-body'?: string | number | boolean | undefined;
|
|
531
536
|
readonly 'background-neutrals-container'?: string | number | boolean | undefined;
|
|
532
537
|
readonly 'background-neutrals-controls-disabled'?: string | number | boolean | undefined;
|
|
533
538
|
readonly 'background-neutrals-disabled'?: string | number | boolean | undefined;
|
|
@@ -535,6 +540,8 @@ declare const createTheme: <Argument0 extends string | ({
|
|
|
535
540
|
readonly 'background-neutrals-inactive-hover'?: string | number | boolean | undefined;
|
|
536
541
|
readonly 'background-neutrals-inverted'?: string | number | boolean | undefined;
|
|
537
542
|
readonly 'background-neutrals-inverted-subtle'?: string | number | boolean | undefined;
|
|
543
|
+
readonly 'background-neutrals-page'?: string | number | boolean | undefined;
|
|
544
|
+
readonly 'background-neutrals-page-subtle'?: string | number | boolean | undefined;
|
|
538
545
|
readonly 'background-neutrals-scrolls'?: string | number | boolean | undefined;
|
|
539
546
|
readonly 'background-neutrals-scrolls-hover'?: string | number | boolean | undefined;
|
|
540
547
|
readonly 'background-neutrals-subtle'?: string | number | boolean | undefined;
|
|
@@ -558,12 +565,11 @@ declare const createTheme: <Argument0 extends string | ({
|
|
|
558
565
|
readonly 'text-neutrals'?: string | number | boolean | undefined;
|
|
559
566
|
readonly 'text-neutrals-disabled'?: string | number | boolean | undefined;
|
|
560
567
|
readonly 'text-neutrals-inverted'?: string | number | boolean | undefined;
|
|
561
|
-
readonly 'text-neutrals-link'?: string | number | boolean | undefined;
|
|
562
|
-
readonly 'text-neutrals-link-active'?: string | number | boolean | undefined;
|
|
563
|
-
readonly 'text-neutrals-link-hover'?: string | number | boolean | undefined;
|
|
564
568
|
readonly 'text-neutrals-placeholder'?: string | number | boolean | undefined;
|
|
565
569
|
readonly 'text-neutrals-placeholder-only'?: string | number | boolean | undefined;
|
|
566
570
|
readonly 'text-neutrals-subtle'?: string | number | boolean | undefined;
|
|
571
|
+
readonly 'text-neutrals-subtle-active'?: string | number | boolean | undefined;
|
|
572
|
+
readonly 'text-neutrals-subtle-hover'?: string | number | boolean | undefined;
|
|
567
573
|
readonly 'text-primary'?: string | number | boolean | undefined;
|
|
568
574
|
readonly 'text-primary-active'?: string | number | boolean | undefined;
|
|
569
575
|
readonly 'text-primary-hover'?: string | number | boolean | undefined;
|
|
@@ -583,7 +589,7 @@ declare const createTheme: <Argument0 extends string | ({
|
|
|
583
589
|
readonly 'icon-neutrals-inverted'?: string | number | boolean | undefined;
|
|
584
590
|
readonly 'icon-neutrals-search'?: string | number | boolean | undefined;
|
|
585
591
|
readonly 'icon-neutrals-subtle'?: string | number | boolean | undefined;
|
|
586
|
-
readonly 'icon-neutrals-
|
|
592
|
+
readonly 'icon-neutrals-text'?: string | number | boolean | undefined;
|
|
587
593
|
readonly 'icon-primary'?: string | number | boolean | undefined;
|
|
588
594
|
readonly 'icon-primary-active'?: string | number | boolean | undefined;
|
|
589
595
|
readonly 'icon-primary-hover'?: string | number | boolean | undefined;
|
|
@@ -592,7 +598,10 @@ declare const createTheme: <Argument0 extends string | ({
|
|
|
592
598
|
readonly 'icon-success'?: string | number | boolean | undefined;
|
|
593
599
|
readonly 'icon-success-inverted'?: string | number | boolean | undefined;
|
|
594
600
|
readonly 'icon-warning'?: string | number | boolean | undefined;
|
|
601
|
+
readonly 'icon-warning-prominent'?: string | number | boolean | undefined;
|
|
595
602
|
readonly 'border-danger'?: string | number | boolean | undefined;
|
|
603
|
+
readonly 'border-danger-active'?: string | number | boolean | undefined;
|
|
604
|
+
readonly 'border-danger-hover'?: string | number | boolean | undefined;
|
|
596
605
|
readonly 'border-focus-inner'?: string | number | boolean | undefined;
|
|
597
606
|
readonly 'border-focus-middle'?: string | number | boolean | undefined;
|
|
598
607
|
readonly 'border-focus-outer'?: string | number | boolean | undefined;
|
|
@@ -604,6 +613,9 @@ declare const createTheme: <Argument0 extends string | ({
|
|
|
604
613
|
readonly 'border-neutrals-hover'?: string | number | boolean | undefined;
|
|
605
614
|
readonly 'border-neutrals-inverted'?: string | number | boolean | undefined;
|
|
606
615
|
readonly 'border-neutrals-subtle'?: string | number | boolean | undefined;
|
|
616
|
+
readonly 'border-neutrals-text-subtle'?: string | number | boolean | undefined;
|
|
617
|
+
readonly 'border-neutrals-text-subtle-active'?: string | number | boolean | undefined;
|
|
618
|
+
readonly 'border-neutrals-text-subtle-hover'?: string | number | boolean | undefined;
|
|
607
619
|
readonly 'border-primary'?: string | number | boolean | undefined;
|
|
608
620
|
readonly 'border-primary-active'?: string | number | boolean | undefined;
|
|
609
621
|
readonly 'border-primary-hover'?: string | number | boolean | undefined;
|
|
@@ -648,7 +660,7 @@ declare const createTheme: <Argument0 extends string | ({
|
|
|
648
660
|
readonly 'icon-400'?: string | number | boolean | undefined;
|
|
649
661
|
} | undefined;
|
|
650
662
|
space?: {
|
|
651
|
-
readonly
|
|
663
|
+
readonly 0?: string | number | boolean | undefined;
|
|
652
664
|
readonly 50?: string | number | boolean | undefined;
|
|
653
665
|
readonly 100?: string | number | boolean | undefined;
|
|
654
666
|
readonly 150?: string | number | boolean | undefined;
|
|
@@ -662,14 +674,14 @@ declare const createTheme: <Argument0 extends string | ({
|
|
|
662
674
|
readonly 1600?: string | number | boolean | undefined;
|
|
663
675
|
} | undefined;
|
|
664
676
|
'space-gap'?: {
|
|
665
|
-
readonly
|
|
677
|
+
readonly 0?: string | number | boolean | undefined;
|
|
666
678
|
readonly 50?: string | number | boolean | undefined;
|
|
667
679
|
readonly 100?: string | number | boolean | undefined;
|
|
668
680
|
readonly 200?: string | number | boolean | undefined;
|
|
669
681
|
readonly 300?: string | number | boolean | undefined;
|
|
670
682
|
} | undefined;
|
|
671
683
|
'space-inset'?: {
|
|
672
|
-
readonly
|
|
684
|
+
readonly 0?: string | number | boolean | undefined;
|
|
673
685
|
readonly 50?: string | number | boolean | undefined;
|
|
674
686
|
readonly 100?: string | number | boolean | undefined;
|
|
675
687
|
readonly 150?: string | number | boolean | undefined;
|
|
@@ -682,7 +694,7 @@ declare const createTheme: <Argument0 extends string | ({
|
|
|
682
694
|
readonly 1600?: string | number | boolean | undefined;
|
|
683
695
|
} | undefined;
|
|
684
696
|
'space-offset'?: {
|
|
685
|
-
readonly
|
|
697
|
+
readonly 0?: string | number | boolean | undefined;
|
|
686
698
|
readonly 50?: string | number | boolean | undefined;
|
|
687
699
|
readonly 100?: string | number | boolean | undefined;
|
|
688
700
|
readonly 150?: string | number | boolean | undefined;
|
|
@@ -693,7 +705,7 @@ declare const createTheme: <Argument0 extends string | ({
|
|
|
693
705
|
readonly 800?: string | number | boolean | undefined;
|
|
694
706
|
readonly 1200?: string | number | boolean | undefined;
|
|
695
707
|
readonly 1600?: string | number | boolean | undefined;
|
|
696
|
-
readonly 'stacking-
|
|
708
|
+
readonly 'stacking-0'?: string | number | boolean | undefined;
|
|
697
709
|
readonly 'stacking-100'?: string | number | boolean | undefined;
|
|
698
710
|
readonly 'stacking-200'?: string | number | boolean | undefined;
|
|
699
711
|
readonly 'stacking-300'?: string | number | boolean | undefined;
|
|
@@ -788,7 +800,6 @@ declare const createTheme: <Argument0 extends string | ({
|
|
|
788
800
|
readonly 'background-danger-prominent-active'?: string | number | boolean | undefined;
|
|
789
801
|
readonly 'background-danger-prominent-hover'?: string | number | boolean | undefined;
|
|
790
802
|
readonly 'background-neutrals'?: string | number | boolean | undefined;
|
|
791
|
-
readonly 'background-neutrals-body'?: string | number | boolean | undefined;
|
|
792
803
|
readonly 'background-neutrals-container'?: string | number | boolean | undefined;
|
|
793
804
|
readonly 'background-neutrals-controls-disabled'?: string | number | boolean | undefined;
|
|
794
805
|
readonly 'background-neutrals-disabled'?: string | number | boolean | undefined;
|
|
@@ -796,6 +807,8 @@ declare const createTheme: <Argument0 extends string | ({
|
|
|
796
807
|
readonly 'background-neutrals-inactive-hover'?: string | number | boolean | undefined;
|
|
797
808
|
readonly 'background-neutrals-inverted'?: string | number | boolean | undefined;
|
|
798
809
|
readonly 'background-neutrals-inverted-subtle'?: string | number | boolean | undefined;
|
|
810
|
+
readonly 'background-neutrals-page'?: string | number | boolean | undefined;
|
|
811
|
+
readonly 'background-neutrals-page-subtle'?: string | number | boolean | undefined;
|
|
799
812
|
readonly 'background-neutrals-scrolls'?: string | number | boolean | undefined;
|
|
800
813
|
readonly 'background-neutrals-scrolls-hover'?: string | number | boolean | undefined;
|
|
801
814
|
readonly 'background-neutrals-subtle'?: string | number | boolean | undefined;
|
|
@@ -819,12 +832,11 @@ declare const createTheme: <Argument0 extends string | ({
|
|
|
819
832
|
readonly 'text-neutrals'?: string | number | boolean | undefined;
|
|
820
833
|
readonly 'text-neutrals-disabled'?: string | number | boolean | undefined;
|
|
821
834
|
readonly 'text-neutrals-inverted'?: string | number | boolean | undefined;
|
|
822
|
-
readonly 'text-neutrals-link'?: string | number | boolean | undefined;
|
|
823
|
-
readonly 'text-neutrals-link-active'?: string | number | boolean | undefined;
|
|
824
|
-
readonly 'text-neutrals-link-hover'?: string | number | boolean | undefined;
|
|
825
835
|
readonly 'text-neutrals-placeholder'?: string | number | boolean | undefined;
|
|
826
836
|
readonly 'text-neutrals-placeholder-only'?: string | number | boolean | undefined;
|
|
827
837
|
readonly 'text-neutrals-subtle'?: string | number | boolean | undefined;
|
|
838
|
+
readonly 'text-neutrals-subtle-active'?: string | number | boolean | undefined;
|
|
839
|
+
readonly 'text-neutrals-subtle-hover'?: string | number | boolean | undefined;
|
|
828
840
|
readonly 'text-primary'?: string | number | boolean | undefined;
|
|
829
841
|
readonly 'text-primary-active'?: string | number | boolean | undefined;
|
|
830
842
|
readonly 'text-primary-hover'?: string | number | boolean | undefined;
|
|
@@ -844,7 +856,7 @@ declare const createTheme: <Argument0 extends string | ({
|
|
|
844
856
|
readonly 'icon-neutrals-inverted'?: string | number | boolean | undefined;
|
|
845
857
|
readonly 'icon-neutrals-search'?: string | number | boolean | undefined;
|
|
846
858
|
readonly 'icon-neutrals-subtle'?: string | number | boolean | undefined;
|
|
847
|
-
readonly 'icon-neutrals-
|
|
859
|
+
readonly 'icon-neutrals-text'?: string | number | boolean | undefined;
|
|
848
860
|
readonly 'icon-primary'?: string | number | boolean | undefined;
|
|
849
861
|
readonly 'icon-primary-active'?: string | number | boolean | undefined;
|
|
850
862
|
readonly 'icon-primary-hover'?: string | number | boolean | undefined;
|
|
@@ -853,7 +865,10 @@ declare const createTheme: <Argument0 extends string | ({
|
|
|
853
865
|
readonly 'icon-success'?: string | number | boolean | undefined;
|
|
854
866
|
readonly 'icon-success-inverted'?: string | number | boolean | undefined;
|
|
855
867
|
readonly 'icon-warning'?: string | number | boolean | undefined;
|
|
868
|
+
readonly 'icon-warning-prominent'?: string | number | boolean | undefined;
|
|
856
869
|
readonly 'border-danger'?: string | number | boolean | undefined;
|
|
870
|
+
readonly 'border-danger-active'?: string | number | boolean | undefined;
|
|
871
|
+
readonly 'border-danger-hover'?: string | number | boolean | undefined;
|
|
857
872
|
readonly 'border-focus-inner'?: string | number | boolean | undefined;
|
|
858
873
|
readonly 'border-focus-middle'?: string | number | boolean | undefined;
|
|
859
874
|
readonly 'border-focus-outer'?: string | number | boolean | undefined;
|
|
@@ -865,6 +880,9 @@ declare const createTheme: <Argument0 extends string | ({
|
|
|
865
880
|
readonly 'border-neutrals-hover'?: string | number | boolean | undefined;
|
|
866
881
|
readonly 'border-neutrals-inverted'?: string | number | boolean | undefined;
|
|
867
882
|
readonly 'border-neutrals-subtle'?: string | number | boolean | undefined;
|
|
883
|
+
readonly 'border-neutrals-text-subtle'?: string | number | boolean | undefined;
|
|
884
|
+
readonly 'border-neutrals-text-subtle-active'?: string | number | boolean | undefined;
|
|
885
|
+
readonly 'border-neutrals-text-subtle-hover'?: string | number | boolean | undefined;
|
|
868
886
|
readonly 'border-primary'?: string | number | boolean | undefined;
|
|
869
887
|
readonly 'border-primary-active'?: string | number | boolean | undefined;
|
|
870
888
|
readonly 'border-primary-hover'?: string | number | boolean | undefined;
|
|
@@ -909,7 +927,7 @@ declare const createTheme: <Argument0 extends string | ({
|
|
|
909
927
|
readonly 'icon-400'?: string | number | boolean | undefined;
|
|
910
928
|
} | undefined;
|
|
911
929
|
space?: {
|
|
912
|
-
readonly
|
|
930
|
+
readonly 0?: string | number | boolean | undefined;
|
|
913
931
|
readonly 50?: string | number | boolean | undefined;
|
|
914
932
|
readonly 100?: string | number | boolean | undefined;
|
|
915
933
|
readonly 150?: string | number | boolean | undefined;
|
|
@@ -923,14 +941,14 @@ declare const createTheme: <Argument0 extends string | ({
|
|
|
923
941
|
readonly 1600?: string | number | boolean | undefined;
|
|
924
942
|
} | undefined;
|
|
925
943
|
'space-gap'?: {
|
|
926
|
-
readonly
|
|
944
|
+
readonly 0?: string | number | boolean | undefined;
|
|
927
945
|
readonly 50?: string | number | boolean | undefined;
|
|
928
946
|
readonly 100?: string | number | boolean | undefined;
|
|
929
947
|
readonly 200?: string | number | boolean | undefined;
|
|
930
948
|
readonly 300?: string | number | boolean | undefined;
|
|
931
949
|
} | undefined;
|
|
932
950
|
'space-inset'?: {
|
|
933
|
-
readonly
|
|
951
|
+
readonly 0?: string | number | boolean | undefined;
|
|
934
952
|
readonly 50?: string | number | boolean | undefined;
|
|
935
953
|
readonly 100?: string | number | boolean | undefined;
|
|
936
954
|
readonly 150?: string | number | boolean | undefined;
|
|
@@ -943,7 +961,7 @@ declare const createTheme: <Argument0 extends string | ({
|
|
|
943
961
|
readonly 1600?: string | number | boolean | undefined;
|
|
944
962
|
} | undefined;
|
|
945
963
|
'space-offset'?: {
|
|
946
|
-
readonly
|
|
964
|
+
readonly 0?: string | number | boolean | undefined;
|
|
947
965
|
readonly 50?: string | number | boolean | undefined;
|
|
948
966
|
readonly 100?: string | number | boolean | undefined;
|
|
949
967
|
readonly 150?: string | number | boolean | undefined;
|
|
@@ -954,7 +972,7 @@ declare const createTheme: <Argument0 extends string | ({
|
|
|
954
972
|
readonly 800?: string | number | boolean | undefined;
|
|
955
973
|
readonly 1200?: string | number | boolean | undefined;
|
|
956
974
|
readonly 1600?: string | number | boolean | undefined;
|
|
957
|
-
readonly 'stacking-
|
|
975
|
+
readonly 'stacking-0'?: string | number | boolean | undefined;
|
|
958
976
|
readonly 'stacking-100'?: string | number | boolean | undefined;
|
|
959
977
|
readonly 'stacking-200'?: string | number | boolean | undefined;
|
|
960
978
|
readonly 'stacking-300'?: string | number | boolean | undefined;
|
|
@@ -1055,7 +1073,6 @@ declare const css: <Composers extends (string | _stitches_react_types_util.Funct
|
|
|
1055
1073
|
readonly 'background-danger-prominent-active'?: any;
|
|
1056
1074
|
readonly 'background-danger-prominent-hover'?: any;
|
|
1057
1075
|
readonly 'background-neutrals'?: any;
|
|
1058
|
-
readonly 'background-neutrals-body'?: any;
|
|
1059
1076
|
readonly 'background-neutrals-container'?: any;
|
|
1060
1077
|
readonly 'background-neutrals-controls-disabled'?: any;
|
|
1061
1078
|
readonly 'background-neutrals-disabled'?: any;
|
|
@@ -1063,6 +1080,8 @@ declare const css: <Composers extends (string | _stitches_react_types_util.Funct
|
|
|
1063
1080
|
readonly 'background-neutrals-inactive-hover'?: any;
|
|
1064
1081
|
readonly 'background-neutrals-inverted'?: any;
|
|
1065
1082
|
readonly 'background-neutrals-inverted-subtle'?: any;
|
|
1083
|
+
readonly 'background-neutrals-page'?: any;
|
|
1084
|
+
readonly 'background-neutrals-page-subtle'?: any;
|
|
1066
1085
|
readonly 'background-neutrals-scrolls'?: any;
|
|
1067
1086
|
readonly 'background-neutrals-scrolls-hover'?: any;
|
|
1068
1087
|
readonly 'background-neutrals-subtle'?: any;
|
|
@@ -1086,12 +1105,11 @@ declare const css: <Composers extends (string | _stitches_react_types_util.Funct
|
|
|
1086
1105
|
readonly 'text-neutrals'?: any;
|
|
1087
1106
|
readonly 'text-neutrals-disabled'?: any;
|
|
1088
1107
|
readonly 'text-neutrals-inverted'?: any;
|
|
1089
|
-
readonly 'text-neutrals-link'?: any;
|
|
1090
|
-
readonly 'text-neutrals-link-active'?: any;
|
|
1091
|
-
readonly 'text-neutrals-link-hover'?: any;
|
|
1092
1108
|
readonly 'text-neutrals-placeholder'?: any;
|
|
1093
1109
|
readonly 'text-neutrals-placeholder-only'?: any;
|
|
1094
1110
|
readonly 'text-neutrals-subtle'?: any;
|
|
1111
|
+
readonly 'text-neutrals-subtle-active'?: any;
|
|
1112
|
+
readonly 'text-neutrals-subtle-hover'?: any;
|
|
1095
1113
|
readonly 'text-primary'?: any;
|
|
1096
1114
|
readonly 'text-primary-active'?: any;
|
|
1097
1115
|
readonly 'text-primary-hover'?: any;
|
|
@@ -1111,7 +1129,7 @@ declare const css: <Composers extends (string | _stitches_react_types_util.Funct
|
|
|
1111
1129
|
readonly 'icon-neutrals-inverted'?: any;
|
|
1112
1130
|
readonly 'icon-neutrals-search'?: any;
|
|
1113
1131
|
readonly 'icon-neutrals-subtle'?: any;
|
|
1114
|
-
readonly 'icon-neutrals-
|
|
1132
|
+
readonly 'icon-neutrals-text'?: any;
|
|
1115
1133
|
readonly 'icon-primary'?: any;
|
|
1116
1134
|
readonly 'icon-primary-active'?: any;
|
|
1117
1135
|
readonly 'icon-primary-hover'?: any;
|
|
@@ -1120,7 +1138,10 @@ declare const css: <Composers extends (string | _stitches_react_types_util.Funct
|
|
|
1120
1138
|
readonly 'icon-success'?: any;
|
|
1121
1139
|
readonly 'icon-success-inverted'?: any;
|
|
1122
1140
|
readonly 'icon-warning'?: any;
|
|
1141
|
+
readonly 'icon-warning-prominent'?: any;
|
|
1123
1142
|
readonly 'border-danger'?: any;
|
|
1143
|
+
readonly 'border-danger-active'?: any;
|
|
1144
|
+
readonly 'border-danger-hover'?: any;
|
|
1124
1145
|
readonly 'border-focus-inner'?: any;
|
|
1125
1146
|
readonly 'border-focus-middle'?: any;
|
|
1126
1147
|
readonly 'border-focus-outer'?: any;
|
|
@@ -1132,6 +1153,9 @@ declare const css: <Composers extends (string | _stitches_react_types_util.Funct
|
|
|
1132
1153
|
readonly 'border-neutrals-hover'?: any;
|
|
1133
1154
|
readonly 'border-neutrals-inverted'?: any;
|
|
1134
1155
|
readonly 'border-neutrals-subtle'?: any;
|
|
1156
|
+
readonly 'border-neutrals-text-subtle'?: any;
|
|
1157
|
+
readonly 'border-neutrals-text-subtle-active'?: any;
|
|
1158
|
+
readonly 'border-neutrals-text-subtle-hover'?: any;
|
|
1135
1159
|
readonly 'border-primary'?: any;
|
|
1136
1160
|
readonly 'border-primary-active'?: any;
|
|
1137
1161
|
readonly 'border-primary-hover'?: any;
|
|
@@ -1176,28 +1200,28 @@ declare const css: <Composers extends (string | _stitches_react_types_util.Funct
|
|
|
1176
1200
|
readonly 'icon-400': "32px";
|
|
1177
1201
|
};
|
|
1178
1202
|
space: {
|
|
1179
|
-
readonly
|
|
1203
|
+
readonly 0: 0;
|
|
1180
1204
|
readonly 50: "4px";
|
|
1181
1205
|
readonly 100: "8px";
|
|
1182
1206
|
readonly 150: "12px";
|
|
1183
1207
|
readonly 200: "16px";
|
|
1184
1208
|
readonly 300: "24px";
|
|
1185
1209
|
readonly 400: "32px";
|
|
1186
|
-
readonly 500: "
|
|
1210
|
+
readonly 500: "40px";
|
|
1187
1211
|
readonly 600: "48px";
|
|
1188
1212
|
readonly 800: "64px";
|
|
1189
1213
|
readonly 1200: "96px";
|
|
1190
1214
|
readonly 1600: "128px";
|
|
1191
1215
|
};
|
|
1192
1216
|
'space-gap': {
|
|
1193
|
-
readonly
|
|
1217
|
+
readonly 0: any;
|
|
1194
1218
|
readonly 50: any;
|
|
1195
1219
|
readonly 100: any;
|
|
1196
1220
|
readonly 200: any;
|
|
1197
1221
|
readonly 300: any;
|
|
1198
1222
|
};
|
|
1199
1223
|
'space-inset': {
|
|
1200
|
-
readonly
|
|
1224
|
+
readonly 0: any;
|
|
1201
1225
|
readonly 50: any;
|
|
1202
1226
|
readonly 100: any;
|
|
1203
1227
|
readonly 150: any;
|
|
@@ -1210,7 +1234,7 @@ declare const css: <Composers extends (string | _stitches_react_types_util.Funct
|
|
|
1210
1234
|
readonly 1600: any;
|
|
1211
1235
|
};
|
|
1212
1236
|
'space-offset': {
|
|
1213
|
-
readonly
|
|
1237
|
+
readonly 0: any;
|
|
1214
1238
|
readonly 50: any;
|
|
1215
1239
|
readonly 100: any;
|
|
1216
1240
|
readonly 150: any;
|
|
@@ -1221,7 +1245,7 @@ declare const css: <Composers extends (string | _stitches_react_types_util.Funct
|
|
|
1221
1245
|
readonly 800: any;
|
|
1222
1246
|
readonly 1200: any;
|
|
1223
1247
|
readonly 1600: any;
|
|
1224
|
-
readonly 'stacking-
|
|
1248
|
+
readonly 'stacking-0': any;
|
|
1225
1249
|
readonly 'stacking-100': any;
|
|
1226
1250
|
readonly 'stacking-200': any;
|
|
1227
1251
|
readonly 'stacking-300': any;
|
|
@@ -1511,7 +1535,6 @@ declare const globalCss: <Styles extends {
|
|
|
1511
1535
|
readonly 'background-danger-prominent-active'?: any;
|
|
1512
1536
|
readonly 'background-danger-prominent-hover'?: any;
|
|
1513
1537
|
readonly 'background-neutrals'?: any;
|
|
1514
|
-
readonly 'background-neutrals-body'?: any;
|
|
1515
1538
|
readonly 'background-neutrals-container'?: any;
|
|
1516
1539
|
readonly 'background-neutrals-controls-disabled'?: any;
|
|
1517
1540
|
readonly 'background-neutrals-disabled'?: any;
|
|
@@ -1519,6 +1542,8 @@ declare const globalCss: <Styles extends {
|
|
|
1519
1542
|
readonly 'background-neutrals-inactive-hover'?: any;
|
|
1520
1543
|
readonly 'background-neutrals-inverted'?: any;
|
|
1521
1544
|
readonly 'background-neutrals-inverted-subtle'?: any;
|
|
1545
|
+
readonly 'background-neutrals-page'?: any;
|
|
1546
|
+
readonly 'background-neutrals-page-subtle'?: any;
|
|
1522
1547
|
readonly 'background-neutrals-scrolls'?: any;
|
|
1523
1548
|
readonly 'background-neutrals-scrolls-hover'?: any;
|
|
1524
1549
|
readonly 'background-neutrals-subtle'?: any;
|
|
@@ -1542,12 +1567,11 @@ declare const globalCss: <Styles extends {
|
|
|
1542
1567
|
readonly 'text-neutrals'?: any;
|
|
1543
1568
|
readonly 'text-neutrals-disabled'?: any;
|
|
1544
1569
|
readonly 'text-neutrals-inverted'?: any;
|
|
1545
|
-
readonly 'text-neutrals-link'?: any;
|
|
1546
|
-
readonly 'text-neutrals-link-active'?: any;
|
|
1547
|
-
readonly 'text-neutrals-link-hover'?: any;
|
|
1548
1570
|
readonly 'text-neutrals-placeholder'?: any;
|
|
1549
1571
|
readonly 'text-neutrals-placeholder-only'?: any;
|
|
1550
1572
|
readonly 'text-neutrals-subtle'?: any;
|
|
1573
|
+
readonly 'text-neutrals-subtle-active'?: any;
|
|
1574
|
+
readonly 'text-neutrals-subtle-hover'?: any;
|
|
1551
1575
|
readonly 'text-primary'?: any;
|
|
1552
1576
|
readonly 'text-primary-active'?: any;
|
|
1553
1577
|
readonly 'text-primary-hover'?: any;
|
|
@@ -1567,7 +1591,7 @@ declare const globalCss: <Styles extends {
|
|
|
1567
1591
|
readonly 'icon-neutrals-inverted'?: any;
|
|
1568
1592
|
readonly 'icon-neutrals-search'?: any;
|
|
1569
1593
|
readonly 'icon-neutrals-subtle'?: any;
|
|
1570
|
-
readonly 'icon-neutrals-
|
|
1594
|
+
readonly 'icon-neutrals-text'?: any;
|
|
1571
1595
|
readonly 'icon-primary'?: any;
|
|
1572
1596
|
readonly 'icon-primary-active'?: any;
|
|
1573
1597
|
readonly 'icon-primary-hover'?: any;
|
|
@@ -1576,7 +1600,10 @@ declare const globalCss: <Styles extends {
|
|
|
1576
1600
|
readonly 'icon-success'?: any;
|
|
1577
1601
|
readonly 'icon-success-inverted'?: any;
|
|
1578
1602
|
readonly 'icon-warning'?: any;
|
|
1603
|
+
readonly 'icon-warning-prominent'?: any;
|
|
1579
1604
|
readonly 'border-danger'?: any;
|
|
1605
|
+
readonly 'border-danger-active'?: any;
|
|
1606
|
+
readonly 'border-danger-hover'?: any;
|
|
1580
1607
|
readonly 'border-focus-inner'?: any;
|
|
1581
1608
|
readonly 'border-focus-middle'?: any;
|
|
1582
1609
|
readonly 'border-focus-outer'?: any;
|
|
@@ -1588,6 +1615,9 @@ declare const globalCss: <Styles extends {
|
|
|
1588
1615
|
readonly 'border-neutrals-hover'?: any;
|
|
1589
1616
|
readonly 'border-neutrals-inverted'?: any;
|
|
1590
1617
|
readonly 'border-neutrals-subtle'?: any;
|
|
1618
|
+
readonly 'border-neutrals-text-subtle'?: any;
|
|
1619
|
+
readonly 'border-neutrals-text-subtle-active'?: any;
|
|
1620
|
+
readonly 'border-neutrals-text-subtle-hover'?: any;
|
|
1591
1621
|
readonly 'border-primary'?: any;
|
|
1592
1622
|
readonly 'border-primary-active'?: any;
|
|
1593
1623
|
readonly 'border-primary-hover'?: any;
|
|
@@ -1632,28 +1662,28 @@ declare const globalCss: <Styles extends {
|
|
|
1632
1662
|
readonly 'icon-400': "32px";
|
|
1633
1663
|
};
|
|
1634
1664
|
space: {
|
|
1635
|
-
readonly
|
|
1665
|
+
readonly 0: 0;
|
|
1636
1666
|
readonly 50: "4px";
|
|
1637
1667
|
readonly 100: "8px";
|
|
1638
1668
|
readonly 150: "12px";
|
|
1639
1669
|
readonly 200: "16px";
|
|
1640
1670
|
readonly 300: "24px";
|
|
1641
1671
|
readonly 400: "32px";
|
|
1642
|
-
readonly 500: "
|
|
1672
|
+
readonly 500: "40px";
|
|
1643
1673
|
readonly 600: "48px";
|
|
1644
1674
|
readonly 800: "64px";
|
|
1645
1675
|
readonly 1200: "96px";
|
|
1646
1676
|
readonly 1600: "128px";
|
|
1647
1677
|
};
|
|
1648
1678
|
'space-gap': {
|
|
1649
|
-
readonly
|
|
1679
|
+
readonly 0: any;
|
|
1650
1680
|
readonly 50: any;
|
|
1651
1681
|
readonly 100: any;
|
|
1652
1682
|
readonly 200: any;
|
|
1653
1683
|
readonly 300: any;
|
|
1654
1684
|
};
|
|
1655
1685
|
'space-inset': {
|
|
1656
|
-
readonly
|
|
1686
|
+
readonly 0: any;
|
|
1657
1687
|
readonly 50: any;
|
|
1658
1688
|
readonly 100: any;
|
|
1659
1689
|
readonly 150: any;
|
|
@@ -1666,7 +1696,7 @@ declare const globalCss: <Styles extends {
|
|
|
1666
1696
|
readonly 1600: any;
|
|
1667
1697
|
};
|
|
1668
1698
|
'space-offset': {
|
|
1669
|
-
readonly
|
|
1699
|
+
readonly 0: any;
|
|
1670
1700
|
readonly 50: any;
|
|
1671
1701
|
readonly 100: any;
|
|
1672
1702
|
readonly 150: any;
|
|
@@ -1677,7 +1707,7 @@ declare const globalCss: <Styles extends {
|
|
|
1677
1707
|
readonly 800: any;
|
|
1678
1708
|
readonly 1200: any;
|
|
1679
1709
|
readonly 1600: any;
|
|
1680
|
-
readonly 'stacking-
|
|
1710
|
+
readonly 'stacking-0': any;
|
|
1681
1711
|
readonly 'stacking-100': any;
|
|
1682
1712
|
readonly 'stacking-200': any;
|
|
1683
1713
|
readonly 'stacking-300': any;
|
|
@@ -1949,7 +1979,6 @@ declare const globalCss: <Styles extends {
|
|
|
1949
1979
|
readonly 'background-danger-prominent-active'?: any;
|
|
1950
1980
|
readonly 'background-danger-prominent-hover'?: any;
|
|
1951
1981
|
readonly 'background-neutrals'?: any;
|
|
1952
|
-
readonly 'background-neutrals-body'?: any;
|
|
1953
1982
|
readonly 'background-neutrals-container'?: any;
|
|
1954
1983
|
readonly 'background-neutrals-controls-disabled'?: any;
|
|
1955
1984
|
readonly 'background-neutrals-disabled'?: any;
|
|
@@ -1957,6 +1986,8 @@ declare const globalCss: <Styles extends {
|
|
|
1957
1986
|
readonly 'background-neutrals-inactive-hover'?: any;
|
|
1958
1987
|
readonly 'background-neutrals-inverted'?: any;
|
|
1959
1988
|
readonly 'background-neutrals-inverted-subtle'?: any;
|
|
1989
|
+
readonly 'background-neutrals-page'?: any;
|
|
1990
|
+
readonly 'background-neutrals-page-subtle'?: any;
|
|
1960
1991
|
readonly 'background-neutrals-scrolls'?: any;
|
|
1961
1992
|
readonly 'background-neutrals-scrolls-hover'?: any;
|
|
1962
1993
|
readonly 'background-neutrals-subtle'?: any;
|
|
@@ -1980,12 +2011,11 @@ declare const globalCss: <Styles extends {
|
|
|
1980
2011
|
readonly 'text-neutrals'?: any;
|
|
1981
2012
|
readonly 'text-neutrals-disabled'?: any;
|
|
1982
2013
|
readonly 'text-neutrals-inverted'?: any;
|
|
1983
|
-
readonly 'text-neutrals-link'?: any;
|
|
1984
|
-
readonly 'text-neutrals-link-active'?: any;
|
|
1985
|
-
readonly 'text-neutrals-link-hover'?: any;
|
|
1986
2014
|
readonly 'text-neutrals-placeholder'?: any;
|
|
1987
2015
|
readonly 'text-neutrals-placeholder-only'?: any;
|
|
1988
2016
|
readonly 'text-neutrals-subtle'?: any;
|
|
2017
|
+
readonly 'text-neutrals-subtle-active'?: any;
|
|
2018
|
+
readonly 'text-neutrals-subtle-hover'?: any;
|
|
1989
2019
|
readonly 'text-primary'?: any;
|
|
1990
2020
|
readonly 'text-primary-active'?: any;
|
|
1991
2021
|
readonly 'text-primary-hover'?: any;
|
|
@@ -2005,7 +2035,7 @@ declare const globalCss: <Styles extends {
|
|
|
2005
2035
|
readonly 'icon-neutrals-inverted'?: any;
|
|
2006
2036
|
readonly 'icon-neutrals-search'?: any;
|
|
2007
2037
|
readonly 'icon-neutrals-subtle'?: any;
|
|
2008
|
-
readonly 'icon-neutrals-
|
|
2038
|
+
readonly 'icon-neutrals-text'?: any;
|
|
2009
2039
|
readonly 'icon-primary'?: any;
|
|
2010
2040
|
readonly 'icon-primary-active'?: any;
|
|
2011
2041
|
readonly 'icon-primary-hover'?: any;
|
|
@@ -2014,7 +2044,10 @@ declare const globalCss: <Styles extends {
|
|
|
2014
2044
|
readonly 'icon-success'?: any;
|
|
2015
2045
|
readonly 'icon-success-inverted'?: any;
|
|
2016
2046
|
readonly 'icon-warning'?: any;
|
|
2047
|
+
readonly 'icon-warning-prominent'?: any;
|
|
2017
2048
|
readonly 'border-danger'?: any;
|
|
2049
|
+
readonly 'border-danger-active'?: any;
|
|
2050
|
+
readonly 'border-danger-hover'?: any;
|
|
2018
2051
|
readonly 'border-focus-inner'?: any;
|
|
2019
2052
|
readonly 'border-focus-middle'?: any;
|
|
2020
2053
|
readonly 'border-focus-outer'?: any;
|
|
@@ -2026,6 +2059,9 @@ declare const globalCss: <Styles extends {
|
|
|
2026
2059
|
readonly 'border-neutrals-hover'?: any;
|
|
2027
2060
|
readonly 'border-neutrals-inverted'?: any;
|
|
2028
2061
|
readonly 'border-neutrals-subtle'?: any;
|
|
2062
|
+
readonly 'border-neutrals-text-subtle'?: any;
|
|
2063
|
+
readonly 'border-neutrals-text-subtle-active'?: any;
|
|
2064
|
+
readonly 'border-neutrals-text-subtle-hover'?: any;
|
|
2029
2065
|
readonly 'border-primary'?: any;
|
|
2030
2066
|
readonly 'border-primary-active'?: any;
|
|
2031
2067
|
readonly 'border-primary-hover'?: any;
|
|
@@ -2070,28 +2106,28 @@ declare const globalCss: <Styles extends {
|
|
|
2070
2106
|
readonly 'icon-400': "32px";
|
|
2071
2107
|
};
|
|
2072
2108
|
space: {
|
|
2073
|
-
readonly
|
|
2109
|
+
readonly 0: 0;
|
|
2074
2110
|
readonly 50: "4px";
|
|
2075
2111
|
readonly 100: "8px";
|
|
2076
2112
|
readonly 150: "12px";
|
|
2077
2113
|
readonly 200: "16px";
|
|
2078
2114
|
readonly 300: "24px";
|
|
2079
2115
|
readonly 400: "32px";
|
|
2080
|
-
readonly 500: "
|
|
2116
|
+
readonly 500: "40px";
|
|
2081
2117
|
readonly 600: "48px";
|
|
2082
2118
|
readonly 800: "64px";
|
|
2083
2119
|
readonly 1200: "96px";
|
|
2084
2120
|
readonly 1600: "128px";
|
|
2085
2121
|
};
|
|
2086
2122
|
'space-gap': {
|
|
2087
|
-
readonly
|
|
2123
|
+
readonly 0: any;
|
|
2088
2124
|
readonly 50: any;
|
|
2089
2125
|
readonly 100: any;
|
|
2090
2126
|
readonly 200: any;
|
|
2091
2127
|
readonly 300: any;
|
|
2092
2128
|
};
|
|
2093
2129
|
'space-inset': {
|
|
2094
|
-
readonly
|
|
2130
|
+
readonly 0: any;
|
|
2095
2131
|
readonly 50: any;
|
|
2096
2132
|
readonly 100: any;
|
|
2097
2133
|
readonly 150: any;
|
|
@@ -2104,7 +2140,7 @@ declare const globalCss: <Styles extends {
|
|
|
2104
2140
|
readonly 1600: any;
|
|
2105
2141
|
};
|
|
2106
2142
|
'space-offset': {
|
|
2107
|
-
readonly
|
|
2143
|
+
readonly 0: any;
|
|
2108
2144
|
readonly 50: any;
|
|
2109
2145
|
readonly 100: any;
|
|
2110
2146
|
readonly 150: any;
|
|
@@ -2115,7 +2151,7 @@ declare const globalCss: <Styles extends {
|
|
|
2115
2151
|
readonly 800: any;
|
|
2116
2152
|
readonly 1200: any;
|
|
2117
2153
|
readonly 1600: any;
|
|
2118
|
-
readonly 'stacking-
|
|
2154
|
+
readonly 'stacking-0': any;
|
|
2119
2155
|
readonly 'stacking-100': any;
|
|
2120
2156
|
readonly 'stacking-200': any;
|
|
2121
2157
|
readonly 'stacking-300': any;
|
|
@@ -2388,7 +2424,6 @@ declare const keyframes: (style: {
|
|
|
2388
2424
|
readonly 'background-danger-prominent-active'?: any;
|
|
2389
2425
|
readonly 'background-danger-prominent-hover'?: any;
|
|
2390
2426
|
readonly 'background-neutrals'?: any;
|
|
2391
|
-
readonly 'background-neutrals-body'?: any;
|
|
2392
2427
|
readonly 'background-neutrals-container'?: any;
|
|
2393
2428
|
readonly 'background-neutrals-controls-disabled'?: any;
|
|
2394
2429
|
readonly 'background-neutrals-disabled'?: any;
|
|
@@ -2396,6 +2431,8 @@ declare const keyframes: (style: {
|
|
|
2396
2431
|
readonly 'background-neutrals-inactive-hover'?: any;
|
|
2397
2432
|
readonly 'background-neutrals-inverted'?: any;
|
|
2398
2433
|
readonly 'background-neutrals-inverted-subtle'?: any;
|
|
2434
|
+
readonly 'background-neutrals-page'?: any;
|
|
2435
|
+
readonly 'background-neutrals-page-subtle'?: any;
|
|
2399
2436
|
readonly 'background-neutrals-scrolls'?: any;
|
|
2400
2437
|
readonly 'background-neutrals-scrolls-hover'?: any;
|
|
2401
2438
|
readonly 'background-neutrals-subtle'?: any;
|
|
@@ -2419,12 +2456,11 @@ declare const keyframes: (style: {
|
|
|
2419
2456
|
readonly 'text-neutrals'?: any;
|
|
2420
2457
|
readonly 'text-neutrals-disabled'?: any;
|
|
2421
2458
|
readonly 'text-neutrals-inverted'?: any;
|
|
2422
|
-
readonly 'text-neutrals-link'?: any;
|
|
2423
|
-
readonly 'text-neutrals-link-active'?: any;
|
|
2424
|
-
readonly 'text-neutrals-link-hover'?: any;
|
|
2425
2459
|
readonly 'text-neutrals-placeholder'?: any;
|
|
2426
2460
|
readonly 'text-neutrals-placeholder-only'?: any;
|
|
2427
2461
|
readonly 'text-neutrals-subtle'?: any;
|
|
2462
|
+
readonly 'text-neutrals-subtle-active'?: any;
|
|
2463
|
+
readonly 'text-neutrals-subtle-hover'?: any;
|
|
2428
2464
|
readonly 'text-primary'?: any;
|
|
2429
2465
|
readonly 'text-primary-active'?: any;
|
|
2430
2466
|
readonly 'text-primary-hover'?: any;
|
|
@@ -2444,7 +2480,7 @@ declare const keyframes: (style: {
|
|
|
2444
2480
|
readonly 'icon-neutrals-inverted'?: any;
|
|
2445
2481
|
readonly 'icon-neutrals-search'?: any;
|
|
2446
2482
|
readonly 'icon-neutrals-subtle'?: any;
|
|
2447
|
-
readonly 'icon-neutrals-
|
|
2483
|
+
readonly 'icon-neutrals-text'?: any;
|
|
2448
2484
|
readonly 'icon-primary'?: any;
|
|
2449
2485
|
readonly 'icon-primary-active'?: any;
|
|
2450
2486
|
readonly 'icon-primary-hover'?: any;
|
|
@@ -2453,7 +2489,10 @@ declare const keyframes: (style: {
|
|
|
2453
2489
|
readonly 'icon-success'?: any;
|
|
2454
2490
|
readonly 'icon-success-inverted'?: any;
|
|
2455
2491
|
readonly 'icon-warning'?: any;
|
|
2492
|
+
readonly 'icon-warning-prominent'?: any;
|
|
2456
2493
|
readonly 'border-danger'?: any;
|
|
2494
|
+
readonly 'border-danger-active'?: any;
|
|
2495
|
+
readonly 'border-danger-hover'?: any;
|
|
2457
2496
|
readonly 'border-focus-inner'?: any;
|
|
2458
2497
|
readonly 'border-focus-middle'?: any;
|
|
2459
2498
|
readonly 'border-focus-outer'?: any;
|
|
@@ -2465,6 +2504,9 @@ declare const keyframes: (style: {
|
|
|
2465
2504
|
readonly 'border-neutrals-hover'?: any;
|
|
2466
2505
|
readonly 'border-neutrals-inverted'?: any;
|
|
2467
2506
|
readonly 'border-neutrals-subtle'?: any;
|
|
2507
|
+
readonly 'border-neutrals-text-subtle'?: any;
|
|
2508
|
+
readonly 'border-neutrals-text-subtle-active'?: any;
|
|
2509
|
+
readonly 'border-neutrals-text-subtle-hover'?: any;
|
|
2468
2510
|
readonly 'border-primary'?: any;
|
|
2469
2511
|
readonly 'border-primary-active'?: any;
|
|
2470
2512
|
readonly 'border-primary-hover'?: any;
|
|
@@ -2509,28 +2551,28 @@ declare const keyframes: (style: {
|
|
|
2509
2551
|
readonly 'icon-400': "32px";
|
|
2510
2552
|
};
|
|
2511
2553
|
space: {
|
|
2512
|
-
readonly
|
|
2554
|
+
readonly 0: 0;
|
|
2513
2555
|
readonly 50: "4px";
|
|
2514
2556
|
readonly 100: "8px";
|
|
2515
2557
|
readonly 150: "12px";
|
|
2516
2558
|
readonly 200: "16px";
|
|
2517
2559
|
readonly 300: "24px";
|
|
2518
2560
|
readonly 400: "32px";
|
|
2519
|
-
readonly 500: "
|
|
2561
|
+
readonly 500: "40px";
|
|
2520
2562
|
readonly 600: "48px";
|
|
2521
2563
|
readonly 800: "64px";
|
|
2522
2564
|
readonly 1200: "96px";
|
|
2523
2565
|
readonly 1600: "128px";
|
|
2524
2566
|
};
|
|
2525
2567
|
'space-gap': {
|
|
2526
|
-
readonly
|
|
2568
|
+
readonly 0: any;
|
|
2527
2569
|
readonly 50: any;
|
|
2528
2570
|
readonly 100: any;
|
|
2529
2571
|
readonly 200: any;
|
|
2530
2572
|
readonly 300: any;
|
|
2531
2573
|
};
|
|
2532
2574
|
'space-inset': {
|
|
2533
|
-
readonly
|
|
2575
|
+
readonly 0: any;
|
|
2534
2576
|
readonly 50: any;
|
|
2535
2577
|
readonly 100: any;
|
|
2536
2578
|
readonly 150: any;
|
|
@@ -2543,7 +2585,7 @@ declare const keyframes: (style: {
|
|
|
2543
2585
|
readonly 1600: any;
|
|
2544
2586
|
};
|
|
2545
2587
|
'space-offset': {
|
|
2546
|
-
readonly
|
|
2588
|
+
readonly 0: any;
|
|
2547
2589
|
readonly 50: any;
|
|
2548
2590
|
readonly 100: any;
|
|
2549
2591
|
readonly 150: any;
|
|
@@ -2554,7 +2596,7 @@ declare const keyframes: (style: {
|
|
|
2554
2596
|
readonly 800: any;
|
|
2555
2597
|
readonly 1200: any;
|
|
2556
2598
|
readonly 1600: any;
|
|
2557
|
-
readonly 'stacking-
|
|
2599
|
+
readonly 'stacking-0': any;
|
|
2558
2600
|
readonly 'stacking-100': any;
|
|
2559
2601
|
readonly 'stacking-200': any;
|
|
2560
2602
|
readonly 'stacking-300': any;
|
|
@@ -3049,7 +3091,6 @@ declare const styled: <Element_1 extends _stitches_react_types_util.Function | k
|
|
|
3049
3091
|
readonly 'background-danger-prominent-active'?: any;
|
|
3050
3092
|
readonly 'background-danger-prominent-hover'?: any;
|
|
3051
3093
|
readonly 'background-neutrals'?: any;
|
|
3052
|
-
readonly 'background-neutrals-body'?: any;
|
|
3053
3094
|
readonly 'background-neutrals-container'?: any;
|
|
3054
3095
|
readonly 'background-neutrals-controls-disabled'?: any;
|
|
3055
3096
|
readonly 'background-neutrals-disabled'?: any;
|
|
@@ -3057,6 +3098,8 @@ declare const styled: <Element_1 extends _stitches_react_types_util.Function | k
|
|
|
3057
3098
|
readonly 'background-neutrals-inactive-hover'?: any;
|
|
3058
3099
|
readonly 'background-neutrals-inverted'?: any;
|
|
3059
3100
|
readonly 'background-neutrals-inverted-subtle'?: any;
|
|
3101
|
+
readonly 'background-neutrals-page'?: any;
|
|
3102
|
+
readonly 'background-neutrals-page-subtle'?: any;
|
|
3060
3103
|
readonly 'background-neutrals-scrolls'?: any;
|
|
3061
3104
|
readonly 'background-neutrals-scrolls-hover'?: any;
|
|
3062
3105
|
readonly 'background-neutrals-subtle'?: any;
|
|
@@ -3080,12 +3123,11 @@ declare const styled: <Element_1 extends _stitches_react_types_util.Function | k
|
|
|
3080
3123
|
readonly 'text-neutrals'?: any;
|
|
3081
3124
|
readonly 'text-neutrals-disabled'?: any;
|
|
3082
3125
|
readonly 'text-neutrals-inverted'?: any;
|
|
3083
|
-
readonly 'text-neutrals-link'?: any;
|
|
3084
|
-
readonly 'text-neutrals-link-active'?: any;
|
|
3085
|
-
readonly 'text-neutrals-link-hover'?: any;
|
|
3086
3126
|
readonly 'text-neutrals-placeholder'?: any;
|
|
3087
3127
|
readonly 'text-neutrals-placeholder-only'?: any;
|
|
3088
3128
|
readonly 'text-neutrals-subtle'?: any;
|
|
3129
|
+
readonly 'text-neutrals-subtle-active'?: any;
|
|
3130
|
+
readonly 'text-neutrals-subtle-hover'?: any;
|
|
3089
3131
|
readonly 'text-primary'?: any;
|
|
3090
3132
|
readonly 'text-primary-active'?: any;
|
|
3091
3133
|
readonly 'text-primary-hover'?: any;
|
|
@@ -3105,7 +3147,7 @@ declare const styled: <Element_1 extends _stitches_react_types_util.Function | k
|
|
|
3105
3147
|
readonly 'icon-neutrals-inverted'?: any;
|
|
3106
3148
|
readonly 'icon-neutrals-search'?: any;
|
|
3107
3149
|
readonly 'icon-neutrals-subtle'?: any;
|
|
3108
|
-
readonly 'icon-neutrals-
|
|
3150
|
+
readonly 'icon-neutrals-text'?: any;
|
|
3109
3151
|
readonly 'icon-primary'?: any;
|
|
3110
3152
|
readonly 'icon-primary-active'?: any;
|
|
3111
3153
|
readonly 'icon-primary-hover'?: any;
|
|
@@ -3114,7 +3156,10 @@ declare const styled: <Element_1 extends _stitches_react_types_util.Function | k
|
|
|
3114
3156
|
readonly 'icon-success'?: any;
|
|
3115
3157
|
readonly 'icon-success-inverted'?: any;
|
|
3116
3158
|
readonly 'icon-warning'?: any;
|
|
3159
|
+
readonly 'icon-warning-prominent'?: any;
|
|
3117
3160
|
readonly 'border-danger'?: any;
|
|
3161
|
+
readonly 'border-danger-active'?: any;
|
|
3162
|
+
readonly 'border-danger-hover'?: any;
|
|
3118
3163
|
readonly 'border-focus-inner'?: any;
|
|
3119
3164
|
readonly 'border-focus-middle'?: any;
|
|
3120
3165
|
readonly 'border-focus-outer'?: any;
|
|
@@ -3126,6 +3171,9 @@ declare const styled: <Element_1 extends _stitches_react_types_util.Function | k
|
|
|
3126
3171
|
readonly 'border-neutrals-hover'?: any;
|
|
3127
3172
|
readonly 'border-neutrals-inverted'?: any;
|
|
3128
3173
|
readonly 'border-neutrals-subtle'?: any;
|
|
3174
|
+
readonly 'border-neutrals-text-subtle'?: any;
|
|
3175
|
+
readonly 'border-neutrals-text-subtle-active'?: any;
|
|
3176
|
+
readonly 'border-neutrals-text-subtle-hover'?: any;
|
|
3129
3177
|
readonly 'border-primary'?: any;
|
|
3130
3178
|
readonly 'border-primary-active'?: any;
|
|
3131
3179
|
readonly 'border-primary-hover'?: any;
|
|
@@ -3170,28 +3218,28 @@ declare const styled: <Element_1 extends _stitches_react_types_util.Function | k
|
|
|
3170
3218
|
readonly 'icon-400': "32px";
|
|
3171
3219
|
};
|
|
3172
3220
|
space: {
|
|
3173
|
-
readonly
|
|
3221
|
+
readonly 0: 0;
|
|
3174
3222
|
readonly 50: "4px";
|
|
3175
3223
|
readonly 100: "8px";
|
|
3176
3224
|
readonly 150: "12px";
|
|
3177
3225
|
readonly 200: "16px";
|
|
3178
3226
|
readonly 300: "24px";
|
|
3179
3227
|
readonly 400: "32px";
|
|
3180
|
-
readonly 500: "
|
|
3228
|
+
readonly 500: "40px";
|
|
3181
3229
|
readonly 600: "48px";
|
|
3182
3230
|
readonly 800: "64px";
|
|
3183
3231
|
readonly 1200: "96px";
|
|
3184
3232
|
readonly 1600: "128px";
|
|
3185
3233
|
};
|
|
3186
3234
|
'space-gap': {
|
|
3187
|
-
readonly
|
|
3235
|
+
readonly 0: any;
|
|
3188
3236
|
readonly 50: any;
|
|
3189
3237
|
readonly 100: any;
|
|
3190
3238
|
readonly 200: any;
|
|
3191
3239
|
readonly 300: any;
|
|
3192
3240
|
};
|
|
3193
3241
|
'space-inset': {
|
|
3194
|
-
readonly
|
|
3242
|
+
readonly 0: any;
|
|
3195
3243
|
readonly 50: any;
|
|
3196
3244
|
readonly 100: any;
|
|
3197
3245
|
readonly 150: any;
|
|
@@ -3204,7 +3252,7 @@ declare const styled: <Element_1 extends _stitches_react_types_util.Function | k
|
|
|
3204
3252
|
readonly 1600: any;
|
|
3205
3253
|
};
|
|
3206
3254
|
'space-offset': {
|
|
3207
|
-
readonly
|
|
3255
|
+
readonly 0: any;
|
|
3208
3256
|
readonly 50: any;
|
|
3209
3257
|
readonly 100: any;
|
|
3210
3258
|
readonly 150: any;
|
|
@@ -3215,7 +3263,7 @@ declare const styled: <Element_1 extends _stitches_react_types_util.Function | k
|
|
|
3215
3263
|
readonly 800: any;
|
|
3216
3264
|
readonly 1200: any;
|
|
3217
3265
|
readonly 1600: any;
|
|
3218
|
-
readonly 'stacking-
|
|
3266
|
+
readonly 'stacking-0': any;
|
|
3219
3267
|
readonly 'stacking-100': any;
|
|
3220
3268
|
readonly 'stacking-200': any;
|
|
3221
3269
|
readonly 'stacking-300': any;
|
|
@@ -3489,7 +3537,6 @@ declare const styled: <Element_1 extends _stitches_react_types_util.Function | k
|
|
|
3489
3537
|
readonly 'background-danger-prominent-active'?: any;
|
|
3490
3538
|
readonly 'background-danger-prominent-hover'?: any;
|
|
3491
3539
|
readonly 'background-neutrals'?: any;
|
|
3492
|
-
readonly 'background-neutrals-body'?: any;
|
|
3493
3540
|
readonly 'background-neutrals-container'?: any;
|
|
3494
3541
|
readonly 'background-neutrals-controls-disabled'?: any;
|
|
3495
3542
|
readonly 'background-neutrals-disabled'?: any;
|
|
@@ -3497,6 +3544,8 @@ declare const styled: <Element_1 extends _stitches_react_types_util.Function | k
|
|
|
3497
3544
|
readonly 'background-neutrals-inactive-hover'?: any;
|
|
3498
3545
|
readonly 'background-neutrals-inverted'?: any;
|
|
3499
3546
|
readonly 'background-neutrals-inverted-subtle'?: any;
|
|
3547
|
+
readonly 'background-neutrals-page'?: any;
|
|
3548
|
+
readonly 'background-neutrals-page-subtle'?: any;
|
|
3500
3549
|
readonly 'background-neutrals-scrolls'?: any;
|
|
3501
3550
|
readonly 'background-neutrals-scrolls-hover'?: any;
|
|
3502
3551
|
readonly 'background-neutrals-subtle'?: any;
|
|
@@ -3520,12 +3569,11 @@ declare const styled: <Element_1 extends _stitches_react_types_util.Function | k
|
|
|
3520
3569
|
readonly 'text-neutrals'?: any;
|
|
3521
3570
|
readonly 'text-neutrals-disabled'?: any;
|
|
3522
3571
|
readonly 'text-neutrals-inverted'?: any;
|
|
3523
|
-
readonly 'text-neutrals-link'?: any;
|
|
3524
|
-
readonly 'text-neutrals-link-active'?: any;
|
|
3525
|
-
readonly 'text-neutrals-link-hover'?: any;
|
|
3526
3572
|
readonly 'text-neutrals-placeholder'?: any;
|
|
3527
3573
|
readonly 'text-neutrals-placeholder-only'?: any;
|
|
3528
3574
|
readonly 'text-neutrals-subtle'?: any;
|
|
3575
|
+
readonly 'text-neutrals-subtle-active'?: any;
|
|
3576
|
+
readonly 'text-neutrals-subtle-hover'?: any;
|
|
3529
3577
|
readonly 'text-primary'?: any;
|
|
3530
3578
|
readonly 'text-primary-active'?: any;
|
|
3531
3579
|
readonly 'text-primary-hover'?: any;
|
|
@@ -3545,7 +3593,7 @@ declare const styled: <Element_1 extends _stitches_react_types_util.Function | k
|
|
|
3545
3593
|
readonly 'icon-neutrals-inverted'?: any;
|
|
3546
3594
|
readonly 'icon-neutrals-search'?: any;
|
|
3547
3595
|
readonly 'icon-neutrals-subtle'?: any;
|
|
3548
|
-
readonly 'icon-neutrals-
|
|
3596
|
+
readonly 'icon-neutrals-text'?: any;
|
|
3549
3597
|
readonly 'icon-primary'?: any;
|
|
3550
3598
|
readonly 'icon-primary-active'?: any;
|
|
3551
3599
|
readonly 'icon-primary-hover'?: any;
|
|
@@ -3554,7 +3602,10 @@ declare const styled: <Element_1 extends _stitches_react_types_util.Function | k
|
|
|
3554
3602
|
readonly 'icon-success'?: any;
|
|
3555
3603
|
readonly 'icon-success-inverted'?: any;
|
|
3556
3604
|
readonly 'icon-warning'?: any;
|
|
3605
|
+
readonly 'icon-warning-prominent'?: any;
|
|
3557
3606
|
readonly 'border-danger'?: any;
|
|
3607
|
+
readonly 'border-danger-active'?: any;
|
|
3608
|
+
readonly 'border-danger-hover'?: any;
|
|
3558
3609
|
readonly 'border-focus-inner'?: any;
|
|
3559
3610
|
readonly 'border-focus-middle'?: any;
|
|
3560
3611
|
readonly 'border-focus-outer'?: any;
|
|
@@ -3566,6 +3617,9 @@ declare const styled: <Element_1 extends _stitches_react_types_util.Function | k
|
|
|
3566
3617
|
readonly 'border-neutrals-hover'?: any;
|
|
3567
3618
|
readonly 'border-neutrals-inverted'?: any;
|
|
3568
3619
|
readonly 'border-neutrals-subtle'?: any;
|
|
3620
|
+
readonly 'border-neutrals-text-subtle'?: any;
|
|
3621
|
+
readonly 'border-neutrals-text-subtle-active'?: any;
|
|
3622
|
+
readonly 'border-neutrals-text-subtle-hover'?: any;
|
|
3569
3623
|
readonly 'border-primary'?: any;
|
|
3570
3624
|
readonly 'border-primary-active'?: any;
|
|
3571
3625
|
readonly 'border-primary-hover'?: any;
|
|
@@ -3610,28 +3664,28 @@ declare const styled: <Element_1 extends _stitches_react_types_util.Function | k
|
|
|
3610
3664
|
readonly 'icon-400': "32px";
|
|
3611
3665
|
};
|
|
3612
3666
|
space: {
|
|
3613
|
-
readonly
|
|
3667
|
+
readonly 0: 0;
|
|
3614
3668
|
readonly 50: "4px";
|
|
3615
3669
|
readonly 100: "8px";
|
|
3616
3670
|
readonly 150: "12px";
|
|
3617
3671
|
readonly 200: "16px";
|
|
3618
3672
|
readonly 300: "24px";
|
|
3619
3673
|
readonly 400: "32px";
|
|
3620
|
-
readonly 500: "
|
|
3674
|
+
readonly 500: "40px";
|
|
3621
3675
|
readonly 600: "48px";
|
|
3622
3676
|
readonly 800: "64px";
|
|
3623
3677
|
readonly 1200: "96px";
|
|
3624
3678
|
readonly 1600: "128px";
|
|
3625
3679
|
};
|
|
3626
3680
|
'space-gap': {
|
|
3627
|
-
readonly
|
|
3681
|
+
readonly 0: any;
|
|
3628
3682
|
readonly 50: any;
|
|
3629
3683
|
readonly 100: any;
|
|
3630
3684
|
readonly 200: any;
|
|
3631
3685
|
readonly 300: any;
|
|
3632
3686
|
};
|
|
3633
3687
|
'space-inset': {
|
|
3634
|
-
readonly
|
|
3688
|
+
readonly 0: any;
|
|
3635
3689
|
readonly 50: any;
|
|
3636
3690
|
readonly 100: any;
|
|
3637
3691
|
readonly 150: any;
|
|
@@ -3644,7 +3698,7 @@ declare const styled: <Element_1 extends _stitches_react_types_util.Function | k
|
|
|
3644
3698
|
readonly 1600: any;
|
|
3645
3699
|
};
|
|
3646
3700
|
'space-offset': {
|
|
3647
|
-
readonly
|
|
3701
|
+
readonly 0: any;
|
|
3648
3702
|
readonly 50: any;
|
|
3649
3703
|
readonly 100: any;
|
|
3650
3704
|
readonly 150: any;
|
|
@@ -3655,7 +3709,7 @@ declare const styled: <Element_1 extends _stitches_react_types_util.Function | k
|
|
|
3655
3709
|
readonly 800: any;
|
|
3656
3710
|
readonly 1200: any;
|
|
3657
3711
|
readonly 1600: any;
|
|
3658
|
-
readonly 'stacking-
|
|
3712
|
+
readonly 'stacking-0': any;
|
|
3659
3713
|
readonly 'stacking-100': any;
|
|
3660
3714
|
readonly 'stacking-200': any;
|
|
3661
3715
|
readonly 'stacking-300': any;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mirohq/design-system-stitches",
|
|
3
|
-
"version": "2.3.
|
|
3
|
+
"version": "2.3.3",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "Miro",
|
|
6
6
|
"source": "src/index.ts",
|
|
@@ -26,8 +26,8 @@
|
|
|
26
26
|
"react": "^16.14 || ^17 || ^18"
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@mirohq/design-system-types": "^0.
|
|
30
|
-
"@mirohq/design-tokens": "^2.
|
|
29
|
+
"@mirohq/design-system-types": "^0.5.0",
|
|
30
|
+
"@mirohq/design-tokens": "^2.7.1"
|
|
31
31
|
},
|
|
32
32
|
"scripts": {
|
|
33
33
|
"build": "rollup -c ../../rollup.config.js",
|