@wix/site-ui 1.85.0 → 1.87.0
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.
|
@@ -1054,8 +1054,9 @@ const Trigger = /*#__PURE__*/ __rspack_external_react.forwardRef(({ className, .
|
|
|
1054
1054
|
className: clsx(NavigationMenu_module.trigger, className),
|
|
1055
1055
|
...props
|
|
1056
1056
|
}));
|
|
1057
|
-
const Positioner = /*#__PURE__*/ __rspack_external_react.forwardRef(({ className, ...props }, ref)=>/*#__PURE__*/ jsx(NavigationMenuPositioner_NavigationMenuPositioner, {
|
|
1057
|
+
const Positioner = /*#__PURE__*/ __rspack_external_react.forwardRef(({ align = 'start', className, ...props }, ref)=>/*#__PURE__*/ jsx(NavigationMenuPositioner_NavigationMenuPositioner, {
|
|
1058
1058
|
ref: ref,
|
|
1059
|
+
align: align,
|
|
1059
1060
|
className: clsx(NavigationMenu_module.positioner, className),
|
|
1060
1061
|
...props
|
|
1061
1062
|
}));
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/site-ui",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.87.0",
|
|
4
4
|
"description": "Pure UI components for the Wix site builder",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -95,5 +95,5 @@
|
|
|
95
95
|
"registry": "https://registry.npmjs.org/",
|
|
96
96
|
"access": "public"
|
|
97
97
|
},
|
|
98
|
-
"falconPackageHash": "
|
|
98
|
+
"falconPackageHash": "5487b52dceba792843845f2f0203cae7c727c8654c0ebf616e361b66"
|
|
99
99
|
}
|