@mirohq/design-system-stitches 2.6.13-style-dictionary.1 → 2.6.13-style-dictionary.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 +488 -0
- package/package.json +3 -3
package/dist/types.d.ts
CHANGED
|
@@ -151,47 +151,78 @@ declare const config: {
|
|
|
151
151
|
readonly 'yellow-900': any;
|
|
152
152
|
readonly 'yellow-950': any;
|
|
153
153
|
"background-alpha"?: any;
|
|
154
|
+
"background-alpha-active"?: any;
|
|
155
|
+
"background-alpha-hover"?: any;
|
|
154
156
|
"background-alpha-subtle"?: any;
|
|
155
157
|
"background-neutrals-overlay"?: any;
|
|
156
158
|
"background-neutrals-overlay-subtle"?: any;
|
|
157
159
|
"background-danger-prominent"?: any;
|
|
160
|
+
"background-danger-prominent-active"?: any;
|
|
158
161
|
"background-danger-prominent-hover"?: any;
|
|
159
162
|
"background-danger-prominent-pressed"?: any;
|
|
160
163
|
"background-danger-subtle"?: any;
|
|
164
|
+
"background-danger-subtle-active"?: any;
|
|
161
165
|
"background-danger-subtle-hover"?: any;
|
|
162
166
|
"background-danger-subtle-pressed"?: any;
|
|
163
167
|
"background-neutrals"?: any;
|
|
168
|
+
"background-neutrals-active"?: any;
|
|
169
|
+
"background-neutrals-container"?: any;
|
|
164
170
|
"background-neutrals-control"?: any;
|
|
165
171
|
"background-neutrals-control-hover"?: any;
|
|
166
172
|
"background-neutrals-control-pressed"?: any;
|
|
167
173
|
"background-neutrals-disabled"?: any;
|
|
168
174
|
"background-neutrals-hover"?: any;
|
|
175
|
+
"background-neutrals-inactive"?: any;
|
|
176
|
+
"background-neutrals-inactive-hover"?: any;
|
|
169
177
|
"background-neutrals-inverted"?: any;
|
|
170
178
|
"background-neutrals-inverted-subtle"?: any;
|
|
179
|
+
"background-neutrals-layout"?: any;
|
|
180
|
+
"background-neutrals-page"?: any;
|
|
181
|
+
"background-neutrals-page-subtle"?: any;
|
|
171
182
|
"background-neutrals-pressed"?: any;
|
|
183
|
+
"background-neutrals-scrollbar"?: any;
|
|
184
|
+
"background-neutrals-scrollbar-active"?: any;
|
|
185
|
+
"background-neutrals-scrollbar-hover"?: any;
|
|
172
186
|
"background-neutrals-subtle"?: any;
|
|
187
|
+
"background-neutrals-subtle-active"?: any;
|
|
173
188
|
"background-neutrals-subtle-hover"?: any;
|
|
174
189
|
"background-neutrals-subtle-pressed"?: any;
|
|
175
190
|
"background-neutrals-transparent"?: any;
|
|
176
191
|
"background-primary-prominent"?: any;
|
|
192
|
+
"background-primary-prominent-active"?: any;
|
|
177
193
|
"background-primary-prominent-hover"?: any;
|
|
178
194
|
"background-primary-prominent-pressed"?: any;
|
|
179
195
|
"background-primary-prominent-selected"?: any;
|
|
180
196
|
"background-primary-subtle"?: any;
|
|
197
|
+
"background-primary-subtle-active"?: any;
|
|
181
198
|
"background-primary-subtle-hover"?: any;
|
|
182
199
|
"background-primary-subtle-pressed"?: any;
|
|
183
200
|
"background-primary-subtle-selected"?: any;
|
|
184
201
|
"background-success-prominent"?: any;
|
|
202
|
+
"background-success-prominent-active"?: any;
|
|
185
203
|
"background-success-prominent-hover"?: any;
|
|
186
204
|
"background-success-prominent-pressed"?: any;
|
|
187
205
|
"background-success-subtle"?: any;
|
|
188
206
|
"background-warning-prominent"?: any;
|
|
189
207
|
"background-warning-subtle"?: any;
|
|
190
208
|
"border-danger"?: any;
|
|
209
|
+
"border-danger-active"?: any;
|
|
191
210
|
"border-danger-hover"?: any;
|
|
192
211
|
"border-danger-pressed"?: any;
|
|
212
|
+
"border-focus-error-inner"?: any;
|
|
213
|
+
"border-focus-error-middle"?: any;
|
|
214
|
+
"border-focus-error-outer"?: any;
|
|
215
|
+
"border-focus-inner"?: any;
|
|
216
|
+
"border-focus-middle"?: any;
|
|
217
|
+
"border-focus-outer"?: any;
|
|
218
|
+
"border-focus-success-inner"?: any;
|
|
219
|
+
"border-focus-success-middle"?: any;
|
|
220
|
+
"border-focus-success-outer"?: any;
|
|
193
221
|
"focus-keyboard"?: any;
|
|
194
222
|
"border-neutrals"?: any;
|
|
223
|
+
"border-neutrals-active"?: any;
|
|
224
|
+
"border-neutrals-controls"?: any;
|
|
225
|
+
"border-neutrals-controls-disabled"?: any;
|
|
195
226
|
"border-neutrals-disabled"?: any;
|
|
196
227
|
"border-neutrals-hover"?: any;
|
|
197
228
|
"border-neutrals-inverted"?: any;
|
|
@@ -199,48 +230,73 @@ declare const config: {
|
|
|
199
230
|
"border-neutrals-subtle"?: any;
|
|
200
231
|
"border-neutrals-subtle-hover"?: any;
|
|
201
232
|
"border-neutrals-subtle-pressed"?: any;
|
|
233
|
+
"border-neutrals-text"?: any;
|
|
234
|
+
"border-neutrals-text-active"?: any;
|
|
235
|
+
"border-neutrals-text-hover"?: any;
|
|
236
|
+
"border-neutrals-text-subtle"?: any;
|
|
237
|
+
"border-neutrals-text-subtle-active"?: any;
|
|
238
|
+
"border-neutrals-text-subtle-hover"?: any;
|
|
202
239
|
"border-neutrals-transparent"?: any;
|
|
203
240
|
"border-primary"?: any;
|
|
241
|
+
"border-primary-active"?: any;
|
|
204
242
|
"border-primary-hover"?: any;
|
|
205
243
|
"border-primary-inverted"?: any;
|
|
206
244
|
"border-primary-pressed"?: any;
|
|
207
245
|
"border-primary-selected"?: any;
|
|
208
246
|
"border-success"?: any;
|
|
247
|
+
"border-success-active"?: any;
|
|
209
248
|
"border-success-hover"?: any;
|
|
210
249
|
"border-success-pressed"?: any;
|
|
211
250
|
"border-warning"?: any;
|
|
251
|
+
"button-background-primary"?: any;
|
|
252
|
+
"button-background-primary-hover"?: any;
|
|
253
|
+
"button-background-primary-pressed"?: any;
|
|
254
|
+
"button-background-secondary"?: any;
|
|
255
|
+
"button-background-secondary-hover"?: any;
|
|
256
|
+
"button-background-secondary-pressed"?: any;
|
|
212
257
|
"icon-danger"?: any;
|
|
258
|
+
"icon-danger-active"?: any;
|
|
213
259
|
"icon-danger-hover"?: any;
|
|
214
260
|
"icon-danger-inverted"?: any;
|
|
215
261
|
"icon-danger-pressed"?: any;
|
|
216
262
|
"icon-neutrals"?: any;
|
|
217
263
|
"icon-neutrals-disabled"?: any;
|
|
218
264
|
"icon-neutrals-hover"?: any;
|
|
265
|
+
"icon-neutrals-inactive"?: any;
|
|
266
|
+
"icon-neutrals-inactive-hover"?: any;
|
|
219
267
|
"icon-neutrals-inverted"?: any;
|
|
220
268
|
"icon-neutrals-inverted-hover"?: any;
|
|
221
269
|
"icon-neutrals-inverted-subtle"?: any;
|
|
222
270
|
"icon-neutrals-inverted-subtle-hover"?: any;
|
|
223
271
|
"icon-neutrals-placeholder"?: any;
|
|
224
272
|
"icon-neutrals-pressed"?: any;
|
|
273
|
+
"icon-neutrals-search"?: any;
|
|
225
274
|
"icon-neutrals-subtle"?: any;
|
|
226
275
|
"icon-neutrals-subtle-hover"?: any;
|
|
227
276
|
"icon-neutrals-subtle-pressed"?: any;
|
|
277
|
+
"icon-neutrals-text"?: any;
|
|
228
278
|
"icon-primary"?: any;
|
|
279
|
+
"icon-primary-active"?: any;
|
|
229
280
|
"icon-primary-hover"?: any;
|
|
230
281
|
"icon-primary-inverted"?: any;
|
|
231
282
|
"icon-primary-inverted-hover"?: any;
|
|
232
283
|
"icon-primary-pressed"?: any;
|
|
233
284
|
"icon-primary-selected"?: any;
|
|
234
285
|
"icon-success"?: any;
|
|
286
|
+
"icon-success-active"?: any;
|
|
235
287
|
"icon-success-hover"?: any;
|
|
236
288
|
"icon-success-inverted"?: any;
|
|
237
289
|
"icon-success-pressed"?: any;
|
|
238
290
|
"icon-warning"?: any;
|
|
291
|
+
"icon-warning-prominent"?: any;
|
|
292
|
+
"icon-warning-subtle"?: any;
|
|
239
293
|
"text-danger"?: any;
|
|
294
|
+
"text-danger-active"?: any;
|
|
240
295
|
"text-danger-hover"?: any;
|
|
241
296
|
"text-danger-inverted"?: any;
|
|
242
297
|
"text-danger-pressed"?: any;
|
|
243
298
|
"text-neutrals"?: any;
|
|
299
|
+
"text-neutrals-active"?: any;
|
|
244
300
|
"text-neutrals-disabled"?: any;
|
|
245
301
|
"text-neutrals-hover"?: any;
|
|
246
302
|
"text-neutrals-inverted"?: any;
|
|
@@ -248,21 +304,26 @@ declare const config: {
|
|
|
248
304
|
"text-neutrals-inverted-subtle"?: any;
|
|
249
305
|
"text-neutrals-inverted-subtle-hover"?: any;
|
|
250
306
|
"text-neutrals-placeholder"?: any;
|
|
307
|
+
"text-neutrals-placeholder-only"?: any;
|
|
251
308
|
"text-neutrals-pressed"?: any;
|
|
252
309
|
"text-neutrals-subtle"?: any;
|
|
310
|
+
"text-neutrals-subtle-active"?: any;
|
|
253
311
|
"text-neutrals-subtle-hover"?: any;
|
|
254
312
|
"text-neutrals-subtle-pressed"?: any;
|
|
255
313
|
"text-primary"?: any;
|
|
314
|
+
"text-primary-active"?: any;
|
|
256
315
|
"text-primary-hover"?: any;
|
|
257
316
|
"text-primary-inverted"?: any;
|
|
258
317
|
"text-primary-inverted-subtle"?: any;
|
|
259
318
|
"text-primary-pressed"?: any;
|
|
260
319
|
"text-primary-selected"?: any;
|
|
261
320
|
"text-success"?: any;
|
|
321
|
+
"text-success-active"?: any;
|
|
262
322
|
"text-success-hover"?: any;
|
|
263
323
|
"text-success-inverted"?: any;
|
|
264
324
|
"text-success-pressed"?: any;
|
|
265
325
|
"text-warning"?: any;
|
|
326
|
+
"text-warning-subtle"?: any;
|
|
266
327
|
};
|
|
267
328
|
'font-sizes': {
|
|
268
329
|
readonly 125: "0.625rem";
|
|
@@ -671,47 +732,78 @@ declare const createTheme: <Argument0 extends string | ({
|
|
|
671
732
|
readonly 'yellow-900'?: string | number | boolean | undefined;
|
|
672
733
|
readonly 'yellow-950'?: string | number | boolean | undefined;
|
|
673
734
|
"background-alpha"?: string | number | boolean | undefined;
|
|
735
|
+
"background-alpha-active"?: string | number | boolean | undefined;
|
|
736
|
+
"background-alpha-hover"?: string | number | boolean | undefined;
|
|
674
737
|
"background-alpha-subtle"?: string | number | boolean | undefined;
|
|
675
738
|
"background-neutrals-overlay"?: string | number | boolean | undefined;
|
|
676
739
|
"background-neutrals-overlay-subtle"?: string | number | boolean | undefined;
|
|
677
740
|
"background-danger-prominent"?: string | number | boolean | undefined;
|
|
741
|
+
"background-danger-prominent-active"?: string | number | boolean | undefined;
|
|
678
742
|
"background-danger-prominent-hover"?: string | number | boolean | undefined;
|
|
679
743
|
"background-danger-prominent-pressed"?: string | number | boolean | undefined;
|
|
680
744
|
"background-danger-subtle"?: string | number | boolean | undefined;
|
|
745
|
+
"background-danger-subtle-active"?: string | number | boolean | undefined;
|
|
681
746
|
"background-danger-subtle-hover"?: string | number | boolean | undefined;
|
|
682
747
|
"background-danger-subtle-pressed"?: string | number | boolean | undefined;
|
|
683
748
|
"background-neutrals"?: string | number | boolean | undefined;
|
|
749
|
+
"background-neutrals-active"?: string | number | boolean | undefined;
|
|
750
|
+
"background-neutrals-container"?: string | number | boolean | undefined;
|
|
684
751
|
"background-neutrals-control"?: string | number | boolean | undefined;
|
|
685
752
|
"background-neutrals-control-hover"?: string | number | boolean | undefined;
|
|
686
753
|
"background-neutrals-control-pressed"?: string | number | boolean | undefined;
|
|
687
754
|
"background-neutrals-disabled"?: string | number | boolean | undefined;
|
|
688
755
|
"background-neutrals-hover"?: string | number | boolean | undefined;
|
|
756
|
+
"background-neutrals-inactive"?: string | number | boolean | undefined;
|
|
757
|
+
"background-neutrals-inactive-hover"?: string | number | boolean | undefined;
|
|
689
758
|
"background-neutrals-inverted"?: string | number | boolean | undefined;
|
|
690
759
|
"background-neutrals-inverted-subtle"?: string | number | boolean | undefined;
|
|
760
|
+
"background-neutrals-layout"?: string | number | boolean | undefined;
|
|
761
|
+
"background-neutrals-page"?: string | number | boolean | undefined;
|
|
762
|
+
"background-neutrals-page-subtle"?: string | number | boolean | undefined;
|
|
691
763
|
"background-neutrals-pressed"?: string | number | boolean | undefined;
|
|
764
|
+
"background-neutrals-scrollbar"?: string | number | boolean | undefined;
|
|
765
|
+
"background-neutrals-scrollbar-active"?: string | number | boolean | undefined;
|
|
766
|
+
"background-neutrals-scrollbar-hover"?: string | number | boolean | undefined;
|
|
692
767
|
"background-neutrals-subtle"?: string | number | boolean | undefined;
|
|
768
|
+
"background-neutrals-subtle-active"?: string | number | boolean | undefined;
|
|
693
769
|
"background-neutrals-subtle-hover"?: string | number | boolean | undefined;
|
|
694
770
|
"background-neutrals-subtle-pressed"?: string | number | boolean | undefined;
|
|
695
771
|
"background-neutrals-transparent"?: string | number | boolean | undefined;
|
|
696
772
|
"background-primary-prominent"?: string | number | boolean | undefined;
|
|
773
|
+
"background-primary-prominent-active"?: string | number | boolean | undefined;
|
|
697
774
|
"background-primary-prominent-hover"?: string | number | boolean | undefined;
|
|
698
775
|
"background-primary-prominent-pressed"?: string | number | boolean | undefined;
|
|
699
776
|
"background-primary-prominent-selected"?: string | number | boolean | undefined;
|
|
700
777
|
"background-primary-subtle"?: string | number | boolean | undefined;
|
|
778
|
+
"background-primary-subtle-active"?: string | number | boolean | undefined;
|
|
701
779
|
"background-primary-subtle-hover"?: string | number | boolean | undefined;
|
|
702
780
|
"background-primary-subtle-pressed"?: string | number | boolean | undefined;
|
|
703
781
|
"background-primary-subtle-selected"?: string | number | boolean | undefined;
|
|
704
782
|
"background-success-prominent"?: string | number | boolean | undefined;
|
|
783
|
+
"background-success-prominent-active"?: string | number | boolean | undefined;
|
|
705
784
|
"background-success-prominent-hover"?: string | number | boolean | undefined;
|
|
706
785
|
"background-success-prominent-pressed"?: string | number | boolean | undefined;
|
|
707
786
|
"background-success-subtle"?: string | number | boolean | undefined;
|
|
708
787
|
"background-warning-prominent"?: string | number | boolean | undefined;
|
|
709
788
|
"background-warning-subtle"?: string | number | boolean | undefined;
|
|
710
789
|
"border-danger"?: string | number | boolean | undefined;
|
|
790
|
+
"border-danger-active"?: string | number | boolean | undefined;
|
|
711
791
|
"border-danger-hover"?: string | number | boolean | undefined;
|
|
712
792
|
"border-danger-pressed"?: string | number | boolean | undefined;
|
|
793
|
+
"border-focus-error-inner"?: string | number | boolean | undefined;
|
|
794
|
+
"border-focus-error-middle"?: string | number | boolean | undefined;
|
|
795
|
+
"border-focus-error-outer"?: string | number | boolean | undefined;
|
|
796
|
+
"border-focus-inner"?: string | number | boolean | undefined;
|
|
797
|
+
"border-focus-middle"?: string | number | boolean | undefined;
|
|
798
|
+
"border-focus-outer"?: string | number | boolean | undefined;
|
|
799
|
+
"border-focus-success-inner"?: string | number | boolean | undefined;
|
|
800
|
+
"border-focus-success-middle"?: string | number | boolean | undefined;
|
|
801
|
+
"border-focus-success-outer"?: string | number | boolean | undefined;
|
|
713
802
|
"focus-keyboard"?: string | number | boolean | undefined;
|
|
714
803
|
"border-neutrals"?: string | number | boolean | undefined;
|
|
804
|
+
"border-neutrals-active"?: string | number | boolean | undefined;
|
|
805
|
+
"border-neutrals-controls"?: string | number | boolean | undefined;
|
|
806
|
+
"border-neutrals-controls-disabled"?: string | number | boolean | undefined;
|
|
715
807
|
"border-neutrals-disabled"?: string | number | boolean | undefined;
|
|
716
808
|
"border-neutrals-hover"?: string | number | boolean | undefined;
|
|
717
809
|
"border-neutrals-inverted"?: string | number | boolean | undefined;
|
|
@@ -719,48 +811,73 @@ declare const createTheme: <Argument0 extends string | ({
|
|
|
719
811
|
"border-neutrals-subtle"?: string | number | boolean | undefined;
|
|
720
812
|
"border-neutrals-subtle-hover"?: string | number | boolean | undefined;
|
|
721
813
|
"border-neutrals-subtle-pressed"?: string | number | boolean | undefined;
|
|
814
|
+
"border-neutrals-text"?: string | number | boolean | undefined;
|
|
815
|
+
"border-neutrals-text-active"?: string | number | boolean | undefined;
|
|
816
|
+
"border-neutrals-text-hover"?: string | number | boolean | undefined;
|
|
817
|
+
"border-neutrals-text-subtle"?: string | number | boolean | undefined;
|
|
818
|
+
"border-neutrals-text-subtle-active"?: string | number | boolean | undefined;
|
|
819
|
+
"border-neutrals-text-subtle-hover"?: string | number | boolean | undefined;
|
|
722
820
|
"border-neutrals-transparent"?: string | number | boolean | undefined;
|
|
723
821
|
"border-primary"?: string | number | boolean | undefined;
|
|
822
|
+
"border-primary-active"?: string | number | boolean | undefined;
|
|
724
823
|
"border-primary-hover"?: string | number | boolean | undefined;
|
|
725
824
|
"border-primary-inverted"?: string | number | boolean | undefined;
|
|
726
825
|
"border-primary-pressed"?: string | number | boolean | undefined;
|
|
727
826
|
"border-primary-selected"?: string | number | boolean | undefined;
|
|
728
827
|
"border-success"?: string | number | boolean | undefined;
|
|
828
|
+
"border-success-active"?: string | number | boolean | undefined;
|
|
729
829
|
"border-success-hover"?: string | number | boolean | undefined;
|
|
730
830
|
"border-success-pressed"?: string | number | boolean | undefined;
|
|
731
831
|
"border-warning"?: string | number | boolean | undefined;
|
|
832
|
+
"button-background-primary"?: string | number | boolean | undefined;
|
|
833
|
+
"button-background-primary-hover"?: string | number | boolean | undefined;
|
|
834
|
+
"button-background-primary-pressed"?: string | number | boolean | undefined;
|
|
835
|
+
"button-background-secondary"?: string | number | boolean | undefined;
|
|
836
|
+
"button-background-secondary-hover"?: string | number | boolean | undefined;
|
|
837
|
+
"button-background-secondary-pressed"?: string | number | boolean | undefined;
|
|
732
838
|
"icon-danger"?: string | number | boolean | undefined;
|
|
839
|
+
"icon-danger-active"?: string | number | boolean | undefined;
|
|
733
840
|
"icon-danger-hover"?: string | number | boolean | undefined;
|
|
734
841
|
"icon-danger-inverted"?: string | number | boolean | undefined;
|
|
735
842
|
"icon-danger-pressed"?: string | number | boolean | undefined;
|
|
736
843
|
"icon-neutrals"?: string | number | boolean | undefined;
|
|
737
844
|
"icon-neutrals-disabled"?: string | number | boolean | undefined;
|
|
738
845
|
"icon-neutrals-hover"?: string | number | boolean | undefined;
|
|
846
|
+
"icon-neutrals-inactive"?: string | number | boolean | undefined;
|
|
847
|
+
"icon-neutrals-inactive-hover"?: string | number | boolean | undefined;
|
|
739
848
|
"icon-neutrals-inverted"?: string | number | boolean | undefined;
|
|
740
849
|
"icon-neutrals-inverted-hover"?: string | number | boolean | undefined;
|
|
741
850
|
"icon-neutrals-inverted-subtle"?: string | number | boolean | undefined;
|
|
742
851
|
"icon-neutrals-inverted-subtle-hover"?: string | number | boolean | undefined;
|
|
743
852
|
"icon-neutrals-placeholder"?: string | number | boolean | undefined;
|
|
744
853
|
"icon-neutrals-pressed"?: string | number | boolean | undefined;
|
|
854
|
+
"icon-neutrals-search"?: string | number | boolean | undefined;
|
|
745
855
|
"icon-neutrals-subtle"?: string | number | boolean | undefined;
|
|
746
856
|
"icon-neutrals-subtle-hover"?: string | number | boolean | undefined;
|
|
747
857
|
"icon-neutrals-subtle-pressed"?: string | number | boolean | undefined;
|
|
858
|
+
"icon-neutrals-text"?: string | number | boolean | undefined;
|
|
748
859
|
"icon-primary"?: string | number | boolean | undefined;
|
|
860
|
+
"icon-primary-active"?: string | number | boolean | undefined;
|
|
749
861
|
"icon-primary-hover"?: string | number | boolean | undefined;
|
|
750
862
|
"icon-primary-inverted"?: string | number | boolean | undefined;
|
|
751
863
|
"icon-primary-inverted-hover"?: string | number | boolean | undefined;
|
|
752
864
|
"icon-primary-pressed"?: string | number | boolean | undefined;
|
|
753
865
|
"icon-primary-selected"?: string | number | boolean | undefined;
|
|
754
866
|
"icon-success"?: string | number | boolean | undefined;
|
|
867
|
+
"icon-success-active"?: string | number | boolean | undefined;
|
|
755
868
|
"icon-success-hover"?: string | number | boolean | undefined;
|
|
756
869
|
"icon-success-inverted"?: string | number | boolean | undefined;
|
|
757
870
|
"icon-success-pressed"?: string | number | boolean | undefined;
|
|
758
871
|
"icon-warning"?: string | number | boolean | undefined;
|
|
872
|
+
"icon-warning-prominent"?: string | number | boolean | undefined;
|
|
873
|
+
"icon-warning-subtle"?: string | number | boolean | undefined;
|
|
759
874
|
"text-danger"?: string | number | boolean | undefined;
|
|
875
|
+
"text-danger-active"?: string | number | boolean | undefined;
|
|
760
876
|
"text-danger-hover"?: string | number | boolean | undefined;
|
|
761
877
|
"text-danger-inverted"?: string | number | boolean | undefined;
|
|
762
878
|
"text-danger-pressed"?: string | number | boolean | undefined;
|
|
763
879
|
"text-neutrals"?: string | number | boolean | undefined;
|
|
880
|
+
"text-neutrals-active"?: string | number | boolean | undefined;
|
|
764
881
|
"text-neutrals-disabled"?: string | number | boolean | undefined;
|
|
765
882
|
"text-neutrals-hover"?: string | number | boolean | undefined;
|
|
766
883
|
"text-neutrals-inverted"?: string | number | boolean | undefined;
|
|
@@ -768,21 +885,26 @@ declare const createTheme: <Argument0 extends string | ({
|
|
|
768
885
|
"text-neutrals-inverted-subtle"?: string | number | boolean | undefined;
|
|
769
886
|
"text-neutrals-inverted-subtle-hover"?: string | number | boolean | undefined;
|
|
770
887
|
"text-neutrals-placeholder"?: string | number | boolean | undefined;
|
|
888
|
+
"text-neutrals-placeholder-only"?: string | number | boolean | undefined;
|
|
771
889
|
"text-neutrals-pressed"?: string | number | boolean | undefined;
|
|
772
890
|
"text-neutrals-subtle"?: string | number | boolean | undefined;
|
|
891
|
+
"text-neutrals-subtle-active"?: string | number | boolean | undefined;
|
|
773
892
|
"text-neutrals-subtle-hover"?: string | number | boolean | undefined;
|
|
774
893
|
"text-neutrals-subtle-pressed"?: string | number | boolean | undefined;
|
|
775
894
|
"text-primary"?: string | number | boolean | undefined;
|
|
895
|
+
"text-primary-active"?: string | number | boolean | undefined;
|
|
776
896
|
"text-primary-hover"?: string | number | boolean | undefined;
|
|
777
897
|
"text-primary-inverted"?: string | number | boolean | undefined;
|
|
778
898
|
"text-primary-inverted-subtle"?: string | number | boolean | undefined;
|
|
779
899
|
"text-primary-pressed"?: string | number | boolean | undefined;
|
|
780
900
|
"text-primary-selected"?: string | number | boolean | undefined;
|
|
781
901
|
"text-success"?: string | number | boolean | undefined;
|
|
902
|
+
"text-success-active"?: string | number | boolean | undefined;
|
|
782
903
|
"text-success-hover"?: string | number | boolean | undefined;
|
|
783
904
|
"text-success-inverted"?: string | number | boolean | undefined;
|
|
784
905
|
"text-success-pressed"?: string | number | boolean | undefined;
|
|
785
906
|
"text-warning"?: string | number | boolean | undefined;
|
|
907
|
+
"text-warning-subtle"?: string | number | boolean | undefined;
|
|
786
908
|
} | undefined;
|
|
787
909
|
'font-sizes'?: {
|
|
788
910
|
readonly 125?: string | number | boolean | undefined;
|
|
@@ -1007,47 +1129,78 @@ declare const createTheme: <Argument0 extends string | ({
|
|
|
1007
1129
|
readonly 'yellow-900'?: string | number | boolean | undefined;
|
|
1008
1130
|
readonly 'yellow-950'?: string | number | boolean | undefined;
|
|
1009
1131
|
"background-alpha"?: string | number | boolean | undefined;
|
|
1132
|
+
"background-alpha-active"?: string | number | boolean | undefined;
|
|
1133
|
+
"background-alpha-hover"?: string | number | boolean | undefined;
|
|
1010
1134
|
"background-alpha-subtle"?: string | number | boolean | undefined;
|
|
1011
1135
|
"background-neutrals-overlay"?: string | number | boolean | undefined;
|
|
1012
1136
|
"background-neutrals-overlay-subtle"?: string | number | boolean | undefined;
|
|
1013
1137
|
"background-danger-prominent"?: string | number | boolean | undefined;
|
|
1138
|
+
"background-danger-prominent-active"?: string | number | boolean | undefined;
|
|
1014
1139
|
"background-danger-prominent-hover"?: string | number | boolean | undefined;
|
|
1015
1140
|
"background-danger-prominent-pressed"?: string | number | boolean | undefined;
|
|
1016
1141
|
"background-danger-subtle"?: string | number | boolean | undefined;
|
|
1142
|
+
"background-danger-subtle-active"?: string | number | boolean | undefined;
|
|
1017
1143
|
"background-danger-subtle-hover"?: string | number | boolean | undefined;
|
|
1018
1144
|
"background-danger-subtle-pressed"?: string | number | boolean | undefined;
|
|
1019
1145
|
"background-neutrals"?: string | number | boolean | undefined;
|
|
1146
|
+
"background-neutrals-active"?: string | number | boolean | undefined;
|
|
1147
|
+
"background-neutrals-container"?: string | number | boolean | undefined;
|
|
1020
1148
|
"background-neutrals-control"?: string | number | boolean | undefined;
|
|
1021
1149
|
"background-neutrals-control-hover"?: string | number | boolean | undefined;
|
|
1022
1150
|
"background-neutrals-control-pressed"?: string | number | boolean | undefined;
|
|
1023
1151
|
"background-neutrals-disabled"?: string | number | boolean | undefined;
|
|
1024
1152
|
"background-neutrals-hover"?: string | number | boolean | undefined;
|
|
1153
|
+
"background-neutrals-inactive"?: string | number | boolean | undefined;
|
|
1154
|
+
"background-neutrals-inactive-hover"?: string | number | boolean | undefined;
|
|
1025
1155
|
"background-neutrals-inverted"?: string | number | boolean | undefined;
|
|
1026
1156
|
"background-neutrals-inverted-subtle"?: string | number | boolean | undefined;
|
|
1157
|
+
"background-neutrals-layout"?: string | number | boolean | undefined;
|
|
1158
|
+
"background-neutrals-page"?: string | number | boolean | undefined;
|
|
1159
|
+
"background-neutrals-page-subtle"?: string | number | boolean | undefined;
|
|
1027
1160
|
"background-neutrals-pressed"?: string | number | boolean | undefined;
|
|
1161
|
+
"background-neutrals-scrollbar"?: string | number | boolean | undefined;
|
|
1162
|
+
"background-neutrals-scrollbar-active"?: string | number | boolean | undefined;
|
|
1163
|
+
"background-neutrals-scrollbar-hover"?: string | number | boolean | undefined;
|
|
1028
1164
|
"background-neutrals-subtle"?: string | number | boolean | undefined;
|
|
1165
|
+
"background-neutrals-subtle-active"?: string | number | boolean | undefined;
|
|
1029
1166
|
"background-neutrals-subtle-hover"?: string | number | boolean | undefined;
|
|
1030
1167
|
"background-neutrals-subtle-pressed"?: string | number | boolean | undefined;
|
|
1031
1168
|
"background-neutrals-transparent"?: string | number | boolean | undefined;
|
|
1032
1169
|
"background-primary-prominent"?: string | number | boolean | undefined;
|
|
1170
|
+
"background-primary-prominent-active"?: string | number | boolean | undefined;
|
|
1033
1171
|
"background-primary-prominent-hover"?: string | number | boolean | undefined;
|
|
1034
1172
|
"background-primary-prominent-pressed"?: string | number | boolean | undefined;
|
|
1035
1173
|
"background-primary-prominent-selected"?: string | number | boolean | undefined;
|
|
1036
1174
|
"background-primary-subtle"?: string | number | boolean | undefined;
|
|
1175
|
+
"background-primary-subtle-active"?: string | number | boolean | undefined;
|
|
1037
1176
|
"background-primary-subtle-hover"?: string | number | boolean | undefined;
|
|
1038
1177
|
"background-primary-subtle-pressed"?: string | number | boolean | undefined;
|
|
1039
1178
|
"background-primary-subtle-selected"?: string | number | boolean | undefined;
|
|
1040
1179
|
"background-success-prominent"?: string | number | boolean | undefined;
|
|
1180
|
+
"background-success-prominent-active"?: string | number | boolean | undefined;
|
|
1041
1181
|
"background-success-prominent-hover"?: string | number | boolean | undefined;
|
|
1042
1182
|
"background-success-prominent-pressed"?: string | number | boolean | undefined;
|
|
1043
1183
|
"background-success-subtle"?: string | number | boolean | undefined;
|
|
1044
1184
|
"background-warning-prominent"?: string | number | boolean | undefined;
|
|
1045
1185
|
"background-warning-subtle"?: string | number | boolean | undefined;
|
|
1046
1186
|
"border-danger"?: string | number | boolean | undefined;
|
|
1187
|
+
"border-danger-active"?: string | number | boolean | undefined;
|
|
1047
1188
|
"border-danger-hover"?: string | number | boolean | undefined;
|
|
1048
1189
|
"border-danger-pressed"?: string | number | boolean | undefined;
|
|
1190
|
+
"border-focus-error-inner"?: string | number | boolean | undefined;
|
|
1191
|
+
"border-focus-error-middle"?: string | number | boolean | undefined;
|
|
1192
|
+
"border-focus-error-outer"?: string | number | boolean | undefined;
|
|
1193
|
+
"border-focus-inner"?: string | number | boolean | undefined;
|
|
1194
|
+
"border-focus-middle"?: string | number | boolean | undefined;
|
|
1195
|
+
"border-focus-outer"?: string | number | boolean | undefined;
|
|
1196
|
+
"border-focus-success-inner"?: string | number | boolean | undefined;
|
|
1197
|
+
"border-focus-success-middle"?: string | number | boolean | undefined;
|
|
1198
|
+
"border-focus-success-outer"?: string | number | boolean | undefined;
|
|
1049
1199
|
"focus-keyboard"?: string | number | boolean | undefined;
|
|
1050
1200
|
"border-neutrals"?: string | number | boolean | undefined;
|
|
1201
|
+
"border-neutrals-active"?: string | number | boolean | undefined;
|
|
1202
|
+
"border-neutrals-controls"?: string | number | boolean | undefined;
|
|
1203
|
+
"border-neutrals-controls-disabled"?: string | number | boolean | undefined;
|
|
1051
1204
|
"border-neutrals-disabled"?: string | number | boolean | undefined;
|
|
1052
1205
|
"border-neutrals-hover"?: string | number | boolean | undefined;
|
|
1053
1206
|
"border-neutrals-inverted"?: string | number | boolean | undefined;
|
|
@@ -1055,48 +1208,73 @@ declare const createTheme: <Argument0 extends string | ({
|
|
|
1055
1208
|
"border-neutrals-subtle"?: string | number | boolean | undefined;
|
|
1056
1209
|
"border-neutrals-subtle-hover"?: string | number | boolean | undefined;
|
|
1057
1210
|
"border-neutrals-subtle-pressed"?: string | number | boolean | undefined;
|
|
1211
|
+
"border-neutrals-text"?: string | number | boolean | undefined;
|
|
1212
|
+
"border-neutrals-text-active"?: string | number | boolean | undefined;
|
|
1213
|
+
"border-neutrals-text-hover"?: string | number | boolean | undefined;
|
|
1214
|
+
"border-neutrals-text-subtle"?: string | number | boolean | undefined;
|
|
1215
|
+
"border-neutrals-text-subtle-active"?: string | number | boolean | undefined;
|
|
1216
|
+
"border-neutrals-text-subtle-hover"?: string | number | boolean | undefined;
|
|
1058
1217
|
"border-neutrals-transparent"?: string | number | boolean | undefined;
|
|
1059
1218
|
"border-primary"?: string | number | boolean | undefined;
|
|
1219
|
+
"border-primary-active"?: string | number | boolean | undefined;
|
|
1060
1220
|
"border-primary-hover"?: string | number | boolean | undefined;
|
|
1061
1221
|
"border-primary-inverted"?: string | number | boolean | undefined;
|
|
1062
1222
|
"border-primary-pressed"?: string | number | boolean | undefined;
|
|
1063
1223
|
"border-primary-selected"?: string | number | boolean | undefined;
|
|
1064
1224
|
"border-success"?: string | number | boolean | undefined;
|
|
1225
|
+
"border-success-active"?: string | number | boolean | undefined;
|
|
1065
1226
|
"border-success-hover"?: string | number | boolean | undefined;
|
|
1066
1227
|
"border-success-pressed"?: string | number | boolean | undefined;
|
|
1067
1228
|
"border-warning"?: string | number | boolean | undefined;
|
|
1229
|
+
"button-background-primary"?: string | number | boolean | undefined;
|
|
1230
|
+
"button-background-primary-hover"?: string | number | boolean | undefined;
|
|
1231
|
+
"button-background-primary-pressed"?: string | number | boolean | undefined;
|
|
1232
|
+
"button-background-secondary"?: string | number | boolean | undefined;
|
|
1233
|
+
"button-background-secondary-hover"?: string | number | boolean | undefined;
|
|
1234
|
+
"button-background-secondary-pressed"?: string | number | boolean | undefined;
|
|
1068
1235
|
"icon-danger"?: string | number | boolean | undefined;
|
|
1236
|
+
"icon-danger-active"?: string | number | boolean | undefined;
|
|
1069
1237
|
"icon-danger-hover"?: string | number | boolean | undefined;
|
|
1070
1238
|
"icon-danger-inverted"?: string | number | boolean | undefined;
|
|
1071
1239
|
"icon-danger-pressed"?: string | number | boolean | undefined;
|
|
1072
1240
|
"icon-neutrals"?: string | number | boolean | undefined;
|
|
1073
1241
|
"icon-neutrals-disabled"?: string | number | boolean | undefined;
|
|
1074
1242
|
"icon-neutrals-hover"?: string | number | boolean | undefined;
|
|
1243
|
+
"icon-neutrals-inactive"?: string | number | boolean | undefined;
|
|
1244
|
+
"icon-neutrals-inactive-hover"?: string | number | boolean | undefined;
|
|
1075
1245
|
"icon-neutrals-inverted"?: string | number | boolean | undefined;
|
|
1076
1246
|
"icon-neutrals-inverted-hover"?: string | number | boolean | undefined;
|
|
1077
1247
|
"icon-neutrals-inverted-subtle"?: string | number | boolean | undefined;
|
|
1078
1248
|
"icon-neutrals-inverted-subtle-hover"?: string | number | boolean | undefined;
|
|
1079
1249
|
"icon-neutrals-placeholder"?: string | number | boolean | undefined;
|
|
1080
1250
|
"icon-neutrals-pressed"?: string | number | boolean | undefined;
|
|
1251
|
+
"icon-neutrals-search"?: string | number | boolean | undefined;
|
|
1081
1252
|
"icon-neutrals-subtle"?: string | number | boolean | undefined;
|
|
1082
1253
|
"icon-neutrals-subtle-hover"?: string | number | boolean | undefined;
|
|
1083
1254
|
"icon-neutrals-subtle-pressed"?: string | number | boolean | undefined;
|
|
1255
|
+
"icon-neutrals-text"?: string | number | boolean | undefined;
|
|
1084
1256
|
"icon-primary"?: string | number | boolean | undefined;
|
|
1257
|
+
"icon-primary-active"?: string | number | boolean | undefined;
|
|
1085
1258
|
"icon-primary-hover"?: string | number | boolean | undefined;
|
|
1086
1259
|
"icon-primary-inverted"?: string | number | boolean | undefined;
|
|
1087
1260
|
"icon-primary-inverted-hover"?: string | number | boolean | undefined;
|
|
1088
1261
|
"icon-primary-pressed"?: string | number | boolean | undefined;
|
|
1089
1262
|
"icon-primary-selected"?: string | number | boolean | undefined;
|
|
1090
1263
|
"icon-success"?: string | number | boolean | undefined;
|
|
1264
|
+
"icon-success-active"?: string | number | boolean | undefined;
|
|
1091
1265
|
"icon-success-hover"?: string | number | boolean | undefined;
|
|
1092
1266
|
"icon-success-inverted"?: string | number | boolean | undefined;
|
|
1093
1267
|
"icon-success-pressed"?: string | number | boolean | undefined;
|
|
1094
1268
|
"icon-warning"?: string | number | boolean | undefined;
|
|
1269
|
+
"icon-warning-prominent"?: string | number | boolean | undefined;
|
|
1270
|
+
"icon-warning-subtle"?: string | number | boolean | undefined;
|
|
1095
1271
|
"text-danger"?: string | number | boolean | undefined;
|
|
1272
|
+
"text-danger-active"?: string | number | boolean | undefined;
|
|
1096
1273
|
"text-danger-hover"?: string | number | boolean | undefined;
|
|
1097
1274
|
"text-danger-inverted"?: string | number | boolean | undefined;
|
|
1098
1275
|
"text-danger-pressed"?: string | number | boolean | undefined;
|
|
1099
1276
|
"text-neutrals"?: string | number | boolean | undefined;
|
|
1277
|
+
"text-neutrals-active"?: string | number | boolean | undefined;
|
|
1100
1278
|
"text-neutrals-disabled"?: string | number | boolean | undefined;
|
|
1101
1279
|
"text-neutrals-hover"?: string | number | boolean | undefined;
|
|
1102
1280
|
"text-neutrals-inverted"?: string | number | boolean | undefined;
|
|
@@ -1104,21 +1282,26 @@ declare const createTheme: <Argument0 extends string | ({
|
|
|
1104
1282
|
"text-neutrals-inverted-subtle"?: string | number | boolean | undefined;
|
|
1105
1283
|
"text-neutrals-inverted-subtle-hover"?: string | number | boolean | undefined;
|
|
1106
1284
|
"text-neutrals-placeholder"?: string | number | boolean | undefined;
|
|
1285
|
+
"text-neutrals-placeholder-only"?: string | number | boolean | undefined;
|
|
1107
1286
|
"text-neutrals-pressed"?: string | number | boolean | undefined;
|
|
1108
1287
|
"text-neutrals-subtle"?: string | number | boolean | undefined;
|
|
1288
|
+
"text-neutrals-subtle-active"?: string | number | boolean | undefined;
|
|
1109
1289
|
"text-neutrals-subtle-hover"?: string | number | boolean | undefined;
|
|
1110
1290
|
"text-neutrals-subtle-pressed"?: string | number | boolean | undefined;
|
|
1111
1291
|
"text-primary"?: string | number | boolean | undefined;
|
|
1292
|
+
"text-primary-active"?: string | number | boolean | undefined;
|
|
1112
1293
|
"text-primary-hover"?: string | number | boolean | undefined;
|
|
1113
1294
|
"text-primary-inverted"?: string | number | boolean | undefined;
|
|
1114
1295
|
"text-primary-inverted-subtle"?: string | number | boolean | undefined;
|
|
1115
1296
|
"text-primary-pressed"?: string | number | boolean | undefined;
|
|
1116
1297
|
"text-primary-selected"?: string | number | boolean | undefined;
|
|
1117
1298
|
"text-success"?: string | number | boolean | undefined;
|
|
1299
|
+
"text-success-active"?: string | number | boolean | undefined;
|
|
1118
1300
|
"text-success-hover"?: string | number | boolean | undefined;
|
|
1119
1301
|
"text-success-inverted"?: string | number | boolean | undefined;
|
|
1120
1302
|
"text-success-pressed"?: string | number | boolean | undefined;
|
|
1121
1303
|
"text-warning"?: string | number | boolean | undefined;
|
|
1304
|
+
"text-warning-subtle"?: string | number | boolean | undefined;
|
|
1122
1305
|
} | undefined;
|
|
1123
1306
|
'font-sizes'?: {
|
|
1124
1307
|
readonly 125?: string | number | boolean | undefined;
|
|
@@ -1349,47 +1532,78 @@ declare const css: <Composers extends (string | _stitches_react_types_util.Funct
|
|
|
1349
1532
|
readonly 'yellow-900': any;
|
|
1350
1533
|
readonly 'yellow-950': any;
|
|
1351
1534
|
"background-alpha"?: any;
|
|
1535
|
+
"background-alpha-active"?: any;
|
|
1536
|
+
"background-alpha-hover"?: any;
|
|
1352
1537
|
"background-alpha-subtle"?: any;
|
|
1353
1538
|
"background-neutrals-overlay"?: any;
|
|
1354
1539
|
"background-neutrals-overlay-subtle"?: any;
|
|
1355
1540
|
"background-danger-prominent"?: any;
|
|
1541
|
+
"background-danger-prominent-active"?: any;
|
|
1356
1542
|
"background-danger-prominent-hover"?: any;
|
|
1357
1543
|
"background-danger-prominent-pressed"?: any;
|
|
1358
1544
|
"background-danger-subtle"?: any;
|
|
1545
|
+
"background-danger-subtle-active"?: any;
|
|
1359
1546
|
"background-danger-subtle-hover"?: any;
|
|
1360
1547
|
"background-danger-subtle-pressed"?: any;
|
|
1361
1548
|
"background-neutrals"?: any;
|
|
1549
|
+
"background-neutrals-active"?: any;
|
|
1550
|
+
"background-neutrals-container"?: any;
|
|
1362
1551
|
"background-neutrals-control"?: any;
|
|
1363
1552
|
"background-neutrals-control-hover"?: any;
|
|
1364
1553
|
"background-neutrals-control-pressed"?: any;
|
|
1365
1554
|
"background-neutrals-disabled"?: any;
|
|
1366
1555
|
"background-neutrals-hover"?: any;
|
|
1556
|
+
"background-neutrals-inactive"?: any;
|
|
1557
|
+
"background-neutrals-inactive-hover"?: any;
|
|
1367
1558
|
"background-neutrals-inverted"?: any;
|
|
1368
1559
|
"background-neutrals-inverted-subtle"?: any;
|
|
1560
|
+
"background-neutrals-layout"?: any;
|
|
1561
|
+
"background-neutrals-page"?: any;
|
|
1562
|
+
"background-neutrals-page-subtle"?: any;
|
|
1369
1563
|
"background-neutrals-pressed"?: any;
|
|
1564
|
+
"background-neutrals-scrollbar"?: any;
|
|
1565
|
+
"background-neutrals-scrollbar-active"?: any;
|
|
1566
|
+
"background-neutrals-scrollbar-hover"?: any;
|
|
1370
1567
|
"background-neutrals-subtle"?: any;
|
|
1568
|
+
"background-neutrals-subtle-active"?: any;
|
|
1371
1569
|
"background-neutrals-subtle-hover"?: any;
|
|
1372
1570
|
"background-neutrals-subtle-pressed"?: any;
|
|
1373
1571
|
"background-neutrals-transparent"?: any;
|
|
1374
1572
|
"background-primary-prominent"?: any;
|
|
1573
|
+
"background-primary-prominent-active"?: any;
|
|
1375
1574
|
"background-primary-prominent-hover"?: any;
|
|
1376
1575
|
"background-primary-prominent-pressed"?: any;
|
|
1377
1576
|
"background-primary-prominent-selected"?: any;
|
|
1378
1577
|
"background-primary-subtle"?: any;
|
|
1578
|
+
"background-primary-subtle-active"?: any;
|
|
1379
1579
|
"background-primary-subtle-hover"?: any;
|
|
1380
1580
|
"background-primary-subtle-pressed"?: any;
|
|
1381
1581
|
"background-primary-subtle-selected"?: any;
|
|
1382
1582
|
"background-success-prominent"?: any;
|
|
1583
|
+
"background-success-prominent-active"?: any;
|
|
1383
1584
|
"background-success-prominent-hover"?: any;
|
|
1384
1585
|
"background-success-prominent-pressed"?: any;
|
|
1385
1586
|
"background-success-subtle"?: any;
|
|
1386
1587
|
"background-warning-prominent"?: any;
|
|
1387
1588
|
"background-warning-subtle"?: any;
|
|
1388
1589
|
"border-danger"?: any;
|
|
1590
|
+
"border-danger-active"?: any;
|
|
1389
1591
|
"border-danger-hover"?: any;
|
|
1390
1592
|
"border-danger-pressed"?: any;
|
|
1593
|
+
"border-focus-error-inner"?: any;
|
|
1594
|
+
"border-focus-error-middle"?: any;
|
|
1595
|
+
"border-focus-error-outer"?: any;
|
|
1596
|
+
"border-focus-inner"?: any;
|
|
1597
|
+
"border-focus-middle"?: any;
|
|
1598
|
+
"border-focus-outer"?: any;
|
|
1599
|
+
"border-focus-success-inner"?: any;
|
|
1600
|
+
"border-focus-success-middle"?: any;
|
|
1601
|
+
"border-focus-success-outer"?: any;
|
|
1391
1602
|
"focus-keyboard"?: any;
|
|
1392
1603
|
"border-neutrals"?: any;
|
|
1604
|
+
"border-neutrals-active"?: any;
|
|
1605
|
+
"border-neutrals-controls"?: any;
|
|
1606
|
+
"border-neutrals-controls-disabled"?: any;
|
|
1393
1607
|
"border-neutrals-disabled"?: any;
|
|
1394
1608
|
"border-neutrals-hover"?: any;
|
|
1395
1609
|
"border-neutrals-inverted"?: any;
|
|
@@ -1397,48 +1611,73 @@ declare const css: <Composers extends (string | _stitches_react_types_util.Funct
|
|
|
1397
1611
|
"border-neutrals-subtle"?: any;
|
|
1398
1612
|
"border-neutrals-subtle-hover"?: any;
|
|
1399
1613
|
"border-neutrals-subtle-pressed"?: any;
|
|
1614
|
+
"border-neutrals-text"?: any;
|
|
1615
|
+
"border-neutrals-text-active"?: any;
|
|
1616
|
+
"border-neutrals-text-hover"?: any;
|
|
1617
|
+
"border-neutrals-text-subtle"?: any;
|
|
1618
|
+
"border-neutrals-text-subtle-active"?: any;
|
|
1619
|
+
"border-neutrals-text-subtle-hover"?: any;
|
|
1400
1620
|
"border-neutrals-transparent"?: any;
|
|
1401
1621
|
"border-primary"?: any;
|
|
1622
|
+
"border-primary-active"?: any;
|
|
1402
1623
|
"border-primary-hover"?: any;
|
|
1403
1624
|
"border-primary-inverted"?: any;
|
|
1404
1625
|
"border-primary-pressed"?: any;
|
|
1405
1626
|
"border-primary-selected"?: any;
|
|
1406
1627
|
"border-success"?: any;
|
|
1628
|
+
"border-success-active"?: any;
|
|
1407
1629
|
"border-success-hover"?: any;
|
|
1408
1630
|
"border-success-pressed"?: any;
|
|
1409
1631
|
"border-warning"?: any;
|
|
1632
|
+
"button-background-primary"?: any;
|
|
1633
|
+
"button-background-primary-hover"?: any;
|
|
1634
|
+
"button-background-primary-pressed"?: any;
|
|
1635
|
+
"button-background-secondary"?: any;
|
|
1636
|
+
"button-background-secondary-hover"?: any;
|
|
1637
|
+
"button-background-secondary-pressed"?: any;
|
|
1410
1638
|
"icon-danger"?: any;
|
|
1639
|
+
"icon-danger-active"?: any;
|
|
1411
1640
|
"icon-danger-hover"?: any;
|
|
1412
1641
|
"icon-danger-inverted"?: any;
|
|
1413
1642
|
"icon-danger-pressed"?: any;
|
|
1414
1643
|
"icon-neutrals"?: any;
|
|
1415
1644
|
"icon-neutrals-disabled"?: any;
|
|
1416
1645
|
"icon-neutrals-hover"?: any;
|
|
1646
|
+
"icon-neutrals-inactive"?: any;
|
|
1647
|
+
"icon-neutrals-inactive-hover"?: any;
|
|
1417
1648
|
"icon-neutrals-inverted"?: any;
|
|
1418
1649
|
"icon-neutrals-inverted-hover"?: any;
|
|
1419
1650
|
"icon-neutrals-inverted-subtle"?: any;
|
|
1420
1651
|
"icon-neutrals-inverted-subtle-hover"?: any;
|
|
1421
1652
|
"icon-neutrals-placeholder"?: any;
|
|
1422
1653
|
"icon-neutrals-pressed"?: any;
|
|
1654
|
+
"icon-neutrals-search"?: any;
|
|
1423
1655
|
"icon-neutrals-subtle"?: any;
|
|
1424
1656
|
"icon-neutrals-subtle-hover"?: any;
|
|
1425
1657
|
"icon-neutrals-subtle-pressed"?: any;
|
|
1658
|
+
"icon-neutrals-text"?: any;
|
|
1426
1659
|
"icon-primary"?: any;
|
|
1660
|
+
"icon-primary-active"?: any;
|
|
1427
1661
|
"icon-primary-hover"?: any;
|
|
1428
1662
|
"icon-primary-inverted"?: any;
|
|
1429
1663
|
"icon-primary-inverted-hover"?: any;
|
|
1430
1664
|
"icon-primary-pressed"?: any;
|
|
1431
1665
|
"icon-primary-selected"?: any;
|
|
1432
1666
|
"icon-success"?: any;
|
|
1667
|
+
"icon-success-active"?: any;
|
|
1433
1668
|
"icon-success-hover"?: any;
|
|
1434
1669
|
"icon-success-inverted"?: any;
|
|
1435
1670
|
"icon-success-pressed"?: any;
|
|
1436
1671
|
"icon-warning"?: any;
|
|
1672
|
+
"icon-warning-prominent"?: any;
|
|
1673
|
+
"icon-warning-subtle"?: any;
|
|
1437
1674
|
"text-danger"?: any;
|
|
1675
|
+
"text-danger-active"?: any;
|
|
1438
1676
|
"text-danger-hover"?: any;
|
|
1439
1677
|
"text-danger-inverted"?: any;
|
|
1440
1678
|
"text-danger-pressed"?: any;
|
|
1441
1679
|
"text-neutrals"?: any;
|
|
1680
|
+
"text-neutrals-active"?: any;
|
|
1442
1681
|
"text-neutrals-disabled"?: any;
|
|
1443
1682
|
"text-neutrals-hover"?: any;
|
|
1444
1683
|
"text-neutrals-inverted"?: any;
|
|
@@ -1446,21 +1685,26 @@ declare const css: <Composers extends (string | _stitches_react_types_util.Funct
|
|
|
1446
1685
|
"text-neutrals-inverted-subtle"?: any;
|
|
1447
1686
|
"text-neutrals-inverted-subtle-hover"?: any;
|
|
1448
1687
|
"text-neutrals-placeholder"?: any;
|
|
1688
|
+
"text-neutrals-placeholder-only"?: any;
|
|
1449
1689
|
"text-neutrals-pressed"?: any;
|
|
1450
1690
|
"text-neutrals-subtle"?: any;
|
|
1691
|
+
"text-neutrals-subtle-active"?: any;
|
|
1451
1692
|
"text-neutrals-subtle-hover"?: any;
|
|
1452
1693
|
"text-neutrals-subtle-pressed"?: any;
|
|
1453
1694
|
"text-primary"?: any;
|
|
1695
|
+
"text-primary-active"?: any;
|
|
1454
1696
|
"text-primary-hover"?: any;
|
|
1455
1697
|
"text-primary-inverted"?: any;
|
|
1456
1698
|
"text-primary-inverted-subtle"?: any;
|
|
1457
1699
|
"text-primary-pressed"?: any;
|
|
1458
1700
|
"text-primary-selected"?: any;
|
|
1459
1701
|
"text-success"?: any;
|
|
1702
|
+
"text-success-active"?: any;
|
|
1460
1703
|
"text-success-hover"?: any;
|
|
1461
1704
|
"text-success-inverted"?: any;
|
|
1462
1705
|
"text-success-pressed"?: any;
|
|
1463
1706
|
"text-warning"?: any;
|
|
1707
|
+
"text-warning-subtle"?: any;
|
|
1464
1708
|
};
|
|
1465
1709
|
'font-sizes': {
|
|
1466
1710
|
readonly 125: "0.625rem";
|
|
@@ -1884,47 +2128,78 @@ declare const globalCss: <Styles extends {
|
|
|
1884
2128
|
readonly 'yellow-900': any;
|
|
1885
2129
|
readonly 'yellow-950': any;
|
|
1886
2130
|
"background-alpha"?: any;
|
|
2131
|
+
"background-alpha-active"?: any;
|
|
2132
|
+
"background-alpha-hover"?: any;
|
|
1887
2133
|
"background-alpha-subtle"?: any;
|
|
1888
2134
|
"background-neutrals-overlay"?: any;
|
|
1889
2135
|
"background-neutrals-overlay-subtle"?: any;
|
|
1890
2136
|
"background-danger-prominent"?: any;
|
|
2137
|
+
"background-danger-prominent-active"?: any;
|
|
1891
2138
|
"background-danger-prominent-hover"?: any;
|
|
1892
2139
|
"background-danger-prominent-pressed"?: any;
|
|
1893
2140
|
"background-danger-subtle"?: any;
|
|
2141
|
+
"background-danger-subtle-active"?: any;
|
|
1894
2142
|
"background-danger-subtle-hover"?: any;
|
|
1895
2143
|
"background-danger-subtle-pressed"?: any;
|
|
1896
2144
|
"background-neutrals"?: any;
|
|
2145
|
+
"background-neutrals-active"?: any;
|
|
2146
|
+
"background-neutrals-container"?: any;
|
|
1897
2147
|
"background-neutrals-control"?: any;
|
|
1898
2148
|
"background-neutrals-control-hover"?: any;
|
|
1899
2149
|
"background-neutrals-control-pressed"?: any;
|
|
1900
2150
|
"background-neutrals-disabled"?: any;
|
|
1901
2151
|
"background-neutrals-hover"?: any;
|
|
2152
|
+
"background-neutrals-inactive"?: any;
|
|
2153
|
+
"background-neutrals-inactive-hover"?: any;
|
|
1902
2154
|
"background-neutrals-inverted"?: any;
|
|
1903
2155
|
"background-neutrals-inverted-subtle"?: any;
|
|
2156
|
+
"background-neutrals-layout"?: any;
|
|
2157
|
+
"background-neutrals-page"?: any;
|
|
2158
|
+
"background-neutrals-page-subtle"?: any;
|
|
1904
2159
|
"background-neutrals-pressed"?: any;
|
|
2160
|
+
"background-neutrals-scrollbar"?: any;
|
|
2161
|
+
"background-neutrals-scrollbar-active"?: any;
|
|
2162
|
+
"background-neutrals-scrollbar-hover"?: any;
|
|
1905
2163
|
"background-neutrals-subtle"?: any;
|
|
2164
|
+
"background-neutrals-subtle-active"?: any;
|
|
1906
2165
|
"background-neutrals-subtle-hover"?: any;
|
|
1907
2166
|
"background-neutrals-subtle-pressed"?: any;
|
|
1908
2167
|
"background-neutrals-transparent"?: any;
|
|
1909
2168
|
"background-primary-prominent"?: any;
|
|
2169
|
+
"background-primary-prominent-active"?: any;
|
|
1910
2170
|
"background-primary-prominent-hover"?: any;
|
|
1911
2171
|
"background-primary-prominent-pressed"?: any;
|
|
1912
2172
|
"background-primary-prominent-selected"?: any;
|
|
1913
2173
|
"background-primary-subtle"?: any;
|
|
2174
|
+
"background-primary-subtle-active"?: any;
|
|
1914
2175
|
"background-primary-subtle-hover"?: any;
|
|
1915
2176
|
"background-primary-subtle-pressed"?: any;
|
|
1916
2177
|
"background-primary-subtle-selected"?: any;
|
|
1917
2178
|
"background-success-prominent"?: any;
|
|
2179
|
+
"background-success-prominent-active"?: any;
|
|
1918
2180
|
"background-success-prominent-hover"?: any;
|
|
1919
2181
|
"background-success-prominent-pressed"?: any;
|
|
1920
2182
|
"background-success-subtle"?: any;
|
|
1921
2183
|
"background-warning-prominent"?: any;
|
|
1922
2184
|
"background-warning-subtle"?: any;
|
|
1923
2185
|
"border-danger"?: any;
|
|
2186
|
+
"border-danger-active"?: any;
|
|
1924
2187
|
"border-danger-hover"?: any;
|
|
1925
2188
|
"border-danger-pressed"?: any;
|
|
2189
|
+
"border-focus-error-inner"?: any;
|
|
2190
|
+
"border-focus-error-middle"?: any;
|
|
2191
|
+
"border-focus-error-outer"?: any;
|
|
2192
|
+
"border-focus-inner"?: any;
|
|
2193
|
+
"border-focus-middle"?: any;
|
|
2194
|
+
"border-focus-outer"?: any;
|
|
2195
|
+
"border-focus-success-inner"?: any;
|
|
2196
|
+
"border-focus-success-middle"?: any;
|
|
2197
|
+
"border-focus-success-outer"?: any;
|
|
1926
2198
|
"focus-keyboard"?: any;
|
|
1927
2199
|
"border-neutrals"?: any;
|
|
2200
|
+
"border-neutrals-active"?: any;
|
|
2201
|
+
"border-neutrals-controls"?: any;
|
|
2202
|
+
"border-neutrals-controls-disabled"?: any;
|
|
1928
2203
|
"border-neutrals-disabled"?: any;
|
|
1929
2204
|
"border-neutrals-hover"?: any;
|
|
1930
2205
|
"border-neutrals-inverted"?: any;
|
|
@@ -1932,48 +2207,73 @@ declare const globalCss: <Styles extends {
|
|
|
1932
2207
|
"border-neutrals-subtle"?: any;
|
|
1933
2208
|
"border-neutrals-subtle-hover"?: any;
|
|
1934
2209
|
"border-neutrals-subtle-pressed"?: any;
|
|
2210
|
+
"border-neutrals-text"?: any;
|
|
2211
|
+
"border-neutrals-text-active"?: any;
|
|
2212
|
+
"border-neutrals-text-hover"?: any;
|
|
2213
|
+
"border-neutrals-text-subtle"?: any;
|
|
2214
|
+
"border-neutrals-text-subtle-active"?: any;
|
|
2215
|
+
"border-neutrals-text-subtle-hover"?: any;
|
|
1935
2216
|
"border-neutrals-transparent"?: any;
|
|
1936
2217
|
"border-primary"?: any;
|
|
2218
|
+
"border-primary-active"?: any;
|
|
1937
2219
|
"border-primary-hover"?: any;
|
|
1938
2220
|
"border-primary-inverted"?: any;
|
|
1939
2221
|
"border-primary-pressed"?: any;
|
|
1940
2222
|
"border-primary-selected"?: any;
|
|
1941
2223
|
"border-success"?: any;
|
|
2224
|
+
"border-success-active"?: any;
|
|
1942
2225
|
"border-success-hover"?: any;
|
|
1943
2226
|
"border-success-pressed"?: any;
|
|
1944
2227
|
"border-warning"?: any;
|
|
2228
|
+
"button-background-primary"?: any;
|
|
2229
|
+
"button-background-primary-hover"?: any;
|
|
2230
|
+
"button-background-primary-pressed"?: any;
|
|
2231
|
+
"button-background-secondary"?: any;
|
|
2232
|
+
"button-background-secondary-hover"?: any;
|
|
2233
|
+
"button-background-secondary-pressed"?: any;
|
|
1945
2234
|
"icon-danger"?: any;
|
|
2235
|
+
"icon-danger-active"?: any;
|
|
1946
2236
|
"icon-danger-hover"?: any;
|
|
1947
2237
|
"icon-danger-inverted"?: any;
|
|
1948
2238
|
"icon-danger-pressed"?: any;
|
|
1949
2239
|
"icon-neutrals"?: any;
|
|
1950
2240
|
"icon-neutrals-disabled"?: any;
|
|
1951
2241
|
"icon-neutrals-hover"?: any;
|
|
2242
|
+
"icon-neutrals-inactive"?: any;
|
|
2243
|
+
"icon-neutrals-inactive-hover"?: any;
|
|
1952
2244
|
"icon-neutrals-inverted"?: any;
|
|
1953
2245
|
"icon-neutrals-inverted-hover"?: any;
|
|
1954
2246
|
"icon-neutrals-inverted-subtle"?: any;
|
|
1955
2247
|
"icon-neutrals-inverted-subtle-hover"?: any;
|
|
1956
2248
|
"icon-neutrals-placeholder"?: any;
|
|
1957
2249
|
"icon-neutrals-pressed"?: any;
|
|
2250
|
+
"icon-neutrals-search"?: any;
|
|
1958
2251
|
"icon-neutrals-subtle"?: any;
|
|
1959
2252
|
"icon-neutrals-subtle-hover"?: any;
|
|
1960
2253
|
"icon-neutrals-subtle-pressed"?: any;
|
|
2254
|
+
"icon-neutrals-text"?: any;
|
|
1961
2255
|
"icon-primary"?: any;
|
|
2256
|
+
"icon-primary-active"?: any;
|
|
1962
2257
|
"icon-primary-hover"?: any;
|
|
1963
2258
|
"icon-primary-inverted"?: any;
|
|
1964
2259
|
"icon-primary-inverted-hover"?: any;
|
|
1965
2260
|
"icon-primary-pressed"?: any;
|
|
1966
2261
|
"icon-primary-selected"?: any;
|
|
1967
2262
|
"icon-success"?: any;
|
|
2263
|
+
"icon-success-active"?: any;
|
|
1968
2264
|
"icon-success-hover"?: any;
|
|
1969
2265
|
"icon-success-inverted"?: any;
|
|
1970
2266
|
"icon-success-pressed"?: any;
|
|
1971
2267
|
"icon-warning"?: any;
|
|
2268
|
+
"icon-warning-prominent"?: any;
|
|
2269
|
+
"icon-warning-subtle"?: any;
|
|
1972
2270
|
"text-danger"?: any;
|
|
2271
|
+
"text-danger-active"?: any;
|
|
1973
2272
|
"text-danger-hover"?: any;
|
|
1974
2273
|
"text-danger-inverted"?: any;
|
|
1975
2274
|
"text-danger-pressed"?: any;
|
|
1976
2275
|
"text-neutrals"?: any;
|
|
2276
|
+
"text-neutrals-active"?: any;
|
|
1977
2277
|
"text-neutrals-disabled"?: any;
|
|
1978
2278
|
"text-neutrals-hover"?: any;
|
|
1979
2279
|
"text-neutrals-inverted"?: any;
|
|
@@ -1981,21 +2281,26 @@ declare const globalCss: <Styles extends {
|
|
|
1981
2281
|
"text-neutrals-inverted-subtle"?: any;
|
|
1982
2282
|
"text-neutrals-inverted-subtle-hover"?: any;
|
|
1983
2283
|
"text-neutrals-placeholder"?: any;
|
|
2284
|
+
"text-neutrals-placeholder-only"?: any;
|
|
1984
2285
|
"text-neutrals-pressed"?: any;
|
|
1985
2286
|
"text-neutrals-subtle"?: any;
|
|
2287
|
+
"text-neutrals-subtle-active"?: any;
|
|
1986
2288
|
"text-neutrals-subtle-hover"?: any;
|
|
1987
2289
|
"text-neutrals-subtle-pressed"?: any;
|
|
1988
2290
|
"text-primary"?: any;
|
|
2291
|
+
"text-primary-active"?: any;
|
|
1989
2292
|
"text-primary-hover"?: any;
|
|
1990
2293
|
"text-primary-inverted"?: any;
|
|
1991
2294
|
"text-primary-inverted-subtle"?: any;
|
|
1992
2295
|
"text-primary-pressed"?: any;
|
|
1993
2296
|
"text-primary-selected"?: any;
|
|
1994
2297
|
"text-success"?: any;
|
|
2298
|
+
"text-success-active"?: any;
|
|
1995
2299
|
"text-success-hover"?: any;
|
|
1996
2300
|
"text-success-inverted"?: any;
|
|
1997
2301
|
"text-success-pressed"?: any;
|
|
1998
2302
|
"text-warning"?: any;
|
|
2303
|
+
"text-warning-subtle"?: any;
|
|
1999
2304
|
};
|
|
2000
2305
|
'font-sizes': {
|
|
2001
2306
|
readonly 125: "0.625rem";
|
|
@@ -2401,47 +2706,78 @@ declare const globalCss: <Styles extends {
|
|
|
2401
2706
|
readonly 'yellow-900': any;
|
|
2402
2707
|
readonly 'yellow-950': any;
|
|
2403
2708
|
"background-alpha"?: any;
|
|
2709
|
+
"background-alpha-active"?: any;
|
|
2710
|
+
"background-alpha-hover"?: any;
|
|
2404
2711
|
"background-alpha-subtle"?: any;
|
|
2405
2712
|
"background-neutrals-overlay"?: any;
|
|
2406
2713
|
"background-neutrals-overlay-subtle"?: any;
|
|
2407
2714
|
"background-danger-prominent"?: any;
|
|
2715
|
+
"background-danger-prominent-active"?: any;
|
|
2408
2716
|
"background-danger-prominent-hover"?: any;
|
|
2409
2717
|
"background-danger-prominent-pressed"?: any;
|
|
2410
2718
|
"background-danger-subtle"?: any;
|
|
2719
|
+
"background-danger-subtle-active"?: any;
|
|
2411
2720
|
"background-danger-subtle-hover"?: any;
|
|
2412
2721
|
"background-danger-subtle-pressed"?: any;
|
|
2413
2722
|
"background-neutrals"?: any;
|
|
2723
|
+
"background-neutrals-active"?: any;
|
|
2724
|
+
"background-neutrals-container"?: any;
|
|
2414
2725
|
"background-neutrals-control"?: any;
|
|
2415
2726
|
"background-neutrals-control-hover"?: any;
|
|
2416
2727
|
"background-neutrals-control-pressed"?: any;
|
|
2417
2728
|
"background-neutrals-disabled"?: any;
|
|
2418
2729
|
"background-neutrals-hover"?: any;
|
|
2730
|
+
"background-neutrals-inactive"?: any;
|
|
2731
|
+
"background-neutrals-inactive-hover"?: any;
|
|
2419
2732
|
"background-neutrals-inverted"?: any;
|
|
2420
2733
|
"background-neutrals-inverted-subtle"?: any;
|
|
2734
|
+
"background-neutrals-layout"?: any;
|
|
2735
|
+
"background-neutrals-page"?: any;
|
|
2736
|
+
"background-neutrals-page-subtle"?: any;
|
|
2421
2737
|
"background-neutrals-pressed"?: any;
|
|
2738
|
+
"background-neutrals-scrollbar"?: any;
|
|
2739
|
+
"background-neutrals-scrollbar-active"?: any;
|
|
2740
|
+
"background-neutrals-scrollbar-hover"?: any;
|
|
2422
2741
|
"background-neutrals-subtle"?: any;
|
|
2742
|
+
"background-neutrals-subtle-active"?: any;
|
|
2423
2743
|
"background-neutrals-subtle-hover"?: any;
|
|
2424
2744
|
"background-neutrals-subtle-pressed"?: any;
|
|
2425
2745
|
"background-neutrals-transparent"?: any;
|
|
2426
2746
|
"background-primary-prominent"?: any;
|
|
2747
|
+
"background-primary-prominent-active"?: any;
|
|
2427
2748
|
"background-primary-prominent-hover"?: any;
|
|
2428
2749
|
"background-primary-prominent-pressed"?: any;
|
|
2429
2750
|
"background-primary-prominent-selected"?: any;
|
|
2430
2751
|
"background-primary-subtle"?: any;
|
|
2752
|
+
"background-primary-subtle-active"?: any;
|
|
2431
2753
|
"background-primary-subtle-hover"?: any;
|
|
2432
2754
|
"background-primary-subtle-pressed"?: any;
|
|
2433
2755
|
"background-primary-subtle-selected"?: any;
|
|
2434
2756
|
"background-success-prominent"?: any;
|
|
2757
|
+
"background-success-prominent-active"?: any;
|
|
2435
2758
|
"background-success-prominent-hover"?: any;
|
|
2436
2759
|
"background-success-prominent-pressed"?: any;
|
|
2437
2760
|
"background-success-subtle"?: any;
|
|
2438
2761
|
"background-warning-prominent"?: any;
|
|
2439
2762
|
"background-warning-subtle"?: any;
|
|
2440
2763
|
"border-danger"?: any;
|
|
2764
|
+
"border-danger-active"?: any;
|
|
2441
2765
|
"border-danger-hover"?: any;
|
|
2442
2766
|
"border-danger-pressed"?: any;
|
|
2767
|
+
"border-focus-error-inner"?: any;
|
|
2768
|
+
"border-focus-error-middle"?: any;
|
|
2769
|
+
"border-focus-error-outer"?: any;
|
|
2770
|
+
"border-focus-inner"?: any;
|
|
2771
|
+
"border-focus-middle"?: any;
|
|
2772
|
+
"border-focus-outer"?: any;
|
|
2773
|
+
"border-focus-success-inner"?: any;
|
|
2774
|
+
"border-focus-success-middle"?: any;
|
|
2775
|
+
"border-focus-success-outer"?: any;
|
|
2443
2776
|
"focus-keyboard"?: any;
|
|
2444
2777
|
"border-neutrals"?: any;
|
|
2778
|
+
"border-neutrals-active"?: any;
|
|
2779
|
+
"border-neutrals-controls"?: any;
|
|
2780
|
+
"border-neutrals-controls-disabled"?: any;
|
|
2445
2781
|
"border-neutrals-disabled"?: any;
|
|
2446
2782
|
"border-neutrals-hover"?: any;
|
|
2447
2783
|
"border-neutrals-inverted"?: any;
|
|
@@ -2449,48 +2785,73 @@ declare const globalCss: <Styles extends {
|
|
|
2449
2785
|
"border-neutrals-subtle"?: any;
|
|
2450
2786
|
"border-neutrals-subtle-hover"?: any;
|
|
2451
2787
|
"border-neutrals-subtle-pressed"?: any;
|
|
2788
|
+
"border-neutrals-text"?: any;
|
|
2789
|
+
"border-neutrals-text-active"?: any;
|
|
2790
|
+
"border-neutrals-text-hover"?: any;
|
|
2791
|
+
"border-neutrals-text-subtle"?: any;
|
|
2792
|
+
"border-neutrals-text-subtle-active"?: any;
|
|
2793
|
+
"border-neutrals-text-subtle-hover"?: any;
|
|
2452
2794
|
"border-neutrals-transparent"?: any;
|
|
2453
2795
|
"border-primary"?: any;
|
|
2796
|
+
"border-primary-active"?: any;
|
|
2454
2797
|
"border-primary-hover"?: any;
|
|
2455
2798
|
"border-primary-inverted"?: any;
|
|
2456
2799
|
"border-primary-pressed"?: any;
|
|
2457
2800
|
"border-primary-selected"?: any;
|
|
2458
2801
|
"border-success"?: any;
|
|
2802
|
+
"border-success-active"?: any;
|
|
2459
2803
|
"border-success-hover"?: any;
|
|
2460
2804
|
"border-success-pressed"?: any;
|
|
2461
2805
|
"border-warning"?: any;
|
|
2806
|
+
"button-background-primary"?: any;
|
|
2807
|
+
"button-background-primary-hover"?: any;
|
|
2808
|
+
"button-background-primary-pressed"?: any;
|
|
2809
|
+
"button-background-secondary"?: any;
|
|
2810
|
+
"button-background-secondary-hover"?: any;
|
|
2811
|
+
"button-background-secondary-pressed"?: any;
|
|
2462
2812
|
"icon-danger"?: any;
|
|
2813
|
+
"icon-danger-active"?: any;
|
|
2463
2814
|
"icon-danger-hover"?: any;
|
|
2464
2815
|
"icon-danger-inverted"?: any;
|
|
2465
2816
|
"icon-danger-pressed"?: any;
|
|
2466
2817
|
"icon-neutrals"?: any;
|
|
2467
2818
|
"icon-neutrals-disabled"?: any;
|
|
2468
2819
|
"icon-neutrals-hover"?: any;
|
|
2820
|
+
"icon-neutrals-inactive"?: any;
|
|
2821
|
+
"icon-neutrals-inactive-hover"?: any;
|
|
2469
2822
|
"icon-neutrals-inverted"?: any;
|
|
2470
2823
|
"icon-neutrals-inverted-hover"?: any;
|
|
2471
2824
|
"icon-neutrals-inverted-subtle"?: any;
|
|
2472
2825
|
"icon-neutrals-inverted-subtle-hover"?: any;
|
|
2473
2826
|
"icon-neutrals-placeholder"?: any;
|
|
2474
2827
|
"icon-neutrals-pressed"?: any;
|
|
2828
|
+
"icon-neutrals-search"?: any;
|
|
2475
2829
|
"icon-neutrals-subtle"?: any;
|
|
2476
2830
|
"icon-neutrals-subtle-hover"?: any;
|
|
2477
2831
|
"icon-neutrals-subtle-pressed"?: any;
|
|
2832
|
+
"icon-neutrals-text"?: any;
|
|
2478
2833
|
"icon-primary"?: any;
|
|
2834
|
+
"icon-primary-active"?: any;
|
|
2479
2835
|
"icon-primary-hover"?: any;
|
|
2480
2836
|
"icon-primary-inverted"?: any;
|
|
2481
2837
|
"icon-primary-inverted-hover"?: any;
|
|
2482
2838
|
"icon-primary-pressed"?: any;
|
|
2483
2839
|
"icon-primary-selected"?: any;
|
|
2484
2840
|
"icon-success"?: any;
|
|
2841
|
+
"icon-success-active"?: any;
|
|
2485
2842
|
"icon-success-hover"?: any;
|
|
2486
2843
|
"icon-success-inverted"?: any;
|
|
2487
2844
|
"icon-success-pressed"?: any;
|
|
2488
2845
|
"icon-warning"?: any;
|
|
2846
|
+
"icon-warning-prominent"?: any;
|
|
2847
|
+
"icon-warning-subtle"?: any;
|
|
2489
2848
|
"text-danger"?: any;
|
|
2849
|
+
"text-danger-active"?: any;
|
|
2490
2850
|
"text-danger-hover"?: any;
|
|
2491
2851
|
"text-danger-inverted"?: any;
|
|
2492
2852
|
"text-danger-pressed"?: any;
|
|
2493
2853
|
"text-neutrals"?: any;
|
|
2854
|
+
"text-neutrals-active"?: any;
|
|
2494
2855
|
"text-neutrals-disabled"?: any;
|
|
2495
2856
|
"text-neutrals-hover"?: any;
|
|
2496
2857
|
"text-neutrals-inverted"?: any;
|
|
@@ -2498,21 +2859,26 @@ declare const globalCss: <Styles extends {
|
|
|
2498
2859
|
"text-neutrals-inverted-subtle"?: any;
|
|
2499
2860
|
"text-neutrals-inverted-subtle-hover"?: any;
|
|
2500
2861
|
"text-neutrals-placeholder"?: any;
|
|
2862
|
+
"text-neutrals-placeholder-only"?: any;
|
|
2501
2863
|
"text-neutrals-pressed"?: any;
|
|
2502
2864
|
"text-neutrals-subtle"?: any;
|
|
2865
|
+
"text-neutrals-subtle-active"?: any;
|
|
2503
2866
|
"text-neutrals-subtle-hover"?: any;
|
|
2504
2867
|
"text-neutrals-subtle-pressed"?: any;
|
|
2505
2868
|
"text-primary"?: any;
|
|
2869
|
+
"text-primary-active"?: any;
|
|
2506
2870
|
"text-primary-hover"?: any;
|
|
2507
2871
|
"text-primary-inverted"?: any;
|
|
2508
2872
|
"text-primary-inverted-subtle"?: any;
|
|
2509
2873
|
"text-primary-pressed"?: any;
|
|
2510
2874
|
"text-primary-selected"?: any;
|
|
2511
2875
|
"text-success"?: any;
|
|
2876
|
+
"text-success-active"?: any;
|
|
2512
2877
|
"text-success-hover"?: any;
|
|
2513
2878
|
"text-success-inverted"?: any;
|
|
2514
2879
|
"text-success-pressed"?: any;
|
|
2515
2880
|
"text-warning"?: any;
|
|
2881
|
+
"text-warning-subtle"?: any;
|
|
2516
2882
|
};
|
|
2517
2883
|
'font-sizes': {
|
|
2518
2884
|
readonly 125: "0.625rem";
|
|
@@ -2919,47 +3285,78 @@ declare const keyframes: (style: {
|
|
|
2919
3285
|
readonly 'yellow-900': any;
|
|
2920
3286
|
readonly 'yellow-950': any;
|
|
2921
3287
|
"background-alpha"?: any;
|
|
3288
|
+
"background-alpha-active"?: any;
|
|
3289
|
+
"background-alpha-hover"?: any;
|
|
2922
3290
|
"background-alpha-subtle"?: any;
|
|
2923
3291
|
"background-neutrals-overlay"?: any;
|
|
2924
3292
|
"background-neutrals-overlay-subtle"?: any;
|
|
2925
3293
|
"background-danger-prominent"?: any;
|
|
3294
|
+
"background-danger-prominent-active"?: any;
|
|
2926
3295
|
"background-danger-prominent-hover"?: any;
|
|
2927
3296
|
"background-danger-prominent-pressed"?: any;
|
|
2928
3297
|
"background-danger-subtle"?: any;
|
|
3298
|
+
"background-danger-subtle-active"?: any;
|
|
2929
3299
|
"background-danger-subtle-hover"?: any;
|
|
2930
3300
|
"background-danger-subtle-pressed"?: any;
|
|
2931
3301
|
"background-neutrals"?: any;
|
|
3302
|
+
"background-neutrals-active"?: any;
|
|
3303
|
+
"background-neutrals-container"?: any;
|
|
2932
3304
|
"background-neutrals-control"?: any;
|
|
2933
3305
|
"background-neutrals-control-hover"?: any;
|
|
2934
3306
|
"background-neutrals-control-pressed"?: any;
|
|
2935
3307
|
"background-neutrals-disabled"?: any;
|
|
2936
3308
|
"background-neutrals-hover"?: any;
|
|
3309
|
+
"background-neutrals-inactive"?: any;
|
|
3310
|
+
"background-neutrals-inactive-hover"?: any;
|
|
2937
3311
|
"background-neutrals-inverted"?: any;
|
|
2938
3312
|
"background-neutrals-inverted-subtle"?: any;
|
|
3313
|
+
"background-neutrals-layout"?: any;
|
|
3314
|
+
"background-neutrals-page"?: any;
|
|
3315
|
+
"background-neutrals-page-subtle"?: any;
|
|
2939
3316
|
"background-neutrals-pressed"?: any;
|
|
3317
|
+
"background-neutrals-scrollbar"?: any;
|
|
3318
|
+
"background-neutrals-scrollbar-active"?: any;
|
|
3319
|
+
"background-neutrals-scrollbar-hover"?: any;
|
|
2940
3320
|
"background-neutrals-subtle"?: any;
|
|
3321
|
+
"background-neutrals-subtle-active"?: any;
|
|
2941
3322
|
"background-neutrals-subtle-hover"?: any;
|
|
2942
3323
|
"background-neutrals-subtle-pressed"?: any;
|
|
2943
3324
|
"background-neutrals-transparent"?: any;
|
|
2944
3325
|
"background-primary-prominent"?: any;
|
|
3326
|
+
"background-primary-prominent-active"?: any;
|
|
2945
3327
|
"background-primary-prominent-hover"?: any;
|
|
2946
3328
|
"background-primary-prominent-pressed"?: any;
|
|
2947
3329
|
"background-primary-prominent-selected"?: any;
|
|
2948
3330
|
"background-primary-subtle"?: any;
|
|
3331
|
+
"background-primary-subtle-active"?: any;
|
|
2949
3332
|
"background-primary-subtle-hover"?: any;
|
|
2950
3333
|
"background-primary-subtle-pressed"?: any;
|
|
2951
3334
|
"background-primary-subtle-selected"?: any;
|
|
2952
3335
|
"background-success-prominent"?: any;
|
|
3336
|
+
"background-success-prominent-active"?: any;
|
|
2953
3337
|
"background-success-prominent-hover"?: any;
|
|
2954
3338
|
"background-success-prominent-pressed"?: any;
|
|
2955
3339
|
"background-success-subtle"?: any;
|
|
2956
3340
|
"background-warning-prominent"?: any;
|
|
2957
3341
|
"background-warning-subtle"?: any;
|
|
2958
3342
|
"border-danger"?: any;
|
|
3343
|
+
"border-danger-active"?: any;
|
|
2959
3344
|
"border-danger-hover"?: any;
|
|
2960
3345
|
"border-danger-pressed"?: any;
|
|
3346
|
+
"border-focus-error-inner"?: any;
|
|
3347
|
+
"border-focus-error-middle"?: any;
|
|
3348
|
+
"border-focus-error-outer"?: any;
|
|
3349
|
+
"border-focus-inner"?: any;
|
|
3350
|
+
"border-focus-middle"?: any;
|
|
3351
|
+
"border-focus-outer"?: any;
|
|
3352
|
+
"border-focus-success-inner"?: any;
|
|
3353
|
+
"border-focus-success-middle"?: any;
|
|
3354
|
+
"border-focus-success-outer"?: any;
|
|
2961
3355
|
"focus-keyboard"?: any;
|
|
2962
3356
|
"border-neutrals"?: any;
|
|
3357
|
+
"border-neutrals-active"?: any;
|
|
3358
|
+
"border-neutrals-controls"?: any;
|
|
3359
|
+
"border-neutrals-controls-disabled"?: any;
|
|
2963
3360
|
"border-neutrals-disabled"?: any;
|
|
2964
3361
|
"border-neutrals-hover"?: any;
|
|
2965
3362
|
"border-neutrals-inverted"?: any;
|
|
@@ -2967,48 +3364,73 @@ declare const keyframes: (style: {
|
|
|
2967
3364
|
"border-neutrals-subtle"?: any;
|
|
2968
3365
|
"border-neutrals-subtle-hover"?: any;
|
|
2969
3366
|
"border-neutrals-subtle-pressed"?: any;
|
|
3367
|
+
"border-neutrals-text"?: any;
|
|
3368
|
+
"border-neutrals-text-active"?: any;
|
|
3369
|
+
"border-neutrals-text-hover"?: any;
|
|
3370
|
+
"border-neutrals-text-subtle"?: any;
|
|
3371
|
+
"border-neutrals-text-subtle-active"?: any;
|
|
3372
|
+
"border-neutrals-text-subtle-hover"?: any;
|
|
2970
3373
|
"border-neutrals-transparent"?: any;
|
|
2971
3374
|
"border-primary"?: any;
|
|
3375
|
+
"border-primary-active"?: any;
|
|
2972
3376
|
"border-primary-hover"?: any;
|
|
2973
3377
|
"border-primary-inverted"?: any;
|
|
2974
3378
|
"border-primary-pressed"?: any;
|
|
2975
3379
|
"border-primary-selected"?: any;
|
|
2976
3380
|
"border-success"?: any;
|
|
3381
|
+
"border-success-active"?: any;
|
|
2977
3382
|
"border-success-hover"?: any;
|
|
2978
3383
|
"border-success-pressed"?: any;
|
|
2979
3384
|
"border-warning"?: any;
|
|
3385
|
+
"button-background-primary"?: any;
|
|
3386
|
+
"button-background-primary-hover"?: any;
|
|
3387
|
+
"button-background-primary-pressed"?: any;
|
|
3388
|
+
"button-background-secondary"?: any;
|
|
3389
|
+
"button-background-secondary-hover"?: any;
|
|
3390
|
+
"button-background-secondary-pressed"?: any;
|
|
2980
3391
|
"icon-danger"?: any;
|
|
3392
|
+
"icon-danger-active"?: any;
|
|
2981
3393
|
"icon-danger-hover"?: any;
|
|
2982
3394
|
"icon-danger-inverted"?: any;
|
|
2983
3395
|
"icon-danger-pressed"?: any;
|
|
2984
3396
|
"icon-neutrals"?: any;
|
|
2985
3397
|
"icon-neutrals-disabled"?: any;
|
|
2986
3398
|
"icon-neutrals-hover"?: any;
|
|
3399
|
+
"icon-neutrals-inactive"?: any;
|
|
3400
|
+
"icon-neutrals-inactive-hover"?: any;
|
|
2987
3401
|
"icon-neutrals-inverted"?: any;
|
|
2988
3402
|
"icon-neutrals-inverted-hover"?: any;
|
|
2989
3403
|
"icon-neutrals-inverted-subtle"?: any;
|
|
2990
3404
|
"icon-neutrals-inverted-subtle-hover"?: any;
|
|
2991
3405
|
"icon-neutrals-placeholder"?: any;
|
|
2992
3406
|
"icon-neutrals-pressed"?: any;
|
|
3407
|
+
"icon-neutrals-search"?: any;
|
|
2993
3408
|
"icon-neutrals-subtle"?: any;
|
|
2994
3409
|
"icon-neutrals-subtle-hover"?: any;
|
|
2995
3410
|
"icon-neutrals-subtle-pressed"?: any;
|
|
3411
|
+
"icon-neutrals-text"?: any;
|
|
2996
3412
|
"icon-primary"?: any;
|
|
3413
|
+
"icon-primary-active"?: any;
|
|
2997
3414
|
"icon-primary-hover"?: any;
|
|
2998
3415
|
"icon-primary-inverted"?: any;
|
|
2999
3416
|
"icon-primary-inverted-hover"?: any;
|
|
3000
3417
|
"icon-primary-pressed"?: any;
|
|
3001
3418
|
"icon-primary-selected"?: any;
|
|
3002
3419
|
"icon-success"?: any;
|
|
3420
|
+
"icon-success-active"?: any;
|
|
3003
3421
|
"icon-success-hover"?: any;
|
|
3004
3422
|
"icon-success-inverted"?: any;
|
|
3005
3423
|
"icon-success-pressed"?: any;
|
|
3006
3424
|
"icon-warning"?: any;
|
|
3425
|
+
"icon-warning-prominent"?: any;
|
|
3426
|
+
"icon-warning-subtle"?: any;
|
|
3007
3427
|
"text-danger"?: any;
|
|
3428
|
+
"text-danger-active"?: any;
|
|
3008
3429
|
"text-danger-hover"?: any;
|
|
3009
3430
|
"text-danger-inverted"?: any;
|
|
3010
3431
|
"text-danger-pressed"?: any;
|
|
3011
3432
|
"text-neutrals"?: any;
|
|
3433
|
+
"text-neutrals-active"?: any;
|
|
3012
3434
|
"text-neutrals-disabled"?: any;
|
|
3013
3435
|
"text-neutrals-hover"?: any;
|
|
3014
3436
|
"text-neutrals-inverted"?: any;
|
|
@@ -3016,21 +3438,26 @@ declare const keyframes: (style: {
|
|
|
3016
3438
|
"text-neutrals-inverted-subtle"?: any;
|
|
3017
3439
|
"text-neutrals-inverted-subtle-hover"?: any;
|
|
3018
3440
|
"text-neutrals-placeholder"?: any;
|
|
3441
|
+
"text-neutrals-placeholder-only"?: any;
|
|
3019
3442
|
"text-neutrals-pressed"?: any;
|
|
3020
3443
|
"text-neutrals-subtle"?: any;
|
|
3444
|
+
"text-neutrals-subtle-active"?: any;
|
|
3021
3445
|
"text-neutrals-subtle-hover"?: any;
|
|
3022
3446
|
"text-neutrals-subtle-pressed"?: any;
|
|
3023
3447
|
"text-primary"?: any;
|
|
3448
|
+
"text-primary-active"?: any;
|
|
3024
3449
|
"text-primary-hover"?: any;
|
|
3025
3450
|
"text-primary-inverted"?: any;
|
|
3026
3451
|
"text-primary-inverted-subtle"?: any;
|
|
3027
3452
|
"text-primary-pressed"?: any;
|
|
3028
3453
|
"text-primary-selected"?: any;
|
|
3029
3454
|
"text-success"?: any;
|
|
3455
|
+
"text-success-active"?: any;
|
|
3030
3456
|
"text-success-hover"?: any;
|
|
3031
3457
|
"text-success-inverted"?: any;
|
|
3032
3458
|
"text-success-pressed"?: any;
|
|
3033
3459
|
"text-warning"?: any;
|
|
3460
|
+
"text-warning-subtle"?: any;
|
|
3034
3461
|
};
|
|
3035
3462
|
'font-sizes': {
|
|
3036
3463
|
readonly 125: "0.625rem";
|
|
@@ -3606,47 +4033,78 @@ declare const theme: {
|
|
|
3606
4033
|
readonly 'yellow-950': "#231E0C";
|
|
3607
4034
|
} & {
|
|
3608
4035
|
"background-alpha"?: _mirohq_design_system_themes.Color | undefined;
|
|
4036
|
+
"background-alpha-active"?: _mirohq_design_system_themes.Color | undefined;
|
|
4037
|
+
"background-alpha-hover"?: _mirohq_design_system_themes.Color | undefined;
|
|
3609
4038
|
"background-alpha-subtle"?: _mirohq_design_system_themes.Color | undefined;
|
|
3610
4039
|
"background-neutrals-overlay"?: _mirohq_design_system_themes.Color | undefined;
|
|
3611
4040
|
"background-neutrals-overlay-subtle"?: _mirohq_design_system_themes.Color | undefined;
|
|
3612
4041
|
"background-danger-prominent"?: _mirohq_design_system_themes.Color | undefined;
|
|
4042
|
+
"background-danger-prominent-active"?: _mirohq_design_system_themes.Color | undefined;
|
|
3613
4043
|
"background-danger-prominent-hover"?: _mirohq_design_system_themes.Color | undefined;
|
|
3614
4044
|
"background-danger-prominent-pressed"?: _mirohq_design_system_themes.Color | undefined;
|
|
3615
4045
|
"background-danger-subtle"?: _mirohq_design_system_themes.Color | undefined;
|
|
4046
|
+
"background-danger-subtle-active"?: _mirohq_design_system_themes.Color | undefined;
|
|
3616
4047
|
"background-danger-subtle-hover"?: _mirohq_design_system_themes.Color | undefined;
|
|
3617
4048
|
"background-danger-subtle-pressed"?: _mirohq_design_system_themes.Color | undefined;
|
|
3618
4049
|
"background-neutrals"?: _mirohq_design_system_themes.Color | undefined;
|
|
4050
|
+
"background-neutrals-active"?: _mirohq_design_system_themes.Color | undefined;
|
|
4051
|
+
"background-neutrals-container"?: _mirohq_design_system_themes.Color | undefined;
|
|
3619
4052
|
"background-neutrals-control"?: _mirohq_design_system_themes.Color | undefined;
|
|
3620
4053
|
"background-neutrals-control-hover"?: _mirohq_design_system_themes.Color | undefined;
|
|
3621
4054
|
"background-neutrals-control-pressed"?: _mirohq_design_system_themes.Color | undefined;
|
|
3622
4055
|
"background-neutrals-disabled"?: _mirohq_design_system_themes.Color | undefined;
|
|
3623
4056
|
"background-neutrals-hover"?: _mirohq_design_system_themes.Color | undefined;
|
|
4057
|
+
"background-neutrals-inactive"?: _mirohq_design_system_themes.Color | undefined;
|
|
4058
|
+
"background-neutrals-inactive-hover"?: _mirohq_design_system_themes.Color | undefined;
|
|
3624
4059
|
"background-neutrals-inverted"?: _mirohq_design_system_themes.Color | undefined;
|
|
3625
4060
|
"background-neutrals-inverted-subtle"?: _mirohq_design_system_themes.Color | undefined;
|
|
4061
|
+
"background-neutrals-layout"?: _mirohq_design_system_themes.Color | undefined;
|
|
4062
|
+
"background-neutrals-page"?: _mirohq_design_system_themes.Color | undefined;
|
|
4063
|
+
"background-neutrals-page-subtle"?: _mirohq_design_system_themes.Color | undefined;
|
|
3626
4064
|
"background-neutrals-pressed"?: _mirohq_design_system_themes.Color | undefined;
|
|
4065
|
+
"background-neutrals-scrollbar"?: _mirohq_design_system_themes.Color | undefined;
|
|
4066
|
+
"background-neutrals-scrollbar-active"?: _mirohq_design_system_themes.Color | undefined;
|
|
4067
|
+
"background-neutrals-scrollbar-hover"?: _mirohq_design_system_themes.Color | undefined;
|
|
3627
4068
|
"background-neutrals-subtle"?: _mirohq_design_system_themes.Color | undefined;
|
|
4069
|
+
"background-neutrals-subtle-active"?: _mirohq_design_system_themes.Color | undefined;
|
|
3628
4070
|
"background-neutrals-subtle-hover"?: _mirohq_design_system_themes.Color | undefined;
|
|
3629
4071
|
"background-neutrals-subtle-pressed"?: _mirohq_design_system_themes.Color | undefined;
|
|
3630
4072
|
"background-neutrals-transparent"?: _mirohq_design_system_themes.Color | undefined;
|
|
3631
4073
|
"background-primary-prominent"?: _mirohq_design_system_themes.Color | undefined;
|
|
4074
|
+
"background-primary-prominent-active"?: _mirohq_design_system_themes.Color | undefined;
|
|
3632
4075
|
"background-primary-prominent-hover"?: _mirohq_design_system_themes.Color | undefined;
|
|
3633
4076
|
"background-primary-prominent-pressed"?: _mirohq_design_system_themes.Color | undefined;
|
|
3634
4077
|
"background-primary-prominent-selected"?: _mirohq_design_system_themes.Color | undefined;
|
|
3635
4078
|
"background-primary-subtle"?: _mirohq_design_system_themes.Color | undefined;
|
|
4079
|
+
"background-primary-subtle-active"?: _mirohq_design_system_themes.Color | undefined;
|
|
3636
4080
|
"background-primary-subtle-hover"?: _mirohq_design_system_themes.Color | undefined;
|
|
3637
4081
|
"background-primary-subtle-pressed"?: _mirohq_design_system_themes.Color | undefined;
|
|
3638
4082
|
"background-primary-subtle-selected"?: _mirohq_design_system_themes.Color | undefined;
|
|
3639
4083
|
"background-success-prominent"?: _mirohq_design_system_themes.Color | undefined;
|
|
4084
|
+
"background-success-prominent-active"?: _mirohq_design_system_themes.Color | undefined;
|
|
3640
4085
|
"background-success-prominent-hover"?: _mirohq_design_system_themes.Color | undefined;
|
|
3641
4086
|
"background-success-prominent-pressed"?: _mirohq_design_system_themes.Color | undefined;
|
|
3642
4087
|
"background-success-subtle"?: _mirohq_design_system_themes.Color | undefined;
|
|
3643
4088
|
"background-warning-prominent"?: _mirohq_design_system_themes.Color | undefined;
|
|
3644
4089
|
"background-warning-subtle"?: _mirohq_design_system_themes.Color | undefined;
|
|
3645
4090
|
"border-danger"?: _mirohq_design_system_themes.Color | undefined;
|
|
4091
|
+
"border-danger-active"?: _mirohq_design_system_themes.Color | undefined;
|
|
3646
4092
|
"border-danger-hover"?: _mirohq_design_system_themes.Color | undefined;
|
|
3647
4093
|
"border-danger-pressed"?: _mirohq_design_system_themes.Color | undefined;
|
|
4094
|
+
"border-focus-error-inner"?: _mirohq_design_system_themes.Color | undefined;
|
|
4095
|
+
"border-focus-error-middle"?: _mirohq_design_system_themes.Color | undefined;
|
|
4096
|
+
"border-focus-error-outer"?: _mirohq_design_system_themes.Color | undefined;
|
|
4097
|
+
"border-focus-inner"?: _mirohq_design_system_themes.Color | undefined;
|
|
4098
|
+
"border-focus-middle"?: _mirohq_design_system_themes.Color | undefined;
|
|
4099
|
+
"border-focus-outer"?: _mirohq_design_system_themes.Color | undefined;
|
|
4100
|
+
"border-focus-success-inner"?: _mirohq_design_system_themes.Color | undefined;
|
|
4101
|
+
"border-focus-success-middle"?: _mirohq_design_system_themes.Color | undefined;
|
|
4102
|
+
"border-focus-success-outer"?: _mirohq_design_system_themes.Color | undefined;
|
|
3648
4103
|
"focus-keyboard"?: _mirohq_design_system_themes.Color | undefined;
|
|
3649
4104
|
"border-neutrals"?: _mirohq_design_system_themes.Color | undefined;
|
|
4105
|
+
"border-neutrals-active"?: _mirohq_design_system_themes.Color | undefined;
|
|
4106
|
+
"border-neutrals-controls"?: _mirohq_design_system_themes.Color | undefined;
|
|
4107
|
+
"border-neutrals-controls-disabled"?: _mirohq_design_system_themes.Color | undefined;
|
|
3650
4108
|
"border-neutrals-disabled"?: _mirohq_design_system_themes.Color | undefined;
|
|
3651
4109
|
"border-neutrals-hover"?: _mirohq_design_system_themes.Color | undefined;
|
|
3652
4110
|
"border-neutrals-inverted"?: _mirohq_design_system_themes.Color | undefined;
|
|
@@ -3654,48 +4112,73 @@ declare const theme: {
|
|
|
3654
4112
|
"border-neutrals-subtle"?: _mirohq_design_system_themes.Color | undefined;
|
|
3655
4113
|
"border-neutrals-subtle-hover"?: _mirohq_design_system_themes.Color | undefined;
|
|
3656
4114
|
"border-neutrals-subtle-pressed"?: _mirohq_design_system_themes.Color | undefined;
|
|
4115
|
+
"border-neutrals-text"?: _mirohq_design_system_themes.Color | undefined;
|
|
4116
|
+
"border-neutrals-text-active"?: _mirohq_design_system_themes.Color | undefined;
|
|
4117
|
+
"border-neutrals-text-hover"?: _mirohq_design_system_themes.Color | undefined;
|
|
4118
|
+
"border-neutrals-text-subtle"?: _mirohq_design_system_themes.Color | undefined;
|
|
4119
|
+
"border-neutrals-text-subtle-active"?: _mirohq_design_system_themes.Color | undefined;
|
|
4120
|
+
"border-neutrals-text-subtle-hover"?: _mirohq_design_system_themes.Color | undefined;
|
|
3657
4121
|
"border-neutrals-transparent"?: _mirohq_design_system_themes.Color | undefined;
|
|
3658
4122
|
"border-primary"?: _mirohq_design_system_themes.Color | undefined;
|
|
4123
|
+
"border-primary-active"?: _mirohq_design_system_themes.Color | undefined;
|
|
3659
4124
|
"border-primary-hover"?: _mirohq_design_system_themes.Color | undefined;
|
|
3660
4125
|
"border-primary-inverted"?: _mirohq_design_system_themes.Color | undefined;
|
|
3661
4126
|
"border-primary-pressed"?: _mirohq_design_system_themes.Color | undefined;
|
|
3662
4127
|
"border-primary-selected"?: _mirohq_design_system_themes.Color | undefined;
|
|
3663
4128
|
"border-success"?: _mirohq_design_system_themes.Color | undefined;
|
|
4129
|
+
"border-success-active"?: _mirohq_design_system_themes.Color | undefined;
|
|
3664
4130
|
"border-success-hover"?: _mirohq_design_system_themes.Color | undefined;
|
|
3665
4131
|
"border-success-pressed"?: _mirohq_design_system_themes.Color | undefined;
|
|
3666
4132
|
"border-warning"?: _mirohq_design_system_themes.Color | undefined;
|
|
4133
|
+
"button-background-primary"?: _mirohq_design_system_themes.Color | undefined;
|
|
4134
|
+
"button-background-primary-hover"?: _mirohq_design_system_themes.Color | undefined;
|
|
4135
|
+
"button-background-primary-pressed"?: _mirohq_design_system_themes.Color | undefined;
|
|
4136
|
+
"button-background-secondary"?: _mirohq_design_system_themes.Color | undefined;
|
|
4137
|
+
"button-background-secondary-hover"?: _mirohq_design_system_themes.Color | undefined;
|
|
4138
|
+
"button-background-secondary-pressed"?: _mirohq_design_system_themes.Color | undefined;
|
|
3667
4139
|
"icon-danger"?: _mirohq_design_system_themes.Color | undefined;
|
|
4140
|
+
"icon-danger-active"?: _mirohq_design_system_themes.Color | undefined;
|
|
3668
4141
|
"icon-danger-hover"?: _mirohq_design_system_themes.Color | undefined;
|
|
3669
4142
|
"icon-danger-inverted"?: _mirohq_design_system_themes.Color | undefined;
|
|
3670
4143
|
"icon-danger-pressed"?: _mirohq_design_system_themes.Color | undefined;
|
|
3671
4144
|
"icon-neutrals"?: _mirohq_design_system_themes.Color | undefined;
|
|
3672
4145
|
"icon-neutrals-disabled"?: _mirohq_design_system_themes.Color | undefined;
|
|
3673
4146
|
"icon-neutrals-hover"?: _mirohq_design_system_themes.Color | undefined;
|
|
4147
|
+
"icon-neutrals-inactive"?: _mirohq_design_system_themes.Color | undefined;
|
|
4148
|
+
"icon-neutrals-inactive-hover"?: _mirohq_design_system_themes.Color | undefined;
|
|
3674
4149
|
"icon-neutrals-inverted"?: _mirohq_design_system_themes.Color | undefined;
|
|
3675
4150
|
"icon-neutrals-inverted-hover"?: _mirohq_design_system_themes.Color | undefined;
|
|
3676
4151
|
"icon-neutrals-inverted-subtle"?: _mirohq_design_system_themes.Color | undefined;
|
|
3677
4152
|
"icon-neutrals-inverted-subtle-hover"?: _mirohq_design_system_themes.Color | undefined;
|
|
3678
4153
|
"icon-neutrals-placeholder"?: _mirohq_design_system_themes.Color | undefined;
|
|
3679
4154
|
"icon-neutrals-pressed"?: _mirohq_design_system_themes.Color | undefined;
|
|
4155
|
+
"icon-neutrals-search"?: _mirohq_design_system_themes.Color | undefined;
|
|
3680
4156
|
"icon-neutrals-subtle"?: _mirohq_design_system_themes.Color | undefined;
|
|
3681
4157
|
"icon-neutrals-subtle-hover"?: _mirohq_design_system_themes.Color | undefined;
|
|
3682
4158
|
"icon-neutrals-subtle-pressed"?: _mirohq_design_system_themes.Color | undefined;
|
|
4159
|
+
"icon-neutrals-text"?: _mirohq_design_system_themes.Color | undefined;
|
|
3683
4160
|
"icon-primary"?: _mirohq_design_system_themes.Color | undefined;
|
|
4161
|
+
"icon-primary-active"?: _mirohq_design_system_themes.Color | undefined;
|
|
3684
4162
|
"icon-primary-hover"?: _mirohq_design_system_themes.Color | undefined;
|
|
3685
4163
|
"icon-primary-inverted"?: _mirohq_design_system_themes.Color | undefined;
|
|
3686
4164
|
"icon-primary-inverted-hover"?: _mirohq_design_system_themes.Color | undefined;
|
|
3687
4165
|
"icon-primary-pressed"?: _mirohq_design_system_themes.Color | undefined;
|
|
3688
4166
|
"icon-primary-selected"?: _mirohq_design_system_themes.Color | undefined;
|
|
3689
4167
|
"icon-success"?: _mirohq_design_system_themes.Color | undefined;
|
|
4168
|
+
"icon-success-active"?: _mirohq_design_system_themes.Color | undefined;
|
|
3690
4169
|
"icon-success-hover"?: _mirohq_design_system_themes.Color | undefined;
|
|
3691
4170
|
"icon-success-inverted"?: _mirohq_design_system_themes.Color | undefined;
|
|
3692
4171
|
"icon-success-pressed"?: _mirohq_design_system_themes.Color | undefined;
|
|
3693
4172
|
"icon-warning"?: _mirohq_design_system_themes.Color | undefined;
|
|
4173
|
+
"icon-warning-prominent"?: _mirohq_design_system_themes.Color | undefined;
|
|
4174
|
+
"icon-warning-subtle"?: _mirohq_design_system_themes.Color | undefined;
|
|
3694
4175
|
"text-danger"?: _mirohq_design_system_themes.Color | undefined;
|
|
4176
|
+
"text-danger-active"?: _mirohq_design_system_themes.Color | undefined;
|
|
3695
4177
|
"text-danger-hover"?: _mirohq_design_system_themes.Color | undefined;
|
|
3696
4178
|
"text-danger-inverted"?: _mirohq_design_system_themes.Color | undefined;
|
|
3697
4179
|
"text-danger-pressed"?: _mirohq_design_system_themes.Color | undefined;
|
|
3698
4180
|
"text-neutrals"?: _mirohq_design_system_themes.Color | undefined;
|
|
4181
|
+
"text-neutrals-active"?: _mirohq_design_system_themes.Color | undefined;
|
|
3699
4182
|
"text-neutrals-disabled"?: _mirohq_design_system_themes.Color | undefined;
|
|
3700
4183
|
"text-neutrals-hover"?: _mirohq_design_system_themes.Color | undefined;
|
|
3701
4184
|
"text-neutrals-inverted"?: _mirohq_design_system_themes.Color | undefined;
|
|
@@ -3703,21 +4186,26 @@ declare const theme: {
|
|
|
3703
4186
|
"text-neutrals-inverted-subtle"?: _mirohq_design_system_themes.Color | undefined;
|
|
3704
4187
|
"text-neutrals-inverted-subtle-hover"?: _mirohq_design_system_themes.Color | undefined;
|
|
3705
4188
|
"text-neutrals-placeholder"?: _mirohq_design_system_themes.Color | undefined;
|
|
4189
|
+
"text-neutrals-placeholder-only"?: _mirohq_design_system_themes.Color | undefined;
|
|
3706
4190
|
"text-neutrals-pressed"?: _mirohq_design_system_themes.Color | undefined;
|
|
3707
4191
|
"text-neutrals-subtle"?: _mirohq_design_system_themes.Color | undefined;
|
|
4192
|
+
"text-neutrals-subtle-active"?: _mirohq_design_system_themes.Color | undefined;
|
|
3708
4193
|
"text-neutrals-subtle-hover"?: _mirohq_design_system_themes.Color | undefined;
|
|
3709
4194
|
"text-neutrals-subtle-pressed"?: _mirohq_design_system_themes.Color | undefined;
|
|
3710
4195
|
"text-primary"?: _mirohq_design_system_themes.Color | undefined;
|
|
4196
|
+
"text-primary-active"?: _mirohq_design_system_themes.Color | undefined;
|
|
3711
4197
|
"text-primary-hover"?: _mirohq_design_system_themes.Color | undefined;
|
|
3712
4198
|
"text-primary-inverted"?: _mirohq_design_system_themes.Color | undefined;
|
|
3713
4199
|
"text-primary-inverted-subtle"?: _mirohq_design_system_themes.Color | undefined;
|
|
3714
4200
|
"text-primary-pressed"?: _mirohq_design_system_themes.Color | undefined;
|
|
3715
4201
|
"text-primary-selected"?: _mirohq_design_system_themes.Color | undefined;
|
|
3716
4202
|
"text-success"?: _mirohq_design_system_themes.Color | undefined;
|
|
4203
|
+
"text-success-active"?: _mirohq_design_system_themes.Color | undefined;
|
|
3717
4204
|
"text-success-hover"?: _mirohq_design_system_themes.Color | undefined;
|
|
3718
4205
|
"text-success-inverted"?: _mirohq_design_system_themes.Color | undefined;
|
|
3719
4206
|
"text-success-pressed"?: _mirohq_design_system_themes.Color | undefined;
|
|
3720
4207
|
"text-warning"?: _mirohq_design_system_themes.Color | undefined;
|
|
4208
|
+
"text-warning-subtle"?: _mirohq_design_system_themes.Color | undefined;
|
|
3721
4209
|
};
|
|
3722
4210
|
'font-sizes': {
|
|
3723
4211
|
readonly 125: "0.625rem";
|