@ballistix.digital/react-components 0.4.6 → 0.4.7
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.esm.js +6 -2
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +5 -0
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -17183,6 +17183,10 @@ var styles$7 = {
|
|
|
17183
17183
|
controlled: controlled,
|
|
17184
17184
|
};
|
|
17185
17185
|
|
|
17186
|
+
var createColumnHelper = function () {
|
|
17187
|
+
return reactTable.createColumnHelper();
|
|
17188
|
+
};
|
|
17189
|
+
|
|
17186
17190
|
var BreadcrumbsNavigation = function (props) {
|
|
17187
17191
|
var _a = props.href, href = _a === void 0 ? '/' : _a, pages = props.pages, _b = props.type, type = _b === void 0 ? 'slashes' : _b, customSeparator = props.separator, stylesOverrides = props.styles;
|
|
17188
17192
|
var handleGenerateStyle = function () {
|
|
@@ -17857,4 +17861,5 @@ exports.SlideOverOverlay = SlideOverOverlay;
|
|
|
17857
17861
|
exports.TabNavigation = TabNavigation;
|
|
17858
17862
|
exports.TableList = TableList;
|
|
17859
17863
|
exports.VerticalNavigation = VerticalNavigation;
|
|
17864
|
+
exports.createColumnHelper = createColumnHelper;
|
|
17860
17865
|
//# sourceMappingURL=index.js.map
|