@loafmarkets/ui 0.1.281 → 0.1.282
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 -4
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -4
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -14881,10 +14881,9 @@ var CToolbarLink = styled9.button`
|
|
|
14881
14881
|
`;
|
|
14882
14882
|
var CRow = styled9.button`
|
|
14883
14883
|
display: grid;
|
|
14884
|
-
grid-template-columns:
|
|
14884
|
+
grid-template-columns: 1fr 1fr 1fr 24px;
|
|
14885
14885
|
align-items: center;
|
|
14886
14886
|
width: calc(100% - 1rem);
|
|
14887
|
-
max-width: 420px;
|
|
14888
14887
|
margin: 0.25rem 0.5rem;
|
|
14889
14888
|
margin-bottom: ${(p) => p.$expanded ? "0" : "0.25rem"};
|
|
14890
14889
|
padding: 0.55rem 0.65rem;
|
|
@@ -14948,7 +14947,6 @@ var CChevronWrap = styled9.span`
|
|
|
14948
14947
|
`;
|
|
14949
14948
|
var CExpandedWrap = styled9.div`
|
|
14950
14949
|
margin: 0 0.5rem 0.25rem;
|
|
14951
|
-
max-width: 420px;
|
|
14952
14950
|
padding: 0.4rem 0.65rem 0.5rem;
|
|
14953
14951
|
background: rgba(255, 255, 255, 0.035);
|
|
14954
14952
|
border: 1px solid rgba(255, 255, 255, 0.06);
|
|
@@ -14957,7 +14955,7 @@ var CExpandedWrap = styled9.div`
|
|
|
14957
14955
|
`;
|
|
14958
14956
|
var CDetailGrid = styled9.div`
|
|
14959
14957
|
display: grid;
|
|
14960
|
-
grid-template-columns:
|
|
14958
|
+
grid-template-columns: 1fr 1fr 1fr 24px;
|
|
14961
14959
|
gap: 0.45rem 0;
|
|
14962
14960
|
`;
|
|
14963
14961
|
var CDetailItem = styled9.div``;
|