@meonode/ui 0.1.81 → 0.1.82

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/core.node.js CHANGED
@@ -24,7 +24,7 @@ var d=c.ref,e=c.children,f=c.nodetheme,g=c.theme,h=c.props,i=_objectWithoutPrope
24
24
  // Extract remaining props that are valid DOM attributes
25
25
  // Process children while maintaining theme inheritance
26
26
  // Combine processed props into final normalized form
27
- e&&(Array.isArray(e)?s=e.map(function(a,c){return b._processRawNode(a,j,c)}):s=this._processRawNode(e,j)),this.props=_objectSpread(_objectSpread(_objectSpread({},r),m),{},{style:q,ref:d,nodetheme:j,theme:g,children:s})}/**
27
+ e&&(Array.isArray(e)?s=e.map(function(a,c){return b._processRawNode(a,j,c)}):s=this._processRawNode(e,j)),this.props=_objectSpread(_objectSpread(_objectSpread({ref:d,nodetheme:j,theme:g,style:q},r),m),{},{children:s})}/**
28
28
  * Resolves default styles for a given CSSProperties object.
29
29
  * This method ensures that certain default styles, such as `minHeight`, `minWidth`,
30
30
  * and `flexShrink`, are applied based on the provided style properties.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@meonode/ui",
3
3
  "description": "A structured approach to component composition with built-in theming, prop separation, and dynamic children handling.",
4
- "version": "0.1.81",
4
+ "version": "0.1.82",
5
5
  "type": "module",
6
6
  "main": "./dist/main.js",
7
7
  "types": "./dist/main.d.ts",