@designcrowd/fe-shared-lib 1.5.35 → 1.6.0-eng-4039

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 (782) hide show
  1. package/.eslintrc.js +0 -0
  2. package/.github/workflows/auto-merge.yml +0 -0
  3. package/.github/workflows/claude.yml +0 -0
  4. package/.prettierrc.js +0 -0
  5. package/.storybook/main.ts +0 -0
  6. package/.storybook/preview-head-master.html +0 -0
  7. package/.storybook/preview-head-publish-master.html +0 -0
  8. package/.storybook/preview-head-publish.html +5 -5
  9. package/.storybook/preview-head.html +5 -5
  10. package/.storybook/preview.js +0 -0
  11. package/.storybook-static/css/.keepme +0 -0
  12. package/CLAUDE.md +0 -0
  13. package/Dockerfile +0 -0
  14. package/README.md +0 -0
  15. package/buildspec.yml +0 -0
  16. package/index.cjs +0 -0
  17. package/index.js +0 -2
  18. package/nodemon.translation.json +0 -0
  19. package/npmrc +0 -0
  20. package/package.json +1 -1
  21. package/postcss.config.js +0 -0
  22. package/public/css/.keepme +0 -0
  23. package/public/css/tailwind-brandCrowd.css +0 -9
  24. package/public/css/tailwind-brandPage.css +0 -9
  25. package/public/css/tailwind-crazyDomains.css +0 -9
  26. package/public/css/tailwind-designCom.css +0 -9
  27. package/public/css/tailwind-designCrowd.css +0 -9
  28. package/src/atoms/components/Button/Button.vue +0 -0
  29. package/src/atoms/components/Button/ButtonVariant.mixin.vue +0 -0
  30. package/src/atoms/components/Button/Buttons.stories.js +0 -0
  31. package/src/atoms/components/Button/ButtonsCrazyDomains.stories.js +0 -0
  32. package/src/atoms/components/Button/variants/ButtonAi.vue +0 -0
  33. package/src/atoms/components/Button/variants/ButtonDarkModePill.vue +0 -0
  34. package/src/atoms/components/Button/variants/ButtonFlat.vue +0 -0
  35. package/src/atoms/components/Button/variants/ButtonGray.vue +0 -0
  36. package/src/atoms/components/Button/variants/ButtonInfo.vue +0 -0
  37. package/src/atoms/components/Button/variants/ButtonInfoFilled.vue +0 -0
  38. package/src/atoms/components/Button/variants/ButtonNoBorder.vue +0 -0
  39. package/src/atoms/components/Button/variants/ButtonOutline.vue +0 -0
  40. package/src/atoms/components/Button/variants/ButtonOutlineNoHover.vue +0 -0
  41. package/src/atoms/components/Button/variants/ButtonOutlinePrimary.vue +0 -0
  42. package/src/atoms/components/Button/variants/ButtonOutlineSuccess.vue +0 -0
  43. package/src/atoms/components/Button/variants/ButtonPill.vue +0 -0
  44. package/src/atoms/components/Button/variants/ButtonPrimary.vue +0 -0
  45. package/src/atoms/components/Button/variants/ButtonPrimaryWithIcon.vue +0 -0
  46. package/src/atoms/components/Button/variants/ButtonSecondary.vue +0 -0
  47. package/src/atoms/components/Button/variants/ButtonSuccess.vue +0 -0
  48. package/src/atoms/components/Button/variants/ButtonWarning.vue +0 -0
  49. package/src/atoms/components/Button/variants/crazy-domains/ButtonCrazyDomainsOutline.vue +0 -0
  50. package/src/atoms/components/Button/variants/crazy-domains/ButtonCrazyDomainsPrimary.vue +0 -0
  51. package/src/atoms/components/ButtonGroup/ButtonGroup.stories.js +0 -0
  52. package/src/atoms/components/ButtonGroup/ButtonGroup.vue +0 -0
  53. package/src/atoms/components/Carousel/Carousel.fixtures.js +0 -0
  54. package/src/atoms/components/Carousel/Carousel.vue +35 -3
  55. package/src/atoms/components/Carousel/carousel.stories.js +122 -0
  56. package/src/atoms/components/Checkbox/Checkbox.mixin.js +0 -0
  57. package/src/atoms/components/Checkbox/Checkbox.stories.js +0 -0
  58. package/src/atoms/components/Checkbox/Checkbox.vue +0 -0
  59. package/src/atoms/components/Checktile/Checktile.stories.js +0 -0
  60. package/src/atoms/components/Checktile/Checktile.vue +0 -0
  61. package/src/atoms/components/CollapsiblePanel/CollapsiblePanel.mixin.js +0 -0
  62. package/src/atoms/components/CollapsiblePanel/CollapsiblePanel.stories.js +0 -0
  63. package/src/atoms/components/CollapsiblePanel/CollapsiblePanel.vue +0 -0
  64. package/src/atoms/components/ColorPicker/ColorPicker.stories.js +0 -0
  65. package/src/atoms/components/ColorPicker/ColorPicker.vue +0 -0
  66. package/src/atoms/components/CopyToClipboardText/CopyToClipboardText.stories.js +0 -0
  67. package/src/atoms/components/CopyToClipboardText/CopyToClipboardText.vue +0 -0
  68. package/src/atoms/components/Dropdown/Dropdown.stories.js +0 -0
  69. package/src/atoms/components/Dropdown/Dropdown.vue +0 -0
  70. package/src/atoms/components/Dropdown/DropdownItem.vue +0 -0
  71. package/src/atoms/components/FormControl/FormControl.mixin.js +0 -0
  72. package/src/atoms/components/HelloBar/HelloBar.stories.js +0 -0
  73. package/src/atoms/components/HelloBar/HelloBar.vue +0 -0
  74. package/src/atoms/components/Icon/Icon.stories.js +0 -0
  75. package/src/atoms/components/Icon/Icon.vue +0 -0
  76. package/src/atoms/components/Icon/icons/about.vue +0 -0
  77. package/src/atoms/components/Icon/icons/add-page.vue +0 -0
  78. package/src/atoms/components/Icon/icons/ai.vue +0 -0
  79. package/src/atoms/components/Icon/icons/annotate-heart.vue +0 -0
  80. package/src/atoms/components/Icon/icons/arrow-down.vue +0 -0
  81. package/src/atoms/components/Icon/icons/arrow-left.vue +0 -0
  82. package/src/atoms/components/Icon/icons/arrow-right.vue +0 -0
  83. package/src/atoms/components/Icon/icons/arrow-top-right.vue +0 -0
  84. package/src/atoms/components/Icon/icons/arrow-up-underline.vue +0 -0
  85. package/src/atoms/components/Icon/icons/arrow-up.vue +0 -0
  86. package/src/atoms/components/Icon/icons/attach.vue +0 -0
  87. package/src/atoms/components/Icon/icons/auth-facebook-white.vue +0 -0
  88. package/src/atoms/components/Icon/icons/auth-facebook.vue +0 -0
  89. package/src/atoms/components/Icon/icons/auth-google.vue +0 -0
  90. package/src/atoms/components/Icon/icons/award.vue +0 -0
  91. package/src/atoms/components/Icon/icons/background.vue +0 -0
  92. package/src/atoms/components/Icon/icons/badge.vue +0 -0
  93. package/src/atoms/components/Icon/icons/ban.vue +0 -0
  94. package/src/atoms/components/Icon/icons/banner-centered.vue +0 -0
  95. package/src/atoms/components/Icon/icons/banner-left.vue +0 -0
  96. package/src/atoms/components/Icon/icons/banner.vue +0 -0
  97. package/src/atoms/components/Icon/icons/bc-mast.vue +0 -0
  98. package/src/atoms/components/Icon/icons/bezier-curve-outline.vue +0 -0
  99. package/src/atoms/components/Icon/icons/bezier-curve.vue +0 -0
  100. package/src/atoms/components/Icon/icons/briefcase.vue +0 -0
  101. package/src/atoms/components/Icon/icons/browser.vue +0 -0
  102. package/src/atoms/components/Icon/icons/brush.vue +0 -0
  103. package/src/atoms/components/Icon/icons/business-card-filled.vue +0 -0
  104. package/src/atoms/components/Icon/icons/business.vue +0 -0
  105. package/src/atoms/components/Icon/icons/button-justified.vue +0 -0
  106. package/src/atoms/components/Icon/icons/button.vue +0 -0
  107. package/src/atoms/components/Icon/icons/buttons/button-arrow-left.vue +0 -0
  108. package/src/atoms/components/Icon/icons/buttons/button-arrow-right.vue +0 -0
  109. package/src/atoms/components/Icon/icons/buttons/button-arrow.vue +0 -0
  110. package/src/atoms/components/Icon/icons/buttons/button-brushstroke-left.vue +0 -0
  111. package/src/atoms/components/Icon/icons/buttons/button-brushstroke-right.vue +0 -0
  112. package/src/atoms/components/Icon/icons/buttons/button-brushstroke.vue +0 -0
  113. package/src/atoms/components/Icon/icons/buttons/button-dashed-oval.vue +0 -0
  114. package/src/atoms/components/Icon/icons/buttons/button-dashed-rectangle.vue +0 -0
  115. package/src/atoms/components/Icon/icons/buttons/button-dashed-rounded.vue +0 -0
  116. package/src/atoms/components/Icon/icons/buttons/button-doubleline-oval.vue +0 -0
  117. package/src/atoms/components/Icon/icons/buttons/button-doubleline-rectangle.vue +0 -0
  118. package/src/atoms/components/Icon/icons/buttons/button-doubleline-rounded.vue +0 -0
  119. package/src/atoms/components/Icon/icons/buttons/button-paper-bottom.vue +0 -0
  120. package/src/atoms/components/Icon/icons/buttons/button-paper-top.vue +0 -0
  121. package/src/atoms/components/Icon/icons/buttons/button-paper.vue +0 -0
  122. package/src/atoms/components/Icon/icons/buttons/button-softshadow-oval.vue +0 -0
  123. package/src/atoms/components/Icon/icons/buttons/button-softshadow-rectangle.vue +0 -0
  124. package/src/atoms/components/Icon/icons/buttons/button-softshadow-rounded.vue +0 -0
  125. package/src/atoms/components/Icon/icons/calculator.vue +0 -0
  126. package/src/atoms/components/Icon/icons/calendar.vue +0 -0
  127. package/src/atoms/components/Icon/icons/callout-error.vue +0 -0
  128. package/src/atoms/components/Icon/icons/callout-info.vue +0 -0
  129. package/src/atoms/components/Icon/icons/callout-success.vue +0 -0
  130. package/src/atoms/components/Icon/icons/callout-warning.vue +0 -0
  131. package/src/atoms/components/Icon/icons/cap.vue +0 -0
  132. package/src/atoms/components/Icon/icons/card-vertical.vue +0 -0
  133. package/src/atoms/components/Icon/icons/card.vue +0 -0
  134. package/src/atoms/components/Icon/icons/cart-empty.vue +0 -0
  135. package/src/atoms/components/Icon/icons/check-thin.vue +0 -0
  136. package/src/atoms/components/Icon/icons/check.vue +0 -0
  137. package/src/atoms/components/Icon/icons/chevron-down.vue +0 -0
  138. package/src/atoms/components/Icon/icons/chevron-left.vue +0 -0
  139. package/src/atoms/components/Icon/icons/chevron-right-wide.vue +0 -0
  140. package/src/atoms/components/Icon/icons/chevron-right.vue +0 -0
  141. package/src/atoms/components/Icon/icons/chevron-up.vue +0 -0
  142. package/src/atoms/components/Icon/icons/clipboard-check.vue +0 -0
  143. package/src/atoms/components/Icon/icons/close.vue +0 -0
  144. package/src/atoms/components/Icon/icons/column-1.vue +0 -0
  145. package/src/atoms/components/Icon/icons/column-2.vue +0 -0
  146. package/src/atoms/components/Icon/icons/column-3.vue +0 -0
  147. package/src/atoms/components/Icon/icons/column-4.vue +0 -0
  148. package/src/atoms/components/Icon/icons/community.vue +0 -0
  149. package/src/atoms/components/Icon/icons/contact-message.vue +0 -0
  150. package/src/atoms/components/Icon/icons/content.vue +0 -0
  151. package/src/atoms/components/Icon/icons/copy.vue +0 -0
  152. package/src/atoms/components/Icon/icons/crazy-domains/filter.vue +0 -0
  153. package/src/atoms/components/Icon/icons/crazy-domains/globe.vue +0 -0
  154. package/src/atoms/components/Icon/icons/crazy-domains/home.vue +0 -0
  155. package/src/atoms/components/Icon/icons/crazy-domains/social-facebook.vue +0 -0
  156. package/src/atoms/components/Icon/icons/crazy-domains/social-google.vue +0 -0
  157. package/src/atoms/components/Icon/icons/crazy-domains/social-instagram.vue +0 -0
  158. package/src/atoms/components/Icon/icons/crazy-domains/social-twitter.vue +0 -0
  159. package/src/atoms/components/Icon/icons/crazy-domains/social-youtube.vue +0 -0
  160. package/src/atoms/components/Icon/icons/crop.vue +0 -0
  161. package/src/atoms/components/Icon/icons/crown-alt.vue +0 -0
  162. package/src/atoms/components/Icon/icons/crown.vue +0 -0
  163. package/src/atoms/components/Icon/icons/delete.vue +0 -0
  164. package/src/atoms/components/Icon/icons/designs.vue +0 -0
  165. package/src/atoms/components/Icon/icons/desktop.vue +0 -0
  166. package/src/atoms/components/Icon/icons/digital-business-card-filled.vue +0 -0
  167. package/src/atoms/components/Icon/icons/divider-thick.vue +0 -0
  168. package/src/atoms/components/Icon/icons/divider-thin.vue +0 -0
  169. package/src/atoms/components/Icon/icons/divider.vue +0 -0
  170. package/src/atoms/components/Icon/icons/donate.vue +0 -0
  171. package/src/atoms/components/Icon/icons/download.vue +0 -0
  172. package/src/atoms/components/Icon/icons/duplicate.vue +0 -0
  173. package/src/atoms/components/Icon/icons/edit-line.vue +0 -0
  174. package/src/atoms/components/Icon/icons/edit.vue +0 -0
  175. package/src/atoms/components/Icon/icons/ellipsis.vue +0 -0
  176. package/src/atoms/components/Icon/icons/envelope-email.vue +0 -0
  177. package/src/atoms/components/Icon/icons/error.vue +0 -0
  178. package/src/atoms/components/Icon/icons/eye-crossed.vue +0 -0
  179. package/src/atoms/components/Icon/icons/eye-open.vue +0 -0
  180. package/src/atoms/components/Icon/icons/fees.vue +0 -0
  181. package/src/atoms/components/Icon/icons/file-empty.vue +0 -0
  182. package/src/atoms/components/Icon/icons/file.vue +0 -0
  183. package/src/atoms/components/Icon/icons/filter.vue +0 -0
  184. package/src/atoms/components/Icon/icons/filters.vue +0 -0
  185. package/src/atoms/components/Icon/icons/flag.vue +0 -0
  186. package/src/atoms/components/Icon/icons/flip-horizontal.vue +0 -0
  187. package/src/atoms/components/Icon/icons/flip-vertical.vue +0 -0
  188. package/src/atoms/components/Icon/icons/folder.vue +0 -0
  189. package/src/atoms/components/Icon/icons/font.vue +0 -0
  190. package/src/atoms/components/Icon/icons/footer-centered.vue +0 -0
  191. package/src/atoms/components/Icon/icons/footer-left.vue +0 -0
  192. package/src/atoms/components/Icon/icons/form-message.vue +0 -0
  193. package/src/atoms/components/Icon/icons/form.vue +0 -0
  194. package/src/atoms/components/Icon/icons/fullscreen-exit.vue +0 -0
  195. package/src/atoms/components/Icon/icons/fullscreen.vue +0 -0
  196. package/src/atoms/components/Icon/icons/globe.vue +0 -0
  197. package/src/atoms/components/Icon/icons/godaddy/logo.vue +0 -0
  198. package/src/atoms/components/Icon/icons/group.vue +0 -0
  199. package/src/atoms/components/Icon/icons/hamburger-1.vue +0 -0
  200. package/src/atoms/components/Icon/icons/hamburger-2.vue +0 -0
  201. package/src/atoms/components/Icon/icons/hamburger-3.vue +0 -0
  202. package/src/atoms/components/Icon/icons/hamburger-4.vue +0 -0
  203. package/src/atoms/components/Icon/icons/hamburger.vue +0 -0
  204. package/src/atoms/components/Icon/icons/headphones.vue +0 -0
  205. package/src/atoms/components/Icon/icons/home-outline.vue +0 -0
  206. package/src/atoms/components/Icon/icons/home.vue +0 -0
  207. package/src/atoms/components/Icon/icons/icon-style-circle-bg.vue +0 -0
  208. package/src/atoms/components/Icon/icons/icon-style-no-bg.vue +0 -0
  209. package/src/atoms/components/Icon/icons/icon-style-square-bg.vue +0 -0
  210. package/src/atoms/components/Icon/icons/image-gallery-carousel.vue +0 -0
  211. package/src/atoms/components/Icon/icons/image-gallery-grid.vue +0 -0
  212. package/src/atoms/components/Icon/icons/image-gallery-masonry.vue +0 -0
  213. package/src/atoms/components/Icon/icons/image.vue +0 -0
  214. package/src/atoms/components/Icon/icons/images-gallery.vue +0 -0
  215. package/src/atoms/components/Icon/icons/images.vue +0 -0
  216. package/src/atoms/components/Icon/icons/info.vue +0 -0
  217. package/src/atoms/components/Icon/icons/jobs.vue +0 -0
  218. package/src/atoms/components/Icon/icons/layer-bring-front.vue +0 -0
  219. package/src/atoms/components/Icon/icons/layer-send-back.vue +0 -0
  220. package/src/atoms/components/Icon/icons/layer.vue +0 -0
  221. package/src/atoms/components/Icon/icons/layout/display-style-about-1.vue +0 -0
  222. package/src/atoms/components/Icon/icons/layout/display-style-about-2.vue +0 -0
  223. package/src/atoms/components/Icon/icons/layout/display-style-about-3.vue +0 -0
  224. package/src/atoms/components/Icon/icons/layout/display-style-about-4.vue +0 -0
  225. package/src/atoms/components/Icon/icons/layout/display-style-about-5.vue +0 -0
  226. package/src/atoms/components/Icon/icons/layout/display-style-about-6.vue +0 -0
  227. package/src/atoms/components/Icon/icons/layout/display-style-banner-1.vue +0 -0
  228. package/src/atoms/components/Icon/icons/layout/display-style-banner-2.vue +0 -0
  229. package/src/atoms/components/Icon/icons/layout/display-style-banner-3.vue +0 -0
  230. package/src/atoms/components/Icon/icons/layout/display-style-banner-4.vue +0 -0
  231. package/src/atoms/components/Icon/icons/layout/display-style-banner-5.vue +0 -0
  232. package/src/atoms/components/Icon/icons/layout/display-style-banner-6.vue +0 -0
  233. package/src/atoms/components/Icon/icons/layout/display-style-banner-7.vue +0 -0
  234. package/src/atoms/components/Icon/icons/layout/display-style-banner-8.vue +0 -0
  235. package/src/atoms/components/Icon/icons/layout/display-style-banner-9.vue +0 -0
  236. package/src/atoms/components/Icon/icons/layout/display-style-contact-1.vue +0 -0
  237. package/src/atoms/components/Icon/icons/layout/display-style-contact-2.vue +0 -0
  238. package/src/atoms/components/Icon/icons/layout/display-style-contact-4.vue +0 -0
  239. package/src/atoms/components/Icon/icons/layout/display-style-contact-5.vue +0 -0
  240. package/src/atoms/components/Icon/icons/layout/display-style-contact-6.vue +0 -0
  241. package/src/atoms/components/Icon/icons/layout/display-style-images-1.vue +0 -0
  242. package/src/atoms/components/Icon/icons/layout/display-style-images-2.vue +0 -0
  243. package/src/atoms/components/Icon/icons/layout/display-style-images-3.vue +0 -0
  244. package/src/atoms/components/Icon/icons/layout/display-style-images-4.vue +0 -0
  245. package/src/atoms/components/Icon/icons/layout/display-style-images-5.vue +0 -0
  246. package/src/atoms/components/Icon/icons/layout/display-style-images-6.vue +0 -0
  247. package/src/atoms/components/Icon/icons/layout/footer/display-style-1.vue +0 -0
  248. package/src/atoms/components/Icon/icons/layout/footer/display-style-2.vue +0 -0
  249. package/src/atoms/components/Icon/icons/layout/header/desktop-hamburger-display-style-1.vue +0 -0
  250. package/src/atoms/components/Icon/icons/layout/header/desktop-hamburger-display-style-2.vue +0 -0
  251. package/src/atoms/components/Icon/icons/layout/header/desktop-tab-display-style-1.vue +0 -0
  252. package/src/atoms/components/Icon/icons/layout/header/desktop-tab-display-style-2.vue +0 -0
  253. package/src/atoms/components/Icon/icons/layout/header/desktop-tab-display-style-3.vue +0 -0
  254. package/src/atoms/components/Icon/icons/layout/header/desktop-tab-display-style-4.vue +0 -0
  255. package/src/atoms/components/Icon/icons/layout/header/desktop-tab-display-style-5.vue +0 -0
  256. package/src/atoms/components/Icon/icons/layout/header/desktop-tab-display-style-6.vue +0 -0
  257. package/src/atoms/components/Icon/icons/layout/header/hamburger-display-style-no-logo-1.vue +0 -0
  258. package/src/atoms/components/Icon/icons/layout/header/hamburger-display-style-no-logo-2.vue +0 -0
  259. package/src/atoms/components/Icon/icons/layout/header/hamburger-display-style-no-logo-3.vue +0 -0
  260. package/src/atoms/components/Icon/icons/layout/header/mobile-hamburger-display-style-1.vue +0 -0
  261. package/src/atoms/components/Icon/icons/layout/header/mobile-hamburger-display-style-2.vue +0 -0
  262. package/src/atoms/components/Icon/icons/layout/header/mobile-hamburger-display-style-3.vue +0 -0
  263. package/src/atoms/components/Icon/icons/layout/header/mobile-hamburger-display-style-4.vue +0 -0
  264. package/src/atoms/components/Icon/icons/layout/header/mobile-tab-display-style-1.vue +0 -0
  265. package/src/atoms/components/Icon/icons/layout/header/mobile-tab-display-style-2.vue +0 -0
  266. package/src/atoms/components/Icon/icons/layout/header/tab-display-style-no-logo-1.vue +0 -0
  267. package/src/atoms/components/Icon/icons/layout/header/tab-display-style-no-logo-2.vue +0 -0
  268. package/src/atoms/components/Icon/icons/layout/header/tab-display-style-no-logo-3.vue +0 -0
  269. package/src/atoms/components/Icon/icons/layout/layout-icon-bottom-normal-text-center-normal.vue +0 -0
  270. package/src/atoms/components/Icon/icons/layout/layout-icon-bottom-normal-text-center-small.vue +0 -0
  271. package/src/atoms/components/Icon/icons/layout/layout-icon-bottom-small-text-center-normal.vue +0 -0
  272. package/src/atoms/components/Icon/icons/layout/layout-icon-center-normal-curved-text-bottom.vue +0 -0
  273. package/src/atoms/components/Icon/icons/layout/layout-icon-center-normal-curved-text-circle.vue +0 -0
  274. package/src/atoms/components/Icon/icons/layout/layout-icon-center-normal-curved-text-top.vue +0 -0
  275. package/src/atoms/components/Icon/icons/layout/layout-icon-left-normal-text-center-normal.vue +0 -0
  276. package/src/atoms/components/Icon/icons/layout/layout-icon-left-normal-text-justify-normal.vue +0 -0
  277. package/src/atoms/components/Icon/icons/layout/layout-icon-left-normal-text-left-normal.vue +0 -0
  278. package/src/atoms/components/Icon/icons/layout/layout-icon-left-small-text-left-normal.vue +0 -0
  279. package/src/atoms/components/Icon/icons/layout/layout-icon-right-normal-text-center-normal.vue +0 -0
  280. package/src/atoms/components/Icon/icons/layout/layout-icon-right-normal-text-justify-normal.vue +0 -0
  281. package/src/atoms/components/Icon/icons/layout/layout-icon-right-normal-text-right-normal.vue +0 -0
  282. package/src/atoms/components/Icon/icons/layout/layout-icon-right-small-text-right-normal.vue +0 -0
  283. package/src/atoms/components/Icon/icons/layout/layout-icon-top-normal-text-center-normal.vue +0 -0
  284. package/src/atoms/components/Icon/icons/layout/layout-icon-top-normal-text-center-small.vue +0 -0
  285. package/src/atoms/components/Icon/icons/layout/layout-icon-top-normal-text-justify-normal.vue +0 -0
  286. package/src/atoms/components/Icon/icons/layout/layout-icon-top-small-text-center-normal.vue +0 -0
  287. package/src/atoms/components/Icon/icons/layout/nav/hamburger/display-style-1.vue +0 -0
  288. package/src/atoms/components/Icon/icons/layout/nav/hamburger/display-style-2.vue +0 -0
  289. package/src/atoms/components/Icon/icons/layout/nav/hamburger/display-style-3.vue +0 -0
  290. package/src/atoms/components/Icon/icons/layout/nav/hamburger/display-style-4.vue +0 -0
  291. package/src/atoms/components/Icon/icons/layout/nav/tab/display-style-1.vue +0 -0
  292. package/src/atoms/components/Icon/icons/layout/nav/tab/display-style-2.vue +0 -0
  293. package/src/atoms/components/Icon/icons/letterhead-filled.vue +0 -0
  294. package/src/atoms/components/Icon/icons/lightning.vue +0 -0
  295. package/src/atoms/components/Icon/icons/link-in-bio-filled.vue +0 -0
  296. package/src/atoms/components/Icon/icons/link.vue +0 -0
  297. package/src/atoms/components/Icon/icons/location.vue +0 -0
  298. package/src/atoms/components/Icon/icons/lock.vue +0 -0
  299. package/src/atoms/components/Icon/icons/logo.vue +0 -0
  300. package/src/atoms/components/Icon/icons/mac-command.vue +0 -0
  301. package/src/atoms/components/Icon/icons/maker/align-center.vue +0 -0
  302. package/src/atoms/components/Icon/icons/maker/align-justify.vue +0 -0
  303. package/src/atoms/components/Icon/icons/maker/align-left.vue +0 -0
  304. package/src/atoms/components/Icon/icons/maker/align-right.vue +0 -0
  305. package/src/atoms/components/Icon/icons/maker/animate.vue +0 -0
  306. package/src/atoms/components/Icon/icons/maker/bold.vue +0 -0
  307. package/src/atoms/components/Icon/icons/maker/custom-landscape.vue +0 -0
  308. package/src/atoms/components/Icon/icons/maker/email-symbol.vue +0 -0
  309. package/src/atoms/components/Icon/icons/maker/email.vue +0 -0
  310. package/src/atoms/components/Icon/icons/maker/eraser.vue +0 -0
  311. package/src/atoms/components/Icon/icons/maker/etsy.vue +0 -0
  312. package/src/atoms/components/Icon/icons/maker/facebook.vue +0 -0
  313. package/src/atoms/components/Icon/icons/maker/favicon.vue +0 -0
  314. package/src/atoms/components/Icon/icons/maker/flyer.vue +0 -0
  315. package/src/atoms/components/Icon/icons/maker/gift-certificate.vue +0 -0
  316. package/src/atoms/components/Icon/icons/maker/globe.vue +0 -0
  317. package/src/atoms/components/Icon/icons/maker/image.vue +0 -0
  318. package/src/atoms/components/Icon/icons/maker/instagram.vue +0 -0
  319. package/src/atoms/components/Icon/icons/maker/invitation.vue +0 -0
  320. package/src/atoms/components/Icon/icons/maker/invoice.vue +0 -0
  321. package/src/atoms/components/Icon/icons/maker/italic.vue +0 -0
  322. package/src/atoms/components/Icon/icons/maker/link.vue +0 -0
  323. package/src/atoms/components/Icon/icons/maker/linkedin.vue +0 -0
  324. package/src/atoms/components/Icon/icons/maker/menu.vue +0 -0
  325. package/src/atoms/components/Icon/icons/maker/pause.vue +0 -0
  326. package/src/atoms/components/Icon/icons/maker/phone.vue +0 -0
  327. package/src/atoms/components/Icon/icons/maker/pinterest.vue +0 -0
  328. package/src/atoms/components/Icon/icons/maker/play.vue +0 -0
  329. package/src/atoms/components/Icon/icons/maker/postcard.vue +0 -0
  330. package/src/atoms/components/Icon/icons/maker/poster.vue +0 -0
  331. package/src/atoms/components/Icon/icons/maker/profile.vue +0 -0
  332. package/src/atoms/components/Icon/icons/maker/qrcode.vue +0 -0
  333. package/src/atoms/components/Icon/icons/maker/snapchat.vue +0 -0
  334. package/src/atoms/components/Icon/icons/maker/soundcloud.vue +0 -0
  335. package/src/atoms/components/Icon/icons/maker/spacing.vue +0 -0
  336. package/src/atoms/components/Icon/icons/maker/strikethrough.vue +0 -0
  337. package/src/atoms/components/Icon/icons/maker/t-shirt.vue +0 -0
  338. package/src/atoms/components/Icon/icons/maker/text-background-color.vue +0 -0
  339. package/src/atoms/components/Icon/icons/maker/text-color.vue +0 -0
  340. package/src/atoms/components/Icon/icons/maker/text.vue +0 -0
  341. package/src/atoms/components/Icon/icons/maker/thankyou-card.vue +0 -0
  342. package/src/atoms/components/Icon/icons/maker/tiktok.vue +0 -0
  343. package/src/atoms/components/Icon/icons/maker/tumblr.vue +0 -0
  344. package/src/atoms/components/Icon/icons/maker/twitch.vue +0 -0
  345. package/src/atoms/components/Icon/icons/maker/twitter.vue +0 -0
  346. package/src/atoms/components/Icon/icons/maker/underline.vue +0 -0
  347. package/src/atoms/components/Icon/icons/maker/uppercase.vue +0 -0
  348. package/src/atoms/components/Icon/icons/maker/video.vue +0 -0
  349. package/src/atoms/components/Icon/icons/maker/whatsapp.vue +0 -0
  350. package/src/atoms/components/Icon/icons/maker/youtube.vue +0 -0
  351. package/src/atoms/components/Icon/icons/maker/zoom.vue +0 -0
  352. package/src/atoms/components/Icon/icons/map.vue +0 -0
  353. package/src/atoms/components/Icon/icons/media.vue +0 -0
  354. package/src/atoms/components/Icon/icons/message.vue +0 -0
  355. package/src/atoms/components/Icon/icons/minus-circle-light.vue +0 -0
  356. package/src/atoms/components/Icon/icons/minus.vue +0 -0
  357. package/src/atoms/components/Icon/icons/mobile.vue +0 -0
  358. package/src/atoms/components/Icon/icons/mug.vue +0 -0
  359. package/src/atoms/components/Icon/icons/opacity.vue +0 -0
  360. package/src/atoms/components/Icon/icons/other.vue +0 -0
  361. package/src/atoms/components/Icon/icons/page-blank.vue +0 -0
  362. package/src/atoms/components/Icon/icons/page-buttons.vue +0 -0
  363. package/src/atoms/components/Icon/icons/page-hamburger.vue +0 -0
  364. package/src/atoms/components/Icon/icons/page-tabs.vue +0 -0
  365. package/src/atoms/components/Icon/icons/pages.vue +0 -0
  366. package/src/atoms/components/Icon/icons/palette-outline.vue +0 -0
  367. package/src/atoms/components/Icon/icons/palette.vue +0 -0
  368. package/src/atoms/components/Icon/icons/pause.vue +0 -0
  369. package/src/atoms/components/Icon/icons/payment.vue +0 -0
  370. package/src/atoms/components/Icon/icons/payments-featured.vue +0 -0
  371. package/src/atoms/components/Icon/icons/payments-textonly.vue +0 -0
  372. package/src/atoms/components/Icon/icons/payments-thumbnail.vue +0 -0
  373. package/src/atoms/components/Icon/icons/pen-outline.vue +0 -0
  374. package/src/atoms/components/Icon/icons/pen-sparkle.vue +0 -0
  375. package/src/atoms/components/Icon/icons/pen-tool.vue +0 -0
  376. package/src/atoms/components/Icon/icons/pen.vue +0 -0
  377. package/src/atoms/components/Icon/icons/phone.vue +0 -0
  378. package/src/atoms/components/Icon/icons/plus-circle-light.vue +0 -0
  379. package/src/atoms/components/Icon/icons/plus-circle.vue +0 -0
  380. package/src/atoms/components/Icon/icons/plus.vue +0 -0
  381. package/src/atoms/components/Icon/icons/poll.vue +0 -0
  382. package/src/atoms/components/Icon/icons/portfolio.vue +0 -0
  383. package/src/atoms/components/Icon/icons/premium-content.vue +0 -0
  384. package/src/atoms/components/Icon/icons/preview.vue +0 -0
  385. package/src/atoms/components/Icon/icons/printing.vue +0 -0
  386. package/src/atoms/components/Icon/icons/processing.vue +0 -0
  387. package/src/atoms/components/Icon/icons/question-alt.vue +0 -0
  388. package/src/atoms/components/Icon/icons/question.vue +0 -0
  389. package/src/atoms/components/Icon/icons/quote.vue +0 -0
  390. package/src/atoms/components/Icon/icons/ratio-1-1.vue +0 -0
  391. package/src/atoms/components/Icon/icons/ratio-16-9.vue +0 -0
  392. package/src/atoms/components/Icon/icons/ratio-2-3.vue +0 -0
  393. package/src/atoms/components/Icon/icons/ratio-3-2.vue +0 -0
  394. package/src/atoms/components/Icon/icons/ratio-3-4.vue +0 -0
  395. package/src/atoms/components/Icon/icons/ratio-4-3.vue +0 -0
  396. package/src/atoms/components/Icon/icons/ratio-9-16.vue +0 -0
  397. package/src/atoms/components/Icon/icons/ratio-circle.vue +0 -0
  398. package/src/atoms/components/Icon/icons/ratio-original.vue +0 -0
  399. package/src/atoms/components/Icon/icons/redo.vue +0 -0
  400. package/src/atoms/components/Icon/icons/reload.vue +0 -0
  401. package/src/atoms/components/Icon/icons/reorderable.vue +0 -0
  402. package/src/atoms/components/Icon/icons/request-payment.vue +0 -0
  403. package/src/atoms/components/Icon/icons/reset.vue +0 -0
  404. package/src/atoms/components/Icon/icons/resize.vue +0 -0
  405. package/src/atoms/components/Icon/icons/search.vue +0 -0
  406. package/src/atoms/components/Icon/icons/secure.vue +0 -0
  407. package/src/atoms/components/Icon/icons/send.vue +0 -0
  408. package/src/atoms/components/Icon/icons/services.vue +0 -0
  409. package/src/atoms/components/Icon/icons/settings.vue +0 -0
  410. package/src/atoms/components/Icon/icons/shape.vue +0 -0
  411. package/src/atoms/components/Icon/icons/share.vue +0 -0
  412. package/src/atoms/components/Icon/icons/shield-tick.vue +0 -0
  413. package/src/atoms/components/Icon/icons/shop.vue +0 -0
  414. package/src/atoms/components/Icon/icons/sms.vue +0 -0
  415. package/src/atoms/components/Icon/icons/social-facebook-color.vue +0 -0
  416. package/src/atoms/components/Icon/icons/social-facebook.vue +0 -0
  417. package/src/atoms/components/Icon/icons/social-google.vue +0 -0
  418. package/src/atoms/components/Icon/icons/social-instagram-color.vue +0 -0
  419. package/src/atoms/components/Icon/icons/social-linkedin-color.vue +0 -0
  420. package/src/atoms/components/Icon/icons/social-share.vue +0 -0
  421. package/src/atoms/components/Icon/icons/social-twitter-color.vue +0 -0
  422. package/src/atoms/components/Icon/icons/sparkle-square.vue +0 -0
  423. package/src/atoms/components/Icon/icons/star-filled.vue +0 -0
  424. package/src/atoms/components/Icon/icons/star-hollow.vue +0 -0
  425. package/src/atoms/components/Icon/icons/sticker.vue +0 -0
  426. package/src/atoms/components/Icon/icons/stop.vue +0 -0
  427. package/src/atoms/components/Icon/icons/styles.vue +0 -0
  428. package/src/atoms/components/Icon/icons/submit.vue +0 -0
  429. package/src/atoms/components/Icon/icons/templates.vue +0 -0
  430. package/src/atoms/components/Icon/icons/testimonial-big-image.vue +0 -0
  431. package/src/atoms/components/Icon/icons/testimonial-centered.vue +0 -0
  432. package/src/atoms/components/Icon/icons/testimonial-columns.vue +0 -0
  433. package/src/atoms/components/Icon/icons/text-image-center.vue +0 -0
  434. package/src/atoms/components/Icon/icons/text-image-justified.vue +0 -0
  435. package/src/atoms/components/Icon/icons/text-image-left.vue +0 -0
  436. package/src/atoms/components/Icon/icons/text-image-only.vue +0 -0
  437. package/src/atoms/components/Icon/icons/text-image-right.vue +0 -0
  438. package/src/atoms/components/Icon/icons/text-image.vue +0 -0
  439. package/src/atoms/components/Icon/icons/time.vue +0 -0
  440. package/src/atoms/components/Icon/icons/tooltip-bottom.vue +0 -0
  441. package/src/atoms/components/Icon/icons/tooltip-left.vue +0 -0
  442. package/src/atoms/components/Icon/icons/tooltip-right.vue +0 -0
  443. package/src/atoms/components/Icon/icons/tooltip-top.vue +0 -0
  444. package/src/atoms/components/Icon/icons/undo.vue +0 -0
  445. package/src/atoms/components/Icon/icons/upgrade-alt.vue +0 -0
  446. package/src/atoms/components/Icon/icons/upgrade.vue +0 -0
  447. package/src/atoms/components/Icon/icons/upload-arrow.vue +0 -0
  448. package/src/atoms/components/Icon/icons/upload.vue +0 -0
  449. package/src/atoms/components/Icon/icons/user-accounts.vue +0 -0
  450. package/src/atoms/components/Icon/icons/user-headset.vue +0 -0
  451. package/src/atoms/components/Icon/icons/volume-muted.vue +0 -0
  452. package/src/atoms/components/Icon/icons/volume.vue +0 -0
  453. package/src/atoms/components/Icon/icons/watchlist-filled.vue +0 -0
  454. package/src/atoms/components/Icon/icons/watchlist-hollow-alt.vue +0 -0
  455. package/src/atoms/components/Icon/icons/watchlist-hollow.vue +0 -0
  456. package/src/atoms/components/Icon/icons/website-filled.vue +0 -0
  457. package/src/atoms/components/Icon/icons/website.vue +0 -0
  458. package/src/atoms/components/Icon/icons/websites/upgrade-to-add-page.vue +0 -0
  459. package/src/atoms/components/Icon/icons/websites/upgrade-to-contact-form.vue +0 -0
  460. package/src/atoms/components/Icon/icons/websites/upgrade-to-google-ad.vue +0 -0
  461. package/src/atoms/components/Icon/icons/websites/upgrade-to-maps.vue +0 -0
  462. package/src/atoms/components/Icon/icons/websites/upgrade-to-publish.vue +0 -0
  463. package/src/atoms/components/Icon/icons/websites/upgrade-to-remove-watermark.vue +0 -0
  464. package/src/atoms/components/Icon/icons/websites/upgrade-to-videos.vue +0 -0
  465. package/src/atoms/components/Icon/icons/wholesale.vue +0 -0
  466. package/src/atoms/components/Icon/icons/zoom-in.vue +0 -0
  467. package/src/atoms/components/Icon/icons/zoom-out.vue +0 -0
  468. package/src/atoms/components/Icon/icons/zoom.vue +0 -0
  469. package/src/atoms/components/Loader/Loader.vue +0 -0
  470. package/src/atoms/components/Masonry/Masonry.stories.js +0 -0
  471. package/src/atoms/components/Masonry/Masonry.vue +0 -0
  472. package/src/atoms/components/Masonry/fixtures.js +0 -0
  473. package/src/atoms/components/Modal/HashRouteModal.stories.js +0 -0
  474. package/src/atoms/components/Modal/HashRouteModal.vue +0 -0
  475. package/src/atoms/components/Modal/Modal.stories.js +0 -0
  476. package/src/atoms/components/Modal/Modal.vue +0 -0
  477. package/src/atoms/components/Notice/Notice.stories.js +0 -0
  478. package/src/atoms/components/Notice/Notice.vue +0 -0
  479. package/src/atoms/components/NumberStepper/NumberStepper.stories.js +0 -0
  480. package/src/atoms/components/NumberStepper/NumberStepper.vue +0 -0
  481. package/src/atoms/components/Picture/Picture.stories.js +0 -0
  482. package/src/atoms/components/Picture/Picture.vue +0 -0
  483. package/src/atoms/components/Picture/picture.fixtures.js +0 -0
  484. package/src/atoms/components/Pill/Pill.stories.js +0 -0
  485. package/src/atoms/components/Pill/Pill.vue +0 -0
  486. package/src/atoms/components/PillBar/PillBar.fixtures.js +0 -0
  487. package/src/atoms/components/PillBar/PillBar.stories.js +0 -0
  488. package/src/atoms/components/PillBar/PillBar.vue +0 -0
  489. package/src/atoms/components/Price/Price.fixtures.js +0 -0
  490. package/src/atoms/components/Price/Price.stories.js +0 -0
  491. package/src/atoms/components/Price/Price.vue +0 -0
  492. package/src/atoms/components/Price/i18n/price.de-DE.json +0 -0
  493. package/src/atoms/components/Price/i18n/price.es-ES.json +0 -0
  494. package/src/atoms/components/Price/i18n/price.fr-CA.json +0 -0
  495. package/src/atoms/components/Price/i18n/price.fr-FR.json +0 -0
  496. package/src/atoms/components/Price/i18n/price.json +0 -0
  497. package/src/atoms/components/Price/i18n/price.pt-BR.json +0 -0
  498. package/src/atoms/components/Price/i18n/price.pt-PT.json +0 -0
  499. package/src/atoms/components/PromoCard/PromoCard.stories.ts +0 -0
  500. package/src/atoms/components/PromoCard/PromoCard.vue +0 -0
  501. package/src/atoms/components/SearchBar/SearchBar.stories.js +0 -0
  502. package/src/atoms/components/SearchBar/SearchBar.vue +0 -0
  503. package/src/atoms/components/Select/Select.stories.js +0 -0
  504. package/src/atoms/components/Select/Select.vue +0 -0
  505. package/src/atoms/components/Select/pointerMixin.js +0 -0
  506. package/src/atoms/components/Select/selectMixin.js +0 -0
  507. package/src/atoms/components/Slider/Slider.stories.js +0 -0
  508. package/src/atoms/components/Slider/Slider.vue +0 -0
  509. package/src/atoms/components/SparkleIcon/SparkleIcon.stories.js +0 -0
  510. package/src/atoms/components/SparkleIcon/SparkleIcon.vue +0 -0
  511. package/src/atoms/components/SparkleIcon/assets/animations/sparkle/state-01.svg +0 -0
  512. package/src/atoms/components/SparkleIcon/assets/animations/sparkle/state-02.svg +0 -0
  513. package/src/atoms/components/SparkleIcon/assets/animations/sparkle/state-03.svg +0 -0
  514. package/src/atoms/components/SparkleIcon/assets/animations/sparkle/state-04.svg +0 -0
  515. package/src/atoms/components/SparkleIcon/assets/animations/sparkle/state-05.svg +0 -0
  516. package/src/atoms/components/SparkleIcon/assets/animations/sparkle/state-06.svg +0 -0
  517. package/src/atoms/components/SparkleIcon/assets/animations/sparkle/state-07.svg +0 -0
  518. package/src/atoms/components/SparkleIcon/assets/animations/sparkle/state-08.svg +0 -0
  519. package/src/atoms/components/SparkleIcon/assets/animations/spinner/state-01.svg +0 -0
  520. package/src/atoms/components/SparkleIcon/assets/animations/spinner/state-02.svg +0 -0
  521. package/src/atoms/components/SparkleIcon/assets/animations/spinner/state-03.svg +0 -0
  522. package/src/atoms/components/SparkleIcon/assets/animations/spinner/state-04.svg +0 -0
  523. package/src/atoms/components/SparkleIcon/assets/animations/spinner/state-05.svg +0 -0
  524. package/src/atoms/components/SparkleIcon/assets/animations/spinner/state-06.svg +0 -0
  525. package/src/atoms/components/SparkleIcon/assets/animations/spinner/state-07.svg +0 -0
  526. package/src/atoms/components/SparkleIcon/assets/animations/spinner/state-08.svg +0 -0
  527. package/src/atoms/components/SparkleIcon/assets/sparkle.svg +0 -0
  528. package/src/atoms/components/SparkleIcon/index.ts +0 -0
  529. package/src/atoms/components/SparkleIcon/sparkle-paths.ts +0 -0
  530. package/src/atoms/components/SparkleIcon/sparkle-with-spinner-paths.ts +0 -0
  531. package/src/atoms/components/StarRating/StarRating.stories.js +0 -0
  532. package/src/atoms/components/StarRating/StarRating.vue +0 -0
  533. package/src/atoms/components/TabMenu/TabMenu.stories.js +0 -0
  534. package/src/atoms/components/TabMenu/TabMenu.vue +0 -0
  535. package/src/atoms/components/TextCopyField/TextCopyField.stories.js +0 -0
  536. package/src/atoms/components/TextCopyField/TextCopyField.vue +0 -0
  537. package/src/atoms/components/TextInput/TextInput.stories.js +0 -0
  538. package/src/atoms/components/TextInput/TextInput.vue +0 -0
  539. package/src/atoms/components/Textarea/Textarea.stories.js +0 -0
  540. package/src/atoms/components/Textarea/Textarea.vue +0 -0
  541. package/src/atoms/components/Toggle/Toggle.stories.js +0 -0
  542. package/src/atoms/components/Toggle/Toggle.vue +0 -0
  543. package/src/atoms/components/Tooltip/Tooltip.stories.js +0 -0
  544. package/src/atoms/components/Tooltip/Tooltip.vue +0 -0
  545. package/src/atoms/components/design-com/Icon/Icon.stories.js +0 -0
  546. package/src/atoms/components/design-com/Icon/Icon.vue +0 -0
  547. package/src/atoms/components/design-com/Icon/icons/ai.vue +0 -0
  548. package/src/atoms/components/design-com/Icon/icons/annotate-heart.vue +0 -0
  549. package/src/atoms/components/design-com/Icon/icons/award.vue +0 -0
  550. package/src/atoms/components/design-com/Icon/icons/badge.vue +0 -0
  551. package/src/atoms/components/design-com/Icon/icons/bezier-curve.vue +0 -0
  552. package/src/atoms/components/design-com/Icon/icons/briefcase.vue +0 -0
  553. package/src/atoms/components/design-com/Icon/icons/browser.vue +0 -0
  554. package/src/atoms/components/design-com/Icon/icons/bulb.vue +0 -0
  555. package/src/atoms/components/design-com/Icon/icons/card-vertical.vue +0 -0
  556. package/src/atoms/components/design-com/Icon/icons/card.vue +0 -0
  557. package/src/atoms/components/design-com/Icon/icons/check-circle-light.vue +0 -0
  558. package/src/atoms/components/design-com/Icon/icons/chevron-down.vue +0 -0
  559. package/src/atoms/components/design-com/Icon/icons/chevron-left.vue +0 -0
  560. package/src/atoms/components/design-com/Icon/icons/chevron-right.vue +0 -0
  561. package/src/atoms/components/design-com/Icon/icons/chevron-up.vue +0 -0
  562. package/src/atoms/components/design-com/Icon/icons/diamond.vue +0 -0
  563. package/src/atoms/components/design-com/Icon/icons/download.vue +0 -0
  564. package/src/atoms/components/design-com/Icon/icons/file-empty.vue +0 -0
  565. package/src/atoms/components/design-com/Icon/icons/file.vue +0 -0
  566. package/src/atoms/components/design-com/Icon/icons/filter.vue +0 -0
  567. package/src/atoms/components/design-com/Icon/icons/folder.vue +0 -0
  568. package/src/atoms/components/design-com/Icon/icons/font.vue +0 -0
  569. package/src/atoms/components/design-com/Icon/icons/headphones.vue +0 -0
  570. package/src/atoms/components/design-com/Icon/icons/heart.vue +0 -0
  571. package/src/atoms/components/design-com/Icon/icons/image.vue +0 -0
  572. package/src/atoms/components/design-com/Icon/icons/lightning.vue +0 -0
  573. package/src/atoms/components/design-com/Icon/icons/logo.vue +0 -0
  574. package/src/atoms/components/design-com/Icon/icons/minus-circle-light.vue +0 -0
  575. package/src/atoms/components/design-com/Icon/icons/palette.vue +0 -0
  576. package/src/atoms/components/design-com/Icon/icons/pen-outline.vue +0 -0
  577. package/src/atoms/components/design-com/Icon/icons/pen-sparkle.vue +0 -0
  578. package/src/atoms/components/design-com/Icon/icons/pen.vue +0 -0
  579. package/src/atoms/components/design-com/Icon/icons/plus-circle-light.vue +0 -0
  580. package/src/atoms/components/design-com/Icon/icons/printing.vue +0 -0
  581. package/src/atoms/components/design-com/Icon/icons/question-circle-filled.vue +0 -0
  582. package/src/atoms/components/design-com/Icon/icons/search.vue +0 -0
  583. package/src/atoms/components/design-com/Icon/icons/shield-tick.vue +0 -0
  584. package/src/atoms/components/design-com/Icon/icons/sparkle-square.vue +0 -0
  585. package/src/atoms/components/design-com/Icon/icons/star-filled.vue +0 -0
  586. package/src/atoms/components/design-com/Icon/icons/star-hollow.vue +0 -0
  587. package/src/atoms/components/design-com/Icon/icons/text.vue +0 -0
  588. package/src/atoms/components/design-com/Icon/icons/users.vue +0 -0
  589. package/src/atoms/constants/constants.ts +0 -0
  590. package/src/atoms/mixin/hash-router-mixin.js +0 -0
  591. package/src/atoms/thirdparty-components/VueMasonryWall/VueMasonryWall.vue +0 -0
  592. package/src/atoms/thirdparty-components/VueMasonryWall/maxBy.js +0 -0
  593. package/src/bundleTranslation.js +0 -0
  594. package/src/bundles/bundled-translations.de-DE.json +8 -52
  595. package/src/bundles/bundled-translations.es-ES.json +8 -52
  596. package/src/bundles/bundled-translations.fr-CA.json +8 -52
  597. package/src/bundles/bundled-translations.fr-FR.json +8 -52
  598. package/src/bundles/bundled-translations.json +8 -52
  599. package/src/bundles/bundled-translations.pt-BR.json +8 -52
  600. package/src/bundles/bundled-translations.pt-PT.json +8 -52
  601. package/src/css/tailwind.css +0 -0
  602. package/src/experiences/clients/brand-crowd-api.client.js +0 -18
  603. package/src/experiences/clients/brand-page-api.client.js +0 -0
  604. package/src/experiences/components/AuthFlow/Auth.fixtures.js +0 -0
  605. package/src/experiences/components/AuthFlow/Auth.stories.js +0 -0
  606. package/src/experiences/components/AuthFlow/AuthCrazyDomains.stories.js +0 -0
  607. package/src/experiences/components/AuthFlow/AuthLegal.vue +0 -0
  608. package/src/experiences/components/AuthFlow/AuthModal.vue +0 -0
  609. package/src/experiences/components/AuthFlow/ForgotPassword.vue +0 -0
  610. package/src/experiences/components/AuthFlow/ForgotPasswordModal.vue +0 -0
  611. package/src/experiences/components/AuthFlow/ResetPassword.vue +0 -0
  612. package/src/experiences/components/AuthFlow/ResetPasswordModal.vue +0 -0
  613. package/src/experiences/components/AuthFlow/ResetPasswordSuccessModal.vue +0 -0
  614. package/src/experiences/components/AuthFlow/SignIn.vue +0 -0
  615. package/src/experiences/components/AuthFlow/SignUp.vue +0 -0
  616. package/src/experiences/components/AuthFlow/SignUpModal.vue +0 -0
  617. package/src/experiences/components/AuthFlow/SocialSignIn.vue +0 -0
  618. package/src/experiences/components/AuthFlow/SocialSignInButton.vue +0 -0
  619. package/src/experiences/components/AuthFlow/SubmissionButton.vue +0 -0
  620. package/src/experiences/components/PaymentConfigList/PaymentConfig.mixin.js +0 -0
  621. package/src/experiences/components/PaymentConfigList/PaymentConfigDeleteConfigModal.vue +0 -0
  622. package/src/experiences/components/PaymentConfigList/PaymentConfigDropdown.vue +0 -0
  623. package/src/experiences/components/PaymentConfigList/PaymentConfigList.stories.js +0 -0
  624. package/src/experiences/components/PaymentConfigList/PaymentConfigList.vue +0 -0
  625. package/src/experiences/components/PaymentConfigList/i18n/shared-payment-config.de-DE.json +0 -0
  626. package/src/experiences/components/PaymentConfigList/i18n/shared-payment-config.es-ES.json +0 -0
  627. package/src/experiences/components/PaymentConfigList/i18n/shared-payment-config.fr-CA.json +0 -0
  628. package/src/experiences/components/PaymentConfigList/i18n/shared-payment-config.fr-FR.json +0 -0
  629. package/src/experiences/components/PaymentConfigList/i18n/shared-payment-config.json +0 -0
  630. package/src/experiences/components/PaymentConfigList/i18n/shared-payment-config.pt-BR.json +0 -0
  631. package/src/experiences/components/PaymentConfigList/i18n/shared-payment-config.pt-PT.json +0 -0
  632. package/src/experiences/components/PublishBrandPageModal/PublishBrandPageCard.vue +0 -0
  633. package/src/experiences/components/PublishBrandPageModal/PublishBrandPageModal.stories.js +0 -0
  634. package/src/experiences/components/PublishBrandPageModal/PublishBrandPageModal.vue +0 -0
  635. package/src/experiences/components/PublishBrandPageModal/__fixtures__/data.js +0 -0
  636. package/src/experiences/components/PublishBrandPageModal/i18n/publish-brand-page-modal.de-DE.json +0 -0
  637. package/src/experiences/components/PublishBrandPageModal/i18n/publish-brand-page-modal.es-ES.json +0 -0
  638. package/src/experiences/components/PublishBrandPageModal/i18n/publish-brand-page-modal.fr-CA.json +0 -0
  639. package/src/experiences/components/PublishBrandPageModal/i18n/publish-brand-page-modal.fr-FR.json +0 -0
  640. package/src/experiences/components/PublishBrandPageModal/i18n/publish-brand-page-modal.json +0 -0
  641. package/src/experiences/components/PublishBrandPageModal/i18n/publish-brand-page-modal.pt-BR.json +0 -0
  642. package/src/experiences/components/PublishBrandPageModal/i18n/publish-brand-page-modal.pt-PT.json +0 -0
  643. package/src/experiences/components/PublishBrandPageModal/views/PublishWhenHasDomainsView.vue +0 -0
  644. package/src/experiences/components/PublishBrandPageModal/views/PublishWhenNoDomainsView.vue +0 -0
  645. package/src/experiences/components/PublishBrandPageModal/views/PublishedView.vue +0 -0
  646. package/src/experiences/components/PublishBrandPageModal/views/SetUrlView.vue +0 -0
  647. package/src/experiences/components/SellDomainNameList/SellDomainNameList.fixtures.js +0 -0
  648. package/src/experiences/components/SellDomainNameList/SellDomainNameList.vue +0 -0
  649. package/src/experiences/components/SellDomainNameList/i18n/sell-domain-name-list.de-DE.json +0 -0
  650. package/src/experiences/components/SellDomainNameList/i18n/sell-domain-name-list.es-ES.json +0 -0
  651. package/src/experiences/components/SellDomainNameList/i18n/sell-domain-name-list.fr-CA.json +0 -0
  652. package/src/experiences/components/SellDomainNameList/i18n/sell-domain-name-list.fr-FR.json +0 -0
  653. package/src/experiences/components/SellDomainNameList/i18n/sell-domain-name-list.json +0 -0
  654. package/src/experiences/components/SellDomainNameList/i18n/sell-domain-name-list.pt-BR.json +0 -0
  655. package/src/experiences/components/SellDomainNameList/i18n/sell-domain-name-list.pt-PT.json +0 -0
  656. package/src/experiences/components/SellDomainNameListModal/SellDomainNameListModal.stories.js +0 -0
  657. package/src/experiences/components/SellDomainNameListModal/SellDomainNameListModal.vue +0 -0
  658. package/src/experiences/components/SellDomainNameListModal/i18n/sell-domain-name-list-modal.de-DE.json +0 -0
  659. package/src/experiences/components/SellDomainNameListModal/i18n/sell-domain-name-list-modal.es-ES.json +0 -0
  660. package/src/experiences/components/SellDomainNameListModal/i18n/sell-domain-name-list-modal.fr-CA.json +0 -0
  661. package/src/experiences/components/SellDomainNameListModal/i18n/sell-domain-name-list-modal.fr-FR.json +0 -0
  662. package/src/experiences/components/SellDomainNameListModal/i18n/sell-domain-name-list-modal.json +0 -0
  663. package/src/experiences/components/SellDomainNameListModal/i18n/sell-domain-name-list-modal.pt-BR.json +0 -0
  664. package/src/experiences/components/SellDomainNameListModal/i18n/sell-domain-name-list-modal.pt-PT.json +0 -0
  665. package/src/experiences/components/SellDomainNameModalApplication/SellDomainNameModalApplication.vue +0 -0
  666. package/src/experiences/components/SellDomainNameModalApplication/i18n/sell-domain-name-modal-application.de-DE.json +0 -0
  667. package/src/experiences/components/SellDomainNameModalApplication/i18n/sell-domain-name-modal-application.es-ES.json +0 -0
  668. package/src/experiences/components/SellDomainNameModalApplication/i18n/sell-domain-name-modal-application.fr-CA.json +0 -0
  669. package/src/experiences/components/SellDomainNameModalApplication/i18n/sell-domain-name-modal-application.fr-FR.json +0 -0
  670. package/src/experiences/components/SellDomainNameModalApplication/i18n/sell-domain-name-modal-application.json +0 -0
  671. package/src/experiences/components/SellDomainNameModalApplication/i18n/sell-domain-name-modal-application.pt-BR.json +0 -0
  672. package/src/experiences/components/SellDomainNameModalApplication/i18n/sell-domain-name-modal-application.pt-PT.json +0 -0
  673. package/src/experiences/components/SellDomainNameSearch/SellDomainNameSearch.vue +0 -0
  674. package/src/experiences/components/SellDomainNameSearch/i18n/sell-domain-name-search.de-DE.json +0 -0
  675. package/src/experiences/components/SellDomainNameSearch/i18n/sell-domain-name-search.es-ES.json +0 -0
  676. package/src/experiences/components/SellDomainNameSearch/i18n/sell-domain-name-search.fr-CA.json +0 -0
  677. package/src/experiences/components/SellDomainNameSearch/i18n/sell-domain-name-search.fr-FR.json +0 -0
  678. package/src/experiences/components/SellDomainNameSearch/i18n/sell-domain-name-search.json +0 -0
  679. package/src/experiences/components/SellDomainNameSearch/i18n/sell-domain-name-search.pt-BR.json +0 -0
  680. package/src/experiences/components/SellDomainNameSearch/i18n/sell-domain-name-search.pt-PT.json +0 -0
  681. package/src/experiences/components/SellDomainNameSearchResult/SellDomainNameListSearchResult.vue +0 -0
  682. package/src/experiences/components/SellDomainNameSearchResult/i18n/sell-domain-name-list-search-result.de-DE.json +0 -0
  683. package/src/experiences/components/SellDomainNameSearchResult/i18n/sell-domain-name-list-search-result.es-ES.json +0 -0
  684. package/src/experiences/components/SellDomainNameSearchResult/i18n/sell-domain-name-list-search-result.fr-CA.json +0 -0
  685. package/src/experiences/components/SellDomainNameSearchResult/i18n/sell-domain-name-list-search-result.fr-FR.json +0 -0
  686. package/src/experiences/components/SellDomainNameSearchResult/i18n/sell-domain-name-list-search-result.json +0 -0
  687. package/src/experiences/components/SellDomainNameSearchResult/i18n/sell-domain-name-list-search-result.pt-BR.json +0 -0
  688. package/src/experiences/components/SellDomainNameSearchResult/i18n/sell-domain-name-list-search-result.pt-PT.json +0 -0
  689. package/src/experiences/components/SellDomainNameSearchWithResults/SellDomainNameSearchWithResults.stories.js +0 -0
  690. package/src/experiences/components/SellDomainNameSearchWithResults/SellDomainNameSearchWithResults.vue +0 -0
  691. package/src/experiences/components/SellDomainNameWidget/SellDomainNameWidget.stories.js +0 -0
  692. package/src/experiences/components/SellDomainNameWidget/SellDomainNameWidget.vue +0 -0
  693. package/src/experiences/components/SellDomainNameWidget/i18n/sell-domain-name-widget.de-DE.json +0 -0
  694. package/src/experiences/components/SellDomainNameWidget/i18n/sell-domain-name-widget.es-ES.json +0 -0
  695. package/src/experiences/components/SellDomainNameWidget/i18n/sell-domain-name-widget.fr-CA.json +0 -0
  696. package/src/experiences/components/SellDomainNameWidget/i18n/sell-domain-name-widget.fr-FR.json +0 -0
  697. package/src/experiences/components/SellDomainNameWidget/i18n/sell-domain-name-widget.json +0 -0
  698. package/src/experiences/components/SellDomainNameWidget/i18n/sell-domain-name-widget.pt-BR.json +0 -0
  699. package/src/experiences/components/SellDomainNameWidget/i18n/sell-domain-name-widget.pt-PT.json +0 -0
  700. package/src/experiences/components/SideNavigationPanel/MenuCta.vue +0 -0
  701. package/src/experiences/components/SideNavigationPanel/MenuItem.vue +0 -0
  702. package/src/experiences/components/SideNavigationPanel/SideNavigationPanel.stories.js +0 -0
  703. package/src/experiences/components/SideNavigationPanel/SideNavigationPanel.vue +0 -0
  704. package/src/experiences/components/SideNavigationPanel/types.ts +0 -0
  705. package/src/experiences/components/UploadYourLogoApplication/UploadYourLogoApplication.stories.js +0 -49
  706. package/src/experiences/components/UploadYourLogoApplication/UploadYourLogoApplication.vue +2 -32
  707. package/src/experiences/components/UploadYourLogoDropzone/UploadYourLogoDropzone.stories.js +0 -0
  708. package/src/experiences/components/UploadYourLogoDropzone/UploadYourLogoDropzone.vue +0 -0
  709. package/src/experiences/components/UploadYourLogoOnBoarding/LogoBusinessBrandColours.stories.js +0 -0
  710. package/src/experiences/components/UploadYourLogoOnBoarding/LogoBusinessBrandColours.vue +0 -0
  711. package/src/experiences/components/UploadYourLogoOnBoarding/LogoBusinessText.vue +0 -0
  712. package/src/experiences/components/UploadYourLogoOnBoarding/LogoCropper.vue +0 -0
  713. package/src/experiences/components/UploadYourLogoOnBoarding/LogoPreview.vue +0 -0
  714. package/src/experiences/components/UploadYourLogoOnBoarding/LogoUploadError.vue +0 -0
  715. package/src/experiences/components/UploadYourLogoOnBoarding/LogoUploadExitConfirmation.vue +0 -0
  716. package/src/experiences/components/UploadYourLogoOnBoarding/LogoUploadModal.vue +0 -0
  717. package/src/experiences/components/UploadYourLogoOnBoarding/LogoUploader.vue +1 -8
  718. package/src/experiences/components/UploadYourLogoOnBoarding/LogoUploadingLoader.vue +0 -17
  719. package/src/experiences/components/UploadYourLogoOnBoarding/UploadYourLogoOnBoarding.vue +10 -71
  720. package/src/experiences/components/UploadYourLogoOnBoarding/i18n/upload-your-logo.de-DE.json +31 -34
  721. package/src/experiences/components/UploadYourLogoOnBoarding/i18n/upload-your-logo.es-ES.json +31 -34
  722. package/src/experiences/components/UploadYourLogoOnBoarding/i18n/upload-your-logo.fr-CA.json +31 -34
  723. package/src/experiences/components/UploadYourLogoOnBoarding/i18n/upload-your-logo.fr-FR.json +31 -34
  724. package/src/experiences/components/UploadYourLogoOnBoarding/i18n/upload-your-logo.json +1 -3
  725. package/src/experiences/components/UploadYourLogoOnBoarding/i18n/upload-your-logo.pt-BR.json +31 -34
  726. package/src/experiences/components/UploadYourLogoOnBoarding/i18n/upload-your-logo.pt-PT.json +31 -34
  727. package/src/experiences/components/UploadedLogoSearchResultCard/UploadedLogoSearchResultCard.stories.js +0 -0
  728. package/src/experiences/components/UploadedLogoSearchResultCard/UploadedLogoSearchResultCard.vue +0 -0
  729. package/src/experiences/components/UploadedLogoSearchResultCard/i18n/upload-logo-search-result-card.de-DE.json +0 -0
  730. package/src/experiences/components/UploadedLogoSearchResultCard/i18n/upload-logo-search-result-card.es-ES.json +0 -0
  731. package/src/experiences/components/UploadedLogoSearchResultCard/i18n/upload-logo-search-result-card.fr-CA.json +0 -0
  732. package/src/experiences/components/UploadedLogoSearchResultCard/i18n/upload-logo-search-result-card.fr-FR.json +0 -0
  733. package/src/experiences/components/UploadedLogoSearchResultCard/i18n/upload-logo-search-result-card.json +0 -0
  734. package/src/experiences/components/UploadedLogoSearchResultCard/i18n/upload-logo-search-result-card.pt-BR.json +0 -0
  735. package/src/experiences/components/UploadedLogoSearchResultCard/i18n/upload-logo-search-result-card.pt-PT.json +0 -0
  736. package/src/experiences/components/WebsitesContextualUpgradeModal/WebsiteContextualUpgradeModal.stories.js +0 -0
  737. package/src/experiences/components/WebsitesContextualUpgradeModal/WebsiteContextualUpgradeModal.vue +0 -0
  738. package/src/experiences/components/WebsitesContextualUpgradeModal/i18n/website-contextual-upgrade-modal.de-DE.json +0 -0
  739. package/src/experiences/components/WebsitesContextualUpgradeModal/i18n/website-contextual-upgrade-modal.es-ES.json +0 -0
  740. package/src/experiences/components/WebsitesContextualUpgradeModal/i18n/website-contextual-upgrade-modal.fr-CA.json +0 -0
  741. package/src/experiences/components/WebsitesContextualUpgradeModal/i18n/website-contextual-upgrade-modal.fr-FR.json +0 -0
  742. package/src/experiences/components/WebsitesContextualUpgradeModal/i18n/website-contextual-upgrade-modal.json +0 -0
  743. package/src/experiences/components/WebsitesContextualUpgradeModal/i18n/website-contextual-upgrade-modal.pt-BR.json +0 -0
  744. package/src/experiences/components/WebsitesContextualUpgradeModal/i18n/website-contextual-upgrade-modal.pt-PT.json +0 -0
  745. package/src/experiences/constants/api.js +0 -1
  746. package/src/experiences/constants/error-constants.js +0 -0
  747. package/src/experiences/constants/event-constants.js +0 -0
  748. package/src/experiences/constants/partner-dictionary-constants.js +0 -0
  749. package/src/experiences/constants/rego-source-constants.js +0 -0
  750. package/src/experiences/constants/sell-domain-name-constants.js +0 -0
  751. package/src/experiences/helpers/email-validator.js +0 -0
  752. package/src/experiences/helpers/hex-diff.js +0 -0
  753. package/src/experiences/helpers/tracking.js +0 -0
  754. package/src/experiences/mixins/mediaQueryMixin.js +0 -0
  755. package/src/experiences/mixins/themeMixin.js +0 -0
  756. package/src/experiences/models/websiteContextualModel.ts +0 -0
  757. package/src/themes/base.js +0 -0
  758. package/src/themes/bc.js +0 -0
  759. package/src/themes/bp.js +0 -0
  760. package/src/themes/cd.js +0 -0
  761. package/src/themes/dc.js +0 -0
  762. package/src/themes/dcom.js +0 -0
  763. package/src/themes/themes.js +0 -0
  764. package/src/useSharedLibTranslate.js +0 -0
  765. package/src/viewports.js +0 -0
  766. package/storybook-static/favicon.ico +0 -0
  767. package/stylelint.config.js +0 -0
  768. package/tailwind.build.js +0 -0
  769. package/tailwind.config.js +0 -0
  770. package/tailwind.themes.js +0 -0
  771. package/vite.config.ts +0 -0
  772. package/.claude/settings.local.json +0 -9
  773. package/dist/css/tailwind-brandCrowd.css +0 -2629
  774. package/dist/css/tailwind-brandPage.css +0 -2301
  775. package/dist/css/tailwind-crazyDomains.css +0 -2629
  776. package/dist/css/tailwind-designCom.css +0 -2629
  777. package/dist/css/tailwind-designCrowd.css +0 -2629
  778. package/docs/plans/DY-957-plan-phase-2-fe-shared-lib.md +0 -382
  779. package/src/atoms/components/AiPoweredLoader/AiPoweredLoader.stories.js +0 -364
  780. package/src/atoms/components/AiPoweredLoader/AiPoweredLoader.vue +0 -296
  781. package/src/experiences/components/UploadYourLogoOnBoarding/LogoKeywords.stories.js +0 -65
  782. package/src/experiences/components/UploadYourLogoOnBoarding/LogoKeywords.vue +0 -156
@@ -1,2629 +0,0 @@
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: Lato, Helvetica, sans-serif; /* 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-inset-0 {
555
- inset: 0px;
556
- }
557
- .tw--left-16 {
558
- left: -4rem;
559
- }
560
- .tw--right-16 {
561
- right: -4rem;
562
- }
563
- .tw-bottom-0 {
564
- bottom: 0px;
565
- }
566
- .tw-bottom-full {
567
- bottom: 100%;
568
- }
569
- .tw-left-0 {
570
- left: 0px;
571
- }
572
- .tw-left-1\/2 {
573
- left: 50%;
574
- }
575
- .tw-left-2 {
576
- left: 0.5rem;
577
- }
578
- .tw-left-full {
579
- left: 100%;
580
- }
581
- .tw-right-0 {
582
- right: 0px;
583
- }
584
- .tw-right-2 {
585
- right: 0.5rem;
586
- }
587
- .tw-right-full {
588
- right: 100%;
589
- }
590
- .tw-top-0 {
591
- top: 0px;
592
- }
593
- .tw-top-1\/2 {
594
- top: 50%;
595
- }
596
- .tw-top-full {
597
- top: 100%;
598
- }
599
- .tw-z-10 {
600
- z-index: 10;
601
- }
602
- .tw-z-20 {
603
- z-index: 20;
604
- }
605
- .tw-z-30 {
606
- z-index: 30;
607
- }
608
- .tw-z-50 {
609
- z-index: 50;
610
- }
611
- .tw-order-last {
612
- order: 9999;
613
- }
614
- .tw-col-span-2 {
615
- grid-column: span 2 / span 2;
616
- }
617
- .tw-m-0 {
618
- margin: 0px;
619
- }
620
- .tw-m-3 {
621
- margin: 0.75rem;
622
- }
623
- .tw-m-4 {
624
- margin: 1rem;
625
- }
626
- .tw-m-5 {
627
- margin: 1.25rem;
628
- }
629
- .tw-m-auto {
630
- margin: auto;
631
- }
632
- .tw-mx-2 {
633
- margin-left: 0.5rem;
634
- margin-right: 0.5rem;
635
- }
636
- .tw-mx-4 {
637
- margin-left: 1rem;
638
- margin-right: 1rem;
639
- }
640
- .tw-mx-8 {
641
- margin-left: 2rem;
642
- margin-right: 2rem;
643
- }
644
- .tw-mx-auto {
645
- margin-left: auto;
646
- margin-right: auto;
647
- }
648
- .tw-my-0 {
649
- margin-top: 0px;
650
- margin-bottom: 0px;
651
- }
652
- .tw-my-1 {
653
- margin-top: 0.25rem;
654
- margin-bottom: 0.25rem;
655
- }
656
- .tw-my-10 {
657
- margin-top: 2.5rem;
658
- margin-bottom: 2.5rem;
659
- }
660
- .tw-my-4 {
661
- margin-top: 1rem;
662
- margin-bottom: 1rem;
663
- }
664
- .tw-my-5 {
665
- margin-top: 1.25rem;
666
- margin-bottom: 1.25rem;
667
- }
668
- .tw-my-auto {
669
- margin-top: auto;
670
- margin-bottom: auto;
671
- }
672
- .tw--mb-1 {
673
- margin-bottom: -0.25rem;
674
- }
675
- .tw--mb-1\.5 {
676
- margin-bottom: -0.375rem;
677
- }
678
- .tw--ml-px {
679
- margin-left: -1px;
680
- }
681
- .tw--mr-1 {
682
- margin-right: -0.25rem;
683
- }
684
- .tw--mr-1\.5 {
685
- margin-right: -0.375rem;
686
- }
687
- .tw--mt-px {
688
- margin-top: -1px;
689
- }
690
- .tw-mb-0 {
691
- margin-bottom: 0px;
692
- }
693
- .tw-mb-0\.5 {
694
- margin-bottom: 0.125rem;
695
- }
696
- .tw-mb-1 {
697
- margin-bottom: 0.25rem;
698
- }
699
- .tw-mb-10 {
700
- margin-bottom: 2.5rem;
701
- }
702
- .tw-mb-2 {
703
- margin-bottom: 0.5rem;
704
- }
705
- .tw-mb-3 {
706
- margin-bottom: 0.75rem;
707
- }
708
- .tw-mb-4 {
709
- margin-bottom: 1rem;
710
- }
711
- .tw-mb-6 {
712
- margin-bottom: 1.5rem;
713
- }
714
- .tw-mb-8 {
715
- margin-bottom: 2rem;
716
- }
717
- .tw-ml-0 {
718
- margin-left: 0px;
719
- }
720
- .tw-ml-2 {
721
- margin-left: 0.5rem;
722
- }
723
- .tw-ml-3 {
724
- margin-left: 0.75rem;
725
- }
726
- .tw-ml-4 {
727
- margin-left: 1rem;
728
- }
729
- .tw-ml-auto {
730
- margin-left: auto;
731
- }
732
- .tw-mr-1 {
733
- margin-right: 0.25rem;
734
- }
735
- .tw-mr-2 {
736
- margin-right: 0.5rem;
737
- }
738
- .tw-mr-3 {
739
- margin-right: 0.75rem;
740
- }
741
- .tw-mr-4 {
742
- margin-right: 1rem;
743
- }
744
- .tw-mr-auto {
745
- margin-right: auto;
746
- }
747
- .tw-mt-0 {
748
- margin-top: 0px;
749
- }
750
- .tw-mt-1 {
751
- margin-top: 0.25rem;
752
- }
753
- .tw-mt-2 {
754
- margin-top: 0.5rem;
755
- }
756
- .tw-mt-3 {
757
- margin-top: 0.75rem;
758
- }
759
- .tw-mt-4 {
760
- margin-top: 1rem;
761
- }
762
- .tw-mt-6 {
763
- margin-top: 1.5rem;
764
- }
765
- .tw-mt-8 {
766
- margin-top: 2rem;
767
- }
768
- .tw-box-border {
769
- box-sizing: border-box;
770
- }
771
- .tw-box-content {
772
- box-sizing: content-box;
773
- }
774
- .tw-line-clamp-1 {
775
- overflow: hidden;
776
- display: -webkit-box;
777
- -webkit-box-orient: vertical;
778
- -webkit-line-clamp: 1;
779
- }
780
- .tw-line-clamp-2 {
781
- overflow: hidden;
782
- display: -webkit-box;
783
- -webkit-box-orient: vertical;
784
- -webkit-line-clamp: 2;
785
- }
786
- .tw-line-clamp-3 {
787
- overflow: hidden;
788
- display: -webkit-box;
789
- -webkit-box-orient: vertical;
790
- -webkit-line-clamp: 3;
791
- }
792
- .tw-line-clamp-4 {
793
- overflow: hidden;
794
- display: -webkit-box;
795
- -webkit-box-orient: vertical;
796
- -webkit-line-clamp: 4;
797
- }
798
- .tw-line-clamp-5 {
799
- overflow: hidden;
800
- display: -webkit-box;
801
- -webkit-box-orient: vertical;
802
- -webkit-line-clamp: 5;
803
- }
804
- .tw-line-clamp-6 {
805
- overflow: hidden;
806
- display: -webkit-box;
807
- -webkit-box-orient: vertical;
808
- -webkit-line-clamp: 6;
809
- }
810
- .tw-line-clamp-none {
811
- overflow: visible;
812
- display: block;
813
- -webkit-box-orient: horizontal;
814
- -webkit-line-clamp: none;
815
- }
816
- .tw-block {
817
- display: block;
818
- }
819
- .tw-inline-block {
820
- display: inline-block;
821
- }
822
- .tw-inline {
823
- display: inline;
824
- }
825
- .tw-flex {
826
- display: flex;
827
- }
828
- .tw-inline-flex {
829
- display: inline-flex;
830
- }
831
- .tw-grid {
832
- display: grid;
833
- }
834
- .tw-hidden {
835
- display: none;
836
- }
837
- .tw-h-0 {
838
- height: 0px;
839
- }
840
- .tw-h-10 {
841
- height: 2.5rem;
842
- }
843
- .tw-h-12 {
844
- height: 3rem;
845
- }
846
- .tw-h-14 {
847
- height: 3.5rem;
848
- }
849
- .tw-h-16 {
850
- height: 4rem;
851
- }
852
- .tw-h-2 {
853
- height: 0.5rem;
854
- }
855
- .tw-h-20 {
856
- height: 5rem;
857
- }
858
- .tw-h-24 {
859
- height: 6rem;
860
- }
861
- .tw-h-3 {
862
- height: 0.75rem;
863
- }
864
- .tw-h-4 {
865
- height: 1rem;
866
- }
867
- .tw-h-40 {
868
- height: 10rem;
869
- }
870
- .tw-h-5 {
871
- height: 1.25rem;
872
- }
873
- .tw-h-6 {
874
- height: 1.5rem;
875
- }
876
- .tw-h-8 {
877
- height: 2rem;
878
- }
879
- .tw-h-80 {
880
- height: 20rem;
881
- }
882
- .tw-h-auto {
883
- height: auto;
884
- }
885
- .tw-h-fit {
886
- height: -moz-fit-content;
887
- height: fit-content;
888
- }
889
- .tw-h-full {
890
- height: 100%;
891
- }
892
- .tw-max-h-56 {
893
- max-height: 14rem;
894
- }
895
- .tw-max-h-72 {
896
- max-height: 18rem;
897
- }
898
- .tw-max-h-full {
899
- max-height: 100%;
900
- }
901
- .tw-max-h-screen {
902
- max-height: 100vh;
903
- }
904
- .tw-w-10 {
905
- width: 2.5rem;
906
- }
907
- .tw-w-12 {
908
- width: 3rem;
909
- }
910
- .tw-w-14 {
911
- width: 3.5rem;
912
- }
913
- .tw-w-16 {
914
- width: 4rem;
915
- }
916
- .tw-w-2 {
917
- width: 0.5rem;
918
- }
919
- .tw-w-24 {
920
- width: 6rem;
921
- }
922
- .tw-w-3 {
923
- width: 0.75rem;
924
- }
925
- .tw-w-32 {
926
- width: 8rem;
927
- }
928
- .tw-w-4 {
929
- width: 1rem;
930
- }
931
- .tw-w-5 {
932
- width: 1.25rem;
933
- }
934
- .tw-w-6 {
935
- width: 1.5rem;
936
- }
937
- .tw-w-60 {
938
- width: 15rem;
939
- }
940
- .tw-w-64 {
941
- width: 16rem;
942
- }
943
- .tw-w-72 {
944
- width: 18rem;
945
- }
946
- .tw-w-8 {
947
- width: 2rem;
948
- }
949
- .tw-w-96 {
950
- width: 24rem;
951
- }
952
- .tw-w-\[14rem\] {
953
- width: 14rem;
954
- }
955
- .tw-w-auto {
956
- width: auto;
957
- }
958
- .tw-w-fit {
959
- width: -moz-fit-content;
960
- width: fit-content;
961
- }
962
- .tw-w-full {
963
- width: 100%;
964
- }
965
- .tw-max-w-2xl {
966
- max-width: 42rem;
967
- }
968
- .tw-max-w-3xl {
969
- max-width: 48rem;
970
- }
971
- .tw-max-w-full {
972
- max-width: 100%;
973
- }
974
- .tw-max-w-md {
975
- max-width: 28rem;
976
- }
977
- .tw-max-w-xl {
978
- max-width: 36rem;
979
- }
980
- .tw-flex-auto {
981
- flex: 1 1 auto;
982
- }
983
- .tw-flex-none {
984
- flex: none;
985
- }
986
- .tw-flex-shrink-0 {
987
- flex-shrink: 0;
988
- }
989
- .tw-grow {
990
- flex-grow: 1;
991
- }
992
- .tw-origin-top-right {
993
- transform-origin: top right;
994
- }
995
- .-tw-translate-x-px {
996
- --tw-translate-x: -1px;
997
- 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));
998
- }
999
- .tw--translate-x-2 {
1000
- --tw-translate-x: -0.5rem;
1001
- 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));
1002
- }
1003
- .tw--translate-x-3 {
1004
- --tw-translate-x: -0.75rem;
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--translate-x-4 {
1008
- --tw-translate-x: -1rem;
1009
- 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));
1010
- }
1011
- .tw--translate-y-1\/2 {
1012
- --tw-translate-y: -50%;
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
- .tw--translate-y-2 {
1016
- --tw-translate-y: -0.5rem;
1017
- 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));
1018
- }
1019
- .tw-translate-x-12 {
1020
- --tw-translate-x: 3rem;
1021
- 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));
1022
- }
1023
- .tw-translate-x-20 {
1024
- --tw-translate-x: 5rem;
1025
- 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));
1026
- }
1027
- .tw-translate-x-4 {
1028
- --tw-translate-x: 1rem;
1029
- 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));
1030
- }
1031
- .tw-translate-x-5 {
1032
- --tw-translate-x: 1.25rem;
1033
- 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));
1034
- }
1035
- .tw-translate-x-6 {
1036
- --tw-translate-x: 1.5rem;
1037
- 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));
1038
- }
1039
- .tw-translate-x-8 {
1040
- --tw-translate-x: 2rem;
1041
- 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));
1042
- }
1043
- .tw-translate-y-1\/2 {
1044
- --tw-translate-y: 50%;
1045
- 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));
1046
- }
1047
- .tw-translate-y-2 {
1048
- --tw-translate-y: 0.5rem;
1049
- 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));
1050
- }
1051
- .tw-translate-y-2\.5 {
1052
- --tw-translate-y: 0.625rem;
1053
- 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));
1054
- }
1055
- .tw-translate-y-4 {
1056
- --tw-translate-y: 1rem;
1057
- 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));
1058
- }
1059
- .tw-scale-0 {
1060
- --tw-scale-x: 0;
1061
- --tw-scale-y: 0;
1062
- 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));
1063
- }
1064
- .tw-scale-100 {
1065
- --tw-scale-x: 1;
1066
- --tw-scale-y: 1;
1067
- 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));
1068
- }
1069
- .tw-transform {
1070
- 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));
1071
- }
1072
- @keyframes tw-spin {
1073
-
1074
- to {
1075
- transform: rotate(360deg);
1076
- }
1077
- }
1078
- .tw-animate-spin {
1079
- animation: tw-spin 1s linear infinite;
1080
- }
1081
- .\!tw-cursor-not-allowed {
1082
- cursor: not-allowed !important;
1083
- }
1084
- .tw-cursor-not-allowed {
1085
- cursor: not-allowed;
1086
- }
1087
- .tw-cursor-pointer {
1088
- cursor: pointer;
1089
- }
1090
- .tw-cursor-text {
1091
- cursor: text;
1092
- }
1093
- .tw-cursor-wait {
1094
- cursor: wait;
1095
- }
1096
- .tw-select-none {
1097
- -webkit-user-select: none;
1098
- -moz-user-select: none;
1099
- user-select: none;
1100
- }
1101
- .tw-resize-none {
1102
- resize: none;
1103
- }
1104
- .tw-list-none {
1105
- list-style-type: none;
1106
- }
1107
- .tw-appearance-none {
1108
- -webkit-appearance: none;
1109
- -moz-appearance: none;
1110
- appearance: none;
1111
- }
1112
- .tw-grid-flow-row {
1113
- grid-auto-flow: row;
1114
- }
1115
- .tw-auto-rows-max {
1116
- grid-auto-rows: max-content;
1117
- }
1118
- .tw-grid-cols-1 {
1119
- grid-template-columns: repeat(1, minmax(0, 1fr));
1120
- }
1121
- .tw-grid-cols-3 {
1122
- grid-template-columns: repeat(3, minmax(0, 1fr));
1123
- }
1124
- .tw-grid-cols-4 {
1125
- grid-template-columns: repeat(4, minmax(0, 1fr));
1126
- }
1127
- .tw-flex-row {
1128
- flex-direction: row;
1129
- }
1130
- .tw-flex-row-reverse {
1131
- flex-direction: row-reverse;
1132
- }
1133
- .tw-flex-col {
1134
- flex-direction: column;
1135
- }
1136
- .tw-flex-col-reverse {
1137
- flex-direction: column-reverse;
1138
- }
1139
- .tw-content-start {
1140
- align-content: flex-start;
1141
- }
1142
- .tw-items-start {
1143
- align-items: flex-start;
1144
- }
1145
- .tw-items-end {
1146
- align-items: flex-end;
1147
- }
1148
- .tw-items-center {
1149
- align-items: center;
1150
- }
1151
- .tw-items-stretch {
1152
- align-items: stretch;
1153
- }
1154
- .tw-justify-start {
1155
- justify-content: flex-start;
1156
- }
1157
- .tw-justify-end {
1158
- justify-content: flex-end;
1159
- }
1160
- .tw-justify-center {
1161
- justify-content: center;
1162
- }
1163
- .tw-justify-between {
1164
- justify-content: space-between;
1165
- }
1166
- .tw-gap-2 {
1167
- gap: 0.5rem;
1168
- }
1169
- .tw-gap-3 {
1170
- gap: 0.75rem;
1171
- }
1172
- .tw-gap-4 {
1173
- gap: 1rem;
1174
- }
1175
- .tw-self-center {
1176
- align-self: center;
1177
- }
1178
- .tw-overflow-hidden {
1179
- overflow: hidden;
1180
- }
1181
- .tw-overflow-visible {
1182
- overflow: visible;
1183
- }
1184
- .tw-overflow-scroll {
1185
- overflow: scroll;
1186
- }
1187
- .tw-overflow-x-auto {
1188
- overflow-x: auto;
1189
- }
1190
- .tw-overflow-y-auto {
1191
- overflow-y: auto;
1192
- }
1193
- .tw-overflow-x-hidden {
1194
- overflow-x: hidden;
1195
- }
1196
- .tw-overflow-y-hidden {
1197
- overflow-y: hidden;
1198
- }
1199
- .tw-truncate {
1200
- overflow: hidden;
1201
- text-overflow: ellipsis;
1202
- white-space: nowrap;
1203
- }
1204
- .tw-text-ellipsis {
1205
- text-overflow: ellipsis;
1206
- }
1207
- .tw-whitespace-nowrap {
1208
- white-space: nowrap;
1209
- }
1210
- .tw-break-all {
1211
- word-break: break-all;
1212
- }
1213
- .tw-rounded {
1214
- border-radius: 0.25rem;
1215
- }
1216
- .tw-rounded-full {
1217
- border-radius: 9999px;
1218
- }
1219
- .tw-rounded-lg {
1220
- border-radius: 0.5rem;
1221
- }
1222
- .tw-rounded-md {
1223
- border-radius: 0.375rem;
1224
- }
1225
- .tw-rounded-none {
1226
- border-radius: 0px;
1227
- }
1228
- .tw-rounded-sm {
1229
- border-radius: 0.125rem;
1230
- }
1231
- .\!tw-rounded-l-none {
1232
- border-top-left-radius: 0px !important;
1233
- border-bottom-left-radius: 0px !important;
1234
- }
1235
- .\!tw-rounded-r-none {
1236
- border-top-right-radius: 0px !important;
1237
- border-bottom-right-radius: 0px !important;
1238
- }
1239
- .tw-rounded-b {
1240
- border-bottom-right-radius: 0.25rem;
1241
- border-bottom-left-radius: 0.25rem;
1242
- }
1243
- .tw-rounded-l {
1244
- border-top-left-radius: 0.25rem;
1245
- border-bottom-left-radius: 0.25rem;
1246
- }
1247
- .tw-rounded-l-none {
1248
- border-top-left-radius: 0px;
1249
- border-bottom-left-radius: 0px;
1250
- }
1251
- .tw-rounded-r {
1252
- border-top-right-radius: 0.25rem;
1253
- border-bottom-right-radius: 0.25rem;
1254
- }
1255
- .tw-rounded-r-none {
1256
- border-top-right-radius: 0px;
1257
- border-bottom-right-radius: 0px;
1258
- }
1259
- .tw-border {
1260
- border-width: 1px;
1261
- }
1262
- .tw-border-0 {
1263
- border-width: 0px;
1264
- }
1265
- .tw-border-2 {
1266
- border-width: 2px;
1267
- }
1268
- .tw-border-b-0 {
1269
- border-bottom-width: 0px;
1270
- }
1271
- .tw-border-b-2 {
1272
- border-bottom-width: 2px;
1273
- }
1274
- .tw-border-b-4 {
1275
- border-bottom-width: 4px;
1276
- }
1277
- .tw-border-l {
1278
- border-left-width: 1px;
1279
- }
1280
- .tw-border-l-0 {
1281
- border-left-width: 0px;
1282
- }
1283
- .tw-border-r {
1284
- border-right-width: 1px;
1285
- }
1286
- .tw-border-r-0 {
1287
- border-right-width: 0px;
1288
- }
1289
- .tw-border-t {
1290
- border-top-width: 1px;
1291
- }
1292
- .tw-border-t-0 {
1293
- border-top-width: 0px;
1294
- }
1295
- .tw-border-t-2 {
1296
- border-top-width: 2px;
1297
- }
1298
- .tw-border-solid {
1299
- border-style: solid;
1300
- }
1301
- .tw-border-dashed {
1302
- border-style: dashed;
1303
- }
1304
- .tw-border-none {
1305
- border-style: none;
1306
- }
1307
- .tw-border-black\/10 {
1308
- border-color: rgb(0 0 0 / 0.1);
1309
- }
1310
- .tw-border-error-500 {
1311
- --tw-border-opacity: 1;
1312
- border-color: rgb(242 27 63 / var(--tw-border-opacity));
1313
- }
1314
- .tw-border-error-600 {
1315
- --tw-border-opacity: 1;
1316
- border-color: rgb(194 22 50 / var(--tw-border-opacity));
1317
- }
1318
- .tw-border-grayscale-100 {
1319
- --tw-border-opacity: 1;
1320
- border-color: rgb(255 255 255 / var(--tw-border-opacity));
1321
- }
1322
- .tw-border-grayscale-300 {
1323
- --tw-border-opacity: 1;
1324
- border-color: rgb(239 239 239 / var(--tw-border-opacity));
1325
- }
1326
- .tw-border-grayscale-400 {
1327
- --tw-border-opacity: 1;
1328
- border-color: rgb(230 230 230 / var(--tw-border-opacity));
1329
- }
1330
- .tw-border-grayscale-500 {
1331
- --tw-border-opacity: 1;
1332
- border-color: rgb(208 208 208 / var(--tw-border-opacity));
1333
- }
1334
- .tw-border-grayscale-600 {
1335
- --tw-border-opacity: 1;
1336
- border-color: rgb(94 94 94 / var(--tw-border-opacity));
1337
- }
1338
- .tw-border-grayscale-700 {
1339
- --tw-border-opacity: 1;
1340
- border-color: rgb(43 43 43 / var(--tw-border-opacity));
1341
- }
1342
- .tw-border-info-300 {
1343
- --tw-border-opacity: 1;
1344
- border-color: rgb(102 193 231 / var(--tw-border-opacity));
1345
- }
1346
- .tw-border-info-500 {
1347
- --tw-border-opacity: 1;
1348
- border-color: rgb(0 151 215 / var(--tw-border-opacity));
1349
- }
1350
- .tw-border-primary-300 {
1351
- --tw-border-opacity: 1;
1352
- border-color: rgb(247 118 140 / var(--tw-border-opacity));
1353
- }
1354
- .tw-border-primary-400 {
1355
- --tw-border-opacity: 1;
1356
- border-color: rgb(245 73 101 / var(--tw-border-opacity));
1357
- }
1358
- .tw-border-primary-500 {
1359
- --tw-border-opacity: 1;
1360
- border-color: rgb(242 27 63 / var(--tw-border-opacity));
1361
- }
1362
- .tw-border-primary-600 {
1363
- --tw-border-opacity: 1;
1364
- border-color: rgb(194 22 50 / var(--tw-border-opacity));
1365
- }
1366
- .tw-border-secondary-200 {
1367
- --tw-border-opacity: 1;
1368
- border-color: rgb(189 189 189 / var(--tw-border-opacity));
1369
- }
1370
- .tw-border-secondary-300 {
1371
- --tw-border-opacity: 1;
1372
- border-color: rgb(155 155 155 / var(--tw-border-opacity));
1373
- }
1374
- .tw-border-secondary-500 {
1375
- --tw-border-opacity: 1;
1376
- border-color: rgb(89 89 89 / var(--tw-border-opacity));
1377
- }
1378
- .tw-border-success-400 {
1379
- --tw-border-opacity: 1;
1380
- border-color: rgb(80 185 64 / var(--tw-border-opacity));
1381
- }
1382
- .tw-border-success-500 {
1383
- --tw-border-opacity: 1;
1384
- border-color: rgb(36 168 16 / var(--tw-border-opacity));
1385
- }
1386
- .tw-border-success-600 {
1387
- --tw-border-opacity: 1;
1388
- border-color: rgb(29 134 13 / var(--tw-border-opacity));
1389
- }
1390
- .tw-border-warning-300 {
1391
- --tw-border-opacity: 1;
1392
- border-color: rgb(248 207 128 / var(--tw-border-opacity));
1393
- }
1394
- .tw-border-warning-500 {
1395
- --tw-border-opacity: 1;
1396
- border-color: rgb(243 175 43 / var(--tw-border-opacity));
1397
- }
1398
- .tw-border-warning-600 {
1399
- --tw-border-opacity: 1;
1400
- border-color: rgb(194 140 34 / var(--tw-border-opacity));
1401
- }
1402
- .tw-border-white {
1403
- --tw-border-opacity: 1;
1404
- border-color: rgb(255 255 255 / var(--tw-border-opacity));
1405
- }
1406
- .tw-border-t-transparent {
1407
- border-top-color: transparent;
1408
- }
1409
- .tw-bg-black {
1410
- --tw-bg-opacity: 1;
1411
- background-color: rgb(0 0 0 / var(--tw-bg-opacity));
1412
- }
1413
- .tw-bg-error-100 {
1414
- --tw-bg-opacity: 1;
1415
- background-color: rgb(252 209 217 / var(--tw-bg-opacity));
1416
- }
1417
- .tw-bg-error-500 {
1418
- --tw-bg-opacity: 1;
1419
- background-color: rgb(242 27 63 / var(--tw-bg-opacity));
1420
- }
1421
- .tw-bg-grayscale-100 {
1422
- --tw-bg-opacity: 1;
1423
- background-color: rgb(255 255 255 / var(--tw-bg-opacity));
1424
- }
1425
- .tw-bg-grayscale-200 {
1426
- --tw-bg-opacity: 1;
1427
- background-color: rgb(244 244 244 / var(--tw-bg-opacity));
1428
- }
1429
- .tw-bg-grayscale-300 {
1430
- --tw-bg-opacity: 1;
1431
- background-color: rgb(239 239 239 / var(--tw-bg-opacity));
1432
- }
1433
- .tw-bg-grayscale-400 {
1434
- --tw-bg-opacity: 1;
1435
- background-color: rgb(230 230 230 / var(--tw-bg-opacity));
1436
- }
1437
- .tw-bg-grayscale-500 {
1438
- --tw-bg-opacity: 1;
1439
- background-color: rgb(208 208 208 / var(--tw-bg-opacity));
1440
- }
1441
- .tw-bg-info-100 {
1442
- --tw-bg-opacity: 1;
1443
- background-color: rgb(204 234 247 / var(--tw-bg-opacity));
1444
- }
1445
- .tw-bg-info-300 {
1446
- --tw-bg-opacity: 1;
1447
- background-color: rgb(102 193 231 / var(--tw-bg-opacity));
1448
- }
1449
- .tw-bg-info-400 {
1450
- --tw-bg-opacity: 1;
1451
- background-color: rgb(51 172 223 / var(--tw-bg-opacity));
1452
- }
1453
- .tw-bg-info-500 {
1454
- --tw-bg-opacity: 1;
1455
- background-color: rgb(0 151 215 / var(--tw-bg-opacity));
1456
- }
1457
- .tw-bg-info-600 {
1458
- --tw-bg-opacity: 1;
1459
- background-color: rgb(0 121 172 / var(--tw-bg-opacity));
1460
- }
1461
- .tw-bg-primary-300 {
1462
- --tw-bg-opacity: 1;
1463
- background-color: rgb(247 118 140 / var(--tw-bg-opacity));
1464
- }
1465
- .tw-bg-primary-400 {
1466
- --tw-bg-opacity: 1;
1467
- background-color: rgb(245 73 101 / var(--tw-bg-opacity));
1468
- }
1469
- .tw-bg-primary-500 {
1470
- --tw-bg-opacity: 1;
1471
- background-color: rgb(242 27 63 / var(--tw-bg-opacity));
1472
- }
1473
- .tw-bg-primary-600 {
1474
- --tw-bg-opacity: 1;
1475
- background-color: rgb(194 22 50 / var(--tw-bg-opacity));
1476
- }
1477
- .tw-bg-secondary-100 {
1478
- --tw-bg-opacity: 1;
1479
- background-color: rgb(222 222 222 / var(--tw-bg-opacity));
1480
- }
1481
- .tw-bg-secondary-300 {
1482
- --tw-bg-opacity: 1;
1483
- background-color: rgb(155 155 155 / var(--tw-bg-opacity));
1484
- }
1485
- .tw-bg-secondary-500 {
1486
- --tw-bg-opacity: 1;
1487
- background-color: rgb(89 89 89 / var(--tw-bg-opacity));
1488
- }
1489
- .tw-bg-success-100 {
1490
- --tw-bg-opacity: 1;
1491
- background-color: rgb(211 238 207 / var(--tw-bg-opacity));
1492
- }
1493
- .tw-bg-success-400 {
1494
- --tw-bg-opacity: 1;
1495
- background-color: rgb(80 185 64 / var(--tw-bg-opacity));
1496
- }
1497
- .tw-bg-success-500 {
1498
- --tw-bg-opacity: 1;
1499
- background-color: rgb(36 168 16 / var(--tw-bg-opacity));
1500
- }
1501
- .tw-bg-transparent {
1502
- background-color: transparent;
1503
- }
1504
- .tw-bg-warning-100 {
1505
- --tw-bg-opacity: 1;
1506
- background-color: rgb(253 239 213 / var(--tw-bg-opacity));
1507
- }
1508
- .tw-bg-warning-300 {
1509
- --tw-bg-opacity: 1;
1510
- background-color: rgb(248 207 128 / var(--tw-bg-opacity));
1511
- }
1512
- .tw-bg-warning-500 {
1513
- --tw-bg-opacity: 1;
1514
- background-color: rgb(243 175 43 / var(--tw-bg-opacity));
1515
- }
1516
- .tw-bg-warning-600 {
1517
- --tw-bg-opacity: 1;
1518
- background-color: rgb(194 140 34 / var(--tw-bg-opacity));
1519
- }
1520
- .tw-bg-white {
1521
- --tw-bg-opacity: 1;
1522
- background-color: rgb(255 255 255 / var(--tw-bg-opacity));
1523
- }
1524
- .tw-bg-white\/50 {
1525
- background-color: rgb(255 255 255 / 0.5);
1526
- }
1527
- .tw-bg-opacity-75 {
1528
- --tw-bg-opacity: 0.75;
1529
- }
1530
- .tw-bg-opacity-80 {
1531
- --tw-bg-opacity: 0.8;
1532
- }
1533
- .tw-bg-gradient-to-t {
1534
- background-image: linear-gradient(to top, var(--tw-gradient-stops));
1535
- }
1536
- .tw-from-\[\#d946ef\] {
1537
- --tw-gradient-from: #d946ef var(--tw-gradient-from-position);
1538
- --tw-gradient-to: rgb(217 70 239 / 0) var(--tw-gradient-to-position);
1539
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
1540
- }
1541
- .tw-to-\[\#8b5cf6\] {
1542
- --tw-gradient-to: #8b5cf6 var(--tw-gradient-to-position);
1543
- }
1544
- .tw-bg-no-repeat {
1545
- background-repeat: no-repeat;
1546
- }
1547
- .tw-fill-current {
1548
- fill: currentColor;
1549
- }
1550
- .tw-object-contain {
1551
- -o-object-fit: contain;
1552
- object-fit: contain;
1553
- }
1554
- .tw-object-cover {
1555
- -o-object-fit: cover;
1556
- object-fit: cover;
1557
- }
1558
- .tw-object-top {
1559
- -o-object-position: top;
1560
- object-position: top;
1561
- }
1562
- .\!tw-p-0 {
1563
- padding: 0px !important;
1564
- }
1565
- .\!tw-p-0\.5 {
1566
- padding: 0.125rem !important;
1567
- }
1568
- .\!tw-p-1 {
1569
- padding: 0.25rem !important;
1570
- }
1571
- .\!tw-p-1\.5 {
1572
- padding: 0.375rem !important;
1573
- }
1574
- .\!tw-p-10 {
1575
- padding: 2.5rem !important;
1576
- }
1577
- .\!tw-p-11 {
1578
- padding: 2.75rem !important;
1579
- }
1580
- .\!tw-p-12 {
1581
- padding: 3rem !important;
1582
- }
1583
- .\!tw-p-14 {
1584
- padding: 3.5rem !important;
1585
- }
1586
- .\!tw-p-16 {
1587
- padding: 4rem !important;
1588
- }
1589
- .\!tw-p-2 {
1590
- padding: 0.5rem !important;
1591
- }
1592
- .\!tw-p-2\.5 {
1593
- padding: 0.625rem !important;
1594
- }
1595
- .\!tw-p-20 {
1596
- padding: 5rem !important;
1597
- }
1598
- .\!tw-p-24 {
1599
- padding: 6rem !important;
1600
- }
1601
- .\!tw-p-28 {
1602
- padding: 7rem !important;
1603
- }
1604
- .\!tw-p-3 {
1605
- padding: 0.75rem !important;
1606
- }
1607
- .\!tw-p-3\.5 {
1608
- padding: 0.875rem !important;
1609
- }
1610
- .\!tw-p-32 {
1611
- padding: 8rem !important;
1612
- }
1613
- .\!tw-p-36 {
1614
- padding: 9rem !important;
1615
- }
1616
- .\!tw-p-4 {
1617
- padding: 1rem !important;
1618
- }
1619
- .\!tw-p-40 {
1620
- padding: 10rem !important;
1621
- }
1622
- .\!tw-p-44 {
1623
- padding: 11rem !important;
1624
- }
1625
- .\!tw-p-48 {
1626
- padding: 12rem !important;
1627
- }
1628
- .\!tw-p-5 {
1629
- padding: 1.25rem !important;
1630
- }
1631
- .\!tw-p-52 {
1632
- padding: 13rem !important;
1633
- }
1634
- .\!tw-p-56 {
1635
- padding: 14rem !important;
1636
- }
1637
- .\!tw-p-6 {
1638
- padding: 1.5rem !important;
1639
- }
1640
- .\!tw-p-60 {
1641
- padding: 15rem !important;
1642
- }
1643
- .\!tw-p-64 {
1644
- padding: 16rem !important;
1645
- }
1646
- .\!tw-p-7 {
1647
- padding: 1.75rem !important;
1648
- }
1649
- .\!tw-p-72 {
1650
- padding: 18rem !important;
1651
- }
1652
- .\!tw-p-8 {
1653
- padding: 2rem !important;
1654
- }
1655
- .\!tw-p-80 {
1656
- padding: 20rem !important;
1657
- }
1658
- .\!tw-p-9 {
1659
- padding: 2.25rem !important;
1660
- }
1661
- .\!tw-p-96 {
1662
- padding: 24rem !important;
1663
- }
1664
- .\!tw-p-px {
1665
- padding: 1px !important;
1666
- }
1667
- .tw-p-0 {
1668
- padding: 0px;
1669
- }
1670
- .tw-p-1 {
1671
- padding: 0.25rem;
1672
- }
1673
- .tw-p-2 {
1674
- padding: 0.5rem;
1675
- }
1676
- .tw-p-3 {
1677
- padding: 0.75rem;
1678
- }
1679
- .tw-p-4 {
1680
- padding: 1rem;
1681
- }
1682
- .tw-p-5 {
1683
- padding: 1.25rem;
1684
- }
1685
- .tw-p-6 {
1686
- padding: 1.5rem;
1687
- }
1688
- .tw-p-8 {
1689
- padding: 2rem;
1690
- }
1691
- .tw-px-0 {
1692
- padding-left: 0px;
1693
- padding-right: 0px;
1694
- }
1695
- .tw-px-0\.5 {
1696
- padding-left: 0.125rem;
1697
- padding-right: 0.125rem;
1698
- }
1699
- .tw-px-2 {
1700
- padding-left: 0.5rem;
1701
- padding-right: 0.5rem;
1702
- }
1703
- .tw-px-20 {
1704
- padding-left: 5rem;
1705
- padding-right: 5rem;
1706
- }
1707
- .tw-px-3 {
1708
- padding-left: 0.75rem;
1709
- padding-right: 0.75rem;
1710
- }
1711
- .tw-px-4 {
1712
- padding-left: 1rem;
1713
- padding-right: 1rem;
1714
- }
1715
- .tw-px-5 {
1716
- padding-left: 1.25rem;
1717
- padding-right: 1.25rem;
1718
- }
1719
- .tw-px-6 {
1720
- padding-left: 1.5rem;
1721
- padding-right: 1.5rem;
1722
- }
1723
- .tw-px-8 {
1724
- padding-left: 2rem;
1725
- padding-right: 2rem;
1726
- }
1727
- .tw-px-px {
1728
- padding-left: 1px;
1729
- padding-right: 1px;
1730
- }
1731
- .tw-py-0 {
1732
- padding-top: 0px;
1733
- padding-bottom: 0px;
1734
- }
1735
- .tw-py-0\.5 {
1736
- padding-top: 0.125rem;
1737
- padding-bottom: 0.125rem;
1738
- }
1739
- .tw-py-1 {
1740
- padding-top: 0.25rem;
1741
- padding-bottom: 0.25rem;
1742
- }
1743
- .tw-py-1\.5 {
1744
- padding-top: 0.375rem;
1745
- padding-bottom: 0.375rem;
1746
- }
1747
- .tw-py-10 {
1748
- padding-top: 2.5rem;
1749
- padding-bottom: 2.5rem;
1750
- }
1751
- .tw-py-2 {
1752
- padding-top: 0.5rem;
1753
- padding-bottom: 0.5rem;
1754
- }
1755
- .tw-py-3 {
1756
- padding-top: 0.75rem;
1757
- padding-bottom: 0.75rem;
1758
- }
1759
- .tw-py-3\.5 {
1760
- padding-top: 0.875rem;
1761
- padding-bottom: 0.875rem;
1762
- }
1763
- .tw-py-4 {
1764
- padding-top: 1rem;
1765
- padding-bottom: 1rem;
1766
- }
1767
- .tw-py-5 {
1768
- padding-top: 1.25rem;
1769
- padding-bottom: 1.25rem;
1770
- }
1771
- .tw-py-8 {
1772
- padding-top: 2rem;
1773
- padding-bottom: 2rem;
1774
- }
1775
- .tw-pb-0 {
1776
- padding-bottom: 0px;
1777
- }
1778
- .tw-pb-16 {
1779
- padding-bottom: 4rem;
1780
- }
1781
- .tw-pb-24 {
1782
- padding-bottom: 6rem;
1783
- }
1784
- .tw-pb-8 {
1785
- padding-bottom: 2rem;
1786
- }
1787
- .tw-pl-0 {
1788
- padding-left: 0px;
1789
- }
1790
- .tw-pl-12 {
1791
- padding-left: 3rem;
1792
- }
1793
- .tw-pl-3 {
1794
- padding-left: 0.75rem;
1795
- }
1796
- .tw-pl-8 {
1797
- padding-left: 2rem;
1798
- }
1799
- .tw-pr-12 {
1800
- padding-right: 3rem;
1801
- }
1802
- .tw-pr-2 {
1803
- padding-right: 0.5rem;
1804
- }
1805
- .tw-pr-4 {
1806
- padding-right: 1rem;
1807
- }
1808
- .tw-pr-6 {
1809
- padding-right: 1.5rem;
1810
- }
1811
- .tw-pt-1 {
1812
- padding-top: 0.25rem;
1813
- }
1814
- .tw-pt-12 {
1815
- padding-top: 3rem;
1816
- }
1817
- .tw-pt-2 {
1818
- padding-top: 0.5rem;
1819
- }
1820
- .tw-pt-6 {
1821
- padding-top: 1.5rem;
1822
- }
1823
- .tw-text-left {
1824
- text-align: left;
1825
- }
1826
- .tw-text-center {
1827
- text-align: center;
1828
- }
1829
- .tw-align-top {
1830
- vertical-align: top;
1831
- }
1832
- .tw-align-middle {
1833
- vertical-align: middle;
1834
- }
1835
- .tw-font-sans {
1836
- font-family: Lato, Helvetica, sans-serif;
1837
- }
1838
- .tw-text-2xl {
1839
- font-size: 1.5rem;
1840
- line-height: 2rem;
1841
- }
1842
- .tw-text-3xl {
1843
- font-size: 1.875rem;
1844
- line-height: 2.25rem;
1845
- }
1846
- .tw-text-4xl {
1847
- font-size: 2.25rem;
1848
- line-height: 2.5rem;
1849
- }
1850
- .tw-text-base {
1851
- font-size: 1rem;
1852
- line-height: 1.5rem;
1853
- }
1854
- .tw-text-lg {
1855
- font-size: 1.125rem;
1856
- line-height: 1.75rem;
1857
- }
1858
- .tw-text-sm {
1859
- font-size: 0.875rem;
1860
- line-height: 1.25rem;
1861
- }
1862
- .tw-text-xs {
1863
- font-size: 0.75rem;
1864
- line-height: 1rem;
1865
- }
1866
- .tw-font-bold {
1867
- font-weight: 700;
1868
- }
1869
- .tw-font-medium {
1870
- font-weight: 500;
1871
- }
1872
- .tw-font-normal {
1873
- font-weight: 400;
1874
- }
1875
- .tw-font-semibold {
1876
- font-weight: 600;
1877
- }
1878
- .tw-uppercase {
1879
- text-transform: uppercase;
1880
- }
1881
- .tw-capitalize {
1882
- text-transform: capitalize;
1883
- }
1884
- .tw-leading-tight {
1885
- line-height: 1.25;
1886
- }
1887
- .tw-text-black {
1888
- --tw-text-opacity: 1;
1889
- color: rgb(0 0 0 / var(--tw-text-opacity));
1890
- }
1891
- .tw-text-error-500 {
1892
- --tw-text-opacity: 1;
1893
- color: rgb(242 27 63 / var(--tw-text-opacity));
1894
- }
1895
- .tw-text-error-700 {
1896
- --tw-text-opacity: 1;
1897
- color: rgb(145 16 38 / var(--tw-text-opacity));
1898
- }
1899
- .tw-text-grayscale-500 {
1900
- --tw-text-opacity: 1;
1901
- color: rgb(208 208 208 / var(--tw-text-opacity));
1902
- }
1903
- .tw-text-grayscale-600 {
1904
- --tw-text-opacity: 1;
1905
- color: rgb(94 94 94 / var(--tw-text-opacity));
1906
- }
1907
- .tw-text-grayscale-700 {
1908
- --tw-text-opacity: 1;
1909
- color: rgb(43 43 43 / var(--tw-text-opacity));
1910
- }
1911
- .tw-text-grayscale-800 {
1912
- --tw-text-opacity: 1;
1913
- color: rgb(17 21 23 / var(--tw-text-opacity));
1914
- }
1915
- .tw-text-info-300 {
1916
- --tw-text-opacity: 1;
1917
- color: rgb(102 193 231 / var(--tw-text-opacity));
1918
- }
1919
- .tw-text-info-500 {
1920
- --tw-text-opacity: 1;
1921
- color: rgb(0 151 215 / var(--tw-text-opacity));
1922
- }
1923
- .tw-text-primary-500 {
1924
- --tw-text-opacity: 1;
1925
- color: rgb(242 27 63 / var(--tw-text-opacity));
1926
- }
1927
- .tw-text-secondary-400 {
1928
- --tw-text-opacity: 1;
1929
- color: rgb(122 122 122 / var(--tw-text-opacity));
1930
- }
1931
- .tw-text-secondary-500 {
1932
- --tw-text-opacity: 1;
1933
- color: rgb(89 89 89 / var(--tw-text-opacity));
1934
- }
1935
- .tw-text-secondary-600 {
1936
- --tw-text-opacity: 1;
1937
- color: rgb(71 71 71 / var(--tw-text-opacity));
1938
- }
1939
- .tw-text-secondary-800 {
1940
- --tw-text-opacity: 1;
1941
- color: rgb(36 36 36 / var(--tw-text-opacity));
1942
- }
1943
- .tw-text-success-500 {
1944
- --tw-text-opacity: 1;
1945
- color: rgb(36 168 16 / var(--tw-text-opacity));
1946
- }
1947
- .tw-text-success-600 {
1948
- --tw-text-opacity: 1;
1949
- color: rgb(29 134 13 / var(--tw-text-opacity));
1950
- }
1951
- .tw-text-success-700 {
1952
- --tw-text-opacity: 1;
1953
- color: rgb(22 101 10 / var(--tw-text-opacity));
1954
- }
1955
- .tw-text-warning-700 {
1956
- --tw-text-opacity: 1;
1957
- color: rgb(146 105 26 / var(--tw-text-opacity));
1958
- }
1959
- .tw-text-white {
1960
- --tw-text-opacity: 1;
1961
- color: rgb(255 255 255 / var(--tw-text-opacity));
1962
- }
1963
- .tw-underline {
1964
- text-decoration-line: underline;
1965
- }
1966
- .tw-no-underline {
1967
- text-decoration-line: none;
1968
- }
1969
- .tw-opacity-0 {
1970
- opacity: 0;
1971
- }
1972
- .tw-opacity-100 {
1973
- opacity: 1;
1974
- }
1975
- .tw-opacity-30 {
1976
- opacity: 0.3;
1977
- }
1978
- .tw-opacity-40 {
1979
- opacity: 0.4;
1980
- }
1981
- .tw-opacity-50 {
1982
- opacity: 0.5;
1983
- }
1984
- .\!tw-shadow-\[0_0_0_1px\] {
1985
- --tw-shadow: 0 0 0 1px !important;
1986
- --tw-shadow-colored: 0 0 0 1px var(--tw-shadow-color) !important;
1987
- box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
1988
- }
1989
- .\!tw-shadow-\[0_0_0_2px\] {
1990
- --tw-shadow: 0 0 0 2px !important;
1991
- --tw-shadow-colored: 0 0 0 2px var(--tw-shadow-color) !important;
1992
- box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
1993
- }
1994
- .tw-shadow {
1995
- --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
1996
- --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
1997
- box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
1998
- }
1999
- .tw-shadow-inner {
2000
- --tw-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
2001
- --tw-shadow-colored: inset 0 2px 4px 0 var(--tw-shadow-color);
2002
- box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
2003
- }
2004
- .tw-shadow-lg {
2005
- --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
2006
- --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
2007
- box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
2008
- }
2009
- .tw-shadow-md {
2010
- --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
2011
- --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
2012
- box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
2013
- }
2014
- .tw-shadow-sm {
2015
- --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
2016
- --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
2017
- box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
2018
- }
2019
- .tw-shadow-xl {
2020
- --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
2021
- --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
2022
- box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
2023
- }
2024
- .\!tw-shadow-info-500 {
2025
- --tw-shadow-color: #0097D7 !important;
2026
- --tw-shadow: var(--tw-shadow-colored) !important;
2027
- }
2028
- .\!tw-shadow-secondary-200 {
2029
- --tw-shadow-color: #BDBDBD !important;
2030
- --tw-shadow: var(--tw-shadow-colored) !important;
2031
- }
2032
- .tw-outline-none {
2033
- outline: 2px solid transparent;
2034
- outline-offset: 2px;
2035
- }
2036
- .tw-ring-1 {
2037
- --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
2038
- --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
2039
- box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
2040
- }
2041
- .tw-ring-black {
2042
- --tw-ring-opacity: 1;
2043
- --tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity));
2044
- }
2045
- .tw-ring-opacity-5 {
2046
- --tw-ring-opacity: 0.05;
2047
- }
2048
- .tw-drop-shadow-sm {
2049
- --tw-drop-shadow: drop-shadow(0 1px 1px rgb(0 0 0 / 0.05));
2050
- 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);
2051
- }
2052
- .tw-transition-colors {
2053
- transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
2054
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
2055
- transition-duration: 150ms;
2056
- }
2057
- .tw-transition-shadow {
2058
- transition-property: box-shadow;
2059
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
2060
- transition-duration: 150ms;
2061
- }
2062
- .tw-transition-transform {
2063
- transition-property: transform;
2064
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
2065
- transition-duration: 150ms;
2066
- }
2067
- .tw-duration-200 {
2068
- transition-duration: 200ms;
2069
- }
2070
- .tw-duration-300 {
2071
- transition-duration: 300ms;
2072
- }
2073
- .tw-ease-in-out {
2074
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
2075
- }
2076
- .tw-ease-out {
2077
- transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
2078
- }
2079
- .hover\:tw-border-grayscale-400:hover {
2080
- --tw-border-opacity: 1;
2081
- border-color: rgb(230 230 230 / var(--tw-border-opacity));
2082
- }
2083
- .hover\:tw-border-grayscale-500:hover {
2084
- --tw-border-opacity: 1;
2085
- border-color: rgb(208 208 208 / var(--tw-border-opacity));
2086
- }
2087
- .hover\:tw-border-info-600:hover {
2088
- --tw-border-opacity: 1;
2089
- border-color: rgb(0 121 172 / var(--tw-border-opacity));
2090
- }
2091
- .hover\:tw-border-primary-600:hover {
2092
- --tw-border-opacity: 1;
2093
- border-color: rgb(194 22 50 / var(--tw-border-opacity));
2094
- }
2095
- .hover\:tw-border-primary-700:hover {
2096
- --tw-border-opacity: 1;
2097
- border-color: rgb(145 16 38 / var(--tw-border-opacity));
2098
- }
2099
- .hover\:tw-border-secondary-700:hover {
2100
- --tw-border-opacity: 1;
2101
- border-color: rgb(53 53 53 / var(--tw-border-opacity));
2102
- }
2103
- .hover\:tw-border-success-600:hover {
2104
- --tw-border-opacity: 1;
2105
- border-color: rgb(29 134 13 / var(--tw-border-opacity));
2106
- }
2107
- .hover\:tw-border-warning-600:hover {
2108
- --tw-border-opacity: 1;
2109
- border-color: rgb(194 140 34 / var(--tw-border-opacity));
2110
- }
2111
- .hover\:tw-bg-grayscale-200:hover {
2112
- --tw-bg-opacity: 1;
2113
- background-color: rgb(244 244 244 / var(--tw-bg-opacity));
2114
- }
2115
- .hover\:tw-bg-grayscale-300:hover {
2116
- --tw-bg-opacity: 1;
2117
- background-color: rgb(239 239 239 / var(--tw-bg-opacity));
2118
- }
2119
- .hover\:tw-bg-grayscale-400:hover {
2120
- --tw-bg-opacity: 1;
2121
- background-color: rgb(230 230 230 / var(--tw-bg-opacity));
2122
- }
2123
- .hover\:tw-bg-grayscale-500:hover {
2124
- --tw-bg-opacity: 1;
2125
- background-color: rgb(208 208 208 / var(--tw-bg-opacity));
2126
- }
2127
- .hover\:tw-bg-info-100:hover {
2128
- --tw-bg-opacity: 1;
2129
- background-color: rgb(204 234 247 / var(--tw-bg-opacity));
2130
- }
2131
- .hover\:tw-bg-info-400:hover {
2132
- --tw-bg-opacity: 1;
2133
- background-color: rgb(51 172 223 / var(--tw-bg-opacity));
2134
- }
2135
- .hover\:tw-bg-info-600:hover {
2136
- --tw-bg-opacity: 1;
2137
- background-color: rgb(0 121 172 / var(--tw-bg-opacity));
2138
- }
2139
- .hover\:tw-bg-primary-100:hover {
2140
- --tw-bg-opacity: 1;
2141
- background-color: rgb(252 209 217 / var(--tw-bg-opacity));
2142
- }
2143
- .hover\:tw-bg-primary-400:hover {
2144
- --tw-bg-opacity: 1;
2145
- background-color: rgb(245 73 101 / var(--tw-bg-opacity));
2146
- }
2147
- .hover\:tw-bg-primary-600:hover {
2148
- --tw-bg-opacity: 1;
2149
- background-color: rgb(194 22 50 / var(--tw-bg-opacity));
2150
- }
2151
- .hover\:tw-bg-primary-700:hover {
2152
- --tw-bg-opacity: 1;
2153
- background-color: rgb(145 16 38 / var(--tw-bg-opacity));
2154
- }
2155
- .hover\:tw-bg-secondary-100:hover {
2156
- --tw-bg-opacity: 1;
2157
- background-color: rgb(222 222 222 / var(--tw-bg-opacity));
2158
- }
2159
- .hover\:tw-bg-secondary-400:hover {
2160
- --tw-bg-opacity: 1;
2161
- background-color: rgb(122 122 122 / var(--tw-bg-opacity));
2162
- }
2163
- .hover\:tw-bg-secondary-500:hover {
2164
- --tw-bg-opacity: 1;
2165
- background-color: rgb(89 89 89 / var(--tw-bg-opacity));
2166
- }
2167
- .hover\:tw-bg-secondary-600:hover {
2168
- --tw-bg-opacity: 1;
2169
- background-color: rgb(71 71 71 / var(--tw-bg-opacity));
2170
- }
2171
- .hover\:tw-bg-secondary-700:hover {
2172
- --tw-bg-opacity: 1;
2173
- background-color: rgb(53 53 53 / var(--tw-bg-opacity));
2174
- }
2175
- .hover\:tw-bg-success-100:hover {
2176
- --tw-bg-opacity: 1;
2177
- background-color: rgb(211 238 207 / var(--tw-bg-opacity));
2178
- }
2179
- .hover\:tw-bg-success-600:hover {
2180
- --tw-bg-opacity: 1;
2181
- background-color: rgb(29 134 13 / var(--tw-bg-opacity));
2182
- }
2183
- .hover\:tw-bg-warning-600:hover {
2184
- --tw-bg-opacity: 1;
2185
- background-color: rgb(194 140 34 / var(--tw-bg-opacity));
2186
- }
2187
- .hover\:tw-text-primary-600:hover {
2188
- --tw-text-opacity: 1;
2189
- color: rgb(194 22 50 / var(--tw-text-opacity));
2190
- }
2191
- .hover\:tw-text-secondary-500:hover {
2192
- --tw-text-opacity: 1;
2193
- color: rgb(89 89 89 / var(--tw-text-opacity));
2194
- }
2195
- .hover\:tw-text-success-600:hover {
2196
- --tw-text-opacity: 1;
2197
- color: rgb(29 134 13 / var(--tw-text-opacity));
2198
- }
2199
- .hover\:tw-text-white:hover {
2200
- --tw-text-opacity: 1;
2201
- color: rgb(255 255 255 / var(--tw-text-opacity));
2202
- }
2203
- .hover\:tw-underline:hover {
2204
- text-decoration-line: underline;
2205
- }
2206
- .hover\:tw-shadow-lg:hover {
2207
- --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
2208
- --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
2209
- box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
2210
- }
2211
- .hover\:\!tw-shadow-info-500:hover {
2212
- --tw-shadow-color: #0097D7 !important;
2213
- --tw-shadow: var(--tw-shadow-colored) !important;
2214
- }
2215
- .hover\:tw-brightness-\[0\.85\]:hover {
2216
- --tw-brightness: brightness(0.85);
2217
- 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);
2218
- }
2219
- .focus\:tw-border-error-600:focus {
2220
- --tw-border-opacity: 1;
2221
- border-color: rgb(194 22 50 / var(--tw-border-opacity));
2222
- }
2223
- .focus\:tw-border-grayscale-600:focus {
2224
- --tw-border-opacity: 1;
2225
- border-color: rgb(94 94 94 / var(--tw-border-opacity));
2226
- }
2227
- .focus\:tw-border-grayscale-700:focus {
2228
- --tw-border-opacity: 1;
2229
- border-color: rgb(43 43 43 / var(--tw-border-opacity));
2230
- }
2231
- .focus\:tw-border-success-600:focus {
2232
- --tw-border-opacity: 1;
2233
- border-color: rgb(29 134 13 / var(--tw-border-opacity));
2234
- }
2235
- .focus\:tw-border-warning-600:focus {
2236
- --tw-border-opacity: 1;
2237
- border-color: rgb(194 140 34 / var(--tw-border-opacity));
2238
- }
2239
- .focus\:tw-outline-none:focus {
2240
- outline: 2px solid transparent;
2241
- outline-offset: 2px;
2242
- }
2243
- .tw-group:hover .group-hover\:tw-text-info-500 {
2244
- --tw-text-opacity: 1;
2245
- color: rgb(0 151 215 / var(--tw-text-opacity));
2246
- }
2247
- @media (min-width: 640px) {
2248
-
2249
- .sm\:tw-absolute {
2250
- position: absolute;
2251
- }
2252
-
2253
- .sm\:tw-bottom-full {
2254
- bottom: 100%;
2255
- }
2256
-
2257
- .sm\:tw-left-full {
2258
- left: 100%;
2259
- }
2260
-
2261
- .sm\:tw-right-full {
2262
- right: 100%;
2263
- }
2264
-
2265
- .sm\:tw-top-auto {
2266
- top: auto;
2267
- }
2268
-
2269
- .sm\:tw-mx-8 {
2270
- margin-left: 2rem;
2271
- margin-right: 2rem;
2272
- }
2273
-
2274
- .sm\:tw-mb-4 {
2275
- margin-bottom: 1rem;
2276
- }
2277
-
2278
- .sm\:tw-ml-2 {
2279
- margin-left: 0.5rem;
2280
- }
2281
-
2282
- .sm\:tw-ml-4 {
2283
- margin-left: 1rem;
2284
- }
2285
-
2286
- .sm\:tw-mr-4 {
2287
- margin-right: 1rem;
2288
- }
2289
-
2290
- .sm\:tw-mt-0 {
2291
- margin-top: 0px;
2292
- }
2293
-
2294
- .sm\:tw-block {
2295
- display: block;
2296
- }
2297
-
2298
- .sm\:tw-inline {
2299
- display: inline;
2300
- }
2301
-
2302
- .sm\:tw-hidden {
2303
- display: none;
2304
- }
2305
-
2306
- .sm\:tw-h-auto {
2307
- height: auto;
2308
- }
2309
-
2310
- .sm\:tw-w-64 {
2311
- width: 16rem;
2312
- }
2313
-
2314
- .sm\:tw-w-72 {
2315
- width: 18rem;
2316
- }
2317
-
2318
- .sm\:tw-w-96 {
2319
- width: 24rem;
2320
- }
2321
-
2322
- .sm\:tw-w-auto {
2323
- width: auto;
2324
- }
2325
-
2326
- .sm\:tw-flex-row {
2327
- flex-direction: row;
2328
- }
2329
-
2330
- .sm\:tw-items-center {
2331
- align-items: center;
2332
- }
2333
-
2334
- .sm\:tw-rounded-md {
2335
- border-radius: 0.375rem;
2336
- }
2337
-
2338
- .sm\:tw-px-4 {
2339
- padding-left: 1rem;
2340
- padding-right: 1rem;
2341
- }
2342
- }
2343
- @media (min-width: 768px) {
2344
-
2345
- .md\:tw-relative {
2346
- position: relative;
2347
- }
2348
-
2349
- .md\:tw-right-6 {
2350
- right: 1.5rem;
2351
- }
2352
-
2353
- .md\:tw-order-first {
2354
- order: -9999;
2355
- }
2356
-
2357
- .md\:tw-mb-0 {
2358
- margin-bottom: 0px;
2359
- }
2360
-
2361
- .md\:tw-ml-0 {
2362
- margin-left: 0px;
2363
- }
2364
-
2365
- .md\:tw-ml-2 {
2366
- margin-left: 0.5rem;
2367
- }
2368
-
2369
- .md\:tw-ml-3 {
2370
- margin-left: 0.75rem;
2371
- }
2372
-
2373
- .md\:tw-ml-4 {
2374
- margin-left: 1rem;
2375
- }
2376
-
2377
- .md\:tw-mr-2 {
2378
- margin-right: 0.5rem;
2379
- }
2380
-
2381
- .md\:tw-mt-0 {
2382
- margin-top: 0px;
2383
- }
2384
-
2385
- .md\:tw-mt-3 {
2386
- margin-top: 0.75rem;
2387
- }
2388
-
2389
- .md\:tw-flex {
2390
- display: flex;
2391
- }
2392
-
2393
- .md\:tw-grid {
2394
- display: grid;
2395
- }
2396
-
2397
- .md\:tw-hidden {
2398
- display: none;
2399
- }
2400
-
2401
- .md\:tw-h-10 {
2402
- height: 2.5rem;
2403
- }
2404
-
2405
- .md\:tw-h-20 {
2406
- height: 5rem;
2407
- }
2408
-
2409
- .md\:tw-h-full {
2410
- height: 100%;
2411
- }
2412
-
2413
- .md\:tw-w-10 {
2414
- width: 2.5rem;
2415
- }
2416
-
2417
- .md\:tw-w-24 {
2418
- width: 6rem;
2419
- }
2420
-
2421
- .md\:tw-w-3\/4 {
2422
- width: 75%;
2423
- }
2424
-
2425
- .md\:tw-w-auto {
2426
- width: auto;
2427
- }
2428
-
2429
- .md\:tw-w-full {
2430
- width: 100%;
2431
- }
2432
-
2433
- .md\:tw-max-w-full {
2434
- max-width: 100%;
2435
- }
2436
-
2437
- .md\:tw-flex-1 {
2438
- flex: 1 1 0%;
2439
- }
2440
-
2441
- .md\:tw-grow {
2442
- flex-grow: 1;
2443
- }
2444
-
2445
- .md\:tw-grid-cols-2 {
2446
- grid-template-columns: repeat(2, minmax(0, 1fr));
2447
- }
2448
-
2449
- .md\:tw-flex-row {
2450
- flex-direction: row;
2451
- }
2452
-
2453
- .md\:tw-flex-col {
2454
- flex-direction: column;
2455
- }
2456
-
2457
- .md\:tw-items-start {
2458
- align-items: flex-start;
2459
- }
2460
-
2461
- .md\:tw-items-end {
2462
- align-items: flex-end;
2463
- }
2464
-
2465
- .md\:tw-items-center {
2466
- align-items: center;
2467
- }
2468
-
2469
- .md\:tw-justify-start {
2470
- justify-content: flex-start;
2471
- }
2472
-
2473
- .md\:tw-justify-end {
2474
- justify-content: flex-end;
2475
- }
2476
-
2477
- .md\:tw-justify-center {
2478
- justify-content: center;
2479
- }
2480
-
2481
- .md\:tw-gap-2 {
2482
- gap: 0.5rem;
2483
- }
2484
-
2485
- .md\:tw-rounded-l-none {
2486
- border-top-left-radius: 0px;
2487
- border-bottom-left-radius: 0px;
2488
- }
2489
-
2490
- .md\:tw-rounded-r-none {
2491
- border-top-right-radius: 0px;
2492
- border-bottom-right-radius: 0px;
2493
- }
2494
-
2495
- .md\:tw-object-contain {
2496
- -o-object-fit: contain;
2497
- object-fit: contain;
2498
- }
2499
-
2500
- .md\:tw-p-0 {
2501
- padding: 0px;
2502
- }
2503
-
2504
- .md\:tw-p-2 {
2505
- padding: 0.5rem;
2506
- }
2507
-
2508
- .md\:tw-p-3 {
2509
- padding: 0.75rem;
2510
- }
2511
-
2512
- .md\:tw-p-6 {
2513
- padding: 1.5rem;
2514
- }
2515
-
2516
- .md\:tw-p-8 {
2517
- padding: 2rem;
2518
- }
2519
-
2520
- .md\:tw-px-12 {
2521
- padding-left: 3rem;
2522
- padding-right: 3rem;
2523
- }
2524
-
2525
- .md\:tw-px-4 {
2526
- padding-left: 1rem;
2527
- padding-right: 1rem;
2528
- }
2529
-
2530
- .md\:tw-px-8 {
2531
- padding-left: 2rem;
2532
- padding-right: 2rem;
2533
- }
2534
-
2535
- .md\:tw-py-2 {
2536
- padding-top: 0.5rem;
2537
- padding-bottom: 0.5rem;
2538
- }
2539
-
2540
- .md\:tw-pb-0 {
2541
- padding-bottom: 0px;
2542
- }
2543
-
2544
- .md\:tw-pl-4 {
2545
- padding-left: 1rem;
2546
- }
2547
-
2548
- .md\:tw-pr-2 {
2549
- padding-right: 0.5rem;
2550
- }
2551
-
2552
- .md\:tw-text-left {
2553
- text-align: left;
2554
- }
2555
-
2556
- .md\:tw-text-sm {
2557
- font-size: 0.875rem;
2558
- line-height: 1.25rem;
2559
- }
2560
-
2561
- .md\:tw-text-xs {
2562
- font-size: 0.75rem;
2563
- line-height: 1rem;
2564
- }
2565
- }
2566
- @media (min-width: 1024px) {
2567
-
2568
- .lg\:tw-static {
2569
- position: static;
2570
- }
2571
-
2572
- .lg\:tw-mb-0 {
2573
- margin-bottom: 0px;
2574
- }
2575
-
2576
- .lg\:tw-mr-8 {
2577
- margin-right: 2rem;
2578
- }
2579
-
2580
- .lg\:tw-flex {
2581
- display: flex;
2582
- }
2583
-
2584
- .lg\:tw-h-auto {
2585
- height: auto;
2586
- }
2587
-
2588
- .lg\:tw-max-w-xl {
2589
- max-width: 36rem;
2590
- }
2591
-
2592
- .lg\:tw-flex-row {
2593
- flex-direction: row;
2594
- }
2595
-
2596
- .lg\:tw-items-center {
2597
- align-items: center;
2598
- }
2599
-
2600
- .lg\:tw-overflow-visible {
2601
- overflow: visible;
2602
- }
2603
-
2604
- .lg\:tw-rounded {
2605
- border-radius: 0.25rem;
2606
- }
2607
-
2608
- .lg\:tw-px-20 {
2609
- padding-left: 5rem;
2610
- padding-right: 5rem;
2611
- }
2612
-
2613
- .lg\:tw-px-8 {
2614
- padding-left: 2rem;
2615
- padding-right: 2rem;
2616
- }
2617
-
2618
- .lg\:tw-pb-0 {
2619
- padding-bottom: 0px;
2620
- }
2621
-
2622
- .lg\:tw-pb-8 {
2623
- padding-bottom: 2rem;
2624
- }
2625
-
2626
- .lg\:tw-pt-20 {
2627
- padding-top: 5rem;
2628
- }
2629
- }