@okshaun/components 0.3.1 → 0.3.2

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.d.ts CHANGED
@@ -745,6 +745,8 @@ declare type SpinnerProps = Omit<BoxProps, keyof SpinnerVariantProps> & SpinnerV
745
745
  className?: string;
746
746
  };
747
747
 
748
+ export declare const splitProps: (props: Record<string, any>) => [string, Record<string, any>];
749
+
748
750
  export declare const Tag: React.FC<TagProps>;
749
751
 
750
752
  declare type TagProps = BoxProps & TagVariantProps & {
package/dist/index.js CHANGED
@@ -3259,6 +3259,7 @@ export {
3259
3259
  Toggle,
3260
3260
  ToggleInput,
3261
3261
  Tooltip,
3262
+ splitProps,
3262
3263
  useTheme
3263
3264
  };
3264
3265
  //# sourceMappingURL=index.js.map
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@okshaun/components",
3
3
  "private": false,
4
- "version": "0.3.1",
4
+ "version": "0.3.2",
5
5
  "description": "A comprehensive React component library with Panda CSS theming",
6
6
  "type": "module",
7
7
  "main": "./dist/index.js",