oolib 2.190.2 → 2.190.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +1 -0
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -79,6 +79,7 @@ export { CheckboxInput } from "./v2/components/RadioAndCheckbox/comps/CheckboxLi
|
|
|
79
79
|
export { CheckboxButton } from "./v2/components/RadioAndCheckbox/comps/CheckboxList/comps/CheckboxButton";
|
|
80
80
|
export { RadioList } from "./v2/components/RadioAndCheckbox/comps/RadioList/index";
|
|
81
81
|
export { SwitchSingle } from "./v2/components/Switches";
|
|
82
|
+
export { default as CustomTooltip } from "./v2/components/dataviz/BarChart/comps/CustomTooltip";
|
|
82
83
|
export * as baseStyling from "./v2/themes/utils/baseStyling";
|
|
83
84
|
export { LoaderCircle, ProgressBar, LoaderCircle as Loader, LoaderOverlay } from "./components/LoadersAndProgress";
|
|
84
85
|
export { TagClear, TagLink, TagSelect, TagDisplay } from "./components/Tags";
|
package/dist/index.js
CHANGED
|
@@ -255,5 +255,5 @@ Object.defineProperty(exports, "RadioButton", { enumerable: true, get: function
|
|
|
255
255
|
var Switches_2 = require("./v2/components/Switches");
|
|
256
256
|
Object.defineProperty(exports, "SwitchSingle", { enumerable: true, get: function () { return Switches_2.SwitchSingle; } });
|
|
257
257
|
var CustomTooltip_1 = require("./v2/components/dataviz/BarChart/comps/CustomTooltip");
|
|
258
|
-
Object.defineProperty(exports, "CustomTooltip", { enumerable: true, get: function () { return CustomTooltip_1.
|
|
258
|
+
Object.defineProperty(exports, "CustomTooltip", { enumerable: true, get: function () { return __importDefault(CustomTooltip_1).default; } });
|
|
259
259
|
exports.baseStyling = __importStar(require("./v2/themes/utils/baseStyling"));
|