@kong-ui-public/entities-plugins-icon 0.0.2-pr.2158.5477de5f8.0 → 0.0.3-pr.1994.98921f12a.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.
package/README.md CHANGED
@@ -7,7 +7,6 @@ Plugin icon package that provides a set of icons for Kong Gateway plugins.
7
7
  - [Usage](#usage)
8
8
  - [Install](#install)
9
9
  - [Props](#props)
10
- - [example](#example)
11
10
 
12
11
  ## Features
13
12
 
@@ -21,6 +20,7 @@ Plugin icon package that provides a set of icons for Kong Gateway plugins.
21
20
 
22
21
  ### Install
23
22
 
23
+
24
24
  Install the package in your host application:
25
25
 
26
26
  ```sh
@@ -28,16 +28,5 @@ pnpm install @kong-ui-public/entities-plugins-icon
28
28
  ```
29
29
 
30
30
  ### Props
31
- - name: `string` - The name of the plugin icon to display.
32
- - size: `number` - The size of the icon in pixels. Default is `32`.
33
- - alt: `string` - The alt text for the icon. Default is `''`.
34
-
35
- ### example
36
- ```vue
37
- <template>
38
- <PluginIcon
39
- name="key-auth"
40
- size="32"
41
- />
42
- </template>
43
- ```
31
+
32
+ #### `example`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kong-ui-public/entities-plugins-icon",
3
- "version": "0.0.2-pr.2158.5477de5f8.0",
3
+ "version": "0.0.3-pr.1994.98921f12a.0",
4
4
  "type": "module",
5
5
  "main": "./dist/entities-plugins-icon.umd.js",
6
6
  "module": "./dist/entities-plugins-icon.es.js",
@@ -21,8 +21,7 @@
21
21
  "access": "public"
22
22
  },
23
23
  "devDependencies": {
24
- "vue": "^3.5.13",
25
- "@kong-ui-public/entities-plugins-metadata": "^1.5.1-pr.2158.5477de5f8.0"
24
+ "vue": "^3.5.13"
26
25
  },
27
26
  "repository": {
28
27
  "type": "git",
@@ -39,11 +38,10 @@
39
38
  "extends": "../../../package.json"
40
39
  },
41
40
  "distSizeChecker": {
42
- "errorLimit": "800KB"
41
+ "errorLimit": "200KB"
43
42
  },
44
43
  "peerDependencies": {
45
- "vue": "^3.5.12",
46
- "@kong-ui-public/entities-plugins-metadata": "^1.5.1-pr.2158.5477de5f8.0"
44
+ "vue": "^3.5.14"
47
45
  },
48
46
  "scripts": {
49
47
  "dev": "cross-env USE_SANDBOX=true vite",