@kiva/kv-components 4.8.0 → 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 CHANGED
@@ -3,6 +3,14 @@
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
+
6
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)
7
15
 
8
16
 
@@ -116,20 +116,20 @@ export default {
116
116
  </script>
117
117
 
118
118
  <style lang="postcss" scoped>
119
- >>> input {
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
- >>> input:focus {
123
+ :deep(input:focus) {
124
124
  @apply tw-border-tertiary;
125
125
  box-shadow: none;
126
126
  }
127
127
 
128
- >>> button > span {
128
+ :deep(button > span) {
129
129
  @apply tw-min-h-0;
130
130
  }
131
131
 
132
- >>> button > span > span {
132
+ :deep(button > span > span) {
133
133
  @apply tw-py-0 tw-px-0.5;
134
134
  }
135
135
  </style>
@@ -64,7 +64,7 @@ export default {
64
64
  </script>
65
65
 
66
66
  <style scoped>
67
- .filled >>> svg {
67
+ .filled :deep(svg) {
68
68
  fill: #F60059;
69
69
  }
70
70
  </style>
@@ -38,15 +38,15 @@ export default {
38
38
  </script>
39
39
 
40
40
  <style lang="postcss" scoped>
41
- >>> span {
41
+ :deep(span) {
42
42
  @apply tw-min-h-0;
43
43
  }
44
44
 
45
- >>> span > span {
45
+ :deep(span > span) {
46
46
  @apply tw-py-0 tw-px-0.5 tw-flex tw-items-center;
47
47
  }
48
48
 
49
- >>> svg {
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 >>> img, .activity-avatar >>> div {
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 >>> span {
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 >>> button {
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 >>> select {
553
+ .amountDropdownWrapper :deep(select) {
554
554
  border-radius: 14px 0 0 14px;
555
555
  }
556
556
 
557
- .lend-again >>> span {
557
+ .lend-again :deep(span) {
558
558
  @apply tw-px-0;
559
559
  }
560
560
 
561
- .lend-again >>> span {
561
+ .lend-again :deep(span) {
562
562
  @apply tw-px-1;
563
563
  }
564
564
 
565
- .lendButtonWrapper >>> span:first-child {
565
+ .lendButtonWrapper :deep(span:first-child) {
566
566
  border-radius: 0 14px 14px 0;
567
567
  }
568
568
 
569
- .filtered-dropdown >>> select {
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 >>> select {
573
+ .unselected-dropdown :deep(select) {
574
574
  @apply tw-border-gray-400;
575
575
  }
576
576
 
577
- .selected-dropdown >>> select {
577
+ .selected-dropdown :deep(select) {
578
578
  @apply tw-border-eco-green-4;
579
579
  }
580
580
 
581
- .preset-option >>> span.tw-w-full:first-child {
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 >>> span.tw-w-full:first-child {
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 >>> #kvLightboxBody {
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 >>> div > div > div > div > div:first-child {
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 >>> div > div > div > div > div:first-child > div,
245
- .loan-activity >>> #kvLightboxBody div {
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 >>> #kvLightboxBody > div:first-child {
249
+ .loan-activity :deep(#kvLightboxBody > div:first-child) {
250
250
  @apply tw-px-4;
251
251
  }
252
252
 
253
- .loan-activity >>> [role=dialog] {
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 >>> #kvLightboxBody > div:nth-child(2) {
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);
@@ -427,7 +427,7 @@ export default {
427
427
  @apply tw-no-underline;
428
428
  }
429
429
  /** Unique to this loan card */
430
- .loan-callouts >>> div{
430
+ .loan-callouts :deep(div) {
431
431
  @apply tw-flex-wrap tw-h-auto;
432
432
  }
433
433
  </style>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kiva/kv-components",
3
- "version": "4.8.0",
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": "b556f273d9899af55972cc28add6c4bb536bb15e"
101
+ "gitHead": "cfdd1a3885608643e3ddf8110dfece42426109aa"
102
102
  }
@@ -116,20 +116,20 @@ export default {
116
116
  </script>
117
117
 
118
118
  <style lang="postcss" scoped>
119
- >>> input {
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
- >>> input:focus {
123
+ :deep(input:focus) {
124
124
  @apply tw-border-tertiary;
125
125
  box-shadow: none;
126
126
  }
127
127
 
128
- >>> button > span {
128
+ :deep(button > span) {
129
129
  @apply tw-min-h-0;
130
130
  }
131
131
 
132
- >>> button > span > span {
132
+ :deep(button > span > span) {
133
133
  @apply tw-py-0 tw-px-0.5;
134
134
  }
135
135
  </style>
@@ -64,7 +64,7 @@ export default {
64
64
  </script>
65
65
 
66
66
  <style scoped>
67
- .filled >>> svg {
67
+ .filled :deep(svg) {
68
68
  fill: #F60059;
69
69
  }
70
70
  </style>
@@ -38,15 +38,15 @@ export default {
38
38
  </script>
39
39
 
40
40
  <style lang="postcss" scoped>
41
- >>> span {
41
+ :deep(span) {
42
42
  @apply tw-min-h-0;
43
43
  }
44
44
 
45
- >>> span > span {
45
+ :deep(span > span) {
46
46
  @apply tw-py-0 tw-px-0.5 tw-flex tw-items-center;
47
47
  }
48
48
 
49
- >>> svg {
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 >>> img, .activity-avatar >>> div {
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 >>> span {
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 >>> button {
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 >>> select {
553
+ .amountDropdownWrapper :deep(select) {
554
554
  border-radius: 14px 0 0 14px;
555
555
  }
556
556
 
557
- .lend-again >>> span {
557
+ .lend-again :deep(span) {
558
558
  @apply tw-px-0;
559
559
  }
560
560
 
561
- .lend-again >>> span {
561
+ .lend-again :deep(span) {
562
562
  @apply tw-px-1;
563
563
  }
564
564
 
565
- .lendButtonWrapper >>> span:first-child {
565
+ .lendButtonWrapper :deep(span:first-child) {
566
566
  border-radius: 0 14px 14px 0;
567
567
  }
568
568
 
569
- .filtered-dropdown >>> select {
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 >>> select {
573
+ .unselected-dropdown :deep(select) {
574
574
  @apply tw-border-gray-400;
575
575
  }
576
576
 
577
- .selected-dropdown >>> select {
577
+ .selected-dropdown :deep(select) {
578
578
  @apply tw-border-eco-green-4;
579
579
  }
580
580
 
581
- .preset-option >>> span.tw-w-full:first-child {
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 >>> span.tw-w-full:first-child {
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 >>> #kvLightboxBody {
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 >>> div > div > div > div > div:first-child {
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 >>> div > div > div > div > div:first-child > div,
245
- .loan-activity >>> #kvLightboxBody div {
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 >>> #kvLightboxBody > div:first-child {
249
+ .loan-activity :deep(#kvLightboxBody > div:first-child) {
250
250
  @apply tw-px-4;
251
251
  }
252
252
 
253
- .loan-activity >>> [role=dialog] {
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 >>> #kvLightboxBody > div:nth-child(2) {
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);
@@ -427,7 +427,7 @@ export default {
427
427
  @apply tw-no-underline;
428
428
  }
429
429
  /** Unique to this loan card */
430
- .loan-callouts >>> div{
430
+ .loan-callouts :deep(div) {
431
431
  @apply tw-flex-wrap tw-h-auto;
432
432
  }
433
433
  </style>