@jonapin006/tiger 1.0.15 → 1.0.16
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 +3 -3
- package/dist/tiger.umd.js +1 -1
- package/package.json +1 -1
package/dist/tiger.es.js
CHANGED
|
@@ -484,7 +484,7 @@ var g = /* @__PURE__ */ function(e) {
|
|
|
484
484
|
titleContainer: "flex flex-col items-start min-w-0 flex-1",
|
|
485
485
|
title: "block w-full",
|
|
486
486
|
descriptionContainer: "mt-0.5 opacity-60",
|
|
487
|
-
actionsContainer: "flex items-center justify-end"
|
|
487
|
+
actionsContainer: "flex items-center justify-end flex-shrink-0"
|
|
488
488
|
},
|
|
489
489
|
layout: {
|
|
490
490
|
bodyWrapper: "min-h-screen relative overflow-hidden transition-theme flex flex-col font-sans bg-fixed bg-cover bg-center",
|
|
@@ -1317,7 +1317,7 @@ var g = /* @__PURE__ */ function(e) {
|
|
|
1317
1317
|
titleContainer: "flex flex-col items-start min-w-0 flex-1",
|
|
1318
1318
|
title: "block w-full",
|
|
1319
1319
|
descriptionContainer: "mt-0.5 opacity-60",
|
|
1320
|
-
actionsContainer: "flex items-center justify-end"
|
|
1320
|
+
actionsContainer: "flex items-center justify-end flex-shrink-0"
|
|
1321
1321
|
},
|
|
1322
1322
|
layout: {
|
|
1323
1323
|
bodyWrapper: "min-h-screen relative overflow-hidden transition-theme flex flex-col font-sans bg-fixed bg-cover bg-center",
|
|
@@ -2150,7 +2150,7 @@ var g = /* @__PURE__ */ function(e) {
|
|
|
2150
2150
|
titleContainer: "flex flex-col items-start min-w-0 flex-1",
|
|
2151
2151
|
title: "block w-full",
|
|
2152
2152
|
descriptionContainer: "mt-0.5 opacity-60",
|
|
2153
|
-
actionsContainer: "flex items-center justify-end"
|
|
2153
|
+
actionsContainer: "flex items-center justify-end flex-shrink-0"
|
|
2154
2154
|
},
|
|
2155
2155
|
layout: {
|
|
2156
2156
|
bodyWrapper: "min-h-screen relative overflow-hidden transition-theme flex flex-col font-sans bg-fixed bg-cover bg-center",
|