@nation-a/ui 0.15.1 → 0.15.2

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.js CHANGED
@@ -19222,9 +19222,9 @@ const Header = forwardRef(
19222
19222
  Header.displayName = "BottomSheet.Header";
19223
19223
  const Content$3 = forwardRef(
19224
19224
  ({ className, children, css: cssProp, ...props }, ref) => {
19225
- const styles2 = bottomSheetRecipe();
19225
+ const styles2 = bottomSheetRecipe.raw();
19226
19226
  const { rounded } = useContext(BottomSheetContext);
19227
- const contentClass = cx(styles2.content, className, cssProp ? css$1(cssProp) : void 0);
19227
+ const contentClass = cx(css$1(styles2.content, cssProp), className);
19228
19228
  return /* @__PURE__ */ jsx(
19229
19229
  Sheet.Container,
19230
19230
  {