blocks-dusted 0.1.10 → 0.1.12

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 (249) hide show
  1. package/README.md +35 -0
  2. package/package.json +5 -2
  3. package/src/cli.js +39 -3
  4. package/src/commands/shop.js +59 -0
  5. package/src/commands/warehouse.js +73 -0
  6. package/src/utils/paths.js +13 -13
  7. package/templates/blocks/DD-Accordion/Component.tsx +229 -0
  8. package/templates/blocks/DD-Accordion/README.md +3 -0
  9. package/templates/blocks/DD-Accordion/config.ts +73 -0
  10. package/templates/blocks/DD-Accordion/manifest.json +75 -0
  11. package/templates/blocks/DD-AnimText/Component.tsx +788 -0
  12. package/templates/blocks/DD-AnimText/README.md +3 -0
  13. package/templates/blocks/DD-AnimText/config.ts +295 -0
  14. package/templates/blocks/DD-AnimText/manifest.json +85 -0
  15. package/templates/blocks/DD-AsideNav/Component.tsx +321 -0
  16. package/templates/blocks/DD-AsideNav/config.ts +204 -0
  17. package/templates/blocks/DD-AsideNav/manifest.json +80 -0
  18. package/templates/blocks/DD-Banner/Component.tsx +51 -0
  19. package/templates/blocks/DD-Banner/config.ts +57 -0
  20. package/templates/blocks/DD-Banner/manifest.json +72 -0
  21. package/templates/blocks/DD-BgLightning/Component.tsx +44 -0
  22. package/templates/blocks/DD-BgLightning/README.md +3 -0
  23. package/templates/blocks/DD-BgLightning/config.ts +97 -0
  24. package/templates/blocks/DD-BgLightning/manifest.json +79 -0
  25. package/templates/blocks/DD-BookCall/Component.tsx +535 -535
  26. package/templates/blocks/DD-BookCall/config.ts +238 -238
  27. package/templates/blocks/DD-ButtonPop/Component.tsx +117 -0
  28. package/templates/blocks/DD-ButtonPop/config.ts +105 -0
  29. package/templates/blocks/DD-ButtonPop/manifest.json +88 -0
  30. package/templates/blocks/DD-ButtonPop/svg-icons/Dust2.tsx +167 -0
  31. package/templates/blocks/DD-Card/Component.tsx +251 -0
  32. package/templates/blocks/DD-Card/README.md +4 -0
  33. package/templates/blocks/DD-Card/config.ts +154 -0
  34. package/templates/blocks/DD-Card/manifest.json +82 -0
  35. package/templates/blocks/DD-CardTemplate01/Component.tsx +140 -140
  36. package/templates/blocks/DD-CardTemplate01/config.ts +106 -106
  37. package/templates/blocks/DD-Carousel-A/Component.tsx +249 -249
  38. package/templates/blocks/DD-Carousel-B/Component.tsx +403 -403
  39. package/templates/blocks/DD-Chip/Component.tsx +250 -0
  40. package/templates/blocks/DD-Chip/EXAMPLES.md +313 -0
  41. package/templates/blocks/DD-Chip/README.md +202 -0
  42. package/templates/blocks/DD-Chip/config.ts +369 -0
  43. package/templates/blocks/DD-Chip/manifest.json +74 -0
  44. package/templates/blocks/DD-ComparisonTable/Component.tsx +256 -256
  45. package/templates/blocks/DD-Contact/Component.tsx +435 -434
  46. package/templates/blocks/DD-Contact/config.ts +22 -22
  47. package/templates/blocks/DD-Counter/Component.tsx +190 -0
  48. package/templates/blocks/DD-Counter/README.md +4 -0
  49. package/templates/blocks/DD-Counter/config.ts +291 -0
  50. package/templates/blocks/DD-Counter/manifest.json +74 -0
  51. package/templates/blocks/DD-CustomCSS/Component.tsx +8 -0
  52. package/templates/blocks/DD-CustomCSS/README.md +4 -0
  53. package/templates/blocks/DD-CustomCSS/addToLayout.md +5 -0
  54. package/templates/blocks/DD-CustomCSS/config.ts +22 -0
  55. package/templates/blocks/DD-CustomCSS/manifest.json +72 -0
  56. package/templates/blocks/DD-CustomCSS/renderCustomCSS.md +7 -0
  57. package/templates/blocks/DD-FeatCat/Component.tsx +302 -302
  58. package/templates/blocks/DD-FeatCat/config.ts +201 -201
  59. package/templates/blocks/DD-FeatStrip/Component.tsx +585 -585
  60. package/templates/blocks/DD-FeatStrip/config.ts +134 -134
  61. package/templates/blocks/DD-FluidBtn/ButtonsEyeCatching.tsx +628 -0
  62. package/templates/blocks/DD-FluidBtn/Component.tsx +43 -0
  63. package/templates/blocks/DD-FluidBtn/README.md +6 -0
  64. package/templates/blocks/DD-FluidBtn/config.ts +102 -0
  65. package/templates/blocks/DD-FluidBtn/manifest.json +86 -0
  66. package/templates/blocks/DD-GooeyInfo/Component.tsx +149 -0
  67. package/templates/blocks/DD-GooeyInfo/config.ts +135 -0
  68. package/templates/blocks/DD-GooeyInfo/manifest.json +72 -0
  69. package/templates/blocks/DD-Hero/Component.tsx +297 -297
  70. package/templates/blocks/DD-Hero/config.ts +267 -267
  71. package/templates/blocks/DD-HorizontalScroll/Component.tsx +936 -936
  72. package/templates/blocks/DD-HorizontalScroll/config.ts +231 -231
  73. package/templates/blocks/DD-Icon/Component.tsx +287 -0
  74. package/templates/blocks/DD-Icon/README.md +4 -0
  75. package/templates/blocks/DD-Icon/config.ts +258 -0
  76. package/templates/blocks/DD-Icon/hooks/revalidateBlockIds.ts +66 -0
  77. package/templates/blocks/DD-Icon/manifest.json +82 -0
  78. package/templates/blocks/DD-IconButton/Component.tsx +455 -0
  79. package/templates/blocks/DD-IconButton/README.md +326 -0
  80. package/templates/blocks/DD-IconButton/config.ts +239 -0
  81. package/templates/blocks/DD-IconButton/manifest.json +85 -0
  82. package/templates/blocks/DD-IdTag/Component.tsx +21 -0
  83. package/templates/blocks/DD-IdTag/README.md +4 -0
  84. package/templates/blocks/DD-IdTag/config.ts +41 -0
  85. package/templates/blocks/DD-IdTag/manifest.json +72 -0
  86. package/templates/blocks/DD-Iframe/Component.tsx +45 -0
  87. package/templates/blocks/DD-Iframe/README.md +4 -0
  88. package/templates/blocks/DD-Iframe/config.ts +47 -0
  89. package/templates/blocks/DD-Iframe/manifest.json +72 -0
  90. package/templates/blocks/DD-IframeMedia/Component.tsx +133 -0
  91. package/templates/blocks/DD-IframeMedia/README.md +4 -0
  92. package/templates/blocks/DD-IframeMedia/config.ts +79 -0
  93. package/templates/blocks/DD-IframeMedia/manifest.json +72 -0
  94. package/templates/blocks/DD-LineAnim/Component.tsx +36 -0
  95. package/templates/blocks/DD-LineAnim/README.md +4 -0
  96. package/templates/blocks/DD-LineAnim/config.ts +90 -0
  97. package/templates/blocks/DD-LineAnim/manifest.json +80 -0
  98. package/templates/blocks/DD-LinkGrid/Component.tsx +119 -0
  99. package/templates/blocks/DD-LinkGrid/README.md +4 -0
  100. package/templates/blocks/DD-LinkGrid/config.ts +51 -0
  101. package/templates/blocks/DD-LinkGrid/manifest.json +74 -0
  102. package/templates/blocks/DD-LogoMarq/Component.tsx +132 -0
  103. package/templates/blocks/DD-LogoMarq/README.md +4 -0
  104. package/templates/blocks/DD-LogoMarq/config.ts +264 -0
  105. package/templates/blocks/DD-LogoMarq/manifest.json +82 -0
  106. package/templates/blocks/DD-Lottie/Component.tsx +459 -0
  107. package/templates/blocks/DD-Lottie/README.md +4 -0
  108. package/templates/blocks/DD-Lottie/config.ts +379 -0
  109. package/templates/blocks/DD-Lottie/index.tsx +28 -0
  110. package/templates/blocks/DD-Lottie/manifest.json +83 -0
  111. package/templates/blocks/DD-MagicBento/Component.tsx +777 -0
  112. package/templates/blocks/DD-MagicBento/README.md +4 -0
  113. package/templates/blocks/DD-MagicBento/config.ts +264 -0
  114. package/templates/blocks/DD-MagicBento/manifest.json +74 -0
  115. package/templates/blocks/DD-MasonaryMedia/Component.tsx +545 -545
  116. package/templates/blocks/DD-MasonaryMedia/config.ts +2 -2
  117. package/templates/blocks/DD-MasonaryMedia/vendor.d.ts +2 -2
  118. package/templates/blocks/DD-Masonry/Component.tsx +645 -0
  119. package/templates/blocks/DD-Masonry/README.md +4 -0
  120. package/templates/blocks/DD-Masonry/config.ts +475 -0
  121. package/templates/blocks/DD-Masonry/manifest.json +82 -0
  122. package/templates/blocks/DD-Pricing/Component.tsx +2 -5
  123. package/templates/blocks/DD-Process/Component.tsx +2 -4
  124. package/templates/blocks/DD-Process/config.ts +150 -150
  125. package/templates/blocks/DD-Progress/Component.tsx +156 -0
  126. package/templates/blocks/DD-Progress/README.md +4 -0
  127. package/templates/blocks/DD-Progress/config.ts +175 -0
  128. package/templates/blocks/DD-Progress/manifest.json +74 -0
  129. package/templates/blocks/DD-ProjHeader/Component.tsx +91 -0
  130. package/templates/blocks/DD-ProjHeader/README.md +4 -0
  131. package/templates/blocks/DD-ProjHeader/config.ts +96 -0
  132. package/templates/blocks/DD-ProjHeader/manifest.json +72 -0
  133. package/templates/blocks/DD-ProjSlider/Component.tsx +123 -0
  134. package/templates/blocks/DD-ProjSlider/README.md +4 -0
  135. package/templates/blocks/DD-ProjSlider/config.ts +64 -0
  136. package/templates/blocks/DD-ProjSlider/manifest.json +72 -0
  137. package/templates/blocks/DD-ScrollText/Component.tsx +114 -0
  138. package/templates/blocks/DD-ScrollText/README.md +4 -0
  139. package/templates/blocks/DD-ScrollText/config.ts +58 -0
  140. package/templates/blocks/DD-ScrollText/manifest.json +72 -0
  141. package/templates/blocks/DD-Section/Component.tsx +266 -266
  142. package/templates/blocks/DD-Separator/Component.tsx +66 -0
  143. package/templates/blocks/DD-Separator/README.md +4 -0
  144. package/templates/blocks/DD-Separator/config.ts +58 -0
  145. package/templates/blocks/DD-Separator/manifest.json +72 -0
  146. package/templates/blocks/DD-Services/Component.tsx +176 -176
  147. package/templates/blocks/DD-Services/config.ts +149 -149
  148. package/templates/blocks/DD-ShowcaseGrid/Component.tsx +307 -307
  149. package/templates/blocks/DD-Slider-A/Component.tsx +1 -1
  150. package/templates/blocks/DD-StackCards/Component.tsx +1 -1
  151. package/templates/blocks/DD-StackCards/config.ts +399 -399
  152. package/templates/blocks/DD-Team/Component.tsx +247 -247
  153. package/templates/blocks/DD-Team/config.ts +173 -173
  154. package/templates/blocks/DD-TeamCards/Component.tsx +251 -0
  155. package/templates/blocks/DD-TeamCards/README.md +4 -0
  156. package/templates/blocks/DD-TeamCards/config.ts +302 -0
  157. package/templates/blocks/DD-TeamCards/manifest.json +74 -0
  158. package/templates/blocks/DD-TechStack/Component.tsx +174 -174
  159. package/templates/blocks/DD-TechStack/config.ts +153 -153
  160. package/templates/blocks/DD-TestMarq/Component.tsx +132 -0
  161. package/templates/blocks/DD-TestMarq/README.md +4 -0
  162. package/templates/blocks/DD-TestMarq/RowLabel.tsx +9 -0
  163. package/templates/blocks/DD-TestMarq/config.ts +88 -0
  164. package/templates/blocks/DD-TestMarq/manifest.json +72 -0
  165. package/templates/blocks/DD-Testim/Component.tsx +247 -0
  166. package/templates/blocks/DD-Testim/README.md +4 -0
  167. package/templates/blocks/DD-Testim/config.ts +101 -0
  168. package/templates/blocks/DD-Testim/manifest.json +75 -0
  169. package/templates/blocks/DD-Testim2/Component.tsx +256 -0
  170. package/templates/blocks/DD-Testim2/README.md +4 -0
  171. package/templates/blocks/DD-Testim2/config.ts +100 -0
  172. package/templates/blocks/DD-Testim2/manifest.json +74 -0
  173. package/templates/blocks/DD-Testimonials/Component.tsx +139 -147
  174. package/templates/blocks/DD-Testimonials/config.ts +120 -120
  175. package/templates/blocks/DD-TextMarq/Component.tsx +157 -0
  176. package/templates/blocks/DD-TextMarq/README.md +4 -0
  177. package/templates/blocks/DD-TextMarq/config.ts +237 -0
  178. package/templates/blocks/DD-TextMarq/manifest.json +82 -0
  179. package/templates/blocks/DD-Thanks/Component.tsx +501 -0
  180. package/templates/blocks/DD-Thanks/README.md +4 -0
  181. package/templates/blocks/DD-Thanks/config.ts +224 -0
  182. package/templates/blocks/DD-Thanks/manifest.json +72 -0
  183. package/templates/blocks/DD-VertMarq/Component.tsx +154 -0
  184. package/templates/blocks/DD-VertMarq/README.md +4 -0
  185. package/templates/blocks/DD-VertMarq/config.ts +236 -0
  186. package/templates/blocks/DD-VertMarq/dist/index.css +6 -0
  187. package/templates/blocks/DD-VertMarq/dist/index.min.css +1 -0
  188. package/templates/blocks/DD-VertMarq/manifest.json +74 -0
  189. package/templates/blocks/DD-Work/Component.tsx +318 -315
  190. package/templates/blocks/DD-Work/config.ts +165 -165
  191. package/templates/blocks/DD-Work-B/Component.tsx +294 -294
  192. package/templates/blocks/DDHG-CTASection2/Component.tsx +185 -0
  193. package/templates/blocks/DDHG-CTASection2/config.ts +140 -0
  194. package/templates/blocks/DDHG-CTASection2/manifest.json +45 -0
  195. package/templates/blocks/DDHG-HighlightArc/Component.tsx +243 -0
  196. package/templates/blocks/DDHG-HighlightArc/config.ts +85 -0
  197. package/templates/blocks/DDHG-HighlightArc/manifest.json +46 -0
  198. package/templates/blocks/DDHG-LogoMarquee/Component.tsx +143 -0
  199. package/templates/blocks/DDHG-LogoMarquee/config.ts +154 -0
  200. package/templates/blocks/DDHG-LogoMarquee/manifest.json +39 -0
  201. package/templates/blocks/DDHG-NavCodeGrid/Component.tsx +227 -0
  202. package/templates/blocks/DDHG-NavCodeGrid/config.ts +64 -0
  203. package/templates/blocks/DDHG-NavCodeGrid/manifest.json +45 -0
  204. package/templates/blocks/DDHG-ProcessSec/Component.tsx +574 -0
  205. package/templates/blocks/DDHG-ProcessSec/config.ts +170 -0
  206. package/templates/blocks/DDHG-ProcessSec/manifest.json +56 -0
  207. package/templates/blocks/DDHG-ServiceDetails/Component.tsx +164 -0
  208. package/templates/blocks/DDHG-ServiceDetails/ServiceDetailCard.tsx +390 -0
  209. package/templates/blocks/DDHG-ServiceDetails/config.ts +77 -0
  210. package/templates/blocks/DDHG-ServiceDetails/manifest.json +50 -0
  211. package/templates/blocks/DDHG-ServiceHero/Component.tsx +234 -0
  212. package/templates/blocks/DDHG-ServiceHero/config.ts +49 -0
  213. package/templates/blocks/DDHG-ServiceHero/manifest.json +26 -0
  214. package/templates/blocks/DDHG-ServiceOverview/Component.tsx +277 -0
  215. package/templates/blocks/DDHG-ServiceOverview/config.ts +64 -0
  216. package/templates/blocks/DDHG-ServiceOverview/manifest.json +44 -0
  217. package/templates/blocks/DDHG-StatsFAQ/Component.tsx +389 -0
  218. package/templates/blocks/DDHG-StatsFAQ/config.ts +204 -0
  219. package/templates/blocks/DDHG-StatsFAQ/manifest.json +45 -0
  220. package/templates/blocks/DDHG-TeamCards/Component.tsx +169 -0
  221. package/templates/blocks/DDHG-TeamCards/config.ts +48 -0
  222. package/templates/blocks/DDHG-TeamCards/manifest.json +29 -0
  223. package/templates/shared/src/components/BgLightning/index.tsx +242 -0
  224. package/templates/shared/src/components/ui/ShareButton/index.tsx +80 -0
  225. package/templates/shared/src/components/ui/anims/FadeOnScroll.tsx +48 -0
  226. package/templates/shared/src/components/ui/anims/FadeUpOnInView.tsx +63 -0
  227. package/templates/shared/src/components/ui/anims/GlareHover.tsx +111 -0
  228. package/templates/shared/src/components/ui/anims/LineAnims.tsx +81 -0
  229. package/templates/shared/src/components/ui/anims/TitleAnims01.tsx +54 -0
  230. package/templates/shared/src/components/ui/anims/animation-container.tsx +29 -0
  231. package/templates/shared/src/components/ui/anims/blur-in.tsx +26 -0
  232. package/templates/shared/src/components/ui/anims/counter.tsx +53 -0
  233. package/templates/shared/src/components/ui/anims/fade.tsx +83 -0
  234. package/templates/shared/src/components/ui/anims/gradual-spacing.tsx +39 -0
  235. package/templates/shared/src/components/ui/anims/pull-up.tsx +93 -0
  236. package/templates/shared/src/components/ui/anims/reveal-text.tsx +76 -0
  237. package/templates/shared/src/components/ui/anims/rotate-words.tsx +43 -0
  238. package/templates/shared/src/components/ui/anims/shiny-text.tsx +58 -0
  239. package/templates/shared/src/components/ui/anims/shuffle-text.tsx +85 -0
  240. package/templates/shared/src/components/ui/anims/split-text.tsx +211 -0
  241. package/templates/shared/src/components/ui/anims/staggered-fade.tsx +133 -0
  242. package/templates/shared/src/components/ui/anims/text-scroll.tsx +111 -0
  243. package/templates/shared/src/components/ui/anims/typing-effect.tsx +112 -0
  244. package/templates/shared/src/components/ui/button-dusted-fluid/index.tsx +1521 -0
  245. package/templates/shared/src/components/ui/separator.tsx +85 -0
  246. package/templates/shared/src/hooks/useBodyScrollLock.ts +97 -0
  247. package/templates/shared/src/hooks/useClickOutside.ts +28 -0
  248. package/templates/shared/src/utilities/renderCustomCSS.ts +5 -0
  249. package/templates/shared/src/utilities/smoothScroll.ts +65 -0
@@ -0,0 +1,105 @@
1
+ import type { Block } from 'payload'
2
+
3
+ import { BlocksFeature } from '@payloadcms/richtext-lexical'
4
+
5
+ import { DDBanner } from '@/blocks/DD-Banner/config'
6
+ import { MediaBlock } from '@/blocks/MediaBlock/config'
7
+
8
+ import { DDAnimText } from '@/blocks/DD-AnimText/config'
9
+ import { DDIconButton } from '@/blocks/DD-IconButton/config'
10
+ import { DDFluidBtn } from '@/blocks/DD-FluidBtn/config'
11
+ import { DDIcon } from '@/blocks/DD-Icon/config'
12
+ import { defaultLexical } from '@/fields/defaultLexical'
13
+
14
+ export const DDButtonPop: Block = {
15
+ slug: 'DD-ButtonPop',
16
+ interfaceName: 'DDButtonPop',
17
+ labels: {
18
+ singular: 'Pop Button',
19
+ plural: 'Pop Buttons'
20
+ },
21
+ fields: [
22
+ {
23
+ type: 'row',
24
+ fields: [
25
+ {
26
+ name: 'buttonLabel',
27
+ type: 'text',
28
+ label: 'Button Label',
29
+ required: true,
30
+ admin: {
31
+ width: '50%',
32
+ description: 'Text to display on the button.'
33
+ }
34
+ },
35
+ {
36
+ name: 'alignment',
37
+ type: 'select',
38
+ label: 'Button Alignment',
39
+ defaultValue: 'center',
40
+ options: [
41
+ { label: 'Left', value: 'left' },
42
+ { label: 'Center', value: 'center' },
43
+ { label: 'Right', value: 'right' }
44
+ ],
45
+ admin: {
46
+ width: '50%',
47
+ description: 'Align the button position inside its block.'
48
+ }
49
+ }
50
+ ]
51
+ },
52
+ {
53
+ type: 'row',
54
+ fields: [
55
+ {
56
+ name: 'width',
57
+ type: 'text',
58
+ label: 'Popover Width',
59
+ defaultValue: '360px',
60
+ admin: {
61
+ width: '50%',
62
+ description: 'Optional: e.g., 360px, 24rem.'
63
+ }
64
+ },
65
+ {
66
+ name: 'height',
67
+ type: 'text',
68
+ label: 'Popover Height',
69
+ defaultValue: '240px',
70
+ admin: {
71
+ width: '50%',
72
+ description: 'Optional: e.g., 240px, 16rem.'
73
+ }
74
+ }
75
+ ]
76
+ },
77
+ {
78
+ type: 'row',
79
+ fields: [
80
+ {
81
+ name: 'openMode',
82
+ type: 'select',
83
+ label: 'Open Mode',
84
+ required: true,
85
+ defaultValue: 'popover',
86
+ options: [
87
+ { label: 'Popover', value: 'popover' },
88
+ { label: 'Modal', value: 'modal' }
89
+ ],
90
+ admin: {
91
+ width: '100%',
92
+ description:
93
+ 'Choose if clicking the button opens a small popover or a fullscreen modal.'
94
+ }
95
+ }
96
+ ]
97
+ },
98
+ {
99
+ name: 'richTextData',
100
+ type: 'richText',
101
+ editor: defaultLexical,
102
+ label: false
103
+ }
104
+ ]
105
+ }
@@ -0,0 +1,88 @@
1
+ {
2
+ "type": "block",
3
+ "name": "DD-ButtonPop",
4
+ "label": "Pop Button",
5
+ "sourceName": "ButtonPop",
6
+ "portableName": "DD-ButtonPop",
7
+ "slug": "DD-ButtonPop",
8
+ "version": "0.0.1",
9
+ "source": {
10
+ "repo": "Hadizainal/DesignsDustedv3",
11
+ "originalPath": "src/blocks/ButtonPop",
12
+ "originalSlug": "popButtonBlock",
13
+ "originalConfigExport": "PopButtonBlock",
14
+ "originalComponentExport": "ButtonPop",
15
+ "originalInterfaceName": "DDButtonPop"
16
+ },
17
+ "files": [
18
+ {
19
+ "from": "Component.tsx",
20
+ "to": "src/blocks/DD-ButtonPop/Component.tsx"
21
+ },
22
+ {
23
+ "from": "config.ts",
24
+ "to": "src/blocks/DD-ButtonPop/config.ts"
25
+ }
26
+ ],
27
+ "dependencies": [
28
+ "framer-motion"
29
+ ],
30
+ "sharedFiles": [
31
+ {
32
+ "from": "templates/shared/src/hooks/useClickOutside.ts",
33
+ "to": "src/hooks/useClickOutside.ts",
34
+ "required": true,
35
+ "safeToCopy": true
36
+ },
37
+ {
38
+ "from": "templates/shared/src/hooks/useBodyScrollLock.ts",
39
+ "to": "src/hooks/useBodyScrollLock.ts",
40
+ "required": true,
41
+ "safeToCopy": true
42
+ }
43
+ ],
44
+ "requiredProjectFiles": [],
45
+ "optionalProjectFiles": [],
46
+ "collectionRegistration": {
47
+ "enabled": true,
48
+ "collections": [
49
+ "Pages",
50
+ "Posts"
51
+ ]
52
+ },
53
+ "renderBlocksRegistration": {
54
+ "enabled": true
55
+ },
56
+ "renderBlocksBehavior": {
57
+ "wrapperless": false
58
+ },
59
+ "pageRouteIntegration": {
60
+ "required": false,
61
+ "manualSteps": []
62
+ },
63
+ "manual": [
64
+ "Register DDButtonPop in Pages/Posts blocks arrays if automatic registration was skipped.",
65
+ "Register DD-ButtonPop in RenderBlocks if automatic registration was skipped.",
66
+ "Run payload generate:types after schema changes."
67
+ ],
68
+ "manualSteps": [
69
+ "Register DDButtonPop in Pages/Posts blocks arrays if automatic registration was skipped.",
70
+ "Register DD-ButtonPop in RenderBlocks if automatic registration was skipped.",
71
+ "Run payload generate:types after schema changes."
72
+ ],
73
+ "patchTargets": {
74
+ "blockConfigRegistration": {
75
+ "description": "Installer can add import { DDButtonPop } from '@/blocks/DD-ButtonPop/config' and add DDButtonPop to clear Pages/Posts block arrays."
76
+ },
77
+ "renderBlocksRegistration": {
78
+ "description": "Installer can register DD-ButtonPop in RenderBlocks."
79
+ }
80
+ },
81
+ "notes": [
82
+ "Converted from DesignsDustedv3 ButtonPop.",
83
+ "Project-specific imports were replaced with portable local behaviour where required.",
84
+ "Manifest includes shared local support files required by original DesignsDusted source imports."
85
+ ],
86
+ "exportName": "DDButtonPop",
87
+ "interfaceName": "DDButtonPop"
88
+ }
@@ -0,0 +1,167 @@
1
+ 'use client'
2
+ import { cn } from '@/utilities/ui'
3
+
4
+ type DustSvgProps = {
5
+ className?: string
6
+ }
7
+
8
+ export const DustSvg2: React.FC<DustSvgProps> = ({ className }) => {
9
+ return (
10
+ <svg
11
+ className={cn('dustsvg', className)}
12
+ width="230"
13
+ height="118"
14
+ viewBox="0 0 230 118"
15
+ fill="none"
16
+ xmlns="http://www.w3.org/2000/svg"
17
+ >
18
+ <g opacity="1">
19
+ <path
20
+ d="M227.555 51.4326C226.493 52.6915 225.985 54.0601 223.967 53.928C223.158 54.046 222.619 56.0188 221.551 55.4005C220.635 55.305 219.868 55.3106 219.194 54.5996C218.416 54.5125 216.451 55.2432 216.688 53.5402C218.199 51.3652 222.016 51.264 224.116 50.7385C221.791 48.4791 218.873 52.1323 216.967 52.1183C213.971 47.8468 215.524 47.6754 219.482 48.7658C219.042 47.5096 216.99 47.563 215.749 47.6361C214.408 48.1447 214.221 48.007 214.929 49.2969C215.701 50.0781 215.372 51.7501 216.147 52.2728C216.35 54.4057 212.375 49.3868 210.255 50.1118C210.416 49.7184 208.972 49.3446 208.91 49.7296C207.752 49.932 208.172 49.3166 208.059 48.4538C208.183 48.0632 207.958 48.0154 207.656 48.0435C207.676 47.4731 207.419 46.4221 206.65 46.2985C206.337 45.6718 204.552 45.846 205.415 46.3631C206.723 46.6947 207.349 47.4281 207.687 48.4707C207.729 49.4683 206.731 48.0323 205.981 48.451C205.395 48.7545 205.578 49.6959 205.147 50.213C205.361 50.9324 203.574 50.2299 203.98 50.9745C208.313 49.7353 211.639 50.4322 215.36 52.6915C215.389 54.2062 218.949 56.4234 217.923 57.2046C216.178 55.572 213.074 53.9645 211.081 52.7168C210.461 52.8658 209.759 51.8822 209.001 52.4077C207.8 53.647 206.83 53.9758 205.581 54.8413C202.94 55.6534 204.848 54.8413 202.497 53.5627C201.169 54.653 201.051 55.2038 199.176 54.2118C199.588 53.3266 204.431 50.657 200.549 51.6377C196.535 54.3355 200.076 50.1006 195.165 49.8449C193.403 50.2102 198.486 51.9384 197.922 53.5121C196.431 53.5486 196.23 50.775 194.497 51.0392C194.793 49.8336 192.098 49.5301 192.642 49.2969C192.884 48.7377 191.032 48.3414 190.843 47.4787C190.773 46.9982 191.452 46.9083 191.548 46.5542C191.415 46.1242 191.015 46.4502 191.038 46.7734C189.504 46.2535 189.459 51.6855 188.616 49.0412C188.585 48.1138 189.566 46.72 188.808 45.8966C188.114 46.1636 188.413 50.2579 187.756 49.5638C185.769 47.83 183.271 47.0179 182.668 44.4494C182.544 38.1519 189.766 39.2478 193.279 39.7592C191.277 38.6324 187.015 37.9945 185.121 39.5091C177.918 43.6935 186.891 47.844 179.567 48.4117C178.513 48.9119 178.735 49.9516 177.312 49.5189C175.62 50.1034 173.21 50.7244 171.386 50.2833C167.784 51.0504 155.769 56.7831 154.168 52.2307C153.818 51.3005 153.68 52.8377 153.745 53.1889C153.477 54.0685 149.761 55.2207 150.384 53.557C153.832 46.2731 148.797 48.1307 156.251 44.8428C155.332 44.4971 151.969 44.8793 153.77 43.3619C153.996 44.9665 156.454 44.1627 154.396 42.9853C153.35 39.8632 161.179 41.3582 160.279 39.5625C160.505 38.135 163.504 40.0374 164.575 39.9391C162.388 37.7078 157.043 33.383 153.443 36.4348C153.635 36.9154 155.16 36.1201 154.201 37.1711C154.261 37.6826 153.381 38.43 154.359 38.3289C161.291 38.8937 151.069 38.1013 149.308 39.5991C147.743 40.5489 146.982 42.3727 145.133 42.901C144.58 43.8564 142.722 42.7886 143.159 44.4971C143.221 45.0367 143.517 45.8376 143.988 46.0034C141.479 47.5461 141.273 42.0636 140.199 41.3217C139.934 40.1189 137.919 40.785 138.37 39.1242C136.76 38.031 136.622 42.2434 137.344 43.2691C142.97 54.8582 148.532 43.626 149.496 48.8023C149.499 51.4354 149.677 58.2331 148.888 52.3431C148.377 55.1167 146.714 55.3808 144.104 54.4029C140.946 51.6546 137.276 56.7522 138.871 53.2845C136.737 53.6751 138.843 56.7044 135.52 54.2146C130.787 54.1894 136.098 49.5161 130.093 52.478C129.546 53.3828 129.69 54.6221 129.03 55.156C128.991 55.5888 129.755 55.7068 129.425 56.1087C127.164 58.2219 127.254 54.5181 126.924 53.0006C126.575 48.3386 120.238 51.7614 117.675 51.1853C113.807 49.4486 116.477 49.9938 118.955 48.8866C120.996 47.8553 124.68 45.8179 122.749 42.9684C119.423 41.6364 119.133 38.3289 121.086 35.5103C121.312 33.7764 122.318 35.6283 123.147 34.5043C123.181 33.8017 123.948 34.3834 124.08 33.8102C124.103 33.6359 124.303 33.7034 124.427 33.6837C129.281 33.8607 127.508 30.6684 129.171 27.2738C132.475 23.1766 125.332 29.3617 129.495 23.4716C131.328 20.625 135.694 22.3588 136.337 19.2958C135.195 16.5699 129.839 23.2047 126.547 20.5659C125.636 20.684 124.531 19.5065 125.391 18.7871C126.702 17.8513 124.565 16.317 124.06 17.5422C123.471 17.7867 123.542 17.1685 123.584 16.7779C123.426 15.5836 122.259 15.8646 121.489 16.3423C118.997 15.4964 115.753 14.7124 113.816 16.6205C112.215 16.9099 109.748 20.3355 110.822 21.3415C110.955 22.9124 112.965 23.4042 113.444 24.8458C113.489 27.9904 113.244 28.291 112.017 25.5877C109.407 24.8093 109.009 24.8065 108.728 21.7715C107.591 20.2596 107.417 25.3348 108.502 25.5961C109.1 28.5552 105.221 22.8815 106.368 21.7125C106.811 20.9847 107.16 20.6137 107.073 19.7201C110.78 13.4816 105.443 11.9163 107.893 12.0596C110.76 15.0918 108.237 15.0581 112.192 12.3294C113.069 11.6016 113.373 13.1247 114.298 12.9448C115.403 14.3696 118.355 13.5041 120.314 13.7261C123.886 13.5209 128.943 9.58389 131.7 13.3692C131.587 14.704 132.85 14.9457 133.975 14.3078C136.54 13.5265 137.031 12.9814 138.384 10.8569C139.977 10.0307 142.939 9.58951 140.436 11.6128C138.497 13.0179 141.265 16.6683 142.17 17.5478C143.548 17.9272 143.675 15.8421 144.715 15.4543C146.79 13.8947 150.165 13.0994 152.806 14.2291C155.095 15.5442 157.243 18.7984 156.803 13.7345C159.391 14.4483 155.292 21.7181 158.047 21.513C160.028 20.8245 161.215 19.0991 163.625 19.2733C164.694 20.3046 166.205 19.8156 167.192 20.9762C167.93 21.5692 166.14 21.6535 166.126 22.2043C166.707 23.615 167.648 20.8329 168.429 20.9846C170.346 20.7598 172.037 19.7257 173.822 18.6972C175.835 17.7727 178.169 15.0356 176.277 13.2118C173.503 10.7136 176.156 5.3743 179.559 3.52241C181.134 2.09486 183.705 2.06394 185.555 3.14866C187.305 2.8536 189.174 2.59225 191.103 2.82549C193.363 4.11815 197.578 1.07195 199.816 3.17394C202.875 2.74118 205.065 0.588612 208.347 0.226103C214.402 -1.42907 220.074 6.622 216.254 4.50034C216.26 5.62159 217.85 6.37752 217.435 7.77136C217.243 10.5675 221.703 7.77978 222.56 9.99417C223.603 11.936 223.939 14.8838 222.633 16.7891C222.064 19.5346 224.212 19.9646 225.918 20.9369C230.188 23.8594 230.654 29.5219 229.312 34.9146C229.413 36.0161 228.136 36.4882 227.674 37.3453C227.725 40.1695 227.629 43.2663 228.396 45.6381C229.732 48.3358 227.829 50.2692 224.937 50.7525C225.861 51.7305 228.063 49.3475 227.57 51.427L227.555 51.4326ZM130.386 16.3395C134.026 12.6779 126.042 13.8244 128.306 15.0918C128.7 15.6932 129.6 17.7165 130.386 16.3395ZM111.676 14.2459C110.301 15.2829 113.218 15.0496 113.41 14.2572C113.334 13.4787 111.783 13.6136 111.676 14.2459ZM211.495 42.1563C211.298 42.117 210.92 42.3081 211.247 42.4907C211.574 42.1057 211.839 42.2097 212.279 41.9624C212.22 41.5353 211.442 41.7545 211.495 42.1563ZM216.984 9.08932C216.883 8.5048 215.721 8.77176 216.446 9.06683C217.052 8.81673 216.857 9.39842 217.232 9.49959C217.632 9.37875 217.266 9.03592 216.984 9.08932ZM200.91 38.7392C198.923 39.6215 197.135 39.5316 197.375 36.7833C195.526 35.0691 198.156 31.9133 196.25 30.7302C194.787 30.6656 198.252 29.0582 197.099 28.1477C195.805 27.9285 195.884 30.6122 194.556 30.1401C193.558 29.4544 193.834 30.8146 193.868 31.2895C192.912 31.7447 192.326 29.5978 191.48 30.0165C188.932 30.7696 188.269 30.216 189.496 33.5151C191.43 35.1225 186.46 34.7207 185.126 36.1285C181.859 37.9804 184.548 37.4268 186.31 36.6793C189.62 35.0326 193.53 40.8074 198.601 39.585C199.097 39.4501 199.188 40.1527 199.67 39.9756C200.338 39.7564 200.518 40.5939 201.209 40.3859C201.508 39.6806 202.164 36.8901 200.91 38.7335V38.7392ZM152.49 24.3709C156.488 22.6736 150.289 23.6908 148.952 23.5559C148.501 24.295 152.09 25.5371 152.49 24.3709ZM157.159 26.0148C158.407 26.5712 158.864 24.7671 158.01 24.3653C159.284 22.8309 162.269 25.7141 164.291 24.3456C164.981 23.1822 163.031 23.2271 162.489 22.7579C162.114 23.2328 162.061 23.8819 161.331 23.2524C159.188 22.3363 156.124 23.1962 155.67 20.2962C154.055 23.9606 159.518 22.5555 158.858 23.4885C158.03 23.8482 154.117 22.8141 154.974 23.8988C157.979 23.348 154.576 26.5178 157.159 26.012V26.0148ZM159.231 32.8322C167.538 36.0555 156.6 28.9851 149.654 34.5605C146.852 36.8985 155.65 31.652 159.231 32.8322ZM139.717 35.7969C137.871 34.4143 136.343 36.5725 134.389 37.3791C133.332 38.0675 130.485 39.2309 133.414 38.4076C136.165 36.6709 139.029 35.4148 141.127 38.7251C142.012 38.7251 140.473 35.7604 139.717 35.7997V35.7969ZM171.984 30.2891C172.153 31.1995 173.264 30.3424 173.766 30.8061C174.465 31.1293 175.107 31.5086 175.804 31.5396C175.784 31.9583 176.19 32.0173 176.492 31.8768C176.632 31.4693 175.547 30.5504 175.167 30.3228C173.602 29.8563 172.48 28.2011 170.904 27.9707C168.767 28.7098 167.008 29.0919 164.866 28.336C164.014 31.8824 170.101 29.3561 171.984 30.2891ZM185.622 16.7048C185.484 18.8349 187.717 25.6242 190.2 23.3002C186.806 16.1456 185.504 8.87012 194.223 4.81789C189.6 3.75003 186.245 12.4053 185.622 16.7048ZM168.392 38.7504C171.341 39.1466 165.54 35.8812 164.871 35.7913C164.612 37.247 166.96 38.6886 168.392 38.7504ZM214.134 42.5919C212.443 42.7408 210.435 44.0279 210.233 45.7449C211.047 45.8769 212.116 43.359 213.584 43.2157C213.928 42.8392 215.749 42.7998 214.134 42.5919ZM190.722 43.0022C191.523 42.4907 194.057 41.6561 193.899 40.8608C192.583 40.9564 191.72 42.5947 190.339 41.7404C190.195 41.8697 190.229 42.027 190.375 42.1338C190.815 42.3502 189.634 43.0499 190.722 43.0022ZM144.876 41.7292C144.924 41.1418 144.056 41.0238 143.619 40.8102C141.31 40.4168 144.642 44.2527 144.876 41.7292ZM225.072 24.902C225.018 24.0983 222.577 22.0553 222.718 23.5054C223.299 23.8538 224.835 25.5708 225.072 24.902ZM214.275 44.2414C214.74 44.0953 216.279 43.5052 215.955 43.0415C215.518 43.064 212.925 44.1094 214.275 44.2414ZM152.888 26.4841C152.609 26.4953 151.171 26.4054 151.895 26.8438C153.012 27.1557 155.273 26.4757 152.888 26.4841ZM208.065 46.7678C207.915 47.223 208.307 48.097 208.516 47.3298C208.803 46.4755 208.039 45.2756 208.065 46.7678ZM127.624 35.7492C127.102 35.5693 126.705 36.2128 127.398 36.1875C128.103 36.3477 128.582 35.7239 127.624 35.7492ZM222.318 15.7466C222.493 15.5414 222.532 15.1677 222.273 15.1901C222.149 15.3616 222.18 15.5302 222.318 15.7466ZM215.126 8.21816C215.358 8.20411 215.298 7.83317 215.073 7.8978C214.878 7.9259 214.929 8.25188 215.126 8.21816ZM132.478 29.6315C132.478 29.401 132.092 29.4404 132.137 29.668C132.142 29.8956 132.517 29.8647 132.478 29.6315ZM196.851 27.5688C196.879 27.7234 197.051 27.729 197.07 27.5885C197.056 27.4536 196.899 27.462 196.851 27.5688Z"
21
+ fill="#CADB00"
22
+ />
23
+ <path
24
+ d="M180.472 55.682C184.402 52.8915 191.139 52.1805 194.099 56.5475C194.373 56.8004 194.48 58.7816 194.956 57.9638C195.041 57.2023 195.252 57.784 195.641 57.6969C195.932 57.34 194.911 56.8426 195.681 56.5335C199.018 52.2143 203.825 57.1629 206.757 59.4167C206.695 57.9976 201.135 55.6483 204.656 55.6567C207.098 54.7322 208.352 52.4531 211.431 53.5716C214.241 55.2211 217.472 56.4604 218.723 59.4869C218.791 62.1734 216.277 56.2243 216.324 58.5792C217.731 60.4958 217.692 62.9434 216.592 65.1044C215.755 65.8744 217.21 65.585 217.382 66.0908C217.9 66.8692 217.184 70.9411 216.587 68.9431C215.772 67.7797 216.835 67.9202 216.248 67.5605C215.868 67.4593 215.501 67.3778 216.028 66.9422C216.381 65.8069 215.606 67.2148 214.819 65.9278C212.874 65.4304 217.568 68.9768 215.778 69.1229C214.904 68.4991 215.845 70.6067 214.501 70.0334C212.138 64.5255 212.99 71.7757 213.159 73.7568C213.012 75.6677 211.777 69.3365 210.881 68.9431C210.117 70.8118 211.918 72.3995 211.915 74.2655C212.561 75.9516 211.013 78.3346 209.646 78.9809C209.277 78.8629 209.579 76.4406 208.893 77.6461C208.366 79.4109 202.951 86.7369 203.368 82.9798C202.756 82.3278 201.716 85.3768 201 84.0841C198.362 83.154 200.053 79.7368 197.448 78.8966C194.525 75.0158 197.352 77.1009 198.643 74.3133C199.489 73.5292 198.951 72.5288 198.748 73.6641C197.646 75.2069 195.87 75.6312 194.539 74.0519C193.73 72.9869 192.427 73.8243 191.494 73.147C191.103 72.9222 190.674 71.1293 190.158 72.1157C189.795 72.8604 188.529 71.6577 188.103 71.4525C187.911 70.3594 186.947 70.1711 188.709 69.6596C189.654 69.3393 187.787 68.9234 188.498 68.2715C188.633 67.4397 188.988 68.4569 189.4 68.3923C189.341 69.3084 190.31 68.2799 189.394 68.3979C189.298 67.6195 188.269 67.2991 187.692 67.0743C186.795 66.043 183.049 67.4425 183.376 66.1638C183.626 65.5091 184.458 65.5006 185.016 64.992C185.338 64.3766 185.073 63.4211 186.076 63.2862C187.996 62.5415 186.911 62.7607 186.065 61.7491C185.256 60.3271 179.37 61.9936 182.547 60.4592C182.237 60.1586 181.163 60.1248 181.309 60.729C178.961 60.33 182.065 59.6527 182.674 59.2958C181.002 58.0032 179.514 61.0016 179.009 62.3898C177.456 54.1842 188.174 57.4636 190.251 61.603C191.991 67.538 188.594 62.9321 186.885 65.2927C188.233 66.0851 189.772 66.7961 191.1 67.8696C192.884 67.5043 191.393 64.1602 191.142 62.8675C191.162 62.505 191.007 62.3617 190.654 62.4123C190.604 62.1088 190.976 61.6423 190.33 61.5636C190.426 60.9847 189.975 60.4255 189.42 60.3356C189.214 58.2785 186.781 58.0734 185.617 57.1236C187.291 56.2777 189.332 58.1071 190.231 58.0228C189.778 57.3512 189.267 57.3596 188.656 56.9297C187.528 56.7751 185.665 55.918 184.695 56.8566C183.784 57.1489 182.848 56.2075 181.828 56.525C179.308 57.9076 177.272 60.1389 180.464 55.6848L180.472 55.682ZM207.642 61.1618C207.456 61.8418 208.197 62.3392 208.093 61.3838C207.862 60.9454 207.698 61.3219 207.521 60.7318C206.962 60.6363 207.216 61.2798 207.642 61.159V61.1618ZM194.494 68.4063C193.578 69.373 192.887 67.7741 192.01 68.5806C192.983 69.4292 194.976 69.3084 195.824 68.3838C200.363 68.4063 196.614 67.4987 194.491 68.4091L194.494 68.4063ZM207.239 64.4749C207.055 63.9045 205.987 63.3958 205.606 63.9438C206.759 64.5227 208.076 65.0932 208.984 66.2538C210.142 67.0322 208.172 64.2108 207.239 64.4749ZM200.056 67.9848C200.369 68.3164 200.591 71.7251 200.82 69.6625C202.709 69.5304 200.659 67.8949 203.32 67.7853C201.347 66.8579 202.711 67.4677 203.706 66.9029C202.745 66.2818 200.185 66.9422 200.056 67.9848ZM198.742 65.4248C198.629 66.7961 203.334 64.2164 201.722 64.1068C201.183 62.6315 199.021 63.7415 199.453 62.8001C198.782 61.4147 196.149 61.2348 194.97 60.8386C194.697 62.4769 200.555 63.5841 199.154 64.1855C196.648 63.9607 196.831 64.3344 198.739 65.4276L198.742 65.4248ZM207.244 66.2453C206.714 64.9245 203.749 64.5002 202.615 65.6074C203.199 65.7507 209.096 66.7511 207.244 66.2453ZM216.164 62.8226C216.42 61.6788 215.639 59.22 214.089 60.0771C213.906 60.6784 216.11 64.5452 216.164 62.8226ZM195.337 66.6837C195.667 66.3943 199.142 66.2341 198.057 65.8435C196.445 65.8856 193.592 62.817 193.659 66.22C193.767 66.8608 194.948 67.5998 195.334 66.6837H195.337ZM207.199 68.8672C207.281 68.1029 206.497 66.5938 205.652 67.2345C206.072 67.6054 207.07 70.736 207.199 68.8672ZM214.12 61.6086C214.148 61.173 213.517 60.5716 213.218 60.8358C213.178 61.1899 214.013 62.713 214.12 61.6086ZM208.268 55.6707C207.817 55.5471 207.357 56.0614 207.989 56.1344C208.679 56.3086 209.271 55.6454 208.268 55.6707ZM215.124 64.1574C215.794 64.0675 214.636 62.9771 214.506 63.4801C214.492 63.5644 215.036 64.1602 215.124 64.1574ZM208.099 72.1438C208.053 72.5176 208.527 72.571 208.465 72.1326C208.575 71.7083 208.025 71.6717 208.099 72.1438ZM215.95 65.3966C216.251 65.4332 216.229 64.9218 215.935 64.9695C215.682 64.9667 215.676 65.4247 215.95 65.3966Z"
25
+ fill="#CADB00"
26
+ />
27
+ <path
28
+ d="M87.0886 27.8137C94.156 27.7013 90.5701 30.6379 95.2159 25.5881C108.248 22.8426 91.3087 31.037 90.5391 34.87C87.8075 36.4577 91.1565 33.2261 90.9366 31.8603C89.9838 30.9779 90.993 30.652 91.3651 29.7949C92.738 27.9486 87.6355 29.2019 87.0858 27.8165L87.0886 27.8137Z"
29
+ fill="#CADB00"
30
+ />
31
+ <path
32
+ d="M121.472 20.996C121.43 20.5605 121.687 20.0996 121.072 20.0996C121.357 19.1273 122.608 18.7423 123.547 18.8547C123.172 20.8836 120.852 22.966 122.366 25.408C120.762 28.8167 121.376 23.0165 120.229 22.3252C120.686 21.7407 121.41 21.5777 121.472 20.996Z"
33
+ fill="#CADB00"
34
+ />
35
+ <path
36
+ d="M152.969 4.83222C153.088 5.44202 150.554 7.42317 150.926 6.14737C152.705 5.2144 150.241 4.11001 151.117 2.95223C152.361 2.19911 153.767 4.05943 152.969 4.83222Z"
37
+ fill="#CADB00"
38
+ />
39
+ <path
40
+ d="M117.531 21.3754C118.084 21.2237 119.784 21.5946 119.048 22.1679C117.56 22.6484 114.38 21.3333 117.531 21.3754Z"
41
+ fill="#CADB00"
42
+ />
43
+ <path
44
+ d="M104.538 22.9971C101.998 23.4917 102.909 21.8843 104.857 22.2356C106.188 22.407 104.299 22.5897 104.538 22.9971Z"
45
+ fill="#CADB00"
46
+ />
47
+ <path
48
+ d="M145.665 44.2133C146.942 46.0427 150.751 43.5052 152.056 44.2049C151.354 44.9973 141.922 48.1531 145.665 44.2133Z"
49
+ fill="#CADB00"
50
+ />
51
+ <path
52
+ d="M152.073 42.1144C155.039 42.7552 145.152 45.0651 145.778 43.8595C147.83 43.1991 150.122 42.6175 152.073 42.1144Z"
53
+ fill="#CADB00"
54
+ />
55
+ <path
56
+ d="M194.491 51.0424C194.254 51.6578 192.884 51.506 193.38 50.7642C193.848 50.3426 194.023 51.2475 194.491 51.0424Z"
57
+ fill="#CADB00"
58
+ />
59
+ <path
60
+ d="M195.416 52.7169C194.973 52.8461 194.891 52.2335 194.494 52.2672C194.502 51.3905 195.788 52.079 195.416 52.7169Z"
61
+ fill="#CADB00"
62
+ />
63
+ <path
64
+ d="M193.022 50.2102C193.189 50.2045 193.194 50.4827 193.022 50.4434C192.901 50.4125 192.867 50.2214 193.022 50.2102Z"
65
+ fill="#CADB00"
66
+ />
67
+ <path
68
+ d="M197.457 54.3272C195.94 54.9904 195.047 56.5079 193.831 55.2264C193.451 54.5717 195.588 53.6949 194.987 55.1815C195.357 55.3979 196.388 54.1951 195.374 54.3244C195.495 53.6528 196.202 54.0911 196.442 54.4171C196.634 54.1502 197.44 53.6331 197.454 54.3272H197.457Z"
69
+ fill="#CADB00"
70
+ />
71
+ <path
72
+ d="M195.309 53.9646C194.347 53.5824 193.798 54.8554 192.862 54.2512C190.237 53.321 195.357 53.13 195.309 53.9646Z"
73
+ fill="#CADB00"
74
+ />
75
+ <path
76
+ d="M193.231 52.6804C195.421 52.9782 191.379 53.5206 191.165 52.8715C190.987 51.8823 192.34 53.0963 193.231 52.6804Z"
77
+ fill="#CADB00"
78
+ />
79
+ <path
80
+ d="M198.396 53.5347C198.793 53.4842 198.99 53.9956 198.48 53.9394C198.229 53.8664 198.339 53.6893 198.396 53.5347Z"
81
+ fill="#CADB00"
82
+ />
83
+ <path
84
+ d="M161.632 24.3007C161.393 24.3119 161.396 23.9578 161.635 23.9887C161.878 23.9634 161.869 24.3147 161.632 24.3007Z"
85
+ fill="#CADB00"
86
+ />
87
+ <path
88
+ d="M205.59 50.129C205.59 49.2298 206.853 49.1511 207.645 49.3899C207.476 49.9379 206.156 50.0447 205.59 50.129Z"
89
+ fill="#CADB00"
90
+ />
91
+ <path
92
+ d="M1.6408 83.2518C2.35133 82.4078 2.69057 81.4903 4.03999 81.5788C4.58089 81.4997 4.94087 80.1772 5.65516 80.5917C6.26768 80.6557 6.78031 80.6519 7.23074 81.1286C7.75091 81.187 9.06453 80.6971 8.90622 81.8388C7.89603 83.297 5.34419 83.3648 3.9401 83.7171C5.49496 85.2318 7.4456 82.7827 8.71963 82.7921C10.723 85.6557 9.68459 85.7706 7.03851 85.0396C7.33252 85.8817 8.70456 85.8459 9.53381 85.797C10.4309 85.456 10.5553 85.5483 10.0823 84.6835C9.56585 84.1598 9.78636 83.0389 9.26807 82.6885C9.13238 81.2586 11.7898 84.6233 13.207 84.1372C13.0996 84.401 14.0646 84.6515 14.106 84.3934C14.8806 84.2578 14.5998 84.6704 14.6752 85.2487C14.5923 85.5106 14.743 85.5426 14.9447 85.5238C14.9315 85.9062 15.103 86.6108 15.6175 86.6937C15.8267 87.1138 17.0197 86.997 16.443 86.6504C15.5685 86.4281 15.1501 85.9364 14.924 85.2374C14.8957 84.5686 15.5629 85.5313 16.0642 85.2506C16.4562 85.0472 16.3337 84.416 16.6221 84.0694C16.4788 83.5871 17.6737 84.0581 17.4023 83.5588C14.5056 84.3897 12.2817 83.9225 9.7939 82.4078C9.77505 81.3923 7.39471 79.9059 8.08073 79.3822C9.24734 80.4767 11.3224 81.5543 12.6548 82.3908C13.0695 82.291 13.5387 82.9503 14.0457 82.598C14.8486 81.7672 15.4969 81.5468 16.3318 80.9665C18.0978 80.4221 16.8218 80.9666 18.3937 81.8237C19.2813 81.0928 19.3605 80.7235 20.6138 81.3885C20.3386 81.982 17.1008 83.7717 19.696 83.1142C22.3797 81.3057 20.0126 84.1448 23.2957 84.3162C24.4736 84.0713 21.0755 82.9126 21.4525 81.8576C22.4495 81.8332 22.5833 83.6926 23.7424 83.5155C23.5445 84.3237 25.3462 84.5272 24.9825 84.6835C24.8204 85.0585 26.0586 85.3241 26.1849 85.9025C26.232 86.2246 25.7778 86.2849 25.7137 86.5223C25.8023 86.8105 26.0699 86.592 26.0548 86.3753C27.0801 86.7238 27.1103 83.0822 27.6738 84.855C27.6945 85.4767 27.0386 86.4111 27.5456 86.9631C28.0093 86.7842 27.8095 84.0393 28.2486 84.5046C29.5773 85.667 31.2471 86.2114 31.6504 87.9333C31.7334 92.1552 26.9048 91.4205 24.5565 91.0776C25.8947 91.8331 28.7443 92.2607 30.0108 91.2453C34.8261 88.4401 28.8272 85.6575 33.7236 85.277C34.4285 84.9417 34.2796 84.2446 35.2313 84.5347C36.3621 84.1429 37.9735 83.7265 39.1929 84.0223C41.6015 83.508 49.634 79.6648 50.7045 82.7167C50.9382 83.3403 51.0305 82.3098 50.9872 82.0743C51.1662 81.4846 53.6502 80.7122 53.2337 81.8275C50.9288 86.7107 54.2948 85.4654 49.3117 87.6696C49.9261 87.9013 52.1745 87.6451 50.9702 88.6624C50.8195 87.5867 49.176 88.1255 50.5518 88.9149C51.251 91.0079 46.0173 90.0057 46.6185 91.2095C46.4677 92.1665 44.4624 90.8911 43.7463 90.9571C45.2088 92.4529 48.7821 95.3523 51.1888 93.3063C51.0607 92.9842 50.0411 93.5173 50.6819 92.8127C50.6423 92.4699 51.2303 91.9687 50.5763 92.0366C45.9419 91.6579 52.7757 92.1892 53.9537 91.185C54.9997 90.5482 55.5085 89.3256 56.7449 88.9714C57.1143 88.3309 58.3563 89.0468 58.0641 87.9013C58.0227 87.5396 57.8248 87.0027 57.51 86.8915C59.1874 85.8573 59.325 89.5328 60.043 90.0302C60.2202 90.8365 61.5677 90.39 61.2662 91.5034C62.3423 92.2363 62.4347 89.4122 61.9522 88.7246C58.1904 80.9553 54.4719 88.4853 53.8274 85.0151C53.8255 83.2499 53.7068 78.6926 54.2345 82.6414C54.5756 80.7819 55.6876 80.6048 57.4328 81.2605C59.5436 83.1029 61.9974 79.6855 60.9307 82.0103C62.3574 81.7484 60.9496 79.7175 63.1716 81.3867C66.336 81.4036 62.7852 84.5366 66.7996 82.5509C67.1652 81.9443 67.0691 81.1135 67.5101 80.7555C67.5365 80.4654 67.0257 80.3863 67.2463 80.1169C68.7578 78.7002 68.6975 81.1832 68.918 82.2005C69.1517 85.326 73.3884 83.0313 75.1016 83.4175C77.6873 84.5818 75.9026 84.2163 74.2459 84.9586C72.8814 85.65 70.4182 87.0159 71.7092 88.9262C73.9331 89.8192 74.1272 92.0366 72.8211 93.9261C72.6703 95.0885 71.9975 93.847 71.4434 94.6006C71.4208 95.0716 70.9082 94.6816 70.8196 95.0659C70.8045 95.1827 70.6707 95.1375 70.5878 95.1507C67.3424 95.032 68.5278 97.1722 67.4159 99.448C65.207 102.195 69.9828 98.0482 67.1991 101.997C65.9741 103.905 63.0547 102.743 62.625 104.796C63.3883 106.624 66.9692 102.176 69.1705 103.945C69.7793 103.866 70.518 104.655 69.9432 105.137C69.0668 105.765 70.4954 106.793 70.8328 105.972C71.2267 105.808 71.1796 106.223 71.1513 106.484C71.2568 107.285 72.0371 107.097 72.5516 106.776C74.2177 107.344 76.3869 107.869 77.6817 106.59C78.7522 106.396 80.4013 104.099 79.6832 103.425C79.5946 102.372 78.2509 102.042 77.9305 101.076C77.9003 98.9676 78.0643 98.766 78.8841 100.578C80.6293 101.1 80.8951 101.102 81.0835 103.137C81.843 104.15 81.9599 100.748 81.2343 100.573C80.8347 98.5889 83.4281 102.393 82.661 103.176C82.3651 103.664 82.1314 103.913 82.1898 104.512C79.7115 108.694 83.2792 109.744 81.6414 109.648C79.7247 107.615 81.4115 107.637 78.7673 109.467C78.1811 109.955 77.9776 108.934 77.3594 109.054C76.6206 108.099 74.6474 108.679 73.3375 108.53C70.9496 108.668 67.5685 111.307 65.7253 108.77C65.8007 107.875 64.9564 107.713 64.2044 108.14C62.4893 108.664 62.1614 109.03 61.2568 110.454C60.1919 111.008 58.2111 111.304 59.8847 109.947C61.1814 109.005 59.3306 106.558 58.7257 105.968C57.804 105.714 57.7192 107.112 57.0238 107.372C55.6367 108.417 53.3807 108.951 51.6148 108.193C50.0844 107.312 48.6483 105.13 48.9423 108.525C47.2122 108.046 49.9525 103.173 48.1112 103.31C46.7862 103.772 45.9928 104.928 44.3814 104.812C43.6671 104.12 42.6569 104.448 41.9973 103.67C41.5035 103.272 42.7003 103.216 42.7097 102.847C42.3215 101.901 41.692 103.766 41.1699 103.664C39.8884 103.815 38.7575 104.508 37.5645 105.198C36.2189 105.818 34.6584 107.653 35.923 108.875C37.7775 110.55 36.004 114.129 33.7292 115.371C32.6757 116.328 30.9569 116.349 29.7205 115.622C28.5502 115.819 27.3006 115.995 26.0115 115.838C24.5 114.972 21.6824 117.014 20.186 115.605C18.1411 115.895 16.6767 117.338 14.483 117.581C10.4347 118.69 6.64273 113.293 9.19646 114.715C9.19269 113.964 8.12973 113.457 8.40678 112.522C8.53494 110.648 5.55339 112.517 4.98044 111.032C4.28312 109.73 4.05884 107.754 4.93144 106.477C5.31215 104.636 3.87603 104.348 2.7358 103.696C-0.119479 101.737 -0.430451 97.9408 0.466653 94.3255C0.398805 93.587 1.25256 93.2705 1.56165 92.6959C1.52772 90.8026 1.5918 88.7265 1.07917 87.1364C0.185837 85.3279 1.45799 84.0317 3.39166 83.7077C2.77349 83.0521 1.30156 84.6497 1.63138 83.2555L1.6408 83.2518ZM66.6036 106.778C64.1705 109.233 69.5079 108.464 67.9945 107.615C67.7306 107.212 67.1294 105.855 66.6036 106.778ZM79.1122 108.182C80.0319 107.487 78.0812 107.643 77.9531 108.174C78.004 108.696 79.0405 108.606 79.1122 108.182ZM12.3778 89.4706C12.5097 89.497 12.7623 89.3689 12.5436 89.2464C12.325 89.5045 12.1479 89.4348 11.8538 89.6006C11.8934 89.887 12.4136 89.74 12.3778 89.4706ZM8.70833 111.639C8.77618 112.031 9.55266 111.852 9.0683 111.654C8.6631 111.822 8.79314 111.432 8.54248 111.364C8.27485 111.445 8.51986 111.675 8.70833 111.639ZM19.4547 91.7615C20.7834 91.1699 21.9783 91.2302 21.8181 93.0727C23.0545 94.2219 21.2961 96.3376 22.5701 97.1307C23.5482 97.1741 21.232 98.2517 22.0028 98.8621C22.8679 99.009 22.8151 97.2099 23.7028 97.5264C24.37 97.986 24.1853 97.0742 24.1626 96.7558C24.8015 96.4506 25.1936 97.89 25.759 97.6092C27.4627 97.1044 27.9056 97.4755 27.0858 95.2637C25.7929 94.1861 29.1156 94.4555 30.007 93.5117C32.1913 92.2702 30.3934 92.6413 29.2154 93.1424C27.0028 94.2464 24.3888 90.3749 20.9983 91.1944C20.6666 91.2849 20.6063 90.8139 20.284 90.9326C19.8373 91.0795 19.7167 90.5181 19.255 90.6575C19.0552 91.1304 18.6161 93.0011 19.4547 91.7653V91.7615ZM51.8259 101.394C49.1534 102.532 53.2978 101.85 54.1911 101.94C54.4927 101.445 52.0935 100.612 51.8259 101.394ZM48.7048 100.292C47.8699 99.919 47.5646 101.128 48.1357 101.398C47.2838 102.426 45.2879 100.494 43.9366 101.411C43.4749 102.191 44.7791 102.161 45.1409 102.475C45.3916 102.157 45.4274 101.722 45.9155 102.144C47.3479 102.758 49.3965 102.182 49.7 104.126C50.7799 101.669 47.1274 102.611 47.5684 101.986C48.1225 101.744 50.7384 102.438 50.1655 101.711C48.1564 102.08 50.4312 99.9547 48.7048 100.294V100.292ZM47.3196 95.7215C41.7655 93.5607 49.078 98.3006 53.7218 94.5629C55.5952 92.9955 49.7131 96.5128 47.3196 95.7215ZM60.3653 93.734C61.5998 94.6609 62.6213 93.214 63.9273 92.6733C64.6341 92.2118 66.5376 91.4318 64.5794 91.9838C62.74 93.1481 60.8252 93.9902 59.423 91.7709C58.8312 91.7709 59.8602 93.7585 60.3653 93.7321V93.734ZM38.7934 97.4265C38.6803 96.8161 37.9377 97.3907 37.6022 97.0799C37.1348 96.8632 36.7051 96.6089 36.2396 96.5882C36.2528 96.3074 35.9814 96.2679 35.7798 96.3621C35.6855 96.6352 36.4111 97.2513 36.6656 97.4039C37.7116 97.7166 38.4617 98.8263 39.5152 98.9807C40.9438 98.4853 42.1198 98.2291 43.5522 98.7358C44.1213 96.3583 40.0523 98.052 38.7934 97.4265ZM29.6753 106.533C29.7677 105.105 28.275 100.554 26.6146 102.112C28.8837 106.908 29.7545 111.786 23.9252 114.502C27.016 115.218 29.2588 109.416 29.6753 106.533ZM41.1944 91.754C39.2231 91.4883 43.1017 93.6775 43.5484 93.7378C43.7218 92.7619 42.1518 91.7954 41.1944 91.754ZM10.6137 89.1786C11.7445 89.0788 13.0864 88.2159 13.2221 87.0648C12.6774 86.9763 11.9632 88.6643 10.9812 88.7604C10.7513 89.0128 9.53381 89.0392 10.6137 89.1786ZM26.2659 88.9036C25.7307 89.2464 24.0364 89.806 24.1419 90.3391C25.0221 90.2751 25.5988 89.1767 26.5223 89.7495C26.6184 89.6628 26.5958 89.5573 26.4977 89.4857C26.2037 89.3406 26.9934 88.8715 26.2659 88.9036ZM56.9164 89.757C56.8843 90.1507 57.4648 90.2299 57.7569 90.373C59.3005 90.6368 57.0728 88.0652 56.9164 89.757ZM3.3012 101.038C3.33701 101.577 4.96914 102.946 4.8749 101.974C4.48666 101.741 3.45951 100.59 3.3012 101.038ZM10.5195 88.0727C10.2085 88.1707 9.1795 88.5663 9.39623 88.8772C9.68836 88.8621 11.4223 88.1613 10.5195 88.0727ZM51.5601 99.9773C51.7467 99.9698 52.7079 100.03 52.2235 99.7362C51.4772 99.5271 49.9657 99.983 51.5601 99.9773ZM14.6714 86.3791C14.7713 86.0739 14.5093 85.488 14.3699 86.0023C14.1776 86.575 14.6884 87.3795 14.6714 86.3791ZM68.4506 93.766C68.7992 93.8866 69.065 93.4552 68.6013 93.4721C68.1302 93.3647 67.8098 93.783 68.4506 93.766ZM5.14253 107.176C5.02568 107.313 4.99929 107.564 5.17268 107.549C5.25561 107.434 5.23488 107.321 5.14253 107.176ZM9.95033 112.223C9.79578 112.232 9.83536 112.481 9.98614 112.438C10.1162 112.419 10.0823 112.2 9.95033 112.223ZM65.2052 97.8673C65.2052 98.0218 65.4634 97.9954 65.4332 97.8428C65.4294 97.6903 65.1788 97.711 65.2052 97.8673ZM22.1687 99.2502C22.1498 99.1465 22.0348 99.1428 22.0217 99.237C22.0311 99.3274 22.1366 99.3217 22.1687 99.2502Z"
93
+ fill="#CADB00"
94
+ />
95
+ <path
96
+ d="M33.1186 80.403C30.4914 82.2737 25.987 82.7503 24.0081 79.8227C23.8253 79.6532 23.7537 78.325 23.4352 78.8732C23.3786 79.3837 23.2373 78.9938 22.9772 79.0522C22.7831 79.2914 23.4653 79.6249 22.9508 79.8321C20.7194 82.7277 17.506 79.4101 15.5459 77.8992C15.5874 78.8506 19.304 80.4256 16.95 80.4199C15.3179 81.0397 14.4792 82.5676 12.4211 81.8178C10.5421 80.7119 8.38229 79.8811 7.54549 77.8521C7.50026 76.0511 9.18139 80.0394 9.14935 78.4606C8.2089 77.1758 8.23528 75.5349 8.97031 74.0861C9.53005 73.5699 8.55756 73.764 8.4426 73.4248C8.09582 72.903 8.57452 70.1732 8.97407 71.5127C9.51874 72.2926 8.80822 72.1984 9.20024 72.4396C9.45467 72.5074 9.69967 72.562 9.34724 72.854C9.11166 73.6151 9.62994 72.6713 10.1558 73.5341C11.4562 73.8676 8.31821 71.4901 9.51498 71.3921C10.0992 71.8103 9.46974 70.3974 10.3687 70.7817C11.9481 74.4742 11.3789 69.6137 11.2658 68.2855C11.3638 67.0044 12.1893 71.2489 12.7887 71.5127C13.2994 70.2598 12.0951 69.1954 12.097 67.9445C11.6654 66.8141 12.7001 65.2165 13.6141 64.7832C13.861 64.8624 13.6594 66.4863 14.1173 65.6781C14.4698 64.495 18.0902 59.5836 17.8113 62.1024C18.2203 62.5395 18.9157 60.4954 19.3944 61.362C21.1585 61.9856 20.0277 64.2765 21.7691 64.8398C23.7235 67.4415 21.8332 66.0436 20.97 67.9125C20.4046 68.4381 20.7646 69.1088 20.9003 68.3476C21.6372 67.3134 22.8245 67.0289 23.7141 68.0877C24.255 68.8017 25.1257 68.2403 25.7495 68.6943C26.0115 68.845 26.298 70.047 26.6429 69.3857C26.886 68.8865 27.7322 69.6928 28.0168 69.8303C28.145 70.5632 28.7895 70.6894 27.6116 71.0323C26.9802 71.247 28.2279 71.5258 27.753 71.9629C27.6625 72.5206 27.425 71.8386 27.1499 71.8819C27.1894 71.2677 26.5411 71.9573 27.1536 71.8781C27.2177 72.4 27.9056 72.6148 28.292 72.7655C28.8913 73.4569 31.396 72.5187 31.1774 73.3759C31.0097 73.8148 30.4537 73.8205 30.0805 74.1615C29.8657 74.5741 30.0428 75.2146 29.3719 75.305C28.0884 75.8043 28.814 75.6573 29.3794 76.3355C29.9203 77.2888 33.8555 76.1716 31.7315 77.2003C31.9388 77.4018 32.6569 77.4245 32.5589 77.0194C34.1288 77.2869 32.0538 77.7409 31.6467 77.9802C32.7643 78.8468 33.7594 76.8367 34.0968 75.906C35.1352 81.4071 27.9697 79.2085 26.5807 76.4335C25.4178 72.4546 27.6889 75.5424 28.831 73.9599C27.9301 73.4286 26.9011 72.952 26.0134 72.2323C24.8204 72.4772 25.8174 74.7191 25.9851 75.5857C25.9719 75.8288 26.0756 75.9248 26.3112 75.8909C26.3451 76.0944 26.0963 76.4071 26.5279 76.4599C26.4638 76.848 26.7654 77.2229 27.1367 77.2832C27.2742 78.6622 28.9007 78.7997 29.6791 79.4365C28.5596 80.0036 27.1951 78.7771 26.5939 78.8336C26.8973 79.2839 27.2384 79.2783 27.6474 79.5665C28.4013 79.6701 29.647 80.2447 30.2954 79.6155C30.9041 79.4195 31.5298 80.0507 32.2121 79.8378C33.897 78.9109 35.2577 77.415 33.1243 80.4011L33.1186 80.403ZM14.9541 76.7293C15.0785 76.2734 14.5829 75.9399 14.6526 76.5804C14.8071 76.8743 14.9164 76.6219 15.0352 77.0175C15.4083 77.0816 15.2387 76.6502 14.9541 76.7312V76.7293ZM23.7443 71.8725C24.3568 71.2244 24.8185 72.2964 25.4046 71.7557C24.7544 71.1867 23.422 71.2678 22.8547 71.8876C19.8204 71.8725 22.327 72.481 23.7461 71.8706L23.7443 71.8725ZM15.2236 74.5081C15.3462 74.8905 16.0604 75.2315 16.3149 74.8642C15.544 74.4761 14.6639 74.0937 14.057 73.3156C13.2824 72.7937 14.5998 74.6852 15.2236 74.5081ZM20.0258 72.1551C19.8166 71.9328 19.6677 69.6476 19.515 71.0304C18.2523 71.1189 19.6225 72.2154 17.8433 72.2888C19.1626 72.9105 18.2504 72.5017 17.5851 72.8804C18.2278 73.2968 19.9391 72.854 20.0258 72.1551ZM20.9041 73.8713C20.9794 72.952 17.8339 74.6814 18.912 74.7549C19.2719 75.744 20.7175 74.9998 20.4291 75.631C20.8777 76.5597 22.638 76.6803 23.4257 76.9459C23.6086 75.8476 19.6922 75.1053 20.6289 74.7022C22.3044 74.8529 22.1819 74.6023 20.9059 73.8695L20.9041 73.8713ZM15.2199 73.3212C15.5742 74.2067 17.5569 74.4912 18.3145 73.7489C17.9244 73.6528 13.9816 72.9821 15.2199 73.3212ZM9.25678 75.6159C9.08527 76.3826 9.60733 78.0311 10.6439 77.4565C10.7664 77.0533 9.29258 74.461 9.25678 75.6159ZM23.1807 73.0273C22.9602 73.2214 20.6364 73.3288 21.362 73.5906C22.4401 73.5624 24.3474 75.6196 24.3021 73.3382C24.2305 72.9087 23.4408 72.4132 23.1826 73.0273H23.1807ZM15.25 71.5635C15.1954 72.0759 15.7193 73.0876 16.2847 72.6581C16.0039 72.4094 15.3367 70.3107 15.25 71.5635ZM10.6232 76.4297C10.6043 76.7218 11.0265 77.1249 11.2263 76.9478C11.2526 76.7104 10.6948 75.6894 10.6232 76.4297ZM14.5357 80.4105C14.8373 80.4934 15.1445 80.1486 14.7223 80.0996C14.2606 79.9828 13.8648 80.4274 14.5357 80.4105ZM9.95222 74.721C9.50367 74.7813 10.2783 75.5123 10.365 75.175C10.3744 75.1185 10.0106 74.7191 9.95222 74.721ZM14.6488 69.3669C14.679 69.1163 14.3624 69.0805 14.4038 69.3744C14.3303 69.6589 14.6978 69.6834 14.6488 69.3669ZM9.40001 73.8902C9.19835 73.8657 9.21343 74.2086 9.40943 74.1765C9.57905 74.1784 9.58282 73.8714 9.40001 73.8902Z"
97
+ fill="#CADB00"
98
+ />
99
+ <path
100
+ d="M95.5503 99.086C90.8254 99.1613 93.2227 97.1926 90.1168 100.578C81.4039 102.419 92.7289 96.9251 93.2434 94.3554C95.0697 93.291 92.8307 95.4575 92.9777 96.3731C93.6147 96.9647 92.94 97.1832 92.6912 97.7578C91.7734 98.9955 95.1847 98.1553 95.5522 99.0841L95.5503 99.086Z"
101
+ fill="#CADB00"
102
+ />
103
+ <path
104
+ d="M72.563 103.657C72.5913 103.949 72.4197 104.258 72.8306 104.258C72.6402 104.909 71.8035 105.167 71.1759 105.092C71.4265 103.732 72.9776 102.336 71.9655 100.699C73.0379 98.4136 72.6271 102.302 73.3941 102.765C73.0888 103.157 72.6044 103.267 72.563 103.657Z"
105
+ fill="#CADB00"
106
+ />
107
+ <path
108
+ d="M51.5055 114.493C51.4263 114.084 53.1206 112.756 52.8719 113.611C51.6826 114.237 53.3298 114.977 52.7437 115.753C51.9126 116.258 50.9721 115.011 51.5055 114.493Z"
109
+ fill="#CADB00"
110
+ />
111
+ <path
112
+ d="M75.1978 103.402C74.8284 103.504 73.6919 103.255 74.1838 102.871C75.1789 102.549 77.3048 103.431 75.1978 103.402Z"
113
+ fill="#CADB00"
114
+ />
115
+ <path
116
+ d="M83.8842 102.315C85.5823 101.983 84.9736 103.061 83.6713 102.826C82.7817 102.711 84.0444 102.588 83.8842 102.315Z"
117
+ fill="#CADB00"
118
+ />
119
+ <path
120
+ d="M56.3887 88.0916C55.535 86.8652 52.9888 88.5664 52.1162 88.0973C52.5855 87.566 58.8916 85.4503 56.3887 88.0916Z"
121
+ fill="#CADB00"
122
+ />
123
+ <path
124
+ d="M52.1048 89.4987C50.1221 89.0692 56.7316 87.5206 56.3132 88.3288C54.9412 88.7715 53.409 89.1615 52.1048 89.4987Z"
125
+ fill="#CADB00"
126
+ />
127
+ <path
128
+ d="M23.7462 83.5134C23.9045 83.1008 24.8204 83.2025 24.4887 83.6999C24.1759 83.9825 24.059 83.3758 23.7462 83.5134Z"
129
+ fill="#CADB00"
130
+ />
131
+ <path
132
+ d="M23.128 82.3908C23.4239 82.3041 23.4786 82.7148 23.7443 82.6922C23.7387 83.28 22.8792 82.8184 23.128 82.3908Z"
133
+ fill="#CADB00"
134
+ />
135
+ <path
136
+ d="M24.728 84.0713C24.6168 84.0751 24.6131 83.8886 24.728 83.9149C24.8091 83.9357 24.8317 84.0638 24.728 84.0713Z"
137
+ fill="#CADB00"
138
+ />
139
+ <path
140
+ d="M21.7634 81.3112C22.7773 80.8666 23.3748 79.8493 24.1871 80.7084C24.4415 81.1473 23.0129 81.7351 23.4144 80.7385C23.1675 80.5934 22.4777 81.3997 23.1562 81.3131C23.0751 81.7633 22.6021 81.4695 22.4419 81.2509C22.3137 81.4299 21.7747 81.7766 21.7653 81.3112H21.7634Z"
141
+ fill="#CADB00"
142
+ />
143
+ <path
144
+ d="M23.1996 81.5543C23.8422 81.8105 24.2097 80.9571 24.8355 81.3622C26.5901 81.9857 23.1675 82.1139 23.1996 81.5543Z"
145
+ fill="#CADB00"
146
+ />
147
+ <path
148
+ d="M24.5885 82.4153C23.1241 82.2156 25.8268 81.8519 25.97 82.2871C26.0887 82.9503 25.1841 82.1364 24.5885 82.4153Z"
149
+ fill="#CADB00"
150
+ />
151
+ <path
152
+ d="M21.1358 81.8425C20.8701 81.8764 20.7381 81.5335 21.0792 81.5712C21.247 81.6202 21.1735 81.7389 21.1358 81.8425Z"
153
+ fill="#CADB00"
154
+ />
155
+ <path
156
+ d="M45.7138 101.441C45.874 101.434 45.8721 101.671 45.7119 101.65C45.5499 101.667 45.5555 101.432 45.7138 101.441Z"
157
+ fill="#CADB00"
158
+ />
159
+ <path
160
+ d="M16.3262 84.1257C16.3262 84.7285 15.4818 84.7813 14.9522 84.6212C15.0653 84.2538 15.9474 84.1822 16.3262 84.1257Z"
161
+ fill="#CADB00"
162
+ />
163
+ </g>
164
+ </svg>
165
+ )
166
+ }
167
+ export default DustSvg2
@@ -0,0 +1,251 @@
1
+ 'use client'
2
+
3
+ import React, { useState } from 'react'
4
+ import { motion } from 'framer-motion'
5
+ import Link from 'next/link'
6
+ import Image from 'next/image'
7
+ import { cn } from '@/utilities/ui'
8
+ import RichText from '@/components/RichText'
9
+ import { TextFade } from '@/components/ui/anims/fade'
10
+
11
+ // Tailwind equivalent of .card-block SCSS rules.
12
+ // Keep 'card-block' as the identifier class for CSS overrides.
13
+ const CARD_BLOCK_CLS =
14
+ 'flex-col w-full min-h-fit rounded-t-[8px] border-0 !no-underline overflow-visible ' +
15
+ // picture: pulled up -2rem with negative bottom margin compensation
16
+ '[&_picture]:relative [&_picture]:-top-8 [&_picture]:rounded-t-[8px] [&_picture]:pb-4 [&_picture]:!-mb-8 ' +
17
+ '[&_picture_img]:w-full [&_picture_img]:h-auto [&_picture_img]:object-cover [&_picture_img]:!rounded-t-[8px] [&_picture_img]:overflow-hidden ' +
18
+ // heading reset
19
+ '[&_h1]:mt-0 [&_h2]:mt-0 [&_h3]:mt-0 [&_h4]:mt-0 [&_h5]:mt-0 [&_h6]:mt-0 ' +
20
+ // blockquote caption overlay
21
+ '[&_blockquote]:!not-italic [&_blockquote]:flex [&_blockquote]:w-full [&_blockquote]:min-h-[60px] ' +
22
+ '[&_blockquote]:justify-center [&_blockquote]:bg-[#e9e9e9ab] [&_blockquote]:bg-[url(/svg/square-x.svg)] ' +
23
+ '[&_blockquote]:bg-[length:16px_16px] [&_blockquote]:p-4 [&_blockquote]:backdrop-blur-[4px] ' +
24
+ '[&_blockquote]:m-0 [&_blockquote]:-mt-16'
25
+
26
+ type CardItem = {
27
+ cardBlockClass?: string
28
+ image?: {
29
+ url: string
30
+ alt?: string
31
+ width?: number
32
+ height?: number
33
+ }
34
+ customClass?: string
35
+ content: any
36
+ link?: {
37
+ url?: string
38
+ }
39
+ }
40
+
41
+ type CardBlockProps = {
42
+ cards: CardItem[]
43
+ cardScrollSpeed?: string
44
+ priority?: boolean // Add priority control
45
+ aspectRatio?: 'square' | 'video' | 'portrait' | 'auto' // Add aspect ratio options
46
+ }
47
+
48
+ // Fixed Image Component with proper dimensions and aspect ratio
49
+ const CardImage: React.FC<{
50
+ src: string
51
+ alt?: string
52
+ customClass?: string
53
+ priority?: boolean
54
+ aspectRatio?: 'square' | 'video' | 'portrait' | 'auto'
55
+ originalWidth?: number
56
+ originalHeight?: number
57
+ }> = ({
58
+ src,
59
+ alt,
60
+ customClass,
61
+ priority = false,
62
+ aspectRatio = 'video',
63
+ originalWidth,
64
+ originalHeight
65
+ }) => {
66
+ const [imageVisible, setImageVisible] = useState(true)
67
+
68
+ if (!imageVisible) {
69
+ return (
70
+ <div
71
+ className={cn(
72
+ 'fallback-image w-full bg-gray-200 flex items-center justify-center text-gray-500',
73
+ aspectRatio === 'square' && 'aspect-square',
74
+ aspectRatio === 'video' && 'aspect-video',
75
+ aspectRatio === 'portrait' && 'aspect-[3/4]',
76
+ aspectRatio === 'auto' && 'h-auto'
77
+ )}
78
+ >
79
+ <span>Image not available</span>
80
+ </div>
81
+ )
82
+ }
83
+
84
+ // Calculate dimensions based on aspect ratio or use original dimensions
85
+ let width = 400
86
+ let height = 225 // Default 16:9 ratio
87
+
88
+ if (originalWidth && originalHeight) {
89
+ width = originalWidth
90
+ height = originalHeight
91
+ } else {
92
+ switch (aspectRatio) {
93
+ case 'square':
94
+ width = 400
95
+ height = 400
96
+ break
97
+ case 'video':
98
+ width = 400
99
+ height = 225 // 16:9
100
+ break
101
+ case 'portrait':
102
+ width = 400
103
+ height = 533 // 3:4
104
+ break
105
+ case 'auto':
106
+ // Keep default 400x225
107
+ break
108
+ }
109
+ }
110
+
111
+ return (
112
+ <motion.div
113
+ className={cn(
114
+ 'card-image w-full overflow-hidden',
115
+ aspectRatio === 'square' && 'aspect-square',
116
+ aspectRatio === 'video' && 'aspect-video',
117
+ aspectRatio === 'portrait' && 'aspect-[3/4]',
118
+ aspectRatio === 'auto' && 'h-auto'
119
+ )}
120
+ initial={{ opacity: 0, y: -20 }}
121
+ whileInView={{ opacity: 1, y: 0 }}
122
+ transition={{ duration: 0.3 }}
123
+ viewport={{ once: false, amount: 0.2 }}
124
+ >
125
+ <Image
126
+ src={src}
127
+ alt={alt || 'Card Image'}
128
+ width={width}
129
+ height={height}
130
+ priority={priority}
131
+ placeholder="blur"
132
+ blurDataURL="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 400 250'%3E%3Cdefs%3E%3CradialGradient id='grad' cx='50%25' cy='50%25' r='50%25' fx='50%25' fy='50%25'%3E%3Cstop offset='0%25' style='stop-color:%23f3f4f6;stop-opacity:1' /%3E%3Cstop offset='100%25' style='stop-color:%23e5e7eb;stop-opacity:1' /%3E%3C/radialGradient%3E%3C/defs%3E%3Crect width='400' height='250' fill='url(%23grad)'/%3E%3C/svg%3E"
133
+ className={cn('w-full h-full object-cover transition-transform duration-300', customClass)}
134
+ sizes="(max-width: 768px) 100vw, (max-width: 1200px) 50vw, 33vw"
135
+ onError={() => setImageVisible(false)}
136
+ />
137
+ </motion.div>
138
+ )
139
+ }
140
+
141
+ export const DDCard: React.FC<CardBlockProps> = ({
142
+ cards,
143
+ cardScrollSpeed = '0',
144
+ priority = false,
145
+ aspectRatio = 'video'
146
+ }) => {
147
+ if (!cards || cards.length === 0) return null
148
+
149
+ const baseClasses = ['card-block', 'flex', 'flex-wrap', 'justify-center', 'gap-0']
150
+ const customBlockClasses = cards
151
+ .map((card) => card.cardBlockClass || '')
152
+ .join(' ')
153
+ .split(' ')
154
+ .filter(Boolean) // Remove empty strings
155
+
156
+ const filteredBlockClasses = Array.from(
157
+ new Set([
158
+ ...customBlockClasses,
159
+ ...baseClasses.filter((cls) => !customBlockClasses.includes(cls))
160
+ ])
161
+ ).join(' ')
162
+
163
+ return (
164
+ <div className={cn('w-full', CARD_BLOCK_CLS, filteredBlockClasses)}>
165
+ {cards.map((card, index) => {
166
+ const CardContent = (
167
+ <motion.div
168
+ className={cn(
169
+ 'border-0 mt-2 mb-2 shadow-md bg-card hover:cursor-pointer overflow-hidden rounded-lg transition-all duration-300 hover:scale-[1.02] hover:shadow-lg w-full max-w-sm mx-auto',
170
+ card.customClass || card.cardBlockClass
171
+ )}
172
+ initial={{ opacity: 0, y: 40 }}
173
+ whileInView={{ opacity: 1, y: 0 }}
174
+ transition={{ duration: 0.3, delay: index * 0.1 }}
175
+ viewport={{ once: true, amount: 1 }}
176
+ >
177
+ {card.image?.url && (
178
+ <CardImage
179
+ src={card.image.url}
180
+ alt={card.image.alt}
181
+ customClass={card.customClass}
182
+ priority={priority && index < 2} // Only first 2 cards get priority
183
+ aspectRatio={aspectRatio}
184
+ originalWidth={card.image.width}
185
+ originalHeight={card.image.height}
186
+ />
187
+ )}
188
+
189
+ {card.content && (
190
+ <div className="p-4">
191
+ <RichText data={card.content} enableGutter={false} className="w-full" />
192
+ </div>
193
+ )}
194
+ </motion.div>
195
+ )
196
+
197
+ const linkUrl = card.link?.url
198
+
199
+ // No link case
200
+ if (!linkUrl || linkUrl === '#') {
201
+ return (
202
+ <motion.div
203
+ key={`card-${index}`}
204
+ data-scroll
205
+ data-scroll-speed={cardScrollSpeed}
206
+ className="card-wrapper"
207
+ >
208
+ {CardContent}
209
+ </motion.div>
210
+ )
211
+ }
212
+
213
+ // Internal link
214
+ if (linkUrl.startsWith('/')) {
215
+ return (
216
+ <Link
217
+ key={`card-link-${index}`}
218
+ href={linkUrl}
219
+ className="card-block-content block"
220
+ style={{ textDecoration: 'none' }}
221
+ >
222
+ <motion.div data-scroll data-scroll-speed={cardScrollSpeed} className="card-wrapper">
223
+ <TextFade direction="up" className="card-block-anims">
224
+ {CardContent}
225
+ </TextFade>
226
+ </motion.div>
227
+ </Link>
228
+ )
229
+ }
230
+
231
+ // External link
232
+ return (
233
+ <a
234
+ key={`card-external-${index}`}
235
+ href={linkUrl}
236
+ target="_blank"
237
+ rel="noopener noreferrer"
238
+ className="card-external-content block"
239
+ style={{ textDecoration: 'none' }}
240
+ >
241
+ <motion.div data-scroll data-scroll-speed={cardScrollSpeed} className="card-wrapper">
242
+ <TextFade direction="down" className={cn('card-block', CARD_BLOCK_CLS)}>
243
+ {CardContent}
244
+ </TextFade>
245
+ </motion.div>
246
+ </a>
247
+ )
248
+ })}
249
+ </div>
250
+ )
251
+ }