@ambita/design-system 3.0.27-11.0 → 3.0.27-121.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 +2 -0
- package/dist/aux.common.js +26405 -2992
- package/dist/aux.common.js.map +1 -1
- package/dist/aux.umd.js +26405 -2992
- package/dist/aux.umd.js.map +1 -1
- package/dist/aux.umd.min.js +27 -1
- package/dist/aux.umd.min.js.map +1 -1
- package/dist/css/colors-css-variables.css +51 -0
- package/dist/css/colors-css-variables.scss +56 -51
- package/dist/types/components/Checkbox/Checkbox.vue.d.ts +1 -1
- package/dist/types/components/Modal/Modal.vue.d.ts +3 -2
- package/dist/types/components/Notification/Notification.vue.d.ts +30 -0
- package/dist/types/components/Notification/Notifications.vue.d.ts +19 -0
- package/dist/types/components/Select/Select.vue.d.ts +2 -2
- package/dist/types/components/StatusBanner/StatusBanner.d.ts +2 -0
- package/dist/types/components/Upload/File/File.vue.d.ts +1 -1
- package/dist/types/helpers/formatters/formatDateAndTime/index.spec.d.ts +1 -0
- package/dist/types/helpers/formatters/formatQuantity/formatNumber.d.ts +1 -0
- package/dist/types/index.d.ts +2 -0
- package/package.json +5 -2
package/README.md
CHANGED
|
@@ -8,6 +8,8 @@ npm i @ambita/design-system
|
|
|
8
8
|
|
|
9
9
|
Copy the .npmrc file from this project and paste it into the root of your own project.
|
|
10
10
|
This will allow you to install this package assuming you have a valid NPM_TOKEN.
|
|
11
|
+
[How to setup for developer machine](https://ambita.atlassian.net/wiki/spaces/AI/pages/3060006975/Generate+NPM+TOKEN#Generate-token-for-developer-machine)
|
|
12
|
+
[How to setup for CI/CD](https://ambita.atlassian.net/wiki/spaces/AI/pages/3060006975/Generate+NPM+TOKEN#Generate-token-for-CI-%2F-CD)]
|
|
11
13
|
|
|
12
14
|
## Project setup
|
|
13
15
|
```
|