@narmi/design_system 4.20.0 → 4.21.0
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/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/style.css +4 -2
- package/dist/style.css.map +1 -1
- package/dist/tokens/css/rgbColors.css +2 -1
- package/dist/tokens/css/tokens.css +2 -1
- package/dist/tokens/js/colors.js +2 -1
- package/dist/tokens/js/manifest.js +20 -1
- package/dist/tokens/js/reactNativeWeb.js +2 -1
- package/dist/tokens/json/tokens.json +1 -0
- package/dist/types/AutocompleteModal/AutoComplete.d.ts.map +1 -1
- package/dist/types/AutocompleteModal/index.d.ts.map +1 -1
- package/package.json +1 -1
package/dist/style.css
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
@import url(https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200;0,400;0,600;0,700;1,200;1,400;1,600;1,700&display=swap);
|
|
2
2
|
/**
|
|
3
3
|
* Do not edit directly
|
|
4
|
-
* Generated on Thu, 08 May 2025
|
|
4
|
+
* Generated on Thu, 08 May 2025 21:37:39 GMT
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
7
|
:root {
|
|
@@ -47,6 +47,7 @@
|
|
|
47
47
|
--color-mediumGrey: #8c8c8c;
|
|
48
48
|
--color-grey: #4c4c4c;
|
|
49
49
|
--color-black: #333333;
|
|
50
|
+
--color-amethyst: #5514b8;
|
|
50
51
|
--color-sand800: #fcf0e9;
|
|
51
52
|
--color-sand700: #f4e3d6;
|
|
52
53
|
--color-sand600: #eed6c3;
|
|
@@ -148,7 +149,7 @@
|
|
|
148
149
|
|
|
149
150
|
/**
|
|
150
151
|
* Do not edit directly
|
|
151
|
-
* Generated on Thu, 08 May 2025
|
|
152
|
+
* Generated on Thu, 08 May 2025 21:37:39 GMT
|
|
152
153
|
*/
|
|
153
154
|
|
|
154
155
|
:root {
|
|
@@ -166,6 +167,7 @@
|
|
|
166
167
|
--rgb-pistachio: 181, 233, 149;
|
|
167
168
|
--rgb-cactus: 127, 188, 91;
|
|
168
169
|
--rgb-sand: 220, 193, 162;
|
|
170
|
+
--rgb-amethyst: 85, 20, 184;
|
|
169
171
|
--rgb-black: 51, 51, 51;
|
|
170
172
|
--rgb-grey: 76, 76, 76;
|
|
171
173
|
--rgb-mediumGrey: 140, 140, 140;
|