0.27.82 • Published 1 month ago

@bgord/design v0.27.82

Weekly downloads
-
License
MIT
Repository
-
Last release
1 month ago

@bgord/design

Breakpoints

DefinitionValue
data-md-*@media (max-width: ${value}px)
KeyValue
768@media (max-width: 768px)

You can use almost all design tokens after data-md, e.g data-md-mx.

Margins

DefinitionValue
data-mmargin
data-mxmargin-{left,right}
data-mymargin-{top,bottom}
data-mtmargin-top
data-mrmargin-right
data-mbmargin-bottom
data-mlmargin-left
KeyValue
00
33px
66px
1212px
2424px
3636px
4848px
7272px
autoauto
unsetunset

Paddings

DefinitionValue
data-ppadding
data-pxpadding-{left,padding}
data-pypadding-{top,bottom}
data-ptpadding-top
data-prpadding-right
data-pbpadding-bottom
data-plpadding-left
KeyValue
00
33px
66px
1212px
2424px
3636px
4848px
7272px
autoauto
unsetunset

Displays

DefinitionValue
data-displaydisplay
KeyValue
flexflex
blockblock
inline-blockinline-block
nonenone

Axis placements

DefinitionValue
data-mainjustify-content
data-crossalign-items
data-selfalign-items
KeyValueAvailable for data-self
startflex-startyes
endflex-endyes
aroundspace-aroundno
betweenspace-betweenno
evenlyspace-evenlyno
centercenteryes
baselinebaselineyes

Positions

DefinitionValue
data-positionposition
KeyValue
staticstatic
relativerelative
absoluteabsolute
fixedfixed
stickysticky
unsetunset

Flex wraps

DefinitionValue
data-wrapflex-wrap
KeyValue
nowrapnowrap
wrapwrap
wrap-reversewrap-reverse
unsetunset

Z indexes

DefinitionValue
data-zz-index
KeyValue
-1-1
00
11
22
33

Widths

DefinitionValue
data-widthwidth
KeyValue
100%100%
autoauto
unsetunset

Font sizes

DefinitionValue
data-fsfont-size
KeyValue
1212
1414
1616
2020
2424
3232
3636

Font weights

DefinitionValue
data-fwfont-weight
KeyValue
300300
400400
500500
700700
900900
unsetunset

Font colors

DefinitionValue
data-colorcolor

Possible values: see the Colors section.

Line heights

DefinitionValue
data-lhline-height
KeyValue
1212
1616
2020
2424
3232
3636
unsetunset

Flex directions

DefinitionValue
data-directionflex-direction
KeyValue
rowrow
row-reverserow-reverse
columncolumn
column-reversecolumn-reverse

Letter spacings

DefinitionValue
data-lsletter-spacing
KeyValue
0.50.5
11
1.51.5
22

Flex grows

DefinitionValue
data-growflex-grow
KeyValue
11
unsetunset

Flex shrinks

DefinitionValue
data-shrinkflex-shrink
KeyValue
00
unsetunset

Border widths

DefinitionValue
data-bwborder-width
data-bwxborder-width-{right,left}
data-bwyborder-width-{top,bottom}
data-bwtborder-width-top
data-bwrborder-width-right
data-bwbborder-width-bottom
data-bwlborder-width-left
KeyValue
11
22
44
66
1212

Border radiuses

DefinitionValue
data-brborder-radius
KeyValue
00
11px
22px
44px
50%50%

Max widths

DefinitionValue
data-max-widthmax-width
KeyValue
100%100%
12961296px
768768px
528528px
320320px
unsetunset

Transforms

DefinitionValue
data-directionflex-direction
KeyValue
uppercaseuppercase
lowercaselowercase
capitalizecapitalize
upper-firstupper-first
truncatetruncate
centercenter
nonenone

Overflows

DefinitionValue
data-overflowoverflow
KeyValue
autoauto
scrollscroll
hiddenhidden

Heights

DefinitionValue
data-heightheight
KeyValue
100%100%
autoauto
unsetunset

Positioners

DefinitionValue
data-toptop
data-rightright
data-bottombottom
data-leftleft
data-insetinset
KeyValue
00

Transform

Accepts multiple values.

DefinitionValue
data-transformtext-transform
data-transform*
KeyValue
uppercaseuppercase
lowercaselowercase
capitalizecapitalize
upper-first:first-letter { text-transform: uppercase }
centertext-align: center
nonenone
truncateoverflow: hidden, white-space: nowrap, text-overflow: ellipsis

Backgrounds

DefinitionValue
data-bgbackground-color

Possible values: see the Colors section.

Border colors

DefinitionValue
data-bcborder-color
data-bcxborder-color-{right,left}
data-bcyborder-color-{top,bottom}
data-bctborder-color-top
data-bcrborder-color-right
data-bcbborder-color-bottom
data-bclborder-color-left

Possible values: see the Colors section.

Colors

Grayscale

KeyValue
white#F9FAFB
gray-100#F3F4F6
gray-200#E5E7EB
gray-300#D1D5DB
gray-400#9CA3AF
gray-500#6B7280
gray-600#4B5563
gray-700#374151
gray-800#1F2937
black#111827

Green

KeyValue
green-100hsl(112, 50%, 85%)
green-200hsl(112, 50%, 75%)
green-300hsl(112, 50%, 65%)
green-400hsl(112, 50%, 55%)
green-500hsl(112, 50%, 45%)
green-600hsl(112, 50%, 35%)
green-700hsl(112, 50%, 25%)
green-800hsl(112, 50%, 20%)

Red

KeyValue
red-100hsl(5, 80%, 90%)
red-200hsl(5, 80%, 83%)
red-300hsl(5, 80%, 72.5%)
red-400hsl(5, 80%, 62.5%)
red-500hsl(5, 80%, 52.5%)
red-600hsl(5, 80%, 42%)
red-700hsl(5, 80%, 32.5%)
red-800hsl(5, 80%, 22.5%)

Orange

KeyValue
orange-100hsl(25, 88%, 85%)
orange-200hsl(25, 88%, 75%)
orange-300hsl(25, 88%, 65%)
orange-400hsl(25, 88%, 55%)
orange-500hsl(25, 88%, 45%)
orange-600hsl(25, 88%, 37.5%)
orange-700hsl(25, 88%, 27.5%)
orange-800hsl(25, 88%, 20%)

Cursors

DefinitionValue
data-cursorcursor
KeyValue
waitwait
autoauto
pointerpointer
not-allowednot-allowed

Backdrops

DefinitionValue
data-backdropbackdrop
KeyValue
blackrgba(0, 0, 0, 0.75)
nonenone

Object fits

DefinitionValue
data-object-fitobject-fit
KeyValue
containcontain
covercover
fillfill
scale-downscale-down
nonenone

Object positions

DefinitionValue
data-object-positionobject-position
KeyValue
toptop
bottombottom
leftleft
rightright
centercenter

Rotates

DefinitionValue
data-rotatetransform: rotate(x deg)
KeyValue
00
9090
180180
270270
0.27.82

1 month ago

0.27.81

2 months ago

0.27.80

2 months ago

0.27.79

2 months ago

0.27.76

2 months ago

0.27.74

5 months ago

0.27.73

5 months ago

0.27.72

5 months ago

0.27.70

6 months ago

0.27.66

9 months ago

0.27.65

10 months ago

0.27.64

10 months ago

0.27.63

10 months ago

0.27.69

6 months ago

0.27.68

7 months ago

0.27.67

7 months ago

0.27.62

10 months ago

0.27.61

10 months ago

0.27.60

10 months ago

0.27.59

10 months ago

0.27.58

10 months ago

0.27.57

11 months ago

0.27.55

11 months ago

0.27.56

11 months ago

0.27.54

11 months ago

0.27.53

12 months ago

0.27.52

12 months ago

0.27.51

12 months ago

0.27.50

1 year ago

0.27.49

1 year ago

0.27.48

2 years ago

0.27.47

2 years ago

0.27.46

2 years ago

0.27.45

2 years ago

0.27.44

2 years ago

0.27.39

2 years ago

0.27.43

2 years ago

0.27.42

2 years ago

0.27.41

2 years ago

0.27.40

2 years ago

0.27.38

2 years ago

0.27.37

2 years ago

0.27.36

2 years ago

0.27.35

2 years ago

0.27.34

2 years ago

0.27.33

2 years ago

0.27.32

2 years ago

0.27.30

2 years ago

0.27.29

2 years ago

0.27.28

2 years ago

0.20.1

2 years ago

0.20.0

2 years ago

0.19.0

2 years ago

0.19.1

2 years ago

0.11.0

2 years ago

0.13.0

2 years ago

0.15.0

2 years ago

0.15.1

2 years ago

0.17.0

2 years ago

0.15.2

2 years ago

0.15.3

2 years ago

0.27.27

2 years ago

0.27.22

2 years ago

0.27.2

2 years ago

0.27.21

2 years ago

0.27.1

2 years ago

0.27.0

2 years ago

0.25.1

2 years ago

0.27.26

2 years ago

0.25.0

2 years ago

0.27.25

2 years ago

0.21.3

2 years ago

0.27.24

2 years ago

0.23.0

2 years ago

0.21.2

2 years ago

0.27.23

2 years ago

0.21.1

2 years ago

0.9.0

2 years ago

0.27.9

2 years ago

0.27.8

2 years ago

0.9.2

2 years ago

0.27.7

2 years ago

0.9.1

2 years ago

0.27.6

2 years ago

0.5.0

2 years ago

0.27.4

2 years ago

0.7.0

2 years ago

0.27.3

2 years ago

0.27.19

2 years ago

0.21.0

2 years ago

0.27.18

2 years ago

0.27.17

2 years ago

0.27.16

2 years ago

0.27.11

2 years ago

0.27.10

2 years ago

0.27.15

2 years ago

0.27.14

2 years ago

0.27.13

2 years ago

0.27.12

2 years ago

0.12.0

2 years ago

0.14.0

2 years ago

0.14.1

2 years ago

0.16.0

2 years ago

0.18.0

2 years ago

0.10.0

2 years ago

0.26.1

2 years ago

0.26.0

2 years ago

0.24.2

2 years ago

0.24.1

2 years ago

0.24.0

2 years ago

0.22.0

2 years ago

0.20.2

2 years ago

0.8.0

2 years ago

0.6.1

2 years ago

0.6.0

2 years ago

0.3.0

3 years ago

0.4.0

3 years ago

0.2.1

3 years ago

0.2.0

3 years ago

0.1.0

3 years ago