@dotss/ui 0.0.7 → 0.0.8

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 (1288) hide show
  1. package/package.json +2 -2
  2. package/.storybook/main.ts +0 -21
  3. package/.storybook/manager-head.html +0 -6
  4. package/.storybook/manager.ts +0 -11
  5. package/.storybook/preview-head.html +0 -16
  6. package/.storybook/preview.tsx +0 -56
  7. package/.turbo/turbo-build.log +0 -510
  8. package/CHANGELOG.md +0 -9
  9. package/components/Accordion/Accordion.stories.tsx +0 -131
  10. package/components/Accordion/Accordion.styles.ts +0 -70
  11. package/components/Accordion/Accordion.tsx +0 -132
  12. package/components/Accordion/index.ts +0 -3
  13. package/components/Autocomplete/Autocomplete.stories.tsx +0 -317
  14. package/components/Autocomplete/Autocomplete.styles.ts +0 -5
  15. package/components/Autocomplete/Autocomplete.tsx +0 -217
  16. package/components/Autocomplete/index.ts +0 -3
  17. package/components/Backdrop/Backdrop.stories.tsx +0 -84
  18. package/components/Backdrop/Backdrop.styles.ts +0 -69
  19. package/components/Backdrop/Backdrop.tsx +0 -140
  20. package/components/Backdrop/index.ts +0 -3
  21. package/components/Badge/Badge.stories.tsx +0 -66
  22. package/components/Badge/Badge.styles.ts +0 -75
  23. package/components/Badge/Badge.tsx +0 -67
  24. package/components/Badge/index.ts +0 -3
  25. package/components/BottomSheet/BottomSheet.stories.tsx +0 -498
  26. package/components/BottomSheet/BottomSheet.styles.ts +0 -58
  27. package/components/BottomSheet/BottomSheet.tsx +0 -186
  28. package/components/BottomSheet/BottomSheetAction/BottomSheetAction.styles.ts +0 -21
  29. package/components/BottomSheet/BottomSheetAction/BottomSheetAction.tsx +0 -28
  30. package/components/BottomSheet/BottomSheetAction/index.ts +0 -3
  31. package/components/BottomSheet/BottomSheetContent/BottomSheetContent.styles.ts +0 -17
  32. package/components/BottomSheet/BottomSheetContent/BottomSheetContent.tsx +0 -28
  33. package/components/BottomSheet/BottomSheetContent/index.ts +0 -3
  34. package/components/BottomSheet/BottomSheetText/BottomSheetText.styles.ts +0 -33
  35. package/components/BottomSheet/BottomSheetText/BottomSheetText.tsx +0 -27
  36. package/components/BottomSheet/BottomSheetText/index.ts +0 -3
  37. package/components/BottomSheet/BottomSheetTitle/BottomSheetTitle.styles.ts +0 -53
  38. package/components/BottomSheet/BottomSheetTitle/BottomSheetTitle.tsx +0 -36
  39. package/components/BottomSheet/BottomSheetTitle/index.ts +0 -3
  40. package/components/BottomSheet/index.ts +0 -8
  41. package/components/Box/Box.stories.tsx +0 -39
  42. package/components/Box/Box.styles.ts +0 -59
  43. package/components/Box/Box.tsx +0 -35
  44. package/components/Box/index.ts +0 -3
  45. package/components/Button/Button.stories.tsx +0 -136
  46. package/components/Button/Button.styles.ts +0 -420
  47. package/components/Button/Button.test.tsx +0 -68
  48. package/components/Button/Button.tsx +0 -82
  49. package/components/Button/index.ts +0 -3
  50. package/components/Card/Card.stories.tsx +0 -87
  51. package/components/Card/Card.styles.ts +0 -146
  52. package/components/Card/Card.tsx +0 -54
  53. package/components/Card/index.ts +0 -3
  54. package/components/ChainPicker/ChainPicker.stories.tsx +0 -120
  55. package/components/ChainPicker/ChainPicker.styles.ts +0 -88
  56. package/components/ChainPicker/ChainPicker.tsx +0 -211
  57. package/components/ChainPicker/index.ts +0 -5
  58. package/components/Checkbox/Checkbox.stories.tsx +0 -52
  59. package/components/Checkbox/Checkbox.styles.tsx +0 -83
  60. package/components/Checkbox/Checkbox.tsx +0 -27
  61. package/components/Checkbox/index.ts +0 -3
  62. package/components/Chip/Chip.stories.tsx +0 -88
  63. package/components/Chip/Chip.styles.ts +0 -101
  64. package/components/Chip/Chip.tsx +0 -58
  65. package/components/Chip/index.ts +0 -3
  66. package/components/CircularProgressIndicator/CircularProgressIndicator.stories.tsx +0 -61
  67. package/components/CircularProgressIndicator/CircularProgressIndicator.styles.ts +0 -78
  68. package/components/CircularProgressIndicator/CircularProgressIndicator.tsx +0 -53
  69. package/components/CircularProgressIndicator/index.tsx +0 -3
  70. package/components/ClickAwayListener/ClickAwayListener.tsx +0 -35
  71. package/components/ClickAwayListener/index.ts +0 -3
  72. package/components/DatePicker/DatePicker.stories.tsx +0 -454
  73. package/components/DatePicker/DatePicker.styles.ts +0 -301
  74. package/components/DatePicker/DatePicker.tsx +0 -780
  75. package/components/DatePicker/index.ts +0 -6
  76. package/components/Dialog/Dialog.stories.tsx +0 -579
  77. package/components/Dialog/Dialog.styles.ts +0 -50
  78. package/components/Dialog/Dialog.tsx +0 -154
  79. package/components/Dialog/DialogAction/DialogAction.styles.ts +0 -14
  80. package/components/Dialog/DialogAction/DialogAction.tsx +0 -19
  81. package/components/Dialog/DialogAction/index.ts +0 -3
  82. package/components/Dialog/DialogContent/DialogContent.styles.ts +0 -10
  83. package/components/Dialog/DialogContent/DialogContent.tsx +0 -19
  84. package/components/Dialog/DialogContent/index.ts +0 -3
  85. package/components/Dialog/DialogText/DialogText.styles.ts +0 -33
  86. package/components/Dialog/DialogText/DialogText.tsx +0 -33
  87. package/components/Dialog/DialogText/index.ts +0 -3
  88. package/components/Dialog/DialogTitle/DialogTitle.styles.ts +0 -65
  89. package/components/Dialog/DialogTitle/DialogTitle.tsx +0 -34
  90. package/components/Dialog/DialogTitle/index.ts +0 -3
  91. package/components/Dialog/index.ts +0 -8
  92. package/components/Flexbox/Flexbox.stories.tsx +0 -117
  93. package/components/Flexbox/Flexbox.styles.ts +0 -80
  94. package/components/Flexbox/Flexbox.tsx +0 -47
  95. package/components/Flexbox/index.ts +0 -3
  96. package/components/FocusBoundary/FocusBoundary.tsx +0 -117
  97. package/components/FocusBoundary/index.ts +0 -3
  98. package/components/FormControlText/FormControlText.stories.tsx +0 -90
  99. package/components/FormControlText/FormControlText.styles.ts +0 -52
  100. package/components/FormControlText/FormControlText.tsx +0 -77
  101. package/components/FormControlText/index.tsx +0 -3
  102. package/components/Icon/Icon.stories.tsx +0 -51
  103. package/components/Icon/Icon.styles.ts +0 -51
  104. package/components/Icon/Icon.tsx +0 -81
  105. package/components/Icon/index.ts +0 -3
  106. package/components/IconButton/IconButton.stories.tsx +0 -45
  107. package/components/IconButton/IconButton.styles.ts +0 -354
  108. package/components/IconButton/IconButton.tsx +0 -54
  109. package/components/IconButton/index.ts +0 -3
  110. package/components/Label/Label.stories.tsx +0 -87
  111. package/components/Label/Label.styles.ts +0 -339
  112. package/components/Label/Label.tsx +0 -64
  113. package/components/Label/index.ts +0 -3
  114. package/components/LineProgressIndicator/LineProgressIndicator.stories.tsx +0 -80
  115. package/components/LineProgressIndicator/LineProgressIndicator.styles.ts +0 -62
  116. package/components/LineProgressIndicator/LineProgressIndicator.tsx +0 -40
  117. package/components/LineProgressIndicator/index.ts +0 -3
  118. package/components/Menu/Menu.stories.tsx +0 -743
  119. package/components/Menu/Menu.styles.ts +0 -67
  120. package/components/Menu/Menu.tsx +0 -261
  121. package/components/Menu/MenuBlock/MenuBlock.styles.ts +0 -118
  122. package/components/Menu/MenuBlock/MenuBlock.tsx +0 -72
  123. package/components/Menu/MenuBlock/index.ts +0 -3
  124. package/components/Menu/index.ts +0 -5
  125. package/components/NumberKeypad/NumberKeypad.stories.tsx +0 -113
  126. package/components/NumberKeypad/NumberKeypad.styles.ts +0 -14
  127. package/components/NumberKeypad/NumberKeypad.tsx +0 -57
  128. package/components/NumberKeypad/NumberKeypadBlock/NumberKeypadBlock.styles.ts +0 -114
  129. package/components/NumberKeypad/NumberKeypadBlock/NumberKeypadBlock.tsx +0 -30
  130. package/components/NumberKeypad/NumberKeypadBlock/index.ts +0 -3
  131. package/components/NumberKeypad/index.ts +0 -5
  132. package/components/PageControl/PageControl.stories.tsx +0 -39
  133. package/components/PageControl/PageControl.styles.ts +0 -41
  134. package/components/PageControl/PageControl.tsx +0 -42
  135. package/components/PageControl/index.ts +0 -3
  136. package/components/Radio/Radio.stories.tsx +0 -52
  137. package/components/Radio/Radio.styles.tsx +0 -78
  138. package/components/Radio/Radio.tsx +0 -27
  139. package/components/Radio/index.ts +0 -3
  140. package/components/SegmentedButton/SegmentedButton.stories.tsx +0 -216
  141. package/components/SegmentedButton/SegmentedButton.styles.ts +0 -21
  142. package/components/SegmentedButton/SegmentedButton.tsx +0 -76
  143. package/components/SegmentedButton/SegmentedButtonBlock/SegmentedButtonBlock.styles.ts +0 -179
  144. package/components/SegmentedButton/SegmentedButtonBlock/SegmentedButtonBlock.tsx +0 -71
  145. package/components/SegmentedButton/SegmentedButtonBlock/index.ts +0 -3
  146. package/components/SegmentedButton/index.ts +0 -5
  147. package/components/Select/Option/Option.styles.ts +0 -115
  148. package/components/Select/Option/Option.tsx +0 -66
  149. package/components/Select/Option/index.ts +0 -3
  150. package/components/Select/Select.stories.tsx +0 -273
  151. package/components/Select/Select.styles.ts +0 -159
  152. package/components/Select/Select.tsx +0 -310
  153. package/components/Select/index.ts +0 -5
  154. package/components/Skeleton/Skeleton.stories.tsx +0 -54
  155. package/components/Skeleton/Skeleton.styles.ts +0 -100
  156. package/components/Skeleton/Skeleton.tsx +0 -41
  157. package/components/Skeleton/index.ts +0 -3
  158. package/components/Slider/Slider.stories.tsx +0 -116
  159. package/components/Slider/Slider.styles.ts +0 -66
  160. package/components/Slider/Slider.tsx +0 -179
  161. package/components/Slider/index.ts +0 -3
  162. package/components/Snackbar/Snackbar.stories.tsx +0 -374
  163. package/components/Snackbar/Snackbar.styles.ts +0 -138
  164. package/components/Snackbar/Snackbar.tsx +0 -248
  165. package/components/Snackbar/index.ts +0 -3
  166. package/components/Switch/Switch.stories.tsx +0 -52
  167. package/components/Switch/Switch.styles.ts +0 -103
  168. package/components/Switch/Switch.tsx +0 -56
  169. package/components/Switch/index.ts +0 -3
  170. package/components/Tab/Tab.stories.tsx +0 -240
  171. package/components/Tab/Tab.styles.ts +0 -48
  172. package/components/Tab/Tab.tsx +0 -316
  173. package/components/Tab/TabBlock/TabBlock.styles.ts +0 -53
  174. package/components/Tab/TabBlock/TabBlock.tsx +0 -67
  175. package/components/Tab/TabBlock/index.ts +0 -3
  176. package/components/Tab/index.ts +0 -4
  177. package/components/TextArea/TextArea.stories.tsx +0 -102
  178. package/components/TextArea/TextArea.styles.ts +0 -186
  179. package/components/TextArea/TextArea.tsx +0 -130
  180. package/components/TextArea/index.ts +0 -3
  181. package/components/TextField/TextField.stories.tsx +0 -107
  182. package/components/TextField/TextField.styles.ts +0 -260
  183. package/components/TextField/TextField.test.tsx +0 -43
  184. package/components/TextField/TextField.tsx +0 -137
  185. package/components/TextField/index.ts +0 -3
  186. package/components/Tooltip/Tooltip.stories.tsx +0 -162
  187. package/components/Tooltip/Tooltip.styles.ts +0 -278
  188. package/components/Tooltip/Tooltip.tsx +0 -127
  189. package/components/Tooltip/index.ts +0 -3
  190. package/components/Typography/Typography.stories.tsx +0 -161
  191. package/components/Typography/Typography.styles.ts +0 -63
  192. package/components/Typography/Typography.tsx +0 -66
  193. package/components/Typography/index.ts +0 -3
  194. package/components/index.ts +0 -43
  195. package/core/GlobalStyle.tsx +0 -72
  196. package/core/ThemeContext.ts +0 -10
  197. package/core/ThemeProvider.tsx +0 -34
  198. package/core/useTheme.ts +0 -11
  199. package/deploy/deploy.env +0 -1
  200. package/deploy/deploy.sh +0 -102
  201. package/deploy/release_body.md +0 -3
  202. package/eslint.config.mjs +0 -10
  203. package/global.d.ts +0 -1
  204. package/hooks/index.ts +0 -1
  205. package/hooks/useCheckHoverPossible/useCheckHoverPossible.ts +0 -20
  206. package/index.ts +0 -1
  207. package/node_modules/@chromatic-com/storybook/LICENSE +0 -21
  208. package/node_modules/@chromatic-com/storybook/README.md +0 -61
  209. package/node_modules/@chromatic-com/storybook/dist/index.js +0 -5
  210. package/node_modules/@chromatic-com/storybook/dist/index.mjs +0 -3
  211. package/node_modules/@chromatic-com/storybook/dist/manager.mjs +0 -369
  212. package/node_modules/@chromatic-com/storybook/dist/preset.js +0 -679
  213. package/node_modules/@chromatic-com/storybook/package.json +0 -170
  214. package/node_modules/@chromatic-com/storybook/preset.js +0 -1
  215. package/node_modules/@chromatic-com/storybook/types.d.ts +0 -4
  216. package/node_modules/@emotion/react/LICENSE +0 -21
  217. package/node_modules/@emotion/react/README.md +0 -48
  218. package/node_modules/@emotion/react/_isolated-hnrs/dist/emotion-react-_isolated-hnrs.browser.cjs.default.js +0 -1
  219. package/node_modules/@emotion/react/_isolated-hnrs/dist/emotion-react-_isolated-hnrs.browser.cjs.js +0 -19
  220. package/node_modules/@emotion/react/_isolated-hnrs/dist/emotion-react-_isolated-hnrs.browser.cjs.mjs +0 -2
  221. package/node_modules/@emotion/react/_isolated-hnrs/dist/emotion-react-_isolated-hnrs.browser.development.cjs.default.js +0 -1
  222. package/node_modules/@emotion/react/_isolated-hnrs/dist/emotion-react-_isolated-hnrs.browser.development.cjs.js +0 -19
  223. package/node_modules/@emotion/react/_isolated-hnrs/dist/emotion-react-_isolated-hnrs.browser.development.cjs.mjs +0 -2
  224. package/node_modules/@emotion/react/_isolated-hnrs/dist/emotion-react-_isolated-hnrs.browser.development.esm.js +0 -11
  225. package/node_modules/@emotion/react/_isolated-hnrs/dist/emotion-react-_isolated-hnrs.browser.esm.js +0 -11
  226. package/node_modules/@emotion/react/_isolated-hnrs/dist/emotion-react-_isolated-hnrs.cjs.d.mts +0 -3
  227. package/node_modules/@emotion/react/_isolated-hnrs/dist/emotion-react-_isolated-hnrs.cjs.d.ts +0 -3
  228. package/node_modules/@emotion/react/_isolated-hnrs/dist/emotion-react-_isolated-hnrs.cjs.default.d.ts +0 -1
  229. package/node_modules/@emotion/react/_isolated-hnrs/dist/emotion-react-_isolated-hnrs.cjs.default.js +0 -1
  230. package/node_modules/@emotion/react/_isolated-hnrs/dist/emotion-react-_isolated-hnrs.cjs.js +0 -19
  231. package/node_modules/@emotion/react/_isolated-hnrs/dist/emotion-react-_isolated-hnrs.cjs.mjs +0 -2
  232. package/node_modules/@emotion/react/_isolated-hnrs/dist/emotion-react-_isolated-hnrs.development.cjs.default.js +0 -1
  233. package/node_modules/@emotion/react/_isolated-hnrs/dist/emotion-react-_isolated-hnrs.development.cjs.js +0 -19
  234. package/node_modules/@emotion/react/_isolated-hnrs/dist/emotion-react-_isolated-hnrs.development.cjs.mjs +0 -2
  235. package/node_modules/@emotion/react/_isolated-hnrs/dist/emotion-react-_isolated-hnrs.development.edge-light.cjs.default.js +0 -1
  236. package/node_modules/@emotion/react/_isolated-hnrs/dist/emotion-react-_isolated-hnrs.development.edge-light.cjs.js +0 -19
  237. package/node_modules/@emotion/react/_isolated-hnrs/dist/emotion-react-_isolated-hnrs.development.edge-light.cjs.mjs +0 -2
  238. package/node_modules/@emotion/react/_isolated-hnrs/dist/emotion-react-_isolated-hnrs.development.edge-light.esm.js +0 -11
  239. package/node_modules/@emotion/react/_isolated-hnrs/dist/emotion-react-_isolated-hnrs.development.esm.js +0 -11
  240. package/node_modules/@emotion/react/_isolated-hnrs/dist/emotion-react-_isolated-hnrs.edge-light.cjs.default.js +0 -1
  241. package/node_modules/@emotion/react/_isolated-hnrs/dist/emotion-react-_isolated-hnrs.edge-light.cjs.js +0 -19
  242. package/node_modules/@emotion/react/_isolated-hnrs/dist/emotion-react-_isolated-hnrs.edge-light.cjs.mjs +0 -2
  243. package/node_modules/@emotion/react/_isolated-hnrs/dist/emotion-react-_isolated-hnrs.edge-light.esm.js +0 -11
  244. package/node_modules/@emotion/react/_isolated-hnrs/dist/emotion-react-_isolated-hnrs.esm.js +0 -11
  245. package/node_modules/@emotion/react/_isolated-hnrs/dist/emotion-react-_isolated-hnrs.umd.min.js +0 -2
  246. package/node_modules/@emotion/react/_isolated-hnrs/dist/emotion-react-_isolated-hnrs.umd.min.js.map +0 -1
  247. package/node_modules/@emotion/react/_isolated-hnrs/package.json +0 -10
  248. package/node_modules/@emotion/react/dist/declarations/src/_isolated-hnrs.d.ts +0 -3
  249. package/node_modules/@emotion/react/dist/declarations/src/class-names.d.ts +0 -18
  250. package/node_modules/@emotion/react/dist/declarations/src/context.d.ts +0 -6
  251. package/node_modules/@emotion/react/dist/declarations/src/css.d.ts +0 -5
  252. package/node_modules/@emotion/react/dist/declarations/src/global.d.ts +0 -7
  253. package/node_modules/@emotion/react/dist/declarations/src/index.d.ts +0 -14
  254. package/node_modules/@emotion/react/dist/declarations/src/jsx-dev-runtime.d.ts +0 -6
  255. package/node_modules/@emotion/react/dist/declarations/src/jsx-namespace.d.ts +0 -64
  256. package/node_modules/@emotion/react/dist/declarations/src/jsx-runtime.d.ts +0 -7
  257. package/node_modules/@emotion/react/dist/declarations/src/jsx.d.ts +0 -22
  258. package/node_modules/@emotion/react/dist/declarations/src/keyframes.d.ts +0 -10
  259. package/node_modules/@emotion/react/dist/declarations/src/theming.d.ts +0 -28
  260. package/node_modules/@emotion/react/dist/declarations/src/types.d.ts +0 -7
  261. package/node_modules/@emotion/react/dist/emotion-element-010f37fa.development.edge-light.cjs.js +0 -313
  262. package/node_modules/@emotion/react/dist/emotion-element-25f9958c.browser.cjs.js +0 -191
  263. package/node_modules/@emotion/react/dist/emotion-element-4787f564.browser.development.cjs.js +0 -274
  264. package/node_modules/@emotion/react/dist/emotion-element-489459f2.browser.development.esm.js +0 -240
  265. package/node_modules/@emotion/react/dist/emotion-element-516430c7.development.edge-light.esm.js +0 -280
  266. package/node_modules/@emotion/react/dist/emotion-element-782f682d.development.esm.js +0 -282
  267. package/node_modules/@emotion/react/dist/emotion-element-8113875a.edge-light.esm.js +0 -196
  268. package/node_modules/@emotion/react/dist/emotion-element-a1829a1e.cjs.js +0 -233
  269. package/node_modules/@emotion/react/dist/emotion-element-af3dc15b.edge-light.cjs.js +0 -230
  270. package/node_modules/@emotion/react/dist/emotion-element-d59e098f.esm.js +0 -198
  271. package/node_modules/@emotion/react/dist/emotion-element-e8f4cc37.development.cjs.js +0 -316
  272. package/node_modules/@emotion/react/dist/emotion-element-f0de968e.browser.esm.js +0 -156
  273. package/node_modules/@emotion/react/dist/emotion-react.browser.cjs.js +0 -279
  274. package/node_modules/@emotion/react/dist/emotion-react.browser.cjs.mjs +0 -15
  275. package/node_modules/@emotion/react/dist/emotion-react.browser.development.cjs.js +0 -639
  276. package/node_modules/@emotion/react/dist/emotion-react.browser.development.cjs.mjs +0 -15
  277. package/node_modules/@emotion/react/dist/emotion-react.browser.development.esm.js +0 -605
  278. package/node_modules/@emotion/react/dist/emotion-react.browser.esm.js +0 -245
  279. package/node_modules/@emotion/react/dist/emotion-react.cjs.d.mts +0 -2
  280. package/node_modules/@emotion/react/dist/emotion-react.cjs.d.ts +0 -2
  281. package/node_modules/@emotion/react/dist/emotion-react.cjs.js +0 -329
  282. package/node_modules/@emotion/react/dist/emotion-react.cjs.mjs +0 -15
  283. package/node_modules/@emotion/react/dist/emotion-react.development.cjs.js +0 -689
  284. package/node_modules/@emotion/react/dist/emotion-react.development.cjs.mjs +0 -15
  285. package/node_modules/@emotion/react/dist/emotion-react.development.edge-light.cjs.js +0 -630
  286. package/node_modules/@emotion/react/dist/emotion-react.development.edge-light.cjs.mjs +0 -15
  287. package/node_modules/@emotion/react/dist/emotion-react.development.edge-light.esm.js +0 -593
  288. package/node_modules/@emotion/react/dist/emotion-react.development.esm.js +0 -652
  289. package/node_modules/@emotion/react/dist/emotion-react.edge-light.cjs.js +0 -270
  290. package/node_modules/@emotion/react/dist/emotion-react.edge-light.cjs.mjs +0 -15
  291. package/node_modules/@emotion/react/dist/emotion-react.edge-light.esm.js +0 -233
  292. package/node_modules/@emotion/react/dist/emotion-react.esm.js +0 -292
  293. package/node_modules/@emotion/react/dist/emotion-react.umd.min.js +0 -2
  294. package/node_modules/@emotion/react/dist/emotion-react.umd.min.js.map +0 -1
  295. package/node_modules/@emotion/react/jsx-dev-runtime/dist/emotion-react-jsx-dev-runtime.browser.cjs.js +0 -47
  296. package/node_modules/@emotion/react/jsx-dev-runtime/dist/emotion-react-jsx-dev-runtime.browser.cjs.mjs +0 -4
  297. package/node_modules/@emotion/react/jsx-dev-runtime/dist/emotion-react-jsx-dev-runtime.browser.development.cjs.js +0 -47
  298. package/node_modules/@emotion/react/jsx-dev-runtime/dist/emotion-react-jsx-dev-runtime.browser.development.cjs.mjs +0 -4
  299. package/node_modules/@emotion/react/jsx-dev-runtime/dist/emotion-react-jsx-dev-runtime.browser.development.esm.js +0 -22
  300. package/node_modules/@emotion/react/jsx-dev-runtime/dist/emotion-react-jsx-dev-runtime.browser.esm.js +0 -22
  301. package/node_modules/@emotion/react/jsx-dev-runtime/dist/emotion-react-jsx-dev-runtime.cjs.d.mts +0 -2
  302. package/node_modules/@emotion/react/jsx-dev-runtime/dist/emotion-react-jsx-dev-runtime.cjs.d.ts +0 -2
  303. package/node_modules/@emotion/react/jsx-dev-runtime/dist/emotion-react-jsx-dev-runtime.cjs.js +0 -47
  304. package/node_modules/@emotion/react/jsx-dev-runtime/dist/emotion-react-jsx-dev-runtime.cjs.mjs +0 -4
  305. package/node_modules/@emotion/react/jsx-dev-runtime/dist/emotion-react-jsx-dev-runtime.development.cjs.js +0 -47
  306. package/node_modules/@emotion/react/jsx-dev-runtime/dist/emotion-react-jsx-dev-runtime.development.cjs.mjs +0 -4
  307. package/node_modules/@emotion/react/jsx-dev-runtime/dist/emotion-react-jsx-dev-runtime.development.edge-light.cjs.js +0 -47
  308. package/node_modules/@emotion/react/jsx-dev-runtime/dist/emotion-react-jsx-dev-runtime.development.edge-light.cjs.mjs +0 -4
  309. package/node_modules/@emotion/react/jsx-dev-runtime/dist/emotion-react-jsx-dev-runtime.development.edge-light.esm.js +0 -22
  310. package/node_modules/@emotion/react/jsx-dev-runtime/dist/emotion-react-jsx-dev-runtime.development.esm.js +0 -22
  311. package/node_modules/@emotion/react/jsx-dev-runtime/dist/emotion-react-jsx-dev-runtime.edge-light.cjs.js +0 -47
  312. package/node_modules/@emotion/react/jsx-dev-runtime/dist/emotion-react-jsx-dev-runtime.edge-light.cjs.mjs +0 -4
  313. package/node_modules/@emotion/react/jsx-dev-runtime/dist/emotion-react-jsx-dev-runtime.edge-light.esm.js +0 -22
  314. package/node_modules/@emotion/react/jsx-dev-runtime/dist/emotion-react-jsx-dev-runtime.esm.js +0 -22
  315. package/node_modules/@emotion/react/jsx-dev-runtime/dist/emotion-react-jsx-dev-runtime.umd.min.js +0 -2
  316. package/node_modules/@emotion/react/jsx-dev-runtime/dist/emotion-react-jsx-dev-runtime.umd.min.js.map +0 -1
  317. package/node_modules/@emotion/react/jsx-dev-runtime/package.json +0 -10
  318. package/node_modules/@emotion/react/jsx-runtime/dist/emotion-react-jsx-runtime.browser.cjs.js +0 -55
  319. package/node_modules/@emotion/react/jsx-runtime/dist/emotion-react-jsx-runtime.browser.cjs.mjs +0 -5
  320. package/node_modules/@emotion/react/jsx-runtime/dist/emotion-react-jsx-runtime.browser.development.cjs.js +0 -55
  321. package/node_modules/@emotion/react/jsx-runtime/dist/emotion-react-jsx-runtime.browser.development.cjs.mjs +0 -5
  322. package/node_modules/@emotion/react/jsx-runtime/dist/emotion-react-jsx-runtime.browser.development.esm.js +0 -29
  323. package/node_modules/@emotion/react/jsx-runtime/dist/emotion-react-jsx-runtime.browser.esm.js +0 -29
  324. package/node_modules/@emotion/react/jsx-runtime/dist/emotion-react-jsx-runtime.cjs.d.mts +0 -2
  325. package/node_modules/@emotion/react/jsx-runtime/dist/emotion-react-jsx-runtime.cjs.d.ts +0 -2
  326. package/node_modules/@emotion/react/jsx-runtime/dist/emotion-react-jsx-runtime.cjs.js +0 -55
  327. package/node_modules/@emotion/react/jsx-runtime/dist/emotion-react-jsx-runtime.cjs.mjs +0 -5
  328. package/node_modules/@emotion/react/jsx-runtime/dist/emotion-react-jsx-runtime.development.cjs.js +0 -55
  329. package/node_modules/@emotion/react/jsx-runtime/dist/emotion-react-jsx-runtime.development.cjs.mjs +0 -5
  330. package/node_modules/@emotion/react/jsx-runtime/dist/emotion-react-jsx-runtime.development.edge-light.cjs.js +0 -55
  331. package/node_modules/@emotion/react/jsx-runtime/dist/emotion-react-jsx-runtime.development.edge-light.cjs.mjs +0 -5
  332. package/node_modules/@emotion/react/jsx-runtime/dist/emotion-react-jsx-runtime.development.edge-light.esm.js +0 -29
  333. package/node_modules/@emotion/react/jsx-runtime/dist/emotion-react-jsx-runtime.development.esm.js +0 -29
  334. package/node_modules/@emotion/react/jsx-runtime/dist/emotion-react-jsx-runtime.edge-light.cjs.js +0 -55
  335. package/node_modules/@emotion/react/jsx-runtime/dist/emotion-react-jsx-runtime.edge-light.cjs.mjs +0 -5
  336. package/node_modules/@emotion/react/jsx-runtime/dist/emotion-react-jsx-runtime.edge-light.esm.js +0 -29
  337. package/node_modules/@emotion/react/jsx-runtime/dist/emotion-react-jsx-runtime.esm.js +0 -29
  338. package/node_modules/@emotion/react/jsx-runtime/dist/emotion-react-jsx-runtime.umd.min.js +0 -2
  339. package/node_modules/@emotion/react/jsx-runtime/dist/emotion-react-jsx-runtime.umd.min.js.map +0 -1
  340. package/node_modules/@emotion/react/jsx-runtime/package.json +0 -10
  341. package/node_modules/@emotion/react/macro.d.mts +0 -1
  342. package/node_modules/@emotion/react/macro.d.ts +0 -1
  343. package/node_modules/@emotion/react/macro.js +0 -1
  344. package/node_modules/@emotion/react/package.json +0 -318
  345. package/node_modules/@emotion/react/src/_isolated-hnrs.ts +0 -15
  346. package/node_modules/@emotion/react/src/class-names.tsx +0 -180
  347. package/node_modules/@emotion/react/src/conditions/false.ts +0 -1
  348. package/node_modules/@emotion/react/src/conditions/is-browser.ts +0 -1
  349. package/node_modules/@emotion/react/src/conditions/true.ts +0 -1
  350. package/node_modules/@emotion/react/src/context.tsx +0 -72
  351. package/node_modules/@emotion/react/src/css.ts +0 -14
  352. package/node_modules/@emotion/react/src/emotion-element.tsx +0 -193
  353. package/node_modules/@emotion/react/src/get-label-from-stack-trace.ts +0 -55
  354. package/node_modules/@emotion/react/src/global.tsx +0 -147
  355. package/node_modules/@emotion/react/src/index.ts +0 -63
  356. package/node_modules/@emotion/react/src/jsx-dev-runtime.ts +0 -37
  357. package/node_modules/@emotion/react/src/jsx-namespace.ts +0 -107
  358. package/node_modules/@emotion/react/src/jsx-runtime.ts +0 -32
  359. package/node_modules/@emotion/react/src/jsx.ts +0 -45
  360. package/node_modules/@emotion/react/src/keyframes.ts +0 -27
  361. package/node_modules/@emotion/react/src/theming.tsx +0 -105
  362. package/node_modules/@emotion/react/src/types.ts +0 -14
  363. package/node_modules/@emotion/react/src/utils.ts +0 -1
  364. package/node_modules/@emotion/react/types/css-prop.d.ts +0 -9
  365. package/node_modules/@emotion/serialize/LICENSE +0 -21
  366. package/node_modules/@emotion/serialize/dist/declarations/src/index.d.ts +0 -35
  367. package/node_modules/@emotion/serialize/dist/emotion-serialize.cjs.d.mts +0 -2
  368. package/node_modules/@emotion/serialize/dist/emotion-serialize.cjs.d.ts +0 -2
  369. package/node_modules/@emotion/serialize/dist/emotion-serialize.cjs.js +0 -246
  370. package/node_modules/@emotion/serialize/dist/emotion-serialize.cjs.mjs +0 -3
  371. package/node_modules/@emotion/serialize/dist/emotion-serialize.development.cjs.js +0 -314
  372. package/node_modules/@emotion/serialize/dist/emotion-serialize.development.cjs.mjs +0 -3
  373. package/node_modules/@emotion/serialize/dist/emotion-serialize.development.esm.js +0 -304
  374. package/node_modules/@emotion/serialize/dist/emotion-serialize.esm.js +0 -236
  375. package/node_modules/@emotion/serialize/package.json +0 -54
  376. package/node_modules/@emotion/serialize/src/conditions/false.ts +0 -1
  377. package/node_modules/@emotion/serialize/src/conditions/true.ts +0 -1
  378. package/node_modules/@emotion/serialize/src/index.ts +0 -451
  379. package/node_modules/@emotion/styled/LICENSE +0 -21
  380. package/node_modules/@emotion/styled/README.md +0 -31
  381. package/node_modules/@emotion/styled/base/dist/emotion-styled-base.browser.cjs.default.js +0 -1
  382. package/node_modules/@emotion/styled/base/dist/emotion-styled-base.browser.cjs.js +0 -198
  383. package/node_modules/@emotion/styled/base/dist/emotion-styled-base.browser.cjs.mjs +0 -2
  384. package/node_modules/@emotion/styled/base/dist/emotion-styled-base.browser.development.cjs.default.js +0 -1
  385. package/node_modules/@emotion/styled/base/dist/emotion-styled-base.browser.development.cjs.js +0 -212
  386. package/node_modules/@emotion/styled/base/dist/emotion-styled-base.browser.development.cjs.mjs +0 -2
  387. package/node_modules/@emotion/styled/base/dist/emotion-styled-base.browser.development.esm.js +0 -185
  388. package/node_modules/@emotion/styled/base/dist/emotion-styled-base.browser.esm.js +0 -171
  389. package/node_modules/@emotion/styled/base/dist/emotion-styled-base.cjs.d.mts +0 -3
  390. package/node_modules/@emotion/styled/base/dist/emotion-styled-base.cjs.d.ts +0 -3
  391. package/node_modules/@emotion/styled/base/dist/emotion-styled-base.cjs.default.d.ts +0 -1
  392. package/node_modules/@emotion/styled/base/dist/emotion-styled-base.cjs.default.js +0 -1
  393. package/node_modules/@emotion/styled/base/dist/emotion-styled-base.cjs.js +0 -216
  394. package/node_modules/@emotion/styled/base/dist/emotion-styled-base.cjs.mjs +0 -2
  395. package/node_modules/@emotion/styled/base/dist/emotion-styled-base.development.cjs.default.js +0 -1
  396. package/node_modules/@emotion/styled/base/dist/emotion-styled-base.development.cjs.js +0 -230
  397. package/node_modules/@emotion/styled/base/dist/emotion-styled-base.development.cjs.mjs +0 -2
  398. package/node_modules/@emotion/styled/base/dist/emotion-styled-base.development.edge-light.cjs.default.js +0 -1
  399. package/node_modules/@emotion/styled/base/dist/emotion-styled-base.development.edge-light.cjs.js +0 -228
  400. package/node_modules/@emotion/styled/base/dist/emotion-styled-base.development.edge-light.cjs.mjs +0 -2
  401. package/node_modules/@emotion/styled/base/dist/emotion-styled-base.development.edge-light.esm.js +0 -201
  402. package/node_modules/@emotion/styled/base/dist/emotion-styled-base.development.esm.js +0 -203
  403. package/node_modules/@emotion/styled/base/dist/emotion-styled-base.edge-light.cjs.default.js +0 -1
  404. package/node_modules/@emotion/styled/base/dist/emotion-styled-base.edge-light.cjs.js +0 -214
  405. package/node_modules/@emotion/styled/base/dist/emotion-styled-base.edge-light.cjs.mjs +0 -2
  406. package/node_modules/@emotion/styled/base/dist/emotion-styled-base.edge-light.esm.js +0 -187
  407. package/node_modules/@emotion/styled/base/dist/emotion-styled-base.esm.js +0 -189
  408. package/node_modules/@emotion/styled/base/dist/emotion-styled-base.umd.min.js +0 -2
  409. package/node_modules/@emotion/styled/base/dist/emotion-styled-base.umd.min.js.map +0 -1
  410. package/node_modules/@emotion/styled/base/package.json +0 -9
  411. package/node_modules/@emotion/styled/dist/declarations/src/base.d.ts +0 -4
  412. package/node_modules/@emotion/styled/dist/declarations/src/index.d.ts +0 -15
  413. package/node_modules/@emotion/styled/dist/declarations/src/jsx-namespace.d.ts +0 -5
  414. package/node_modules/@emotion/styled/dist/declarations/src/types.d.ts +0 -88
  415. package/node_modules/@emotion/styled/dist/emotion-styled.browser.cjs.default.js +0 -1
  416. package/node_modules/@emotion/styled/dist/emotion-styled.browser.cjs.js +0 -23
  417. package/node_modules/@emotion/styled/dist/emotion-styled.browser.cjs.mjs +0 -2
  418. package/node_modules/@emotion/styled/dist/emotion-styled.browser.development.cjs.default.js +0 -1
  419. package/node_modules/@emotion/styled/dist/emotion-styled.browser.development.cjs.js +0 -23
  420. package/node_modules/@emotion/styled/dist/emotion-styled.browser.development.cjs.mjs +0 -2
  421. package/node_modules/@emotion/styled/dist/emotion-styled.browser.development.esm.js +0 -19
  422. package/node_modules/@emotion/styled/dist/emotion-styled.browser.esm.js +0 -19
  423. package/node_modules/@emotion/styled/dist/emotion-styled.cjs.d.mts +0 -3
  424. package/node_modules/@emotion/styled/dist/emotion-styled.cjs.d.ts +0 -3
  425. package/node_modules/@emotion/styled/dist/emotion-styled.cjs.default.d.ts +0 -1
  426. package/node_modules/@emotion/styled/dist/emotion-styled.cjs.default.js +0 -1
  427. package/node_modules/@emotion/styled/dist/emotion-styled.cjs.js +0 -23
  428. package/node_modules/@emotion/styled/dist/emotion-styled.cjs.mjs +0 -2
  429. package/node_modules/@emotion/styled/dist/emotion-styled.development.cjs.default.js +0 -1
  430. package/node_modules/@emotion/styled/dist/emotion-styled.development.cjs.js +0 -23
  431. package/node_modules/@emotion/styled/dist/emotion-styled.development.cjs.mjs +0 -2
  432. package/node_modules/@emotion/styled/dist/emotion-styled.development.edge-light.cjs.default.js +0 -1
  433. package/node_modules/@emotion/styled/dist/emotion-styled.development.edge-light.cjs.js +0 -23
  434. package/node_modules/@emotion/styled/dist/emotion-styled.development.edge-light.cjs.mjs +0 -2
  435. package/node_modules/@emotion/styled/dist/emotion-styled.development.edge-light.esm.js +0 -19
  436. package/node_modules/@emotion/styled/dist/emotion-styled.development.esm.js +0 -19
  437. package/node_modules/@emotion/styled/dist/emotion-styled.edge-light.cjs.default.js +0 -1
  438. package/node_modules/@emotion/styled/dist/emotion-styled.edge-light.cjs.js +0 -23
  439. package/node_modules/@emotion/styled/dist/emotion-styled.edge-light.cjs.mjs +0 -2
  440. package/node_modules/@emotion/styled/dist/emotion-styled.edge-light.esm.js +0 -19
  441. package/node_modules/@emotion/styled/dist/emotion-styled.esm.js +0 -19
  442. package/node_modules/@emotion/styled/dist/emotion-styled.umd.min.js +0 -2
  443. package/node_modules/@emotion/styled/dist/emotion-styled.umd.min.js.map +0 -1
  444. package/node_modules/@emotion/styled/macro.d.mts +0 -3
  445. package/node_modules/@emotion/styled/macro.d.ts +0 -3
  446. package/node_modules/@emotion/styled/macro.js +0 -1
  447. package/node_modules/@emotion/styled/package.json +0 -195
  448. package/node_modules/@emotion/styled/src/base.tsx +0 -229
  449. package/node_modules/@emotion/styled/src/conditions/false.ts +0 -1
  450. package/node_modules/@emotion/styled/src/conditions/is-browser.ts +0 -1
  451. package/node_modules/@emotion/styled/src/conditions/true.ts +0 -1
  452. package/node_modules/@emotion/styled/src/index.ts +0 -42
  453. package/node_modules/@emotion/styled/src/jsx-namespace.ts +0 -12
  454. package/node_modules/@emotion/styled/src/tags.ts +0 -138
  455. package/node_modules/@emotion/styled/src/types.ts +0 -190
  456. package/node_modules/@emotion/styled/src/utils.ts +0 -38
  457. package/node_modules/@storybook/addon-a11y/README.md +0 -13
  458. package/node_modules/@storybook/addon-a11y/dist/chunk-CEH6MNVV.mjs +0 -3
  459. package/node_modules/@storybook/addon-a11y/dist/index.d.ts +0 -40
  460. package/node_modules/@storybook/addon-a11y/dist/index.js +0 -25
  461. package/node_modules/@storybook/addon-a11y/dist/index.mjs +0 -8
  462. package/node_modules/@storybook/addon-a11y/dist/manager.js +0 -11
  463. package/node_modules/@storybook/addon-a11y/dist/matchers-7Z3WT2CE.mjs +0 -16
  464. package/node_modules/@storybook/addon-a11y/dist/matchers-TIWVOQAP.mjs +0 -18
  465. package/node_modules/@storybook/addon-a11y/dist/postinstall.js +0 -69
  466. package/node_modules/@storybook/addon-a11y/dist/preview.d.ts +0 -25
  467. package/node_modules/@storybook/addon-a11y/dist/preview.js +0 -24
  468. package/node_modules/@storybook/addon-a11y/dist/preview.mjs +0 -7
  469. package/node_modules/@storybook/addon-a11y/manager.js +0 -1
  470. package/node_modules/@storybook/addon-a11y/package.json +0 -115
  471. package/node_modules/@storybook/addon-a11y/preview.js +0 -1
  472. package/node_modules/@storybook/addon-docs/README.md +0 -154
  473. package/node_modules/@storybook/addon-docs/angular/README.md +0 -256
  474. package/node_modules/@storybook/addon-docs/angular/index.d.ts +0 -1
  475. package/node_modules/@storybook/addon-docs/angular/index.js +0 -6
  476. package/node_modules/@storybook/addon-docs/common/README.md +0 -98
  477. package/node_modules/@storybook/addon-docs/dist/DocsRenderer-CFRXHY34.mjs +0 -2
  478. package/node_modules/@storybook/addon-docs/dist/blocks.d.ts +0 -2
  479. package/node_modules/@storybook/addon-docs/dist/blocks.js +0 -1
  480. package/node_modules/@storybook/addon-docs/dist/blocks.mjs +0 -4
  481. package/node_modules/@storybook/addon-docs/dist/chunk-H6MOWX77.mjs +0 -3
  482. package/node_modules/@storybook/addon-docs/dist/chunk-NUUEMKO5.mjs +0 -7
  483. package/node_modules/@storybook/addon-docs/dist/chunk-PRSJUHPQ.mjs +0 -5
  484. package/node_modules/@storybook/addon-docs/dist/index.d.ts +0 -198
  485. package/node_modules/@storybook/addon-docs/dist/index.js +0 -1
  486. package/node_modules/@storybook/addon-docs/dist/index.mjs +0 -9
  487. package/node_modules/@storybook/addon-docs/dist/manager.d.ts +0 -2
  488. package/node_modules/@storybook/addon-docs/dist/manager.js +0 -1
  489. package/node_modules/@storybook/addon-docs/dist/manager.mjs +0 -8
  490. package/node_modules/@storybook/addon-docs/dist/mdx-loader.d.ts +0 -5940
  491. package/node_modules/@storybook/addon-docs/dist/mdx-loader.js +0 -56
  492. package/node_modules/@storybook/addon-docs/dist/mdx-loader.mjs +0 -59
  493. package/node_modules/@storybook/addon-docs/dist/preset.d.ts +0 -20
  494. package/node_modules/@storybook/addon-docs/dist/preset.js +0 -53
  495. package/node_modules/@storybook/addon-docs/dist/preview.d.ts +0 -3
  496. package/node_modules/@storybook/addon-docs/dist/preview.js +0 -1
  497. package/node_modules/@storybook/addon-docs/dist/preview.mjs +0 -2
  498. package/node_modules/@storybook/addon-docs/dist/shims/mdx-react-shim.d.ts +0 -1
  499. package/node_modules/@storybook/addon-docs/dist/shims/mdx-react-shim.js +0 -1
  500. package/node_modules/@storybook/addon-docs/dist/shims/mdx-react-shim.mjs +0 -1
  501. package/node_modules/@storybook/addon-docs/ember/README.md +0 -153
  502. package/node_modules/@storybook/addon-docs/ember/index.d.ts +0 -1
  503. package/node_modules/@storybook/addon-docs/ember/index.js +0 -5
  504. package/node_modules/@storybook/addon-docs/package.json +0 -171
  505. package/node_modules/@storybook/addon-docs/preset.js +0 -1
  506. package/node_modules/@storybook/addon-docs/preview.js +0 -1
  507. package/node_modules/@storybook/addon-docs/react/README.md +0 -149
  508. package/node_modules/@storybook/addon-docs/svelte/HOC.svelte +0 -7
  509. package/node_modules/@storybook/addon-docs/vue/README.md +0 -152
  510. package/node_modules/@storybook/addon-docs/web-components/README.md +0 -131
  511. package/node_modules/@storybook/addon-docs/web-components/index.js +0 -1
  512. package/node_modules/@storybook/addon-essentials/README.md +0 -57
  513. package/node_modules/@storybook/addon-essentials/dist/actions/manager.js +0 -1
  514. package/node_modules/@storybook/addon-essentials/dist/actions/preview.d.ts +0 -7
  515. package/node_modules/@storybook/addon-essentials/dist/actions/preview.js +0 -12
  516. package/node_modules/@storybook/addon-essentials/dist/actions/preview.mjs +0 -1
  517. package/node_modules/@storybook/addon-essentials/dist/backgrounds/manager.js +0 -1
  518. package/node_modules/@storybook/addon-essentials/dist/backgrounds/preview.d.ts +0 -1
  519. package/node_modules/@storybook/addon-essentials/dist/backgrounds/preview.js +0 -12
  520. package/node_modules/@storybook/addon-essentials/dist/backgrounds/preview.mjs +0 -1
  521. package/node_modules/@storybook/addon-essentials/dist/controls/manager.js +0 -1
  522. package/node_modules/@storybook/addon-essentials/dist/docs/manager.js +0 -1
  523. package/node_modules/@storybook/addon-essentials/dist/docs/mdx-react-shim.js +0 -12
  524. package/node_modules/@storybook/addon-essentials/dist/docs/preset.js +0 -14
  525. package/node_modules/@storybook/addon-essentials/dist/docs/preview.d.ts +0 -1
  526. package/node_modules/@storybook/addon-essentials/dist/docs/preview.js +0 -12
  527. package/node_modules/@storybook/addon-essentials/dist/docs/preview.mjs +0 -1
  528. package/node_modules/@storybook/addon-essentials/dist/highlight/preview.d.ts +0 -1
  529. package/node_modules/@storybook/addon-essentials/dist/highlight/preview.js +0 -12
  530. package/node_modules/@storybook/addon-essentials/dist/highlight/preview.mjs +0 -1
  531. package/node_modules/@storybook/addon-essentials/dist/index.d.ts +0 -5
  532. package/node_modules/@storybook/addon-essentials/dist/index.js +0 -42
  533. package/node_modules/@storybook/addon-essentials/dist/index.mjs +0 -12
  534. package/node_modules/@storybook/addon-essentials/dist/measure/manager.js +0 -1
  535. package/node_modules/@storybook/addon-essentials/dist/measure/preview.d.ts +0 -1
  536. package/node_modules/@storybook/addon-essentials/dist/measure/preview.js +0 -12
  537. package/node_modules/@storybook/addon-essentials/dist/measure/preview.mjs +0 -1
  538. package/node_modules/@storybook/addon-essentials/dist/outline/manager.js +0 -1
  539. package/node_modules/@storybook/addon-essentials/dist/outline/preview.d.ts +0 -1
  540. package/node_modules/@storybook/addon-essentials/dist/outline/preview.js +0 -12
  541. package/node_modules/@storybook/addon-essentials/dist/outline/preview.mjs +0 -1
  542. package/node_modules/@storybook/addon-essentials/dist/preset.js +0 -9
  543. package/node_modules/@storybook/addon-essentials/dist/preview.d.ts +0 -5
  544. package/node_modules/@storybook/addon-essentials/dist/preview.js +0 -42
  545. package/node_modules/@storybook/addon-essentials/dist/preview.mjs +0 -12
  546. package/node_modules/@storybook/addon-essentials/dist/toolbars/manager.js +0 -1
  547. package/node_modules/@storybook/addon-essentials/dist/viewport/manager.js +0 -1
  548. package/node_modules/@storybook/addon-essentials/dist/viewport/preview.d.ts +0 -1
  549. package/node_modules/@storybook/addon-essentials/dist/viewport/preview.js +0 -12
  550. package/node_modules/@storybook/addon-essentials/dist/viewport/preview.mjs +0 -1
  551. package/node_modules/@storybook/addon-essentials/package.json +0 -162
  552. package/node_modules/@storybook/addon-essentials/preset.js +0 -1
  553. package/node_modules/@storybook/addon-interactions/README.md +0 -57
  554. package/node_modules/@storybook/addon-interactions/dist/index.d.ts +0 -5
  555. package/node_modules/@storybook/addon-interactions/dist/index.js +0 -9
  556. package/node_modules/@storybook/addon-interactions/dist/index.mjs +0 -7
  557. package/node_modules/@storybook/addon-interactions/dist/manager.css +0 -1
  558. package/node_modules/@storybook/addon-interactions/dist/manager.js +0 -19
  559. package/node_modules/@storybook/addon-interactions/dist/preset.js +0 -9
  560. package/node_modules/@storybook/addon-interactions/dist/preview.d.ts +0 -20
  561. package/node_modules/@storybook/addon-interactions/dist/preview.js +0 -9
  562. package/node_modules/@storybook/addon-interactions/dist/preview.mjs +0 -6
  563. package/node_modules/@storybook/addon-interactions/manager.js +0 -1
  564. package/node_modules/@storybook/addon-interactions/package.json +0 -109
  565. package/node_modules/@storybook/addon-interactions/preset.js +0 -1
  566. package/node_modules/@storybook/addon-interactions/preview.js +0 -1
  567. package/node_modules/@storybook/addon-links/README.md +0 -147
  568. package/node_modules/@storybook/addon-links/dist/chunk-DQW2J2JG.mjs +0 -8
  569. package/node_modules/@storybook/addon-links/dist/index.d.ts +0 -20
  570. package/node_modules/@storybook/addon-links/dist/index.js +0 -16
  571. package/node_modules/@storybook/addon-links/dist/index.mjs +0 -7
  572. package/node_modules/@storybook/addon-links/dist/manager.js +0 -3
  573. package/node_modules/@storybook/addon-links/dist/preview.d.ts +0 -3
  574. package/node_modules/@storybook/addon-links/dist/preview.js +0 -10
  575. package/node_modules/@storybook/addon-links/dist/preview.mjs +0 -8
  576. package/node_modules/@storybook/addon-links/dist/react/index.d.ts +0 -24
  577. package/node_modules/@storybook/addon-links/dist/react/index.js +0 -15
  578. package/node_modules/@storybook/addon-links/dist/react/index.mjs +0 -6
  579. package/node_modules/@storybook/addon-links/manager.js +0 -1
  580. package/node_modules/@storybook/addon-links/package.json +0 -110
  581. package/node_modules/@storybook/addon-links/preview.js +0 -1
  582. package/node_modules/@storybook/addon-links/react.d.ts +0 -1
  583. package/node_modules/@storybook/addon-links/react.js +0 -3
  584. package/node_modules/@storybook/blocks/README.md +0 -23
  585. package/node_modules/@storybook/blocks/dist/Color-YHDXOIA2.mjs +0 -9
  586. package/node_modules/@storybook/blocks/dist/chunk-2PTXLE6R.mjs +0 -3
  587. package/node_modules/@storybook/blocks/dist/index.d.ts +0 -1032
  588. package/node_modules/@storybook/blocks/dist/index.js +0 -198
  589. package/node_modules/@storybook/blocks/dist/index.mjs +0 -214
  590. package/node_modules/@storybook/blocks/package.json +0 -86
  591. package/node_modules/@storybook/manager-api/package.json +0 -46
  592. package/node_modules/@storybook/manager-api/shim.d.ts +0 -2
  593. package/node_modules/@storybook/manager-api/shim.js +0 -1
  594. package/node_modules/@storybook/manager-api/shim.mjs +0 -1
  595. package/node_modules/@storybook/react/README.md +0 -1
  596. package/node_modules/@storybook/react/dist/chunk-EWIU6LHT.mjs +0 -56
  597. package/node_modules/@storybook/react/dist/chunk-TENYCC3B.mjs +0 -8
  598. package/node_modules/@storybook/react/dist/chunk-XP5HYGXS.mjs +0 -3
  599. package/node_modules/@storybook/react/dist/chunk-ZGTCCPPZ.mjs +0 -7
  600. package/node_modules/@storybook/react/dist/entry-preview-docs.d.ts +0 -20
  601. package/node_modules/@storybook/react/dist/entry-preview-docs.js +0 -47
  602. package/node_modules/@storybook/react/dist/entry-preview-docs.mjs +0 -2
  603. package/node_modules/@storybook/react/dist/entry-preview-rsc.d.ts +0 -7
  604. package/node_modules/@storybook/react/dist/entry-preview-rsc.js +0 -1
  605. package/node_modules/@storybook/react/dist/entry-preview-rsc.mjs +0 -5
  606. package/node_modules/@storybook/react/dist/entry-preview.d.ts +0 -19
  607. package/node_modules/@storybook/react/dist/entry-preview.js +0 -1
  608. package/node_modules/@storybook/react/dist/entry-preview.mjs +0 -2
  609. package/node_modules/@storybook/react/dist/index.d.ts +0 -91
  610. package/node_modules/@storybook/react/dist/index.js +0 -47
  611. package/node_modules/@storybook/react/dist/index.mjs +0 -11
  612. package/node_modules/@storybook/react/dist/playwright.d.ts +0 -1
  613. package/node_modules/@storybook/react/dist/playwright.js +0 -1
  614. package/node_modules/@storybook/react/dist/playwright.mjs +0 -2
  615. package/node_modules/@storybook/react/dist/preset.d.ts +0 -18
  616. package/node_modules/@storybook/react/dist/preset.js +0 -1
  617. package/node_modules/@storybook/react/dist/preview.d.ts +0 -199
  618. package/node_modules/@storybook/react/dist/preview.js +0 -47
  619. package/node_modules/@storybook/react/dist/preview.mjs +0 -4
  620. package/node_modules/@storybook/react/dist/public-types-f2c70f25.d.ts +0 -230
  621. package/node_modules/@storybook/react/dist/types-5617c98e.d.ts +0 -27
  622. package/node_modules/@storybook/react/package.json +0 -136
  623. package/node_modules/@storybook/react/preset.js +0 -1
  624. package/node_modules/@storybook/react/template/cli/.eslintrc.json +0 -5
  625. package/node_modules/@storybook/react/template/cli/js/Button.jsx +0 -39
  626. package/node_modules/@storybook/react/template/cli/js/Button.stories.js +0 -49
  627. package/node_modules/@storybook/react/template/cli/js/Header.jsx +0 -56
  628. package/node_modules/@storybook/react/template/cli/js/Header.stories.js +0 -29
  629. package/node_modules/@storybook/react/template/cli/js/Page.jsx +0 -69
  630. package/node_modules/@storybook/react/template/cli/js/Page.stories.js +0 -28
  631. package/node_modules/@storybook/react/template/cli/ts-3-8/Button.stories.ts +0 -53
  632. package/node_modules/@storybook/react/template/cli/ts-3-8/Button.tsx +0 -37
  633. package/node_modules/@storybook/react/template/cli/ts-3-8/Header.stories.ts +0 -33
  634. package/node_modules/@storybook/react/template/cli/ts-3-8/Header.tsx +0 -56
  635. package/node_modules/@storybook/react/template/cli/ts-3-8/Page.stories.ts +0 -32
  636. package/node_modules/@storybook/react/template/cli/ts-3-8/Page.tsx +0 -73
  637. package/node_modules/@storybook/react/template/cli/ts-4-9/Button.stories.ts +0 -53
  638. package/node_modules/@storybook/react/template/cli/ts-4-9/Button.tsx +0 -37
  639. package/node_modules/@storybook/react/template/cli/ts-4-9/Header.stories.ts +0 -33
  640. package/node_modules/@storybook/react/template/cli/ts-4-9/Header.tsx +0 -56
  641. package/node_modules/@storybook/react/template/cli/ts-4-9/Page.stories.ts +0 -32
  642. package/node_modules/@storybook/react/template/cli/ts-4-9/Page.tsx +0 -73
  643. package/node_modules/@storybook/react-vite/README.md +0 -3
  644. package/node_modules/@storybook/react-vite/dist/index.d.ts +0 -49
  645. package/node_modules/@storybook/react-vite/dist/index.js +0 -1
  646. package/node_modules/@storybook/react-vite/dist/index.mjs +0 -1
  647. package/node_modules/@storybook/react-vite/dist/node/index.d.ts +0 -9
  648. package/node_modules/@storybook/react-vite/dist/node/index.js +0 -1
  649. package/node_modules/@storybook/react-vite/dist/node/index.mjs +0 -3
  650. package/node_modules/@storybook/react-vite/dist/preset.d.ts +0 -10
  651. package/node_modules/@storybook/react-vite/dist/preset.js +0 -1
  652. package/node_modules/@storybook/react-vite/package.json +0 -111
  653. package/node_modules/@storybook/react-vite/preset.js +0 -1
  654. package/node_modules/@storybook/test/README.md +0 -41
  655. package/node_modules/@storybook/test/dist/index.d.ts +0 -186
  656. package/node_modules/@storybook/test/dist/index.js +0 -193
  657. package/node_modules/@storybook/test/dist/index.mjs +0 -199
  658. package/node_modules/@storybook/test/package.json +0 -85
  659. package/node_modules/@storybook/theming/create.d.ts +0 -2
  660. package/node_modules/@storybook/theming/create.js +0 -1
  661. package/node_modules/@storybook/theming/create.mjs +0 -1
  662. package/node_modules/@storybook/theming/package.json +0 -52
  663. package/node_modules/@storybook/theming/shim.d.ts +0 -2
  664. package/node_modules/@storybook/theming/shim.js +0 -1
  665. package/node_modules/@storybook/theming/shim.mjs +0 -1
  666. package/node_modules/@testing-library/jest-dom/LICENSE +0 -20
  667. package/node_modules/@testing-library/jest-dom/README.md +0 -1706
  668. package/node_modules/@testing-library/jest-dom/dist/index.js +0 -12
  669. package/node_modules/@testing-library/jest-dom/dist/index.mjs +0 -10
  670. package/node_modules/@testing-library/jest-dom/dist/jest-globals.js +0 -16
  671. package/node_modules/@testing-library/jest-dom/dist/jest-globals.mjs +0 -14
  672. package/node_modules/@testing-library/jest-dom/dist/matchers-7fb38cd4.js +0 -1945
  673. package/node_modules/@testing-library/jest-dom/dist/matchers-c85aadf8.mjs +0 -1914
  674. package/node_modules/@testing-library/jest-dom/dist/matchers.js +0 -42
  675. package/node_modules/@testing-library/jest-dom/dist/matchers.mjs +0 -8
  676. package/node_modules/@testing-library/jest-dom/dist/vitest.js +0 -16
  677. package/node_modules/@testing-library/jest-dom/dist/vitest.mjs +0 -14
  678. package/node_modules/@testing-library/jest-dom/jest-globals.d.ts +0 -1
  679. package/node_modules/@testing-library/jest-dom/jest-globals.js +0 -4
  680. package/node_modules/@testing-library/jest-dom/matchers.d.ts +0 -3
  681. package/node_modules/@testing-library/jest-dom/matchers.js +0 -2
  682. package/node_modules/@testing-library/jest-dom/package.json +0 -153
  683. package/node_modules/@testing-library/jest-dom/types/__tests__/bun/bun-custom-expect-types.test.ts +0 -100
  684. package/node_modules/@testing-library/jest-dom/types/__tests__/bun/bun-types.test.ts +0 -120
  685. package/node_modules/@testing-library/jest-dom/types/__tests__/bun/tsconfig.json +0 -9
  686. package/node_modules/@testing-library/jest-dom/types/__tests__/jest/jest-custom-expect-types.test.ts +0 -100
  687. package/node_modules/@testing-library/jest-dom/types/__tests__/jest/jest-types.test.ts +0 -119
  688. package/node_modules/@testing-library/jest-dom/types/__tests__/jest/tsconfig.json +0 -9
  689. package/node_modules/@testing-library/jest-dom/types/__tests__/jest-globals/jest-globals-custom-expect-types.test.ts +0 -97
  690. package/node_modules/@testing-library/jest-dom/types/__tests__/jest-globals/jest-globals-types.test.ts +0 -120
  691. package/node_modules/@testing-library/jest-dom/types/__tests__/jest-globals/tsconfig.json +0 -9
  692. package/node_modules/@testing-library/jest-dom/types/__tests__/vitest/tsconfig.json +0 -9
  693. package/node_modules/@testing-library/jest-dom/types/__tests__/vitest/vitest-custom-expect-types.test.ts +0 -97
  694. package/node_modules/@testing-library/jest-dom/types/__tests__/vitest/vitest-types.test.ts +0 -120
  695. package/node_modules/@testing-library/jest-dom/types/bun.d.ts +0 -11
  696. package/node_modules/@testing-library/jest-dom/types/index.d.ts +0 -1
  697. package/node_modules/@testing-library/jest-dom/types/jest-globals.d.ts +0 -11
  698. package/node_modules/@testing-library/jest-dom/types/jest.d.ts +0 -13
  699. package/node_modules/@testing-library/jest-dom/types/matchers-standalone.d.ts +0 -30
  700. package/node_modules/@testing-library/jest-dom/types/matchers.d.ts +0 -771
  701. package/node_modules/@testing-library/jest-dom/types/vitest.d.ts +0 -15
  702. package/node_modules/@testing-library/jest-dom/vitest.d.ts +0 -1
  703. package/node_modules/@testing-library/jest-dom/vitest.js +0 -4
  704. package/node_modules/@testing-library/react/LICENSE +0 -20
  705. package/node_modules/@testing-library/react/README.md +0 -688
  706. package/node_modules/@testing-library/react/dist/@testing-library/react.cjs.js +0 -532
  707. package/node_modules/@testing-library/react/dist/@testing-library/react.esm.js +0 -492
  708. package/node_modules/@testing-library/react/dist/@testing-library/react.pure.cjs.js +0 -496
  709. package/node_modules/@testing-library/react/dist/@testing-library/react.pure.esm.js +0 -456
  710. package/node_modules/@testing-library/react/dist/@testing-library/react.pure.umd.js +0 -13017
  711. package/node_modules/@testing-library/react/dist/@testing-library/react.pure.umd.js.map +0 -1
  712. package/node_modules/@testing-library/react/dist/@testing-library/react.pure.umd.min.js +0 -2
  713. package/node_modules/@testing-library/react/dist/@testing-library/react.pure.umd.min.js.map +0 -1
  714. package/node_modules/@testing-library/react/dist/@testing-library/react.umd.js +0 -13053
  715. package/node_modules/@testing-library/react/dist/@testing-library/react.umd.js.map +0 -1
  716. package/node_modules/@testing-library/react/dist/@testing-library/react.umd.min.js +0 -2
  717. package/node_modules/@testing-library/react/dist/@testing-library/react.umd.min.js.map +0 -1
  718. package/node_modules/@testing-library/react/dist/act-compat.js +0 -81
  719. package/node_modules/@testing-library/react/dist/config.js +0 -33
  720. package/node_modules/@testing-library/react/dist/fire-event.js +0 -70
  721. package/node_modules/@testing-library/react/dist/index.js +0 -52
  722. package/node_modules/@testing-library/react/dist/pure.js +0 -335
  723. package/node_modules/@testing-library/react/dont-cleanup-after-each.js +0 -1
  724. package/node_modules/@testing-library/react/package.json +0 -111
  725. package/node_modules/@testing-library/react/pure.d.ts +0 -1
  726. package/node_modules/@testing-library/react/pure.js +0 -2
  727. package/node_modules/@testing-library/react/types/index.d.ts +0 -257
  728. package/node_modules/@testing-library/react/types/pure.d.ts +0 -1
  729. package/node_modules/@testing-library/user-event/LICENSE +0 -20
  730. package/node_modules/@testing-library/user-event/README.md +0 -124
  731. package/node_modules/@testing-library/user-event/dist/cjs/clipboard/copy.js +0 -22
  732. package/node_modules/@testing-library/user-event/dist/cjs/clipboard/cut.js +0 -22
  733. package/node_modules/@testing-library/user-event/dist/cjs/clipboard/index.js +0 -11
  734. package/node_modules/@testing-library/user-event/dist/cjs/clipboard/paste.js +0 -25
  735. package/node_modules/@testing-library/user-event/dist/cjs/convenience/click.js +0 -35
  736. package/node_modules/@testing-library/user-event/dist/cjs/convenience/hover.js +0 -19
  737. package/node_modules/@testing-library/user-event/dist/cjs/convenience/index.js +0 -14
  738. package/node_modules/@testing-library/user-event/dist/cjs/convenience/tab.js +0 -7
  739. package/node_modules/@testing-library/user-event/dist/cjs/document/UI.js +0 -92
  740. package/node_modules/@testing-library/user-event/dist/cjs/document/copySelection.js +0 -29
  741. package/node_modules/@testing-library/user-event/dist/cjs/document/getValueOrTextContent.js +0 -18
  742. package/node_modules/@testing-library/user-event/dist/cjs/document/index.js +0 -17
  743. package/node_modules/@testing-library/user-event/dist/cjs/document/interceptor.js +0 -104
  744. package/node_modules/@testing-library/user-event/dist/cjs/document/patchFocus.js +0 -104
  745. package/node_modules/@testing-library/user-event/dist/cjs/document/prepareDocument.js +0 -58
  746. package/node_modules/@testing-library/user-event/dist/cjs/document/trackValue.js +0 -57
  747. package/node_modules/@testing-library/user-event/dist/cjs/event/behavior/click.js +0 -32
  748. package/node_modules/@testing-library/user-event/dist/cjs/event/behavior/cut.js +0 -14
  749. package/node_modules/@testing-library/user-event/dist/cjs/event/behavior/index.js +0 -13
  750. package/node_modules/@testing-library/user-event/dist/cjs/event/behavior/keydown.js +0 -128
  751. package/node_modules/@testing-library/user-event/dist/cjs/event/behavior/keypress.js +0 -51
  752. package/node_modules/@testing-library/user-event/dist/cjs/event/behavior/keyup.js +0 -17
  753. package/node_modules/@testing-library/user-event/dist/cjs/event/behavior/paste.js +0 -18
  754. package/node_modules/@testing-library/user-event/dist/cjs/event/behavior/registry.js +0 -5
  755. package/node_modules/@testing-library/user-event/dist/cjs/event/createEvent.js +0 -207
  756. package/node_modules/@testing-library/user-event/dist/cjs/event/dispatchEvent.js +0 -54
  757. package/node_modules/@testing-library/user-event/dist/cjs/event/eventMap.js +0 -281
  758. package/node_modules/@testing-library/user-event/dist/cjs/event/focus.js +0 -34
  759. package/node_modules/@testing-library/user-event/dist/cjs/event/index.js +0 -22
  760. package/node_modules/@testing-library/user-event/dist/cjs/event/input.js +0 -157
  761. package/node_modules/@testing-library/user-event/dist/cjs/event/radio.js +0 -27
  762. package/node_modules/@testing-library/user-event/dist/cjs/event/selection/getInputRange.js +0 -18
  763. package/node_modules/@testing-library/user-event/dist/cjs/event/selection/getTargetTypeAndSelection.js +0 -31
  764. package/node_modules/@testing-library/user-event/dist/cjs/event/selection/index.js +0 -24
  765. package/node_modules/@testing-library/user-event/dist/cjs/event/selection/modifySelection.js +0 -21
  766. package/node_modules/@testing-library/user-event/dist/cjs/event/selection/modifySelectionPerMouse.js +0 -40
  767. package/node_modules/@testing-library/user-event/dist/cjs/event/selection/moveSelection.js +0 -38
  768. package/node_modules/@testing-library/user-event/dist/cjs/event/selection/resolveCaretPosition.js +0 -61
  769. package/node_modules/@testing-library/user-event/dist/cjs/event/selection/selectAll.js +0 -38
  770. package/node_modules/@testing-library/user-event/dist/cjs/event/selection/setSelection.js +0 -21
  771. package/node_modules/@testing-library/user-event/dist/cjs/event/selection/setSelectionPerMouse.js +0 -81
  772. package/node_modules/@testing-library/user-event/dist/cjs/event/selection/setSelectionRange.js +0 -31
  773. package/node_modules/@testing-library/user-event/dist/cjs/event/selection/updateSelectionOnFocus.js +0 -40
  774. package/node_modules/@testing-library/user-event/dist/cjs/event/types.js +0 -2
  775. package/node_modules/@testing-library/user-event/dist/cjs/event/wrapEvent.js +0 -9
  776. package/node_modules/@testing-library/user-event/dist/cjs/index.js +0 -12
  777. package/node_modules/@testing-library/user-event/dist/cjs/keyboard/index.js +0 -40
  778. package/node_modules/@testing-library/user-event/dist/cjs/keyboard/keyMap.js +0 -178
  779. package/node_modules/@testing-library/user-event/dist/cjs/keyboard/parseKeyDef.js +0 -45
  780. package/node_modules/@testing-library/user-event/dist/cjs/options.js +0 -14
  781. package/node_modules/@testing-library/user-event/dist/cjs/package.json +0 -3
  782. package/node_modules/@testing-library/user-event/dist/cjs/pointer/index.js +0 -74
  783. package/node_modules/@testing-library/user-event/dist/cjs/pointer/keyMap.js +0 -33
  784. package/node_modules/@testing-library/user-event/dist/cjs/pointer/parseKeyDef.js +0 -23
  785. package/node_modules/@testing-library/user-event/dist/cjs/setup/api.js +0 -35
  786. package/node_modules/@testing-library/user-event/dist/cjs/setup/directApi.js +0 -75
  787. package/node_modules/@testing-library/user-event/dist/cjs/setup/index.js +0 -11
  788. package/node_modules/@testing-library/user-event/dist/cjs/setup/setup.js +0 -125
  789. package/node_modules/@testing-library/user-event/dist/cjs/setup/wrapAsync.js +0 -11
  790. package/node_modules/@testing-library/user-event/dist/cjs/system/index.js +0 -44
  791. package/node_modules/@testing-library/user-event/dist/cjs/system/keyboard.js +0 -169
  792. package/node_modules/@testing-library/user-event/dist/cjs/system/pointer/buttons.js +0 -84
  793. package/node_modules/@testing-library/user-event/dist/cjs/system/pointer/device.js +0 -34
  794. package/node_modules/@testing-library/user-event/dist/cjs/system/pointer/index.js +0 -159
  795. package/node_modules/@testing-library/user-event/dist/cjs/system/pointer/mouse.js +0 -207
  796. package/node_modules/@testing-library/user-event/dist/cjs/system/pointer/pointer.js +0 -131
  797. package/node_modules/@testing-library/user-event/dist/cjs/system/pointer/shared.js +0 -8
  798. package/node_modules/@testing-library/user-event/dist/cjs/utility/clear.js +0 -32
  799. package/node_modules/@testing-library/user-event/dist/cjs/utility/index.js +0 -14
  800. package/node_modules/@testing-library/user-event/dist/cjs/utility/selectOptions.js +0 -114
  801. package/node_modules/@testing-library/user-event/dist/cjs/utility/type.js +0 -23
  802. package/node_modules/@testing-library/user-event/dist/cjs/utility/upload.js +0 -62
  803. package/node_modules/@testing-library/user-event/dist/cjs/utils/click/isClickableInput.js +0 -20
  804. package/node_modules/@testing-library/user-event/dist/cjs/utils/dataTransfer/Blob.js +0 -16
  805. package/node_modules/@testing-library/user-event/dist/cjs/utils/dataTransfer/Clipboard.js +0 -169
  806. package/node_modules/@testing-library/user-event/dist/cjs/utils/dataTransfer/DataTransfer.js +0 -136
  807. package/node_modules/@testing-library/user-event/dist/cjs/utils/dataTransfer/FileList.js +0 -24
  808. package/node_modules/@testing-library/user-event/dist/cjs/utils/edit/isContentEditable.js +0 -18
  809. package/node_modules/@testing-library/user-event/dist/cjs/utils/edit/isEditable.js +0 -29
  810. package/node_modules/@testing-library/user-event/dist/cjs/utils/edit/maxLength.js +0 -26
  811. package/node_modules/@testing-library/user-event/dist/cjs/utils/edit/setFiles.js +0 -59
  812. package/node_modules/@testing-library/user-event/dist/cjs/utils/edit/timeValue.js +0 -40
  813. package/node_modules/@testing-library/user-event/dist/cjs/utils/focus/cursor.js +0 -126
  814. package/node_modules/@testing-library/user-event/dist/cjs/utils/focus/getActiveElement.js +0 -23
  815. package/node_modules/@testing-library/user-event/dist/cjs/utils/focus/getTabDestination.js +0 -80
  816. package/node_modules/@testing-library/user-event/dist/cjs/utils/focus/isFocusable.js +0 -9
  817. package/node_modules/@testing-library/user-event/dist/cjs/utils/focus/selection.js +0 -20
  818. package/node_modules/@testing-library/user-event/dist/cjs/utils/focus/selector.js +0 -14
  819. package/node_modules/@testing-library/user-event/dist/cjs/utils/index.js +0 -78
  820. package/node_modules/@testing-library/user-event/dist/cjs/utils/keyDef/readNextDescriptor.js +0 -92
  821. package/node_modules/@testing-library/user-event/dist/cjs/utils/misc/cloneEvent.js +0 -7
  822. package/node_modules/@testing-library/user-event/dist/cjs/utils/misc/findClosest.js +0 -14
  823. package/node_modules/@testing-library/user-event/dist/cjs/utils/misc/getDocumentFromNode.js +0 -10
  824. package/node_modules/@testing-library/user-event/dist/cjs/utils/misc/getTreeDiff.js +0 -25
  825. package/node_modules/@testing-library/user-event/dist/cjs/utils/misc/getWindow.js +0 -19
  826. package/node_modules/@testing-library/user-event/dist/cjs/utils/misc/isDescendantOrSelf.js +0 -14
  827. package/node_modules/@testing-library/user-event/dist/cjs/utils/misc/isDisabled.js +0 -33
  828. package/node_modules/@testing-library/user-event/dist/cjs/utils/misc/isElementType.js +0 -20
  829. package/node_modules/@testing-library/user-event/dist/cjs/utils/misc/isVisible.js +0 -19
  830. package/node_modules/@testing-library/user-event/dist/cjs/utils/misc/level.js +0 -17
  831. package/node_modules/@testing-library/user-event/dist/cjs/utils/misc/wait.js +0 -14
  832. package/node_modules/@testing-library/user-event/dist/cjs/utils/pointer/cssPointerEvents.js +0 -103
  833. package/node_modules/@testing-library/user-event/dist/esm/clipboard/copy.js +0 -20
  834. package/node_modules/@testing-library/user-event/dist/esm/clipboard/cut.js +0 -20
  835. package/node_modules/@testing-library/user-event/dist/esm/clipboard/index.js +0 -3
  836. package/node_modules/@testing-library/user-event/dist/esm/clipboard/paste.js +0 -23
  837. package/node_modules/@testing-library/user-event/dist/esm/convenience/click.js +0 -31
  838. package/node_modules/@testing-library/user-event/dist/esm/convenience/hover.js +0 -16
  839. package/node_modules/@testing-library/user-event/dist/esm/convenience/index.js +0 -3
  840. package/node_modules/@testing-library/user-event/dist/esm/convenience/tab.js +0 -5
  841. package/node_modules/@testing-library/user-event/dist/esm/document/UI.js +0 -79
  842. package/node_modules/@testing-library/user-event/dist/esm/document/copySelection.js +0 -27
  843. package/node_modules/@testing-library/user-event/dist/esm/document/getValueOrTextContent.js +0 -16
  844. package/node_modules/@testing-library/user-event/dist/esm/document/index.js +0 -4
  845. package/node_modules/@testing-library/user-event/dist/esm/document/interceptor.js +0 -99
  846. package/node_modules/@testing-library/user-event/dist/esm/document/patchFocus.js +0 -101
  847. package/node_modules/@testing-library/user-event/dist/esm/document/prepareDocument.js +0 -56
  848. package/node_modules/@testing-library/user-event/dist/esm/document/trackValue.js +0 -53
  849. package/node_modules/@testing-library/user-event/dist/esm/event/behavior/click.js +0 -30
  850. package/node_modules/@testing-library/user-event/dist/esm/event/behavior/cut.js +0 -12
  851. package/node_modules/@testing-library/user-event/dist/esm/event/behavior/index.js +0 -7
  852. package/node_modules/@testing-library/user-event/dist/esm/event/behavior/keydown.js +0 -126
  853. package/node_modules/@testing-library/user-event/dist/esm/event/behavior/keypress.js +0 -49
  854. package/node_modules/@testing-library/user-event/dist/esm/event/behavior/keyup.js +0 -15
  855. package/node_modules/@testing-library/user-event/dist/esm/event/behavior/paste.js +0 -16
  856. package/node_modules/@testing-library/user-event/dist/esm/event/behavior/registry.js +0 -3
  857. package/node_modules/@testing-library/user-event/dist/esm/event/createEvent.js +0 -205
  858. package/node_modules/@testing-library/user-event/dist/esm/event/dispatchEvent.js +0 -50
  859. package/node_modules/@testing-library/user-event/dist/esm/event/eventMap.js +0 -277
  860. package/node_modules/@testing-library/user-event/dist/esm/event/focus.js +0 -31
  861. package/node_modules/@testing-library/user-event/dist/esm/event/index.js +0 -7
  862. package/node_modules/@testing-library/user-event/dist/esm/event/input.js +0 -155
  863. package/node_modules/@testing-library/user-event/dist/esm/event/radio.js +0 -25
  864. package/node_modules/@testing-library/user-event/dist/esm/event/selection/getInputRange.js +0 -16
  865. package/node_modules/@testing-library/user-event/dist/esm/event/selection/getTargetTypeAndSelection.js +0 -29
  866. package/node_modules/@testing-library/user-event/dist/esm/event/selection/index.js +0 -9
  867. package/node_modules/@testing-library/user-event/dist/esm/event/selection/modifySelection.js +0 -19
  868. package/node_modules/@testing-library/user-event/dist/esm/event/selection/modifySelectionPerMouse.js +0 -38
  869. package/node_modules/@testing-library/user-event/dist/esm/event/selection/moveSelection.js +0 -36
  870. package/node_modules/@testing-library/user-event/dist/esm/event/selection/resolveCaretPosition.js +0 -59
  871. package/node_modules/@testing-library/user-event/dist/esm/event/selection/selectAll.js +0 -35
  872. package/node_modules/@testing-library/user-event/dist/esm/event/selection/setSelection.js +0 -19
  873. package/node_modules/@testing-library/user-event/dist/esm/event/selection/setSelectionPerMouse.js +0 -79
  874. package/node_modules/@testing-library/user-event/dist/esm/event/selection/setSelectionRange.js +0 -29
  875. package/node_modules/@testing-library/user-event/dist/esm/event/selection/updateSelectionOnFocus.js +0 -38
  876. package/node_modules/@testing-library/user-event/dist/esm/event/types.js +0 -1
  877. package/node_modules/@testing-library/user-event/dist/esm/event/wrapEvent.js +0 -7
  878. package/node_modules/@testing-library/user-event/dist/esm/index.js +0 -2
  879. package/node_modules/@testing-library/user-event/dist/esm/keyboard/index.js +0 -37
  880. package/node_modules/@testing-library/user-event/dist/esm/keyboard/keyMap.js +0 -176
  881. package/node_modules/@testing-library/user-event/dist/esm/keyboard/parseKeyDef.js +0 -43
  882. package/node_modules/@testing-library/user-event/dist/esm/options.js +0 -12
  883. package/node_modules/@testing-library/user-event/dist/esm/package.json +0 -3
  884. package/node_modules/@testing-library/user-event/dist/esm/pointer/index.js +0 -72
  885. package/node_modules/@testing-library/user-event/dist/esm/pointer/keyMap.js +0 -31
  886. package/node_modules/@testing-library/user-event/dist/esm/pointer/parseKeyDef.js +0 -21
  887. package/node_modules/@testing-library/user-event/dist/esm/setup/api.js +0 -33
  888. package/node_modules/@testing-library/user-event/dist/esm/setup/directApi.js +0 -58
  889. package/node_modules/@testing-library/user-event/dist/esm/setup/index.js +0 -9
  890. package/node_modules/@testing-library/user-event/dist/esm/setup/setup.js +0 -119
  891. package/node_modules/@testing-library/user-event/dist/esm/setup/wrapAsync.js +0 -9
  892. package/node_modules/@testing-library/user-event/dist/esm/system/index.js +0 -42
  893. package/node_modules/@testing-library/user-event/dist/esm/system/keyboard.js +0 -166
  894. package/node_modules/@testing-library/user-event/dist/esm/system/pointer/buttons.js +0 -78
  895. package/node_modules/@testing-library/user-event/dist/esm/system/pointer/device.js +0 -32
  896. package/node_modules/@testing-library/user-event/dist/esm/system/pointer/index.js +0 -157
  897. package/node_modules/@testing-library/user-event/dist/esm/system/pointer/mouse.js +0 -205
  898. package/node_modules/@testing-library/user-event/dist/esm/system/pointer/pointer.js +0 -129
  899. package/node_modules/@testing-library/user-event/dist/esm/system/pointer/shared.js +0 -6
  900. package/node_modules/@testing-library/user-event/dist/esm/utility/clear.js +0 -30
  901. package/node_modules/@testing-library/user-event/dist/esm/utility/index.js +0 -4
  902. package/node_modules/@testing-library/user-event/dist/esm/utility/selectOptions.js +0 -111
  903. package/node_modules/@testing-library/user-event/dist/esm/utility/type.js +0 -21
  904. package/node_modules/@testing-library/user-event/dist/esm/utility/upload.js +0 -60
  905. package/node_modules/@testing-library/user-event/dist/esm/utils/click/isClickableInput.js +0 -18
  906. package/node_modules/@testing-library/user-event/dist/esm/utils/dataTransfer/Blob.js +0 -14
  907. package/node_modules/@testing-library/user-event/dist/esm/utils/dataTransfer/Clipboard.js +0 -162
  908. package/node_modules/@testing-library/user-event/dist/esm/utils/dataTransfer/DataTransfer.js +0 -133
  909. package/node_modules/@testing-library/user-event/dist/esm/utils/dataTransfer/FileList.js +0 -22
  910. package/node_modules/@testing-library/user-event/dist/esm/utils/edit/isContentEditable.js +0 -15
  911. package/node_modules/@testing-library/user-event/dist/esm/utils/edit/isEditable.js +0 -26
  912. package/node_modules/@testing-library/user-event/dist/esm/utils/edit/maxLength.js +0 -23
  913. package/node_modules/@testing-library/user-event/dist/esm/utils/edit/setFiles.js +0 -57
  914. package/node_modules/@testing-library/user-event/dist/esm/utils/edit/timeValue.js +0 -37
  915. package/node_modules/@testing-library/user-event/dist/esm/utils/focus/cursor.js +0 -124
  916. package/node_modules/@testing-library/user-event/dist/esm/utils/focus/getActiveElement.js +0 -20
  917. package/node_modules/@testing-library/user-event/dist/esm/utils/focus/getTabDestination.js +0 -78
  918. package/node_modules/@testing-library/user-event/dist/esm/utils/focus/isFocusable.js +0 -7
  919. package/node_modules/@testing-library/user-event/dist/esm/utils/focus/selection.js +0 -17
  920. package/node_modules/@testing-library/user-event/dist/esm/utils/focus/selector.js +0 -12
  921. package/node_modules/@testing-library/user-event/dist/esm/utils/index.js +0 -29
  922. package/node_modules/@testing-library/user-event/dist/esm/utils/keyDef/readNextDescriptor.js +0 -90
  923. package/node_modules/@testing-library/user-event/dist/esm/utils/misc/cloneEvent.js +0 -5
  924. package/node_modules/@testing-library/user-event/dist/esm/utils/misc/findClosest.js +0 -12
  925. package/node_modules/@testing-library/user-event/dist/esm/utils/misc/getDocumentFromNode.js +0 -8
  926. package/node_modules/@testing-library/user-event/dist/esm/utils/misc/getTreeDiff.js +0 -23
  927. package/node_modules/@testing-library/user-event/dist/esm/utils/misc/getWindow.js +0 -17
  928. package/node_modules/@testing-library/user-event/dist/esm/utils/misc/isDescendantOrSelf.js +0 -12
  929. package/node_modules/@testing-library/user-event/dist/esm/utils/misc/isDisabled.js +0 -31
  930. package/node_modules/@testing-library/user-event/dist/esm/utils/misc/isElementType.js +0 -18
  931. package/node_modules/@testing-library/user-event/dist/esm/utils/misc/isVisible.js +0 -17
  932. package/node_modules/@testing-library/user-event/dist/esm/utils/misc/level.js +0 -13
  933. package/node_modules/@testing-library/user-event/dist/esm/utils/misc/wait.js +0 -12
  934. package/node_modules/@testing-library/user-event/dist/esm/utils/pointer/cssPointerEvents.js +0 -100
  935. package/node_modules/@testing-library/user-event/dist/types/clipboard/copy.d.ts +0 -2
  936. package/node_modules/@testing-library/user-event/dist/types/clipboard/cut.d.ts +0 -2
  937. package/node_modules/@testing-library/user-event/dist/types/clipboard/index.d.ts +0 -3
  938. package/node_modules/@testing-library/user-event/dist/types/clipboard/paste.d.ts +0 -2
  939. package/node_modules/@testing-library/user-event/dist/types/convenience/click.d.ts +0 -4
  940. package/node_modules/@testing-library/user-event/dist/types/convenience/hover.d.ts +0 -3
  941. package/node_modules/@testing-library/user-event/dist/types/convenience/index.d.ts +0 -3
  942. package/node_modules/@testing-library/user-event/dist/types/convenience/tab.d.ts +0 -4
  943. package/node_modules/@testing-library/user-event/dist/types/document/UI.d.ts +0 -42
  944. package/node_modules/@testing-library/user-event/dist/types/document/copySelection.d.ts +0 -1
  945. package/node_modules/@testing-library/user-event/dist/types/document/getValueOrTextContent.d.ts +0 -1
  946. package/node_modules/@testing-library/user-event/dist/types/document/index.d.ts +0 -5
  947. package/node_modules/@testing-library/user-event/dist/types/document/interceptor.d.ts +0 -19
  948. package/node_modules/@testing-library/user-event/dist/types/document/patchFocus.d.ts +0 -9
  949. package/node_modules/@testing-library/user-event/dist/types/document/prepareDocument.d.ts +0 -8
  950. package/node_modules/@testing-library/user-event/dist/types/document/trackValue.d.ts +0 -17
  951. package/node_modules/@testing-library/user-event/dist/types/event/behavior/click.d.ts +0 -1
  952. package/node_modules/@testing-library/user-event/dist/types/event/behavior/cut.d.ts +0 -1
  953. package/node_modules/@testing-library/user-event/dist/types/event/behavior/index.d.ts +0 -8
  954. package/node_modules/@testing-library/user-event/dist/types/event/behavior/keydown.d.ts +0 -1
  955. package/node_modules/@testing-library/user-event/dist/types/event/behavior/keypress.d.ts +0 -1
  956. package/node_modules/@testing-library/user-event/dist/types/event/behavior/keyup.d.ts +0 -1
  957. package/node_modules/@testing-library/user-event/dist/types/event/behavior/paste.d.ts +0 -1
  958. package/node_modules/@testing-library/user-event/dist/types/event/behavior/registry.d.ts +0 -9
  959. package/node_modules/@testing-library/user-event/dist/types/event/createEvent.d.ts +0 -2
  960. package/node_modules/@testing-library/user-event/dist/types/event/dispatchEvent.d.ts +0 -5
  961. package/node_modules/@testing-library/user-event/dist/types/event/eventMap.d.ts +0 -265
  962. package/node_modules/@testing-library/user-event/dist/types/event/focus.d.ts +0 -5
  963. package/node_modules/@testing-library/user-event/dist/types/event/index.d.ts +0 -7
  964. package/node_modules/@testing-library/user-event/dist/types/event/input.d.ts +0 -2
  965. package/node_modules/@testing-library/user-event/dist/types/event/radio.d.ts +0 -4
  966. package/node_modules/@testing-library/user-event/dist/types/event/selection/getInputRange.d.ts +0 -5
  967. package/node_modules/@testing-library/user-event/dist/types/event/selection/getTargetTypeAndSelection.d.ts +0 -10
  968. package/node_modules/@testing-library/user-event/dist/types/event/selection/index.d.ts +0 -15
  969. package/node_modules/@testing-library/user-event/dist/types/event/selection/modifySelection.d.ts +0 -8
  970. package/node_modules/@testing-library/user-event/dist/types/event/selection/modifySelectionPerMouse.d.ts +0 -7
  971. package/node_modules/@testing-library/user-event/dist/types/event/selection/moveSelection.d.ts +0 -4
  972. package/node_modules/@testing-library/user-event/dist/types/event/selection/resolveCaretPosition.d.ts +0 -8
  973. package/node_modules/@testing-library/user-event/dist/types/event/selection/selectAll.d.ts +0 -5
  974. package/node_modules/@testing-library/user-event/dist/types/event/selection/setSelection.d.ts +0 -10
  975. package/node_modules/@testing-library/user-event/dist/types/event/selection/setSelectionPerMouse.d.ts +0 -8
  976. package/node_modules/@testing-library/user-event/dist/types/event/selection/setSelectionRange.d.ts +0 -6
  977. package/node_modules/@testing-library/user-event/dist/types/event/selection/updateSelectionOnFocus.d.ts +0 -5
  978. package/node_modules/@testing-library/user-event/dist/types/event/types.d.ts +0 -20
  979. package/node_modules/@testing-library/user-event/dist/types/event/wrapEvent.d.ts +0 -1
  980. package/node_modules/@testing-library/user-event/dist/types/index.d.ts +0 -6
  981. package/node_modules/@testing-library/user-event/dist/types/keyboard/index.d.ts +0 -3
  982. package/node_modules/@testing-library/user-event/dist/types/keyboard/keyMap.d.ts +0 -5
  983. package/node_modules/@testing-library/user-event/dist/types/keyboard/parseKeyDef.d.ts +0 -17
  984. package/node_modules/@testing-library/user-event/dist/types/options.d.ts +0 -115
  985. package/node_modules/@testing-library/user-event/dist/types/pointer/index.d.ts +0 -28
  986. package/node_modules/@testing-library/user-event/dist/types/pointer/keyMap.d.ts +0 -2
  987. package/node_modules/@testing-library/user-event/dist/types/pointer/parseKeyDef.d.ts +0 -6
  988. package/node_modules/@testing-library/user-event/dist/types/setup/api.d.ts +0 -23
  989. package/node_modules/@testing-library/user-event/dist/types/setup/directApi.d.ts +0 -24
  990. package/node_modules/@testing-library/user-event/dist/types/setup/index.d.ts +0 -22
  991. package/node_modules/@testing-library/user-event/dist/types/setup/setup.d.ts +0 -44
  992. package/node_modules/@testing-library/user-event/dist/types/setup/wrapAsync.d.ts +0 -4
  993. package/node_modules/@testing-library/user-event/dist/types/system/index.d.ts +0 -10
  994. package/node_modules/@testing-library/user-event/dist/types/system/keyboard.d.ts +0 -50
  995. package/node_modules/@testing-library/user-event/dist/types/system/pointer/buttons.d.ts +0 -23
  996. package/node_modules/@testing-library/user-event/dist/types/system/pointer/device.d.ts +0 -8
  997. package/node_modules/@testing-library/user-event/dist/types/system/pointer/index.d.ts +0 -21
  998. package/node_modules/@testing-library/user-event/dist/types/system/pointer/mouse.d.ts +0 -31
  999. package/node_modules/@testing-library/user-event/dist/types/system/pointer/pointer.d.ts +0 -32
  1000. package/node_modules/@testing-library/user-event/dist/types/system/pointer/shared.d.ts +0 -20
  1001. package/node_modules/@testing-library/user-event/dist/types/utility/clear.d.ts +0 -2
  1002. package/node_modules/@testing-library/user-event/dist/types/utility/index.d.ts +0 -4
  1003. package/node_modules/@testing-library/user-event/dist/types/utility/selectOptions.d.ts +0 -3
  1004. package/node_modules/@testing-library/user-event/dist/types/utility/type.d.ts +0 -9
  1005. package/node_modules/@testing-library/user-event/dist/types/utility/upload.d.ts +0 -5
  1006. package/node_modules/@testing-library/user-event/dist/types/utils/click/isClickableInput.d.ts +0 -15
  1007. package/node_modules/@testing-library/user-event/dist/types/utils/dataTransfer/Blob.d.ts +0 -3
  1008. package/node_modules/@testing-library/user-event/dist/types/utils/dataTransfer/Clipboard.d.ts +0 -11
  1009. package/node_modules/@testing-library/user-event/dist/types/utils/dataTransfer/DataTransfer.d.ts +0 -2
  1010. package/node_modules/@testing-library/user-event/dist/types/utils/dataTransfer/FileList.d.ts +0 -1
  1011. package/node_modules/@testing-library/user-event/dist/types/utils/edit/isContentEditable.d.ts +0 -7
  1012. package/node_modules/@testing-library/user-event/dist/types/utils/edit/isEditable.d.ts +0 -24
  1013. package/node_modules/@testing-library/user-event/dist/types/utils/edit/maxLength.d.ts +0 -14
  1014. package/node_modules/@testing-library/user-event/dist/types/utils/edit/setFiles.d.ts +0 -12
  1015. package/node_modules/@testing-library/user-event/dist/types/utils/edit/timeValue.d.ts +0 -4
  1016. package/node_modules/@testing-library/user-event/dist/types/utils/focus/cursor.d.ts +0 -9
  1017. package/node_modules/@testing-library/user-event/dist/types/utils/focus/getActiveElement.d.ts +0 -2
  1018. package/node_modules/@testing-library/user-event/dist/types/utils/focus/getTabDestination.d.ts +0 -1
  1019. package/node_modules/@testing-library/user-event/dist/types/utils/focus/isFocusable.d.ts +0 -1
  1020. package/node_modules/@testing-library/user-event/dist/types/utils/focus/selection.d.ts +0 -8
  1021. package/node_modules/@testing-library/user-event/dist/types/utils/focus/selector.d.ts +0 -1
  1022. package/node_modules/@testing-library/user-event/dist/types/utils/index.d.ts +0 -29
  1023. package/node_modules/@testing-library/user-event/dist/types/utils/keyDef/readNextDescriptor.d.ts +0 -21
  1024. package/node_modules/@testing-library/user-event/dist/types/utils/misc/cloneEvent.d.ts +0 -1
  1025. package/node_modules/@testing-library/user-event/dist/types/utils/misc/findClosest.d.ts +0 -1
  1026. package/node_modules/@testing-library/user-event/dist/types/utils/misc/getDocumentFromNode.d.ts +0 -1
  1027. package/node_modules/@testing-library/user-event/dist/types/utils/misc/getTreeDiff.d.ts +0 -1
  1028. package/node_modules/@testing-library/user-event/dist/types/utils/misc/getWindow.d.ts +0 -1
  1029. package/node_modules/@testing-library/user-event/dist/types/utils/misc/isDescendantOrSelf.d.ts +0 -1
  1030. package/node_modules/@testing-library/user-event/dist/types/utils/misc/isDisabled.d.ts +0 -1
  1031. package/node_modules/@testing-library/user-event/dist/types/utils/misc/isElementType.d.ts +0 -5
  1032. package/node_modules/@testing-library/user-event/dist/types/utils/misc/isVisible.d.ts +0 -1
  1033. package/node_modules/@testing-library/user-event/dist/types/utils/misc/level.d.ts +0 -8
  1034. package/node_modules/@testing-library/user-event/dist/types/utils/misc/wait.d.ts +0 -2
  1035. package/node_modules/@testing-library/user-event/dist/types/utils/pointer/cssPointerEvents.d.ts +0 -19
  1036. package/node_modules/@testing-library/user-event/package.json +0 -112
  1037. package/node_modules/@types/node/LICENSE +0 -21
  1038. package/node_modules/@types/node/README.md +0 -15
  1039. package/node_modules/@types/node/assert/strict.d.ts +0 -8
  1040. package/node_modules/@types/node/assert.d.ts +0 -1040
  1041. package/node_modules/@types/node/async_hooks.d.ts +0 -541
  1042. package/node_modules/@types/node/buffer.d.ts +0 -2363
  1043. package/node_modules/@types/node/child_process.d.ts +0 -1542
  1044. package/node_modules/@types/node/cluster.d.ts +0 -578
  1045. package/node_modules/@types/node/console.d.ts +0 -452
  1046. package/node_modules/@types/node/constants.d.ts +0 -19
  1047. package/node_modules/@types/node/crypto.d.ts +0 -4522
  1048. package/node_modules/@types/node/dgram.d.ts +0 -596
  1049. package/node_modules/@types/node/diagnostics_channel.d.ts +0 -545
  1050. package/node_modules/@types/node/dns/promises.d.ts +0 -473
  1051. package/node_modules/@types/node/dns.d.ts +0 -853
  1052. package/node_modules/@types/node/dom-events.d.ts +0 -124
  1053. package/node_modules/@types/node/domain.d.ts +0 -170
  1054. package/node_modules/@types/node/events.d.ts +0 -884
  1055. package/node_modules/@types/node/fs/promises.d.ts +0 -1245
  1056. package/node_modules/@types/node/fs.d.ts +0 -4317
  1057. package/node_modules/@types/node/globals.d.ts +0 -411
  1058. package/node_modules/@types/node/globals.global.d.ts +0 -1
  1059. package/node_modules/@types/node/http.d.ts +0 -1889
  1060. package/node_modules/@types/node/http2.d.ts +0 -2418
  1061. package/node_modules/@types/node/https.d.ts +0 -550
  1062. package/node_modules/@types/node/index.d.ts +0 -89
  1063. package/node_modules/@types/node/inspector.d.ts +0 -2746
  1064. package/node_modules/@types/node/module.d.ts +0 -315
  1065. package/node_modules/@types/node/net.d.ts +0 -996
  1066. package/node_modules/@types/node/os.d.ts +0 -495
  1067. package/node_modules/@types/node/package.json +0 -217
  1068. package/node_modules/@types/node/path.d.ts +0 -191
  1069. package/node_modules/@types/node/perf_hooks.d.ts +0 -645
  1070. package/node_modules/@types/node/process.d.ts +0 -1747
  1071. package/node_modules/@types/node/punycode.d.ts +0 -117
  1072. package/node_modules/@types/node/querystring.d.ts +0 -153
  1073. package/node_modules/@types/node/readline/promises.d.ts +0 -150
  1074. package/node_modules/@types/node/readline.d.ts +0 -540
  1075. package/node_modules/@types/node/repl.d.ts +0 -430
  1076. package/node_modules/@types/node/sea.d.ts +0 -153
  1077. package/node_modules/@types/node/stream/consumers.d.ts +0 -12
  1078. package/node_modules/@types/node/stream/promises.d.ts +0 -83
  1079. package/node_modules/@types/node/stream/web.d.ts +0 -367
  1080. package/node_modules/@types/node/stream.d.ts +0 -1707
  1081. package/node_modules/@types/node/string_decoder.d.ts +0 -67
  1082. package/node_modules/@types/node/test.d.ts +0 -1470
  1083. package/node_modules/@types/node/timers/promises.d.ts +0 -97
  1084. package/node_modules/@types/node/timers.d.ts +0 -240
  1085. package/node_modules/@types/node/tls.d.ts +0 -1217
  1086. package/node_modules/@types/node/trace_events.d.ts +0 -197
  1087. package/node_modules/@types/node/tty.d.ts +0 -208
  1088. package/node_modules/@types/node/url.d.ts +0 -944
  1089. package/node_modules/@types/node/util.d.ts +0 -2276
  1090. package/node_modules/@types/node/v8.d.ts +0 -764
  1091. package/node_modules/@types/node/vm.d.ts +0 -921
  1092. package/node_modules/@types/node/wasi.d.ts +0 -181
  1093. package/node_modules/@types/node/worker_threads.d.ts +0 -691
  1094. package/node_modules/@types/node/zlib.d.ts +0 -530
  1095. package/node_modules/@types/react/LICENSE +0 -21
  1096. package/node_modules/@types/react/README.md +0 -15
  1097. package/node_modules/@types/react/canary.d.ts +0 -157
  1098. package/node_modules/@types/react/experimental.d.ts +0 -127
  1099. package/node_modules/@types/react/global.d.ts +0 -160
  1100. package/node_modules/@types/react/index.d.ts +0 -4537
  1101. package/node_modules/@types/react/jsx-dev-runtime.d.ts +0 -45
  1102. package/node_modules/@types/react/jsx-runtime.d.ts +0 -36
  1103. package/node_modules/@types/react/package.json +0 -210
  1104. package/node_modules/@types/react/ts5.0/canary.d.ts +0 -157
  1105. package/node_modules/@types/react/ts5.0/experimental.d.ts +0 -127
  1106. package/node_modules/@types/react/ts5.0/global.d.ts +0 -160
  1107. package/node_modules/@types/react/ts5.0/index.d.ts +0 -4524
  1108. package/node_modules/@types/react/ts5.0/jsx-dev-runtime.d.ts +0 -44
  1109. package/node_modules/@types/react/ts5.0/jsx-runtime.d.ts +0 -35
  1110. package/node_modules/@types/react-dom/LICENSE +0 -21
  1111. package/node_modules/@types/react-dom/README.md +0 -16
  1112. package/node_modules/@types/react-dom/canary.d.ts +0 -185
  1113. package/node_modules/@types/react-dom/client.d.ts +0 -72
  1114. package/node_modules/@types/react-dom/experimental.d.ts +0 -36
  1115. package/node_modules/@types/react-dom/index.d.ts +0 -150
  1116. package/node_modules/@types/react-dom/package.json +0 -88
  1117. package/node_modules/@types/react-dom/server.d.ts +0 -131
  1118. package/node_modules/@types/react-dom/test-utils/index.d.ts +0 -402
  1119. package/node_modules/@vitest/ui/LICENSE +0 -21
  1120. package/node_modules/@vitest/ui/README.md +0 -21
  1121. package/node_modules/@vitest/ui/dist/client/assets/index-9agQl9q3.js +0 -35
  1122. package/node_modules/@vitest/ui/dist/client/assets/index-fUmMsp0O.css +0 -1
  1123. package/node_modules/@vitest/ui/dist/client/bg.png +0 -0
  1124. package/node_modules/@vitest/ui/dist/client/favicon.svg +0 -5
  1125. package/node_modules/@vitest/ui/dist/client/index.html +0 -26
  1126. package/node_modules/@vitest/ui/dist/index.d.ts +0 -6
  1127. package/node_modules/@vitest/ui/dist/index.js +0 -70
  1128. package/node_modules/@vitest/ui/dist/reporter.js +0 -109
  1129. package/node_modules/@vitest/ui/package.json +0 -89
  1130. package/node_modules/@vitest/ui/reporter.d.ts +0 -4
  1131. package/node_modules/@vitest/ui/shim.d.ts +0 -3
  1132. package/pnpm-lock.yaml +0 -6986
  1133. package/resources/tictoccroc/icons/colorLine/calendar-color-line.svg +0 -4
  1134. package/resources/tictoccroc/icons/colorLine/capacity-color-line.svg +0 -6
  1135. package/resources/tictoccroc/icons/colorLine/goods-color-line.svg +0 -4
  1136. package/resources/tictoccroc/icons/colorLine/index.ts +0 -5
  1137. package/resources/tictoccroc/icons/colorLine/kids-color-line.svg +0 -5
  1138. package/resources/tictoccroc/icons/colorLine/time-color-line.svg +0 -4
  1139. package/resources/tictoccroc/icons/emoji/average-plane-emoji.svg +0 -13
  1140. package/resources/tictoccroc/icons/emoji/excellent-plane-emoji.svg +0 -13
  1141. package/resources/tictoccroc/icons/emoji/good-plane-emoji.svg +0 -13
  1142. package/resources/tictoccroc/icons/emoji/index.ts +0 -3
  1143. package/resources/tictoccroc/icons/etc/cash-etc.svg +0 -5
  1144. package/resources/tictoccroc/icons/etc/check-etc.svg +0 -4
  1145. package/resources/tictoccroc/icons/etc/coupon-etc.svg +0 -16
  1146. package/resources/tictoccroc/icons/etc/index.ts +0 -5
  1147. package/resources/tictoccroc/icons/etc/point-etc.svg +0 -5
  1148. package/resources/tictoccroc/icons/etc/unscheduled-etc.svg +0 -19
  1149. package/resources/tictoccroc/icons/fill/alert-fill.svg +0 -3
  1150. package/resources/tictoccroc/icons/fill/apply-fill.svg +0 -3
  1151. package/resources/tictoccroc/icons/fill/arrow-down-fill.svg +0 -3
  1152. package/resources/tictoccroc/icons/fill/arrow-left-fill.svg +0 -3
  1153. package/resources/tictoccroc/icons/fill/arrow-right-fill.svg +0 -3
  1154. package/resources/tictoccroc/icons/fill/arrow-up-fill.svg +0 -3
  1155. package/resources/tictoccroc/icons/fill/chatting-fill.svg +0 -3
  1156. package/resources/tictoccroc/icons/fill/clr-fill.svg +0 -3
  1157. package/resources/tictoccroc/icons/fill/complete-fill.svg +0 -3
  1158. package/resources/tictoccroc/icons/fill/home-fill.svg +0 -3
  1159. package/resources/tictoccroc/icons/fill/index.ts +0 -19
  1160. package/resources/tictoccroc/icons/fill/info-fill.svg +0 -3
  1161. package/resources/tictoccroc/icons/fill/invalid-fill.svg +0 -3
  1162. package/resources/tictoccroc/icons/fill/like-fill.svg +0 -4
  1163. package/resources/tictoccroc/icons/fill/met-fill.svg +0 -3
  1164. package/resources/tictoccroc/icons/fill/ongoing-fill.svg +0 -3
  1165. package/resources/tictoccroc/icons/fill/review-fill.svg +0 -3
  1166. package/resources/tictoccroc/icons/fill/schedule-fill.svg +0 -3
  1167. package/resources/tictoccroc/icons/fill/tooltip-fill.svg +0 -3
  1168. package/resources/tictoccroc/icons/fill/user-fill.svg +0 -4
  1169. package/resources/tictoccroc/icons/index.ts +0 -5
  1170. package/resources/tictoccroc/icons/line/alarm-line.svg +0 -4
  1171. package/resources/tictoccroc/icons/line/align-edit.svg +0 -5
  1172. package/resources/tictoccroc/icons/line/align-line.svg +0 -4
  1173. package/resources/tictoccroc/icons/line/apply-line.svg +0 -7
  1174. package/resources/tictoccroc/icons/line/arrow-back-line.svg +0 -3
  1175. package/resources/tictoccroc/icons/line/arrow-downward-line.svg +0 -3
  1176. package/resources/tictoccroc/icons/line/arrow-forward-line.svg +0 -3
  1177. package/resources/tictoccroc/icons/line/arrow-upward-line.svg +0 -3
  1178. package/resources/tictoccroc/icons/line/attach-line.svg +0 -3
  1179. package/resources/tictoccroc/icons/line/ban-line.svg +0 -3
  1180. package/resources/tictoccroc/icons/line/browser-line.svg +0 -6
  1181. package/resources/tictoccroc/icons/line/calendar-line.svg +0 -3
  1182. package/resources/tictoccroc/icons/line/call-line.svg +0 -3
  1183. package/resources/tictoccroc/icons/line/camera-line.svg +0 -5
  1184. package/resources/tictoccroc/icons/line/card-line.svg +0 -3
  1185. package/resources/tictoccroc/icons/line/cash-line.svg +0 -4
  1186. package/resources/tictoccroc/icons/line/certificate-line.svg +0 -3
  1187. package/resources/tictoccroc/icons/line/chat-line.svg +0 -3
  1188. package/resources/tictoccroc/icons/line/chatting-line.svg +0 -7
  1189. package/resources/tictoccroc/icons/line/check-line.svg +0 -3
  1190. package/resources/tictoccroc/icons/line/chevron-down-line.svg +0 -3
  1191. package/resources/tictoccroc/icons/line/chevron-left-line.svg +0 -3
  1192. package/resources/tictoccroc/icons/line/chevron-right-line.svg +0 -3
  1193. package/resources/tictoccroc/icons/line/chevron-up-line.svg +0 -3
  1194. package/resources/tictoccroc/icons/line/close-line.svg +0 -3
  1195. package/resources/tictoccroc/icons/line/copy-line.svg +0 -3
  1196. package/resources/tictoccroc/icons/line/delete-line.svg +0 -6
  1197. package/resources/tictoccroc/icons/line/download-line.svg +0 -4
  1198. package/resources/tictoccroc/icons/line/eye-invisible-line.svg +0 -7
  1199. package/resources/tictoccroc/icons/line/eye-visible-line.svg +0 -3
  1200. package/resources/tictoccroc/icons/line/filter-line.svg +0 -5
  1201. package/resources/tictoccroc/icons/line/fullview-line.svg +0 -6
  1202. package/resources/tictoccroc/icons/line/goods-line.svg +0 -3
  1203. package/resources/tictoccroc/icons/line/hamburger-line.svg +0 -3
  1204. package/resources/tictoccroc/icons/line/headphone-line.svg +0 -3
  1205. package/resources/tictoccroc/icons/line/home-line.svg +0 -4
  1206. package/resources/tictoccroc/icons/line/img-disable-line.svg +0 -3
  1207. package/resources/tictoccroc/icons/line/img-line.svg +0 -4
  1208. package/resources/tictoccroc/icons/line/index.ts +0 -72
  1209. package/resources/tictoccroc/icons/line/information-line.svg +0 -4
  1210. package/resources/tictoccroc/icons/line/instagram-line.svg +0 -5
  1211. package/resources/tictoccroc/icons/line/insurance-line.svg +0 -4
  1212. package/resources/tictoccroc/icons/line/kids-line.svg +0 -6
  1213. package/resources/tictoccroc/icons/line/like-line.svg +0 -4
  1214. package/resources/tictoccroc/icons/line/link-line.svg +0 -5
  1215. package/resources/tictoccroc/icons/line/location-line.svg +0 -4
  1216. package/resources/tictoccroc/icons/line/match-type-line.svg +0 -4
  1217. package/resources/tictoccroc/icons/line/met-line.svg +0 -4
  1218. package/resources/tictoccroc/icons/line/minus-line.svg +0 -3
  1219. package/resources/tictoccroc/icons/line/mobile-line.svg +0 -4
  1220. package/resources/tictoccroc/icons/line/modify-line.svg +0 -4
  1221. package/resources/tictoccroc/icons/line/money-line.svg +0 -4
  1222. package/resources/tictoccroc/icons/line/more-line.svg +0 -6
  1223. package/resources/tictoccroc/icons/line/parking-line.svg +0 -5
  1224. package/resources/tictoccroc/icons/line/plus-line.svg +0 -3
  1225. package/resources/tictoccroc/icons/line/receipt-line.svg +0 -5
  1226. package/resources/tictoccroc/icons/line/reset-line.svg +0 -3
  1227. package/resources/tictoccroc/icons/line/schedule-line.svg +0 -13
  1228. package/resources/tictoccroc/icons/line/search-line.svg +0 -3
  1229. package/resources/tictoccroc/icons/line/setting-line.svg +0 -4
  1230. package/resources/tictoccroc/icons/line/share-line.svg +0 -5
  1231. package/resources/tictoccroc/icons/line/sms-line.svg +0 -4
  1232. package/resources/tictoccroc/icons/line/sound-line.svg +0 -5
  1233. package/resources/tictoccroc/icons/line/sound-off-line.svg +0 -4
  1234. package/resources/tictoccroc/icons/line/special-line.svg +0 -4
  1235. package/resources/tictoccroc/icons/line/time-line.svg +0 -4
  1236. package/resources/tictoccroc/icons/line/toy-line.svg +0 -3
  1237. package/resources/tictoccroc/icons/line/university-line.svg +0 -3
  1238. package/resources/tictoccroc/icons/line/upload-line.svg +0 -4
  1239. package/resources/tictoccroc/icons/line/user-line.svg +0 -6
  1240. package/resources/tictoccroc/icons/line/video-camera-line.svg +0 -4
  1241. package/resources/tictoccroc/icons/line/warning1-line.svg +0 -5
  1242. package/resources/tictoccroc/icons/line/warning2-line.svg +0 -4
  1243. package/resources/tictoccroc/icons/line/wifi-line.svg +0 -6
  1244. package/stories/Introduction.mdx +0 -113
  1245. package/stories/foundations/tictoccroc-parent.mdx +0 -189
  1246. package/stories/foundations/tictoccroc-teacher.mdx +0 -189
  1247. package/themes/tictoccroc/colors/background.ts +0 -9
  1248. package/themes/tictoccroc/colors/blue.ts +0 -16
  1249. package/themes/tictoccroc/colors/classType.ts +0 -12
  1250. package/themes/tictoccroc/colors/etc.ts +0 -12
  1251. package/themes/tictoccroc/colors/green.ts +0 -16
  1252. package/themes/tictoccroc/colors/grey.ts +0 -18
  1253. package/themes/tictoccroc/colors/index.ts +0 -8
  1254. package/themes/tictoccroc/colors/pink.ts +0 -16
  1255. package/themes/tictoccroc/colors/yellow.ts +0 -16
  1256. package/themes/tictoccroc/index.ts +0 -5
  1257. package/themes/tictoccroc/parentLight.ts +0 -65
  1258. package/themes/tictoccroc/teacherLight.ts +0 -65
  1259. package/themes/tictoccroc/typography/body.ts +0 -76
  1260. package/themes/tictoccroc/typography/caption.ts +0 -111
  1261. package/themes/tictoccroc/typography/display.ts +0 -90
  1262. package/themes/tictoccroc/typography/headline.ts +0 -132
  1263. package/themes/tictoccroc/typography/index.ts +0 -4
  1264. package/tsconfig.json +0 -32
  1265. package/typings/color.ts +0 -37
  1266. package/typings/component.ts +0 -59
  1267. package/typings/index.ts +0 -7
  1268. package/typings/theme/core.ts +0 -72
  1269. package/typings/theme/tictoccroc.ts +0 -29
  1270. package/typings/typography.ts +0 -30
  1271. package/typings/utility.ts +0 -20
  1272. package/utils/convertNumberToCSSValue.ts +0 -12
  1273. package/utils/debounce/debounce.ts +0 -17
  1274. package/utils/getContrastRatio/getContrastRatio.test.ts +0 -19
  1275. package/utils/getContrastRatio/getContrastRatio.ts +0 -12
  1276. package/utils/getContrastingTextColor/getContrastingTextColor.test.ts +0 -27
  1277. package/utils/getContrastingTextColor/getContrastingTextColor.ts +0 -33
  1278. package/utils/getIconLabel/getIconLabel.ts +0 -115
  1279. package/utils/getInterpolation/getInterpolation.ts +0 -16
  1280. package/utils/getPaletteColor/getPaletteColor.test.ts +0 -26
  1281. package/utils/getPaletteColor/getPaletteColor.ts +0 -71
  1282. package/utils/getRelativeLuminance/getRelativeLuminance.test.ts +0 -23
  1283. package/utils/getRelativeLuminance/getRelativeLuminance.ts +0 -7
  1284. package/utils/getSibling/getSibling.ts +0 -27
  1285. package/utils/hexToRgb/hexToRgb.test.ts +0 -28
  1286. package/utils/hexToRgb/hexToRgb.ts +0 -15
  1287. package/vite.config.mts +0 -188
  1288. package/vitest.setup.ts +0 -7
@@ -1,4 +0,0 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path fill-rule="evenodd" clip-rule="evenodd" d="M2.5 6.5C2.5 5.39543 3.39543 4.5 4.5 4.5H19.5C20.6046 4.5 21.5 5.39543 21.5 6.5V17.5C21.5 18.6046 20.6046 19.5 19.5 19.5H4.5C3.39543 19.5 2.5 18.6046 2.5 17.5V6.5ZM4.5 6H19.5C19.7761 6 20 6.22386 20 6.5V9.49966H4V6.5C4 6.22386 4.22386 6 4.5 6ZM4 10.9997V17.5C4 17.7761 4.22386 18 4.5 18H19.5C19.7761 18 20 17.7761 20 17.5V10.9997H4Z" fill="#FFC800"/>
3
- <path fill-rule="evenodd" clip-rule="evenodd" d="M8.25 3.75C8.25 3.33579 7.91421 3 7.5 3C7.08579 3 6.75 3.33579 6.75 3.75V6.75C6.75 7.16421 7.08579 7.5 7.5 7.5C7.91421 7.5 8.25 7.16421 8.25 6.75V3.75ZM17.25 3.75C17.25 3.33579 16.9142 3 16.5 3C16.0858 3 15.75 3.33579 15.75 3.75V6.75C15.75 7.16421 16.0858 7.5 16.5 7.5C16.9142 7.5 17.25 7.16421 17.25 6.75V3.75Z" fill="#A3A3A9"/>
4
- </svg>
@@ -1,6 +0,0 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path fill-rule="evenodd" clip-rule="evenodd" d="M10.1816 14.3182C12.0643 14.3182 13.5906 12.7919 13.5906 10.9091C13.5906 9.0263 12.0643 7.5 10.1816 7.5C8.29876 7.5 6.77246 9.0263 6.77246 10.9091C6.77246 12.7919 8.29876 14.3182 10.1816 14.3182ZM10.1816 15.8182C12.8928 15.8182 15.0906 13.6203 15.0906 10.9091C15.0906 8.19787 12.8928 6 10.1816 6C7.47034 6 5.27246 8.19787 5.27246 10.9091C5.27246 13.6203 7.47034 15.8182 10.1816 15.8182Z" fill="#FFC800"/>
3
- <path fill-rule="evenodd" clip-rule="evenodd" d="M6.49976 18C4.42869 18 2.74976 19.6789 2.74976 21.75C2.74976 22.1642 2.41397 22.5 1.99976 22.5C1.58554 22.5 1.24976 22.1642 1.24976 21.75C1.24976 18.8505 3.60026 16.5 6.49976 16.5H13.8634C16.7629 16.5 19.1134 18.8505 19.1134 21.75C19.1134 22.1642 18.7776 22.5 18.3634 22.5C17.9492 22.5 17.6134 22.1642 17.6134 21.75C17.6134 19.6789 15.9345 18 13.8634 18H6.49976Z" fill="#FFC800"/>
4
- <path d="M16.3828 9.28364C17.2072 8.71007 17.7467 7.75571 17.7467 6.67532C17.7467 4.92164 16.3251 3.5 14.5714 3.5C13.5323 3.5 12.6098 3.99912 12.0305 4.7707C11.5207 4.61735 10.9841 4.52579 10.4294 4.5047C11.2114 3.01564 12.7728 2 14.5714 2C17.1535 2 19.2467 4.09321 19.2467 6.67532C19.2467 8.53423 18.1619 10.1398 16.5907 10.8933C16.5894 10.3373 16.5172 9.79786 16.3828 9.28364Z" fill="#A3A3A9"/>
5
- <path d="M16.0611 13.4643C16.267 12.9912 16.4175 12.4885 16.5043 11.9643H18.0778C20.859 11.9643 23.1136 14.2189 23.1136 17C23.1136 17.4142 22.7778 17.75 22.3636 17.75C21.9494 17.75 21.6136 17.4142 21.6136 17C21.6136 15.0473 20.0306 13.4643 18.0778 13.4643H16.0611Z" fill="#A3A3A9"/>
6
- </svg>
@@ -1,4 +0,0 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path fill-rule="evenodd" clip-rule="evenodd" d="M8.0731 4.46143L16.7593 8.89346L16.0776 10.2296L7.39136 5.79755L8.0731 4.46143Z" fill="#A3A3A9"/>
3
- <path fill-rule="evenodd" clip-rule="evenodd" d="M18.4911 7.38655L12.2236 4.2528C12.0828 4.18242 11.9172 4.18242 11.7764 4.2528L5.50901 7.38649L12.0001 10.632L18.4911 7.38655ZM19.9823 8.31802L12.75 11.9342V19.4119L19.7236 15.9251C19.893 15.8404 20 15.6673 20 15.4779V8.45001C20 8.40476 19.9939 8.36043 19.9823 8.31802ZM11.25 11.934L4.01775 8.31791C4.00612 8.36036 4 8.40472 4 8.45001V15.4779C4 15.6673 4.107 15.8404 4.27639 15.9251L11.25 19.4119V11.934ZM20.3944 6.66116C21.072 6.99994 21.5 7.69247 21.5 8.45001V15.4779C21.5 16.2354 21.072 16.9279 20.3944 17.2667L12.8944 21.0167C12.3314 21.2983 11.6686 21.2983 11.1056 21.0167L3.60557 17.2667C2.928 16.9279 2.5 16.2354 2.5 15.4779V8.45001C2.5 7.69247 2.928 6.99994 3.60557 6.66116L11.1056 2.91116C11.6686 2.62963 12.3314 2.62963 12.8944 2.91116L20.3944 6.66116Z" fill="#FFC800"/>
4
- </svg>
@@ -1,5 +0,0 @@
1
- export { default as CalendarColorLine } from './calendar-color-line.svg';
2
- export { default as GoodsColorLine } from './goods-color-line.svg';
3
- export { default as KidsColorLine } from './kids-color-line.svg';
4
- export { default as TimeColorLine } from './time-color-line.svg';
5
- export { default as CapacityColorLine } from './capacity-color-line.svg';
@@ -1,5 +0,0 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path fill-rule="evenodd" clip-rule="evenodd" d="M12.0004 4.04166C11.5401 4.04166 11.167 4.41475 11.167 4.87499C11.167 5.33523 11.5401 5.70832 12.0004 5.70832C12.4146 5.70832 12.7504 6.04411 12.7504 6.45832C12.7504 6.87254 12.4146 7.20832 12.0004 7.20832C10.7117 7.20832 9.66704 6.16365 9.66704 4.87499C9.66704 3.58633 10.7117 2.54166 12.0004 2.54166C12.4146 2.54166 12.7504 2.87744 12.7504 3.29166C12.7504 3.70587 12.4146 4.04166 12.0004 4.04166Z" fill="#A3A3A9"/>
3
- <path fill-rule="evenodd" clip-rule="evenodd" d="M10.4199 11C10.4199 11.5523 9.97221 12 9.41992 12C8.86764 12 8.41992 11.5523 8.41992 11C8.41992 10.4477 8.86764 10 9.41992 10C9.97221 10 10.4199 10.4477 10.4199 11ZM15.583 11C15.583 11.5523 15.1353 12 14.583 12C14.0307 12 13.583 11.5523 13.583 11C13.583 10.4477 14.0307 10 14.583 10C15.1353 10 15.583 10.4477 15.583 11ZM9.90609 13.9995C9.69868 13.6409 9.23988 13.5184 8.88134 13.7258C8.52279 13.9332 8.40027 14.392 8.60768 14.7506C8.82088 15.1191 9.09219 15.4494 9.40899 15.729C9.60333 15.9005 9.81495 16.0531 10.041 16.1839C10.6179 16.5176 11.2878 16.7084 11.9999 16.7084C12.7121 16.7084 13.3819 16.5176 13.9588 16.1839C14.1849 16.0531 14.3965 15.9005 14.5908 15.729C14.9076 15.4494 15.1789 15.1191 15.3921 14.7506C15.5995 14.392 15.477 13.9332 15.1185 13.7258C14.7599 13.5184 14.3011 13.6409 14.0937 13.9995C13.9622 14.2269 13.7944 14.4312 13.5982 14.6044C13.4779 14.7106 13.3471 14.8049 13.2077 14.8855C12.853 15.0907 12.4413 15.2084 11.9999 15.2084C11.5585 15.2084 11.1468 15.0907 10.7921 14.8855C10.6527 14.8049 10.5219 14.7106 10.4016 14.6044C10.2054 14.4312 10.0376 14.2269 9.90609 13.9995Z" fill="#A3A3A9"/>
4
- <path fill-rule="evenodd" clip-rule="evenodd" d="M12 20C16.4183 20 20 16.4183 20 12C20 7.58172 16.4183 4 12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20ZM12 21.5C17.2467 21.5 21.5 17.2467 21.5 12C21.5 6.75329 17.2467 2.5 12 2.5C6.75329 2.5 2.5 6.75329 2.5 12C2.5 17.2467 6.75329 21.5 12 21.5Z" fill="#FFC800"/>
5
- </svg>
@@ -1,4 +0,0 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path fill-rule="evenodd" clip-rule="evenodd" d="M12 20C16.4183 20 20 16.4183 20 12C20 7.58172 16.4183 4 12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20ZM12 21.5C17.2467 21.5 21.5 17.2467 21.5 12C21.5 6.75329 17.2467 2.5 12 2.5C6.75329 2.5 2.5 6.75329 2.5 12C2.5 17.2467 6.75329 21.5 12 21.5Z" fill="#FFC800"/>
3
- <path fill-rule="evenodd" clip-rule="evenodd" d="M12 5.75C12.4142 5.75 12.75 6.08579 12.75 6.5V11.6893L14.7803 13.7197C15.0732 14.0126 15.0732 14.4874 14.7803 14.7803C14.4874 15.0732 14.0126 15.0732 13.7197 14.7803L11.6161 12.6768C11.3817 12.4424 11.25 12.1244 11.25 11.7929V6.5C11.25 6.08579 11.5858 5.75 12 5.75Z" fill="#A3A3A9"/>
4
- </svg>
@@ -1,13 +0,0 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <g clip-path="url(#clip0_24_31416)">
3
- <path d="M23.9487 13.1795C24.5989 6.5841 19.7793 0.710354 13.1838 0.0601777C6.58837 -0.589998 0.714631 4.2296 0.0644551 10.825C-0.585721 17.4205 4.23387 23.2942 10.8293 23.9444C17.4248 24.5946 23.2985 19.775 23.9487 13.1795Z" fill="#F4EC90"/>
4
- <path fill-rule="evenodd" clip-rule="evenodd" d="M6.37305 16.9639C6.37305 16.621 6.65102 16.343 6.99392 16.343H17.094C17.4369 16.343 17.7149 16.621 17.7149 16.9639C17.7149 17.3068 17.4369 17.5847 17.094 17.5847H6.99392C6.65102 17.5847 6.37305 17.3068 6.37305 16.9639Z" fill="#8B5E3C"/>
5
- <path d="M9.01548 9.97444C9.0164 10.2161 8.94551 10.4527 8.81181 10.654C8.67811 10.8553 8.48762 11.0124 8.2645 11.1054C8.04138 11.1983 7.79569 11.2228 7.55859 11.1759C7.3215 11.129 7.10368 11.0127 6.93278 10.8418C6.76188 10.6709 6.64558 10.4531 6.59866 10.216C6.55173 9.97887 6.57628 9.73318 6.6692 9.51006C6.76212 9.28694 6.91922 9.09645 7.12056 8.96274C7.3219 8.82904 7.55842 8.75815 7.80011 8.75907C7.95972 8.75907 8.11776 8.79051 8.26522 8.85159C8.41267 8.91266 8.54665 9.00219 8.65951 9.11504C8.77236 9.2279 8.86189 9.36188 8.92297 9.50934C8.98404 9.65679 9.01548 9.81484 9.01548 9.97444Z" fill="#8B5E3C"/>
6
- <path d="M17.5133 9.97443C17.5133 10.2148 17.442 10.4498 17.3084 10.6497C17.1749 10.8495 16.9851 11.0053 16.763 11.0973C16.5409 11.1893 16.2965 11.2133 16.0608 11.1664C15.825 11.1195 15.6085 11.0038 15.4385 10.8338C15.2685 10.6639 15.1528 10.4473 15.1059 10.2115C15.059 9.97578 15.083 9.73141 15.175 9.50933C15.267 9.28725 15.4228 9.09744 15.6227 8.96389C15.8225 8.83034 16.0575 8.75906 16.2979 8.75906C16.6202 8.75906 16.9294 8.88711 17.1573 9.11504C17.3852 9.34296 17.5133 9.6521 17.5133 9.97443Z" fill="#8B5E3C"/>
7
- </g>
8
- <defs>
9
- <clipPath id="clip0_24_31416">
10
- <rect width="24" height="24" fill="white"/>
11
- </clipPath>
12
- </defs>
13
- </svg>
@@ -1,13 +0,0 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <g clip-path="url(#clip0_24_31404)">
3
- <path d="M23.8314 13.8974C24.8842 7.35418 20.4332 1.19641 13.89 0.143659C7.34668 -0.909088 1.1889 3.54184 0.13615 10.0851C-0.916597 16.6284 3.53435 22.7862 10.0776 23.8389C16.6209 24.8917 22.7787 20.4407 23.8314 13.8974Z" fill="#F4EC90"/>
4
- <path d="M20.0556 8.90799C20.055 8.53807 19.9442 8.17671 19.7375 7.86997C19.5307 7.56322 19.2373 7.32498 18.8947 7.18562C18.552 7.04626 18.1756 7.01209 17.8134 7.08745C17.4513 7.16282 17.1198 7.34431 16.8612 7.6088C16.6896 7.42991 16.4835 7.28773 16.2554 7.19088C16.0273 7.09402 15.7818 7.04452 15.534 7.04536C15.17 7.04674 14.8144 7.15475 14.5111 7.35603C14.2078 7.55731 13.9702 7.84304 13.8275 8.17792C13.6848 8.5128 13.6434 8.88213 13.7084 9.24029C13.7733 9.59845 13.9417 9.92974 14.1929 10.1932L16.8565 12.8428L19.5852 10.1327C19.6178 10.1001 19.6923 10.0023 19.6923 10.0023C19.9261 9.68511 20.0533 9.30199 20.0556 8.90799Z" fill="#F79072"/>
5
- <path d="M11.0338 8.90799C11.0332 8.53807 10.9225 8.17671 10.7157 7.86997C10.509 7.56322 10.2156 7.32498 9.87292 7.18562C9.53026 7.04626 9.15387 7.01209 8.79171 7.08745C8.42955 7.16282 8.09804 7.34431 7.83942 7.6088C7.66789 7.42991 7.4618 7.28773 7.23367 7.19088C7.00555 7.09402 6.76012 7.04452 6.51228 7.04536C6.14828 7.04674 5.79268 7.15475 5.48939 7.35603C5.18611 7.55731 4.94844 7.84304 4.80577 8.17792C4.6631 8.5128 4.62168 8.88213 4.68663 9.24029C4.75157 9.59845 4.92002 9.92974 5.17118 10.1932L7.83476 12.8428L10.5635 10.1327C10.5961 10.1001 10.6706 10.0023 10.6706 10.0023C10.9044 9.68511 11.0315 9.30199 11.0338 8.90799Z" fill="#F79072"/>
6
- <path fill-rule="evenodd" clip-rule="evenodd" d="M6.13785 15.6892C6.45789 15.5661 6.81714 15.7257 6.94026 16.0457C7.18771 16.6889 7.57273 17.2801 8.07373 17.782C8.57482 18.2839 9.1813 18.6858 9.85695 18.9612C10.5326 19.2366 11.2621 19.3791 12.0001 19.3791C12.7382 19.3791 13.4676 19.2366 14.1433 18.9612C14.8189 18.6858 15.4254 18.2839 15.9265 17.782C16.4275 17.2801 16.8125 16.6889 17.06 16.0457C17.1831 15.7257 17.5424 15.5661 17.8624 15.6892C18.1824 15.8123 18.342 16.1716 18.2189 16.4916C17.9079 17.3 17.4261 18.0373 16.8053 18.6592C16.1846 19.2811 15.4378 19.7745 14.612 20.1111C13.7861 20.4477 12.8974 20.6209 12.0001 20.6209C11.1028 20.6209 10.2141 20.4477 9.38827 20.1111C8.56241 19.7745 7.81566 19.2811 7.19492 18.6592C6.5741 18.0373 6.09234 17.3 5.78132 16.4916C5.65819 16.1716 5.81782 15.8123 6.13785 15.6892Z" fill="#8B5E3C"/>
7
- </g>
8
- <defs>
9
- <clipPath id="clip0_24_31404">
10
- <rect width="24" height="24" fill="white"/>
11
- </clipPath>
12
- </defs>
13
- </svg>
@@ -1,13 +0,0 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <g clip-path="url(#clip0_24_31409)">
3
- <path d="M23.8331 13.8927C24.8859 7.34944 20.4349 1.19165 13.8917 0.138898C7.34841 -0.91385 1.19061 3.53711 0.137857 10.0804C-0.914891 16.6236 3.53607 22.7814 10.0793 23.8342C16.6226 24.8869 22.7804 20.436 23.8331 13.8927Z" fill="#F4EC90"/>
4
- <path fill-rule="evenodd" clip-rule="evenodd" d="M7.75087 9.74867C7.42262 9.74867 7.10694 9.87487 6.86915 10.1012C6.63136 10.3275 6.48967 10.6365 6.47343 10.9644C6.45646 11.3069 6.16506 11.5707 5.82258 11.5538C5.4801 11.5368 5.21623 11.2454 5.2332 10.9029C5.26522 10.2568 5.54446 9.64764 6.0131 9.20165C6.48174 8.75566 7.10392 8.50691 7.75087 8.50691C8.39783 8.50691 9.02 8.75566 9.48865 9.20165C9.95728 9.64764 10.2365 10.2568 10.2686 10.9029C10.2855 11.2454 10.0216 11.5368 9.67916 11.5538C9.33668 11.5707 9.04529 11.3069 9.02832 10.9644C9.01207 10.6365 8.87039 10.3275 8.6326 10.1012C8.39481 9.87487 8.07912 9.74867 7.75087 9.74867Z" fill="#8B5E3C"/>
5
- <path fill-rule="evenodd" clip-rule="evenodd" d="M16.2492 9.74867C15.9209 9.74867 15.6052 9.87487 15.3674 10.1012C15.1296 10.3275 14.988 10.6365 14.9717 10.9644C14.9547 11.3069 14.6634 11.5707 14.3209 11.5538C13.9784 11.5368 13.7145 11.2454 13.7315 10.9029C13.7635 10.2568 14.0428 9.64764 14.5114 9.20165C14.98 8.75566 15.6022 8.50691 16.2492 8.50691C16.8961 8.50691 17.5183 8.75566 17.9869 9.20165C18.4556 9.64764 18.7348 10.2568 18.7668 10.9029C18.7838 11.2454 18.5199 11.5368 18.1775 11.5538C17.835 11.5707 17.5436 11.3069 17.5266 10.9644C17.5104 10.6365 17.3687 10.3275 17.1309 10.1012C16.8931 9.87487 16.5774 9.74867 16.2492 9.74867Z" fill="#8B5E3C"/>
6
- <path fill-rule="evenodd" clip-rule="evenodd" d="M6.13785 15.6892C6.45789 15.5661 6.81714 15.7257 6.94026 16.0457C7.18771 16.6889 7.57273 17.2801 8.07373 17.782C8.57482 18.2839 9.1813 18.6858 9.85695 18.9612C10.5326 19.2366 11.2621 19.3791 12.0001 19.3791C12.7382 19.3791 13.4676 19.2366 14.1433 18.9612C14.8189 18.6858 15.4254 18.2839 15.9265 17.782C16.4275 17.2801 16.8125 16.6889 17.06 16.0457C17.1831 15.7257 17.5424 15.5661 17.8624 15.6892C18.1824 15.8123 18.342 16.1716 18.2189 16.4916C17.9079 17.3 17.4261 18.0373 16.8053 18.6592C16.1846 19.2811 15.4378 19.7745 14.612 20.1111C13.7861 20.4477 12.8974 20.6209 12.0001 20.6209C11.1028 20.6209 10.2141 20.4477 9.38827 20.1111C8.56241 19.7745 7.81566 19.2811 7.19492 18.6592C6.5741 18.0373 6.09234 17.3 5.78132 16.4916C5.65819 16.1716 5.81782 15.8123 6.13785 15.6892Z" fill="#8B5E3C"/>
7
- </g>
8
- <defs>
9
- <clipPath id="clip0_24_31409">
10
- <rect width="24" height="24" fill="white"/>
11
- </clipPath>
12
- </defs>
13
- </svg>
@@ -1,3 +0,0 @@
1
- export { default as AveragePlaneEmoji } from './average-plane-emoji.svg';
2
- export { default as ExcellentPlaneEmoji } from './excellent-plane-emoji.svg';
3
- export { default as GoodPlaneEmoji } from './good-plane-emoji.svg';
@@ -1,5 +0,0 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <circle cx="12" cy="12" r="12" fill="#FFEA80"/>
3
- <circle cx="12" cy="12" r="10" fill="#FFC800"/>
4
- <path d="M14.3086 10.5469C14.2266 10.0046 13.9919 9.57617 13.6045 9.26172C13.2171 8.94727 12.7318 8.78776 12.1484 8.7832C11.6335 8.78776 11.1823 8.91764 10.7949 9.17285C10.4121 9.42806 10.1159 9.80176 9.90625 10.2939C9.69661 10.7816 9.5918 11.3672 9.5918 12.0508C9.5918 12.748 9.69661 13.3405 9.90625 13.8281C10.1204 14.3158 10.4167 14.6849 10.7949 14.9355C11.1777 15.1862 11.6243 15.3138 12.1348 15.3184C12.7044 15.3138 13.1852 15.1634 13.5771 14.8672C13.9691 14.5664 14.2129 14.1517 14.3086 13.623L16.3867 13.6367C16.3092 14.2611 16.0882 14.8398 15.7236 15.373C15.359 15.9062 14.8669 16.3346 14.2471 16.6582C13.6273 16.9772 12.9141 17.1367 12.1074 17.1367C11.2188 17.1367 10.4258 16.9362 9.72852 16.5352C9.03581 16.1296 8.49121 15.5439 8.09473 14.7783C7.69824 14.0081 7.5 13.099 7.5 12.0508C7.5 10.998 7.69824 10.0889 8.09473 9.32324C8.49577 8.55762 9.04492 7.97428 9.74219 7.57324C10.4395 7.16764 11.2279 6.96484 12.1074 6.96484C12.8685 6.96484 13.5566 7.10612 14.1719 7.38867C14.7871 7.67122 15.2861 8.08138 15.6689 8.61914C16.0563 9.1569 16.2956 9.79948 16.3867 10.5469H14.3086Z" fill="#19191A"/>
5
- </svg>
@@ -1,4 +0,0 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M3.5 5.50011C3.5 4.39554 4.39543 3.50011 5.5 3.50011H18.5C19.6046 3.50011 20.5 4.39554 20.5 5.50011V18.5001C20.5 19.6047 19.6046 20.5001 18.5 20.5001H5.5C4.39543 20.5001 3.5 19.6047 3.5 18.5001V5.50011Z" fill="#E7F8ED"/>
3
- <path d="M12.4265 16.597C16.4639 10.2545 18.9637 6.77315 23.6317 2.60823C23.896 2.37239 23.6434 1.99621 23.3372 2.17444C21.7645 3.09004 19.5859 4.48556 17.6795 6.1617C14.2179 9.20513 11.6538 11.7692 11.6538 11.7692C10.4209 10.5673 9.18793 9.78001 9.09529 9.72146L9.08406 9.71423C8.99887 9.65859 7.95834 8.9923 6.48251 8.6575C6.22898 8.59998 6.08585 8.94355 6.28288 9.11315C6.98074 9.71386 8.04979 10.7614 9.08972 12.2821C10.2129 13.9245 11.0544 15.5669 11.5143 16.5355C11.6879 16.9011 12.2092 16.9385 12.4265 16.597Z" fill="#36BB65"/>
4
- </svg>
@@ -1,16 +0,0 @@
1
- <svg width="20" height="16" viewBox="0 0 20 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <g id="Origin">
3
- <g id="Mask group">
4
- <mask id="mask0_3702_54737" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="1" width="20" height="14">
5
- <path id="Subtract" fill-rule="evenodd" clip-rule="evenodd" d="M1.76929 1.28671H11.6784C11.6784 2.21361 12.4298 2.96501 13.3567 2.96501C14.2836 2.96501 15.035 2.21361 15.035 1.28671H18.2308C18.7831 1.28671 19.2308 1.73443 19.2308 2.28671V13.7133C19.2308 14.2656 18.7831 14.7133 18.2308 14.7133H15.035C15.035 14.7133 15.035 14.7133 15.035 14.7133C15.035 13.7864 14.2836 13.0349 13.3567 13.0349C12.4298 13.0349 11.6784 13.7864 11.6784 14.7133C11.6784 14.7133 11.6784 14.7133 11.6784 14.7133H1.76929C1.217 14.7133 0.769287 14.2656 0.769287 13.7133V2.28671C0.769287 1.73443 1.217 1.28671 1.76929 1.28671Z" fill="#FCD400"/>
6
- </mask>
7
- <g mask="url(#mask0_3702_54737)">
8
- <path id="Subtract_2" fill-rule="evenodd" clip-rule="evenodd" d="M15.035 1.53844C15.035 2.43059 14.2835 3.15383 13.3566 3.15383C12.4297 3.15383 11.6783 2.43059 11.6783 1.53844L1.76929 1.53844C1.217 1.53844 0.769287 1.98615 0.769287 2.53844V13.4615C0.769287 14.0138 1.217 14.4615 1.76929 14.4615H11.6783C11.6783 14.4615 11.6783 14.4615 11.6783 14.4615C11.6783 13.5693 12.4297 12.8461 13.3566 12.8461C14.2835 12.8461 15.035 13.5693 15.035 14.4615C15.035 14.4615 15.035 14.4615 15.035 14.4615H18.2308C18.7831 14.4615 19.2308 14.0138 19.2308 13.4615V2.53844C19.2308 1.98615 18.7831 1.53844 18.2308 1.53844L15.035 1.53844Z" fill="white"/>
9
- <path id="Vector (Stroke)" fill-rule="evenodd" clip-rule="evenodd" d="M4.52553 4.93819C3.96685 4.93819 3.5412 5.3902 3.5412 5.91343C3.5412 6.43666 3.96685 6.88867 4.52553 6.88867C5.0842 6.88867 5.50985 6.43666 5.50985 5.91343C5.50985 5.3902 5.0842 4.93819 4.52553 4.93819ZM2.44751 5.91343C2.44751 4.73315 3.39292 3.80419 4.52553 3.80419C5.65813 3.80419 6.60354 4.73315 6.60354 5.91343C6.60354 7.09372 5.65813 8.02268 4.52553 8.02268C3.39292 8.02268 2.44751 7.09372 2.44751 5.91343ZM9.1914 4.17688C9.45296 4.33346 9.54257 4.68023 9.39156 4.95142L5.63163 11.7038C5.48062 11.975 5.14618 12.0679 4.88462 11.9114C4.62307 11.7548 4.53346 11.408 4.68446 11.1368L8.4444 4.38442C8.5954 4.11323 8.92985 4.02031 9.1914 4.17688ZM9.60026 9.11132C9.04158 9.11132 8.61594 9.56333 8.61594 10.0866C8.61594 10.6098 9.04158 11.0618 9.60026 11.0618C10.1589 11.0618 10.5846 10.6098 10.5846 10.0866C10.5846 9.56333 10.1589 9.11132 9.60026 9.11132ZM7.52225 10.0866C7.52225 8.90627 8.46766 7.97732 9.60026 7.97732C10.7329 7.97732 11.6783 8.90627 11.6783 10.0866C11.6783 11.2668 10.7329 12.1958 9.60026 12.1958C8.46766 12.1958 7.52225 11.2668 7.52225 10.0866Z" fill="#19191A"/>
10
- <path id="Rectangle 1209" d="M13.2307 1.53844H19.2307V14.4615H13.2307V1.53844Z" fill="#FFC800"/>
11
- <path id="Vector 612 (Stroke)" fill-rule="evenodd" clip-rule="evenodd" d="M12.4807 3.80419L12.4807 2.96503L13.9807 2.96503L13.9807 3.80419L12.4807 3.80419ZM12.4807 7.16083L12.4807 5.48251L13.9807 5.48251L13.9807 7.16083L12.4807 7.16083ZM12.4807 10.5175L12.4807 8.83915L13.9807 8.83915L13.9807 10.5175L12.4807 10.5175ZM12.4807 13.035L12.4807 12.1958L13.9807 12.1958L13.9807 13.035L12.4807 13.035Z" fill="#19191A"/>
12
- </g>
13
- </g>
14
- <path id="&#237;&#133;&#140;&#235;&#145;&#144;&#235;&#166;&#172; (Stroke)" fill-rule="evenodd" clip-rule="evenodd" d="M1.53517 2.31539C1.52085 2.32918 1.51929 2.33963 1.51929 2.34615V13.6538C1.51929 13.6604 1.52085 13.6708 1.53517 13.6846C1.55 13.6989 1.57439 13.7115 1.60845 13.7115H11.0521C11.377 12.7605 12.3027 12.0962 13.3567 12.0962C14.4107 12.0962 15.3364 12.7605 15.6613 13.7115H18.3917C18.4257 13.7115 18.4501 13.6989 18.4649 13.6846C18.4793 13.6708 18.4808 13.6604 18.4808 13.6538V2.34615C18.4808 2.33963 18.4793 2.32918 18.4649 2.31539C18.4501 2.30112 18.4257 2.28846 18.3917 2.28846H15.6613C15.3364 3.23951 14.4107 3.90384 13.3567 3.90384C12.3027 3.90384 11.377 3.23951 11.0521 2.28846H1.60845C1.5744 2.28846 1.55 2.30112 1.53517 2.31539ZM0.0192871 2.34615C0.0192871 1.4591 0.758055 0.78846 1.60845 0.78846H12.4284V1.53846C12.4284 1.98964 12.8167 2.40384 13.3567 2.40384C13.8967 2.40384 14.285 1.98964 14.285 1.53846V0.78846H18.3917C19.2421 0.78846 19.9808 1.4591 19.9808 2.34615V13.6538C19.9808 14.5409 19.2421 15.2115 18.3917 15.2115H14.285V14.4615C14.285 14.0104 13.8967 13.5962 13.3567 13.5962C12.8167 13.5962 12.4284 14.0104 12.4284 14.4615V15.2115H1.60845C0.758054 15.2115 0.0192871 14.5409 0.0192871 13.6538V2.34615Z" fill="#19191A"/>
15
- </g>
16
- </svg>
@@ -1,5 +0,0 @@
1
- export { default as CashEtc } from './cash-etc.svg';
2
- export { default as PointEtc } from './point-etc.svg';
3
- export { default as CheckEtc } from './check-etc.svg';
4
- export { default as UnScheduledEtc } from './unscheduled-etc.svg';
5
- export { default as CouponEtc } from './coupon-etc.svg';
@@ -1,5 +0,0 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <circle cx="12" cy="12" r="12" fill="#FFEA80"/>
3
- <circle cx="12" cy="12" r="10" fill="#FFC800"/>
4
- <path d="M8.33398 17V7.10156H12.2168C14.4727 7.10156 15.7578 8.48242 15.7578 10.4375C15.7578 12.4199 14.4453 13.7734 12.1621 13.7734H10.3848V17H8.33398ZM10.3848 12.1191H11.834C13.0508 12.1191 13.6387 11.4355 13.6387 10.4375C13.6387 9.45312 13.0508 8.7832 11.834 8.7832H10.3848V12.1191Z" fill="#19191A"/>
5
- </svg>
@@ -1,19 +0,0 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <g clip-path="url(#clip0_95_4221)">
3
- <rect x="5.25" y="5.25" width="13.5" height="13.5" fill="white"/>
4
- <rect x="5.25" y="5.25" width="13.5" height="3.75" fill="#FFC800"/>
5
- <rect x="8.25" y="3.75" width="1.5" height="3" fill="black"/>
6
- <rect x="14.25" y="3.75" width="1.5" height="3" fill="black"/>
7
- <rect x="6.75" y="10.5" width="3" height="3" fill="#E5E5E6"/>
8
- <rect x="6.75" y="14.25" width="3" height="3" fill="#E5E5E6"/>
9
- <rect x="10.5" y="10.5" width="3" height="3" fill="#E5E5E6"/>
10
- <rect x="10.5" y="14.25" width="3" height="3" fill="#E5E5E6"/>
11
- <rect x="14.25" y="10.5" width="3" height="3" fill="#E5E5E6"/>
12
- <path fill-rule="evenodd" clip-rule="evenodd" d="M24 12C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12C0 5.37258 5.37258 0 12 0C18.6274 0 24 5.37258 24 12ZM22.5 12C22.5 17.799 17.799 22.5 12 22.5C9.37044 22.5 6.96665 21.5334 5.12456 19.9361L19.9361 5.12456C21.5334 6.96665 22.5 9.37044 22.5 12ZM4.0639 18.8754L18.8754 4.0639C17.0334 2.46661 14.6296 1.5 12 1.5C6.20101 1.5 1.5 6.20101 1.5 12C1.5 14.6296 2.46661 17.0334 4.0639 18.8754Z" fill="#F24A45"/>
13
- </g>
14
- <defs>
15
- <clipPath id="clip0_95_4221">
16
- <rect width="24" height="24" fill="white"/>
17
- </clipPath>
18
- </defs>
19
- </svg>
@@ -1,3 +0,0 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path fill-rule="evenodd" clip-rule="evenodd" d="M12 21.5C17.2467 21.5 21.5 17.2467 21.5 12C21.5 6.75329 17.2467 2.5 12 2.5C6.75329 2.5 2.5 6.75329 2.5 12C2.5 17.2467 6.75329 21.5 12 21.5ZM10.5069 8.37936L10.9847 12.9671C11.0256 13.359 11.3559 13.6568 11.75 13.6568C12.1441 13.6568 12.4744 13.359 12.5153 12.9671L12.9931 8.37936C13.07 7.64185 12.4915 7 11.75 7C11.0085 7 10.43 7.64185 10.5069 8.37936ZM12.8596 15.8758C12.8596 16.4885 12.3629 16.9852 11.7501 16.9852C11.1374 16.9852 10.6407 16.4885 10.6407 15.8758C10.6407 15.263 11.1374 14.7663 11.7501 14.7663C12.3629 14.7663 12.8596 15.263 12.8596 15.8758Z" fill="currentColor"/>
3
- </svg>
@@ -1,3 +0,0 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path fill-rule="evenodd" clip-rule="evenodd" d="M5 3C3.89543 3 3 3.89543 3 5V19C3 20.1046 3.89543 21 5 21H19C20.1046 21 21 20.1046 21 19V5C21 3.89543 20.1046 3 19 3H5ZM12 7.75C12.4142 7.75 12.75 8.08579 12.75 8.5V11.25H15.5C15.9142 11.25 16.25 11.5858 16.25 12C16.25 12.4142 15.9142 12.75 15.5 12.75H12.75V15.5C12.75 15.9142 12.4142 16.25 12 16.25C11.5858 16.25 11.25 15.9142 11.25 15.5V12.75H8.5C8.08579 12.75 7.75 12.4142 7.75 12C7.75 11.5858 8.08579 11.25 8.5 11.25L11.25 11.25V8.5C11.25 8.08579 11.5858 7.75 12 7.75Z" fill="currentColor"/>
3
- </svg>
@@ -1,3 +0,0 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M18.1229 8.68251C18.2725 8.45361 18.2915 8.15373 18.1721 7.90495C18.0528 7.65618 17.815 7.5 17.5556 7.5H6.44445C6.18501 7.5 5.94722 7.65618 5.82786 7.90495C5.7085 8.15373 5.7275 8.45361 5.87711 8.68251L11.4327 17.1825C11.5628 17.3816 11.7744 17.5 12 17.5C12.2256 17.5 12.4372 17.3816 12.5673 17.1825L18.1229 8.68251Z" fill="currentColor"/>
3
- </svg>
@@ -1,3 +0,0 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M14.8175 18.1229C15.0464 18.2725 15.3463 18.2915 15.595 18.1721C15.8438 18.0528 16 17.815 16 17.5556L16 6.44445C16 6.18501 15.8438 5.94722 15.595 5.82786C15.3463 5.7085 15.0464 5.7275 14.8175 5.87711L6.31749 11.4327C6.1184 11.5628 6 11.7744 6 12C6 12.2256 6.1184 12.4372 6.31749 12.5673L14.8175 18.1229Z" fill="currentColor"/>
3
- </svg>
@@ -1,3 +0,0 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M9.18251 5.87711C8.95361 5.7275 8.65373 5.7085 8.40495 5.82786C8.15618 5.94721 8 6.18501 8 6.44445V17.5556C8 17.815 8.15618 18.0528 8.40495 18.1721C8.65373 18.2915 8.95361 18.2725 9.18251 18.1229L17.6825 12.5673C17.8816 12.4372 18 12.2256 18 12C18 11.7744 17.8816 11.5628 17.6825 11.4327L9.18251 5.87711Z" fill="currentColor"/>
3
- </svg>
@@ -1,3 +0,0 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M5.87711 15.3175C5.7275 15.5464 5.7085 15.8463 5.82786 16.095C5.94721 16.3438 6.18501 16.5 6.44445 16.5H17.5556C17.815 16.5 18.0528 16.3438 18.1721 16.095C18.2915 15.8463 18.2725 15.5464 18.1229 15.3175L12.5673 6.81749C12.4372 6.6184 12.2256 6.5 12 6.5C11.7744 6.5 11.5628 6.6184 11.4327 6.81749L5.87711 15.3175Z" fill="currentColor"/>
3
- </svg>
@@ -1,3 +0,0 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path fill-rule="evenodd" clip-rule="evenodd" d="M2 5.5C2 3.84315 3.34315 2.5 5 2.5H19C20.6569 2.5 22 3.84315 22 5.5V15.5C22 17.1569 20.6569 18.5 19 18.5H17.188V21.4543C17.188 21.8745 16.7011 22.1073 16.3741 21.8434L12.2293 18.5H5C3.34315 18.5 2 17.1569 2 15.5V5.5ZM9 10.5C9 11.0523 8.55228 11.5 8 11.5C7.44772 11.5 7 11.0523 7 10.5C7 9.94772 7.44772 9.5 8 9.5C8.55228 9.5 9 9.94772 9 10.5ZM13 10.5C13 11.0523 12.5523 11.5 12 11.5C11.4477 11.5 11 11.0523 11 10.5C11 9.94772 11.4477 9.5 12 9.5C12.5523 9.5 13 9.94772 13 10.5ZM17 10.5C17 11.0523 16.5523 11.5 16 11.5C15.4477 11.5 15 11.0523 15 10.5C15 9.94772 15.4477 9.5 16 9.5C16.5523 9.5 17 9.94772 17 10.5Z" fill="currentColor"/>
3
- </svg>
@@ -1,3 +0,0 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path fill-rule="evenodd" clip-rule="evenodd" d="M8.91421 4.5C8.38378 4.5 7.87507 4.71071 7.5 5.08579L1.29289 11.2929C0.902369 11.6834 0.902369 12.3166 1.29289 12.7071L7.5 18.9142C7.87507 19.2893 8.38378 19.5 8.91421 19.5H19.5858C20.6904 19.5 21.5858 18.6046 21.5858 17.5V6.5C21.5858 5.39543 20.6904 4.5 19.5858 4.5H8.91421ZM10.58 15.5082C10.1895 15.1176 10.1895 14.4845 10.58 14.0939L12.6729 12.0011L10.58 9.90818C10.1895 9.51766 10.1895 8.88449 10.58 8.49397C10.9705 8.10344 11.6037 8.10344 11.9942 8.49397L14.0871 10.5868L16.18 8.49394C16.5705 8.10342 17.2037 8.10342 17.5942 8.49394C17.9847 8.88447 17.9847 9.51763 17.5942 9.90816L15.5013 12.0011L17.5942 14.094C17.9847 14.4845 17.9847 15.1177 17.5942 15.5082C17.2037 15.8987 16.5705 15.8987 16.18 15.5082L14.0871 13.4153L11.9942 15.5082C11.6037 15.8987 10.9705 15.8987 10.58 15.5082Z" fill="currentColor"/>
3
- </svg>
@@ -1,3 +0,0 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path fill-rule="evenodd" clip-rule="evenodd" d="M12 21.5C17.2467 21.5 21.5 17.2467 21.5 12C21.5 6.75329 17.2467 2.5 12 2.5C6.75329 2.5 2.5 6.75329 2.5 12C2.5 17.2467 6.75329 21.5 12 21.5ZM16.845 9.80339C17.2051 9.38468 17.1576 8.7533 16.7389 8.39316C16.3202 8.03302 15.6888 8.08051 15.3287 8.49922L11.1046 13.4103L8.56469 10.9194C8.17038 10.5327 7.53725 10.5389 7.15055 10.9332C6.76384 11.3275 6.77 11.9606 7.16431 12.3473L10.4664 15.5858C10.6639 15.7794 10.9327 15.8826 11.209 15.8709C11.4853 15.8592 11.7444 15.7336 11.9248 15.5239L16.845 9.80339Z" fill="currentColor"/>
3
- </svg>
@@ -1,3 +0,0 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M13.0994 3.42381C12.458 2.90585 11.542 2.90585 10.9006 3.42381L3.40057 9.48001C2.98914 9.81224 2.75 10.3127 2.75 10.8415V20C2.75 20.9665 3.5335 21.75 4.5 21.75H9.6C10.0142 21.75 10.35 21.4142 10.35 21V14.75H13.65V21C13.65 21.4142 13.9858 21.75 14.4 21.75H19.5C20.4665 21.75 21.25 20.9665 21.25 20V10.8415C21.25 10.3127 21.0109 9.81224 20.5994 9.48001L13.0994 3.42381Z" fill="currentColor"/>
3
- </svg>
@@ -1,19 +0,0 @@
1
- export { default as AlertFill } from './alert-fill.svg';
2
- export { default as ApplyFill } from './apply-fill.svg';
3
- export { default as ArrowDownFill } from './arrow-down-fill.svg';
4
- export { default as ArrowLeftFill } from './arrow-left-fill.svg';
5
- export { default as ArrowRightFill } from './arrow-right-fill.svg';
6
- export { default as ArrowUpFill } from './arrow-up-fill.svg';
7
- export { default as ChattingFill } from './chatting-fill.svg';
8
- export { default as CompleteFill } from './complete-fill.svg';
9
- export { default as HomeFill } from './home-fill.svg';
10
- export { default as InfoFill } from './info-fill.svg';
11
- export { default as InvalidFill } from './invalid-fill.svg';
12
- export { default as MetFill } from './met-fill.svg';
13
- export { default as OngoingFill } from './ongoing-fill.svg';
14
- export { default as ReviewFill } from './review-fill.svg';
15
- export { default as ScheduleFill } from './schedule-fill.svg';
16
- export { default as TooltipFill } from './tooltip-fill.svg';
17
- export { default as UserFill } from './user-fill.svg';
18
- export { default as ClrFill } from './clr-fill.svg';
19
- export { default as LikeFill } from './like-fill.svg';
@@ -1,3 +0,0 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path fill-rule="evenodd" clip-rule="evenodd" d="M12 21.5C17.2467 21.5 21.5 17.2467 21.5 12C21.5 6.75329 17.2467 2.5 12 2.5C6.75329 2.5 2.5 6.75329 2.5 12C2.5 17.2467 6.75329 21.5 12 21.5ZM12 9.5C12.8284 9.5 13.5 8.82843 13.5 8C13.5 7.17157 12.8284 6.5 12 6.5C11.1716 6.5 10.5 7.17157 10.5 8C10.5 8.82843 11.1716 9.5 12 9.5ZM11.25 10.375C10.6977 10.375 10.25 10.8227 10.25 11.375C10.25 11.841 10.5687 12.2325 11 12.3435V16.375C11 16.9273 11.4477 17.375 12 17.375H12.75C13.3023 17.375 13.75 16.9273 13.75 16.375C13.75 15.909 13.4313 15.5175 13 15.4065V11.375C13 10.8227 12.5523 10.375 12 10.375H11.25Z" fill="currentColor"/>
3
- </svg>
@@ -1,3 +0,0 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path fill-rule="evenodd" clip-rule="evenodd" d="M12 21.5C17.2467 21.5 21.5 17.2467 21.5 12C21.5 6.75329 17.2467 2.5 12 2.5C6.75329 2.5 2.5 6.75329 2.5 12C2.5 17.2467 6.75329 21.5 12 21.5ZM15.9571 8.04289C16.3476 8.43342 16.3476 9.06658 15.9571 9.45711L13.4142 12L15.9571 14.5429C16.3476 14.9334 16.3476 15.5666 15.9571 15.9571C15.5666 16.3476 14.9334 16.3476 14.5429 15.9571L12 13.4142L9.45711 15.9571C9.06658 16.3476 8.43342 16.3476 8.04289 15.9571C7.65237 15.5666 7.65237 14.9334 8.04289 14.5429L10.5858 12L8.04289 9.45711C7.65237 9.06658 7.65237 8.43342 8.04289 8.04289C8.43342 7.65237 9.06658 7.65237 9.45711 8.04289L12 10.5858L14.5429 8.04289C14.9334 7.65237 15.5666 7.65237 15.9571 8.04289Z" fill="currentColor"/>
3
- </svg>
@@ -1,4 +0,0 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M2 11.1776C2 10.6253 2.44772 10.1776 3 10.1776H6.46183C7.01412 10.1776 7.46183 10.6253 7.46183 11.1776V17.9165C7.46183 18.4688 7.01412 18.9165 6.46183 18.9165H3C2.44771 18.9165 2 18.4688 2 17.9165V11.1776Z" fill="currentColor"/>
3
- <path d="M8.55416 17.9969V10.6623C8.55416 10.4724 8.6082 10.2865 8.70997 10.1263L12.8558 3.59724C13.4286 2.69508 14.6095 2.40266 15.5371 2.93326L15.604 2.97152C16.4289 3.44334 16.8079 4.43045 16.5107 5.33306L15.4623 8.51718C15.3559 8.84061 15.5968 9.17355 15.9373 9.17355H20.7158C21.7274 9.17355 22.449 10.1545 22.1477 11.1202L19.6428 19.1508C19.3822 19.9863 18.6087 20.5553 17.7335 20.5553H15.3339C15.154 20.5553 14.975 20.531 14.8016 20.4832L9.28801 18.9608C8.85445 18.8411 8.55416 18.4467 8.55416 17.9969Z" fill="currentColor"/>
4
- </svg>
@@ -1,3 +0,0 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M21.9994 8.98303C21.9627 5.95329 19.5587 3.5 16.5446 3.5C14.6474 3.5 12.9769 4.47528 12 5.95329C11.0231 4.47528 9.35261 3.5 7.45543 3.5C4.4446 3.5 2.03728 5.95329 2.0006 8.98303C1.93058 14.57 7.9689 18.5147 11.0898 20.1804C11.4332 20.3613 11.7399 20.5189 12 20.6429C12.2601 20.5155 12.5668 20.3613 12.9102 20.1804C16.0311 18.5147 22.0694 14.57 21.9994 8.98303Z" fill="currentColor"/>
3
- </svg>
@@ -1,3 +0,0 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path fill-rule="evenodd" clip-rule="evenodd" d="M12 21.5C17.2467 21.5 21.5 17.2467 21.5 12C21.5 6.75329 17.2467 2.5 12 2.5C6.75329 2.5 2.5 6.75329 2.5 12C2.5 17.2467 6.75329 21.5 12 21.5ZM9 12C9 12.8284 8.32843 13.5 7.5 13.5C6.67157 13.5 6 12.8284 6 12C6 11.1716 6.67157 10.5 7.5 10.5C8.32843 10.5 9 11.1716 9 12ZM13.5 12C13.5 12.8284 12.8284 13.5 12 13.5C11.1716 13.5 10.5 12.8284 10.5 12C10.5 11.1716 11.1716 10.5 12 10.5C12.8284 10.5 13.5 11.1716 13.5 12ZM16.5 13.5C17.3284 13.5 18 12.8284 18 12C18 11.1716 17.3284 10.5 16.5 10.5C15.6716 10.5 15 11.1716 15 12C15 12.8284 15.6716 13.5 16.5 13.5Z" fill="currentColor"/>
3
- </svg>
@@ -1,3 +0,0 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M12.6658 2.48369C12.4563 1.83877 11.5439 1.83877 11.3343 2.48369L9.16714 9.1536H2.15398C1.47588 9.1536 1.19393 10.0213 1.74253 10.4199L7.41629 14.5421L5.24911 21.2121C5.03956 21.857 5.77769 22.3933 6.3263 21.9947L12.0001 17.8724L17.6738 21.9947C18.2224 22.3933 18.9606 21.857 18.751 21.2121L16.5838 14.5421L22.2576 10.4199C22.8062 10.0213 22.5243 9.1536 21.8461 9.1536H14.833L12.6658 2.48369Z" fill="currentColor"/>
3
- </svg>
@@ -1,3 +0,0 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path fill-rule="evenodd" clip-rule="evenodd" d="M8.25 3.75C8.25 3.33579 7.91421 3 7.5 3C7.08579 3 6.75 3.33579 6.75 3.75V4.5H4C2.89543 4.5 2 5.39543 2 6.5V18.5C2 19.6046 2.89543 20.5 4 20.5H20C21.1046 20.5 22 19.6046 22 18.5V6.5C22 5.39543 21.1046 4.5 20 4.5H17.25V3.75C17.25 3.33579 16.9142 3 16.5 3C16.0858 3 15.75 3.33579 15.75 3.75V4.5H8.25V3.75ZM15.75 6.75V6H8.25V6.75C8.25 7.16421 7.91421 7.5 7.5 7.5C7.08579 7.5 6.75 7.16421 6.75 6.75V6H4C3.72386 6 3.5 6.22386 3.5 6.5V9.5H20.5V6.5C20.5 6.22386 20.2761 6 20 6H17.25V6.75C17.25 7.16421 16.9142 7.5 16.5 7.5C16.0858 7.5 15.75 7.16421 15.75 6.75ZM9 15C9 15.5523 8.55228 16 8 16C7.44772 16 7 15.5523 7 15C7 14.4477 7.44772 14 8 14C8.55228 14 9 14.4477 9 15ZM13 15C13 15.5523 12.5523 16 12 16C11.4477 16 11 15.5523 11 15C11 14.4477 11.4477 14 12 14C12.5523 14 13 14.4477 13 15ZM17 15C17 15.5523 16.5523 16 16 16C15.4477 16 15 15.5523 15 15C15 14.4477 15.4477 14 16 14C16.5523 14 17 14.4477 17 15Z" fill="currentColor"/>
3
- </svg>
@@ -1,3 +0,0 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path fill-rule="evenodd" clip-rule="evenodd" d="M12 21.5C17.2467 21.5 21.5 17.2467 21.5 12C21.5 6.75329 17.2467 2.5 12 2.5C6.75329 2.5 2.5 6.75329 2.5 12C2.5 17.2467 6.75329 21.5 12 21.5ZM14.91 7.74279C14.6391 7.28311 14.2598 6.92021 13.7721 6.65408C13.2844 6.38795 12.7209 6.25488 12.0923 6.25488C11.4096 6.25488 10.8027 6.41214 10.2933 6.72666C9.78394 7.04117 9.38295 7.44037 9.11202 7.92424C8.84108 8.40811 8.7002 8.89198 8.7002 9.36375C8.7002 9.61779 8.79773 9.85972 8.98197 10.0775C9.16621 10.2952 9.40463 10.4041 9.67556 10.4041C10.0007 10.4041 10.4233 10.2468 10.6184 9.49682C10.7593 9.01295 10.9435 8.63795 11.1495 8.39601C11.3445 8.16617 11.6588 8.04521 12.0815 8.04521C12.4499 8.04521 12.7317 8.15408 12.9593 8.39601C13.1869 8.62585 13.2953 8.90408 13.2953 9.24279C13.2953 9.41214 13.2628 9.5694 13.1869 9.70246C13.111 9.85972 13.0135 9.99279 12.9051 10.1138C12.7859 10.2468 12.5908 10.4404 12.3199 10.7065C12.0056 11.0089 11.7564 11.275 11.5721 11.5049C11.377 11.7347 11.2253 12.0129 11.1061 12.3154C10.9869 12.6178 10.9327 12.9928 10.9327 13.4041C10.9327 13.767 11.0194 14.0452 11.2036 14.2267C11.377 14.4202 11.5938 14.5049 11.8539 14.5049C12.3416 14.5049 12.6559 14.2025 12.7426 13.646C12.7859 13.4162 12.8184 13.2589 12.8401 13.1621C12.8618 13.0775 12.8943 12.9928 12.9268 12.9081C12.9541 12.8371 13.0042 12.766 13.0645 12.6807L13.1002 12.6299C13.1869 12.521 13.2953 12.4 13.4362 12.2549C13.9564 11.7347 14.3248 11.3597 14.5199 11.142C14.7258 10.9121 14.91 10.6339 15.0618 10.3194C15.2135 9.99279 15.3002 9.61779 15.3002 9.1944C15.3002 8.66214 15.1593 8.15408 14.8884 7.6944L14.91 7.74279ZM11.92 15.2698C11.5752 15.2698 11.2673 15.3929 11.0333 15.6269C10.787 15.8609 10.6639 16.1565 10.6639 16.5013C10.6639 16.8831 10.787 17.1909 11.0457 17.4126C11.292 17.622 11.5875 17.7328 11.92 17.7328C12.2526 17.7328 12.5235 17.622 12.7698 17.4003C13.0161 17.1786 13.1516 16.8707 13.1516 16.489C13.1516 16.1441 13.0284 15.8486 12.7944 15.6146C12.5604 15.3806 12.2649 15.2574 11.92 15.2574V15.2698Z" fill="currentColor"/>
3
- </svg>
@@ -1,4 +0,0 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M12 14.5C15.3137 14.5 18 11.8137 18 8.5C18 5.18629 15.3137 2.5 12 2.5C8.68629 2.5 6 5.18629 6 8.5C6 11.8137 8.68629 14.5 12 14.5Z" fill="currentColor"/>
3
- <path d="M7.5 15.5C4.04822 15.5 1.25 18.2982 1.25 21.75C1.25 22.1642 1.58579 22.5 2 22.5H22C22.4142 22.5 22.75 22.1642 22.75 21.75C22.75 18.2982 19.9518 15.5 16.5 15.5H7.5Z" fill="currentColor"/>
4
- </svg>
@@ -1,5 +0,0 @@
1
- export * from './colorLine';
2
- export * from './emoji';
3
- export * from './etc';
4
- export * from './fill';
5
- export * from './line';
@@ -1,4 +0,0 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path fill-rule="evenodd" clip-rule="evenodd" d="M19.75 15.75V10C19.75 5.71979 16.2802 2.25 12 2.25C7.71979 2.25 4.25 5.71979 4.25 10L4.25 15.75H3.5C3.08579 15.75 2.75 16.0858 2.75 16.5C2.75 16.9142 3.08579 17.25 3.5 17.25H20.5C20.9142 17.25 21.25 16.9142 21.25 16.5C21.25 16.0858 20.9142 15.75 20.5 15.75H19.75ZM5.75 15.75H18.25L18.25 10C18.25 6.54822 15.4518 3.75 12 3.75C8.54822 3.75 5.75 6.54822 5.75 10L5.75 15.75Z" fill="currentColor"/>
3
- <path d="M15.25 18.5C15.25 20.2949 13.7949 21.75 12 21.75C10.2051 21.75 8.75 20.2949 8.75 18.5C8.75 18.0858 9.08579 17.75 9.5 17.75C9.91421 17.75 10.25 18.0858 10.25 18.5C10.25 19.4665 11.0335 20.25 12 20.25C12.9665 20.25 13.75 19.4665 13.75 18.5C13.75 18.0858 14.0858 17.75 14.5 17.75C14.9142 17.75 15.25 18.0858 15.25 18.5Z" fill="currentColor"/>
4
- </svg>
@@ -1,5 +0,0 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M19 6.25L19.0771 6.25391C19.4551 6.29253 19.75 6.61183 19.75 7C19.75 7.38817 19.4551 7.70747 19.0771 7.74609L19 7.75H5C4.58579 7.75 4.25 7.41421 4.25 7C4.25 6.58579 4.58579 6.25 5 6.25H19Z" fill="currentColor"/>
3
- <path d="M19 11.25L19.0771 11.2539C19.4551 11.2925 19.75 11.6118 19.75 12C19.75 12.3882 19.4551 12.7075 19.0771 12.7461L19 12.75H5C4.58579 12.75 4.25 12.4142 4.25 12C4.25 11.5858 4.58579 11.25 5 11.25H19Z" fill="currentColor"/>
4
- <path d="M19 16.25L19.0771 16.2539C19.4551 16.2925 19.75 16.6118 19.75 17C19.75 17.3882 19.4551 17.7075 19.0771 17.7461L19 17.75H5C4.58579 17.75 4.25 17.4142 4.25 17C4.25 16.5858 4.58579 16.25 5 16.25H19Z" fill="currentColor"/>
5
- </svg>
@@ -1,4 +0,0 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M3.46967 7.46967C3.17678 7.76256 3.17678 8.23744 3.46967 8.53033C3.76256 8.82322 4.23744 8.82322 4.53033 8.53033L7.24915 5.81151L7.25 18.0001C7.25003 18.4143 7.58584 18.75 8.00005 18.75C8.41427 18.75 8.75003 18.4142 8.75 17.9999L8.74915 5.80981L11.4697 8.53033C11.7626 8.82322 12.2374 8.82322 12.5303 8.53033C12.8232 8.23744 12.8232 7.76256 12.5303 7.46967L8.53033 3.46967C8.38381 3.32315 8.19175 3.24993 7.99971 3.25C7.78101 3.25002 7.58344 3.34363 7.44636 3.49298L3.46967 7.46967Z" fill="currentColor"/>
3
- <path d="M20.5303 16.5303C20.8232 16.2374 20.8232 15.7626 20.5303 15.4697C20.2374 15.1768 19.7626 15.1768 19.4697 15.4697L16.7508 18.1885L16.75 5.99995C16.75 5.58573 16.4142 5.24997 15.9999 5.25C15.5857 5.25003 15.25 5.58584 15.25 6.00005L15.2508 18.1902L12.5303 15.4697C12.2374 15.1768 11.7626 15.1768 11.4697 15.4697C11.1768 15.7626 11.1768 16.2374 11.4697 16.5303L15.4697 20.5303C15.6162 20.6769 15.8083 20.7501 16.0003 20.75C16.219 20.75 16.4166 20.6564 16.5536 20.507L20.5303 16.5303Z" fill="currentColor"/>
4
- </svg>
@@ -1,7 +0,0 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <rect x="3.75" y="3.75" width="16.5" height="16.5" rx="1.25" stroke="currentColor" stroke-width="1.5"/>
3
- <path d="M12 8.5V15.5" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/>
4
- <path d="M15.5 12L8.5 12" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/>
5
- <path d="M12 7.75C12.4142 7.75 12.75 8.08579 12.75 8.5V11.25H15.5C15.9142 11.25 16.25 11.5858 16.25 12C16.25 12.4142 15.9142 12.75 15.5 12.75H12.75V15.5C12.75 15.9142 12.4142 16.25 12 16.25C11.5858 16.25 11.25 15.9142 11.25 15.5V12.75H8.5C8.08579 12.75 7.75 12.4142 7.75 12C7.75 11.5858 8.08579 11.25 8.5 11.25H11.25V8.5C11.25 8.08579 11.5858 7.75 12 7.75Z" fill="currentColor"/>
6
- <path fill-rule="evenodd" clip-rule="evenodd" d="M5 3C3.89543 3 3 3.89543 3 5V19C3 20.1046 3.89543 21 5 21H19C20.1046 21 21 20.1046 21 19V5C21 3.89543 20.1046 3 19 3H5ZM19 4.5H5C4.72386 4.5 4.5 4.72386 4.5 5V19C4.5 19.2761 4.72386 19.5 5 19.5H19C19.2761 19.5 19.5 19.2761 19.5 19V5C19.5 4.72386 19.2761 4.5 19 4.5Z" fill="currentColor"/>
7
- </svg>
@@ -1,3 +0,0 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path fill-rule="evenodd" clip-rule="evenodd" d="M10.4697 19.5303C10.7626 19.8232 11.2374 19.8232 11.5303 19.5303C11.8232 19.2374 11.8232 18.7626 11.5303 18.4697L5.81065 12.75L20 12.75C20.4142 12.75 20.75 12.4142 20.75 12C20.75 11.5858 20.4142 11.25 20 11.25L5.81067 11.25L11.5303 5.53033C11.8232 5.23744 11.8232 4.76256 11.5303 4.46967C11.2374 4.17678 10.7626 4.17678 10.4697 4.46967L3.47134 11.468C3.33724 11.6013 3.25324 11.7849 3.25009 11.9882C3.25003 11.9921 3.25 11.9961 3.25 12C3.25 12.0039 3.25003 12.0079 3.25009 12.0118C3.25296 12.1939 3.32199 12.3685 3.44377 12.5031C3.45215 12.5124 3.46079 12.5214 3.46967 12.5303L10.4697 19.5303Z" fill="currentColor"/>
3
- </svg>
@@ -1,3 +0,0 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path fill-rule="evenodd" clip-rule="evenodd" d="M19.5303 13.5303C19.8232 13.2374 19.8232 12.7626 19.5303 12.4697C19.2374 12.1768 18.7626 12.1768 18.4697 12.4697L12.7507 18.1886V4C12.7507 3.58579 12.4149 3.25 12.0007 3.25C11.5865 3.25 11.2507 3.58579 11.2507 4V18.1901L5.53033 12.4697C5.23744 12.1768 4.76256 12.1768 4.46967 12.4697C4.17678 12.7626 4.17678 13.2374 4.46967 13.5303L11.4697 20.5303C11.6162 20.6768 11.8082 20.7501 12.0003 20.75C12.0001 20.75 12.0004 20.75 12.0003 20.75C12.2174 20.75 12.4135 20.6577 12.5505 20.5102L19.5303 13.5303Z" fill="currentColor"/>
3
- </svg>
@@ -1,3 +0,0 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path fill-rule="evenodd" clip-rule="evenodd" d="M13.5303 4.46967C13.2374 4.17678 12.7626 4.17678 12.4697 4.46967C12.1768 4.76256 12.1768 5.23744 12.4697 5.53033L18.1886 11.2493L4 11.2493C3.58579 11.2493 3.25 11.5851 3.25 11.9993C3.25 12.4135 3.58579 12.7493 4 12.7493L18.1901 12.7493L12.4697 18.4697C12.1768 18.7626 12.1768 19.2374 12.4697 19.5303C12.7626 19.8232 13.2374 19.8232 13.5303 19.5303L20.5303 12.5303C20.6763 12.3844 20.7495 12.1933 20.75 12.0021L20.75 11.9993C20.75 11.7821 20.6577 11.5866 20.5103 11.4496L13.5303 4.46967Z" fill="currentColor"/>
3
- </svg>
@@ -1,3 +0,0 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path fill-rule="evenodd" clip-rule="evenodd" d="M4.46967 10.4697C4.17678 10.7626 4.17678 11.2374 4.46967 11.5303C4.76256 11.8232 5.23744 11.8232 5.53033 11.5303L11.2493 5.8114L11.2493 20C11.2493 20.4142 11.5851 20.75 11.9993 20.75C12.4135 20.75 12.7493 20.4142 12.7493 20V5.80993L18.4697 11.5303C18.7626 11.8232 19.2374 11.8232 19.5303 11.5303C19.8232 11.2374 19.8232 10.7626 19.5303 10.4697L12.5303 3.46967C12.3844 3.32375 12.1933 3.25053 12.0021 3.25L11.9993 3.25C11.7821 3.25 11.5864 3.34232 11.4495 3.48986L4.46967 10.4697Z" fill="currentColor"/>
3
- </svg>
@@ -1,3 +0,0 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M17.4436 8.02261L9.48977 15.9764C9.09925 16.367 8.46608 16.367 8.07556 15.9764C7.68503 15.5859 7.68503 14.9528 8.07556 14.5622L14.1561 8.48172C14.449 8.18883 14.449 7.71396 14.1561 7.42106C13.8632 7.12817 13.3883 7.12817 13.0954 7.42106L7.01489 13.5016C6.03859 14.4779 6.03858 16.0608 7.01489 17.0371C7.99121 18.0134 9.57412 18.0134 10.5504 17.0371L18.5043 9.08327C20.164 7.42354 20.164 4.73259 18.5043 3.07286C16.8445 1.41313 14.1536 1.41313 12.4939 3.07286L4.09697 11.4698C1.80264 13.7641 1.80264 17.4839 4.09697 19.7783C6.3913 22.0726 10.1111 22.0726 12.4055 19.7783L18.681 13.5027C18.9739 13.2098 18.9739 12.7349 18.681 12.442C18.3882 12.1491 17.9133 12.1491 17.6204 12.442L11.3448 18.7176C9.63627 20.4261 6.86617 20.4261 5.15763 18.7176C3.44908 17.0091 3.44908 14.239 5.15763 12.5304L13.5545 4.13352C14.6285 3.05958 16.3697 3.05958 17.4436 4.13352C18.5175 5.20746 18.5175 6.94866 17.4436 8.02261Z" fill="currentColor"/>
3
- </svg>
@@ -1,3 +0,0 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path fill-rule="evenodd" clip-rule="evenodd" d="M21.5 12C21.5 17.2467 17.2467 21.5 12 21.5C6.75329 21.5 2.5 17.2467 2.5 12C2.5 6.75329 6.75329 2.5 12 2.5C17.2467 2.5 21.5 6.75329 21.5 12ZM20 12C20 16.4183 16.4183 20 12 20C10.0609 20 8.28302 19.3101 6.89827 18.1624L18.1625 6.89833C19.3102 8.28307 20 10.061 20 12ZM5.8376 17.1018L17.1019 5.83766C15.7171 4.68991 13.9391 4 12 4C7.58172 4 4 7.58172 4 12C4 13.9391 4.68989 15.717 5.8376 17.1018Z" fill="currentColor"/>
3
- </svg>
@@ -1,6 +0,0 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M5.75 8.25C6.16421 8.25 6.5 7.91421 6.5 7.5C6.5 7.08579 6.16421 6.75 5.75 6.75C5.33579 6.75 5 7.08579 5 7.5C5 7.91421 5.33579 8.25 5.75 8.25Z" fill="currentColor"/>
3
- <path d="M8.75 7.5C8.75 7.91421 8.41421 8.25 8 8.25C7.58579 8.25 7.25 7.91421 7.25 7.5C7.25 7.08579 7.58579 6.75 8 6.75C8.41421 6.75 8.75 7.08579 8.75 7.5Z" fill="currentColor"/>
4
- <path d="M10.25 8.25C10.6642 8.25 11 7.91421 11 7.5C11 7.08579 10.6642 6.75 10.25 6.75C9.83579 6.75 9.5 7.08579 9.5 7.5C9.5 7.91421 9.83579 8.25 10.25 8.25Z" fill="currentColor"/>
5
- <path fill-rule="evenodd" clip-rule="evenodd" d="M4.5 4.5C3.39543 4.5 2.5 5.39543 2.5 6.5V17.5C2.5 18.6046 3.39543 19.5 4.5 19.5H19.5C20.6046 19.5 21.5 18.6046 21.5 17.5V6.5C21.5 5.39543 20.6046 4.5 19.5 4.5H4.5ZM19.5 6H4.5C4.22386 6 4 6.22386 4 6.5V9L20 9V6.5C20 6.22386 19.7761 6 19.5 6ZM4 17.5V10.5L20 10.5V17.5C20 17.7761 19.7761 18 19.5 18H4.5C4.22386 18 4 17.7761 4 17.5Z" fill="currentColor"/>
6
- </svg>
@@ -1,3 +0,0 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path fill-rule="evenodd" clip-rule="evenodd" d="M7.5 3C7.91421 3 8.25 3.33579 8.25 3.75V4.5H15.75V3.75C15.75 3.33579 16.0858 3 16.5 3C16.9142 3 17.25 3.33579 17.25 3.75V4.5H19.5C20.6046 4.5 21.5 5.39543 21.5 6.5V17.5C21.5 18.6046 20.6046 19.5 19.5 19.5H4.5C3.39543 19.5 2.5 18.6046 2.5 17.5V6.5C2.5 5.39543 3.39543 4.5 4.5 4.5H6.75V3.75C6.75 3.33579 7.08579 3 7.5 3ZM15.75 6V6.75C15.75 7.16421 16.0858 7.5 16.5 7.5C16.9142 7.5 17.25 7.16421 17.25 6.75V6H19.5C19.7761 6 20 6.22386 20 6.5V9.49969H4V6.5C4 6.22386 4.22386 6 4.5 6H6.75V6.75C6.75 7.16421 7.08579 7.5 7.5 7.5C7.91421 7.5 8.25 7.16421 8.25 6.75V6H15.75ZM4 10.9997V17.5C4 17.7761 4.22386 18 4.5 18H19.5C19.7761 18 20 17.7761 20 17.5V10.9997H4Z" fill="currentColor"/>
3
- </svg>
@@ -1,3 +0,0 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path fill-rule="evenodd" clip-rule="evenodd" d="M15.1714 12.637C16.0501 11.7581 17.4748 11.7581 18.3534 12.6371C19.1843 13.4684 20.0115 14.2962 20.8279 15.1133C21.7059 15.9922 21.7055 17.4162 20.8273 18.2945L18.4526 20.6699C17.8208 21.3018 16.8564 21.5139 16.0117 21.1442C9.88078 18.4608 5.45966 14.0397 2.77586 7.90831C2.4061 7.06357 2.61801 6.09903 3.24978 5.4671L5.62426 3.09199C6.50255 2.21347 7.92657 2.21295 8.80537 3.09115L11.2814 5.56571C12.1605 6.44431 12.1607 7.86931 11.282 8.74823L10.307 9.72356C10.0786 9.95198 10.0545 10.2433 10.1671 10.4394C10.8398 11.611 12.007 13.0985 13.5073 13.8495C13.6557 13.9238 13.9026 13.9061 14.1199 13.6888L15.1714 12.637ZM17.2927 13.6977C16.9998 13.4047 16.525 13.4047 16.2321 13.6977L15.1806 14.7494C14.6106 15.3196 13.6834 15.6152 12.836 15.191C10.9565 14.2501 9.60469 12.4722 8.86642 11.1864C8.36938 10.3208 8.60913 9.30023 9.2463 8.6629L10.2214 7.68757C10.5143 7.39461 10.5142 6.91962 10.2212 6.62678L7.74522 4.15232C7.45236 3.85966 6.97774 3.85975 6.68492 4.15265L4.31044 6.52776C4.09496 6.74329 4.03908 7.05364 4.14986 7.30673C6.68241 13.0926 10.8276 17.2378 16.6131 19.7699C16.8661 19.8807 17.1764 19.8248 17.3919 19.6092L19.7666 17.2339C20.0594 16.941 20.0595 16.4665 19.7669 16.1736C18.9506 15.3566 18.1235 14.5289 17.2927 13.6977Z" fill="currentColor"/>
3
- </svg>
@@ -1,5 +0,0 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path fill-rule="evenodd" clip-rule="evenodd" d="M12 17C14.0711 17 15.75 15.3211 15.75 13.25C15.75 11.1789 14.0711 9.5 12 9.5C9.92893 9.5 8.25 11.1789 8.25 13.25C8.25 15.3211 9.92893 17 12 17ZM12 15.5C13.2426 15.5 14.25 14.4926 14.25 13.25C14.25 12.0074 13.2426 11 12 11C10.7574 11 9.75 12.0074 9.75 13.25C9.75 14.4926 10.7574 15.5 12 15.5Z" fill="currentColor"/>
3
- <path d="M17.25 9.5C16.8358 9.5 16.5 9.83579 16.5 10.25C16.5 10.6642 16.8358 11 17.25 11C17.6642 11 18 10.6642 18 10.25C18 9.83579 17.6642 9.5 17.25 9.5Z" fill="currentColor"/>
4
- <path fill-rule="evenodd" clip-rule="evenodd" d="M4.5 6.25C3.39543 6.25 2.5 7.14543 2.5 8.25V18.25C2.5 19.3546 3.39543 20.25 4.5 20.25H19.5C20.6046 20.25 21.5 19.3546 21.5 18.25V8.25C21.5 7.14543 20.6046 6.25 19.5 6.25H17.0252C16.8538 6.25 16.6944 6.16227 16.6028 6.01753L15.4611 4.21495C15.2778 3.92546 14.959 3.75 14.6163 3.75H9.38369C9.04102 3.75 8.72221 3.92546 8.53887 4.21495L7.39723 6.01753C7.30556 6.16227 7.14616 6.25 6.97482 6.25H4.5ZM20 8.25C20 7.97386 19.7761 7.75 19.5 7.75H17.0252C16.3398 7.75 15.7022 7.39909 15.3355 6.8201L14.3411 5.25H9.65886L8.66446 6.8201C8.29777 7.39909 7.66016 7.75 6.97482 7.75H4.5C4.22386 7.75 4 7.97386 4 8.25V18.25C4 18.5261 4.22386 18.75 4.5 18.75H19.5C19.7761 18.75 20 18.5261 20 18.25V8.25Z" fill="currentColor"/>
5
- </svg>
@@ -1,3 +0,0 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path fill-rule="evenodd" clip-rule="evenodd" d="M4.5 6H19.5C19.7761 6 20 6.22386 20 6.5V8H4V6.5C4 6.22386 4.22386 6 4.5 6ZM4 10.25V17.5C4 17.7761 4.22386 18 4.5 18H19.5C19.7761 18 20 17.7761 20 17.5V10.25H4ZM2.5 6.5C2.5 5.39543 3.39543 4.5 4.5 4.5H19.5C20.6046 4.5 21.5 5.39543 21.5 6.5V17.5C21.5 18.6046 20.6046 19.5 19.5 19.5H4.5C3.39543 19.5 2.5 18.6046 2.5 17.5V6.5Z" fill="currentColor"/>
3
- </svg>
@@ -1,4 +0,0 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M12.1885 8.7832C13.3438 8.79004 14.1846 9.45312 14.3486 10.5469H16.4268C16.1533 8.27051 14.4307 6.96484 12.1475 6.96484C9.53613 6.96484 7.54004 8.81738 7.54004 12.0508C7.54004 15.2705 9.50195 17.1367 12.1475 17.1367C14.6631 17.1367 16.2012 15.4688 16.4268 13.6367L14.3486 13.623C14.1504 14.6963 13.3027 15.3115 12.1748 15.3184C10.6641 15.3115 9.63184 14.1836 9.63184 12.0508C9.63184 9.96582 10.6504 8.79004 12.1885 8.7832Z" fill="currentColor"/>
3
- <path fill-rule="evenodd" clip-rule="evenodd" d="M21.5 12C21.5 17.2467 17.2467 21.5 12 21.5C6.75329 21.5 2.5 17.2467 2.5 12C2.5 6.75329 6.75329 2.5 12 2.5C17.2467 2.5 21.5 6.75329 21.5 12ZM20 12C20 16.4183 16.4183 20 12 20C7.58172 20 4 16.4183 4 12C4 7.58172 7.58172 4 12 4C16.4183 4 20 7.58172 20 12Z" fill="currentColor"/>
4
- </svg>
@@ -1,3 +0,0 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path fill-rule="evenodd" clip-rule="evenodd" d="M18.3158 13.5471C19.0655 12.3796 19.5003 10.9906 19.5003 9.5C19.5003 5.35786 16.1425 2 12.0003 2C7.85821 2 4.50034 5.35786 4.50034 9.5C4.50034 10.9905 4.9351 12.3794 5.68473 13.5468L2.60741 16.6242C1.84196 17.3896 2.34519 18.7 3.42625 18.7563L5.36998 18.8576L5.43995 20.7211C5.4809 21.8115 6.8014 22.3297 7.57296 21.5581L12.0001 17.1309L16.4274 21.5582C17.199 22.3298 18.5195 21.8116 18.5604 20.7212L18.6304 18.8577L20.5741 18.7565C21.6552 18.7001 22.1584 17.3897 21.393 16.6243L18.3158 13.5471ZM18.0003 9.5C18.0003 12.8137 15.314 15.5 12.0003 15.5C8.68663 15.5 6.00034 12.8137 6.00034 9.5C6.00034 6.18629 8.68663 3.5 12.0003 3.5C15.314 3.5 18.0003 6.18629 18.0003 9.5ZM13.7785 16.788L17.083 20.0925L17.14 18.5731C17.1643 17.9265 17.678 17.4053 18.3241 17.3717L19.9351 17.2877L17.3766 14.7293C16.41 15.723 15.1702 16.4496 13.7785 16.788ZM6.62382 14.7291L4.06528 17.2876L5.67628 17.3715C6.32242 17.4052 6.83607 17.9264 6.86035 18.573L6.9174 20.0923L10.2219 16.7879C8.8302 16.4494 7.59045 15.7228 6.62382 14.7291Z" fill="currentColor"/>
3
- </svg>
@@ -1,3 +0,0 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path fill-rule="evenodd" clip-rule="evenodd" d="M10.9897 17C11.3324 17 11.6647 17.1173 11.9314 17.3325L15.688 20.3628V18.5C15.688 17.6716 16.3596 17 17.188 17H18.5C19.3284 17 20 16.3284 20 15.5V6.5C20 5.67157 19.3284 5 18.5 5H5.5C4.67157 5 4 5.67157 4 6.5V15.5C4 16.3284 4.67157 17 5.5 17H10.9897ZM17.188 22.4543C17.188 22.8745 16.7011 23.1073 16.3741 22.8434L10.9897 18.5H5.5C3.84315 18.5 2.5 17.1569 2.5 15.5V6.5C2.5 4.84315 3.84315 3.5 5.5 3.5H18.5C20.1569 3.5 21.5 4.84315 21.5 6.5V15.5C21.5 17.1569 20.1569 18.5 18.5 18.5H17.188V22.4543Z" fill="currentColor"/>
3
- </svg>
@@ -1,7 +0,0 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <mask id="path-1-inside-1_102_3275" fill="white">
3
- <path fill-rule="evenodd" clip-rule="evenodd" d="M5 2.5C3.34315 2.5 2 3.84315 2 5.5V15.5C2 17.1569 3.34315 18.5 5 18.5H12.2293L16.3741 21.8434C16.7011 22.1073 17.188 21.8745 17.188 21.4543V18.5H19C20.6569 18.5 22 17.1569 22 15.5V5.5C22 3.84315 20.6569 2.5 19 2.5H5Z"/>
4
- </mask>
5
- <path d="M12.2293 18.5L13.1711 17.3325C12.9044 17.1173 12.572 17 12.2293 17V18.5ZM16.3741 21.8434L15.4323 23.0109H15.4323L16.3741 21.8434ZM17.188 18.5V17C16.3596 17 15.688 17.6716 15.688 18.5H17.188ZM3.5 5.5C3.5 4.67157 4.17157 4 5 4V1C2.51472 1 0.5 3.01472 0.5 5.5H3.5ZM3.5 15.5V5.5H0.5V15.5H3.5ZM5 17C4.17157 17 3.5 16.3284 3.5 15.5H0.5C0.5 17.9853 2.51472 20 5 20V17ZM12.2293 17H5V20H12.2293V17ZM11.2876 19.6675L15.4323 23.0109L17.3159 20.6759L13.1711 17.3325L11.2876 19.6675ZM15.4323 23.0109C16.7405 24.0662 18.688 23.135 18.688 21.4543H15.688C15.688 20.6139 16.6618 20.1483 17.3159 20.6759L15.4323 23.0109ZM18.688 21.4543V18.5H15.688V21.4543H18.688ZM19 17H17.188V20H19V17ZM20.5 15.5C20.5 16.3284 19.8284 17 19 17V20C21.4853 20 23.5 17.9853 23.5 15.5H20.5ZM20.5 5.5V15.5H23.5V5.5H20.5ZM19 4C19.8284 4 20.5 4.67157 20.5 5.5H23.5C23.5 3.01472 21.4853 1 19 1V4ZM5 4H19V1H5V4Z" fill="currentColor" mask="url(#path-1-inside-1_102_3275)"/>
6
- <path fill-rule="evenodd" clip-rule="evenodd" d="M9 10.5C9 11.0523 8.55228 11.5 8 11.5C7.44772 11.5 7 11.0523 7 10.5C7 9.94772 7.44772 9.5 8 9.5C8.55228 9.5 9 9.94772 9 10.5ZM13 10.5C13 11.0523 12.5523 11.5 12 11.5C11.4477 11.5 11 11.0523 11 10.5C11 9.94772 11.4477 9.5 12 9.5C12.5523 9.5 13 9.94772 13 10.5ZM16 11.5C16.5523 11.5 17 11.0523 17 10.5C17 9.94772 16.5523 9.5 16 9.5C15.4477 9.5 15 9.94772 15 10.5C15 11.0523 15.4477 11.5 16 11.5Z" fill="currentColor"/>
7
- </svg>
@@ -1,3 +0,0 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path fill-rule="evenodd" clip-rule="evenodd" d="M21.4746 4.4193C21.7953 4.68143 21.8428 5.15392 21.5807 5.47464L10.3308 19.2393C10.1959 19.4045 9.99704 19.5043 9.78403 19.514C9.57101 19.5236 9.36396 19.4421 9.21465 19.2899L2.46455 12.4075C2.17451 12.1118 2.17912 11.637 2.47484 11.3469C2.77056 11.0569 3.24541 11.0615 3.53545 11.3572L9.69926 17.6418L20.4193 4.5254C20.6814 4.20468 21.1539 4.15718 21.4746 4.4193Z" fill="currentColor"/>
3
- </svg>
@@ -1,3 +0,0 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path fill-rule="evenodd" clip-rule="evenodd" d="M21.0226 7.71204C21.3197 8.00066 21.3266 8.47548 21.038 8.77259L12.538 17.5226C12.3967 17.668 12.2027 17.75 12 17.75C11.7973 17.75 11.6033 17.668 11.462 17.5226L2.96204 8.77259C2.67342 8.47548 2.6803 8.00066 2.97741 7.71204C3.27452 7.42342 3.74934 7.4303 4.03796 7.72741L12 15.9236L19.962 7.72741C20.2507 7.4303 20.7255 7.42342 21.0226 7.71204Z" fill="currentColor"/>
3
- </svg>
@@ -1,3 +0,0 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path fill-rule="evenodd" clip-rule="evenodd" d="M16.288 2.97741C16.5766 3.27452 16.5697 3.74934 16.2726 4.03796L8.07637 12L16.2726 19.962C16.5697 20.2507 16.5766 20.7255 16.288 21.0226C15.9993 21.3197 15.5245 21.3266 15.2274 21.038L6.47741 12.538C6.33203 12.3967 6.25 12.2027 6.25 12C6.25 11.7973 6.33203 11.6033 6.47741 11.462L15.2274 2.96204C15.5245 2.67342 15.9993 2.6803 16.288 2.97741Z" fill="currentColor"/>
3
- </svg>
@@ -1,3 +0,0 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path fill-rule="evenodd" clip-rule="evenodd" d="M7.71204 2.97741C8.00066 2.6803 8.47548 2.67342 8.77259 2.96204L17.5226 11.462C17.668 11.6033 17.75 11.7973 17.75 12C17.75 12.2027 17.668 12.3967 17.5226 12.538L8.77259 21.038C8.47548 21.3266 8.00066 21.3197 7.71204 21.0226C7.42342 20.7255 7.4303 20.2507 7.72741 19.962L15.9236 12L7.72741 4.03796C7.4303 3.74934 7.42342 3.27452 7.71204 2.97741Z" fill="currentColor"/>
3
- </svg>
@@ -1,3 +0,0 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path fill-rule="evenodd" clip-rule="evenodd" d="M2.97741 16.288C2.6803 15.9993 2.67342 15.5245 2.96204 15.2274L11.462 6.47741C11.6033 6.33203 11.7973 6.25 12 6.25C12.2027 6.25 12.3967 6.33203 12.538 6.47741L21.038 15.2274C21.3266 15.5245 21.3197 15.9993 21.0226 16.288C20.7255 16.5766 20.2507 16.5697 19.962 16.2726L12 8.07637L4.03796 16.2726C3.74934 16.5697 3.27452 16.5766 2.97741 16.288Z" fill="currentColor"/>
3
- </svg>
@@ -1,3 +0,0 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M5.81304 4.75214C5.52015 4.45925 5.04528 4.45925 4.75238 4.75214C4.45949 5.04503 4.45949 5.51991 4.75238 5.8128L10.9396 12L4.75238 18.1872C4.45949 18.4801 4.45949 18.9549 4.75238 19.2478C5.04528 19.5407 5.52015 19.5407 5.81304 19.2478L12.0002 13.0606L18.1874 19.2478C18.4803 19.5407 18.9552 19.5407 19.2481 19.2478C19.541 18.9549 19.541 18.4801 19.2481 18.1872L13.0609 12L19.2481 5.8128C19.541 5.51991 19.541 5.04503 19.2481 4.75214C18.9552 4.45925 18.4803 4.45925 18.1874 4.75214L12.0002 10.9393L5.81304 4.75214Z" fill="currentColor"/>
3
- </svg>
@@ -1,3 +0,0 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path fill-rule="evenodd" clip-rule="evenodd" d="M8.5 3C7.5335 3 6.75 3.7835 6.75 4.75V6H5C4.0335 6 3.25 6.7835 3.25 7.75V18.75C3.25 19.7165 4.0335 20.5 5 20.5H16C16.9665 20.5 17.75 19.7165 17.75 18.75V17.5H19.5C20.4665 17.5 21.25 16.7165 21.25 15.75V4.75C21.25 3.7835 20.4665 3 19.5 3H8.5ZM17.75 16H19.5C19.6381 16 19.75 15.8881 19.75 15.75V4.75C19.75 4.61193 19.6381 4.5 19.5 4.5H8.5C8.36193 4.5 8.25 4.61193 8.25 4.75V6H16C16.9665 6 17.75 6.7835 17.75 7.75V16ZM4.75 7.75C4.75 7.61193 4.86193 7.5 5 7.5H16C16.1381 7.5 16.25 7.61193 16.25 7.75V18.75C16.25 18.8881 16.1381 19 16 19H5C4.86193 19 4.75 18.8881 4.75 18.75V7.75Z" fill="currentColor"/>
3
- </svg>
@@ -1,6 +0,0 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path fill-rule="evenodd" clip-rule="evenodd" d="M10.4708 2.25C9.71751 2.25 9.04876 2.732 8.81056 3.4466L8.45943 4.5H4.5C4.08579 4.5 3.75 4.83579 3.75 5.25C3.75 5.66421 4.08579 6 4.5 6H19.5C19.9142 6 20.25 5.66421 20.25 5.25C20.25 4.83579 19.9142 4.5 19.5 4.5H15.5406L15.1894 3.4466C14.9512 2.732 14.2825 2.25 13.5292 2.25H10.4708ZM13.9594 4.5L13.7664 3.92094C13.7324 3.81886 13.6368 3.75 13.5292 3.75H10.4708C10.3632 3.75 10.2676 3.81886 10.2336 3.92094L10.0406 4.5H13.9594Z" fill="currentColor"/>
3
- <path d="M5.25 7.5C5.66421 7.5 6 7.83579 6 8.25V18.25C6 18.9404 6.55964 19.5 7.25 19.5H16.75C17.4404 19.5 18 18.9404 18 18.25V8.25C18 7.83579 18.3358 7.5 18.75 7.5C19.1642 7.5 19.5 7.83579 19.5 8.25V18.25C19.5 19.7688 18.2688 21 16.75 21H7.25C5.73122 21 4.5 19.7688 4.5 18.25V8.25C4.5 7.83579 4.83579 7.5 5.25 7.5Z" fill="currentColor"/>
4
- <path d="M9.75 9C10.1642 9 10.5 9.33579 10.5 9.75V17.25C10.5 17.6642 10.1642 18 9.75 18C9.33579 18 9 17.6642 9 17.25V9.75C9 9.33579 9.33579 9 9.75 9Z" fill="currentColor"/>
5
- <path d="M14.25 9C14.6642 9 15 9.33579 15 9.75V17.25C15 17.6642 14.6642 18 14.25 18C13.8358 18 13.5 17.6642 13.5 17.25V9.75C13.5 9.33579 13.8358 9 14.25 9Z" fill="currentColor"/>
6
- </svg>
@@ -1,4 +0,0 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M12 16.5C11.797 16.5 11.6128 16.4193 11.4778 16.2883L11.4697 16.2803L5.96967 10.7803C5.67678 10.4874 5.67678 10.0126 5.96967 9.71967C6.26256 9.42678 6.73744 9.42678 7.03033 9.71967L11.25 13.9393V4.75C11.25 4.33579 11.5858 4 12 4C12.4142 4 12.75 4.33579 12.75 4.75V13.9393L16.9697 9.71967C17.2626 9.42678 17.7374 9.42678 18.0303 9.71967C18.3232 10.0126 18.3232 10.4874 18.0303 10.7803L12.5306 16.28C12.3949 16.4159 12.2073 16.5 12 16.5Z" fill="currentColor"/>
3
- <path d="M4.25 16C4.25 15.5858 3.91421 15.25 3.5 15.25C3.08579 15.25 2.75 15.5858 2.75 16V18.75C2.75 19.7165 3.5335 20.5 4.5 20.5H19.5C20.4665 20.5 21.25 19.7165 21.25 18.75V16C21.25 15.5858 20.9142 15.25 20.5 15.25C20.0858 15.25 19.75 15.5858 19.75 16V18.75C19.75 18.8881 19.6381 19 19.5 19H4.5C4.36193 19 4.25 18.8881 4.25 18.75V16Z" fill="currentColor"/>
4
- </svg>
@@ -1,7 +0,0 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M2.36545 9.94224C3.83599 7.8215 7.03786 4.25 12.0005 4.25C14.6672 4.25 16.8254 5.28128 18.4799 6.56458L17.4098 7.63468C15.9822 6.56695 14.1778 5.75 12.0005 5.75C7.80653 5.75 4.99595 8.78107 3.59811 10.797C3.08969 11.5302 3.08969 12.4698 3.59811 13.203C4.47102 14.4619 5.89487 16.1167 7.86248 17.182L6.76167 18.2828C4.6936 17.0536 3.23019 15.3048 2.36545 14.0578C1.50058 12.8105 1.50058 11.1895 2.36545 9.94224Z" fill="currentColor"/>
3
- <path d="M8.17445 18.9913C9.30627 19.458 10.5814 19.75 12.0005 19.75C16.9631 19.75 20.1649 16.1785 21.6355 14.0578C22.5003 12.8105 22.5003 11.1895 21.6355 9.94224C21.1505 9.24288 20.4773 8.38576 19.6148 7.55098L18.5546 8.6112C19.3243 9.35328 19.9407 10.1306 20.4028 10.797C20.9112 11.5302 20.9112 12.4698 20.4028 13.203C19.005 15.2189 16.1944 18.25 12.0005 18.25C11.0421 18.25 10.1559 18.0917 9.34233 17.8234L8.17445 18.9913Z" fill="currentColor"/>
4
- <path d="M10.6196 16.5462C11.0566 16.6787 11.5202 16.75 12.0005 16.75C14.6238 16.75 16.7505 14.6234 16.7505 12C16.7505 11.5197 16.6792 11.0561 16.5466 10.6191L15.2494 11.9164C15.2501 11.9442 15.2505 11.972 15.2505 12C15.2505 13.7949 13.7954 15.25 12.0005 15.25C11.9725 15.25 11.9446 15.2496 11.9168 15.2489L10.6196 16.5462Z" fill="currentColor"/>
5
- <path d="M14.7608 10.2836C14.187 9.36282 13.1653 8.75 12.0005 8.75C10.2055 8.75 8.75046 10.2051 8.75046 12C8.75046 13.1648 9.36327 14.1866 10.2841 14.7603L9.20426 15.8402C8.01999 14.9764 7.25046 13.5781 7.25046 12C7.25046 9.37665 9.3771 7.25 12.0005 7.25C13.5785 7.25 14.9768 8.01953 15.8406 9.2038L14.7608 10.2836Z" fill="currentColor"/>
6
- <path fill-rule="evenodd" clip-rule="evenodd" d="M19.4253 4.57476C19.7182 4.86766 19.7182 5.34253 19.4253 5.63542L5.63674 19.424C5.34384 19.7169 4.86897 19.7169 4.57608 19.424C4.28318 19.1311 4.28318 18.6562 4.57608 18.3633L18.3647 4.57476C18.6575 4.28187 19.1324 4.28187 19.4253 4.57476Z" fill="currentColor"/>
7
- </svg>
@@ -1,3 +0,0 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path fill-rule="evenodd" clip-rule="evenodd" d="M12 5.75C7.80605 5.75 4.99546 8.78107 3.59762 10.797C3.08921 11.5302 3.08921 12.4698 3.59762 13.203C4.99546 15.2189 7.80605 18.25 12 18.25C16.1939 18.25 19.0045 15.2189 20.4023 13.203C20.9107 12.4698 20.9107 11.5302 20.4023 10.797C19.0045 8.78107 16.1939 5.75 12 5.75ZM2.36496 9.94224C3.8355 7.8215 7.03737 4.25 12 4.25C16.9626 4.25 20.1644 7.8215 21.635 9.94224C22.4999 11.1895 22.4999 12.8105 21.635 14.0578C20.1644 16.1785 16.9626 19.75 12 19.75C7.03737 19.75 3.8355 16.1785 2.36496 14.0578C1.50009 12.8105 1.50009 11.1895 2.36496 9.94224ZM12 8.75C10.205 8.75 8.74997 10.2051 8.74997 12C8.74997 13.7949 10.205 15.25 12 15.25C13.7949 15.25 15.25 13.7949 15.25 12C15.25 10.2051 13.7949 8.75 12 8.75ZM7.24997 12C7.24997 9.37665 9.37662 7.25 12 7.25C14.6233 7.25 16.75 9.37665 16.75 12C16.75 14.6234 14.6233 16.75 12 16.75C9.37662 16.75 7.24997 14.6234 7.24997 12Z" fill="currentColor"/>
3
- </svg>