@pingux/astro 1.23.0-alpha.4 → 1.23.0

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.
@@ -102,6 +102,7 @@ var Breadcrumbs = /*#__PURE__*/(0, _react.forwardRef)(function (props, ref) {
102
102
  ref: breadcrumbsRef,
103
103
  isRow: true,
104
104
  sx: {
105
+ overflow: 'auto',
105
106
  paddingInlineStart: 'unset'
106
107
  },
107
108
  as: "ol"
@@ -68,6 +68,7 @@ var Breadcrumbs = /*#__PURE__*/forwardRef(function (props, ref) {
68
68
  ref: breadcrumbsRef,
69
69
  isRow: true,
70
70
  sx: {
71
+ overflow: 'auto',
71
72
  paddingInlineStart: 'unset'
72
73
  },
73
74
  as: "ol"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pingux/astro",
3
- "version": "1.23.0-alpha.4",
3
+ "version": "1.23.0",
4
4
  "description": "PingUX themeable React component library",
5
5
  "author": "ux-development@pingidentity.com",
6
6
  "license": "Apache-2.0",