@narmi/design_system 1.24.3 → 1.24.4-beta
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +403 -0
- package/dist/index.js +1 -1
- package/dist/index.js.LICENSE.txt +3 -0
- package/dist/index.js.map +1 -1
- package/dist/style.css +2 -2
- package/dist/style.css.map +1 -1
- package/dist/tokens/.DS_Store +0 -0
- package/dist/tokens/css/rgbColors.css +1 -1
- package/dist/tokens/css/tokens.css +1 -1
- package/dist/tokens/js/colors.js +1 -1
- package/dist/tokens/js/constants.js +137 -0
- package/dist/tokens/js/manifest.js +131 -131
- package/dist/tokens/scss/variables.js +305 -0
- package/dist/tokens/scss/variables.scss +305 -0
- package/package.json +1 -1
package/dist/style.css
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
@import url(https://fonts.googleapis.com/css?family=Mulish:400,600,700&subset=latin);
|
|
2
2
|
/**
|
|
3
3
|
* Do not edit directly
|
|
4
|
-
* Generated on Wed, 15 Dec 2021
|
|
4
|
+
* Generated on Wed, 15 Dec 2021 22:55:21 GMT
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
7
|
:root {
|
|
@@ -139,7 +139,7 @@
|
|
|
139
139
|
|
|
140
140
|
/**
|
|
141
141
|
* Do not edit directly
|
|
142
|
-
* Generated on Wed, 15 Dec 2021
|
|
142
|
+
* Generated on Wed, 15 Dec 2021 22:55:21 GMT
|
|
143
143
|
*/
|
|
144
144
|
|
|
145
145
|
:root {
|