UNPKG
@nurl/panda-preset
Version:
latest (0.10.0)
0.10.0
0.9.0
0.8.4
0.7.4
0.6.4
0.5.4
0.5.3
0.4.3
0.3.3
0.2.3
0.1.2
0.1.1
0.1.0
Official Panda-CSS preset for the Ganglion Design System.
nurl.website
nurl-inc/dev-tools
@nurl/panda-preset
/
src
/
recipes
/
shared
/
states.ts
19 lines
(17 loc)
•
312 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
export
const
focusStates = {
_focusVisible
: {
boxShadow
:
'none'
,
outline
:
'3px solid'
,
outlineColor
:
'action.border.focus'
,
outlineOffset
:
'2px'
, }, }
export
const
formStates = {
_disabled
: {
cursor
:
'not-allowed'
,
opacity
:
'0.5'
, },
_readOnly
: {
cursor
:
'default'
, }, }