@synerise/ds-search-bar 0.8.8 → 1.0.0
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 +8 -0
- package/dist/SearchBar.styles.js +4 -4
- package/package.json +7 -7
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
|
+
## [0.8.9](https://github.com/Synerise/synerise-design/compare/@synerise/ds-search-bar@0.8.8...@synerise/ds-search-bar@0.8.9) (2025-03-10)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @synerise/ds-search-bar
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
## [0.8.8](https://github.com/Synerise/synerise-design/compare/@synerise/ds-search-bar@0.8.7...@synerise/ds-search-bar@0.8.8) (2025-03-04)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @synerise/ds-search-bar
|
package/dist/SearchBar.styles.js
CHANGED
|
@@ -2,15 +2,15 @@ import styled from 'styled-components';
|
|
|
2
2
|
import { Input } from '@synerise/ds-input';
|
|
3
3
|
export var IconLeftWrapper = styled.div.withConfig({
|
|
4
4
|
displayName: "SearchBarstyles__IconLeftWrapper",
|
|
5
|
-
componentId: "qhi5c4-0"
|
|
5
|
+
componentId: "sc-qhi5c4-0"
|
|
6
6
|
})(["position:absolute;left:16px;display:flex;align-items:center;height:100%;z-index:3;"]);
|
|
7
7
|
export var ClearInputWrapper = styled.div.withConfig({
|
|
8
8
|
displayName: "SearchBarstyles__ClearInputWrapper",
|
|
9
|
-
componentId: "qhi5c4-1"
|
|
9
|
+
componentId: "sc-qhi5c4-1"
|
|
10
10
|
})(["right:14px;position:absolute;display:flex;align-items:center;height:100%;z-index:3;cursor:pointer;"]);
|
|
11
11
|
export var SearchBar = styled(Input).withConfig({
|
|
12
12
|
displayName: "SearchBarstyles__SearchBar",
|
|
13
|
-
componentId: "qhi5c4-2"
|
|
13
|
+
componentId: "sc-qhi5c4-2"
|
|
14
14
|
})(["&&&{position:relative;height:52px;padding:0;input.ant-input{position:absolute;top:0;left:0;max-width:100%;height:52px;border:0;background:", ";box-sizing:content-box;&:focus{box-shadow:inset 0px -2px 0px 0px ", ";}::-webkit-input-placeholder{line-height:52px;}:-moz-placeholder{line-height:52px;}::-moz-placeholder{line-height:52px;}:-ms-input-placeholder{line-height:52px;}}}"], function (props) {
|
|
15
15
|
return props.theme.palette['grey-050'];
|
|
16
16
|
}, function (props) {
|
|
@@ -21,7 +21,7 @@ export var SearchBar = styled(Input).withConfig({
|
|
|
21
21
|
|
|
22
22
|
export var SearchBarWrapper = styled.div.withConfig({
|
|
23
23
|
displayName: "SearchBarstyles__SearchBarWrapper",
|
|
24
|
-
componentId: "qhi5c4-3"
|
|
24
|
+
componentId: "sc-qhi5c4-3"
|
|
25
25
|
})(["position:relative;overflow:hidden;border-bottom:1px solid ", ";pointer-events:", ";user-select:", ";border-radius:", ";&&&{svg{transition:all 0.3s ease-out;fill:", ";}input.ant-input{border-radius:0;line-height:18px;padding:", ";width:", ";}&:hover{", "{svg{fill:", ";}}", "{svg{fill:", ";}}}}&.is-focused{", "{svg{fill:", ";}}", "{svg{fill:", ";}}}"], function (props) {
|
|
26
26
|
return props.theme.palette['grey-100'];
|
|
27
27
|
}, function (props) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@synerise/ds-search-bar",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "1.0.0",
|
|
4
4
|
"description": "SearchBar UI Component for the Synerise Design System",
|
|
5
5
|
"license": "ISC",
|
|
6
6
|
"repository": "Synerise/synerise-design",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"build:js": "babel --delete-dir-on-start --root-mode upward src --out-dir dist --extensions '.js,.ts,.tsx'",
|
|
22
22
|
"build:watch": "npm run build:js -- --watch",
|
|
23
23
|
"defs": "tsc --declaration --outDir dist/ --emitDeclarationOnly",
|
|
24
|
-
"pack:ci": "npm pack --pack-destination ../../
|
|
24
|
+
"pack:ci": "npm pack --pack-destination ../../storybook/storybook-static/static",
|
|
25
25
|
"prepublish": "npm run build",
|
|
26
26
|
"test": "jest",
|
|
27
27
|
"test:watch": "npm run test -- --watchAll",
|
|
@@ -34,10 +34,10 @@
|
|
|
34
34
|
],
|
|
35
35
|
"types": "dist/index.d.ts",
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@synerise/ds-icon": "^0.
|
|
38
|
-
"@synerise/ds-input": "^0.
|
|
39
|
-
"@synerise/ds-tooltip": "^0.
|
|
40
|
-
"@synerise/ds-utils": "^0.
|
|
37
|
+
"@synerise/ds-icon": "^1.0.0",
|
|
38
|
+
"@synerise/ds-input": "^1.0.0",
|
|
39
|
+
"@synerise/ds-tooltip": "^1.0.0",
|
|
40
|
+
"@synerise/ds-utils": "^1.0.0"
|
|
41
41
|
},
|
|
42
42
|
"peerDependencies": {
|
|
43
43
|
"@synerise/ds-core": "*",
|
|
@@ -45,5 +45,5 @@
|
|
|
45
45
|
"react-intl": ">=3.12.0 <= 6.8",
|
|
46
46
|
"styled-components": "^5.3.3"
|
|
47
47
|
},
|
|
48
|
-
"gitHead": "
|
|
48
|
+
"gitHead": "e4c3690238a44b584b9ea41e4aa52b1eec42174b"
|
|
49
49
|
}
|