@almadar/patterns 2.30.10 → 2.30.11
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.
- package/dist/component-mapping.json +1 -1
- package/dist/event-contracts.json +1 -1
- package/dist/index.d.ts +14 -0
- package/dist/index.js +25 -6
- package/dist/index.js.map +1 -1
- package/dist/patterns-registry.json +23 -4
- package/dist/registry.json +23 -4
- package/package.json +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": "1.0.0",
|
|
3
|
-
"exportedAt": "2026-05-
|
|
3
|
+
"exportedAt": "2026-05-26T02:09:01.071Z",
|
|
4
4
|
"patterns": {
|
|
5
5
|
"entity-table": {
|
|
6
6
|
"type": "entity-table",
|
|
@@ -2358,7 +2358,8 @@
|
|
|
2358
2358
|
},
|
|
2359
2359
|
"icon": {
|
|
2360
2360
|
"types": [
|
|
2361
|
-
"icon"
|
|
2361
|
+
"icon",
|
|
2362
|
+
"string"
|
|
2362
2363
|
]
|
|
2363
2364
|
},
|
|
2364
2365
|
"onClick": {
|
|
@@ -2384,9 +2385,11 @@
|
|
|
2384
2385
|
},
|
|
2385
2386
|
"separator": {
|
|
2386
2387
|
"types": [
|
|
2387
|
-
"icon"
|
|
2388
|
+
"icon",
|
|
2389
|
+
"string"
|
|
2388
2390
|
],
|
|
2389
|
-
"description": "Separator icon"
|
|
2391
|
+
"description": "Separator icon (canonical kebab-case name or LucideIcon component)",
|
|
2392
|
+
"default": "chevron-right"
|
|
2390
2393
|
},
|
|
2391
2394
|
"maxItems": {
|
|
2392
2395
|
"types": [
|
|
@@ -5144,6 +5147,22 @@
|
|
|
5144
5147
|
"lg"
|
|
5145
5148
|
]
|
|
5146
5149
|
},
|
|
5150
|
+
"look": {
|
|
5151
|
+
"types": [
|
|
5152
|
+
"string"
|
|
5153
|
+
],
|
|
5154
|
+
"description": "Layer 2 visual treatment. Picks the chrome (border, shadow, radius, padding-intent) independently of the semantic variant. Resolution chain lives in the compiler — see docs/Almadar_Std_Variations.md §3.1.",
|
|
5155
|
+
"enumValues": [
|
|
5156
|
+
"elevated",
|
|
5157
|
+
"flat-bordered",
|
|
5158
|
+
"borderless-divider",
|
|
5159
|
+
"ticket",
|
|
5160
|
+
"invoice",
|
|
5161
|
+
"chip",
|
|
5162
|
+
"tile-image-first"
|
|
5163
|
+
],
|
|
5164
|
+
"default": "elevated"
|
|
5165
|
+
},
|
|
5147
5166
|
"children": {
|
|
5148
5167
|
"types": [
|
|
5149
5168
|
"node"
|
package/dist/registry.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": "1.0.0",
|
|
3
|
-
"exportedAt": "2026-05-
|
|
3
|
+
"exportedAt": "2026-05-26T02:09:01.071Z",
|
|
4
4
|
"patterns": {
|
|
5
5
|
"entity-table": {
|
|
6
6
|
"type": "entity-table",
|
|
@@ -2358,7 +2358,8 @@
|
|
|
2358
2358
|
},
|
|
2359
2359
|
"icon": {
|
|
2360
2360
|
"types": [
|
|
2361
|
-
"icon"
|
|
2361
|
+
"icon",
|
|
2362
|
+
"string"
|
|
2362
2363
|
]
|
|
2363
2364
|
},
|
|
2364
2365
|
"onClick": {
|
|
@@ -2384,9 +2385,11 @@
|
|
|
2384
2385
|
},
|
|
2385
2386
|
"separator": {
|
|
2386
2387
|
"types": [
|
|
2387
|
-
"icon"
|
|
2388
|
+
"icon",
|
|
2389
|
+
"string"
|
|
2388
2390
|
],
|
|
2389
|
-
"description": "Separator icon"
|
|
2391
|
+
"description": "Separator icon (canonical kebab-case name or LucideIcon component)",
|
|
2392
|
+
"default": "chevron-right"
|
|
2390
2393
|
},
|
|
2391
2394
|
"maxItems": {
|
|
2392
2395
|
"types": [
|
|
@@ -5144,6 +5147,22 @@
|
|
|
5144
5147
|
"lg"
|
|
5145
5148
|
]
|
|
5146
5149
|
},
|
|
5150
|
+
"look": {
|
|
5151
|
+
"types": [
|
|
5152
|
+
"string"
|
|
5153
|
+
],
|
|
5154
|
+
"description": "Layer 2 visual treatment. Picks the chrome (border, shadow, radius, padding-intent) independently of the semantic variant. Resolution chain lives in the compiler — see docs/Almadar_Std_Variations.md §3.1.",
|
|
5155
|
+
"enumValues": [
|
|
5156
|
+
"elevated",
|
|
5157
|
+
"flat-bordered",
|
|
5158
|
+
"borderless-divider",
|
|
5159
|
+
"ticket",
|
|
5160
|
+
"invoice",
|
|
5161
|
+
"chip",
|
|
5162
|
+
"tile-image-first"
|
|
5163
|
+
],
|
|
5164
|
+
"default": "elevated"
|
|
5165
|
+
},
|
|
5147
5166
|
"children": {
|
|
5148
5167
|
"types": [
|
|
5149
5168
|
"node"
|