@almadar/std 16.9.1 → 16.9.2

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 (252) hide show
  1. package/behaviors/registry/core/atoms/std-app-layout.orb +81 -78
  2. package/behaviors/registry/core/atoms/std-approval-gate.orb +84 -83
  3. package/behaviors/registry/core/atoms/std-audit-capture.orb +16 -15
  4. package/behaviors/registry/core/atoms/std-billable-hour.orb +125 -125
  5. package/behaviors/registry/core/atoms/std-board.orb +289 -288
  6. package/behaviors/registry/core/atoms/std-branching-logic.orb +118 -118
  7. package/behaviors/registry/core/atoms/std-browse.orb +118 -115
  8. package/behaviors/registry/core/atoms/std-cache-aside.orb +120 -120
  9. package/behaviors/registry/core/atoms/std-calendar.orb +48 -47
  10. package/behaviors/registry/core/atoms/std-cascade-on-delete.orb +7 -7
  11. package/behaviors/registry/core/atoms/std-circuit-breaker.orb +210 -210
  12. package/behaviors/registry/core/atoms/std-confirmation.orb +33 -32
  13. package/behaviors/registry/core/atoms/std-cross-reference.orb +19 -19
  14. package/behaviors/registry/core/atoms/std-dashboard-grid-embedded.orb +81 -81
  15. package/behaviors/registry/core/atoms/std-dashboard-grid-layout.orb +84 -84
  16. package/behaviors/registry/core/atoms/std-dashboard-summary.orb +84 -84
  17. package/behaviors/registry/core/atoms/std-data-erasure.orb +71 -71
  18. package/behaviors/registry/core/atoms/std-date-range.orb +24 -24
  19. package/behaviors/registry/core/atoms/std-drawer.orb +12 -9
  20. package/behaviors/registry/core/atoms/std-esign-request.orb +32 -32
  21. package/behaviors/registry/core/atoms/std-event-log.orb +170 -170
  22. package/behaviors/registry/core/atoms/std-export.orb +63 -63
  23. package/behaviors/registry/core/atoms/std-file-store.orb +157 -157
  24. package/behaviors/registry/core/atoms/std-filter.orb +36 -36
  25. package/behaviors/registry/core/atoms/std-flag.orb +92 -92
  26. package/behaviors/registry/core/atoms/std-form-advanced.orb +66 -66
  27. package/behaviors/registry/core/atoms/std-gallery.orb +30 -29
  28. package/behaviors/registry/core/atoms/std-geosearch.orb +27 -27
  29. package/behaviors/registry/core/atoms/std-graphs.orb +180 -180
  30. package/behaviors/registry/core/atoms/std-hero-banner.orb +22 -22
  31. package/behaviors/registry/core/atoms/std-image-upload-multi.orb +63 -63
  32. package/behaviors/registry/core/atoms/std-lifecycle.orb +28 -28
  33. package/behaviors/registry/core/atoms/std-mod-queue.orb +53 -53
  34. package/behaviors/registry/core/atoms/std-modal.orb +39 -36
  35. package/behaviors/registry/core/atoms/std-multi-party-flow.orb +598 -597
  36. package/behaviors/registry/core/atoms/std-notify-on-event.orb +37 -31
  37. package/behaviors/registry/core/atoms/std-page-tree.orb +132 -132
  38. package/behaviors/registry/core/atoms/std-pagination.orb +11 -11
  39. package/behaviors/registry/core/atoms/std-push.orb +43 -43
  40. package/behaviors/registry/core/atoms/std-rate-limiter.orb +216 -216
  41. package/behaviors/registry/core/atoms/std-rating-review.orb +647 -647
  42. package/behaviors/registry/core/atoms/std-recurrence.orb +169 -169
  43. package/behaviors/registry/core/atoms/std-related.orb +34 -31
  44. package/behaviors/registry/core/atoms/std-reminder-scheduler.orb +9 -9
  45. package/behaviors/registry/core/atoms/std-rich-editor.orb +113 -113
  46. package/behaviors/registry/core/atoms/std-row-access-control.orb +21 -20
  47. package/behaviors/registry/core/atoms/std-saved-search.orb +89 -89
  48. package/behaviors/registry/core/atoms/std-scatter.orb +85 -85
  49. package/behaviors/registry/core/atoms/std-search.orb +11 -11
  50. package/behaviors/registry/core/atoms/std-selection.orb +103 -100
  51. package/behaviors/registry/core/atoms/std-sidebar-meta.orb +77 -77
  52. package/behaviors/registry/core/atoms/std-signature-capture.orb +85 -85
  53. package/behaviors/registry/core/atoms/std-stack-layout.orb +17 -17
  54. package/behaviors/registry/core/atoms/std-stats.orb +326 -325
  55. package/behaviors/registry/core/atoms/std-step-flow.orb +150 -149
  56. package/behaviors/registry/core/atoms/std-tabs.orb +47 -46
  57. package/behaviors/registry/core/atoms/std-tag-taxonomy.orb +63 -63
  58. package/behaviors/registry/core/atoms/std-thread.orb +64 -63
  59. package/behaviors/registry/core/atoms/std-version-history.orb +155 -155
  60. package/behaviors/registry/core/atoms/std-vote.orb +39 -39
  61. package/behaviors/registry/core/atoms/std-wizard-form.orb +177 -177
  62. package/behaviors/registry/core/atoms/std-wizard.orb +183 -183
  63. package/behaviors/registry/core-variations/atoms/std-board-kanban-classic.orb +65 -65
  64. package/behaviors/registry/core-variations/atoms/std-board-swim-lanes.orb +57 -57
  65. package/behaviors/registry/core-variations/atoms/std-board-timeline-roadmap.orb +74 -74
  66. package/behaviors/registry/core-variations/atoms/std-browse-command-palette.orb +61 -61
  67. package/behaviors/registry/core-variations/atoms/std-browse-dense.orb +50 -50
  68. package/behaviors/registry/core-variations/atoms/std-browse-feed.orb +40 -40
  69. package/behaviors/registry/core-variations/atoms/std-browse-gallery.orb +43 -43
  70. package/behaviors/registry/core-variations/atoms/std-browse-triage.orb +60 -60
  71. package/behaviors/registry/core-variations/atoms/std-calendar-agenda-list.orb +44 -44
  72. package/behaviors/registry/core-variations/atoms/std-calendar-week-timeline.orb +32 -32
  73. package/behaviors/registry/core-variations/atoms/std-stats-hero-metric.orb +30 -30
  74. package/behaviors/registry/core-variations/atoms/std-stats-kpi-tiles.orb +91 -91
  75. package/behaviors/registry/core-variations/atoms/std-stats-sparkline-row.orb +83 -83
  76. package/behaviors/registry/core-variations/atoms/std-step-flow-cards-deck.orb +42 -42
  77. package/behaviors/registry/core-variations/atoms/std-step-flow-progress-vertical.orb +56 -56
  78. package/behaviors/registry/core-variations/atoms/std-step-flow-stepper-horizontal.orb +28 -28
  79. package/behaviors/registry/core-variations/atoms/std-tabs-segmented-pills.orb +21 -21
  80. package/behaviors/registry/core-variations/atoms/std-tabs-sidebar-rail.orb +22 -22
  81. package/behaviors/registry/core-variations/atoms/std-thread-chat-bubbles.orb +50 -50
  82. package/behaviors/registry/core-variations/atoms/std-thread-comments-linear.orb +114 -114
  83. package/behaviors/registry/core-variations/atoms/std-thread-email-threaded.orb +101 -101
  84. package/dist/behaviors/behaviors-registry.json +1 -1
  85. package/dist/behaviors/registry/core/atoms/std-app-layout.orb +81 -78
  86. package/dist/behaviors/registry/core/atoms/std-approval-gate.orb +84 -83
  87. package/dist/behaviors/registry/core/atoms/std-audit-capture.orb +16 -15
  88. package/dist/behaviors/registry/core/atoms/std-billable-hour.orb +125 -125
  89. package/dist/behaviors/registry/core/atoms/std-board.orb +289 -288
  90. package/dist/behaviors/registry/core/atoms/std-branching-logic.orb +118 -118
  91. package/dist/behaviors/registry/core/atoms/std-browse.orb +118 -115
  92. package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +120 -120
  93. package/dist/behaviors/registry/core/atoms/std-calendar.orb +48 -47
  94. package/dist/behaviors/registry/core/atoms/std-cascade-on-delete.orb +7 -7
  95. package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +210 -210
  96. package/dist/behaviors/registry/core/atoms/std-confirmation.orb +33 -32
  97. package/dist/behaviors/registry/core/atoms/std-cross-reference.orb +19 -19
  98. package/dist/behaviors/registry/core/atoms/std-dashboard-grid-embedded.orb +81 -81
  99. package/dist/behaviors/registry/core/atoms/std-dashboard-grid-layout.orb +84 -84
  100. package/dist/behaviors/registry/core/atoms/std-dashboard-summary.orb +84 -84
  101. package/dist/behaviors/registry/core/atoms/std-data-erasure.orb +71 -71
  102. package/dist/behaviors/registry/core/atoms/std-date-range.orb +24 -24
  103. package/dist/behaviors/registry/core/atoms/std-drawer.orb +12 -9
  104. package/dist/behaviors/registry/core/atoms/std-esign-request.orb +32 -32
  105. package/dist/behaviors/registry/core/atoms/std-event-log.orb +170 -170
  106. package/dist/behaviors/registry/core/atoms/std-export.orb +63 -63
  107. package/dist/behaviors/registry/core/atoms/std-file-store.orb +157 -157
  108. package/dist/behaviors/registry/core/atoms/std-filter.orb +36 -36
  109. package/dist/behaviors/registry/core/atoms/std-flag.orb +92 -92
  110. package/dist/behaviors/registry/core/atoms/std-form-advanced.orb +66 -66
  111. package/dist/behaviors/registry/core/atoms/std-gallery.orb +30 -29
  112. package/dist/behaviors/registry/core/atoms/std-geosearch.orb +27 -27
  113. package/dist/behaviors/registry/core/atoms/std-graphs.orb +180 -180
  114. package/dist/behaviors/registry/core/atoms/std-hero-banner.orb +22 -22
  115. package/dist/behaviors/registry/core/atoms/std-image-upload-multi.orb +63 -63
  116. package/dist/behaviors/registry/core/atoms/std-lifecycle.orb +28 -28
  117. package/dist/behaviors/registry/core/atoms/std-mod-queue.orb +53 -53
  118. package/dist/behaviors/registry/core/atoms/std-modal.orb +39 -36
  119. package/dist/behaviors/registry/core/atoms/std-multi-party-flow.orb +598 -597
  120. package/dist/behaviors/registry/core/atoms/std-notify-on-event.orb +37 -31
  121. package/dist/behaviors/registry/core/atoms/std-page-tree.orb +132 -132
  122. package/dist/behaviors/registry/core/atoms/std-pagination.orb +11 -11
  123. package/dist/behaviors/registry/core/atoms/std-push.orb +43 -43
  124. package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +216 -216
  125. package/dist/behaviors/registry/core/atoms/std-rating-review.orb +647 -647
  126. package/dist/behaviors/registry/core/atoms/std-recurrence.orb +169 -169
  127. package/dist/behaviors/registry/core/atoms/std-related.orb +34 -31
  128. package/dist/behaviors/registry/core/atoms/std-reminder-scheduler.orb +9 -9
  129. package/dist/behaviors/registry/core/atoms/std-rich-editor.orb +113 -113
  130. package/dist/behaviors/registry/core/atoms/std-row-access-control.orb +21 -20
  131. package/dist/behaviors/registry/core/atoms/std-saved-search.orb +89 -89
  132. package/dist/behaviors/registry/core/atoms/std-scatter.orb +85 -85
  133. package/dist/behaviors/registry/core/atoms/std-search.orb +11 -11
  134. package/dist/behaviors/registry/core/atoms/std-selection.orb +103 -100
  135. package/dist/behaviors/registry/core/atoms/std-sidebar-meta.orb +77 -77
  136. package/dist/behaviors/registry/core/atoms/std-signature-capture.orb +85 -85
  137. package/dist/behaviors/registry/core/atoms/std-stack-layout.orb +17 -17
  138. package/dist/behaviors/registry/core/atoms/std-stats.orb +326 -325
  139. package/dist/behaviors/registry/core/atoms/std-step-flow.orb +150 -149
  140. package/dist/behaviors/registry/core/atoms/std-tabs.orb +47 -46
  141. package/dist/behaviors/registry/core/atoms/std-tag-taxonomy.orb +63 -63
  142. package/dist/behaviors/registry/core/atoms/std-thread.orb +64 -63
  143. package/dist/behaviors/registry/core/atoms/std-version-history.orb +155 -155
  144. package/dist/behaviors/registry/core/atoms/std-vote.orb +39 -39
  145. package/dist/behaviors/registry/core/atoms/std-wizard-form.orb +177 -177
  146. package/dist/behaviors/registry/core/atoms/std-wizard.orb +183 -183
  147. package/dist/behaviors/registry/core-variations/atoms/std-board-kanban-classic.orb +65 -65
  148. package/dist/behaviors/registry/core-variations/atoms/std-board-swim-lanes.orb +57 -57
  149. package/dist/behaviors/registry/core-variations/atoms/std-board-timeline-roadmap.orb +74 -74
  150. package/dist/behaviors/registry/core-variations/atoms/std-browse-command-palette.orb +61 -61
  151. package/dist/behaviors/registry/core-variations/atoms/std-browse-dense.orb +50 -50
  152. package/dist/behaviors/registry/core-variations/atoms/std-browse-feed.orb +40 -40
  153. package/dist/behaviors/registry/core-variations/atoms/std-browse-gallery.orb +43 -43
  154. package/dist/behaviors/registry/core-variations/atoms/std-browse-triage.orb +60 -60
  155. package/dist/behaviors/registry/core-variations/atoms/std-calendar-agenda-list.orb +44 -44
  156. package/dist/behaviors/registry/core-variations/atoms/std-calendar-week-timeline.orb +32 -32
  157. package/dist/behaviors/registry/core-variations/atoms/std-stats-hero-metric.orb +30 -30
  158. package/dist/behaviors/registry/core-variations/atoms/std-stats-kpi-tiles.orb +91 -91
  159. package/dist/behaviors/registry/core-variations/atoms/std-stats-sparkline-row.orb +83 -83
  160. package/dist/behaviors/registry/core-variations/atoms/std-step-flow-cards-deck.orb +42 -42
  161. package/dist/behaviors/registry/core-variations/atoms/std-step-flow-progress-vertical.orb +56 -56
  162. package/dist/behaviors/registry/core-variations/atoms/std-step-flow-stepper-horizontal.orb +28 -28
  163. package/dist/behaviors/registry/core-variations/atoms/std-tabs-segmented-pills.orb +21 -21
  164. package/dist/behaviors/registry/core-variations/atoms/std-tabs-sidebar-rail.orb +22 -22
  165. package/dist/behaviors/registry/core-variations/atoms/std-thread-chat-bubbles.orb +50 -50
  166. package/dist/behaviors/registry/core-variations/atoms/std-thread-comments-linear.orb +114 -114
  167. package/dist/behaviors/registry/core-variations/atoms/std-thread-email-threaded.orb +101 -101
  168. package/dist/behaviors-registry.json +1 -1
  169. package/dist/registry/core/atoms/std-app-layout.orb +81 -78
  170. package/dist/registry/core/atoms/std-approval-gate.orb +84 -83
  171. package/dist/registry/core/atoms/std-audit-capture.orb +16 -15
  172. package/dist/registry/core/atoms/std-billable-hour.orb +125 -125
  173. package/dist/registry/core/atoms/std-board.orb +289 -288
  174. package/dist/registry/core/atoms/std-branching-logic.orb +118 -118
  175. package/dist/registry/core/atoms/std-browse.orb +118 -115
  176. package/dist/registry/core/atoms/std-cache-aside.orb +120 -120
  177. package/dist/registry/core/atoms/std-calendar.orb +48 -47
  178. package/dist/registry/core/atoms/std-cascade-on-delete.orb +7 -7
  179. package/dist/registry/core/atoms/std-circuit-breaker.orb +210 -210
  180. package/dist/registry/core/atoms/std-confirmation.orb +33 -32
  181. package/dist/registry/core/atoms/std-cross-reference.orb +19 -19
  182. package/dist/registry/core/atoms/std-dashboard-grid-embedded.orb +81 -81
  183. package/dist/registry/core/atoms/std-dashboard-grid-layout.orb +84 -84
  184. package/dist/registry/core/atoms/std-dashboard-summary.orb +84 -84
  185. package/dist/registry/core/atoms/std-data-erasure.orb +71 -71
  186. package/dist/registry/core/atoms/std-date-range.orb +24 -24
  187. package/dist/registry/core/atoms/std-drawer.orb +12 -9
  188. package/dist/registry/core/atoms/std-esign-request.orb +32 -32
  189. package/dist/registry/core/atoms/std-event-log.orb +170 -170
  190. package/dist/registry/core/atoms/std-export.orb +63 -63
  191. package/dist/registry/core/atoms/std-file-store.orb +157 -157
  192. package/dist/registry/core/atoms/std-filter.orb +36 -36
  193. package/dist/registry/core/atoms/std-flag.orb +92 -92
  194. package/dist/registry/core/atoms/std-form-advanced.orb +66 -66
  195. package/dist/registry/core/atoms/std-gallery.orb +30 -29
  196. package/dist/registry/core/atoms/std-geosearch.orb +27 -27
  197. package/dist/registry/core/atoms/std-graphs.orb +180 -180
  198. package/dist/registry/core/atoms/std-hero-banner.orb +22 -22
  199. package/dist/registry/core/atoms/std-image-upload-multi.orb +63 -63
  200. package/dist/registry/core/atoms/std-lifecycle.orb +28 -28
  201. package/dist/registry/core/atoms/std-mod-queue.orb +53 -53
  202. package/dist/registry/core/atoms/std-modal.orb +39 -36
  203. package/dist/registry/core/atoms/std-multi-party-flow.orb +598 -597
  204. package/dist/registry/core/atoms/std-notify-on-event.orb +37 -31
  205. package/dist/registry/core/atoms/std-page-tree.orb +132 -132
  206. package/dist/registry/core/atoms/std-pagination.orb +11 -11
  207. package/dist/registry/core/atoms/std-push.orb +43 -43
  208. package/dist/registry/core/atoms/std-rate-limiter.orb +216 -216
  209. package/dist/registry/core/atoms/std-rating-review.orb +647 -647
  210. package/dist/registry/core/atoms/std-recurrence.orb +169 -169
  211. package/dist/registry/core/atoms/std-related.orb +34 -31
  212. package/dist/registry/core/atoms/std-reminder-scheduler.orb +9 -9
  213. package/dist/registry/core/atoms/std-rich-editor.orb +113 -113
  214. package/dist/registry/core/atoms/std-row-access-control.orb +21 -20
  215. package/dist/registry/core/atoms/std-saved-search.orb +89 -89
  216. package/dist/registry/core/atoms/std-scatter.orb +85 -85
  217. package/dist/registry/core/atoms/std-search.orb +11 -11
  218. package/dist/registry/core/atoms/std-selection.orb +103 -100
  219. package/dist/registry/core/atoms/std-sidebar-meta.orb +77 -77
  220. package/dist/registry/core/atoms/std-signature-capture.orb +85 -85
  221. package/dist/registry/core/atoms/std-stack-layout.orb +17 -17
  222. package/dist/registry/core/atoms/std-stats.orb +326 -325
  223. package/dist/registry/core/atoms/std-step-flow.orb +150 -149
  224. package/dist/registry/core/atoms/std-tabs.orb +47 -46
  225. package/dist/registry/core/atoms/std-tag-taxonomy.orb +63 -63
  226. package/dist/registry/core/atoms/std-thread.orb +64 -63
  227. package/dist/registry/core/atoms/std-version-history.orb +155 -155
  228. package/dist/registry/core/atoms/std-vote.orb +39 -39
  229. package/dist/registry/core/atoms/std-wizard-form.orb +177 -177
  230. package/dist/registry/core/atoms/std-wizard.orb +183 -183
  231. package/dist/registry/core-variations/atoms/std-board-kanban-classic.orb +65 -65
  232. package/dist/registry/core-variations/atoms/std-board-swim-lanes.orb +57 -57
  233. package/dist/registry/core-variations/atoms/std-board-timeline-roadmap.orb +74 -74
  234. package/dist/registry/core-variations/atoms/std-browse-command-palette.orb +61 -61
  235. package/dist/registry/core-variations/atoms/std-browse-dense.orb +50 -50
  236. package/dist/registry/core-variations/atoms/std-browse-feed.orb +40 -40
  237. package/dist/registry/core-variations/atoms/std-browse-gallery.orb +43 -43
  238. package/dist/registry/core-variations/atoms/std-browse-triage.orb +60 -60
  239. package/dist/registry/core-variations/atoms/std-calendar-agenda-list.orb +44 -44
  240. package/dist/registry/core-variations/atoms/std-calendar-week-timeline.orb +32 -32
  241. package/dist/registry/core-variations/atoms/std-stats-hero-metric.orb +30 -30
  242. package/dist/registry/core-variations/atoms/std-stats-kpi-tiles.orb +91 -91
  243. package/dist/registry/core-variations/atoms/std-stats-sparkline-row.orb +83 -83
  244. package/dist/registry/core-variations/atoms/std-step-flow-cards-deck.orb +42 -42
  245. package/dist/registry/core-variations/atoms/std-step-flow-progress-vertical.orb +56 -56
  246. package/dist/registry/core-variations/atoms/std-step-flow-stepper-horizontal.orb +28 -28
  247. package/dist/registry/core-variations/atoms/std-tabs-segmented-pills.orb +21 -21
  248. package/dist/registry/core-variations/atoms/std-tabs-sidebar-rail.orb +22 -22
  249. package/dist/registry/core-variations/atoms/std-thread-chat-bubbles.orb +50 -50
  250. package/dist/registry/core-variations/atoms/std-thread-comments-linear.orb +114 -114
  251. package/dist/registry/core-variations/atoms/std-thread-email-threaded.orb +101 -101
  252. package/package.json +1 -1
@@ -55,87 +55,88 @@
55
55
  "config": {
56
56
  "bodyContent": {
57
57
  "direction": "vertical",
58
+ "gap": "none",
58
59
  "type": "stack",
59
60
  "className": "relative w-full rounded-xl shadow-lg overflow-hidden",
60
61
  "children": [
61
62
  {
62
- "look": "elevated",
63
+ "type": "card",
63
64
  "padding": "lg",
64
65
  "children": [
65
66
  {
67
+ "className": "relative z-10 w-full max-w-2xl mx-auto text-center",
68
+ "direction": "vertical",
66
69
  "type": "stack",
67
70
  "align": "center",
71
+ "gap": "md",
68
72
  "children": [
69
73
  {
70
- "align": "center",
71
74
  "gap": "sm",
75
+ "align": "center",
72
76
  "justify": "center",
77
+ "type": "stack",
73
78
  "children": [
74
79
  {
80
+ "type": "icon",
75
81
  "name": "@entity.icon",
76
82
  "color": "muted",
77
- "type": "icon",
78
83
  "size": "md"
79
84
  },
80
85
  {
81
- "type": "typography",
86
+ "className": "uppercase tracking-widest",
82
87
  "color": "muted",
83
88
  "variant": "overline",
84
89
  "weight": "bold",
85
- "content": "@entity.label",
86
- "className": "uppercase tracking-widest"
90
+ "type": "typography",
91
+ "content": "@entity.label"
87
92
  }
88
93
  ],
89
- "type": "stack",
90
94
  "direction": "horizontal"
91
95
  },
92
96
  {
93
- "className": "py-section",
94
97
  "children": [
95
98
  {
96
- "content": "@entity.prefix",
97
- "weight": "normal",
98
99
  "color": "muted",
100
+ "weight": "normal",
99
101
  "type": "typography",
100
- "variant": "h2"
102
+ "variant": "h2",
103
+ "content": "@entity.prefix"
101
104
  },
102
105
  {
103
106
  "value": "@entity.value",
104
- "type": "animated-counter",
105
- "className": "text-7xl md:text-8xl font-bold tracking-tighter tabular-nums text-[var(--color-foreground)]"
107
+ "className": "text-7xl md:text-8xl font-bold tracking-tighter tabular-nums text-[var(--color-foreground)]",
108
+ "type": "animated-counter"
106
109
  },
107
110
  {
108
- "variant": "h2",
109
- "color": "muted",
110
111
  "type": "typography",
111
112
  "content": "@entity.suffix",
113
+ "variant": "h2",
114
+ "color": "muted",
112
115
  "weight": "normal"
113
116
  }
114
117
  ],
115
- "gap": "xs",
116
- "justify": "center",
117
118
  "type": "stack",
118
119
  "align": "baseline",
120
+ "justify": "center",
121
+ "gap": "xs",
122
+ "className": "py-section",
119
123
  "direction": "horizontal"
120
124
  },
121
125
  {
122
- "showValue": true,
123
- "size": "md",
126
+ "value": "@entity.trend",
124
127
  "type": "trend-indicator",
125
- "value": "@entity.trend"
128
+ "showValue": true,
129
+ "size": "md"
126
130
  }
127
- ],
128
- "gap": "md",
129
- "direction": "vertical",
130
- "className": "relative z-10 w-full max-w-2xl mx-auto text-center"
131
+ ]
131
132
  },
132
133
  {
133
- "type": "sparkline",
134
- "strokeWidth": 1.0,
135
- "color": "auto",
136
134
  "height": 96.0,
137
135
  "fill": true,
136
+ "color": "auto",
137
+ "type": "sparkline",
138
138
  "className": "absolute inset-x-0 bottom-0 w-full opacity-10 pointer-events-none",
139
+ "strokeWidth": 1.0,
139
140
  "data": [
140
141
  1.0,
141
142
  2.0,
@@ -147,10 +148,9 @@
147
148
  ]
148
149
  }
149
150
  ],
150
- "type": "card"
151
+ "look": "elevated"
151
152
  }
152
- ],
153
- "gap": "none"
153
+ ]
154
154
  }
155
155
  }
156
156
  }
@@ -40,86 +40,86 @@
40
40
  "info"
41
41
  ]
42
42
  },
43
- "trendPolarity": {
44
- "name": "trendPolarity",
43
+ "icon": {
44
+ "name": "icon",
45
45
  "type": "string",
46
- "required": false,
47
- "values": [
48
- "higher-is-better",
49
- "lower-is-better"
50
- ]
46
+ "required": false
51
47
  },
52
- "trendFormat": {
53
- "name": "trendFormat",
54
- "type": "string",
55
- "required": false,
56
- "values": [
57
- "absolute",
58
- "percent"
59
- ]
48
+ "target": {
49
+ "name": "target",
50
+ "type": "number",
51
+ "required": false
60
52
  },
61
53
  "value": {
62
54
  "name": "value",
63
55
  "type": "number",
64
56
  "required": false
65
57
  },
66
- "prefix": {
67
- "name": "prefix",
68
- "type": "string",
58
+ "max": {
59
+ "name": "max",
60
+ "type": "number",
69
61
  "required": false
70
62
  },
71
- "sparklineData": {
72
- "name": "sparklineData",
73
- "type": "array",
74
- "required": false,
75
- "items": {
76
- "type": "number"
77
- }
63
+ "trend": {
64
+ "name": "trend",
65
+ "type": "number",
66
+ "required": false
78
67
  },
79
68
  "clickEvent": {
80
69
  "name": "clickEvent",
81
70
  "type": "string",
82
71
  "required": false
83
72
  },
84
- "suffix": {
85
- "name": "suffix",
73
+ "format": {
74
+ "name": "format",
86
75
  "type": "string",
87
- "required": false
88
- },
89
- "max": {
90
- "name": "max",
91
- "type": "number",
92
- "required": false
76
+ "required": false,
77
+ "values": [
78
+ "number",
79
+ "currency",
80
+ "percent"
81
+ ]
93
82
  },
94
- "icon": {
95
- "name": "icon",
83
+ "trendPolarity": {
84
+ "name": "trendPolarity",
96
85
  "type": "string",
97
- "required": false
86
+ "required": false,
87
+ "values": [
88
+ "higher-is-better",
89
+ "lower-is-better"
90
+ ]
98
91
  },
99
92
  "label": {
100
93
  "name": "label",
101
94
  "type": "string",
102
95
  "required": true
103
96
  },
104
- "format": {
105
- "name": "format",
97
+ "suffix": {
98
+ "name": "suffix",
99
+ "type": "string",
100
+ "required": false
101
+ },
102
+ "trendFormat": {
103
+ "name": "trendFormat",
106
104
  "type": "string",
107
105
  "required": false,
108
106
  "values": [
109
- "number",
110
- "currency",
107
+ "absolute",
111
108
  "percent"
112
109
  ]
113
110
  },
114
- "target": {
115
- "name": "target",
116
- "type": "number",
111
+ "prefix": {
112
+ "name": "prefix",
113
+ "type": "string",
117
114
  "required": false
118
115
  },
119
- "trend": {
120
- "name": "trend",
121
- "type": "number",
122
- "required": false
116
+ "sparklineData": {
117
+ "name": "sparklineData",
118
+ "type": "array",
119
+ "required": false,
120
+ "items": {
121
+ "type": "number"
122
+ }
123
123
  }
124
124
  }
125
125
  }
@@ -134,76 +134,85 @@
134
134
  "config": {
135
135
  "bodyContent": {
136
136
  "gap": "lg",
137
- "className": "w-full",
138
137
  "type": "simple-grid",
138
+ "className": "w-full",
139
+ "cols": 4.0,
139
140
  "children": [
140
141
  {
142
+ "fields": [],
143
+ "type": "data-list",
144
+ "entity": "@entity.cards",
145
+ "cols": 4.0,
141
146
  "renderItem": [
142
147
  "fn",
143
148
  "card",
144
149
  {
145
- "gap": "sm",
146
- "className": "rounded-lg border border-[var(--color-border)] bg-[var(--color-surface)] p-card-lg shadow-elevation-sm hover:shadow-elevation-md transition-shadow",
147
150
  "children": [
148
151
  {
149
- "type": "stack",
150
152
  "gap": "xs",
151
- "direction": "horizontal",
152
- "align": "center",
153
153
  "justify": "between",
154
+ "type": "stack",
154
155
  "children": [
155
156
  {
156
- "variant": "caption",
157
- "weight": "medium",
158
157
  "content": "@card.label",
159
158
  "color": "muted",
159
+ "weight": "medium",
160
160
  "className": "uppercase tracking-wide",
161
- "type": "typography"
161
+ "type": "typography",
162
+ "variant": "caption"
162
163
  },
163
164
  {
164
- "name": "@card.icon",
165
165
  "type": "icon",
166
- "size": "sm",
167
- "color": "muted"
166
+ "name": "@card.icon",
167
+ "color": "muted",
168
+ "size": "sm"
168
169
  }
169
- ]
170
+ ],
171
+ "direction": "horizontal",
172
+ "align": "center"
170
173
  },
171
174
  {
175
+ "direction": "horizontal",
176
+ "gap": "xs",
177
+ "type": "stack",
178
+ "align": "baseline",
172
179
  "children": [
173
180
  {
174
181
  "type": "typography",
175
- "color": "muted",
176
182
  "variant": "caption",
183
+ "color": "muted",
177
184
  "content": "@card.prefix"
178
185
  },
179
186
  {
180
- "type": "animated-counter",
187
+ "className": "text-4xl font-bold tracking-tight",
181
188
  "value": "@card.value",
182
- "className": "text-4xl font-bold tracking-tight"
189
+ "type": "animated-counter"
183
190
  },
184
191
  {
185
- "color": "muted",
186
- "content": "@card.suffix",
187
192
  "type": "typography",
188
- "variant": "caption"
193
+ "color": "muted",
194
+ "variant": "caption",
195
+ "content": "@card.suffix"
189
196
  }
190
- ],
191
- "gap": "xs",
192
- "direction": "horizontal",
193
- "align": "baseline",
194
- "type": "stack"
197
+ ]
195
198
  },
196
199
  {
200
+ "direction": "horizontal",
201
+ "align": "center",
202
+ "type": "stack",
203
+ "gap": "sm",
197
204
  "children": [
198
205
  {
199
- "size": "sm",
200
- "type": "trend-indicator",
201
206
  "showValue": true,
202
- "value": "@card.trend"
207
+ "type": "trend-indicator",
208
+ "value": "@card.trend",
209
+ "size": "sm"
203
210
  },
204
211
  {
205
- "height": 24.0,
212
+ "type": "sparkline",
206
213
  "color": "auto",
214
+ "fill": true,
215
+ "className": "flex-1",
207
216
  "data": [
208
217
  1.0,
209
218
  2.0,
@@ -213,29 +222,20 @@
213
222
  6.0,
214
223
  7.0
215
224
  ],
216
- "type": "sparkline",
217
- "fill": true,
218
- "className": "flex-1"
225
+ "height": 24.0
219
226
  }
220
- ],
221
- "gap": "sm",
222
- "type": "stack",
223
- "direction": "horizontal",
224
- "align": "center"
227
+ ]
225
228
  }
226
229
  ],
230
+ "gap": "sm",
227
231
  "type": "stack",
228
- "direction": "vertical"
232
+ "direction": "vertical",
233
+ "className": "rounded-lg border border-[var(--color-border)] bg-[var(--color-surface)] p-card-lg shadow-elevation-sm hover:shadow-elevation-md transition-shadow"
229
234
  }
230
235
  ],
231
- "entity": "@entity.cards",
232
- "gap": "lg",
233
- "cols": 4.0,
234
- "fields": [],
235
- "type": "data-list"
236
+ "gap": "lg"
236
237
  }
237
- ],
238
- "cols": 4.0
238
+ ]
239
239
  }
240
240
  }
241
241
  }