@almadar/patterns 2.33.0 → 2.33.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-05-29T09:18:13.002Z",
3
+ "exportedAt": "2026-05-29T23:58:15.892Z",
4
4
  "patterns": {
5
5
  "entity-table": {
6
6
  "type": "entity-table",
@@ -23777,6 +23777,18 @@
23777
23777
  }
23778
23778
  ]
23779
23779
  },
23780
+ "tickEvent": {
23781
+ "types": [
23782
+ "string"
23783
+ ],
23784
+ "description": "Event name emitted each tick with { dt, frame } — for closed-circuit .orb integration"
23785
+ },
23786
+ "drawEvent": {
23787
+ "types": [
23788
+ "string"
23789
+ ],
23790
+ "description": "Event name emitted each draw frame with { frame } — for closed-circuit .orb integration"
23791
+ },
23780
23792
  "fps": {
23781
23793
  "types": [
23782
23794
  "number"
@@ -23784,23 +23796,24 @@
23784
23796
  "description": "Target frames per second",
23785
23797
  "default": 60
23786
23798
  },
23787
- "className": {
23799
+ "backgroundImage": {
23788
23800
  "types": [
23789
23801
  "string"
23790
23802
  ],
23791
- "description": "Additional CSS classes"
23803
+ "description": "Background image URL"
23792
23804
  },
23793
- "tickEvent": {
23805
+ "assetBaseUrl": {
23794
23806
  "types": [
23795
23807
  "string"
23796
23808
  ],
23797
- "description": "Event name emitted each tick with { dt, frame } — for closed-circuit .orb integration"
23809
+ "description": "Base URL prefix for asset URLs",
23810
+ "default": ""
23798
23811
  },
23799
- "drawEvent": {
23812
+ "className": {
23800
23813
  "types": [
23801
23814
  "string"
23802
23815
  ],
23803
- "description": "Event name emitted each draw frame with { frame } — for closed-circuit .orb integration"
23816
+ "description": "Additional CSS classes"
23804
23817
  }
23805
23818
  }
23806
23819
  },
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "version": "1.0.0",
3
- "exportedAt": "2026-05-29T09:18:13.002Z",
3
+ "exportedAt": "2026-05-29T23:58:15.892Z",
4
4
  "patterns": {
5
5
  "entity-table": {
6
6
  "type": "entity-table",
@@ -23777,6 +23777,18 @@
23777
23777
  }
23778
23778
  ]
23779
23779
  },
23780
+ "tickEvent": {
23781
+ "types": [
23782
+ "string"
23783
+ ],
23784
+ "description": "Event name emitted each tick with { dt, frame } — for closed-circuit .orb integration"
23785
+ },
23786
+ "drawEvent": {
23787
+ "types": [
23788
+ "string"
23789
+ ],
23790
+ "description": "Event name emitted each draw frame with { frame } — for closed-circuit .orb integration"
23791
+ },
23780
23792
  "fps": {
23781
23793
  "types": [
23782
23794
  "number"
@@ -23784,23 +23796,24 @@
23784
23796
  "description": "Target frames per second",
23785
23797
  "default": 60
23786
23798
  },
23787
- "className": {
23799
+ "backgroundImage": {
23788
23800
  "types": [
23789
23801
  "string"
23790
23802
  ],
23791
- "description": "Additional CSS classes"
23803
+ "description": "Background image URL"
23792
23804
  },
23793
- "tickEvent": {
23805
+ "assetBaseUrl": {
23794
23806
  "types": [
23795
23807
  "string"
23796
23808
  ],
23797
- "description": "Event name emitted each tick with { dt, frame } — for closed-circuit .orb integration"
23809
+ "description": "Base URL prefix for asset URLs",
23810
+ "default": ""
23798
23811
  },
23799
- "drawEvent": {
23812
+ "className": {
23800
23813
  "types": [
23801
23814
  "string"
23802
23815
  ],
23803
- "description": "Event name emitted each draw frame with { frame } — for closed-circuit .orb integration"
23816
+ "description": "Additional CSS classes"
23804
23817
  }
23805
23818
  }
23806
23819
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@almadar/patterns",
3
- "version": "2.33.0",
3
+ "version": "2.33.1",
4
4
  "description": "Pattern registry and component mappings for Almadar",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",