@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.js
CHANGED
|
@@ -14912,6 +14912,7 @@ var CRow = styled9__default.default.button`
|
|
|
14912
14912
|
grid-template-columns: 1fr 1fr 1fr 24px;
|
|
14913
14913
|
align-items: center;
|
|
14914
14914
|
width: calc(100% - 1rem);
|
|
14915
|
+
max-width: 460px;
|
|
14915
14916
|
margin: 0.25rem 0.5rem;
|
|
14916
14917
|
margin-bottom: ${(p) => p.$expanded ? "0" : "0.25rem"};
|
|
14917
14918
|
padding: 0.55rem 0.65rem;
|
|
@@ -14979,6 +14980,7 @@ var CChevronWrap = styled9__default.default.span`
|
|
|
14979
14980
|
`;
|
|
14980
14981
|
var CExpandedWrap = styled9__default.default.div`
|
|
14981
14982
|
margin: 0 0.5rem 0.25rem;
|
|
14983
|
+
max-width: 460px;
|
|
14982
14984
|
padding: 0.4rem 0.65rem 0.5rem;
|
|
14983
14985
|
background: rgba(255, 255, 255, 0.035);
|
|
14984
14986
|
border: 1px solid rgba(255, 255, 255, 0.06);
|