0.28.0 • Published 10 months ago

@bgord/design v0.28.0

Weekly downloads
-
License
MIT
Repository
-
Last release
10 months 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.28.0

10 months ago

0.27.82

1 year ago

0.27.81

1 year ago

0.27.80

1 year ago

0.27.79

1 year ago

0.27.76

1 year ago

0.27.74

2 years ago

0.27.73

2 years ago

0.27.72

2 years ago

0.27.70

2 years ago

0.27.66

2 years ago

0.27.65

2 years ago

0.27.64

2 years ago

0.27.63

2 years ago

0.27.69

2 years ago

0.27.68

2 years ago

0.27.67

2 years ago

0.27.62

2 years ago

0.27.61

2 years ago

0.27.60

2 years ago

0.27.59

2 years ago

0.27.58

2 years ago

0.27.57

2 years ago

0.27.55

2 years ago

0.27.56

2 years ago

0.27.54

2 years ago

0.27.53

2 years ago

0.27.52

2 years ago

0.27.51

2 years ago

0.27.50

2 years ago

0.27.49

2 years ago

0.27.48

3 years ago

0.27.47

3 years ago

0.27.46

3 years ago

0.27.45

3 years ago

0.27.44

3 years ago

0.27.39

3 years ago

0.27.43

3 years ago

0.27.42

3 years ago

0.27.41

3 years ago

0.27.40

3 years ago

0.27.38

3 years ago

0.27.37

3 years ago

0.27.36

3 years ago

0.27.35

3 years ago

0.27.34

3 years ago

0.27.33

3 years ago

0.27.32

3 years ago

0.27.30

3 years ago

0.27.29

3 years ago

0.27.28

3 years ago

0.20.1

4 years ago

0.20.0

4 years ago

0.19.0

4 years ago

0.19.1

4 years ago

0.11.0

4 years ago

0.13.0

4 years ago

0.15.0

4 years ago

0.15.1

4 years ago

0.17.0

4 years ago

0.15.2

4 years ago

0.15.3

4 years ago

0.27.27

3 years ago

0.27.22

3 years ago

0.27.2

4 years ago

0.27.21

3 years ago

0.27.1

4 years ago

0.27.0

4 years ago

0.25.1

4 years ago

0.27.26

3 years ago

0.25.0

4 years ago

0.27.25

3 years ago

0.21.3

4 years ago

0.27.24

3 years ago

0.23.0

4 years ago

0.21.2

4 years ago

0.27.23

3 years ago

0.21.1

4 years ago

0.9.0

4 years ago

0.27.9

3 years ago

0.27.8

4 years ago

0.9.2

4 years ago

0.27.7

4 years ago

0.9.1

4 years ago

0.27.6

4 years ago

0.5.0

4 years ago

0.27.4

4 years ago

0.7.0

4 years ago

0.27.3

4 years ago

0.27.19

3 years ago

0.21.0

4 years ago

0.27.18

3 years ago

0.27.17

3 years ago

0.27.16

3 years ago

0.27.11

3 years ago

0.27.10

3 years ago

0.27.15

3 years ago

0.27.14

3 years ago

0.27.13

3 years ago

0.27.12

3 years ago

0.12.0

4 years ago

0.14.0

4 years ago

0.14.1

4 years ago

0.16.0

4 years ago

0.18.0

4 years ago

0.10.0

4 years ago

0.26.1

4 years ago

0.26.0

4 years ago

0.24.2

4 years ago

0.24.1

4 years ago

0.24.0

4 years ago

0.22.0

4 years ago

0.20.2

4 years ago

0.8.0

4 years ago

0.6.1

4 years ago

0.6.0

4 years ago

0.3.0

4 years ago

0.4.0

4 years ago

0.2.1

4 years ago

0.2.0

4 years ago

0.1.0

4 years ago