@elicecontents/content-ui 0.0.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 (321) hide show
  1. package/cjs/_virtual/_rollupPluginBabelHelpers.js +95 -0
  2. package/cjs/assets/AIAvatar.png.js +7 -0
  3. package/cjs/breakpoints/breakpoints.d.ts +21 -0
  4. package/cjs/breakpoints/breakpoints.js +20 -0
  5. package/cjs/breakpoints/index.d.ts +1 -0
  6. package/cjs/breakpoints/index.js +7 -0
  7. package/cjs/components/AI-feedback/AIFeedback.d.ts +4 -0
  8. package/cjs/components/AI-feedback/AIFeedback.js +36 -0
  9. package/cjs/components/AI-feedback/index.d.ts +1 -0
  10. package/cjs/components/AI-feedback/index.js +7 -0
  11. package/cjs/components/AIDTTypography/AIDTTypography.d.ts +11 -0
  12. package/cjs/components/AIDTTypography/AIDTTypography.js +30 -0
  13. package/cjs/components/AIDTTypography/index.d.ts +1 -0
  14. package/cjs/components/AIDTTypography/index.js +7 -0
  15. package/cjs/components/AdaptiveImage/AdaptiveImage.d.ts +11 -0
  16. package/cjs/components/AdaptiveImage/AdaptiveImage.js +64 -0
  17. package/cjs/components/AdaptiveImage/index.d.ts +1 -0
  18. package/cjs/components/AdaptiveImage/index.js +7 -0
  19. package/cjs/components/answer-feedback/AnswerFeedback.d.ts +5 -0
  20. package/cjs/components/answer-feedback/AnswerFeedback.js +25 -0
  21. package/cjs/components/answer-feedback/Correct.d.ts +2 -0
  22. package/cjs/components/answer-feedback/Correct.js +77 -0
  23. package/cjs/components/answer-feedback/Incorrect.d.ts +2 -0
  24. package/cjs/components/answer-feedback/Incorrect.js +114 -0
  25. package/cjs/components/answer-feedback/index.d.ts +2 -0
  26. package/cjs/components/answer-feedback/index.js +7 -0
  27. package/cjs/components/badge/Badge.d.ts +7 -0
  28. package/cjs/components/badge/Badge.js +33 -0
  29. package/cjs/components/badge/index.d.ts +2 -0
  30. package/cjs/components/badge/index.js +7 -0
  31. package/cjs/components/button/Button.d.ts +7 -0
  32. package/cjs/components/button/Button.js +37 -0
  33. package/cjs/components/button/index.d.ts +2 -0
  34. package/cjs/components/button/index.js +7 -0
  35. package/cjs/components/chat/AssistantAvatar.d.ts +2 -0
  36. package/cjs/components/chat/AssistantAvatar.js +162 -0
  37. package/cjs/components/chat/Chat.d.ts +14 -0
  38. package/cjs/components/chat/Chat.js +168 -0
  39. package/cjs/components/chat/UserAvatar.d.ts +2 -0
  40. package/cjs/components/chat/UserAvatar.js +173 -0
  41. package/cjs/components/chat/index.d.ts +2 -0
  42. package/cjs/components/chat/index.js +7 -0
  43. package/cjs/components/dialog/Dialog.d.ts +11 -0
  44. package/cjs/components/dialog/Dialog.js +117 -0
  45. package/cjs/components/dialog/index.d.ts +2 -0
  46. package/cjs/components/dialog/index.js +7 -0
  47. package/cjs/components/dotted-pagination/DottedPagination.d.ts +8 -0
  48. package/cjs/components/dotted-pagination/DottedPagination.js +67 -0
  49. package/cjs/components/dotted-pagination/index.d.ts +2 -0
  50. package/cjs/components/dotted-pagination/index.js +7 -0
  51. package/cjs/components/icon-button/IconButton.d.ts +7 -0
  52. package/cjs/components/icon-button/IconButton.js +31 -0
  53. package/cjs/components/icon-button/index.d.ts +2 -0
  54. package/cjs/components/icon-button/index.js +7 -0
  55. package/cjs/components/index.d.ts +18 -0
  56. package/cjs/components/index.js +37 -0
  57. package/cjs/components/layout/Layout.d.ts +16 -0
  58. package/cjs/components/layout/Layout.js +197 -0
  59. package/cjs/components/layout/bg_pattern.png.js +7 -0
  60. package/cjs/components/layout/index.d.ts +2 -0
  61. package/cjs/components/layout/index.js +7 -0
  62. package/cjs/components/question/Question.d.ts +7 -0
  63. package/cjs/components/question/Question.js +54 -0
  64. package/cjs/components/question/index.d.ts +2 -0
  65. package/cjs/components/question/index.js +7 -0
  66. package/cjs/components/selection/Selection.d.ts +13 -0
  67. package/cjs/components/selection/Selection.js +111 -0
  68. package/cjs/components/selection/index.d.ts +2 -0
  69. package/cjs/components/selection/index.js +7 -0
  70. package/cjs/components/table/Table.d.ts +11 -0
  71. package/cjs/components/table/Table.js +155 -0
  72. package/cjs/components/table/index.d.ts +2 -0
  73. package/cjs/components/table/index.js +7 -0
  74. package/cjs/components/textarea/Textarea.d.ts +3 -0
  75. package/cjs/components/textarea/Textarea.js +58 -0
  76. package/cjs/components/textarea/index.d.ts +1 -0
  77. package/cjs/components/textarea/index.js +7 -0
  78. package/cjs/components/tokenColorTemporary.d.ts +23 -0
  79. package/cjs/components/tokenColorTemporary.js +40 -0
  80. package/cjs/components/tooltip/Tooltip.d.ts +11 -0
  81. package/cjs/components/tooltip/Tooltip.js +128 -0
  82. package/cjs/components/tooltip/index.d.ts +2 -0
  83. package/cjs/components/tooltip/index.js +7 -0
  84. package/cjs/icons/ArrowLeft.d.ts +6 -0
  85. package/cjs/icons/ArrowLeft.js +28 -0
  86. package/cjs/icons/ArrowRight.d.ts +6 -0
  87. package/cjs/icons/ArrowRight.js +35 -0
  88. package/cjs/icons/Close.d.ts +6 -0
  89. package/cjs/icons/Close.js +28 -0
  90. package/cjs/icons/Micro.d.ts +6 -0
  91. package/cjs/icons/Micro.js +44 -0
  92. package/cjs/icons/Reset.d.ts +6 -0
  93. package/cjs/icons/Reset.js +28 -0
  94. package/cjs/icons/SelectedCheckbox.d.ts +4 -0
  95. package/cjs/icons/SelectedCheckbox.js +25 -0
  96. package/cjs/icons/SelectedRadio.d.ts +4 -0
  97. package/cjs/icons/SelectedRadio.js +23 -0
  98. package/cjs/icons/Send.d.ts +6 -0
  99. package/cjs/icons/Send.js +31 -0
  100. package/cjs/icons/UnselectedCheckbox.d.ts +4 -0
  101. package/cjs/icons/UnselectedCheckbox.js +25 -0
  102. package/cjs/icons/UnselectedRadio.d.ts +4 -0
  103. package/cjs/icons/UnselectedRadio.js +23 -0
  104. package/cjs/icons/index.d.ts +10 -0
  105. package/cjs/icons/index.js +25 -0
  106. package/cjs/index.d.ts +3 -0
  107. package/cjs/index.js +63 -0
  108. package/cjs/palettes/_typing.d.ts +9 -0
  109. package/cjs/palettes/eliceDefault.d.ts +2 -0
  110. package/cjs/palettes/eliceDefault.js +154 -0
  111. package/cjs/palettes/index.d.ts +3 -0
  112. package/cjs/palettes/index.js +11 -0
  113. package/cjs/palettes/miraeN.d.ts +2 -0
  114. package/cjs/palettes/miraeN.js +154 -0
  115. package/cjs/palettes/types.d.ts +21 -0
  116. package/cjs/palettes/visang.d.ts +2 -0
  117. package/cjs/palettes/visang.js +154 -0
  118. package/cjs/theme/AIDTTheme.d.ts +3 -0
  119. package/cjs/theme/AIDTTheme.js +29 -0
  120. package/cjs/theme/_base.d.ts +2 -0
  121. package/cjs/theme/_base.js +20 -0
  122. package/cjs/theme/createAIDTTheme.d.ts +25 -0
  123. package/cjs/theme/createAIDTTheme.js +49 -0
  124. package/cjs/theme/index.d.ts +1 -0
  125. package/cjs/theme/index.js +7 -0
  126. package/cjs/tokens/breakpoints/breakpoints.d.ts +10 -0
  127. package/cjs/tokens/breakpoints/breakpoints.js +14 -0
  128. package/cjs/tokens/breakpoints/index.d.ts +1 -0
  129. package/cjs/tokens/breakpoints/index.js +7 -0
  130. package/cjs/tokens/colors/_typing.d.ts +7 -0
  131. package/cjs/tokens/colors/bluepurple.d.ts +2 -0
  132. package/cjs/tokens/colors/bluepurple.js +18 -0
  133. package/cjs/tokens/colors/bluesky.d.ts +2 -0
  134. package/cjs/tokens/colors/bluesky.js +18 -0
  135. package/cjs/tokens/colors/common.d.ts +9 -0
  136. package/cjs/tokens/colors/common.js +15 -0
  137. package/cjs/tokens/colors/gray.d.ts +2 -0
  138. package/cjs/tokens/colors/gray.js +18 -0
  139. package/cjs/tokens/colors/green.d.ts +2 -0
  140. package/cjs/tokens/colors/green.js +18 -0
  141. package/cjs/tokens/colors/index.d.ts +10 -0
  142. package/cjs/tokens/colors/index.js +25 -0
  143. package/cjs/tokens/colors/mint.d.ts +2 -0
  144. package/cjs/tokens/colors/mint.js +18 -0
  145. package/cjs/tokens/colors/orange.d.ts +2 -0
  146. package/cjs/tokens/colors/orange.js +18 -0
  147. package/cjs/tokens/colors/pink.d.ts +2 -0
  148. package/cjs/tokens/colors/pink.js +18 -0
  149. package/cjs/tokens/colors/purple.d.ts +2 -0
  150. package/cjs/tokens/colors/purple.js +18 -0
  151. package/cjs/tokens/colors/yellow.d.ts +2 -0
  152. package/cjs/tokens/colors/yellow.js +18 -0
  153. package/cjs/tokens/index.d.ts +4 -0
  154. package/cjs/tokens/index.js +29 -0
  155. package/cjs/typography/index.d.ts +2 -0
  156. package/cjs/typography/index.js +9 -0
  157. package/cjs/typography/typography.d.ts +165 -0
  158. package/cjs/typography/typography.js +184 -0
  159. package/cjs/typography/typographyFontFamily.d.ts +5 -0
  160. package/cjs/typography/typographyFontFamily.js +8 -0
  161. package/es/_virtual/_rollupPluginBabelHelpers.js +81 -0
  162. package/es/assets/AIAvatar.png.js +3 -0
  163. package/es/breakpoints/breakpoints.d.ts +21 -0
  164. package/es/breakpoints/breakpoints.js +18 -0
  165. package/es/breakpoints/index.d.ts +1 -0
  166. package/es/breakpoints/index.js +1 -0
  167. package/es/components/AI-feedback/AIFeedback.d.ts +4 -0
  168. package/es/components/AI-feedback/AIFeedback.js +32 -0
  169. package/es/components/AI-feedback/index.d.ts +1 -0
  170. package/es/components/AI-feedback/index.js +1 -0
  171. package/es/components/AIDTTypography/AIDTTypography.d.ts +11 -0
  172. package/es/components/AIDTTypography/AIDTTypography.js +26 -0
  173. package/es/components/AIDTTypography/index.d.ts +1 -0
  174. package/es/components/AIDTTypography/index.js +1 -0
  175. package/es/components/AdaptiveImage/AdaptiveImage.d.ts +11 -0
  176. package/es/components/AdaptiveImage/AdaptiveImage.js +56 -0
  177. package/es/components/AdaptiveImage/index.d.ts +1 -0
  178. package/es/components/AdaptiveImage/index.js +1 -0
  179. package/es/components/answer-feedback/AnswerFeedback.d.ts +5 -0
  180. package/es/components/answer-feedback/AnswerFeedback.js +21 -0
  181. package/es/components/answer-feedback/Correct.d.ts +2 -0
  182. package/es/components/answer-feedback/Correct.js +73 -0
  183. package/es/components/answer-feedback/Incorrect.d.ts +2 -0
  184. package/es/components/answer-feedback/Incorrect.js +110 -0
  185. package/es/components/answer-feedback/index.d.ts +2 -0
  186. package/es/components/answer-feedback/index.js +1 -0
  187. package/es/components/badge/Badge.d.ts +7 -0
  188. package/es/components/badge/Badge.js +29 -0
  189. package/es/components/badge/index.d.ts +2 -0
  190. package/es/components/badge/index.js +1 -0
  191. package/es/components/button/Button.d.ts +7 -0
  192. package/es/components/button/Button.js +33 -0
  193. package/es/components/button/index.d.ts +2 -0
  194. package/es/components/button/index.js +1 -0
  195. package/es/components/chat/AssistantAvatar.d.ts +2 -0
  196. package/es/components/chat/AssistantAvatar.js +158 -0
  197. package/es/components/chat/Chat.d.ts +14 -0
  198. package/es/components/chat/Chat.js +160 -0
  199. package/es/components/chat/UserAvatar.d.ts +2 -0
  200. package/es/components/chat/UserAvatar.js +169 -0
  201. package/es/components/chat/index.d.ts +2 -0
  202. package/es/components/chat/index.js +1 -0
  203. package/es/components/dialog/Dialog.d.ts +11 -0
  204. package/es/components/dialog/Dialog.js +113 -0
  205. package/es/components/dialog/index.d.ts +2 -0
  206. package/es/components/dialog/index.js +1 -0
  207. package/es/components/dotted-pagination/DottedPagination.d.ts +8 -0
  208. package/es/components/dotted-pagination/DottedPagination.js +63 -0
  209. package/es/components/dotted-pagination/index.d.ts +2 -0
  210. package/es/components/dotted-pagination/index.js +1 -0
  211. package/es/components/icon-button/IconButton.d.ts +7 -0
  212. package/es/components/icon-button/IconButton.js +27 -0
  213. package/es/components/icon-button/index.d.ts +2 -0
  214. package/es/components/icon-button/index.js +1 -0
  215. package/es/components/index.d.ts +18 -0
  216. package/es/components/index.js +16 -0
  217. package/es/components/layout/Layout.d.ts +16 -0
  218. package/es/components/layout/Layout.js +188 -0
  219. package/es/components/layout/bg_pattern.png.js +3 -0
  220. package/es/components/layout/index.d.ts +2 -0
  221. package/es/components/layout/index.js +1 -0
  222. package/es/components/question/Question.d.ts +7 -0
  223. package/es/components/question/Question.js +46 -0
  224. package/es/components/question/index.d.ts +2 -0
  225. package/es/components/question/index.js +1 -0
  226. package/es/components/selection/Selection.d.ts +13 -0
  227. package/es/components/selection/Selection.js +103 -0
  228. package/es/components/selection/index.d.ts +2 -0
  229. package/es/components/selection/index.js +1 -0
  230. package/es/components/table/Table.d.ts +11 -0
  231. package/es/components/table/Table.js +147 -0
  232. package/es/components/table/index.d.ts +2 -0
  233. package/es/components/table/index.js +1 -0
  234. package/es/components/textarea/Textarea.d.ts +3 -0
  235. package/es/components/textarea/Textarea.js +50 -0
  236. package/es/components/textarea/index.d.ts +1 -0
  237. package/es/components/textarea/index.js +1 -0
  238. package/es/components/tokenColorTemporary.d.ts +23 -0
  239. package/es/components/tokenColorTemporary.js +22 -0
  240. package/es/components/tooltip/Tooltip.d.ts +11 -0
  241. package/es/components/tooltip/Tooltip.js +120 -0
  242. package/es/components/tooltip/index.d.ts +2 -0
  243. package/es/components/tooltip/index.js +1 -0
  244. package/es/icons/ArrowLeft.d.ts +6 -0
  245. package/es/icons/ArrowLeft.js +24 -0
  246. package/es/icons/ArrowRight.d.ts +6 -0
  247. package/es/icons/ArrowRight.js +31 -0
  248. package/es/icons/Close.d.ts +6 -0
  249. package/es/icons/Close.js +24 -0
  250. package/es/icons/Micro.d.ts +6 -0
  251. package/es/icons/Micro.js +40 -0
  252. package/es/icons/Reset.d.ts +6 -0
  253. package/es/icons/Reset.js +24 -0
  254. package/es/icons/SelectedCheckbox.d.ts +4 -0
  255. package/es/icons/SelectedCheckbox.js +21 -0
  256. package/es/icons/SelectedRadio.d.ts +4 -0
  257. package/es/icons/SelectedRadio.js +19 -0
  258. package/es/icons/Send.d.ts +6 -0
  259. package/es/icons/Send.js +27 -0
  260. package/es/icons/UnselectedCheckbox.d.ts +4 -0
  261. package/es/icons/UnselectedCheckbox.js +21 -0
  262. package/es/icons/UnselectedRadio.d.ts +4 -0
  263. package/es/icons/UnselectedRadio.js +19 -0
  264. package/es/icons/index.d.ts +10 -0
  265. package/es/icons/index.js +10 -0
  266. package/es/index.d.ts +3 -0
  267. package/es/index.js +30 -0
  268. package/es/palettes/_typing.d.ts +9 -0
  269. package/es/palettes/eliceDefault.d.ts +2 -0
  270. package/es/palettes/eliceDefault.js +152 -0
  271. package/es/palettes/index.d.ts +3 -0
  272. package/es/palettes/index.js +3 -0
  273. package/es/palettes/miraeN.d.ts +2 -0
  274. package/es/palettes/miraeN.js +152 -0
  275. package/es/palettes/types.d.ts +21 -0
  276. package/es/palettes/visang.d.ts +2 -0
  277. package/es/palettes/visang.js +152 -0
  278. package/es/theme/AIDTTheme.d.ts +3 -0
  279. package/es/theme/AIDTTheme.js +27 -0
  280. package/es/theme/_base.d.ts +2 -0
  281. package/es/theme/_base.js +18 -0
  282. package/es/theme/createAIDTTheme.d.ts +25 -0
  283. package/es/theme/createAIDTTheme.js +47 -0
  284. package/es/theme/index.d.ts +1 -0
  285. package/es/theme/index.js +1 -0
  286. package/es/tokens/breakpoints/breakpoints.d.ts +10 -0
  287. package/es/tokens/breakpoints/breakpoints.js +12 -0
  288. package/es/tokens/breakpoints/index.d.ts +1 -0
  289. package/es/tokens/breakpoints/index.js +1 -0
  290. package/es/tokens/colors/_typing.d.ts +7 -0
  291. package/es/tokens/colors/bluepurple.d.ts +2 -0
  292. package/es/tokens/colors/bluepurple.js +16 -0
  293. package/es/tokens/colors/bluesky.d.ts +2 -0
  294. package/es/tokens/colors/bluesky.js +16 -0
  295. package/es/tokens/colors/common.d.ts +9 -0
  296. package/es/tokens/colors/common.js +13 -0
  297. package/es/tokens/colors/gray.d.ts +2 -0
  298. package/es/tokens/colors/gray.js +16 -0
  299. package/es/tokens/colors/green.d.ts +2 -0
  300. package/es/tokens/colors/green.js +16 -0
  301. package/es/tokens/colors/index.d.ts +10 -0
  302. package/es/tokens/colors/index.js +10 -0
  303. package/es/tokens/colors/mint.d.ts +2 -0
  304. package/es/tokens/colors/mint.js +16 -0
  305. package/es/tokens/colors/orange.d.ts +2 -0
  306. package/es/tokens/colors/orange.js +16 -0
  307. package/es/tokens/colors/pink.d.ts +2 -0
  308. package/es/tokens/colors/pink.js +16 -0
  309. package/es/tokens/colors/purple.d.ts +2 -0
  310. package/es/tokens/colors/purple.js +16 -0
  311. package/es/tokens/colors/yellow.d.ts +2 -0
  312. package/es/tokens/colors/yellow.js +16 -0
  313. package/es/tokens/index.d.ts +4 -0
  314. package/es/tokens/index.js +13 -0
  315. package/es/typography/index.d.ts +2 -0
  316. package/es/typography/index.js +2 -0
  317. package/es/typography/typography.d.ts +165 -0
  318. package/es/typography/typography.js +182 -0
  319. package/es/typography/typographyFontFamily.d.ts +5 -0
  320. package/es/typography/typographyFontFamily.js +6 -0
  321. package/package.json +58 -0
@@ -0,0 +1,25 @@
1
+ 'use strict';
2
+
3
+ var mint = require('./mint.js');
4
+ var bluepurple = require('./bluepurple.js');
5
+ var gray = require('./gray.js');
6
+ var green = require('./green.js');
7
+ var orange = require('./orange.js');
8
+ var pink = require('./pink.js');
9
+ var purple = require('./purple.js');
10
+ var yellow = require('./yellow.js');
11
+ var bluesky = require('./bluesky.js');
12
+ var common = require('./common.js');
13
+
14
+
15
+
16
+ exports.mint = mint.mint;
17
+ exports.bluepurple = bluepurple.bluepurple;
18
+ exports.gray = gray.gray;
19
+ exports.green = green.green;
20
+ exports.orange = orange.orange;
21
+ exports.pink = pink.pink;
22
+ exports.purple = purple.purple;
23
+ exports.yellow = yellow.yellow;
24
+ exports.bluesky = bluesky.bluesky;
25
+ exports.common = common.common;
@@ -0,0 +1,2 @@
1
+ import type { AIDTColor } from './_typing';
2
+ export declare const mint: AIDTColor;
@@ -0,0 +1,18 @@
1
+ 'use strict';
2
+
3
+ var mint = Object.freeze({
4
+ 50: '#e0f7fa',
5
+ 100: '#DAF0F2',
6
+ 200: '#B5E0E5',
7
+ 300: '#91D1D9',
8
+ 400: '#6CC1CC',
9
+ 500: '#47B2BF',
10
+ 600: '#359AA8',
11
+ 700: '#248192',
12
+ 800: '#12697B',
13
+ 900: '#005064',
14
+ 950: '#003543',
15
+ 0: '#001B21' // science high key
16
+ });
17
+
18
+ exports.mint = mint;
@@ -0,0 +1,2 @@
1
+ import type { AIDTColor } from './_typing';
2
+ export declare const orange: AIDTColor;
@@ -0,0 +1,18 @@
1
+ 'use strict';
2
+
3
+ var orange = Object.freeze({
4
+ 50: '#fff3e0',
5
+ 100: '#FAE5DC',
6
+ 200: '#F5CAB9',
7
+ 300: '#EFB096',
8
+ 400: '#EA9573',
9
+ 500: '#E57B50',
10
+ 600: '#D06C47',
11
+ 700: '#BA5D3D',
12
+ 800: '#A54D34',
13
+ 900: '#5F291D',
14
+ 950: '#1B3F17',
15
+ 0: '#30150E' // social high key
16
+ });
17
+
18
+ exports.orange = orange;
@@ -0,0 +1,2 @@
1
+ import type { AIDTColor } from './_typing';
2
+ export declare const pink: AIDTColor;
@@ -0,0 +1,18 @@
1
+ 'use strict';
2
+
3
+ var pink = Object.freeze({
4
+ 50: '#fce4ec',
5
+ 100: '#F7E1ED',
6
+ 200: '#EEC4DB',
7
+ 300: '#E6A6C8',
8
+ 400: '#DD89B6',
9
+ 500: '#D56BA4',
10
+ 600: '#BF5392',
11
+ 700: '#A93B7F',
12
+ 800: '#93226C',
13
+ 900: '#7D0A5A',
14
+ 950: '#53073C',
15
+ 0: '#2A031E' // math high key
16
+ });
17
+
18
+ exports.pink = pink;
@@ -0,0 +1,2 @@
1
+ import type { AIDTColor } from './_typing';
2
+ export declare const purple: AIDTColor;
@@ -0,0 +1,18 @@
1
+ 'use strict';
2
+
3
+ var purple = Object.freeze({
4
+ 50: '#F1EEFA',
5
+ 100: '#E2DDEF',
6
+ 200: '#C5BBDF',
7
+ 300: '#A899CF',
8
+ 400: '#8B77BF',
9
+ 500: '#6E55AF',
10
+ 600: '#6147AA',
11
+ 700: '#553AA5',
12
+ 800: '#482CA0',
13
+ 900: '#3C1E9B',
14
+ 950: '#281467',
15
+ 0: '#140A34' // cs high key
16
+ });
17
+
18
+ exports.purple = purple;
@@ -0,0 +1,2 @@
1
+ import type { AIDTColor } from './_typing';
2
+ export declare const yellow: AIDTColor;
@@ -0,0 +1,18 @@
1
+ 'use strict';
2
+
3
+ var yellow = Object.freeze({
4
+ 50: '#',
5
+ 100: '#',
6
+ 200: '#',
7
+ 300: '#',
8
+ 400: '#',
9
+ 500: '#FBEB97',
10
+ 600: '#',
11
+ 700: '#',
12
+ 800: '#',
13
+ 900: '#',
14
+ 950: '#',
15
+ 0: '#'
16
+ });
17
+
18
+ exports.yellow = yellow;
@@ -0,0 +1,4 @@
1
+ import * as colors from './colors';
2
+ export { colors };
3
+ export * from './colors';
4
+ export * from './breakpoints';
@@ -0,0 +1,29 @@
1
+ 'use strict';
2
+
3
+ var index = require('./colors/index.js');
4
+ var breakpoints = require('./breakpoints/breakpoints.js');
5
+ var mint = require('./colors/mint.js');
6
+ var bluepurple = require('./colors/bluepurple.js');
7
+ var gray = require('./colors/gray.js');
8
+ var green = require('./colors/green.js');
9
+ var orange = require('./colors/orange.js');
10
+ var pink = require('./colors/pink.js');
11
+ var purple = require('./colors/purple.js');
12
+ var yellow = require('./colors/yellow.js');
13
+ var bluesky = require('./colors/bluesky.js');
14
+ var common = require('./colors/common.js');
15
+
16
+
17
+
18
+ exports.colors = index;
19
+ exports.breakpoints = breakpoints.breakpoints;
20
+ exports.mint = mint.mint;
21
+ exports.bluepurple = bluepurple.bluepurple;
22
+ exports.gray = gray.gray;
23
+ exports.green = green.green;
24
+ exports.orange = orange.orange;
25
+ exports.pink = pink.pink;
26
+ exports.purple = purple.purple;
27
+ exports.yellow = yellow.yellow;
28
+ exports.bluesky = bluesky.bluesky;
29
+ exports.common = common.common;
@@ -0,0 +1,2 @@
1
+ export * from './typography';
2
+ export * from './typographyFontFamily';
@@ -0,0 +1,9 @@
1
+ 'use strict';
2
+
3
+ var typography = require('./typography.js');
4
+ var typographyFontFamily = require('./typographyFontFamily.js');
5
+
6
+
7
+
8
+ exports.createAIDTTypography = typography.createAIDTTypography;
9
+ exports.TYPOGRAPHY_FONT_FAMILY_NAMES = typographyFontFamily.TYPOGRAPHY_FONT_FAMILY_NAMES;
@@ -0,0 +1,165 @@
1
+ import { TYPOGRAPHY_FONT_FAMILY_NAMES } from './typographyFontFamily';
2
+ export declare const createAIDTTypography: (fontFamily: keyof typeof TYPOGRAPHY_FONT_FAMILY_NAMES) => {
3
+ fontFamily: "Pretendard, Arial, sans-serif" | "EliceDXNeolli";
4
+ '@font-face': {
5
+ fontFamily: string;
6
+ fontStyle: string;
7
+ fontWeight: number;
8
+ fontDisplay: string;
9
+ src: string;
10
+ }[];
11
+ h1: {
12
+ fontSize: string;
13
+ "@media (max-width:1279px)": {
14
+ fontSize: string;
15
+ };
16
+ "@media (max-height:800px)": {
17
+ fontSize: string;
18
+ };
19
+ "@media (max-width:1023px)": {
20
+ fontSize: string;
21
+ };
22
+ fontWeight: number;
23
+ lineHeight: number;
24
+ };
25
+ h2: {
26
+ fontSize: string;
27
+ "@media (max-width:1279px)": {
28
+ fontSize: string;
29
+ };
30
+ "@media (max-height:800px)": {
31
+ fontSize: string;
32
+ };
33
+ "@media (max-width:1023px)": {
34
+ fontSize: string;
35
+ };
36
+ fontWeight: number;
37
+ lineHeight: number;
38
+ };
39
+ h3: {
40
+ fontSize: string;
41
+ "@media (max-width:1279px)": {
42
+ fontSize: string;
43
+ };
44
+ "@media (max-height:800px)": {
45
+ fontSize: string;
46
+ };
47
+ "@media (max-width:1023px)": {
48
+ fontSize: string;
49
+ };
50
+ fontWeight: number;
51
+ lineHeight: number;
52
+ };
53
+ h4: {
54
+ fontSize: string;
55
+ "@media (max-width:1279px)": {
56
+ fontSize: string;
57
+ };
58
+ "@media (max-height:800px)": {
59
+ fontSize: string;
60
+ };
61
+ "@media (max-width:1023px)": {
62
+ fontSize: string;
63
+ };
64
+ fontWeight: number;
65
+ lineHeight: number;
66
+ };
67
+ h5: {
68
+ fontSize: string;
69
+ "@media (max-width:1279px)": {
70
+ fontSize: string;
71
+ };
72
+ "@media (max-height:800px)": {
73
+ fontSize: string;
74
+ };
75
+ "@media (max-width:1023px)": {
76
+ fontSize: string;
77
+ };
78
+ fontWeight: number;
79
+ lineHeight: number;
80
+ };
81
+ h6: {
82
+ fontSize: string;
83
+ "@media (max-width:1279px)": {
84
+ fontSize: string;
85
+ };
86
+ "@media (max-height:800px)": {
87
+ fontSize: string;
88
+ };
89
+ "@media (max-width:1023px)": {
90
+ fontSize: string;
91
+ };
92
+ fontWeight: number;
93
+ lineHeight: number;
94
+ };
95
+ subtitle1: {
96
+ fontSize: string;
97
+ "@media (max-width:1279px)": {
98
+ fontSize: string;
99
+ };
100
+ "@media (max-height:800px)": {
101
+ fontSize: string;
102
+ };
103
+ "@media (max-width:1023px)": {
104
+ fontSize: string;
105
+ };
106
+ fontWeight: number;
107
+ lineHeight: number;
108
+ };
109
+ subtitle2: {
110
+ fontSize: string;
111
+ "@media (max-width:1279px)": {
112
+ fontSize: string;
113
+ };
114
+ "@media (max-height:800px)": {
115
+ fontSize: string;
116
+ };
117
+ "@media (max-width:1023px)": {
118
+ fontSize: string;
119
+ };
120
+ fontWeight: number;
121
+ lineHeight: number;
122
+ };
123
+ body1: {
124
+ fontSize: string;
125
+ "@media (max-width:1279px)": {
126
+ fontSize: string;
127
+ };
128
+ "@media (max-height:800px)": {
129
+ fontSize: string;
130
+ };
131
+ "@media (max-width:1023px)": {
132
+ fontSize: string;
133
+ };
134
+ fontWeight: number;
135
+ lineHeight: number;
136
+ };
137
+ body2: {
138
+ fontSize: string;
139
+ "@media (max-width:1279px)": {
140
+ fontSize: string;
141
+ };
142
+ "@media (max-height:800px)": {
143
+ fontSize: string;
144
+ };
145
+ "@media (max-width:1023px)": {
146
+ fontSize: string;
147
+ };
148
+ fontWeight: number;
149
+ lineHeight: number;
150
+ };
151
+ caption: {
152
+ fontSize: string;
153
+ "@media (max-width:1279px)": {
154
+ fontSize: string;
155
+ };
156
+ "@media (max-height:800px)": {
157
+ fontSize: string;
158
+ };
159
+ "@media (max-width:1023px)": {
160
+ fontSize: string;
161
+ };
162
+ fontWeight: number;
163
+ lineHeight: number;
164
+ };
165
+ };
@@ -0,0 +1,184 @@
1
+ 'use strict';
2
+
3
+ var _rollupPluginBabelHelpers = require('../_virtual/_rollupPluginBabelHelpers.js');
4
+ var typographyFontFamily = require('./typographyFontFamily.js');
5
+
6
+ var createAIDTTypography = function createAIDTTypography(fontFamily) {
7
+ return {
8
+ fontFamily: typographyFontFamily.TYPOGRAPHY_FONT_FAMILY_NAMES[fontFamily] || typographyFontFamily.TYPOGRAPHY_FONT_FAMILY_NAMES['pretendard'],
9
+ '@font-face': [{
10
+ fontFamily: 'Pretendard',
11
+ fontStyle: 'normal',
12
+ fontWeight: 900,
13
+ fontDisplay: 'swap',
14
+ src: "url('https://cdnjs.cloudflare.com/ajax/libs/pretendard/1.3.9/static/pretendard.css') format('woff2')"
15
+ }, {
16
+ fontFamily: 'Pretendard',
17
+ fontStyle: 'normal',
18
+ fontWeight: 800,
19
+ fontDisplay: 'swap',
20
+ src: "url('https://cdnjs.cloudflare.com/ajax/libs/pretendard/1.3.9/static/Pretendard-Bold.min.css') format('woff2')"
21
+ }, {
22
+ fontFamily: 'Pretendard',
23
+ fontStyle: 'normal',
24
+ fontWeight: 700,
25
+ fontDisplay: 'swap',
26
+ src: "url('https://cdnjs.cloudflare.com/ajax/libs/pretendard/1.3.9/static/Pretendard-ExtraBold.min.css') format('woff2')"
27
+ }, {
28
+ fontFamily: 'Pretendard',
29
+ fontStyle: 'normal',
30
+ fontWeight: 500,
31
+ fontDisplay: 'swap',
32
+ src: "url('https://cdnjs.cloudflare.com/ajax/libs/pretendard/1.3.9/static/Pretendard-Medium.min.css') format('woff2')"
33
+ }, {
34
+ fontFamily: 'Pretendard',
35
+ fontStyle: 'normal',
36
+ fontWeight: 400,
37
+ fontDisplay: 'swap',
38
+ src: "url('https://cdnjs.cloudflare.com/ajax/libs/pretendard/1.3.9/static/Pretendard-Regular.min.css') format('woff2')"
39
+ }, {
40
+ fontFamily: 'Pretendard',
41
+ fontStyle: 'normal',
42
+ fontWeight: 300,
43
+ fontDisplay: 'swap',
44
+ src: "url('https://cdnjs.cloudflare.com/ajax/libs/pretendard/1.3.9/static/Pretendard-Light.min.css') format('woff2')"
45
+ }, {
46
+ fontFamily: 'EliceDXNeolli',
47
+ fontStyle: 'normal',
48
+ fontWeight: 900,
49
+ fontDisplay: 'swap',
50
+ src: "url(https://cdn.jsdelivr.net/gh/fonts-archive/EliceDXNeolli/EliceDXNeolli-Bold.woff2) format('woff2')"
51
+ }, {
52
+ fontFamily: 'EliceDXNeolli',
53
+ fontStyle: 'normal',
54
+ fontWeight: 800,
55
+ fontDisplay: 'swap',
56
+ src: "url(https://cdn.jsdelivr.net/gh/fonts-archive/EliceDXNeolli/EliceDXNeolli-Bold.woff2) format('woff2')"
57
+ }, {
58
+ fontFamily: 'EliceDXNeolli',
59
+ fontStyle: 'normal',
60
+ fontWeight: 700,
61
+ fontDisplay: 'swap',
62
+ src: "url(https://cdn.jsdelivr.net/gh/fonts-archive/EliceDXNeolli/EliceDXNeolli-Bold.woff2) format('woff2')"
63
+ }, {
64
+ fontFamily: 'EliceDXNeolli',
65
+ fontStyle: 'normal',
66
+ fontWeight: 500,
67
+ fontDisplay: 'swap',
68
+ src: "url(https://cdn.jsdelivr.net/gh/fonts-archive/EliceDXNeolli/EliceDXNeolli-Medium.woff2) format('woff2')"
69
+ }, {
70
+ fontFamily: 'EliceDXNeolli',
71
+ fontStyle: 'normal',
72
+ fontWeight: 400,
73
+ fontDisplay: 'swap',
74
+ src: "url('https://cdn.jsdelivr.net/gh/fonts-archive/EliceDXNeolli/EliceDXNeolli-Medium.woff2') format('woff2')"
75
+ }, {
76
+ fontFamily: 'EliceDXNeolli',
77
+ fontStyle: 'normal',
78
+ fontWeight: 300,
79
+ fontDisplay: 'swap',
80
+ src: "url('https://cdn.jsdelivr.net/gh/fonts-archive/EliceDXNeolli/EliceDXNeolli-Light.woff2') format('woff2')"
81
+ }],
82
+ h1: _rollupPluginBabelHelpers.defineProperty(_rollupPluginBabelHelpers.defineProperty(_rollupPluginBabelHelpers.defineProperty(_rollupPluginBabelHelpers.defineProperty(_rollupPluginBabelHelpers.defineProperty({
83
+ fontSize: '3.5rem'
84
+ }, "@media (max-width:1279px)", {
85
+ fontSize: '2.75rem'
86
+ }), "@media (max-height:800px)", {
87
+ fontSize: '2rem'
88
+ }), "@media (max-width:1023px)", {
89
+ fontSize: '2rem'
90
+ }), "fontWeight", 800), "lineHeight", 1.18),
91
+ h2: _rollupPluginBabelHelpers.defineProperty(_rollupPluginBabelHelpers.defineProperty(_rollupPluginBabelHelpers.defineProperty(_rollupPluginBabelHelpers.defineProperty(_rollupPluginBabelHelpers.defineProperty({
92
+ fontSize: '3rem'
93
+ }, "@media (max-width:1279px)", {
94
+ fontSize: '2.5rem'
95
+ }), "@media (max-height:800px)", {
96
+ fontSize: '1.75rem'
97
+ }), "@media (max-width:1023px)", {
98
+ fontSize: '1.75rem'
99
+ }), "fontWeight", 800), "lineHeight", 1.2),
100
+ h3: _rollupPluginBabelHelpers.defineProperty(_rollupPluginBabelHelpers.defineProperty(_rollupPluginBabelHelpers.defineProperty(_rollupPluginBabelHelpers.defineProperty(_rollupPluginBabelHelpers.defineProperty({
101
+ fontSize: '2.25rem'
102
+ }, "@media (max-width:1279px)", {
103
+ fontSize: '2.25rem'
104
+ }), "@media (max-height:800px)", {
105
+ fontSize: '1.625rem'
106
+ }), "@media (max-width:1023px)", {
107
+ fontSize: '1.625rem'
108
+ }), "fontWeight", 800), "lineHeight", 1.2),
109
+ h4: _rollupPluginBabelHelpers.defineProperty(_rollupPluginBabelHelpers.defineProperty(_rollupPluginBabelHelpers.defineProperty(_rollupPluginBabelHelpers.defineProperty(_rollupPluginBabelHelpers.defineProperty({
110
+ fontSize: '2rem'
111
+ }, "@media (max-width:1279px)", {
112
+ fontSize: '2rem'
113
+ }), "@media (max-height:800px)", {
114
+ fontSize: '1.5rem'
115
+ }), "@media (max-width:1023px)", {
116
+ fontSize: '1.5rem'
117
+ }), "fontWeight", 800), "lineHeight", 1.24),
118
+ h5: _rollupPluginBabelHelpers.defineProperty(_rollupPluginBabelHelpers.defineProperty(_rollupPluginBabelHelpers.defineProperty(_rollupPluginBabelHelpers.defineProperty(_rollupPluginBabelHelpers.defineProperty({
119
+ fontSize: '1.75rem'
120
+ }, "@media (max-width:1279px)", {
121
+ fontSize: '1.75rem'
122
+ }), "@media (max-height:800px)", {
123
+ fontSize: '1.375rem'
124
+ }), "@media (max-width:1023px)", {
125
+ fontSize: '1.375rem'
126
+ }), "fontWeight", 800), "lineHeight", 1.28),
127
+ h6: _rollupPluginBabelHelpers.defineProperty(_rollupPluginBabelHelpers.defineProperty(_rollupPluginBabelHelpers.defineProperty(_rollupPluginBabelHelpers.defineProperty(_rollupPluginBabelHelpers.defineProperty({
128
+ fontSize: '1.5rem'
129
+ }, "@media (max-width:1279px)", {
130
+ fontSize: '1.5rem'
131
+ }), "@media (max-height:800px)", {
132
+ fontSize: '1.25rem'
133
+ }), "@media (max-width:1023px)", {
134
+ fontSize: '1.25rem'
135
+ }), "fontWeight", 800), "lineHeight", 1.24),
136
+ subtitle1: _rollupPluginBabelHelpers.defineProperty(_rollupPluginBabelHelpers.defineProperty(_rollupPluginBabelHelpers.defineProperty(_rollupPluginBabelHelpers.defineProperty(_rollupPluginBabelHelpers.defineProperty({
137
+ fontSize: '1.25rem'
138
+ }, "@media (max-width:1279px)", {
139
+ fontSize: '1.2rem'
140
+ }), "@media (max-height:800px)", {
141
+ fontSize: '1.125rem'
142
+ }), "@media (max-width:1023px)", {
143
+ fontSize: '1.125rem'
144
+ }), "fontWeight", 800), "lineHeight", 1.4),
145
+ subtitle2: _rollupPluginBabelHelpers.defineProperty(_rollupPluginBabelHelpers.defineProperty(_rollupPluginBabelHelpers.defineProperty(_rollupPluginBabelHelpers.defineProperty(_rollupPluginBabelHelpers.defineProperty({
146
+ fontSize: '1.125rem'
147
+ }, "@media (max-width:1279px)", {
148
+ fontSize: '1.1rem'
149
+ }), "@media (max-height:800px)", {
150
+ fontSize: '1rem'
151
+ }), "@media (max-width:1023px)", {
152
+ fontSize: '1rem'
153
+ }), "fontWeight", 800), "lineHeight", 1.32),
154
+ body1: _rollupPluginBabelHelpers.defineProperty(_rollupPluginBabelHelpers.defineProperty(_rollupPluginBabelHelpers.defineProperty(_rollupPluginBabelHelpers.defineProperty(_rollupPluginBabelHelpers.defineProperty({
155
+ fontSize: '1rem'
156
+ }, "@media (max-width:1279px)", {
157
+ fontSize: '1rem'
158
+ }), "@media (max-height:800px)", {
159
+ fontSize: '0.9375rem'
160
+ }), "@media (max-width:1023px)", {
161
+ fontSize: '0.9375rem'
162
+ }), "fontWeight", 500), "lineHeight", 1.48),
163
+ body2: _rollupPluginBabelHelpers.defineProperty(_rollupPluginBabelHelpers.defineProperty(_rollupPluginBabelHelpers.defineProperty(_rollupPluginBabelHelpers.defineProperty(_rollupPluginBabelHelpers.defineProperty({
164
+ fontSize: '0.875rem'
165
+ }, "@media (max-width:1279px)", {
166
+ fontSize: '0.875rem'
167
+ }), "@media (max-height:800px)", {
168
+ fontSize: '0.8125rem'
169
+ }), "@media (max-width:1023px)", {
170
+ fontSize: '0.8125rem'
171
+ }), "fontWeight", 500), "lineHeight", 1.4),
172
+ caption: _rollupPluginBabelHelpers.defineProperty(_rollupPluginBabelHelpers.defineProperty(_rollupPluginBabelHelpers.defineProperty(_rollupPluginBabelHelpers.defineProperty(_rollupPluginBabelHelpers.defineProperty({
173
+ fontSize: '0.75rem'
174
+ }, "@media (max-width:1279px)", {
175
+ fontSize: '0.75rem'
176
+ }), "@media (max-height:800px)", {
177
+ fontSize: '0.6875rem'
178
+ }), "@media (max-width:1023px)", {
179
+ fontSize: '0.6875rem'
180
+ }), "fontWeight", 500), "lineHeight", 1.32)
181
+ };
182
+ };
183
+
184
+ exports.createAIDTTypography = createAIDTTypography;
@@ -0,0 +1,5 @@
1
+ export declare const TYPOGRAPHY_FONT_FAMILY_NAMES: Readonly<{
2
+ pretendard: "Pretendard, Arial, sans-serif";
3
+ elice: "EliceDXNeolli";
4
+ }>;
5
+ export type TypographyFontFamilyType = keyof typeof TYPOGRAPHY_FONT_FAMILY_NAMES;
@@ -0,0 +1,8 @@
1
+ 'use strict';
2
+
3
+ var TYPOGRAPHY_FONT_FAMILY_NAMES = Object.freeze({
4
+ pretendard: 'Pretendard, Arial, sans-serif',
5
+ elice: 'EliceDXNeolli'
6
+ });
7
+
8
+ exports.TYPOGRAPHY_FONT_FAMILY_NAMES = TYPOGRAPHY_FONT_FAMILY_NAMES;
@@ -0,0 +1,81 @@
1
+ function _arrayLikeToArray(r, a) {
2
+ (null == a || a > r.length) && (a = r.length);
3
+ for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e];
4
+ return n;
5
+ }
6
+ function _arrayWithHoles(r) {
7
+ if (Array.isArray(r)) return r;
8
+ }
9
+ function _arrayWithoutHoles(r) {
10
+ if (Array.isArray(r)) return _arrayLikeToArray(r);
11
+ }
12
+ function _defineProperty(e, r, t) {
13
+ return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, {
14
+ value: t,
15
+ enumerable: true,
16
+ configurable: true,
17
+ writable: true
18
+ }) : e[r] = t, e;
19
+ }
20
+ function _iterableToArray(r) {
21
+ if ("undefined" != typeof Symbol && null != r[Symbol.iterator] || null != r["@@iterator"]) return Array.from(r);
22
+ }
23
+ function _iterableToArrayLimit(r, l) {
24
+ var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"];
25
+ if (null != t) {
26
+ var e,
27
+ n,
28
+ i,
29
+ u,
30
+ a = [],
31
+ f = true,
32
+ o = false;
33
+ try {
34
+ if (i = (t = t.call(r)).next, 0 === l) ; else for (; !(f = (e = i.call(t)).done) && (a.push(e.value), a.length !== l); f = !0);
35
+ } catch (r) {
36
+ o = true, n = r;
37
+ } finally {
38
+ try {
39
+ if (!f && null != t.return && (u = t.return(), Object(u) !== u)) return;
40
+ } finally {
41
+ if (o) throw n;
42
+ }
43
+ }
44
+ return a;
45
+ }
46
+ }
47
+ function _nonIterableRest() {
48
+ throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
49
+ }
50
+ function _nonIterableSpread() {
51
+ throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
52
+ }
53
+ function _slicedToArray(r, e) {
54
+ return _arrayWithHoles(r) || _iterableToArrayLimit(r, e) || _unsupportedIterableToArray(r, e) || _nonIterableRest();
55
+ }
56
+ function _toConsumableArray(r) {
57
+ return _arrayWithoutHoles(r) || _iterableToArray(r) || _unsupportedIterableToArray(r) || _nonIterableSpread();
58
+ }
59
+ function _toPrimitive(t, r) {
60
+ if ("object" != typeof t || !t) return t;
61
+ var e = t[Symbol.toPrimitive];
62
+ if (void 0 !== e) {
63
+ var i = e.call(t, r);
64
+ if ("object" != typeof i) return i;
65
+ throw new TypeError("@@toPrimitive must return a primitive value.");
66
+ }
67
+ return ("string" === r ? String : Number)(t);
68
+ }
69
+ function _toPropertyKey(t) {
70
+ var i = _toPrimitive(t, "string");
71
+ return "symbol" == typeof i ? i : i + "";
72
+ }
73
+ function _unsupportedIterableToArray(r, a) {
74
+ if (r) {
75
+ if ("string" == typeof r) return _arrayLikeToArray(r, a);
76
+ var t = {}.toString.call(r).slice(8, -1);
77
+ return "Object" === t && r.constructor && (t = r.constructor.name), "Map" === t || "Set" === t ? Array.from(r) : "Arguments" === t || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t) ? _arrayLikeToArray(r, a) : void 0;
78
+ }
79
+ }
80
+
81
+ export { _arrayLikeToArray as arrayLikeToArray, _arrayWithHoles as arrayWithHoles, _arrayWithoutHoles as arrayWithoutHoles, _defineProperty as defineProperty, _iterableToArray as iterableToArray, _iterableToArrayLimit as iterableToArrayLimit, _nonIterableRest as nonIterableRest, _nonIterableSpread as nonIterableSpread, _slicedToArray as slicedToArray, _toConsumableArray as toConsumableArray, _toPrimitive as toPrimitive, _toPropertyKey as toPropertyKey, _unsupportedIterableToArray as unsupportedIterableToArray };