@titelmedia/bricks-credits
Advanced tools
Comparing version 0.4.32 to 0.4.58
@@ -6,2 +6,10 @@ # Change Log | ||
## [0.4.58](https://github.com/titel-media/bricks-lerna/compare/v0.4.57...v0.4.58) (2022-02-25) | ||
**Note:** Version bump only for package @titelmedia/bricks-credits | ||
## [0.4.32](https://github.com/titel-media/bricks-lerna/compare/v0.4.31...v0.4.32) (2022-02-09) | ||
@@ -8,0 +16,0 @@ |
@@ -19,3 +19,5 @@ "use strict"; | ||
}) => { | ||
return _react.default.createElement(_styles.Wrapper, null, _react.default.createElement(_styles.Container, null, _react.default.createElement(_bricksTheme.default, null), creditsTexts.map(creditsText => _react.default.createElement(CreditsText, { | ||
return _react.default.createElement(_styles.Wrapper, { | ||
className: "credits-container" | ||
}, _react.default.createElement(_styles.Container, null, _react.default.createElement(_bricksTheme.default, null), creditsTexts.map(creditsText => _react.default.createElement(CreditsText, { | ||
key: creditsText.id, | ||
@@ -22,0 +24,0 @@ category: creditsText.category, |
@@ -25,3 +25,2 @@ "use strict"; | ||
})} | ||
border-top: 2px solid gray; | ||
padding: 20px; | ||
@@ -28,0 +27,0 @@ `; |
@@ -7,3 +7,3 @@ import React from 'react'; | ||
return ( | ||
<Wrapper> | ||
<Wrapper className="credits-container"> | ||
<Container> | ||
@@ -10,0 +10,0 @@ <GlobalFonts /> |
@@ -15,3 +15,2 @@ import styled from 'styled-components'; | ||
${setContainer({ size: 'lg' })} | ||
border-top: 2px solid gray; | ||
padding: 20px; | ||
@@ -18,0 +17,0 @@ `; |
{ | ||
"name": "@titelmedia/bricks-credits", | ||
"version": "0.4.32", | ||
"version": "0.4.58", | ||
"description": "> TODO: description", | ||
@@ -30,3 +30,3 @@ "author": "highsnob", | ||
}, | ||
"gitHead": "4cdd68f740bafd23b6504f09d439d6abdce1a8aa" | ||
"gitHead": "99a91b5289b7ad226d564b44529ed692023d9de5" | ||
} |
Sorry, the diff of this file is not supported yet
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
25581