@wix/site-ui 1.85.0 → 1.86.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.
@@ -160,8 +160,6 @@
160
160
  }
161
161
 
162
162
  .icon-YQWwDM {
163
- width: 16px;
164
- height: 16px;
165
163
  color: var(--wst-shade-3-color, #767676);
166
164
  flex-shrink: 0;
167
165
  justify-content: center;
@@ -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.85.0",
3
+ "version": "1.86.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": "d0c650c8061789b98b5add0bff6db0e4df6f06baffcc4ac6792b4065"
98
+ "falconPackageHash": "5487b52dceba792843845f2f0203cae7c727c8654c0ebf616e361b66"
99
99
  }