@almadar/patterns 2.36.0 → 2.37.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.
- package/dist/index.js +11 -1
- package/dist/index.js.map +1 -1
- package/dist/pattern-embeddings.json +52993 -52993
- package/dist/patterns-registry.json +11 -1
- package/dist/registry.json +11 -1
- package/package.json +4 -2
|
@@ -10011,7 +10011,17 @@
|
|
|
10011
10011
|
"dashboards",
|
|
10012
10012
|
"analytics",
|
|
10013
10013
|
"data visualization",
|
|
10014
|
-
"reporting"
|
|
10014
|
+
"reporting",
|
|
10015
|
+
"bar chart",
|
|
10016
|
+
"line chart",
|
|
10017
|
+
"pie chart",
|
|
10018
|
+
"area chart",
|
|
10019
|
+
"donut chart",
|
|
10020
|
+
"bar",
|
|
10021
|
+
"line",
|
|
10022
|
+
"pie",
|
|
10023
|
+
"area",
|
|
10024
|
+
"donut"
|
|
10015
10025
|
],
|
|
10016
10026
|
"typicalSize": "medium",
|
|
10017
10027
|
"propsSchema": {
|
package/dist/registry.json
CHANGED
|
@@ -10011,7 +10011,17 @@
|
|
|
10011
10011
|
"dashboards",
|
|
10012
10012
|
"analytics",
|
|
10013
10013
|
"data visualization",
|
|
10014
|
-
"reporting"
|
|
10014
|
+
"reporting",
|
|
10015
|
+
"bar chart",
|
|
10016
|
+
"line chart",
|
|
10017
|
+
"pie chart",
|
|
10018
|
+
"area chart",
|
|
10019
|
+
"donut chart",
|
|
10020
|
+
"bar",
|
|
10021
|
+
"line",
|
|
10022
|
+
"pie",
|
|
10023
|
+
"area",
|
|
10024
|
+
"donut"
|
|
10015
10025
|
],
|
|
10016
10026
|
"typicalSize": "medium",
|
|
10017
10027
|
"propsSchema": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@almadar/patterns",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.37.1",
|
|
4
4
|
"description": "Pattern registry and component mappings for Almadar",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -17,7 +17,9 @@
|
|
|
17
17
|
"./integrators-registry.json": "./dist/integrators-registry.json",
|
|
18
18
|
"./component-mapping.json": "./dist/component-mapping.json",
|
|
19
19
|
"./event-contracts.json": "./dist/event-contracts.json",
|
|
20
|
-
"./services-registry.json": "./dist/services-registry.json"
|
|
20
|
+
"./services-registry.json": "./dist/services-registry.json",
|
|
21
|
+
"./pattern-embeddings.json": "./dist/pattern-embeddings.json",
|
|
22
|
+
"./package.json": "./package.json"
|
|
21
23
|
},
|
|
22
24
|
"files": [
|
|
23
25
|
"dist"
|