@mindly/ui-components 5.56.0 → 5.57.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/cjs/index.js +1 -1
- package/dist/cjs/lib2/shared/hooks/useSpecialistPayments.d.ts +1 -1
- package/dist/cjs/lib2/shared/ui/ItemCard/types.d.ts +2 -2
- package/dist/esm/index.js +1 -1
- package/dist/esm/lib2/shared/hooks/useSpecialistPayments.d.ts +1 -1
- package/dist/esm/lib2/shared/ui/ItemCard/types.d.ts +2 -2
- package/dist/index.d.ts +2 -2
- package/package.json +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
|
-
export type ItemCardVariants = 'neutral' | 'transparent';
|
|
2
|
+
export type ItemCardVariants = 'neutral' | 'transparent' | 'transparent20';
|
|
3
3
|
export type ItemCardProps = React.ComponentPropsWithoutRef<'div'> & {
|
|
4
4
|
variant: ItemCardVariants;
|
|
5
|
-
size?: 'M' | 'M4';
|
|
5
|
+
size?: 'M' | 'M4' | 'M45';
|
|
6
6
|
};
|
package/dist/index.d.ts
CHANGED
|
@@ -1529,10 +1529,10 @@ type BadgeProps = React.ComponentPropsWithoutRef<'span'> & {
|
|
|
1529
1529
|
|
|
1530
1530
|
declare const _default$l: React.NamedExoticComponent<BadgeProps>;
|
|
1531
1531
|
|
|
1532
|
-
type ItemCardVariants = 'neutral' | 'transparent';
|
|
1532
|
+
type ItemCardVariants = 'neutral' | 'transparent' | 'transparent20';
|
|
1533
1533
|
type ItemCardProps = React.ComponentPropsWithoutRef<'div'> & {
|
|
1534
1534
|
variant: ItemCardVariants;
|
|
1535
|
-
size?: 'M' | 'M4';
|
|
1535
|
+
size?: 'M' | 'M4' | 'M45';
|
|
1536
1536
|
};
|
|
1537
1537
|
|
|
1538
1538
|
declare const _default$k: React.NamedExoticComponent<ItemCardProps>;
|