@riverbankcms/sdk 0.94.0 → 0.96.0
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/README.md +30 -4
- package/dist/{PreviewEditorSidebar-D3PAF7NW.mjs → PreviewEditorSidebar-46VT4QVU.mjs} +3 -3
- package/dist/{PreviewEditorUI-G5JVJEIJ.mjs → PreviewEditorUI-JD75GE5F.mjs} +3 -3
- package/dist/SdkPreviewModeRuntime-MJUSYUFB.mjs +8 -0
- package/dist/_dts/ai/src/contracts/proposals.d.ts +10 -10
- package/dist/_dts/api/src/bookingOperations.d.ts +7 -0
- package/dist/_dts/api/src/bookingRecords.d.ts +3 -0
- package/dist/_dts/api/src/cache-tags.d.ts +4 -0
- package/dist/_dts/api/src/contentRuntime.d.ts +14 -0
- package/dist/_dts/api/src/endpoints.d.ts +8 -0
- package/dist/_dts/api/src/event-presentation.d.ts +15 -0
- package/dist/_dts/api/src/index.d.ts +1 -1
- package/dist/_dts/api/src/public/endpoints.d.ts +1 -1
- package/dist/_dts/api/src/publicExperienceEndpoints.d.ts +17 -4
- package/dist/_dts/api/src/shared-contracts.d.ts +19 -9
- package/dist/_dts/api/src/siteRuntimeEndpoints.d.ts +6 -1
- package/dist/_dts/block-form/src/client/index.d.ts +1 -1
- package/dist/_dts/block-form/src/fields/types.d.ts +9 -1
- package/dist/_dts/block-form/src/registry/schemas.d.ts +4 -0
- package/dist/_dts/block-form/src/registry/widgets.d.ts +1 -0
- package/dist/_dts/block-form/src/widgets/InlineTextField/InlineTextField.d.ts +4 -0
- package/dist/_dts/block-form/src/widgets/InlineTextField/index.d.ts +3 -0
- package/dist/_dts/block-form/src/widgets/InlineTextField/inlineTextFieldDefaults.d.ts +2 -0
- package/dist/_dts/block-form/src/widgets/InlineTextField/inlineTextFieldSchema.d.ts +3 -0
- package/dist/_dts/blocks/src/bindings/index.d.ts +1 -0
- package/dist/_dts/blocks/src/bindings/types.d.ts +1 -0
- package/dist/_dts/blocks/src/index.d.ts +2 -0
- package/dist/_dts/blocks/src/portal/types.d.ts +7 -0
- package/dist/_dts/blocks/src/system/blocks/appointment-booking.d.ts +2 -29631
- package/dist/_dts/blocks/src/system/blocks/blog-listing.d.ts +2 -29614
- package/dist/_dts/blocks/src/system/blocks/cart.d.ts +2 -29634
- package/dist/_dts/blocks/src/system/blocks/checkout.d.ts +2 -29627
- package/dist/_dts/blocks/src/system/blocks/collection.d.ts +2 -29585
- package/dist/_dts/blocks/src/system/blocks/faq.d.ts +2 -29677
- package/dist/_dts/blocks/src/system/blocks/gifting.d.ts +2 -29655
- package/dist/_dts/blocks/src/system/blocks/media-text.d.ts +220 -0
- package/dist/_dts/blocks/src/system/blocks/product-detail.d.ts +2 -29655
- package/dist/_dts/blocks/src/system/blocks/product-list.d.ts +2 -29685
- package/dist/_dts/blocks/src/system/blocks/shop.d.ts +2 -29761
- package/dist/_dts/blocks/src/system/fragments/library/heroCopy.d.ts +9 -0
- package/dist/_dts/blocks/src/system/inlineText.d.ts +78 -0
- package/dist/_dts/blocks/src/system/manifest/derivedContent.d.ts +3 -1
- package/dist/_dts/blocks/src/system/manifest/fieldValidation/index.d.ts +15 -3
- package/dist/_dts/blocks/src/system/manifest/schema.d.ts +188 -7
- package/dist/_dts/blocks/src/system/runtime/api/index.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/api/types.d.ts +21 -6
- package/dist/_dts/blocks/src/system/runtime/nodes/basic.d.ts +2 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/event-registration/TicketSelectionStep.d.ts +5 -3
- package/dist/_dts/blocks/src/system/runtime/nodes/event-registration/event-registration.headless.contract.d.ts +5 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/event-registration/hooks.d.ts +2 -2
- package/dist/_dts/blocks/src/system/runtime/nodes/event-registration/sessionStorage.d.ts +9 -6
- package/dist/_dts/blocks/src/system/runtime/nodes/event-registration/ticketSelectionLines.d.ts +36 -0
- package/dist/_dts/blocks/src/system/runtime/nodes/event-registration/types.d.ts +7 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/event-registration/useEventRegistrationStripeReturn.d.ts +2 -2
- package/dist/_dts/blocks/src/system/runtime/nodes/event-registration/useEventRegistrationSubmit.d.ts +2 -3
- package/dist/_dts/blocks/src/system/runtime/nodes/event-registration/useEventRegistrationWizard.d.ts +19 -4
- package/dist/_dts/blocks/src/system/runtime/nodes/renderInlineText.d.ts +3 -0
- package/dist/_dts/content-editor/src/index.d.ts +1 -0
- package/dist/_dts/content-editor/src/primitives/PreviewInlineTextEditor.d.ts +9 -0
- package/dist/_dts/content-model/src/entry-slots/types.d.ts +6 -0
- package/dist/_dts/content-model/src/templates/bindingTypeCompatibility.d.ts +1 -1
- package/dist/_dts/content-model/src/templates/defaults.d.ts +30 -0
- package/dist/_dts/content-model/src/templates/types.d.ts +1 -0
- package/dist/_dts/db/src/generated/supabase/database.types.d.ts +163 -2
- package/dist/_dts/editor/src/inline/FloatingToolbar.d.ts +18 -0
- package/dist/_dts/editor/src/inline/InlineTextEditor.d.ts +18 -1
- package/dist/_dts/editor/src/inline/InlineTextEditorStyles.d.ts +1 -0
- package/dist/_dts/editor/src/inline/domParse.d.ts +3 -0
- package/dist/_dts/editor/src/inline/presentation.d.ts +48 -0
- package/dist/_dts/editor/src/inline/selection.d.ts +12 -0
- package/dist/_dts/editor-blocks/src/widgets/index.d.ts +1 -0
- package/dist/_dts/editor-blocks/src/widgets/inline-text/InlineTextField.d.ts +3 -0
- package/dist/_dts/editor-blocks/src/widgets/inline-text/index.d.ts +1 -0
- package/dist/_dts/media-core/src/assetsInUseSummary.d.ts +7 -0
- package/dist/_dts/media-core/src/mediaUsageProjection.d.ts +29 -1
- package/dist/_dts/path-utils/src/index.d.ts +1 -0
- package/dist/_dts/preview-next/src/client/widgets/widgetOverrides.d.ts +1 -0
- package/dist/_dts/sdk/src/cli/commands/content.d.ts +56 -0
- package/dist/_dts/sdk/src/cli/commands/push/options.d.ts +4 -0
- package/dist/_dts/sdk/src/cli/commands/push/scopes/commandBackedDatedOfferingScope.d.ts +2 -6
- package/dist/_dts/sdk/src/cli/commands/push/scopes/types.d.ts +2 -0
- package/dist/_dts/sdk/src/cli/commands/push/verification.d.ts +56 -0
- package/dist/_dts/sdk/src/cli/commands/push-execute.d.ts +2 -1
- package/dist/_dts/sdk/src/cli/content/edit/format.d.ts +2 -0
- package/dist/_dts/sdk/src/cli/content/edit/path.d.ts +14 -0
- package/dist/_dts/sdk/src/cli/content/edit/planner.d.ts +46 -0
- package/dist/_dts/sdk/src/cli/content/fs-utils.d.ts +4 -0
- package/dist/_dts/sdk/src/cli/content/writer.d.ts +2 -0
- package/dist/_dts/sdk/src/cli/merge-remote/mergeFieldChanges.d.ts +22 -0
- package/dist/_dts/sdk/src/cli/merge-remote/pageLocal.d.ts +3 -0
- package/dist/_dts/sdk/src/cli/merge-remote/pageMerge.d.ts +78 -0
- package/dist/_dts/sdk/src/cli/merge-remote/pageMergePlan.d.ts +36 -0
- package/dist/_dts/sdk/src/cli/merge-remote/pageMergePush.d.ts +21 -0
- package/dist/_dts/sdk/src/cli/merge-remote/pageMergeReport.d.ts +29 -0
- package/dist/_dts/sdk/src/cli/merge-remote/pageSnapshots.d.ts +48 -0
- package/dist/_dts/sdk/src/cli/sync/diff.d.ts +3 -6
- package/dist/_dts/sdk/src/cli/sync/field-diff.d.ts +39 -0
- package/dist/_dts/sdk/src/cli/sync/index.d.ts +1 -0
- package/dist/_dts/sdk/src/client/types.d.ts +7 -2
- package/dist/_dts/sdk/src/config/field-definitions.d.ts +8 -3
- package/dist/_dts/sdk/src/config/typed-entries.d.ts +5 -3
- package/dist/_dts/sdk/src/contracts/bindings.d.ts +1 -0
- package/dist/_dts/sdk/src/contracts/content.d.ts +18 -0
- package/dist/_dts/sdk/src/contracts/index.d.ts +1 -1
- package/dist/_dts/sdk/src/contracts/system-block-content.d.ts +3 -2
- package/dist/_dts/sdk/src/next/middleware.d.ts +1 -0
- package/dist/_dts/sdk/src/next/redirect-destination.d.ts +3 -0
- package/dist/_dts/sdk/src/next/route-outcome-proxy.d.ts +22 -0
- package/dist/_dts/sdk/src/public-api/contracts.d.ts +20 -1
- package/dist/_dts/sdk/src/public-api/runtime.d.ts +1 -1
- package/dist/_dts/sdk/src/rendering/helpers/bindings.d.ts +1 -0
- package/dist/_dts/sdk/src/rendering/helpers/loadContent.d.ts +9 -1
- package/dist/_dts/sdk/src/version.d.ts +1 -1
- package/dist/_dts/theme-core/src/accordions/types.d.ts +1 -1
- package/dist/_dts/theme-core/src/buttons/types.d.ts +1 -1
- package/dist/_dts/theme-core/src/cards/types.d.ts +15 -15
- package/dist/_dts/theme-core/src/generated/containerResponsiveThemeCss.d.ts +1 -1
- package/dist/_dts/theme-core/src/inputs/types.d.ts +1 -1
- package/dist/_dts/theme-core/src/mock-themes/all.d.ts +42 -42
- package/dist/_dts/theme-core/src/palette/variants/types.d.ts +2 -2
- package/dist/_dts/theme-core/src/schema.d.ts +44 -44
- package/dist/_dts/theme-core/src/site-styles/backgroundAppearance.d.ts +2 -2
- package/dist/_dts/theme-core/src/site-styles/designState.d.ts +16 -16
- package/dist/_dts/theme-core/src/site-styles/pageDesignIntent.d.ts +4 -4
- package/dist/_dts/theme-core/src/site-styles/tokenRecipes.d.ts +1 -1
- package/dist/_dts/theme-core/src/tokens/themeColorTokens.d.ts +1 -1
- package/dist/{chunk-AQ6RT6LZ.mjs → chunk-4TLTV7OB.mjs} +2 -2
- package/dist/{chunk-NT76QGIJ.mjs → chunk-7ED5UNHL.mjs} +14 -0
- package/dist/{chunk-XIK2HYI3.mjs → chunk-EL55VV6Q.mjs} +49 -9
- package/dist/{chunk-A63UXN3P.mjs → chunk-VHIMXQ7Z.mjs} +106 -4
- package/dist/{chunk-AJZGT6YG.mjs → chunk-VTPPVAOL.mjs} +1 -1
- package/dist/{chunk-PCNCETBI.mjs → chunk-XMATDBXO.mjs} +2082 -408
- package/dist/cli/index.mjs +2809 -787
- package/dist/cli/init-docs/content/cli-reference.md +43 -4
- package/dist/cli/init-docs/content/content-management.md +22 -0
- package/dist/client/{accordion-RNQIPG55.mjs → accordion-GUNXIIZR.mjs} +1 -1
- package/dist/client/{bookingForm-HYEEVRLP.mjs → bookingForm-AOU4VHP5.mjs} +3 -3
- package/dist/client/bookings.mjs +211 -105
- package/dist/client/{carousel-W7DQ3YPU.mjs → carousel-4QSX2JPC.mjs} +1 -1
- package/dist/client/{cart-PXJ3SXXO.mjs → cart-JKN6C4ZB.mjs} +4 -4
- package/dist/client/{checkout-X3JYSOXI.mjs → checkout-YY6YMITW.mjs} +4 -4
- package/dist/client/{chunk-PICR3NTQ.mjs → chunk-6H27K6AA.mjs} +1 -1
- package/dist/client/{chunk-J6TMMMXW.mjs → chunk-A3YN7M3G.mjs} +1 -1
- package/dist/client/{chunk-YYVGSYBO.mjs → chunk-BFCJZODD.mjs} +3 -3
- package/dist/client/{chunk-IXDSXF2D.mjs → chunk-CPKMJVBD.mjs} +353 -187
- package/dist/client/{chunk-6SYGVVWA.mjs → chunk-GWCRCJLB.mjs} +9 -0
- package/dist/client/{chunk-Q47XGAGS.mjs → chunk-H7A6PUGM.mjs} +1 -1
- package/dist/client/{chunk-WERRJXNJ.mjs → chunk-SY543WZ3.mjs} +1 -1
- package/dist/client/{chunk-DUOHLWLF.mjs → chunk-VJROUYOQ.mjs} +2 -2
- package/dist/client/client.mjs +4495 -3855
- package/dist/client/{courseRegistration-QZ67PVHO.mjs → courseRegistration-UU2KMPSQ.mjs} +3 -3
- package/dist/client/{eventCalendar-V3BDHQNT.mjs → eventCalendar-WIVNS2TM.mjs} +6 -6
- package/dist/client/{eventCombined-XYFRN2RG.mjs → eventCombined-P3G5MW4J.mjs} +6 -6
- package/dist/client/{eventDetails-TFE5TWKV.mjs → eventDetails-2VHJ2RDG.mjs} +6 -6
- package/dist/client/{eventListing-IQ6AGWZ6.mjs → eventListing-TGO6JI3R.mjs} +6 -6
- package/dist/client/{eventRegistration-WGJVFKQJ.mjs → eventRegistration-B46HEJES.mjs} +6 -6
- package/dist/client/{form-6UZY6RUA.mjs → form-VKRTFUNQ.mjs} +1 -1
- package/dist/client/{headerSection-RSFXY6V3.mjs → headerSection-XUX4ZJLO.mjs} +2 -2
- package/dist/client/hooks.mjs +34 -3
- package/dist/client/{locationMap-24FH67I4.mjs → locationMap-NQFI5MJO.mjs} +2 -2
- package/dist/client/{newsletterForm-QVL3MLTN.mjs → newsletterForm-P2GETCQK.mjs} +1 -1
- package/dist/client/{productDetail-ZDYN3G4T.mjs → productDetail-7NQ7O5IF.mjs} +4 -4
- package/dist/client/{productList-4BMJLQHZ.mjs → productList-RX6ZJ7BL.mjs} +4 -4
- package/dist/client/rendering/client.mjs +4170 -3768
- package/dist/client/rendering/islands.mjs +18 -18
- package/dist/client/rendering.mjs +1700 -1065
- package/dist/client/{shop-U5C634FF.mjs → shop-BHN5AKY6.mjs} +4 -4
- package/dist/preview-next/before-render.mjs +14 -0
- package/dist/preview-next/client/runtime.mjs +5 -5
- package/dist/preview-next/middleware.mjs +14 -0
- package/dist/{sdk-runtime-VGV46WVB.mjs → sdk-runtime-X2LXQ5IC.mjs} +6 -6
- package/dist/server/components.mjs +3255 -2827
- package/dist/server/config-template-validation.mjs +29 -20
- package/dist/server/config-validation.mjs +36 -4
- package/dist/server/config.mjs +36 -4
- package/dist/server/data.mjs +34 -3
- package/dist/server/index.mjs +44 -1
- package/dist/server/next/middleware.mjs +120 -0
- package/dist/server/next.mjs +3405 -2859
- package/dist/server/page-converter.mjs +20 -3
- package/dist/server/prebuild.mjs +1 -1
- package/dist/server/rendering/server.mjs +3264 -2837
- package/dist/server/rendering.mjs +3295 -2844
- package/dist/server/routing.mjs +35 -4
- package/dist/server/server.mjs +2358 -2188
- package/dist/server/theme-bridge.mjs +140 -0
- package/dist/styles/index.css +139 -0
- package/package.json +5 -1
- package/dist/SdkPreviewModeRuntime-NHTLRNQD.mjs +0 -8
|
@@ -190,9 +190,9 @@ export declare const sectionStylesOverrideSchema: z.ZodObject<{
|
|
|
190
190
|
"lined-panel": "lined-panel";
|
|
191
191
|
}>>>;
|
|
192
192
|
eyebrowTreatment: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
193
|
+
accent: "accent";
|
|
193
194
|
plain: "plain";
|
|
194
195
|
pill: "pill";
|
|
195
|
-
accent: "accent";
|
|
196
196
|
"accent-pill": "accent-pill";
|
|
197
197
|
"pill-bounce": "pill-bounce";
|
|
198
198
|
"accent-pill-bounce": "accent-pill-bounce";
|
|
@@ -206,9 +206,9 @@ export declare const sectionStylesOverrideSchema: z.ZodObject<{
|
|
|
206
206
|
}>;
|
|
207
207
|
colorToken: z.ZodOptional<z.ZodEnum<{
|
|
208
208
|
text: "text";
|
|
209
|
+
accent: "accent";
|
|
209
210
|
primary: "primary";
|
|
210
211
|
secondary: "secondary";
|
|
211
|
-
accent: "accent";
|
|
212
212
|
muted: "muted";
|
|
213
213
|
border: "border";
|
|
214
214
|
}>>;
|
|
@@ -227,17 +227,17 @@ export declare const sectionStylesOverrideSchema: z.ZodObject<{
|
|
|
227
227
|
colorToken: z.ZodEnum<{
|
|
228
228
|
current: "current";
|
|
229
229
|
text: "text";
|
|
230
|
+
accent: "accent";
|
|
230
231
|
primary: "primary";
|
|
231
232
|
secondary: "secondary";
|
|
232
|
-
accent: "accent";
|
|
233
233
|
muted: "muted";
|
|
234
234
|
}>;
|
|
235
235
|
openColorToken: z.ZodOptional<z.ZodEnum<{
|
|
236
236
|
current: "current";
|
|
237
237
|
text: "text";
|
|
238
|
+
accent: "accent";
|
|
238
239
|
primary: "primary";
|
|
239
240
|
secondary: "secondary";
|
|
240
|
-
accent: "accent";
|
|
241
241
|
muted: "muted";
|
|
242
242
|
}>>;
|
|
243
243
|
motion: z.ZodEnum<{
|
|
@@ -574,9 +574,9 @@ declare const blockStyleOverridesSchema: z.ZodObject<{
|
|
|
574
574
|
"lined-panel": "lined-panel";
|
|
575
575
|
}>>>;
|
|
576
576
|
eyebrowTreatment: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
577
|
+
accent: "accent";
|
|
577
578
|
plain: "plain";
|
|
578
579
|
pill: "pill";
|
|
579
|
-
accent: "accent";
|
|
580
580
|
"accent-pill": "accent-pill";
|
|
581
581
|
"pill-bounce": "pill-bounce";
|
|
582
582
|
"accent-pill-bounce": "accent-pill-bounce";
|
|
@@ -590,9 +590,9 @@ declare const blockStyleOverridesSchema: z.ZodObject<{
|
|
|
590
590
|
}>;
|
|
591
591
|
colorToken: z.ZodOptional<z.ZodEnum<{
|
|
592
592
|
text: "text";
|
|
593
|
+
accent: "accent";
|
|
593
594
|
primary: "primary";
|
|
594
595
|
secondary: "secondary";
|
|
595
|
-
accent: "accent";
|
|
596
596
|
muted: "muted";
|
|
597
597
|
border: "border";
|
|
598
598
|
}>>;
|
|
@@ -611,17 +611,17 @@ declare const blockStyleOverridesSchema: z.ZodObject<{
|
|
|
611
611
|
colorToken: z.ZodEnum<{
|
|
612
612
|
current: "current";
|
|
613
613
|
text: "text";
|
|
614
|
+
accent: "accent";
|
|
614
615
|
primary: "primary";
|
|
615
616
|
secondary: "secondary";
|
|
616
|
-
accent: "accent";
|
|
617
617
|
muted: "muted";
|
|
618
618
|
}>;
|
|
619
619
|
openColorToken: z.ZodOptional<z.ZodEnum<{
|
|
620
620
|
current: "current";
|
|
621
621
|
text: "text";
|
|
622
|
+
accent: "accent";
|
|
622
623
|
primary: "primary";
|
|
623
624
|
secondary: "secondary";
|
|
624
|
-
accent: "accent";
|
|
625
625
|
muted: "muted";
|
|
626
626
|
}>>;
|
|
627
627
|
motion: z.ZodEnum<{
|
|
@@ -987,9 +987,9 @@ declare const blockThemeOverrideSchema: z.ZodObject<{
|
|
|
987
987
|
"lined-panel": "lined-panel";
|
|
988
988
|
}>>>;
|
|
989
989
|
eyebrowTreatment: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
990
|
+
accent: "accent";
|
|
990
991
|
plain: "plain";
|
|
991
992
|
pill: "pill";
|
|
992
|
-
accent: "accent";
|
|
993
993
|
"accent-pill": "accent-pill";
|
|
994
994
|
"pill-bounce": "pill-bounce";
|
|
995
995
|
"accent-pill-bounce": "accent-pill-bounce";
|
|
@@ -1003,9 +1003,9 @@ declare const blockThemeOverrideSchema: z.ZodObject<{
|
|
|
1003
1003
|
}>;
|
|
1004
1004
|
colorToken: z.ZodOptional<z.ZodEnum<{
|
|
1005
1005
|
text: "text";
|
|
1006
|
+
accent: "accent";
|
|
1006
1007
|
primary: "primary";
|
|
1007
1008
|
secondary: "secondary";
|
|
1008
|
-
accent: "accent";
|
|
1009
1009
|
muted: "muted";
|
|
1010
1010
|
border: "border";
|
|
1011
1011
|
}>>;
|
|
@@ -1024,17 +1024,17 @@ declare const blockThemeOverrideSchema: z.ZodObject<{
|
|
|
1024
1024
|
colorToken: z.ZodEnum<{
|
|
1025
1025
|
current: "current";
|
|
1026
1026
|
text: "text";
|
|
1027
|
+
accent: "accent";
|
|
1027
1028
|
primary: "primary";
|
|
1028
1029
|
secondary: "secondary";
|
|
1029
|
-
accent: "accent";
|
|
1030
1030
|
muted: "muted";
|
|
1031
1031
|
}>;
|
|
1032
1032
|
openColorToken: z.ZodOptional<z.ZodEnum<{
|
|
1033
1033
|
current: "current";
|
|
1034
1034
|
text: "text";
|
|
1035
|
+
accent: "accent";
|
|
1035
1036
|
primary: "primary";
|
|
1036
1037
|
secondary: "secondary";
|
|
1037
|
-
accent: "accent";
|
|
1038
1038
|
muted: "muted";
|
|
1039
1039
|
}>>;
|
|
1040
1040
|
motion: z.ZodEnum<{
|
|
@@ -1545,10 +1545,10 @@ export declare const spaceSchema: z.ZodEnum<{
|
|
|
1545
1545
|
dense: "dense";
|
|
1546
1546
|
}>;
|
|
1547
1547
|
export declare const corners: z.ZodEnum<{
|
|
1548
|
+
soft: "soft";
|
|
1548
1549
|
square: "square";
|
|
1549
1550
|
rounded: "rounded";
|
|
1550
1551
|
pill: "pill";
|
|
1551
|
-
soft: "soft";
|
|
1552
1552
|
}>;
|
|
1553
1553
|
export declare const shadow: z.ZodObject<{
|
|
1554
1554
|
elevation: z.ZodEnum<{
|
|
@@ -1594,10 +1594,10 @@ export declare const motion: z.ZodObject<{
|
|
|
1594
1594
|
}, z.core.$strip>;
|
|
1595
1595
|
export declare const buttonStyle: z.ZodObject<{
|
|
1596
1596
|
shape: z.ZodEnum<{
|
|
1597
|
+
soft: "soft";
|
|
1597
1598
|
square: "square";
|
|
1598
1599
|
rounded: "rounded";
|
|
1599
1600
|
pill: "pill";
|
|
1600
|
-
soft: "soft";
|
|
1601
1601
|
}>;
|
|
1602
1602
|
}, z.core.$strip>;
|
|
1603
1603
|
export declare const cardStyle: z.ZodObject<{
|
|
@@ -1613,10 +1613,10 @@ export declare const cardStyle: z.ZodObject<{
|
|
|
1613
1613
|
defined: "defined";
|
|
1614
1614
|
}>;
|
|
1615
1615
|
shape: z.ZodEnum<{
|
|
1616
|
+
soft: "soft";
|
|
1616
1617
|
square: "square";
|
|
1617
1618
|
rounded: "rounded";
|
|
1618
1619
|
pill: "pill";
|
|
1619
|
-
soft: "soft";
|
|
1620
1620
|
}>;
|
|
1621
1621
|
headerStyle: z.ZodNullable<z.ZodEnum<{
|
|
1622
1622
|
plain: "plain";
|
|
@@ -1631,10 +1631,10 @@ export declare const cardStyle: z.ZodObject<{
|
|
|
1631
1631
|
}, z.core.$strip>;
|
|
1632
1632
|
export declare const inputStyle: z.ZodObject<{
|
|
1633
1633
|
shape: z.ZodEnum<{
|
|
1634
|
+
soft: "soft";
|
|
1634
1635
|
square: "square";
|
|
1635
1636
|
rounded: "rounded";
|
|
1636
1637
|
pill: "pill";
|
|
1637
|
-
soft: "soft";
|
|
1638
1638
|
}>;
|
|
1639
1639
|
border: z.ZodEnum<{
|
|
1640
1640
|
subtle: "subtle";
|
|
@@ -3194,10 +3194,10 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
3194
3194
|
}>>;
|
|
3195
3195
|
}, z.core.$strip>;
|
|
3196
3196
|
corners: z.ZodEnum<{
|
|
3197
|
+
soft: "soft";
|
|
3197
3198
|
square: "square";
|
|
3198
3199
|
rounded: "rounded";
|
|
3199
3200
|
pill: "pill";
|
|
3200
|
-
soft: "soft";
|
|
3201
3201
|
}>;
|
|
3202
3202
|
gradients: z.ZodOptional<z.ZodObject<{
|
|
3203
3203
|
button: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -4361,38 +4361,38 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
4361
4361
|
}>>;
|
|
4362
4362
|
}, z.core.$strip>>;
|
|
4363
4363
|
corners: z.ZodOptional<z.ZodEnum<{
|
|
4364
|
+
soft: "soft";
|
|
4364
4365
|
square: "square";
|
|
4365
4366
|
rounded: "rounded";
|
|
4366
4367
|
pill: "pill";
|
|
4367
|
-
soft: "soft";
|
|
4368
4368
|
}>>;
|
|
4369
4369
|
cornerRadii: z.ZodOptional<z.ZodObject<{
|
|
4370
4370
|
topLeft: z.ZodOptional<z.ZodEnum<{
|
|
4371
|
+
soft: "soft";
|
|
4371
4372
|
square: "square";
|
|
4372
4373
|
rounded: "rounded";
|
|
4373
4374
|
pill: "pill";
|
|
4374
|
-
soft: "soft";
|
|
4375
4375
|
expressive: "expressive";
|
|
4376
4376
|
}>>;
|
|
4377
4377
|
topRight: z.ZodOptional<z.ZodEnum<{
|
|
4378
|
+
soft: "soft";
|
|
4378
4379
|
square: "square";
|
|
4379
4380
|
rounded: "rounded";
|
|
4380
4381
|
pill: "pill";
|
|
4381
|
-
soft: "soft";
|
|
4382
4382
|
expressive: "expressive";
|
|
4383
4383
|
}>>;
|
|
4384
4384
|
bottomLeft: z.ZodOptional<z.ZodEnum<{
|
|
4385
|
+
soft: "soft";
|
|
4385
4386
|
square: "square";
|
|
4386
4387
|
rounded: "rounded";
|
|
4387
4388
|
pill: "pill";
|
|
4388
|
-
soft: "soft";
|
|
4389
4389
|
expressive: "expressive";
|
|
4390
4390
|
}>>;
|
|
4391
4391
|
bottomRight: z.ZodOptional<z.ZodEnum<{
|
|
4392
|
+
soft: "soft";
|
|
4392
4393
|
square: "square";
|
|
4393
4394
|
rounded: "rounded";
|
|
4394
4395
|
pill: "pill";
|
|
4395
|
-
soft: "soft";
|
|
4396
4396
|
expressive: "expressive";
|
|
4397
4397
|
}>>;
|
|
4398
4398
|
}, z.core.$strip>>;
|
|
@@ -4431,10 +4431,10 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
4431
4431
|
spacious: "spacious";
|
|
4432
4432
|
}>;
|
|
4433
4433
|
corners: z.ZodNullable<z.ZodEnum<{
|
|
4434
|
+
soft: "soft";
|
|
4434
4435
|
square: "square";
|
|
4435
4436
|
rounded: "rounded";
|
|
4436
4437
|
pill: "pill";
|
|
4437
|
-
soft: "soft";
|
|
4438
4438
|
}>>;
|
|
4439
4439
|
border: z.ZodNullable<z.ZodObject<{
|
|
4440
4440
|
widthClass: z.ZodString;
|
|
@@ -4566,10 +4566,10 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
4566
4566
|
}>>;
|
|
4567
4567
|
}, z.core.$strip>;
|
|
4568
4568
|
corners: z.ZodNullable<z.ZodEnum<{
|
|
4569
|
+
soft: "soft";
|
|
4569
4570
|
square: "square";
|
|
4570
4571
|
rounded: "rounded";
|
|
4571
4572
|
pill: "pill";
|
|
4572
|
-
soft: "soft";
|
|
4573
4573
|
}>>;
|
|
4574
4574
|
shadow: z.ZodNullable<z.ZodObject<{
|
|
4575
4575
|
elevation: z.ZodEnum<{
|
|
@@ -4646,10 +4646,10 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
4646
4646
|
}, z.core.$strip>>;
|
|
4647
4647
|
inputStyle: z.ZodOptional<z.ZodObject<{
|
|
4648
4648
|
shape: z.ZodEnum<{
|
|
4649
|
+
soft: "soft";
|
|
4649
4650
|
square: "square";
|
|
4650
4651
|
rounded: "rounded";
|
|
4651
4652
|
pill: "pill";
|
|
4652
|
-
soft: "soft";
|
|
4653
4653
|
}>;
|
|
4654
4654
|
border: z.ZodEnum<{
|
|
4655
4655
|
subtle: "subtle";
|
|
@@ -4800,9 +4800,9 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
4800
4800
|
"lined-panel": "lined-panel";
|
|
4801
4801
|
}>>>;
|
|
4802
4802
|
eyebrowTreatment: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
4803
|
+
accent: "accent";
|
|
4803
4804
|
plain: "plain";
|
|
4804
4805
|
pill: "pill";
|
|
4805
|
-
accent: "accent";
|
|
4806
4806
|
"accent-pill": "accent-pill";
|
|
4807
4807
|
"pill-bounce": "pill-bounce";
|
|
4808
4808
|
"accent-pill-bounce": "accent-pill-bounce";
|
|
@@ -4816,9 +4816,9 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
4816
4816
|
}>;
|
|
4817
4817
|
colorToken: z.ZodOptional<z.ZodEnum<{
|
|
4818
4818
|
text: "text";
|
|
4819
|
+
accent: "accent";
|
|
4819
4820
|
primary: "primary";
|
|
4820
4821
|
secondary: "secondary";
|
|
4821
|
-
accent: "accent";
|
|
4822
4822
|
muted: "muted";
|
|
4823
4823
|
border: "border";
|
|
4824
4824
|
}>>;
|
|
@@ -4837,17 +4837,17 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
4837
4837
|
colorToken: z.ZodEnum<{
|
|
4838
4838
|
current: "current";
|
|
4839
4839
|
text: "text";
|
|
4840
|
+
accent: "accent";
|
|
4840
4841
|
primary: "primary";
|
|
4841
4842
|
secondary: "secondary";
|
|
4842
|
-
accent: "accent";
|
|
4843
4843
|
muted: "muted";
|
|
4844
4844
|
}>;
|
|
4845
4845
|
openColorToken: z.ZodOptional<z.ZodEnum<{
|
|
4846
4846
|
current: "current";
|
|
4847
4847
|
text: "text";
|
|
4848
|
+
accent: "accent";
|
|
4848
4849
|
primary: "primary";
|
|
4849
4850
|
secondary: "secondary";
|
|
4850
|
-
accent: "accent";
|
|
4851
4851
|
muted: "muted";
|
|
4852
4852
|
}>>;
|
|
4853
4853
|
motion: z.ZodEnum<{
|
|
@@ -5090,9 +5090,9 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
5090
5090
|
}>;
|
|
5091
5091
|
colorToken: z.ZodOptional<z.ZodEnum<{
|
|
5092
5092
|
text: "text";
|
|
5093
|
+
accent: "accent";
|
|
5093
5094
|
primary: "primary";
|
|
5094
5095
|
secondary: "secondary";
|
|
5095
|
-
accent: "accent";
|
|
5096
5096
|
muted: "muted";
|
|
5097
5097
|
border: "border";
|
|
5098
5098
|
}>>;
|
|
@@ -5504,10 +5504,10 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
5504
5504
|
}>>;
|
|
5505
5505
|
}, z.core.$strip>;
|
|
5506
5506
|
corners: z.ZodEnum<{
|
|
5507
|
+
soft: "soft";
|
|
5507
5508
|
square: "square";
|
|
5508
5509
|
rounded: "rounded";
|
|
5509
5510
|
pill: "pill";
|
|
5510
|
-
soft: "soft";
|
|
5511
5511
|
}>;
|
|
5512
5512
|
gradients: z.ZodOptional<z.ZodObject<{
|
|
5513
5513
|
button: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -6671,38 +6671,38 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
6671
6671
|
}>>;
|
|
6672
6672
|
}, z.core.$strip>>;
|
|
6673
6673
|
corners: z.ZodOptional<z.ZodEnum<{
|
|
6674
|
+
soft: "soft";
|
|
6674
6675
|
square: "square";
|
|
6675
6676
|
rounded: "rounded";
|
|
6676
6677
|
pill: "pill";
|
|
6677
|
-
soft: "soft";
|
|
6678
6678
|
}>>;
|
|
6679
6679
|
cornerRadii: z.ZodOptional<z.ZodObject<{
|
|
6680
6680
|
topLeft: z.ZodOptional<z.ZodEnum<{
|
|
6681
|
+
soft: "soft";
|
|
6681
6682
|
square: "square";
|
|
6682
6683
|
rounded: "rounded";
|
|
6683
6684
|
pill: "pill";
|
|
6684
|
-
soft: "soft";
|
|
6685
6685
|
expressive: "expressive";
|
|
6686
6686
|
}>>;
|
|
6687
6687
|
topRight: z.ZodOptional<z.ZodEnum<{
|
|
6688
|
+
soft: "soft";
|
|
6688
6689
|
square: "square";
|
|
6689
6690
|
rounded: "rounded";
|
|
6690
6691
|
pill: "pill";
|
|
6691
|
-
soft: "soft";
|
|
6692
6692
|
expressive: "expressive";
|
|
6693
6693
|
}>>;
|
|
6694
6694
|
bottomLeft: z.ZodOptional<z.ZodEnum<{
|
|
6695
|
+
soft: "soft";
|
|
6695
6696
|
square: "square";
|
|
6696
6697
|
rounded: "rounded";
|
|
6697
6698
|
pill: "pill";
|
|
6698
|
-
soft: "soft";
|
|
6699
6699
|
expressive: "expressive";
|
|
6700
6700
|
}>>;
|
|
6701
6701
|
bottomRight: z.ZodOptional<z.ZodEnum<{
|
|
6702
|
+
soft: "soft";
|
|
6702
6703
|
square: "square";
|
|
6703
6704
|
rounded: "rounded";
|
|
6704
6705
|
pill: "pill";
|
|
6705
|
-
soft: "soft";
|
|
6706
6706
|
expressive: "expressive";
|
|
6707
6707
|
}>>;
|
|
6708
6708
|
}, z.core.$strip>>;
|
|
@@ -6741,10 +6741,10 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
6741
6741
|
spacious: "spacious";
|
|
6742
6742
|
}>;
|
|
6743
6743
|
corners: z.ZodNullable<z.ZodEnum<{
|
|
6744
|
+
soft: "soft";
|
|
6744
6745
|
square: "square";
|
|
6745
6746
|
rounded: "rounded";
|
|
6746
6747
|
pill: "pill";
|
|
6747
|
-
soft: "soft";
|
|
6748
6748
|
}>>;
|
|
6749
6749
|
border: z.ZodNullable<z.ZodObject<{
|
|
6750
6750
|
widthClass: z.ZodString;
|
|
@@ -6876,10 +6876,10 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
6876
6876
|
}>>;
|
|
6877
6877
|
}, z.core.$strip>;
|
|
6878
6878
|
corners: z.ZodNullable<z.ZodEnum<{
|
|
6879
|
+
soft: "soft";
|
|
6879
6880
|
square: "square";
|
|
6880
6881
|
rounded: "rounded";
|
|
6881
6882
|
pill: "pill";
|
|
6882
|
-
soft: "soft";
|
|
6883
6883
|
}>>;
|
|
6884
6884
|
shadow: z.ZodNullable<z.ZodObject<{
|
|
6885
6885
|
elevation: z.ZodEnum<{
|
|
@@ -6956,10 +6956,10 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
6956
6956
|
}, z.core.$strip>>;
|
|
6957
6957
|
inputStyle: z.ZodOptional<z.ZodObject<{
|
|
6958
6958
|
shape: z.ZodEnum<{
|
|
6959
|
+
soft: "soft";
|
|
6959
6960
|
square: "square";
|
|
6960
6961
|
rounded: "rounded";
|
|
6961
6962
|
pill: "pill";
|
|
6962
|
-
soft: "soft";
|
|
6963
6963
|
}>;
|
|
6964
6964
|
border: z.ZodEnum<{
|
|
6965
6965
|
subtle: "subtle";
|
|
@@ -7110,9 +7110,9 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
7110
7110
|
"lined-panel": "lined-panel";
|
|
7111
7111
|
}>>>;
|
|
7112
7112
|
eyebrowTreatment: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
7113
|
+
accent: "accent";
|
|
7113
7114
|
plain: "plain";
|
|
7114
7115
|
pill: "pill";
|
|
7115
|
-
accent: "accent";
|
|
7116
7116
|
"accent-pill": "accent-pill";
|
|
7117
7117
|
"pill-bounce": "pill-bounce";
|
|
7118
7118
|
"accent-pill-bounce": "accent-pill-bounce";
|
|
@@ -7126,9 +7126,9 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
7126
7126
|
}>;
|
|
7127
7127
|
colorToken: z.ZodOptional<z.ZodEnum<{
|
|
7128
7128
|
text: "text";
|
|
7129
|
+
accent: "accent";
|
|
7129
7130
|
primary: "primary";
|
|
7130
7131
|
secondary: "secondary";
|
|
7131
|
-
accent: "accent";
|
|
7132
7132
|
muted: "muted";
|
|
7133
7133
|
border: "border";
|
|
7134
7134
|
}>>;
|
|
@@ -7147,17 +7147,17 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
7147
7147
|
colorToken: z.ZodEnum<{
|
|
7148
7148
|
current: "current";
|
|
7149
7149
|
text: "text";
|
|
7150
|
+
accent: "accent";
|
|
7150
7151
|
primary: "primary";
|
|
7151
7152
|
secondary: "secondary";
|
|
7152
|
-
accent: "accent";
|
|
7153
7153
|
muted: "muted";
|
|
7154
7154
|
}>;
|
|
7155
7155
|
openColorToken: z.ZodOptional<z.ZodEnum<{
|
|
7156
7156
|
current: "current";
|
|
7157
7157
|
text: "text";
|
|
7158
|
+
accent: "accent";
|
|
7158
7159
|
primary: "primary";
|
|
7159
7160
|
secondary: "secondary";
|
|
7160
|
-
accent: "accent";
|
|
7161
7161
|
muted: "muted";
|
|
7162
7162
|
}>>;
|
|
7163
7163
|
motion: z.ZodEnum<{
|
|
@@ -7400,9 +7400,9 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
7400
7400
|
}>;
|
|
7401
7401
|
colorToken: z.ZodOptional<z.ZodEnum<{
|
|
7402
7402
|
text: "text";
|
|
7403
|
+
accent: "accent";
|
|
7403
7404
|
primary: "primary";
|
|
7404
7405
|
secondary: "secondary";
|
|
7405
|
-
accent: "accent";
|
|
7406
7406
|
muted: "muted";
|
|
7407
7407
|
border: "border";
|
|
7408
7408
|
}>>;
|
|
@@ -19,8 +19,8 @@ export type ThemeChromeTextLegibilityPlan = Readonly<{
|
|
|
19
19
|
export declare const backgroundAppearanceQuickColorTokenNames: readonly ["background", "surface", "muted", "primary", "secondary", "accent"];
|
|
20
20
|
export declare const backgroundAppearanceBaseColorTokenNames: readonly ["background", "surface", "surfaceAlt", "muted", "primary", "secondary", "accent", "neutral"];
|
|
21
21
|
export declare const backgroundAppearanceShadeableColorTokenNames: readonly ["primary", "secondary", "accent", "neutral"];
|
|
22
|
-
export declare const backgroundAppearanceColorTokenNames: readonly ("surface" | "
|
|
23
|
-
export declare const backgroundAppearanceAdvancedColorTokenNames: ("surface" | "
|
|
22
|
+
export declare const backgroundAppearanceColorTokenNames: readonly ("surface" | "accent" | "primary" | "secondary" | "background" | "muted" | "surfaceAlt" | "neutral" | "neutral-600" | "neutral-500" | "neutral-800" | "neutral-700" | "neutral-900" | "primary-500" | "primary-400" | "neutral-950" | "primary-300" | "primary-600" | "secondary-600" | "accent-600" | "secondary-500" | "accent-400" | "neutral-400" | "neutral-50" | "neutral-100" | "neutral-200" | "neutral-300" | "secondary-400" | "accent-500" | "primary-100" | "primary-50" | "primary-900" | "secondary-50" | "secondary-900" | "accent-50" | "accent-900" | "primary-800" | "primary-700" | "accent-100" | "accent-200" | "accent-300" | "accent-700" | "accent-800" | "accent-950" | "primary-200" | "primary-950" | "secondary-100" | "secondary-200" | "secondary-300" | "secondary-700" | "secondary-800" | "secondary-950")[];
|
|
23
|
+
export declare const backgroundAppearanceAdvancedColorTokenNames: ("surface" | "accent" | "primary" | "secondary" | "background" | "muted" | "surfaceAlt" | "neutral" | "neutral-600" | "neutral-500" | "neutral-800" | "neutral-700" | "neutral-900" | "primary-500" | "primary-400" | "neutral-950" | "primary-300" | "primary-600" | "secondary-600" | "accent-600" | "secondary-500" | "accent-400" | "neutral-400" | "neutral-50" | "neutral-100" | "neutral-200" | "neutral-300" | "secondary-400" | "accent-500" | "primary-100" | "primary-50" | "primary-900" | "secondary-50" | "secondary-900" | "accent-50" | "accent-900" | "primary-800" | "primary-700" | "accent-100" | "accent-200" | "accent-300" | "accent-700" | "accent-800" | "accent-950" | "primary-200" | "primary-950" | "secondary-100" | "secondary-200" | "secondary-300" | "secondary-700" | "secondary-800" | "secondary-950")[];
|
|
24
24
|
export declare function parseBackgroundAppearanceColorToken(value: unknown): ThemeColorToken | null;
|
|
25
25
|
export declare function foregroundTokenForBackgroundAppearanceColorToken(token: ThemeColorToken): string;
|
|
26
26
|
export declare function planThemeBackgroundTextLegibility(backgroundToken: ThemeColorToken, role?: BackgroundTextLegibilityRole): ThemeBackgroundTextLegibilityPlan;
|
|
@@ -192,46 +192,46 @@ export declare const blockDesignPlanSchema: z.ZodObject<{
|
|
|
192
192
|
}, z.core.$strict>, z.ZodObject<{
|
|
193
193
|
kind: z.ZodLiteral<"brand-scrim">;
|
|
194
194
|
token: z.ZodEnum<{
|
|
195
|
+
accent: "accent";
|
|
195
196
|
primary: "primary";
|
|
196
197
|
secondary: "secondary";
|
|
197
|
-
accent: "accent";
|
|
198
198
|
}>;
|
|
199
199
|
intensity: z.ZodOptional<z.ZodEnum<{
|
|
200
|
-
strong: "strong";
|
|
201
200
|
soft: "soft";
|
|
201
|
+
strong: "strong";
|
|
202
202
|
balanced: "balanced";
|
|
203
203
|
}>>;
|
|
204
204
|
}, z.core.$strict>, z.ZodObject<{
|
|
205
205
|
kind: z.ZodLiteral<"brand-wash">;
|
|
206
206
|
token: z.ZodEnum<{
|
|
207
|
+
accent: "accent";
|
|
207
208
|
primary: "primary";
|
|
208
209
|
secondary: "secondary";
|
|
209
|
-
accent: "accent";
|
|
210
210
|
}>;
|
|
211
211
|
intensity: z.ZodOptional<z.ZodEnum<{
|
|
212
|
-
strong: "strong";
|
|
213
212
|
soft: "soft";
|
|
213
|
+
strong: "strong";
|
|
214
214
|
balanced: "balanced";
|
|
215
215
|
}>>;
|
|
216
216
|
}, z.core.$strict>, z.ZodObject<{
|
|
217
217
|
kind: z.ZodLiteral<"neutral-scrim">;
|
|
218
218
|
intensity: z.ZodOptional<z.ZodEnum<{
|
|
219
|
-
strong: "strong";
|
|
220
219
|
soft: "soft";
|
|
220
|
+
strong: "strong";
|
|
221
221
|
balanced: "balanced";
|
|
222
222
|
}>>;
|
|
223
223
|
}, z.core.$strict>, z.ZodObject<{
|
|
224
224
|
kind: z.ZodLiteral<"neutral-wash">;
|
|
225
225
|
intensity: z.ZodOptional<z.ZodEnum<{
|
|
226
|
-
strong: "strong";
|
|
227
226
|
soft: "soft";
|
|
227
|
+
strong: "strong";
|
|
228
228
|
balanced: "balanced";
|
|
229
229
|
}>>;
|
|
230
230
|
}, z.core.$strict>, z.ZodObject<{
|
|
231
231
|
kind: z.ZodLiteral<"solid-panel">;
|
|
232
232
|
intensity: z.ZodOptional<z.ZodEnum<{
|
|
233
|
-
strong: "strong";
|
|
234
233
|
soft: "soft";
|
|
234
|
+
strong: "strong";
|
|
235
235
|
balanced: "balanced";
|
|
236
236
|
}>>;
|
|
237
237
|
}, z.core.$strict>], "kind">>;
|
|
@@ -253,9 +253,9 @@ export declare const blockDesignPlanSchema: z.ZodObject<{
|
|
|
253
253
|
"lined-panel": "lined-panel";
|
|
254
254
|
}>>;
|
|
255
255
|
eyebrowTreatment: z.ZodOptional<z.ZodEnum<{
|
|
256
|
+
accent: "accent";
|
|
256
257
|
plain: "plain";
|
|
257
258
|
pill: "pill";
|
|
258
|
-
accent: "accent";
|
|
259
259
|
"accent-pill": "accent-pill";
|
|
260
260
|
"pill-bounce": "pill-bounce";
|
|
261
261
|
"accent-pill-bounce": "accent-pill-bounce";
|
|
@@ -409,46 +409,46 @@ export declare const persistedPageDesignStateV1Schema: z.ZodObject<{
|
|
|
409
409
|
}, z.core.$strict>, z.ZodObject<{
|
|
410
410
|
kind: z.ZodLiteral<"brand-scrim">;
|
|
411
411
|
token: z.ZodEnum<{
|
|
412
|
+
accent: "accent";
|
|
412
413
|
primary: "primary";
|
|
413
414
|
secondary: "secondary";
|
|
414
|
-
accent: "accent";
|
|
415
415
|
}>;
|
|
416
416
|
intensity: z.ZodOptional<z.ZodEnum<{
|
|
417
|
-
strong: "strong";
|
|
418
417
|
soft: "soft";
|
|
418
|
+
strong: "strong";
|
|
419
419
|
balanced: "balanced";
|
|
420
420
|
}>>;
|
|
421
421
|
}, z.core.$strict>, z.ZodObject<{
|
|
422
422
|
kind: z.ZodLiteral<"brand-wash">;
|
|
423
423
|
token: z.ZodEnum<{
|
|
424
|
+
accent: "accent";
|
|
424
425
|
primary: "primary";
|
|
425
426
|
secondary: "secondary";
|
|
426
|
-
accent: "accent";
|
|
427
427
|
}>;
|
|
428
428
|
intensity: z.ZodOptional<z.ZodEnum<{
|
|
429
|
-
strong: "strong";
|
|
430
429
|
soft: "soft";
|
|
430
|
+
strong: "strong";
|
|
431
431
|
balanced: "balanced";
|
|
432
432
|
}>>;
|
|
433
433
|
}, z.core.$strict>, z.ZodObject<{
|
|
434
434
|
kind: z.ZodLiteral<"neutral-scrim">;
|
|
435
435
|
intensity: z.ZodOptional<z.ZodEnum<{
|
|
436
|
-
strong: "strong";
|
|
437
436
|
soft: "soft";
|
|
437
|
+
strong: "strong";
|
|
438
438
|
balanced: "balanced";
|
|
439
439
|
}>>;
|
|
440
440
|
}, z.core.$strict>, z.ZodObject<{
|
|
441
441
|
kind: z.ZodLiteral<"neutral-wash">;
|
|
442
442
|
intensity: z.ZodOptional<z.ZodEnum<{
|
|
443
|
-
strong: "strong";
|
|
444
443
|
soft: "soft";
|
|
444
|
+
strong: "strong";
|
|
445
445
|
balanced: "balanced";
|
|
446
446
|
}>>;
|
|
447
447
|
}, z.core.$strict>, z.ZodObject<{
|
|
448
448
|
kind: z.ZodLiteral<"solid-panel">;
|
|
449
449
|
intensity: z.ZodOptional<z.ZodEnum<{
|
|
450
|
-
strong: "strong";
|
|
451
450
|
soft: "soft";
|
|
451
|
+
strong: "strong";
|
|
452
452
|
balanced: "balanced";
|
|
453
453
|
}>>;
|
|
454
454
|
}, z.core.$strict>], "kind">>;
|
|
@@ -470,9 +470,9 @@ export declare const persistedPageDesignStateV1Schema: z.ZodObject<{
|
|
|
470
470
|
"lined-panel": "lined-panel";
|
|
471
471
|
}>>;
|
|
472
472
|
eyebrowTreatment: z.ZodOptional<z.ZodEnum<{
|
|
473
|
+
accent: "accent";
|
|
473
474
|
plain: "plain";
|
|
474
475
|
pill: "pill";
|
|
475
|
-
accent: "accent";
|
|
476
476
|
"accent-pill": "accent-pill";
|
|
477
477
|
"pill-bounce": "pill-bounce";
|
|
478
478
|
"accent-pill-bounce": "accent-pill-bounce";
|
|
@@ -148,8 +148,8 @@ export declare const pageDesignBoundaryTreatmentSchema: z.ZodDiscriminatedUnion<
|
|
|
148
148
|
expansive: "expansive";
|
|
149
149
|
}>;
|
|
150
150
|
curve: z.ZodEnum<{
|
|
151
|
-
spacious: "spacious";
|
|
152
151
|
soft: "soft";
|
|
152
|
+
spacious: "spacious";
|
|
153
153
|
expansive: "expansive";
|
|
154
154
|
}>;
|
|
155
155
|
}, z.core.$strict>, z.ZodObject<{
|
|
@@ -206,8 +206,8 @@ export declare const pageDesignUserPinnedBoundaryTreatmentChoiceSchema: z.ZodObj
|
|
|
206
206
|
expansive: "expansive";
|
|
207
207
|
}>;
|
|
208
208
|
curve: z.ZodEnum<{
|
|
209
|
-
spacious: "spacious";
|
|
210
209
|
soft: "soft";
|
|
210
|
+
spacious: "spacious";
|
|
211
211
|
expansive: "expansive";
|
|
212
212
|
}>;
|
|
213
213
|
}, z.core.$strict>, z.ZodObject<{
|
|
@@ -277,8 +277,8 @@ export declare const pageDesignBoundaryPinSchema: z.ZodObject<{
|
|
|
277
277
|
expansive: "expansive";
|
|
278
278
|
}>;
|
|
279
279
|
curve: z.ZodEnum<{
|
|
280
|
-
spacious: "spacious";
|
|
281
280
|
soft: "soft";
|
|
281
|
+
spacious: "spacious";
|
|
282
282
|
expansive: "expansive";
|
|
283
283
|
}>;
|
|
284
284
|
}, z.core.$strict>, z.ZodObject<{
|
|
@@ -389,8 +389,8 @@ export declare const pageDesignIntentV2Schema: z.ZodObject<{
|
|
|
389
389
|
expansive: "expansive";
|
|
390
390
|
}>;
|
|
391
391
|
curve: z.ZodEnum<{
|
|
392
|
-
spacious: "spacious";
|
|
393
392
|
soft: "soft";
|
|
393
|
+
spacious: "spacious";
|
|
394
394
|
expansive: "expansive";
|
|
395
395
|
}>;
|
|
396
396
|
}, z.core.$strict>, z.ZodObject<{
|
|
@@ -22,10 +22,10 @@ export declare const themeTokenRecipesSchema: z.ZodObject<{
|
|
|
22
22
|
maximum: "maximum";
|
|
23
23
|
}>;
|
|
24
24
|
radius: z.ZodEnum<{
|
|
25
|
+
soft: "soft";
|
|
25
26
|
square: "square";
|
|
26
27
|
rounded: "rounded";
|
|
27
28
|
pill: "pill";
|
|
28
|
-
soft: "soft";
|
|
29
29
|
}>;
|
|
30
30
|
shadow: z.ZodEnum<{
|
|
31
31
|
none: "none";
|
|
@@ -10,11 +10,11 @@ export declare const paletteTokenNameSchema: z.ZodEnum<{
|
|
|
10
10
|
surface: "surface";
|
|
11
11
|
success: "success";
|
|
12
12
|
text: "text";
|
|
13
|
+
accent: "accent";
|
|
13
14
|
primary: "primary";
|
|
14
15
|
secondary: "secondary";
|
|
15
16
|
warning: "warning";
|
|
16
17
|
background: "background";
|
|
17
|
-
accent: "accent";
|
|
18
18
|
muted: "muted";
|
|
19
19
|
border: "border";
|
|
20
20
|
destructive: "destructive";
|