@synerise/ds-color-picker 1.0.0 → 1.1.0

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.1.0](https://github.com/Synerise/synerise-design/compare/@synerise/ds-color-picker@1.0.0...@synerise/ds-color-picker@1.1.0) (2025-03-18)
7
+
8
+
9
+ ### Features
10
+
11
+ * **button:** add support for tag in button ([32b6956](https://github.com/Synerise/synerise-design/commit/32b6956d5e1f46df03abb4de8fbaf0a7d487043e))
12
+
13
+
14
+
15
+
16
+
6
17
  ## [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
18
 
8
19
  **Note:** Version bump only for package @synerise/ds-color-picker
@@ -3,12 +3,7 @@ import Button from '@synerise/ds-button';
3
3
  export declare const TagDot: import("styled-components").StyledComponent<"div", any, {
4
4
  pressed?: boolean | undefined;
5
5
  }, never>;
6
- export declare const ColorTag: import("styled-components").StyledComponent<{
7
- ({ id, name, className, disabled, removable, image, shape, color, textColor, onRemove, onClick, prefixel, suffixel, texts, asPill, dashed, ...htmlAttributes }: import("@synerise/ds-tags/dist/Tag/Tag.types").TagProps): import("react").JSX.Element;
8
- defaultProps: {
9
- shape: import("@synerise/ds-tags").TagShape;
10
- };
11
- }, any, {}, never>;
6
+ export declare const ColorTag: import("styled-components").StyledComponent<({ id, name, className, disabled, removable, image, shape, color, textColor, onRemove, onClick, prefixel, suffixel, texts, asPill, dashed, ...htmlAttributes }: import("@synerise/ds-tags").TagProps) => import("react").JSX.Element, any, {}, never>;
12
7
  export declare const AddColorButton: import("styled-components").StyledComponent<typeof Button, any, {}, never>;
13
8
  export declare const CopyIcon: import("styled-components").StyledComponent<({ name, component, className, ...rest }: import("@synerise/ds-icon").IconProps) => import("react").JSX.Element, any, {}, never>;
14
9
  export declare const ColorPickerInput: import("styled-components").StyledComponent<({ className, errorText, label, description, counterLimit, tooltip, tooltipConfig, icon1, icon1Tooltip, autoResize, icon2, icon2Tooltip, resetMargin, handleInputRef, prefixel, suffixel, error, expandable, expandableTooltip, renderCustomCounter, ...antdInputProps }: import("@synerise/ds-input").InputProps) => import("react").JSX.Element, any, {}, never>;
@@ -30,12 +25,7 @@ declare const _default: {
30
25
  SubContainer: import("styled-components").StyledComponent<"div", any, {
31
26
  savedColors?: boolean | undefined;
32
27
  }, never>;
33
- ColorTag: import("styled-components").StyledComponent<{
34
- ({ id, name, className, disabled, removable, image, shape, color, textColor, onRemove, onClick, prefixel, suffixel, texts, asPill, dashed, ...htmlAttributes }: import("@synerise/ds-tags/dist/Tag/Tag.types").TagProps): import("react").JSX.Element;
35
- defaultProps: {
36
- shape: import("@synerise/ds-tags").TagShape;
37
- };
38
- }, any, {}, never>;
28
+ ColorTag: import("styled-components").StyledComponent<({ id, name, className, disabled, removable, image, shape, color, textColor, onRemove, onClick, prefixel, suffixel, texts, asPill, dashed, ...htmlAttributes }: import("@synerise/ds-tags").TagProps) => import("react").JSX.Element, any, {}, never>;
39
29
  PrefixTag: import("styled-components").StyledComponent<"div", any, {
40
30
  height?: boolean | undefined;
41
31
  size?: "S" | "M" | "L" | undefined;
@@ -1,5 +1,4 @@
1
1
  import styled, { createGlobalStyle } from 'styled-components';
2
- // @ts-ignore
3
2
  import { TagsStyles, Tag } from '@synerise/ds-tags';
4
3
  import Button from '@synerise/ds-button';
5
4
  import Icon from '@synerise/ds-icon';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@synerise/ds-color-picker",
3
- "version": "1.0.0",
3
+ "version": "1.1.0",
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.0.0",
38
- "@synerise/ds-divider": "^1.0.0",
39
- "@synerise/ds-dropdown": "^1.0.0",
40
- "@synerise/ds-icon": "^1.0.0",
41
- "@synerise/ds-input": "^1.0.0",
42
- "@synerise/ds-tags": "^1.0.0",
43
- "@synerise/ds-tooltip": "^1.0.0",
44
- "@synerise/ds-utils": "^1.0.0",
37
+ "@synerise/ds-button": "^1.1.0",
38
+ "@synerise/ds-divider": "^1.0.1",
39
+ "@synerise/ds-dropdown": "^1.0.1",
40
+ "@synerise/ds-icon": "^1.0.1",
41
+ "@synerise/ds-input": "^1.0.1",
42
+ "@synerise/ds-tags": "^1.1.0",
43
+ "@synerise/ds-tooltip": "^1.1.0",
44
+ "@synerise/ds-utils": "^1.0.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": "e4c3690238a44b584b9ea41e4aa52b1eec42174b"
54
+ "gitHead": "218110f61f4371bc04d793b2b976b71d14e99e76"
55
55
  }