@appquality/unguess-design-system 4.0.47 → 4.0.49

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 CHANGED
@@ -1,3 +1,29 @@
1
+ # v4.0.49 (Mon Aug 25 2025)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - Add new status to plans 🤑 [#547](https://github.com/AppQuality/unguess-design-system/pull/547) ([@cannarocks](https://github.com/cannarocks))
6
+ - Add 'paying' status to PlanCard and PlanTag components [#546](https://github.com/AppQuality/unguess-design-system/pull/546) ([@cannarocks](https://github.com/cannarocks))
7
+
8
+ #### Authors: 1
9
+
10
+ - Luca Cannarozzo ([@cannarocks](https://github.com/cannarocks))
11
+
12
+ ---
13
+
14
+ # v4.0.48 (Thu Aug 07 2025)
15
+
16
+ #### 🐛 Bug Fix
17
+
18
+ - new version [#545](https://github.com/AppQuality/unguess-design-system/pull/545) ([@iacopolea](https://github.com/iacopolea))
19
+ - UN-1667-search-templates [#544](https://github.com/AppQuality/unguess-design-system/pull/544) ([@iacopolea](https://github.com/iacopolea))
20
+
21
+ #### Authors: 1
22
+
23
+ - Iacopo Leardini ([@iacopolea](https://github.com/iacopolea))
24
+
25
+ ---
26
+
1
27
  # v4.0.47 (Fri Aug 01 2025)
2
28
 
3
29
  #### 🐛 Bug Fix
package/build/index.d.ts CHANGED
@@ -3772,7 +3772,7 @@ export declare interface IOption extends IOptionProps {
3772
3772
  label: string;
3773
3773
  }
3774
3774
 
3775
- declare type IPlanStatus = "draft" | "submitted" | "pending_quote_review" | "approved";
3775
+ declare type IPlanStatus = "draft" | "submitted" | "pending_quote_review" | "approved" | "paying";
3776
3776
 
3777
3777
  declare interface IPlanTagProps {
3778
3778
  status: IPlanStatus;
@@ -11559,7 +11559,7 @@ declare interface TagArgs extends ITagProps {
11559
11559
  }
11560
11560
 
11561
11561
  export declare const TemplateCard: {
11562
- ({ title, superTitle, description, isFast, isTailored, lineClamp, children, i18n, ...props }: TemplateCardsProps): JSX_2.Element;
11562
+ ({ title, templateTitle, superTitle, description, isFast, isTailored, lineClamp, children, i18n, ...props }: TemplateCardsProps): JSX_2.Element;
11563
11563
  Footer: ({ children }: {
11564
11564
  children: default_2.ReactNode;
11565
11565
  }) => JSX_2.Element;
@@ -11580,9 +11580,9 @@ declare interface TemplateCardsProps extends default_2.ComponentProps<typeof Spe
11580
11580
  isTailored?: boolean;
11581
11581
  lineClamp?: number;
11582
11582
  thumbUrl?: string;
11583
- title: string;
11584
- superTitle?: string;
11585
- description: string;
11583
+ templateTitle: ReactNode;
11584
+ superTitle?: ReactNode;
11585
+ description: ReactNode;
11586
11586
  i18n: {
11587
11587
  tailoredHeader: string;
11588
11588
  unguessHeader: string;
@@ -11922,17 +11922,6 @@ export declare const theme: {
11922
11922
  palette: {
11923
11923
  black: string;
11924
11924
  white: string;
11925
- product: {
11926
- support: string;
11927
- message: string;
11928
- explore: string;
11929
- gather: string;
11930
- guide: string;
11931
- connect: string;
11932
- chat: string;
11933
- talk: string;
11934
- sell: string;
11935
- };
11936
11925
  grey: {
11937
11926
  "100": string;
11938
11927
  "200": string;
@@ -12067,6 +12056,19 @@ export declare const theme: {
12067
12056
  M400: string;
12068
12057
  M600: string;
12069
12058
  };
12059
+ talk: {
12060
+ "0": string;
12061
+ "50": string;
12062
+ "100": string;
12063
+ "200": string;
12064
+ "300": string;
12065
+ "400": string;
12066
+ "500": string;
12067
+ "600": string;
12068
+ "700": string;
12069
+ "800": string;
12070
+ "900": string;
12071
+ };
12070
12072
  };
12071
12073
  fonts: {
12072
12074
  system: string;