@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",
|