@almadar/patterns 2.20.3 → 2.21.0

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-04T18:38:26.384Z",
3
+ "exportedAt": "2026-05-05T13:33:44.073Z",
4
4
  "patterns": {
5
5
  "entity-table": {
6
6
  "type": "entity-table",
@@ -8758,6 +8758,14 @@
8758
8758
  }
8759
8759
  ]
8760
8760
  },
8761
+ "topBarActions": {
8762
+ "types": [
8763
+ "array"
8764
+ ],
8765
+ "description": "Generic top-bar action buttons rendered between the search bar and the notifications bell. Each entry: `{icon, label?, event, badge?, variant?}`. Domain-agnostic — consumers add a cart icon, profile button, help-bubble, or any other top-bar action by appending entries. Empty array (default) renders nothing.",
8766
+ "kind": "event-list",
8767
+ "eventField": "event"
8768
+ },
8761
8769
  "notifications": {
8762
8770
  "types": [
8763
8771
  "array"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "version": "1.0.0",
3
- "exportedAt": "2026-05-04T18:38:26.384Z",
3
+ "exportedAt": "2026-05-05T13:33:44.073Z",
4
4
  "patterns": {
5
5
  "entity-table": {
6
6
  "type": "entity-table",
@@ -8758,6 +8758,14 @@
8758
8758
  }
8759
8759
  ]
8760
8760
  },
8761
+ "topBarActions": {
8762
+ "types": [
8763
+ "array"
8764
+ ],
8765
+ "description": "Generic top-bar action buttons rendered between the search bar and the notifications bell. Each entry: `{icon, label?, event, badge?, variant?}`. Domain-agnostic — consumers add a cart icon, profile button, help-bubble, or any other top-bar action by appending entries. Empty array (default) renders nothing.",
8766
+ "kind": "event-list",
8767
+ "eventField": "event"
8768
+ },
8761
8769
  "notifications": {
8762
8770
  "types": [
8763
8771
  "array"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@almadar/patterns",
3
- "version": "2.20.3",
3
+ "version": "2.21.0",
4
4
  "description": "Pattern registry and component mappings for Almadar",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",