@designcrowd/fe-shared-lib 1.1.10-ast-disabled-2 → 1.1.10-ml-146

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 (524) hide show
  1. package/.eslintrc.js +35 -35
  2. package/.prettierrc.js +7 -7
  3. package/.storybook/main.ts +39 -39
  4. package/.storybook/preview-head-master.html +4 -4
  5. package/.storybook/preview-head-publish-master.html +4 -4
  6. package/.storybook/preview-head-publish.html +9 -9
  7. package/.storybook/preview-head.html +9 -9
  8. package/.storybook/preview.js +14 -14
  9. package/Dockerfile +41 -41
  10. package/README.md +103 -103
  11. package/buildspec.yml +46 -46
  12. package/index.cjs +16 -16
  13. package/index.js +54 -54
  14. package/package.json +110 -110
  15. package/postcss.config.js +5 -5
  16. package/public/css/tailwind-brandCrowd.css +469 -522
  17. package/public/css/tailwind-brandPage.css +391 -420
  18. package/public/css/tailwind-crazyDomains.css +469 -522
  19. package/public/css/tailwind-designCom.css +469 -522
  20. package/public/css/tailwind-designCrowd.css +469 -522
  21. package/src/atoms/components/Button/Button.vue +338 -338
  22. package/src/atoms/components/Button/ButtonVariant.mixin.vue +126 -126
  23. package/src/atoms/components/Button/Buttons.stories.js +804 -804
  24. package/src/atoms/components/Button/ButtonsCrazyDomains.stories.js +117 -117
  25. package/src/atoms/components/Button/variants/ButtonAi.vue +63 -63
  26. package/src/atoms/components/Button/variants/ButtonDarkModePill.vue +52 -52
  27. package/src/atoms/components/Button/variants/ButtonFlat.vue +65 -65
  28. package/src/atoms/components/Button/variants/ButtonGray.vue +64 -64
  29. package/src/atoms/components/Button/variants/ButtonInfo.vue +51 -51
  30. package/src/atoms/components/Button/variants/ButtonInfoFilled.vue +63 -63
  31. package/src/atoms/components/Button/variants/ButtonNoBorder.vue +65 -65
  32. package/src/atoms/components/Button/variants/ButtonOutline.vue +62 -62
  33. package/src/atoms/components/Button/variants/ButtonOutlineNoHover.vue +62 -62
  34. package/src/atoms/components/Button/variants/ButtonOutlineSuccess.vue +54 -54
  35. package/src/atoms/components/Button/variants/ButtonPill.vue +52 -52
  36. package/src/atoms/components/Button/variants/ButtonPrimary.vue +69 -69
  37. package/src/atoms/components/Button/variants/ButtonPrimaryWithIcon.vue +68 -68
  38. package/src/atoms/components/Button/variants/ButtonSecondary.vue +51 -51
  39. package/src/atoms/components/Button/variants/ButtonSuccess.vue +55 -55
  40. package/src/atoms/components/Button/variants/ButtonWarning.vue +65 -65
  41. package/src/atoms/components/Button/variants/crazy-domains/ButtonCrazyDomainsOutline.vue +58 -58
  42. package/src/atoms/components/Button/variants/crazy-domains/ButtonCrazyDomainsPrimary.vue +38 -38
  43. package/src/atoms/components/ButtonGroup/ButtonGroup.stories.js +574 -575
  44. package/src/atoms/components/ButtonGroup/ButtonGroup.vue +188 -200
  45. package/src/atoms/components/Carousel/Carousel.fixtures.js +35 -35
  46. package/src/atoms/components/Carousel/Carousel.vue +352 -352
  47. package/src/atoms/components/Carousel/carousel.stories.js +261 -261
  48. package/src/atoms/components/Checkbox/Checkbox.mixin.js +57 -57
  49. package/src/atoms/components/Checkbox/Checkbox.stories.js +206 -206
  50. package/src/atoms/components/Checkbox/Checkbox.vue +89 -89
  51. package/src/atoms/components/Checktile/Checktile.stories.js +79 -79
  52. package/src/atoms/components/Checktile/Checktile.vue +73 -73
  53. package/src/atoms/components/CollapsiblePanel/CollapsiblePanel.mixin.js +34 -34
  54. package/src/atoms/components/CollapsiblePanel/CollapsiblePanel.stories.js +40 -40
  55. package/src/atoms/components/CollapsiblePanel/CollapsiblePanel.vue +30 -30
  56. package/src/atoms/components/ColorPicker/ColorPicker.stories.js +89 -89
  57. package/src/atoms/components/ColorPicker/ColorPicker.vue +95 -95
  58. package/src/atoms/components/CopyToClipboardText/CopyToClipboardText.stories.js +41 -41
  59. package/src/atoms/components/CopyToClipboardText/CopyToClipboardText.vue +71 -71
  60. package/src/atoms/components/Dropdown/Dropdown.stories.js +140 -140
  61. package/src/atoms/components/Dropdown/Dropdown.vue +118 -118
  62. package/src/atoms/components/Dropdown/DropdownItem.vue +33 -33
  63. package/src/atoms/components/FormControl/FormControl.mixin.js +127 -127
  64. package/src/atoms/components/HelloBar/HelloBar.stories.js +195 -195
  65. package/src/atoms/components/HelloBar/HelloBar.vue +156 -156
  66. package/src/atoms/components/Icon/Icon.stories.js +390 -390
  67. package/src/atoms/components/Icon/Icon.vue +825 -825
  68. package/src/atoms/components/Icon/icons/add-page.vue +6 -6
  69. package/src/atoms/components/Icon/icons/ai.vue +6 -6
  70. package/src/atoms/components/Icon/icons/arrow-down.vue +6 -6
  71. package/src/atoms/components/Icon/icons/arrow-left.vue +7 -7
  72. package/src/atoms/components/Icon/icons/arrow-right.vue +7 -7
  73. package/src/atoms/components/Icon/icons/arrow-top-right.vue +6 -6
  74. package/src/atoms/components/Icon/icons/arrow-up-underline.vue +7 -7
  75. package/src/atoms/components/Icon/icons/arrow-up.vue +7 -7
  76. package/src/atoms/components/Icon/icons/attach.vue +6 -6
  77. package/src/atoms/components/Icon/icons/auth-facebook-white.vue +17 -17
  78. package/src/atoms/components/Icon/icons/auth-facebook.vue +24 -24
  79. package/src/atoms/components/Icon/icons/auth-google.vue +32 -32
  80. package/src/atoms/components/Icon/icons/background.vue +7 -7
  81. package/src/atoms/components/Icon/icons/banner-centered.vue +6 -6
  82. package/src/atoms/components/Icon/icons/banner-left.vue +6 -6
  83. package/src/atoms/components/Icon/icons/banner.vue +7 -7
  84. package/src/atoms/components/Icon/icons/bc-mast.vue +7 -7
  85. package/src/atoms/components/Icon/icons/brush.vue +6 -6
  86. package/src/atoms/components/Icon/icons/business-card-filled.vue +5 -5
  87. package/src/atoms/components/Icon/icons/business.vue +6 -6
  88. package/src/atoms/components/Icon/icons/calendar.vue +5 -5
  89. package/src/atoms/components/Icon/icons/callout-error.vue +6 -6
  90. package/src/atoms/components/Icon/icons/callout-info.vue +6 -6
  91. package/src/atoms/components/Icon/icons/callout-success.vue +8 -8
  92. package/src/atoms/components/Icon/icons/callout-warning.vue +6 -6
  93. package/src/atoms/components/Icon/icons/cap.vue +22 -22
  94. package/src/atoms/components/Icon/icons/card.vue +9 -9
  95. package/src/atoms/components/Icon/icons/cart-empty.vue +9 -9
  96. package/src/atoms/components/Icon/icons/check-thin.vue +7 -7
  97. package/src/atoms/components/Icon/icons/check.vue +3 -3
  98. package/src/atoms/components/Icon/icons/chevron-down.vue +7 -7
  99. package/src/atoms/components/Icon/icons/chevron-left.vue +7 -7
  100. package/src/atoms/components/Icon/icons/chevron-right-wide.vue +3 -3
  101. package/src/atoms/components/Icon/icons/chevron-right.vue +3 -3
  102. package/src/atoms/components/Icon/icons/chevron-up.vue +7 -7
  103. package/src/atoms/components/Icon/icons/close.vue +6 -6
  104. package/src/atoms/components/Icon/icons/community.vue +5 -5
  105. package/src/atoms/components/Icon/icons/contact-message.vue +10 -10
  106. package/src/atoms/components/Icon/icons/content.vue +7 -7
  107. package/src/atoms/components/Icon/icons/copy.vue +10 -10
  108. package/src/atoms/components/Icon/icons/crazy-domains/filter.vue +6 -6
  109. package/src/atoms/components/Icon/icons/crazy-domains/globe.vue +6 -6
  110. package/src/atoms/components/Icon/icons/crazy-domains/home.vue +6 -6
  111. package/src/atoms/components/Icon/icons/crazy-domains/social-facebook.vue +6 -6
  112. package/src/atoms/components/Icon/icons/crazy-domains/social-google.vue +6 -6
  113. package/src/atoms/components/Icon/icons/crazy-domains/social-instagram.vue +6 -6
  114. package/src/atoms/components/Icon/icons/crazy-domains/social-twitter.vue +6 -6
  115. package/src/atoms/components/Icon/icons/crazy-domains/social-youtube.vue +6 -6
  116. package/src/atoms/components/Icon/icons/crop.vue +6 -6
  117. package/src/atoms/components/Icon/icons/delete.vue +8 -8
  118. package/src/atoms/components/Icon/icons/designs.vue +6 -6
  119. package/src/atoms/components/Icon/icons/desktop.vue +7 -7
  120. package/src/atoms/components/Icon/icons/donate.vue +6 -6
  121. package/src/atoms/components/Icon/icons/download.vue +5 -5
  122. package/src/atoms/components/Icon/icons/duplicate.vue +6 -6
  123. package/src/atoms/components/Icon/icons/edit-line.vue +10 -10
  124. package/src/atoms/components/Icon/icons/edit.vue +6 -6
  125. package/src/atoms/components/Icon/icons/ellipsis.vue +6 -6
  126. package/src/atoms/components/Icon/icons/envelope-email.vue +9 -9
  127. package/src/atoms/components/Icon/icons/error.vue +8 -8
  128. package/src/atoms/components/Icon/icons/eye-crossed.vue +7 -7
  129. package/src/atoms/components/Icon/icons/fees.vue +6 -6
  130. package/src/atoms/components/Icon/icons/filter.vue +7 -7
  131. package/src/atoms/components/Icon/icons/filters.vue +6 -6
  132. package/src/atoms/components/Icon/icons/flag.vue +6 -6
  133. package/src/atoms/components/Icon/icons/flip-horizontal.vue +7 -7
  134. package/src/atoms/components/Icon/icons/flip-vertical.vue +7 -7
  135. package/src/atoms/components/Icon/icons/folder.vue +6 -6
  136. package/src/atoms/components/Icon/icons/footer-centered.vue +7 -7
  137. package/src/atoms/components/Icon/icons/footer-left.vue +7 -7
  138. package/src/atoms/components/Icon/icons/form-message.vue +6 -6
  139. package/src/atoms/components/Icon/icons/form.vue +5 -5
  140. package/src/atoms/components/Icon/icons/fullscreen-exit.vue +5 -5
  141. package/src/atoms/components/Icon/icons/fullscreen.vue +5 -5
  142. package/src/atoms/components/Icon/icons/globe.vue +6 -6
  143. package/src/atoms/components/Icon/icons/godaddy/logo.vue +5 -5
  144. package/src/atoms/components/Icon/icons/hamburger.vue +7 -7
  145. package/src/atoms/components/Icon/icons/home.vue +7 -7
  146. package/src/atoms/components/Icon/icons/icon-style-circle-bg.vue +22 -22
  147. package/src/atoms/components/Icon/icons/icon-style-no-bg.vue +16 -16
  148. package/src/atoms/components/Icon/icons/icon-style-square-bg.vue +22 -22
  149. package/src/atoms/components/Icon/icons/image-gallery-carousel.vue +7 -7
  150. package/src/atoms/components/Icon/icons/image-gallery-grid.vue +7 -7
  151. package/src/atoms/components/Icon/icons/image-gallery-masonry.vue +6 -6
  152. package/src/atoms/components/Icon/icons/images-gallery.vue +5 -5
  153. package/src/atoms/components/Icon/icons/images.vue +7 -7
  154. package/src/atoms/components/Icon/icons/info.vue +9 -9
  155. package/src/atoms/components/Icon/icons/jobs.vue +8 -8
  156. package/src/atoms/components/Icon/icons/layer-bring-front.vue +6 -6
  157. package/src/atoms/components/Icon/icons/layer-send-back.vue +6 -6
  158. package/src/atoms/components/Icon/icons/layer.vue +6 -6
  159. package/src/atoms/components/Icon/icons/layout/display-style-about-1.vue +20 -20
  160. package/src/atoms/components/Icon/icons/layout/display-style-about-2.vue +20 -20
  161. package/src/atoms/components/Icon/icons/layout/display-style-about-3.vue +20 -20
  162. package/src/atoms/components/Icon/icons/layout/display-style-about-4.vue +32 -32
  163. package/src/atoms/components/Icon/icons/layout/display-style-about-5.vue +27 -27
  164. package/src/atoms/components/Icon/icons/layout/display-style-about-6.vue +27 -27
  165. package/src/atoms/components/Icon/icons/layout/display-style-banner-1.vue +20 -20
  166. package/src/atoms/components/Icon/icons/layout/display-style-banner-2.vue +20 -20
  167. package/src/atoms/components/Icon/icons/layout/display-style-banner-3.vue +20 -20
  168. package/src/atoms/components/Icon/icons/layout/display-style-banner-4.vue +20 -20
  169. package/src/atoms/components/Icon/icons/layout/display-style-banner-5.vue +20 -20
  170. package/src/atoms/components/Icon/icons/layout/display-style-banner-6.vue +27 -27
  171. package/src/atoms/components/Icon/icons/layout/display-style-banner-7.vue +27 -27
  172. package/src/atoms/components/Icon/icons/layout/display-style-banner-8.vue +20 -20
  173. package/src/atoms/components/Icon/icons/layout/display-style-banner-9.vue +20 -20
  174. package/src/atoms/components/Icon/icons/layout/display-style-contact-1.vue +24 -24
  175. package/src/atoms/components/Icon/icons/layout/display-style-contact-2.vue +24 -24
  176. package/src/atoms/components/Icon/icons/layout/display-style-contact-4.vue +24 -24
  177. package/src/atoms/components/Icon/icons/layout/display-style-contact-5.vue +39 -39
  178. package/src/atoms/components/Icon/icons/layout/display-style-contact-6.vue +39 -39
  179. package/src/atoms/components/Icon/icons/layout/footer/display-style-1.vue +7 -7
  180. package/src/atoms/components/Icon/icons/layout/footer/display-style-2.vue +16 -16
  181. package/src/atoms/components/Icon/icons/layout/header/desktop-hamburger-display-style-1.vue +17 -17
  182. package/src/atoms/components/Icon/icons/layout/header/desktop-hamburger-display-style-2.vue +17 -17
  183. package/src/atoms/components/Icon/icons/layout/header/desktop-tab-display-style-1.vue +17 -17
  184. package/src/atoms/components/Icon/icons/layout/header/desktop-tab-display-style-2.vue +17 -17
  185. package/src/atoms/components/Icon/icons/layout/header/desktop-tab-display-style-3.vue +13 -13
  186. package/src/atoms/components/Icon/icons/layout/header/desktop-tab-display-style-4.vue +13 -13
  187. package/src/atoms/components/Icon/icons/layout/header/desktop-tab-display-style-5.vue +17 -17
  188. package/src/atoms/components/Icon/icons/layout/header/desktop-tab-display-style-6.vue +17 -17
  189. package/src/atoms/components/Icon/icons/layout/header/hamburger-display-style-no-logo-1.vue +16 -16
  190. package/src/atoms/components/Icon/icons/layout/header/hamburger-display-style-no-logo-2.vue +16 -16
  191. package/src/atoms/components/Icon/icons/layout/header/hamburger-display-style-no-logo-3.vue +16 -16
  192. package/src/atoms/components/Icon/icons/layout/header/mobile-hamburger-display-style-1.vue +17 -17
  193. package/src/atoms/components/Icon/icons/layout/header/mobile-hamburger-display-style-2.vue +17 -17
  194. package/src/atoms/components/Icon/icons/layout/header/mobile-hamburger-display-style-3.vue +17 -17
  195. package/src/atoms/components/Icon/icons/layout/header/mobile-hamburger-display-style-4.vue +21 -21
  196. package/src/atoms/components/Icon/icons/layout/header/mobile-tab-display-style-1.vue +17 -17
  197. package/src/atoms/components/Icon/icons/layout/header/mobile-tab-display-style-2.vue +17 -17
  198. package/src/atoms/components/Icon/icons/layout/header/tab-display-style-no-logo-1.vue +16 -16
  199. package/src/atoms/components/Icon/icons/layout/header/tab-display-style-no-logo-2.vue +16 -16
  200. package/src/atoms/components/Icon/icons/layout/header/tab-display-style-no-logo-3.vue +16 -16
  201. package/src/atoms/components/Icon/icons/layout/layout-icon-bottom-normal-text-center-normal.vue +7 -7
  202. package/src/atoms/components/Icon/icons/layout/layout-icon-bottom-normal-text-center-small.vue +7 -7
  203. package/src/atoms/components/Icon/icons/layout/layout-icon-bottom-small-text-center-normal.vue +7 -7
  204. package/src/atoms/components/Icon/icons/layout/layout-icon-center-normal-curved-text-bottom.vue +11 -11
  205. package/src/atoms/components/Icon/icons/layout/layout-icon-center-normal-curved-text-circle.vue +10 -10
  206. package/src/atoms/components/Icon/icons/layout/layout-icon-center-normal-curved-text-top.vue +11 -11
  207. package/src/atoms/components/Icon/icons/layout/layout-icon-left-normal-text-center-normal.vue +7 -7
  208. package/src/atoms/components/Icon/icons/layout/layout-icon-left-normal-text-justify-normal.vue +7 -7
  209. package/src/atoms/components/Icon/icons/layout/layout-icon-left-normal-text-left-normal.vue +7 -7
  210. package/src/atoms/components/Icon/icons/layout/layout-icon-left-small-text-left-normal.vue +7 -7
  211. package/src/atoms/components/Icon/icons/layout/layout-icon-right-normal-text-center-normal.vue +7 -7
  212. package/src/atoms/components/Icon/icons/layout/layout-icon-right-normal-text-justify-normal.vue +7 -7
  213. package/src/atoms/components/Icon/icons/layout/layout-icon-right-normal-text-right-normal.vue +7 -7
  214. package/src/atoms/components/Icon/icons/layout/layout-icon-right-small-text-right-normal.vue +7 -7
  215. package/src/atoms/components/Icon/icons/layout/layout-icon-top-normal-text-center-normal.vue +7 -7
  216. package/src/atoms/components/Icon/icons/layout/layout-icon-top-normal-text-center-small.vue +7 -7
  217. package/src/atoms/components/Icon/icons/layout/layout-icon-top-normal-text-justify-normal.vue +7 -7
  218. package/src/atoms/components/Icon/icons/layout/layout-icon-top-small-text-center-normal.vue +7 -7
  219. package/src/atoms/components/Icon/icons/layout/nav/hamburger/display-style-1.vue +16 -16
  220. package/src/atoms/components/Icon/icons/layout/nav/hamburger/display-style-2.vue +10 -10
  221. package/src/atoms/components/Icon/icons/layout/nav/hamburger/display-style-3.vue +10 -10
  222. package/src/atoms/components/Icon/icons/layout/nav/hamburger/display-style-4.vue +23 -23
  223. package/src/atoms/components/Icon/icons/layout/nav/tab/display-style-1.vue +16 -16
  224. package/src/atoms/components/Icon/icons/layout/nav/tab/display-style-2.vue +7 -7
  225. package/src/atoms/components/Icon/icons/letterhead-filled.vue +5 -5
  226. package/src/atoms/components/Icon/icons/link.vue +6 -6
  227. package/src/atoms/components/Icon/icons/location.vue +6 -6
  228. package/src/atoms/components/Icon/icons/lock.vue +6 -6
  229. package/src/atoms/components/Icon/icons/mac-command.vue +7 -7
  230. package/src/atoms/components/Icon/icons/maker/align-center.vue +7 -7
  231. package/src/atoms/components/Icon/icons/maker/align-justify.vue +7 -7
  232. package/src/atoms/components/Icon/icons/maker/align-left.vue +7 -7
  233. package/src/atoms/components/Icon/icons/maker/align-right.vue +7 -7
  234. package/src/atoms/components/Icon/icons/maker/animate.vue +7 -7
  235. package/src/atoms/components/Icon/icons/maker/bold.vue +7 -7
  236. package/src/atoms/components/Icon/icons/maker/custom-landscape.vue +5 -5
  237. package/src/atoms/components/Icon/icons/maker/email-symbol.vue +5 -5
  238. package/src/atoms/components/Icon/icons/maker/email.vue +5 -5
  239. package/src/atoms/components/Icon/icons/maker/eraser.vue +5 -5
  240. package/src/atoms/components/Icon/icons/maker/etsy.vue +5 -5
  241. package/src/atoms/components/Icon/icons/maker/facebook.vue +5 -5
  242. package/src/atoms/components/Icon/icons/maker/favicon.vue +7 -7
  243. package/src/atoms/components/Icon/icons/maker/flyer.vue +7 -7
  244. package/src/atoms/components/Icon/icons/maker/gift-certificate.vue +5 -5
  245. package/src/atoms/components/Icon/icons/maker/globe.vue +5 -5
  246. package/src/atoms/components/Icon/icons/maker/image.vue +7 -7
  247. package/src/atoms/components/Icon/icons/maker/instagram.vue +7 -7
  248. package/src/atoms/components/Icon/icons/maker/invitation.vue +5 -5
  249. package/src/atoms/components/Icon/icons/maker/invoice.vue +5 -5
  250. package/src/atoms/components/Icon/icons/maker/italic.vue +7 -7
  251. package/src/atoms/components/Icon/icons/maker/link.vue +7 -7
  252. package/src/atoms/components/Icon/icons/maker/linkedin.vue +7 -7
  253. package/src/atoms/components/Icon/icons/maker/menu.vue +5 -5
  254. package/src/atoms/components/Icon/icons/maker/pause.vue +5 -5
  255. package/src/atoms/components/Icon/icons/maker/phone.vue +5 -5
  256. package/src/atoms/components/Icon/icons/maker/pinterest.vue +5 -5
  257. package/src/atoms/components/Icon/icons/maker/play.vue +5 -5
  258. package/src/atoms/components/Icon/icons/maker/postcard.vue +5 -5
  259. package/src/atoms/components/Icon/icons/maker/poster.vue +7 -7
  260. package/src/atoms/components/Icon/icons/maker/profile.vue +5 -5
  261. package/src/atoms/components/Icon/icons/maker/qrcode.vue +5 -5
  262. package/src/atoms/components/Icon/icons/maker/snapchat.vue +5 -5
  263. package/src/atoms/components/Icon/icons/maker/soundcloud.vue +7 -7
  264. package/src/atoms/components/Icon/icons/maker/spacing.vue +18 -18
  265. package/src/atoms/components/Icon/icons/maker/strikethrough.vue +7 -7
  266. package/src/atoms/components/Icon/icons/maker/t-shirt.vue +32 -32
  267. package/src/atoms/components/Icon/icons/maker/text-background-color.vue +12 -12
  268. package/src/atoms/components/Icon/icons/maker/text-color.vue +14 -14
  269. package/src/atoms/components/Icon/icons/maker/text.vue +7 -7
  270. package/src/atoms/components/Icon/icons/maker/thankyou-card.vue +5 -5
  271. package/src/atoms/components/Icon/icons/maker/tiktok.vue +5 -5
  272. package/src/atoms/components/Icon/icons/maker/tumblr.vue +5 -5
  273. package/src/atoms/components/Icon/icons/maker/twitch.vue +7 -7
  274. package/src/atoms/components/Icon/icons/maker/twitter.vue +5 -5
  275. package/src/atoms/components/Icon/icons/maker/underline.vue +7 -7
  276. package/src/atoms/components/Icon/icons/maker/uppercase.vue +14 -14
  277. package/src/atoms/components/Icon/icons/maker/video.vue +5 -5
  278. package/src/atoms/components/Icon/icons/maker/whatsapp.vue +7 -7
  279. package/src/atoms/components/Icon/icons/maker/youtube.vue +5 -5
  280. package/src/atoms/components/Icon/icons/maker/zoom.vue +5 -5
  281. package/src/atoms/components/Icon/icons/map.vue +6 -6
  282. package/src/atoms/components/Icon/icons/message.vue +6 -6
  283. package/src/atoms/components/Icon/icons/minus-circle-light.vue +7 -7
  284. package/src/atoms/components/Icon/icons/minus.vue +3 -3
  285. package/src/atoms/components/Icon/icons/mobile.vue +5 -5
  286. package/src/atoms/components/Icon/icons/mug.vue +29 -29
  287. package/src/atoms/components/Icon/icons/opacity.vue +6 -6
  288. package/src/atoms/components/Icon/icons/other.vue +7 -7
  289. package/src/atoms/components/Icon/icons/page-buttons.vue +8 -8
  290. package/src/atoms/components/Icon/icons/page-hamburger.vue +9 -9
  291. package/src/atoms/components/Icon/icons/page-tabs.vue +9 -9
  292. package/src/atoms/components/Icon/icons/pages.vue +6 -6
  293. package/src/atoms/components/Icon/icons/palette.vue +6 -6
  294. package/src/atoms/components/Icon/icons/pause.vue +5 -5
  295. package/src/atoms/components/Icon/icons/payment.vue +8 -8
  296. package/src/atoms/components/Icon/icons/payments-featured.vue +6 -6
  297. package/src/atoms/components/Icon/icons/payments-textonly.vue +8 -8
  298. package/src/atoms/components/Icon/icons/payments-thumbnail.vue +9 -9
  299. package/src/atoms/components/Icon/icons/phone.vue +6 -6
  300. package/src/atoms/components/Icon/icons/plus-circle-light.vue +8 -8
  301. package/src/atoms/components/Icon/icons/plus-circle.vue +7 -7
  302. package/src/atoms/components/Icon/icons/plus.vue +3 -3
  303. package/src/atoms/components/Icon/icons/poll.vue +3 -3
  304. package/src/atoms/components/Icon/icons/portfolio.vue +10 -10
  305. package/src/atoms/components/Icon/icons/preview.vue +6 -6
  306. package/src/atoms/components/Icon/icons/printing.vue +6 -6
  307. package/src/atoms/components/Icon/icons/processing.vue +5 -5
  308. package/src/atoms/components/Icon/icons/question.vue +11 -11
  309. package/src/atoms/components/Icon/icons/ratio-1-1.vue +3 -3
  310. package/src/atoms/components/Icon/icons/ratio-16-9.vue +1 -1
  311. package/src/atoms/components/Icon/icons/ratio-2-3.vue +3 -3
  312. package/src/atoms/components/Icon/icons/ratio-3-2.vue +3 -3
  313. package/src/atoms/components/Icon/icons/ratio-3-4.vue +3 -3
  314. package/src/atoms/components/Icon/icons/ratio-4-3.vue +3 -3
  315. package/src/atoms/components/Icon/icons/ratio-9-16.vue +3 -3
  316. package/src/atoms/components/Icon/icons/ratio-circle.vue +8 -8
  317. package/src/atoms/components/Icon/icons/ratio-original.vue +11 -11
  318. package/src/atoms/components/Icon/icons/redo.vue +6 -6
  319. package/src/atoms/components/Icon/icons/reload.vue +6 -6
  320. package/src/atoms/components/Icon/icons/reorderable.vue +5 -5
  321. package/src/atoms/components/Icon/icons/request-payment.vue +6 -6
  322. package/src/atoms/components/Icon/icons/reset.vue +6 -6
  323. package/src/atoms/components/Icon/icons/search.vue +11 -11
  324. package/src/atoms/components/Icon/icons/secure.vue +7 -7
  325. package/src/atoms/components/Icon/icons/services.vue +7 -7
  326. package/src/atoms/components/Icon/icons/settings.vue +7 -7
  327. package/src/atoms/components/Icon/icons/shape.vue +5 -5
  328. package/src/atoms/components/Icon/icons/share.vue +8 -8
  329. package/src/atoms/components/Icon/icons/shop.vue +5 -5
  330. package/src/atoms/components/Icon/icons/sms.vue +5 -5
  331. package/src/atoms/components/Icon/icons/social-facebook-color.vue +9 -9
  332. package/src/atoms/components/Icon/icons/social-facebook.vue +5 -5
  333. package/src/atoms/components/Icon/icons/social-google.vue +5 -5
  334. package/src/atoms/components/Icon/icons/social-instagram-color.vue +24 -24
  335. package/src/atoms/components/Icon/icons/social-linkedin-color.vue +9 -9
  336. package/src/atoms/components/Icon/icons/social-share.vue +7 -7
  337. package/src/atoms/components/Icon/icons/social-twitter-color.vue +9 -9
  338. package/src/atoms/components/Icon/icons/star-filled.vue +6 -6
  339. package/src/atoms/components/Icon/icons/star-hollow.vue +6 -6
  340. package/src/atoms/components/Icon/icons/sticker.vue +28 -28
  341. package/src/atoms/components/Icon/icons/styles.vue +5 -5
  342. package/src/atoms/components/Icon/icons/submit.vue +5 -5
  343. package/src/atoms/components/Icon/icons/templates.vue +7 -7
  344. package/src/atoms/components/Icon/icons/text-image-center.vue +6 -6
  345. package/src/atoms/components/Icon/icons/text-image-justified.vue +7 -7
  346. package/src/atoms/components/Icon/icons/text-image-left.vue +9 -9
  347. package/src/atoms/components/Icon/icons/text-image-only.vue +5 -5
  348. package/src/atoms/components/Icon/icons/text-image-right.vue +9 -9
  349. package/src/atoms/components/Icon/icons/text-image.vue +13 -13
  350. package/src/atoms/components/Icon/icons/time.vue +8 -8
  351. package/src/atoms/components/Icon/icons/tooltip-bottom.vue +5 -5
  352. package/src/atoms/components/Icon/icons/tooltip-left.vue +5 -5
  353. package/src/atoms/components/Icon/icons/tooltip-right.vue +5 -5
  354. package/src/atoms/components/Icon/icons/tooltip-top.vue +5 -5
  355. package/src/atoms/components/Icon/icons/undo.vue +6 -6
  356. package/src/atoms/components/Icon/icons/upgrade-alt.vue +7 -7
  357. package/src/atoms/components/Icon/icons/upgrade.vue +9 -9
  358. package/src/atoms/components/Icon/icons/upload-arrow.vue +5 -5
  359. package/src/atoms/components/Icon/icons/upload.vue +5 -5
  360. package/src/atoms/components/Icon/icons/user-accounts.vue +5 -5
  361. package/src/atoms/components/Icon/icons/user-headset.vue +50 -50
  362. package/src/atoms/components/Icon/icons/volume-muted.vue +5 -5
  363. package/src/atoms/components/Icon/icons/volume.vue +5 -5
  364. package/src/atoms/components/Icon/icons/watchlist-filled.vue +14 -14
  365. package/src/atoms/components/Icon/icons/watchlist-hollow-alt.vue +14 -14
  366. package/src/atoms/components/Icon/icons/watchlist-hollow.vue +6 -6
  367. package/src/atoms/components/Icon/icons/website-filled.vue +5 -5
  368. package/src/atoms/components/Icon/icons/website.vue +6 -6
  369. package/src/atoms/components/Icon/icons/wholesale.vue +6 -6
  370. package/src/atoms/components/Icon/icons/zoom-in.vue +5 -5
  371. package/src/atoms/components/Icon/icons/zoom-out.vue +5 -5
  372. package/src/atoms/components/Icon/icons/zoom.vue +11 -11
  373. package/src/atoms/components/Loader/Loader.vue +15 -15
  374. package/src/atoms/components/Masonry/Masonry.stories.js +48 -48
  375. package/src/atoms/components/Masonry/Masonry.vue +48 -48
  376. package/src/atoms/components/Masonry/fixtures.js +589 -589
  377. package/src/atoms/components/Modal/HashRouteModal.stories.js +68 -68
  378. package/src/atoms/components/Modal/HashRouteModal.vue +120 -120
  379. package/src/atoms/components/Modal/Modal.stories.js +303 -303
  380. package/src/atoms/components/Modal/Modal.vue +268 -258
  381. package/src/atoms/components/Notice/Notice.stories.js +174 -174
  382. package/src/atoms/components/Notice/Notice.vue +71 -71
  383. package/src/atoms/components/NumberStepper/NumberStepper.stories.js +55 -55
  384. package/src/atoms/components/NumberStepper/NumberStepper.vue +340 -340
  385. package/src/atoms/components/Picture/Picture.stories.js +90 -90
  386. package/src/atoms/components/Picture/Picture.vue +84 -84
  387. package/src/atoms/components/Picture/picture.fixtures.js +35 -35
  388. package/src/atoms/components/Pill/Pill.stories.js +20 -20
  389. package/src/atoms/components/Pill/Pill.vue +8 -8
  390. package/src/atoms/components/PillBar/PillBar.fixtures.js +941 -941
  391. package/src/atoms/components/PillBar/PillBar.stories.js +39 -39
  392. package/src/atoms/components/PillBar/PillBar.vue +62 -62
  393. package/src/atoms/components/Price/Price.fixtures.js +25 -25
  394. package/src/atoms/components/Price/Price.stories.js +173 -173
  395. package/src/atoms/components/Price/Price.vue +106 -106
  396. package/src/atoms/components/SearchBar/SearchBar.stories.js +21 -21
  397. package/src/atoms/components/SearchBar/SearchBar.vue +51 -51
  398. package/src/atoms/components/Select/Select.stories.js +142 -142
  399. package/src/atoms/components/Select/Select.vue +619 -619
  400. package/src/atoms/components/Select/pointerMixin.js +99 -99
  401. package/src/atoms/components/Select/selectMixin.js +356 -356
  402. package/src/atoms/components/StarRating/StarRating.stories.js +50 -50
  403. package/src/atoms/components/StarRating/StarRating.vue +84 -84
  404. package/src/atoms/components/TabMenu/TabMenu.stories.js +54 -54
  405. package/src/atoms/components/TabMenu/TabMenu.vue +44 -44
  406. package/src/atoms/components/TextCopyField/TextCopyField.stories.js +68 -68
  407. package/src/atoms/components/TextCopyField/TextCopyField.vue +75 -75
  408. package/src/atoms/components/TextInput/TextInput.stories.js +232 -232
  409. package/src/atoms/components/TextInput/TextInput.vue +156 -156
  410. package/src/atoms/components/Textarea/Textarea.stories.js +209 -209
  411. package/src/atoms/components/Textarea/Textarea.vue +109 -109
  412. package/src/atoms/components/Toggle/Toggle.stories.js +176 -176
  413. package/src/atoms/components/Toggle/Toggle.vue +69 -69
  414. package/src/atoms/components/Tooltip/Tooltip.stories.js +493 -493
  415. package/src/atoms/components/Tooltip/Tooltip.vue +196 -196
  416. package/src/atoms/components/design-com/Icon/Icon.stories.js +82 -82
  417. package/src/atoms/components/design-com/Icon/Icon.vue +157 -157
  418. package/src/atoms/components/design-com/Icon/icons/award.vue +7 -7
  419. package/src/atoms/components/design-com/Icon/icons/bulb.vue +7 -7
  420. package/src/atoms/components/design-com/Icon/icons/card.vue +7 -7
  421. package/src/atoms/components/design-com/Icon/icons/check-circle-light.vue +7 -7
  422. package/src/atoms/components/design-com/Icon/icons/chevron-down.vue +7 -7
  423. package/src/atoms/components/design-com/Icon/icons/chevron-left.vue +7 -7
  424. package/src/atoms/components/design-com/Icon/icons/chevron-right.vue +3 -3
  425. package/src/atoms/components/design-com/Icon/icons/chevron-up.vue +7 -7
  426. package/src/atoms/components/design-com/Icon/icons/diamond.vue +7 -7
  427. package/src/atoms/components/design-com/Icon/icons/download.vue +7 -7
  428. package/src/atoms/components/design-com/Icon/icons/file-empty.vue +7 -7
  429. package/src/atoms/components/design-com/Icon/icons/file.vue +7 -7
  430. package/src/atoms/components/design-com/Icon/icons/filter.vue +7 -7
  431. package/src/atoms/components/design-com/Icon/icons/font.vue +7 -7
  432. package/src/atoms/components/design-com/Icon/icons/headphones.vue +7 -7
  433. package/src/atoms/components/design-com/Icon/icons/heart.vue +7 -7
  434. package/src/atoms/components/design-com/Icon/icons/image.vue +7 -7
  435. package/src/atoms/components/design-com/Icon/icons/logo.vue +7 -7
  436. package/src/atoms/components/design-com/Icon/icons/minus-circle-light.vue +7 -7
  437. package/src/atoms/components/design-com/Icon/icons/plus-circle-light.vue +8 -8
  438. package/src/atoms/components/design-com/Icon/icons/question-circle-filled.vue +7 -7
  439. package/src/atoms/components/design-com/Icon/icons/search.vue +7 -7
  440. package/src/atoms/components/design-com/Icon/icons/star-filled.vue +6 -6
  441. package/src/atoms/components/design-com/Icon/icons/star-hollow.vue +6 -6
  442. package/src/atoms/components/design-com/Icon/icons/users.vue +7 -7
  443. package/src/atoms/constants/constants.ts +6 -6
  444. package/src/atoms/mixin/hash-router-mixin.js +68 -68
  445. package/src/atoms/thirdparty-components/VueMasonryWall/VueMasonryWall.vue +280 -280
  446. package/src/atoms/thirdparty-components/VueMasonryWall/maxBy.js +50 -50
  447. package/src/css/tailwind.css +3 -3
  448. package/src/experiences/clients/brand-crowd-api.client.js +104 -104
  449. package/src/experiences/clients/brand-page-api.client.js +47 -47
  450. package/src/experiences/components/AuthFlow/Auth.fixtures.js +4 -4
  451. package/src/experiences/components/AuthFlow/Auth.stories.js +345 -345
  452. package/src/experiences/components/AuthFlow/AuthCrazyDomains.stories.js +60 -60
  453. package/src/experiences/components/AuthFlow/AuthLegal.vue +108 -108
  454. package/src/experiences/components/AuthFlow/AuthModal.vue +39 -39
  455. package/src/experiences/components/AuthFlow/ForgotPassword.vue +210 -210
  456. package/src/experiences/components/AuthFlow/ForgotPasswordModal.vue +68 -68
  457. package/src/experiences/components/AuthFlow/ResetPassword.vue +150 -150
  458. package/src/experiences/components/AuthFlow/ResetPasswordModal.vue +64 -64
  459. package/src/experiences/components/AuthFlow/ResetPasswordSuccessModal.vue +56 -56
  460. package/src/experiences/components/AuthFlow/SignIn.vue +442 -442
  461. package/src/experiences/components/AuthFlow/SignUp.vue +272 -272
  462. package/src/experiences/components/AuthFlow/SignUpModal.vue +90 -90
  463. package/src/experiences/components/AuthFlow/SocialSignIn.vue +177 -177
  464. package/src/experiences/components/AuthFlow/SocialSignInButton.vue +74 -74
  465. package/src/experiences/components/AuthFlow/SubmissionButton.vue +56 -56
  466. package/src/experiences/components/PaymentConfigList/PaymentConfig.mixin.js +97 -97
  467. package/src/experiences/components/PaymentConfigList/PaymentConfigDeleteConfigModal.vue +106 -106
  468. package/src/experiences/components/PaymentConfigList/PaymentConfigDropdown.vue +134 -134
  469. package/src/experiences/components/PaymentConfigList/PaymentConfigList.stories.js +189 -189
  470. package/src/experiences/components/PaymentConfigList/PaymentConfigList.vue +133 -133
  471. package/src/experiences/components/PublishBrandPageModal/PublishBrandPageCard.vue +115 -115
  472. package/src/experiences/components/PublishBrandPageModal/PublishBrandPageModal.stories.js +203 -203
  473. package/src/experiences/components/PublishBrandPageModal/__fixtures__/data.js +25 -25
  474. package/src/experiences/components/SellDomainNameList/SellDomainNameList.fixtures.js +32 -32
  475. package/src/experiences/components/SellDomainNameList/SellDomainNameList.vue +145 -145
  476. package/src/experiences/components/SellDomainNameListModal/SellDomainNameListModal.stories.js +74 -74
  477. package/src/experiences/components/SellDomainNameListModal/SellDomainNameListModal.vue +124 -124
  478. package/src/experiences/components/SellDomainNameModalApplication/SellDomainNameModalApplication.vue +205 -205
  479. package/src/experiences/components/SellDomainNameSearchResult/SellDomainNameListSearchResult.vue +153 -153
  480. package/src/experiences/components/SellDomainNameSearchWithResults/SellDomainNameSearchWithResults.stories.js +38 -38
  481. package/src/experiences/components/SellDomainNameSearchWithResults/SellDomainNameSearchWithResults.vue +184 -184
  482. package/src/experiences/components/SellDomainNameWidget/SellDomainNameWidget.stories.js +40 -40
  483. package/src/experiences/components/SellDomainNameWidget/SellDomainNameWidget.vue +152 -152
  484. package/src/experiences/components/UploadYourLogoApplication/UploadYourLogoApplication.stories.js +205 -205
  485. package/src/experiences/components/UploadYourLogoApplication/UploadYourLogoApplication.vue +127 -127
  486. package/src/experiences/components/UploadYourLogoDropzone/UploadYourLogoDropzone.stories.js +58 -58
  487. package/src/experiences/components/UploadYourLogoDropzone/UploadYourLogoDropzone.vue +278 -278
  488. package/src/experiences/components/UploadYourLogoOnBoarding/LogoBusinessBrandColours.stories.js +37 -37
  489. package/src/experiences/components/UploadYourLogoOnBoarding/LogoBusinessBrandColours.vue +328 -328
  490. package/src/experiences/components/UploadYourLogoOnBoarding/LogoBusinessText.vue +140 -140
  491. package/src/experiences/components/UploadYourLogoOnBoarding/LogoCropper.vue +467 -467
  492. package/src/experiences/components/UploadYourLogoOnBoarding/LogoPreview.vue +97 -97
  493. package/src/experiences/components/UploadYourLogoOnBoarding/LogoUploadError.vue +69 -69
  494. package/src/experiences/components/UploadYourLogoOnBoarding/LogoUploadExitConfirmation.vue +49 -49
  495. package/src/experiences/components/UploadYourLogoOnBoarding/LogoUploadModal.vue +38 -38
  496. package/src/experiences/components/UploadYourLogoOnBoarding/LogoUploader.vue +91 -91
  497. package/src/experiences/components/UploadYourLogoOnBoarding/LogoUploadingLoader.vue +22 -22
  498. package/src/experiences/components/UploadYourLogoOnBoarding/UploadYourLogoOnBoarding.vue +290 -290
  499. package/src/experiences/components/UploadedLogoSearchResultCard/UploadedLogoSearchResultCard.stories.js +82 -82
  500. package/src/experiences/components/UploadedLogoSearchResultCard/UploadedLogoSearchResultCard.vue +201 -201
  501. package/src/experiences/constants/api.js +8 -8
  502. package/src/experiences/constants/error-constants.js +5 -5
  503. package/src/experiences/constants/event-constants.js +18 -18
  504. package/src/experiences/constants/partner-dictionary-constants.js +27 -27
  505. package/src/experiences/constants/rego-source-constants.js +3 -3
  506. package/src/experiences/constants/sell-domain-name-constants.js +4 -4
  507. package/src/experiences/helpers/email-validator.js +5 -5
  508. package/src/experiences/helpers/hex-diff.js +116 -116
  509. package/src/experiences/helpers/tracking.js +5 -5
  510. package/src/experiences/mixins/mediaQueryMixin.js +31 -31
  511. package/src/experiences/mixins/themeMixin.js +22 -22
  512. package/src/themes/base.js +20 -20
  513. package/src/themes/bc.js +95 -95
  514. package/src/themes/bp.js +21 -21
  515. package/src/themes/cd.js +94 -94
  516. package/src/themes/dc.js +84 -84
  517. package/src/themes/dcom.js +106 -106
  518. package/src/themes/themes.js +16 -16
  519. package/src/viewports.js +51 -51
  520. package/stylelint.config.js +19 -19
  521. package/tailwind.build.js +83 -83
  522. package/tailwind.config.js +37 -37
  523. package/tailwind.themes.js +59 -59
  524. package/vite.config.ts +37 -37
@@ -1,200 +1,188 @@
1
- <!-- eslint-disable vue/html-button-has-type -->
2
- <template>
3
- <!-- Start custom button group -->
4
- <div v-if="variant === 'custom'" class="button-group" :style="buttonGroupStyle">
5
- <div
6
- v-for="(option, idx) in options"
7
- :key="`button-${option.value}`"
8
- :class="{ 'tw-ml-2': idx > 0 && !isGridDisplay, 'tw-w-full': option.title || option.label }"
9
- >
10
- <button
11
- class="button-group-item tw-text-xs tw-shadow-inner tw-w-full tw-py-2"
12
- :class="{
13
- '!tw-shadow-[0_0_0_2px] !tw-shadow-info-500': option.isSelected && !option.disabled,
14
- '!tw-shadow-[0_0_0_1px] !tw-shadow-secondary-200': !option.isSelected && !option.disabled,
15
- 'hover:!tw-shadow-info-500': !option.isSelected && !option.disabled,
16
- 'tw-opacity-50 !tw-cursor-not-allowed !tw-shadow-[0_0_0_1px] !tw-shadow-secondary-200': option.disabled,
17
- }"
18
- :disabled="option.disabled"
19
- v-bind="option.dataAttribute ? { [option.dataAttribute]: '' } : {}"
20
- @click="!option.disabled && $emit('on-select', option)"
21
- >
22
- <slot name="content" :option="option"></slot>
23
- </button>
24
- <p v-if="option.title" class="tw-w-full tw-text-center tw-font-bold tw-font-sans tw-text-xs tw-mb-0 tw-mt-2">
25
- {{ option.title }}
26
- </p>
27
- </div>
28
- </div>
29
- <!-- End custom button group -->
30
-
31
- <!-- Start icon/image button group -->
32
- <div v-else-if="variant === 'icon' || variant === 'image'" class="button-group" :style="buttonGroupStyle">
33
- <div
34
- v-for="(option, idx) in options"
35
- :key="`button-${option.value}`"
36
- :class="{ 'tw-ml-2': idx > 0 && !isGridDisplay, 'tw-w-full': option.title }"
37
- >
38
- <button
39
- v-if="variant === 'icon'"
40
- :class="{
41
- '!tw-shadow-[0_0_0_2px] !tw-shadow-info-500': option.isSelected && !option.disabled,
42
- '!tw-shadow-[0_0_0_1px] !tw-shadow-secondary-200': !option.isSelected && !option.disabled,
43
- 'hover:!tw-shadow-info-500': !option.isSelected && !option.disabled,
44
- 'tw-opacity-50 !tw-cursor-not-allowed !tw-shadow-[0_0_0_1px] !tw-shadow-secondary-200': option.disabled,
45
- 'tw-px-2': !option.iconViewBox,
46
- 'tw-px-px':
47
- option.iconViewBox && !option.isSelected && !option.iconName.includes('display-style') && btnStyleVariant, // TODO - move style logic to computed prop
48
- 'tw-px-0.5': option.iconViewBox && option.isSelected,
49
- 'tw-py-2': !option.iconName.includes('display-style') && !btnStyleVariant,
50
- 'tw-px-0 tw-py-0': option.iconName.includes('display-style') || btnStyleVariant === 'compressed',
51
- }"
52
- :style="option.iconName.includes('display-style') ? { lineHeight: 0 } : {}"
53
- :disabled="option.disabled"
54
- class="tw-text-xs button-group-icon-button tw-shadow-inner"
55
- v-bind="option.dataAttribute ? { [option.dataAttribute]: '' } : {}"
56
- @click="!option.disabled && $emit('on-select', option)"
57
- >
58
- <div
59
- :class="{
60
- 'tw-flex tw-flex-cols-2 tw-gap-4 tw-items-center tw-justify-center': option.iconName.includes('column-'),
61
- }"
62
- >
63
- <p v-if="option.iconName.includes('column-')" class="tw-w-full tw-text-center tw-font-bold">
64
- {{ option.label }}
65
- </p>
66
- <Icon
67
- :name="option.iconName"
68
- :size="option.iconSize ? option.iconSize : option.iconViewBox"
69
- :view-box="option.iconViewBox"
70
- />
71
- </div>
72
- </button>
73
- <button
74
- v-else
75
- :class="{
76
- '!tw-shadow-[0_0_0_2px] !tw-shadow-info-500': option.isSelected && !option.disabled,
77
- '!tw-shadow-[0_0_0_1px] !tw-shadow-secondary-200': !option.isSelected && !option.disabled,
78
- 'hover:!tw-shadow-info-500': !option.isSelected && !option.disabled,
79
- 'tw-opacity-50 !tw-cursor-not-allowed !tw-shadow-[0_0_0_1px] !tw-shadow-secondary-200': option.disabled,
80
- }"
81
- :disabled="option.disabled"
82
- class="tw-text-xs button-group-image-button tw-shadow-inner"
83
- v-bind="option.dataAttribute ? { [option.dataAttribute]: '' } : {}"
84
- @click="!option.disabled && $emit('on-select', option)"
85
- >
86
- <img :src="option.src" :alt="option.alt" class="tw-w-full tw-h-full" />
87
- </button>
88
- <p v-if="option.title" class="tw-w-full tw-text-center tw-font-bold tw-font-sans tw-text-xs tw-mb-0 tw-mt-2">
89
- {{ option.title }}
90
- </p>
91
- </div>
92
- </div>
93
- <!-- End icon/image button group -->
94
-
95
- <!-- Start text button group -->
96
- <div v-else class="button-group" :style="buttonGroupStyle">
97
- <button
98
- v-for="(option, idx) in options"
99
- :key="`button-${option.value}`"
100
- :class="{
101
- 'tw-ml-2': idx > 0 && !columns,
102
- '!tw-shadow-[0_0_0_2px] !tw-shadow-info-500': option.isSelected && !option.disabled,
103
- '!tw-shadow-[0_0_0_1px] !tw-shadow-secondary-200': !option.isSelected && !option.disabled,
104
- 'hover:!tw-shadow-info-500': !option.isSelected && !option.disabled,
105
- 'tw-opacity-50 !tw-cursor-not-allowed !tw-shadow-[0_0_0_1px] !tw-shadow-secondary-200': option.disabled,
106
- }"
107
- :disabled="option.disabled"
108
- class="tw-text-xs button-group-button tw-shadow-inner"
109
- @click="!option.disabled && $emit('on-select', option)"
110
- >
111
- {{ option.label }}
112
- </button>
113
- </div>
114
- <!-- End text button group -->
115
- </template>
116
- <script>
117
- import Icon from '../Icon/Icon.vue';
118
-
119
- export default {
120
- components: {
121
- Icon,
122
- },
123
- props: {
124
- options: {
125
- type: Array,
126
- required: true,
127
- },
128
- variant: {
129
- type: String,
130
- required: false,
131
- default: undefined,
132
- },
133
- btnStyleVariant: {
134
- type: String,
135
- validator(value) {
136
- return ['compressed'].includes(value);
137
- },
138
- required: false,
139
- default: undefined,
140
- },
141
- columns: {
142
- type: Number,
143
- required: false,
144
- default: undefined,
145
- },
146
- padding: {
147
- type: Number,
148
- required: false,
149
- default: undefined,
150
- },
151
- lineHeight: {
152
- type: Number,
153
- required: false,
154
- default: undefined,
155
- },
156
- },
157
- computed: {
158
- isGridDisplay() {
159
- return !!this.columns;
160
- },
161
-
162
- buttonGroupStyle() {
163
- if (!this.isGridDisplay) {
164
- return {};
165
- }
166
-
167
- return {
168
- display: 'grid',
169
- gap: '0.5rem',
170
- gridTemplateColumns: `repeat(${
171
- this.options.length === 3 && this.columns === 2 ? this.options.length : this.columns
172
- }, minmax(0, 1fr))`,
173
- };
174
- },
175
- },
176
- };
177
- </script>
178
- <style scoped>
179
- .button-group {
180
- @apply tw-w-full tw-inline-flex;
181
- }
182
-
183
- .button-group-item {
184
- @apply tw-bg-white tw-font-bold tw-font-sans tw-cursor-pointer
185
- tw-border-0 tw-text-black tw-rounded tw-text-center
186
- tw-transition-shadow tw-duration-200 tw-ease-out;
187
- }
188
-
189
- .button-group-icon-button {
190
- @apply button-group-item tw-w-full;
191
- }
192
-
193
- .button-group-image-button {
194
- @apply button-group-item tw-p-2 tw-w-full;
195
- }
196
-
197
- .button-group-button {
198
- @apply button-group-item tw-w-full tw-p-3;
199
- }
200
- </style>
1
+ <!-- eslint-disable vue/html-button-has-type -->
2
+ <template>
3
+ <!-- Start custom button group -->
4
+ <div v-if="variant === 'custom'" class="button-group" :style="buttonGroupStyle">
5
+ <div
6
+ v-for="(option, idx) in options"
7
+ :key="`button-${option.value}`"
8
+ :class="{ 'tw-ml-2': idx > 0 && !isGridDisplay, 'tw-w-full': option.title || option.label }"
9
+ >
10
+ <button
11
+ class="button-group-item tw-text-xs tw-shadow-inner tw-w-full tw-py-2"
12
+ :class="{
13
+ '!tw-shadow-[0_0_0_2px] !tw-shadow-info-500': option.isSelected,
14
+ '!tw-shadow-[0_0_0_1px] !tw-shadow-secondary-200 hover:!tw-shadow-info-500': !option.isSelected,
15
+ }"
16
+ v-bind="option.dataAttribute ? { [option.dataAttribute]: '' } : {}"
17
+ @click="$emit('on-select', option)"
18
+ >
19
+ <slot name="content" :option="option"></slot>
20
+ </button>
21
+ <p v-if="option.title" class="tw-w-full tw-text-center tw-font-bold tw-font-sans tw-text-xs tw-mb-0 tw-mt-2">
22
+ {{ option.title }}
23
+ </p>
24
+ </div>
25
+ </div>
26
+ <!-- End custom button group -->
27
+
28
+ <!-- Start icon/image button group -->
29
+ <div v-else-if="variant === 'icon' || variant === 'image'" class="button-group" :style="buttonGroupStyle">
30
+ <div
31
+ v-for="(option, idx) in options"
32
+ :key="`button-${option.value}`"
33
+ :class="{ 'tw-ml-2': idx > 0 && !isGridDisplay, 'tw-w-full': option.title }"
34
+ >
35
+ <button
36
+ v-if="variant === 'icon'"
37
+ :class="{
38
+ '!tw-shadow-[0_0_0_2px] !tw-shadow-info-500': option.isSelected,
39
+ '!tw-shadow-[0_0_0_1px] !tw-shadow-secondary-200 hover:!tw-shadow-info-500': !option.isSelected,
40
+ 'tw-px-2': !option.iconViewBox,
41
+ 'tw-px-px':
42
+ option.iconViewBox && !option.isSelected && !option.iconName.includes('display-style') && btnStyleVariant, // TODO - move style logic to computed prop
43
+ 'tw-px-0.5': option.iconViewBox && option.isSelected,
44
+ 'tw-py-2': !option.iconName.includes('display-style') && !btnStyleVariant,
45
+ 'tw-px-0 tw-py-0': option.iconName.includes('display-style') || btnStyleVariant === 'compressed',
46
+ }"
47
+ :style="option.iconName.includes('display-style') ? { lineHeight: 0 } : {}"
48
+ class="tw-text-xs button-group-icon-button tw-shadow-inner"
49
+ v-bind="option.dataAttribute ? { [option.dataAttribute]: '' } : {}"
50
+ @click="$emit('on-select', option)"
51
+ >
52
+ <div
53
+ :class="{
54
+ 'tw-flex tw-flex-cols-2 tw-gap-4 tw-items-center tw-justify-center': option.iconName.includes('column-'),
55
+ }"
56
+ >
57
+ <p v-if="option.iconName.includes('column-')" class="tw-w-full tw-text-center tw-font-bold">
58
+ {{ option.label }}
59
+ </p>
60
+ <Icon
61
+ :name="option.iconName"
62
+ :size="option.iconSize ? option.iconSize : option.iconViewBox"
63
+ :view-box="option.iconViewBox"
64
+ />
65
+ </div>
66
+ </button>
67
+ <button
68
+ v-else
69
+ :class="{
70
+ '!tw-shadow-[0_0_0_2px] !tw-shadow-info-500': option.isSelected,
71
+ '!tw-shadow-[0_0_0_1px] !tw-shadow-secondary-200 hover:!tw-shadow-info-500': !option.isSelected,
72
+ }"
73
+ class="tw-text-xs button-group-image-button tw-shadow-inner"
74
+ v-bind="option.dataAttribute ? { [option.dataAttribute]: '' } : {}"
75
+ @click="$emit('on-select', option)"
76
+ >
77
+ <img :src="option.src" :alt="option.alt" class="tw-w-full tw-h-full" />
78
+ </button>
79
+ <p v-if="option.title" class="tw-w-full tw-text-center tw-font-bold tw-font-sans tw-text-xs tw-mb-0 tw-mt-2">
80
+ {{ option.title }}
81
+ </p>
82
+ </div>
83
+ </div>
84
+ <!-- End icon/image button group -->
85
+
86
+ <!-- Start text button group -->
87
+ <div v-else class="button-group" :style="buttonGroupStyle">
88
+ <button
89
+ v-for="(option, idx) in options"
90
+ :key="`button-${option.value}`"
91
+ :class="{
92
+ 'tw-ml-2': idx > 0 && !columns,
93
+ '!tw-shadow-[0_0_0_2px] !tw-shadow-info-500': option.isSelected,
94
+ '!tw-shadow-[0_0_0_1px] !tw-shadow-secondary-200 hover:!tw-shadow-info-500': !option.isSelected,
95
+ }"
96
+ class="tw-text-xs button-group-button tw-shadow-inner"
97
+ @click="$emit('on-select', option)"
98
+ >
99
+ {{ option.label }}
100
+ </button>
101
+ </div>
102
+ <!-- End text button group -->
103
+ </template>
104
+ <script>
105
+ import Icon from '../Icon/Icon.vue';
106
+
107
+ export default {
108
+ components: {
109
+ Icon,
110
+ },
111
+ props: {
112
+ options: {
113
+ type: Array,
114
+ required: true,
115
+ },
116
+ variant: {
117
+ type: String,
118
+ required: false,
119
+ default: undefined,
120
+ },
121
+ btnStyleVariant: {
122
+ type: String,
123
+ validator(value) {
124
+ return ['compressed'].includes(value);
125
+ },
126
+ required: false,
127
+ default: undefined,
128
+ },
129
+ columns: {
130
+ type: Number,
131
+ required: false,
132
+ default: undefined,
133
+ },
134
+ padding: {
135
+ type: Number,
136
+ required: false,
137
+ default: undefined,
138
+ },
139
+ lineHeight: {
140
+ type: Number,
141
+ required: false,
142
+ default: undefined,
143
+ },
144
+ },
145
+ computed: {
146
+ isGridDisplay() {
147
+ return !!this.columns;
148
+ },
149
+
150
+ buttonGroupStyle() {
151
+ if (!this.isGridDisplay) {
152
+ return {};
153
+ }
154
+
155
+ return {
156
+ display: 'grid',
157
+ gap: '0.5rem',
158
+ gridTemplateColumns: `repeat(${
159
+ this.options.length === 3 && this.columns === 2 ? this.options.length : this.columns
160
+ }, minmax(0, 1fr))`,
161
+ };
162
+ },
163
+ },
164
+ };
165
+ </script>
166
+ <style scoped>
167
+ .button-group {
168
+ @apply tw-w-full tw-inline-flex;
169
+ }
170
+
171
+ .button-group-item {
172
+ @apply tw-bg-white tw-font-bold tw-font-sans tw-cursor-pointer
173
+ tw-border-0 tw-text-black tw-rounded tw-text-center
174
+ tw-transition-shadow tw-duration-200 tw-ease-out;
175
+ }
176
+
177
+ .button-group-icon-button {
178
+ @apply button-group-item tw-w-full;
179
+ }
180
+
181
+ .button-group-image-button {
182
+ @apply button-group-item tw-p-2 tw-w-full;
183
+ }
184
+
185
+ .button-group-button {
186
+ @apply button-group-item tw-w-full tw-p-3;
187
+ }
188
+ </style>
@@ -1,35 +1,35 @@
1
- export const carouselProps = {
2
- loop: false,
3
- spaceBetween: 22,
4
- slidesPerView: 'auto',
5
- centeredSlides: false,
6
- pagination: true,
7
- breakpoints: {
8
- 1024: {
9
- slidesPerView: 1,
10
- slidesPerGroup: 1,
11
- centerInsufficientSlides: true,
12
- },
13
- },
14
- };
15
-
16
- export const cards = [
17
- {
18
- editorUrl: '#',
19
- imageUrl: 'https://bcassetcdn.com/assets/images/carousel/carousel-logo.png',
20
- name: 'Logo design',
21
- pluralName: 'Logo Designs',
22
- },
23
- {
24
- editorUrl: '#',
25
- imageUrl: 'https://bcassetcdn.com/assets/images/carousel/carousel-business-card.png',
26
- name: 'Business card',
27
- pluralName: 'Business Cards',
28
- },
29
- {
30
- editorUrl: '#',
31
- imageUrl: 'https://bcassetcdn.com/assets/images/carousel/carousel-facebook-cover.png',
32
- name: 'Facebook cover',
33
- pluralName: 'Facebook Covers',
34
- },
35
- ];
1
+ export const carouselProps = {
2
+ loop: false,
3
+ spaceBetween: 22,
4
+ slidesPerView: 'auto',
5
+ centeredSlides: false,
6
+ pagination: true,
7
+ breakpoints: {
8
+ 1024: {
9
+ slidesPerView: 1,
10
+ slidesPerGroup: 1,
11
+ centerInsufficientSlides: true,
12
+ },
13
+ },
14
+ };
15
+
16
+ export const cards = [
17
+ {
18
+ editorUrl: '#',
19
+ imageUrl: 'https://bcassetcdn.com/assets/images/carousel/carousel-logo.png',
20
+ name: 'Logo design',
21
+ pluralName: 'Logo Designs',
22
+ },
23
+ {
24
+ editorUrl: '#',
25
+ imageUrl: 'https://bcassetcdn.com/assets/images/carousel/carousel-business-card.png',
26
+ name: 'Business card',
27
+ pluralName: 'Business Cards',
28
+ },
29
+ {
30
+ editorUrl: '#',
31
+ imageUrl: 'https://bcassetcdn.com/assets/images/carousel/carousel-facebook-cover.png',
32
+ name: 'Facebook cover',
33
+ pluralName: 'Facebook Covers',
34
+ },
35
+ ];