@narmi/design_system 1.24.4-beta → 1.24.4
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/README.md +1 -0
- package/dist/index.js.map +1 -1
- package/dist/style.css +2 -2
- package/dist/style.css.map +1 -1
- 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/manifest.js +131 -131
- package/package.json +1 -1
- package/CHANGELOG.md +0 -403
- package/dist/index.js.LICENSE.txt +0 -3
- package/dist/tokens/.DS_Store +0 -0
- package/dist/tokens/js/constants.js +0 -137
- package/dist/tokens/scss/variables.js +0 -305
- package/dist/tokens/scss/variables.scss +0 -305
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
|
|
4
|
+
* Generated on Thu, 16 Dec 2021 17:45:30 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
|
|
142
|
+
* Generated on Thu, 16 Dec 2021 17:45:30 GMT
|
|
143
143
|
*/
|
|
144
144
|
|
|
145
145
|
:root {
|