kui-basic 1.0.32 → 1.0.33

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.es.js CHANGED
@@ -4815,7 +4815,9 @@ var TabsPanel = /*#__PURE__*/forwardRef(function (props, ref) {
4815
4815
  }, [activeTab]);
4816
4816
  return /*#__PURE__*/React.createElement("div", _extends({
4817
4817
  ref: ref
4818
- }, other), /*#__PURE__*/React.createElement(Tabs, {
4818
+ }, other), /*#__PURE__*/React.createElement("div", {
4819
+ className: "KUI-TabsWrapper"
4820
+ }, /*#__PURE__*/React.createElement(Tabs, {
4819
4821
  value: value,
4820
4822
  onChange: handleChange,
4821
4823
  indicatorPos: indicatorPos
@@ -4824,7 +4826,7 @@ var TabsPanel = /*#__PURE__*/forwardRef(function (props, ref) {
4824
4826
  label: item,
4825
4827
  key: item
4826
4828
  });
4827
- })), tabPanels.map(function (item, index) {
4829
+ }))), tabPanels.map(function (item, index) {
4828
4830
  return /*#__PURE__*/React.createElement("div", {
4829
4831
  key: index,
4830
4832
  role: "tabpanel",