@getcommunity/gc-validators 0.0.323 → 0.0.325
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.
- package/dist/base/index.cjs +2 -2
- package/dist/base/index.mjs +2 -2
- package/dist/{boolean-tBVviKsR.mjs → boolean-BAG2qbdD.mjs} +1 -1
- package/dist/{boolean-BYGqZxWU.cjs → boolean-Dw28WFxu.cjs} +1 -1
- package/dist/components/blocks/index.cjs +25 -27
- package/dist/components/blocks/index.d.cts +1 -1
- package/dist/components/blocks/index.d.mts +1 -1
- package/dist/components/blocks/index.mjs +26 -28
- package/dist/components/brand/index.cjs +5 -3
- package/dist/components/brand/index.d.cts +2 -2
- package/dist/components/brand/index.d.mts +2 -2
- package/dist/components/brand/index.mjs +6 -5
- package/dist/components/forms/index.cjs +10 -12
- package/dist/components/forms/index.d.cts +5 -7
- package/dist/components/forms/index.d.mts +5 -7
- package/dist/components/forms/index.mjs +11 -13
- package/dist/components/gcft/index.cjs +91 -0
- package/dist/components/gcft/index.d.cts +989 -0
- package/dist/components/gcft/index.d.mts +989 -0
- package/dist/components/gcft/index.mjs +77 -0
- package/dist/components/shared/index.cjs +10 -10
- package/dist/components/shared/index.d.cts +1 -1
- package/dist/components/shared/index.d.mts +1 -1
- package/dist/components/shared/index.mjs +11 -11
- package/dist/components/slideshow/index.cjs +17 -19
- package/dist/components/slideshow/index.d.cts +13 -15
- package/dist/components/slideshow/index.d.mts +13 -15
- package/dist/components/slideshow/index.mjs +18 -20
- package/dist/components/utm/index.cjs +7 -8
- package/dist/components/utm/index.d.cts +1 -1
- package/dist/components/utm/index.d.mts +1 -1
- package/dist/components/utm/index.mjs +8 -9
- package/dist/{document-C9FkMgj3.d.cts → document-BHX6VFQZ.d.cts} +1 -1
- package/dist/{document-CZFcD3r5.d.cts → document-Be5Cilg0.d.cts} +5 -5
- package/dist/{document-gm1f3wWx.cjs → document-BmofmYTz.cjs} +19 -19
- package/dist/{document-BiFs4eSw.d.mts → document-CpbX0dkQ.d.mts} +5 -5
- package/dist/{document-B_ZXYnh3.d.mts → document-Dphn5GgF.d.mts} +1 -1
- package/dist/{document-CrEFVYK-.d.cts → document-DwCd0vSJ.d.cts} +3 -3
- package/dist/{document-BW68CVMb.mjs → document-N-npHSnd.mjs} +20 -20
- package/dist/{document-DpnOB5mQ.d.mts → document-uKORXaDn.d.mts} +3 -3
- package/dist/entities/audit-log/mutation.cjs +2 -2
- package/dist/entities/audit-log/mutation.mjs +2 -2
- package/dist/entities/audit-log/query.cjs +3 -3
- package/dist/entities/audit-log/query.mjs +3 -3
- package/dist/entities/blog-page/document.d.cts +1 -1
- package/dist/entities/blog-page/document.d.mts +1 -1
- package/dist/entities/blog-post/document.d.cts +1 -1
- package/dist/entities/blog-post/document.d.mts +1 -1
- package/dist/entities/blog-post/fields.d.cts +1 -1
- package/dist/entities/blog-post/fields.d.mts +1 -1
- package/dist/entities/blog-post/query.cjs +6 -6
- package/dist/entities/blog-post/query.mjs +6 -6
- package/dist/entities/careers-page/document.d.cts +1 -1
- package/dist/entities/careers-page/document.d.mts +1 -1
- package/dist/entities/category/document.d.cts +1 -1
- package/dist/entities/category/document.d.mts +1 -1
- package/dist/entities/category/mutation.cjs +2 -2
- package/dist/entities/category/mutation.mjs +2 -2
- package/dist/entities/category/query.cjs +2 -2
- package/dist/entities/category/query.mjs +2 -2
- package/dist/entities/client/document.cjs +1 -1
- package/dist/entities/client/document.d.cts +1 -1
- package/dist/entities/client/document.d.mts +1 -1
- package/dist/entities/client/document.mjs +1 -1
- package/dist/entities/client/mutation.cjs +2 -2
- package/dist/entities/client/mutation.mjs +2 -2
- package/dist/entities/client/query.cjs +4 -4
- package/dist/entities/client/query.mjs +4 -4
- package/dist/entities/client-content-pillar/document.cjs +1 -1
- package/dist/entities/client-content-pillar/document.d.cts +1 -1
- package/dist/entities/client-content-pillar/document.d.mts +1 -1
- package/dist/entities/client-content-pillar/document.mjs +1 -1
- package/dist/entities/client-content-pillar/mutation.cjs +1 -1
- package/dist/entities/client-content-pillar/mutation.mjs +1 -1
- package/dist/entities/client-content-pillar/query.cjs +1 -1
- package/dist/entities/client-content-pillar/query.mjs +1 -1
- package/dist/entities/client-email/document.cjs +1 -1
- package/dist/entities/client-email/document.d.cts +1 -1
- package/dist/entities/client-email/document.d.mts +1 -1
- package/dist/entities/client-email/document.mjs +1 -1
- package/dist/entities/client-email/mutation.cjs +2 -2
- package/dist/entities/client-email/mutation.mjs +2 -2
- package/dist/entities/client-email/query.cjs +2 -2
- package/dist/entities/client-email/query.mjs +2 -2
- package/dist/entities/client-media-platform/document.cjs +1 -1
- package/dist/entities/client-media-platform/document.d.cts +1 -1
- package/dist/entities/client-media-platform/document.d.mts +1 -1
- package/dist/entities/client-media-platform/document.mjs +1 -1
- package/dist/entities/client-media-platform/mutation.cjs +2 -2
- package/dist/entities/client-media-platform/mutation.mjs +2 -2
- package/dist/entities/client-media-platform/query.cjs +1 -1
- package/dist/entities/client-media-platform/query.mjs +1 -1
- package/dist/entities/client-project/document.cjs +1 -1
- package/dist/entities/client-project/document.d.cts +1 -1
- package/dist/entities/client-project/document.d.mts +1 -1
- package/dist/entities/client-project/document.mjs +1 -1
- package/dist/entities/client-project/mutation.cjs +2 -2
- package/dist/entities/client-project/mutation.mjs +2 -2
- package/dist/entities/client-project/query.cjs +4 -4
- package/dist/entities/client-project/query.mjs +4 -4
- package/dist/entities/client-report/document.cjs +1 -1
- package/dist/entities/client-report/document.d.cts +1 -1
- package/dist/entities/client-report/document.d.mts +1 -1
- package/dist/entities/client-report/document.mjs +1 -1
- package/dist/entities/client-report/mutation.cjs +2 -2
- package/dist/entities/client-report/mutation.mjs +2 -2
- package/dist/entities/client-report/query.cjs +3 -3
- package/dist/entities/client-report/query.mjs +3 -3
- package/dist/entities/client-styleguide/document.cjs +1 -1
- package/dist/entities/client-styleguide/document.d.cts +1 -1
- package/dist/entities/client-styleguide/document.d.mts +1 -1
- package/dist/entities/client-styleguide/document.mjs +1 -1
- package/dist/entities/client-styleguide/mutation.cjs +2 -2
- package/dist/entities/client-styleguide/mutation.mjs +2 -2
- package/dist/entities/client-styleguide/query.cjs +3 -3
- package/dist/entities/client-styleguide/query.mjs +3 -3
- package/dist/entities/client-user/document.cjs +1 -1
- package/dist/entities/client-user/document.d.cts +1 -1
- package/dist/entities/client-user/document.d.mts +1 -1
- package/dist/entities/client-user/document.mjs +1 -1
- package/dist/entities/client-user/mutation.cjs +1 -1
- package/dist/entities/client-user/mutation.mjs +1 -1
- package/dist/entities/client-user/query.cjs +1 -1
- package/dist/entities/client-user/query.mjs +1 -1
- package/dist/entities/comment/mutation.cjs +1 -1
- package/dist/entities/comment/mutation.mjs +1 -1
- package/dist/entities/comment/query.cjs +1 -1
- package/dist/entities/comment/query.mjs +1 -1
- package/dist/entities/content-pillar/document.cjs +1 -1
- package/dist/entities/content-pillar/document.d.cts +1 -1
- package/dist/entities/content-pillar/document.d.mts +1 -1
- package/dist/entities/content-pillar/document.mjs +1 -1
- package/dist/entities/content-pillar/mutation.cjs +2 -2
- package/dist/entities/content-pillar/mutation.mjs +2 -2
- package/dist/entities/content-pillar/query.cjs +1 -1
- package/dist/entities/content-pillar/query.mjs +1 -1
- package/dist/entities/faq-page/document.d.cts +2 -2
- package/dist/entities/faq-page/document.d.mts +2 -2
- package/dist/entities/gcflytour/document.cjs +1 -1
- package/dist/entities/gcflytour/document.d.cts +1 -1
- package/dist/entities/gcflytour/document.d.mts +1 -1
- package/dist/entities/gcflytour/document.mjs +1 -1
- package/dist/entities/gcflytour/mutation.cjs +2 -2
- package/dist/entities/gcflytour/mutation.mjs +2 -2
- package/dist/entities/gcflytour/query.cjs +1 -1
- package/dist/entities/gcflytour/query.mjs +1 -1
- package/dist/entities/gcflytour-snap/document.cjs +1 -1
- package/dist/entities/gcflytour-snap/document.d.cts +1 -1
- package/dist/entities/gcflytour-snap/document.d.mts +1 -1
- package/dist/entities/gcflytour-snap/document.mjs +1 -1
- package/dist/entities/gcflytour-snap/mutation.cjs +2 -2
- package/dist/entities/gcflytour-snap/mutation.mjs +2 -2
- package/dist/entities/gcflytour-snap/query.cjs +1 -1
- package/dist/entities/gcflytour-snap/query.mjs +1 -1
- package/dist/entities/gcflytour-snap-embed/document.cjs +1 -1
- package/dist/entities/gcflytour-snap-embed/document.d.cts +1 -1
- package/dist/entities/gcflytour-snap-embed/document.d.mts +1 -1
- package/dist/entities/gcflytour-snap-embed/document.mjs +1 -1
- package/dist/entities/gcflytour-snap-embed/mutation.cjs +2 -2
- package/dist/entities/gcflytour-snap-embed/mutation.mjs +2 -2
- package/dist/entities/gcflytour-snap-embed/query.cjs +1 -1
- package/dist/entities/gcflytour-snap-embed/query.mjs +1 -1
- package/dist/entities/landing-page/document.d.cts +2 -2
- package/dist/entities/landing-page/document.d.mts +2 -2
- package/dist/entities/lead/mutation.cjs +2 -2
- package/dist/entities/lead/mutation.mjs +2 -2
- package/dist/entities/matterport/document.cjs +1 -1
- package/dist/entities/matterport/document.d.cts +1 -1
- package/dist/entities/matterport/document.d.mts +1 -1
- package/dist/entities/matterport/document.mjs +1 -1
- package/dist/entities/matterport/mutation.cjs +2 -2
- package/dist/entities/matterport/mutation.mjs +2 -2
- package/dist/entities/matterport/query.cjs +3 -3
- package/dist/entities/matterport/query.mjs +3 -3
- package/dist/entities/media-content-type/document.cjs +1 -1
- package/dist/entities/media-content-type/document.d.cts +1 -1
- package/dist/entities/media-content-type/document.d.mts +1 -1
- package/dist/entities/media-content-type/document.mjs +1 -1
- package/dist/entities/media-content-type/mutation.cjs +2 -2
- package/dist/entities/media-content-type/mutation.mjs +2 -2
- package/dist/entities/media-content-type/query.cjs +1 -1
- package/dist/entities/media-content-type/query.mjs +1 -1
- package/dist/entities/media-creative-format/document.cjs +1 -1
- package/dist/entities/media-creative-format/document.d.cts +1 -1
- package/dist/entities/media-creative-format/document.d.mts +1 -1
- package/dist/entities/media-creative-format/document.mjs +1 -1
- package/dist/entities/media-creative-format/mutation.cjs +2 -2
- package/dist/entities/media-creative-format/mutation.mjs +2 -2
- package/dist/entities/media-creative-format/query.cjs +1 -1
- package/dist/entities/media-creative-format/query.mjs +1 -1
- package/dist/entities/media-medium/document.cjs +1 -1
- package/dist/entities/media-medium/document.d.cts +1 -1
- package/dist/entities/media-medium/document.d.mts +1 -1
- package/dist/entities/media-medium/document.mjs +1 -1
- package/dist/entities/media-medium/mutation.cjs +2 -2
- package/dist/entities/media-medium/mutation.mjs +2 -2
- package/dist/entities/media-medium/query.cjs +1 -1
- package/dist/entities/media-medium/query.mjs +1 -1
- package/dist/entities/media-platform/document.cjs +1 -1
- package/dist/entities/media-platform/document.d.cts +1 -1
- package/dist/entities/media-platform/document.d.mts +1 -1
- package/dist/entities/media-platform/document.mjs +1 -1
- package/dist/entities/media-platform/mutation.cjs +3 -3
- package/dist/entities/media-platform/mutation.mjs +3 -3
- package/dist/entities/media-platform/query.cjs +1 -1
- package/dist/entities/media-platform/query.mjs +1 -1
- package/dist/entities/monday-workspace/document.cjs +1 -1
- package/dist/entities/monday-workspace/document.d.cts +1 -1
- package/dist/entities/monday-workspace/document.d.mts +1 -1
- package/dist/entities/monday-workspace/document.mjs +1 -1
- package/dist/entities/monday-workspace/mutation.cjs +2 -2
- package/dist/entities/monday-workspace/mutation.mjs +2 -2
- package/dist/entities/monday-workspace/query.cjs +2 -2
- package/dist/entities/monday-workspace/query.mjs +2 -2
- package/dist/entities/newsletter-signup/mutation.cjs +2 -2
- package/dist/entities/newsletter-signup/mutation.mjs +2 -2
- package/dist/entities/policy-page/document.d.cts +1 -1
- package/dist/entities/policy-page/document.d.mts +1 -1
- package/dist/entities/product/document.d.cts +1 -1
- package/dist/entities/product/document.d.mts +1 -1
- package/dist/entities/product-highlight/document.cjs +1 -1
- package/dist/entities/product-highlight/document.d.cts +1 -1
- package/dist/entities/product-highlight/document.d.mts +1 -1
- package/dist/entities/product-highlight/document.mjs +1 -1
- package/dist/entities/resume/mutation.cjs +2 -2
- package/dist/entities/resume/mutation.mjs +2 -2
- package/dist/entities/sharpspring/mutation.cjs +1 -1
- package/dist/entities/sharpspring/mutation.mjs +1 -1
- package/dist/entities/tag/mutation.cjs +2 -2
- package/dist/entities/tag/mutation.mjs +2 -2
- package/dist/entities/tag/query.cjs +2 -2
- package/dist/entities/tag/query.mjs +2 -2
- package/dist/entities/team-member/document.d.cts +1 -1
- package/dist/entities/team-member/document.d.mts +1 -1
- package/dist/entities/team-member/query.cjs +4 -4
- package/dist/entities/team-member/query.mjs +4 -4
- package/dist/entities/team-page/document.d.cts +1 -1
- package/dist/entities/team-page/document.d.mts +1 -1
- package/dist/entities/teamwork/query.cjs +1 -1
- package/dist/entities/teamwork/query.mjs +1 -1
- package/dist/entities/trend/document.d.cts +1 -1
- package/dist/entities/trend/document.d.mts +1 -1
- package/dist/entities/trend/mutation.cjs +1 -1
- package/dist/entities/trend/mutation.mjs +1 -1
- package/dist/entities/up-auth/mutation.cjs +1 -1
- package/dist/entities/up-auth/mutation.d.cts +1 -1
- package/dist/entities/up-auth/mutation.d.mts +1 -1
- package/dist/entities/up-auth/mutation.mjs +1 -1
- package/dist/entities/up-permission/document.cjs +1 -1
- package/dist/entities/up-permission/document.d.cts +1 -1
- package/dist/entities/up-permission/document.d.mts +1 -1
- package/dist/entities/up-permission/document.mjs +1 -1
- package/dist/entities/up-role/document.cjs +1 -1
- package/dist/entities/up-role/document.d.cts +1 -1
- package/dist/entities/up-role/document.d.mts +1 -1
- package/dist/entities/up-role/document.mjs +1 -1
- package/dist/entities/up-role/query.cjs +3 -3
- package/dist/entities/up-role/query.mjs +3 -3
- package/dist/entities/up-user/document.cjs +1 -1
- package/dist/entities/up-user/document.d.cts +1 -1
- package/dist/entities/up-user/document.d.mts +1 -1
- package/dist/entities/up-user/document.mjs +1 -1
- package/dist/entities/up-user/fields.cjs +1 -1
- package/dist/entities/up-user/fields.mjs +1 -1
- package/dist/entities/up-user/mutation.cjs +2 -2
- package/dist/entities/up-user/mutation.mjs +2 -2
- package/dist/entities/up-user/query.cjs +1 -1
- package/dist/entities/up-user/query.mjs +1 -1
- package/dist/entities/upload/mutation.cjs +1 -1
- package/dist/entities/upload/mutation.mjs +1 -1
- package/dist/entities/url-redirect/query.cjs +4 -4
- package/dist/entities/url-redirect/query.mjs +4 -4
- package/dist/entities/user-account/document.cjs +1 -1
- package/dist/entities/user-account/document.d.cts +1 -1
- package/dist/entities/user-account/document.d.mts +1 -1
- package/dist/entities/user-account/document.mjs +1 -1
- package/dist/entities/user-account/mutation.cjs +2 -2
- package/dist/entities/user-account/mutation.mjs +2 -2
- package/dist/entities/user-account/query.cjs +1 -1
- package/dist/entities/user-account/query.mjs +1 -1
- package/dist/entities/utm-link-builder/mutation.cjs +3 -3
- package/dist/entities/utm-link-builder/mutation.mjs +3 -3
- package/dist/entities/utm-meta/document.d.cts +28 -28
- package/dist/entities/utm-meta/document.d.mts +28 -28
- package/dist/entities/utm-tracking-link/document.cjs +1 -1
- package/dist/entities/utm-tracking-link/document.d.cts +1 -1
- package/dist/entities/utm-tracking-link/document.d.mts +1 -1
- package/dist/entities/utm-tracking-link/document.mjs +1 -1
- package/dist/entities/utm-tracking-link/fields.cjs +1 -1
- package/dist/entities/utm-tracking-link/fields.mjs +1 -1
- package/dist/entities/utm-tracking-link/mutation.cjs +3 -3
- package/dist/entities/utm-tracking-link/mutation.mjs +3 -3
- package/dist/entities/utm-tracking-link/query.cjs +4 -4
- package/dist/entities/utm-tracking-link/query.mjs +4 -4
- package/dist/{fields-B4UTcqTR.d.cts → fields-Cffo4_9O.d.cts} +12 -12
- package/dist/{fields-B4UTcqTR.d.mts → fields-Cffo4_9O.d.mts} +12 -12
- package/dist/filters/index.cjs +4 -4
- package/dist/filters/index.mjs +4 -4
- package/dist/{identifier-BJ0kpvYJ.cjs → identifier-CcAwSRW-.cjs} +1 -1
- package/dist/{identifier-CWlBh0A3.mjs → identifier-DZSF9qmh.mjs} +1 -1
- package/dist/{index-CBmZNWdq.d.cts → index-Dbmwx2k9.d.cts} +10 -12
- package/dist/{index-CBmZNWdq.d.mts → index-Dbmwx2k9.d.mts} +10 -12
- package/dist/{index-Dpf-fT7q.d.cts → index-DzVq0dOL.d.cts} +7 -5
- package/dist/{index-Dpf-fT7q.d.mts → index-DzVq0dOL.d.mts} +7 -5
- package/dist/{index-FZTP1wfp.d.mts → index-RdGxAerL.d.mts} +12 -10
- package/dist/{index-B-eWc6-5.d.cts → index-lrfl6aps.d.cts} +17 -19
- package/dist/{index-B-eWc6-5.d.mts → index-lrfl6aps.d.mts} +17 -19
- package/dist/{index-NJAGJcxy.d.cts → index-wyRrbvZW.d.cts} +12 -10
- package/dist/permissions/index.d.cts +1 -1
- package/dist/permissions/index.d.mts +1 -1
- package/dist/{picklist-DeBvYAYq.cjs → picklist-BcQQdR4P.cjs} +1 -1
- package/dist/{picklist-3TPKEnJ3.mjs → picklist-DnB-_6BK.mjs} +1 -1
- package/dist/{query-B9Xfbntq.mjs → query-DDGi723F.mjs} +3 -3
- package/dist/{query-Bm5QfP-Y.cjs → query-DMUDO8rA.cjs} +3 -3
- package/dist/{query-W17gUQhA.mjs → query-DnBW7soI.mjs} +3 -3
- package/dist/{query-CVaxPoeH.cjs → query-DqaFNN4b.cjs} +4 -4
- package/dist/{query-BPaMPrlS.cjs → query-FpybWRDP.cjs} +3 -3
- package/dist/{query-FD7qm52t.mjs → query-O9bwlHoO.mjs} +3 -3
- package/dist/{query-DUrHw_wR.mjs → query-RFbimjWM.mjs} +3 -3
- package/dist/{query-BdZZH3M2.mjs → query-Wj0PEQq8.mjs} +4 -4
- package/dist/{query-DpEQGd9b.cjs → query-kdTlTEPf.cjs} +3 -3
- package/dist/{query-DNLzemiU.cjs → query-qaIKMD_U.cjs} +3 -3
- package/dist/{relationships-xAJEnVXV.mjs → relationships-B0scDCmk.mjs} +1 -1
- package/dist/{relationships-Cb_o43s4.cjs → relationships-XH4bjmMz.cjs} +1 -1
- package/dist/{string-CP-EbG-I.cjs → string-CjRuSj_m.cjs} +2 -2
- package/dist/{string-v2gu3xz0.mjs → string-CuUsLDnS.mjs} +5 -1
- package/dist/{string-2ZbEvJ0J.cjs → string-D0Akoax2.cjs} +10 -0
- package/dist/{string-BSLwKCNC.mjs → string-D1JeM8yM.mjs} +2 -2
- package/dist/utilities/index.d.cts +1 -1
- package/dist/utilities/index.d.mts +1 -1
- package/dist/{utm-DgwXh_Nr.cjs → utm-7E_3kcTp.cjs} +1 -1
- package/dist/{utm-Bt8jPpRI.mjs → utm-BwtaQiKl.mjs} +1 -1
- package/dist/validators/index.cjs +3 -2
- package/dist/validators/index.d.cts +5 -1
- package/dist/validators/index.d.mts +5 -1
- package/dist/validators/index.mjs +3 -3
- package/package.json +1 -1
package/dist/base/index.cjs
CHANGED
|
@@ -2,8 +2,8 @@ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
|
2
2
|
const require_rolldown_runtime = require("../rolldown-runtime-D6vf50IK.cjs");
|
|
3
3
|
const require_component = require("../component-BRSXhth6.cjs");
|
|
4
4
|
const require_document = require("../document-CH6wdYY4.cjs");
|
|
5
|
-
const require_relationships = require("../relationships-
|
|
6
|
-
const require_query = require("../query-
|
|
5
|
+
const require_relationships = require("../relationships-XH4bjmMz.cjs");
|
|
6
|
+
const require_query = require("../query-FpybWRDP.cjs");
|
|
7
7
|
const require_fonts = require("../fonts-B1t-On4r.cjs");
|
|
8
8
|
const require_json = require("../json-BmmzWgOB.cjs");
|
|
9
9
|
const require_theme = require("../theme-9T_elfFH.cjs");
|
package/dist/base/index.mjs
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { n as BaseComponentId, t as BaseComponent } from "../component-DmmlXZsZ.mjs";
|
|
2
2
|
import { t as BaseDocument } from "../document-CBGZr7I-.mjs";
|
|
3
|
-
import { a as AssociateManyEntitiesOptional, c as QueryManyEntities, d as ContentStatus, f as ValidStrapiCollectionEntity, i as AssociateManyEntities, l as SEntityPosition, m as ValidStrapiSpecialEntity, n as AssociateEntityPositionDocumentRequest, o as AssociateOneEntity, p as ValidStrapiSingleEntity, r as AssociateEntityRelationshipRequest, s as AssociateOneEntityOptional, t as AssociateEntityPosition, u as SSetEntityRelationshipRequest } from "../relationships-
|
|
4
|
-
import { a as QueryStrapiByPhone, c as FilterStrapiBase, i as QueryStrapiByName, n as QueryStrapiByEmail, o as QueryStrapiBySlug, r as QueryStrapiById, s as QueryStrapiPaginated, t as QueryStrapiByDocumentId } from "../query-
|
|
3
|
+
import { a as AssociateManyEntitiesOptional, c as QueryManyEntities, d as ContentStatus, f as ValidStrapiCollectionEntity, i as AssociateManyEntities, l as SEntityPosition, m as ValidStrapiSpecialEntity, n as AssociateEntityPositionDocumentRequest, o as AssociateOneEntity, p as ValidStrapiSingleEntity, r as AssociateEntityRelationshipRequest, s as AssociateOneEntityOptional, t as AssociateEntityPosition, u as SSetEntityRelationshipRequest } from "../relationships-B0scDCmk.mjs";
|
|
4
|
+
import { a as QueryStrapiByPhone, c as FilterStrapiBase, i as QueryStrapiByName, n as QueryStrapiByEmail, o as QueryStrapiBySlug, r as QueryStrapiById, s as QueryStrapiPaginated, t as QueryStrapiByDocumentId } from "../query-DDGi723F.mjs";
|
|
5
5
|
import { a as WEBSAFE_FONT_SANS, c as WebSafeFontDisplay, d as WebSafeFontSerif, i as WEBSAFE_FONT_MONO, l as WebSafeFontMono, n as FontHeaderSize, o as WEBSAFE_FONT_SERIF, r as WEBSAFE_FONT_DISPLAY, s as WebSafeFont, t as FONT_HEADER_SIZE, u as WebSafeFontSans } from "../fonts-Xd1HQzm1.mjs";
|
|
6
6
|
import { t as JsonSchema } from "../json-BJPzCgmI.mjs";
|
|
7
7
|
import { S as StrapiLinkTarget, _ as STRAPI_LINK_REFERRER_POLICY, a as STRAPI_ICON_POSITION, b as StrapiLinkReferrerPolicy, c as STRAPI_THEME_OPTIONS, d as StrapiGapSizes, f as StrapiIconName, g as StrapiThemeOptions, h as StrapiTextColorOptions, i as STRAPI_ICON_NAME, l as StrapiBgColorOptions, m as StrapiLinkType, n as STRAPI_DIRECTION, o as STRAPI_LINK_TYPE, p as StrapiIconPosition, r as STRAPI_GAP_SIZES, s as STRAPI_TEXT_COLOR_OPTIONS, t as STRAPI_BG_COLOR_OPTIONS, u as StrapiDirection, v as STRAPI_LINK_REL, x as StrapiLinkRel, y as STRAPI_LINK_TARGET } from "../theme-Dtb4Jddr.mjs";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { E as createStrapiFieldOperatorSchema, M as createStrapiEqualityOperatorEntries, y as StrapiNullOperatorEntries } from "./identifier-
|
|
1
|
+
import { E as createStrapiFieldOperatorSchema, M as createStrapiEqualityOperatorEntries, y as StrapiNullOperatorEntries } from "./identifier-DZSF9qmh.mjs";
|
|
2
2
|
import * as v from "valibot";
|
|
3
3
|
//#region src/filters/generics/boolean.ts
|
|
4
4
|
const BooleanFilterValue = v.union([v.boolean()]);
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
const require_rolldown_runtime = require("./rolldown-runtime-D6vf50IK.cjs");
|
|
2
|
-
const require_identifier = require("./identifier-
|
|
2
|
+
const require_identifier = require("./identifier-CcAwSRW-.cjs");
|
|
3
3
|
let valibot = require("valibot");
|
|
4
4
|
valibot = require_rolldown_runtime.__toESM(valibot, 1);
|
|
5
5
|
//#region src/filters/generics/boolean.ts
|
|
@@ -17,7 +17,7 @@ const BlockAnnouncementBar = valibot.object({
|
|
|
17
17
|
content: valibot.nullable(valibot.array(require_components_shared_index.RichTextBlock))
|
|
18
18
|
});
|
|
19
19
|
const ComponentBlockAnnouncementBar = valibot.object({
|
|
20
|
-
|
|
20
|
+
__component: valibot.literal("blocks.announcement-bar"),
|
|
21
21
|
...BlockAnnouncementBar.entries
|
|
22
22
|
});
|
|
23
23
|
//#endregion
|
|
@@ -29,7 +29,7 @@ const BlockBrandLogos = valibot.object({
|
|
|
29
29
|
color: require_media_upload.MediaUploadDocument
|
|
30
30
|
});
|
|
31
31
|
const ComponentBlockBrandLogos = valibot.object({
|
|
32
|
-
|
|
32
|
+
__component: valibot.literal("blocks.brand-logos"),
|
|
33
33
|
...BlockBrandLogos.entries
|
|
34
34
|
});
|
|
35
35
|
//#endregion
|
|
@@ -41,24 +41,10 @@ const BlockButtonGroup = valibot.object({
|
|
|
41
41
|
buttons: valibot.array(require_components_shared_index.SharedButton)
|
|
42
42
|
});
|
|
43
43
|
const ComponentBlockButtonGroup = valibot.object({
|
|
44
|
-
|
|
44
|
+
__component: valibot.literal("blocks.button-group"),
|
|
45
45
|
...BlockButtonGroup.entries
|
|
46
46
|
});
|
|
47
47
|
//#endregion
|
|
48
|
-
//#region src/components/blocks/constants.ts
|
|
49
|
-
const BLOCK_FULLSCREEN_CONTENT_TYPE = [
|
|
50
|
-
"zoomable-image",
|
|
51
|
-
"video",
|
|
52
|
-
"html",
|
|
53
|
-
"website"
|
|
54
|
-
];
|
|
55
|
-
const BLOCK_GRAPHIC_CONTAINER = [
|
|
56
|
-
"fullscreen",
|
|
57
|
-
"wide",
|
|
58
|
-
"standard"
|
|
59
|
-
];
|
|
60
|
-
const BLOCK_VIDEO_SOURCE = ["youtube", "upload"];
|
|
61
|
-
//#endregion
|
|
62
48
|
//#region src/components/blocks/contact.ts
|
|
63
49
|
const BlockContact = valibot.object({
|
|
64
50
|
...require_component.BaseComponentId.entries,
|
|
@@ -71,7 +57,7 @@ const BlockContact = valibot.object({
|
|
|
71
57
|
full_width: valibot.boolean()
|
|
72
58
|
});
|
|
73
59
|
const ComponentBlockContact = valibot.object({
|
|
74
|
-
|
|
60
|
+
__component: valibot.literal("blocks.contact"),
|
|
75
61
|
...BlockContact.entries
|
|
76
62
|
});
|
|
77
63
|
//#endregion
|
|
@@ -87,7 +73,7 @@ const BlockCtaLink = valibot.object({
|
|
|
87
73
|
cta_target: require_theme.StrapiLinkTarget
|
|
88
74
|
});
|
|
89
75
|
const ComponentBlockCtaLink = valibot.object({
|
|
90
|
-
|
|
76
|
+
__component: valibot.literal("blocks.cta-link"),
|
|
91
77
|
...BlockCtaLink.entries
|
|
92
78
|
});
|
|
93
79
|
//#endregion
|
|
@@ -99,11 +85,12 @@ const BlockFaq = valibot.object({
|
|
|
99
85
|
faq: valibot.nullable(valibot.array(require_components_shared_index.SharedQuestionAnswer))
|
|
100
86
|
});
|
|
101
87
|
const ComponentBlockFaq = valibot.object({
|
|
102
|
-
|
|
88
|
+
__component: valibot.literal("blocks.faq"),
|
|
103
89
|
...BlockFaq.entries
|
|
104
90
|
});
|
|
105
91
|
//#endregion
|
|
106
92
|
//#region src/components/blocks/video.ts
|
|
93
|
+
const BLOCK_VIDEO_SOURCE = ["youtube", "upload"];
|
|
107
94
|
const VideoSource = valibot.picklist(BLOCK_VIDEO_SOURCE);
|
|
108
95
|
const BlockVideoEmbed = valibot.object({
|
|
109
96
|
...require_component.BaseComponentId.entries,
|
|
@@ -112,14 +99,20 @@ const BlockVideoEmbed = valibot.object({
|
|
|
112
99
|
video_upload: require_relation.VDocumentRelationOne(() => require_media_upload.MediaUploadDocument)
|
|
113
100
|
});
|
|
114
101
|
const ComponentBlockVideo = valibot.object({
|
|
115
|
-
|
|
102
|
+
__component: valibot.literal("blocks.video"),
|
|
116
103
|
...BlockVideoEmbed.entries
|
|
117
104
|
});
|
|
118
105
|
//#endregion
|
|
119
106
|
//#region src/components/blocks/fullscreen-content.ts
|
|
107
|
+
const BLOCK_FULLSCREEN_CONTENT_TYPE = [
|
|
108
|
+
"zoomable-image",
|
|
109
|
+
"video",
|
|
110
|
+
"html",
|
|
111
|
+
"website"
|
|
112
|
+
];
|
|
120
113
|
const BlockFullscreenContentType = valibot.picklist(BLOCK_FULLSCREEN_CONTENT_TYPE);
|
|
121
114
|
const BlockFullscreenContent = valibot.object({
|
|
122
|
-
|
|
115
|
+
__component: valibot.literal("blocks.fullscreen-content"),
|
|
123
116
|
fullscreen_type: BlockFullscreenContentType,
|
|
124
117
|
fullscreen_img: require_relation.VDocumentRelationOne(() => require_media_upload.MediaUploadDocument),
|
|
125
118
|
website_url: valibot.nullable(valibot.string()),
|
|
@@ -127,11 +120,16 @@ const BlockFullscreenContent = valibot.object({
|
|
|
127
120
|
video: valibot.optional(valibot.nullable(BlockVideoEmbed))
|
|
128
121
|
});
|
|
129
122
|
const ComponentBlockFullscreenContent = valibot.object({
|
|
130
|
-
...require_component.
|
|
123
|
+
...require_component.BaseComponentId.entries,
|
|
131
124
|
...BlockFullscreenContent.entries
|
|
132
125
|
});
|
|
133
126
|
//#endregion
|
|
134
127
|
//#region src/components/blocks/graphic-image.ts
|
|
128
|
+
const BLOCK_GRAPHIC_CONTAINER = [
|
|
129
|
+
"fullscreen",
|
|
130
|
+
"wide",
|
|
131
|
+
"standard"
|
|
132
|
+
];
|
|
135
133
|
const BlockGraphicContainer = valibot.picklist(BLOCK_GRAPHIC_CONTAINER);
|
|
136
134
|
const BlockGraphicImage = valibot.object({
|
|
137
135
|
...require_component.BaseComponentId.entries,
|
|
@@ -139,7 +137,7 @@ const BlockGraphicImage = valibot.object({
|
|
|
139
137
|
container: BlockGraphicContainer
|
|
140
138
|
});
|
|
141
139
|
const ComponentBlockGraphicImage = valibot.object({
|
|
142
|
-
|
|
140
|
+
__component: valibot.literal("blocks.graphic-image"),
|
|
143
141
|
...BlockGraphicImage.entries
|
|
144
142
|
});
|
|
145
143
|
//#endregion
|
|
@@ -150,7 +148,7 @@ const BlockPullQuote = valibot.object({
|
|
|
150
148
|
content: valibot.nullable(valibot.array(require_components_shared_index.RichTextBlock))
|
|
151
149
|
});
|
|
152
150
|
const ComponentBlockPullQuote = valibot.object({
|
|
153
|
-
|
|
151
|
+
__component: valibot.literal("blocks.pull-quote"),
|
|
154
152
|
...BlockPullQuote.entries
|
|
155
153
|
});
|
|
156
154
|
//#endregion
|
|
@@ -162,7 +160,7 @@ const BlockSectionTitle = valibot.object({
|
|
|
162
160
|
header_size: require_fonts.FontHeaderSize
|
|
163
161
|
});
|
|
164
162
|
const ComponentBlockSectionTitle = valibot.object({
|
|
165
|
-
|
|
163
|
+
__component: valibot.literal("blocks.section-title"),
|
|
166
164
|
...BlockSectionTitle.entries
|
|
167
165
|
});
|
|
168
166
|
//#endregion
|
|
@@ -174,7 +172,7 @@ const BlockTextDetails = valibot.object({
|
|
|
174
172
|
cta_link: valibot.optional(valibot.nullable(BlockCtaLink))
|
|
175
173
|
});
|
|
176
174
|
const ComponentBlockTextDetails = valibot.object({
|
|
177
|
-
|
|
175
|
+
__component: valibot.literal("blocks.text-details"),
|
|
178
176
|
...BlockTextDetails.entries
|
|
179
177
|
});
|
|
180
178
|
//#endregion
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { A as ComponentBlockAnnouncementBar, C as
|
|
1
|
+
import { A as ComponentBlockAnnouncementBar, C as BlockContact, D as BlockBrandLogos, E as ComponentBlockButtonGroup, O as ComponentBlockBrandLogos, S as ComponentBlockCtaLink, T as BlockButtonGroup, _ as BlockFullscreenContentType, a as BlockTextDetails, b as ComponentBlockFaq, c as ComponentBlockSectionTitle, d as BLOCK_GRAPHIC_CONTAINER, f as BlockGraphicContainer, g as BlockFullscreenContent, h as BLOCK_FULLSCREEN_CONTENT_TYPE, i as VideoSource, k as BlockAnnouncementBar, l as BlockPullQuote, m as ComponentBlockGraphicImage, n as BlockVideoEmbed, o as ComponentBlockTextDetails, p as BlockGraphicImage, r as ComponentBlockVideo, s as BlockSectionTitle, t as BLOCK_VIDEO_SOURCE, u as ComponentBlockPullQuote, v as ComponentBlockFullscreenContent, w as ComponentBlockContact, x as BlockCtaLink, y as BlockFaq } from "../../index-lrfl6aps.cjs";
|
|
2
2
|
export { BLOCK_FULLSCREEN_CONTENT_TYPE, BLOCK_GRAPHIC_CONTAINER, BLOCK_VIDEO_SOURCE, BlockAnnouncementBar, BlockBrandLogos, BlockButtonGroup, BlockContact, BlockCtaLink, BlockFaq, BlockFullscreenContent, BlockFullscreenContentType, BlockGraphicContainer, BlockGraphicImage, BlockPullQuote, BlockSectionTitle, BlockTextDetails, BlockVideoEmbed, ComponentBlockAnnouncementBar, ComponentBlockBrandLogos, ComponentBlockButtonGroup, ComponentBlockContact, ComponentBlockCtaLink, ComponentBlockFaq, ComponentBlockFullscreenContent, ComponentBlockGraphicImage, ComponentBlockPullQuote, ComponentBlockSectionTitle, ComponentBlockTextDetails, ComponentBlockVideo, VideoSource };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { A as ComponentBlockAnnouncementBar, C as
|
|
1
|
+
import { A as ComponentBlockAnnouncementBar, C as BlockContact, D as BlockBrandLogos, E as ComponentBlockButtonGroup, O as ComponentBlockBrandLogos, S as ComponentBlockCtaLink, T as BlockButtonGroup, _ as BlockFullscreenContentType, a as BlockTextDetails, b as ComponentBlockFaq, c as ComponentBlockSectionTitle, d as BLOCK_GRAPHIC_CONTAINER, f as BlockGraphicContainer, g as BlockFullscreenContent, h as BLOCK_FULLSCREEN_CONTENT_TYPE, i as VideoSource, k as BlockAnnouncementBar, l as BlockPullQuote, m as ComponentBlockGraphicImage, n as BlockVideoEmbed, o as ComponentBlockTextDetails, p as BlockGraphicImage, r as ComponentBlockVideo, s as BlockSectionTitle, t as BLOCK_VIDEO_SOURCE, u as ComponentBlockPullQuote, v as ComponentBlockFullscreenContent, w as ComponentBlockContact, x as BlockCtaLink, y as BlockFaq } from "../../index-lrfl6aps.mjs";
|
|
2
2
|
export { BLOCK_FULLSCREEN_CONTENT_TYPE, BLOCK_GRAPHIC_CONTAINER, BLOCK_VIDEO_SOURCE, BlockAnnouncementBar, BlockBrandLogos, BlockButtonGroup, BlockContact, BlockCtaLink, BlockFaq, BlockFullscreenContent, BlockFullscreenContentType, BlockGraphicContainer, BlockGraphicImage, BlockPullQuote, BlockSectionTitle, BlockTextDetails, BlockVideoEmbed, ComponentBlockAnnouncementBar, ComponentBlockBrandLogos, ComponentBlockButtonGroup, ComponentBlockContact, ComponentBlockCtaLink, ComponentBlockFaq, ComponentBlockFullscreenContent, ComponentBlockGraphicImage, ComponentBlockPullQuote, ComponentBlockSectionTitle, ComponentBlockTextDetails, ComponentBlockVideo, VideoSource };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { n as BaseComponentId
|
|
1
|
+
import { n as BaseComponentId } from "../../component-DmmlXZsZ.mjs";
|
|
2
2
|
import { n as FontHeaderSize } from "../../fonts-Xd1HQzm1.mjs";
|
|
3
3
|
import { S as StrapiLinkTarget, b as StrapiLinkReferrerPolicy, d as StrapiGapSizes, f as StrapiIconName, g as StrapiThemeOptions, h as StrapiTextColorOptions, l as StrapiBgColorOptions, m as StrapiLinkType, p as StrapiIconPosition, u as StrapiDirection, x as StrapiLinkRel } from "../../theme-Dtb4Jddr.mjs";
|
|
4
4
|
import { r as MediaUploadDocument } from "../../media-upload-CnRvtycg.mjs";
|
|
@@ -14,7 +14,7 @@ const BlockAnnouncementBar = v.object({
|
|
|
14
14
|
content: v.nullable(v.array(RichTextBlock))
|
|
15
15
|
});
|
|
16
16
|
const ComponentBlockAnnouncementBar = v.object({
|
|
17
|
-
|
|
17
|
+
__component: v.literal("blocks.announcement-bar"),
|
|
18
18
|
...BlockAnnouncementBar.entries
|
|
19
19
|
});
|
|
20
20
|
//#endregion
|
|
@@ -26,7 +26,7 @@ const BlockBrandLogos = v.object({
|
|
|
26
26
|
color: MediaUploadDocument
|
|
27
27
|
});
|
|
28
28
|
const ComponentBlockBrandLogos = v.object({
|
|
29
|
-
|
|
29
|
+
__component: v.literal("blocks.brand-logos"),
|
|
30
30
|
...BlockBrandLogos.entries
|
|
31
31
|
});
|
|
32
32
|
//#endregion
|
|
@@ -38,24 +38,10 @@ const BlockButtonGroup = v.object({
|
|
|
38
38
|
buttons: v.array(SharedButton)
|
|
39
39
|
});
|
|
40
40
|
const ComponentBlockButtonGroup = v.object({
|
|
41
|
-
|
|
41
|
+
__component: v.literal("blocks.button-group"),
|
|
42
42
|
...BlockButtonGroup.entries
|
|
43
43
|
});
|
|
44
44
|
//#endregion
|
|
45
|
-
//#region src/components/blocks/constants.ts
|
|
46
|
-
const BLOCK_FULLSCREEN_CONTENT_TYPE = [
|
|
47
|
-
"zoomable-image",
|
|
48
|
-
"video",
|
|
49
|
-
"html",
|
|
50
|
-
"website"
|
|
51
|
-
];
|
|
52
|
-
const BLOCK_GRAPHIC_CONTAINER = [
|
|
53
|
-
"fullscreen",
|
|
54
|
-
"wide",
|
|
55
|
-
"standard"
|
|
56
|
-
];
|
|
57
|
-
const BLOCK_VIDEO_SOURCE = ["youtube", "upload"];
|
|
58
|
-
//#endregion
|
|
59
45
|
//#region src/components/blocks/contact.ts
|
|
60
46
|
const BlockContact = v.object({
|
|
61
47
|
...BaseComponentId.entries,
|
|
@@ -68,7 +54,7 @@ const BlockContact = v.object({
|
|
|
68
54
|
full_width: v.boolean()
|
|
69
55
|
});
|
|
70
56
|
const ComponentBlockContact = v.object({
|
|
71
|
-
|
|
57
|
+
__component: v.literal("blocks.contact"),
|
|
72
58
|
...BlockContact.entries
|
|
73
59
|
});
|
|
74
60
|
//#endregion
|
|
@@ -84,7 +70,7 @@ const BlockCtaLink = v.object({
|
|
|
84
70
|
cta_target: StrapiLinkTarget
|
|
85
71
|
});
|
|
86
72
|
const ComponentBlockCtaLink = v.object({
|
|
87
|
-
|
|
73
|
+
__component: v.literal("blocks.cta-link"),
|
|
88
74
|
...BlockCtaLink.entries
|
|
89
75
|
});
|
|
90
76
|
//#endregion
|
|
@@ -96,11 +82,12 @@ const BlockFaq = v.object({
|
|
|
96
82
|
faq: v.nullable(v.array(SharedQuestionAnswer))
|
|
97
83
|
});
|
|
98
84
|
const ComponentBlockFaq = v.object({
|
|
99
|
-
|
|
85
|
+
__component: v.literal("blocks.faq"),
|
|
100
86
|
...BlockFaq.entries
|
|
101
87
|
});
|
|
102
88
|
//#endregion
|
|
103
89
|
//#region src/components/blocks/video.ts
|
|
90
|
+
const BLOCK_VIDEO_SOURCE = ["youtube", "upload"];
|
|
104
91
|
const VideoSource = v.picklist(BLOCK_VIDEO_SOURCE);
|
|
105
92
|
const BlockVideoEmbed = v.object({
|
|
106
93
|
...BaseComponentId.entries,
|
|
@@ -109,14 +96,20 @@ const BlockVideoEmbed = v.object({
|
|
|
109
96
|
video_upload: VDocumentRelationOne(() => MediaUploadDocument)
|
|
110
97
|
});
|
|
111
98
|
const ComponentBlockVideo = v.object({
|
|
112
|
-
|
|
99
|
+
__component: v.literal("blocks.video"),
|
|
113
100
|
...BlockVideoEmbed.entries
|
|
114
101
|
});
|
|
115
102
|
//#endregion
|
|
116
103
|
//#region src/components/blocks/fullscreen-content.ts
|
|
104
|
+
const BLOCK_FULLSCREEN_CONTENT_TYPE = [
|
|
105
|
+
"zoomable-image",
|
|
106
|
+
"video",
|
|
107
|
+
"html",
|
|
108
|
+
"website"
|
|
109
|
+
];
|
|
117
110
|
const BlockFullscreenContentType = v.picklist(BLOCK_FULLSCREEN_CONTENT_TYPE);
|
|
118
111
|
const BlockFullscreenContent = v.object({
|
|
119
|
-
|
|
112
|
+
__component: v.literal("blocks.fullscreen-content"),
|
|
120
113
|
fullscreen_type: BlockFullscreenContentType,
|
|
121
114
|
fullscreen_img: VDocumentRelationOne(() => MediaUploadDocument),
|
|
122
115
|
website_url: v.nullable(v.string()),
|
|
@@ -124,11 +117,16 @@ const BlockFullscreenContent = v.object({
|
|
|
124
117
|
video: v.optional(v.nullable(BlockVideoEmbed))
|
|
125
118
|
});
|
|
126
119
|
const ComponentBlockFullscreenContent = v.object({
|
|
127
|
-
...
|
|
120
|
+
...BaseComponentId.entries,
|
|
128
121
|
...BlockFullscreenContent.entries
|
|
129
122
|
});
|
|
130
123
|
//#endregion
|
|
131
124
|
//#region src/components/blocks/graphic-image.ts
|
|
125
|
+
const BLOCK_GRAPHIC_CONTAINER = [
|
|
126
|
+
"fullscreen",
|
|
127
|
+
"wide",
|
|
128
|
+
"standard"
|
|
129
|
+
];
|
|
132
130
|
const BlockGraphicContainer = v.picklist(BLOCK_GRAPHIC_CONTAINER);
|
|
133
131
|
const BlockGraphicImage = v.object({
|
|
134
132
|
...BaseComponentId.entries,
|
|
@@ -136,7 +134,7 @@ const BlockGraphicImage = v.object({
|
|
|
136
134
|
container: BlockGraphicContainer
|
|
137
135
|
});
|
|
138
136
|
const ComponentBlockGraphicImage = v.object({
|
|
139
|
-
|
|
137
|
+
__component: v.literal("blocks.graphic-image"),
|
|
140
138
|
...BlockGraphicImage.entries
|
|
141
139
|
});
|
|
142
140
|
//#endregion
|
|
@@ -147,7 +145,7 @@ const BlockPullQuote = v.object({
|
|
|
147
145
|
content: v.nullable(v.array(RichTextBlock))
|
|
148
146
|
});
|
|
149
147
|
const ComponentBlockPullQuote = v.object({
|
|
150
|
-
|
|
148
|
+
__component: v.literal("blocks.pull-quote"),
|
|
151
149
|
...BlockPullQuote.entries
|
|
152
150
|
});
|
|
153
151
|
//#endregion
|
|
@@ -159,7 +157,7 @@ const BlockSectionTitle = v.object({
|
|
|
159
157
|
header_size: FontHeaderSize
|
|
160
158
|
});
|
|
161
159
|
const ComponentBlockSectionTitle = v.object({
|
|
162
|
-
|
|
160
|
+
__component: v.literal("blocks.section-title"),
|
|
163
161
|
...BlockSectionTitle.entries
|
|
164
162
|
});
|
|
165
163
|
//#endregion
|
|
@@ -171,7 +169,7 @@ const BlockTextDetails = v.object({
|
|
|
171
169
|
cta_link: v.optional(v.nullable(BlockCtaLink))
|
|
172
170
|
});
|
|
173
171
|
const ComponentBlockTextDetails = v.object({
|
|
174
|
-
|
|
172
|
+
__component: v.literal("blocks.text-details"),
|
|
175
173
|
...BlockTextDetails.entries
|
|
176
174
|
});
|
|
177
175
|
//#endregion
|
|
@@ -7,14 +7,15 @@ const require_relation = require("../../relation-sCDfl-zb.cjs");
|
|
|
7
7
|
let valibot = require("valibot");
|
|
8
8
|
valibot = require_rolldown_runtime.__toESM(valibot, 1);
|
|
9
9
|
//#region src/components/brand/styleguide-color.ts
|
|
10
|
+
const HexColorString = valibot.pipe(valibot.string(), valibot.regex(/^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$/, "Must be a valid hex color, like #FFF or #FFFFFF"));
|
|
10
11
|
const BrandStyleguideColor = valibot.object({
|
|
11
12
|
...require_component.BaseComponentId.entries,
|
|
12
13
|
title: valibot.string(),
|
|
13
14
|
slug: valibot.string(),
|
|
14
|
-
hex:
|
|
15
|
+
hex: HexColorString
|
|
15
16
|
});
|
|
16
17
|
const ComponentBrandStyleguideColor = valibot.object({
|
|
17
|
-
|
|
18
|
+
__component: valibot.literal("brand.styleguide-color"),
|
|
18
19
|
...BrandStyleguideColor.entries
|
|
19
20
|
});
|
|
20
21
|
//#endregion
|
|
@@ -28,7 +29,7 @@ const BrandStyleguideFont = valibot.object({
|
|
|
28
29
|
font_files: require_relation.VDocumentRelationMany(() => require_media_upload.MediaUploadDocument)
|
|
29
30
|
});
|
|
30
31
|
const ComponentBrandStyleguideFont = valibot.object({
|
|
31
|
-
|
|
32
|
+
__component: valibot.literal("brand.styleguide-font"),
|
|
32
33
|
...BrandStyleguideFont.entries
|
|
33
34
|
});
|
|
34
35
|
//#endregion
|
|
@@ -36,3 +37,4 @@ exports.BrandStyleguideColor = BrandStyleguideColor;
|
|
|
36
37
|
exports.BrandStyleguideFont = BrandStyleguideFont;
|
|
37
38
|
exports.ComponentBrandStyleguideColor = ComponentBrandStyleguideColor;
|
|
38
39
|
exports.ComponentBrandStyleguideFont = ComponentBrandStyleguideFont;
|
|
40
|
+
exports.HexColorString = HexColorString;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { i as ComponentBrandStyleguideColor, n as ComponentBrandStyleguideFont, r as BrandStyleguideColor, t as BrandStyleguideFont } from "../../index-
|
|
2
|
-
export { BrandStyleguideColor, BrandStyleguideFont, ComponentBrandStyleguideColor, ComponentBrandStyleguideFont };
|
|
1
|
+
import { a as HexColorString, i as ComponentBrandStyleguideColor, n as ComponentBrandStyleguideFont, r as BrandStyleguideColor, t as BrandStyleguideFont } from "../../index-DzVq0dOL.cjs";
|
|
2
|
+
export { BrandStyleguideColor, BrandStyleguideFont, ComponentBrandStyleguideColor, ComponentBrandStyleguideFont, HexColorString };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { i as ComponentBrandStyleguideColor, n as ComponentBrandStyleguideFont, r as BrandStyleguideColor, t as BrandStyleguideFont } from "../../index-
|
|
2
|
-
export { BrandStyleguideColor, BrandStyleguideFont, ComponentBrandStyleguideColor, ComponentBrandStyleguideFont };
|
|
1
|
+
import { a as HexColorString, i as ComponentBrandStyleguideColor, n as ComponentBrandStyleguideFont, r as BrandStyleguideColor, t as BrandStyleguideFont } from "../../index-DzVq0dOL.mjs";
|
|
2
|
+
export { BrandStyleguideColor, BrandStyleguideFont, ComponentBrandStyleguideColor, ComponentBrandStyleguideFont, HexColorString };
|
|
@@ -1,17 +1,18 @@
|
|
|
1
|
-
import { n as BaseComponentId
|
|
1
|
+
import { n as BaseComponentId } from "../../component-DmmlXZsZ.mjs";
|
|
2
2
|
import { s as WebSafeFont } from "../../fonts-Xd1HQzm1.mjs";
|
|
3
3
|
import { r as MediaUploadDocument } from "../../media-upload-CnRvtycg.mjs";
|
|
4
4
|
import { r as VDocumentRelationOne, t as VDocumentRelationMany } from "../../relation-CleGc56b.mjs";
|
|
5
5
|
import * as v from "valibot";
|
|
6
6
|
//#region src/components/brand/styleguide-color.ts
|
|
7
|
+
const HexColorString = v.pipe(v.string(), v.regex(/^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$/, "Must be a valid hex color, like #FFF or #FFFFFF"));
|
|
7
8
|
const BrandStyleguideColor = v.object({
|
|
8
9
|
...BaseComponentId.entries,
|
|
9
10
|
title: v.string(),
|
|
10
11
|
slug: v.string(),
|
|
11
|
-
hex:
|
|
12
|
+
hex: HexColorString
|
|
12
13
|
});
|
|
13
14
|
const ComponentBrandStyleguideColor = v.object({
|
|
14
|
-
|
|
15
|
+
__component: v.literal("brand.styleguide-color"),
|
|
15
16
|
...BrandStyleguideColor.entries
|
|
16
17
|
});
|
|
17
18
|
//#endregion
|
|
@@ -25,8 +26,8 @@ const BrandStyleguideFont = v.object({
|
|
|
25
26
|
font_files: VDocumentRelationMany(() => MediaUploadDocument)
|
|
26
27
|
});
|
|
27
28
|
const ComponentBrandStyleguideFont = v.object({
|
|
28
|
-
|
|
29
|
+
__component: v.literal("brand.styleguide-font"),
|
|
29
30
|
...BrandStyleguideFont.entries
|
|
30
31
|
});
|
|
31
32
|
//#endregion
|
|
32
|
-
export { BrandStyleguideColor, BrandStyleguideFont, ComponentBrandStyleguideColor, ComponentBrandStyleguideFont };
|
|
33
|
+
export { BrandStyleguideColor, BrandStyleguideFont, ComponentBrandStyleguideColor, ComponentBrandStyleguideFont, HexColorString };
|
|
@@ -5,14 +5,7 @@ const require_media_upload = require("../../media-upload-C8SPmS6R.cjs");
|
|
|
5
5
|
const require_relation = require("../../relation-sCDfl-zb.cjs");
|
|
6
6
|
let valibot = require("valibot");
|
|
7
7
|
valibot = require_rolldown_runtime.__toESM(valibot, 1);
|
|
8
|
-
//#region src/components/forms/
|
|
9
|
-
const FORM_DOWNLOAD_TYPE = ["link", "file"];
|
|
10
|
-
const FORM_UID = [
|
|
11
|
-
"ss-newsletter",
|
|
12
|
-
"ss-sign-up-to-download",
|
|
13
|
-
"strapi-leads",
|
|
14
|
-
"strapi-resumes"
|
|
15
|
-
];
|
|
8
|
+
//#region src/components/forms/form-download.ts
|
|
16
9
|
const FORM_DOWNLOAD_KEYS = [
|
|
17
10
|
"SS 2025 Get Community Trends Report",
|
|
18
11
|
"SS 2024 Get Community Trends Report",
|
|
@@ -33,9 +26,8 @@ const FORM_DOWNLOAD_KEYS = [
|
|
|
33
26
|
"SS 2020 Going Virtual Guide PDF",
|
|
34
27
|
"SS 2020 Marketable Home Quotes"
|
|
35
28
|
];
|
|
36
|
-
//#endregion
|
|
37
|
-
//#region src/components/forms/form-download.ts
|
|
38
29
|
const FormDownloadKeys = valibot.picklist(FORM_DOWNLOAD_KEYS);
|
|
30
|
+
const FORM_DOWNLOAD_TYPE = ["link", "file"];
|
|
39
31
|
const FormDownloadType = valibot.picklist(FORM_DOWNLOAD_TYPE);
|
|
40
32
|
const FormDownload = valibot.object({
|
|
41
33
|
...require_component.BaseComponentId.entries,
|
|
@@ -45,11 +37,17 @@ const FormDownload = valibot.object({
|
|
|
45
37
|
download_link: valibot.optional(valibot.nullable(valibot.string()))
|
|
46
38
|
});
|
|
47
39
|
const ComponentFormDownload = valibot.object({
|
|
48
|
-
|
|
40
|
+
__component: valibot.literal("forms.form-download"),
|
|
49
41
|
...FormDownload.entries
|
|
50
42
|
});
|
|
51
43
|
//#endregion
|
|
52
44
|
//#region src/components/forms/form-select.ts
|
|
45
|
+
const FORM_UID = [
|
|
46
|
+
"ss-newsletter",
|
|
47
|
+
"ss-sign-up-to-download",
|
|
48
|
+
"strapi-leads",
|
|
49
|
+
"strapi-resumes"
|
|
50
|
+
];
|
|
53
51
|
const FormUID = valibot.picklist(FORM_UID);
|
|
54
52
|
const FormSelect = valibot.object({
|
|
55
53
|
...require_component.BaseComponentId.entries,
|
|
@@ -57,7 +55,7 @@ const FormSelect = valibot.object({
|
|
|
57
55
|
form_download: valibot.optional(valibot.nullable(FormDownload))
|
|
58
56
|
});
|
|
59
57
|
const ComponentFormSelect = valibot.object({
|
|
60
|
-
|
|
58
|
+
__component: valibot.literal("forms.form-select"),
|
|
61
59
|
...FormSelect.entries
|
|
62
60
|
});
|
|
63
61
|
//#endregion
|
|
@@ -1,13 +1,10 @@
|
|
|
1
1
|
import * as v from "valibot";
|
|
2
2
|
|
|
3
|
-
//#region src/components/forms/constants.d.ts
|
|
4
|
-
declare const FORM_DOWNLOAD_TYPE: readonly ["link", "file"];
|
|
5
|
-
declare const FORM_UID: readonly ["ss-newsletter", "ss-sign-up-to-download", "strapi-leads", "strapi-resumes"];
|
|
6
|
-
declare const FORM_DOWNLOAD_KEYS: readonly ["SS 2025 Get Community Trends Report", "SS 2024 Get Community Trends Report", "SS 2024 Fall Media Trends Report", "SS 2024 Spring Media Trends Report", "SS 2023 Trends Report", "SS 2023 Fall Media Trends Report", "SS 2023 Summer Media Trends Report", "SS 2023 Spring Media Trends Report", "SS 2023 Winter Media Trends Report", "SS 2023 PCBC Presentation PDF", "SS 2022 Get Community Trends Report", "SS 2022 Fall Media Trends Report", "SS 2022 Winter Media Trends Report", "SS 2022 Build Good FOMO with Get Community", "SS 2022 LinkedIn Checklist", "SS 2021 Get Community Trends Report", "SS 2020 Going Virtual Guide PDF", "SS 2020 Marketable Home Quotes"];
|
|
7
|
-
//#endregion
|
|
8
3
|
//#region src/components/forms/form-download.d.ts
|
|
4
|
+
declare const FORM_DOWNLOAD_KEYS: readonly ["SS 2025 Get Community Trends Report", "SS 2024 Get Community Trends Report", "SS 2024 Fall Media Trends Report", "SS 2024 Spring Media Trends Report", "SS 2023 Trends Report", "SS 2023 Fall Media Trends Report", "SS 2023 Summer Media Trends Report", "SS 2023 Spring Media Trends Report", "SS 2023 Winter Media Trends Report", "SS 2023 PCBC Presentation PDF", "SS 2022 Get Community Trends Report", "SS 2022 Fall Media Trends Report", "SS 2022 Winter Media Trends Report", "SS 2022 Build Good FOMO with Get Community", "SS 2022 LinkedIn Checklist", "SS 2021 Get Community Trends Report", "SS 2020 Going Virtual Guide PDF", "SS 2020 Marketable Home Quotes"];
|
|
9
5
|
declare const FormDownloadKeys: v.PicklistSchema<readonly ["SS 2025 Get Community Trends Report", "SS 2024 Get Community Trends Report", "SS 2024 Fall Media Trends Report", "SS 2024 Spring Media Trends Report", "SS 2023 Trends Report", "SS 2023 Fall Media Trends Report", "SS 2023 Summer Media Trends Report", "SS 2023 Spring Media Trends Report", "SS 2023 Winter Media Trends Report", "SS 2023 PCBC Presentation PDF", "SS 2022 Get Community Trends Report", "SS 2022 Fall Media Trends Report", "SS 2022 Winter Media Trends Report", "SS 2022 Build Good FOMO with Get Community", "SS 2022 LinkedIn Checklist", "SS 2021 Get Community Trends Report", "SS 2020 Going Virtual Guide PDF", "SS 2020 Marketable Home Quotes"], undefined>;
|
|
10
6
|
type FormDownloadKeys = v.InferOutput<typeof FormDownloadKeys>;
|
|
7
|
+
declare const FORM_DOWNLOAD_TYPE: readonly ["link", "file"];
|
|
11
8
|
declare const FormDownloadType: v.PicklistSchema<readonly ["link", "file"], undefined>;
|
|
12
9
|
type FormDownloadType = v.InferOutput<typeof FormDownloadType>;
|
|
13
10
|
declare const FormDownload: v.ObjectSchema<{
|
|
@@ -162,11 +159,12 @@ declare const ComponentFormDownload: v.ObjectSchema<{
|
|
|
162
159
|
} | null | undefined>;
|
|
163
160
|
readonly download_link: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
164
161
|
readonly id: v.NumberSchema<undefined>;
|
|
165
|
-
readonly __component: v.
|
|
162
|
+
readonly __component: v.LiteralSchema<"forms.form-download", undefined>;
|
|
166
163
|
}, undefined>;
|
|
167
164
|
type ComponentFormDownload = v.InferOutput<typeof ComponentFormDownload>;
|
|
168
165
|
//#endregion
|
|
169
166
|
//#region src/components/forms/form-select.d.ts
|
|
167
|
+
declare const FORM_UID: readonly ["ss-newsletter", "ss-sign-up-to-download", "strapi-leads", "strapi-resumes"];
|
|
170
168
|
declare const FormUID: v.PicklistSchema<readonly ["ss-newsletter", "ss-sign-up-to-download", "strapi-leads", "strapi-resumes"], undefined>;
|
|
171
169
|
type FormUID = v.InferOutput<typeof FormUID>;
|
|
172
170
|
declare const FormSelect: v.ObjectSchema<{
|
|
@@ -329,7 +327,7 @@ declare const ComponentFormSelect: v.ObjectSchema<{
|
|
|
329
327
|
readonly id: v.NumberSchema<undefined>;
|
|
330
328
|
}, undefined>, undefined>, undefined>;
|
|
331
329
|
readonly id: v.NumberSchema<undefined>;
|
|
332
|
-
readonly __component: v.
|
|
330
|
+
readonly __component: v.LiteralSchema<"forms.form-select", undefined>;
|
|
333
331
|
}, undefined>;
|
|
334
332
|
type ComponentFormSelect = v.InferOutput<typeof ComponentFormSelect>;
|
|
335
333
|
//#endregion
|
|
@@ -1,13 +1,10 @@
|
|
|
1
1
|
import * as v from "valibot";
|
|
2
2
|
|
|
3
|
-
//#region src/components/forms/constants.d.ts
|
|
4
|
-
declare const FORM_DOWNLOAD_TYPE: readonly ["link", "file"];
|
|
5
|
-
declare const FORM_UID: readonly ["ss-newsletter", "ss-sign-up-to-download", "strapi-leads", "strapi-resumes"];
|
|
6
|
-
declare const FORM_DOWNLOAD_KEYS: readonly ["SS 2025 Get Community Trends Report", "SS 2024 Get Community Trends Report", "SS 2024 Fall Media Trends Report", "SS 2024 Spring Media Trends Report", "SS 2023 Trends Report", "SS 2023 Fall Media Trends Report", "SS 2023 Summer Media Trends Report", "SS 2023 Spring Media Trends Report", "SS 2023 Winter Media Trends Report", "SS 2023 PCBC Presentation PDF", "SS 2022 Get Community Trends Report", "SS 2022 Fall Media Trends Report", "SS 2022 Winter Media Trends Report", "SS 2022 Build Good FOMO with Get Community", "SS 2022 LinkedIn Checklist", "SS 2021 Get Community Trends Report", "SS 2020 Going Virtual Guide PDF", "SS 2020 Marketable Home Quotes"];
|
|
7
|
-
//#endregion
|
|
8
3
|
//#region src/components/forms/form-download.d.ts
|
|
4
|
+
declare const FORM_DOWNLOAD_KEYS: readonly ["SS 2025 Get Community Trends Report", "SS 2024 Get Community Trends Report", "SS 2024 Fall Media Trends Report", "SS 2024 Spring Media Trends Report", "SS 2023 Trends Report", "SS 2023 Fall Media Trends Report", "SS 2023 Summer Media Trends Report", "SS 2023 Spring Media Trends Report", "SS 2023 Winter Media Trends Report", "SS 2023 PCBC Presentation PDF", "SS 2022 Get Community Trends Report", "SS 2022 Fall Media Trends Report", "SS 2022 Winter Media Trends Report", "SS 2022 Build Good FOMO with Get Community", "SS 2022 LinkedIn Checklist", "SS 2021 Get Community Trends Report", "SS 2020 Going Virtual Guide PDF", "SS 2020 Marketable Home Quotes"];
|
|
9
5
|
declare const FormDownloadKeys: v.PicklistSchema<readonly ["SS 2025 Get Community Trends Report", "SS 2024 Get Community Trends Report", "SS 2024 Fall Media Trends Report", "SS 2024 Spring Media Trends Report", "SS 2023 Trends Report", "SS 2023 Fall Media Trends Report", "SS 2023 Summer Media Trends Report", "SS 2023 Spring Media Trends Report", "SS 2023 Winter Media Trends Report", "SS 2023 PCBC Presentation PDF", "SS 2022 Get Community Trends Report", "SS 2022 Fall Media Trends Report", "SS 2022 Winter Media Trends Report", "SS 2022 Build Good FOMO with Get Community", "SS 2022 LinkedIn Checklist", "SS 2021 Get Community Trends Report", "SS 2020 Going Virtual Guide PDF", "SS 2020 Marketable Home Quotes"], undefined>;
|
|
10
6
|
type FormDownloadKeys = v.InferOutput<typeof FormDownloadKeys>;
|
|
7
|
+
declare const FORM_DOWNLOAD_TYPE: readonly ["link", "file"];
|
|
11
8
|
declare const FormDownloadType: v.PicklistSchema<readonly ["link", "file"], undefined>;
|
|
12
9
|
type FormDownloadType = v.InferOutput<typeof FormDownloadType>;
|
|
13
10
|
declare const FormDownload: v.ObjectSchema<{
|
|
@@ -162,11 +159,12 @@ declare const ComponentFormDownload: v.ObjectSchema<{
|
|
|
162
159
|
} | null | undefined>;
|
|
163
160
|
readonly download_link: v.OptionalSchema<v.NullableSchema<v.StringSchema<undefined>, undefined>, undefined>;
|
|
164
161
|
readonly id: v.NumberSchema<undefined>;
|
|
165
|
-
readonly __component: v.
|
|
162
|
+
readonly __component: v.LiteralSchema<"forms.form-download", undefined>;
|
|
166
163
|
}, undefined>;
|
|
167
164
|
type ComponentFormDownload = v.InferOutput<typeof ComponentFormDownload>;
|
|
168
165
|
//#endregion
|
|
169
166
|
//#region src/components/forms/form-select.d.ts
|
|
167
|
+
declare const FORM_UID: readonly ["ss-newsletter", "ss-sign-up-to-download", "strapi-leads", "strapi-resumes"];
|
|
170
168
|
declare const FormUID: v.PicklistSchema<readonly ["ss-newsletter", "ss-sign-up-to-download", "strapi-leads", "strapi-resumes"], undefined>;
|
|
171
169
|
type FormUID = v.InferOutput<typeof FormUID>;
|
|
172
170
|
declare const FormSelect: v.ObjectSchema<{
|
|
@@ -329,7 +327,7 @@ declare const ComponentFormSelect: v.ObjectSchema<{
|
|
|
329
327
|
readonly id: v.NumberSchema<undefined>;
|
|
330
328
|
}, undefined>, undefined>, undefined>;
|
|
331
329
|
readonly id: v.NumberSchema<undefined>;
|
|
332
|
-
readonly __component: v.
|
|
330
|
+
readonly __component: v.LiteralSchema<"forms.form-select", undefined>;
|
|
333
331
|
}, undefined>;
|
|
334
332
|
type ComponentFormSelect = v.InferOutput<typeof ComponentFormSelect>;
|
|
335
333
|
//#endregion
|
|
@@ -1,15 +1,8 @@
|
|
|
1
|
-
import { n as BaseComponentId
|
|
1
|
+
import { n as BaseComponentId } from "../../component-DmmlXZsZ.mjs";
|
|
2
2
|
import { r as MediaUploadDocument } from "../../media-upload-CnRvtycg.mjs";
|
|
3
3
|
import { r as VDocumentRelationOne } from "../../relation-CleGc56b.mjs";
|
|
4
4
|
import * as v from "valibot";
|
|
5
|
-
//#region src/components/forms/
|
|
6
|
-
const FORM_DOWNLOAD_TYPE = ["link", "file"];
|
|
7
|
-
const FORM_UID = [
|
|
8
|
-
"ss-newsletter",
|
|
9
|
-
"ss-sign-up-to-download",
|
|
10
|
-
"strapi-leads",
|
|
11
|
-
"strapi-resumes"
|
|
12
|
-
];
|
|
5
|
+
//#region src/components/forms/form-download.ts
|
|
13
6
|
const FORM_DOWNLOAD_KEYS = [
|
|
14
7
|
"SS 2025 Get Community Trends Report",
|
|
15
8
|
"SS 2024 Get Community Trends Report",
|
|
@@ -30,9 +23,8 @@ const FORM_DOWNLOAD_KEYS = [
|
|
|
30
23
|
"SS 2020 Going Virtual Guide PDF",
|
|
31
24
|
"SS 2020 Marketable Home Quotes"
|
|
32
25
|
];
|
|
33
|
-
//#endregion
|
|
34
|
-
//#region src/components/forms/form-download.ts
|
|
35
26
|
const FormDownloadKeys = v.picklist(FORM_DOWNLOAD_KEYS);
|
|
27
|
+
const FORM_DOWNLOAD_TYPE = ["link", "file"];
|
|
36
28
|
const FormDownloadType = v.picklist(FORM_DOWNLOAD_TYPE);
|
|
37
29
|
const FormDownload = v.object({
|
|
38
30
|
...BaseComponentId.entries,
|
|
@@ -42,11 +34,17 @@ const FormDownload = v.object({
|
|
|
42
34
|
download_link: v.optional(v.nullable(v.string()))
|
|
43
35
|
});
|
|
44
36
|
const ComponentFormDownload = v.object({
|
|
45
|
-
|
|
37
|
+
__component: v.literal("forms.form-download"),
|
|
46
38
|
...FormDownload.entries
|
|
47
39
|
});
|
|
48
40
|
//#endregion
|
|
49
41
|
//#region src/components/forms/form-select.ts
|
|
42
|
+
const FORM_UID = [
|
|
43
|
+
"ss-newsletter",
|
|
44
|
+
"ss-sign-up-to-download",
|
|
45
|
+
"strapi-leads",
|
|
46
|
+
"strapi-resumes"
|
|
47
|
+
];
|
|
50
48
|
const FormUID = v.picklist(FORM_UID);
|
|
51
49
|
const FormSelect = v.object({
|
|
52
50
|
...BaseComponentId.entries,
|
|
@@ -54,7 +52,7 @@ const FormSelect = v.object({
|
|
|
54
52
|
form_download: v.optional(v.nullable(FormDownload))
|
|
55
53
|
});
|
|
56
54
|
const ComponentFormSelect = v.object({
|
|
57
|
-
|
|
55
|
+
__component: v.literal("forms.form-select"),
|
|
58
56
|
...FormSelect.entries
|
|
59
57
|
});
|
|
60
58
|
//#endregion
|