@amboss/design-system 3.13.18 → 3.14.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 (96) hide show
  1. package/build/cjs/components/CatalogCard/CatalogCard.d.ts +2 -1
  2. package/build/cjs/components/CatalogCard/CatalogCard.js +1 -1
  3. package/build/cjs/components/Container/Container.d.ts +6 -1
  4. package/build/cjs/components/Container/Container.js +1 -1
  5. package/build/cjs/components/Form/Input/Input.js +1 -1
  6. package/build/cjs/components/InteractiveBox/InteractiveBox.d.ts +9 -1
  7. package/build/cjs/components/InteractiveBox/InteractiveBox.js +1 -1
  8. package/build/cjs/components/NavBar/NavBar.d.ts +10 -4
  9. package/build/cjs/components/NavBar/NavBar.js +1 -1
  10. package/build/cjs/components/NavBar/NavBarDropdownTriggerButton.d.ts +5 -0
  11. package/build/cjs/components/NavBar/NavBarDropdownTriggerButton.js +1 -0
  12. package/build/cjs/components/NavBar/NavBarSearchInput.d.ts +12 -0
  13. package/build/cjs/components/NavBar/NavBarSearchInput.js +1 -0
  14. package/build/cjs/components/NavBar/NavBarSubMenuContainer.d.ts +8 -0
  15. package/build/cjs/components/NavBar/NavBarSubMenuContainer.js +1 -0
  16. package/build/cjs/components/NavBar/{TabButton.d.ts → NavBarTabButton.d.ts} +2 -2
  17. package/build/cjs/components/NavBar/NavBarTabButton.js +1 -0
  18. package/build/cjs/components/PromptInput/PromptInput.js +1 -1
  19. package/build/cjs/components/PromptInput/PromptTextArea.js +1 -1
  20. package/build/{esm/shared/mixins → cjs/shared/mixins/Button}/getBaseButtonStyles.d.ts +1 -1
  21. package/build/cjs/shared/mixins/Button/getButtonAppearanceReset.js +1 -0
  22. package/build/cjs/shared/mixins/{getVariantStyles.d.ts → Button/getVariantStyles.d.ts} +1 -1
  23. package/build/cjs/shared/mixins/TextInput/getInputTextPlaceholder.d.ts +6 -0
  24. package/build/cjs/shared/mixins/TextInput/getInputTextPlaceholder.js +1 -0
  25. package/build/cjs/shared/mixins/TextInput/getInputTextStyles.d.ts +9 -0
  26. package/build/cjs/shared/mixins/TextInput/getInputTextStyles.js +1 -0
  27. package/build/cjs/shared/mixins/index.d.ts +7 -5
  28. package/build/cjs/shared/mixins/index.js +1 -1
  29. package/build/cjs/web-tokens/_sizes.json +1 -1
  30. package/build/cjs/web-tokens/assets/icons.json +1 -1
  31. package/build/cjs/web-tokens/assets/icons16.json +1 -1
  32. package/build/cjs/web-tokens/navigationTheme.json +42 -42
  33. package/build/cjs/web-tokens/subNavigationTheme.json +6 -6
  34. package/build/esm/components/CatalogCard/CatalogCard.d.ts +2 -1
  35. package/build/esm/components/CatalogCard/CatalogCard.js +1 -1
  36. package/build/esm/components/Container/Container.d.ts +6 -1
  37. package/build/esm/components/Container/Container.js +1 -1
  38. package/build/esm/components/Form/Input/Input.js +1 -1
  39. package/build/esm/components/InteractiveBox/InteractiveBox.d.ts +9 -1
  40. package/build/esm/components/InteractiveBox/InteractiveBox.js +1 -1
  41. package/build/esm/components/NavBar/NavBar.d.ts +10 -4
  42. package/build/esm/components/NavBar/NavBar.js +1 -1
  43. package/build/esm/components/NavBar/NavBarDropdownTriggerButton.d.ts +5 -0
  44. package/build/esm/components/NavBar/NavBarDropdownTriggerButton.js +1 -0
  45. package/build/esm/components/NavBar/NavBarSearchInput.d.ts +12 -0
  46. package/build/esm/components/NavBar/NavBarSearchInput.js +1 -0
  47. package/build/esm/components/NavBar/NavBarSubMenuContainer.d.ts +8 -0
  48. package/build/esm/components/NavBar/NavBarSubMenuContainer.js +1 -0
  49. package/build/esm/components/NavBar/{TabButton.d.ts → NavBarTabButton.d.ts} +2 -2
  50. package/build/esm/components/NavBar/NavBarTabButton.js +1 -0
  51. package/build/esm/components/PromptInput/PromptInput.js +1 -1
  52. package/build/esm/components/PromptInput/PromptTextArea.js +1 -1
  53. package/build/{cjs/shared/mixins → esm/shared/mixins/Button}/getBaseButtonStyles.d.ts +1 -1
  54. package/build/esm/shared/mixins/{getButtonAppearanceReset.js → Button/getButtonAppearanceReset.js} +1 -1
  55. package/build/esm/shared/mixins/{getVariantStyles.d.ts → Button/getVariantStyles.d.ts} +1 -1
  56. package/build/esm/shared/mixins/TextInput/getInputTextPlaceholder.d.ts +6 -0
  57. package/build/esm/shared/mixins/TextInput/getInputTextPlaceholder.js +1 -0
  58. package/build/esm/shared/mixins/TextInput/getInputTextStyles.d.ts +9 -0
  59. package/build/esm/shared/mixins/TextInput/getInputTextStyles.js +1 -0
  60. package/build/esm/shared/mixins/index.d.ts +7 -5
  61. package/build/esm/shared/mixins/index.js +1 -1
  62. package/build/esm/web-tokens/_sizes.json +1 -1
  63. package/build/esm/web-tokens/assets/icons.json +1 -1
  64. package/build/esm/web-tokens/assets/icons16.json +1 -1
  65. package/build/esm/web-tokens/navigationTheme.json +42 -42
  66. package/build/esm/web-tokens/subNavigationTheme.json +6 -6
  67. package/package.json +1 -1
  68. package/build/cjs/components/NavBar/DropdownTriggerButton.d.ts +0 -6
  69. package/build/cjs/components/NavBar/DropdownTriggerButton.js +0 -1
  70. package/build/cjs/components/NavBar/SubMenuContainer.d.ts +0 -8
  71. package/build/cjs/components/NavBar/SubMenuContainer.js +0 -1
  72. package/build/cjs/components/NavBar/TabButton.js +0 -1
  73. package/build/cjs/shared/mixins/getButtonAppearanceReset.js +0 -1
  74. package/build/cjs/shared/mixins/getPlaceholder.d.ts +0 -6
  75. package/build/cjs/shared/mixins/getPlaceholder.js +0 -1
  76. package/build/esm/components/NavBar/DropdownTriggerButton.d.ts +0 -6
  77. package/build/esm/components/NavBar/DropdownTriggerButton.js +0 -1
  78. package/build/esm/components/NavBar/SubMenuContainer.d.ts +0 -8
  79. package/build/esm/components/NavBar/SubMenuContainer.js +0 -1
  80. package/build/esm/components/NavBar/TabButton.js +0 -1
  81. package/build/esm/shared/mixins/getPlaceholder.d.ts +0 -6
  82. package/build/esm/shared/mixins/getPlaceholder.js +0 -1
  83. /package/build/cjs/shared/mixins/{getBaseButtonStyles.js → Button/getBaseButtonStyles.js} +0 -0
  84. /package/build/cjs/shared/mixins/{getButtonAppearanceReset.d.ts → Button/getButtonAppearanceReset.d.ts} +0 -0
  85. /package/build/cjs/shared/mixins/{getDisabledStyles.d.ts → Button/getDisabledStyles.d.ts} +0 -0
  86. /package/build/cjs/shared/mixins/{getDisabledStyles.js → Button/getDisabledStyles.js} +0 -0
  87. /package/build/cjs/shared/mixins/{getFocusStyles.d.ts → Button/getFocusStyles.d.ts} +0 -0
  88. /package/build/cjs/shared/mixins/{getFocusStyles.js → Button/getFocusStyles.js} +0 -0
  89. /package/build/cjs/shared/mixins/{getVariantStyles.js → Button/getVariantStyles.js} +0 -0
  90. /package/build/esm/shared/mixins/{getBaseButtonStyles.js → Button/getBaseButtonStyles.js} +0 -0
  91. /package/build/esm/shared/mixins/{getButtonAppearanceReset.d.ts → Button/getButtonAppearanceReset.d.ts} +0 -0
  92. /package/build/esm/shared/mixins/{getDisabledStyles.d.ts → Button/getDisabledStyles.d.ts} +0 -0
  93. /package/build/esm/shared/mixins/{getDisabledStyles.js → Button/getDisabledStyles.js} +0 -0
  94. /package/build/esm/shared/mixins/{getFocusStyles.d.ts → Button/getFocusStyles.d.ts} +0 -0
  95. /package/build/esm/shared/mixins/{getFocusStyles.js → Button/getFocusStyles.js} +0 -0
  96. /package/build/esm/shared/mixins/{getVariantStyles.js → Button/getVariantStyles.js} +0 -0
@@ -0,0 +1,6 @@
1
+ import type { CSSObject, Theme } from "@emotion/react";
2
+ type GetInputTextPlaceholderProps = {
3
+ theme: Theme;
4
+ };
5
+ export declare const getInputTextPlaceholder: ({ theme, }: GetInputTextPlaceholderProps) => CSSObject;
6
+ export {};
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0}),Object.defineProperty(exports,"getInputTextPlaceholder",{enumerable:!0,get:function(){return getInputTextPlaceholder}});const getInputTextPlaceholder=({theme})=>({"&::placeholder":{fontStyle:"italic",color:theme.values.color.text.tertiary.default,opacity:theme.variables.opacity.visible},"&:-ms-input-placeholder":{fontStyle:"italic",color:theme.values.color.text.tertiary.default},"&::-ms-input-placeholder":{fontStyle:"italic",color:theme.values.color.text.tertiary.default}});
@@ -0,0 +1,9 @@
1
+ import type { CSSObject, Theme } from "@emotion/react";
2
+ import type { InputProps } from "../../../components/Form/Input/Input";
3
+ import type { InputTextSize } from "../../../types";
4
+ type GetInputTextStylesProps = {
5
+ theme: Theme;
6
+ size: InputTextSize;
7
+ } & Pick<InputProps, "hasError" | "readOnly">;
8
+ export declare const getInputTextStyles: ({ theme, size, hasError, readOnly, }: GetInputTextStylesProps) => CSSObject;
9
+ export {};
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0}),Object.defineProperty(exports,"getInputTextStyles",{enumerable:!0,get:function(){return getInputTextStyles}});const getInputTextStyles=({theme,size,hasError,readOnly})=>{let verticalPadding="s"===size?theme.variables.size.spacing.xxs:theme.variables.size.spacing.xs,horizontalPadding="s"===size?theme.variables.size.spacing.xs:theme.variables.size.spacing.s;return{fontFamily:theme.variables.fontFamily.lato,fontSize:theme.variables.size.font[size],lineHeight:"s"===size?theme.variables.size.lineHeight.xxxl:theme.variables.size.lineHeight.xl,borderRadius:theme.variables.size.borderRadius.xs,width:"100%",padding:`calc(${verticalPadding} - 1px) ${horizontalPadding}`,boxSizing:"border-box",color:theme.values.color.text.primary.default,border:`1px solid ${theme.values.color.border.primary.default}`,backgroundColor:theme.values.color.background.primary.default,...readOnly&&{borderColor:theme.values.color.border.primary.disabled},...hasError&&{borderColor:theme.values.color.border.error.default,boxShadow:`0 0 0 1px inset ${theme.values.color.border.error.default}`}}};
@@ -1,5 +1,7 @@
1
- export { getFocusStyles } from "./getFocusStyles";
2
- export { getDisabledStyles } from "./getDisabledStyles";
3
- export { getButtonAppearanceReset } from "./getButtonAppearanceReset";
4
- export { getBaseButtonStyles } from "./getBaseButtonStyles";
5
- export { getPrimaryVariantStyles, getSecondaryVariantStyles, getTertiaryVariantStyles, } from "./getVariantStyles";
1
+ export { getInputTextPlaceholder } from "./TextInput/getInputTextPlaceholder";
2
+ export { getInputTextStyles } from "./TextInput/getInputTextStyles";
3
+ export { getFocusStyles } from "./Button/getFocusStyles";
4
+ export { getDisabledStyles } from "./Button/getDisabledStyles";
5
+ export { getButtonAppearanceReset } from "./Button/getButtonAppearanceReset";
6
+ export { getBaseButtonStyles } from "./Button/getBaseButtonStyles";
7
+ export { getPrimaryVariantStyles, getSecondaryVariantStyles, getTertiaryVariantStyles, } from "./Button/getVariantStyles";
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var target=exports,all={get getBaseButtonStyles(){return _getBaseButtonStyles.getBaseButtonStyles},get getButtonAppearanceReset(){return _getButtonAppearanceReset.getButtonAppearanceReset},get getDisabledStyles(){return _getDisabledStyles.getDisabledStyles},get getFocusStyles(){return _getFocusStyles.getFocusStyles},get getPrimaryVariantStyles(){return _getVariantStyles.getPrimaryVariantStyles},get getSecondaryVariantStyles(){return _getVariantStyles.getSecondaryVariantStyles},get getTertiaryVariantStyles(){return _getVariantStyles.getTertiaryVariantStyles}};for(var name in all)Object.defineProperty(target,name,{enumerable:!0,get:Object.getOwnPropertyDescriptor(all,name).get});const _getFocusStyles=require("./getFocusStyles"),_getDisabledStyles=require("./getDisabledStyles"),_getButtonAppearanceReset=require("./getButtonAppearanceReset"),_getBaseButtonStyles=require("./getBaseButtonStyles"),_getVariantStyles=require("./getVariantStyles");
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var target=exports,all={get getBaseButtonStyles(){return _getBaseButtonStyles.getBaseButtonStyles},get getButtonAppearanceReset(){return _getButtonAppearanceReset.getButtonAppearanceReset},get getDisabledStyles(){return _getDisabledStyles.getDisabledStyles},get getFocusStyles(){return _getFocusStyles.getFocusStyles},get getInputTextPlaceholder(){return _getInputTextPlaceholder.getInputTextPlaceholder},get getInputTextStyles(){return _getInputTextStyles.getInputTextStyles},get getPrimaryVariantStyles(){return _getVariantStyles.getPrimaryVariantStyles},get getSecondaryVariantStyles(){return _getVariantStyles.getSecondaryVariantStyles},get getTertiaryVariantStyles(){return _getVariantStyles.getTertiaryVariantStyles}};for(var name in all)Object.defineProperty(target,name,{enumerable:!0,get:Object.getOwnPropertyDescriptor(all,name).get});const _getInputTextPlaceholder=require("./TextInput/getInputTextPlaceholder"),_getInputTextStyles=require("./TextInput/getInputTextStyles"),_getFocusStyles=require("./Button/getFocusStyles"),_getDisabledStyles=require("./Button/getDisabledStyles"),_getButtonAppearanceReset=require("./Button/getButtonAppearanceReset"),_getBaseButtonStyles=require("./Button/getBaseButtonStyles"),_getVariantStyles=require("./Button/getVariantStyles");
@@ -607,6 +607,6 @@
607
607
  "value": 1.714286,
608
608
  "original": 1.714286,
609
609
  "variableName": "$size-line-height-xxxl",
610
- "isUsed": true
610
+ "isUsed": false
611
611
  }
612
612
  ]
@@ -67,7 +67,7 @@
67
67
  "dot": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"currentColor\" viewBox=\"0 0 24 24\"><circle cx=\"12\" cy=\"12\" r=\"4\"/></svg>",
68
68
  "download": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" viewBox=\"0 0 24 24\"><path d=\"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4m4-5 5 5 5-5m-5 5V3\"/></svg>",
69
69
  "edit": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\"><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M1.879 3.879A3 3 0 0 1 4 3h7a1 1 0 1 1 0 2H4a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1v-7a1 1 0 1 1 2 0v7a3 3 0 0 1-3 3H4a3 3 0 0 1-3-3V6a3 3 0 0 1 .879-2.121\" clip-rule=\"evenodd\"/><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M20 2.879c-.297 0-.583.118-.793.328l-9.304 9.304-.529 2.115 2.115-.529 9.304-9.304A1.121 1.121 0 0 0 20 2.879m-2.207-1.086a3.121 3.121 0 0 1 4.414 4.414l-9.5 9.5a1 1 0 0 1-.465.263l-4 1a1 1 0 0 1-1.212-1.212l1-4a1 1 0 0 1 .263-.465z\" clip-rule=\"evenodd\"/></svg>",
70
- "effigos": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"currentColor\" viewBox=\"0 0 24 24\"><path fill-rule=\"evenodd\" d=\"M3.06 10.74c-.3 3.83.35 7.24 3.96 9.38.11.09.24.13.37.17.11.04.22.08.33.15 2.72.95 5.32.68 6.28-.73-1.1.07-2.2.08-3.31.02-3.06-.16-5.2-1.79-6.02-4.68a10.9 10.9 0 0 1-.02-5.65 6.06 6.06 0 0 1 3.18-4c2.32-1.22 4.76-1.22 7.2-.54 2.8.77 4.42 2.84 4.65 5.76.17 2.03-.9 3.4-2.9 3.68-1.6.21-3.21.25-4.81.12-1.69-.12-2.03-.53-2.03-2.25v-.85c.06-.7.48-1.2 1.18-1.26a10 10 0 0 1 1.88 0c.68.06 1.12.48 1.18 1.18.03.59.03 1.17 0 1.76v.04c0 .28-.02.57.39.54h.25c.31.02.65.03.69-.44v-.01c.08-.81.15-1.64-.05-2.44-.28-1.08-.95-1.77-2.07-1.94a9 9 0 0 0-2.44-.04C9.6 8.87 8.7 9.83 8.6 11.25c-.04.61-.04 1.22.02 1.83.15 1.52.97 2.4 2.49 2.56 2.11.21 4.23.24 6.34-.14 1.77-.32 3.02-1.37 3.38-3.21a7.01 7.01 0 0 0-2.11-6.87C16.1 3 12.94 2.62 9.6 3.3a8.03 8.03 0 0 0-6.55 7.43Zm6.73 7.4c2.04.46 4.15.42 6.16-.13l.26-.14c.16-.08.3-.16.44-.27a.7.7 0 0 1 .18-.17c.13-.1.26-.21.28-.42h-.59c-1.83.2-3.67.2-5.5.02-2.2-.23-3.56-1.45-3.84-3.58a10 10 0 0 1 0-2.67 3.92 3.92 0 0 1 3.22-3.53 8.45 8.45 0 0 1 3.6.06 4.03 4.03 0 0 1 3.05 3.92v1.33l-.02.18c-.03.18-.06.36.18.43.26.07.43-.16.56-.35a2 2 0 0 0 .26-.57 4.84 4.84 0 0 0-2.41-5.55 7.97 7.97 0 0 0-6.45-.31 4.71 4.71 0 0 0-3.14 3.67 10.7 10.7 0 0 0-.05 4 4.67 4.67 0 0 0 3.81 4.08\" clip-rule=\"evenodd\"/></svg>",
70
+ "effigos": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"currentColor\" viewBox=\"0 0 24 24\"><path d=\"M9.564 2.338c3.765-.765 7.375-.342 10.37 2.423l.2.186a8.07 8.07 0 0 1 2.23 7.706h.001c-.21 1.075-.684 1.932-1.375 2.568-.69.634-1.58 1.035-2.603 1.22-2.379.428-4.763.393-7.123.158-.892-.094-1.61-.404-2.125-.94-.515-.534-.801-1.266-.89-2.154a13 13 0 0 1-.023-2.078v-.002c.06-.843.359-1.567.859-2.105.5-.54 1.188-.877 1.997-.973l.348-.036c.812-.07 1.63-.043 2.436.08.672.103 1.225.364 1.652.774.373.358.638.816.809 1.353l.067.235.001.002c.235.937.152 1.9.064 2.79v.012l-.001.012a.9.9 0 0 1-.134.427.67.67 0 0 1-.307.253c-.205.086-.443.072-.602.062h-.278a.76.76 0 0 1-.382-.064.54.54 0 0 1-.259-.271.9.9 0 0 1-.066-.294c-.005-.086-.004-.178-.004-.248v-.059c.032-.643.033-1.275 0-1.918-.028-.334-.145-.58-.315-.748s-.417-.28-.743-.31h-.002a11 11 0 0 0-2.036 0h-.003c-.324.029-.569.155-.74.344s-.286.457-.317.791v.933c0 .964.103 1.45.354 1.731.247.277.7.425 1.643.492h.003c1.539.125 3.086.107 4.626-.054l.66-.078c1.054-.148 1.836-.578 2.334-1.211s.738-1.505.648-2.58c-.124-1.575-.622-2.907-1.452-3.944s-2.006-1.796-3.512-2.21c-2.663-.743-5.298-.736-7.797.578l-.005.003a6.46 6.46 0 0 0-3.387 4.26l-.001.006a11.83 11.83 0 0 0 .02 6.131c.442 1.556 1.233 2.758 2.314 3.594 1.013.784 2.296 1.256 3.815 1.384l.308.02c1.221.066 2.433.056 3.645-.021l.567-.037-.32.47c-.596.876-1.677 1.365-2.954 1.509-1.282.144-2.802-.053-4.345-.592l-.03-.01-.027-.018a1.5 1.5 0 0 0-.313-.14 1.5 1.5 0 0 1-.458-.212c-2.06-1.221-3.287-2.813-3.949-4.65-.646-1.793-.748-3.804-.594-5.903l-.01-.01.006-.124a9.2 9.2 0 0 1 7.505-8.513\"/><path d=\"M12.77 5.18a9.1 9.1 0 0 1 3.226.758l.433.203.005.003a5.656 5.656 0 0 1 2.815 6.485c-.07.253-.18.495-.325.714l-.002.003c-.07.103-.175.253-.314.363a.67.67 0 0 1-.61.137l-.006-.001a.6.6 0 0 1-.264-.147.5.5 0 0 1-.14-.247c-.037-.15-.005-.313.009-.396l.018-.178v-1.455l-.014-.35a4.2 4.2 0 0 0-3.164-3.736 9.1 9.1 0 0 0-3.878-.063h-.006a4.08 4.08 0 0 0-3.35 3.673l-.002.013c-.13.96-.13 1.933 0 2.893.149 1.13.58 1.998 1.246 2.613.668.616 1.595 1.002 2.772 1.125 2.015.198 4.041.199 6.054-.021l.015-.002h.977l-.03.304c-.034.36-.27.547-.418.66l-.009.007-.008.006a.5.5 0 0 0-.128.121l-.023.03-.029.024a3 3 0 0 1-.53.325v.001l-.288.155-.028.015-.03.009c-2.278.623-4.67.668-6.98.147a5.47 5.47 0 0 1-4.448-4.773 12.2 12.2 0 0 1 .058-4.523 5.51 5.51 0 0 1 3.663-4.29l.45-.16a9.1 9.1 0 0 1 3.283-.444\"/></svg>",
71
71
  "emergency": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\"><path fill=\"currentColor\" d=\"M4.732 15.75v-1zm-2-2h-1zm5.303 2h1v-1h-1zm0 3.457h-1zm2 2v1zm3.653 0v1zm2-2h1zm0-3.457v-1h-1v1zm3.381 0v-1zm2-2h1zm0-3.654h1zm-2-2v1zm-3.38 0h-1v1h1zm0-3.226h-1zm-2-2v-1zm-3.654 0v1zm-2 2h-1zm0 3.226v1h1v-1zm-3.303 0v-1zm-2 2h1zm2 4.654a1 1 0 0 1-1-1h-2a3 3 0 0 0 3 3zm3.303 0H4.732v2h3.303zm1 4.457V15.75h-2v3.457zm1 1a1 1 0 0 1-1-1h-2a3 3 0 0 0 3 3zm3.653 0h-3.653v2h3.653zm1-1a1 1 0 0 1-1 1v2a3 3 0 0 0 3-3zm0-3.457v3.457h2V15.75zm4.381-1h-3.38v2h3.38zm1-1a1 1 0 0 1-1 1v2a3 3 0 0 0 3-3zm0-3.654v3.654h2v-3.654zm-1-1a1 1 0 0 1 1 1h2a3 3 0 0 0-3-3zm-3.38 0h3.38v-2h-3.38zm-1-4.226v3.226h2V4.87zm-1-1a1 1 0 0 1 1 1h2a3 3 0 0 0-3-3zm-3.654 0h3.653v-2h-3.653zm-1 1a1 1 0 0 1 1-1v-2a3 3 0 0 0-3 3zm0 3.226V4.87h-2v3.226zm-4.303 1h3.303v-2H4.732zm-1 1a1 1 0 0 1 1-1v-2a3 3 0 0 0-3 3zm0 3.654v-3.654h-2v3.654z\"/></svg>",
72
72
  "expand": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" viewBox=\"0 0 24 24\"><path d=\"m9 19.7 3 2.3 3-2.3M12 18v4m3-17.7L12 2 9 4.3M12 6V2m-7 8h14M5 14h14\"/></svg>",
73
73
  "expand-left": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" fill=\"none\" viewBox=\"0 0 24 24\"><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M21 13H8v-2h13a1 1 0 1 1 0 2M3 2a1 1 0 0 1 1 1v18a1 1 0 1 1-2 0V3a1 1 0 0 1 1-1\" clip-rule=\"evenodd\"/><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M12.707 17.707a1 1 0 0 1-1.414 0l-5-5a1 1 0 0 1 0-1.414l5-5a1 1 0 1 1 1.414 1.414L8.414 12l4.293 4.293a1 1 0 0 1 0 1.414\" clip-rule=\"evenodd\"/></svg>",
@@ -67,7 +67,7 @@
67
67
  "dot": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"currentColor\" viewBox=\"0 0 16 16\"><circle cx=\"8\" cy=\"8\" r=\"4\"/></svg>",
68
68
  "download": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"none\" viewBox=\"0 0 16 16\"><g stroke=\"currentColor\" stroke-width=\"2\"><path stroke-linejoin=\"round\" d=\"M2 8v3.6c0 .773.56 1.4 1.25 1.4h9.5c.69 0 1.25-.627 1.25-1.4V8\"/><path stroke-linejoin=\"bevel\" d=\"M8 8V1\"/><path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M11 6 8 9 5 6\"/></g></svg>",
69
69
  "edit": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"none\" viewBox=\"0 0 16 16\"><g stroke=\"currentColor\" stroke-linejoin=\"round\" stroke-width=\"2\"><path stroke-linecap=\"square\" d=\"M7 2H3.333A1.333 1.333 0 0 0 2 3.333v9.334A1.333 1.333 0 0 0 3.333 14h9.334A1.334 1.334 0 0 0 14 12.667V9\"/><path stroke-linecap=\"round\" d=\"M12.692 1.396a1.352 1.352 0 0 1 1.912 1.912L8.549 9.363 6 10l.637-2.55z\"/></g></svg>",
70
- "effigos": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\"><path fill=\"#607585\" fill-rule=\"evenodd\" d=\"M2.04 7.16c-.2 2.55.23 4.82 2.64 6.25.07.06.16.09.24.12.08.02.15.05.22.1 1.82.63 3.56.45 4.2-.5-.74.06-1.48.07-2.21.02-2.04-.1-3.47-1.19-4.01-3.12a7.23 7.23 0 0 1-.02-3.76c.3-1.2 1.03-2.1 2.12-2.67a6.32 6.32 0 0 1 4.8-.36 4.07 4.07 0 0 1 3.1 3.84c.11 1.35-.6 2.27-1.94 2.46-1.06.14-2.13.16-3.2.07-1.13-.08-1.36-.35-1.36-1.5V8l.01-.44c.04-.47.32-.8.78-.85q.63-.045 1.26 0c.45.05.74.33.78.8.02.38.02.77 0 1.16v.03c0 .2 0 .38.26.36h.17c.21.01.43.02.46-.29.05-.55.1-1.1-.04-1.63-.18-.72-.62-1.18-1.37-1.3a6.2 6.2 0 0 0-1.63-.02c-.9.1-1.5.74-1.57 1.7-.03.4-.03.8 0 1.21.1 1.01.66 1.6 1.67 1.7 1.4.15 2.82.17 4.22-.08 1.19-.22 2.02-.92 2.26-2.15a4.67 4.67 0 0 0-1.41-4.58C10.73 2 8.62 1.74 6.4 2.21a5.35 5.35 0 0 0-4.37 4.95Zm4.5 4.93a8.5 8.5 0 0 0 4.1-.08l.17-.1c.1-.05.2-.1.29-.18.03-.04.08-.07.12-.1.08-.08.17-.15.19-.29h-.39c-1.22.13-2.45.14-3.67.01-1.47-.15-2.38-.96-2.56-2.38a6.7 6.7 0 0 1 0-1.79 2.6 2.6 0 0 1 2.14-2.34 5.6 5.6 0 0 1 2.41.04c1.2.3 2 1.35 2.02 2.6V8.5c-.03.11-.05.23.11.28.17.04.3-.1.38-.23.08-.12.13-.25.17-.38a3.23 3.23 0 0 0-1.6-3.7 5.32 5.32 0 0 0-4.3-.21 3.14 3.14 0 0 0-2.1 2.45 7.2 7.2 0 0 0-.03 2.66 3.12 3.12 0 0 0 2.54 2.72Zm0 0\"/></svg>",
70
+ "effigos": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"currentColor\" viewBox=\"0 0 16 16\"><path d=\"M6.527.686c2.542-.434 4.979-.04 7.012 1.854l.285.276a5.87 5.87 0 0 1 1.485 5.467l.001.001c-.153.785-.497 1.413-1.002 1.88-.503.464-1.155.758-1.905.897-1.717.307-3.455.282-5.158.1-.647-.065-1.174-.29-1.555-.682-.38-.392-.595-.928-.66-1.575V8.9a10.4 10.4 0 0 1 0-1.496l.026-.23c.077-.524.285-.977.606-1.323.366-.396.87-.642 1.46-.708l.253-.026a7.7 7.7 0 0 1 1.774.051h.003q.738.12 1.206.575c.308.301.512.697.629 1.161l.056.258c.108.603.05 1.214-.002 1.79v.001a.7.7 0 0 1-.102.317.5.5 0 0 1-.232.19c-.153.062-.332.052-.445.046h-.205a.6.6 0 0 1-.277-.045.42.42 0 0 1-.2-.2.6.6 0 0 1-.055-.22c-.006-.067-.006-.136-.006-.194v-.048a13 13 0 0 0 0-1.371l-.026-.17a.76.76 0 0 0-.195-.364.84.84 0 0 0-.517-.229 10.4 10.4 0 0 0-1.48 0 .8.8 0 0 0-.513.25.96.96 0 0 0-.223.568l-.01.523v.128c0 .701.074 1.045.25 1.241.173.193.495.298 1.18.347h.004c1.275.107 2.549.083 3.81-.083.763-.109 1.324-.42 1.68-.876.358-.457.532-1.083.469-1.856l-.001-.011a4.69 4.69 0 0 0-3.57-4.429l-.015-.004a7.4 7.4 0 0 0-5.621.422l-.001-.001c-1.258.66-2.094 1.697-2.44 3.08v.004a8.5 8.5 0 0 0 .023 4.426l.13.41c.33.928.85 1.66 1.53 2.186.779.603 1.78.95 2.972 1.01h.004c.869.059 1.75.047 2.633-.024l.466-.038-.26.387c-.437.65-1.23 1.01-2.162 1.117-.936.107-2.044-.036-3.167-.425l-.03-.011-.027-.019a.5.5 0 0 0-.189-.086l-.013-.002-.011-.005c-.076-.029-.215-.075-.332-.166-1.495-.89-2.384-2.048-2.865-3.382C.55 10.085.467 8.678.562 7.21h-.01l.014-.238a6.7 6.7 0 0 1 1.661-4.038 6.68 6.68 0 0 1 3.79-2.15z\"/><path d=\"M8.358 2.833c.809.04 1.603.228 2.344.553l.313.147.005.002a4.13 4.13 0 0 1 2.042 4.729l-.002.008a2 2 0 0 1-.23.51 1 1 0 0 1-.247.28.55.55 0 0 1-.454.1l-.015-.005a.5.5 0 0 1-.199-.115.4.4 0 0 1-.106-.192.6.6 0 0 1 .014-.265v-1.21l-.014-.263c-.122-1.294-.992-2.347-2.25-2.664l-.348-.072a6.5 6.5 0 0 0-2.464.025l-.005.001a2.91 2.91 0 0 0-2.397 2.626v.011a8 8 0 0 0-.032 1.84l.031.263v.002c.103.814.412 1.436.89 1.876s1.148.717 1.999.804c1.454.155 2.924.144 4.38-.011l.013-.002h.742l-.037.257c-.037.26-.218.403-.292.477l-.012.012-.013.01-.042.03-.033.024-.025.02-.013.02-.017.014c-.134.12-.282.192-.4.25l-.217.13-.03.008a10.5 10.5 0 0 1-5.028.104H6.2l-.019-.004a3.99 3.99 0 0 1-3.246-3.469l-.063-.41a9 9 0 0 1 .1-2.887 4.02 4.02 0 0 1 2.683-3.13 6.6 6.6 0 0 1 2.704-.434\"/></svg>",
71
71
  "emergency": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"none\" viewBox=\"0 0 16 16\"><path fill=\"currentColor\" d=\"M3.208 10.767v1zm-2-2h1zm3.913 2h1v-1h-1zm0 2.026h1zm2 2v1zm1.647 0v1zm2-2h-1zm0-2.026v-1h-1v1zm1.97 0v1zm0-5.647v-1zm-1.97 0h-1v1h1zm0-1.856h1zm-2-2v-1zm-1.647 0v1zm-2 2h-1zm0 1.856v1h1v-1zm-1.913 0v-1zm-2 2h-1zm2 2.647a1 1 0 0 1-1-1h-2a3 3 0 0 0 3 3zm1.913 0H3.208v2h1.913zm1 3.026v-2.026h-2v2.026zm1 1a1 1 0 0 1-1-1h-2a3 3 0 0 0 3 3zm1.647 0H7.12v2h1.647zm1-1a1 1 0 0 1-1 1v2a3 3 0 0 0 3-3zm0-2.026v2.026h2v-2.026zm2.97-1h-1.97v2h1.97zm1-1a1 1 0 0 1-1 1v2a3 3 0 0 0 3-3zm0-1.647v1.647h2V7.12zm-1-1a1 1 0 0 1 1 1h2a3 3 0 0 0-3-3zm-1.97 0h1.97v-2h-1.97zm-1-2.856V5.12h2V3.264zm-1-1a1 1 0 0 1 1 1h2a3 3 0 0 0-3-3zm-1.647 0h1.647v-2H7.12zm-1 1a1 1 0 0 1 1-1v-2a3 3 0 0 0-3 3zm0 1.856V3.264h-2V5.12zm-2.913 1h1.913v-2H3.208zm-1 1a1 1 0 0 1 1-1v-2a3 3 0 0 0-3 3zm0 1.647V7.12h-2v1.647z\"/></svg>",
72
72
  "expand": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"none\" viewBox=\"0 0 16 16\"><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"bevel\" stroke-width=\"2\" d=\"M3 6h10M3 10h10\"/><path fill=\"currentColor\" d=\"m8 16-3-3h6zM8 0l3 3H5z\"/></svg>",
73
73
  "expand-left": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"none\" viewBox=\"0 0 16 16\"><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M14 9H6V7h8a1 1 0 1 1 0 2M2 1a1 1 0 0 1 1 1v12a1 1 0 1 1-2 0V2a1 1 0 0 1 1-1\" clip-rule=\"evenodd\"/><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M8.707 11.707a1 1 0 0 1-1.414 0l-3-3a1 1 0 0 1 0-1.414l3-3a1 1 0 0 1 1.414 1.414L6.414 8l2.293 2.293a1 1 0 0 1 0 1.414\" clip-rule=\"evenodd\"/></svg>",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "custom-sub-theme": {
3
3
  "dark": {
4
- "navigation-learn": {
4
+ "navigation-clinicalCare": {
5
5
  "color": {
6
6
  "text": {
7
7
  "primary": {
@@ -23,13 +23,11 @@
23
23
  "hover": "rgba(147, 149, 159, 0.15)",
24
24
  "active": "rgba(147, 149, 159, 0.15)"
25
25
  },
26
- "subtle": {
27
- "accentSubtle": {
28
- "default": "#223c44"
29
- }
26
+ "accentSubtle": {
27
+ "default": "#223c44"
30
28
  },
31
29
  "primary": {
32
- "default": "#1d6670"
30
+ "default": "#111111"
33
31
  }
34
32
  },
35
33
  "icon": {
@@ -54,7 +52,7 @@
54
52
  },
55
53
  "searchInput": {
56
54
  "background": {
57
- "default": "#223c44"
55
+ "default": "#32363e"
58
56
  }
59
57
  },
60
58
  "divider": {
@@ -62,12 +60,12 @@
62
60
  },
63
61
  "colorIndicator": {
64
62
  "brand": {
65
- "default": "#223c44"
63
+ "default": "#1d6670"
66
64
  }
67
65
  }
68
66
  }
69
67
  },
70
- "navigation-practice": {
68
+ "navigation-learning": {
71
69
  "color": {
72
70
  "text": {
73
71
  "primary": {
@@ -89,11 +87,13 @@
89
87
  "hover": "rgba(147, 149, 159, 0.15)",
90
88
  "active": "rgba(147, 149, 159, 0.15)"
91
89
  },
92
- "accentSubtle": {
93
- "default": "#223c44"
90
+ "subtle": {
91
+ "accentSubtle": {
92
+ "default": "#223c44"
93
+ }
94
94
  },
95
95
  "primary": {
96
- "default": "#111111"
96
+ "default": "#1d6670"
97
97
  }
98
98
  },
99
99
  "icon": {
@@ -118,7 +118,7 @@
118
118
  },
119
119
  "searchInput": {
120
120
  "background": {
121
- "default": "#32363e"
121
+ "default": "#223c44"
122
122
  }
123
123
  },
124
124
  "divider": {
@@ -126,12 +126,12 @@
126
126
  },
127
127
  "colorIndicator": {
128
128
  "brand": {
129
- "default": "#1d6670"
129
+ "default": "#223c44"
130
130
  }
131
131
  }
132
132
  }
133
133
  },
134
- "navigation-teach": {
134
+ "navigation-teaching": {
135
135
  "color": {
136
136
  "text": {
137
137
  "primary": {
@@ -197,17 +197,17 @@
197
197
  }
198
198
  },
199
199
  "light": {
200
- "navigation-learn": {
200
+ "navigation-clinicalCare": {
201
201
  "color": {
202
202
  "text": {
203
203
  "primary": {
204
- "default": "#ffffff"
204
+ "default": "#1a1c1c"
205
205
  },
206
206
  "secondary": {
207
- "default": "#ffffff"
207
+ "default": "#40515e"
208
208
  },
209
209
  "tertiary": {
210
- "default": "rgba(255, 255, 255, 0.8)"
210
+ "default": "#5a7183"
211
211
  },
212
212
  "accent": {
213
213
  "default": "#047a88"
@@ -215,12 +215,12 @@
215
215
  },
216
216
  "background": {
217
217
  "primary": {
218
- "default": "#054f57"
218
+ "default": "#ffffff"
219
219
  },
220
220
  "transparent": {
221
221
  "default": "rgba(255, 255, 255, 0)",
222
- "hover": "rgba(255, 255, 255, 0.08)",
223
- "active": "rgba(255, 255, 255, 0.08)"
222
+ "hover": "rgba(96, 117, 133, 0.05)",
223
+ "active": "rgba(96, 117, 133, 0.05)"
224
224
  },
225
225
  "accentSubtle": {
226
226
  "default": "#e7f6f8"
@@ -231,16 +231,16 @@
231
231
  },
232
232
  "icon": {
233
233
  "primary": {
234
- "default": "#ffffff"
234
+ "default": "#1a1c1c"
235
235
  },
236
236
  "secondary": {
237
- "default": "#ffffff"
237
+ "default": "#40515e"
238
238
  },
239
239
  "tertiary": {
240
- "default": "rgba(255, 255, 255, 0.8)"
240
+ "default": "#5a7183"
241
241
  },
242
242
  "brand": {
243
- "default": "#ffffff"
243
+ "default": "#0aa6b8"
244
244
  },
245
245
  "accent": {
246
246
  "default": "#047a88"
@@ -251,11 +251,11 @@
251
251
  },
252
252
  "searchInput": {
253
253
  "background": {
254
- "default": "rgba(0, 0, 0, 0.3)"
254
+ "default": "#eef2f5"
255
255
  }
256
256
  },
257
257
  "divider": {
258
- "secondary": "rgba(255, 255, 255, 0.3)"
258
+ "secondary": "rgba(163, 178, 189, 0.3)"
259
259
  },
260
260
  "colorIndicator": {
261
261
  "brand": {
@@ -264,17 +264,17 @@
264
264
  }
265
265
  }
266
266
  },
267
- "navigation-practice": {
267
+ "navigation-learning": {
268
268
  "color": {
269
269
  "text": {
270
270
  "primary": {
271
- "default": "#1a1c1c"
271
+ "default": "#ffffff"
272
272
  },
273
273
  "secondary": {
274
- "default": "#40515e"
274
+ "default": "#ffffff"
275
275
  },
276
276
  "tertiary": {
277
- "default": "#5a7183"
277
+ "default": "rgba(255, 255, 255, 0.6)"
278
278
  },
279
279
  "accent": {
280
280
  "default": "#047a88"
@@ -282,12 +282,12 @@
282
282
  },
283
283
  "background": {
284
284
  "primary": {
285
- "default": "#ffffff"
285
+ "default": "#054f57"
286
286
  },
287
287
  "transparent": {
288
288
  "default": "rgba(255, 255, 255, 0)",
289
- "hover": "rgba(96, 117, 133, 0.05)",
290
- "active": "rgba(96, 117, 133, 0.05)"
289
+ "hover": "rgba(255, 255, 255, 0.08)",
290
+ "active": "rgba(255, 255, 255, 0.08)"
291
291
  },
292
292
  "accentSubtle": {
293
293
  "default": "#e7f6f8"
@@ -298,16 +298,16 @@
298
298
  },
299
299
  "icon": {
300
300
  "primary": {
301
- "default": "#1a1c1c"
301
+ "default": "#ffffff"
302
302
  },
303
303
  "secondary": {
304
- "default": "#40515e"
304
+ "default": "#ffffff"
305
305
  },
306
306
  "tertiary": {
307
- "default": "#5a7183"
307
+ "default": "rgba(255, 255, 255, 0.8)"
308
308
  },
309
309
  "brand": {
310
- "default": "#0aa6b8"
310
+ "default": "#ffffff"
311
311
  },
312
312
  "accent": {
313
313
  "default": "#047a88"
@@ -318,11 +318,11 @@
318
318
  },
319
319
  "searchInput": {
320
320
  "background": {
321
- "default": "#eef2f5"
321
+ "default": "rgba(0, 0, 0, 0.3)"
322
322
  }
323
323
  },
324
324
  "divider": {
325
- "secondary": "rgba(163, 178, 189, 0.3)"
325
+ "secondary": "rgba(255, 255, 255, 0.3)"
326
326
  },
327
327
  "colorIndicator": {
328
328
  "brand": {
@@ -331,7 +331,7 @@
331
331
  }
332
332
  }
333
333
  },
334
- "navigation-teach": {
334
+ "navigation-teaching": {
335
335
  "color": {
336
336
  "text": {
337
337
  "primary": {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "custom-sub-theme": {
3
3
  "dark": {
4
- "sub-navigation-learn": {
4
+ "sub-navigation-clinicalCare": {
5
5
  "color": {
6
6
  "background": {
7
7
  "transparent": {
@@ -27,7 +27,7 @@
27
27
  }
28
28
  }
29
29
  },
30
- "sub-navigation-practice": {
30
+ "sub-navigation-learning": {
31
31
  "color": {
32
32
  "background": {
33
33
  "transparent": {
@@ -53,7 +53,7 @@
53
53
  }
54
54
  }
55
55
  },
56
- "sub-navigation-teach": {
56
+ "sub-navigation-teaching": {
57
57
  "color": {
58
58
  "background": {
59
59
  "transparent": {
@@ -81,7 +81,7 @@
81
81
  }
82
82
  },
83
83
  "light": {
84
- "sub-navigation-learn": {
84
+ "sub-navigation-clinicalCare": {
85
85
  "color": {
86
86
  "background": {
87
87
  "transparent": {
@@ -107,7 +107,7 @@
107
107
  }
108
108
  }
109
109
  },
110
- "sub-navigation-practice": {
110
+ "sub-navigation-learning": {
111
111
  "color": {
112
112
  "background": {
113
113
  "transparent": {
@@ -133,7 +133,7 @@
133
133
  }
134
134
  }
135
135
  },
136
- "sub-navigation-teach": {
136
+ "sub-navigation-teaching": {
137
137
  "color": {
138
138
  "background": {
139
139
  "transparent": {
@@ -7,6 +7,7 @@ import { type ColorPickerDropdownItemProps } from "../ColorPicker/ColorPickerDro
7
7
  export type CatalogCardProps = Omit<ContainerProps, "id" | "elevation" | "overflow" | "squareCorners" | "children"> & {
8
8
  title: string;
9
9
  subtitle?: string;
10
+ subtitleLines?: number | "none";
10
11
  dropdownMenuOptions?: (DropdownItem | ColorPickerDropdownItemProps)[];
11
12
  colorPickerProps?: ColorPickerProps;
12
13
  portalContainer?: PortalProps["portalContainer"];
@@ -14,4 +15,4 @@ export type CatalogCardProps = Omit<ContainerProps, "id" | "elevation" | "overfl
14
15
  onDropdownClick?: (ev: MouseEvent | KeyboardEvent) => void;
15
16
  topLeftElement?: React.ReactNode;
16
17
  };
17
- export declare function CatalogCard({ title, subtitle, dropdownMenuOptions, onClick, onDropdownClick, topLeftElement, portalContainer, borderRadius, colorPickerProps, "data-e2e-test-id": dataE2eTestId, "data-ds-id": dataDsId, }: CatalogCardProps): React.ReactElement;
18
+ export declare function CatalogCard({ title, subtitle, dropdownMenuOptions, onClick, onDropdownClick, topLeftElement, portalContainer, borderRadius, subtitleLines, colorPickerProps, "data-e2e-test-id": dataE2eTestId, "data-ds-id": dataDsId, }: CatalogCardProps): React.ReactElement;