@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.
- package/behaviors/lolo/ui/core/atoms/std-modal-editor.lolo +230 -0
- package/behaviors/lolo/ui/core/molecules/ui-code-block.lolo +302 -0
- package/behaviors/lolo/ui/core/molecules/ui-pagination.lolo +1 -1
- package/behaviors/lolo/ui/core/molecules/ui-table-view.lolo +1 -1
- package/behaviors/lolo/ui/learning/atoms/ui-algo-graph-canvas.lolo +1 -1
- package/behaviors/lolo/ui/learning/atoms/ui-algorithm-canvas.lolo +1 -1
- package/behaviors/lolo/ui/learning/atoms/ui-biology-canvas.lolo +1 -1
- package/behaviors/lolo/ui/learning/atoms/ui-chemistry-canvas.lolo +1 -1
- package/behaviors/lolo/ui/learning/atoms/ui-learning-canvas.lolo +1 -1
- package/behaviors/lolo/ui/learning/atoms/ui-math-canvas.lolo +3 -3
- package/behaviors/lolo/ui/learning/atoms/ui-physics-canvas.lolo +1 -1
- package/behaviors/registry/ui/core/atoms/std-modal-editor.orb +1450 -0
- package/behaviors/registry/ui/core/molecules/ui-code-block.orb +687 -1
- package/behaviors/registry/ui/core/molecules/ui-pagination.orb +6 -1
- package/behaviors/registry/ui/learning/atoms/ui-algo-graph-canvas.orb +1 -0
- package/behaviors/registry/ui/learning/atoms/ui-algorithm-canvas.orb +1 -0
- package/behaviors/registry/ui/learning/atoms/ui-biology-canvas.orb +1 -0
- package/behaviors/registry/ui/learning/atoms/ui-chemistry-canvas.orb +1 -0
- package/behaviors/registry/ui/learning/atoms/ui-learning-canvas.orb +1 -0
- package/behaviors/registry/ui/learning/atoms/ui-math-canvas.orb +3 -0
- package/behaviors/registry/ui/learning/atoms/ui-physics-canvas.orb +1 -0
- package/dist/behaviors/exports-reader.js +2048 -2004
- package/dist/behaviors/functions/index.d.ts +157 -3
- package/dist/behaviors/functions/index.js +2046 -2005
- package/dist/behaviors/index.d.ts +1 -1
- package/dist/behaviors/index.js +2049 -2005
- package/dist/behaviors/query.js +2048 -2004
- package/dist/behaviors-embeddings.hash.json +3 -3
- package/dist/behaviors-embeddings.json +7 -3
- package/dist/behaviors-registry.json +1105 -12
- package/dist/index.d.ts +1 -1
- package/dist/index.js +2049 -2005
- package/dist/knob-embeddings.hash.json +3 -3
- package/dist/knob-embeddings.json +1 -1
- package/dist/registry/factory-signatures.json +1 -1
- package/package.json +1 -1
|
@@ -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
|
]
|