@narmi/design_system 4.18.10 → 4.19.0-beta.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/.DS_Store +0 -0
- package/dist/icons/fonts/icomoon.woff2 +0 -0
- 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 +140 -140
- package/dist/tokens/js/reactNativeWeb.js +1 -1
- package/dist/types/Button/Spinner.d.ts +17 -0
- package/dist/types/Button/Spinner.d.ts.map +1 -0
- package/package.json +1 -1
package/dist/.DS_Store
ADDED
|
Binary file
|
|
Binary file
|
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
|
|
4
|
+
* Generated on Tue, 29 Apr 2025 17:33:57 GMT
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
7
|
:root {
|
|
@@ -148,7 +148,7 @@
|
|
|
148
148
|
|
|
149
149
|
/**
|
|
150
150
|
* Do not edit directly
|
|
151
|
-
* Generated on
|
|
151
|
+
* Generated on Tue, 29 Apr 2025 17:33:57 GMT
|
|
152
152
|
*/
|
|
153
153
|
|
|
154
154
|
:root {
|