@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
package/dist/index.js
CHANGED
|
@@ -10012,7 +10012,17 @@ var patterns_registry_default = {
|
|
|
10012
10012
|
"dashboards",
|
|
10013
10013
|
"analytics",
|
|
10014
10014
|
"data visualization",
|
|
10015
|
-
"reporting"
|
|
10015
|
+
"reporting",
|
|
10016
|
+
"bar chart",
|
|
10017
|
+
"line chart",
|
|
10018
|
+
"pie chart",
|
|
10019
|
+
"area chart",
|
|
10020
|
+
"donut chart",
|
|
10021
|
+
"bar",
|
|
10022
|
+
"line",
|
|
10023
|
+
"pie",
|
|
10024
|
+
"area",
|
|
10025
|
+
"donut"
|
|
10016
10026
|
],
|
|
10017
10027
|
typicalSize: "medium",
|
|
10018
10028
|
propsSchema: {
|