Skip to main content

ChakraNotToggleProps

Defined in: packages/chakra/src/ChakraNotToggle.tsx:9

Extends

Methods

handleOnChange()

handleOnChange(checked: boolean): void

Defined in: packages/react-querybuilder/src/types/propsUsingReact.ts:350

Parameters

ParameterType
checkedboolean

Returns

void

Inherited from

NotToggleProps.handleOnChange

Properties

_active?

optional _active: Nested<SystemStyleObject>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/conditions.gen.d.ts:5

&:is(:active, [data-active]):not(:disabled, [data-disabled], [data-state=open])

Inherited from

Omit._active


_after?

optional _after: Nested<SystemStyleObject>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/conditions.gen.d.ts:41

&::after

Inherited from

Omit._after


_atValue?

optional _atValue: Nested<SystemStyleObject>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/conditions.gen.d.ts:135

&[data-state=at-value]

Inherited from

Omit._atValue


_autofill?

optional _autofill: Nested<SystemStyleObject>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/conditions.gen.d.ts:115

&:autofill

Inherited from

Omit._autofill


_backdrop?

optional _backdrop: Nested<SystemStyleObject>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/conditions.gen.d.ts:53

&::backdrop

Inherited from

Omit._backdrop


_before?

optional _before: Nested<SystemStyleObject>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/conditions.gen.d.ts:39

&::before

Inherited from

Omit._before


_checked?

optional _checked: Nested<SystemStyleObject>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/conditions.gen.d.ts:25

&:is(:checked, [data-checked], [aria-checked=true], [data-state=checked])

Inherited from

Omit._checked


_closed?

optional _closed: Nested<SystemStyleObject>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/conditions.gen.d.ts:143

&:is([closed], [data-closed], [data-state=closed])

Inherited from

Omit._closed


_complete?

optional _complete: Nested<SystemStyleObject>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/conditions.gen.d.ts:33

&[data-complete]

Inherited from

Omit._complete


_current?

optional _current: Nested<SystemStyleObject>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/conditions.gen.d.ts:151

&[data-current]

Inherited from

Omit._current


_currentPage?

optional _currentPage: Nested<SystemStyleObject>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/conditions.gen.d.ts:153

&[aria-current=page]

Inherited from

Omit._currentPage


_currentStep?

optional _currentStep: Nested<SystemStyleObject>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/conditions.gen.d.ts:155

&[aria-current=step]

Inherited from

Omit._currentStep


_dark?

optional _dark: Nested<SystemStyleObject>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/conditions.gen.d.ts:179

.dark &, .dark .chakra-theme:not(.light) &

Inherited from

Omit._dark


_default?

optional _default: Nested<SystemStyleObject>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/conditions.gen.d.ts:137

&:default

Inherited from

Omit._default


_disabled?

optional _disabled: Nested<SystemStyleObject>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/conditions.gen.d.ts:13

&:is(:disabled, [disabled], [data-disabled], [aria-disabled=true])

Inherited from

Omit._disabled


_dragging?

optional _dragging: Nested<SystemStyleObject>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/conditions.gen.d.ts:37

&[data-dragging]

Inherited from

Omit._dragging


_empty?

optional _empty: Nested<SystemStyleObject>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/conditions.gen.d.ts:23

&:is(:empty, [data-empty])

Inherited from

Omit._empty


_enabled?

optional _enabled: Nested<SystemStyleObject>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/conditions.gen.d.ts:27

&:enabled

Inherited from

Omit._enabled


_even?

optional _even: Nested<SystemStyleObject>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/conditions.gen.d.ts:65

&:nth-of-type(even)

Inherited from

Omit._even


_expanded?

optional _expanded: Nested<SystemStyleObject>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/conditions.gen.d.ts:29

&:is([aria-expanded=true], [data-expanded], [data-state=expanded])

Inherited from

Omit._expanded


_file?

optional _file: Nested<SystemStyleObject>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/conditions.gen.d.ts:51

&::file-selector-button

Inherited from

Omit._file


_first?

optional _first: Nested<SystemStyleObject>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/conditions.gen.d.ts:55

&:first-of-type

Inherited from

Omit._first


_firstLetter?

optional _firstLetter: Nested<SystemStyleObject>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/conditions.gen.d.ts:43

&::first-letter

Inherited from

Omit._firstLetter


_firstLine?

optional _firstLine: Nested<SystemStyleObject>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/conditions.gen.d.ts:45

&::first-line

Inherited from

Omit._firstLine


_focus?

optional _focus: Nested<SystemStyleObject>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/conditions.gen.d.ts:7

&:is(:focus, [data-focus])

Inherited from

Omit._focus


_focusVisible?

optional _focusVisible: Nested<SystemStyleObject>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/conditions.gen.d.ts:11

&:is(:focus-visible, [data-focus-visible])

Inherited from

Omit._focusVisible


_focusWithin?

optional _focusWithin: Nested<SystemStyleObject>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/conditions.gen.d.ts:9

&:is(:focus-within, [data-focus-within])

Inherited from

Omit._focusWithin


_fullscreen?

optional _fullscreen: Nested<SystemStyleObject>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/conditions.gen.d.ts:145

&:is(:fullscreen, [data-fullscreen])

Inherited from

Omit._fullscreen


_grabbed?

optional _grabbed: Nested<SystemStyleObject>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/conditions.gen.d.ts:129

&:is([aria-grabbed=true], [data-grabbed])

Inherited from

Omit._grabbed


_groupActive?

optional _groupActive: Nested<SystemStyleObject>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/conditions.gen.d.ts:93

.group:is(:active, [data-active]):not(:disabled, [data-disabled]) &

Inherited from

Omit._groupActive


_groupChecked?

optional _groupChecked: Nested<SystemStyleObject>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/conditions.gen.d.ts:101

.group:is(:checked, [data-checked], [aria-checked=true], [data-state=checked]) &

Inherited from

Omit._groupChecked


_groupDisabled?

optional _groupDisabled: Nested<SystemStyleObject>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/conditions.gen.d.ts:99

.group:is(:disabled, [disabled], [data-disabled]) &

Inherited from

Omit._groupDisabled


_groupExpanded?

optional _groupExpanded: Nested<SystemStyleObject>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/conditions.gen.d.ts:103

.group:is([aria-expanded=true], [data-expanded], [data-state=expanded]) &

Inherited from

Omit._groupExpanded


_groupFocus?

optional _groupFocus: Nested<SystemStyleObject>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/conditions.gen.d.ts:89

.group:is(:focus, [data-focus]) &

Inherited from

Omit._groupFocus


_groupFocusVisible?

optional _groupFocusVisible: Nested<SystemStyleObject>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/conditions.gen.d.ts:97

.group:is(:focus-visible, [data-focus-visible]) &

Inherited from

Omit._groupFocusVisible


_groupFocusWithin?

optional _groupFocusWithin: Nested<SystemStyleObject>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/conditions.gen.d.ts:95

.group:focus-within &

Inherited from

Omit._groupFocusWithin


_groupHover?

optional _groupHover: Nested<SystemStyleObject>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/conditions.gen.d.ts:91

.group:is(:hover, [data-hover]):not(:disabled, [data-disabled]) &

Inherited from

Omit._groupHover


_groupInvalid?

optional _groupInvalid: Nested<SystemStyleObject>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/conditions.gen.d.ts:105

.group:invalid &

Inherited from

Omit._groupInvalid


_hidden?

optional _hidden: Nested<SystemStyleObject>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/conditions.gen.d.ts:149

&:is([hidden], [data-hidden])

Inherited from

Omit._hidden


_highContrast?

optional _highContrast: Nested<SystemStyleObject>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/conditions.gen.d.ts:187

@media (forced-colors: active)

Inherited from

Omit._highContrast


_highlighted?

optional _highlighted: Nested<SystemStyleObject>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/conditions.gen.d.ts:31

&[data-highlighted]

Inherited from

Omit._highlighted


_horizontal?

optional _horizontal: Nested<SystemStyleObject>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/conditions.gen.d.ts:203

&[data-orientation=horizontal]

Inherited from

Omit._horizontal


_hover?

optional _hover: Nested<SystemStyleObject>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/conditions.gen.d.ts:3

@media (hover: hover),&:is(:hover, [data-hover]):not(:disabled, [data-disabled])

Inherited from

Omit._hover


_icon?

optional _icon: Nested<SystemStyleObject>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/conditions.gen.d.ts:207

& :where(svg)

Inherited from

Omit._icon


_incomplete?

optional _incomplete: Nested<SystemStyleObject>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/conditions.gen.d.ts:35

&[data-incomplete]

Inherited from

Omit._incomplete


_indeterminate?

optional _indeterminate: Nested<SystemStyleObject>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/conditions.gen.d.ts:107

&:is(:indeterminate, [data-indeterminate], [aria-checked=mixed], [data-state=indeterminate])

Inherited from

Omit._indeterminate


_inRange?

optional _inRange: Nested<SystemStyleObject>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/conditions.gen.d.ts:117

&:is(:in-range, [data-in-range])

Inherited from

Omit._inRange


_invalid?

optional _invalid: Nested<SystemStyleObject>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/conditions.gen.d.ts:113

&:is([data-invalid], [aria-invalid=true], [data-state=invalid])

Inherited from

Omit._invalid


_landscape?

optional _landscape: Nested<SystemStyleObject>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/conditions.gen.d.ts:175

@media (orientation: landscape)

Inherited from

Omit._landscape


_last?

optional _last: Nested<SystemStyleObject>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/conditions.gen.d.ts:57

&:last-of-type

Inherited from

Omit._last


_lessContrast?

optional _lessContrast: Nested<SystemStyleObject>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/conditions.gen.d.ts:189

@media (prefers-contrast: less)

Inherited from

Omit._lessContrast


_light?

optional _light: Nested<SystemStyleObject>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/conditions.gen.d.ts:181

:root &, .light &

Inherited from

Omit._light


_loading?

optional _loading: Nested<SystemStyleObject>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/conditions.gen.d.ts:147

&:is([data-loading], [aria-busy=true])

Inherited from

Omit._loading


_ltr?

optional _ltr: Nested<SystemStyleObject>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/conditions.gen.d.ts:193

[dir=ltr] &

Inherited from

Omit._ltr


_marker?

optional _marker: Nested<SystemStyleObject>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/conditions.gen.d.ts:47

&::marker

Inherited from

Omit._marker


_moreContrast?

optional _moreContrast: Nested<SystemStyleObject>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/conditions.gen.d.ts:191

@media (prefers-contrast: more)

Inherited from

Omit._moreContrast


_motionReduce?

optional _motionReduce: Nested<SystemStyleObject>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/conditions.gen.d.ts:169

@media (prefers-reduced-motion: reduce)

Inherited from

Omit._motionReduce


_motionSafe?

optional _motionSafe: Nested<SystemStyleObject>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/conditions.gen.d.ts:171

@media (prefers-reduced-motion: no-preference)

Inherited from

Omit._motionSafe


_notFirst?

optional _notFirst: Nested<SystemStyleObject>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/conditions.gen.d.ts:59

&:not(:first-of-type)

Inherited from

Omit._notFirst


_notLast?

optional _notLast: Nested<SystemStyleObject>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/conditions.gen.d.ts:61

&:not(:last-of-type)

Inherited from

Omit._notLast


_now?

optional _now: Nested<SystemStyleObject>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/conditions.gen.d.ts:165

&[data-now]

Inherited from

Omit._now


_odd?

optional _odd: Nested<SystemStyleObject>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/conditions.gen.d.ts:67

&:nth-of-type(odd)

Inherited from

Omit._odd


_only?

optional _only: Nested<SystemStyleObject>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/conditions.gen.d.ts:63

&:only-child

Inherited from

Omit._only


_open?

optional _open: Nested<SystemStyleObject>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/conditions.gen.d.ts:141

&:is([open], [data-open], [data-state=open])

Inherited from

Omit._open


_optional?

optional _optional: Nested<SystemStyleObject>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/conditions.gen.d.ts:139

&:optional

Inherited from

Omit._optional


_osDark?

optional _osDark: Nested<SystemStyleObject>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/conditions.gen.d.ts:183

@media (prefers-color-scheme: dark)

Inherited from

Omit._osDark


_osLight?

optional _osLight: Nested<SystemStyleObject>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/conditions.gen.d.ts:185

@media (prefers-color-scheme: light)

Inherited from

Omit._osLight


_outOfRange?

optional _outOfRange: Nested<SystemStyleObject>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/conditions.gen.d.ts:119

&:is(:out-of-range, [data-outside-range])

Inherited from

Omit._outOfRange


_overValue?

optional _overValue: Nested<SystemStyleObject>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/conditions.gen.d.ts:133

&[data-state=over-value]

Inherited from

Omit._overValue


_peerActive?

optional _peerActive: Nested<SystemStyleObject>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/conditions.gen.d.ts:73

.peer:is(:active, [data-active]):not(:disabled, [data-disabled]) ~ &

Inherited from

Omit._peerActive


_peerChecked?

optional _peerChecked: Nested<SystemStyleObject>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/conditions.gen.d.ts:81

.peer:is(:checked, [data-checked], [aria-checked=true], [data-state=checked]) ~ &

Inherited from

Omit._peerChecked


_peerDisabled?

optional _peerDisabled: Nested<SystemStyleObject>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/conditions.gen.d.ts:79

.peer:is(:disabled, [disabled], [data-disabled]) ~ &

Inherited from

Omit._peerDisabled


_peerExpanded?

optional _peerExpanded: Nested<SystemStyleObject>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/conditions.gen.d.ts:85

.peer:is([aria-expanded=true], [data-expanded], [data-state=expanded]) ~ &

Inherited from

Omit._peerExpanded


_peerFocus?

optional _peerFocus: Nested<SystemStyleObject>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/conditions.gen.d.ts:69

.peer:is(:focus, [data-focus]) ~ &

Inherited from

Omit._peerFocus


_peerFocusVisible?

optional _peerFocusVisible: Nested<SystemStyleObject>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/conditions.gen.d.ts:77

.peer:is(:focus-visible, [data-focus-visible]) ~ &

Inherited from

Omit._peerFocusVisible


_peerFocusWithin?

optional _peerFocusWithin: Nested<SystemStyleObject>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/conditions.gen.d.ts:75

.peer:focus-within ~ &

Inherited from

Omit._peerFocusWithin


_peerHover?

optional _peerHover: Nested<SystemStyleObject>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/conditions.gen.d.ts:71

.peer:is(:hover, [data-hover]):not(:disabled, [data-disabled]) ~ &

Inherited from

Omit._peerHover


_peerInvalid?

optional _peerInvalid: Nested<SystemStyleObject>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/conditions.gen.d.ts:83

.peer:is(:invalid, [data-invalid], [aria-invalid=true]) ~ &

Inherited from

Omit._peerInvalid


_peerPlaceholderShown?

optional _peerPlaceholderShown: Nested<SystemStyleObject>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/conditions.gen.d.ts:87

.peer:placeholder-shown ~ &

Inherited from

Omit._peerPlaceholderShown


_placeholder?

optional _placeholder: Nested<SystemStyleObject>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/conditions.gen.d.ts:121

&::placeholder, &[data-placeholder]

Inherited from

Omit._placeholder


_placeholderShown?

optional _placeholderShown: Nested<SystemStyleObject>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/conditions.gen.d.ts:123

&:is(:placeholder-shown, [data-placeholder-shown])

Inherited from

Omit._placeholderShown


_portrait?

optional _portrait: Nested<SystemStyleObject>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/conditions.gen.d.ts:177

@media (orientation: portrait)

Inherited from

Omit._portrait


_pressed?

optional _pressed: Nested<SystemStyleObject>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/conditions.gen.d.ts:125

&:is([aria-pressed=true], [data-pressed])

Inherited from

Omit._pressed


_print?

optional _print: Nested<SystemStyleObject>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/conditions.gen.d.ts:173

@media print

Inherited from

Omit._print


_rangeEnd?

optional _rangeEnd: Nested<SystemStyleObject>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/conditions.gen.d.ts:163

&[data-range-end]

Inherited from

Omit._rangeEnd


_rangeStart?

optional _rangeStart: Nested<SystemStyleObject>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/conditions.gen.d.ts:161

&[data-range-start]

Inherited from

Omit._rangeStart


_readOnly?

optional _readOnly: Nested<SystemStyleObject>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/conditions.gen.d.ts:19

&:is([data-readonly], [aria-readonly=true], [readonly])

Inherited from

Omit._readOnly


_readWrite?

optional _readWrite: Nested<SystemStyleObject>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/conditions.gen.d.ts:21

&:read-write

Inherited from

Omit._readWrite


_required?

optional _required: Nested<SystemStyleObject>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/conditions.gen.d.ts:109

&:is([data-required], [aria-required=true])

Inherited from

Omit._required


_rtl?

optional _rtl: Nested<SystemStyleObject>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/conditions.gen.d.ts:195

[dir=rtl] &

Inherited from

Omit._rtl


_scrollbar?

optional _scrollbar: Nested<SystemStyleObject>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/conditions.gen.d.ts:197

&::-webkit-scrollbar

Inherited from

Omit._scrollbar


_scrollbarThumb?

optional _scrollbarThumb: Nested<SystemStyleObject>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/conditions.gen.d.ts:199

&::-webkit-scrollbar-thumb

Inherited from

Omit._scrollbarThumb


_scrollbarTrack?

optional _scrollbarTrack: Nested<SystemStyleObject>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/conditions.gen.d.ts:201

&::-webkit-scrollbar-track

Inherited from

Omit._scrollbarTrack


_selected?

optional _selected: Nested<SystemStyleObject>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/conditions.gen.d.ts:127

&:is([aria-selected=true], [data-selected])

Inherited from

Omit._selected


_selection?

optional _selection: Nested<SystemStyleObject>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/conditions.gen.d.ts:49

&::selection

Inherited from

Omit._selection


_starting?

optional _starting: Nested<SystemStyleObject>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/conditions.gen.d.ts:209

@starting-style

Inherited from

Omit._starting


_target?

optional _target: Nested<SystemStyleObject>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/conditions.gen.d.ts:17

&:target

Inherited from

Omit._target


_today?

optional _today: Nested<SystemStyleObject>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/conditions.gen.d.ts:157

&[data-today]

Inherited from

Omit._today


_topmost?

optional _topmost: Nested<SystemStyleObject>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/conditions.gen.d.ts:167

&[data-topmost]

Inherited from

Omit._topmost


_unavailable?

optional _unavailable: Nested<SystemStyleObject>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/conditions.gen.d.ts:159

&[data-unavailable]

Inherited from

Omit._unavailable


_underValue?

optional _underValue: Nested<SystemStyleObject>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/conditions.gen.d.ts:131

&[data-state=under-value]

Inherited from

Omit._underValue


_valid?

optional _valid: Nested<SystemStyleObject>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/conditions.gen.d.ts:111

&:is([data-valid], [data-state=valid])

Inherited from

Omit._valid


_vertical?

optional _vertical: Nested<SystemStyleObject>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/conditions.gen.d.ts:205

&[data-orientation=vertical]

Inherited from

Omit._vertical


_visited?

optional _visited: Nested<SystemStyleObject>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/conditions.gen.d.ts:15

&:visited

Inherited from

Omit._visited


2xl?

optional 2xl: Nested<SystemStyleObject>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/conditions.gen.d.ts:235

@media screen and (min-width: 96rem)

Inherited from

Omit.2xl


2xlDown?

optional 2xlDown: Nested<SystemStyleObject>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/conditions.gen.d.ts:239

@media screen and (max-width: 95.9975rem)

Inherited from

Omit.2xlDown


2xlOnly?

optional 2xlOnly: Nested<SystemStyleObject>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/conditions.gen.d.ts:237

@media screen and (min-width: 96rem)

Inherited from

Omit.2xlOnly


about?

optional about: string

Defined in: node_modules/@types/react/index.d.ts:2726

Inherited from

Omit.about


accentColor?

optional accentColor: ConditionalValue<undefined | readonly string[] | string & { } | "current" | "border" | "bg" | "colorPalette" | "inherit" | "auto" | `var(--${string})` | AnyString | "-moz-initial" | "initial" | "revert" | "revert-layer" | "unset" | "transparent" | "black" | "white" | "whiteAlpha.50" | "whiteAlpha.100" | "whiteAlpha.200" | "whiteAlpha.300" | "whiteAlpha.400" | "whiteAlpha.500" | "whiteAlpha.600" | "whiteAlpha.700" | "whiteAlpha.800" | "whiteAlpha.900" | "whiteAlpha.950" | "blackAlpha.50" | "blackAlpha.100" | "blackAlpha.200" | "blackAlpha.300" | "blackAlpha.400" | "blackAlpha.500" | "blackAlpha.600" | "blackAlpha.700" | "blackAlpha.800" | "blackAlpha.900" | "blackAlpha.950" | "gray.50" | "gray.100" | "gray.200" | "gray.300" | "gray.400" | "gray.500" | "gray.600" | "gray.700" | "gray.800" | "gray.900" | "gray.950" | "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" | "bg.subtle" | "bg.muted" | "bg.emphasized" | "bg.inverted" | "bg.panel" | "bg.error" | "bg.warning" | "bg.success" | "bg.info" | "fg" | "fg.muted" | "fg.subtle" | "fg.inverted" | "fg.error" | "fg.warning" | "fg.success" | "fg.info" | "border.muted" | "border.subtle" | "border.emphasized" | "border.inverted" | "border.error" | "border.warning" | "border.success" | "border.info" | "gray.contrast" | "gray.fg" | "gray.subtle" | "gray.muted" | "gray.emphasized" | "gray.solid" | "gray.focusRing" | "red.contrast" | "red.fg" | "red.subtle" | "red.muted" | "red.emphasized" | "red.solid" | "red.focusRing" | "orange.contrast" | "orange.fg" | "orange.subtle" | "orange.muted" | "orange.emphasized" | "orange.solid" | "orange.focusRing" | "green.contrast" | "green.fg" | "green.subtle" | "green.muted" | "green.emphasized" | "green.solid" | "green.focusRing" | "blue.contrast" | "blue.fg" | "blue.subtle" | "blue.muted" | "blue.emphasized" | "blue.solid" | "blue.focusRing" | "yellow.contrast" | "yellow.fg" | "yellow.subtle" | "yellow.muted" | "yellow.emphasized" | "yellow.solid" | "yellow.focusRing" | "teal.contrast" | "teal.fg" | "teal.subtle" | "teal.muted" | "teal.emphasized" | "teal.solid" | "teal.focusRing" | "purple.contrast" | "purple.fg" | "purple.subtle" | "purple.muted" | "purple.emphasized" | "purple.solid" | "purple.focusRing" | "pink.contrast" | "pink.fg" | "pink.subtle" | "pink.muted" | "pink.emphasized" | "pink.solid" | "pink.focusRing" | "cyan.contrast" | "cyan.fg" | "cyan.subtle" | "cyan.muted" | "cyan.emphasized" | "cyan.solid" | "cyan.focusRing" | "colorPalette.50" | "colorPalette.100" | "colorPalette.200" | "colorPalette.300" | "colorPalette.400" | "colorPalette.500" | "colorPalette.600" | "colorPalette.700" | "colorPalette.800" | "colorPalette.900" | "colorPalette.950" | "colorPalette.subtle" | "colorPalette.muted" | "colorPalette.emphasized" | "colorPalette.inverted" | "colorPalette.panel" | "colorPalette.error" | "colorPalette.warning" | "colorPalette.success" | "colorPalette.info" | "colorPalette.contrast" | "colorPalette.fg" | "colorPalette.solid" | "colorPalette.focusRing" | "currentBg" | "aliceblue" | "antiquewhite" | "aqua" | "aquamarine" | "azure" | "beige" | "bisque" | "blanchedalmond" | "blue" | "blueviolet" | "brown" | "burlywood" | "cadetblue" | "chartreuse" | "chocolate" | "coral" | "cornflowerblue" | "cornsilk" | "crimson" | "cyan" | "darkblue" | "darkcyan" | "darkgoldenrod" | "darkgray" | "darkgreen" | "darkgrey" | "darkkhaki" | "darkmagenta" | "darkolivegreen" | "darkorange" | "darkorchid" | "darkred" | "darksalmon" | "darkseagreen" | "darkslateblue" | "darkslategray" | "darkslategrey" | "darkturquoise" | "darkviolet" | "deeppink" | "deepskyblue" | "dimgray" | "dimgrey" | "dodgerblue" | "firebrick" | "floralwhite" | "forestgreen" | "fuchsia" | "gainsboro" | "ghostwhite" | "gold" | "goldenrod" | "gray" | "green" | "greenyellow" | "grey" | "honeydew" | "hotpink" | "indianred" | "indigo" | "ivory" | "khaki" | "lavender" | "lavenderblush" | "lawngreen" | "lemonchiffon" | "lightblue" | "lightcoral" | "lightcyan" | "lightgoldenrodyellow" | "lightgray" | "lightgreen" | "lightgrey" | "lightpink" | "lightsalmon" | "lightseagreen" | "lightskyblue" | "lightslategray" | "lightslategrey" | "lightsteelblue" | "lightyellow" | "lime" | "limegreen" | "linen" | "magenta" | "maroon" | "mediumaquamarine" | "mediumblue" | "mediumorchid" | "mediumpurple" | "mediumseagreen" | "mediumslateblue" | "mediumspringgreen" | "mediumturquoise" | "mediumvioletred" | "midnightblue" | "mintcream" | "mistyrose" | "moccasin" | "navajowhite" | "navy" | "oldlace" | "olive" | "olivedrab" | "orange" | "orangered" | "orchid" | "palegoldenrod" | "palegreen" | "paleturquoise" | "palevioletred" | "papayawhip" | "peachpuff" | "peru" | "pink" | "plum" | "powderblue" | "purple" | "rebeccapurple" | "red" | "rosybrown" | "royalblue" | "saddlebrown" | "salmon" | "sandybrown" | "seagreen" | "seashell" | "sienna" | "silver" | "skyblue" | "slateblue" | "slategray" | "slategrey" | "snow" | "springgreen" | "steelblue" | "tan" | "teal" | "thistle" | "tomato" | "turquoise" | "violet" | "wheat" | "whitesmoke" | "yellow" | "yellowgreen" | "ActiveBorder" | "ActiveCaption" | "AppWorkspace" | "Background" | "ButtonFace" | "ButtonHighlight" | "ButtonShadow" | "ButtonText" | "CaptionText" | "GrayText" | "Highlight" | "HighlightText" | "InactiveBorder" | "InactiveCaption" | "InactiveCaptionText" | "InfoBackground" | "InfoText" | "Menu" | "MenuText" | "Scrollbar" | "ThreeDDarkShadow" | "ThreeDFace" | "ThreeDHighlight" | "ThreeDLightShadow" | "ThreeDShadow" | "Window" | "WindowFrame" | "WindowText" | "currentcolor">

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:43

Inherited from

Omit.accentColor


accessKey?

optional accessKey: string

Defined in: node_modules/@types/react/index.d.ts:2699

Inherited from

Omit.accessKey


alignContent?

optional alignContent: ConditionalValue<undefined | readonly string[] | AnyString | AlignContent>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:44

Inherited from

Omit.alignContent


alignItems?

optional alignItems: ConditionalValue<undefined | readonly string[] | AnyString | AlignItems>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:45

Inherited from

Omit.alignItems


alignmentBaseline?

optional alignmentBaseline: ConditionalValue<undefined | AnyString | AlignmentBaseline | readonly NonNullable<AlignmentBaseline | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:590

Inherited from

Omit.alignmentBaseline


alignSelf?

optional alignSelf: ConditionalValue<undefined | readonly string[] | AnyString | AlignSelf>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:46

Inherited from

Omit.alignSelf


alignTracks?

optional alignTracks: ConditionalValue<undefined | readonly string[] | AnyString | AlignTracks>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:47

Inherited from

Omit.alignTracks


all?

optional all: ConditionalValue<undefined | AnyString | Globals | readonly NonNullable<Globals | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:48

Inherited from

Omit.all


anchorName?

optional anchorName: ConditionalValue<undefined | String | AnyString>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:49

Inherited from

Omit.anchorName


anchorScope?

optional anchorScope: ConditionalValue<undefined | String | AnyString>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:50

Inherited from

Omit.anchorScope


animation?

optional animation: ConditionalValue<undefined | `var(--${string})` | AnyString | AnimationsToken | Animation<string & { }> | readonly NonNullable<Animation<string & {}> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:51

Inherited from

Omit.animation


animationComposition?

optional animationComposition: ConditionalValue<undefined | readonly string[] | AnyString | AnimationComposition>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:52

Inherited from

Omit.animationComposition


animationDelay?

optional animationDelay: ConditionalValue<undefined | readonly string[] | `var(--${string})` | AnyString | DurationsToken | AnimationDelay<string & { }>>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:53

Inherited from

Omit.animationDelay


animationDirection?

optional animationDirection: ConditionalValue<undefined | readonly string[] | AnyString | AnimationDirection>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:54

Inherited from

Omit.animationDirection


animationDuration?

optional animationDuration: ConditionalValue<undefined | readonly string[] | `var(--${string})` | AnyString | DurationsToken | AnimationDuration<string & { }>>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:55

Inherited from

Omit.animationDuration


animationFillMode?

optional animationFillMode: ConditionalValue<undefined | readonly string[] | AnyString | AnimationFillMode>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:56

Inherited from

Omit.animationFillMode


animationIterationCount?

optional animationIterationCount: ConditionalValue<undefined | AnyString | AnimationIterationCount | readonly NonNullable<AnimationIterationCount | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:57

Inherited from

Omit.animationIterationCount


animationName?

optional animationName: ConditionalValue<undefined | readonly string[] | "position" | `var(--${string})` | AnyString | "spin" | "ping" | "pulse" | "bounce" | "bg-position" | "circular-progress" | "expand-height" | "collapse-height" | "expand-width" | "collapse-width" | "fade-in" | "fade-out" | "slide-from-left-full" | "slide-from-right-full" | "slide-from-top-full" | "slide-from-bottom-full" | "slide-to-left-full" | "slide-to-right-full" | "slide-to-top-full" | "slide-to-bottom-full" | "slide-from-top" | "slide-from-bottom" | "slide-from-left" | "slide-from-right" | "slide-to-top" | "slide-to-bottom" | "slide-to-left" | "slide-to-right" | "scale-in" | "scale-out" | AnimationName>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:58

Inherited from

Omit.animationName


animationPlayState?

optional animationPlayState: ConditionalValue<undefined | readonly string[] | AnyString | AnimationPlayState>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:59

Inherited from

Omit.animationPlayState


animationRange?

optional animationRange: ConditionalValue<undefined | AnyString | AnimationRange<String | Number> | readonly NonNullable<AnimationRange<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:60

Inherited from

Omit.animationRange


animationRangeEnd?

optional animationRangeEnd: ConditionalValue<undefined | AnyString | AnimationRangeEnd<String | Number> | readonly NonNullable<AnimationRangeEnd<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:61

Inherited from

Omit.animationRangeEnd


animationRangeStart?

optional animationRangeStart: ConditionalValue<undefined | AnyString | AnimationRangeStart<String | Number> | readonly NonNullable<AnimationRangeStart<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:62

Inherited from

Omit.animationRangeStart


animationStyle?

optional animationStyle: ConditionalValue<undefined | `var(--${string})` | AnyString | "slide-fade-in" | "slide-fade-out" | "scale-fade-in" | "scale-fade-out">

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:790

Inherited from

Omit.animationStyle


animationTimeline?

optional animationTimeline: ConditionalValue<undefined | readonly string[] | AnyString | AnimationTimeline>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:63

Inherited from

Omit.animationTimeline


animationTimingFunction?

optional animationTimingFunction: ConditionalValue<undefined | readonly string[] | string & { } | "inherit" | `var(--${string})` | AnyString | "-moz-initial" | "initial" | "revert" | "revert-layer" | "unset" | "ease" | "ease-in" | "ease-in-out" | "ease-out" | "step-end" | "step-start" | "linear" | "ease-in-smooth">

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:64

Inherited from

Omit.animationTimingFunction


appearance?

optional appearance: ConditionalValue<undefined | AnyString | Appearance | readonly NonNullable<Appearance | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:67

Inherited from

Omit.appearance


aria-activedescendant?

optional aria-activedescendant: string

Defined in: node_modules/@types/react/index.d.ts:2397

Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application.

Inherited from

Omit.aria-activedescendant


aria-atomic?

optional aria-atomic: Booleanish

Defined in: node_modules/@types/react/index.d.ts:2399

Indicates whether assistive technologies will present all, or only parts of, the changed region based on the change notifications defined by the aria-relevant attribute.

Inherited from

Omit.aria-atomic


aria-autocomplete?

optional aria-autocomplete: "none" | "list" | "inline" | "both"

Defined in: node_modules/@types/react/index.d.ts:2404

Indicates whether inputting text could trigger display of one or more predictions of the user's intended value for an input and specifies how predictions would be presented if they are made.

Inherited from

Omit.aria-autocomplete


aria-braillelabel?

optional aria-braillelabel: string

Defined in: node_modules/@types/react/index.d.ts:2410

Defines a string value that labels the current element, which is intended to be converted into Braille.

See

aria-label.

Inherited from

Omit.aria-braillelabel


aria-brailleroledescription?

optional aria-brailleroledescription: string

Defined in: node_modules/@types/react/index.d.ts:2415

Defines a human-readable, author-localized abbreviated description for the role of an element, which is intended to be converted into Braille.

See

aria-roledescription.

Inherited from

Omit.aria-brailleroledescription


aria-busy?

optional aria-busy: Booleanish

Defined in: node_modules/@types/react/index.d.ts:2416

Inherited from

Omit.aria-busy


aria-checked?

optional aria-checked: boolean | "true" | "false" | "mixed"

Defined in: node_modules/@types/react/index.d.ts:2421

Indicates the current "checked" state of checkboxes, radio buttons, and other widgets.

See

  • aria-pressed
  • aria-selected.

Inherited from

Omit.aria-checked


aria-colcount?

optional aria-colcount: number

Defined in: node_modules/@types/react/index.d.ts:2426

Defines the total number of columns in a table, grid, or treegrid.

See

aria-colindex.

Inherited from

Omit.aria-colcount


aria-colindex?

optional aria-colindex: number

Defined in: node_modules/@types/react/index.d.ts:2431

Defines an element's column index or position with respect to the total number of columns within a table, grid, or treegrid.

See

  • aria-colcount
  • aria-colspan.

Inherited from

Omit.aria-colindex


aria-colindextext?

optional aria-colindextext: string

Defined in: node_modules/@types/react/index.d.ts:2436

Defines a human readable text alternative of aria-colindex.

See

aria-rowindextext.

Inherited from

Omit.aria-colindextext


aria-colspan?

optional aria-colspan: number

Defined in: node_modules/@types/react/index.d.ts:2441

Defines the number of columns spanned by a cell or gridcell within a table, grid, or treegrid.

See

  • aria-colindex
  • aria-rowspan.

Inherited from

Omit.aria-colspan


aria-controls?

optional aria-controls: string

Defined in: node_modules/@types/react/index.d.ts:2446

Identifies the element (or elements) whose contents or presence are controlled by the current element.

See

aria-owns.

Inherited from

Omit.aria-controls


aria-current?

optional aria-current: boolean | "date" | "time" | "true" | "false" | "page" | "step" | "location"

Defined in: node_modules/@types/react/index.d.ts:2448

Indicates the element that represents the current item within a container or set of related elements.

Inherited from

Omit.aria-current


aria-describedby?

optional aria-describedby: string

Defined in: node_modules/@types/react/index.d.ts:2453

Identifies the element (or elements) that describes the object.

See

aria-labelledby

Inherited from

Omit.aria-describedby


aria-description?

optional aria-description: string

Defined in: node_modules/@types/react/index.d.ts:2458

Defines a string value that describes or annotates the current element.

See

related aria-describedby.

Inherited from

Omit.aria-description


aria-details?

optional aria-details: string

Defined in: node_modules/@types/react/index.d.ts:2463

Identifies the element that provides a detailed, extended description for the object.

See

aria-describedby.

Inherited from

Omit.aria-details


aria-disabled?

optional aria-disabled: Booleanish

Defined in: node_modules/@types/react/index.d.ts:2468

Indicates that the element is perceivable but disabled, so it is not editable or otherwise operable.

See

  • aria-hidden
  • aria-readonly.

Inherited from

Omit.aria-disabled


aria-dropeffect?

optional aria-dropeffect: "link" | "none" | "move" | "copy" | "execute" | "popup"

Defined in: node_modules/@types/react/index.d.ts:2473

Indicates what functions can be performed when a dragged object is released on the drop target.

Deprecated

in ARIA 1.1

Inherited from

Omit.aria-dropeffect


aria-errormessage?

optional aria-errormessage: string

Defined in: node_modules/@types/react/index.d.ts:2478

Identifies the element that provides an error message for the object.

See

  • aria-invalid
  • aria-describedby.

Inherited from

Omit.aria-errormessage


aria-expanded?

optional aria-expanded: Booleanish

Defined in: node_modules/@types/react/index.d.ts:2480

Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed.

Inherited from

Omit.aria-expanded


aria-flowto?

optional aria-flowto: string

Defined in: node_modules/@types/react/index.d.ts:2485

Identifies the next element (or elements) in an alternate reading order of content which, at the user's discretion, allows assistive technology to override the general default of reading in document source order.

Inherited from

Omit.aria-flowto


aria-grabbed?

optional aria-grabbed: Booleanish

Defined in: node_modules/@types/react/index.d.ts:2490

Indicates an element's "grabbed" state in a drag-and-drop operation.

Deprecated

in ARIA 1.1

Inherited from

Omit.aria-grabbed


aria-haspopup?

optional aria-haspopup: boolean | "true" | "false" | "dialog" | "menu" | "grid" | "listbox" | "tree"

Defined in: node_modules/@types/react/index.d.ts:2492

Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element.

Inherited from

Omit.aria-haspopup


aria-hidden?

optional aria-hidden: Booleanish

Defined in: node_modules/@types/react/index.d.ts:2497

Indicates whether the element is exposed to an accessibility API.

See

aria-disabled.

Inherited from

Omit.aria-hidden


aria-invalid?

optional aria-invalid: boolean | "true" | "false" | "grammar" | "spelling"

Defined in: node_modules/@types/react/index.d.ts:2502

Indicates the entered value does not conform to the format expected by the application.

See

aria-errormessage.

Inherited from

Omit.aria-invalid


aria-keyshortcuts?

optional aria-keyshortcuts: string

Defined in: node_modules/@types/react/index.d.ts:2504

Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element.

Inherited from

Omit.aria-keyshortcuts


aria-label?

optional aria-label: string

Defined in: node_modules/@types/react/index.d.ts:2509

Defines a string value that labels the current element.

See

aria-labelledby.

Inherited from

Omit.aria-label


aria-labelledby?

optional aria-labelledby: string

Defined in: node_modules/@types/react/index.d.ts:2514

Identifies the element (or elements) that labels the current element.

See

aria-describedby.

Inherited from

Omit.aria-labelledby


aria-level?

optional aria-level: number

Defined in: node_modules/@types/react/index.d.ts:2516

Defines the hierarchical level of an element within a structure.

Inherited from

Omit.aria-level


aria-live?

optional aria-live: "off" | "assertive" | "polite"

Defined in: node_modules/@types/react/index.d.ts:2518

Indicates that an element will be updated, and describes the types of updates the user agents, assistive technologies, and user can expect from the live region.

Inherited from

Omit.aria-live


aria-modal?

optional aria-modal: Booleanish

Defined in: node_modules/@types/react/index.d.ts:2520

Indicates whether an element is modal when displayed.

Inherited from

Omit.aria-modal


aria-multiline?

optional aria-multiline: Booleanish

Defined in: node_modules/@types/react/index.d.ts:2522

Indicates whether a text box accepts multiple lines of input or only a single line.

Inherited from

Omit.aria-multiline


aria-multiselectable?

optional aria-multiselectable: Booleanish

Defined in: node_modules/@types/react/index.d.ts:2524

Indicates that the user may select more than one item from the current selectable descendants.

Inherited from

Omit.aria-multiselectable


aria-orientation?

optional aria-orientation: "horizontal" | "vertical"

Defined in: node_modules/@types/react/index.d.ts:2526

Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous.

Inherited from

Omit.aria-orientation


aria-owns?

optional aria-owns: string

Defined in: node_modules/@types/react/index.d.ts:2532

Identifies an element (or elements) in order to define a visual, functional, or contextual parent/child relationship between DOM elements where the DOM hierarchy cannot be used to represent the relationship.

See

aria-controls.

Inherited from

Omit.aria-owns


aria-placeholder?

optional aria-placeholder: string

Defined in: node_modules/@types/react/index.d.ts:2537

Defines a short hint (a word or short phrase) intended to aid the user with data entry when the control has no value. A hint could be a sample value or a brief description of the expected format.

Inherited from

Omit.aria-placeholder


aria-posinset?

optional aria-posinset: number

Defined in: node_modules/@types/react/index.d.ts:2542

Defines an element's number or position in the current set of listitems or treeitems. Not required if all elements in the set are present in the DOM.

See

aria-setsize.

Inherited from

Omit.aria-posinset


aria-pressed?

optional aria-pressed: boolean | "true" | "false" | "mixed"

Defined in: node_modules/@types/react/index.d.ts:2547

Indicates the current "pressed" state of toggle buttons.

See

  • aria-checked
  • aria-selected.

Inherited from

Omit.aria-pressed


aria-readonly?

optional aria-readonly: Booleanish

Defined in: node_modules/@types/react/index.d.ts:2552

Indicates that the element is not editable, but is otherwise operable.

See

aria-disabled.

Inherited from

Omit.aria-readonly


aria-relevant?

optional aria-relevant: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals"

Defined in: node_modules/@types/react/index.d.ts:2557

Indicates what notifications the user agent will trigger when the accessibility tree within a live region is modified.

See

aria-atomic.

Inherited from

Omit.aria-relevant


aria-required?

optional aria-required: Booleanish

Defined in: node_modules/@types/react/index.d.ts:2570

Indicates that user input is required on the element before a form may be submitted.

Inherited from

Omit.aria-required


aria-roledescription?

optional aria-roledescription: string

Defined in: node_modules/@types/react/index.d.ts:2572

Defines a human-readable, author-localized description for the role of an element.

Inherited from

Omit.aria-roledescription


aria-rowcount?

optional aria-rowcount: number

Defined in: node_modules/@types/react/index.d.ts:2577

Defines the total number of rows in a table, grid, or treegrid.

See

aria-rowindex.

Inherited from

Omit.aria-rowcount


aria-rowindex?

optional aria-rowindex: number

Defined in: node_modules/@types/react/index.d.ts:2582

Defines an element's row index or position with respect to the total number of rows within a table, grid, or treegrid.

See

  • aria-rowcount
  • aria-rowspan.

Inherited from

Omit.aria-rowindex


aria-rowindextext?

optional aria-rowindextext: string

Defined in: node_modules/@types/react/index.d.ts:2587

Defines a human readable text alternative of aria-rowindex.

See

aria-colindextext.

Inherited from

Omit.aria-rowindextext


aria-rowspan?

optional aria-rowspan: number

Defined in: node_modules/@types/react/index.d.ts:2592

Defines the number of rows spanned by a cell or gridcell within a table, grid, or treegrid.

See

  • aria-rowindex
  • aria-colspan.

Inherited from

Omit.aria-rowspan


aria-selected?

optional aria-selected: Booleanish

Defined in: node_modules/@types/react/index.d.ts:2597

Indicates the current "selected" state of various widgets.

See

  • aria-checked
  • aria-pressed.

Inherited from

Omit.aria-selected


aria-setsize?

optional aria-setsize: number

Defined in: node_modules/@types/react/index.d.ts:2602

Defines the number of items in the current set of listitems or treeitems. Not required if all elements in the set are present in the DOM.

See

aria-posinset.

Inherited from

Omit.aria-setsize


aria-sort?

optional aria-sort: "none" | "ascending" | "descending" | "other"

Defined in: node_modules/@types/react/index.d.ts:2604

Indicates if items in a table or grid are sorted in ascending or descending order.

Inherited from

Omit.aria-sort


aria-valuemax?

optional aria-valuemax: number

Defined in: node_modules/@types/react/index.d.ts:2606

Defines the maximum allowed value for a range widget.

Inherited from

Omit.aria-valuemax


aria-valuemin?

optional aria-valuemin: number

Defined in: node_modules/@types/react/index.d.ts:2608

Defines the minimum allowed value for a range widget.

Inherited from

Omit.aria-valuemin


aria-valuenow?

optional aria-valuenow: number

Defined in: node_modules/@types/react/index.d.ts:2613

Defines the current value for a range widget.

See

aria-valuetext.

Inherited from

Omit.aria-valuenow


aria-valuetext?

optional aria-valuetext: string

Defined in: node_modules/@types/react/index.d.ts:2615

Defines the human readable text alternative of aria-valuenow for a range widget.

Inherited from

Omit.aria-valuetext


as?

optional as: ElementType

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/factory.types.d.ts:14

Inherited from

Omit.as


asChild?

optional asChild: boolean

Defined in: node_modules/@ark-ui/react/dist/components/factory.d.ts:6

Use the provided child element as the default rendered element, combining their props and behavior.

Inherited from

Omit.asChild


aspectRatio?

optional aspectRatio: ConditionalValue<undefined | `var(--${string})` | AnyString | AspectRatiosToken | AspectRatio | readonly NonNullable<AspectRatio | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:68

Inherited from

Omit.aspectRatio


autoCapitalize?

optional autoCapitalize: string & { } | "none" | "off" | "on" | "sentences" | "words" | "characters"

Defined in: node_modules/@types/react/index.d.ts:2700

Inherited from

Omit.autoCapitalize


autoCorrect?

optional autoCorrect: string

Defined in: node_modules/@types/react/index.d.ts:2739

Inherited from

Omit.autoCorrect


autoFocus?

optional autoFocus: boolean

Defined in: node_modules/@types/react/index.d.ts:2701

Inherited from

Omit.autoFocus


autoSave?

optional autoSave: string

Defined in: node_modules/@types/react/index.d.ts:2740

Inherited from

Omit.autoSave


backdropBlur?

optional backdropBlur: ConditionalValue<undefined | `var(--${string})` | AnyString | BlursToken>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:740

Inherited from

Omit.backdropBlur


backdropBrightness?

optional backdropBrightness: ConditionalValue<undefined | string | number | AnyString>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:741

Inherited from

Omit.backdropBrightness


backdropContrast?

optional backdropContrast: ConditionalValue<undefined | string | number | AnyString>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:742

Inherited from

Omit.backdropContrast


backdropFilter?

optional backdropFilter: ConditionalValue<undefined | readonly string[] | AnyString | BackdropFilter>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:69

Inherited from

Omit.backdropFilter


backdropGrayscale?

optional backdropGrayscale: ConditionalValue<undefined | string | number | AnyString>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:743

Inherited from

Omit.backdropGrayscale


backdropHueRotate?

optional backdropHueRotate: ConditionalValue<undefined | string | number | AnyString>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:744

Inherited from

Omit.backdropHueRotate


backdropInvert?

optional backdropInvert: ConditionalValue<undefined | string | number | AnyString>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:745

Inherited from

Omit.backdropInvert


backdropOpacity?

optional backdropOpacity: ConditionalValue<undefined | string | number | AnyString>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:746

Inherited from

Omit.backdropOpacity


backdropSaturate?

optional backdropSaturate: ConditionalValue<undefined | string | number | AnyString>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:747

Inherited from

Omit.backdropSaturate


backdropSepia?

optional backdropSepia: ConditionalValue<undefined | string | number | AnyString>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:748

Inherited from

Omit.backdropSepia


backfaceVisibility?

optional backfaceVisibility: ConditionalValue<undefined | AnyString | BackfaceVisibility | readonly NonNullable<BackfaceVisibility | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:70

Inherited from

Omit.backfaceVisibility


background?

optional background: ConditionalValue<undefined | "repeat" | "fixed" | string & { } | "none" | "round" | "current" | "center" | "border" | "bottom" | "left" | "right" | "top" | "bg" | "colorPalette" | "inherit" | String | Number | `var(--${string})` | AnyString | "-moz-initial" | "initial" | "revert" | "revert-layer" | "unset" | "transparent" | "black" | "white" | "whiteAlpha.50" | "whiteAlpha.100" | "whiteAlpha.200" | "whiteAlpha.300" | "whiteAlpha.400" | "whiteAlpha.500" | "whiteAlpha.600" | "whiteAlpha.700" | "whiteAlpha.800" | "whiteAlpha.900" | "whiteAlpha.950" | "blackAlpha.50" | "blackAlpha.100" | "blackAlpha.200" | "blackAlpha.300" | "blackAlpha.400" | "blackAlpha.500" | "blackAlpha.600" | "blackAlpha.700" | "blackAlpha.800" | "blackAlpha.900" | "blackAlpha.950" | "gray.50" | "gray.100" | "gray.200" | "gray.300" | "gray.400" | "gray.500" | "gray.600" | "gray.700" | "gray.800" | "gray.900" | "gray.950" | "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" | "bg.subtle" | "bg.muted" | "bg.emphasized" | "bg.inverted" | "bg.panel" | "bg.error" | "bg.warning" | "bg.success" | "bg.info" | "fg" | "fg.muted" | "fg.subtle" | "fg.inverted" | "fg.error" | "fg.warning" | "fg.success" | "fg.info" | "border.muted" | "border.subtle" | "border.emphasized" | "border.inverted" | "border.error" | "border.warning" | "border.success" | "border.info" | "gray.contrast" | "gray.fg" | "gray.subtle" | "gray.muted" | "gray.emphasized" | "gray.solid" | "gray.focusRing" | "red.contrast" | "red.fg" | "red.subtle" | "red.muted" | "red.emphasized" | "red.solid" | "red.focusRing" | "orange.contrast" | "orange.fg" | "orange.subtle" | "orange.muted" | "orange.emphasized" | "orange.solid" | "orange.focusRing" | "green.contrast" | "green.fg" | "green.subtle" | "green.muted" | "green.emphasized" | "green.solid" | "green.focusRing" | "blue.contrast" | "blue.fg" | "blue.subtle" | "blue.muted" | "blue.emphasized" | "blue.solid" | "blue.focusRing" | "yellow.contrast" | "yellow.fg" | "yellow.subtle" | "yellow.muted" | "yellow.emphasized" | "yellow.solid" | "yellow.focusRing" | "teal.contrast" | "teal.fg" | "teal.subtle" | "teal.muted" | "teal.emphasized" | "teal.solid" | "teal.focusRing" | "purple.contrast" | "purple.fg" | "purple.subtle" | "purple.muted" | "purple.emphasized" | "purple.solid" | "purple.focusRing" | "pink.contrast" | "pink.fg" | "pink.subtle" | "pink.muted" | "pink.emphasized" | "pink.solid" | "pink.focusRing" | "cyan.contrast" | "cyan.fg" | "cyan.subtle" | "cyan.muted" | "cyan.emphasized" | "cyan.solid" | "cyan.focusRing" | "colorPalette.50" | "colorPalette.100" | "colorPalette.200" | "colorPalette.300" | "colorPalette.400" | "colorPalette.500" | "colorPalette.600" | "colorPalette.700" | "colorPalette.800" | "colorPalette.900" | "colorPalette.950" | "colorPalette.subtle" | "colorPalette.muted" | "colorPalette.emphasized" | "colorPalette.inverted" | "colorPalette.panel" | "colorPalette.error" | "colorPalette.warning" | "colorPalette.success" | "colorPalette.info" | "colorPalette.contrast" | "colorPalette.fg" | "colorPalette.solid" | "colorPalette.focusRing" | "currentBg" | "aliceblue" | "antiquewhite" | "aqua" | "aquamarine" | "azure" | "beige" | "bisque" | "blanchedalmond" | "blue" | "blueviolet" | "brown" | "burlywood" | "cadetblue" | "chartreuse" | "chocolate" | "coral" | "cornflowerblue" | "cornsilk" | "crimson" | "cyan" | "darkblue" | "darkcyan" | "darkgoldenrod" | "darkgray" | "darkgreen" | "darkgrey" | "darkkhaki" | "darkmagenta" | "darkolivegreen" | "darkorange" | "darkorchid" | "darkred" | "darksalmon" | "darkseagreen" | "darkslateblue" | "darkslategray" | "darkslategrey" | "darkturquoise" | "darkviolet" | "deeppink" | "deepskyblue" | "dimgray" | "dimgrey" | "dodgerblue" | "firebrick" | "floralwhite" | "forestgreen" | "fuchsia" | "gainsboro" | "ghostwhite" | "gold" | "goldenrod" | "gray" | "green" | "greenyellow" | "grey" | "honeydew" | "hotpink" | "indianred" | "indigo" | "ivory" | "khaki" | "lavender" | "lavenderblush" | "lawngreen" | "lemonchiffon" | "lightblue" | "lightcoral" | "lightcyan" | "lightgoldenrodyellow" | "lightgray" | "lightgreen" | "lightgrey" | "lightpink" | "lightsalmon" | "lightseagreen" | "lightskyblue" | "lightslategray" | "lightslategrey" | "lightsteelblue" | "lightyellow" | "lime" | "limegreen" | "linen" | "magenta" | "maroon" | "mediumaquamarine" | "mediumblue" | "mediumorchid" | "mediumpurple" | "mediumseagreen" | "mediumslateblue" | "mediumspringgreen" | "mediumturquoise" | "mediumvioletred" | "midnightblue" | "mintcream" | "mistyrose" | "moccasin" | "navajowhite" | "navy" | "oldlace" | "olive" | "olivedrab" | "orange" | "orangered" | "orchid" | "palegoldenrod" | "palegreen" | "paleturquoise" | "palevioletred" | "papayawhip" | "peachpuff" | "peru" | "pink" | "plum" | "powderblue" | "purple" | "rebeccapurple" | "red" | "rosybrown" | "royalblue" | "saddlebrown" | "salmon" | "sandybrown" | "seagreen" | "seashell" | "sienna" | "silver" | "skyblue" | "slateblue" | "slategray" | "slategrey" | "snow" | "springgreen" | "steelblue" | "tan" | "teal" | "thistle" | "tomato" | "turquoise" | "violet" | "wheat" | "whitesmoke" | "yellow" | "yellowgreen" | "ActiveBorder" | "ActiveCaption" | "AppWorkspace" | "Background" | "ButtonFace" | "ButtonHighlight" | "ButtonShadow" | "ButtonText" | "CaptionText" | "GrayText" | "Highlight" | "HighlightText" | "InactiveBorder" | "InactiveCaption" | "InactiveCaptionText" | "InfoBackground" | "InfoText" | "Menu" | "MenuText" | "Scrollbar" | "ThreeDDarkShadow" | "ThreeDFace" | "ThreeDHighlight" | "ThreeDLightShadow" | "ThreeDShadow" | "Window" | "WindowFrame" | "WindowText" | "currentcolor" | "border-box" | "content-box" | "padding-box" | "no-repeat" | "repeat-x" | "repeat-y" | "space" | "local" | "scroll" | readonly NonNullable<undefined | Background<String | Number>>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:71

Inherited from

Omit.background


backgroundAttachment?

optional backgroundAttachment: ConditionalValue<undefined | readonly string[] | AnyString | BackgroundAttachment>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:72

Inherited from

Omit.backgroundAttachment


backgroundBlendMode?

optional backgroundBlendMode: ConditionalValue<undefined | readonly string[] | AnyString | BackgroundBlendMode>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:73

Inherited from

Omit.backgroundBlendMode


backgroundClip?

optional backgroundClip: ConditionalValue<undefined | "text" | readonly string[] | `var(--${string})` | AnyString | BackgroundClip>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:74

Inherited from

Omit.backgroundClip


backgroundColor?

optional backgroundColor: ConditionalValue<undefined | readonly string[] | string & { } | "current" | "border" | "bg" | "colorPalette" | "inherit" | `var(--${string})` | AnyString | "-moz-initial" | "initial" | "revert" | "revert-layer" | "unset" | "transparent" | "black" | "white" | "whiteAlpha.50" | "whiteAlpha.100" | "whiteAlpha.200" | "whiteAlpha.300" | "whiteAlpha.400" | "whiteAlpha.500" | "whiteAlpha.600" | "whiteAlpha.700" | "whiteAlpha.800" | "whiteAlpha.900" | "whiteAlpha.950" | "blackAlpha.50" | "blackAlpha.100" | "blackAlpha.200" | "blackAlpha.300" | "blackAlpha.400" | "blackAlpha.500" | "blackAlpha.600" | "blackAlpha.700" | "blackAlpha.800" | "blackAlpha.900" | "blackAlpha.950" | "gray.50" | "gray.100" | "gray.200" | "gray.300" | "gray.400" | "gray.500" | "gray.600" | "gray.700" | "gray.800" | "gray.900" | "gray.950" | "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" | "bg.subtle" | "bg.muted" | "bg.emphasized" | "bg.inverted" | "bg.panel" | "bg.error" | "bg.warning" | "bg.success" | "bg.info" | "fg" | "fg.muted" | "fg.subtle" | "fg.inverted" | "fg.error" | "fg.warning" | "fg.success" | "fg.info" | "border.muted" | "border.subtle" | "border.emphasized" | "border.inverted" | "border.error" | "border.warning" | "border.success" | "border.info" | "gray.contrast" | "gray.fg" | "gray.subtle" | "gray.muted" | "gray.emphasized" | "gray.solid" | "gray.focusRing" | "red.contrast" | "red.fg" | "red.subtle" | "red.muted" | "red.emphasized" | "red.solid" | "red.focusRing" | "orange.contrast" | "orange.fg" | "orange.subtle" | "orange.muted" | "orange.emphasized" | "orange.solid" | "orange.focusRing" | "green.contrast" | "green.fg" | "green.subtle" | "green.muted" | "green.emphasized" | "green.solid" | "green.focusRing" | "blue.contrast" | "blue.fg" | "blue.subtle" | "blue.muted" | "blue.emphasized" | "blue.solid" | "blue.focusRing" | "yellow.contrast" | "yellow.fg" | "yellow.subtle" | "yellow.muted" | "yellow.emphasized" | "yellow.solid" | "yellow.focusRing" | "teal.contrast" | "teal.fg" | "teal.subtle" | "teal.muted" | "teal.emphasized" | "teal.solid" | "teal.focusRing" | "purple.contrast" | "purple.fg" | "purple.subtle" | "purple.muted" | "purple.emphasized" | "purple.solid" | "purple.focusRing" | "pink.contrast" | "pink.fg" | "pink.subtle" | "pink.muted" | "pink.emphasized" | "pink.solid" | "pink.focusRing" | "cyan.contrast" | "cyan.fg" | "cyan.subtle" | "cyan.muted" | "cyan.emphasized" | "cyan.solid" | "cyan.focusRing" | "colorPalette.50" | "colorPalette.100" | "colorPalette.200" | "colorPalette.300" | "colorPalette.400" | "colorPalette.500" | "colorPalette.600" | "colorPalette.700" | "colorPalette.800" | "colorPalette.900" | "colorPalette.950" | "colorPalette.subtle" | "colorPalette.muted" | "colorPalette.emphasized" | "colorPalette.inverted" | "colorPalette.panel" | "colorPalette.error" | "colorPalette.warning" | "colorPalette.success" | "colorPalette.info" | "colorPalette.contrast" | "colorPalette.fg" | "colorPalette.solid" | "colorPalette.focusRing" | "currentBg" | "aliceblue" | "antiquewhite" | "aqua" | "aquamarine" | "azure" | "beige" | "bisque" | "blanchedalmond" | "blue" | "blueviolet" | "brown" | "burlywood" | "cadetblue" | "chartreuse" | "chocolate" | "coral" | "cornflowerblue" | "cornsilk" | "crimson" | "cyan" | "darkblue" | "darkcyan" | "darkgoldenrod" | "darkgray" | "darkgreen" | "darkgrey" | "darkkhaki" | "darkmagenta" | "darkolivegreen" | "darkorange" | "darkorchid" | "darkred" | "darksalmon" | "darkseagreen" | "darkslateblue" | "darkslategray" | "darkslategrey" | "darkturquoise" | "darkviolet" | "deeppink" | "deepskyblue" | "dimgray" | "dimgrey" | "dodgerblue" | "firebrick" | "floralwhite" | "forestgreen" | "fuchsia" | "gainsboro" | "ghostwhite" | "gold" | "goldenrod" | "gray" | "green" | "greenyellow" | "grey" | "honeydew" | "hotpink" | "indianred" | "indigo" | "ivory" | "khaki" | "lavender" | "lavenderblush" | "lawngreen" | "lemonchiffon" | "lightblue" | "lightcoral" | "lightcyan" | "lightgoldenrodyellow" | "lightgray" | "lightgreen" | "lightgrey" | "lightpink" | "lightsalmon" | "lightseagreen" | "lightskyblue" | "lightslategray" | "lightslategrey" | "lightsteelblue" | "lightyellow" | "lime" | "limegreen" | "linen" | "magenta" | "maroon" | "mediumaquamarine" | "mediumblue" | "mediumorchid" | "mediumpurple" | "mediumseagreen" | "mediumslateblue" | "mediumspringgreen" | "mediumturquoise" | "mediumvioletred" | "midnightblue" | "mintcream" | "mistyrose" | "moccasin" | "navajowhite" | "navy" | "oldlace" | "olive" | "olivedrab" | "orange" | "orangered" | "orchid" | "palegoldenrod" | "palegreen" | "paleturquoise" | "palevioletred" | "papayawhip" | "peachpuff" | "peru" | "pink" | "plum" | "powderblue" | "purple" | "rebeccapurple" | "red" | "rosybrown" | "royalblue" | "saddlebrown" | "salmon" | "sandybrown" | "seagreen" | "seashell" | "sienna" | "silver" | "skyblue" | "slateblue" | "slategray" | "slategrey" | "snow" | "springgreen" | "steelblue" | "tan" | "teal" | "thistle" | "tomato" | "turquoise" | "violet" | "wheat" | "whitesmoke" | "yellow" | "yellowgreen" | "ActiveBorder" | "ActiveCaption" | "AppWorkspace" | "Background" | "ButtonFace" | "ButtonHighlight" | "ButtonShadow" | "ButtonText" | "CaptionText" | "GrayText" | "Highlight" | "HighlightText" | "InactiveBorder" | "InactiveCaption" | "InactiveCaptionText" | "InfoBackground" | "InfoText" | "Menu" | "MenuText" | "Scrollbar" | "ThreeDDarkShadow" | "ThreeDFace" | "ThreeDHighlight" | "ThreeDLightShadow" | "ThreeDShadow" | "Window" | "WindowFrame" | "WindowText" | "currentcolor">

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:75

Inherited from

Omit.backgroundColor


backgroundGradient?

optional backgroundGradient: ConditionalValue<undefined | `var(--${string})` | AnyString | "to-t" | "to-tr" | "to-r" | "to-br" | "to-b" | "to-bl" | "to-l" | "to-tl">

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:716

Inherited from

Omit.backgroundGradient


backgroundImage?

optional backgroundImage: ConditionalValue<undefined | readonly string[] | `var(--${string})` | AnyString | BackgroundImage>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:76

Inherited from

Omit.backgroundImage


backgroundOrigin?

optional backgroundOrigin: ConditionalValue<undefined | readonly string[] | AnyString | BackgroundOrigin>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:77

Inherited from

Omit.backgroundOrigin


backgroundPosition?

optional backgroundPosition: ConditionalValue<undefined | AnyString | BackgroundPosition<String | Number> | readonly NonNullable<BackgroundPosition<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:78

Inherited from

Omit.backgroundPosition


backgroundPositionX?

optional backgroundPositionX: ConditionalValue<undefined | AnyString | BackgroundPositionX<String | Number> | readonly NonNullable<BackgroundPositionX<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:79

Inherited from

Omit.backgroundPositionX


backgroundPositionY?

optional backgroundPositionY: ConditionalValue<undefined | AnyString | BackgroundPositionY<String | Number> | readonly NonNullable<BackgroundPositionY<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:80

Inherited from

Omit.backgroundPositionY


backgroundRepeat?

optional backgroundRepeat: ConditionalValue<undefined | readonly string[] | AnyString | BackgroundRepeat>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:81

Inherited from

Omit.backgroundRepeat


backgroundSize?

optional backgroundSize: ConditionalValue<undefined | AnyString | BackgroundSize<String | Number> | readonly NonNullable<BackgroundSize<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:82

Inherited from

Omit.backgroundSize


base?

optional base: Nested<SystemStyleObject>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/conditions.gen.d.ts:261

The base (=no conditions) styles to apply

Inherited from

Omit.base


baselineShift?

optional baselineShift: ConditionalValue<undefined | AnyString | BaselineShift<String | Number> | readonly NonNullable<BaselineShift<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:591

Inherited from

Omit.baselineShift


bg?

optional bg: ConditionalValue<undefined | "repeat" | "fixed" | string & { } | "none" | "round" | "current" | "center" | "border" | "bottom" | "left" | "right" | "top" | "bg" | "colorPalette" | "inherit" | String | Number | `var(--${string})` | AnyString | "-moz-initial" | "initial" | "revert" | "revert-layer" | "unset" | "transparent" | "black" | "white" | "whiteAlpha.50" | "whiteAlpha.100" | "whiteAlpha.200" | "whiteAlpha.300" | "whiteAlpha.400" | "whiteAlpha.500" | "whiteAlpha.600" | "whiteAlpha.700" | "whiteAlpha.800" | "whiteAlpha.900" | "whiteAlpha.950" | "blackAlpha.50" | "blackAlpha.100" | "blackAlpha.200" | "blackAlpha.300" | "blackAlpha.400" | "blackAlpha.500" | "blackAlpha.600" | "blackAlpha.700" | "blackAlpha.800" | "blackAlpha.900" | "blackAlpha.950" | "gray.50" | "gray.100" | "gray.200" | "gray.300" | "gray.400" | "gray.500" | "gray.600" | "gray.700" | "gray.800" | "gray.900" | "gray.950" | "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" | "bg.subtle" | "bg.muted" | "bg.emphasized" | "bg.inverted" | "bg.panel" | "bg.error" | "bg.warning" | "bg.success" | "bg.info" | "fg" | "fg.muted" | "fg.subtle" | "fg.inverted" | "fg.error" | "fg.warning" | "fg.success" | "fg.info" | "border.muted" | "border.subtle" | "border.emphasized" | "border.inverted" | "border.error" | "border.warning" | "border.success" | "border.info" | "gray.contrast" | "gray.fg" | "gray.subtle" | "gray.muted" | "gray.emphasized" | "gray.solid" | "gray.focusRing" | "red.contrast" | "red.fg" | "red.subtle" | "red.muted" | "red.emphasized" | "red.solid" | "red.focusRing" | "orange.contrast" | "orange.fg" | "orange.subtle" | "orange.muted" | "orange.emphasized" | "orange.solid" | "orange.focusRing" | "green.contrast" | "green.fg" | "green.subtle" | "green.muted" | "green.emphasized" | "green.solid" | "green.focusRing" | "blue.contrast" | "blue.fg" | "blue.subtle" | "blue.muted" | "blue.emphasized" | "blue.solid" | "blue.focusRing" | "yellow.contrast" | "yellow.fg" | "yellow.subtle" | "yellow.muted" | "yellow.emphasized" | "yellow.solid" | "yellow.focusRing" | "teal.contrast" | "teal.fg" | "teal.subtle" | "teal.muted" | "teal.emphasized" | "teal.solid" | "teal.focusRing" | "purple.contrast" | "purple.fg" | "purple.subtle" | "purple.muted" | "purple.emphasized" | "purple.solid" | "purple.focusRing" | "pink.contrast" | "pink.fg" | "pink.subtle" | "pink.muted" | "pink.emphasized" | "pink.solid" | "pink.focusRing" | "cyan.contrast" | "cyan.fg" | "cyan.subtle" | "cyan.muted" | "cyan.emphasized" | "cyan.solid" | "cyan.focusRing" | "colorPalette.50" | "colorPalette.100" | "colorPalette.200" | "colorPalette.300" | "colorPalette.400" | "colorPalette.500" | "colorPalette.600" | "colorPalette.700" | "colorPalette.800" | "colorPalette.900" | "colorPalette.950" | "colorPalette.subtle" | "colorPalette.muted" | "colorPalette.emphasized" | "colorPalette.inverted" | "colorPalette.panel" | "colorPalette.error" | "colorPalette.warning" | "colorPalette.success" | "colorPalette.info" | "colorPalette.contrast" | "colorPalette.fg" | "colorPalette.solid" | "colorPalette.focusRing" | "currentBg" | "aliceblue" | "antiquewhite" | "aqua" | "aquamarine" | "azure" | "beige" | "bisque" | "blanchedalmond" | "blue" | "blueviolet" | "brown" | "burlywood" | "cadetblue" | "chartreuse" | "chocolate" | "coral" | "cornflowerblue" | "cornsilk" | "crimson" | "cyan" | "darkblue" | "darkcyan" | "darkgoldenrod" | "darkgray" | "darkgreen" | "darkgrey" | "darkkhaki" | "darkmagenta" | "darkolivegreen" | "darkorange" | "darkorchid" | "darkred" | "darksalmon" | "darkseagreen" | "darkslateblue" | "darkslategray" | "darkslategrey" | "darkturquoise" | "darkviolet" | "deeppink" | "deepskyblue" | "dimgray" | "dimgrey" | "dodgerblue" | "firebrick" | "floralwhite" | "forestgreen" | "fuchsia" | "gainsboro" | "ghostwhite" | "gold" | "goldenrod" | "gray" | "green" | "greenyellow" | "grey" | "honeydew" | "hotpink" | "indianred" | "indigo" | "ivory" | "khaki" | "lavender" | "lavenderblush" | "lawngreen" | "lemonchiffon" | "lightblue" | "lightcoral" | "lightcyan" | "lightgoldenrodyellow" | "lightgray" | "lightgreen" | "lightgrey" | "lightpink" | "lightsalmon" | "lightseagreen" | "lightskyblue" | "lightslategray" | "lightslategrey" | "lightsteelblue" | "lightyellow" | "lime" | "limegreen" | "linen" | "magenta" | "maroon" | "mediumaquamarine" | "mediumblue" | "mediumorchid" | "mediumpurple" | "mediumseagreen" | "mediumslateblue" | "mediumspringgreen" | "mediumturquoise" | "mediumvioletred" | "midnightblue" | "mintcream" | "mistyrose" | "moccasin" | "navajowhite" | "navy" | "oldlace" | "olive" | "olivedrab" | "orange" | "orangered" | "orchid" | "palegoldenrod" | "palegreen" | "paleturquoise" | "palevioletred" | "papayawhip" | "peachpuff" | "peru" | "pink" | "plum" | "powderblue" | "purple" | "rebeccapurple" | "red" | "rosybrown" | "royalblue" | "saddlebrown" | "salmon" | "sandybrown" | "seagreen" | "seashell" | "sienna" | "silver" | "skyblue" | "slateblue" | "slategray" | "slategrey" | "snow" | "springgreen" | "steelblue" | "tan" | "teal" | "thistle" | "tomato" | "turquoise" | "violet" | "wheat" | "whitesmoke" | "yellow" | "yellowgreen" | "ActiveBorder" | "ActiveCaption" | "AppWorkspace" | "Background" | "ButtonFace" | "ButtonHighlight" | "ButtonShadow" | "ButtonText" | "CaptionText" | "GrayText" | "Highlight" | "HighlightText" | "InactiveBorder" | "InactiveCaption" | "InactiveCaptionText" | "InfoBackground" | "InfoText" | "Menu" | "MenuText" | "Scrollbar" | "ThreeDDarkShadow" | "ThreeDFace" | "ThreeDHighlight" | "ThreeDLightShadow" | "ThreeDShadow" | "Window" | "WindowFrame" | "WindowText" | "currentcolor" | "border-box" | "content-box" | "padding-box" | "no-repeat" | "repeat-x" | "repeat-y" | "space" | "local" | "scroll" | readonly NonNullable<undefined | Background<String | Number>>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:595

Inherited from

Omit.bg


bgAttachment?

optional bgAttachment: ConditionalValue<undefined | readonly string[] | AnyString | BackgroundAttachment>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:600

Inherited from

Omit.bgAttachment


bgBlendMode?

optional bgBlendMode: ConditionalValue<undefined | readonly string[] | AnyString | BackgroundBlendMode>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:667

Inherited from

Omit.bgBlendMode


bgClip?

optional bgClip: ConditionalValue<undefined | "text" | readonly string[] | `var(--${string})` | AnyString | BackgroundClip>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:601

Inherited from

Omit.bgClip


bgColor?

optional bgColor: ConditionalValue<undefined | readonly string[] | string & { } | "current" | "border" | "bg" | "colorPalette" | "inherit" | `var(--${string})` | AnyString | "-moz-initial" | "initial" | "revert" | "revert-layer" | "unset" | "transparent" | "black" | "white" | "whiteAlpha.50" | "whiteAlpha.100" | "whiteAlpha.200" | "whiteAlpha.300" | "whiteAlpha.400" | "whiteAlpha.500" | "whiteAlpha.600" | "whiteAlpha.700" | "whiteAlpha.800" | "whiteAlpha.900" | "whiteAlpha.950" | "blackAlpha.50" | "blackAlpha.100" | "blackAlpha.200" | "blackAlpha.300" | "blackAlpha.400" | "blackAlpha.500" | "blackAlpha.600" | "blackAlpha.700" | "blackAlpha.800" | "blackAlpha.900" | "blackAlpha.950" | "gray.50" | "gray.100" | "gray.200" | "gray.300" | "gray.400" | "gray.500" | "gray.600" | "gray.700" | "gray.800" | "gray.900" | "gray.950" | "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" | "bg.subtle" | "bg.muted" | "bg.emphasized" | "bg.inverted" | "bg.panel" | "bg.error" | "bg.warning" | "bg.success" | "bg.info" | "fg" | "fg.muted" | "fg.subtle" | "fg.inverted" | "fg.error" | "fg.warning" | "fg.success" | "fg.info" | "border.muted" | "border.subtle" | "border.emphasized" | "border.inverted" | "border.error" | "border.warning" | "border.success" | "border.info" | "gray.contrast" | "gray.fg" | "gray.subtle" | "gray.muted" | "gray.emphasized" | "gray.solid" | "gray.focusRing" | "red.contrast" | "red.fg" | "red.subtle" | "red.muted" | "red.emphasized" | "red.solid" | "red.focusRing" | "orange.contrast" | "orange.fg" | "orange.subtle" | "orange.muted" | "orange.emphasized" | "orange.solid" | "orange.focusRing" | "green.contrast" | "green.fg" | "green.subtle" | "green.muted" | "green.emphasized" | "green.solid" | "green.focusRing" | "blue.contrast" | "blue.fg" | "blue.subtle" | "blue.muted" | "blue.emphasized" | "blue.solid" | "blue.focusRing" | "yellow.contrast" | "yellow.fg" | "yellow.subtle" | "yellow.muted" | "yellow.emphasized" | "yellow.solid" | "yellow.focusRing" | "teal.contrast" | "teal.fg" | "teal.subtle" | "teal.muted" | "teal.emphasized" | "teal.solid" | "teal.focusRing" | "purple.contrast" | "purple.fg" | "purple.subtle" | "purple.muted" | "purple.emphasized" | "purple.solid" | "purple.focusRing" | "pink.contrast" | "pink.fg" | "pink.subtle" | "pink.muted" | "pink.emphasized" | "pink.solid" | "pink.focusRing" | "cyan.contrast" | "cyan.fg" | "cyan.subtle" | "cyan.muted" | "cyan.emphasized" | "cyan.solid" | "cyan.focusRing" | "colorPalette.50" | "colorPalette.100" | "colorPalette.200" | "colorPalette.300" | "colorPalette.400" | "colorPalette.500" | "colorPalette.600" | "colorPalette.700" | "colorPalette.800" | "colorPalette.900" | "colorPalette.950" | "colorPalette.subtle" | "colorPalette.muted" | "colorPalette.emphasized" | "colorPalette.inverted" | "colorPalette.panel" | "colorPalette.error" | "colorPalette.warning" | "colorPalette.success" | "colorPalette.info" | "colorPalette.contrast" | "colorPalette.fg" | "colorPalette.solid" | "colorPalette.focusRing" | "currentBg" | "aliceblue" | "antiquewhite" | "aqua" | "aquamarine" | "azure" | "beige" | "bisque" | "blanchedalmond" | "blue" | "blueviolet" | "brown" | "burlywood" | "cadetblue" | "chartreuse" | "chocolate" | "coral" | "cornflowerblue" | "cornsilk" | "crimson" | "cyan" | "darkblue" | "darkcyan" | "darkgoldenrod" | "darkgray" | "darkgreen" | "darkgrey" | "darkkhaki" | "darkmagenta" | "darkolivegreen" | "darkorange" | "darkorchid" | "darkred" | "darksalmon" | "darkseagreen" | "darkslateblue" | "darkslategray" | "darkslategrey" | "darkturquoise" | "darkviolet" | "deeppink" | "deepskyblue" | "dimgray" | "dimgrey" | "dodgerblue" | "firebrick" | "floralwhite" | "forestgreen" | "fuchsia" | "gainsboro" | "ghostwhite" | "gold" | "goldenrod" | "gray" | "green" | "greenyellow" | "grey" | "honeydew" | "hotpink" | "indianred" | "indigo" | "ivory" | "khaki" | "lavender" | "lavenderblush" | "lawngreen" | "lemonchiffon" | "lightblue" | "lightcoral" | "lightcyan" | "lightgoldenrodyellow" | "lightgray" | "lightgreen" | "lightgrey" | "lightpink" | "lightsalmon" | "lightseagreen" | "lightskyblue" | "lightslategray" | "lightslategrey" | "lightsteelblue" | "lightyellow" | "lime" | "limegreen" | "linen" | "magenta" | "maroon" | "mediumaquamarine" | "mediumblue" | "mediumorchid" | "mediumpurple" | "mediumseagreen" | "mediumslateblue" | "mediumspringgreen" | "mediumturquoise" | "mediumvioletred" | "midnightblue" | "mintcream" | "mistyrose" | "moccasin" | "navajowhite" | "navy" | "oldlace" | "olive" | "olivedrab" | "orange" | "orangered" | "orchid" | "palegoldenrod" | "palegreen" | "paleturquoise" | "palevioletred" | "papayawhip" | "peachpuff" | "peru" | "pink" | "plum" | "powderblue" | "purple" | "rebeccapurple" | "red" | "rosybrown" | "royalblue" | "saddlebrown" | "salmon" | "sandybrown" | "seagreen" | "seashell" | "sienna" | "silver" | "skyblue" | "slateblue" | "slategray" | "slategrey" | "snow" | "springgreen" | "steelblue" | "tan" | "teal" | "thistle" | "tomato" | "turquoise" | "violet" | "wheat" | "whitesmoke" | "yellow" | "yellowgreen" | "ActiveBorder" | "ActiveCaption" | "AppWorkspace" | "Background" | "ButtonFace" | "ButtonHighlight" | "ButtonShadow" | "ButtonText" | "CaptionText" | "GrayText" | "Highlight" | "HighlightText" | "InactiveBorder" | "InactiveCaption" | "InactiveCaptionText" | "InfoBackground" | "InfoText" | "Menu" | "MenuText" | "Scrollbar" | "ThreeDDarkShadow" | "ThreeDFace" | "ThreeDHighlight" | "ThreeDLightShadow" | "ThreeDShadow" | "Window" | "WindowFrame" | "WindowText" | "currentcolor">

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:596

Inherited from

Omit.bgColor


bgGradient?

optional bgGradient: ConditionalValue<undefined | `var(--${string})` | AnyString | "to-t" | "to-tr" | "to-r" | "to-br" | "to-b" | "to-bl" | "to-l" | "to-tl">

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:602

Inherited from

Omit.bgGradient


bgImage?

optional bgImage: ConditionalValue<undefined | readonly string[] | `var(--${string})` | AnyString | BackgroundImage>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:604

Inherited from

Omit.bgImage


bgImg?

optional bgImg: ConditionalValue<undefined | readonly string[] | `var(--${string})` | AnyString | BackgroundImage>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:603

Inherited from

Omit.bgImg


bgPos?

optional bgPos: ConditionalValue<undefined | AnyString | BackgroundPosition<String | Number> | readonly NonNullable<BackgroundPosition<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:598

Inherited from

Omit.bgPos


bgRepeat?

optional bgRepeat: ConditionalValue<undefined | readonly string[] | AnyString | BackgroundRepeat>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:599

Inherited from

Omit.bgRepeat


bgSize?

optional bgSize: ConditionalValue<undefined | AnyString | BackgroundSize<String | Number> | readonly NonNullable<BackgroundSize<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:597

Inherited from

Omit.bgSize


blendMode?

optional blendMode: ConditionalValue<undefined | AnyString | MixBlendMode | readonly NonNullable<MixBlendMode | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:666

Inherited from

Omit.blendMode


blockSize?

optional blockSize: ConditionalValue<undefined | `var(--${string})` | AnyString | SizesToken | BlockSize<String | Number> | readonly NonNullable<BlockSize<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:83

Inherited from

Omit.blockSize


blur?

optional blur: ConditionalValue<undefined | `var(--${string})` | AnyString | BlursToken>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:731

Inherited from

Omit.blur


border?

optional border: ConditionalValue<undefined | `var(--${string})` | AnyString | BordersToken | Border<String | Number> | readonly NonNullable<Border<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:84

Inherited from

Omit.border


borderBlock?

optional borderBlock: ConditionalValue<undefined | `var(--${string})` | AnyString | BordersToken | BorderBlock<String | Number> | readonly NonNullable<BorderBlock<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:85

Inherited from

Omit.borderBlock


borderBlockColor?

optional borderBlockColor: ConditionalValue<undefined | readonly string[] | AnyString | BorderBlockColor>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:86

Inherited from

Omit.borderBlockColor


borderBlockEnd?

optional borderBlockEnd: ConditionalValue<undefined | `var(--${string})` | AnyString | BordersToken | BorderBlockEnd<String | Number> | readonly NonNullable<BorderBlockEnd<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:87

Inherited from

Omit.borderBlockEnd


borderBlockEndColor?

optional borderBlockEndColor: ConditionalValue<undefined | readonly string[] | string & { } | "current" | "border" | "bg" | "colorPalette" | "inherit" | `var(--${string})` | AnyString | "-moz-initial" | "initial" | "revert" | "revert-layer" | "unset" | "transparent" | "black" | "white" | "whiteAlpha.50" | "whiteAlpha.100" | "whiteAlpha.200" | "whiteAlpha.300" | "whiteAlpha.400" | "whiteAlpha.500" | "whiteAlpha.600" | "whiteAlpha.700" | "whiteAlpha.800" | "whiteAlpha.900" | "whiteAlpha.950" | "blackAlpha.50" | "blackAlpha.100" | "blackAlpha.200" | "blackAlpha.300" | "blackAlpha.400" | "blackAlpha.500" | "blackAlpha.600" | "blackAlpha.700" | "blackAlpha.800" | "blackAlpha.900" | "blackAlpha.950" | "gray.50" | "gray.100" | "gray.200" | "gray.300" | "gray.400" | "gray.500" | "gray.600" | "gray.700" | "gray.800" | "gray.900" | "gray.950" | "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" | "bg.subtle" | "bg.muted" | "bg.emphasized" | "bg.inverted" | "bg.panel" | "bg.error" | "bg.warning" | "bg.success" | "bg.info" | "fg" | "fg.muted" | "fg.subtle" | "fg.inverted" | "fg.error" | "fg.warning" | "fg.success" | "fg.info" | "border.muted" | "border.subtle" | "border.emphasized" | "border.inverted" | "border.error" | "border.warning" | "border.success" | "border.info" | "gray.contrast" | "gray.fg" | "gray.subtle" | "gray.muted" | "gray.emphasized" | "gray.solid" | "gray.focusRing" | "red.contrast" | "red.fg" | "red.subtle" | "red.muted" | "red.emphasized" | "red.solid" | "red.focusRing" | "orange.contrast" | "orange.fg" | "orange.subtle" | "orange.muted" | "orange.emphasized" | "orange.solid" | "orange.focusRing" | "green.contrast" | "green.fg" | "green.subtle" | "green.muted" | "green.emphasized" | "green.solid" | "green.focusRing" | "blue.contrast" | "blue.fg" | "blue.subtle" | "blue.muted" | "blue.emphasized" | "blue.solid" | "blue.focusRing" | "yellow.contrast" | "yellow.fg" | "yellow.subtle" | "yellow.muted" | "yellow.emphasized" | "yellow.solid" | "yellow.focusRing" | "teal.contrast" | "teal.fg" | "teal.subtle" | "teal.muted" | "teal.emphasized" | "teal.solid" | "teal.focusRing" | "purple.contrast" | "purple.fg" | "purple.subtle" | "purple.muted" | "purple.emphasized" | "purple.solid" | "purple.focusRing" | "pink.contrast" | "pink.fg" | "pink.subtle" | "pink.muted" | "pink.emphasized" | "pink.solid" | "pink.focusRing" | "cyan.contrast" | "cyan.fg" | "cyan.subtle" | "cyan.muted" | "cyan.emphasized" | "cyan.solid" | "cyan.focusRing" | "colorPalette.50" | "colorPalette.100" | "colorPalette.200" | "colorPalette.300" | "colorPalette.400" | "colorPalette.500" | "colorPalette.600" | "colorPalette.700" | "colorPalette.800" | "colorPalette.900" | "colorPalette.950" | "colorPalette.subtle" | "colorPalette.muted" | "colorPalette.emphasized" | "colorPalette.inverted" | "colorPalette.panel" | "colorPalette.error" | "colorPalette.warning" | "colorPalette.success" | "colorPalette.info" | "colorPalette.contrast" | "colorPalette.fg" | "colorPalette.solid" | "colorPalette.focusRing" | "currentBg" | "aliceblue" | "antiquewhite" | "aqua" | "aquamarine" | "azure" | "beige" | "bisque" | "blanchedalmond" | "blue" | "blueviolet" | "brown" | "burlywood" | "cadetblue" | "chartreuse" | "chocolate" | "coral" | "cornflowerblue" | "cornsilk" | "crimson" | "cyan" | "darkblue" | "darkcyan" | "darkgoldenrod" | "darkgray" | "darkgreen" | "darkgrey" | "darkkhaki" | "darkmagenta" | "darkolivegreen" | "darkorange" | "darkorchid" | "darkred" | "darksalmon" | "darkseagreen" | "darkslateblue" | "darkslategray" | "darkslategrey" | "darkturquoise" | "darkviolet" | "deeppink" | "deepskyblue" | "dimgray" | "dimgrey" | "dodgerblue" | "firebrick" | "floralwhite" | "forestgreen" | "fuchsia" | "gainsboro" | "ghostwhite" | "gold" | "goldenrod" | "gray" | "green" | "greenyellow" | "grey" | "honeydew" | "hotpink" | "indianred" | "indigo" | "ivory" | "khaki" | "lavender" | "lavenderblush" | "lawngreen" | "lemonchiffon" | "lightblue" | "lightcoral" | "lightcyan" | "lightgoldenrodyellow" | "lightgray" | "lightgreen" | "lightgrey" | "lightpink" | "lightsalmon" | "lightseagreen" | "lightskyblue" | "lightslategray" | "lightslategrey" | "lightsteelblue" | "lightyellow" | "lime" | "limegreen" | "linen" | "magenta" | "maroon" | "mediumaquamarine" | "mediumblue" | "mediumorchid" | "mediumpurple" | "mediumseagreen" | "mediumslateblue" | "mediumspringgreen" | "mediumturquoise" | "mediumvioletred" | "midnightblue" | "mintcream" | "mistyrose" | "moccasin" | "navajowhite" | "navy" | "oldlace" | "olive" | "olivedrab" | "orange" | "orangered" | "orchid" | "palegoldenrod" | "palegreen" | "paleturquoise" | "palevioletred" | "papayawhip" | "peachpuff" | "peru" | "pink" | "plum" | "powderblue" | "purple" | "rebeccapurple" | "red" | "rosybrown" | "royalblue" | "saddlebrown" | "salmon" | "sandybrown" | "seagreen" | "seashell" | "sienna" | "silver" | "skyblue" | "slateblue" | "slategray" | "slategrey" | "snow" | "springgreen" | "steelblue" | "tan" | "teal" | "thistle" | "tomato" | "turquoise" | "violet" | "wheat" | "whitesmoke" | "yellow" | "yellowgreen" | "ActiveBorder" | "ActiveCaption" | "AppWorkspace" | "Background" | "ButtonFace" | "ButtonHighlight" | "ButtonShadow" | "ButtonText" | "CaptionText" | "GrayText" | "Highlight" | "HighlightText" | "InactiveBorder" | "InactiveCaption" | "InactiveCaptionText" | "InfoBackground" | "InfoText" | "Menu" | "MenuText" | "Scrollbar" | "ThreeDDarkShadow" | "ThreeDFace" | "ThreeDHighlight" | "ThreeDLightShadow" | "ThreeDShadow" | "Window" | "WindowFrame" | "WindowText" | "currentcolor">

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:88

Inherited from

Omit.borderBlockEndColor


borderBlockEndStyle?

optional borderBlockEndStyle: ConditionalValue<undefined | `var(--${string})` | AnyString | BorderBlockEndStyle | readonly NonNullable<BorderBlockEndStyle | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:91

Inherited from

Omit.borderBlockEndStyle


borderBlockEndWidth?

optional borderBlockEndWidth: ConditionalValue<undefined | `var(--${string})` | AnyString | BorderBlockEndWidth<String | Number> | readonly NonNullable<BorderBlockEndWidth<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:94

Inherited from

Omit.borderBlockEndWidth


borderBlockStart?

optional borderBlockStart: ConditionalValue<undefined | `var(--${string})` | AnyString | BordersToken | BorderBlockStart<String | Number> | readonly NonNullable<BorderBlockStart<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:97

Inherited from

Omit.borderBlockStart


borderBlockStartColor?

optional borderBlockStartColor: ConditionalValue<undefined | readonly string[] | string & { } | "current" | "border" | "bg" | "colorPalette" | "inherit" | `var(--${string})` | AnyString | "-moz-initial" | "initial" | "revert" | "revert-layer" | "unset" | "transparent" | "black" | "white" | "whiteAlpha.50" | "whiteAlpha.100" | "whiteAlpha.200" | "whiteAlpha.300" | "whiteAlpha.400" | "whiteAlpha.500" | "whiteAlpha.600" | "whiteAlpha.700" | "whiteAlpha.800" | "whiteAlpha.900" | "whiteAlpha.950" | "blackAlpha.50" | "blackAlpha.100" | "blackAlpha.200" | "blackAlpha.300" | "blackAlpha.400" | "blackAlpha.500" | "blackAlpha.600" | "blackAlpha.700" | "blackAlpha.800" | "blackAlpha.900" | "blackAlpha.950" | "gray.50" | "gray.100" | "gray.200" | "gray.300" | "gray.400" | "gray.500" | "gray.600" | "gray.700" | "gray.800" | "gray.900" | "gray.950" | "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" | "bg.subtle" | "bg.muted" | "bg.emphasized" | "bg.inverted" | "bg.panel" | "bg.error" | "bg.warning" | "bg.success" | "bg.info" | "fg" | "fg.muted" | "fg.subtle" | "fg.inverted" | "fg.error" | "fg.warning" | "fg.success" | "fg.info" | "border.muted" | "border.subtle" | "border.emphasized" | "border.inverted" | "border.error" | "border.warning" | "border.success" | "border.info" | "gray.contrast" | "gray.fg" | "gray.subtle" | "gray.muted" | "gray.emphasized" | "gray.solid" | "gray.focusRing" | "red.contrast" | "red.fg" | "red.subtle" | "red.muted" | "red.emphasized" | "red.solid" | "red.focusRing" | "orange.contrast" | "orange.fg" | "orange.subtle" | "orange.muted" | "orange.emphasized" | "orange.solid" | "orange.focusRing" | "green.contrast" | "green.fg" | "green.subtle" | "green.muted" | "green.emphasized" | "green.solid" | "green.focusRing" | "blue.contrast" | "blue.fg" | "blue.subtle" | "blue.muted" | "blue.emphasized" | "blue.solid" | "blue.focusRing" | "yellow.contrast" | "yellow.fg" | "yellow.subtle" | "yellow.muted" | "yellow.emphasized" | "yellow.solid" | "yellow.focusRing" | "teal.contrast" | "teal.fg" | "teal.subtle" | "teal.muted" | "teal.emphasized" | "teal.solid" | "teal.focusRing" | "purple.contrast" | "purple.fg" | "purple.subtle" | "purple.muted" | "purple.emphasized" | "purple.solid" | "purple.focusRing" | "pink.contrast" | "pink.fg" | "pink.subtle" | "pink.muted" | "pink.emphasized" | "pink.solid" | "pink.focusRing" | "cyan.contrast" | "cyan.fg" | "cyan.subtle" | "cyan.muted" | "cyan.emphasized" | "cyan.solid" | "cyan.focusRing" | "colorPalette.50" | "colorPalette.100" | "colorPalette.200" | "colorPalette.300" | "colorPalette.400" | "colorPalette.500" | "colorPalette.600" | "colorPalette.700" | "colorPalette.800" | "colorPalette.900" | "colorPalette.950" | "colorPalette.subtle" | "colorPalette.muted" | "colorPalette.emphasized" | "colorPalette.inverted" | "colorPalette.panel" | "colorPalette.error" | "colorPalette.warning" | "colorPalette.success" | "colorPalette.info" | "colorPalette.contrast" | "colorPalette.fg" | "colorPalette.solid" | "colorPalette.focusRing" | "currentBg" | "aliceblue" | "antiquewhite" | "aqua" | "aquamarine" | "azure" | "beige" | "bisque" | "blanchedalmond" | "blue" | "blueviolet" | "brown" | "burlywood" | "cadetblue" | "chartreuse" | "chocolate" | "coral" | "cornflowerblue" | "cornsilk" | "crimson" | "cyan" | "darkblue" | "darkcyan" | "darkgoldenrod" | "darkgray" | "darkgreen" | "darkgrey" | "darkkhaki" | "darkmagenta" | "darkolivegreen" | "darkorange" | "darkorchid" | "darkred" | "darksalmon" | "darkseagreen" | "darkslateblue" | "darkslategray" | "darkslategrey" | "darkturquoise" | "darkviolet" | "deeppink" | "deepskyblue" | "dimgray" | "dimgrey" | "dodgerblue" | "firebrick" | "floralwhite" | "forestgreen" | "fuchsia" | "gainsboro" | "ghostwhite" | "gold" | "goldenrod" | "gray" | "green" | "greenyellow" | "grey" | "honeydew" | "hotpink" | "indianred" | "indigo" | "ivory" | "khaki" | "lavender" | "lavenderblush" | "lawngreen" | "lemonchiffon" | "lightblue" | "lightcoral" | "lightcyan" | "lightgoldenrodyellow" | "lightgray" | "lightgreen" | "lightgrey" | "lightpink" | "lightsalmon" | "lightseagreen" | "lightskyblue" | "lightslategray" | "lightslategrey" | "lightsteelblue" | "lightyellow" | "lime" | "limegreen" | "linen" | "magenta" | "maroon" | "mediumaquamarine" | "mediumblue" | "mediumorchid" | "mediumpurple" | "mediumseagreen" | "mediumslateblue" | "mediumspringgreen" | "mediumturquoise" | "mediumvioletred" | "midnightblue" | "mintcream" | "mistyrose" | "moccasin" | "navajowhite" | "navy" | "oldlace" | "olive" | "olivedrab" | "orange" | "orangered" | "orchid" | "palegoldenrod" | "palegreen" | "paleturquoise" | "palevioletred" | "papayawhip" | "peachpuff" | "peru" | "pink" | "plum" | "powderblue" | "purple" | "rebeccapurple" | "red" | "rosybrown" | "royalblue" | "saddlebrown" | "salmon" | "sandybrown" | "seagreen" | "seashell" | "sienna" | "silver" | "skyblue" | "slateblue" | "slategray" | "slategrey" | "snow" | "springgreen" | "steelblue" | "tan" | "teal" | "thistle" | "tomato" | "turquoise" | "violet" | "wheat" | "whitesmoke" | "yellow" | "yellowgreen" | "ActiveBorder" | "ActiveCaption" | "AppWorkspace" | "Background" | "ButtonFace" | "ButtonHighlight" | "ButtonShadow" | "ButtonText" | "CaptionText" | "GrayText" | "Highlight" | "HighlightText" | "InactiveBorder" | "InactiveCaption" | "InactiveCaptionText" | "InfoBackground" | "InfoText" | "Menu" | "MenuText" | "Scrollbar" | "ThreeDDarkShadow" | "ThreeDFace" | "ThreeDHighlight" | "ThreeDLightShadow" | "ThreeDShadow" | "Window" | "WindowFrame" | "WindowText" | "currentcolor">

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:98

Inherited from

Omit.borderBlockStartColor


borderBlockStartStyle?

optional borderBlockStartStyle: ConditionalValue<undefined | `var(--${string})` | AnyString | BorderBlockStartStyle | readonly NonNullable<BorderBlockStartStyle | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:101

Inherited from

Omit.borderBlockStartStyle


borderBlockStartWidth?

optional borderBlockStartWidth: ConditionalValue<undefined | `var(--${string})` | AnyString | BorderBlockStartWidth<String | Number> | readonly NonNullable<BorderBlockStartWidth<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:104

Inherited from

Omit.borderBlockStartWidth


borderBlockStyle?

optional borderBlockStyle: ConditionalValue<undefined | AnyString | BorderBlockStyle | readonly NonNullable<BorderBlockStyle | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:107

Inherited from

Omit.borderBlockStyle


borderBlockWidth?

optional borderBlockWidth: ConditionalValue<undefined | `var(--${string})` | AnyString | BorderBlockWidth<String | Number> | readonly NonNullable<BorderBlockWidth<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:108

Inherited from

Omit.borderBlockWidth


borderBottom?

optional borderBottom: ConditionalValue<undefined | `var(--${string})` | AnyString | BordersToken | BorderBottom<String | Number> | readonly NonNullable<BorderBottom<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:109

Inherited from

Omit.borderBottom


borderBottomColor?

optional borderBottomColor: ConditionalValue<undefined | readonly string[] | string & { } | "current" | "border" | "bg" | "colorPalette" | "inherit" | `var(--${string})` | AnyString | "-moz-initial" | "initial" | "revert" | "revert-layer" | "unset" | "transparent" | "black" | "white" | "whiteAlpha.50" | "whiteAlpha.100" | "whiteAlpha.200" | "whiteAlpha.300" | "whiteAlpha.400" | "whiteAlpha.500" | "whiteAlpha.600" | "whiteAlpha.700" | "whiteAlpha.800" | "whiteAlpha.900" | "whiteAlpha.950" | "blackAlpha.50" | "blackAlpha.100" | "blackAlpha.200" | "blackAlpha.300" | "blackAlpha.400" | "blackAlpha.500" | "blackAlpha.600" | "blackAlpha.700" | "blackAlpha.800" | "blackAlpha.900" | "blackAlpha.950" | "gray.50" | "gray.100" | "gray.200" | "gray.300" | "gray.400" | "gray.500" | "gray.600" | "gray.700" | "gray.800" | "gray.900" | "gray.950" | "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" | "bg.subtle" | "bg.muted" | "bg.emphasized" | "bg.inverted" | "bg.panel" | "bg.error" | "bg.warning" | "bg.success" | "bg.info" | "fg" | "fg.muted" | "fg.subtle" | "fg.inverted" | "fg.error" | "fg.warning" | "fg.success" | "fg.info" | "border.muted" | "border.subtle" | "border.emphasized" | "border.inverted" | "border.error" | "border.warning" | "border.success" | "border.info" | "gray.contrast" | "gray.fg" | "gray.subtle" | "gray.muted" | "gray.emphasized" | "gray.solid" | "gray.focusRing" | "red.contrast" | "red.fg" | "red.subtle" | "red.muted" | "red.emphasized" | "red.solid" | "red.focusRing" | "orange.contrast" | "orange.fg" | "orange.subtle" | "orange.muted" | "orange.emphasized" | "orange.solid" | "orange.focusRing" | "green.contrast" | "green.fg" | "green.subtle" | "green.muted" | "green.emphasized" | "green.solid" | "green.focusRing" | "blue.contrast" | "blue.fg" | "blue.subtle" | "blue.muted" | "blue.emphasized" | "blue.solid" | "blue.focusRing" | "yellow.contrast" | "yellow.fg" | "yellow.subtle" | "yellow.muted" | "yellow.emphasized" | "yellow.solid" | "yellow.focusRing" | "teal.contrast" | "teal.fg" | "teal.subtle" | "teal.muted" | "teal.emphasized" | "teal.solid" | "teal.focusRing" | "purple.contrast" | "purple.fg" | "purple.subtle" | "purple.muted" | "purple.emphasized" | "purple.solid" | "purple.focusRing" | "pink.contrast" | "pink.fg" | "pink.subtle" | "pink.muted" | "pink.emphasized" | "pink.solid" | "pink.focusRing" | "cyan.contrast" | "cyan.fg" | "cyan.subtle" | "cyan.muted" | "cyan.emphasized" | "cyan.solid" | "cyan.focusRing" | "colorPalette.50" | "colorPalette.100" | "colorPalette.200" | "colorPalette.300" | "colorPalette.400" | "colorPalette.500" | "colorPalette.600" | "colorPalette.700" | "colorPalette.800" | "colorPalette.900" | "colorPalette.950" | "colorPalette.subtle" | "colorPalette.muted" | "colorPalette.emphasized" | "colorPalette.inverted" | "colorPalette.panel" | "colorPalette.error" | "colorPalette.warning" | "colorPalette.success" | "colorPalette.info" | "colorPalette.contrast" | "colorPalette.fg" | "colorPalette.solid" | "colorPalette.focusRing" | "currentBg" | "aliceblue" | "antiquewhite" | "aqua" | "aquamarine" | "azure" | "beige" | "bisque" | "blanchedalmond" | "blue" | "blueviolet" | "brown" | "burlywood" | "cadetblue" | "chartreuse" | "chocolate" | "coral" | "cornflowerblue" | "cornsilk" | "crimson" | "cyan" | "darkblue" | "darkcyan" | "darkgoldenrod" | "darkgray" | "darkgreen" | "darkgrey" | "darkkhaki" | "darkmagenta" | "darkolivegreen" | "darkorange" | "darkorchid" | "darkred" | "darksalmon" | "darkseagreen" | "darkslateblue" | "darkslategray" | "darkslategrey" | "darkturquoise" | "darkviolet" | "deeppink" | "deepskyblue" | "dimgray" | "dimgrey" | "dodgerblue" | "firebrick" | "floralwhite" | "forestgreen" | "fuchsia" | "gainsboro" | "ghostwhite" | "gold" | "goldenrod" | "gray" | "green" | "greenyellow" | "grey" | "honeydew" | "hotpink" | "indianred" | "indigo" | "ivory" | "khaki" | "lavender" | "lavenderblush" | "lawngreen" | "lemonchiffon" | "lightblue" | "lightcoral" | "lightcyan" | "lightgoldenrodyellow" | "lightgray" | "lightgreen" | "lightgrey" | "lightpink" | "lightsalmon" | "lightseagreen" | "lightskyblue" | "lightslategray" | "lightslategrey" | "lightsteelblue" | "lightyellow" | "lime" | "limegreen" | "linen" | "magenta" | "maroon" | "mediumaquamarine" | "mediumblue" | "mediumorchid" | "mediumpurple" | "mediumseagreen" | "mediumslateblue" | "mediumspringgreen" | "mediumturquoise" | "mediumvioletred" | "midnightblue" | "mintcream" | "mistyrose" | "moccasin" | "navajowhite" | "navy" | "oldlace" | "olive" | "olivedrab" | "orange" | "orangered" | "orchid" | "palegoldenrod" | "palegreen" | "paleturquoise" | "palevioletred" | "papayawhip" | "peachpuff" | "peru" | "pink" | "plum" | "powderblue" | "purple" | "rebeccapurple" | "red" | "rosybrown" | "royalblue" | "saddlebrown" | "salmon" | "sandybrown" | "seagreen" | "seashell" | "sienna" | "silver" | "skyblue" | "slateblue" | "slategray" | "slategrey" | "snow" | "springgreen" | "steelblue" | "tan" | "teal" | "thistle" | "tomato" | "turquoise" | "violet" | "wheat" | "whitesmoke" | "yellow" | "yellowgreen" | "ActiveBorder" | "ActiveCaption" | "AppWorkspace" | "Background" | "ButtonFace" | "ButtonHighlight" | "ButtonShadow" | "ButtonText" | "CaptionText" | "GrayText" | "Highlight" | "HighlightText" | "InactiveBorder" | "InactiveCaption" | "InactiveCaptionText" | "InfoBackground" | "InfoText" | "Menu" | "MenuText" | "Scrollbar" | "ThreeDDarkShadow" | "ThreeDFace" | "ThreeDHighlight" | "ThreeDLightShadow" | "ThreeDShadow" | "Window" | "WindowFrame" | "WindowText" | "currentcolor">

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:110

Inherited from

Omit.borderBottomColor


borderBottomEndRadius?

optional borderBottomEndRadius: ConditionalValue<undefined | `var(--${string})` | AnyString | RadiiToken | BorderEndEndRadius<String | Number> | readonly NonNullable<BorderEndEndRadius<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:641

Inherited from

Omit.borderBottomEndRadius


borderBottomLeftRadius?

optional borderBottomLeftRadius: ConditionalValue<undefined | `var(--${string})` | AnyString | RadiiToken | BorderBottomLeftRadius<String | Number> | readonly NonNullable<BorderBottomLeftRadius<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:111

Inherited from

Omit.borderBottomLeftRadius


borderBottomRadius?

optional borderBottomRadius: ConditionalValue<undefined | `var(--${string})` | AnyString | RadiiToken | BorderRadius<String | Number> | readonly NonNullable<BorderRadius<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:723

Inherited from

Omit.borderBottomRadius


borderBottomRightRadius?

optional borderBottomRightRadius: ConditionalValue<undefined | `var(--${string})` | AnyString | RadiiToken | BorderBottomRightRadius<String | Number> | readonly NonNullable<BorderBottomRightRadius<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:114

Inherited from

Omit.borderBottomRightRadius


borderBottomStartRadius?

optional borderBottomStartRadius: ConditionalValue<undefined | `var(--${string})` | AnyString | RadiiToken | BorderEndStartRadius<String | Number> | readonly NonNullable<BorderEndStartRadius<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:628

Inherited from

Omit.borderBottomStartRadius


borderBottomStyle?

optional borderBottomStyle: ConditionalValue<undefined | `var(--${string})` | AnyString | BorderBottomStyle | readonly NonNullable<BorderBottomStyle | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:117

Inherited from

Omit.borderBottomStyle


borderBottomWidth?

optional borderBottomWidth: ConditionalValue<undefined | `var(--${string})` | AnyString | BorderBottomWidth<String | Number> | readonly NonNullable<BorderBottomWidth<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:118

Inherited from

Omit.borderBottomWidth


borderCollapse?

optional borderCollapse: ConditionalValue<undefined | AnyString | BorderCollapse | readonly NonNullable<BorderCollapse | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:119

Inherited from

Omit.borderCollapse


borderColor?

optional borderColor: ConditionalValue<undefined | readonly string[] | string & { } | "current" | "border" | "bg" | "colorPalette" | "inherit" | `var(--${string})` | AnyString | "-moz-initial" | "initial" | "revert" | "revert-layer" | "unset" | "transparent" | "black" | "white" | "whiteAlpha.50" | "whiteAlpha.100" | "whiteAlpha.200" | "whiteAlpha.300" | "whiteAlpha.400" | "whiteAlpha.500" | "whiteAlpha.600" | "whiteAlpha.700" | "whiteAlpha.800" | "whiteAlpha.900" | "whiteAlpha.950" | "blackAlpha.50" | "blackAlpha.100" | "blackAlpha.200" | "blackAlpha.300" | "blackAlpha.400" | "blackAlpha.500" | "blackAlpha.600" | "blackAlpha.700" | "blackAlpha.800" | "blackAlpha.900" | "blackAlpha.950" | "gray.50" | "gray.100" | "gray.200" | "gray.300" | "gray.400" | "gray.500" | "gray.600" | "gray.700" | "gray.800" | "gray.900" | "gray.950" | "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" | "bg.subtle" | "bg.muted" | "bg.emphasized" | "bg.inverted" | "bg.panel" | "bg.error" | "bg.warning" | "bg.success" | "bg.info" | "fg" | "fg.muted" | "fg.subtle" | "fg.inverted" | "fg.error" | "fg.warning" | "fg.success" | "fg.info" | "border.muted" | "border.subtle" | "border.emphasized" | "border.inverted" | "border.error" | "border.warning" | "border.success" | "border.info" | "gray.contrast" | "gray.fg" | "gray.subtle" | "gray.muted" | "gray.emphasized" | "gray.solid" | "gray.focusRing" | "red.contrast" | "red.fg" | "red.subtle" | "red.muted" | "red.emphasized" | "red.solid" | "red.focusRing" | "orange.contrast" | "orange.fg" | "orange.subtle" | "orange.muted" | "orange.emphasized" | "orange.solid" | "orange.focusRing" | "green.contrast" | "green.fg" | "green.subtle" | "green.muted" | "green.emphasized" | "green.solid" | "green.focusRing" | "blue.contrast" | "blue.fg" | "blue.subtle" | "blue.muted" | "blue.emphasized" | "blue.solid" | "blue.focusRing" | "yellow.contrast" | "yellow.fg" | "yellow.subtle" | "yellow.muted" | "yellow.emphasized" | "yellow.solid" | "yellow.focusRing" | "teal.contrast" | "teal.fg" | "teal.subtle" | "teal.muted" | "teal.emphasized" | "teal.solid" | "teal.focusRing" | "purple.contrast" | "purple.fg" | "purple.subtle" | "purple.muted" | "purple.emphasized" | "purple.solid" | "purple.focusRing" | "pink.contrast" | "pink.fg" | "pink.subtle" | "pink.muted" | "pink.emphasized" | "pink.solid" | "pink.focusRing" | "cyan.contrast" | "cyan.fg" | "cyan.subtle" | "cyan.muted" | "cyan.emphasized" | "cyan.solid" | "cyan.focusRing" | "colorPalette.50" | "colorPalette.100" | "colorPalette.200" | "colorPalette.300" | "colorPalette.400" | "colorPalette.500" | "colorPalette.600" | "colorPalette.700" | "colorPalette.800" | "colorPalette.900" | "colorPalette.950" | "colorPalette.subtle" | "colorPalette.muted" | "colorPalette.emphasized" | "colorPalette.inverted" | "colorPalette.panel" | "colorPalette.error" | "colorPalette.warning" | "colorPalette.success" | "colorPalette.info" | "colorPalette.contrast" | "colorPalette.fg" | "colorPalette.solid" | "colorPalette.focusRing" | "currentBg" | "aliceblue" | "antiquewhite" | "aqua" | "aquamarine" | "azure" | "beige" | "bisque" | "blanchedalmond" | "blue" | "blueviolet" | "brown" | "burlywood" | "cadetblue" | "chartreuse" | "chocolate" | "coral" | "cornflowerblue" | "cornsilk" | "crimson" | "cyan" | "darkblue" | "darkcyan" | "darkgoldenrod" | "darkgray" | "darkgreen" | "darkgrey" | "darkkhaki" | "darkmagenta" | "darkolivegreen" | "darkorange" | "darkorchid" | "darkred" | "darksalmon" | "darkseagreen" | "darkslateblue" | "darkslategray" | "darkslategrey" | "darkturquoise" | "darkviolet" | "deeppink" | "deepskyblue" | "dimgray" | "dimgrey" | "dodgerblue" | "firebrick" | "floralwhite" | "forestgreen" | "fuchsia" | "gainsboro" | "ghostwhite" | "gold" | "goldenrod" | "gray" | "green" | "greenyellow" | "grey" | "honeydew" | "hotpink" | "indianred" | "indigo" | "ivory" | "khaki" | "lavender" | "lavenderblush" | "lawngreen" | "lemonchiffon" | "lightblue" | "lightcoral" | "lightcyan" | "lightgoldenrodyellow" | "lightgray" | "lightgreen" | "lightgrey" | "lightpink" | "lightsalmon" | "lightseagreen" | "lightskyblue" | "lightslategray" | "lightslategrey" | "lightsteelblue" | "lightyellow" | "lime" | "limegreen" | "linen" | "magenta" | "maroon" | "mediumaquamarine" | "mediumblue" | "mediumorchid" | "mediumpurple" | "mediumseagreen" | "mediumslateblue" | "mediumspringgreen" | "mediumturquoise" | "mediumvioletred" | "midnightblue" | "mintcream" | "mistyrose" | "moccasin" | "navajowhite" | "navy" | "oldlace" | "olive" | "olivedrab" | "orange" | "orangered" | "orchid" | "palegoldenrod" | "palegreen" | "paleturquoise" | "palevioletred" | "papayawhip" | "peachpuff" | "peru" | "pink" | "plum" | "powderblue" | "purple" | "rebeccapurple" | "red" | "rosybrown" | "royalblue" | "saddlebrown" | "salmon" | "sandybrown" | "seagreen" | "seashell" | "sienna" | "silver" | "skyblue" | "slateblue" | "slategray" | "slategrey" | "snow" | "springgreen" | "steelblue" | "tan" | "teal" | "thistle" | "tomato" | "turquoise" | "violet" | "wheat" | "whitesmoke" | "yellow" | "yellowgreen" | "ActiveBorder" | "ActiveCaption" | "AppWorkspace" | "Background" | "ButtonFace" | "ButtonHighlight" | "ButtonShadow" | "ButtonText" | "CaptionText" | "GrayText" | "Highlight" | "HighlightText" | "InactiveBorder" | "InactiveCaption" | "InactiveCaptionText" | "InfoBackground" | "InfoText" | "Menu" | "MenuText" | "Scrollbar" | "ThreeDDarkShadow" | "ThreeDFace" | "ThreeDHighlight" | "ThreeDLightShadow" | "ThreeDShadow" | "Window" | "WindowFrame" | "WindowText" | "currentcolor">

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:120

Inherited from

Omit.borderColor


borderEnd?

optional borderEnd: ConditionalValue<undefined | `var(--${string})` | AnyString | BordersToken | BorderInlineEnd<String | Number> | readonly NonNullable<BorderInlineEnd<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:606

Inherited from

Omit.borderEnd


borderEndColor?

optional borderEndColor: ConditionalValue<undefined | readonly string[] | string & { } | "current" | "border" | "bg" | "colorPalette" | "inherit" | `var(--${string})` | AnyString | "-moz-initial" | "initial" | "revert" | "revert-layer" | "unset" | "transparent" | "black" | "white" | "whiteAlpha.50" | "whiteAlpha.100" | "whiteAlpha.200" | "whiteAlpha.300" | "whiteAlpha.400" | "whiteAlpha.500" | "whiteAlpha.600" | "whiteAlpha.700" | "whiteAlpha.800" | "whiteAlpha.900" | "whiteAlpha.950" | "blackAlpha.50" | "blackAlpha.100" | "blackAlpha.200" | "blackAlpha.300" | "blackAlpha.400" | "blackAlpha.500" | "blackAlpha.600" | "blackAlpha.700" | "blackAlpha.800" | "blackAlpha.900" | "blackAlpha.950" | "gray.50" | "gray.100" | "gray.200" | "gray.300" | "gray.400" | "gray.500" | "gray.600" | "gray.700" | "gray.800" | "gray.900" | "gray.950" | "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" | "bg.subtle" | "bg.muted" | "bg.emphasized" | "bg.inverted" | "bg.panel" | "bg.error" | "bg.warning" | "bg.success" | "bg.info" | "fg" | "fg.muted" | "fg.subtle" | "fg.inverted" | "fg.error" | "fg.warning" | "fg.success" | "fg.info" | "border.muted" | "border.subtle" | "border.emphasized" | "border.inverted" | "border.error" | "border.warning" | "border.success" | "border.info" | "gray.contrast" | "gray.fg" | "gray.subtle" | "gray.muted" | "gray.emphasized" | "gray.solid" | "gray.focusRing" | "red.contrast" | "red.fg" | "red.subtle" | "red.muted" | "red.emphasized" | "red.solid" | "red.focusRing" | "orange.contrast" | "orange.fg" | "orange.subtle" | "orange.muted" | "orange.emphasized" | "orange.solid" | "orange.focusRing" | "green.contrast" | "green.fg" | "green.subtle" | "green.muted" | "green.emphasized" | "green.solid" | "green.focusRing" | "blue.contrast" | "blue.fg" | "blue.subtle" | "blue.muted" | "blue.emphasized" | "blue.solid" | "blue.focusRing" | "yellow.contrast" | "yellow.fg" | "yellow.subtle" | "yellow.muted" | "yellow.emphasized" | "yellow.solid" | "yellow.focusRing" | "teal.contrast" | "teal.fg" | "teal.subtle" | "teal.muted" | "teal.emphasized" | "teal.solid" | "teal.focusRing" | "purple.contrast" | "purple.fg" | "purple.subtle" | "purple.muted" | "purple.emphasized" | "purple.solid" | "purple.focusRing" | "pink.contrast" | "pink.fg" | "pink.subtle" | "pink.muted" | "pink.emphasized" | "pink.solid" | "pink.focusRing" | "cyan.contrast" | "cyan.fg" | "cyan.subtle" | "cyan.muted" | "cyan.emphasized" | "cyan.solid" | "cyan.focusRing" | "colorPalette.50" | "colorPalette.100" | "colorPalette.200" | "colorPalette.300" | "colorPalette.400" | "colorPalette.500" | "colorPalette.600" | "colorPalette.700" | "colorPalette.800" | "colorPalette.900" | "colorPalette.950" | "colorPalette.subtle" | "colorPalette.muted" | "colorPalette.emphasized" | "colorPalette.inverted" | "colorPalette.panel" | "colorPalette.error" | "colorPalette.warning" | "colorPalette.success" | "colorPalette.info" | "colorPalette.contrast" | "colorPalette.fg" | "colorPalette.solid" | "colorPalette.focusRing" | "currentBg" | "aliceblue" | "antiquewhite" | "aqua" | "aquamarine" | "azure" | "beige" | "bisque" | "blanchedalmond" | "blue" | "blueviolet" | "brown" | "burlywood" | "cadetblue" | "chartreuse" | "chocolate" | "coral" | "cornflowerblue" | "cornsilk" | "crimson" | "cyan" | "darkblue" | "darkcyan" | "darkgoldenrod" | "darkgray" | "darkgreen" | "darkgrey" | "darkkhaki" | "darkmagenta" | "darkolivegreen" | "darkorange" | "darkorchid" | "darkred" | "darksalmon" | "darkseagreen" | "darkslateblue" | "darkslategray" | "darkslategrey" | "darkturquoise" | "darkviolet" | "deeppink" | "deepskyblue" | "dimgray" | "dimgrey" | "dodgerblue" | "firebrick" | "floralwhite" | "forestgreen" | "fuchsia" | "gainsboro" | "ghostwhite" | "gold" | "goldenrod" | "gray" | "green" | "greenyellow" | "grey" | "honeydew" | "hotpink" | "indianred" | "indigo" | "ivory" | "khaki" | "lavender" | "lavenderblush" | "lawngreen" | "lemonchiffon" | "lightblue" | "lightcoral" | "lightcyan" | "lightgoldenrodyellow" | "lightgray" | "lightgreen" | "lightgrey" | "lightpink" | "lightsalmon" | "lightseagreen" | "lightskyblue" | "lightslategray" | "lightslategrey" | "lightsteelblue" | "lightyellow" | "lime" | "limegreen" | "linen" | "magenta" | "maroon" | "mediumaquamarine" | "mediumblue" | "mediumorchid" | "mediumpurple" | "mediumseagreen" | "mediumslateblue" | "mediumspringgreen" | "mediumturquoise" | "mediumvioletred" | "midnightblue" | "mintcream" | "mistyrose" | "moccasin" | "navajowhite" | "navy" | "oldlace" | "olive" | "olivedrab" | "orange" | "orangered" | "orchid" | "palegoldenrod" | "palegreen" | "paleturquoise" | "palevioletred" | "papayawhip" | "peachpuff" | "peru" | "pink" | "plum" | "powderblue" | "purple" | "rebeccapurple" | "red" | "rosybrown" | "royalblue" | "saddlebrown" | "salmon" | "sandybrown" | "seagreen" | "seashell" | "sienna" | "silver" | "skyblue" | "slateblue" | "slategray" | "slategrey" | "snow" | "springgreen" | "steelblue" | "tan" | "teal" | "thistle" | "tomato" | "turquoise" | "violet" | "wheat" | "whitesmoke" | "yellow" | "yellowgreen" | "ActiveBorder" | "ActiveCaption" | "AppWorkspace" | "Background" | "ButtonFace" | "ButtonHighlight" | "ButtonShadow" | "ButtonText" | "CaptionText" | "GrayText" | "Highlight" | "HighlightText" | "InactiveBorder" | "InactiveCaption" | "InactiveCaptionText" | "InfoBackground" | "InfoText" | "Menu" | "MenuText" | "Scrollbar" | "ThreeDDarkShadow" | "ThreeDFace" | "ThreeDHighlight" | "ThreeDLightShadow" | "ThreeDShadow" | "Window" | "WindowFrame" | "WindowText" | "currentcolor">

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:612

Inherited from

Omit.borderEndColor


borderEndEndRadius?

optional borderEndEndRadius: ConditionalValue<undefined | `var(--${string})` | AnyString | RadiiToken | BorderEndEndRadius<String | Number> | readonly NonNullable<BorderEndEndRadius<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:121

Inherited from

Omit.borderEndEndRadius


borderEndRadius?

optional borderEndRadius: ConditionalValue<undefined | `var(--${string})` | AnyString | RadiiToken | BorderRadius<String | Number> | readonly NonNullable<BorderRadius<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:653

Inherited from

Omit.borderEndRadius


borderEndStartRadius?

optional borderEndStartRadius: ConditionalValue<undefined | `var(--${string})` | AnyString | RadiiToken | BorderEndStartRadius<String | Number> | readonly NonNullable<BorderEndStartRadius<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:122

Inherited from

Omit.borderEndStartRadius


borderEndStyle?

optional borderEndStyle: ConditionalValue<undefined | `var(--${string})` | AnyString | BorderInlineEndStyle | readonly NonNullable<BorderInlineEndStyle | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:616

Inherited from

Omit.borderEndStyle


borderEndWidth?

optional borderEndWidth: ConditionalValue<undefined | `var(--${string})` | AnyString | BorderInlineEndWidth<String | Number> | readonly NonNullable<BorderInlineEndWidth<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:662

Inherited from

Omit.borderEndWidth


borderImage?

optional borderImage: ConditionalValue<undefined | AnyString | BorderImage | readonly NonNullable<BorderImage | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:125

Inherited from

Omit.borderImage


borderImageOutset?

optional borderImageOutset: ConditionalValue<undefined | AnyString | BorderImageOutset<String | Number> | readonly NonNullable<BorderImageOutset<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:126

Inherited from

Omit.borderImageOutset


borderImageRepeat?

optional borderImageRepeat: ConditionalValue<undefined | readonly string[] | AnyString | BorderImageRepeat>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:127

Inherited from

Omit.borderImageRepeat


borderImageSlice?

optional borderImageSlice: ConditionalValue<undefined | AnyString | BorderImageSlice | readonly NonNullable<BorderImageSlice | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:128

Inherited from

Omit.borderImageSlice


borderImageSource?

optional borderImageSource: ConditionalValue<undefined | readonly string[] | AnyString | BorderImageSource>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:129

Inherited from

Omit.borderImageSource


borderImageWidth?

optional borderImageWidth: ConditionalValue<undefined | AnyString | BorderImageWidth<String | Number> | readonly NonNullable<BorderImageWidth<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:130

Inherited from

Omit.borderImageWidth


borderInline?

optional borderInline: ConditionalValue<undefined | `var(--${string})` | AnyString | BordersToken | BorderInline<String | Number> | readonly NonNullable<BorderInline<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:131

Inherited from

Omit.borderInline


borderInlineColor?

optional borderInlineColor: ConditionalValue<undefined | readonly string[] | AnyString | BorderInlineColor>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:132

Inherited from

Omit.borderInlineColor


borderInlineEnd?

optional borderInlineEnd: ConditionalValue<undefined | `var(--${string})` | AnyString | BordersToken | BorderInlineEnd<String | Number> | readonly NonNullable<BorderInlineEnd<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:133

Inherited from

Omit.borderInlineEnd


borderInlineEndColor?

optional borderInlineEndColor: ConditionalValue<undefined | readonly string[] | string & { } | "current" | "border" | "bg" | "colorPalette" | "inherit" | `var(--${string})` | AnyString | "-moz-initial" | "initial" | "revert" | "revert-layer" | "unset" | "transparent" | "black" | "white" | "whiteAlpha.50" | "whiteAlpha.100" | "whiteAlpha.200" | "whiteAlpha.300" | "whiteAlpha.400" | "whiteAlpha.500" | "whiteAlpha.600" | "whiteAlpha.700" | "whiteAlpha.800" | "whiteAlpha.900" | "whiteAlpha.950" | "blackAlpha.50" | "blackAlpha.100" | "blackAlpha.200" | "blackAlpha.300" | "blackAlpha.400" | "blackAlpha.500" | "blackAlpha.600" | "blackAlpha.700" | "blackAlpha.800" | "blackAlpha.900" | "blackAlpha.950" | "gray.50" | "gray.100" | "gray.200" | "gray.300" | "gray.400" | "gray.500" | "gray.600" | "gray.700" | "gray.800" | "gray.900" | "gray.950" | "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" | "bg.subtle" | "bg.muted" | "bg.emphasized" | "bg.inverted" | "bg.panel" | "bg.error" | "bg.warning" | "bg.success" | "bg.info" | "fg" | "fg.muted" | "fg.subtle" | "fg.inverted" | "fg.error" | "fg.warning" | "fg.success" | "fg.info" | "border.muted" | "border.subtle" | "border.emphasized" | "border.inverted" | "border.error" | "border.warning" | "border.success" | "border.info" | "gray.contrast" | "gray.fg" | "gray.subtle" | "gray.muted" | "gray.emphasized" | "gray.solid" | "gray.focusRing" | "red.contrast" | "red.fg" | "red.subtle" | "red.muted" | "red.emphasized" | "red.solid" | "red.focusRing" | "orange.contrast" | "orange.fg" | "orange.subtle" | "orange.muted" | "orange.emphasized" | "orange.solid" | "orange.focusRing" | "green.contrast" | "green.fg" | "green.subtle" | "green.muted" | "green.emphasized" | "green.solid" | "green.focusRing" | "blue.contrast" | "blue.fg" | "blue.subtle" | "blue.muted" | "blue.emphasized" | "blue.solid" | "blue.focusRing" | "yellow.contrast" | "yellow.fg" | "yellow.subtle" | "yellow.muted" | "yellow.emphasized" | "yellow.solid" | "yellow.focusRing" | "teal.contrast" | "teal.fg" | "teal.subtle" | "teal.muted" | "teal.emphasized" | "teal.solid" | "teal.focusRing" | "purple.contrast" | "purple.fg" | "purple.subtle" | "purple.muted" | "purple.emphasized" | "purple.solid" | "purple.focusRing" | "pink.contrast" | "pink.fg" | "pink.subtle" | "pink.muted" | "pink.emphasized" | "pink.solid" | "pink.focusRing" | "cyan.contrast" | "cyan.fg" | "cyan.subtle" | "cyan.muted" | "cyan.emphasized" | "cyan.solid" | "cyan.focusRing" | "colorPalette.50" | "colorPalette.100" | "colorPalette.200" | "colorPalette.300" | "colorPalette.400" | "colorPalette.500" | "colorPalette.600" | "colorPalette.700" | "colorPalette.800" | "colorPalette.900" | "colorPalette.950" | "colorPalette.subtle" | "colorPalette.muted" | "colorPalette.emphasized" | "colorPalette.inverted" | "colorPalette.panel" | "colorPalette.error" | "colorPalette.warning" | "colorPalette.success" | "colorPalette.info" | "colorPalette.contrast" | "colorPalette.fg" | "colorPalette.solid" | "colorPalette.focusRing" | "currentBg" | "aliceblue" | "antiquewhite" | "aqua" | "aquamarine" | "azure" | "beige" | "bisque" | "blanchedalmond" | "blue" | "blueviolet" | "brown" | "burlywood" | "cadetblue" | "chartreuse" | "chocolate" | "coral" | "cornflowerblue" | "cornsilk" | "crimson" | "cyan" | "darkblue" | "darkcyan" | "darkgoldenrod" | "darkgray" | "darkgreen" | "darkgrey" | "darkkhaki" | "darkmagenta" | "darkolivegreen" | "darkorange" | "darkorchid" | "darkred" | "darksalmon" | "darkseagreen" | "darkslateblue" | "darkslategray" | "darkslategrey" | "darkturquoise" | "darkviolet" | "deeppink" | "deepskyblue" | "dimgray" | "dimgrey" | "dodgerblue" | "firebrick" | "floralwhite" | "forestgreen" | "fuchsia" | "gainsboro" | "ghostwhite" | "gold" | "goldenrod" | "gray" | "green" | "greenyellow" | "grey" | "honeydew" | "hotpink" | "indianred" | "indigo" | "ivory" | "khaki" | "lavender" | "lavenderblush" | "lawngreen" | "lemonchiffon" | "lightblue" | "lightcoral" | "lightcyan" | "lightgoldenrodyellow" | "lightgray" | "lightgreen" | "lightgrey" | "lightpink" | "lightsalmon" | "lightseagreen" | "lightskyblue" | "lightslategray" | "lightslategrey" | "lightsteelblue" | "lightyellow" | "lime" | "limegreen" | "linen" | "magenta" | "maroon" | "mediumaquamarine" | "mediumblue" | "mediumorchid" | "mediumpurple" | "mediumseagreen" | "mediumslateblue" | "mediumspringgreen" | "mediumturquoise" | "mediumvioletred" | "midnightblue" | "mintcream" | "mistyrose" | "moccasin" | "navajowhite" | "navy" | "oldlace" | "olive" | "olivedrab" | "orange" | "orangered" | "orchid" | "palegoldenrod" | "palegreen" | "paleturquoise" | "palevioletred" | "papayawhip" | "peachpuff" | "peru" | "pink" | "plum" | "powderblue" | "purple" | "rebeccapurple" | "red" | "rosybrown" | "royalblue" | "saddlebrown" | "salmon" | "sandybrown" | "seagreen" | "seashell" | "sienna" | "silver" | "skyblue" | "slateblue" | "slategray" | "slategrey" | "snow" | "springgreen" | "steelblue" | "tan" | "teal" | "thistle" | "tomato" | "turquoise" | "violet" | "wheat" | "whitesmoke" | "yellow" | "yellowgreen" | "ActiveBorder" | "ActiveCaption" | "AppWorkspace" | "Background" | "ButtonFace" | "ButtonHighlight" | "ButtonShadow" | "ButtonText" | "CaptionText" | "GrayText" | "Highlight" | "HighlightText" | "InactiveBorder" | "InactiveCaption" | "InactiveCaptionText" | "InfoBackground" | "InfoText" | "Menu" | "MenuText" | "Scrollbar" | "ThreeDDarkShadow" | "ThreeDFace" | "ThreeDHighlight" | "ThreeDLightShadow" | "ThreeDShadow" | "Window" | "WindowFrame" | "WindowText" | "currentcolor">

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:134

Inherited from

Omit.borderInlineEndColor


borderInlineEndRadius?

optional borderInlineEndRadius: ConditionalValue<undefined | `var(--${string})` | AnyString | RadiiToken | BorderRadius<String | Number> | readonly NonNullable<BorderRadius<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:721

Inherited from

Omit.borderInlineEndRadius


borderInlineEndStyle?

optional borderInlineEndStyle: ConditionalValue<undefined | `var(--${string})` | AnyString | BorderInlineEndStyle | readonly NonNullable<BorderInlineEndStyle | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:137

Inherited from

Omit.borderInlineEndStyle


borderInlineEndWidth?

optional borderInlineEndWidth: ConditionalValue<undefined | `var(--${string})` | AnyString | BorderInlineEndWidth<String | Number> | readonly NonNullable<BorderInlineEndWidth<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:140

Inherited from

Omit.borderInlineEndWidth


borderInlineStart?

optional borderInlineStart: ConditionalValue<undefined | `var(--${string})` | AnyString | BordersToken | BorderInlineStart<String | Number> | readonly NonNullable<BorderInlineStart<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:143

Inherited from

Omit.borderInlineStart


borderInlineStartColor?

optional borderInlineStartColor: ConditionalValue<undefined | readonly string[] | string & { } | "current" | "border" | "bg" | "colorPalette" | "inherit" | `var(--${string})` | AnyString | "-moz-initial" | "initial" | "revert" | "revert-layer" | "unset" | "transparent" | "black" | "white" | "whiteAlpha.50" | "whiteAlpha.100" | "whiteAlpha.200" | "whiteAlpha.300" | "whiteAlpha.400" | "whiteAlpha.500" | "whiteAlpha.600" | "whiteAlpha.700" | "whiteAlpha.800" | "whiteAlpha.900" | "whiteAlpha.950" | "blackAlpha.50" | "blackAlpha.100" | "blackAlpha.200" | "blackAlpha.300" | "blackAlpha.400" | "blackAlpha.500" | "blackAlpha.600" | "blackAlpha.700" | "blackAlpha.800" | "blackAlpha.900" | "blackAlpha.950" | "gray.50" | "gray.100" | "gray.200" | "gray.300" | "gray.400" | "gray.500" | "gray.600" | "gray.700" | "gray.800" | "gray.900" | "gray.950" | "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" | "bg.subtle" | "bg.muted" | "bg.emphasized" | "bg.inverted" | "bg.panel" | "bg.error" | "bg.warning" | "bg.success" | "bg.info" | "fg" | "fg.muted" | "fg.subtle" | "fg.inverted" | "fg.error" | "fg.warning" | "fg.success" | "fg.info" | "border.muted" | "border.subtle" | "border.emphasized" | "border.inverted" | "border.error" | "border.warning" | "border.success" | "border.info" | "gray.contrast" | "gray.fg" | "gray.subtle" | "gray.muted" | "gray.emphasized" | "gray.solid" | "gray.focusRing" | "red.contrast" | "red.fg" | "red.subtle" | "red.muted" | "red.emphasized" | "red.solid" | "red.focusRing" | "orange.contrast" | "orange.fg" | "orange.subtle" | "orange.muted" | "orange.emphasized" | "orange.solid" | "orange.focusRing" | "green.contrast" | "green.fg" | "green.subtle" | "green.muted" | "green.emphasized" | "green.solid" | "green.focusRing" | "blue.contrast" | "blue.fg" | "blue.subtle" | "blue.muted" | "blue.emphasized" | "blue.solid" | "blue.focusRing" | "yellow.contrast" | "yellow.fg" | "yellow.subtle" | "yellow.muted" | "yellow.emphasized" | "yellow.solid" | "yellow.focusRing" | "teal.contrast" | "teal.fg" | "teal.subtle" | "teal.muted" | "teal.emphasized" | "teal.solid" | "teal.focusRing" | "purple.contrast" | "purple.fg" | "purple.subtle" | "purple.muted" | "purple.emphasized" | "purple.solid" | "purple.focusRing" | "pink.contrast" | "pink.fg" | "pink.subtle" | "pink.muted" | "pink.emphasized" | "pink.solid" | "pink.focusRing" | "cyan.contrast" | "cyan.fg" | "cyan.subtle" | "cyan.muted" | "cyan.emphasized" | "cyan.solid" | "cyan.focusRing" | "colorPalette.50" | "colorPalette.100" | "colorPalette.200" | "colorPalette.300" | "colorPalette.400" | "colorPalette.500" | "colorPalette.600" | "colorPalette.700" | "colorPalette.800" | "colorPalette.900" | "colorPalette.950" | "colorPalette.subtle" | "colorPalette.muted" | "colorPalette.emphasized" | "colorPalette.inverted" | "colorPalette.panel" | "colorPalette.error" | "colorPalette.warning" | "colorPalette.success" | "colorPalette.info" | "colorPalette.contrast" | "colorPalette.fg" | "colorPalette.solid" | "colorPalette.focusRing" | "currentBg" | "aliceblue" | "antiquewhite" | "aqua" | "aquamarine" | "azure" | "beige" | "bisque" | "blanchedalmond" | "blue" | "blueviolet" | "brown" | "burlywood" | "cadetblue" | "chartreuse" | "chocolate" | "coral" | "cornflowerblue" | "cornsilk" | "crimson" | "cyan" | "darkblue" | "darkcyan" | "darkgoldenrod" | "darkgray" | "darkgreen" | "darkgrey" | "darkkhaki" | "darkmagenta" | "darkolivegreen" | "darkorange" | "darkorchid" | "darkred" | "darksalmon" | "darkseagreen" | "darkslateblue" | "darkslategray" | "darkslategrey" | "darkturquoise" | "darkviolet" | "deeppink" | "deepskyblue" | "dimgray" | "dimgrey" | "dodgerblue" | "firebrick" | "floralwhite" | "forestgreen" | "fuchsia" | "gainsboro" | "ghostwhite" | "gold" | "goldenrod" | "gray" | "green" | "greenyellow" | "grey" | "honeydew" | "hotpink" | "indianred" | "indigo" | "ivory" | "khaki" | "lavender" | "lavenderblush" | "lawngreen" | "lemonchiffon" | "lightblue" | "lightcoral" | "lightcyan" | "lightgoldenrodyellow" | "lightgray" | "lightgreen" | "lightgrey" | "lightpink" | "lightsalmon" | "lightseagreen" | "lightskyblue" | "lightslategray" | "lightslategrey" | "lightsteelblue" | "lightyellow" | "lime" | "limegreen" | "linen" | "magenta" | "maroon" | "mediumaquamarine" | "mediumblue" | "mediumorchid" | "mediumpurple" | "mediumseagreen" | "mediumslateblue" | "mediumspringgreen" | "mediumturquoise" | "mediumvioletred" | "midnightblue" | "mintcream" | "mistyrose" | "moccasin" | "navajowhite" | "navy" | "oldlace" | "olive" | "olivedrab" | "orange" | "orangered" | "orchid" | "palegoldenrod" | "palegreen" | "paleturquoise" | "palevioletred" | "papayawhip" | "peachpuff" | "peru" | "pink" | "plum" | "powderblue" | "purple" | "rebeccapurple" | "red" | "rosybrown" | "royalblue" | "saddlebrown" | "salmon" | "sandybrown" | "seagreen" | "seashell" | "sienna" | "silver" | "skyblue" | "slateblue" | "slategray" | "slategrey" | "snow" | "springgreen" | "steelblue" | "tan" | "teal" | "thistle" | "tomato" | "turquoise" | "violet" | "wheat" | "whitesmoke" | "yellow" | "yellowgreen" | "ActiveBorder" | "ActiveCaption" | "AppWorkspace" | "Background" | "ButtonFace" | "ButtonHighlight" | "ButtonShadow" | "ButtonText" | "CaptionText" | "GrayText" | "Highlight" | "HighlightText" | "InactiveBorder" | "InactiveCaption" | "InactiveCaptionText" | "InfoBackground" | "InfoText" | "Menu" | "MenuText" | "Scrollbar" | "ThreeDDarkShadow" | "ThreeDFace" | "ThreeDHighlight" | "ThreeDLightShadow" | "ThreeDShadow" | "Window" | "WindowFrame" | "WindowText" | "currentcolor">

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:144

Inherited from

Omit.borderInlineStartColor


borderInlineStartRadius?

optional borderInlineStartRadius: ConditionalValue<undefined | `var(--${string})` | AnyString | RadiiToken | BorderRadius<String | Number> | readonly NonNullable<BorderRadius<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:720

Inherited from

Omit.borderInlineStartRadius


borderInlineStartStyle?

optional borderInlineStartStyle: ConditionalValue<undefined | `var(--${string})` | AnyString | BorderInlineStartStyle | readonly NonNullable<BorderInlineStartStyle | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:147

Inherited from

Omit.borderInlineStartStyle


borderInlineStartWidth?

optional borderInlineStartWidth: ConditionalValue<undefined | `var(--${string})` | AnyString | BorderInlineStartWidth<String | Number> | readonly NonNullable<BorderInlineStartWidth<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:150

Inherited from

Omit.borderInlineStartWidth


borderInlineStyle?

optional borderInlineStyle: ConditionalValue<undefined | AnyString | BorderInlineStyle | readonly NonNullable<BorderInlineStyle | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:153

Inherited from

Omit.borderInlineStyle


borderInlineWidth?

optional borderInlineWidth: ConditionalValue<undefined | `var(--${string})` | AnyString | BorderInlineWidth<String | Number> | readonly NonNullable<BorderInlineWidth<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:154

Inherited from

Omit.borderInlineWidth


borderLeft?

optional borderLeft: ConditionalValue<undefined | `var(--${string})` | AnyString | BordersToken | BorderLeft<String | Number> | readonly NonNullable<BorderLeft<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:155

Inherited from

Omit.borderLeft


borderLeftColor?

optional borderLeftColor: ConditionalValue<undefined | readonly string[] | string & { } | "current" | "border" | "bg" | "colorPalette" | "inherit" | `var(--${string})` | AnyString | "-moz-initial" | "initial" | "revert" | "revert-layer" | "unset" | "transparent" | "black" | "white" | "whiteAlpha.50" | "whiteAlpha.100" | "whiteAlpha.200" | "whiteAlpha.300" | "whiteAlpha.400" | "whiteAlpha.500" | "whiteAlpha.600" | "whiteAlpha.700" | "whiteAlpha.800" | "whiteAlpha.900" | "whiteAlpha.950" | "blackAlpha.50" | "blackAlpha.100" | "blackAlpha.200" | "blackAlpha.300" | "blackAlpha.400" | "blackAlpha.500" | "blackAlpha.600" | "blackAlpha.700" | "blackAlpha.800" | "blackAlpha.900" | "blackAlpha.950" | "gray.50" | "gray.100" | "gray.200" | "gray.300" | "gray.400" | "gray.500" | "gray.600" | "gray.700" | "gray.800" | "gray.900" | "gray.950" | "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" | "bg.subtle" | "bg.muted" | "bg.emphasized" | "bg.inverted" | "bg.panel" | "bg.error" | "bg.warning" | "bg.success" | "bg.info" | "fg" | "fg.muted" | "fg.subtle" | "fg.inverted" | "fg.error" | "fg.warning" | "fg.success" | "fg.info" | "border.muted" | "border.subtle" | "border.emphasized" | "border.inverted" | "border.error" | "border.warning" | "border.success" | "border.info" | "gray.contrast" | "gray.fg" | "gray.subtle" | "gray.muted" | "gray.emphasized" | "gray.solid" | "gray.focusRing" | "red.contrast" | "red.fg" | "red.subtle" | "red.muted" | "red.emphasized" | "red.solid" | "red.focusRing" | "orange.contrast" | "orange.fg" | "orange.subtle" | "orange.muted" | "orange.emphasized" | "orange.solid" | "orange.focusRing" | "green.contrast" | "green.fg" | "green.subtle" | "green.muted" | "green.emphasized" | "green.solid" | "green.focusRing" | "blue.contrast" | "blue.fg" | "blue.subtle" | "blue.muted" | "blue.emphasized" | "blue.solid" | "blue.focusRing" | "yellow.contrast" | "yellow.fg" | "yellow.subtle" | "yellow.muted" | "yellow.emphasized" | "yellow.solid" | "yellow.focusRing" | "teal.contrast" | "teal.fg" | "teal.subtle" | "teal.muted" | "teal.emphasized" | "teal.solid" | "teal.focusRing" | "purple.contrast" | "purple.fg" | "purple.subtle" | "purple.muted" | "purple.emphasized" | "purple.solid" | "purple.focusRing" | "pink.contrast" | "pink.fg" | "pink.subtle" | "pink.muted" | "pink.emphasized" | "pink.solid" | "pink.focusRing" | "cyan.contrast" | "cyan.fg" | "cyan.subtle" | "cyan.muted" | "cyan.emphasized" | "cyan.solid" | "cyan.focusRing" | "colorPalette.50" | "colorPalette.100" | "colorPalette.200" | "colorPalette.300" | "colorPalette.400" | "colorPalette.500" | "colorPalette.600" | "colorPalette.700" | "colorPalette.800" | "colorPalette.900" | "colorPalette.950" | "colorPalette.subtle" | "colorPalette.muted" | "colorPalette.emphasized" | "colorPalette.inverted" | "colorPalette.panel" | "colorPalette.error" | "colorPalette.warning" | "colorPalette.success" | "colorPalette.info" | "colorPalette.contrast" | "colorPalette.fg" | "colorPalette.solid" | "colorPalette.focusRing" | "currentBg" | "aliceblue" | "antiquewhite" | "aqua" | "aquamarine" | "azure" | "beige" | "bisque" | "blanchedalmond" | "blue" | "blueviolet" | "brown" | "burlywood" | "cadetblue" | "chartreuse" | "chocolate" | "coral" | "cornflowerblue" | "cornsilk" | "crimson" | "cyan" | "darkblue" | "darkcyan" | "darkgoldenrod" | "darkgray" | "darkgreen" | "darkgrey" | "darkkhaki" | "darkmagenta" | "darkolivegreen" | "darkorange" | "darkorchid" | "darkred" | "darksalmon" | "darkseagreen" | "darkslateblue" | "darkslategray" | "darkslategrey" | "darkturquoise" | "darkviolet" | "deeppink" | "deepskyblue" | "dimgray" | "dimgrey" | "dodgerblue" | "firebrick" | "floralwhite" | "forestgreen" | "fuchsia" | "gainsboro" | "ghostwhite" | "gold" | "goldenrod" | "gray" | "green" | "greenyellow" | "grey" | "honeydew" | "hotpink" | "indianred" | "indigo" | "ivory" | "khaki" | "lavender" | "lavenderblush" | "lawngreen" | "lemonchiffon" | "lightblue" | "lightcoral" | "lightcyan" | "lightgoldenrodyellow" | "lightgray" | "lightgreen" | "lightgrey" | "lightpink" | "lightsalmon" | "lightseagreen" | "lightskyblue" | "lightslategray" | "lightslategrey" | "lightsteelblue" | "lightyellow" | "lime" | "limegreen" | "linen" | "magenta" | "maroon" | "mediumaquamarine" | "mediumblue" | "mediumorchid" | "mediumpurple" | "mediumseagreen" | "mediumslateblue" | "mediumspringgreen" | "mediumturquoise" | "mediumvioletred" | "midnightblue" | "mintcream" | "mistyrose" | "moccasin" | "navajowhite" | "navy" | "oldlace" | "olive" | "olivedrab" | "orange" | "orangered" | "orchid" | "palegoldenrod" | "palegreen" | "paleturquoise" | "palevioletred" | "papayawhip" | "peachpuff" | "peru" | "pink" | "plum" | "powderblue" | "purple" | "rebeccapurple" | "red" | "rosybrown" | "royalblue" | "saddlebrown" | "salmon" | "sandybrown" | "seagreen" | "seashell" | "sienna" | "silver" | "skyblue" | "slateblue" | "slategray" | "slategrey" | "snow" | "springgreen" | "steelblue" | "tan" | "teal" | "thistle" | "tomato" | "turquoise" | "violet" | "wheat" | "whitesmoke" | "yellow" | "yellowgreen" | "ActiveBorder" | "ActiveCaption" | "AppWorkspace" | "Background" | "ButtonFace" | "ButtonHighlight" | "ButtonShadow" | "ButtonText" | "CaptionText" | "GrayText" | "Highlight" | "HighlightText" | "InactiveBorder" | "InactiveCaption" | "InactiveCaptionText" | "InfoBackground" | "InfoText" | "Menu" | "MenuText" | "Scrollbar" | "ThreeDDarkShadow" | "ThreeDFace" | "ThreeDHighlight" | "ThreeDLightShadow" | "ThreeDShadow" | "Window" | "WindowFrame" | "WindowText" | "currentcolor">

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:156

Inherited from

Omit.borderLeftColor


borderLeftRadius?

optional borderLeftRadius: ConditionalValue<undefined | `var(--${string})` | AnyString | RadiiToken | BorderRadius<String | Number> | readonly NonNullable<BorderRadius<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:724

Inherited from

Omit.borderLeftRadius


borderLeftStyle?

optional borderLeftStyle: ConditionalValue<undefined | `var(--${string})` | AnyString | BorderLeftStyle | readonly NonNullable<BorderLeftStyle | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:157

Inherited from

Omit.borderLeftStyle


borderLeftWidth?

optional borderLeftWidth: ConditionalValue<undefined | `var(--${string})` | AnyString | BorderLeftWidth<String | Number> | readonly NonNullable<BorderLeftWidth<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:158

Inherited from

Omit.borderLeftWidth


borderRadius?

optional borderRadius: ConditionalValue<undefined | `var(--${string})` | AnyString | RadiiToken | BorderRadius<String | Number> | readonly NonNullable<BorderRadius<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:159

Inherited from

Omit.borderRadius


borderRight?

optional borderRight: ConditionalValue<undefined | `var(--${string})` | AnyString | BordersToken | BorderRight<String | Number> | readonly NonNullable<BorderRight<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:160

Inherited from

Omit.borderRight


borderRightColor?

optional borderRightColor: ConditionalValue<undefined | readonly string[] | string & { } | "current" | "border" | "bg" | "colorPalette" | "inherit" | `var(--${string})` | AnyString | "-moz-initial" | "initial" | "revert" | "revert-layer" | "unset" | "transparent" | "black" | "white" | "whiteAlpha.50" | "whiteAlpha.100" | "whiteAlpha.200" | "whiteAlpha.300" | "whiteAlpha.400" | "whiteAlpha.500" | "whiteAlpha.600" | "whiteAlpha.700" | "whiteAlpha.800" | "whiteAlpha.900" | "whiteAlpha.950" | "blackAlpha.50" | "blackAlpha.100" | "blackAlpha.200" | "blackAlpha.300" | "blackAlpha.400" | "blackAlpha.500" | "blackAlpha.600" | "blackAlpha.700" | "blackAlpha.800" | "blackAlpha.900" | "blackAlpha.950" | "gray.50" | "gray.100" | "gray.200" | "gray.300" | "gray.400" | "gray.500" | "gray.600" | "gray.700" | "gray.800" | "gray.900" | "gray.950" | "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" | "bg.subtle" | "bg.muted" | "bg.emphasized" | "bg.inverted" | "bg.panel" | "bg.error" | "bg.warning" | "bg.success" | "bg.info" | "fg" | "fg.muted" | "fg.subtle" | "fg.inverted" | "fg.error" | "fg.warning" | "fg.success" | "fg.info" | "border.muted" | "border.subtle" | "border.emphasized" | "border.inverted" | "border.error" | "border.warning" | "border.success" | "border.info" | "gray.contrast" | "gray.fg" | "gray.subtle" | "gray.muted" | "gray.emphasized" | "gray.solid" | "gray.focusRing" | "red.contrast" | "red.fg" | "red.subtle" | "red.muted" | "red.emphasized" | "red.solid" | "red.focusRing" | "orange.contrast" | "orange.fg" | "orange.subtle" | "orange.muted" | "orange.emphasized" | "orange.solid" | "orange.focusRing" | "green.contrast" | "green.fg" | "green.subtle" | "green.muted" | "green.emphasized" | "green.solid" | "green.focusRing" | "blue.contrast" | "blue.fg" | "blue.subtle" | "blue.muted" | "blue.emphasized" | "blue.solid" | "blue.focusRing" | "yellow.contrast" | "yellow.fg" | "yellow.subtle" | "yellow.muted" | "yellow.emphasized" | "yellow.solid" | "yellow.focusRing" | "teal.contrast" | "teal.fg" | "teal.subtle" | "teal.muted" | "teal.emphasized" | "teal.solid" | "teal.focusRing" | "purple.contrast" | "purple.fg" | "purple.subtle" | "purple.muted" | "purple.emphasized" | "purple.solid" | "purple.focusRing" | "pink.contrast" | "pink.fg" | "pink.subtle" | "pink.muted" | "pink.emphasized" | "pink.solid" | "pink.focusRing" | "cyan.contrast" | "cyan.fg" | "cyan.subtle" | "cyan.muted" | "cyan.emphasized" | "cyan.solid" | "cyan.focusRing" | "colorPalette.50" | "colorPalette.100" | "colorPalette.200" | "colorPalette.300" | "colorPalette.400" | "colorPalette.500" | "colorPalette.600" | "colorPalette.700" | "colorPalette.800" | "colorPalette.900" | "colorPalette.950" | "colorPalette.subtle" | "colorPalette.muted" | "colorPalette.emphasized" | "colorPalette.inverted" | "colorPalette.panel" | "colorPalette.error" | "colorPalette.warning" | "colorPalette.success" | "colorPalette.info" | "colorPalette.contrast" | "colorPalette.fg" | "colorPalette.solid" | "colorPalette.focusRing" | "currentBg" | "aliceblue" | "antiquewhite" | "aqua" | "aquamarine" | "azure" | "beige" | "bisque" | "blanchedalmond" | "blue" | "blueviolet" | "brown" | "burlywood" | "cadetblue" | "chartreuse" | "chocolate" | "coral" | "cornflowerblue" | "cornsilk" | "crimson" | "cyan" | "darkblue" | "darkcyan" | "darkgoldenrod" | "darkgray" | "darkgreen" | "darkgrey" | "darkkhaki" | "darkmagenta" | "darkolivegreen" | "darkorange" | "darkorchid" | "darkred" | "darksalmon" | "darkseagreen" | "darkslateblue" | "darkslategray" | "darkslategrey" | "darkturquoise" | "darkviolet" | "deeppink" | "deepskyblue" | "dimgray" | "dimgrey" | "dodgerblue" | "firebrick" | "floralwhite" | "forestgreen" | "fuchsia" | "gainsboro" | "ghostwhite" | "gold" | "goldenrod" | "gray" | "green" | "greenyellow" | "grey" | "honeydew" | "hotpink" | "indianred" | "indigo" | "ivory" | "khaki" | "lavender" | "lavenderblush" | "lawngreen" | "lemonchiffon" | "lightblue" | "lightcoral" | "lightcyan" | "lightgoldenrodyellow" | "lightgray" | "lightgreen" | "lightgrey" | "lightpink" | "lightsalmon" | "lightseagreen" | "lightskyblue" | "lightslategray" | "lightslategrey" | "lightsteelblue" | "lightyellow" | "lime" | "limegreen" | "linen" | "magenta" | "maroon" | "mediumaquamarine" | "mediumblue" | "mediumorchid" | "mediumpurple" | "mediumseagreen" | "mediumslateblue" | "mediumspringgreen" | "mediumturquoise" | "mediumvioletred" | "midnightblue" | "mintcream" | "mistyrose" | "moccasin" | "navajowhite" | "navy" | "oldlace" | "olive" | "olivedrab" | "orange" | "orangered" | "orchid" | "palegoldenrod" | "palegreen" | "paleturquoise" | "palevioletred" | "papayawhip" | "peachpuff" | "peru" | "pink" | "plum" | "powderblue" | "purple" | "rebeccapurple" | "red" | "rosybrown" | "royalblue" | "saddlebrown" | "salmon" | "sandybrown" | "seagreen" | "seashell" | "sienna" | "silver" | "skyblue" | "slateblue" | "slategray" | "slategrey" | "snow" | "springgreen" | "steelblue" | "tan" | "teal" | "thistle" | "tomato" | "turquoise" | "violet" | "wheat" | "whitesmoke" | "yellow" | "yellowgreen" | "ActiveBorder" | "ActiveCaption" | "AppWorkspace" | "Background" | "ButtonFace" | "ButtonHighlight" | "ButtonShadow" | "ButtonText" | "CaptionText" | "GrayText" | "Highlight" | "HighlightText" | "InactiveBorder" | "InactiveCaption" | "InactiveCaptionText" | "InfoBackground" | "InfoText" | "Menu" | "MenuText" | "Scrollbar" | "ThreeDDarkShadow" | "ThreeDFace" | "ThreeDHighlight" | "ThreeDLightShadow" | "ThreeDShadow" | "Window" | "WindowFrame" | "WindowText" | "currentcolor">

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:161

Inherited from

Omit.borderRightColor


borderRightRadius?

optional borderRightRadius: ConditionalValue<undefined | `var(--${string})` | AnyString | RadiiToken | BorderRadius<String | Number> | readonly NonNullable<BorderRadius<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:725

Inherited from

Omit.borderRightRadius


borderRightStyle?

optional borderRightStyle: ConditionalValue<undefined | `var(--${string})` | AnyString | BorderRightStyle | readonly NonNullable<BorderRightStyle | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:162

Inherited from

Omit.borderRightStyle


borderRightWidth?

optional borderRightWidth: ConditionalValue<undefined | `var(--${string})` | AnyString | BorderRightWidth<String | Number> | readonly NonNullable<BorderRightWidth<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:163

Inherited from

Omit.borderRightWidth


borderSpacing?

optional borderSpacing: ConditionalValue<undefined | AnyString | BorderSpacing<String | Number> | readonly NonNullable<BorderSpacing<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:164

Inherited from

Omit.borderSpacing


borderStart?

optional borderStart: ConditionalValue<undefined | `var(--${string})` | AnyString | BordersToken | BorderInlineStart<String | Number> | readonly NonNullable<BorderInlineStart<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:605

Inherited from

Omit.borderStart


borderStartColor?

optional borderStartColor: ConditionalValue<undefined | readonly string[] | string & { } | "current" | "border" | "bg" | "colorPalette" | "inherit" | `var(--${string})` | AnyString | "-moz-initial" | "initial" | "revert" | "revert-layer" | "unset" | "transparent" | "black" | "white" | "whiteAlpha.50" | "whiteAlpha.100" | "whiteAlpha.200" | "whiteAlpha.300" | "whiteAlpha.400" | "whiteAlpha.500" | "whiteAlpha.600" | "whiteAlpha.700" | "whiteAlpha.800" | "whiteAlpha.900" | "whiteAlpha.950" | "blackAlpha.50" | "blackAlpha.100" | "blackAlpha.200" | "blackAlpha.300" | "blackAlpha.400" | "blackAlpha.500" | "blackAlpha.600" | "blackAlpha.700" | "blackAlpha.800" | "blackAlpha.900" | "blackAlpha.950" | "gray.50" | "gray.100" | "gray.200" | "gray.300" | "gray.400" | "gray.500" | "gray.600" | "gray.700" | "gray.800" | "gray.900" | "gray.950" | "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" | "bg.subtle" | "bg.muted" | "bg.emphasized" | "bg.inverted" | "bg.panel" | "bg.error" | "bg.warning" | "bg.success" | "bg.info" | "fg" | "fg.muted" | "fg.subtle" | "fg.inverted" | "fg.error" | "fg.warning" | "fg.success" | "fg.info" | "border.muted" | "border.subtle" | "border.emphasized" | "border.inverted" | "border.error" | "border.warning" | "border.success" | "border.info" | "gray.contrast" | "gray.fg" | "gray.subtle" | "gray.muted" | "gray.emphasized" | "gray.solid" | "gray.focusRing" | "red.contrast" | "red.fg" | "red.subtle" | "red.muted" | "red.emphasized" | "red.solid" | "red.focusRing" | "orange.contrast" | "orange.fg" | "orange.subtle" | "orange.muted" | "orange.emphasized" | "orange.solid" | "orange.focusRing" | "green.contrast" | "green.fg" | "green.subtle" | "green.muted" | "green.emphasized" | "green.solid" | "green.focusRing" | "blue.contrast" | "blue.fg" | "blue.subtle" | "blue.muted" | "blue.emphasized" | "blue.solid" | "blue.focusRing" | "yellow.contrast" | "yellow.fg" | "yellow.subtle" | "yellow.muted" | "yellow.emphasized" | "yellow.solid" | "yellow.focusRing" | "teal.contrast" | "teal.fg" | "teal.subtle" | "teal.muted" | "teal.emphasized" | "teal.solid" | "teal.focusRing" | "purple.contrast" | "purple.fg" | "purple.subtle" | "purple.muted" | "purple.emphasized" | "purple.solid" | "purple.focusRing" | "pink.contrast" | "pink.fg" | "pink.subtle" | "pink.muted" | "pink.emphasized" | "pink.solid" | "pink.focusRing" | "cyan.contrast" | "cyan.fg" | "cyan.subtle" | "cyan.muted" | "cyan.emphasized" | "cyan.solid" | "cyan.focusRing" | "colorPalette.50" | "colorPalette.100" | "colorPalette.200" | "colorPalette.300" | "colorPalette.400" | "colorPalette.500" | "colorPalette.600" | "colorPalette.700" | "colorPalette.800" | "colorPalette.900" | "colorPalette.950" | "colorPalette.subtle" | "colorPalette.muted" | "colorPalette.emphasized" | "colorPalette.inverted" | "colorPalette.panel" | "colorPalette.error" | "colorPalette.warning" | "colorPalette.success" | "colorPalette.info" | "colorPalette.contrast" | "colorPalette.fg" | "colorPalette.solid" | "colorPalette.focusRing" | "currentBg" | "aliceblue" | "antiquewhite" | "aqua" | "aquamarine" | "azure" | "beige" | "bisque" | "blanchedalmond" | "blue" | "blueviolet" | "brown" | "burlywood" | "cadetblue" | "chartreuse" | "chocolate" | "coral" | "cornflowerblue" | "cornsilk" | "crimson" | "cyan" | "darkblue" | "darkcyan" | "darkgoldenrod" | "darkgray" | "darkgreen" | "darkgrey" | "darkkhaki" | "darkmagenta" | "darkolivegreen" | "darkorange" | "darkorchid" | "darkred" | "darksalmon" | "darkseagreen" | "darkslateblue" | "darkslategray" | "darkslategrey" | "darkturquoise" | "darkviolet" | "deeppink" | "deepskyblue" | "dimgray" | "dimgrey" | "dodgerblue" | "firebrick" | "floralwhite" | "forestgreen" | "fuchsia" | "gainsboro" | "ghostwhite" | "gold" | "goldenrod" | "gray" | "green" | "greenyellow" | "grey" | "honeydew" | "hotpink" | "indianred" | "indigo" | "ivory" | "khaki" | "lavender" | "lavenderblush" | "lawngreen" | "lemonchiffon" | "lightblue" | "lightcoral" | "lightcyan" | "lightgoldenrodyellow" | "lightgray" | "lightgreen" | "lightgrey" | "lightpink" | "lightsalmon" | "lightseagreen" | "lightskyblue" | "lightslategray" | "lightslategrey" | "lightsteelblue" | "lightyellow" | "lime" | "limegreen" | "linen" | "magenta" | "maroon" | "mediumaquamarine" | "mediumblue" | "mediumorchid" | "mediumpurple" | "mediumseagreen" | "mediumslateblue" | "mediumspringgreen" | "mediumturquoise" | "mediumvioletred" | "midnightblue" | "mintcream" | "mistyrose" | "moccasin" | "navajowhite" | "navy" | "oldlace" | "olive" | "olivedrab" | "orange" | "orangered" | "orchid" | "palegoldenrod" | "palegreen" | "paleturquoise" | "palevioletred" | "papayawhip" | "peachpuff" | "peru" | "pink" | "plum" | "powderblue" | "purple" | "rebeccapurple" | "red" | "rosybrown" | "royalblue" | "saddlebrown" | "salmon" | "sandybrown" | "seagreen" | "seashell" | "sienna" | "silver" | "skyblue" | "slateblue" | "slategray" | "slategrey" | "snow" | "springgreen" | "steelblue" | "tan" | "teal" | "thistle" | "tomato" | "turquoise" | "violet" | "wheat" | "whitesmoke" | "yellow" | "yellowgreen" | "ActiveBorder" | "ActiveCaption" | "AppWorkspace" | "Background" | "ButtonFace" | "ButtonHighlight" | "ButtonShadow" | "ButtonText" | "CaptionText" | "GrayText" | "Highlight" | "HighlightText" | "InactiveBorder" | "InactiveCaption" | "InactiveCaptionText" | "InfoBackground" | "InfoText" | "Menu" | "MenuText" | "Scrollbar" | "ThreeDDarkShadow" | "ThreeDFace" | "ThreeDHighlight" | "ThreeDLightShadow" | "ThreeDShadow" | "Window" | "WindowFrame" | "WindowText" | "currentcolor">

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:609

Inherited from

Omit.borderStartColor


borderStartEndRadius?

optional borderStartEndRadius: ConditionalValue<undefined | `var(--${string})` | AnyString | RadiiToken | BorderStartEndRadius<String | Number> | readonly NonNullable<BorderStartEndRadius<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:165

Inherited from

Omit.borderStartEndRadius


borderStartRadius?

optional borderStartRadius: ConditionalValue<undefined | `var(--${string})` | AnyString | RadiiToken | BorderRadius<String | Number> | readonly NonNullable<BorderRadius<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:651

Inherited from

Omit.borderStartRadius


borderStartStartRadius?

optional borderStartStartRadius: ConditionalValue<undefined | `var(--${string})` | AnyString | RadiiToken | BorderStartStartRadius<String | Number> | readonly NonNullable<BorderStartStartRadius<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:168

Inherited from

Omit.borderStartStartRadius


borderStartStyle?

optional borderStartStyle: ConditionalValue<undefined | `var(--${string})` | AnyString | BorderInlineStartStyle | readonly NonNullable<BorderInlineStartStyle | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:613

Inherited from

Omit.borderStartStyle


borderStartWidth?

optional borderStartWidth: ConditionalValue<undefined | `var(--${string})` | AnyString | BorderInlineStartWidth<String | Number> | readonly NonNullable<BorderInlineStartWidth<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:659

Inherited from

Omit.borderStartWidth


borderStyle?

optional borderStyle: ConditionalValue<undefined | readonly string[] | `var(--${string})` | AnyString | BorderStyle>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:171

Inherited from

Omit.borderStyle


borderTop?

optional borderTop: ConditionalValue<undefined | `var(--${string})` | AnyString | BordersToken | BorderTop<String | Number> | readonly NonNullable<BorderTop<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:172

Inherited from

Omit.borderTop


borderTopColor?

optional borderTopColor: ConditionalValue<undefined | readonly string[] | string & { } | "current" | "border" | "bg" | "colorPalette" | "inherit" | `var(--${string})` | AnyString | "-moz-initial" | "initial" | "revert" | "revert-layer" | "unset" | "transparent" | "black" | "white" | "whiteAlpha.50" | "whiteAlpha.100" | "whiteAlpha.200" | "whiteAlpha.300" | "whiteAlpha.400" | "whiteAlpha.500" | "whiteAlpha.600" | "whiteAlpha.700" | "whiteAlpha.800" | "whiteAlpha.900" | "whiteAlpha.950" | "blackAlpha.50" | "blackAlpha.100" | "blackAlpha.200" | "blackAlpha.300" | "blackAlpha.400" | "blackAlpha.500" | "blackAlpha.600" | "blackAlpha.700" | "blackAlpha.800" | "blackAlpha.900" | "blackAlpha.950" | "gray.50" | "gray.100" | "gray.200" | "gray.300" | "gray.400" | "gray.500" | "gray.600" | "gray.700" | "gray.800" | "gray.900" | "gray.950" | "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" | "bg.subtle" | "bg.muted" | "bg.emphasized" | "bg.inverted" | "bg.panel" | "bg.error" | "bg.warning" | "bg.success" | "bg.info" | "fg" | "fg.muted" | "fg.subtle" | "fg.inverted" | "fg.error" | "fg.warning" | "fg.success" | "fg.info" | "border.muted" | "border.subtle" | "border.emphasized" | "border.inverted" | "border.error" | "border.warning" | "border.success" | "border.info" | "gray.contrast" | "gray.fg" | "gray.subtle" | "gray.muted" | "gray.emphasized" | "gray.solid" | "gray.focusRing" | "red.contrast" | "red.fg" | "red.subtle" | "red.muted" | "red.emphasized" | "red.solid" | "red.focusRing" | "orange.contrast" | "orange.fg" | "orange.subtle" | "orange.muted" | "orange.emphasized" | "orange.solid" | "orange.focusRing" | "green.contrast" | "green.fg" | "green.subtle" | "green.muted" | "green.emphasized" | "green.solid" | "green.focusRing" | "blue.contrast" | "blue.fg" | "blue.subtle" | "blue.muted" | "blue.emphasized" | "blue.solid" | "blue.focusRing" | "yellow.contrast" | "yellow.fg" | "yellow.subtle" | "yellow.muted" | "yellow.emphasized" | "yellow.solid" | "yellow.focusRing" | "teal.contrast" | "teal.fg" | "teal.subtle" | "teal.muted" | "teal.emphasized" | "teal.solid" | "teal.focusRing" | "purple.contrast" | "purple.fg" | "purple.subtle" | "purple.muted" | "purple.emphasized" | "purple.solid" | "purple.focusRing" | "pink.contrast" | "pink.fg" | "pink.subtle" | "pink.muted" | "pink.emphasized" | "pink.solid" | "pink.focusRing" | "cyan.contrast" | "cyan.fg" | "cyan.subtle" | "cyan.muted" | "cyan.emphasized" | "cyan.solid" | "cyan.focusRing" | "colorPalette.50" | "colorPalette.100" | "colorPalette.200" | "colorPalette.300" | "colorPalette.400" | "colorPalette.500" | "colorPalette.600" | "colorPalette.700" | "colorPalette.800" | "colorPalette.900" | "colorPalette.950" | "colorPalette.subtle" | "colorPalette.muted" | "colorPalette.emphasized" | "colorPalette.inverted" | "colorPalette.panel" | "colorPalette.error" | "colorPalette.warning" | "colorPalette.success" | "colorPalette.info" | "colorPalette.contrast" | "colorPalette.fg" | "colorPalette.solid" | "colorPalette.focusRing" | "currentBg" | "aliceblue" | "antiquewhite" | "aqua" | "aquamarine" | "azure" | "beige" | "bisque" | "blanchedalmond" | "blue" | "blueviolet" | "brown" | "burlywood" | "cadetblue" | "chartreuse" | "chocolate" | "coral" | "cornflowerblue" | "cornsilk" | "crimson" | "cyan" | "darkblue" | "darkcyan" | "darkgoldenrod" | "darkgray" | "darkgreen" | "darkgrey" | "darkkhaki" | "darkmagenta" | "darkolivegreen" | "darkorange" | "darkorchid" | "darkred" | "darksalmon" | "darkseagreen" | "darkslateblue" | "darkslategray" | "darkslategrey" | "darkturquoise" | "darkviolet" | "deeppink" | "deepskyblue" | "dimgray" | "dimgrey" | "dodgerblue" | "firebrick" | "floralwhite" | "forestgreen" | "fuchsia" | "gainsboro" | "ghostwhite" | "gold" | "goldenrod" | "gray" | "green" | "greenyellow" | "grey" | "honeydew" | "hotpink" | "indianred" | "indigo" | "ivory" | "khaki" | "lavender" | "lavenderblush" | "lawngreen" | "lemonchiffon" | "lightblue" | "lightcoral" | "lightcyan" | "lightgoldenrodyellow" | "lightgray" | "lightgreen" | "lightgrey" | "lightpink" | "lightsalmon" | "lightseagreen" | "lightskyblue" | "lightslategray" | "lightslategrey" | "lightsteelblue" | "lightyellow" | "lime" | "limegreen" | "linen" | "magenta" | "maroon" | "mediumaquamarine" | "mediumblue" | "mediumorchid" | "mediumpurple" | "mediumseagreen" | "mediumslateblue" | "mediumspringgreen" | "mediumturquoise" | "mediumvioletred" | "midnightblue" | "mintcream" | "mistyrose" | "moccasin" | "navajowhite" | "navy" | "oldlace" | "olive" | "olivedrab" | "orange" | "orangered" | "orchid" | "palegoldenrod" | "palegreen" | "paleturquoise" | "palevioletred" | "papayawhip" | "peachpuff" | "peru" | "pink" | "plum" | "powderblue" | "purple" | "rebeccapurple" | "red" | "rosybrown" | "royalblue" | "saddlebrown" | "salmon" | "sandybrown" | "seagreen" | "seashell" | "sienna" | "silver" | "skyblue" | "slateblue" | "slategray" | "slategrey" | "snow" | "springgreen" | "steelblue" | "tan" | "teal" | "thistle" | "tomato" | "turquoise" | "violet" | "wheat" | "whitesmoke" | "yellow" | "yellowgreen" | "ActiveBorder" | "ActiveCaption" | "AppWorkspace" | "Background" | "ButtonFace" | "ButtonHighlight" | "ButtonShadow" | "ButtonText" | "CaptionText" | "GrayText" | "Highlight" | "HighlightText" | "InactiveBorder" | "InactiveCaption" | "InactiveCaptionText" | "InfoBackground" | "InfoText" | "Menu" | "MenuText" | "Scrollbar" | "ThreeDDarkShadow" | "ThreeDFace" | "ThreeDHighlight" | "ThreeDLightShadow" | "ThreeDShadow" | "Window" | "WindowFrame" | "WindowText" | "currentcolor">

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:173

Inherited from

Omit.borderTopColor


borderTopEndRadius?

optional borderTopEndRadius: ConditionalValue<undefined | `var(--${string})` | AnyString | RadiiToken | BorderStartEndRadius<String | Number> | readonly NonNullable<BorderStartEndRadius<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:637

Inherited from

Omit.borderTopEndRadius


borderTopLeftRadius?

optional borderTopLeftRadius: ConditionalValue<undefined | `var(--${string})` | AnyString | RadiiToken | BorderTopLeftRadius<String | Number> | readonly NonNullable<BorderTopLeftRadius<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:174

Inherited from

Omit.borderTopLeftRadius


borderTopRadius?

optional borderTopRadius: ConditionalValue<undefined | `var(--${string})` | AnyString | RadiiToken | BorderRadius<String | Number> | readonly NonNullable<BorderRadius<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:722

Inherited from

Omit.borderTopRadius


borderTopRightRadius?

optional borderTopRightRadius: ConditionalValue<undefined | `var(--${string})` | AnyString | RadiiToken | BorderTopRightRadius<String | Number> | readonly NonNullable<BorderTopRightRadius<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:177

Inherited from

Omit.borderTopRightRadius


borderTopStartRadius?

optional borderTopStartRadius: ConditionalValue<undefined | `var(--${string})` | AnyString | RadiiToken | BorderStartStartRadius<String | Number> | readonly NonNullable<BorderStartStartRadius<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:622

Inherited from

Omit.borderTopStartRadius


borderTopStyle?

optional borderTopStyle: ConditionalValue<undefined | `var(--${string})` | AnyString | BorderTopStyle | readonly NonNullable<BorderTopStyle | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:180

Inherited from

Omit.borderTopStyle


borderTopWidth?

optional borderTopWidth: ConditionalValue<undefined | `var(--${string})` | AnyString | BorderTopWidth<String | Number> | readonly NonNullable<BorderTopWidth<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:181

Inherited from

Omit.borderTopWidth


borderWidth?

optional borderWidth: ConditionalValue<undefined | `var(--${string})` | AnyString | BorderWidth<String | Number> | readonly NonNullable<BorderWidth<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:182

Inherited from

Omit.borderWidth


borderX?

optional borderX: ConditionalValue<undefined | `var(--${string})` | AnyString | BordersToken | BorderInline<String | Number> | readonly NonNullable<BorderInline<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:607

Inherited from

Omit.borderX


borderXWidth?

optional borderXWidth: ConditionalValue<undefined | `var(--${string})` | AnyString | BorderInlineWidth<String | Number> | readonly NonNullable<BorderInlineWidth<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:658

Inherited from

Omit.borderXWidth


borderY?

optional borderY: ConditionalValue<undefined | `var(--${string})` | AnyString | BordersToken | BorderBlock<String | Number> | readonly NonNullable<BorderBlock<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:608

Inherited from

Omit.borderY


borderYWidth?

optional borderYWidth: ConditionalValue<undefined | `var(--${string})` | AnyString | BorderBlockWidth<String | Number> | readonly NonNullable<BorderBlockWidth<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:663

Inherited from

Omit.borderYWidth


bottom?

optional bottom: ConditionalValue<undefined | `var(--${string})` | AnyString | SpacingToken | Bottom<String | Number> | readonly NonNullable<Bottom<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:183

Inherited from

Omit.bottom


boxAlign?

optional boxAlign: ConditionalValue<undefined | AnyString | BoxAlign | readonly NonNullable<BoxAlign | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:184

Inherited from

Omit.boxAlign


boxDecorationBreak?

optional boxDecorationBreak: ConditionalValue<undefined | AnyString | BoxDecorationBreak | readonly NonNullable<BoxDecorationBreak | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:185

Inherited from

Omit.boxDecorationBreak


boxDirection?

optional boxDirection: ConditionalValue<undefined | AnyString | BoxDirection | readonly NonNullable<BoxDirection | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:186

Inherited from

Omit.boxDirection


boxFlex?

optional boxFlex: ConditionalValue<undefined | AnyString | BoxFlex | readonly NonNullable<BoxFlex | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:187

Inherited from

Omit.boxFlex


boxFlexGroup?

optional boxFlexGroup: ConditionalValue<undefined | AnyString | BoxFlexGroup | readonly NonNullable<BoxFlexGroup | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:188

Inherited from

Omit.boxFlexGroup


boxLines?

optional boxLines: ConditionalValue<undefined | AnyString | BoxLines | readonly NonNullable<BoxLines | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:189

Inherited from

Omit.boxLines


boxOrdinalGroup?

optional boxOrdinalGroup: ConditionalValue<undefined | AnyString | BoxOrdinalGroup | readonly NonNullable<BoxOrdinalGroup | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:190

Inherited from

Omit.boxOrdinalGroup


boxOrient?

optional boxOrient: ConditionalValue<undefined | AnyString | BoxOrient | readonly NonNullable<BoxOrient | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:191

Inherited from

Omit.boxOrient


boxPack?

optional boxPack: ConditionalValue<undefined | AnyString | BoxPack | readonly NonNullable<BoxPack | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:192

Inherited from

Omit.boxPack


boxShadow?

optional boxShadow: ConditionalValue<undefined | readonly string[] | `var(--${string})` | AnyString | ShadowsToken | BoxShadow>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:193

Inherited from

Omit.boxShadow


boxShadowColor?

optional boxShadowColor: ConditionalValue<undefined | `var(--${string})` | AnyString | ColorsToken | "currentBg">

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:730

Inherited from

Omit.boxShadowColor


boxSize?

optional boxSize: ConditionalValue<undefined | `var(--${string})` | AnyString | SizesToken | Width<String | Number> | readonly NonNullable<Width<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:755

Inherited from

Omit.boxSize


boxSizing?

optional boxSizing: ConditionalValue<undefined | AnyString | BoxSizing | readonly NonNullable<BoxSizing | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:194

Inherited from

Omit.boxSizing


breakAfter?

optional breakAfter: ConditionalValue<undefined | AnyString | BreakAfter | readonly NonNullable<BreakAfter | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:195

Inherited from

Omit.breakAfter


breakBefore?

optional breakBefore: ConditionalValue<undefined | AnyString | BreakBefore | readonly NonNullable<BreakBefore | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:196

Inherited from

Omit.breakBefore


breakInside?

optional breakInside: ConditionalValue<undefined | AnyString | BreakInside | readonly NonNullable<BreakInside | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:197

Inherited from

Omit.breakInside


brightness?

optional brightness: ConditionalValue<undefined | string | number | AnyString>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:732

Inherited from

Omit.brightness


captionSide?

optional captionSide: ConditionalValue<undefined | AnyString | CaptionSide | readonly NonNullable<CaptionSide | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:198

Inherited from

Omit.captionSide


caret?

optional caret: ConditionalValue<undefined | readonly string[] | AnyString | Caret>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:199

Inherited from

Omit.caret


caretColor?

optional caretColor: ConditionalValue<undefined | readonly string[] | string & { } | "current" | "border" | "bg" | "colorPalette" | "inherit" | "auto" | `var(--${string})` | AnyString | "-moz-initial" | "initial" | "revert" | "revert-layer" | "unset" | "transparent" | "black" | "white" | "whiteAlpha.50" | "whiteAlpha.100" | "whiteAlpha.200" | "whiteAlpha.300" | "whiteAlpha.400" | "whiteAlpha.500" | "whiteAlpha.600" | "whiteAlpha.700" | "whiteAlpha.800" | "whiteAlpha.900" | "whiteAlpha.950" | "blackAlpha.50" | "blackAlpha.100" | "blackAlpha.200" | "blackAlpha.300" | "blackAlpha.400" | "blackAlpha.500" | "blackAlpha.600" | "blackAlpha.700" | "blackAlpha.800" | "blackAlpha.900" | "blackAlpha.950" | "gray.50" | "gray.100" | "gray.200" | "gray.300" | "gray.400" | "gray.500" | "gray.600" | "gray.700" | "gray.800" | "gray.900" | "gray.950" | "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" | "bg.subtle" | "bg.muted" | "bg.emphasized" | "bg.inverted" | "bg.panel" | "bg.error" | "bg.warning" | "bg.success" | "bg.info" | "fg" | "fg.muted" | "fg.subtle" | "fg.inverted" | "fg.error" | "fg.warning" | "fg.success" | "fg.info" | "border.muted" | "border.subtle" | "border.emphasized" | "border.inverted" | "border.error" | "border.warning" | "border.success" | "border.info" | "gray.contrast" | "gray.fg" | "gray.subtle" | "gray.muted" | "gray.emphasized" | "gray.solid" | "gray.focusRing" | "red.contrast" | "red.fg" | "red.subtle" | "red.muted" | "red.emphasized" | "red.solid" | "red.focusRing" | "orange.contrast" | "orange.fg" | "orange.subtle" | "orange.muted" | "orange.emphasized" | "orange.solid" | "orange.focusRing" | "green.contrast" | "green.fg" | "green.subtle" | "green.muted" | "green.emphasized" | "green.solid" | "green.focusRing" | "blue.contrast" | "blue.fg" | "blue.subtle" | "blue.muted" | "blue.emphasized" | "blue.solid" | "blue.focusRing" | "yellow.contrast" | "yellow.fg" | "yellow.subtle" | "yellow.muted" | "yellow.emphasized" | "yellow.solid" | "yellow.focusRing" | "teal.contrast" | "teal.fg" | "teal.subtle" | "teal.muted" | "teal.emphasized" | "teal.solid" | "teal.focusRing" | "purple.contrast" | "purple.fg" | "purple.subtle" | "purple.muted" | "purple.emphasized" | "purple.solid" | "purple.focusRing" | "pink.contrast" | "pink.fg" | "pink.subtle" | "pink.muted" | "pink.emphasized" | "pink.solid" | "pink.focusRing" | "cyan.contrast" | "cyan.fg" | "cyan.subtle" | "cyan.muted" | "cyan.emphasized" | "cyan.solid" | "cyan.focusRing" | "colorPalette.50" | "colorPalette.100" | "colorPalette.200" | "colorPalette.300" | "colorPalette.400" | "colorPalette.500" | "colorPalette.600" | "colorPalette.700" | "colorPalette.800" | "colorPalette.900" | "colorPalette.950" | "colorPalette.subtle" | "colorPalette.muted" | "colorPalette.emphasized" | "colorPalette.inverted" | "colorPalette.panel" | "colorPalette.error" | "colorPalette.warning" | "colorPalette.success" | "colorPalette.info" | "colorPalette.contrast" | "colorPalette.fg" | "colorPalette.solid" | "colorPalette.focusRing" | "currentBg" | "aliceblue" | "antiquewhite" | "aqua" | "aquamarine" | "azure" | "beige" | "bisque" | "blanchedalmond" | "blue" | "blueviolet" | "brown" | "burlywood" | "cadetblue" | "chartreuse" | "chocolate" | "coral" | "cornflowerblue" | "cornsilk" | "crimson" | "cyan" | "darkblue" | "darkcyan" | "darkgoldenrod" | "darkgray" | "darkgreen" | "darkgrey" | "darkkhaki" | "darkmagenta" | "darkolivegreen" | "darkorange" | "darkorchid" | "darkred" | "darksalmon" | "darkseagreen" | "darkslateblue" | "darkslategray" | "darkslategrey" | "darkturquoise" | "darkviolet" | "deeppink" | "deepskyblue" | "dimgray" | "dimgrey" | "dodgerblue" | "firebrick" | "floralwhite" | "forestgreen" | "fuchsia" | "gainsboro" | "ghostwhite" | "gold" | "goldenrod" | "gray" | "green" | "greenyellow" | "grey" | "honeydew" | "hotpink" | "indianred" | "indigo" | "ivory" | "khaki" | "lavender" | "lavenderblush" | "lawngreen" | "lemonchiffon" | "lightblue" | "lightcoral" | "lightcyan" | "lightgoldenrodyellow" | "lightgray" | "lightgreen" | "lightgrey" | "lightpink" | "lightsalmon" | "lightseagreen" | "lightskyblue" | "lightslategray" | "lightslategrey" | "lightsteelblue" | "lightyellow" | "lime" | "limegreen" | "linen" | "magenta" | "maroon" | "mediumaquamarine" | "mediumblue" | "mediumorchid" | "mediumpurple" | "mediumseagreen" | "mediumslateblue" | "mediumspringgreen" | "mediumturquoise" | "mediumvioletred" | "midnightblue" | "mintcream" | "mistyrose" | "moccasin" | "navajowhite" | "navy" | "oldlace" | "olive" | "olivedrab" | "orange" | "orangered" | "orchid" | "palegoldenrod" | "palegreen" | "paleturquoise" | "palevioletred" | "papayawhip" | "peachpuff" | "peru" | "pink" | "plum" | "powderblue" | "purple" | "rebeccapurple" | "red" | "rosybrown" | "royalblue" | "saddlebrown" | "salmon" | "sandybrown" | "seagreen" | "seashell" | "sienna" | "silver" | "skyblue" | "slateblue" | "slategray" | "slategrey" | "snow" | "springgreen" | "steelblue" | "tan" | "teal" | "thistle" | "tomato" | "turquoise" | "violet" | "wheat" | "whitesmoke" | "yellow" | "yellowgreen" | "ActiveBorder" | "ActiveCaption" | "AppWorkspace" | "Background" | "ButtonFace" | "ButtonHighlight" | "ButtonShadow" | "ButtonText" | "CaptionText" | "GrayText" | "Highlight" | "HighlightText" | "InactiveBorder" | "InactiveCaption" | "InactiveCaptionText" | "InfoBackground" | "InfoText" | "Menu" | "MenuText" | "Scrollbar" | "ThreeDDarkShadow" | "ThreeDFace" | "ThreeDHighlight" | "ThreeDLightShadow" | "ThreeDShadow" | "Window" | "WindowFrame" | "WindowText" | "currentcolor">

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:200

Inherited from

Omit.caretColor


caretShape?

optional caretShape: ConditionalValue<undefined | AnyString | CaretShape | readonly NonNullable<CaretShape | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:201

Inherited from

Omit.caretShape


checked?

optional checked: boolean

Defined in: packages/react-querybuilder/src/types/propsUsingReact.ts:349

Inherited from

NotToggleProps.checked


children?

optional children: ReactNode

Defined in: node_modules/@types/react/index.d.ts:2173

Inherited from

Omit.children


className?

optional className: string

Defined in: packages/react-querybuilder/src/types/propsUsingReact.ts:67

CSS classNames to be applied.

This is string and not Classname because the Rule and RuleGroup components run clsx() to produce the className that gets passed to each subcomponent.

Inherited from

NotToggleProps.className


clear?

optional clear: ConditionalValue<undefined | AnyString | Clear | readonly NonNullable<Clear | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:202

Inherited from

Omit.clear


clip?

optional clip: ConditionalValue<undefined | readonly string[] | AnyString | Clip>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:203

Inherited from

Omit.clip


clipPath?

optional clipPath: ConditionalValue<undefined | readonly string[] | AnyString | ClipPath>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:204

Inherited from

Omit.clipPath


clipRule?

optional clipRule: ConditionalValue<undefined | AnyString | ClipRule | readonly NonNullable<ClipRule | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:205

Inherited from

Omit.clipRule


color?

optional color: ConditionalValue<undefined | readonly string[] | string & { } | "current" | "border" | "bg" | "colorPalette" | "inherit" | `var(--${string})` | AnyString | "-moz-initial" | "initial" | "revert" | "revert-layer" | "unset" | "transparent" | "black" | "white" | "whiteAlpha.50" | "whiteAlpha.100" | "whiteAlpha.200" | "whiteAlpha.300" | "whiteAlpha.400" | "whiteAlpha.500" | "whiteAlpha.600" | "whiteAlpha.700" | "whiteAlpha.800" | "whiteAlpha.900" | "whiteAlpha.950" | "blackAlpha.50" | "blackAlpha.100" | "blackAlpha.200" | "blackAlpha.300" | "blackAlpha.400" | "blackAlpha.500" | "blackAlpha.600" | "blackAlpha.700" | "blackAlpha.800" | "blackAlpha.900" | "blackAlpha.950" | "gray.50" | "gray.100" | "gray.200" | "gray.300" | "gray.400" | "gray.500" | "gray.600" | "gray.700" | "gray.800" | "gray.900" | "gray.950" | "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" | "bg.subtle" | "bg.muted" | "bg.emphasized" | "bg.inverted" | "bg.panel" | "bg.error" | "bg.warning" | "bg.success" | "bg.info" | "fg" | "fg.muted" | "fg.subtle" | "fg.inverted" | "fg.error" | "fg.warning" | "fg.success" | "fg.info" | "border.muted" | "border.subtle" | "border.emphasized" | "border.inverted" | "border.error" | "border.warning" | "border.success" | "border.info" | "gray.contrast" | "gray.fg" | "gray.subtle" | "gray.muted" | "gray.emphasized" | "gray.solid" | "gray.focusRing" | "red.contrast" | "red.fg" | "red.subtle" | "red.muted" | "red.emphasized" | "red.solid" | "red.focusRing" | "orange.contrast" | "orange.fg" | "orange.subtle" | "orange.muted" | "orange.emphasized" | "orange.solid" | "orange.focusRing" | "green.contrast" | "green.fg" | "green.subtle" | "green.muted" | "green.emphasized" | "green.solid" | "green.focusRing" | "blue.contrast" | "blue.fg" | "blue.subtle" | "blue.muted" | "blue.emphasized" | "blue.solid" | "blue.focusRing" | "yellow.contrast" | "yellow.fg" | "yellow.subtle" | "yellow.muted" | "yellow.emphasized" | "yellow.solid" | "yellow.focusRing" | "teal.contrast" | "teal.fg" | "teal.subtle" | "teal.muted" | "teal.emphasized" | "teal.solid" | "teal.focusRing" | "purple.contrast" | "purple.fg" | "purple.subtle" | "purple.muted" | "purple.emphasized" | "purple.solid" | "purple.focusRing" | "pink.contrast" | "pink.fg" | "pink.subtle" | "pink.muted" | "pink.emphasized" | "pink.solid" | "pink.focusRing" | "cyan.contrast" | "cyan.fg" | "cyan.subtle" | "cyan.muted" | "cyan.emphasized" | "cyan.solid" | "cyan.focusRing" | "colorPalette.50" | "colorPalette.100" | "colorPalette.200" | "colorPalette.300" | "colorPalette.400" | "colorPalette.500" | "colorPalette.600" | "colorPalette.700" | "colorPalette.800" | "colorPalette.900" | "colorPalette.950" | "colorPalette.subtle" | "colorPalette.muted" | "colorPalette.emphasized" | "colorPalette.inverted" | "colorPalette.panel" | "colorPalette.error" | "colorPalette.warning" | "colorPalette.success" | "colorPalette.info" | "colorPalette.contrast" | "colorPalette.fg" | "colorPalette.solid" | "colorPalette.focusRing" | "currentBg" | "aliceblue" | "antiquewhite" | "aqua" | "aquamarine" | "azure" | "beige" | "bisque" | "blanchedalmond" | "blue" | "blueviolet" | "brown" | "burlywood" | "cadetblue" | "chartreuse" | "chocolate" | "coral" | "cornflowerblue" | "cornsilk" | "crimson" | "cyan" | "darkblue" | "darkcyan" | "darkgoldenrod" | "darkgray" | "darkgreen" | "darkgrey" | "darkkhaki" | "darkmagenta" | "darkolivegreen" | "darkorange" | "darkorchid" | "darkred" | "darksalmon" | "darkseagreen" | "darkslateblue" | "darkslategray" | "darkslategrey" | "darkturquoise" | "darkviolet" | "deeppink" | "deepskyblue" | "dimgray" | "dimgrey" | "dodgerblue" | "firebrick" | "floralwhite" | "forestgreen" | "fuchsia" | "gainsboro" | "ghostwhite" | "gold" | "goldenrod" | "gray" | "green" | "greenyellow" | "grey" | "honeydew" | "hotpink" | "indianred" | "indigo" | "ivory" | "khaki" | "lavender" | "lavenderblush" | "lawngreen" | "lemonchiffon" | "lightblue" | "lightcoral" | "lightcyan" | "lightgoldenrodyellow" | "lightgray" | "lightgreen" | "lightgrey" | "lightpink" | "lightsalmon" | "lightseagreen" | "lightskyblue" | "lightslategray" | "lightslategrey" | "lightsteelblue" | "lightyellow" | "lime" | "limegreen" | "linen" | "magenta" | "maroon" | "mediumaquamarine" | "mediumblue" | "mediumorchid" | "mediumpurple" | "mediumseagreen" | "mediumslateblue" | "mediumspringgreen" | "mediumturquoise" | "mediumvioletred" | "midnightblue" | "mintcream" | "mistyrose" | "moccasin" | "navajowhite" | "navy" | "oldlace" | "olive" | "olivedrab" | "orange" | "orangered" | "orchid" | "palegoldenrod" | "palegreen" | "paleturquoise" | "palevioletred" | "papayawhip" | "peachpuff" | "peru" | "pink" | "plum" | "powderblue" | "purple" | "rebeccapurple" | "red" | "rosybrown" | "royalblue" | "saddlebrown" | "salmon" | "sandybrown" | "seagreen" | "seashell" | "sienna" | "silver" | "skyblue" | "slateblue" | "slategray" | "slategrey" | "snow" | "springgreen" | "steelblue" | "tan" | "teal" | "thistle" | "tomato" | "turquoise" | "violet" | "wheat" | "whitesmoke" | "yellow" | "yellowgreen" | "ActiveBorder" | "ActiveCaption" | "AppWorkspace" | "Background" | "ButtonFace" | "ButtonHighlight" | "ButtonShadow" | "ButtonText" | "CaptionText" | "GrayText" | "Highlight" | "HighlightText" | "InactiveBorder" | "InactiveCaption" | "InactiveCaptionText" | "InfoBackground" | "InfoText" | "Menu" | "MenuText" | "Scrollbar" | "ThreeDDarkShadow" | "ThreeDFace" | "ThreeDHighlight" | "ThreeDLightShadow" | "ThreeDShadow" | "Window" | "WindowFrame" | "WindowText" | "currentcolor">

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:206

Inherited from

Omit.color


colorInterpolation?

optional colorInterpolation: ConditionalValue<undefined | AnyString | ColorInterpolation | readonly NonNullable<ColorInterpolation | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:592

Inherited from

Omit.colorInterpolation


colorInterpolationFilters?

optional colorInterpolationFilters: ConditionalValue<undefined | String | AnyString>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:207

Inherited from

Omit.colorInterpolationFilters


colorPalette?

optional colorPalette: ConditionalValue<undefined | "current" | "border" | "bg" | `var(--${string})` | AnyString | "transparent" | "black" | "white" | "fg" | "blue" | "cyan" | "gray" | "green" | "orange" | "pink" | "purple" | "red" | "teal" | "yellow" | "whiteAlpha" | "blackAlpha">

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:787

Inherited from

Omit.colorPalette


colorRendering?

optional colorRendering: ConditionalValue<undefined | AnyString | ColorRendering | readonly NonNullable<ColorRendering | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:593

Inherited from

Omit.colorRendering


colorScheme?

optional colorScheme: ConditionalValue<undefined | readonly string[] | AnyString | ColorScheme>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:208

Inherited from

Omit.colorScheme


columnCount?

optional columnCount: ConditionalValue<undefined | AnyString | ColumnCount | readonly NonNullable<ColumnCount | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:209

Inherited from

Omit.columnCount


columnFill?

optional columnFill: ConditionalValue<undefined | AnyString | ColumnFill | readonly NonNullable<ColumnFill | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:210

Inherited from

Omit.columnFill


columnGap?

optional columnGap: ConditionalValue<undefined | `var(--${string})` | AnyString | SpacingToken | ColumnGap<String | Number> | readonly NonNullable<ColumnGap<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:211

Inherited from

Omit.columnGap


columnRule?

optional columnRule: ConditionalValue<undefined | AnyString | ColumnRule<String | Number> | readonly NonNullable<ColumnRule<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:212

Inherited from

Omit.columnRule


columnRuleColor?

optional columnRuleColor: ConditionalValue<undefined | readonly string[] | AnyString | ColumnRuleColor>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:213

Inherited from

Omit.columnRuleColor


columnRuleStyle?

optional columnRuleStyle: ConditionalValue<undefined | readonly string[] | AnyString | ColumnRuleStyle>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:214

Inherited from

Omit.columnRuleStyle


columnRuleWidth?

optional columnRuleWidth: ConditionalValue<undefined | AnyString | ColumnRuleWidth<String | Number> | readonly NonNullable<ColumnRuleWidth<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:215

Inherited from

Omit.columnRuleWidth


columns?

optional columns: ConditionalValue<undefined | AnyString | Columns<String | Number> | readonly NonNullable<Columns<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:218

Inherited from

Omit.columns


columnSpan?

optional columnSpan: ConditionalValue<undefined | AnyString | ColumnSpan | readonly NonNullable<ColumnSpan | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:216

Inherited from

Omit.columnSpan


columnWidth?

optional columnWidth: ConditionalValue<undefined | AnyString | ColumnWidth<String | Number> | readonly NonNullable<ColumnWidth<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:217

Inherited from

Omit.columnWidth


contain?

optional contain: ConditionalValue<undefined | readonly string[] | AnyString | Contain>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:219

Inherited from

Omit.contain


container?

optional container: ConditionalValue<undefined | readonly string[] | AnyString | Container>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:225

Inherited from

Omit.container


containerName?

optional containerName: ConditionalValue<undefined | readonly string[] | AnyString | ContainerName>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:226

Inherited from

Omit.containerName


containerType?

optional containerType: ConditionalValue<undefined | AnyString | ContainerType | readonly NonNullable<ContainerType | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:227

Inherited from

Omit.containerType


containIntrinsicBlockSize?

optional containIntrinsicBlockSize: ConditionalValue<undefined | AnyString | ContainIntrinsicBlockSize<String | Number> | readonly NonNullable<ContainIntrinsicBlockSize<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:220

Inherited from

Omit.containIntrinsicBlockSize


containIntrinsicHeight?

optional containIntrinsicHeight: ConditionalValue<undefined | AnyString | ContainIntrinsicHeight<String | Number> | readonly NonNullable<ContainIntrinsicHeight<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:221

Inherited from

Omit.containIntrinsicHeight


containIntrinsicInlineSize?

optional containIntrinsicInlineSize: ConditionalValue<undefined | AnyString | ContainIntrinsicInlineSize<String | Number> | readonly NonNullable<ContainIntrinsicInlineSize<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:222

Inherited from

Omit.containIntrinsicInlineSize


containIntrinsicSize?

optional containIntrinsicSize: ConditionalValue<undefined | AnyString | ContainIntrinsicSize<String | Number> | readonly NonNullable<ContainIntrinsicSize<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:223

Inherited from

Omit.containIntrinsicSize


containIntrinsicWidth?

optional containIntrinsicWidth: ConditionalValue<undefined | AnyString | ContainIntrinsicWidth<String | Number> | readonly NonNullable<ContainIntrinsicWidth<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:224

Inherited from

Omit.containIntrinsicWidth


content?

optional content: ConditionalValue<undefined | readonly string[] | AnyString | Content>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:228

Inherited from

Omit.content


contentEditable?

optional contentEditable: Booleanish | "inherit" | "plaintext-only"

Defined in: node_modules/@types/react/index.d.ts:2703

Inherited from

Omit.contentEditable


contentVisibility?

optional contentVisibility: ConditionalValue<undefined | AnyString | ContentVisibility | readonly NonNullable<ContentVisibility | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:229

Inherited from

Omit.contentVisibility


context?

optional context: any

Defined in: packages/react-querybuilder/src/types/propsUsingReact.ts:88

Container for custom props that are passed to all components.

Inherited from

NotToggleProps.context


contextMenu?

optional contextMenu: string

Defined in: node_modules/@types/react/index.d.ts:2704

Inherited from

Omit.contextMenu


contrast?

optional contrast: ConditionalValue<undefined | string | number | AnyString>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:733

Inherited from

Omit.contrast


counterIncrement?

optional counterIncrement: ConditionalValue<undefined | readonly string[] | AnyString | CounterIncrement>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:230

Inherited from

Omit.counterIncrement


counterReset?

optional counterReset: ConditionalValue<undefined | readonly string[] | AnyString | CounterReset>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:231

Inherited from

Omit.counterReset


counterSet?

optional counterSet: ConditionalValue<undefined | readonly string[] | AnyString | CounterSet>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:232

Inherited from

Omit.counterSet


css?

optional css: SystemStyleObject | Omit<(undefined | SystemStyleObject)[], keyof any[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/factory.types.d.ts:48

Inherited from

Omit.css


cursor?

optional cursor: ConditionalValue<undefined | readonly string[] | `var(--${string})` | AnyString | CursorToken | Cursor>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:233

Inherited from

Omit.cursor


cx?

optional cx: ConditionalValue<undefined | String | AnyString>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:234

Inherited from

Omit.cx


cy?

optional cy: ConditionalValue<undefined | String | AnyString>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:235

Inherited from

Omit.cy


d?

optional d: ConditionalValue<undefined | String | AnyString>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:236

Inherited from

Omit.d


dangerouslySetInnerHTML?

optional dangerouslySetInnerHTML: { __html: string | TrustedHTML; }

Defined in: node_modules/@types/react/index.d.ts:2174

__html

__html: string | TrustedHTML

Inherited from

Omit.dangerouslySetInnerHTML


datatype?

optional datatype: string

Defined in: node_modules/@types/react/index.d.ts:2728

Inherited from

Omit.datatype


debug?

optional debug: ConditionalValue<undefined | boolean | `var(--${string})` | AnyString>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:786

Inherited from

Omit.debug


defaultChecked?

optional defaultChecked: boolean

Defined in: node_modules/@zag-js/switch/dist/index.d.mts:55

The initial checked state of the switch when rendered. Use when you don't need to control the checked state of the switch.

Inherited from

Omit.defaultChecked


defaultValue?

optional defaultValue: string | number | readonly string[]

Defined in: node_modules/@types/react/index.d.ts:2694

Inherited from

Omit.defaultValue


dir?

optional dir: string

Defined in: node_modules/@types/react/index.d.ts:2705

Inherited from

Omit.dir


direction?

optional direction: ConditionalValue<undefined | AnyString | Direction | readonly NonNullable<Direction | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:237

Inherited from

Omit.direction


disabled?

optional disabled: boolean

Defined in: packages/react-querybuilder/src/types/propsUsingReact.ts:83

Disables the control.

Inherited from

NotToggleProps.disabled


display?

optional display: ConditionalValue<undefined | readonly string[] | AnyString | Display>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:238

Inherited from

Omit.display


divideColor?

optional divideColor: ConditionalValue<undefined | `var(--${string})` | AnyString | ColorsToken | "currentBg">

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:728

Inherited from

Omit.divideColor


divideStyle?

optional divideStyle: ConditionalValue<undefined | readonly string[] | `var(--${string})` | AnyString | BorderStyle>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:729

Inherited from

Omit.divideStyle


divideX?

optional divideX: ConditionalValue<undefined | string | AnyString>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:726

Inherited from

Omit.divideX


divideY?

optional divideY: ConditionalValue<undefined | string | AnyString>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:727

Inherited from

Omit.divideY


dominantBaseline?

optional dominantBaseline: ConditionalValue<undefined | AnyString | DominantBaseline | readonly NonNullable<DominantBaseline | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:239

Inherited from

Omit.dominantBaseline


draggable?

optional draggable: Booleanish

Defined in: node_modules/@types/react/index.d.ts:2706

Inherited from

Omit.draggable


dropShadow?

optional dropShadow: ConditionalValue<undefined | string | number | AnyString>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:739

Inherited from

Omit.dropShadow


emptyCells?

optional emptyCells: ConditionalValue<undefined | AnyString | EmptyCells | readonly NonNullable<EmptyCells | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:240

Inherited from

Omit.emptyCells


enterKeyHint?

optional enterKeyHint: "search" | "done" | "enter" | "go" | "next" | "previous" | "send"

Defined in: node_modules/@types/react/index.d.ts:2707

Inherited from

Omit.enterKeyHint


exportparts?

optional exportparts: string

Defined in: node_modules/@types/react/index.d.ts:2774

See

https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/exportparts

Inherited from

Omit.exportparts


fieldSizing?

optional fieldSizing: ConditionalValue<undefined | String | AnyString>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:241

Inherited from

Omit.fieldSizing


fill?

optional fill: ConditionalValue<undefined | readonly string[] | string & { } | "none" | "current" | "border" | "bg" | "colorPalette" | "inherit" | `var(--${string})` | AnyString | "-moz-initial" | "initial" | "revert" | "revert-layer" | "unset" | "transparent" | "black" | "white" | "whiteAlpha.50" | "whiteAlpha.100" | "whiteAlpha.200" | "whiteAlpha.300" | "whiteAlpha.400" | "whiteAlpha.500" | "whiteAlpha.600" | "whiteAlpha.700" | "whiteAlpha.800" | "whiteAlpha.900" | "whiteAlpha.950" | "blackAlpha.50" | "blackAlpha.100" | "blackAlpha.200" | "blackAlpha.300" | "blackAlpha.400" | "blackAlpha.500" | "blackAlpha.600" | "blackAlpha.700" | "blackAlpha.800" | "blackAlpha.900" | "blackAlpha.950" | "gray.50" | "gray.100" | "gray.200" | "gray.300" | "gray.400" | "gray.500" | "gray.600" | "gray.700" | "gray.800" | "gray.900" | "gray.950" | "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" | "bg.subtle" | "bg.muted" | "bg.emphasized" | "bg.inverted" | "bg.panel" | "bg.error" | "bg.warning" | "bg.success" | "bg.info" | "fg" | "fg.muted" | "fg.subtle" | "fg.inverted" | "fg.error" | "fg.warning" | "fg.success" | "fg.info" | "border.muted" | "border.subtle" | "border.emphasized" | "border.inverted" | "border.error" | "border.warning" | "border.success" | "border.info" | "gray.contrast" | "gray.fg" | "gray.subtle" | "gray.muted" | "gray.emphasized" | "gray.solid" | "gray.focusRing" | "red.contrast" | "red.fg" | "red.subtle" | "red.muted" | "red.emphasized" | "red.solid" | "red.focusRing" | "orange.contrast" | "orange.fg" | "orange.subtle" | "orange.muted" | "orange.emphasized" | "orange.solid" | "orange.focusRing" | "green.contrast" | "green.fg" | "green.subtle" | "green.muted" | "green.emphasized" | "green.solid" | "green.focusRing" | "blue.contrast" | "blue.fg" | "blue.subtle" | "blue.muted" | "blue.emphasized" | "blue.solid" | "blue.focusRing" | "yellow.contrast" | "yellow.fg" | "yellow.subtle" | "yellow.muted" | "yellow.emphasized" | "yellow.solid" | "yellow.focusRing" | "teal.contrast" | "teal.fg" | "teal.subtle" | "teal.muted" | "teal.emphasized" | "teal.solid" | "teal.focusRing" | "purple.contrast" | "purple.fg" | "purple.subtle" | "purple.muted" | "purple.emphasized" | "purple.solid" | "purple.focusRing" | "pink.contrast" | "pink.fg" | "pink.subtle" | "pink.muted" | "pink.emphasized" | "pink.solid" | "pink.focusRing" | "cyan.contrast" | "cyan.fg" | "cyan.subtle" | "cyan.muted" | "cyan.emphasized" | "cyan.solid" | "cyan.focusRing" | "colorPalette.50" | "colorPalette.100" | "colorPalette.200" | "colorPalette.300" | "colorPalette.400" | "colorPalette.500" | "colorPalette.600" | "colorPalette.700" | "colorPalette.800" | "colorPalette.900" | "colorPalette.950" | "colorPalette.subtle" | "colorPalette.muted" | "colorPalette.emphasized" | "colorPalette.inverted" | "colorPalette.panel" | "colorPalette.error" | "colorPalette.warning" | "colorPalette.success" | "colorPalette.info" | "colorPalette.contrast" | "colorPalette.fg" | "colorPalette.solid" | "colorPalette.focusRing" | "currentBg" | "aliceblue" | "antiquewhite" | "aqua" | "aquamarine" | "azure" | "beige" | "bisque" | "blanchedalmond" | "blue" | "blueviolet" | "brown" | "burlywood" | "cadetblue" | "chartreuse" | "chocolate" | "coral" | "cornflowerblue" | "cornsilk" | "crimson" | "cyan" | "darkblue" | "darkcyan" | "darkgoldenrod" | "darkgray" | "darkgreen" | "darkgrey" | "darkkhaki" | "darkmagenta" | "darkolivegreen" | "darkorange" | "darkorchid" | "darkred" | "darksalmon" | "darkseagreen" | "darkslateblue" | "darkslategray" | "darkslategrey" | "darkturquoise" | "darkviolet" | "deeppink" | "deepskyblue" | "dimgray" | "dimgrey" | "dodgerblue" | "firebrick" | "floralwhite" | "forestgreen" | "fuchsia" | "gainsboro" | "ghostwhite" | "gold" | "goldenrod" | "gray" | "green" | "greenyellow" | "grey" | "honeydew" | "hotpink" | "indianred" | "indigo" | "ivory" | "khaki" | "lavender" | "lavenderblush" | "lawngreen" | "lemonchiffon" | "lightblue" | "lightcoral" | "lightcyan" | "lightgoldenrodyellow" | "lightgray" | "lightgreen" | "lightgrey" | "lightpink" | "lightsalmon" | "lightseagreen" | "lightskyblue" | "lightslategray" | "lightslategrey" | "lightsteelblue" | "lightyellow" | "lime" | "limegreen" | "linen" | "magenta" | "maroon" | "mediumaquamarine" | "mediumblue" | "mediumorchid" | "mediumpurple" | "mediumseagreen" | "mediumslateblue" | "mediumspringgreen" | "mediumturquoise" | "mediumvioletred" | "midnightblue" | "mintcream" | "mistyrose" | "moccasin" | "navajowhite" | "navy" | "oldlace" | "olive" | "olivedrab" | "orange" | "orangered" | "orchid" | "palegoldenrod" | "palegreen" | "paleturquoise" | "palevioletred" | "papayawhip" | "peachpuff" | "peru" | "pink" | "plum" | "powderblue" | "purple" | "rebeccapurple" | "red" | "rosybrown" | "royalblue" | "saddlebrown" | "salmon" | "sandybrown" | "seagreen" | "seashell" | "sienna" | "silver" | "skyblue" | "slateblue" | "slategray" | "slategrey" | "snow" | "springgreen" | "steelblue" | "tan" | "teal" | "thistle" | "tomato" | "turquoise" | "violet" | "wheat" | "whitesmoke" | "yellow" | "yellowgreen" | "ActiveBorder" | "ActiveCaption" | "AppWorkspace" | "Background" | "ButtonFace" | "ButtonHighlight" | "ButtonShadow" | "ButtonText" | "CaptionText" | "GrayText" | "Highlight" | "HighlightText" | "InactiveBorder" | "InactiveCaption" | "InactiveCaptionText" | "InfoBackground" | "InfoText" | "Menu" | "MenuText" | "Scrollbar" | "ThreeDDarkShadow" | "ThreeDFace" | "ThreeDHighlight" | "ThreeDLightShadow" | "ThreeDShadow" | "Window" | "WindowFrame" | "WindowText" | "currentcolor" | "child" | "context-fill" | "context-stroke">

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:242

Inherited from

Omit.fill


fillOpacity?

optional fillOpacity: ConditionalValue<undefined | AnyString | FillOpacity | readonly NonNullable<FillOpacity | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:243

Inherited from

Omit.fillOpacity


fillRule?

optional fillRule: ConditionalValue<undefined | AnyString | FillRule | readonly NonNullable<FillRule | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:244

Inherited from

Omit.fillRule


filter?

optional filter: ConditionalValue<undefined | readonly string[] | AnyString | Filter>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:245

Inherited from

Omit.filter


flex?

optional flex: ConditionalValue<undefined | AnyString | Flex<String | Number> | readonly NonNullable<Flex<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:246

Inherited from

Omit.flex


flexBasis?

optional flexBasis: ConditionalValue<undefined | `var(--${string})` | AnyString | SizesToken | FlexBasis<String | Number> | readonly NonNullable<FlexBasis<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:247

Inherited from

Omit.flexBasis


flexDir?

optional flexDir: ConditionalValue<undefined | AnyString | FlexDirection | readonly NonNullable<FlexDirection | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:670

Inherited from

Omit.flexDir


flexDirection?

optional flexDirection: ConditionalValue<undefined | AnyString | FlexDirection | readonly NonNullable<FlexDirection | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:248

Inherited from

Omit.flexDirection


flexFlow?

optional flexFlow: ConditionalValue<undefined | readonly string[] | AnyString | FlexFlow>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:249

Inherited from

Omit.flexFlow


flexGrow?

optional flexGrow: ConditionalValue<undefined | AnyString | FlexGrow | readonly NonNullable<FlexGrow | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:250

Inherited from

Omit.flexGrow


flexShrink?

optional flexShrink: ConditionalValue<undefined | AnyString | FlexShrink | readonly NonNullable<FlexShrink | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:251

Inherited from

Omit.flexShrink


flexWrap?

optional flexWrap: ConditionalValue<undefined | AnyString | FlexWrap | readonly NonNullable<FlexWrap | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:252

Inherited from

Omit.flexWrap


float?

optional float: ConditionalValue<undefined | AnyString | Float | readonly NonNullable<Float | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:253

Inherited from

Omit.float


floodColor?

optional floodColor: ConditionalValue<undefined | readonly string[] | AnyString | FloodColor>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:254

Inherited from

Omit.floodColor


floodOpacity?

optional floodOpacity: ConditionalValue<undefined | AnyString | FloodOpacity | readonly NonNullable<FloodOpacity | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:255

Inherited from

Omit.floodOpacity


focusRing?

optional focusRing: ConditionalValue<undefined | "none" | "mixed" | `var(--${string})` | AnyString | "inside" | "outside">

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:749

Inherited from

Omit.focusRing


focusRingColor?

optional focusRingColor: ConditionalValue<undefined | `var(--${string})` | AnyString | ColorsToken | "currentBg">

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:751

Inherited from

Omit.focusRingColor


focusRingOffset?

optional focusRingOffset: ConditionalValue<undefined | `var(--${string})` | AnyString | SpacingToken>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:752

Inherited from

Omit.focusRingOffset


focusRingStyle?

optional focusRingStyle: ConditionalValue<undefined | readonly string[] | `var(--${string})` | AnyString | OutlineStyle>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:754

Inherited from

Omit.focusRingStyle


focusRingWidth?

optional focusRingWidth: ConditionalValue<undefined | `var(--${string})` | AnyString | OutlineWidth<String | Number> | readonly NonNullable<OutlineWidth<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:753

Inherited from

Omit.focusRingWidth


focusVisibleRing?

optional focusVisibleRing: ConditionalValue<undefined | "none" | "mixed" | `var(--${string})` | AnyString | "inside" | "outside">

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:750

Inherited from

Omit.focusVisibleRing


font?

optional font: ConditionalValue<undefined | readonly string[] | AnyString | Font>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:256

Inherited from

Omit.font


fontFamily?

optional fontFamily: ConditionalValue<undefined | readonly string[] | `var(--${string})` | AnyString | FontsToken | FontFamily>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:257

Inherited from

Omit.fontFamily


fontFeatureSettings?

optional fontFeatureSettings: ConditionalValue<undefined | readonly string[] | AnyString | FontFeatureSettings>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:258

Inherited from

Omit.fontFeatureSettings


fontKerning?

optional fontKerning: ConditionalValue<undefined | AnyString | FontKerning | readonly NonNullable<FontKerning | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:259

Inherited from

Omit.fontKerning


fontLanguageOverride?

optional fontLanguageOverride: ConditionalValue<undefined | readonly string[] | AnyString | FontLanguageOverride>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:260

Inherited from

Omit.fontLanguageOverride


fontOpticalSizing?

optional fontOpticalSizing: ConditionalValue<undefined | AnyString | FontOpticalSizing | readonly NonNullable<FontOpticalSizing | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:261

Inherited from

Omit.fontOpticalSizing


fontPalette?

optional fontPalette: ConditionalValue<undefined | readonly string[] | AnyString | FontPalette>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:262

Inherited from

Omit.fontPalette


fontSize?

optional fontSize: ConditionalValue<undefined | `var(--${string})` | AnyString | FontSizesToken | FontSize<String | Number> | readonly NonNullable<FontSize<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:263

Inherited from

Omit.fontSize


fontSizeAdjust?

optional fontSizeAdjust: ConditionalValue<undefined | AnyString | FontSizeAdjust | readonly NonNullable<FontSizeAdjust | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:264

Inherited from

Omit.fontSizeAdjust


fontSmooth?

optional fontSmooth: ConditionalValue<undefined | AnyString | FontSmooth<String | Number> | readonly NonNullable<FontSmooth<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:265

Inherited from

Omit.fontSmooth


fontStretch?

optional fontStretch: ConditionalValue<undefined | readonly string[] | AnyString | FontStretch>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:266

Inherited from

Omit.fontStretch


fontStyle?

optional fontStyle: ConditionalValue<undefined | readonly string[] | AnyString | FontStyle>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:267

Inherited from

Omit.fontStyle


fontSynthesis?

optional fontSynthesis: ConditionalValue<undefined | readonly string[] | AnyString | FontSynthesis>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:268

Inherited from

Omit.fontSynthesis


fontSynthesisPosition?

optional fontSynthesisPosition: ConditionalValue<undefined | AnyString | FontSynthesisPosition | readonly NonNullable<FontSynthesisPosition | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:269

Inherited from

Omit.fontSynthesisPosition


fontSynthesisSmallCaps?

optional fontSynthesisSmallCaps: ConditionalValue<undefined | AnyString | FontSynthesisSmallCaps | readonly NonNullable<FontSynthesisSmallCaps | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:270

Inherited from

Omit.fontSynthesisSmallCaps


fontSynthesisStyle?

optional fontSynthesisStyle: ConditionalValue<undefined | AnyString | FontSynthesisStyle | readonly NonNullable<FontSynthesisStyle | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:271

Inherited from

Omit.fontSynthesisStyle


fontSynthesisWeight?

optional fontSynthesisWeight: ConditionalValue<undefined | AnyString | FontSynthesisWeight | readonly NonNullable<FontSynthesisWeight | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:272

Inherited from

Omit.fontSynthesisWeight


fontVariant?

optional fontVariant: ConditionalValue<undefined | readonly string[] | AnyString | FontVariant>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:273

Inherited from

Omit.fontVariant


fontVariantAlternates?

optional fontVariantAlternates: ConditionalValue<undefined | readonly string[] | AnyString | FontVariantAlternates>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:274

Inherited from

Omit.fontVariantAlternates


fontVariantCaps?

optional fontVariantCaps: ConditionalValue<undefined | AnyString | FontVariantCaps | readonly NonNullable<FontVariantCaps | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:275

Inherited from

Omit.fontVariantCaps


fontVariantEastAsian?

optional fontVariantEastAsian: ConditionalValue<undefined | readonly string[] | AnyString | FontVariantEastAsian>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:276

Inherited from

Omit.fontVariantEastAsian


fontVariantEmoji?

optional fontVariantEmoji: ConditionalValue<undefined | AnyString | FontVariantEmoji | readonly NonNullable<FontVariantEmoji | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:277

Inherited from

Omit.fontVariantEmoji


fontVariantLigatures?

optional fontVariantLigatures: ConditionalValue<undefined | readonly string[] | AnyString | FontVariantLigatures>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:278

Inherited from

Omit.fontVariantLigatures


fontVariantNumeric?

optional fontVariantNumeric: ConditionalValue<undefined | readonly string[] | AnyString | FontVariantNumeric>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:279

Inherited from

Omit.fontVariantNumeric


fontVariantPosition?

optional fontVariantPosition: ConditionalValue<undefined | AnyString | FontVariantPosition | readonly NonNullable<FontVariantPosition | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:280

Inherited from

Omit.fontVariantPosition


fontVariationSettings?

optional fontVariationSettings: ConditionalValue<undefined | readonly string[] | AnyString | FontVariationSettings>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:281

Inherited from

Omit.fontVariationSettings


fontWeight?

optional fontWeight: ConditionalValue<undefined | "bold" | string & { } | "inherit" | `var(--${string})` | AnyString | "-moz-initial" | "initial" | "revert" | "revert-layer" | "unset" | "black" | number & { } | "normal" | "medium" | "thin" | "light" | "extralight" | "semibold" | "extrabold" | "bolder" | "lighter" | readonly NonNullable<undefined | FontWeight>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:282

Inherited from

Omit.fontWeight


forcedColorAdjust?

optional forcedColorAdjust: ConditionalValue<undefined | AnyString | ForcedColorAdjust | readonly NonNullable<ForcedColorAdjust | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:283

Inherited from

Omit.forcedColorAdjust


form?

optional form: string

Defined in: node_modules/@zag-js/switch/dist/index.d.mts:64

The id of the form that the switch belongs to

Inherited from

Omit.form


gap?

optional gap: ConditionalValue<undefined | `var(--${string})` | AnyString | SpacingToken | Gap<String | Number> | readonly NonNullable<Gap<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:284

Inherited from

Omit.gap


gapX?

optional gapX: ConditionalValue<undefined | `var(--${string})` | AnyString | SpacingToken | ColumnGap<String | Number> | readonly NonNullable<ColumnGap<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:669

Inherited from

Omit.gapX


gapY?

optional gapY: ConditionalValue<undefined | `var(--${string})` | AnyString | SpacingToken | RowGap<String | Number> | readonly NonNullable<RowGap<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:668

Inherited from

Omit.gapY


glyphOrientationVertical?

optional glyphOrientationVertical: ConditionalValue<undefined | AnyString | GlyphOrientationVertical | readonly NonNullable<GlyphOrientationVertical | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:594

Inherited from

Omit.glyphOrientationVertical


gradientFrom?

optional gradientFrom: ConditionalValue<undefined | `var(--${string})` | AnyString | ColorsToken | "currentBg">

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:717

Inherited from

Omit.gradientFrom


gradientTo?

optional gradientTo: ConditionalValue<undefined | `var(--${string})` | AnyString | ColorsToken | "currentBg">

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:718

Inherited from

Omit.gradientTo


gradientVia?

optional gradientVia: ConditionalValue<undefined | `var(--${string})` | AnyString | ColorsToken | "currentBg">

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:719

Inherited from

Omit.gradientVia


grayscale?

optional grayscale: ConditionalValue<undefined | string | number | AnyString>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:734

Inherited from

Omit.grayscale


grid?

optional grid: ConditionalValue<undefined | readonly string[] | AnyString | Grid>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:285

Inherited from

Omit.grid


gridArea?

optional gridArea: ConditionalValue<undefined | AnyString | GridArea | readonly NonNullable<GridArea | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:286

Inherited from

Omit.gridArea


gridAutoColumns?

optional gridAutoColumns: ConditionalValue<undefined | AnyString | GridAutoColumns<String | Number> | readonly NonNullable<GridAutoColumns<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:287

Inherited from

Omit.gridAutoColumns


gridAutoFlow?

optional gridAutoFlow: ConditionalValue<undefined | readonly string[] | AnyString | GridAutoFlow>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:288

Inherited from

Omit.gridAutoFlow


gridAutoRows?

optional gridAutoRows: ConditionalValue<undefined | AnyString | GridAutoRows<String | Number> | readonly NonNullable<GridAutoRows<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:289

Inherited from

Omit.gridAutoRows


gridColumn?

optional gridColumn: ConditionalValue<undefined | AnyString | GridColumn | readonly NonNullable<GridColumn | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:290

Inherited from

Omit.gridColumn


gridColumnEnd?

optional gridColumnEnd: ConditionalValue<undefined | AnyString | GridColumnEnd | readonly NonNullable<GridColumnEnd | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:291

Inherited from

Omit.gridColumnEnd


gridColumnGap?

optional gridColumnGap: ConditionalValue<undefined | `var(--${string})` | AnyString | SpacingToken | GridColumnGap<String | Number> | readonly NonNullable<GridColumnGap<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:292

Inherited from

Omit.gridColumnGap


gridColumnStart?

optional gridColumnStart: ConditionalValue<undefined | AnyString | GridColumnStart | readonly NonNullable<GridColumnStart | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:293

Inherited from

Omit.gridColumnStart


gridGap?

optional gridGap: ConditionalValue<undefined | `var(--${string})` | AnyString | SpacingToken | GridGap<String | Number> | readonly NonNullable<GridGap<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:294

Inherited from

Omit.gridGap


gridRow?

optional gridRow: ConditionalValue<undefined | AnyString | GridRow | readonly NonNullable<GridRow | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:295

Inherited from

Omit.gridRow


gridRowEnd?

optional gridRowEnd: ConditionalValue<undefined | AnyString | GridRowEnd | readonly NonNullable<GridRowEnd | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:296

Inherited from

Omit.gridRowEnd


gridRowGap?

optional gridRowGap: ConditionalValue<undefined | `var(--${string})` | AnyString | SpacingToken | GridRowGap<String | Number> | readonly NonNullable<GridRowGap<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:297

Inherited from

Omit.gridRowGap


gridRowStart?

optional gridRowStart: ConditionalValue<undefined | AnyString | GridRowStart | readonly NonNullable<GridRowStart | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:298

Inherited from

Omit.gridRowStart


gridTemplate?

optional gridTemplate: ConditionalValue<undefined | readonly string[] | AnyString | GridTemplate>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:299

Inherited from

Omit.gridTemplate


gridTemplateAreas?

optional gridTemplateAreas: ConditionalValue<undefined | readonly string[] | AnyString | GridTemplateAreas>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:300

Inherited from

Omit.gridTemplateAreas


gridTemplateColumns?

optional gridTemplateColumns: ConditionalValue<undefined | AnyString | GridTemplateColumns<String | Number> | readonly NonNullable<GridTemplateColumns<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:301

Inherited from

Omit.gridTemplateColumns


gridTemplateRows?

optional gridTemplateRows: ConditionalValue<undefined | AnyString | GridTemplateRows<String | Number> | readonly NonNullable<GridTemplateRows<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:302

Inherited from

Omit.gridTemplateRows


h?

optional h: ConditionalValue<undefined | `var(--${string})` | AnyString | SizesToken | Height<String | Number> | readonly NonNullable<Height<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:672

Inherited from

Omit.h


hangingPunctuation?

optional hangingPunctuation: ConditionalValue<undefined | readonly string[] | AnyString | HangingPunctuation>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:303

Inherited from

Omit.hangingPunctuation


height?

optional height: ConditionalValue<undefined | `var(--${string})` | AnyString | SizesToken | Height<String | Number> | readonly NonNullable<Height<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:304

Inherited from

Omit.height


hidden?

optional hidden: boolean

Defined in: node_modules/@types/react/index.d.ts:2708

Inherited from

Omit.hidden


hideBelow?

optional hideBelow: ConditionalValue<undefined | `var(--${string})` | AnyString | BreakpointsToken>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:757

Inherited from

Omit.hideBelow


hideFrom?

optional hideFrom: ConditionalValue<undefined | `var(--${string})` | AnyString | BreakpointsToken>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:756

Inherited from

Omit.hideFrom


htmlContent?

optional htmlContent: string

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/factory.types.d.ts:22

Inherited from

Omit.htmlContent


htmlFor?

optional htmlFor: string

Defined in: node_modules/@types/react/index.d.ts:3234

Inherited from

Omit.htmlFor


htmlHeight?

optional htmlHeight: string | number

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/factory.types.d.ts:20

Inherited from

Omit.htmlHeight


htmlSize?

optional htmlSize: number

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/factory.types.d.ts:18

Inherited from

Omit.htmlSize


htmlTranslate?

optional htmlTranslate: "yes" | "no"

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/factory.types.d.ts:21

Inherited from

Omit.htmlTranslate


htmlWidth?

optional htmlWidth: string | number

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/factory.types.d.ts:19

Inherited from

Omit.htmlWidth


hueRotate?

optional hueRotate: ConditionalValue<undefined | string | number | AnyString>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:735

Inherited from

Omit.hueRotate


hyphenateCharacter?

optional hyphenateCharacter: ConditionalValue<undefined | readonly string[] | AnyString | HyphenateCharacter>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:305

Inherited from

Omit.hyphenateCharacter


hyphenateLimitChars?

optional hyphenateLimitChars: ConditionalValue<undefined | AnyString | HyphenateLimitChars | readonly NonNullable<HyphenateLimitChars | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:306

Inherited from

Omit.hyphenateLimitChars


hyphens?

optional hyphens: ConditionalValue<undefined | AnyString | Hyphens | readonly NonNullable<Hyphens | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:307

Inherited from

Omit.hyphens


id?

optional id: string

Defined in: node_modules/@zag-js/types/dist/index.d.mts:1471

The unique identifier of the machine.

Inherited from

Omit.id


ids?

optional ids: Partial<{ control: string; hiddenInput: string; label: string; root: string; thumb: string; }>

Defined in: node_modules/@zag-js/switch/dist/index.d.mts:22

The ids of the elements in the switch. Useful for composition.

Inherited from

Omit.ids


imageOrientation?

optional imageOrientation: ConditionalValue<undefined | readonly string[] | AnyString | ImageOrientation>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:308

Inherited from

Omit.imageOrientation


imageRendering?

optional imageRendering: ConditionalValue<undefined | AnyString | ImageRendering | readonly NonNullable<ImageRendering | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:309

Inherited from

Omit.imageRendering


imageResolution?

optional imageResolution: ConditionalValue<undefined | readonly string[] | AnyString | ImageResolution>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:310

Inherited from

Omit.imageResolution


imeMode?

optional imeMode: ConditionalValue<undefined | AnyString | ImeMode | readonly NonNullable<ImeMode | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:311

Inherited from

Omit.imeMode


inert?

optional inert: boolean

Defined in: node_modules/@types/react/index.d.ts:2760

See

https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/inert

Inherited from

Omit.inert


initialLetter?

optional initialLetter: ConditionalValue<undefined | AnyString | InitialLetter | readonly NonNullable<InitialLetter | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:312

Inherited from

Omit.initialLetter


initialLetterAlign?

optional initialLetterAlign: ConditionalValue<undefined | String | AnyString>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:313

Inherited from

Omit.initialLetterAlign


inlineSize?

optional inlineSize: ConditionalValue<undefined | `var(--${string})` | AnyString | SizesToken | InlineSize<String | Number> | readonly NonNullable<InlineSize<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:314

Inherited from

Omit.inlineSize


inlist?

optional inlist: any

Defined in: node_modules/@types/react/index.d.ts:2729

Inherited from

Omit.inlist


inputMode?

optional inputMode: "search" | "text" | "email" | "tel" | "url" | "none" | "numeric" | "decimal"

Defined in: node_modules/@types/react/index.d.ts:2765

Hints at the type of data that might be entered by the user while editing the element or its contents

See

https://html.spec.whatwg.org/multipage/interaction.html#input-modalities:-the-inputmode-attribute

Inherited from

Omit.inputMode


inputProps?

optional inputProps: InputHTMLAttributes<HTMLInputElement>

Defined in: packages/chakra/src/snippets/switch.tsx:5

Inherited from

Omit.inputProps


inset?

optional inset: ConditionalValue<undefined | `var(--${string})` | AnyString | SpacingToken | Inset<String | Number> | readonly NonNullable<Inset<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:315

Inherited from

Omit.inset


insetBlock?

optional insetBlock: ConditionalValue<undefined | `var(--${string})` | AnyString | SpacingToken | InsetBlock<String | Number> | readonly NonNullable<InsetBlock<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:316

Inherited from

Omit.insetBlock


insetBlockEnd?

optional insetBlockEnd: ConditionalValue<undefined | `var(--${string})` | AnyString | SpacingToken | InsetBlockEnd<String | Number> | readonly NonNullable<InsetBlockEnd<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:317

Inherited from

Omit.insetBlockEnd


insetBlockStart?

optional insetBlockStart: ConditionalValue<undefined | `var(--${string})` | AnyString | SpacingToken | InsetBlockStart<String | Number> | readonly NonNullable<InsetBlockStart<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:318

Inherited from

Omit.insetBlockStart


insetEnd?

optional insetEnd: ConditionalValue<undefined | `var(--${string})` | AnyString | SpacingToken | InsetInlineEnd<String | Number> | readonly NonNullable<InsetInlineEnd<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:688

Inherited from

Omit.insetEnd


insetInline?

optional insetInline: ConditionalValue<undefined | `var(--${string})` | AnyString | SpacingToken | InsetInline<String | Number> | readonly NonNullable<InsetInline<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:319

Inherited from

Omit.insetInline


insetInlineEnd?

optional insetInlineEnd: ConditionalValue<undefined | `var(--${string})` | AnyString | SpacingToken | InsetInlineEnd<String | Number> | readonly NonNullable<InsetInlineEnd<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:320

Inherited from

Omit.insetInlineEnd


insetInlineStart?

optional insetInlineStart: ConditionalValue<undefined | `var(--${string})` | AnyString | SpacingToken | InsetInlineStart<String | Number> | readonly NonNullable<InsetInlineStart<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:321

Inherited from

Omit.insetInlineStart


insetStart?

optional insetStart: ConditionalValue<undefined | `var(--${string})` | AnyString | SpacingToken | InsetInlineStart<String | Number> | readonly NonNullable<InsetInlineStart<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:687

Inherited from

Omit.insetStart


insetX?

optional insetX: ConditionalValue<undefined | `var(--${string})` | AnyString | SpacingToken | InsetInline<String | Number> | readonly NonNullable<InsetInline<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:685

Inherited from

Omit.insetX


insetY?

optional insetY: ConditionalValue<undefined | `var(--${string})` | AnyString | SpacingToken | InsetBlock<String | Number> | readonly NonNullable<InsetBlock<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:686

Inherited from

Omit.insetY


interpolateSize?

optional interpolateSize: ConditionalValue<undefined | String | AnyString>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:322

Inherited from

Omit.interpolateSize


invalid?

optional invalid: boolean

Defined in: node_modules/@zag-js/switch/dist/index.d.mts:34

If true, the switch is marked as invalid.

Inherited from

Omit.invalid


invert?

optional invert: ConditionalValue<undefined | string | number | AnyString>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:736

Inherited from

Omit.invert


is?

optional is: string

Defined in: node_modules/@types/react/index.d.ts:2770

Specify that a standard HTML element should behave like a defined custom built-in element

See

https://html.spec.whatwg.org/multipage/custom-elements.html#attr-is

Inherited from

Omit.is


isolation?

optional isolation: ConditionalValue<undefined | AnyString | Isolation | readonly NonNullable<Isolation | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:323

Inherited from

Omit.isolation


itemID?

optional itemID: string

Defined in: node_modules/@types/react/index.d.ts:2745

Inherited from

Omit.itemID


itemProp?

optional itemProp: string

Defined in: node_modules/@types/react/index.d.ts:2742

Inherited from

Omit.itemProp


itemRef?

optional itemRef: string

Defined in: node_modules/@types/react/index.d.ts:2746

Inherited from

Omit.itemRef


itemScope?

optional itemScope: boolean

Defined in: node_modules/@types/react/index.d.ts:2743

Inherited from

Omit.itemScope


itemType?

optional itemType: string

Defined in: node_modules/@types/react/index.d.ts:2744

Inherited from

Omit.itemType


justifyContent?

optional justifyContent: ConditionalValue<undefined | readonly string[] | AnyString | JustifyContent>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:324

Inherited from

Omit.justifyContent


justifyItems?

optional justifyItems: ConditionalValue<undefined | readonly string[] | AnyString | JustifyItems>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:325

Inherited from

Omit.justifyItems


justifySelf?

optional justifySelf: ConditionalValue<undefined | readonly string[] | AnyString | JustifySelf>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:326

Inherited from

Omit.justifySelf


justifyTracks?

optional justifyTracks: ConditionalValue<undefined | readonly string[] | AnyString | JustifyTracks>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:327

Inherited from

Omit.justifyTracks


key?

optional key: null | Key

Defined in: node_modules/@types/react/index.d.ts:250

Inherited from

Omit.key


label?

optional label: ReactNode

Defined in: packages/react-querybuilder/src/types/propsUsingReact.ts:351

Inherited from

NotToggleProps.label


lang?

optional lang: string

Defined in: node_modules/@types/react/index.d.ts:2710

Inherited from

Omit.lang


layerStyle?

optional layerStyle: ConditionalValue<undefined | "disabled" | "none" | `var(--${string})` | AnyString | "fill.muted" | "fill.subtle" | "fill.surface" | "fill.solid" | "outline.subtle" | "outline.solid" | "indicator.bottom" | "indicator.top" | "indicator.start" | "indicator.end">

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:789

Inherited from

Omit.layerStyle


left?

optional left: ConditionalValue<undefined | `var(--${string})` | AnyString | SpacingToken | Left<String | Number> | readonly NonNullable<Left<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:328

Inherited from

Omit.left


letterSpacing?

optional letterSpacing: ConditionalValue<undefined | `var(--${string})` | AnyString | LetterSpacingsToken | LetterSpacing<String | Number> | readonly NonNullable<LetterSpacing<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:329

Inherited from

Omit.letterSpacing


level

level: number

Defined in: packages/react-querybuilder/src/types/propsUsingReact.ts:75

The level of the current group. Always equal to path.length.

Inherited from

NotToggleProps.level


lg?

optional lg: Nested<SystemStyleObject>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/conditions.gen.d.ts:223

@media screen and (min-width: 64rem)

Inherited from

Omit.lg


lgDown?

optional lgDown: Nested<SystemStyleObject>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/conditions.gen.d.ts:227

@media screen and (max-width: 63.9975rem)

Inherited from

Omit.lgDown


lgOnly?

optional lgOnly: Nested<SystemStyleObject>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/conditions.gen.d.ts:225

@media screen and (min-width: 64rem) and (max-width: 79.9975rem)

Inherited from

Omit.lgOnly


lgTo2xl?

optional lgTo2xl: Nested<SystemStyleObject>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/conditions.gen.d.ts:257

@media screen and (min-width: 64rem) and (max-width: 95.9975rem)

Inherited from

Omit.lgTo2xl


lgToXl?

optional lgToXl: Nested<SystemStyleObject>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/conditions.gen.d.ts:255

@media screen and (min-width: 64rem) and (max-width: 79.9975rem)

Inherited from

Omit.lgToXl


lightingColor?

optional lightingColor: ConditionalValue<undefined | readonly string[] | AnyString | LightingColor>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:330

Inherited from

Omit.lightingColor


lineBreak?

optional lineBreak: ConditionalValue<undefined | AnyString | LineBreak | readonly NonNullable<LineBreak | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:331

Inherited from

Omit.lineBreak


lineClamp?

optional lineClamp: ConditionalValue<undefined | AnyString | LineClamp | readonly NonNullable<LineClamp | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:332

Inherited from

Omit.lineClamp


lineHeight?

optional lineHeight: ConditionalValue<undefined | `var(--${string})` | AnyString | LineHeightsToken | LineHeight<String | Number> | readonly NonNullable<LineHeight<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:333

Inherited from

Omit.lineHeight


lineHeightStep?

optional lineHeightStep: ConditionalValue<undefined | AnyString | LineHeightStep<String | Number> | readonly NonNullable<LineHeightStep<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:334

Inherited from

Omit.lineHeightStep


listStyle?

optional listStyle: ConditionalValue<undefined | readonly string[] | AnyString | ListStyle>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:335

Inherited from

Omit.listStyle


listStyleImage?

optional listStyleImage: ConditionalValue<undefined | readonly string[] | `var(--${string})` | AnyString | ListStyleImage>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:336

Inherited from

Omit.listStyleImage


listStyleImg?

optional listStyleImg: ConditionalValue<undefined | readonly string[] | `var(--${string})` | AnyString | ListStyleImage>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:683

Inherited from

Omit.listStyleImg


listStylePos?

optional listStylePos: ConditionalValue<undefined | AnyString | ListStylePosition | readonly NonNullable<ListStylePosition | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:682

Inherited from

Omit.listStylePos


listStylePosition?

optional listStylePosition: ConditionalValue<undefined | AnyString | ListStylePosition | readonly NonNullable<ListStylePosition | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:337

Inherited from

Omit.listStylePosition


listStyleType?

optional listStyleType: ConditionalValue<undefined | readonly string[] | AnyString | ListStyleType>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:338

Inherited from

Omit.listStyleType


m?

optional m: ConditionalValue<undefined | `var(--${string})` | AnyString | SpacingToken | Margin<String | Number> | readonly NonNullable<Margin<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:689

Inherited from

Omit.m


margin?

optional margin: ConditionalValue<undefined | `var(--${string})` | AnyString | SpacingToken | Margin<String | Number> | readonly NonNullable<Margin<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:339

Inherited from

Omit.margin


marginBlock?

optional marginBlock: ConditionalValue<undefined | `var(--${string})` | AnyString | SpacingToken | MarginBlock<String | Number> | readonly NonNullable<MarginBlock<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:340

Inherited from

Omit.marginBlock


marginBlockEnd?

optional marginBlockEnd: ConditionalValue<undefined | `var(--${string})` | AnyString | SpacingToken | MarginBlockEnd<String | Number> | readonly NonNullable<MarginBlockEnd<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:341

Inherited from

Omit.marginBlockEnd


marginBlockStart?

optional marginBlockStart: ConditionalValue<undefined | `var(--${string})` | AnyString | SpacingToken | MarginBlockStart<String | Number> | readonly NonNullable<MarginBlockStart<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:342

Inherited from

Omit.marginBlockStart


marginBottom?

optional marginBottom: ConditionalValue<undefined | `var(--${string})` | AnyString | SpacingToken | MarginBottom<String | Number> | readonly NonNullable<MarginBottom<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:343

Inherited from

Omit.marginBottom


marginEnd?

optional marginEnd: ConditionalValue<undefined | `var(--${string})` | AnyString | SpacingToken | MarginInlineEnd<String | Number> | readonly NonNullable<MarginInlineEnd<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:697

Inherited from

Omit.marginEnd


marginInline?

optional marginInline: ConditionalValue<undefined | `var(--${string})` | AnyString | SpacingToken | MarginInline<String | Number> | readonly NonNullable<MarginInline<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:344

Inherited from

Omit.marginInline


marginInlineEnd?

optional marginInlineEnd: ConditionalValue<undefined | `var(--${string})` | AnyString | SpacingToken | MarginInlineEnd<String | Number> | readonly NonNullable<MarginInlineEnd<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:345

Inherited from

Omit.marginInlineEnd


marginInlineStart?

optional marginInlineStart: ConditionalValue<undefined | `var(--${string})` | AnyString | SpacingToken | MarginInlineStart<String | Number> | readonly NonNullable<MarginInlineStart<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:346

Inherited from

Omit.marginInlineStart


marginLeft?

optional marginLeft: ConditionalValue<undefined | `var(--${string})` | AnyString | SpacingToken | MarginLeft<String | Number> | readonly NonNullable<MarginLeft<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:347

Inherited from

Omit.marginLeft


marginRight?

optional marginRight: ConditionalValue<undefined | `var(--${string})` | AnyString | SpacingToken | MarginRight<String | Number> | readonly NonNullable<MarginRight<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:348

Inherited from

Omit.marginRight


marginStart?

optional marginStart: ConditionalValue<undefined | `var(--${string})` | AnyString | SpacingToken | MarginInlineStart<String | Number> | readonly NonNullable<MarginInlineStart<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:695

Inherited from

Omit.marginStart


marginTop?

optional marginTop: ConditionalValue<undefined | `var(--${string})` | AnyString | SpacingToken | MarginTop<String | Number> | readonly NonNullable<MarginTop<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:349

Inherited from

Omit.marginTop


marginTrim?

optional marginTrim: ConditionalValue<undefined | AnyString | MarginTrim | readonly NonNullable<MarginTrim | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:350

Inherited from

Omit.marginTrim


marginX?

optional marginX: ConditionalValue<undefined | `var(--${string})` | AnyString | SpacingToken | MarginInline<String | Number> | readonly NonNullable<MarginInline<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:699

Inherited from

Omit.marginX


marginY?

optional marginY: ConditionalValue<undefined | `var(--${string})` | AnyString | SpacingToken | MarginBlock<String | Number> | readonly NonNullable<MarginBlock<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:701

Inherited from

Omit.marginY


marker?

optional marker: ConditionalValue<undefined | readonly string[] | AnyString | Marker>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:351

Inherited from

Omit.marker


markerEnd?

optional markerEnd: ConditionalValue<undefined | readonly string[] | AnyString | MarkerEnd>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:352

Inherited from

Omit.markerEnd


markerMid?

optional markerMid: ConditionalValue<undefined | readonly string[] | AnyString | MarkerMid>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:353

Inherited from

Omit.markerMid


markerStart?

optional markerStart: ConditionalValue<undefined | readonly string[] | AnyString | MarkerStart>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:354

Inherited from

Omit.markerStart


mask?

optional mask: ConditionalValue<undefined | AnyString | Mask<String | Number> | readonly NonNullable<Mask<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:355

Inherited from

Omit.mask


maskBorder?

optional maskBorder: ConditionalValue<undefined | AnyString | MaskBorder | readonly NonNullable<MaskBorder | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:356

Inherited from

Omit.maskBorder


maskBorderMode?

optional maskBorderMode: ConditionalValue<undefined | AnyString | MaskBorderMode | readonly NonNullable<MaskBorderMode | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:357

Inherited from

Omit.maskBorderMode


maskBorderOutset?

optional maskBorderOutset: ConditionalValue<undefined | AnyString | MaskBorderOutset<String | Number> | readonly NonNullable<MaskBorderOutset<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:358

Inherited from

Omit.maskBorderOutset


maskBorderRepeat?

optional maskBorderRepeat: ConditionalValue<undefined | readonly string[] | AnyString | MaskBorderRepeat>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:359

Inherited from

Omit.maskBorderRepeat


maskBorderSlice?

optional maskBorderSlice: ConditionalValue<undefined | AnyString | MaskBorderSlice | readonly NonNullable<MaskBorderSlice | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:360

Inherited from

Omit.maskBorderSlice


maskBorderSource?

optional maskBorderSource: ConditionalValue<undefined | readonly string[] | AnyString | MaskBorderSource>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:361

Inherited from

Omit.maskBorderSource


maskBorderWidth?

optional maskBorderWidth: ConditionalValue<undefined | AnyString | MaskBorderWidth<String | Number> | readonly NonNullable<MaskBorderWidth<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:362

Inherited from

Omit.maskBorderWidth


maskClip?

optional maskClip: ConditionalValue<undefined | readonly string[] | AnyString | MaskClip>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:363

Inherited from

Omit.maskClip


maskComposite?

optional maskComposite: ConditionalValue<undefined | readonly string[] | AnyString | MaskComposite>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:364

Inherited from

Omit.maskComposite


maskImage?

optional maskImage: ConditionalValue<undefined | readonly string[] | AnyString | MaskImage>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:365

Inherited from

Omit.maskImage


maskMode?

optional maskMode: ConditionalValue<undefined | readonly string[] | AnyString | MaskMode>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:366

Inherited from

Omit.maskMode


maskOrigin?

optional maskOrigin: ConditionalValue<undefined | readonly string[] | AnyString | MaskOrigin>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:367

Inherited from

Omit.maskOrigin


maskPosition?

optional maskPosition: ConditionalValue<undefined | AnyString | MaskPosition<String | Number> | readonly NonNullable<MaskPosition<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:368

Inherited from

Omit.maskPosition


maskRepeat?

optional maskRepeat: ConditionalValue<undefined | readonly string[] | AnyString | MaskRepeat>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:369

Inherited from

Omit.maskRepeat


maskSize?

optional maskSize: ConditionalValue<undefined | AnyString | MaskSize<String | Number> | readonly NonNullable<MaskSize<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:370

Inherited from

Omit.maskSize


maskType?

optional maskType: ConditionalValue<undefined | AnyString | MaskType | readonly NonNullable<MaskType | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:371

Inherited from

Omit.maskType


masonryAutoFlow?

optional masonryAutoFlow: ConditionalValue<undefined | readonly string[] | AnyString | MasonryAutoFlow>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:372

Inherited from

Omit.masonryAutoFlow


mathDepth?

optional mathDepth: ConditionalValue<undefined | AnyString | MathDepth | readonly NonNullable<MathDepth | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:373

Inherited from

Omit.mathDepth


mathShift?

optional mathShift: ConditionalValue<undefined | AnyString | MathShift | readonly NonNullable<MathShift | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:374

Inherited from

Omit.mathShift


mathStyle?

optional mathStyle: ConditionalValue<undefined | AnyString | MathStyle | readonly NonNullable<MathStyle | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:375

Inherited from

Omit.mathStyle


maxBlockSize?

optional maxBlockSize: ConditionalValue<undefined | `var(--${string})` | AnyString | SizesToken | MaxBlockSize<String | Number> | readonly NonNullable<MaxBlockSize<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:376

Inherited from

Omit.maxBlockSize


maxH?

optional maxH: ConditionalValue<undefined | `var(--${string})` | AnyString | SizesToken | MaxHeight<String | Number> | readonly NonNullable<MaxHeight<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:676

Inherited from

Omit.maxH


maxHeight?

optional maxHeight: ConditionalValue<undefined | `var(--${string})` | AnyString | SizesToken | MaxHeight<String | Number> | readonly NonNullable<MaxHeight<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:377

Inherited from

Omit.maxHeight


maxInlineSize?

optional maxInlineSize: ConditionalValue<undefined | `var(--${string})` | AnyString | SizesToken | MaxInlineSize<String | Number> | readonly NonNullable<MaxInlineSize<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:378

Inherited from

Omit.maxInlineSize


maxLines?

optional maxLines: ConditionalValue<undefined | AnyString | MaxLines | readonly NonNullable<MaxLines | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:379

Inherited from

Omit.maxLines


maxW?

optional maxW: ConditionalValue<undefined | `var(--${string})` | AnyString | SizesToken | MaxWidth<String | Number> | readonly NonNullable<MaxWidth<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:675

Inherited from

Omit.maxW


maxWidth?

optional maxWidth: ConditionalValue<undefined | `var(--${string})` | AnyString | SizesToken | MaxWidth<String | Number> | readonly NonNullable<MaxWidth<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:380

Inherited from

Omit.maxWidth


mb?

optional mb: ConditionalValue<undefined | `var(--${string})` | AnyString | SpacingToken | MarginBottom<String | Number> | readonly NonNullable<MarginBottom<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:692

Inherited from

Omit.mb


md?

optional md: Nested<SystemStyleObject>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/conditions.gen.d.ts:217

@media screen and (min-width: 48rem)

Inherited from

Omit.md


mdDown?

optional mdDown: Nested<SystemStyleObject>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/conditions.gen.d.ts:221

@media screen and (max-width: 47.9975rem)

Inherited from

Omit.mdDown


mdOnly?

optional mdOnly: Nested<SystemStyleObject>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/conditions.gen.d.ts:219

@media screen and (min-width: 48rem) and (max-width: 63.9975rem)

Inherited from

Omit.mdOnly


mdTo2xl?

optional mdTo2xl: Nested<SystemStyleObject>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/conditions.gen.d.ts:253

@media screen and (min-width: 48rem) and (max-width: 95.9975rem)

Inherited from

Omit.mdTo2xl


mdToLg?

optional mdToLg: Nested<SystemStyleObject>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/conditions.gen.d.ts:249

@media screen and (min-width: 48rem) and (max-width: 63.9975rem)

Inherited from

Omit.mdToLg


mdToXl?

optional mdToXl: Nested<SystemStyleObject>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/conditions.gen.d.ts:251

@media screen and (min-width: 48rem) and (max-width: 79.9975rem)

Inherited from

Omit.mdToXl


me?

optional me: ConditionalValue<undefined | `var(--${string})` | AnyString | SpacingToken | MarginInlineEnd<String | Number> | readonly NonNullable<MarginInlineEnd<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:696

Inherited from

Omit.me


minBlockSize?

optional minBlockSize: ConditionalValue<undefined | `var(--${string})` | AnyString | SizesToken | MinBlockSize<String | Number> | readonly NonNullable<MinBlockSize<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:381

Inherited from

Omit.minBlockSize


minH?

optional minH: ConditionalValue<undefined | `var(--${string})` | AnyString | SizesToken | MinHeight<String | Number> | readonly NonNullable<MinHeight<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:674

Inherited from

Omit.minH


minHeight?

optional minHeight: ConditionalValue<undefined | `var(--${string})` | AnyString | SizesToken | MinHeight<String | Number> | readonly NonNullable<MinHeight<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:382

Inherited from

Omit.minHeight


minInlineSize?

optional minInlineSize: ConditionalValue<undefined | `var(--${string})` | AnyString | SizesToken | MinInlineSize<String | Number> | readonly NonNullable<MinInlineSize<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:383

Inherited from

Omit.minInlineSize


minW?

optional minW: ConditionalValue<undefined | `var(--${string})` | AnyString | SizesToken | MinWidth<String | Number> | readonly NonNullable<MinWidth<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:673

Inherited from

Omit.minW


minWidth?

optional minWidth: ConditionalValue<undefined | `var(--${string})` | AnyString | SizesToken | MinWidth<String | Number> | readonly NonNullable<MinWidth<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:384

Inherited from

Omit.minWidth


mixBlendMode?

optional mixBlendMode: ConditionalValue<undefined | AnyString | MixBlendMode | readonly NonNullable<MixBlendMode | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:385

Inherited from

Omit.mixBlendMode


ml?

optional ml: ConditionalValue<undefined | `var(--${string})` | AnyString | SpacingToken | MarginLeft<String | Number> | readonly NonNullable<MarginLeft<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:693

Inherited from

Omit.ml


mr?

optional mr: ConditionalValue<undefined | `var(--${string})` | AnyString | SpacingToken | MarginRight<String | Number> | readonly NonNullable<MarginRight<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:691

Inherited from

Omit.mr


ms?

optional ms: ConditionalValue<undefined | `var(--${string})` | AnyString | SpacingToken | MarginInlineStart<String | Number> | readonly NonNullable<MarginInlineStart<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:694

Inherited from

Omit.ms


mt?

optional mt: ConditionalValue<undefined | `var(--${string})` | AnyString | SpacingToken | MarginTop<String | Number> | readonly NonNullable<MarginTop<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:690

Inherited from

Omit.mt


mx?

optional mx: ConditionalValue<undefined | `var(--${string})` | AnyString | SpacingToken | MarginInline<String | Number> | readonly NonNullable<MarginInline<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:698

Inherited from

Omit.mx


my?

optional my: ConditionalValue<undefined | `var(--${string})` | AnyString | SpacingToken | MarginBlock<String | Number> | readonly NonNullable<MarginBlock<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:700

Inherited from

Omit.my


name?

optional name: string

Defined in: node_modules/@zag-js/switch/dist/index.d.mts:60

The name of the input field in a switch (Useful for form submission).

Inherited from

Omit.name


nonce?

optional nonce: string

Defined in: node_modules/@types/react/index.d.ts:2711

Inherited from

Omit.nonce


objectFit?

optional objectFit: ConditionalValue<undefined | AnyString | ObjectFit | readonly NonNullable<ObjectFit | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:386

Inherited from

Omit.objectFit


objectPosition?

optional objectPosition: ConditionalValue<undefined | AnyString | ObjectPosition<String | Number> | readonly NonNullable<ObjectPosition<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:387

Inherited from

Omit.objectPosition


offset?

optional offset: ConditionalValue<undefined | AnyString | Offset<String | Number> | readonly NonNullable<Offset<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:388

Inherited from

Omit.offset


offsetAnchor?

optional offsetAnchor: ConditionalValue<undefined | AnyString | OffsetAnchor<String | Number> | readonly NonNullable<OffsetAnchor<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:389

Inherited from

Omit.offsetAnchor


offsetDistance?

optional offsetDistance: ConditionalValue<undefined | AnyString | OffsetDistance<String | Number> | readonly NonNullable<OffsetDistance<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:390

Inherited from

Omit.offsetDistance


offsetPath?

optional offsetPath: ConditionalValue<undefined | readonly string[] | AnyString | OffsetPath>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:391

Inherited from

Omit.offsetPath


offsetPosition?

optional offsetPosition: ConditionalValue<undefined | AnyString | OffsetPosition<String | Number> | readonly NonNullable<OffsetPosition<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:392

Inherited from

Omit.offsetPosition


offsetRotate?

optional offsetRotate: ConditionalValue<undefined | readonly string[] | AnyString | OffsetRotate>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:393

Inherited from

Omit.offsetRotate


onAbort?

optional onAbort: ReactEventHandler<HTMLLabelElement>

Defined in: node_modules/@types/react/index.d.ts:2233

Inherited from

Omit.onAbort


onAbortCapture?

optional onAbortCapture: ReactEventHandler<HTMLLabelElement>

Defined in: node_modules/@types/react/index.d.ts:2234

Inherited from

Omit.onAbortCapture


onAnimationEnd?

optional onAnimationEnd: AnimationEventHandler<HTMLLabelElement>

Defined in: node_modules/@types/react/index.d.ts:2363

Inherited from

Omit.onAnimationEnd


onAnimationEndCapture?

optional onAnimationEndCapture: AnimationEventHandler<HTMLLabelElement>

Defined in: node_modules/@types/react/index.d.ts:2364

Inherited from

Omit.onAnimationEndCapture


onAnimationIteration?

optional onAnimationIteration: AnimationEventHandler<HTMLLabelElement>

Defined in: node_modules/@types/react/index.d.ts:2365

Inherited from

Omit.onAnimationIteration


onAnimationIterationCapture?

optional onAnimationIterationCapture: AnimationEventHandler<HTMLLabelElement>

Defined in: node_modules/@types/react/index.d.ts:2366

Inherited from

Omit.onAnimationIterationCapture


onAnimationStart?

optional onAnimationStart: AnimationEventHandler<HTMLLabelElement>

Defined in: node_modules/@types/react/index.d.ts:2361

Inherited from

Omit.onAnimationStart


onAnimationStartCapture?

optional onAnimationStartCapture: AnimationEventHandler<HTMLLabelElement>

Defined in: node_modules/@types/react/index.d.ts:2362

Inherited from

Omit.onAnimationStartCapture


onAuxClick?

optional onAuxClick: MouseEventHandler<HTMLLabelElement>

Defined in: node_modules/@types/react/index.d.ts:2279

Inherited from

Omit.onAuxClick


onAuxClickCapture?

optional onAuxClickCapture: MouseEventHandler<HTMLLabelElement>

Defined in: node_modules/@types/react/index.d.ts:2280

Inherited from

Omit.onAuxClickCapture


onBeforeInput?

optional onBeforeInput: InputEventHandler<HTMLLabelElement>

Defined in: node_modules/@types/react/index.d.ts:2205

Inherited from

Omit.onBeforeInput


onBeforeInputCapture?

optional onBeforeInputCapture: FormEventHandler<HTMLLabelElement>

Defined in: node_modules/@types/react/index.d.ts:2206

Inherited from

Omit.onBeforeInputCapture


onBeforeToggle?

optional onBeforeToggle: ToggleEventHandler<HTMLLabelElement>

Defined in: node_modules/@types/react/index.d.ts:2370

Inherited from

Omit.onBeforeToggle


onBlur?

optional onBlur: FocusEventHandler<HTMLLabelElement>

Defined in: node_modules/@types/react/index.d.ts:2199

Inherited from

Omit.onBlur


onBlurCapture?

optional onBlurCapture: FocusEventHandler<HTMLLabelElement>

Defined in: node_modules/@types/react/index.d.ts:2200

Inherited from

Omit.onBlurCapture


onCanPlay?

optional onCanPlay: ReactEventHandler<HTMLLabelElement>

Defined in: node_modules/@types/react/index.d.ts:2235

Inherited from

Omit.onCanPlay


onCanPlayCapture?

optional onCanPlayCapture: ReactEventHandler<HTMLLabelElement>

Defined in: node_modules/@types/react/index.d.ts:2236

Inherited from

Omit.onCanPlayCapture


onCanPlayThrough?

optional onCanPlayThrough: ReactEventHandler<HTMLLabelElement>

Defined in: node_modules/@types/react/index.d.ts:2237

Inherited from

Omit.onCanPlayThrough


onCanPlayThroughCapture?

optional onCanPlayThroughCapture: ReactEventHandler<HTMLLabelElement>

Defined in: node_modules/@types/react/index.d.ts:2238

Inherited from

Omit.onCanPlayThroughCapture


onChange?

optional onChange: FormEventHandler<HTMLLabelElement>

Defined in: node_modules/@types/react/index.d.ts:2203

Inherited from

Omit.onChange


onChangeCapture?

optional onChangeCapture: FormEventHandler<HTMLLabelElement>

Defined in: node_modules/@types/react/index.d.ts:2204

Inherited from

Omit.onChangeCapture


onCheckedChange()?

optional onCheckedChange: (details: CheckedChangeDetails) => void

Defined in: node_modules/@zag-js/switch/dist/index.d.mts:46

Function to call when the switch is clicked.

Parameters

ParameterType
detailsCheckedChangeDetails

Returns

void

Inherited from

Omit.onCheckedChange


onClick?

optional onClick: MouseEventHandler<HTMLLabelElement>

Defined in: node_modules/@types/react/index.d.ts:2281

Inherited from

Omit.onClick


onClickCapture?

optional onClickCapture: MouseEventHandler<HTMLLabelElement>

Defined in: node_modules/@types/react/index.d.ts:2282

Inherited from

Omit.onClickCapture


onCompositionEnd?

optional onCompositionEnd: CompositionEventHandler<HTMLLabelElement>

Defined in: node_modules/@types/react/index.d.ts:2189

Inherited from

Omit.onCompositionEnd


onCompositionEndCapture?

optional onCompositionEndCapture: CompositionEventHandler<HTMLLabelElement>

Defined in: node_modules/@types/react/index.d.ts:2190

Inherited from

Omit.onCompositionEndCapture


onCompositionStart?

optional onCompositionStart: CompositionEventHandler<HTMLLabelElement>

Defined in: node_modules/@types/react/index.d.ts:2191

Inherited from

Omit.onCompositionStart


onCompositionStartCapture?

optional onCompositionStartCapture: CompositionEventHandler<HTMLLabelElement>

Defined in: node_modules/@types/react/index.d.ts:2192

Inherited from

Omit.onCompositionStartCapture


onCompositionUpdate?

optional onCompositionUpdate: CompositionEventHandler<HTMLLabelElement>

Defined in: node_modules/@types/react/index.d.ts:2193

Inherited from

Omit.onCompositionUpdate


onCompositionUpdateCapture?

optional onCompositionUpdateCapture: CompositionEventHandler<HTMLLabelElement>

Defined in: node_modules/@types/react/index.d.ts:2194

Inherited from

Omit.onCompositionUpdateCapture


onContextMenu?

optional onContextMenu: MouseEventHandler<HTMLLabelElement>

Defined in: node_modules/@types/react/index.d.ts:2283

Inherited from

Omit.onContextMenu


onContextMenuCapture?

optional onContextMenuCapture: MouseEventHandler<HTMLLabelElement>

Defined in: node_modules/@types/react/index.d.ts:2284

Inherited from

Omit.onContextMenuCapture


onCopy?

optional onCopy: ClipboardEventHandler<HTMLLabelElement>

Defined in: node_modules/@types/react/index.d.ts:2181

Inherited from

Omit.onCopy


onCopyCapture?

optional onCopyCapture: ClipboardEventHandler<HTMLLabelElement>

Defined in: node_modules/@types/react/index.d.ts:2182

Inherited from

Omit.onCopyCapture


onCut?

optional onCut: ClipboardEventHandler<HTMLLabelElement>

Defined in: node_modules/@types/react/index.d.ts:2183

Inherited from

Omit.onCut


onCutCapture?

optional onCutCapture: ClipboardEventHandler<HTMLLabelElement>

Defined in: node_modules/@types/react/index.d.ts:2184

Inherited from

Omit.onCutCapture


onDoubleClick?

optional onDoubleClick: MouseEventHandler<HTMLLabelElement>

Defined in: node_modules/@types/react/index.d.ts:2285

Inherited from

Omit.onDoubleClick


onDoubleClickCapture?

optional onDoubleClickCapture: MouseEventHandler<HTMLLabelElement>

Defined in: node_modules/@types/react/index.d.ts:2286

Inherited from

Omit.onDoubleClickCapture


onDrag?

optional onDrag: DragEventHandler<HTMLLabelElement>

Defined in: node_modules/@types/react/index.d.ts:2287

Inherited from

Omit.onDrag


onDragCapture?

optional onDragCapture: DragEventHandler<HTMLLabelElement>

Defined in: node_modules/@types/react/index.d.ts:2288

Inherited from

Omit.onDragCapture


onDragEnd?

optional onDragEnd: DragEventHandler<HTMLLabelElement>

Defined in: node_modules/@types/react/index.d.ts:2289

Inherited from

Omit.onDragEnd


onDragEndCapture?

optional onDragEndCapture: DragEventHandler<HTMLLabelElement>

Defined in: node_modules/@types/react/index.d.ts:2290

Inherited from

Omit.onDragEndCapture


onDragEnter?

optional onDragEnter: DragEventHandler<HTMLLabelElement>

Defined in: node_modules/@types/react/index.d.ts:2291

Inherited from

Omit.onDragEnter


onDragEnterCapture?

optional onDragEnterCapture: DragEventHandler<HTMLLabelElement>

Defined in: node_modules/@types/react/index.d.ts:2292

Inherited from

Omit.onDragEnterCapture


onDragExit?

optional onDragExit: DragEventHandler<HTMLLabelElement>

Defined in: node_modules/@types/react/index.d.ts:2293

Inherited from

Omit.onDragExit


onDragExitCapture?

optional onDragExitCapture: DragEventHandler<HTMLLabelElement>

Defined in: node_modules/@types/react/index.d.ts:2294

Inherited from

Omit.onDragExitCapture


onDragLeave?

optional onDragLeave: DragEventHandler<HTMLLabelElement>

Defined in: node_modules/@types/react/index.d.ts:2295

Inherited from

Omit.onDragLeave


onDragLeaveCapture?

optional onDragLeaveCapture: DragEventHandler<HTMLLabelElement>

Defined in: node_modules/@types/react/index.d.ts:2296

Inherited from

Omit.onDragLeaveCapture


onDragOver?

optional onDragOver: DragEventHandler<HTMLLabelElement>

Defined in: node_modules/@types/react/index.d.ts:2297

Inherited from

Omit.onDragOver


onDragOverCapture?

optional onDragOverCapture: DragEventHandler<HTMLLabelElement>

Defined in: node_modules/@types/react/index.d.ts:2298

Inherited from

Omit.onDragOverCapture


onDragStart?

optional onDragStart: DragEventHandler<HTMLLabelElement>

Defined in: node_modules/@types/react/index.d.ts:2299

Inherited from

Omit.onDragStart


onDragStartCapture?

optional onDragStartCapture: DragEventHandler<HTMLLabelElement>

Defined in: node_modules/@types/react/index.d.ts:2300

Inherited from

Omit.onDragStartCapture


onDrop?

optional onDrop: DragEventHandler<HTMLLabelElement>

Defined in: node_modules/@types/react/index.d.ts:2301

Inherited from

Omit.onDrop


onDropCapture?

optional onDropCapture: DragEventHandler<HTMLLabelElement>

Defined in: node_modules/@types/react/index.d.ts:2302

Inherited from

Omit.onDropCapture


onDurationChange?

optional onDurationChange: ReactEventHandler<HTMLLabelElement>

Defined in: node_modules/@types/react/index.d.ts:2239

Inherited from

Omit.onDurationChange


onDurationChangeCapture?

optional onDurationChangeCapture: ReactEventHandler<HTMLLabelElement>

Defined in: node_modules/@types/react/index.d.ts:2240

Inherited from

Omit.onDurationChangeCapture


onEmptied?

optional onEmptied: ReactEventHandler<HTMLLabelElement>

Defined in: node_modules/@types/react/index.d.ts:2241

Inherited from

Omit.onEmptied


onEmptiedCapture?

optional onEmptiedCapture: ReactEventHandler<HTMLLabelElement>

Defined in: node_modules/@types/react/index.d.ts:2242

Inherited from

Omit.onEmptiedCapture


onEncrypted?

optional onEncrypted: ReactEventHandler<HTMLLabelElement>

Defined in: node_modules/@types/react/index.d.ts:2243

Inherited from

Omit.onEncrypted


onEncryptedCapture?

optional onEncryptedCapture: ReactEventHandler<HTMLLabelElement>

Defined in: node_modules/@types/react/index.d.ts:2244

Inherited from

Omit.onEncryptedCapture


onEnded?

optional onEnded: ReactEventHandler<HTMLLabelElement>

Defined in: node_modules/@types/react/index.d.ts:2245

Inherited from

Omit.onEnded


onEndedCapture?

optional onEndedCapture: ReactEventHandler<HTMLLabelElement>

Defined in: node_modules/@types/react/index.d.ts:2246

Inherited from

Omit.onEndedCapture


onError?

optional onError: ReactEventHandler<HTMLLabelElement>

Defined in: node_modules/@types/react/index.d.ts:2219

Inherited from

Omit.onError


onErrorCapture?

optional onErrorCapture: ReactEventHandler<HTMLLabelElement>

Defined in: node_modules/@types/react/index.d.ts:2220

Inherited from

Omit.onErrorCapture


onFocus?

optional onFocus: FocusEventHandler<HTMLLabelElement>

Defined in: node_modules/@types/react/index.d.ts:2197

Inherited from

Omit.onFocus


onFocusCapture?

optional onFocusCapture: FocusEventHandler<HTMLLabelElement>

Defined in: node_modules/@types/react/index.d.ts:2198

Inherited from

Omit.onFocusCapture


onGotPointerCapture?

optional onGotPointerCapture: PointerEventHandler<HTMLLabelElement>

Defined in: node_modules/@types/react/index.d.ts:2345

Inherited from

Omit.onGotPointerCapture


onGotPointerCaptureCapture?

optional onGotPointerCaptureCapture: PointerEventHandler<HTMLLabelElement>

Defined in: node_modules/@types/react/index.d.ts:2346

Inherited from

Omit.onGotPointerCaptureCapture


onInput?

optional onInput: FormEventHandler<HTMLLabelElement>

Defined in: node_modules/@types/react/index.d.ts:2207

Inherited from

Omit.onInput


onInputCapture?

optional onInputCapture: FormEventHandler<HTMLLabelElement>

Defined in: node_modules/@types/react/index.d.ts:2208

Inherited from

Omit.onInputCapture


onInvalid?

optional onInvalid: FormEventHandler<HTMLLabelElement>

Defined in: node_modules/@types/react/index.d.ts:2213

Inherited from

Omit.onInvalid


onInvalidCapture?

optional onInvalidCapture: FormEventHandler<HTMLLabelElement>

Defined in: node_modules/@types/react/index.d.ts:2214

Inherited from

Omit.onInvalidCapture


onKeyDown?

optional onKeyDown: KeyboardEventHandler<HTMLLabelElement>

Defined in: node_modules/@types/react/index.d.ts:2223

Inherited from

Omit.onKeyDown


onKeyDownCapture?

optional onKeyDownCapture: KeyboardEventHandler<HTMLLabelElement>

Defined in: node_modules/@types/react/index.d.ts:2224

Inherited from

Omit.onKeyDownCapture


onKeyPress?

optional onKeyPress: KeyboardEventHandler<HTMLLabelElement>

Defined in: node_modules/@types/react/index.d.ts:2226

Deprecated

Use onKeyUp or onKeyDown instead

Inherited from

Omit.onKeyPress


onKeyPressCapture?

optional onKeyPressCapture: KeyboardEventHandler<HTMLLabelElement>

Defined in: node_modules/@types/react/index.d.ts:2228

Deprecated

Use onKeyUpCapture or onKeyDownCapture instead

Inherited from

Omit.onKeyPressCapture


onKeyUp?

optional onKeyUp: KeyboardEventHandler<HTMLLabelElement>

Defined in: node_modules/@types/react/index.d.ts:2229

Inherited from

Omit.onKeyUp


onKeyUpCapture?

optional onKeyUpCapture: KeyboardEventHandler<HTMLLabelElement>

Defined in: node_modules/@types/react/index.d.ts:2230

Inherited from

Omit.onKeyUpCapture


onLoad?

optional onLoad: ReactEventHandler<HTMLLabelElement>

Defined in: node_modules/@types/react/index.d.ts:2217

Inherited from

Omit.onLoad


onLoadCapture?

optional onLoadCapture: ReactEventHandler<HTMLLabelElement>

Defined in: node_modules/@types/react/index.d.ts:2218

Inherited from

Omit.onLoadCapture


onLoadedData?

optional onLoadedData: ReactEventHandler<HTMLLabelElement>

Defined in: node_modules/@types/react/index.d.ts:2247

Inherited from

Omit.onLoadedData


onLoadedDataCapture?

optional onLoadedDataCapture: ReactEventHandler<HTMLLabelElement>

Defined in: node_modules/@types/react/index.d.ts:2248

Inherited from

Omit.onLoadedDataCapture


onLoadedMetadata?

optional onLoadedMetadata: ReactEventHandler<HTMLLabelElement>

Defined in: node_modules/@types/react/index.d.ts:2249

Inherited from

Omit.onLoadedMetadata


onLoadedMetadataCapture?

optional onLoadedMetadataCapture: ReactEventHandler<HTMLLabelElement>

Defined in: node_modules/@types/react/index.d.ts:2250

Inherited from

Omit.onLoadedMetadataCapture


onLoadStart?

optional onLoadStart: ReactEventHandler<HTMLLabelElement>

Defined in: node_modules/@types/react/index.d.ts:2251

Inherited from

Omit.onLoadStart


onLoadStartCapture?

optional onLoadStartCapture: ReactEventHandler<HTMLLabelElement>

Defined in: node_modules/@types/react/index.d.ts:2252

Inherited from

Omit.onLoadStartCapture


onLostPointerCapture?

optional onLostPointerCapture: PointerEventHandler<HTMLLabelElement>

Defined in: node_modules/@types/react/index.d.ts:2347

Inherited from

Omit.onLostPointerCapture


onLostPointerCaptureCapture?

optional onLostPointerCaptureCapture: PointerEventHandler<HTMLLabelElement>

Defined in: node_modules/@types/react/index.d.ts:2348

Inherited from

Omit.onLostPointerCaptureCapture


onMouseDown?

optional onMouseDown: MouseEventHandler<HTMLLabelElement>

Defined in: node_modules/@types/react/index.d.ts:2303

Inherited from

Omit.onMouseDown


onMouseDownCapture?

optional onMouseDownCapture: MouseEventHandler<HTMLLabelElement>

Defined in: node_modules/@types/react/index.d.ts:2304

Inherited from

Omit.onMouseDownCapture


onMouseEnter?

optional onMouseEnter: MouseEventHandler<HTMLLabelElement>

Defined in: node_modules/@types/react/index.d.ts:2305

Inherited from

Omit.onMouseEnter


onMouseLeave?

optional onMouseLeave: MouseEventHandler<HTMLLabelElement>

Defined in: node_modules/@types/react/index.d.ts:2306

Inherited from

Omit.onMouseLeave


onMouseMove?

optional onMouseMove: MouseEventHandler<HTMLLabelElement>

Defined in: node_modules/@types/react/index.d.ts:2307

Inherited from

Omit.onMouseMove


onMouseMoveCapture?

optional onMouseMoveCapture: MouseEventHandler<HTMLLabelElement>

Defined in: node_modules/@types/react/index.d.ts:2308

Inherited from

Omit.onMouseMoveCapture


onMouseOut?

optional onMouseOut: MouseEventHandler<HTMLLabelElement>

Defined in: node_modules/@types/react/index.d.ts:2309

Inherited from

Omit.onMouseOut


onMouseOutCapture?

optional onMouseOutCapture: MouseEventHandler<HTMLLabelElement>

Defined in: node_modules/@types/react/index.d.ts:2310

Inherited from

Omit.onMouseOutCapture


onMouseOver?

optional onMouseOver: MouseEventHandler<HTMLLabelElement>

Defined in: node_modules/@types/react/index.d.ts:2311

Inherited from

Omit.onMouseOver


onMouseOverCapture?

optional onMouseOverCapture: MouseEventHandler<HTMLLabelElement>

Defined in: node_modules/@types/react/index.d.ts:2312

Inherited from

Omit.onMouseOverCapture


onMouseUp?

optional onMouseUp: MouseEventHandler<HTMLLabelElement>

Defined in: node_modules/@types/react/index.d.ts:2313

Inherited from

Omit.onMouseUp


onMouseUpCapture?

optional onMouseUpCapture: MouseEventHandler<HTMLLabelElement>

Defined in: node_modules/@types/react/index.d.ts:2314

Inherited from

Omit.onMouseUpCapture


onPaste?

optional onPaste: ClipboardEventHandler<HTMLLabelElement>

Defined in: node_modules/@types/react/index.d.ts:2185

Inherited from

Omit.onPaste


onPasteCapture?

optional onPasteCapture: ClipboardEventHandler<HTMLLabelElement>

Defined in: node_modules/@types/react/index.d.ts:2186

Inherited from

Omit.onPasteCapture


onPause?

optional onPause: ReactEventHandler<HTMLLabelElement>

Defined in: node_modules/@types/react/index.d.ts:2253

Inherited from

Omit.onPause


onPauseCapture?

optional onPauseCapture: ReactEventHandler<HTMLLabelElement>

Defined in: node_modules/@types/react/index.d.ts:2254

Inherited from

Omit.onPauseCapture


onPlay?

optional onPlay: ReactEventHandler<HTMLLabelElement>

Defined in: node_modules/@types/react/index.d.ts:2255

Inherited from

Omit.onPlay


onPlayCapture?

optional onPlayCapture: ReactEventHandler<HTMLLabelElement>

Defined in: node_modules/@types/react/index.d.ts:2256

Inherited from

Omit.onPlayCapture


onPlaying?

optional onPlaying: ReactEventHandler<HTMLLabelElement>

Defined in: node_modules/@types/react/index.d.ts:2257

Inherited from

Omit.onPlaying


onPlayingCapture?

optional onPlayingCapture: ReactEventHandler<HTMLLabelElement>

Defined in: node_modules/@types/react/index.d.ts:2258

Inherited from

Omit.onPlayingCapture


onPointerCancel?

optional onPointerCancel: PointerEventHandler<HTMLLabelElement>

Defined in: node_modules/@types/react/index.d.ts:2337

Inherited from

Omit.onPointerCancel


onPointerCancelCapture?

optional onPointerCancelCapture: PointerEventHandler<HTMLLabelElement>

Defined in: node_modules/@types/react/index.d.ts:2338

Inherited from

Omit.onPointerCancelCapture


onPointerDown?

optional onPointerDown: PointerEventHandler<HTMLLabelElement>

Defined in: node_modules/@types/react/index.d.ts:2331

Inherited from

Omit.onPointerDown


onPointerDownCapture?

optional onPointerDownCapture: PointerEventHandler<HTMLLabelElement>

Defined in: node_modules/@types/react/index.d.ts:2332

Inherited from

Omit.onPointerDownCapture


onPointerEnter?

optional onPointerEnter: PointerEventHandler<HTMLLabelElement>

Defined in: node_modules/@types/react/index.d.ts:2339

Inherited from

Omit.onPointerEnter


onPointerLeave?

optional onPointerLeave: PointerEventHandler<HTMLLabelElement>

Defined in: node_modules/@types/react/index.d.ts:2340

Inherited from

Omit.onPointerLeave


onPointerMove?

optional onPointerMove: PointerEventHandler<HTMLLabelElement>

Defined in: node_modules/@types/react/index.d.ts:2333

Inherited from

Omit.onPointerMove


onPointerMoveCapture?

optional onPointerMoveCapture: PointerEventHandler<HTMLLabelElement>

Defined in: node_modules/@types/react/index.d.ts:2334

Inherited from

Omit.onPointerMoveCapture


onPointerOut?

optional onPointerOut: PointerEventHandler<HTMLLabelElement>

Defined in: node_modules/@types/react/index.d.ts:2343

Inherited from

Omit.onPointerOut


onPointerOutCapture?

optional onPointerOutCapture: PointerEventHandler<HTMLLabelElement>

Defined in: node_modules/@types/react/index.d.ts:2344

Inherited from

Omit.onPointerOutCapture


onPointerOver?

optional onPointerOver: PointerEventHandler<HTMLLabelElement>

Defined in: node_modules/@types/react/index.d.ts:2341

Inherited from

Omit.onPointerOver


onPointerOverCapture?

optional onPointerOverCapture: PointerEventHandler<HTMLLabelElement>

Defined in: node_modules/@types/react/index.d.ts:2342

Inherited from

Omit.onPointerOverCapture


onPointerUp?

optional onPointerUp: PointerEventHandler<HTMLLabelElement>

Defined in: node_modules/@types/react/index.d.ts:2335

Inherited from

Omit.onPointerUp


onPointerUpCapture?

optional onPointerUpCapture: PointerEventHandler<HTMLLabelElement>

Defined in: node_modules/@types/react/index.d.ts:2336

Inherited from

Omit.onPointerUpCapture


onProgress?

optional onProgress: ReactEventHandler<HTMLLabelElement>

Defined in: node_modules/@types/react/index.d.ts:2259

Inherited from

Omit.onProgress


onProgressCapture?

optional onProgressCapture: ReactEventHandler<HTMLLabelElement>

Defined in: node_modules/@types/react/index.d.ts:2260

Inherited from

Omit.onProgressCapture


onRateChange?

optional onRateChange: ReactEventHandler<HTMLLabelElement>

Defined in: node_modules/@types/react/index.d.ts:2261

Inherited from

Omit.onRateChange


onRateChangeCapture?

optional onRateChangeCapture: ReactEventHandler<HTMLLabelElement>

Defined in: node_modules/@types/react/index.d.ts:2262

Inherited from

Omit.onRateChangeCapture


onReset?

optional onReset: FormEventHandler<HTMLLabelElement>

Defined in: node_modules/@types/react/index.d.ts:2209

Inherited from

Omit.onReset


onResetCapture?

optional onResetCapture: FormEventHandler<HTMLLabelElement>

Defined in: node_modules/@types/react/index.d.ts:2210

Inherited from

Omit.onResetCapture


onScroll?

optional onScroll: UIEventHandler<HTMLLabelElement>

Defined in: node_modules/@types/react/index.d.ts:2351

Inherited from

Omit.onScroll


onScrollCapture?

optional onScrollCapture: UIEventHandler<HTMLLabelElement>

Defined in: node_modules/@types/react/index.d.ts:2352

Inherited from

Omit.onScrollCapture


onScrollEnd?

optional onScrollEnd: UIEventHandler<HTMLLabelElement>

Defined in: node_modules/@types/react/index.d.ts:2353

Inherited from

Omit.onScrollEnd


onScrollEndCapture?

optional onScrollEndCapture: UIEventHandler<HTMLLabelElement>

Defined in: node_modules/@types/react/index.d.ts:2354

Inherited from

Omit.onScrollEndCapture


onSeeked?

optional onSeeked: ReactEventHandler<HTMLLabelElement>

Defined in: node_modules/@types/react/index.d.ts:2263

Inherited from

Omit.onSeeked


onSeekedCapture?

optional onSeekedCapture: ReactEventHandler<HTMLLabelElement>

Defined in: node_modules/@types/react/index.d.ts:2264

Inherited from

Omit.onSeekedCapture


onSeeking?

optional onSeeking: ReactEventHandler<HTMLLabelElement>

Defined in: node_modules/@types/react/index.d.ts:2265

Inherited from

Omit.onSeeking


onSeekingCapture?

optional onSeekingCapture: ReactEventHandler<HTMLLabelElement>

Defined in: node_modules/@types/react/index.d.ts:2266

Inherited from

Omit.onSeekingCapture


onSelect?

optional onSelect: ReactEventHandler<HTMLLabelElement>

Defined in: node_modules/@types/react/index.d.ts:2317

Inherited from

Omit.onSelect


onSelectCapture?

optional onSelectCapture: ReactEventHandler<HTMLLabelElement>

Defined in: node_modules/@types/react/index.d.ts:2318

Inherited from

Omit.onSelectCapture


onStalled?

optional onStalled: ReactEventHandler<HTMLLabelElement>

Defined in: node_modules/@types/react/index.d.ts:2267

Inherited from

Omit.onStalled


onStalledCapture?

optional onStalledCapture: ReactEventHandler<HTMLLabelElement>

Defined in: node_modules/@types/react/index.d.ts:2268

Inherited from

Omit.onStalledCapture


onSubmit?

optional onSubmit: FormEventHandler<HTMLLabelElement>

Defined in: node_modules/@types/react/index.d.ts:2211

Inherited from

Omit.onSubmit


onSubmitCapture?

optional onSubmitCapture: FormEventHandler<HTMLLabelElement>

Defined in: node_modules/@types/react/index.d.ts:2212

Inherited from

Omit.onSubmitCapture


onSuspend?

optional onSuspend: ReactEventHandler<HTMLLabelElement>

Defined in: node_modules/@types/react/index.d.ts:2269

Inherited from

Omit.onSuspend


onSuspendCapture?

optional onSuspendCapture: ReactEventHandler<HTMLLabelElement>

Defined in: node_modules/@types/react/index.d.ts:2270

Inherited from

Omit.onSuspendCapture


onTimeUpdate?

optional onTimeUpdate: ReactEventHandler<HTMLLabelElement>

Defined in: node_modules/@types/react/index.d.ts:2271

Inherited from

Omit.onTimeUpdate


onTimeUpdateCapture?

optional onTimeUpdateCapture: ReactEventHandler<HTMLLabelElement>

Defined in: node_modules/@types/react/index.d.ts:2272

Inherited from

Omit.onTimeUpdateCapture


onToggle?

optional onToggle: ToggleEventHandler<HTMLLabelElement>

Defined in: node_modules/@types/react/index.d.ts:2369

Inherited from

Omit.onToggle


onTouchCancel?

optional onTouchCancel: TouchEventHandler<HTMLLabelElement>

Defined in: node_modules/@types/react/index.d.ts:2321

Inherited from

Omit.onTouchCancel


onTouchCancelCapture?

optional onTouchCancelCapture: TouchEventHandler<HTMLLabelElement>

Defined in: node_modules/@types/react/index.d.ts:2322

Inherited from

Omit.onTouchCancelCapture


onTouchEnd?

optional onTouchEnd: TouchEventHandler<HTMLLabelElement>

Defined in: node_modules/@types/react/index.d.ts:2323

Inherited from

Omit.onTouchEnd


onTouchEndCapture?

optional onTouchEndCapture: TouchEventHandler<HTMLLabelElement>

Defined in: node_modules/@types/react/index.d.ts:2324

Inherited from

Omit.onTouchEndCapture


onTouchMove?

optional onTouchMove: TouchEventHandler<HTMLLabelElement>

Defined in: node_modules/@types/react/index.d.ts:2325

Inherited from

Omit.onTouchMove


onTouchMoveCapture?

optional onTouchMoveCapture: TouchEventHandler<HTMLLabelElement>

Defined in: node_modules/@types/react/index.d.ts:2326

Inherited from

Omit.onTouchMoveCapture


onTouchStart?

optional onTouchStart: TouchEventHandler<HTMLLabelElement>

Defined in: node_modules/@types/react/index.d.ts:2327

Inherited from

Omit.onTouchStart


onTouchStartCapture?

optional onTouchStartCapture: TouchEventHandler<HTMLLabelElement>

Defined in: node_modules/@types/react/index.d.ts:2328

Inherited from

Omit.onTouchStartCapture


onTransitionCancel?

optional onTransitionCancel: TransitionEventHandler<HTMLLabelElement>

Defined in: node_modules/@types/react/index.d.ts:2373

Inherited from

Omit.onTransitionCancel


onTransitionCancelCapture?

optional onTransitionCancelCapture: TransitionEventHandler<HTMLLabelElement>

Defined in: node_modules/@types/react/index.d.ts:2374

Inherited from

Omit.onTransitionCancelCapture


onTransitionEnd?

optional onTransitionEnd: TransitionEventHandler<HTMLLabelElement>

Defined in: node_modules/@types/react/index.d.ts:2375

Inherited from

Omit.onTransitionEnd


onTransitionEndCapture?

optional onTransitionEndCapture: TransitionEventHandler<HTMLLabelElement>

Defined in: node_modules/@types/react/index.d.ts:2376

Inherited from

Omit.onTransitionEndCapture


onTransitionRun?

optional onTransitionRun: TransitionEventHandler<HTMLLabelElement>

Defined in: node_modules/@types/react/index.d.ts:2377

Inherited from

Omit.onTransitionRun


onTransitionRunCapture?

optional onTransitionRunCapture: TransitionEventHandler<HTMLLabelElement>

Defined in: node_modules/@types/react/index.d.ts:2378

Inherited from

Omit.onTransitionRunCapture


onTransitionStart?

optional onTransitionStart: TransitionEventHandler<HTMLLabelElement>

Defined in: node_modules/@types/react/index.d.ts:2379

Inherited from

Omit.onTransitionStart


onTransitionStartCapture?

optional onTransitionStartCapture: TransitionEventHandler<HTMLLabelElement>

Defined in: node_modules/@types/react/index.d.ts:2380

Inherited from

Omit.onTransitionStartCapture


onVolumeChange?

optional onVolumeChange: ReactEventHandler<HTMLLabelElement>

Defined in: node_modules/@types/react/index.d.ts:2273

Inherited from

Omit.onVolumeChange


onVolumeChangeCapture?

optional onVolumeChangeCapture: ReactEventHandler<HTMLLabelElement>

Defined in: node_modules/@types/react/index.d.ts:2274

Inherited from

Omit.onVolumeChangeCapture


onWaiting?

optional onWaiting: ReactEventHandler<HTMLLabelElement>

Defined in: node_modules/@types/react/index.d.ts:2275

Inherited from

Omit.onWaiting


onWaitingCapture?

optional onWaitingCapture: ReactEventHandler<HTMLLabelElement>

Defined in: node_modules/@types/react/index.d.ts:2276

Inherited from

Omit.onWaitingCapture


onWheel?

optional onWheel: WheelEventHandler<HTMLLabelElement>

Defined in: node_modules/@types/react/index.d.ts:2357

Inherited from

Omit.onWheel


onWheelCapture?

optional onWheelCapture: WheelEventHandler<HTMLLabelElement>

Defined in: node_modules/@types/react/index.d.ts:2358

Inherited from

Omit.onWheelCapture


opacity?

optional opacity: ConditionalValue<undefined | `var(--${string})` | AnyString | Opacity | readonly NonNullable<Opacity | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:394

Inherited from

Omit.opacity


order?

optional order: ConditionalValue<undefined | AnyString | Order | readonly NonNullable<Order | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:395

Inherited from

Omit.order


orphans?

optional orphans: ConditionalValue<undefined | AnyString | Orphans | readonly NonNullable<Orphans | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:396

Inherited from

Omit.orphans


outline?

optional outline: ConditionalValue<undefined | AnyString | Outline<String | Number> | readonly NonNullable<Outline<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:397

Inherited from

Omit.outline


outlineColor?

optional outlineColor: ConditionalValue<undefined | readonly string[] | string & { } | "current" | "border" | "bg" | "invert" | "colorPalette" | "inherit" | `var(--${string})` | AnyString | "-moz-initial" | "initial" | "revert" | "revert-layer" | "unset" | "transparent" | "black" | "white" | "whiteAlpha.50" | "whiteAlpha.100" | "whiteAlpha.200" | "whiteAlpha.300" | "whiteAlpha.400" | "whiteAlpha.500" | "whiteAlpha.600" | "whiteAlpha.700" | "whiteAlpha.800" | "whiteAlpha.900" | "whiteAlpha.950" | "blackAlpha.50" | "blackAlpha.100" | "blackAlpha.200" | "blackAlpha.300" | "blackAlpha.400" | "blackAlpha.500" | "blackAlpha.600" | "blackAlpha.700" | "blackAlpha.800" | "blackAlpha.900" | "blackAlpha.950" | "gray.50" | "gray.100" | "gray.200" | "gray.300" | "gray.400" | "gray.500" | "gray.600" | "gray.700" | "gray.800" | "gray.900" | "gray.950" | "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" | "bg.subtle" | "bg.muted" | "bg.emphasized" | "bg.inverted" | "bg.panel" | "bg.error" | "bg.warning" | "bg.success" | "bg.info" | "fg" | "fg.muted" | "fg.subtle" | "fg.inverted" | "fg.error" | "fg.warning" | "fg.success" | "fg.info" | "border.muted" | "border.subtle" | "border.emphasized" | "border.inverted" | "border.error" | "border.warning" | "border.success" | "border.info" | "gray.contrast" | "gray.fg" | "gray.subtle" | "gray.muted" | "gray.emphasized" | "gray.solid" | "gray.focusRing" | "red.contrast" | "red.fg" | "red.subtle" | "red.muted" | "red.emphasized" | "red.solid" | "red.focusRing" | "orange.contrast" | "orange.fg" | "orange.subtle" | "orange.muted" | "orange.emphasized" | "orange.solid" | "orange.focusRing" | "green.contrast" | "green.fg" | "green.subtle" | "green.muted" | "green.emphasized" | "green.solid" | "green.focusRing" | "blue.contrast" | "blue.fg" | "blue.subtle" | "blue.muted" | "blue.emphasized" | "blue.solid" | "blue.focusRing" | "yellow.contrast" | "yellow.fg" | "yellow.subtle" | "yellow.muted" | "yellow.emphasized" | "yellow.solid" | "yellow.focusRing" | "teal.contrast" | "teal.fg" | "teal.subtle" | "teal.muted" | "teal.emphasized" | "teal.solid" | "teal.focusRing" | "purple.contrast" | "purple.fg" | "purple.subtle" | "purple.muted" | "purple.emphasized" | "purple.solid" | "purple.focusRing" | "pink.contrast" | "pink.fg" | "pink.subtle" | "pink.muted" | "pink.emphasized" | "pink.solid" | "pink.focusRing" | "cyan.contrast" | "cyan.fg" | "cyan.subtle" | "cyan.muted" | "cyan.emphasized" | "cyan.solid" | "cyan.focusRing" | "colorPalette.50" | "colorPalette.100" | "colorPalette.200" | "colorPalette.300" | "colorPalette.400" | "colorPalette.500" | "colorPalette.600" | "colorPalette.700" | "colorPalette.800" | "colorPalette.900" | "colorPalette.950" | "colorPalette.subtle" | "colorPalette.muted" | "colorPalette.emphasized" | "colorPalette.inverted" | "colorPalette.panel" | "colorPalette.error" | "colorPalette.warning" | "colorPalette.success" | "colorPalette.info" | "colorPalette.contrast" | "colorPalette.fg" | "colorPalette.solid" | "colorPalette.focusRing" | "currentBg" | "aliceblue" | "antiquewhite" | "aqua" | "aquamarine" | "azure" | "beige" | "bisque" | "blanchedalmond" | "blue" | "blueviolet" | "brown" | "burlywood" | "cadetblue" | "chartreuse" | "chocolate" | "coral" | "cornflowerblue" | "cornsilk" | "crimson" | "cyan" | "darkblue" | "darkcyan" | "darkgoldenrod" | "darkgray" | "darkgreen" | "darkgrey" | "darkkhaki" | "darkmagenta" | "darkolivegreen" | "darkorange" | "darkorchid" | "darkred" | "darksalmon" | "darkseagreen" | "darkslateblue" | "darkslategray" | "darkslategrey" | "darkturquoise" | "darkviolet" | "deeppink" | "deepskyblue" | "dimgray" | "dimgrey" | "dodgerblue" | "firebrick" | "floralwhite" | "forestgreen" | "fuchsia" | "gainsboro" | "ghostwhite" | "gold" | "goldenrod" | "gray" | "green" | "greenyellow" | "grey" | "honeydew" | "hotpink" | "indianred" | "indigo" | "ivory" | "khaki" | "lavender" | "lavenderblush" | "lawngreen" | "lemonchiffon" | "lightblue" | "lightcoral" | "lightcyan" | "lightgoldenrodyellow" | "lightgray" | "lightgreen" | "lightgrey" | "lightpink" | "lightsalmon" | "lightseagreen" | "lightskyblue" | "lightslategray" | "lightslategrey" | "lightsteelblue" | "lightyellow" | "lime" | "limegreen" | "linen" | "magenta" | "maroon" | "mediumaquamarine" | "mediumblue" | "mediumorchid" | "mediumpurple" | "mediumseagreen" | "mediumslateblue" | "mediumspringgreen" | "mediumturquoise" | "mediumvioletred" | "midnightblue" | "mintcream" | "mistyrose" | "moccasin" | "navajowhite" | "navy" | "oldlace" | "olive" | "olivedrab" | "orange" | "orangered" | "orchid" | "palegoldenrod" | "palegreen" | "paleturquoise" | "palevioletred" | "papayawhip" | "peachpuff" | "peru" | "pink" | "plum" | "powderblue" | "purple" | "rebeccapurple" | "red" | "rosybrown" | "royalblue" | "saddlebrown" | "salmon" | "sandybrown" | "seagreen" | "seashell" | "sienna" | "silver" | "skyblue" | "slateblue" | "slategray" | "slategrey" | "snow" | "springgreen" | "steelblue" | "tan" | "teal" | "thistle" | "tomato" | "turquoise" | "violet" | "wheat" | "whitesmoke" | "yellow" | "yellowgreen" | "ActiveBorder" | "ActiveCaption" | "AppWorkspace" | "Background" | "ButtonFace" | "ButtonHighlight" | "ButtonShadow" | "ButtonText" | "CaptionText" | "GrayText" | "Highlight" | "HighlightText" | "InactiveBorder" | "InactiveCaption" | "InactiveCaptionText" | "InfoBackground" | "InfoText" | "Menu" | "MenuText" | "Scrollbar" | "ThreeDDarkShadow" | "ThreeDFace" | "ThreeDHighlight" | "ThreeDLightShadow" | "ThreeDShadow" | "Window" | "WindowFrame" | "WindowText" | "currentcolor">

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:398

Inherited from

Omit.outlineColor


outlineOffset?

optional outlineOffset: ConditionalValue<undefined | AnyString | OutlineOffset<String | Number> | readonly NonNullable<OutlineOffset<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:399

Inherited from

Omit.outlineOffset


outlineStyle?

optional outlineStyle: ConditionalValue<undefined | readonly string[] | AnyString | OutlineStyle>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:400

Inherited from

Omit.outlineStyle


outlineWidth?

optional outlineWidth: ConditionalValue<undefined | AnyString | OutlineWidth<String | Number> | readonly NonNullable<OutlineWidth<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:401

Inherited from

Omit.outlineWidth


overflow?

optional overflow: ConditionalValue<undefined | readonly string[] | AnyString | Overflow>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:402

Inherited from

Omit.overflow


overflowAnchor?

optional overflowAnchor: ConditionalValue<undefined | AnyString | OverflowAnchor | readonly NonNullable<OverflowAnchor | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:403

Inherited from

Omit.overflowAnchor


overflowBlock?

optional overflowBlock: ConditionalValue<undefined | AnyString | OverflowBlock | readonly NonNullable<OverflowBlock | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:404

Inherited from

Omit.overflowBlock


overflowClipBox?

optional overflowClipBox: ConditionalValue<undefined | AnyString | OverflowClipBox | readonly NonNullable<OverflowClipBox | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:405

Inherited from

Omit.overflowClipBox


overflowClipMargin?

optional overflowClipMargin: ConditionalValue<undefined | AnyString | OverflowClipMargin<String | Number> | readonly NonNullable<OverflowClipMargin<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:406

Inherited from

Omit.overflowClipMargin


overflowInline?

optional overflowInline: ConditionalValue<undefined | AnyString | OverflowInline | readonly NonNullable<OverflowInline | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:407

Inherited from

Omit.overflowInline


overflowWrap?

optional overflowWrap: ConditionalValue<undefined | AnyString | OverflowWrap | readonly NonNullable<OverflowWrap | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:408

Inherited from

Omit.overflowWrap


overflowX?

optional overflowX: ConditionalValue<undefined | AnyString | OverflowX | readonly NonNullable<OverflowX | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:409

Inherited from

Omit.overflowX


overflowY?

optional overflowY: ConditionalValue<undefined | AnyString | OverflowY | readonly NonNullable<OverflowY | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:410

Inherited from

Omit.overflowY


overlay?

optional overlay: ConditionalValue<undefined | AnyString | Overlay | readonly NonNullable<Overlay | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:411

Inherited from

Omit.overlay


overscroll?

optional overscroll: ConditionalValue<undefined | readonly string[] | AnyString | OverscrollBehavior>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:677

Inherited from

Omit.overscroll


overscrollBehavior?

optional overscrollBehavior: ConditionalValue<undefined | readonly string[] | AnyString | OverscrollBehavior>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:412

Inherited from

Omit.overscrollBehavior


overscrollBehaviorBlock?

optional overscrollBehaviorBlock: ConditionalValue<undefined | AnyString | OverscrollBehaviorBlock | readonly NonNullable<OverscrollBehaviorBlock | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:413

Inherited from

Omit.overscrollBehaviorBlock


overscrollBehaviorInline?

optional overscrollBehaviorInline: ConditionalValue<undefined | AnyString | OverscrollBehaviorInline | readonly NonNullable<OverscrollBehaviorInline | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:414

Inherited from

Omit.overscrollBehaviorInline


overscrollBehaviorX?

optional overscrollBehaviorX: ConditionalValue<undefined | AnyString | OverscrollBehaviorX | readonly NonNullable<OverscrollBehaviorX | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:415

Inherited from

Omit.overscrollBehaviorX


overscrollBehaviorY?

optional overscrollBehaviorY: ConditionalValue<undefined | AnyString | OverscrollBehaviorY | readonly NonNullable<OverscrollBehaviorY | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:416

Inherited from

Omit.overscrollBehaviorY


overscrollX?

optional overscrollX: ConditionalValue<undefined | AnyString | OverscrollBehaviorX | readonly NonNullable<OverscrollBehaviorX | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:678

Inherited from

Omit.overscrollX


overscrollY?

optional overscrollY: ConditionalValue<undefined | AnyString | OverscrollBehaviorY | readonly NonNullable<OverscrollBehaviorY | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:679

Inherited from

Omit.overscrollY


p?

optional p: ConditionalValue<undefined | `var(--${string})` | AnyString | SpacingToken | Padding<String | Number> | readonly NonNullable<Padding<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:702

Inherited from

Omit.p


padding?

optional padding: ConditionalValue<undefined | `var(--${string})` | AnyString | SpacingToken | Padding<String | Number> | readonly NonNullable<Padding<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:417

Inherited from

Omit.padding


paddingBlock?

optional paddingBlock: ConditionalValue<undefined | `var(--${string})` | AnyString | SpacingToken | PaddingBlock<String | Number> | readonly NonNullable<PaddingBlock<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:418

Inherited from

Omit.paddingBlock


paddingBlockEnd?

optional paddingBlockEnd: ConditionalValue<undefined | `var(--${string})` | AnyString | SpacingToken | PaddingBlockEnd<String | Number> | readonly NonNullable<PaddingBlockEnd<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:419

Inherited from

Omit.paddingBlockEnd


paddingBlockStart?

optional paddingBlockStart: ConditionalValue<undefined | `var(--${string})` | AnyString | SpacingToken | PaddingBlockStart<String | Number> | readonly NonNullable<PaddingBlockStart<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:420

Inherited from

Omit.paddingBlockStart


paddingBottom?

optional paddingBottom: ConditionalValue<undefined | `var(--${string})` | AnyString | SpacingToken | PaddingBottom<String | Number> | readonly NonNullable<PaddingBottom<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:421

Inherited from

Omit.paddingBottom


paddingEnd?

optional paddingEnd: ConditionalValue<undefined | `var(--${string})` | AnyString | SpacingToken | PaddingInlineEnd<String | Number> | readonly NonNullable<PaddingInlineEnd<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:710

Inherited from

Omit.paddingEnd


paddingInline?

optional paddingInline: ConditionalValue<undefined | `var(--${string})` | AnyString | SpacingToken | PaddingInline<String | Number> | readonly NonNullable<PaddingInline<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:422

Inherited from

Omit.paddingInline


paddingInlineEnd?

optional paddingInlineEnd: ConditionalValue<undefined | `var(--${string})` | AnyString | SpacingToken | PaddingInlineEnd<String | Number> | readonly NonNullable<PaddingInlineEnd<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:423

Inherited from

Omit.paddingInlineEnd


paddingInlineStart?

optional paddingInlineStart: ConditionalValue<undefined | `var(--${string})` | AnyString | SpacingToken | PaddingInlineStart<String | Number> | readonly NonNullable<PaddingInlineStart<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:424

Inherited from

Omit.paddingInlineStart


paddingLeft?

optional paddingLeft: ConditionalValue<undefined | `var(--${string})` | AnyString | SpacingToken | PaddingLeft<String | Number> | readonly NonNullable<PaddingLeft<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:425

Inherited from

Omit.paddingLeft


paddingRight?

optional paddingRight: ConditionalValue<undefined | `var(--${string})` | AnyString | SpacingToken | PaddingRight<String | Number> | readonly NonNullable<PaddingRight<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:426

Inherited from

Omit.paddingRight


paddingStart?

optional paddingStart: ConditionalValue<undefined | `var(--${string})` | AnyString | SpacingToken | PaddingInlineStart<String | Number> | readonly NonNullable<PaddingInlineStart<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:708

Inherited from

Omit.paddingStart


paddingTop?

optional paddingTop: ConditionalValue<undefined | `var(--${string})` | AnyString | SpacingToken | PaddingTop<String | Number> | readonly NonNullable<PaddingTop<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:427

Inherited from

Omit.paddingTop


paddingX?

optional paddingX: ConditionalValue<undefined | `var(--${string})` | AnyString | SpacingToken | PaddingInline<String | Number> | readonly NonNullable<PaddingInline<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:712

Inherited from

Omit.paddingX


paddingY?

optional paddingY: ConditionalValue<undefined | `var(--${string})` | AnyString | SpacingToken | PaddingBlock<String | Number> | readonly NonNullable<PaddingBlock<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:714

Inherited from

Omit.paddingY


page?

optional page: ConditionalValue<undefined | readonly string[] | AnyString | Page>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:428

Inherited from

Omit.page


pageBreakAfter?

optional pageBreakAfter: ConditionalValue<undefined | AnyString | PageBreakAfter | readonly NonNullable<PageBreakAfter | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:429

Inherited from

Omit.pageBreakAfter


pageBreakBefore?

optional pageBreakBefore: ConditionalValue<undefined | AnyString | PageBreakBefore | readonly NonNullable<PageBreakBefore | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:430

Inherited from

Omit.pageBreakBefore


pageBreakInside?

optional pageBreakInside: ConditionalValue<undefined | AnyString | PageBreakInside | readonly NonNullable<PageBreakInside | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:431

Inherited from

Omit.pageBreakInside


paintOrder?

optional paintOrder: ConditionalValue<undefined | readonly string[] | AnyString | PaintOrder>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:432

Inherited from

Omit.paintOrder


part?

optional part: string

Defined in: node_modules/@types/react/index.d.ts:2778

See

https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/part

Inherited from

Omit.part


path

path: Path

Defined in: packages/react-querybuilder/src/types/propsUsingReact.ts:71

Path to this subcomponent's rule/group within the query.

Inherited from

NotToggleProps.path


pb?

optional pb: ConditionalValue<undefined | `var(--${string})` | AnyString | SpacingToken | PaddingBottom<String | Number> | readonly NonNullable<PaddingBottom<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:705

Inherited from

Omit.pb


pe?

optional pe: ConditionalValue<undefined | `var(--${string})` | AnyString | SpacingToken | PaddingInlineEnd<String | Number> | readonly NonNullable<PaddingInlineEnd<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:709

Inherited from

Omit.pe


perspective?

optional perspective: ConditionalValue<undefined | AnyString | Perspective<String | Number> | readonly NonNullable<Perspective<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:433

Inherited from

Omit.perspective


perspectiveOrigin?

optional perspectiveOrigin: ConditionalValue<undefined | AnyString | PerspectiveOrigin<String | Number> | readonly NonNullable<PerspectiveOrigin<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:434

Inherited from

Omit.perspectiveOrigin


pl?

optional pl: ConditionalValue<undefined | `var(--${string})` | AnyString | SpacingToken | PaddingLeft<String | Number> | readonly NonNullable<PaddingLeft<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:706

Inherited from

Omit.pl


placeContent?

optional placeContent: ConditionalValue<undefined | readonly string[] | AnyString | PlaceContent>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:435

Inherited from

Omit.placeContent


placeItems?

optional placeItems: ConditionalValue<undefined | readonly string[] | AnyString | PlaceItems>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:436

Inherited from

Omit.placeItems


placeSelf?

optional placeSelf: ConditionalValue<undefined | readonly string[] | AnyString | PlaceSelf>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:437

Inherited from

Omit.placeSelf


pointerEvents?

optional pointerEvents: ConditionalValue<undefined | AnyString | PointerEvents | readonly NonNullable<PointerEvents | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:438

Inherited from

Omit.pointerEvents


popover?

optional popover: "" | "auto" | "manual"

Defined in: node_modules/@types/react/index.d.ts:2752

Inherited from

Omit.popover


popoverTarget?

optional popoverTarget: string

Defined in: node_modules/@types/react/index.d.ts:2754

Inherited from

Omit.popoverTarget


popoverTargetAction?

optional popoverTargetAction: "toggle" | "show" | "hide"

Defined in: node_modules/@types/react/index.d.ts:2753

Inherited from

Omit.popoverTargetAction


pos?

optional pos: ConditionalValue<undefined | AnyString | Position | readonly NonNullable<Position | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:684

Inherited from

Omit.pos


position?

optional position: ConditionalValue<undefined | AnyString | Position | readonly NonNullable<Position | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:439

Inherited from

Omit.position


positionAnchor?

optional positionAnchor: ConditionalValue<undefined | String | AnyString>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:440

Inherited from

Omit.positionAnchor


positionArea?

optional positionArea: ConditionalValue<undefined | String | AnyString>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:441

Inherited from

Omit.positionArea


positionTry?

optional positionTry: ConditionalValue<undefined | String | AnyString>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:442

Inherited from

Omit.positionTry


positionTryFallbacks?

optional positionTryFallbacks: ConditionalValue<undefined | String | AnyString>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:443

Inherited from

Omit.positionTryFallbacks


positionTryOrder?

optional positionTryOrder: ConditionalValue<undefined | String | AnyString>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:444

Inherited from

Omit.positionTryOrder


positionVisibility?

optional positionVisibility: ConditionalValue<undefined | String | AnyString>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:445

Inherited from

Omit.positionVisibility


pr?

optional pr: ConditionalValue<undefined | `var(--${string})` | AnyString | SpacingToken | PaddingRight<String | Number> | readonly NonNullable<PaddingRight<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:704

Inherited from

Omit.pr


prefix?

optional prefix: string

Defined in: node_modules/@types/react/index.d.ts:2730

Inherited from

Omit.prefix


printColorAdjust?

optional printColorAdjust: ConditionalValue<undefined | AnyString | PrintColorAdjust | readonly NonNullable<PrintColorAdjust | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:446

Inherited from

Omit.printColorAdjust


property?

optional property: string

Defined in: node_modules/@types/react/index.d.ts:2731

Inherited from

Omit.property


ps?

optional ps: ConditionalValue<undefined | `var(--${string})` | AnyString | SpacingToken | PaddingInlineStart<String | Number> | readonly NonNullable<PaddingInlineStart<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:707

Inherited from

Omit.ps


pt?

optional pt: ConditionalValue<undefined | `var(--${string})` | AnyString | SpacingToken | PaddingTop<String | Number> | readonly NonNullable<PaddingTop<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:703

Inherited from

Omit.pt


px?

optional px: ConditionalValue<undefined | `var(--${string})` | AnyString | SpacingToken | PaddingInline<String | Number> | readonly NonNullable<PaddingInline<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:711

Inherited from

Omit.px


py?

optional py: ConditionalValue<undefined | `var(--${string})` | AnyString | SpacingToken | PaddingBlock<String | Number> | readonly NonNullable<PaddingBlock<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:713

Inherited from

Omit.py


quotes?

optional quotes: ConditionalValue<undefined | readonly string[] | AnyString | Quotes>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:447

Inherited from

Omit.quotes


r?

optional r: ConditionalValue<undefined | String | AnyString>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:448

Inherited from

Omit.r


radioGroup?

optional radioGroup: string

Defined in: node_modules/@types/react/index.d.ts:2720

Inherited from

Omit.radioGroup


readOnly?

optional readOnly: boolean

Defined in: node_modules/@zag-js/switch/dist/index.d.mts:42

Whether the switch is read-only

Inherited from

Omit.readOnly


recipe?

optional recipe: SlotRecipeDefinition<string, SlotRecipeVariantRecord<string>>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/recipes.gen.d.ts:1483

Inherited from

Omit.recipe


rel?

optional rel: string

Defined in: node_modules/@types/react/index.d.ts:2732

Inherited from

Omit.rel


required?

optional required: boolean

Defined in: node_modules/@zag-js/switch/dist/index.d.mts:38

If true, the switch input is marked as required,

Inherited from

Omit.required


resize?

optional resize: ConditionalValue<undefined | AnyString | Resize | readonly NonNullable<Resize | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:449

Inherited from

Omit.resize


resource?

optional resource: string

Defined in: node_modules/@types/react/index.d.ts:2733

Inherited from

Omit.resource


results?

optional results: number

Defined in: node_modules/@types/react/index.d.ts:2747

Inherited from

Omit.results


rev?

optional rev: string

Defined in: node_modules/@types/react/index.d.ts:2734

Inherited from

Omit.rev


optional right: ConditionalValue<undefined | `var(--${string})` | AnyString | SpacingToken | Right<String | Number> | readonly NonNullable<Right<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:450

Inherited from

Omit.right


ring?

optional ring: ConditionalValue<undefined | string | number | AnyString>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:767

Inherited from

Omit.ring


ringColor?

optional ringColor: ConditionalValue<undefined | `var(--${string})` | AnyString | ColorsToken | "currentBg">

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:768

Inherited from

Omit.ringColor


ringInset?

optional ringInset: ConditionalValue<undefined | string | number | AnyString>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:771

Inherited from

Omit.ringInset


ringOffset?

optional ringOffset: ConditionalValue<undefined | string | number | AnyString>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:769

Inherited from

Omit.ringOffset


ringOffsetColor?

optional ringOffsetColor: ConditionalValue<undefined | `var(--${string})` | AnyString | ColorsToken | "currentBg">

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:770

Inherited from

Omit.ringOffsetColor


role?

optional role: AriaRole

Defined in: node_modules/@types/react/index.d.ts:2723

Inherited from

Omit.role


rootRef?

optional rootRef: Ref<HTMLLabelElement>

Defined in: packages/chakra/src/snippets/switch.tsx:6

Inherited from

Omit.rootRef


rotate?

optional rotate: ConditionalValue<undefined | readonly string[] | AnyString | Rotate>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:451

Inherited from

Omit.rotate


rotateX?

optional rotateX: ConditionalValue<undefined | string | number | AnyString>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:780

Inherited from

Omit.rotateX


rotateY?

optional rotateY: ConditionalValue<undefined | string | number | AnyString>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:781

Inherited from

Omit.rotateY


rounded?

optional rounded: ConditionalValue<undefined | `var(--${string})` | AnyString | RadiiToken | BorderRadius<String | Number> | readonly NonNullable<BorderRadius<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:617

Inherited from

Omit.rounded


roundedBottom?

optional roundedBottom: ConditionalValue<undefined | `var(--${string})` | AnyString | RadiiToken | BorderRadius<String | Number> | readonly NonNullable<BorderRadius<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:655

Inherited from

Omit.roundedBottom


roundedBottomLeft?

optional roundedBottomLeft: ConditionalValue<undefined | `var(--${string})` | AnyString | RadiiToken | BorderBottomLeftRadius<String | Number> | readonly NonNullable<BorderBottomLeftRadius<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:644

Inherited from

Omit.roundedBottomLeft


roundedBottomRight?

optional roundedBottomRight: ConditionalValue<undefined | `var(--${string})` | AnyString | RadiiToken | BorderBottomRightRadius<String | Number> | readonly NonNullable<BorderBottomRightRadius<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:647

Inherited from

Omit.roundedBottomRight


roundedEnd?

optional roundedEnd: ConditionalValue<undefined | `var(--${string})` | AnyString | RadiiToken | BorderRadius<String | Number> | readonly NonNullable<BorderRadius<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:652

Inherited from

Omit.roundedEnd


roundedEndEnd?

optional roundedEndEnd: ConditionalValue<undefined | `var(--${string})` | AnyString | RadiiToken | BorderEndEndRadius<String | Number> | readonly NonNullable<BorderEndEndRadius<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:640

Inherited from

Omit.roundedEndEnd


roundedEndStart?

optional roundedEndStart: ConditionalValue<undefined | `var(--${string})` | AnyString | RadiiToken | BorderEndStartRadius<String | Number> | readonly NonNullable<BorderEndStartRadius<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:625

Inherited from

Omit.roundedEndStart


roundedLeft?

optional roundedLeft: ConditionalValue<undefined | `var(--${string})` | AnyString | RadiiToken | BorderRadius<String | Number> | readonly NonNullable<BorderRadius<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:656

Inherited from

Omit.roundedLeft


roundedRight?

optional roundedRight: ConditionalValue<undefined | `var(--${string})` | AnyString | RadiiToken | BorderRadius<String | Number> | readonly NonNullable<BorderRadius<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:657

Inherited from

Omit.roundedRight


roundedStart?

optional roundedStart: ConditionalValue<undefined | `var(--${string})` | AnyString | RadiiToken | BorderRadius<String | Number> | readonly NonNullable<BorderRadius<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:650

Inherited from

Omit.roundedStart


roundedStartEnd?

optional roundedStartEnd: ConditionalValue<undefined | `var(--${string})` | AnyString | RadiiToken | BorderStartEndRadius<String | Number> | readonly NonNullable<BorderStartEndRadius<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:634

Inherited from

Omit.roundedStartEnd


roundedStartStart?

optional roundedStartStart: ConditionalValue<undefined | `var(--${string})` | AnyString | RadiiToken | BorderStartStartRadius<String | Number> | readonly NonNullable<BorderStartStartRadius<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:619

Inherited from

Omit.roundedStartStart


roundedTop?

optional roundedTop: ConditionalValue<undefined | `var(--${string})` | AnyString | RadiiToken | BorderRadius<String | Number> | readonly NonNullable<BorderRadius<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:654

Inherited from

Omit.roundedTop


roundedTopLeft?

optional roundedTopLeft: ConditionalValue<undefined | `var(--${string})` | AnyString | RadiiToken | BorderTopLeftRadius<String | Number> | readonly NonNullable<BorderTopLeftRadius<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:618

Inherited from

Omit.roundedTopLeft


roundedTopRight?

optional roundedTopRight: ConditionalValue<undefined | `var(--${string})` | AnyString | RadiiToken | BorderTopRightRadius<String | Number> | readonly NonNullable<BorderTopRightRadius<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:631

Inherited from

Omit.roundedTopRight


rowGap?

optional rowGap: ConditionalValue<undefined | `var(--${string})` | AnyString | SpacingToken | RowGap<String | Number> | readonly NonNullable<RowGap<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:452

Inherited from

Omit.rowGap


rubyAlign?

optional rubyAlign: ConditionalValue<undefined | AnyString | RubyAlign | readonly NonNullable<RubyAlign | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:453

Inherited from

Omit.rubyAlign


rubyMerge?

optional rubyMerge: ConditionalValue<undefined | AnyString | RubyMerge | readonly NonNullable<RubyMerge | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:454

Inherited from

Omit.rubyMerge


rubyPosition?

optional rubyPosition: ConditionalValue<undefined | readonly string[] | AnyString | RubyPosition>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:455

Inherited from

Omit.rubyPosition


ruleGroup

ruleGroup: RuleGroupTypeAny

Defined in: packages/react-querybuilder/src/types/propsUsingReact.ts:352

Inherited from

NotToggleProps.ruleGroup


rx?

optional rx: ConditionalValue<undefined | String | AnyString>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:456

Inherited from

Omit.rx


ry?

optional ry: ConditionalValue<undefined | String | AnyString>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:457

Inherited from

Omit.ry


saturate?

optional saturate: ConditionalValue<undefined | string | number | AnyString>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:737

Inherited from

Omit.saturate


scale?

optional scale: ConditionalValue<undefined | AnyString | Scale | readonly NonNullable<Scale | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:458

Inherited from

Omit.scale


scaleX?

optional scaleX: ConditionalValue<undefined | string | number | AnyString>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:774

Inherited from

Omit.scaleX


scaleY?

optional scaleY: ConditionalValue<undefined | string | number | AnyString>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:775

Inherited from

Omit.scaleY


schema

schema: Schema<{[key: string]: unknown; className?: Classname; comparator?: string | (f: { [x: string]: unknown; label: string; disabled?: boolean | undefined; name: string; value: string; id?: string | undefined; operators?: string[] | FlexibleOptionList<{ [x: string]: unknown; label: string; disabled?: boolean | undefined; name: string; value: string; }> | FlexibleOption<...>[] | (string | FlexibleOpt..., operator: string) => boolean; defaultOperator?: string; defaultValue?: any; disabled?: boolean; id?: string; inputType?: null | InputType; label: string; matchModes?: boolean | MatchMode[] | FlexibleOption<MatchMode>[]; name: string; operators?: string[] | FlexibleOptionList<{[key: string]: unknown; disabled?: boolean; label: string; name: string; value: string; }> | FlexibleOption<string>[] | string | FlexibleOption<string>[]; placeholder?: string; subproperties?: FlexibleOptionList<{ [x: string]: unknown; label: string; disabled?: boolean | undefined; name: string; value: string; id?: string | undefined; operators?: string[] | FlexibleOptionList<{ [x: string]: unknown; label: string; disabled?: boolean | undefined; name: string; value: string; }> | FlexibleOption<...>[] | (string | FlexibleOpt...>; validator?: RuleValidator; value: string; valueEditorType?: ValueEditorType | (operator: string) => ValueEditorType; values?: FlexibleOptionList<{[key: string]: unknown; disabled?: boolean; label: string; name: string; value: string; }>; valueSources?: ValueSources | ValueSourceFlexibleOptions | (operator: string) => ValueSources | ValueSourceFlexibleOptions; }, string>

Defined in: packages/react-querybuilder/src/types/propsUsingReact.ts:100

All subcomponents receive the configuration schema as a prop.

Inherited from

NotToggleProps.schema


scrollbar?

optional scrollbar: ConditionalValue<undefined | "hidden" | `var(--${string})` | AnyString | "visible">

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:758

Inherited from

Omit.scrollbar


scrollbarColor?

optional scrollbarColor: ConditionalValue<undefined | readonly string[] | `var(--${string})` | AnyString | ColorsToken | "currentBg" | ScrollbarColor>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:498

Inherited from

Omit.scrollbarColor


scrollbarGutter?

optional scrollbarGutter: ConditionalValue<undefined | readonly string[] | `var(--${string})` | AnyString | SpacingToken | ScrollbarGutter>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:499

Inherited from

Omit.scrollbarGutter


scrollbarWidth?

optional scrollbarWidth: ConditionalValue<undefined | `var(--${string})` | AnyString | SizesToken | ScrollbarWidth | readonly NonNullable<ScrollbarWidth | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:500

Inherited from

Omit.scrollbarWidth


scrollBehavior?

optional scrollBehavior: ConditionalValue<undefined | AnyString | ScrollBehavior | readonly NonNullable<ScrollBehavior | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:459

Inherited from

Omit.scrollBehavior


scrollMargin?

optional scrollMargin: ConditionalValue<undefined | `var(--${string})` | AnyString | SpacingToken | ScrollMargin<String | Number> | readonly NonNullable<ScrollMargin<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:460

Inherited from

Omit.scrollMargin


scrollMarginBlock?

optional scrollMarginBlock: ConditionalValue<undefined | AnyString | ScrollMarginBlock<String | Number> | readonly NonNullable<ScrollMarginBlock<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:461

Inherited from

Omit.scrollMarginBlock


scrollMarginBlockEnd?

optional scrollMarginBlockEnd: ConditionalValue<undefined | AnyString | ScrollMarginBlockEnd<String | Number> | readonly NonNullable<ScrollMarginBlockEnd<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:462

Inherited from

Omit.scrollMarginBlockEnd


scrollMarginBlockStart?

optional scrollMarginBlockStart: ConditionalValue<undefined | AnyString | ScrollMarginBlockStart<String | Number> | readonly NonNullable<ScrollMarginBlockStart<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:463

Inherited from

Omit.scrollMarginBlockStart


scrollMarginBottom?

optional scrollMarginBottom: ConditionalValue<undefined | `var(--${string})` | AnyString | SpacingToken | ScrollMarginBottom<String | Number> | readonly NonNullable<ScrollMarginBottom<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:464

Inherited from

Omit.scrollMarginBottom


scrollMarginInline?

optional scrollMarginInline: ConditionalValue<undefined | AnyString | ScrollMarginInline<String | Number> | readonly NonNullable<ScrollMarginInline<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:465

Inherited from

Omit.scrollMarginInline


scrollMarginInlineEnd?

optional scrollMarginInlineEnd: ConditionalValue<undefined | AnyString | ScrollMarginInlineEnd<String | Number> | readonly NonNullable<ScrollMarginInlineEnd<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:466

Inherited from

Omit.scrollMarginInlineEnd


scrollMarginInlineStart?

optional scrollMarginInlineStart: ConditionalValue<undefined | AnyString | ScrollMarginInlineStart<String | Number> | readonly NonNullable<ScrollMarginInlineStart<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:467

Inherited from

Omit.scrollMarginInlineStart


scrollMarginLeft?

optional scrollMarginLeft: ConditionalValue<undefined | `var(--${string})` | AnyString | SpacingToken | ScrollMarginLeft<String | Number> | readonly NonNullable<ScrollMarginLeft<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:468

Inherited from

Omit.scrollMarginLeft


scrollMarginRight?

optional scrollMarginRight: ConditionalValue<undefined | `var(--${string})` | AnyString | SpacingToken | ScrollMarginRight<String | Number> | readonly NonNullable<ScrollMarginRight<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:469

Inherited from

Omit.scrollMarginRight


scrollMarginTop?

optional scrollMarginTop: ConditionalValue<undefined | `var(--${string})` | AnyString | SpacingToken | ScrollMarginTop<String | Number> | readonly NonNullable<ScrollMarginTop<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:470

Inherited from

Omit.scrollMarginTop


scrollMarginX?

optional scrollMarginX: ConditionalValue<undefined | `var(--${string})` | AnyString | SpacingToken>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:759

Inherited from

Omit.scrollMarginX


scrollMarginY?

optional scrollMarginY: ConditionalValue<undefined | `var(--${string})` | AnyString | SpacingToken>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:760

Inherited from

Omit.scrollMarginY


scrollPadding?

optional scrollPadding: ConditionalValue<undefined | `var(--${string})` | AnyString | SpacingToken | ScrollPadding<String | Number> | readonly NonNullable<ScrollPadding<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:471

Inherited from

Omit.scrollPadding


scrollPaddingBlock?

optional scrollPaddingBlock: ConditionalValue<undefined | `var(--${string})` | AnyString | SpacingToken | ScrollPaddingBlock<String | Number> | readonly NonNullable<ScrollPaddingBlock<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:472

Inherited from

Omit.scrollPaddingBlock


scrollPaddingBlockEnd?

optional scrollPaddingBlockEnd: ConditionalValue<undefined | AnyString | ScrollPaddingBlockEnd<String | Number> | readonly NonNullable<ScrollPaddingBlockEnd<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:473

Inherited from

Omit.scrollPaddingBlockEnd


scrollPaddingBlockStart?

optional scrollPaddingBlockStart: ConditionalValue<undefined | AnyString | ScrollPaddingBlockStart<String | Number> | readonly NonNullable<ScrollPaddingBlockStart<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:474

Inherited from

Omit.scrollPaddingBlockStart


scrollPaddingBottom?

optional scrollPaddingBottom: ConditionalValue<undefined | `var(--${string})` | AnyString | SpacingToken | ScrollPaddingBottom<String | Number> | readonly NonNullable<ScrollPaddingBottom<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:475

Inherited from

Omit.scrollPaddingBottom


scrollPaddingInline?

optional scrollPaddingInline: ConditionalValue<undefined | `var(--${string})` | AnyString | SpacingToken | ScrollPaddingInline<String | Number> | readonly NonNullable<ScrollPaddingInline<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:478

Inherited from

Omit.scrollPaddingInline


scrollPaddingInlineEnd?

optional scrollPaddingInlineEnd: ConditionalValue<undefined | AnyString | ScrollPaddingInlineEnd<String | Number> | readonly NonNullable<ScrollPaddingInlineEnd<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:481

Inherited from

Omit.scrollPaddingInlineEnd


scrollPaddingInlineStart?

optional scrollPaddingInlineStart: ConditionalValue<undefined | AnyString | ScrollPaddingInlineStart<String | Number> | readonly NonNullable<ScrollPaddingInlineStart<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:482

Inherited from

Omit.scrollPaddingInlineStart


scrollPaddingLeft?

optional scrollPaddingLeft: ConditionalValue<undefined | `var(--${string})` | AnyString | SpacingToken | ScrollPaddingLeft<String | Number> | readonly NonNullable<ScrollPaddingLeft<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:483

Inherited from

Omit.scrollPaddingLeft


scrollPaddingRight?

optional scrollPaddingRight: ConditionalValue<undefined | `var(--${string})` | AnyString | SpacingToken | ScrollPaddingRight<String | Number> | readonly NonNullable<ScrollPaddingRight<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:484

Inherited from

Omit.scrollPaddingRight


scrollPaddingTop?

optional scrollPaddingTop: ConditionalValue<undefined | `var(--${string})` | AnyString | SpacingToken | ScrollPaddingTop<String | Number> | readonly NonNullable<ScrollPaddingTop<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:485

Inherited from

Omit.scrollPaddingTop


scrollPaddingX?

optional scrollPaddingX: ConditionalValue<undefined | `var(--${string})` | AnyString | SpacingToken | ScrollPaddingInline<String | Number> | readonly NonNullable<ScrollPaddingInline<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:680

Inherited from

Omit.scrollPaddingX


scrollPaddingY?

optional scrollPaddingY: ConditionalValue<undefined | `var(--${string})` | AnyString | SpacingToken | ScrollPaddingBlock<String | Number> | readonly NonNullable<ScrollPaddingBlock<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:681

Inherited from

Omit.scrollPaddingY


scrollSnapAlign?

optional scrollSnapAlign: ConditionalValue<undefined | readonly string[] | AnyString | ScrollSnapAlign>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:486

Inherited from

Omit.scrollSnapAlign


scrollSnapCoordinate?

optional scrollSnapCoordinate: ConditionalValue<undefined | AnyString | ScrollSnapCoordinate<String | Number> | readonly NonNullable<ScrollSnapCoordinate<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:487

Inherited from

Omit.scrollSnapCoordinate


scrollSnapDestination?

optional scrollSnapDestination: ConditionalValue<undefined | AnyString | ScrollSnapDestination<String | Number> | readonly NonNullable<ScrollSnapDestination<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:488

Inherited from

Omit.scrollSnapDestination


scrollSnapMargin?

optional scrollSnapMargin: ConditionalValue<undefined | `var(--${string})` | AnyString | SpacingToken>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:762

Inherited from

Omit.scrollSnapMargin


scrollSnapMarginBottom?

optional scrollSnapMarginBottom: ConditionalValue<undefined | `var(--${string})` | AnyString | SpacingToken>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:764

Inherited from

Omit.scrollSnapMarginBottom


scrollSnapMarginLeft?

optional scrollSnapMarginLeft: ConditionalValue<undefined | `var(--${string})` | AnyString | SpacingToken>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:765

Inherited from

Omit.scrollSnapMarginLeft


scrollSnapMarginRight?

optional scrollSnapMarginRight: ConditionalValue<undefined | `var(--${string})` | AnyString | SpacingToken>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:766

Inherited from

Omit.scrollSnapMarginRight


scrollSnapMarginTop?

optional scrollSnapMarginTop: ConditionalValue<undefined | `var(--${string})` | AnyString | SpacingToken>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:763

Inherited from

Omit.scrollSnapMarginTop


scrollSnapPointsX?

optional scrollSnapPointsX: ConditionalValue<undefined | readonly string[] | AnyString | ScrollSnapPointsX>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:489

Inherited from

Omit.scrollSnapPointsX


scrollSnapPointsY?

optional scrollSnapPointsY: ConditionalValue<undefined | readonly string[] | AnyString | ScrollSnapPointsY>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:490

Inherited from

Omit.scrollSnapPointsY


scrollSnapStop?

optional scrollSnapStop: ConditionalValue<undefined | AnyString | ScrollSnapStop | readonly NonNullable<ScrollSnapStop | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:491

Inherited from

Omit.scrollSnapStop


scrollSnapStrictness?

optional scrollSnapStrictness: ConditionalValue<undefined | `var(--${string})` | AnyString | "mandatory" | "proximity">

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:761

Inherited from

Omit.scrollSnapStrictness


scrollSnapType?

optional scrollSnapType: ConditionalValue<undefined | readonly string[] | `var(--${string})` | AnyString | ScrollSnapType>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:492

Inherited from

Omit.scrollSnapType


scrollSnapTypeX?

optional scrollSnapTypeX: ConditionalValue<undefined | AnyString | ScrollSnapTypeX | readonly NonNullable<ScrollSnapTypeX | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:493

Inherited from

Omit.scrollSnapTypeX


scrollSnapTypeY?

optional scrollSnapTypeY: ConditionalValue<undefined | AnyString | ScrollSnapTypeY | readonly NonNullable<ScrollSnapTypeY | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:494

Inherited from

Omit.scrollSnapTypeY


scrollTimeline?

optional scrollTimeline: ConditionalValue<undefined | readonly string[] | AnyString | ScrollTimeline>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:495

Inherited from

Omit.scrollTimeline


scrollTimelineAxis?

optional scrollTimelineAxis: ConditionalValue<undefined | readonly string[] | AnyString | ScrollTimelineAxis>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:496

Inherited from

Omit.scrollTimelineAxis


scrollTimelineName?

optional scrollTimelineName: ConditionalValue<undefined | readonly string[] | AnyString | ScrollTimelineName>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:497

Inherited from

Omit.scrollTimelineName


security?

optional security: string

Defined in: node_modules/@types/react/index.d.ts:2748

Inherited from

Omit.security


sepia?

optional sepia: ConditionalValue<undefined | string | number | AnyString>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:738

Inherited from

Omit.sepia


shadow?

optional shadow: ConditionalValue<undefined | readonly string[] | `var(--${string})` | AnyString | ShadowsToken | BoxShadow>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:664

Inherited from

Omit.shadow


shadowColor?

optional shadowColor: ConditionalValue<undefined | `var(--${string})` | AnyString | ColorsToken | "currentBg">

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:665

Inherited from

Omit.shadowColor


shapeImageThreshold?

optional shapeImageThreshold: ConditionalValue<undefined | AnyString | ShapeImageThreshold | readonly NonNullable<ShapeImageThreshold | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:501

Inherited from

Omit.shapeImageThreshold


shapeMargin?

optional shapeMargin: ConditionalValue<undefined | AnyString | ShapeMargin<String | Number> | readonly NonNullable<ShapeMargin<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:502

Inherited from

Omit.shapeMargin


shapeOutside?

optional shapeOutside: ConditionalValue<undefined | readonly string[] | AnyString | ShapeOutside>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:503

Inherited from

Omit.shapeOutside


shapeRendering?

optional shapeRendering: ConditionalValue<undefined | AnyString | ShapeRendering | readonly NonNullable<ShapeRendering | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:504

Inherited from

Omit.shapeRendering


size?

optional size: ConditionalValue<undefined | "sm" | "md" | "lg" | "xs">

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/recipes.gen.d.ts:1144

Default

"md"

Inherited from

Omit.size


skewX?

optional skewX: ConditionalValue<undefined | string | number | AnyString>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:772

Inherited from

Omit.skewX


skewY?

optional skewY: ConditionalValue<undefined | string | number | AnyString>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:773

Inherited from

Omit.skewY


slot?

optional slot: string

Defined in: node_modules/@types/react/index.d.ts:2712

Inherited from

Omit.slot


sm?

optional sm: Nested<SystemStyleObject>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/conditions.gen.d.ts:211

@media screen and (min-width: 30rem)

Inherited from

Omit.sm


smDown?

optional smDown: Nested<SystemStyleObject>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/conditions.gen.d.ts:215

@media screen and (max-width: 29.9975rem)

Inherited from

Omit.smDown


smOnly?

optional smOnly: Nested<SystemStyleObject>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/conditions.gen.d.ts:213

@media screen and (min-width: 30rem) and (max-width: 47.9975rem)

Inherited from

Omit.smOnly


smTo2xl?

optional smTo2xl: Nested<SystemStyleObject>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/conditions.gen.d.ts:247

@media screen and (min-width: 30rem) and (max-width: 95.9975rem)

Inherited from

Omit.smTo2xl


smToLg?

optional smToLg: Nested<SystemStyleObject>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/conditions.gen.d.ts:243

@media screen and (min-width: 30rem) and (max-width: 63.9975rem)

Inherited from

Omit.smToLg


smToMd?

optional smToMd: Nested<SystemStyleObject>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/conditions.gen.d.ts:241

@media screen and (min-width: 30rem) and (max-width: 47.9975rem)

Inherited from

Omit.smToMd


smToXl?

optional smToXl: Nested<SystemStyleObject>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/conditions.gen.d.ts:245

@media screen and (min-width: 30rem) and (max-width: 79.9975rem)

Inherited from

Omit.smToXl


spaceX?

optional spaceX: ConditionalValue<undefined | `var(--${string})` | AnyString | SpacingToken | MarginInlineStart<String | Number> | readonly NonNullable<MarginInlineStart<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:777

Inherited from

Omit.spaceX


spaceXReverse?

optional spaceXReverse: ConditionalValue<undefined | boolean | `var(--${string})` | AnyString>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:776

Inherited from

Omit.spaceXReverse


spaceY?

optional spaceY: ConditionalValue<undefined | `var(--${string})` | AnyString | SpacingToken | MarginTop<String | Number> | readonly NonNullable<MarginTop<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:779

Inherited from

Omit.spaceY


spaceYReverse?

optional spaceYReverse: ConditionalValue<undefined | boolean | `var(--${string})` | AnyString>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:778

Inherited from

Omit.spaceYReverse


spellCheck?

optional spellCheck: Booleanish

Defined in: node_modules/@types/react/index.d.ts:2713

Inherited from

Omit.spellCheck


srOnly?

optional srOnly: ConditionalValue<undefined | boolean | `var(--${string})` | AnyString>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:785

Inherited from

Omit.srOnly


stopColor?

optional stopColor: ConditionalValue<undefined | readonly string[] | AnyString | StopColor>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:505

Inherited from

Omit.stopColor


stopOpacity?

optional stopOpacity: ConditionalValue<undefined | AnyString | StopOpacity | readonly NonNullable<StopOpacity | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:506

Inherited from

Omit.stopOpacity


stroke?

optional stroke: ConditionalValue<undefined | readonly string[] | string & { } | "none" | "current" | "border" | "bg" | "colorPalette" | "inherit" | `var(--${string})` | AnyString | "-moz-initial" | "initial" | "revert" | "revert-layer" | "unset" | "transparent" | "black" | "white" | "whiteAlpha.50" | "whiteAlpha.100" | "whiteAlpha.200" | "whiteAlpha.300" | "whiteAlpha.400" | "whiteAlpha.500" | "whiteAlpha.600" | "whiteAlpha.700" | "whiteAlpha.800" | "whiteAlpha.900" | "whiteAlpha.950" | "blackAlpha.50" | "blackAlpha.100" | "blackAlpha.200" | "blackAlpha.300" | "blackAlpha.400" | "blackAlpha.500" | "blackAlpha.600" | "blackAlpha.700" | "blackAlpha.800" | "blackAlpha.900" | "blackAlpha.950" | "gray.50" | "gray.100" | "gray.200" | "gray.300" | "gray.400" | "gray.500" | "gray.600" | "gray.700" | "gray.800" | "gray.900" | "gray.950" | "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" | "bg.subtle" | "bg.muted" | "bg.emphasized" | "bg.inverted" | "bg.panel" | "bg.error" | "bg.warning" | "bg.success" | "bg.info" | "fg" | "fg.muted" | "fg.subtle" | "fg.inverted" | "fg.error" | "fg.warning" | "fg.success" | "fg.info" | "border.muted" | "border.subtle" | "border.emphasized" | "border.inverted" | "border.error" | "border.warning" | "border.success" | "border.info" | "gray.contrast" | "gray.fg" | "gray.subtle" | "gray.muted" | "gray.emphasized" | "gray.solid" | "gray.focusRing" | "red.contrast" | "red.fg" | "red.subtle" | "red.muted" | "red.emphasized" | "red.solid" | "red.focusRing" | "orange.contrast" | "orange.fg" | "orange.subtle" | "orange.muted" | "orange.emphasized" | "orange.solid" | "orange.focusRing" | "green.contrast" | "green.fg" | "green.subtle" | "green.muted" | "green.emphasized" | "green.solid" | "green.focusRing" | "blue.contrast" | "blue.fg" | "blue.subtle" | "blue.muted" | "blue.emphasized" | "blue.solid" | "blue.focusRing" | "yellow.contrast" | "yellow.fg" | "yellow.subtle" | "yellow.muted" | "yellow.emphasized" | "yellow.solid" | "yellow.focusRing" | "teal.contrast" | "teal.fg" | "teal.subtle" | "teal.muted" | "teal.emphasized" | "teal.solid" | "teal.focusRing" | "purple.contrast" | "purple.fg" | "purple.subtle" | "purple.muted" | "purple.emphasized" | "purple.solid" | "purple.focusRing" | "pink.contrast" | "pink.fg" | "pink.subtle" | "pink.muted" | "pink.emphasized" | "pink.solid" | "pink.focusRing" | "cyan.contrast" | "cyan.fg" | "cyan.subtle" | "cyan.muted" | "cyan.emphasized" | "cyan.solid" | "cyan.focusRing" | "colorPalette.50" | "colorPalette.100" | "colorPalette.200" | "colorPalette.300" | "colorPalette.400" | "colorPalette.500" | "colorPalette.600" | "colorPalette.700" | "colorPalette.800" | "colorPalette.900" | "colorPalette.950" | "colorPalette.subtle" | "colorPalette.muted" | "colorPalette.emphasized" | "colorPalette.inverted" | "colorPalette.panel" | "colorPalette.error" | "colorPalette.warning" | "colorPalette.success" | "colorPalette.info" | "colorPalette.contrast" | "colorPalette.fg" | "colorPalette.solid" | "colorPalette.focusRing" | "currentBg" | "aliceblue" | "antiquewhite" | "aqua" | "aquamarine" | "azure" | "beige" | "bisque" | "blanchedalmond" | "blue" | "blueviolet" | "brown" | "burlywood" | "cadetblue" | "chartreuse" | "chocolate" | "coral" | "cornflowerblue" | "cornsilk" | "crimson" | "cyan" | "darkblue" | "darkcyan" | "darkgoldenrod" | "darkgray" | "darkgreen" | "darkgrey" | "darkkhaki" | "darkmagenta" | "darkolivegreen" | "darkorange" | "darkorchid" | "darkred" | "darksalmon" | "darkseagreen" | "darkslateblue" | "darkslategray" | "darkslategrey" | "darkturquoise" | "darkviolet" | "deeppink" | "deepskyblue" | "dimgray" | "dimgrey" | "dodgerblue" | "firebrick" | "floralwhite" | "forestgreen" | "fuchsia" | "gainsboro" | "ghostwhite" | "gold" | "goldenrod" | "gray" | "green" | "greenyellow" | "grey" | "honeydew" | "hotpink" | "indianred" | "indigo" | "ivory" | "khaki" | "lavender" | "lavenderblush" | "lawngreen" | "lemonchiffon" | "lightblue" | "lightcoral" | "lightcyan" | "lightgoldenrodyellow" | "lightgray" | "lightgreen" | "lightgrey" | "lightpink" | "lightsalmon" | "lightseagreen" | "lightskyblue" | "lightslategray" | "lightslategrey" | "lightsteelblue" | "lightyellow" | "lime" | "limegreen" | "linen" | "magenta" | "maroon" | "mediumaquamarine" | "mediumblue" | "mediumorchid" | "mediumpurple" | "mediumseagreen" | "mediumslateblue" | "mediumspringgreen" | "mediumturquoise" | "mediumvioletred" | "midnightblue" | "mintcream" | "mistyrose" | "moccasin" | "navajowhite" | "navy" | "oldlace" | "olive" | "olivedrab" | "orange" | "orangered" | "orchid" | "palegoldenrod" | "palegreen" | "paleturquoise" | "palevioletred" | "papayawhip" | "peachpuff" | "peru" | "pink" | "plum" | "powderblue" | "purple" | "rebeccapurple" | "red" | "rosybrown" | "royalblue" | "saddlebrown" | "salmon" | "sandybrown" | "seagreen" | "seashell" | "sienna" | "silver" | "skyblue" | "slateblue" | "slategray" | "slategrey" | "snow" | "springgreen" | "steelblue" | "tan" | "teal" | "thistle" | "tomato" | "turquoise" | "violet" | "wheat" | "whitesmoke" | "yellow" | "yellowgreen" | "ActiveBorder" | "ActiveCaption" | "AppWorkspace" | "Background" | "ButtonFace" | "ButtonHighlight" | "ButtonShadow" | "ButtonText" | "CaptionText" | "GrayText" | "Highlight" | "HighlightText" | "InactiveBorder" | "InactiveCaption" | "InactiveCaptionText" | "InfoBackground" | "InfoText" | "Menu" | "MenuText" | "Scrollbar" | "ThreeDDarkShadow" | "ThreeDFace" | "ThreeDHighlight" | "ThreeDLightShadow" | "ThreeDShadow" | "Window" | "WindowFrame" | "WindowText" | "currentcolor" | "child" | "context-fill" | "context-stroke">

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:507

Inherited from

Omit.stroke


strokeDasharray?

optional strokeDasharray: ConditionalValue<undefined | AnyString | StrokeDasharray<String | Number> | readonly NonNullable<StrokeDasharray<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:508

Inherited from

Omit.strokeDasharray


strokeDashoffset?

optional strokeDashoffset: ConditionalValue<undefined | AnyString | StrokeDashoffset<String | Number> | readonly NonNullable<StrokeDashoffset<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:509

Inherited from

Omit.strokeDashoffset


strokeLinecap?

optional strokeLinecap: ConditionalValue<undefined | AnyString | StrokeLinecap | readonly NonNullable<StrokeLinecap | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:510

Inherited from

Omit.strokeLinecap


strokeLinejoin?

optional strokeLinejoin: ConditionalValue<undefined | AnyString | StrokeLinejoin | readonly NonNullable<StrokeLinejoin | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:511

Inherited from

Omit.strokeLinejoin


strokeMiterlimit?

optional strokeMiterlimit: ConditionalValue<undefined | AnyString | StrokeMiterlimit | readonly NonNullable<StrokeMiterlimit | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:512

Inherited from

Omit.strokeMiterlimit


strokeOpacity?

optional strokeOpacity: ConditionalValue<undefined | AnyString | StrokeOpacity | readonly NonNullable<StrokeOpacity | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:513

Inherited from

Omit.strokeOpacity


strokeWidth?

optional strokeWidth: ConditionalValue<undefined | AnyString | StrokeWidth<String | Number> | readonly NonNullable<StrokeWidth<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:514

Inherited from

Omit.strokeWidth


style?

optional style: CSSProperties

Defined in: node_modules/@types/react/index.d.ts:2714

Inherited from

Omit.style


suppressContentEditableWarning?

optional suppressContentEditableWarning: boolean

Defined in: node_modules/@types/react/index.d.ts:2695

Inherited from

Omit.suppressContentEditableWarning


suppressHydrationWarning?

optional suppressHydrationWarning: boolean

Defined in: node_modules/@types/react/index.d.ts:2696

Inherited from

Omit.suppressHydrationWarning


tabIndex?

optional tabIndex: number

Defined in: node_modules/@types/react/index.d.ts:2715

Inherited from

Omit.tabIndex


tableLayout?

optional tableLayout: ConditionalValue<undefined | AnyString | TableLayout | readonly NonNullable<TableLayout | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:516

Inherited from

Omit.tableLayout


tabSize?

optional tabSize: ConditionalValue<undefined | AnyString | TabSize<String | Number> | readonly NonNullable<TabSize<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:515

Inherited from

Omit.tabSize


testID?

optional testID: string

Defined in: packages/react-querybuilder/src/types/propsUsingReact.ts:96

Test ID for this component.

Inherited from

NotToggleProps.testID


textAlign?

optional textAlign: ConditionalValue<undefined | AnyString | TextAlign | readonly NonNullable<TextAlign | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:517

Inherited from

Omit.textAlign


textAlignLast?

optional textAlignLast: ConditionalValue<undefined | AnyString | TextAlignLast | readonly NonNullable<TextAlignLast | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:518

Inherited from

Omit.textAlignLast


textAnchor?

optional textAnchor: ConditionalValue<undefined | AnyString | TextAnchor | readonly NonNullable<TextAnchor | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:519

Inherited from

Omit.textAnchor


textBox?

optional textBox: ConditionalValue<undefined | String | AnyString>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:520

Inherited from

Omit.textBox


textBoxEdge?

optional textBoxEdge: ConditionalValue<undefined | String | AnyString>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:521

Inherited from

Omit.textBoxEdge


textBoxTrim?

optional textBoxTrim: ConditionalValue<undefined | String | AnyString>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:522

Inherited from

Omit.textBoxTrim


textCombineUpright?

optional textCombineUpright: ConditionalValue<undefined | readonly string[] | AnyString | TextCombineUpright>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:523

Inherited from

Omit.textCombineUpright


textDecor?

optional textDecor: ConditionalValue<undefined | AnyString | TextDecoration<String | Number> | readonly NonNullable<TextDecoration<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:715

Inherited from

Omit.textDecor


textDecoration?

optional textDecoration: ConditionalValue<undefined | AnyString | TextDecoration<String | Number> | readonly NonNullable<TextDecoration<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:524

Inherited from

Omit.textDecoration


textDecorationColor?

optional textDecorationColor: ConditionalValue<undefined | readonly string[] | string & { } | "current" | "border" | "bg" | "colorPalette" | "inherit" | `var(--${string})` | AnyString | "-moz-initial" | "initial" | "revert" | "revert-layer" | "unset" | "transparent" | "black" | "white" | "whiteAlpha.50" | "whiteAlpha.100" | "whiteAlpha.200" | "whiteAlpha.300" | "whiteAlpha.400" | "whiteAlpha.500" | "whiteAlpha.600" | "whiteAlpha.700" | "whiteAlpha.800" | "whiteAlpha.900" | "whiteAlpha.950" | "blackAlpha.50" | "blackAlpha.100" | "blackAlpha.200" | "blackAlpha.300" | "blackAlpha.400" | "blackAlpha.500" | "blackAlpha.600" | "blackAlpha.700" | "blackAlpha.800" | "blackAlpha.900" | "blackAlpha.950" | "gray.50" | "gray.100" | "gray.200" | "gray.300" | "gray.400" | "gray.500" | "gray.600" | "gray.700" | "gray.800" | "gray.900" | "gray.950" | "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" | "bg.subtle" | "bg.muted" | "bg.emphasized" | "bg.inverted" | "bg.panel" | "bg.error" | "bg.warning" | "bg.success" | "bg.info" | "fg" | "fg.muted" | "fg.subtle" | "fg.inverted" | "fg.error" | "fg.warning" | "fg.success" | "fg.info" | "border.muted" | "border.subtle" | "border.emphasized" | "border.inverted" | "border.error" | "border.warning" | "border.success" | "border.info" | "gray.contrast" | "gray.fg" | "gray.subtle" | "gray.muted" | "gray.emphasized" | "gray.solid" | "gray.focusRing" | "red.contrast" | "red.fg" | "red.subtle" | "red.muted" | "red.emphasized" | "red.solid" | "red.focusRing" | "orange.contrast" | "orange.fg" | "orange.subtle" | "orange.muted" | "orange.emphasized" | "orange.solid" | "orange.focusRing" | "green.contrast" | "green.fg" | "green.subtle" | "green.muted" | "green.emphasized" | "green.solid" | "green.focusRing" | "blue.contrast" | "blue.fg" | "blue.subtle" | "blue.muted" | "blue.emphasized" | "blue.solid" | "blue.focusRing" | "yellow.contrast" | "yellow.fg" | "yellow.subtle" | "yellow.muted" | "yellow.emphasized" | "yellow.solid" | "yellow.focusRing" | "teal.contrast" | "teal.fg" | "teal.subtle" | "teal.muted" | "teal.emphasized" | "teal.solid" | "teal.focusRing" | "purple.contrast" | "purple.fg" | "purple.subtle" | "purple.muted" | "purple.emphasized" | "purple.solid" | "purple.focusRing" | "pink.contrast" | "pink.fg" | "pink.subtle" | "pink.muted" | "pink.emphasized" | "pink.solid" | "pink.focusRing" | "cyan.contrast" | "cyan.fg" | "cyan.subtle" | "cyan.muted" | "cyan.emphasized" | "cyan.solid" | "cyan.focusRing" | "colorPalette.50" | "colorPalette.100" | "colorPalette.200" | "colorPalette.300" | "colorPalette.400" | "colorPalette.500" | "colorPalette.600" | "colorPalette.700" | "colorPalette.800" | "colorPalette.900" | "colorPalette.950" | "colorPalette.subtle" | "colorPalette.muted" | "colorPalette.emphasized" | "colorPalette.inverted" | "colorPalette.panel" | "colorPalette.error" | "colorPalette.warning" | "colorPalette.success" | "colorPalette.info" | "colorPalette.contrast" | "colorPalette.fg" | "colorPalette.solid" | "colorPalette.focusRing" | "currentBg" | "aliceblue" | "antiquewhite" | "aqua" | "aquamarine" | "azure" | "beige" | "bisque" | "blanchedalmond" | "blue" | "blueviolet" | "brown" | "burlywood" | "cadetblue" | "chartreuse" | "chocolate" | "coral" | "cornflowerblue" | "cornsilk" | "crimson" | "cyan" | "darkblue" | "darkcyan" | "darkgoldenrod" | "darkgray" | "darkgreen" | "darkgrey" | "darkkhaki" | "darkmagenta" | "darkolivegreen" | "darkorange" | "darkorchid" | "darkred" | "darksalmon" | "darkseagreen" | "darkslateblue" | "darkslategray" | "darkslategrey" | "darkturquoise" | "darkviolet" | "deeppink" | "deepskyblue" | "dimgray" | "dimgrey" | "dodgerblue" | "firebrick" | "floralwhite" | "forestgreen" | "fuchsia" | "gainsboro" | "ghostwhite" | "gold" | "goldenrod" | "gray" | "green" | "greenyellow" | "grey" | "honeydew" | "hotpink" | "indianred" | "indigo" | "ivory" | "khaki" | "lavender" | "lavenderblush" | "lawngreen" | "lemonchiffon" | "lightblue" | "lightcoral" | "lightcyan" | "lightgoldenrodyellow" | "lightgray" | "lightgreen" | "lightgrey" | "lightpink" | "lightsalmon" | "lightseagreen" | "lightskyblue" | "lightslategray" | "lightslategrey" | "lightsteelblue" | "lightyellow" | "lime" | "limegreen" | "linen" | "magenta" | "maroon" | "mediumaquamarine" | "mediumblue" | "mediumorchid" | "mediumpurple" | "mediumseagreen" | "mediumslateblue" | "mediumspringgreen" | "mediumturquoise" | "mediumvioletred" | "midnightblue" | "mintcream" | "mistyrose" | "moccasin" | "navajowhite" | "navy" | "oldlace" | "olive" | "olivedrab" | "orange" | "orangered" | "orchid" | "palegoldenrod" | "palegreen" | "paleturquoise" | "palevioletred" | "papayawhip" | "peachpuff" | "peru" | "pink" | "plum" | "powderblue" | "purple" | "rebeccapurple" | "red" | "rosybrown" | "royalblue" | "saddlebrown" | "salmon" | "sandybrown" | "seagreen" | "seashell" | "sienna" | "silver" | "skyblue" | "slateblue" | "slategray" | "slategrey" | "snow" | "springgreen" | "steelblue" | "tan" | "teal" | "thistle" | "tomato" | "turquoise" | "violet" | "wheat" | "whitesmoke" | "yellow" | "yellowgreen" | "ActiveBorder" | "ActiveCaption" | "AppWorkspace" | "Background" | "ButtonFace" | "ButtonHighlight" | "ButtonShadow" | "ButtonText" | "CaptionText" | "GrayText" | "Highlight" | "HighlightText" | "InactiveBorder" | "InactiveCaption" | "InactiveCaptionText" | "InfoBackground" | "InfoText" | "Menu" | "MenuText" | "Scrollbar" | "ThreeDDarkShadow" | "ThreeDFace" | "ThreeDHighlight" | "ThreeDLightShadow" | "ThreeDShadow" | "Window" | "WindowFrame" | "WindowText" | "currentcolor">

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:525

Inherited from

Omit.textDecorationColor


textDecorationLine?

optional textDecorationLine: ConditionalValue<undefined | readonly string[] | AnyString | TextDecorationLine>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:528

Inherited from

Omit.textDecorationLine


textDecorationSkip?

optional textDecorationSkip: ConditionalValue<undefined | readonly string[] | AnyString | TextDecorationSkip>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:529

Inherited from

Omit.textDecorationSkip


textDecorationSkipInk?

optional textDecorationSkipInk: ConditionalValue<undefined | AnyString | TextDecorationSkipInk | readonly NonNullable<TextDecorationSkipInk | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:530

Inherited from

Omit.textDecorationSkipInk


textDecorationStyle?

optional textDecorationStyle: ConditionalValue<undefined | AnyString | TextDecorationStyle | readonly NonNullable<TextDecorationStyle | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:531

Inherited from

Omit.textDecorationStyle


textDecorationThickness?

optional textDecorationThickness: ConditionalValue<undefined | AnyString | TextDecorationThickness<String | Number> | readonly NonNullable<TextDecorationThickness<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:532

Inherited from

Omit.textDecorationThickness


textEmphasis?

optional textEmphasis: ConditionalValue<undefined | readonly string[] | AnyString | TextEmphasis>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:533

Inherited from

Omit.textEmphasis


textEmphasisColor?

optional textEmphasisColor: ConditionalValue<undefined | readonly string[] | AnyString | TextEmphasisColor>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:534

Inherited from

Omit.textEmphasisColor


textEmphasisPosition?

optional textEmphasisPosition: ConditionalValue<undefined | readonly string[] | AnyString | TextEmphasisPosition>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:535

Inherited from

Omit.textEmphasisPosition


textEmphasisStyle?

optional textEmphasisStyle: ConditionalValue<undefined | readonly string[] | AnyString | TextEmphasisStyle>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:536

Inherited from

Omit.textEmphasisStyle


textIndent?

optional textIndent: ConditionalValue<undefined | `var(--${string})` | AnyString | SpacingToken | TextIndent<String | Number> | readonly NonNullable<TextIndent<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:537

Inherited from

Omit.textIndent


textJustify?

optional textJustify: ConditionalValue<undefined | AnyString | TextJustify | readonly NonNullable<TextJustify | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:538

Inherited from

Omit.textJustify


textOrientation?

optional textOrientation: ConditionalValue<undefined | AnyString | TextOrientation | readonly NonNullable<TextOrientation | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:539

Inherited from

Omit.textOrientation


textOverflow?

optional textOverflow: ConditionalValue<undefined | readonly string[] | AnyString | TextOverflow>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:540

Inherited from

Omit.textOverflow


textRendering?

optional textRendering: ConditionalValue<undefined | AnyString | TextRendering | readonly NonNullable<TextRendering | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:541

Inherited from

Omit.textRendering


textShadow?

optional textShadow: ConditionalValue<undefined | readonly string[] | `var(--${string})` | AnyString | ShadowsToken | TextShadow>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:542

Inherited from

Omit.textShadow


textSizeAdjust?

optional textSizeAdjust: ConditionalValue<undefined | readonly string[] | AnyString | TextSizeAdjust>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:543

Inherited from

Omit.textSizeAdjust


textSpacingTrim?

optional textSpacingTrim: ConditionalValue<undefined | String | AnyString>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:544

Inherited from

Omit.textSpacingTrim


textStyle?

optional textStyle: ConditionalValue<undefined | "label" | "none" | "sm" | "md" | "lg" | "xl" | "2xl" | `var(--${string})` | AnyString | "2xs" | "xs" | "3xl" | "4xl" | "5xl" | "6xl" | "7xl">

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:788

Inherited from

Omit.textStyle


textTransform?

optional textTransform: ConditionalValue<undefined | AnyString | TextTransform | readonly NonNullable<TextTransform | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:545

Inherited from

Omit.textTransform


textUnderlineOffset?

optional textUnderlineOffset: ConditionalValue<undefined | AnyString | TextUnderlineOffset<String | Number> | readonly NonNullable<TextUnderlineOffset<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:546

Inherited from

Omit.textUnderlineOffset


textUnderlinePosition?

optional textUnderlinePosition: ConditionalValue<undefined | readonly string[] | AnyString | TextUnderlinePosition>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:547

Inherited from

Omit.textUnderlinePosition


textWrap?

optional textWrap: ConditionalValue<undefined | AnyString | TextWrap | readonly NonNullable<TextWrap | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:548

Inherited from

Omit.textWrap


textWrapMode?

optional textWrapMode: ConditionalValue<undefined | String | AnyString>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:549

Inherited from

Omit.textWrapMode


textWrapStyle?

optional textWrapStyle: ConditionalValue<undefined | String | AnyString>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:550

Inherited from

Omit.textWrapStyle


thumbLabel?

optional thumbLabel: { off: ReactNode; on: ReactNode; }

Defined in: packages/chakra/src/snippets/switch.tsx:8

off

off: ReactNode

on

on: ReactNode

Inherited from

Omit.thumbLabel


timelineScope?

optional timelineScope: ConditionalValue<undefined | readonly string[] | AnyString | TimelineScope>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:551

Inherited from

Omit.timelineScope


title?

optional title: string

Defined in: packages/react-querybuilder/src/types/propsUsingReact.ts:79

The title/tooltip for this control.

Inherited from

NotToggleProps.title


top?

optional top: ConditionalValue<undefined | `var(--${string})` | AnyString | SpacingToken | Top<String | Number> | readonly NonNullable<Top<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:552

Inherited from

Omit.top


touchAction?

optional touchAction: ConditionalValue<undefined | readonly string[] | AnyString | TouchAction>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:553

Inherited from

Omit.touchAction


trackLabel?

optional trackLabel: { off: ReactNode; on: ReactNode; }

Defined in: packages/chakra/src/snippets/switch.tsx:7

off

off: ReactNode

on

on: ReactNode

Inherited from

Omit.trackLabel


transform?

optional transform: ConditionalValue<undefined | readonly string[] | AnyString | Transform>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:554

Inherited from

Omit.transform


transformBox?

optional transformBox: ConditionalValue<undefined | AnyString | TransformBox | readonly NonNullable<TransformBox | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:555

Inherited from

Omit.transformBox


transformOrigin?

optional transformOrigin: ConditionalValue<undefined | AnyString | TransformOrigin<String | Number> | readonly NonNullable<TransformOrigin<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:556

Inherited from

Omit.transformOrigin


transformStyle?

optional transformStyle: ConditionalValue<undefined | AnyString | TransformStyle | readonly NonNullable<TransformStyle | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:557

Inherited from

Omit.transformStyle


transition?

optional transition: ConditionalValue<undefined | readonly string[] | "size" | "opacity" | "position" | "transform" | "shadow" | `var(--${string})` | AnyString | "colors" | "common" | "backgrounds" | Transition<string & { }>>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:558

Inherited from

Omit.transition


transitionBehavior?

optional transitionBehavior: ConditionalValue<undefined | readonly string[] | AnyString | TransitionBehavior>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:559

Inherited from

Omit.transitionBehavior


transitionDelay?

optional transitionDelay: ConditionalValue<undefined | readonly string[] | AnyString | TransitionDelay<string & { }>>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:560

Inherited from

Omit.transitionDelay


transitionDuration?

optional transitionDuration: ConditionalValue<undefined | readonly string[] | `var(--${string})` | AnyString | DurationsToken | TransitionDuration<string & { }>>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:561

Inherited from

Omit.transitionDuration


transitionProperty?

optional transitionProperty: ConditionalValue<undefined | readonly string[] | "size" | "background" | "position" | `var(--${string})` | AnyString | "colors" | "common" | TransitionProperty>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:562

Inherited from

Omit.transitionProperty


transitionTimingFunction?

optional transitionTimingFunction: ConditionalValue<undefined | readonly string[] | string & { } | "inherit" | `var(--${string})` | AnyString | "-moz-initial" | "initial" | "revert" | "revert-layer" | "unset" | "ease" | "ease-in" | "ease-in-out" | "ease-out" | "step-end" | "step-start" | "linear" | "ease-in-smooth">

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:563

Inherited from

Omit.transitionTimingFunction


translate?

optional translate: ConditionalValue<undefined | AnyString | Translate<String | Number> | readonly NonNullable<Translate<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:566

Inherited from

Omit.translate


translateX?

optional translateX: ConditionalValue<undefined | `var(--${string})` | AnyString | SpacingToken>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:782

Inherited from

Omit.translateX


translateY?

optional translateY: ConditionalValue<undefined | `var(--${string})` | AnyString | SpacingToken>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:783

Inherited from

Omit.translateY


truncate?

optional truncate: ConditionalValue<undefined | boolean | `var(--${string})` | AnyString>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:784

Inherited from

Omit.truncate


typeof?

optional typeof: string

Defined in: node_modules/@types/react/index.d.ts:2735

Inherited from

Omit.typeof


unicodeBidi?

optional unicodeBidi: ConditionalValue<undefined | AnyString | UnicodeBidi | readonly NonNullable<UnicodeBidi | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:567

Inherited from

Omit.unicodeBidi


unselectable?

optional unselectable: "off" | "on"

Defined in: node_modules/@types/react/index.d.ts:2749

Inherited from

Omit.unselectable


unstyled?

optional unstyled: boolean

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/factory.types.d.ts:11

If true, the element will opt out of the theme styles.

Inherited from

Omit.unstyled


userSelect?

optional userSelect: ConditionalValue<undefined | AnyString | UserSelect | readonly NonNullable<UserSelect | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:568

Inherited from

Omit.userSelect


validation?

optional validation: boolean | ValidationResult

Defined in: packages/react-querybuilder/src/types/propsUsingReact.ts:92

Validation result of the parent rule/group.

Inherited from

NotToggleProps.validation


value?

optional value: string | number

Defined in: node_modules/@zag-js/switch/dist/index.d.mts:69

The value of switch input. Useful for form submission.

Default

"on"

Inherited from

Omit.value


variant?

optional variant: ConditionalValue<undefined | "solid" | "raised">

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/recipes.gen.d.ts:1142

Default

"solid"

Inherited from

Omit.variant


vectorEffect?

optional vectorEffect: ConditionalValue<undefined | AnyString | VectorEffect | readonly NonNullable<VectorEffect | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:569

Inherited from

Omit.vectorEffect


verticalAlign?

optional verticalAlign: ConditionalValue<undefined | AnyString | VerticalAlign<String | Number> | readonly NonNullable<VerticalAlign<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:570

Inherited from

Omit.verticalAlign


viewTimeline?

optional viewTimeline: ConditionalValue<undefined | readonly string[] | AnyString | ViewTimeline>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:571

Inherited from

Omit.viewTimeline


viewTimelineAxis?

optional viewTimelineAxis: ConditionalValue<undefined | readonly string[] | AnyString | ViewTimelineAxis>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:572

Inherited from

Omit.viewTimelineAxis


viewTimelineInset?

optional viewTimelineInset: ConditionalValue<undefined | AnyString | ViewTimelineInset<String | Number> | readonly NonNullable<ViewTimelineInset<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:573

Inherited from

Omit.viewTimelineInset


viewTimelineName?

optional viewTimelineName: ConditionalValue<undefined | readonly string[] | AnyString | ViewTimelineName>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:574

Inherited from

Omit.viewTimelineName


viewTransitionName?

optional viewTransitionName: ConditionalValue<undefined | readonly string[] | AnyString | ViewTransitionName>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:575

Inherited from

Omit.viewTransitionName


visibility?

optional visibility: ConditionalValue<undefined | AnyString | Visibility | readonly NonNullable<Visibility | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:576

Inherited from

Omit.visibility


vocab?

optional vocab: string

Defined in: node_modules/@types/react/index.d.ts:2736

Inherited from

Omit.vocab


w?

optional w: ConditionalValue<undefined | `var(--${string})` | AnyString | SizesToken | Width<String | Number> | readonly NonNullable<Width<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:671

Inherited from

Omit.w


WebkitAppearance?

optional WebkitAppearance: ConditionalValue<undefined | AnyString | WebkitAppearance | readonly NonNullable<WebkitAppearance | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:14

Inherited from

Omit.WebkitAppearance


WebkitBorderBefore?

optional WebkitBorderBefore: ConditionalValue<undefined | AnyString | WebkitBorderBefore<String | Number> | readonly NonNullable<WebkitBorderBefore<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:15

Inherited from

Omit.WebkitBorderBefore


WebkitBorderBeforeColor?

optional WebkitBorderBeforeColor: ConditionalValue<undefined | readonly string[] | AnyString | WebkitBorderBeforeColor>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:16

Inherited from

Omit.WebkitBorderBeforeColor


WebkitBorderBeforeStyle?

optional WebkitBorderBeforeStyle: ConditionalValue<undefined | readonly string[] | AnyString | WebkitBorderBeforeStyle>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:17

Inherited from

Omit.WebkitBorderBeforeStyle


WebkitBorderBeforeWidth?

optional WebkitBorderBeforeWidth: ConditionalValue<undefined | AnyString | WebkitBorderBeforeWidth<String | Number> | readonly NonNullable<WebkitBorderBeforeWidth<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:18

Inherited from

Omit.WebkitBorderBeforeWidth


WebkitBoxReflect?

optional WebkitBoxReflect: ConditionalValue<undefined | AnyString | WebkitBoxReflect<String | Number> | readonly NonNullable<WebkitBoxReflect<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:19

Inherited from

Omit.WebkitBoxReflect


WebkitLineClamp?

optional WebkitLineClamp: ConditionalValue<undefined | AnyString | WebkitLineClamp | readonly NonNullable<WebkitLineClamp | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:20

Inherited from

Omit.WebkitLineClamp


WebkitMask?

optional WebkitMask: ConditionalValue<undefined | AnyString | WebkitMask<String | Number> | readonly NonNullable<WebkitMask<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:21

Inherited from

Omit.WebkitMask


WebkitMaskAttachment?

optional WebkitMaskAttachment: ConditionalValue<undefined | readonly string[] | AnyString | WebkitMaskAttachment>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:22

Inherited from

Omit.WebkitMaskAttachment


WebkitMaskClip?

optional WebkitMaskClip: ConditionalValue<undefined | readonly string[] | AnyString | WebkitMaskClip>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:23

Inherited from

Omit.WebkitMaskClip


WebkitMaskComposite?

optional WebkitMaskComposite: ConditionalValue<undefined | readonly string[] | AnyString | WebkitMaskComposite>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:24

Inherited from

Omit.WebkitMaskComposite


WebkitMaskImage?

optional WebkitMaskImage: ConditionalValue<undefined | readonly string[] | AnyString | WebkitMaskImage>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:25

Inherited from

Omit.WebkitMaskImage


WebkitMaskOrigin?

optional WebkitMaskOrigin: ConditionalValue<undefined | readonly string[] | AnyString | WebkitMaskOrigin>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:26

Inherited from

Omit.WebkitMaskOrigin


WebkitMaskPosition?

optional WebkitMaskPosition: ConditionalValue<undefined | AnyString | WebkitMaskPosition<String | Number> | readonly NonNullable<WebkitMaskPosition<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:27

Inherited from

Omit.WebkitMaskPosition


WebkitMaskPositionX?

optional WebkitMaskPositionX: ConditionalValue<undefined | AnyString | WebkitMaskPositionX<String | Number> | readonly NonNullable<WebkitMaskPositionX<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:28

Inherited from

Omit.WebkitMaskPositionX


WebkitMaskPositionY?

optional WebkitMaskPositionY: ConditionalValue<undefined | AnyString | WebkitMaskPositionY<String | Number> | readonly NonNullable<WebkitMaskPositionY<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:29

Inherited from

Omit.WebkitMaskPositionY


WebkitMaskRepeat?

optional WebkitMaskRepeat: ConditionalValue<undefined | readonly string[] | AnyString | WebkitMaskRepeat>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:30

Inherited from

Omit.WebkitMaskRepeat


WebkitMaskRepeatX?

optional WebkitMaskRepeatX: ConditionalValue<undefined | AnyString | WebkitMaskRepeatX | readonly NonNullable<WebkitMaskRepeatX | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:31

Inherited from

Omit.WebkitMaskRepeatX


WebkitMaskRepeatY?

optional WebkitMaskRepeatY: ConditionalValue<undefined | AnyString | WebkitMaskRepeatY | readonly NonNullable<WebkitMaskRepeatY | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:32

Inherited from

Omit.WebkitMaskRepeatY


WebkitMaskSize?

optional WebkitMaskSize: ConditionalValue<undefined | AnyString | WebkitMaskSize<String | Number> | readonly NonNullable<WebkitMaskSize<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:33

Inherited from

Omit.WebkitMaskSize


WebkitOverflowScrolling?

optional WebkitOverflowScrolling: ConditionalValue<undefined | AnyString | WebkitOverflowScrolling | readonly NonNullable<WebkitOverflowScrolling | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:34

Inherited from

Omit.WebkitOverflowScrolling


WebkitTapHighlightColor?

optional WebkitTapHighlightColor: ConditionalValue<undefined | readonly string[] | AnyString | WebkitTapHighlightColor>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:35

Inherited from

Omit.WebkitTapHighlightColor


WebkitTextFillColor?

optional WebkitTextFillColor: ConditionalValue<undefined | readonly string[] | AnyString | WebkitTextFillColor>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:36

Inherited from

Omit.WebkitTextFillColor


WebkitTextStroke?

optional WebkitTextStroke: ConditionalValue<undefined | AnyString | WebkitTextStroke<String | Number> | readonly NonNullable<WebkitTextStroke<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:37

Inherited from

Omit.WebkitTextStroke


WebkitTextStrokeColor?

optional WebkitTextStrokeColor: ConditionalValue<undefined | readonly string[] | AnyString | WebkitTextStrokeColor>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:38

Inherited from

Omit.WebkitTextStrokeColor


WebkitTextStrokeWidth?

optional WebkitTextStrokeWidth: ConditionalValue<undefined | AnyString | WebkitTextStrokeWidth<String | Number> | readonly NonNullable<WebkitTextStrokeWidth<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:39

Inherited from

Omit.WebkitTextStrokeWidth


WebkitTouchCallout?

optional WebkitTouchCallout: ConditionalValue<undefined | AnyString | WebkitTouchCallout | readonly NonNullable<WebkitTouchCallout | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:40

Inherited from

Omit.WebkitTouchCallout


WebkitUserModify?

optional WebkitUserModify: ConditionalValue<undefined | AnyString | WebkitUserModify | readonly NonNullable<WebkitUserModify | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:41

Inherited from

Omit.WebkitUserModify


WebkitUserSelect?

optional WebkitUserSelect: ConditionalValue<undefined | AnyString | UserSelect | readonly NonNullable<UserSelect | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:42

Inherited from

Omit.WebkitUserSelect


whiteSpace?

optional whiteSpace: ConditionalValue<undefined | readonly string[] | AnyString | WhiteSpace>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:577

Inherited from

Omit.whiteSpace


whiteSpaceCollapse?

optional whiteSpaceCollapse: ConditionalValue<undefined | AnyString | WhiteSpaceCollapse | readonly NonNullable<WhiteSpaceCollapse | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:578

Inherited from

Omit.whiteSpaceCollapse


widows?

optional widows: ConditionalValue<undefined | AnyString | Widows | readonly NonNullable<Widows | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:579

Inherited from

Omit.widows


width?

optional width: ConditionalValue<undefined | `var(--${string})` | AnyString | SizesToken | Width<String | Number> | readonly NonNullable<Width<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:580

Inherited from

Omit.width


willChange?

optional willChange: ConditionalValue<undefined | readonly string[] | AnyString | WillChange>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:581

Inherited from

Omit.willChange


wordBreak?

optional wordBreak: ConditionalValue<undefined | AnyString | WordBreak | readonly NonNullable<WordBreak | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:582

Inherited from

Omit.wordBreak


wordSpacing?

optional wordSpacing: ConditionalValue<undefined | AnyString | WordSpacing<String | Number> | readonly NonNullable<WordSpacing<String | Number> | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:583

Inherited from

Omit.wordSpacing


wordWrap?

optional wordWrap: ConditionalValue<undefined | AnyString | WordWrap | readonly NonNullable<WordWrap | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:584

Inherited from

Omit.wordWrap


writingMode?

optional writingMode: ConditionalValue<undefined | AnyString | WritingMode | readonly NonNullable<WritingMode | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:585

Inherited from

Omit.writingMode


x?

optional x: ConditionalValue<undefined | String | AnyString>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:586

Inherited from

Omit.x


xl?

optional xl: Nested<SystemStyleObject>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/conditions.gen.d.ts:229

@media screen and (min-width: 80rem)

Inherited from

Omit.xl


xlDown?

optional xlDown: Nested<SystemStyleObject>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/conditions.gen.d.ts:233

@media screen and (max-width: 79.9975rem)

Inherited from

Omit.xlDown


xlOnly?

optional xlOnly: Nested<SystemStyleObject>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/conditions.gen.d.ts:231

@media screen and (min-width: 80rem) and (max-width: 95.9975rem)

Inherited from

Omit.xlOnly


xlTo2xl?

optional xlTo2xl: Nested<SystemStyleObject>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/conditions.gen.d.ts:259

@media screen and (min-width: 80rem) and (max-width: 95.9975rem)

Inherited from

Omit.xlTo2xl


y?

optional y: ConditionalValue<undefined | String | AnyString>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:587

Inherited from

Omit.y


zIndex?

optional zIndex: ConditionalValue<undefined | `var(--${string})` | AnyString | ZIndexToken | ZIndex | readonly NonNullable<ZIndex | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:588

Inherited from

Omit.zIndex


zoom?

optional zoom: ConditionalValue<undefined | AnyString | Zoom | readonly NonNullable<Zoom | undefined>[]>

Defined in: node_modules/@chakra-ui/react/dist/types/styled-system/generated/system.gen.d.ts:589

Inherited from

Omit.zoom


caution

API documentation is generated from the latest commit on the main branch. It may be somewhat inconsistent with official releases of React Query Builder.