@nypl/design-system-react-components 3.5.5-rc3 → 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.
@@ -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
  },
@@ -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",
@@ -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-rc3",
3
+ "version": "3.5.5-rc4",
4
4
  "description": "NYPL Reservoir Design System React Components",
5
5
  "repository": {
6
6
  "type": "git",