@appquality/unguess-design-system 4.0.31 → 4.0.32
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/CHANGELOG.md +12 -0
- package/build/index.d.ts +13 -13
- package/build/index.js +68373 -68378
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
# v4.0.32 (Thu Mar 27 2025)
|
|
2
|
+
|
|
3
|
+
#### 🐛 Bug Fix
|
|
4
|
+
|
|
5
|
+
- Develop [#508](https://github.com/AppQuality/unguess-design-system/pull/508) ([@cannarocks](https://github.com/cannarocks))
|
|
6
|
+
|
|
7
|
+
#### Authors: 1
|
|
8
|
+
|
|
9
|
+
- Luca Cannarozzo ([@cannarocks](https://github.com/cannarocks))
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
1
13
|
# v4.0.31 (Thu Mar 27 2025)
|
|
2
14
|
|
|
3
15
|
#### 🐛 Bug Fix
|
package/build/index.d.ts
CHANGED
|
@@ -1781,11 +1781,11 @@ onAnimationIterationCapture?: AnimationEventHandler<HTMLDivElement> | undefined;
|
|
|
1781
1781
|
onTransitionEnd?: TransitionEventHandler<HTMLDivElement> | undefined;
|
|
1782
1782
|
onTransitionEndCapture?: TransitionEventHandler<HTMLDivElement> | undefined;
|
|
1783
1783
|
key?: Key | null | undefined;
|
|
1784
|
-
tag?: any;
|
|
1785
|
-
isDisabled?: boolean | undefined;
|
|
1786
1784
|
isCompact?: boolean | undefined;
|
|
1785
|
+
tag?: any;
|
|
1787
1786
|
isBare?: boolean | undefined;
|
|
1788
1787
|
focusInset?: boolean | undefined;
|
|
1788
|
+
isDisabled?: boolean | undefined;
|
|
1789
1789
|
isGrabbed?: boolean | undefined;
|
|
1790
1790
|
isPlaceholder?: boolean | undefined;
|
|
1791
1791
|
ref?: ((instance: HTMLDivElement | null) => void) | RefObject<HTMLDivElement> | null | undefined;
|
|
@@ -5847,9 +5847,9 @@ export declare const PageHeader: {
|
|
|
5847
5847
|
onTransitionEnd?: TransitionEventHandler<HTMLDivElement> | undefined;
|
|
5848
5848
|
onTransitionEndCapture?: TransitionEventHandler<HTMLDivElement> | undefined;
|
|
5849
5849
|
key?: Key | null | undefined;
|
|
5850
|
-
isBold?: boolean | undefined;
|
|
5851
5850
|
isMonospace?: boolean | undefined;
|
|
5852
5851
|
tag?: any;
|
|
5852
|
+
isBold?: boolean | undefined;
|
|
5853
5853
|
ref?: ((instance: HTMLDivElement | null) => void) | RefObject<HTMLDivElement> | null | undefined;
|
|
5854
5854
|
}> & IStyledComponent<"web", Substitute<Omit<ISMProps & RefAttributes<HTMLDivElement>, "ref"> & {
|
|
5855
5855
|
ref?: ((instance: HTMLDivElement | null) => void) | RefObject<HTMLDivElement> | null | undefined;
|
|
@@ -6394,9 +6394,9 @@ export declare const PageHeader: {
|
|
|
6394
6394
|
onTransitionEnd?: TransitionEventHandler<HTMLDivElement> | undefined;
|
|
6395
6395
|
onTransitionEndCapture?: TransitionEventHandler<HTMLDivElement> | undefined;
|
|
6396
6396
|
key?: Key | null | undefined;
|
|
6397
|
-
isBold?: boolean | undefined;
|
|
6398
6397
|
isMonospace?: boolean | undefined;
|
|
6399
6398
|
tag?: any;
|
|
6399
|
+
isBold?: boolean | undefined;
|
|
6400
6400
|
ref?: ((instance: HTMLDivElement | null) => void) | RefObject<HTMLDivElement> | null | undefined;
|
|
6401
6401
|
}> & IStyledComponent<"web", Substitute<Omit<ISMProps & RefAttributes<HTMLDivElement>, "ref"> & {
|
|
6402
6402
|
ref?: ((instance: HTMLDivElement | null) => void) | RefObject<HTMLDivElement> | null | undefined;
|
|
@@ -7059,9 +7059,9 @@ export declare const PlanCard: {
|
|
|
7059
7059
|
onTransitionEnd?: TransitionEventHandler<HTMLDivElement> | undefined;
|
|
7060
7060
|
onTransitionEndCapture?: TransitionEventHandler<HTMLDivElement> | undefined;
|
|
7061
7061
|
key?: Key | null | undefined;
|
|
7062
|
-
isBold?: boolean | undefined;
|
|
7063
7062
|
isMonospace?: boolean | undefined;
|
|
7064
7063
|
tag?: any;
|
|
7064
|
+
isBold?: boolean | undefined;
|
|
7065
7065
|
ref?: ((instance: HTMLDivElement | null) => void) | RefObject<HTMLDivElement> | null | undefined;
|
|
7066
7066
|
}> & IStyledComponent<"web", Substitute<Omit<ISMProps & RefAttributes<HTMLDivElement>, "ref"> & {
|
|
7067
7067
|
ref?: ((instance: HTMLDivElement | null) => void) | RefObject<HTMLDivElement> | null | undefined;
|
|
@@ -7340,9 +7340,9 @@ export declare const PlanCard: {
|
|
|
7340
7340
|
onTransitionEnd?: TransitionEventHandler<HTMLDivElement> | undefined;
|
|
7341
7341
|
onTransitionEndCapture?: TransitionEventHandler<HTMLDivElement> | undefined;
|
|
7342
7342
|
key?: Key | null | undefined;
|
|
7343
|
-
isBold?: boolean | undefined;
|
|
7344
7343
|
isMonospace?: boolean | undefined;
|
|
7345
7344
|
tag?: any;
|
|
7345
|
+
isBold?: boolean | undefined;
|
|
7346
7346
|
ref?: ((instance: HTMLDivElement | null) => void) | RefObject<HTMLDivElement> | null | undefined;
|
|
7347
7347
|
}> & IStyledComponent<"web", Substitute<Omit<ISMProps & RefAttributes<HTMLDivElement>, "ref"> & {
|
|
7348
7348
|
ref?: ((instance: HTMLDivElement | null) => void) | RefObject<HTMLDivElement> | null | undefined;
|
|
@@ -8859,9 +8859,9 @@ export declare const SpecialCard: {
|
|
|
8859
8859
|
onTransitionEnd?: TransitionEventHandler<HTMLDivElement> | undefined;
|
|
8860
8860
|
onTransitionEndCapture?: TransitionEventHandler<HTMLDivElement> | undefined;
|
|
8861
8861
|
key?: Key | null | undefined;
|
|
8862
|
-
isBold?: boolean | undefined;
|
|
8863
8862
|
isMonospace?: boolean | undefined;
|
|
8864
8863
|
tag?: any;
|
|
8864
|
+
isBold?: boolean | undefined;
|
|
8865
8865
|
ref?: ((instance: HTMLDivElement | null) => void) | RefObject<HTMLDivElement> | null | undefined;
|
|
8866
8866
|
}> & IStyledComponent<"web", Substitute<Omit<ISMProps & RefAttributes<HTMLDivElement>, "ref"> & {
|
|
8867
8867
|
ref?: ((instance: HTMLDivElement | null) => void) | RefObject<HTMLDivElement> | null | undefined;
|
|
@@ -9136,9 +9136,9 @@ export declare const SpecialCard: {
|
|
|
9136
9136
|
onTransitionEnd?: TransitionEventHandler<HTMLDivElement> | undefined;
|
|
9137
9137
|
onTransitionEndCapture?: TransitionEventHandler<HTMLDivElement> | undefined;
|
|
9138
9138
|
key?: Key | null | undefined;
|
|
9139
|
-
isBold?: boolean | undefined;
|
|
9140
9139
|
isMonospace?: boolean | undefined;
|
|
9141
9140
|
tag?: any;
|
|
9141
|
+
isBold?: boolean | undefined;
|
|
9142
9142
|
ref?: ((instance: HTMLDivElement | null) => void) | RefObject<HTMLDivElement> | null | undefined;
|
|
9143
9143
|
}> & IStyledComponent<"web", Substitute<Omit<ISMProps & RefAttributes<HTMLDivElement>, "ref"> & {
|
|
9144
9144
|
ref?: ((instance: HTMLDivElement | null) => void) | RefObject<HTMLDivElement> | null | undefined;
|
|
@@ -9413,9 +9413,9 @@ export declare const SpecialCard: {
|
|
|
9413
9413
|
onTransitionEnd?: TransitionEventHandler<HTMLDivElement> | undefined;
|
|
9414
9414
|
onTransitionEndCapture?: TransitionEventHandler<HTMLDivElement> | undefined;
|
|
9415
9415
|
key?: Key | null | undefined;
|
|
9416
|
-
isBold?: boolean | undefined;
|
|
9417
9416
|
isMonospace?: boolean | undefined;
|
|
9418
9417
|
tag?: any;
|
|
9418
|
+
isBold?: boolean | undefined;
|
|
9419
9419
|
ref?: ((instance: HTMLDivElement | null) => void) | RefObject<HTMLDivElement> | null | undefined;
|
|
9420
9420
|
}> & IStyledComponent<"web", Substitute<Omit<ISMProps & RefAttributes<HTMLDivElement>, "ref"> & {
|
|
9421
9421
|
ref?: ((instance: HTMLDivElement | null) => void) | RefObject<HTMLDivElement> | null | undefined;
|
|
@@ -11279,9 +11279,9 @@ export declare const TemplateCard: {
|
|
|
11279
11279
|
UserTag: ({ text }: {
|
|
11280
11280
|
text: string;
|
|
11281
11281
|
}) => JSX_2.Element;
|
|
11282
|
-
Meta: ({ isTailored, i18n }: {
|
|
11282
|
+
Meta: ({ isTailored, i18n, }: {
|
|
11283
11283
|
isTailored?: boolean | undefined;
|
|
11284
|
-
i18n: TemplateCardsProps[
|
|
11284
|
+
i18n: TemplateCardsProps["i18n"];
|
|
11285
11285
|
}) => JSX_2.Element;
|
|
11286
11286
|
};
|
|
11287
11287
|
|
|
@@ -11596,9 +11596,9 @@ onAnimationIterationCapture?: AnimationEventHandler<HTMLDivElement> | undefined;
|
|
|
11596
11596
|
onTransitionEnd?: TransitionEventHandler<HTMLDivElement> | undefined;
|
|
11597
11597
|
onTransitionEndCapture?: TransitionEventHandler<HTMLDivElement> | undefined;
|
|
11598
11598
|
key?: Key | null | undefined;
|
|
11599
|
-
isBold?: boolean | undefined;
|
|
11600
11599
|
isMonospace?: boolean | undefined;
|
|
11601
11600
|
tag?: any;
|
|
11601
|
+
isBold?: boolean | undefined;
|
|
11602
11602
|
ref?: ((instance: HTMLDivElement | null) => void) | RefObject<HTMLDivElement> | null | undefined;
|
|
11603
11603
|
}> & ForwardRefExoticComponent<ITypescaleMonospaceProps & RefAttributes<HTMLDivElement>>;
|
|
11604
11604
|
|
|
@@ -12816,8 +12816,8 @@ formTarget?: string | undefined;
|
|
|
12816
12816
|
value?: string | number | readonly string[] | undefined;
|
|
12817
12817
|
size?: "small" | "medium" | "large" | undefined;
|
|
12818
12818
|
isPill?: boolean | undefined;
|
|
12819
|
-
isStretched?: boolean | undefined;
|
|
12820
12819
|
isDanger?: boolean | undefined;
|
|
12820
|
+
isStretched?: boolean | undefined;
|
|
12821
12821
|
isNeutral?: boolean | undefined;
|
|
12822
12822
|
focusInset?: boolean | undefined;
|
|
12823
12823
|
ref?: ((instance: HTMLButtonElement | null) => void) | RefObject<HTMLButtonElement> | null | undefined;
|