@kiva/kv-components 4.8.2 → 4.8.3
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 +11 -0
- package/dist/components/KvLendCta.vue +2 -2
- package/package.json +2 -2
- package/vue/KvLendCta.vue +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,17 @@
|
|
|
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.3](https://github.com/kiva/kv-ui-elements/compare/@kiva/kv-components@4.8.2...@kiva/kv-components@4.8.3) (2025-01-10)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* padding in preset buttons ([7ea60b0](https://github.com/kiva/kv-ui-elements/commit/7ea60b09571ae913f5ca7b363bf3d0ff027f04d6))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
6
17
|
## [4.8.2](https://github.com/kiva/kv-ui-elements/compare/@kiva/kv-components@4.8.1...@kiva/kv-components@4.8.2) (2025-01-09)
|
|
7
18
|
|
|
8
19
|
|
|
@@ -55,13 +55,13 @@
|
|
|
55
55
|
>
|
|
56
56
|
<fieldset
|
|
57
57
|
class="tw-w-full tw-flex"
|
|
58
|
-
:class="{'tw-flex-col tw-gap-1 md:tw-flex-row md:tw-justify-between': showPresetAmounts}"
|
|
58
|
+
:class="{'tw-flex-col tw-gap-1.5 md:tw-flex-row md:tw-justify-between': showPresetAmounts}"
|
|
59
59
|
:disabled="isAdding"
|
|
60
60
|
data-testid="bp-lend-cta-select-and-button"
|
|
61
61
|
>
|
|
62
62
|
<div
|
|
63
63
|
v-if="showPresetAmounts"
|
|
64
|
-
class="tw-flex tw-gap-1"
|
|
64
|
+
class="tw-flex tw-gap-1 lg:tw-gap-2"
|
|
65
65
|
:class="{'tw-flex-wrap md:tw-flex-nowrap': enableHugeAmount}"
|
|
66
66
|
>
|
|
67
67
|
<template v-if="!isLendAmountButton">
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kiva/kv-components",
|
|
3
|
-
"version": "4.8.
|
|
3
|
+
"version": "4.8.3",
|
|
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": "cc7562704a59c7de5f93db527777d43c2c78b174"
|
|
102
102
|
}
|
package/vue/KvLendCta.vue
CHANGED
|
@@ -55,13 +55,13 @@
|
|
|
55
55
|
>
|
|
56
56
|
<fieldset
|
|
57
57
|
class="tw-w-full tw-flex"
|
|
58
|
-
:class="{'tw-flex-col tw-gap-1 md:tw-flex-row md:tw-justify-between': showPresetAmounts}"
|
|
58
|
+
:class="{'tw-flex-col tw-gap-1.5 md:tw-flex-row md:tw-justify-between': showPresetAmounts}"
|
|
59
59
|
:disabled="isAdding"
|
|
60
60
|
data-testid="bp-lend-cta-select-and-button"
|
|
61
61
|
>
|
|
62
62
|
<div
|
|
63
63
|
v-if="showPresetAmounts"
|
|
64
|
-
class="tw-flex tw-gap-1"
|
|
64
|
+
class="tw-flex tw-gap-1 lg:tw-gap-2"
|
|
65
65
|
:class="{'tw-flex-wrap md:tw-flex-nowrap': enableHugeAmount}"
|
|
66
66
|
>
|
|
67
67
|
<template v-if="!isLendAmountButton">
|