@mw-kit/mw-ui 1.8.8 → 1.8.9
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/components/Indicator/interfaces.d.ts +1 -1
- package/dist/index.d.mts +1 -1
- package/dist/index.js +2 -1
- package/dist/index.mjs +2 -1
- package/package.json +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { ColorOptions } from '../../theme/interfaces';
|
|
2
|
-
export type Types = 'default' | 'info' | 'danger' | 'success' | 'warning';
|
|
2
|
+
export type Types = 'default' | 'info' | 'danger' | 'success' | 'warning' | 'temporary';
|
|
3
3
|
export type Sizes = 'mini' | 'medium' | 'small';
|
|
4
4
|
export interface IndicatorProps extends React.HTMLAttributes<HTMLDivElement> {
|
|
5
5
|
size: Sizes;
|
package/dist/index.d.mts
CHANGED
|
@@ -931,7 +931,7 @@ interface TimeProps extends Omit<InputProps$1, 'type' | 'mask'> {
|
|
|
931
931
|
value: string;
|
|
932
932
|
}
|
|
933
933
|
|
|
934
|
-
type Types = 'default' | 'info' | 'danger' | 'success' | 'warning';
|
|
934
|
+
type Types = 'default' | 'info' | 'danger' | 'success' | 'warning' | 'temporary';
|
|
935
935
|
type Sizes = 'mini' | 'medium' | 'small';
|
|
936
936
|
interface IndicatorProps extends React.HTMLAttributes<HTMLDivElement> {
|
|
937
937
|
size: Sizes;
|
package/dist/index.js
CHANGED
package/dist/index.mjs
CHANGED