@synerise/ds-select 0.16.0 → 0.16.2

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.16.2](https://github.com/synerise/synerise-design/compare/@synerise/ds-select@0.16.1...@synerise/ds-select@0.16.2) (2024-05-29)
7
+
8
+ **Note:** Version bump only for package @synerise/ds-select
9
+
10
+
11
+
12
+
13
+
14
+ ## [0.16.1](https://github.com/synerise/synerise-design/compare/@synerise/ds-select@0.16.0...@synerise/ds-select@0.16.1) (2024-05-23)
15
+
16
+ **Note:** Version bump only for package @synerise/ds-select
17
+
18
+
19
+
20
+
21
+
6
22
  # [0.16.0](https://github.com/synerise/synerise-design/compare/@synerise/ds-select@0.15.50...@synerise/ds-select@0.16.0) (2024-05-16)
7
23
 
8
24
 
@@ -12,7 +12,7 @@ export declare const AntdSelectOption: import("styled-components").StyledCompone
12
12
  export declare const AntdSelectOptGroup: import("styled-components").StyledComponent<import("rc-select/lib/OptGroup").OptionGroupFC, any, {}, never>;
13
13
  export declare const LabelWrapper: import("styled-components").StyledComponent<"div", any, {}, never>;
14
14
  export declare const ContentBelow: import("styled-components").StyledComponent<"div", any, {}, never>;
15
- export declare const Label: import("styled-components").StyledComponent<({ id, className, label, tooltip, tooltipConfig, style }: import("@synerise/ds-input/dist/Label/Label.types").LabelProps) => JSX.Element, any, {}, never>;
15
+ export declare const Label: import("styled-components").StyledComponent<({ id, className, label, tooltip, tooltipConfig, style }: import("@synerise/ds-input/dist/Label/Label.types").LabelProps) => React.JSX.Element, any, {}, never>;
16
16
  export declare const PrefixWrapper: import("styled-components").StyledComponent<"div", any, {}, never>;
17
17
  export declare const SuffixWrapper: import("styled-components").StyledComponent<"div", any, {}, never>;
18
18
  export declare const SelectWrapper: import("styled-components").StyledComponent<"div", any, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@synerise/ds-select",
3
- "version": "0.16.0",
3
+ "version": "0.16.2",
4
4
  "description": "Select UI Component for the Synerise Design System",
5
5
  "license": "ISC",
6
6
  "repository": "synerise/synerise-design",
@@ -33,9 +33,9 @@
33
33
  ],
34
34
  "types": "dist/index.d.ts",
35
35
  "dependencies": {
36
- "@synerise/ds-icon": "^0.61.0",
37
- "@synerise/ds-input": "^0.21.3",
38
- "@synerise/ds-tooltip": "^0.14.28",
36
+ "@synerise/ds-icon": "^0.62.0",
37
+ "@synerise/ds-input": "^0.21.5",
38
+ "@synerise/ds-tooltip": "^0.14.29",
39
39
  "@synerise/ds-typography": "^0.15.0",
40
40
  "classnames": "2.3.2"
41
41
  },
@@ -46,8 +46,8 @@
46
46
  "styled-components": "5.0.1"
47
47
  },
48
48
  "devDependencies": {
49
- "@synerise/ds-utils": "^0.26.6",
49
+ "@synerise/ds-utils": "^0.27.0",
50
50
  "@testing-library/react": "10.0.1"
51
51
  },
52
- "gitHead": "fc089bbf34c691a313b3fa648851d7831a23e3d0"
52
+ "gitHead": "6bd94c78745df68ee3b853120a863ab24fc233ef"
53
53
  }