@loafmarkets/ui 0.1.284 → 0.1.285
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 +2 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -14886,6 +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
|
margin: 0.25rem 0.5rem;
|
|
14890
14891
|
margin-bottom: ${(p) => p.$expanded ? "0" : "0.25rem"};
|
|
14891
14892
|
padding: 0.55rem 0.65rem;
|
|
@@ -14953,6 +14954,7 @@ var CChevronWrap = styled9.span`
|
|
|
14953
14954
|
`;
|
|
14954
14955
|
var CExpandedWrap = styled9.div`
|
|
14955
14956
|
margin: 0 0.5rem 0.25rem;
|
|
14957
|
+
max-width: 460px;
|
|
14956
14958
|
padding: 0.4rem 0.65rem 0.5rem;
|
|
14957
14959
|
background: rgba(255, 255, 255, 0.035);
|
|
14958
14960
|
border: 1px solid rgba(255, 255, 255, 0.06);
|