@nypl/design-system-react-components 3.5.5-rc2 → 3.5.5-rc3

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.
@@ -2337,7 +2337,7 @@ function wD(n) {
2337
2337
  layout: M,
2338
2338
  size: T
2339
2339
  });
2340
- return /* @__PURE__ */ x.jsx(c1, { __css: O, "data-imageWrapper": !0, children: /* @__PURE__ */ x.jsx(
2340
+ return /* @__PURE__ */ x.jsx(c1, { __css: O, "data-imagewrapper": !0, children: /* @__PURE__ */ x.jsx(
2341
2341
  wa,
2342
2342
  {
2343
2343
  alt: a,
@@ -33966,7 +33966,7 @@ const { defineMultiStyleConfig: DP, definePartsStyle: RP } = N2(["container", "b
33966
33966
  "[data-wrapper]": {
33967
33967
  flexDirection: l ? "column-reverse" : "column"
33968
33968
  },
33969
- "[data-imageWrapper]": {
33969
+ "[data-imagewrapper]": {
33970
33970
  height: "320px",
33971
33971
  width: "100%"
33972
33972
  }
@@ -33980,7 +33980,7 @@ const { defineMultiStyleConfig: DP, definePartsStyle: RP } = N2(["container", "b
33980
33980
  paddingLeft: i ? "s" : null,
33981
33981
  paddingRight: i ? "s" : null
33982
33982
  },
33983
- "[data-imageWrapper]": {
33983
+ "[data-imagewrapper]": {
33984
33984
  height: "auto",
33985
33985
  width: f
33986
33986
  },
@@ -37005,7 +37005,7 @@ const { defineMultiStyleConfig: CA, definePartsStyle: fA } = N2([
37005
37005
  width: "100%"
37006
37006
  },
37007
37007
  ...y && {
37008
- "[data-imageWrapper]": {
37008
+ "[data-imagewrapper]": {
37009
37009
  maxWidth: "100%",
37010
37010
  margin: a ? "var(--nypl-space-m) 0 0" : null,
37011
37011
  width: "100%",
@@ -37040,7 +37040,7 @@ const { defineMultiStyleConfig: CA, definePartsStyle: fA } = N2([
37040
37040
  width: "auto"
37041
37041
  },
37042
37042
  ...y && {
37043
- "[data-imageWrapper]": {
37043
+ "[data-imagewrapper]": {
37044
37044
  maxWidth: "50%",
37045
37045
  flex: "0 0 225px",
37046
37046
  margin: a ? "0 0 0 var(--nypl-space-m)" : "0 var(--nypl-space-m) 0 0",
@@ -39024,7 +39024,7 @@ const I$ = _1(
39024
39024
  ...d.imgWrapper,
39025
39025
  backgroundImage: `/**/url(${i.src})`
39026
39026
  },
39027
- "data-imageWrapper": !0,
39027
+ "data-imagewrapper": !0,
39028
39028
  children: /* @__PURE__ */ x.jsx(
39029
39029
  ZI,
39030
39030
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nypl/design-system-react-components",
3
- "version": "3.5.5-rc2",
3
+ "version": "3.5.5-rc3",
4
4
  "description": "NYPL Reservoir Design System React Components",
5
5
  "repository": {
6
6
  "type": "git",