@chayns-components/color-picker 5.5.38-alpha.0 → 5.5.38
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/AGENTS.md +1 -1
- 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` | `
|
|
89
|
+
| `alignment` | `PopupAlignment \| undefined` | 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.38
|
|
3
|
+
"version": "5.5.38",
|
|
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": "
|
|
88
|
+
"gitHead": "3301c276c7b43609eb201ea5409b395d029affaa"
|
|
89
89
|
}
|