@mirohq/design-system-stitches 2.2.4 → 2.3.0
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/main.js +2 -0
- package/dist/main.js.map +1 -1
- package/dist/module.js +2 -0
- package/dist/module.js.map +1 -1
- package/dist/types.d.ts +478 -388
- package/package.json +3 -3
package/dist/types.d.ts
CHANGED
|
@@ -80,89 +80,93 @@ declare const config: {
|
|
|
80
80
|
readonly black: any;
|
|
81
81
|
readonly white: any;
|
|
82
82
|
readonly transparent: any;
|
|
83
|
+
readonly 'background-danger'?: any;
|
|
84
|
+
readonly 'background-danger-hover'?: any;
|
|
85
|
+
readonly 'background-danger-prominent'?: any;
|
|
86
|
+
readonly 'background-danger-prominent-active'?: any;
|
|
87
|
+
readonly 'background-danger-prominent-hover'?: any;
|
|
83
88
|
readonly 'background-neutrals'?: any;
|
|
84
89
|
readonly 'background-neutrals-body'?: any;
|
|
85
90
|
readonly 'background-neutrals-container'?: any;
|
|
91
|
+
readonly 'background-neutrals-controls-disabled'?: any;
|
|
92
|
+
readonly 'background-neutrals-disabled'?: any;
|
|
93
|
+
readonly 'background-neutrals-inactive'?: any;
|
|
94
|
+
readonly 'background-neutrals-inactive-hover'?: any;
|
|
86
95
|
readonly 'background-neutrals-inverted'?: any;
|
|
87
96
|
readonly 'background-neutrals-inverted-subtle'?: any;
|
|
97
|
+
readonly 'background-neutrals-scrolls'?: any;
|
|
98
|
+
readonly 'background-neutrals-scrolls-hover'?: any;
|
|
88
99
|
readonly 'background-neutrals-subtle'?: any;
|
|
89
|
-
readonly 'background-neutrals-subtle-hover'?: any;
|
|
90
100
|
readonly 'background-neutrals-subtle-active'?: any;
|
|
91
|
-
readonly 'background-neutrals-
|
|
92
|
-
readonly 'background-neutrals-controls-disabled'?: any;
|
|
93
|
-
readonly 'background-neutrals-scrolls'?: any;
|
|
94
|
-
readonly 'background-neutrals-inactive'?: any;
|
|
95
|
-
readonly 'background-neutrals-inactive-hover'?: any;
|
|
101
|
+
readonly 'background-neutrals-subtle-hover'?: any;
|
|
96
102
|
readonly 'background-primary-prominent'?: any;
|
|
97
|
-
readonly 'background-primary-prominent-hover'?: any;
|
|
98
103
|
readonly 'background-primary-prominent-active'?: any;
|
|
104
|
+
readonly 'background-primary-prominent-hover'?: any;
|
|
99
105
|
readonly 'background-primary-prominent-selected'?: any;
|
|
100
106
|
readonly 'background-primary-subtle'?: any;
|
|
101
|
-
readonly 'background-primary-subtle-hover'?: any;
|
|
102
107
|
readonly 'background-primary-subtle-active'?: any;
|
|
108
|
+
readonly 'background-primary-subtle-hover'?: any;
|
|
103
109
|
readonly 'background-primary-subtle-selected'?: any;
|
|
104
|
-
readonly 'background-danger-prominent'?: any;
|
|
105
|
-
readonly 'background-danger-prominent-hover'?: any;
|
|
106
|
-
readonly 'background-danger-prominent-active'?: any;
|
|
107
|
-
readonly 'background-danger'?: any;
|
|
108
|
-
readonly 'background-danger-hover'?: any;
|
|
109
110
|
readonly 'background-success'?: any;
|
|
110
|
-
readonly 'background-warning-subtle'?: any;
|
|
111
111
|
readonly 'background-warning-prominent'?: any;
|
|
112
|
-
readonly '
|
|
112
|
+
readonly 'background-warning-subtle'?: any;
|
|
113
|
+
readonly 'text-danger'?: any;
|
|
114
|
+
readonly 'text-danger-active'?: any;
|
|
115
|
+
readonly 'text-danger-hover'?: any;
|
|
116
|
+
readonly 'text-danger-inverted'?: any;
|
|
113
117
|
readonly 'text-neutrals'?: any;
|
|
114
|
-
readonly 'text-neutrals-subtle'?: any;
|
|
115
|
-
readonly 'text-neutrals-placeholder-only'?: any;
|
|
116
|
-
readonly 'text-neutrals-placeholder'?: any;
|
|
117
118
|
readonly 'text-neutrals-disabled'?: any;
|
|
118
|
-
readonly 'text-
|
|
119
|
+
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
|
+
readonly 'text-neutrals-placeholder'?: any;
|
|
124
|
+
readonly 'text-neutrals-placeholder-only'?: any;
|
|
125
|
+
readonly 'text-neutrals-subtle'?: any;
|
|
119
126
|
readonly 'text-primary'?: any;
|
|
120
|
-
readonly 'text-primary-hover'?: any;
|
|
121
127
|
readonly 'text-primary-active'?: any;
|
|
122
|
-
readonly 'text-primary-
|
|
128
|
+
readonly 'text-primary-hover'?: any;
|
|
129
|
+
readonly 'text-primary-inverted'?: any;
|
|
123
130
|
readonly 'text-primary-inverted-subtle'?: any;
|
|
124
|
-
readonly 'text-
|
|
125
|
-
readonly 'text-danger'?: any;
|
|
126
|
-
readonly 'text-danger-hover'?: any;
|
|
127
|
-
readonly 'text-danger-active'?: any;
|
|
131
|
+
readonly 'text-primary-selected'?: any;
|
|
128
132
|
readonly 'text-success'?: any;
|
|
129
133
|
readonly 'text-warning'?: any;
|
|
130
|
-
readonly 'icon-
|
|
134
|
+
readonly 'icon-danger'?: any;
|
|
135
|
+
readonly 'icon-danger-active'?: any;
|
|
136
|
+
readonly 'icon-danger-hover'?: any;
|
|
137
|
+
readonly 'icon-danger-inverted'?: any;
|
|
131
138
|
readonly 'icon-neutrals'?: any;
|
|
132
|
-
readonly 'icon-neutrals-with-text'?: any;
|
|
133
|
-
readonly 'icon-neutrals-subtle'?: any;
|
|
134
139
|
readonly 'icon-neutrals-disabled'?: any;
|
|
135
|
-
readonly 'icon-neutrals-search'?: any;
|
|
136
140
|
readonly 'icon-neutrals-inactive'?: any;
|
|
137
141
|
readonly 'icon-neutrals-inactive-hover'?: any;
|
|
138
|
-
readonly 'icon-
|
|
142
|
+
readonly 'icon-neutrals-inverted'?: any;
|
|
143
|
+
readonly 'icon-neutrals-search'?: any;
|
|
144
|
+
readonly 'icon-neutrals-subtle'?: any;
|
|
145
|
+
readonly 'icon-neutrals-with-text'?: any;
|
|
139
146
|
readonly 'icon-primary'?: any;
|
|
140
|
-
readonly 'icon-primary-hover'?: any;
|
|
141
147
|
readonly 'icon-primary-active'?: any;
|
|
148
|
+
readonly 'icon-primary-hover'?: any;
|
|
149
|
+
readonly 'icon-primary-inverted'?: any;
|
|
142
150
|
readonly 'icon-primary-selected'?: any;
|
|
143
|
-
readonly 'icon-danger-inverted'?: any;
|
|
144
|
-
readonly 'icon-danger'?: any;
|
|
145
|
-
readonly 'icon-danger-hover'?: any;
|
|
146
|
-
readonly 'icon-danger-active'?: any;
|
|
147
|
-
readonly 'icon-success-inverted'?: any;
|
|
148
151
|
readonly 'icon-success'?: any;
|
|
152
|
+
readonly 'icon-success-inverted'?: any;
|
|
149
153
|
readonly 'icon-warning'?: any;
|
|
150
|
-
readonly 'border-
|
|
151
|
-
readonly 'border-focus-middle'?: any;
|
|
154
|
+
readonly 'border-danger'?: any;
|
|
152
155
|
readonly 'border-focus-inner'?: any;
|
|
156
|
+
readonly 'border-focus-middle'?: any;
|
|
157
|
+
readonly 'border-focus-outer'?: any;
|
|
153
158
|
readonly 'border-neutrals'?: any;
|
|
154
|
-
readonly 'border-neutrals-hover'?: any;
|
|
155
159
|
readonly 'border-neutrals-active'?: any;
|
|
156
|
-
readonly 'border-neutrals-disabled'?: any;
|
|
157
160
|
readonly 'border-neutrals-controls'?: any;
|
|
158
161
|
readonly 'border-neutrals-controls-disabled'?: any;
|
|
159
|
-
readonly 'border-neutrals-
|
|
162
|
+
readonly 'border-neutrals-disabled'?: any;
|
|
163
|
+
readonly 'border-neutrals-hover'?: any;
|
|
160
164
|
readonly 'border-neutrals-inverted'?: any;
|
|
165
|
+
readonly 'border-neutrals-subtle'?: any;
|
|
161
166
|
readonly 'border-primary'?: any;
|
|
162
|
-
readonly 'border-primary-hover'?: any;
|
|
163
167
|
readonly 'border-primary-active'?: any;
|
|
168
|
+
readonly 'border-primary-hover'?: any;
|
|
164
169
|
readonly 'border-primary-inverted'?: any;
|
|
165
|
-
readonly 'border-danger'?: any;
|
|
166
170
|
readonly 'border-success'?: any;
|
|
167
171
|
readonly 'border-warning'?: any;
|
|
168
172
|
};
|
|
@@ -256,6 +260,11 @@ declare const config: {
|
|
|
256
260
|
readonly 'stacking-500': any;
|
|
257
261
|
readonly 'stacking-800': any;
|
|
258
262
|
};
|
|
263
|
+
'stroke-width': {
|
|
264
|
+
readonly thin: "1.5px";
|
|
265
|
+
readonly normal: "2px";
|
|
266
|
+
readonly bold: "4px";
|
|
267
|
+
};
|
|
259
268
|
'z-indices': {
|
|
260
269
|
readonly dropdownMenu: 100;
|
|
261
270
|
readonly popover: 200;
|
|
@@ -385,6 +394,7 @@ declare const config: {
|
|
|
385
394
|
readonly scrollPaddingRight: "space-inset";
|
|
386
395
|
readonly scrollPaddingTop: "space-inset";
|
|
387
396
|
readonly stroke: "colors";
|
|
397
|
+
readonly strokeWidth: "stroke-width";
|
|
388
398
|
readonly textDecorationColor: "colors";
|
|
389
399
|
readonly textShadow: "shadows";
|
|
390
400
|
readonly top: "space";
|
|
@@ -511,89 +521,93 @@ declare const createTheme: <Argument0 extends string | ({
|
|
|
511
521
|
readonly black?: string | number | boolean | undefined;
|
|
512
522
|
readonly white?: string | number | boolean | undefined;
|
|
513
523
|
readonly transparent?: string | number | boolean | undefined;
|
|
524
|
+
readonly 'background-danger'?: string | number | boolean | undefined;
|
|
525
|
+
readonly 'background-danger-hover'?: string | number | boolean | undefined;
|
|
526
|
+
readonly 'background-danger-prominent'?: string | number | boolean | undefined;
|
|
527
|
+
readonly 'background-danger-prominent-active'?: string | number | boolean | undefined;
|
|
528
|
+
readonly 'background-danger-prominent-hover'?: string | number | boolean | undefined;
|
|
514
529
|
readonly 'background-neutrals'?: string | number | boolean | undefined;
|
|
515
530
|
readonly 'background-neutrals-body'?: string | number | boolean | undefined;
|
|
516
531
|
readonly 'background-neutrals-container'?: string | number | boolean | undefined;
|
|
532
|
+
readonly 'background-neutrals-controls-disabled'?: string | number | boolean | undefined;
|
|
533
|
+
readonly 'background-neutrals-disabled'?: string | number | boolean | undefined;
|
|
534
|
+
readonly 'background-neutrals-inactive'?: string | number | boolean | undefined;
|
|
535
|
+
readonly 'background-neutrals-inactive-hover'?: string | number | boolean | undefined;
|
|
517
536
|
readonly 'background-neutrals-inverted'?: string | number | boolean | undefined;
|
|
518
537
|
readonly 'background-neutrals-inverted-subtle'?: string | number | boolean | undefined;
|
|
538
|
+
readonly 'background-neutrals-scrolls'?: string | number | boolean | undefined;
|
|
539
|
+
readonly 'background-neutrals-scrolls-hover'?: string | number | boolean | undefined;
|
|
519
540
|
readonly 'background-neutrals-subtle'?: string | number | boolean | undefined;
|
|
520
|
-
readonly 'background-neutrals-subtle-hover'?: string | number | boolean | undefined;
|
|
521
541
|
readonly 'background-neutrals-subtle-active'?: string | number | boolean | undefined;
|
|
522
|
-
readonly 'background-neutrals-
|
|
523
|
-
readonly 'background-neutrals-controls-disabled'?: string | number | boolean | undefined;
|
|
524
|
-
readonly 'background-neutrals-scrolls'?: string | number | boolean | undefined;
|
|
525
|
-
readonly 'background-neutrals-inactive'?: string | number | boolean | undefined;
|
|
526
|
-
readonly 'background-neutrals-inactive-hover'?: string | number | boolean | undefined;
|
|
542
|
+
readonly 'background-neutrals-subtle-hover'?: string | number | boolean | undefined;
|
|
527
543
|
readonly 'background-primary-prominent'?: string | number | boolean | undefined;
|
|
528
|
-
readonly 'background-primary-prominent-hover'?: string | number | boolean | undefined;
|
|
529
544
|
readonly 'background-primary-prominent-active'?: string | number | boolean | undefined;
|
|
545
|
+
readonly 'background-primary-prominent-hover'?: string | number | boolean | undefined;
|
|
530
546
|
readonly 'background-primary-prominent-selected'?: string | number | boolean | undefined;
|
|
531
547
|
readonly 'background-primary-subtle'?: string | number | boolean | undefined;
|
|
532
|
-
readonly 'background-primary-subtle-hover'?: string | number | boolean | undefined;
|
|
533
548
|
readonly 'background-primary-subtle-active'?: string | number | boolean | undefined;
|
|
549
|
+
readonly 'background-primary-subtle-hover'?: string | number | boolean | undefined;
|
|
534
550
|
readonly 'background-primary-subtle-selected'?: string | number | boolean | undefined;
|
|
535
|
-
readonly 'background-danger-prominent'?: string | number | boolean | undefined;
|
|
536
|
-
readonly 'background-danger-prominent-hover'?: string | number | boolean | undefined;
|
|
537
|
-
readonly 'background-danger-prominent-active'?: string | number | boolean | undefined;
|
|
538
|
-
readonly 'background-danger'?: string | number | boolean | undefined;
|
|
539
|
-
readonly 'background-danger-hover'?: string | number | boolean | undefined;
|
|
540
551
|
readonly 'background-success'?: string | number | boolean | undefined;
|
|
541
|
-
readonly 'background-warning-subtle'?: string | number | boolean | undefined;
|
|
542
552
|
readonly 'background-warning-prominent'?: string | number | boolean | undefined;
|
|
543
|
-
readonly '
|
|
553
|
+
readonly 'background-warning-subtle'?: string | number | boolean | undefined;
|
|
554
|
+
readonly 'text-danger'?: string | number | boolean | undefined;
|
|
555
|
+
readonly 'text-danger-active'?: string | number | boolean | undefined;
|
|
556
|
+
readonly 'text-danger-hover'?: string | number | boolean | undefined;
|
|
557
|
+
readonly 'text-danger-inverted'?: string | number | boolean | undefined;
|
|
544
558
|
readonly 'text-neutrals'?: string | number | boolean | undefined;
|
|
545
|
-
readonly 'text-neutrals-subtle'?: string | number | boolean | undefined;
|
|
546
|
-
readonly 'text-neutrals-placeholder-only'?: string | number | boolean | undefined;
|
|
547
|
-
readonly 'text-neutrals-placeholder'?: string | number | boolean | undefined;
|
|
548
559
|
readonly 'text-neutrals-disabled'?: string | number | boolean | undefined;
|
|
549
|
-
readonly 'text-
|
|
560
|
+
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
|
+
readonly 'text-neutrals-placeholder'?: string | number | boolean | undefined;
|
|
565
|
+
readonly 'text-neutrals-placeholder-only'?: string | number | boolean | undefined;
|
|
566
|
+
readonly 'text-neutrals-subtle'?: string | number | boolean | undefined;
|
|
550
567
|
readonly 'text-primary'?: string | number | boolean | undefined;
|
|
551
|
-
readonly 'text-primary-hover'?: string | number | boolean | undefined;
|
|
552
568
|
readonly 'text-primary-active'?: string | number | boolean | undefined;
|
|
553
|
-
readonly 'text-primary-
|
|
569
|
+
readonly 'text-primary-hover'?: string | number | boolean | undefined;
|
|
570
|
+
readonly 'text-primary-inverted'?: string | number | boolean | undefined;
|
|
554
571
|
readonly 'text-primary-inverted-subtle'?: string | number | boolean | undefined;
|
|
555
|
-
readonly 'text-
|
|
556
|
-
readonly 'text-danger'?: string | number | boolean | undefined;
|
|
557
|
-
readonly 'text-danger-hover'?: string | number | boolean | undefined;
|
|
558
|
-
readonly 'text-danger-active'?: string | number | boolean | undefined;
|
|
572
|
+
readonly 'text-primary-selected'?: string | number | boolean | undefined;
|
|
559
573
|
readonly 'text-success'?: string | number | boolean | undefined;
|
|
560
574
|
readonly 'text-warning'?: string | number | boolean | undefined;
|
|
561
|
-
readonly 'icon-
|
|
575
|
+
readonly 'icon-danger'?: string | number | boolean | undefined;
|
|
576
|
+
readonly 'icon-danger-active'?: string | number | boolean | undefined;
|
|
577
|
+
readonly 'icon-danger-hover'?: string | number | boolean | undefined;
|
|
578
|
+
readonly 'icon-danger-inverted'?: string | number | boolean | undefined;
|
|
562
579
|
readonly 'icon-neutrals'?: string | number | boolean | undefined;
|
|
563
|
-
readonly 'icon-neutrals-with-text'?: string | number | boolean | undefined;
|
|
564
|
-
readonly 'icon-neutrals-subtle'?: string | number | boolean | undefined;
|
|
565
580
|
readonly 'icon-neutrals-disabled'?: string | number | boolean | undefined;
|
|
566
|
-
readonly 'icon-neutrals-search'?: string | number | boolean | undefined;
|
|
567
581
|
readonly 'icon-neutrals-inactive'?: string | number | boolean | undefined;
|
|
568
582
|
readonly 'icon-neutrals-inactive-hover'?: string | number | boolean | undefined;
|
|
569
|
-
readonly 'icon-
|
|
583
|
+
readonly 'icon-neutrals-inverted'?: string | number | boolean | undefined;
|
|
584
|
+
readonly 'icon-neutrals-search'?: string | number | boolean | undefined;
|
|
585
|
+
readonly 'icon-neutrals-subtle'?: string | number | boolean | undefined;
|
|
586
|
+
readonly 'icon-neutrals-with-text'?: string | number | boolean | undefined;
|
|
570
587
|
readonly 'icon-primary'?: string | number | boolean | undefined;
|
|
571
|
-
readonly 'icon-primary-hover'?: string | number | boolean | undefined;
|
|
572
588
|
readonly 'icon-primary-active'?: string | number | boolean | undefined;
|
|
589
|
+
readonly 'icon-primary-hover'?: string | number | boolean | undefined;
|
|
590
|
+
readonly 'icon-primary-inverted'?: string | number | boolean | undefined;
|
|
573
591
|
readonly 'icon-primary-selected'?: string | number | boolean | undefined;
|
|
574
|
-
readonly 'icon-danger-inverted'?: string | number | boolean | undefined;
|
|
575
|
-
readonly 'icon-danger'?: string | number | boolean | undefined;
|
|
576
|
-
readonly 'icon-danger-hover'?: string | number | boolean | undefined;
|
|
577
|
-
readonly 'icon-danger-active'?: string | number | boolean | undefined;
|
|
578
|
-
readonly 'icon-success-inverted'?: string | number | boolean | undefined;
|
|
579
592
|
readonly 'icon-success'?: string | number | boolean | undefined;
|
|
593
|
+
readonly 'icon-success-inverted'?: string | number | boolean | undefined;
|
|
580
594
|
readonly 'icon-warning'?: string | number | boolean | undefined;
|
|
581
|
-
readonly 'border-
|
|
582
|
-
readonly 'border-focus-middle'?: string | number | boolean | undefined;
|
|
595
|
+
readonly 'border-danger'?: string | number | boolean | undefined;
|
|
583
596
|
readonly 'border-focus-inner'?: string | number | boolean | undefined;
|
|
597
|
+
readonly 'border-focus-middle'?: string | number | boolean | undefined;
|
|
598
|
+
readonly 'border-focus-outer'?: string | number | boolean | undefined;
|
|
584
599
|
readonly 'border-neutrals'?: string | number | boolean | undefined;
|
|
585
|
-
readonly 'border-neutrals-hover'?: string | number | boolean | undefined;
|
|
586
600
|
readonly 'border-neutrals-active'?: string | number | boolean | undefined;
|
|
587
|
-
readonly 'border-neutrals-disabled'?: string | number | boolean | undefined;
|
|
588
601
|
readonly 'border-neutrals-controls'?: string | number | boolean | undefined;
|
|
589
602
|
readonly 'border-neutrals-controls-disabled'?: string | number | boolean | undefined;
|
|
590
|
-
readonly 'border-neutrals-
|
|
603
|
+
readonly 'border-neutrals-disabled'?: string | number | boolean | undefined;
|
|
604
|
+
readonly 'border-neutrals-hover'?: string | number | boolean | undefined;
|
|
591
605
|
readonly 'border-neutrals-inverted'?: string | number | boolean | undefined;
|
|
606
|
+
readonly 'border-neutrals-subtle'?: string | number | boolean | undefined;
|
|
592
607
|
readonly 'border-primary'?: string | number | boolean | undefined;
|
|
593
|
-
readonly 'border-primary-hover'?: string | number | boolean | undefined;
|
|
594
608
|
readonly 'border-primary-active'?: string | number | boolean | undefined;
|
|
609
|
+
readonly 'border-primary-hover'?: string | number | boolean | undefined;
|
|
595
610
|
readonly 'border-primary-inverted'?: string | number | boolean | undefined;
|
|
596
|
-
readonly 'border-danger'?: string | number | boolean | undefined;
|
|
597
611
|
readonly 'border-success'?: string | number | boolean | undefined;
|
|
598
612
|
readonly 'border-warning'?: string | number | boolean | undefined;
|
|
599
613
|
} | undefined;
|
|
@@ -687,6 +701,11 @@ declare const createTheme: <Argument0 extends string | ({
|
|
|
687
701
|
readonly 'stacking-500'?: string | number | boolean | undefined;
|
|
688
702
|
readonly 'stacking-800'?: string | number | boolean | undefined;
|
|
689
703
|
} | undefined;
|
|
704
|
+
'stroke-width'?: {
|
|
705
|
+
readonly thin?: string | number | boolean | undefined;
|
|
706
|
+
readonly normal?: string | number | boolean | undefined;
|
|
707
|
+
readonly bold?: string | number | boolean | undefined;
|
|
708
|
+
} | undefined;
|
|
690
709
|
'z-indices'?: {
|
|
691
710
|
readonly dropdownMenu?: string | number | boolean | undefined;
|
|
692
711
|
readonly popover?: string | number | boolean | undefined;
|
|
@@ -763,89 +782,93 @@ declare const createTheme: <Argument0 extends string | ({
|
|
|
763
782
|
readonly black?: string | number | boolean | undefined;
|
|
764
783
|
readonly white?: string | number | boolean | undefined;
|
|
765
784
|
readonly transparent?: string | number | boolean | undefined;
|
|
785
|
+
readonly 'background-danger'?: string | number | boolean | undefined;
|
|
786
|
+
readonly 'background-danger-hover'?: string | number | boolean | undefined;
|
|
787
|
+
readonly 'background-danger-prominent'?: string | number | boolean | undefined;
|
|
788
|
+
readonly 'background-danger-prominent-active'?: string | number | boolean | undefined;
|
|
789
|
+
readonly 'background-danger-prominent-hover'?: string | number | boolean | undefined;
|
|
766
790
|
readonly 'background-neutrals'?: string | number | boolean | undefined;
|
|
767
791
|
readonly 'background-neutrals-body'?: string | number | boolean | undefined;
|
|
768
792
|
readonly 'background-neutrals-container'?: string | number | boolean | undefined;
|
|
793
|
+
readonly 'background-neutrals-controls-disabled'?: string | number | boolean | undefined;
|
|
794
|
+
readonly 'background-neutrals-disabled'?: string | number | boolean | undefined;
|
|
795
|
+
readonly 'background-neutrals-inactive'?: string | number | boolean | undefined;
|
|
796
|
+
readonly 'background-neutrals-inactive-hover'?: string | number | boolean | undefined;
|
|
769
797
|
readonly 'background-neutrals-inverted'?: string | number | boolean | undefined;
|
|
770
798
|
readonly 'background-neutrals-inverted-subtle'?: string | number | boolean | undefined;
|
|
799
|
+
readonly 'background-neutrals-scrolls'?: string | number | boolean | undefined;
|
|
800
|
+
readonly 'background-neutrals-scrolls-hover'?: string | number | boolean | undefined;
|
|
771
801
|
readonly 'background-neutrals-subtle'?: string | number | boolean | undefined;
|
|
772
|
-
readonly 'background-neutrals-subtle-hover'?: string | number | boolean | undefined;
|
|
773
802
|
readonly 'background-neutrals-subtle-active'?: string | number | boolean | undefined;
|
|
774
|
-
readonly 'background-neutrals-
|
|
775
|
-
readonly 'background-neutrals-controls-disabled'?: string | number | boolean | undefined;
|
|
776
|
-
readonly 'background-neutrals-scrolls'?: string | number | boolean | undefined;
|
|
777
|
-
readonly 'background-neutrals-inactive'?: string | number | boolean | undefined;
|
|
778
|
-
readonly 'background-neutrals-inactive-hover'?: string | number | boolean | undefined;
|
|
803
|
+
readonly 'background-neutrals-subtle-hover'?: string | number | boolean | undefined;
|
|
779
804
|
readonly 'background-primary-prominent'?: string | number | boolean | undefined;
|
|
780
|
-
readonly 'background-primary-prominent-hover'?: string | number | boolean | undefined;
|
|
781
805
|
readonly 'background-primary-prominent-active'?: string | number | boolean | undefined;
|
|
806
|
+
readonly 'background-primary-prominent-hover'?: string | number | boolean | undefined;
|
|
782
807
|
readonly 'background-primary-prominent-selected'?: string | number | boolean | undefined;
|
|
783
808
|
readonly 'background-primary-subtle'?: string | number | boolean | undefined;
|
|
784
|
-
readonly 'background-primary-subtle-hover'?: string | number | boolean | undefined;
|
|
785
809
|
readonly 'background-primary-subtle-active'?: string | number | boolean | undefined;
|
|
810
|
+
readonly 'background-primary-subtle-hover'?: string | number | boolean | undefined;
|
|
786
811
|
readonly 'background-primary-subtle-selected'?: string | number | boolean | undefined;
|
|
787
|
-
readonly 'background-danger-prominent'?: string | number | boolean | undefined;
|
|
788
|
-
readonly 'background-danger-prominent-hover'?: string | number | boolean | undefined;
|
|
789
|
-
readonly 'background-danger-prominent-active'?: string | number | boolean | undefined;
|
|
790
|
-
readonly 'background-danger'?: string | number | boolean | undefined;
|
|
791
|
-
readonly 'background-danger-hover'?: string | number | boolean | undefined;
|
|
792
812
|
readonly 'background-success'?: string | number | boolean | undefined;
|
|
793
|
-
readonly 'background-warning-subtle'?: string | number | boolean | undefined;
|
|
794
813
|
readonly 'background-warning-prominent'?: string | number | boolean | undefined;
|
|
795
|
-
readonly '
|
|
814
|
+
readonly 'background-warning-subtle'?: string | number | boolean | undefined;
|
|
815
|
+
readonly 'text-danger'?: string | number | boolean | undefined;
|
|
816
|
+
readonly 'text-danger-active'?: string | number | boolean | undefined;
|
|
817
|
+
readonly 'text-danger-hover'?: string | number | boolean | undefined;
|
|
818
|
+
readonly 'text-danger-inverted'?: string | number | boolean | undefined;
|
|
796
819
|
readonly 'text-neutrals'?: string | number | boolean | undefined;
|
|
797
|
-
readonly 'text-neutrals-subtle'?: string | number | boolean | undefined;
|
|
798
|
-
readonly 'text-neutrals-placeholder-only'?: string | number | boolean | undefined;
|
|
799
|
-
readonly 'text-neutrals-placeholder'?: string | number | boolean | undefined;
|
|
800
820
|
readonly 'text-neutrals-disabled'?: string | number | boolean | undefined;
|
|
801
|
-
readonly 'text-
|
|
821
|
+
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
|
+
readonly 'text-neutrals-placeholder'?: string | number | boolean | undefined;
|
|
826
|
+
readonly 'text-neutrals-placeholder-only'?: string | number | boolean | undefined;
|
|
827
|
+
readonly 'text-neutrals-subtle'?: string | number | boolean | undefined;
|
|
802
828
|
readonly 'text-primary'?: string | number | boolean | undefined;
|
|
803
|
-
readonly 'text-primary-hover'?: string | number | boolean | undefined;
|
|
804
829
|
readonly 'text-primary-active'?: string | number | boolean | undefined;
|
|
805
|
-
readonly 'text-primary-
|
|
830
|
+
readonly 'text-primary-hover'?: string | number | boolean | undefined;
|
|
831
|
+
readonly 'text-primary-inverted'?: string | number | boolean | undefined;
|
|
806
832
|
readonly 'text-primary-inverted-subtle'?: string | number | boolean | undefined;
|
|
807
|
-
readonly 'text-
|
|
808
|
-
readonly 'text-danger'?: string | number | boolean | undefined;
|
|
809
|
-
readonly 'text-danger-hover'?: string | number | boolean | undefined;
|
|
810
|
-
readonly 'text-danger-active'?: string | number | boolean | undefined;
|
|
833
|
+
readonly 'text-primary-selected'?: string | number | boolean | undefined;
|
|
811
834
|
readonly 'text-success'?: string | number | boolean | undefined;
|
|
812
835
|
readonly 'text-warning'?: string | number | boolean | undefined;
|
|
813
|
-
readonly 'icon-
|
|
836
|
+
readonly 'icon-danger'?: string | number | boolean | undefined;
|
|
837
|
+
readonly 'icon-danger-active'?: string | number | boolean | undefined;
|
|
838
|
+
readonly 'icon-danger-hover'?: string | number | boolean | undefined;
|
|
839
|
+
readonly 'icon-danger-inverted'?: string | number | boolean | undefined;
|
|
814
840
|
readonly 'icon-neutrals'?: string | number | boolean | undefined;
|
|
815
|
-
readonly 'icon-neutrals-with-text'?: string | number | boolean | undefined;
|
|
816
|
-
readonly 'icon-neutrals-subtle'?: string | number | boolean | undefined;
|
|
817
841
|
readonly 'icon-neutrals-disabled'?: string | number | boolean | undefined;
|
|
818
|
-
readonly 'icon-neutrals-search'?: string | number | boolean | undefined;
|
|
819
842
|
readonly 'icon-neutrals-inactive'?: string | number | boolean | undefined;
|
|
820
843
|
readonly 'icon-neutrals-inactive-hover'?: string | number | boolean | undefined;
|
|
821
|
-
readonly 'icon-
|
|
844
|
+
readonly 'icon-neutrals-inverted'?: string | number | boolean | undefined;
|
|
845
|
+
readonly 'icon-neutrals-search'?: string | number | boolean | undefined;
|
|
846
|
+
readonly 'icon-neutrals-subtle'?: string | number | boolean | undefined;
|
|
847
|
+
readonly 'icon-neutrals-with-text'?: string | number | boolean | undefined;
|
|
822
848
|
readonly 'icon-primary'?: string | number | boolean | undefined;
|
|
823
|
-
readonly 'icon-primary-hover'?: string | number | boolean | undefined;
|
|
824
849
|
readonly 'icon-primary-active'?: string | number | boolean | undefined;
|
|
850
|
+
readonly 'icon-primary-hover'?: string | number | boolean | undefined;
|
|
851
|
+
readonly 'icon-primary-inverted'?: string | number | boolean | undefined;
|
|
825
852
|
readonly 'icon-primary-selected'?: string | number | boolean | undefined;
|
|
826
|
-
readonly 'icon-danger-inverted'?: string | number | boolean | undefined;
|
|
827
|
-
readonly 'icon-danger'?: string | number | boolean | undefined;
|
|
828
|
-
readonly 'icon-danger-hover'?: string | number | boolean | undefined;
|
|
829
|
-
readonly 'icon-danger-active'?: string | number | boolean | undefined;
|
|
830
|
-
readonly 'icon-success-inverted'?: string | number | boolean | undefined;
|
|
831
853
|
readonly 'icon-success'?: string | number | boolean | undefined;
|
|
854
|
+
readonly 'icon-success-inverted'?: string | number | boolean | undefined;
|
|
832
855
|
readonly 'icon-warning'?: string | number | boolean | undefined;
|
|
833
|
-
readonly 'border-
|
|
834
|
-
readonly 'border-focus-middle'?: string | number | boolean | undefined;
|
|
856
|
+
readonly 'border-danger'?: string | number | boolean | undefined;
|
|
835
857
|
readonly 'border-focus-inner'?: string | number | boolean | undefined;
|
|
858
|
+
readonly 'border-focus-middle'?: string | number | boolean | undefined;
|
|
859
|
+
readonly 'border-focus-outer'?: string | number | boolean | undefined;
|
|
836
860
|
readonly 'border-neutrals'?: string | number | boolean | undefined;
|
|
837
|
-
readonly 'border-neutrals-hover'?: string | number | boolean | undefined;
|
|
838
861
|
readonly 'border-neutrals-active'?: string | number | boolean | undefined;
|
|
839
|
-
readonly 'border-neutrals-disabled'?: string | number | boolean | undefined;
|
|
840
862
|
readonly 'border-neutrals-controls'?: string | number | boolean | undefined;
|
|
841
863
|
readonly 'border-neutrals-controls-disabled'?: string | number | boolean | undefined;
|
|
842
|
-
readonly 'border-neutrals-
|
|
864
|
+
readonly 'border-neutrals-disabled'?: string | number | boolean | undefined;
|
|
865
|
+
readonly 'border-neutrals-hover'?: string | number | boolean | undefined;
|
|
843
866
|
readonly 'border-neutrals-inverted'?: string | number | boolean | undefined;
|
|
867
|
+
readonly 'border-neutrals-subtle'?: string | number | boolean | undefined;
|
|
844
868
|
readonly 'border-primary'?: string | number | boolean | undefined;
|
|
845
|
-
readonly 'border-primary-hover'?: string | number | boolean | undefined;
|
|
846
869
|
readonly 'border-primary-active'?: string | number | boolean | undefined;
|
|
870
|
+
readonly 'border-primary-hover'?: string | number | boolean | undefined;
|
|
847
871
|
readonly 'border-primary-inverted'?: string | number | boolean | undefined;
|
|
848
|
-
readonly 'border-danger'?: string | number | boolean | undefined;
|
|
849
872
|
readonly 'border-success'?: string | number | boolean | undefined;
|
|
850
873
|
readonly 'border-warning'?: string | number | boolean | undefined;
|
|
851
874
|
} | undefined;
|
|
@@ -939,6 +962,11 @@ declare const createTheme: <Argument0 extends string | ({
|
|
|
939
962
|
readonly 'stacking-500'?: string | number | boolean | undefined;
|
|
940
963
|
readonly 'stacking-800'?: string | number | boolean | undefined;
|
|
941
964
|
} | undefined;
|
|
965
|
+
'stroke-width'?: {
|
|
966
|
+
readonly thin?: string | number | boolean | undefined;
|
|
967
|
+
readonly normal?: string | number | boolean | undefined;
|
|
968
|
+
readonly bold?: string | number | boolean | undefined;
|
|
969
|
+
} | undefined;
|
|
942
970
|
'z-indices'?: {
|
|
943
971
|
readonly dropdownMenu?: string | number | boolean | undefined;
|
|
944
972
|
readonly popover?: string | number | boolean | undefined;
|
|
@@ -1021,89 +1049,93 @@ declare const css: <Composers extends (string | _stitches_react_types_util.Funct
|
|
|
1021
1049
|
readonly black: any;
|
|
1022
1050
|
readonly white: any;
|
|
1023
1051
|
readonly transparent: any;
|
|
1052
|
+
readonly 'background-danger'?: any;
|
|
1053
|
+
readonly 'background-danger-hover'?: any;
|
|
1054
|
+
readonly 'background-danger-prominent'?: any;
|
|
1055
|
+
readonly 'background-danger-prominent-active'?: any;
|
|
1056
|
+
readonly 'background-danger-prominent-hover'?: any;
|
|
1024
1057
|
readonly 'background-neutrals'?: any;
|
|
1025
1058
|
readonly 'background-neutrals-body'?: any;
|
|
1026
1059
|
readonly 'background-neutrals-container'?: any;
|
|
1027
|
-
readonly 'background-neutrals-inverted'?: any;
|
|
1028
|
-
readonly 'background-neutrals-inverted-subtle'?: any;
|
|
1029
|
-
readonly 'background-neutrals-subtle'?: any;
|
|
1030
|
-
readonly 'background-neutrals-subtle-hover'?: any;
|
|
1031
|
-
readonly 'background-neutrals-subtle-active'?: any;
|
|
1032
|
-
readonly 'background-neutrals-disabled'?: any;
|
|
1033
1060
|
readonly 'background-neutrals-controls-disabled'?: any;
|
|
1034
|
-
readonly 'background-neutrals-
|
|
1061
|
+
readonly 'background-neutrals-disabled'?: any;
|
|
1035
1062
|
readonly 'background-neutrals-inactive'?: any;
|
|
1036
1063
|
readonly 'background-neutrals-inactive-hover'?: any;
|
|
1064
|
+
readonly 'background-neutrals-inverted'?: any;
|
|
1065
|
+
readonly 'background-neutrals-inverted-subtle'?: any;
|
|
1066
|
+
readonly 'background-neutrals-scrolls'?: any;
|
|
1067
|
+
readonly 'background-neutrals-scrolls-hover'?: any;
|
|
1068
|
+
readonly 'background-neutrals-subtle'?: any;
|
|
1069
|
+
readonly 'background-neutrals-subtle-active'?: any;
|
|
1070
|
+
readonly 'background-neutrals-subtle-hover'?: any;
|
|
1037
1071
|
readonly 'background-primary-prominent'?: any;
|
|
1038
|
-
readonly 'background-primary-prominent-hover'?: any;
|
|
1039
1072
|
readonly 'background-primary-prominent-active'?: any;
|
|
1073
|
+
readonly 'background-primary-prominent-hover'?: any;
|
|
1040
1074
|
readonly 'background-primary-prominent-selected'?: any;
|
|
1041
1075
|
readonly 'background-primary-subtle'?: any;
|
|
1042
|
-
readonly 'background-primary-subtle-hover'?: any;
|
|
1043
1076
|
readonly 'background-primary-subtle-active'?: any;
|
|
1077
|
+
readonly 'background-primary-subtle-hover'?: any;
|
|
1044
1078
|
readonly 'background-primary-subtle-selected'?: any;
|
|
1045
|
-
readonly 'background-danger-prominent'?: any;
|
|
1046
|
-
readonly 'background-danger-prominent-hover'?: any;
|
|
1047
|
-
readonly 'background-danger-prominent-active'?: any;
|
|
1048
|
-
readonly 'background-danger'?: any;
|
|
1049
|
-
readonly 'background-danger-hover'?: any;
|
|
1050
1079
|
readonly 'background-success'?: any;
|
|
1051
|
-
readonly 'background-warning-subtle'?: any;
|
|
1052
1080
|
readonly 'background-warning-prominent'?: any;
|
|
1053
|
-
readonly '
|
|
1081
|
+
readonly 'background-warning-subtle'?: any;
|
|
1082
|
+
readonly 'text-danger'?: any;
|
|
1083
|
+
readonly 'text-danger-active'?: any;
|
|
1084
|
+
readonly 'text-danger-hover'?: any;
|
|
1085
|
+
readonly 'text-danger-inverted'?: any;
|
|
1054
1086
|
readonly 'text-neutrals'?: any;
|
|
1055
|
-
readonly 'text-neutrals-subtle'?: any;
|
|
1056
|
-
readonly 'text-neutrals-placeholder-only'?: any;
|
|
1057
|
-
readonly 'text-neutrals-placeholder'?: any;
|
|
1058
1087
|
readonly 'text-neutrals-disabled'?: any;
|
|
1059
|
-
readonly 'text-
|
|
1088
|
+
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
|
+
readonly 'text-neutrals-placeholder'?: any;
|
|
1093
|
+
readonly 'text-neutrals-placeholder-only'?: any;
|
|
1094
|
+
readonly 'text-neutrals-subtle'?: any;
|
|
1060
1095
|
readonly 'text-primary'?: any;
|
|
1061
|
-
readonly 'text-primary-hover'?: any;
|
|
1062
1096
|
readonly 'text-primary-active'?: any;
|
|
1063
|
-
readonly 'text-primary-
|
|
1097
|
+
readonly 'text-primary-hover'?: any;
|
|
1098
|
+
readonly 'text-primary-inverted'?: any;
|
|
1064
1099
|
readonly 'text-primary-inverted-subtle'?: any;
|
|
1065
|
-
readonly 'text-
|
|
1066
|
-
readonly 'text-danger'?: any;
|
|
1067
|
-
readonly 'text-danger-hover'?: any;
|
|
1068
|
-
readonly 'text-danger-active'?: any;
|
|
1100
|
+
readonly 'text-primary-selected'?: any;
|
|
1069
1101
|
readonly 'text-success'?: any;
|
|
1070
1102
|
readonly 'text-warning'?: any;
|
|
1071
|
-
readonly 'icon-
|
|
1103
|
+
readonly 'icon-danger'?: any;
|
|
1104
|
+
readonly 'icon-danger-active'?: any;
|
|
1105
|
+
readonly 'icon-danger-hover'?: any;
|
|
1106
|
+
readonly 'icon-danger-inverted'?: any;
|
|
1072
1107
|
readonly 'icon-neutrals'?: any;
|
|
1073
|
-
readonly 'icon-neutrals-with-text'?: any;
|
|
1074
|
-
readonly 'icon-neutrals-subtle'?: any;
|
|
1075
1108
|
readonly 'icon-neutrals-disabled'?: any;
|
|
1076
|
-
readonly 'icon-neutrals-search'?: any;
|
|
1077
1109
|
readonly 'icon-neutrals-inactive'?: any;
|
|
1078
1110
|
readonly 'icon-neutrals-inactive-hover'?: any;
|
|
1079
|
-
readonly 'icon-
|
|
1111
|
+
readonly 'icon-neutrals-inverted'?: any;
|
|
1112
|
+
readonly 'icon-neutrals-search'?: any;
|
|
1113
|
+
readonly 'icon-neutrals-subtle'?: any;
|
|
1114
|
+
readonly 'icon-neutrals-with-text'?: any;
|
|
1080
1115
|
readonly 'icon-primary'?: any;
|
|
1081
|
-
readonly 'icon-primary-hover'?: any;
|
|
1082
1116
|
readonly 'icon-primary-active'?: any;
|
|
1117
|
+
readonly 'icon-primary-hover'?: any;
|
|
1118
|
+
readonly 'icon-primary-inverted'?: any;
|
|
1083
1119
|
readonly 'icon-primary-selected'?: any;
|
|
1084
|
-
readonly 'icon-danger-inverted'?: any;
|
|
1085
|
-
readonly 'icon-danger'?: any;
|
|
1086
|
-
readonly 'icon-danger-hover'?: any;
|
|
1087
|
-
readonly 'icon-danger-active'?: any;
|
|
1088
|
-
readonly 'icon-success-inverted'?: any;
|
|
1089
1120
|
readonly 'icon-success'?: any;
|
|
1121
|
+
readonly 'icon-success-inverted'?: any;
|
|
1090
1122
|
readonly 'icon-warning'?: any;
|
|
1091
|
-
readonly 'border-
|
|
1092
|
-
readonly 'border-focus-middle'?: any;
|
|
1123
|
+
readonly 'border-danger'?: any;
|
|
1093
1124
|
readonly 'border-focus-inner'?: any;
|
|
1125
|
+
readonly 'border-focus-middle'?: any;
|
|
1126
|
+
readonly 'border-focus-outer'?: any;
|
|
1094
1127
|
readonly 'border-neutrals'?: any;
|
|
1095
|
-
readonly 'border-neutrals-hover'?: any;
|
|
1096
1128
|
readonly 'border-neutrals-active'?: any;
|
|
1097
|
-
readonly 'border-neutrals-disabled'?: any;
|
|
1098
1129
|
readonly 'border-neutrals-controls'?: any;
|
|
1099
1130
|
readonly 'border-neutrals-controls-disabled'?: any;
|
|
1100
|
-
readonly 'border-neutrals-
|
|
1131
|
+
readonly 'border-neutrals-disabled'?: any;
|
|
1132
|
+
readonly 'border-neutrals-hover'?: any;
|
|
1101
1133
|
readonly 'border-neutrals-inverted'?: any;
|
|
1134
|
+
readonly 'border-neutrals-subtle'?: any;
|
|
1102
1135
|
readonly 'border-primary'?: any;
|
|
1103
|
-
readonly 'border-primary-hover'?: any;
|
|
1104
1136
|
readonly 'border-primary-active'?: any;
|
|
1137
|
+
readonly 'border-primary-hover'?: any;
|
|
1105
1138
|
readonly 'border-primary-inverted'?: any;
|
|
1106
|
-
readonly 'border-danger'?: any;
|
|
1107
1139
|
readonly 'border-success'?: any;
|
|
1108
1140
|
readonly 'border-warning'?: any;
|
|
1109
1141
|
};
|
|
@@ -1197,6 +1229,11 @@ declare const css: <Composers extends (string | _stitches_react_types_util.Funct
|
|
|
1197
1229
|
readonly 'stacking-500': any;
|
|
1198
1230
|
readonly 'stacking-800': any;
|
|
1199
1231
|
};
|
|
1232
|
+
'stroke-width': {
|
|
1233
|
+
readonly thin: "1.5px";
|
|
1234
|
+
readonly normal: "2px";
|
|
1235
|
+
readonly bold: "4px";
|
|
1236
|
+
};
|
|
1200
1237
|
'z-indices': {
|
|
1201
1238
|
readonly dropdownMenu: 100;
|
|
1202
1239
|
readonly popover: 200;
|
|
@@ -1325,6 +1362,7 @@ declare const css: <Composers extends (string | _stitches_react_types_util.Funct
|
|
|
1325
1362
|
readonly scrollPaddingRight: "space-inset";
|
|
1326
1363
|
readonly scrollPaddingTop: "space-inset";
|
|
1327
1364
|
readonly stroke: "colors";
|
|
1365
|
+
readonly strokeWidth: "stroke-width";
|
|
1328
1366
|
readonly textDecorationColor: "colors";
|
|
1329
1367
|
readonly textShadow: "shadows";
|
|
1330
1368
|
readonly top: "space";
|
|
@@ -1467,89 +1505,93 @@ declare const globalCss: <Styles extends {
|
|
|
1467
1505
|
readonly black: any;
|
|
1468
1506
|
readonly white: any;
|
|
1469
1507
|
readonly transparent: any;
|
|
1508
|
+
readonly 'background-danger'?: any;
|
|
1509
|
+
readonly 'background-danger-hover'?: any;
|
|
1510
|
+
readonly 'background-danger-prominent'?: any;
|
|
1511
|
+
readonly 'background-danger-prominent-active'?: any;
|
|
1512
|
+
readonly 'background-danger-prominent-hover'?: any;
|
|
1470
1513
|
readonly 'background-neutrals'?: any;
|
|
1471
1514
|
readonly 'background-neutrals-body'?: any;
|
|
1472
1515
|
readonly 'background-neutrals-container'?: any;
|
|
1516
|
+
readonly 'background-neutrals-controls-disabled'?: any;
|
|
1517
|
+
readonly 'background-neutrals-disabled'?: any;
|
|
1518
|
+
readonly 'background-neutrals-inactive'?: any;
|
|
1519
|
+
readonly 'background-neutrals-inactive-hover'?: any;
|
|
1473
1520
|
readonly 'background-neutrals-inverted'?: any;
|
|
1474
1521
|
readonly 'background-neutrals-inverted-subtle'?: any;
|
|
1522
|
+
readonly 'background-neutrals-scrolls'?: any;
|
|
1523
|
+
readonly 'background-neutrals-scrolls-hover'?: any;
|
|
1475
1524
|
readonly 'background-neutrals-subtle'?: any;
|
|
1476
|
-
readonly 'background-neutrals-subtle-hover'?: any;
|
|
1477
1525
|
readonly 'background-neutrals-subtle-active'?: any;
|
|
1478
|
-
readonly 'background-neutrals-
|
|
1479
|
-
readonly 'background-neutrals-controls-disabled'?: any;
|
|
1480
|
-
readonly 'background-neutrals-scrolls'?: any;
|
|
1481
|
-
readonly 'background-neutrals-inactive'?: any;
|
|
1482
|
-
readonly 'background-neutrals-inactive-hover'?: any;
|
|
1526
|
+
readonly 'background-neutrals-subtle-hover'?: any;
|
|
1483
1527
|
readonly 'background-primary-prominent'?: any;
|
|
1484
|
-
readonly 'background-primary-prominent-hover'?: any;
|
|
1485
1528
|
readonly 'background-primary-prominent-active'?: any;
|
|
1529
|
+
readonly 'background-primary-prominent-hover'?: any;
|
|
1486
1530
|
readonly 'background-primary-prominent-selected'?: any;
|
|
1487
1531
|
readonly 'background-primary-subtle'?: any;
|
|
1488
|
-
readonly 'background-primary-subtle-hover'?: any;
|
|
1489
1532
|
readonly 'background-primary-subtle-active'?: any;
|
|
1533
|
+
readonly 'background-primary-subtle-hover'?: any;
|
|
1490
1534
|
readonly 'background-primary-subtle-selected'?: any;
|
|
1491
|
-
readonly 'background-danger-prominent'?: any;
|
|
1492
|
-
readonly 'background-danger-prominent-hover'?: any;
|
|
1493
|
-
readonly 'background-danger-prominent-active'?: any;
|
|
1494
|
-
readonly 'background-danger'?: any;
|
|
1495
|
-
readonly 'background-danger-hover'?: any;
|
|
1496
1535
|
readonly 'background-success'?: any;
|
|
1497
|
-
readonly 'background-warning-subtle'?: any;
|
|
1498
1536
|
readonly 'background-warning-prominent'?: any;
|
|
1499
|
-
readonly '
|
|
1537
|
+
readonly 'background-warning-subtle'?: any;
|
|
1538
|
+
readonly 'text-danger'?: any;
|
|
1539
|
+
readonly 'text-danger-active'?: any;
|
|
1540
|
+
readonly 'text-danger-hover'?: any;
|
|
1541
|
+
readonly 'text-danger-inverted'?: any;
|
|
1500
1542
|
readonly 'text-neutrals'?: any;
|
|
1501
|
-
readonly 'text-neutrals-subtle'?: any;
|
|
1502
|
-
readonly 'text-neutrals-placeholder-only'?: any;
|
|
1503
|
-
readonly 'text-neutrals-placeholder'?: any;
|
|
1504
1543
|
readonly 'text-neutrals-disabled'?: any;
|
|
1505
|
-
readonly 'text-
|
|
1544
|
+
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
|
+
readonly 'text-neutrals-placeholder'?: any;
|
|
1549
|
+
readonly 'text-neutrals-placeholder-only'?: any;
|
|
1550
|
+
readonly 'text-neutrals-subtle'?: any;
|
|
1506
1551
|
readonly 'text-primary'?: any;
|
|
1507
|
-
readonly 'text-primary-hover'?: any;
|
|
1508
1552
|
readonly 'text-primary-active'?: any;
|
|
1509
|
-
readonly 'text-primary-
|
|
1553
|
+
readonly 'text-primary-hover'?: any;
|
|
1554
|
+
readonly 'text-primary-inverted'?: any;
|
|
1510
1555
|
readonly 'text-primary-inverted-subtle'?: any;
|
|
1511
|
-
readonly 'text-
|
|
1512
|
-
readonly 'text-danger'?: any;
|
|
1513
|
-
readonly 'text-danger-hover'?: any;
|
|
1514
|
-
readonly 'text-danger-active'?: any;
|
|
1556
|
+
readonly 'text-primary-selected'?: any;
|
|
1515
1557
|
readonly 'text-success'?: any;
|
|
1516
1558
|
readonly 'text-warning'?: any;
|
|
1517
|
-
readonly 'icon-
|
|
1559
|
+
readonly 'icon-danger'?: any;
|
|
1560
|
+
readonly 'icon-danger-active'?: any;
|
|
1561
|
+
readonly 'icon-danger-hover'?: any;
|
|
1562
|
+
readonly 'icon-danger-inverted'?: any;
|
|
1518
1563
|
readonly 'icon-neutrals'?: any;
|
|
1519
|
-
readonly 'icon-neutrals-with-text'?: any;
|
|
1520
|
-
readonly 'icon-neutrals-subtle'?: any;
|
|
1521
1564
|
readonly 'icon-neutrals-disabled'?: any;
|
|
1522
|
-
readonly 'icon-neutrals-search'?: any;
|
|
1523
1565
|
readonly 'icon-neutrals-inactive'?: any;
|
|
1524
1566
|
readonly 'icon-neutrals-inactive-hover'?: any;
|
|
1525
|
-
readonly 'icon-
|
|
1567
|
+
readonly 'icon-neutrals-inverted'?: any;
|
|
1568
|
+
readonly 'icon-neutrals-search'?: any;
|
|
1569
|
+
readonly 'icon-neutrals-subtle'?: any;
|
|
1570
|
+
readonly 'icon-neutrals-with-text'?: any;
|
|
1526
1571
|
readonly 'icon-primary'?: any;
|
|
1527
|
-
readonly 'icon-primary-hover'?: any;
|
|
1528
1572
|
readonly 'icon-primary-active'?: any;
|
|
1573
|
+
readonly 'icon-primary-hover'?: any;
|
|
1574
|
+
readonly 'icon-primary-inverted'?: any;
|
|
1529
1575
|
readonly 'icon-primary-selected'?: any;
|
|
1530
|
-
readonly 'icon-danger-inverted'?: any;
|
|
1531
|
-
readonly 'icon-danger'?: any;
|
|
1532
|
-
readonly 'icon-danger-hover'?: any;
|
|
1533
|
-
readonly 'icon-danger-active'?: any;
|
|
1534
|
-
readonly 'icon-success-inverted'?: any;
|
|
1535
1576
|
readonly 'icon-success'?: any;
|
|
1577
|
+
readonly 'icon-success-inverted'?: any;
|
|
1536
1578
|
readonly 'icon-warning'?: any;
|
|
1537
|
-
readonly 'border-
|
|
1538
|
-
readonly 'border-focus-middle'?: any;
|
|
1579
|
+
readonly 'border-danger'?: any;
|
|
1539
1580
|
readonly 'border-focus-inner'?: any;
|
|
1581
|
+
readonly 'border-focus-middle'?: any;
|
|
1582
|
+
readonly 'border-focus-outer'?: any;
|
|
1540
1583
|
readonly 'border-neutrals'?: any;
|
|
1541
|
-
readonly 'border-neutrals-hover'?: any;
|
|
1542
1584
|
readonly 'border-neutrals-active'?: any;
|
|
1543
|
-
readonly 'border-neutrals-disabled'?: any;
|
|
1544
1585
|
readonly 'border-neutrals-controls'?: any;
|
|
1545
1586
|
readonly 'border-neutrals-controls-disabled'?: any;
|
|
1546
|
-
readonly 'border-neutrals-
|
|
1587
|
+
readonly 'border-neutrals-disabled'?: any;
|
|
1588
|
+
readonly 'border-neutrals-hover'?: any;
|
|
1547
1589
|
readonly 'border-neutrals-inverted'?: any;
|
|
1590
|
+
readonly 'border-neutrals-subtle'?: any;
|
|
1548
1591
|
readonly 'border-primary'?: any;
|
|
1549
|
-
readonly 'border-primary-hover'?: any;
|
|
1550
1592
|
readonly 'border-primary-active'?: any;
|
|
1593
|
+
readonly 'border-primary-hover'?: any;
|
|
1551
1594
|
readonly 'border-primary-inverted'?: any;
|
|
1552
|
-
readonly 'border-danger'?: any;
|
|
1553
1595
|
readonly 'border-success'?: any;
|
|
1554
1596
|
readonly 'border-warning'?: any;
|
|
1555
1597
|
};
|
|
@@ -1643,6 +1685,11 @@ declare const globalCss: <Styles extends {
|
|
|
1643
1685
|
readonly 'stacking-500': any;
|
|
1644
1686
|
readonly 'stacking-800': any;
|
|
1645
1687
|
};
|
|
1688
|
+
'stroke-width': {
|
|
1689
|
+
readonly thin: "1.5px";
|
|
1690
|
+
readonly normal: "2px";
|
|
1691
|
+
readonly bold: "4px";
|
|
1692
|
+
};
|
|
1646
1693
|
'z-indices': {
|
|
1647
1694
|
readonly dropdownMenu: 100;
|
|
1648
1695
|
readonly popover: 200;
|
|
@@ -1771,6 +1818,7 @@ declare const globalCss: <Styles extends {
|
|
|
1771
1818
|
readonly scrollPaddingRight: "space-inset";
|
|
1772
1819
|
readonly scrollPaddingTop: "space-inset";
|
|
1773
1820
|
readonly stroke: "colors";
|
|
1821
|
+
readonly strokeWidth: "stroke-width";
|
|
1774
1822
|
readonly textDecorationColor: "colors";
|
|
1775
1823
|
readonly textShadow: "shadows";
|
|
1776
1824
|
readonly top: "space";
|
|
@@ -1895,89 +1943,93 @@ declare const globalCss: <Styles extends {
|
|
|
1895
1943
|
readonly black: any;
|
|
1896
1944
|
readonly white: any;
|
|
1897
1945
|
readonly transparent: any;
|
|
1946
|
+
readonly 'background-danger'?: any;
|
|
1947
|
+
readonly 'background-danger-hover'?: any;
|
|
1948
|
+
readonly 'background-danger-prominent'?: any;
|
|
1949
|
+
readonly 'background-danger-prominent-active'?: any;
|
|
1950
|
+
readonly 'background-danger-prominent-hover'?: any;
|
|
1898
1951
|
readonly 'background-neutrals'?: any;
|
|
1899
1952
|
readonly 'background-neutrals-body'?: any;
|
|
1900
1953
|
readonly 'background-neutrals-container'?: any;
|
|
1954
|
+
readonly 'background-neutrals-controls-disabled'?: any;
|
|
1955
|
+
readonly 'background-neutrals-disabled'?: any;
|
|
1956
|
+
readonly 'background-neutrals-inactive'?: any;
|
|
1957
|
+
readonly 'background-neutrals-inactive-hover'?: any;
|
|
1901
1958
|
readonly 'background-neutrals-inverted'?: any;
|
|
1902
1959
|
readonly 'background-neutrals-inverted-subtle'?: any;
|
|
1960
|
+
readonly 'background-neutrals-scrolls'?: any;
|
|
1961
|
+
readonly 'background-neutrals-scrolls-hover'?: any;
|
|
1903
1962
|
readonly 'background-neutrals-subtle'?: any;
|
|
1904
|
-
readonly 'background-neutrals-subtle-hover'?: any;
|
|
1905
1963
|
readonly 'background-neutrals-subtle-active'?: any;
|
|
1906
|
-
readonly 'background-neutrals-
|
|
1907
|
-
readonly 'background-neutrals-controls-disabled'?: any;
|
|
1908
|
-
readonly 'background-neutrals-scrolls'?: any;
|
|
1909
|
-
readonly 'background-neutrals-inactive'?: any;
|
|
1910
|
-
readonly 'background-neutrals-inactive-hover'?: any;
|
|
1964
|
+
readonly 'background-neutrals-subtle-hover'?: any;
|
|
1911
1965
|
readonly 'background-primary-prominent'?: any;
|
|
1912
|
-
readonly 'background-primary-prominent-hover'?: any;
|
|
1913
1966
|
readonly 'background-primary-prominent-active'?: any;
|
|
1967
|
+
readonly 'background-primary-prominent-hover'?: any;
|
|
1914
1968
|
readonly 'background-primary-prominent-selected'?: any;
|
|
1915
1969
|
readonly 'background-primary-subtle'?: any;
|
|
1916
|
-
readonly 'background-primary-subtle-hover'?: any;
|
|
1917
1970
|
readonly 'background-primary-subtle-active'?: any;
|
|
1971
|
+
readonly 'background-primary-subtle-hover'?: any;
|
|
1918
1972
|
readonly 'background-primary-subtle-selected'?: any;
|
|
1919
|
-
readonly 'background-danger-prominent'?: any;
|
|
1920
|
-
readonly 'background-danger-prominent-hover'?: any;
|
|
1921
|
-
readonly 'background-danger-prominent-active'?: any;
|
|
1922
|
-
readonly 'background-danger'?: any;
|
|
1923
|
-
readonly 'background-danger-hover'?: any;
|
|
1924
1973
|
readonly 'background-success'?: any;
|
|
1925
|
-
readonly 'background-warning-subtle'?: any;
|
|
1926
1974
|
readonly 'background-warning-prominent'?: any;
|
|
1927
|
-
readonly '
|
|
1975
|
+
readonly 'background-warning-subtle'?: any;
|
|
1976
|
+
readonly 'text-danger'?: any;
|
|
1977
|
+
readonly 'text-danger-active'?: any;
|
|
1978
|
+
readonly 'text-danger-hover'?: any;
|
|
1979
|
+
readonly 'text-danger-inverted'?: any;
|
|
1928
1980
|
readonly 'text-neutrals'?: any;
|
|
1929
|
-
readonly 'text-neutrals-subtle'?: any;
|
|
1930
|
-
readonly 'text-neutrals-placeholder-only'?: any;
|
|
1931
|
-
readonly 'text-neutrals-placeholder'?: any;
|
|
1932
1981
|
readonly 'text-neutrals-disabled'?: any;
|
|
1933
|
-
readonly 'text-
|
|
1982
|
+
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
|
+
readonly 'text-neutrals-placeholder'?: any;
|
|
1987
|
+
readonly 'text-neutrals-placeholder-only'?: any;
|
|
1988
|
+
readonly 'text-neutrals-subtle'?: any;
|
|
1934
1989
|
readonly 'text-primary'?: any;
|
|
1935
|
-
readonly 'text-primary-hover'?: any;
|
|
1936
1990
|
readonly 'text-primary-active'?: any;
|
|
1937
|
-
readonly 'text-primary-
|
|
1991
|
+
readonly 'text-primary-hover'?: any;
|
|
1992
|
+
readonly 'text-primary-inverted'?: any;
|
|
1938
1993
|
readonly 'text-primary-inverted-subtle'?: any;
|
|
1939
|
-
readonly 'text-
|
|
1940
|
-
readonly 'text-danger'?: any;
|
|
1941
|
-
readonly 'text-danger-hover'?: any;
|
|
1942
|
-
readonly 'text-danger-active'?: any;
|
|
1994
|
+
readonly 'text-primary-selected'?: any;
|
|
1943
1995
|
readonly 'text-success'?: any;
|
|
1944
1996
|
readonly 'text-warning'?: any;
|
|
1945
|
-
readonly 'icon-
|
|
1997
|
+
readonly 'icon-danger'?: any;
|
|
1998
|
+
readonly 'icon-danger-active'?: any;
|
|
1999
|
+
readonly 'icon-danger-hover'?: any;
|
|
2000
|
+
readonly 'icon-danger-inverted'?: any;
|
|
1946
2001
|
readonly 'icon-neutrals'?: any;
|
|
1947
|
-
readonly 'icon-neutrals-with-text'?: any;
|
|
1948
|
-
readonly 'icon-neutrals-subtle'?: any;
|
|
1949
2002
|
readonly 'icon-neutrals-disabled'?: any;
|
|
1950
|
-
readonly 'icon-neutrals-search'?: any;
|
|
1951
2003
|
readonly 'icon-neutrals-inactive'?: any;
|
|
1952
2004
|
readonly 'icon-neutrals-inactive-hover'?: any;
|
|
1953
|
-
readonly 'icon-
|
|
2005
|
+
readonly 'icon-neutrals-inverted'?: any;
|
|
2006
|
+
readonly 'icon-neutrals-search'?: any;
|
|
2007
|
+
readonly 'icon-neutrals-subtle'?: any;
|
|
2008
|
+
readonly 'icon-neutrals-with-text'?: any;
|
|
1954
2009
|
readonly 'icon-primary'?: any;
|
|
1955
|
-
readonly 'icon-primary-hover'?: any;
|
|
1956
2010
|
readonly 'icon-primary-active'?: any;
|
|
2011
|
+
readonly 'icon-primary-hover'?: any;
|
|
2012
|
+
readonly 'icon-primary-inverted'?: any;
|
|
1957
2013
|
readonly 'icon-primary-selected'?: any;
|
|
1958
|
-
readonly 'icon-danger-inverted'?: any;
|
|
1959
|
-
readonly 'icon-danger'?: any;
|
|
1960
|
-
readonly 'icon-danger-hover'?: any;
|
|
1961
|
-
readonly 'icon-danger-active'?: any;
|
|
1962
|
-
readonly 'icon-success-inverted'?: any;
|
|
1963
2014
|
readonly 'icon-success'?: any;
|
|
2015
|
+
readonly 'icon-success-inverted'?: any;
|
|
1964
2016
|
readonly 'icon-warning'?: any;
|
|
1965
|
-
readonly 'border-
|
|
1966
|
-
readonly 'border-focus-middle'?: any;
|
|
2017
|
+
readonly 'border-danger'?: any;
|
|
1967
2018
|
readonly 'border-focus-inner'?: any;
|
|
2019
|
+
readonly 'border-focus-middle'?: any;
|
|
2020
|
+
readonly 'border-focus-outer'?: any;
|
|
1968
2021
|
readonly 'border-neutrals'?: any;
|
|
1969
|
-
readonly 'border-neutrals-hover'?: any;
|
|
1970
2022
|
readonly 'border-neutrals-active'?: any;
|
|
1971
|
-
readonly 'border-neutrals-disabled'?: any;
|
|
1972
2023
|
readonly 'border-neutrals-controls'?: any;
|
|
1973
2024
|
readonly 'border-neutrals-controls-disabled'?: any;
|
|
1974
|
-
readonly 'border-neutrals-
|
|
2025
|
+
readonly 'border-neutrals-disabled'?: any;
|
|
2026
|
+
readonly 'border-neutrals-hover'?: any;
|
|
1975
2027
|
readonly 'border-neutrals-inverted'?: any;
|
|
2028
|
+
readonly 'border-neutrals-subtle'?: any;
|
|
1976
2029
|
readonly 'border-primary'?: any;
|
|
1977
|
-
readonly 'border-primary-hover'?: any;
|
|
1978
2030
|
readonly 'border-primary-active'?: any;
|
|
2031
|
+
readonly 'border-primary-hover'?: any;
|
|
1979
2032
|
readonly 'border-primary-inverted'?: any;
|
|
1980
|
-
readonly 'border-danger'?: any;
|
|
1981
2033
|
readonly 'border-success'?: any;
|
|
1982
2034
|
readonly 'border-warning'?: any;
|
|
1983
2035
|
};
|
|
@@ -2071,6 +2123,11 @@ declare const globalCss: <Styles extends {
|
|
|
2071
2123
|
readonly 'stacking-500': any;
|
|
2072
2124
|
readonly 'stacking-800': any;
|
|
2073
2125
|
};
|
|
2126
|
+
'stroke-width': {
|
|
2127
|
+
readonly thin: "1.5px";
|
|
2128
|
+
readonly normal: "2px";
|
|
2129
|
+
readonly bold: "4px";
|
|
2130
|
+
};
|
|
2074
2131
|
'z-indices': {
|
|
2075
2132
|
readonly dropdownMenu: 100;
|
|
2076
2133
|
readonly popover: 200;
|
|
@@ -2199,6 +2256,7 @@ declare const globalCss: <Styles extends {
|
|
|
2199
2256
|
readonly scrollPaddingRight: "space-inset";
|
|
2200
2257
|
readonly scrollPaddingTop: "space-inset";
|
|
2201
2258
|
readonly stroke: "colors";
|
|
2259
|
+
readonly strokeWidth: "stroke-width";
|
|
2202
2260
|
readonly textDecorationColor: "colors";
|
|
2203
2261
|
readonly textShadow: "shadows";
|
|
2204
2262
|
readonly top: "space";
|
|
@@ -2324,89 +2382,93 @@ declare const keyframes: (style: {
|
|
|
2324
2382
|
readonly black: any;
|
|
2325
2383
|
readonly white: any;
|
|
2326
2384
|
readonly transparent: any;
|
|
2385
|
+
readonly 'background-danger'?: any;
|
|
2386
|
+
readonly 'background-danger-hover'?: any;
|
|
2387
|
+
readonly 'background-danger-prominent'?: any;
|
|
2388
|
+
readonly 'background-danger-prominent-active'?: any;
|
|
2389
|
+
readonly 'background-danger-prominent-hover'?: any;
|
|
2327
2390
|
readonly 'background-neutrals'?: any;
|
|
2328
2391
|
readonly 'background-neutrals-body'?: any;
|
|
2329
2392
|
readonly 'background-neutrals-container'?: any;
|
|
2393
|
+
readonly 'background-neutrals-controls-disabled'?: any;
|
|
2394
|
+
readonly 'background-neutrals-disabled'?: any;
|
|
2395
|
+
readonly 'background-neutrals-inactive'?: any;
|
|
2396
|
+
readonly 'background-neutrals-inactive-hover'?: any;
|
|
2330
2397
|
readonly 'background-neutrals-inverted'?: any;
|
|
2331
2398
|
readonly 'background-neutrals-inverted-subtle'?: any;
|
|
2399
|
+
readonly 'background-neutrals-scrolls'?: any;
|
|
2400
|
+
readonly 'background-neutrals-scrolls-hover'?: any;
|
|
2332
2401
|
readonly 'background-neutrals-subtle'?: any;
|
|
2333
|
-
readonly 'background-neutrals-subtle-hover'?: any;
|
|
2334
2402
|
readonly 'background-neutrals-subtle-active'?: any;
|
|
2335
|
-
readonly 'background-neutrals-
|
|
2336
|
-
readonly 'background-neutrals-controls-disabled'?: any;
|
|
2337
|
-
readonly 'background-neutrals-scrolls'?: any;
|
|
2338
|
-
readonly 'background-neutrals-inactive'?: any;
|
|
2339
|
-
readonly 'background-neutrals-inactive-hover'?: any;
|
|
2403
|
+
readonly 'background-neutrals-subtle-hover'?: any;
|
|
2340
2404
|
readonly 'background-primary-prominent'?: any;
|
|
2341
|
-
readonly 'background-primary-prominent-hover'?: any;
|
|
2342
2405
|
readonly 'background-primary-prominent-active'?: any;
|
|
2406
|
+
readonly 'background-primary-prominent-hover'?: any;
|
|
2343
2407
|
readonly 'background-primary-prominent-selected'?: any;
|
|
2344
2408
|
readonly 'background-primary-subtle'?: any;
|
|
2345
|
-
readonly 'background-primary-subtle-hover'?: any;
|
|
2346
2409
|
readonly 'background-primary-subtle-active'?: any;
|
|
2410
|
+
readonly 'background-primary-subtle-hover'?: any;
|
|
2347
2411
|
readonly 'background-primary-subtle-selected'?: any;
|
|
2348
|
-
readonly 'background-danger-prominent'?: any;
|
|
2349
|
-
readonly 'background-danger-prominent-hover'?: any;
|
|
2350
|
-
readonly 'background-danger-prominent-active'?: any;
|
|
2351
|
-
readonly 'background-danger'?: any;
|
|
2352
|
-
readonly 'background-danger-hover'?: any;
|
|
2353
2412
|
readonly 'background-success'?: any;
|
|
2354
|
-
readonly 'background-warning-subtle'?: any;
|
|
2355
2413
|
readonly 'background-warning-prominent'?: any;
|
|
2356
|
-
readonly '
|
|
2414
|
+
readonly 'background-warning-subtle'?: any;
|
|
2415
|
+
readonly 'text-danger'?: any;
|
|
2416
|
+
readonly 'text-danger-active'?: any;
|
|
2417
|
+
readonly 'text-danger-hover'?: any;
|
|
2418
|
+
readonly 'text-danger-inverted'?: any;
|
|
2357
2419
|
readonly 'text-neutrals'?: any;
|
|
2358
|
-
readonly 'text-neutrals-subtle'?: any;
|
|
2359
|
-
readonly 'text-neutrals-placeholder-only'?: any;
|
|
2360
|
-
readonly 'text-neutrals-placeholder'?: any;
|
|
2361
2420
|
readonly 'text-neutrals-disabled'?: any;
|
|
2362
|
-
readonly 'text-
|
|
2421
|
+
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
|
+
readonly 'text-neutrals-placeholder'?: any;
|
|
2426
|
+
readonly 'text-neutrals-placeholder-only'?: any;
|
|
2427
|
+
readonly 'text-neutrals-subtle'?: any;
|
|
2363
2428
|
readonly 'text-primary'?: any;
|
|
2364
|
-
readonly 'text-primary-hover'?: any;
|
|
2365
2429
|
readonly 'text-primary-active'?: any;
|
|
2366
|
-
readonly 'text-primary-
|
|
2430
|
+
readonly 'text-primary-hover'?: any;
|
|
2431
|
+
readonly 'text-primary-inverted'?: any;
|
|
2367
2432
|
readonly 'text-primary-inverted-subtle'?: any;
|
|
2368
|
-
readonly 'text-
|
|
2369
|
-
readonly 'text-danger'?: any;
|
|
2370
|
-
readonly 'text-danger-hover'?: any;
|
|
2371
|
-
readonly 'text-danger-active'?: any;
|
|
2433
|
+
readonly 'text-primary-selected'?: any;
|
|
2372
2434
|
readonly 'text-success'?: any;
|
|
2373
2435
|
readonly 'text-warning'?: any;
|
|
2374
|
-
readonly 'icon-
|
|
2436
|
+
readonly 'icon-danger'?: any;
|
|
2437
|
+
readonly 'icon-danger-active'?: any;
|
|
2438
|
+
readonly 'icon-danger-hover'?: any;
|
|
2439
|
+
readonly 'icon-danger-inverted'?: any;
|
|
2375
2440
|
readonly 'icon-neutrals'?: any;
|
|
2376
|
-
readonly 'icon-neutrals-with-text'?: any;
|
|
2377
|
-
readonly 'icon-neutrals-subtle'?: any;
|
|
2378
2441
|
readonly 'icon-neutrals-disabled'?: any;
|
|
2379
|
-
readonly 'icon-neutrals-search'?: any;
|
|
2380
2442
|
readonly 'icon-neutrals-inactive'?: any;
|
|
2381
2443
|
readonly 'icon-neutrals-inactive-hover'?: any;
|
|
2382
|
-
readonly 'icon-
|
|
2444
|
+
readonly 'icon-neutrals-inverted'?: any;
|
|
2445
|
+
readonly 'icon-neutrals-search'?: any;
|
|
2446
|
+
readonly 'icon-neutrals-subtle'?: any;
|
|
2447
|
+
readonly 'icon-neutrals-with-text'?: any;
|
|
2383
2448
|
readonly 'icon-primary'?: any;
|
|
2384
|
-
readonly 'icon-primary-hover'?: any;
|
|
2385
2449
|
readonly 'icon-primary-active'?: any;
|
|
2450
|
+
readonly 'icon-primary-hover'?: any;
|
|
2451
|
+
readonly 'icon-primary-inverted'?: any;
|
|
2386
2452
|
readonly 'icon-primary-selected'?: any;
|
|
2387
|
-
readonly 'icon-danger-inverted'?: any;
|
|
2388
|
-
readonly 'icon-danger'?: any;
|
|
2389
|
-
readonly 'icon-danger-hover'?: any;
|
|
2390
|
-
readonly 'icon-danger-active'?: any;
|
|
2391
|
-
readonly 'icon-success-inverted'?: any;
|
|
2392
2453
|
readonly 'icon-success'?: any;
|
|
2454
|
+
readonly 'icon-success-inverted'?: any;
|
|
2393
2455
|
readonly 'icon-warning'?: any;
|
|
2394
|
-
readonly 'border-
|
|
2395
|
-
readonly 'border-focus-middle'?: any;
|
|
2456
|
+
readonly 'border-danger'?: any;
|
|
2396
2457
|
readonly 'border-focus-inner'?: any;
|
|
2458
|
+
readonly 'border-focus-middle'?: any;
|
|
2459
|
+
readonly 'border-focus-outer'?: any;
|
|
2397
2460
|
readonly 'border-neutrals'?: any;
|
|
2398
|
-
readonly 'border-neutrals-hover'?: any;
|
|
2399
2461
|
readonly 'border-neutrals-active'?: any;
|
|
2400
|
-
readonly 'border-neutrals-disabled'?: any;
|
|
2401
2462
|
readonly 'border-neutrals-controls'?: any;
|
|
2402
2463
|
readonly 'border-neutrals-controls-disabled'?: any;
|
|
2403
|
-
readonly 'border-neutrals-
|
|
2464
|
+
readonly 'border-neutrals-disabled'?: any;
|
|
2465
|
+
readonly 'border-neutrals-hover'?: any;
|
|
2404
2466
|
readonly 'border-neutrals-inverted'?: any;
|
|
2467
|
+
readonly 'border-neutrals-subtle'?: any;
|
|
2405
2468
|
readonly 'border-primary'?: any;
|
|
2406
|
-
readonly 'border-primary-hover'?: any;
|
|
2407
2469
|
readonly 'border-primary-active'?: any;
|
|
2470
|
+
readonly 'border-primary-hover'?: any;
|
|
2408
2471
|
readonly 'border-primary-inverted'?: any;
|
|
2409
|
-
readonly 'border-danger'?: any;
|
|
2410
2472
|
readonly 'border-success'?: any;
|
|
2411
2473
|
readonly 'border-warning'?: any;
|
|
2412
2474
|
};
|
|
@@ -2500,6 +2562,11 @@ declare const keyframes: (style: {
|
|
|
2500
2562
|
readonly 'stacking-500': any;
|
|
2501
2563
|
readonly 'stacking-800': any;
|
|
2502
2564
|
};
|
|
2565
|
+
'stroke-width': {
|
|
2566
|
+
readonly thin: "1.5px";
|
|
2567
|
+
readonly normal: "2px";
|
|
2568
|
+
readonly bold: "4px";
|
|
2569
|
+
};
|
|
2503
2570
|
'z-indices': {
|
|
2504
2571
|
readonly dropdownMenu: 100;
|
|
2505
2572
|
readonly popover: 200;
|
|
@@ -2628,6 +2695,7 @@ declare const keyframes: (style: {
|
|
|
2628
2695
|
readonly scrollPaddingRight: "space-inset";
|
|
2629
2696
|
readonly scrollPaddingTop: "space-inset";
|
|
2630
2697
|
readonly stroke: "colors";
|
|
2698
|
+
readonly strokeWidth: "stroke-width";
|
|
2631
2699
|
readonly textDecorationColor: "colors";
|
|
2632
2700
|
readonly textShadow: "shadows";
|
|
2633
2701
|
readonly top: "space";
|
|
@@ -2844,6 +2912,7 @@ declare const themeMap: {
|
|
|
2844
2912
|
readonly scrollPaddingRight: "space-inset";
|
|
2845
2913
|
readonly scrollPaddingTop: "space-inset";
|
|
2846
2914
|
readonly stroke: "colors";
|
|
2915
|
+
readonly strokeWidth: "stroke-width";
|
|
2847
2916
|
readonly textDecorationColor: "colors";
|
|
2848
2917
|
readonly textShadow: "shadows";
|
|
2849
2918
|
readonly top: "space";
|
|
@@ -2864,6 +2933,7 @@ interface Theme {
|
|
|
2864
2933
|
'space-gap': typeof Tokens.spaceGap;
|
|
2865
2934
|
'space-inset': typeof Tokens.spaceInset;
|
|
2866
2935
|
'space-offset': typeof Tokens.spaceOffset;
|
|
2936
|
+
'stroke-width': typeof Tokens.strokeWidths;
|
|
2867
2937
|
'z-indices': typeof Tokens.zIndices;
|
|
2868
2938
|
}
|
|
2869
2939
|
declare const theme: Theme;
|
|
@@ -2973,89 +3043,93 @@ declare const styled: <Element_1 extends _stitches_react_types_util.Function | k
|
|
|
2973
3043
|
readonly black: any;
|
|
2974
3044
|
readonly white: any;
|
|
2975
3045
|
readonly transparent: any;
|
|
3046
|
+
readonly 'background-danger'?: any;
|
|
3047
|
+
readonly 'background-danger-hover'?: any;
|
|
3048
|
+
readonly 'background-danger-prominent'?: any;
|
|
3049
|
+
readonly 'background-danger-prominent-active'?: any;
|
|
3050
|
+
readonly 'background-danger-prominent-hover'?: any;
|
|
2976
3051
|
readonly 'background-neutrals'?: any;
|
|
2977
3052
|
readonly 'background-neutrals-body'?: any;
|
|
2978
3053
|
readonly 'background-neutrals-container'?: any;
|
|
3054
|
+
readonly 'background-neutrals-controls-disabled'?: any;
|
|
3055
|
+
readonly 'background-neutrals-disabled'?: any;
|
|
3056
|
+
readonly 'background-neutrals-inactive'?: any;
|
|
3057
|
+
readonly 'background-neutrals-inactive-hover'?: any;
|
|
2979
3058
|
readonly 'background-neutrals-inverted'?: any;
|
|
2980
3059
|
readonly 'background-neutrals-inverted-subtle'?: any;
|
|
3060
|
+
readonly 'background-neutrals-scrolls'?: any;
|
|
3061
|
+
readonly 'background-neutrals-scrolls-hover'?: any;
|
|
2981
3062
|
readonly 'background-neutrals-subtle'?: any;
|
|
2982
|
-
readonly 'background-neutrals-subtle-hover'?: any;
|
|
2983
3063
|
readonly 'background-neutrals-subtle-active'?: any;
|
|
2984
|
-
readonly 'background-neutrals-
|
|
2985
|
-
readonly 'background-neutrals-controls-disabled'?: any;
|
|
2986
|
-
readonly 'background-neutrals-scrolls'?: any;
|
|
2987
|
-
readonly 'background-neutrals-inactive'?: any;
|
|
2988
|
-
readonly 'background-neutrals-inactive-hover'?: any;
|
|
3064
|
+
readonly 'background-neutrals-subtle-hover'?: any;
|
|
2989
3065
|
readonly 'background-primary-prominent'?: any;
|
|
2990
|
-
readonly 'background-primary-prominent-hover'?: any;
|
|
2991
3066
|
readonly 'background-primary-prominent-active'?: any;
|
|
3067
|
+
readonly 'background-primary-prominent-hover'?: any;
|
|
2992
3068
|
readonly 'background-primary-prominent-selected'?: any;
|
|
2993
3069
|
readonly 'background-primary-subtle'?: any;
|
|
2994
|
-
readonly 'background-primary-subtle-hover'?: any;
|
|
2995
3070
|
readonly 'background-primary-subtle-active'?: any;
|
|
3071
|
+
readonly 'background-primary-subtle-hover'?: any;
|
|
2996
3072
|
readonly 'background-primary-subtle-selected'?: any;
|
|
2997
|
-
readonly 'background-danger-prominent'?: any;
|
|
2998
|
-
readonly 'background-danger-prominent-hover'?: any;
|
|
2999
|
-
readonly 'background-danger-prominent-active'?: any;
|
|
3000
|
-
readonly 'background-danger'?: any;
|
|
3001
|
-
readonly 'background-danger-hover'?: any;
|
|
3002
3073
|
readonly 'background-success'?: any;
|
|
3003
|
-
readonly 'background-warning-subtle'?: any;
|
|
3004
3074
|
readonly 'background-warning-prominent'?: any;
|
|
3005
|
-
readonly '
|
|
3075
|
+
readonly 'background-warning-subtle'?: any;
|
|
3076
|
+
readonly 'text-danger'?: any;
|
|
3077
|
+
readonly 'text-danger-active'?: any;
|
|
3078
|
+
readonly 'text-danger-hover'?: any;
|
|
3079
|
+
readonly 'text-danger-inverted'?: any;
|
|
3006
3080
|
readonly 'text-neutrals'?: any;
|
|
3007
|
-
readonly 'text-neutrals-subtle'?: any;
|
|
3008
|
-
readonly 'text-neutrals-placeholder-only'?: any;
|
|
3009
|
-
readonly 'text-neutrals-placeholder'?: any;
|
|
3010
3081
|
readonly 'text-neutrals-disabled'?: any;
|
|
3011
|
-
readonly 'text-
|
|
3082
|
+
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
|
+
readonly 'text-neutrals-placeholder'?: any;
|
|
3087
|
+
readonly 'text-neutrals-placeholder-only'?: any;
|
|
3088
|
+
readonly 'text-neutrals-subtle'?: any;
|
|
3012
3089
|
readonly 'text-primary'?: any;
|
|
3013
|
-
readonly 'text-primary-hover'?: any;
|
|
3014
3090
|
readonly 'text-primary-active'?: any;
|
|
3015
|
-
readonly 'text-primary-
|
|
3091
|
+
readonly 'text-primary-hover'?: any;
|
|
3092
|
+
readonly 'text-primary-inverted'?: any;
|
|
3016
3093
|
readonly 'text-primary-inverted-subtle'?: any;
|
|
3017
|
-
readonly 'text-
|
|
3018
|
-
readonly 'text-danger'?: any;
|
|
3019
|
-
readonly 'text-danger-hover'?: any;
|
|
3020
|
-
readonly 'text-danger-active'?: any;
|
|
3094
|
+
readonly 'text-primary-selected'?: any;
|
|
3021
3095
|
readonly 'text-success'?: any;
|
|
3022
3096
|
readonly 'text-warning'?: any;
|
|
3023
|
-
readonly 'icon-
|
|
3097
|
+
readonly 'icon-danger'?: any;
|
|
3098
|
+
readonly 'icon-danger-active'?: any;
|
|
3099
|
+
readonly 'icon-danger-hover'?: any;
|
|
3100
|
+
readonly 'icon-danger-inverted'?: any;
|
|
3024
3101
|
readonly 'icon-neutrals'?: any;
|
|
3025
|
-
readonly 'icon-neutrals-with-text'?: any;
|
|
3026
|
-
readonly 'icon-neutrals-subtle'?: any;
|
|
3027
3102
|
readonly 'icon-neutrals-disabled'?: any;
|
|
3028
|
-
readonly 'icon-neutrals-search'?: any;
|
|
3029
3103
|
readonly 'icon-neutrals-inactive'?: any;
|
|
3030
3104
|
readonly 'icon-neutrals-inactive-hover'?: any;
|
|
3031
|
-
readonly 'icon-
|
|
3105
|
+
readonly 'icon-neutrals-inverted'?: any;
|
|
3106
|
+
readonly 'icon-neutrals-search'?: any;
|
|
3107
|
+
readonly 'icon-neutrals-subtle'?: any;
|
|
3108
|
+
readonly 'icon-neutrals-with-text'?: any;
|
|
3032
3109
|
readonly 'icon-primary'?: any;
|
|
3033
|
-
readonly 'icon-primary-hover'?: any;
|
|
3034
3110
|
readonly 'icon-primary-active'?: any;
|
|
3111
|
+
readonly 'icon-primary-hover'?: any;
|
|
3112
|
+
readonly 'icon-primary-inverted'?: any;
|
|
3035
3113
|
readonly 'icon-primary-selected'?: any;
|
|
3036
|
-
readonly 'icon-danger-inverted'?: any;
|
|
3037
|
-
readonly 'icon-danger'?: any;
|
|
3038
|
-
readonly 'icon-danger-hover'?: any;
|
|
3039
|
-
readonly 'icon-danger-active'?: any;
|
|
3040
|
-
readonly 'icon-success-inverted'?: any;
|
|
3041
3114
|
readonly 'icon-success'?: any;
|
|
3115
|
+
readonly 'icon-success-inverted'?: any;
|
|
3042
3116
|
readonly 'icon-warning'?: any;
|
|
3043
|
-
readonly 'border-
|
|
3044
|
-
readonly 'border-focus-middle'?: any;
|
|
3117
|
+
readonly 'border-danger'?: any;
|
|
3045
3118
|
readonly 'border-focus-inner'?: any;
|
|
3119
|
+
readonly 'border-focus-middle'?: any;
|
|
3120
|
+
readonly 'border-focus-outer'?: any;
|
|
3046
3121
|
readonly 'border-neutrals'?: any;
|
|
3047
|
-
readonly 'border-neutrals-hover'?: any;
|
|
3048
3122
|
readonly 'border-neutrals-active'?: any;
|
|
3049
|
-
readonly 'border-neutrals-disabled'?: any;
|
|
3050
3123
|
readonly 'border-neutrals-controls'?: any;
|
|
3051
3124
|
readonly 'border-neutrals-controls-disabled'?: any;
|
|
3052
|
-
readonly 'border-neutrals-
|
|
3125
|
+
readonly 'border-neutrals-disabled'?: any;
|
|
3126
|
+
readonly 'border-neutrals-hover'?: any;
|
|
3053
3127
|
readonly 'border-neutrals-inverted'?: any;
|
|
3128
|
+
readonly 'border-neutrals-subtle'?: any;
|
|
3054
3129
|
readonly 'border-primary'?: any;
|
|
3055
|
-
readonly 'border-primary-hover'?: any;
|
|
3056
3130
|
readonly 'border-primary-active'?: any;
|
|
3131
|
+
readonly 'border-primary-hover'?: any;
|
|
3057
3132
|
readonly 'border-primary-inverted'?: any;
|
|
3058
|
-
readonly 'border-danger'?: any;
|
|
3059
3133
|
readonly 'border-success'?: any;
|
|
3060
3134
|
readonly 'border-warning'?: any;
|
|
3061
3135
|
};
|
|
@@ -3149,6 +3223,11 @@ declare const styled: <Element_1 extends _stitches_react_types_util.Function | k
|
|
|
3149
3223
|
readonly 'stacking-500': any;
|
|
3150
3224
|
readonly 'stacking-800': any;
|
|
3151
3225
|
};
|
|
3226
|
+
'stroke-width': {
|
|
3227
|
+
readonly thin: "1.5px";
|
|
3228
|
+
readonly normal: "2px";
|
|
3229
|
+
readonly bold: "4px";
|
|
3230
|
+
};
|
|
3152
3231
|
'z-indices': {
|
|
3153
3232
|
readonly dropdownMenu: 100;
|
|
3154
3233
|
readonly popover: 200;
|
|
@@ -3277,6 +3356,7 @@ declare const styled: <Element_1 extends _stitches_react_types_util.Function | k
|
|
|
3277
3356
|
readonly scrollPaddingRight: "space-inset";
|
|
3278
3357
|
readonly scrollPaddingTop: "space-inset";
|
|
3279
3358
|
readonly stroke: "colors";
|
|
3359
|
+
readonly strokeWidth: "stroke-width";
|
|
3280
3360
|
readonly textDecorationColor: "colors";
|
|
3281
3361
|
readonly textShadow: "shadows";
|
|
3282
3362
|
readonly top: "space";
|
|
@@ -3403,89 +3483,93 @@ declare const styled: <Element_1 extends _stitches_react_types_util.Function | k
|
|
|
3403
3483
|
readonly black: any;
|
|
3404
3484
|
readonly white: any;
|
|
3405
3485
|
readonly transparent: any;
|
|
3486
|
+
readonly 'background-danger'?: any;
|
|
3487
|
+
readonly 'background-danger-hover'?: any;
|
|
3488
|
+
readonly 'background-danger-prominent'?: any;
|
|
3489
|
+
readonly 'background-danger-prominent-active'?: any;
|
|
3490
|
+
readonly 'background-danger-prominent-hover'?: any;
|
|
3406
3491
|
readonly 'background-neutrals'?: any;
|
|
3407
3492
|
readonly 'background-neutrals-body'?: any;
|
|
3408
3493
|
readonly 'background-neutrals-container'?: any;
|
|
3494
|
+
readonly 'background-neutrals-controls-disabled'?: any;
|
|
3495
|
+
readonly 'background-neutrals-disabled'?: any;
|
|
3496
|
+
readonly 'background-neutrals-inactive'?: any;
|
|
3497
|
+
readonly 'background-neutrals-inactive-hover'?: any;
|
|
3409
3498
|
readonly 'background-neutrals-inverted'?: any;
|
|
3410
3499
|
readonly 'background-neutrals-inverted-subtle'?: any;
|
|
3500
|
+
readonly 'background-neutrals-scrolls'?: any;
|
|
3501
|
+
readonly 'background-neutrals-scrolls-hover'?: any;
|
|
3411
3502
|
readonly 'background-neutrals-subtle'?: any;
|
|
3412
|
-
readonly 'background-neutrals-subtle-hover'?: any;
|
|
3413
3503
|
readonly 'background-neutrals-subtle-active'?: any;
|
|
3414
|
-
readonly 'background-neutrals-
|
|
3415
|
-
readonly 'background-neutrals-controls-disabled'?: any;
|
|
3416
|
-
readonly 'background-neutrals-scrolls'?: any;
|
|
3417
|
-
readonly 'background-neutrals-inactive'?: any;
|
|
3418
|
-
readonly 'background-neutrals-inactive-hover'?: any;
|
|
3504
|
+
readonly 'background-neutrals-subtle-hover'?: any;
|
|
3419
3505
|
readonly 'background-primary-prominent'?: any;
|
|
3420
|
-
readonly 'background-primary-prominent-hover'?: any;
|
|
3421
3506
|
readonly 'background-primary-prominent-active'?: any;
|
|
3507
|
+
readonly 'background-primary-prominent-hover'?: any;
|
|
3422
3508
|
readonly 'background-primary-prominent-selected'?: any;
|
|
3423
3509
|
readonly 'background-primary-subtle'?: any;
|
|
3424
|
-
readonly 'background-primary-subtle-hover'?: any;
|
|
3425
3510
|
readonly 'background-primary-subtle-active'?: any;
|
|
3511
|
+
readonly 'background-primary-subtle-hover'?: any;
|
|
3426
3512
|
readonly 'background-primary-subtle-selected'?: any;
|
|
3427
|
-
readonly 'background-danger-prominent'?: any;
|
|
3428
|
-
readonly 'background-danger-prominent-hover'?: any;
|
|
3429
|
-
readonly 'background-danger-prominent-active'?: any;
|
|
3430
|
-
readonly 'background-danger'?: any;
|
|
3431
|
-
readonly 'background-danger-hover'?: any;
|
|
3432
3513
|
readonly 'background-success'?: any;
|
|
3433
|
-
readonly 'background-warning-subtle'?: any;
|
|
3434
3514
|
readonly 'background-warning-prominent'?: any;
|
|
3435
|
-
readonly '
|
|
3515
|
+
readonly 'background-warning-subtle'?: any;
|
|
3516
|
+
readonly 'text-danger'?: any;
|
|
3517
|
+
readonly 'text-danger-active'?: any;
|
|
3518
|
+
readonly 'text-danger-hover'?: any;
|
|
3519
|
+
readonly 'text-danger-inverted'?: any;
|
|
3436
3520
|
readonly 'text-neutrals'?: any;
|
|
3437
|
-
readonly 'text-neutrals-subtle'?: any;
|
|
3438
|
-
readonly 'text-neutrals-placeholder-only'?: any;
|
|
3439
|
-
readonly 'text-neutrals-placeholder'?: any;
|
|
3440
3521
|
readonly 'text-neutrals-disabled'?: any;
|
|
3441
|
-
readonly 'text-
|
|
3522
|
+
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
|
+
readonly 'text-neutrals-placeholder'?: any;
|
|
3527
|
+
readonly 'text-neutrals-placeholder-only'?: any;
|
|
3528
|
+
readonly 'text-neutrals-subtle'?: any;
|
|
3442
3529
|
readonly 'text-primary'?: any;
|
|
3443
|
-
readonly 'text-primary-hover'?: any;
|
|
3444
3530
|
readonly 'text-primary-active'?: any;
|
|
3445
|
-
readonly 'text-primary-
|
|
3531
|
+
readonly 'text-primary-hover'?: any;
|
|
3532
|
+
readonly 'text-primary-inverted'?: any;
|
|
3446
3533
|
readonly 'text-primary-inverted-subtle'?: any;
|
|
3447
|
-
readonly 'text-
|
|
3448
|
-
readonly 'text-danger'?: any;
|
|
3449
|
-
readonly 'text-danger-hover'?: any;
|
|
3450
|
-
readonly 'text-danger-active'?: any;
|
|
3534
|
+
readonly 'text-primary-selected'?: any;
|
|
3451
3535
|
readonly 'text-success'?: any;
|
|
3452
3536
|
readonly 'text-warning'?: any;
|
|
3453
|
-
readonly 'icon-
|
|
3537
|
+
readonly 'icon-danger'?: any;
|
|
3538
|
+
readonly 'icon-danger-active'?: any;
|
|
3539
|
+
readonly 'icon-danger-hover'?: any;
|
|
3540
|
+
readonly 'icon-danger-inverted'?: any;
|
|
3454
3541
|
readonly 'icon-neutrals'?: any;
|
|
3455
|
-
readonly 'icon-neutrals-with-text'?: any;
|
|
3456
|
-
readonly 'icon-neutrals-subtle'?: any;
|
|
3457
3542
|
readonly 'icon-neutrals-disabled'?: any;
|
|
3458
|
-
readonly 'icon-neutrals-search'?: any;
|
|
3459
3543
|
readonly 'icon-neutrals-inactive'?: any;
|
|
3460
3544
|
readonly 'icon-neutrals-inactive-hover'?: any;
|
|
3461
|
-
readonly 'icon-
|
|
3545
|
+
readonly 'icon-neutrals-inverted'?: any;
|
|
3546
|
+
readonly 'icon-neutrals-search'?: any;
|
|
3547
|
+
readonly 'icon-neutrals-subtle'?: any;
|
|
3548
|
+
readonly 'icon-neutrals-with-text'?: any;
|
|
3462
3549
|
readonly 'icon-primary'?: any;
|
|
3463
|
-
readonly 'icon-primary-hover'?: any;
|
|
3464
3550
|
readonly 'icon-primary-active'?: any;
|
|
3551
|
+
readonly 'icon-primary-hover'?: any;
|
|
3552
|
+
readonly 'icon-primary-inverted'?: any;
|
|
3465
3553
|
readonly 'icon-primary-selected'?: any;
|
|
3466
|
-
readonly 'icon-danger-inverted'?: any;
|
|
3467
|
-
readonly 'icon-danger'?: any;
|
|
3468
|
-
readonly 'icon-danger-hover'?: any;
|
|
3469
|
-
readonly 'icon-danger-active'?: any;
|
|
3470
|
-
readonly 'icon-success-inverted'?: any;
|
|
3471
3554
|
readonly 'icon-success'?: any;
|
|
3555
|
+
readonly 'icon-success-inverted'?: any;
|
|
3472
3556
|
readonly 'icon-warning'?: any;
|
|
3473
|
-
readonly 'border-
|
|
3474
|
-
readonly 'border-focus-middle'?: any;
|
|
3557
|
+
readonly 'border-danger'?: any;
|
|
3475
3558
|
readonly 'border-focus-inner'?: any;
|
|
3559
|
+
readonly 'border-focus-middle'?: any;
|
|
3560
|
+
readonly 'border-focus-outer'?: any;
|
|
3476
3561
|
readonly 'border-neutrals'?: any;
|
|
3477
|
-
readonly 'border-neutrals-hover'?: any;
|
|
3478
3562
|
readonly 'border-neutrals-active'?: any;
|
|
3479
|
-
readonly 'border-neutrals-disabled'?: any;
|
|
3480
3563
|
readonly 'border-neutrals-controls'?: any;
|
|
3481
3564
|
readonly 'border-neutrals-controls-disabled'?: any;
|
|
3482
|
-
readonly 'border-neutrals-
|
|
3565
|
+
readonly 'border-neutrals-disabled'?: any;
|
|
3566
|
+
readonly 'border-neutrals-hover'?: any;
|
|
3483
3567
|
readonly 'border-neutrals-inverted'?: any;
|
|
3568
|
+
readonly 'border-neutrals-subtle'?: any;
|
|
3484
3569
|
readonly 'border-primary'?: any;
|
|
3485
|
-
readonly 'border-primary-hover'?: any;
|
|
3486
3570
|
readonly 'border-primary-active'?: any;
|
|
3571
|
+
readonly 'border-primary-hover'?: any;
|
|
3487
3572
|
readonly 'border-primary-inverted'?: any;
|
|
3488
|
-
readonly 'border-danger'?: any;
|
|
3489
3573
|
readonly 'border-success'?: any;
|
|
3490
3574
|
readonly 'border-warning'?: any;
|
|
3491
3575
|
};
|
|
@@ -3579,6 +3663,11 @@ declare const styled: <Element_1 extends _stitches_react_types_util.Function | k
|
|
|
3579
3663
|
readonly 'stacking-500': any;
|
|
3580
3664
|
readonly 'stacking-800': any;
|
|
3581
3665
|
};
|
|
3666
|
+
'stroke-width': {
|
|
3667
|
+
readonly thin: "1.5px";
|
|
3668
|
+
readonly normal: "2px";
|
|
3669
|
+
readonly bold: "4px";
|
|
3670
|
+
};
|
|
3582
3671
|
'z-indices': {
|
|
3583
3672
|
readonly dropdownMenu: 100;
|
|
3584
3673
|
readonly popover: 200;
|
|
@@ -3707,6 +3796,7 @@ declare const styled: <Element_1 extends _stitches_react_types_util.Function | k
|
|
|
3707
3796
|
readonly scrollPaddingRight: "space-inset";
|
|
3708
3797
|
readonly scrollPaddingTop: "space-inset";
|
|
3709
3798
|
readonly stroke: "colors";
|
|
3799
|
+
readonly strokeWidth: "stroke-width";
|
|
3710
3800
|
readonly textDecorationColor: "colors";
|
|
3711
3801
|
readonly textShadow: "shadows";
|
|
3712
3802
|
readonly top: "space";
|