@5ive-souls/controls 0.0.4 → 0.0.5

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.
@@ -8,7 +8,7 @@ const n = i({
8
8
  }
9
9
  }), b = (e) => {
10
10
  const { className: o, ref: s, id: t } = e, l = n(), m = a.buildFlexBoxItemStyles(e);
11
- return /* @__PURE__ */ r("div", { id: t, className: x(c.FlexBoxItem, l.root, o), style: m, ref: s, ...e, children: e.children });
11
+ return /* @__PURE__ */ r("div", { id: t, className: x(c.FlexBoxItem, l.root, o), ...e, ref: s, style: m, children: e.children });
12
12
  };
13
13
  export {
14
14
  b as FlexBoxItem
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@5ive-souls/controls",
3
- "version": "0.0.4",
3
+ "version": "0.0.5",
4
4
  "description": "Collection of react components built on the Fluent UI framework.",
5
5
  "keywords": [
6
6
  "react",
Binary file