@dnanpm/styleguide 3.10.0 → 3.11.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.
Files changed (183) hide show
  1. package/build/cjs/components/Accordion/Accordion.js +3 -4
  2. package/build/cjs/components/AccordionItem/AccordionItem.js +17 -16
  3. package/build/cjs/components/AmountSelector/AmountSelector.d.ts +17 -1
  4. package/build/cjs/components/AmountSelector/AmountSelector.js +53 -10
  5. package/build/cjs/components/Box/Box.js +6 -7
  6. package/build/cjs/components/Button/Button.js +26 -23
  7. package/build/cjs/components/ButtonArrow/ButtonArrow.js +3 -4
  8. package/build/cjs/components/ButtonCard/ButtonCard.js +9 -10
  9. package/build/cjs/components/ButtonClose/ButtonClose.js +2 -2
  10. package/build/cjs/components/ButtonIcon/ButtonIcon.js +9 -10
  11. package/build/cjs/components/ButtonPrimary/ButtonPrimary.js +2 -6
  12. package/build/cjs/components/ButtonRound/ButtonRound.js +2 -3
  13. package/build/cjs/components/ButtonSecondary/ButtonSecondary.js +2 -6
  14. package/build/cjs/components/Carousel/Carousel.d.ts +6 -169
  15. package/build/cjs/components/Carousel/Carousel.js +23 -23
  16. package/build/cjs/components/Checkbox/Checkbox.js +5 -5
  17. package/build/cjs/components/Chip/Chip.js +2 -3
  18. package/build/cjs/components/DateTimePicker/DateTimePicker.js +17 -6
  19. package/build/cjs/components/Divider/Divider.js +5 -6
  20. package/build/cjs/components/DnaLogo/DnaLogo.js +4 -4
  21. package/build/cjs/components/Drawer/Drawer.js +26 -26
  22. package/build/cjs/components/EmptyState/EmptyState.js +2 -2
  23. package/build/cjs/components/EnergyLabel/EnergyLabel.js +11 -11
  24. package/build/cjs/components/Expander/Expander.js +5 -5
  25. package/build/cjs/components/Floater/Floater.js +5 -6
  26. package/build/cjs/components/Footer/Components/FooterComponents.d.ts +3 -168
  27. package/build/cjs/components/Footer/Components/FooterComponents.js +33 -32
  28. package/build/cjs/components/Footer/Footer.js +5 -5
  29. package/build/cjs/components/Icon/Icon.js +6 -6
  30. package/build/cjs/components/InfoDialog/InfoDialog.js +4 -4
  31. package/build/cjs/components/Input/Input.js +24 -16
  32. package/build/cjs/components/Label/Label.js +2 -2
  33. package/build/cjs/components/LabelText/LabelText.js +5 -5
  34. package/build/cjs/components/MainHeaderNavigation/ChildComponents/BusinessMenu.js +8 -8
  35. package/build/cjs/components/MainHeaderNavigation/ChildComponents/DesktopMenu.js +11 -11
  36. package/build/cjs/components/MainHeaderNavigation/ChildComponents/LanguageSelector.js +2 -2
  37. package/build/cjs/components/MainHeaderNavigation/ChildComponents/MainNavTooltipMenu.d.ts +2 -167
  38. package/build/cjs/components/MainHeaderNavigation/ChildComponents/MainNavTooltipMenu.js +5 -5
  39. package/build/cjs/components/MainHeaderNavigation/ChildComponents/MainNavTooltipMenuExportedStyles.d.ts +2 -167
  40. package/build/cjs/components/MainHeaderNavigation/ChildComponents/MainNavTooltipMenuExportedStyles.js +2 -2
  41. package/build/cjs/components/MainHeaderNavigation/ChildComponents/MinicartTooltip.js +2 -2
  42. package/build/cjs/components/MainHeaderNavigation/ChildComponents/MobileMenu.js +4 -4
  43. package/build/cjs/components/MainHeaderNavigation/MainHeaderNavigation.js +6 -6
  44. package/build/cjs/components/MainHeaderNavigation/globalNavStyles.d.ts +16 -1501
  45. package/build/cjs/components/MainHeaderNavigation/globalNavStyles.js +10 -10
  46. package/build/cjs/components/MainNavigation/ChildComponents/BusinessMenu.js +4 -4
  47. package/build/cjs/components/MainNavigation/ChildComponents/DesktopMenu.js +11 -11
  48. package/build/cjs/components/MainNavigation/ChildComponents/HeaderNavigationElements.d.ts +2 -167
  49. package/build/cjs/components/MainNavigation/ChildComponents/HeaderNavigationElements.js +9 -9
  50. package/build/cjs/components/MainNavigation/ChildComponents/LanguageSelector.js +2 -2
  51. package/build/cjs/components/MainNavigation/ChildComponents/MainNavTooltipMenu.js +5 -5
  52. package/build/cjs/components/MainNavigation/ChildComponents/MainNavTooltipMenuExportedStyles.d.ts +2 -167
  53. package/build/cjs/components/MainNavigation/ChildComponents/MainNavTooltipMenuExportedStyles.js +2 -2
  54. package/build/cjs/components/MainNavigation/ChildComponents/MobileMenu.js +5 -5
  55. package/build/cjs/components/MainNavigation/ChildComponents/Ribbon.js +4 -4
  56. package/build/cjs/components/MainNavigation/MainNavigation.js +6 -6
  57. package/build/cjs/components/MainNavigation/globalNavStyles.d.ts +8 -668
  58. package/build/cjs/components/MainNavigation/globalNavStyles.js +5 -5
  59. package/build/cjs/components/Modal/Modal.js +16 -16
  60. package/build/cjs/components/Notification/Notification.js +7 -8
  61. package/build/cjs/components/NotificationBadge/NotificationBadge.js +7 -7
  62. package/build/cjs/components/Overlay/Overlay.js +2 -2
  63. package/build/cjs/components/Pill/Pill.js +11 -12
  64. package/build/cjs/components/PixelLoader/PixelLoader.js +9 -9
  65. package/build/cjs/components/PriorityNavigation/PriorityNavigation.js +13 -13
  66. package/build/cjs/components/PriorityNavigationItem/PriorityNavigationItem.js +7 -7
  67. package/build/cjs/components/ProgressIndicator/ProgressIndicator.js +6 -6
  68. package/build/cjs/components/RadioButton/RadioButton.js +4 -4
  69. package/build/cjs/components/ReadMore/ReadMore.js +10 -10
  70. package/build/cjs/components/Search/Search.js +4 -4
  71. package/build/cjs/components/SecondaryNavigation/SecondaryNavigation.js +9 -9
  72. package/build/cjs/components/Selectbox/Selectbox.js +3 -3
  73. package/build/cjs/components/Switch/Switch.js +19 -19
  74. package/build/cjs/components/Tab/Tab.js +10 -10
  75. package/build/cjs/components/Tabs/Tabs.js +10 -10
  76. package/build/cjs/components/Textarea/Textarea.d.ts +5 -1
  77. package/build/cjs/components/Textarea/Textarea.js +12 -9
  78. package/build/cjs/components/Toaster/Toaster.js +6 -7
  79. package/build/cjs/components/Tooltip/Tooltip.js +6 -6
  80. package/build/cjs/components/TooltipMenu/ChildComponents/TooltipMenuExportedStyles.d.ts +4 -334
  81. package/build/cjs/components/TooltipMenu/ChildComponents/TooltipMenuExportedStyles.js +5 -4
  82. package/build/cjs/components/TooltipMenu/TooltipMenu.js +5 -5
  83. package/build/cjs/index.d.ts +1 -1
  84. package/build/cjs/index.js +5 -2
  85. package/build/cjs/themes/globalStyles.d.ts +2 -332
  86. package/build/cjs/themes/globalStyles.js +3 -3
  87. package/build/cjs/themes/styled.d.ts +1 -1158
  88. package/build/cjs/utils/createStyled.d.ts +140 -7
  89. package/build/cjs/utils/createStyled.js +3 -3
  90. package/build/cjs/utils/styledUtils.js +3 -3
  91. package/build/es/components/Accordion/Accordion.js +2 -2
  92. package/build/es/components/AccordionItem/AccordionItem.js +15 -13
  93. package/build/es/components/AmountSelector/AmountSelector.d.ts +17 -1
  94. package/build/es/components/AmountSelector/AmountSelector.js +50 -7
  95. package/build/es/components/Box/Box.js +6 -6
  96. package/build/es/components/Button/Button.js +26 -22
  97. package/build/es/components/ButtonArrow/ButtonArrow.js +3 -3
  98. package/build/es/components/ButtonCard/ButtonCard.js +9 -9
  99. package/build/es/components/ButtonClose/ButtonClose.js +1 -1
  100. package/build/es/components/ButtonIcon/ButtonIcon.js +8 -8
  101. package/build/es/components/ButtonPrimary/ButtonPrimary.js +2 -2
  102. package/build/es/components/ButtonRound/ButtonRound.js +2 -2
  103. package/build/es/components/ButtonSecondary/ButtonSecondary.js +2 -2
  104. package/build/es/components/Carousel/Carousel.d.ts +6 -169
  105. package/build/es/components/Carousel/Carousel.js +9 -9
  106. package/build/es/components/Checkbox/Checkbox.js +1 -1
  107. package/build/es/components/Chip/Chip.js +2 -2
  108. package/build/es/components/DateTimePicker/DateTimePicker.js +17 -5
  109. package/build/es/components/Divider/Divider.js +5 -5
  110. package/build/es/components/DnaLogo/DnaLogo.js +3 -3
  111. package/build/es/components/Drawer/Drawer.js +12 -12
  112. package/build/es/components/EmptyState/EmptyState.js +1 -1
  113. package/build/es/components/EnergyLabel/EnergyLabel.js +5 -5
  114. package/build/es/components/Expander/Expander.js +1 -1
  115. package/build/es/components/Floater/Floater.js +5 -5
  116. package/build/es/components/Footer/Components/FooterComponents.d.ts +3 -168
  117. package/build/es/components/Footer/Components/FooterComponents.js +16 -15
  118. package/build/es/components/Footer/Footer.js +3 -3
  119. package/build/es/components/Icon/Icon.js +5 -5
  120. package/build/es/components/InfoDialog/InfoDialog.js +3 -3
  121. package/build/es/components/Input/Input.js +17 -9
  122. package/build/es/components/Label/Label.js +1 -1
  123. package/build/es/components/LabelText/LabelText.js +3 -3
  124. package/build/es/components/MainHeaderNavigation/ChildComponents/BusinessMenu.js +6 -6
  125. package/build/es/components/MainHeaderNavigation/ChildComponents/DesktopMenu.js +1 -1
  126. package/build/es/components/MainHeaderNavigation/ChildComponents/LanguageSelector.js +1 -1
  127. package/build/es/components/MainHeaderNavigation/ChildComponents/MainNavTooltipMenu.d.ts +2 -167
  128. package/build/es/components/MainHeaderNavigation/ChildComponents/MainNavTooltipMenu.js +1 -1
  129. package/build/es/components/MainHeaderNavigation/ChildComponents/MainNavTooltipMenuExportedStyles.d.ts +2 -167
  130. package/build/es/components/MainHeaderNavigation/ChildComponents/MainNavTooltipMenuExportedStyles.js +1 -1
  131. package/build/es/components/MainHeaderNavigation/ChildComponents/MinicartTooltip.js +2 -2
  132. package/build/es/components/MainHeaderNavigation/ChildComponents/MobileMenu.js +1 -1
  133. package/build/es/components/MainHeaderNavigation/MainHeaderNavigation.js +1 -1
  134. package/build/es/components/MainHeaderNavigation/globalNavStyles.d.ts +16 -1501
  135. package/build/es/components/MainHeaderNavigation/globalNavStyles.js +1 -1
  136. package/build/es/components/MainNavigation/ChildComponents/BusinessMenu.js +1 -1
  137. package/build/es/components/MainNavigation/ChildComponents/DesktopMenu.js +1 -1
  138. package/build/es/components/MainNavigation/ChildComponents/HeaderNavigationElements.d.ts +2 -167
  139. package/build/es/components/MainNavigation/ChildComponents/HeaderNavigationElements.js +1 -1
  140. package/build/es/components/MainNavigation/ChildComponents/LanguageSelector.js +1 -1
  141. package/build/es/components/MainNavigation/ChildComponents/MainNavTooltipMenu.js +1 -1
  142. package/build/es/components/MainNavigation/ChildComponents/MainNavTooltipMenuExportedStyles.d.ts +2 -167
  143. package/build/es/components/MainNavigation/ChildComponents/MainNavTooltipMenuExportedStyles.js +1 -1
  144. package/build/es/components/MainNavigation/ChildComponents/MobileMenu.js +1 -1
  145. package/build/es/components/MainNavigation/ChildComponents/Ribbon.js +1 -1
  146. package/build/es/components/MainNavigation/MainNavigation.js +1 -1
  147. package/build/es/components/MainNavigation/globalNavStyles.d.ts +8 -668
  148. package/build/es/components/MainNavigation/globalNavStyles.js +1 -1
  149. package/build/es/components/Modal/Modal.js +6 -6
  150. package/build/es/components/Notification/Notification.js +6 -6
  151. package/build/es/components/NotificationBadge/NotificationBadge.js +5 -5
  152. package/build/es/components/Overlay/Overlay.js +1 -1
  153. package/build/es/components/Pill/Pill.js +11 -11
  154. package/build/es/components/PixelLoader/PixelLoader.js +6 -6
  155. package/build/es/components/PriorityNavigation/PriorityNavigation.js +4 -4
  156. package/build/es/components/PriorityNavigationItem/PriorityNavigationItem.js +6 -6
  157. package/build/es/components/ProgressIndicator/ProgressIndicator.js +1 -1
  158. package/build/es/components/RadioButton/RadioButton.js +1 -1
  159. package/build/es/components/ReadMore/ReadMore.js +6 -6
  160. package/build/es/components/Search/Search.js +1 -1
  161. package/build/es/components/SecondaryNavigation/SecondaryNavigation.js +1 -1
  162. package/build/es/components/Selectbox/Selectbox.js +1 -1
  163. package/build/es/components/Switch/Switch.js +14 -14
  164. package/build/es/components/Tab/Tab.js +7 -7
  165. package/build/es/components/Tabs/Tabs.js +8 -8
  166. package/build/es/components/Textarea/Textarea.d.ts +5 -1
  167. package/build/es/components/Textarea/Textarea.js +8 -5
  168. package/build/es/components/Toaster/Toaster.js +6 -6
  169. package/build/es/components/Tooltip/Tooltip.js +4 -4
  170. package/build/es/components/TooltipMenu/ChildComponents/TooltipMenuExportedStyles.d.ts +4 -334
  171. package/build/es/components/TooltipMenu/ChildComponents/TooltipMenuExportedStyles.js +3 -2
  172. package/build/es/components/TooltipMenu/TooltipMenu.js +1 -1
  173. package/build/es/index.d.ts +1 -1
  174. package/build/es/index.js +1 -1
  175. package/build/es/themes/globalStyles.d.ts +2 -332
  176. package/build/es/themes/globalStyles.js +1 -1
  177. package/build/es/themes/styled.d.ts +1 -1158
  178. package/build/es/utils/createStyled.d.ts +140 -7
  179. package/build/es/utils/createStyled.js +3 -3
  180. package/build/es/utils/styledUtils.js +1 -1
  181. package/package.json +4 -5
  182. package/build/cjs/themes/styled.js +0 -14
  183. package/build/es/themes/styled.js +0 -5
@@ -1,673 +1,13 @@
1
- export declare const MenuItem: import("styled-components").StyledComponent<"li", {
2
- base: {
3
- baseHeight: {
4
- value: number;
5
- unit: string;
6
- };
7
- baseWidth: {
8
- value: number;
9
- unit: string;
10
- };
11
- };
12
- breakpoints: import("../../themes/themeComponents/breakpoints").ViewBreakpoints;
13
- color: {
14
- default: {
15
- pink: string;
16
- plum: string;
17
- white: string;
18
- black: string;
19
- };
20
- accent: {
21
- lemon: string;
22
- sky: string;
23
- orange: string;
24
- };
25
- active: {
26
- pink: string;
27
- };
28
- hover: {
29
- pink: string;
30
- };
31
- text: {
32
- gray: string;
33
- pink: string;
34
- plum: string;
35
- white: string;
36
- black: string;
37
- };
38
- line: {
39
- L01: string;
40
- L02: string;
41
- L03: string;
42
- L04: string;
43
- };
44
- notification: {
45
- info: string;
46
- success: string;
47
- warning: string;
48
- error: string;
49
- };
50
- background: {
51
- sand: {
52
- default: string;
53
- E01: string;
54
- E02: string;
55
- };
56
- pink: {
57
- default: string;
58
- E01: string;
59
- E02: string;
60
- };
61
- plum: {
62
- default: string;
63
- E01: string;
64
- E02: string;
65
- };
66
- lemon: {
67
- default: string;
68
- E01: string;
69
- E02: string;
70
- };
71
- sky: {
72
- default: string;
73
- E01: string;
74
- E02: string;
75
- };
76
- orange: {
77
- default: string;
78
- E01: string;
79
- E02: string;
80
- };
81
- white: {
82
- default: string;
83
- };
84
- };
85
- focus: {
86
- dark: string;
87
- light: string;
88
- };
89
- transparency: {
90
- T0: string;
91
- T10: string;
92
- T20: string;
93
- T30: string;
94
- T40: string;
95
- T50: string;
96
- T60: string;
97
- T70: string;
98
- T80: string;
99
- T90: string;
100
- T100: string;
101
- };
102
- };
103
- fontFamily: {
104
- default: string;
105
- heading: string;
106
- numerals: string;
107
- };
108
- fontSize: {
109
- default: string;
110
- xl: string;
111
- l: string;
112
- s: string;
113
- xs: string;
114
- h1XL: string;
115
- h1L: string;
116
- h1M: string;
117
- h1S: string;
118
- h2M: string;
119
- h2S: string;
120
- h3: string;
121
- h4: string;
122
- h5: string;
123
- h1: string;
124
- h2: string;
125
- };
126
- fontWeight: {
127
- book: number;
128
- medium: number;
129
- bold: number;
130
- black: number;
131
- };
132
- form: {
133
- smallSelectWidth: string;
134
- smallSelectHeight: string;
135
- };
136
- grid: {
137
- gutter: string;
138
- };
139
- lineHeight: {
140
- default: string;
141
- xl: string;
142
- s: string;
143
- xs: string;
144
- xxs: string;
145
- auto: string;
146
- h1XL: string;
147
- h1L: string;
148
- h1M: string;
149
- h1S: string;
150
- h2M: string;
151
- h2S: string;
152
- h3: string;
153
- h4: string;
154
- h5: string;
155
- h1: string;
156
- h2: string;
157
- };
158
- media: Record<string | number, (l: TemplateStringsArray, ...p: (string | number)[]) => string>;
159
- radius: {
160
- default: string;
161
- s: string;
162
- xs: string;
163
- circle: string;
164
- pill: string;
165
- };
166
- }, {
1
+ export declare const MenuItem: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>, {
167
2
  isActive?: boolean;
168
- }, never>;
169
- export declare const MenuLink: import("styled-components").StyledComponent<"a", {
170
- base: {
171
- baseHeight: {
172
- value: number;
173
- unit: string;
174
- };
175
- baseWidth: {
176
- value: number;
177
- unit: string;
178
- };
179
- };
180
- breakpoints: import("../../themes/themeComponents/breakpoints").ViewBreakpoints;
181
- color: {
182
- default: {
183
- pink: string;
184
- plum: string;
185
- white: string;
186
- black: string;
187
- };
188
- accent: {
189
- lemon: string;
190
- sky: string;
191
- orange: string;
192
- };
193
- active: {
194
- pink: string;
195
- };
196
- hover: {
197
- pink: string;
198
- };
199
- text: {
200
- gray: string;
201
- pink: string;
202
- plum: string;
203
- white: string;
204
- black: string;
205
- };
206
- line: {
207
- L01: string;
208
- L02: string;
209
- L03: string;
210
- L04: string;
211
- };
212
- notification: {
213
- info: string;
214
- success: string;
215
- warning: string;
216
- error: string;
217
- };
218
- background: {
219
- sand: {
220
- default: string;
221
- E01: string;
222
- E02: string;
223
- };
224
- pink: {
225
- default: string;
226
- E01: string;
227
- E02: string;
228
- };
229
- plum: {
230
- default: string;
231
- E01: string;
232
- E02: string;
233
- };
234
- lemon: {
235
- default: string;
236
- E01: string;
237
- E02: string;
238
- };
239
- sky: {
240
- default: string;
241
- E01: string;
242
- E02: string;
243
- };
244
- orange: {
245
- default: string;
246
- E01: string;
247
- E02: string;
248
- };
249
- white: {
250
- default: string;
251
- };
252
- };
253
- focus: {
254
- dark: string;
255
- light: string;
256
- };
257
- transparency: {
258
- T0: string;
259
- T10: string;
260
- T20: string;
261
- T30: string;
262
- T40: string;
263
- T50: string;
264
- T60: string;
265
- T70: string;
266
- T80: string;
267
- T90: string;
268
- T100: string;
269
- };
270
- };
271
- fontFamily: {
272
- default: string;
273
- heading: string;
274
- numerals: string;
275
- };
276
- fontSize: {
277
- default: string;
278
- xl: string;
279
- l: string;
280
- s: string;
281
- xs: string;
282
- h1XL: string;
283
- h1L: string;
284
- h1M: string;
285
- h1S: string;
286
- h2M: string;
287
- h2S: string;
288
- h3: string;
289
- h4: string;
290
- h5: string;
291
- h1: string;
292
- h2: string;
293
- };
294
- fontWeight: {
295
- book: number;
296
- medium: number;
297
- bold: number;
298
- black: number;
299
- };
300
- form: {
301
- smallSelectWidth: string;
302
- smallSelectHeight: string;
303
- };
304
- grid: {
305
- gutter: string;
306
- };
307
- lineHeight: {
308
- default: string;
309
- xl: string;
310
- s: string;
311
- xs: string;
312
- xxs: string;
313
- auto: string;
314
- h1XL: string;
315
- h1L: string;
316
- h1M: string;
317
- h1S: string;
318
- h2M: string;
319
- h2S: string;
320
- h3: string;
321
- h4: string;
322
- h5: string;
323
- h1: string;
324
- h2: string;
325
- };
326
- media: Record<string | number, (l: TemplateStringsArray, ...p: (string | number)[]) => string>;
327
- radius: {
328
- default: string;
329
- s: string;
330
- xs: string;
331
- circle: string;
332
- pill: string;
333
- };
334
- }, {
3
+ }>> & string;
4
+ export declare const MenuLink: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").AnchorHTMLAttributes<HTMLAnchorElement>, HTMLAnchorElement>, {
335
5
  isActive?: boolean;
336
- }, never>;
337
- export declare const MenuLinkWithChildren: import("styled-components").StyledComponent<"button", {
338
- base: {
339
- baseHeight: {
340
- value: number;
341
- unit: string;
342
- };
343
- baseWidth: {
344
- value: number;
345
- unit: string;
346
- };
347
- };
348
- breakpoints: import("../../themes/themeComponents/breakpoints").ViewBreakpoints;
349
- color: {
350
- default: {
351
- pink: string;
352
- plum: string;
353
- white: string;
354
- black: string;
355
- };
356
- accent: {
357
- lemon: string;
358
- sky: string;
359
- orange: string;
360
- };
361
- active: {
362
- pink: string;
363
- };
364
- hover: {
365
- pink: string;
366
- };
367
- text: {
368
- gray: string;
369
- pink: string;
370
- plum: string;
371
- white: string;
372
- black: string;
373
- };
374
- line: {
375
- L01: string;
376
- L02: string;
377
- L03: string;
378
- L04: string;
379
- };
380
- notification: {
381
- info: string;
382
- success: string;
383
- warning: string;
384
- error: string;
385
- };
386
- background: {
387
- sand: {
388
- default: string;
389
- E01: string;
390
- E02: string;
391
- };
392
- pink: {
393
- default: string;
394
- E01: string;
395
- E02: string;
396
- };
397
- plum: {
398
- default: string;
399
- E01: string;
400
- E02: string;
401
- };
402
- lemon: {
403
- default: string;
404
- E01: string;
405
- E02: string;
406
- };
407
- sky: {
408
- default: string;
409
- E01: string;
410
- E02: string;
411
- };
412
- orange: {
413
- default: string;
414
- E01: string;
415
- E02: string;
416
- };
417
- white: {
418
- default: string;
419
- };
420
- };
421
- focus: {
422
- dark: string;
423
- light: string;
424
- };
425
- transparency: {
426
- T0: string;
427
- T10: string;
428
- T20: string;
429
- T30: string;
430
- T40: string;
431
- T50: string;
432
- T60: string;
433
- T70: string;
434
- T80: string;
435
- T90: string;
436
- T100: string;
437
- };
438
- };
439
- fontFamily: {
440
- default: string;
441
- heading: string;
442
- numerals: string;
443
- };
444
- fontSize: {
445
- default: string;
446
- xl: string;
447
- l: string;
448
- s: string;
449
- xs: string;
450
- h1XL: string;
451
- h1L: string;
452
- h1M: string;
453
- h1S: string;
454
- h2M: string;
455
- h2S: string;
456
- h3: string;
457
- h4: string;
458
- h5: string;
459
- h1: string;
460
- h2: string;
461
- };
462
- fontWeight: {
463
- book: number;
464
- medium: number;
465
- bold: number;
466
- black: number;
467
- };
468
- form: {
469
- smallSelectWidth: string;
470
- smallSelectHeight: string;
471
- };
472
- grid: {
473
- gutter: string;
474
- };
475
- lineHeight: {
476
- default: string;
477
- xl: string;
478
- s: string;
479
- xs: string;
480
- xxs: string;
481
- auto: string;
482
- h1XL: string;
483
- h1L: string;
484
- h1M: string;
485
- h1S: string;
486
- h2M: string;
487
- h2S: string;
488
- h3: string;
489
- h4: string;
490
- h5: string;
491
- h1: string;
492
- h2: string;
493
- };
494
- media: Record<string | number, (l: TemplateStringsArray, ...p: (string | number)[]) => string>;
495
- radius: {
496
- default: string;
497
- s: string;
498
- xs: string;
499
- circle: string;
500
- pill: string;
501
- };
502
- }, {
6
+ }>> & string;
7
+ export declare const MenuLinkWithChildren: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, {
503
8
  isActive?: boolean;
504
9
  isHighlighted?: boolean;
505
- }, never>;
506
- export declare const MenuList: import("styled-components").StyledComponent<"ul", {
507
- base: {
508
- baseHeight: {
509
- value: number;
510
- unit: string;
511
- };
512
- baseWidth: {
513
- value: number;
514
- unit: string;
515
- };
516
- };
517
- breakpoints: import("../../themes/themeComponents/breakpoints").ViewBreakpoints;
518
- color: {
519
- default: {
520
- pink: string;
521
- plum: string;
522
- white: string;
523
- black: string;
524
- };
525
- accent: {
526
- lemon: string;
527
- sky: string;
528
- orange: string;
529
- };
530
- active: {
531
- pink: string;
532
- };
533
- hover: {
534
- pink: string;
535
- };
536
- text: {
537
- gray: string;
538
- pink: string;
539
- plum: string;
540
- white: string;
541
- black: string;
542
- };
543
- line: {
544
- L01: string;
545
- L02: string;
546
- L03: string;
547
- L04: string;
548
- };
549
- notification: {
550
- info: string;
551
- success: string;
552
- warning: string;
553
- error: string;
554
- };
555
- background: {
556
- sand: {
557
- default: string;
558
- E01: string;
559
- E02: string;
560
- };
561
- pink: {
562
- default: string;
563
- E01: string;
564
- E02: string;
565
- };
566
- plum: {
567
- default: string;
568
- E01: string;
569
- E02: string;
570
- };
571
- lemon: {
572
- default: string;
573
- E01: string;
574
- E02: string;
575
- };
576
- sky: {
577
- default: string;
578
- E01: string;
579
- E02: string;
580
- };
581
- orange: {
582
- default: string;
583
- E01: string;
584
- E02: string;
585
- };
586
- white: {
587
- default: string;
588
- };
589
- };
590
- focus: {
591
- dark: string;
592
- light: string;
593
- };
594
- transparency: {
595
- T0: string;
596
- T10: string;
597
- T20: string;
598
- T30: string;
599
- T40: string;
600
- T50: string;
601
- T60: string;
602
- T70: string;
603
- T80: string;
604
- T90: string;
605
- T100: string;
606
- };
607
- };
608
- fontFamily: {
609
- default: string;
610
- heading: string;
611
- numerals: string;
612
- };
613
- fontSize: {
614
- default: string;
615
- xl: string;
616
- l: string;
617
- s: string;
618
- xs: string;
619
- h1XL: string;
620
- h1L: string;
621
- h1M: string;
622
- h1S: string;
623
- h2M: string;
624
- h2S: string;
625
- h3: string;
626
- h4: string;
627
- h5: string;
628
- h1: string;
629
- h2: string;
630
- };
631
- fontWeight: {
632
- book: number;
633
- medium: number;
634
- bold: number;
635
- black: number;
636
- };
637
- form: {
638
- smallSelectWidth: string;
639
- smallSelectHeight: string;
640
- };
641
- grid: {
642
- gutter: string;
643
- };
644
- lineHeight: {
645
- default: string;
646
- xl: string;
647
- s: string;
648
- xs: string;
649
- xxs: string;
650
- auto: string;
651
- h1XL: string;
652
- h1L: string;
653
- h1M: string;
654
- h1S: string;
655
- h2M: string;
656
- h2S: string;
657
- h3: string;
658
- h4: string;
659
- h5: string;
660
- h1: string;
661
- h2: string;
662
- };
663
- media: Record<string | number, (l: TemplateStringsArray, ...p: (string | number)[]) => string>;
664
- radius: {
665
- default: string;
666
- s: string;
667
- xs: string;
668
- circle: string;
669
- pill: string;
670
- };
671
- }, {
10
+ }>> & string;
11
+ export declare const MenuList: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLUListElement>, HTMLUListElement>, {
672
12
  isInView?: boolean;
673
- }, never>;
13
+ }>> & string;
@@ -1,4 +1,4 @@
1
- import styled from '../../themes/styled.js';
1
+ import { styled } from 'styled-components';
2
2
  import theme from '../../themes/theme.js';
3
3
 
4
4
  const MenuItem = styled.li `