@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
package/dist/index.d.ts
CHANGED
|
@@ -8330,6 +8330,7 @@ export declare const registry: {
|
|
|
8330
8330
|
types: string[];
|
|
8331
8331
|
description: string;
|
|
8332
8332
|
enumValues: string[];
|
|
8333
|
+
default: string;
|
|
8333
8334
|
};
|
|
8334
8335
|
};
|
|
8335
8336
|
};
|
|
@@ -8568,6 +8569,7 @@ export declare const registry: {
|
|
|
8568
8569
|
types: string[];
|
|
8569
8570
|
description: string;
|
|
8570
8571
|
enumValues: string[];
|
|
8572
|
+
default: string;
|
|
8571
8573
|
};
|
|
8572
8574
|
};
|
|
8573
8575
|
};
|
|
@@ -28545,6 +28547,7 @@ export declare const PATTERN_REGISTRY: {
|
|
|
28545
28547
|
types: string[];
|
|
28546
28548
|
description: string;
|
|
28547
28549
|
enumValues: string[];
|
|
28550
|
+
default: string;
|
|
28548
28551
|
};
|
|
28549
28552
|
};
|
|
28550
28553
|
};
|
|
@@ -28783,6 +28786,7 @@ export declare const PATTERN_REGISTRY: {
|
|
|
28783
28786
|
types: string[];
|
|
28784
28787
|
description: string;
|
|
28785
28788
|
enumValues: string[];
|
|
28789
|
+
default: string;
|
|
28786
28790
|
};
|
|
28787
28791
|
};
|
|
28788
28792
|
};
|
package/dist/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// src/patterns-registry.json
|
|
2
2
|
var patterns_registry_default = {
|
|
3
3
|
version: "1.0.0",
|
|
4
|
-
exportedAt: "2026-05-
|
|
4
|
+
exportedAt: "2026-05-26T07:34:29.134Z",
|
|
5
5
|
patterns: {
|
|
6
6
|
"entity-table": {
|
|
7
7
|
type: "entity-table",
|
|
@@ -13341,7 +13341,8 @@ var patterns_registry_default = {
|
|
|
13341
13341
|
"striped",
|
|
13342
13342
|
"borderless",
|
|
13343
13343
|
"card-rows"
|
|
13344
|
-
]
|
|
13344
|
+
],
|
|
13345
|
+
default: "dense"
|
|
13345
13346
|
}
|
|
13346
13347
|
}
|
|
13347
13348
|
},
|
|
@@ -13756,7 +13757,8 @@ var patterns_registry_default = {
|
|
|
13756
13757
|
"striped",
|
|
13757
13758
|
"borderless",
|
|
13758
13759
|
"card-rows"
|
|
13759
|
-
]
|
|
13760
|
+
],
|
|
13761
|
+
default: "dense"
|
|
13760
13762
|
}
|
|
13761
13763
|
}
|
|
13762
13764
|
},
|
|
@@ -33022,7 +33024,7 @@ var integrators_registry_default = {
|
|
|
33022
33024
|
// src/component-mapping.json
|
|
33023
33025
|
var component_mapping_default = {
|
|
33024
33026
|
version: "1.0.0",
|
|
33025
|
-
exportedAt: "2026-05-
|
|
33027
|
+
exportedAt: "2026-05-26T07:34:29.134Z",
|
|
33026
33028
|
mappings: {
|
|
33027
33029
|
"page-header": {
|
|
33028
33030
|
component: "PageHeader",
|
|
@@ -34557,7 +34559,7 @@ var component_mapping_default = {
|
|
|
34557
34559
|
// src/event-contracts.json
|
|
34558
34560
|
var event_contracts_default = {
|
|
34559
34561
|
version: "1.0.0",
|
|
34560
|
-
exportedAt: "2026-05-
|
|
34562
|
+
exportedAt: "2026-05-26T07:34:29.134Z",
|
|
34561
34563
|
contracts: {
|
|
34562
34564
|
form: {
|
|
34563
34565
|
emits: [
|