@cleen/ui 0.1.48 → 0.1.49
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 +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -101,7 +101,7 @@ interface AdvancedProgressBarProps extends ComponentProps<'div'> {
|
|
|
101
101
|
*/
|
|
102
102
|
declare const AdvancedProgressBar: react.ForwardRefExoticComponent<Omit<AdvancedProgressBarProps, "ref"> & react.RefAttributes<HTMLDivElement>>;
|
|
103
103
|
|
|
104
|
-
type ButtonVariant = 'borderless' | 'borderless-blue' | 'borderless-success' | 'group' | 'secondary' | 'secondary-blue' | 'primary' | 'disable' | 'error' | 'warning';
|
|
104
|
+
type ButtonVariant = 'borderless' | 'borderless-blue' | 'borderless-success' | 'borderless-error' | 'group' | 'secondary' | 'secondary-blue' | 'primary' | 'disable' | 'error' | 'warning';
|
|
105
105
|
|
|
106
106
|
type ButtonProps = ComponentProps<'button'> & {
|
|
107
107
|
variant?: ButtonVariant;
|