@kong/icons 1.5.1-pr.63.2b84359.0 → 1.5.1-pr.69.2b0bcd9.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.
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * This file was generated via the build script. Do not edit this file directly.
3
- * Generated on Fri, 15 Sep 2023 14:31:31 GMT
3
+ * Generated on Wed, 20 Sep 2023 19:26:09 GMT
4
4
  *
5
5
  * GitHub: https://github.com/Kong/icons
6
6
  * License: Apache-2.0
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * This file was generated via the build script. Do not edit this file directly.
3
- * Generated on Fri, 15 Sep 2023 14:31:31 GMT
3
+ * Generated on Wed, 20 Sep 2023 19:26:09 GMT
4
4
  *
5
5
  * GitHub: https://github.com/Kong/icons
6
6
  * License: Apache-2.0
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * This file was generated via the build script. Do not edit this file directly.
3
- * Generated on Fri, 15 Sep 2023 14:31:31 GMT
3
+ * Generated on Wed, 20 Sep 2023 19:26:09 GMT
4
4
  *
5
5
  * GitHub: https://github.com/Kong/icons
6
6
  * License: Apache-2.0
@@ -0,0 +1,85 @@
1
+ declare const _default: import("vue").DefineComponent<{
2
+ /** The accessibility text provided to screen readers */
3
+ title: {
4
+ type: StringConstructor;
5
+ required: false;
6
+ default: string;
7
+ };
8
+ /** The icon color. Defaults to `currentColor` which inherits text color from the parent element */
9
+ color: {
10
+ type: StringConstructor;
11
+ required: false;
12
+ default: string;
13
+ };
14
+ /** The CSS display property for the icon. Defaults to `block` */
15
+ display: {
16
+ type: StringConstructor;
17
+ required: false;
18
+ default: string;
19
+ };
20
+ /** Whether the icon is just eye-candy or is meaningful to the page (should screen-readers ignore the icon?) */
21
+ decorative: {
22
+ type: BooleanConstructor;
23
+ required: false;
24
+ default: boolean;
25
+ };
26
+ /** The icon size */
27
+ size: {
28
+ type: (StringConstructor | NumberConstructor)[];
29
+ required: false;
30
+ default: "24px";
31
+ validator: (sizeValue: string | number) => boolean;
32
+ };
33
+ /** The HTML tag to utilize for the icon's wrapper element. Defaults to `span` */
34
+ as: {
35
+ type: StringConstructor;
36
+ required: false;
37
+ default: string;
38
+ };
39
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
40
+ /** The accessibility text provided to screen readers */
41
+ title: {
42
+ type: StringConstructor;
43
+ required: false;
44
+ default: string;
45
+ };
46
+ /** The icon color. Defaults to `currentColor` which inherits text color from the parent element */
47
+ color: {
48
+ type: StringConstructor;
49
+ required: false;
50
+ default: string;
51
+ };
52
+ /** The CSS display property for the icon. Defaults to `block` */
53
+ display: {
54
+ type: StringConstructor;
55
+ required: false;
56
+ default: string;
57
+ };
58
+ /** Whether the icon is just eye-candy or is meaningful to the page (should screen-readers ignore the icon?) */
59
+ decorative: {
60
+ type: BooleanConstructor;
61
+ required: false;
62
+ default: boolean;
63
+ };
64
+ /** The icon size */
65
+ size: {
66
+ type: (StringConstructor | NumberConstructor)[];
67
+ required: false;
68
+ default: "24px";
69
+ validator: (sizeValue: string | number) => boolean;
70
+ };
71
+ /** The HTML tag to utilize for the icon's wrapper element. Defaults to `span` */
72
+ as: {
73
+ type: StringConstructor;
74
+ required: false;
75
+ default: string;
76
+ };
77
+ }>>, {
78
+ title: string;
79
+ color: string;
80
+ display: string;
81
+ decorative: boolean;
82
+ size: string | number;
83
+ as: string;
84
+ }, {}>;
85
+ export default _default;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * This file was generated via the build script. Do not edit this file directly.
3
- * Generated on Fri, 15 Sep 2023 14:31:31 GMT
3
+ * Generated on Wed, 20 Sep 2023 19:26:09 GMT
4
4
  *
5
5
  * GitHub: https://github.com/Kong/icons
6
6
  * License: Apache-2.0
@@ -108,4 +108,5 @@ export { default as VitalsIcon } from './VitalsIcon.vue';
108
108
  export { default as WarningOutlineIcon } from './WarningOutlineIcon.vue';
109
109
  export { default as WarningIcon } from './WarningIcon.vue';
110
110
  export { default as WorkspacesIcon } from './WorkspacesIcon.vue';
111
+ export { default as WorldPrivateIcon } from './WorldPrivateIcon.vue';
111
112
  export { default as WorldIcon } from './WorldIcon.vue';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kong/icons",
3
- "version": "1.5.1-pr.63.2b84359.0",
3
+ "version": "1.5.1-pr.69.2b0bcd9.0",
4
4
  "description": "Kong Icon Library",
5
5
  "license": "Apache-2.0",
6
6
  "type": "module",
@@ -46,19 +46,19 @@
46
46
  "commit": "cz"
47
47
  },
48
48
  "devDependencies": {
49
- "@babel/types": "^7.22.11",
49
+ "@babel/types": "^7.22.17",
50
50
  "@commitlint/cli": "^17.7.1",
51
51
  "@commitlint/config-conventional": "^17.7.0",
52
52
  "@digitalroute/cz-conventional-changelog-for-jira": "^8.0.1",
53
- "@evilmartians/lefthook": "^1.4.9",
53
+ "@evilmartians/lefthook": "^1.4.10",
54
54
  "@kong/design-tokens": "^1.10.2",
55
55
  "@semantic-release/changelog": "^6.0.3",
56
56
  "@semantic-release/git": "^10.0.1",
57
57
  "@types/jsdom": "^21.1.2",
58
- "@types/node": "^20.5.9",
58
+ "@types/node": "^20.6.0",
59
59
  "@types/node-emoji": "^2.1.0",
60
- "@typescript-eslint/eslint-plugin": "^6.5.0",
61
- "@typescript-eslint/parser": "^6.5.0",
60
+ "@typescript-eslint/eslint-plugin": "^6.6.0",
61
+ "@typescript-eslint/parser": "^6.6.0",
62
62
  "@vitejs/plugin-vue": "^4.3.4",
63
63
  "@vitest/ui": "^0.34.3",
64
64
  "@vue/test-utils": "^2.4.1",
@@ -69,7 +69,7 @@
69
69
  "commitizen": "^4.3.0",
70
70
  "cross-env": "^7.0.3",
71
71
  "cz-conventional-changelog": "^3.3.0",
72
- "eslint": "^8.48.0",
72
+ "eslint": "^8.49.0",
73
73
  "eslint-config-standard": "^17.1.0",
74
74
  "eslint-plugin-import": "^2.28.1",
75
75
  "eslint-plugin-n": "^16.0.2",
@@ -96,7 +96,7 @@
96
96
  "vitest": "0.34.2",
97
97
  "vue": "^3.3.4",
98
98
  "vue-router": "^4.2.4",
99
- "vue-tsc": "^1.8.8"
99
+ "vue-tsc": "^1.8.10"
100
100
  },
101
101
  "peerDependencies": {
102
102
  "vue": "^3.3.4"
@@ -150,7 +150,7 @@
150
150
  ]
151
151
  },
152
152
  "engines": {
153
- "node": ">=v18.16.1"
153
+ "node": ">=v18.17.1"
154
154
  },
155
155
  "volta": {
156
156
  "node": "18.17.1",