@luscii-healthtech/web-ui 2.37.15 → 2.38.0

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +1 -1
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -47,7 +47,7 @@ export { default as Radio } from "./components/Radio/Radio";
47
47
  export { default as RadioGroup } from "./components/RadioGroup/RadioGroup";
48
48
  export { RadioProps, RadioV2 } from "./components/Radio/RadioV2";
49
49
  export { RadioGroupProps, RadioGroupV2, } from "./components/RadioGroup/RadioGroupV2";
50
- export { default as Section } from "./components/Section/Section";
50
+ export { default as Section, SectionProps } from "./components/Section/Section";
51
51
  export { default as SectionItemWithContent } from "./components/Section/SectionItemWithContent";
52
52
  export { default as SectionItem, SectionItemProps, } from "./components/Section/SectionItem";
53
53
  export { SelectProps, Select } from "./components/Select/Select";
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "2.37.15",
2
+ "version": "2.38.0",
3
3
  "license": "MIT",
4
4
  "main": "dist/index.js",
5
5
  "typings": "dist/index.d.ts",