vizabi-barrankchart
Advanced tools
Comparing version 3.5.2 to 3.6.0
@@ -1,2 +0,2 @@ | ||
// https://github.com/vizabi/vizabi-barrankchart#readme v3.5.2 build 1622559050517 Copyright 2021 Gapminder Foundation and contributors | ||
// https://github.com/vizabi/vizabi-barrankchart#readme v3.6.0 build 1624117116103 Copyright 2021 Gapminder Foundation and contributors | ||
(function (global, factory) { | ||
@@ -760,2 +760,13 @@ typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory(require('VizabiSharedComponents'), require('mobx')) : | ||
model: marker | ||
},{ | ||
type: VizabiSharedComponents.SpaceConfig, | ||
placeholder: ".vzb-spaceconfig", | ||
options: {button: ".vzb-spaceconfig-button"}, | ||
model: marker, | ||
name: "space-config" | ||
},{ | ||
type: VizabiSharedComponents.ErrorMessage, | ||
placeholder: ".vzb-errormessage", | ||
model: marker, | ||
name: "error-message" | ||
}]; | ||
@@ -776,2 +787,4 @@ | ||
<div class="vzb-datawarning"></div> | ||
<div class="vzb-spaceconfig"></div> | ||
<div class="vzb-errormessage"></div> | ||
`; | ||
@@ -830,3 +843,3 @@ | ||
BarRankChart.versionInfo = { version: "3.5.2", build: 1622559050517, package: {"homepage":"https://github.com/vizabi/vizabi-barrankchart#readme","name":"vizabi-barrankchart","description":"Vizabi bar rank chart"}, sharedComponents: VizabiSharedComponents.versionInfo}; | ||
BarRankChart.versionInfo = { version: "3.6.0", build: 1624117116103, package: {"homepage":"https://github.com/vizabi/vizabi-barrankchart#readme","name":"vizabi-barrankchart","description":"Vizabi bar rank chart"}, sharedComponents: VizabiSharedComponents.versionInfo}; | ||
@@ -833,0 +846,0 @@ return BarRankChart; |
{ | ||
"name": "vizabi-barrankchart", | ||
"version": "3.5.2", | ||
"version": "3.6.0", | ||
"description": "Vizabi bar rank chart", | ||
@@ -5,0 +5,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
204972
924