@synerise/ds-tags 0.7.16 → 0.7.17

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,14 @@
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.7.17](https://github.com/Synerise/synerise-design/compare/@synerise/ds-tags@0.7.16...@synerise/ds-tags@0.7.17) (2023-04-05)
7
+
8
+ **Note:** Version bump only for package @synerise/ds-tags
9
+
10
+
11
+
12
+
13
+
6
14
  ## [0.7.16](https://github.com/Synerise/synerise-design/compare/@synerise/ds-tags@0.7.15...@synerise/ds-tags@0.7.16) (2023-03-31)
7
15
 
8
16
  **Note:** Version bump only for package @synerise/ds-tags
@@ -14,7 +14,9 @@ export declare const ManageLinkButton: import("styled-components").StyledCompone
14
14
  onlyChild: boolean;
15
15
  }, never>;
16
16
  export declare const Seperator: import("styled-components").StyledComponent<"hr", any, {}, never>;
17
- export declare const DropdownContainer: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<ScrollbarProps & import("react").RefAttributes<HTMLElement>>, any, ScrollbarProps, never>;
17
+ export declare const DropdownContainer: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("@synerise/ds-scrollbar").ScrollbarAdditionalProps & {
18
+ children: import("react").ReactNode;
19
+ } & import("react").RefAttributes<HTMLElement>>, any, ScrollbarProps, never>;
18
20
  export declare const DropdownTagsContainer: import("styled-components").StyledComponent<"div", any, {
19
21
  isCreatable: boolean;
20
22
  }, never>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@synerise/ds-tags",
3
- "version": "0.7.16",
3
+ "version": "0.7.17",
4
4
  "description": "Tags UI Component for the Synerise Design System",
5
5
  "license": "ISC",
6
6
  "repository": "Synerise/synerise-design",
@@ -33,9 +33,9 @@
33
33
  "types": "dist/index.d.ts",
34
34
  "dependencies": {
35
35
  "@synerise/ds-button": "^0.17.12",
36
- "@synerise/ds-dropdown": "^0.17.59",
36
+ "@synerise/ds-dropdown": "^0.17.60",
37
37
  "@synerise/ds-icon": "^0.54.0",
38
- "@synerise/ds-search-bar": "^0.6.26"
38
+ "@synerise/ds-search-bar": "^0.6.27"
39
39
  },
40
40
  "peerDependencies": {
41
41
  "@synerise/ds-core": "*",
@@ -44,5 +44,5 @@
44
44
  "devDependencies": {
45
45
  "@synerise/ds-utils": "^0.19.0"
46
46
  },
47
- "gitHead": "2ba3cb743a9dde56429a5616ca840dbcd8f3f8be"
47
+ "gitHead": "42bda32506d121cbc207c73efca09f300a749120"
48
48
  }