@cleen/ui 0.1.76 → 0.1.78

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.
package/dist/index.d.ts CHANGED
@@ -105,7 +105,7 @@ interface AdvancedProgressBarProps extends ComponentProps<'div'> {
105
105
  */
106
106
  declare const AdvancedProgressBar: react.ForwardRefExoticComponent<Omit<AdvancedProgressBarProps, "ref"> & react.RefAttributes<HTMLDivElement>>;
107
107
 
108
- type ButtonVariant = 'borderless' | 'borderless-blue' | 'borderless-success' | 'borderless-error' | 'group' | 'secondary' | 'secondary-blue' | 'primary' | 'disable' | 'error' | 'warning';
108
+ type ButtonVariant = 'borderless' | 'borderless-blue' | 'borderless-success' | 'borderless-error' | 'group' | 'secondary' | 'secondary-blue' | 'primary' | 'disable' | 'error' | 'warning' | 'black';
109
109
 
110
110
  type ButtonProps = ComponentProps<'button'> & {
111
111
  variant?: ButtonVariant;
@@ -115,8 +115,6 @@ type ButtonProps = ComponentProps<'button'> & {
115
115
  leftIcon?: ReactNode;
116
116
  rightIcon?: ReactNode;
117
117
  loaderColor?: string;
118
- dataModalTarget?: string;
119
- 'data-testid'?: string;
120
118
  classNames?: {
121
119
  container?: string;
122
120
  loaderContainer?: string;