@chayns-components/color-picker 5.0.0-beta.1118 → 5.0.0-beta.1122

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.
@@ -13,6 +13,6 @@ export declare const StyledColorPickerWrapperInfoColor: import("styled-component
13
13
  ref?: ((instance: HTMLDivElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLDivElement> | null | undefined;
14
14
  }>, StyledColorPickerWrapperInfoColorProps>, never>> & string;
15
15
  export declare const StyledColorPickerWrapperInfoText: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
16
- theme: import("@chayns-components/core/lib/types/components/color-scheme-provider/ColorSchemeProvider").Theme;
16
+ theme: import("@chayns-components/core").Theme;
17
17
  }>> & string;
18
18
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chayns-components/color-picker",
3
- "version": "5.0.0-beta.1118",
3
+ "version": "5.0.0-beta.1122",
4
4
  "description": "A set of beautiful React components for developing your own applications with chayns.",
5
5
  "sideEffects": false,
6
6
  "browserslist": [
@@ -69,7 +69,7 @@
69
69
  "typescript": "^5.8.3"
70
70
  },
71
71
  "dependencies": {
72
- "@chayns-components/core": "^5.0.0-beta.1118",
72
+ "@chayns-components/core": "^5.0.0-beta.1122",
73
73
  "@chayns/colors": "^2.0.0"
74
74
  },
75
75
  "peerDependencies": {
@@ -82,5 +82,5 @@
82
82
  "publishConfig": {
83
83
  "access": "public"
84
84
  },
85
- "gitHead": "48311ec34b2f3cb85fa7aad8bc7a17a848b826bd"
85
+ "gitHead": "a6b475119ed3cf672d0c7ec50c6b6df4249765d2"
86
86
  }