@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
@@ -27,26 +27,59 @@
27
27
  "items": {
28
28
  "type": "object",
29
29
  "properties": {
30
- "prefix": {
31
- "name": "prefix",
30
+ "trend": {
31
+ "name": "trend",
32
+ "type": "number",
33
+ "required": false
34
+ },
35
+ "suffix": {
36
+ "name": "suffix",
37
+ "type": "string",
38
+ "required": false
39
+ },
40
+ "icon": {
41
+ "name": "icon",
32
42
  "type": "string",
33
43
  "required": false
34
44
  },
45
+ "format": {
46
+ "name": "format",
47
+ "type": "string",
48
+ "required": false,
49
+ "values": [
50
+ "number",
51
+ "currency",
52
+ "percent"
53
+ ]
54
+ },
35
55
  "label": {
36
56
  "name": "label",
37
57
  "type": "string",
38
58
  "required": true
39
59
  },
40
- "max": {
41
- "name": "max",
60
+ "target": {
61
+ "name": "target",
42
62
  "type": "number",
43
63
  "required": false
44
64
  },
45
- "target": {
46
- "name": "target",
65
+ "value": {
66
+ "name": "value",
47
67
  "type": "number",
48
68
  "required": false
49
69
  },
70
+ "variant": {
71
+ "name": "variant",
72
+ "type": "string",
73
+ "required": false,
74
+ "values": [
75
+ "default",
76
+ "primary",
77
+ "success",
78
+ "warning",
79
+ "error",
80
+ "info"
81
+ ]
82
+ },
50
83
  "trendPolarity": {
51
84
  "name": "trendPolarity",
52
85
  "type": "string",
@@ -65,51 +98,18 @@
65
98
  "percent"
66
99
  ]
67
100
  },
68
- "value": {
69
- "name": "value",
101
+ "max": {
102
+ "name": "max",
70
103
  "type": "number",
71
104
  "required": false
72
105
  },
73
- "clickEvent": {
74
- "name": "clickEvent",
75
- "type": "string",
76
- "required": false
77
- },
78
- "icon": {
79
- "name": "icon",
106
+ "prefix": {
107
+ "name": "prefix",
80
108
  "type": "string",
81
109
  "required": false
82
110
  },
83
- "format": {
84
- "name": "format",
85
- "type": "string",
86
- "required": false,
87
- "values": [
88
- "number",
89
- "currency",
90
- "percent"
91
- ]
92
- },
93
- "trend": {
94
- "name": "trend",
95
- "type": "number",
96
- "required": false
97
- },
98
- "variant": {
99
- "name": "variant",
100
- "type": "string",
101
- "required": false,
102
- "values": [
103
- "default",
104
- "primary",
105
- "success",
106
- "warning",
107
- "error",
108
- "info"
109
- ]
110
- },
111
- "suffix": {
112
- "name": "suffix",
111
+ "clickEvent": {
112
+ "name": "clickEvent",
113
113
  "type": "string",
114
114
  "required": false
115
115
  },
@@ -136,46 +136,42 @@
136
136
  "className": "w-full",
137
137
  "children": [
138
138
  {
139
+ "fields": [],
139
140
  "type": "data-list",
140
- "gap": "md",
141
141
  "renderItem": [
142
142
  "fn",
143
143
  "card",
144
144
  {
145
145
  "className": "rounded-lg border border-[var(--color-border)] bg-[var(--color-card)] p-card-md shadow-elevation-sm hover:shadow-elevation-md transition-shadow min-h-[180px]",
146
- "direction": "vertical",
147
- "gap": "sm",
148
- "type": "stack",
149
146
  "children": [
150
147
  {
151
- "gap": "xs",
152
148
  "align": "center",
149
+ "direction": "horizontal",
153
150
  "type": "stack",
151
+ "gap": "xs",
154
152
  "children": [
155
153
  {
156
154
  "color": "muted",
157
- "name": "@card.icon",
158
155
  "type": "icon",
159
- "size": "xs"
156
+ "size": "xs",
157
+ "name": "@card.icon"
160
158
  },
161
159
  {
162
- "variant": "overline",
163
- "type": "typography",
164
160
  "color": "muted",
165
- "content": "@card.label",
161
+ "weight": "semibold",
166
162
  "className": "uppercase tracking-wide truncate",
167
- "weight": "semibold"
163
+ "variant": "overline",
164
+ "type": "typography",
165
+ "content": "@card.label"
168
166
  }
169
- ],
170
- "direction": "horizontal"
167
+ ]
171
168
  },
172
169
  {
173
- "type": "sparkline",
170
+ "height": 64.0,
174
171
  "color": "auto",
172
+ "strokeWidth": 2.0,
175
173
  "fill": true,
176
174
  "className": "w-full",
177
- "height": 64.0,
178
- "strokeWidth": 2.0,
179
175
  "data": [
180
176
  1.0,
181
177
  2.0,
@@ -184,60 +180,64 @@
184
180
  5.0,
185
181
  6.0,
186
182
  7.0
187
- ]
183
+ ],
184
+ "type": "sparkline"
188
185
  },
189
186
  {
190
- "direction": "horizontal",
191
- "justify": "between",
192
187
  "gap": "sm",
193
- "type": "stack",
188
+ "direction": "horizontal",
194
189
  "children": [
195
190
  {
196
191
  "gap": "xs",
197
- "direction": "horizontal",
192
+ "align": "baseline",
198
193
  "type": "stack",
199
194
  "children": [
200
195
  {
201
- "type": "typography",
202
- "content": "@card.prefix",
203
196
  "color": "muted",
204
- "variant": "caption"
197
+ "content": "@card.prefix",
198
+ "variant": "caption",
199
+ "type": "typography"
205
200
  },
206
201
  {
207
- "className": "tabular-nums",
208
202
  "variant": "h3",
209
- "content": "@card.value",
210
203
  "type": "typography",
204
+ "content": "@card.value",
205
+ "className": "tabular-nums",
211
206
  "weight": "semibold"
212
207
  },
213
208
  {
214
209
  "variant": "caption",
210
+ "content": "@card.suffix",
215
211
  "type": "typography",
216
- "color": "muted",
217
- "content": "@card.suffix"
212
+ "color": "muted"
218
213
  }
219
214
  ],
220
- "align": "baseline"
215
+ "direction": "horizontal"
221
216
  },
222
217
  {
223
- "size": "sm",
218
+ "value": "@card.trend",
224
219
  "type": "trend-indicator",
225
- "showValue": true,
226
- "value": "@card.trend"
220
+ "size": "sm",
221
+ "showValue": true
227
222
  }
228
223
  ],
229
- "align": "baseline"
224
+ "justify": "between",
225
+ "align": "baseline",
226
+ "type": "stack"
230
227
  }
231
- ]
228
+ ],
229
+ "type": "stack",
230
+ "direction": "vertical",
231
+ "gap": "sm"
232
232
  }
233
233
  ],
234
- "fields": [],
235
- "entity": "@entity.cards"
234
+ "entity": "@entity.cards",
235
+ "gap": "md"
236
236
  }
237
237
  ],
238
- "cols": 2.0,
238
+ "type": "simple-grid",
239
239
  "gap": "md",
240
- "type": "simple-grid"
240
+ "cols": 2.0
241
241
  }
242
242
  }
243
243
  }
@@ -29,110 +29,110 @@
29
29
  "linkedEntity": "CardsDeckView",
30
30
  "config": {
31
31
  "bodyContent": {
32
+ "className": "max-w-2xl mx-auto pt-section",
33
+ "direction": "vertical",
32
34
  "type": "stack",
33
35
  "align": "center",
34
- "className": "max-w-2xl mx-auto pt-section",
35
36
  "children": [
36
37
  {
37
38
  "children": [
38
39
  {
39
- "align": "center",
40
40
  "children": [
41
41
  {
42
42
  "name": "@entity.currentStepIcon",
43
- "type": "icon",
44
- "size": "lg"
43
+ "size": "lg",
44
+ "type": "icon"
45
45
  },
46
46
  {
47
- "align": "center",
48
- "type": "typography",
49
47
  "variant": "h1",
50
- "content": "@entity.currentStepLabel"
48
+ "type": "typography",
49
+ "content": "@entity.currentStepLabel",
50
+ "align": "center"
51
51
  },
52
52
  {
53
+ "align": "center",
54
+ "content": "@entity.currentStepDescription",
53
55
  "color": "muted",
54
56
  "type": "typography",
55
- "variant": "body",
56
- "align": "center",
57
- "content": "@entity.currentStepDescription"
57
+ "variant": "body"
58
58
  },
59
59
  {
60
- "align": "center",
60
+ "type": "stack",
61
+ "gap": "sm",
61
62
  "className": "pt-md",
63
+ "direction": "horizontal",
62
64
  "children": [
63
65
  {
64
- "variant": "ghost",
65
- "icon": "x",
66
66
  "label": "Reject",
67
- "type": "button",
67
+ "action": "REJECT",
68
+ "icon": "x",
68
69
  "actionPayload": {
69
70
  "id": "@entity.id"
70
71
  },
71
- "action": "REJECT"
72
+ "type": "button",
73
+ "variant": "ghost"
72
74
  },
73
75
  {
76
+ "action": "ESCALATE",
74
77
  "icon": "alert-triangle",
75
78
  "actionPayload": {
76
79
  "id": "@entity.id"
77
80
  },
78
- "label": "Escalate",
79
- "action": "ESCALATE",
80
81
  "type": "button",
82
+ "label": "Escalate",
81
83
  "variant": "ghost"
82
84
  }
83
85
  ],
84
- "direction": "horizontal",
85
- "gap": "sm",
86
- "type": "stack"
86
+ "align": "center"
87
87
  }
88
88
  ],
89
- "className": "p-card-xl text-center",
90
- "gap": "lg",
91
89
  "type": "stack",
92
- "direction": "vertical"
90
+ "direction": "vertical",
91
+ "gap": "lg",
92
+ "className": "p-card-xl text-center",
93
+ "align": "center"
93
94
  }
94
95
  ],
95
- "look": "@config.cardLook",
96
- "type": "card"
96
+ "type": "card",
97
+ "look": "@config.cardLook"
97
98
  },
98
99
  {
99
- "direction": "horizontal",
100
- "gap": "lg",
101
- "type": "stack",
102
- "align": "center",
103
100
  "children": [
104
101
  {
105
- "disabled": "@entity.isFirstStep",
106
102
  "variant": "ghost",
107
- "label": "Back",
108
- "action": "BACK",
109
103
  "icon": "chevron-left",
104
+ "label": "Back",
110
105
  "actionPayload": {
111
106
  "id": "@entity.id"
112
107
  },
113
- "type": "button"
108
+ "action": "BACK",
109
+ "type": "button",
110
+ "disabled": "@entity.isFirstStep"
114
111
  },
115
112
  {
116
- "count": "@entity.totalSteps",
117
113
  "currentIndex": "@entity.currentStepIndex",
118
- "size": "md",
119
- "type": "progress-dots"
114
+ "count": "@entity.totalSteps",
115
+ "type": "progress-dots",
116
+ "size": "md"
120
117
  },
121
118
  {
122
- "label": "@entity.primaryActionLabel",
123
- "type": "button",
124
119
  "variant": "primary",
125
- "action": "ADVANCE",
126
120
  "icon": "@entity.primaryActionIcon",
127
121
  "actionPayload": {
128
122
  "id": "@entity.id"
129
- }
123
+ },
124
+ "action": "ADVANCE",
125
+ "type": "button",
126
+ "label": "@entity.primaryActionLabel"
130
127
  }
131
128
  ],
132
- "className": "justify-between w-full"
129
+ "align": "center",
130
+ "gap": "lg",
131
+ "type": "stack",
132
+ "className": "justify-between w-full",
133
+ "direction": "horizontal"
133
134
  }
134
135
  ],
135
- "direction": "vertical",
136
136
  "gap": "xl"
137
137
  }
138
138
  }
@@ -33,143 +33,142 @@
33
33
  "linkedEntity": "ProgressVerticalView",
34
34
  "config": {
35
35
  "bodyContent": {
36
+ "className": "max-w-2xl mx-auto pt-section w-full",
37
+ "direction": "vertical",
36
38
  "type": "stack",
39
+ "gap": "lg",
37
40
  "children": [
38
41
  {
39
- "direction": "vertical",
42
+ "gap": "sm",
40
43
  "children": [
41
44
  {
45
+ "justify": "between",
42
46
  "gap": "sm",
43
47
  "type": "stack",
44
- "justify": "between",
45
- "direction": "horizontal",
46
48
  "children": [
47
49
  {
48
- "type": "typography",
49
50
  "content": "@config.title",
51
+ "type": "typography",
50
52
  "variant": "h3"
51
53
  },
52
54
  {
53
- "type": "typography",
54
55
  "color": "muted",
56
+ "type": "typography",
55
57
  "content": "@entity.progressLabel",
56
58
  "variant": "caption"
57
59
  }
58
60
  ],
61
+ "direction": "horizontal",
59
62
  "align": "center"
60
63
  },
61
64
  {
62
- "steps": "@entity.totalSteps",
63
65
  "value": "@entity.currentStepIndex",
64
66
  "max": "@entity.totalSteps",
67
+ "steps": "@entity.totalSteps",
65
68
  "type": "progress-bar"
66
69
  }
67
70
  ],
68
- "gap": "sm",
71
+ "direction": "vertical",
69
72
  "type": "stack"
70
73
  },
71
74
  {
72
75
  "type": "divider"
73
76
  },
74
77
  {
78
+ "type": "data-list",
79
+ "gap": "md",
80
+ "entity": "@entity.wizardSteps",
81
+ "fields": [],
75
82
  "renderItem": [
76
83
  "fn",
77
84
  "step",
78
85
  {
79
86
  "look": "@config.cardLook",
87
+ "type": "card",
80
88
  "children": [
81
89
  {
90
+ "type": "stack",
91
+ "className": "p-card-md",
92
+ "direction": "horizontal",
93
+ "align": "center",
82
94
  "children": [
83
95
  {
96
+ "type": "badge",
84
97
  "label": "@step.indexLabel",
85
- "variant": "@step.badgeVariant",
86
- "type": "badge"
98
+ "variant": "@step.badgeVariant"
87
99
  },
88
100
  {
89
101
  "type": "icon",
90
- "size": "md",
91
- "name": "@step.icon"
102
+ "name": "@step.icon",
103
+ "size": "md"
92
104
  },
93
105
  {
94
106
  "type": "stack",
95
- "gap": "xs",
96
- "direction": "vertical",
97
107
  "children": [
98
108
  {
99
- "variant": "h4",
100
109
  "type": "typography",
101
- "content": "@step.label"
110
+ "content": "@step.label",
111
+ "variant": "h4"
102
112
  },
103
113
  {
104
- "color": "muted",
105
- "content": "@step.description",
114
+ "variant": "caption",
106
115
  "type": "typography",
107
- "variant": "caption"
116
+ "content": "@step.description",
117
+ "color": "muted"
108
118
  }
109
- ]
119
+ ],
120
+ "gap": "xs",
121
+ "direction": "vertical"
110
122
  }
111
123
  ],
112
- "className": "p-card-md",
113
- "direction": "horizontal",
114
- "align": "center",
115
- "gap": "md",
116
- "type": "stack"
124
+ "gap": "md"
117
125
  }
118
- ],
119
- "type": "card"
126
+ ]
120
127
  }
121
- ],
122
- "fields": [],
123
- "type": "data-list",
124
- "gap": "md",
125
- "entity": "@entity.wizardSteps"
128
+ ]
126
129
  },
127
130
  {
128
- "direction": "horizontal",
129
131
  "gap": "sm",
130
- "align": "center",
131
- "type": "stack",
132
+ "className": "justify-between",
132
133
  "children": [
133
134
  {
134
- "action": "BACK",
135
- "disabled": "@entity.isFirstStep",
136
- "type": "button",
137
- "label": "Back",
138
- "icon": "chevron-left",
139
135
  "actionPayload": {
140
136
  "id": "@entity.id"
141
137
  },
142
- "variant": "ghost"
138
+ "icon": "chevron-left",
139
+ "type": "button",
140
+ "label": "Back",
141
+ "disabled": "@entity.isFirstStep",
142
+ "variant": "ghost",
143
+ "action": "BACK"
143
144
  },
144
145
  {
145
- "align": "center",
146
- "type": "stack",
147
- "gap": "sm",
148
146
  "direction": "horizontal",
147
+ "gap": "sm",
149
148
  "children": [
150
149
  {
151
- "icon": "x",
152
- "label": "Reject",
150
+ "action": "REJECT",
153
151
  "actionPayload": {
154
152
  "id": "@entity.id"
155
153
  },
154
+ "icon": "x",
156
155
  "variant": "ghost",
157
- "action": "REJECT",
156
+ "label": "Reject",
158
157
  "type": "button"
159
158
  },
160
159
  {
161
- "label": "Escalate",
162
- "icon": "alert-triangle",
163
160
  "variant": "ghost",
164
161
  "actionPayload": {
165
162
  "id": "@entity.id"
166
163
  },
167
164
  "type": "button",
168
- "action": "ESCALATE"
165
+ "label": "Escalate",
166
+ "action": "ESCALATE",
167
+ "icon": "alert-triangle"
169
168
  },
170
169
  {
171
- "variant": "primary",
172
170
  "type": "button",
171
+ "variant": "primary",
173
172
  "label": "@entity.primaryActionLabel",
174
173
  "action": "ADVANCE",
175
174
  "actionPayload": {
@@ -177,15 +176,16 @@
177
176
  },
178
177
  "icon": "@entity.primaryActionIcon"
179
178
  }
180
- ]
179
+ ],
180
+ "align": "center",
181
+ "type": "stack"
181
182
  }
182
183
  ],
183
- "className": "justify-between"
184
+ "align": "center",
185
+ "direction": "horizontal",
186
+ "type": "stack"
184
187
  }
185
- ],
186
- "className": "max-w-2xl mx-auto pt-section w-full",
187
- "direction": "vertical",
188
- "gap": "lg"
188
+ ]
189
189
  }
190
190
  }
191
191
  }