@almadar/std 16.147.0 → 16.148.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.
@@ -333,15 +333,14 @@ orbital BrowseItemOrbital {
333
333
  @tier "internal"
334
334
  denseBodyContent : render-ui = {
335
335
  children: [(if @config.bodySearch {
336
- align: center
337
336
  children: [{
338
- className: "w-full max-w-2xl"
337
+ className: w-full
339
338
  clearable: true
340
339
  event: REFETCH_QUERY
341
340
  placeholder: @config.searchPlaceholder
342
341
  type: search-input
343
342
  }]
344
- className: "w-full max-w-2xl"
343
+ className: w-full
345
344
  direction: horizontal
346
345
  gap: sm
347
346
  type: stack
@@ -356,7 +355,6 @@ orbital BrowseItemOrbital {
356
355
  gap: none
357
356
  type: stack
358
357
  }]
359
- className: p-card-md
360
358
  direction: vertical
361
359
  gap: sm
362
360
  type: stack
@@ -455,7 +453,7 @@ orbital BrowseItemOrbital {
455
453
  type: data-list
456
454
  variant: card
457
455
  }]
458
- className: "w-full p-card-md"
456
+ className: w-full
459
457
  direction: vertical
460
458
  gap: lg
461
459
  type: stack
@@ -556,7 +554,7 @@ orbital BrowseItemOrbital {
556
554
  })
557
555
  type: data-grid
558
556
  }]
559
- className: "w-full px-card-md py-section"
557
+ className: w-full
560
558
  direction: vertical
561
559
  gap: lg
562
560
  type: stack
@@ -435,17 +435,16 @@
435
435
  "if",
436
436
  "@config.bodySearch",
437
437
  {
438
- "align": "center",
439
438
  "children": [
440
439
  {
441
- "className": "w-full max-w-2xl",
440
+ "className": "w-full",
442
441
  "clearable": true,
443
442
  "event": "REFETCH_QUERY",
444
443
  "placeholder": "@config.searchPlaceholder",
445
444
  "type": "search-input"
446
445
  }
447
446
  ],
448
- "className": "w-full max-w-2xl",
447
+ "className": "w-full",
449
448
  "direction": "horizontal",
450
449
  "gap": "sm",
451
450
  "type": "stack"
@@ -466,7 +465,6 @@
466
465
  "type": "stack"
467
466
  }
468
467
  ],
469
- "className": "p-card-md",
470
468
  "direction": "vertical",
471
469
  "gap": "sm",
472
470
  "type": "stack"
@@ -612,7 +610,7 @@
612
610
  "variant": "card"
613
611
  }
614
612
  ],
615
- "className": "w-full p-card-md",
613
+ "className": "w-full",
616
614
  "direction": "vertical",
617
615
  "gap": "lg",
618
616
  "type": "stack"
@@ -840,7 +838,7 @@
840
838
  "type": "data-grid"
841
839
  }
842
840
  ],
843
- "className": "w-full px-card-md py-section",
841
+ "className": "w-full",
844
842
  "direction": "vertical",
845
843
  "gap": "lg",
846
844
  "type": "stack"
@@ -435,17 +435,16 @@
435
435
  "if",
436
436
  "@config.bodySearch",
437
437
  {
438
- "align": "center",
439
438
  "children": [
440
439
  {
441
- "className": "w-full max-w-2xl",
440
+ "className": "w-full",
442
441
  "clearable": true,
443
442
  "event": "REFETCH_QUERY",
444
443
  "placeholder": "@config.searchPlaceholder",
445
444
  "type": "search-input"
446
445
  }
447
446
  ],
448
- "className": "w-full max-w-2xl",
447
+ "className": "w-full",
449
448
  "direction": "horizontal",
450
449
  "gap": "sm",
451
450
  "type": "stack"
@@ -466,7 +465,6 @@
466
465
  "type": "stack"
467
466
  }
468
467
  ],
469
- "className": "p-card-md",
470
468
  "direction": "vertical",
471
469
  "gap": "sm",
472
470
  "type": "stack"
@@ -612,7 +610,7 @@
612
610
  "variant": "card"
613
611
  }
614
612
  ],
615
- "className": "w-full p-card-md",
613
+ "className": "w-full",
616
614
  "direction": "vertical",
617
615
  "gap": "lg",
618
616
  "type": "stack"
@@ -840,7 +838,7 @@
840
838
  "type": "data-grid"
841
839
  }
842
840
  ],
843
- "className": "w-full px-card-md py-section",
841
+ "className": "w-full",
844
842
  "direction": "vertical",
845
843
  "gap": "lg",
846
844
  "type": "stack"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@almadar/std",
3
- "version": "16.147.0",
3
+ "version": "16.148.0",
4
4
  "description": "Standard library operators for Almadar (math, string, array, etc.)",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",