@narmi/design_system 3.2.2 → 3.3.1
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/icons/style.css +0 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/style.css +2 -3
- 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 +1 -1
- package/dist/tokens/js/reactNativeWeb.js +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:wght@200..700&display=swap);
|
|
2
2
|
/**
|
|
3
3
|
* Do not edit directly
|
|
4
|
-
* Generated on Wed,
|
|
4
|
+
* Generated on Wed, 06 Sep 2023 17:26:17 GMT
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
7
|
:root {
|
|
@@ -146,7 +146,7 @@
|
|
|
146
146
|
|
|
147
147
|
/**
|
|
148
148
|
* Do not edit directly
|
|
149
|
-
* Generated on Wed,
|
|
149
|
+
* Generated on Wed, 06 Sep 2023 17:26:17 GMT
|
|
150
150
|
*/
|
|
151
151
|
|
|
152
152
|
:root {
|
|
@@ -217,7 +217,6 @@
|
|
|
217
217
|
|
|
218
218
|
.narmi-icon-filter-2:before {
|
|
219
219
|
content: "\ea4a";
|
|
220
|
-
color: #4c4c4c;
|
|
221
220
|
}
|
|
222
221
|
.narmi-icon-business:before {
|
|
223
222
|
content: "\ea48";
|