@synerise/ds-column-manager 1.1.0 → 1.1.1

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
+ ## [1.1.1](https://github.com/Synerise/synerise-design/compare/@synerise/ds-column-manager@1.1.0...@synerise/ds-column-manager@1.1.1) (2025-06-11)
7
+
8
+ **Note:** Version bump only for package @synerise/ds-column-manager
9
+
10
+
11
+
12
+
13
+
6
14
  # [1.1.0](https://github.com/Synerise/synerise-design/compare/@synerise/ds-column-manager@1.0.13...@synerise/ds-column-manager@1.1.0) (2025-06-05)
7
15
 
8
16
 
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
2
  import Drawer from '@synerise/ds-drawer';
3
3
  export declare const ColumnManager: import("styled-components").StyledComponent<typeof Drawer, any, {}, never>;
4
- export declare const SearchBar: import("styled-components").StyledComponent<({ value, className, onSearchChange, onClearInput, placeholder, iconLeft, autofocus, clearTooltip, disabled, borderRadius, handleInputRef, autofocusDelay, clearTooltipProps, ...htmlAttributes }: import("@synerise/ds-search-bar").SearchBarProps) => import("react").JSX.Element, any, {}, never>;
4
+ export declare const SearchBar: import("styled-components").StyledComponent<({ value, className, onSearchChange, onClearInput, placeholder, iconLeft, autofocus, clearTooltip, disabled, borderRadius, handleInputRef, autofocusDelay, clearTooltipProps, valuePrefix, ...htmlAttributes }: import("@synerise/ds-search-bar").SearchBarProps) => import("react").JSX.Element, any, {}, never>;
5
5
  export declare const ColumnManagerListWrapper: import("styled-components").StyledComponent<"div", any, {}, never>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@synerise/ds-column-manager",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "description": "ColumnManager UI Component for the Synerise Design System",
5
5
  "license": "ISC",
6
6
  "repository": "Synerise/synerise-design",
@@ -37,7 +37,7 @@
37
37
  "@synerise/ds-menu": "^1.0.11",
38
38
  "@synerise/ds-result": "^1.0.11",
39
39
  "@synerise/ds-scrollbar": "^1.0.10",
40
- "@synerise/ds-search-bar": "^1.2.0",
40
+ "@synerise/ds-search-bar": "^1.3.0",
41
41
  "@synerise/ds-sortable": "^1.2.0",
42
42
  "@synerise/ds-switch": "^1.1.5",
43
43
  "@synerise/ds-tooltip": "^1.1.9",
@@ -52,5 +52,5 @@
52
52
  "react-intl": ">=3.12.0 <= 6.8",
53
53
  "styled-components": "^5.3.3"
54
54
  },
55
- "gitHead": "93bc81d59d20bc8f3bc80c5d56ae7f7c0838380d"
55
+ "gitHead": "35c8f09d6a248f199237766c1f5181f4b3fc88af"
56
56
  }