maru_design2 2.8.0 → 2.9.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.
@@ -2,7 +2,5 @@ export declare const BUTTON_VARIANTS: readonly ["default", "default-light", "out
2
2
  export type TButtonVariant = (typeof BUTTON_VARIANTS)[number];
3
3
  export declare const CHIP_VARIANTS: readonly ["default", "outline", "dot"];
4
4
  export type TChipVariant = (typeof CHIP_VARIANTS)[number];
5
- export declare const TOOLTIP_VARIANTS: readonly ["default", "error"];
6
- export type TTooltipVariant = (typeof TOOLTIP_VARIANTS)[number];
7
5
  export declare const TOAST_VARIANTS: readonly ["success", "warning", "danger"];
8
6
  export type TToastVariant = (typeof TOAST_VARIANTS)[number];