@zonos/amino 5.2.18 → 5.2.19

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.
@@ -24,11 +24,11 @@ export type TooltipProps = BaseProps & {
24
24
  */
25
25
  subtitle?: ReactNode;
26
26
  /**
27
- * Set to `undefined` to use current theme. Our default tooltips are designed to be dark.
27
+ * Set to `null` to use current theme. Our default tooltips are designed to be dark.
28
28
  *
29
29
  * @default 'night'
30
30
  */
31
- themeOverride?: Theme;
31
+ themeOverride?: Theme | null;
32
32
  /**
33
33
  * The content of the tooltip.
34
34
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zonos/amino",
3
- "version": "5.2.18",
3
+ "version": "5.2.19",
4
4
  "description": "Core UI components for Amino",
5
5
  "repository": "git@github.com:Zonos/amino.git",
6
6
  "license": "MIT",