@axah/components
Advanced tools
Comparing version 9.4.6 to 9.5.0
@@ -338,2 +338,14 @@ "use strict"; | ||
}); | ||
Object.defineProperty(exports, "Tabs", { | ||
enumerable: true, | ||
get: function get() { | ||
return _tabs["default"]; | ||
} | ||
}); | ||
Object.defineProperty(exports, "Tab", { | ||
enumerable: true, | ||
get: function get() { | ||
return _tab["default"]; | ||
} | ||
}); | ||
exports.ModalSuccessIcon = exports.ModalErrorIcon = exports.FormGroupWithDateInput = exports.FormGroupWithTextField = exports.FormGroupWithCheckbox = void 0; | ||
@@ -411,2 +423,6 @@ | ||
var _tabs = _interopRequireDefault(require("./tabs/tabs")); | ||
var _tab = _interopRequireDefault(require("./tabs/tab")); | ||
function _getRequireWildcardCache() { if (typeof WeakMap !== "function") return null; var cache = new WeakMap(); _getRequireWildcardCache = function _getRequireWildcardCache() { return cache; }; return cache; } | ||
@@ -413,0 +429,0 @@ |
@@ -127,2 +127,5 @@ /* eslint-disable import/newline-after-import */ | ||
export { Group }; | ||
import Tabs from './tabs/tabs'; | ||
import Tab from './tabs/tab'; | ||
export { Tabs, Tab }; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@axah/components", | ||
"version": "9.4.6", | ||
"version": "9.5.0", | ||
"main": "lib/index.js", | ||
@@ -5,0 +5,0 @@ "jsnext:main": "lib/jsnext/index.js", |
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
1253574
272
9676