@narmi/design_system 3.29.0 → 3.30.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/README.md +3 -2
- 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 +1 -1
- package/dist/tokens/js/reactNativeWeb.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -169,6 +169,7 @@ The best way to approach testing unpublished NDS changes in a consumer is to use
|
|
|
169
169
|
**beta versions**.
|
|
170
170
|
|
|
171
171
|
#### Publishing a beta version
|
|
172
|
+
|
|
172
173
|
⚠️ Only do this if absolutely necessary
|
|
173
174
|
|
|
174
175
|
1. Rebuild NDS (`npm run build`)
|
|
@@ -185,8 +186,8 @@ If you need to make additional changes after the beta is published...
|
|
|
185
186
|
2. Bump the beta version number in package.json (`2.36.0-beta.0` -> `2.36.0-beta.1`)
|
|
186
187
|
3. Install the new beta version in your consuming application.
|
|
187
188
|
|
|
188
|
-
|
|
189
|
+
---
|
|
190
|
+
|
|
189
191
|
## License
|
|
190
192
|
|
|
191
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.
|
|
192
|
-
|