@synerise/ds-filter 0.13.1 → 0.13.3
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 +21 -0
- package/dist/Filter.styles.js +1 -1
- package/dist/Filter.types.d.ts +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,27 @@
|
|
|
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.13.3](https://github.com/Synerise/synerise-design/compare/@synerise/ds-filter@0.13.2...@synerise/ds-filter@0.13.3) (2022-11-30)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @synerise/ds-filter
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
## [0.13.2](https://github.com/Synerise/synerise-design/compare/@synerise/ds-filter@0.13.1...@synerise/ds-filter@0.13.2) (2022-11-24)
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
### Bug Fixes
|
|
18
|
+
|
|
19
|
+
* **filter:** add bottom margin to filter title ([677a1e4](https://github.com/Synerise/synerise-design/commit/677a1e4052ddc96995fdb2467e62781f0c996207))
|
|
20
|
+
* **filter:** update ds-step-card to 0.7.23 ([fb073ce](https://github.com/Synerise/synerise-design/commit/fb073cec21423244285ebadd28ef900469362299))
|
|
21
|
+
* **step-card:** add is header visible prop to step card story ([66227e4](https://github.com/Synerise/synerise-design/commit/66227e4b16bafef8fde10a5d17d1d7a0a5a29064))
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
6
27
|
## [0.13.1](https://github.com/Synerise/synerise-design/compare/@synerise/ds-filter@0.13.0...@synerise/ds-filter@0.13.1) (2022-11-23)
|
|
7
28
|
|
|
8
29
|
|
package/dist/Filter.styles.js
CHANGED
|
@@ -39,6 +39,6 @@ export var AddButtonWrapper = styled.div.withConfig({
|
|
|
39
39
|
export var FilterTitle = styled.div.withConfig({
|
|
40
40
|
displayName: "Filterstyles__FilterTitle",
|
|
41
41
|
componentId: "w5f27p-7"
|
|
42
|
-
})(["font-size:16px;font-weight:500;line-height:1.25;color:", ";text-align:left;user-select:none;&:first-letter{text-transform:uppercase;}"], function (props) {
|
|
42
|
+
})(["font-size:16px;font-weight:500;line-height:1.25;color:", ";text-align:left;user-select:none;margin-bottom:24px;&:first-letter{text-transform:uppercase;}"], function (props) {
|
|
43
43
|
return props.theme.palette['grey-800'];
|
|
44
44
|
});
|
package/dist/Filter.types.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@synerise/ds-filter",
|
|
3
|
-
"version": "0.13.
|
|
3
|
+
"version": "0.13.3",
|
|
4
4
|
"description": "Filter UI Component for the Synerise Design System",
|
|
5
5
|
"license": "ISC",
|
|
6
6
|
"repository": "Synerise/synerise-design",
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"@synerise/ds-button": "^0.17.9",
|
|
36
36
|
"@synerise/ds-icon": "^0.51.0",
|
|
37
37
|
"@synerise/ds-logic": "^0.7.8",
|
|
38
|
-
"@synerise/ds-step-card": "^0.
|
|
38
|
+
"@synerise/ds-step-card": "^0.7.24",
|
|
39
39
|
"react-sortablejs": "^6.0.0"
|
|
40
40
|
},
|
|
41
41
|
"peerDependencies": {
|
|
@@ -43,5 +43,5 @@
|
|
|
43
43
|
"@synerise/ds-step-card": "*",
|
|
44
44
|
"react": ">=16.9.0 < 17.0.0"
|
|
45
45
|
},
|
|
46
|
-
"gitHead": "
|
|
46
|
+
"gitHead": "515b60d89b64d98fbf5d750802314640715c5f99"
|
|
47
47
|
}
|