@orangelogic/design-system 2.49.0 → 2.50.0-pr81192.4
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.
|
@@ -20457,7 +20457,8 @@ let Ll = class extends zn {
|
|
|
20457
20457
|
return Z`<cx-card>
|
|
20458
20458
|
<cx-grid columns="10" spacing="12px">
|
|
20459
20459
|
<cx-grid-item
|
|
20460
|
-
|
|
20460
|
+
lg="6"
|
|
20461
|
+
md="10"
|
|
20461
20462
|
style=${er({
|
|
20462
20463
|
minHeight: "200px",
|
|
20463
20464
|
overflow: "auto",
|
|
@@ -20469,7 +20470,8 @@ let Ll = class extends zn {
|
|
|
20469
20470
|
</cx-mutation-observer>
|
|
20470
20471
|
</cx-grid-item>
|
|
20471
20472
|
<cx-grid-item
|
|
20472
|
-
|
|
20473
|
+
lg="4"
|
|
20474
|
+
md="10"
|
|
20473
20475
|
style=${er({
|
|
20474
20476
|
height: "fit-content",
|
|
20475
20477
|
maxHeight: "600px",
|
package/library/package.json
CHANGED