@auth0/quantum-product 2.1.1 → 2.1.3

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.
@@ -6,13 +6,13 @@ var createMuiDialogOverrides = function (_a) {
6
6
  return {
7
7
  styleOverrides: {
8
8
  paperWidthMd: {
9
- 'max-width': typography.pxToRem(800),
9
+ maxWidth: typography.pxToRem(800),
10
10
  },
11
11
  paperWidthSm: {
12
- 'max-width': typography.pxToRem(640),
12
+ maxWidth: typography.pxToRem(640),
13
13
  },
14
14
  paperWidthXs: {
15
- 'max-width': typography.pxToRem(448),
15
+ maxWidth: typography.pxToRem(448),
16
16
  },
17
17
  },
18
18
  };
@@ -54,9 +54,11 @@ var Root = (0, styled_1.styled)(divider_1.Divider, { name: dropdownMenuDividerCo
54
54
  var theme = _a.theme;
55
55
  return ({
56
56
  margin: theme.spacing(1),
57
+ borderColor: theme.tokens.color_border_default,
58
+ borderWidth: '0px 0px thin',
57
59
  });
58
60
  });
59
61
  exports.DropdownMenuDivider = React.forwardRef(function (props, ref) {
60
62
  var rootProps = __rest(props, []);
61
- return React.createElement(Root, __assign({ ref: ref, forwardedAs: "hr", role: "separator" }, rootProps));
63
+ return React.createElement(Root, __assign({ ref: ref, as: "hr", role: "separator" }, rootProps));
62
64
  });
@@ -3,13 +3,13 @@ export var createMuiDialogOverrides = function (_a) {
3
3
  return {
4
4
  styleOverrides: {
5
5
  paperWidthMd: {
6
- 'max-width': typography.pxToRem(800),
6
+ maxWidth: typography.pxToRem(800),
7
7
  },
8
8
  paperWidthSm: {
9
- 'max-width': typography.pxToRem(640),
9
+ maxWidth: typography.pxToRem(640),
10
10
  },
11
11
  paperWidthXs: {
12
- 'max-width': typography.pxToRem(448),
12
+ maxWidth: typography.pxToRem(448),
13
13
  },
14
14
  },
15
15
  };
@@ -28,9 +28,11 @@ var Root = styled(Divider, { name: dropdownMenuDividerComponentName, slot: 'Root
28
28
  var theme = _a.theme;
29
29
  return ({
30
30
  margin: theme.spacing(1),
31
+ borderColor: theme.tokens.color_border_default,
32
+ borderWidth: '0px 0px thin',
31
33
  });
32
34
  });
33
35
  export var DropdownMenuDivider = React.forwardRef(function (props, ref) {
34
36
  var rootProps = __rest(props, []);
35
- return React.createElement(Root, __assign({ ref: ref, forwardedAs: "hr", role: "separator" }, rootProps));
37
+ return React.createElement(Root, __assign({ ref: ref, as: "hr", role: "separator" }, rootProps));
36
38
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@auth0/quantum-product",
3
- "version": "2.1.1",
3
+ "version": "2.1.3",
4
4
  "sideEffects": false,
5
5
  "license": "Apache-2.0",
6
6
  "publishConfig": {