@juspay/svelte-ui-components 1.14.0 → 1.16.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.
|
@@ -6,7 +6,7 @@ export let showLoader = false;
|
|
|
6
6
|
const dispatch = createEventDispatcher();
|
|
7
7
|
function onClick() {
|
|
8
8
|
showLoader = !showLoader;
|
|
9
|
-
dispatch("
|
|
9
|
+
dispatch("click");
|
|
10
10
|
}
|
|
11
11
|
</script>
|
|
12
12
|
|
|
@@ -76,6 +76,9 @@ function onClick() {
|
|
|
76
76
|
margin: var(--grid-item-footer-margin, 8px 0 0 0);
|
|
77
77
|
font-size: var(--grid-item-font-size, 14px);
|
|
78
78
|
color: var(--grid-item-color, #333);
|
|
79
|
+
text-overflow: var(--grid-item-footer-text-overflow, ellipsis);
|
|
80
|
+
white-space: var(--grid-item-footer-white-space, nowrap);
|
|
81
|
+
overflow: var(--grid-item-footer-overflow, hidden);
|
|
79
82
|
}
|
|
80
83
|
|
|
81
84
|
.grid-body-loader {
|
|
@@ -90,7 +93,7 @@ function onClick() {
|
|
|
90
93
|
margin: var(--grid-item-margin, 8px 0 0 0);
|
|
91
94
|
border-radius: var(--grid-item-border-radius, 4px);
|
|
92
95
|
border: var(--animation-version, 32px solid #cbcccf66);
|
|
93
|
-
animation: clipperAnimation var(--loader-animation-duration) infinite linear;
|
|
96
|
+
animation: clipperAnimation var(--loader-animation-duration, 3s) infinite linear;
|
|
94
97
|
}
|
|
95
98
|
|
|
96
99
|
@keyframes clipperAnimation {
|