@almadar/patterns 2.37.1 → 2.38.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.
- package/dist/component-mapping.json +1 -1
- package/dist/event-contracts.json +1 -1
- package/dist/index.d.ts +8 -0
- package/dist/index.js +9 -5
- package/dist/index.js.map +1 -1
- package/dist/pattern-embeddings.json +148224 -148224
- package/dist/patterns-registry.json +7 -3
- package/dist/registry.json +7 -3
- package/dist/types.d.ts +12 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -6255,11 +6255,15 @@ export declare const registry: {
|
|
|
6255
6255
|
types: string[];
|
|
6256
6256
|
description: string;
|
|
6257
6257
|
enumValues: string[];
|
|
6258
|
+
synonyms: string;
|
|
6259
|
+
tier: string;
|
|
6258
6260
|
};
|
|
6259
6261
|
look: {
|
|
6260
6262
|
types: string[];
|
|
6261
6263
|
description: string;
|
|
6262
6264
|
enumValues: string[];
|
|
6265
|
+
synonyms: string;
|
|
6266
|
+
tier: string;
|
|
6263
6267
|
};
|
|
6264
6268
|
series: {
|
|
6265
6269
|
types: string[];
|
|
@@ -26920,11 +26924,15 @@ export declare const PATTERN_REGISTRY: {
|
|
|
26920
26924
|
types: string[];
|
|
26921
26925
|
description: string;
|
|
26922
26926
|
enumValues: string[];
|
|
26927
|
+
synonyms: string;
|
|
26928
|
+
tier: string;
|
|
26923
26929
|
};
|
|
26924
26930
|
look: {
|
|
26925
26931
|
types: string[];
|
|
26926
26932
|
description: string;
|
|
26927
26933
|
enumValues: string[];
|
|
26934
|
+
synonyms: string;
|
|
26935
|
+
tier: string;
|
|
26928
26936
|
};
|
|
26929
26937
|
series: {
|
|
26930
26938
|
types: string[];
|
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-06-
|
|
4
|
+
exportedAt: "2026-06-06T01:35:55.147Z",
|
|
5
5
|
patterns: {
|
|
6
6
|
"entity-table": {
|
|
7
7
|
type: "entity-table",
|
|
@@ -10051,7 +10051,9 @@ var patterns_registry_default = {
|
|
|
10051
10051
|
"donut",
|
|
10052
10052
|
"scatter",
|
|
10053
10053
|
"histogram"
|
|
10054
|
-
]
|
|
10054
|
+
],
|
|
10055
|
+
synonyms: "chart style, graph type, bar chart, line chart, pie chart, area chart, donut chart, scatter plot, histogram",
|
|
10056
|
+
tier: "domain"
|
|
10055
10057
|
},
|
|
10056
10058
|
look: {
|
|
10057
10059
|
types: [
|
|
@@ -10067,7 +10069,9 @@ var patterns_registry_default = {
|
|
|
10067
10069
|
"donut",
|
|
10068
10070
|
"scatter",
|
|
10069
10071
|
"histogram"
|
|
10070
|
-
]
|
|
10072
|
+
],
|
|
10073
|
+
synonyms: "chart style, render style, visual treatment",
|
|
10074
|
+
tier: "presentation"
|
|
10071
10075
|
},
|
|
10072
10076
|
series: {
|
|
10073
10077
|
types: [
|
|
@@ -33763,7 +33767,7 @@ var integrators_registry_default = {
|
|
|
33763
33767
|
// src/component-mapping.json
|
|
33764
33768
|
var component_mapping_default = {
|
|
33765
33769
|
version: "1.0.0",
|
|
33766
|
-
exportedAt: "2026-06-
|
|
33770
|
+
exportedAt: "2026-06-06T01:35:55.147Z",
|
|
33767
33771
|
mappings: {
|
|
33768
33772
|
"page-header": {
|
|
33769
33773
|
component: "PageHeader",
|
|
@@ -35303,7 +35307,7 @@ var component_mapping_default = {
|
|
|
35303
35307
|
// src/event-contracts.json
|
|
35304
35308
|
var event_contracts_default = {
|
|
35305
35309
|
version: "1.0.0",
|
|
35306
|
-
exportedAt: "2026-06-
|
|
35310
|
+
exportedAt: "2026-06-06T01:35:55.147Z",
|
|
35307
35311
|
contracts: {
|
|
35308
35312
|
form: {
|
|
35309
35313
|
emits: [
|