@synerise/ds-color-picker 1.2.3 → 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 CHANGED
@@ -3,6 +3,17 @@
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
+
6
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)
7
18
 
8
19
  **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;}&&& .ant-input{padding-right:4px;box-shadow:none;}width:100px;"]);
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",
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,12 +34,12 @@
34
34
  ],
35
35
  "types": "dist/index.d.ts",
36
36
  "dependencies": {
37
- "@synerise/ds-button": "^1.3.1",
37
+ "@synerise/ds-button": "^1.3.2",
38
38
  "@synerise/ds-divider": "^1.0.9",
39
39
  "@synerise/ds-dropdown": "^1.0.9",
40
40
  "@synerise/ds-icon": "^1.5.1",
41
41
  "@synerise/ds-input": "^1.1.4",
42
- "@synerise/ds-tags": "^1.1.8",
42
+ "@synerise/ds-tags": "^1.1.9",
43
43
  "@synerise/ds-tooltip": "^1.1.8",
44
44
  "@synerise/ds-utils": "^1.1.1",
45
45
  "copy-to-clipboard": "^3.3.1",
@@ -51,5 +51,5 @@
51
51
  "react": ">=16.9.0 <= 18.3.1",
52
52
  "styled-components": "^5.3.3"
53
53
  },
54
- "gitHead": "9e9cc54e3690b4d51323f91c81b3b79305984da6"
54
+ "gitHead": "12eaee0c6431aac9a7b2dbc42e0f8567b3de7244"
55
55
  }