@apexcura/ui-components 0.0.15-Beta25 → 0.0.15-Beta26

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.js CHANGED
@@ -1067,7 +1067,7 @@ var TabsElement = (props) => {
1067
1067
  props.onChange(props.options?.find((eachOption) => eachOption.key === key));
1068
1068
  }
1069
1069
  };
1070
- return /* @__PURE__ */ import_react26.default.createElement(import_antd19.Tabs, { className: props.containerClassName, items: props.options, onChange: handleChange });
1070
+ return /* @__PURE__ */ import_react26.default.createElement(import_antd19.Tabs, { defaultActiveKey: props.value, className: props.containerClassName, items: props.options, onChange: handleChange });
1071
1071
  };
1072
1072
 
1073
1073
  // src/Components/SwitchElement.tsx
package/dist/index.mjs CHANGED
@@ -998,7 +998,7 @@ var TabsElement = (props) => {
998
998
  props.onChange(props.options?.find((eachOption) => eachOption.key === key));
999
999
  }
1000
1000
  };
1001
- return /* @__PURE__ */ React26.createElement(Tabs, { className: props.containerClassName, items: props.options, onChange: handleChange });
1001
+ return /* @__PURE__ */ React26.createElement(Tabs, { defaultActiveKey: props.value, className: props.containerClassName, items: props.options, onChange: handleChange });
1002
1002
  };
1003
1003
 
1004
1004
  // src/Components/SwitchElement.tsx
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apexcura/ui-components",
3
- "version": "0.0.15-Beta25",
3
+ "version": "0.0.15-Beta26",
4
4
  "description": "Apex cura React components library",
5
5
  "keywords": [
6
6
  "apex cura",