@jonapin006/tiger 1.0.16 → 1.0.18
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/dist/tiger.es.js +4 -4
- package/dist/tiger.umd.js +1 -1
- package/package.json +1 -1
package/dist/tiger.es.js
CHANGED
|
@@ -483,7 +483,7 @@ var g = /* @__PURE__ */ function(e) {
|
|
|
483
483
|
logo: "h-full object-contain",
|
|
484
484
|
titleContainer: "flex flex-col items-start min-w-0 flex-1",
|
|
485
485
|
title: "block w-full",
|
|
486
|
-
descriptionContainer: "mt-0.5 opacity-60",
|
|
486
|
+
descriptionContainer: "mt-0.5 opacity-60 w-full",
|
|
487
487
|
actionsContainer: "flex items-center justify-end flex-shrink-0"
|
|
488
488
|
},
|
|
489
489
|
layout: {
|
|
@@ -1316,7 +1316,7 @@ var g = /* @__PURE__ */ function(e) {
|
|
|
1316
1316
|
logo: "h-full object-contain",
|
|
1317
1317
|
titleContainer: "flex flex-col items-start min-w-0 flex-1",
|
|
1318
1318
|
title: "block w-full",
|
|
1319
|
-
descriptionContainer: "mt-0.5 opacity-60",
|
|
1319
|
+
descriptionContainer: "mt-0.5 opacity-60 w-full",
|
|
1320
1320
|
actionsContainer: "flex items-center justify-end flex-shrink-0"
|
|
1321
1321
|
},
|
|
1322
1322
|
layout: {
|
|
@@ -2149,7 +2149,7 @@ var g = /* @__PURE__ */ function(e) {
|
|
|
2149
2149
|
logo: "h-full object-contain",
|
|
2150
2150
|
titleContainer: "flex flex-col items-start min-w-0 flex-1",
|
|
2151
2151
|
title: "block w-full",
|
|
2152
|
-
descriptionContainer: "mt-0.5 opacity-60",
|
|
2152
|
+
descriptionContainer: "mt-0.5 opacity-60 w-full",
|
|
2153
2153
|
actionsContainer: "flex items-center justify-end flex-shrink-0"
|
|
2154
2154
|
},
|
|
2155
2155
|
layout: {
|
|
@@ -2787,7 +2787,7 @@ var z = ({ value: e = 0, currentStep: t = 0, totalSteps: n = 5, variant: r = "ba
|
|
|
2787
2787
|
}) : e)(t)
|
|
2788
2788
|
})]
|
|
2789
2789
|
}),
|
|
2790
|
-
/* @__PURE__ */ s("div", {
|
|
2790
|
+
/* @__PURE__ */ s("div", {}),
|
|
2791
2791
|
n && /* @__PURE__ */ s("div", {
|
|
2792
2792
|
className: o.actionsContainer,
|
|
2793
2793
|
children: n
|