buoy-bottom-banner
Advanced tools
Comparing version 6.6.1 to 6.6.2
@@ -57,7 +57,10 @@ "use strict"; | ||
var BannerParagraph = (0, _styledComponents2.default)(_buoyText.Paragraph)(_templateObject, (0, _buoyTheme.responsive)("margin-bottom", "0", "0", "24px", "24px", "24px"), (0, _buoyTheme.responsive)("margin-right", "80px", "48px", "0", "0", "0"), _buoyTheme.colors.neutralLightest, _buoyTheme.colors.neutralLight); | ||
var BannerParagraph = (0, _styledComponents2.default)(_buoyText.Paragraph).withConfig({ | ||
displayName: "src__BannerParagraph", | ||
componentId: "sc-10fhjbh-0" | ||
})(_templateObject, (0, _buoyTheme.responsive)("margin-bottom", "0", "0", "24px", "24px", "24px"), (0, _buoyTheme.responsive)("margin-right", "80px", "48px", "0", "0", "0"), _buoyTheme.colors.neutralLightest, _buoyTheme.colors.neutralLight); | ||
var Container = _styledComponents2.default.div.withConfig({ | ||
displayName: "src__Container", | ||
componentId: "sc-10fhjbh-0" | ||
componentId: "sc-10fhjbh-1" | ||
})(_templateObject2, function (props) { | ||
@@ -71,3 +74,3 @@ return props.hide && "\n transition: transform 0.3s ease-out;\n transform: translateY(100%);\n "; | ||
displayName: "src__InnerContainer", | ||
componentId: "sc-10fhjbh-1" | ||
componentId: "sc-10fhjbh-2" | ||
})(_templateObject3, (0, _buoyTheme.responsive)("flex-direction", "row", "row", "column", "column", "column"), (0, _buoyTheme.responsive)("align-items", "center", "center", "flex-end", "flex-end", "flex-end"), function (props) { | ||
@@ -79,3 +82,3 @@ return props.closeable ? (0, _buoyTheme.responsive)("padding", "26px 150px 26px 60px", "26px 150px 26px 60px", "46px 20px 24px", "46px 20px 24px", "46px 20px 24px") : (0, _buoyTheme.responsive)("padding", "26px 60px", "26px 60px", "24px 20px", "24px 20px", "24px 20px"); | ||
displayName: "src__CloseIconWrapper", | ||
componentId: "sc-10fhjbh-2" | ||
componentId: "sc-10fhjbh-3" | ||
})(_templateObject4, (0, _buoyTheme.responsive)("top", "4px", "4px", "0", "0", "0"), (0, _buoyTheme.responsive)("right", "46px", "46px", "0", "0", "0")); | ||
@@ -121,3 +124,3 @@ | ||
displayName: "src__Overlay", | ||
componentId: "sc-10fhjbh-3" | ||
componentId: "sc-10fhjbh-4" | ||
})(_templateObject5, _buoyTheme.colors.neutralDarkest); | ||
@@ -127,3 +130,3 @@ | ||
displayName: "src__CookieBannerWrapper", | ||
componentId: "sc-10fhjbh-4" | ||
componentId: "sc-10fhjbh-5" | ||
})(_templateObject6); | ||
@@ -130,0 +133,0 @@ |
{ | ||
"name": "buoy-bottom-banner", | ||
"version": "6.6.1", | ||
"version": "6.6.2", | ||
"description": "Buoy fixed bottom banner", | ||
@@ -19,3 +19,3 @@ "main": "dist/index.js", | ||
"buoy-close-icon": "^4.0.11", | ||
"buoy-config": "^4.4.10", | ||
"buoy-config": "^4.4.11", | ||
"buoy-raw-html": "^1.0.1", | ||
@@ -22,0 +22,0 @@ "buoy-text": "^6.0.1", |
18614
441
Updatedbuoy-config@^4.4.11