@taikai/rocket-kit 2.0.0-beta.9 → 2.0.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.
@@ -1,2 +1,2 @@
1
1
  export declare type ButtonVariant = 'solid' | 'outline' | 'text';
2
- export declare type ButtonColor = 'green' | 'orange' | 'red' | 'grey' | 'purple' | 'white' | 'dark' | 'magic' | 'pulse';
2
+ export declare type ButtonColor = 'green' | 'orange' | 'red' | 'grey' | 'purple' | 'white' | 'dark' | 'blue' | 'magic' | 'pulse';
@@ -1,2 +1,2 @@
1
1
  export declare type TagVariant = 'solid' | 'outline';
2
- export declare type TagColor = 'green' | 'orange' | 'red' | 'grey';
2
+ export declare type TagColor = 'green' | 'orange' | 'red' | 'grey' | 'light';
@@ -2,6 +2,7 @@ export declare const colors: {
2
2
  normal: string;
3
3
  light: string;
4
4
  blue: string;
5
+ darkBlue: string;
5
6
  orange: string;
6
7
  darkOrange: string;
7
8
  red: string;