@almadar/std 16.152.0 → 16.153.0

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 (124) hide show
  1. package/behaviors/lolo/infra/atoms/std-data-erasure.lolo +5 -1
  2. package/behaviors/lolo/ui/core/atoms/std-browse.lolo +1 -0
  3. package/behaviors/lolo/ui/core/molecules/ui-emoji-picker.lolo +56 -0
  4. package/behaviors/lolo/ui/core/molecules/ui-popover.lolo +39 -0
  5. package/behaviors/lolo/ui/core/molecules/ui-table-view.lolo +11 -0
  6. package/behaviors/lolo/ui/game/atoms/ui-draw-sprite.lolo +2 -2
  7. package/behaviors/lolo/ui/game/molecules/ui-canvas-2d.lolo +11 -1
  8. package/behaviors/lolo/ui/game/molecules/ui-canvas.lolo +10 -0
  9. package/behaviors/lolo/ui/game/organisms/ui-fishing-board.lolo +8 -8
  10. package/behaviors/lolo/ui/game/organisms/ui-physics-sandbox-board.lolo +5 -5
  11. package/behaviors/lolo/ui/game/organisms/ui-roguelike-board.lolo +5 -5
  12. package/behaviors/lolo/ui/game/organisms/ui-sokoban-board.lolo +5 -5
  13. package/behaviors/lolo/ui/game/organisms/ui-state-architect-board.lolo +4 -4
  14. package/behaviors/lolo/ui/game/organisms/ui-winter-ski-board.lolo +7 -7
  15. package/behaviors/registry/factory-signatures.json +6211 -2181
  16. package/behaviors/registry/infra/atoms/std-approval-gate.orb +16 -8
  17. package/behaviors/registry/infra/atoms/std-cache-aside.orb +62 -31
  18. package/behaviors/registry/infra/atoms/std-circuit-breaker.orb +32 -16
  19. package/behaviors/registry/infra/atoms/std-data-erasure.orb +17 -9
  20. package/behaviors/registry/infra/atoms/std-mod-queue.orb +16 -8
  21. package/behaviors/registry/infra/atoms/std-rate-limiter.orb +28 -14
  22. package/behaviors/registry/ml/molecules/std-escalating-decision.orb +10 -5
  23. package/behaviors/registry/ml/molecules/std-knowledge-tracing.orb +4 -2
  24. package/behaviors/registry/ui/core/atoms/std-billable-hour.orb +2 -1
  25. package/behaviors/registry/ui/core/atoms/std-browse.orb +4 -0
  26. package/behaviors/registry/ui/core/atoms/std-dashboard-grid-embedded.orb +2 -1
  27. package/behaviors/registry/ui/core/atoms/std-esign-flow.orb +4 -2
  28. package/behaviors/registry/ui/core/atoms/std-esign-request.orb +6 -3
  29. package/behaviors/registry/ui/core/atoms/std-gallery.orb +18 -9
  30. package/behaviors/registry/ui/core/atoms/std-import.orb +4 -2
  31. package/behaviors/registry/ui/core/molecules/ui-emoji-picker.orb +214 -0
  32. package/behaviors/registry/ui/core/molecules/ui-popover.orb +112 -1
  33. package/behaviors/registry/ui/core/molecules/ui-table-view.orb +44 -0
  34. package/behaviors/registry/ui/game/atoms/std-arcade-flow.orb +1 -0
  35. package/behaviors/registry/ui/game/atoms/std-arcade-play.orb +1 -0
  36. package/behaviors/registry/ui/game/atoms/std-chase-ai.orb +1 -0
  37. package/behaviors/registry/ui/game/atoms/std-dungeon-combat.orb +1 -0
  38. package/behaviors/registry/ui/game/atoms/std-fx-particles.orb +1 -0
  39. package/behaviors/registry/ui/game/atoms/std-gather.orb +1 -0
  40. package/behaviors/registry/ui/game/atoms/std-gold.orb +1 -0
  41. package/behaviors/registry/ui/game/atoms/std-grid-tactics.orb +1 -0
  42. package/behaviors/registry/ui/game/atoms/std-hero-nav.orb +1 -0
  43. package/behaviors/registry/ui/game/atoms/std-market-flow.orb +1 -0
  44. package/behaviors/registry/ui/game/atoms/std-objective-flow.orb +1 -0
  45. package/behaviors/registry/ui/game/atoms/std-objective-reach.orb +1 -0
  46. package/behaviors/registry/ui/game/atoms/std-patience.orb +1 -0
  47. package/behaviors/registry/ui/game/atoms/std-production.orb +1 -0
  48. package/behaviors/registry/ui/game/atoms/std-round-flow.orb +1 -0
  49. package/behaviors/registry/ui/game/atoms/std-score.orb +1 -0
  50. package/behaviors/registry/ui/game/atoms/std-survival-flow.orb +1 -0
  51. package/behaviors/registry/ui/game/atoms/std-xp.orb +1 -0
  52. package/behaviors/registry/ui/game/atoms/ui-draw-sprite.orb +2 -2
  53. package/behaviors/registry/ui/game/molecules/std-worldmap-board-2d.orb +6 -3
  54. package/behaviors/registry/ui/game/molecules/ui-canvas-2d.orb +16 -1
  55. package/behaviors/registry/ui/game/molecules/ui-canvas.orb +14 -0
  56. package/behaviors/registry/ui/game/organisms/ui-fishing-board.orb +16 -16
  57. package/behaviors/registry/ui/game/organisms/ui-physics-sandbox-board.orb +10 -10
  58. package/behaviors/registry/ui/game/organisms/ui-roguelike-board.orb +10 -10
  59. package/behaviors/registry/ui/game/organisms/ui-sokoban-board.orb +10 -10
  60. package/behaviors/registry/ui/game/organisms/ui-state-architect-board.orb +8 -8
  61. package/behaviors/registry/ui/game/organisms/ui-winter-ski-board.orb +14 -14
  62. package/dist/behaviors/behaviors-embeddings.json +384 -380
  63. package/dist/behaviors/behaviors-registry.json +535 -8
  64. package/dist/behaviors/exports-reader.js +3409 -3101
  65. package/dist/behaviors/functions/index.d.ts +596 -5
  66. package/dist/behaviors/functions/index.js +3389 -3102
  67. package/dist/behaviors/index.d.ts +1 -1
  68. package/dist/behaviors/index.js +3410 -3102
  69. package/dist/behaviors/knob-embeddings.json +1 -1
  70. package/dist/behaviors/query.js +3409 -3101
  71. package/dist/behaviors/registry/factory-signatures.json +6211 -2181
  72. package/dist/behaviors/registry/infra/atoms/std-approval-gate.orb +16 -8
  73. package/dist/behaviors/registry/infra/atoms/std-cache-aside.orb +62 -31
  74. package/dist/behaviors/registry/infra/atoms/std-circuit-breaker.orb +32 -16
  75. package/dist/behaviors/registry/infra/atoms/std-data-erasure.orb +17 -9
  76. package/dist/behaviors/registry/infra/atoms/std-mod-queue.orb +16 -8
  77. package/dist/behaviors/registry/infra/atoms/std-rate-limiter.orb +28 -14
  78. package/dist/behaviors/registry/ml/molecules/std-escalating-decision.orb +10 -5
  79. package/dist/behaviors/registry/ml/molecules/std-knowledge-tracing.orb +4 -2
  80. package/dist/behaviors/registry/ui/core/atoms/std-billable-hour.orb +2 -1
  81. package/dist/behaviors/registry/ui/core/atoms/std-browse.orb +4 -0
  82. package/dist/behaviors/registry/ui/core/atoms/std-dashboard-grid-embedded.orb +2 -1
  83. package/dist/behaviors/registry/ui/core/atoms/std-esign-flow.orb +4 -2
  84. package/dist/behaviors/registry/ui/core/atoms/std-esign-request.orb +6 -3
  85. package/dist/behaviors/registry/ui/core/atoms/std-gallery.orb +18 -9
  86. package/dist/behaviors/registry/ui/core/atoms/std-import.orb +4 -2
  87. package/dist/behaviors/registry/ui/core/molecules/ui-emoji-picker.orb +214 -0
  88. package/dist/behaviors/registry/ui/core/molecules/ui-popover.orb +112 -1
  89. package/dist/behaviors/registry/ui/core/molecules/ui-table-view.orb +44 -0
  90. package/dist/behaviors/registry/ui/game/atoms/std-arcade-flow.orb +1 -0
  91. package/dist/behaviors/registry/ui/game/atoms/std-arcade-play.orb +1 -0
  92. package/dist/behaviors/registry/ui/game/atoms/std-chase-ai.orb +1 -0
  93. package/dist/behaviors/registry/ui/game/atoms/std-dungeon-combat.orb +1 -0
  94. package/dist/behaviors/registry/ui/game/atoms/std-fx-particles.orb +1 -0
  95. package/dist/behaviors/registry/ui/game/atoms/std-gather.orb +1 -0
  96. package/dist/behaviors/registry/ui/game/atoms/std-gold.orb +1 -0
  97. package/dist/behaviors/registry/ui/game/atoms/std-grid-tactics.orb +1 -0
  98. package/dist/behaviors/registry/ui/game/atoms/std-hero-nav.orb +1 -0
  99. package/dist/behaviors/registry/ui/game/atoms/std-market-flow.orb +1 -0
  100. package/dist/behaviors/registry/ui/game/atoms/std-objective-flow.orb +1 -0
  101. package/dist/behaviors/registry/ui/game/atoms/std-objective-reach.orb +1 -0
  102. package/dist/behaviors/registry/ui/game/atoms/std-patience.orb +1 -0
  103. package/dist/behaviors/registry/ui/game/atoms/std-production.orb +1 -0
  104. package/dist/behaviors/registry/ui/game/atoms/std-round-flow.orb +1 -0
  105. package/dist/behaviors/registry/ui/game/atoms/std-score.orb +1 -0
  106. package/dist/behaviors/registry/ui/game/atoms/std-survival-flow.orb +1 -0
  107. package/dist/behaviors/registry/ui/game/atoms/std-xp.orb +1 -0
  108. package/dist/behaviors/registry/ui/game/atoms/ui-draw-sprite.orb +2 -2
  109. package/dist/behaviors/registry/ui/game/molecules/std-worldmap-board-2d.orb +6 -3
  110. package/dist/behaviors/registry/ui/game/molecules/ui-canvas-2d.orb +16 -1
  111. package/dist/behaviors/registry/ui/game/molecules/ui-canvas.orb +14 -0
  112. package/dist/behaviors/registry/ui/game/organisms/ui-fishing-board.orb +16 -16
  113. package/dist/behaviors/registry/ui/game/organisms/ui-physics-sandbox-board.orb +10 -10
  114. package/dist/behaviors/registry/ui/game/organisms/ui-roguelike-board.orb +10 -10
  115. package/dist/behaviors/registry/ui/game/organisms/ui-sokoban-board.orb +10 -10
  116. package/dist/behaviors/registry/ui/game/organisms/ui-state-architect-board.orb +8 -8
  117. package/dist/behaviors/registry/ui/game/organisms/ui-winter-ski-board.orb +14 -14
  118. package/dist/behaviors-embeddings.json +384 -380
  119. package/dist/behaviors-registry.json +535 -8
  120. package/dist/index.d.ts +1 -1
  121. package/dist/index.js +3410 -3102
  122. package/dist/knob-embeddings.json +1 -1
  123. package/dist/registry/factory-signatures.json +6211 -2181
  124. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@almadar/std",
3
- "version": "16.152.0",
3
+ "version": "16.153.0",
4
4
  "description": "Standard library operators for Almadar (math, string, array, etc.)",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -56,7 +56,7 @@
56
56
  "access": "public"
57
57
  },
58
58
  "dependencies": {
59
- "@almadar/core": "^10.42.0"
59
+ "@almadar/core": "^10.43.0"
60
60
  },
61
61
  "devDependencies": {
62
62
  "@almadar/eslint-plugin": "^2.15.0",