Skip to content

Commit

Permalink
skip: 3.10.3-nightly-20240124004639 build [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
netil committed Jan 24, 2024
1 parent 30d34c1 commit 75e1f88
Show file tree
Hide file tree
Showing 42 changed files with 147 additions and 136 deletions.
10 changes: 5 additions & 5 deletions dist-esm/billboard.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* billboard.js, JavaScript chart library
* https://naver.github.io/billboard.js/
*
* @version 3.10.3-nightly-20240123004619
* @version 3.10.3-nightly-20240124004639
*/
import { timeParse, utcParse, timeFormat, utcFormat } from 'd3-time-format';
import { pointer, select, namespaces, selectAll } from 'd3-selection';
Expand Down Expand Up @@ -570,11 +570,11 @@ var toArray = function (v) { return [].slice.call(v); };
* @private
*/
function addCssRules(style, selector, prop) {
var rootSelctor = style.rootSelctor, sheet = style.sheet;
var _a = style.rootSelector, rootSelector = _a === void 0 ? "" : _a, sheet = style.sheet;
var getSelector = function (s) { return s
.replace(/\s?(bb-)/g, ".$1")
.replace(/\.+/g, "."); };
var rule = "".concat(rootSelctor, " ").concat(getSelector(selector), " {").concat(prop.join(";"), "}");
var rule = "".concat(rootSelector, " ").concat(getSelector(selector), " {").concat(prop.join(";"), "}");
return sheet[sheet.insertRule ? "insertRule" : "addRule"](rule, sheet.cssRules.length);
}
/**
Expand Down Expand Up @@ -23232,7 +23232,7 @@ var zoomModule = function () {
var defaults = {};
/**
* @namespace bb
* @version 3.10.3-nightly-20240123004619
* @version 3.10.3-nightly-20240124004639
*/
var bb = {
/**
Expand All @@ -23242,7 +23242,7 @@ var bb = {
* bb.version; // "1.0.0"
* @memberof bb
*/
version: "3.10.3-nightly-20240123004619",
version: "3.10.3-nightly-20240124004639",
/**
* Generate chart
* - **NOTE:** Bear in mind for the possiblity of ***throwing an error***, during the generation when:
Expand Down
4 changes: 2 additions & 2 deletions dist-esm/plugin/billboardjs-plugin-bubblecompare.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* billboard.js, JavaScript chart library
* https://naver.github.io/billboard.js/
*
* @version 3.10.3-nightly-20240123004619
* @version 3.10.3-nightly-20240124004639
* @requires billboard.js
* @summary billboard.js plugin
*/
Expand Down Expand Up @@ -104,7 +104,7 @@ var Plugin = /** @class */ (function () {
delete _this[key];
});
};
Plugin.version = "3.10.3-nightly-20240123004619";
Plugin.version = "3.10.3-nightly-20240124004639";
return Plugin;
}());
var Plugin$1 = Plugin;
Expand Down
4 changes: 2 additions & 2 deletions dist-esm/plugin/billboardjs-plugin-sparkline.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* billboard.js, JavaScript chart library
* https://naver.github.io/billboard.js/
*
* @version 3.10.3-nightly-20240123004619
* @version 3.10.3-nightly-20240124004639
* @requires billboard.js
* @summary billboard.js plugin
*/
Expand Down Expand Up @@ -279,7 +279,7 @@ var Plugin = /** @class */ (function () {
delete _this[key];
});
};
Plugin.version = "3.10.3-nightly-20240123004619";
Plugin.version = "3.10.3-nightly-20240124004639";
return Plugin;
}());
var Plugin$1 = Plugin;
Expand Down
4 changes: 2 additions & 2 deletions dist-esm/plugin/billboardjs-plugin-stanford.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* billboard.js, JavaScript chart library
* https://naver.github.io/billboard.js/
*
* @version 3.10.3-nightly-20240123004619
* @version 3.10.3-nightly-20240124004639
* @requires billboard.js
* @summary billboard.js plugin
*/
Expand Down Expand Up @@ -493,7 +493,7 @@ var Plugin = /** @class */ (function () {
delete _this[key];
});
};
Plugin.version = "3.10.3-nightly-20240123004619";
Plugin.version = "3.10.3-nightly-20240124004639";
return Plugin;
}());
var Plugin$1 = Plugin;
Expand Down
4 changes: 2 additions & 2 deletions dist-esm/plugin/billboardjs-plugin-tableview.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* billboard.js, JavaScript chart library
* https://naver.github.io/billboard.js/
*
* @version 3.10.3-nightly-20240123004619
* @version 3.10.3-nightly-20240124004639
* @requires billboard.js
* @summary billboard.js plugin
*/
Expand Down Expand Up @@ -121,7 +121,7 @@ var Plugin = /** @class */ (function () {
delete _this[key];
});
};
Plugin.version = "3.10.3-nightly-20240123004619";
Plugin.version = "3.10.3-nightly-20240124004639";
return Plugin;
}());
var Plugin$1 = Plugin;
Expand Down
4 changes: 2 additions & 2 deletions dist-esm/plugin/billboardjs-plugin-textoverlap.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* billboard.js, JavaScript chart library
* https://naver.github.io/billboard.js/
*
* @version 3.10.3-nightly-20240123004619
* @version 3.10.3-nightly-20240124004639
* @requires billboard.js
* @summary billboard.js plugin
*/
Expand Down Expand Up @@ -269,7 +269,7 @@ var Plugin = /** @class */ (function () {
delete _this[key];
});
};
Plugin.version = "3.10.3-nightly-20240123004619";
Plugin.version = "3.10.3-nightly-20240124004639";
return Plugin;
}());
var Plugin$1 = Plugin;
Expand Down
9 changes: 5 additions & 4 deletions dist/billboard.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* billboard.js, JavaScript chart library
* https://naver.github.io/billboard.js/
*
* @version 3.10.3-nightly-20240123004619
* @version 3.10.3-nightly-20240124004639
*/
/*-- Chart --*/
.bb svg {
Expand Down Expand Up @@ -102,9 +102,10 @@
opacity: .05 !important; }

/*-- Region --*/
.bb-region rect {
fill: steelblue;
fill-opacity: .1; }
.bb-region {
fill: steelblue; }
.bb-region rect {
fill-opacity: .1; }

/*-- Zoom region --*/
.bb-zoom-brush {
Expand Down
11 changes: 6 additions & 5 deletions dist/billboard.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* billboard.js, JavaScript chart library
* https://naver.github.io/billboard.js/
*
* @version 3.10.3-nightly-20240123004619
* @version 3.10.3-nightly-20240124004639
*/
(function webpackUniversalModuleDefinition(root, factory) {
if(typeof exports === 'object' && typeof module === 'object')
Expand Down Expand Up @@ -886,13 +886,14 @@ const toArray = function (v) {
*/
function addCssRules(style, selector, prop) {
var _this9 = this;
const rootSelctor = style.rootSelctor,
const _style$rootSelector = style.rootSelector,
rootSelector = _style$rootSelector === void 0 ? "" : _style$rootSelector,
sheet = style.sheet,
getSelector = function (s) {
_newArrowCheck(this, _this9);
return s.replace(/\s?(bb-)/g, ".$1").replace(/\.+/g, ".");
}.bind(this),
rule = rootSelctor + " " + getSelector(selector) + " {" + prop.join(";") + "}";
rule = rootSelector + " " + getSelector(selector) + " {" + prop.join(";") + "}";
return sheet[sheet.insertRule ? "insertRule" : "addRule"](rule, sheet.cssRules.length);
}

Expand Down Expand Up @@ -25770,7 +25771,7 @@ let _defaults = {};

/**
* @namespace bb
* @version 3.10.3-nightly-20240123004619
* @version 3.10.3-nightly-20240124004639
*/
const bb = {
/**
Expand All @@ -25780,7 +25781,7 @@ const bb = {
* bb.version; // "1.0.0"
* @memberof bb
*/
version: "3.10.3-nightly-20240123004619",
version: "3.10.3-nightly-20240124004639",
/**
* Generate chart
* - **NOTE:** Bear in mind for the possiblity of ***throwing an error***, during the generation when:
Expand Down
4 changes: 2 additions & 2 deletions dist/billboard.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dist/billboard.min.js

Large diffs are not rendered by default.

11 changes: 6 additions & 5 deletions dist/billboard.pkgd.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* billboard.js, JavaScript chart library
* https://naver.github.io/billboard.js/
*
* @version 3.10.3-nightly-20240123004619
* @version 3.10.3-nightly-20240124004639
*
* All-in-one packaged file for ease use of 'billboard.js' with dependant d3.js modules & polyfills.
* - d3-axis ^3.0.0
Expand Down Expand Up @@ -24025,13 +24025,14 @@ const toArray = function (v) {
*/
function addCssRules(style, selector, prop) {
var _this9 = this;
const rootSelctor = style.rootSelctor,
const _style$rootSelector = style.rootSelector,
rootSelector = _style$rootSelector === void 0 ? "" : _style$rootSelector,
sheet = style.sheet,
getSelector = function (s) {
_newArrowCheck(this, _this9);
return s.replace(/\s?(bb-)/g, ".$1").replace(/\.+/g, ".");
}.bind(this),
rule = rootSelctor + " " + getSelector(selector) + " {" + prop.join(";") + "}";
rule = rootSelector + " " + getSelector(selector) + " {" + prop.join(";") + "}";
return sheet[sheet.insertRule ? "insertRule" : "addRule"](rule, sheet.cssRules.length);
}

Expand Down Expand Up @@ -53687,7 +53688,7 @@ let _defaults = {};

/**
* @namespace bb
* @version 3.10.3-nightly-20240123004619
* @version 3.10.3-nightly-20240124004639
*/
const bb = {
/**
Expand All @@ -53697,7 +53698,7 @@ const bb = {
* bb.version; // "1.0.0"
* @memberof bb
*/
version: "3.10.3-nightly-20240123004619",
version: "3.10.3-nightly-20240124004639",
/**
* Generate chart
* - **NOTE:** Bear in mind for the possiblity of ***throwing an error***, during the generation when:
Expand Down
4 changes: 2 additions & 2 deletions dist/billboard.pkgd.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/plugin/billboardjs-plugin-bubblecompare.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* billboard.js, JavaScript chart library
* https://naver.github.io/billboard.js/
*
* @version 3.10.3-nightly-20240123004619
* @version 3.10.3-nightly-20240124004639
* @requires billboard.js
* @summary billboard.js plugin
*/
Expand Down Expand Up @@ -186,7 +186,7 @@ let Plugin = /*#__PURE__*/function () {
};
return Plugin;
}();
Plugin.version = "3.10.3-nightly-20240123004619";
Plugin.version = "3.10.3-nightly-20240124004639";

;// CONCATENATED MODULE: ./src/Plugin/bubblecompare/index.ts

Expand Down
Loading

0 comments on commit 75e1f88

Please sign in to comment.