@riverbankcms/sdk 0.82.0 → 0.84.1
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 +16 -0
- package/dist/{PreviewEditorSidebar-LHGK6RIO.mjs → PreviewEditorSidebar-X7RLMEI6.mjs} +330 -11
- package/dist/{PreviewEditorUI-AXZG2SDC.mjs → PreviewEditorUI-CT67N4O3.mjs} +3 -3
- package/dist/SdkPreviewModeRuntime-EIMQ3S2V.mjs +8 -0
- package/dist/_dts/ai/src/contracts/proposals.d.ts +200 -0
- package/dist/_dts/api/src/blocks.d.ts +36 -0
- package/dist/_dts/api/src/contentRuntime.d.ts +46 -0
- package/dist/_dts/api/src/endpoints.d.ts +40 -0
- package/dist/_dts/api/src/index.d.ts +2 -2
- package/dist/_dts/api/src/sdk-event-pricing.d.ts +61 -0
- package/dist/_dts/api/src/sdk-event-schedule.d.ts +52 -0
- package/dist/_dts/api/src/sdk-event-upsert.d.ts +50 -0
- package/dist/_dts/api/src/sdkContracts.d.ts +67 -33
- package/dist/_dts/api/src/shared-contracts.d.ts +13 -0
- package/dist/_dts/api/src/sitePlatformEndpoints.d.ts +22 -36
- package/dist/_dts/api/src/siteRuntimeEndpoints.d.ts +46 -1
- package/dist/_dts/block-form/src/backend/useBackendWatch.d.ts +6 -1
- package/dist/_dts/block-form/src/utils/evaluateVisibility.d.ts +3 -2
- package/dist/_dts/block-form/src/utils/visibleWhen.d.ts +7 -0
- package/dist/_dts/blocks/src/PageRenderer.d.ts +11 -0
- package/dist/_dts/blocks/src/bindings/index.d.ts +1 -1
- package/dist/_dts/blocks/src/client/site-chrome.d.ts +1 -1
- package/dist/_dts/blocks/src/client.d.ts +4 -0
- package/dist/_dts/blocks/src/contracts/proof-block-islands.d.ts +16 -4
- package/dist/_dts/blocks/src/system/blocks/appointment-booking.d.ts +288 -2016
- package/dist/_dts/blocks/src/system/blocks/blog-listing.d.ts +288 -2016
- package/dist/_dts/blocks/src/system/blocks/cart.d.ts +288 -2016
- package/dist/_dts/blocks/src/system/blocks/checkout.d.ts +288 -2016
- package/dist/_dts/blocks/src/system/blocks/collection.d.ts +288 -2016
- package/dist/_dts/blocks/src/system/blocks/contact-newsletter.d.ts +171 -0
- package/dist/_dts/blocks/src/system/blocks/faq.d.ts +288 -2016
- package/dist/_dts/blocks/src/system/blocks/gifting.d.ts +288 -2016
- package/dist/_dts/blocks/src/system/blocks/hero.d.ts +3 -2
- package/dist/_dts/blocks/src/system/blocks/index.d.ts +1 -0
- package/dist/_dts/blocks/src/system/blocks/location-map.d.ts +1 -7
- package/dist/_dts/blocks/src/system/blocks/media-text.d.ts +2534 -151
- package/dist/_dts/blocks/src/system/blocks/product-detail.d.ts +288 -2016
- package/dist/_dts/blocks/src/system/blocks/product-list.d.ts +288 -2016
- package/dist/_dts/blocks/src/system/blocks/shop.d.ts +288 -2016
- package/dist/_dts/blocks/src/system/blocks/site-header.d.ts +36 -3
- package/dist/_dts/blocks/src/system/blocks/team-members.d.ts +2 -2
- package/dist/_dts/blocks/src/system/constants/blockKinds.d.ts +1 -1
- package/dist/_dts/blocks/src/system/fields/aspectRatio.d.ts +4 -1
- package/dist/_dts/blocks/src/system/fields/imageShape.d.ts +30 -0
- package/dist/_dts/blocks/src/system/fragments/library/heroLayoutControls.d.ts +25 -0
- package/dist/_dts/blocks/src/system/manifest/schema.d.ts +35 -161
- package/dist/_dts/blocks/src/system/runtime/components/registry.client.d.ts +24 -6
- package/dist/_dts/blocks/src/system/runtime/components/runtime-backed-blocks.d.ts +12 -3
- package/dist/_dts/blocks/src/system/runtime/hooks/useHeadlessEventRegistrationFlow.d.ts +33 -0
- package/dist/_dts/blocks/src/system/runtime/nodes/event-registration/EventRegistrationWizard.d.ts +0 -2
- package/dist/_dts/blocks/src/system/runtime/nodes/event-registration/constants.d.ts +1 -0
- package/dist/_dts/blocks/src/system/runtime/nodes/event-registration/event-registration.headless.contract.d.ts +275 -0
- package/dist/_dts/blocks/src/system/runtime/nodes/event-registration/event-registration.headless.override.d.ts +10 -0
- package/dist/_dts/blocks/src/system/runtime/nodes/event-registration/event-registration.headless.planning.d.ts +22 -0
- package/dist/_dts/blocks/src/system/runtime/nodes/event-registration/event-registration.headless.state.d.ts +3 -0
- package/dist/_dts/blocks/src/system/runtime/nodes/event-registration/useEventRegistrationSubmit.d.ts +20 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/event-registration/useEventRegistrationWizard.d.ts +13 -4
- package/dist/_dts/blocks/src/system/runtime/nodes/event-registration/utils.d.ts +1 -1
- package/dist/_dts/blocks/src/system/runtime/nodes/event-registration.interactive.d.ts +28 -6
- package/dist/_dts/blocks/src/system/runtime/nodes/events/shared/pricing.d.ts +14 -0
- package/dist/_dts/content-editor/src/controller/EntryControllerProvider.d.ts +1 -1
- package/dist/_dts/content-editor/src/controller/buildBlockPublishedBaselines.d.ts +1 -1
- package/dist/_dts/content-editor/src/controller/seedDraftBaselinesFromBlocks.d.ts +1 -1
- package/dist/_dts/content-editor/src/controller/useBlocksList.d.ts +1 -1
- package/dist/_dts/content-editor/src/controller/useInvalidBlockRecovery.d.ts +1 -1
- package/dist/_dts/content-editor/src/primitives/PreviewRichTextEditor.d.ts +2 -1
- package/dist/_dts/content-editor/src/primitives/PreviewTextEditor.d.ts +1 -0
- package/dist/_dts/content-model/src/entry-slots/index.d.ts +1 -0
- package/dist/_dts/content-model/src/entry-slots/types.d.ts +356 -0
- package/dist/_dts/content-model/src/index.d.ts +1 -0
- package/dist/_dts/content-model/src/templates/defaults.d.ts +7 -0
- package/dist/_dts/db/src/generated/supabase/database.types.d.ts +100 -5
- package/dist/_dts/editor-blocks/src/BlockEditor.d.ts +6 -1
- package/dist/_dts/editor-blocks/src/BlockForm.d.ts +7 -5
- package/dist/_dts/editor-blocks/src/block-editor/hooks/useBlockCreation.d.ts +3 -2
- package/dist/_dts/editor-blocks/src/block-editor/hooks/useBlockDuplication.d.ts +3 -2
- package/dist/_dts/editor-blocks/src/block-editor/hooks/useBlockReorder.d.ts +3 -2
- package/dist/_dts/editor-blocks/src/block-editor/owner.d.ts +27 -0
- package/dist/_dts/editor-blocks/src/index.d.ts +1 -0
- package/dist/_dts/media-core/src/assetsInUseSummary.d.ts +8 -0
- package/dist/_dts/media-core/src/mediaUsageProjection.d.ts +37 -3
- package/dist/_dts/preview-next/src/client/blocks/pageDesignRuntimePreview.d.ts +4 -2
- package/dist/_dts/preview-next/src/client/blocks/previewProjection/runtimeContentDecoration.d.ts +2 -2
- package/dist/_dts/preview-next/src/client/preview/EntryEditorPanel.d.ts +3 -1
- package/dist/_dts/preview-next/src/client/preview/EntrySlotBlockEditorPanel.d.ts +19 -0
- package/dist/_dts/preview-next/src/client/preview/SiteChromeCustomizeButton.d.ts +8 -0
- package/dist/_dts/preview-next/src/client/preview/SiteChromeCustomizeContext.d.ts +4 -1
- package/dist/_dts/preview-next/src/client/preview/StyleConfigurator.state.d.ts +1 -1
- package/dist/_dts/preview-next/src/client/preview/linkedEntryEditEvents.d.ts +9 -0
- package/dist/_dts/preview-next/src/client/preview/previewCustomizeControls.d.ts +9 -8
- package/dist/_dts/preview-next/src/client/preview/siteChromeLookRows.d.ts +10 -1
- package/dist/_dts/preview-next/src/client/preview/siteChromeQuickControlHistoryState.d.ts +5 -1
- package/dist/_dts/sdk/src/bookings/index.d.ts +5 -4
- package/dist/_dts/sdk/src/bookings/types.d.ts +2 -2
- package/dist/_dts/sdk/src/cli/content/reader.d.ts +9 -8
- package/dist/_dts/sdk/src/cli/content/writer.d.ts +6 -1
- package/dist/_dts/sdk/src/cli/helpers.d.ts +10 -5
- package/dist/_dts/sdk/src/cli/merge-remote/entryLocal.d.ts +2 -2
- package/dist/_dts/sdk/src/cli/merge-remote/entryMerge.d.ts +2 -1
- package/dist/_dts/sdk/src/cli/merge-remote/entrySnapshots.d.ts +2 -2
- package/dist/_dts/sdk/src/client/management/index.d.ts +1 -1
- package/dist/_dts/sdk/src/client/management/types.d.ts +40 -10
- package/dist/_dts/sdk/src/config/field-definitions.d.ts +13 -7
- package/dist/_dts/sdk/src/contracts/system-block-content.d.ts +26 -3
- package/dist/_dts/sdk/src/public-api/contracts.d.ts +13 -0
- package/dist/_dts/sdk/src/rendering/blocks-page-renderer.d.ts +1 -0
- package/dist/_dts/sdk/src/rendering/components/pageShared.d.ts +6 -1
- package/dist/_dts/sdk/src/rendering/overrides.d.ts +6 -1
- package/dist/_dts/sdk/src/types/block-kinds.d.ts +1 -1
- package/dist/_dts/sdk/src/version.d.ts +1 -1
- package/dist/_dts/site-commands/src/commands.d.ts +15 -0
- package/dist/_dts/theme-core/src/accordions/types.d.ts +1 -1
- package/dist/_dts/theme-core/src/buttons/personalities/index.d.ts +11 -0
- package/dist/_dts/theme-core/src/buttons/personalities/ornate-ritual.d.ts +16 -0
- package/dist/_dts/theme-core/src/buttons/personalities/types.d.ts +1 -1
- package/dist/_dts/theme-core/src/buttons/types.d.ts +3 -3
- 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 +33 -33
- package/dist/_dts/theme-core/src/palette/variants/index.d.ts +15 -0
- package/dist/_dts/theme-core/src/palette/variants/warm-dark.d.ts +16 -0
- package/dist/_dts/theme-core/src/schema.d.ts +30 -25
- package/dist/_dts/theme-core/src/site-styles/backgroundAppearance.d.ts +2 -2
- package/dist/_dts/theme-core/src/site-styles/curatedSiteStyles.d.ts +141 -1
- package/dist/_dts/theme-core/src/site-styles/designState.d.ts +2 -0
- package/dist/_dts/theme-core/src/site-styles/footerLooks.d.ts +110 -5
- package/dist/_dts/theme-core/src/site-styles/generatedSchemas.d.ts +4 -2
- package/dist/_dts/theme-core/src/site-styles/previewCompiler.d.ts +1 -1
- package/dist/_dts/theme-core/src/site-styles/runtimeCompiler.d.ts +5 -1
- package/dist/_dts/theme-core/src/site-styles/tokenRecipes.d.ts +1 -1
- package/dist/_dts/theme-core/src/site-styles/types.d.ts +1 -1
- package/dist/_dts/theme-core/src/site-styles/typographyPresets.d.ts +16 -1
- package/dist/_dts/theme-core/src/siteChromePlanning.d.ts +1 -0
- package/dist/_dts/theme-core/src/utils/colorStyles.d.ts +6 -6
- package/dist/{chunk-2BUMISSH.mjs → chunk-3LXFQS7T.mjs} +1 -1
- package/dist/{chunk-FIREV57T.mjs → chunk-LBBPD2IW.mjs} +40 -0
- package/dist/{chunk-XQR6THQJ.mjs → chunk-O62NDCTI.mjs} +3390 -1331
- package/dist/{chunk-6FWNF3DJ.mjs → chunk-QRKJDWT7.mjs} +158 -20
- package/dist/{chunk-HKB6XVIP.mjs → chunk-RCTJAZSK.mjs} +2 -2
- package/dist/{chunk-G35HOQEN.mjs → chunk-X5ZCSU6F.mjs} +132 -46
- package/dist/cli/index.mjs +2925 -577
- package/dist/cli/init-docs/content/agents-section.md +5 -0
- package/dist/cli/init-docs/content/cli-reference.md +13 -0
- package/dist/cli/init-docs/content/content-management.md +31 -0
- package/dist/cli/init-docs/content/getting-started.md +14 -0
- package/dist/cli/init-docs/content/workflow-add-block.md +3 -1
- package/dist/cli/init-docs/content/workflow-agent-safe-sync.md +81 -0
- package/dist/cli/init-docs/content/workflow-create-page.md +13 -3
- package/dist/cli/init-docs/content/workflow-custom-block.md +9 -0
- package/dist/cli/init-docs/content/workflow-templates.md +107 -2
- package/dist/client/{accordion-G34C45TW.mjs → accordion-2UZPBMYM.mjs} +2 -2
- package/dist/client/{bookingForm-BLBVKSAQ.mjs → bookingForm-DYXT6YB6.mjs} +5 -5
- package/dist/client/bookings.mjs +3477 -186
- package/dist/client/{carousel-7ZVTBRMD.mjs → carousel-QH77HR6X.mjs} +3 -3
- package/dist/client/{cart-Q6S6LZUO.mjs → cart-X4YK4FTW.mjs} +6 -6
- package/dist/client/{checkout-5QJLDE4I.mjs → checkout-OM2BEPWD.mjs} +6 -6
- package/dist/client/{chunk-ZF4XEWDM.mjs → chunk-3DTWLTXM.mjs} +1 -1
- package/dist/client/{chunk-5PQH4Y75.mjs → chunk-4OXKTA3D.mjs} +2 -2
- package/dist/client/{chunk-WJFHDTYF.mjs → chunk-52CGCQ7B.mjs} +5 -5
- package/dist/client/{chunk-CHAB5ACD.mjs → chunk-7UCLJ5SP.mjs} +2 -2
- package/dist/client/{chunk-U2EW7RSR.mjs → chunk-F5VRX5Y6.mjs} +1 -1
- package/dist/client/{chunk-SBBSMFFG.mjs → chunk-SYIJ5JO2.mjs} +1 -1
- package/dist/client/{chunk-EQKYMX4N.mjs → chunk-UHDWIXVR.mjs} +180 -157
- package/dist/client/{chunk-RJHTCTCZ.mjs → chunk-VGDBVNOO.mjs} +429 -15
- package/dist/client/{chunk-S3MKFGOG.mjs → chunk-ZE5G642V.mjs} +1 -1
- package/dist/client/{chunk-CSZGLBYR.mjs → chunk-ZKUO52W3.mjs} +1 -1
- package/dist/client/client.mjs +2685 -847
- package/dist/client/{courseRegistration-VUG2JJDB.mjs → courseRegistration-YBOGURTA.mjs} +5 -5
- package/dist/client/{eventCalendar-E7D2LD4N.mjs → eventCalendar-K4QJVCMD.mjs} +7 -7
- package/dist/client/{eventCombined-FUZ2Z3CS.mjs → eventCombined-MTXGMTCZ.mjs} +7 -7
- package/dist/client/{eventDetails-QRITJAOW.mjs → eventDetails-3PC4NL3U.mjs} +7 -7
- package/dist/client/{eventListing-INMQMJZ5.mjs → eventListing-TFJET6DN.mjs} +7 -7
- package/dist/client/{eventRegistration-TOOJD4WU.mjs → eventRegistration-QGPBGJTW.mjs} +7 -7
- package/dist/client/{form-BOWN7ZNQ.mjs → form-MDKR4FNB.mjs} +2 -2
- package/dist/client/{headerSection-HFQNZOUU.mjs → headerSection-Y5TMR3TW.mjs} +3 -3
- package/dist/client/hooks.mjs +2077 -546
- package/dist/client/{locationMap-VUZGC7Y5.mjs → locationMap-RH2LG7FZ.mjs} +2 -2
- package/dist/client/{newsletterForm-X2XQTPCB.mjs → newsletterForm-ZR5UDGBT.mjs} +2 -2
- package/dist/client/{productDetail-TA7D2G2B.mjs → productDetail-OIGDR4YE.mjs} +6 -6
- package/dist/client/{productList-AZOLOZKM.mjs → productList-4MA5S2CX.mjs} +6 -6
- package/dist/client/rendering/client.mjs +2560 -1205
- package/dist/client/rendering/islands.mjs +19 -19
- package/dist/client/rendering.mjs +2932 -1021
- package/dist/client/{shop-ZDLO7IIG.mjs → shop-WXSYV5QO.mjs} +6 -6
- package/dist/preview-next/before-render.mjs +40 -0
- package/dist/preview-next/client/runtime.mjs +5 -5
- package/dist/preview-next/middleware.mjs +40 -0
- package/dist/{sdk-runtime-CTWKNBDQ.mjs → sdk-runtime-7HJYPRWQ.mjs} +6 -6
- package/dist/server/components.mjs +2232 -534
- package/dist/server/config-validation.mjs +2068 -536
- package/dist/server/config.mjs +2068 -536
- package/dist/server/data.mjs +2077 -546
- package/dist/server/index.mjs +42 -1
- package/dist/server/next.mjs +2345 -574
- package/dist/server/page-converter.mjs +2684 -1220
- package/dist/server/prebuild.mjs +1 -1
- package/dist/server/rendering/server.mjs +2244 -546
- package/dist/server/rendering.mjs +2323 -552
- package/dist/server/routing.mjs +2012 -420
- package/dist/server/server.mjs +2153 -549
- package/dist/server/theme-bridge.mjs +1180 -101
- package/dist/server/theme.mjs +92 -1
- package/dist/styles/index.css +292 -36
- package/package.json +1 -1
- package/dist/SdkPreviewModeRuntime-RNVRHFFR.mjs +0 -8
|
@@ -115,7 +115,7 @@ export declare const mockThemes: {
|
|
|
115
115
|
level: "medium" | "low" | "high" | "off";
|
|
116
116
|
easing: "standard" | "snappy" | "gentle" | null;
|
|
117
117
|
};
|
|
118
|
-
corners: "
|
|
118
|
+
corners: "square" | "rounded" | "pill" | "soft";
|
|
119
119
|
header: {
|
|
120
120
|
variant: "classic" | "centered" | "transparent" | "floating";
|
|
121
121
|
positioning: "fixed" | "static" | "sticky";
|
|
@@ -519,7 +519,7 @@ export declare const mockThemes: {
|
|
|
519
519
|
} | undefined;
|
|
520
520
|
buttons?: {
|
|
521
521
|
global: {
|
|
522
|
-
cornerStyle: "
|
|
522
|
+
cornerStyle: "square" | "rounded" | "pill";
|
|
523
523
|
shadow: "medium" | "none" | "low" | "high";
|
|
524
524
|
textTransform: "none" | "lowercase" | "uppercase" | "capitalize";
|
|
525
525
|
fontWeight: 500 | 600 | 700;
|
|
@@ -645,12 +645,12 @@ export declare const mockThemes: {
|
|
|
645
645
|
softness: "soft" | "crisp" | "hard" | null;
|
|
646
646
|
position: "bottom" | "bottom-right";
|
|
647
647
|
} | undefined;
|
|
648
|
-
corners?: "
|
|
648
|
+
corners?: "square" | "rounded" | "pill" | "soft" | undefined;
|
|
649
649
|
cornerRadii?: {
|
|
650
|
-
topLeft?: "
|
|
651
|
-
topRight?: "
|
|
652
|
-
bottomLeft?: "
|
|
653
|
-
bottomRight?: "
|
|
650
|
+
topLeft?: "square" | "rounded" | "pill" | "soft" | "expressive" | undefined;
|
|
651
|
+
topRight?: "square" | "rounded" | "pill" | "soft" | "expressive" | undefined;
|
|
652
|
+
bottomLeft?: "square" | "rounded" | "pill" | "soft" | "expressive" | undefined;
|
|
653
|
+
bottomRight?: "square" | "rounded" | "pill" | "soft" | "expressive" | undefined;
|
|
654
654
|
} | undefined;
|
|
655
655
|
border?: {
|
|
656
656
|
widthClass: string;
|
|
@@ -669,7 +669,7 @@ export declare const mockThemes: {
|
|
|
669
669
|
colorToken: string;
|
|
670
670
|
} | null;
|
|
671
671
|
spacing: "medium" | "none" | "compact" | "cozy" | "comfortable" | "spacious";
|
|
672
|
-
corners: "
|
|
672
|
+
corners: "square" | "rounded" | "pill" | "soft" | null;
|
|
673
673
|
border: {
|
|
674
674
|
widthClass: string;
|
|
675
675
|
colorToken: string;
|
|
@@ -732,7 +732,7 @@ export declare const mockThemes: {
|
|
|
732
732
|
colorToken: string;
|
|
733
733
|
style?: "all" | "underline" | undefined;
|
|
734
734
|
};
|
|
735
|
-
corners: "
|
|
735
|
+
corners: "square" | "rounded" | "pill" | "soft" | null;
|
|
736
736
|
shadow: {
|
|
737
737
|
elevation: "medium" | "none" | "low";
|
|
738
738
|
softness: "soft" | "crisp" | "hard" | null;
|
|
@@ -764,7 +764,7 @@ export declare const mockThemes: {
|
|
|
764
764
|
};
|
|
765
765
|
} | undefined;
|
|
766
766
|
inputStyle?: {
|
|
767
|
-
shape: "
|
|
767
|
+
shape: "square" | "rounded" | "pill" | "soft";
|
|
768
768
|
border: "subtle" | "underline" | "defined";
|
|
769
769
|
focus: "underline" | "glow" | "ring";
|
|
770
770
|
label: "above" | "inside";
|
|
@@ -845,7 +845,7 @@ export declare const mockThemes: {
|
|
|
845
845
|
minHeight?: "none" | "hero" | "banner" | "immersive" | null | undefined;
|
|
846
846
|
tileTreatment?: "default" | "quiet" | "brand-depth" | null | undefined;
|
|
847
847
|
eventListTreatment?: "plain" | "lined-panel" | null | undefined;
|
|
848
|
-
eyebrowTreatment?: "plain" | "pill" | "accent-pill" | "pill-bounce" | "accent-pill-bounce" | null | undefined;
|
|
848
|
+
eyebrowTreatment?: "plain" | "pill" | "accent" | "accent-pill" | "pill-bounce" | "accent-pill-bounce" | null | undefined;
|
|
849
849
|
headingDecoration?: {
|
|
850
850
|
family: "none";
|
|
851
851
|
} | {
|
|
@@ -1161,7 +1161,7 @@ export declare const mockThemes: {
|
|
|
1161
1161
|
level: "medium" | "low" | "high" | "off";
|
|
1162
1162
|
easing: "standard" | "snappy" | "gentle" | null;
|
|
1163
1163
|
};
|
|
1164
|
-
corners: "
|
|
1164
|
+
corners: "square" | "rounded" | "pill" | "soft";
|
|
1165
1165
|
header: {
|
|
1166
1166
|
variant: "classic" | "centered" | "transparent" | "floating";
|
|
1167
1167
|
positioning: "fixed" | "static" | "sticky";
|
|
@@ -1565,7 +1565,7 @@ export declare const mockThemes: {
|
|
|
1565
1565
|
} | undefined;
|
|
1566
1566
|
buttons?: {
|
|
1567
1567
|
global: {
|
|
1568
|
-
cornerStyle: "
|
|
1568
|
+
cornerStyle: "square" | "rounded" | "pill";
|
|
1569
1569
|
shadow: "medium" | "none" | "low" | "high";
|
|
1570
1570
|
textTransform: "none" | "lowercase" | "uppercase" | "capitalize";
|
|
1571
1571
|
fontWeight: 500 | 600 | 700;
|
|
@@ -1691,12 +1691,12 @@ export declare const mockThemes: {
|
|
|
1691
1691
|
softness: "soft" | "crisp" | "hard" | null;
|
|
1692
1692
|
position: "bottom" | "bottom-right";
|
|
1693
1693
|
} | undefined;
|
|
1694
|
-
corners?: "
|
|
1694
|
+
corners?: "square" | "rounded" | "pill" | "soft" | undefined;
|
|
1695
1695
|
cornerRadii?: {
|
|
1696
|
-
topLeft?: "
|
|
1697
|
-
topRight?: "
|
|
1698
|
-
bottomLeft?: "
|
|
1699
|
-
bottomRight?: "
|
|
1696
|
+
topLeft?: "square" | "rounded" | "pill" | "soft" | "expressive" | undefined;
|
|
1697
|
+
topRight?: "square" | "rounded" | "pill" | "soft" | "expressive" | undefined;
|
|
1698
|
+
bottomLeft?: "square" | "rounded" | "pill" | "soft" | "expressive" | undefined;
|
|
1699
|
+
bottomRight?: "square" | "rounded" | "pill" | "soft" | "expressive" | undefined;
|
|
1700
1700
|
} | undefined;
|
|
1701
1701
|
border?: {
|
|
1702
1702
|
widthClass: string;
|
|
@@ -1715,7 +1715,7 @@ export declare const mockThemes: {
|
|
|
1715
1715
|
colorToken: string;
|
|
1716
1716
|
} | null;
|
|
1717
1717
|
spacing: "medium" | "none" | "compact" | "cozy" | "comfortable" | "spacious";
|
|
1718
|
-
corners: "
|
|
1718
|
+
corners: "square" | "rounded" | "pill" | "soft" | null;
|
|
1719
1719
|
border: {
|
|
1720
1720
|
widthClass: string;
|
|
1721
1721
|
colorToken: string;
|
|
@@ -1778,7 +1778,7 @@ export declare const mockThemes: {
|
|
|
1778
1778
|
colorToken: string;
|
|
1779
1779
|
style?: "all" | "underline" | undefined;
|
|
1780
1780
|
};
|
|
1781
|
-
corners: "
|
|
1781
|
+
corners: "square" | "rounded" | "pill" | "soft" | null;
|
|
1782
1782
|
shadow: {
|
|
1783
1783
|
elevation: "medium" | "none" | "low";
|
|
1784
1784
|
softness: "soft" | "crisp" | "hard" | null;
|
|
@@ -1810,7 +1810,7 @@ export declare const mockThemes: {
|
|
|
1810
1810
|
};
|
|
1811
1811
|
} | undefined;
|
|
1812
1812
|
inputStyle?: {
|
|
1813
|
-
shape: "
|
|
1813
|
+
shape: "square" | "rounded" | "pill" | "soft";
|
|
1814
1814
|
border: "subtle" | "underline" | "defined";
|
|
1815
1815
|
focus: "underline" | "glow" | "ring";
|
|
1816
1816
|
label: "above" | "inside";
|
|
@@ -1891,7 +1891,7 @@ export declare const mockThemes: {
|
|
|
1891
1891
|
minHeight?: "none" | "hero" | "banner" | "immersive" | null | undefined;
|
|
1892
1892
|
tileTreatment?: "default" | "quiet" | "brand-depth" | null | undefined;
|
|
1893
1893
|
eventListTreatment?: "plain" | "lined-panel" | null | undefined;
|
|
1894
|
-
eyebrowTreatment?: "plain" | "pill" | "accent-pill" | "pill-bounce" | "accent-pill-bounce" | null | undefined;
|
|
1894
|
+
eyebrowTreatment?: "plain" | "pill" | "accent" | "accent-pill" | "pill-bounce" | "accent-pill-bounce" | null | undefined;
|
|
1895
1895
|
headingDecoration?: {
|
|
1896
1896
|
family: "none";
|
|
1897
1897
|
} | {
|
|
@@ -2207,7 +2207,7 @@ export declare const mockThemes: {
|
|
|
2207
2207
|
level: "medium" | "low" | "high" | "off";
|
|
2208
2208
|
easing: "standard" | "snappy" | "gentle" | null;
|
|
2209
2209
|
};
|
|
2210
|
-
corners: "
|
|
2210
|
+
corners: "square" | "rounded" | "pill" | "soft";
|
|
2211
2211
|
header: {
|
|
2212
2212
|
variant: "classic" | "centered" | "transparent" | "floating";
|
|
2213
2213
|
positioning: "fixed" | "static" | "sticky";
|
|
@@ -2611,7 +2611,7 @@ export declare const mockThemes: {
|
|
|
2611
2611
|
} | undefined;
|
|
2612
2612
|
buttons?: {
|
|
2613
2613
|
global: {
|
|
2614
|
-
cornerStyle: "
|
|
2614
|
+
cornerStyle: "square" | "rounded" | "pill";
|
|
2615
2615
|
shadow: "medium" | "none" | "low" | "high";
|
|
2616
2616
|
textTransform: "none" | "lowercase" | "uppercase" | "capitalize";
|
|
2617
2617
|
fontWeight: 500 | 600 | 700;
|
|
@@ -2737,12 +2737,12 @@ export declare const mockThemes: {
|
|
|
2737
2737
|
softness: "soft" | "crisp" | "hard" | null;
|
|
2738
2738
|
position: "bottom" | "bottom-right";
|
|
2739
2739
|
} | undefined;
|
|
2740
|
-
corners?: "
|
|
2740
|
+
corners?: "square" | "rounded" | "pill" | "soft" | undefined;
|
|
2741
2741
|
cornerRadii?: {
|
|
2742
|
-
topLeft?: "
|
|
2743
|
-
topRight?: "
|
|
2744
|
-
bottomLeft?: "
|
|
2745
|
-
bottomRight?: "
|
|
2742
|
+
topLeft?: "square" | "rounded" | "pill" | "soft" | "expressive" | undefined;
|
|
2743
|
+
topRight?: "square" | "rounded" | "pill" | "soft" | "expressive" | undefined;
|
|
2744
|
+
bottomLeft?: "square" | "rounded" | "pill" | "soft" | "expressive" | undefined;
|
|
2745
|
+
bottomRight?: "square" | "rounded" | "pill" | "soft" | "expressive" | undefined;
|
|
2746
2746
|
} | undefined;
|
|
2747
2747
|
border?: {
|
|
2748
2748
|
widthClass: string;
|
|
@@ -2761,7 +2761,7 @@ export declare const mockThemes: {
|
|
|
2761
2761
|
colorToken: string;
|
|
2762
2762
|
} | null;
|
|
2763
2763
|
spacing: "medium" | "none" | "compact" | "cozy" | "comfortable" | "spacious";
|
|
2764
|
-
corners: "
|
|
2764
|
+
corners: "square" | "rounded" | "pill" | "soft" | null;
|
|
2765
2765
|
border: {
|
|
2766
2766
|
widthClass: string;
|
|
2767
2767
|
colorToken: string;
|
|
@@ -2824,7 +2824,7 @@ export declare const mockThemes: {
|
|
|
2824
2824
|
colorToken: string;
|
|
2825
2825
|
style?: "all" | "underline" | undefined;
|
|
2826
2826
|
};
|
|
2827
|
-
corners: "
|
|
2827
|
+
corners: "square" | "rounded" | "pill" | "soft" | null;
|
|
2828
2828
|
shadow: {
|
|
2829
2829
|
elevation: "medium" | "none" | "low";
|
|
2830
2830
|
softness: "soft" | "crisp" | "hard" | null;
|
|
@@ -2856,7 +2856,7 @@ export declare const mockThemes: {
|
|
|
2856
2856
|
};
|
|
2857
2857
|
} | undefined;
|
|
2858
2858
|
inputStyle?: {
|
|
2859
|
-
shape: "
|
|
2859
|
+
shape: "square" | "rounded" | "pill" | "soft";
|
|
2860
2860
|
border: "subtle" | "underline" | "defined";
|
|
2861
2861
|
focus: "underline" | "glow" | "ring";
|
|
2862
2862
|
label: "above" | "inside";
|
|
@@ -2937,7 +2937,7 @@ export declare const mockThemes: {
|
|
|
2937
2937
|
minHeight?: "none" | "hero" | "banner" | "immersive" | null | undefined;
|
|
2938
2938
|
tileTreatment?: "default" | "quiet" | "brand-depth" | null | undefined;
|
|
2939
2939
|
eventListTreatment?: "plain" | "lined-panel" | null | undefined;
|
|
2940
|
-
eyebrowTreatment?: "plain" | "pill" | "accent-pill" | "pill-bounce" | "accent-pill-bounce" | null | undefined;
|
|
2940
|
+
eyebrowTreatment?: "plain" | "pill" | "accent" | "accent-pill" | "pill-bounce" | "accent-pill-bounce" | null | undefined;
|
|
2941
2941
|
headingDecoration?: {
|
|
2942
2942
|
family: "none";
|
|
2943
2943
|
} | {
|
|
@@ -253,6 +253,21 @@ export declare const paletteVariants: readonly [Readonly<{
|
|
|
253
253
|
name: import("../../../../blocks/src/index").PaletteTokenName;
|
|
254
254
|
hex: string;
|
|
255
255
|
}>[];
|
|
256
|
+
}>, Readonly<{
|
|
257
|
+
id: PaletteVariantId<"warm-dark-kirtan-gold">;
|
|
258
|
+
name: string;
|
|
259
|
+
description: string;
|
|
260
|
+
tags: Readonly<Partial<Readonly<{
|
|
261
|
+
tone: import("../../../../blocks/src/index").StyleTone;
|
|
262
|
+
energy: import("../../../../blocks/src/index").StyleEnergy;
|
|
263
|
+
motion: import("../../../../blocks/src/index").StyleMotion;
|
|
264
|
+
era: import("../../../../blocks/src/index").StyleEra;
|
|
265
|
+
}>>>;
|
|
266
|
+
mode: "light" | "dark";
|
|
267
|
+
colors: readonly Readonly<{
|
|
268
|
+
name: import("../../../../blocks/src/index").PaletteTokenName;
|
|
269
|
+
hex: string;
|
|
270
|
+
}>[];
|
|
256
271
|
}>];
|
|
257
272
|
type UnbrandedPaletteVariantId<TValue> = TValue extends infer TRaw & {
|
|
258
273
|
readonly __brand: 'PaletteVariantId';
|
|
@@ -25,3 +25,19 @@ export declare const warmDarkEmber: Readonly<{
|
|
|
25
25
|
hex: string;
|
|
26
26
|
}>[];
|
|
27
27
|
}>;
|
|
28
|
+
export declare const warmDarkKirtanGold: Readonly<{
|
|
29
|
+
id: import("../../../../blocks/src/index").PaletteVariantId<"warm-dark-kirtan-gold">;
|
|
30
|
+
name: string;
|
|
31
|
+
description: string;
|
|
32
|
+
tags: Readonly<Partial<Readonly<{
|
|
33
|
+
tone: import("../../../../blocks/src/index").StyleTone;
|
|
34
|
+
energy: import("../../../../blocks/src/index").StyleEnergy;
|
|
35
|
+
motion: import("../../../../blocks/src/index").StyleMotion;
|
|
36
|
+
era: import("../../../../blocks/src/index").StyleEra;
|
|
37
|
+
}>>>;
|
|
38
|
+
mode: "light" | "dark";
|
|
39
|
+
colors: readonly Readonly<{
|
|
40
|
+
name: import("../../../../blocks/src/index").PaletteTokenName;
|
|
41
|
+
hex: string;
|
|
42
|
+
}>[];
|
|
43
|
+
}>;
|
|
@@ -192,6 +192,7 @@ export declare const sectionStylesOverrideSchema: z.ZodObject<{
|
|
|
192
192
|
eyebrowTreatment: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
193
193
|
plain: "plain";
|
|
194
194
|
pill: "pill";
|
|
195
|
+
accent: "accent";
|
|
195
196
|
"accent-pill": "accent-pill";
|
|
196
197
|
"pill-bounce": "pill-bounce";
|
|
197
198
|
"accent-pill-bounce": "accent-pill-bounce";
|
|
@@ -575,6 +576,7 @@ declare const blockStyleOverridesSchema: z.ZodObject<{
|
|
|
575
576
|
eyebrowTreatment: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
576
577
|
plain: "plain";
|
|
577
578
|
pill: "pill";
|
|
579
|
+
accent: "accent";
|
|
578
580
|
"accent-pill": "accent-pill";
|
|
579
581
|
"pill-bounce": "pill-bounce";
|
|
580
582
|
"accent-pill-bounce": "accent-pill-bounce";
|
|
@@ -987,6 +989,7 @@ declare const blockThemeOverrideSchema: z.ZodObject<{
|
|
|
987
989
|
eyebrowTreatment: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
988
990
|
plain: "plain";
|
|
989
991
|
pill: "pill";
|
|
992
|
+
accent: "accent";
|
|
990
993
|
"accent-pill": "accent-pill";
|
|
991
994
|
"pill-bounce": "pill-bounce";
|
|
992
995
|
"accent-pill-bounce": "accent-pill-bounce";
|
|
@@ -1542,8 +1545,8 @@ export declare const spaceSchema: z.ZodEnum<{
|
|
|
1542
1545
|
dense: "dense";
|
|
1543
1546
|
}>;
|
|
1544
1547
|
export declare const corners: z.ZodEnum<{
|
|
1545
|
-
rounded: "rounded";
|
|
1546
1548
|
square: "square";
|
|
1549
|
+
rounded: "rounded";
|
|
1547
1550
|
pill: "pill";
|
|
1548
1551
|
soft: "soft";
|
|
1549
1552
|
}>;
|
|
@@ -1591,8 +1594,8 @@ export declare const motion: z.ZodObject<{
|
|
|
1591
1594
|
}, z.core.$strip>;
|
|
1592
1595
|
export declare const buttonStyle: z.ZodObject<{
|
|
1593
1596
|
shape: z.ZodEnum<{
|
|
1594
|
-
rounded: "rounded";
|
|
1595
1597
|
square: "square";
|
|
1598
|
+
rounded: "rounded";
|
|
1596
1599
|
pill: "pill";
|
|
1597
1600
|
soft: "soft";
|
|
1598
1601
|
}>;
|
|
@@ -1610,8 +1613,8 @@ export declare const cardStyle: z.ZodObject<{
|
|
|
1610
1613
|
defined: "defined";
|
|
1611
1614
|
}>;
|
|
1612
1615
|
shape: z.ZodEnum<{
|
|
1613
|
-
rounded: "rounded";
|
|
1614
1616
|
square: "square";
|
|
1617
|
+
rounded: "rounded";
|
|
1615
1618
|
pill: "pill";
|
|
1616
1619
|
soft: "soft";
|
|
1617
1620
|
}>;
|
|
@@ -1621,15 +1624,15 @@ export declare const cardStyle: z.ZodObject<{
|
|
|
1621
1624
|
subtleBg: "subtleBg";
|
|
1622
1625
|
}>>;
|
|
1623
1626
|
mediaTreatment: z.ZodNullable<z.ZodEnum<{
|
|
1624
|
-
rounded: "rounded";
|
|
1625
1627
|
square: "square";
|
|
1628
|
+
rounded: "rounded";
|
|
1626
1629
|
bleed: "bleed";
|
|
1627
1630
|
}>>;
|
|
1628
1631
|
}, z.core.$strip>;
|
|
1629
1632
|
export declare const inputStyle: z.ZodObject<{
|
|
1630
1633
|
shape: z.ZodEnum<{
|
|
1631
|
-
rounded: "rounded";
|
|
1632
1634
|
square: "square";
|
|
1635
|
+
rounded: "rounded";
|
|
1633
1636
|
pill: "pill";
|
|
1634
1637
|
soft: "soft";
|
|
1635
1638
|
}>;
|
|
@@ -3191,8 +3194,8 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
3191
3194
|
}>>;
|
|
3192
3195
|
}, z.core.$strip>;
|
|
3193
3196
|
corners: z.ZodEnum<{
|
|
3194
|
-
rounded: "rounded";
|
|
3195
3197
|
square: "square";
|
|
3198
|
+
rounded: "rounded";
|
|
3196
3199
|
pill: "pill";
|
|
3197
3200
|
soft: "soft";
|
|
3198
3201
|
}>;
|
|
@@ -4105,8 +4108,8 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
4105
4108
|
buttons: z.ZodOptional<z.ZodObject<{
|
|
4106
4109
|
global: z.ZodObject<{
|
|
4107
4110
|
cornerStyle: z.ZodEnum<{
|
|
4108
|
-
rounded: "rounded";
|
|
4109
4111
|
square: "square";
|
|
4112
|
+
rounded: "rounded";
|
|
4110
4113
|
pill: "pill";
|
|
4111
4114
|
}>;
|
|
4112
4115
|
cornerRadius: z.ZodOptional<z.ZodNumber>;
|
|
@@ -4358,36 +4361,36 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
4358
4361
|
}>>;
|
|
4359
4362
|
}, z.core.$strip>>;
|
|
4360
4363
|
corners: z.ZodOptional<z.ZodEnum<{
|
|
4361
|
-
rounded: "rounded";
|
|
4362
4364
|
square: "square";
|
|
4365
|
+
rounded: "rounded";
|
|
4363
4366
|
pill: "pill";
|
|
4364
4367
|
soft: "soft";
|
|
4365
4368
|
}>>;
|
|
4366
4369
|
cornerRadii: z.ZodOptional<z.ZodObject<{
|
|
4367
4370
|
topLeft: z.ZodOptional<z.ZodEnum<{
|
|
4368
|
-
rounded: "rounded";
|
|
4369
4371
|
square: "square";
|
|
4372
|
+
rounded: "rounded";
|
|
4370
4373
|
pill: "pill";
|
|
4371
4374
|
soft: "soft";
|
|
4372
4375
|
expressive: "expressive";
|
|
4373
4376
|
}>>;
|
|
4374
4377
|
topRight: z.ZodOptional<z.ZodEnum<{
|
|
4375
|
-
rounded: "rounded";
|
|
4376
4378
|
square: "square";
|
|
4379
|
+
rounded: "rounded";
|
|
4377
4380
|
pill: "pill";
|
|
4378
4381
|
soft: "soft";
|
|
4379
4382
|
expressive: "expressive";
|
|
4380
4383
|
}>>;
|
|
4381
4384
|
bottomLeft: z.ZodOptional<z.ZodEnum<{
|
|
4382
|
-
rounded: "rounded";
|
|
4383
4385
|
square: "square";
|
|
4386
|
+
rounded: "rounded";
|
|
4384
4387
|
pill: "pill";
|
|
4385
4388
|
soft: "soft";
|
|
4386
4389
|
expressive: "expressive";
|
|
4387
4390
|
}>>;
|
|
4388
4391
|
bottomRight: z.ZodOptional<z.ZodEnum<{
|
|
4389
|
-
rounded: "rounded";
|
|
4390
4392
|
square: "square";
|
|
4393
|
+
rounded: "rounded";
|
|
4391
4394
|
pill: "pill";
|
|
4392
4395
|
soft: "soft";
|
|
4393
4396
|
expressive: "expressive";
|
|
@@ -4428,8 +4431,8 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
4428
4431
|
spacious: "spacious";
|
|
4429
4432
|
}>;
|
|
4430
4433
|
corners: z.ZodNullable<z.ZodEnum<{
|
|
4431
|
-
rounded: "rounded";
|
|
4432
4434
|
square: "square";
|
|
4435
|
+
rounded: "rounded";
|
|
4433
4436
|
pill: "pill";
|
|
4434
4437
|
soft: "soft";
|
|
4435
4438
|
}>>;
|
|
@@ -4563,8 +4566,8 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
4563
4566
|
}>>;
|
|
4564
4567
|
}, z.core.$strip>;
|
|
4565
4568
|
corners: z.ZodNullable<z.ZodEnum<{
|
|
4566
|
-
rounded: "rounded";
|
|
4567
4569
|
square: "square";
|
|
4570
|
+
rounded: "rounded";
|
|
4568
4571
|
pill: "pill";
|
|
4569
4572
|
soft: "soft";
|
|
4570
4573
|
}>>;
|
|
@@ -4643,8 +4646,8 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
4643
4646
|
}, z.core.$strip>>;
|
|
4644
4647
|
inputStyle: z.ZodOptional<z.ZodObject<{
|
|
4645
4648
|
shape: z.ZodEnum<{
|
|
4646
|
-
rounded: "rounded";
|
|
4647
4649
|
square: "square";
|
|
4650
|
+
rounded: "rounded";
|
|
4648
4651
|
pill: "pill";
|
|
4649
4652
|
soft: "soft";
|
|
4650
4653
|
}>;
|
|
@@ -4799,6 +4802,7 @@ export declare const themeSchema: z.ZodObject<{
|
|
|
4799
4802
|
eyebrowTreatment: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
4800
4803
|
plain: "plain";
|
|
4801
4804
|
pill: "pill";
|
|
4805
|
+
accent: "accent";
|
|
4802
4806
|
"accent-pill": "accent-pill";
|
|
4803
4807
|
"pill-bounce": "pill-bounce";
|
|
4804
4808
|
"accent-pill-bounce": "accent-pill-bounce";
|
|
@@ -5500,8 +5504,8 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
5500
5504
|
}>>;
|
|
5501
5505
|
}, z.core.$strip>;
|
|
5502
5506
|
corners: z.ZodEnum<{
|
|
5503
|
-
rounded: "rounded";
|
|
5504
5507
|
square: "square";
|
|
5508
|
+
rounded: "rounded";
|
|
5505
5509
|
pill: "pill";
|
|
5506
5510
|
soft: "soft";
|
|
5507
5511
|
}>;
|
|
@@ -6414,8 +6418,8 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
6414
6418
|
buttons: z.ZodOptional<z.ZodObject<{
|
|
6415
6419
|
global: z.ZodObject<{
|
|
6416
6420
|
cornerStyle: z.ZodEnum<{
|
|
6417
|
-
rounded: "rounded";
|
|
6418
6421
|
square: "square";
|
|
6422
|
+
rounded: "rounded";
|
|
6419
6423
|
pill: "pill";
|
|
6420
6424
|
}>;
|
|
6421
6425
|
cornerRadius: z.ZodOptional<z.ZodNumber>;
|
|
@@ -6667,36 +6671,36 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
6667
6671
|
}>>;
|
|
6668
6672
|
}, z.core.$strip>>;
|
|
6669
6673
|
corners: z.ZodOptional<z.ZodEnum<{
|
|
6670
|
-
rounded: "rounded";
|
|
6671
6674
|
square: "square";
|
|
6675
|
+
rounded: "rounded";
|
|
6672
6676
|
pill: "pill";
|
|
6673
6677
|
soft: "soft";
|
|
6674
6678
|
}>>;
|
|
6675
6679
|
cornerRadii: z.ZodOptional<z.ZodObject<{
|
|
6676
6680
|
topLeft: z.ZodOptional<z.ZodEnum<{
|
|
6677
|
-
rounded: "rounded";
|
|
6678
6681
|
square: "square";
|
|
6682
|
+
rounded: "rounded";
|
|
6679
6683
|
pill: "pill";
|
|
6680
6684
|
soft: "soft";
|
|
6681
6685
|
expressive: "expressive";
|
|
6682
6686
|
}>>;
|
|
6683
6687
|
topRight: z.ZodOptional<z.ZodEnum<{
|
|
6684
|
-
rounded: "rounded";
|
|
6685
6688
|
square: "square";
|
|
6689
|
+
rounded: "rounded";
|
|
6686
6690
|
pill: "pill";
|
|
6687
6691
|
soft: "soft";
|
|
6688
6692
|
expressive: "expressive";
|
|
6689
6693
|
}>>;
|
|
6690
6694
|
bottomLeft: z.ZodOptional<z.ZodEnum<{
|
|
6691
|
-
rounded: "rounded";
|
|
6692
6695
|
square: "square";
|
|
6696
|
+
rounded: "rounded";
|
|
6693
6697
|
pill: "pill";
|
|
6694
6698
|
soft: "soft";
|
|
6695
6699
|
expressive: "expressive";
|
|
6696
6700
|
}>>;
|
|
6697
6701
|
bottomRight: z.ZodOptional<z.ZodEnum<{
|
|
6698
|
-
rounded: "rounded";
|
|
6699
6702
|
square: "square";
|
|
6703
|
+
rounded: "rounded";
|
|
6700
6704
|
pill: "pill";
|
|
6701
6705
|
soft: "soft";
|
|
6702
6706
|
expressive: "expressive";
|
|
@@ -6737,8 +6741,8 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
6737
6741
|
spacious: "spacious";
|
|
6738
6742
|
}>;
|
|
6739
6743
|
corners: z.ZodNullable<z.ZodEnum<{
|
|
6740
|
-
rounded: "rounded";
|
|
6741
6744
|
square: "square";
|
|
6745
|
+
rounded: "rounded";
|
|
6742
6746
|
pill: "pill";
|
|
6743
6747
|
soft: "soft";
|
|
6744
6748
|
}>>;
|
|
@@ -6872,8 +6876,8 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
6872
6876
|
}>>;
|
|
6873
6877
|
}, z.core.$strip>;
|
|
6874
6878
|
corners: z.ZodNullable<z.ZodEnum<{
|
|
6875
|
-
rounded: "rounded";
|
|
6876
6879
|
square: "square";
|
|
6880
|
+
rounded: "rounded";
|
|
6877
6881
|
pill: "pill";
|
|
6878
6882
|
soft: "soft";
|
|
6879
6883
|
}>>;
|
|
@@ -6952,8 +6956,8 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
6952
6956
|
}, z.core.$strip>>;
|
|
6953
6957
|
inputStyle: z.ZodOptional<z.ZodObject<{
|
|
6954
6958
|
shape: z.ZodEnum<{
|
|
6955
|
-
rounded: "rounded";
|
|
6956
6959
|
square: "square";
|
|
6960
|
+
rounded: "rounded";
|
|
6957
6961
|
pill: "pill";
|
|
6958
6962
|
soft: "soft";
|
|
6959
6963
|
}>;
|
|
@@ -7108,6 +7112,7 @@ export declare const themesTurnSchema: z.ZodObject<{
|
|
|
7108
7112
|
eyebrowTreatment: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
7109
7113
|
plain: "plain";
|
|
7110
7114
|
pill: "pill";
|
|
7115
|
+
accent: "accent";
|
|
7111
7116
|
"accent-pill": "accent-pill";
|
|
7112
7117
|
"pill-bounce": "pill-bounce";
|
|
7113
7118
|
"accent-pill-bounce": "accent-pill-bounce";
|
|
@@ -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" | "primary" | "secondary" | "background" | "accent" | "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-50" | "primary-900" | "secondary-50" | "secondary-900" | "accent-50" | "accent-900" | "primary-800" | "primary-700" | "primary-
|
|
23
|
-
export declare const backgroundAppearanceAdvancedColorTokenNames: ("surface" | "primary" | "secondary" | "background" | "accent" | "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-50" | "primary-900" | "secondary-50" | "secondary-900" | "accent-50" | "accent-900" | "primary-800" | "primary-700" | "primary-
|
|
22
|
+
export declare const backgroundAppearanceColorTokenNames: readonly ("surface" | "primary" | "secondary" | "background" | "accent" | "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" | "primary-200" | "primary-950" | "secondary-100" | "secondary-200" | "secondary-300" | "secondary-700" | "secondary-800" | "secondary-950" | "accent-100" | "accent-200" | "accent-300" | "accent-700" | "accent-800" | "accent-950")[];
|
|
23
|
+
export declare const backgroundAppearanceAdvancedColorTokenNames: ("surface" | "primary" | "secondary" | "background" | "accent" | "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" | "primary-200" | "primary-950" | "secondary-100" | "secondary-200" | "secondary-300" | "secondary-700" | "secondary-800" | "secondary-950" | "accent-100" | "accent-200" | "accent-300" | "accent-700" | "accent-800" | "accent-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;
|