@synerise/ds-color-picker 0.4.7 → 0.4.9
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 +16 -0
- package/dist/ColorPicker.styles.js +1 -3
- package/package.json +11 -11
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,22 @@
|
|
|
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.4.9](https://github.com/Synerise/synerise-design/compare/@synerise/ds-color-picker@0.4.8...@synerise/ds-color-picker@0.4.9) (2025-03-10)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @synerise/ds-color-picker
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
## [0.4.8](https://github.com/Synerise/synerise-design/compare/@synerise/ds-color-picker@0.4.7...@synerise/ds-color-picker@0.4.8) (2025-03-04)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @synerise/ds-color-picker
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
6
22
|
## [0.4.7](https://github.com/Synerise/synerise-design/compare/@synerise/ds-color-picker@0.4.6...@synerise/ds-color-picker@0.4.7) (2025-02-27)
|
|
7
23
|
|
|
8
24
|
**Note:** Version bump only for package @synerise/ds-color-picker
|
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
var _templateObject;
|
|
2
|
-
function _taggedTemplateLiteralLoose(strings, raw) { if (!raw) { raw = strings.slice(0); } strings.raw = raw; return strings; }
|
|
3
1
|
import styled, { createGlobalStyle } from 'styled-components';
|
|
4
2
|
// @ts-ignore
|
|
5
3
|
import { TagsStyles, Tag } from '@synerise/ds-tags';
|
|
@@ -80,7 +78,7 @@ export var ValueWrapper = styled.div.withConfig({
|
|
|
80
78
|
displayName: "ColorPickerstyles__ValueWrapper",
|
|
81
79
|
componentId: "sc-1iu8b6j-11"
|
|
82
80
|
})(["display:flex;font-size:12px;"]);
|
|
83
|
-
export var ColorPickerModalStyle = createGlobalStyle(
|
|
81
|
+
export var ColorPickerModalStyle = createGlobalStyle([".color-picker-overlay{min-width:unset !important;max-width:", "px;width:100%;}"], function (_ref) {
|
|
84
82
|
var maxWidth = _ref.maxWidth;
|
|
85
83
|
return maxWidth;
|
|
86
84
|
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@synerise/ds-color-picker",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.9",
|
|
4
4
|
"description": "Color-Picker Component for the Synerise Design System",
|
|
5
5
|
"license": "ISC",
|
|
6
6
|
"repository": "Synerise/synerise-design",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"build:js": "babel --delete-dir-on-start --root-mode upward src --out-dir dist --extensions '.js,.ts,.tsx'",
|
|
22
22
|
"build:watch": "npm run build:js -- --watch",
|
|
23
23
|
"defs": "tsc --declaration --outDir dist/ --emitDeclarationOnly",
|
|
24
|
-
"pack:ci": "npm pack --pack-destination ../../
|
|
24
|
+
"pack:ci": "npm pack --pack-destination ../../storybook/storybook-static/static",
|
|
25
25
|
"prepublish": "npm run build",
|
|
26
26
|
"test": "jest",
|
|
27
27
|
"test:watch": "npm run test -- --watchAll",
|
|
@@ -34,14 +34,14 @@
|
|
|
34
34
|
],
|
|
35
35
|
"types": "dist/index.d.ts",
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@synerise/ds-button": "^0.23.
|
|
38
|
-
"@synerise/ds-divider": "^0.9.
|
|
39
|
-
"@synerise/ds-dropdown": "^0.19.
|
|
40
|
-
"@synerise/ds-icon": "^0.
|
|
41
|
-
"@synerise/ds-input": "^0.25.
|
|
42
|
-
"@synerise/ds-tags": "^0.11.
|
|
43
|
-
"@synerise/ds-tooltip": "^0.16.
|
|
44
|
-
"@synerise/ds-utils": "^0.32.
|
|
37
|
+
"@synerise/ds-button": "^0.23.4",
|
|
38
|
+
"@synerise/ds-divider": "^0.9.6",
|
|
39
|
+
"@synerise/ds-dropdown": "^0.19.9",
|
|
40
|
+
"@synerise/ds-icon": "^0.72.1",
|
|
41
|
+
"@synerise/ds-input": "^0.25.9",
|
|
42
|
+
"@synerise/ds-tags": "^0.11.9",
|
|
43
|
+
"@synerise/ds-tooltip": "^0.16.3",
|
|
44
|
+
"@synerise/ds-utils": "^0.32.3",
|
|
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": "a176b46dab123cd503247ae57022f8e808772d68"
|
|
55
55
|
}
|