@loafmarkets/ui 0.1.233 → 0.1.234

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/dist/index.js CHANGED
@@ -9809,8 +9809,8 @@ var CompAssetsPanel = styled9__default.default.div`
9809
9809
  gap: 0.35rem;
9810
9810
  `;
9811
9811
  var CompAssetsGrid = styled9__default.default.div`
9812
- display: flex;
9813
- flex-direction: column;
9812
+ display: grid;
9813
+ grid-template-columns: 1fr 1fr;
9814
9814
  gap: 0.5rem;
9815
9815
  `;
9816
9816
  var CompAssetStrip = styled9__default.default.div`