@chayns-components/color-picker 5.0.0-beta.346 → 5.0.0-beta.348

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.
@@ -18,7 +18,6 @@ export declare const StyledHueSlider: import("styled-components").IStyledCompone
18
18
  id?: string | undefined;
19
19
  lang?: string | undefined;
20
20
  nonce?: string | undefined;
21
- placeholder?: string | undefined;
22
21
  slot?: string | undefined;
23
22
  spellCheck?: (boolean | "true" | "false") | undefined;
24
23
  style?: CSSProperties | undefined;
@@ -50,7 +49,7 @@ export declare const StyledHueSlider: import("styled-components").IStyledCompone
50
49
  results?: number | undefined;
51
50
  security?: string | undefined;
52
51
  unselectable?: "on" | "off" | undefined;
53
- inputMode?: "text" | "search" | "none" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
52
+ inputMode?: "text" | "search" | "email" | "tel" | "url" | "none" | "numeric" | "decimal" | undefined;
54
53
  is?: string | undefined;
55
54
  "aria-activedescendant"?: string | undefined;
56
55
  "aria-atomic"?: (boolean | "true" | "false") | undefined;
@@ -64,7 +63,7 @@ export declare const StyledHueSlider: import("styled-components").IStyledCompone
64
63
  "aria-colindextext"?: string | undefined;
65
64
  "aria-colspan"?: number | undefined;
66
65
  "aria-controls"?: string | undefined;
67
- "aria-current"?: boolean | "step" | "time" | "true" | "false" | "page" | "location" | "date" | undefined;
66
+ "aria-current"?: boolean | "step" | "time" | "date" | "true" | "false" | "page" | "location" | undefined;
68
67
  "aria-describedby"?: string | undefined;
69
68
  "aria-description"?: string | undefined;
70
69
  "aria-details"?: 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.346",
3
+ "version": "5.0.0-beta.348",
4
4
  "description": "A set of beautiful React components for developing your own applications with chayns.",
5
5
  "keywords": [
6
6
  "chayns",
@@ -34,26 +34,26 @@
34
34
  },
35
35
  "devDependencies": {
36
36
  "@babel/cli": "^7.23.4",
37
- "@babel/core": "^7.23.3",
38
- "@babel/preset-env": "^7.23.3",
37
+ "@babel/core": "^7.23.6",
38
+ "@babel/preset-env": "^7.23.6",
39
39
  "@babel/preset-react": "^7.23.3",
40
40
  "@babel/preset-typescript": "^7.23.3",
41
- "@types/react": "^18.2.38",
41
+ "@types/react": "^18.2.45",
42
42
  "@types/react-dom": "^18.2.17",
43
- "@types/styled-components": "^5.1.32",
43
+ "@types/styled-components": "^5.1.34",
44
44
  "@types/uuid": "^9.0.7",
45
45
  "babel-loader": "^9.1.3",
46
46
  "lerna": "^7.4.2",
47
47
  "react": "^18.2.0",
48
48
  "react-dom": "^18.2.0",
49
49
  "styled-components": "^6.1.1",
50
- "typescript": "^5.3.2"
50
+ "typescript": "^5.3.3"
51
51
  },
52
52
  "dependencies": {
53
- "@chayns-components/core": "^5.0.0-beta.346",
53
+ "@chayns-components/core": "^5.0.0-beta.348",
54
54
  "@chayns/colors": "^2.0.0",
55
55
  "clsx": "^2.0.0",
56
- "framer-motion": "^10.16.5",
56
+ "framer-motion": "^10.16.16",
57
57
  "uuid": "^9.0.1"
58
58
  },
59
59
  "peerDependencies": {
@@ -64,5 +64,5 @@
64
64
  "publishConfig": {
65
65
  "access": "public"
66
66
  },
67
- "gitHead": "2f25c107ef7edca11e207403e853aa1b403b0b65"
67
+ "gitHead": "efcbdf3b4cfb8cd2bdf0591593f4060df5b9c3f5"
68
68
  }