@almadar/std 16.202.0 → 16.203.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 (36) hide show
  1. package/behaviors/lolo/ui/core/atoms/std-modal-editor.lolo +230 -0
  2. package/behaviors/lolo/ui/core/molecules/ui-code-block.lolo +302 -0
  3. package/behaviors/lolo/ui/core/molecules/ui-pagination.lolo +1 -1
  4. package/behaviors/lolo/ui/core/molecules/ui-table-view.lolo +1 -1
  5. package/behaviors/lolo/ui/learning/atoms/ui-algo-graph-canvas.lolo +1 -1
  6. package/behaviors/lolo/ui/learning/atoms/ui-algorithm-canvas.lolo +1 -1
  7. package/behaviors/lolo/ui/learning/atoms/ui-biology-canvas.lolo +1 -1
  8. package/behaviors/lolo/ui/learning/atoms/ui-chemistry-canvas.lolo +1 -1
  9. package/behaviors/lolo/ui/learning/atoms/ui-learning-canvas.lolo +1 -1
  10. package/behaviors/lolo/ui/learning/atoms/ui-math-canvas.lolo +3 -3
  11. package/behaviors/lolo/ui/learning/atoms/ui-physics-canvas.lolo +1 -1
  12. package/behaviors/registry/ui/core/atoms/std-modal-editor.orb +1450 -0
  13. package/behaviors/registry/ui/core/molecules/ui-code-block.orb +687 -1
  14. package/behaviors/registry/ui/core/molecules/ui-pagination.orb +6 -1
  15. package/behaviors/registry/ui/learning/atoms/ui-algo-graph-canvas.orb +1 -0
  16. package/behaviors/registry/ui/learning/atoms/ui-algorithm-canvas.orb +1 -0
  17. package/behaviors/registry/ui/learning/atoms/ui-biology-canvas.orb +1 -0
  18. package/behaviors/registry/ui/learning/atoms/ui-chemistry-canvas.orb +1 -0
  19. package/behaviors/registry/ui/learning/atoms/ui-learning-canvas.orb +1 -0
  20. package/behaviors/registry/ui/learning/atoms/ui-math-canvas.orb +3 -0
  21. package/behaviors/registry/ui/learning/atoms/ui-physics-canvas.orb +1 -0
  22. package/dist/behaviors/exports-reader.js +2048 -2004
  23. package/dist/behaviors/functions/index.d.ts +157 -3
  24. package/dist/behaviors/functions/index.js +2046 -2005
  25. package/dist/behaviors/index.d.ts +1 -1
  26. package/dist/behaviors/index.js +2049 -2005
  27. package/dist/behaviors/query.js +2048 -2004
  28. package/dist/behaviors-embeddings.hash.json +3 -3
  29. package/dist/behaviors-embeddings.json +7 -3
  30. package/dist/behaviors-registry.json +1105 -12
  31. package/dist/index.d.ts +1 -1
  32. package/dist/index.js +2049 -2005
  33. package/dist/knob-embeddings.hash.json +3 -3
  34. package/dist/knob-embeddings.json +1 -1
  35. package/dist/registry/factory-signatures.json +1 -1
  36. package/package.json +1 -1
@@ -167,7 +167,12 @@
167
167
  "type": "event"
168
168
  },
169
169
  "pageSizeOptions": {
170
- "default": [],
170
+ "default": [
171
+ 10.0,
172
+ 20.0,
173
+ 50.0,
174
+ 100.0
175
+ ],
171
176
  "description": "Page size options",
172
177
  "items": {
173
178
  "type": "number"
@@ -358,6 +358,7 @@
358
358
  "required": false,
359
359
  "type": "string",
360
360
  "values": [
361
+ "solid",
361
362
  "dashed",
362
363
  "dotted"
363
364
  ]
@@ -530,6 +530,7 @@
530
530
  "required": false,
531
531
  "type": "string",
532
532
  "values": [
533
+ "solid",
533
534
  "dashed",
534
535
  "dotted"
535
536
  ]
@@ -915,6 +915,7 @@
915
915
  "required": false,
916
916
  "type": "string",
917
917
  "values": [
918
+ "solid",
918
919
  "dashed",
919
920
  "dotted"
920
921
  ]
@@ -935,6 +935,7 @@
935
935
  "required": false,
936
936
  "type": "string",
937
937
  "values": [
938
+ "solid",
938
939
  "dashed",
939
940
  "dotted"
940
941
  ]
@@ -299,6 +299,7 @@
299
299
  "required": false,
300
300
  "type": "string",
301
301
  "values": [
302
+ "solid",
302
303
  "dashed",
303
304
  "dotted"
304
305
  ]
@@ -228,6 +228,7 @@
228
228
  "required": false,
229
229
  "type": "string",
230
230
  "values": [
231
+ "solid",
231
232
  "dashed",
232
233
  "dotted"
233
234
  ]
@@ -342,6 +343,7 @@
342
343
  "required": false,
343
344
  "type": "string",
344
345
  "values": [
346
+ "solid",
345
347
  "dashed",
346
348
  "dotted"
347
349
  ]
@@ -636,6 +638,7 @@
636
638
  "required": false,
637
639
  "type": "string",
638
640
  "values": [
641
+ "solid",
639
642
  "dashed",
640
643
  "dotted"
641
644
  ]
@@ -854,6 +854,7 @@
854
854
  "required": false,
855
855
  "type": "string",
856
856
  "values": [
857
+ "solid",
857
858
  "dashed",
858
859
  "dotted"
859
860
  ]