@almadar/std 16.148.0 → 16.149.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 (34) hide show
  1. package/behaviors/lolo/ui/core/atoms/std-app-search.lolo +1 -1
  2. package/behaviors/lolo/ui/core/atoms/std-billable-hour.lolo +86 -41
  3. package/behaviors/lolo/ui/core/atoms/std-board.lolo +29 -16
  4. package/behaviors/lolo/ui/core/atoms/std-browse.lolo +187 -83
  5. package/behaviors/lolo/ui/core/atoms/std-dashboard-grid-embedded.lolo +8 -0
  6. package/behaviors/lolo/ui/core/atoms/std-file-store.lolo +1 -1
  7. package/behaviors/lolo/ui/core/atoms/std-stats.lolo +14 -10
  8. package/behaviors/lolo/ui/core/atoms/std-version-history.lolo +1 -29
  9. package/behaviors/registry/factory-signatures.json +9 -13
  10. package/behaviors/registry/ui/core/atoms/std-app-search.orb +9 -1
  11. package/behaviors/registry/ui/core/atoms/std-billable-hour.orb +242 -50
  12. package/behaviors/registry/ui/core/atoms/std-board.orb +86 -20
  13. package/behaviors/registry/ui/core/atoms/std-browse.orb +377 -119
  14. package/behaviors/registry/ui/core/atoms/std-dashboard-grid-embedded.orb +41 -29
  15. package/behaviors/registry/ui/core/atoms/std-file-store.orb +0 -3
  16. package/behaviors/registry/ui/core/atoms/std-stats.orb +267 -238
  17. package/behaviors/registry/ui/core/atoms/std-version-history.orb +1 -38
  18. package/dist/behaviors/behaviors-embeddings.json +475 -475
  19. package/dist/behaviors/behaviors-registry.json +10 -12
  20. package/dist/behaviors/knob-embeddings.json +1 -1
  21. package/dist/behaviors/registry/factory-signatures.json +9 -13
  22. package/dist/behaviors/registry/ui/core/atoms/std-app-search.orb +9 -1
  23. package/dist/behaviors/registry/ui/core/atoms/std-billable-hour.orb +242 -50
  24. package/dist/behaviors/registry/ui/core/atoms/std-board.orb +86 -20
  25. package/dist/behaviors/registry/ui/core/atoms/std-browse.orb +377 -119
  26. package/dist/behaviors/registry/ui/core/atoms/std-dashboard-grid-embedded.orb +41 -29
  27. package/dist/behaviors/registry/ui/core/atoms/std-file-store.orb +0 -3
  28. package/dist/behaviors/registry/ui/core/atoms/std-stats.orb +267 -238
  29. package/dist/behaviors/registry/ui/core/atoms/std-version-history.orb +1 -38
  30. package/dist/behaviors-embeddings.json +475 -475
  31. package/dist/behaviors-registry.json +10 -12
  32. package/dist/knob-embeddings.json +1 -1
  33. package/dist/registry/factory-signatures.json +9 -13
  34. package/package.json +8 -1
@@ -1,5 +1,5 @@
1
1
  {
2
- "generatedFromStdVersion": "16.146.0",
2
+ "generatedFromStdVersion": "16.148.0",
3
3
  "signatures": [
4
4
  {
5
5
  "organism": "learning-algorithms",
@@ -96383,17 +96383,16 @@
96383
96383
  "if",
96384
96384
  "@config.bodySearch",
96385
96385
  {
96386
- "align": "center",
96387
96386
  "children": [
96388
96387
  {
96389
- "className": "w-full max-w-2xl",
96388
+ "className": "w-full",
96390
96389
  "clearable": true,
96391
96390
  "event": "REFETCH_QUERY",
96392
96391
  "placeholder": "@config.searchPlaceholder",
96393
96392
  "type": "search-input"
96394
96393
  }
96395
96394
  ],
96396
- "className": "w-full max-w-2xl",
96395
+ "className": "w-full",
96397
96396
  "direction": "horizontal",
96398
96397
  "gap": "sm",
96399
96398
  "type": "stack"
@@ -96414,7 +96413,6 @@
96414
96413
  "type": "stack"
96415
96414
  }
96416
96415
  ],
96417
- "className": "p-card-md",
96418
96416
  "direction": "vertical",
96419
96417
  "gap": "sm",
96420
96418
  "type": "stack"
@@ -96563,7 +96561,7 @@
96563
96561
  "variant": "card"
96564
96562
  }
96565
96563
  ],
96566
- "className": "w-full p-card-md",
96564
+ "className": "w-full",
96567
96565
  "direction": "vertical",
96568
96566
  "gap": "lg",
96569
96567
  "type": "stack"
@@ -96794,7 +96792,7 @@
96794
96792
  "type": "data-grid"
96795
96793
  }
96796
96794
  ],
96797
- "className": "w-full px-card-md py-section",
96795
+ "className": "w-full",
96798
96796
  "direction": "vertical",
96799
96797
  "gap": "lg",
96800
96798
  "type": "stack"
@@ -97487,17 +97485,16 @@
97487
97485
  "if",
97488
97486
  "@config.bodySearch",
97489
97487
  {
97490
- "align": "center",
97491
97488
  "children": [
97492
97489
  {
97493
- "className": "w-full max-w-2xl",
97490
+ "className": "w-full",
97494
97491
  "clearable": true,
97495
97492
  "event": "REFETCH_QUERY",
97496
97493
  "placeholder": "@config.searchPlaceholder",
97497
97494
  "type": "search-input"
97498
97495
  }
97499
97496
  ],
97500
- "className": "w-full max-w-2xl",
97497
+ "className": "w-full",
97501
97498
  "direction": "horizontal",
97502
97499
  "gap": "sm",
97503
97500
  "type": "stack"
@@ -97518,7 +97515,6 @@
97518
97515
  "type": "stack"
97519
97516
  }
97520
97517
  ],
97521
- "className": "p-card-md",
97522
97518
  "direction": "vertical",
97523
97519
  "gap": "sm",
97524
97520
  "type": "stack"
@@ -97664,7 +97660,7 @@
97664
97660
  "variant": "card"
97665
97661
  }
97666
97662
  ],
97667
- "className": "w-full p-card-md",
97663
+ "className": "w-full",
97668
97664
  "direction": "vertical",
97669
97665
  "gap": "lg",
97670
97666
  "type": "stack"
@@ -97878,7 +97874,7 @@
97878
97874
  "type": "data-grid"
97879
97875
  }
97880
97876
  ],
97881
- "className": "w-full px-card-md py-section",
97877
+ "className": "w-full",
97882
97878
  "direction": "vertical",
97883
97879
  "gap": "lg",
97884
97880
  "type": "stack"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@almadar/std",
3
- "version": "16.148.0",
3
+ "version": "16.149.0",
4
4
  "description": "Standard library operators for Almadar (math, string, array, etc.)",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -9,31 +9,38 @@
9
9
  "exports": {
10
10
  ".": {
11
11
  "import": "./dist/index.js",
12
+ "require": "./dist/index.js",
12
13
  "types": "./dist/index.d.ts"
13
14
  },
14
15
  "./package.json": "./package.json",
15
16
  "./modules/*": {
16
17
  "import": "./dist/modules/*.js",
18
+ "require": "./dist/modules/*.js",
17
19
  "types": "./dist/modules/*.d.ts"
18
20
  },
19
21
  "./behaviors/*": {
20
22
  "import": "./dist/behaviors/*.js",
23
+ "require": "./dist/behaviors/*.js",
21
24
  "types": "./dist/behaviors/*.d.ts"
22
25
  },
23
26
  "./behaviors/functions/*": {
24
27
  "import": "./dist/behaviors/functions/*.js",
28
+ "require": "./dist/behaviors/functions/*.js",
25
29
  "types": "./dist/behaviors/functions/*.d.ts"
26
30
  },
27
31
  "./registry": {
28
32
  "import": "./dist/registry.js",
33
+ "require": "./dist/registry.js",
29
34
  "types": "./dist/registry.d.ts"
30
35
  },
31
36
  "./behaviors/functions": {
32
37
  "import": "./dist/behaviors/functions/index.js",
38
+ "require": "./dist/behaviors/functions/index.js",
33
39
  "types": "./dist/behaviors/functions/index.d.ts"
34
40
  },
35
41
  "./factory-runtime": {
36
42
  "import": "./dist/factory-runtime/index.js",
43
+ "require": "./dist/factory-runtime/index.js",
37
44
  "types": "./dist/factory-runtime/index.d.ts"
38
45
  },
39
46
  "./canonical-operators.json": "./canonical-operators.json"