@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
@@ -47,17 +47,6 @@
47
47
  "items": {
48
48
  "type": "object",
49
49
  "properties": {
50
- "status": {
51
- "name": "status",
52
- "type": "string",
53
- "required": false,
54
- "values": [
55
- "complete",
56
- "active",
57
- "pending",
58
- "error"
59
- ]
60
- },
61
50
  "kind": {
62
51
  "name": "kind",
63
52
  "type": "string",
@@ -69,10 +58,10 @@
69
58
  "rejected"
70
59
  ]
71
60
  },
72
- "description": {
73
- "name": "description",
61
+ "title": {
62
+ "name": "title",
74
63
  "type": "string",
75
- "required": false
64
+ "required": true
76
65
  },
77
66
  "date": {
78
67
  "name": "date",
@@ -84,10 +73,21 @@
84
73
  "type": "string",
85
74
  "required": true
86
75
  },
87
- "title": {
88
- "name": "title",
76
+ "status": {
77
+ "name": "status",
89
78
  "type": "string",
90
- "required": true
79
+ "required": false,
80
+ "values": [
81
+ "complete",
82
+ "active",
83
+ "pending",
84
+ "error"
85
+ ]
86
+ },
87
+ "description": {
88
+ "name": "description",
89
+ "type": "string",
90
+ "required": false
91
91
  }
92
92
  }
93
93
  }
@@ -99,21 +99,11 @@
99
99
  "items": {
100
100
  "type": "object",
101
101
  "properties": {
102
- "title": {
103
- "name": "title",
104
- "type": "string",
105
- "required": true
106
- },
107
102
  "description": {
108
103
  "name": "description",
109
104
  "type": "string",
110
105
  "required": false
111
106
  },
112
- "date": {
113
- "name": "date",
114
- "type": "string",
115
- "required": false
116
- },
117
107
  "kind": {
118
108
  "name": "kind",
119
109
  "type": "string",
@@ -130,6 +120,16 @@
130
120
  "type": "string",
131
121
  "required": true
132
122
  },
123
+ "title": {
124
+ "name": "title",
125
+ "type": "string",
126
+ "required": true
127
+ },
128
+ "date": {
129
+ "name": "date",
130
+ "type": "string",
131
+ "required": false
132
+ },
133
133
  "status": {
134
134
  "name": "status",
135
135
  "type": "string",
@@ -422,24 +422,24 @@
422
422
  "@k",
423
423
  "key"
424
424
  ],
425
- "icon": [
425
+ "label": [
426
426
  "object/get",
427
427
  "@k",
428
- "icon",
429
- "circle"
428
+ "label"
430
429
  ],
431
- "label": [
430
+ "icon": [
432
431
  "object/get",
433
432
  "@k",
434
- "label"
433
+ "icon",
434
+ "circle"
435
435
  ]
436
436
  }
437
437
  ]
438
438
  ],
439
439
  {
440
- "icon": "list",
441
440
  "id": "",
442
- "label": "All"
441
+ "label": "All",
442
+ "icon": "list"
443
443
  }
444
444
  ]
445
445
  ],
@@ -466,12 +466,6 @@
466
466
  ""
467
467
  ]
468
468
  ],
469
- "kind": [
470
- "object/get",
471
- "@row",
472
- "kind",
473
- ""
474
- ],
475
469
  "status": [
476
470
  "object/get",
477
471
  [
@@ -503,22 +497,28 @@
503
497
  "status",
504
498
  "pending"
505
499
  ],
506
- "id": [
500
+ "description": [
507
501
  "object/get",
508
502
  "@row",
509
- "id",
503
+ "description",
510
504
  ""
511
505
  ],
512
- "title": [
506
+ "kind": [
513
507
  "object/get",
514
508
  "@row",
515
- "title",
509
+ "kind",
516
510
  ""
517
511
  ],
518
- "description": [
512
+ "id": [
519
513
  "object/get",
520
514
  "@row",
521
- "description",
515
+ "id",
516
+ ""
517
+ ],
518
+ "title": [
519
+ "object/get",
520
+ "@row",
521
+ "title",
522
522
  ""
523
523
  ]
524
524
  }
@@ -540,30 +540,6 @@
540
540
  "fn",
541
541
  "row",
542
542
  {
543
- "title": [
544
- "object/get",
545
- "@row",
546
- "title",
547
- ""
548
- ],
549
- "id": [
550
- "object/get",
551
- "@row",
552
- "id",
553
- ""
554
- ],
555
- "kind": [
556
- "object/get",
557
- "@row",
558
- "kind",
559
- ""
560
- ],
561
- "description": [
562
- "object/get",
563
- "@row",
564
- "description",
565
- ""
566
- ],
567
543
  "status": [
568
544
  "object/get",
569
545
  [
@@ -595,6 +571,12 @@
595
571
  "status",
596
572
  "pending"
597
573
  ],
574
+ "kind": [
575
+ "object/get",
576
+ "@row",
577
+ "kind",
578
+ ""
579
+ ],
598
580
  "date": [
599
581
  "object/get",
600
582
  "@row",
@@ -605,6 +587,24 @@
605
587
  "date",
606
588
  ""
607
589
  ]
590
+ ],
591
+ "description": [
592
+ "object/get",
593
+ "@row",
594
+ "description",
595
+ ""
596
+ ],
597
+ "id": [
598
+ "object/get",
599
+ "@row",
600
+ "id",
601
+ ""
602
+ ],
603
+ "title": [
604
+ "object/get",
605
+ "@row",
606
+ "title",
607
+ ""
608
608
  ]
609
609
  }
610
610
  ]
@@ -618,51 +618,51 @@
618
618
  "main",
619
619
  {
620
620
  "gap": "md",
621
- "type": "stack",
622
- "direction": "vertical",
623
621
  "children": [
624
622
  {
625
- "align": "center",
626
- "type": "stack",
627
623
  "children": [
628
624
  {
629
- "name": "history",
630
- "type": "icon"
625
+ "type": "icon",
626
+ "name": "history"
631
627
  },
632
628
  {
633
629
  "variant": "h3",
634
- "type": "typography",
635
- "content": "@config.title"
630
+ "content": "@config.title",
631
+ "type": "typography"
636
632
  },
637
633
  {
638
- "variant": "primary",
639
634
  "type": "button",
640
635
  "label": "Log event",
641
636
  "action": "OPEN_BACKFILL",
642
- "icon": "plus"
637
+ "icon": "plus",
638
+ "variant": "primary"
643
639
  }
644
640
  ],
641
+ "direction": "horizontal",
645
642
  "gap": "sm",
646
- "direction": "horizontal"
643
+ "type": "stack",
644
+ "align": "center"
647
645
  },
648
646
  {
649
- "type": "tabs",
647
+ "tabChangeEvent": "APPLY_FILTER",
650
648
  "tabs": "@entity.filterChips",
651
- "activeTab": "@entity.filterKind",
652
- "tabChangeEvent": "APPLY_FILTER"
649
+ "type": "tabs",
650
+ "activeTab": "@entity.filterKind"
653
651
  },
654
652
  {
655
- "entity": "@entity.entries",
656
653
  "fields": [
657
654
  "title",
658
655
  "description",
659
656
  "date",
660
657
  "status"
661
658
  ],
662
- "type": "timeline",
663
- "look": "@config.timelineLook"
659
+ "entity": "@entity.entries",
660
+ "look": "@config.timelineLook",
661
+ "type": "timeline"
664
662
  }
665
- ]
663
+ ],
664
+ "direction": "vertical",
665
+ "type": "stack"
666
666
  }
667
667
  ]
668
668
  ]
@@ -681,9 +681,9 @@
681
681
  "render-ui",
682
682
  "main",
683
683
  {
684
- "message": "@entity.errorMessage",
685
684
  "type": "error-state",
686
- "title": "Failed to load"
685
+ "title": "Failed to load",
686
+ "message": "@entity.errorMessage"
687
687
  }
688
688
  ]
689
689
  ]
@@ -707,8 +707,8 @@
707
707
  "render-ui",
708
708
  "main",
709
709
  {
710
- "title": "Refreshing…",
711
- "type": "loading-state"
710
+ "type": "loading-state",
711
+ "title": "Refreshing…"
712
712
  }
713
713
  ]
714
714
  ]
@@ -727,9 +727,9 @@
727
727
  "render-ui",
728
728
  "main",
729
729
  {
730
- "type": "error-state",
730
+ "message": "@entity.errorMessage",
731
731
  "title": "Save failed",
732
- "message": "@entity.errorMessage"
732
+ "type": "error-state"
733
733
  }
734
734
  ]
735
735
  ]
@@ -778,49 +778,49 @@
778
778
  "main",
779
779
  {
780
780
  "gap": "md",
781
- "direction": "vertical",
782
781
  "type": "stack",
782
+ "direction": "vertical",
783
783
  "children": [
784
784
  {
785
- "direction": "horizontal",
786
- "align": "center",
785
+ "type": "stack",
787
786
  "children": [
788
787
  {
789
788
  "name": "history",
790
789
  "type": "icon"
791
790
  },
792
791
  {
792
+ "variant": "h3",
793
793
  "type": "typography",
794
- "content": "@config.title",
795
- "variant": "h3"
794
+ "content": "@config.title"
796
795
  },
797
796
  {
798
797
  "action": "OPEN_BACKFILL",
799
- "label": "Log event",
800
798
  "type": "button",
801
799
  "icon": "plus",
800
+ "label": "Log event",
802
801
  "variant": "primary"
803
802
  }
804
803
  ],
805
804
  "gap": "sm",
806
- "type": "stack"
805
+ "align": "center",
806
+ "direction": "horizontal"
807
807
  },
808
808
  {
809
809
  "type": "tabs",
810
+ "tabChangeEvent": "APPLY_FILTER",
810
811
  "activeTab": "@entity.filterKind",
811
- "tabs": "@entity.filterChips",
812
- "tabChangeEvent": "APPLY_FILTER"
812
+ "tabs": "@entity.filterChips"
813
813
  },
814
814
  {
815
- "entity": "@entity.entries",
816
- "type": "timeline",
817
- "look": "@config.timelineLook",
818
815
  "fields": [
819
816
  "title",
820
817
  "description",
821
818
  "date",
822
819
  "status"
823
- ]
820
+ ],
821
+ "type": "timeline",
822
+ "entity": "@entity.entries",
823
+ "look": "@config.timelineLook"
824
824
  }
825
825
  ]
826
826
  }
@@ -856,52 +856,52 @@
856
856
  "render-ui",
857
857
  "main",
858
858
  {
859
- "type": "stack",
860
859
  "gap": "md",
861
860
  "children": [
862
861
  {
863
- "gap": "sm",
864
- "type": "stack",
865
862
  "children": [
866
863
  {
867
- "type": "button",
868
864
  "action": "CANCEL_BACKFILL",
869
- "variant": "ghost",
870
865
  "icon": "arrow-left",
866
+ "variant": "ghost",
867
+ "type": "button",
871
868
  "label": "Back"
872
869
  },
873
870
  {
874
- "type": "icon",
875
- "name": "plus-circle"
871
+ "name": "plus-circle",
872
+ "type": "icon"
876
873
  },
877
874
  {
878
875
  "variant": "h3",
879
- "content": "Log event",
880
- "type": "typography"
876
+ "type": "typography",
877
+ "content": "Log event"
881
878
  }
882
879
  ],
883
- "direction": "horizontal",
884
- "align": "center"
880
+ "align": "center",
881
+ "type": "stack",
882
+ "gap": "sm",
883
+ "direction": "horizontal"
885
884
  },
886
885
  {
887
886
  "type": "divider"
888
887
  },
889
888
  {
890
- "look": "@config.cardLook",
889
+ "type": "card",
891
890
  "children": [
892
891
  {
892
+ "type": "form-section",
893
893
  "entity": "@entity",
894
894
  "fields": "@config.formFields",
895
895
  "mode": "create",
896
896
  "cancelEvent": "CANCEL_BACKFILL",
897
- "type": "form-section",
898
897
  "submitEvent": "SAVE_BACKFILL"
899
898
  }
900
899
  ],
901
- "type": "card"
900
+ "look": "@config.cardLook"
902
901
  }
903
902
  ],
904
- "direction": "vertical"
903
+ "direction": "vertical",
904
+ "type": "stack"
905
905
  }
906
906
  ]
907
907
  ]
@@ -918,8 +918,8 @@
918
918
  "@payload.data",
919
919
  {
920
920
  "emit": {
921
- "success": "EventLogSaved",
922
- "failure": "EventLogSaveFailed"
921
+ "failure": "EventLogSaveFailed",
922
+ "success": "EventLogSaved"
923
923
  }
924
924
  }
925
925
  ],
@@ -942,52 +942,52 @@
942
942
  "render-ui",
943
943
  "main",
944
944
  {
945
+ "direction": "vertical",
945
946
  "gap": "md",
947
+ "type": "stack",
946
948
  "children": [
947
949
  {
950
+ "type": "stack",
951
+ "direction": "horizontal",
952
+ "align": "center",
948
953
  "children": [
949
954
  {
950
955
  "name": "history",
951
956
  "type": "icon"
952
957
  },
953
958
  {
959
+ "variant": "h3",
954
960
  "type": "typography",
955
- "content": "@config.title",
956
- "variant": "h3"
961
+ "content": "@config.title"
957
962
  },
958
963
  {
959
- "variant": "primary",
960
- "action": "OPEN_BACKFILL",
961
964
  "icon": "plus",
965
+ "variant": "primary",
962
966
  "type": "button",
963
- "label": "Log event"
967
+ "label": "Log event",
968
+ "action": "OPEN_BACKFILL"
964
969
  }
965
970
  ],
966
- "direction": "horizontal",
967
- "type": "stack",
968
- "gap": "sm",
969
- "align": "center"
971
+ "gap": "sm"
970
972
  },
971
973
  {
972
- "tabChangeEvent": "APPLY_FILTER",
973
974
  "activeTab": "@entity.filterKind",
975
+ "type": "tabs",
974
976
  "tabs": "@entity.filterChips",
975
- "type": "tabs"
977
+ "tabChangeEvent": "APPLY_FILTER"
976
978
  },
977
979
  {
980
+ "entity": "@entity.entries",
978
981
  "look": "@config.timelineLook",
979
- "type": "timeline",
980
982
  "fields": [
981
983
  "title",
982
984
  "description",
983
985
  "date",
984
986
  "status"
985
987
  ],
986
- "entity": "@entity.entries"
988
+ "type": "timeline"
987
989
  }
988
- ],
989
- "direction": "vertical",
990
- "type": "stack"
990
+ ]
991
991
  }
992
992
  ]
993
993
  ]
@@ -1001,8 +1001,8 @@
1001
1001
  "render-ui",
1002
1002
  "main",
1003
1003
  {
1004
- "type": "loading-state",
1005
- "title": "Retrying…"
1004
+ "title": "Retrying…",
1005
+ "type": "loading-state"
1006
1006
  }
1007
1007
  ]
1008
1008
  ]
@@ -1014,27 +1014,27 @@
1014
1014
  "type": "[KindOption]",
1015
1015
  "default": [
1016
1016
  {
1017
- "status": "active",
1018
- "key": "created",
1019
1017
  "icon": "plus-circle",
1020
- "label": "Created"
1018
+ "key": "created",
1019
+ "label": "Created",
1020
+ "status": "active"
1021
1021
  },
1022
1022
  {
1023
- "icon": "edit-3",
1024
1023
  "label": "Updated",
1024
+ "icon": "edit-3",
1025
1025
  "key": "updated",
1026
1026
  "status": "pending"
1027
1027
  },
1028
1028
  {
1029
- "status": "complete",
1029
+ "icon": "check-circle",
1030
1030
  "key": "approved",
1031
1031
  "label": "Approved",
1032
- "icon": "check-circle"
1032
+ "status": "complete"
1033
1033
  },
1034
1034
  {
1035
1035
  "icon": "x-circle",
1036
- "key": "rejected",
1037
1036
  "status": "error",
1037
+ "key": "rejected",
1038
1038
  "label": "Rejected"
1039
1039
  }
1040
1040
  ],
@@ -1044,6 +1044,11 @@
1044
1044
  "items": {
1045
1045
  "type": "object",
1046
1046
  "properties": {
1047
+ "key": {
1048
+ "name": "key",
1049
+ "type": "string",
1050
+ "required": true
1051
+ },
1047
1052
  "icon": {
1048
1053
  "name": "icon",
1049
1054
  "type": "string",
@@ -1064,15 +1069,26 @@
1064
1069
  "pending",
1065
1070
  "error"
1066
1071
  ]
1067
- },
1068
- "key": {
1069
- "name": "key",
1070
- "type": "string",
1071
- "required": true
1072
1072
  }
1073
1073
  }
1074
1074
  }
1075
1075
  },
1076
+ "cardLook": {
1077
+ "type": "string",
1078
+ "default": "elevated",
1079
+ "label": "Card look",
1080
+ "description": "Layer 2 visual treatment for cards rendered by this atom.",
1081
+ "tier": "presentation",
1082
+ "values": [
1083
+ "elevated",
1084
+ "flat-bordered",
1085
+ "borderless-divider",
1086
+ "ticket",
1087
+ "invoice",
1088
+ "chip",
1089
+ "tile-image-first"
1090
+ ]
1091
+ },
1076
1092
  "timelineLook": {
1077
1093
  "type": "string",
1078
1094
  "default": "vertical-spacious",
@@ -1107,22 +1123,6 @@
1107
1123
  "items": {
1108
1124
  "type": "string"
1109
1125
  }
1110
- },
1111
- "cardLook": {
1112
- "type": "string",
1113
- "default": "elevated",
1114
- "label": "Card look",
1115
- "description": "Layer 2 visual treatment for cards rendered by this atom.",
1116
- "tier": "presentation",
1117
- "values": [
1118
- "elevated",
1119
- "flat-bordered",
1120
- "borderless-divider",
1121
- "ticket",
1122
- "invoice",
1123
- "chip",
1124
- "tile-image-first"
1125
- ]
1126
1126
  }
1127
1127
  },
1128
1128
  "scope": "instance"