@kong-ui-public/app-layout 4.0.23-pr.1333.cd905df0.0 → 4.0.24-pr.1359.2691a875.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @kong-ui-public/app-layout
2
2
 
3
- A Kong UI application layout component that provides a responsive navbar, sidebar, and main content area.
3
+ A set of Kong UI application layout components that provides a responsive navbar, sidebar, and main content area.
4
4
 
5
5
  - [Features](#features)
6
6
  - [Requirements](#requirements)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kong-ui-public/app-layout",
3
- "version": "4.0.23-pr.1333.cd905df0.0",
3
+ "version": "4.0.24-pr.1359.2691a875.0",
4
4
  "type": "module",
5
5
  "main": "./dist/app-layout.umd.js",
6
6
  "module": "./dist/app-layout.es.js",
@@ -21,7 +21,7 @@
21
21
  "access": "public"
22
22
  },
23
23
  "peerDependencies": {
24
- "@kong/kongponents": "9.0.0-alpha.146",
24
+ "@kong/kongponents": "^9.0.0-alpha.146",
25
25
  "vue": ">= 3.3.13 < 4",
26
26
  "vue-router": "^4.3.0"
27
27
  },