@hybridcore/ui 1.5.32 → 1.5.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/main.d.ts CHANGED
@@ -898,6 +898,7 @@ export declare interface TabsProps extends TabsProps_2 {
898
898
  styleVariant?: "DEFAULT" | "APPLE";
899
899
  tabPanelStyle?: React.CSSProperties;
900
900
  bottomOffset?: number;
901
+ disableHashState?: boolean;
901
902
  onChange?(value: any): void;
902
903
  }
903
904
 
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.32",
4
+ "version": "1.5.33",
5
5
  "author": "Hybrid Core",
6
6
  "license": "ISC",
7
7
  "type": "module",