@almadar/patterns 2.30.1 → 2.30.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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "version": "1.0.0",
3
- "exportedAt": "2026-05-16T15:27:31.928Z",
3
+ "exportedAt": "2026-05-19T14:17:44.107Z",
4
4
  "patterns": {
5
5
  "entity-table": {
6
6
  "type": "entity-table",
@@ -9636,6 +9636,19 @@
9636
9636
  "kind": "callback",
9637
9637
  "callbackArgs": []
9638
9638
  },
9639
+ "layoutMode": {
9640
+ "types": [
9641
+ "string"
9642
+ ],
9643
+ "description": "Layout mode. Default `\"sidebar\"`. - `sidebar`: Left sidebar nav + top header (classic dashboard) - `topnav`: Horizontal nav in header, no sidebar - `bottomnav`: Bottom tab bar, no sidebar - `minimal`: No nav chrome, content only",
9644
+ "enumValues": [
9645
+ "sidebar",
9646
+ "topnav",
9647
+ "bottomnav",
9648
+ "minimal"
9649
+ ],
9650
+ "default": "sidebar"
9651
+ },
9639
9652
  "children": {
9640
9653
  "types": [
9641
9654
  "node"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "version": "1.0.0",
3
- "exportedAt": "2026-05-16T15:27:31.928Z",
3
+ "exportedAt": "2026-05-19T14:17:44.107Z",
4
4
  "patterns": {
5
5
  "entity-table": {
6
6
  "type": "entity-table",
@@ -9636,6 +9636,19 @@
9636
9636
  "kind": "callback",
9637
9637
  "callbackArgs": []
9638
9638
  },
9639
+ "layoutMode": {
9640
+ "types": [
9641
+ "string"
9642
+ ],
9643
+ "description": "Layout mode. Default `\"sidebar\"`. - `sidebar`: Left sidebar nav + top header (classic dashboard) - `topnav`: Horizontal nav in header, no sidebar - `bottomnav`: Bottom tab bar, no sidebar - `minimal`: No nav chrome, content only",
9644
+ "enumValues": [
9645
+ "sidebar",
9646
+ "topnav",
9647
+ "bottomnav",
9648
+ "minimal"
9649
+ ],
9650
+ "default": "sidebar"
9651
+ },
9639
9652
  "children": {
9640
9653
  "types": [
9641
9654
  "node"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@almadar/patterns",
3
- "version": "2.30.1",
3
+ "version": "2.30.3",
4
4
  "description": "Pattern registry and component mappings for Almadar",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -48,7 +48,7 @@
48
48
  ],
49
49
  "homepage": "https://github.com/almadar-io/almadar#readme",
50
50
  "dependencies": {
51
- "@almadar/core": ">=5.6.0"
51
+ "@almadar/core": ">=8.1.0"
52
52
  },
53
53
  "scripts": {
54
54
  "build": "tsup && tsc -p tsconfig.build.json",