mblabs-roccato-frontend-commons 0.2.5 → 0.2.7
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 +6 -0
- package/dist/mblabs-roccato-frontend-commons.css +1 -1
- package/dist/mblabs-roccato-frontend-commons.js +1120 -1081
- package/package.json +1 -1
- package/src/components/icons/clock-stopwatch.tsx +15 -0
- package/src/components/icons/index.ts +3 -0
- package/src/components/icons/user-minus-02.tsx +15 -0
- package/src/components/icons/user-plus-02.tsx +15 -0
package/dist/index.d.ts
CHANGED
|
@@ -456,6 +456,8 @@ export declare function ChevronUpDouble(props: ComponentProps<'svg'>): JSX.Eleme
|
|
|
456
456
|
|
|
457
457
|
export declare function ClockRewind(props: ComponentProps<'svg'>): JSX.Element;
|
|
458
458
|
|
|
459
|
+
export declare function ClockStopwatch(props: ComponentProps<'svg'>): JSX.Element;
|
|
460
|
+
|
|
459
461
|
export declare function cn(...inputs: ClassValue[]): string;
|
|
460
462
|
|
|
461
463
|
export declare function CoinsHand(props: ComponentProps<'svg'>): JSX.Element;
|
|
@@ -1981,8 +1983,12 @@ export declare function UserCircle(props: ComponentProps<'svg'>): JSX.Element;
|
|
|
1981
1983
|
|
|
1982
1984
|
export declare function UserEdit(props: ComponentProps<'svg'>): JSX.Element;
|
|
1983
1985
|
|
|
1986
|
+
export declare function UserMinus02(props: ComponentProps<'svg'>): JSX.Element;
|
|
1987
|
+
|
|
1984
1988
|
export declare function UserPlus01(props: ComponentProps<'svg'>): JSX.Element;
|
|
1985
1989
|
|
|
1990
|
+
export declare function UserPlus02(props: ComponentProps<'svg'>): JSX.Element;
|
|
1991
|
+
|
|
1986
1992
|
export declare function Users01(props: ComponentProps<'svg'>): JSX.Element;
|
|
1987
1993
|
|
|
1988
1994
|
export declare function UsersPlus(props: ComponentProps<'svg'>): JSX.Element;
|