@@ -189,50 +189,50 @@ external make: (
189
189
~textShadow: Identity.t=?,
190
190
~boxShadow: Identity.t=?,
191
191
/**
192
- TODO
193
192
Pseudo
194
193
@see <https: //chakra-ui.com /docs /features /style-props#pseudo >
195
- _hover
196
- _active
197
- _focus
198
- _highlighted
199
- _focusWithin
200
- _focusVisible
201
- _disabled
202
- _readOnly
203
- _before
204
- _after
205
- _empty
206
- _expanded
207
- _checked
208
- _grabbed
209
- _pressed
210
- _invalid
211
- _valid
212
- _loading
213
- _selected
214
- _hidden
215
- _autofill
216
- _even
217
- _odd
218
- _first
219
- _last
220
- _notFirst
221
- _notLast
222
- _visited
223
- _activeLink
224
- _activeStep
225
- _indeterminate
226
- _groupHover
227
- _groupFocus
228
- _groupActive
229
- _groupDisabled
230
- _groupInvalid
231
- _groupChecked
232
- _placeholder
233
- _fullScreen
234
- _selection
235
194
**/
195
+ @as("_hover") ~_hover: Pseudo.t=?,
196
+ @as("_active") ~_active: Pseudo.t=?,
197
+ @as("_focus") ~_focus: Pseudo.t=?,
198
+ @as("_highlighted") ~_highlighted: Pseudo.t=?,
199
+ @as("_focusWithin") ~_focusWithin: Pseudo.t=?,
200
+ @as("_focusVisible") ~_focusVisible: Pseudo.t=?,
201
+ @as("_disabled") ~_disabled: Pseudo.t=?,
202
+ @as("_readOnly") ~_readOnly: Pseudo.t=?,
203
+ @as("_before") ~_before: Pseudo.t=?,
204
+ @as("_after") ~_after: Pseudo.t=?,
205
+ @as("_empty") ~_empty: Pseudo.t=?,
206
+ @as("_expanded") ~_expanded: Pseudo.t=?,
207
+ @as("_checked") ~_checked: Pseudo.t=?,
208
+ @as("_grabbed") ~_grabbed: Pseudo.t=?,
209
+ @as("_pressed") ~_pressed: Pseudo.t=?,
210
+ @as("_invalid") ~_invalid: Pseudo.t=?,
211
+ @as("_valid") ~_valid: Pseudo.t=?,
212
+ @as("_loading") ~_loading: Pseudo.t=?,
213
+ @as("_selected") ~_selected: Pseudo.t=?,
214
+ @as("_hidden") ~_hidden: Pseudo.t=?,
215
+ @as("_autofill") ~_autofill: Pseudo.t=?,
216
+ @as("_even") ~_even: Pseudo.t=?,
217
+ @as("_odd") ~_odd: Pseudo.t=?,
218
+ @as("_first") ~_first: Pseudo.t=?,
219
+ @as("_last") ~_last: Pseudo.t=?,
220
+ @as("_notFirst") ~_notFirst: Pseudo.t=?,
221
+ @as("_notLast") ~_notLast: Pseudo.t=?,
222
+ @as("_visited") ~_visited: Pseudo.t=?,
223
+ @as("_activeLink") ~_activeLink: Pseudo.t=?,
224
+ @as("_activeStep") ~_activeStep: Pseudo.t=?,
225
+ @as("_indeterminate") ~_indeterminate: Pseudo.t=?,
226
+ @as("_groupHover") ~_groupHover: Pseudo.t=?,
227
+ @as("_groupFocus") ~_groupFocus: Pseudo.t=?,
228
+ @as("_groupActive") ~_groupActive: Pseudo.t=?,
229
+ @as("_groupDisabled") ~_groupDisabled: Pseudo.t=?,
230
+ @as("_groupInvalid") ~_groupInvalid: Pseudo.t=?,
231
+ @as("_groupChecked") ~_groupChecked: Pseudo.t=?,
232
+ @as("_placeholder") ~_placeholder: Pseudo.t=?,
233
+ @as("_fullScreen") ~_fullScreen: Pseudo.t=?,
234
+ @as("_selection") ~_selection: Pseudo.t=?,
235
+
236
236
/**
237
237
TODO
238
238
Other Props
0 commit comments