@pelatform/ui 1.5.2 → 1.5.3
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/css/components/image-input.css +1 -1
- package/dist/animation.cjs +8 -192
- package/dist/animation.js +83 -267
- package/dist/base.cjs +5 -5
- package/dist/base.js +5 -5
- package/dist/{chunk-TYEFU7IG.js → chunk-CTHRAJQZ.js} +446 -279
- package/dist/chunk-D373YKDA.js +196 -0
- package/dist/{chunk-DBE4IGCP.cjs → chunk-HILACSFA.cjs} +368 -201
- package/dist/{chunk-S3QFGYE6.js → chunk-UYMAUGVA.js} +12 -0
- package/dist/{chunk-KNS6QRVB.cjs → chunk-WI36EFUS.cjs} +14 -2
- package/dist/chunk-ZBO5IAMA.cjs +196 -0
- package/dist/{components-BgbIL9EW.d.cts → components-CidsRcc3.d.cts} +4 -0
- package/dist/{components-BgbIL9EW.d.ts → components-CidsRcc3.d.ts} +4 -0
- package/dist/components.cjs +437 -100
- package/dist/components.d.cts +172 -4
- package/dist/components.d.ts +172 -4
- package/dist/components.js +635 -298
- package/dist/default.cjs +184 -333
- package/dist/default.js +712 -861
- package/dist/index.cjs +5 -9
- package/dist/index.d.cts +22 -2
- package/dist/index.d.ts +22 -2
- package/dist/index.js +4 -8
- package/dist/metafile-cjs.json +1 -1
- package/dist/metafile-esm.json +1 -1
- package/package.json +2 -2
package/dist/base.js
CHANGED
|
@@ -3268,7 +3268,7 @@ function NavigationMenuPositioner({
|
|
|
3268
3268
|
collisionPadding: { top: 5, bottom: 5, left: 20, right: 20 },
|
|
3269
3269
|
collisionAvoidance: { side: "none" },
|
|
3270
3270
|
className: cn(
|
|
3271
|
-
"box-border h-(--positioner-height) w-(--positioner-width) max-w-(--available-width) transition-[top,left,right,bottom] duration-(--duration) ease-(--easing) before:absolute before:content-[''] data-instant:transition-none data-[side=
|
|
3271
|
+
"data-[side=left]:before:-right-2.5 data-side=bottom:before:-top-2.5 data-side=top:before:-bottom-2.5 data-side=right:before:-left-2.5 box-border h-(--positioner-height) w-(--positioner-width) max-w-(--available-width) transition-[top,left,right,bottom] duration-(--duration) ease-(--easing) before:absolute before:content-[''] data-instant:transition-none data-[side=left]:before:top-0 data-side=right:before:top-0 data-side=bottom:before:right-0 data-side=top:before:right-0 data-[side=left]:before:bottom-0 data-side=right:before:bottom-0 data-side=bottom:before:left-0 data-side=top:before:left-0 data-side=bottom:before:h-2.5 data-side=top:before:h-2.5 data-[side=left]:before:w-2.5 data-side=right:before:w-2.5",
|
|
3272
3272
|
className
|
|
3273
3273
|
),
|
|
3274
3274
|
style: {
|
|
@@ -3337,7 +3337,7 @@ function NavigationMenuArrow({
|
|
|
3337
3337
|
{
|
|
3338
3338
|
"data-slot": "navigation-menu-arrow",
|
|
3339
3339
|
className: cn(
|
|
3340
|
-
"data-
|
|
3340
|
+
"data-side=right:-rotate-90 data-side=bottom:-top-2 data-side=top:-bottom-2 flex transition-[left] duration-(--duration) ease-(--easing) data-[side=left]:right-[-13px] data-side=right:left-[-13px] data-[side=left]:rotate-90 data-side=top:rotate-180",
|
|
3341
3341
|
className
|
|
3342
3342
|
),
|
|
3343
3343
|
...props,
|
|
@@ -3774,7 +3774,7 @@ function PopoverArrow({
|
|
|
3774
3774
|
{
|
|
3775
3775
|
"data-slot": "popover-arrow",
|
|
3776
3776
|
className: cn(
|
|
3777
|
-
"data-[side=right]:-rotate-90
|
|
3777
|
+
"data-[side=right]:-rotate-90 data-[side=bottom]:-top-2 data-[side=top]:-bottom-2 z-50 data-[side=left]:right-[-13px] data-[side=right]:left-[-13px] data-[side=left]:rotate-90 data-[side=top]:rotate-180",
|
|
3778
3778
|
className
|
|
3779
3779
|
),
|
|
3780
3780
|
...props,
|
|
@@ -3844,7 +3844,7 @@ function PreviewCardArrow({
|
|
|
3844
3844
|
BasePreviewCard.Arrow,
|
|
3845
3845
|
{
|
|
3846
3846
|
className: cn(
|
|
3847
|
-
"data-[side=right]:-rotate-90 data-[side=bottom]
|
|
3847
|
+
"data-[side=right]:-rotate-90 data-[side=bottom]:-top-2 data-[side=top]:-bottom-2 data-[side=left]:right-[-13px] data-[side=right]:left-[-13px] data-[side=left]:rotate-90 data-[side=top]:rotate-180",
|
|
3848
3848
|
className
|
|
3849
3849
|
),
|
|
3850
3850
|
...props,
|
|
@@ -4531,7 +4531,7 @@ function TooltipArrow({ className, variant, ...props }) {
|
|
|
4531
4531
|
{
|
|
4532
4532
|
"data-slot": "tooltip-arrow",
|
|
4533
4533
|
className: cn(
|
|
4534
|
-
"data-[side=right]:-rotate-90
|
|
4534
|
+
"data-[side=right]:-rotate-90 data-[side=bottom]:-top-2 data-[side=top]:-bottom-2 z-50 data-[side=left]:right-[-13px] data-[side=right]:left-[-13px] data-[side=left]:rotate-90 data-[side=top]:rotate-180",
|
|
4535
4535
|
className
|
|
4536
4536
|
),
|
|
4537
4537
|
...props,
|