@gataca/design-system 0.3.96 → 0.3.97

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.
@@ -0,0 +1,6 @@
1
+ type OmitFunction = (value: any, key: string, obj: Record<string, any>) => boolean;
2
+ type OmitType = (obj: Record<string, any>, props?: string | string[] | OmitFunction, fn?: OmitFunction) => Record<string, any>;
3
+ export declare const isPlainObject: (o: any) => boolean;
4
+ export declare const isExtendable: (val: any) => boolean;
5
+ declare const omit: OmitType;
6
+ export default omit;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "homepage": "https://gataca-io.github.io/design-system",
3
3
  "name": "@gataca/design-system",
4
- "version": "0.3.96",
4
+ "version": "0.3.97",
5
5
  "files": [
6
6
  "dist"
7
7
  ],
@@ -59,11 +59,9 @@
59
59
  "@types/react-native-web": "^0.19.0",
60
60
  "babel-plugin-module-resolver": "^5.0.2",
61
61
  "object-assign": "^4.1.1",
62
- "object.omit": "^3.0.0",
63
62
  "prop-types": "^15.6.0",
64
63
  "react": "18.3.1",
65
64
  "react-device-detect": "^2.2.3",
66
- "react-hover-observer": "^2.1.1",
67
65
  "react-native": "0.75.3",
68
66
  "react-native-linear-gradient": "^2.8.3",
69
67
  "react-native-svg": "^15.7.1",
@@ -106,7 +104,6 @@
106
104
  "@storybook/theming": "^8.3.4",
107
105
  "@types/node": "^14.14.35",
108
106
  "@types/object-assign": "^4.0.33",
109
- "@types/object.omit": "^3.0.3",
110
107
  "@types/react": "^18.2.6",
111
108
  "@types/react-test-renderer": "^18.0.0",
112
109
  "babel-jest": "^29.6.3",