@chayns-components/color-picker 5.5.37 → 5.5.38-alpha.0

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.
Files changed (2) hide show
  1. package/AGENTS.md +1 -1
  2. package/package.json +2 -2
package/AGENTS.md CHANGED
@@ -86,7 +86,7 @@ import { ColorPicker } from '@chayns-components/color-picker';
86
86
 
87
87
  | name | type | required | description |
88
88
  | --- | --- | --- | --- |
89
- | `alignment` | `PopupAlignment \| undefined` | no | The alignment of the popup |
89
+ | `alignment` | `any` | no | The alignment of the popup |
90
90
  | `children` | `ReactNode` | no | The element that should be rendered to trigger the ColorPicker popup on click. |
91
91
  | `onPresetColorAdd` | `((presetColor: IPresetColor) => void) \| undefined` | no | Function to be executed when a preset color is added. |
92
92
  | `onPresetColorRemove` | `((presetColorId: string) => void) \| undefined` | no | Function to be executed when a preset color is removed. |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chayns-components/color-picker",
3
- "version": "5.5.37",
3
+ "version": "5.5.38-alpha.0",
4
4
  "description": "A set of beautiful React components for developing your own applications with chayns.",
5
5
  "sideEffects": false,
6
6
  "browserslist": [
@@ -85,5 +85,5 @@
85
85
  "publishConfig": {
86
86
  "access": "public"
87
87
  },
88
- "gitHead": "d54ff7f9ff20ebb76f33a5539cbb610b107a0cc7"
88
+ "gitHead": "804e8d3aa4c10a71f16b47d0095e7fa5222f79b4"
89
89
  }