@edvisor/product-language 0.11.112 → 0.11.114

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.
Files changed (198) hide show
  1. package/index.cjs +1 -1
  2. package/index.d.ts +2 -2
  3. package/index.js +1 -1
  4. package/lib/components/alert-banner/alert-banner.d.ts +18 -18
  5. package/lib/components/alert-banner/alert-level-flags.d.ts +18 -18
  6. package/lib/components/alert-banner/index.d.ts +1 -1
  7. package/lib/components/autocomplete-input/autocomplete-input.d.ts +39 -39
  8. package/lib/components/autocomplete-input/index.d.ts +1 -1
  9. package/lib/components/badge/badge-type-flags.d.ts +18 -18
  10. package/lib/components/badge/badge.d.ts +7 -7
  11. package/lib/components/badge/index.d.ts +1 -1
  12. package/lib/components/card/atoms/card-frame.d.ts +7 -7
  13. package/lib/components/card/atoms/index.d.ts +1 -1
  14. package/lib/components/card/card.d.ts +14 -14
  15. package/lib/components/card/components/card-alert-banner-slot.d.ts +5 -6
  16. package/lib/components/card/components/card-controls-slot.d.ts +4 -5
  17. package/lib/components/card/components/card-section-slot.d.ts +11 -11
  18. package/lib/components/card/components/index.d.ts +3 -3
  19. package/lib/components/card/index.d.ts +3 -3
  20. package/lib/components/card/molecules/index.d.ts +1 -1
  21. package/lib/components/card/molecules/left-right-card.d.ts +16 -16
  22. package/lib/components/checkbox/checkbox.d.ts +11 -11
  23. package/lib/components/checkbox/helpers.d.ts +12 -12
  24. package/lib/components/checkbox/index.d.ts +1 -1
  25. package/lib/components/date-picker/components/custom-calendar.d.ts +6 -6
  26. package/lib/components/date-picker/components/index.d.ts +1 -1
  27. package/lib/components/date-picker/date-picker-utc.d.ts +9 -9
  28. package/lib/components/date-picker/date-picker.d.ts +19 -19
  29. package/lib/components/date-picker/helpers/date-picker-factory.d.ts +38 -38
  30. package/lib/components/date-picker/index.d.ts +2 -2
  31. package/lib/components/divider/divider-type-flags.d.ts +9 -9
  32. package/lib/components/divider/divider.d.ts +7 -7
  33. package/lib/components/divider/index.d.ts +1 -1
  34. package/lib/components/flag/flag-size-flags.d.ts +22 -22
  35. package/lib/components/flag/flag.d.ts +4 -4
  36. package/lib/components/flag/helpers/flag-sprite-sheet.d.ts +5 -5
  37. package/lib/components/flag/helpers/index.d.ts +1 -1
  38. package/lib/components/flag/index.d.ts +1 -1
  39. package/lib/components/flag/types.d.ts +5 -5
  40. package/lib/components/icon/icon-list.d.ts +149 -150
  41. package/lib/components/icon/icon.d.ts +149 -149
  42. package/lib/components/icon/index.d.ts +1 -1
  43. package/lib/components/index.d.ts +39 -39
  44. package/lib/components/inline-error/index.d.ts +1 -1
  45. package/lib/components/inline-error/inline-error.d.ts +7 -7
  46. package/lib/components/input-field/components/index.d.ts +2 -2
  47. package/lib/components/input-field/components/labeled-input.d.ts +11 -11
  48. package/lib/components/input-field/components/stepper.d.ts +7 -7
  49. package/lib/components/input-field/index.d.ts +4 -4
  50. package/lib/components/input-field/input-currency.d.ts +23 -22
  51. package/lib/components/input-field/input-currency.helpers.d.ts +32 -0
  52. package/lib/components/input-field/input-field.d.ts +27 -27
  53. package/lib/components/input-field/input-number.d.ts +19 -19
  54. package/lib/components/input-field/input-text.d.ts +14 -14
  55. package/lib/components/layout/flex.d.ts +16 -16
  56. package/lib/components/layout/grid-layout.d.ts +11 -11
  57. package/lib/components/layout/index.d.ts +3 -3
  58. package/lib/components/layout/left-right-layout.d.ts +33 -34
  59. package/lib/components/link/index.d.ts +1 -1
  60. package/lib/components/link/link.d.ts +14 -14
  61. package/lib/components/markdown/index.d.ts +1 -1
  62. package/lib/components/markdown/markdown.d.ts +7 -7
  63. package/lib/components/menu/index.d.ts +1 -1
  64. package/lib/components/menu/menu.d.ts +18 -18
  65. package/lib/components/modal/index.d.ts +3 -3
  66. package/lib/components/modal/modal-base.d.ts +32 -32
  67. package/lib/components/modal/modal-destructive.d.ts +16 -16
  68. package/lib/components/modal/modal.d.ts +16 -16
  69. package/lib/components/molecules/avatar/avatar-size-flags.d.ts +11 -12
  70. package/lib/components/molecules/avatar/avatar.d.ts +12 -12
  71. package/lib/components/molecules/avatar/index.d.ts +1 -1
  72. package/lib/components/molecules/button/button-flags.d.ts +44 -44
  73. package/lib/components/molecules/button/button.d.ts +12 -12
  74. package/lib/components/molecules/button/index.d.ts +1 -1
  75. package/lib/components/molecules/index.d.ts +4 -4
  76. package/lib/components/molecules/input-checkbox/index.d.ts +1 -1
  77. package/lib/components/molecules/input-checkbox/input-checkbox.d.ts +8 -8
  78. package/lib/components/molecules/simple-menu/SimpleMenu.d.ts +14 -15
  79. package/lib/components/molecules/simple-menu/index.d.ts +1 -1
  80. package/lib/components/organisms/choice-list/choice-list.d.ts +9 -9
  81. package/lib/components/organisms/choice-list/index.d.ts +1 -1
  82. package/lib/components/organisms/index.d.ts +2 -2
  83. package/lib/components/organisms/multi-choice-list/index.d.ts +1 -1
  84. package/lib/components/organisms/multi-choice-list/multi-choice-list.d.ts +11 -11
  85. package/lib/components/page-header/index.d.ts +1 -1
  86. package/lib/components/page-header/page-header.d.ts +25 -26
  87. package/lib/components/pagination/index.d.ts +1 -1
  88. package/lib/components/pagination/pagination.d.ts +10 -10
  89. package/lib/components/progress-bar/index.d.ts +1 -1
  90. package/lib/components/progress-bar/progress-bar-size-flags.d.ts +10 -10
  91. package/lib/components/progress-bar/progress-bar.d.ts +8 -8
  92. package/lib/components/radio-button/index.d.ts +1 -1
  93. package/lib/components/radio-button/radio-button.d.ts +11 -11
  94. package/lib/components/range-slider/components/bar-chart.d.ts +8 -8
  95. package/lib/components/range-slider/components/handle.d.ts +12 -12
  96. package/lib/components/range-slider/components/rail.d.ts +9 -9
  97. package/lib/components/range-slider/components/slider-component.d.ts +12 -12
  98. package/lib/components/range-slider/components/slider-inputs.d.ts +15 -16
  99. package/lib/components/range-slider/components/tick.d.ts +10 -10
  100. package/lib/components/range-slider/components/track.d.ts +11 -11
  101. package/lib/components/range-slider/index.d.ts +2 -2
  102. package/lib/components/range-slider/range-slider.d.ts +16 -16
  103. package/lib/components/range-slider/slider.d.ts +12 -12
  104. package/lib/components/range-slider/types.d.ts +11 -11
  105. package/lib/components/react-select/index.d.ts +1 -1
  106. package/lib/components/react-select/react-select.d.ts +14 -15
  107. package/lib/components/select/components/helpers.d.ts +17 -17
  108. package/lib/components/select/components/menu-container.d.ts +3 -3
  109. package/lib/components/select/components/menu-list-expanded.d.ts +6 -6
  110. package/lib/components/select/components/menu-list.d.ts +3 -3
  111. package/lib/components/select/components/menu-row.d.ts +11 -11
  112. package/lib/components/select/components/menu.d.ts +2 -3
  113. package/lib/components/select/components/option.d.ts +2 -3
  114. package/lib/components/select/components/optionMultiLevel.d.ts +2 -3
  115. package/lib/components/select/components/optionMultilevelExpanded.d.ts +5 -5
  116. package/lib/components/select/components/select-label.d.ts +1 -1
  117. package/lib/components/select/components/value-component-multi.d.ts +4 -4
  118. package/lib/components/select/components/value-component-single.d.ts +5 -4
  119. package/lib/components/select/components/value.d.ts +5 -4
  120. package/lib/components/select/index.d.ts +4 -4
  121. package/lib/components/select/select.d.ts +7 -10
  122. package/lib/components/select/types.d.ts +300 -300
  123. package/lib/components/select/utils.d.ts +16 -16
  124. package/lib/components/select-with-groups/index.d.ts +2 -2
  125. package/lib/components/select-with-groups/select-with-groups.d.ts +35 -35
  126. package/lib/components/spinner/index.d.ts +1 -1
  127. package/lib/components/spinner/spinner-size-flags.d.ts +10 -10
  128. package/lib/components/spinner/spinner.d.ts +9 -9
  129. package/lib/components/stepper/index.d.ts +1 -1
  130. package/lib/components/stepper/stepper.d.ts +9 -9
  131. package/lib/components/switch/index.d.ts +1 -1
  132. package/lib/components/switch/switch.d.ts +13 -13
  133. package/lib/components/table/hooks/index.d.ts +4 -4
  134. package/lib/components/table/hooks/useFilteredRows.d.ts +5 -5
  135. package/lib/components/table/hooks/usePaginatedRows.d.ts +12 -12
  136. package/lib/components/table/hooks/useSortedRows.d.ts +6 -6
  137. package/lib/components/table/hooks/useTable.d.ts +47 -47
  138. package/lib/components/table/index.d.ts +2 -2
  139. package/lib/components/table/table.d.ts +28 -28
  140. package/lib/components/tabs/components/index.d.ts +1 -1
  141. package/lib/components/tabs/components/tab.d.ts +10 -10
  142. package/lib/components/tabs/index.d.ts +1 -1
  143. package/lib/components/tabs/tabs.d.ts +18 -18
  144. package/lib/components/tag/components/close-button.d.ts +8 -8
  145. package/lib/components/tag/components/index.d.ts +2 -2
  146. package/lib/components/tag/components/tag-label.d.ts +8 -8
  147. package/lib/components/tag/index.d.ts +1 -1
  148. package/lib/components/tag/tag.d.ts +10 -10
  149. package/lib/components/text-area/index.d.ts +1 -1
  150. package/lib/components/text-area/text-area.d.ts +11 -11
  151. package/lib/components/text-toggle/index.d.ts +1 -1
  152. package/lib/components/text-toggle/text-toggle.d.ts +10 -10
  153. package/lib/components/thumbnail/index.d.ts +1 -1
  154. package/lib/components/thumbnail/thumbnail-size-flags.d.ts +10 -10
  155. package/lib/components/thumbnail/thumbnail.d.ts +10 -10
  156. package/lib/components/toast/index.d.ts +1 -1
  157. package/lib/components/toast/toast.d.ts +17 -17
  158. package/lib/components/tooltip/index.d.ts +1 -1
  159. package/lib/components/tooltip/tooltip.d.ts +30 -30
  160. package/lib/components/tree-view/components/tree-node.d.ts +3 -3
  161. package/lib/components/tree-view/helper.d.ts +12 -12
  162. package/lib/components/tree-view/index.d.ts +2 -2
  163. package/lib/components/tree-view/tree-view.d.ts +3 -3
  164. package/lib/components/tree-view/types.d.ts +63 -63
  165. package/lib/components/typography/index.d.ts +1 -1
  166. package/lib/components/typography/typography.d.ts +27 -27
  167. package/lib/foundations/color-system/base-palette/base-palette.d.ts +76 -76
  168. package/lib/foundations/color-system/base-palette/index.d.ts +1 -1
  169. package/lib/foundations/color-system/color-guidelines/color-guidelines.d.ts +133 -133
  170. package/lib/foundations/color-system/color-guidelines/index.d.ts +1 -1
  171. package/lib/foundations/color-system/components/color-sample.d.ts +17 -17
  172. package/lib/foundations/color-system/components/index.d.ts +1 -1
  173. package/lib/foundations/color-system/index.d.ts +2 -2
  174. package/lib/foundations/index.d.ts +4 -4
  175. package/lib/foundations/shadows/components.d.ts +8 -8
  176. package/lib/foundations/shadows/index.d.ts +1 -1
  177. package/lib/foundations/shadows/shadows.d.ts +8 -8
  178. package/lib/foundations/spacing/index.d.ts +1 -1
  179. package/lib/foundations/spacing/spacing-guidelines.d.ts +37 -37
  180. package/lib/foundations/spacing/spacing.d.ts +19 -19
  181. package/lib/foundations/typography/constants.d.ts +39 -39
  182. package/lib/foundations/typography/fonts.d.ts +1 -1
  183. package/lib/foundations/typography/index.d.ts +2 -2
  184. package/lib/foundations/typography/text-aspect-flags.d.ts +30 -30
  185. package/lib/foundations/typography/typography.d.ts +24 -24
  186. package/lib/helpers/generic-types.d.ts +21 -21
  187. package/lib/helpers/index.d.ts +10 -10
  188. package/lib/helpers/isReactElementOfType.d.ts +6 -8
  189. package/lib/helpers/nothing.d.ts +9 -10
  190. package/lib/helpers/numbers.d.ts +51 -51
  191. package/lib/helpers/safe-navigation.d.ts +26 -26
  192. package/lib/helpers/slots.d.ts +17 -17
  193. package/lib/helpers/strings.d.ts +1 -1
  194. package/lib/helpers/useClickOutside.d.ts +2 -2
  195. package/lib/helpers/useInputElementState.d.ts +30 -30
  196. package/lib/helpers/useIsMobile.d.ts +1 -1
  197. package/lib/helpers/useKeyDown.d.ts +1 -1
  198. package/package.json +5 -5
@@ -1,133 +1,133 @@
1
- export declare const Background: {
2
- readonly Default: "#F3F4F6";
3
- readonly Overlay: `#${string}`;
4
- };
5
- export declare const Surface: {
6
- Default: {
7
- Default: "#FFFFFF";
8
- Subdued: "#F9FAFB";
9
- Hover: "#F3F4F6";
10
- Pressed: "#E5E7EB";
11
- Depressed: "#E5E7EB";
12
- Inverse: "#1F2937";
13
- };
14
- Selected: {
15
- Default: "#F0F6FF";
16
- Hover: "#DBEAFE";
17
- Pressed: "#BFDBFE";
18
- };
19
- Critical: {
20
- Default: "#FECACA";
21
- Subdued: "#FEF6F6";
22
- Hover: "#FEF6F6";
23
- Pressed: "#FEE2E2";
24
- };
25
- Warning: {
26
- Default: "#FED7AA";
27
- Subdued: "#FFFAF5";
28
- };
29
- Success: {
30
- Default: "#A7F3D0";
31
- Subdued: "#F1FEF8";
32
- Depressed: "#10B981";
33
- };
34
- Highlight: {
35
- Default: "#BFDBFE";
36
- Subdued: "#F0F6FF";
37
- };
38
- Neutral: {
39
- Default: "#E5E7EB";
40
- Subdued: "#F3F4F6";
41
- Hover: "#D1D5DB";
42
- Pressed: "#9CA3AF";
43
- };
44
- };
45
- export declare const Borders: {
46
- Default: {
47
- Default: "#D1D5DB";
48
- Subdued: "#E5E7EB";
49
- Light: "#FFFFFF";
50
- Dark: "#9CA3AF";
51
- };
52
- Critical: {
53
- Default: "#DC2626";
54
- Subdued: "#FCA5A5";
55
- };
56
- Warning: {
57
- Subdued: "#FDBA74";
58
- };
59
- Success: {
60
- Subdued: "#6EE7B7";
61
- };
62
- Highlight: {
63
- Default: "#2563EB";
64
- Subdued: "#93C5FD";
65
- };
66
- };
67
- export declare const Focused: {
68
- Default: "#60A5FA";
69
- };
70
- export declare const Text: {
71
- Default: "#1F2937";
72
- Subdued: "#6B7280";
73
- Light: "#9CA3AF";
74
- Critical: "#DC2626";
75
- Success: "#059669";
76
- OnPrimary: "#FFFFFF";
77
- OnCritical: "#FFFFFF";
78
- };
79
- export declare const Icons: {
80
- Default: "#6B7280";
81
- Subdued: "#9CA3AF";
82
- Hover: "#1F2937";
83
- Pressed: "#46505D";
84
- Disabled: "#D1D5DB";
85
- Critical: "#DC2626";
86
- Warning: "#F97316";
87
- Success: "#059669";
88
- Highlight: "#2563EB";
89
- OnPrimary: "#FFFFFF";
90
- OnCritical: "#FFFFFF";
91
- };
92
- export declare const Interactive: {
93
- Default: {
94
- Default: "#2563EB";
95
- Hover: "#1E40AF";
96
- Pressed: "#1E40AF";
97
- Disabled: "#9CA3AF";
98
- };
99
- Subtle: {
100
- Default: "#1F2937";
101
- Hover: "#1F2937";
102
- Pressed: "#1F2937";
103
- Disabled: "#9CA3AF";
104
- };
105
- };
106
- export declare const Actions: {
107
- Primary: {
108
- Default: "#2563EB";
109
- Hover: "#1D4ED8";
110
- Pressed: "#1E40AF";
111
- Depressed: "#1E3A8A";
112
- Disabled: `#${string}`;
113
- };
114
- Secondary: {
115
- Default: "#FFFFFF";
116
- Hover: `#${string}`;
117
- Pressed: `#${string}`;
118
- Depressed: "#6B7280";
119
- Disabled: `#${string}`;
120
- };
121
- Critical: {
122
- Default: "#DC2626";
123
- Hover: "#B91C1C";
124
- Pressed: "#991B1B";
125
- Disabled: `#${string}`;
126
- };
127
- SecondaryCritical: {
128
- Default: "#FFFFFF";
129
- Hover: "#B91C1C";
130
- Pressed: "#991B1B";
131
- Disabled: `#${string}`;
132
- };
133
- };
1
+ export declare const Background: {
2
+ readonly Default: "#F3F4F6";
3
+ readonly Overlay: `#${string}`;
4
+ };
5
+ export declare const Surface: {
6
+ Default: {
7
+ Default: "#FFFFFF";
8
+ Subdued: "#F9FAFB";
9
+ Hover: "#F3F4F6";
10
+ Pressed: "#E5E7EB";
11
+ Depressed: "#E5E7EB";
12
+ Inverse: "#1F2937";
13
+ };
14
+ Selected: {
15
+ Default: "#F0F6FF";
16
+ Hover: "#DBEAFE";
17
+ Pressed: "#BFDBFE";
18
+ };
19
+ Critical: {
20
+ Default: "#FECACA";
21
+ Subdued: "#FEF6F6";
22
+ Hover: "#FEF6F6";
23
+ Pressed: "#FEE2E2";
24
+ };
25
+ Warning: {
26
+ Default: "#FED7AA";
27
+ Subdued: "#FFFAF5";
28
+ };
29
+ Success: {
30
+ Default: "#A7F3D0";
31
+ Subdued: "#F1FEF8";
32
+ Depressed: "#10B981";
33
+ };
34
+ Highlight: {
35
+ Default: "#BFDBFE";
36
+ Subdued: "#F0F6FF";
37
+ };
38
+ Neutral: {
39
+ Default: "#E5E7EB";
40
+ Subdued: "#F3F4F6";
41
+ Hover: "#D1D5DB";
42
+ Pressed: "#9CA3AF";
43
+ };
44
+ };
45
+ export declare const Borders: {
46
+ Default: {
47
+ Default: "#D1D5DB";
48
+ Subdued: "#E5E7EB";
49
+ Light: "#FFFFFF";
50
+ Dark: "#9CA3AF";
51
+ };
52
+ Critical: {
53
+ Default: "#DC2626";
54
+ Subdued: "#FCA5A5";
55
+ };
56
+ Warning: {
57
+ Subdued: "#FDBA74";
58
+ };
59
+ Success: {
60
+ Subdued: "#6EE7B7";
61
+ };
62
+ Highlight: {
63
+ Default: "#2563EB";
64
+ Subdued: "#93C5FD";
65
+ };
66
+ };
67
+ export declare const Focused: {
68
+ Default: "#60A5FA";
69
+ };
70
+ export declare const Text: {
71
+ Default: "#1F2937";
72
+ Subdued: "#6B7280";
73
+ Light: "#9CA3AF";
74
+ Critical: "#DC2626";
75
+ Success: "#059669";
76
+ OnPrimary: "#FFFFFF";
77
+ OnCritical: "#FFFFFF";
78
+ };
79
+ export declare const Icons: {
80
+ Default: "#6B7280";
81
+ Subdued: "#9CA3AF";
82
+ Hover: "#1F2937";
83
+ Pressed: "#46505D";
84
+ Disabled: "#D1D5DB";
85
+ Critical: "#DC2626";
86
+ Warning: "#F97316";
87
+ Success: "#059669";
88
+ Highlight: "#2563EB";
89
+ OnPrimary: "#FFFFFF";
90
+ OnCritical: "#FFFFFF";
91
+ };
92
+ export declare const Interactive: {
93
+ Default: {
94
+ Default: "#2563EB";
95
+ Hover: "#1E40AF";
96
+ Pressed: "#1E40AF";
97
+ Disabled: "#9CA3AF";
98
+ };
99
+ Subtle: {
100
+ Default: "#1F2937";
101
+ Hover: "#1F2937";
102
+ Pressed: "#1F2937";
103
+ Disabled: "#9CA3AF";
104
+ };
105
+ };
106
+ export declare const Actions: {
107
+ Primary: {
108
+ Default: "#2563EB";
109
+ Hover: "#1D4ED8";
110
+ Pressed: "#1E40AF";
111
+ Depressed: "#1E3A8A";
112
+ Disabled: `#${string}`;
113
+ };
114
+ Secondary: {
115
+ Default: "#FFFFFF";
116
+ Hover: `#${string}`;
117
+ Pressed: `#${string}`;
118
+ Depressed: "#6B7280";
119
+ Disabled: `#${string}`;
120
+ };
121
+ Critical: {
122
+ Default: "#DC2626";
123
+ Hover: "#B91C1C";
124
+ Pressed: "#991B1B";
125
+ Disabled: `#${string}`;
126
+ };
127
+ SecondaryCritical: {
128
+ Default: "#FFFFFF";
129
+ Hover: "#B91C1C";
130
+ Pressed: "#991B1B";
131
+ Disabled: `#${string}`;
132
+ };
133
+ };
@@ -1 +1 @@
1
- export * from './color-guidelines';
1
+ export * from './color-guidelines';
@@ -1,17 +1,17 @@
1
- import { FC, Hex } from '@helpers';
2
- interface IColorRectangleProps {
3
- name: string;
4
- hex: Hex;
5
- border?: Hex;
6
- }
7
- export declare const ColorRectangle: FC<IColorRectangleProps>;
8
- interface IColorSquareProps {
9
- name: string;
10
- colorId: string;
11
- hex: Hex;
12
- /** if true the color will only show in the border
13
- * rather than as a fill color */
14
- border?: Hex;
15
- }
16
- export declare const ColorSquare: FC<IColorSquareProps>;
17
- export {};
1
+ import { FC, Hex } from '@helpers';
2
+ interface IColorRectangleProps {
3
+ name: string;
4
+ hex: Hex;
5
+ border?: Hex;
6
+ }
7
+ export declare const ColorRectangle: FC<IColorRectangleProps>;
8
+ interface IColorSquareProps {
9
+ name: string;
10
+ colorId: string;
11
+ hex: Hex;
12
+ /** if true the color will only show in the border
13
+ * rather than as a fill color */
14
+ border?: Hex;
15
+ }
16
+ export declare const ColorSquare: FC<IColorSquareProps>;
17
+ export {};
@@ -1 +1 @@
1
- export * from './color-sample';
1
+ export * from './color-sample';
@@ -1,2 +1,2 @@
1
- export * from './color-guidelines';
2
- export * from './base-palette';
1
+ export * from './color-guidelines';
2
+ export * from './base-palette';
@@ -1,4 +1,4 @@
1
- export * from './color-system';
2
- export * from './typography';
3
- export * from './spacing';
4
- export * from './shadows';
1
+ export * from './color-system';
2
+ export * from './typography';
3
+ export * from './spacing';
4
+ export * from './shadows';
@@ -1,8 +1,8 @@
1
- declare const ShadowSm: import("styled-components").StyledComponent<"div", any, {}, never>;
2
- declare const Shadow: import("styled-components").StyledComponent<"div", any, {}, never>;
3
- declare const ShadowMd: import("styled-components").StyledComponent<"div", any, {}, never>;
4
- declare const ShadowLg: import("styled-components").StyledComponent<"div", any, {}, never>;
5
- declare const ShadowXl: import("styled-components").StyledComponent<"div", any, {}, never>;
6
- declare const Shadow2Xl: import("styled-components").StyledComponent<"div", any, {}, never>;
7
- declare const ShadowInner: import("styled-components").StyledComponent<"div", any, {}, never>;
8
- export { ShadowSm, Shadow, ShadowLg, ShadowMd, ShadowXl, Shadow2Xl, ShadowInner, };
1
+ declare const ShadowSm: import("styled-components").StyledComponent<"div", any, {}, never>;
2
+ declare const Shadow: import("styled-components").StyledComponent<"div", any, {}, never>;
3
+ declare const ShadowMd: import("styled-components").StyledComponent<"div", any, {}, never>;
4
+ declare const ShadowLg: import("styled-components").StyledComponent<"div", any, {}, never>;
5
+ declare const ShadowXl: import("styled-components").StyledComponent<"div", any, {}, never>;
6
+ declare const Shadow2Xl: import("styled-components").StyledComponent<"div", any, {}, never>;
7
+ declare const ShadowInner: import("styled-components").StyledComponent<"div", any, {}, never>;
8
+ export { ShadowSm, Shadow, ShadowLg, ShadowMd, ShadowXl, Shadow2Xl, ShadowInner, };
@@ -1 +1 @@
1
- export * from './shadows';
1
+ export * from './shadows';
@@ -1,8 +1,8 @@
1
- declare const shadowSm: import("styled-components").FlattenSimpleInterpolation;
2
- declare const shadow: import("styled-components").FlattenSimpleInterpolation;
3
- declare const shadowMd: import("styled-components").FlattenSimpleInterpolation;
4
- declare const shadowLg: import("styled-components").FlattenSimpleInterpolation;
5
- declare const shadowXl: import("styled-components").FlattenSimpleInterpolation;
6
- declare const shadow2Xl: import("styled-components").FlattenSimpleInterpolation;
7
- declare const shadowInner: import("styled-components").FlattenSimpleInterpolation;
8
- export { shadowSm, shadow, shadowMd, shadowLg, shadowXl, shadow2Xl, shadowInner, };
1
+ declare const shadowSm: import("styled-components").FlattenSimpleInterpolation;
2
+ declare const shadow: import("styled-components").FlattenSimpleInterpolation;
3
+ declare const shadowMd: import("styled-components").FlattenSimpleInterpolation;
4
+ declare const shadowLg: import("styled-components").FlattenSimpleInterpolation;
5
+ declare const shadowXl: import("styled-components").FlattenSimpleInterpolation;
6
+ declare const shadow2Xl: import("styled-components").FlattenSimpleInterpolation;
7
+ declare const shadowInner: import("styled-components").FlattenSimpleInterpolation;
8
+ export { shadowSm, shadow, shadowMd, shadowLg, shadowXl, shadow2Xl, shadowInner, };
@@ -1 +1 @@
1
- export * from './spacing-guidelines';
1
+ export * from './spacing-guidelines';
@@ -1,37 +1,37 @@
1
- import { SPACING } from './spacing';
2
- export declare const Padding: {
3
- readonly none: 0;
4
- readonly xxxs: SPACING.Size2;
5
- readonly xxs: SPACING.Size4;
6
- readonly xs: SPACING.Size8;
7
- readonly s: SPACING.Size12;
8
- readonly m: SPACING.Size16;
9
- readonly l: SPACING.Size24;
10
- readonly xl: SPACING.Size32;
11
- readonly xll: SPACING.Size48;
12
- readonly xxl: SPACING.Size64;
13
- };
14
- export declare const Margin: {
15
- readonly none: 0;
16
- readonly xxxs: SPACING.Size2;
17
- readonly xxs: SPACING.Size4;
18
- readonly xs: SPACING.Size8;
19
- readonly s: SPACING.Size12;
20
- readonly m: SPACING.Size16;
21
- readonly l: SPACING.Size24;
22
- readonly xl: SPACING.Size32;
23
- readonly xll: SPACING.Size48;
24
- readonly xxl: SPACING.Size64;
25
- };
26
- export declare const Gap: {
27
- readonly none: 0;
28
- readonly xxxs: SPACING.Size2;
29
- readonly xxs: SPACING.Size4;
30
- readonly xs: SPACING.Size8;
31
- readonly s: SPACING.Size12;
32
- readonly m: SPACING.Size16;
33
- readonly l: SPACING.Size24;
34
- readonly xl: SPACING.Size32;
35
- readonly xll: SPACING.Size48;
36
- readonly xxl: SPACING.Size64;
37
- };
1
+ import { SPACING } from './spacing';
2
+ export declare const Padding: {
3
+ readonly none: 0;
4
+ readonly xxxs: SPACING.Size2;
5
+ readonly xxs: SPACING.Size4;
6
+ readonly xs: SPACING.Size8;
7
+ readonly s: SPACING.Size12;
8
+ readonly m: SPACING.Size16;
9
+ readonly l: SPACING.Size24;
10
+ readonly xl: SPACING.Size32;
11
+ readonly xll: SPACING.Size48;
12
+ readonly xxl: SPACING.Size64;
13
+ };
14
+ export declare const Margin: {
15
+ readonly none: 0;
16
+ readonly xxxs: SPACING.Size2;
17
+ readonly xxs: SPACING.Size4;
18
+ readonly xs: SPACING.Size8;
19
+ readonly s: SPACING.Size12;
20
+ readonly m: SPACING.Size16;
21
+ readonly l: SPACING.Size24;
22
+ readonly xl: SPACING.Size32;
23
+ readonly xll: SPACING.Size48;
24
+ readonly xxl: SPACING.Size64;
25
+ };
26
+ export declare const Gap: {
27
+ readonly none: 0;
28
+ readonly xxxs: SPACING.Size2;
29
+ readonly xxs: SPACING.Size4;
30
+ readonly xs: SPACING.Size8;
31
+ readonly s: SPACING.Size12;
32
+ readonly m: SPACING.Size16;
33
+ readonly l: SPACING.Size24;
34
+ readonly xl: SPACING.Size32;
35
+ readonly xll: SPACING.Size48;
36
+ readonly xxl: SPACING.Size64;
37
+ };
@@ -1,19 +1,19 @@
1
- export declare enum SPACING {
2
- Size2 = "2px",
3
- Size4 = "4px",
4
- Size8 = "8px",
5
- Size12 = "12px",
6
- Size16 = "16px",
7
- Size24 = "24px",
8
- Size32 = "32px",
9
- Size48 = "48px",
10
- Size64 = "64px",
11
- Size96 = "96px",
12
- Size128 = "128px",
13
- Size192 = "192px",
14
- Size256 = "256px",
15
- Size384 = "384px",
16
- Size512 = "512px",
17
- Size640 = "640px",
18
- Size768 = "768px"
19
- }
1
+ export declare enum SPACING {
2
+ Size2 = "2px",
3
+ Size4 = "4px",
4
+ Size8 = "8px",
5
+ Size12 = "12px",
6
+ Size16 = "16px",
7
+ Size24 = "24px",
8
+ Size32 = "32px",
9
+ Size48 = "48px",
10
+ Size64 = "64px",
11
+ Size96 = "96px",
12
+ Size128 = "128px",
13
+ Size192 = "192px",
14
+ Size256 = "256px",
15
+ Size384 = "384px",
16
+ Size512 = "512px",
17
+ Size640 = "640px",
18
+ Size768 = "768px"
19
+ }
@@ -1,39 +1,39 @@
1
- export declare const enum FontWeight {
2
- Regular = "400",
3
- Medium = "500",
4
- SemiBold = "600"
5
- }
6
- export declare const FontSize: {
7
- readonly a: "13px";
8
- readonly b: "14px";
9
- readonly c: "16px";
10
- readonly d: "18px";
11
- readonly e: "20px";
12
- readonly f: "28px";
13
- readonly g: "36px";
14
- };
15
- export declare const FontSizeMobile: {
16
- readonly a: "12px";
17
- readonly b: "13px";
18
- readonly c: "14px";
19
- readonly d: "16px";
20
- readonly e: "18px";
21
- readonly f: "24px";
22
- readonly g: "32px";
23
- };
24
- export declare const LineHeight: {
25
- readonly a: "16px";
26
- readonly b: "20px";
27
- readonly c: "24px";
28
- readonly d: "28px";
29
- readonly e: "32px";
30
- readonly f: "44px";
31
- };
32
- export declare const LineHeightMobile: {
33
- readonly a: "16px";
34
- readonly b: "20px";
35
- readonly c: "24px";
36
- readonly d: "28px";
37
- readonly e: "32px";
38
- readonly f: "40px";
39
- };
1
+ export declare const enum FontWeight {
2
+ Regular = "400",
3
+ Medium = "500",
4
+ SemiBold = "600"
5
+ }
6
+ export declare const FontSize: {
7
+ readonly a: "13px";
8
+ readonly b: "14px";
9
+ readonly c: "16px";
10
+ readonly d: "18px";
11
+ readonly e: "20px";
12
+ readonly f: "28px";
13
+ readonly g: "36px";
14
+ };
15
+ export declare const FontSizeMobile: {
16
+ readonly a: "12px";
17
+ readonly b: "13px";
18
+ readonly c: "14px";
19
+ readonly d: "16px";
20
+ readonly e: "18px";
21
+ readonly f: "24px";
22
+ readonly g: "32px";
23
+ };
24
+ export declare const LineHeight: {
25
+ readonly a: "16px";
26
+ readonly b: "20px";
27
+ readonly c: "24px";
28
+ readonly d: "28px";
29
+ readonly e: "32px";
30
+ readonly f: "44px";
31
+ };
32
+ export declare const LineHeightMobile: {
33
+ readonly a: "16px";
34
+ readonly b: "20px";
35
+ readonly c: "24px";
36
+ readonly d: "28px";
37
+ readonly e: "32px";
38
+ readonly f: "40px";
39
+ };
@@ -1 +1 @@
1
- export declare const InterFontFace = "\n@font-face {\n font-family: 'Inter';\n font-style: normal;\n font-weight: 300;\n src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2JL7W0Q5n-wU.woff2)\n format('woff2');\n unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F,\n U+FE2E-FE2F;\n}\n/* cyrillic */\n@font-face {\n font-family: 'Inter';\n font-style: normal;\n font-weight: 300;\n src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2)\n format('woff2');\n unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;\n}\n/* greek-ext */\n@font-face {\n font-family: 'Inter';\n font-style: normal;\n font-weight: 300;\n src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2ZL7W0Q5n-wU.woff2)\n format('woff2');\n unicode-range: U+1F00-1FFF;\n}\n/* greek */\n@font-face {\n font-family: 'Inter';\n font-style: normal;\n font-weight: 300;\n src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1pL7W0Q5n-wU.woff2)\n format('woff2');\n unicode-range: U+0370-03FF;\n}\n/* vietnamese */\n@font-face {\n font-family: 'Inter';\n font-style: normal;\n font-weight: 300;\n src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2pL7W0Q5n-wU.woff2)\n format('woff2');\n unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169,\n U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;\n}\n/* latin-ext */\n@font-face {\n font-family: 'Inter';\n font-style: normal;\n font-weight: 300;\n src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa25L7W0Q5n-wU.woff2)\n format('woff2');\n unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,\n U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;\n}\n/* latin */\n@font-face {\n font-family: 'Inter';\n font-style: normal;\n font-weight: 300;\n src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2)\n format('woff2');\n unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,\n U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212,\n U+2215, U+FEFF, U+FFFD;\n}\n/* cyrillic-ext */\n@font-face {\n font-family: 'Inter';\n font-style: normal;\n font-weight: 400;\n src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2JL7W0Q5n-wU.woff2)\n format('woff2');\n unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F,\n U+FE2E-FE2F;\n}\n/* cyrillic */\n@font-face {\n font-family: 'Inter';\n font-style: normal;\n font-weight: 400;\n src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2)\n format('woff2');\n unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;\n}\n/* greek-ext */\n@font-face {\n font-family: 'Inter';\n font-style: normal;\n font-weight: 400;\n src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2ZL7W0Q5n-wU.woff2)\n format('woff2');\n unicode-range: U+1F00-1FFF;\n}\n/* greek */\n@font-face {\n font-family: 'Inter';\n font-style: normal;\n font-weight: 400;\n src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1pL7W0Q5n-wU.woff2)\n format('woff2');\n unicode-range: U+0370-03FF;\n}\n/* vietnamese */\n@font-face {\n font-family: 'Inter';\n font-style: normal;\n font-weight: 400;\n src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2pL7W0Q5n-wU.woff2)\n format('woff2');\n unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169,\n U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;\n}\n/* latin-ext */\n@font-face {\n font-family: 'Inter';\n font-style: normal;\n font-weight: 400;\n src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa25L7W0Q5n-wU.woff2)\n format('woff2');\n unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,\n U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;\n}\n/* latin */\n@font-face {\n font-family: 'Inter';\n font-style: normal;\n font-weight: 400;\n src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2)\n format('woff2');\n unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,\n U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212,\n U+2215, U+FEFF, U+FFFD;\n}\n/* cyrillic-ext */\n@font-face {\n font-family: 'Inter';\n font-style: normal;\n font-weight: 500;\n src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2JL7W0Q5n-wU.woff2)\n format('woff2');\n unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F,\n U+FE2E-FE2F;\n}\n/* cyrillic */\n@font-face {\n font-family: 'Inter';\n font-style: normal;\n font-weight: 500;\n src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2)\n format('woff2');\n unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;\n}\n/* greek-ext */\n@font-face {\n font-family: 'Inter';\n font-style: normal;\n font-weight: 500;\n src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2ZL7W0Q5n-wU.woff2)\n format('woff2');\n unicode-range: U+1F00-1FFF;\n}\n/* greek */\n@font-face {\n font-family: 'Inter';\n font-style: normal;\n font-weight: 500;\n src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1pL7W0Q5n-wU.woff2)\n format('woff2');\n unicode-range: U+0370-03FF;\n}\n/* vietnamese */\n@font-face {\n font-family: 'Inter';\n font-style: normal;\n font-weight: 500;\n src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2pL7W0Q5n-wU.woff2)\n format('woff2');\n unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169,\n U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;\n}\n/* latin-ext */\n@font-face {\n font-family: 'Inter';\n font-style: normal;\n font-weight: 500;\n src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa25L7W0Q5n-wU.woff2)\n format('woff2');\n unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,\n U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;\n}\n/* latin */\n@font-face {\n font-family: 'Inter';\n font-style: normal;\n font-weight: 500;\n src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2)\n format('woff2');\n unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,\n U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212,\n U+2215, U+FEFF, U+FFFD;\n}\n";
1
+ export declare const InterFontFace = "\n@font-face {\n font-family: 'Inter';\n font-style: normal;\n font-weight: 300;\n src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2JL7W0Q5n-wU.woff2)\n format('woff2');\n unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F,\n U+FE2E-FE2F;\n}\n/* cyrillic */\n@font-face {\n font-family: 'Inter';\n font-style: normal;\n font-weight: 300;\n src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2)\n format('woff2');\n unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;\n}\n/* greek-ext */\n@font-face {\n font-family: 'Inter';\n font-style: normal;\n font-weight: 300;\n src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2ZL7W0Q5n-wU.woff2)\n format('woff2');\n unicode-range: U+1F00-1FFF;\n}\n/* greek */\n@font-face {\n font-family: 'Inter';\n font-style: normal;\n font-weight: 300;\n src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1pL7W0Q5n-wU.woff2)\n format('woff2');\n unicode-range: U+0370-03FF;\n}\n/* vietnamese */\n@font-face {\n font-family: 'Inter';\n font-style: normal;\n font-weight: 300;\n src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2pL7W0Q5n-wU.woff2)\n format('woff2');\n unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169,\n U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;\n}\n/* latin-ext */\n@font-face {\n font-family: 'Inter';\n font-style: normal;\n font-weight: 300;\n src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa25L7W0Q5n-wU.woff2)\n format('woff2');\n unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,\n U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;\n}\n/* latin */\n@font-face {\n font-family: 'Inter';\n font-style: normal;\n font-weight: 300;\n src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2)\n format('woff2');\n unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,\n U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212,\n U+2215, U+FEFF, U+FFFD;\n}\n/* cyrillic-ext */\n@font-face {\n font-family: 'Inter';\n font-style: normal;\n font-weight: 400;\n src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2JL7W0Q5n-wU.woff2)\n format('woff2');\n unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F,\n U+FE2E-FE2F;\n}\n/* cyrillic */\n@font-face {\n font-family: 'Inter';\n font-style: normal;\n font-weight: 400;\n src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2)\n format('woff2');\n unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;\n}\n/* greek-ext */\n@font-face {\n font-family: 'Inter';\n font-style: normal;\n font-weight: 400;\n src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2ZL7W0Q5n-wU.woff2)\n format('woff2');\n unicode-range: U+1F00-1FFF;\n}\n/* greek */\n@font-face {\n font-family: 'Inter';\n font-style: normal;\n font-weight: 400;\n src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1pL7W0Q5n-wU.woff2)\n format('woff2');\n unicode-range: U+0370-03FF;\n}\n/* vietnamese */\n@font-face {\n font-family: 'Inter';\n font-style: normal;\n font-weight: 400;\n src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2pL7W0Q5n-wU.woff2)\n format('woff2');\n unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169,\n U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;\n}\n/* latin-ext */\n@font-face {\n font-family: 'Inter';\n font-style: normal;\n font-weight: 400;\n src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa25L7W0Q5n-wU.woff2)\n format('woff2');\n unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,\n U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;\n}\n/* latin */\n@font-face {\n font-family: 'Inter';\n font-style: normal;\n font-weight: 400;\n src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2)\n format('woff2');\n unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,\n U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212,\n U+2215, U+FEFF, U+FFFD;\n}\n/* cyrillic-ext */\n@font-face {\n font-family: 'Inter';\n font-style: normal;\n font-weight: 500;\n src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2JL7W0Q5n-wU.woff2)\n format('woff2');\n unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F,\n U+FE2E-FE2F;\n}\n/* cyrillic */\n@font-face {\n font-family: 'Inter';\n font-style: normal;\n font-weight: 500;\n src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2)\n format('woff2');\n unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;\n}\n/* greek-ext */\n@font-face {\n font-family: 'Inter';\n font-style: normal;\n font-weight: 500;\n src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2ZL7W0Q5n-wU.woff2)\n format('woff2');\n unicode-range: U+1F00-1FFF;\n}\n/* greek */\n@font-face {\n font-family: 'Inter';\n font-style: normal;\n font-weight: 500;\n src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1pL7W0Q5n-wU.woff2)\n format('woff2');\n unicode-range: U+0370-03FF;\n}\n/* vietnamese */\n@font-face {\n font-family: 'Inter';\n font-style: normal;\n font-weight: 500;\n src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2pL7W0Q5n-wU.woff2)\n format('woff2');\n unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169,\n U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;\n}\n/* latin-ext */\n@font-face {\n font-family: 'Inter';\n font-style: normal;\n font-weight: 500;\n src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa25L7W0Q5n-wU.woff2)\n format('woff2');\n unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,\n U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;\n}\n/* latin */\n@font-face {\n font-family: 'Inter';\n font-style: normal;\n font-weight: 500;\n src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2)\n format('woff2');\n unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,\n U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212,\n U+2215, U+FEFF, U+FFFD;\n}\n";
@@ -1,2 +1,2 @@
1
- export * from './typography';
2
- export * from './constants';
1
+ export * from './typography';
2
+ export * from './constants';