UNPKG

@yamada-ui/react

Version:

React UI components of the Yamada, by the Yamada, for the Yamada built with React and Emotion

438 lines (437 loc) • 12.6 kB
import { ComponentSlotStyle } from "../../core/system/index.types.js"; import { CSSPropObject, CSSSlotObject } from "../../core/css/index.types.js"; import "../../index.js"; //#region src/components/date-picker/date-picker.style.d.ts declare const datePickerStyle: ComponentSlotStyle<"input" | "content" | "separator" | "icon" | "root" | "field" | "adjust", CSSPropObject<CSSSlotObject<"input" | "content" | "separator" | "icon" | "root" | "field" | "adjust">>, { xs: { field: { fontSize: "1em"; "&:has(+ [data-input-element])"?: { pe: string | undefined; } | { [x: string]: { pe: string | undefined; }; } | undefined; "& ~ [data-input-element]"?: { minW: string | undefined; } | undefined; "--height"?: string | undefined; "[data-input-element] + &"?: { ps: string | undefined; } | { [x: string]: { ps: string | undefined; }; } | undefined; "[data-input-element]:has(~ &)"?: { minW: string | undefined; } | undefined; minH?: string | undefined; "--space-x"?: "spaces.2" | undefined; "--space-y"?: "spaces.1.5" | undefined; px?: "{space-x}" | undefined; }; root: { fontSize: "xs" | undefined; "&:has(+ [data-input-element])": { pe: string | undefined; } | { [x: string]: { pe: string | undefined; }; }; "& ~ [data-input-element]": { minW: string | undefined; }; "--height": string | undefined; "[data-input-element] + &": { ps: string | undefined; } | { [x: string]: { ps: string | undefined; }; }; "[data-input-element]:has(~ &)": { minW: string | undefined; }; minH: string | undefined; }; } | undefined; sm: { field: { fontSize: "1em"; "&:has(+ [data-input-element])"?: { pe: string | undefined; } | { [x: string]: { pe: string | undefined; }; } | undefined; "& ~ [data-input-element]"?: { minW: string | undefined; } | undefined; "--height"?: string | undefined; "[data-input-element] + &"?: { ps: string | undefined; } | { [x: string]: { ps: string | undefined; }; } | undefined; "[data-input-element]:has(~ &)"?: { minW: string | undefined; } | undefined; minH?: string | undefined; "--space-x"?: "spaces.2.5" | undefined; "--space-y"?: "spaces.2" | undefined; px?: "{space-x}" | undefined; }; root: { fontSize: "sm" | undefined; "&:has(+ [data-input-element])": { pe: string | undefined; } | { [x: string]: { pe: string | undefined; }; }; "& ~ [data-input-element]": { minW: string | undefined; }; "--height": string | undefined; "[data-input-element] + &": { ps: string | undefined; } | { [x: string]: { ps: string | undefined; }; }; "[data-input-element]:has(~ &)": { minW: string | undefined; }; minH: string | undefined; }; } | undefined; md: { field: { fontSize: "1em"; "&:has(+ [data-input-element])"?: { pe: string | undefined; } | { [x: string]: { pe: string | undefined; }; } | undefined; "& ~ [data-input-element]"?: { minW: string | undefined; } | undefined; "--height"?: string | undefined; "[data-input-element] + &"?: { ps: string | undefined; } | { [x: string]: { ps: string | undefined; }; } | undefined; "[data-input-element]:has(~ &)"?: { minW: string | undefined; } | undefined; minH?: string | undefined; "--space-x"?: "spaces.3" | undefined; "--space-y"?: "spaces.2" | undefined; px?: "{space-x}" | undefined; }; root: { fontSize: "md" | undefined; "&:has(+ [data-input-element])": { pe: string | undefined; } | { [x: string]: { pe: string | undefined; }; }; "& ~ [data-input-element]": { minW: string | undefined; }; "--height": string | undefined; "[data-input-element] + &": { ps: string | undefined; } | { [x: string]: { ps: string | undefined; }; }; "[data-input-element]:has(~ &)": { minW: string | undefined; }; minH: string | undefined; }; } | undefined; lg: { field: { fontSize: "1em"; "&:has(+ [data-input-element])"?: { pe: string | undefined; } | { [x: string]: { pe: string | undefined; }; } | undefined; "& ~ [data-input-element]"?: { minW: string | undefined; } | undefined; "--height"?: string | undefined; "[data-input-element] + &"?: { ps: string | undefined; } | { [x: string]: { ps: string | undefined; }; } | undefined; "[data-input-element]:has(~ &)"?: { minW: string | undefined; } | undefined; minH?: string | undefined; "--space-x"?: "spaces.3.5" | undefined; "--space-y"?: "spaces.2.5" | undefined; px?: "{space-x}" | undefined; }; root: { fontSize: "lg" | undefined; "&:has(+ [data-input-element])": { pe: string | undefined; } | { [x: string]: { pe: string | undefined; }; }; "& ~ [data-input-element]": { minW: string | undefined; }; "--height": string | undefined; "[data-input-element] + &": { ps: string | undefined; } | { [x: string]: { ps: string | undefined; }; }; "[data-input-element]:has(~ &)": { minW: string | undefined; }; minH: string | undefined; }; } | undefined; xl: { field: { fontSize: "1em"; "&:has(+ [data-input-element])"?: { pe: string | undefined; } | { [x: string]: { pe: string | undefined; }; } | undefined; "& ~ [data-input-element]"?: { minW: string | undefined; } | undefined; "--height"?: string | undefined; "[data-input-element] + &"?: { ps: string | undefined; } | { [x: string]: { ps: string | undefined; }; } | undefined; "[data-input-element]:has(~ &)"?: { minW: string | undefined; } | undefined; minH?: string | undefined; "--space-x"?: "spaces.4" | undefined; "--space-y"?: "spaces.3" | undefined; px?: "{space-x}" | undefined; }; root: { fontSize: "xl" | undefined; "&:has(+ [data-input-element])": { pe: string | undefined; } | { [x: string]: { pe: string | undefined; }; }; "& ~ [data-input-element]": { minW: string | undefined; }; "--height": string | undefined; "[data-input-element] + &": { ps: string | undefined; } | { [x: string]: { ps: string | undefined; }; }; "[data-input-element]:has(~ &)": { minW: string | undefined; }; minH: string | undefined; }; } | undefined; }, { filled: { field: { bg?: "bg.panel" | undefined; border?: "1px solid transparent" | undefined; focusRingColor?: "{focus-border-color}" | undefined; focusVisibleRing?: "inside" | undefined; _invalid?: { borderColor: "{error-border-color}"; focusRingColor: "{error-border-color}"; } | undefined; _expanded?: { borderColor: "{focus-ring-color}"; boxShadow: "inset 0 0 0 1px {focus-ring-color}"; outlineOffset: "inherit"; outlineStyle: "inherit"; outlineWidth: "inherit"; } | undefined; _focus?: { borderColor: "{focus-ring-color}"; boxShadow: "inset 0 0 0 1px {focus-ring-color}"; outlineOffset: "inherit"; outlineStyle: "inherit"; outlineWidth: "inherit"; } | undefined; ":has(input:focus)": { borderColor: "{focus-ring-color}"; boxShadow: "inset 0 0 0 1px {focus-ring-color}"; outlineOffset: "inherit"; outlineStyle: "inherit"; outlineWidth: "inherit"; } | undefined; }; } | undefined; flushed: { field: { bg?: "transparent" | undefined; borderBottomColor?: "colorScheme.muted" | undefined; borderBottomWidth?: "1px" | undefined; rounded?: "0px" | undefined; _focusVisible?: { borderColor: "{focus-border-color}"; boxShadow: "0px 1px 0px 0px {focus-border-color}"; outline: "none"; } | undefined; _invalid?: { borderColor: "{error-border-color}"; _focusVisible: { boxShadow: "0px 1px 0px 0px {error-border-color}"; }; } | undefined; _expanded?: { _invalid: { borderColor: "{error-border-color}"; boxShadow: "0px 1px 0px 0px {error-border-color}"; }; borderColor?: "{focus-border-color}" | undefined; boxShadow?: "0px 1px 0px 0px {focus-border-color}" | undefined; outline?: "none" | undefined; } | undefined; _focus?: { _invalid: { borderColor: "{error-border-color}"; boxShadow: "0px 1px 0px 0px {error-border-color}"; }; borderColor?: "{focus-border-color}" | undefined; boxShadow?: "0px 1px 0px 0px {focus-border-color}" | undefined; outline?: "none" | undefined; } | undefined; ":has(input:focus)": { _invalid: { borderColor: "{error-border-color}"; boxShadow: "0px 1px 0px 0px {error-border-color}"; }; borderColor?: "{focus-border-color}" | undefined; boxShadow?: "0px 1px 0px 0px {focus-border-color}" | undefined; outline?: "none" | undefined; } | undefined; }; root?: { "&:not([data-input-element] + &)": { ps: "0px"; } | { [x: string]: { ps: "0px"; }; }; } | undefined; } | undefined; outline: { field: { border?: "1px solid {colors.border}" | undefined; focusRingColor?: "{focus-border-color}" | undefined; focusVisibleRing?: "inside" | undefined; _invalid?: { borderColor: "{error-border-color}"; focusRingColor: "{error-border-color}"; } | undefined; _expanded?: { borderColor: "{focus-ring-color}"; boxShadow: "inset 0 0 0 1px {focus-ring-color}"; outlineOffset: "inherit"; outlineStyle: "inherit"; outlineWidth: "inherit"; } | undefined; _focus?: { borderColor: "{focus-ring-color}"; boxShadow: "inset 0 0 0 1px {focus-ring-color}"; outlineOffset: "inherit"; outlineStyle: "inherit"; outlineWidth: "inherit"; } | undefined; ":has(input:focus)": { borderColor: "{focus-ring-color}"; boxShadow: "inset 0 0 0 1px {focus-ring-color}"; outlineOffset: "inherit"; outlineStyle: "inherit"; outlineWidth: "inherit"; } | undefined; }; } | undefined; plain: { field: { focusRingColor?: "{focus-border-color}" | undefined; focusVisibleRing?: "inside" | undefined; _invalid?: { borderColor: "{error-border-color}"; focusRingColor: "{error-border-color}"; } | undefined; _expanded?: { borderColor: "{focus-ring-color}"; boxShadow: "inset 0 0 0 1px {focus-ring-color}"; outlineOffset: "inherit"; outlineStyle: "inherit"; outlineWidth: "inherit"; } | undefined; _focus?: { borderColor: "{focus-ring-color}"; boxShadow: "inset 0 0 0 1px {focus-ring-color}"; outlineOffset: "inherit"; outlineStyle: "inherit"; outlineWidth: "inherit"; } | undefined; ":has(input:focus)": { borderColor: "{focus-ring-color}"; boxShadow: "inset 0 0 0 1px {focus-ring-color}"; outlineOffset: "inherit"; outlineStyle: "inherit"; outlineWidth: "inherit"; } | undefined; }; } | undefined; }>; type DatePickerStyle = typeof datePickerStyle; //#endregion export { DatePickerStyle, datePickerStyle }; //# sourceMappingURL=date-picker.style.d.ts.map