@designcrowd/fe-shared-lib 1.5.8 → 1.5.9-dbc-1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (656) hide show
  1. package/.eslintrc.js +36 -36
  2. package/.github/workflows/auto-merge.yml +52 -52
  3. package/.prettierrc.js +7 -7
  4. package/.storybook/main.ts +36 -36
  5. package/.storybook/preview-head-master.html +4 -4
  6. package/.storybook/preview-head-publish-master.html +4 -4
  7. package/.storybook/preview-head-publish.html +9 -9
  8. package/.storybook/preview-head.html +9 -9
  9. package/.storybook/preview.js +53 -53
  10. package/CLAUDE.md +70 -70
  11. package/Dockerfile +43 -43
  12. package/README.md +103 -103
  13. package/buildspec.yml +47 -47
  14. package/dist/css/tailwind-brandCrowd.css +2493 -0
  15. package/dist/css/tailwind-brandPage.css +2177 -0
  16. package/dist/css/tailwind-crazyDomains.css +2493 -0
  17. package/dist/css/tailwind-designCom.css +2493 -0
  18. package/dist/css/tailwind-designCrowd.css +2493 -0
  19. package/index.cjs +16 -16
  20. package/index.js +58 -58
  21. package/nodemon.translation.json +6 -6
  22. package/package.json +115 -115
  23. package/postcss.config.js +5 -5
  24. package/public/css/tailwind-brandCrowd.css +577 -479
  25. package/public/css/tailwind-brandPage.css +473 -400
  26. package/public/css/tailwind-crazyDomains.css +577 -479
  27. package/public/css/tailwind-designCom.css +577 -479
  28. package/public/css/tailwind-designCrowd.css +577 -479
  29. package/src/atoms/components/Button/Button.vue +341 -341
  30. package/src/atoms/components/Button/ButtonVariant.mixin.vue +126 -126
  31. package/src/atoms/components/Button/Buttons.stories.js +828 -828
  32. package/src/atoms/components/Button/ButtonsCrazyDomains.stories.js +117 -117
  33. package/src/atoms/components/Button/variants/ButtonAi.vue +63 -63
  34. package/src/atoms/components/Button/variants/ButtonDarkModePill.vue +52 -52
  35. package/src/atoms/components/Button/variants/ButtonFlat.vue +65 -65
  36. package/src/atoms/components/Button/variants/ButtonGray.vue +64 -64
  37. package/src/atoms/components/Button/variants/ButtonInfo.vue +51 -51
  38. package/src/atoms/components/Button/variants/ButtonInfoFilled.vue +63 -63
  39. package/src/atoms/components/Button/variants/ButtonNoBorder.vue +65 -65
  40. package/src/atoms/components/Button/variants/ButtonOutline.vue +62 -62
  41. package/src/atoms/components/Button/variants/ButtonOutlineNoHover.vue +62 -62
  42. package/src/atoms/components/Button/variants/ButtonOutlinePrimary.vue +53 -53
  43. package/src/atoms/components/Button/variants/ButtonOutlineSuccess.vue +54 -54
  44. package/src/atoms/components/Button/variants/ButtonPill.vue +52 -52
  45. package/src/atoms/components/Button/variants/ButtonPrimary.vue +69 -69
  46. package/src/atoms/components/Button/variants/ButtonPrimaryWithIcon.vue +68 -68
  47. package/src/atoms/components/Button/variants/ButtonSecondary.vue +51 -51
  48. package/src/atoms/components/Button/variants/ButtonSuccess.vue +55 -55
  49. package/src/atoms/components/Button/variants/ButtonWarning.vue +65 -65
  50. package/src/atoms/components/Button/variants/crazy-domains/ButtonCrazyDomainsOutline.vue +58 -58
  51. package/src/atoms/components/Button/variants/crazy-domains/ButtonCrazyDomainsPrimary.vue +38 -38
  52. package/src/atoms/components/ButtonGroup/ButtonGroup.stories.js +575 -575
  53. package/src/atoms/components/ButtonGroup/ButtonGroup.vue +200 -200
  54. package/src/atoms/components/Carousel/Carousel.fixtures.js +53 -53
  55. package/src/atoms/components/Carousel/Carousel.vue +352 -352
  56. package/src/atoms/components/Carousel/carousel.stories.js +530 -530
  57. package/src/atoms/components/Checkbox/Checkbox.mixin.js +57 -57
  58. package/src/atoms/components/Checkbox/Checkbox.stories.js +340 -340
  59. package/src/atoms/components/Checkbox/Checkbox.vue +84 -84
  60. package/src/atoms/components/Checktile/Checktile.stories.js +79 -79
  61. package/src/atoms/components/Checktile/Checktile.vue +73 -73
  62. package/src/atoms/components/CollapsiblePanel/CollapsiblePanel.mixin.js +38 -38
  63. package/src/atoms/components/CollapsiblePanel/CollapsiblePanel.stories.js +53 -53
  64. package/src/atoms/components/CollapsiblePanel/CollapsiblePanel.vue +33 -33
  65. package/src/atoms/components/ColorPicker/ColorPicker.stories.js +89 -89
  66. package/src/atoms/components/ColorPicker/ColorPicker.vue +95 -95
  67. package/src/atoms/components/CopyToClipboardText/CopyToClipboardText.stories.js +41 -41
  68. package/src/atoms/components/CopyToClipboardText/CopyToClipboardText.vue +71 -71
  69. package/src/atoms/components/Dropdown/Dropdown.stories.js +140 -140
  70. package/src/atoms/components/Dropdown/Dropdown.vue +118 -118
  71. package/src/atoms/components/Dropdown/DropdownItem.vue +33 -33
  72. package/src/atoms/components/FormControl/FormControl.mixin.js +136 -136
  73. package/src/atoms/components/HelloBar/HelloBar.stories.js +195 -195
  74. package/src/atoms/components/HelloBar/HelloBar.vue +156 -156
  75. package/src/atoms/components/Icon/Icon.stories.js +401 -401
  76. package/src/atoms/components/Icon/Icon.vue +854 -850
  77. package/src/atoms/components/Icon/icons/add-page.vue +6 -6
  78. package/src/atoms/components/Icon/icons/ai.vue +6 -6
  79. package/src/atoms/components/Icon/icons/arrow-down.vue +6 -6
  80. package/src/atoms/components/Icon/icons/arrow-left.vue +7 -7
  81. package/src/atoms/components/Icon/icons/arrow-right.vue +7 -7
  82. package/src/atoms/components/Icon/icons/arrow-top-right.vue +6 -6
  83. package/src/atoms/components/Icon/icons/arrow-up-underline.vue +7 -7
  84. package/src/atoms/components/Icon/icons/arrow-up.vue +7 -7
  85. package/src/atoms/components/Icon/icons/attach.vue +6 -6
  86. package/src/atoms/components/Icon/icons/auth-facebook-white.vue +17 -17
  87. package/src/atoms/components/Icon/icons/auth-facebook.vue +24 -24
  88. package/src/atoms/components/Icon/icons/auth-google.vue +32 -32
  89. package/src/atoms/components/Icon/icons/background.vue +7 -7
  90. package/src/atoms/components/Icon/icons/badge.vue +7 -7
  91. package/src/atoms/components/Icon/icons/banner-centered.vue +6 -6
  92. package/src/atoms/components/Icon/icons/banner-left.vue +6 -6
  93. package/src/atoms/components/Icon/icons/banner.vue +7 -7
  94. package/src/atoms/components/Icon/icons/bc-mast.vue +7 -7
  95. package/src/atoms/components/Icon/icons/briefcase.vue +7 -7
  96. package/src/atoms/components/Icon/icons/brush.vue +6 -6
  97. package/src/atoms/components/Icon/icons/business-card-filled.vue +5 -5
  98. package/src/atoms/components/Icon/icons/business.vue +6 -6
  99. package/src/atoms/components/Icon/icons/calculator.vue +3 -3
  100. package/src/atoms/components/Icon/icons/calendar.vue +5 -5
  101. package/src/atoms/components/Icon/icons/callout-error.vue +6 -6
  102. package/src/atoms/components/Icon/icons/callout-info.vue +6 -6
  103. package/src/atoms/components/Icon/icons/callout-success.vue +8 -8
  104. package/src/atoms/components/Icon/icons/callout-warning.vue +6 -6
  105. package/src/atoms/components/Icon/icons/cap.vue +22 -22
  106. package/src/atoms/components/Icon/icons/card.vue +9 -9
  107. package/src/atoms/components/Icon/icons/cart-empty.vue +9 -9
  108. package/src/atoms/components/Icon/icons/check-thin.vue +7 -7
  109. package/src/atoms/components/Icon/icons/check.vue +3 -3
  110. package/src/atoms/components/Icon/icons/chevron-down.vue +7 -7
  111. package/src/atoms/components/Icon/icons/chevron-left.vue +7 -7
  112. package/src/atoms/components/Icon/icons/chevron-right-wide.vue +3 -3
  113. package/src/atoms/components/Icon/icons/chevron-right.vue +3 -3
  114. package/src/atoms/components/Icon/icons/chevron-up.vue +7 -7
  115. package/src/atoms/components/Icon/icons/clipboard-check.vue +6 -6
  116. package/src/atoms/components/Icon/icons/close.vue +6 -6
  117. package/src/atoms/components/Icon/icons/community.vue +5 -5
  118. package/src/atoms/components/Icon/icons/contact-message.vue +10 -10
  119. package/src/atoms/components/Icon/icons/content.vue +7 -7
  120. package/src/atoms/components/Icon/icons/copy.vue +10 -10
  121. package/src/atoms/components/Icon/icons/crazy-domains/filter.vue +6 -6
  122. package/src/atoms/components/Icon/icons/crazy-domains/globe.vue +6 -6
  123. package/src/atoms/components/Icon/icons/crazy-domains/home.vue +6 -6
  124. package/src/atoms/components/Icon/icons/crazy-domains/social-facebook.vue +6 -6
  125. package/src/atoms/components/Icon/icons/crazy-domains/social-google.vue +6 -6
  126. package/src/atoms/components/Icon/icons/crazy-domains/social-instagram.vue +6 -6
  127. package/src/atoms/components/Icon/icons/crazy-domains/social-twitter.vue +6 -6
  128. package/src/atoms/components/Icon/icons/crazy-domains/social-youtube.vue +6 -6
  129. package/src/atoms/components/Icon/icons/crop.vue +6 -6
  130. package/src/atoms/components/Icon/icons/delete.vue +8 -8
  131. package/src/atoms/components/Icon/icons/designs.vue +6 -6
  132. package/src/atoms/components/Icon/icons/desktop.vue +7 -7
  133. package/src/atoms/components/Icon/icons/donate.vue +6 -6
  134. package/src/atoms/components/Icon/icons/download.vue +5 -5
  135. package/src/atoms/components/Icon/icons/duplicate.vue +6 -6
  136. package/src/atoms/components/Icon/icons/edit-line.vue +10 -10
  137. package/src/atoms/components/Icon/icons/edit.vue +6 -6
  138. package/src/atoms/components/Icon/icons/ellipsis.vue +6 -6
  139. package/src/atoms/components/Icon/icons/envelope-email.vue +9 -9
  140. package/src/atoms/components/Icon/icons/error.vue +8 -8
  141. package/src/atoms/components/Icon/icons/eye-crossed.vue +7 -7
  142. package/src/atoms/components/Icon/icons/eye-open.vue +11 -11
  143. package/src/atoms/components/Icon/icons/fees.vue +6 -6
  144. package/src/atoms/components/Icon/icons/file.vue +7 -7
  145. package/src/atoms/components/Icon/icons/filter.vue +7 -7
  146. package/src/atoms/components/Icon/icons/filters.vue +6 -6
  147. package/src/atoms/components/Icon/icons/flag.vue +6 -6
  148. package/src/atoms/components/Icon/icons/flip-horizontal.vue +7 -7
  149. package/src/atoms/components/Icon/icons/flip-vertical.vue +7 -7
  150. package/src/atoms/components/Icon/icons/folder.vue +6 -6
  151. package/src/atoms/components/Icon/icons/footer-centered.vue +7 -7
  152. package/src/atoms/components/Icon/icons/footer-left.vue +7 -7
  153. package/src/atoms/components/Icon/icons/form-message.vue +6 -6
  154. package/src/atoms/components/Icon/icons/form.vue +5 -5
  155. package/src/atoms/components/Icon/icons/fullscreen-exit.vue +5 -5
  156. package/src/atoms/components/Icon/icons/fullscreen.vue +5 -5
  157. package/src/atoms/components/Icon/icons/globe.vue +6 -6
  158. package/src/atoms/components/Icon/icons/godaddy/logo.vue +5 -5
  159. package/src/atoms/components/Icon/icons/group.vue +8 -0
  160. package/src/atoms/components/Icon/icons/hamburger.vue +7 -7
  161. package/src/atoms/components/Icon/icons/home.vue +7 -7
  162. package/src/atoms/components/Icon/icons/icon-style-circle-bg.vue +22 -22
  163. package/src/atoms/components/Icon/icons/icon-style-no-bg.vue +16 -16
  164. package/src/atoms/components/Icon/icons/icon-style-square-bg.vue +22 -22
  165. package/src/atoms/components/Icon/icons/image-gallery-carousel.vue +7 -7
  166. package/src/atoms/components/Icon/icons/image-gallery-grid.vue +7 -7
  167. package/src/atoms/components/Icon/icons/image-gallery-masonry.vue +6 -6
  168. package/src/atoms/components/Icon/icons/images-gallery.vue +5 -5
  169. package/src/atoms/components/Icon/icons/images.vue +7 -7
  170. package/src/atoms/components/Icon/icons/info.vue +9 -9
  171. package/src/atoms/components/Icon/icons/jobs.vue +8 -8
  172. package/src/atoms/components/Icon/icons/layer-bring-front.vue +6 -6
  173. package/src/atoms/components/Icon/icons/layer-send-back.vue +6 -6
  174. package/src/atoms/components/Icon/icons/layer.vue +6 -6
  175. package/src/atoms/components/Icon/icons/layout/display-style-about-1.vue +20 -20
  176. package/src/atoms/components/Icon/icons/layout/display-style-about-2.vue +20 -20
  177. package/src/atoms/components/Icon/icons/layout/display-style-about-3.vue +20 -20
  178. package/src/atoms/components/Icon/icons/layout/display-style-about-4.vue +32 -32
  179. package/src/atoms/components/Icon/icons/layout/display-style-about-5.vue +27 -27
  180. package/src/atoms/components/Icon/icons/layout/display-style-about-6.vue +27 -27
  181. package/src/atoms/components/Icon/icons/layout/display-style-banner-1.vue +20 -20
  182. package/src/atoms/components/Icon/icons/layout/display-style-banner-2.vue +20 -20
  183. package/src/atoms/components/Icon/icons/layout/display-style-banner-3.vue +20 -20
  184. package/src/atoms/components/Icon/icons/layout/display-style-banner-4.vue +20 -20
  185. package/src/atoms/components/Icon/icons/layout/display-style-banner-5.vue +20 -20
  186. package/src/atoms/components/Icon/icons/layout/display-style-banner-6.vue +27 -27
  187. package/src/atoms/components/Icon/icons/layout/display-style-banner-7.vue +27 -27
  188. package/src/atoms/components/Icon/icons/layout/display-style-banner-8.vue +20 -20
  189. package/src/atoms/components/Icon/icons/layout/display-style-banner-9.vue +20 -20
  190. package/src/atoms/components/Icon/icons/layout/display-style-contact-1.vue +24 -24
  191. package/src/atoms/components/Icon/icons/layout/display-style-contact-2.vue +24 -24
  192. package/src/atoms/components/Icon/icons/layout/display-style-contact-4.vue +24 -24
  193. package/src/atoms/components/Icon/icons/layout/display-style-contact-5.vue +39 -39
  194. package/src/atoms/components/Icon/icons/layout/display-style-contact-6.vue +39 -39
  195. package/src/atoms/components/Icon/icons/layout/footer/display-style-1.vue +7 -7
  196. package/src/atoms/components/Icon/icons/layout/footer/display-style-2.vue +16 -16
  197. package/src/atoms/components/Icon/icons/layout/header/desktop-hamburger-display-style-1.vue +17 -17
  198. package/src/atoms/components/Icon/icons/layout/header/desktop-hamburger-display-style-2.vue +17 -17
  199. package/src/atoms/components/Icon/icons/layout/header/desktop-tab-display-style-1.vue +17 -17
  200. package/src/atoms/components/Icon/icons/layout/header/desktop-tab-display-style-2.vue +17 -17
  201. package/src/atoms/components/Icon/icons/layout/header/desktop-tab-display-style-3.vue +13 -13
  202. package/src/atoms/components/Icon/icons/layout/header/desktop-tab-display-style-4.vue +13 -13
  203. package/src/atoms/components/Icon/icons/layout/header/desktop-tab-display-style-5.vue +17 -17
  204. package/src/atoms/components/Icon/icons/layout/header/desktop-tab-display-style-6.vue +17 -17
  205. package/src/atoms/components/Icon/icons/layout/header/hamburger-display-style-no-logo-1.vue +16 -16
  206. package/src/atoms/components/Icon/icons/layout/header/hamburger-display-style-no-logo-2.vue +16 -16
  207. package/src/atoms/components/Icon/icons/layout/header/hamburger-display-style-no-logo-3.vue +16 -16
  208. package/src/atoms/components/Icon/icons/layout/header/mobile-hamburger-display-style-1.vue +17 -17
  209. package/src/atoms/components/Icon/icons/layout/header/mobile-hamburger-display-style-2.vue +17 -17
  210. package/src/atoms/components/Icon/icons/layout/header/mobile-hamburger-display-style-3.vue +17 -17
  211. package/src/atoms/components/Icon/icons/layout/header/mobile-hamburger-display-style-4.vue +21 -21
  212. package/src/atoms/components/Icon/icons/layout/header/mobile-tab-display-style-1.vue +17 -17
  213. package/src/atoms/components/Icon/icons/layout/header/mobile-tab-display-style-2.vue +17 -17
  214. package/src/atoms/components/Icon/icons/layout/header/tab-display-style-no-logo-1.vue +16 -16
  215. package/src/atoms/components/Icon/icons/layout/header/tab-display-style-no-logo-2.vue +16 -16
  216. package/src/atoms/components/Icon/icons/layout/header/tab-display-style-no-logo-3.vue +16 -16
  217. package/src/atoms/components/Icon/icons/layout/layout-icon-bottom-normal-text-center-normal.vue +7 -7
  218. package/src/atoms/components/Icon/icons/layout/layout-icon-bottom-normal-text-center-small.vue +7 -7
  219. package/src/atoms/components/Icon/icons/layout/layout-icon-bottom-small-text-center-normal.vue +7 -7
  220. package/src/atoms/components/Icon/icons/layout/layout-icon-center-normal-curved-text-bottom.vue +11 -11
  221. package/src/atoms/components/Icon/icons/layout/layout-icon-center-normal-curved-text-circle.vue +10 -10
  222. package/src/atoms/components/Icon/icons/layout/layout-icon-center-normal-curved-text-top.vue +11 -11
  223. package/src/atoms/components/Icon/icons/layout/layout-icon-left-normal-text-center-normal.vue +7 -7
  224. package/src/atoms/components/Icon/icons/layout/layout-icon-left-normal-text-justify-normal.vue +7 -7
  225. package/src/atoms/components/Icon/icons/layout/layout-icon-left-normal-text-left-normal.vue +7 -7
  226. package/src/atoms/components/Icon/icons/layout/layout-icon-left-small-text-left-normal.vue +7 -7
  227. package/src/atoms/components/Icon/icons/layout/layout-icon-right-normal-text-center-normal.vue +7 -7
  228. package/src/atoms/components/Icon/icons/layout/layout-icon-right-normal-text-justify-normal.vue +7 -7
  229. package/src/atoms/components/Icon/icons/layout/layout-icon-right-normal-text-right-normal.vue +7 -7
  230. package/src/atoms/components/Icon/icons/layout/layout-icon-right-small-text-right-normal.vue +7 -7
  231. package/src/atoms/components/Icon/icons/layout/layout-icon-top-normal-text-center-normal.vue +7 -7
  232. package/src/atoms/components/Icon/icons/layout/layout-icon-top-normal-text-center-small.vue +7 -7
  233. package/src/atoms/components/Icon/icons/layout/layout-icon-top-normal-text-justify-normal.vue +7 -7
  234. package/src/atoms/components/Icon/icons/layout/layout-icon-top-small-text-center-normal.vue +7 -7
  235. package/src/atoms/components/Icon/icons/layout/nav/hamburger/display-style-1.vue +16 -16
  236. package/src/atoms/components/Icon/icons/layout/nav/hamburger/display-style-2.vue +10 -10
  237. package/src/atoms/components/Icon/icons/layout/nav/hamburger/display-style-3.vue +10 -10
  238. package/src/atoms/components/Icon/icons/layout/nav/hamburger/display-style-4.vue +23 -23
  239. package/src/atoms/components/Icon/icons/layout/nav/tab/display-style-1.vue +16 -16
  240. package/src/atoms/components/Icon/icons/layout/nav/tab/display-style-2.vue +7 -7
  241. package/src/atoms/components/Icon/icons/letterhead-filled.vue +5 -5
  242. package/src/atoms/components/Icon/icons/link.vue +6 -6
  243. package/src/atoms/components/Icon/icons/location.vue +6 -6
  244. package/src/atoms/components/Icon/icons/lock.vue +6 -6
  245. package/src/atoms/components/Icon/icons/mac-command.vue +7 -7
  246. package/src/atoms/components/Icon/icons/maker/align-center.vue +7 -7
  247. package/src/atoms/components/Icon/icons/maker/align-justify.vue +7 -7
  248. package/src/atoms/components/Icon/icons/maker/align-left.vue +7 -7
  249. package/src/atoms/components/Icon/icons/maker/align-right.vue +7 -7
  250. package/src/atoms/components/Icon/icons/maker/animate.vue +7 -7
  251. package/src/atoms/components/Icon/icons/maker/bold.vue +7 -7
  252. package/src/atoms/components/Icon/icons/maker/custom-landscape.vue +5 -5
  253. package/src/atoms/components/Icon/icons/maker/email-symbol.vue +5 -5
  254. package/src/atoms/components/Icon/icons/maker/email.vue +5 -5
  255. package/src/atoms/components/Icon/icons/maker/eraser.vue +5 -5
  256. package/src/atoms/components/Icon/icons/maker/etsy.vue +5 -5
  257. package/src/atoms/components/Icon/icons/maker/facebook.vue +5 -5
  258. package/src/atoms/components/Icon/icons/maker/favicon.vue +7 -7
  259. package/src/atoms/components/Icon/icons/maker/flyer.vue +7 -7
  260. package/src/atoms/components/Icon/icons/maker/gift-certificate.vue +5 -5
  261. package/src/atoms/components/Icon/icons/maker/globe.vue +5 -5
  262. package/src/atoms/components/Icon/icons/maker/image.vue +7 -7
  263. package/src/atoms/components/Icon/icons/maker/instagram.vue +7 -7
  264. package/src/atoms/components/Icon/icons/maker/invitation.vue +5 -5
  265. package/src/atoms/components/Icon/icons/maker/invoice.vue +5 -5
  266. package/src/atoms/components/Icon/icons/maker/italic.vue +7 -7
  267. package/src/atoms/components/Icon/icons/maker/link.vue +7 -7
  268. package/src/atoms/components/Icon/icons/maker/linkedin.vue +7 -7
  269. package/src/atoms/components/Icon/icons/maker/menu.vue +5 -5
  270. package/src/atoms/components/Icon/icons/maker/pause.vue +5 -5
  271. package/src/atoms/components/Icon/icons/maker/phone.vue +5 -5
  272. package/src/atoms/components/Icon/icons/maker/pinterest.vue +5 -5
  273. package/src/atoms/components/Icon/icons/maker/play.vue +5 -5
  274. package/src/atoms/components/Icon/icons/maker/postcard.vue +5 -5
  275. package/src/atoms/components/Icon/icons/maker/poster.vue +7 -7
  276. package/src/atoms/components/Icon/icons/maker/profile.vue +5 -5
  277. package/src/atoms/components/Icon/icons/maker/qrcode.vue +5 -5
  278. package/src/atoms/components/Icon/icons/maker/snapchat.vue +5 -5
  279. package/src/atoms/components/Icon/icons/maker/soundcloud.vue +7 -7
  280. package/src/atoms/components/Icon/icons/maker/spacing.vue +18 -18
  281. package/src/atoms/components/Icon/icons/maker/strikethrough.vue +7 -7
  282. package/src/atoms/components/Icon/icons/maker/t-shirt.vue +32 -32
  283. package/src/atoms/components/Icon/icons/maker/text-background-color.vue +12 -12
  284. package/src/atoms/components/Icon/icons/maker/text-color.vue +14 -14
  285. package/src/atoms/components/Icon/icons/maker/text.vue +7 -7
  286. package/src/atoms/components/Icon/icons/maker/thankyou-card.vue +5 -5
  287. package/src/atoms/components/Icon/icons/maker/tiktok.vue +5 -5
  288. package/src/atoms/components/Icon/icons/maker/tumblr.vue +5 -5
  289. package/src/atoms/components/Icon/icons/maker/twitch.vue +7 -7
  290. package/src/atoms/components/Icon/icons/maker/twitter.vue +5 -5
  291. package/src/atoms/components/Icon/icons/maker/underline.vue +7 -7
  292. package/src/atoms/components/Icon/icons/maker/uppercase.vue +14 -14
  293. package/src/atoms/components/Icon/icons/maker/video.vue +5 -5
  294. package/src/atoms/components/Icon/icons/maker/whatsapp.vue +7 -7
  295. package/src/atoms/components/Icon/icons/maker/youtube.vue +5 -5
  296. package/src/atoms/components/Icon/icons/maker/zoom.vue +5 -5
  297. package/src/atoms/components/Icon/icons/map.vue +6 -6
  298. package/src/atoms/components/Icon/icons/media.vue +3 -3
  299. package/src/atoms/components/Icon/icons/message.vue +6 -6
  300. package/src/atoms/components/Icon/icons/minus-circle-light.vue +7 -7
  301. package/src/atoms/components/Icon/icons/minus.vue +3 -3
  302. package/src/atoms/components/Icon/icons/mobile.vue +5 -5
  303. package/src/atoms/components/Icon/icons/mug.vue +29 -29
  304. package/src/atoms/components/Icon/icons/opacity.vue +6 -6
  305. package/src/atoms/components/Icon/icons/other.vue +7 -7
  306. package/src/atoms/components/Icon/icons/page-buttons.vue +8 -8
  307. package/src/atoms/components/Icon/icons/page-hamburger.vue +9 -9
  308. package/src/atoms/components/Icon/icons/page-tabs.vue +9 -9
  309. package/src/atoms/components/Icon/icons/pages.vue +6 -6
  310. package/src/atoms/components/Icon/icons/palette.vue +6 -6
  311. package/src/atoms/components/Icon/icons/pause.vue +5 -5
  312. package/src/atoms/components/Icon/icons/payment.vue +8 -8
  313. package/src/atoms/components/Icon/icons/payments-featured.vue +6 -6
  314. package/src/atoms/components/Icon/icons/payments-textonly.vue +8 -8
  315. package/src/atoms/components/Icon/icons/payments-thumbnail.vue +9 -9
  316. package/src/atoms/components/Icon/icons/pen-tool.vue +7 -7
  317. package/src/atoms/components/Icon/icons/phone.vue +6 -6
  318. package/src/atoms/components/Icon/icons/plus-circle-light.vue +8 -8
  319. package/src/atoms/components/Icon/icons/plus-circle.vue +7 -7
  320. package/src/atoms/components/Icon/icons/plus.vue +3 -3
  321. package/src/atoms/components/Icon/icons/poll.vue +3 -3
  322. package/src/atoms/components/Icon/icons/portfolio.vue +10 -10
  323. package/src/atoms/components/Icon/icons/preview.vue +6 -6
  324. package/src/atoms/components/Icon/icons/printing.vue +6 -6
  325. package/src/atoms/components/Icon/icons/processing.vue +5 -5
  326. package/src/atoms/components/Icon/icons/question.vue +11 -11
  327. package/src/atoms/components/Icon/icons/ratio-1-1.vue +3 -3
  328. package/src/atoms/components/Icon/icons/ratio-16-9.vue +1 -1
  329. package/src/atoms/components/Icon/icons/ratio-2-3.vue +3 -3
  330. package/src/atoms/components/Icon/icons/ratio-3-2.vue +3 -3
  331. package/src/atoms/components/Icon/icons/ratio-3-4.vue +3 -3
  332. package/src/atoms/components/Icon/icons/ratio-4-3.vue +3 -3
  333. package/src/atoms/components/Icon/icons/ratio-9-16.vue +3 -3
  334. package/src/atoms/components/Icon/icons/ratio-circle.vue +8 -8
  335. package/src/atoms/components/Icon/icons/ratio-original.vue +11 -11
  336. package/src/atoms/components/Icon/icons/redo.vue +6 -6
  337. package/src/atoms/components/Icon/icons/reload.vue +6 -6
  338. package/src/atoms/components/Icon/icons/reorderable.vue +5 -5
  339. package/src/atoms/components/Icon/icons/request-payment.vue +6 -6
  340. package/src/atoms/components/Icon/icons/reset.vue +6 -6
  341. package/src/atoms/components/Icon/icons/resize.vue +6 -6
  342. package/src/atoms/components/Icon/icons/search.vue +11 -11
  343. package/src/atoms/components/Icon/icons/secure.vue +7 -7
  344. package/src/atoms/components/Icon/icons/send.vue +12 -12
  345. package/src/atoms/components/Icon/icons/services.vue +7 -7
  346. package/src/atoms/components/Icon/icons/settings.vue +7 -7
  347. package/src/atoms/components/Icon/icons/shape.vue +5 -5
  348. package/src/atoms/components/Icon/icons/share.vue +8 -8
  349. package/src/atoms/components/Icon/icons/shield-tick.vue +6 -6
  350. package/src/atoms/components/Icon/icons/shop.vue +5 -5
  351. package/src/atoms/components/Icon/icons/sms.vue +5 -5
  352. package/src/atoms/components/Icon/icons/social-facebook-color.vue +9 -9
  353. package/src/atoms/components/Icon/icons/social-facebook.vue +5 -5
  354. package/src/atoms/components/Icon/icons/social-google.vue +5 -5
  355. package/src/atoms/components/Icon/icons/social-instagram-color.vue +24 -24
  356. package/src/atoms/components/Icon/icons/social-linkedin-color.vue +9 -9
  357. package/src/atoms/components/Icon/icons/social-share.vue +7 -7
  358. package/src/atoms/components/Icon/icons/social-twitter-color.vue +9 -9
  359. package/src/atoms/components/Icon/icons/star-filled.vue +6 -6
  360. package/src/atoms/components/Icon/icons/star-hollow.vue +6 -6
  361. package/src/atoms/components/Icon/icons/sticker.vue +28 -28
  362. package/src/atoms/components/Icon/icons/stop.vue +5 -5
  363. package/src/atoms/components/Icon/icons/styles.vue +5 -5
  364. package/src/atoms/components/Icon/icons/submit.vue +5 -5
  365. package/src/atoms/components/Icon/icons/templates.vue +7 -7
  366. package/src/atoms/components/Icon/icons/text-image-center.vue +6 -6
  367. package/src/atoms/components/Icon/icons/text-image-justified.vue +7 -7
  368. package/src/atoms/components/Icon/icons/text-image-left.vue +9 -9
  369. package/src/atoms/components/Icon/icons/text-image-only.vue +5 -5
  370. package/src/atoms/components/Icon/icons/text-image-right.vue +9 -9
  371. package/src/atoms/components/Icon/icons/text-image.vue +13 -13
  372. package/src/atoms/components/Icon/icons/time.vue +8 -8
  373. package/src/atoms/components/Icon/icons/tooltip-bottom.vue +5 -5
  374. package/src/atoms/components/Icon/icons/tooltip-left.vue +5 -5
  375. package/src/atoms/components/Icon/icons/tooltip-right.vue +5 -5
  376. package/src/atoms/components/Icon/icons/tooltip-top.vue +5 -5
  377. package/src/atoms/components/Icon/icons/undo.vue +6 -6
  378. package/src/atoms/components/Icon/icons/upgrade-alt.vue +7 -7
  379. package/src/atoms/components/Icon/icons/upgrade.vue +9 -9
  380. package/src/atoms/components/Icon/icons/upload-arrow.vue +5 -5
  381. package/src/atoms/components/Icon/icons/upload.vue +5 -5
  382. package/src/atoms/components/Icon/icons/user-accounts.vue +5 -5
  383. package/src/atoms/components/Icon/icons/user-headset.vue +50 -50
  384. package/src/atoms/components/Icon/icons/volume-muted.vue +5 -5
  385. package/src/atoms/components/Icon/icons/volume.vue +5 -5
  386. package/src/atoms/components/Icon/icons/watchlist-filled.vue +14 -14
  387. package/src/atoms/components/Icon/icons/watchlist-hollow-alt.vue +14 -14
  388. package/src/atoms/components/Icon/icons/watchlist-hollow.vue +6 -6
  389. package/src/atoms/components/Icon/icons/website-filled.vue +5 -5
  390. package/src/atoms/components/Icon/icons/website.vue +6 -6
  391. package/src/atoms/components/Icon/icons/wholesale.vue +6 -6
  392. package/src/atoms/components/Icon/icons/zoom-in.vue +5 -5
  393. package/src/atoms/components/Icon/icons/zoom-out.vue +5 -5
  394. package/src/atoms/components/Icon/icons/zoom.vue +11 -11
  395. package/src/atoms/components/Loader/Loader.vue +15 -15
  396. package/src/atoms/components/Masonry/Masonry.stories.js +48 -48
  397. package/src/atoms/components/Masonry/Masonry.vue +48 -48
  398. package/src/atoms/components/Masonry/fixtures.js +589 -589
  399. package/src/atoms/components/Modal/HashRouteModal.stories.js +68 -68
  400. package/src/atoms/components/Modal/HashRouteModal.vue +120 -120
  401. package/src/atoms/components/Modal/Modal.stories.js +293 -293
  402. package/src/atoms/components/Modal/Modal.vue +263 -263
  403. package/src/atoms/components/Notice/Notice.stories.js +174 -174
  404. package/src/atoms/components/Notice/Notice.vue +71 -71
  405. package/src/atoms/components/NumberStepper/NumberStepper.stories.js +55 -55
  406. package/src/atoms/components/NumberStepper/NumberStepper.vue +340 -340
  407. package/src/atoms/components/Picture/Picture.stories.js +90 -90
  408. package/src/atoms/components/Picture/Picture.vue +84 -84
  409. package/src/atoms/components/Picture/picture.fixtures.js +35 -35
  410. package/src/atoms/components/Pill/Pill.stories.js +20 -20
  411. package/src/atoms/components/Pill/Pill.vue +8 -8
  412. package/src/atoms/components/PillBar/PillBar.fixtures.js +941 -941
  413. package/src/atoms/components/PillBar/PillBar.stories.js +39 -39
  414. package/src/atoms/components/PillBar/PillBar.vue +62 -62
  415. package/src/atoms/components/Price/Price.fixtures.js +85 -85
  416. package/src/atoms/components/Price/Price.stories.js +291 -291
  417. package/src/atoms/components/Price/Price.vue +135 -135
  418. package/src/atoms/components/Price/i18n/price.de-DE.json +5 -5
  419. package/src/atoms/components/Price/i18n/price.es-ES.json +5 -5
  420. package/src/atoms/components/Price/i18n/price.fr-CA.json +5 -5
  421. package/src/atoms/components/Price/i18n/price.fr-FR.json +5 -5
  422. package/src/atoms/components/Price/i18n/price.json +5 -5
  423. package/src/atoms/components/Price/i18n/price.pt-BR.json +5 -5
  424. package/src/atoms/components/Price/i18n/price.pt-PT.json +5 -5
  425. package/src/atoms/components/PromoCard/PromoCard.stories.ts +263 -263
  426. package/src/atoms/components/PromoCard/PromoCard.vue +83 -83
  427. package/src/atoms/components/SearchBar/SearchBar.stories.js +21 -21
  428. package/src/atoms/components/SearchBar/SearchBar.vue +51 -51
  429. package/src/atoms/components/Select/Select.stories.js +142 -142
  430. package/src/atoms/components/Select/Select.vue +619 -619
  431. package/src/atoms/components/Select/pointerMixin.js +99 -99
  432. package/src/atoms/components/Select/selectMixin.js +356 -356
  433. package/src/atoms/components/SparkleIcon/SparkleIcon.stories.js +386 -386
  434. package/src/atoms/components/SparkleIcon/SparkleIcon.vue +136 -136
  435. package/src/atoms/components/SparkleIcon/assets/animations/sparkle/state-01.svg +5 -5
  436. package/src/atoms/components/SparkleIcon/assets/animations/sparkle/state-02.svg +5 -5
  437. package/src/atoms/components/SparkleIcon/assets/animations/sparkle/state-03.svg +5 -5
  438. package/src/atoms/components/SparkleIcon/assets/animations/sparkle/state-04.svg +5 -5
  439. package/src/atoms/components/SparkleIcon/assets/animations/sparkle/state-05.svg +5 -5
  440. package/src/atoms/components/SparkleIcon/assets/animations/sparkle/state-06.svg +5 -5
  441. package/src/atoms/components/SparkleIcon/assets/animations/sparkle/state-07.svg +5 -5
  442. package/src/atoms/components/SparkleIcon/assets/animations/sparkle/state-08.svg +5 -5
  443. package/src/atoms/components/SparkleIcon/assets/animations/spinner/state-01.svg +5 -5
  444. package/src/atoms/components/SparkleIcon/assets/animations/spinner/state-02.svg +14 -14
  445. package/src/atoms/components/SparkleIcon/assets/animations/spinner/state-03.svg +14 -14
  446. package/src/atoms/components/SparkleIcon/assets/animations/spinner/state-04.svg +14 -14
  447. package/src/atoms/components/SparkleIcon/assets/animations/spinner/state-05.svg +14 -14
  448. package/src/atoms/components/SparkleIcon/assets/animations/spinner/state-06.svg +14 -14
  449. package/src/atoms/components/SparkleIcon/assets/animations/spinner/state-07.svg +14 -14
  450. package/src/atoms/components/SparkleIcon/assets/animations/spinner/state-08.svg +14 -14
  451. package/src/atoms/components/SparkleIcon/assets/sparkle.svg +3 -3
  452. package/src/atoms/components/SparkleIcon/index.ts +3 -3
  453. package/src/atoms/components/SparkleIcon/sparkle-paths.ts +54 -54
  454. package/src/atoms/components/SparkleIcon/sparkle-with-spinner-paths.ts +61 -61
  455. package/src/atoms/components/StarRating/StarRating.stories.js +50 -50
  456. package/src/atoms/components/StarRating/StarRating.vue +84 -84
  457. package/src/atoms/components/TabMenu/TabMenu.stories.js +54 -54
  458. package/src/atoms/components/TabMenu/TabMenu.vue +44 -44
  459. package/src/atoms/components/TextCopyField/TextCopyField.stories.js +68 -68
  460. package/src/atoms/components/TextCopyField/TextCopyField.vue +75 -75
  461. package/src/atoms/components/TextInput/TextInput.stories.js +232 -232
  462. package/src/atoms/components/TextInput/TextInput.vue +161 -161
  463. package/src/atoms/components/Textarea/Textarea.stories.js +209 -209
  464. package/src/atoms/components/Textarea/Textarea.vue +112 -112
  465. package/src/atoms/components/Toggle/Toggle.stories.js +176 -176
  466. package/src/atoms/components/Toggle/Toggle.vue +69 -69
  467. package/src/atoms/components/Tooltip/Tooltip.stories.js +493 -493
  468. package/src/atoms/components/Tooltip/Tooltip.vue +196 -196
  469. package/src/atoms/components/design-com/Icon/Icon.stories.js +82 -82
  470. package/src/atoms/components/design-com/Icon/Icon.vue +157 -157
  471. package/src/atoms/components/design-com/Icon/icons/award.vue +7 -7
  472. package/src/atoms/components/design-com/Icon/icons/bulb.vue +7 -7
  473. package/src/atoms/components/design-com/Icon/icons/card.vue +7 -7
  474. package/src/atoms/components/design-com/Icon/icons/check-circle-light.vue +7 -7
  475. package/src/atoms/components/design-com/Icon/icons/chevron-down.vue +7 -7
  476. package/src/atoms/components/design-com/Icon/icons/chevron-left.vue +7 -7
  477. package/src/atoms/components/design-com/Icon/icons/chevron-right.vue +3 -3
  478. package/src/atoms/components/design-com/Icon/icons/chevron-up.vue +7 -7
  479. package/src/atoms/components/design-com/Icon/icons/diamond.vue +7 -7
  480. package/src/atoms/components/design-com/Icon/icons/download.vue +7 -7
  481. package/src/atoms/components/design-com/Icon/icons/file-empty.vue +7 -7
  482. package/src/atoms/components/design-com/Icon/icons/file.vue +7 -7
  483. package/src/atoms/components/design-com/Icon/icons/filter.vue +7 -7
  484. package/src/atoms/components/design-com/Icon/icons/font.vue +7 -7
  485. package/src/atoms/components/design-com/Icon/icons/headphones.vue +7 -7
  486. package/src/atoms/components/design-com/Icon/icons/heart.vue +7 -7
  487. package/src/atoms/components/design-com/Icon/icons/image.vue +7 -7
  488. package/src/atoms/components/design-com/Icon/icons/logo.vue +7 -7
  489. package/src/atoms/components/design-com/Icon/icons/minus-circle-light.vue +7 -7
  490. package/src/atoms/components/design-com/Icon/icons/plus-circle-light.vue +8 -8
  491. package/src/atoms/components/design-com/Icon/icons/question-circle-filled.vue +7 -7
  492. package/src/atoms/components/design-com/Icon/icons/search.vue +7 -7
  493. package/src/atoms/components/design-com/Icon/icons/star-filled.vue +6 -6
  494. package/src/atoms/components/design-com/Icon/icons/star-hollow.vue +6 -6
  495. package/src/atoms/components/design-com/Icon/icons/users.vue +7 -7
  496. package/src/atoms/constants/constants.ts +6 -6
  497. package/src/atoms/mixin/hash-router-mixin.js +68 -68
  498. package/src/atoms/thirdparty-components/VueMasonryWall/VueMasonryWall.vue +280 -280
  499. package/src/atoms/thirdparty-components/VueMasonryWall/maxBy.js +50 -50
  500. package/src/bundleTranslation.js +86 -86
  501. package/src/bundles/bundled-translations.de-DE.json +6 -6
  502. package/src/bundles/bundled-translations.es-ES.json +6 -6
  503. package/src/bundles/bundled-translations.fr-CA.json +6 -6
  504. package/src/bundles/bundled-translations.fr-FR.json +6 -6
  505. package/src/bundles/bundled-translations.json +6 -6
  506. package/src/bundles/bundled-translations.pt-BR.json +6 -6
  507. package/src/bundles/bundled-translations.pt-PT.json +6 -6
  508. package/src/css/tailwind.css +3 -3
  509. package/src/experiences/clients/brand-crowd-api.client.js +124 -119
  510. package/src/experiences/clients/brand-page-api.client.js +62 -62
  511. package/src/experiences/components/AuthFlow/Auth.fixtures.js +4 -4
  512. package/src/experiences/components/AuthFlow/Auth.stories.js +345 -345
  513. package/src/experiences/components/AuthFlow/AuthCrazyDomains.stories.js +60 -60
  514. package/src/experiences/components/AuthFlow/AuthLegal.vue +108 -108
  515. package/src/experiences/components/AuthFlow/AuthModal.vue +39 -39
  516. package/src/experiences/components/AuthFlow/ForgotPassword.vue +222 -222
  517. package/src/experiences/components/AuthFlow/ForgotPasswordModal.vue +68 -68
  518. package/src/experiences/components/AuthFlow/ResetPassword.vue +179 -179
  519. package/src/experiences/components/AuthFlow/ResetPasswordModal.vue +64 -64
  520. package/src/experiences/components/AuthFlow/ResetPasswordSuccessModal.vue +56 -56
  521. package/src/experiences/components/AuthFlow/SignIn.vue +465 -465
  522. package/src/experiences/components/AuthFlow/SignUp.vue +278 -278
  523. package/src/experiences/components/AuthFlow/SignUpModal.vue +90 -90
  524. package/src/experiences/components/AuthFlow/SocialSignIn.vue +177 -177
  525. package/src/experiences/components/AuthFlow/SocialSignInButton.vue +74 -74
  526. package/src/experiences/components/AuthFlow/SubmissionButton.vue +56 -56
  527. package/src/experiences/components/PaymentConfigList/PaymentConfig.mixin.js +118 -118
  528. package/src/experiences/components/PaymentConfigList/PaymentConfigDeleteConfigModal.vue +108 -108
  529. package/src/experiences/components/PaymentConfigList/PaymentConfigDropdown.vue +175 -175
  530. package/src/experiences/components/PaymentConfigList/PaymentConfigList.stories.js +234 -234
  531. package/src/experiences/components/PaymentConfigList/PaymentConfigList.vue +136 -136
  532. package/src/experiences/components/PaymentConfigList/i18n/shared-payment-config.de-DE.json +11 -11
  533. package/src/experiences/components/PaymentConfigList/i18n/shared-payment-config.es-ES.json +11 -11
  534. package/src/experiences/components/PaymentConfigList/i18n/shared-payment-config.fr-CA.json +11 -11
  535. package/src/experiences/components/PaymentConfigList/i18n/shared-payment-config.fr-FR.json +11 -11
  536. package/src/experiences/components/PaymentConfigList/i18n/shared-payment-config.json +11 -11
  537. package/src/experiences/components/PaymentConfigList/i18n/shared-payment-config.pt-BR.json +11 -11
  538. package/src/experiences/components/PaymentConfigList/i18n/shared-payment-config.pt-PT.json +11 -11
  539. package/src/experiences/components/PublishBrandPageModal/PublishBrandPageCard.vue +119 -119
  540. package/src/experiences/components/PublishBrandPageModal/PublishBrandPageModal.stories.js +262 -262
  541. package/src/experiences/components/PublishBrandPageModal/__fixtures__/data.js +25 -25
  542. package/src/experiences/components/PublishBrandPageModal/i18n/publish-brand-page-modal.de-DE.json +24 -24
  543. package/src/experiences/components/PublishBrandPageModal/i18n/publish-brand-page-modal.es-ES.json +24 -24
  544. package/src/experiences/components/PublishBrandPageModal/i18n/publish-brand-page-modal.fr-CA.json +24 -24
  545. package/src/experiences/components/PublishBrandPageModal/i18n/publish-brand-page-modal.fr-FR.json +24 -24
  546. package/src/experiences/components/PublishBrandPageModal/i18n/publish-brand-page-modal.json +24 -24
  547. package/src/experiences/components/PublishBrandPageModal/i18n/publish-brand-page-modal.pt-BR.json +24 -24
  548. package/src/experiences/components/PublishBrandPageModal/i18n/publish-brand-page-modal.pt-PT.json +24 -24
  549. package/src/experiences/components/SellDomainNameList/SellDomainNameList.fixtures.js +32 -32
  550. package/src/experiences/components/SellDomainNameList/SellDomainNameList.vue +157 -157
  551. package/src/experiences/components/SellDomainNameList/i18n/sell-domain-name-list.de-DE.json +7 -7
  552. package/src/experiences/components/SellDomainNameList/i18n/sell-domain-name-list.es-ES.json +7 -7
  553. package/src/experiences/components/SellDomainNameList/i18n/sell-domain-name-list.fr-CA.json +7 -7
  554. package/src/experiences/components/SellDomainNameList/i18n/sell-domain-name-list.fr-FR.json +7 -7
  555. package/src/experiences/components/SellDomainNameList/i18n/sell-domain-name-list.json +7 -7
  556. package/src/experiences/components/SellDomainNameList/i18n/sell-domain-name-list.pt-BR.json +7 -7
  557. package/src/experiences/components/SellDomainNameList/i18n/sell-domain-name-list.pt-PT.json +7 -7
  558. package/src/experiences/components/SellDomainNameListModal/SellDomainNameListModal.stories.js +74 -74
  559. package/src/experiences/components/SellDomainNameListModal/SellDomainNameListModal.vue +128 -128
  560. package/src/experiences/components/SellDomainNameListModal/i18n/sell-domain-name-list-modal.de-DE.json +5 -5
  561. package/src/experiences/components/SellDomainNameListModal/i18n/sell-domain-name-list-modal.es-ES.json +5 -5
  562. package/src/experiences/components/SellDomainNameListModal/i18n/sell-domain-name-list-modal.fr-CA.json +5 -5
  563. package/src/experiences/components/SellDomainNameListModal/i18n/sell-domain-name-list-modal.fr-FR.json +5 -5
  564. package/src/experiences/components/SellDomainNameListModal/i18n/sell-domain-name-list-modal.json +5 -5
  565. package/src/experiences/components/SellDomainNameListModal/i18n/sell-domain-name-list-modal.pt-BR.json +5 -5
  566. package/src/experiences/components/SellDomainNameListModal/i18n/sell-domain-name-list-modal.pt-PT.json +5 -5
  567. package/src/experiences/components/SellDomainNameModalApplication/SellDomainNameModalApplication.vue +209 -209
  568. package/src/experiences/components/SellDomainNameModalApplication/i18n/sell-domain-name-modal-application.de-DE.json +5 -5
  569. package/src/experiences/components/SellDomainNameModalApplication/i18n/sell-domain-name-modal-application.es-ES.json +5 -5
  570. package/src/experiences/components/SellDomainNameModalApplication/i18n/sell-domain-name-modal-application.fr-CA.json +5 -5
  571. package/src/experiences/components/SellDomainNameModalApplication/i18n/sell-domain-name-modal-application.fr-FR.json +5 -5
  572. package/src/experiences/components/SellDomainNameModalApplication/i18n/sell-domain-name-modal-application.json +5 -5
  573. package/src/experiences/components/SellDomainNameModalApplication/i18n/sell-domain-name-modal-application.pt-BR.json +5 -5
  574. package/src/experiences/components/SellDomainNameModalApplication/i18n/sell-domain-name-modal-application.pt-PT.json +5 -5
  575. package/src/experiences/components/SellDomainNameSearch/i18n/sell-domain-name-search.de-DE.json +7 -7
  576. package/src/experiences/components/SellDomainNameSearch/i18n/sell-domain-name-search.es-ES.json +7 -7
  577. package/src/experiences/components/SellDomainNameSearch/i18n/sell-domain-name-search.fr-CA.json +7 -7
  578. package/src/experiences/components/SellDomainNameSearch/i18n/sell-domain-name-search.fr-FR.json +7 -7
  579. package/src/experiences/components/SellDomainNameSearch/i18n/sell-domain-name-search.json +7 -7
  580. package/src/experiences/components/SellDomainNameSearch/i18n/sell-domain-name-search.pt-BR.json +7 -7
  581. package/src/experiences/components/SellDomainNameSearch/i18n/sell-domain-name-search.pt-PT.json +7 -7
  582. package/src/experiences/components/SellDomainNameSearchResult/SellDomainNameListSearchResult.vue +167 -167
  583. package/src/experiences/components/SellDomainNameSearchResult/i18n/sell-domain-name-list-search-result.de-DE.json +5 -5
  584. package/src/experiences/components/SellDomainNameSearchResult/i18n/sell-domain-name-list-search-result.es-ES.json +5 -5
  585. package/src/experiences/components/SellDomainNameSearchResult/i18n/sell-domain-name-list-search-result.fr-CA.json +5 -5
  586. package/src/experiences/components/SellDomainNameSearchResult/i18n/sell-domain-name-list-search-result.fr-FR.json +5 -5
  587. package/src/experiences/components/SellDomainNameSearchResult/i18n/sell-domain-name-list-search-result.json +5 -5
  588. package/src/experiences/components/SellDomainNameSearchResult/i18n/sell-domain-name-list-search-result.pt-BR.json +5 -5
  589. package/src/experiences/components/SellDomainNameSearchResult/i18n/sell-domain-name-list-search-result.pt-PT.json +5 -5
  590. package/src/experiences/components/SellDomainNameSearchWithResults/SellDomainNameSearchWithResults.stories.js +38 -38
  591. package/src/experiences/components/SellDomainNameSearchWithResults/SellDomainNameSearchWithResults.vue +223 -214
  592. package/src/experiences/components/SellDomainNameWidget/SellDomainNameWidget.stories.js +40 -40
  593. package/src/experiences/components/SellDomainNameWidget/SellDomainNameWidget.vue +155 -155
  594. package/src/experiences/components/SellDomainNameWidget/i18n/sell-domain-name-widget.de-DE.json +7 -7
  595. package/src/experiences/components/SellDomainNameWidget/i18n/sell-domain-name-widget.es-ES.json +7 -7
  596. package/src/experiences/components/SellDomainNameWidget/i18n/sell-domain-name-widget.fr-CA.json +7 -7
  597. package/src/experiences/components/SellDomainNameWidget/i18n/sell-domain-name-widget.fr-FR.json +7 -7
  598. package/src/experiences/components/SellDomainNameWidget/i18n/sell-domain-name-widget.json +7 -7
  599. package/src/experiences/components/SellDomainNameWidget/i18n/sell-domain-name-widget.pt-BR.json +7 -7
  600. package/src/experiences/components/SellDomainNameWidget/i18n/sell-domain-name-widget.pt-PT.json +7 -7
  601. package/src/experiences/components/UploadYourLogoApplication/UploadYourLogoApplication.stories.js +205 -205
  602. package/src/experiences/components/UploadYourLogoApplication/UploadYourLogoApplication.vue +133 -133
  603. package/src/experiences/components/UploadYourLogoDropzone/UploadYourLogoDropzone.stories.js +59 -59
  604. package/src/experiences/components/UploadYourLogoDropzone/UploadYourLogoDropzone.vue +285 -285
  605. package/src/experiences/components/UploadYourLogoOnBoarding/LogoBusinessBrandColours.stories.js +37 -37
  606. package/src/experiences/components/UploadYourLogoOnBoarding/LogoBusinessBrandColours.vue +338 -338
  607. package/src/experiences/components/UploadYourLogoOnBoarding/LogoBusinessText.vue +146 -146
  608. package/src/experiences/components/UploadYourLogoOnBoarding/LogoCropper.vue +473 -473
  609. package/src/experiences/components/UploadYourLogoOnBoarding/LogoPreview.vue +103 -103
  610. package/src/experiences/components/UploadYourLogoOnBoarding/LogoUploadError.vue +75 -75
  611. package/src/experiences/components/UploadYourLogoOnBoarding/LogoUploadExitConfirmation.vue +55 -55
  612. package/src/experiences/components/UploadYourLogoOnBoarding/LogoUploadModal.vue +38 -38
  613. package/src/experiences/components/UploadYourLogoOnBoarding/LogoUploader.vue +102 -102
  614. package/src/experiences/components/UploadYourLogoOnBoarding/LogoUploadingLoader.vue +22 -22
  615. package/src/experiences/components/UploadYourLogoOnBoarding/UploadYourLogoOnBoarding.vue +302 -302
  616. package/src/experiences/components/UploadYourLogoOnBoarding/i18n/upload-your-logo.de-DE.json +34 -34
  617. package/src/experiences/components/UploadYourLogoOnBoarding/i18n/upload-your-logo.es-ES.json +34 -34
  618. package/src/experiences/components/UploadYourLogoOnBoarding/i18n/upload-your-logo.fr-CA.json +34 -34
  619. package/src/experiences/components/UploadYourLogoOnBoarding/i18n/upload-your-logo.fr-FR.json +34 -34
  620. package/src/experiences/components/UploadYourLogoOnBoarding/i18n/upload-your-logo.json +35 -35
  621. package/src/experiences/components/UploadYourLogoOnBoarding/i18n/upload-your-logo.pt-BR.json +34 -34
  622. package/src/experiences/components/UploadYourLogoOnBoarding/i18n/upload-your-logo.pt-PT.json +34 -34
  623. package/src/experiences/components/UploadedLogoSearchResultCard/UploadedLogoSearchResultCard.stories.js +82 -82
  624. package/src/experiences/components/UploadedLogoSearchResultCard/UploadedLogoSearchResultCard.vue +211 -211
  625. package/src/experiences/components/UploadedLogoSearchResultCard/i18n/upload-logo-search-result-card.de-DE.json +8 -8
  626. package/src/experiences/components/UploadedLogoSearchResultCard/i18n/upload-logo-search-result-card.es-ES.json +8 -8
  627. package/src/experiences/components/UploadedLogoSearchResultCard/i18n/upload-logo-search-result-card.fr-CA.json +8 -8
  628. package/src/experiences/components/UploadedLogoSearchResultCard/i18n/upload-logo-search-result-card.fr-FR.json +8 -8
  629. package/src/experiences/components/UploadedLogoSearchResultCard/i18n/upload-logo-search-result-card.json +8 -8
  630. package/src/experiences/components/UploadedLogoSearchResultCard/i18n/upload-logo-search-result-card.pt-BR.json +8 -8
  631. package/src/experiences/components/UploadedLogoSearchResultCard/i18n/upload-logo-search-result-card.pt-PT.json +8 -8
  632. package/src/experiences/constants/api.js +8 -8
  633. package/src/experiences/constants/error-constants.js +5 -5
  634. package/src/experiences/constants/event-constants.js +18 -18
  635. package/src/experiences/constants/partner-dictionary-constants.js +27 -27
  636. package/src/experiences/constants/rego-source-constants.js +3 -3
  637. package/src/experiences/constants/sell-domain-name-constants.js +4 -4
  638. package/src/experiences/helpers/email-validator.js +5 -5
  639. package/src/experiences/helpers/hex-diff.js +116 -116
  640. package/src/experiences/helpers/tracking.js +5 -5
  641. package/src/experiences/mixins/mediaQueryMixin.js +31 -31
  642. package/src/experiences/mixins/themeMixin.js +22 -22
  643. package/src/themes/base.js +20 -20
  644. package/src/themes/bc.js +95 -95
  645. package/src/themes/bp.js +21 -21
  646. package/src/themes/cd.js +94 -94
  647. package/src/themes/dc.js +84 -84
  648. package/src/themes/dcom.js +106 -106
  649. package/src/themes/themes.js +16 -16
  650. package/src/useSharedLibTranslate.js +127 -127
  651. package/src/viewports.js +51 -51
  652. package/stylelint.config.js +19 -19
  653. package/tailwind.build.js +83 -83
  654. package/tailwind.config.js +36 -36
  655. package/tailwind.themes.js +59 -59
  656. package/vite.config.ts +37 -37
@@ -0,0 +1,2177 @@
1
+ /*
2
+ ! tailwindcss v3.4.1 | MIT License | https://tailwindcss.com
3
+ *//*
4
+ 1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
5
+ 2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
6
+ */
7
+
8
+ *,
9
+ ::before,
10
+ ::after {
11
+ box-sizing: border-box; /* 1 */
12
+ border-width: 0; /* 2 */
13
+ border-style: solid; /* 2 */
14
+ border-color: currentColor; /* 2 */
15
+ }
16
+
17
+ ::before,
18
+ ::after {
19
+ --tw-content: '';
20
+ }
21
+
22
+ /*
23
+ 1. Use a consistent sensible line-height in all browsers.
24
+ 2. Prevent adjustments of font size after orientation changes in iOS.
25
+ 3. Use a more readable tab size.
26
+ 4. Use the user's configured `sans` font-family by default.
27
+ 5. Use the user's configured `sans` font-feature-settings by default.
28
+ 6. Use the user's configured `sans` font-variation-settings by default.
29
+ 7. Disable tap highlights on iOS
30
+ */
31
+
32
+ html,
33
+ :host {
34
+ line-height: 1.5; /* 1 */
35
+ -webkit-text-size-adjust: 100%; /* 2 */
36
+ -moz-tab-size: 4; /* 3 */
37
+ -o-tab-size: 4;
38
+ tab-size: 4; /* 3 */
39
+ font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
40
+ font-feature-settings: normal; /* 5 */
41
+ font-variation-settings: normal; /* 6 */
42
+ -webkit-tap-highlight-color: transparent; /* 7 */
43
+ }
44
+
45
+ /*
46
+ 1. Remove the margin in all browsers.
47
+ 2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
48
+ */
49
+
50
+ body {
51
+ margin: 0; /* 1 */
52
+ line-height: inherit; /* 2 */
53
+ }
54
+
55
+ /*
56
+ 1. Add the correct height in Firefox.
57
+ 2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
58
+ 3. Ensure horizontal rules are visible by default.
59
+ */
60
+
61
+ hr {
62
+ height: 0; /* 1 */
63
+ color: inherit; /* 2 */
64
+ border-top-width: 1px; /* 3 */
65
+ }
66
+
67
+ /*
68
+ Add the correct text decoration in Chrome, Edge, and Safari.
69
+ */
70
+
71
+ abbr:where([title]) {
72
+ -webkit-text-decoration: underline dotted;
73
+ text-decoration: underline dotted;
74
+ }
75
+
76
+ /*
77
+ Remove the default font size and weight for headings.
78
+ */
79
+
80
+ h1,
81
+ h2,
82
+ h3,
83
+ h4,
84
+ h5,
85
+ h6 {
86
+ font-size: inherit;
87
+ font-weight: inherit;
88
+ }
89
+
90
+ /*
91
+ Reset links to optimize for opt-in styling instead of opt-out.
92
+ */
93
+
94
+ a {
95
+ color: inherit;
96
+ text-decoration: inherit;
97
+ }
98
+
99
+ /*
100
+ Add the correct font weight in Edge and Safari.
101
+ */
102
+
103
+ b,
104
+ strong {
105
+ font-weight: bolder;
106
+ }
107
+
108
+ /*
109
+ 1. Use the user's configured `mono` font-family by default.
110
+ 2. Use the user's configured `mono` font-feature-settings by default.
111
+ 3. Use the user's configured `mono` font-variation-settings by default.
112
+ 4. Correct the odd `em` font sizing in all browsers.
113
+ */
114
+
115
+ code,
116
+ kbd,
117
+ samp,
118
+ pre {
119
+ font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
120
+ font-feature-settings: normal; /* 2 */
121
+ font-variation-settings: normal; /* 3 */
122
+ font-size: 1em; /* 4 */
123
+ }
124
+
125
+ /*
126
+ Add the correct font size in all browsers.
127
+ */
128
+
129
+ small {
130
+ font-size: 80%;
131
+ }
132
+
133
+ /*
134
+ Prevent `sub` and `sup` elements from affecting the line height in all browsers.
135
+ */
136
+
137
+ sub,
138
+ sup {
139
+ font-size: 75%;
140
+ line-height: 0;
141
+ position: relative;
142
+ vertical-align: baseline;
143
+ }
144
+
145
+ sub {
146
+ bottom: -0.25em;
147
+ }
148
+
149
+ sup {
150
+ top: -0.5em;
151
+ }
152
+
153
+ /*
154
+ 1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
155
+ 2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
156
+ 3. Remove gaps between table borders by default.
157
+ */
158
+
159
+ table {
160
+ text-indent: 0; /* 1 */
161
+ border-color: inherit; /* 2 */
162
+ border-collapse: collapse; /* 3 */
163
+ }
164
+
165
+ /*
166
+ 1. Change the font styles in all browsers.
167
+ 2. Remove the margin in Firefox and Safari.
168
+ 3. Remove default padding in all browsers.
169
+ */
170
+
171
+ button,
172
+ input,
173
+ optgroup,
174
+ select,
175
+ textarea {
176
+ font-family: inherit; /* 1 */
177
+ font-feature-settings: inherit; /* 1 */
178
+ font-variation-settings: inherit; /* 1 */
179
+ font-size: 100%; /* 1 */
180
+ font-weight: inherit; /* 1 */
181
+ line-height: inherit; /* 1 */
182
+ color: inherit; /* 1 */
183
+ margin: 0; /* 2 */
184
+ padding: 0; /* 3 */
185
+ }
186
+
187
+ /*
188
+ Remove the inheritance of text transform in Edge and Firefox.
189
+ */
190
+
191
+ button,
192
+ select {
193
+ text-transform: none;
194
+ }
195
+
196
+ /*
197
+ 1. Correct the inability to style clickable types in iOS and Safari.
198
+ 2. Remove default button styles.
199
+ */
200
+
201
+ button,
202
+ [type='button'],
203
+ [type='reset'],
204
+ [type='submit'] {
205
+ -webkit-appearance: button; /* 1 */
206
+ background-color: transparent; /* 2 */
207
+ background-image: none; /* 2 */
208
+ }
209
+
210
+ /*
211
+ Use the modern Firefox focus style for all focusable elements.
212
+ */
213
+
214
+ :-moz-focusring {
215
+ outline: auto;
216
+ }
217
+
218
+ /*
219
+ Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
220
+ */
221
+
222
+ :-moz-ui-invalid {
223
+ box-shadow: none;
224
+ }
225
+
226
+ /*
227
+ Add the correct vertical alignment in Chrome and Firefox.
228
+ */
229
+
230
+ progress {
231
+ vertical-align: baseline;
232
+ }
233
+
234
+ /*
235
+ Correct the cursor style of increment and decrement buttons in Safari.
236
+ */
237
+
238
+ ::-webkit-inner-spin-button,
239
+ ::-webkit-outer-spin-button {
240
+ height: auto;
241
+ }
242
+
243
+ /*
244
+ 1. Correct the odd appearance in Chrome and Safari.
245
+ 2. Correct the outline style in Safari.
246
+ */
247
+
248
+ [type='search'] {
249
+ -webkit-appearance: textfield; /* 1 */
250
+ outline-offset: -2px; /* 2 */
251
+ }
252
+
253
+ /*
254
+ Remove the inner padding in Chrome and Safari on macOS.
255
+ */
256
+
257
+ ::-webkit-search-decoration {
258
+ -webkit-appearance: none;
259
+ }
260
+
261
+ /*
262
+ 1. Correct the inability to style clickable types in iOS and Safari.
263
+ 2. Change font properties to `inherit` in Safari.
264
+ */
265
+
266
+ ::-webkit-file-upload-button {
267
+ -webkit-appearance: button; /* 1 */
268
+ font: inherit; /* 2 */
269
+ }
270
+
271
+ /*
272
+ Add the correct display in Chrome and Safari.
273
+ */
274
+
275
+ summary {
276
+ display: list-item;
277
+ }
278
+
279
+ /*
280
+ Removes the default spacing and border for appropriate elements.
281
+ */
282
+
283
+ blockquote,
284
+ dl,
285
+ dd,
286
+ h1,
287
+ h2,
288
+ h3,
289
+ h4,
290
+ h5,
291
+ h6,
292
+ hr,
293
+ figure,
294
+ p,
295
+ pre {
296
+ margin: 0;
297
+ }
298
+
299
+ fieldset {
300
+ margin: 0;
301
+ padding: 0;
302
+ }
303
+
304
+ legend {
305
+ padding: 0;
306
+ }
307
+
308
+ ol,
309
+ ul,
310
+ menu {
311
+ list-style: none;
312
+ margin: 0;
313
+ padding: 0;
314
+ }
315
+
316
+ /*
317
+ Reset default styling for dialogs.
318
+ */
319
+ dialog {
320
+ padding: 0;
321
+ }
322
+
323
+ /*
324
+ Prevent resizing textareas horizontally by default.
325
+ */
326
+
327
+ textarea {
328
+ resize: vertical;
329
+ }
330
+
331
+ /*
332
+ 1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
333
+ 2. Set the default placeholder color to the user's configured gray 400 color.
334
+ */
335
+
336
+ input::-moz-placeholder, textarea::-moz-placeholder {
337
+ opacity: 1; /* 1 */
338
+ color: #9ca3af; /* 2 */
339
+ }
340
+
341
+ input::placeholder,
342
+ textarea::placeholder {
343
+ opacity: 1; /* 1 */
344
+ color: #9ca3af; /* 2 */
345
+ }
346
+
347
+ /*
348
+ Set the default cursor for buttons.
349
+ */
350
+
351
+ button,
352
+ [role="button"] {
353
+ cursor: pointer;
354
+ }
355
+
356
+ /*
357
+ Make sure disabled buttons don't get the pointer cursor.
358
+ */
359
+ :disabled {
360
+ cursor: default;
361
+ }
362
+
363
+ /*
364
+ 1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
365
+ 2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
366
+ This can trigger a poorly considered lint error in some tools but is included by design.
367
+ */
368
+
369
+ img,
370
+ svg,
371
+ video,
372
+ canvas,
373
+ audio,
374
+ iframe,
375
+ embed,
376
+ object {
377
+ display: block; /* 1 */
378
+ vertical-align: middle; /* 2 */
379
+ }
380
+
381
+ /*
382
+ Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
383
+ */
384
+
385
+ img,
386
+ video {
387
+ max-width: 100%;
388
+ height: auto;
389
+ }
390
+
391
+ /* Make elements with the HTML hidden attribute stay hidden by default */
392
+ [hidden] {
393
+ display: none;
394
+ }
395
+
396
+ *, ::before, ::after {
397
+ --tw-border-spacing-x: 0;
398
+ --tw-border-spacing-y: 0;
399
+ --tw-translate-x: 0;
400
+ --tw-translate-y: 0;
401
+ --tw-rotate: 0;
402
+ --tw-skew-x: 0;
403
+ --tw-skew-y: 0;
404
+ --tw-scale-x: 1;
405
+ --tw-scale-y: 1;
406
+ --tw-pan-x: ;
407
+ --tw-pan-y: ;
408
+ --tw-pinch-zoom: ;
409
+ --tw-scroll-snap-strictness: proximity;
410
+ --tw-gradient-from-position: ;
411
+ --tw-gradient-via-position: ;
412
+ --tw-gradient-to-position: ;
413
+ --tw-ordinal: ;
414
+ --tw-slashed-zero: ;
415
+ --tw-numeric-figure: ;
416
+ --tw-numeric-spacing: ;
417
+ --tw-numeric-fraction: ;
418
+ --tw-ring-inset: ;
419
+ --tw-ring-offset-width: 0px;
420
+ --tw-ring-offset-color: #fff;
421
+ --tw-ring-color: rgb(59 130 246 / 0.5);
422
+ --tw-ring-offset-shadow: 0 0 #0000;
423
+ --tw-ring-shadow: 0 0 #0000;
424
+ --tw-shadow: 0 0 #0000;
425
+ --tw-shadow-colored: 0 0 #0000;
426
+ --tw-blur: ;
427
+ --tw-brightness: ;
428
+ --tw-contrast: ;
429
+ --tw-grayscale: ;
430
+ --tw-hue-rotate: ;
431
+ --tw-invert: ;
432
+ --tw-saturate: ;
433
+ --tw-sepia: ;
434
+ --tw-drop-shadow: ;
435
+ --tw-backdrop-blur: ;
436
+ --tw-backdrop-brightness: ;
437
+ --tw-backdrop-contrast: ;
438
+ --tw-backdrop-grayscale: ;
439
+ --tw-backdrop-hue-rotate: ;
440
+ --tw-backdrop-invert: ;
441
+ --tw-backdrop-opacity: ;
442
+ --tw-backdrop-saturate: ;
443
+ --tw-backdrop-sepia: ;
444
+ }
445
+
446
+ ::backdrop {
447
+ --tw-border-spacing-x: 0;
448
+ --tw-border-spacing-y: 0;
449
+ --tw-translate-x: 0;
450
+ --tw-translate-y: 0;
451
+ --tw-rotate: 0;
452
+ --tw-skew-x: 0;
453
+ --tw-skew-y: 0;
454
+ --tw-scale-x: 1;
455
+ --tw-scale-y: 1;
456
+ --tw-pan-x: ;
457
+ --tw-pan-y: ;
458
+ --tw-pinch-zoom: ;
459
+ --tw-scroll-snap-strictness: proximity;
460
+ --tw-gradient-from-position: ;
461
+ --tw-gradient-via-position: ;
462
+ --tw-gradient-to-position: ;
463
+ --tw-ordinal: ;
464
+ --tw-slashed-zero: ;
465
+ --tw-numeric-figure: ;
466
+ --tw-numeric-spacing: ;
467
+ --tw-numeric-fraction: ;
468
+ --tw-ring-inset: ;
469
+ --tw-ring-offset-width: 0px;
470
+ --tw-ring-offset-color: #fff;
471
+ --tw-ring-color: rgb(59 130 246 / 0.5);
472
+ --tw-ring-offset-shadow: 0 0 #0000;
473
+ --tw-ring-shadow: 0 0 #0000;
474
+ --tw-shadow: 0 0 #0000;
475
+ --tw-shadow-colored: 0 0 #0000;
476
+ --tw-blur: ;
477
+ --tw-brightness: ;
478
+ --tw-contrast: ;
479
+ --tw-grayscale: ;
480
+ --tw-hue-rotate: ;
481
+ --tw-invert: ;
482
+ --tw-saturate: ;
483
+ --tw-sepia: ;
484
+ --tw-drop-shadow: ;
485
+ --tw-backdrop-blur: ;
486
+ --tw-backdrop-brightness: ;
487
+ --tw-backdrop-contrast: ;
488
+ --tw-backdrop-grayscale: ;
489
+ --tw-backdrop-hue-rotate: ;
490
+ --tw-backdrop-invert: ;
491
+ --tw-backdrop-opacity: ;
492
+ --tw-backdrop-saturate: ;
493
+ --tw-backdrop-sepia: ;
494
+ }
495
+ .tw-container {
496
+ width: 100%;
497
+ }
498
+ @media (min-width: 640px) {
499
+
500
+ .tw-container {
501
+ max-width: 640px;
502
+ }
503
+ }
504
+ @media (min-width: 768px) {
505
+
506
+ .tw-container {
507
+ max-width: 768px;
508
+ }
509
+ }
510
+ @media (min-width: 1024px) {
511
+
512
+ .tw-container {
513
+ max-width: 1024px;
514
+ }
515
+ }
516
+ @media (min-width: 1280px) {
517
+
518
+ .tw-container {
519
+ max-width: 1280px;
520
+ }
521
+ }
522
+ @media (min-width: 1536px) {
523
+
524
+ .tw-container {
525
+ max-width: 1536px;
526
+ }
527
+ }
528
+ .tw-sr-only {
529
+ position: absolute;
530
+ width: 1px;
531
+ height: 1px;
532
+ padding: 0;
533
+ margin: -1px;
534
+ overflow: hidden;
535
+ clip: rect(0, 0, 0, 0);
536
+ white-space: nowrap;
537
+ border-width: 0;
538
+ }
539
+ .tw-pointer-events-none {
540
+ pointer-events: none;
541
+ }
542
+ .tw-static {
543
+ position: static;
544
+ }
545
+ .tw-fixed {
546
+ position: fixed;
547
+ }
548
+ .tw-absolute {
549
+ position: absolute;
550
+ }
551
+ .tw-relative {
552
+ position: relative;
553
+ }
554
+ .tw--left-16 {
555
+ left: -4rem;
556
+ }
557
+ .tw--right-16 {
558
+ right: -4rem;
559
+ }
560
+ .tw-bottom-0 {
561
+ bottom: 0px;
562
+ }
563
+ .tw-bottom-full {
564
+ bottom: 100%;
565
+ }
566
+ .tw-left-0 {
567
+ left: 0px;
568
+ }
569
+ .tw-left-1\/2 {
570
+ left: 50%;
571
+ }
572
+ .tw-left-2 {
573
+ left: 0.5rem;
574
+ }
575
+ .tw-left-full {
576
+ left: 100%;
577
+ }
578
+ .tw-right-0 {
579
+ right: 0px;
580
+ }
581
+ .tw-right-2 {
582
+ right: 0.5rem;
583
+ }
584
+ .tw-right-full {
585
+ right: 100%;
586
+ }
587
+ .tw-top-0 {
588
+ top: 0px;
589
+ }
590
+ .tw-top-1\/2 {
591
+ top: 50%;
592
+ }
593
+ .tw-top-full {
594
+ top: 100%;
595
+ }
596
+ .tw-z-10 {
597
+ z-index: 10;
598
+ }
599
+ .tw-z-20 {
600
+ z-index: 20;
601
+ }
602
+ .tw-z-30 {
603
+ z-index: 30;
604
+ }
605
+ .tw-z-50 {
606
+ z-index: 50;
607
+ }
608
+ .tw-order-last {
609
+ order: 9999;
610
+ }
611
+ .tw-col-span-2 {
612
+ grid-column: span 2 / span 2;
613
+ }
614
+ .tw-m-0 {
615
+ margin: 0px;
616
+ }
617
+ .tw-m-3 {
618
+ margin: 0.75rem;
619
+ }
620
+ .tw-m-5 {
621
+ margin: 1.25rem;
622
+ }
623
+ .tw-m-auto {
624
+ margin: auto;
625
+ }
626
+ .tw-mx-2 {
627
+ margin-left: 0.5rem;
628
+ margin-right: 0.5rem;
629
+ }
630
+ .tw-mx-4 {
631
+ margin-left: 1rem;
632
+ margin-right: 1rem;
633
+ }
634
+ .tw-mx-8 {
635
+ margin-left: 2rem;
636
+ margin-right: 2rem;
637
+ }
638
+ .tw-mx-auto {
639
+ margin-left: auto;
640
+ margin-right: auto;
641
+ }
642
+ .tw-my-0 {
643
+ margin-top: 0px;
644
+ margin-bottom: 0px;
645
+ }
646
+ .tw-my-1 {
647
+ margin-top: 0.25rem;
648
+ margin-bottom: 0.25rem;
649
+ }
650
+ .tw-my-10 {
651
+ margin-top: 2.5rem;
652
+ margin-bottom: 2.5rem;
653
+ }
654
+ .tw-my-4 {
655
+ margin-top: 1rem;
656
+ margin-bottom: 1rem;
657
+ }
658
+ .tw-my-5 {
659
+ margin-top: 1.25rem;
660
+ margin-bottom: 1.25rem;
661
+ }
662
+ .tw-my-auto {
663
+ margin-top: auto;
664
+ margin-bottom: auto;
665
+ }
666
+ .tw--mb-1 {
667
+ margin-bottom: -0.25rem;
668
+ }
669
+ .tw--mb-1\.5 {
670
+ margin-bottom: -0.375rem;
671
+ }
672
+ .tw--ml-px {
673
+ margin-left: -1px;
674
+ }
675
+ .tw--mr-1 {
676
+ margin-right: -0.25rem;
677
+ }
678
+ .tw--mr-1\.5 {
679
+ margin-right: -0.375rem;
680
+ }
681
+ .tw--mt-px {
682
+ margin-top: -1px;
683
+ }
684
+ .tw-mb-0 {
685
+ margin-bottom: 0px;
686
+ }
687
+ .tw-mb-1 {
688
+ margin-bottom: 0.25rem;
689
+ }
690
+ .tw-mb-10 {
691
+ margin-bottom: 2.5rem;
692
+ }
693
+ .tw-mb-2 {
694
+ margin-bottom: 0.5rem;
695
+ }
696
+ .tw-mb-3 {
697
+ margin-bottom: 0.75rem;
698
+ }
699
+ .tw-mb-4 {
700
+ margin-bottom: 1rem;
701
+ }
702
+ .tw-mb-6 {
703
+ margin-bottom: 1.5rem;
704
+ }
705
+ .tw-mb-8 {
706
+ margin-bottom: 2rem;
707
+ }
708
+ .tw-ml-0 {
709
+ margin-left: 0px;
710
+ }
711
+ .tw-ml-2 {
712
+ margin-left: 0.5rem;
713
+ }
714
+ .tw-ml-3 {
715
+ margin-left: 0.75rem;
716
+ }
717
+ .tw-ml-4 {
718
+ margin-left: 1rem;
719
+ }
720
+ .tw-ml-6 {
721
+ margin-left: 1.5rem;
722
+ }
723
+ .tw-ml-auto {
724
+ margin-left: auto;
725
+ }
726
+ .tw-mr-1 {
727
+ margin-right: 0.25rem;
728
+ }
729
+ .tw-mr-2 {
730
+ margin-right: 0.5rem;
731
+ }
732
+ .tw-mr-3 {
733
+ margin-right: 0.75rem;
734
+ }
735
+ .tw-mr-4 {
736
+ margin-right: 1rem;
737
+ }
738
+ .tw-mr-auto {
739
+ margin-right: auto;
740
+ }
741
+ .tw-mt-0 {
742
+ margin-top: 0px;
743
+ }
744
+ .tw-mt-0\.5 {
745
+ margin-top: 0.125rem;
746
+ }
747
+ .tw-mt-1 {
748
+ margin-top: 0.25rem;
749
+ }
750
+ .tw-mt-2 {
751
+ margin-top: 0.5rem;
752
+ }
753
+ .tw-mt-3 {
754
+ margin-top: 0.75rem;
755
+ }
756
+ .tw-mt-4 {
757
+ margin-top: 1rem;
758
+ }
759
+ .tw-mt-8 {
760
+ margin-top: 2rem;
761
+ }
762
+ .tw-box-border {
763
+ box-sizing: border-box;
764
+ }
765
+ .tw-box-content {
766
+ box-sizing: content-box;
767
+ }
768
+ .tw-block {
769
+ display: block;
770
+ }
771
+ .tw-inline-block {
772
+ display: inline-block;
773
+ }
774
+ .tw-inline {
775
+ display: inline;
776
+ }
777
+ .tw-flex {
778
+ display: flex;
779
+ }
780
+ .tw-inline-flex {
781
+ display: inline-flex;
782
+ }
783
+ .tw-grid {
784
+ display: grid;
785
+ }
786
+ .tw-hidden {
787
+ display: none;
788
+ }
789
+ .tw-h-0 {
790
+ height: 0px;
791
+ }
792
+ .tw-h-10 {
793
+ height: 2.5rem;
794
+ }
795
+ .tw-h-12 {
796
+ height: 3rem;
797
+ }
798
+ .tw-h-14 {
799
+ height: 3.5rem;
800
+ }
801
+ .tw-h-16 {
802
+ height: 4rem;
803
+ }
804
+ .tw-h-2 {
805
+ height: 0.5rem;
806
+ }
807
+ .tw-h-20 {
808
+ height: 5rem;
809
+ }
810
+ .tw-h-24 {
811
+ height: 6rem;
812
+ }
813
+ .tw-h-3 {
814
+ height: 0.75rem;
815
+ }
816
+ .tw-h-4 {
817
+ height: 1rem;
818
+ }
819
+ .tw-h-40 {
820
+ height: 10rem;
821
+ }
822
+ .tw-h-5 {
823
+ height: 1.25rem;
824
+ }
825
+ .tw-h-6 {
826
+ height: 1.5rem;
827
+ }
828
+ .tw-h-8 {
829
+ height: 2rem;
830
+ }
831
+ .tw-h-80 {
832
+ height: 20rem;
833
+ }
834
+ .tw-h-auto {
835
+ height: auto;
836
+ }
837
+ .tw-h-fit {
838
+ height: -moz-fit-content;
839
+ height: fit-content;
840
+ }
841
+ .tw-h-full {
842
+ height: 100%;
843
+ }
844
+ .tw-max-h-56 {
845
+ max-height: 14rem;
846
+ }
847
+ .tw-max-h-72 {
848
+ max-height: 18rem;
849
+ }
850
+ .tw-max-h-full {
851
+ max-height: 100%;
852
+ }
853
+ .tw-max-h-screen {
854
+ max-height: 100vh;
855
+ }
856
+ .tw-w-10 {
857
+ width: 2.5rem;
858
+ }
859
+ .tw-w-12 {
860
+ width: 3rem;
861
+ }
862
+ .tw-w-14 {
863
+ width: 3.5rem;
864
+ }
865
+ .tw-w-16 {
866
+ width: 4rem;
867
+ }
868
+ .tw-w-2 {
869
+ width: 0.5rem;
870
+ }
871
+ .tw-w-24 {
872
+ width: 6rem;
873
+ }
874
+ .tw-w-3 {
875
+ width: 0.75rem;
876
+ }
877
+ .tw-w-32 {
878
+ width: 8rem;
879
+ }
880
+ .tw-w-4 {
881
+ width: 1rem;
882
+ }
883
+ .tw-w-5 {
884
+ width: 1.25rem;
885
+ }
886
+ .tw-w-6 {
887
+ width: 1.5rem;
888
+ }
889
+ .tw-w-60 {
890
+ width: 15rem;
891
+ }
892
+ .tw-w-64 {
893
+ width: 16rem;
894
+ }
895
+ .tw-w-72 {
896
+ width: 18rem;
897
+ }
898
+ .tw-w-8 {
899
+ width: 2rem;
900
+ }
901
+ .tw-w-96 {
902
+ width: 24rem;
903
+ }
904
+ .tw-w-auto {
905
+ width: auto;
906
+ }
907
+ .tw-w-fit {
908
+ width: -moz-fit-content;
909
+ width: fit-content;
910
+ }
911
+ .tw-w-full {
912
+ width: 100%;
913
+ }
914
+ .tw-max-w-2xl {
915
+ max-width: 42rem;
916
+ }
917
+ .tw-max-w-full {
918
+ max-width: 100%;
919
+ }
920
+ .tw-max-w-md {
921
+ max-width: 28rem;
922
+ }
923
+ .tw-max-w-xl {
924
+ max-width: 36rem;
925
+ }
926
+ .tw-flex-auto {
927
+ flex: 1 1 auto;
928
+ }
929
+ .tw-flex-none {
930
+ flex: none;
931
+ }
932
+ .tw-grow {
933
+ flex-grow: 1;
934
+ }
935
+ .tw-origin-top-right {
936
+ transform-origin: top right;
937
+ }
938
+ .-tw-translate-x-px {
939
+ --tw-translate-x: -1px;
940
+ transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
941
+ }
942
+ .tw--translate-x-2 {
943
+ --tw-translate-x: -0.5rem;
944
+ transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
945
+ }
946
+ .tw--translate-x-3 {
947
+ --tw-translate-x: -0.75rem;
948
+ transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
949
+ }
950
+ .tw--translate-x-4 {
951
+ --tw-translate-x: -1rem;
952
+ transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
953
+ }
954
+ .tw--translate-y-1\/2 {
955
+ --tw-translate-y: -50%;
956
+ transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
957
+ }
958
+ .tw--translate-y-2 {
959
+ --tw-translate-y: -0.5rem;
960
+ transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
961
+ }
962
+ .tw-translate-x-12 {
963
+ --tw-translate-x: 3rem;
964
+ transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
965
+ }
966
+ .tw-translate-x-20 {
967
+ --tw-translate-x: 5rem;
968
+ transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
969
+ }
970
+ .tw-translate-x-4 {
971
+ --tw-translate-x: 1rem;
972
+ transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
973
+ }
974
+ .tw-translate-x-5 {
975
+ --tw-translate-x: 1.25rem;
976
+ transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
977
+ }
978
+ .tw-translate-x-6 {
979
+ --tw-translate-x: 1.5rem;
980
+ transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
981
+ }
982
+ .tw-translate-x-8 {
983
+ --tw-translate-x: 2rem;
984
+ transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
985
+ }
986
+ .tw-translate-y-1\/2 {
987
+ --tw-translate-y: 50%;
988
+ transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
989
+ }
990
+ .tw-translate-y-2 {
991
+ --tw-translate-y: 0.5rem;
992
+ transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
993
+ }
994
+ .tw-translate-y-2\.5 {
995
+ --tw-translate-y: 0.625rem;
996
+ transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
997
+ }
998
+ .tw-translate-y-4 {
999
+ --tw-translate-y: 1rem;
1000
+ transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
1001
+ }
1002
+ .tw-scale-0 {
1003
+ --tw-scale-x: 0;
1004
+ --tw-scale-y: 0;
1005
+ transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
1006
+ }
1007
+ .tw-scale-100 {
1008
+ --tw-scale-x: 1;
1009
+ --tw-scale-y: 1;
1010
+ transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
1011
+ }
1012
+ .tw-transform {
1013
+ transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
1014
+ }
1015
+ @keyframes tw-spin {
1016
+
1017
+ to {
1018
+ transform: rotate(360deg);
1019
+ }
1020
+ }
1021
+ .tw-animate-spin {
1022
+ animation: tw-spin 1s linear infinite;
1023
+ }
1024
+ .\!tw-cursor-not-allowed {
1025
+ cursor: not-allowed !important;
1026
+ }
1027
+ .tw-cursor-not-allowed {
1028
+ cursor: not-allowed;
1029
+ }
1030
+ .tw-cursor-pointer {
1031
+ cursor: pointer;
1032
+ }
1033
+ .tw-cursor-text {
1034
+ cursor: text;
1035
+ }
1036
+ .tw-cursor-wait {
1037
+ cursor: wait;
1038
+ }
1039
+ .tw-select-none {
1040
+ -webkit-user-select: none;
1041
+ -moz-user-select: none;
1042
+ user-select: none;
1043
+ }
1044
+ .tw-resize-none {
1045
+ resize: none;
1046
+ }
1047
+ .tw-list-none {
1048
+ list-style-type: none;
1049
+ }
1050
+ .tw-appearance-none {
1051
+ -webkit-appearance: none;
1052
+ -moz-appearance: none;
1053
+ appearance: none;
1054
+ }
1055
+ .tw-grid-flow-row {
1056
+ grid-auto-flow: row;
1057
+ }
1058
+ .tw-auto-rows-max {
1059
+ grid-auto-rows: max-content;
1060
+ }
1061
+ .tw-grid-cols-1 {
1062
+ grid-template-columns: repeat(1, minmax(0, 1fr));
1063
+ }
1064
+ .tw-grid-cols-3 {
1065
+ grid-template-columns: repeat(3, minmax(0, 1fr));
1066
+ }
1067
+ .tw-grid-cols-4 {
1068
+ grid-template-columns: repeat(4, minmax(0, 1fr));
1069
+ }
1070
+ .tw-flex-row {
1071
+ flex-direction: row;
1072
+ }
1073
+ .tw-flex-row-reverse {
1074
+ flex-direction: row-reverse;
1075
+ }
1076
+ .tw-flex-col {
1077
+ flex-direction: column;
1078
+ }
1079
+ .tw-flex-col-reverse {
1080
+ flex-direction: column-reverse;
1081
+ }
1082
+ .tw-content-start {
1083
+ align-content: flex-start;
1084
+ }
1085
+ .tw-items-start {
1086
+ align-items: flex-start;
1087
+ }
1088
+ .tw-items-end {
1089
+ align-items: flex-end;
1090
+ }
1091
+ .tw-items-center {
1092
+ align-items: center;
1093
+ }
1094
+ .tw-items-stretch {
1095
+ align-items: stretch;
1096
+ }
1097
+ .tw-justify-start {
1098
+ justify-content: flex-start;
1099
+ }
1100
+ .tw-justify-end {
1101
+ justify-content: flex-end;
1102
+ }
1103
+ .tw-justify-center {
1104
+ justify-content: center;
1105
+ }
1106
+ .tw-justify-between {
1107
+ justify-content: space-between;
1108
+ }
1109
+ .tw-gap-2 {
1110
+ gap: 0.5rem;
1111
+ }
1112
+ .tw-gap-3 {
1113
+ gap: 0.75rem;
1114
+ }
1115
+ .tw-gap-4 {
1116
+ gap: 1rem;
1117
+ }
1118
+ .tw-self-center {
1119
+ align-self: center;
1120
+ }
1121
+ .tw-overflow-hidden {
1122
+ overflow: hidden;
1123
+ }
1124
+ .tw-overflow-visible {
1125
+ overflow: visible;
1126
+ }
1127
+ .tw-overflow-scroll {
1128
+ overflow: scroll;
1129
+ }
1130
+ .tw-overflow-x-auto {
1131
+ overflow-x: auto;
1132
+ }
1133
+ .tw-overflow-y-auto {
1134
+ overflow-y: auto;
1135
+ }
1136
+ .tw-overflow-x-hidden {
1137
+ overflow-x: hidden;
1138
+ }
1139
+ .tw-overflow-y-hidden {
1140
+ overflow-y: hidden;
1141
+ }
1142
+ .tw-truncate {
1143
+ overflow: hidden;
1144
+ text-overflow: ellipsis;
1145
+ white-space: nowrap;
1146
+ }
1147
+ .tw-whitespace-nowrap {
1148
+ white-space: nowrap;
1149
+ }
1150
+ .tw-break-all {
1151
+ word-break: break-all;
1152
+ }
1153
+ .tw-rounded {
1154
+ border-radius: 0.25rem;
1155
+ }
1156
+ .tw-rounded-full {
1157
+ border-radius: 9999px;
1158
+ }
1159
+ .tw-rounded-md {
1160
+ border-radius: 0.375rem;
1161
+ }
1162
+ .tw-rounded-none {
1163
+ border-radius: 0px;
1164
+ }
1165
+ .tw-rounded-sm {
1166
+ border-radius: 0.125rem;
1167
+ }
1168
+ .\!tw-rounded-l-none {
1169
+ border-top-left-radius: 0px !important;
1170
+ border-bottom-left-radius: 0px !important;
1171
+ }
1172
+ .\!tw-rounded-r-none {
1173
+ border-top-right-radius: 0px !important;
1174
+ border-bottom-right-radius: 0px !important;
1175
+ }
1176
+ .tw-rounded-b {
1177
+ border-bottom-right-radius: 0.25rem;
1178
+ border-bottom-left-radius: 0.25rem;
1179
+ }
1180
+ .tw-rounded-l {
1181
+ border-top-left-radius: 0.25rem;
1182
+ border-bottom-left-radius: 0.25rem;
1183
+ }
1184
+ .tw-rounded-l-none {
1185
+ border-top-left-radius: 0px;
1186
+ border-bottom-left-radius: 0px;
1187
+ }
1188
+ .tw-rounded-r {
1189
+ border-top-right-radius: 0.25rem;
1190
+ border-bottom-right-radius: 0.25rem;
1191
+ }
1192
+ .tw-rounded-r-none {
1193
+ border-top-right-radius: 0px;
1194
+ border-bottom-right-radius: 0px;
1195
+ }
1196
+ .tw-border {
1197
+ border-width: 1px;
1198
+ }
1199
+ .tw-border-0 {
1200
+ border-width: 0px;
1201
+ }
1202
+ .tw-border-2 {
1203
+ border-width: 2px;
1204
+ }
1205
+ .tw-border-b-0 {
1206
+ border-bottom-width: 0px;
1207
+ }
1208
+ .tw-border-b-2 {
1209
+ border-bottom-width: 2px;
1210
+ }
1211
+ .tw-border-b-4 {
1212
+ border-bottom-width: 4px;
1213
+ }
1214
+ .tw-border-l {
1215
+ border-left-width: 1px;
1216
+ }
1217
+ .tw-border-l-0 {
1218
+ border-left-width: 0px;
1219
+ }
1220
+ .tw-border-r {
1221
+ border-right-width: 1px;
1222
+ }
1223
+ .tw-border-r-0 {
1224
+ border-right-width: 0px;
1225
+ }
1226
+ .tw-border-t {
1227
+ border-top-width: 1px;
1228
+ }
1229
+ .tw-border-t-0 {
1230
+ border-top-width: 0px;
1231
+ }
1232
+ .tw-border-t-2 {
1233
+ border-top-width: 2px;
1234
+ }
1235
+ .tw-border-solid {
1236
+ border-style: solid;
1237
+ }
1238
+ .tw-border-dashed {
1239
+ border-style: dashed;
1240
+ }
1241
+ .tw-border-none {
1242
+ border-style: none;
1243
+ }
1244
+ .tw-border-black\/10 {
1245
+ border-color: rgb(0 0 0 / 0.1);
1246
+ }
1247
+ .tw-border-grayscale-100 {
1248
+ --tw-border-opacity: 1;
1249
+ border-color: rgb(255 255 255 / var(--tw-border-opacity));
1250
+ }
1251
+ .tw-border-grayscale-300 {
1252
+ --tw-border-opacity: 1;
1253
+ border-color: rgb(239 239 239 / var(--tw-border-opacity));
1254
+ }
1255
+ .tw-border-grayscale-400 {
1256
+ --tw-border-opacity: 1;
1257
+ border-color: rgb(230 230 230 / var(--tw-border-opacity));
1258
+ }
1259
+ .tw-border-grayscale-500 {
1260
+ --tw-border-opacity: 1;
1261
+ border-color: rgb(208 208 208 / var(--tw-border-opacity));
1262
+ }
1263
+ .tw-border-grayscale-600 {
1264
+ --tw-border-opacity: 1;
1265
+ border-color: rgb(94 94 94 / var(--tw-border-opacity));
1266
+ }
1267
+ .tw-border-white {
1268
+ --tw-border-opacity: 1;
1269
+ border-color: rgb(255 255 255 / var(--tw-border-opacity));
1270
+ }
1271
+ .tw-bg-black {
1272
+ --tw-bg-opacity: 1;
1273
+ background-color: rgb(0 0 0 / var(--tw-bg-opacity));
1274
+ }
1275
+ .tw-bg-grayscale-100 {
1276
+ --tw-bg-opacity: 1;
1277
+ background-color: rgb(255 255 255 / var(--tw-bg-opacity));
1278
+ }
1279
+ .tw-bg-grayscale-200 {
1280
+ --tw-bg-opacity: 1;
1281
+ background-color: rgb(244 244 244 / var(--tw-bg-opacity));
1282
+ }
1283
+ .tw-bg-grayscale-300 {
1284
+ --tw-bg-opacity: 1;
1285
+ background-color: rgb(239 239 239 / var(--tw-bg-opacity));
1286
+ }
1287
+ .tw-bg-grayscale-400 {
1288
+ --tw-bg-opacity: 1;
1289
+ background-color: rgb(230 230 230 / var(--tw-bg-opacity));
1290
+ }
1291
+ .tw-bg-grayscale-500 {
1292
+ --tw-bg-opacity: 1;
1293
+ background-color: rgb(208 208 208 / var(--tw-bg-opacity));
1294
+ }
1295
+ .tw-bg-transparent {
1296
+ background-color: transparent;
1297
+ }
1298
+ .tw-bg-white {
1299
+ --tw-bg-opacity: 1;
1300
+ background-color: rgb(255 255 255 / var(--tw-bg-opacity));
1301
+ }
1302
+ .tw-bg-opacity-75 {
1303
+ --tw-bg-opacity: 0.75;
1304
+ }
1305
+ .tw-bg-opacity-80 {
1306
+ --tw-bg-opacity: 0.8;
1307
+ }
1308
+ .tw-bg-gradient-to-t {
1309
+ background-image: linear-gradient(to top, var(--tw-gradient-stops));
1310
+ }
1311
+ .tw-from-\[\#d946ef\] {
1312
+ --tw-gradient-from: #d946ef var(--tw-gradient-from-position);
1313
+ --tw-gradient-to: rgb(217 70 239 / 0) var(--tw-gradient-to-position);
1314
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
1315
+ }
1316
+ .tw-to-\[\#8b5cf6\] {
1317
+ --tw-gradient-to: #8b5cf6 var(--tw-gradient-to-position);
1318
+ }
1319
+ .tw-bg-no-repeat {
1320
+ background-repeat: no-repeat;
1321
+ }
1322
+ .tw-fill-current {
1323
+ fill: currentColor;
1324
+ }
1325
+ .tw-object-contain {
1326
+ -o-object-fit: contain;
1327
+ object-fit: contain;
1328
+ }
1329
+ .tw-object-cover {
1330
+ -o-object-fit: cover;
1331
+ object-fit: cover;
1332
+ }
1333
+ .tw-object-top {
1334
+ -o-object-position: top;
1335
+ object-position: top;
1336
+ }
1337
+ .\!tw-p-0 {
1338
+ padding: 0px !important;
1339
+ }
1340
+ .\!tw-p-0\.5 {
1341
+ padding: 0.125rem !important;
1342
+ }
1343
+ .\!tw-p-1 {
1344
+ padding: 0.25rem !important;
1345
+ }
1346
+ .\!tw-p-1\.5 {
1347
+ padding: 0.375rem !important;
1348
+ }
1349
+ .\!tw-p-10 {
1350
+ padding: 2.5rem !important;
1351
+ }
1352
+ .\!tw-p-11 {
1353
+ padding: 2.75rem !important;
1354
+ }
1355
+ .\!tw-p-12 {
1356
+ padding: 3rem !important;
1357
+ }
1358
+ .\!tw-p-14 {
1359
+ padding: 3.5rem !important;
1360
+ }
1361
+ .\!tw-p-16 {
1362
+ padding: 4rem !important;
1363
+ }
1364
+ .\!tw-p-2 {
1365
+ padding: 0.5rem !important;
1366
+ }
1367
+ .\!tw-p-2\.5 {
1368
+ padding: 0.625rem !important;
1369
+ }
1370
+ .\!tw-p-20 {
1371
+ padding: 5rem !important;
1372
+ }
1373
+ .\!tw-p-24 {
1374
+ padding: 6rem !important;
1375
+ }
1376
+ .\!tw-p-28 {
1377
+ padding: 7rem !important;
1378
+ }
1379
+ .\!tw-p-3 {
1380
+ padding: 0.75rem !important;
1381
+ }
1382
+ .\!tw-p-3\.5 {
1383
+ padding: 0.875rem !important;
1384
+ }
1385
+ .\!tw-p-32 {
1386
+ padding: 8rem !important;
1387
+ }
1388
+ .\!tw-p-36 {
1389
+ padding: 9rem !important;
1390
+ }
1391
+ .\!tw-p-4 {
1392
+ padding: 1rem !important;
1393
+ }
1394
+ .\!tw-p-40 {
1395
+ padding: 10rem !important;
1396
+ }
1397
+ .\!tw-p-44 {
1398
+ padding: 11rem !important;
1399
+ }
1400
+ .\!tw-p-48 {
1401
+ padding: 12rem !important;
1402
+ }
1403
+ .\!tw-p-5 {
1404
+ padding: 1.25rem !important;
1405
+ }
1406
+ .\!tw-p-52 {
1407
+ padding: 13rem !important;
1408
+ }
1409
+ .\!tw-p-56 {
1410
+ padding: 14rem !important;
1411
+ }
1412
+ .\!tw-p-6 {
1413
+ padding: 1.5rem !important;
1414
+ }
1415
+ .\!tw-p-60 {
1416
+ padding: 15rem !important;
1417
+ }
1418
+ .\!tw-p-64 {
1419
+ padding: 16rem !important;
1420
+ }
1421
+ .\!tw-p-7 {
1422
+ padding: 1.75rem !important;
1423
+ }
1424
+ .\!tw-p-72 {
1425
+ padding: 18rem !important;
1426
+ }
1427
+ .\!tw-p-8 {
1428
+ padding: 2rem !important;
1429
+ }
1430
+ .\!tw-p-80 {
1431
+ padding: 20rem !important;
1432
+ }
1433
+ .\!tw-p-9 {
1434
+ padding: 2.25rem !important;
1435
+ }
1436
+ .\!tw-p-96 {
1437
+ padding: 24rem !important;
1438
+ }
1439
+ .\!tw-p-px {
1440
+ padding: 1px !important;
1441
+ }
1442
+ .tw-p-0 {
1443
+ padding: 0px;
1444
+ }
1445
+ .tw-p-1 {
1446
+ padding: 0.25rem;
1447
+ }
1448
+ .tw-p-2 {
1449
+ padding: 0.5rem;
1450
+ }
1451
+ .tw-p-3 {
1452
+ padding: 0.75rem;
1453
+ }
1454
+ .tw-p-4 {
1455
+ padding: 1rem;
1456
+ }
1457
+ .tw-p-6 {
1458
+ padding: 1.5rem;
1459
+ }
1460
+ .tw-p-8 {
1461
+ padding: 2rem;
1462
+ }
1463
+ .tw-px-0 {
1464
+ padding-left: 0px;
1465
+ padding-right: 0px;
1466
+ }
1467
+ .tw-px-0\.5 {
1468
+ padding-left: 0.125rem;
1469
+ padding-right: 0.125rem;
1470
+ }
1471
+ .tw-px-2 {
1472
+ padding-left: 0.5rem;
1473
+ padding-right: 0.5rem;
1474
+ }
1475
+ .tw-px-20 {
1476
+ padding-left: 5rem;
1477
+ padding-right: 5rem;
1478
+ }
1479
+ .tw-px-3 {
1480
+ padding-left: 0.75rem;
1481
+ padding-right: 0.75rem;
1482
+ }
1483
+ .tw-px-4 {
1484
+ padding-left: 1rem;
1485
+ padding-right: 1rem;
1486
+ }
1487
+ .tw-px-5 {
1488
+ padding-left: 1.25rem;
1489
+ padding-right: 1.25rem;
1490
+ }
1491
+ .tw-px-6 {
1492
+ padding-left: 1.5rem;
1493
+ padding-right: 1.5rem;
1494
+ }
1495
+ .tw-px-8 {
1496
+ padding-left: 2rem;
1497
+ padding-right: 2rem;
1498
+ }
1499
+ .tw-px-px {
1500
+ padding-left: 1px;
1501
+ padding-right: 1px;
1502
+ }
1503
+ .tw-py-0 {
1504
+ padding-top: 0px;
1505
+ padding-bottom: 0px;
1506
+ }
1507
+ .tw-py-0\.5 {
1508
+ padding-top: 0.125rem;
1509
+ padding-bottom: 0.125rem;
1510
+ }
1511
+ .tw-py-1 {
1512
+ padding-top: 0.25rem;
1513
+ padding-bottom: 0.25rem;
1514
+ }
1515
+ .tw-py-1\.5 {
1516
+ padding-top: 0.375rem;
1517
+ padding-bottom: 0.375rem;
1518
+ }
1519
+ .tw-py-10 {
1520
+ padding-top: 2.5rem;
1521
+ padding-bottom: 2.5rem;
1522
+ }
1523
+ .tw-py-2 {
1524
+ padding-top: 0.5rem;
1525
+ padding-bottom: 0.5rem;
1526
+ }
1527
+ .tw-py-3 {
1528
+ padding-top: 0.75rem;
1529
+ padding-bottom: 0.75rem;
1530
+ }
1531
+ .tw-py-3\.5 {
1532
+ padding-top: 0.875rem;
1533
+ padding-bottom: 0.875rem;
1534
+ }
1535
+ .tw-py-4 {
1536
+ padding-top: 1rem;
1537
+ padding-bottom: 1rem;
1538
+ }
1539
+ .tw-py-5 {
1540
+ padding-top: 1.25rem;
1541
+ padding-bottom: 1.25rem;
1542
+ }
1543
+ .tw-py-8 {
1544
+ padding-top: 2rem;
1545
+ padding-bottom: 2rem;
1546
+ }
1547
+ .tw-pb-0 {
1548
+ padding-bottom: 0px;
1549
+ }
1550
+ .tw-pb-16 {
1551
+ padding-bottom: 4rem;
1552
+ }
1553
+ .tw-pb-24 {
1554
+ padding-bottom: 6rem;
1555
+ }
1556
+ .tw-pb-8 {
1557
+ padding-bottom: 2rem;
1558
+ }
1559
+ .tw-pl-0 {
1560
+ padding-left: 0px;
1561
+ }
1562
+ .tw-pl-12 {
1563
+ padding-left: 3rem;
1564
+ }
1565
+ .tw-pl-3 {
1566
+ padding-left: 0.75rem;
1567
+ }
1568
+ .tw-pl-8 {
1569
+ padding-left: 2rem;
1570
+ }
1571
+ .tw-pr-12 {
1572
+ padding-right: 3rem;
1573
+ }
1574
+ .tw-pr-2 {
1575
+ padding-right: 0.5rem;
1576
+ }
1577
+ .tw-pr-4 {
1578
+ padding-right: 1rem;
1579
+ }
1580
+ .tw-pr-6 {
1581
+ padding-right: 1.5rem;
1582
+ }
1583
+ .tw-pt-1 {
1584
+ padding-top: 0.25rem;
1585
+ }
1586
+ .tw-pt-12 {
1587
+ padding-top: 3rem;
1588
+ }
1589
+ .tw-pt-2 {
1590
+ padding-top: 0.5rem;
1591
+ }
1592
+ .tw-pt-6 {
1593
+ padding-top: 1.5rem;
1594
+ }
1595
+ .tw-text-left {
1596
+ text-align: left;
1597
+ }
1598
+ .tw-text-center {
1599
+ text-align: center;
1600
+ }
1601
+ .tw-align-top {
1602
+ vertical-align: top;
1603
+ }
1604
+ .tw-align-middle {
1605
+ vertical-align: middle;
1606
+ }
1607
+ .tw-font-sans {
1608
+ font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
1609
+ }
1610
+ .tw-text-2xl {
1611
+ font-size: 1.5rem;
1612
+ line-height: 2rem;
1613
+ }
1614
+ .tw-text-4xl {
1615
+ font-size: 2.25rem;
1616
+ line-height: 2.5rem;
1617
+ }
1618
+ .tw-text-base {
1619
+ font-size: 1rem;
1620
+ line-height: 1.5rem;
1621
+ }
1622
+ .tw-text-lg {
1623
+ font-size: 1.125rem;
1624
+ line-height: 1.75rem;
1625
+ }
1626
+ .tw-text-sm {
1627
+ font-size: 0.875rem;
1628
+ line-height: 1.25rem;
1629
+ }
1630
+ .tw-text-xs {
1631
+ font-size: 0.75rem;
1632
+ line-height: 1rem;
1633
+ }
1634
+ .tw-font-bold {
1635
+ font-weight: 700;
1636
+ }
1637
+ .tw-font-normal {
1638
+ font-weight: 400;
1639
+ }
1640
+ .tw-font-semibold {
1641
+ font-weight: 600;
1642
+ }
1643
+ .tw-uppercase {
1644
+ text-transform: uppercase;
1645
+ }
1646
+ .tw-capitalize {
1647
+ text-transform: capitalize;
1648
+ }
1649
+ .tw-leading-tight {
1650
+ line-height: 1.25;
1651
+ }
1652
+ .tw-text-black {
1653
+ --tw-text-opacity: 1;
1654
+ color: rgb(0 0 0 / var(--tw-text-opacity));
1655
+ }
1656
+ .tw-text-grayscale-500 {
1657
+ --tw-text-opacity: 1;
1658
+ color: rgb(208 208 208 / var(--tw-text-opacity));
1659
+ }
1660
+ .tw-text-grayscale-600 {
1661
+ --tw-text-opacity: 1;
1662
+ color: rgb(94 94 94 / var(--tw-text-opacity));
1663
+ }
1664
+ .tw-text-grayscale-700 {
1665
+ --tw-text-opacity: 1;
1666
+ color: rgb(43 43 43 / var(--tw-text-opacity));
1667
+ }
1668
+ .tw-text-grayscale-800 {
1669
+ --tw-text-opacity: 1;
1670
+ color: rgb(17 21 23 / var(--tw-text-opacity));
1671
+ }
1672
+ .tw-text-white {
1673
+ --tw-text-opacity: 1;
1674
+ color: rgb(255 255 255 / var(--tw-text-opacity));
1675
+ }
1676
+ .tw-underline {
1677
+ text-decoration-line: underline;
1678
+ }
1679
+ .tw-no-underline {
1680
+ text-decoration-line: none;
1681
+ }
1682
+ .tw-opacity-0 {
1683
+ opacity: 0;
1684
+ }
1685
+ .tw-opacity-100 {
1686
+ opacity: 1;
1687
+ }
1688
+ .tw-opacity-30 {
1689
+ opacity: 0.3;
1690
+ }
1691
+ .tw-opacity-40 {
1692
+ opacity: 0.4;
1693
+ }
1694
+ .tw-opacity-50 {
1695
+ opacity: 0.5;
1696
+ }
1697
+ .\!tw-shadow-\[0_0_0_1px\] {
1698
+ --tw-shadow: 0 0 0 1px !important;
1699
+ --tw-shadow-colored: 0 0 0 1px var(--tw-shadow-color) !important;
1700
+ box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
1701
+ }
1702
+ .\!tw-shadow-\[0_0_0_2px\] {
1703
+ --tw-shadow: 0 0 0 2px !important;
1704
+ --tw-shadow-colored: 0 0 0 2px var(--tw-shadow-color) !important;
1705
+ box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
1706
+ }
1707
+ .tw-shadow {
1708
+ --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
1709
+ --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
1710
+ box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
1711
+ }
1712
+ .tw-shadow-inner {
1713
+ --tw-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
1714
+ --tw-shadow-colored: inset 0 2px 4px 0 var(--tw-shadow-color);
1715
+ box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
1716
+ }
1717
+ .tw-shadow-lg {
1718
+ --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
1719
+ --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
1720
+ box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
1721
+ }
1722
+ .tw-shadow-md {
1723
+ --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
1724
+ --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
1725
+ box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
1726
+ }
1727
+ .tw-shadow-sm {
1728
+ --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
1729
+ --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
1730
+ box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
1731
+ }
1732
+ .tw-shadow-xl {
1733
+ --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
1734
+ --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
1735
+ box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
1736
+ }
1737
+ .tw-outline-none {
1738
+ outline: 2px solid transparent;
1739
+ outline-offset: 2px;
1740
+ }
1741
+ .tw-ring-1 {
1742
+ --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
1743
+ --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
1744
+ box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
1745
+ }
1746
+ .tw-ring-black {
1747
+ --tw-ring-opacity: 1;
1748
+ --tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity));
1749
+ }
1750
+ .tw-ring-opacity-5 {
1751
+ --tw-ring-opacity: 0.05;
1752
+ }
1753
+ .tw-drop-shadow-sm {
1754
+ --tw-drop-shadow: drop-shadow(0 1px 1px rgb(0 0 0 / 0.05));
1755
+ filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
1756
+ }
1757
+ .tw-transition-colors {
1758
+ transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
1759
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
1760
+ transition-duration: 150ms;
1761
+ }
1762
+ .tw-transition-shadow {
1763
+ transition-property: box-shadow;
1764
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
1765
+ transition-duration: 150ms;
1766
+ }
1767
+ .tw-transition-transform {
1768
+ transition-property: transform;
1769
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
1770
+ transition-duration: 150ms;
1771
+ }
1772
+ .tw-duration-200 {
1773
+ transition-duration: 200ms;
1774
+ }
1775
+ .tw-duration-300 {
1776
+ transition-duration: 300ms;
1777
+ }
1778
+ .tw-ease-in-out {
1779
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
1780
+ }
1781
+ .tw-ease-out {
1782
+ transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
1783
+ }
1784
+ .hover\:tw-border-grayscale-400:hover {
1785
+ --tw-border-opacity: 1;
1786
+ border-color: rgb(230 230 230 / var(--tw-border-opacity));
1787
+ }
1788
+ .hover\:tw-bg-grayscale-200:hover {
1789
+ --tw-bg-opacity: 1;
1790
+ background-color: rgb(244 244 244 / var(--tw-bg-opacity));
1791
+ }
1792
+ .hover\:tw-bg-grayscale-300:hover {
1793
+ --tw-bg-opacity: 1;
1794
+ background-color: rgb(239 239 239 / var(--tw-bg-opacity));
1795
+ }
1796
+ .hover\:tw-bg-grayscale-400:hover {
1797
+ --tw-bg-opacity: 1;
1798
+ background-color: rgb(230 230 230 / var(--tw-bg-opacity));
1799
+ }
1800
+ .hover\:tw-text-grayscale-800:hover {
1801
+ --tw-text-opacity: 1;
1802
+ color: rgb(17 21 23 / var(--tw-text-opacity));
1803
+ }
1804
+ .hover\:tw-text-white:hover {
1805
+ --tw-text-opacity: 1;
1806
+ color: rgb(255 255 255 / var(--tw-text-opacity));
1807
+ }
1808
+ .hover\:tw-underline:hover {
1809
+ text-decoration-line: underline;
1810
+ }
1811
+ .hover\:tw-shadow-lg:hover {
1812
+ --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
1813
+ --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
1814
+ box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
1815
+ }
1816
+ .hover\:tw-brightness-\[0\.85\]:hover {
1817
+ --tw-brightness: brightness(0.85);
1818
+ filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
1819
+ }
1820
+ .focus\:tw-border-grayscale-600:focus {
1821
+ --tw-border-opacity: 1;
1822
+ border-color: rgb(94 94 94 / var(--tw-border-opacity));
1823
+ }
1824
+ .focus\:tw-border-grayscale-700:focus {
1825
+ --tw-border-opacity: 1;
1826
+ border-color: rgb(43 43 43 / var(--tw-border-opacity));
1827
+ }
1828
+ .focus\:tw-outline-none:focus {
1829
+ outline: 2px solid transparent;
1830
+ outline-offset: 2px;
1831
+ }
1832
+ @media (min-width: 640px) {
1833
+
1834
+ .sm\:tw-absolute {
1835
+ position: absolute;
1836
+ }
1837
+
1838
+ .sm\:tw-bottom-full {
1839
+ bottom: 100%;
1840
+ }
1841
+
1842
+ .sm\:tw-left-full {
1843
+ left: 100%;
1844
+ }
1845
+
1846
+ .sm\:tw-right-full {
1847
+ right: 100%;
1848
+ }
1849
+
1850
+ .sm\:tw-top-auto {
1851
+ top: auto;
1852
+ }
1853
+
1854
+ .sm\:tw-mx-8 {
1855
+ margin-left: 2rem;
1856
+ margin-right: 2rem;
1857
+ }
1858
+
1859
+ .sm\:tw-mb-4 {
1860
+ margin-bottom: 1rem;
1861
+ }
1862
+
1863
+ .sm\:tw-ml-4 {
1864
+ margin-left: 1rem;
1865
+ }
1866
+
1867
+ .sm\:tw-mr-4 {
1868
+ margin-right: 1rem;
1869
+ }
1870
+
1871
+ .sm\:tw-mt-0 {
1872
+ margin-top: 0px;
1873
+ }
1874
+
1875
+ .sm\:tw-block {
1876
+ display: block;
1877
+ }
1878
+
1879
+ .sm\:tw-inline {
1880
+ display: inline;
1881
+ }
1882
+
1883
+ .sm\:tw-hidden {
1884
+ display: none;
1885
+ }
1886
+
1887
+ .sm\:tw-h-auto {
1888
+ height: auto;
1889
+ }
1890
+
1891
+ .sm\:tw-w-64 {
1892
+ width: 16rem;
1893
+ }
1894
+
1895
+ .sm\:tw-w-72 {
1896
+ width: 18rem;
1897
+ }
1898
+
1899
+ .sm\:tw-w-96 {
1900
+ width: 24rem;
1901
+ }
1902
+
1903
+ .sm\:tw-w-auto {
1904
+ width: auto;
1905
+ }
1906
+
1907
+ .sm\:tw-flex-row {
1908
+ flex-direction: row;
1909
+ }
1910
+
1911
+ .sm\:tw-rounded-md {
1912
+ border-radius: 0.375rem;
1913
+ }
1914
+
1915
+ .sm\:tw-px-4 {
1916
+ padding-left: 1rem;
1917
+ padding-right: 1rem;
1918
+ }
1919
+ }
1920
+ @media (min-width: 768px) {
1921
+
1922
+ .md\:tw-right-6 {
1923
+ right: 1.5rem;
1924
+ }
1925
+
1926
+ .md\:tw-mb-0 {
1927
+ margin-bottom: 0px;
1928
+ }
1929
+
1930
+ .md\:tw-ml-0 {
1931
+ margin-left: 0px;
1932
+ }
1933
+
1934
+ .md\:tw-ml-2 {
1935
+ margin-left: 0.5rem;
1936
+ }
1937
+
1938
+ .md\:tw-ml-3 {
1939
+ margin-left: 0.75rem;
1940
+ }
1941
+
1942
+ .md\:tw-ml-4 {
1943
+ margin-left: 1rem;
1944
+ }
1945
+
1946
+ .md\:tw-mr-2 {
1947
+ margin-right: 0.5rem;
1948
+ }
1949
+
1950
+ .md\:tw-mt-0 {
1951
+ margin-top: 0px;
1952
+ }
1953
+
1954
+ .md\:tw-mt-3 {
1955
+ margin-top: 0.75rem;
1956
+ }
1957
+
1958
+ .md\:tw-flex {
1959
+ display: flex;
1960
+ }
1961
+
1962
+ .md\:tw-grid {
1963
+ display: grid;
1964
+ }
1965
+
1966
+ .md\:tw-hidden {
1967
+ display: none;
1968
+ }
1969
+
1970
+ .md\:tw-h-10 {
1971
+ height: 2.5rem;
1972
+ }
1973
+
1974
+ .md\:tw-h-20 {
1975
+ height: 5rem;
1976
+ }
1977
+
1978
+ .md\:tw-h-full {
1979
+ height: 100%;
1980
+ }
1981
+
1982
+ .md\:tw-w-10 {
1983
+ width: 2.5rem;
1984
+ }
1985
+
1986
+ .md\:tw-w-24 {
1987
+ width: 6rem;
1988
+ }
1989
+
1990
+ .md\:tw-w-auto {
1991
+ width: auto;
1992
+ }
1993
+
1994
+ .md\:tw-w-full {
1995
+ width: 100%;
1996
+ }
1997
+
1998
+ .md\:tw-max-w-full {
1999
+ max-width: 100%;
2000
+ }
2001
+
2002
+ .md\:tw-grow {
2003
+ flex-grow: 1;
2004
+ }
2005
+
2006
+ .md\:tw-grid-cols-2 {
2007
+ grid-template-columns: repeat(2, minmax(0, 1fr));
2008
+ }
2009
+
2010
+ .md\:tw-flex-row {
2011
+ flex-direction: row;
2012
+ }
2013
+
2014
+ .md\:tw-flex-col {
2015
+ flex-direction: column;
2016
+ }
2017
+
2018
+ .md\:tw-items-start {
2019
+ align-items: flex-start;
2020
+ }
2021
+
2022
+ .md\:tw-items-end {
2023
+ align-items: flex-end;
2024
+ }
2025
+
2026
+ .md\:tw-items-center {
2027
+ align-items: center;
2028
+ }
2029
+
2030
+ .md\:tw-justify-start {
2031
+ justify-content: flex-start;
2032
+ }
2033
+
2034
+ .md\:tw-justify-end {
2035
+ justify-content: flex-end;
2036
+ }
2037
+
2038
+ .md\:tw-justify-center {
2039
+ justify-content: center;
2040
+ }
2041
+
2042
+ .md\:tw-gap-2 {
2043
+ gap: 0.5rem;
2044
+ }
2045
+
2046
+ .md\:tw-rounded-l-none {
2047
+ border-top-left-radius: 0px;
2048
+ border-bottom-left-radius: 0px;
2049
+ }
2050
+
2051
+ .md\:tw-rounded-r-none {
2052
+ border-top-right-radius: 0px;
2053
+ border-bottom-right-radius: 0px;
2054
+ }
2055
+
2056
+ .md\:tw-object-contain {
2057
+ -o-object-fit: contain;
2058
+ object-fit: contain;
2059
+ }
2060
+
2061
+ .md\:tw-p-2 {
2062
+ padding: 0.5rem;
2063
+ }
2064
+
2065
+ .md\:tw-p-3 {
2066
+ padding: 0.75rem;
2067
+ }
2068
+
2069
+ .md\:tw-p-6 {
2070
+ padding: 1.5rem;
2071
+ }
2072
+
2073
+ .md\:tw-p-8 {
2074
+ padding: 2rem;
2075
+ }
2076
+
2077
+ .md\:tw-px-4 {
2078
+ padding-left: 1rem;
2079
+ padding-right: 1rem;
2080
+ }
2081
+
2082
+ .md\:tw-px-8 {
2083
+ padding-left: 2rem;
2084
+ padding-right: 2rem;
2085
+ }
2086
+
2087
+ .md\:tw-py-2 {
2088
+ padding-top: 0.5rem;
2089
+ padding-bottom: 0.5rem;
2090
+ }
2091
+
2092
+ .md\:tw-pl-4 {
2093
+ padding-left: 1rem;
2094
+ }
2095
+
2096
+ .md\:tw-pr-2 {
2097
+ padding-right: 0.5rem;
2098
+ }
2099
+
2100
+ .md\:tw-text-left {
2101
+ text-align: left;
2102
+ }
2103
+
2104
+ .md\:tw-text-sm {
2105
+ font-size: 0.875rem;
2106
+ line-height: 1.25rem;
2107
+ }
2108
+
2109
+ .md\:tw-text-xs {
2110
+ font-size: 0.75rem;
2111
+ line-height: 1rem;
2112
+ }
2113
+ }
2114
+ @media (min-width: 1024px) {
2115
+
2116
+ .lg\:tw-static {
2117
+ position: static;
2118
+ }
2119
+
2120
+ .lg\:tw-mb-0 {
2121
+ margin-bottom: 0px;
2122
+ }
2123
+
2124
+ .lg\:tw-mr-8 {
2125
+ margin-right: 2rem;
2126
+ }
2127
+
2128
+ .lg\:tw-flex {
2129
+ display: flex;
2130
+ }
2131
+
2132
+ .lg\:tw-h-auto {
2133
+ height: auto;
2134
+ }
2135
+
2136
+ .lg\:tw-max-w-xl {
2137
+ max-width: 36rem;
2138
+ }
2139
+
2140
+ .lg\:tw-flex-row {
2141
+ flex-direction: row;
2142
+ }
2143
+
2144
+ .lg\:tw-items-center {
2145
+ align-items: center;
2146
+ }
2147
+
2148
+ .lg\:tw-overflow-visible {
2149
+ overflow: visible;
2150
+ }
2151
+
2152
+ .lg\:tw-rounded {
2153
+ border-radius: 0.25rem;
2154
+ }
2155
+
2156
+ .lg\:tw-px-20 {
2157
+ padding-left: 5rem;
2158
+ padding-right: 5rem;
2159
+ }
2160
+
2161
+ .lg\:tw-px-8 {
2162
+ padding-left: 2rem;
2163
+ padding-right: 2rem;
2164
+ }
2165
+
2166
+ .lg\:tw-pb-0 {
2167
+ padding-bottom: 0px;
2168
+ }
2169
+
2170
+ .lg\:tw-pb-8 {
2171
+ padding-bottom: 2rem;
2172
+ }
2173
+
2174
+ .lg\:tw-pt-20 {
2175
+ padding-top: 5rem;
2176
+ }
2177
+ }