@almadar/patterns 2.33.1 → 2.34.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-29T23:58:15.892Z",
3
+ "exportedAt": "2026-05-30T10:04:19.715Z",
4
4
  "patterns": {
5
5
  "entity-table": {
6
6
  "type": "entity-table",
@@ -13268,6 +13268,19 @@
13268
13268
  ]
13269
13269
  }
13270
13270
  },
13271
+ "maxInlineActions": {
13272
+ "types": [
13273
+ "number"
13274
+ ],
13275
+ "description": "Max inline primary action buttons before the rest collapse into a \"⋯\" overflow menu. Omit = all inline."
13276
+ },
13277
+ "scrollX": {
13278
+ "types": [
13279
+ "boolean"
13280
+ ],
13281
+ "description": "Lay items in a single horizontally-scrolling row (kanban columns) sized to `minCardWidth` instead of a wrapping grid.",
13282
+ "default": false
13283
+ },
13271
13284
  "cols": {
13272
13285
  "types": [
13273
13286
  "number"
@@ -13638,6 +13651,12 @@
13638
13651
  ]
13639
13652
  }
13640
13653
  },
13654
+ "maxInlineActions": {
13655
+ "types": [
13656
+ "number"
13657
+ ],
13658
+ "description": "Max inline action buttons before the rest collapse into a \"⋯\" overflow menu. Omit = all inline."
13659
+ },
13641
13660
  "itemClickEvent": {
13642
13661
  "types": [
13643
13662
  "string"
@@ -32518,6 +32537,12 @@
32518
32537
  ]
32519
32538
  }
32520
32539
  },
32540
+ "maxInlineActions": {
32541
+ "types": [
32542
+ "number"
32543
+ ],
32544
+ "description": "Max inline action buttons before the rest collapse into a \"⋯\" overflow menu. Omit = all inline."
32545
+ },
32521
32546
  "selectable": {
32522
32547
  "types": [
32523
32548
  "boolean"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "version": "1.0.0",
3
- "exportedAt": "2026-05-29T23:58:15.892Z",
3
+ "exportedAt": "2026-05-30T10:04:19.715Z",
4
4
  "patterns": {
5
5
  "entity-table": {
6
6
  "type": "entity-table",
@@ -13268,6 +13268,19 @@
13268
13268
  ]
13269
13269
  }
13270
13270
  },
13271
+ "maxInlineActions": {
13272
+ "types": [
13273
+ "number"
13274
+ ],
13275
+ "description": "Max inline primary action buttons before the rest collapse into a \"⋯\" overflow menu. Omit = all inline."
13276
+ },
13277
+ "scrollX": {
13278
+ "types": [
13279
+ "boolean"
13280
+ ],
13281
+ "description": "Lay items in a single horizontally-scrolling row (kanban columns) sized to `minCardWidth` instead of a wrapping grid.",
13282
+ "default": false
13283
+ },
13271
13284
  "cols": {
13272
13285
  "types": [
13273
13286
  "number"
@@ -13638,6 +13651,12 @@
13638
13651
  ]
13639
13652
  }
13640
13653
  },
13654
+ "maxInlineActions": {
13655
+ "types": [
13656
+ "number"
13657
+ ],
13658
+ "description": "Max inline action buttons before the rest collapse into a \"⋯\" overflow menu. Omit = all inline."
13659
+ },
13641
13660
  "itemClickEvent": {
13642
13661
  "types": [
13643
13662
  "string"
@@ -32518,6 +32537,12 @@
32518
32537
  ]
32519
32538
  }
32520
32539
  },
32540
+ "maxInlineActions": {
32541
+ "types": [
32542
+ "number"
32543
+ ],
32544
+ "description": "Max inline action buttons before the rest collapse into a \"⋯\" overflow menu. Omit = all inline."
32545
+ },
32521
32546
  "selectable": {
32522
32547
  "types": [
32523
32548
  "boolean"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@almadar/patterns",
3
- "version": "2.33.1",
3
+ "version": "2.34.1",
4
4
  "description": "Pattern registry and component mappings for Almadar",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",