forstok-ui-lib 6.5.4 → 6.5.5

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "forstok-ui-lib",
3
- "version": "6.5.4",
3
+ "version": "6.5.5",
4
4
  "description": "Forstok UI Components Library",
5
5
  "path": "dist",
6
6
  "main": "dist/index.js",
@@ -425,7 +425,12 @@ const getTabsColumnModFunc = ({ $mode, $content }:{ $mode?: string, $content?: s
425
425
  grid-auto-flow: column;
426
426
  }
427
427
  `
428
- }
428
+ } else if ($mode === 'store-order') {
429
+ style +=`
430
+ align-items: start;
431
+ gap: 8px;
432
+ `
433
+ }
429
434
  if ($content === 'right') {
430
435
  style +=`
431
436
  grid-gap: 10px;