@nation-a/ui 0.1.2 → 0.2.0

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