@titelmedia/bricks-paragraph
Advanced tools
Comparing version 0.1.5 to 0.1.6
@@ -6,2 +6,10 @@ # Change Log | ||
## [0.1.6](https://github.com/titel-media/bricks-lerna/compare/v0.1.5...v0.1.6) (2021-11-29) | ||
**Note:** Version bump only for package @titelmedia/bricks-paragraph | ||
## [0.1.5](https://github.com/titel-media/bricks-lerna/compare/v0.2.0...v0.1.5) (2021-11-29) | ||
@@ -8,0 +16,0 @@ |
@@ -18,7 +18,10 @@ "use strict"; | ||
bold, | ||
children | ||
text | ||
}) => { | ||
return _react.default.createElement(_react.default.Fragment, null, _react.default.createElement(_bricksTheme.default, null), _react.default.createElement(_styles.StyledParagraph, { | ||
bold: bold | ||
}, children)); | ||
bold: bold, | ||
dangerouslySetInnerHTML: { | ||
__html: text | ||
} | ||
})); | ||
}; | ||
@@ -25,0 +28,0 @@ |
@@ -1,14 +0,1 @@ | ||
<<<<<<< HEAD | ||
import React from "react"; | ||
import PropTypes from "prop-types"; | ||
import "./styles.scss"; | ||
const Paragraph = ({ text, style }) => { | ||
return <p className="test-component">this is really a very nice paragraph</p>; | ||
}; | ||
Paragraph.propTypes = { | ||
text: PropTypes.string, | ||
style: PropTypes.string, | ||
======= | ||
import React from 'react'; | ||
@@ -25,5 +12,4 @@ import { StyledParagraph } from './styles'; | ||
); | ||
>>>>>>> dev | ||
}; | ||
export { Paragraph }; |
{ | ||
"name": "@titelmedia/bricks-paragraph", | ||
"version": "0.1.5", | ||
"version": "0.1.6", | ||
"description": "> TODO: description", | ||
@@ -12,3 +12,3 @@ "author": "highsnob", | ||
}, | ||
"gitHead": "8e9517959bafd98e8c108ea3530820f42a3ec560", | ||
"gitHead": "f641c887ee9da5172583a0d5856c6f9b336df32b", | ||
"peerDependencies": { | ||
@@ -15,0 +15,0 @@ "react": "^17.0.2", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
9138
97