@synerise/ds-color-picker 0.3.8 → 0.3.10

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/CHANGELOG.md CHANGED
@@ -3,6 +3,26 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [0.3.10](https://github.com/Synerise/synerise-design/compare/@synerise/ds-color-picker@0.3.9...@synerise/ds-color-picker@0.3.10) (2023-03-08)
7
+
8
+ **Note:** Version bump only for package @synerise/ds-color-picker
9
+
10
+
11
+
12
+
13
+
14
+ ## [0.3.9](https://github.com/Synerise/synerise-design/compare/@synerise/ds-color-picker@0.3.8...@synerise/ds-color-picker@0.3.9) (2023-03-06)
15
+
16
+
17
+ ### Bug Fixes
18
+
19
+ * change InputProps import in ColorPicker ([798cbf5](https://github.com/Synerise/synerise-design/commit/798cbf5710f1f564910f0dd5f459bc0408187d80))
20
+ * fix import ([b5761a4](https://github.com/Synerise/synerise-design/commit/b5761a4beea1436903552fc0f4fa0f2424448b63))
21
+
22
+
23
+
24
+
25
+
6
26
  ## [0.3.8](https://github.com/Synerise/synerise-design/compare/@synerise/ds-color-picker@0.3.7...@synerise/ds-color-picker@0.3.8) (2023-03-02)
7
27
 
8
28
  **Note:** Version bump only for package @synerise/ds-color-picker
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- import type { InputProps } from '@synerise/ds-input';
2
+ import type { InputProps } from 'antd/lib/input';
3
3
  export declare type ColorHookType = {
4
4
  color: string;
5
5
  setColor: (color: string) => void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@synerise/ds-color-picker",
3
- "version": "0.3.8",
3
+ "version": "0.3.10",
4
4
  "description": "Color-Picker Component for the Synerise Design System",
5
5
  "license": "ISC",
6
6
  "repository": "Synerise/synerise-design",
@@ -33,11 +33,11 @@
33
33
  "types": "dist/index.d.ts",
34
34
  "dependencies": {
35
35
  "@synerise/ds-button": "^0.17.12",
36
- "@synerise/ds-divider": "^0.5.28",
36
+ "@synerise/ds-divider": "^0.5.29",
37
37
  "@synerise/ds-icon": "^0.54.0",
38
- "@synerise/ds-input": "^0.18.35",
39
- "@synerise/ds-select": "^0.14.38",
40
- "@synerise/ds-tags": "^0.7.11",
38
+ "@synerise/ds-input": "^0.18.36",
39
+ "@synerise/ds-select": "^0.15.0",
40
+ "@synerise/ds-tags": "^0.7.13",
41
41
  "rc-select": "~11.4.0",
42
42
  "react-colorful": "^5.2.0"
43
43
  },
@@ -45,5 +45,5 @@
45
45
  "@synerise/ds-core": "*",
46
46
  "react": ">=16.9.0 < 17.0.0"
47
47
  },
48
- "gitHead": "91c3937d5564d273bfb0ad2029eecaf14ca921c8"
48
+ "gitHead": "55d4a4dfa9230bea883b887e4457ca86f8509d83"
49
49
  }