@almadar/std 16.141.0 → 16.142.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 (84) hide show
  1. package/behaviors/lolo/ui/avl/molecules/ui-module-card.lolo +1 -1
  2. package/behaviors/lolo/ui/core/atoms/std-app-search.lolo +22 -1
  3. package/behaviors/lolo/ui/core/atoms/std-browse.lolo +10 -0
  4. package/behaviors/lolo/ui/core/atoms/std-filter.lolo +3 -0
  5. package/behaviors/lolo/ui/core/atoms/std-wizard.lolo +0 -244
  6. package/behaviors/lolo/ui/core/atoms/ui-aside.lolo +1 -1
  7. package/behaviors/lolo/ui/core/atoms/ui-typography.lolo +2 -2
  8. package/behaviors/lolo/ui/core/molecules/ui-code-block.lolo +3 -3
  9. package/behaviors/lolo/ui/core/molecules/ui-data-grid.lolo +1 -1
  10. package/behaviors/lolo/ui/core/molecules/ui-drawer.lolo +2 -2
  11. package/behaviors/lolo/ui/core/molecules/ui-filter-group.lolo +1 -1
  12. package/behaviors/lolo/ui/core/molecules/ui-flip-card.lolo +1 -1
  13. package/behaviors/lolo/ui/core/molecules/ui-quiz-block.lolo +1 -1
  14. package/behaviors/lolo/ui/core/molecules/ui-repeatable-form-section.lolo +1 -1
  15. package/behaviors/lolo/ui/core/molecules/ui-signature-pad.lolo +1 -1
  16. package/behaviors/lolo/ui/core/molecules/ui-sortable-list.lolo +1 -1
  17. package/behaviors/lolo/ui/core/molecules/ui-table-view.lolo +1 -1
  18. package/behaviors/lolo/ui/core/organisms/ui-segment-renderer.lolo +2 -12
  19. package/behaviors/lolo/ui/marketing/atoms/ui-marketing-stat-card.lolo +1 -1
  20. package/behaviors/lolo/ui/marketing/molecules/ui-case-study-card.lolo +1 -1
  21. package/behaviors/lolo/ui/marketing/molecules/ui-feature-card.lolo +1 -1
  22. package/behaviors/lolo/ui/marketing/molecules/ui-pricing-card.lolo +1 -1
  23. package/behaviors/registry/factory-signatures.json +286 -3335
  24. package/behaviors/registry/ui/avl/molecules/ui-module-card.orb +1 -1
  25. package/behaviors/registry/ui/core/atoms/std-app-search.orb +83 -0
  26. package/behaviors/registry/ui/core/atoms/std-browse.orb +24 -4
  27. package/behaviors/registry/ui/core/atoms/std-filter.orb +3 -0
  28. package/behaviors/registry/ui/core/atoms/std-wizard.orb +0 -912
  29. package/behaviors/registry/ui/core/atoms/ui-aside.orb +1 -1
  30. package/behaviors/registry/ui/core/atoms/ui-typography.orb +4 -2
  31. package/behaviors/registry/ui/core/molecules/ui-code-block.orb +54 -32
  32. package/behaviors/registry/ui/core/molecules/ui-data-grid.orb +1 -1
  33. package/behaviors/registry/ui/core/molecules/ui-drawer.orb +2 -2
  34. package/behaviors/registry/ui/core/molecules/ui-filter-group.orb +1 -1
  35. package/behaviors/registry/ui/core/molecules/ui-flip-card.orb +1 -1
  36. package/behaviors/registry/ui/core/molecules/ui-quiz-block.orb +1 -1
  37. package/behaviors/registry/ui/core/molecules/ui-repeatable-form-section.orb +1 -1
  38. package/behaviors/registry/ui/core/molecules/ui-signature-pad.orb +1 -1
  39. package/behaviors/registry/ui/core/molecules/ui-sortable-list.orb +1 -1
  40. package/behaviors/registry/ui/core/molecules/ui-table-view.orb +1 -1
  41. package/behaviors/registry/ui/core/organisms/ui-segment-renderer.orb +4 -47
  42. package/behaviors/registry/ui/marketing/atoms/ui-marketing-stat-card.orb +1 -1
  43. package/behaviors/registry/ui/marketing/molecules/ui-case-study-card.orb +1 -1
  44. package/behaviors/registry/ui/marketing/molecules/ui-feature-card.orb +1 -1
  45. package/behaviors/registry/ui/marketing/molecules/ui-pricing-card.orb +1 -1
  46. package/dist/behaviors/behaviors-embeddings.json +324 -324
  47. package/dist/behaviors/behaviors-registry.json +35 -26
  48. package/dist/behaviors/exports-reader.js +25 -518
  49. package/dist/behaviors/functions/index.d.ts +80 -119
  50. package/dist/behaviors/functions/index.js +23 -486
  51. package/dist/behaviors/index.d.ts +1 -1
  52. package/dist/behaviors/index.js +26 -519
  53. package/dist/behaviors/knob-embeddings.json +1 -1
  54. package/dist/behaviors/query.js +25 -518
  55. package/dist/behaviors/registry/factory-signatures.json +286 -3335
  56. package/dist/behaviors/registry/ui/avl/molecules/ui-module-card.orb +1 -1
  57. package/dist/behaviors/registry/ui/core/atoms/std-app-search.orb +83 -0
  58. package/dist/behaviors/registry/ui/core/atoms/std-browse.orb +24 -4
  59. package/dist/behaviors/registry/ui/core/atoms/std-filter.orb +3 -0
  60. package/dist/behaviors/registry/ui/core/atoms/std-wizard.orb +0 -912
  61. package/dist/behaviors/registry/ui/core/atoms/ui-aside.orb +1 -1
  62. package/dist/behaviors/registry/ui/core/atoms/ui-typography.orb +4 -2
  63. package/dist/behaviors/registry/ui/core/molecules/ui-code-block.orb +54 -32
  64. package/dist/behaviors/registry/ui/core/molecules/ui-data-grid.orb +1 -1
  65. package/dist/behaviors/registry/ui/core/molecules/ui-drawer.orb +2 -2
  66. package/dist/behaviors/registry/ui/core/molecules/ui-filter-group.orb +1 -1
  67. package/dist/behaviors/registry/ui/core/molecules/ui-flip-card.orb +1 -1
  68. package/dist/behaviors/registry/ui/core/molecules/ui-quiz-block.orb +1 -1
  69. package/dist/behaviors/registry/ui/core/molecules/ui-repeatable-form-section.orb +1 -1
  70. package/dist/behaviors/registry/ui/core/molecules/ui-signature-pad.orb +1 -1
  71. package/dist/behaviors/registry/ui/core/molecules/ui-sortable-list.orb +1 -1
  72. package/dist/behaviors/registry/ui/core/molecules/ui-table-view.orb +1 -1
  73. package/dist/behaviors/registry/ui/core/organisms/ui-segment-renderer.orb +4 -47
  74. package/dist/behaviors/registry/ui/marketing/atoms/ui-marketing-stat-card.orb +1 -1
  75. package/dist/behaviors/registry/ui/marketing/molecules/ui-case-study-card.orb +1 -1
  76. package/dist/behaviors/registry/ui/marketing/molecules/ui-feature-card.orb +1 -1
  77. package/dist/behaviors/registry/ui/marketing/molecules/ui-pricing-card.orb +1 -1
  78. package/dist/behaviors-embeddings.json +324 -324
  79. package/dist/behaviors-registry.json +35 -26
  80. package/dist/index.d.ts +1 -1
  81. package/dist/index.js +26 -519
  82. package/dist/knob-embeddings.json +1 -1
  83. package/dist/registry/factory-signatures.json +286 -3335
  84. package/package.json +4 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@almadar/std",
3
- "version": "16.141.0",
3
+ "version": "16.142.0",
4
4
  "description": "Standard library operators for Almadar (math, string, array, etc.)",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -35,7 +35,8 @@
35
35
  "./factory-runtime": {
36
36
  "import": "./dist/factory-runtime/index.js",
37
37
  "types": "./dist/factory-runtime/index.d.ts"
38
- }
38
+ },
39
+ "./canonical-operators.json": "./canonical-operators.json"
39
40
  },
40
41
  "files": [
41
42
  "dist",
@@ -48,7 +49,7 @@
48
49
  "access": "public"
49
50
  },
50
51
  "dependencies": {
51
- "@almadar/core": "^10.31.0"
52
+ "@almadar/core": "^10.32.0"
52
53
  },
53
54
  "devDependencies": {
54
55
  "@almadar/eslint-plugin": "^2.14.0",