@agorize/gommette
Advanced tools
Comparing version 1.1.12 to 1.2.0
@@ -1169,4 +1169,74 @@ 'use strict'; | ||
// | ||
var script$5 = { | ||
name: 'GoBanner', | ||
props: { | ||
beClose: { | ||
type: Boolean, | ||
default: false | ||
} | ||
}, | ||
components: { | ||
GoIcon: GoIcon | ||
} | ||
}; | ||
/* script */ | ||
var __vue_script__$5 = script$5; | ||
/* template */ | ||
var __vue_render__$5 = function __vue_render__() { | ||
var _vm = this; | ||
var _h = _vm.$createElement; | ||
var _c = _vm._self._c || _h; | ||
return _c("div", { staticClass: "go-banner" }, [_c("div", { staticClass: "go-banner__inner" }, [_vm._t("default"), _vm._v(" "), _vm.beClose ? _c("button", { | ||
ref: "go-banner__close", | ||
staticClass: "go-banner__close go-button", | ||
on: { | ||
click: function click($event) { | ||
$event.preventDefault(); | ||
_vm.$emit("closeBanner"); | ||
} | ||
} | ||
}, [_c("go-icon", { staticClass: "xs", attrs: { name: "cross" } })], 1) : _vm._e()], 2)]); | ||
}; | ||
var __vue_staticRenderFns__$5 = []; | ||
__vue_render__$5._withStripped = true; | ||
/* style */ | ||
var __vue_inject_styles__$5 = undefined; | ||
/* scoped */ | ||
var __vue_scope_id__$5 = undefined; | ||
/* module identifier */ | ||
var __vue_module_identifier__$5 = undefined; | ||
/* functional template */ | ||
var __vue_is_functional_template__$5 = false; | ||
/* component normalizer */ | ||
function __vue_normalize__$5(template, style, script, scope, functional, moduleIdentifier, createInjector, createInjectorSSR) { | ||
var component = (typeof script === 'function' ? script.options : script) || {}; | ||
// For security concerns, we use only base name in production mode. | ||
component.__file = "/home/circleci/repo/src/components/GoBanner/GoBanner.vue"; | ||
if (!component.render) { | ||
component.render = template.render; | ||
component.staticRenderFns = template.staticRenderFns; | ||
component._compiled = true; | ||
if (functional) component.functional = true; | ||
} | ||
component._scopeId = scope; | ||
return component; | ||
} | ||
/* style inject */ | ||
/* style inject SSR */ | ||
var GoBanner = __vue_normalize__$5({ render: __vue_render__$5, staticRenderFns: __vue_staticRenderFns__$5 }, __vue_inject_styles__$5, __vue_script__$5, __vue_scope_id__$5, __vue_is_functional_template__$5, __vue_module_identifier__$5, undefined, undefined); | ||
var components$1 = /*#__PURE__*/Object.freeze({ | ||
@@ -1177,3 +1247,4 @@ AgoRow: Row, | ||
GoAccordion: GoAccordion, | ||
GoIcon: GoIcon | ||
GoIcon: GoIcon, | ||
GoBanner: GoBanner | ||
}); | ||
@@ -1193,3 +1264,4 @@ | ||
exports.GoIcon = GoIcon; | ||
exports.GoBanner = GoBanner; | ||
exports.install = install$1; | ||
//# sourceMappingURL=gommette.common.js.map |
@@ -1165,4 +1165,74 @@ // | ||
// | ||
var script$5 = { | ||
name: 'GoBanner', | ||
props: { | ||
beClose: { | ||
type: Boolean, | ||
default: false | ||
} | ||
}, | ||
components: { | ||
GoIcon: GoIcon | ||
} | ||
}; | ||
/* script */ | ||
var __vue_script__$5 = script$5; | ||
/* template */ | ||
var __vue_render__$5 = function __vue_render__() { | ||
var _vm = this; | ||
var _h = _vm.$createElement; | ||
var _c = _vm._self._c || _h; | ||
return _c("div", { staticClass: "go-banner" }, [_c("div", { staticClass: "go-banner__inner" }, [_vm._t("default"), _vm._v(" "), _vm.beClose ? _c("button", { | ||
ref: "go-banner__close", | ||
staticClass: "go-banner__close go-button", | ||
on: { | ||
click: function click($event) { | ||
$event.preventDefault(); | ||
_vm.$emit("closeBanner"); | ||
} | ||
} | ||
}, [_c("go-icon", { staticClass: "xs", attrs: { name: "cross" } })], 1) : _vm._e()], 2)]); | ||
}; | ||
var __vue_staticRenderFns__$5 = []; | ||
__vue_render__$5._withStripped = true; | ||
/* style */ | ||
var __vue_inject_styles__$5 = undefined; | ||
/* scoped */ | ||
var __vue_scope_id__$5 = undefined; | ||
/* module identifier */ | ||
var __vue_module_identifier__$5 = undefined; | ||
/* functional template */ | ||
var __vue_is_functional_template__$5 = false; | ||
/* component normalizer */ | ||
function __vue_normalize__$5(template, style, script, scope, functional, moduleIdentifier, createInjector, createInjectorSSR) { | ||
var component = (typeof script === 'function' ? script.options : script) || {}; | ||
// For security concerns, we use only base name in production mode. | ||
component.__file = "/home/circleci/repo/src/components/GoBanner/GoBanner.vue"; | ||
if (!component.render) { | ||
component.render = template.render; | ||
component.staticRenderFns = template.staticRenderFns; | ||
component._compiled = true; | ||
if (functional) component.functional = true; | ||
} | ||
component._scopeId = scope; | ||
return component; | ||
} | ||
/* style inject */ | ||
/* style inject SSR */ | ||
var GoBanner = __vue_normalize__$5({ render: __vue_render__$5, staticRenderFns: __vue_staticRenderFns__$5 }, __vue_inject_styles__$5, __vue_script__$5, __vue_scope_id__$5, __vue_is_functional_template__$5, __vue_module_identifier__$5, undefined, undefined); | ||
var components$1 = /*#__PURE__*/Object.freeze({ | ||
@@ -1173,3 +1243,4 @@ AgoRow: Row, | ||
GoAccordion: GoAccordion, | ||
GoIcon: GoIcon | ||
GoIcon: GoIcon, | ||
GoBanner: GoBanner | ||
}); | ||
@@ -1184,3 +1255,3 @@ | ||
export { Row as AgoRow, Col as AgoCol, GoCollapse, GoAccordion, GoIcon, install$1 as install }; | ||
export { Row as AgoRow, Col as AgoCol, GoCollapse, GoAccordion, GoIcon, GoBanner, install$1 as install }; | ||
//# sourceMappingURL=gommette.esm.js.map |
@@ -1168,4 +1168,74 @@ var gommette = (function (exports) { | ||
// | ||
var script$5 = { | ||
name: 'GoBanner', | ||
props: { | ||
beClose: { | ||
type: Boolean, | ||
default: false | ||
} | ||
}, | ||
components: { | ||
GoIcon: GoIcon | ||
} | ||
}; | ||
/* script */ | ||
var __vue_script__$5 = script$5; | ||
/* template */ | ||
var __vue_render__$5 = function __vue_render__() { | ||
var _vm = this; | ||
var _h = _vm.$createElement; | ||
var _c = _vm._self._c || _h; | ||
return _c("div", { staticClass: "go-banner" }, [_c("div", { staticClass: "go-banner__inner" }, [_vm._t("default"), _vm._v(" "), _vm.beClose ? _c("button", { | ||
ref: "go-banner__close", | ||
staticClass: "go-banner__close go-button", | ||
on: { | ||
click: function click($event) { | ||
$event.preventDefault(); | ||
_vm.$emit("closeBanner"); | ||
} | ||
} | ||
}, [_c("go-icon", { staticClass: "xs", attrs: { name: "cross" } })], 1) : _vm._e()], 2)]); | ||
}; | ||
var __vue_staticRenderFns__$5 = []; | ||
__vue_render__$5._withStripped = true; | ||
/* style */ | ||
var __vue_inject_styles__$5 = undefined; | ||
/* scoped */ | ||
var __vue_scope_id__$5 = undefined; | ||
/* module identifier */ | ||
var __vue_module_identifier__$5 = undefined; | ||
/* functional template */ | ||
var __vue_is_functional_template__$5 = false; | ||
/* component normalizer */ | ||
function __vue_normalize__$5(template, style, script, scope, functional, moduleIdentifier, createInjector, createInjectorSSR) { | ||
var component = (typeof script === 'function' ? script.options : script) || {}; | ||
// For security concerns, we use only base name in production mode. | ||
component.__file = "/home/circleci/repo/src/components/GoBanner/GoBanner.vue"; | ||
if (!component.render) { | ||
component.render = template.render; | ||
component.staticRenderFns = template.staticRenderFns; | ||
component._compiled = true; | ||
if (functional) component.functional = true; | ||
} | ||
component._scopeId = scope; | ||
return component; | ||
} | ||
/* style inject */ | ||
/* style inject SSR */ | ||
var GoBanner = __vue_normalize__$5({ render: __vue_render__$5, staticRenderFns: __vue_staticRenderFns__$5 }, __vue_inject_styles__$5, __vue_script__$5, __vue_scope_id__$5, __vue_is_functional_template__$5, __vue_module_identifier__$5, undefined, undefined); | ||
var components$1 = /*#__PURE__*/Object.freeze({ | ||
@@ -1176,3 +1246,4 @@ AgoRow: Row, | ||
GoAccordion: GoAccordion, | ||
GoIcon: GoIcon | ||
GoIcon: GoIcon, | ||
GoBanner: GoBanner | ||
}); | ||
@@ -1192,2 +1263,3 @@ | ||
exports.GoIcon = GoIcon; | ||
exports.GoBanner = GoBanner; | ||
exports.install = install$1; | ||
@@ -1194,0 +1266,0 @@ |
@@ -67,3 +67,3 @@ { | ||
}, | ||
"version": "1.1.12", | ||
"version": "1.2.0", | ||
"author": "", | ||
@@ -70,0 +70,0 @@ "keywords": [], |
@@ -6,1 +6,2 @@ export { default as AgoRow } from './Row/Row.vue' | ||
export { default as GoIcon } from './GoIcon/GoIcon.vue' | ||
export { default as GoBanner } from './GoBanner/GoBanner.vue' |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
1322935
68
6167