@clds/component-enhancer
Advanced tools
Comparing version
import { jsx as _jsx, Fragment as _Fragment } from "react/jsx-runtime"; | ||
import { Children, isValidElement, useMemo, } from 'react'; | ||
import { FormattedMessage } from 'react-intl'; | ||
import { default as styled } from 'styled-components'; | ||
let FormattedMessage = null; | ||
try { | ||
// eslint-disable-next-line max-len | ||
// eslint-disable-next-line @typescript-eslint/no-unsafe-assignment, @typescript-eslint/no-unsafe-member-access,@typescript-eslint/no-var-requires | ||
FormattedMessage = require('react-intl').FormattedMessage; | ||
} | ||
catch (e) { | ||
if (!(e instanceof Error) || !~e.message.indexOf('Cannot find')) { | ||
throw e; | ||
} | ||
} | ||
export const useWrapTextChildren = (children) => { | ||
@@ -16,0 +6,0 @@ return useMemo(() => Children.toArray(children).map((child, idx) => { |
{ | ||
"name": "@clds/component-enhancer", | ||
"description": "", | ||
"version": "0.51.4", | ||
"version": "0.51.5", | ||
"type": "module", | ||
@@ -6,0 +6,0 @@ "author": "Cloudinary", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
65550
44.51%47
-17.54%