@narmi/design_system 3.48.0 → 3.50.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/README.md +4 -4
- package/dist/index.js +1 -1
- 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 +1 -1
- package/dist/tokens/js/reactNativeWeb.js +1 -1
- package/dist/types/SeparatorList/index.d.ts +13 -0
- package/dist/types/SeparatorList/index.d.ts.map +1 -0
- package/dist/types/Slider/Thumbs.d.ts +3 -0
- package/dist/types/Slider/Thumbs.d.ts.map +1 -0
- package/dist/types/Slider/index.d.ts +30 -0
- package/dist/types/Slider/index.d.ts.map +1 -0
- package/dist/types/index.d.ts +52 -65
- package/dist/types/index.d.ts.map +1 -0
- package/dist/types/types/Icon.types.d.ts +5 -0
- package/dist/types/types/Icon.types.d.ts.map +1 -0
- 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,
|
|
4
|
+
* Generated on Thu, 29 Aug 2024 18:08:56 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 Thu,
|
|
151
|
+
* Generated on Thu, 29 Aug 2024 18:08:56 GMT
|
|
152
152
|
*/
|
|
153
153
|
|
|
154
154
|
:root {
|