@nation-a/ui 0.1.2 → 0.1.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.
@@ -1,3 +1,1196 @@
1
- export * from './ThemeProvider/ThemeProvider';
2
- export { AspectRatio, Bleed, Box, Center, Container, Flex, Float, Grid, Group, GridItem, SimpleGrid, Stack, HStack, VStack, Theme, Wrap, WrapItem, } from '@chakra-ui/react';
3
- export { PasswordInput, PasswordStrengthMeter } from './ui/password-input';
1
+ import { Accordion } from '@chakra-ui/react';
2
+ import { ActionBar } from '@chakra-ui/react';
3
+ import { Alert } from '@chakra-ui/react';
4
+ import { AspectRatio } from '@chakra-ui/react';
5
+ import { Avatar } from '@chakra-ui/react';
6
+ import { Badge } from '@chakra-ui/react';
7
+ import { Bleed } from '@chakra-ui/react';
8
+ import { Blockquote } from '@chakra-ui/react';
9
+ import { Box } from '@chakra-ui/react';
10
+ import { Breadcrumb } from '@chakra-ui/react';
11
+ import { Button } from '@chakra-ui/react';
12
+ import { Card } from '@chakra-ui/react';
13
+ import { Center } from '@chakra-ui/react';
14
+ import { Checkbox } from '@chakra-ui/react';
15
+ import { CheckboxCard } from '@chakra-ui/react';
16
+ import { ClientOnly } from '@chakra-ui/react';
17
+ import { Clipboard as Clipboard_2 } from '@chakra-ui/react';
18
+ import { CloseButton } from '@chakra-ui/react';
19
+ import { Code } from '@chakra-ui/react';
20
+ import { Collapsible } from '@chakra-ui/react';
21
+ import { ColorPicker } from '@chakra-ui/react';
22
+ import { ColorSwatch } from '@chakra-ui/react';
23
+ import { Container } from '@chakra-ui/react';
24
+ import { DataList } from '@chakra-ui/react';
25
+ import { default as default_2 } from 'react';
26
+ import { Dialog } from '@chakra-ui/react';
27
+ import { Drawer } from '@chakra-ui/react';
28
+ import { Editable } from '@chakra-ui/react';
29
+ import { Em } from '@chakra-ui/react';
30
+ import { EmptyState } from '@chakra-ui/react';
31
+ import { EnvironmentProvider } from '@chakra-ui/react';
32
+ import { Field } from '@chakra-ui/react';
33
+ import { Fieldset } from '@chakra-ui/react';
34
+ import { FileUpload } from '@chakra-ui/react';
35
+ import { Flex } from '@chakra-ui/react';
36
+ import { Float } from '@chakra-ui/react';
37
+ import { FormatByte } from '@chakra-ui/react';
38
+ import { FormatNumber } from '@chakra-ui/react';
39
+ import { Grid } from '@chakra-ui/react';
40
+ import { GridItem } from '@chakra-ui/react';
41
+ import { Group } from '@chakra-ui/react';
42
+ import { GroupProps } from '@chakra-ui/react';
43
+ import { Heading } from '@chakra-ui/react';
44
+ import { Highlight as Highlight_2 } from '@chakra-ui/react';
45
+ import { HoverCard } from '@chakra-ui/react';
46
+ import { Icon } from '@chakra-ui/react';
47
+ import { IconButton } from '@chakra-ui/react';
48
+ import { Image as Image_2 } from '@chakra-ui/react';
49
+ import { Input } from '@chakra-ui/react';
50
+ import { InputProps } from '@chakra-ui/react';
51
+ import { Kbd } from '@chakra-ui/react';
52
+ import { Link } from '@chakra-ui/react';
53
+ import { List } from '@chakra-ui/react';
54
+ import { LocaleProvider } from '@chakra-ui/react';
55
+ import { Mark } from '@chakra-ui/react';
56
+ import { Menu } from '@chakra-ui/react';
57
+ import { NumberInput } from '@chakra-ui/react';
58
+ import { Pagination } from '@chakra-ui/react';
59
+ import { PinInput } from '@chakra-ui/react';
60
+ import { Popover } from '@chakra-ui/react';
61
+ import { Portal } from '@chakra-ui/react';
62
+ import { Presence } from '@chakra-ui/react';
63
+ import { Progress } from '@chakra-ui/react';
64
+ import { ProgressCircle } from '@chakra-ui/react';
65
+ import { RadioCard } from '@chakra-ui/react';
66
+ import { RadioGroup } from '@chakra-ui/react';
67
+ import * as React_2 from 'react';
68
+ import { Select } from '@chakra-ui/react';
69
+ import { Separator } from '@chakra-ui/react';
70
+ import { Show } from '@chakra-ui/react';
71
+ import { SimpleGrid } from '@chakra-ui/react';
72
+ import { Skeleton } from '@chakra-ui/react';
73
+ import { Slider } from '@chakra-ui/react';
74
+ import { Spinner } from '@chakra-ui/react';
75
+ import { Stack } from '@chakra-ui/react';
76
+ import { StackProps } from '@chakra-ui/react';
77
+ import { Stat } from '@chakra-ui/react';
78
+ import { Status } from '@chakra-ui/react';
79
+ import { Steps } from '@chakra-ui/react';
80
+ import { Switch } from '@chakra-ui/react';
81
+ import { Table } from '@chakra-ui/react';
82
+ import { Tabs } from '@chakra-ui/react';
83
+ import { Tag } from '@chakra-ui/react';
84
+ import { Text as Text_2 } from '@chakra-ui/react';
85
+ import { Textarea } from '@chakra-ui/react';
86
+ import { Timeline } from '@chakra-ui/react';
87
+ import { Toast } from '@chakra-ui/react';
88
+ import { Tooltip } from '@chakra-ui/react';
89
+ import { VisuallyHidden } from '@chakra-ui/react';
90
+ import { Wrap } from '@chakra-ui/react';
91
+ import { WrapItem } from '@chakra-ui/react';
92
+
93
+ export { Accordion }
94
+
95
+ export { ActionBar }
96
+
97
+ export { Alert }
98
+
99
+ export { AspectRatio }
100
+
101
+ export { Avatar }
102
+
103
+ export { Badge }
104
+
105
+ export { Bleed }
106
+
107
+ export { Blockquote }
108
+
109
+ export { Box }
110
+
111
+ export { Breadcrumb }
112
+
113
+ export { Button }
114
+
115
+ export { Card }
116
+
117
+ export { Center }
118
+
119
+ export { Checkbox }
120
+
121
+ export { CheckboxCard }
122
+
123
+ export { ClientOnly }
124
+
125
+ export { Clipboard_2 as Clipboard }
126
+
127
+ export { CloseButton }
128
+
129
+ export { Code }
130
+
131
+ export { Collapsible }
132
+
133
+ export { ColorPicker }
134
+
135
+ export { ColorSwatch }
136
+
137
+ export { Container }
138
+
139
+ export { DataList }
140
+
141
+ export { Dialog }
142
+
143
+ export { Drawer }
144
+
145
+ export { Editable }
146
+
147
+ export { Em }
148
+
149
+ export { EmptyState }
150
+
151
+ export { EnvironmentProvider }
152
+
153
+ export { Field }
154
+
155
+ export { Fieldset }
156
+
157
+ export { FileUpload }
158
+
159
+ export { Flex }
160
+
161
+ export { Float }
162
+
163
+ export { FormatByte }
164
+
165
+ export { FormatNumber }
166
+
167
+ export { Grid }
168
+
169
+ export { GridItem }
170
+
171
+ export { Group }
172
+
173
+ export { Heading }
174
+
175
+ export { Highlight_2 as Highlight }
176
+
177
+ export { HoverCard }
178
+
179
+ export { Icon }
180
+
181
+ export { IconButton }
182
+
183
+ export { Image_2 as Image }
184
+
185
+ export { Input }
186
+
187
+ export { Kbd }
188
+
189
+ export { Link }
190
+
191
+ export { List }
192
+
193
+ export { LocaleProvider }
194
+
195
+ export { Mark }
196
+
197
+ export { Menu }
198
+
199
+ export { NumberInput }
200
+
201
+ export { Pagination }
202
+
203
+ export declare const PasswordInput: React_2.ForwardRefExoticComponent<PasswordInputProps & React_2.RefAttributes<HTMLInputElement>>;
204
+
205
+ declare interface PasswordInputProps extends InputProps, PasswordVisibilityProps {
206
+ rootProps?: GroupProps;
207
+ }
208
+
209
+ export declare const PasswordStrengthMeter: React_2.ForwardRefExoticComponent<PasswordStrengthMeterProps & React_2.RefAttributes<HTMLDivElement>>;
210
+
211
+ declare interface PasswordStrengthMeterProps extends StackProps {
212
+ max?: number;
213
+ value: number;
214
+ }
215
+
216
+ declare interface PasswordVisibilityProps {
217
+ defaultVisible?: boolean;
218
+ visible?: boolean;
219
+ onVisibleChange?: (visible: boolean) => void;
220
+ visibilityIcon?: {
221
+ on: React_2.ReactNode;
222
+ off: React_2.ReactNode;
223
+ };
224
+ }
225
+
226
+ export { PinInput }
227
+
228
+ export { Popover }
229
+
230
+ export { Portal }
231
+
232
+ export { Presence }
233
+
234
+ export { Progress }
235
+
236
+ export { ProgressCircle }
237
+
238
+ export declare const Radio: React_2.ForwardRefExoticComponent<RadioProps & React_2.RefAttributes<HTMLInputElement>>;
239
+
240
+ export { RadioCard }
241
+
242
+ export { RadioGroup }
243
+
244
+ declare interface RadioProps extends RadioGroup.ItemProps {
245
+ rootRef?: React_2.Ref<HTMLDivElement>;
246
+ inputProps?: React_2.InputHTMLAttributes<HTMLInputElement>;
247
+ }
248
+
249
+ export { Select }
250
+
251
+ export { Separator }
252
+
253
+ export { Show }
254
+
255
+ export { SimpleGrid }
256
+
257
+ export { Skeleton }
258
+
259
+ export { Slider }
260
+
261
+ export { Spinner }
262
+
263
+ export { Stack }
264
+
265
+ export { Stat }
266
+
267
+ export { Status }
268
+
269
+ export { Steps }
270
+
271
+ export { Switch }
272
+
273
+ export { Table }
274
+
275
+ export { Tabs }
276
+
277
+ export { Tag }
278
+
279
+ export { Text_2 as Text }
280
+
281
+ export { Textarea }
282
+
283
+ export declare const ThemeProvider: default_2.FC<{
284
+ children: default_2.ReactNode;
285
+ }>;
286
+
287
+ export { Timeline }
288
+
289
+ export { Toast }
290
+
291
+ export { Tooltip }
292
+
293
+ export declare const useTheme: () => {
294
+ semantic: {
295
+ colors: {
296
+ content: {
297
+ neutral: {
298
+ bold: {
299
+ value: string;
300
+ };
301
+ default: {
302
+ value: string;
303
+ };
304
+ subtle: {
305
+ value: string;
306
+ };
307
+ subtlest: {
308
+ value: string;
309
+ };
310
+ disabled: {
311
+ value: string;
312
+ };
313
+ default_inverse: {
314
+ value: string;
315
+ };
316
+ };
317
+ neuroidPrimary: {
318
+ default: {
319
+ value: string;
320
+ };
321
+ default_inverse: {
322
+ value: string;
323
+ };
324
+ };
325
+ danger: {
326
+ default: {
327
+ value: string;
328
+ };
329
+ };
330
+ warning: {
331
+ default: {
332
+ value: string;
333
+ };
334
+ };
335
+ success: {
336
+ default: {
337
+ value: string;
338
+ };
339
+ };
340
+ informative: {
341
+ default: {
342
+ value: string;
343
+ };
344
+ };
345
+ zoltarinaPrimary: {
346
+ default: {
347
+ value: string;
348
+ };
349
+ defult_inverse: {
350
+ value: string;
351
+ };
352
+ };
353
+ heydPrimary: {
354
+ default: {
355
+ value: string;
356
+ };
357
+ defult_inverse: {
358
+ value: string;
359
+ };
360
+ };
361
+ };
362
+ background: {
363
+ neutral: {
364
+ default: {
365
+ value: string;
366
+ };
367
+ selected: {
368
+ value: string;
369
+ };
370
+ disabled: {
371
+ value: string;
372
+ };
373
+ };
374
+ neuroidPrimary: {
375
+ default: {
376
+ value: string;
377
+ };
378
+ selected: {
379
+ value: string;
380
+ };
381
+ disabled: {
382
+ value: string;
383
+ };
384
+ };
385
+ neuroidSecondary: {
386
+ default: {
387
+ value: string;
388
+ };
389
+ selected: {
390
+ value: string;
391
+ };
392
+ disabled: {
393
+ value: string;
394
+ };
395
+ };
396
+ danger: {
397
+ default: {
398
+ value: string;
399
+ };
400
+ selected: {
401
+ value: string;
402
+ };
403
+ disabled: {
404
+ value: string;
405
+ };
406
+ };
407
+ warning: {
408
+ default: {
409
+ value: string;
410
+ };
411
+ selected: {
412
+ value: string;
413
+ };
414
+ disabled: {
415
+ value: string;
416
+ };
417
+ };
418
+ success: {
419
+ default: {
420
+ value: string;
421
+ };
422
+ selected: {
423
+ value: string;
424
+ };
425
+ disabled: {
426
+ value: string;
427
+ };
428
+ };
429
+ informative: {
430
+ default: {
431
+ value: string;
432
+ };
433
+ selected: {
434
+ value: string;
435
+ };
436
+ disabled: {
437
+ value: string;
438
+ };
439
+ };
440
+ zoltarinaPrimary: {
441
+ default: {
442
+ value: string;
443
+ };
444
+ selected: {
445
+ value: string;
446
+ };
447
+ disabled: {
448
+ value: string;
449
+ };
450
+ };
451
+ zoltarinaSecondary: {
452
+ default: {
453
+ value: string;
454
+ };
455
+ selected: {
456
+ value: string;
457
+ };
458
+ disabled: {
459
+ value: string;
460
+ };
461
+ };
462
+ heydPrimary: {
463
+ default: {
464
+ value: string;
465
+ };
466
+ selected: {
467
+ value: string;
468
+ };
469
+ disabled: {
470
+ value: string;
471
+ };
472
+ };
473
+ heydSecondary: {
474
+ default: {
475
+ value: string;
476
+ };
477
+ selected: {
478
+ value: string;
479
+ };
480
+ disabled: {
481
+ value: string;
482
+ };
483
+ };
484
+ };
485
+ surface: {
486
+ base: {
487
+ value: string;
488
+ };
489
+ layer_1: {
490
+ value: string;
491
+ };
492
+ layer_2: {
493
+ value: string;
494
+ };
495
+ };
496
+ shadow: {
497
+ overlay: {
498
+ value: string;
499
+ };
500
+ raised: {
501
+ value: string;
502
+ };
503
+ };
504
+ scrim: {
505
+ default: {
506
+ value: string;
507
+ };
508
+ };
509
+ skeleton: {
510
+ default: {
511
+ value: string;
512
+ };
513
+ subtle: {
514
+ value: string;
515
+ };
516
+ };
517
+ border: {
518
+ neutral: {
519
+ default: {
520
+ value: string;
521
+ };
522
+ subtle: {
523
+ value: string;
524
+ };
525
+ disabled: {
526
+ value: string;
527
+ };
528
+ };
529
+ neuroidPrimary: {
530
+ default: {
531
+ value: string;
532
+ };
533
+ };
534
+ danger: {
535
+ default: {
536
+ value: string;
537
+ };
538
+ };
539
+ warning: {
540
+ default: {
541
+ value: string;
542
+ };
543
+ };
544
+ success: {
545
+ default: {
546
+ value: string;
547
+ };
548
+ };
549
+ informative: {
550
+ default: {
551
+ value: string;
552
+ };
553
+ };
554
+ zoltarinaPrimary: {
555
+ default: {
556
+ value: string;
557
+ };
558
+ };
559
+ heydPrimary: {
560
+ default: {
561
+ value: string;
562
+ };
563
+ };
564
+ };
565
+ };
566
+ shadows: {
567
+ raised: {
568
+ value: string;
569
+ };
570
+ overlay: {
571
+ value: string;
572
+ };
573
+ };
574
+ };
575
+ primitive: {
576
+ colors: {
577
+ neutral: {
578
+ "0": {
579
+ value: string;
580
+ };
581
+ "100": {
582
+ value: string;
583
+ };
584
+ "200": {
585
+ value: string;
586
+ };
587
+ "300": {
588
+ value: string;
589
+ };
590
+ "400": {
591
+ value: string;
592
+ };
593
+ "500": {
594
+ value: string;
595
+ };
596
+ "600": {
597
+ value: string;
598
+ };
599
+ "700": {
600
+ value: string;
601
+ };
602
+ "800": {
603
+ value: string;
604
+ };
605
+ "900": {
606
+ value: string;
607
+ };
608
+ "1000": {
609
+ value: string;
610
+ };
611
+ "1100": {
612
+ value: string;
613
+ };
614
+ };
615
+ black: {
616
+ "700A": {
617
+ value: string;
618
+ };
619
+ "600A": {
620
+ value: string;
621
+ };
622
+ "500A": {
623
+ value: string;
624
+ };
625
+ "400A": {
626
+ value: string;
627
+ };
628
+ "300A": {
629
+ value: string;
630
+ };
631
+ "200A": {
632
+ value: string;
633
+ };
634
+ "100A": {
635
+ value: string;
636
+ };
637
+ };
638
+ white: {
639
+ "700A": {
640
+ value: string;
641
+ };
642
+ "600A": {
643
+ value: string;
644
+ };
645
+ "500A": {
646
+ value: string;
647
+ };
648
+ "400A": {
649
+ value: string;
650
+ };
651
+ "300A": {
652
+ value: string;
653
+ };
654
+ "200A": {
655
+ value: string;
656
+ };
657
+ "100A": {
658
+ value: string;
659
+ };
660
+ };
661
+ red: {
662
+ "100": {
663
+ value: string;
664
+ };
665
+ "200": {
666
+ value: string;
667
+ };
668
+ "300": {
669
+ value: string;
670
+ };
671
+ "400": {
672
+ value: string;
673
+ };
674
+ "500": {
675
+ value: string;
676
+ };
677
+ "600": {
678
+ value: string;
679
+ };
680
+ "700": {
681
+ value: string;
682
+ };
683
+ "800": {
684
+ value: string;
685
+ };
686
+ "900": {
687
+ value: string;
688
+ };
689
+ "1000": {
690
+ value: string;
691
+ };
692
+ };
693
+ yellow: {
694
+ "100": {
695
+ value: string;
696
+ };
697
+ "200": {
698
+ value: string;
699
+ };
700
+ "300": {
701
+ value: string;
702
+ };
703
+ "400": {
704
+ value: string;
705
+ };
706
+ "500": {
707
+ value: string;
708
+ };
709
+ "600": {
710
+ value: string;
711
+ };
712
+ "700": {
713
+ value: string;
714
+ };
715
+ "800": {
716
+ value: string;
717
+ };
718
+ "900": {
719
+ value: string;
720
+ };
721
+ "1000": {
722
+ value: string;
723
+ };
724
+ };
725
+ blue: {
726
+ "100": {
727
+ value: string;
728
+ };
729
+ "200": {
730
+ value: string;
731
+ };
732
+ "300": {
733
+ value: string;
734
+ };
735
+ "400": {
736
+ value: string;
737
+ };
738
+ "500": {
739
+ value: string;
740
+ };
741
+ "600": {
742
+ value: string;
743
+ };
744
+ "700": {
745
+ value: string;
746
+ };
747
+ "800": {
748
+ value: string;
749
+ };
750
+ "900": {
751
+ value: string;
752
+ };
753
+ "1000": {
754
+ value: string;
755
+ };
756
+ };
757
+ green: {
758
+ "100": {
759
+ value: string;
760
+ };
761
+ "200": {
762
+ value: string;
763
+ };
764
+ "300": {
765
+ value: string;
766
+ };
767
+ "400": {
768
+ value: string;
769
+ };
770
+ "500": {
771
+ value: string;
772
+ };
773
+ "600": {
774
+ value: string;
775
+ };
776
+ "700": {
777
+ value: string;
778
+ };
779
+ "800": {
780
+ value: string;
781
+ };
782
+ "900": {
783
+ value: string;
784
+ };
785
+ "1000": {
786
+ value: string;
787
+ };
788
+ };
789
+ purple: {
790
+ "100": {
791
+ value: string;
792
+ };
793
+ "200": {
794
+ value: string;
795
+ };
796
+ "300": {
797
+ value: string;
798
+ };
799
+ "400": {
800
+ value: string;
801
+ };
802
+ "500": {
803
+ value: string;
804
+ };
805
+ "600": {
806
+ value: string;
807
+ };
808
+ "700": {
809
+ value: string;
810
+ };
811
+ "800": {
812
+ value: string;
813
+ };
814
+ "900": {
815
+ value: string;
816
+ };
817
+ "1000": {
818
+ value: string;
819
+ };
820
+ };
821
+ ohre: {
822
+ "100": {
823
+ value: string;
824
+ };
825
+ "200": {
826
+ value: string;
827
+ };
828
+ "300": {
829
+ value: string;
830
+ };
831
+ "400": {
832
+ value: string;
833
+ };
834
+ "500": {
835
+ value: string;
836
+ };
837
+ "600": {
838
+ value: string;
839
+ };
840
+ "700": {
841
+ value: string;
842
+ };
843
+ "800": {
844
+ value: string;
845
+ };
846
+ "900": {
847
+ value: string;
848
+ };
849
+ "1000": {
850
+ value: string;
851
+ };
852
+ };
853
+ cyan: {
854
+ "100": {
855
+ value: string;
856
+ };
857
+ "200": {
858
+ value: string;
859
+ };
860
+ "300": {
861
+ value: string;
862
+ };
863
+ "400": {
864
+ value: string;
865
+ };
866
+ "500": {
867
+ value: string;
868
+ };
869
+ "600": {
870
+ value: string;
871
+ };
872
+ "700": {
873
+ value: string;
874
+ };
875
+ "800": {
876
+ value: string;
877
+ };
878
+ "900": {
879
+ value: string;
880
+ };
881
+ "1000": {
882
+ value: string;
883
+ };
884
+ };
885
+ };
886
+ borderWidths: {
887
+ none: {
888
+ value: string;
889
+ };
890
+ sm: {
891
+ value: string;
892
+ };
893
+ md: {
894
+ value: string;
895
+ };
896
+ lg: {
897
+ value: string;
898
+ };
899
+ };
900
+ spacing: {
901
+ "0": {
902
+ value: string;
903
+ };
904
+ "1": {
905
+ value: string;
906
+ };
907
+ "2": {
908
+ value: string;
909
+ };
910
+ "3": {
911
+ value: string;
912
+ };
913
+ "4": {
914
+ value: string;
915
+ };
916
+ "6": {
917
+ value: string;
918
+ };
919
+ "8": {
920
+ value: string;
921
+ };
922
+ "12": {
923
+ value: string;
924
+ };
925
+ "20": {
926
+ value: string;
927
+ };
928
+ "30": {
929
+ value: string;
930
+ };
931
+ "56": {
932
+ value: string;
933
+ };
934
+ "72": {
935
+ value: string;
936
+ };
937
+ "98": {
938
+ value: string;
939
+ };
940
+ "128": {
941
+ value: string;
942
+ };
943
+ "160": {
944
+ value: string;
945
+ };
946
+ };
947
+ radii: {
948
+ none: {
949
+ value: string;
950
+ };
951
+ xs: {
952
+ value: string;
953
+ };
954
+ sm: {
955
+ value: string;
956
+ };
957
+ md: {
958
+ value: string;
959
+ };
960
+ lg: {
961
+ value: string;
962
+ };
963
+ full: {
964
+ value: string;
965
+ };
966
+ };
967
+ fontSizes: {
968
+ xs: {
969
+ value: string;
970
+ };
971
+ sm: {
972
+ value: string;
973
+ };
974
+ md: {
975
+ value: string;
976
+ };
977
+ lg: {
978
+ value: string;
979
+ };
980
+ xl: {
981
+ value: string;
982
+ };
983
+ "2xl": {
984
+ value: string;
985
+ };
986
+ "3xl": {
987
+ value: string;
988
+ };
989
+ "4xl": {
990
+ value: string;
991
+ };
992
+ };
993
+ letterSpacings: {
994
+ xs: {
995
+ value: string;
996
+ };
997
+ sm: {
998
+ value: string;
999
+ };
1000
+ md: {
1001
+ value: string;
1002
+ };
1003
+ lg: {
1004
+ value: string;
1005
+ };
1006
+ xl: {
1007
+ value: string;
1008
+ };
1009
+ "2xl": {
1010
+ value: string;
1011
+ };
1012
+ "3xl": {
1013
+ value: string;
1014
+ };
1015
+ };
1016
+ lineHeights: {
1017
+ md: {
1018
+ value: string;
1019
+ };
1020
+ lg: {
1021
+ value: string;
1022
+ };
1023
+ xl: {
1024
+ value: string;
1025
+ };
1026
+ "2xl": {
1027
+ value: string;
1028
+ };
1029
+ "3xl": {
1030
+ value: string;
1031
+ };
1032
+ "4xl": {
1033
+ value: string;
1034
+ };
1035
+ "5xl": {
1036
+ value: string;
1037
+ };
1038
+ };
1039
+ fontWeights: {
1040
+ regular: {
1041
+ value: string;
1042
+ };
1043
+ medium: {
1044
+ value: string;
1045
+ };
1046
+ semibold: {
1047
+ value: string;
1048
+ };
1049
+ bold: {
1050
+ value: string;
1051
+ };
1052
+ regularItalic: {
1053
+ value: string;
1054
+ };
1055
+ mediumItalic: {
1056
+ value: string;
1057
+ };
1058
+ };
1059
+ fonts: {
1060
+ inter: {
1061
+ value: string;
1062
+ };
1063
+ notoSans: {
1064
+ value: string;
1065
+ };
1066
+ };
1067
+ };
1068
+ textStyles: {
1069
+ body: {
1070
+ md: {
1071
+ value: {
1072
+ fontFamily: string;
1073
+ fontWeight: string;
1074
+ fontSize: string;
1075
+ lineHeight: string;
1076
+ letterSpacing: string;
1077
+ };
1078
+ };
1079
+ lg: {
1080
+ value: {
1081
+ fontFamily: string;
1082
+ fontWeight: string;
1083
+ fontSize: string;
1084
+ lineHeight: string;
1085
+ letterSpacing: string;
1086
+ };
1087
+ };
1088
+ sm: {
1089
+ value: {
1090
+ fontSize: string;
1091
+ fontWeight: string;
1092
+ fontFamily: string;
1093
+ lineHeight: string;
1094
+ letterSpacing: string;
1095
+ };
1096
+ };
1097
+ };
1098
+ label: {
1099
+ sm: {
1100
+ value: {
1101
+ fontFamily: string;
1102
+ fontWeight: string;
1103
+ fontSize: string;
1104
+ lineHeight: string;
1105
+ letterSpacing: string;
1106
+ };
1107
+ };
1108
+ md: {
1109
+ value: {
1110
+ fontFamily: string;
1111
+ fontWeight: string;
1112
+ fontSize: string;
1113
+ lineHeight: string;
1114
+ letterSpacing: string;
1115
+ };
1116
+ };
1117
+ };
1118
+ title: {
1119
+ sm: {
1120
+ value: {
1121
+ fontFamily: string;
1122
+ fontWeight: string;
1123
+ fontSize: string;
1124
+ lineHeight: string;
1125
+ letterSpacing: string;
1126
+ };
1127
+ };
1128
+ md: {
1129
+ value: {
1130
+ fontFamily: string;
1131
+ fontWeight: string;
1132
+ fontSize: string;
1133
+ lineHeight: string;
1134
+ letterSpacing: string;
1135
+ };
1136
+ };
1137
+ lg: {
1138
+ value: {
1139
+ fontFamily: string;
1140
+ fontWeight: string;
1141
+ fontSize: string;
1142
+ lineHeight: string;
1143
+ letterSpacing: string;
1144
+ };
1145
+ };
1146
+ };
1147
+ headline: {
1148
+ sm: {
1149
+ value: {
1150
+ fontFamily: string;
1151
+ fontWeight: string;
1152
+ fontSize: string;
1153
+ lineHeight: string;
1154
+ letterSpacing: string;
1155
+ };
1156
+ };
1157
+ md: {
1158
+ value: {
1159
+ fontFamily: string;
1160
+ fontWeight: string;
1161
+ fontSize: string;
1162
+ lineHeight: string;
1163
+ letterSpacing: string;
1164
+ };
1165
+ };
1166
+ };
1167
+ display: {
1168
+ md: {
1169
+ value: {
1170
+ fontFamily: string;
1171
+ fontWeight: string;
1172
+ fontSize: string;
1173
+ lineHeight: string;
1174
+ letterSpacing: string;
1175
+ };
1176
+ };
1177
+ lg: {
1178
+ value: {
1179
+ fontFamily: string;
1180
+ fontWeight: string;
1181
+ fontSize: string;
1182
+ lineHeight: string;
1183
+ letterSpacing: string;
1184
+ };
1185
+ };
1186
+ };
1187
+ };
1188
+ };
1189
+
1190
+ export { VisuallyHidden }
1191
+
1192
+ export { Wrap }
1193
+
1194
+ export { WrapItem }
1195
+
1196
+ export { }