@almadar/std 3.2.2 → 3.3.4

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 (343) hide show
  1. package/LICENSE +72 -21
  2. package/README.md +1 -1
  3. package/behaviors/exports/atoms/std-browse.orb +38 -45
  4. package/behaviors/exports/atoms/std-calendar.orb +770 -0
  5. package/behaviors/exports/atoms/std-combat-log.orb +12 -12
  6. package/behaviors/exports/atoms/std-dialogue-box.orb +11 -11
  7. package/behaviors/exports/atoms/std-display.orb +1175 -510
  8. package/behaviors/exports/atoms/std-drawer.orb +235 -133
  9. package/behaviors/exports/atoms/std-flip-card.orb +596 -0
  10. package/behaviors/exports/atoms/std-gallery.orb +382 -0
  11. package/behaviors/exports/atoms/std-game-audio.orb +9 -9
  12. package/behaviors/exports/atoms/std-game-canvas3d.orb +24 -24
  13. package/behaviors/exports/atoms/std-game-hud.orb +10 -10
  14. package/behaviors/exports/atoms/std-game-menu.orb +12 -12
  15. package/behaviors/exports/atoms/std-game-over-screen.orb +9 -9
  16. package/behaviors/exports/atoms/std-inventory-panel.orb +13 -13
  17. package/behaviors/exports/atoms/std-isometric-canvas.orb +9 -9
  18. package/behaviors/exports/atoms/std-loading.orb +131 -103
  19. package/behaviors/exports/atoms/std-modal.orb +5 -24
  20. package/behaviors/exports/atoms/std-notification.orb +71 -0
  21. package/behaviors/exports/atoms/std-pagination.orb +32 -40
  22. package/behaviors/exports/atoms/std-platformer-canvas.orb +9 -9
  23. package/behaviors/exports/atoms/std-rating.orb +328 -0
  24. package/behaviors/exports/atoms/std-score-board.orb +9 -9
  25. package/behaviors/exports/atoms/std-score.orb +41 -0
  26. package/behaviors/exports/atoms/std-search.orb +44 -30
  27. package/behaviors/exports/atoms/std-selection.orb +30 -24
  28. package/behaviors/exports/atoms/std-service-custom-bearer.orb +557 -0
  29. package/behaviors/exports/atoms/std-service-custom-header.orb +559 -0
  30. package/behaviors/exports/atoms/std-service-custom-noauth.orb +553 -0
  31. package/behaviors/exports/atoms/std-service-custom-query.orb +559 -0
  32. package/behaviors/exports/atoms/std-service-email.orb +540 -0
  33. package/behaviors/exports/atoms/std-service-github.orb +586 -0
  34. package/behaviors/exports/atoms/std-service-llm.orb +671 -0
  35. package/behaviors/exports/atoms/std-service-oauth.orb +764 -0
  36. package/behaviors/exports/atoms/std-service-redis.orb +580 -0
  37. package/behaviors/exports/atoms/std-service-storage.orb +664 -0
  38. package/behaviors/exports/atoms/std-service-stripe.orb +639 -0
  39. package/behaviors/exports/atoms/std-service-twilio.orb +611 -0
  40. package/behaviors/exports/atoms/std-service-youtube.orb +696 -0
  41. package/behaviors/exports/atoms/std-simulation-canvas.orb +9 -9
  42. package/behaviors/exports/atoms/std-sort.orb +82 -60
  43. package/behaviors/exports/atoms/std-sprite.orb +17 -17
  44. package/behaviors/exports/atoms/std-text-effects.orb +658 -0
  45. package/behaviors/exports/atoms/std-theme.orb +573 -0
  46. package/behaviors/exports/atoms/std-upload.orb +535 -0
  47. package/behaviors/exports/atoms/std-validate-on-save.orb +623 -0
  48. package/behaviors/exports/atoms/std-wizard.orb +664 -224
  49. package/behaviors/exports/molecules/std-builder-game.orb +43 -3
  50. package/behaviors/exports/molecules/std-cart.orb +319 -101
  51. package/behaviors/exports/molecules/std-classifier-game.orb +43 -3
  52. package/behaviors/exports/molecules/std-debugger-game.orb +43 -3
  53. package/behaviors/exports/molecules/std-detail.orb +46 -49
  54. package/behaviors/exports/molecules/std-event-handler-game.orb +43 -3
  55. package/behaviors/exports/molecules/std-form-advanced.orb +654 -0
  56. package/behaviors/exports/molecules/std-geospatial.orb +48 -48
  57. package/behaviors/exports/molecules/std-inventory.orb +70 -50
  58. package/behaviors/exports/molecules/std-list.orb +174 -197
  59. package/behaviors/exports/molecules/std-messaging.orb +35 -50
  60. package/behaviors/exports/molecules/std-negotiator-game.orb +43 -3
  61. package/behaviors/exports/molecules/std-platformer-game.orb +18 -2
  62. package/behaviors/exports/molecules/std-puzzle-game.orb +32 -6
  63. package/behaviors/exports/molecules/std-quiz.orb +1069 -0
  64. package/behaviors/exports/molecules/std-sequencer-game.orb +43 -3
  65. package/behaviors/exports/molecules/std-service-content-pipeline.orb +915 -0
  66. package/behaviors/exports/molecules/std-service-custom-api-tester.orb +860 -0
  67. package/behaviors/exports/molecules/std-service-devops-toolkit.orb +1526 -0
  68. package/behaviors/exports/molecules/std-service-notification-hub.orb +696 -0
  69. package/behaviors/exports/molecules/std-service-payment-flow.orb +873 -0
  70. package/behaviors/exports/molecules/std-simulator-game.orb +43 -3
  71. package/behaviors/exports/molecules/std-turn-based-battle.orb +26 -0
  72. package/behaviors/exports/organisms/std-api-gateway.orb +2326 -1320
  73. package/behaviors/exports/organisms/std-arcade-game.orb +377 -265
  74. package/behaviors/exports/organisms/std-booking-system.orb +3144 -1855
  75. package/behaviors/exports/organisms/std-cicd-pipeline.orb +2107 -1122
  76. package/behaviors/exports/organisms/std-cms.orb +929 -822
  77. package/behaviors/exports/organisms/std-coding-academy.orb +1347 -458
  78. package/behaviors/exports/organisms/std-crm.orb +2302 -1282
  79. package/behaviors/exports/organisms/std-devops-dashboard.orb +3902 -2005
  80. package/behaviors/exports/organisms/std-ecommerce.orb +2432 -1630
  81. package/behaviors/exports/organisms/std-finance-tracker.orb +1674 -846
  82. package/behaviors/exports/organisms/std-healthcare.orb +3545 -1992
  83. package/behaviors/exports/organisms/std-helpdesk.orb +1853 -940
  84. package/behaviors/exports/organisms/std-hr-portal.orb +3249 -1939
  85. package/behaviors/exports/organisms/std-iot-dashboard.orb +2422 -1418
  86. package/behaviors/exports/organisms/std-lms.orb +2495 -1435
  87. package/behaviors/exports/organisms/std-logic-training.orb +220 -66
  88. package/behaviors/exports/organisms/std-platformer-app.orb +345 -214
  89. package/behaviors/exports/organisms/std-project-manager.orb +2217 -1190
  90. package/behaviors/exports/organisms/std-puzzle-app.orb +228 -103
  91. package/behaviors/exports/organisms/std-realtime-chat.orb +1887 -1051
  92. package/behaviors/exports/organisms/std-rpg-game.orb +1170 -948
  93. package/behaviors/exports/organisms/std-service-marketplace.orb +5191 -0
  94. package/behaviors/exports/organisms/std-service-research-assistant.orb +3568 -0
  95. package/behaviors/exports/organisms/std-social-feed.orb +184 -172
  96. package/behaviors/exports/organisms/std-stem-lab.orb +1308 -482
  97. package/behaviors/exports/organisms/std-strategy-game.orb +1520 -696
  98. package/behaviors/exports/organisms/std-trading-dashboard.orb +1884 -904
  99. package/behaviors/exports/test-schemas/os-trigger-simulation.orb +202 -0
  100. package/behaviors/exports/validation-report.json +0 -747
  101. package/dist/behaviors/exports/atoms/std-browse.orb +38 -45
  102. package/dist/behaviors/exports/atoms/std-calendar.orb +770 -0
  103. package/dist/behaviors/exports/atoms/std-combat-log.orb +12 -12
  104. package/dist/behaviors/exports/atoms/std-dialogue-box.orb +11 -11
  105. package/dist/behaviors/exports/atoms/std-display.orb +1175 -510
  106. package/dist/behaviors/exports/atoms/std-drawer.orb +235 -133
  107. package/dist/behaviors/exports/atoms/std-flip-card.orb +596 -0
  108. package/dist/behaviors/exports/atoms/std-gallery.orb +382 -0
  109. package/dist/behaviors/exports/atoms/std-game-audio.orb +9 -9
  110. package/dist/behaviors/exports/atoms/std-game-canvas3d.orb +24 -24
  111. package/dist/behaviors/exports/atoms/std-game-hud.orb +10 -10
  112. package/dist/behaviors/exports/atoms/std-game-menu.orb +12 -12
  113. package/dist/behaviors/exports/atoms/std-game-over-screen.orb +9 -9
  114. package/dist/behaviors/exports/atoms/std-inventory-panel.orb +13 -13
  115. package/dist/behaviors/exports/atoms/std-isometric-canvas.orb +9 -9
  116. package/dist/behaviors/exports/atoms/std-loading.orb +131 -103
  117. package/dist/behaviors/exports/atoms/std-modal.orb +5 -24
  118. package/dist/behaviors/exports/atoms/std-notification.orb +71 -0
  119. package/dist/behaviors/exports/atoms/std-pagination.orb +32 -40
  120. package/dist/behaviors/exports/atoms/std-platformer-canvas.orb +9 -9
  121. package/dist/behaviors/exports/atoms/std-rating.orb +328 -0
  122. package/dist/behaviors/exports/atoms/std-score-board.orb +9 -9
  123. package/dist/behaviors/exports/atoms/std-score.orb +41 -0
  124. package/dist/behaviors/exports/atoms/std-search.orb +44 -30
  125. package/dist/behaviors/exports/atoms/std-selection.orb +30 -24
  126. package/dist/behaviors/exports/atoms/std-service-custom-bearer.orb +557 -0
  127. package/dist/behaviors/exports/atoms/std-service-custom-header.orb +559 -0
  128. package/dist/behaviors/exports/atoms/std-service-custom-noauth.orb +553 -0
  129. package/dist/behaviors/exports/atoms/std-service-custom-query.orb +559 -0
  130. package/dist/behaviors/exports/atoms/std-service-email.orb +540 -0
  131. package/dist/behaviors/exports/atoms/std-service-github.orb +586 -0
  132. package/dist/behaviors/exports/atoms/std-service-llm.orb +671 -0
  133. package/dist/behaviors/exports/atoms/std-service-oauth.orb +764 -0
  134. package/dist/behaviors/exports/atoms/std-service-redis.orb +580 -0
  135. package/dist/behaviors/exports/atoms/std-service-storage.orb +664 -0
  136. package/dist/behaviors/exports/atoms/std-service-stripe.orb +639 -0
  137. package/dist/behaviors/exports/atoms/std-service-twilio.orb +611 -0
  138. package/dist/behaviors/exports/atoms/std-service-youtube.orb +696 -0
  139. package/dist/behaviors/exports/atoms/std-simulation-canvas.orb +9 -9
  140. package/dist/behaviors/exports/atoms/std-sort.orb +82 -60
  141. package/dist/behaviors/exports/atoms/std-sprite.orb +17 -17
  142. package/dist/behaviors/exports/atoms/std-text-effects.orb +658 -0
  143. package/dist/behaviors/exports/atoms/std-theme.orb +573 -0
  144. package/dist/behaviors/exports/atoms/std-upload.orb +535 -0
  145. package/dist/behaviors/exports/atoms/std-validate-on-save.orb +623 -0
  146. package/dist/behaviors/exports/atoms/std-wizard.orb +664 -224
  147. package/dist/behaviors/exports/molecules/std-builder-game.orb +43 -3
  148. package/dist/behaviors/exports/molecules/std-cart.orb +319 -101
  149. package/dist/behaviors/exports/molecules/std-classifier-game.orb +43 -3
  150. package/dist/behaviors/exports/molecules/std-debugger-game.orb +43 -3
  151. package/dist/behaviors/exports/molecules/std-detail.orb +46 -49
  152. package/dist/behaviors/exports/molecules/std-event-handler-game.orb +43 -3
  153. package/dist/behaviors/exports/molecules/std-form-advanced.orb +654 -0
  154. package/dist/behaviors/exports/molecules/std-geospatial.orb +48 -48
  155. package/dist/behaviors/exports/molecules/std-inventory.orb +70 -50
  156. package/dist/behaviors/exports/molecules/std-list.orb +174 -197
  157. package/dist/behaviors/exports/molecules/std-messaging.orb +35 -50
  158. package/dist/behaviors/exports/molecules/std-negotiator-game.orb +43 -3
  159. package/dist/behaviors/exports/molecules/std-platformer-game.orb +18 -2
  160. package/dist/behaviors/exports/molecules/std-puzzle-game.orb +32 -6
  161. package/dist/behaviors/exports/molecules/std-quiz.orb +1069 -0
  162. package/dist/behaviors/exports/molecules/std-sequencer-game.orb +43 -3
  163. package/dist/behaviors/exports/molecules/std-service-content-pipeline.orb +915 -0
  164. package/dist/behaviors/exports/molecules/std-service-custom-api-tester.orb +860 -0
  165. package/dist/behaviors/exports/molecules/std-service-devops-toolkit.orb +1526 -0
  166. package/dist/behaviors/exports/molecules/std-service-notification-hub.orb +696 -0
  167. package/dist/behaviors/exports/molecules/std-service-payment-flow.orb +873 -0
  168. package/dist/behaviors/exports/molecules/std-simulator-game.orb +43 -3
  169. package/dist/behaviors/exports/molecules/std-turn-based-battle.orb +26 -0
  170. package/dist/behaviors/exports/organisms/std-api-gateway.orb +2326 -1320
  171. package/dist/behaviors/exports/organisms/std-arcade-game.orb +377 -265
  172. package/dist/behaviors/exports/organisms/std-booking-system.orb +3144 -1855
  173. package/dist/behaviors/exports/organisms/std-cicd-pipeline.orb +2107 -1122
  174. package/dist/behaviors/exports/organisms/std-cms.orb +929 -822
  175. package/dist/behaviors/exports/organisms/std-coding-academy.orb +1347 -458
  176. package/dist/behaviors/exports/organisms/std-crm.orb +2302 -1282
  177. package/dist/behaviors/exports/organisms/std-devops-dashboard.orb +3902 -2005
  178. package/dist/behaviors/exports/organisms/std-ecommerce.orb +2432 -1630
  179. package/dist/behaviors/exports/organisms/std-finance-tracker.orb +1674 -846
  180. package/dist/behaviors/exports/organisms/std-healthcare.orb +3545 -1992
  181. package/dist/behaviors/exports/organisms/std-helpdesk.orb +1853 -940
  182. package/dist/behaviors/exports/organisms/std-hr-portal.orb +3249 -1939
  183. package/dist/behaviors/exports/organisms/std-iot-dashboard.orb +2422 -1418
  184. package/dist/behaviors/exports/organisms/std-lms.orb +2495 -1435
  185. package/dist/behaviors/exports/organisms/std-logic-training.orb +220 -66
  186. package/dist/behaviors/exports/organisms/std-platformer-app.orb +345 -214
  187. package/dist/behaviors/exports/organisms/std-project-manager.orb +2217 -1190
  188. package/dist/behaviors/exports/organisms/std-puzzle-app.orb +228 -103
  189. package/dist/behaviors/exports/organisms/std-realtime-chat.orb +1887 -1051
  190. package/dist/behaviors/exports/organisms/std-rpg-game.orb +1170 -948
  191. package/dist/behaviors/exports/organisms/std-service-marketplace.orb +5191 -0
  192. package/dist/behaviors/exports/organisms/std-service-research-assistant.orb +3568 -0
  193. package/dist/behaviors/exports/organisms/std-social-feed.orb +184 -172
  194. package/dist/behaviors/exports/organisms/std-stem-lab.orb +1308 -482
  195. package/dist/behaviors/exports/organisms/std-strategy-game.orb +1520 -696
  196. package/dist/behaviors/exports/organisms/std-trading-dashboard.orb +1884 -904
  197. package/dist/behaviors/exports/test-schemas/os-trigger-simulation.orb +202 -0
  198. package/dist/behaviors/exports/validation-report.json +0 -747
  199. package/dist/behaviors/functions/index.d.ts +931 -1
  200. package/dist/behaviors/functions/index.js +12511 -4634
  201. package/dist/behaviors/functions/index.js.map +1 -1
  202. package/dist/behaviors/index.d.ts +1 -1
  203. package/dist/behaviors/index.js +12434 -4557
  204. package/dist/behaviors/index.js.map +1 -1
  205. package/dist/exports/atoms/std-browse.orb +38 -45
  206. package/dist/exports/atoms/std-calendar.orb +770 -0
  207. package/dist/exports/atoms/std-combat-log.orb +12 -12
  208. package/dist/exports/atoms/std-dialogue-box.orb +11 -11
  209. package/dist/exports/atoms/std-display.orb +1175 -510
  210. package/dist/exports/atoms/std-drawer.orb +235 -133
  211. package/dist/exports/atoms/std-flip-card.orb +596 -0
  212. package/dist/exports/atoms/std-gallery.orb +382 -0
  213. package/dist/exports/atoms/std-game-audio.orb +9 -9
  214. package/dist/exports/atoms/std-game-canvas3d.orb +24 -24
  215. package/dist/exports/atoms/std-game-hud.orb +10 -10
  216. package/dist/exports/atoms/std-game-menu.orb +12 -12
  217. package/dist/exports/atoms/std-game-over-screen.orb +9 -9
  218. package/dist/exports/atoms/std-inventory-panel.orb +13 -13
  219. package/dist/exports/atoms/std-isometric-canvas.orb +9 -9
  220. package/dist/exports/atoms/std-loading.orb +131 -103
  221. package/dist/exports/atoms/std-modal.orb +5 -24
  222. package/dist/exports/atoms/std-notification.orb +71 -0
  223. package/dist/exports/atoms/std-pagination.orb +32 -40
  224. package/dist/exports/atoms/std-platformer-canvas.orb +9 -9
  225. package/dist/exports/atoms/std-rating.orb +328 -0
  226. package/dist/exports/atoms/std-score-board.orb +9 -9
  227. package/dist/exports/atoms/std-score.orb +41 -0
  228. package/dist/exports/atoms/std-search.orb +44 -30
  229. package/dist/exports/atoms/std-selection.orb +30 -24
  230. package/dist/exports/atoms/std-service-custom-bearer.orb +557 -0
  231. package/dist/exports/atoms/std-service-custom-header.orb +559 -0
  232. package/dist/exports/atoms/std-service-custom-noauth.orb +553 -0
  233. package/dist/exports/atoms/std-service-custom-query.orb +559 -0
  234. package/dist/exports/atoms/std-service-email.orb +540 -0
  235. package/dist/exports/atoms/std-service-github.orb +586 -0
  236. package/dist/exports/atoms/std-service-llm.orb +671 -0
  237. package/dist/exports/atoms/std-service-oauth.orb +764 -0
  238. package/dist/exports/atoms/std-service-redis.orb +580 -0
  239. package/dist/exports/atoms/std-service-storage.orb +664 -0
  240. package/dist/exports/atoms/std-service-stripe.orb +639 -0
  241. package/dist/exports/atoms/std-service-twilio.orb +611 -0
  242. package/dist/exports/atoms/std-service-youtube.orb +696 -0
  243. package/dist/exports/atoms/std-simulation-canvas.orb +9 -9
  244. package/dist/exports/atoms/std-sort.orb +82 -60
  245. package/dist/exports/atoms/std-sprite.orb +17 -17
  246. package/dist/exports/atoms/std-text-effects.orb +658 -0
  247. package/dist/exports/atoms/std-theme.orb +573 -0
  248. package/dist/exports/atoms/std-upload.orb +535 -0
  249. package/dist/exports/atoms/std-validate-on-save.orb +623 -0
  250. package/dist/exports/atoms/std-wizard.orb +664 -224
  251. package/dist/exports/molecules/std-builder-game.orb +43 -3
  252. package/dist/exports/molecules/std-cart.orb +319 -101
  253. package/dist/exports/molecules/std-classifier-game.orb +43 -3
  254. package/dist/exports/molecules/std-debugger-game.orb +43 -3
  255. package/dist/exports/molecules/std-detail.orb +46 -49
  256. package/dist/exports/molecules/std-event-handler-game.orb +43 -3
  257. package/dist/exports/molecules/std-form-advanced.orb +654 -0
  258. package/dist/exports/molecules/std-geospatial.orb +48 -48
  259. package/dist/exports/molecules/std-inventory.orb +70 -50
  260. package/dist/exports/molecules/std-list.orb +174 -197
  261. package/dist/exports/molecules/std-messaging.orb +35 -50
  262. package/dist/exports/molecules/std-negotiator-game.orb +43 -3
  263. package/dist/exports/molecules/std-platformer-game.orb +18 -2
  264. package/dist/exports/molecules/std-puzzle-game.orb +32 -6
  265. package/dist/exports/molecules/std-quiz.orb +1069 -0
  266. package/dist/exports/molecules/std-sequencer-game.orb +43 -3
  267. package/dist/exports/molecules/std-service-content-pipeline.orb +915 -0
  268. package/dist/exports/molecules/std-service-custom-api-tester.orb +860 -0
  269. package/dist/exports/molecules/std-service-devops-toolkit.orb +1526 -0
  270. package/dist/exports/molecules/std-service-notification-hub.orb +696 -0
  271. package/dist/exports/molecules/std-service-payment-flow.orb +873 -0
  272. package/dist/exports/molecules/std-simulator-game.orb +43 -3
  273. package/dist/exports/molecules/std-turn-based-battle.orb +26 -0
  274. package/dist/exports/organisms/std-api-gateway.orb +2326 -1320
  275. package/dist/exports/organisms/std-arcade-game.orb +377 -265
  276. package/dist/exports/organisms/std-booking-system.orb +3144 -1855
  277. package/dist/exports/organisms/std-cicd-pipeline.orb +2107 -1122
  278. package/dist/exports/organisms/std-cms.orb +929 -822
  279. package/dist/exports/organisms/std-coding-academy.orb +1347 -458
  280. package/dist/exports/organisms/std-crm.orb +2302 -1282
  281. package/dist/exports/organisms/std-devops-dashboard.orb +3902 -2005
  282. package/dist/exports/organisms/std-ecommerce.orb +2432 -1630
  283. package/dist/exports/organisms/std-finance-tracker.orb +1674 -846
  284. package/dist/exports/organisms/std-healthcare.orb +3545 -1992
  285. package/dist/exports/organisms/std-helpdesk.orb +1853 -940
  286. package/dist/exports/organisms/std-hr-portal.orb +3249 -1939
  287. package/dist/exports/organisms/std-iot-dashboard.orb +2422 -1418
  288. package/dist/exports/organisms/std-lms.orb +2495 -1435
  289. package/dist/exports/organisms/std-logic-training.orb +220 -66
  290. package/dist/exports/organisms/std-platformer-app.orb +345 -214
  291. package/dist/exports/organisms/std-project-manager.orb +2217 -1190
  292. package/dist/exports/organisms/std-puzzle-app.orb +228 -103
  293. package/dist/exports/organisms/std-realtime-chat.orb +1887 -1051
  294. package/dist/exports/organisms/std-rpg-game.orb +1170 -948
  295. package/dist/exports/organisms/std-service-marketplace.orb +5191 -0
  296. package/dist/exports/organisms/std-service-research-assistant.orb +3568 -0
  297. package/dist/exports/organisms/std-social-feed.orb +184 -172
  298. package/dist/exports/organisms/std-stem-lab.orb +1308 -482
  299. package/dist/exports/organisms/std-strategy-game.orb +1520 -696
  300. package/dist/exports/organisms/std-trading-dashboard.orb +1884 -904
  301. package/dist/exports/test-schemas/os-trigger-simulation.orb +202 -0
  302. package/dist/exports/validation-report.json +0 -747
  303. package/dist/index.d.ts +3 -3
  304. package/dist/index.js +12826 -4799
  305. package/dist/index.js.map +1 -1
  306. package/dist/modules/array.d.ts +1 -1
  307. package/dist/modules/async.d.ts +1 -1
  308. package/dist/modules/contract.d.ts +22 -0
  309. package/dist/modules/contract.js +100 -0
  310. package/dist/modules/contract.js.map +1 -0
  311. package/dist/modules/data.d.ts +22 -0
  312. package/dist/modules/data.js +117 -0
  313. package/dist/modules/data.js.map +1 -0
  314. package/dist/modules/format.d.ts +1 -1
  315. package/dist/modules/graph.d.ts +23 -0
  316. package/dist/modules/graph.js +209 -0
  317. package/dist/modules/graph.js.map +1 -0
  318. package/dist/modules/index.d.ts +5 -1
  319. package/dist/modules/index.js +593 -63
  320. package/dist/modules/index.js.map +1 -1
  321. package/dist/modules/math.d.ts +1 -1
  322. package/dist/modules/nn.d.ts +1 -1
  323. package/dist/modules/nn.js +14 -14
  324. package/dist/modules/nn.js.map +1 -1
  325. package/dist/modules/object.d.ts +1 -1
  326. package/dist/modules/os.d.ts +19 -0
  327. package/dist/modules/os.js +116 -0
  328. package/dist/modules/os.js.map +1 -0
  329. package/dist/modules/prob.d.ts +1 -1
  330. package/dist/modules/str.d.ts +1 -1
  331. package/dist/modules/tensor.d.ts +1 -1
  332. package/dist/modules/tensor.js +29 -29
  333. package/dist/modules/tensor.js.map +1 -1
  334. package/dist/modules/time.d.ts +1 -1
  335. package/dist/modules/train.d.ts +1 -1
  336. package/dist/modules/train.js +19 -19
  337. package/dist/modules/train.js.map +1 -1
  338. package/dist/modules/validate.d.ts +1 -1
  339. package/dist/registry.d.ts +2 -2
  340. package/dist/registry.js +184 -65
  341. package/dist/registry.js.map +1 -1
  342. package/dist/{types-CmNM_IbV.d.ts → types-DOeGXRCm.d.ts} +3 -3
  343. package/package.json +2 -2
@@ -0,0 +1,1069 @@
1
+ {
2
+ "name": "QuizItemOrbital",
3
+ "orbitals": [
4
+ {
5
+ "name": "QuizItemOrbital",
6
+ "entity": {
7
+ "name": "QuizItem",
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": "question",
38
+ "type": "string",
39
+ "default": ""
40
+ },
41
+ {
42
+ "name": "answer",
43
+ "type": "string",
44
+ "default": ""
45
+ },
46
+ {
47
+ "name": "optionA",
48
+ "type": "string",
49
+ "default": ""
50
+ },
51
+ {
52
+ "name": "optionB",
53
+ "type": "string",
54
+ "default": ""
55
+ },
56
+ {
57
+ "name": "optionC",
58
+ "type": "string",
59
+ "default": ""
60
+ },
61
+ {
62
+ "name": "optionD",
63
+ "type": "string",
64
+ "default": ""
65
+ },
66
+ {
67
+ "name": "difficulty",
68
+ "type": "string",
69
+ "default": "medium"
70
+ },
71
+ {
72
+ "name": "currentIndex",
73
+ "type": "number",
74
+ "default": 0
75
+ },
76
+ {
77
+ "name": "totalQuestions",
78
+ "type": "number",
79
+ "default": 3
80
+ }
81
+ ],
82
+ "instances": [
83
+ {
84
+ "id": "q-1",
85
+ "name": "What planet is closest to the Sun?",
86
+ "description": "Mercury",
87
+ "status": "active",
88
+ "createdAt": "2026-01-01",
89
+ "question": "What planet is closest to the Sun?",
90
+ "answer": "Mercury",
91
+ "optionA": "Mercury",
92
+ "optionB": "Venus",
93
+ "optionC": "Mars",
94
+ "optionD": "Earth",
95
+ "difficulty": "easy",
96
+ "currentIndex": 0,
97
+ "totalQuestions": 3
98
+ },
99
+ {
100
+ "id": "q-2",
101
+ "name": "What is the chemical symbol for gold?",
102
+ "description": "Au",
103
+ "status": "active",
104
+ "createdAt": "2026-01-02",
105
+ "question": "What is the chemical symbol for gold?",
106
+ "answer": "Au",
107
+ "optionA": "Ag",
108
+ "optionB": "Au",
109
+ "optionC": "Fe",
110
+ "optionD": "Cu",
111
+ "difficulty": "medium",
112
+ "currentIndex": 0,
113
+ "totalQuestions": 3
114
+ },
115
+ {
116
+ "id": "q-3",
117
+ "name": "Who painted the Mona Lisa?",
118
+ "description": "Leonardo da Vinci",
119
+ "status": "active",
120
+ "createdAt": "2026-01-03",
121
+ "question": "Who painted the Mona Lisa?",
122
+ "answer": "Leonardo da Vinci",
123
+ "optionA": "Michelangelo",
124
+ "optionB": "Raphael",
125
+ "optionC": "Leonardo da Vinci",
126
+ "optionD": "Donatello",
127
+ "difficulty": "easy",
128
+ "currentIndex": 0,
129
+ "totalQuestions": 3
130
+ }
131
+ ]
132
+ },
133
+ "traits": [
134
+ {
135
+ "name": "QuizItemQuiz",
136
+ "linkedEntity": "QuizItem",
137
+ "category": "interaction",
138
+ "stateMachine": {
139
+ "states": [
140
+ {
141
+ "name": "question",
142
+ "isInitial": true
143
+ },
144
+ {
145
+ "name": "answer-revealed"
146
+ },
147
+ {
148
+ "name": "complete"
149
+ }
150
+ ],
151
+ "events": [
152
+ {
153
+ "key": "INIT",
154
+ "name": "Initialize"
155
+ },
156
+ {
157
+ "key": "ANSWER",
158
+ "name": "Answer",
159
+ "payload": [
160
+ {
161
+ "name": "answer",
162
+ "type": "string",
163
+ "required": true
164
+ }
165
+ ]
166
+ },
167
+ {
168
+ "key": "NEXT",
169
+ "name": "Next Question"
170
+ },
171
+ {
172
+ "key": "RESTART",
173
+ "name": "Restart"
174
+ }
175
+ ],
176
+ "transitions": [
177
+ {
178
+ "from": "question",
179
+ "to": "question",
180
+ "event": "INIT",
181
+ "effects": [
182
+ [
183
+ "fetch",
184
+ "QuizItem"
185
+ ],
186
+ [
187
+ "render-ui",
188
+ "main",
189
+ {
190
+ "type": "stack",
191
+ "direction": "vertical",
192
+ "gap": "lg",
193
+ "children": [
194
+ {
195
+ "type": "stack",
196
+ "direction": "horizontal",
197
+ "gap": "sm",
198
+ "align": "center",
199
+ "children": [
200
+ {
201
+ "type": "icon",
202
+ "name": "help-circle",
203
+ "size": "lg"
204
+ },
205
+ {
206
+ "type": "typography",
207
+ "content": "Quiz",
208
+ "variant": "h2"
209
+ }
210
+ ]
211
+ },
212
+ {
213
+ "type": "divider"
214
+ },
215
+ {
216
+ "type": "card",
217
+ "children": [
218
+ {
219
+ "type": "stack",
220
+ "direction": "vertical",
221
+ "gap": "md",
222
+ "align": "center",
223
+ "children": [
224
+ {
225
+ "type": "icon",
226
+ "name": "help-circle",
227
+ "size": "lg"
228
+ },
229
+ {
230
+ "type": "typography",
231
+ "variant": "h3",
232
+ "content": [
233
+ "object/get",
234
+ [
235
+ "array/first",
236
+ "@entity"
237
+ ],
238
+ "name"
239
+ ]
240
+ }
241
+ ]
242
+ }
243
+ ]
244
+ },
245
+ {
246
+ "type": "simple-grid",
247
+ "columns": 2,
248
+ "children": [
249
+ {
250
+ "type": "button",
251
+ "label": [
252
+ "object/get",
253
+ [
254
+ "array/first",
255
+ "@entity"
256
+ ],
257
+ "optionA"
258
+ ],
259
+ "event": "ANSWER",
260
+ "variant": "secondary",
261
+ "actionPayload": {
262
+ "answer": "A"
263
+ }
264
+ },
265
+ {
266
+ "type": "button",
267
+ "label": [
268
+ "object/get",
269
+ [
270
+ "array/first",
271
+ "@entity"
272
+ ],
273
+ "optionB"
274
+ ],
275
+ "event": "ANSWER",
276
+ "variant": "secondary",
277
+ "actionPayload": {
278
+ "answer": "B"
279
+ }
280
+ },
281
+ {
282
+ "type": "button",
283
+ "label": [
284
+ "object/get",
285
+ [
286
+ "array/first",
287
+ "@entity"
288
+ ],
289
+ "optionC"
290
+ ],
291
+ "event": "ANSWER",
292
+ "variant": "secondary",
293
+ "actionPayload": {
294
+ "answer": "C"
295
+ }
296
+ },
297
+ {
298
+ "type": "button",
299
+ "label": [
300
+ "object/get",
301
+ [
302
+ "array/first",
303
+ "@entity"
304
+ ],
305
+ "optionD"
306
+ ],
307
+ "event": "ANSWER",
308
+ "variant": "secondary",
309
+ "actionPayload": {
310
+ "answer": "D"
311
+ }
312
+ }
313
+ ]
314
+ },
315
+ {
316
+ "type": "stack",
317
+ "direction": "horizontal",
318
+ "gap": "md",
319
+ "align": "center",
320
+ "justify": "space-between",
321
+ "children": [
322
+ {
323
+ "type": "stack",
324
+ "direction": "horizontal",
325
+ "gap": "sm",
326
+ "align": "center",
327
+ "children": [
328
+ {
329
+ "type": "icon",
330
+ "name": "signal",
331
+ "size": "sm"
332
+ },
333
+ {
334
+ "type": "typography",
335
+ "variant": "caption",
336
+ "color": "muted",
337
+ "content": "Difficulty:"
338
+ },
339
+ {
340
+ "type": "badge",
341
+ "label": [
342
+ "object/get",
343
+ [
344
+ "array/first",
345
+ "@entity"
346
+ ],
347
+ "difficulty"
348
+ ]
349
+ }
350
+ ]
351
+ },
352
+ {
353
+ "type": "stack",
354
+ "direction": "horizontal",
355
+ "gap": "xs",
356
+ "align": "center",
357
+ "children": [
358
+ {
359
+ "type": "typography",
360
+ "variant": "caption",
361
+ "color": "muted",
362
+ "content": "Question"
363
+ },
364
+ {
365
+ "type": "typography",
366
+ "variant": "caption",
367
+ "content": [
368
+ "+",
369
+ [
370
+ "or",
371
+ [
372
+ "object/get",
373
+ [
374
+ "array/first",
375
+ "@entity"
376
+ ],
377
+ "currentIndex"
378
+ ],
379
+ 0
380
+ ],
381
+ 1
382
+ ]
383
+ },
384
+ {
385
+ "type": "typography",
386
+ "variant": "caption",
387
+ "color": "muted",
388
+ "content": "of"
389
+ },
390
+ {
391
+ "type": "typography",
392
+ "variant": "caption",
393
+ "content": [
394
+ "or",
395
+ [
396
+ "object/get",
397
+ [
398
+ "array/first",
399
+ "@entity"
400
+ ],
401
+ "totalQuestions"
402
+ ],
403
+ 0
404
+ ]
405
+ }
406
+ ]
407
+ }
408
+ ]
409
+ }
410
+ ]
411
+ }
412
+ ]
413
+ ]
414
+ },
415
+ {
416
+ "from": "question",
417
+ "to": "answer-revealed",
418
+ "event": "ANSWER",
419
+ "effects": [
420
+ [
421
+ "render-ui",
422
+ "main",
423
+ {
424
+ "type": "stack",
425
+ "direction": "vertical",
426
+ "gap": "lg",
427
+ "children": [
428
+ {
429
+ "type": "stack",
430
+ "direction": "horizontal",
431
+ "gap": "sm",
432
+ "align": "center",
433
+ "children": [
434
+ {
435
+ "type": "icon",
436
+ "name": "help-circle",
437
+ "size": "lg"
438
+ },
439
+ {
440
+ "type": "typography",
441
+ "content": "Answer Revealed",
442
+ "variant": "h2"
443
+ }
444
+ ]
445
+ },
446
+ {
447
+ "type": "divider"
448
+ },
449
+ {
450
+ "type": "card",
451
+ "children": [
452
+ {
453
+ "type": "stack",
454
+ "direction": "vertical",
455
+ "gap": "md",
456
+ "children": [
457
+ {
458
+ "type": "typography",
459
+ "variant": "caption",
460
+ "color": "muted",
461
+ "content": "Question"
462
+ },
463
+ {
464
+ "type": "typography",
465
+ "variant": "body",
466
+ "content": [
467
+ "object/get",
468
+ [
469
+ "array/first",
470
+ "@entity"
471
+ ],
472
+ "name"
473
+ ]
474
+ },
475
+ {
476
+ "type": "divider"
477
+ },
478
+ {
479
+ "type": "typography",
480
+ "variant": "caption",
481
+ "color": "muted",
482
+ "content": "Answer"
483
+ },
484
+ {
485
+ "type": "typography",
486
+ "variant": "h3",
487
+ "content": [
488
+ "object/get",
489
+ [
490
+ "array/first",
491
+ "@entity"
492
+ ],
493
+ "description"
494
+ ]
495
+ }
496
+ ]
497
+ }
498
+ ]
499
+ },
500
+ {
501
+ "type": "alert",
502
+ "variant": "info",
503
+ "message": "Review the answer above."
504
+ },
505
+ {
506
+ "type": "stack",
507
+ "direction": "horizontal",
508
+ "gap": "sm",
509
+ "justify": "center",
510
+ "children": [
511
+ {
512
+ "type": "button",
513
+ "label": "Next Question",
514
+ "event": "NEXT",
515
+ "variant": "primary",
516
+ "icon": "arrow-right"
517
+ }
518
+ ]
519
+ }
520
+ ]
521
+ }
522
+ ]
523
+ ]
524
+ },
525
+ {
526
+ "from": "answer-revealed",
527
+ "to": "question",
528
+ "event": "NEXT",
529
+ "effects": [
530
+ [
531
+ "set",
532
+ "@entity.currentIndex",
533
+ [
534
+ "+",
535
+ "@entity.currentIndex",
536
+ 1
537
+ ]
538
+ ],
539
+ [
540
+ "fetch",
541
+ "QuizItem"
542
+ ],
543
+ [
544
+ "render-ui",
545
+ "main",
546
+ {
547
+ "type": "stack",
548
+ "direction": "vertical",
549
+ "gap": "lg",
550
+ "children": [
551
+ {
552
+ "type": "stack",
553
+ "direction": "horizontal",
554
+ "gap": "sm",
555
+ "align": "center",
556
+ "children": [
557
+ {
558
+ "type": "icon",
559
+ "name": "help-circle",
560
+ "size": "lg"
561
+ },
562
+ {
563
+ "type": "typography",
564
+ "content": "Quiz",
565
+ "variant": "h2"
566
+ }
567
+ ]
568
+ },
569
+ {
570
+ "type": "divider"
571
+ },
572
+ {
573
+ "type": "card",
574
+ "children": [
575
+ {
576
+ "type": "stack",
577
+ "direction": "vertical",
578
+ "gap": "md",
579
+ "align": "center",
580
+ "children": [
581
+ {
582
+ "type": "icon",
583
+ "name": "help-circle",
584
+ "size": "lg"
585
+ },
586
+ {
587
+ "type": "typography",
588
+ "variant": "h3",
589
+ "content": [
590
+ "object/get",
591
+ [
592
+ "array/first",
593
+ "@entity"
594
+ ],
595
+ "name"
596
+ ]
597
+ }
598
+ ]
599
+ }
600
+ ]
601
+ },
602
+ {
603
+ "type": "simple-grid",
604
+ "columns": 2,
605
+ "children": [
606
+ {
607
+ "type": "button",
608
+ "label": [
609
+ "object/get",
610
+ [
611
+ "array/first",
612
+ "@entity"
613
+ ],
614
+ "optionA"
615
+ ],
616
+ "event": "ANSWER",
617
+ "variant": "secondary",
618
+ "actionPayload": {
619
+ "answer": "A"
620
+ }
621
+ },
622
+ {
623
+ "type": "button",
624
+ "label": [
625
+ "object/get",
626
+ [
627
+ "array/first",
628
+ "@entity"
629
+ ],
630
+ "optionB"
631
+ ],
632
+ "event": "ANSWER",
633
+ "variant": "secondary",
634
+ "actionPayload": {
635
+ "answer": "B"
636
+ }
637
+ },
638
+ {
639
+ "type": "button",
640
+ "label": [
641
+ "object/get",
642
+ [
643
+ "array/first",
644
+ "@entity"
645
+ ],
646
+ "optionC"
647
+ ],
648
+ "event": "ANSWER",
649
+ "variant": "secondary",
650
+ "actionPayload": {
651
+ "answer": "C"
652
+ }
653
+ },
654
+ {
655
+ "type": "button",
656
+ "label": [
657
+ "object/get",
658
+ [
659
+ "array/first",
660
+ "@entity"
661
+ ],
662
+ "optionD"
663
+ ],
664
+ "event": "ANSWER",
665
+ "variant": "secondary",
666
+ "actionPayload": {
667
+ "answer": "D"
668
+ }
669
+ }
670
+ ]
671
+ },
672
+ {
673
+ "type": "stack",
674
+ "direction": "horizontal",
675
+ "gap": "md",
676
+ "align": "center",
677
+ "justify": "space-between",
678
+ "children": [
679
+ {
680
+ "type": "stack",
681
+ "direction": "horizontal",
682
+ "gap": "sm",
683
+ "align": "center",
684
+ "children": [
685
+ {
686
+ "type": "icon",
687
+ "name": "signal",
688
+ "size": "sm"
689
+ },
690
+ {
691
+ "type": "typography",
692
+ "variant": "caption",
693
+ "color": "muted",
694
+ "content": "Difficulty:"
695
+ },
696
+ {
697
+ "type": "badge",
698
+ "label": [
699
+ "object/get",
700
+ [
701
+ "array/first",
702
+ "@entity"
703
+ ],
704
+ "difficulty"
705
+ ]
706
+ }
707
+ ]
708
+ },
709
+ {
710
+ "type": "stack",
711
+ "direction": "horizontal",
712
+ "gap": "xs",
713
+ "align": "center",
714
+ "children": [
715
+ {
716
+ "type": "typography",
717
+ "variant": "caption",
718
+ "color": "muted",
719
+ "content": "Question"
720
+ },
721
+ {
722
+ "type": "typography",
723
+ "variant": "caption",
724
+ "content": [
725
+ "+",
726
+ [
727
+ "or",
728
+ [
729
+ "object/get",
730
+ [
731
+ "array/first",
732
+ "@entity"
733
+ ],
734
+ "currentIndex"
735
+ ],
736
+ 0
737
+ ],
738
+ 1
739
+ ]
740
+ },
741
+ {
742
+ "type": "typography",
743
+ "variant": "caption",
744
+ "color": "muted",
745
+ "content": "of"
746
+ },
747
+ {
748
+ "type": "typography",
749
+ "variant": "caption",
750
+ "content": [
751
+ "or",
752
+ [
753
+ "object/get",
754
+ [
755
+ "array/first",
756
+ "@entity"
757
+ ],
758
+ "totalQuestions"
759
+ ],
760
+ 0
761
+ ]
762
+ }
763
+ ]
764
+ }
765
+ ]
766
+ }
767
+ ]
768
+ }
769
+ ]
770
+ ]
771
+ },
772
+ {
773
+ "from": "answer-revealed",
774
+ "to": "complete",
775
+ "event": "RESTART",
776
+ "effects": [
777
+ [
778
+ "render-ui",
779
+ "main",
780
+ {
781
+ "type": "stack",
782
+ "direction": "vertical",
783
+ "gap": "lg",
784
+ "align": "center",
785
+ "children": [
786
+ {
787
+ "type": "icon",
788
+ "name": "check-circle",
789
+ "size": "lg"
790
+ },
791
+ {
792
+ "type": "typography",
793
+ "content": "Quiz Complete!",
794
+ "variant": "h2"
795
+ },
796
+ {
797
+ "type": "alert",
798
+ "variant": "success",
799
+ "message": "You have completed all questions."
800
+ },
801
+ {
802
+ "type": "button",
803
+ "label": "Restart",
804
+ "event": "RESTART",
805
+ "variant": "primary",
806
+ "icon": "rotate-ccw"
807
+ }
808
+ ]
809
+ }
810
+ ]
811
+ ]
812
+ },
813
+ {
814
+ "from": "complete",
815
+ "to": "question",
816
+ "event": "RESTART",
817
+ "effects": [
818
+ [
819
+ "fetch",
820
+ "QuizItem"
821
+ ],
822
+ [
823
+ "render-ui",
824
+ "main",
825
+ {
826
+ "type": "stack",
827
+ "direction": "vertical",
828
+ "gap": "lg",
829
+ "children": [
830
+ {
831
+ "type": "stack",
832
+ "direction": "horizontal",
833
+ "gap": "sm",
834
+ "align": "center",
835
+ "children": [
836
+ {
837
+ "type": "icon",
838
+ "name": "help-circle",
839
+ "size": "lg"
840
+ },
841
+ {
842
+ "type": "typography",
843
+ "content": "Quiz",
844
+ "variant": "h2"
845
+ }
846
+ ]
847
+ },
848
+ {
849
+ "type": "divider"
850
+ },
851
+ {
852
+ "type": "card",
853
+ "children": [
854
+ {
855
+ "type": "stack",
856
+ "direction": "vertical",
857
+ "gap": "md",
858
+ "align": "center",
859
+ "children": [
860
+ {
861
+ "type": "icon",
862
+ "name": "help-circle",
863
+ "size": "lg"
864
+ },
865
+ {
866
+ "type": "typography",
867
+ "variant": "h3",
868
+ "content": [
869
+ "object/get",
870
+ [
871
+ "array/first",
872
+ "@entity"
873
+ ],
874
+ "name"
875
+ ]
876
+ }
877
+ ]
878
+ }
879
+ ]
880
+ },
881
+ {
882
+ "type": "simple-grid",
883
+ "columns": 2,
884
+ "children": [
885
+ {
886
+ "type": "button",
887
+ "label": [
888
+ "object/get",
889
+ [
890
+ "array/first",
891
+ "@entity"
892
+ ],
893
+ "optionA"
894
+ ],
895
+ "event": "ANSWER",
896
+ "variant": "secondary",
897
+ "actionPayload": {
898
+ "answer": "A"
899
+ }
900
+ },
901
+ {
902
+ "type": "button",
903
+ "label": [
904
+ "object/get",
905
+ [
906
+ "array/first",
907
+ "@entity"
908
+ ],
909
+ "optionB"
910
+ ],
911
+ "event": "ANSWER",
912
+ "variant": "secondary",
913
+ "actionPayload": {
914
+ "answer": "B"
915
+ }
916
+ },
917
+ {
918
+ "type": "button",
919
+ "label": [
920
+ "object/get",
921
+ [
922
+ "array/first",
923
+ "@entity"
924
+ ],
925
+ "optionC"
926
+ ],
927
+ "event": "ANSWER",
928
+ "variant": "secondary",
929
+ "actionPayload": {
930
+ "answer": "C"
931
+ }
932
+ },
933
+ {
934
+ "type": "button",
935
+ "label": [
936
+ "object/get",
937
+ [
938
+ "array/first",
939
+ "@entity"
940
+ ],
941
+ "optionD"
942
+ ],
943
+ "event": "ANSWER",
944
+ "variant": "secondary",
945
+ "actionPayload": {
946
+ "answer": "D"
947
+ }
948
+ }
949
+ ]
950
+ },
951
+ {
952
+ "type": "stack",
953
+ "direction": "horizontal",
954
+ "gap": "md",
955
+ "align": "center",
956
+ "justify": "space-between",
957
+ "children": [
958
+ {
959
+ "type": "stack",
960
+ "direction": "horizontal",
961
+ "gap": "sm",
962
+ "align": "center",
963
+ "children": [
964
+ {
965
+ "type": "icon",
966
+ "name": "signal",
967
+ "size": "sm"
968
+ },
969
+ {
970
+ "type": "typography",
971
+ "variant": "caption",
972
+ "color": "muted",
973
+ "content": "Difficulty:"
974
+ },
975
+ {
976
+ "type": "badge",
977
+ "label": [
978
+ "object/get",
979
+ [
980
+ "array/first",
981
+ "@entity"
982
+ ],
983
+ "difficulty"
984
+ ]
985
+ }
986
+ ]
987
+ },
988
+ {
989
+ "type": "stack",
990
+ "direction": "horizontal",
991
+ "gap": "xs",
992
+ "align": "center",
993
+ "children": [
994
+ {
995
+ "type": "typography",
996
+ "variant": "caption",
997
+ "color": "muted",
998
+ "content": "Question"
999
+ },
1000
+ {
1001
+ "type": "typography",
1002
+ "variant": "caption",
1003
+ "content": [
1004
+ "+",
1005
+ [
1006
+ "or",
1007
+ [
1008
+ "object/get",
1009
+ [
1010
+ "array/first",
1011
+ "@entity"
1012
+ ],
1013
+ "currentIndex"
1014
+ ],
1015
+ 0
1016
+ ],
1017
+ 1
1018
+ ]
1019
+ },
1020
+ {
1021
+ "type": "typography",
1022
+ "variant": "caption",
1023
+ "color": "muted",
1024
+ "content": "of"
1025
+ },
1026
+ {
1027
+ "type": "typography",
1028
+ "variant": "caption",
1029
+ "content": [
1030
+ "or",
1031
+ [
1032
+ "object/get",
1033
+ [
1034
+ "array/first",
1035
+ "@entity"
1036
+ ],
1037
+ "totalQuestions"
1038
+ ],
1039
+ 0
1040
+ ]
1041
+ }
1042
+ ]
1043
+ }
1044
+ ]
1045
+ }
1046
+ ]
1047
+ }
1048
+ ]
1049
+ ]
1050
+ }
1051
+ ]
1052
+ }
1053
+ }
1054
+ ],
1055
+ "pages": [
1056
+ {
1057
+ "name": "QuizItemQuizPage",
1058
+ "path": "/quizitems/quiz",
1059
+ "traits": [
1060
+ {
1061
+ "ref": "QuizItemQuiz"
1062
+ }
1063
+ ]
1064
+ }
1065
+ ]
1066
+ }
1067
+ ],
1068
+ "description": "Quiz molecule composing flip-card atom with question/answer flow. Absorbs: quiz-block."
1069
+ }