@class101/cdn-ui-system 0.0.7 → 0.0.8

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