@jonapin006/tiger 1.0.23 → 1.0.24
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 -2
- package/dist/tiger.umd.js +1 -1
- package/package.json +6 -5
package/dist/tiger.es.js
CHANGED
|
@@ -544,7 +544,8 @@ var v = /* @__PURE__ */ function(e) {
|
|
|
544
544
|
sidebar: { container: "bg-white/40 backdrop-blur-3xl border-r border-black/5" },
|
|
545
545
|
topbar: { container: "bg-gradient-to-r from-emerald-50 via-white to-teal-50" },
|
|
546
546
|
main: "bg-transparent",
|
|
547
|
-
bodyBlobs: []
|
|
547
|
+
bodyBlobs: [],
|
|
548
|
+
useGlassBody: !0
|
|
548
549
|
},
|
|
549
550
|
statusColors: {
|
|
550
551
|
success: {
|
|
@@ -1377,7 +1378,8 @@ var v = /* @__PURE__ */ function(e) {
|
|
|
1377
1378
|
sidebar: { container: "bg-white border-r border-zinc-100" },
|
|
1378
1379
|
topbar: { container: "bg-gradient-to-r from-zinc-50 via-white to-zinc-100" },
|
|
1379
1380
|
main: "bg-transparent",
|
|
1380
|
-
bodyBlobs: []
|
|
1381
|
+
bodyBlobs: [],
|
|
1382
|
+
useGlassBody: !0
|
|
1381
1383
|
},
|
|
1382
1384
|
statusColors: {
|
|
1383
1385
|
success: {
|