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

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,
@@ -33519,9 +33519,7 @@ const { defineMultiStyleConfig: DP, definePartsStyle: RP } = N2(["container", "b
33519
33519
  variants: {
33520
33520
  searchbar: Lb({
33521
33521
  select: {
33522
- flex: "1 1 20%",
33523
- borderRightColor: { md: "transparent" },
33524
- borderRightRadius: { md: "none" }
33522
+ flex: "1 1 20%"
33525
33523
  }
33526
33524
  })
33527
33525
  },
@@ -33966,7 +33964,7 @@ const { defineMultiStyleConfig: DP, definePartsStyle: RP } = N2(["container", "b
33966
33964
  "[data-wrapper]": {
33967
33965
  flexDirection: l ? "column-reverse" : "column"
33968
33966
  },
33969
- "[data-imageWrapper]": {
33967
+ "[data-imagewrapper]": {
33970
33968
  height: "320px",
33971
33969
  width: "100%"
33972
33970
  }
@@ -33980,7 +33978,7 @@ const { defineMultiStyleConfig: DP, definePartsStyle: RP } = N2(["container", "b
33980
33978
  paddingLeft: i ? "s" : null,
33981
33979
  paddingRight: i ? "s" : null
33982
33980
  },
33983
- "[data-imageWrapper]": {
33981
+ "[data-imagewrapper]": {
33984
33982
  height: "auto",
33985
33983
  width: f
33986
33984
  },
@@ -37005,7 +37003,7 @@ const { defineMultiStyleConfig: CA, definePartsStyle: fA } = N2([
37005
37003
  width: "100%"
37006
37004
  },
37007
37005
  ...y && {
37008
- "[data-imageWrapper]": {
37006
+ "[data-imagewrapper]": {
37009
37007
  maxWidth: "100%",
37010
37008
  margin: a ? "var(--nypl-space-m) 0 0" : null,
37011
37009
  width: "100%",
@@ -37040,7 +37038,7 @@ const { defineMultiStyleConfig: CA, definePartsStyle: fA } = N2([
37040
37038
  width: "auto"
37041
37039
  },
37042
37040
  ...y && {
37043
- "[data-imageWrapper]": {
37041
+ "[data-imagewrapper]": {
37044
37042
  maxWidth: "50%",
37045
37043
  flex: "0 0 225px",
37046
37044
  margin: a ? "0 0 0 var(--nypl-space-m)" : "0 var(--nypl-space-m) 0 0",
@@ -37385,7 +37383,11 @@ const { defineMultiStyleConfig: CA, definePartsStyle: fA } = N2([
37385
37383
  "[data-select]": {
37386
37384
  marginBottom: "0",
37387
37385
  maxWidth: "255px",
37388
- paddingBottom: "unset"
37386
+ paddingBottom: "unset",
37387
+ select: {
37388
+ borderRightColor: { md: "transparent" },
37389
+ borderRightRadius: { md: "none" }
37390
+ }
37389
37391
  },
37390
37392
  "[data-button]": {
37391
37393
  borderRightRadius: "sm",
@@ -39024,7 +39026,7 @@ const I$ = _1(
39024
39026
  ...d.imgWrapper,
39025
39027
  backgroundImage: `/**/url(${i.src})`
39026
39028
  },
39027
- "data-imageWrapper": !0,
39029
+ "data-imagewrapper": !0,
39028
39030
  children: /* @__PURE__ */ x.jsx(
39029
39031
  ZI,
39030
39032
  {
@@ -118,12 +118,6 @@ declare const Select: {
118
118
  searchbar: {
119
119
  select: {
120
120
  flex: string;
121
- borderRightColor: {
122
- md: "transparent";
123
- };
124
- borderRightRadius: {
125
- md: "none";
126
- };
127
121
  };
128
122
  };
129
123
  };
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-rc4",
4
4
  "description": "NYPL Reservoir Design System React Components",
5
5
  "repository": {
6
6
  "type": "git",