jett.admin.npmpackage 1.0.44 → 1.0.45
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/index.css +0 -9
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -291,9 +291,6 @@
|
|
|
291
291
|
.mt-1 {
|
|
292
292
|
margin-top: calc(var(--spacing) * 1);
|
|
293
293
|
}
|
|
294
|
-
.mt-4 {
|
|
295
|
-
margin-top: calc(var(--spacing) * 4);
|
|
296
|
-
}
|
|
297
294
|
.mt-auto {
|
|
298
295
|
margin-top: auto;
|
|
299
296
|
}
|
|
@@ -348,9 +345,6 @@
|
|
|
348
345
|
.h-10 {
|
|
349
346
|
height: calc(var(--spacing) * 10);
|
|
350
347
|
}
|
|
351
|
-
.h-\[40px\] {
|
|
352
|
-
height: 40px;
|
|
353
|
-
}
|
|
354
348
|
.h-\[60px\] {
|
|
355
349
|
height: 60px;
|
|
356
350
|
}
|
|
@@ -396,9 +390,6 @@
|
|
|
396
390
|
.w-\[50px\] {
|
|
397
391
|
width: 50px;
|
|
398
392
|
}
|
|
399
|
-
.w-\[108px\] {
|
|
400
|
-
width: 108px;
|
|
401
|
-
}
|
|
402
393
|
.w-\[320px\] {
|
|
403
394
|
width: 320px;
|
|
404
395
|
}
|
package/dist/index.js
CHANGED
|
@@ -893,7 +893,7 @@ var RightSheet = ({
|
|
|
893
893
|
"div",
|
|
894
894
|
{
|
|
895
895
|
className: `absolute flex flex-col right-0 top-0 min-h-full min-w-[100%] md:min-w-[576px]
|
|
896
|
-
${visible ? "sheetRightSlide" : "transition-all duration-200 translate-x-[100%]"} justify-between
|
|
896
|
+
${visible ? "sheetRightSlide" : "transition-all duration-200 translate-x-[100%]"} justify-between`,
|
|
897
897
|
onClick: (e) => e.stopPropagation()
|
|
898
898
|
},
|
|
899
899
|
/* @__PURE__ */ import_react13.default.createElement("div", { className: "dark:[#18181b] min-h-full " }, children),
|
package/dist/index.mjs
CHANGED
|
@@ -845,7 +845,7 @@ var RightSheet = ({
|
|
|
845
845
|
"div",
|
|
846
846
|
{
|
|
847
847
|
className: `absolute flex flex-col right-0 top-0 min-h-full min-w-[100%] md:min-w-[576px]
|
|
848
|
-
${visible ? "sheetRightSlide" : "transition-all duration-200 translate-x-[100%]"} justify-between
|
|
848
|
+
${visible ? "sheetRightSlide" : "transition-all duration-200 translate-x-[100%]"} justify-between`,
|
|
849
849
|
onClick: (e) => e.stopPropagation()
|
|
850
850
|
},
|
|
851
851
|
/* @__PURE__ */ React13.createElement("div", { className: "dark:[#18181b] min-h-full " }, children),
|