@kong/icons 1.8.9-pr.195.7a9f902.0 → 1.8.9-pr.198.5cd49ab.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 Mon, 08 Jan 2024 21:40:27 GMT
3
+ * Generated on Mon, 08 Jan 2024 21:33:34 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 Mon, 08 Jan 2024 21:40:27 GMT
3
+ * Generated on Mon, 08 Jan 2024 21:33:34 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 Mon, 08 Jan 2024 21:40:27 GMT
3
+ * Generated on Mon, 08 Jan 2024 21:33:34 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: number | string) => 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").PublicProps, 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: number | string) => 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;
@@ -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: number | string) => 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").PublicProps, 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: number | string) => 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;
@@ -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: number | string) => 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").PublicProps, 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: number | string) => 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 Mon, 08 Jan 2024 21:40:27 GMT
3
+ * Generated on Mon, 08 Jan 2024 21:33:34 GMT
4
4
  *
5
5
  * GitHub: https://github.com/Kong/icons
6
6
  * License: Apache-2.0
@@ -36,6 +36,7 @@ export { default as ClearIcon } from './ClearIcon.vue';
36
36
  export { default as ClipboardIcon } from './ClipboardIcon.vue';
37
37
  export { default as ClockIcon } from './ClockIcon.vue';
38
38
  export { default as CloseIcon } from './CloseIcon.vue';
39
+ export { default as CloudDownloadIcon } from './CloudDownloadIcon.vue';
39
40
  export { default as CloudUploadIcon } from './CloudUploadIcon.vue';
40
41
  export { default as CloudIcon } from './CloudIcon.vue';
41
42
  export { default as CodeIcon } from './CodeIcon.vue';
@@ -56,6 +57,7 @@ export { default as DevPortalIcon } from './DevPortalIcon.vue';
56
57
  export { default as DisabledIcon } from './DisabledIcon.vue';
57
58
  export { default as DocumentListIcon } from './DocumentListIcon.vue';
58
59
  export { default as DocumentIcon } from './DocumentIcon.vue';
60
+ export { default as DownloadIcon } from './DownloadIcon.vue';
59
61
  export { default as DragIcon } from './DragIcon.vue';
60
62
  export { default as EditIcon } from './EditIcon.vue';
61
63
  export { default as EqualIcon } from './EqualIcon.vue';
@@ -128,6 +130,7 @@ export { default as TrendDownIcon } from './TrendDownIcon.vue';
128
130
  export { default as TrendUpIcon } from './TrendUpIcon.vue';
129
131
  export { default as UnderlineIcon } from './UnderlineIcon.vue';
130
132
  export { default as UnfoldMoreIcon } from './UnfoldMoreIcon.vue';
133
+ export { default as UploadIcon } from './UploadIcon.vue';
131
134
  export { default as VisibilityIcon } from './VisibilityIcon.vue';
132
135
  export { default as VitalsIcon } from './VitalsIcon.vue';
133
136
  export { default as WarningOutlineIcon } from './WarningOutlineIcon.vue';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kong/icons",
3
- "version": "1.8.9-pr.195.7a9f902.0",
3
+ "version": "1.8.9-pr.198.5cd49ab.0",
4
4
  "description": "Kong Icon Library",
5
5
  "license": "Apache-2.0",
6
6
  "type": "module",
@@ -83,9 +83,9 @@
83
83
  "postcss-html": "^1.5.0",
84
84
  "rimraf": "^5.0.5",
85
85
  "rollup-plugin-visualizer": "^5.11.0",
86
- "sass": "^1.69.5",
86
+ "sass": "^1.69.6",
87
87
  "semantic-release": "^22.0.12",
88
- "stylelint": "^15.11.0",
88
+ "stylelint": "^16.1.0",
89
89
  "stylelint-config-html": "^1.1.0",
90
90
  "stylelint-config-recommended-scss": "^14.0.0",
91
91
  "stylelint-config-recommended-vue": "^1.5.0",
@@ -95,12 +95,12 @@
95
95
  "typescript": "^5.2.2",
96
96
  "vite": "^5.0.10",
97
97
  "vitest": "1.0.4",
98
- "vue": "^3.3.13",
98
+ "vue": "^3.4.0",
99
99
  "vue-router": "^4.2.5",
100
- "vue-tsc": "^1.8.26"
100
+ "vue-tsc": "^1.8.27"
101
101
  },
102
102
  "peerDependencies": {
103
- "vue": "^3.3.13"
103
+ "vue": "^3.4.0"
104
104
  },
105
105
  "homepage": "https://icons.konghq.com/",
106
106
  "repository": {