@marcoschwartz/lite-ui 0.22.0 → 0.23.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.
package/dist/index.d.mts CHANGED
@@ -2,7 +2,7 @@ import React, { ReactNode } from 'react';
2
2
  import * as react_jsx_runtime from 'react/jsx-runtime';
3
3
 
4
4
  interface ButtonProps extends React.ButtonHTMLAttributes<HTMLButtonElement> {
5
- variant?: 'primary' | 'secondary' | 'success' | 'danger' | 'warning' | 'info';
5
+ variant?: 'primary' | 'secondary' | 'success' | 'danger' | 'warning' | 'info' | 'outline' | 'ghost' | 'link';
6
6
  size?: 'sm' | 'md' | 'lg' | 'xl';
7
7
  children: React.ReactNode;
8
8
  leftIcon?: React.ReactNode;
@@ -1184,6 +1184,9 @@ interface ButtonTheme {
1184
1184
  danger: string;
1185
1185
  warning: string;
1186
1186
  info: string;
1187
+ outline: string;
1188
+ ghost: string;
1189
+ link: string;
1187
1190
  }
1188
1191
  interface SelectTheme {
1189
1192
  base: string;
package/dist/index.d.ts CHANGED
@@ -2,7 +2,7 @@ import React, { ReactNode } from 'react';
2
2
  import * as react_jsx_runtime from 'react/jsx-runtime';
3
3
 
4
4
  interface ButtonProps extends React.ButtonHTMLAttributes<HTMLButtonElement> {
5
- variant?: 'primary' | 'secondary' | 'success' | 'danger' | 'warning' | 'info';
5
+ variant?: 'primary' | 'secondary' | 'success' | 'danger' | 'warning' | 'info' | 'outline' | 'ghost' | 'link';
6
6
  size?: 'sm' | 'md' | 'lg' | 'xl';
7
7
  children: React.ReactNode;
8
8
  leftIcon?: React.ReactNode;
@@ -1184,6 +1184,9 @@ interface ButtonTheme {
1184
1184
  danger: string;
1185
1185
  warning: string;
1186
1186
  info: string;
1187
+ outline: string;
1188
+ ghost: string;
1189
+ link: string;
1187
1190
  }
1188
1191
  interface SelectTheme {
1189
1192
  base: string;