@synerise/ds-table 1.1.6 → 1.1.7
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.7](https://github.com/synerise/synerise-design/compare/@synerise/ds-table@1.1.6...@synerise/ds-table@1.1.7) (2025-04-24)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @synerise/ds-table
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
## [1.1.6](https://github.com/synerise/synerise-design/compare/@synerise/ds-table@1.1.5...@synerise/ds-table@1.1.6) (2025-04-16)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @synerise/ds-table
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import Button from '@synerise/ds-button';
|
|
3
|
-
export declare const FilterButtonGroup: import("styled-components").StyledComponent<({ className, children, title, description, size, fullWidth, buttonsPosition, disabled, splitMode, error, }: import("@synerise/ds-button-group").ButtonGroupProps) => import("react").JSX.Element, any, {}, never>;
|
|
3
|
+
export declare const FilterButtonGroup: import("styled-components").StyledComponent<({ className, children, title, description, size, fullWidth, buttonsPosition, disabled, splitMode, compact, error, }: import("@synerise/ds-button-group").ButtonGroupProps) => import("react").JSX.Element, any, {}, never>;
|
|
4
4
|
export declare const FilterButtonLabel: import("styled-components").StyledComponent<"span", any, {}, never>;
|
|
5
5
|
export declare const FilterButton: import("styled-components").StyledComponent<typeof Button, any, {
|
|
6
6
|
opened: boolean;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@synerise/ds-table",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.7",
|
|
4
4
|
"description": "Table UI Component for the Synerise Design System",
|
|
5
5
|
"license": "ISC",
|
|
6
6
|
"repository": "synerise/synerise-design",
|
|
@@ -34,30 +34,30 @@
|
|
|
34
34
|
],
|
|
35
35
|
"types": "dist/index.d.ts",
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@synerise/ds-alert": "^1.0.
|
|
38
|
-
"@synerise/ds-badge": "^1.0.
|
|
39
|
-
"@synerise/ds-button": "^1.1.
|
|
40
|
-
"@synerise/ds-button-group": "^1.0.
|
|
41
|
-
"@synerise/ds-checkbox": "^1.0.
|
|
42
|
-
"@synerise/ds-column-manager": "^1.0.
|
|
37
|
+
"@synerise/ds-alert": "^1.0.6",
|
|
38
|
+
"@synerise/ds-badge": "^1.0.6",
|
|
39
|
+
"@synerise/ds-button": "^1.1.5",
|
|
40
|
+
"@synerise/ds-button-group": "^1.0.6",
|
|
41
|
+
"@synerise/ds-checkbox": "^1.0.6",
|
|
42
|
+
"@synerise/ds-column-manager": "^1.0.8",
|
|
43
43
|
"@synerise/ds-data-format": "^1.0.0",
|
|
44
|
-
"@synerise/ds-dropdown": "^1.0.
|
|
44
|
+
"@synerise/ds-dropdown": "^1.0.6",
|
|
45
45
|
"@synerise/ds-flag": "^1.0.0",
|
|
46
|
-
"@synerise/ds-icon": "^1.4.
|
|
47
|
-
"@synerise/ds-input": "^1.1.
|
|
46
|
+
"@synerise/ds-icon": "^1.4.1",
|
|
47
|
+
"@synerise/ds-input": "^1.1.1",
|
|
48
48
|
"@synerise/ds-loader": "^1.0.1",
|
|
49
|
-
"@synerise/ds-menu": "^1.0.
|
|
50
|
-
"@synerise/ds-modal": "^1.0.
|
|
51
|
-
"@synerise/ds-pagination": "^1.0.
|
|
52
|
-
"@synerise/ds-result": "^1.0.
|
|
53
|
-
"@synerise/ds-scrollbar": "^1.0.
|
|
54
|
-
"@synerise/ds-search": "^1.1.
|
|
55
|
-
"@synerise/ds-select": "^1.1.
|
|
56
|
-
"@synerise/ds-skeleton": "^1.0.
|
|
57
|
-
"@synerise/ds-status": "^1.2.
|
|
58
|
-
"@synerise/ds-tag": "^1.1.
|
|
59
|
-
"@synerise/ds-tooltip": "^1.1.
|
|
60
|
-
"@synerise/ds-typography": "^1.0.
|
|
49
|
+
"@synerise/ds-menu": "^1.0.6",
|
|
50
|
+
"@synerise/ds-modal": "^1.0.6",
|
|
51
|
+
"@synerise/ds-pagination": "^1.0.6",
|
|
52
|
+
"@synerise/ds-result": "^1.0.6",
|
|
53
|
+
"@synerise/ds-scrollbar": "^1.0.6",
|
|
54
|
+
"@synerise/ds-search": "^1.1.3",
|
|
55
|
+
"@synerise/ds-select": "^1.1.1",
|
|
56
|
+
"@synerise/ds-skeleton": "^1.0.6",
|
|
57
|
+
"@synerise/ds-status": "^1.2.1",
|
|
58
|
+
"@synerise/ds-tag": "^1.1.5",
|
|
59
|
+
"@synerise/ds-tooltip": "^1.1.5",
|
|
60
|
+
"@synerise/ds-typography": "^1.0.6",
|
|
61
61
|
"@synerise/ds-utils": "^1.0.1",
|
|
62
62
|
"@types/react-window": "^1.8.5",
|
|
63
63
|
"classnames": "2.3.2",
|
|
@@ -77,5 +77,5 @@
|
|
|
77
77
|
"react-intl": ">=3.12.0 <= 6.8",
|
|
78
78
|
"styled-components": "^5.3.3"
|
|
79
79
|
},
|
|
80
|
-
"gitHead": "
|
|
80
|
+
"gitHead": "fc601270d3c84a5a52b62473a01f1b3c1c7014a7"
|
|
81
81
|
}
|