@dotss/ui 0.0.7 → 0.0.10

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 (1963) hide show
  1. package/{dist/Autocomplete → Autocomplete}/Autocomplete.es.js +4 -2
  2. package/{dist/Button → Button}/Button.es.js +4 -2
  3. package/{dist/ChainPicker → ChainPicker}/ChainPicker.es.js +4 -2
  4. package/{dist/DatePicker → DatePicker}/DatePicker.es.js +8 -4
  5. package/{dist/Select → Select}/Select.es.js +4 -2
  6. package/{dist/Slider → Slider}/Slider.es.js +2 -1
  7. package/{dist/Tab → Tab}/Tab.es.js +4 -2
  8. package/{dist/TextField → TextField}/TextField.es.js +2 -1
  9. package/package.json +4 -14
  10. package/{dist/utils → utils}/getSibling/getSibling.es.js +2 -1
  11. package/.storybook/main.ts +0 -21
  12. package/.storybook/manager-head.html +0 -6
  13. package/.storybook/manager.ts +0 -11
  14. package/.storybook/preview-head.html +0 -16
  15. package/.storybook/preview.tsx +0 -56
  16. package/.turbo/turbo-build.log +0 -510
  17. package/CHANGELOG.md +0 -9
  18. package/components/Accordion/Accordion.stories.tsx +0 -131
  19. package/components/Accordion/Accordion.styles.ts +0 -70
  20. package/components/Accordion/Accordion.tsx +0 -132
  21. package/components/Accordion/index.ts +0 -3
  22. package/components/Autocomplete/Autocomplete.stories.tsx +0 -317
  23. package/components/Autocomplete/Autocomplete.styles.ts +0 -5
  24. package/components/Autocomplete/Autocomplete.tsx +0 -217
  25. package/components/Autocomplete/index.ts +0 -3
  26. package/components/Backdrop/Backdrop.stories.tsx +0 -84
  27. package/components/Backdrop/Backdrop.styles.ts +0 -69
  28. package/components/Backdrop/Backdrop.tsx +0 -140
  29. package/components/Backdrop/index.ts +0 -3
  30. package/components/Badge/Badge.stories.tsx +0 -66
  31. package/components/Badge/Badge.styles.ts +0 -75
  32. package/components/Badge/Badge.tsx +0 -67
  33. package/components/Badge/index.ts +0 -3
  34. package/components/BottomSheet/BottomSheet.stories.tsx +0 -498
  35. package/components/BottomSheet/BottomSheet.styles.ts +0 -58
  36. package/components/BottomSheet/BottomSheet.tsx +0 -186
  37. package/components/BottomSheet/BottomSheetAction/BottomSheetAction.styles.ts +0 -21
  38. package/components/BottomSheet/BottomSheetAction/BottomSheetAction.tsx +0 -28
  39. package/components/BottomSheet/BottomSheetAction/index.ts +0 -3
  40. package/components/BottomSheet/BottomSheetContent/BottomSheetContent.styles.ts +0 -17
  41. package/components/BottomSheet/BottomSheetContent/BottomSheetContent.tsx +0 -28
  42. package/components/BottomSheet/BottomSheetContent/index.ts +0 -3
  43. package/components/BottomSheet/BottomSheetText/BottomSheetText.styles.ts +0 -33
  44. package/components/BottomSheet/BottomSheetText/BottomSheetText.tsx +0 -27
  45. package/components/BottomSheet/BottomSheetText/index.ts +0 -3
  46. package/components/BottomSheet/BottomSheetTitle/BottomSheetTitle.styles.ts +0 -53
  47. package/components/BottomSheet/BottomSheetTitle/BottomSheetTitle.tsx +0 -36
  48. package/components/BottomSheet/BottomSheetTitle/index.ts +0 -3
  49. package/components/BottomSheet/index.ts +0 -8
  50. package/components/Box/Box.stories.tsx +0 -39
  51. package/components/Box/Box.styles.ts +0 -59
  52. package/components/Box/Box.tsx +0 -35
  53. package/components/Box/index.ts +0 -3
  54. package/components/Button/Button.stories.tsx +0 -136
  55. package/components/Button/Button.styles.ts +0 -420
  56. package/components/Button/Button.test.tsx +0 -68
  57. package/components/Button/Button.tsx +0 -82
  58. package/components/Button/index.ts +0 -3
  59. package/components/Card/Card.stories.tsx +0 -87
  60. package/components/Card/Card.styles.ts +0 -146
  61. package/components/Card/Card.tsx +0 -54
  62. package/components/Card/index.ts +0 -3
  63. package/components/ChainPicker/ChainPicker.stories.tsx +0 -120
  64. package/components/ChainPicker/ChainPicker.styles.ts +0 -88
  65. package/components/ChainPicker/ChainPicker.tsx +0 -211
  66. package/components/ChainPicker/index.ts +0 -5
  67. package/components/Checkbox/Checkbox.stories.tsx +0 -52
  68. package/components/Checkbox/Checkbox.styles.tsx +0 -83
  69. package/components/Checkbox/Checkbox.tsx +0 -27
  70. package/components/Checkbox/index.ts +0 -3
  71. package/components/Chip/Chip.stories.tsx +0 -88
  72. package/components/Chip/Chip.styles.ts +0 -101
  73. package/components/Chip/Chip.tsx +0 -58
  74. package/components/Chip/index.ts +0 -3
  75. package/components/CircularProgressIndicator/CircularProgressIndicator.stories.tsx +0 -61
  76. package/components/CircularProgressIndicator/CircularProgressIndicator.styles.ts +0 -78
  77. package/components/CircularProgressIndicator/CircularProgressIndicator.tsx +0 -53
  78. package/components/CircularProgressIndicator/index.tsx +0 -3
  79. package/components/ClickAwayListener/ClickAwayListener.tsx +0 -35
  80. package/components/ClickAwayListener/index.ts +0 -3
  81. package/components/DatePicker/DatePicker.stories.tsx +0 -454
  82. package/components/DatePicker/DatePicker.styles.ts +0 -301
  83. package/components/DatePicker/DatePicker.tsx +0 -780
  84. package/components/DatePicker/index.ts +0 -6
  85. package/components/Dialog/Dialog.stories.tsx +0 -579
  86. package/components/Dialog/Dialog.styles.ts +0 -50
  87. package/components/Dialog/Dialog.tsx +0 -154
  88. package/components/Dialog/DialogAction/DialogAction.styles.ts +0 -14
  89. package/components/Dialog/DialogAction/DialogAction.tsx +0 -19
  90. package/components/Dialog/DialogAction/index.ts +0 -3
  91. package/components/Dialog/DialogContent/DialogContent.styles.ts +0 -10
  92. package/components/Dialog/DialogContent/DialogContent.tsx +0 -19
  93. package/components/Dialog/DialogContent/index.ts +0 -3
  94. package/components/Dialog/DialogText/DialogText.styles.ts +0 -33
  95. package/components/Dialog/DialogText/DialogText.tsx +0 -33
  96. package/components/Dialog/DialogText/index.ts +0 -3
  97. package/components/Dialog/DialogTitle/DialogTitle.styles.ts +0 -65
  98. package/components/Dialog/DialogTitle/DialogTitle.tsx +0 -34
  99. package/components/Dialog/DialogTitle/index.ts +0 -3
  100. package/components/Dialog/index.ts +0 -8
  101. package/components/Flexbox/Flexbox.stories.tsx +0 -117
  102. package/components/Flexbox/Flexbox.styles.ts +0 -80
  103. package/components/Flexbox/Flexbox.tsx +0 -47
  104. package/components/Flexbox/index.ts +0 -3
  105. package/components/FocusBoundary/FocusBoundary.tsx +0 -117
  106. package/components/FocusBoundary/index.ts +0 -3
  107. package/components/FormControlText/FormControlText.stories.tsx +0 -90
  108. package/components/FormControlText/FormControlText.styles.ts +0 -52
  109. package/components/FormControlText/FormControlText.tsx +0 -77
  110. package/components/FormControlText/index.tsx +0 -3
  111. package/components/Icon/Icon.stories.tsx +0 -51
  112. package/components/Icon/Icon.styles.ts +0 -51
  113. package/components/Icon/Icon.tsx +0 -81
  114. package/components/Icon/index.ts +0 -3
  115. package/components/IconButton/IconButton.stories.tsx +0 -45
  116. package/components/IconButton/IconButton.styles.ts +0 -354
  117. package/components/IconButton/IconButton.tsx +0 -54
  118. package/components/IconButton/index.ts +0 -3
  119. package/components/Label/Label.stories.tsx +0 -87
  120. package/components/Label/Label.styles.ts +0 -339
  121. package/components/Label/Label.tsx +0 -64
  122. package/components/Label/index.ts +0 -3
  123. package/components/LineProgressIndicator/LineProgressIndicator.stories.tsx +0 -80
  124. package/components/LineProgressIndicator/LineProgressIndicator.styles.ts +0 -62
  125. package/components/LineProgressIndicator/LineProgressIndicator.tsx +0 -40
  126. package/components/LineProgressIndicator/index.ts +0 -3
  127. package/components/Menu/Menu.stories.tsx +0 -743
  128. package/components/Menu/Menu.styles.ts +0 -67
  129. package/components/Menu/Menu.tsx +0 -261
  130. package/components/Menu/MenuBlock/MenuBlock.styles.ts +0 -118
  131. package/components/Menu/MenuBlock/MenuBlock.tsx +0 -72
  132. package/components/Menu/MenuBlock/index.ts +0 -3
  133. package/components/Menu/index.ts +0 -5
  134. package/components/NumberKeypad/NumberKeypad.stories.tsx +0 -113
  135. package/components/NumberKeypad/NumberKeypad.styles.ts +0 -14
  136. package/components/NumberKeypad/NumberKeypad.tsx +0 -57
  137. package/components/NumberKeypad/NumberKeypadBlock/NumberKeypadBlock.styles.ts +0 -114
  138. package/components/NumberKeypad/NumberKeypadBlock/NumberKeypadBlock.tsx +0 -30
  139. package/components/NumberKeypad/NumberKeypadBlock/index.ts +0 -3
  140. package/components/NumberKeypad/index.ts +0 -5
  141. package/components/PageControl/PageControl.stories.tsx +0 -39
  142. package/components/PageControl/PageControl.styles.ts +0 -41
  143. package/components/PageControl/PageControl.tsx +0 -42
  144. package/components/PageControl/index.ts +0 -3
  145. package/components/Radio/Radio.stories.tsx +0 -52
  146. package/components/Radio/Radio.styles.tsx +0 -78
  147. package/components/Radio/Radio.tsx +0 -27
  148. package/components/Radio/index.ts +0 -3
  149. package/components/SegmentedButton/SegmentedButton.stories.tsx +0 -216
  150. package/components/SegmentedButton/SegmentedButton.styles.ts +0 -21
  151. package/components/SegmentedButton/SegmentedButton.tsx +0 -76
  152. package/components/SegmentedButton/SegmentedButtonBlock/SegmentedButtonBlock.styles.ts +0 -179
  153. package/components/SegmentedButton/SegmentedButtonBlock/SegmentedButtonBlock.tsx +0 -71
  154. package/components/SegmentedButton/SegmentedButtonBlock/index.ts +0 -3
  155. package/components/SegmentedButton/index.ts +0 -5
  156. package/components/Select/Option/Option.styles.ts +0 -115
  157. package/components/Select/Option/Option.tsx +0 -66
  158. package/components/Select/Option/index.ts +0 -3
  159. package/components/Select/Select.stories.tsx +0 -273
  160. package/components/Select/Select.styles.ts +0 -159
  161. package/components/Select/Select.tsx +0 -310
  162. package/components/Select/index.ts +0 -5
  163. package/components/Skeleton/Skeleton.stories.tsx +0 -54
  164. package/components/Skeleton/Skeleton.styles.ts +0 -100
  165. package/components/Skeleton/Skeleton.tsx +0 -41
  166. package/components/Skeleton/index.ts +0 -3
  167. package/components/Slider/Slider.stories.tsx +0 -116
  168. package/components/Slider/Slider.styles.ts +0 -66
  169. package/components/Slider/Slider.tsx +0 -179
  170. package/components/Slider/index.ts +0 -3
  171. package/components/Snackbar/Snackbar.stories.tsx +0 -374
  172. package/components/Snackbar/Snackbar.styles.ts +0 -138
  173. package/components/Snackbar/Snackbar.tsx +0 -248
  174. package/components/Snackbar/index.ts +0 -3
  175. package/components/Switch/Switch.stories.tsx +0 -52
  176. package/components/Switch/Switch.styles.ts +0 -103
  177. package/components/Switch/Switch.tsx +0 -56
  178. package/components/Switch/index.ts +0 -3
  179. package/components/Tab/Tab.stories.tsx +0 -240
  180. package/components/Tab/Tab.styles.ts +0 -48
  181. package/components/Tab/Tab.tsx +0 -316
  182. package/components/Tab/TabBlock/TabBlock.styles.ts +0 -53
  183. package/components/Tab/TabBlock/TabBlock.tsx +0 -67
  184. package/components/Tab/TabBlock/index.ts +0 -3
  185. package/components/Tab/index.ts +0 -4
  186. package/components/TextArea/TextArea.stories.tsx +0 -102
  187. package/components/TextArea/TextArea.styles.ts +0 -186
  188. package/components/TextArea/TextArea.tsx +0 -130
  189. package/components/TextArea/index.ts +0 -3
  190. package/components/TextField/TextField.stories.tsx +0 -107
  191. package/components/TextField/TextField.styles.ts +0 -260
  192. package/components/TextField/TextField.test.tsx +0 -43
  193. package/components/TextField/TextField.tsx +0 -137
  194. package/components/TextField/index.ts +0 -3
  195. package/components/Tooltip/Tooltip.stories.tsx +0 -162
  196. package/components/Tooltip/Tooltip.styles.ts +0 -278
  197. package/components/Tooltip/Tooltip.tsx +0 -127
  198. package/components/Tooltip/index.ts +0 -3
  199. package/components/Typography/Typography.stories.tsx +0 -161
  200. package/components/Typography/Typography.styles.ts +0 -63
  201. package/components/Typography/Typography.tsx +0 -66
  202. package/components/Typography/index.ts +0 -3
  203. package/components/index.ts +0 -43
  204. package/core/GlobalStyle.tsx +0 -72
  205. package/core/ThemeContext.ts +0 -10
  206. package/core/ThemeProvider.tsx +0 -34
  207. package/core/useTheme.ts +0 -11
  208. package/deploy/deploy.env +0 -1
  209. package/deploy/deploy.sh +0 -102
  210. package/deploy/release_body.md +0 -3
  211. package/eslint.config.mjs +0 -10
  212. package/global.d.ts +0 -1
  213. package/hooks/index.ts +0 -1
  214. package/hooks/useCheckHoverPossible/useCheckHoverPossible.ts +0 -20
  215. package/index.ts +0 -1
  216. package/node_modules/@chromatic-com/storybook/LICENSE +0 -21
  217. package/node_modules/@chromatic-com/storybook/README.md +0 -61
  218. package/node_modules/@chromatic-com/storybook/dist/index.js +0 -5
  219. package/node_modules/@chromatic-com/storybook/dist/index.mjs +0 -3
  220. package/node_modules/@chromatic-com/storybook/dist/manager.mjs +0 -369
  221. package/node_modules/@chromatic-com/storybook/dist/preset.js +0 -679
  222. package/node_modules/@chromatic-com/storybook/package.json +0 -170
  223. package/node_modules/@chromatic-com/storybook/preset.js +0 -1
  224. package/node_modules/@chromatic-com/storybook/types.d.ts +0 -4
  225. package/node_modules/@emotion/react/LICENSE +0 -21
  226. package/node_modules/@emotion/react/README.md +0 -48
  227. package/node_modules/@emotion/react/_isolated-hnrs/dist/emotion-react-_isolated-hnrs.browser.cjs.default.js +0 -1
  228. package/node_modules/@emotion/react/_isolated-hnrs/dist/emotion-react-_isolated-hnrs.browser.cjs.js +0 -19
  229. package/node_modules/@emotion/react/_isolated-hnrs/dist/emotion-react-_isolated-hnrs.browser.cjs.mjs +0 -2
  230. package/node_modules/@emotion/react/_isolated-hnrs/dist/emotion-react-_isolated-hnrs.browser.development.cjs.default.js +0 -1
  231. package/node_modules/@emotion/react/_isolated-hnrs/dist/emotion-react-_isolated-hnrs.browser.development.cjs.js +0 -19
  232. package/node_modules/@emotion/react/_isolated-hnrs/dist/emotion-react-_isolated-hnrs.browser.development.cjs.mjs +0 -2
  233. package/node_modules/@emotion/react/_isolated-hnrs/dist/emotion-react-_isolated-hnrs.browser.development.esm.js +0 -11
  234. package/node_modules/@emotion/react/_isolated-hnrs/dist/emotion-react-_isolated-hnrs.browser.esm.js +0 -11
  235. package/node_modules/@emotion/react/_isolated-hnrs/dist/emotion-react-_isolated-hnrs.cjs.d.mts +0 -3
  236. package/node_modules/@emotion/react/_isolated-hnrs/dist/emotion-react-_isolated-hnrs.cjs.d.ts +0 -3
  237. package/node_modules/@emotion/react/_isolated-hnrs/dist/emotion-react-_isolated-hnrs.cjs.default.d.ts +0 -1
  238. package/node_modules/@emotion/react/_isolated-hnrs/dist/emotion-react-_isolated-hnrs.cjs.default.js +0 -1
  239. package/node_modules/@emotion/react/_isolated-hnrs/dist/emotion-react-_isolated-hnrs.cjs.js +0 -19
  240. package/node_modules/@emotion/react/_isolated-hnrs/dist/emotion-react-_isolated-hnrs.cjs.mjs +0 -2
  241. package/node_modules/@emotion/react/_isolated-hnrs/dist/emotion-react-_isolated-hnrs.development.cjs.default.js +0 -1
  242. package/node_modules/@emotion/react/_isolated-hnrs/dist/emotion-react-_isolated-hnrs.development.cjs.js +0 -19
  243. package/node_modules/@emotion/react/_isolated-hnrs/dist/emotion-react-_isolated-hnrs.development.cjs.mjs +0 -2
  244. package/node_modules/@emotion/react/_isolated-hnrs/dist/emotion-react-_isolated-hnrs.development.edge-light.cjs.default.js +0 -1
  245. package/node_modules/@emotion/react/_isolated-hnrs/dist/emotion-react-_isolated-hnrs.development.edge-light.cjs.js +0 -19
  246. package/node_modules/@emotion/react/_isolated-hnrs/dist/emotion-react-_isolated-hnrs.development.edge-light.cjs.mjs +0 -2
  247. package/node_modules/@emotion/react/_isolated-hnrs/dist/emotion-react-_isolated-hnrs.development.edge-light.esm.js +0 -11
  248. package/node_modules/@emotion/react/_isolated-hnrs/dist/emotion-react-_isolated-hnrs.development.esm.js +0 -11
  249. package/node_modules/@emotion/react/_isolated-hnrs/dist/emotion-react-_isolated-hnrs.edge-light.cjs.default.js +0 -1
  250. package/node_modules/@emotion/react/_isolated-hnrs/dist/emotion-react-_isolated-hnrs.edge-light.cjs.js +0 -19
  251. package/node_modules/@emotion/react/_isolated-hnrs/dist/emotion-react-_isolated-hnrs.edge-light.cjs.mjs +0 -2
  252. package/node_modules/@emotion/react/_isolated-hnrs/dist/emotion-react-_isolated-hnrs.edge-light.esm.js +0 -11
  253. package/node_modules/@emotion/react/_isolated-hnrs/dist/emotion-react-_isolated-hnrs.esm.js +0 -11
  254. package/node_modules/@emotion/react/_isolated-hnrs/dist/emotion-react-_isolated-hnrs.umd.min.js +0 -2
  255. package/node_modules/@emotion/react/_isolated-hnrs/dist/emotion-react-_isolated-hnrs.umd.min.js.map +0 -1
  256. package/node_modules/@emotion/react/_isolated-hnrs/package.json +0 -10
  257. package/node_modules/@emotion/react/dist/declarations/src/_isolated-hnrs.d.ts +0 -3
  258. package/node_modules/@emotion/react/dist/declarations/src/class-names.d.ts +0 -18
  259. package/node_modules/@emotion/react/dist/declarations/src/context.d.ts +0 -6
  260. package/node_modules/@emotion/react/dist/declarations/src/css.d.ts +0 -5
  261. package/node_modules/@emotion/react/dist/declarations/src/global.d.ts +0 -7
  262. package/node_modules/@emotion/react/dist/declarations/src/index.d.ts +0 -14
  263. package/node_modules/@emotion/react/dist/declarations/src/jsx-dev-runtime.d.ts +0 -6
  264. package/node_modules/@emotion/react/dist/declarations/src/jsx-namespace.d.ts +0 -64
  265. package/node_modules/@emotion/react/dist/declarations/src/jsx-runtime.d.ts +0 -7
  266. package/node_modules/@emotion/react/dist/declarations/src/jsx.d.ts +0 -22
  267. package/node_modules/@emotion/react/dist/declarations/src/keyframes.d.ts +0 -10
  268. package/node_modules/@emotion/react/dist/declarations/src/theming.d.ts +0 -28
  269. package/node_modules/@emotion/react/dist/declarations/src/types.d.ts +0 -7
  270. package/node_modules/@emotion/react/dist/emotion-element-010f37fa.development.edge-light.cjs.js +0 -313
  271. package/node_modules/@emotion/react/dist/emotion-element-25f9958c.browser.cjs.js +0 -191
  272. package/node_modules/@emotion/react/dist/emotion-element-4787f564.browser.development.cjs.js +0 -274
  273. package/node_modules/@emotion/react/dist/emotion-element-489459f2.browser.development.esm.js +0 -240
  274. package/node_modules/@emotion/react/dist/emotion-element-516430c7.development.edge-light.esm.js +0 -280
  275. package/node_modules/@emotion/react/dist/emotion-element-782f682d.development.esm.js +0 -282
  276. package/node_modules/@emotion/react/dist/emotion-element-8113875a.edge-light.esm.js +0 -196
  277. package/node_modules/@emotion/react/dist/emotion-element-a1829a1e.cjs.js +0 -233
  278. package/node_modules/@emotion/react/dist/emotion-element-af3dc15b.edge-light.cjs.js +0 -230
  279. package/node_modules/@emotion/react/dist/emotion-element-d59e098f.esm.js +0 -198
  280. package/node_modules/@emotion/react/dist/emotion-element-e8f4cc37.development.cjs.js +0 -316
  281. package/node_modules/@emotion/react/dist/emotion-element-f0de968e.browser.esm.js +0 -156
  282. package/node_modules/@emotion/react/dist/emotion-react.browser.cjs.js +0 -279
  283. package/node_modules/@emotion/react/dist/emotion-react.browser.cjs.mjs +0 -15
  284. package/node_modules/@emotion/react/dist/emotion-react.browser.development.cjs.js +0 -639
  285. package/node_modules/@emotion/react/dist/emotion-react.browser.development.cjs.mjs +0 -15
  286. package/node_modules/@emotion/react/dist/emotion-react.browser.development.esm.js +0 -605
  287. package/node_modules/@emotion/react/dist/emotion-react.browser.esm.js +0 -245
  288. package/node_modules/@emotion/react/dist/emotion-react.cjs.d.mts +0 -2
  289. package/node_modules/@emotion/react/dist/emotion-react.cjs.d.ts +0 -2
  290. package/node_modules/@emotion/react/dist/emotion-react.cjs.js +0 -329
  291. package/node_modules/@emotion/react/dist/emotion-react.cjs.mjs +0 -15
  292. package/node_modules/@emotion/react/dist/emotion-react.development.cjs.js +0 -689
  293. package/node_modules/@emotion/react/dist/emotion-react.development.cjs.mjs +0 -15
  294. package/node_modules/@emotion/react/dist/emotion-react.development.edge-light.cjs.js +0 -630
  295. package/node_modules/@emotion/react/dist/emotion-react.development.edge-light.cjs.mjs +0 -15
  296. package/node_modules/@emotion/react/dist/emotion-react.development.edge-light.esm.js +0 -593
  297. package/node_modules/@emotion/react/dist/emotion-react.development.esm.js +0 -652
  298. package/node_modules/@emotion/react/dist/emotion-react.edge-light.cjs.js +0 -270
  299. package/node_modules/@emotion/react/dist/emotion-react.edge-light.cjs.mjs +0 -15
  300. package/node_modules/@emotion/react/dist/emotion-react.edge-light.esm.js +0 -233
  301. package/node_modules/@emotion/react/dist/emotion-react.esm.js +0 -292
  302. package/node_modules/@emotion/react/dist/emotion-react.umd.min.js +0 -2
  303. package/node_modules/@emotion/react/dist/emotion-react.umd.min.js.map +0 -1
  304. package/node_modules/@emotion/react/jsx-dev-runtime/dist/emotion-react-jsx-dev-runtime.browser.cjs.js +0 -47
  305. package/node_modules/@emotion/react/jsx-dev-runtime/dist/emotion-react-jsx-dev-runtime.browser.cjs.mjs +0 -4
  306. package/node_modules/@emotion/react/jsx-dev-runtime/dist/emotion-react-jsx-dev-runtime.browser.development.cjs.js +0 -47
  307. package/node_modules/@emotion/react/jsx-dev-runtime/dist/emotion-react-jsx-dev-runtime.browser.development.cjs.mjs +0 -4
  308. package/node_modules/@emotion/react/jsx-dev-runtime/dist/emotion-react-jsx-dev-runtime.browser.development.esm.js +0 -22
  309. package/node_modules/@emotion/react/jsx-dev-runtime/dist/emotion-react-jsx-dev-runtime.browser.esm.js +0 -22
  310. package/node_modules/@emotion/react/jsx-dev-runtime/dist/emotion-react-jsx-dev-runtime.cjs.d.mts +0 -2
  311. package/node_modules/@emotion/react/jsx-dev-runtime/dist/emotion-react-jsx-dev-runtime.cjs.d.ts +0 -2
  312. package/node_modules/@emotion/react/jsx-dev-runtime/dist/emotion-react-jsx-dev-runtime.cjs.js +0 -47
  313. package/node_modules/@emotion/react/jsx-dev-runtime/dist/emotion-react-jsx-dev-runtime.cjs.mjs +0 -4
  314. package/node_modules/@emotion/react/jsx-dev-runtime/dist/emotion-react-jsx-dev-runtime.development.cjs.js +0 -47
  315. package/node_modules/@emotion/react/jsx-dev-runtime/dist/emotion-react-jsx-dev-runtime.development.cjs.mjs +0 -4
  316. package/node_modules/@emotion/react/jsx-dev-runtime/dist/emotion-react-jsx-dev-runtime.development.edge-light.cjs.js +0 -47
  317. package/node_modules/@emotion/react/jsx-dev-runtime/dist/emotion-react-jsx-dev-runtime.development.edge-light.cjs.mjs +0 -4
  318. package/node_modules/@emotion/react/jsx-dev-runtime/dist/emotion-react-jsx-dev-runtime.development.edge-light.esm.js +0 -22
  319. package/node_modules/@emotion/react/jsx-dev-runtime/dist/emotion-react-jsx-dev-runtime.development.esm.js +0 -22
  320. package/node_modules/@emotion/react/jsx-dev-runtime/dist/emotion-react-jsx-dev-runtime.edge-light.cjs.js +0 -47
  321. package/node_modules/@emotion/react/jsx-dev-runtime/dist/emotion-react-jsx-dev-runtime.edge-light.cjs.mjs +0 -4
  322. package/node_modules/@emotion/react/jsx-dev-runtime/dist/emotion-react-jsx-dev-runtime.edge-light.esm.js +0 -22
  323. package/node_modules/@emotion/react/jsx-dev-runtime/dist/emotion-react-jsx-dev-runtime.esm.js +0 -22
  324. package/node_modules/@emotion/react/jsx-dev-runtime/dist/emotion-react-jsx-dev-runtime.umd.min.js +0 -2
  325. package/node_modules/@emotion/react/jsx-dev-runtime/dist/emotion-react-jsx-dev-runtime.umd.min.js.map +0 -1
  326. package/node_modules/@emotion/react/jsx-dev-runtime/package.json +0 -10
  327. package/node_modules/@emotion/react/jsx-runtime/dist/emotion-react-jsx-runtime.browser.cjs.js +0 -55
  328. package/node_modules/@emotion/react/jsx-runtime/dist/emotion-react-jsx-runtime.browser.cjs.mjs +0 -5
  329. package/node_modules/@emotion/react/jsx-runtime/dist/emotion-react-jsx-runtime.browser.development.cjs.js +0 -55
  330. package/node_modules/@emotion/react/jsx-runtime/dist/emotion-react-jsx-runtime.browser.development.cjs.mjs +0 -5
  331. package/node_modules/@emotion/react/jsx-runtime/dist/emotion-react-jsx-runtime.browser.development.esm.js +0 -29
  332. package/node_modules/@emotion/react/jsx-runtime/dist/emotion-react-jsx-runtime.browser.esm.js +0 -29
  333. package/node_modules/@emotion/react/jsx-runtime/dist/emotion-react-jsx-runtime.cjs.d.mts +0 -2
  334. package/node_modules/@emotion/react/jsx-runtime/dist/emotion-react-jsx-runtime.cjs.d.ts +0 -2
  335. package/node_modules/@emotion/react/jsx-runtime/dist/emotion-react-jsx-runtime.cjs.js +0 -55
  336. package/node_modules/@emotion/react/jsx-runtime/dist/emotion-react-jsx-runtime.cjs.mjs +0 -5
  337. package/node_modules/@emotion/react/jsx-runtime/dist/emotion-react-jsx-runtime.development.cjs.js +0 -55
  338. package/node_modules/@emotion/react/jsx-runtime/dist/emotion-react-jsx-runtime.development.cjs.mjs +0 -5
  339. package/node_modules/@emotion/react/jsx-runtime/dist/emotion-react-jsx-runtime.development.edge-light.cjs.js +0 -55
  340. package/node_modules/@emotion/react/jsx-runtime/dist/emotion-react-jsx-runtime.development.edge-light.cjs.mjs +0 -5
  341. package/node_modules/@emotion/react/jsx-runtime/dist/emotion-react-jsx-runtime.development.edge-light.esm.js +0 -29
  342. package/node_modules/@emotion/react/jsx-runtime/dist/emotion-react-jsx-runtime.development.esm.js +0 -29
  343. package/node_modules/@emotion/react/jsx-runtime/dist/emotion-react-jsx-runtime.edge-light.cjs.js +0 -55
  344. package/node_modules/@emotion/react/jsx-runtime/dist/emotion-react-jsx-runtime.edge-light.cjs.mjs +0 -5
  345. package/node_modules/@emotion/react/jsx-runtime/dist/emotion-react-jsx-runtime.edge-light.esm.js +0 -29
  346. package/node_modules/@emotion/react/jsx-runtime/dist/emotion-react-jsx-runtime.esm.js +0 -29
  347. package/node_modules/@emotion/react/jsx-runtime/dist/emotion-react-jsx-runtime.umd.min.js +0 -2
  348. package/node_modules/@emotion/react/jsx-runtime/dist/emotion-react-jsx-runtime.umd.min.js.map +0 -1
  349. package/node_modules/@emotion/react/jsx-runtime/package.json +0 -10
  350. package/node_modules/@emotion/react/macro.d.mts +0 -1
  351. package/node_modules/@emotion/react/macro.d.ts +0 -1
  352. package/node_modules/@emotion/react/macro.js +0 -1
  353. package/node_modules/@emotion/react/package.json +0 -318
  354. package/node_modules/@emotion/react/src/_isolated-hnrs.ts +0 -15
  355. package/node_modules/@emotion/react/src/class-names.tsx +0 -180
  356. package/node_modules/@emotion/react/src/conditions/false.ts +0 -1
  357. package/node_modules/@emotion/react/src/conditions/is-browser.ts +0 -1
  358. package/node_modules/@emotion/react/src/conditions/true.ts +0 -1
  359. package/node_modules/@emotion/react/src/context.tsx +0 -72
  360. package/node_modules/@emotion/react/src/css.ts +0 -14
  361. package/node_modules/@emotion/react/src/emotion-element.tsx +0 -193
  362. package/node_modules/@emotion/react/src/get-label-from-stack-trace.ts +0 -55
  363. package/node_modules/@emotion/react/src/global.tsx +0 -147
  364. package/node_modules/@emotion/react/src/index.ts +0 -63
  365. package/node_modules/@emotion/react/src/jsx-dev-runtime.ts +0 -37
  366. package/node_modules/@emotion/react/src/jsx-namespace.ts +0 -107
  367. package/node_modules/@emotion/react/src/jsx-runtime.ts +0 -32
  368. package/node_modules/@emotion/react/src/jsx.ts +0 -45
  369. package/node_modules/@emotion/react/src/keyframes.ts +0 -27
  370. package/node_modules/@emotion/react/src/theming.tsx +0 -105
  371. package/node_modules/@emotion/react/src/types.ts +0 -14
  372. package/node_modules/@emotion/react/src/utils.ts +0 -1
  373. package/node_modules/@emotion/react/types/css-prop.d.ts +0 -9
  374. package/node_modules/@emotion/serialize/LICENSE +0 -21
  375. package/node_modules/@emotion/serialize/dist/declarations/src/index.d.ts +0 -35
  376. package/node_modules/@emotion/serialize/dist/emotion-serialize.cjs.d.mts +0 -2
  377. package/node_modules/@emotion/serialize/dist/emotion-serialize.cjs.d.ts +0 -2
  378. package/node_modules/@emotion/serialize/dist/emotion-serialize.cjs.js +0 -246
  379. package/node_modules/@emotion/serialize/dist/emotion-serialize.cjs.mjs +0 -3
  380. package/node_modules/@emotion/serialize/dist/emotion-serialize.development.cjs.js +0 -314
  381. package/node_modules/@emotion/serialize/dist/emotion-serialize.development.cjs.mjs +0 -3
  382. package/node_modules/@emotion/serialize/dist/emotion-serialize.development.esm.js +0 -304
  383. package/node_modules/@emotion/serialize/dist/emotion-serialize.esm.js +0 -236
  384. package/node_modules/@emotion/serialize/package.json +0 -54
  385. package/node_modules/@emotion/serialize/src/conditions/false.ts +0 -1
  386. package/node_modules/@emotion/serialize/src/conditions/true.ts +0 -1
  387. package/node_modules/@emotion/serialize/src/index.ts +0 -451
  388. package/node_modules/@emotion/styled/LICENSE +0 -21
  389. package/node_modules/@emotion/styled/README.md +0 -31
  390. package/node_modules/@emotion/styled/base/dist/emotion-styled-base.browser.cjs.default.js +0 -1
  391. package/node_modules/@emotion/styled/base/dist/emotion-styled-base.browser.cjs.js +0 -198
  392. package/node_modules/@emotion/styled/base/dist/emotion-styled-base.browser.cjs.mjs +0 -2
  393. package/node_modules/@emotion/styled/base/dist/emotion-styled-base.browser.development.cjs.default.js +0 -1
  394. package/node_modules/@emotion/styled/base/dist/emotion-styled-base.browser.development.cjs.js +0 -212
  395. package/node_modules/@emotion/styled/base/dist/emotion-styled-base.browser.development.cjs.mjs +0 -2
  396. package/node_modules/@emotion/styled/base/dist/emotion-styled-base.browser.development.esm.js +0 -185
  397. package/node_modules/@emotion/styled/base/dist/emotion-styled-base.browser.esm.js +0 -171
  398. package/node_modules/@emotion/styled/base/dist/emotion-styled-base.cjs.d.mts +0 -3
  399. package/node_modules/@emotion/styled/base/dist/emotion-styled-base.cjs.d.ts +0 -3
  400. package/node_modules/@emotion/styled/base/dist/emotion-styled-base.cjs.default.d.ts +0 -1
  401. package/node_modules/@emotion/styled/base/dist/emotion-styled-base.cjs.default.js +0 -1
  402. package/node_modules/@emotion/styled/base/dist/emotion-styled-base.cjs.js +0 -216
  403. package/node_modules/@emotion/styled/base/dist/emotion-styled-base.cjs.mjs +0 -2
  404. package/node_modules/@emotion/styled/base/dist/emotion-styled-base.development.cjs.default.js +0 -1
  405. package/node_modules/@emotion/styled/base/dist/emotion-styled-base.development.cjs.js +0 -230
  406. package/node_modules/@emotion/styled/base/dist/emotion-styled-base.development.cjs.mjs +0 -2
  407. package/node_modules/@emotion/styled/base/dist/emotion-styled-base.development.edge-light.cjs.default.js +0 -1
  408. package/node_modules/@emotion/styled/base/dist/emotion-styled-base.development.edge-light.cjs.js +0 -228
  409. package/node_modules/@emotion/styled/base/dist/emotion-styled-base.development.edge-light.cjs.mjs +0 -2
  410. package/node_modules/@emotion/styled/base/dist/emotion-styled-base.development.edge-light.esm.js +0 -201
  411. package/node_modules/@emotion/styled/base/dist/emotion-styled-base.development.esm.js +0 -203
  412. package/node_modules/@emotion/styled/base/dist/emotion-styled-base.edge-light.cjs.default.js +0 -1
  413. package/node_modules/@emotion/styled/base/dist/emotion-styled-base.edge-light.cjs.js +0 -214
  414. package/node_modules/@emotion/styled/base/dist/emotion-styled-base.edge-light.cjs.mjs +0 -2
  415. package/node_modules/@emotion/styled/base/dist/emotion-styled-base.edge-light.esm.js +0 -187
  416. package/node_modules/@emotion/styled/base/dist/emotion-styled-base.esm.js +0 -189
  417. package/node_modules/@emotion/styled/base/dist/emotion-styled-base.umd.min.js +0 -2
  418. package/node_modules/@emotion/styled/base/dist/emotion-styled-base.umd.min.js.map +0 -1
  419. package/node_modules/@emotion/styled/base/package.json +0 -9
  420. package/node_modules/@emotion/styled/dist/declarations/src/base.d.ts +0 -4
  421. package/node_modules/@emotion/styled/dist/declarations/src/index.d.ts +0 -15
  422. package/node_modules/@emotion/styled/dist/declarations/src/jsx-namespace.d.ts +0 -5
  423. package/node_modules/@emotion/styled/dist/declarations/src/types.d.ts +0 -88
  424. package/node_modules/@emotion/styled/dist/emotion-styled.browser.cjs.default.js +0 -1
  425. package/node_modules/@emotion/styled/dist/emotion-styled.browser.cjs.js +0 -23
  426. package/node_modules/@emotion/styled/dist/emotion-styled.browser.cjs.mjs +0 -2
  427. package/node_modules/@emotion/styled/dist/emotion-styled.browser.development.cjs.default.js +0 -1
  428. package/node_modules/@emotion/styled/dist/emotion-styled.browser.development.cjs.js +0 -23
  429. package/node_modules/@emotion/styled/dist/emotion-styled.browser.development.cjs.mjs +0 -2
  430. package/node_modules/@emotion/styled/dist/emotion-styled.browser.development.esm.js +0 -19
  431. package/node_modules/@emotion/styled/dist/emotion-styled.browser.esm.js +0 -19
  432. package/node_modules/@emotion/styled/dist/emotion-styled.cjs.d.mts +0 -3
  433. package/node_modules/@emotion/styled/dist/emotion-styled.cjs.d.ts +0 -3
  434. package/node_modules/@emotion/styled/dist/emotion-styled.cjs.default.d.ts +0 -1
  435. package/node_modules/@emotion/styled/dist/emotion-styled.cjs.default.js +0 -1
  436. package/node_modules/@emotion/styled/dist/emotion-styled.cjs.js +0 -23
  437. package/node_modules/@emotion/styled/dist/emotion-styled.cjs.mjs +0 -2
  438. package/node_modules/@emotion/styled/dist/emotion-styled.development.cjs.default.js +0 -1
  439. package/node_modules/@emotion/styled/dist/emotion-styled.development.cjs.js +0 -23
  440. package/node_modules/@emotion/styled/dist/emotion-styled.development.cjs.mjs +0 -2
  441. package/node_modules/@emotion/styled/dist/emotion-styled.development.edge-light.cjs.default.js +0 -1
  442. package/node_modules/@emotion/styled/dist/emotion-styled.development.edge-light.cjs.js +0 -23
  443. package/node_modules/@emotion/styled/dist/emotion-styled.development.edge-light.cjs.mjs +0 -2
  444. package/node_modules/@emotion/styled/dist/emotion-styled.development.edge-light.esm.js +0 -19
  445. package/node_modules/@emotion/styled/dist/emotion-styled.development.esm.js +0 -19
  446. package/node_modules/@emotion/styled/dist/emotion-styled.edge-light.cjs.default.js +0 -1
  447. package/node_modules/@emotion/styled/dist/emotion-styled.edge-light.cjs.js +0 -23
  448. package/node_modules/@emotion/styled/dist/emotion-styled.edge-light.cjs.mjs +0 -2
  449. package/node_modules/@emotion/styled/dist/emotion-styled.edge-light.esm.js +0 -19
  450. package/node_modules/@emotion/styled/dist/emotion-styled.esm.js +0 -19
  451. package/node_modules/@emotion/styled/dist/emotion-styled.umd.min.js +0 -2
  452. package/node_modules/@emotion/styled/dist/emotion-styled.umd.min.js.map +0 -1
  453. package/node_modules/@emotion/styled/macro.d.mts +0 -3
  454. package/node_modules/@emotion/styled/macro.d.ts +0 -3
  455. package/node_modules/@emotion/styled/macro.js +0 -1
  456. package/node_modules/@emotion/styled/package.json +0 -195
  457. package/node_modules/@emotion/styled/src/base.tsx +0 -229
  458. package/node_modules/@emotion/styled/src/conditions/false.ts +0 -1
  459. package/node_modules/@emotion/styled/src/conditions/is-browser.ts +0 -1
  460. package/node_modules/@emotion/styled/src/conditions/true.ts +0 -1
  461. package/node_modules/@emotion/styled/src/index.ts +0 -42
  462. package/node_modules/@emotion/styled/src/jsx-namespace.ts +0 -12
  463. package/node_modules/@emotion/styled/src/tags.ts +0 -138
  464. package/node_modules/@emotion/styled/src/types.ts +0 -190
  465. package/node_modules/@emotion/styled/src/utils.ts +0 -38
  466. package/node_modules/@storybook/addon-a11y/README.md +0 -13
  467. package/node_modules/@storybook/addon-a11y/dist/chunk-CEH6MNVV.mjs +0 -3
  468. package/node_modules/@storybook/addon-a11y/dist/index.d.ts +0 -40
  469. package/node_modules/@storybook/addon-a11y/dist/index.js +0 -25
  470. package/node_modules/@storybook/addon-a11y/dist/index.mjs +0 -8
  471. package/node_modules/@storybook/addon-a11y/dist/manager.js +0 -11
  472. package/node_modules/@storybook/addon-a11y/dist/matchers-7Z3WT2CE.mjs +0 -16
  473. package/node_modules/@storybook/addon-a11y/dist/matchers-TIWVOQAP.mjs +0 -18
  474. package/node_modules/@storybook/addon-a11y/dist/postinstall.js +0 -69
  475. package/node_modules/@storybook/addon-a11y/dist/preview.d.ts +0 -25
  476. package/node_modules/@storybook/addon-a11y/dist/preview.js +0 -24
  477. package/node_modules/@storybook/addon-a11y/dist/preview.mjs +0 -7
  478. package/node_modules/@storybook/addon-a11y/manager.js +0 -1
  479. package/node_modules/@storybook/addon-a11y/package.json +0 -115
  480. package/node_modules/@storybook/addon-a11y/preview.js +0 -1
  481. package/node_modules/@storybook/addon-docs/README.md +0 -154
  482. package/node_modules/@storybook/addon-docs/angular/README.md +0 -256
  483. package/node_modules/@storybook/addon-docs/angular/index.d.ts +0 -1
  484. package/node_modules/@storybook/addon-docs/angular/index.js +0 -6
  485. package/node_modules/@storybook/addon-docs/common/README.md +0 -98
  486. package/node_modules/@storybook/addon-docs/dist/DocsRenderer-CFRXHY34.mjs +0 -2
  487. package/node_modules/@storybook/addon-docs/dist/blocks.d.ts +0 -2
  488. package/node_modules/@storybook/addon-docs/dist/blocks.js +0 -1
  489. package/node_modules/@storybook/addon-docs/dist/blocks.mjs +0 -4
  490. package/node_modules/@storybook/addon-docs/dist/chunk-H6MOWX77.mjs +0 -3
  491. package/node_modules/@storybook/addon-docs/dist/chunk-NUUEMKO5.mjs +0 -7
  492. package/node_modules/@storybook/addon-docs/dist/chunk-PRSJUHPQ.mjs +0 -5
  493. package/node_modules/@storybook/addon-docs/dist/index.d.ts +0 -198
  494. package/node_modules/@storybook/addon-docs/dist/index.js +0 -1
  495. package/node_modules/@storybook/addon-docs/dist/index.mjs +0 -9
  496. package/node_modules/@storybook/addon-docs/dist/manager.d.ts +0 -2
  497. package/node_modules/@storybook/addon-docs/dist/manager.js +0 -1
  498. package/node_modules/@storybook/addon-docs/dist/manager.mjs +0 -8
  499. package/node_modules/@storybook/addon-docs/dist/mdx-loader.d.ts +0 -5940
  500. package/node_modules/@storybook/addon-docs/dist/mdx-loader.js +0 -56
  501. package/node_modules/@storybook/addon-docs/dist/mdx-loader.mjs +0 -59
  502. package/node_modules/@storybook/addon-docs/dist/preset.d.ts +0 -20
  503. package/node_modules/@storybook/addon-docs/dist/preset.js +0 -53
  504. package/node_modules/@storybook/addon-docs/dist/preview.d.ts +0 -3
  505. package/node_modules/@storybook/addon-docs/dist/preview.js +0 -1
  506. package/node_modules/@storybook/addon-docs/dist/preview.mjs +0 -2
  507. package/node_modules/@storybook/addon-docs/dist/shims/mdx-react-shim.d.ts +0 -1
  508. package/node_modules/@storybook/addon-docs/dist/shims/mdx-react-shim.js +0 -1
  509. package/node_modules/@storybook/addon-docs/dist/shims/mdx-react-shim.mjs +0 -1
  510. package/node_modules/@storybook/addon-docs/ember/README.md +0 -153
  511. package/node_modules/@storybook/addon-docs/ember/index.d.ts +0 -1
  512. package/node_modules/@storybook/addon-docs/ember/index.js +0 -5
  513. package/node_modules/@storybook/addon-docs/package.json +0 -171
  514. package/node_modules/@storybook/addon-docs/preset.js +0 -1
  515. package/node_modules/@storybook/addon-docs/preview.js +0 -1
  516. package/node_modules/@storybook/addon-docs/react/README.md +0 -149
  517. package/node_modules/@storybook/addon-docs/svelte/HOC.svelte +0 -7
  518. package/node_modules/@storybook/addon-docs/vue/README.md +0 -152
  519. package/node_modules/@storybook/addon-docs/web-components/README.md +0 -131
  520. package/node_modules/@storybook/addon-docs/web-components/index.js +0 -1
  521. package/node_modules/@storybook/addon-essentials/README.md +0 -57
  522. package/node_modules/@storybook/addon-essentials/dist/actions/manager.js +0 -1
  523. package/node_modules/@storybook/addon-essentials/dist/actions/preview.d.ts +0 -7
  524. package/node_modules/@storybook/addon-essentials/dist/actions/preview.js +0 -12
  525. package/node_modules/@storybook/addon-essentials/dist/actions/preview.mjs +0 -1
  526. package/node_modules/@storybook/addon-essentials/dist/backgrounds/manager.js +0 -1
  527. package/node_modules/@storybook/addon-essentials/dist/backgrounds/preview.d.ts +0 -1
  528. package/node_modules/@storybook/addon-essentials/dist/backgrounds/preview.js +0 -12
  529. package/node_modules/@storybook/addon-essentials/dist/backgrounds/preview.mjs +0 -1
  530. package/node_modules/@storybook/addon-essentials/dist/controls/manager.js +0 -1
  531. package/node_modules/@storybook/addon-essentials/dist/docs/manager.js +0 -1
  532. package/node_modules/@storybook/addon-essentials/dist/docs/mdx-react-shim.js +0 -12
  533. package/node_modules/@storybook/addon-essentials/dist/docs/preset.js +0 -14
  534. package/node_modules/@storybook/addon-essentials/dist/docs/preview.d.ts +0 -1
  535. package/node_modules/@storybook/addon-essentials/dist/docs/preview.js +0 -12
  536. package/node_modules/@storybook/addon-essentials/dist/docs/preview.mjs +0 -1
  537. package/node_modules/@storybook/addon-essentials/dist/highlight/preview.d.ts +0 -1
  538. package/node_modules/@storybook/addon-essentials/dist/highlight/preview.js +0 -12
  539. package/node_modules/@storybook/addon-essentials/dist/highlight/preview.mjs +0 -1
  540. package/node_modules/@storybook/addon-essentials/dist/index.d.ts +0 -5
  541. package/node_modules/@storybook/addon-essentials/dist/index.js +0 -42
  542. package/node_modules/@storybook/addon-essentials/dist/index.mjs +0 -12
  543. package/node_modules/@storybook/addon-essentials/dist/measure/manager.js +0 -1
  544. package/node_modules/@storybook/addon-essentials/dist/measure/preview.d.ts +0 -1
  545. package/node_modules/@storybook/addon-essentials/dist/measure/preview.js +0 -12
  546. package/node_modules/@storybook/addon-essentials/dist/measure/preview.mjs +0 -1
  547. package/node_modules/@storybook/addon-essentials/dist/outline/manager.js +0 -1
  548. package/node_modules/@storybook/addon-essentials/dist/outline/preview.d.ts +0 -1
  549. package/node_modules/@storybook/addon-essentials/dist/outline/preview.js +0 -12
  550. package/node_modules/@storybook/addon-essentials/dist/outline/preview.mjs +0 -1
  551. package/node_modules/@storybook/addon-essentials/dist/preset.js +0 -9
  552. package/node_modules/@storybook/addon-essentials/dist/preview.d.ts +0 -5
  553. package/node_modules/@storybook/addon-essentials/dist/preview.js +0 -42
  554. package/node_modules/@storybook/addon-essentials/dist/preview.mjs +0 -12
  555. package/node_modules/@storybook/addon-essentials/dist/toolbars/manager.js +0 -1
  556. package/node_modules/@storybook/addon-essentials/dist/viewport/manager.js +0 -1
  557. package/node_modules/@storybook/addon-essentials/dist/viewport/preview.d.ts +0 -1
  558. package/node_modules/@storybook/addon-essentials/dist/viewport/preview.js +0 -12
  559. package/node_modules/@storybook/addon-essentials/dist/viewport/preview.mjs +0 -1
  560. package/node_modules/@storybook/addon-essentials/package.json +0 -162
  561. package/node_modules/@storybook/addon-essentials/preset.js +0 -1
  562. package/node_modules/@storybook/addon-interactions/README.md +0 -57
  563. package/node_modules/@storybook/addon-interactions/dist/index.d.ts +0 -5
  564. package/node_modules/@storybook/addon-interactions/dist/index.js +0 -9
  565. package/node_modules/@storybook/addon-interactions/dist/index.mjs +0 -7
  566. package/node_modules/@storybook/addon-interactions/dist/manager.css +0 -1
  567. package/node_modules/@storybook/addon-interactions/dist/manager.js +0 -19
  568. package/node_modules/@storybook/addon-interactions/dist/preset.js +0 -9
  569. package/node_modules/@storybook/addon-interactions/dist/preview.d.ts +0 -20
  570. package/node_modules/@storybook/addon-interactions/dist/preview.js +0 -9
  571. package/node_modules/@storybook/addon-interactions/dist/preview.mjs +0 -6
  572. package/node_modules/@storybook/addon-interactions/manager.js +0 -1
  573. package/node_modules/@storybook/addon-interactions/package.json +0 -109
  574. package/node_modules/@storybook/addon-interactions/preset.js +0 -1
  575. package/node_modules/@storybook/addon-interactions/preview.js +0 -1
  576. package/node_modules/@storybook/addon-links/README.md +0 -147
  577. package/node_modules/@storybook/addon-links/dist/chunk-DQW2J2JG.mjs +0 -8
  578. package/node_modules/@storybook/addon-links/dist/index.d.ts +0 -20
  579. package/node_modules/@storybook/addon-links/dist/index.js +0 -16
  580. package/node_modules/@storybook/addon-links/dist/index.mjs +0 -7
  581. package/node_modules/@storybook/addon-links/dist/manager.js +0 -3
  582. package/node_modules/@storybook/addon-links/dist/preview.d.ts +0 -3
  583. package/node_modules/@storybook/addon-links/dist/preview.js +0 -10
  584. package/node_modules/@storybook/addon-links/dist/preview.mjs +0 -8
  585. package/node_modules/@storybook/addon-links/dist/react/index.d.ts +0 -24
  586. package/node_modules/@storybook/addon-links/dist/react/index.js +0 -15
  587. package/node_modules/@storybook/addon-links/dist/react/index.mjs +0 -6
  588. package/node_modules/@storybook/addon-links/manager.js +0 -1
  589. package/node_modules/@storybook/addon-links/package.json +0 -110
  590. package/node_modules/@storybook/addon-links/preview.js +0 -1
  591. package/node_modules/@storybook/addon-links/react.d.ts +0 -1
  592. package/node_modules/@storybook/addon-links/react.js +0 -3
  593. package/node_modules/@storybook/blocks/README.md +0 -23
  594. package/node_modules/@storybook/blocks/dist/Color-YHDXOIA2.mjs +0 -9
  595. package/node_modules/@storybook/blocks/dist/chunk-2PTXLE6R.mjs +0 -3
  596. package/node_modules/@storybook/blocks/dist/index.d.ts +0 -1032
  597. package/node_modules/@storybook/blocks/dist/index.js +0 -198
  598. package/node_modules/@storybook/blocks/dist/index.mjs +0 -214
  599. package/node_modules/@storybook/blocks/package.json +0 -86
  600. package/node_modules/@storybook/manager-api/package.json +0 -46
  601. package/node_modules/@storybook/manager-api/shim.d.ts +0 -2
  602. package/node_modules/@storybook/manager-api/shim.js +0 -1
  603. package/node_modules/@storybook/manager-api/shim.mjs +0 -1
  604. package/node_modules/@storybook/react/README.md +0 -1
  605. package/node_modules/@storybook/react/dist/chunk-EWIU6LHT.mjs +0 -56
  606. package/node_modules/@storybook/react/dist/chunk-TENYCC3B.mjs +0 -8
  607. package/node_modules/@storybook/react/dist/chunk-XP5HYGXS.mjs +0 -3
  608. package/node_modules/@storybook/react/dist/chunk-ZGTCCPPZ.mjs +0 -7
  609. package/node_modules/@storybook/react/dist/entry-preview-docs.d.ts +0 -20
  610. package/node_modules/@storybook/react/dist/entry-preview-docs.js +0 -47
  611. package/node_modules/@storybook/react/dist/entry-preview-docs.mjs +0 -2
  612. package/node_modules/@storybook/react/dist/entry-preview-rsc.d.ts +0 -7
  613. package/node_modules/@storybook/react/dist/entry-preview-rsc.js +0 -1
  614. package/node_modules/@storybook/react/dist/entry-preview-rsc.mjs +0 -5
  615. package/node_modules/@storybook/react/dist/entry-preview.d.ts +0 -19
  616. package/node_modules/@storybook/react/dist/entry-preview.js +0 -1
  617. package/node_modules/@storybook/react/dist/entry-preview.mjs +0 -2
  618. package/node_modules/@storybook/react/dist/index.d.ts +0 -91
  619. package/node_modules/@storybook/react/dist/index.js +0 -47
  620. package/node_modules/@storybook/react/dist/index.mjs +0 -11
  621. package/node_modules/@storybook/react/dist/playwright.d.ts +0 -1
  622. package/node_modules/@storybook/react/dist/playwright.js +0 -1
  623. package/node_modules/@storybook/react/dist/playwright.mjs +0 -2
  624. package/node_modules/@storybook/react/dist/preset.d.ts +0 -18
  625. package/node_modules/@storybook/react/dist/preset.js +0 -1
  626. package/node_modules/@storybook/react/dist/preview.d.ts +0 -199
  627. package/node_modules/@storybook/react/dist/preview.js +0 -47
  628. package/node_modules/@storybook/react/dist/preview.mjs +0 -4
  629. package/node_modules/@storybook/react/dist/public-types-f2c70f25.d.ts +0 -230
  630. package/node_modules/@storybook/react/dist/types-5617c98e.d.ts +0 -27
  631. package/node_modules/@storybook/react/package.json +0 -136
  632. package/node_modules/@storybook/react/preset.js +0 -1
  633. package/node_modules/@storybook/react/template/cli/.eslintrc.json +0 -5
  634. package/node_modules/@storybook/react/template/cli/js/Button.jsx +0 -39
  635. package/node_modules/@storybook/react/template/cli/js/Button.stories.js +0 -49
  636. package/node_modules/@storybook/react/template/cli/js/Header.jsx +0 -56
  637. package/node_modules/@storybook/react/template/cli/js/Header.stories.js +0 -29
  638. package/node_modules/@storybook/react/template/cli/js/Page.jsx +0 -69
  639. package/node_modules/@storybook/react/template/cli/js/Page.stories.js +0 -28
  640. package/node_modules/@storybook/react/template/cli/ts-3-8/Button.stories.ts +0 -53
  641. package/node_modules/@storybook/react/template/cli/ts-3-8/Button.tsx +0 -37
  642. package/node_modules/@storybook/react/template/cli/ts-3-8/Header.stories.ts +0 -33
  643. package/node_modules/@storybook/react/template/cli/ts-3-8/Header.tsx +0 -56
  644. package/node_modules/@storybook/react/template/cli/ts-3-8/Page.stories.ts +0 -32
  645. package/node_modules/@storybook/react/template/cli/ts-3-8/Page.tsx +0 -73
  646. package/node_modules/@storybook/react/template/cli/ts-4-9/Button.stories.ts +0 -53
  647. package/node_modules/@storybook/react/template/cli/ts-4-9/Button.tsx +0 -37
  648. package/node_modules/@storybook/react/template/cli/ts-4-9/Header.stories.ts +0 -33
  649. package/node_modules/@storybook/react/template/cli/ts-4-9/Header.tsx +0 -56
  650. package/node_modules/@storybook/react/template/cli/ts-4-9/Page.stories.ts +0 -32
  651. package/node_modules/@storybook/react/template/cli/ts-4-9/Page.tsx +0 -73
  652. package/node_modules/@storybook/react-vite/README.md +0 -3
  653. package/node_modules/@storybook/react-vite/dist/index.d.ts +0 -49
  654. package/node_modules/@storybook/react-vite/dist/index.js +0 -1
  655. package/node_modules/@storybook/react-vite/dist/index.mjs +0 -1
  656. package/node_modules/@storybook/react-vite/dist/node/index.d.ts +0 -9
  657. package/node_modules/@storybook/react-vite/dist/node/index.js +0 -1
  658. package/node_modules/@storybook/react-vite/dist/node/index.mjs +0 -3
  659. package/node_modules/@storybook/react-vite/dist/preset.d.ts +0 -10
  660. package/node_modules/@storybook/react-vite/dist/preset.js +0 -1
  661. package/node_modules/@storybook/react-vite/package.json +0 -111
  662. package/node_modules/@storybook/react-vite/preset.js +0 -1
  663. package/node_modules/@storybook/test/README.md +0 -41
  664. package/node_modules/@storybook/test/dist/index.d.ts +0 -186
  665. package/node_modules/@storybook/test/dist/index.js +0 -193
  666. package/node_modules/@storybook/test/dist/index.mjs +0 -199
  667. package/node_modules/@storybook/test/package.json +0 -85
  668. package/node_modules/@storybook/theming/create.d.ts +0 -2
  669. package/node_modules/@storybook/theming/create.js +0 -1
  670. package/node_modules/@storybook/theming/create.mjs +0 -1
  671. package/node_modules/@storybook/theming/package.json +0 -52
  672. package/node_modules/@storybook/theming/shim.d.ts +0 -2
  673. package/node_modules/@storybook/theming/shim.js +0 -1
  674. package/node_modules/@storybook/theming/shim.mjs +0 -1
  675. package/node_modules/@testing-library/jest-dom/LICENSE +0 -20
  676. package/node_modules/@testing-library/jest-dom/README.md +0 -1706
  677. package/node_modules/@testing-library/jest-dom/dist/index.js +0 -12
  678. package/node_modules/@testing-library/jest-dom/dist/index.mjs +0 -10
  679. package/node_modules/@testing-library/jest-dom/dist/jest-globals.js +0 -16
  680. package/node_modules/@testing-library/jest-dom/dist/jest-globals.mjs +0 -14
  681. package/node_modules/@testing-library/jest-dom/dist/matchers-7fb38cd4.js +0 -1945
  682. package/node_modules/@testing-library/jest-dom/dist/matchers-c85aadf8.mjs +0 -1914
  683. package/node_modules/@testing-library/jest-dom/dist/matchers.js +0 -42
  684. package/node_modules/@testing-library/jest-dom/dist/matchers.mjs +0 -8
  685. package/node_modules/@testing-library/jest-dom/dist/vitest.js +0 -16
  686. package/node_modules/@testing-library/jest-dom/dist/vitest.mjs +0 -14
  687. package/node_modules/@testing-library/jest-dom/jest-globals.d.ts +0 -1
  688. package/node_modules/@testing-library/jest-dom/jest-globals.js +0 -4
  689. package/node_modules/@testing-library/jest-dom/matchers.d.ts +0 -3
  690. package/node_modules/@testing-library/jest-dom/matchers.js +0 -2
  691. package/node_modules/@testing-library/jest-dom/package.json +0 -153
  692. package/node_modules/@testing-library/jest-dom/types/__tests__/bun/bun-custom-expect-types.test.ts +0 -100
  693. package/node_modules/@testing-library/jest-dom/types/__tests__/bun/bun-types.test.ts +0 -120
  694. package/node_modules/@testing-library/jest-dom/types/__tests__/bun/tsconfig.json +0 -9
  695. package/node_modules/@testing-library/jest-dom/types/__tests__/jest/jest-custom-expect-types.test.ts +0 -100
  696. package/node_modules/@testing-library/jest-dom/types/__tests__/jest/jest-types.test.ts +0 -119
  697. package/node_modules/@testing-library/jest-dom/types/__tests__/jest/tsconfig.json +0 -9
  698. package/node_modules/@testing-library/jest-dom/types/__tests__/jest-globals/jest-globals-custom-expect-types.test.ts +0 -97
  699. package/node_modules/@testing-library/jest-dom/types/__tests__/jest-globals/jest-globals-types.test.ts +0 -120
  700. package/node_modules/@testing-library/jest-dom/types/__tests__/jest-globals/tsconfig.json +0 -9
  701. package/node_modules/@testing-library/jest-dom/types/__tests__/vitest/tsconfig.json +0 -9
  702. package/node_modules/@testing-library/jest-dom/types/__tests__/vitest/vitest-custom-expect-types.test.ts +0 -97
  703. package/node_modules/@testing-library/jest-dom/types/__tests__/vitest/vitest-types.test.ts +0 -120
  704. package/node_modules/@testing-library/jest-dom/types/bun.d.ts +0 -11
  705. package/node_modules/@testing-library/jest-dom/types/index.d.ts +0 -1
  706. package/node_modules/@testing-library/jest-dom/types/jest-globals.d.ts +0 -11
  707. package/node_modules/@testing-library/jest-dom/types/jest.d.ts +0 -13
  708. package/node_modules/@testing-library/jest-dom/types/matchers-standalone.d.ts +0 -30
  709. package/node_modules/@testing-library/jest-dom/types/matchers.d.ts +0 -771
  710. package/node_modules/@testing-library/jest-dom/types/vitest.d.ts +0 -15
  711. package/node_modules/@testing-library/jest-dom/vitest.d.ts +0 -1
  712. package/node_modules/@testing-library/jest-dom/vitest.js +0 -4
  713. package/node_modules/@testing-library/react/LICENSE +0 -20
  714. package/node_modules/@testing-library/react/README.md +0 -688
  715. package/node_modules/@testing-library/react/dist/@testing-library/react.cjs.js +0 -532
  716. package/node_modules/@testing-library/react/dist/@testing-library/react.esm.js +0 -492
  717. package/node_modules/@testing-library/react/dist/@testing-library/react.pure.cjs.js +0 -496
  718. package/node_modules/@testing-library/react/dist/@testing-library/react.pure.esm.js +0 -456
  719. package/node_modules/@testing-library/react/dist/@testing-library/react.pure.umd.js +0 -13017
  720. package/node_modules/@testing-library/react/dist/@testing-library/react.pure.umd.js.map +0 -1
  721. package/node_modules/@testing-library/react/dist/@testing-library/react.pure.umd.min.js +0 -2
  722. package/node_modules/@testing-library/react/dist/@testing-library/react.pure.umd.min.js.map +0 -1
  723. package/node_modules/@testing-library/react/dist/@testing-library/react.umd.js +0 -13053
  724. package/node_modules/@testing-library/react/dist/@testing-library/react.umd.js.map +0 -1
  725. package/node_modules/@testing-library/react/dist/@testing-library/react.umd.min.js +0 -2
  726. package/node_modules/@testing-library/react/dist/@testing-library/react.umd.min.js.map +0 -1
  727. package/node_modules/@testing-library/react/dist/act-compat.js +0 -81
  728. package/node_modules/@testing-library/react/dist/config.js +0 -33
  729. package/node_modules/@testing-library/react/dist/fire-event.js +0 -70
  730. package/node_modules/@testing-library/react/dist/index.js +0 -52
  731. package/node_modules/@testing-library/react/dist/pure.js +0 -335
  732. package/node_modules/@testing-library/react/dont-cleanup-after-each.js +0 -1
  733. package/node_modules/@testing-library/react/package.json +0 -111
  734. package/node_modules/@testing-library/react/pure.d.ts +0 -1
  735. package/node_modules/@testing-library/react/pure.js +0 -2
  736. package/node_modules/@testing-library/react/types/index.d.ts +0 -257
  737. package/node_modules/@testing-library/react/types/pure.d.ts +0 -1
  738. package/node_modules/@testing-library/user-event/LICENSE +0 -20
  739. package/node_modules/@testing-library/user-event/README.md +0 -124
  740. package/node_modules/@testing-library/user-event/dist/cjs/clipboard/copy.js +0 -22
  741. package/node_modules/@testing-library/user-event/dist/cjs/clipboard/cut.js +0 -22
  742. package/node_modules/@testing-library/user-event/dist/cjs/clipboard/index.js +0 -11
  743. package/node_modules/@testing-library/user-event/dist/cjs/clipboard/paste.js +0 -25
  744. package/node_modules/@testing-library/user-event/dist/cjs/convenience/click.js +0 -35
  745. package/node_modules/@testing-library/user-event/dist/cjs/convenience/hover.js +0 -19
  746. package/node_modules/@testing-library/user-event/dist/cjs/convenience/index.js +0 -14
  747. package/node_modules/@testing-library/user-event/dist/cjs/convenience/tab.js +0 -7
  748. package/node_modules/@testing-library/user-event/dist/cjs/document/UI.js +0 -92
  749. package/node_modules/@testing-library/user-event/dist/cjs/document/copySelection.js +0 -29
  750. package/node_modules/@testing-library/user-event/dist/cjs/document/getValueOrTextContent.js +0 -18
  751. package/node_modules/@testing-library/user-event/dist/cjs/document/index.js +0 -17
  752. package/node_modules/@testing-library/user-event/dist/cjs/document/interceptor.js +0 -104
  753. package/node_modules/@testing-library/user-event/dist/cjs/document/patchFocus.js +0 -104
  754. package/node_modules/@testing-library/user-event/dist/cjs/document/prepareDocument.js +0 -58
  755. package/node_modules/@testing-library/user-event/dist/cjs/document/trackValue.js +0 -57
  756. package/node_modules/@testing-library/user-event/dist/cjs/event/behavior/click.js +0 -32
  757. package/node_modules/@testing-library/user-event/dist/cjs/event/behavior/cut.js +0 -14
  758. package/node_modules/@testing-library/user-event/dist/cjs/event/behavior/index.js +0 -13
  759. package/node_modules/@testing-library/user-event/dist/cjs/event/behavior/keydown.js +0 -128
  760. package/node_modules/@testing-library/user-event/dist/cjs/event/behavior/keypress.js +0 -51
  761. package/node_modules/@testing-library/user-event/dist/cjs/event/behavior/keyup.js +0 -17
  762. package/node_modules/@testing-library/user-event/dist/cjs/event/behavior/paste.js +0 -18
  763. package/node_modules/@testing-library/user-event/dist/cjs/event/behavior/registry.js +0 -5
  764. package/node_modules/@testing-library/user-event/dist/cjs/event/createEvent.js +0 -207
  765. package/node_modules/@testing-library/user-event/dist/cjs/event/dispatchEvent.js +0 -54
  766. package/node_modules/@testing-library/user-event/dist/cjs/event/eventMap.js +0 -281
  767. package/node_modules/@testing-library/user-event/dist/cjs/event/focus.js +0 -34
  768. package/node_modules/@testing-library/user-event/dist/cjs/event/index.js +0 -22
  769. package/node_modules/@testing-library/user-event/dist/cjs/event/input.js +0 -157
  770. package/node_modules/@testing-library/user-event/dist/cjs/event/radio.js +0 -27
  771. package/node_modules/@testing-library/user-event/dist/cjs/event/selection/getInputRange.js +0 -18
  772. package/node_modules/@testing-library/user-event/dist/cjs/event/selection/getTargetTypeAndSelection.js +0 -31
  773. package/node_modules/@testing-library/user-event/dist/cjs/event/selection/index.js +0 -24
  774. package/node_modules/@testing-library/user-event/dist/cjs/event/selection/modifySelection.js +0 -21
  775. package/node_modules/@testing-library/user-event/dist/cjs/event/selection/modifySelectionPerMouse.js +0 -40
  776. package/node_modules/@testing-library/user-event/dist/cjs/event/selection/moveSelection.js +0 -38
  777. package/node_modules/@testing-library/user-event/dist/cjs/event/selection/resolveCaretPosition.js +0 -61
  778. package/node_modules/@testing-library/user-event/dist/cjs/event/selection/selectAll.js +0 -38
  779. package/node_modules/@testing-library/user-event/dist/cjs/event/selection/setSelection.js +0 -21
  780. package/node_modules/@testing-library/user-event/dist/cjs/event/selection/setSelectionPerMouse.js +0 -81
  781. package/node_modules/@testing-library/user-event/dist/cjs/event/selection/setSelectionRange.js +0 -31
  782. package/node_modules/@testing-library/user-event/dist/cjs/event/selection/updateSelectionOnFocus.js +0 -40
  783. package/node_modules/@testing-library/user-event/dist/cjs/event/types.js +0 -2
  784. package/node_modules/@testing-library/user-event/dist/cjs/event/wrapEvent.js +0 -9
  785. package/node_modules/@testing-library/user-event/dist/cjs/index.js +0 -12
  786. package/node_modules/@testing-library/user-event/dist/cjs/keyboard/index.js +0 -40
  787. package/node_modules/@testing-library/user-event/dist/cjs/keyboard/keyMap.js +0 -178
  788. package/node_modules/@testing-library/user-event/dist/cjs/keyboard/parseKeyDef.js +0 -45
  789. package/node_modules/@testing-library/user-event/dist/cjs/options.js +0 -14
  790. package/node_modules/@testing-library/user-event/dist/cjs/package.json +0 -3
  791. package/node_modules/@testing-library/user-event/dist/cjs/pointer/index.js +0 -74
  792. package/node_modules/@testing-library/user-event/dist/cjs/pointer/keyMap.js +0 -33
  793. package/node_modules/@testing-library/user-event/dist/cjs/pointer/parseKeyDef.js +0 -23
  794. package/node_modules/@testing-library/user-event/dist/cjs/setup/api.js +0 -35
  795. package/node_modules/@testing-library/user-event/dist/cjs/setup/directApi.js +0 -75
  796. package/node_modules/@testing-library/user-event/dist/cjs/setup/index.js +0 -11
  797. package/node_modules/@testing-library/user-event/dist/cjs/setup/setup.js +0 -125
  798. package/node_modules/@testing-library/user-event/dist/cjs/setup/wrapAsync.js +0 -11
  799. package/node_modules/@testing-library/user-event/dist/cjs/system/index.js +0 -44
  800. package/node_modules/@testing-library/user-event/dist/cjs/system/keyboard.js +0 -169
  801. package/node_modules/@testing-library/user-event/dist/cjs/system/pointer/buttons.js +0 -84
  802. package/node_modules/@testing-library/user-event/dist/cjs/system/pointer/device.js +0 -34
  803. package/node_modules/@testing-library/user-event/dist/cjs/system/pointer/index.js +0 -159
  804. package/node_modules/@testing-library/user-event/dist/cjs/system/pointer/mouse.js +0 -207
  805. package/node_modules/@testing-library/user-event/dist/cjs/system/pointer/pointer.js +0 -131
  806. package/node_modules/@testing-library/user-event/dist/cjs/system/pointer/shared.js +0 -8
  807. package/node_modules/@testing-library/user-event/dist/cjs/utility/clear.js +0 -32
  808. package/node_modules/@testing-library/user-event/dist/cjs/utility/index.js +0 -14
  809. package/node_modules/@testing-library/user-event/dist/cjs/utility/selectOptions.js +0 -114
  810. package/node_modules/@testing-library/user-event/dist/cjs/utility/type.js +0 -23
  811. package/node_modules/@testing-library/user-event/dist/cjs/utility/upload.js +0 -62
  812. package/node_modules/@testing-library/user-event/dist/cjs/utils/click/isClickableInput.js +0 -20
  813. package/node_modules/@testing-library/user-event/dist/cjs/utils/dataTransfer/Blob.js +0 -16
  814. package/node_modules/@testing-library/user-event/dist/cjs/utils/dataTransfer/Clipboard.js +0 -169
  815. package/node_modules/@testing-library/user-event/dist/cjs/utils/dataTransfer/DataTransfer.js +0 -136
  816. package/node_modules/@testing-library/user-event/dist/cjs/utils/dataTransfer/FileList.js +0 -24
  817. package/node_modules/@testing-library/user-event/dist/cjs/utils/edit/isContentEditable.js +0 -18
  818. package/node_modules/@testing-library/user-event/dist/cjs/utils/edit/isEditable.js +0 -29
  819. package/node_modules/@testing-library/user-event/dist/cjs/utils/edit/maxLength.js +0 -26
  820. package/node_modules/@testing-library/user-event/dist/cjs/utils/edit/setFiles.js +0 -59
  821. package/node_modules/@testing-library/user-event/dist/cjs/utils/edit/timeValue.js +0 -40
  822. package/node_modules/@testing-library/user-event/dist/cjs/utils/focus/cursor.js +0 -126
  823. package/node_modules/@testing-library/user-event/dist/cjs/utils/focus/getActiveElement.js +0 -23
  824. package/node_modules/@testing-library/user-event/dist/cjs/utils/focus/getTabDestination.js +0 -80
  825. package/node_modules/@testing-library/user-event/dist/cjs/utils/focus/isFocusable.js +0 -9
  826. package/node_modules/@testing-library/user-event/dist/cjs/utils/focus/selection.js +0 -20
  827. package/node_modules/@testing-library/user-event/dist/cjs/utils/focus/selector.js +0 -14
  828. package/node_modules/@testing-library/user-event/dist/cjs/utils/index.js +0 -78
  829. package/node_modules/@testing-library/user-event/dist/cjs/utils/keyDef/readNextDescriptor.js +0 -92
  830. package/node_modules/@testing-library/user-event/dist/cjs/utils/misc/cloneEvent.js +0 -7
  831. package/node_modules/@testing-library/user-event/dist/cjs/utils/misc/findClosest.js +0 -14
  832. package/node_modules/@testing-library/user-event/dist/cjs/utils/misc/getDocumentFromNode.js +0 -10
  833. package/node_modules/@testing-library/user-event/dist/cjs/utils/misc/getTreeDiff.js +0 -25
  834. package/node_modules/@testing-library/user-event/dist/cjs/utils/misc/getWindow.js +0 -19
  835. package/node_modules/@testing-library/user-event/dist/cjs/utils/misc/isDescendantOrSelf.js +0 -14
  836. package/node_modules/@testing-library/user-event/dist/cjs/utils/misc/isDisabled.js +0 -33
  837. package/node_modules/@testing-library/user-event/dist/cjs/utils/misc/isElementType.js +0 -20
  838. package/node_modules/@testing-library/user-event/dist/cjs/utils/misc/isVisible.js +0 -19
  839. package/node_modules/@testing-library/user-event/dist/cjs/utils/misc/level.js +0 -17
  840. package/node_modules/@testing-library/user-event/dist/cjs/utils/misc/wait.js +0 -14
  841. package/node_modules/@testing-library/user-event/dist/cjs/utils/pointer/cssPointerEvents.js +0 -103
  842. package/node_modules/@testing-library/user-event/dist/esm/clipboard/copy.js +0 -20
  843. package/node_modules/@testing-library/user-event/dist/esm/clipboard/cut.js +0 -20
  844. package/node_modules/@testing-library/user-event/dist/esm/clipboard/index.js +0 -3
  845. package/node_modules/@testing-library/user-event/dist/esm/clipboard/paste.js +0 -23
  846. package/node_modules/@testing-library/user-event/dist/esm/convenience/click.js +0 -31
  847. package/node_modules/@testing-library/user-event/dist/esm/convenience/hover.js +0 -16
  848. package/node_modules/@testing-library/user-event/dist/esm/convenience/index.js +0 -3
  849. package/node_modules/@testing-library/user-event/dist/esm/convenience/tab.js +0 -5
  850. package/node_modules/@testing-library/user-event/dist/esm/document/UI.js +0 -79
  851. package/node_modules/@testing-library/user-event/dist/esm/document/copySelection.js +0 -27
  852. package/node_modules/@testing-library/user-event/dist/esm/document/getValueOrTextContent.js +0 -16
  853. package/node_modules/@testing-library/user-event/dist/esm/document/index.js +0 -4
  854. package/node_modules/@testing-library/user-event/dist/esm/document/interceptor.js +0 -99
  855. package/node_modules/@testing-library/user-event/dist/esm/document/patchFocus.js +0 -101
  856. package/node_modules/@testing-library/user-event/dist/esm/document/prepareDocument.js +0 -56
  857. package/node_modules/@testing-library/user-event/dist/esm/document/trackValue.js +0 -53
  858. package/node_modules/@testing-library/user-event/dist/esm/event/behavior/click.js +0 -30
  859. package/node_modules/@testing-library/user-event/dist/esm/event/behavior/cut.js +0 -12
  860. package/node_modules/@testing-library/user-event/dist/esm/event/behavior/index.js +0 -7
  861. package/node_modules/@testing-library/user-event/dist/esm/event/behavior/keydown.js +0 -126
  862. package/node_modules/@testing-library/user-event/dist/esm/event/behavior/keypress.js +0 -49
  863. package/node_modules/@testing-library/user-event/dist/esm/event/behavior/keyup.js +0 -15
  864. package/node_modules/@testing-library/user-event/dist/esm/event/behavior/paste.js +0 -16
  865. package/node_modules/@testing-library/user-event/dist/esm/event/behavior/registry.js +0 -3
  866. package/node_modules/@testing-library/user-event/dist/esm/event/createEvent.js +0 -205
  867. package/node_modules/@testing-library/user-event/dist/esm/event/dispatchEvent.js +0 -50
  868. package/node_modules/@testing-library/user-event/dist/esm/event/eventMap.js +0 -277
  869. package/node_modules/@testing-library/user-event/dist/esm/event/focus.js +0 -31
  870. package/node_modules/@testing-library/user-event/dist/esm/event/index.js +0 -7
  871. package/node_modules/@testing-library/user-event/dist/esm/event/input.js +0 -155
  872. package/node_modules/@testing-library/user-event/dist/esm/event/radio.js +0 -25
  873. package/node_modules/@testing-library/user-event/dist/esm/event/selection/getInputRange.js +0 -16
  874. package/node_modules/@testing-library/user-event/dist/esm/event/selection/getTargetTypeAndSelection.js +0 -29
  875. package/node_modules/@testing-library/user-event/dist/esm/event/selection/index.js +0 -9
  876. package/node_modules/@testing-library/user-event/dist/esm/event/selection/modifySelection.js +0 -19
  877. package/node_modules/@testing-library/user-event/dist/esm/event/selection/modifySelectionPerMouse.js +0 -38
  878. package/node_modules/@testing-library/user-event/dist/esm/event/selection/moveSelection.js +0 -36
  879. package/node_modules/@testing-library/user-event/dist/esm/event/selection/resolveCaretPosition.js +0 -59
  880. package/node_modules/@testing-library/user-event/dist/esm/event/selection/selectAll.js +0 -35
  881. package/node_modules/@testing-library/user-event/dist/esm/event/selection/setSelection.js +0 -19
  882. package/node_modules/@testing-library/user-event/dist/esm/event/selection/setSelectionPerMouse.js +0 -79
  883. package/node_modules/@testing-library/user-event/dist/esm/event/selection/setSelectionRange.js +0 -29
  884. package/node_modules/@testing-library/user-event/dist/esm/event/selection/updateSelectionOnFocus.js +0 -38
  885. package/node_modules/@testing-library/user-event/dist/esm/event/types.js +0 -1
  886. package/node_modules/@testing-library/user-event/dist/esm/event/wrapEvent.js +0 -7
  887. package/node_modules/@testing-library/user-event/dist/esm/index.js +0 -2
  888. package/node_modules/@testing-library/user-event/dist/esm/keyboard/index.js +0 -37
  889. package/node_modules/@testing-library/user-event/dist/esm/keyboard/keyMap.js +0 -176
  890. package/node_modules/@testing-library/user-event/dist/esm/keyboard/parseKeyDef.js +0 -43
  891. package/node_modules/@testing-library/user-event/dist/esm/options.js +0 -12
  892. package/node_modules/@testing-library/user-event/dist/esm/package.json +0 -3
  893. package/node_modules/@testing-library/user-event/dist/esm/pointer/index.js +0 -72
  894. package/node_modules/@testing-library/user-event/dist/esm/pointer/keyMap.js +0 -31
  895. package/node_modules/@testing-library/user-event/dist/esm/pointer/parseKeyDef.js +0 -21
  896. package/node_modules/@testing-library/user-event/dist/esm/setup/api.js +0 -33
  897. package/node_modules/@testing-library/user-event/dist/esm/setup/directApi.js +0 -58
  898. package/node_modules/@testing-library/user-event/dist/esm/setup/index.js +0 -9
  899. package/node_modules/@testing-library/user-event/dist/esm/setup/setup.js +0 -119
  900. package/node_modules/@testing-library/user-event/dist/esm/setup/wrapAsync.js +0 -9
  901. package/node_modules/@testing-library/user-event/dist/esm/system/index.js +0 -42
  902. package/node_modules/@testing-library/user-event/dist/esm/system/keyboard.js +0 -166
  903. package/node_modules/@testing-library/user-event/dist/esm/system/pointer/buttons.js +0 -78
  904. package/node_modules/@testing-library/user-event/dist/esm/system/pointer/device.js +0 -32
  905. package/node_modules/@testing-library/user-event/dist/esm/system/pointer/index.js +0 -157
  906. package/node_modules/@testing-library/user-event/dist/esm/system/pointer/mouse.js +0 -205
  907. package/node_modules/@testing-library/user-event/dist/esm/system/pointer/pointer.js +0 -129
  908. package/node_modules/@testing-library/user-event/dist/esm/system/pointer/shared.js +0 -6
  909. package/node_modules/@testing-library/user-event/dist/esm/utility/clear.js +0 -30
  910. package/node_modules/@testing-library/user-event/dist/esm/utility/index.js +0 -4
  911. package/node_modules/@testing-library/user-event/dist/esm/utility/selectOptions.js +0 -111
  912. package/node_modules/@testing-library/user-event/dist/esm/utility/type.js +0 -21
  913. package/node_modules/@testing-library/user-event/dist/esm/utility/upload.js +0 -60
  914. package/node_modules/@testing-library/user-event/dist/esm/utils/click/isClickableInput.js +0 -18
  915. package/node_modules/@testing-library/user-event/dist/esm/utils/dataTransfer/Blob.js +0 -14
  916. package/node_modules/@testing-library/user-event/dist/esm/utils/dataTransfer/Clipboard.js +0 -162
  917. package/node_modules/@testing-library/user-event/dist/esm/utils/dataTransfer/DataTransfer.js +0 -133
  918. package/node_modules/@testing-library/user-event/dist/esm/utils/dataTransfer/FileList.js +0 -22
  919. package/node_modules/@testing-library/user-event/dist/esm/utils/edit/isContentEditable.js +0 -15
  920. package/node_modules/@testing-library/user-event/dist/esm/utils/edit/isEditable.js +0 -26
  921. package/node_modules/@testing-library/user-event/dist/esm/utils/edit/maxLength.js +0 -23
  922. package/node_modules/@testing-library/user-event/dist/esm/utils/edit/setFiles.js +0 -57
  923. package/node_modules/@testing-library/user-event/dist/esm/utils/edit/timeValue.js +0 -37
  924. package/node_modules/@testing-library/user-event/dist/esm/utils/focus/cursor.js +0 -124
  925. package/node_modules/@testing-library/user-event/dist/esm/utils/focus/getActiveElement.js +0 -20
  926. package/node_modules/@testing-library/user-event/dist/esm/utils/focus/getTabDestination.js +0 -78
  927. package/node_modules/@testing-library/user-event/dist/esm/utils/focus/isFocusable.js +0 -7
  928. package/node_modules/@testing-library/user-event/dist/esm/utils/focus/selection.js +0 -17
  929. package/node_modules/@testing-library/user-event/dist/esm/utils/focus/selector.js +0 -12
  930. package/node_modules/@testing-library/user-event/dist/esm/utils/index.js +0 -29
  931. package/node_modules/@testing-library/user-event/dist/esm/utils/keyDef/readNextDescriptor.js +0 -90
  932. package/node_modules/@testing-library/user-event/dist/esm/utils/misc/cloneEvent.js +0 -5
  933. package/node_modules/@testing-library/user-event/dist/esm/utils/misc/findClosest.js +0 -12
  934. package/node_modules/@testing-library/user-event/dist/esm/utils/misc/getDocumentFromNode.js +0 -8
  935. package/node_modules/@testing-library/user-event/dist/esm/utils/misc/getTreeDiff.js +0 -23
  936. package/node_modules/@testing-library/user-event/dist/esm/utils/misc/getWindow.js +0 -17
  937. package/node_modules/@testing-library/user-event/dist/esm/utils/misc/isDescendantOrSelf.js +0 -12
  938. package/node_modules/@testing-library/user-event/dist/esm/utils/misc/isDisabled.js +0 -31
  939. package/node_modules/@testing-library/user-event/dist/esm/utils/misc/isElementType.js +0 -18
  940. package/node_modules/@testing-library/user-event/dist/esm/utils/misc/isVisible.js +0 -17
  941. package/node_modules/@testing-library/user-event/dist/esm/utils/misc/level.js +0 -13
  942. package/node_modules/@testing-library/user-event/dist/esm/utils/misc/wait.js +0 -12
  943. package/node_modules/@testing-library/user-event/dist/esm/utils/pointer/cssPointerEvents.js +0 -100
  944. package/node_modules/@testing-library/user-event/dist/types/clipboard/copy.d.ts +0 -2
  945. package/node_modules/@testing-library/user-event/dist/types/clipboard/cut.d.ts +0 -2
  946. package/node_modules/@testing-library/user-event/dist/types/clipboard/index.d.ts +0 -3
  947. package/node_modules/@testing-library/user-event/dist/types/clipboard/paste.d.ts +0 -2
  948. package/node_modules/@testing-library/user-event/dist/types/convenience/click.d.ts +0 -4
  949. package/node_modules/@testing-library/user-event/dist/types/convenience/hover.d.ts +0 -3
  950. package/node_modules/@testing-library/user-event/dist/types/convenience/index.d.ts +0 -3
  951. package/node_modules/@testing-library/user-event/dist/types/convenience/tab.d.ts +0 -4
  952. package/node_modules/@testing-library/user-event/dist/types/document/UI.d.ts +0 -42
  953. package/node_modules/@testing-library/user-event/dist/types/document/copySelection.d.ts +0 -1
  954. package/node_modules/@testing-library/user-event/dist/types/document/getValueOrTextContent.d.ts +0 -1
  955. package/node_modules/@testing-library/user-event/dist/types/document/index.d.ts +0 -5
  956. package/node_modules/@testing-library/user-event/dist/types/document/interceptor.d.ts +0 -19
  957. package/node_modules/@testing-library/user-event/dist/types/document/patchFocus.d.ts +0 -9
  958. package/node_modules/@testing-library/user-event/dist/types/document/prepareDocument.d.ts +0 -8
  959. package/node_modules/@testing-library/user-event/dist/types/document/trackValue.d.ts +0 -17
  960. package/node_modules/@testing-library/user-event/dist/types/event/behavior/click.d.ts +0 -1
  961. package/node_modules/@testing-library/user-event/dist/types/event/behavior/cut.d.ts +0 -1
  962. package/node_modules/@testing-library/user-event/dist/types/event/behavior/index.d.ts +0 -8
  963. package/node_modules/@testing-library/user-event/dist/types/event/behavior/keydown.d.ts +0 -1
  964. package/node_modules/@testing-library/user-event/dist/types/event/behavior/keypress.d.ts +0 -1
  965. package/node_modules/@testing-library/user-event/dist/types/event/behavior/keyup.d.ts +0 -1
  966. package/node_modules/@testing-library/user-event/dist/types/event/behavior/paste.d.ts +0 -1
  967. package/node_modules/@testing-library/user-event/dist/types/event/behavior/registry.d.ts +0 -9
  968. package/node_modules/@testing-library/user-event/dist/types/event/createEvent.d.ts +0 -2
  969. package/node_modules/@testing-library/user-event/dist/types/event/dispatchEvent.d.ts +0 -5
  970. package/node_modules/@testing-library/user-event/dist/types/event/eventMap.d.ts +0 -265
  971. package/node_modules/@testing-library/user-event/dist/types/event/focus.d.ts +0 -5
  972. package/node_modules/@testing-library/user-event/dist/types/event/index.d.ts +0 -7
  973. package/node_modules/@testing-library/user-event/dist/types/event/input.d.ts +0 -2
  974. package/node_modules/@testing-library/user-event/dist/types/event/radio.d.ts +0 -4
  975. package/node_modules/@testing-library/user-event/dist/types/event/selection/getInputRange.d.ts +0 -5
  976. package/node_modules/@testing-library/user-event/dist/types/event/selection/getTargetTypeAndSelection.d.ts +0 -10
  977. package/node_modules/@testing-library/user-event/dist/types/event/selection/index.d.ts +0 -15
  978. package/node_modules/@testing-library/user-event/dist/types/event/selection/modifySelection.d.ts +0 -8
  979. package/node_modules/@testing-library/user-event/dist/types/event/selection/modifySelectionPerMouse.d.ts +0 -7
  980. package/node_modules/@testing-library/user-event/dist/types/event/selection/moveSelection.d.ts +0 -4
  981. package/node_modules/@testing-library/user-event/dist/types/event/selection/resolveCaretPosition.d.ts +0 -8
  982. package/node_modules/@testing-library/user-event/dist/types/event/selection/selectAll.d.ts +0 -5
  983. package/node_modules/@testing-library/user-event/dist/types/event/selection/setSelection.d.ts +0 -10
  984. package/node_modules/@testing-library/user-event/dist/types/event/selection/setSelectionPerMouse.d.ts +0 -8
  985. package/node_modules/@testing-library/user-event/dist/types/event/selection/setSelectionRange.d.ts +0 -6
  986. package/node_modules/@testing-library/user-event/dist/types/event/selection/updateSelectionOnFocus.d.ts +0 -5
  987. package/node_modules/@testing-library/user-event/dist/types/event/types.d.ts +0 -20
  988. package/node_modules/@testing-library/user-event/dist/types/event/wrapEvent.d.ts +0 -1
  989. package/node_modules/@testing-library/user-event/dist/types/index.d.ts +0 -6
  990. package/node_modules/@testing-library/user-event/dist/types/keyboard/index.d.ts +0 -3
  991. package/node_modules/@testing-library/user-event/dist/types/keyboard/keyMap.d.ts +0 -5
  992. package/node_modules/@testing-library/user-event/dist/types/keyboard/parseKeyDef.d.ts +0 -17
  993. package/node_modules/@testing-library/user-event/dist/types/options.d.ts +0 -115
  994. package/node_modules/@testing-library/user-event/dist/types/pointer/index.d.ts +0 -28
  995. package/node_modules/@testing-library/user-event/dist/types/pointer/keyMap.d.ts +0 -2
  996. package/node_modules/@testing-library/user-event/dist/types/pointer/parseKeyDef.d.ts +0 -6
  997. package/node_modules/@testing-library/user-event/dist/types/setup/api.d.ts +0 -23
  998. package/node_modules/@testing-library/user-event/dist/types/setup/directApi.d.ts +0 -24
  999. package/node_modules/@testing-library/user-event/dist/types/setup/index.d.ts +0 -22
  1000. package/node_modules/@testing-library/user-event/dist/types/setup/setup.d.ts +0 -44
  1001. package/node_modules/@testing-library/user-event/dist/types/setup/wrapAsync.d.ts +0 -4
  1002. package/node_modules/@testing-library/user-event/dist/types/system/index.d.ts +0 -10
  1003. package/node_modules/@testing-library/user-event/dist/types/system/keyboard.d.ts +0 -50
  1004. package/node_modules/@testing-library/user-event/dist/types/system/pointer/buttons.d.ts +0 -23
  1005. package/node_modules/@testing-library/user-event/dist/types/system/pointer/device.d.ts +0 -8
  1006. package/node_modules/@testing-library/user-event/dist/types/system/pointer/index.d.ts +0 -21
  1007. package/node_modules/@testing-library/user-event/dist/types/system/pointer/mouse.d.ts +0 -31
  1008. package/node_modules/@testing-library/user-event/dist/types/system/pointer/pointer.d.ts +0 -32
  1009. package/node_modules/@testing-library/user-event/dist/types/system/pointer/shared.d.ts +0 -20
  1010. package/node_modules/@testing-library/user-event/dist/types/utility/clear.d.ts +0 -2
  1011. package/node_modules/@testing-library/user-event/dist/types/utility/index.d.ts +0 -4
  1012. package/node_modules/@testing-library/user-event/dist/types/utility/selectOptions.d.ts +0 -3
  1013. package/node_modules/@testing-library/user-event/dist/types/utility/type.d.ts +0 -9
  1014. package/node_modules/@testing-library/user-event/dist/types/utility/upload.d.ts +0 -5
  1015. package/node_modules/@testing-library/user-event/dist/types/utils/click/isClickableInput.d.ts +0 -15
  1016. package/node_modules/@testing-library/user-event/dist/types/utils/dataTransfer/Blob.d.ts +0 -3
  1017. package/node_modules/@testing-library/user-event/dist/types/utils/dataTransfer/Clipboard.d.ts +0 -11
  1018. package/node_modules/@testing-library/user-event/dist/types/utils/dataTransfer/DataTransfer.d.ts +0 -2
  1019. package/node_modules/@testing-library/user-event/dist/types/utils/dataTransfer/FileList.d.ts +0 -1
  1020. package/node_modules/@testing-library/user-event/dist/types/utils/edit/isContentEditable.d.ts +0 -7
  1021. package/node_modules/@testing-library/user-event/dist/types/utils/edit/isEditable.d.ts +0 -24
  1022. package/node_modules/@testing-library/user-event/dist/types/utils/edit/maxLength.d.ts +0 -14
  1023. package/node_modules/@testing-library/user-event/dist/types/utils/edit/setFiles.d.ts +0 -12
  1024. package/node_modules/@testing-library/user-event/dist/types/utils/edit/timeValue.d.ts +0 -4
  1025. package/node_modules/@testing-library/user-event/dist/types/utils/focus/cursor.d.ts +0 -9
  1026. package/node_modules/@testing-library/user-event/dist/types/utils/focus/getActiveElement.d.ts +0 -2
  1027. package/node_modules/@testing-library/user-event/dist/types/utils/focus/getTabDestination.d.ts +0 -1
  1028. package/node_modules/@testing-library/user-event/dist/types/utils/focus/isFocusable.d.ts +0 -1
  1029. package/node_modules/@testing-library/user-event/dist/types/utils/focus/selection.d.ts +0 -8
  1030. package/node_modules/@testing-library/user-event/dist/types/utils/focus/selector.d.ts +0 -1
  1031. package/node_modules/@testing-library/user-event/dist/types/utils/index.d.ts +0 -29
  1032. package/node_modules/@testing-library/user-event/dist/types/utils/keyDef/readNextDescriptor.d.ts +0 -21
  1033. package/node_modules/@testing-library/user-event/dist/types/utils/misc/cloneEvent.d.ts +0 -1
  1034. package/node_modules/@testing-library/user-event/dist/types/utils/misc/findClosest.d.ts +0 -1
  1035. package/node_modules/@testing-library/user-event/dist/types/utils/misc/getDocumentFromNode.d.ts +0 -1
  1036. package/node_modules/@testing-library/user-event/dist/types/utils/misc/getTreeDiff.d.ts +0 -1
  1037. package/node_modules/@testing-library/user-event/dist/types/utils/misc/getWindow.d.ts +0 -1
  1038. package/node_modules/@testing-library/user-event/dist/types/utils/misc/isDescendantOrSelf.d.ts +0 -1
  1039. package/node_modules/@testing-library/user-event/dist/types/utils/misc/isDisabled.d.ts +0 -1
  1040. package/node_modules/@testing-library/user-event/dist/types/utils/misc/isElementType.d.ts +0 -5
  1041. package/node_modules/@testing-library/user-event/dist/types/utils/misc/isVisible.d.ts +0 -1
  1042. package/node_modules/@testing-library/user-event/dist/types/utils/misc/level.d.ts +0 -8
  1043. package/node_modules/@testing-library/user-event/dist/types/utils/misc/wait.d.ts +0 -2
  1044. package/node_modules/@testing-library/user-event/dist/types/utils/pointer/cssPointerEvents.d.ts +0 -19
  1045. package/node_modules/@testing-library/user-event/package.json +0 -112
  1046. package/node_modules/@types/node/LICENSE +0 -21
  1047. package/node_modules/@types/node/README.md +0 -15
  1048. package/node_modules/@types/node/assert/strict.d.ts +0 -8
  1049. package/node_modules/@types/node/assert.d.ts +0 -1040
  1050. package/node_modules/@types/node/async_hooks.d.ts +0 -541
  1051. package/node_modules/@types/node/buffer.d.ts +0 -2363
  1052. package/node_modules/@types/node/child_process.d.ts +0 -1542
  1053. package/node_modules/@types/node/cluster.d.ts +0 -578
  1054. package/node_modules/@types/node/console.d.ts +0 -452
  1055. package/node_modules/@types/node/constants.d.ts +0 -19
  1056. package/node_modules/@types/node/crypto.d.ts +0 -4522
  1057. package/node_modules/@types/node/dgram.d.ts +0 -596
  1058. package/node_modules/@types/node/diagnostics_channel.d.ts +0 -545
  1059. package/node_modules/@types/node/dns/promises.d.ts +0 -473
  1060. package/node_modules/@types/node/dns.d.ts +0 -853
  1061. package/node_modules/@types/node/dom-events.d.ts +0 -124
  1062. package/node_modules/@types/node/domain.d.ts +0 -170
  1063. package/node_modules/@types/node/events.d.ts +0 -884
  1064. package/node_modules/@types/node/fs/promises.d.ts +0 -1245
  1065. package/node_modules/@types/node/fs.d.ts +0 -4317
  1066. package/node_modules/@types/node/globals.d.ts +0 -411
  1067. package/node_modules/@types/node/globals.global.d.ts +0 -1
  1068. package/node_modules/@types/node/http.d.ts +0 -1889
  1069. package/node_modules/@types/node/http2.d.ts +0 -2418
  1070. package/node_modules/@types/node/https.d.ts +0 -550
  1071. package/node_modules/@types/node/index.d.ts +0 -89
  1072. package/node_modules/@types/node/inspector.d.ts +0 -2746
  1073. package/node_modules/@types/node/module.d.ts +0 -315
  1074. package/node_modules/@types/node/net.d.ts +0 -996
  1075. package/node_modules/@types/node/os.d.ts +0 -495
  1076. package/node_modules/@types/node/package.json +0 -217
  1077. package/node_modules/@types/node/path.d.ts +0 -191
  1078. package/node_modules/@types/node/perf_hooks.d.ts +0 -645
  1079. package/node_modules/@types/node/process.d.ts +0 -1747
  1080. package/node_modules/@types/node/punycode.d.ts +0 -117
  1081. package/node_modules/@types/node/querystring.d.ts +0 -153
  1082. package/node_modules/@types/node/readline/promises.d.ts +0 -150
  1083. package/node_modules/@types/node/readline.d.ts +0 -540
  1084. package/node_modules/@types/node/repl.d.ts +0 -430
  1085. package/node_modules/@types/node/sea.d.ts +0 -153
  1086. package/node_modules/@types/node/stream/consumers.d.ts +0 -12
  1087. package/node_modules/@types/node/stream/promises.d.ts +0 -83
  1088. package/node_modules/@types/node/stream/web.d.ts +0 -367
  1089. package/node_modules/@types/node/stream.d.ts +0 -1707
  1090. package/node_modules/@types/node/string_decoder.d.ts +0 -67
  1091. package/node_modules/@types/node/test.d.ts +0 -1470
  1092. package/node_modules/@types/node/timers/promises.d.ts +0 -97
  1093. package/node_modules/@types/node/timers.d.ts +0 -240
  1094. package/node_modules/@types/node/tls.d.ts +0 -1217
  1095. package/node_modules/@types/node/trace_events.d.ts +0 -197
  1096. package/node_modules/@types/node/tty.d.ts +0 -208
  1097. package/node_modules/@types/node/url.d.ts +0 -944
  1098. package/node_modules/@types/node/util.d.ts +0 -2276
  1099. package/node_modules/@types/node/v8.d.ts +0 -764
  1100. package/node_modules/@types/node/vm.d.ts +0 -921
  1101. package/node_modules/@types/node/wasi.d.ts +0 -181
  1102. package/node_modules/@types/node/worker_threads.d.ts +0 -691
  1103. package/node_modules/@types/node/zlib.d.ts +0 -530
  1104. package/node_modules/@types/react/LICENSE +0 -21
  1105. package/node_modules/@types/react/README.md +0 -15
  1106. package/node_modules/@types/react/canary.d.ts +0 -157
  1107. package/node_modules/@types/react/experimental.d.ts +0 -127
  1108. package/node_modules/@types/react/global.d.ts +0 -160
  1109. package/node_modules/@types/react/index.d.ts +0 -4537
  1110. package/node_modules/@types/react/jsx-dev-runtime.d.ts +0 -45
  1111. package/node_modules/@types/react/jsx-runtime.d.ts +0 -36
  1112. package/node_modules/@types/react/package.json +0 -210
  1113. package/node_modules/@types/react/ts5.0/canary.d.ts +0 -157
  1114. package/node_modules/@types/react/ts5.0/experimental.d.ts +0 -127
  1115. package/node_modules/@types/react/ts5.0/global.d.ts +0 -160
  1116. package/node_modules/@types/react/ts5.0/index.d.ts +0 -4524
  1117. package/node_modules/@types/react/ts5.0/jsx-dev-runtime.d.ts +0 -44
  1118. package/node_modules/@types/react/ts5.0/jsx-runtime.d.ts +0 -35
  1119. package/node_modules/@types/react-dom/LICENSE +0 -21
  1120. package/node_modules/@types/react-dom/README.md +0 -16
  1121. package/node_modules/@types/react-dom/canary.d.ts +0 -185
  1122. package/node_modules/@types/react-dom/client.d.ts +0 -72
  1123. package/node_modules/@types/react-dom/experimental.d.ts +0 -36
  1124. package/node_modules/@types/react-dom/index.d.ts +0 -150
  1125. package/node_modules/@types/react-dom/package.json +0 -88
  1126. package/node_modules/@types/react-dom/server.d.ts +0 -131
  1127. package/node_modules/@types/react-dom/test-utils/index.d.ts +0 -402
  1128. package/node_modules/@vitest/ui/LICENSE +0 -21
  1129. package/node_modules/@vitest/ui/README.md +0 -21
  1130. package/node_modules/@vitest/ui/dist/client/assets/index-9agQl9q3.js +0 -35
  1131. package/node_modules/@vitest/ui/dist/client/assets/index-fUmMsp0O.css +0 -1
  1132. package/node_modules/@vitest/ui/dist/client/bg.png +0 -0
  1133. package/node_modules/@vitest/ui/dist/client/favicon.svg +0 -5
  1134. package/node_modules/@vitest/ui/dist/client/index.html +0 -26
  1135. package/node_modules/@vitest/ui/dist/index.d.ts +0 -6
  1136. package/node_modules/@vitest/ui/dist/index.js +0 -70
  1137. package/node_modules/@vitest/ui/dist/reporter.js +0 -109
  1138. package/node_modules/@vitest/ui/package.json +0 -89
  1139. package/node_modules/@vitest/ui/reporter.d.ts +0 -4
  1140. package/node_modules/@vitest/ui/shim.d.ts +0 -3
  1141. package/pnpm-lock.yaml +0 -6986
  1142. package/resources/tictoccroc/icons/colorLine/calendar-color-line.svg +0 -4
  1143. package/resources/tictoccroc/icons/colorLine/capacity-color-line.svg +0 -6
  1144. package/resources/tictoccroc/icons/colorLine/goods-color-line.svg +0 -4
  1145. package/resources/tictoccroc/icons/colorLine/index.ts +0 -5
  1146. package/resources/tictoccroc/icons/colorLine/kids-color-line.svg +0 -5
  1147. package/resources/tictoccroc/icons/colorLine/time-color-line.svg +0 -4
  1148. package/resources/tictoccroc/icons/emoji/average-plane-emoji.svg +0 -13
  1149. package/resources/tictoccroc/icons/emoji/excellent-plane-emoji.svg +0 -13
  1150. package/resources/tictoccroc/icons/emoji/good-plane-emoji.svg +0 -13
  1151. package/resources/tictoccroc/icons/emoji/index.ts +0 -3
  1152. package/resources/tictoccroc/icons/etc/cash-etc.svg +0 -5
  1153. package/resources/tictoccroc/icons/etc/check-etc.svg +0 -4
  1154. package/resources/tictoccroc/icons/etc/coupon-etc.svg +0 -16
  1155. package/resources/tictoccroc/icons/etc/index.ts +0 -5
  1156. package/resources/tictoccroc/icons/etc/point-etc.svg +0 -5
  1157. package/resources/tictoccroc/icons/etc/unscheduled-etc.svg +0 -19
  1158. package/resources/tictoccroc/icons/fill/alert-fill.svg +0 -3
  1159. package/resources/tictoccroc/icons/fill/apply-fill.svg +0 -3
  1160. package/resources/tictoccroc/icons/fill/arrow-down-fill.svg +0 -3
  1161. package/resources/tictoccroc/icons/fill/arrow-left-fill.svg +0 -3
  1162. package/resources/tictoccroc/icons/fill/arrow-right-fill.svg +0 -3
  1163. package/resources/tictoccroc/icons/fill/arrow-up-fill.svg +0 -3
  1164. package/resources/tictoccroc/icons/fill/chatting-fill.svg +0 -3
  1165. package/resources/tictoccroc/icons/fill/clr-fill.svg +0 -3
  1166. package/resources/tictoccroc/icons/fill/complete-fill.svg +0 -3
  1167. package/resources/tictoccroc/icons/fill/home-fill.svg +0 -3
  1168. package/resources/tictoccroc/icons/fill/index.ts +0 -19
  1169. package/resources/tictoccroc/icons/fill/info-fill.svg +0 -3
  1170. package/resources/tictoccroc/icons/fill/invalid-fill.svg +0 -3
  1171. package/resources/tictoccroc/icons/fill/like-fill.svg +0 -4
  1172. package/resources/tictoccroc/icons/fill/met-fill.svg +0 -3
  1173. package/resources/tictoccroc/icons/fill/ongoing-fill.svg +0 -3
  1174. package/resources/tictoccroc/icons/fill/review-fill.svg +0 -3
  1175. package/resources/tictoccroc/icons/fill/schedule-fill.svg +0 -3
  1176. package/resources/tictoccroc/icons/fill/tooltip-fill.svg +0 -3
  1177. package/resources/tictoccroc/icons/fill/user-fill.svg +0 -4
  1178. package/resources/tictoccroc/icons/index.ts +0 -5
  1179. package/resources/tictoccroc/icons/line/alarm-line.svg +0 -4
  1180. package/resources/tictoccroc/icons/line/align-edit.svg +0 -5
  1181. package/resources/tictoccroc/icons/line/align-line.svg +0 -4
  1182. package/resources/tictoccroc/icons/line/apply-line.svg +0 -7
  1183. package/resources/tictoccroc/icons/line/arrow-back-line.svg +0 -3
  1184. package/resources/tictoccroc/icons/line/arrow-downward-line.svg +0 -3
  1185. package/resources/tictoccroc/icons/line/arrow-forward-line.svg +0 -3
  1186. package/resources/tictoccroc/icons/line/arrow-upward-line.svg +0 -3
  1187. package/resources/tictoccroc/icons/line/attach-line.svg +0 -3
  1188. package/resources/tictoccroc/icons/line/ban-line.svg +0 -3
  1189. package/resources/tictoccroc/icons/line/browser-line.svg +0 -6
  1190. package/resources/tictoccroc/icons/line/calendar-line.svg +0 -3
  1191. package/resources/tictoccroc/icons/line/call-line.svg +0 -3
  1192. package/resources/tictoccroc/icons/line/camera-line.svg +0 -5
  1193. package/resources/tictoccroc/icons/line/card-line.svg +0 -3
  1194. package/resources/tictoccroc/icons/line/cash-line.svg +0 -4
  1195. package/resources/tictoccroc/icons/line/certificate-line.svg +0 -3
  1196. package/resources/tictoccroc/icons/line/chat-line.svg +0 -3
  1197. package/resources/tictoccroc/icons/line/chatting-line.svg +0 -7
  1198. package/resources/tictoccroc/icons/line/check-line.svg +0 -3
  1199. package/resources/tictoccroc/icons/line/chevron-down-line.svg +0 -3
  1200. package/resources/tictoccroc/icons/line/chevron-left-line.svg +0 -3
  1201. package/resources/tictoccroc/icons/line/chevron-right-line.svg +0 -3
  1202. package/resources/tictoccroc/icons/line/chevron-up-line.svg +0 -3
  1203. package/resources/tictoccroc/icons/line/close-line.svg +0 -3
  1204. package/resources/tictoccroc/icons/line/copy-line.svg +0 -3
  1205. package/resources/tictoccroc/icons/line/delete-line.svg +0 -6
  1206. package/resources/tictoccroc/icons/line/download-line.svg +0 -4
  1207. package/resources/tictoccroc/icons/line/eye-invisible-line.svg +0 -7
  1208. package/resources/tictoccroc/icons/line/eye-visible-line.svg +0 -3
  1209. package/resources/tictoccroc/icons/line/filter-line.svg +0 -5
  1210. package/resources/tictoccroc/icons/line/fullview-line.svg +0 -6
  1211. package/resources/tictoccroc/icons/line/goods-line.svg +0 -3
  1212. package/resources/tictoccroc/icons/line/hamburger-line.svg +0 -3
  1213. package/resources/tictoccroc/icons/line/headphone-line.svg +0 -3
  1214. package/resources/tictoccroc/icons/line/home-line.svg +0 -4
  1215. package/resources/tictoccroc/icons/line/img-disable-line.svg +0 -3
  1216. package/resources/tictoccroc/icons/line/img-line.svg +0 -4
  1217. package/resources/tictoccroc/icons/line/index.ts +0 -72
  1218. package/resources/tictoccroc/icons/line/information-line.svg +0 -4
  1219. package/resources/tictoccroc/icons/line/instagram-line.svg +0 -5
  1220. package/resources/tictoccroc/icons/line/insurance-line.svg +0 -4
  1221. package/resources/tictoccroc/icons/line/kids-line.svg +0 -6
  1222. package/resources/tictoccroc/icons/line/like-line.svg +0 -4
  1223. package/resources/tictoccroc/icons/line/link-line.svg +0 -5
  1224. package/resources/tictoccroc/icons/line/location-line.svg +0 -4
  1225. package/resources/tictoccroc/icons/line/match-type-line.svg +0 -4
  1226. package/resources/tictoccroc/icons/line/met-line.svg +0 -4
  1227. package/resources/tictoccroc/icons/line/minus-line.svg +0 -3
  1228. package/resources/tictoccroc/icons/line/mobile-line.svg +0 -4
  1229. package/resources/tictoccroc/icons/line/modify-line.svg +0 -4
  1230. package/resources/tictoccroc/icons/line/money-line.svg +0 -4
  1231. package/resources/tictoccroc/icons/line/more-line.svg +0 -6
  1232. package/resources/tictoccroc/icons/line/parking-line.svg +0 -5
  1233. package/resources/tictoccroc/icons/line/plus-line.svg +0 -3
  1234. package/resources/tictoccroc/icons/line/receipt-line.svg +0 -5
  1235. package/resources/tictoccroc/icons/line/reset-line.svg +0 -3
  1236. package/resources/tictoccroc/icons/line/schedule-line.svg +0 -13
  1237. package/resources/tictoccroc/icons/line/search-line.svg +0 -3
  1238. package/resources/tictoccroc/icons/line/setting-line.svg +0 -4
  1239. package/resources/tictoccroc/icons/line/share-line.svg +0 -5
  1240. package/resources/tictoccroc/icons/line/sms-line.svg +0 -4
  1241. package/resources/tictoccroc/icons/line/sound-line.svg +0 -5
  1242. package/resources/tictoccroc/icons/line/sound-off-line.svg +0 -4
  1243. package/resources/tictoccroc/icons/line/special-line.svg +0 -4
  1244. package/resources/tictoccroc/icons/line/time-line.svg +0 -4
  1245. package/resources/tictoccroc/icons/line/toy-line.svg +0 -3
  1246. package/resources/tictoccroc/icons/line/university-line.svg +0 -3
  1247. package/resources/tictoccroc/icons/line/upload-line.svg +0 -4
  1248. package/resources/tictoccroc/icons/line/user-line.svg +0 -6
  1249. package/resources/tictoccroc/icons/line/video-camera-line.svg +0 -4
  1250. package/resources/tictoccroc/icons/line/warning1-line.svg +0 -5
  1251. package/resources/tictoccroc/icons/line/warning2-line.svg +0 -4
  1252. package/resources/tictoccroc/icons/line/wifi-line.svg +0 -6
  1253. package/stories/Introduction.mdx +0 -113
  1254. package/stories/foundations/tictoccroc-parent.mdx +0 -189
  1255. package/stories/foundations/tictoccroc-teacher.mdx +0 -189
  1256. package/themes/tictoccroc/colors/background.ts +0 -9
  1257. package/themes/tictoccroc/colors/blue.ts +0 -16
  1258. package/themes/tictoccroc/colors/classType.ts +0 -12
  1259. package/themes/tictoccroc/colors/etc.ts +0 -12
  1260. package/themes/tictoccroc/colors/green.ts +0 -16
  1261. package/themes/tictoccroc/colors/grey.ts +0 -18
  1262. package/themes/tictoccroc/colors/index.ts +0 -8
  1263. package/themes/tictoccroc/colors/pink.ts +0 -16
  1264. package/themes/tictoccroc/colors/yellow.ts +0 -16
  1265. package/themes/tictoccroc/index.ts +0 -5
  1266. package/themes/tictoccroc/parentLight.ts +0 -65
  1267. package/themes/tictoccroc/teacherLight.ts +0 -65
  1268. package/themes/tictoccroc/typography/body.ts +0 -76
  1269. package/themes/tictoccroc/typography/caption.ts +0 -111
  1270. package/themes/tictoccroc/typography/display.ts +0 -90
  1271. package/themes/tictoccroc/typography/headline.ts +0 -132
  1272. package/themes/tictoccroc/typography/index.ts +0 -4
  1273. package/tsconfig.json +0 -32
  1274. package/typings/color.ts +0 -37
  1275. package/typings/component.ts +0 -59
  1276. package/typings/index.ts +0 -7
  1277. package/typings/theme/core.ts +0 -72
  1278. package/typings/theme/tictoccroc.ts +0 -29
  1279. package/typings/typography.ts +0 -30
  1280. package/typings/utility.ts +0 -20
  1281. package/utils/convertNumberToCSSValue.ts +0 -12
  1282. package/utils/debounce/debounce.ts +0 -17
  1283. package/utils/getContrastRatio/getContrastRatio.test.ts +0 -19
  1284. package/utils/getContrastRatio/getContrastRatio.ts +0 -12
  1285. package/utils/getContrastingTextColor/getContrastingTextColor.test.ts +0 -27
  1286. package/utils/getContrastingTextColor/getContrastingTextColor.ts +0 -33
  1287. package/utils/getIconLabel/getIconLabel.ts +0 -115
  1288. package/utils/getInterpolation/getInterpolation.ts +0 -16
  1289. package/utils/getPaletteColor/getPaletteColor.test.ts +0 -26
  1290. package/utils/getPaletteColor/getPaletteColor.ts +0 -71
  1291. package/utils/getRelativeLuminance/getRelativeLuminance.test.ts +0 -23
  1292. package/utils/getRelativeLuminance/getRelativeLuminance.ts +0 -7
  1293. package/utils/getSibling/getSibling.ts +0 -27
  1294. package/utils/hexToRgb/hexToRgb.test.ts +0 -28
  1295. package/utils/hexToRgb/hexToRgb.ts +0 -15
  1296. package/vite.config.mts +0 -188
  1297. package/vitest.setup.ts +0 -7
  1298. /package/{dist/Accordion → Accordion}/Accordion.cjs +0 -0
  1299. /package/{dist/Accordion → Accordion}/Accordion.d.ts +0 -0
  1300. /package/{dist/Accordion → Accordion}/Accordion.es.js +0 -0
  1301. /package/{dist/Accordion → Accordion}/Accordion.stories.d.ts +0 -0
  1302. /package/{dist/Accordion → Accordion}/index.cjs +0 -0
  1303. /package/{dist/Accordion → Accordion}/index.d.ts +0 -0
  1304. /package/{dist/Accordion → Accordion}/index.es.js +0 -0
  1305. /package/{dist/Autocomplete → Autocomplete}/Autocomplete.cjs +0 -0
  1306. /package/{dist/Autocomplete → Autocomplete}/Autocomplete.d.ts +0 -0
  1307. /package/{dist/Autocomplete → Autocomplete}/Autocomplete.stories.d.ts +0 -0
  1308. /package/{dist/Autocomplete → Autocomplete}/index.cjs +0 -0
  1309. /package/{dist/Autocomplete → Autocomplete}/index.d.ts +0 -0
  1310. /package/{dist/Autocomplete → Autocomplete}/index.es.js +0 -0
  1311. /package/{dist/Backdrop → Backdrop}/Backdrop.cjs +0 -0
  1312. /package/{dist/Backdrop → Backdrop}/Backdrop.d.ts +0 -0
  1313. /package/{dist/Backdrop → Backdrop}/Backdrop.es.js +0 -0
  1314. /package/{dist/Backdrop → Backdrop}/Backdrop.stories.d.ts +0 -0
  1315. /package/{dist/Backdrop → Backdrop}/index.cjs +0 -0
  1316. /package/{dist/Backdrop → Backdrop}/index.d.ts +0 -0
  1317. /package/{dist/Backdrop → Backdrop}/index.es.js +0 -0
  1318. /package/{dist/Badge → Badge}/Badge.cjs +0 -0
  1319. /package/{dist/Badge → Badge}/Badge.d.ts +0 -0
  1320. /package/{dist/Badge → Badge}/Badge.es.js +0 -0
  1321. /package/{dist/Badge → Badge}/Badge.stories.d.ts +0 -0
  1322. /package/{dist/Badge → Badge}/index.cjs +0 -0
  1323. /package/{dist/Badge → Badge}/index.d.ts +0 -0
  1324. /package/{dist/Badge → Badge}/index.es.js +0 -0
  1325. /package/{dist/BottomSheet → BottomSheet}/BottomSheet.cjs +0 -0
  1326. /package/{dist/BottomSheet → BottomSheet}/BottomSheet.d.ts +0 -0
  1327. /package/{dist/BottomSheet → BottomSheet}/BottomSheet.es.js +0 -0
  1328. /package/{dist/BottomSheet → BottomSheet}/BottomSheet.stories.d.ts +0 -0
  1329. /package/{dist/BottomSheet → BottomSheet}/BottomSheetAction/BottomSheetAction.cjs +0 -0
  1330. /package/{dist/BottomSheet → BottomSheet}/BottomSheetAction/BottomSheetAction.d.ts +0 -0
  1331. /package/{dist/BottomSheet → BottomSheet}/BottomSheetAction/BottomSheetAction.es.js +0 -0
  1332. /package/{dist/BottomSheet → BottomSheet}/BottomSheetAction/index.cjs +0 -0
  1333. /package/{dist/BottomSheet → BottomSheet}/BottomSheetAction/index.d.ts +0 -0
  1334. /package/{dist/BottomSheet → BottomSheet}/BottomSheetAction/index.es.js +0 -0
  1335. /package/{dist/BottomSheet → BottomSheet}/BottomSheetContent/BottomSheetContent.cjs +0 -0
  1336. /package/{dist/BottomSheet → BottomSheet}/BottomSheetContent/BottomSheetContent.d.ts +0 -0
  1337. /package/{dist/BottomSheet → BottomSheet}/BottomSheetContent/BottomSheetContent.es.js +0 -0
  1338. /package/{dist/BottomSheet → BottomSheet}/BottomSheetContent/index.cjs +0 -0
  1339. /package/{dist/BottomSheet → BottomSheet}/BottomSheetContent/index.d.ts +0 -0
  1340. /package/{dist/BottomSheet → BottomSheet}/BottomSheetContent/index.es.js +0 -0
  1341. /package/{dist/BottomSheet → BottomSheet}/BottomSheetText/BottomSheetText.cjs +0 -0
  1342. /package/{dist/BottomSheet → BottomSheet}/BottomSheetText/BottomSheetText.d.ts +0 -0
  1343. /package/{dist/BottomSheet → BottomSheet}/BottomSheetText/BottomSheetText.es.js +0 -0
  1344. /package/{dist/BottomSheet → BottomSheet}/BottomSheetText/index.cjs +0 -0
  1345. /package/{dist/BottomSheet → BottomSheet}/BottomSheetText/index.d.ts +0 -0
  1346. /package/{dist/BottomSheet → BottomSheet}/BottomSheetText/index.es.js +0 -0
  1347. /package/{dist/BottomSheet → BottomSheet}/BottomSheetTitle/BottomSheetTitle.cjs +0 -0
  1348. /package/{dist/BottomSheet → BottomSheet}/BottomSheetTitle/BottomSheetTitle.d.ts +0 -0
  1349. /package/{dist/BottomSheet → BottomSheet}/BottomSheetTitle/BottomSheetTitle.es.js +0 -0
  1350. /package/{dist/BottomSheet → BottomSheet}/BottomSheetTitle/index.cjs +0 -0
  1351. /package/{dist/BottomSheet → BottomSheet}/BottomSheetTitle/index.d.ts +0 -0
  1352. /package/{dist/BottomSheet → BottomSheet}/BottomSheetTitle/index.es.js +0 -0
  1353. /package/{dist/BottomSheet → BottomSheet}/index.cjs +0 -0
  1354. /package/{dist/BottomSheet → BottomSheet}/index.d.ts +0 -0
  1355. /package/{dist/BottomSheet → BottomSheet}/index.es.js +0 -0
  1356. /package/{dist/Box → Box}/Box.cjs +0 -0
  1357. /package/{dist/Box → Box}/Box.d.ts +0 -0
  1358. /package/{dist/Box → Box}/Box.es.js +0 -0
  1359. /package/{dist/Box → Box}/Box.stories.d.ts +0 -0
  1360. /package/{dist/Box → Box}/index.cjs +0 -0
  1361. /package/{dist/Box → Box}/index.d.ts +0 -0
  1362. /package/{dist/Box → Box}/index.es.js +0 -0
  1363. /package/{dist/Button → Button}/Button.cjs +0 -0
  1364. /package/{dist/Button → Button}/Button.d.ts +0 -0
  1365. /package/{dist/Button → Button}/Button.stories.d.ts +0 -0
  1366. /package/{dist/Button → Button}/index.cjs +0 -0
  1367. /package/{dist/Button → Button}/index.d.ts +0 -0
  1368. /package/{dist/Button → Button}/index.es.js +0 -0
  1369. /package/{dist/Card → Card}/Card.cjs +0 -0
  1370. /package/{dist/Card → Card}/Card.d.ts +0 -0
  1371. /package/{dist/Card → Card}/Card.es.js +0 -0
  1372. /package/{dist/Card → Card}/Card.stories.d.ts +0 -0
  1373. /package/{dist/Card → Card}/index.cjs +0 -0
  1374. /package/{dist/Card → Card}/index.d.ts +0 -0
  1375. /package/{dist/Card → Card}/index.es.js +0 -0
  1376. /package/{dist/ChainPicker → ChainPicker}/ChainPicker.cjs +0 -0
  1377. /package/{dist/ChainPicker → ChainPicker}/ChainPicker.d.ts +0 -0
  1378. /package/{dist/ChainPicker → ChainPicker}/ChainPicker.stories.d.ts +0 -0
  1379. /package/{dist/ChainPicker → ChainPicker}/index.cjs +0 -0
  1380. /package/{dist/ChainPicker → ChainPicker}/index.d.ts +0 -0
  1381. /package/{dist/ChainPicker → ChainPicker}/index.es.js +0 -0
  1382. /package/{dist/Checkbox → Checkbox}/Checkbox.cjs +0 -0
  1383. /package/{dist/Checkbox → Checkbox}/Checkbox.d.ts +0 -0
  1384. /package/{dist/Checkbox → Checkbox}/Checkbox.es.js +0 -0
  1385. /package/{dist/Checkbox → Checkbox}/Checkbox.stories.d.ts +0 -0
  1386. /package/{dist/Checkbox → Checkbox}/index.cjs +0 -0
  1387. /package/{dist/Checkbox → Checkbox}/index.d.ts +0 -0
  1388. /package/{dist/Checkbox → Checkbox}/index.es.js +0 -0
  1389. /package/{dist/Chip → Chip}/Chip.cjs +0 -0
  1390. /package/{dist/Chip → Chip}/Chip.d.ts +0 -0
  1391. /package/{dist/Chip → Chip}/Chip.es.js +0 -0
  1392. /package/{dist/Chip → Chip}/Chip.stories.d.ts +0 -0
  1393. /package/{dist/Chip → Chip}/index.cjs +0 -0
  1394. /package/{dist/Chip → Chip}/index.d.ts +0 -0
  1395. /package/{dist/Chip → Chip}/index.es.js +0 -0
  1396. /package/{dist/CircularProgressIndicator → CircularProgressIndicator}/CircularProgressIndicator.cjs +0 -0
  1397. /package/{dist/CircularProgressIndicator → CircularProgressIndicator}/CircularProgressIndicator.d.ts +0 -0
  1398. /package/{dist/CircularProgressIndicator → CircularProgressIndicator}/CircularProgressIndicator.es.js +0 -0
  1399. /package/{dist/CircularProgressIndicator → CircularProgressIndicator}/CircularProgressIndicator.stories.d.ts +0 -0
  1400. /package/{dist/CircularProgressIndicator → CircularProgressIndicator}/index.cjs +0 -0
  1401. /package/{dist/CircularProgressIndicator → CircularProgressIndicator}/index.d.ts +0 -0
  1402. /package/{dist/CircularProgressIndicator → CircularProgressIndicator}/index.es.js +0 -0
  1403. /package/{dist/ClickAwayListener → ClickAwayListener}/ClickAwayListener.cjs +0 -0
  1404. /package/{dist/ClickAwayListener → ClickAwayListener}/ClickAwayListener.d.ts +0 -0
  1405. /package/{dist/ClickAwayListener → ClickAwayListener}/ClickAwayListener.es.js +0 -0
  1406. /package/{dist/ClickAwayListener → ClickAwayListener}/index.cjs +0 -0
  1407. /package/{dist/ClickAwayListener → ClickAwayListener}/index.d.ts +0 -0
  1408. /package/{dist/ClickAwayListener → ClickAwayListener}/index.es.js +0 -0
  1409. /package/{dist/DatePicker → DatePicker}/DatePicker.cjs +0 -0
  1410. /package/{dist/DatePicker → DatePicker}/DatePicker.d.ts +0 -0
  1411. /package/{dist/DatePicker → DatePicker}/DatePicker.stories.d.ts +0 -0
  1412. /package/{dist/DatePicker → DatePicker}/index.cjs +0 -0
  1413. /package/{dist/DatePicker → DatePicker}/index.d.ts +0 -0
  1414. /package/{dist/DatePicker → DatePicker}/index.es.js +0 -0
  1415. /package/{dist/Dialog → Dialog}/Dialog.cjs +0 -0
  1416. /package/{dist/Dialog → Dialog}/Dialog.d.ts +0 -0
  1417. /package/{dist/Dialog → Dialog}/Dialog.es.js +0 -0
  1418. /package/{dist/Dialog → Dialog}/Dialog.stories.d.ts +0 -0
  1419. /package/{dist/Dialog → Dialog}/DialogAction/DialogAction.cjs +0 -0
  1420. /package/{dist/Dialog → Dialog}/DialogAction/DialogAction.d.ts +0 -0
  1421. /package/{dist/Dialog → Dialog}/DialogAction/DialogAction.es.js +0 -0
  1422. /package/{dist/Dialog → Dialog}/DialogAction/index.cjs +0 -0
  1423. /package/{dist/Dialog → Dialog}/DialogAction/index.d.ts +0 -0
  1424. /package/{dist/Dialog → Dialog}/DialogAction/index.es.js +0 -0
  1425. /package/{dist/Dialog → Dialog}/DialogContent/DialogContent.cjs +0 -0
  1426. /package/{dist/Dialog → Dialog}/DialogContent/DialogContent.d.ts +0 -0
  1427. /package/{dist/Dialog → Dialog}/DialogContent/DialogContent.es.js +0 -0
  1428. /package/{dist/Dialog → Dialog}/DialogContent/index.cjs +0 -0
  1429. /package/{dist/Dialog → Dialog}/DialogContent/index.d.ts +0 -0
  1430. /package/{dist/Dialog → Dialog}/DialogContent/index.es.js +0 -0
  1431. /package/{dist/Dialog → Dialog}/DialogText/DialogText.cjs +0 -0
  1432. /package/{dist/Dialog → Dialog}/DialogText/DialogText.d.ts +0 -0
  1433. /package/{dist/Dialog → Dialog}/DialogText/DialogText.es.js +0 -0
  1434. /package/{dist/Dialog → Dialog}/DialogText/index.cjs +0 -0
  1435. /package/{dist/Dialog → Dialog}/DialogText/index.d.ts +0 -0
  1436. /package/{dist/Dialog → Dialog}/DialogText/index.es.js +0 -0
  1437. /package/{dist/Dialog → Dialog}/DialogTitle/DialogTitle.cjs +0 -0
  1438. /package/{dist/Dialog → Dialog}/DialogTitle/DialogTitle.d.ts +0 -0
  1439. /package/{dist/Dialog → Dialog}/DialogTitle/DialogTitle.es.js +0 -0
  1440. /package/{dist/Dialog → Dialog}/DialogTitle/index.cjs +0 -0
  1441. /package/{dist/Dialog → Dialog}/DialogTitle/index.d.ts +0 -0
  1442. /package/{dist/Dialog → Dialog}/DialogTitle/index.es.js +0 -0
  1443. /package/{dist/Dialog → Dialog}/index.cjs +0 -0
  1444. /package/{dist/Dialog → Dialog}/index.d.ts +0 -0
  1445. /package/{dist/Dialog → Dialog}/index.es.js +0 -0
  1446. /package/{dist/Flexbox → Flexbox}/Flexbox.cjs +0 -0
  1447. /package/{dist/Flexbox → Flexbox}/Flexbox.d.ts +0 -0
  1448. /package/{dist/Flexbox → Flexbox}/Flexbox.es.js +0 -0
  1449. /package/{dist/Flexbox → Flexbox}/Flexbox.stories.d.ts +0 -0
  1450. /package/{dist/Flexbox → Flexbox}/index.cjs +0 -0
  1451. /package/{dist/Flexbox → Flexbox}/index.d.ts +0 -0
  1452. /package/{dist/Flexbox → Flexbox}/index.es.js +0 -0
  1453. /package/{dist/FocusBoundary → FocusBoundary}/FocusBoundary.cjs +0 -0
  1454. /package/{dist/FocusBoundary → FocusBoundary}/FocusBoundary.d.ts +0 -0
  1455. /package/{dist/FocusBoundary → FocusBoundary}/FocusBoundary.es.js +0 -0
  1456. /package/{dist/FocusBoundary → FocusBoundary}/index.cjs +0 -0
  1457. /package/{dist/FocusBoundary → FocusBoundary}/index.d.ts +0 -0
  1458. /package/{dist/FocusBoundary → FocusBoundary}/index.es.js +0 -0
  1459. /package/{dist/FormControlText → FormControlText}/FormControlText.cjs +0 -0
  1460. /package/{dist/FormControlText → FormControlText}/FormControlText.d.ts +0 -0
  1461. /package/{dist/FormControlText → FormControlText}/FormControlText.es.js +0 -0
  1462. /package/{dist/FormControlText → FormControlText}/FormControlText.stories.d.ts +0 -0
  1463. /package/{dist/FormControlText → FormControlText}/index.cjs +0 -0
  1464. /package/{dist/FormControlText → FormControlText}/index.d.ts +0 -0
  1465. /package/{dist/FormControlText → FormControlText}/index.es.js +0 -0
  1466. /package/{dist/Icon → Icon}/Icon.cjs +0 -0
  1467. /package/{dist/Icon → Icon}/Icon.d.ts +0 -0
  1468. /package/{dist/Icon → Icon}/Icon.es.js +0 -0
  1469. /package/{dist/Icon → Icon}/Icon.stories.d.ts +0 -0
  1470. /package/{dist/Icon → Icon}/index.cjs +0 -0
  1471. /package/{dist/Icon → Icon}/index.d.ts +0 -0
  1472. /package/{dist/Icon → Icon}/index.es.js +0 -0
  1473. /package/{dist/IconButton → IconButton}/IconButton.cjs +0 -0
  1474. /package/{dist/IconButton → IconButton}/IconButton.d.ts +0 -0
  1475. /package/{dist/IconButton → IconButton}/IconButton.es.js +0 -0
  1476. /package/{dist/IconButton → IconButton}/IconButton.stories.d.ts +0 -0
  1477. /package/{dist/IconButton → IconButton}/index.cjs +0 -0
  1478. /package/{dist/IconButton → IconButton}/index.d.ts +0 -0
  1479. /package/{dist/IconButton → IconButton}/index.es.js +0 -0
  1480. /package/{dist/Label → Label}/Label.cjs +0 -0
  1481. /package/{dist/Label → Label}/Label.d.ts +0 -0
  1482. /package/{dist/Label → Label}/Label.es.js +0 -0
  1483. /package/{dist/Label → Label}/Label.stories.d.ts +0 -0
  1484. /package/{dist/Label → Label}/index.cjs +0 -0
  1485. /package/{dist/Label → Label}/index.d.ts +0 -0
  1486. /package/{dist/Label → Label}/index.es.js +0 -0
  1487. /package/{dist/LineProgressIndicator → LineProgressIndicator}/LineProgressIndicator.cjs +0 -0
  1488. /package/{dist/LineProgressIndicator → LineProgressIndicator}/LineProgressIndicator.d.ts +0 -0
  1489. /package/{dist/LineProgressIndicator → LineProgressIndicator}/LineProgressIndicator.es.js +0 -0
  1490. /package/{dist/LineProgressIndicator → LineProgressIndicator}/LineProgressIndicator.stories.d.ts +0 -0
  1491. /package/{dist/LineProgressIndicator → LineProgressIndicator}/index.cjs +0 -0
  1492. /package/{dist/LineProgressIndicator → LineProgressIndicator}/index.d.ts +0 -0
  1493. /package/{dist/LineProgressIndicator → LineProgressIndicator}/index.es.js +0 -0
  1494. /package/{dist/Menu → Menu}/Menu.cjs +0 -0
  1495. /package/{dist/Menu → Menu}/Menu.d.ts +0 -0
  1496. /package/{dist/Menu → Menu}/Menu.es.js +0 -0
  1497. /package/{dist/Menu → Menu}/Menu.stories.d.ts +0 -0
  1498. /package/{dist/Menu → Menu}/MenuBlock/MenuBlock.cjs +0 -0
  1499. /package/{dist/Menu → Menu}/MenuBlock/MenuBlock.d.ts +0 -0
  1500. /package/{dist/Menu → Menu}/MenuBlock/MenuBlock.es.js +0 -0
  1501. /package/{dist/Menu → Menu}/MenuBlock/index.cjs +0 -0
  1502. /package/{dist/Menu → Menu}/MenuBlock/index.d.ts +0 -0
  1503. /package/{dist/Menu → Menu}/MenuBlock/index.es.js +0 -0
  1504. /package/{dist/Menu → Menu}/index.cjs +0 -0
  1505. /package/{dist/Menu → Menu}/index.d.ts +0 -0
  1506. /package/{dist/Menu → Menu}/index.es.js +0 -0
  1507. /package/{dist/NumberKeypad → NumberKeypad}/NumberKeypad.cjs +0 -0
  1508. /package/{dist/NumberKeypad → NumberKeypad}/NumberKeypad.d.ts +0 -0
  1509. /package/{dist/NumberKeypad → NumberKeypad}/NumberKeypad.es.js +0 -0
  1510. /package/{dist/NumberKeypad → NumberKeypad}/NumberKeypad.stories.d.ts +0 -0
  1511. /package/{dist/NumberKeypad → NumberKeypad}/NumberKeypadBlock/NumberKeypadBlock.cjs +0 -0
  1512. /package/{dist/NumberKeypad → NumberKeypad}/NumberKeypadBlock/NumberKeypadBlock.d.ts +0 -0
  1513. /package/{dist/NumberKeypad → NumberKeypad}/NumberKeypadBlock/NumberKeypadBlock.es.js +0 -0
  1514. /package/{dist/NumberKeypad → NumberKeypad}/NumberKeypadBlock/index.cjs +0 -0
  1515. /package/{dist/NumberKeypad → NumberKeypad}/NumberKeypadBlock/index.d.ts +0 -0
  1516. /package/{dist/NumberKeypad → NumberKeypad}/NumberKeypadBlock/index.es.js +0 -0
  1517. /package/{dist/NumberKeypad → NumberKeypad}/index.cjs +0 -0
  1518. /package/{dist/NumberKeypad → NumberKeypad}/index.d.ts +0 -0
  1519. /package/{dist/NumberKeypad → NumberKeypad}/index.es.js +0 -0
  1520. /package/{dist/PageControl → PageControl}/PageControl.cjs +0 -0
  1521. /package/{dist/PageControl → PageControl}/PageControl.d.ts +0 -0
  1522. /package/{dist/PageControl → PageControl}/PageControl.es.js +0 -0
  1523. /package/{dist/PageControl → PageControl}/PageControl.stories.d.ts +0 -0
  1524. /package/{dist/PageControl → PageControl}/index.cjs +0 -0
  1525. /package/{dist/PageControl → PageControl}/index.d.ts +0 -0
  1526. /package/{dist/PageControl → PageControl}/index.es.js +0 -0
  1527. /package/{dist/Radio → Radio}/Radio.cjs +0 -0
  1528. /package/{dist/Radio → Radio}/Radio.d.ts +0 -0
  1529. /package/{dist/Radio → Radio}/Radio.es.js +0 -0
  1530. /package/{dist/Radio → Radio}/Radio.stories.d.ts +0 -0
  1531. /package/{dist/Radio → Radio}/index.cjs +0 -0
  1532. /package/{dist/Radio → Radio}/index.d.ts +0 -0
  1533. /package/{dist/Radio → Radio}/index.es.js +0 -0
  1534. /package/{dist/SegmentedButton → SegmentedButton}/SegmentedButton.cjs +0 -0
  1535. /package/{dist/SegmentedButton → SegmentedButton}/SegmentedButton.d.ts +0 -0
  1536. /package/{dist/SegmentedButton → SegmentedButton}/SegmentedButton.es.js +0 -0
  1537. /package/{dist/SegmentedButton → SegmentedButton}/SegmentedButton.stories.d.ts +0 -0
  1538. /package/{dist/SegmentedButton → SegmentedButton}/SegmentedButtonBlock/SegmentedButtonBlock.cjs +0 -0
  1539. /package/{dist/SegmentedButton → SegmentedButton}/SegmentedButtonBlock/SegmentedButtonBlock.d.ts +0 -0
  1540. /package/{dist/SegmentedButton → SegmentedButton}/SegmentedButtonBlock/SegmentedButtonBlock.es.js +0 -0
  1541. /package/{dist/SegmentedButton → SegmentedButton}/SegmentedButtonBlock/index.cjs +0 -0
  1542. /package/{dist/SegmentedButton → SegmentedButton}/SegmentedButtonBlock/index.d.ts +0 -0
  1543. /package/{dist/SegmentedButton → SegmentedButton}/SegmentedButtonBlock/index.es.js +0 -0
  1544. /package/{dist/SegmentedButton → SegmentedButton}/index.cjs +0 -0
  1545. /package/{dist/SegmentedButton → SegmentedButton}/index.d.ts +0 -0
  1546. /package/{dist/SegmentedButton → SegmentedButton}/index.es.js +0 -0
  1547. /package/{dist/Select → Select}/Option/Option.cjs +0 -0
  1548. /package/{dist/Select → Select}/Option/Option.d.ts +0 -0
  1549. /package/{dist/Select → Select}/Option/Option.es.js +0 -0
  1550. /package/{dist/Select → Select}/Option/index.cjs +0 -0
  1551. /package/{dist/Select → Select}/Option/index.d.ts +0 -0
  1552. /package/{dist/Select → Select}/Option/index.es.js +0 -0
  1553. /package/{dist/Select → Select}/Select.cjs +0 -0
  1554. /package/{dist/Select → Select}/Select.d.ts +0 -0
  1555. /package/{dist/Select → Select}/Select.stories.d.ts +0 -0
  1556. /package/{dist/Select → Select}/index.cjs +0 -0
  1557. /package/{dist/Select → Select}/index.d.ts +0 -0
  1558. /package/{dist/Select → Select}/index.es.js +0 -0
  1559. /package/{dist/Skeleton → Skeleton}/Skeleton.cjs +0 -0
  1560. /package/{dist/Skeleton → Skeleton}/Skeleton.d.ts +0 -0
  1561. /package/{dist/Skeleton → Skeleton}/Skeleton.es.js +0 -0
  1562. /package/{dist/Skeleton → Skeleton}/Skeleton.stories.d.ts +0 -0
  1563. /package/{dist/Skeleton → Skeleton}/index.cjs +0 -0
  1564. /package/{dist/Skeleton → Skeleton}/index.d.ts +0 -0
  1565. /package/{dist/Skeleton → Skeleton}/index.es.js +0 -0
  1566. /package/{dist/Slider → Slider}/Slider.cjs +0 -0
  1567. /package/{dist/Slider → Slider}/Slider.d.ts +0 -0
  1568. /package/{dist/Slider → Slider}/Slider.stories.d.ts +0 -0
  1569. /package/{dist/Slider → Slider}/index.cjs +0 -0
  1570. /package/{dist/Slider → Slider}/index.d.ts +0 -0
  1571. /package/{dist/Slider → Slider}/index.es.js +0 -0
  1572. /package/{dist/Snackbar → Snackbar}/Snackbar.cjs +0 -0
  1573. /package/{dist/Snackbar → Snackbar}/Snackbar.d.ts +0 -0
  1574. /package/{dist/Snackbar → Snackbar}/Snackbar.es.js +0 -0
  1575. /package/{dist/Snackbar → Snackbar}/Snackbar.stories.d.ts +0 -0
  1576. /package/{dist/Snackbar → Snackbar}/index.cjs +0 -0
  1577. /package/{dist/Snackbar → Snackbar}/index.d.ts +0 -0
  1578. /package/{dist/Snackbar → Snackbar}/index.es.js +0 -0
  1579. /package/{dist/Switch → Switch}/Switch.cjs +0 -0
  1580. /package/{dist/Switch → Switch}/Switch.d.ts +0 -0
  1581. /package/{dist/Switch → Switch}/Switch.es.js +0 -0
  1582. /package/{dist/Switch → Switch}/Switch.stories.d.ts +0 -0
  1583. /package/{dist/Switch → Switch}/index.cjs +0 -0
  1584. /package/{dist/Switch → Switch}/index.d.ts +0 -0
  1585. /package/{dist/Switch → Switch}/index.es.js +0 -0
  1586. /package/{dist/Tab → Tab}/Tab.cjs +0 -0
  1587. /package/{dist/Tab → Tab}/Tab.d.ts +0 -0
  1588. /package/{dist/Tab → Tab}/Tab.stories.d.ts +0 -0
  1589. /package/{dist/Tab → Tab}/TabBlock/TabBlock.cjs +0 -0
  1590. /package/{dist/Tab → Tab}/TabBlock/TabBlock.d.ts +0 -0
  1591. /package/{dist/Tab → Tab}/TabBlock/TabBlock.es.js +0 -0
  1592. /package/{dist/Tab → Tab}/TabBlock/index.cjs +0 -0
  1593. /package/{dist/Tab → Tab}/TabBlock/index.d.ts +0 -0
  1594. /package/{dist/Tab → Tab}/TabBlock/index.es.js +0 -0
  1595. /package/{dist/Tab → Tab}/index.cjs +0 -0
  1596. /package/{dist/Tab → Tab}/index.d.ts +0 -0
  1597. /package/{dist/Tab → Tab}/index.es.js +0 -0
  1598. /package/{dist/TextArea → TextArea}/TextArea.cjs +0 -0
  1599. /package/{dist/TextArea → TextArea}/TextArea.d.ts +0 -0
  1600. /package/{dist/TextArea → TextArea}/TextArea.es.js +0 -0
  1601. /package/{dist/TextArea → TextArea}/TextArea.stories.d.ts +0 -0
  1602. /package/{dist/TextArea → TextArea}/index.cjs +0 -0
  1603. /package/{dist/TextArea → TextArea}/index.d.ts +0 -0
  1604. /package/{dist/TextArea → TextArea}/index.es.js +0 -0
  1605. /package/{dist/TextField → TextField}/TextField.cjs +0 -0
  1606. /package/{dist/TextField → TextField}/TextField.d.ts +0 -0
  1607. /package/{dist/TextField → TextField}/TextField.stories.d.ts +0 -0
  1608. /package/{dist/TextField → TextField}/index.cjs +0 -0
  1609. /package/{dist/TextField → TextField}/index.d.ts +0 -0
  1610. /package/{dist/TextField → TextField}/index.es.js +0 -0
  1611. /package/{dist/Tooltip → Tooltip}/Tooltip.cjs +0 -0
  1612. /package/{dist/Tooltip → Tooltip}/Tooltip.d.ts +0 -0
  1613. /package/{dist/Tooltip → Tooltip}/Tooltip.es.js +0 -0
  1614. /package/{dist/Tooltip → Tooltip}/Tooltip.stories.d.ts +0 -0
  1615. /package/{dist/Tooltip → Tooltip}/index.cjs +0 -0
  1616. /package/{dist/Tooltip → Tooltip}/index.d.ts +0 -0
  1617. /package/{dist/Tooltip → Tooltip}/index.es.js +0 -0
  1618. /package/{dist/Typography → Typography}/Typography.cjs +0 -0
  1619. /package/{dist/Typography → Typography}/Typography.d.ts +0 -0
  1620. /package/{dist/Typography → Typography}/Typography.es.js +0 -0
  1621. /package/{dist/Typography → Typography}/Typography.stories.d.ts +0 -0
  1622. /package/{dist/Typography → Typography}/index.cjs +0 -0
  1623. /package/{dist/Typography → Typography}/index.d.ts +0 -0
  1624. /package/{dist/Typography → Typography}/index.es.js +0 -0
  1625. /package/{dist/core → core}/GlobalStyle.cjs +0 -0
  1626. /package/{dist/core → core}/GlobalStyle.d.ts +0 -0
  1627. /package/{dist/core → core}/GlobalStyle.es.js +0 -0
  1628. /package/{dist/core → core}/ThemeContext.cjs +0 -0
  1629. /package/{dist/core → core}/ThemeContext.d.ts +0 -0
  1630. /package/{dist/core → core}/ThemeContext.es.js +0 -0
  1631. /package/{dist/core → core}/ThemeProvider.cjs +0 -0
  1632. /package/{dist/core → core}/ThemeProvider.d.ts +0 -0
  1633. /package/{dist/core → core}/ThemeProvider.es.js +0 -0
  1634. /package/{dist/core → core}/useTheme.cjs +0 -0
  1635. /package/{dist/core → core}/useTheme.d.ts +0 -0
  1636. /package/{dist/core → core}/useTheme.es.js +0 -0
  1637. /package/{dist/hooks → hooks}/index.cjs +0 -0
  1638. /package/{dist/hooks → hooks}/index.d.ts +0 -0
  1639. /package/{dist/hooks → hooks}/index.es.js +0 -0
  1640. /package/{dist/hooks → hooks}/useCheckHoverPossible/useCheckHoverPossible.cjs +0 -0
  1641. /package/{dist/hooks → hooks}/useCheckHoverPossible/useCheckHoverPossible.d.ts +0 -0
  1642. /package/{dist/hooks → hooks}/useCheckHoverPossible/useCheckHoverPossible.es.js +0 -0
  1643. /package/{dist/index.cjs → index.cjs} +0 -0
  1644. /package/{dist/index.d.ts → index.d.ts} +0 -0
  1645. /package/{dist/index.es.js → index.es.js} +0 -0
  1646. /package/{dist/resources → resources}/tictoccroc/icons/colorLine/calendar-color-line.svg-B_vYjqIZ.js +0 -0
  1647. /package/{dist/resources → resources}/tictoccroc/icons/colorLine/calendar-color-line.svg-BtUQ4TKP.cjs +0 -0
  1648. /package/{dist/resources → resources}/tictoccroc/icons/colorLine/capacity-color-line.svg-BQo3SZhS.cjs +0 -0
  1649. /package/{dist/resources → resources}/tictoccroc/icons/colorLine/capacity-color-line.svg-oT5B8THh.js +0 -0
  1650. /package/{dist/resources → resources}/tictoccroc/icons/colorLine/goods-color-line.svg-CT8jVC5v.js +0 -0
  1651. /package/{dist/resources → resources}/tictoccroc/icons/colorLine/goods-color-line.svg-Dz9RB5RV.cjs +0 -0
  1652. /package/{dist/resources → resources}/tictoccroc/icons/colorLine/index.d.ts +0 -0
  1653. /package/{dist/resources → resources}/tictoccroc/icons/colorLine/index.ts-Dyvby5gX.cjs +0 -0
  1654. /package/{dist/resources → resources}/tictoccroc/icons/colorLine/index.ts-l0sNRNKZ.js +0 -0
  1655. /package/{dist/resources → resources}/tictoccroc/icons/colorLine/kids-color-line.svg-BF7M2ymg.cjs +0 -0
  1656. /package/{dist/resources → resources}/tictoccroc/icons/colorLine/kids-color-line.svg-CZDUwvTf.js +0 -0
  1657. /package/{dist/resources → resources}/tictoccroc/icons/colorLine/time-color-line.svg-K7igWiF7.js +0 -0
  1658. /package/{dist/resources → resources}/tictoccroc/icons/colorLine/time-color-line.svg-lvcsdtRd.cjs +0 -0
  1659. /package/{dist/resources → resources}/tictoccroc/icons/emoji/average-plane-emoji.svg-1B3oSCfr.js +0 -0
  1660. /package/{dist/resources → resources}/tictoccroc/icons/emoji/average-plane-emoji.svg-Ddpo9mEE.cjs +0 -0
  1661. /package/{dist/resources → resources}/tictoccroc/icons/emoji/excellent-plane-emoji.svg-Bq_nM8Tm.js +0 -0
  1662. /package/{dist/resources → resources}/tictoccroc/icons/emoji/excellent-plane-emoji.svg-CSFc2vsd.cjs +0 -0
  1663. /package/{dist/resources → resources}/tictoccroc/icons/emoji/good-plane-emoji.svg-BShQn-co.cjs +0 -0
  1664. /package/{dist/resources → resources}/tictoccroc/icons/emoji/good-plane-emoji.svg-Bve6hTZH.js +0 -0
  1665. /package/{dist/resources → resources}/tictoccroc/icons/emoji/index.d.ts +0 -0
  1666. /package/{dist/resources → resources}/tictoccroc/icons/emoji/index.ts-Dyvby5gX.cjs +0 -0
  1667. /package/{dist/resources → resources}/tictoccroc/icons/emoji/index.ts-l0sNRNKZ.js +0 -0
  1668. /package/{dist/resources → resources}/tictoccroc/icons/etc/cash-etc.svg-BE9-4t5W.cjs +0 -0
  1669. /package/{dist/resources → resources}/tictoccroc/icons/etc/cash-etc.svg-CvAOzEdq.js +0 -0
  1670. /package/{dist/resources → resources}/tictoccroc/icons/etc/check-etc.svg-6o7_QHlK.cjs +0 -0
  1671. /package/{dist/resources → resources}/tictoccroc/icons/etc/check-etc.svg-CeWjWVqv.js +0 -0
  1672. /package/{dist/resources → resources}/tictoccroc/icons/etc/coupon-etc.svg-BYpSMvLr.js +0 -0
  1673. /package/{dist/resources → resources}/tictoccroc/icons/etc/coupon-etc.svg-DB4JIfi8.cjs +0 -0
  1674. /package/{dist/resources → resources}/tictoccroc/icons/etc/index.d.ts +0 -0
  1675. /package/{dist/resources → resources}/tictoccroc/icons/etc/index.ts-Dyvby5gX.cjs +0 -0
  1676. /package/{dist/resources → resources}/tictoccroc/icons/etc/index.ts-l0sNRNKZ.js +0 -0
  1677. /package/{dist/resources → resources}/tictoccroc/icons/etc/point-etc.svg-CAEUCvfM.cjs +0 -0
  1678. /package/{dist/resources → resources}/tictoccroc/icons/etc/point-etc.svg-DZ31KNBj.js +0 -0
  1679. /package/{dist/resources → resources}/tictoccroc/icons/etc/unscheduled-etc.svg-C9TZ0hvI.js +0 -0
  1680. /package/{dist/resources → resources}/tictoccroc/icons/etc/unscheduled-etc.svg-D-47KeXg.cjs +0 -0
  1681. /package/{dist/resources → resources}/tictoccroc/icons/fill/alert-fill.svg-BJrM_goo.js +0 -0
  1682. /package/{dist/resources → resources}/tictoccroc/icons/fill/alert-fill.svg-C8QjfUUX.cjs +0 -0
  1683. /package/{dist/resources → resources}/tictoccroc/icons/fill/apply-fill.svg-CmRhMN1w.js +0 -0
  1684. /package/{dist/resources → resources}/tictoccroc/icons/fill/apply-fill.svg-DRpGrJGw.cjs +0 -0
  1685. /package/{dist/resources → resources}/tictoccroc/icons/fill/arrow-down-fill.svg-C30f0N0F.js +0 -0
  1686. /package/{dist/resources → resources}/tictoccroc/icons/fill/arrow-down-fill.svg-VKh4yV7q.cjs +0 -0
  1687. /package/{dist/resources → resources}/tictoccroc/icons/fill/arrow-left-fill.svg-CdGognG9.js +0 -0
  1688. /package/{dist/resources → resources}/tictoccroc/icons/fill/arrow-left-fill.svg-DVd7uVkk.cjs +0 -0
  1689. /package/{dist/resources → resources}/tictoccroc/icons/fill/arrow-right-fill.svg-C3fI1iEy.js +0 -0
  1690. /package/{dist/resources → resources}/tictoccroc/icons/fill/arrow-right-fill.svg-CkH6pq8F.cjs +0 -0
  1691. /package/{dist/resources → resources}/tictoccroc/icons/fill/arrow-up-fill.svg-CEHHUpG_.js +0 -0
  1692. /package/{dist/resources → resources}/tictoccroc/icons/fill/arrow-up-fill.svg-DWbcv7JX.cjs +0 -0
  1693. /package/{dist/resources → resources}/tictoccroc/icons/fill/chatting-fill.svg-CVjv4Kr7.js +0 -0
  1694. /package/{dist/resources → resources}/tictoccroc/icons/fill/chatting-fill.svg-HaX5-_VL.cjs +0 -0
  1695. /package/{dist/resources → resources}/tictoccroc/icons/fill/clr-fill.svg-Cn-I8j7d.js +0 -0
  1696. /package/{dist/resources → resources}/tictoccroc/icons/fill/clr-fill.svg-DuLFHwKc.cjs +0 -0
  1697. /package/{dist/resources → resources}/tictoccroc/icons/fill/complete-fill.svg-DhQki4Tw.cjs +0 -0
  1698. /package/{dist/resources → resources}/tictoccroc/icons/fill/complete-fill.svg-cERkJmCb.js +0 -0
  1699. /package/{dist/resources → resources}/tictoccroc/icons/fill/home-fill.svg-CxFGWK0L.cjs +0 -0
  1700. /package/{dist/resources → resources}/tictoccroc/icons/fill/home-fill.svg-D3lzGMV2.js +0 -0
  1701. /package/{dist/resources → resources}/tictoccroc/icons/fill/index.d.ts +0 -0
  1702. /package/{dist/resources → resources}/tictoccroc/icons/fill/index.ts-Dyvby5gX.cjs +0 -0
  1703. /package/{dist/resources → resources}/tictoccroc/icons/fill/index.ts-l0sNRNKZ.js +0 -0
  1704. /package/{dist/resources → resources}/tictoccroc/icons/fill/info-fill.svg-CwgxQGwL.js +0 -0
  1705. /package/{dist/resources → resources}/tictoccroc/icons/fill/info-fill.svg-DkEX99Sy.cjs +0 -0
  1706. /package/{dist/resources → resources}/tictoccroc/icons/fill/invalid-fill.svg-CJJ-xmGJ.cjs +0 -0
  1707. /package/{dist/resources → resources}/tictoccroc/icons/fill/invalid-fill.svg-D-87fL2g.js +0 -0
  1708. /package/{dist/resources → resources}/tictoccroc/icons/fill/like-fill.svg-Cx1cz0ZV.js +0 -0
  1709. /package/{dist/resources → resources}/tictoccroc/icons/fill/like-fill.svg-DnL66ApL.cjs +0 -0
  1710. /package/{dist/resources → resources}/tictoccroc/icons/fill/met-fill.svg-B09QdWd-.cjs +0 -0
  1711. /package/{dist/resources → resources}/tictoccroc/icons/fill/met-fill.svg-BYSmsKBw.js +0 -0
  1712. /package/{dist/resources → resources}/tictoccroc/icons/fill/ongoing-fill.svg-BWY0Pepo.js +0 -0
  1713. /package/{dist/resources → resources}/tictoccroc/icons/fill/ongoing-fill.svg-D9OuoEPD.cjs +0 -0
  1714. /package/{dist/resources → resources}/tictoccroc/icons/fill/review-fill.svg-C356jYYw.js +0 -0
  1715. /package/{dist/resources → resources}/tictoccroc/icons/fill/review-fill.svg-Ci8MN4eI.cjs +0 -0
  1716. /package/{dist/resources → resources}/tictoccroc/icons/fill/schedule-fill.svg-7tGjhrTb.cjs +0 -0
  1717. /package/{dist/resources → resources}/tictoccroc/icons/fill/schedule-fill.svg-BrKSb-wR.js +0 -0
  1718. /package/{dist/resources → resources}/tictoccroc/icons/fill/tooltip-fill.svg-Csn01XEU.js +0 -0
  1719. /package/{dist/resources → resources}/tictoccroc/icons/fill/tooltip-fill.svg-taAPxbyB.cjs +0 -0
  1720. /package/{dist/resources → resources}/tictoccroc/icons/fill/user-fill.svg-1AdHldZ7.js +0 -0
  1721. /package/{dist/resources → resources}/tictoccroc/icons/fill/user-fill.svg-C5DT_82L.cjs +0 -0
  1722. /package/{dist/resources → resources}/tictoccroc/icons/index.d.ts +0 -0
  1723. /package/{dist/resources → resources}/tictoccroc/icons/index.ts-CarI_z7q.js +0 -0
  1724. /package/{dist/resources → resources}/tictoccroc/icons/index.ts-IVJAK4qr.cjs +0 -0
  1725. /package/{dist/resources → resources}/tictoccroc/icons/line/alarm-line.svg-BRunNxMG.cjs +0 -0
  1726. /package/{dist/resources → resources}/tictoccroc/icons/line/alarm-line.svg-B_fgmSUh.js +0 -0
  1727. /package/{dist/resources → resources}/tictoccroc/icons/line/align-edit.svg-BpBWlArj.js +0 -0
  1728. /package/{dist/resources → resources}/tictoccroc/icons/line/align-edit.svg-CheFH-PQ.cjs +0 -0
  1729. /package/{dist/resources → resources}/tictoccroc/icons/line/align-line.svg-CZVeKsXI.js +0 -0
  1730. /package/{dist/resources → resources}/tictoccroc/icons/line/align-line.svg-DEHi23C3.cjs +0 -0
  1731. /package/{dist/resources → resources}/tictoccroc/icons/line/apply-line.svg-CPVSeeXQ.js +0 -0
  1732. /package/{dist/resources → resources}/tictoccroc/icons/line/apply-line.svg-OFt_RKTM.cjs +0 -0
  1733. /package/{dist/resources → resources}/tictoccroc/icons/line/arrow-back-line.svg-6pAPPZFb.js +0 -0
  1734. /package/{dist/resources → resources}/tictoccroc/icons/line/arrow-back-line.svg-CohS2cJ8.cjs +0 -0
  1735. /package/{dist/resources → resources}/tictoccroc/icons/line/arrow-downward-line.svg-BGmQO-HH.js +0 -0
  1736. /package/{dist/resources → resources}/tictoccroc/icons/line/arrow-downward-line.svg-U4yGkiO6.cjs +0 -0
  1737. /package/{dist/resources → resources}/tictoccroc/icons/line/arrow-forward-line.svg-CXsiELrZ.cjs +0 -0
  1738. /package/{dist/resources → resources}/tictoccroc/icons/line/arrow-forward-line.svg-i2PyDbcS.js +0 -0
  1739. /package/{dist/resources → resources}/tictoccroc/icons/line/arrow-upward-line.svg-D38aA0Uw.cjs +0 -0
  1740. /package/{dist/resources → resources}/tictoccroc/icons/line/arrow-upward-line.svg-UfpZFid8.js +0 -0
  1741. /package/{dist/resources → resources}/tictoccroc/icons/line/attach-line.svg-BhuonxHd.cjs +0 -0
  1742. /package/{dist/resources → resources}/tictoccroc/icons/line/attach-line.svg-SIRIt0qo.js +0 -0
  1743. /package/{dist/resources → resources}/tictoccroc/icons/line/ban-line.svg-D9JlR8gb.cjs +0 -0
  1744. /package/{dist/resources → resources}/tictoccroc/icons/line/ban-line.svg-oA3yLqdR.js +0 -0
  1745. /package/{dist/resources → resources}/tictoccroc/icons/line/browser-line.svg-B7UMwER5.cjs +0 -0
  1746. /package/{dist/resources → resources}/tictoccroc/icons/line/browser-line.svg-hDn02ywo.js +0 -0
  1747. /package/{dist/resources → resources}/tictoccroc/icons/line/calendar-line.svg-BsHcmpqT.cjs +0 -0
  1748. /package/{dist/resources → resources}/tictoccroc/icons/line/calendar-line.svg-CwmRMqQV.js +0 -0
  1749. /package/{dist/resources → resources}/tictoccroc/icons/line/call-line.svg-B2jT8BCB.js +0 -0
  1750. /package/{dist/resources → resources}/tictoccroc/icons/line/call-line.svg-CVbza-nx.cjs +0 -0
  1751. /package/{dist/resources → resources}/tictoccroc/icons/line/camera-line.svg-BuDRmRYc.cjs +0 -0
  1752. /package/{dist/resources → resources}/tictoccroc/icons/line/camera-line.svg-BvUSwmSN.js +0 -0
  1753. /package/{dist/resources → resources}/tictoccroc/icons/line/card-line.svg-BwluOZMy.js +0 -0
  1754. /package/{dist/resources → resources}/tictoccroc/icons/line/card-line.svg-Dh3x2e7j.cjs +0 -0
  1755. /package/{dist/resources → resources}/tictoccroc/icons/line/cash-line.svg-DMDHHJrt.js +0 -0
  1756. /package/{dist/resources → resources}/tictoccroc/icons/line/cash-line.svg-_QlaTlXM.cjs +0 -0
  1757. /package/{dist/resources → resources}/tictoccroc/icons/line/certificate-line.svg-BjOsTl11.js +0 -0
  1758. /package/{dist/resources → resources}/tictoccroc/icons/line/certificate-line.svg-BoPUjufG.cjs +0 -0
  1759. /package/{dist/resources → resources}/tictoccroc/icons/line/chat-line.svg-CmY7En0-.js +0 -0
  1760. /package/{dist/resources → resources}/tictoccroc/icons/line/chat-line.svg-Dhe-5vHA.cjs +0 -0
  1761. /package/{dist/resources → resources}/tictoccroc/icons/line/chatting-line.svg-CdN684WI.js +0 -0
  1762. /package/{dist/resources → resources}/tictoccroc/icons/line/chatting-line.svg-DFq1Xeov.cjs +0 -0
  1763. /package/{dist/resources → resources}/tictoccroc/icons/line/check-line.svg-BmxqZytH.js +0 -0
  1764. /package/{dist/resources → resources}/tictoccroc/icons/line/check-line.svg-CKsagFl6.cjs +0 -0
  1765. /package/{dist/resources → resources}/tictoccroc/icons/line/chevron-down-line.svg-BTq4vzeg.js +0 -0
  1766. /package/{dist/resources → resources}/tictoccroc/icons/line/chevron-down-line.svg-BYCd5Luv.cjs +0 -0
  1767. /package/{dist/resources → resources}/tictoccroc/icons/line/chevron-left-line.svg-DSET8qrk.cjs +0 -0
  1768. /package/{dist/resources → resources}/tictoccroc/icons/line/chevron-left-line.svg-aZUXpJ9q.js +0 -0
  1769. /package/{dist/resources → resources}/tictoccroc/icons/line/chevron-right-line.svg-C6wr7pgK.js +0 -0
  1770. /package/{dist/resources → resources}/tictoccroc/icons/line/chevron-right-line.svg-Dm2YWA1K.cjs +0 -0
  1771. /package/{dist/resources → resources}/tictoccroc/icons/line/chevron-up-line.svg-C8Sj7hTQ.js +0 -0
  1772. /package/{dist/resources → resources}/tictoccroc/icons/line/chevron-up-line.svg-D9ekQ02i.cjs +0 -0
  1773. /package/{dist/resources → resources}/tictoccroc/icons/line/close-line.svg-BzpCbaoG.js +0 -0
  1774. /package/{dist/resources → resources}/tictoccroc/icons/line/close-line.svg-CSVwgqiB.cjs +0 -0
  1775. /package/{dist/resources → resources}/tictoccroc/icons/line/copy-line.svg-CLdLNk9r.js +0 -0
  1776. /package/{dist/resources → resources}/tictoccroc/icons/line/copy-line.svg-DA-07Z90.cjs +0 -0
  1777. /package/{dist/resources → resources}/tictoccroc/icons/line/delete-line.svg-DQg7TEYw.js +0 -0
  1778. /package/{dist/resources → resources}/tictoccroc/icons/line/delete-line.svg-DyddYBjS.cjs +0 -0
  1779. /package/{dist/resources → resources}/tictoccroc/icons/line/download-line.svg-BKfz-6Mz.js +0 -0
  1780. /package/{dist/resources → resources}/tictoccroc/icons/line/download-line.svg-DvinNPah.cjs +0 -0
  1781. /package/{dist/resources → resources}/tictoccroc/icons/line/eye-invisible-line.svg-BuZicmwG.js +0 -0
  1782. /package/{dist/resources → resources}/tictoccroc/icons/line/eye-invisible-line.svg-C_XjeDHE.cjs +0 -0
  1783. /package/{dist/resources → resources}/tictoccroc/icons/line/eye-visible-line.svg-D3netPU8.cjs +0 -0
  1784. /package/{dist/resources → resources}/tictoccroc/icons/line/eye-visible-line.svg-XpDOJPr0.js +0 -0
  1785. /package/{dist/resources → resources}/tictoccroc/icons/line/filter-line.svg-Dbe7jw9Q.js +0 -0
  1786. /package/{dist/resources → resources}/tictoccroc/icons/line/filter-line.svg-J5XFEh1F.cjs +0 -0
  1787. /package/{dist/resources → resources}/tictoccroc/icons/line/fullview-line.svg-3aeWiJNf.cjs +0 -0
  1788. /package/{dist/resources → resources}/tictoccroc/icons/line/fullview-line.svg-n_xxoG0C.js +0 -0
  1789. /package/{dist/resources → resources}/tictoccroc/icons/line/goods-line.svg-BDAb5Snx.js +0 -0
  1790. /package/{dist/resources → resources}/tictoccroc/icons/line/goods-line.svg-BYSmk4Lo.cjs +0 -0
  1791. /package/{dist/resources → resources}/tictoccroc/icons/line/hamburger-line.svg-CMG7FGB3.cjs +0 -0
  1792. /package/{dist/resources → resources}/tictoccroc/icons/line/hamburger-line.svg-CZAv5Wt4.js +0 -0
  1793. /package/{dist/resources → resources}/tictoccroc/icons/line/headphone-line.svg-Buq82k6m.cjs +0 -0
  1794. /package/{dist/resources → resources}/tictoccroc/icons/line/headphone-line.svg-Cy-z1uje.js +0 -0
  1795. /package/{dist/resources → resources}/tictoccroc/icons/line/home-line.svg-BqHMy_15.cjs +0 -0
  1796. /package/{dist/resources → resources}/tictoccroc/icons/line/home-line.svg-DO90M2q7.js +0 -0
  1797. /package/{dist/resources → resources}/tictoccroc/icons/line/img-disable-line.svg-Bzvgi8Uu.cjs +0 -0
  1798. /package/{dist/resources → resources}/tictoccroc/icons/line/img-disable-line.svg-DtD7dgZQ.js +0 -0
  1799. /package/{dist/resources → resources}/tictoccroc/icons/line/img-line.svg-CPHQ1Cur.js +0 -0
  1800. /package/{dist/resources → resources}/tictoccroc/icons/line/img-line.svg-runB4pj4.cjs +0 -0
  1801. /package/{dist/resources → resources}/tictoccroc/icons/line/index.d.ts +0 -0
  1802. /package/{dist/resources → resources}/tictoccroc/icons/line/index.ts-Dyvby5gX.cjs +0 -0
  1803. /package/{dist/resources → resources}/tictoccroc/icons/line/index.ts-l0sNRNKZ.js +0 -0
  1804. /package/{dist/resources → resources}/tictoccroc/icons/line/information-line.svg-C1HeihVj.js +0 -0
  1805. /package/{dist/resources → resources}/tictoccroc/icons/line/information-line.svg-fQYLBjcn.cjs +0 -0
  1806. /package/{dist/resources → resources}/tictoccroc/icons/line/instagram-line.svg-9QADilvw.js +0 -0
  1807. /package/{dist/resources → resources}/tictoccroc/icons/line/instagram-line.svg-BiBj4li4.cjs +0 -0
  1808. /package/{dist/resources → resources}/tictoccroc/icons/line/insurance-line.svg-C-jGCuZ0.js +0 -0
  1809. /package/{dist/resources → resources}/tictoccroc/icons/line/insurance-line.svg-XgpoFsM2.cjs +0 -0
  1810. /package/{dist/resources → resources}/tictoccroc/icons/line/kids-line.svg-BZjs2lbf.js +0 -0
  1811. /package/{dist/resources → resources}/tictoccroc/icons/line/kids-line.svg-Hhqmv7us.cjs +0 -0
  1812. /package/{dist/resources → resources}/tictoccroc/icons/line/like-line.svg-B09ewWGN.cjs +0 -0
  1813. /package/{dist/resources → resources}/tictoccroc/icons/line/like-line.svg-WcxnZwNP.js +0 -0
  1814. /package/{dist/resources → resources}/tictoccroc/icons/line/link-line.svg-BQlngNks.cjs +0 -0
  1815. /package/{dist/resources → resources}/tictoccroc/icons/line/link-line.svg-DyTzcfH-.js +0 -0
  1816. /package/{dist/resources → resources}/tictoccroc/icons/line/location-line.svg-BYTa6SR_.cjs +0 -0
  1817. /package/{dist/resources → resources}/tictoccroc/icons/line/location-line.svg-EQvkDzcG.js +0 -0
  1818. /package/{dist/resources → resources}/tictoccroc/icons/line/match-type-line.svg-CGS2gQZB.js +0 -0
  1819. /package/{dist/resources → resources}/tictoccroc/icons/line/match-type-line.svg-DGpCvcRV.cjs +0 -0
  1820. /package/{dist/resources → resources}/tictoccroc/icons/line/met-line.svg-CiYvySY5.cjs +0 -0
  1821. /package/{dist/resources → resources}/tictoccroc/icons/line/met-line.svg-CuTfmBGY.js +0 -0
  1822. /package/{dist/resources → resources}/tictoccroc/icons/line/minus-line.svg-BFTYxAEx.cjs +0 -0
  1823. /package/{dist/resources → resources}/tictoccroc/icons/line/minus-line.svg-Cd4pUSxn.js +0 -0
  1824. /package/{dist/resources → resources}/tictoccroc/icons/line/mobile-line.svg-B3REkeOs.js +0 -0
  1825. /package/{dist/resources → resources}/tictoccroc/icons/line/mobile-line.svg-CcR_mhy0.cjs +0 -0
  1826. /package/{dist/resources → resources}/tictoccroc/icons/line/modify-line.svg-Dtw-aJJL.js +0 -0
  1827. /package/{dist/resources → resources}/tictoccroc/icons/line/modify-line.svg-y24Tpez8.cjs +0 -0
  1828. /package/{dist/resources → resources}/tictoccroc/icons/line/more-line.svg-DkHQ1aCu.js +0 -0
  1829. /package/{dist/resources → resources}/tictoccroc/icons/line/more-line.svg-fOrqycnA.cjs +0 -0
  1830. /package/{dist/resources → resources}/tictoccroc/icons/line/parking-line.svg-BYdvScSf.cjs +0 -0
  1831. /package/{dist/resources → resources}/tictoccroc/icons/line/parking-line.svg-C69hhyJp.js +0 -0
  1832. /package/{dist/resources → resources}/tictoccroc/icons/line/plus-line.svg-CGLFrOvH.cjs +0 -0
  1833. /package/{dist/resources → resources}/tictoccroc/icons/line/plus-line.svg-DYFu3bQb.js +0 -0
  1834. /package/{dist/resources → resources}/tictoccroc/icons/line/receipt-line.svg-BpDVEXs_.js +0 -0
  1835. /package/{dist/resources → resources}/tictoccroc/icons/line/receipt-line.svg-Db2ey7Vk.cjs +0 -0
  1836. /package/{dist/resources → resources}/tictoccroc/icons/line/reset-line.svg-CYyXv2Ii.js +0 -0
  1837. /package/{dist/resources → resources}/tictoccroc/icons/line/reset-line.svg-VXhJXGw4.cjs +0 -0
  1838. /package/{dist/resources → resources}/tictoccroc/icons/line/schedule-line.svg-C4rlD6fX.js +0 -0
  1839. /package/{dist/resources → resources}/tictoccroc/icons/line/schedule-line.svg-CBOfzdyP.cjs +0 -0
  1840. /package/{dist/resources → resources}/tictoccroc/icons/line/search-line.svg-ChK1nMkg.js +0 -0
  1841. /package/{dist/resources → resources}/tictoccroc/icons/line/search-line.svg-CyECq3s4.cjs +0 -0
  1842. /package/{dist/resources → resources}/tictoccroc/icons/line/setting-line.svg-B5KTXMkf.js +0 -0
  1843. /package/{dist/resources → resources}/tictoccroc/icons/line/setting-line.svg-KZcCRQnu.cjs +0 -0
  1844. /package/{dist/resources → resources}/tictoccroc/icons/line/share-line.svg-BuvAb_mR.cjs +0 -0
  1845. /package/{dist/resources → resources}/tictoccroc/icons/line/share-line.svg-YIeAM7qG.js +0 -0
  1846. /package/{dist/resources → resources}/tictoccroc/icons/line/sms-line.svg-CfS4BH8b.cjs +0 -0
  1847. /package/{dist/resources → resources}/tictoccroc/icons/line/sms-line.svg-mkRJRb3t.js +0 -0
  1848. /package/{dist/resources → resources}/tictoccroc/icons/line/sound-line.svg-CmfcTDgu.cjs +0 -0
  1849. /package/{dist/resources → resources}/tictoccroc/icons/line/sound-line.svg-DDrcGkDm.js +0 -0
  1850. /package/{dist/resources → resources}/tictoccroc/icons/line/sound-off-line.svg-BpovzQS7.cjs +0 -0
  1851. /package/{dist/resources → resources}/tictoccroc/icons/line/sound-off-line.svg-CyLPPUCN.js +0 -0
  1852. /package/{dist/resources → resources}/tictoccroc/icons/line/special-line.svg-BIbaMWsd.cjs +0 -0
  1853. /package/{dist/resources → resources}/tictoccroc/icons/line/special-line.svg-DmNM79L9.js +0 -0
  1854. /package/{dist/resources → resources}/tictoccroc/icons/line/time-line.svg-BuB2NlRB.js +0 -0
  1855. /package/{dist/resources → resources}/tictoccroc/icons/line/time-line.svg-DXBDjsih.cjs +0 -0
  1856. /package/{dist/resources → resources}/tictoccroc/icons/line/toy-line.svg-DyArYgu3.js +0 -0
  1857. /package/{dist/resources → resources}/tictoccroc/icons/line/toy-line.svg-vUxUn7S0.cjs +0 -0
  1858. /package/{dist/resources → resources}/tictoccroc/icons/line/university-line.svg-BEdQwFB6.js +0 -0
  1859. /package/{dist/resources → resources}/tictoccroc/icons/line/university-line.svg-D2T-TUW5.cjs +0 -0
  1860. /package/{dist/resources → resources}/tictoccroc/icons/line/upload-line.svg-CDbJ-I5E.cjs +0 -0
  1861. /package/{dist/resources → resources}/tictoccroc/icons/line/upload-line.svg-CKFtr3Jx.js +0 -0
  1862. /package/{dist/resources → resources}/tictoccroc/icons/line/user-line.svg-CNcTTUmF.js +0 -0
  1863. /package/{dist/resources → resources}/tictoccroc/icons/line/user-line.svg-Du2rRzus.cjs +0 -0
  1864. /package/{dist/resources → resources}/tictoccroc/icons/line/video-camera-line.svg-C2Y4ssOf.js +0 -0
  1865. /package/{dist/resources → resources}/tictoccroc/icons/line/video-camera-line.svg-iZ3dICcd.cjs +0 -0
  1866. /package/{dist/resources → resources}/tictoccroc/icons/line/warning1-line.svg-Bhi7ngGw.cjs +0 -0
  1867. /package/{dist/resources → resources}/tictoccroc/icons/line/warning1-line.svg-DsmZxbsf.js +0 -0
  1868. /package/{dist/resources → resources}/tictoccroc/icons/line/warning2-line.svg-DTvtKOYN.js +0 -0
  1869. /package/{dist/resources → resources}/tictoccroc/icons/line/warning2-line.svg-Kf0io8lf.cjs +0 -0
  1870. /package/{dist/resources → resources}/tictoccroc/icons/line/wifi-line.svg-BtsQLwZl.js +0 -0
  1871. /package/{dist/resources → resources}/tictoccroc/icons/line/wifi-line.svg-DGCMJ5Oi.cjs +0 -0
  1872. /package/{dist/themes → themes}/tictoccroc/colors/background.cjs +0 -0
  1873. /package/{dist/themes → themes}/tictoccroc/colors/background.d.ts +0 -0
  1874. /package/{dist/themes → themes}/tictoccroc/colors/background.es.js +0 -0
  1875. /package/{dist/themes → themes}/tictoccroc/colors/blue.cjs +0 -0
  1876. /package/{dist/themes → themes}/tictoccroc/colors/blue.d.ts +0 -0
  1877. /package/{dist/themes → themes}/tictoccroc/colors/blue.es.js +0 -0
  1878. /package/{dist/themes → themes}/tictoccroc/colors/classType.cjs +0 -0
  1879. /package/{dist/themes → themes}/tictoccroc/colors/classType.d.ts +0 -0
  1880. /package/{dist/themes → themes}/tictoccroc/colors/classType.es.js +0 -0
  1881. /package/{dist/themes → themes}/tictoccroc/colors/etc.cjs +0 -0
  1882. /package/{dist/themes → themes}/tictoccroc/colors/etc.d.ts +0 -0
  1883. /package/{dist/themes → themes}/tictoccroc/colors/etc.es.js +0 -0
  1884. /package/{dist/themes → themes}/tictoccroc/colors/green.cjs +0 -0
  1885. /package/{dist/themes → themes}/tictoccroc/colors/green.d.ts +0 -0
  1886. /package/{dist/themes → themes}/tictoccroc/colors/green.es.js +0 -0
  1887. /package/{dist/themes → themes}/tictoccroc/colors/grey.cjs +0 -0
  1888. /package/{dist/themes → themes}/tictoccroc/colors/grey.d.ts +0 -0
  1889. /package/{dist/themes → themes}/tictoccroc/colors/grey.es.js +0 -0
  1890. /package/{dist/themes → themes}/tictoccroc/colors/index.cjs +0 -0
  1891. /package/{dist/themes → themes}/tictoccroc/colors/index.d.ts +0 -0
  1892. /package/{dist/themes → themes}/tictoccroc/colors/index.es.js +0 -0
  1893. /package/{dist/themes → themes}/tictoccroc/colors/pink.cjs +0 -0
  1894. /package/{dist/themes → themes}/tictoccroc/colors/pink.d.ts +0 -0
  1895. /package/{dist/themes → themes}/tictoccroc/colors/pink.es.js +0 -0
  1896. /package/{dist/themes → themes}/tictoccroc/colors/yellow.cjs +0 -0
  1897. /package/{dist/themes → themes}/tictoccroc/colors/yellow.d.ts +0 -0
  1898. /package/{dist/themes → themes}/tictoccroc/colors/yellow.es.js +0 -0
  1899. /package/{dist/themes → themes}/tictoccroc/index.cjs +0 -0
  1900. /package/{dist/themes → themes}/tictoccroc/index.d.ts +0 -0
  1901. /package/{dist/themes → themes}/tictoccroc/index.es.js +0 -0
  1902. /package/{dist/themes → themes}/tictoccroc/parentLight.cjs +0 -0
  1903. /package/{dist/themes → themes}/tictoccroc/parentLight.d.ts +0 -0
  1904. /package/{dist/themes → themes}/tictoccroc/parentLight.es.js +0 -0
  1905. /package/{dist/themes → themes}/tictoccroc/teacherLight.cjs +0 -0
  1906. /package/{dist/themes → themes}/tictoccroc/teacherLight.d.ts +0 -0
  1907. /package/{dist/themes → themes}/tictoccroc/teacherLight.es.js +0 -0
  1908. /package/{dist/themes → themes}/tictoccroc/typography/body.cjs +0 -0
  1909. /package/{dist/themes → themes}/tictoccroc/typography/body.d.ts +0 -0
  1910. /package/{dist/themes → themes}/tictoccroc/typography/body.es.js +0 -0
  1911. /package/{dist/themes → themes}/tictoccroc/typography/caption.cjs +0 -0
  1912. /package/{dist/themes → themes}/tictoccroc/typography/caption.d.ts +0 -0
  1913. /package/{dist/themes → themes}/tictoccroc/typography/caption.es.js +0 -0
  1914. /package/{dist/themes → themes}/tictoccroc/typography/display.cjs +0 -0
  1915. /package/{dist/themes → themes}/tictoccroc/typography/display.d.ts +0 -0
  1916. /package/{dist/themes → themes}/tictoccroc/typography/display.es.js +0 -0
  1917. /package/{dist/themes → themes}/tictoccroc/typography/headline.cjs +0 -0
  1918. /package/{dist/themes → themes}/tictoccroc/typography/headline.d.ts +0 -0
  1919. /package/{dist/themes → themes}/tictoccroc/typography/headline.es.js +0 -0
  1920. /package/{dist/themes → themes}/tictoccroc/typography/index.cjs +0 -0
  1921. /package/{dist/themes → themes}/tictoccroc/typography/index.d.ts +0 -0
  1922. /package/{dist/themes → themes}/tictoccroc/typography/index.es.js +0 -0
  1923. /package/{dist/typings → typings}/color.d.ts +0 -0
  1924. /package/{dist/typings → typings}/component.d.ts +0 -0
  1925. /package/{dist/typings → typings}/index.d.ts +0 -0
  1926. /package/{dist/typings → typings}/theme/core.d.ts +0 -0
  1927. /package/{dist/typings → typings}/theme/tictoccroc.d.ts +0 -0
  1928. /package/{dist/typings → typings}/typography.d.ts +0 -0
  1929. /package/{dist/typings → typings}/utility.d.ts +0 -0
  1930. /package/{dist/utils → utils}/convertNumberToCSSValue.cjs +0 -0
  1931. /package/{dist/utils → utils}/convertNumberToCSSValue.d.ts +0 -0
  1932. /package/{dist/utils → utils}/convertNumberToCSSValue.es.js +0 -0
  1933. /package/{dist/utils → utils}/debounce/debounce.cjs +0 -0
  1934. /package/{dist/utils → utils}/debounce/debounce.d.ts +0 -0
  1935. /package/{dist/utils → utils}/debounce/debounce.es.js +0 -0
  1936. /package/{dist/utils → utils}/getContrastRatio/getContrastRatio.cjs +0 -0
  1937. /package/{dist/utils → utils}/getContrastRatio/getContrastRatio.d.ts +0 -0
  1938. /package/{dist/utils → utils}/getContrastRatio/getContrastRatio.es.js +0 -0
  1939. /package/{dist/utils → utils}/getContrastRatio/getContrastRatio.test.d.ts +0 -0
  1940. /package/{dist/utils → utils}/getContrastingTextColor/getContrastingTextColor.cjs +0 -0
  1941. /package/{dist/utils → utils}/getContrastingTextColor/getContrastingTextColor.d.ts +0 -0
  1942. /package/{dist/utils → utils}/getContrastingTextColor/getContrastingTextColor.es.js +0 -0
  1943. /package/{dist/utils → utils}/getContrastingTextColor/getContrastingTextColor.test.d.ts +0 -0
  1944. /package/{dist/utils → utils}/getIconLabel/getIconLabel.cjs +0 -0
  1945. /package/{dist/utils → utils}/getIconLabel/getIconLabel.d.ts +0 -0
  1946. /package/{dist/utils → utils}/getIconLabel/getIconLabel.es.js +0 -0
  1947. /package/{dist/utils → utils}/getInterpolation/getInterpolation.cjs +0 -0
  1948. /package/{dist/utils → utils}/getInterpolation/getInterpolation.d.ts +0 -0
  1949. /package/{dist/utils → utils}/getInterpolation/getInterpolation.es.js +0 -0
  1950. /package/{dist/utils → utils}/getPaletteColor/getPaletteColor.cjs +0 -0
  1951. /package/{dist/utils → utils}/getPaletteColor/getPaletteColor.d.ts +0 -0
  1952. /package/{dist/utils → utils}/getPaletteColor/getPaletteColor.es.js +0 -0
  1953. /package/{dist/utils → utils}/getPaletteColor/getPaletteColor.test.d.ts +0 -0
  1954. /package/{dist/utils → utils}/getRelativeLuminance/getRelativeLuminance.cjs +0 -0
  1955. /package/{dist/utils → utils}/getRelativeLuminance/getRelativeLuminance.d.ts +0 -0
  1956. /package/{dist/utils → utils}/getRelativeLuminance/getRelativeLuminance.es.js +0 -0
  1957. /package/{dist/utils → utils}/getRelativeLuminance/getRelativeLuminance.test.d.ts +0 -0
  1958. /package/{dist/utils → utils}/getSibling/getSibling.cjs +0 -0
  1959. /package/{dist/utils → utils}/getSibling/getSibling.d.ts +0 -0
  1960. /package/{dist/utils → utils}/hexToRgb/hexToRgb.cjs +0 -0
  1961. /package/{dist/utils → utils}/hexToRgb/hexToRgb.d.ts +0 -0
  1962. /package/{dist/utils → utils}/hexToRgb/hexToRgb.es.js +0 -0
  1963. /package/{dist/utils → utils}/hexToRgb/hexToRgb.test.d.ts +0 -0
@@ -1,1217 +0,0 @@
1
- /**
2
- * The `node:tls` module provides an implementation of the Transport Layer Security
3
- * (TLS) and Secure Socket Layer (SSL) protocols that is built on top of OpenSSL.
4
- * The module can be accessed using:
5
- *
6
- * ```js
7
- * const tls = require('node:tls');
8
- * ```
9
- * @see [source](https://github.com/nodejs/node/blob/v20.12.2/lib/tls.js)
10
- */
11
- declare module "tls" {
12
- import { X509Certificate } from "node:crypto";
13
- import * as net from "node:net";
14
- import * as stream from "stream";
15
- const CLIENT_RENEG_LIMIT: number;
16
- const CLIENT_RENEG_WINDOW: number;
17
- interface Certificate {
18
- /**
19
- * Country code.
20
- */
21
- C: string;
22
- /**
23
- * Street.
24
- */
25
- ST: string;
26
- /**
27
- * Locality.
28
- */
29
- L: string;
30
- /**
31
- * Organization.
32
- */
33
- O: string;
34
- /**
35
- * Organizational unit.
36
- */
37
- OU: string;
38
- /**
39
- * Common name.
40
- */
41
- CN: string;
42
- }
43
- interface PeerCertificate {
44
- /**
45
- * `true` if a Certificate Authority (CA), `false` otherwise.
46
- * @since v18.13.0
47
- */
48
- ca: boolean;
49
- /**
50
- * The DER encoded X.509 certificate data.
51
- */
52
- raw: Buffer;
53
- /**
54
- * The certificate subject.
55
- */
56
- subject: Certificate;
57
- /**
58
- * The certificate issuer, described in the same terms as the `subject`.
59
- */
60
- issuer: Certificate;
61
- /**
62
- * The date-time the certificate is valid from.
63
- */
64
- valid_from: string;
65
- /**
66
- * The date-time the certificate is valid to.
67
- */
68
- valid_to: string;
69
- /**
70
- * The certificate serial number, as a hex string.
71
- */
72
- serialNumber: string;
73
- /**
74
- * The SHA-1 digest of the DER encoded certificate.
75
- * It is returned as a `:` separated hexadecimal string.
76
- */
77
- fingerprint: string;
78
- /**
79
- * The SHA-256 digest of the DER encoded certificate.
80
- * It is returned as a `:` separated hexadecimal string.
81
- */
82
- fingerprint256: string;
83
- /**
84
- * The SHA-512 digest of the DER encoded certificate.
85
- * It is returned as a `:` separated hexadecimal string.
86
- */
87
- fingerprint512: string;
88
- /**
89
- * The extended key usage, a set of OIDs.
90
- */
91
- ext_key_usage?: string[];
92
- /**
93
- * A string containing concatenated names for the subject,
94
- * an alternative to the `subject` names.
95
- */
96
- subjectaltname?: string;
97
- /**
98
- * An array describing the AuthorityInfoAccess, used with OCSP.
99
- */
100
- infoAccess?: NodeJS.Dict<string[]>;
101
- /**
102
- * For RSA keys: The RSA bit size.
103
- *
104
- * For EC keys: The key size in bits.
105
- */
106
- bits?: number;
107
- /**
108
- * The RSA exponent, as a string in hexadecimal number notation.
109
- */
110
- exponent?: string;
111
- /**
112
- * The RSA modulus, as a hexadecimal string.
113
- */
114
- modulus?: string;
115
- /**
116
- * The public key.
117
- */
118
- pubkey?: Buffer;
119
- /**
120
- * The ASN.1 name of the OID of the elliptic curve.
121
- * Well-known curves are identified by an OID.
122
- * While it is unusual, it is possible that the curve
123
- * is identified by its mathematical properties,
124
- * in which case it will not have an OID.
125
- */
126
- asn1Curve?: string;
127
- /**
128
- * The NIST name for the elliptic curve, if it has one
129
- * (not all well-known curves have been assigned names by NIST).
130
- */
131
- nistCurve?: string;
132
- }
133
- interface DetailedPeerCertificate extends PeerCertificate {
134
- /**
135
- * The issuer certificate object.
136
- * For self-signed certificates, this may be a circular reference.
137
- */
138
- issuerCertificate: DetailedPeerCertificate;
139
- }
140
- interface CipherNameAndProtocol {
141
- /**
142
- * The cipher name.
143
- */
144
- name: string;
145
- /**
146
- * SSL/TLS protocol version.
147
- */
148
- version: string;
149
- /**
150
- * IETF name for the cipher suite.
151
- */
152
- standardName: string;
153
- }
154
- interface EphemeralKeyInfo {
155
- /**
156
- * The supported types are 'DH' and 'ECDH'.
157
- */
158
- type: string;
159
- /**
160
- * The name property is available only when type is 'ECDH'.
161
- */
162
- name?: string | undefined;
163
- /**
164
- * The size of parameter of an ephemeral key exchange.
165
- */
166
- size: number;
167
- }
168
- interface KeyObject {
169
- /**
170
- * Private keys in PEM format.
171
- */
172
- pem: string | Buffer;
173
- /**
174
- * Optional passphrase.
175
- */
176
- passphrase?: string | undefined;
177
- }
178
- interface PxfObject {
179
- /**
180
- * PFX or PKCS12 encoded private key and certificate chain.
181
- */
182
- buf: string | Buffer;
183
- /**
184
- * Optional passphrase.
185
- */
186
- passphrase?: string | undefined;
187
- }
188
- interface TLSSocketOptions extends SecureContextOptions, CommonConnectionOptions {
189
- /**
190
- * If true the TLS socket will be instantiated in server-mode.
191
- * Defaults to false.
192
- */
193
- isServer?: boolean | undefined;
194
- /**
195
- * An optional net.Server instance.
196
- */
197
- server?: net.Server | undefined;
198
- /**
199
- * An optional Buffer instance containing a TLS session.
200
- */
201
- session?: Buffer | undefined;
202
- /**
203
- * If true, specifies that the OCSP status request extension will be
204
- * added to the client hello and an 'OCSPResponse' event will be
205
- * emitted on the socket before establishing a secure communication
206
- */
207
- requestOCSP?: boolean | undefined;
208
- }
209
- /**
210
- * Performs transparent encryption of written data and all required TLS
211
- * negotiation.
212
- *
213
- * Instances of `tls.TLSSocket` implement the duplex `Stream` interface.
214
- *
215
- * Methods that return TLS connection metadata (e.g.{@link TLSSocket.getPeerCertificate}) will only return data while the
216
- * connection is open.
217
- * @since v0.11.4
218
- */
219
- class TLSSocket extends net.Socket {
220
- /**
221
- * Construct a new tls.TLSSocket object from an existing TCP socket.
222
- */
223
- constructor(socket: net.Socket | stream.Duplex, options?: TLSSocketOptions);
224
- /**
225
- * This property is `true` if the peer certificate was signed by one of the CAs
226
- * specified when creating the `tls.TLSSocket` instance, otherwise `false`.
227
- * @since v0.11.4
228
- */
229
- authorized: boolean;
230
- /**
231
- * Returns the reason why the peer's certificate was not been verified. This
232
- * property is set only when `tlsSocket.authorized === false`.
233
- * @since v0.11.4
234
- */
235
- authorizationError: Error;
236
- /**
237
- * Always returns `true`. This may be used to distinguish TLS sockets from regular`net.Socket` instances.
238
- * @since v0.11.4
239
- */
240
- encrypted: true;
241
- /**
242
- * String containing the selected ALPN protocol.
243
- * Before a handshake has completed, this value is always null.
244
- * When a handshake is completed but not ALPN protocol was selected, tlsSocket.alpnProtocol equals false.
245
- */
246
- alpnProtocol: string | false | null;
247
- /**
248
- * Returns an object representing the local certificate. The returned object has
249
- * some properties corresponding to the fields of the certificate.
250
- *
251
- * See {@link TLSSocket.getPeerCertificate} for an example of the certificate
252
- * structure.
253
- *
254
- * If there is no local certificate, an empty object will be returned. If the
255
- * socket has been destroyed, `null` will be returned.
256
- * @since v11.2.0
257
- */
258
- getCertificate(): PeerCertificate | object | null;
259
- /**
260
- * Returns an object containing information on the negotiated cipher suite.
261
- *
262
- * For example, a TLSv1.2 protocol with AES256-SHA cipher:
263
- *
264
- * ```json
265
- * {
266
- * "name": "AES256-SHA",
267
- * "standardName": "TLS_RSA_WITH_AES_256_CBC_SHA",
268
- * "version": "SSLv3"
269
- * }
270
- * ```
271
- *
272
- * See [SSL\_CIPHER\_get\_name](https://www.openssl.org/docs/man1.1.1/man3/SSL_CIPHER_get_name.html) for more information.
273
- * @since v0.11.4
274
- */
275
- getCipher(): CipherNameAndProtocol;
276
- /**
277
- * Returns an object representing the type, name, and size of parameter of
278
- * an ephemeral key exchange in `perfect forward secrecy` on a client
279
- * connection. It returns an empty object when the key exchange is not
280
- * ephemeral. As this is only supported on a client socket; `null` is returned
281
- * if called on a server socket. The supported types are `'DH'` and `'ECDH'`. The `name` property is available only when type is `'ECDH'`.
282
- *
283
- * For example: `{ type: 'ECDH', name: 'prime256v1', size: 256 }`.
284
- * @since v5.0.0
285
- */
286
- getEphemeralKeyInfo(): EphemeralKeyInfo | object | null;
287
- /**
288
- * As the `Finished` messages are message digests of the complete handshake
289
- * (with a total of 192 bits for TLS 1.0 and more for SSL 3.0), they can
290
- * be used for external authentication procedures when the authentication
291
- * provided by SSL/TLS is not desired or is not enough.
292
- *
293
- * Corresponds to the `SSL_get_finished` routine in OpenSSL and may be used
294
- * to implement the `tls-unique` channel binding from [RFC 5929](https://tools.ietf.org/html/rfc5929).
295
- * @since v9.9.0
296
- * @return The latest `Finished` message that has been sent to the socket as part of a SSL/TLS handshake, or `undefined` if no `Finished` message has been sent yet.
297
- */
298
- getFinished(): Buffer | undefined;
299
- /**
300
- * Returns an object representing the peer's certificate. If the peer does not
301
- * provide a certificate, an empty object will be returned. If the socket has been
302
- * destroyed, `null` will be returned.
303
- *
304
- * If the full certificate chain was requested, each certificate will include an`issuerCertificate` property containing an object representing its issuer's
305
- * certificate.
306
- * @since v0.11.4
307
- * @param detailed Include the full certificate chain if `true`, otherwise include just the peer's certificate.
308
- * @return A certificate object.
309
- */
310
- getPeerCertificate(detailed: true): DetailedPeerCertificate;
311
- getPeerCertificate(detailed?: false): PeerCertificate;
312
- getPeerCertificate(detailed?: boolean): PeerCertificate | DetailedPeerCertificate;
313
- /**
314
- * As the `Finished` messages are message digests of the complete handshake
315
- * (with a total of 192 bits for TLS 1.0 and more for SSL 3.0), they can
316
- * be used for external authentication procedures when the authentication
317
- * provided by SSL/TLS is not desired or is not enough.
318
- *
319
- * Corresponds to the `SSL_get_peer_finished` routine in OpenSSL and may be used
320
- * to implement the `tls-unique` channel binding from [RFC 5929](https://tools.ietf.org/html/rfc5929).
321
- * @since v9.9.0
322
- * @return The latest `Finished` message that is expected or has actually been received from the socket as part of a SSL/TLS handshake, or `undefined` if there is no `Finished` message so
323
- * far.
324
- */
325
- getPeerFinished(): Buffer | undefined;
326
- /**
327
- * Returns a string containing the negotiated SSL/TLS protocol version of the
328
- * current connection. The value `'unknown'` will be returned for connected
329
- * sockets that have not completed the handshaking process. The value `null` will
330
- * be returned for server sockets or disconnected client sockets.
331
- *
332
- * Protocol versions are:
333
- *
334
- * * `'SSLv3'`
335
- * * `'TLSv1'`
336
- * * `'TLSv1.1'`
337
- * * `'TLSv1.2'`
338
- * * `'TLSv1.3'`
339
- *
340
- * See the OpenSSL [`SSL_get_version`](https://www.openssl.org/docs/man1.1.1/man3/SSL_get_version.html) documentation for more information.
341
- * @since v5.7.0
342
- */
343
- getProtocol(): string | null;
344
- /**
345
- * Returns the TLS session data or `undefined` if no session was
346
- * negotiated. On the client, the data can be provided to the `session` option of {@link connect} to resume the connection. On the server, it may be useful
347
- * for debugging.
348
- *
349
- * See `Session Resumption` for more information.
350
- *
351
- * Note: `getSession()` works only for TLSv1.2 and below. For TLSv1.3, applications
352
- * must use the `'session'` event (it also works for TLSv1.2 and below).
353
- * @since v0.11.4
354
- */
355
- getSession(): Buffer | undefined;
356
- /**
357
- * See [SSL\_get\_shared\_sigalgs](https://www.openssl.org/docs/man1.1.1/man3/SSL_get_shared_sigalgs.html) for more information.
358
- * @since v12.11.0
359
- * @return List of signature algorithms shared between the server and the client in the order of decreasing preference.
360
- */
361
- getSharedSigalgs(): string[];
362
- /**
363
- * For a client, returns the TLS session ticket if one is available, or`undefined`. For a server, always returns `undefined`.
364
- *
365
- * It may be useful for debugging.
366
- *
367
- * See `Session Resumption` for more information.
368
- * @since v0.11.4
369
- */
370
- getTLSTicket(): Buffer | undefined;
371
- /**
372
- * See `Session Resumption` for more information.
373
- * @since v0.5.6
374
- * @return `true` if the session was reused, `false` otherwise.
375
- */
376
- isSessionReused(): boolean;
377
- /**
378
- * The `tlsSocket.renegotiate()` method initiates a TLS renegotiation process.
379
- * Upon completion, the `callback` function will be passed a single argument
380
- * that is either an `Error` (if the request failed) or `null`.
381
- *
382
- * This method can be used to request a peer's certificate after the secure
383
- * connection has been established.
384
- *
385
- * When running as the server, the socket will be destroyed with an error after `handshakeTimeout` timeout.
386
- *
387
- * For TLSv1.3, renegotiation cannot be initiated, it is not supported by the
388
- * protocol.
389
- * @since v0.11.8
390
- * @param callback If `renegotiate()` returned `true`, callback is attached once to the `'secure'` event. If `renegotiate()` returned `false`, `callback` will be called in the next tick with
391
- * an error, unless the `tlsSocket` has been destroyed, in which case `callback` will not be called at all.
392
- * @return `true` if renegotiation was initiated, `false` otherwise.
393
- */
394
- renegotiate(
395
- options: {
396
- rejectUnauthorized?: boolean | undefined;
397
- requestCert?: boolean | undefined;
398
- },
399
- callback: (err: Error | null) => void,
400
- ): undefined | boolean;
401
- /**
402
- * The `tlsSocket.setMaxSendFragment()` method sets the maximum TLS fragment size.
403
- * Returns `true` if setting the limit succeeded; `false` otherwise.
404
- *
405
- * Smaller fragment sizes decrease the buffering latency on the client: larger
406
- * fragments are buffered by the TLS layer until the entire fragment is received
407
- * and its integrity is verified; large fragments can span multiple roundtrips
408
- * and their processing can be delayed due to packet loss or reordering. However,
409
- * smaller fragments add extra TLS framing bytes and CPU overhead, which may
410
- * decrease overall server throughput.
411
- * @since v0.11.11
412
- * @param [size=16384] The maximum TLS fragment size. The maximum value is `16384`.
413
- */
414
- setMaxSendFragment(size: number): boolean;
415
- /**
416
- * Disables TLS renegotiation for this `TLSSocket` instance. Once called, attempts
417
- * to renegotiate will trigger an `'error'` event on the `TLSSocket`.
418
- * @since v8.4.0
419
- */
420
- disableRenegotiation(): void;
421
- /**
422
- * When enabled, TLS packet trace information is written to `stderr`. This can be
423
- * used to debug TLS connection problems.
424
- *
425
- * The format of the output is identical to the output of`openssl s_client -trace` or `openssl s_server -trace`. While it is produced by
426
- * OpenSSL's `SSL_trace()` function, the format is undocumented, can change
427
- * without notice, and should not be relied on.
428
- * @since v12.2.0
429
- */
430
- enableTrace(): void;
431
- /**
432
- * Returns the peer certificate as an `X509Certificate` object.
433
- *
434
- * If there is no peer certificate, or the socket has been destroyed,`undefined` will be returned.
435
- * @since v15.9.0
436
- */
437
- getPeerX509Certificate(): X509Certificate | undefined;
438
- /**
439
- * Returns the local certificate as an `X509Certificate` object.
440
- *
441
- * If there is no local certificate, or the socket has been destroyed,`undefined` will be returned.
442
- * @since v15.9.0
443
- */
444
- getX509Certificate(): X509Certificate | undefined;
445
- /**
446
- * Keying material is used for validations to prevent different kind of attacks in
447
- * network protocols, for example in the specifications of IEEE 802.1X.
448
- *
449
- * Example
450
- *
451
- * ```js
452
- * const keyingMaterial = tlsSocket.exportKeyingMaterial(
453
- * 128,
454
- * 'client finished');
455
- *
456
- * /*
457
- * Example return value of keyingMaterial:
458
- * <Buffer 76 26 af 99 c5 56 8e 42 09 91 ef 9f 93 cb ad 6c 7b 65 f8 53 f1 d8 d9
459
- * 12 5a 33 b8 b5 25 df 7b 37 9f e0 e2 4f b8 67 83 a3 2f cd 5d 41 42 4c 91
460
- * 74 ef 2c ... 78 more bytes>
461
- *
462
- * ```
463
- *
464
- * See the OpenSSL [`SSL_export_keying_material`](https://www.openssl.org/docs/man1.1.1/man3/SSL_export_keying_material.html) documentation for more
465
- * information.
466
- * @since v13.10.0, v12.17.0
467
- * @param length number of bytes to retrieve from keying material
468
- * @param label an application specific label, typically this will be a value from the [IANA Exporter Label
469
- * Registry](https://www.iana.org/assignments/tls-parameters/tls-parameters.xhtml#exporter-labels).
470
- * @param context Optionally provide a context.
471
- * @return requested bytes of the keying material
472
- */
473
- exportKeyingMaterial(length: number, label: string, context: Buffer): Buffer;
474
- addListener(event: string, listener: (...args: any[]) => void): this;
475
- addListener(event: "OCSPResponse", listener: (response: Buffer) => void): this;
476
- addListener(event: "secureConnect", listener: () => void): this;
477
- addListener(event: "session", listener: (session: Buffer) => void): this;
478
- addListener(event: "keylog", listener: (line: Buffer) => void): this;
479
- emit(event: string | symbol, ...args: any[]): boolean;
480
- emit(event: "OCSPResponse", response: Buffer): boolean;
481
- emit(event: "secureConnect"): boolean;
482
- emit(event: "session", session: Buffer): boolean;
483
- emit(event: "keylog", line: Buffer): boolean;
484
- on(event: string, listener: (...args: any[]) => void): this;
485
- on(event: "OCSPResponse", listener: (response: Buffer) => void): this;
486
- on(event: "secureConnect", listener: () => void): this;
487
- on(event: "session", listener: (session: Buffer) => void): this;
488
- on(event: "keylog", listener: (line: Buffer) => void): this;
489
- once(event: string, listener: (...args: any[]) => void): this;
490
- once(event: "OCSPResponse", listener: (response: Buffer) => void): this;
491
- once(event: "secureConnect", listener: () => void): this;
492
- once(event: "session", listener: (session: Buffer) => void): this;
493
- once(event: "keylog", listener: (line: Buffer) => void): this;
494
- prependListener(event: string, listener: (...args: any[]) => void): this;
495
- prependListener(event: "OCSPResponse", listener: (response: Buffer) => void): this;
496
- prependListener(event: "secureConnect", listener: () => void): this;
497
- prependListener(event: "session", listener: (session: Buffer) => void): this;
498
- prependListener(event: "keylog", listener: (line: Buffer) => void): this;
499
- prependOnceListener(event: string, listener: (...args: any[]) => void): this;
500
- prependOnceListener(event: "OCSPResponse", listener: (response: Buffer) => void): this;
501
- prependOnceListener(event: "secureConnect", listener: () => void): this;
502
- prependOnceListener(event: "session", listener: (session: Buffer) => void): this;
503
- prependOnceListener(event: "keylog", listener: (line: Buffer) => void): this;
504
- }
505
- interface CommonConnectionOptions {
506
- /**
507
- * An optional TLS context object from tls.createSecureContext()
508
- */
509
- secureContext?: SecureContext | undefined;
510
- /**
511
- * When enabled, TLS packet trace information is written to `stderr`. This can be
512
- * used to debug TLS connection problems.
513
- * @default false
514
- */
515
- enableTrace?: boolean | undefined;
516
- /**
517
- * If true the server will request a certificate from clients that
518
- * connect and attempt to verify that certificate. Defaults to
519
- * false.
520
- */
521
- requestCert?: boolean | undefined;
522
- /**
523
- * An array of strings or a Buffer naming possible ALPN protocols.
524
- * (Protocols should be ordered by their priority.)
525
- */
526
- ALPNProtocols?: string[] | Uint8Array[] | Uint8Array | undefined;
527
- /**
528
- * SNICallback(servername, cb) <Function> A function that will be
529
- * called if the client supports SNI TLS extension. Two arguments
530
- * will be passed when called: servername and cb. SNICallback should
531
- * invoke cb(null, ctx), where ctx is a SecureContext instance.
532
- * (tls.createSecureContext(...) can be used to get a proper
533
- * SecureContext.) If SNICallback wasn't provided the default callback
534
- * with high-level API will be used (see below).
535
- */
536
- SNICallback?: ((servername: string, cb: (err: Error | null, ctx?: SecureContext) => void) => void) | undefined;
537
- /**
538
- * If true the server will reject any connection which is not
539
- * authorized with the list of supplied CAs. This option only has an
540
- * effect if requestCert is true.
541
- * @default true
542
- */
543
- rejectUnauthorized?: boolean | undefined;
544
- }
545
- interface TlsOptions extends SecureContextOptions, CommonConnectionOptions, net.ServerOpts {
546
- /**
547
- * Abort the connection if the SSL/TLS handshake does not finish in the
548
- * specified number of milliseconds. A 'tlsClientError' is emitted on
549
- * the tls.Server object whenever a handshake times out. Default:
550
- * 120000 (120 seconds).
551
- */
552
- handshakeTimeout?: number | undefined;
553
- /**
554
- * The number of seconds after which a TLS session created by the
555
- * server will no longer be resumable. See Session Resumption for more
556
- * information. Default: 300.
557
- */
558
- sessionTimeout?: number | undefined;
559
- /**
560
- * 48-bytes of cryptographically strong pseudo-random data.
561
- */
562
- ticketKeys?: Buffer | undefined;
563
- /**
564
- * @param socket
565
- * @param identity identity parameter sent from the client.
566
- * @return pre-shared key that must either be
567
- * a buffer or `null` to stop the negotiation process. Returned PSK must be
568
- * compatible with the selected cipher's digest.
569
- *
570
- * When negotiating TLS-PSK (pre-shared keys), this function is called
571
- * with the identity provided by the client.
572
- * If the return value is `null` the negotiation process will stop and an
573
- * "unknown_psk_identity" alert message will be sent to the other party.
574
- * If the server wishes to hide the fact that the PSK identity was not known,
575
- * the callback must provide some random data as `psk` to make the connection
576
- * fail with "decrypt_error" before negotiation is finished.
577
- * PSK ciphers are disabled by default, and using TLS-PSK thus
578
- * requires explicitly specifying a cipher suite with the `ciphers` option.
579
- * More information can be found in the RFC 4279.
580
- */
581
- pskCallback?(socket: TLSSocket, identity: string): DataView | NodeJS.TypedArray | null;
582
- /**
583
- * hint to send to a client to help
584
- * with selecting the identity during TLS-PSK negotiation. Will be ignored
585
- * in TLS 1.3. Upon failing to set pskIdentityHint `tlsClientError` will be
586
- * emitted with `ERR_TLS_PSK_SET_IDENTIY_HINT_FAILED` code.
587
- */
588
- pskIdentityHint?: string | undefined;
589
- }
590
- interface PSKCallbackNegotation {
591
- psk: DataView | NodeJS.TypedArray;
592
- identity: string;
593
- }
594
- interface ConnectionOptions extends SecureContextOptions, CommonConnectionOptions {
595
- host?: string | undefined;
596
- port?: number | undefined;
597
- path?: string | undefined; // Creates unix socket connection to path. If this option is specified, `host` and `port` are ignored.
598
- socket?: stream.Duplex | undefined; // Establish secure connection on a given socket rather than creating a new socket
599
- checkServerIdentity?: typeof checkServerIdentity | undefined;
600
- servername?: string | undefined; // SNI TLS Extension
601
- session?: Buffer | undefined;
602
- minDHSize?: number | undefined;
603
- lookup?: net.LookupFunction | undefined;
604
- timeout?: number | undefined;
605
- /**
606
- * When negotiating TLS-PSK (pre-shared keys), this function is called
607
- * with optional identity `hint` provided by the server or `null`
608
- * in case of TLS 1.3 where `hint` was removed.
609
- * It will be necessary to provide a custom `tls.checkServerIdentity()`
610
- * for the connection as the default one will try to check hostname/IP
611
- * of the server against the certificate but that's not applicable for PSK
612
- * because there won't be a certificate present.
613
- * More information can be found in the RFC 4279.
614
- *
615
- * @param hint message sent from the server to help client
616
- * decide which identity to use during negotiation.
617
- * Always `null` if TLS 1.3 is used.
618
- * @returns Return `null` to stop the negotiation process. `psk` must be
619
- * compatible with the selected cipher's digest.
620
- * `identity` must use UTF-8 encoding.
621
- */
622
- pskCallback?(hint: string | null): PSKCallbackNegotation | null;
623
- }
624
- /**
625
- * Accepts encrypted connections using TLS or SSL.
626
- * @since v0.3.2
627
- */
628
- class Server extends net.Server {
629
- constructor(secureConnectionListener?: (socket: TLSSocket) => void);
630
- constructor(options: TlsOptions, secureConnectionListener?: (socket: TLSSocket) => void);
631
- /**
632
- * The `server.addContext()` method adds a secure context that will be used if
633
- * the client request's SNI name matches the supplied `hostname` (or wildcard).
634
- *
635
- * When there are multiple matching contexts, the most recently added one is
636
- * used.
637
- * @since v0.5.3
638
- * @param hostname A SNI host name or wildcard (e.g. `'*'`)
639
- * @param context An object containing any of the possible properties from the {@link createSecureContext} `options` arguments (e.g. `key`, `cert`, `ca`, etc), or a TLS context object created
640
- * with {@link createSecureContext} itself.
641
- */
642
- addContext(hostname: string, context: SecureContextOptions): void;
643
- /**
644
- * Returns the session ticket keys.
645
- *
646
- * See `Session Resumption` for more information.
647
- * @since v3.0.0
648
- * @return A 48-byte buffer containing the session ticket keys.
649
- */
650
- getTicketKeys(): Buffer;
651
- /**
652
- * The `server.setSecureContext()` method replaces the secure context of an
653
- * existing server. Existing connections to the server are not interrupted.
654
- * @since v11.0.0
655
- * @param options An object containing any of the possible properties from the {@link createSecureContext} `options` arguments (e.g. `key`, `cert`, `ca`, etc).
656
- */
657
- setSecureContext(options: SecureContextOptions): void;
658
- /**
659
- * Sets the session ticket keys.
660
- *
661
- * Changes to the ticket keys are effective only for future server connections.
662
- * Existing or currently pending server connections will use the previous keys.
663
- *
664
- * See `Session Resumption` for more information.
665
- * @since v3.0.0
666
- * @param keys A 48-byte buffer containing the session ticket keys.
667
- */
668
- setTicketKeys(keys: Buffer): void;
669
- /**
670
- * events.EventEmitter
671
- * 1. tlsClientError
672
- * 2. newSession
673
- * 3. OCSPRequest
674
- * 4. resumeSession
675
- * 5. secureConnection
676
- * 6. keylog
677
- */
678
- addListener(event: string, listener: (...args: any[]) => void): this;
679
- addListener(event: "tlsClientError", listener: (err: Error, tlsSocket: TLSSocket) => void): this;
680
- addListener(
681
- event: "newSession",
682
- listener: (sessionId: Buffer, sessionData: Buffer, callback: () => void) => void,
683
- ): this;
684
- addListener(
685
- event: "OCSPRequest",
686
- listener: (
687
- certificate: Buffer,
688
- issuer: Buffer,
689
- callback: (err: Error | null, resp: Buffer) => void,
690
- ) => void,
691
- ): this;
692
- addListener(
693
- event: "resumeSession",
694
- listener: (sessionId: Buffer, callback: (err: Error | null, sessionData: Buffer | null) => void) => void,
695
- ): this;
696
- addListener(event: "secureConnection", listener: (tlsSocket: TLSSocket) => void): this;
697
- addListener(event: "keylog", listener: (line: Buffer, tlsSocket: TLSSocket) => void): this;
698
- emit(event: string | symbol, ...args: any[]): boolean;
699
- emit(event: "tlsClientError", err: Error, tlsSocket: TLSSocket): boolean;
700
- emit(event: "newSession", sessionId: Buffer, sessionData: Buffer, callback: () => void): boolean;
701
- emit(
702
- event: "OCSPRequest",
703
- certificate: Buffer,
704
- issuer: Buffer,
705
- callback: (err: Error | null, resp: Buffer) => void,
706
- ): boolean;
707
- emit(
708
- event: "resumeSession",
709
- sessionId: Buffer,
710
- callback: (err: Error | null, sessionData: Buffer | null) => void,
711
- ): boolean;
712
- emit(event: "secureConnection", tlsSocket: TLSSocket): boolean;
713
- emit(event: "keylog", line: Buffer, tlsSocket: TLSSocket): boolean;
714
- on(event: string, listener: (...args: any[]) => void): this;
715
- on(event: "tlsClientError", listener: (err: Error, tlsSocket: TLSSocket) => void): this;
716
- on(event: "newSession", listener: (sessionId: Buffer, sessionData: Buffer, callback: () => void) => void): this;
717
- on(
718
- event: "OCSPRequest",
719
- listener: (
720
- certificate: Buffer,
721
- issuer: Buffer,
722
- callback: (err: Error | null, resp: Buffer) => void,
723
- ) => void,
724
- ): this;
725
- on(
726
- event: "resumeSession",
727
- listener: (sessionId: Buffer, callback: (err: Error | null, sessionData: Buffer | null) => void) => void,
728
- ): this;
729
- on(event: "secureConnection", listener: (tlsSocket: TLSSocket) => void): this;
730
- on(event: "keylog", listener: (line: Buffer, tlsSocket: TLSSocket) => void): this;
731
- once(event: string, listener: (...args: any[]) => void): this;
732
- once(event: "tlsClientError", listener: (err: Error, tlsSocket: TLSSocket) => void): this;
733
- once(
734
- event: "newSession",
735
- listener: (sessionId: Buffer, sessionData: Buffer, callback: () => void) => void,
736
- ): this;
737
- once(
738
- event: "OCSPRequest",
739
- listener: (
740
- certificate: Buffer,
741
- issuer: Buffer,
742
- callback: (err: Error | null, resp: Buffer) => void,
743
- ) => void,
744
- ): this;
745
- once(
746
- event: "resumeSession",
747
- listener: (sessionId: Buffer, callback: (err: Error | null, sessionData: Buffer | null) => void) => void,
748
- ): this;
749
- once(event: "secureConnection", listener: (tlsSocket: TLSSocket) => void): this;
750
- once(event: "keylog", listener: (line: Buffer, tlsSocket: TLSSocket) => void): this;
751
- prependListener(event: string, listener: (...args: any[]) => void): this;
752
- prependListener(event: "tlsClientError", listener: (err: Error, tlsSocket: TLSSocket) => void): this;
753
- prependListener(
754
- event: "newSession",
755
- listener: (sessionId: Buffer, sessionData: Buffer, callback: () => void) => void,
756
- ): this;
757
- prependListener(
758
- event: "OCSPRequest",
759
- listener: (
760
- certificate: Buffer,
761
- issuer: Buffer,
762
- callback: (err: Error | null, resp: Buffer) => void,
763
- ) => void,
764
- ): this;
765
- prependListener(
766
- event: "resumeSession",
767
- listener: (sessionId: Buffer, callback: (err: Error | null, sessionData: Buffer | null) => void) => void,
768
- ): this;
769
- prependListener(event: "secureConnection", listener: (tlsSocket: TLSSocket) => void): this;
770
- prependListener(event: "keylog", listener: (line: Buffer, tlsSocket: TLSSocket) => void): this;
771
- prependOnceListener(event: string, listener: (...args: any[]) => void): this;
772
- prependOnceListener(event: "tlsClientError", listener: (err: Error, tlsSocket: TLSSocket) => void): this;
773
- prependOnceListener(
774
- event: "newSession",
775
- listener: (sessionId: Buffer, sessionData: Buffer, callback: () => void) => void,
776
- ): this;
777
- prependOnceListener(
778
- event: "OCSPRequest",
779
- listener: (
780
- certificate: Buffer,
781
- issuer: Buffer,
782
- callback: (err: Error | null, resp: Buffer) => void,
783
- ) => void,
784
- ): this;
785
- prependOnceListener(
786
- event: "resumeSession",
787
- listener: (sessionId: Buffer, callback: (err: Error | null, sessionData: Buffer | null) => void) => void,
788
- ): this;
789
- prependOnceListener(event: "secureConnection", listener: (tlsSocket: TLSSocket) => void): this;
790
- prependOnceListener(event: "keylog", listener: (line: Buffer, tlsSocket: TLSSocket) => void): this;
791
- }
792
- /**
793
- * @deprecated since v0.11.3 Use `tls.TLSSocket` instead.
794
- */
795
- interface SecurePair {
796
- encrypted: TLSSocket;
797
- cleartext: TLSSocket;
798
- }
799
- type SecureVersion = "TLSv1.3" | "TLSv1.2" | "TLSv1.1" | "TLSv1";
800
- interface SecureContextOptions {
801
- /**
802
- * If set, this will be called when a client opens a connection using the ALPN extension.
803
- * One argument will be passed to the callback: an object containing `servername` and `protocols` fields,
804
- * respectively containing the server name from the SNI extension (if any) and an array of
805
- * ALPN protocol name strings. The callback must return either one of the strings listed in `protocols`,
806
- * which will be returned to the client as the selected ALPN protocol, or `undefined`,
807
- * to reject the connection with a fatal alert. If a string is returned that does not match one of
808
- * the client's ALPN protocols, an error will be thrown.
809
- * This option cannot be used with the `ALPNProtocols` option, and setting both options will throw an error.
810
- */
811
- ALPNCallback?: ((arg: { servername: string; protocols: string[] }) => string | undefined) | undefined;
812
- /**
813
- * Optionally override the trusted CA certificates. Default is to trust
814
- * the well-known CAs curated by Mozilla. Mozilla's CAs are completely
815
- * replaced when CAs are explicitly specified using this option.
816
- */
817
- ca?: string | Buffer | Array<string | Buffer> | undefined;
818
- /**
819
- * Cert chains in PEM format. One cert chain should be provided per
820
- * private key. Each cert chain should consist of the PEM formatted
821
- * certificate for a provided private key, followed by the PEM
822
- * formatted intermediate certificates (if any), in order, and not
823
- * including the root CA (the root CA must be pre-known to the peer,
824
- * see ca). When providing multiple cert chains, they do not have to
825
- * be in the same order as their private keys in key. If the
826
- * intermediate certificates are not provided, the peer will not be
827
- * able to validate the certificate, and the handshake will fail.
828
- */
829
- cert?: string | Buffer | Array<string | Buffer> | undefined;
830
- /**
831
- * Colon-separated list of supported signature algorithms. The list
832
- * can contain digest algorithms (SHA256, MD5 etc.), public key
833
- * algorithms (RSA-PSS, ECDSA etc.), combination of both (e.g
834
- * 'RSA+SHA384') or TLS v1.3 scheme names (e.g. rsa_pss_pss_sha512).
835
- */
836
- sigalgs?: string | undefined;
837
- /**
838
- * Cipher suite specification, replacing the default. For more
839
- * information, see modifying the default cipher suite. Permitted
840
- * ciphers can be obtained via tls.getCiphers(). Cipher names must be
841
- * uppercased in order for OpenSSL to accept them.
842
- */
843
- ciphers?: string | undefined;
844
- /**
845
- * Name of an OpenSSL engine which can provide the client certificate.
846
- */
847
- clientCertEngine?: string | undefined;
848
- /**
849
- * PEM formatted CRLs (Certificate Revocation Lists).
850
- */
851
- crl?: string | Buffer | Array<string | Buffer> | undefined;
852
- /**
853
- * `'auto'` or custom Diffie-Hellman parameters, required for non-ECDHE perfect forward secrecy.
854
- * If omitted or invalid, the parameters are silently discarded and DHE ciphers will not be available.
855
- * ECDHE-based perfect forward secrecy will still be available.
856
- */
857
- dhparam?: string | Buffer | undefined;
858
- /**
859
- * A string describing a named curve or a colon separated list of curve
860
- * NIDs or names, for example P-521:P-384:P-256, to use for ECDH key
861
- * agreement. Set to auto to select the curve automatically. Use
862
- * crypto.getCurves() to obtain a list of available curve names. On
863
- * recent releases, openssl ecparam -list_curves will also display the
864
- * name and description of each available elliptic curve. Default:
865
- * tls.DEFAULT_ECDH_CURVE.
866
- */
867
- ecdhCurve?: string | undefined;
868
- /**
869
- * Attempt to use the server's cipher suite preferences instead of the
870
- * client's. When true, causes SSL_OP_CIPHER_SERVER_PREFERENCE to be
871
- * set in secureOptions
872
- */
873
- honorCipherOrder?: boolean | undefined;
874
- /**
875
- * Private keys in PEM format. PEM allows the option of private keys
876
- * being encrypted. Encrypted keys will be decrypted with
877
- * options.passphrase. Multiple keys using different algorithms can be
878
- * provided either as an array of unencrypted key strings or buffers,
879
- * or an array of objects in the form {pem: <string|buffer>[,
880
- * passphrase: <string>]}. The object form can only occur in an array.
881
- * object.passphrase is optional. Encrypted keys will be decrypted with
882
- * object.passphrase if provided, or options.passphrase if it is not.
883
- */
884
- key?: string | Buffer | Array<string | Buffer | KeyObject> | undefined;
885
- /**
886
- * Name of an OpenSSL engine to get private key from. Should be used
887
- * together with privateKeyIdentifier.
888
- */
889
- privateKeyEngine?: string | undefined;
890
- /**
891
- * Identifier of a private key managed by an OpenSSL engine. Should be
892
- * used together with privateKeyEngine. Should not be set together with
893
- * key, because both options define a private key in different ways.
894
- */
895
- privateKeyIdentifier?: string | undefined;
896
- /**
897
- * Optionally set the maximum TLS version to allow. One
898
- * of `'TLSv1.3'`, `'TLSv1.2'`, `'TLSv1.1'`, or `'TLSv1'`. Cannot be specified along with the
899
- * `secureProtocol` option, use one or the other.
900
- * **Default:** `'TLSv1.3'`, unless changed using CLI options. Using
901
- * `--tls-max-v1.2` sets the default to `'TLSv1.2'`. Using `--tls-max-v1.3` sets the default to
902
- * `'TLSv1.3'`. If multiple of the options are provided, the highest maximum is used.
903
- */
904
- maxVersion?: SecureVersion | undefined;
905
- /**
906
- * Optionally set the minimum TLS version to allow. One
907
- * of `'TLSv1.3'`, `'TLSv1.2'`, `'TLSv1.1'`, or `'TLSv1'`. Cannot be specified along with the
908
- * `secureProtocol` option, use one or the other. It is not recommended to use
909
- * less than TLSv1.2, but it may be required for interoperability.
910
- * **Default:** `'TLSv1.2'`, unless changed using CLI options. Using
911
- * `--tls-v1.0` sets the default to `'TLSv1'`. Using `--tls-v1.1` sets the default to
912
- * `'TLSv1.1'`. Using `--tls-min-v1.3` sets the default to
913
- * 'TLSv1.3'. If multiple of the options are provided, the lowest minimum is used.
914
- */
915
- minVersion?: SecureVersion | undefined;
916
- /**
917
- * Shared passphrase used for a single private key and/or a PFX.
918
- */
919
- passphrase?: string | undefined;
920
- /**
921
- * PFX or PKCS12 encoded private key and certificate chain. pfx is an
922
- * alternative to providing key and cert individually. PFX is usually
923
- * encrypted, if it is, passphrase will be used to decrypt it. Multiple
924
- * PFX can be provided either as an array of unencrypted PFX buffers,
925
- * or an array of objects in the form {buf: <string|buffer>[,
926
- * passphrase: <string>]}. The object form can only occur in an array.
927
- * object.passphrase is optional. Encrypted PFX will be decrypted with
928
- * object.passphrase if provided, or options.passphrase if it is not.
929
- */
930
- pfx?: string | Buffer | Array<string | Buffer | PxfObject> | undefined;
931
- /**
932
- * Optionally affect the OpenSSL protocol behavior, which is not
933
- * usually necessary. This should be used carefully if at all! Value is
934
- * a numeric bitmask of the SSL_OP_* options from OpenSSL Options
935
- */
936
- secureOptions?: number | undefined; // Value is a numeric bitmask of the `SSL_OP_*` options
937
- /**
938
- * Legacy mechanism to select the TLS protocol version to use, it does
939
- * not support independent control of the minimum and maximum version,
940
- * and does not support limiting the protocol to TLSv1.3. Use
941
- * minVersion and maxVersion instead. The possible values are listed as
942
- * SSL_METHODS, use the function names as strings. For example, use
943
- * 'TLSv1_1_method' to force TLS version 1.1, or 'TLS_method' to allow
944
- * any TLS protocol version up to TLSv1.3. It is not recommended to use
945
- * TLS versions less than 1.2, but it may be required for
946
- * interoperability. Default: none, see minVersion.
947
- */
948
- secureProtocol?: string | undefined;
949
- /**
950
- * Opaque identifier used by servers to ensure session state is not
951
- * shared between applications. Unused by clients.
952
- */
953
- sessionIdContext?: string | undefined;
954
- /**
955
- * 48-bytes of cryptographically strong pseudo-random data.
956
- * See Session Resumption for more information.
957
- */
958
- ticketKeys?: Buffer | undefined;
959
- /**
960
- * The number of seconds after which a TLS session created by the
961
- * server will no longer be resumable. See Session Resumption for more
962
- * information. Default: 300.
963
- */
964
- sessionTimeout?: number | undefined;
965
- }
966
- interface SecureContext {
967
- context: any;
968
- }
969
- /**
970
- * Verifies the certificate `cert` is issued to `hostname`.
971
- *
972
- * Returns [Error](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error) object, populating it with `reason`, `host`, and `cert` on
973
- * failure. On success, returns [undefined](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#Undefined_type).
974
- *
975
- * This function is intended to be used in combination with the`checkServerIdentity` option that can be passed to {@link connect} and as
976
- * such operates on a `certificate object`. For other purposes, consider using `x509.checkHost()` instead.
977
- *
978
- * This function can be overwritten by providing an alternative function as the `options.checkServerIdentity` option that is passed to `tls.connect()`. The
979
- * overwriting function can call `tls.checkServerIdentity()` of course, to augment
980
- * the checks done with additional verification.
981
- *
982
- * This function is only called if the certificate passed all other checks, such as
983
- * being issued by trusted CA (`options.ca`).
984
- *
985
- * Earlier versions of Node.js incorrectly accepted certificates for a given`hostname` if a matching `uniformResourceIdentifier` subject alternative name
986
- * was present (see [CVE-2021-44531](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-44531)). Applications that wish to accept`uniformResourceIdentifier` subject alternative names can use
987
- * a custom `options.checkServerIdentity` function that implements the desired behavior.
988
- * @since v0.8.4
989
- * @param hostname The host name or IP address to verify the certificate against.
990
- * @param cert A `certificate object` representing the peer's certificate.
991
- */
992
- function checkServerIdentity(hostname: string, cert: PeerCertificate): Error | undefined;
993
- /**
994
- * Creates a new {@link Server}. The `secureConnectionListener`, if provided, is
995
- * automatically set as a listener for the `'secureConnection'` event.
996
- *
997
- * The `ticketKeys` options is automatically shared between `node:cluster` module
998
- * workers.
999
- *
1000
- * The following illustrates a simple echo server:
1001
- *
1002
- * ```js
1003
- * const tls = require('node:tls');
1004
- * const fs = require('node:fs');
1005
- *
1006
- * const options = {
1007
- * key: fs.readFileSync('server-key.pem'),
1008
- * cert: fs.readFileSync('server-cert.pem'),
1009
- *
1010
- * // This is necessary only if using client certificate authentication.
1011
- * requestCert: true,
1012
- *
1013
- * // This is necessary only if the client uses a self-signed certificate.
1014
- * ca: [ fs.readFileSync('client-cert.pem') ],
1015
- * };
1016
- *
1017
- * const server = tls.createServer(options, (socket) => {
1018
- * console.log('server connected',
1019
- * socket.authorized ? 'authorized' : 'unauthorized');
1020
- * socket.write('welcome!\n');
1021
- * socket.setEncoding('utf8');
1022
- * socket.pipe(socket);
1023
- * });
1024
- * server.listen(8000, () => {
1025
- * console.log('server bound');
1026
- * });
1027
- * ```
1028
- *
1029
- * The server can be tested by connecting to it using the example client from {@link connect}.
1030
- * @since v0.3.2
1031
- */
1032
- function createServer(secureConnectionListener?: (socket: TLSSocket) => void): Server;
1033
- function createServer(options: TlsOptions, secureConnectionListener?: (socket: TLSSocket) => void): Server;
1034
- /**
1035
- * The `callback` function, if specified, will be added as a listener for the `'secureConnect'` event.
1036
- *
1037
- * `tls.connect()` returns a {@link TLSSocket} object.
1038
- *
1039
- * Unlike the `https` API, `tls.connect()` does not enable the
1040
- * SNI (Server Name Indication) extension by default, which may cause some
1041
- * servers to return an incorrect certificate or reject the connection
1042
- * altogether. To enable SNI, set the `servername` option in addition
1043
- * to `host`.
1044
- *
1045
- * The following illustrates a client for the echo server example from {@link createServer}:
1046
- *
1047
- * ```js
1048
- * // Assumes an echo server that is listening on port 8000.
1049
- * const tls = require('node:tls');
1050
- * const fs = require('node:fs');
1051
- *
1052
- * const options = {
1053
- * // Necessary only if the server requires client certificate authentication.
1054
- * key: fs.readFileSync('client-key.pem'),
1055
- * cert: fs.readFileSync('client-cert.pem'),
1056
- *
1057
- * // Necessary only if the server uses a self-signed certificate.
1058
- * ca: [ fs.readFileSync('server-cert.pem') ],
1059
- *
1060
- * // Necessary only if the server's cert isn't for "localhost".
1061
- * checkServerIdentity: () => { return null; },
1062
- * };
1063
- *
1064
- * const socket = tls.connect(8000, options, () => {
1065
- * console.log('client connected',
1066
- * socket.authorized ? 'authorized' : 'unauthorized');
1067
- * process.stdin.pipe(socket);
1068
- * process.stdin.resume();
1069
- * });
1070
- * socket.setEncoding('utf8');
1071
- * socket.on('data', (data) => {
1072
- * console.log(data);
1073
- * });
1074
- * socket.on('end', () => {
1075
- * console.log('server ends connection');
1076
- * });
1077
- * ```
1078
- * @since v0.11.3
1079
- */
1080
- function connect(options: ConnectionOptions, secureConnectListener?: () => void): TLSSocket;
1081
- function connect(
1082
- port: number,
1083
- host?: string,
1084
- options?: ConnectionOptions,
1085
- secureConnectListener?: () => void,
1086
- ): TLSSocket;
1087
- function connect(port: number, options?: ConnectionOptions, secureConnectListener?: () => void): TLSSocket;
1088
- /**
1089
- * Creates a new secure pair object with two streams, one of which reads and writes
1090
- * the encrypted data and the other of which reads and writes the cleartext data.
1091
- * Generally, the encrypted stream is piped to/from an incoming encrypted data
1092
- * stream and the cleartext one is used as a replacement for the initial encrypted
1093
- * stream.
1094
- *
1095
- * `tls.createSecurePair()` returns a `tls.SecurePair` object with `cleartext` and `encrypted` stream properties.
1096
- *
1097
- * Using `cleartext` has the same API as {@link TLSSocket}.
1098
- *
1099
- * The `tls.createSecurePair()` method is now deprecated in favor of`tls.TLSSocket()`. For example, the code:
1100
- *
1101
- * ```js
1102
- * pair = tls.createSecurePair(// ... );
1103
- * pair.encrypted.pipe(socket);
1104
- * socket.pipe(pair.encrypted);
1105
- * ```
1106
- *
1107
- * can be replaced by:
1108
- *
1109
- * ```js
1110
- * secureSocket = tls.TLSSocket(socket, options);
1111
- * ```
1112
- *
1113
- * where `secureSocket` has the same API as `pair.cleartext`.
1114
- * @since v0.3.2
1115
- * @deprecated Since v0.11.3 - Use {@link TLSSocket} instead.
1116
- * @param context A secure context object as returned by `tls.createSecureContext()`
1117
- * @param isServer `true` to specify that this TLS connection should be opened as a server.
1118
- * @param requestCert `true` to specify whether a server should request a certificate from a connecting client. Only applies when `isServer` is `true`.
1119
- * @param rejectUnauthorized If not `false` a server automatically reject clients with invalid certificates. Only applies when `isServer` is `true`.
1120
- */
1121
- function createSecurePair(
1122
- context?: SecureContext,
1123
- isServer?: boolean,
1124
- requestCert?: boolean,
1125
- rejectUnauthorized?: boolean,
1126
- ): SecurePair;
1127
- /**
1128
- * `{@link createServer}` sets the default value of the `honorCipherOrder` option
1129
- * to `true`, other APIs that create secure contexts leave it unset.
1130
- *
1131
- * `{@link createServer}` uses a 128 bit truncated SHA1 hash value generated
1132
- * from `process.argv` as the default value of the `sessionIdContext` option, other
1133
- * APIs that create secure contexts have no default value.
1134
- *
1135
- * The `tls.createSecureContext()` method creates a `SecureContext` object. It is
1136
- * usable as an argument to several `tls` APIs, such as `server.addContext()`,
1137
- * but has no public methods. The {@link Server} constructor and the {@link createServer} method do not support the `secureContext` option.
1138
- *
1139
- * A key is _required_ for ciphers that use certificates. Either `key` or `pfx` can be used to provide it.
1140
- *
1141
- * If the `ca` option is not given, then Node.js will default to using [Mozilla's publicly trusted list of
1142
- * CAs](https://hg.mozilla.org/mozilla-central/raw-file/tip/security/nss/lib/ckfw/builtins/certdata.txt).
1143
- *
1144
- * Custom DHE parameters are discouraged in favor of the new `dhparam: 'auto' `option. When set to `'auto'`, well-known DHE parameters of sufficient strength
1145
- * will be selected automatically. Otherwise, if necessary, `openssl dhparam` can
1146
- * be used to create custom parameters. The key length must be greater than or
1147
- * equal to 1024 bits or else an error will be thrown. Although 1024 bits is
1148
- * permissible, use 2048 bits or larger for stronger security.
1149
- * @since v0.11.13
1150
- */
1151
- function createSecureContext(options?: SecureContextOptions): SecureContext;
1152
- /**
1153
- * Returns an array with the names of the supported TLS ciphers. The names are
1154
- * lower-case for historical reasons, but must be uppercased to be used in
1155
- * the `ciphers` option of `{@link createSecureContext}`.
1156
- *
1157
- * Not all supported ciphers are enabled by default. See
1158
- * [Modifying the default TLS cipher suite](https://nodejs.org/docs/latest-v20.x/api/tls.html#modifying-the-default-tls-cipher-suite).
1159
- *
1160
- * Cipher names that start with `'tls_'` are for TLSv1.3, all the others are for
1161
- * TLSv1.2 and below.
1162
- *
1163
- * ```js
1164
- * console.log(tls.getCiphers()); // ['aes128-gcm-sha256', 'aes128-sha', ...]
1165
- * ```
1166
- * @since v0.10.2
1167
- */
1168
- function getCiphers(): string[];
1169
- /**
1170
- * The default curve name to use for ECDH key agreement in a tls server.
1171
- * The default value is `'auto'`. See `{@link createSecureContext()}` for further
1172
- * information.
1173
- * @since v0.11.13
1174
- */
1175
- let DEFAULT_ECDH_CURVE: string;
1176
- /**
1177
- * The default value of the `maxVersion` option of `{@link createSecureContext()}`.
1178
- * It can be assigned any of the supported TLS protocol versions,
1179
- * `'TLSv1.3'`, `'TLSv1.2'`, `'TLSv1.1'`, or `'TLSv1'`. **Default:** `'TLSv1.3'`, unless
1180
- * changed using CLI options. Using `--tls-max-v1.2` sets the default to `'TLSv1.2'`. Using
1181
- * `--tls-max-v1.3` sets the default to `'TLSv1.3'`. If multiple of the options
1182
- * are provided, the highest maximum is used.
1183
- * @since v11.4.0
1184
- */
1185
- let DEFAULT_MAX_VERSION: SecureVersion;
1186
- /**
1187
- * The default value of the `minVersion` option of `{@link createSecureContext()}`.
1188
- * It can be assigned any of the supported TLS protocol versions,
1189
- * `'TLSv1.3'`, `'TLSv1.2'`, `'TLSv1.1'`, or `'TLSv1'`. **Default:** `'TLSv1.2'`, unless
1190
- * changed using CLI options. Using `--tls-min-v1.0` sets the default to
1191
- * `'TLSv1'`. Using `--tls-min-v1.1` sets the default to `'TLSv1.1'`. Using
1192
- * `--tls-min-v1.3` sets the default to `'TLSv1.3'`. If multiple of the options
1193
- * are provided, the lowest minimum is used.
1194
- * @since v11.4.0
1195
- */
1196
- let DEFAULT_MIN_VERSION: SecureVersion;
1197
- /**
1198
- * The default value of the `ciphers` option of `{@link createSecureContext()}`.
1199
- * It can be assigned any of the supported OpenSSL ciphers.
1200
- * Defaults to the content of `crypto.constants.defaultCoreCipherList`, unless
1201
- * changed using CLI options using `--tls-default-ciphers`.
1202
- * @since v19.8.0
1203
- */
1204
- let DEFAULT_CIPHERS: string;
1205
- /**
1206
- * An immutable array of strings representing the root certificates (in PEM format)
1207
- * from the bundled Mozilla CA store as supplied by the current Node.js version.
1208
- *
1209
- * The bundled CA store, as supplied by Node.js, is a snapshot of Mozilla CA store
1210
- * that is fixed at release time. It is identical on all supported platforms.
1211
- * @since v12.3.0
1212
- */
1213
- const rootCertificates: readonly string[];
1214
- }
1215
- declare module "node:tls" {
1216
- export * from "tls";
1217
- }