@kong-ui-public/app-layout 0.11.12 → 0.12.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -114,7 +114,7 @@ Variable | Description | Default
114
114
 
115
115
  ## TypeScript interfaces
116
116
 
117
- TypeScript interfaces [are available here](https://github.com/Kong/shared-ui-components/blob/main/packages/app-layout/src/types/) and can be directly imported into your host application.
117
+ TypeScript interfaces [are available here](https://github.com/Kong/public-ui-components/blob/main/packages/core/app-layout/src/types/) and can be directly imported into your host application.
118
118
 
119
119
  ## Individual component documentation
120
120
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kong-ui-public/app-layout",
3
- "version": "0.11.12",
3
+ "version": "0.12.1",
4
4
  "type": "module",
5
5
  "main": "./dist/app-layout.umd.js",
6
6
  "module": "./dist/app-layout.es.js",
@@ -20,7 +20,7 @@
20
20
  "access": "public"
21
21
  },
22
22
  "peerDependencies": {
23
- "@kong/kongponents": "^8.21.3",
23
+ "@kong/kongponents": "^8.21.4",
24
24
  "vue": "^3.2.45",
25
25
  "vue-router": "^4.1.6"
26
26
  },
@@ -30,7 +30,7 @@
30
30
  "lodash.clonedeep": "^4.5.0"
31
31
  },
32
32
  "devDependencies": {
33
- "@kong/kongponents": "^8.21.3",
33
+ "@kong/kongponents": "^8.21.4",
34
34
  "@types/lodash.clonedeep": "^4.5.7",
35
35
  "vue": "^3.2.45",
36
36
  "vue-router": "^4.1.6"