@loafmarkets/ui 0.1.286 → 0.1.287

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
@@ -14886,7 +14886,7 @@ var CRow = styled9.button`
14886
14886
  grid-template-columns: 1fr 1fr 1fr 24px;
14887
14887
  align-items: center;
14888
14888
  width: calc(100% - 1rem);
14889
- max-width: 460px;
14889
+
14890
14890
  margin: 0.25rem 0.5rem;
14891
14891
  margin-bottom: ${(p) => p.$expanded ? "0" : "0.25rem"};
14892
14892
  padding: 0.55rem 0.65rem;
@@ -14954,7 +14954,7 @@ var CChevronWrap = styled9.span`
14954
14954
  `;
14955
14955
  var CExpandedWrap = styled9.div`
14956
14956
  margin: 0 0.5rem 0.25rem;
14957
- max-width: 460px;
14957
+
14958
14958
  padding: 0.4rem 0.65rem 0.5rem;
14959
14959
  background: rgba(255, 255, 255, 0.035);
14960
14960
  border: 1px solid rgba(255, 255, 255, 0.06);