@almadar/std 16.209.0 → 16.211.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 (113) hide show
  1. package/behaviors/lolo/infra/atoms/std-approval-gate.lolo +2 -2
  2. package/behaviors/lolo/infra/atoms/std-calendar-sync.lolo +5 -5
  3. package/behaviors/lolo/infra/atoms/std-cascade-on-delete.lolo +7 -1
  4. package/behaviors/lolo/infra/atoms/std-circuit-breaker.lolo +3 -3
  5. package/behaviors/lolo/ui/core/atoms/std-app-layout.lolo +1 -0
  6. package/behaviors/lolo/ui/core/atoms/std-browse.lolo +40 -41
  7. package/behaviors/lolo/ui/core/atoms/std-calendar.lolo +25 -19
  8. package/behaviors/lolo/ui/core/atoms/std-confirmation.lolo +2 -0
  9. package/behaviors/lolo/ui/core/atoms/std-esign-request.lolo +2 -2
  10. package/behaviors/lolo/ui/core/atoms/std-graphs.lolo +1 -1
  11. package/behaviors/lolo/ui/core/atoms/std-modal.lolo +3 -1
  12. package/behaviors/lolo/ui/core/atoms/std-stats.lolo +1 -1
  13. package/behaviors/lolo/ui/core/atoms/std-step-flow.lolo +4 -3
  14. package/behaviors/lolo/ui/core/atoms/std-tag-taxonomy.lolo +1 -4
  15. package/behaviors/lolo/ui/core/atoms/std-thread.lolo +33 -30
  16. package/behaviors/lolo/ui/core/atoms/std-version-history.lolo +1 -1
  17. package/behaviors/lolo/ui/core/atoms/ui-radio.lolo +1 -1
  18. package/behaviors/lolo/ui/core/atoms/ui-range-slider.lolo +1 -1
  19. package/behaviors/lolo/ui/core/atoms/ui-switch.lolo +1 -1
  20. package/behaviors/lolo/ui/core/atoms/ui-text-highlight.lolo +1 -1
  21. package/behaviors/lolo/ui/core/atoms/ui-time-slot-cell.lolo +1 -1
  22. package/behaviors/lolo/ui/core/molecules/ui-code-block.lolo +2 -2
  23. package/behaviors/lolo/ui/core/molecules/ui-command-palette.lolo +1 -1
  24. package/behaviors/lolo/ui/core/molecules/ui-date-range-picker.lolo +2 -2
  25. package/behaviors/lolo/ui/core/molecules/ui-document-panel.lolo +2 -2
  26. package/behaviors/lolo/ui/core/molecules/ui-filter-group.lolo +1 -1
  27. package/behaviors/lolo/ui/core/molecules/ui-number-stepper.lolo +1 -1
  28. package/behaviors/lolo/ui/core/molecules/ui-pagination.lolo +1 -1
  29. package/behaviors/lolo/ui/core/molecules/ui-popover.lolo +1 -1
  30. package/behaviors/lolo/ui/core/molecules/ui-relation-select.lolo +1 -1
  31. package/behaviors/lolo/ui/core/molecules/ui-rich-text-editor.lolo +1 -1
  32. package/behaviors/lolo/ui/core/molecules/ui-search-input.lolo +1 -1
  33. package/behaviors/lolo/ui/core/molecules/ui-sidebar.lolo +1 -1
  34. package/behaviors/lolo/ui/core/molecules/ui-star-rating.lolo +1 -1
  35. package/behaviors/lolo/ui/core/molecules/ui-wizard-navigation.lolo +2 -2
  36. package/behaviors/lolo/ui/core/organisms/ui-split-pane.lolo +1 -1
  37. package/behaviors/lolo/ui/game/atoms/ui-draw-skinned-mesh.lolo +126 -0
  38. package/behaviors/lolo/ui/game/atoms/ui-trait-slot.lolo +1 -1
  39. package/behaviors/lolo/ui/game/organisms/std-arcade-board-3d.lolo +10 -10
  40. package/behaviors/lolo/ui/game/organisms/std-crew-board-2d.lolo +10 -10
  41. package/behaviors/lolo/ui/game/organisms/std-dungeon-board-2d.lolo +36 -36
  42. package/behaviors/lolo/ui/game/organisms/std-market-board-3d.lolo +36 -36
  43. package/behaviors/lolo/ui/game/organisms/std-objective-board-3d.lolo +34 -34
  44. package/behaviors/lolo/ui/game/organisms/std-survival-board-3d.lolo +10 -10
  45. package/behaviors/lolo/ui/game/organisms/std-tactics-board-2d.lolo +12 -12
  46. package/behaviors/lolo/ui/game/organisms/std-tactics-board-3d.lolo +12 -12
  47. package/behaviors/lolo/ui/game/organisms/std-worldmap-board-2d.lolo +20 -20
  48. package/behaviors/registry/infra/atoms/std-approval-gate.orb +20 -9
  49. package/behaviors/registry/infra/atoms/std-calendar-sync.orb +5 -0
  50. package/behaviors/registry/infra/atoms/std-cascade-on-delete.orb +28 -0
  51. package/behaviors/registry/infra/atoms/std-circuit-breaker.orb +3 -0
  52. package/behaviors/registry/infra/atoms/std-notification-center.orb +56 -24
  53. package/behaviors/registry/infra/atoms/std-notify-on-event.orb +12 -6
  54. package/behaviors/registry/ui/core/atoms/std-app-layout.orb +20 -0
  55. package/behaviors/registry/ui/core/atoms/std-browse.orb +51 -137
  56. package/behaviors/registry/ui/core/atoms/std-calendar.orb +101 -24
  57. package/behaviors/registry/ui/core/atoms/std-confirmation.orb +44 -18
  58. package/behaviors/registry/ui/core/atoms/std-esign-flow.orb +44 -18
  59. package/behaviors/registry/ui/core/atoms/std-esign-request.orb +19 -8
  60. package/behaviors/registry/ui/core/atoms/std-form-advanced.orb +20 -9
  61. package/behaviors/registry/ui/core/atoms/std-graphs.orb +1 -0
  62. package/behaviors/registry/ui/core/atoms/std-modal.orb +52 -24
  63. package/behaviors/registry/ui/core/atoms/std-stats.orb +1 -0
  64. package/behaviors/registry/ui/core/atoms/std-step-flow.orb +0 -3
  65. package/behaviors/registry/ui/core/atoms/std-tag-taxonomy.orb +2 -9
  66. package/behaviors/registry/ui/core/atoms/std-thread.orb +134 -40
  67. package/behaviors/registry/ui/core/atoms/std-version-history.orb +1 -0
  68. package/behaviors/registry/ui/core/atoms/ui-radio.orb +1 -0
  69. package/behaviors/registry/ui/core/atoms/ui-range-slider.orb +1 -0
  70. package/behaviors/registry/ui/core/atoms/ui-switch.orb +1 -0
  71. package/behaviors/registry/ui/core/atoms/ui-text-highlight.orb +1 -0
  72. package/behaviors/registry/ui/core/atoms/ui-time-slot-cell.orb +1 -0
  73. package/behaviors/registry/ui/core/molecules/ui-code-block.orb +2 -0
  74. package/behaviors/registry/ui/core/molecules/ui-command-palette.orb +1 -0
  75. package/behaviors/registry/ui/core/molecules/ui-date-range-picker.orb +2 -0
  76. package/behaviors/registry/ui/core/molecules/ui-document-panel.orb +2 -0
  77. package/behaviors/registry/ui/core/molecules/ui-filter-group.orb +1 -0
  78. package/behaviors/registry/ui/core/molecules/ui-number-stepper.orb +1 -0
  79. package/behaviors/registry/ui/core/molecules/ui-pagination.orb +1 -0
  80. package/behaviors/registry/ui/core/molecules/ui-popover.orb +1 -0
  81. package/behaviors/registry/ui/core/molecules/ui-relation-select.orb +1 -0
  82. package/behaviors/registry/ui/core/molecules/ui-rich-text-editor.orb +1 -0
  83. package/behaviors/registry/ui/core/molecules/ui-search-input.orb +1 -0
  84. package/behaviors/registry/ui/core/molecules/ui-sidebar.orb +1 -0
  85. package/behaviors/registry/ui/core/molecules/ui-star-rating.orb +1 -0
  86. package/behaviors/registry/ui/core/molecules/ui-wizard-navigation.orb +2 -0
  87. package/behaviors/registry/ui/core/organisms/ui-split-pane.orb +1 -0
  88. package/behaviors/registry/ui/game/atoms/ui-draw-skinned-mesh.orb +687 -0
  89. package/behaviors/registry/ui/game/atoms/ui-trait-slot.orb +1 -0
  90. package/behaviors/registry/ui/game/organisms/std-arcade-board-3d.orb +10 -30
  91. package/behaviors/registry/ui/game/organisms/std-crew-board-2d.orb +10 -30
  92. package/behaviors/registry/ui/game/organisms/std-dungeon-board-2d.orb +36 -108
  93. package/behaviors/registry/ui/game/organisms/std-market-board-3d.orb +36 -108
  94. package/behaviors/registry/ui/game/organisms/std-objective-board-3d.orb +34 -102
  95. package/behaviors/registry/ui/game/organisms/std-survival-board-3d.orb +10 -30
  96. package/behaviors/registry/ui/game/organisms/std-tactics-board-2d.orb +12 -36
  97. package/behaviors/registry/ui/game/organisms/std-tactics-board-3d.orb +12 -36
  98. package/behaviors/registry/ui/game/organisms/std-worldmap-board-2d.orb +20 -60
  99. package/dist/behaviors/exports-reader.js +2147 -2212
  100. package/dist/behaviors/functions/index.d.ts +111 -34
  101. package/dist/behaviors/functions/index.js +2145 -2211
  102. package/dist/behaviors/index.d.ts +1 -1
  103. package/dist/behaviors/index.js +2148 -2213
  104. package/dist/behaviors/query.js +2147 -2212
  105. package/dist/behaviors-embeddings.hash.json +3 -3
  106. package/dist/behaviors-embeddings.json +11 -7
  107. package/dist/behaviors-registry.json +997 -759
  108. package/dist/index.d.ts +1 -1
  109. package/dist/index.js +2148 -2213
  110. package/dist/knob-embeddings.hash.json +3 -3
  111. package/dist/knob-embeddings.json +1 -1
  112. package/dist/registry/factory-signatures.json +1 -1
  113. package/package.json +3 -3
@@ -75,6 +75,7 @@
75
75
  "type": "string"
76
76
  },
77
77
  {
78
+ "intrinsic": true,
78
79
  "name": "value",
79
80
  "type": "string"
80
81
  }
@@ -94,6 +94,7 @@
94
94
  },
95
95
  {
96
96
  "default": 0.0,
97
+ "intrinsic": true,
97
98
  "name": "value",
98
99
  "type": "number"
99
100
  }
@@ -75,6 +75,7 @@
75
75
  "type": "string"
76
76
  },
77
77
  {
78
+ "intrinsic": true,
78
79
  "name": "checked",
79
80
  "type": "boolean"
80
81
  }
@@ -120,6 +120,7 @@
120
120
  "type": "string"
121
121
  },
122
122
  {
123
+ "intrinsic": true,
123
124
  "name": "annotationId",
124
125
  "type": "string"
125
126
  }
@@ -76,6 +76,7 @@
76
76
  },
77
77
  {
78
78
  "default": "",
79
+ "intrinsic": true,
79
80
  "name": "time",
80
81
  "type": "string"
81
82
  }
@@ -147,10 +147,12 @@
147
147
  "type": "string"
148
148
  },
149
149
  {
150
+ "intrinsic": true,
150
151
  "name": "code",
151
152
  "type": "string"
152
153
  },
153
154
  {
155
+ "intrinsic": true,
154
156
  "name": "editorId",
155
157
  "type": "string"
156
158
  }
@@ -85,6 +85,7 @@
85
85
  },
86
86
  {
87
87
  "default": false,
88
+ "intrinsic": true,
88
89
  "name": "open",
89
90
  "type": "boolean"
90
91
  }
@@ -84,10 +84,12 @@
84
84
  "type": "string"
85
85
  },
86
86
  {
87
+ "intrinsic": true,
87
88
  "name": "fromProp",
88
89
  "type": "string"
89
90
  },
90
91
  {
92
+ "intrinsic": true,
91
93
  "name": "toProp",
92
94
  "type": "string"
93
95
  }
@@ -111,10 +111,12 @@
111
111
  "type": "string"
112
112
  },
113
113
  {
114
+ "intrinsic": true,
114
115
  "name": "title",
115
116
  "type": "string"
116
117
  },
117
118
  {
119
+ "intrinsic": true,
118
120
  "name": "value",
119
121
  "type": "string"
120
122
  }
@@ -111,6 +111,7 @@
111
111
  "type": "string"
112
112
  },
113
113
  {
114
+ "intrinsic": true,
114
115
  "name": "query",
115
116
  "type": "string"
116
117
  }
@@ -94,6 +94,7 @@
94
94
  },
95
95
  {
96
96
  "default": 0.0,
97
+ "intrinsic": true,
97
98
  "name": "value",
98
99
  "type": "number"
99
100
  }
@@ -84,6 +84,7 @@
84
84
  "type": "string"
85
85
  },
86
86
  {
87
+ "intrinsic": true,
87
88
  "name": "pageSize",
88
89
  "type": "number"
89
90
  }
@@ -75,6 +75,7 @@
75
75
  "type": "string"
76
76
  },
77
77
  {
78
+ "intrinsic": true,
78
79
  "name": "open",
79
80
  "type": "boolean"
80
81
  }
@@ -75,6 +75,7 @@
75
75
  "type": "string"
76
76
  },
77
77
  {
78
+ "intrinsic": true,
78
79
  "name": "value",
79
80
  "type": "string"
80
81
  }
@@ -75,6 +75,7 @@
75
75
  "type": "string"
76
76
  },
77
77
  {
78
+ "intrinsic": true,
78
79
  "name": "value",
79
80
  "type": "string"
80
81
  }
@@ -84,6 +84,7 @@
84
84
  "type": "string"
85
85
  },
86
86
  {
87
+ "intrinsic": true,
87
88
  "name": "value",
88
89
  "type": "string"
89
90
  }
@@ -93,6 +93,7 @@
93
93
  "type": "string"
94
94
  },
95
95
  {
96
+ "intrinsic": true,
96
97
  "name": "collapsed",
97
98
  "type": "boolean"
98
99
  }
@@ -94,6 +94,7 @@
94
94
  },
95
95
  {
96
96
  "default": 0.0,
97
+ "intrinsic": true,
97
98
  "name": "value",
98
99
  "type": "number"
99
100
  }
@@ -139,11 +139,13 @@
139
139
  },
140
140
  {
141
141
  "default": 1.0,
142
+ "intrinsic": true,
142
143
  "name": "currentStep",
143
144
  "type": "number"
144
145
  },
145
146
  {
146
147
  "default": 1.0,
148
+ "intrinsic": true,
147
149
  "name": "totalSteps",
148
150
  "type": "number"
149
151
  }
@@ -75,6 +75,7 @@
75
75
  "type": "string"
76
76
  },
77
77
  {
78
+ "intrinsic": true,
78
79
  "name": "ratio",
79
80
  "type": "number"
80
81
  }