@almadar/std 14.51.0 → 14.52.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.
Files changed (43) hide show
  1. package/behaviors/registry/core/atoms/std-app-layout.orb +25 -20
  2. package/behaviors/registry/core/atoms/std-stats.orb +217 -217
  3. package/behaviors/registry/variations/chrome/std-app-layout-bottomnav.orb +1 -1
  4. package/behaviors/registry/variations/chrome/std-app-layout-minimal.orb +1 -1
  5. package/behaviors/registry/variations/chrome/std-app-layout-topnav.orb +1 -1
  6. package/behaviors/registry/variations/detail/std-detail-inline.orb +1 -1
  7. package/behaviors/registry/variations/views/std-browse-calendar.orb +1 -1
  8. package/behaviors/registry/variations/views/std-browse-feed.orb +1 -1
  9. package/behaviors/registry/variations/views/std-browse-kanban.orb +1 -1
  10. package/behaviors/registry/variations/views/std-browse-map.orb +1 -1
  11. package/behaviors/registry/variations/views/std-graphs-area.orb +1 -1
  12. package/behaviors/registry/variations/views/std-graphs-scatter.orb +1 -1
  13. package/behaviors/registry/variations/views/std-stats-bignumber.orb +1 -1
  14. package/behaviors/registry/variations/views/std-stats-sparkline.orb +1 -1
  15. package/dist/behaviors/registry/core/atoms/std-app-layout.orb +25 -20
  16. package/dist/behaviors/registry/core/atoms/std-stats.orb +217 -217
  17. package/dist/behaviors/registry/variations/chrome/std-app-layout-bottomnav.orb +1 -1
  18. package/dist/behaviors/registry/variations/chrome/std-app-layout-minimal.orb +1 -1
  19. package/dist/behaviors/registry/variations/chrome/std-app-layout-topnav.orb +1 -1
  20. package/dist/behaviors/registry/variations/detail/std-detail-inline.orb +1 -1
  21. package/dist/behaviors/registry/variations/views/std-browse-calendar.orb +1 -1
  22. package/dist/behaviors/registry/variations/views/std-browse-feed.orb +1 -1
  23. package/dist/behaviors/registry/variations/views/std-browse-kanban.orb +1 -1
  24. package/dist/behaviors/registry/variations/views/std-browse-map.orb +1 -1
  25. package/dist/behaviors/registry/variations/views/std-graphs-area.orb +1 -1
  26. package/dist/behaviors/registry/variations/views/std-graphs-scatter.orb +1 -1
  27. package/dist/behaviors/registry/variations/views/std-stats-bignumber.orb +1 -1
  28. package/dist/behaviors/registry/variations/views/std-stats-sparkline.orb +1 -1
  29. package/dist/registry/core/atoms/std-app-layout.orb +25 -20
  30. package/dist/registry/core/atoms/std-stats.orb +217 -217
  31. package/dist/registry/variations/chrome/std-app-layout-bottomnav.orb +1 -1
  32. package/dist/registry/variations/chrome/std-app-layout-minimal.orb +1 -1
  33. package/dist/registry/variations/chrome/std-app-layout-topnav.orb +1 -1
  34. package/dist/registry/variations/detail/std-detail-inline.orb +1 -1
  35. package/dist/registry/variations/views/std-browse-calendar.orb +1 -1
  36. package/dist/registry/variations/views/std-browse-feed.orb +1 -1
  37. package/dist/registry/variations/views/std-browse-kanban.orb +1 -1
  38. package/dist/registry/variations/views/std-browse-map.orb +1 -1
  39. package/dist/registry/variations/views/std-graphs-area.orb +1 -1
  40. package/dist/registry/variations/views/std-graphs-scatter.orb +1 -1
  41. package/dist/registry/variations/views/std-stats-bignumber.orb +1 -1
  42. package/dist/registry/variations/views/std-stats-sparkline.orb +1 -1
  43. package/package.json +1 -1
@@ -51,7 +51,7 @@
51
51
  "name": "KanbanBrowseItemBrowse",
52
52
  "linkedEntity": "KanbanBrowseItem",
53
53
  "config": {
54
- "viewPattern": "kanban-board"
54
+ "viewPattern": "data-grid"
55
55
  }
56
56
  }
57
57
  ],
@@ -51,7 +51,7 @@
51
51
  "name": "MapBrowseItemBrowse",
52
52
  "linkedEntity": "MapBrowseItem",
53
53
  "config": {
54
- "viewPattern": "map"
54
+ "viewPattern": "map-view"
55
55
  }
56
56
  }
57
57
  ],
@@ -36,7 +36,7 @@
36
36
  "name": "AreaGraphItemGraph",
37
37
  "linkedEntity": "AreaGraphItem",
38
38
  "config": {
39
- "viewPattern": "area-chart"
39
+ "chartType": "area"
40
40
  }
41
41
  }
42
42
  ],
@@ -36,7 +36,7 @@
36
36
  "name": "ScatterGraphItemGraph",
37
37
  "linkedEntity": "ScatterGraphItem",
38
38
  "config": {
39
- "viewPattern": "scatter-plot"
39
+ "chartType": "scatter"
40
40
  }
41
41
  }
42
42
  ],
@@ -36,7 +36,7 @@
36
36
  "name": "BigNumberStatsItemStats",
37
37
  "linkedEntity": "BigNumberStatsItem",
38
38
  "config": {
39
- "viewPattern": "big-number"
39
+ "viewPattern": "data-grid"
40
40
  }
41
41
  }
42
42
  ],
@@ -36,7 +36,7 @@
36
36
  "name": "SparklineStatsItemStats",
37
37
  "linkedEntity": "SparklineStatsItem",
38
38
  "config": {
39
- "viewPattern": "sparkline"
39
+ "viewPattern": "data-grid"
40
40
  }
41
41
  }
42
42
  ],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@almadar/std",
3
- "version": "14.51.0",
3
+ "version": "14.52.0",
4
4
  "description": "Standard library operators for Almadar (math, string, array, etc.)",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",