@almadar/std 3.2.1 → 3.2.3

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 (295) hide show
  1. package/behaviors/exports/atoms/std-async.orb +41 -24
  2. package/behaviors/exports/atoms/std-browse.orb +44 -44
  3. package/behaviors/exports/atoms/std-cache-aside.orb +256 -42
  4. package/behaviors/exports/atoms/std-calendar.orb +770 -0
  5. package/behaviors/exports/atoms/std-circuit-breaker.orb +577 -97
  6. package/behaviors/exports/atoms/std-collision.orb +278 -206
  7. package/behaviors/exports/atoms/std-combat-log.orb +6 -1
  8. package/behaviors/exports/atoms/std-combat.orb +6 -1
  9. package/behaviors/exports/atoms/std-confirmation.orb +212 -7
  10. package/behaviors/exports/atoms/std-dialogue-box.orb +6 -1
  11. package/behaviors/exports/atoms/std-display.orb +1186 -376
  12. package/behaviors/exports/atoms/std-drawer.orb +307 -101
  13. package/behaviors/exports/atoms/std-filter.orb +211 -18
  14. package/behaviors/exports/atoms/std-flip-card.orb +596 -0
  15. package/behaviors/exports/atoms/std-gallery.orb +382 -0
  16. package/behaviors/exports/atoms/std-game-audio.orb +6 -1
  17. package/behaviors/exports/atoms/std-game-canvas2d.orb +6 -1
  18. package/behaviors/exports/atoms/std-game-canvas3d.orb +6 -1
  19. package/behaviors/exports/atoms/std-game-hud.orb +6 -1
  20. package/behaviors/exports/atoms/std-game-menu.orb +6 -1
  21. package/behaviors/exports/atoms/std-game-over-screen.orb +6 -1
  22. package/behaviors/exports/atoms/std-gameflow.orb +100 -5
  23. package/behaviors/exports/atoms/std-input.orb +142 -137
  24. package/behaviors/exports/atoms/std-inventory-panel.orb +6 -1
  25. package/behaviors/exports/atoms/std-isometric-canvas.orb +6 -1
  26. package/behaviors/exports/atoms/std-loading.orb +149 -170
  27. package/behaviors/exports/atoms/std-modal.orb +159 -94
  28. package/behaviors/exports/atoms/std-movement.orb +401 -31
  29. package/behaviors/exports/atoms/std-notification.orb +117 -95
  30. package/behaviors/exports/atoms/std-overworld.orb +44 -16
  31. package/behaviors/exports/atoms/std-pagination.orb +44 -115
  32. package/behaviors/exports/atoms/std-physics2d.orb +6 -1
  33. package/behaviors/exports/atoms/std-platformer-canvas.orb +6 -1
  34. package/behaviors/exports/atoms/std-quest.orb +309 -34
  35. package/behaviors/exports/atoms/std-rate-limiter.orb +410 -157
  36. package/behaviors/exports/atoms/std-rating.orb +328 -0
  37. package/behaviors/exports/atoms/std-score-board.orb +6 -1
  38. package/behaviors/exports/atoms/std-score.orb +252 -11
  39. package/behaviors/exports/atoms/std-search.orb +62 -47
  40. package/behaviors/exports/atoms/std-selection.orb +180 -149
  41. package/behaviors/exports/atoms/std-simulation-canvas.orb +6 -1
  42. package/behaviors/exports/atoms/std-sort.orb +192 -60
  43. package/behaviors/exports/atoms/std-sprite.orb +6 -1
  44. package/behaviors/exports/atoms/std-tabs.orb +25 -15
  45. package/behaviors/exports/atoms/std-text-effects.orb +658 -0
  46. package/behaviors/exports/atoms/std-theme.orb +573 -0
  47. package/behaviors/exports/atoms/std-timer.orb +483 -91
  48. package/behaviors/exports/atoms/std-undo.orb +211 -81
  49. package/behaviors/exports/atoms/std-upload.orb +535 -0
  50. package/behaviors/exports/atoms/std-wizard.orb +677 -240
  51. package/behaviors/exports/molecules/std-builder-game.orb +49 -4
  52. package/behaviors/exports/molecules/std-cart.orb +325 -102
  53. package/behaviors/exports/molecules/std-classifier-game.orb +49 -4
  54. package/behaviors/exports/molecules/std-debugger-game.orb +49 -4
  55. package/behaviors/exports/molecules/std-detail.orb +52 -48
  56. package/behaviors/exports/molecules/std-event-handler-game.orb +49 -4
  57. package/behaviors/exports/molecules/std-form-advanced.orb +654 -0
  58. package/behaviors/exports/molecules/std-geospatial.orb +70 -51
  59. package/behaviors/exports/molecules/std-inventory.orb +92 -53
  60. package/behaviors/exports/molecules/std-list.orb +416 -52
  61. package/behaviors/exports/molecules/std-messaging.orb +41 -49
  62. package/behaviors/exports/molecules/std-negotiator-game.orb +49 -4
  63. package/behaviors/exports/molecules/std-platformer-game.orb +58 -3
  64. package/behaviors/exports/molecules/std-puzzle-game.orb +58 -7
  65. package/behaviors/exports/molecules/std-quiz.orb +1045 -0
  66. package/behaviors/exports/molecules/std-sequencer-game.orb +49 -4
  67. package/behaviors/exports/molecules/std-simulator-game.orb +49 -4
  68. package/behaviors/exports/molecules/std-turn-based-battle.orb +66 -1
  69. package/behaviors/exports/organisms/std-api-gateway.orb +2615 -867
  70. package/behaviors/exports/organisms/std-arcade-game.orb +399 -197
  71. package/behaviors/exports/organisms/std-booking-system.orb +3154 -1305
  72. package/behaviors/exports/organisms/std-cicd-pipeline.orb +2298 -779
  73. package/behaviors/exports/organisms/std-cms.orb +1150 -277
  74. package/behaviors/exports/organisms/std-coding-academy.orb +1222 -533
  75. package/behaviors/exports/organisms/std-crm.orb +2357 -821
  76. package/behaviors/exports/organisms/std-devops-dashboard.orb +4230 -1281
  77. package/behaviors/exports/organisms/std-ecommerce.orb +2660 -1098
  78. package/behaviors/exports/organisms/std-finance-tracker.orb +1749 -737
  79. package/behaviors/exports/organisms/std-healthcare.orb +3593 -1478
  80. package/behaviors/exports/organisms/std-helpdesk.orb +1870 -738
  81. package/behaviors/exports/organisms/std-hr-portal.orb +3290 -1385
  82. package/behaviors/exports/organisms/std-iot-dashboard.orb +2704 -788
  83. package/behaviors/exports/organisms/std-lms.orb +2548 -1192
  84. package/behaviors/exports/organisms/std-logic-training.orb +220 -66
  85. package/behaviors/exports/organisms/std-platformer-app.orb +373 -194
  86. package/behaviors/exports/organisms/std-project-manager.orb +2347 -806
  87. package/behaviors/exports/organisms/std-puzzle-app.orb +240 -95
  88. package/behaviors/exports/organisms/std-realtime-chat.orb +2020 -660
  89. package/behaviors/exports/organisms/std-rpg-game.orb +1303 -740
  90. package/behaviors/exports/organisms/std-social-feed.orb +184 -168
  91. package/behaviors/exports/organisms/std-stem-lab.orb +1223 -512
  92. package/behaviors/exports/organisms/std-strategy-game.orb +1412 -731
  93. package/behaviors/exports/organisms/std-trading-dashboard.orb +1869 -695
  94. package/behaviors/exports/validation-report.json +3 -750
  95. package/behaviors/exports/verify-results.json +13 -0
  96. package/dist/behaviors/exports/atoms/std-async.orb +41 -24
  97. package/dist/behaviors/exports/atoms/std-browse.orb +44 -44
  98. package/dist/behaviors/exports/atoms/std-cache-aside.orb +256 -42
  99. package/dist/behaviors/exports/atoms/std-calendar.orb +770 -0
  100. package/dist/behaviors/exports/atoms/std-circuit-breaker.orb +577 -97
  101. package/dist/behaviors/exports/atoms/std-collision.orb +278 -206
  102. package/dist/behaviors/exports/atoms/std-combat-log.orb +6 -1
  103. package/dist/behaviors/exports/atoms/std-combat.orb +6 -1
  104. package/dist/behaviors/exports/atoms/std-confirmation.orb +212 -7
  105. package/dist/behaviors/exports/atoms/std-dialogue-box.orb +6 -1
  106. package/dist/behaviors/exports/atoms/std-display.orb +1186 -376
  107. package/dist/behaviors/exports/atoms/std-drawer.orb +307 -101
  108. package/dist/behaviors/exports/atoms/std-filter.orb +211 -18
  109. package/dist/behaviors/exports/atoms/std-flip-card.orb +596 -0
  110. package/dist/behaviors/exports/atoms/std-gallery.orb +382 -0
  111. package/dist/behaviors/exports/atoms/std-game-audio.orb +6 -1
  112. package/dist/behaviors/exports/atoms/std-game-canvas2d.orb +6 -1
  113. package/dist/behaviors/exports/atoms/std-game-canvas3d.orb +6 -1
  114. package/dist/behaviors/exports/atoms/std-game-hud.orb +6 -1
  115. package/dist/behaviors/exports/atoms/std-game-menu.orb +6 -1
  116. package/dist/behaviors/exports/atoms/std-game-over-screen.orb +6 -1
  117. package/dist/behaviors/exports/atoms/std-gameflow.orb +100 -5
  118. package/dist/behaviors/exports/atoms/std-input.orb +142 -137
  119. package/dist/behaviors/exports/atoms/std-inventory-panel.orb +6 -1
  120. package/dist/behaviors/exports/atoms/std-isometric-canvas.orb +6 -1
  121. package/dist/behaviors/exports/atoms/std-loading.orb +149 -170
  122. package/dist/behaviors/exports/atoms/std-modal.orb +159 -94
  123. package/dist/behaviors/exports/atoms/std-movement.orb +401 -31
  124. package/dist/behaviors/exports/atoms/std-notification.orb +117 -95
  125. package/dist/behaviors/exports/atoms/std-overworld.orb +44 -16
  126. package/dist/behaviors/exports/atoms/std-pagination.orb +44 -115
  127. package/dist/behaviors/exports/atoms/std-physics2d.orb +6 -1
  128. package/dist/behaviors/exports/atoms/std-platformer-canvas.orb +6 -1
  129. package/dist/behaviors/exports/atoms/std-quest.orb +309 -34
  130. package/dist/behaviors/exports/atoms/std-rate-limiter.orb +410 -157
  131. package/dist/behaviors/exports/atoms/std-rating.orb +328 -0
  132. package/dist/behaviors/exports/atoms/std-score-board.orb +6 -1
  133. package/dist/behaviors/exports/atoms/std-score.orb +252 -11
  134. package/dist/behaviors/exports/atoms/std-search.orb +62 -47
  135. package/dist/behaviors/exports/atoms/std-selection.orb +180 -149
  136. package/dist/behaviors/exports/atoms/std-simulation-canvas.orb +6 -1
  137. package/dist/behaviors/exports/atoms/std-sort.orb +192 -60
  138. package/dist/behaviors/exports/atoms/std-sprite.orb +6 -1
  139. package/dist/behaviors/exports/atoms/std-tabs.orb +25 -15
  140. package/dist/behaviors/exports/atoms/std-text-effects.orb +658 -0
  141. package/dist/behaviors/exports/atoms/std-theme.orb +573 -0
  142. package/dist/behaviors/exports/atoms/std-timer.orb +483 -91
  143. package/dist/behaviors/exports/atoms/std-undo.orb +211 -81
  144. package/dist/behaviors/exports/atoms/std-upload.orb +535 -0
  145. package/dist/behaviors/exports/atoms/std-wizard.orb +677 -240
  146. package/dist/behaviors/exports/molecules/std-builder-game.orb +49 -4
  147. package/dist/behaviors/exports/molecules/std-cart.orb +325 -102
  148. package/dist/behaviors/exports/molecules/std-classifier-game.orb +49 -4
  149. package/dist/behaviors/exports/molecules/std-debugger-game.orb +49 -4
  150. package/dist/behaviors/exports/molecules/std-detail.orb +52 -48
  151. package/dist/behaviors/exports/molecules/std-event-handler-game.orb +49 -4
  152. package/dist/behaviors/exports/molecules/std-form-advanced.orb +654 -0
  153. package/dist/behaviors/exports/molecules/std-geospatial.orb +70 -51
  154. package/dist/behaviors/exports/molecules/std-inventory.orb +92 -53
  155. package/dist/behaviors/exports/molecules/std-list.orb +416 -52
  156. package/dist/behaviors/exports/molecules/std-messaging.orb +41 -49
  157. package/dist/behaviors/exports/molecules/std-negotiator-game.orb +49 -4
  158. package/dist/behaviors/exports/molecules/std-platformer-game.orb +58 -3
  159. package/dist/behaviors/exports/molecules/std-puzzle-game.orb +58 -7
  160. package/dist/behaviors/exports/molecules/std-quiz.orb +1045 -0
  161. package/dist/behaviors/exports/molecules/std-sequencer-game.orb +49 -4
  162. package/dist/behaviors/exports/molecules/std-simulator-game.orb +49 -4
  163. package/dist/behaviors/exports/molecules/std-turn-based-battle.orb +66 -1
  164. package/dist/behaviors/exports/organisms/std-api-gateway.orb +2615 -867
  165. package/dist/behaviors/exports/organisms/std-arcade-game.orb +399 -197
  166. package/dist/behaviors/exports/organisms/std-booking-system.orb +3154 -1305
  167. package/dist/behaviors/exports/organisms/std-cicd-pipeline.orb +2298 -779
  168. package/dist/behaviors/exports/organisms/std-cms.orb +1150 -277
  169. package/dist/behaviors/exports/organisms/std-coding-academy.orb +1222 -533
  170. package/dist/behaviors/exports/organisms/std-crm.orb +2357 -821
  171. package/dist/behaviors/exports/organisms/std-devops-dashboard.orb +4230 -1281
  172. package/dist/behaviors/exports/organisms/std-ecommerce.orb +2660 -1098
  173. package/dist/behaviors/exports/organisms/std-finance-tracker.orb +1749 -737
  174. package/dist/behaviors/exports/organisms/std-healthcare.orb +3593 -1478
  175. package/dist/behaviors/exports/organisms/std-helpdesk.orb +1870 -738
  176. package/dist/behaviors/exports/organisms/std-hr-portal.orb +3290 -1385
  177. package/dist/behaviors/exports/organisms/std-iot-dashboard.orb +2704 -788
  178. package/dist/behaviors/exports/organisms/std-lms.orb +2548 -1192
  179. package/dist/behaviors/exports/organisms/std-logic-training.orb +220 -66
  180. package/dist/behaviors/exports/organisms/std-platformer-app.orb +373 -194
  181. package/dist/behaviors/exports/organisms/std-project-manager.orb +2347 -806
  182. package/dist/behaviors/exports/organisms/std-puzzle-app.orb +240 -95
  183. package/dist/behaviors/exports/organisms/std-realtime-chat.orb +2020 -660
  184. package/dist/behaviors/exports/organisms/std-rpg-game.orb +1303 -740
  185. package/dist/behaviors/exports/organisms/std-social-feed.orb +184 -168
  186. package/dist/behaviors/exports/organisms/std-stem-lab.orb +1223 -512
  187. package/dist/behaviors/exports/organisms/std-strategy-game.orb +1412 -731
  188. package/dist/behaviors/exports/organisms/std-trading-dashboard.orb +1869 -695
  189. package/dist/behaviors/exports/validation-report.json +3 -750
  190. package/dist/behaviors/exports/verify-results.json +13 -0
  191. package/dist/behaviors/functions/index.d.ts +270 -1
  192. package/dist/behaviors/functions/index.js +3811 -1333
  193. package/dist/behaviors/functions/index.js.map +1 -1
  194. package/dist/behaviors/index.d.ts +1 -1
  195. package/dist/behaviors/index.js +3811 -1333
  196. package/dist/behaviors/index.js.map +1 -1
  197. package/dist/exports/atoms/std-async.orb +41 -24
  198. package/dist/exports/atoms/std-browse.orb +44 -44
  199. package/dist/exports/atoms/std-cache-aside.orb +256 -42
  200. package/dist/exports/atoms/std-calendar.orb +770 -0
  201. package/dist/exports/atoms/std-circuit-breaker.orb +577 -97
  202. package/dist/exports/atoms/std-collision.orb +278 -206
  203. package/dist/exports/atoms/std-combat-log.orb +6 -1
  204. package/dist/exports/atoms/std-combat.orb +6 -1
  205. package/dist/exports/atoms/std-confirmation.orb +212 -7
  206. package/dist/exports/atoms/std-dialogue-box.orb +6 -1
  207. package/dist/exports/atoms/std-display.orb +1186 -376
  208. package/dist/exports/atoms/std-drawer.orb +307 -101
  209. package/dist/exports/atoms/std-filter.orb +211 -18
  210. package/dist/exports/atoms/std-flip-card.orb +596 -0
  211. package/dist/exports/atoms/std-gallery.orb +382 -0
  212. package/dist/exports/atoms/std-game-audio.orb +6 -1
  213. package/dist/exports/atoms/std-game-canvas2d.orb +6 -1
  214. package/dist/exports/atoms/std-game-canvas3d.orb +6 -1
  215. package/dist/exports/atoms/std-game-hud.orb +6 -1
  216. package/dist/exports/atoms/std-game-menu.orb +6 -1
  217. package/dist/exports/atoms/std-game-over-screen.orb +6 -1
  218. package/dist/exports/atoms/std-gameflow.orb +100 -5
  219. package/dist/exports/atoms/std-input.orb +142 -137
  220. package/dist/exports/atoms/std-inventory-panel.orb +6 -1
  221. package/dist/exports/atoms/std-isometric-canvas.orb +6 -1
  222. package/dist/exports/atoms/std-loading.orb +149 -170
  223. package/dist/exports/atoms/std-modal.orb +159 -94
  224. package/dist/exports/atoms/std-movement.orb +401 -31
  225. package/dist/exports/atoms/std-notification.orb +117 -95
  226. package/dist/exports/atoms/std-overworld.orb +44 -16
  227. package/dist/exports/atoms/std-pagination.orb +44 -115
  228. package/dist/exports/atoms/std-physics2d.orb +6 -1
  229. package/dist/exports/atoms/std-platformer-canvas.orb +6 -1
  230. package/dist/exports/atoms/std-quest.orb +309 -34
  231. package/dist/exports/atoms/std-rate-limiter.orb +410 -157
  232. package/dist/exports/atoms/std-rating.orb +328 -0
  233. package/dist/exports/atoms/std-score-board.orb +6 -1
  234. package/dist/exports/atoms/std-score.orb +252 -11
  235. package/dist/exports/atoms/std-search.orb +62 -47
  236. package/dist/exports/atoms/std-selection.orb +180 -149
  237. package/dist/exports/atoms/std-simulation-canvas.orb +6 -1
  238. package/dist/exports/atoms/std-sort.orb +192 -60
  239. package/dist/exports/atoms/std-sprite.orb +6 -1
  240. package/dist/exports/atoms/std-tabs.orb +25 -15
  241. package/dist/exports/atoms/std-text-effects.orb +658 -0
  242. package/dist/exports/atoms/std-theme.orb +573 -0
  243. package/dist/exports/atoms/std-timer.orb +483 -91
  244. package/dist/exports/atoms/std-undo.orb +211 -81
  245. package/dist/exports/atoms/std-upload.orb +535 -0
  246. package/dist/exports/atoms/std-wizard.orb +677 -240
  247. package/dist/exports/molecules/std-builder-game.orb +49 -4
  248. package/dist/exports/molecules/std-cart.orb +325 -102
  249. package/dist/exports/molecules/std-classifier-game.orb +49 -4
  250. package/dist/exports/molecules/std-debugger-game.orb +49 -4
  251. package/dist/exports/molecules/std-detail.orb +52 -48
  252. package/dist/exports/molecules/std-event-handler-game.orb +49 -4
  253. package/dist/exports/molecules/std-form-advanced.orb +654 -0
  254. package/dist/exports/molecules/std-geospatial.orb +70 -51
  255. package/dist/exports/molecules/std-inventory.orb +92 -53
  256. package/dist/exports/molecules/std-list.orb +416 -52
  257. package/dist/exports/molecules/std-messaging.orb +41 -49
  258. package/dist/exports/molecules/std-negotiator-game.orb +49 -4
  259. package/dist/exports/molecules/std-platformer-game.orb +58 -3
  260. package/dist/exports/molecules/std-puzzle-game.orb +58 -7
  261. package/dist/exports/molecules/std-quiz.orb +1045 -0
  262. package/dist/exports/molecules/std-sequencer-game.orb +49 -4
  263. package/dist/exports/molecules/std-simulator-game.orb +49 -4
  264. package/dist/exports/molecules/std-turn-based-battle.orb +66 -1
  265. package/dist/exports/organisms/std-api-gateway.orb +2615 -867
  266. package/dist/exports/organisms/std-arcade-game.orb +399 -197
  267. package/dist/exports/organisms/std-booking-system.orb +3154 -1305
  268. package/dist/exports/organisms/std-cicd-pipeline.orb +2298 -779
  269. package/dist/exports/organisms/std-cms.orb +1150 -277
  270. package/dist/exports/organisms/std-coding-academy.orb +1222 -533
  271. package/dist/exports/organisms/std-crm.orb +2357 -821
  272. package/dist/exports/organisms/std-devops-dashboard.orb +4230 -1281
  273. package/dist/exports/organisms/std-ecommerce.orb +2660 -1098
  274. package/dist/exports/organisms/std-finance-tracker.orb +1749 -737
  275. package/dist/exports/organisms/std-healthcare.orb +3593 -1478
  276. package/dist/exports/organisms/std-helpdesk.orb +1870 -738
  277. package/dist/exports/organisms/std-hr-portal.orb +3290 -1385
  278. package/dist/exports/organisms/std-iot-dashboard.orb +2704 -788
  279. package/dist/exports/organisms/std-lms.orb +2548 -1192
  280. package/dist/exports/organisms/std-logic-training.orb +220 -66
  281. package/dist/exports/organisms/std-platformer-app.orb +373 -194
  282. package/dist/exports/organisms/std-project-manager.orb +2347 -806
  283. package/dist/exports/organisms/std-puzzle-app.orb +240 -95
  284. package/dist/exports/organisms/std-realtime-chat.orb +2020 -660
  285. package/dist/exports/organisms/std-rpg-game.orb +1303 -740
  286. package/dist/exports/organisms/std-social-feed.orb +184 -168
  287. package/dist/exports/organisms/std-stem-lab.orb +1223 -512
  288. package/dist/exports/organisms/std-strategy-game.orb +1412 -731
  289. package/dist/exports/organisms/std-trading-dashboard.orb +1869 -695
  290. package/dist/exports/validation-report.json +3 -750
  291. package/dist/exports/verify-results.json +13 -0
  292. package/dist/index.d.ts +1 -1
  293. package/dist/index.js +3808 -1330
  294. package/dist/index.js.map +1 -1
  295. package/package.json +1 -1
@@ -0,0 +1,658 @@
1
+ {
2
+ "name": "TextContentOrbital",
3
+ "orbitals": [
4
+ {
5
+ "name": "TextContentOrbital",
6
+ "entity": {
7
+ "name": "TextContent",
8
+ "persistence": "runtime",
9
+ "fields": [
10
+ {
11
+ "name": "id",
12
+ "type": "string"
13
+ },
14
+ {
15
+ "name": "name",
16
+ "type": "string"
17
+ },
18
+ {
19
+ "name": "description",
20
+ "type": "string"
21
+ },
22
+ {
23
+ "name": "status",
24
+ "type": "string",
25
+ "default": "active",
26
+ "values": [
27
+ "active",
28
+ "inactive",
29
+ "pending"
30
+ ]
31
+ },
32
+ {
33
+ "name": "createdAt",
34
+ "type": "string"
35
+ },
36
+ {
37
+ "name": "content",
38
+ "type": "string",
39
+ "default": ""
40
+ },
41
+ {
42
+ "name": "highlightType",
43
+ "type": "string",
44
+ "default": "none"
45
+ },
46
+ {
47
+ "name": "reference",
48
+ "type": "string",
49
+ "default": ""
50
+ }
51
+ ],
52
+ "instances": [
53
+ {
54
+ "id": "txt-1",
55
+ "name": "The quick brown fox jumps over the lazy dog",
56
+ "description": "A pangram sentence",
57
+ "status": "active",
58
+ "createdAt": "2026-01-01",
59
+ "content": "The **quick** brown fox _jumps_ over the lazy dog. This demonstrates text animation and highlighting capabilities.",
60
+ "highlightType": "emphasis",
61
+ "reference": "Article 42, Section 3.1 — Typography Standards"
62
+ }
63
+ ]
64
+ },
65
+ "traits": [
66
+ {
67
+ "name": "TextContentTextEffects",
68
+ "linkedEntity": "TextContent",
69
+ "category": "interaction",
70
+ "stateMachine": {
71
+ "states": [
72
+ {
73
+ "name": "idle",
74
+ "isInitial": true
75
+ },
76
+ {
77
+ "name": "animating"
78
+ },
79
+ {
80
+ "name": "highlighted"
81
+ }
82
+ ],
83
+ "events": [
84
+ {
85
+ "key": "INIT",
86
+ "name": "Initialize"
87
+ },
88
+ {
89
+ "key": "ANIMATE",
90
+ "name": "Animate"
91
+ },
92
+ {
93
+ "key": "HIGHLIGHT",
94
+ "name": "Highlight"
95
+ },
96
+ {
97
+ "key": "RESET",
98
+ "name": "Reset"
99
+ }
100
+ ],
101
+ "transitions": [
102
+ {
103
+ "from": "idle",
104
+ "to": "idle",
105
+ "event": "INIT",
106
+ "effects": [
107
+ [
108
+ "fetch",
109
+ "TextContent"
110
+ ],
111
+ [
112
+ "render-ui",
113
+ "main",
114
+ {
115
+ "type": "stack",
116
+ "direction": "vertical",
117
+ "gap": "lg",
118
+ "children": [
119
+ {
120
+ "type": "stack",
121
+ "direction": "horizontal",
122
+ "gap": "sm",
123
+ "align": "center",
124
+ "children": [
125
+ {
126
+ "type": "icon",
127
+ "name": "type",
128
+ "size": "lg"
129
+ },
130
+ {
131
+ "type": "typography",
132
+ "content": "Text Effects",
133
+ "variant": "h2"
134
+ }
135
+ ]
136
+ },
137
+ {
138
+ "type": "divider"
139
+ },
140
+ {
141
+ "type": "markdown-content",
142
+ "content": [
143
+ "object/get",
144
+ [
145
+ "array/first",
146
+ "@entity"
147
+ ],
148
+ "name"
149
+ ]
150
+ },
151
+ {
152
+ "type": "code-block",
153
+ "code": [
154
+ "object/get",
155
+ [
156
+ "array/first",
157
+ "@entity"
158
+ ],
159
+ "reference"
160
+ ],
161
+ "language": "text"
162
+ },
163
+ {
164
+ "type": "typography",
165
+ "variant": "body",
166
+ "content": [
167
+ "object/get",
168
+ [
169
+ "array/first",
170
+ "@entity"
171
+ ],
172
+ "name"
173
+ ]
174
+ },
175
+ {
176
+ "type": "stack",
177
+ "direction": "horizontal",
178
+ "gap": "sm",
179
+ "justify": "center",
180
+ "children": [
181
+ {
182
+ "type": "button",
183
+ "label": "Animate",
184
+ "event": "ANIMATE",
185
+ "variant": "primary",
186
+ "icon": "play"
187
+ },
188
+ {
189
+ "type": "button",
190
+ "label": "Highlight",
191
+ "event": "HIGHLIGHT",
192
+ "variant": "secondary",
193
+ "icon": "highlighter"
194
+ }
195
+ ]
196
+ }
197
+ ]
198
+ }
199
+ ]
200
+ ]
201
+ },
202
+ {
203
+ "from": "idle",
204
+ "to": "animating",
205
+ "event": "ANIMATE",
206
+ "effects": [
207
+ [
208
+ "render-ui",
209
+ "main",
210
+ {
211
+ "type": "stack",
212
+ "direction": "vertical",
213
+ "gap": "lg",
214
+ "children": [
215
+ {
216
+ "type": "stack",
217
+ "direction": "horizontal",
218
+ "gap": "sm",
219
+ "align": "center",
220
+ "children": [
221
+ {
222
+ "type": "icon",
223
+ "name": "type",
224
+ "size": "lg"
225
+ },
226
+ {
227
+ "type": "typography",
228
+ "content": "Text Effects",
229
+ "variant": "h2"
230
+ }
231
+ ]
232
+ },
233
+ {
234
+ "type": "divider"
235
+ },
236
+ {
237
+ "type": "typewriter-text",
238
+ "text": [
239
+ "object/get",
240
+ [
241
+ "array/first",
242
+ "@entity"
243
+ ],
244
+ "name"
245
+ ],
246
+ "speed": 50,
247
+ "cursor": true
248
+ },
249
+ {
250
+ "type": "law-reference-tooltip",
251
+ "reference": [
252
+ "object/get",
253
+ [
254
+ "array/first",
255
+ "@entity"
256
+ ],
257
+ "reference"
258
+ ],
259
+ "children": [
260
+ {
261
+ "type": "typography",
262
+ "variant": "caption",
263
+ "color": "muted",
264
+ "content": "Hover for reference details"
265
+ }
266
+ ]
267
+ },
268
+ {
269
+ "type": "button",
270
+ "label": "Highlight",
271
+ "event": "HIGHLIGHT",
272
+ "variant": "secondary",
273
+ "icon": "highlighter"
274
+ }
275
+ ]
276
+ }
277
+ ]
278
+ ]
279
+ },
280
+ {
281
+ "from": "animating",
282
+ "to": "highlighted",
283
+ "event": "HIGHLIGHT",
284
+ "effects": [
285
+ [
286
+ "render-ui",
287
+ "main",
288
+ {
289
+ "type": "stack",
290
+ "direction": "vertical",
291
+ "gap": "lg",
292
+ "children": [
293
+ {
294
+ "type": "stack",
295
+ "direction": "horizontal",
296
+ "gap": "sm",
297
+ "align": "center",
298
+ "children": [
299
+ {
300
+ "type": "icon",
301
+ "name": "type",
302
+ "size": "lg"
303
+ },
304
+ {
305
+ "type": "typography",
306
+ "content": "Text Effects",
307
+ "variant": "h2"
308
+ }
309
+ ]
310
+ },
311
+ {
312
+ "type": "divider"
313
+ },
314
+ {
315
+ "type": "text-highlight",
316
+ "text": [
317
+ "object/get",
318
+ [
319
+ "array/first",
320
+ "@entity"
321
+ ],
322
+ "name"
323
+ ],
324
+ "highlightColor": "yellow",
325
+ "pattern": "important"
326
+ },
327
+ {
328
+ "type": "law-reference-tooltip",
329
+ "reference": [
330
+ "object/get",
331
+ [
332
+ "array/first",
333
+ "@entity"
334
+ ],
335
+ "reference"
336
+ ],
337
+ "children": [
338
+ {
339
+ "type": "typography",
340
+ "variant": "body",
341
+ "content": [
342
+ "object/get",
343
+ [
344
+ "array/first",
345
+ "@entity"
346
+ ],
347
+ "name"
348
+ ]
349
+ }
350
+ ]
351
+ },
352
+ {
353
+ "type": "button",
354
+ "label": "Reset",
355
+ "event": "RESET",
356
+ "variant": "ghost",
357
+ "icon": "rotate-ccw"
358
+ }
359
+ ]
360
+ }
361
+ ]
362
+ ]
363
+ },
364
+ {
365
+ "from": "highlighted",
366
+ "to": "idle",
367
+ "event": "RESET",
368
+ "effects": [
369
+ [
370
+ "render-ui",
371
+ "main",
372
+ {
373
+ "type": "stack",
374
+ "direction": "vertical",
375
+ "gap": "lg",
376
+ "children": [
377
+ {
378
+ "type": "stack",
379
+ "direction": "horizontal",
380
+ "gap": "sm",
381
+ "align": "center",
382
+ "children": [
383
+ {
384
+ "type": "icon",
385
+ "name": "type",
386
+ "size": "lg"
387
+ },
388
+ {
389
+ "type": "typography",
390
+ "content": "Text Effects",
391
+ "variant": "h2"
392
+ }
393
+ ]
394
+ },
395
+ {
396
+ "type": "divider"
397
+ },
398
+ {
399
+ "type": "markdown-content",
400
+ "content": [
401
+ "object/get",
402
+ [
403
+ "array/first",
404
+ "@entity"
405
+ ],
406
+ "name"
407
+ ]
408
+ },
409
+ {
410
+ "type": "code-block",
411
+ "code": [
412
+ "object/get",
413
+ [
414
+ "array/first",
415
+ "@entity"
416
+ ],
417
+ "reference"
418
+ ],
419
+ "language": "text"
420
+ },
421
+ {
422
+ "type": "typography",
423
+ "variant": "body",
424
+ "content": [
425
+ "object/get",
426
+ [
427
+ "array/first",
428
+ "@entity"
429
+ ],
430
+ "name"
431
+ ]
432
+ },
433
+ {
434
+ "type": "stack",
435
+ "direction": "horizontal",
436
+ "gap": "sm",
437
+ "justify": "center",
438
+ "children": [
439
+ {
440
+ "type": "button",
441
+ "label": "Animate",
442
+ "event": "ANIMATE",
443
+ "variant": "primary",
444
+ "icon": "play"
445
+ },
446
+ {
447
+ "type": "button",
448
+ "label": "Highlight",
449
+ "event": "HIGHLIGHT",
450
+ "variant": "secondary",
451
+ "icon": "highlighter"
452
+ }
453
+ ]
454
+ }
455
+ ]
456
+ }
457
+ ]
458
+ ]
459
+ },
460
+ {
461
+ "from": "animating",
462
+ "to": "idle",
463
+ "event": "RESET",
464
+ "effects": [
465
+ [
466
+ "render-ui",
467
+ "main",
468
+ {
469
+ "type": "stack",
470
+ "direction": "vertical",
471
+ "gap": "lg",
472
+ "children": [
473
+ {
474
+ "type": "stack",
475
+ "direction": "horizontal",
476
+ "gap": "sm",
477
+ "align": "center",
478
+ "children": [
479
+ {
480
+ "type": "icon",
481
+ "name": "type",
482
+ "size": "lg"
483
+ },
484
+ {
485
+ "type": "typography",
486
+ "content": "Text Effects",
487
+ "variant": "h2"
488
+ }
489
+ ]
490
+ },
491
+ {
492
+ "type": "divider"
493
+ },
494
+ {
495
+ "type": "markdown-content",
496
+ "content": [
497
+ "object/get",
498
+ [
499
+ "array/first",
500
+ "@entity"
501
+ ],
502
+ "name"
503
+ ]
504
+ },
505
+ {
506
+ "type": "code-block",
507
+ "code": [
508
+ "object/get",
509
+ [
510
+ "array/first",
511
+ "@entity"
512
+ ],
513
+ "reference"
514
+ ],
515
+ "language": "text"
516
+ },
517
+ {
518
+ "type": "typography",
519
+ "variant": "body",
520
+ "content": [
521
+ "object/get",
522
+ [
523
+ "array/first",
524
+ "@entity"
525
+ ],
526
+ "name"
527
+ ]
528
+ },
529
+ {
530
+ "type": "stack",
531
+ "direction": "horizontal",
532
+ "gap": "sm",
533
+ "justify": "center",
534
+ "children": [
535
+ {
536
+ "type": "button",
537
+ "label": "Animate",
538
+ "event": "ANIMATE",
539
+ "variant": "primary",
540
+ "icon": "play"
541
+ },
542
+ {
543
+ "type": "button",
544
+ "label": "Highlight",
545
+ "event": "HIGHLIGHT",
546
+ "variant": "secondary",
547
+ "icon": "highlighter"
548
+ }
549
+ ]
550
+ }
551
+ ]
552
+ }
553
+ ]
554
+ ]
555
+ },
556
+ {
557
+ "from": "idle",
558
+ "to": "highlighted",
559
+ "event": "HIGHLIGHT",
560
+ "effects": [
561
+ [
562
+ "render-ui",
563
+ "main",
564
+ {
565
+ "type": "stack",
566
+ "direction": "vertical",
567
+ "gap": "lg",
568
+ "children": [
569
+ {
570
+ "type": "stack",
571
+ "direction": "horizontal",
572
+ "gap": "sm",
573
+ "align": "center",
574
+ "children": [
575
+ {
576
+ "type": "icon",
577
+ "name": "type",
578
+ "size": "lg"
579
+ },
580
+ {
581
+ "type": "typography",
582
+ "content": "Text Effects",
583
+ "variant": "h2"
584
+ }
585
+ ]
586
+ },
587
+ {
588
+ "type": "divider"
589
+ },
590
+ {
591
+ "type": "text-highlight",
592
+ "text": [
593
+ "object/get",
594
+ [
595
+ "array/first",
596
+ "@entity"
597
+ ],
598
+ "name"
599
+ ],
600
+ "highlightColor": "yellow",
601
+ "pattern": "important"
602
+ },
603
+ {
604
+ "type": "law-reference-tooltip",
605
+ "reference": [
606
+ "object/get",
607
+ [
608
+ "array/first",
609
+ "@entity"
610
+ ],
611
+ "reference"
612
+ ],
613
+ "children": [
614
+ {
615
+ "type": "typography",
616
+ "variant": "body",
617
+ "content": [
618
+ "object/get",
619
+ [
620
+ "array/first",
621
+ "@entity"
622
+ ],
623
+ "name"
624
+ ]
625
+ }
626
+ ]
627
+ },
628
+ {
629
+ "type": "button",
630
+ "label": "Reset",
631
+ "event": "RESET",
632
+ "variant": "ghost",
633
+ "icon": "rotate-ccw"
634
+ }
635
+ ]
636
+ }
637
+ ]
638
+ ]
639
+ }
640
+ ]
641
+ }
642
+ }
643
+ ],
644
+ "pages": [
645
+ {
646
+ "name": "TextContentTextEffectsPage",
647
+ "path": "/textcontents/text-effects",
648
+ "traits": [
649
+ {
650
+ "ref": "TextContentTextEffects"
651
+ }
652
+ ]
653
+ }
654
+ ]
655
+ }
656
+ ],
657
+ "description": "Text animation and highlighting atom. Absorbs: typewriter-text, text-highlight, law-reference-tooltip."
658
+ }