@synerise/ds-color-picker 1.2.2 → 1.2.4
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 +19 -0
- package/dist/ColorPicker.styles.js +1 -1
- package/package.json +10 -10
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,25 @@
|
|
|
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
|
+
## [1.2.4](https://github.com/Synerise/synerise-design/compare/@synerise/ds-color-picker@1.2.3...@synerise/ds-color-picker@1.2.4) (2025-06-03)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* **color-picker:** css rule specificity ([6806a54](https://github.com/Synerise/synerise-design/commit/6806a54c0bf754e448013fd6fa2fae632ae188f8))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
## [1.2.3](https://github.com/Synerise/synerise-design/compare/@synerise/ds-color-picker@1.2.2...@synerise/ds-color-picker@1.2.3) (2025-05-26)
|
|
18
|
+
|
|
19
|
+
**Note:** Version bump only for package @synerise/ds-color-picker
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
6
25
|
## [1.2.2](https://github.com/Synerise/synerise-design/compare/@synerise/ds-color-picker@1.2.1...@synerise/ds-color-picker@1.2.2) (2025-05-19)
|
|
7
26
|
|
|
8
27
|
**Note:** Version bump only for package @synerise/ds-color-picker
|
|
@@ -54,7 +54,7 @@ export var ColorPickerInput = styled(Input).withConfig({
|
|
|
54
54
|
export var ColorPickerSelect = styled(Input).withConfig({
|
|
55
55
|
displayName: "ColorPickerstyles__ColorPickerSelect",
|
|
56
56
|
componentId: "sc-1iu8b6j-7"
|
|
57
|
-
})([".ant-input-affix-wrapper{padding:4px 4px;}.ant-input-prefix{margin-right:8px;}
|
|
57
|
+
})(["&&&{.ant-input-affix-wrapper{padding:4px 4px;}.ant-input-prefix{margin-right:8px;}.ant-input{padding-right:4px;box-shadow:none;}width:100px;}"]);
|
|
58
58
|
export var PrefixTag = styled.div.withConfig({
|
|
59
59
|
displayName: "ColorPickerstyles__PrefixTag",
|
|
60
60
|
componentId: "sc-1iu8b6j-8"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@synerise/ds-color-picker",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.4",
|
|
4
4
|
"description": "Color-Picker Component for the Synerise Design System",
|
|
5
5
|
"license": "ISC",
|
|
6
6
|
"repository": "Synerise/synerise-design",
|
|
@@ -34,14 +34,14 @@
|
|
|
34
34
|
],
|
|
35
35
|
"types": "dist/index.d.ts",
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@synerise/ds-button": "^1.3.
|
|
38
|
-
"@synerise/ds-divider": "^1.0.
|
|
39
|
-
"@synerise/ds-dropdown": "^1.0.
|
|
40
|
-
"@synerise/ds-icon": "^1.5.
|
|
41
|
-
"@synerise/ds-input": "^1.1.
|
|
42
|
-
"@synerise/ds-tags": "^1.1.
|
|
43
|
-
"@synerise/ds-tooltip": "^1.1.
|
|
44
|
-
"@synerise/ds-utils": "^1.1.
|
|
37
|
+
"@synerise/ds-button": "^1.3.2",
|
|
38
|
+
"@synerise/ds-divider": "^1.0.9",
|
|
39
|
+
"@synerise/ds-dropdown": "^1.0.9",
|
|
40
|
+
"@synerise/ds-icon": "^1.5.1",
|
|
41
|
+
"@synerise/ds-input": "^1.1.4",
|
|
42
|
+
"@synerise/ds-tags": "^1.1.9",
|
|
43
|
+
"@synerise/ds-tooltip": "^1.1.8",
|
|
44
|
+
"@synerise/ds-utils": "^1.1.1",
|
|
45
45
|
"copy-to-clipboard": "^3.3.1",
|
|
46
46
|
"react-colorful": "^5.2.0"
|
|
47
47
|
},
|
|
@@ -51,5 +51,5 @@
|
|
|
51
51
|
"react": ">=16.9.0 <= 18.3.1",
|
|
52
52
|
"styled-components": "^5.3.3"
|
|
53
53
|
},
|
|
54
|
-
"gitHead": "
|
|
54
|
+
"gitHead": "12eaee0c6431aac9a7b2dbc42e0f8567b3de7244"
|
|
55
55
|
}
|