@appquality/unguess-design-system 4.0.4 → 4.0.6-beta.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/CHANGELOG.md CHANGED
@@ -1,71 +1,3 @@
1
- # v4.0.4 (Mon Oct 21 2024)
2
-
3
- #### 🐛 Bug Fix
4
-
5
- - feat: Allow disabling autowidth for selects [#431](https://github.com/AppQuality/unguess-design-system/pull/431) ([@d-beezee](https://github.com/d-beezee))
6
-
7
- #### Authors: 1
8
-
9
- - [@d-beezee](https://github.com/d-beezee)
10
-
11
- ---
12
-
13
- # v4.0.3 (Mon Oct 21 2024)
14
-
15
- #### 🐛 Bug Fix
16
-
17
- - fix types and stories render [#430](https://github.com/AppQuality/unguess-design-system/pull/430) ([@d-beezee](https://github.com/d-beezee))
18
-
19
- #### Authors: 1
20
-
21
- - [@d-beezee](https://github.com/d-beezee)
22
-
23
- ---
24
-
25
- # v4.0.2 (Mon Oct 21 2024)
26
-
27
- #### 🐛 Bug Fix
28
-
29
- - Add build fixes [#429](https://github.com/AppQuality/unguess-design-system/pull/429) ([@d-beezee](https://github.com/d-beezee))
30
-
31
- #### Authors: 1
32
-
33
- - [@d-beezee](https://github.com/d-beezee)
34
-
35
- ---
36
-
37
- # v4.0.1 (Fri Oct 18 2024)
38
-
39
- #### 🐛 Bug Fix
40
-
41
- - ci: Remove chunk split [#428](https://github.com/AppQuality/unguess-design-system/pull/428) ([@d-beezee](https://github.com/d-beezee))
42
-
43
- #### Authors: 1
44
-
45
- - [@d-beezee](https://github.com/d-beezee)
46
-
47
- ---
48
-
49
- # v4.0.0 (Fri Oct 18 2024)
50
-
51
- #### 💥 Breaking Change
52
-
53
- - Update to vite and zendesk 8.76 [#426](https://github.com/AppQuality/unguess-design-system/pull/426) ([@d-beezee](https://github.com/d-beezee) [@iacopolea](https://github.com/iacopolea))
54
- - Update to vite [#422](https://github.com/AppQuality/unguess-design-system/pull/422) ([@d-beezee](https://github.com/d-beezee) [@iacopolea](https://github.com/iacopolea))
55
-
56
- #### 🐛 Bug Fix
57
-
58
- - ci: Use node 18 to build package [#427](https://github.com/AppQuality/unguess-design-system/pull/427) ([@d-beezee](https://github.com/d-beezee))
59
- - Autocomplete new [#425](https://github.com/AppQuality/unguess-design-system/pull/425) ([@iacopolea](https://github.com/iacopolea) [@d-beezee](https://github.com/d-beezee))
60
- - feat: Add new select [#424](https://github.com/AppQuality/unguess-design-system/pull/424) ([@d-beezee](https://github.com/d-beezee))
61
-
62
- #### Authors: 2
63
-
64
- - [@d-beezee](https://github.com/d-beezee)
65
- - Iacopo Leardini ([@iacopolea](https://github.com/iacopolea))
66
-
67
- ---
68
-
69
1
  # v3.1.115 (Thu Oct 10 2024)
70
2
 
71
3
  #### 🐛 Bug Fix
package/build/index.d.ts CHANGED
@@ -1436,10 +1436,6 @@ declare const DefaultTranslationWrapper: ({ content, translations, }: {
1436
1436
  translations: ReactNode;
1437
1437
  }) => JSX_2.Element;
1438
1438
 
1439
- declare const DefaultWordWrapper: ({ children }: {
1440
- children: ReactNode;
1441
- }) => JSX_2.Element;
1442
-
1443
1439
  declare const Details: IStyledComponent<"web", {
1444
1440
  ref?: LegacyRef<HTMLDivElement> | undefined;
1445
1441
  key?: Key | null | undefined;
@@ -11331,7 +11327,6 @@ export declare const theme: {
11331
11327
 
11332
11328
  declare interface ThemeOptions {
11333
11329
  activeWrapper: typeof DefaultActiveWrapper;
11334
- wordWrapper: typeof DefaultWordWrapper;
11335
11330
  observationWrapper: typeof DefaultObservationWrapper;
11336
11331
  paragraphWrapper: typeof DefaultParagraphWrapper;
11337
11332
  speakerWrapper: typeof DefaultSpeakerWrapper;