@auth0/quantum-product 1.5.18 → 1.6.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.
Files changed (126) hide show
  1. package/README.md +1 -1
  2. package/esm/foundations/token-tables.js +11 -60
  3. package/esm/identicons/icons/icon-access-token.js +1 -1
  4. package/esm/identicons/icons/icon-activity.js +1 -1
  5. package/esm/identicons/icons/icon-anticipation.js +5 -5
  6. package/esm/identicons/icons/icon-api-related.js +2 -2
  7. package/esm/identicons/icons/icon-api.js +2 -2
  8. package/esm/identicons/icons/icon-applications.js +1 -1
  9. package/esm/identicons/icons/icon-attributes.js +1 -1
  10. package/esm/identicons/icons/icon-auth0-authorization-server.js +2 -2
  11. package/esm/identicons/icons/icon-auth0-dashboard.js +1 -1
  12. package/esm/identicons/icons/icon-auth0-logo-dark.js +1 -1
  13. package/esm/identicons/icons/icon-auth0-logo-light.js +1 -1
  14. package/esm/identicons/icons/icon-authentication-b.js +1 -1
  15. package/esm/identicons/icons/icon-authorization-server.js +1 -1
  16. package/esm/identicons/icons/icon-backend.js +3 -3
  17. package/esm/identicons/icons/icon-bot-detection.js +1 -1
  18. package/esm/identicons/icons/icon-boundary-protocol.js +1 -1
  19. package/esm/identicons/icons/icon-branding.js +1 -1
  20. package/esm/identicons/icons/icon-browser.js +2 -2
  21. package/esm/identicons/icons/icon-brute-force.js +4 -4
  22. package/esm/identicons/icons/icon-consistency.js +1 -1
  23. package/esm/identicons/icons/icon-cookies.js +1 -1
  24. package/esm/identicons/icons/icon-credential-application.js +2 -2
  25. package/esm/identicons/icons/icon-credential-stuffing.js +3 -3
  26. package/esm/identicons/icons/icon-dashboard.js +1 -1
  27. package/esm/identicons/icons/icon-database.js +3 -3
  28. package/esm/identicons/icons/icon-desktop-app.js +2 -2
  29. package/esm/identicons/icons/icon-device-biometrics.js +1 -1
  30. package/esm/identicons/icons/icon-efficiency.js +5 -5
  31. package/esm/identicons/icons/icon-empathy.js +3 -3
  32. package/esm/identicons/icons/icon-enterprise-directory.js +1 -1
  33. package/esm/identicons/icons/icon-extensions.js +1 -1
  34. package/esm/identicons/icons/icon-fine-grained-authorization.js +1 -1
  35. package/esm/identicons/icons/icon-guardian-push-notification.js +2 -2
  36. package/esm/identicons/icons/icon-help.js +2 -2
  37. package/esm/identicons/icons/icon-id-token.js +1 -1
  38. package/esm/identicons/icons/icon-ip-throttling.js +3 -3
  39. package/esm/identicons/icons/icon-login-customization.js +3 -3
  40. package/esm/identicons/icons/icon-logout-token.js +46 -0
  41. package/esm/identicons/icons/icon-mail-message-a.js +1 -1
  42. package/esm/identicons/icons/icon-marketplace-approved.js +48 -0
  43. package/esm/identicons/icons/icon-marketplace-create.js +48 -0
  44. package/esm/identicons/icons/icon-mobile-app.js +3 -3
  45. package/esm/identicons/icons/icon-multifactor.js +4 -4
  46. package/esm/identicons/icons/icon-one-time-password.js +1 -1
  47. package/esm/identicons/icons/icon-phone-message-a.js +1 -1
  48. package/esm/identicons/icons/icon-phone-message-b.js +2 -2
  49. package/esm/identicons/icons/icon-pipeline-b.js +1 -1
  50. package/esm/identicons/icons/icon-refresh-token.js +1 -1
  51. package/esm/identicons/icons/icon-server.js +3 -3
  52. package/esm/identicons/icons/icon-social-providers.js +1 -1
  53. package/esm/identicons/icons/icon-spa.js +2 -2
  54. package/esm/identicons/icons/icon-teams.js +2 -2
  55. package/esm/identicons/icons/icon-tenant.js +2 -2
  56. package/esm/identicons/icons/icon-user-database.js +3 -3
  57. package/esm/identicons/icons/icon-video.js +1 -1
  58. package/esm/identicons/icons/icon-web-app.js +1 -1
  59. package/esm/identicons/icons/index.js +3 -0
  60. package/esm/logo/logo.js +9 -16
  61. package/foundations/token-tables.d.ts +5 -5
  62. package/foundations/token-tables.js +13 -64
  63. package/identicons/icons/icon-access-token.js +1 -1
  64. package/identicons/icons/icon-activity.js +1 -1
  65. package/identicons/icons/icon-anticipation.js +5 -5
  66. package/identicons/icons/icon-api-related.js +2 -2
  67. package/identicons/icons/icon-api.js +2 -2
  68. package/identicons/icons/icon-applications.js +1 -1
  69. package/identicons/icons/icon-attributes.js +1 -1
  70. package/identicons/icons/icon-auth0-authorization-server.js +2 -2
  71. package/identicons/icons/icon-auth0-dashboard.js +1 -1
  72. package/identicons/icons/icon-auth0-logo-dark.js +1 -1
  73. package/identicons/icons/icon-auth0-logo-light.js +1 -1
  74. package/identicons/icons/icon-authentication-b.js +1 -1
  75. package/identicons/icons/icon-authorization-server.js +1 -1
  76. package/identicons/icons/icon-backend.js +3 -3
  77. package/identicons/icons/icon-bot-detection.js +1 -1
  78. package/identicons/icons/icon-boundary-protocol.js +1 -1
  79. package/identicons/icons/icon-branding.js +1 -1
  80. package/identicons/icons/icon-browser.js +2 -2
  81. package/identicons/icons/icon-brute-force.js +4 -4
  82. package/identicons/icons/icon-consistency.js +1 -1
  83. package/identicons/icons/icon-cookies.js +1 -1
  84. package/identicons/icons/icon-credential-application.js +2 -2
  85. package/identicons/icons/icon-credential-stuffing.js +3 -3
  86. package/identicons/icons/icon-dashboard.js +1 -1
  87. package/identicons/icons/icon-database.js +3 -3
  88. package/identicons/icons/icon-desktop-app.js +2 -2
  89. package/identicons/icons/icon-device-biometrics.js +1 -1
  90. package/identicons/icons/icon-efficiency.js +5 -5
  91. package/identicons/icons/icon-empathy.js +3 -3
  92. package/identicons/icons/icon-enterprise-directory.js +1 -1
  93. package/identicons/icons/icon-extensions.js +1 -1
  94. package/identicons/icons/icon-fine-grained-authorization.js +1 -1
  95. package/identicons/icons/icon-guardian-push-notification.js +2 -2
  96. package/identicons/icons/icon-help.js +2 -2
  97. package/identicons/icons/icon-id-token.js +1 -1
  98. package/identicons/icons/icon-ip-throttling.js +3 -3
  99. package/identicons/icons/icon-login-customization.js +3 -3
  100. package/identicons/icons/icon-logout-token.d.ts +3 -0
  101. package/identicons/icons/icon-logout-token.js +72 -0
  102. package/identicons/icons/icon-mail-message-a.js +1 -1
  103. package/identicons/icons/icon-marketplace-approved.d.ts +3 -0
  104. package/identicons/icons/icon-marketplace-approved.js +74 -0
  105. package/identicons/icons/icon-marketplace-create.d.ts +3 -0
  106. package/identicons/icons/icon-marketplace-create.js +74 -0
  107. package/identicons/icons/icon-mobile-app.js +3 -3
  108. package/identicons/icons/icon-multifactor.js +4 -4
  109. package/identicons/icons/icon-one-time-password.js +1 -1
  110. package/identicons/icons/icon-phone-message-a.js +1 -1
  111. package/identicons/icons/icon-phone-message-b.js +2 -2
  112. package/identicons/icons/icon-pipeline-b.js +1 -1
  113. package/identicons/icons/icon-refresh-token.js +1 -1
  114. package/identicons/icons/icon-server.js +3 -3
  115. package/identicons/icons/icon-social-providers.js +1 -1
  116. package/identicons/icons/icon-spa.js +2 -2
  117. package/identicons/icons/icon-teams.js +2 -2
  118. package/identicons/icons/icon-tenant.js +2 -2
  119. package/identicons/icons/icon-user-database.js +3 -3
  120. package/identicons/icons/icon-video.js +1 -1
  121. package/identicons/icons/icon-web-app.js +1 -1
  122. package/identicons/icons/index.d.ts +3 -0
  123. package/identicons/icons/index.js +7 -1
  124. package/logo/logo.d.ts +3 -3
  125. package/logo/logo.js +9 -16
  126. package/package.json +5 -32
@@ -67,7 +67,7 @@ exports.IdenticonSocialProviders = (0, styled_1.styled)(function (_a) {
67
67
  React.createElement("path", { d: "M18.378 11.57H5.34a1.34 1.34 0 010-2.68h13.038a1.34 1.34 0 010 2.68zM18.378 16.457H5.34a1.34 1.34 0 010-2.68h13.038a1.34 1.34 0 010 2.68z", fill: fills.base }),
68
68
  React.createElement("path", { d: "M8.602 21.348a1.34 1.34 0 01-1.332-1.487l1.628-14.67a1.34 1.34 0 012.662.296l-1.63 14.67a1.339 1.339 0 01-1.328 1.191zM13.49 21.348a1.34 1.34 0 01-1.332-1.487l1.631-14.67a1.34 1.34 0 012.662.296l-1.631 14.67a1.34 1.34 0 01-1.33 1.191z", fill: fills.base }),
69
69
  React.createElement("path", { d: "M17.507 43.691l-5.689-4.065-5.688 4.066a.714.714 0 01-1.13-.58V28.523c0-1.076.871-1.948 1.948-1.948h9.74c1.077 0 1.948.872 1.948 1.948v14.588c0 .58-.656.92-1.13.58zM42.54 5.457a4.982 4.982 0 00-7.04 0l-.96.96-.867-.866c-1.912-1.915-5.035-2.062-7.01-.213a4.978 4.978 0 00-.122 7.16l.96.96 6.666 6.666a.532.532 0 00.752 0l6.666-6.666.963-.963a4.981 4.981 0 00-.008-7.038z", fill: fills.dark }),
70
- React.createElement("path", { d: "M36.436 30.901v-3.735a2.803 2.803 0 00-2.803-2.804l-3.736 8.408v10.94h10.787c.932.01 1.73-.667 1.869-1.589l1.289-9.072a1.868 1.868 0 00-1.87-2.148h-5.536z", fill: fills.light }),
70
+ React.createElement("path", { d: "M36.436 30.901v-3.735a2.803 2.803 0 00-2.803-2.804l-3.736 8.408v10.94h10.787c.932.01 1.73-.667 1.869-1.589l1.29-9.072a1.868 1.868 0 00-1.87-2.148h-5.537z", fill: fills.light }),
71
71
  React.createElement("path", { d: "M29.897 43.71h-3.488a1.87 1.87 0 01-1.869-1.87v-7.203c0-1.03.836-1.87 1.87-1.87h3.487", fill: fills.base })));
72
72
  }, {
73
73
  name: common_1.identiconComponentName,
@@ -66,9 +66,9 @@ exports.IdenticonSpa = (0, styled_1.styled)(function (_a) {
66
66
  return (React.createElement("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
67
67
  React.createElement("path", { d: "M4 36.003v-24A4.002 4.002 0 018.002 8h31.996A4.002 4.002 0 0144 12.002v24.001a4.002 4.002 0 01-4.002 4.002H8.002A4.002 4.002 0 014 36.003z", fill: fills.light }),
68
68
  React.createElement("path", { d: "M8.967 13.153a1.008 1.008 0 100-2.015 1.008 1.008 0 000 2.015zM12.214 13.153a1.008 1.008 0 100-2.015 1.008 1.008 0 000 2.015z", fill: fills.dark }),
69
- React.createElement("path", { d: "M37.983 16.049H9.956a2.002 2.002 0 00-2.001 2.001v7.957c0 1.104.897 2.001 2.001 2.001h28.029a2.002 2.002 0 002.001-2V18.05a2.003 2.003 0 00-2.003-2.001z", fill: fills.base }),
69
+ React.createElement("path", { d: "M37.983 16.049H9.956a2.002 2.002 0 00-2 2.001v7.957c0 1.104.896 2.001 2 2.001h28.03a2.002 2.002 0 002-2V18.05a2.003 2.003 0 00-2.003-2.001z", fill: fills.base }),
70
70
  React.createElement("path", { d: "M15.456 13.153a1.008 1.008 0 100-2.015 1.008 1.008 0 000 2.015z", fill: fills.dark }),
71
- React.createElement("path", { d: "M15.96 35.991H9.903a2.002 2.002 0 01-2-2v-1.945c0-1.104.896-2.001 2-2.001h6.055c1.104 0 2.001.897 2.001 2v1.945a2.002 2.002 0 01-2 2.001zM37.93 35.991H21.949a2.002 2.002 0 01-2-2v-1.945c0-1.104.896-2.001 2-2.001h15.983c1.104 0 2.001.897 2.001 2v1.945a2 2 0 01-2.001 2.001z", fill: fills.base })));
71
+ React.createElement("path", { d: "M15.96 35.991H9.903a2.002 2.002 0 01-2-2v-1.945c0-1.104.896-2.001 2-2.001h6.055c1.104 0 2.001.896 2.001 2v1.945a2.002 2.002 0 01-2 2.001zM37.93 35.991H21.949a2.002 2.002 0 01-2-2v-1.945c0-1.104.896-2.001 2-2.001h15.983c1.104 0 2.001.896 2.001 2v1.945a2 2 0 01-2.001 2.001z", fill: fills.base })));
72
72
  }, {
73
73
  name: common_1.identiconComponentName,
74
74
  })({});
@@ -65,8 +65,8 @@ exports.IdenticonTeams = (0, styled_1.styled)(function (_a) {
65
65
  };
66
66
  return (React.createElement("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
67
67
  React.createElement("path", { d: "M19.006 13.017a5.016 5.016 0 1110.033 0 5.016 5.016 0 11-10.033 0z", fill: fills.dark }),
68
- React.createElement("path", { d: "M17.648 21.66a5.451 5.451 0 013.854-1.595h5.043c1.445 0 2.833.575 3.853 1.596a5.456 5.456 0 011.595 3.855V38a2.184 2.184 0 01-2.183 2.184H18.237A2.184 2.184 0 0116.054 38V25.516a5.44 5.44 0 011.595-3.855zM5.052 23.106a3.589 3.589 0 012.538-1.052h2.827a3.588 3.588 0 013.59 3.591v9.079a1.44 1.44 0 01-1.44 1.44H5.44A1.44 1.44 0 014 34.724v-9.079c0-.953.379-1.866 1.052-2.54zM35.044 23.106a3.589 3.589 0 012.539-1.052h2.827A3.589 3.589 0 0144 25.645v8.915A1.44 1.44 0 0142.56 36h-7.13a1.44 1.44 0 01-1.44-1.44v-8.915a3.604 3.604 0 011.054-2.54z", fill: fills.light }),
69
- React.createElement("path", { d: "M34.997 15.957a4 4 0 117.998 0 4 4 0 11-7.998 0zM5.004 15.957a4 4 0 117.999 0 4 4 0 11-7.999 0z", fill: fills.base })));
68
+ React.createElement("path", { d: "M17.648 21.66a5.451 5.451 0 013.854-1.595h5.043c1.445 0 2.832.575 3.853 1.596a5.455 5.455 0 011.595 3.855V38a2.183 2.183 0 01-2.183 2.184H18.237A2.183 2.183 0 0116.054 38V25.516a5.44 5.44 0 011.595-3.855zM5.052 23.106a3.589 3.589 0 012.538-1.052h2.827a3.589 3.589 0 013.59 3.591v9.079a1.44 1.44 0 01-1.44 1.44H5.44A1.44 1.44 0 014 34.724v-9.079c0-.953.379-1.866 1.052-2.54zM35.044 23.106a3.589 3.589 0 012.539-1.052h2.827A3.589 3.589 0 0144 25.645v8.915A1.44 1.44 0 0142.56 36h-7.13a1.44 1.44 0 01-1.44-1.44v-8.915a3.604 3.604 0 011.054-2.54z", fill: fills.light }),
69
+ React.createElement("path", { d: "M34.997 15.957a4 4 0 117.999 0 4 4 0 11-7.999 0zM5.005 15.957a4 4 0 117.998 0 4 4 0 11-7.998 0z", fill: fills.base })));
70
70
  }, {
71
71
  name: common_1.identiconComponentName,
72
72
  })({});
@@ -64,8 +64,8 @@ exports.IdenticonTenant = (0, styled_1.styled)(function (_a) {
64
64
  dark: "var(".concat(common_1.IdenticonsCustomProperty.dark, ", ").concat(colorMap.dark, ")"),
65
65
  };
66
66
  return (React.createElement("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
67
- React.createElement("path", { d: "M4.09 17.83a1.516 1.516 0 012.201-1.353l14.623 7.399a3.498 3.498 0 011.92 3.121v16.3a1.516 1.516 0 01-2.205 1.352L6.002 37.2a3.498 3.498 0 01-1.911-3.118V17.83z", fill: fills.dark }),
68
- React.createElement("path", { d: "M43.91 17.83a1.516 1.516 0 00-2.201-1.353l-14.623 7.399a3.498 3.498 0 00-1.92 3.121v16.3a1.516 1.516 0 002.205 1.352L41.998 37.2a3.498 3.498 0 001.911-3.118V17.83z", fill: fills.base }),
67
+ React.createElement("path", { d: "M4.09 17.83a1.516 1.516 0 012.201-1.353l14.623 7.399a3.499 3.499 0 011.92 3.121v16.3a1.516 1.516 0 01-2.205 1.352L6.002 37.2a3.499 3.499 0 01-1.911-3.118V17.83z", fill: fills.dark }),
68
+ React.createElement("path", { d: "M43.91 17.83a1.516 1.516 0 00-2.201-1.353l-14.623 7.399a3.499 3.499 0 00-1.92 3.121v16.3a1.516 1.516 0 002.205 1.352L41.998 37.2a3.499 3.499 0 001.911-3.118V17.83z", fill: fills.base }),
69
69
  React.createElement("path", { d: "M22.182 3.612a4.182 4.182 0 013.684 0l16.166 7.769c.875.42.883 1.966.013 2.4l-16.498 8.24a3.35 3.35 0 01-3.046 0L6.003 13.78c-.87-.434-.862-1.98.013-2.4l16.166-7.77z", fill: fills.light })));
70
70
  }, {
71
71
  name: common_1.identiconComponentName,
@@ -65,13 +65,13 @@ exports.IdenticonUserDatabase = (0, styled_1.styled)(function (_a) {
65
65
  };
66
66
  return (React.createElement("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 49 48", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
67
67
  React.createElement("path", { d: "M21.42 38c8.294 0 15.017-1.888 15.017-4.216 0-2.329-6.723-4.216-15.016-4.216-8.294 0-15.017 1.887-15.017 4.216 0 2.328 6.723 4.216 15.017 4.216z", fill: fills.base }),
68
- React.createElement("path", { d: "M36.434 22.889H6.404v10.906h30.03V22.889z", fill: fills.base }),
68
+ React.createElement("path", { d: "M36.434 22.889H6.404v10.906h30.03V22.888z", fill: fills.base }),
69
69
  React.createElement("path", { d: "M21.42 27.027c8.294 0 15.017-1.887 15.017-4.216 0-2.328-6.723-4.216-15.016-4.216-8.294 0-15.017 1.888-15.017 4.216 0 2.329 6.723 4.216 15.017 4.216z", fill: fills.light }),
70
70
  React.createElement("path", { d: "M21.42 23.472c8.294 0 15.017-1.887 15.017-4.216 0-2.328-6.723-4.216-15.016-4.216-8.294 0-15.017 1.888-15.017 4.216 0 2.329 6.723 4.216 15.017 4.216z", fill: fills.base }),
71
71
  React.createElement("path", { d: "M36.434 8.61H6.404v10.657h30.03V8.61z", fill: fills.base }),
72
72
  React.createElement("path", { d: "M21.42 12.746c8.294 0 15.017-1.888 15.017-4.216 0-2.329-6.723-4.217-15.016-4.217-8.294 0-15.017 1.888-15.017 4.217 0 2.328 6.723 4.216 15.017 4.216z", fill: fills.light }),
73
- React.createElement("path", { d: "M9.76 17.089c.497-.06.838-.618.763-1.248-.075-.63-.54-1.092-1.037-1.032-.497.06-.839.618-.763 1.248.075.63.54 1.092 1.036 1.032zM9.76 31.552c.497-.06.838-.618.763-1.248-.075-.63-.54-1.091-1.037-1.032-.497.06-.839.619-.763 1.248.075.63.54 1.092 1.036 1.032zM42.404 36a8 8 0 11-16 0 8 8 0 0116 0z", fill: fills.dark }),
74
- React.createElement("path", { d: "M32.02 33.369a2.444 2.444 0 114.887 0 2.444 2.444 0 01-4.887 0zM31.296 37.462a2.644 2.644 0 011.87-.774h2.594a2.644 2.644 0 012.644 2.644v.527a1.06 1.06 0 01-1.06 1.06h-5.763a1.06 1.06 0 01-1.06-1.06v-.527c0-.7.279-1.374.775-1.87z", fill: "#fff" })));
73
+ React.createElement("path", { d: "M9.76 17.09c.497-.06.839-.62.763-1.249-.075-.63-.54-1.092-1.037-1.032-.497.06-.839.618-.763 1.248.075.63.54 1.092 1.037 1.032zM9.76 31.552c.497-.06.838-.618.763-1.247-.075-.63-.54-1.092-1.037-1.033-.497.06-.839.619-.763 1.248.075.63.54 1.092 1.036 1.032zM42.404 36a8 8 0 11-16 0 8 8 0 0116 0z", fill: fills.dark }),
74
+ React.createElement("path", { d: "M32.02 33.369a2.444 2.444 0 114.887 0 2.444 2.444 0 01-4.887 0zM31.296 37.462a2.644 2.644 0 011.87-.775h2.594a2.644 2.644 0 012.644 2.645v.527a1.06 1.06 0 01-1.06 1.06h-5.763a1.06 1.06 0 01-1.06-1.06v-.527c0-.7.279-1.374.775-1.87z", fill: "#fff" })));
75
75
  }, {
76
76
  name: common_1.identiconComponentName,
77
77
  })({});
@@ -65,7 +65,7 @@ exports.IdenticonVideo = (0, styled_1.styled)(function (_a) {
65
65
  };
66
66
  return (React.createElement("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
67
67
  React.createElement("path", { d: "M4 31.988V10.006A4.006 4.006 0 018.006 6h31.988A4.006 4.006 0 0144 10.006v21.982a4.006 4.006 0 01-4.006 4.006H8.006A4.006 4.006 0 014 31.988zM32.012 43.995h-15.93a1.998 1.998 0 110-3.997h15.93a1.998 1.998 0 110 3.997z", fill: fills.light }),
68
- React.createElement("path", { d: "M17.85 27.537V14.49c0-.813.874-1.327 1.583-.929l11.68 6.523a1.064 1.064 0 010 1.86l-11.68 6.522a1.065 1.065 0 01-1.584-.93z", fill: fills.dark })));
68
+ React.createElement("path", { d: "M17.85 27.537V14.49c0-.813.874-1.327 1.583-.929l11.679 6.523a1.064 1.064 0 010 1.86l-11.679 6.522a1.065 1.065 0 01-1.584-.93z", fill: fills.dark })));
69
69
  }, {
70
70
  name: common_1.identiconComponentName,
71
71
  })({});
@@ -66,7 +66,7 @@ exports.IdenticonWebApp = (0, styled_1.styled)(function (_a) {
66
66
  return (React.createElement("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
67
67
  React.createElement("path", { d: "M4 35.998V12.003A4.001 4.001 0 018.001 8h31.991a4.001 4.001 0 014.002 4.002v23.996A4.001 4.001 0 0139.991 40H8.002A4.001 4.001 0 014 35.998z", fill: fills.light }),
68
68
  React.createElement("path", { d: "M8.967 13.11a1.007 1.007 0 100-2.015 1.007 1.007 0 000 2.015zM12.212 13.11a1.007 1.007 0 100-2.015 1.007 1.007 0 000 2.015zM15.454 13.11a1.007 1.007 0 100-2.015 1.007 1.007 0 000 2.015z", fill: fills.dark }),
69
- React.createElement("path", { d: "M15.94 35.998H9.9c-1.104 0-2.001-.896-2.001-2V22.024c0-1.104.897-2 2-2h6.043c1.104 0 2 .896 2 2v11.974a2 2 0 01-2 2zM38.973 18.023H8.898a1 1 0 01-1-1v-.024a1 1 0 011-1h30.075a1 1 0 011 1v.023a1 1 0 01-1 1zM37.972 35.966H21.915c-1.104 0-2-.897-2-2.001V21.998c0-1.104.896-2 2-2h16.057c1.104 0 2.001.896 2.001 2v11.967a2 2 0 01-2 2z", fill: fills.base })));
69
+ React.createElement("path", { d: "M15.94 35.998H9.9c-1.104 0-2.001-.896-2.001-2V22.024c0-1.104.897-2 2-2h6.043c1.104 0 2 .896 2 2v11.974a2 2 0 01-2 2zM38.973 18.023H8.898a1 1 0 01-1-1v-.024a1 1 0 011-1h30.075a1 1 0 011 1v.023a1 1 0 01-1 1zM37.972 35.965H21.915c-1.104 0-2-.896-2-2V21.998c0-1.104.896-2 2-2h16.057c1.104 0 2.001.896 2.001 2v11.967a2 2 0 01-2 2z", fill: fills.base })));
70
70
  }, {
71
71
  name: common_1.identiconComponentName,
72
72
  })({});
@@ -51,9 +51,12 @@ export { IdenticonIntegrationsMarketplace } from './icon-integrations-marketplac
51
51
  export { IdenticonIpThrottling } from './icon-ip-throttling';
52
52
  export { IdenticonLoginCustomization } from './icon-login-customization';
53
53
  export { IdenticonLogin } from './icon-login';
54
+ export { IdenticonLogoutToken } from './icon-logout-token';
54
55
  export { IdenticonLogs } from './icon-logs';
55
56
  export { IdenticonMailMessageA } from './icon-mail-message-a';
56
57
  export { IdenticonMailMessageB } from './icon-mail-message-b';
58
+ export { IdenticonMarketplaceApproved } from './icon-marketplace-approved';
59
+ export { IdenticonMarketplaceCreate } from './icon-marketplace-create';
57
60
  export { IdenticonMobileApp } from './icon-mobile-app';
58
61
  export { IdenticonMonitoring } from './icon-monitoring';
59
62
  export { IdenticonMultifactor } from './icon-multifactor';
@@ -5,7 +5,7 @@ To update this output make changes to `scripts/svgr/identicon-index-template.js`
5
5
  */
6
6
  Object.defineProperty(exports, "__esModule", { value: true });
7
7
  exports.IdenticonIntegrationsMarketplace = exports.IdenticonIdentifierPassword = exports.IdenticonIdentifierFirst = exports.IdenticonIdToken = exports.IdenticonHelp = exports.IdenticonGuardianPushNotification = exports.IdenticonGettingStarted = exports.IdenticonFineGrainedAuthorization = exports.IdenticonExtensions = exports.IdenticonEnterpriseDirectory = exports.IdenticonEmpathy = exports.IdenticonEfficiency = exports.IdenticonDeviceBiometrics = exports.IdenticonDesktopApp = exports.IdenticonDatabase = exports.IdenticonDashboard = exports.IdenticonCustomization = exports.IdenticonCredentialUser = exports.IdenticonCredentialStuffing = exports.IdenticonCredentialApplication = exports.IdenticonCookies = exports.IdenticonConsistency = exports.IdenticonCloud = exports.IdenticonCliScript = exports.IdenticonCertificate = exports.IdenticonBruteForce = exports.IdenticonBrowser = exports.IdenticonBreachedPassword = exports.IdenticonBranding = exports.IdenticonBoundaryProtocol = exports.IdenticonBotDetection = exports.IdenticonBiometrics = exports.IdenticonBackend = exports.IdenticonAuthorizationServer = exports.IdenticonAuthenticationB = exports.IdenticonAuthenticationA = exports.IdenticonAuth0LogoLight = exports.IdenticonAuth0LogoDark = exports.IdenticonAuth0Dashboard = exports.IdenticonAuth0AuthorizationServer = exports.IdenticonAttributes = exports.IdenticonApplications = exports.IdenticonApi = exports.IdenticonApiRelated = exports.IdenticonAnticipation = exports.IdenticonAdvancedOptions = exports.IdenticonActivity = exports.IdenticonActions = exports.IdenticonAccountTakeover = exports.IdenticonAccessToken = void 0;
8
- exports.IdenticonWebauthn = exports.IdenticonWebApp = exports.IdenticonVideo = exports.IdenticonUsers = exports.IdenticonUser = exports.IdenticonUserManagement = exports.IdenticonUserDatabase = exports.IdenticonTenant = exports.IdenticonTeams = exports.IdenticonSpa = exports.IdenticonSocialProviders = exports.IdenticonSettings = exports.IdenticonServer = exports.IdenticonSecurity = exports.IdenticonSdk = exports.IdenticonRefreshToken = exports.IdenticonPipelineB = exports.IdenticonPipelineA = exports.IdenticonPhoneMessageB = exports.IdenticonPhoneMessageA = exports.IdenticonOrganizations = exports.IdenticonOneTimePassword = exports.IdenticonMultipleFailedLogins = exports.IdenticonMultifactor = exports.IdenticonMonitoring = exports.IdenticonMobileApp = exports.IdenticonMailMessageB = exports.IdenticonMailMessageA = exports.IdenticonLogs = exports.IdenticonLogin = exports.IdenticonLoginCustomization = exports.IdenticonIpThrottling = void 0;
8
+ exports.IdenticonWebauthn = exports.IdenticonWebApp = exports.IdenticonVideo = exports.IdenticonUsers = exports.IdenticonUser = exports.IdenticonUserManagement = exports.IdenticonUserDatabase = exports.IdenticonTenant = exports.IdenticonTeams = exports.IdenticonSpa = exports.IdenticonSocialProviders = exports.IdenticonSettings = exports.IdenticonServer = exports.IdenticonSecurity = exports.IdenticonSdk = exports.IdenticonRefreshToken = exports.IdenticonPipelineB = exports.IdenticonPipelineA = exports.IdenticonPhoneMessageB = exports.IdenticonPhoneMessageA = exports.IdenticonOrganizations = exports.IdenticonOneTimePassword = exports.IdenticonMultipleFailedLogins = exports.IdenticonMultifactor = exports.IdenticonMonitoring = exports.IdenticonMobileApp = exports.IdenticonMarketplaceCreate = exports.IdenticonMarketplaceApproved = exports.IdenticonMailMessageB = exports.IdenticonMailMessageA = exports.IdenticonLogs = exports.IdenticonLogoutToken = exports.IdenticonLogin = exports.IdenticonLoginCustomization = exports.IdenticonIpThrottling = void 0;
9
9
  var icon_access_token_1 = require("./icon-access-token");
10
10
  Object.defineProperty(exports, "IdenticonAccessToken", { enumerable: true, get: function () { return icon_access_token_1.IdenticonAccessToken; } });
11
11
  var icon_account_takeover_1 = require("./icon-account-takeover");
@@ -112,12 +112,18 @@ var icon_login_customization_1 = require("./icon-login-customization");
112
112
  Object.defineProperty(exports, "IdenticonLoginCustomization", { enumerable: true, get: function () { return icon_login_customization_1.IdenticonLoginCustomization; } });
113
113
  var icon_login_1 = require("./icon-login");
114
114
  Object.defineProperty(exports, "IdenticonLogin", { enumerable: true, get: function () { return icon_login_1.IdenticonLogin; } });
115
+ var icon_logout_token_1 = require("./icon-logout-token");
116
+ Object.defineProperty(exports, "IdenticonLogoutToken", { enumerable: true, get: function () { return icon_logout_token_1.IdenticonLogoutToken; } });
115
117
  var icon_logs_1 = require("./icon-logs");
116
118
  Object.defineProperty(exports, "IdenticonLogs", { enumerable: true, get: function () { return icon_logs_1.IdenticonLogs; } });
117
119
  var icon_mail_message_a_1 = require("./icon-mail-message-a");
118
120
  Object.defineProperty(exports, "IdenticonMailMessageA", { enumerable: true, get: function () { return icon_mail_message_a_1.IdenticonMailMessageA; } });
119
121
  var icon_mail_message_b_1 = require("./icon-mail-message-b");
120
122
  Object.defineProperty(exports, "IdenticonMailMessageB", { enumerable: true, get: function () { return icon_mail_message_b_1.IdenticonMailMessageB; } });
123
+ var icon_marketplace_approved_1 = require("./icon-marketplace-approved");
124
+ Object.defineProperty(exports, "IdenticonMarketplaceApproved", { enumerable: true, get: function () { return icon_marketplace_approved_1.IdenticonMarketplaceApproved; } });
125
+ var icon_marketplace_create_1 = require("./icon-marketplace-create");
126
+ Object.defineProperty(exports, "IdenticonMarketplaceCreate", { enumerable: true, get: function () { return icon_marketplace_create_1.IdenticonMarketplaceCreate; } });
121
127
  var icon_mobile_app_1 = require("./icon-mobile-app");
122
128
  Object.defineProperty(exports, "IdenticonMobileApp", { enumerable: true, get: function () { return icon_mobile_app_1.IdenticonMobileApp; } });
123
129
  var icon_monitoring_1 = require("./icon-monitoring");
package/logo/logo.d.ts CHANGED
@@ -2,14 +2,14 @@ import * as React from 'react';
2
2
  import { IStyledComponentProps, IStyledOwnerStateProps } from '../styled';
3
3
  import { LogoClasses } from './logo-classes';
4
4
  export declare type LogoSize = 'xsmall' | 'small' | 'medium';
5
- export declare type LogoColor = 'default' | 'dark' | 'light' | 'white';
5
+ export declare type LogoColor = 'default' | 'dark' | 'light' | 'white' | 'decorative';
6
6
  export declare const Root: import("styled-components").StyledComponent<"div", import("..").ITheme, import("@mui/system").MUIStyledCommonProps<import("..").ITheme> & IStyledOwnerStateProps<{
7
7
  size?: LogoSize | undefined;
8
8
  color: LogoColor;
9
9
  }>, never>;
10
10
  export declare type ILogoProps = IStyledComponentProps<{
11
11
  props: {
12
- color?: 'default' | 'dark' | 'light' | 'white';
12
+ color?: 'default' | 'dark' | 'light' | 'white' | 'decorative';
13
13
  size?: 'xsmall' | 'small' | 'medium';
14
14
  classes?: Partial<LogoClasses>;
15
15
  /** allows loading external logos */
@@ -18,7 +18,7 @@ export declare type ILogoProps = IStyledComponentProps<{
18
18
  defaultComponent: 'div';
19
19
  }>;
20
20
  export declare const Logo: React.ForwardRefExoticComponent<{
21
- color?: "light" | "dark" | "default" | "white" | undefined;
21
+ color?: "light" | "dark" | "default" | "white" | "decorative" | undefined;
22
22
  size?: "small" | "medium" | "xsmall" | undefined;
23
23
  classes?: Partial<Record<"svg" | "root", string>> | undefined;
24
24
  /** allows loading external logos */
package/logo/logo.js CHANGED
@@ -66,12 +66,11 @@ exports.Root = (0, styled_1.styled)('div', {
66
66
  white: theme.tokens.color_fg_inverse_static,
67
67
  light: theme.tokens.color_fg_default,
68
68
  default: theme.tokens.color_fg_brand_primary,
69
- }[ownerState.color || 'default'], display: 'inline-block', width: theme.typography.pxToRem(29), height: theme.typography.pxToRem(32) }, (ownerState.size === 'xsmall' && {
70
- width: theme.typography.pxToRem(17),
69
+ decorative: theme.tokens.color_fg_decorative,
70
+ }[ownerState.color || 'default'], display: 'inline-block', width: 'auto', height: theme.typography.pxToRem(36) }, (ownerState.size === 'xsmall' && {
71
71
  height: theme.typography.pxToRem(19),
72
72
  })), (ownerState.size === 'small' && {
73
- width: theme.typography.pxToRem(25),
74
- height: theme.typography.pxToRem(27),
73
+ height: theme.typography.pxToRem(30),
75
74
  }));
76
75
  });
77
76
  var StyledSvg = (0, styled_1.styled)('svg', {
@@ -79,22 +78,18 @@ var StyledSvg = (0, styled_1.styled)('svg', {
79
78
  slot: 'Svg',
80
79
  })(function (_a) {
81
80
  var theme = _a.theme, ownerState = _a.ownerState;
82
- return __assign(__assign({ display: 'block', width: theme.typography.pxToRem(29), height: theme.typography.pxToRem(32) }, (ownerState.size === 'xsmall' && {
83
- width: theme.typography.pxToRem(17),
81
+ return __assign(__assign({ display: 'block', width: 'auto', height: theme.typography.pxToRem(36) }, (ownerState.size === 'xsmall' && {
84
82
  height: theme.typography.pxToRem(19),
85
83
  })), (ownerState.size === 'small' && {
86
- width: theme.typography.pxToRem(25),
87
- height: theme.typography.pxToRem(27),
84
+ height: theme.typography.pxToRem(30),
88
85
  }));
89
86
  });
90
87
  var LogoImage = (0, styled_1.styled)(image_1.Image)(function (_a) {
91
88
  var theme = _a.theme, ownerState = _a.ownerState;
92
- return (__assign(__assign({ display: 'block', width: theme.typography.pxToRem(29), height: theme.typography.pxToRem(32) }, (ownerState.size === 'xsmall' && {
93
- width: theme.typography.pxToRem(17),
89
+ return (__assign(__assign({ display: 'block', width: 'auto', height: theme.typography.pxToRem(36) }, (ownerState.size === 'xsmall' && {
94
90
  height: theme.typography.pxToRem(19),
95
91
  })), (ownerState.size === 'small' && {
96
- width: theme.typography.pxToRem(25),
97
- height: theme.typography.pxToRem(27),
92
+ height: theme.typography.pxToRem(30),
98
93
  })));
99
94
  });
100
95
  var useUtilityClasses = function (_a) {
@@ -112,8 +107,6 @@ exports.Logo = React.forwardRef(function (inProps, ref) {
112
107
  });
113
108
  var classes = useUtilityClasses(props);
114
109
  var size = props.size, color = props.color, className = props.className, iconSrc = props.iconSrc, rootProps = __rest(props, ["size", "color", "className", "iconSrc"]);
115
- return (React.createElement(exports.Root, __assign({ ref: ref, className: (0, clsx_1.default)(classes.root, className), ownerState: { size: size, color: color } }, rootProps), iconSrc ? (React.createElement(LogoImage, { src: iconSrc, ownerState: { size: size }, fit: "contain", alt: "Logo" })) : (React.createElement(StyledSvg, { className: classes.svg, ownerState: { size: size }, viewBox: "0 0 29 32" },
116
- React.createElement("g", { transform: "translate(-100.000000, -88.000000)", fill: "currentColor" },
117
- React.createElement("g", { transform: "translate(100.000000, 88.000000)" },
118
- React.createElement("path", { d: "M22.9616476,25.864 L19.715652,15.9851429 L28.2126476,9.88133333 L17.7094918,9.88133333 L14.4633035,0.00285714286 L14.4623403,0.00019047619 L24.9670372,0.00019047619 L28.2139961,9.88038095 L28.2141888,9.88019048 L28.2168857,9.87866667 C30.1024528,15.6104762 28.160442,22.1297143 22.9616476,25.864 L22.9616476,25.864 L22.9616476,25.864 Z M5.96418875,25.864 L5.96149178,25.8659048 L14.4606065,31.9712381 L22.9616476,25.8641905 L14.4633035,19.7586667 L5.96418875,25.864 L5.96418875,25.864 L5.96418875,25.864 Z M0.711069704,9.87885714 L0.711069704,9.87885714 C-1.27389999,15.9209524 1.03027533,22.3232381 5.96245499,25.8651429 L5.96322555,25.8620952 L9.2096065,15.9838095 L0.714537237,9.88114286 L11.2151888,9.88114286 L14.4615697,0.00266666667 L14.4623403,0 L3.95706538,0 L0.711069704,9.87885714 L0.711069704,9.87885714 L0.711069704,9.87885714 Z" })))))));
110
+ return (React.createElement(exports.Root, __assign({ ref: ref, className: (0, clsx_1.default)(classes.root, className), ownerState: { size: size, color: color } }, rootProps), iconSrc ? (React.createElement(LogoImage, { src: iconSrc, ownerState: { size: size }, fit: "contain", alt: "Logo" })) : (React.createElement(StyledSvg, { fill: "currentColor", viewBox: "0 0 53 64", className: classes.svg, ownerState: { size: size } },
111
+ React.createElement("path", { d: "M3.372 27.782c10.475-1.728 18.686-10.4 20.407-20.892l.577-5.043c.143-.802-.4-1.918-1.412-1.838C15.03.628 7.56 3.243 3.406 4.943A5.488 5.488 0 000 10.027v16.451c0 .973.874 1.717 1.834 1.563l1.538-.252v-.006zM28.831 6.89c1.726 10.492 9.938 19.164 20.407 20.893l1.537.252c.96.16 1.835-.584 1.835-1.563v-16.45a5.488 5.488 0 00-3.406-5.084C45.044 3.232 37.58.622 29.666.004c-1.018-.08-1.538 1.048-1.418 1.837l.577 5.043.006.006zM49.23 32.39C34.915 35.219 28.27 44.75 28.27 62.79c0 .905.897 1.535 1.651 1.031 6.584-4.447 21.07-16.056 22.562-30.577.057-1.826-2.223-.968-3.252-.853zM3.377 32.39c14.315 2.828 20.961 12.359 20.961 30.4 0 .905-.897 1.535-1.651 1.031C16.103 59.374 1.617 47.765.125 33.244c-.057-1.826 2.223-.968 3.252-.853z" })))));
119
112
  });
package/package.json CHANGED
@@ -1,17 +1,12 @@
1
1
  {
2
2
  "name": "@auth0/quantum-product",
3
- "version": "1.5.18",
3
+ "version": "1.6.0",
4
4
  "sideEffects": false,
5
5
  "license": "Apache-2.0",
6
6
  "publishConfig": {
7
7
  "registry": "https://registry.npmjs.org/"
8
8
  },
9
- "homepage": "https://main--62de9cdffb68e8a4ec657572.chromatic.com/",
10
- "repository": {
11
- "type": "git",
12
- "url": "https://github.com/auth0/quantum-product.git",
13
- "directory": "packages/quantum-product"
14
- },
9
+ "homepage": "https://quantum.okta.design",
15
10
  "author": "Okta, Inc.",
16
11
  "main": "./index.js",
17
12
  "types": "./index.d.ts",
@@ -30,8 +25,8 @@
30
25
  "react-dom": "*"
31
26
  },
32
27
  "scripts": {
33
- "artifactory": "cd ./build && npm publish ",
34
- "build-storybook": "build-storybook",
28
+ "artifactory": "cd ./build && npm publish",
29
+ "build-storybook": "storybook build",
35
30
  "build": "yarn clean && yarn build:cjs && yarn build:esm && yarn copy:files",
36
31
  "build:cjs": "tsc --project ./tsconfig.publish.json",
37
32
  "build:esm": "tsc --project ./tsconfig.publish.esm.json",
@@ -39,31 +34,9 @@
39
34
  "illustrations": "rm -rf src/illustrations/components && yarn svgr --config-file .svgr.illustration.js -d src/illustrations/components src/illustrations/svg",
40
35
  "clean": "rm -rf ./build",
41
36
  "copy:files": "node scripts/copy-files.js",
42
- "storybook": "start-storybook -p 6006",
37
+ "storybook": "storybook dev -p 6006",
43
38
  "verify": "yarn tsc --noEmit",
44
39
  "test": "jest"
45
40
  },
46
- "devDependencies": {
47
- "@a0/quantum-fonts": "^1.0.0",
48
- "@babel/core": "^7.14.6",
49
- "@faker-js/faker": "^7.4.0",
50
- "@storybook/addon-a11y": "6.5.10",
51
- "@storybook/addon-actions": "6.5.10",
52
- "@storybook/addon-essentials": "6.5.10",
53
- "@storybook/addon-links": "6.5.10",
54
- "@storybook/react": "6.5.10",
55
- "@storybook/theming": "6.5.10",
56
- "@svgr/babel-plugin-replace-jsx-attribute-value": "^5.0.1",
57
- "@svgr/cli": "^5.5.0",
58
- "@testing-library/react": "v12.1.5",
59
- "@types/md5": "^2.3.2",
60
- "@types/node": "12.12.47",
61
- "babel-loader": "^8.2.2",
62
- "chromatic": "^6.5.4",
63
- "figma-js": "^1.15.0",
64
- "storybook-addon-designs": "^6.3.1",
65
- "storybook-addon-themes": "^6.1.0",
66
- "styled-components": "^5.3.3"
67
- },
68
41
  "module": "./esm/index.js"
69
42
  }