@up42/up-components 5.3.2 → 5.4.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.
|
@@ -11,10 +11,6 @@ export type FeatureCardProps = CardProps & {
|
|
|
11
11
|
info?: ReactNode;
|
|
12
12
|
actions?: ReactNode;
|
|
13
13
|
};
|
|
14
|
-
/**
|
|
15
|
-
* Whether the card is selectable.
|
|
16
|
-
*/
|
|
17
|
-
isSelectable?: boolean;
|
|
18
14
|
/**
|
|
19
15
|
* Applies the selected state to the card from the parent.
|
|
20
16
|
*/
|
|
@@ -45,10 +41,6 @@ export declare const FeatureCard: React.ForwardRefExoticComponent<Omit<import("@
|
|
|
45
41
|
info?: ReactNode;
|
|
46
42
|
actions?: ReactNode;
|
|
47
43
|
} | undefined;
|
|
48
|
-
/**
|
|
49
|
-
* Whether the card is selectable.
|
|
50
|
-
*/
|
|
51
|
-
isSelectable?: boolean | undefined;
|
|
52
44
|
/**
|
|
53
45
|
* Applies the selected state to the card from the parent.
|
|
54
46
|
*/
|
package/dist/index.d.ts
CHANGED
|
@@ -5192,10 +5192,6 @@ type FeatureCardProps = CardProps & {
|
|
|
5192
5192
|
info?: ReactNode;
|
|
5193
5193
|
actions?: ReactNode;
|
|
5194
5194
|
};
|
|
5195
|
-
/**
|
|
5196
|
-
* Whether the card is selectable.
|
|
5197
|
-
*/
|
|
5198
|
-
isSelectable?: boolean;
|
|
5199
5195
|
/**
|
|
5200
5196
|
* Applies the selected state to the card from the parent.
|
|
5201
5197
|
*/
|
|
@@ -5226,10 +5222,6 @@ declare const FeatureCard: React__default.ForwardRefExoticComponent<Omit<_mui_ma
|
|
|
5226
5222
|
info?: ReactNode;
|
|
5227
5223
|
actions?: ReactNode;
|
|
5228
5224
|
} | undefined;
|
|
5229
|
-
/**
|
|
5230
|
-
* Whether the card is selectable.
|
|
5231
|
-
*/
|
|
5232
|
-
isSelectable?: boolean | undefined;
|
|
5233
5225
|
/**
|
|
5234
5226
|
* Applies the selected state to the card from the parent.
|
|
5235
5227
|
*/
|