@synerise/ds-tags 0.9.3 → 0.9.5

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,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.9.5](https://github.com/Synerise/synerise-design/compare/@synerise/ds-tags@0.9.4...@synerise/ds-tags@0.9.5) (2024-07-15)
7
+
8
+ **Note:** Version bump only for package @synerise/ds-tags
9
+
10
+
11
+
12
+
13
+
14
+ ## [0.9.4](https://github.com/Synerise/synerise-design/compare/@synerise/ds-tags@0.9.3...@synerise/ds-tags@0.9.4) (2024-07-05)
15
+
16
+ **Note:** Version bump only for package @synerise/ds-tags
17
+
18
+
19
+
20
+
21
+
6
22
  ## [0.9.3](https://github.com/Synerise/synerise-design/compare/@synerise/ds-tags@0.9.2...@synerise/ds-tags@0.9.3) (2024-07-02)
7
23
 
8
24
 
@@ -20,6 +20,6 @@ export declare const DropdownContainer: import("styled-components").StyledCompon
20
20
  export declare const DropdownTagsContainer: import("styled-components").StyledComponent<"div", any, {
21
21
  isCreatable: boolean;
22
22
  }, never>;
23
- export declare const DropdownSearch: import("styled-components").StyledComponent<import("react").FC<import("@synerise/ds-search-bar/dist/SearchBar.types").SearchBarProps>, any, {}, never>;
23
+ export declare const DropdownSearch: import("styled-components").StyledComponent<({ value, className, onSearchChange, onClearInput, placeholder, iconLeft, autofocus, clearTooltip, disabled, borderRadius, handleInputRef, autofocusDelay, }: import("@synerise/ds-search-bar/dist/SearchBar.types").SearchBarProps) => import("react").JSX.Element, any, {}, never>;
24
24
  export declare const DropdownNoTags: import("styled-components").StyledComponent<"div", any, {}, never>;
25
25
  export declare const Overlay: import("styled-components").StyledComponent<"div", any, {}, never>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@synerise/ds-tags",
3
- "version": "0.9.3",
3
+ "version": "0.9.5",
4
4
  "description": "Tags UI Component for the Synerise Design System",
5
5
  "license": "ISC",
6
6
  "repository": "Synerise/synerise-design",
@@ -33,22 +33,18 @@
33
33
  ],
34
34
  "types": "dist/index.d.ts",
35
35
  "dependencies": {
36
- "@synerise/ds-button": "^0.21.1",
37
- "@synerise/ds-dropdown": "^0.18.3",
38
- "@synerise/ds-icon": "^0.63.0",
39
- "@synerise/ds-result": "^0.6.58",
40
- "@synerise/ds-scrollbar": "^0.11.2",
41
- "@synerise/ds-search-bar": "^0.6.78",
42
- "@synerise/ds-tooltip": "^0.14.31"
36
+ "@synerise/ds-button": "^0.21.3",
37
+ "@synerise/ds-dropdown": "^0.18.5",
38
+ "@synerise/ds-icon": "^0.64.1",
39
+ "@synerise/ds-result": "^0.6.60",
40
+ "@synerise/ds-scrollbar": "^0.11.4",
41
+ "@synerise/ds-search-bar": "^0.6.80",
42
+ "@synerise/ds-tooltip": "^0.14.33"
43
43
  },
44
44
  "peerDependencies": {
45
45
  "@synerise/ds-core": "*",
46
- "react": ">=16.9.0 < 17.0.0",
46
+ "react": ">=16.9.0 <= 17.0.2",
47
47
  "styled-components": "5.0.1"
48
48
  },
49
- "devDependencies": {
50
- "@synerise/ds-utils": "^0.27.0",
51
- "@testing-library/react": "10.0.1"
52
- },
53
- "gitHead": "0692552b018dc9c8042f18c773f88890c9ad3270"
49
+ "gitHead": "6f4996380356c1e5cb9a9d8b553069ad9cea7c27"
54
50
  }