@class101/cdn-ui-system 0.0.8 → 0.0.12

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1009) hide show
  1. package/chunk-2A2YD3YP.js +22244 -0
  2. package/{chunk-E2KIAABB.js → chunk-37VQUPZR.js} +1 -1
  3. package/{chunk-IMWQE6G2.js → chunk-BDSNAS3L.js} +3 -2
  4. package/chunk-CGEEKALF.js +184 -0
  5. package/{chunk-F522NW23.js → chunk-ESGHR2XF.js} +7 -26
  6. package/chunk-IFZN3H2K.js +515 -0
  7. package/chunk-IPFBPHEG.js +9145 -0
  8. package/{chunk-QN5Q5NTF.js → chunk-J3Q2BPOW.js} +1 -1
  9. package/chunk-KBZLTPPY.js +58 -0
  10. package/{chunk-IKYIYCM6.js → chunk-KTYFPJF3.js} +8 -8
  11. package/chunk-LE44IRCL.js +152 -0
  12. package/{chunk-FRNHAL35.js → chunk-LN36XQS3.js} +16 -17
  13. package/{chunk-AY54FCVA.js → chunk-MBYCGPJ2.js} +12 -2
  14. package/{chunk-2VS4JN2V.js → chunk-O6RRFC57.js} +14 -13
  15. package/{chunk-AXJOQSVO.js → chunk-R4HM35UZ.js} +1 -1
  16. package/{chunk-FTDRDLT4.js → chunk-RYCV4KQR.js} +2 -2
  17. package/{chunk-KBR5BGSG.js → chunk-SFQY5CLW.js} +6 -34
  18. package/chunk-SFWBAQL4.js +21 -0
  19. package/chunk-SPRM5WZD.js +29 -0
  20. package/chunk-SU3NURQK.js +254 -0
  21. package/{chunk-UAWCTQGC.js → chunk-T7TBQTBE.js} +72 -353
  22. package/chunk-VIIHQGZ3.js +76 -0
  23. package/chunk-WVIP3U54.js +42 -0
  24. package/{chunk-7BJXCATJ.js → chunk-XXMJSYNO.js} +6 -13
  25. package/contexts/ImageContext/ImageContext.js +2 -2
  26. package/contexts/ImageContext/index.js +2 -2
  27. package/contexts/LinkContext/LinkContext.js +2 -2
  28. package/contexts/LinkContext/index.js +2 -2
  29. package/contexts/SafeAreaContext/SafeAreaContext.js +11 -0
  30. package/contexts/SafeAreaContext/index.js +10 -0
  31. package/contexts/ScrollContext/ScrollContext.js +18 -0
  32. package/contexts/ScrollContext/index.js +11 -0
  33. package/contexts/UiSystemProvider.js +13 -10
  34. package/core/colors/DarkModeColors.js +3 -2
  35. package/core/colors/LightModeColors.js +3 -2
  36. package/core/index.js +18 -8
  37. package/core/props/action.js +3 -3
  38. package/core/props/animator.js +3 -3
  39. package/core/props/background.js +10 -5
  40. package/core/props/border.js +25 -4
  41. package/core/props/color.js +3 -3
  42. package/core/props/flexbox.js +13 -5
  43. package/core/props/icon.js +3 -3
  44. package/core/props/image.js +10 -7
  45. package/core/props/index.js +40 -25
  46. package/core/props/layout.js +29 -4
  47. package/core/props/position.js +3 -3
  48. package/core/props/shadow.js +3 -3
  49. package/core/props/space.js +3 -3
  50. package/core/props/transform.js +29 -3
  51. package/core/props/transition.js +3 -3
  52. package/core/props/types/ResponsiveValue.js +1 -1
  53. package/core/props/types/SystemComponent.js +1 -1
  54. package/core/props/typography.js +6 -3
  55. package/core/props/utils/calculateResponsiveValues.js +27 -0
  56. package/core/props/utils/getResponsiveValue.js +7 -6
  57. package/core/props/utils/skipForwardProps.js +2 -2
  58. package/core/props/video.js +3 -3
  59. package/core/theme/baseTheme.js +14 -3
  60. package/core/theme/defaultTheme.js +9 -9
  61. package/core/theme/signatureTheme.js +11 -10
  62. package/core/variants/baseVariant/baseVariant.js +4 -4
  63. package/core/variants/baseVariant/index.js +2 -2
  64. package/core/variants/makeStyled/index.js +11 -0
  65. package/core/variants/makeStyled/makeStyled.js +19 -0
  66. package/core/variants/propVariant/index.js +2 -2
  67. package/core/variants/propVariant/propVariant.js +9 -13
  68. package/core/variants/propVariant/propVariant.spec.js +10 -10
  69. package/core/variants/propsVariant/index.js +10 -0
  70. package/core/variants/propsVariant/propsVariant.js +32 -0
  71. package/core/variants/propsVariant/propsVariant.spec.js +73 -0
  72. package/core/variants/styleVariant/index.js +2 -2
  73. package/core/variants/styleVariant/styleVariant.js +14 -11
  74. package/core/variants/styleVariant/styleVariant.spec.js +14 -12
  75. package/core/variants/stylesVariant/index.js +10 -0
  76. package/core/variants/stylesVariant/stylesVariant.js +40 -0
  77. package/core/variants/stylesVariant/stylesVariant.spec.js +52 -0
  78. package/core/variants/system/index.js +2 -2
  79. package/core/variants/system/system.js +22 -21
  80. package/core/variants/system/type.js +6 -0
  81. package/hooks/useIsMobile/index.js +10 -0
  82. package/hooks/useIsMobile/useIsMobile.js +12 -0
  83. package/hooks/useMediaQuery/index.js +10 -0
  84. package/hooks/useMediaQuery/useMediaQuery.js +32 -0
  85. package/hooks/useNativeResponsiveValue/index.js +10 -0
  86. package/hooks/useNativeResponsiveValue/useNativeResponsiveValue.js +42 -0
  87. package/hooks/useResponsiveValue/index.js +2 -2
  88. package/hooks/useResponsiveValue/useResponsiveValue.js +13 -8
  89. package/hooks/useWindowResizeEvent/index.js +10 -0
  90. package/hooks/useWindowResizeEvent/useWindowResizeEvent.js +27 -0
  91. package/index.js +159 -101
  92. package/lib/Accordion/Accordion.js +23 -16
  93. package/lib/Accordion/index.js +2 -2
  94. package/lib/Action/Action.js +12 -10
  95. package/lib/Action/index.js +2 -2
  96. package/lib/Alert/Alert.js +12 -10
  97. package/lib/Alert/index.js +2 -2
  98. package/lib/Animation/Animator/Animator.js +31 -20
  99. package/lib/Animation/Animator/index.js +2 -2
  100. package/lib/Animation/FadeAnimation/FadeAnimation.js +22 -15
  101. package/lib/Animation/FadeAnimation/index.js +2 -2
  102. package/lib/Animation/RotateAnimation/RotateAnimation.js +10 -8
  103. package/lib/Animation/RotateAnimation/index.js +2 -2
  104. package/lib/Animation/SlideAnimation/SlideAnimation.js +14 -10
  105. package/lib/Animation/SlideAnimation/index.js +2 -2
  106. package/lib/Animation/Transition/Transition.js +23 -15
  107. package/lib/Animation/Transition/index.js +2 -2
  108. package/lib/Avatar/Avatar.js +96 -88
  109. package/lib/Avatar/index.js +2 -2
  110. package/lib/Backdrop/Backdrop.js +11 -8
  111. package/lib/Backdrop/index.js +2 -2
  112. package/lib/Background/Background.js +11 -22
  113. package/lib/Background/index.js +2 -2
  114. package/lib/BackgroundImage/BackgroundImage.js +20 -0
  115. package/lib/BackgroundImage/index.js +10 -0
  116. package/lib/BreadCrumb/BreadCrumb.js +13 -12
  117. package/lib/BreadCrumb/index.js +2 -2
  118. package/lib/BulletPagination/BulletPagination.js +37 -0
  119. package/lib/BulletPagination/index.js +10 -0
  120. package/lib/Button/Button/Button.js +65 -18
  121. package/lib/Button/Button/index.js +2 -2
  122. package/lib/Button/ContainedButton/ContainedButton.js +143 -122
  123. package/lib/Button/ContainedButton/index.js +2 -2
  124. package/lib/Button/GhostButton/GhostButton.js +155 -0
  125. package/lib/Button/GhostButton/index.js +10 -0
  126. package/lib/Button/TextButton/TextButton.js +108 -110
  127. package/lib/Button/TextButton/index.js +2 -2
  128. package/lib/Callout/Callout.js +71 -0
  129. package/lib/Callout/index.js +10 -0
  130. package/lib/Chip/FilterChip/FilterChip.js +77 -0
  131. package/lib/Chip/FilterChip/index.js +10 -0
  132. package/lib/Chip/InputChip/InputChip.js +1443 -0
  133. package/lib/Chip/InputChip/index.js +10 -0
  134. package/lib/ConditionalWrapper/ConditionalWrapper.js +2 -2
  135. package/lib/ConditionalWrapper/index.js +2 -2
  136. package/lib/ContentArea/ContentArea.js +41 -0
  137. package/lib/ContentArea/index.js +10 -0
  138. package/lib/Divider/Divider.js +13 -10
  139. package/lib/Divider/index.js +2 -2
  140. package/lib/Dot/Dot.js +29 -0
  141. package/lib/Dot/index.js +10 -0
  142. package/lib/Drawer/Drawer.js +57 -0
  143. package/lib/Drawer/index.js +10 -0
  144. package/lib/Elevation/Elevation.js +11 -9
  145. package/lib/Elevation/index.js +2 -2
  146. package/lib/Form/CardNumberField/CardNumberField.js +28 -0
  147. package/lib/Form/CardNumberField/index.js +10 -0
  148. package/lib/Form/CardNumberInput/CardNumberInput.js +50 -0
  149. package/lib/Form/CardNumberInput/constants.js +16 -0
  150. package/lib/Form/CardNumberInput/index.js +10 -0
  151. package/lib/Form/CardNumberInput/utils.js +48 -0
  152. package/lib/Form/CheckBox/CheckBox.js +22 -23
  153. package/lib/Form/CheckBox/index.js +2 -2
  154. package/lib/Form/CheckBoxField/CheckBoxField.js +17 -15
  155. package/lib/Form/CheckBoxField/index.js +2 -2
  156. package/lib/Form/Description/Description.js +24 -25
  157. package/lib/Form/Description/index.js +2 -2
  158. package/lib/Form/FormField/FormField.js +6 -6
  159. package/lib/Form/FormField/index.js +2 -2
  160. package/lib/Form/HiddenInput/HiddenInput.js +22 -25
  161. package/lib/Form/HiddenInput/index.js +2 -2
  162. package/lib/Form/InlineTextLabel/InlineTextLabel.js +74 -19
  163. package/lib/Form/InlineTextLabel/index.js +2 -2
  164. package/lib/Form/Input/Input.js +19 -52
  165. package/lib/Form/Input/index.js +2 -2
  166. package/lib/Form/Label/Label.js +2 -2
  167. package/lib/Form/Label/index.js +2 -2
  168. package/lib/Form/Radio/Radio.js +47 -0
  169. package/lib/Form/Radio/index.js +10 -0
  170. package/lib/Form/RadioField/RadioField.js +38 -0
  171. package/lib/Form/RadioField/index.js +10 -0
  172. package/lib/Form/RadioGroupField/RadioGroupField.js +49 -0
  173. package/lib/Form/RadioGroupField/index.js +10 -0
  174. package/lib/Form/Range/Range.js +15 -12
  175. package/lib/Form/Range/index.js +2 -2
  176. package/lib/Form/SearchInput/SearchInput.js +72 -0
  177. package/lib/Form/SearchInput/index.js +10 -0
  178. package/lib/Form/Select/Select.js +51 -45
  179. package/lib/Form/Select/index.js +2 -2
  180. package/lib/Form/SelectField/SelectField.js +19 -15
  181. package/lib/Form/SelectField/index.js +2 -2
  182. package/lib/Form/TextArea/TextArea.js +12 -9
  183. package/lib/Form/TextArea/index.js +2 -2
  184. package/lib/Form/TextAreaField/TextAreaField.js +28 -0
  185. package/lib/Form/TextAreaField/index.js +10 -0
  186. package/lib/Form/TextField/TextField.js +19 -15
  187. package/lib/Form/TextField/index.js +2 -2
  188. package/lib/Form/TextInput/TextInput.js +32 -0
  189. package/lib/Form/TextInput/index.js +10 -0
  190. package/lib/Form/TextInput/variants.js +42 -0
  191. package/lib/Form/TextLabel/TextLabel.js +5 -5
  192. package/lib/Form/TextLabel/index.js +2 -2
  193. package/lib/GlobalStyle/GlobalStyle.js +26 -5
  194. package/lib/GlobalStyle/index.js +2 -2
  195. package/lib/GridList/GridList.js +32 -20
  196. package/lib/GridList/__mocks__/index.js +1 -1
  197. package/lib/GridList/index.js +2 -2
  198. package/lib/Highlight/Highlight.js +3 -3
  199. package/lib/Highlight/index.js +2 -2
  200. package/lib/HtmlContentStyle/HtmlContentStyle.js +32 -45
  201. package/lib/HtmlContentStyle/index.js +2 -2
  202. package/lib/Icon/Icon.js +1 -1
  203. package/lib/Icon/fill/Add.js +22 -12
  204. package/lib/Icon/fill/AddCircle.js +22 -12
  205. package/lib/Icon/fill/Alert.js +29 -19
  206. package/lib/Icon/fill/AlertCircle.js +22 -12
  207. package/lib/Icon/fill/Analysis.js +22 -12
  208. package/lib/Icon/fill/AppDownloadCircle.js +22 -12
  209. package/lib/Icon/fill/AppleCircle.js +22 -12
  210. package/lib/Icon/fill/Archive.js +22 -12
  211. package/lib/Icon/fill/ArrowDown.js +22 -12
  212. package/lib/Icon/fill/ArrowLeft.js +22 -12
  213. package/lib/Icon/fill/ArrowRight.js +22 -12
  214. package/lib/Icon/fill/ArrowUp.js +22 -12
  215. package/lib/Icon/fill/Badge.js +22 -12
  216. package/lib/Icon/fill/Bell.js +22 -12
  217. package/lib/Icon/fill/BellOff.js +22 -12
  218. package/lib/Icon/fill/Bold.js +22 -12
  219. package/lib/Icon/fill/Bookmark.js +22 -12
  220. package/lib/Icon/fill/Camera.js +22 -12
  221. package/lib/Icon/fill/Canlendar.js +22 -12
  222. package/lib/Icon/fill/Caption.js +25 -15
  223. package/lib/Icon/fill/Cart.js +32 -0
  224. package/lib/Icon/fill/Check.js +29 -19
  225. package/lib/Icon/fill/CheckCircle.js +22 -12
  226. package/lib/Icon/fill/CheckboxIndeterminated.js +22 -12
  227. package/lib/Icon/fill/CheckboxOff.js +22 -12
  228. package/lib/Icon/fill/CheckboxOn.js +22 -12
  229. package/lib/Icon/fill/ChevronDown.js +22 -12
  230. package/lib/Icon/fill/ChevronLeft.js +22 -12
  231. package/lib/Icon/fill/ChevronRight.js +22 -12
  232. package/lib/Icon/fill/ChevronUp.js +22 -12
  233. package/lib/Icon/fill/Clap.js +22 -12
  234. package/lib/Icon/fill/ClearStyle.js +22 -12
  235. package/lib/Icon/fill/Clip.js +22 -12
  236. package/lib/Icon/fill/Clock.js +29 -19
  237. package/lib/Icon/fill/Close.js +22 -12
  238. package/lib/Icon/fill/CloseCircle.js +22 -12
  239. package/lib/Icon/fill/Comment.js +22 -12
  240. package/lib/Icon/fill/Compass.js +22 -12
  241. package/lib/Icon/fill/Confetti.js +30 -20
  242. package/lib/Icon/fill/Contents.js +22 -12
  243. package/lib/Icon/fill/Copy.js +25 -15
  244. package/lib/Icon/fill/Coupon.js +22 -12
  245. package/lib/Icon/fill/CreditCard.js +22 -12
  246. package/lib/Icon/fill/Crop.js +22 -12
  247. package/lib/Icon/fill/Crown.js +22 -12
  248. package/lib/Icon/fill/DepositPassbook.js +22 -12
  249. package/lib/Icon/fill/Design.js +25 -15
  250. package/lib/Icon/fill/Development.js +22 -12
  251. package/lib/Icon/fill/DisclosureDown.js +22 -12
  252. package/lib/Icon/fill/DisclosureUp.js +22 -12
  253. package/lib/Icon/fill/Dislike.js +22 -12
  254. package/lib/Icon/fill/Divider.js +22 -12
  255. package/lib/Icon/fill/Download.js +25 -15
  256. package/lib/Icon/fill/DropDown.js +22 -12
  257. package/lib/Icon/fill/DropUp.js +22 -12
  258. package/lib/Icon/fill/Earybird.js +22 -12
  259. package/lib/Icon/fill/Edit.js +24 -14
  260. package/lib/Icon/fill/EyeOff.js +22 -12
  261. package/lib/Icon/fill/EyeOn.js +25 -15
  262. package/lib/Icon/fill/FacebookCircle.js +22 -12
  263. package/lib/Icon/fill/Filter.js +22 -12
  264. package/lib/Icon/fill/FullScreen.js +22 -12
  265. package/lib/Icon/fill/FullScreenExit.js +22 -12
  266. package/lib/Icon/fill/Gear.js +24 -14
  267. package/lib/Icon/fill/Ghost.js +22 -12
  268. package/lib/Icon/fill/Gift.js +22 -12
  269. package/lib/Icon/fill/Groove.js +22 -12
  270. package/lib/Icon/fill/Hashtag.js +22 -12
  271. package/lib/Icon/fill/Heart.js +22 -12
  272. package/lib/Icon/fill/HeartFull.js +22 -12
  273. package/lib/Icon/fill/HelpCircle.js +22 -12
  274. package/lib/Icon/fill/Home.js +22 -12
  275. package/lib/Icon/fill/Hot.js +22 -12
  276. package/lib/Icon/fill/InfoCircle.js +22 -12
  277. package/lib/Icon/fill/InstagramCircle.js +25 -15
  278. package/lib/Icon/fill/Laptop.js +22 -12
  279. package/lib/Icon/fill/Like.js +22 -12
  280. package/lib/Icon/fill/Link.js +25 -15
  281. package/lib/Icon/fill/LinkOutside.js +25 -15
  282. package/lib/Icon/fill/ListBullet.js +22 -12
  283. package/lib/Icon/fill/ListNumber.js +22 -12
  284. package/lib/Icon/fill/Location.js +22 -12
  285. package/lib/Icon/fill/LocationCurrent.js +22 -12
  286. package/lib/Icon/fill/Lock.js +22 -12
  287. package/lib/Icon/fill/LockOff.js +22 -12
  288. package/lib/Icon/fill/Logout.js +22 -12
  289. package/lib/Icon/fill/Menu.js +22 -12
  290. package/lib/Icon/fill/Message.js +28 -18
  291. package/lib/Icon/fill/Mic.js +25 -15
  292. package/lib/Icon/fill/Minus.js +22 -12
  293. package/lib/Icon/fill/MinusCircle.js +22 -12
  294. package/lib/Icon/fill/Mobile.js +22 -12
  295. package/lib/Icon/fill/Monitor.js +22 -12
  296. package/lib/Icon/fill/MoreHorizontal.js +22 -12
  297. package/lib/Icon/fill/MoreVertical.js +22 -12
  298. package/lib/Icon/fill/NaverCircle.js +22 -12
  299. package/lib/Icon/fill/Notice.js +22 -12
  300. package/lib/Icon/fill/Oa.js +22 -12
  301. package/lib/Icon/fill/Paper1.js +22 -12
  302. package/lib/Icon/fill/Paper2.js +22 -12
  303. package/lib/Icon/fill/Paper3.js +22 -12
  304. package/lib/Icon/fill/Person.js +25 -15
  305. package/lib/Icon/fill/Phone.js +22 -12
  306. package/lib/Icon/fill/Photo.js +25 -15
  307. package/lib/Icon/fill/PhotoAdd.js +25 -15
  308. package/lib/Icon/fill/PhotoDouble.js +28 -18
  309. package/lib/Icon/fill/Pin.js +22 -12
  310. package/lib/Icon/fill/Pip.js +25 -15
  311. package/lib/Icon/fill/Play.js +22 -12
  312. package/lib/Icon/fill/PlayBackA.js +28 -18
  313. package/lib/Icon/fill/PlayCircle.js +22 -12
  314. package/lib/Icon/fill/PlayFast.js +22 -12
  315. package/lib/Icon/fill/PlayFast10Sec.js +25 -15
  316. package/lib/Icon/fill/PlayFast15Sec.js +25 -15
  317. package/lib/Icon/fill/PlayFast5Sec.js +25 -15
  318. package/lib/Icon/fill/PlayNext.js +22 -12
  319. package/lib/Icon/fill/PlayPause.js +22 -12
  320. package/lib/Icon/fill/PlayPrev.js +22 -12
  321. package/lib/Icon/fill/PlayRewind10Sec.js +25 -15
  322. package/lib/Icon/fill/PlayRewind15Sec.js +25 -15
  323. package/lib/Icon/fill/PlayRewind5Sec.js +25 -15
  324. package/lib/Icon/fill/PlaySpeedX025.js +22 -12
  325. package/lib/Icon/fill/PlaySpeedX05.js +22 -12
  326. package/lib/Icon/fill/PlaySpeedX1.js +22 -12
  327. package/lib/Icon/fill/PlaySpeedX15.js +22 -12
  328. package/lib/Icon/fill/PlaySpeedX2.js +22 -12
  329. package/lib/Icon/fill/PlaystoreCircle.js +22 -12
  330. package/lib/Icon/fill/PointCircle.js +25 -15
  331. package/lib/Icon/fill/Project.js +22 -12
  332. package/lib/Icon/fill/Quote.js +22 -12
  333. package/lib/Icon/fill/QuoteReverse.js +22 -12
  334. package/lib/Icon/fill/Receipt.js +22 -12
  335. package/lib/Icon/fill/Repeat.js +22 -12
  336. package/lib/Icon/fill/Replay.js +25 -15
  337. package/lib/Icon/fill/Reply.js +22 -12
  338. package/lib/Icon/fill/Report.js +22 -12
  339. package/lib/Icon/fill/Rocket.js +22 -12
  340. package/lib/Icon/fill/RotateClockwise.js +29 -19
  341. package/lib/Icon/fill/Sad.js +22 -12
  342. package/lib/Icon/fill/Search.js +22 -12
  343. package/lib/Icon/fill/Send.js +22 -12
  344. package/lib/Icon/fill/Send2.js +22 -12
  345. package/lib/Icon/fill/Serious.js +22 -12
  346. package/lib/Icon/fill/Share.js +25 -15
  347. package/lib/Icon/fill/Sheild.js +22 -12
  348. package/lib/Icon/fill/ShippingTruck.js +25 -15
  349. package/lib/Icon/fill/Smile.js +22 -12
  350. package/lib/Icon/fill/SocialMedia.js +22 -12
  351. package/lib/Icon/fill/Sorting.js +28 -18
  352. package/lib/Icon/fill/Square.js +22 -12
  353. package/lib/Icon/fill/Star.js +22 -12
  354. package/lib/Icon/fill/StarFull.js +22 -12
  355. package/lib/Icon/fill/StarHalf.js +22 -12
  356. package/lib/Icon/fill/Stock.js +22 -12
  357. package/lib/Icon/fill/Store.js +22 -12
  358. package/lib/Icon/fill/Subtitle.js +22 -12
  359. package/lib/Icon/fill/TalkHelp.js +29 -19
  360. package/lib/Icon/fill/TextH1.js +22 -12
  361. package/lib/Icon/fill/TextH2.js +22 -12
  362. package/lib/Icon/fill/TextH3.js +22 -12
  363. package/lib/Icon/fill/ThunderCircle.js +22 -12
  364. package/lib/Icon/fill/Timer.js +22 -12
  365. package/lib/Icon/fill/ToggleOff.js +22 -12
  366. package/lib/Icon/fill/ToggleOn.js +22 -12
  367. package/lib/Icon/fill/ToteBag.js +22 -12
  368. package/lib/Icon/fill/Trash.js +22 -12
  369. package/lib/Icon/fill/TwitterCircle.js +22 -12
  370. package/lib/Icon/fill/Undo.js +22 -12
  371. package/lib/Icon/fill/Video.js +22 -12
  372. package/lib/Icon/fill/Volume.js +25 -15
  373. package/lib/Icon/fill/VolumeMute.js +22 -12
  374. package/lib/Icon/fill/Web.js +22 -12
  375. package/lib/Icon/fill/Won.js +22 -12
  376. package/lib/Icon/fill/WonBadge.js +22 -12
  377. package/lib/Icon/fill/WonCircle.js +22 -12
  378. package/lib/Icon/fill/Write.js +22 -12
  379. package/lib/Icon/fill/YoutubeCircle.js +25 -15
  380. package/lib/Icon/fill/index.js +179 -177
  381. package/lib/Icon/index.js +1 -1
  382. package/lib/Icon/regular/Add.js +22 -12
  383. package/lib/Icon/regular/AddCircle.js +25 -15
  384. package/lib/Icon/regular/Alert.js +25 -15
  385. package/lib/Icon/regular/AlertCircle.js +25 -15
  386. package/lib/Icon/regular/Analysis.js +22 -12
  387. package/lib/Icon/regular/AppDownloadCircle.js +28 -18
  388. package/lib/Icon/regular/AppleCircle.js +27 -17
  389. package/lib/Icon/regular/Archive.js +25 -15
  390. package/lib/Icon/regular/ArrowDown.js +22 -12
  391. package/lib/Icon/regular/ArrowLeft.js +22 -12
  392. package/lib/Icon/regular/ArrowRight.js +22 -12
  393. package/lib/Icon/regular/ArrowUp.js +22 -12
  394. package/lib/Icon/regular/Badge.js +25 -15
  395. package/lib/Icon/regular/Bell.js +27 -17
  396. package/lib/Icon/regular/BellOff.js +27 -17
  397. package/lib/Icon/regular/Bold.js +22 -12
  398. package/lib/Icon/regular/Bookmark.js +22 -12
  399. package/lib/Icon/regular/Camera.js +25 -15
  400. package/lib/Icon/regular/Canlendar.js +25 -15
  401. package/lib/Icon/regular/Caption.js +25 -15
  402. package/lib/Icon/regular/Cart.js +32 -0
  403. package/lib/Icon/regular/Check.js +22 -12
  404. package/lib/Icon/regular/CheckCircle.js +25 -15
  405. package/lib/Icon/regular/CheckboxIndeterminated.js +22 -12
  406. package/lib/Icon/regular/CheckboxOff.js +22 -12
  407. package/lib/Icon/regular/CheckboxOn.js +22 -12
  408. package/lib/Icon/regular/ChevronDown.js +22 -12
  409. package/lib/Icon/regular/ChevronLeft.js +22 -12
  410. package/lib/Icon/regular/ChevronRight.js +22 -12
  411. package/lib/Icon/regular/ChevronUp.js +22 -12
  412. package/lib/Icon/regular/Clap.js +25 -15
  413. package/lib/Icon/regular/ClearStyle.js +22 -12
  414. package/lib/Icon/regular/Clip.js +22 -12
  415. package/lib/Icon/regular/Clock.js +27 -17
  416. package/lib/Icon/regular/Close.js +22 -12
  417. package/lib/Icon/regular/CloseCircle.js +25 -15
  418. package/lib/Icon/regular/Comment.js +25 -15
  419. package/lib/Icon/regular/Compass.js +25 -15
  420. package/lib/Icon/regular/Confetti.js +22 -12
  421. package/lib/Icon/regular/Contents.js +25 -15
  422. package/lib/Icon/regular/Copy.js +25 -15
  423. package/lib/Icon/regular/Coupon.js +22 -12
  424. package/lib/Icon/regular/CreditCard.js +22 -12
  425. package/lib/Icon/regular/Crop.js +22 -12
  426. package/lib/Icon/regular/Crown.js +22 -12
  427. package/lib/Icon/regular/DepositPassbook.js +22 -12
  428. package/lib/Icon/regular/Design.js +25 -15
  429. package/lib/Icon/regular/Development.js +22 -12
  430. package/lib/Icon/regular/DisclosureDown.js +22 -12
  431. package/lib/Icon/regular/DisclosureUp.js +22 -12
  432. package/lib/Icon/regular/Dislike.js +29 -19
  433. package/lib/Icon/regular/Divider.js +22 -12
  434. package/lib/Icon/regular/Download.js +25 -15
  435. package/lib/Icon/regular/DropDown.js +22 -12
  436. package/lib/Icon/regular/DropUp.js +22 -12
  437. package/lib/Icon/regular/Earybird.js +25 -15
  438. package/lib/Icon/regular/Edit.js +22 -12
  439. package/lib/Icon/regular/EyeOff.js +22 -12
  440. package/lib/Icon/regular/EyeOn.js +25 -15
  441. package/lib/Icon/regular/FacebookCircle.js +27 -17
  442. package/lib/Icon/regular/Filter.js +22 -12
  443. package/lib/Icon/regular/FullScreen.js +22 -12
  444. package/lib/Icon/regular/FullScreenExit.js +22 -12
  445. package/lib/Icon/regular/Gear.js +24 -14
  446. package/lib/Icon/regular/Ghost.js +25 -15
  447. package/lib/Icon/regular/Gift.js +22 -12
  448. package/lib/Icon/regular/Groove.js +22 -12
  449. package/lib/Icon/regular/Hashtag.js +22 -12
  450. package/lib/Icon/regular/Heart.js +22 -12
  451. package/lib/Icon/regular/HeartFull.js +22 -12
  452. package/lib/Icon/regular/HelpCircle.js +25 -15
  453. package/lib/Icon/regular/Home.js +25 -15
  454. package/lib/Icon/regular/Hot.js +25 -15
  455. package/lib/Icon/regular/InfoCircle.js +25 -15
  456. package/lib/Icon/regular/InstagramCircle.js +28 -18
  457. package/lib/Icon/regular/Laptop.js +22 -12
  458. package/lib/Icon/regular/Like.js +22 -12
  459. package/lib/Icon/regular/Link.js +25 -15
  460. package/lib/Icon/regular/LinkOutside.js +25 -15
  461. package/lib/Icon/regular/ListBullet.js +22 -12
  462. package/lib/Icon/regular/ListNumber.js +22 -12
  463. package/lib/Icon/regular/Location.js +25 -15
  464. package/lib/Icon/regular/LocationCurrent.js +22 -12
  465. package/lib/Icon/regular/Lock.js +25 -15
  466. package/lib/Icon/regular/LockOff.js +25 -15
  467. package/lib/Icon/regular/Logout.js +22 -12
  468. package/lib/Icon/regular/Menu.js +22 -12
  469. package/lib/Icon/regular/Message.js +22 -12
  470. package/lib/Icon/regular/Mic.js +25 -15
  471. package/lib/Icon/regular/Minus.js +22 -12
  472. package/lib/Icon/regular/MinusCircle.js +25 -15
  473. package/lib/Icon/regular/Mobile.js +25 -15
  474. package/lib/Icon/regular/Monitor.js +22 -12
  475. package/lib/Icon/regular/MoreHorizontal.js +22 -12
  476. package/lib/Icon/regular/MoreVertical.js +22 -12
  477. package/lib/Icon/regular/NaverCircle.js +25 -15
  478. package/lib/Icon/regular/Notice.js +22 -12
  479. package/lib/Icon/regular/Oa.js +22 -12
  480. package/lib/Icon/regular/Paper1.js +22 -12
  481. package/lib/Icon/regular/Paper2.js +25 -15
  482. package/lib/Icon/regular/Paper3.js +25 -15
  483. package/lib/Icon/regular/Person.js +22 -12
  484. package/lib/Icon/regular/Phone.js +22 -12
  485. package/lib/Icon/regular/Photo.js +25 -15
  486. package/lib/Icon/regular/PhotoAdd.js +28 -18
  487. package/lib/Icon/regular/PhotoDouble.js +28 -18
  488. package/lib/Icon/regular/Pin.js +22 -12
  489. package/lib/Icon/regular/Pip.js +25 -15
  490. package/lib/Icon/regular/Play.js +22 -12
  491. package/lib/Icon/regular/PlayBackA.js +28 -18
  492. package/lib/Icon/regular/PlayCircle.js +25 -15
  493. package/lib/Icon/regular/PlayFast.js +22 -12
  494. package/lib/Icon/regular/PlayFast10Sec.js +25 -15
  495. package/lib/Icon/regular/PlayFast15Sec.js +25 -15
  496. package/lib/Icon/regular/PlayFast5Sec.js +25 -15
  497. package/lib/Icon/regular/PlayNext.js +22 -12
  498. package/lib/Icon/regular/PlayPause.js +22 -12
  499. package/lib/Icon/regular/PlayPrev.js +22 -12
  500. package/lib/Icon/regular/PlayRewind10Sec.js +25 -15
  501. package/lib/Icon/regular/PlayRewind15Sec.js +25 -15
  502. package/lib/Icon/regular/PlayRewind5Sec.js +25 -15
  503. package/lib/Icon/regular/PlaySpeedX025.js +22 -12
  504. package/lib/Icon/regular/PlaySpeedX05.js +22 -12
  505. package/lib/Icon/regular/PlaySpeedX1.js +22 -12
  506. package/lib/Icon/regular/PlaySpeedX15.js +22 -12
  507. package/lib/Icon/regular/PlaySpeedX2.js +22 -12
  508. package/lib/Icon/regular/PlaystoreCircle.js +25 -15
  509. package/lib/Icon/regular/PointCircle.js +25 -15
  510. package/lib/Icon/regular/Project.js +22 -12
  511. package/lib/Icon/regular/Quote.js +22 -12
  512. package/lib/Icon/regular/QuoteReverse.js +22 -12
  513. package/lib/Icon/regular/Receipt.js +25 -15
  514. package/lib/Icon/regular/Repeat.js +22 -12
  515. package/lib/Icon/regular/Replay.js +25 -15
  516. package/lib/Icon/regular/Reply.js +27 -17
  517. package/lib/Icon/regular/Report.js +22 -12
  518. package/lib/Icon/regular/Rocket.js +25 -15
  519. package/lib/Icon/regular/RotateClockwise.js +22 -12
  520. package/lib/Icon/regular/Sad.js +28 -18
  521. package/lib/Icon/regular/Search.js +22 -12
  522. package/lib/Icon/regular/Send.js +22 -12
  523. package/lib/Icon/regular/Send2.js +22 -12
  524. package/lib/Icon/regular/Serious.js +25 -15
  525. package/lib/Icon/regular/Share.js +25 -15
  526. package/lib/Icon/regular/Sheild.js +25 -15
  527. package/lib/Icon/regular/ShippingTruck.js +22 -12
  528. package/lib/Icon/regular/Smile.js +25 -15
  529. package/lib/Icon/regular/SocialMedia.js +25 -15
  530. package/lib/Icon/regular/Sorting.js +28 -18
  531. package/lib/Icon/regular/Square.js +22 -12
  532. package/lib/Icon/regular/Star.js +22 -12
  533. package/lib/Icon/regular/StarFull.js +22 -12
  534. package/lib/Icon/regular/StarHalf.js +22 -12
  535. package/lib/Icon/regular/Stock.js +22 -12
  536. package/lib/Icon/regular/Store.js +22 -12
  537. package/lib/Icon/regular/Subtitle.js +25 -15
  538. package/lib/Icon/regular/TalkHelp.js +25 -15
  539. package/lib/Icon/regular/TextH1.js +22 -12
  540. package/lib/Icon/regular/TextH2.js +22 -12
  541. package/lib/Icon/regular/TextH3.js +22 -12
  542. package/lib/Icon/regular/ThunderCircle.js +25 -15
  543. package/lib/Icon/regular/Timer.js +27 -17
  544. package/lib/Icon/regular/ToggleOff.js +22 -12
  545. package/lib/Icon/regular/ToggleOn.js +22 -12
  546. package/lib/Icon/regular/ToteBag.js +22 -12
  547. package/lib/Icon/regular/Trash.js +25 -15
  548. package/lib/Icon/regular/Twitter.js +32 -0
  549. package/lib/Icon/regular/TwitterCircle.js +25 -15
  550. package/lib/Icon/regular/Undo.js +22 -12
  551. package/lib/Icon/regular/Video.js +25 -15
  552. package/lib/Icon/regular/Volume.js +25 -15
  553. package/lib/Icon/regular/VolumeMute.js +22 -12
  554. package/lib/Icon/regular/Web.js +22 -12
  555. package/lib/Icon/regular/Won.js +22 -12
  556. package/lib/Icon/regular/WonBadge.js +25 -15
  557. package/lib/Icon/regular/WonCircle.js +25 -15
  558. package/lib/Icon/regular/Write.js +22 -12
  559. package/lib/Icon/regular/YoutubeCircle.js +25 -15
  560. package/lib/Icon/regular/index.js +181 -177
  561. package/lib/Icon/thin/Add.js +22 -12
  562. package/lib/Icon/thin/AddCircle.js +25 -15
  563. package/lib/Icon/thin/Alert.js +31 -21
  564. package/lib/Icon/thin/AlertCircle.js +25 -15
  565. package/lib/Icon/thin/Analysis.js +22 -12
  566. package/lib/Icon/thin/AppDownloadCircle.js +25 -15
  567. package/lib/Icon/thin/AppleCircle.js +27 -17
  568. package/lib/Icon/thin/Archive.js +25 -15
  569. package/lib/Icon/thin/ArrowDown.js +22 -12
  570. package/lib/Icon/thin/ArrowLeft.js +22 -12
  571. package/lib/Icon/thin/ArrowRight.js +22 -12
  572. package/lib/Icon/thin/ArrowUp.js +22 -12
  573. package/lib/Icon/thin/Badge.js +25 -15
  574. package/lib/Icon/thin/Bell.js +22 -12
  575. package/lib/Icon/thin/BellOff.js +22 -12
  576. package/lib/Icon/thin/Bold.js +22 -12
  577. package/lib/Icon/thin/Bookmark.js +22 -12
  578. package/lib/Icon/thin/Camera.js +25 -15
  579. package/lib/Icon/thin/Canlendar.js +25 -15
  580. package/lib/Icon/thin/Caption.js +25 -15
  581. package/lib/Icon/thin/Cart.js +32 -0
  582. package/lib/Icon/thin/Check.js +22 -12
  583. package/lib/Icon/thin/CheckCircle.js +25 -15
  584. package/lib/Icon/thin/CheckboxIndeterminated.js +24 -14
  585. package/lib/Icon/thin/CheckboxOff.js +22 -12
  586. package/lib/Icon/thin/CheckboxOn.js +24 -14
  587. package/lib/Icon/thin/ChevronDown.js +22 -12
  588. package/lib/Icon/thin/ChevronLeft.js +22 -12
  589. package/lib/Icon/thin/ChevronRight.js +22 -12
  590. package/lib/Icon/thin/ChevronUp.js +22 -12
  591. package/lib/Icon/thin/Clap.js +22 -12
  592. package/lib/Icon/thin/ClearStyle.js +22 -12
  593. package/lib/Icon/thin/Clip.js +22 -12
  594. package/lib/Icon/thin/Clock.js +25 -15
  595. package/lib/Icon/thin/Close.js +22 -12
  596. package/lib/Icon/thin/CloseCircle.js +25 -15
  597. package/lib/Icon/thin/Comment.js +25 -15
  598. package/lib/Icon/thin/Compass.js +25 -15
  599. package/lib/Icon/thin/Confetti.js +22 -12
  600. package/lib/Icon/thin/Contents.js +25 -15
  601. package/lib/Icon/thin/Copy.js +25 -15
  602. package/lib/Icon/thin/Coupon.js +22 -12
  603. package/lib/Icon/thin/CreditCard.js +22 -12
  604. package/lib/Icon/thin/Crop.js +22 -12
  605. package/lib/Icon/thin/Crown.js +22 -12
  606. package/lib/Icon/thin/DepositPassbook.js +22 -12
  607. package/lib/Icon/thin/Design.js +25 -15
  608. package/lib/Icon/thin/Development.js +22 -12
  609. package/lib/Icon/thin/DisclosureDown.js +22 -12
  610. package/lib/Icon/thin/DisclosureUp.js +22 -12
  611. package/lib/Icon/thin/Dislike.js +29 -19
  612. package/lib/Icon/thin/Divider.js +22 -12
  613. package/lib/Icon/thin/Download.js +25 -15
  614. package/lib/Icon/thin/DropDown.js +22 -12
  615. package/lib/Icon/thin/DropUp.js +22 -12
  616. package/lib/Icon/thin/Earybird.js +25 -15
  617. package/lib/Icon/thin/Edit.js +22 -12
  618. package/lib/Icon/thin/EyeOff.js +22 -12
  619. package/lib/Icon/thin/EyeOn.js +25 -15
  620. package/lib/Icon/thin/FacebookCircle.js +27 -17
  621. package/lib/Icon/thin/Filter.js +22 -12
  622. package/lib/Icon/thin/FullScreen.js +22 -12
  623. package/lib/Icon/thin/FullScreenExit.js +22 -12
  624. package/lib/Icon/thin/Gear.js +22 -12
  625. package/lib/Icon/thin/Ghost.js +25 -15
  626. package/lib/Icon/thin/Gift.js +22 -12
  627. package/lib/Icon/thin/Groove.js +22 -12
  628. package/lib/Icon/thin/Hashtag.js +22 -12
  629. package/lib/Icon/thin/Heart.js +22 -12
  630. package/lib/Icon/thin/HeartFull.js +22 -12
  631. package/lib/Icon/thin/HelpCircle.js +25 -15
  632. package/lib/Icon/thin/Home.js +25 -15
  633. package/lib/Icon/thin/Hot.js +25 -15
  634. package/lib/Icon/thin/InfoCircle.js +25 -15
  635. package/lib/Icon/thin/InstagramCircle.js +28 -18
  636. package/lib/Icon/thin/Laptop.js +22 -12
  637. package/lib/Icon/thin/Like.js +22 -12
  638. package/lib/Icon/thin/Link.js +25 -15
  639. package/lib/Icon/thin/LinkOutside.js +25 -15
  640. package/lib/Icon/thin/ListBullet.js +22 -12
  641. package/lib/Icon/thin/ListNumber.js +22 -12
  642. package/lib/Icon/thin/Location.js +25 -15
  643. package/lib/Icon/thin/LocationCurrent.js +22 -12
  644. package/lib/Icon/thin/Lock.js +25 -15
  645. package/lib/Icon/thin/LockOff.js +25 -15
  646. package/lib/Icon/thin/Logout.js +22 -12
  647. package/lib/Icon/thin/Menu.js +22 -12
  648. package/lib/Icon/thin/Message.js +22 -12
  649. package/lib/Icon/thin/Mic.js +25 -15
  650. package/lib/Icon/thin/Minus.js +22 -12
  651. package/lib/Icon/thin/MinusCircle.js +25 -15
  652. package/lib/Icon/thin/Mobile.js +25 -15
  653. package/lib/Icon/thin/Monitor.js +22 -12
  654. package/lib/Icon/thin/MoreHorizontal.js +22 -12
  655. package/lib/Icon/thin/MoreVertical.js +22 -12
  656. package/lib/Icon/thin/NaverCircle.js +25 -15
  657. package/lib/Icon/thin/Notice.js +22 -12
  658. package/lib/Icon/thin/Oa.js +22 -12
  659. package/lib/Icon/thin/Paper1.js +22 -12
  660. package/lib/Icon/thin/Paper2.js +25 -15
  661. package/lib/Icon/thin/Paper3.js +25 -15
  662. package/lib/Icon/thin/Person.js +22 -12
  663. package/lib/Icon/thin/Phone.js +22 -12
  664. package/lib/Icon/thin/Photo.js +25 -15
  665. package/lib/Icon/thin/PhotoAdd.js +25 -15
  666. package/lib/Icon/thin/PhotoDouble.js +25 -15
  667. package/lib/Icon/thin/Pin.js +22 -12
  668. package/lib/Icon/thin/Pip.js +25 -15
  669. package/lib/Icon/thin/Play.js +22 -12
  670. package/lib/Icon/thin/PlayBackA.js +22 -12
  671. package/lib/Icon/thin/PlayCircle.js +25 -15
  672. package/lib/Icon/thin/PlayFast.js +22 -12
  673. package/lib/Icon/thin/PlayFast10Sec.js +25 -15
  674. package/lib/Icon/thin/PlayFast15Sec.js +25 -15
  675. package/lib/Icon/thin/PlayFast5Sec.js +25 -15
  676. package/lib/Icon/thin/PlayNext.js +22 -12
  677. package/lib/Icon/thin/PlayPause.js +22 -12
  678. package/lib/Icon/thin/PlayPrev.js +22 -12
  679. package/lib/Icon/thin/PlayRewind10Sec.js +25 -15
  680. package/lib/Icon/thin/PlayRewind15Sec.js +25 -15
  681. package/lib/Icon/thin/PlayRewind5Sec.js +25 -15
  682. package/lib/Icon/thin/PlaySpeedX025.js +22 -12
  683. package/lib/Icon/thin/PlaySpeedX05.js +22 -12
  684. package/lib/Icon/thin/PlaySpeedX1.js +22 -12
  685. package/lib/Icon/thin/PlaySpeedX15.js +22 -12
  686. package/lib/Icon/thin/PlaySpeedX2.js +22 -12
  687. package/lib/Icon/thin/PlaystoreCircle.js +25 -15
  688. package/lib/Icon/thin/PointCircle.js +25 -15
  689. package/lib/Icon/thin/Project.js +22 -12
  690. package/lib/Icon/thin/Quote.js +22 -12
  691. package/lib/Icon/thin/QuoteReverse.js +22 -12
  692. package/lib/Icon/thin/Receipt.js +25 -15
  693. package/lib/Icon/thin/Repeat.js +22 -12
  694. package/lib/Icon/thin/Replay.js +25 -15
  695. package/lib/Icon/thin/Reply.js +25 -15
  696. package/lib/Icon/thin/Report.js +22 -12
  697. package/lib/Icon/thin/Rocket.js +25 -15
  698. package/lib/Icon/thin/RotateClockwise.js +25 -15
  699. package/lib/Icon/thin/Sad.js +28 -18
  700. package/lib/Icon/thin/Search.js +22 -12
  701. package/lib/Icon/thin/Send.js +22 -12
  702. package/lib/Icon/thin/Send2.js +22 -12
  703. package/lib/Icon/thin/Serious.js +31 -21
  704. package/lib/Icon/thin/Share.js +25 -15
  705. package/lib/Icon/thin/Sheild.js +25 -15
  706. package/lib/Icon/thin/ShippingTruck.js +22 -12
  707. package/lib/Icon/thin/Smile.js +28 -18
  708. package/lib/Icon/thin/SocialMedia.js +25 -15
  709. package/lib/Icon/thin/Sorting.js +22 -12
  710. package/lib/Icon/thin/Square.js +22 -12
  711. package/lib/Icon/thin/Star.js +22 -12
  712. package/lib/Icon/thin/StarFull.js +22 -12
  713. package/lib/Icon/thin/StarHalf.js +22 -12
  714. package/lib/Icon/thin/Stock.js +22 -12
  715. package/lib/Icon/thin/Store.js +22 -12
  716. package/lib/Icon/thin/Subtitle.js +25 -15
  717. package/lib/Icon/thin/TalkHelp.js +25 -15
  718. package/lib/Icon/thin/TextH1.js +22 -12
  719. package/lib/Icon/thin/TextH2.js +22 -12
  720. package/lib/Icon/thin/TextH3.js +22 -12
  721. package/lib/Icon/thin/ThunderCircle.js +25 -15
  722. package/lib/Icon/thin/Timer.js +25 -15
  723. package/lib/Icon/thin/ToggleOff.js +22 -12
  724. package/lib/Icon/thin/ToggleOn.js +22 -12
  725. package/lib/Icon/thin/ToteBag.js +22 -12
  726. package/lib/Icon/thin/Trash.js +25 -15
  727. package/lib/Icon/thin/TwitterCircle.js +25 -15
  728. package/lib/Icon/thin/Undo.js +22 -12
  729. package/lib/Icon/thin/Video.js +25 -15
  730. package/lib/Icon/thin/Volume.js +25 -15
  731. package/lib/Icon/thin/VolumeMute.js +25 -15
  732. package/lib/Icon/thin/Web.js +22 -12
  733. package/lib/Icon/thin/Won.js +22 -12
  734. package/lib/Icon/thin/WonBadge.js +25 -15
  735. package/lib/Icon/thin/WonCircle.js +25 -15
  736. package/lib/Icon/thin/Write.js +22 -12
  737. package/lib/Icon/thin/YoutubeCircle.js +25 -15
  738. package/lib/Icon/thin/index.js +179 -177
  739. package/lib/Icon/types.js +1 -1
  740. package/lib/ImageThumbnail/ImageThumbnail.js +27 -0
  741. package/lib/ImageThumbnail/index.js +10 -0
  742. package/lib/Layout/Center/Center.js +13 -24
  743. package/lib/Layout/Center/index.js +2 -2
  744. package/lib/Layout/HStack/HStack.js +14 -8
  745. package/lib/Layout/HStack/index.js +2 -2
  746. package/lib/Layout/Position/Position.js +4 -5
  747. package/lib/Layout/Position/index.js +2 -2
  748. package/lib/Layout/ResponsiveStack/ResponsiveStack.js +11 -7
  749. package/lib/Layout/ResponsiveStack/index.js +2 -2
  750. package/lib/Layout/VStack/VStack.js +14 -8
  751. package/lib/Layout/VStack/index.js +2 -2
  752. package/lib/Layout/ZStack/ZStack.js +34 -24
  753. package/lib/Layout/ZStack/index.js +2 -2
  754. package/lib/LinearGradient/LinearGradient.js +52 -0
  755. package/lib/LinearGradient/index.js +10 -0
  756. package/lib/Link/Link.js +15 -19
  757. package/lib/Link/index.js +2 -2
  758. package/lib/Linkify/Linkify.js +74 -0
  759. package/lib/Linkify/index.js +10 -0
  760. package/lib/List/List.js +51 -0
  761. package/lib/List/index.js +10 -0
  762. package/lib/Media/Image/Image.js +39 -20
  763. package/lib/Media/Image/index.js +2 -2
  764. package/lib/Media/Image/useActualSizes.js +38 -11
  765. package/lib/Media/SeekBar/SeekBar.js +6 -6
  766. package/lib/Media/SeekBar/index.js +2 -2
  767. package/lib/Media/Video/Video.js +7 -7
  768. package/lib/Media/Video/index.js +2 -2
  769. package/lib/Media/VideoCaption/VideoCaption.js +6 -6
  770. package/lib/Media/VideoCaption/index.js +2 -2
  771. package/lib/Media/VideoOverlay/VideoOverlay.js +19 -22
  772. package/lib/Media/VideoOverlay/index.js +2 -2
  773. package/lib/Media/VolumeBar/VolumeBar.js +10 -10
  774. package/lib/Media/VolumeBar/index.js +2 -2
  775. package/lib/Menu/Menu/Menu.js +15 -12
  776. package/lib/Menu/Menu/index.js +2 -2
  777. package/lib/Menu/MenuIcon/MenuIcon.js +11 -7
  778. package/lib/Menu/MenuIcon/index.js +2 -2
  779. package/lib/Menu/MenuItem/MenuItem.js +13 -13
  780. package/lib/Menu/MenuItem/index.js +2 -2
  781. package/lib/Menu/MenuText/MenuText.js +46 -41
  782. package/lib/Menu/MenuText/index.js +2 -2
  783. package/lib/Menu/MenuTextButton/MenuTextButton.js +12 -8
  784. package/lib/Menu/MenuTextButton/index.js +2 -2
  785. package/lib/Menu/MenuTextButtonItem/MenuTextButtonItem.js +34 -26
  786. package/lib/Menu/MenuTextButtonItem/index.js +2 -2
  787. package/lib/Menu/MenuTextItem/MenuTextItem.js +14 -10
  788. package/lib/Menu/MenuTextItem/index.js +2 -2
  789. package/lib/ModalBottomSheet/ModalBottomSheet.js +23 -27
  790. package/lib/ModalBottomSheet/index.js +3 -3
  791. package/lib/ModalBottomSheet/useModalBottomSheet.js +3 -3
  792. package/lib/NewLine/NewLine.js +9 -8
  793. package/lib/NewLine/index.js +2 -2
  794. package/lib/Opacity/Opacity.js +4 -3
  795. package/lib/Opacity/index.js +2 -2
  796. package/lib/Overlay/Overlay.js +6 -5
  797. package/lib/Overlay/index.js +2 -2
  798. package/lib/Pagination/Pagination.js +379 -16
  799. package/lib/Pagination/index.js +2 -2
  800. package/lib/Paper/Paper.js +111 -0
  801. package/lib/Paper/index.js +10 -0
  802. package/lib/PopoverBottomSheet/PopoverBottomSheet.js +57 -26
  803. package/lib/PopoverBottomSheet/index.js +2 -2
  804. package/lib/Portal/Portal.js +21 -12
  805. package/lib/Portal/index.js +2 -2
  806. package/lib/Profile/Profile.js +5 -5
  807. package/lib/Profile/index.js +2 -2
  808. package/lib/ProfileLabel/ProfileLabel.js +88 -64
  809. package/lib/ProfileLabel/index.js +2 -2
  810. package/lib/Progress/ProgressBar/ProgressBar.js +8 -8
  811. package/lib/Progress/ProgressBar/index.js +2 -2
  812. package/lib/Progress/ProgressStep/ProgressStep.js +61 -58
  813. package/lib/Progress/ProgressStep/index.js +2 -2
  814. package/lib/Rank/Rank.js +17 -17
  815. package/lib/Rank/index.js +2 -2
  816. package/lib/Ratio/Ratio.js +40 -41
  817. package/lib/Ratio/index.js +2 -2
  818. package/lib/SafeAreaContent/SafeAreaContent.js +26 -0
  819. package/lib/SafeAreaContent/index.js +10 -0
  820. package/lib/Scroll/Scroll.js +48 -0
  821. package/lib/Scroll/index.js +10 -0
  822. package/lib/Scroll/variant.js +6 -0
  823. package/lib/ScrollTarget/ScrollTarget.js +34 -0
  824. package/lib/ScrollTarget/index.js +10 -0
  825. package/lib/Section/Section.js +14 -22
  826. package/lib/Section/index.js +2 -2
  827. package/lib/SectionHeader/SectionHeader.js +11 -10
  828. package/lib/SectionHeader/index.js +2 -2
  829. package/lib/SideNavigation/SideNavigation/SideNavigation.js +15 -0
  830. package/lib/SideNavigation/SideNavigation/index.js +10 -0
  831. package/lib/SideNavigation/SideNavigationMenu/SideNavigationMenu.js +69 -0
  832. package/lib/SideNavigation/SideNavigationMenu/index.js +10 -0
  833. package/lib/SideNavigation/SideNavigationMenuGroup/SideNavigationMenuGroup.js +20 -0
  834. package/lib/SideNavigation/SideNavigationMenuGroup/index.js +10 -0
  835. package/lib/SideNavigation/SideNavigationSubMenu/SideNavigationSubMenu.js +44 -0
  836. package/lib/SideNavigation/SideNavigationSubMenu/index.js +10 -0
  837. package/lib/Skeleton/Skeleton.js +22 -18
  838. package/lib/Skeleton/index.js +2 -2
  839. package/lib/SlideList/SlideList.js +12 -12
  840. package/lib/SlideList/__mocks__/index.js +1 -1
  841. package/lib/SlideList/index.js +2 -2
  842. package/lib/Slider/Slider.js +1227 -123
  843. package/lib/Slider/hooks/usePageControl.js +98 -0
  844. package/lib/Slider/index.js +4 -4
  845. package/lib/Slider/plugins/AutoPlay.js +82 -0
  846. package/lib/Slider/useSliderState.js +40 -0
  847. package/lib/Slider/variants.js +25 -0
  848. package/lib/SliderSection/SliderSection.js +12 -10
  849. package/lib/SliderSection/index.js +2 -2
  850. package/lib/Space/Space.js +26 -0
  851. package/lib/Space/index.js +10 -0
  852. package/lib/Spinner/Spinner.js +30 -21
  853. package/lib/Spinner/index.js +2 -2
  854. package/lib/Svg/Svg.js +49 -0
  855. package/lib/Svg/index.js +10 -0
  856. package/lib/Tab/ScrollTabPanel/ScrollTabPanel.js +2 -2
  857. package/lib/Tab/ScrollTabPanel/index.js +2 -2
  858. package/lib/Tab/ScrollTabPanelWithObserver/ScrollTabPanelWithObserver.js +6 -6
  859. package/lib/Tab/ScrollTabPanelWithObserver/index.js +2 -2
  860. package/lib/Tab/ScrollTabs/ScrollTabs.js +40 -30
  861. package/lib/Tab/ScrollTabs/index.js +2 -2
  862. package/lib/Tab/Tab/Tab.js +36 -48
  863. package/lib/Tab/Tab/index.js +2 -2
  864. package/lib/Tab/ViewPagerTabPanel/ViewPagerTabPanel.js +8 -5
  865. package/lib/Tab/ViewPagerTabPanel/index.js +2 -2
  866. package/lib/Tab/ViewPagerTabs/ViewPagerTabs.js +43 -18
  867. package/lib/Tab/ViewPagerTabs/index.js +2 -2
  868. package/lib/Table/Table.js +6950 -0
  869. package/lib/Table/index.js +10 -0
  870. package/lib/Tag/Chip/Chip.js +62 -68
  871. package/lib/Tag/Chip/index.js +2 -2
  872. package/lib/Tag/IconBadge/IconBadge.js +21 -17
  873. package/lib/Tag/IconBadge/index.js +2 -2
  874. package/lib/Tag/StateTag/StateTag.js +18 -14
  875. package/lib/Tag/StateTag/index.js +2 -2
  876. package/lib/Tag/Tag/Tag.js +17 -23
  877. package/lib/Tag/Tag/index.js +2 -2
  878. package/lib/Tooltip/Tooltip.js +184 -0
  879. package/lib/Tooltip/index.js +10 -0
  880. package/lib/Typography/Body/Body.js +20 -9
  881. package/lib/Typography/Body/index.js +2 -2
  882. package/lib/Typography/Paragraph/Paragraph.js +13 -9
  883. package/lib/Typography/Paragraph/index.js +2 -2
  884. package/lib/Typography/Text/Text.js +42 -45
  885. package/lib/Typography/Text/index.js +2 -2
  886. package/lib/Typography/Title/Title.js +18 -13
  887. package/lib/Typography/Title/index.js +2 -2
  888. package/lib/Underline/Underline.js +42 -52
  889. package/lib/Underline/index.js +2 -2
  890. package/lib/ViewPager/ViewPager.js +11 -7
  891. package/lib/ViewPager/index.js +2 -2
  892. package/lib/ViewPager/type.js +1 -1
  893. package/lib/ViewPagerItem/ViewPagerItem.js +5 -5
  894. package/lib/ViewPagerItem/index.js +2 -2
  895. package/lib/VirtualizedList/VirtualizedList.js +56 -0
  896. package/lib/VirtualizedList/index.js +10 -0
  897. package/lib/VirtualizedList/variants.js +6 -0
  898. package/lib/deprecated/Slide/Slide.js +3 -3
  899. package/lib/deprecated/Slide/index.js +1 -1
  900. package/lib/deprecated/Swiper/Swiper.js +12 -9
  901. package/lib/deprecated/Swiper/hooks/useAutoPlay.js +3 -3
  902. package/lib/deprecated/Swiper/hooks/useSwiper.js +465 -13
  903. package/lib/deprecated/Swiper/index.js +1 -1
  904. package/lib/deprecated/Swiper/types/SwiperOptions.js +1 -1
  905. package/{mime-types-XQXFL7W2.js → mime-types-SLPLVYDI.js} +3 -3
  906. package/package.json +3 -1
  907. package/private/Bar/Bar.js +4 -4
  908. package/private/Bar/index.js +2 -2
  909. package/private/Box/Box.js +7 -5
  910. package/private/Box/index.js +2 -2
  911. package/private/Box/variants.js +6 -0
  912. package/private/ForwardStyle/ForwardStyle.js +10 -22
  913. package/private/ForwardStyle/StyledChildren.js +35 -0
  914. package/private/ForwardStyle/index.js +2 -2
  915. package/private/Stack/Stack.js +71 -66
  916. package/private/Stack/index.js +2 -2
  917. package/private/Transform/Transform.js +4 -5
  918. package/private/Transform/index.js +2 -2
  919. package/@types/image.d.js +0 -6
  920. package/@types/theme.d.js +0 -8
  921. package/chunk-44GVNF2V.js +0 -39
  922. package/chunk-5UMHOQ7R.js +0 -38
  923. package/chunk-CPDZ2HQZ.js +0 -38
  924. package/chunk-FRH3NN2M.js +0 -38
  925. package/chunk-K4FOIOQK.js +0 -43
  926. package/chunk-K4YVFYII.js +0 -462
  927. package/chunk-LVICGF6E.js +0 -49
  928. package/chunk-RGF42JSA.js +0 -40
  929. package/chunk-UMKGAET2.js +0 -63
  930. package/lib/Animation/Animator/Animator.stories.js +0 -69
  931. package/lib/Animation/FadeAnimation/FadeAnimation.stories.js +0 -45
  932. package/lib/Animation/SlideAnimation/SlideAnimation.stories.js +0 -38
  933. package/lib/Animation/Transition/Transition.stories.js +0 -54
  934. package/lib/Background/Background.stories.js +0 -38
  935. package/lib/Button/ButtonIcon/ButtonIcon.js +0 -57
  936. package/lib/Button/ButtonIcon/index.js +0 -10
  937. package/lib/Button/IconButton/IconButton.js +0 -144
  938. package/lib/Button/IconButton/index.js +0 -10
  939. package/lib/Button/TextButton/TextButton.stories.js +0 -9
  940. package/lib/ConditionalWrapper/ConditionalWrapper.stories.js +0 -43
  941. package/lib/Divider/Divider.stories.js +0 -81
  942. package/lib/Elevation/Elevation.stories.js +0 -36
  943. package/lib/Form/Description/Description.stories.js +0 -37
  944. package/lib/Form/FormField/FormField.stories.js +0 -9
  945. package/lib/Form/InlineTextLabel/InlineTextLabel.stories.js +0 -47
  946. package/lib/Form/Input/Input.stories.js +0 -9
  947. package/lib/Form/Label/Label.stories.js +0 -51
  948. package/lib/Form/Select/Select.stories.js +0 -9
  949. package/lib/Form/SelectField/SelectField.stories.js +0 -27
  950. package/lib/Form/TextField/TextField.stories.js +0 -33
  951. package/lib/Form/TextLabel/TextLabel.stories.js +0 -34
  952. package/lib/Frame/Frame.js +0 -73
  953. package/lib/Frame/index.js +0 -10
  954. package/lib/Highlight/Highlight.stories.js +0 -30
  955. package/lib/HtmlContentStyle/HtmlContentStyle.stories.js +0 -22
  956. package/lib/Layout/Center/Center.stories.js +0 -43
  957. package/lib/Layout/Position/Position.stories.js +0 -42
  958. package/lib/Link/Link.stories.js +0 -37
  959. package/lib/Media/Image/Image.stories.js +0 -27
  960. package/lib/Menu/Menu/Menu.stories.js +0 -36
  961. package/lib/Menu/MenuIcon/MenuIcon.stories.js +0 -31
  962. package/lib/Menu/MenuItem/MenuItem.stories.js +0 -9
  963. package/lib/Menu/MenuText/MenuText.stories.js +0 -9
  964. package/lib/Menu/MenuTextButton/MenuTextButton.stories.js +0 -10
  965. package/lib/Menu/MenuTextButtonItem/MenuTextButtonItem.stories.js +0 -39
  966. package/lib/Menu/MenuTextItem/MenuTextItem.stories.js +0 -30
  967. package/lib/Opacity/Opacity.stories.js +0 -33
  968. package/lib/Overlay/Overlay.stories.js +0 -33
  969. package/lib/Pagination/Pagination.stories.js +0 -37
  970. package/lib/Progress/ProgressBar/ProgressBar.stories.js +0 -57
  971. package/lib/Progress/ProgressStep/ProgressStep.stories.js +0 -43
  972. package/lib/Rank/Rank.stories.js +0 -39
  973. package/lib/Ratio/Ratio.stories.js +0 -34
  974. package/lib/Section/Section.stories.js +0 -49
  975. package/lib/SlideList/SlideList.stories.js +0 -60
  976. package/lib/Slider/Slider.stories.js +0 -47
  977. package/lib/Slider/__mocks__/index.js +0 -51
  978. package/lib/Slider/constants.js +0 -22
  979. package/lib/Slider/internalHooks/useAutoPlay.js +0 -40
  980. package/lib/Slider/internalHooks/usePageControl.js +0 -44
  981. package/lib/Slider/internalHooks/useVirtual.js +0 -27
  982. package/lib/Slider/useSlider.js +0 -42
  983. package/lib/SliderSection/SliderSection.stories.js +0 -84
  984. package/lib/Tab/ScrollTabPanel/ScrollTabPanel.stories.js +0 -21
  985. package/lib/Tab/ScrollTabPanelWithObserver/ScrollTabPanelWithObserver.stories.js +0 -21
  986. package/lib/Tab/ScrollTabs/ScrollTabs.stories.js +0 -58
  987. package/lib/Tab/Tab/Tab.stories.js +0 -47
  988. package/lib/Tag/Chip/Chip.stories.js +0 -56
  989. package/lib/Tag/Tag/Tag.stories.js +0 -42
  990. package/lib/Typography/Body/Body.stories.js +0 -36
  991. package/lib/Typography/Caption/Caption.js +0 -23
  992. package/lib/Typography/Caption/Caption.stories.js +0 -43
  993. package/lib/Typography/Caption/index.js +0 -10
  994. package/lib/Typography/Paragraph/Paragraph.stories.js +0 -43
  995. package/lib/Typography/Title/Title.stories.js +0 -41
  996. package/lib/Underline/Underline.stories.js +0 -38
  997. package/lib/ViewPager/ViewPager.stories.js +0 -77
  998. package/lib/deprecated/Swiper/Swiper.stories.js +0 -184
  999. package/private/Box/Box.stories.js +0 -63
  1000. package/private/ForwardStyle/ForwardStyle.stories.js +0 -26
  1001. package/private/Space/Space.js +0 -15
  1002. package/private/Space/Space.stories.js +0 -39
  1003. package/private/Space/index.js +0 -10
  1004. package/private/Svg/Svg.js +0 -37
  1005. package/private/Svg/index.js +0 -10
  1006. package/utils/appendCssUnit/appendCssUnit.js +0 -15
  1007. package/utils/appendCssUnit/appendCssUnit.spec.js +0 -33
  1008. package/utils/appendCssUnit/index.js +0 -10
  1009. package/utils/index.js +0 -10
@@ -1,11 +1,11 @@
1
1
  import {
2
2
  init_react_shim
3
- } from "../../../../chunk-CPDZ2HQZ.js";
3
+ } from "../../../../chunk-VIIHQGZ3.js";
4
4
 
5
5
  // libs/shared/ui-system/src/lib/deprecated/Swiper/hooks/useAutoPlay.ts
6
6
  init_react_shim();
7
- import {useEffect} from "react";
8
- var useAutoPlay = ({slider, autoPlay, delay, paused}) => {
7
+ import { useEffect } from "react";
8
+ var useAutoPlay = ({ slider, autoPlay, delay, paused }) => {
9
9
  useEffect(() => {
10
10
  if (!slider || !autoPlay) {
11
11
  return () => void 0;
@@ -1,26 +1,478 @@
1
1
  import {
2
- h
3
- } from "../../../../chunk-K4YVFYII.js";
4
- import {
2
+ __spreadValues,
5
3
  init_react_shim
6
- } from "../../../../chunk-CPDZ2HQZ.js";
4
+ } from "../../../../chunk-VIIHQGZ3.js";
7
5
 
8
6
  // libs/shared/ui-system/src/lib/deprecated/Swiper/hooks/useSwiper.ts
9
7
  init_react_shim();
10
- import {useState} from "react";
11
- import {useAutoPlay} from "./useAutoPlay.js";
8
+
9
+ // node_modules/keen-slider/react.esm.js
10
+ init_react_shim();
11
+ import { useRef as t, useState as e, useEffect as n } from "react";
12
+ function r(t3, e2, n2) {
13
+ return e2 in t3 ? Object.defineProperty(t3, e2, { value: n2, enumerable: true, configurable: true, writable: true }) : t3[e2] = n2, t3;
14
+ }
15
+ function i(t3, e2) {
16
+ var n2 = Object.keys(t3);
17
+ if (Object.getOwnPropertySymbols) {
18
+ var r2 = Object.getOwnPropertySymbols(t3);
19
+ e2 && (r2 = r2.filter(function(e3) {
20
+ return Object.getOwnPropertyDescriptor(t3, e3).enumerable;
21
+ })), n2.push.apply(n2, r2);
22
+ }
23
+ return n2;
24
+ }
25
+ function o(t3) {
26
+ for (var e2 = 1; e2 < arguments.length; e2++) {
27
+ var n2 = arguments[e2] != null ? arguments[e2] : {};
28
+ e2 % 2 ? i(Object(n2), true).forEach(function(e3) {
29
+ r(t3, e3, n2[e3]);
30
+ }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(t3, Object.getOwnPropertyDescriptors(n2)) : i(Object(n2)).forEach(function(e3) {
31
+ Object.defineProperty(t3, e3, Object.getOwnPropertyDescriptor(n2, e3));
32
+ });
33
+ }
34
+ return t3;
35
+ }
36
+ function a(t3, e2) {
37
+ return function(t4) {
38
+ if (Array.isArray(t4))
39
+ return t4;
40
+ }(t3) || function(t4, e3) {
41
+ if (typeof Symbol == "undefined" || !(Symbol.iterator in Object(t4)))
42
+ return;
43
+ var n2 = [], r2 = true, i2 = false, o2 = void 0;
44
+ try {
45
+ for (var a2, u2 = t4[Symbol.iterator](); !(r2 = (a2 = u2.next()).done) && (n2.push(a2.value), !e3 || n2.length !== e3); r2 = true)
46
+ ;
47
+ } catch (t5) {
48
+ i2 = true, o2 = t5;
49
+ } finally {
50
+ try {
51
+ r2 || u2.return == null || u2.return();
52
+ } finally {
53
+ if (i2)
54
+ throw o2;
55
+ }
56
+ }
57
+ return n2;
58
+ }(t3, e2) || c(t3, e2) || function() {
59
+ throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
60
+ }();
61
+ }
62
+ function u(t3) {
63
+ return function(t4) {
64
+ if (Array.isArray(t4))
65
+ return f(t4);
66
+ }(t3) || function(t4) {
67
+ if (typeof Symbol != "undefined" && Symbol.iterator in Object(t4))
68
+ return Array.from(t4);
69
+ }(t3) || c(t3) || function() {
70
+ throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
71
+ }();
72
+ }
73
+ function c(t3, e2) {
74
+ if (t3) {
75
+ if (typeof t3 == "string")
76
+ return f(t3, e2);
77
+ var n2 = Object.prototype.toString.call(t3).slice(8, -1);
78
+ return n2 === "Object" && t3.constructor && (n2 = t3.constructor.name), n2 === "Map" || n2 === "Set" ? Array.from(t3) : n2 === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n2) ? f(t3, e2) : void 0;
79
+ }
80
+ }
81
+ function f(t3, e2) {
82
+ (e2 == null || e2 > t3.length) && (e2 = t3.length);
83
+ for (var n2 = 0, r2 = new Array(e2); n2 < e2; n2++)
84
+ r2[n2] = t3[n2];
85
+ return r2;
86
+ }
87
+ function s(t3) {
88
+ var e2, n2, r2, i2, a2, c2, f2, s2, l2, h2, p2, b, m, g, y, w, M, O, j, S, A, x, k, P, E, T, D, C, L, I, V, X, Y, z, F = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {}, H = "data-keen-slider-moves", q = "data-keen-slider-v", W = [], _ = null, N = false, R = false, U = 0, $ = [];
89
+ function B(t4, e3, n3) {
90
+ var r3 = arguments.length > 3 && arguments[3] !== void 0 ? arguments[3] : {};
91
+ t4.addEventListener(e3, n3, r3), W.push([t4, e3, n3, r3]);
92
+ }
93
+ function G(t4) {
94
+ if (O && j === Z(t4) && ft()) {
95
+ var n3 = et(t4).x;
96
+ if (!rt(t4) && P)
97
+ return K(t4);
98
+ P && (Nt(), S = n3, P = false), t4.cancelable && t4.preventDefault();
99
+ var r3 = S - n3;
100
+ E += Math.abs(r3), !T && E > 5 && (T = true, e2.setAttribute(H, true)), Xt(k(r3, Jt) * (lt() ? -1 : 1), t4.timeStamp), S = n3;
101
+ }
102
+ }
103
+ function J(t4) {
104
+ O || !ft() || nt(t4.target) || (O = true, P = true, j = Z(t4), T = false, E = 0, rt(t4), pt(), M = h2, S = et(t4).x, Xt(0, t4.timeStamp), ut("dragStart"));
105
+ }
106
+ function K(t4) {
107
+ O && j === Z(t4, true) && ft() && (e2.removeAttribute(H), O = false, gt(), ut("dragEnd"));
108
+ }
109
+ function Q(t4) {
110
+ return t4.changedTouches;
111
+ }
112
+ function Z(t4) {
113
+ var e3 = arguments.length > 1 && arguments[1] !== void 0 && arguments[1], n3 = e3 ? Q(t4) : tt(t4);
114
+ return n3 ? n3[0] ? n3[0].identifier : "error" : "default";
115
+ }
116
+ function tt(t4) {
117
+ return t4.targetTouches;
118
+ }
119
+ function et(t4) {
120
+ var e3 = tt(t4);
121
+ return { x: vt() ? e3 ? e3[0].screenY : t4.pageY : e3 ? e3[0].screenX : t4.pageX, timestamp: t4.timeStamp };
122
+ }
123
+ function nt(t4) {
124
+ return t4.hasAttribute(w.preventEvent);
125
+ }
126
+ function rt(t4) {
127
+ var e3 = tt(t4);
128
+ if (!e3)
129
+ return true;
130
+ var n3 = e3[0], r3 = vt() ? n3.clientY : n3.clientX, i3 = vt() ? n3.clientX : n3.clientY, o2 = A !== void 0 && x !== void 0 && Math.abs(x - i3) <= Math.abs(A - r3);
131
+ return A = r3, x = i3, o2;
132
+ }
133
+ function it(t4) {
134
+ ft() && O && t4.preventDefault();
135
+ }
136
+ function ot() {
137
+ B(window, "orientationchange", Dt), B(window, "resize", function() {
138
+ return Tt();
139
+ }), B(e2, "dragstart", function(t4) {
140
+ ft() && t4.preventDefault();
141
+ }), B(e2, "mousedown", J), B(w.cancelOnLeave ? e2 : window, "mousemove", G), w.cancelOnLeave && B(e2, "mouseleave", K), B(window, "mouseup", K), B(e2, "touchstart", J, { passive: true }), B(e2, "touchmove", G, { passive: false }), B(e2, "touchend", K, { passive: true }), B(e2, "touchcancel", K, { passive: true }), B(window, "wheel", it, { passive: false });
142
+ }
143
+ function at() {
144
+ W.forEach(function(t4) {
145
+ t4[0].removeEventListener(t4[1], t4[2], t4[3]);
146
+ }), W = [];
147
+ }
148
+ function ut(t4) {
149
+ w[t4] && w[t4](Jt);
150
+ }
151
+ function ct() {
152
+ return w.centered;
153
+ }
154
+ function ft() {
155
+ return n2 !== void 0 ? n2 : w.controls;
156
+ }
157
+ function st() {
158
+ return w.loop && r2 > 1;
159
+ }
160
+ function lt() {
161
+ return w.rtl;
162
+ }
163
+ function dt() {
164
+ return !w.loop && w.rubberband;
165
+ }
166
+ function vt() {
167
+ return !!w.vertical;
168
+ }
169
+ function ht() {
170
+ D = window.requestAnimationFrame(bt);
171
+ }
172
+ function pt() {
173
+ D && (window.cancelAnimationFrame(D), D = null), C = null;
174
+ }
175
+ function bt(t4) {
176
+ C || (C = t4);
177
+ var e3 = t4 - C, n3 = mt(e3);
178
+ if (e3 >= I)
179
+ return Xt(L - X, false), z ? z() : void ut("afterChange");
180
+ var r3 = Yt(n3);
181
+ if (r3 === 0 || st() || dt() || Y) {
182
+ if (r3 !== 0 && dt() && !Y)
183
+ return jt();
184
+ X += n3, Xt(n3, false), ht();
185
+ } else
186
+ Xt(n3 - r3, false);
187
+ }
188
+ function mt(t4) {
189
+ return L * V(t4 / I) - X;
190
+ }
191
+ function gt() {
192
+ switch (ut("beforeChange"), w.mode) {
193
+ case "free":
194
+ Mt();
195
+ break;
196
+ case "free-snap":
197
+ Ot();
198
+ break;
199
+ case "snap":
200
+ default:
201
+ yt();
202
+ }
203
+ }
204
+ function yt() {
205
+ wt((f2 === 1 && p2 !== 0 ? M : h2) + Math.sign(p2));
206
+ }
207
+ function wt(t4, e3) {
208
+ var n3 = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : w.duration, r3 = arguments.length > 3 && arguments[3] !== void 0 && arguments[3], i3 = arguments.length > 4 && arguments[4] !== void 0 && arguments[4], o2 = function(t5) {
209
+ return 1 + --t5 * t5 * t5 * t5 * t5;
210
+ };
211
+ St(qt(t4 = Ht(t4, r3, i3)), n3, o2, e3);
212
+ }
213
+ function Mt() {
214
+ if (m === 0)
215
+ return !(!Yt(0) || st()) && wt(h2);
216
+ var t4 = w.friction / Math.pow(Math.abs(m), -0.5);
217
+ St(Math.pow(m, 2) / t4 * Math.sign(m), 6 * Math.abs(m / t4), function(t5) {
218
+ return 1 - Math.pow(1 - t5, 5);
219
+ });
220
+ }
221
+ function Ot() {
222
+ if (m === 0)
223
+ return wt(h2);
224
+ var t4 = w.friction / Math.pow(Math.abs(m), -0.5), e3 = Math.pow(m, 2) / t4 * Math.sign(m), n3 = 6 * Math.abs(m / t4), r3 = (U + e3) / (c2 / f2);
225
+ St((p2 === -1 ? Math.floor(r3) : Math.ceil(r3)) * (c2 / f2) - U, n3, function(t5) {
226
+ return 1 - Math.pow(1 - t5, 5);
227
+ });
228
+ }
229
+ function jt() {
230
+ if (pt(), m === 0)
231
+ return wt(h2, true);
232
+ var t4 = 0.04 / Math.pow(Math.abs(m), -0.5), e3 = Math.pow(m, 2) / t4 * Math.sign(m), n3 = function(t5) {
233
+ return --t5 * t5 * t5 + 1;
234
+ }, r3 = m;
235
+ St(e3, 3 * Math.abs(r3 / t4), n3, true, function() {
236
+ St(qt(Ht(h2)), 500, n3, true);
237
+ });
238
+ }
239
+ function St(t4, e3, n3, r3, i3) {
240
+ pt(), L = t4, X = 0, I = e3, V = n3, Y = r3, z = i3, C = null, ht();
241
+ }
242
+ function At(n3) {
243
+ var r3 = d(t3);
244
+ r3.length && (e2 = r3[0], Tt(n3), ot(), ut("mounted"));
245
+ }
246
+ function xt() {
247
+ var t4, e3 = F.breakpoints || [];
248
+ for (var n3 in e3)
249
+ window.matchMedia(n3).matches && (t4 = n3);
250
+ if (t4 === _)
251
+ return true;
252
+ var r3 = (_ = t4) ? e3[_] : F;
253
+ r3.breakpoints && _ && delete r3.breakpoints, w = o(o(o({}, Gt), F), r3), N = true, l2 = null, ut("optionsChanged"), Et();
254
+ }
255
+ function kt(t4) {
256
+ if (typeof t4 == "function")
257
+ return t4();
258
+ var e3 = w.autoAdjustSlidesPerView;
259
+ e3 || (r2 = Math.max(t4, r2));
260
+ var n3 = st() && e3 ? r2 - 1 : r2;
261
+ return v(t4, 1, Math.max(n3, 1));
262
+ }
263
+ function Pt() {
264
+ xt(), R = true, ut("created");
265
+ }
266
+ function Et(t4, e3) {
267
+ t4 && (F = t4), e3 && (_ = null), Ct(), At(e3);
268
+ }
269
+ function Tt(t4) {
270
+ var n3 = window.innerWidth;
271
+ if (xt() && (n3 !== l2 || t4)) {
272
+ l2 = n3;
273
+ var o2 = w.slides;
274
+ typeof o2 == "number" ? (a2 = null, r2 = o2) : (a2 = d(o2, e2), r2 = a2 ? a2.length : 0);
275
+ var u2 = w.dragSpeed;
276
+ k = typeof u2 == "function" ? u2 : function(t5) {
277
+ return t5 * u2;
278
+ }, c2 = vt() ? e2.offsetHeight : e2.offsetWidth, f2 = kt(w.slidesPerView), s2 = v(w.spacing, 0, c2 / (f2 - 1) - 1), c2 += s2, i2 = ct() ? (c2 / 2 - c2 / f2 / 2) / c2 : 0, It();
279
+ var p3 = !R || N && w.resetSlide ? w.initial : h2;
280
+ Bt(st() ? p3 : zt(p3)), vt() && e2.setAttribute(q, true), N = false;
281
+ }
282
+ }
283
+ function Dt(t4) {
284
+ Tt(), setTimeout(Tt, 500), setTimeout(Tt, 2e3);
285
+ }
286
+ function Ct() {
287
+ at(), Vt(), e2 && e2.hasAttribute(q) && e2.removeAttribute(q), ut("destroyed");
288
+ }
289
+ function Lt() {
290
+ a2 && a2.forEach(function(t4, e3) {
291
+ var n3 = g[e3].distance * c2 - e3 * (c2 / f2 - s2 / f2 - s2 / f2 * (f2 - 1)), r3 = vt() ? 0 : n3, i3 = vt() ? n3 : 0, o2 = "translate3d(".concat(r3, "px, ").concat(i3, "px, 0)");
292
+ t4.style.transform = o2, t4.style["-webkit-transform"] = o2;
293
+ });
294
+ }
295
+ function It() {
296
+ a2 && a2.forEach(function(t4) {
297
+ var e3 = "calc(".concat(100 / f2, "% - ").concat(s2 / f2 * (f2 - 1), "px)");
298
+ vt() ? (t4.style["min-height"] = e3, t4.style["max-height"] = e3) : (t4.style["min-width"] = e3, t4.style["max-width"] = e3);
299
+ });
300
+ }
301
+ function Vt() {
302
+ if (a2) {
303
+ var t4 = ["transform", "-webkit-transform"];
304
+ t4 = [].concat(u(t4), vt ? ["min-height", "max-height"] : ["min-width", "max-width"]), a2.forEach(function(e3) {
305
+ t4.forEach(function(t5) {
306
+ e3.style.removeProperty(t5);
307
+ });
308
+ });
309
+ }
310
+ }
311
+ function Xt(t4) {
312
+ var e3 = !(arguments.length > 1 && arguments[1] !== void 0) || arguments[1], n3 = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : Date.now();
313
+ _t(t4, n3), e3 && (t4 = Ut(t4)), U += t4, Rt();
314
+ }
315
+ function Yt(t4) {
316
+ var e3 = c2 * (r2 - 1 * (ct() ? 1 : f2)) / f2, n3 = U + t4;
317
+ return n3 > e3 ? n3 - e3 : n3 < 0 ? n3 : 0;
318
+ }
319
+ function zt(t4) {
320
+ return v(t4, 0, r2 - 1 - (ct() ? 0 : f2 - 1));
321
+ }
322
+ function Ft() {
323
+ var t4 = Math.abs(y), e3 = U < 0 ? 1 - t4 : t4;
324
+ return { direction: p2, progressTrack: e3, progressSlides: e3 * r2 / (r2 - 1), positions: g, position: U, speed: m, relativeSlide: (h2 % r2 + r2) % r2, absoluteSlide: h2, size: r2, slidesPerView: f2, widthOrHeight: c2 };
325
+ }
326
+ function Ht(t4) {
327
+ var e3 = arguments.length > 1 && arguments[1] !== void 0 && arguments[1], n3 = arguments.length > 2 && arguments[2] !== void 0 && arguments[2];
328
+ return st() ? e3 ? Wt(t4, n3) : t4 : zt(t4);
329
+ }
330
+ function qt(t4) {
331
+ return -(-c2 / f2 * t4 + U);
332
+ }
333
+ function Wt(t4, e3) {
334
+ var n3 = (h2 % r2 + r2) % r2, i3 = n3 < (t4 = (t4 % r2 + r2) % r2) ? -n3 - r2 + t4 : -(n3 - t4), o2 = n3 > t4 ? r2 - n3 + t4 : t4 - n3, a3 = e3 ? Math.abs(i3) <= o2 ? i3 : o2 : t4 < n3 ? i3 : o2;
335
+ return h2 + a3;
336
+ }
337
+ function _t(t4, e3) {
338
+ clearTimeout(b);
339
+ var n3 = Math.sign(t4);
340
+ if (n3 !== p2 && Nt(), p2 = n3, $.push({ distance: t4, time: e3 }), b = setTimeout(function() {
341
+ $ = [], m = 0;
342
+ }, 50), ($ = $.slice(-6)).length <= 1 || p2 === 0)
343
+ return m = 0;
344
+ var r3 = $.slice(0, -1).reduce(function(t5, e4) {
345
+ return t5 + e4.distance;
346
+ }, 0), i3 = $[$.length - 1].time, o2 = $[0].time;
347
+ m = v(r3 / (i3 - o2), -10, 10);
348
+ }
349
+ function Nt() {
350
+ $ = [];
351
+ }
352
+ function Rt() {
353
+ y = st() ? U % (c2 * r2 / f2) / (c2 * r2 / f2) : U / (c2 * r2 / f2), $t();
354
+ for (var t4 = [], e3 = 0; e3 < r2; e3++) {
355
+ var n3 = (1 / r2 * e3 - (y < 0 && st() ? y + 1 : y)) * r2 / f2 + i2;
356
+ st() && (n3 += n3 > (r2 - 1) / f2 ? -r2 / f2 : n3 < -r2 / f2 + 1 ? r2 / f2 : 0);
357
+ var o2 = 1 / f2, a3 = n3 + o2, u2 = a3 < o2 ? a3 / o2 : a3 > 1 ? 1 - (a3 - 1) * f2 / 1 : 1;
358
+ t4.push({ portion: u2 < 0 || u2 > 1 ? 0 : u2, distance: lt() ? -1 * n3 + 1 - o2 : n3 });
359
+ }
360
+ g = t4, Lt(), ut("move");
361
+ }
362
+ function Ut(t4) {
363
+ if (st())
364
+ return t4;
365
+ var e3 = Yt(t4);
366
+ if (!dt())
367
+ return t4 - e3;
368
+ if (e3 === 0)
369
+ return t4;
370
+ var n3;
371
+ return t4 * (n3 = e3 / c2, (1 - Math.abs(n3)) * (1 - Math.abs(n3)));
372
+ }
373
+ function $t() {
374
+ var t4 = Math.round(U / (c2 / f2));
375
+ t4 !== h2 && (!st() && (t4 < 0 || t4 > r2 - 1) || (h2 = t4, ut("slideChanged")));
376
+ }
377
+ function Bt(t4) {
378
+ ut("beforeChange"), Xt(qt(t4), false), ut("afterChange");
379
+ }
380
+ var Gt = { autoAdjustSlidesPerView: true, centered: false, breakpoints: null, controls: true, dragSpeed: 1, friction: 25e-4, loop: false, initial: 0, duration: 500, preventEvent: "data-keen-slider-pe", slides: ".keen-slider__slide", vertical: false, resetSlide: false, slidesPerView: 1, spacing: 0, mode: "snap", rtl: false, rubberband: true, cancelOnLeave: true }, Jt = { controls: function(t4) {
381
+ n2 = t4;
382
+ }, destroy: Ct, refresh: function(t4) {
383
+ Et(t4, true);
384
+ }, next: function() {
385
+ wt(h2 + 1, true);
386
+ }, prev: function() {
387
+ wt(h2 - 1, true);
388
+ }, moveToSlide: function(t4, e3) {
389
+ wt(t4, true, e3);
390
+ }, moveToSlideRelative: function(t4) {
391
+ var e3 = arguments.length > 1 && arguments[1] !== void 0 && arguments[1], n3 = arguments.length > 2 ? arguments[2] : void 0;
392
+ wt(t4, true, n3, true, e3);
393
+ }, resize: function() {
394
+ Tt(true);
395
+ }, details: function() {
396
+ return Ft();
397
+ }, options: function() {
398
+ var t4 = o({}, w);
399
+ return delete t4.breakpoints, t4;
400
+ } };
401
+ return Pt(), Jt;
402
+ }
403
+ function l(t3) {
404
+ return Array.prototype.slice.call(t3);
405
+ }
406
+ function d(t3) {
407
+ var e2 = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : document;
408
+ return typeof t3 == "function" ? l(t3()) : typeof t3 == "string" ? l(e2.querySelectorAll(t3)) : t3 instanceof HTMLElement != false ? [t3] : t3 instanceof NodeList != false ? t3 : [];
409
+ }
410
+ function v(t3, e2, n2) {
411
+ return Math.min(Math.max(t3, e2), n2);
412
+ }
413
+ function h() {
414
+ var r2 = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, i2 = t(), o2 = t();
415
+ function u2(t3) {
416
+ return p(o2.current, t3) || (o2.current = t3), o2.current;
417
+ }
418
+ var c2 = e(null), f2 = a(c2, 2), l2 = f2[0], d2 = f2[1];
419
+ return n(function() {
420
+ var t3 = new s(i2.current, o2.current);
421
+ return d2(t3), function() {
422
+ t3.destroy();
423
+ };
424
+ }, [u2(r2)]), [i2, l2];
425
+ }
426
+ Math.sign || (Math.sign = function(t3) {
427
+ return (t3 > 0) - (t3 < 0) || +t3;
428
+ });
429
+ var p = function t2(e2, n2) {
430
+ var r2 = Object.prototype.toString.call(e2);
431
+ if (r2 !== Object.prototype.toString.call(n2))
432
+ return false;
433
+ if (["[object Array]", "[object Object]"].indexOf(r2) < 0)
434
+ return false;
435
+ var i2 = r2 === "[object Array]" ? e2.length : Object.keys(e2).length;
436
+ if (i2 !== (r2 === "[object Array]" ? n2.length : Object.keys(n2).length))
437
+ return false;
438
+ var o2 = function(e3, n3) {
439
+ var r3 = Object.prototype.toString.call(e3);
440
+ if (["[object Array]", "[object Object]"].indexOf(r3) >= 0) {
441
+ if (!t2(e3, n3))
442
+ return false;
443
+ } else {
444
+ if (r3 !== Object.prototype.toString.call(n3))
445
+ return false;
446
+ if (r3 === "[object Function]") {
447
+ if (e3.toString() !== n3.toString())
448
+ return false;
449
+ } else if (e3 !== n3)
450
+ return false;
451
+ }
452
+ };
453
+ if (r2 === "[object Array]") {
454
+ for (var a2 = 0; a2 < i2; a2++)
455
+ if (o2(e2[a2], n2[a2]) === false)
456
+ return false;
457
+ } else
458
+ for (var u2 in e2)
459
+ if (e2.hasOwnProperty(u2) && o2(e2[u2], n2[u2]) === false)
460
+ return false;
461
+ return true;
462
+ };
463
+
464
+ // libs/shared/ui-system/src/lib/deprecated/Swiper/hooks/useSwiper.ts
465
+ import { useState } from "react";
466
+ import { useAutoPlay } from "./useAutoPlay.js";
12
467
  var useSwiper = (options) => {
13
- const {autoPlay, delay} = options;
468
+ const { autoPlay, delay } = options;
14
469
  const [paused, setPaused] = useState(false);
15
470
  const togglePaused = () => {
16
471
  setPaused((value) => !value);
17
472
  };
18
- const [sliderRef, slider] = h({
19
- ...options,
20
- ...autoPlay && {dragStart: togglePaused, dragEnd: togglePaused}
21
- });
22
- useAutoPlay({slider, autoPlay, delay, paused});
23
- return {sliderRef, slider};
473
+ const [sliderRef, slider] = h(__spreadValues(__spreadValues({}, options), autoPlay && { dragStart: togglePaused, dragEnd: togglePaused }));
474
+ useAutoPlay({ slider, autoPlay, delay, paused });
475
+ return { sliderRef, slider };
24
476
  };
25
477
  export {
26
478
  useSwiper
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  init_react_shim
3
- } from "../../../chunk-CPDZ2HQZ.js";
3
+ } from "../../../chunk-VIIHQGZ3.js";
4
4
 
5
5
  // libs/shared/ui-system/src/lib/deprecated/Swiper/index.ts
6
6
  init_react_shim();
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  init_react_shim
3
- } from "../../../../chunk-CPDZ2HQZ.js";
3
+ } from "../../../../chunk-VIIHQGZ3.js";
4
4
 
5
5
  // libs/shared/ui-system/src/lib/deprecated/Swiper/types/SwiperOptions.ts
6
6
  init_react_shim();
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  __commonJS,
3
3
  init_react_shim
4
- } from "./chunk-CPDZ2HQZ.js";
4
+ } from "./chunk-VIIHQGZ3.js";
5
5
 
6
6
  // node_modules/mime-types/node_modules/mime-db/db.json
7
7
  var require_db = __commonJS({
@@ -8639,7 +8639,7 @@ var require_util = __commonJS({
8639
8639
  }
8640
8640
  function formatProperty(ctx, value, recurseTimes, visibleKeys, key, array) {
8641
8641
  var name, str, desc;
8642
- desc = Object.getOwnPropertyDescriptor(value, key) || {value: value[key]};
8642
+ desc = Object.getOwnPropertyDescriptor(value, key) || { value: value[key] };
8643
8643
  if (desc.get) {
8644
8644
  if (desc.set) {
8645
8645
  str = ctx.stylize("[Getter/Setter]", "special");
@@ -9189,7 +9189,7 @@ var require_mime_types = __commonJS({
9189
9189
  var EXTRACT_TYPE_REGEXP = /^\s*([^;\s]*)(?:;|\s|$)/;
9190
9190
  var TEXT_TYPE_REGEXP = /^text\//i;
9191
9191
  exports.charset = charset;
9192
- exports.charsets = {lookup: charset};
9192
+ exports.charsets = { lookup: charset };
9193
9193
  exports.contentType = contentType;
9194
9194
  exports.extension = extension;
9195
9195
  exports.extensions = Object.create(null);
package/package.json CHANGED
@@ -1,4 +1,6 @@
1
1
  {
2
2
  "name": "@class101/cdn-ui-system",
3
- "version": "0.0.8"
3
+ "version": "0.0.12",
4
+ "sideEffects": false,
5
+ "main": "src/index.ts"
4
6
  }
@@ -1,14 +1,14 @@
1
1
  import {
2
2
  React,
3
3
  init_react_shim
4
- } from "../../chunk-CPDZ2HQZ.js";
4
+ } from "../../chunk-VIIHQGZ3.js";
5
5
 
6
6
  // libs/shared/ui-system/src/private/Bar/Bar.tsx
7
7
  init_react_shim();
8
- import {useEffect, useRef} from "react";
9
- import {Box} from "../Box/index.js";
8
+ import { useEffect, useRef } from "react";
9
+ import { Box } from "../Box/index.js";
10
10
  var Bar = (props) => {
11
- const {height, color, width, className, opacity} = props;
11
+ const { height, color, width, className, opacity } = props;
12
12
  const boxRef = useRef(null);
13
13
  useEffect(() => {
14
14
  if (!boxRef.current) {
@@ -1,10 +1,10 @@
1
1
  import {
2
2
  init_react_shim
3
- } from "../../chunk-CPDZ2HQZ.js";
3
+ } from "../../chunk-VIIHQGZ3.js";
4
4
 
5
5
  // libs/shared/ui-system/src/private/Bar/index.ts
6
6
  init_react_shim();
7
- import {Bar} from "./Bar.js";
7
+ import { Bar } from "./Bar.js";
8
8
  export {
9
9
  Bar
10
10
  };
@@ -1,15 +1,17 @@
1
1
  import {
2
2
  emotion_styled_browser_esm_default
3
- } from "../../chunk-KBR5BGSG.js";
4
- import "../../chunk-UAWCTQGC.js";
5
- import "../../chunk-QN5Q5NTF.js";
3
+ } from "../../chunk-SFQY5CLW.js";
4
+ import "../../chunk-T7TBQTBE.js";
5
+ import "../../chunk-LE44IRCL.js";
6
+ import "../../chunk-CGEEKALF.js";
7
+ import "../../chunk-J3Q2BPOW.js";
6
8
  import {
7
9
  init_react_shim
8
- } from "../../chunk-CPDZ2HQZ.js";
10
+ } from "../../chunk-VIIHQGZ3.js";
9
11
 
10
12
  // libs/shared/ui-system/src/private/Box/Box.tsx
11
13
  init_react_shim();
12
- import {shouldForwardProp, styledSystem} from "../../core/index.js";
14
+ import { shouldForwardProp, styledSystem } from "../../core/index.js";
13
15
  var Box = emotion_styled_browser_esm_default("div", {
14
16
  shouldForwardProp
15
17
  })(styledSystem);
@@ -1,10 +1,10 @@
1
1
  import {
2
2
  init_react_shim
3
- } from "../../chunk-CPDZ2HQZ.js";
3
+ } from "../../chunk-VIIHQGZ3.js";
4
4
 
5
5
  // libs/shared/ui-system/src/private/Box/index.ts
6
6
  init_react_shim();
7
- import {Box} from "./Box.js";
7
+ import { Box } from "./Box.js";
8
8
  export {
9
9
  Box
10
10
  };
@@ -0,0 +1,6 @@
1
+ import {
2
+ init_react_shim
3
+ } from "../../chunk-VIIHQGZ3.js";
4
+
5
+ // libs/shared/ui-system/src/private/Box/variants.ts
6
+ init_react_shim();