@hybridcore/ui 1.5.36 → 1.5.38

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.
@@ -9,10 +9,10 @@ const e = t(o, {
9
9
  })), s = t(o, {
10
10
  name: "SNTabs",
11
11
  // The component name
12
- slot: "tabContantContainer"
12
+ slot: "tabContentContainer"
13
13
  // The slot name
14
- })(({ bottomoffset: a = 0 }) => ({
15
- maxHeight: `calc(100vh - ${a}px)`
14
+ })(({ bottomoffset: n = 0 }) => ({
15
+ maxHeight: `calc(100vh - ${n}px)`
16
16
  }));
17
17
  export {
18
18
  s as TabContentContainer,
package/dist/main.d.ts CHANGED
@@ -883,6 +883,7 @@ declare interface TabContent {
883
883
  badgeColor?: "error" | "primary";
884
884
  icon?: React.ReactElement;
885
885
  iconPosition?: "bottom" | "top" | "start" | "end";
886
+ disableCustomScroll?: boolean;
886
887
  }
887
888
 
888
889
  declare interface TabItem {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@hybridcore/ui",
3
3
  "description": "Hybrid Core UI Library",
4
- "version": "1.5.36",
4
+ "version": "1.5.38",
5
5
  "author": "Hybrid Core",
6
6
  "license": "ISC",
7
7
  "type": "module",