@nuralyui/layout 0.1.2 → 0.1.3

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/VERSIONS.md CHANGED
@@ -2,12 +2,12 @@
2
2
 
3
3
  This package includes the following layout components with their respective versions:
4
4
 
5
- - **layout**: v0.0.3
6
- - **grid**: v0.0.3
7
- - **flex**: v0.0.3
8
- - **card**: v0.0.8
5
+ - **layout**: v0.0.4
6
+ - **grid**: v0.0.4
7
+ - **flex**: v0.0.4
8
+ - **card**: v0.0.9
9
9
 
10
10
  ---
11
11
 
12
- **Package Version**: 0.1.2
12
+ **Package Version**: 0.1.3
13
13
  **Build Date**: 2025-10-14
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nuralyui/card",
3
- "version": "0.0.8",
3
+ "version": "0.0.9",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nuralyui/flex",
3
- "version": "0.0.3",
3
+ "version": "0.0.4",
4
4
  "description": "Flex layout component for NuralyUI library",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nuralyui/grid",
3
- "version": "0.0.3",
3
+ "version": "0.0.4",
4
4
  "description": "Grid layout system (Row and Col) components for NuralyUI library",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nuralyui/layout",
3
- "version": "0.0.3",
3
+ "version": "0.0.4",
4
4
  "description": "Layout components for NuralyUI - includes Layout, Header, Footer, Sider, and Content",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -1,6 +1,6 @@
1
1
  {
2
- "layout": "0.0.3",
3
- "grid": "0.0.3",
4
- "flex": "0.0.3",
5
- "card": "0.0.8"
2
+ "layout": "0.0.4",
3
+ "grid": "0.0.4",
4
+ "flex": "0.0.4",
5
+ "card": "0.0.9"
6
6
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nuralyui/layout",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "Layout components package for Nuraly UI Library - includes grid, flex, and layout containers",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",