@goodhood-web/ui 4.12.0 → 4.13.0-development.1
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/index.js +30 -30
- package/index.mjs +1945 -1956
- package/lib/Atoms/Content/BodyText/BodyText.d.ts +1 -1
- package/package.json +1 -1
- package/lib/Atoms/Content/BodyText/util.d.ts +0 -1
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { default as BodyTextProps } from './BodyText.types';
|
|
2
|
-
declare const BodyText: ({ bodyText, headlineText, parseContent, type }: BodyTextProps) => import("react/jsx-runtime").JSX.Element;
|
|
2
|
+
declare const BodyText: ({ bodyText, headlineText, parseContent, type, }: BodyTextProps) => import("react/jsx-runtime").JSX.Element;
|
|
3
3
|
export default BodyText;
|
package/package.json
CHANGED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const parseText: (text: string | undefined, regEx: RegExp) => string[] | null;
|