@almadar/patterns 2.7.0 → 2.7.1

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-03-12T02:35:44.580Z",
3
+ "exportedAt": "2026-03-15T00:20:59.995Z",
4
4
  "patterns": {
5
5
  "entity-table": {
6
6
  "type": "entity-table",
@@ -3421,6 +3421,24 @@
3421
3421
  "string"
3422
3422
  ],
3423
3423
  "description": "Additional CSS classes"
3424
+ },
3425
+ "mode": {
3426
+ "types": [
3427
+ "string"
3428
+ ],
3429
+ "description": "Display mode: floating (fixed overlay) or inline (block element)"
3430
+ },
3431
+ "defaultTab": {
3432
+ "types": [
3433
+ "string"
3434
+ ],
3435
+ "description": "Default active tab id"
3436
+ },
3437
+ "schema": {
3438
+ "types": [
3439
+ "object"
3440
+ ],
3441
+ "description": "Raw schema for EventDispatcherTab payload extraction"
3424
3442
  }
3425
3443
  }
3426
3444
  },
@@ -6203,6 +6221,12 @@
6203
6221
  ],
6204
6222
  "description": "onClick prop"
6205
6223
  },
6224
+ "event": {
6225
+ "types": [
6226
+ "string"
6227
+ ],
6228
+ "description": "event prop"
6229
+ },
6206
6230
  "icon": {
6207
6231
  "types": [
6208
6232
  "string"
@@ -7351,6 +7375,12 @@
7351
7375
  ],
7352
7376
  "description": "Include HUD slots"
7353
7377
  },
7378
+ "hudMode": {
7379
+ "types": [
7380
+ "string"
7381
+ ],
7382
+ "description": "HUD positioning mode: 'fixed' (default, viewport-relative) or 'inline' (container-relative, uses sticky)"
7383
+ },
7354
7384
  "includeFloating": {
7355
7385
  "types": [
7356
7386
  "boolean"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "version": "1.0.0",
3
- "exportedAt": "2026-03-12T02:35:44.580Z",
3
+ "exportedAt": "2026-03-15T00:20:59.995Z",
4
4
  "patterns": {
5
5
  "entity-table": {
6
6
  "type": "entity-table",
@@ -3421,6 +3421,24 @@
3421
3421
  "string"
3422
3422
  ],
3423
3423
  "description": "Additional CSS classes"
3424
+ },
3425
+ "mode": {
3426
+ "types": [
3427
+ "string"
3428
+ ],
3429
+ "description": "Display mode: floating (fixed overlay) or inline (block element)"
3430
+ },
3431
+ "defaultTab": {
3432
+ "types": [
3433
+ "string"
3434
+ ],
3435
+ "description": "Default active tab id"
3436
+ },
3437
+ "schema": {
3438
+ "types": [
3439
+ "object"
3440
+ ],
3441
+ "description": "Raw schema for EventDispatcherTab payload extraction"
3424
3442
  }
3425
3443
  }
3426
3444
  },
@@ -6203,6 +6221,12 @@
6203
6221
  ],
6204
6222
  "description": "onClick prop"
6205
6223
  },
6224
+ "event": {
6225
+ "types": [
6226
+ "string"
6227
+ ],
6228
+ "description": "event prop"
6229
+ },
6206
6230
  "icon": {
6207
6231
  "types": [
6208
6232
  "string"
@@ -7351,6 +7375,12 @@
7351
7375
  ],
7352
7376
  "description": "Include HUD slots"
7353
7377
  },
7378
+ "hudMode": {
7379
+ "types": [
7380
+ "string"
7381
+ ],
7382
+ "description": "HUD positioning mode: 'fixed' (default, viewport-relative) or 'inline' (container-relative, uses sticky)"
7383
+ },
7354
7384
  "includeFloating": {
7355
7385
  "types": [
7356
7386
  "boolean"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@almadar/patterns",
3
- "version": "2.7.0",
3
+ "version": "2.7.1",
4
4
  "description": "Pattern registry and component mappings for Almadar",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",