@shoplflow/base 0.24.10 → 0.24.11

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.cjs CHANGED
@@ -1775,7 +1775,7 @@ exports.DropdownButtonIcon = styled5__default.default(framerMotion.motion.div)`
1775
1775
  align-items: center;
1776
1776
  justify-content: center;
1777
1777
 
1778
- // ${({ sizeVar }) => sizeVar && exports.getDropdownIconSizeBySizeVar(sizeVar)};
1778
+ ${({ sizeVar }) => sizeVar && exports.getDropdownIconSizeBySizeVar(sizeVar)};
1779
1779
  `;
1780
1780
  var DropdownContext = React2.createContext(null);
1781
1781
  var useDropdown = () => {