@plexcord/types 1.17.0 → 1.17.1

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@plexcord/types",
3
3
  "private": false,
4
- "version": "1.17.0",
4
+ "version": "1.17.1",
5
5
  "description": "",
6
6
  "types": "index.d.ts",
7
7
  "scripts": {
@@ -26,7 +26,7 @@
26
26
  "type-fest": "^4.35.0"
27
27
  },
28
28
  "peerDependencies": {
29
- "@types/react": "18.3.1",
30
- "@types/react-dom": "18.3.1"
29
+ "@types/react": "19.2.1",
30
+ "@types/react-dom": "19.2.0"
31
31
  }
32
32
  }
@@ -53,7 +53,7 @@ declare const _default: {
53
53
  })[];
54
54
  };
55
55
  }>, {}>;
56
- colorDecodeHook(user: UserProfile): UserProfile;
56
+ colorDecodeHook(user: UserProfile): any;
57
57
  addCopy3y3Button: import("react").FunctionComponent<Colors>;
58
58
  } & Record<PropertyKey, any> & import("../../utils/types").Plugin;
59
59
  export default _default;
@@ -7,7 +7,8 @@ export declare const moment: typeof import("moment");
7
7
  export declare const hljs: typeof import("highlight.js").default;
8
8
  export declare const useDrag: any;
9
9
  export declare const useDrop: any;
10
- export declare const match: typeof import("ts-pattern").match, P: typeof import("ts-pattern/dist/patterns");
10
+ export declare const match: typeof import("ts-pattern").match;
11
+ export declare const P: any;
11
12
  export declare const lodash: typeof import("lodash");
12
13
  export declare const i18n: Record<"t" | "intl", any>;
13
14
  export declare let SnowflakeUtils: t.SnowflakeUtils;