@lax-wp/design-system 0.3.43 → 0.3.44

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.
@@ -13,7 +13,7 @@ export interface RiskDetails {
13
13
  /**
14
14
  * Risk details card component props
15
15
  */
16
- export interface RiskDetailsCardProps {
16
+ export interface RiskDetailsCardProps<T = any> {
17
17
  riskDetails: RiskDetails;
18
18
  maxWidth?: string;
19
19
  showAllRisksSuggestions?: boolean;
@@ -12,7 +12,7 @@ export interface RiskDetails {
12
12
  /**
13
13
  * Risk details card component props
14
14
  */
15
- export interface RiskDetailsCardProps {
15
+ export interface RiskDetailsCardProps<T = any> {
16
16
  riskDetails: RiskDetails;
17
17
  maxWidth?: string;
18
18
  showAllRisksSuggestions?: boolean;
@@ -12,7 +12,7 @@ export interface RiskDetails {
12
12
  /**
13
13
  * Risk details card component props
14
14
  */
15
- export interface RiskDetailsCardProps {
15
+ export interface RiskDetailsCardProps<T = any> {
16
16
  riskDetails: RiskDetails;
17
17
  maxWidth?: string;
18
18
  showAllRisksSuggestions?: boolean;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@lax-wp/design-system",
3
3
  "private": false,
4
- "version": "0.3.43",
4
+ "version": "0.3.44",
5
5
  "type": "module",
6
6
  "main": "dist/index.umd.js",
7
7
  "module": "dist/index.es.js",