@vertexvis/ui-react 0.1.3-canary.5 → 0.1.3-canary.6
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/README.template.md +2 -0
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -9,6 +9,8 @@
|
|
|
9
9
|
Project contains React bindings for Vertex's component library SDK. These bindings are
|
|
10
10
|
auto-generated from `@vertexvis/ui`.
|
|
11
11
|
|
|
12
|
+
<b>This project is intended for internal Vertex use only.</b>
|
|
13
|
+
|
|
12
14
|
## Usage
|
|
13
15
|
|
|
14
16
|
Run `yarn add @vertexvis/ui-react` or `npm install @vertexvis/ui-react`
|
package/README.template.md
CHANGED
|
@@ -9,6 +9,8 @@
|
|
|
9
9
|
Project contains React bindings for Vertex's component library SDK. These bindings are
|
|
10
10
|
auto-generated from `@vertexvis/ui`.
|
|
11
11
|
|
|
12
|
+
<b>This project is intended for internal Vertex use only.</b>
|
|
13
|
+
|
|
12
14
|
## Usage
|
|
13
15
|
|
|
14
16
|
Run `yarn add @vertexvis/ui-react` or `npm install @vertexvis/ui-react`
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vertexvis/ui-react",
|
|
3
|
-
"version": "0.1.3-canary.
|
|
3
|
+
"version": "0.1.3-canary.6",
|
|
4
4
|
"description": "React bindings for the Vertex component library.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "Vertex Developers <support@vertexvis.com> (https://developer.vertexvis.com)",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"@types/react": "^18.3.2",
|
|
37
37
|
"@types/react-dom": "^18.3.0",
|
|
38
38
|
"@vertexvis/eslint-config-vertexvis-typescript": "^0.5.1",
|
|
39
|
-
"@vertexwebui/build": "^0.1.3-canary.
|
|
39
|
+
"@vertexwebui/build": "^0.1.3-canary.6",
|
|
40
40
|
"eslint": "8.49.0",
|
|
41
41
|
"react": "^18.2.0",
|
|
42
42
|
"react-dom": "^18.2.0",
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
"react-dom": ">=16.3.0 <19.0.0"
|
|
48
48
|
},
|
|
49
49
|
"dependencies": {
|
|
50
|
-
"@vertexvis/ui": "^0.1.3-canary.
|
|
50
|
+
"@vertexvis/ui": "^0.1.3-canary.6"
|
|
51
51
|
},
|
|
52
|
-
"gitHead": "
|
|
52
|
+
"gitHead": "a27aa56b417191ccef59d1304692546c839b7424"
|
|
53
53
|
}
|