@veracity/vui 3.0.0-alpha.0 → 3.0.0-beta.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 +2 -18
- package/dist/chunk-ALsxd0aW.js +1 -0
- package/dist/index.d.ts +11091 -9349
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +244 -14632
- package/dist/index.js.map +1 -1
- package/package.json +24 -24
package/README.md
CHANGED
|
@@ -1,20 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
Veracity UI is a React component library crafted for use within Veracity applications and pages.
|
|
4
|
-
|
|
5
|
-
Based on Styled Components and `@xstyled`.
|
|
6
|
-
|
|
7
|
-
All information can be found at [https://ui.veracity.com](https://ui.veracity.com).
|
|
8
|
-
|
|
9
|
-
Test environment: [https://uitest.veracity.com/](https://uitest.veracity.com/).
|
|
10
|
-
|
|
11
|
-
# Contribute
|
|
12
|
-
|
|
13
|
-
1. Propose changes to [VUI channel on Teams](https://teams.microsoft.com/l/channel/19%3a908d5ed7bcae497284565a693cb2ffed%40thread.tacv2/VUI?groupId=26777f8a-e423-402f-90f8-7af990f489a4&tenantId=adf10e2b-b6e9-41d6-be2f-c12bb566019c)
|
|
14
|
-
2. Create a user story and check out a feature branch
|
|
15
|
-
3. Create a PR with your changes and ask for review
|
|
16
|
-
|
|
17
|
-
## Manually upgrade _onedesign-tokens_ private package (until it becomes public)
|
|
1
|
+
<!-- ## Manually upgrade _onedesign-tokens_ private package (until it becomes public)
|
|
18
2
|
|
|
19
3
|
Temporary procedure:
|
|
20
4
|
|
|
@@ -27,4 +11,4 @@ npm i --no-save @dnvgl-onefoundation/onedesign-tokens@beta
|
|
|
27
11
|
2. copy file from `node_modules/@dnvgl-onefoundation/onedesign-tokens/dist/js/es6/rem/button.js`
|
|
28
12
|
into `./src/onedesign-tokens/dist/js/es6/rem`
|
|
29
13
|
|
|
30
|
-
3. commit changes.
|
|
14
|
+
3. commit changes. -->
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
var e=Object.defineProperty,t=(t,n)=>{for(var r in n)e(t,r,{get:n[r],enumerable:!0})};export{t as __export};globalThis.__vuiVersion__=`3.0.0-beta.1`;
|