@hitachivantara/uikit-react-lab 6.1.11 → 6.1.13

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +8 -8
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @hitachivantara/uikit-react-lab
2
2
 
3
- Contributed React components for the NEXT UI Kit.
3
+ Contributed React components to UI Kit by the community.
4
4
 
5
5
  ## Installation
6
6
 
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@hitachivantara/uikit-react-lab",
3
- "version": "6.1.11",
3
+ "version": "6.1.13",
4
4
  "type": "module",
5
5
  "private": false,
6
- "author": "Hitachi Vantara UI Kit Team",
7
- "description": "Contributed React components for the NEXT UI Kit.",
6
+ "author": "UI Kit Team",
7
+ "description": "Contributed React components to UI Kit by the community.",
8
8
  "homepage": "https://github.com/pentaho/hv-uikit-react",
9
9
  "sideEffects": false,
10
10
  "keywords": [
@@ -41,10 +41,10 @@
41
41
  "@dnd-kit/core": "^6.1.0",
42
42
  "@dnd-kit/modifiers": "^6.0.1",
43
43
  "@emotion/css": "^11.11.0",
44
- "@hitachivantara/uikit-react-core": "^6.9.1",
45
- "@hitachivantara/uikit-react-icons": "^6.0.6",
46
- "@hitachivantara/uikit-react-utils": "^6.2.4",
47
- "@hitachivantara/uikit-styles": "^6.1.2",
44
+ "@hitachivantara/uikit-react-core": "^6.10.0",
45
+ "@hitachivantara/uikit-react-icons": "^6.0.8",
46
+ "@hitachivantara/uikit-react-utils": "^6.2.6",
47
+ "@hitachivantara/uikit-styles": "^6.2.1",
48
48
  "@types/react-grid-layout": "^1.3.5",
49
49
  "react-grid-layout": "^1.4.4",
50
50
  "reactflow": "^11.10.1",
@@ -72,5 +72,5 @@
72
72
  "publishConfig": {
73
73
  "access": "public"
74
74
  },
75
- "gitHead": "4d8cd01cd9b1786dc00fd9e8edb962b2c80e4b03"
75
+ "gitHead": "84643326d359781e4457c8a882c42c5a6d321744"
76
76
  }