mirror of
https://github.com/primer/css.git
synced 2025-01-09 00:07:49 +03:00
bump primitives + create bundle
This commit is contained in:
parent
ea44985615
commit
1cbcc7ba9d
@ -41,7 +41,7 @@
|
||||
"storybook": "cd docs && yarn && yarn storybook"
|
||||
},
|
||||
"dependencies": {
|
||||
"@primer/primitives": "^7.7.0"
|
||||
"@primer/primitives": "^7.8.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@changesets/changelog-github": "0.4.4",
|
||||
|
9
src/primitives/index.scss
Normal file
9
src/primitives/index.scss
Normal file
@ -0,0 +1,9 @@
|
||||
@import '@primer/primitives/tokens-v2-private/css/tokens/base/size/size.css';
|
||||
@import '@primer/primitives/tokens-v2-private/css/tokens/base/typography/typography.css';
|
||||
@import '@primer/primitives/tokens-v2-private/css/tokens/functional/size/border.css';
|
||||
@import '@primer/primitives/tokens-v2-private/css/tokens/functional/size/breakpoints.css';
|
||||
@import '@primer/primitives/tokens-v2-private/css/tokens/functional/size/size-coarse.css';
|
||||
@import '@primer/primitives/tokens-v2-private/css/tokens/functional/size/size-fine.css';
|
||||
@import '@primer/primitives/tokens-v2-private/css/tokens/functional/size/size.css';
|
||||
@import '@primer/primitives/tokens-v2-private/css/tokens/functional/size/viewport.css';
|
||||
@import '@primer/primitives/tokens-v2-private/css/tokens/functional/typography/typography.css';
|
@ -1162,7 +1162,7 @@
|
||||
"@nodelib/fs.scandir" "2.1.5"
|
||||
fastq "^1.6.0"
|
||||
|
||||
"@primer/primitives@^7.7.0":
|
||||
"@primer/primitives@^7.8.3":
|
||||
version "7.8.3"
|
||||
resolved "https://registry.yarnpkg.com/@primer/primitives/-/primitives-7.8.3.tgz#de7e03492cf977e99f2417490d76421db9715e9f"
|
||||
integrity sha512-04ZwfJhpZ0QFwDrJfCuLX6iOh0BflWDTvuoRA80lQH9xk0RtIg16INbruwwtnbSgnKKXXRSykRRJ5BbxnqufRA==
|
||||
|
Loading…
Reference in New Issue
Block a user