@kiva/kv-components 8.1.1 → 8.3.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.
Files changed (37) hide show
  1. package/dist/index.js +199 -197
  2. package/dist/vue/KvActivityRow.vue.d.ts +11 -0
  3. package/dist/vue/KvAtbModal.vue.d.ts +1 -1
  4. package/dist/vue/KvButton.vue.d.ts +1 -1
  5. package/dist/vue/KvCardFrame.vue.d.ts +1 -1
  6. package/dist/vue/KvCartModal.vue.d.ts +1 -1
  7. package/dist/vue/KvCheckoutReceipt.vue.d.ts +1 -1
  8. package/dist/vue/KvClassicLoanCard.vue.d.ts +15 -4
  9. package/dist/vue/KvCommentsAdd.vue.d.ts +12 -1
  10. package/dist/vue/KvCommentsContainer.vue.d.ts +36 -3
  11. package/dist/vue/KvCommentsList.vue.d.ts +24 -2
  12. package/dist/vue/KvCommentsListItem.vue.d.ts +24 -2
  13. package/dist/vue/KvCommentsReplyButton.vue.d.ts +1 -1
  14. package/dist/vue/KvCompactLoanCard.vue.d.ts +2 -2
  15. package/dist/vue/KvDatePicker.vue.d.ts +1 -1
  16. package/dist/vue/KvIconButton.js +118 -0
  17. package/dist/vue/KvIconButton.vue.d.ts +99 -0
  18. package/dist/vue/KvIconButton2.js +4 -0
  19. package/dist/vue/KvImpactVerticalSelector.vue.d.ts +1 -1
  20. package/dist/vue/KvInlineActivityCard.vue.d.ts +11 -0
  21. package/dist/vue/KvInlineActivityFeed.vue.d.ts +11 -0
  22. package/dist/vue/KvLendAmountButton.vue.d.ts +1 -1
  23. package/dist/vue/KvLendCta.vue.d.ts +2 -2
  24. package/dist/vue/KvLoanActivities.vue.d.ts +13 -2
  25. package/dist/vue/KvSecondaryNav.vue.d.ts +1 -1
  26. package/dist/vue/KvThemeProvider.vue.d.ts +1 -1
  27. package/dist/vue/KvUserAvatar.css +1 -0
  28. package/dist/vue/KvUserAvatar.js +41 -44
  29. package/dist/vue/KvUserAvatar.vue.d.ts +11 -0
  30. package/dist/vue/KvUserAvatar2.js +33 -23
  31. package/dist/vue/KvVotingCard.vue.d.ts +1 -1
  32. package/dist/vue/KvVotingCardV2.vue.d.ts +1 -1
  33. package/dist/vue/KvWideLoanCard.vue.d.ts +2 -2
  34. package/dist/vue/KvWwwHeader/KvHeaderLinkBar.vue.d.ts +11 -0
  35. package/dist/vue/KvWwwHeader.vue.d.ts +12 -1
  36. package/dist/vue/index.d.ts +1 -0
  37. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -15,7 +15,7 @@ import { default as I } from "./vue/KvCommentsAdd.js";
15
15
  import { default as g } from "./vue/KvCommentsContainer.js";
16
16
  import { default as G } from "./vue/KvCommentsHeartButton.js";
17
17
  import { default as h } from "./vue/KvCommentsList.js";
18
- import { default as D } from "./vue/KvCommentsListItem.js";
18
+ import { default as B } from "./vue/KvCommentsListItem.js";
19
19
  import { default as y } from "./vue/KvCommentsReplyButton.js";
20
20
  import { default as k } from "./vue/KvContentfulImg.js";
21
21
  import { default as w } from "./vue/KvCountdownTimer.js";
@@ -24,108 +24,109 @@ import { default as z } from "./vue/KvExpandable.js";
24
24
  import { default as q } from "./vue/KvExpandableQuestion.js";
25
25
  import { default as X } from "./vue/KvFlag.js";
26
26
  import { default as Z } from "./vue/KvGrid.js";
27
- import { default as oo } from "./vue/KvImpactDashboardHeader.js";
28
- import { default as ro } from "./vue/KvImpactVerticalSelector.js";
29
- import { default as ao } from "./vue/KvInlineActivityCard.js";
30
- import { default as lo } from "./vue/KvInlineActivityFeed.js";
31
- import { default as so } from "./vue/KvIntroductionLoanCard.js";
32
- import { default as xo } from "./vue/KvLendAmountButton.js";
33
- import { default as no } from "./vue/KvLendCta.js";
34
- import { default as vo } from "./vue/KvLightbox.js";
35
- import { default as io } from "./vue/KvLineGraph.js";
36
- import { default as _o } from "./vue/KvLoanActivities.js";
37
- import { default as No } from "./vue/KvLoanBookmark.js";
38
- import { default as co } from "./vue/KvLoanCallouts.js";
39
- import { KV_LOAN_INFO_CARD_FRAGMENT as Ro, default as Oo } from "./vue/KvLoanInfoCard.js";
40
- import { default as Io } from "./vue/KvLoanProgressGroup.js";
41
- import { default as go } from "./vue/KvLoanTag.js";
42
- import { default as Go } from "./vue/KvLoanTeamPick.js";
43
- import { default as ho } from "./vue/KvLoanUse.js";
44
- import { default as Do } from "./vue/KvLoadingPlaceholder.js";
45
- import { default as yo } from "./vue/KvLoadingSpinner.js";
46
- import { default as ko } from "./vue/KvMap.js";
47
- import { default as wo } from "./vue/KvMaterialIcon.js";
48
- import { default as Ho } from "./vue/KvPageContainer.js";
49
- import { default as zo } from "./vue/KvPagination.js";
50
- import { default as qo } from "./vue/KvPieChart.js";
51
- import { default as Xo } from "./vue/KvPill.js";
52
- import { default as Zo } from "./vue/KvPopper.js";
53
- import { default as oe } from "./vue/KvProgressBar.js";
54
- import { default as re } from "./vue/KvPulsingDot.js";
55
- import { default as ae } from "./vue/KvRadio.js";
56
- import { default as le } from "./vue/KvSelect.js";
57
- import { default as se } from "./vue/KvSideSheet.js";
58
- import { default as pe } from "./vue/KvSwitch.js";
59
- import { default as ue } from "./vue/KvTab.js";
60
- import { default as Ke } from "./vue/KvTabPanel.js";
61
- import { default as Ae } from "./vue/KvTabs.js";
62
- import { default as Ce } from "./vue/KvTextInput.js";
63
- import { default as Le } from "./vue/KvTextLink.js";
64
- import { default as Te } from "./vue/KvThemeProvider.js";
65
- import { default as Ee } from "./vue/KvToast.js";
66
- import { default as Oe } from "./vue/KvTooltip.js";
67
- import { default as Ie } from "./vue/KvTreeMapChart.js";
68
- import { default as ge } from "./vue/KvUserAvatar.js";
69
- import { default as Ge } from "./vue/KvUtilityMenu.js";
70
- import { default as he } from "./vue/KvVerticalCarousel.js";
71
- import { default as De } from "./vue/KvVotingCard.js";
72
- import { default as ye } from "./vue/KvVotingCardV2.js";
73
- import { default as ke } from "./vue/KvWideLoanCard.js";
74
- import { default as we } from "./vue/KvAtbModal.js";
75
- import { default as He } from "./vue/KvSecondaryNav.js";
76
- import { default as ze } from "./vue/KvWwwHeader.js";
77
- import { default as qe, Mash as Je } from "./utils/Alea.js";
78
- import { groupBy as Ye, sortBy as Ze } from "./utils/arrayUtils.js";
79
- import { useAttrs as or } from "./utils/attrs.js";
80
- import { carouselUtil as rr } from "./utils/carousels.js";
81
- import { abc as ar, indexIn as fr, startsWith as lr } from "./utils/comparators.js";
82
- import { debounce as sr } from "./utils/debounce.js";
83
- import { useEventListener as pr } from "./utils/event.js";
84
- import { collapse as ur, expand as nr } from "./utils/expander.js";
85
- import { getKivaImageUrl as vr, isLegacyPlaceholderAvatar as Ar, randomizedUserAvatarClass as ir } from "./utils/imageUtils.js";
86
- import { LOAN_CALLOUTS_FRAGMENT as _r, LOAN_GEOCODE_FRAGMENT as Lr, LOAN_PROGRESS_FRAGMENT as Nr, loanCardComputedProperties as Tr, loanCardMethods as cr } from "./utils/loanCard.js";
87
- import { BALANCE_CAMPAIGN as Rr, BASE_CAMPAIGN as Or, ERL_COOKIE_NAME as Mr, NO_BALANCE_CAMPAIGN as Ir, TOP_UP_CAMPAIGN as Sr, getDropdownPriceArray as gr, getLendCtaSelectedOption as Pr, isBetween25And50 as Gr, isLessThan25 as Fr, truncateStringByWords as hr } from "./utils/loanUtils.js";
88
- import { animationCoordinator as Dr, generateMapMarkers as Br, getCoordinatesBetween as yr, getCountryColor as br, getLoansIntervals as kr } from "./utils/mapUtils.js";
89
- import { lockPrintSingleEl as wr, unlockPrintSingleEl as Wr } from "./utils/printing.js";
90
- import { lockScroll as jr, lockScrollSmallOnly as zr, unlockScroll as Qr, unlockScrollSmallOnly as qr } from "./utils/scrollLock.js";
91
- import { buildTailwindClassName as Xr, headerNumberCase as Yr, kebabCase as Zr, removeObjectProperty as $r } from "./utils/themeUtils.js";
92
- import { throttle as et } from "./utils/throttle.js";
93
- import { isTargetElement as tt, offBodyTouchstart as at, onBodyTouchstart as ft } from "./utils/touchEvents.js";
94
- import { getTreemap as mt } from "./utils/treemap.js";
95
- import { KvBlueskyIcon as dt } from "./assets/icons/bluesky.js";
96
- import { KV_CLASSIC_LOAN_CARD_FRAGMENT as xt, KV_CLASSIC_LOAN_CARD_USER_FRAGMET as ut } from "./vue/KvClassicLoanCard2.js";
97
- import { KV_COMPACT_LOAN_CARD_FRAGMENT as Kt, KV_COMPACT_LOAN_CARD_USER_FRAGMENT as vt } from "./vue/KvCompactLoanCard2.js";
98
- import { KV_INTRODUCTION_LOAN_CARD_FRAGMENT as it, KV_INTRODUCTION_LOAN_CARD_USER_FRAGMENT as Ct } from "./vue/KvIntroductionLoanCard2.js";
99
- import { KV_LEND_CTA_FRAGMENT as Lt, KV_LEND_CTA_USER_FRAGMENT as Nt } from "./vue/KvLendCta2.js";
100
- import { KV_LOAN_ACTIVITIES_FRAGMENT as ct } from "./vue/KvLoanActivities2.js";
101
- import { KV_LOAN_BOOKMARK_FRAGMENT as Rt } from "./vue/KvLoanBookmark2.js";
102
- import { KV_LOAN_TAG_FRAGMENT as Mt } from "./vue/KvLoanTag2.js";
103
- import { KV_LOAN_USE_FRAGMENT as St } from "./vue/KvLoanUse2.js";
104
- import { KV_WIDE_LOAN_CARD_FRAGMENT as Pt, KV_WIDE_LOAN_CARD_USER_FRAGMENT as Gt } from "./vue/KvWideLoanCard2.js";
27
+ import { default as oo } from "./vue/KvIconButton.js";
28
+ import { default as ro } from "./vue/KvImpactDashboardHeader.js";
29
+ import { default as ao } from "./vue/KvImpactVerticalSelector.js";
30
+ import { default as lo } from "./vue/KvInlineActivityCard.js";
31
+ import { default as so } from "./vue/KvInlineActivityFeed.js";
32
+ import { default as xo } from "./vue/KvIntroductionLoanCard.js";
33
+ import { default as no } from "./vue/KvLendAmountButton.js";
34
+ import { default as vo } from "./vue/KvLendCta.js";
35
+ import { default as io } from "./vue/KvLightbox.js";
36
+ import { default as _o } from "./vue/KvLineGraph.js";
37
+ import { default as No } from "./vue/KvLoanActivities.js";
38
+ import { default as co } from "./vue/KvLoanBookmark.js";
39
+ import { default as Ro } from "./vue/KvLoanCallouts.js";
40
+ import { KV_LOAN_INFO_CARD_FRAGMENT as Mo, default as Io } from "./vue/KvLoanInfoCard.js";
41
+ import { default as go } from "./vue/KvLoanProgressGroup.js";
42
+ import { default as Go } from "./vue/KvLoanTag.js";
43
+ import { default as ho } from "./vue/KvLoanTeamPick.js";
44
+ import { default as Bo } from "./vue/KvLoanUse.js";
45
+ import { default as yo } from "./vue/KvLoadingPlaceholder.js";
46
+ import { default as ko } from "./vue/KvLoadingSpinner.js";
47
+ import { default as wo } from "./vue/KvMap.js";
48
+ import { default as Ho } from "./vue/KvMaterialIcon.js";
49
+ import { default as zo } from "./vue/KvPageContainer.js";
50
+ import { default as qo } from "./vue/KvPagination.js";
51
+ import { default as Xo } from "./vue/KvPieChart.js";
52
+ import { default as Zo } from "./vue/KvPill.js";
53
+ import { default as oe } from "./vue/KvPopper.js";
54
+ import { default as re } from "./vue/KvProgressBar.js";
55
+ import { default as ae } from "./vue/KvPulsingDot.js";
56
+ import { default as le } from "./vue/KvRadio.js";
57
+ import { default as se } from "./vue/KvSelect.js";
58
+ import { default as pe } from "./vue/KvSideSheet.js";
59
+ import { default as ue } from "./vue/KvSwitch.js";
60
+ import { default as Ke } from "./vue/KvTab.js";
61
+ import { default as Ae } from "./vue/KvTabPanel.js";
62
+ import { default as Ce } from "./vue/KvTabs.js";
63
+ import { default as Le } from "./vue/KvTextInput.js";
64
+ import { default as Te } from "./vue/KvTextLink.js";
65
+ import { default as Ee } from "./vue/KvThemeProvider.js";
66
+ import { default as Oe } from "./vue/KvToast.js";
67
+ import { default as Ie } from "./vue/KvTooltip.js";
68
+ import { default as ge } from "./vue/KvTreeMapChart.js";
69
+ import { default as Ge } from "./vue/KvUserAvatar.js";
70
+ import { default as he } from "./vue/KvUtilityMenu.js";
71
+ import { default as Be } from "./vue/KvVerticalCarousel.js";
72
+ import { default as ye } from "./vue/KvVotingCard.js";
73
+ import { default as ke } from "./vue/KvVotingCardV2.js";
74
+ import { default as we } from "./vue/KvWideLoanCard.js";
75
+ import { default as He } from "./vue/KvAtbModal.js";
76
+ import { default as ze } from "./vue/KvSecondaryNav.js";
77
+ import { default as qe } from "./vue/KvWwwHeader.js";
78
+ import { default as Xe, Mash as Ye } from "./utils/Alea.js";
79
+ import { groupBy as $e, sortBy as or } from "./utils/arrayUtils.js";
80
+ import { useAttrs as rr } from "./utils/attrs.js";
81
+ import { carouselUtil as ar } from "./utils/carousels.js";
82
+ import { abc as lr, indexIn as mr, startsWith as sr } from "./utils/comparators.js";
83
+ import { debounce as pr } from "./utils/debounce.js";
84
+ import { useEventListener as ur } from "./utils/event.js";
85
+ import { collapse as Kr, expand as vr } from "./utils/expander.js";
86
+ import { getKivaImageUrl as ir, isLegacyPlaceholderAvatar as Cr, randomizedUserAvatarClass as _r } from "./utils/imageUtils.js";
87
+ import { LOAN_CALLOUTS_FRAGMENT as Nr, LOAN_GEOCODE_FRAGMENT as Tr, LOAN_PROGRESS_FRAGMENT as cr, loanCardComputedProperties as Er, loanCardMethods as Rr } from "./utils/loanCard.js";
88
+ import { BALANCE_CAMPAIGN as Mr, BASE_CAMPAIGN as Ir, ERL_COOKIE_NAME as Sr, NO_BALANCE_CAMPAIGN as gr, TOP_UP_CAMPAIGN as Pr, getDropdownPriceArray as Gr, getLendCtaSelectedOption as Fr, isBetween25And50 as hr, isLessThan25 as Vr, truncateStringByWords as Br } from "./utils/loanUtils.js";
89
+ import { animationCoordinator as yr, generateMapMarkers as br, getCoordinatesBetween as kr, getCountryColor as Ur, getLoansIntervals as wr } from "./utils/mapUtils.js";
90
+ import { lockPrintSingleEl as Hr, unlockPrintSingleEl as jr } from "./utils/printing.js";
91
+ import { lockScroll as Qr, lockScrollSmallOnly as qr, unlockScroll as Jr, unlockScrollSmallOnly as Xr } from "./utils/scrollLock.js";
92
+ import { buildTailwindClassName as Zr, headerNumberCase as $r, kebabCase as ot, removeObjectProperty as et } from "./utils/themeUtils.js";
93
+ import { throttle as tt } from "./utils/throttle.js";
94
+ import { isTargetElement as ft, offBodyTouchstart as lt, onBodyTouchstart as mt } from "./utils/touchEvents.js";
95
+ import { getTreemap as dt } from "./utils/treemap.js";
96
+ import { KvBlueskyIcon as xt } from "./assets/icons/bluesky.js";
97
+ import { KV_CLASSIC_LOAN_CARD_FRAGMENT as nt, KV_CLASSIC_LOAN_CARD_USER_FRAGMET as Kt } from "./vue/KvClassicLoanCard2.js";
98
+ import { KV_COMPACT_LOAN_CARD_FRAGMENT as At, KV_COMPACT_LOAN_CARD_USER_FRAGMENT as it } from "./vue/KvCompactLoanCard2.js";
99
+ import { KV_INTRODUCTION_LOAN_CARD_FRAGMENT as _t, KV_INTRODUCTION_LOAN_CARD_USER_FRAGMENT as Lt } from "./vue/KvIntroductionLoanCard2.js";
100
+ import { KV_LEND_CTA_FRAGMENT as Tt, KV_LEND_CTA_USER_FRAGMENT as ct } from "./vue/KvLendCta2.js";
101
+ import { KV_LOAN_ACTIVITIES_FRAGMENT as Rt } from "./vue/KvLoanActivities2.js";
102
+ import { KV_LOAN_BOOKMARK_FRAGMENT as Mt } from "./vue/KvLoanBookmark2.js";
103
+ import { KV_LOAN_TAG_FRAGMENT as St } from "./vue/KvLoanTag2.js";
104
+ import { KV_LOAN_USE_FRAGMENT as Pt } from "./vue/KvLoanUse2.js";
105
+ import { KV_WIDE_LOAN_CARD_FRAGMENT as Ft, KV_WIDE_LOAN_CARD_USER_FRAGMENT as ht } from "./vue/KvWideLoanCard2.js";
105
106
  export {
106
- qe as Alea,
107
- Rr as BALANCE_CAMPAIGN,
108
- Or as BASE_CAMPAIGN,
109
- Mr as ERL_COOKIE_NAME,
110
- xt as KV_CLASSIC_LOAN_CARD_FRAGMENT,
111
- ut as KV_CLASSIC_LOAN_CARD_USER_FRAGMET,
112
- Kt as KV_COMPACT_LOAN_CARD_FRAGMENT,
113
- vt as KV_COMPACT_LOAN_CARD_USER_FRAGMENT,
114
- it as KV_INTRODUCTION_LOAN_CARD_FRAGMENT,
115
- Ct as KV_INTRODUCTION_LOAN_CARD_USER_FRAGMENT,
116
- Lt as KV_LEND_CTA_FRAGMENT,
117
- Nt as KV_LEND_CTA_USER_FRAGMENT,
118
- ct as KV_LOAN_ACTIVITIES_FRAGMENT,
119
- Rt as KV_LOAN_BOOKMARK_FRAGMENT,
120
- Ro as KV_LOAN_INFO_CARD_FRAGMENT,
121
- Mt as KV_LOAN_TAG_FRAGMENT,
122
- St as KV_LOAN_USE_FRAGMENT,
123
- Pt as KV_WIDE_LOAN_CARD_FRAGMENT,
124
- Gt as KV_WIDE_LOAN_CARD_USER_FRAGMENT,
107
+ Xe as Alea,
108
+ Mr as BALANCE_CAMPAIGN,
109
+ Ir as BASE_CAMPAIGN,
110
+ Sr as ERL_COOKIE_NAME,
111
+ nt as KV_CLASSIC_LOAN_CARD_FRAGMENT,
112
+ Kt as KV_CLASSIC_LOAN_CARD_USER_FRAGMET,
113
+ At as KV_COMPACT_LOAN_CARD_FRAGMENT,
114
+ it as KV_COMPACT_LOAN_CARD_USER_FRAGMENT,
115
+ _t as KV_INTRODUCTION_LOAN_CARD_FRAGMENT,
116
+ Lt as KV_INTRODUCTION_LOAN_CARD_USER_FRAGMENT,
117
+ Tt as KV_LEND_CTA_FRAGMENT,
118
+ ct as KV_LEND_CTA_USER_FRAGMENT,
119
+ Rt as KV_LOAN_ACTIVITIES_FRAGMENT,
120
+ Mt as KV_LOAN_BOOKMARK_FRAGMENT,
121
+ Mo as KV_LOAN_INFO_CARD_FRAGMENT,
122
+ St as KV_LOAN_TAG_FRAGMENT,
123
+ Pt as KV_LOAN_USE_FRAGMENT,
124
+ Ft as KV_WIDE_LOAN_CARD_FRAGMENT,
125
+ ht as KV_WIDE_LOAN_CARD_USER_FRAGMENT,
125
126
  r as KvAccordionItem,
126
127
  a as KvActivityRow,
127
- we as KvAtbModal,
128
- dt as KvBlueskyIcon,
128
+ He as KvAtbModal,
129
+ xt as KvBlueskyIcon,
129
130
  l as KvBorrowerImage,
130
131
  s as KvButton,
131
132
  p as KvCardFrame,
@@ -140,7 +141,7 @@ export {
140
141
  g as KvCommentsContainer,
141
142
  G as KvCommentsHeartButton,
142
143
  h as KvCommentsList,
143
- D as KvCommentsListItem,
144
+ B as KvCommentsListItem,
144
145
  y as KvCommentsReplyButton,
145
146
  O as KvCompactLoanCard,
146
147
  k as KvContentfulImg,
@@ -150,100 +151,101 @@ export {
150
151
  q as KvExpandableQuestion,
151
152
  X as KvFlag,
152
153
  Z as KvGrid,
153
- oo as KvImpactDashboardHeader,
154
- ro as KvImpactVerticalSelector,
155
- ao as KvInlineActivityCard,
156
- lo as KvInlineActivityFeed,
157
- so as KvIntroductionLoanCard,
158
- xo as KvLendAmountButton,
159
- no as KvLendCta,
160
- vo as KvLightbox,
161
- io as KvLineGraph,
162
- Do as KvLoadingPlaceholder,
163
- yo as KvLoadingSpinner,
164
- _o as KvLoanActivities,
165
- No as KvLoanBookmark,
166
- co as KvLoanCallouts,
167
- Oo as KvLoanInfoCard,
168
- Io as KvLoanProgressGroup,
169
- go as KvLoanTag,
170
- Go as KvLoanTeamPick,
171
- ho as KvLoanUse,
172
- ko as KvMap,
173
- wo as KvMaterialIcon,
174
- Ho as KvPageContainer,
175
- zo as KvPagination,
176
- qo as KvPieChart,
177
- Xo as KvPill,
178
- Zo as KvPopper,
179
- oe as KvProgressBar,
180
- re as KvPulsingDot,
181
- ae as KvRadio,
182
- He as KvSecondaryNav,
183
- le as KvSelect,
184
- se as KvSideSheet,
185
- pe as KvSwitch,
186
- ue as KvTab,
187
- Ke as KvTabPanel,
188
- Ae as KvTabs,
189
- Ce as KvTextInput,
190
- Le as KvTextLink,
191
- Te as KvThemeProvider,
192
- Ee as KvToast,
193
- Oe as KvTooltip,
194
- Ie as KvTreeMapChart,
195
- ge as KvUserAvatar,
196
- Ge as KvUtilityMenu,
197
- he as KvVerticalCarousel,
198
- De as KvVotingCard,
199
- ye as KvVotingCardV2,
200
- ke as KvWideLoanCard,
201
- ze as KvWwwHeader,
202
- _r as LOAN_CALLOUTS_FRAGMENT,
203
- Lr as LOAN_GEOCODE_FRAGMENT,
204
- Nr as LOAN_PROGRESS_FRAGMENT,
205
- Je as Mash,
206
- Ir as NO_BALANCE_CAMPAIGN,
207
- Sr as TOP_UP_CAMPAIGN,
208
- ar as abc,
209
- Dr as animationCoordinator,
210
- Xr as buildTailwindClassName,
211
- rr as carouselUtil,
212
- ur as collapse,
213
- sr as debounce,
214
- nr as expand,
215
- Br as generateMapMarkers,
216
- yr as getCoordinatesBetween,
217
- br as getCountryColor,
218
- gr as getDropdownPriceArray,
219
- vr as getKivaImageUrl,
220
- Pr as getLendCtaSelectedOption,
221
- kr as getLoansIntervals,
222
- mt as getTreemap,
223
- Ye as groupBy,
224
- Yr as headerNumberCase,
225
- fr as indexIn,
226
- Gr as isBetween25And50,
227
- Ar as isLegacyPlaceholderAvatar,
228
- Fr as isLessThan25,
229
- tt as isTargetElement,
230
- Zr as kebabCase,
231
- Tr as loanCardComputedProperties,
232
- cr as loanCardMethods,
233
- wr as lockPrintSingleEl,
234
- jr as lockScroll,
235
- zr as lockScrollSmallOnly,
236
- at as offBodyTouchstart,
237
- ft as onBodyTouchstart,
238
- ir as randomizedUserAvatarClass,
239
- $r as removeObjectProperty,
240
- Ze as sortBy,
241
- lr as startsWith,
242
- et as throttle,
243
- hr as truncateStringByWords,
244
- Wr as unlockPrintSingleEl,
245
- Qr as unlockScroll,
246
- qr as unlockScrollSmallOnly,
247
- or as useAttrs,
248
- pr as useEventListener
154
+ oo as KvIconButton,
155
+ ro as KvImpactDashboardHeader,
156
+ ao as KvImpactVerticalSelector,
157
+ lo as KvInlineActivityCard,
158
+ so as KvInlineActivityFeed,
159
+ xo as KvIntroductionLoanCard,
160
+ no as KvLendAmountButton,
161
+ vo as KvLendCta,
162
+ io as KvLightbox,
163
+ _o as KvLineGraph,
164
+ yo as KvLoadingPlaceholder,
165
+ ko as KvLoadingSpinner,
166
+ No as KvLoanActivities,
167
+ co as KvLoanBookmark,
168
+ Ro as KvLoanCallouts,
169
+ Io as KvLoanInfoCard,
170
+ go as KvLoanProgressGroup,
171
+ Go as KvLoanTag,
172
+ ho as KvLoanTeamPick,
173
+ Bo as KvLoanUse,
174
+ wo as KvMap,
175
+ Ho as KvMaterialIcon,
176
+ zo as KvPageContainer,
177
+ qo as KvPagination,
178
+ Xo as KvPieChart,
179
+ Zo as KvPill,
180
+ oe as KvPopper,
181
+ re as KvProgressBar,
182
+ ae as KvPulsingDot,
183
+ le as KvRadio,
184
+ ze as KvSecondaryNav,
185
+ se as KvSelect,
186
+ pe as KvSideSheet,
187
+ ue as KvSwitch,
188
+ Ke as KvTab,
189
+ Ae as KvTabPanel,
190
+ Ce as KvTabs,
191
+ Le as KvTextInput,
192
+ Te as KvTextLink,
193
+ Ee as KvThemeProvider,
194
+ Oe as KvToast,
195
+ Ie as KvTooltip,
196
+ ge as KvTreeMapChart,
197
+ Ge as KvUserAvatar,
198
+ he as KvUtilityMenu,
199
+ Be as KvVerticalCarousel,
200
+ ye as KvVotingCard,
201
+ ke as KvVotingCardV2,
202
+ we as KvWideLoanCard,
203
+ qe as KvWwwHeader,
204
+ Nr as LOAN_CALLOUTS_FRAGMENT,
205
+ Tr as LOAN_GEOCODE_FRAGMENT,
206
+ cr as LOAN_PROGRESS_FRAGMENT,
207
+ Ye as Mash,
208
+ gr as NO_BALANCE_CAMPAIGN,
209
+ Pr as TOP_UP_CAMPAIGN,
210
+ lr as abc,
211
+ yr as animationCoordinator,
212
+ Zr as buildTailwindClassName,
213
+ ar as carouselUtil,
214
+ Kr as collapse,
215
+ pr as debounce,
216
+ vr as expand,
217
+ br as generateMapMarkers,
218
+ kr as getCoordinatesBetween,
219
+ Ur as getCountryColor,
220
+ Gr as getDropdownPriceArray,
221
+ ir as getKivaImageUrl,
222
+ Fr as getLendCtaSelectedOption,
223
+ wr as getLoansIntervals,
224
+ dt as getTreemap,
225
+ $e as groupBy,
226
+ $r as headerNumberCase,
227
+ mr as indexIn,
228
+ hr as isBetween25And50,
229
+ Cr as isLegacyPlaceholderAvatar,
230
+ Vr as isLessThan25,
231
+ ft as isTargetElement,
232
+ ot as kebabCase,
233
+ Er as loanCardComputedProperties,
234
+ Rr as loanCardMethods,
235
+ Hr as lockPrintSingleEl,
236
+ Qr as lockScroll,
237
+ qr as lockScrollSmallOnly,
238
+ lt as offBodyTouchstart,
239
+ mt as onBodyTouchstart,
240
+ _r as randomizedUserAvatarClass,
241
+ et as removeObjectProperty,
242
+ or as sortBy,
243
+ sr as startsWith,
244
+ tt as throttle,
245
+ Br as truncateStringByWords,
246
+ jr as unlockPrintSingleEl,
247
+ Jr as unlockScroll,
248
+ Xr as unlockScrollSmallOnly,
249
+ rr as useAttrs,
250
+ ur as useEventListener
249
251
  };
@@ -26,6 +26,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
26
26
  type: BooleanConstructor;
27
27
  default: boolean;
28
28
  };
29
+ theme: {
30
+ type: StringConstructor;
31
+ default: string;
32
+ validator(value: string): boolean;
33
+ };
29
34
  }>, {
30
35
  isAnonymousUser: import('vue').ComputedRef<boolean>;
31
36
  avatarClass: import('vue').ComputedRef<string>;
@@ -54,11 +59,17 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
54
59
  type: BooleanConstructor;
55
60
  default: boolean;
56
61
  };
62
+ theme: {
63
+ type: StringConstructor;
64
+ default: string;
65
+ validator(value: string): boolean;
66
+ };
57
67
  }>> & Readonly<{}>, {
58
68
  lenderName: string;
59
69
  lenderImageUrl: string;
60
70
  isSmall: boolean;
61
71
  showCssPlaceholder: boolean;
72
+ theme: string;
62
73
  }, {}, {
63
74
  KvLoadingPlaceholder: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
64
75
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
@@ -240,7 +240,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
240
240
  computedClass: import('vue').ComputedRef<string>;
241
241
  computedType: import('vue').ComputedRef<string>;
242
242
  isDisabled: import('vue').ComputedRef<boolean>;
243
- loadingColor: import('vue').ComputedRef<"white" | "brand" | "black">;
243
+ loadingColor: import('vue').ComputedRef<"brand" | "white" | "black">;
244
244
  onClick: (event: any) => void;
245
245
  tag: import('vue').ComputedRef<"button" | "router-link" | "a">;
246
246
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "click"[], "click", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
@@ -28,7 +28,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
28
28
  computedClass: import('vue').ComputedRef<string>;
29
29
  computedType: import('vue').ComputedRef<string>;
30
30
  isDisabled: import('vue').ComputedRef<boolean>;
31
- loadingColor: import('vue').ComputedRef<"white" | "brand" | "black">;
31
+ loadingColor: import('vue').ComputedRef<"brand" | "white" | "black">;
32
32
  onClick: (event: any) => void;
33
33
  tag: import('vue').ComputedRef<"button" | "router-link" | "a">;
34
34
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "click"[], "click", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
@@ -79,8 +79,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
79
79
  default: any;
80
80
  };
81
81
  }>> & Readonly<{}>, {
82
- tag: string;
83
82
  theme: Record<string, any>;
83
+ tag: string;
84
84
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
85
85
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
86
86
  export default _default;
@@ -96,7 +96,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
96
96
  computedClass: import('vue').ComputedRef<string>;
97
97
  computedType: import('vue').ComputedRef<string>;
98
98
  isDisabled: import('vue').ComputedRef<boolean>;
99
- loadingColor: import('vue').ComputedRef<"white" | "brand" | "black">;
99
+ loadingColor: import('vue').ComputedRef<"brand" | "white" | "black">;
100
100
  onClick: (event: any) => void;
101
101
  tag: import('vue').ComputedRef<"button" | "router-link" | "a">;
102
102
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "click"[], "click", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
@@ -83,7 +83,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
83
83
  computedClass: import('vue').ComputedRef<string>;
84
84
  computedType: import('vue').ComputedRef<string>;
85
85
  isDisabled: import('vue').ComputedRef<boolean>;
86
- loadingColor: import('vue').ComputedRef<"white" | "brand" | "black">;
86
+ loadingColor: import('vue').ComputedRef<"brand" | "white" | "black">;
87
87
  onClick: (event: any) => void;
88
88
  tag: import('vue').ComputedRef<"button" | "router-link" | "a">;
89
89
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "click"[], "click", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
@@ -978,7 +978,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
978
978
  computedClass: import('vue').ComputedRef<string>;
979
979
  computedType: import('vue').ComputedRef<string>;
980
980
  isDisabled: import('vue').ComputedRef<boolean>;
981
- loadingColor: import('vue').ComputedRef<"white" | "brand" | "black">;
981
+ loadingColor: import('vue').ComputedRef<"brand" | "white" | "black">;
982
982
  onClick: (event: any) => void;
983
983
  tag: import('vue').ComputedRef<"button" | "router-link" | "a">;
984
984
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "click"[], "click", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
@@ -1072,7 +1072,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1072
1072
  computedClass: import('vue').ComputedRef<string>;
1073
1073
  computedType: import('vue').ComputedRef<string>;
1074
1074
  isDisabled: import('vue').ComputedRef<boolean>;
1075
- loadingColor: import('vue').ComputedRef<"white" | "brand" | "black">;
1075
+ loadingColor: import('vue').ComputedRef<"brand" | "white" | "black">;
1076
1076
  onClick: (event: any) => void;
1077
1077
  tag: import('vue').ComputedRef<"button" | "router-link" | "a">;
1078
1078
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "click"[], "click", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
@@ -1442,6 +1442,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1442
1442
  type: BooleanConstructor;
1443
1443
  default: boolean;
1444
1444
  };
1445
+ theme: {
1446
+ type: StringConstructor;
1447
+ default: string;
1448
+ validator(value: string): boolean;
1449
+ };
1445
1450
  }>, {
1446
1451
  isAnonymousUser: import('vue').ComputedRef<boolean>;
1447
1452
  avatarClass: import('vue').ComputedRef<string>;
@@ -1470,11 +1475,17 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1470
1475
  type: BooleanConstructor;
1471
1476
  default: boolean;
1472
1477
  };
1478
+ theme: {
1479
+ type: StringConstructor;
1480
+ default: string;
1481
+ validator(value: string): boolean;
1482
+ };
1473
1483
  }>> & Readonly<{}>, {
1474
1484
  lenderName: string;
1475
1485
  lenderImageUrl: string;
1476
1486
  isSmall: boolean;
1477
1487
  showCssPlaceholder: boolean;
1488
+ theme: string;
1478
1489
  }, {}, {
1479
1490
  KvLoadingPlaceholder: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
1480
1491
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
@@ -1905,7 +1916,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1905
1916
  computedClass: import('vue').ComputedRef<string>;
1906
1917
  computedType: import('vue').ComputedRef<string>;
1907
1918
  isDisabled: import('vue').ComputedRef<boolean>;
1908
- loadingColor: import('vue').ComputedRef<"white" | "brand" | "black">;
1919
+ loadingColor: import('vue').ComputedRef<"brand" | "white" | "black">;
1909
1920
  onClick: (event: any) => void;
1910
1921
  tag: import('vue').ComputedRef<"button" | "router-link" | "a">;
1911
1922
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "click"[], "click", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
@@ -1999,7 +2010,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1999
2010
  computedClass: import('vue').ComputedRef<string>;
2000
2011
  computedType: import('vue').ComputedRef<string>;
2001
2012
  isDisabled: import('vue').ComputedRef<boolean>;
2002
- loadingColor: import('vue').ComputedRef<"white" | "brand" | "black">;
2013
+ loadingColor: import('vue').ComputedRef<"brand" | "white" | "black">;
2003
2014
  onClick: (event: any) => void;
2004
2015
  tag: import('vue').ComputedRef<"button" | "router-link" | "a">;
2005
2016
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "click"[], "click", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
@@ -72,7 +72,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
72
72
  computedClass: import('vue').ComputedRef<string>;
73
73
  computedType: import('vue').ComputedRef<string>;
74
74
  isDisabled: import('vue').ComputedRef<boolean>;
75
- loadingColor: import('vue').ComputedRef<"white" | "brand" | "black">;
75
+ loadingColor: import('vue').ComputedRef<"brand" | "white" | "black">;
76
76
  onClick: (event: any) => void;
77
77
  tag: import('vue').ComputedRef<"button" | "router-link" | "a">;
78
78
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "click"[], "click", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
@@ -256,6 +256,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
256
256
  type: BooleanConstructor;
257
257
  default: boolean;
258
258
  };
259
+ theme: {
260
+ type: StringConstructor;
261
+ default: string;
262
+ validator(value: string): boolean;
263
+ };
259
264
  }>, {
260
265
  isAnonymousUser: import('vue').ComputedRef<boolean>;
261
266
  avatarClass: import('vue').ComputedRef<string>;
@@ -284,11 +289,17 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
284
289
  type: BooleanConstructor;
285
290
  default: boolean;
286
291
  };
292
+ theme: {
293
+ type: StringConstructor;
294
+ default: string;
295
+ validator(value: string): boolean;
296
+ };
287
297
  }>> & Readonly<{}>, {
288
298
  lenderName: string;
289
299
  lenderImageUrl: string;
290
300
  isSmall: boolean;
291
301
  showCssPlaceholder: boolean;
302
+ theme: string;
292
303
  }, {}, {
293
304
  KvLoadingPlaceholder: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
294
305
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;