@landtrustinc/design-system 1.2.5-beta.2 → 1.2.5-beta.3
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 +3 -3
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -4932,7 +4932,7 @@ var panelContainer = import_react25.css`
|
|
|
4932
4932
|
bottom: calc(100% + var(--spacing-2));
|
|
4933
4933
|
z-index: 1;
|
|
4934
4934
|
|
|
4935
|
-
@media (max-width: calc(${screens.
|
|
4935
|
+
@media (max-width: calc(${screens.lg} - 1px)) {
|
|
4936
4936
|
position: fixed;
|
|
4937
4937
|
inset: 0;
|
|
4938
4938
|
display: flex;
|
|
@@ -4965,7 +4965,7 @@ var panelCard = (width2) => import_react25.css`
|
|
|
4965
4965
|
}
|
|
4966
4966
|
}
|
|
4967
4967
|
|
|
4968
|
-
@media (max-width: calc(${screens.
|
|
4968
|
+
@media (max-width: calc(${screens.lg} - 1px)) {
|
|
4969
4969
|
width: 100vw;
|
|
4970
4970
|
height: 100vh;
|
|
4971
4971
|
max-height: 100vh;
|
|
@@ -5136,7 +5136,7 @@ var containerStyles = import_react27.css`
|
|
|
5136
5136
|
height: 765px;
|
|
5137
5137
|
max-height: 80vh;
|
|
5138
5138
|
|
|
5139
|
-
@media (max-width: calc(${screens.
|
|
5139
|
+
@media (max-width: calc(${screens.lg} - 1px)) {
|
|
5140
5140
|
height: 100%;
|
|
5141
5141
|
max-height: 100%;
|
|
5142
5142
|
}
|