@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.mjs CHANGED
@@ -9783,8 +9783,8 @@ var CompAssetsPanel = styled9.div`
9783
9783
  gap: 0.35rem;
9784
9784
  `;
9785
9785
  var CompAssetsGrid = styled9.div`
9786
- display: flex;
9787
- flex-direction: column;
9786
+ display: grid;
9787
+ grid-template-columns: 1fr 1fr;
9788
9788
  gap: 0.5rem;
9789
9789
  `;
9790
9790
  var CompAssetStrip = styled9.div`