@kiva/kv-components 8.18.2 → 8.19.1
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/vue/KvAtbModal.vue.d.ts +15 -0
- package/dist/vue/KvButton.js +12 -12
- package/dist/vue/KvButton.vue.d.ts +15 -0
- package/dist/vue/KvButton2.js +77 -53
- package/dist/vue/KvCartModal.vue.d.ts +15 -0
- package/dist/vue/KvCheckoutReceipt.vue.d.ts +15 -0
- package/dist/vue/KvClassicLoanCard.vue.d.ts +60 -0
- package/dist/vue/KvCommentsAdd.vue.d.ts +15 -0
- package/dist/vue/KvCommentsContainer.vue.d.ts +45 -0
- package/dist/vue/KvCommentsList.vue.d.ts +30 -0
- package/dist/vue/KvCommentsListItem.vue.d.ts +30 -0
- package/dist/vue/KvCommentsReplyButton.vue.d.ts +15 -0
- package/dist/vue/KvCompactLoanCard.vue.d.ts +30 -0
- package/dist/vue/KvLendAmountButton.vue.d.ts +15 -0
- package/dist/vue/KvLendCta.vue.d.ts +30 -0
- package/dist/vue/KvLoanActivities.vue.d.ts +30 -0
- package/dist/vue/KvLoanTag2.js +1 -1
- package/dist/vue/KvPill.vue.d.ts +1 -1
- package/dist/vue/KvVotingCard.vue.d.ts +15 -0
- package/dist/vue/KvVotingCardV2.vue.d.ts +15 -0
- package/dist/vue/KvWideLoanCard.vue.d.ts +30 -0
- package/package.json +2 -2
package/dist/vue/KvPill.vue.d.ts
CHANGED
|
@@ -17,7 +17,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
17
17
|
default: string;
|
|
18
18
|
};
|
|
19
19
|
}>> & Readonly<{}>, {
|
|
20
|
-
bgClass: string;
|
|
21
20
|
roundedClass: string;
|
|
21
|
+
bgClass: string;
|
|
22
22
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
23
23
|
export default _default;
|
|
@@ -163,15 +163,24 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
163
163
|
default: string;
|
|
164
164
|
validator(value: string): boolean;
|
|
165
165
|
};
|
|
166
|
+
size: {
|
|
167
|
+
type: StringConstructor;
|
|
168
|
+
default: string;
|
|
169
|
+
validator(value: string): boolean;
|
|
170
|
+
};
|
|
166
171
|
}>, {
|
|
167
172
|
buttonRef: import('vue').Ref<any, any>;
|
|
168
173
|
buttonInnerRef: import('vue').Ref<any, any>;
|
|
169
174
|
computedClass: import('vue').ComputedRef<string>;
|
|
170
175
|
computedType: import('vue').ComputedRef<string>;
|
|
176
|
+
heightClass: import('vue').ComputedRef<"tw-min-h-4" | "tw-min-h-6">;
|
|
171
177
|
isDisabled: import('vue').ComputedRef<boolean>;
|
|
172
178
|
loadingColor: import('vue').ComputedRef<"brand" | "white" | "black">;
|
|
173
179
|
onClick: (event: any) => void;
|
|
180
|
+
paddingClass: import('vue').ComputedRef<"tw-py-0.5 tw-px-2" | "tw-py-1 tw-px-3">;
|
|
181
|
+
roundedClass: import('vue').ComputedRef<"tw-rounded-sm" | "tw-rounded">;
|
|
174
182
|
tag: import('vue').ComputedRef<"button" | "router-link" | "a">;
|
|
183
|
+
textClass: import('vue').ComputedRef<"" | "tw-text-label">;
|
|
175
184
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "click"[], "click", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
176
185
|
to: {
|
|
177
186
|
type: (StringConstructor | ObjectConstructor)[];
|
|
@@ -196,11 +205,17 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
196
205
|
default: string;
|
|
197
206
|
validator(value: string): boolean;
|
|
198
207
|
};
|
|
208
|
+
size: {
|
|
209
|
+
type: StringConstructor;
|
|
210
|
+
default: string;
|
|
211
|
+
validator(value: string): boolean;
|
|
212
|
+
};
|
|
199
213
|
}>> & Readonly<{
|
|
200
214
|
onClick?: (...args: any[]) => any;
|
|
201
215
|
}>, {
|
|
202
216
|
to: string | Record<string, any>;
|
|
203
217
|
type: string;
|
|
218
|
+
size: string;
|
|
204
219
|
href: string;
|
|
205
220
|
variant: string;
|
|
206
221
|
state: string;
|
|
@@ -90,15 +90,24 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
90
90
|
default: string;
|
|
91
91
|
validator(value: string): boolean;
|
|
92
92
|
};
|
|
93
|
+
size: {
|
|
94
|
+
type: StringConstructor;
|
|
95
|
+
default: string;
|
|
96
|
+
validator(value: string): boolean;
|
|
97
|
+
};
|
|
93
98
|
}>, {
|
|
94
99
|
buttonRef: import('vue').Ref<any, any>;
|
|
95
100
|
buttonInnerRef: import('vue').Ref<any, any>;
|
|
96
101
|
computedClass: import('vue').ComputedRef<string>;
|
|
97
102
|
computedType: import('vue').ComputedRef<string>;
|
|
103
|
+
heightClass: import('vue').ComputedRef<"tw-min-h-4" | "tw-min-h-6">;
|
|
98
104
|
isDisabled: import('vue').ComputedRef<boolean>;
|
|
99
105
|
loadingColor: import('vue').ComputedRef<"brand" | "white" | "black">;
|
|
100
106
|
onClick: (event: any) => void;
|
|
107
|
+
paddingClass: import('vue').ComputedRef<"tw-py-0.5 tw-px-2" | "tw-py-1 tw-px-3">;
|
|
108
|
+
roundedClass: import('vue').ComputedRef<"tw-rounded-sm" | "tw-rounded">;
|
|
101
109
|
tag: import('vue').ComputedRef<"button" | "router-link" | "a">;
|
|
110
|
+
textClass: import('vue').ComputedRef<"" | "tw-text-label">;
|
|
102
111
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "click"[], "click", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
103
112
|
to: {
|
|
104
113
|
type: (StringConstructor | ObjectConstructor)[];
|
|
@@ -123,11 +132,17 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
123
132
|
default: string;
|
|
124
133
|
validator(value: string): boolean;
|
|
125
134
|
};
|
|
135
|
+
size: {
|
|
136
|
+
type: StringConstructor;
|
|
137
|
+
default: string;
|
|
138
|
+
validator(value: string): boolean;
|
|
139
|
+
};
|
|
126
140
|
}>> & Readonly<{
|
|
127
141
|
onClick?: (...args: any[]) => any;
|
|
128
142
|
}>, {
|
|
129
143
|
to: string | Record<string, any>;
|
|
130
144
|
type: string;
|
|
145
|
+
size: string;
|
|
131
146
|
href: string;
|
|
132
147
|
variant: string;
|
|
133
148
|
state: string;
|
|
@@ -895,15 +895,24 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
895
895
|
default: string;
|
|
896
896
|
validator(value: string): boolean;
|
|
897
897
|
};
|
|
898
|
+
size: {
|
|
899
|
+
type: StringConstructor;
|
|
900
|
+
default: string;
|
|
901
|
+
validator(value: string): boolean;
|
|
902
|
+
};
|
|
898
903
|
}>, {
|
|
899
904
|
buttonRef: import('vue').Ref<any, any>;
|
|
900
905
|
buttonInnerRef: import('vue').Ref<any, any>;
|
|
901
906
|
computedClass: import('vue').ComputedRef<string>;
|
|
902
907
|
computedType: import('vue').ComputedRef<string>;
|
|
908
|
+
heightClass: import('vue').ComputedRef<"tw-min-h-4" | "tw-min-h-6">;
|
|
903
909
|
isDisabled: import('vue').ComputedRef<boolean>;
|
|
904
910
|
loadingColor: import('vue').ComputedRef<"brand" | "white" | "black">;
|
|
905
911
|
onClick: (event: any) => void;
|
|
912
|
+
paddingClass: import('vue').ComputedRef<"tw-py-0.5 tw-px-2" | "tw-py-1 tw-px-3">;
|
|
913
|
+
roundedClass: import('vue').ComputedRef<"tw-rounded-sm" | "tw-rounded">;
|
|
906
914
|
tag: import('vue').ComputedRef<"button" | "router-link" | "a">;
|
|
915
|
+
textClass: import('vue').ComputedRef<"" | "tw-text-label">;
|
|
907
916
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "click"[], "click", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
908
917
|
to: {
|
|
909
918
|
type: (StringConstructor | ObjectConstructor)[];
|
|
@@ -928,11 +937,17 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
928
937
|
default: string;
|
|
929
938
|
validator(value: string): boolean;
|
|
930
939
|
};
|
|
940
|
+
size: {
|
|
941
|
+
type: StringConstructor;
|
|
942
|
+
default: string;
|
|
943
|
+
validator(value: string): boolean;
|
|
944
|
+
};
|
|
931
945
|
}>> & Readonly<{
|
|
932
946
|
onClick?: (...args: any[]) => any;
|
|
933
947
|
}>, {
|
|
934
948
|
to: string | Record<string, any>;
|
|
935
949
|
type: string;
|
|
950
|
+
size: string;
|
|
936
951
|
href: string;
|
|
937
952
|
variant: string;
|
|
938
953
|
state: string;
|
|
@@ -989,15 +1004,24 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
989
1004
|
default: string;
|
|
990
1005
|
validator(value: string): boolean;
|
|
991
1006
|
};
|
|
1007
|
+
size: {
|
|
1008
|
+
type: StringConstructor;
|
|
1009
|
+
default: string;
|
|
1010
|
+
validator(value: string): boolean;
|
|
1011
|
+
};
|
|
992
1012
|
}>, {
|
|
993
1013
|
buttonRef: import('vue').Ref<any, any>;
|
|
994
1014
|
buttonInnerRef: import('vue').Ref<any, any>;
|
|
995
1015
|
computedClass: import('vue').ComputedRef<string>;
|
|
996
1016
|
computedType: import('vue').ComputedRef<string>;
|
|
1017
|
+
heightClass: import('vue').ComputedRef<"tw-min-h-4" | "tw-min-h-6">;
|
|
997
1018
|
isDisabled: import('vue').ComputedRef<boolean>;
|
|
998
1019
|
loadingColor: import('vue').ComputedRef<"brand" | "white" | "black">;
|
|
999
1020
|
onClick: (event: any) => void;
|
|
1021
|
+
paddingClass: import('vue').ComputedRef<"tw-py-0.5 tw-px-2" | "tw-py-1 tw-px-3">;
|
|
1022
|
+
roundedClass: import('vue').ComputedRef<"tw-rounded-sm" | "tw-rounded">;
|
|
1000
1023
|
tag: import('vue').ComputedRef<"button" | "router-link" | "a">;
|
|
1024
|
+
textClass: import('vue').ComputedRef<"" | "tw-text-label">;
|
|
1001
1025
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "click"[], "click", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
1002
1026
|
to: {
|
|
1003
1027
|
type: (StringConstructor | ObjectConstructor)[];
|
|
@@ -1022,11 +1046,17 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1022
1046
|
default: string;
|
|
1023
1047
|
validator(value: string): boolean;
|
|
1024
1048
|
};
|
|
1049
|
+
size: {
|
|
1050
|
+
type: StringConstructor;
|
|
1051
|
+
default: string;
|
|
1052
|
+
validator(value: string): boolean;
|
|
1053
|
+
};
|
|
1025
1054
|
}>> & Readonly<{
|
|
1026
1055
|
onClick?: (...args: any[]) => any;
|
|
1027
1056
|
}>, {
|
|
1028
1057
|
to: string | Record<string, any>;
|
|
1029
1058
|
type: string;
|
|
1059
|
+
size: string;
|
|
1030
1060
|
href: string;
|
|
1031
1061
|
variant: string;
|
|
1032
1062
|
state: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kiva/kv-components",
|
|
3
|
-
"version": "8.
|
|
3
|
+
"version": "8.19.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -128,5 +128,5 @@
|
|
|
128
128
|
"dependencies": {
|
|
129
129
|
"fuse.js": "^7.1.0"
|
|
130
130
|
},
|
|
131
|
-
"gitHead": "
|
|
131
|
+
"gitHead": "8cdb1fd7c82921ff4c272c50d265a80fca6a5c48"
|
|
132
132
|
}
|