@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,187 +0,0 @@
1
- import _extends from '@babel/runtime/helpers/esm/extends';
2
- import { withEmotionCache, ThemeContext } from '@emotion/react';
3
- import { serializeStyles } from '@emotion/serialize';
4
- import { useInsertionEffectAlwaysWithSyncFallback } from '@emotion/use-insertion-effect-with-fallbacks';
5
- import { getRegisteredStyles, registerStyles, insertStyles } from '@emotion/utils';
6
- import * as React from 'react';
7
- import isPropValid from '@emotion/is-prop-valid';
8
-
9
- var isDevelopment = false;
10
-
11
- var testOmitPropsOnStringTag = isPropValid;
12
-
13
- var testOmitPropsOnComponent = function testOmitPropsOnComponent(key) {
14
- return key !== 'theme';
15
- };
16
-
17
- var getDefaultShouldForwardProp = function getDefaultShouldForwardProp(tag) {
18
- return typeof tag === 'string' && // 96 is one less than the char code
19
- // for "a" so this is checking that
20
- // it's a lowercase character
21
- tag.charCodeAt(0) > 96 ? testOmitPropsOnStringTag : testOmitPropsOnComponent;
22
- };
23
- var composeShouldForwardProps = function composeShouldForwardProps(tag, options, isReal) {
24
- var shouldForwardProp;
25
-
26
- if (options) {
27
- var optionsShouldForwardProp = options.shouldForwardProp;
28
- shouldForwardProp = tag.__emotion_forwardProp && optionsShouldForwardProp ? function (propName) {
29
- return tag.__emotion_forwardProp(propName) && optionsShouldForwardProp(propName);
30
- } : optionsShouldForwardProp;
31
- }
32
-
33
- if (typeof shouldForwardProp !== 'function' && isReal) {
34
- shouldForwardProp = tag.__emotion_forwardProp;
35
- }
36
-
37
- return shouldForwardProp;
38
- };
39
-
40
- var Insertion = function Insertion(_ref) {
41
- var cache = _ref.cache,
42
- serialized = _ref.serialized,
43
- isStringTag = _ref.isStringTag;
44
- registerStyles(cache, serialized, isStringTag);
45
- var rules = useInsertionEffectAlwaysWithSyncFallback(function () {
46
- return insertStyles(cache, serialized, isStringTag);
47
- });
48
-
49
- if (rules !== undefined) {
50
- var _ref2;
51
-
52
- var serializedNames = serialized.name;
53
- var next = serialized.next;
54
-
55
- while (next !== undefined) {
56
- serializedNames += ' ' + next.name;
57
- next = next.next;
58
- }
59
-
60
- return /*#__PURE__*/React.createElement("style", (_ref2 = {}, _ref2["data-emotion"] = cache.key + " " + serializedNames, _ref2.dangerouslySetInnerHTML = {
61
- __html: rules
62
- }, _ref2.nonce = cache.sheet.nonce, _ref2));
63
- }
64
-
65
- return null;
66
- };
67
-
68
- var createStyled = function createStyled(tag, options) {
69
-
70
- var isReal = tag.__emotion_real === tag;
71
- var baseTag = isReal && tag.__emotion_base || tag;
72
- var identifierName;
73
- var targetClassName;
74
-
75
- if (options !== undefined) {
76
- identifierName = options.label;
77
- targetClassName = options.target;
78
- }
79
-
80
- var shouldForwardProp = composeShouldForwardProps(tag, options, isReal);
81
- var defaultShouldForwardProp = shouldForwardProp || getDefaultShouldForwardProp(baseTag);
82
- var shouldUseAs = !defaultShouldForwardProp('as');
83
- return function () {
84
- // eslint-disable-next-line prefer-rest-params
85
- var args = arguments;
86
- var styles = isReal && tag.__emotion_styles !== undefined ? tag.__emotion_styles.slice(0) : [];
87
-
88
- if (identifierName !== undefined) {
89
- styles.push("label:" + identifierName + ";");
90
- }
91
-
92
- if (args[0] == null || args[0].raw === undefined) {
93
- // eslint-disable-next-line prefer-spread
94
- styles.push.apply(styles, args);
95
- } else {
96
- var templateStringsArr = args[0];
97
-
98
- styles.push(templateStringsArr[0]);
99
- var len = args.length;
100
- var i = 1;
101
-
102
- for (; i < len; i++) {
103
-
104
- styles.push(args[i], templateStringsArr[i]);
105
- }
106
- }
107
-
108
- var Styled = withEmotionCache(function (props, cache, ref) {
109
- var FinalTag = shouldUseAs && props.as || baseTag;
110
- var className = '';
111
- var classInterpolations = [];
112
- var mergedProps = props;
113
-
114
- if (props.theme == null) {
115
- mergedProps = {};
116
-
117
- for (var key in props) {
118
- mergedProps[key] = props[key];
119
- }
120
-
121
- mergedProps.theme = React.useContext(ThemeContext);
122
- }
123
-
124
- if (typeof props.className === 'string') {
125
- className = getRegisteredStyles(cache.registered, classInterpolations, props.className);
126
- } else if (props.className != null) {
127
- className = props.className + " ";
128
- }
129
-
130
- var serialized = serializeStyles(styles.concat(classInterpolations), cache.registered, mergedProps);
131
- className += cache.key + "-" + serialized.name;
132
-
133
- if (targetClassName !== undefined) {
134
- className += " " + targetClassName;
135
- }
136
-
137
- var finalShouldForwardProp = shouldUseAs && shouldForwardProp === undefined ? getDefaultShouldForwardProp(FinalTag) : defaultShouldForwardProp;
138
- var newProps = {};
139
-
140
- for (var _key in props) {
141
- if (shouldUseAs && _key === 'as') continue;
142
-
143
- if (finalShouldForwardProp(_key)) {
144
- newProps[_key] = props[_key];
145
- }
146
- }
147
-
148
- newProps.className = className;
149
-
150
- if (ref) {
151
- newProps.ref = ref;
152
- }
153
-
154
- return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement(Insertion, {
155
- cache: cache,
156
- serialized: serialized,
157
- isStringTag: typeof FinalTag === 'string'
158
- }), /*#__PURE__*/React.createElement(FinalTag, newProps));
159
- });
160
- Styled.displayName = identifierName !== undefined ? identifierName : "Styled(" + (typeof baseTag === 'string' ? baseTag : baseTag.displayName || baseTag.name || 'Component') + ")";
161
- Styled.defaultProps = tag.defaultProps;
162
- Styled.__emotion_real = Styled;
163
- Styled.__emotion_base = baseTag;
164
- Styled.__emotion_styles = styles;
165
- Styled.__emotion_forwardProp = shouldForwardProp;
166
- Object.defineProperty(Styled, 'toString', {
167
- value: function value() {
168
- if (targetClassName === undefined && isDevelopment) {
169
- return 'NO_COMPONENT_SELECTOR';
170
- }
171
-
172
- return "." + targetClassName;
173
- }
174
- });
175
-
176
- Styled.withComponent = function (nextTag, nextOptions) {
177
- var newStyled = createStyled(nextTag, _extends({}, options, nextOptions, {
178
- shouldForwardProp: composeShouldForwardProps(Styled, nextOptions, true)
179
- }));
180
- return newStyled.apply(void 0, styles);
181
- };
182
-
183
- return Styled;
184
- };
185
- };
186
-
187
- export { createStyled as default };
@@ -1,189 +0,0 @@
1
- import _extends from '@babel/runtime/helpers/esm/extends';
2
- import { withEmotionCache, ThemeContext } from '@emotion/react';
3
- import { serializeStyles } from '@emotion/serialize';
4
- import { useInsertionEffectAlwaysWithSyncFallback } from '@emotion/use-insertion-effect-with-fallbacks';
5
- import { getRegisteredStyles, registerStyles, insertStyles } from '@emotion/utils';
6
- import * as React from 'react';
7
- import isPropValid from '@emotion/is-prop-valid';
8
-
9
- var isBrowser = typeof document !== 'undefined';
10
-
11
- var isDevelopment = false;
12
-
13
- var testOmitPropsOnStringTag = isPropValid;
14
-
15
- var testOmitPropsOnComponent = function testOmitPropsOnComponent(key) {
16
- return key !== 'theme';
17
- };
18
-
19
- var getDefaultShouldForwardProp = function getDefaultShouldForwardProp(tag) {
20
- return typeof tag === 'string' && // 96 is one less than the char code
21
- // for "a" so this is checking that
22
- // it's a lowercase character
23
- tag.charCodeAt(0) > 96 ? testOmitPropsOnStringTag : testOmitPropsOnComponent;
24
- };
25
- var composeShouldForwardProps = function composeShouldForwardProps(tag, options, isReal) {
26
- var shouldForwardProp;
27
-
28
- if (options) {
29
- var optionsShouldForwardProp = options.shouldForwardProp;
30
- shouldForwardProp = tag.__emotion_forwardProp && optionsShouldForwardProp ? function (propName) {
31
- return tag.__emotion_forwardProp(propName) && optionsShouldForwardProp(propName);
32
- } : optionsShouldForwardProp;
33
- }
34
-
35
- if (typeof shouldForwardProp !== 'function' && isReal) {
36
- shouldForwardProp = tag.__emotion_forwardProp;
37
- }
38
-
39
- return shouldForwardProp;
40
- };
41
-
42
- var Insertion = function Insertion(_ref) {
43
- var cache = _ref.cache,
44
- serialized = _ref.serialized,
45
- isStringTag = _ref.isStringTag;
46
- registerStyles(cache, serialized, isStringTag);
47
- var rules = useInsertionEffectAlwaysWithSyncFallback(function () {
48
- return insertStyles(cache, serialized, isStringTag);
49
- });
50
-
51
- if (!isBrowser && rules !== undefined) {
52
- var _ref2;
53
-
54
- var serializedNames = serialized.name;
55
- var next = serialized.next;
56
-
57
- while (next !== undefined) {
58
- serializedNames += ' ' + next.name;
59
- next = next.next;
60
- }
61
-
62
- return /*#__PURE__*/React.createElement("style", (_ref2 = {}, _ref2["data-emotion"] = cache.key + " " + serializedNames, _ref2.dangerouslySetInnerHTML = {
63
- __html: rules
64
- }, _ref2.nonce = cache.sheet.nonce, _ref2));
65
- }
66
-
67
- return null;
68
- };
69
-
70
- var createStyled = function createStyled(tag, options) {
71
-
72
- var isReal = tag.__emotion_real === tag;
73
- var baseTag = isReal && tag.__emotion_base || tag;
74
- var identifierName;
75
- var targetClassName;
76
-
77
- if (options !== undefined) {
78
- identifierName = options.label;
79
- targetClassName = options.target;
80
- }
81
-
82
- var shouldForwardProp = composeShouldForwardProps(tag, options, isReal);
83
- var defaultShouldForwardProp = shouldForwardProp || getDefaultShouldForwardProp(baseTag);
84
- var shouldUseAs = !defaultShouldForwardProp('as');
85
- return function () {
86
- // eslint-disable-next-line prefer-rest-params
87
- var args = arguments;
88
- var styles = isReal && tag.__emotion_styles !== undefined ? tag.__emotion_styles.slice(0) : [];
89
-
90
- if (identifierName !== undefined) {
91
- styles.push("label:" + identifierName + ";");
92
- }
93
-
94
- if (args[0] == null || args[0].raw === undefined) {
95
- // eslint-disable-next-line prefer-spread
96
- styles.push.apply(styles, args);
97
- } else {
98
- var templateStringsArr = args[0];
99
-
100
- styles.push(templateStringsArr[0]);
101
- var len = args.length;
102
- var i = 1;
103
-
104
- for (; i < len; i++) {
105
-
106
- styles.push(args[i], templateStringsArr[i]);
107
- }
108
- }
109
-
110
- var Styled = withEmotionCache(function (props, cache, ref) {
111
- var FinalTag = shouldUseAs && props.as || baseTag;
112
- var className = '';
113
- var classInterpolations = [];
114
- var mergedProps = props;
115
-
116
- if (props.theme == null) {
117
- mergedProps = {};
118
-
119
- for (var key in props) {
120
- mergedProps[key] = props[key];
121
- }
122
-
123
- mergedProps.theme = React.useContext(ThemeContext);
124
- }
125
-
126
- if (typeof props.className === 'string') {
127
- className = getRegisteredStyles(cache.registered, classInterpolations, props.className);
128
- } else if (props.className != null) {
129
- className = props.className + " ";
130
- }
131
-
132
- var serialized = serializeStyles(styles.concat(classInterpolations), cache.registered, mergedProps);
133
- className += cache.key + "-" + serialized.name;
134
-
135
- if (targetClassName !== undefined) {
136
- className += " " + targetClassName;
137
- }
138
-
139
- var finalShouldForwardProp = shouldUseAs && shouldForwardProp === undefined ? getDefaultShouldForwardProp(FinalTag) : defaultShouldForwardProp;
140
- var newProps = {};
141
-
142
- for (var _key in props) {
143
- if (shouldUseAs && _key === 'as') continue;
144
-
145
- if (finalShouldForwardProp(_key)) {
146
- newProps[_key] = props[_key];
147
- }
148
- }
149
-
150
- newProps.className = className;
151
-
152
- if (ref) {
153
- newProps.ref = ref;
154
- }
155
-
156
- return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement(Insertion, {
157
- cache: cache,
158
- serialized: serialized,
159
- isStringTag: typeof FinalTag === 'string'
160
- }), /*#__PURE__*/React.createElement(FinalTag, newProps));
161
- });
162
- Styled.displayName = identifierName !== undefined ? identifierName : "Styled(" + (typeof baseTag === 'string' ? baseTag : baseTag.displayName || baseTag.name || 'Component') + ")";
163
- Styled.defaultProps = tag.defaultProps;
164
- Styled.__emotion_real = Styled;
165
- Styled.__emotion_base = baseTag;
166
- Styled.__emotion_styles = styles;
167
- Styled.__emotion_forwardProp = shouldForwardProp;
168
- Object.defineProperty(Styled, 'toString', {
169
- value: function value() {
170
- if (targetClassName === undefined && isDevelopment) {
171
- return 'NO_COMPONENT_SELECTOR';
172
- }
173
-
174
- return "." + targetClassName;
175
- }
176
- });
177
-
178
- Styled.withComponent = function (nextTag, nextOptions) {
179
- var newStyled = createStyled(nextTag, _extends({}, options, nextOptions, {
180
- shouldForwardProp: composeShouldForwardProps(Styled, nextOptions, true)
181
- }));
182
- return newStyled.apply(void 0, styles);
183
- };
184
-
185
- return Styled;
186
- };
187
- };
188
-
189
- export { createStyled as default };
@@ -1,2 +0,0 @@
1
- !function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t(require("@emotion/react"),require("react")):"function"==typeof define&&define.amd?define(["@emotion/react","react"],t):(e="undefined"!=typeof globalThis?globalThis:e||self).emotionStyledBase=t(e.emotionReact,e.React)}(this,(function(e,t){"use strict";function r(e){if(e&&e.__esModule)return e;var t=Object.create(null);return e&&Object.keys(e).forEach((function(r){if("default"!==r){var n=Object.getOwnPropertyDescriptor(e,r);Object.defineProperty(t,r,n.get?n:{enumerable:!0,get:function(){return e[r]}})}})),t.default=e,Object.freeze(t)}var n=r(t);function o(){return o=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},o.apply(this,arguments)}var i={animationIterationCount:1,aspectRatio:1,borderImageOutset:1,borderImageSlice:1,borderImageWidth:1,boxFlex:1,boxFlexGroup:1,boxOrdinalGroup:1,columnCount:1,columns:1,flex:1,flexGrow:1,flexPositive:1,flexShrink:1,flexNegative:1,flexOrder:1,gridRow:1,gridRowEnd:1,gridRowSpan:1,gridRowStart:1,gridColumn:1,gridColumnEnd:1,gridColumnSpan:1,gridColumnStart:1,msGridRow:1,msGridRowSpan:1,msGridColumn:1,msGridColumnSpan:1,fontWeight:1,lineHeight:1,opacity:1,order:1,orphans:1,scale:1,tabSize:1,widows:1,zIndex:1,zoom:1,WebkitLineClamp:1,fillOpacity:1,floodOpacity:1,stopOpacity:1,strokeDasharray:1,strokeDashoffset:1,strokeMiterlimit:1,strokeOpacity:1,strokeWidth:1};function a(e){var t=Object.create(null);return function(r){return void 0===t[r]&&(t[r]=e(r)),t[r]}}var s=!1,l=/[A-Z]|^ms/g,c=/_EMO_([^_]+?)_([^]*?)_EMO_/g,d=function(e){return 45===e.charCodeAt(1)},u=function(e){return null!=e&&"boolean"!=typeof e},f=a((function(e){return d(e)?e:e.replace(l,"-$&").toLowerCase()})),p=function(e,t){switch(e){case"animation":case"animationName":if("string"==typeof t)return t.replace(c,(function(e,t,r){return g={name:t,styles:r,next:g},t}))}return 1===i[e]||d(e)||"number"!=typeof t||0===t?t:t+"px"},m="Component selectors can only be used in conjunction with @emotion/babel-plugin, the swc Emotion plugin, or another Emotion-aware compiler transform.";function h(e,t,r){if(null==r)return"";var n=r;if(void 0!==n.__emotion_styles)return n;switch(typeof r){case"boolean":return"";case"object":var o=r;if(1===o.anim)return g={name:o.name,styles:o.styles,next:g},o.name;var i=r;if(void 0!==i.styles){var a=i.next;if(void 0!==a)for(;void 0!==a;)g={name:a.name,styles:a.styles,next:g},a=a.next;return i.styles+";"}return function(e,t,r){var n="";if(Array.isArray(r))for(var o=0;o<r.length;o++)n+=h(e,t,r[o])+";";else for(var i in r){var a=r[i];if("object"!=typeof a){var l=a;null!=t&&void 0!==t[l]?n+=i+"{"+t[l]+"}":u(l)&&(n+=f(i)+":"+p(i,l)+";")}else{if("NO_COMPONENT_SELECTOR"===i&&s)throw new Error(m);if(!Array.isArray(a)||"string"!=typeof a[0]||null!=t&&void 0!==t[a[0]]){var c=h(e,t,a);switch(i){case"animation":case"animationName":n+=f(i)+":"+c+";";break;default:n+=i+"{"+c+"}"}}else for(var d=0;d<a.length;d++)u(a[d])&&(n+=f(i)+":"+p(i,a[d])+";")}}return n}(e,t,r);case"function":if(void 0!==e){var l=g,c=r(e);return g=l,h(e,t,c)}}var d=r;if(null==t)return d;var y=t[d];return void 0!==y?y:d}var g,y=/label:\s*([^\s;{]+)\s*(;|$)/g;var v=!!n.useInsertionEffect&&n.useInsertionEffect||function(e){return e()};var b=function(e,t,r){var n=e.key+"-"+t.name;!1===r&&void 0===e.registered[n]&&(e.registered[n]=t.styles)},x=/^((children|dangerouslySetInnerHTML|key|ref|autoFocus|defaultValue|defaultChecked|innerHTML|suppressContentEditableWarning|suppressHydrationWarning|valueLink|abbr|accept|acceptCharset|accessKey|action|allow|allowUserMedia|allowPaymentRequest|allowFullScreen|allowTransparency|alt|async|autoComplete|autoPlay|capture|cellPadding|cellSpacing|challenge|charSet|checked|cite|classID|className|cols|colSpan|content|contentEditable|contextMenu|controls|controlsList|coords|crossOrigin|data|dateTime|decoding|default|defer|dir|disabled|disablePictureInPicture|disableRemotePlayback|download|draggable|encType|enterKeyHint|fetchpriority|fetchPriority|form|formAction|formEncType|formMethod|formNoValidate|formTarget|frameBorder|headers|height|hidden|high|href|hrefLang|htmlFor|httpEquiv|id|inputMode|integrity|is|keyParams|keyType|kind|label|lang|list|loading|loop|low|marginHeight|marginWidth|max|maxLength|media|mediaGroup|method|min|minLength|multiple|muted|name|nonce|noValidate|open|optimum|pattern|placeholder|playsInline|poster|preload|profile|radioGroup|readOnly|referrerPolicy|rel|required|reversed|role|rows|rowSpan|sandbox|scope|scoped|scrolling|seamless|selected|shape|size|sizes|slot|span|spellCheck|src|srcDoc|srcLang|srcSet|start|step|style|summary|tabIndex|target|title|translate|type|useMap|value|width|wmode|wrap|about|datatype|inlist|prefix|property|resource|typeof|vocab|autoCapitalize|autoCorrect|autoSave|color|incremental|fallback|inert|itemProp|itemScope|itemType|itemID|itemRef|on|option|results|security|unselectable|accentHeight|accumulate|additive|alignmentBaseline|allowReorder|alphabetic|amplitude|arabicForm|ascent|attributeName|attributeType|autoReverse|azimuth|baseFrequency|baselineShift|baseProfile|bbox|begin|bias|by|calcMode|capHeight|clip|clipPathUnits|clipPath|clipRule|colorInterpolation|colorInterpolationFilters|colorProfile|colorRendering|contentScriptType|contentStyleType|cursor|cx|cy|d|decelerate|descent|diffuseConstant|direction|display|divisor|dominantBaseline|dur|dx|dy|edgeMode|elevation|enableBackground|end|exponent|externalResourcesRequired|fill|fillOpacity|fillRule|filter|filterRes|filterUnits|floodColor|floodOpacity|focusable|fontFamily|fontSize|fontSizeAdjust|fontStretch|fontStyle|fontVariant|fontWeight|format|from|fr|fx|fy|g1|g2|glyphName|glyphOrientationHorizontal|glyphOrientationVertical|glyphRef|gradientTransform|gradientUnits|hanging|horizAdvX|horizOriginX|ideographic|imageRendering|in|in2|intercept|k|k1|k2|k3|k4|kernelMatrix|kernelUnitLength|kerning|keyPoints|keySplines|keyTimes|lengthAdjust|letterSpacing|lightingColor|limitingConeAngle|local|markerEnd|markerMid|markerStart|markerHeight|markerUnits|markerWidth|mask|maskContentUnits|maskUnits|mathematical|mode|numOctaves|offset|opacity|operator|order|orient|orientation|origin|overflow|overlinePosition|overlineThickness|panose1|paintOrder|pathLength|patternContentUnits|patternTransform|patternUnits|pointerEvents|points|pointsAtX|pointsAtY|pointsAtZ|preserveAlpha|preserveAspectRatio|primitiveUnits|r|radius|refX|refY|renderingIntent|repeatCount|repeatDur|requiredExtensions|requiredFeatures|restart|result|rotate|rx|ry|scale|seed|shapeRendering|slope|spacing|specularConstant|specularExponent|speed|spreadMethod|startOffset|stdDeviation|stemh|stemv|stitchTiles|stopColor|stopOpacity|strikethroughPosition|strikethroughThickness|string|stroke|strokeDasharray|strokeDashoffset|strokeLinecap|strokeLinejoin|strokeMiterlimit|strokeOpacity|strokeWidth|surfaceScale|systemLanguage|tableValues|targetX|targetY|textAnchor|textDecoration|textRendering|textLength|to|transform|u1|u2|underlinePosition|underlineThickness|unicode|unicodeBidi|unicodeRange|unitsPerEm|vAlphabetic|vHanging|vIdeographic|vMathematical|values|vectorEffect|version|vertAdvY|vertOriginX|vertOriginY|viewBox|viewTarget|visibility|widths|wordSpacing|writingMode|x|xHeight|x1|x2|xChannelSelector|xlinkActuate|xlinkArcrole|xlinkHref|xlinkRole|xlinkShow|xlinkTitle|xlinkType|xmlBase|xmlns|xmlnsXlink|xmlLang|xmlSpace|y|y1|y2|yChannelSelector|z|zoomAndPan|for|class|autofocus)|(([Dd][Aa][Tt][Aa]|[Aa][Rr][Ii][Aa]|x)-.*))$/,k=a((function(e){return x.test(e)||111===e.charCodeAt(0)&&110===e.charCodeAt(1)&&e.charCodeAt(2)<91})),w=function(e){return"theme"!==e},C=function(e){return"string"==typeof e&&e.charCodeAt(0)>96?k:w},_=function(e,t,r){var n;if(t){var o=t.shouldForwardProp;n=e.__emotion_forwardProp&&o?function(t){return e.__emotion_forwardProp(t)&&o(t)}:o}return"function"!=typeof n&&r&&(n=e.__emotion_forwardProp),n},S=function(e){var t=e.cache,r=e.serialized,n=e.isStringTag;return b(t,r,n),v((function(){return function(e,t,r){b(e,t,r);var n=e.key+"-"+t.name;if(void 0===e.inserted[t.name]){var o=t;do{e.insert(t===o?"."+n:"",o,e.sheet,!0),o=o.next}while(void 0!==o)}}(t,r,n)})),null};return function t(r,i){var a,s,l=r.__emotion_real===r,c=l&&r.__emotion_base||r;void 0!==i&&(a=i.label,s=i.target);var d=_(r,i,l),u=d||C(c),f=!u("as");return function(){var p=arguments,m=l&&void 0!==r.__emotion_styles?r.__emotion_styles.slice(0):[];if(void 0!==a&&m.push("label:"+a+";"),null==p[0]||void 0===p[0].raw)m.push.apply(m,p);else{var v=p[0];m.push(v[0]);for(var b=p.length,x=1;x<b;x++)m.push(p[x],v[x])}var k=e.withEmotionCache((function(t,r,o){var i,a,l,p,v=f&&t.as||c,b="",x=[],k=t;if(null==t.theme){for(var w in k={},t)k[w]=t[w];k.theme=n.useContext(e.ThemeContext)}"string"==typeof t.className?(i=r.registered,a=x,l=t.className,p="",l.split(" ").forEach((function(e){void 0!==i[e]?a.push(i[e]+";"):e&&(p+=e+" ")})),b=p):null!=t.className&&(b=t.className+" ");var _=function(e,t,r){if(1===e.length&&"object"==typeof e[0]&&null!==e[0]&&void 0!==e[0].styles)return e[0];var n=!0,o="";g=void 0;var i=e[0];null==i||void 0===i.raw?(n=!1,o+=h(r,t,i)):o+=i[0];for(var a=1;a<e.length;a++)o+=h(r,t,e[a]),n&&(o+=i[a]);y.lastIndex=0;for(var s,l="";null!==(s=y.exec(o));)l+="-"+s[1];var c=function(e){for(var t,r=0,n=0,o=e.length;o>=4;++n,o-=4)t=1540483477*(65535&(t=255&e.charCodeAt(n)|(255&e.charCodeAt(++n))<<8|(255&e.charCodeAt(++n))<<16|(255&e.charCodeAt(++n))<<24))+(59797*(t>>>16)<<16),r=1540483477*(65535&(t^=t>>>24))+(59797*(t>>>16)<<16)^1540483477*(65535&r)+(59797*(r>>>16)<<16);switch(o){case 3:r^=(255&e.charCodeAt(n+2))<<16;case 2:r^=(255&e.charCodeAt(n+1))<<8;case 1:r=1540483477*(65535&(r^=255&e.charCodeAt(n)))+(59797*(r>>>16)<<16)}return(((r=1540483477*(65535&(r^=r>>>13))+(59797*(r>>>16)<<16))^r>>>15)>>>0).toString(36)}(o)+l;return{name:c,styles:o,next:g}}(m.concat(x),r.registered,k);b+=r.key+"-"+_.name,void 0!==s&&(b+=" "+s);var O=f&&void 0===d?C(v):u,A={};for(var P in t)f&&"as"===P||O(P)&&(A[P]=t[P]);return A.className=b,o&&(A.ref=o),n.createElement(n.Fragment,null,n.createElement(S,{cache:r,serialized:_,isStringTag:"string"==typeof v}),n.createElement(v,A))}));return k.displayName=void 0!==a?a:"Styled("+("string"==typeof c?c:c.displayName||c.name||"Component")+")",k.defaultProps=r.defaultProps,k.__emotion_real=k,k.__emotion_base=c,k.__emotion_styles=m,k.__emotion_forwardProp=d,Object.defineProperty(k,"toString",{value:function(){return"."+s}}),k.withComponent=function(e,r){return t(e,o({},i,r,{shouldForwardProp:_(k,r,!0)})).apply(void 0,m)},k}}}));
2
- //# sourceMappingURL=emotion-styled-base.umd.min.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"emotion-styled-base.umd.min.js","sources":["../../../../node_modules/@babel/runtime/helpers/esm/extends.js","../../../unitless/src/index.ts","../../../memoize/src/index.ts","../../../serialize/src/conditions/false.ts","../../../serialize/src/index.ts","../../../use-insertion-effect-with-fallbacks/src/index.ts","../../../utils/src/index.ts","../../../is-prop-valid/src/index.ts","../../src/utils.ts","../../src/base.tsx","../../../hash/src/index.ts"],"sourcesContent":["export default function _extends() {\n _extends = Object.assign ? Object.assign.bind() : function (target) {\n for (var i = 1; i < arguments.length; i++) {\n var source = arguments[i];\n\n for (var key in source) {\n if (Object.prototype.hasOwnProperty.call(source, key)) {\n target[key] = source[key];\n }\n }\n }\n\n return target;\n };\n return _extends.apply(this, arguments);\n}","let unitlessKeys: Record<string, 1> = {\n animationIterationCount: 1,\n aspectRatio: 1,\n borderImageOutset: 1,\n borderImageSlice: 1,\n borderImageWidth: 1,\n boxFlex: 1,\n boxFlexGroup: 1,\n boxOrdinalGroup: 1,\n columnCount: 1,\n columns: 1,\n flex: 1,\n flexGrow: 1,\n flexPositive: 1,\n flexShrink: 1,\n flexNegative: 1,\n flexOrder: 1,\n gridRow: 1,\n gridRowEnd: 1,\n gridRowSpan: 1,\n gridRowStart: 1,\n gridColumn: 1,\n gridColumnEnd: 1,\n gridColumnSpan: 1,\n gridColumnStart: 1,\n msGridRow: 1,\n msGridRowSpan: 1,\n msGridColumn: 1,\n msGridColumnSpan: 1,\n fontWeight: 1,\n lineHeight: 1,\n opacity: 1,\n order: 1,\n orphans: 1,\n scale: 1,\n tabSize: 1,\n widows: 1,\n zIndex: 1,\n zoom: 1,\n WebkitLineClamp: 1,\n\n // SVG-related properties\n fillOpacity: 1,\n floodOpacity: 1,\n stopOpacity: 1,\n strokeDasharray: 1,\n strokeDashoffset: 1,\n strokeMiterlimit: 1,\n strokeOpacity: 1,\n strokeWidth: 1\n}\n\nexport default unitlessKeys\n","export default function memoize<V>(fn: (arg: string) => V): (arg: string) => V {\n const cache: Record<string, V> = Object.create(null)\n\n return (arg: string) => {\n if (cache[arg] === undefined) cache[arg] = fn(arg)\n return cache[arg]\n }\n}\n","export default false as boolean\n","import type { RegisteredCache, SerializedStyles } from '@emotion/utils'\nimport hashString from '@emotion/hash'\nimport unitless from '@emotion/unitless'\nimport memoize from '@emotion/memoize'\nimport isDevelopment from '#is-development'\nimport * as CSS from 'csstype'\n\nexport type { RegisteredCache, SerializedStyles }\n\ntype Cursor = {\n name: string\n styles: string\n next?: Cursor\n}\n\nexport type CSSProperties = CSS.PropertiesFallback<number | string>\nexport type CSSPropertiesWithMultiValues = {\n [K in keyof CSSProperties]:\n | CSSProperties[K]\n | ReadonlyArray<Extract<CSSProperties[K], string>>\n}\n\nexport type CSSPseudos = { [K in CSS.Pseudos]?: CSSObject }\n\nexport interface ArrayCSSInterpolation\n extends ReadonlyArray<CSSInterpolation> {}\n\nexport type InterpolationPrimitive =\n | null\n | undefined\n | boolean\n | number\n | string\n | ComponentSelector\n | Keyframes\n | SerializedStyles\n | CSSObject\n\nexport type CSSInterpolation = InterpolationPrimitive | ArrayCSSInterpolation\n\nexport interface CSSOthersObject {\n [propertiesName: string]: CSSInterpolation\n}\n\nexport interface CSSObject\n extends CSSPropertiesWithMultiValues,\n CSSPseudos,\n CSSOthersObject {}\n\nexport interface ComponentSelector {\n __emotion_styles: any\n}\n\nexport type Keyframes = {\n name: string\n styles: string\n anim: number\n toString: () => string\n} & string\n\nexport interface ArrayInterpolation<Props = unknown>\n extends ReadonlyArray<Interpolation<Props>> {}\n\nexport interface FunctionInterpolation<Props = unknown> {\n (props: Props): Interpolation<Props>\n}\n\nexport type Interpolation<Props = unknown> =\n | InterpolationPrimitive\n | ArrayInterpolation<Props>\n | FunctionInterpolation<Props>\n\nconst ILLEGAL_ESCAPE_SEQUENCE_ERROR = `You have illegal escape sequence in your template literal, most likely inside content's property value.\nBecause you write your CSS inside a JavaScript string you actually have to do double escaping, so for example \"content: '\\\\00d7';\" should become \"content: '\\\\\\\\00d7';\".\nYou can read more about this here:\nhttps://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_literals#ES2018_revision_of_illegal_escape_sequences`\n\nconst UNDEFINED_AS_OBJECT_KEY_ERROR =\n \"You have passed in falsy value as style object's key (can happen when in example you pass unexported component as computed key).\"\n\nlet hyphenateRegex = /[A-Z]|^ms/g\nlet animationRegex = /_EMO_([^_]+?)_([^]*?)_EMO_/g\n\nconst isCustomProperty = (property: string) => property.charCodeAt(1) === 45\nconst isProcessableValue = (value: Interpolation) =>\n value != null && typeof value !== 'boolean'\n\nconst processStyleName = /* #__PURE__ */ memoize((styleName: string) =>\n isCustomProperty(styleName)\n ? styleName\n : styleName.replace(hyphenateRegex, '-$&').toLowerCase()\n)\n\nlet processStyleValue = (\n key: string,\n value: string | number\n): string | number => {\n switch (key) {\n case 'animation':\n case 'animationName': {\n if (typeof value === 'string') {\n return value.replace(animationRegex, (match, p1, p2) => {\n cursor = {\n name: p1,\n styles: p2,\n next: cursor\n }\n return p1\n })\n }\n }\n }\n\n if (\n unitless[key as keyof typeof unitless] !== 1 &&\n !isCustomProperty(key) &&\n typeof value === 'number' &&\n value !== 0\n ) {\n return value + 'px'\n }\n return value\n}\n\nif (isDevelopment) {\n let contentValuePattern =\n /(var|attr|counters?|url|element|(((repeating-)?(linear|radial))|conic)-gradient)\\(|(no-)?(open|close)-quote/\n let contentValues = ['normal', 'none', 'initial', 'inherit', 'unset']\n\n let oldProcessStyleValue = processStyleValue\n\n let msPattern = /^-ms-/\n let hyphenPattern = /-(.)/g\n\n let hyphenatedCache: Record<string, boolean | undefined> = {}\n\n processStyleValue = (key: string, value: string | number) => {\n if (key === 'content') {\n if (\n typeof value !== 'string' ||\n (contentValues.indexOf(value) === -1 &&\n !contentValuePattern.test(value) &&\n (value.charAt(0) !== value.charAt(value.length - 1) ||\n (value.charAt(0) !== '\"' && value.charAt(0) !== \"'\")))\n ) {\n throw new Error(\n `You seem to be using a value for 'content' without quotes, try replacing it with \\`content: '\"${value}\"'\\``\n )\n }\n }\n\n const processed = oldProcessStyleValue(key, value)\n\n if (\n processed !== '' &&\n !isCustomProperty(key) &&\n key.indexOf('-') !== -1 &&\n hyphenatedCache[key] === undefined\n ) {\n hyphenatedCache[key] = true\n console.error(\n `Using kebab-case for css properties in objects is not supported. Did you mean ${key\n .replace(msPattern, 'ms-')\n .replace(hyphenPattern, (str, char) => char.toUpperCase())}?`\n )\n }\n\n return processed\n }\n}\n\nconst noComponentSelectorMessage =\n 'Component selectors can only be used in conjunction with ' +\n '@emotion/babel-plugin, the swc Emotion plugin, or another Emotion-aware ' +\n 'compiler transform.'\n\nfunction handleInterpolation(\n mergedProps: unknown | undefined,\n registered: RegisteredCache | undefined,\n interpolation: Interpolation\n): string | number {\n if (interpolation == null) {\n return ''\n }\n const componentSelector = interpolation as ComponentSelector\n if (componentSelector.__emotion_styles !== undefined) {\n if (\n isDevelopment &&\n String(componentSelector) === 'NO_COMPONENT_SELECTOR'\n ) {\n throw new Error(noComponentSelectorMessage)\n }\n return componentSelector as unknown as string\n }\n\n switch (typeof interpolation) {\n case 'boolean': {\n return ''\n }\n case 'object': {\n const keyframes = interpolation as Keyframes\n if (keyframes.anim === 1) {\n cursor = {\n name: keyframes.name,\n styles: keyframes.styles,\n next: cursor\n }\n\n return keyframes.name\n }\n const serializedStyles = interpolation as SerializedStyles\n if (serializedStyles.styles !== undefined) {\n let next = serializedStyles.next\n if (next !== undefined) {\n // not the most efficient thing ever but this is a pretty rare case\n // and there will be very few iterations of this generally\n while (next !== undefined) {\n cursor = {\n name: next.name,\n styles: next.styles,\n next: cursor\n }\n next = next.next\n }\n }\n let styles = `${serializedStyles.styles};`\n return styles\n }\n\n return createStringFromObject(\n mergedProps,\n registered,\n interpolation as ArrayInterpolation | CSSObject\n )\n }\n case 'function': {\n if (mergedProps !== undefined) {\n let previousCursor = cursor\n let result = interpolation(mergedProps)\n cursor = previousCursor\n\n return handleInterpolation(mergedProps, registered, result)\n } else if (isDevelopment) {\n console.error(\n 'Functions that are interpolated in css calls will be stringified.\\n' +\n 'If you want to have a css call based on props, create a function that returns a css call like this\\n' +\n 'let dynamicStyle = (props) => css`color: ${props.color}`\\n' +\n 'It can be called directly with props or interpolated in a styled call like this\\n' +\n \"let SomeComponent = styled('div')`${dynamicStyle}`\"\n )\n }\n break\n }\n case 'string':\n if (isDevelopment) {\n const matched: string[] = []\n const replaced = interpolation.replace(\n animationRegex,\n (_match, _p1, p2) => {\n const fakeVarName = `animation${matched.length}`\n matched.push(\n `const ${fakeVarName} = keyframes\\`${p2.replace(\n /^@keyframes animation-\\w+/,\n ''\n )}\\``\n )\n return `\\${${fakeVarName}}`\n }\n )\n if (matched.length) {\n console.error(\n `\\`keyframes\\` output got interpolated into plain string, please wrap it with \\`css\\`.\n\nInstead of doing this:\n\n${[...matched, `\\`${replaced}\\``].join('\\n')}\n\nYou should wrap it with \\`css\\` like this:\n\ncss\\`${replaced}\\``\n )\n }\n }\n break\n }\n\n // finalize string values (regular strings and functions interpolated into css calls)\n const asString = interpolation as string\n if (registered == null) {\n return asString\n }\n const cached = registered[asString]\n return cached !== undefined ? cached : asString\n}\n\nfunction createStringFromObject(\n mergedProps: unknown | undefined,\n registered: RegisteredCache | undefined,\n obj: ArrayInterpolation | CSSObject\n): string {\n let string = ''\n\n if (Array.isArray(obj)) {\n for (let i = 0; i < obj.length; i++) {\n string += `${handleInterpolation(mergedProps, registered, obj[i])};`\n }\n } else {\n for (let key in obj) {\n let value: unknown = obj[key as never]\n if (typeof value !== 'object') {\n const asString = value as string\n if (registered != null && registered[asString] !== undefined) {\n string += `${key}{${registered[asString]}}`\n } else if (isProcessableValue(asString)) {\n string += `${processStyleName(key)}:${processStyleValue(\n key,\n asString\n )};`\n }\n } else {\n if (key === 'NO_COMPONENT_SELECTOR' && isDevelopment) {\n throw new Error(noComponentSelectorMessage)\n }\n if (\n Array.isArray(value) &&\n typeof value[0] === 'string' &&\n (registered == null || registered[value[0]] === undefined)\n ) {\n for (let i = 0; i < value.length; i++) {\n if (isProcessableValue(value[i])) {\n string += `${processStyleName(key)}:${processStyleValue(\n key,\n value[i] as string | number\n )};`\n }\n }\n } else {\n const interpolated = handleInterpolation(\n mergedProps,\n registered,\n value as Interpolation\n )\n switch (key) {\n case 'animation':\n case 'animationName': {\n string += `${processStyleName(key)}:${interpolated};`\n break\n }\n default: {\n if (isDevelopment && key === 'undefined') {\n console.error(UNDEFINED_AS_OBJECT_KEY_ERROR)\n }\n string += `${key}{${interpolated}}`\n }\n }\n }\n }\n }\n }\n\n return string\n}\n\nlet labelPattern = /label:\\s*([^\\s;{]+)\\s*(;|$)/g\n\n// this is the cursor for keyframes\n// keyframes are stored on the SerializedStyles object as a linked list\nlet cursor: Cursor | undefined\n\nexport function serializeStyles<Props>(\n args: Array<TemplateStringsArray | Interpolation<Props>>,\n registered?: RegisteredCache,\n mergedProps?: Props\n): SerializedStyles\nexport function serializeStyles(\n args: Array<TemplateStringsArray | Interpolation<unknown>>,\n registered?: RegisteredCache,\n mergedProps?: unknown\n): SerializedStyles {\n if (\n args.length === 1 &&\n typeof args[0] === 'object' &&\n args[0] !== null &&\n (args[0] as SerializedStyles).styles !== undefined\n ) {\n return args[0] as SerializedStyles\n }\n let stringMode = true\n let styles = ''\n\n cursor = undefined\n let strings = args[0]\n if (strings == null || (strings as TemplateStringsArray).raw === undefined) {\n stringMode = false\n styles += handleInterpolation(\n mergedProps,\n registered,\n strings as Interpolation\n )\n } else {\n const templateStringsArr = strings as TemplateStringsArray\n if (isDevelopment && templateStringsArr[0] === undefined) {\n console.error(ILLEGAL_ESCAPE_SEQUENCE_ERROR)\n }\n styles += templateStringsArr[0]\n }\n // we start at 1 since we've already handled the first arg\n for (let i = 1; i < args.length; i++) {\n styles += handleInterpolation(\n mergedProps,\n registered,\n args[i] as Interpolation\n )\n if (stringMode) {\n const templateStringsArr = strings as TemplateStringsArray\n if (isDevelopment && templateStringsArr[i] === undefined) {\n console.error(ILLEGAL_ESCAPE_SEQUENCE_ERROR)\n }\n styles += templateStringsArr[i]\n }\n }\n\n // using a global regex with .exec is stateful so lastIndex has to be reset each time\n labelPattern.lastIndex = 0\n let identifierName = ''\n\n let match\n // https://esbench.com/bench/5b809c2cf2949800a0f61fb5\n while ((match = labelPattern.exec(styles)) !== null) {\n identifierName += '-' + match[1]\n }\n\n let name = hashString(styles) + identifierName\n\n if (isDevelopment) {\n const devStyles = {\n name,\n styles,\n next: cursor,\n toString() {\n return \"You have tried to stringify object returned from `css` function. It isn't supposed to be used directly (e.g. as value of the `className` prop), but rather handed to emotion so it can handle it (e.g. as value of `css` prop).\"\n }\n }\n return devStyles\n }\n return {\n name,\n styles,\n next: cursor\n }\n}\n","import * as React from 'react'\nimport isBrowser from '#is-browser'\n\nconst syncFallback = <T>(create: () => T) => create()\n\nconst useInsertionEffect = React[\n ('useInsertion' + 'Effect') as 'useInsertionEffect'\n]\n ? (React[('useInsertion' + 'Effect') as 'useInsertionEffect'] as <T>(\n create: () => T\n ) => T | undefined)\n : false\n\nexport const useInsertionEffectAlwaysWithSyncFallback: <T>(\n create: () => T\n) => T | undefined = !isBrowser\n ? syncFallback\n : useInsertionEffect || syncFallback\n\nexport const useInsertionEffectWithLayoutFallback: typeof React.useLayoutEffect =\n useInsertionEffect || React.useLayoutEffect\n","import isBrowser from '#is-browser'\nimport { RegisteredCache, EmotionCache, SerializedStyles } from './types'\n\nexport function getRegisteredStyles(\n registered: RegisteredCache,\n registeredStyles: unknown[],\n classNames: string\n): string {\n let rawClassName = ''\n\n classNames.split(' ').forEach(className => {\n if (registered[className] !== undefined) {\n registeredStyles.push(`${registered[className]};`)\n } else if (className) {\n rawClassName += `${className} `\n }\n })\n return rawClassName\n}\n\nexport const registerStyles = (\n cache: EmotionCache,\n serialized: SerializedStyles,\n isStringTag: boolean\n): void => {\n let className = `${cache.key}-${serialized.name}`\n if (\n // we only need to add the styles to the registered cache if the\n // class name could be used further down\n // the tree but if it's a string tag, we know it won't\n // so we don't have to add it to registered cache.\n // this improves memory usage since we can avoid storing the whole style string\n (isStringTag === false ||\n // we need to always store it if we're in compat mode and\n // in node since emotion-server relies on whether a style is in\n // the registered cache to know whether a style is global or not\n // also, note that this check will be dead code eliminated in the browser\n (isBrowser === false && cache.compat !== undefined)) &&\n cache.registered[className] === undefined\n ) {\n cache.registered[className] = serialized.styles\n }\n}\n\nexport const insertStyles = (\n cache: EmotionCache,\n serialized: SerializedStyles,\n isStringTag: boolean\n) => {\n registerStyles(cache, serialized, isStringTag)\n\n let className = `${cache.key}-${serialized.name}`\n\n if (cache.inserted[serialized.name] === undefined) {\n let stylesForSSR = ''\n let current: SerializedStyles | undefined = serialized\n do {\n let maybeStyles = cache.insert(\n serialized === current ? `.${className}` : '',\n current,\n cache.sheet,\n true\n )\n if (!isBrowser && maybeStyles !== undefined) {\n stylesForSSR += maybeStyles\n }\n current = current.next\n } while (current !== undefined)\n if (!isBrowser && stylesForSSR.length !== 0) {\n return stylesForSSR\n }\n }\n}\n\nexport * from './types'\n","import memoize from '@emotion/memoize'\n\ndeclare const codegen: { require: (path: string) => any }\n\n// eslint-disable-next-line no-undef\nconst reactPropsRegex: RegExp = codegen.require('./props')\n\n// https://esbench.com/bench/5bfee68a4cd7e6009ef61d23\nconst isPropValid = /* #__PURE__ */ memoize(\n prop =>\n reactPropsRegex.test(prop) ||\n (prop.charCodeAt(0) === 111 /* o */ &&\n prop.charCodeAt(1) === 110 /* n */ &&\n prop.charCodeAt(2) < 91) /* Z+1 */\n)\n\nexport default isPropValid\n","import * as React from 'react'\nimport isPropValid from '@emotion/is-prop-valid'\nimport { StyledOptions, ElementType } from './types'\n\nconst testOmitPropsOnStringTag = isPropValid\nconst testOmitPropsOnComponent = (key: string) => key !== 'theme'\n\nexport const getDefaultShouldForwardProp = (tag: React.ElementType) =>\n typeof tag === 'string' &&\n // 96 is one less than the char code\n // for \"a\" so this is checking that\n // it's a lowercase character\n tag.charCodeAt(0) > 96\n ? testOmitPropsOnStringTag\n : testOmitPropsOnComponent\n\nexport const composeShouldForwardProps = (\n tag: ElementType,\n options: StyledOptions | undefined,\n isReal: boolean\n) => {\n let shouldForwardProp\n if (options) {\n const optionsShouldForwardProp = options.shouldForwardProp\n shouldForwardProp =\n tag.__emotion_forwardProp && optionsShouldForwardProp\n ? (propName: string) =>\n tag.__emotion_forwardProp!(propName) &&\n optionsShouldForwardProp(propName)\n : optionsShouldForwardProp\n }\n\n if (typeof shouldForwardProp !== 'function' && isReal) {\n shouldForwardProp = tag.__emotion_forwardProp\n }\n\n return shouldForwardProp\n}\n","import isBrowser from '#is-browser'\nimport isDevelopment from '#is-development'\nimport { Theme, ThemeContext, withEmotionCache } from '@emotion/react'\nimport { Interpolation, serializeStyles } from '@emotion/serialize'\nimport { useInsertionEffectAlwaysWithSyncFallback } from '@emotion/use-insertion-effect-with-fallbacks'\nimport {\n EmotionCache,\n getRegisteredStyles,\n insertStyles,\n registerStyles,\n SerializedStyles\n} from '@emotion/utils'\nimport * as React from 'react'\nimport { CreateStyled, ElementType, StyledOptions } from './types'\nimport { composeShouldForwardProps, getDefaultShouldForwardProp } from './utils'\nexport type {\n ArrayInterpolation,\n ComponentSelector,\n CSSObject,\n FunctionInterpolation,\n Interpolation\n} from '@emotion/serialize'\n\nconst ILLEGAL_ESCAPE_SEQUENCE_ERROR = `You have illegal escape sequence in your template literal, most likely inside content's property value.\nBecause you write your CSS inside a JavaScript string you actually have to do double escaping, so for example \"content: '\\\\00d7';\" should become \"content: '\\\\\\\\00d7';\".\nYou can read more about this here:\nhttps://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_literals#ES2018_revision_of_illegal_escape_sequences`\n\nconst Insertion = ({\n cache,\n serialized,\n isStringTag\n}: {\n cache: EmotionCache\n serialized: SerializedStyles\n isStringTag: boolean\n}) => {\n registerStyles(cache, serialized, isStringTag)\n\n const rules = useInsertionEffectAlwaysWithSyncFallback(() =>\n insertStyles(cache, serialized, isStringTag)\n )\n\n if (!isBrowser && rules !== undefined) {\n let serializedNames = serialized.name\n let next = serialized.next\n while (next !== undefined) {\n serializedNames += ' ' + next.name\n next = next.next\n }\n return (\n <style\n {...{\n [`data-emotion`]: `${cache.key} ${serializedNames}`,\n dangerouslySetInnerHTML: { __html: rules },\n nonce: cache.sheet.nonce\n }}\n />\n )\n }\n return null\n}\n\nconst createStyled = (tag: ElementType, options?: StyledOptions) => {\n if (isDevelopment) {\n if (tag === undefined) {\n throw new Error(\n 'You are trying to create a styled element with an undefined component.\\nYou may have forgotten to import it.'\n )\n }\n }\n const isReal = tag.__emotion_real === tag\n const baseTag = (isReal && tag.__emotion_base) || tag\n\n let identifierName: string | undefined\n let targetClassName: string | undefined\n if (options !== undefined) {\n identifierName = options.label\n targetClassName = options.target\n }\n\n const shouldForwardProp = composeShouldForwardProps(tag, options, isReal)\n const defaultShouldForwardProp =\n shouldForwardProp || getDefaultShouldForwardProp(baseTag)\n const shouldUseAs = !defaultShouldForwardProp('as')\n\n return function () {\n // eslint-disable-next-line prefer-rest-params\n let args = arguments as any as Array<\n TemplateStringsArray | Interpolation<Theme>\n >\n let styles =\n isReal && tag.__emotion_styles !== undefined\n ? tag.__emotion_styles.slice(0)\n : []\n\n if (identifierName !== undefined) {\n styles.push(`label:${identifierName};`)\n }\n if (\n args[0] == null ||\n (args[0] as TemplateStringsArray).raw === undefined\n ) {\n // eslint-disable-next-line prefer-spread\n styles.push.apply(styles, args)\n } else {\n const templateStringsArr = args[0] as TemplateStringsArray\n if (isDevelopment && templateStringsArr[0] === undefined) {\n console.error(ILLEGAL_ESCAPE_SEQUENCE_ERROR)\n }\n styles.push(templateStringsArr[0])\n let len = args.length\n let i = 1\n for (; i < len; i++) {\n if (isDevelopment && templateStringsArr[i] === undefined) {\n console.error(ILLEGAL_ESCAPE_SEQUENCE_ERROR)\n }\n styles.push(args[i], templateStringsArr[i])\n }\n }\n\n const Styled: ElementType = withEmotionCache(\n (props: Record<string, unknown>, cache, ref) => {\n const FinalTag =\n (shouldUseAs && (props.as as React.ElementType)) || baseTag\n\n let className = ''\n let classInterpolations: Interpolation<Theme>[] = []\n let mergedProps = props\n if (props.theme == null) {\n mergedProps = {}\n for (let key in props) {\n mergedProps[key] = props[key]\n }\n mergedProps.theme = React.useContext(ThemeContext)\n }\n\n if (typeof props.className === 'string') {\n className = getRegisteredStyles(\n cache.registered,\n classInterpolations,\n props.className\n )\n } else if (props.className != null) {\n className = `${props.className} `\n }\n\n const serialized = serializeStyles(\n styles.concat(classInterpolations),\n cache.registered,\n mergedProps\n )\n className += `${cache.key}-${serialized.name}`\n if (targetClassName !== undefined) {\n className += ` ${targetClassName}`\n }\n\n const finalShouldForwardProp =\n shouldUseAs && shouldForwardProp === undefined\n ? getDefaultShouldForwardProp(FinalTag)\n : defaultShouldForwardProp\n\n let newProps: Record<string, unknown> = {}\n\n for (let key in props) {\n if (shouldUseAs && key === 'as') continue\n\n if (finalShouldForwardProp(key)) {\n newProps[key] = props[key]\n }\n }\n newProps.className = className\n if (ref) {\n newProps.ref = ref\n }\n\n return (\n <>\n <Insertion\n cache={cache}\n serialized={serialized}\n isStringTag={typeof FinalTag === 'string'}\n />\n <FinalTag {...newProps} />\n </>\n )\n }\n )\n\n Styled.displayName =\n identifierName !== undefined\n ? identifierName\n : `Styled(${\n typeof baseTag === 'string'\n ? baseTag\n : baseTag.displayName || baseTag.name || 'Component'\n })`\n\n Styled.defaultProps = tag.defaultProps\n Styled.__emotion_real = Styled\n Styled.__emotion_base = baseTag\n Styled.__emotion_styles = styles\n Styled.__emotion_forwardProp = shouldForwardProp\n\n Object.defineProperty(Styled, 'toString', {\n value() {\n if (targetClassName === undefined && isDevelopment) {\n return 'NO_COMPONENT_SELECTOR'\n }\n return `.${targetClassName}`\n }\n })\n ;(Styled as any).withComponent = (\n nextTag: ElementType,\n nextOptions: StyledOptions\n ) => {\n const newStyled = createStyled(nextTag, {\n ...options,\n ...nextOptions,\n shouldForwardProp: composeShouldForwardProps(Styled, nextOptions, true)\n })\n return (newStyled as any)(...styles)\n }\n\n return Styled\n }\n}\n\nexport default createStyled as CreateStyled\n","/* eslint-disable */\n// Inspired by https://github.com/garycourt/murmurhash-js\n// Ported from https://github.com/aappleby/smhasher/blob/61a0530f28277f2e850bfc39600ce61d02b518de/src/MurmurHash2.cpp#L37-L86\n\nexport default function murmur2(str: string): string {\n // 'm' and 'r' are mixing constants generated offline.\n // They're not really 'magic', they just happen to work well.\n\n // const m = 0x5bd1e995;\n // const r = 24;\n\n // Initialize the hash\n\n var h = 0\n\n // Mix 4 bytes at a time into the hash\n\n var k,\n i = 0,\n len = str.length\n for (; len >= 4; ++i, len -= 4) {\n k =\n (str.charCodeAt(i) & 0xff) |\n ((str.charCodeAt(++i) & 0xff) << 8) |\n ((str.charCodeAt(++i) & 0xff) << 16) |\n ((str.charCodeAt(++i) & 0xff) << 24)\n\n k =\n /* Math.imul(k, m): */\n (k & 0xffff) * 0x5bd1e995 + (((k >>> 16) * 0xe995) << 16)\n k ^= /* k >>> r: */ k >>> 24\n\n h =\n /* Math.imul(k, m): */\n ((k & 0xffff) * 0x5bd1e995 + (((k >>> 16) * 0xe995) << 16)) ^\n /* Math.imul(h, m): */\n ((h & 0xffff) * 0x5bd1e995 + (((h >>> 16) * 0xe995) << 16))\n }\n\n // Handle the last few bytes of the input array\n\n switch (len) {\n case 3:\n h ^= (str.charCodeAt(i + 2) & 0xff) << 16\n case 2:\n h ^= (str.charCodeAt(i + 1) & 0xff) << 8\n case 1:\n h ^= str.charCodeAt(i) & 0xff\n h =\n /* Math.imul(h, m): */\n (h & 0xffff) * 0x5bd1e995 + (((h >>> 16) * 0xe995) << 16)\n }\n\n // Do a few final mixes of the hash to ensure the last few\n // bytes are well-incorporated.\n\n h ^= h >>> 13\n h =\n /* Math.imul(h, m): */\n (h & 0xffff) * 0x5bd1e995 + (((h >>> 16) * 0xe995) << 16)\n\n return ((h ^ (h >>> 15)) >>> 0).toString(36)\n}\n"],"names":["_extends","Object","assign","bind","target","i","arguments","length","source","key","prototype","hasOwnProperty","call","apply","this","unitlessKeys","animationIterationCount","aspectRatio","borderImageOutset","borderImageSlice","borderImageWidth","boxFlex","boxFlexGroup","boxOrdinalGroup","columnCount","columns","flex","flexGrow","flexPositive","flexShrink","flexNegative","flexOrder","gridRow","gridRowEnd","gridRowSpan","gridRowStart","gridColumn","gridColumnEnd","gridColumnSpan","gridColumnStart","msGridRow","msGridRowSpan","msGridColumn","msGridColumnSpan","fontWeight","lineHeight","opacity","order","orphans","scale","tabSize","widows","zIndex","zoom","WebkitLineClamp","fillOpacity","floodOpacity","stopOpacity","strokeDasharray","strokeDashoffset","strokeMiterlimit","strokeOpacity","strokeWidth","memoize","fn","cache","create","arg","undefined","isDevelopment","hyphenateRegex","animationRegex","isCustomProperty","property","charCodeAt","isProcessableValue","value","processStyleName","styleName","replace","toLowerCase","processStyleValue","match","p1","p2","cursor","name","styles","next","unitless","noComponentSelectorMessage","handleInterpolation","mergedProps","registered","interpolation","componentSelector","__emotion_styles","keyframes","anim","serializedStyles","obj","string","Array","isArray","asString","Error","interpolated","createStringFromObject","previousCursor","result","cached","labelPattern","useInsertionEffectAlwaysWithSyncFallback","React","registerStyles","serialized","isStringTag","className","reactPropsRegex","testOmitPropsOnStringTag","prop","test","testOmitPropsOnComponent","getDefaultShouldForwardProp","tag","composeShouldForwardProps","options","isReal","shouldForwardProp","optionsShouldForwardProp","__emotion_forwardProp","propName","Insertion","_ref","inserted","current","insert","sheet","insertStyles","createStyled","identifierName","targetClassName","__emotion_real","baseTag","__emotion_base","label","defaultShouldForwardProp","shouldUseAs","args","slice","push","raw","templateStringsArr","len","Styled","withEmotionCache","props","ref","registeredStyles","classNames","rawClassName","FinalTag","as","classInterpolations","theme","useContext","ThemeContext","split","forEach","stringMode","strings","lastIndex","exec","str","k","h","toString","hashString","serializeStyles","concat","finalShouldForwardProp","newProps","createElement","Fragment","displayName","defaultProps","defineProperty","withComponent","nextTag","nextOptions"],"mappings":"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"}
@@ -1,9 +0,0 @@
1
- {
2
- "main": "dist/emotion-styled-base.cjs.js",
3
- "module": "dist/emotion-styled-base.esm.js",
4
- "umd:main": "dist/emotion-styled-base.umd.min.js",
5
- "types": "dist/emotion-styled-base.cjs.d.ts",
6
- "preconstruct": {
7
- "umdName": "emotionStyledBase"
8
- }
9
- }
@@ -1,4 +0,0 @@
1
- import { CreateStyled } from "./types.js";
2
- export type { ArrayInterpolation, ComponentSelector, CSSObject, FunctionInterpolation, Interpolation } from '@emotion/serialize';
3
- declare const _default: CreateStyled;
4
- export default _default;
@@ -1,15 +0,0 @@
1
- import { Theme } from '@emotion/react';
2
- import { ReactJSXIntrinsicElements } from "./jsx-namespace.js";
3
- import { CreateStyledComponent, CreateStyled as BaseCreateStyled } from "./types.js";
4
- export type { ArrayInterpolation, ComponentSelector, CSSObject, FunctionInterpolation, Interpolation } from '@emotion/serialize';
5
- export type { CreateStyledComponent, FilteringStyledOptions, StyledComponent, StyledOptions } from "./types.js";
6
- export type StyledTags = {
7
- [Tag in keyof ReactJSXIntrinsicElements]: CreateStyledComponent<{
8
- theme?: Theme;
9
- as?: React.ElementType;
10
- }, ReactJSXIntrinsicElements[Tag]>;
11
- };
12
- export interface CreateStyled extends BaseCreateStyled, StyledTags {
13
- }
14
- declare const newStyled: CreateStyled;
15
- export default newStyled;
@@ -1,5 +0,0 @@
1
- import 'react';
2
- type IsPreReact19 = 2 extends Parameters<React.FunctionComponent<any>>['length'] ? true : false;
3
- /** @ts-ignore */
4
- export type ReactJSXIntrinsicElements = true extends IsPreReact19 ? JSX.IntrinsicElements : React.JSX.IntrinsicElements;
5
- export {};
@@ -1,88 +0,0 @@
1
- import { ComponentSelector, Interpolation } from '@emotion/serialize';
2
- import { ReactJSXIntrinsicElements } from "./jsx-namespace.js";
3
- import { PropsOf, Theme } from '@emotion/react';
4
- /** Same as StyledOptions but shouldForwardProp must be a type guard */
5
- export interface FilteringStyledOptions<Props = Record<string, any>, ForwardedProps extends keyof Props & string = keyof Props & string> {
6
- label?: string;
7
- shouldForwardProp?: (propName: string) => propName is ForwardedProps;
8
- target?: string;
9
- }
10
- export interface StyledOptions<Props = Record<string, any>> {
11
- label?: string;
12
- shouldForwardProp?: (propName: string) => boolean;
13
- target?: string;
14
- }
15
- /**
16
- * @typeparam ComponentProps Props which will be included when withComponent is called
17
- * @typeparam SpecificComponentProps Props which will *not* be included when withComponent is called
18
- */
19
- export interface StyledComponent<ComponentProps extends {}, SpecificComponentProps extends {} = {}, JSXProps extends {} = {}> extends React.FC<ComponentProps & SpecificComponentProps & JSXProps>, ComponentSelector {
20
- withComponent<C extends React.ComponentClass<React.ComponentProps<C>>>(component: C): StyledComponent<ComponentProps & PropsOf<C>, {}, {
21
- ref?: React.Ref<InstanceType<C>>;
22
- }>;
23
- withComponent<C extends React.ComponentType<React.ComponentProps<C>>>(component: C): StyledComponent<ComponentProps & PropsOf<C>>;
24
- withComponent<Tag extends keyof ReactJSXIntrinsicElements>(tag: Tag): StyledComponent<ComponentProps, ReactJSXIntrinsicElements[Tag]>;
25
- }
26
- /**
27
- * @typeparam ComponentProps Props which will be included when withComponent is called
28
- * @typeparam SpecificComponentProps Props which will *not* be included when withComponent is called
29
- */
30
- export interface CreateStyledComponent<ComponentProps extends {}, SpecificComponentProps extends {} = {}, JSXProps extends {} = {}> {
31
- (template: TemplateStringsArray, ...styles: Array<Interpolation<ComponentProps & SpecificComponentProps & {
32
- theme: Theme;
33
- }>>): StyledComponent<ComponentProps, SpecificComponentProps, JSXProps>;
34
- /**
35
- * @typeparam AdditionalProps Additional props to add to your styled component
36
- */
37
- <AdditionalProps extends {}>(template: TemplateStringsArray, ...styles: Array<Interpolation<ComponentProps & SpecificComponentProps & AdditionalProps & {
38
- theme: Theme;
39
- }>>): StyledComponent<ComponentProps & AdditionalProps, SpecificComponentProps, JSXProps>;
40
- /**
41
- * @typeparam AdditionalProps Additional props to add to your styled component
42
- */
43
- <AdditionalProps extends {} = {}>(...styles: Array<Interpolation<ComponentProps & SpecificComponentProps & AdditionalProps & {
44
- theme: Theme;
45
- }>>): StyledComponent<ComponentProps & AdditionalProps, SpecificComponentProps, JSXProps>;
46
- }
47
- /**
48
- * @desc
49
- * This function accepts a React component or tag ('div', 'a' etc).
50
- *
51
- * @example styled(MyComponent)({ width: 100 })
52
- * @example styled(MyComponent)(myComponentProps => ({ width: myComponentProps.width })
53
- * @example styled('div')({ width: 100 })
54
- * @example styled('div')<Props>(props => ({ width: props.width })
55
- */
56
- export interface CreateStyled {
57
- <C extends React.ComponentClass<React.ComponentProps<C>>, ForwardedProps extends keyof React.ComponentProps<C> & string = keyof React.ComponentProps<C> & string>(component: C, options: FilteringStyledOptions<React.ComponentProps<C>, ForwardedProps>): CreateStyledComponent<Pick<PropsOf<C>, ForwardedProps> & {
58
- theme?: Theme;
59
- }, {}, {
60
- ref?: React.Ref<InstanceType<C>>;
61
- }>;
62
- <C extends React.ComponentClass<React.ComponentProps<C>>>(component: C, options?: StyledOptions<React.ComponentProps<C>>): CreateStyledComponent<PropsOf<C> & {
63
- theme?: Theme;
64
- }, {}, {
65
- ref?: React.Ref<InstanceType<C>>;
66
- }>;
67
- <C extends React.ComponentType<React.ComponentProps<C>>, ForwardedProps extends keyof React.ComponentProps<C> & string = keyof React.ComponentProps<C> & string>(component: C, options: FilteringStyledOptions<React.ComponentProps<C>, ForwardedProps>): CreateStyledComponent<Pick<PropsOf<C>, ForwardedProps> & {
68
- theme?: Theme;
69
- }>;
70
- <C extends React.ComponentType<React.ComponentProps<C>>>(component: C, options?: StyledOptions<React.ComponentProps<C>>): CreateStyledComponent<PropsOf<C> & {
71
- theme?: Theme;
72
- }>;
73
- <Tag extends keyof ReactJSXIntrinsicElements, ForwardedProps extends keyof ReactJSXIntrinsicElements[Tag] & string = keyof ReactJSXIntrinsicElements[Tag] & string>(tag: Tag, options: FilteringStyledOptions<ReactJSXIntrinsicElements[Tag], ForwardedProps>): CreateStyledComponent<{
74
- theme?: Theme;
75
- as?: React.ElementType;
76
- }, Pick<ReactJSXIntrinsicElements[Tag], ForwardedProps>>;
77
- <Tag extends keyof ReactJSXIntrinsicElements>(tag: Tag, options?: StyledOptions<ReactJSXIntrinsicElements[Tag]>): CreateStyledComponent<{
78
- theme?: Theme;
79
- as?: React.ElementType;
80
- }, ReactJSXIntrinsicElements[Tag]>;
81
- }
82
- export type ElementType = React.ElementType & {
83
- defaultProps?: Partial<any>;
84
- __emotion_real?: ElementType;
85
- __emotion_base?: ElementType;
86
- __emotion_styles?: Interpolation<Theme>[];
87
- __emotion_forwardProp?: (propName: string) => boolean;
88
- };
@@ -1 +0,0 @@
1
- exports._default = require("./emotion-styled.browser.cjs.js").default;