@narmi/design_system 3.70.0-beta.1 → 3.70.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 +0 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/style.css +3 -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 +140 -140
- package/dist/tokens/js/reactNativeWeb.js +1 -1
- package/dist/types/ContextMenu/ContextMenuItem.d.ts +17 -0
- package/dist/types/ContextMenu/ContextMenuItem.d.ts.map +1 -0
- package/dist/types/ContextMenu/index.d.ts +23 -0
- package/dist/types/ContextMenu/index.d.ts.map +1 -0
- package/dist/types/index.d.ts +2 -1
- package/dist/types/index.d.ts.map +1 -1
- package/package.json +1 -1
- package/dist/types/Snackbar/index.d.ts +0 -21
- package/dist/types/Snackbar/index.d.ts.map +0 -1
package/README.md
CHANGED
|
@@ -192,4 +192,3 @@ If you need to make additional changes after the beta is published...
|
|
|
192
192
|
|
|
193
193
|
Source code is under a custom license based on MIT. The license restricts `@narmi/design_system` usage to applications that integrate or interoperate with Narmi software or services, with additional restrictions for external, stand-alone applications. Please see LICENSE.md for full details.
|
|
194
194
|
|
|
195
|
-
|