@nypl/design-system-react-components 3.4.3-rc8 → 3.4.3-rc9

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.
@@ -34658,11 +34658,11 @@ const { defineMultiStyleConfig: TP, definePartsStyle: _P } = U2(["container", "b
34658
34658
  padding: { base: "0", mh: "10px 20px" },
34659
34659
  zIndex: "9999",
34660
34660
  ul: {
34661
- display: { base: "grid", mh: "block" },
34661
+ display: { base: "grid", mh: "block !important" },
34662
34662
  marginBottom: "0",
34663
34663
  marginTop: {
34664
34664
  base: n ? "0" : "60px",
34665
- mh: "0px"
34665
+ mh: "0px !important"
34666
34666
  },
34667
34667
  width: "100%",
34668
34668
  li: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nypl/design-system-react-components",
3
- "version": "3.4.3-rc8",
3
+ "version": "3.4.3-rc9",
4
4
  "description": "NYPL Reservoir Design System React Components",
5
5
  "repository": {
6
6
  "type": "git",