@appquality/unguess-design-system 4.0.4 → 4.0.5

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,15 @@
1
+ # v4.0.5 (Tue Oct 22 2024)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - rework: Don't use wordwrapper [#432](https://github.com/AppQuality/unguess-design-system/pull/432) ([@d-beezee](https://github.com/d-beezee))
6
+
7
+ #### Authors: 1
8
+
9
+ - [@d-beezee](https://github.com/d-beezee)
10
+
11
+ ---
12
+
1
13
  # v4.0.4 (Mon Oct 21 2024)
2
14
 
3
15
  #### 🐛 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;