@chayns-components/color-picker 5.0.0-beta.822 → 5.0.0-beta.824

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.
@@ -10,12 +10,14 @@ export declare const StyledMotionColorAreaPointer: import("styled-components/dis
10
10
  suppressContentEditableWarning?: boolean | undefined;
11
11
  suppressHydrationWarning?: boolean | undefined;
12
12
  accessKey?: string | undefined;
13
+ autoCapitalize?: (string & {}) | "none" | "off" | "on" | "sentences" | "words" | "characters" | undefined;
13
14
  autoFocus?: boolean | undefined;
14
15
  className?: string | undefined;
15
16
  contentEditable?: "inherit" | (boolean | "true" | "false") | "plaintext-only" | undefined;
16
17
  contextMenu?: string | undefined;
17
18
  dir?: string | undefined;
18
19
  draggable?: (boolean | "true" | "false") | undefined;
20
+ enterKeyHint?: "search" | "enter" | "done" | "go" | "next" | "previous" | "send" | undefined;
19
21
  hidden?: boolean | undefined;
20
22
  id?: string | undefined;
21
23
  lang?: string | undefined;
@@ -36,7 +38,6 @@ export declare const StyledMotionColorAreaPointer: import("styled-components/dis
36
38
  rev?: string | undefined;
37
39
  typeof?: string | undefined;
38
40
  vocab?: string | undefined;
39
- autoCapitalize?: string | undefined;
40
41
  autoCorrect?: string | undefined;
41
42
  autoSave?: string | undefined;
42
43
  color?: string | undefined;
@@ -47,7 +48,7 @@ export declare const StyledMotionColorAreaPointer: import("styled-components/dis
47
48
  itemRef?: string | undefined;
48
49
  results?: number | undefined;
49
50
  security?: string | undefined;
50
- unselectable?: "on" | "off" | undefined;
51
+ unselectable?: "off" | "on" | undefined;
51
52
  inputMode?: "search" | "text" | "none" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
52
53
  is?: string | undefined;
53
54
  "aria-activedescendant"?: string | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chayns-components/color-picker",
3
- "version": "5.0.0-beta.822",
3
+ "version": "5.0.0-beta.824",
4
4
  "description": "A set of beautiful React components for developing your own applications with chayns.",
5
5
  "sideEffects": false,
6
6
  "browserslist": [
@@ -54,7 +54,7 @@
54
54
  "@babel/preset-env": "^7.25.4",
55
55
  "@babel/preset-react": "^7.24.7",
56
56
  "@babel/preset-typescript": "^7.24.7",
57
- "@types/react": "^18.3.6",
57
+ "@types/react": "^18.3.10",
58
58
  "@types/react-dom": "^18.3.0",
59
59
  "@types/styled-components": "^5.1.34",
60
60
  "@types/uuid": "^10.0.0",
@@ -67,7 +67,7 @@
67
67
  "typescript": "^5.6.2"
68
68
  },
69
69
  "dependencies": {
70
- "@chayns-components/core": "^5.0.0-beta.822",
70
+ "@chayns-components/core": "^5.0.0-beta.824",
71
71
  "@chayns/colors": "^2.0.0"
72
72
  },
73
73
  "peerDependencies": {
@@ -80,5 +80,5 @@
80
80
  "publishConfig": {
81
81
  "access": "public"
82
82
  },
83
- "gitHead": "e8b649a5bfb3f40535d95cbe0ac4b502b2c0fa85"
83
+ "gitHead": "54d1989a02b288b59895d7ac45fe63e7dc82dada"
84
84
  }