@pingux/astro 1.12.0-alpha.2 → 1.12.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.
@@ -101,7 +101,8 @@ var Breadcrumbs = /*#__PURE__*/(0, _react.forwardRef)(function (props, ref) {
101
101
  ref: breadcrumbsRef,
102
102
  isRow: true,
103
103
  sx: {
104
- overflow: 'auto'
104
+ overflow: 'auto',
105
+ paddingInlineStart: 'unset'
105
106
  },
106
107
  as: "ol"
107
108
  }, (0, _utils.mergeProps)(wrapperProps, others)), (0, _isArray["default"])(filteredChildren) ? (0, _map["default"])(filteredChildren).call(filteredChildren, createBreadcrumb) : createBreadcrumb(children)));
@@ -67,7 +67,8 @@ var Breadcrumbs = /*#__PURE__*/forwardRef(function (props, ref) {
67
67
  ref: breadcrumbsRef,
68
68
  isRow: true,
69
69
  sx: {
70
- overflow: 'auto'
70
+ overflow: 'auto',
71
+ paddingInlineStart: 'unset'
71
72
  },
72
73
  as: "ol"
73
74
  }, mergeProps(wrapperProps, others)), _Array$isArray(filteredChildren) ? _mapInstanceProperty(filteredChildren).call(filteredChildren, createBreadcrumb) : createBreadcrumb(children)));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pingux/astro",
3
- "version": "1.12.0-alpha.2",
3
+ "version": "1.12.0",
4
4
  "description": "PingUX themeable React component library",
5
5
  "author": "ux-development@pingidentity.com",
6
6
  "license": "Apache-2.0",