@okta/odyssey-react-mui 1.23.0 → 1.24.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 (73) hide show
  1. package/CHANGELOG.md +21 -0
  2. package/dist/Autocomplete.js +2 -0
  3. package/dist/Autocomplete.js.map +1 -1
  4. package/dist/Banner.js +6 -2
  5. package/dist/Banner.js.map +1 -1
  6. package/dist/Callout.js +6 -2
  7. package/dist/Callout.js.map +1 -1
  8. package/dist/ContrastModeProvider.js +86 -0
  9. package/dist/ContrastModeProvider.js.map +1 -0
  10. package/dist/FieldHint.js +20 -6
  11. package/dist/FieldHint.js.map +1 -1
  12. package/dist/Link.js.map +1 -1
  13. package/dist/OdysseyProvider.js +40 -20
  14. package/dist/OdysseyProvider.js.map +1 -1
  15. package/dist/Stack.js +32 -0
  16. package/dist/Stack.js.map +1 -0
  17. package/dist/Tag.js +64 -22
  18. package/dist/Tag.js.map +1 -1
  19. package/dist/Typography.js +27 -6
  20. package/dist/Typography.js.map +1 -1
  21. package/dist/index.js +2 -0
  22. package/dist/index.js.map +1 -1
  23. package/dist/index.scss +8 -4
  24. package/dist/labs/datePickerTheme.js +3 -6
  25. package/dist/labs/datePickerTheme.js.map +1 -1
  26. package/dist/src/Autocomplete.d.ts +7 -1
  27. package/dist/src/Autocomplete.d.ts.map +1 -1
  28. package/dist/src/Banner.d.ts +16 -12
  29. package/dist/src/Banner.d.ts.map +1 -1
  30. package/dist/src/Callout.d.ts +9 -9
  31. package/dist/src/Callout.d.ts.map +1 -1
  32. package/dist/src/ContrastModeProvider.d.ts +34 -0
  33. package/dist/src/ContrastModeProvider.d.ts.map +1 -0
  34. package/dist/src/FieldHint.d.ts.map +1 -1
  35. package/dist/src/Link.d.ts +3 -1
  36. package/dist/src/Link.d.ts.map +1 -1
  37. package/dist/src/OdysseyProvider.d.ts +5 -3
  38. package/dist/src/OdysseyProvider.d.ts.map +1 -1
  39. package/dist/src/Stack.d.ts +33 -0
  40. package/dist/src/Stack.d.ts.map +1 -0
  41. package/dist/src/Tag.d.ts.map +1 -1
  42. package/dist/src/Typography.d.ts +3 -2
  43. package/dist/src/Typography.d.ts.map +1 -1
  44. package/dist/src/index.d.ts +6 -2
  45. package/dist/src/index.d.ts.map +1 -1
  46. package/dist/src/labs/datePickerTheme.d.ts.map +1 -1
  47. package/dist/src/theme/components.d.ts.map +1 -1
  48. package/dist/src/theme/palette.d.ts.map +1 -1
  49. package/dist/src/theme/palette.types.d.ts +2 -0
  50. package/dist/src/theme/palette.types.d.ts.map +1 -1
  51. package/dist/theme/components.js +276 -273
  52. package/dist/theme/components.js.map +1 -1
  53. package/dist/theme/palette.js +2 -1
  54. package/dist/theme/palette.js.map +1 -1
  55. package/dist/theme/palette.types.js.map +1 -1
  56. package/dist/tsconfig.production.tsbuildinfo +1 -1
  57. package/package.json +3 -3
  58. package/src/Autocomplete.tsx +13 -0
  59. package/src/Banner.tsx +29 -14
  60. package/src/Callout.tsx +18 -11
  61. package/src/ContrastModeProvider.tsx +131 -0
  62. package/src/FieldHint.tsx +28 -4
  63. package/src/Link.tsx +3 -1
  64. package/src/OdysseyProvider.tsx +54 -27
  65. package/src/Stack.tsx +56 -0
  66. package/src/Tag.tsx +65 -21
  67. package/src/Typography.test.tsx +26 -0
  68. package/src/Typography.tsx +38 -6
  69. package/src/index.ts +4 -0
  70. package/src/labs/datePickerTheme.tsx +2 -6
  71. package/src/theme/components.tsx +285 -283
  72. package/src/theme/palette.ts +2 -1
  73. package/src/theme/palette.types.ts +2 -0
@@ -23,7 +23,8 @@ export const palette = ({
23
23
  lighter: odysseyTokens.HueBlue50,
24
24
  light: odysseyTokens.HueBlue300,
25
25
  main: odysseyTokens.HueBlue500,
26
- dark: odysseyTokens.HueBlue900,
26
+ dark: odysseyTokens.HueBlue700,
27
+ darker: odysseyTokens.HueBlue800,
27
28
  contrastText: odysseyTokens.TypographyColorInverse
28
29
  },
29
30
  secondary: {
@@ -1 +1 @@
1
- {"version":3,"file":"palette.js","names":["palette","odysseyTokens","mode","common","black","HueNeutral900","white","HueNeutralWhite","primary","lighter","HueBlue50","light","HueBlue300","main","HueBlue500","dark","HueBlue900","contrastText","TypographyColorInverse","secondary","error","HueRed50","HueRed300","HueRed500","HueRed900","warning","HueYellow50","HueYellow300","HueYellow500","HueYellow900","TypographyColorBody","info","success","HueGreen50","HueGreen300","HueGreen500","HueGreen900","grey","HueNeutral50","HueNeutral100","HueNeutral200","HueNeutral300","HueNeutral400","HueNeutral500","HueNeutral600","HueNeutral700","HueNeutral800","A100","A200","A400","A700","text","disabled","divider","BorderColorDisplay","background","paper","default","action","active","hover","hoverOpacity","selected","selectedOpacity","disabledBackground","disabledOpacity","focus","focusOpacity","activatedOpacity"],"sources":["../../src/theme/palette.ts"],"sourcesContent":["/*!\n * Copyright (c) 2022-present, Okta, Inc. and/or its affiliates. All rights reserved.\n * The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the \"License.\")\n *\n * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT\n * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n *\n * See the License for the specific language governing permissions and limitations under the License.\n */\n\nimport type { ThemeOptions } from \"@mui/material\";\n\nimport { DesignTokens } from \"./theme\";\n\nexport const palette = ({\n odysseyTokens,\n}: {\n odysseyTokens: DesignTokens;\n}): ThemeOptions[\"palette\"] => {\n return {\n mode: \"light\",\n common: {\n black: odysseyTokens.HueNeutral900,\n white: odysseyTokens.HueNeutralWhite,\n },\n primary: {\n lighter: odysseyTokens.HueBlue50,\n light: odysseyTokens.HueBlue300,\n main: odysseyTokens.HueBlue500,\n dark: odysseyTokens.HueBlue900,\n contrastText: odysseyTokens.TypographyColorInverse,\n },\n secondary: {\n light: \"#80c7ca\",\n main: \"#096256\",\n dark: \"#004650\",\n contrastText: odysseyTokens.TypographyColorInverse,\n },\n error: {\n lighter: odysseyTokens.HueRed50,\n light: odysseyTokens.HueRed300,\n main: odysseyTokens.HueRed500,\n dark: odysseyTokens.HueRed900,\n contrastText: odysseyTokens.TypographyColorInverse,\n },\n warning: {\n lighter: odysseyTokens.HueYellow50,\n light: odysseyTokens.HueYellow300,\n main: odysseyTokens.HueYellow500,\n dark: odysseyTokens.HueYellow900,\n contrastText: odysseyTokens.TypographyColorBody,\n },\n info: {\n lighter: odysseyTokens.HueBlue50,\n light: odysseyTokens.HueBlue300,\n main: odysseyTokens.HueBlue500,\n dark: odysseyTokens.HueBlue900,\n contrastText: odysseyTokens.TypographyColorInverse,\n },\n success: {\n lighter: odysseyTokens.HueGreen50,\n light: odysseyTokens.HueGreen300,\n main: odysseyTokens.HueGreen500,\n dark: odysseyTokens.HueGreen900,\n contrastText: odysseyTokens.TypographyColorInverse,\n },\n grey: {\n 50: odysseyTokens.HueNeutral50,\n 100: odysseyTokens.HueNeutral100,\n 200: odysseyTokens.HueNeutral200,\n 300: odysseyTokens.HueNeutral300,\n 400: odysseyTokens.HueNeutral400,\n 500: odysseyTokens.HueNeutral500,\n 600: odysseyTokens.HueNeutral600,\n 700: odysseyTokens.HueNeutral700,\n 800: odysseyTokens.HueNeutral800,\n 900: odysseyTokens.HueNeutral900,\n // These are \"Accent\" colors. MUI's palette matches them to the standard greys.\n A100: odysseyTokens.HueNeutral100,\n A200: odysseyTokens.HueNeutral200,\n A400: odysseyTokens.HueNeutral400,\n A700: odysseyTokens.HueNeutral700,\n },\n text: {\n primary: odysseyTokens.HueNeutral900,\n secondary: odysseyTokens.HueNeutral600,\n disabled: odysseyTokens.HueNeutral300,\n },\n divider: odysseyTokens.BorderColorDisplay,\n background: {\n paper: odysseyTokens.HueNeutralWhite,\n default: odysseyTokens.HueNeutralWhite,\n },\n action: {\n // We have no equivalents here. It's likely we will update these as their uses are discovered.\n active: \"rgba(0, 0, 0, 0.54)\",\n hover: \"rgba(0, 0, 0, 0.04)\",\n hoverOpacity: 0.04,\n selected: \"rgba(0, 0, 0, 0.08)\",\n selectedOpacity: 0.08,\n disabled: odysseyTokens.HueNeutral200,\n disabledBackground: \"rgba(0, 0, 0, 0.12)\",\n disabledOpacity: 0.38,\n focus: \"rgba(0, 0, 0, 0.12)\",\n focusOpacity: 0.12,\n activatedOpacity: 0.12,\n },\n };\n};\n"],"mappings":"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"}
1
+ {"version":3,"file":"palette.js","names":["palette","odysseyTokens","mode","common","black","HueNeutral900","white","HueNeutralWhite","primary","lighter","HueBlue50","light","HueBlue300","main","HueBlue500","dark","HueBlue700","darker","HueBlue800","contrastText","TypographyColorInverse","secondary","error","HueRed50","HueRed300","HueRed500","HueRed900","warning","HueYellow50","HueYellow300","HueYellow500","HueYellow900","TypographyColorBody","info","HueBlue900","success","HueGreen50","HueGreen300","HueGreen500","HueGreen900","grey","HueNeutral50","HueNeutral100","HueNeutral200","HueNeutral300","HueNeutral400","HueNeutral500","HueNeutral600","HueNeutral700","HueNeutral800","A100","A200","A400","A700","text","disabled","divider","BorderColorDisplay","background","paper","default","action","active","hover","hoverOpacity","selected","selectedOpacity","disabledBackground","disabledOpacity","focus","focusOpacity","activatedOpacity"],"sources":["../../src/theme/palette.ts"],"sourcesContent":["/*!\n * Copyright (c) 2022-present, Okta, Inc. and/or its affiliates. All rights reserved.\n * The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the \"License.\")\n *\n * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT\n * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n *\n * See the License for the specific language governing permissions and limitations under the License.\n */\n\nimport type { ThemeOptions } from \"@mui/material\";\n\nimport { DesignTokens } from \"./theme\";\n\nexport const palette = ({\n odysseyTokens,\n}: {\n odysseyTokens: DesignTokens;\n}): ThemeOptions[\"palette\"] => {\n return {\n mode: \"light\",\n common: {\n black: odysseyTokens.HueNeutral900,\n white: odysseyTokens.HueNeutralWhite,\n },\n primary: {\n lighter: odysseyTokens.HueBlue50,\n light: odysseyTokens.HueBlue300,\n main: odysseyTokens.HueBlue500,\n dark: odysseyTokens.HueBlue700,\n darker: odysseyTokens.HueBlue800,\n contrastText: odysseyTokens.TypographyColorInverse,\n },\n secondary: {\n light: \"#80c7ca\",\n main: \"#096256\",\n dark: \"#004650\",\n contrastText: odysseyTokens.TypographyColorInverse,\n },\n error: {\n lighter: odysseyTokens.HueRed50,\n light: odysseyTokens.HueRed300,\n main: odysseyTokens.HueRed500,\n dark: odysseyTokens.HueRed900,\n contrastText: odysseyTokens.TypographyColorInverse,\n },\n warning: {\n lighter: odysseyTokens.HueYellow50,\n light: odysseyTokens.HueYellow300,\n main: odysseyTokens.HueYellow500,\n dark: odysseyTokens.HueYellow900,\n contrastText: odysseyTokens.TypographyColorBody,\n },\n info: {\n lighter: odysseyTokens.HueBlue50,\n light: odysseyTokens.HueBlue300,\n main: odysseyTokens.HueBlue500,\n dark: odysseyTokens.HueBlue900,\n contrastText: odysseyTokens.TypographyColorInverse,\n },\n success: {\n lighter: odysseyTokens.HueGreen50,\n light: odysseyTokens.HueGreen300,\n main: odysseyTokens.HueGreen500,\n dark: odysseyTokens.HueGreen900,\n contrastText: odysseyTokens.TypographyColorInverse,\n },\n grey: {\n 50: odysseyTokens.HueNeutral50,\n 100: odysseyTokens.HueNeutral100,\n 200: odysseyTokens.HueNeutral200,\n 300: odysseyTokens.HueNeutral300,\n 400: odysseyTokens.HueNeutral400,\n 500: odysseyTokens.HueNeutral500,\n 600: odysseyTokens.HueNeutral600,\n 700: odysseyTokens.HueNeutral700,\n 800: odysseyTokens.HueNeutral800,\n 900: odysseyTokens.HueNeutral900,\n // These are \"Accent\" colors. MUI's palette matches them to the standard greys.\n A100: odysseyTokens.HueNeutral100,\n A200: odysseyTokens.HueNeutral200,\n A400: odysseyTokens.HueNeutral400,\n A700: odysseyTokens.HueNeutral700,\n },\n text: {\n primary: odysseyTokens.HueNeutral900,\n secondary: odysseyTokens.HueNeutral600,\n disabled: odysseyTokens.HueNeutral300,\n },\n divider: odysseyTokens.BorderColorDisplay,\n background: {\n paper: odysseyTokens.HueNeutralWhite,\n default: odysseyTokens.HueNeutralWhite,\n },\n action: {\n // We have no equivalents here. It's likely we will update these as their uses are discovered.\n active: \"rgba(0, 0, 0, 0.54)\",\n hover: \"rgba(0, 0, 0, 0.04)\",\n hoverOpacity: 0.04,\n selected: \"rgba(0, 0, 0, 0.08)\",\n selectedOpacity: 0.08,\n disabled: odysseyTokens.HueNeutral200,\n disabledBackground: \"rgba(0, 0, 0, 0.12)\",\n disabledOpacity: 0.38,\n focus: \"rgba(0, 0, 0, 0.12)\",\n focusOpacity: 0.12,\n activatedOpacity: 0.12,\n },\n };\n};\n"],"mappings":"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"}
@@ -1 +1 @@
1
- {"version":3,"file":"palette.types.js","names":[],"sources":["../../src/theme/palette.types.ts"],"sourcesContent":["/*!\n * Copyright (c) 2022-present, Okta, Inc. and/or its affiliates. All rights reserved.\n * The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the \"License.\")\n *\n * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT\n * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n *\n * See the License for the specific language governing permissions and limitations under the License.\n */\n\ndeclare module \"@mui/material/styles\" {\n interface PaletteColor {\n lighter?: string;\n }\n interface SimplePaletteColorOptions {\n lighter?: string;\n }\n}\n\nexport {};\n"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAWA"}
1
+ {"version":3,"file":"palette.types.js","names":[],"sources":["../../src/theme/palette.types.ts"],"sourcesContent":["/*!\n * Copyright (c) 2022-present, Okta, Inc. and/or its affiliates. All rights reserved.\n * The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the \"License.\")\n *\n * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT\n * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n *\n * See the License for the specific language governing permissions and limitations under the License.\n */\n\ndeclare module \"@mui/material/styles\" {\n interface PaletteColor {\n darker?: string;\n lighter?: string;\n }\n interface SimplePaletteColorOptions {\n darker?: string;\n lighter?: string;\n }\n}\n\nexport {};\n"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAaA"}