@almadar/ui 5.122.8 → 5.122.9
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/avl/index.cjs +2 -1
- package/dist/avl/index.js +2 -1
- package/dist/components/index.cjs +2 -1
- package/dist/components/index.js +2 -1
- package/dist/providers/index.cjs +2 -1
- package/dist/providers/index.js +2 -1
- package/dist/runtime/index.cjs +2 -1
- package/dist/runtime/index.js +2 -1
- package/package.json +1 -1
package/dist/avl/index.cjs
CHANGED
|
@@ -5531,6 +5531,7 @@ var init_Drawer = __esm({
|
|
|
5531
5531
|
const widthStyle = width in sizeWidths ? void 0 : { width };
|
|
5532
5532
|
const positionClasses = position === "right" ? "right-0 border-l" : "left-0 border-r";
|
|
5533
5533
|
const drawerSign = position === "right" ? 1 : -1;
|
|
5534
|
+
const slideTransform = position === "right" ? "translateX(100%)" : "translateX(-100%)";
|
|
5534
5535
|
return /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
5535
5536
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
5536
5537
|
Overlay,
|
|
@@ -5555,7 +5556,7 @@ var init_Drawer = __esm({
|
|
|
5555
5556
|
drawerAnim,
|
|
5556
5557
|
className
|
|
5557
5558
|
),
|
|
5558
|
-
style: { ...widthStyle, "--motion-drawer-sign": drawerSign },
|
|
5559
|
+
style: { ...widthStyle, "--motion-drawer-sign": drawerSign, "--motion-drawer-enter-from-transform": slideTransform, "--motion-drawer-exit-to-transform": slideTransform },
|
|
5559
5560
|
role: "dialog",
|
|
5560
5561
|
"aria-modal": "true",
|
|
5561
5562
|
onAnimationEnd,
|
package/dist/avl/index.js
CHANGED
|
@@ -5485,6 +5485,7 @@ var init_Drawer = __esm({
|
|
|
5485
5485
|
const widthStyle = width in sizeWidths ? void 0 : { width };
|
|
5486
5486
|
const positionClasses = position === "right" ? "right-0 border-l" : "left-0 border-r";
|
|
5487
5487
|
const drawerSign = position === "right" ? 1 : -1;
|
|
5488
|
+
const slideTransform = position === "right" ? "translateX(100%)" : "translateX(-100%)";
|
|
5488
5489
|
return /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
5489
5490
|
/* @__PURE__ */ jsx(
|
|
5490
5491
|
Overlay,
|
|
@@ -5509,7 +5510,7 @@ var init_Drawer = __esm({
|
|
|
5509
5510
|
drawerAnim,
|
|
5510
5511
|
className
|
|
5511
5512
|
),
|
|
5512
|
-
style: { ...widthStyle, "--motion-drawer-sign": drawerSign },
|
|
5513
|
+
style: { ...widthStyle, "--motion-drawer-sign": drawerSign, "--motion-drawer-enter-from-transform": slideTransform, "--motion-drawer-exit-to-transform": slideTransform },
|
|
5513
5514
|
role: "dialog",
|
|
5514
5515
|
"aria-modal": "true",
|
|
5515
5516
|
onAnimationEnd,
|
|
@@ -6425,6 +6425,7 @@ var init_Drawer = __esm({
|
|
|
6425
6425
|
const widthStyle = width in sizeWidths ? void 0 : { width };
|
|
6426
6426
|
const positionClasses = position === "right" ? "right-0 border-l" : "left-0 border-r";
|
|
6427
6427
|
const drawerSign = position === "right" ? 1 : -1;
|
|
6428
|
+
const slideTransform = position === "right" ? "translateX(100%)" : "translateX(-100%)";
|
|
6428
6429
|
return /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
6429
6430
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
6430
6431
|
exports.Overlay,
|
|
@@ -6449,7 +6450,7 @@ var init_Drawer = __esm({
|
|
|
6449
6450
|
drawerAnim,
|
|
6450
6451
|
className
|
|
6451
6452
|
),
|
|
6452
|
-
style: { ...widthStyle, "--motion-drawer-sign": drawerSign },
|
|
6453
|
+
style: { ...widthStyle, "--motion-drawer-sign": drawerSign, "--motion-drawer-enter-from-transform": slideTransform, "--motion-drawer-exit-to-transform": slideTransform },
|
|
6453
6454
|
role: "dialog",
|
|
6454
6455
|
"aria-modal": "true",
|
|
6455
6456
|
onAnimationEnd,
|
package/dist/components/index.js
CHANGED
|
@@ -6380,6 +6380,7 @@ var init_Drawer = __esm({
|
|
|
6380
6380
|
const widthStyle = width in sizeWidths ? void 0 : { width };
|
|
6381
6381
|
const positionClasses = position === "right" ? "right-0 border-l" : "left-0 border-r";
|
|
6382
6382
|
const drawerSign = position === "right" ? 1 : -1;
|
|
6383
|
+
const slideTransform = position === "right" ? "translateX(100%)" : "translateX(-100%)";
|
|
6383
6384
|
return /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
6384
6385
|
/* @__PURE__ */ jsx(
|
|
6385
6386
|
Overlay,
|
|
@@ -6404,7 +6405,7 @@ var init_Drawer = __esm({
|
|
|
6404
6405
|
drawerAnim,
|
|
6405
6406
|
className
|
|
6406
6407
|
),
|
|
6407
|
-
style: { ...widthStyle, "--motion-drawer-sign": drawerSign },
|
|
6408
|
+
style: { ...widthStyle, "--motion-drawer-sign": drawerSign, "--motion-drawer-enter-from-transform": slideTransform, "--motion-drawer-exit-to-transform": slideTransform },
|
|
6408
6409
|
role: "dialog",
|
|
6409
6410
|
"aria-modal": "true",
|
|
6410
6411
|
onAnimationEnd,
|
package/dist/providers/index.cjs
CHANGED
|
@@ -1702,6 +1702,7 @@ var init_Drawer = __esm({
|
|
|
1702
1702
|
const widthStyle = width in sizeWidths ? void 0 : { width };
|
|
1703
1703
|
const positionClasses = position === "right" ? "right-0 border-l" : "left-0 border-r";
|
|
1704
1704
|
const drawerSign = position === "right" ? 1 : -1;
|
|
1705
|
+
const slideTransform = position === "right" ? "translateX(100%)" : "translateX(-100%)";
|
|
1705
1706
|
return /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
1706
1707
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
1707
1708
|
Overlay,
|
|
@@ -1726,7 +1727,7 @@ var init_Drawer = __esm({
|
|
|
1726
1727
|
drawerAnim,
|
|
1727
1728
|
className
|
|
1728
1729
|
),
|
|
1729
|
-
style: { ...widthStyle, "--motion-drawer-sign": drawerSign },
|
|
1730
|
+
style: { ...widthStyle, "--motion-drawer-sign": drawerSign, "--motion-drawer-enter-from-transform": slideTransform, "--motion-drawer-exit-to-transform": slideTransform },
|
|
1730
1731
|
role: "dialog",
|
|
1731
1732
|
"aria-modal": "true",
|
|
1732
1733
|
onAnimationEnd,
|
package/dist/providers/index.js
CHANGED
|
@@ -1657,6 +1657,7 @@ var init_Drawer = __esm({
|
|
|
1657
1657
|
const widthStyle = width in sizeWidths ? void 0 : { width };
|
|
1658
1658
|
const positionClasses = position === "right" ? "right-0 border-l" : "left-0 border-r";
|
|
1659
1659
|
const drawerSign = position === "right" ? 1 : -1;
|
|
1660
|
+
const slideTransform = position === "right" ? "translateX(100%)" : "translateX(-100%)";
|
|
1660
1661
|
return /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
1661
1662
|
/* @__PURE__ */ jsx(
|
|
1662
1663
|
Overlay,
|
|
@@ -1681,7 +1682,7 @@ var init_Drawer = __esm({
|
|
|
1681
1682
|
drawerAnim,
|
|
1682
1683
|
className
|
|
1683
1684
|
),
|
|
1684
|
-
style: { ...widthStyle, "--motion-drawer-sign": drawerSign },
|
|
1685
|
+
style: { ...widthStyle, "--motion-drawer-sign": drawerSign, "--motion-drawer-enter-from-transform": slideTransform, "--motion-drawer-exit-to-transform": slideTransform },
|
|
1685
1686
|
role: "dialog",
|
|
1686
1687
|
"aria-modal": "true",
|
|
1687
1688
|
onAnimationEnd,
|
package/dist/runtime/index.cjs
CHANGED
|
@@ -2180,6 +2180,7 @@ var init_Drawer = __esm({
|
|
|
2180
2180
|
const widthStyle = width in sizeWidths ? void 0 : { width };
|
|
2181
2181
|
const positionClasses = position === "right" ? "right-0 border-l" : "left-0 border-r";
|
|
2182
2182
|
const drawerSign = position === "right" ? 1 : -1;
|
|
2183
|
+
const slideTransform = position === "right" ? "translateX(100%)" : "translateX(-100%)";
|
|
2183
2184
|
return /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
2184
2185
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
2185
2186
|
Overlay,
|
|
@@ -2204,7 +2205,7 @@ var init_Drawer = __esm({
|
|
|
2204
2205
|
drawerAnim,
|
|
2205
2206
|
className
|
|
2206
2207
|
),
|
|
2207
|
-
style: { ...widthStyle, "--motion-drawer-sign": drawerSign },
|
|
2208
|
+
style: { ...widthStyle, "--motion-drawer-sign": drawerSign, "--motion-drawer-enter-from-transform": slideTransform, "--motion-drawer-exit-to-transform": slideTransform },
|
|
2208
2209
|
role: "dialog",
|
|
2209
2210
|
"aria-modal": "true",
|
|
2210
2211
|
onAnimationEnd,
|
package/dist/runtime/index.js
CHANGED
|
@@ -2136,6 +2136,7 @@ var init_Drawer = __esm({
|
|
|
2136
2136
|
const widthStyle = width in sizeWidths ? void 0 : { width };
|
|
2137
2137
|
const positionClasses = position === "right" ? "right-0 border-l" : "left-0 border-r";
|
|
2138
2138
|
const drawerSign = position === "right" ? 1 : -1;
|
|
2139
|
+
const slideTransform = position === "right" ? "translateX(100%)" : "translateX(-100%)";
|
|
2139
2140
|
return /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
2140
2141
|
/* @__PURE__ */ jsx(
|
|
2141
2142
|
Overlay,
|
|
@@ -2160,7 +2161,7 @@ var init_Drawer = __esm({
|
|
|
2160
2161
|
drawerAnim,
|
|
2161
2162
|
className
|
|
2162
2163
|
),
|
|
2163
|
-
style: { ...widthStyle, "--motion-drawer-sign": drawerSign },
|
|
2164
|
+
style: { ...widthStyle, "--motion-drawer-sign": drawerSign, "--motion-drawer-enter-from-transform": slideTransform, "--motion-drawer-exit-to-transform": slideTransform },
|
|
2164
2165
|
role: "dialog",
|
|
2165
2166
|
"aria-modal": "true",
|
|
2166
2167
|
onAnimationEnd,
|