@almadar/patterns 2.30.12 → 2.30.13
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 +4 -0
- package/dist/index.js +7 -5
- package/dist/index.js.map +1 -1
- package/dist/patterns-registry.json +5 -3
- package/dist/registry.json +5 -3
- 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-26T07:34:29.134Z",
|
|
4
4
|
"patterns": {
|
|
5
5
|
"entity-table": {
|
|
6
6
|
"type": "entity-table",
|
|
@@ -13340,7 +13340,8 @@
|
|
|
13340
13340
|
"striped",
|
|
13341
13341
|
"borderless",
|
|
13342
13342
|
"card-rows"
|
|
13343
|
-
]
|
|
13343
|
+
],
|
|
13344
|
+
"default": "dense"
|
|
13344
13345
|
}
|
|
13345
13346
|
}
|
|
13346
13347
|
},
|
|
@@ -13755,7 +13756,8 @@
|
|
|
13755
13756
|
"striped",
|
|
13756
13757
|
"borderless",
|
|
13757
13758
|
"card-rows"
|
|
13758
|
-
]
|
|
13759
|
+
],
|
|
13760
|
+
"default": "dense"
|
|
13759
13761
|
}
|
|
13760
13762
|
}
|
|
13761
13763
|
},
|
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-26T07:34:29.134Z",
|
|
4
4
|
"patterns": {
|
|
5
5
|
"entity-table": {
|
|
6
6
|
"type": "entity-table",
|
|
@@ -13340,7 +13340,8 @@
|
|
|
13340
13340
|
"striped",
|
|
13341
13341
|
"borderless",
|
|
13342
13342
|
"card-rows"
|
|
13343
|
-
]
|
|
13343
|
+
],
|
|
13344
|
+
"default": "dense"
|
|
13344
13345
|
}
|
|
13345
13346
|
}
|
|
13346
13347
|
},
|
|
@@ -13755,7 +13756,8 @@
|
|
|
13755
13756
|
"striped",
|
|
13756
13757
|
"borderless",
|
|
13757
13758
|
"card-rows"
|
|
13758
|
-
]
|
|
13759
|
+
],
|
|
13760
|
+
"default": "dense"
|
|
13759
13761
|
}
|
|
13760
13762
|
}
|
|
13761
13763
|
},
|