forstok-ui-lib 8.5.20 → 8.5.21

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": "8.5.20",
3
+ "version": "8.5.21",
4
4
  "description": "Forstok UI Components Library",
5
5
  "path": "dist",
6
6
  "main": "dist/index.js",
@@ -477,6 +477,15 @@ const getTabsColumnModFunc = ({
477
477
  align-items: start;
478
478
  gap: 8px;
479
479
  `;
480
+ } else if ($mode === "store-chat") {
481
+ style += `
482
+ width: 100%;
483
+ min-width: 0;
484
+ display: grid;
485
+ grid-template-columns: 28px minmax(0, 1fr);
486
+ align-items: center;
487
+ grid-gap: 8px;
488
+ `;
480
489
  }
481
490
  if ($content === "right") {
482
491
  style += `