@pantheon-systems/pds-toolkit-react 1.0.0-dev.182 → 1.0.0-dev.183
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 -2
- package/_dist/index.js.map +1 -1
- package/package.json +1 -1
package/_dist/index.js
CHANGED
|
@@ -10735,8 +10735,8 @@ const $n = ({
|
|
|
10735
10735
|
const g = ze(Ue);
|
|
10736
10736
|
g && (f = g.isMobile);
|
|
10737
10737
|
const b = Yt(t);
|
|
10738
|
-
let v = "pds-grid-item pds-grid-item--md-8", p = "pds-grid-item pds-grid-item--
|
|
10739
|
-
r === "narrow" && (v = "pds-grid-item pds-grid-item--md-9", p = "pds-grid-item pds-grid-item--md-3"), r === "wide" && (v = "pds-grid-item pds-grid-item--md-7 pds-grid-item--lg-8", p = "pds-grid-item pds-grid-item--md-5 pds-grid-item--lg-4");
|
|
10738
|
+
let v = "pds-grid-item pds-grid-item--md-8 pds-grid-item--lg-9", p = "pds-grid-item pds-grid-item--lg-3";
|
|
10739
|
+
r === "narrow" && (v = "pds-grid-item pds-grid-item--md-9 pds-grid-item--lg-10", p = "pds-grid-item pds-grid-item--md-3 pds-grid-item--lg-2"), r === "wide" && (v = "pds-grid-item pds-grid-item--md-7 pds-grid-item--lg-8", p = "pds-grid-item pds-grid-item--md-5 pds-grid-item--lg-4");
|
|
10740
10740
|
const _ = /* @__PURE__ */ e.createElement(
|
|
10741
10741
|
"div",
|
|
10742
10742
|
{
|