New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@inkeep/styled-system

Package Overview
Dependencies
Maintainers
4
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@inkeep/styled-system - npm Package Compare versions

Comparing version 0.0.26 to 0.0.27

styled-system/types/static-css.d.ts

2

package.json
{
"name": "@inkeep/styled-system",
"version": "0.0.26",
"version": "0.0.27",
"type": "module",

@@ -5,0 +5,0 @@ "main": "./system.js",

/* eslint-disable */
export * from './factory';
export * from './is-valid-prop';
export * from './box';

@@ -26,3 +24,2 @@ export * from './flex';

export * from './visually-hidden';
export type { HTMLStyledProps, StyledComponent } from '../types/jsx';
/* eslint-disable */
declare const isCssProperty: (value: string) => boolean;
declare const splitCssProps: <TProps extends Record<string, unknown>>(props: TProps) => [Pick<TProps, CssProperty>, Omit<TProps, CssProperty>]
export { isCssProperty };
export { isCssProperty, splitCssProps };

@@ -15,3 +15,3 @@ /* eslint-disable */

export type AiChatPageWrapperVariantProps = {
[key in keyof AiChatPageWrapperVariant]?: ConditionalValue<AiChatPageWrapperVariant[key]>
[key in keyof AiChatPageWrapperVariant]?: ConditionalValue<AiChatPageWrapperVariant[key]> | undefined
}

@@ -18,0 +18,0 @@

@@ -14,3 +14,3 @@ /* eslint-disable */

export type AlertVariantProps = {
[key in keyof AlertVariant]?: ConditionalValue<AlertVariant[key]>
[key in keyof AlertVariant]?: ConditionalValue<AlertVariant[key]> | undefined
}

@@ -17,0 +17,0 @@

@@ -14,3 +14,3 @@ /* eslint-disable */

export type AvatarVariantProps = {
[key in keyof AvatarVariant]?: ConditionalValue<AvatarVariant[key]>
[key in keyof AvatarVariant]?: ConditionalValue<AvatarVariant[key]> | undefined
}

@@ -17,0 +17,0 @@

@@ -14,3 +14,3 @@ /* eslint-disable */

export type BadgeVariantProps = {
[key in keyof BadgeVariant]?: ConditionalValue<BadgeVariant[key]>
[key in keyof BadgeVariant]?: ConditionalValue<BadgeVariant[key]> | undefined
}

@@ -17,0 +17,0 @@

@@ -16,3 +16,3 @@ /* eslint-disable */

export type ButtonVariantProps = {
[key in keyof ButtonVariant]?: ButtonVariant[key]
[key in keyof ButtonVariant]?: ButtonVariant[key] | undefined
}

@@ -19,0 +19,0 @@

@@ -15,3 +15,3 @@ /* eslint-disable */

export type CardVariantProps = {
[key in keyof CardVariant]?: ConditionalValue<CardVariant[key]>
[key in keyof CardVariant]?: ConditionalValue<CardVariant[key]> | undefined
}

@@ -18,0 +18,0 @@

@@ -15,3 +15,3 @@ /* eslint-disable */

export type CheckboxVariantProps = {
[key in keyof CheckboxVariant]?: ConditionalValue<CheckboxVariant[key]>
[key in keyof CheckboxVariant]?: ConditionalValue<CheckboxVariant[key]> | undefined
}

@@ -18,0 +18,0 @@

@@ -14,3 +14,3 @@ /* eslint-disable */

export type CloseButtonVariantProps = {
[key in keyof CloseButtonVariant]?: ConditionalValue<CloseButtonVariant[key]>
[key in keyof CloseButtonVariant]?: ConditionalValue<CloseButtonVariant[key]> | undefined
}

@@ -17,0 +17,0 @@

@@ -14,3 +14,3 @@ /* eslint-disable */

export type CodeVariantProps = {
[key in keyof CodeVariant]?: ConditionalValue<CodeVariant[key]>
[key in keyof CodeVariant]?: ConditionalValue<CodeVariant[key]> | undefined
}

@@ -17,0 +17,0 @@

@@ -14,3 +14,3 @@ /* eslint-disable */

export type ContentParserVariantProps = {
[key in keyof ContentParserVariant]?: ConditionalValue<ContentParserVariant[key]>
[key in keyof ContentParserVariant]?: ConditionalValue<ContentParserVariant[key]> | undefined
}

@@ -17,0 +17,0 @@

@@ -14,3 +14,3 @@ /* eslint-disable */

export type FormControlVariantProps = {
[key in keyof FormControlVariant]?: ConditionalValue<FormControlVariant[key]>
[key in keyof FormControlVariant]?: ConditionalValue<FormControlVariant[key]> | undefined
}

@@ -17,0 +17,0 @@

@@ -15,3 +15,3 @@ /* eslint-disable */

export type HeadingVariantProps = {
[key in keyof HeadingVariant]?: ConditionalValue<HeadingVariant[key]>
[key in keyof HeadingVariant]?: ConditionalValue<HeadingVariant[key]> | undefined
}

@@ -18,0 +18,0 @@

@@ -14,3 +14,3 @@ /* eslint-disable */

export type IconVariantProps = {
[key in keyof IconVariant]?: ConditionalValue<IconVariant[key]>
[key in keyof IconVariant]?: ConditionalValue<IconVariant[key]> | undefined
}

@@ -17,0 +17,0 @@

@@ -15,3 +15,3 @@ /* eslint-disable */

export type InputVariantProps = {
[key in keyof InputVariant]?: ConditionalValue<InputVariant[key]>
[key in keyof InputVariant]?: ConditionalValue<InputVariant[key]> | undefined
}

@@ -18,0 +18,0 @@

@@ -14,3 +14,3 @@ /* eslint-disable */

export type KbdVariantProps = {
[key in keyof KbdVariant]?: ConditionalValue<KbdVariant[key]>
[key in keyof KbdVariant]?: ConditionalValue<KbdVariant[key]> | undefined
}

@@ -17,0 +17,0 @@

@@ -14,3 +14,3 @@ /* eslint-disable */

export type LinkVariantProps = {
[key in keyof LinkVariant]?: ConditionalValue<LinkVariant[key]>
[key in keyof LinkVariant]?: ConditionalValue<LinkVariant[key]> | undefined
}

@@ -17,0 +17,0 @@

@@ -17,3 +17,3 @@ /* eslint-disable */

export type ModalVariantProps = {
[key in keyof ModalVariant]?: ConditionalValue<ModalVariant[key]>
[key in keyof ModalVariant]?: ConditionalValue<ModalVariant[key]> | undefined
}

@@ -20,0 +20,0 @@

@@ -14,3 +14,3 @@ /* eslint-disable */

export type PopoverVariantProps = {
[key in keyof PopoverVariant]?: ConditionalValue<PopoverVariant[key]>
[key in keyof PopoverVariant]?: ConditionalValue<PopoverVariant[key]> | undefined
}

@@ -17,0 +17,0 @@

@@ -14,3 +14,3 @@ /* eslint-disable */

export type PreviewContentHeaderVariantProps = {
[key in keyof PreviewContentHeaderVariant]?: ConditionalValue<PreviewContentHeaderVariant[key]>
[key in keyof PreviewContentHeaderVariant]?: ConditionalValue<PreviewContentHeaderVariant[key]> | undefined
}

@@ -17,0 +17,0 @@

@@ -15,3 +15,3 @@ /* eslint-disable */

export type SearchBarTriggerVariantProps = {
[key in keyof SearchBarTriggerVariant]?: ConditionalValue<SearchBarTriggerVariant[key]>
[key in keyof SearchBarTriggerVariant]?: ConditionalValue<SearchBarTriggerVariant[key]> | undefined
}

@@ -18,0 +18,0 @@

@@ -15,3 +15,3 @@ /* eslint-disable */

export type SelectVariantProps = {
[key in keyof SelectVariant]?: ConditionalValue<SelectVariant[key]>
[key in keyof SelectVariant]?: ConditionalValue<SelectVariant[key]> | undefined
}

@@ -18,0 +18,0 @@

@@ -14,3 +14,3 @@ /* eslint-disable */

export type SkeletonVariantProps = {
[key in keyof SkeletonVariant]?: ConditionalValue<SkeletonVariant[key]>
[key in keyof SkeletonVariant]?: ConditionalValue<SkeletonVariant[key]> | undefined
}

@@ -17,0 +17,0 @@

@@ -14,3 +14,3 @@ /* eslint-disable */

export type SwitchRecipeVariantProps = {
[key in keyof SwitchRecipeVariant]?: ConditionalValue<SwitchRecipeVariant[key]>
[key in keyof SwitchRecipeVariant]?: ConditionalValue<SwitchRecipeVariant[key]> | undefined
}

@@ -17,0 +17,0 @@

@@ -14,3 +14,3 @@ /* eslint-disable */

export type SwitchToChatButtonVariantProps = {
[key in keyof SwitchToChatButtonVariant]?: ConditionalValue<SwitchToChatButtonVariant[key]>
[key in keyof SwitchToChatButtonVariant]?: ConditionalValue<SwitchToChatButtonVariant[key]> | undefined
}

@@ -17,0 +17,0 @@

@@ -15,3 +15,3 @@ /* eslint-disable */

export type TableVariantProps = {
[key in keyof TableVariant]?: ConditionalValue<TableVariant[key]>
[key in keyof TableVariant]?: ConditionalValue<TableVariant[key]> | undefined
}

@@ -18,0 +18,0 @@

@@ -16,3 +16,3 @@ /* eslint-disable */

export type TabsVariantProps = {
[key in keyof TabsVariant]?: ConditionalValue<TabsVariant[key]>
[key in keyof TabsVariant]?: ConditionalValue<TabsVariant[key]> | undefined
}

@@ -19,0 +19,0 @@

@@ -15,3 +15,3 @@ /* eslint-disable */

export type TagVariantProps = {
[key in keyof TagVariant]?: ConditionalValue<TagVariant[key]>
[key in keyof TagVariant]?: ConditionalValue<TagVariant[key]> | undefined
}

@@ -18,0 +18,0 @@

@@ -15,3 +15,3 @@ /* eslint-disable */

export type TextareaVariantProps = {
[key in keyof TextareaVariant]?: ConditionalValue<TextareaVariant[key]>
[key in keyof TextareaVariant]?: ConditionalValue<TextareaVariant[key]> | undefined
}

@@ -18,0 +18,0 @@

@@ -14,3 +14,3 @@ /* eslint-disable */

export type TooltipVariantProps = {
[key in keyof TooltipVariant]?: ConditionalValue<TooltipVariant[key]>
[key in keyof TooltipVariant]?: ConditionalValue<TooltipVariant[key]> | undefined
}

@@ -17,0 +17,0 @@

/* eslint-disable */
export type Token = "blurs.sm" | "blurs.base" | "blurs.md" | "blurs.lg" | "blurs.xl" | "blurs.2xl" | "blurs.3xl" | "spacing.0" | "spacing.1" | "spacing.2" | "spacing.3" | "spacing.4" | "spacing.5" | "spacing.6" | "spacing.7" | "spacing.8" | "spacing.9" | "spacing.10" | "spacing.11" | "spacing.12" | "spacing.14" | "spacing.16" | "spacing.20" | "spacing.24" | "spacing.28" | "spacing.32" | "spacing.36" | "spacing.40" | "spacing.44" | "spacing.48" | "spacing.52" | "spacing.56" | "spacing.60" | "spacing.64" | "spacing.72" | "spacing.80" | "spacing.96" | "spacing.0.5" | "spacing.1.5" | "spacing.2.5" | "spacing.3.5" | "borders.none" | "borders.1px" | "borders.2px" | "borders.4px" | "borders.8px" | "fontSizes.3xs" | "fontSizes.2xs" | "fontSizes.xs" | "fontSizes.sm" | "fontSizes.md" | "fontSizes.lg" | "fontSizes.xl" | "fontSizes.2xl" | "fontSizes.3xl" | "fontSizes.4xl" | "fontSizes.5xl" | "fontSizes.6xl" | "fontSizes.7xl" | "fontSizes.8xl" | "fontSizes.9xl" | "fontWeights.extralight" | "fontWeights.hairline" | "fontWeights.thin" | "fontWeights.light" | "fontWeights.normal" | "fontWeights.medium" | "fontWeights.semibold" | "fontWeights.bold" | "fontWeights.extrabold" | "fontWeights.black" | "letterSpacings.tighter" | "letterSpacings.tight" | "letterSpacings.normal" | "letterSpacings.wide" | "letterSpacings.wider" | "letterSpacings.widest" | "lineHeights.3" | "lineHeights.4" | "lineHeights.5" | "lineHeights.6" | "lineHeights.7" | "lineHeights.8" | "lineHeights.9" | "lineHeights.10" | "lineHeights.tight" | "lineHeights.snug" | "lineHeights.relaxed" | "lineHeights.loose" | "lineHeights.normal" | "lineHeights.none" | "lineHeights.shorter" | "lineHeights.short" | "lineHeights.base" | "lineHeights.tall" | "lineHeights.taller" | "radii.xs" | "radii.none" | "radii.sm" | "radii.base" | "radii.md" | "radii.lg" | "radii.xl" | "radii.2xl" | "radii.3xl" | "radii.full" | "sizes.0" | "sizes.1" | "sizes.2" | "sizes.3" | "sizes.4" | "sizes.5" | "sizes.6" | "sizes.7" | "sizes.8" | "sizes.9" | "sizes.10" | "sizes.11" | "sizes.12" | "sizes.14" | "sizes.16" | "sizes.20" | "sizes.24" | "sizes.28" | "sizes.32" | "sizes.36" | "sizes.40" | "sizes.44" | "sizes.48" | "sizes.52" | "sizes.56" | "sizes.60" | "sizes.64" | "sizes.72" | "sizes.80" | "sizes.96" | "sizes.fit" | "sizes.auto" | "sizes.none" | "sizes.px" | "sizes.0.5" | "sizes.1.5" | "sizes.2.5" | "sizes.3.5" | "sizes.max" | "sizes.min" | "sizes.full" | "sizes.3xs" | "sizes.2xs" | "sizes.xs" | "sizes.sm" | "sizes.md" | "sizes.lg" | "sizes.xl" | "sizes.2xl" | "sizes.3xl" | "sizes.4xl" | "sizes.5xl" | "sizes.6xl" | "sizes.7xl" | "sizes.8xl" | "sizes.prose" | "sizes.container.sm" | "sizes.container.md" | "sizes.container.lg" | "sizes.container.xl" | "sizes.breakpoint-md" | "sizes.breakpoint-lg" | "sizes.breakpoint-xl" | "sizes.breakpoint-2xl" | "sizes.breakpoint-sm" | "space.0" | "space.1" | "space.2" | "space.3" | "space.4" | "space.5" | "space.6" | "space.7" | "space.8" | "space.9" | "space.10" | "space.12" | "space.14" | "space.16" | "space.20" | "space.24" | "space.28" | "space.32" | "space.36" | "space.40" | "space.44" | "space.48" | "space.52" | "space.56" | "space.60" | "space.64" | "space.72" | "space.80" | "space.96" | "space.auto" | "space.none" | "space.px" | "space.0.5" | "space.1.5" | "space.2.5" | "space.3.5" | "zIndex.hide" | "zIndex.auto" | "zIndex.base" | "zIndex.docked" | "zIndex.dropdown" | "zIndex.sticky" | "zIndex.banner" | "zIndex.overlay" | "zIndex.modal" | "zIndex.popover" | "zIndex.skipLink" | "zIndex.toast" | "zIndex.tooltip" | "colors.rose.50" | "colors.rose.100" | "colors.rose.200" | "colors.rose.300" | "colors.rose.400" | "colors.rose.500" | "colors.rose.600" | "colors.rose.700" | "colors.rose.800" | "colors.rose.900" | "colors.rose.950" | "colors.fuchsia.50" | "colors.fuchsia.100" | "colors.fuchsia.200" | "colors.fuchsia.300" | "colors.fuchsia.400" | "colors.fuchsia.500" | "colors.fuchsia.600" | "colors.fuchsia.700" | "colors.fuchsia.800" | "colors.fuchsia.900" | "colors.fuchsia.950" | "colors.violet.50" | "colors.violet.100" | "colors.violet.200" | "colors.violet.300" | "colors.violet.400" | "colors.violet.500" | "colors.violet.600" | "colors.violet.700" | "colors.violet.800" | "colors.violet.900" | "colors.violet.950" | "colors.indigo.50" | "colors.indigo.100" | "colors.indigo.200" | "colors.indigo.300" | "colors.indigo.400" | "colors.indigo.500" | "colors.indigo.600" | "colors.indigo.700" | "colors.indigo.800" | "colors.indigo.900" | "colors.indigo.950" | "colors.sky.50" | "colors.sky.100" | "colors.sky.200" | "colors.sky.300" | "colors.sky.400" | "colors.sky.500" | "colors.sky.600" | "colors.sky.700" | "colors.sky.800" | "colors.sky.900" | "colors.sky.950" | "colors.emerald.50" | "colors.emerald.100" | "colors.emerald.200" | "colors.emerald.300" | "colors.emerald.400" | "colors.emerald.500" | "colors.emerald.600" | "colors.emerald.700" | "colors.emerald.800" | "colors.emerald.900" | "colors.emerald.950" | "colors.lime.50" | "colors.lime.100" | "colors.lime.200" | "colors.lime.300" | "colors.lime.400" | "colors.lime.500" | "colors.lime.600" | "colors.lime.700" | "colors.lime.800" | "colors.lime.900" | "colors.lime.950" | "colors.amber.50" | "colors.amber.100" | "colors.amber.200" | "colors.amber.300" | "colors.amber.400" | "colors.amber.500" | "colors.amber.600" | "colors.amber.700" | "colors.amber.800" | "colors.amber.900" | "colors.amber.950" | "colors.neutral.50" | "colors.neutral.100" | "colors.neutral.200" | "colors.neutral.300" | "colors.neutral.400" | "colors.neutral.500" | "colors.neutral.600" | "colors.neutral.700" | "colors.neutral.800" | "colors.neutral.900" | "colors.neutral.950" | "colors.stone.50" | "colors.stone.100" | "colors.stone.200" | "colors.stone.300" | "colors.stone.400" | "colors.stone.500" | "colors.stone.600" | "colors.stone.700" | "colors.stone.800" | "colors.stone.900" | "colors.stone.950" | "colors.zinc.50" | "colors.zinc.100" | "colors.zinc.200" | "colors.zinc.300" | "colors.zinc.400" | "colors.zinc.500" | "colors.zinc.600" | "colors.zinc.700" | "colors.zinc.800" | "colors.zinc.900" | "colors.zinc.950" | "colors.slate.50" | "colors.slate.100" | "colors.slate.200" | "colors.slate.300" | "colors.slate.400" | "colors.slate.500" | "colors.slate.600" | "colors.slate.700" | "colors.slate.800" | "colors.slate.900" | "colors.slate.950" | "colors.transparent" | "colors.current" | "colors.black" | "colors.white" | "colors.whiteAlpha.50" | "colors.whiteAlpha.100" | "colors.whiteAlpha.200" | "colors.whiteAlpha.300" | "colors.whiteAlpha.400" | "colors.whiteAlpha.500" | "colors.whiteAlpha.600" | "colors.whiteAlpha.700" | "colors.whiteAlpha.800" | "colors.whiteAlpha.900" | "colors.blackAlpha.50" | "colors.blackAlpha.100" | "colors.blackAlpha.200" | "colors.blackAlpha.300" | "colors.blackAlpha.400" | "colors.blackAlpha.500" | "colors.blackAlpha.600" | "colors.blackAlpha.700" | "colors.blackAlpha.800" | "colors.blackAlpha.900" | "colors.red.50" | "colors.red.100" | "colors.red.200" | "colors.red.300" | "colors.red.400" | "colors.red.500" | "colors.red.600" | "colors.red.700" | "colors.red.800" | "colors.red.900" | "colors.red.950" | "colors.orange.50" | "colors.orange.100" | "colors.orange.200" | "colors.orange.300" | "colors.orange.400" | "colors.orange.500" | "colors.orange.600" | "colors.orange.700" | "colors.orange.800" | "colors.orange.900" | "colors.orange.950" | "colors.yellow.50" | "colors.yellow.100" | "colors.yellow.200" | "colors.yellow.300" | "colors.yellow.400" | "colors.yellow.500" | "colors.yellow.600" | "colors.yellow.700" | "colors.yellow.800" | "colors.yellow.900" | "colors.yellow.950" | "colors.green.50" | "colors.green.100" | "colors.green.200" | "colors.green.300" | "colors.green.400" | "colors.green.500" | "colors.green.600" | "colors.green.700" | "colors.green.800" | "colors.green.900" | "colors.green.950" | "colors.teal.50" | "colors.teal.100" | "colors.teal.200" | "colors.teal.300" | "colors.teal.400" | "colors.teal.500" | "colors.teal.600" | "colors.teal.700" | "colors.teal.800" | "colors.teal.900" | "colors.teal.950" | "colors.blue.50" | "colors.blue.100" | "colors.blue.200" | "colors.blue.300" | "colors.blue.400" | "colors.blue.500" | "colors.blue.600" | "colors.blue.700" | "colors.blue.800" | "colors.blue.900" | "colors.blue.950" | "colors.cyan.50" | "colors.cyan.100" | "colors.cyan.200" | "colors.cyan.300" | "colors.cyan.400" | "colors.cyan.500" | "colors.cyan.600" | "colors.cyan.700" | "colors.cyan.800" | "colors.cyan.900" | "colors.cyan.950" | "colors.purple.50" | "colors.purple.100" | "colors.purple.200" | "colors.purple.300" | "colors.purple.400" | "colors.purple.500" | "colors.purple.600" | "colors.purple.700" | "colors.purple.800" | "colors.purple.900" | "colors.purple.950" | "colors.pink.50" | "colors.pink.100" | "colors.pink.200" | "colors.pink.300" | "colors.pink.400" | "colors.pink.500" | "colors.pink.600" | "colors.pink.700" | "colors.pink.800" | "colors.pink.900" | "colors.pink.950" | "colors.linkedin.50" | "colors.linkedin.100" | "colors.linkedin.200" | "colors.linkedin.300" | "colors.linkedin.400" | "colors.linkedin.500" | "colors.linkedin.600" | "colors.linkedin.700" | "colors.linkedin.800" | "colors.linkedin.900" | "colors.facebook.50" | "colors.facebook.100" | "colors.facebook.200" | "colors.facebook.300" | "colors.facebook.400" | "colors.facebook.500" | "colors.facebook.600" | "colors.facebook.700" | "colors.facebook.800" | "colors.facebook.900" | "colors.messenger.50" | "colors.messenger.100" | "colors.messenger.200" | "colors.messenger.300" | "colors.messenger.400" | "colors.messenger.500" | "colors.messenger.600" | "colors.messenger.700" | "colors.messenger.800" | "colors.messenger.900" | "colors.whatsapp.50" | "colors.whatsapp.100" | "colors.whatsapp.200" | "colors.whatsapp.300" | "colors.whatsapp.400" | "colors.whatsapp.500" | "colors.whatsapp.600" | "colors.whatsapp.700" | "colors.whatsapp.800" | "colors.whatsapp.900" | "colors.twitter.50" | "colors.twitter.100" | "colors.twitter.200" | "colors.twitter.300" | "colors.twitter.400" | "colors.twitter.500" | "colors.twitter.600" | "colors.twitter.700" | "colors.twitter.800" | "colors.twitter.900" | "colors.telegram.50" | "colors.telegram.100" | "colors.telegram.200" | "colors.telegram.300" | "colors.telegram.400" | "colors.telegram.500" | "colors.telegram.600" | "colors.telegram.700" | "colors.telegram.800" | "colors.telegram.900" | "colors.gray.50" | "colors.gray.100" | "colors.gray.200" | "colors.gray.300" | "colors.gray.400" | "colors.gray.500" | "colors.gray.600" | "colors.gray.700" | "colors.gray.800" | "colors.gray.900" | "colors.gray.950" | "colors.grayAlpha.50" | "colors.grayAlpha.100" | "colors.grayAlpha.200" | "colors.grayAlpha.300" | "colors.grayAlpha.400" | "colors.grayAlpha.500" | "colors.grayAlpha.600" | "colors.grayAlpha.700" | "colors.grayAlpha.800" | "colors.grayAlpha.900" | "colors.grayDark.50" | "colors.grayDark.100" | "colors.grayDark.200" | "colors.grayDark.300" | "colors.grayDark.400" | "colors.grayDark.500" | "colors.grayDark.600" | "colors.grayDark.700" | "colors.grayDark.800" | "colors.grayDark.900" | "fonts.sans" | "fonts.serif" | "fonts.mono" | "fonts.body" | "fonts.heading" | "easings.linear" | "easings.in" | "easings.out" | "easings.in-out" | "easings.default" | "easings.emphasized-in" | "easings.emphasized-out" | "animations.spin" | "animations.ping" | "animations.pulse" | "animations.bounce" | "animations.backdrop-in" | "animations.backdrop-out" | "animations.dialog-in" | "animations.dialog-out" | "durations.fastest" | "durations.normal" | "durations.slower" | "durations.slowest" | "durations.faster" | "durations.fast" | "durations.medium" | "durations.slow" | "shadows.xs" | "shadows.sm" | "shadows.base" | "shadows.md" | "shadows.lg" | "shadows.xl" | "shadows.2xl" | "shadows.inner" | "shadows.none" | "shadows.dark-lg" | "shadows.outline" | "shadows.boxShadow" | "shadows.tooltipShadow" | "breakpoints.md" | "breakpoints.lg" | "breakpoints.xl" | "breakpoints.2xl" | "breakpoints.sm" | "shadows.accent" | "colors.chakra-body-text" | "colors.chakra-body-bg" | "colors.chakra-border-color" | "colors.chakra-inverse-text" | "colors.chakra-subtle-bg" | "colors.chakra-subtle-text" | "colors.chakra-placeholder-color" | "colors.background" | "colors.foreground" | "colors.bg.canvas" | "colors.bg.default" | "colors.bg.subtle" | "colors.bg.muted" | "colors.bg.emphasized" | "colors.bg.disabled" | "colors.fg.default" | "colors.fg.emphasized" | "colors.fg.muted" | "colors.fg.subtle" | "colors.fg.disabled" | "colors.accent.default" | "colors.accent.emphasized" | "colors.accent.fg" | "colors.border.default" | "colors.border.emphasized" | "colors.border.outline" | "colors.border.accent" | "colors.border.disabled" | "colors.inkeepPrimary.hitContentPreview" | "colors.inkeepPrimary.hitContentPreviewHover" | "colors.inkeepPrimary.textBold" | "colors.inkeepPrimary.textSubtle" | "colors.inkeepPrimary.lighter" | "colors.inkeepPrimary.light" | "colors.inkeepPrimary.lightSubtle" | "colors.inkeepPrimary.medium" | "colors.inkeepPrimary.strong" | "colors.inkeepPrimary.stronger" | "colors.inkeepPrimary.textColorOnPrimary" | "colors.inkeepExpandedPrimary.50" | "colors.inkeepExpandedPrimary.100" | "colors.inkeepExpandedPrimary.200" | "colors.inkeepExpandedPrimary.300" | "colors.inkeepExpandedPrimary.400" | "colors.inkeepExpandedPrimary.500" | "colors.inkeepExpandedPrimary.600" | "colors.inkeepExpandedPrimary.700" | "colors.inkeepExpandedPrimary.800" | "colors.inkeepExpandedPrimary.900" | "spacing.-1" | "spacing.-2" | "spacing.-3" | "spacing.-4" | "spacing.-5" | "spacing.-6" | "spacing.-7" | "spacing.-8" | "spacing.-9" | "spacing.-10" | "spacing.-11" | "spacing.-12" | "spacing.-14" | "spacing.-16" | "spacing.-20" | "spacing.-24" | "spacing.-28" | "spacing.-32" | "spacing.-36" | "spacing.-40" | "spacing.-44" | "spacing.-48" | "spacing.-52" | "spacing.-56" | "spacing.-60" | "spacing.-64" | "spacing.-72" | "spacing.-80" | "spacing.-96" | "spacing.-0.5" | "spacing.-1.5" | "spacing.-2.5" | "spacing.-3.5" | "colors.colorPalette.50" | "colors.colorPalette.100" | "colors.colorPalette.200" | "colors.colorPalette.300" | "colors.colorPalette.400" | "colors.colorPalette.500" | "colors.colorPalette.600" | "colors.colorPalette.700" | "colors.colorPalette.800" | "colors.colorPalette.900" | "colors.colorPalette.950" | "colors.colorPalette.canvas" | "colors.colorPalette.default" | "colors.colorPalette.subtle" | "colors.colorPalette.muted" | "colors.colorPalette.emphasized" | "colors.colorPalette.disabled" | "colors.colorPalette.fg" | "colors.colorPalette.outline" | "colors.colorPalette.accent" | "colors.colorPalette.hitContentPreview" | "colors.colorPalette.hitContentPreviewHover" | "colors.colorPalette.textBold" | "colors.colorPalette.textSubtle" | "colors.colorPalette.lighter" | "colors.colorPalette.light" | "colors.colorPalette.lightSubtle" | "colors.colorPalette.medium" | "colors.colorPalette.strong" | "colors.colorPalette.stronger" | "colors.colorPalette.textColorOnPrimary"
export type Token = "blurs.sm" | "blurs.base" | "blurs.md" | "blurs.lg" | "blurs.xl" | "blurs.2xl" | "blurs.3xl" | "spacing.0" | "spacing.1" | "spacing.2" | "spacing.3" | "spacing.4" | "spacing.5" | "spacing.6" | "spacing.7" | "spacing.8" | "spacing.9" | "spacing.10" | "spacing.11" | "spacing.12" | "spacing.14" | "spacing.16" | "spacing.20" | "spacing.24" | "spacing.28" | "spacing.32" | "spacing.36" | "spacing.40" | "spacing.44" | "spacing.48" | "spacing.52" | "spacing.56" | "spacing.60" | "spacing.64" | "spacing.72" | "spacing.80" | "spacing.96" | "spacing.0.5" | "spacing.1.5" | "spacing.2.5" | "spacing.3.5" | "borders.none" | "borders.1px" | "borders.2px" | "borders.4px" | "borders.8px" | "fontSizes.3xs" | "fontSizes.2xs" | "fontSizes.xs" | "fontSizes.sm" | "fontSizes.md" | "fontSizes.lg" | "fontSizes.xl" | "fontSizes.2xl" | "fontSizes.3xl" | "fontSizes.4xl" | "fontSizes.5xl" | "fontSizes.6xl" | "fontSizes.7xl" | "fontSizes.8xl" | "fontSizes.9xl" | "fontWeights.extralight" | "fontWeights.hairline" | "fontWeights.thin" | "fontWeights.light" | "fontWeights.normal" | "fontWeights.medium" | "fontWeights.semibold" | "fontWeights.bold" | "fontWeights.extrabold" | "fontWeights.black" | "letterSpacings.tighter" | "letterSpacings.tight" | "letterSpacings.normal" | "letterSpacings.wide" | "letterSpacings.wider" | "letterSpacings.widest" | "lineHeights.3" | "lineHeights.4" | "lineHeights.5" | "lineHeights.6" | "lineHeights.7" | "lineHeights.8" | "lineHeights.9" | "lineHeights.10" | "lineHeights.tight" | "lineHeights.snug" | "lineHeights.relaxed" | "lineHeights.loose" | "lineHeights.normal" | "lineHeights.none" | "lineHeights.shorter" | "lineHeights.short" | "lineHeights.base" | "lineHeights.tall" | "lineHeights.taller" | "radii.xs" | "radii.none" | "radii.sm" | "radii.base" | "radii.md" | "radii.lg" | "radii.xl" | "radii.2xl" | "radii.3xl" | "radii.full" | "sizes.0" | "sizes.1" | "sizes.2" | "sizes.3" | "sizes.4" | "sizes.5" | "sizes.6" | "sizes.7" | "sizes.8" | "sizes.9" | "sizes.10" | "sizes.11" | "sizes.12" | "sizes.14" | "sizes.16" | "sizes.20" | "sizes.24" | "sizes.28" | "sizes.32" | "sizes.36" | "sizes.40" | "sizes.44" | "sizes.48" | "sizes.52" | "sizes.56" | "sizes.60" | "sizes.64" | "sizes.72" | "sizes.80" | "sizes.96" | "sizes.fit" | "sizes.auto" | "sizes.none" | "sizes.px" | "sizes.0.5" | "sizes.1.5" | "sizes.2.5" | "sizes.3.5" | "sizes.max" | "sizes.min" | "sizes.full" | "sizes.3xs" | "sizes.2xs" | "sizes.xs" | "sizes.sm" | "sizes.md" | "sizes.lg" | "sizes.xl" | "sizes.2xl" | "sizes.3xl" | "sizes.4xl" | "sizes.5xl" | "sizes.6xl" | "sizes.7xl" | "sizes.8xl" | "sizes.prose" | "sizes.container.sm" | "sizes.container.md" | "sizes.container.lg" | "sizes.container.xl" | "sizes.breakpoint-md" | "sizes.breakpoint-lg" | "sizes.breakpoint-xl" | "sizes.breakpoint-2xl" | "sizes.breakpoint-sm" | "space.0" | "space.1" | "space.2" | "space.3" | "space.4" | "space.5" | "space.6" | "space.7" | "space.8" | "space.9" | "space.10" | "space.12" | "space.14" | "space.16" | "space.20" | "space.24" | "space.28" | "space.32" | "space.36" | "space.40" | "space.44" | "space.48" | "space.52" | "space.56" | "space.60" | "space.64" | "space.72" | "space.80" | "space.96" | "space.auto" | "space.none" | "space.px" | "space.0.5" | "space.1.5" | "space.2.5" | "space.3.5" | "zIndex.hide" | "zIndex.auto" | "zIndex.base" | "zIndex.docked" | "zIndex.dropdown" | "zIndex.sticky" | "zIndex.banner" | "zIndex.overlay" | "zIndex.modal" | "zIndex.popover" | "zIndex.skipLink" | "zIndex.toast" | "zIndex.tooltip" | "colors.rose.50" | "colors.rose.100" | "colors.rose.200" | "colors.rose.300" | "colors.rose.400" | "colors.rose.500" | "colors.rose.600" | "colors.rose.700" | "colors.rose.800" | "colors.rose.900" | "colors.rose.950" | "colors.fuchsia.50" | "colors.fuchsia.100" | "colors.fuchsia.200" | "colors.fuchsia.300" | "colors.fuchsia.400" | "colors.fuchsia.500" | "colors.fuchsia.600" | "colors.fuchsia.700" | "colors.fuchsia.800" | "colors.fuchsia.900" | "colors.fuchsia.950" | "colors.violet.50" | "colors.violet.100" | "colors.violet.200" | "colors.violet.300" | "colors.violet.400" | "colors.violet.500" | "colors.violet.600" | "colors.violet.700" | "colors.violet.800" | "colors.violet.900" | "colors.violet.950" | "colors.indigo.50" | "colors.indigo.100" | "colors.indigo.200" | "colors.indigo.300" | "colors.indigo.400" | "colors.indigo.500" | "colors.indigo.600" | "colors.indigo.700" | "colors.indigo.800" | "colors.indigo.900" | "colors.indigo.950" | "colors.sky.50" | "colors.sky.100" | "colors.sky.200" | "colors.sky.300" | "colors.sky.400" | "colors.sky.500" | "colors.sky.600" | "colors.sky.700" | "colors.sky.800" | "colors.sky.900" | "colors.sky.950" | "colors.emerald.50" | "colors.emerald.100" | "colors.emerald.200" | "colors.emerald.300" | "colors.emerald.400" | "colors.emerald.500" | "colors.emerald.600" | "colors.emerald.700" | "colors.emerald.800" | "colors.emerald.900" | "colors.emerald.950" | "colors.lime.50" | "colors.lime.100" | "colors.lime.200" | "colors.lime.300" | "colors.lime.400" | "colors.lime.500" | "colors.lime.600" | "colors.lime.700" | "colors.lime.800" | "colors.lime.900" | "colors.lime.950" | "colors.amber.50" | "colors.amber.100" | "colors.amber.200" | "colors.amber.300" | "colors.amber.400" | "colors.amber.500" | "colors.amber.600" | "colors.amber.700" | "colors.amber.800" | "colors.amber.900" | "colors.amber.950" | "colors.neutral.50" | "colors.neutral.100" | "colors.neutral.200" | "colors.neutral.300" | "colors.neutral.400" | "colors.neutral.500" | "colors.neutral.600" | "colors.neutral.700" | "colors.neutral.800" | "colors.neutral.900" | "colors.neutral.950" | "colors.stone.50" | "colors.stone.100" | "colors.stone.200" | "colors.stone.300" | "colors.stone.400" | "colors.stone.500" | "colors.stone.600" | "colors.stone.700" | "colors.stone.800" | "colors.stone.900" | "colors.stone.950" | "colors.zinc.50" | "colors.zinc.100" | "colors.zinc.200" | "colors.zinc.300" | "colors.zinc.400" | "colors.zinc.500" | "colors.zinc.600" | "colors.zinc.700" | "colors.zinc.800" | "colors.zinc.900" | "colors.zinc.950" | "colors.slate.50" | "colors.slate.100" | "colors.slate.200" | "colors.slate.300" | "colors.slate.400" | "colors.slate.500" | "colors.slate.600" | "colors.slate.700" | "colors.slate.800" | "colors.slate.900" | "colors.slate.950" | "colors.transparent" | "colors.current" | "colors.black" | "colors.white" | "colors.whiteAlpha.50" | "colors.whiteAlpha.100" | "colors.whiteAlpha.200" | "colors.whiteAlpha.300" | "colors.whiteAlpha.400" | "colors.whiteAlpha.500" | "colors.whiteAlpha.600" | "colors.whiteAlpha.700" | "colors.whiteAlpha.800" | "colors.whiteAlpha.900" | "colors.blackAlpha.50" | "colors.blackAlpha.100" | "colors.blackAlpha.200" | "colors.blackAlpha.300" | "colors.blackAlpha.400" | "colors.blackAlpha.500" | "colors.blackAlpha.600" | "colors.blackAlpha.700" | "colors.blackAlpha.800" | "colors.blackAlpha.900" | "colors.red.50" | "colors.red.100" | "colors.red.200" | "colors.red.300" | "colors.red.400" | "colors.red.500" | "colors.red.600" | "colors.red.700" | "colors.red.800" | "colors.red.900" | "colors.red.950" | "colors.orange.50" | "colors.orange.100" | "colors.orange.200" | "colors.orange.300" | "colors.orange.400" | "colors.orange.500" | "colors.orange.600" | "colors.orange.700" | "colors.orange.800" | "colors.orange.900" | "colors.orange.950" | "colors.yellow.50" | "colors.yellow.100" | "colors.yellow.200" | "colors.yellow.300" | "colors.yellow.400" | "colors.yellow.500" | "colors.yellow.600" | "colors.yellow.700" | "colors.yellow.800" | "colors.yellow.900" | "colors.yellow.950" | "colors.green.50" | "colors.green.100" | "colors.green.200" | "colors.green.300" | "colors.green.400" | "colors.green.500" | "colors.green.600" | "colors.green.700" | "colors.green.800" | "colors.green.900" | "colors.green.950" | "colors.teal.50" | "colors.teal.100" | "colors.teal.200" | "colors.teal.300" | "colors.teal.400" | "colors.teal.500" | "colors.teal.600" | "colors.teal.700" | "colors.teal.800" | "colors.teal.900" | "colors.teal.950" | "colors.blue.50" | "colors.blue.100" | "colors.blue.200" | "colors.blue.300" | "colors.blue.400" | "colors.blue.500" | "colors.blue.600" | "colors.blue.700" | "colors.blue.800" | "colors.blue.900" | "colors.blue.950" | "colors.cyan.50" | "colors.cyan.100" | "colors.cyan.200" | "colors.cyan.300" | "colors.cyan.400" | "colors.cyan.500" | "colors.cyan.600" | "colors.cyan.700" | "colors.cyan.800" | "colors.cyan.900" | "colors.cyan.950" | "colors.purple.50" | "colors.purple.100" | "colors.purple.200" | "colors.purple.300" | "colors.purple.400" | "colors.purple.500" | "colors.purple.600" | "colors.purple.700" | "colors.purple.800" | "colors.purple.900" | "colors.purple.950" | "colors.pink.50" | "colors.pink.100" | "colors.pink.200" | "colors.pink.300" | "colors.pink.400" | "colors.pink.500" | "colors.pink.600" | "colors.pink.700" | "colors.pink.800" | "colors.pink.900" | "colors.pink.950" | "colors.linkedin.50" | "colors.linkedin.100" | "colors.linkedin.200" | "colors.linkedin.300" | "colors.linkedin.400" | "colors.linkedin.500" | "colors.linkedin.600" | "colors.linkedin.700" | "colors.linkedin.800" | "colors.linkedin.900" | "colors.facebook.50" | "colors.facebook.100" | "colors.facebook.200" | "colors.facebook.300" | "colors.facebook.400" | "colors.facebook.500" | "colors.facebook.600" | "colors.facebook.700" | "colors.facebook.800" | "colors.facebook.900" | "colors.messenger.50" | "colors.messenger.100" | "colors.messenger.200" | "colors.messenger.300" | "colors.messenger.400" | "colors.messenger.500" | "colors.messenger.600" | "colors.messenger.700" | "colors.messenger.800" | "colors.messenger.900" | "colors.whatsapp.50" | "colors.whatsapp.100" | "colors.whatsapp.200" | "colors.whatsapp.300" | "colors.whatsapp.400" | "colors.whatsapp.500" | "colors.whatsapp.600" | "colors.whatsapp.700" | "colors.whatsapp.800" | "colors.whatsapp.900" | "colors.twitter.50" | "colors.twitter.100" | "colors.twitter.200" | "colors.twitter.300" | "colors.twitter.400" | "colors.twitter.500" | "colors.twitter.600" | "colors.twitter.700" | "colors.twitter.800" | "colors.twitter.900" | "colors.telegram.50" | "colors.telegram.100" | "colors.telegram.200" | "colors.telegram.300" | "colors.telegram.400" | "colors.telegram.500" | "colors.telegram.600" | "colors.telegram.700" | "colors.telegram.800" | "colors.telegram.900" | "colors.gray.50" | "colors.gray.100" | "colors.gray.200" | "colors.gray.300" | "colors.gray.400" | "colors.gray.500" | "colors.gray.600" | "colors.gray.700" | "colors.gray.800" | "colors.gray.900" | "colors.gray.950" | "colors.grayAlpha.50" | "colors.grayAlpha.100" | "colors.grayAlpha.200" | "colors.grayAlpha.300" | "colors.grayAlpha.400" | "colors.grayAlpha.500" | "colors.grayAlpha.600" | "colors.grayAlpha.700" | "colors.grayAlpha.800" | "colors.grayAlpha.900" | "colors.grayDark.50" | "colors.grayDark.100" | "colors.grayDark.200" | "colors.grayDark.300" | "colors.grayDark.400" | "colors.grayDark.500" | "colors.grayDark.600" | "colors.grayDark.700" | "colors.grayDark.800" | "colors.grayDark.900" | "fonts.sans" | "fonts.serif" | "fonts.mono" | "fonts.body" | "fonts.heading" | "easings.linear" | "easings.in" | "easings.out" | "easings.in-out" | "easings.default" | "easings.emphasized-in" | "easings.emphasized-out" | "animations.spin" | "animations.ping" | "animations.pulse" | "animations.bounce" | "animations.backdrop-in" | "animations.backdrop-out" | "animations.dialog-in" | "animations.dialog-out" | "durations.fastest" | "durations.normal" | "durations.slower" | "durations.slowest" | "durations.faster" | "durations.fast" | "durations.medium" | "durations.slow" | "shadows.xs" | "shadows.sm" | "shadows.base" | "shadows.md" | "shadows.lg" | "shadows.xl" | "shadows.2xl" | "shadows.inner" | "shadows.none" | "shadows.dark-lg" | "shadows.outline" | "shadows.boxShadow" | "shadows.tooltipShadow" | "breakpoints.md" | "breakpoints.lg" | "breakpoints.xl" | "breakpoints.2xl" | "breakpoints.sm" | "shadows.accent" | "colors.chakra-body-text" | "colors.chakra-body-bg" | "colors.chakra-border-color" | "colors.chakra-inverse-text" | "colors.chakra-subtle-bg" | "colors.chakra-subtle-text" | "colors.chakra-placeholder-color" | "colors.background" | "colors.foreground" | "colors.bg.canvas" | "colors.bg.default" | "colors.bg.subtle" | "colors.bg.muted" | "colors.bg.emphasized" | "colors.bg.disabled" | "colors.fg.default" | "colors.fg.emphasized" | "colors.fg.muted" | "colors.fg.subtle" | "colors.fg.disabled" | "colors.accent.default" | "colors.accent.emphasized" | "colors.accent.fg" | "colors.border.default" | "colors.border.emphasized" | "colors.border.outline" | "colors.border.accent" | "colors.border.disabled" | "colors.inkeepPrimary.hitContentPreview" | "colors.inkeepPrimary.hitContentPreviewHover" | "colors.inkeepPrimary.textBold" | "colors.inkeepPrimary.textSubtle" | "colors.inkeepPrimary.lighter" | "colors.inkeepPrimary.light" | "colors.inkeepPrimary.lightSubtle" | "colors.inkeepPrimary.medium" | "colors.inkeepPrimary.strong" | "colors.inkeepPrimary.stronger" | "colors.inkeepPrimary.textColorOnPrimary" | "colors.inkeepExpandedPrimary.50" | "colors.inkeepExpandedPrimary.100" | "colors.inkeepExpandedPrimary.200" | "colors.inkeepExpandedPrimary.300" | "colors.inkeepExpandedPrimary.400" | "colors.inkeepExpandedPrimary.500" | "colors.inkeepExpandedPrimary.600" | "colors.inkeepExpandedPrimary.700" | "colors.inkeepExpandedPrimary.800" | "colors.inkeepExpandedPrimary.900" | "spacing.-1" | "spacing.-2" | "spacing.-3" | "spacing.-4" | "spacing.-5" | "spacing.-6" | "spacing.-7" | "spacing.-8" | "spacing.-9" | "spacing.-10" | "spacing.-11" | "spacing.-12" | "spacing.-14" | "spacing.-16" | "spacing.-20" | "spacing.-24" | "spacing.-28" | "spacing.-32" | "spacing.-36" | "spacing.-40" | "spacing.-44" | "spacing.-48" | "spacing.-52" | "spacing.-56" | "spacing.-60" | "spacing.-64" | "spacing.-72" | "spacing.-80" | "spacing.-96" | "spacing.-0.5" | "spacing.-1.5" | "spacing.-2.5" | "spacing.-3.5" | "colors.colorPalette.50" | "colors.colorPalette.100" | "colors.colorPalette.200" | "colors.colorPalette.300" | "colors.colorPalette.400" | "colors.colorPalette.500" | "colors.colorPalette.600" | "colors.colorPalette.700" | "colors.colorPalette.800" | "colors.colorPalette.900" | "colors.colorPalette.950" | "colors.colorPalette" | "colors.colorPalette.canvas" | "colors.colorPalette.default" | "colors.colorPalette.subtle" | "colors.colorPalette.muted" | "colors.colorPalette.emphasized" | "colors.colorPalette.disabled" | "colors.colorPalette.fg" | "colors.colorPalette.outline" | "colors.colorPalette.accent" | "colors.colorPalette.hitContentPreview" | "colors.colorPalette.hitContentPreviewHover" | "colors.colorPalette.textBold" | "colors.colorPalette.textSubtle" | "colors.colorPalette.lighter" | "colors.colorPalette.light" | "colors.colorPalette.lightSubtle" | "colors.colorPalette.medium" | "colors.colorPalette.strong" | "colors.colorPalette.stronger" | "colors.colorPalette.textColorOnPrimary"
export type ColorPalette = "rose" | "fuchsia" | "violet" | "indigo" | "sky" | "emerald" | "lime" | "amber" | "neutral" | "stone" | "zinc" | "slate" | "whiteAlpha" | "blackAlpha" | "red" | "orange" | "yellow" | "green" | "teal" | "blue" | "cyan" | "purple" | "pink" | "linkedin" | "facebook" | "messenger" | "whatsapp" | "twitter" | "telegram" | "gray" | "grayAlpha" | "grayDark" | "bg" | "fg" | "accent" | "border" | "inkeepPrimary" | "inkeepExpandedPrimary"
export type ColorPalette = "rose" | "fuchsia" | "violet" | "indigo" | "sky" | "emerald" | "lime" | "amber" | "neutral" | "stone" | "zinc" | "slate" | "transparent" | "current" | "black" | "white" | "whiteAlpha" | "blackAlpha" | "red" | "orange" | "yellow" | "green" | "teal" | "blue" | "cyan" | "purple" | "pink" | "linkedin" | "facebook" | "messenger" | "whatsapp" | "twitter" | "telegram" | "gray" | "grayAlpha" | "grayDark" | "chakra-body-text" | "chakra-body-bg" | "chakra-border-color" | "chakra-inverse-text" | "chakra-subtle-bg" | "chakra-subtle-text" | "chakra-placeholder-color" | "background" | "foreground" | "bg" | "fg" | "accent" | "border" | "inkeepPrimary" | "inkeepExpandedPrimary"

@@ -28,3 +28,3 @@ export type BlurToken = "sm" | "base" | "md" | "lg" | "xl" | "2xl" | "3xl"

export type ColorToken = "rose.50" | "rose.100" | "rose.200" | "rose.300" | "rose.400" | "rose.500" | "rose.600" | "rose.700" | "rose.800" | "rose.900" | "rose.950" | "fuchsia.50" | "fuchsia.100" | "fuchsia.200" | "fuchsia.300" | "fuchsia.400" | "fuchsia.500" | "fuchsia.600" | "fuchsia.700" | "fuchsia.800" | "fuchsia.900" | "fuchsia.950" | "violet.50" | "violet.100" | "violet.200" | "violet.300" | "violet.400" | "violet.500" | "violet.600" | "violet.700" | "violet.800" | "violet.900" | "violet.950" | "indigo.50" | "indigo.100" | "indigo.200" | "indigo.300" | "indigo.400" | "indigo.500" | "indigo.600" | "indigo.700" | "indigo.800" | "indigo.900" | "indigo.950" | "sky.50" | "sky.100" | "sky.200" | "sky.300" | "sky.400" | "sky.500" | "sky.600" | "sky.700" | "sky.800" | "sky.900" | "sky.950" | "emerald.50" | "emerald.100" | "emerald.200" | "emerald.300" | "emerald.400" | "emerald.500" | "emerald.600" | "emerald.700" | "emerald.800" | "emerald.900" | "emerald.950" | "lime.50" | "lime.100" | "lime.200" | "lime.300" | "lime.400" | "lime.500" | "lime.600" | "lime.700" | "lime.800" | "lime.900" | "lime.950" | "amber.50" | "amber.100" | "amber.200" | "amber.300" | "amber.400" | "amber.500" | "amber.600" | "amber.700" | "amber.800" | "amber.900" | "amber.950" | "neutral.50" | "neutral.100" | "neutral.200" | "neutral.300" | "neutral.400" | "neutral.500" | "neutral.600" | "neutral.700" | "neutral.800" | "neutral.900" | "neutral.950" | "stone.50" | "stone.100" | "stone.200" | "stone.300" | "stone.400" | "stone.500" | "stone.600" | "stone.700" | "stone.800" | "stone.900" | "stone.950" | "zinc.50" | "zinc.100" | "zinc.200" | "zinc.300" | "zinc.400" | "zinc.500" | "zinc.600" | "zinc.700" | "zinc.800" | "zinc.900" | "zinc.950" | "slate.50" | "slate.100" | "slate.200" | "slate.300" | "slate.400" | "slate.500" | "slate.600" | "slate.700" | "slate.800" | "slate.900" | "slate.950" | "transparent" | "current" | "black" | "white" | "whiteAlpha.50" | "whiteAlpha.100" | "whiteAlpha.200" | "whiteAlpha.300" | "whiteAlpha.400" | "whiteAlpha.500" | "whiteAlpha.600" | "whiteAlpha.700" | "whiteAlpha.800" | "whiteAlpha.900" | "blackAlpha.50" | "blackAlpha.100" | "blackAlpha.200" | "blackAlpha.300" | "blackAlpha.400" | "blackAlpha.500" | "blackAlpha.600" | "blackAlpha.700" | "blackAlpha.800" | "blackAlpha.900" | "red.50" | "red.100" | "red.200" | "red.300" | "red.400" | "red.500" | "red.600" | "red.700" | "red.800" | "red.900" | "red.950" | "orange.50" | "orange.100" | "orange.200" | "orange.300" | "orange.400" | "orange.500" | "orange.600" | "orange.700" | "orange.800" | "orange.900" | "orange.950" | "yellow.50" | "yellow.100" | "yellow.200" | "yellow.300" | "yellow.400" | "yellow.500" | "yellow.600" | "yellow.700" | "yellow.800" | "yellow.900" | "yellow.950" | "green.50" | "green.100" | "green.200" | "green.300" | "green.400" | "green.500" | "green.600" | "green.700" | "green.800" | "green.900" | "green.950" | "teal.50" | "teal.100" | "teal.200" | "teal.300" | "teal.400" | "teal.500" | "teal.600" | "teal.700" | "teal.800" | "teal.900" | "teal.950" | "blue.50" | "blue.100" | "blue.200" | "blue.300" | "blue.400" | "blue.500" | "blue.600" | "blue.700" | "blue.800" | "blue.900" | "blue.950" | "cyan.50" | "cyan.100" | "cyan.200" | "cyan.300" | "cyan.400" | "cyan.500" | "cyan.600" | "cyan.700" | "cyan.800" | "cyan.900" | "cyan.950" | "purple.50" | "purple.100" | "purple.200" | "purple.300" | "purple.400" | "purple.500" | "purple.600" | "purple.700" | "purple.800" | "purple.900" | "purple.950" | "pink.50" | "pink.100" | "pink.200" | "pink.300" | "pink.400" | "pink.500" | "pink.600" | "pink.700" | "pink.800" | "pink.900" | "pink.950" | "linkedin.50" | "linkedin.100" | "linkedin.200" | "linkedin.300" | "linkedin.400" | "linkedin.500" | "linkedin.600" | "linkedin.700" | "linkedin.800" | "linkedin.900" | "facebook.50" | "facebook.100" | "facebook.200" | "facebook.300" | "facebook.400" | "facebook.500" | "facebook.600" | "facebook.700" | "facebook.800" | "facebook.900" | "messenger.50" | "messenger.100" | "messenger.200" | "messenger.300" | "messenger.400" | "messenger.500" | "messenger.600" | "messenger.700" | "messenger.800" | "messenger.900" | "whatsapp.50" | "whatsapp.100" | "whatsapp.200" | "whatsapp.300" | "whatsapp.400" | "whatsapp.500" | "whatsapp.600" | "whatsapp.700" | "whatsapp.800" | "whatsapp.900" | "twitter.50" | "twitter.100" | "twitter.200" | "twitter.300" | "twitter.400" | "twitter.500" | "twitter.600" | "twitter.700" | "twitter.800" | "twitter.900" | "telegram.50" | "telegram.100" | "telegram.200" | "telegram.300" | "telegram.400" | "telegram.500" | "telegram.600" | "telegram.700" | "telegram.800" | "telegram.900" | "gray.50" | "gray.100" | "gray.200" | "gray.300" | "gray.400" | "gray.500" | "gray.600" | "gray.700" | "gray.800" | "gray.900" | "gray.950" | "grayAlpha.50" | "grayAlpha.100" | "grayAlpha.200" | "grayAlpha.300" | "grayAlpha.400" | "grayAlpha.500" | "grayAlpha.600" | "grayAlpha.700" | "grayAlpha.800" | "grayAlpha.900" | "grayDark.50" | "grayDark.100" | "grayDark.200" | "grayDark.300" | "grayDark.400" | "grayDark.500" | "grayDark.600" | "grayDark.700" | "grayDark.800" | "grayDark.900" | "chakra-body-text" | "chakra-body-bg" | "chakra-border-color" | "chakra-inverse-text" | "chakra-subtle-bg" | "chakra-subtle-text" | "chakra-placeholder-color" | "background" | "foreground" | "bg.canvas" | "bg.default" | "bg.subtle" | "bg.muted" | "bg.emphasized" | "bg.disabled" | "fg.default" | "fg.emphasized" | "fg.muted" | "fg.subtle" | "fg.disabled" | "accent.default" | "accent.emphasized" | "accent.fg" | "border.default" | "border.emphasized" | "border.outline" | "border.accent" | "border.disabled" | "inkeepPrimary.hitContentPreview" | "inkeepPrimary.hitContentPreviewHover" | "inkeepPrimary.textBold" | "inkeepPrimary.textSubtle" | "inkeepPrimary.lighter" | "inkeepPrimary.light" | "inkeepPrimary.lightSubtle" | "inkeepPrimary.medium" | "inkeepPrimary.strong" | "inkeepPrimary.stronger" | "inkeepPrimary.textColorOnPrimary" | "inkeepExpandedPrimary.50" | "inkeepExpandedPrimary.100" | "inkeepExpandedPrimary.200" | "inkeepExpandedPrimary.300" | "inkeepExpandedPrimary.400" | "inkeepExpandedPrimary.500" | "inkeepExpandedPrimary.600" | "inkeepExpandedPrimary.700" | "inkeepExpandedPrimary.800" | "inkeepExpandedPrimary.900" | "colorPalette.50" | "colorPalette.100" | "colorPalette.200" | "colorPalette.300" | "colorPalette.400" | "colorPalette.500" | "colorPalette.600" | "colorPalette.700" | "colorPalette.800" | "colorPalette.900" | "colorPalette.950" | "colorPalette.canvas" | "colorPalette.default" | "colorPalette.subtle" | "colorPalette.muted" | "colorPalette.emphasized" | "colorPalette.disabled" | "colorPalette.fg" | "colorPalette.outline" | "colorPalette.accent" | "colorPalette.hitContentPreview" | "colorPalette.hitContentPreviewHover" | "colorPalette.textBold" | "colorPalette.textSubtle" | "colorPalette.lighter" | "colorPalette.light" | "colorPalette.lightSubtle" | "colorPalette.medium" | "colorPalette.strong" | "colorPalette.stronger" | "colorPalette.textColorOnPrimary"
export type ColorToken = "rose.50" | "rose.100" | "rose.200" | "rose.300" | "rose.400" | "rose.500" | "rose.600" | "rose.700" | "rose.800" | "rose.900" | "rose.950" | "fuchsia.50" | "fuchsia.100" | "fuchsia.200" | "fuchsia.300" | "fuchsia.400" | "fuchsia.500" | "fuchsia.600" | "fuchsia.700" | "fuchsia.800" | "fuchsia.900" | "fuchsia.950" | "violet.50" | "violet.100" | "violet.200" | "violet.300" | "violet.400" | "violet.500" | "violet.600" | "violet.700" | "violet.800" | "violet.900" | "violet.950" | "indigo.50" | "indigo.100" | "indigo.200" | "indigo.300" | "indigo.400" | "indigo.500" | "indigo.600" | "indigo.700" | "indigo.800" | "indigo.900" | "indigo.950" | "sky.50" | "sky.100" | "sky.200" | "sky.300" | "sky.400" | "sky.500" | "sky.600" | "sky.700" | "sky.800" | "sky.900" | "sky.950" | "emerald.50" | "emerald.100" | "emerald.200" | "emerald.300" | "emerald.400" | "emerald.500" | "emerald.600" | "emerald.700" | "emerald.800" | "emerald.900" | "emerald.950" | "lime.50" | "lime.100" | "lime.200" | "lime.300" | "lime.400" | "lime.500" | "lime.600" | "lime.700" | "lime.800" | "lime.900" | "lime.950" | "amber.50" | "amber.100" | "amber.200" | "amber.300" | "amber.400" | "amber.500" | "amber.600" | "amber.700" | "amber.800" | "amber.900" | "amber.950" | "neutral.50" | "neutral.100" | "neutral.200" | "neutral.300" | "neutral.400" | "neutral.500" | "neutral.600" | "neutral.700" | "neutral.800" | "neutral.900" | "neutral.950" | "stone.50" | "stone.100" | "stone.200" | "stone.300" | "stone.400" | "stone.500" | "stone.600" | "stone.700" | "stone.800" | "stone.900" | "stone.950" | "zinc.50" | "zinc.100" | "zinc.200" | "zinc.300" | "zinc.400" | "zinc.500" | "zinc.600" | "zinc.700" | "zinc.800" | "zinc.900" | "zinc.950" | "slate.50" | "slate.100" | "slate.200" | "slate.300" | "slate.400" | "slate.500" | "slate.600" | "slate.700" | "slate.800" | "slate.900" | "slate.950" | "transparent" | "current" | "black" | "white" | "whiteAlpha.50" | "whiteAlpha.100" | "whiteAlpha.200" | "whiteAlpha.300" | "whiteAlpha.400" | "whiteAlpha.500" | "whiteAlpha.600" | "whiteAlpha.700" | "whiteAlpha.800" | "whiteAlpha.900" | "blackAlpha.50" | "blackAlpha.100" | "blackAlpha.200" | "blackAlpha.300" | "blackAlpha.400" | "blackAlpha.500" | "blackAlpha.600" | "blackAlpha.700" | "blackAlpha.800" | "blackAlpha.900" | "red.50" | "red.100" | "red.200" | "red.300" | "red.400" | "red.500" | "red.600" | "red.700" | "red.800" | "red.900" | "red.950" | "orange.50" | "orange.100" | "orange.200" | "orange.300" | "orange.400" | "orange.500" | "orange.600" | "orange.700" | "orange.800" | "orange.900" | "orange.950" | "yellow.50" | "yellow.100" | "yellow.200" | "yellow.300" | "yellow.400" | "yellow.500" | "yellow.600" | "yellow.700" | "yellow.800" | "yellow.900" | "yellow.950" | "green.50" | "green.100" | "green.200" | "green.300" | "green.400" | "green.500" | "green.600" | "green.700" | "green.800" | "green.900" | "green.950" | "teal.50" | "teal.100" | "teal.200" | "teal.300" | "teal.400" | "teal.500" | "teal.600" | "teal.700" | "teal.800" | "teal.900" | "teal.950" | "blue.50" | "blue.100" | "blue.200" | "blue.300" | "blue.400" | "blue.500" | "blue.600" | "blue.700" | "blue.800" | "blue.900" | "blue.950" | "cyan.50" | "cyan.100" | "cyan.200" | "cyan.300" | "cyan.400" | "cyan.500" | "cyan.600" | "cyan.700" | "cyan.800" | "cyan.900" | "cyan.950" | "purple.50" | "purple.100" | "purple.200" | "purple.300" | "purple.400" | "purple.500" | "purple.600" | "purple.700" | "purple.800" | "purple.900" | "purple.950" | "pink.50" | "pink.100" | "pink.200" | "pink.300" | "pink.400" | "pink.500" | "pink.600" | "pink.700" | "pink.800" | "pink.900" | "pink.950" | "linkedin.50" | "linkedin.100" | "linkedin.200" | "linkedin.300" | "linkedin.400" | "linkedin.500" | "linkedin.600" | "linkedin.700" | "linkedin.800" | "linkedin.900" | "facebook.50" | "facebook.100" | "facebook.200" | "facebook.300" | "facebook.400" | "facebook.500" | "facebook.600" | "facebook.700" | "facebook.800" | "facebook.900" | "messenger.50" | "messenger.100" | "messenger.200" | "messenger.300" | "messenger.400" | "messenger.500" | "messenger.600" | "messenger.700" | "messenger.800" | "messenger.900" | "whatsapp.50" | "whatsapp.100" | "whatsapp.200" | "whatsapp.300" | "whatsapp.400" | "whatsapp.500" | "whatsapp.600" | "whatsapp.700" | "whatsapp.800" | "whatsapp.900" | "twitter.50" | "twitter.100" | "twitter.200" | "twitter.300" | "twitter.400" | "twitter.500" | "twitter.600" | "twitter.700" | "twitter.800" | "twitter.900" | "telegram.50" | "telegram.100" | "telegram.200" | "telegram.300" | "telegram.400" | "telegram.500" | "telegram.600" | "telegram.700" | "telegram.800" | "telegram.900" | "gray.50" | "gray.100" | "gray.200" | "gray.300" | "gray.400" | "gray.500" | "gray.600" | "gray.700" | "gray.800" | "gray.900" | "gray.950" | "grayAlpha.50" | "grayAlpha.100" | "grayAlpha.200" | "grayAlpha.300" | "grayAlpha.400" | "grayAlpha.500" | "grayAlpha.600" | "grayAlpha.700" | "grayAlpha.800" | "grayAlpha.900" | "grayDark.50" | "grayDark.100" | "grayDark.200" | "grayDark.300" | "grayDark.400" | "grayDark.500" | "grayDark.600" | "grayDark.700" | "grayDark.800" | "grayDark.900" | "chakra-body-text" | "chakra-body-bg" | "chakra-border-color" | "chakra-inverse-text" | "chakra-subtle-bg" | "chakra-subtle-text" | "chakra-placeholder-color" | "background" | "foreground" | "bg.canvas" | "bg.default" | "bg.subtle" | "bg.muted" | "bg.emphasized" | "bg.disabled" | "fg.default" | "fg.emphasized" | "fg.muted" | "fg.subtle" | "fg.disabled" | "accent.default" | "accent.emphasized" | "accent.fg" | "border.default" | "border.emphasized" | "border.outline" | "border.accent" | "border.disabled" | "inkeepPrimary.hitContentPreview" | "inkeepPrimary.hitContentPreviewHover" | "inkeepPrimary.textBold" | "inkeepPrimary.textSubtle" | "inkeepPrimary.lighter" | "inkeepPrimary.light" | "inkeepPrimary.lightSubtle" | "inkeepPrimary.medium" | "inkeepPrimary.strong" | "inkeepPrimary.stronger" | "inkeepPrimary.textColorOnPrimary" | "inkeepExpandedPrimary.50" | "inkeepExpandedPrimary.100" | "inkeepExpandedPrimary.200" | "inkeepExpandedPrimary.300" | "inkeepExpandedPrimary.400" | "inkeepExpandedPrimary.500" | "inkeepExpandedPrimary.600" | "inkeepExpandedPrimary.700" | "inkeepExpandedPrimary.800" | "inkeepExpandedPrimary.900" | "colorPalette.50" | "colorPalette.100" | "colorPalette.200" | "colorPalette.300" | "colorPalette.400" | "colorPalette.500" | "colorPalette.600" | "colorPalette.700" | "colorPalette.800" | "colorPalette.900" | "colorPalette.950" | "colorPalette" | "colorPalette.canvas" | "colorPalette.default" | "colorPalette.subtle" | "colorPalette.muted" | "colorPalette.emphasized" | "colorPalette.disabled" | "colorPalette.fg" | "colorPalette.outline" | "colorPalette.accent" | "colorPalette.hitContentPreview" | "colorPalette.hitContentPreviewHover" | "colorPalette.textBold" | "colorPalette.textSubtle" | "colorPalette.lighter" | "colorPalette.light" | "colorPalette.lightSubtle" | "colorPalette.medium" | "colorPalette.strong" | "colorPalette.stronger" | "colorPalette.textColorOnPrimary"

@@ -31,0 +31,0 @@ export type FontToken = "sans" | "serif" | "mono" | "body" | "heading"

/* eslint-disable */
import type { CompositionStyleObject } from './system-types';
import type { Token } from '../tokens';
interface Token<T> {
value: T
description?: string
}
interface Recursive<T> {

@@ -6,0 +10,0 @@ [key: string]: Recursive<T> | T

@@ -105,5 +105,5 @@ /* eslint-disable */

"_groupInvalid": string
/** `&:is(:indeterminate, [data-indeterminate], [aria-checked=mixed], [data-state="indeterminate")` */
/** `&:is(:indeterminate, [data-indeterminate], [aria-checked=mixed], [data-state="indeterminate"])` */
"_indeterminate": string
/** `&:required` */
/** `&:is(:required, [data-required], [aria-required=true])` */
"_required": string

@@ -186,23 +186,23 @@ /** `&:is(:valid, [data-valid])` */

"sm": string
/** `@media screen and (min-width: 33em) and (max-width: 47.996875em)` */
/** `@media screen and (min-width: 33em) and (max-width: 47.9975em)` */
"smOnly": string
/** `@media screen and (max-width: 33em)` */
/** `@media screen and (max-width: 32.9975em)` */
"smDown": string
/** `@media screen and (min-width: 48em)` */
"md": string
/** `@media screen and (min-width: 48em) and (max-width: 63.996875em)` */
/** `@media screen and (min-width: 48em) and (max-width: 63.9975em)` */
"mdOnly": string
/** `@media screen and (max-width: 48em)` */
/** `@media screen and (max-width: 47.9975em)` */
"mdDown": string
/** `@media screen and (min-width: 64em)` */
"lg": string
/** `@media screen and (min-width: 64em) and (max-width: 79.996875em)` */
/** `@media screen and (min-width: 64em) and (max-width: 79.9975em)` */
"lgOnly": string
/** `@media screen and (max-width: 64em)` */
/** `@media screen and (max-width: 63.9975em)` */
"lgDown": string
/** `@media screen and (min-width: 80em)` */
"xl": string
/** `@media screen and (min-width: 80em) and (max-width: 95.996875em)` */
/** `@media screen and (min-width: 80em) and (max-width: 95.9975em)` */
"xlOnly": string
/** `@media screen and (max-width: 80em)` */
/** `@media screen and (max-width: 79.9975em)` */
"xlDown": string

@@ -213,23 +213,23 @@ /** `@media screen and (min-width: 96em)` */

"2xlOnly": string
/** `@media screen and (max-width: 96em)` */
/** `@media screen and (max-width: 95.9975em)` */
"2xlDown": string
/** `@media screen and (min-width: 33em) and (max-width: 47.996875em)` */
/** `@media screen and (min-width: 33em) and (max-width: 47.9975em)` */
"smToMd": string
/** `@media screen and (min-width: 33em) and (max-width: 63.996875em)` */
/** `@media screen and (min-width: 33em) and (max-width: 63.9975em)` */
"smToLg": string
/** `@media screen and (min-width: 33em) and (max-width: 79.996875em)` */
/** `@media screen and (min-width: 33em) and (max-width: 79.9975em)` */
"smToXl": string
/** `@media screen and (min-width: 33em) and (max-width: 95.996875em)` */
/** `@media screen and (min-width: 33em) and (max-width: 95.9975em)` */
"smTo2xl": string
/** `@media screen and (min-width: 48em) and (max-width: 63.996875em)` */
/** `@media screen and (min-width: 48em) and (max-width: 63.9975em)` */
"mdToLg": string
/** `@media screen and (min-width: 48em) and (max-width: 79.996875em)` */
/** `@media screen and (min-width: 48em) and (max-width: 79.9975em)` */
"mdToXl": string
/** `@media screen and (min-width: 48em) and (max-width: 95.996875em)` */
/** `@media screen and (min-width: 48em) and (max-width: 95.9975em)` */
"mdTo2xl": string
/** `@media screen and (min-width: 64em) and (max-width: 79.996875em)` */
/** `@media screen and (min-width: 64em) and (max-width: 79.9975em)` */
"lgToXl": string
/** `@media screen and (min-width: 64em) and (max-width: 95.996875em)` */
/** `@media screen and (min-width: 64em) and (max-width: 95.9975em)` */
"lgTo2xl": string
/** `@media screen and (min-width: 80em) and (max-width: 95.996875em)` */
/** `@media screen and (min-width: 80em) and (max-width: 95.9975em)` */
"xlTo2xl": string

@@ -236,0 +236,0 @@ /** The base (=no conditions) styles to apply */

@@ -8,2 +8,2 @@ /* eslint-disable */

export * from './jsx';
export * from './style-props';
export * from './style-props';

@@ -31,3 +31,3 @@ /* eslint-disable */

export type JsxElement<T extends ElementType, P> = T extends StyledComponent<infer A, infer B>
export type JsxElement<T extends ElementType, P extends Dict> = T extends StyledComponent<infer A, infer B>
? StyledComponent<A, Pretty<DistributiveUnion<P, B>>>

@@ -34,0 +34,0 @@ : StyledComponent<T, P>

@@ -6,2 +6,4 @@ /* eslint-disable */

export type Parts = Record<string, Part>
export interface Parts {
[key: string]: Part
}

@@ -18,3 +18,5 @@ /* eslint-disable */

export type PatternProperties = Record<string, PatternProperty>
export interface PatternProperties {
[key: string]: PatternProperty
}

@@ -21,0 +23,0 @@ type Props<T> = Record<LiteralUnion<keyof T>, any>

@@ -61,2 +61,3 @@ /* eslint-disable */

marginInlineStart: "auto" | Tokens["spacing"];
outlineWidth: Tokens["borderWidths"];
outlineColor: Tokens["colors"];

@@ -119,2 +120,7 @@ outline: Tokens["borders"];

border: Tokens["borders"];
borderWidth: Tokens["borderWidths"];
borderTopWidth: Tokens["borderWidths"];
borderLeftWidth: Tokens["borderWidths"];
borderRightWidth: Tokens["borderWidths"];
borderBottomWidth: Tokens["borderWidths"];
borderColor: Tokens["colors"];

@@ -205,2 +211,3 @@ borderInline: Tokens["borders"];

stroke: Tokens["colors"];
strokeWidth: Tokens["borderWidths"];
srOnly: boolean;

@@ -211,3 +218,3 @@ debug: boolean;

colorAlpha: string;
colorPalette: "rose" | "fuchsia" | "violet" | "indigo" | "sky" | "emerald" | "lime" | "amber" | "neutral" | "stone" | "zinc" | "slate" | "whiteAlpha" | "blackAlpha" | "red" | "orange" | "yellow" | "green" | "teal" | "blue" | "cyan" | "purple" | "pink" | "linkedin" | "facebook" | "messenger" | "whatsapp" | "twitter" | "telegram" | "gray" | "grayAlpha" | "grayDark" | "bg" | "fg" | "accent" | "border" | "inkeepPrimary" | "inkeepExpandedPrimary";
colorPalette: "rose" | "fuchsia" | "violet" | "indigo" | "sky" | "emerald" | "lime" | "amber" | "neutral" | "stone" | "zinc" | "slate" | "transparent" | "current" | "black" | "white" | "whiteAlpha" | "blackAlpha" | "red" | "orange" | "yellow" | "green" | "teal" | "blue" | "cyan" | "purple" | "pink" | "linkedin" | "facebook" | "messenger" | "whatsapp" | "twitter" | "telegram" | "gray" | "grayAlpha" | "grayDark" | "chakra-body-text" | "chakra-body-bg" | "chakra-border-color" | "chakra-inverse-text" | "chakra-subtle-bg" | "chakra-subtle-text" | "chakra-placeholder-color" | "background" | "foreground" | "bg" | "fg" | "accent" | "border" | "inkeepPrimary" | "inkeepExpandedPrimary";
textStyle: "xs" | "sm" | "md" | "lg" | "xl" | "2xl" | "3xl" | "4xl" | "5xl" | "6xl" | "7xl" | "8xl" | "9xl" | "heading.4xl" | "heading.3xl" | "heading.2xl" | "heading.xl" | "heading.lg" | "heading.md" | "heading.sm" | "heading.xs" | "heading.uppercase";

@@ -313,6 +320,17 @@ }

export type PropertyValue<T extends string> = T extends keyof PropertyTypes
? ConditionalValue<PropertyTypes[T] | CssValue<T> | (string & {})>
: T extends keyof CssProperties
? ConditionalValue<CssProperties[T] | (string & {})>
: ConditionalValue<string | number>
type PropertyTypeValue<T extends string> = T extends keyof PropertyTypes
? ConditionalValue<PropertyTypes[T] | CssValue<T> | (string & {})>
: never;
type CssPropertyValue<T extends string> = T extends keyof CssProperties
? ConditionalValue<CssProperties[T] | (string & {})>
: never;
export type PropertyValue<T extends string> = T extends keyof PropertyTypes
? PropertyTypeValue<T>
: T extends keyof CssProperties
? CssPropertyValue<T>
: ConditionalValue<string | number>
/* eslint-disable */
import type { SystemStyleObject, DistributiveOmit } from './system-types';
import type { RecipeRule } from './static-css';
import type { SystemStyleObject, DistributiveOmit, Pretty } from './system-types';
type Pretty<T> = { [K in keyof T]: T[K] } & {}
type StringToBoolean<T> = T extends 'true' | 'false' ? boolean : T

@@ -13,3 +12,3 @@

: {
[K in keyof T]?: StringToBoolean<keyof T[K]>
[K in keyof T]?: StringToBoolean<keyof T[K]> | undefined
}

@@ -45,3 +44,3 @@

export type RecipeCompoundSelection<T> = {
[K in keyof T]?: OneOrMore<StringToBoolean<keyof T[K]>>
[K in keyof T]?: OneOrMore<StringToBoolean<keyof T[K]>> | undefined
}

@@ -70,2 +69,6 @@

compoundVariants?: Pretty<RecipeCompoundVariant<RecipeCompoundSelection<T>>>[]
/**
* Variants to pre-generate, will be include in the final `config.staticCss`
*/
staticCss?: RecipeRule[]
}

@@ -142,2 +145,6 @@

compoundVariants?: Pretty<SlotRecipeCompoundVariant<S, RecipeCompoundSelection<T>>>[]
/**
* Variants to pre-generate, will be include in the final `config.staticCss`
*/
staticCss?: RecipeRule[]
}

@@ -144,0 +151,0 @@

@@ -63,6 +63,8 @@ /* eslint-disable */

export type CompositionStyleObject<Property extends string> = Nested<{
[K in Property]?: K extends keyof SystemStyleObject ? SystemStyleObject[K] : unknown
}>
type FilterStyleObject<P extends string> = {
[K in P]?: K extends keyof SystemStyleObject ? SystemStyleObject[K] : unknown
}
export type CompositionStyleObject<Property extends string> = Nested<FilterStyleObject<Property> & CssVarProperties>
/* -----------------------------------------------------------------------------

@@ -69,0 +71,0 @@ * Jsx style props

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc