All Downloads are FREE. Search and download functionalities are using the official Maven repository.

theme.keycloak.v2.admin.resources.assets.CardTitle-f50befe6.js.map Maven / Gradle / Ivy

There is a newer version: 25.0.1
Show newest version
{"version":3,"file":"CardTitle-f50befe6.js","sources":["../../../../node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@patternfly/react-core/dist/esm/components/Card/CardTitle.js"],"sourcesContent":["import { __rest } from \"tslib\";\nimport * as React from 'react';\nimport { css } from '@patternfly/react-styles';\nimport styles from '@patternfly/react-styles/css/components/Card/card';\nimport { CardContext } from './Card';\nexport const CardTitle = (_a) => {\n    var { children = null, className = '', component = 'div' } = _a, props = __rest(_a, [\"children\", \"className\", \"component\"]);\n    const { cardId, registerTitleId } = React.useContext(CardContext);\n    const Component = component;\n    const titleId = cardId ? `${cardId}-title` : '';\n    React.useEffect(() => {\n        registerTitleId(titleId);\n        return () => registerTitleId('');\n    }, [registerTitleId, titleId]);\n    return (React.createElement(Component, Object.assign({ className: css(styles.cardTitle, className), id: titleId || undefined }, props), children));\n};\nCardTitle.displayName = 'CardTitle';\n//# sourceMappingURL=CardTitle.js.map"],"names":["CardTitle","_a","children","className","component","props","__rest","cardId","registerTitleId","React.useContext","CardContext","Component","titleId","React.useEffect","React.createElement","css","styles"],"mappings":"oGAKY,MAACA,EAAaC,GAAO,CAC7B,GAAI,CAAE,SAAAC,EAAW,KAAM,UAAAC,EAAY,GAAI,UAAAC,EAAY,KAAO,EAAGH,EAAII,EAAQC,EAAOL,EAAI,CAAC,WAAY,YAAa,WAAW,CAAC,EAC1H,KAAM,CAAE,OAAAM,EAAQ,gBAAAC,CAAiB,EAAGC,EAAgB,WAACC,CAAW,EAC1DC,EAAYP,EACZQ,EAAUL,EAAS,GAAGA,CAAM,SAAW,GAC7CM,OAAAA,EAAAA,UAAgB,KACZL,EAAgBI,CAAO,EAChB,IAAMJ,EAAgB,EAAE,GAChC,CAACA,EAAiBI,CAAO,CAAC,EACrBE,EAAAA,cAAoBH,EAAW,OAAO,OAAO,CAAE,UAAWI,EAAIC,EAAO,UAAWb,CAAS,EAAG,GAAIS,GAAW,MAAS,EAAIP,CAAK,EAAGH,CAAQ,CACpJ,EACAF,EAAU,YAAc","x_google_ignoreList":[0]}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy