@auth0/quantum-product 2.5.1 → 2.5.2

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.
@@ -65,11 +65,11 @@ var computeValidColorMode = function (colorMode) {
65
65
  var adjustTypography = function (typography) {
66
66
  return __assign(__assign({}, typography), { fontFamily: typography.fontFamily === 'inherit'
67
67
  ? 'inherit'
68
- : 'Noto Sans JP, Noto Sans, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Helvetica, Arial, sans-serif' });
68
+ : 'Noto Sans JP, Noto Sans, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Helvetica, Arial, sans-serif !important' });
69
69
  };
70
70
  var updateTypography = function (typography) {
71
71
  var updatedTypography = __assign({}, typography);
72
- var defaultFontFamily = 'Noto Sans JP, Noto Sans, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Helvetica, Arial, sans-serif';
72
+ var defaultFontFamily = 'Noto Sans JP, Noto Sans, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Helvetica, Arial, sans-serif !important';
73
73
  typography.fontFamily = defaultFontFamily;
74
74
  var propertyAdjustments = {
75
75
  fontFamily: function (value) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@auth0/quantum-product",
3
- "version": "2.5.1",
3
+ "version": "2.5.2",
4
4
  "sideEffects": false,
5
5
  "license": "Apache-2.0",
6
6
  "publishConfig": {
@@ -92,11 +92,11 @@ var computeValidColorMode = function (colorMode) {
92
92
  var adjustTypography = function (typography) {
93
93
  return __assign(__assign({}, typography), { fontFamily: typography.fontFamily === 'inherit'
94
94
  ? 'inherit'
95
- : 'Noto Sans JP, Noto Sans, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Helvetica, Arial, sans-serif' });
95
+ : 'Noto Sans JP, Noto Sans, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Helvetica, Arial, sans-serif !important' });
96
96
  };
97
97
  var updateTypography = function (typography) {
98
98
  var updatedTypography = __assign({}, typography);
99
- var defaultFontFamily = 'Noto Sans JP, Noto Sans, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Helvetica, Arial, sans-serif';
99
+ var defaultFontFamily = 'Noto Sans JP, Noto Sans, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Helvetica, Arial, sans-serif !important';
100
100
  typography.fontFamily = defaultFontFamily;
101
101
  var propertyAdjustments = {
102
102
  fontFamily: function (value) {