maru_design2 2.8.0 → 2.9.1

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.
@@ -1,2 +1,2 @@
1
- export declare const GAPS: readonly ["8px", "4px"];
1
+ export declare const GAPS: readonly ["8px", "4px", "2px"];
2
2
  export type TGap = (typeof GAPS)[number];
@@ -4,7 +4,5 @@ export declare const CHECKBOX_SIZES: readonly [16, 18, 24];
4
4
  export type TCheckboxSize = (typeof CHECKBOX_SIZES)[number];
5
5
  export declare const CHIP_SIZES: readonly ["small", "normal"];
6
6
  export type TChipSize = (typeof CHIP_SIZES)[number];
7
- export declare const ICON_SIZES: readonly [14, 16, 18, 20, 24, 32, 40, 48];
8
- export type TIconSize = (typeof ICON_SIZES)[number];
9
7
  export declare const MODAL_SIZES: readonly ["xs", "s", "m", "l", "xl"];
10
8
  export type TModalSize = (typeof MODAL_SIZES)[number];
@@ -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];