@class101/cdn-ui-system 0.0.9 → 0.0.10

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