@kiva/kv-components 4.7.1 → 4.8.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/CHANGELOG.md +19 -0
- package/dist/components/KvCommentsAdd.vue +4 -4
- package/dist/components/KvCommentsHeartButton.vue +1 -1
- package/dist/components/KvCommentsReplyButton.vue +3 -3
- package/dist/components/KvInlineActivityCard.vue +1 -1
- package/dist/components/KvIntroductionLoanCard.vue +2 -2
- package/dist/components/KvLendCta.vue +9 -9
- package/dist/components/KvLoanActivities.vue +7 -7
- package/dist/components/KvWideLoanCard.vue +1 -1
- package/dist/components/stories/KvVerticalCarousel.stories.js +1 -0
- package/dist/utils/carousels.cjs +5 -2
- package/dist/utils/carousels.js +1 -1
- package/dist/utils/{chunk-WLQNGWMC.js → chunk-WJV72VFJ.js} +5 -2
- package/dist/utils/index.cjs +5 -2
- package/dist/utils/index.js +1 -1
- package/package.json +2 -2
- package/utils/carousels.js +5 -2
- package/vue/KvCommentsAdd.vue +4 -4
- package/vue/KvCommentsHeartButton.vue +1 -1
- package/vue/KvCommentsReplyButton.vue +3 -3
- package/vue/KvInlineActivityCard.vue +1 -1
- package/vue/KvIntroductionLoanCard.vue +2 -2
- package/vue/KvLendCta.vue +9 -9
- package/vue/KvLoanActivities.vue +7 -7
- package/vue/KvWideLoanCard.vue +1 -1
- package/vue/stories/KvVerticalCarousel.stories.js +1 -0
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,25 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [4.8.1](https://github.com/kiva/kv-ui-elements/compare/@kiva/kv-components@4.8.0...@kiva/kv-components@4.8.1) (2025-01-09)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @kiva/kv-components
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
# [4.8.0](https://github.com/kiva/kv-ui-elements/compare/@kiva/kv-components@4.7.1...@kiva/kv-components@4.8.0) (2025-01-09)
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
### Features
|
|
18
|
+
|
|
19
|
+
* make sure autoplay stops on carousel interactions ([a973201](https://github.com/kiva/kv-ui-elements/commit/a97320125351e82ccdd946abd91507a2f619b1d3))
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
6
25
|
## [4.7.1](https://github.com/kiva/kv-ui-elements/compare/@kiva/kv-components@4.7.0...@kiva/kv-components@4.7.1) (2025-01-09)
|
|
7
26
|
|
|
8
27
|
|
|
@@ -116,20 +116,20 @@ export default {
|
|
|
116
116
|
</script>
|
|
117
117
|
|
|
118
118
|
<style lang="postcss" scoped>
|
|
119
|
-
|
|
119
|
+
:deep(input) {
|
|
120
120
|
@apply tw-border-t-0 tw-border-r-0 tw-border-l-0 tw-rounded-none tw-p-0 tw-h-4;
|
|
121
121
|
}
|
|
122
122
|
|
|
123
|
-
|
|
123
|
+
:deep(input:focus) {
|
|
124
124
|
@apply tw-border-tertiary;
|
|
125
125
|
box-shadow: none;
|
|
126
126
|
}
|
|
127
127
|
|
|
128
|
-
|
|
128
|
+
:deep(button > span) {
|
|
129
129
|
@apply tw-min-h-0;
|
|
130
130
|
}
|
|
131
131
|
|
|
132
|
-
|
|
132
|
+
:deep(button > span > span) {
|
|
133
133
|
@apply tw-py-0 tw-px-0.5;
|
|
134
134
|
}
|
|
135
135
|
</style>
|
|
@@ -38,15 +38,15 @@ export default {
|
|
|
38
38
|
</script>
|
|
39
39
|
|
|
40
40
|
<style lang="postcss" scoped>
|
|
41
|
-
|
|
41
|
+
:deep(span) {
|
|
42
42
|
@apply tw-min-h-0;
|
|
43
43
|
}
|
|
44
44
|
|
|
45
|
-
|
|
45
|
+
:deep(span > span) {
|
|
46
46
|
@apply tw-py-0 tw-px-0.5 tw-flex tw-items-center;
|
|
47
47
|
}
|
|
48
48
|
|
|
49
|
-
|
|
49
|
+
:deep(svg) {
|
|
50
50
|
@apply tw-mx-0.5;
|
|
51
51
|
}
|
|
52
52
|
</style>
|
|
@@ -49,7 +49,7 @@ export default {
|
|
|
49
49
|
</script>
|
|
50
50
|
|
|
51
51
|
<style scoped lang="postcss">
|
|
52
|
-
.activity-avatar, .activity-avatar
|
|
52
|
+
.activity-avatar, .activity-avatar :deep(img), .activity-avatar :deep(div) {
|
|
53
53
|
@apply tw-w-4 tw-h-4;
|
|
54
54
|
}
|
|
55
55
|
</style>
|
|
@@ -425,7 +425,7 @@ export default {
|
|
|
425
425
|
</script>
|
|
426
426
|
|
|
427
427
|
<style lang="postcss" scoped>
|
|
428
|
-
.loan-callouts
|
|
428
|
+
.loan-callouts :deep(span) {
|
|
429
429
|
@apply !tw-bg-transparent tw-text-action;
|
|
430
430
|
}
|
|
431
431
|
.loan-card-use:hover,
|
|
@@ -443,7 +443,7 @@ export default {
|
|
|
443
443
|
.loan-card-name {
|
|
444
444
|
@apply tw-pt-1 tw-px-3 tw-text-ellipsis tw-overflow-hidden tw-line-clamp-1 tw-cursor-pointer;
|
|
445
445
|
}
|
|
446
|
-
.loan-bookmark
|
|
446
|
+
.loan-bookmark :deep(button) {
|
|
447
447
|
@apply !tw-rounded-t-none;
|
|
448
448
|
}
|
|
449
449
|
</style>
|
|
@@ -550,39 +550,39 @@ export default {
|
|
|
550
550
|
</script>
|
|
551
551
|
|
|
552
552
|
<style lang="postcss" scoped>
|
|
553
|
-
.amountDropdownWrapper
|
|
553
|
+
.amountDropdownWrapper :deep(select) {
|
|
554
554
|
border-radius: 14px 0 0 14px;
|
|
555
555
|
}
|
|
556
556
|
|
|
557
|
-
.lend-again
|
|
557
|
+
.lend-again :deep(span) {
|
|
558
558
|
@apply tw-px-0;
|
|
559
559
|
}
|
|
560
560
|
|
|
561
|
-
.lend-again
|
|
561
|
+
.lend-again :deep(span) {
|
|
562
562
|
@apply tw-px-1;
|
|
563
563
|
}
|
|
564
564
|
|
|
565
|
-
.lendButtonWrapper
|
|
565
|
+
.lendButtonWrapper :deep(span:first-child) {
|
|
566
566
|
border-radius: 0 14px 14px 0;
|
|
567
567
|
}
|
|
568
568
|
|
|
569
|
-
.filtered-dropdown
|
|
569
|
+
.filtered-dropdown :deep(select) {
|
|
570
570
|
@apply tw-rounded tw-border-2 tw-font-medium tw-cursor-pointer;
|
|
571
571
|
}
|
|
572
572
|
|
|
573
|
-
.unselected-dropdown
|
|
573
|
+
.unselected-dropdown :deep(select) {
|
|
574
574
|
@apply tw-border-gray-400;
|
|
575
575
|
}
|
|
576
576
|
|
|
577
|
-
.selected-dropdown
|
|
577
|
+
.selected-dropdown :deep(select) {
|
|
578
578
|
@apply tw-border-eco-green-4;
|
|
579
579
|
}
|
|
580
580
|
|
|
581
|
-
.preset-option
|
|
581
|
+
.preset-option :deep(span.tw-w-full:first-child) {
|
|
582
582
|
@apply tw-border-2 tw-border-gray-400;
|
|
583
583
|
}
|
|
584
584
|
|
|
585
|
-
.selected-option
|
|
585
|
+
.selected-option :deep(span.tw-w-full:first-child) {
|
|
586
586
|
@apply tw-border-eco-green-4;
|
|
587
587
|
}
|
|
588
588
|
</style>
|
|
@@ -233,24 +233,24 @@ export default {
|
|
|
233
233
|
</script>
|
|
234
234
|
|
|
235
235
|
<style scoped lang="postcss">
|
|
236
|
-
.loan-activity
|
|
236
|
+
.loan-activity :deep(#kvLightboxBody) {
|
|
237
237
|
@apply tw-flex tw-flex-col tw-px-0 tw-pb-0;
|
|
238
238
|
}
|
|
239
239
|
|
|
240
|
-
.loan-activity
|
|
240
|
+
.loan-activity :deep(div > div > div > div > div:first-child) {
|
|
241
241
|
box-shadow: var(--kiva-box-shadow);
|
|
242
242
|
}
|
|
243
243
|
|
|
244
|
-
.loan-activity
|
|
245
|
-
.loan-activity
|
|
244
|
+
.loan-activity :deep(div > div > div > div > div:first-child > div),
|
|
245
|
+
.loan-activity :deep(#kvLightboxBody div) {
|
|
246
246
|
box-shadow: none;
|
|
247
247
|
}
|
|
248
248
|
|
|
249
|
-
.loan-activity
|
|
249
|
+
.loan-activity :deep(#kvLightboxBody > div:first-child) {
|
|
250
250
|
@apply tw-px-4;
|
|
251
251
|
}
|
|
252
252
|
|
|
253
|
-
.loan-activity
|
|
253
|
+
.loan-activity :deep([role=dialog]) {
|
|
254
254
|
min-width: 840px;
|
|
255
255
|
max-width: 840px !important;
|
|
256
256
|
|
|
@@ -260,7 +260,7 @@ export default {
|
|
|
260
260
|
}
|
|
261
261
|
}
|
|
262
262
|
|
|
263
|
-
.loan-activity
|
|
263
|
+
.loan-activity :deep(#kvLightboxBody > div:nth-child(2)) {
|
|
264
264
|
@apply tw-px-4;
|
|
265
265
|
|
|
266
266
|
box-shadow: var(--kiva-negative-box-shadow);
|
|
@@ -208,6 +208,7 @@ export const AutoPlayButton = () => ({
|
|
|
208
208
|
<a href="#" @click.native.prevent="$refs.sampleCarousel.toggleAutoPlay()" role="toggleAutoPlayButton">Toggle AutoPlay</a>
|
|
209
209
|
<br/>
|
|
210
210
|
<p>AutoPlay is: {{ isAutoplaying ? 'ON' : 'OFF' }}</p>
|
|
211
|
+
<a href="#" @click.native.prevent="$refs.sampleCarousel.goToSlide(0)">Go To Slide 0</a>
|
|
211
212
|
</div>
|
|
212
213
|
`,
|
|
213
214
|
});
|
package/dist/utils/carousels.cjs
CHANGED
|
@@ -84,6 +84,11 @@ function carouselUtil(props, { emit, slots }, extraEmblaOptions) {
|
|
|
84
84
|
return slides.value.length - 1;
|
|
85
85
|
});
|
|
86
86
|
const goToSlide = (index) => {
|
|
87
|
+
var _a2, _b;
|
|
88
|
+
const autoplay = (_b = (_a2 = embla.value) == null ? void 0 : _a2.plugins()) == null ? void 0 : _b.autoplay;
|
|
89
|
+
if (autoplay) {
|
|
90
|
+
autoplay.stop();
|
|
91
|
+
}
|
|
87
92
|
embla.value.scrollTo(index);
|
|
88
93
|
};
|
|
89
94
|
const handleUserInteraction = async (index, interactionType) => {
|
|
@@ -180,11 +185,9 @@ function carouselUtil(props, { emit, slots }, extraEmblaOptions) {
|
|
|
180
185
|
});
|
|
181
186
|
});
|
|
182
187
|
(_b = embla == null ? void 0 : embla.value) == null ? void 0 : _b.on("autoplay:play", () => {
|
|
183
|
-
console.log("autoplay:play");
|
|
184
188
|
isAutoplaying.value = true;
|
|
185
189
|
});
|
|
186
190
|
(_c = embla == null ? void 0 : embla.value) == null ? void 0 : _c.on("autoplay:stop", () => {
|
|
187
|
-
console.log("autoplay:stop");
|
|
188
191
|
isAutoplaying.value = false;
|
|
189
192
|
});
|
|
190
193
|
});
|
package/dist/utils/carousels.js
CHANGED
|
@@ -48,6 +48,11 @@ function carouselUtil(props, { emit, slots }, extraEmblaOptions) {
|
|
|
48
48
|
return slides.value.length - 1;
|
|
49
49
|
});
|
|
50
50
|
const goToSlide = (index) => {
|
|
51
|
+
var _a2, _b;
|
|
52
|
+
const autoplay = (_b = (_a2 = embla.value) == null ? void 0 : _a2.plugins()) == null ? void 0 : _b.autoplay;
|
|
53
|
+
if (autoplay) {
|
|
54
|
+
autoplay.stop();
|
|
55
|
+
}
|
|
51
56
|
embla.value.scrollTo(index);
|
|
52
57
|
};
|
|
53
58
|
const handleUserInteraction = async (index, interactionType) => {
|
|
@@ -144,11 +149,9 @@ function carouselUtil(props, { emit, slots }, extraEmblaOptions) {
|
|
|
144
149
|
});
|
|
145
150
|
});
|
|
146
151
|
(_b = embla == null ? void 0 : embla.value) == null ? void 0 : _b.on("autoplay:play", () => {
|
|
147
|
-
console.log("autoplay:play");
|
|
148
152
|
isAutoplaying.value = true;
|
|
149
153
|
});
|
|
150
154
|
(_c = embla == null ? void 0 : embla.value) == null ? void 0 : _c.on("autoplay:stop", () => {
|
|
151
|
-
console.log("autoplay:stop");
|
|
152
155
|
isAutoplaying.value = false;
|
|
153
156
|
});
|
|
154
157
|
});
|
package/dist/utils/index.cjs
CHANGED
|
@@ -192,6 +192,11 @@ function carouselUtil(props, { emit, slots }, extraEmblaOptions) {
|
|
|
192
192
|
return slides.value.length - 1;
|
|
193
193
|
});
|
|
194
194
|
const goToSlide = (index) => {
|
|
195
|
+
var _a2, _b;
|
|
196
|
+
const autoplay = (_b = (_a2 = embla.value) == null ? void 0 : _a2.plugins()) == null ? void 0 : _b.autoplay;
|
|
197
|
+
if (autoplay) {
|
|
198
|
+
autoplay.stop();
|
|
199
|
+
}
|
|
195
200
|
embla.value.scrollTo(index);
|
|
196
201
|
};
|
|
197
202
|
const handleUserInteraction = async (index, interactionType) => {
|
|
@@ -288,11 +293,9 @@ function carouselUtil(props, { emit, slots }, extraEmblaOptions) {
|
|
|
288
293
|
});
|
|
289
294
|
});
|
|
290
295
|
(_b = embla == null ? void 0 : embla.value) == null ? void 0 : _b.on("autoplay:play", () => {
|
|
291
|
-
console.log("autoplay:play");
|
|
292
296
|
isAutoplaying.value = true;
|
|
293
297
|
});
|
|
294
298
|
(_c = embla == null ? void 0 : embla.value) == null ? void 0 : _c.on("autoplay:stop", () => {
|
|
295
|
-
console.log("autoplay:stop");
|
|
296
299
|
isAutoplaying.value = false;
|
|
297
300
|
});
|
|
298
301
|
});
|
package/dist/utils/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kiva/kv-components",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.8.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -98,5 +98,5 @@
|
|
|
98
98
|
"peerDependencies": {
|
|
99
99
|
"vue": ">=3.0.0"
|
|
100
100
|
},
|
|
101
|
-
"gitHead": "
|
|
101
|
+
"gitHead": "cfdd1a3885608643e3ddf8110dfece42426109aa"
|
|
102
102
|
}
|
package/utils/carousels.js
CHANGED
|
@@ -57,6 +57,11 @@ export function carouselUtil(props, { emit, slots }, extraEmblaOptions) {
|
|
|
57
57
|
* @public This is a public method
|
|
58
58
|
*/
|
|
59
59
|
const goToSlide = (index) => {
|
|
60
|
+
/** Stop autoplay on go to slide interaction */
|
|
61
|
+
const autoplay = embla.value?.plugins()?.autoplay;
|
|
62
|
+
if (autoplay) {
|
|
63
|
+
autoplay.stop();
|
|
64
|
+
}
|
|
60
65
|
embla.value.scrollTo(index);
|
|
61
66
|
};
|
|
62
67
|
|
|
@@ -198,7 +203,6 @@ export function carouselUtil(props, { emit, slots }, extraEmblaOptions) {
|
|
|
198
203
|
});
|
|
199
204
|
|
|
200
205
|
embla?.value?.on('autoplay:play', () => {
|
|
201
|
-
console.log('autoplay:play');
|
|
202
206
|
/**
|
|
203
207
|
* Fires when autoplay starts
|
|
204
208
|
* @event autoplay-play
|
|
@@ -208,7 +212,6 @@ export function carouselUtil(props, { emit, slots }, extraEmblaOptions) {
|
|
|
208
212
|
});
|
|
209
213
|
|
|
210
214
|
embla?.value?.on('autoplay:stop', () => {
|
|
211
|
-
console.log('autoplay:stop');
|
|
212
215
|
/**
|
|
213
216
|
* Fires when autoplay starts
|
|
214
217
|
* @event autoplay-play
|
package/vue/KvCommentsAdd.vue
CHANGED
|
@@ -116,20 +116,20 @@ export default {
|
|
|
116
116
|
</script>
|
|
117
117
|
|
|
118
118
|
<style lang="postcss" scoped>
|
|
119
|
-
|
|
119
|
+
:deep(input) {
|
|
120
120
|
@apply tw-border-t-0 tw-border-r-0 tw-border-l-0 tw-rounded-none tw-p-0 tw-h-4;
|
|
121
121
|
}
|
|
122
122
|
|
|
123
|
-
|
|
123
|
+
:deep(input:focus) {
|
|
124
124
|
@apply tw-border-tertiary;
|
|
125
125
|
box-shadow: none;
|
|
126
126
|
}
|
|
127
127
|
|
|
128
|
-
|
|
128
|
+
:deep(button > span) {
|
|
129
129
|
@apply tw-min-h-0;
|
|
130
130
|
}
|
|
131
131
|
|
|
132
|
-
|
|
132
|
+
:deep(button > span > span) {
|
|
133
133
|
@apply tw-py-0 tw-px-0.5;
|
|
134
134
|
}
|
|
135
135
|
</style>
|
|
@@ -38,15 +38,15 @@ export default {
|
|
|
38
38
|
</script>
|
|
39
39
|
|
|
40
40
|
<style lang="postcss" scoped>
|
|
41
|
-
|
|
41
|
+
:deep(span) {
|
|
42
42
|
@apply tw-min-h-0;
|
|
43
43
|
}
|
|
44
44
|
|
|
45
|
-
|
|
45
|
+
:deep(span > span) {
|
|
46
46
|
@apply tw-py-0 tw-px-0.5 tw-flex tw-items-center;
|
|
47
47
|
}
|
|
48
48
|
|
|
49
|
-
|
|
49
|
+
:deep(svg) {
|
|
50
50
|
@apply tw-mx-0.5;
|
|
51
51
|
}
|
|
52
52
|
</style>
|
|
@@ -49,7 +49,7 @@ export default {
|
|
|
49
49
|
</script>
|
|
50
50
|
|
|
51
51
|
<style scoped lang="postcss">
|
|
52
|
-
.activity-avatar, .activity-avatar
|
|
52
|
+
.activity-avatar, .activity-avatar :deep(img), .activity-avatar :deep(div) {
|
|
53
53
|
@apply tw-w-4 tw-h-4;
|
|
54
54
|
}
|
|
55
55
|
</style>
|
|
@@ -425,7 +425,7 @@ export default {
|
|
|
425
425
|
</script>
|
|
426
426
|
|
|
427
427
|
<style lang="postcss" scoped>
|
|
428
|
-
.loan-callouts
|
|
428
|
+
.loan-callouts :deep(span) {
|
|
429
429
|
@apply !tw-bg-transparent tw-text-action;
|
|
430
430
|
}
|
|
431
431
|
.loan-card-use:hover,
|
|
@@ -443,7 +443,7 @@ export default {
|
|
|
443
443
|
.loan-card-name {
|
|
444
444
|
@apply tw-pt-1 tw-px-3 tw-text-ellipsis tw-overflow-hidden tw-line-clamp-1 tw-cursor-pointer;
|
|
445
445
|
}
|
|
446
|
-
.loan-bookmark
|
|
446
|
+
.loan-bookmark :deep(button) {
|
|
447
447
|
@apply !tw-rounded-t-none;
|
|
448
448
|
}
|
|
449
449
|
</style>
|
package/vue/KvLendCta.vue
CHANGED
|
@@ -550,39 +550,39 @@ export default {
|
|
|
550
550
|
</script>
|
|
551
551
|
|
|
552
552
|
<style lang="postcss" scoped>
|
|
553
|
-
.amountDropdownWrapper
|
|
553
|
+
.amountDropdownWrapper :deep(select) {
|
|
554
554
|
border-radius: 14px 0 0 14px;
|
|
555
555
|
}
|
|
556
556
|
|
|
557
|
-
.lend-again
|
|
557
|
+
.lend-again :deep(span) {
|
|
558
558
|
@apply tw-px-0;
|
|
559
559
|
}
|
|
560
560
|
|
|
561
|
-
.lend-again
|
|
561
|
+
.lend-again :deep(span) {
|
|
562
562
|
@apply tw-px-1;
|
|
563
563
|
}
|
|
564
564
|
|
|
565
|
-
.lendButtonWrapper
|
|
565
|
+
.lendButtonWrapper :deep(span:first-child) {
|
|
566
566
|
border-radius: 0 14px 14px 0;
|
|
567
567
|
}
|
|
568
568
|
|
|
569
|
-
.filtered-dropdown
|
|
569
|
+
.filtered-dropdown :deep(select) {
|
|
570
570
|
@apply tw-rounded tw-border-2 tw-font-medium tw-cursor-pointer;
|
|
571
571
|
}
|
|
572
572
|
|
|
573
|
-
.unselected-dropdown
|
|
573
|
+
.unselected-dropdown :deep(select) {
|
|
574
574
|
@apply tw-border-gray-400;
|
|
575
575
|
}
|
|
576
576
|
|
|
577
|
-
.selected-dropdown
|
|
577
|
+
.selected-dropdown :deep(select) {
|
|
578
578
|
@apply tw-border-eco-green-4;
|
|
579
579
|
}
|
|
580
580
|
|
|
581
|
-
.preset-option
|
|
581
|
+
.preset-option :deep(span.tw-w-full:first-child) {
|
|
582
582
|
@apply tw-border-2 tw-border-gray-400;
|
|
583
583
|
}
|
|
584
584
|
|
|
585
|
-
.selected-option
|
|
585
|
+
.selected-option :deep(span.tw-w-full:first-child) {
|
|
586
586
|
@apply tw-border-eco-green-4;
|
|
587
587
|
}
|
|
588
588
|
</style>
|
package/vue/KvLoanActivities.vue
CHANGED
|
@@ -233,24 +233,24 @@ export default {
|
|
|
233
233
|
</script>
|
|
234
234
|
|
|
235
235
|
<style scoped lang="postcss">
|
|
236
|
-
.loan-activity
|
|
236
|
+
.loan-activity :deep(#kvLightboxBody) {
|
|
237
237
|
@apply tw-flex tw-flex-col tw-px-0 tw-pb-0;
|
|
238
238
|
}
|
|
239
239
|
|
|
240
|
-
.loan-activity
|
|
240
|
+
.loan-activity :deep(div > div > div > div > div:first-child) {
|
|
241
241
|
box-shadow: var(--kiva-box-shadow);
|
|
242
242
|
}
|
|
243
243
|
|
|
244
|
-
.loan-activity
|
|
245
|
-
.loan-activity
|
|
244
|
+
.loan-activity :deep(div > div > div > div > div:first-child > div),
|
|
245
|
+
.loan-activity :deep(#kvLightboxBody div) {
|
|
246
246
|
box-shadow: none;
|
|
247
247
|
}
|
|
248
248
|
|
|
249
|
-
.loan-activity
|
|
249
|
+
.loan-activity :deep(#kvLightboxBody > div:first-child) {
|
|
250
250
|
@apply tw-px-4;
|
|
251
251
|
}
|
|
252
252
|
|
|
253
|
-
.loan-activity
|
|
253
|
+
.loan-activity :deep([role=dialog]) {
|
|
254
254
|
min-width: 840px;
|
|
255
255
|
max-width: 840px !important;
|
|
256
256
|
|
|
@@ -260,7 +260,7 @@ export default {
|
|
|
260
260
|
}
|
|
261
261
|
}
|
|
262
262
|
|
|
263
|
-
.loan-activity
|
|
263
|
+
.loan-activity :deep(#kvLightboxBody > div:nth-child(2)) {
|
|
264
264
|
@apply tw-px-4;
|
|
265
265
|
|
|
266
266
|
box-shadow: var(--kiva-negative-box-shadow);
|
package/vue/KvWideLoanCard.vue
CHANGED
|
@@ -208,6 +208,7 @@ export const AutoPlayButton = () => ({
|
|
|
208
208
|
<a href="#" @click.native.prevent="$refs.sampleCarousel.toggleAutoPlay()" role="toggleAutoPlayButton">Toggle AutoPlay</a>
|
|
209
209
|
<br/>
|
|
210
210
|
<p>AutoPlay is: {{ isAutoplaying ? 'ON' : 'OFF' }}</p>
|
|
211
|
+
<a href="#" @click.native.prevent="$refs.sampleCarousel.goToSlide(0)">Go To Slide 0</a>
|
|
211
212
|
</div>
|
|
212
213
|
`,
|
|
213
214
|
});
|