@kong/icons 1.8.16-pr.274.198c878.0 → 1.8.16-pr.274.b8f7835.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/dist/kong-icons.es.js +522 -422
- package/dist/kong-icons.es.js.map +1 -1
- package/dist/kong-icons.umd.js +1 -1
- package/dist/kong-icons.umd.js.map +1 -1
- package/dist/types/components/flags/index.d.ts +1 -1
- package/dist/types/components/index.d.ts +1 -1
- package/dist/types/components/multi-color/index.d.ts +1 -1
- package/dist/types/components/solid/TableRowsIcon.vue.d.ts +85 -0
- package/dist/types/components/solid/index.d.ts +3 -2
- package/package.json +1 -1
- /package/dist/types/components/solid/{ViewColumnsIcon.vue.d.ts → TableColumnsIcon.vue.d.ts} +0 -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;
|
@@ -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, 05 Apr 2024 17:
|
3
|
+
* Generated on Fri, 05 Apr 2024 17:42:22 GMT
|
4
4
|
*
|
5
5
|
* GitHub: https://github.com/Kong/icons
|
6
6
|
* License: Apache-2.0
|
@@ -127,6 +127,8 @@ export { default as StrikethroughIcon } from './StrikethroughIcon.vue';
|
|
127
127
|
export { default as SubscriptIcon } from './SubscriptIcon.vue';
|
128
128
|
export { default as SuperscriptIcon } from './SuperscriptIcon.vue';
|
129
129
|
export { default as SupportIcon } from './SupportIcon.vue';
|
130
|
+
export { default as TableColumnsIcon } from './TableColumnsIcon.vue';
|
131
|
+
export { default as TableRowsIcon } from './TableRowsIcon.vue';
|
130
132
|
export { default as TableIcon } from './TableIcon.vue';
|
131
133
|
export { default as TasklistIcon } from './TasklistIcon.vue';
|
132
134
|
export { default as TeamIcon } from './TeamIcon.vue';
|
@@ -137,7 +139,6 @@ export { default as TrendUpIcon } from './TrendUpIcon.vue';
|
|
137
139
|
export { default as UnderlineIcon } from './UnderlineIcon.vue';
|
138
140
|
export { default as UnfoldMoreIcon } from './UnfoldMoreIcon.vue';
|
139
141
|
export { default as UploadIcon } from './UploadIcon.vue';
|
140
|
-
export { default as ViewColumnsIcon } from './ViewColumnsIcon.vue';
|
141
142
|
export { default as VisibilityIcon } from './VisibilityIcon.vue';
|
142
143
|
export { default as VitalsIcon } from './VitalsIcon.vue';
|
143
144
|
export { default as WarningOutlineIcon } from './WarningOutlineIcon.vue';
|
package/package.json
CHANGED
File without changes
|