@bento-core/query-bar 1.0.1-icdc.20 → 1.0.1-icdc.21

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.
@@ -76,7 +76,7 @@ const QueryUrl = _ref => {
76
76
  const styles = () => ({
77
77
  urlContainer: {
78
78
  display: 'flex',
79
- marginTop: '10px',
79
+ marginTop: '3px',
80
80
  minHeight: '10px'
81
81
  },
82
82
  viewLink: {
@@ -96,7 +96,7 @@ const QueryBarGenerator = function QueryBarGenerator() {
96
96
  color: "primary",
97
97
  variant: "outlined",
98
98
  onClick: clearAll
99
- }, "Clear Query"), /*#__PURE__*/_react.default.createElement("span", {
99
+ }, "Clear"), /*#__PURE__*/_react.default.createElement("span", {
100
100
  className: classes.divider
101
101
  }), /*#__PURE__*/_react.default.createElement("span", {
102
102
  className: classes.queryContainer
@@ -9,7 +9,7 @@ exports.default = void 0;
9
9
  */
10
10
  var _default = () => ({
11
11
  queryWrapper: {
12
- height: '120px',
12
+ minHeight: '77px',
13
13
  backgroundColor: '#f1f1f1',
14
14
  padding: '14px 14px 0px 35px',
15
15
  overflowY: 'auto'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bento-core/query-bar",
3
- "version": "1.0.1-icdc.20",
3
+ "version": "1.0.1-icdc.21",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
@@ -97,7 +97,7 @@ const QueryUrl = ({
97
97
  const styles = () => ({
98
98
  urlContainer: {
99
99
  display: 'flex',
100
- marginTop: '10px',
100
+ marginTop: '3px',
101
101
  minHeight: '10px',
102
102
  },
103
103
  viewLink: {
@@ -100,7 +100,7 @@ export const QueryBarGenerator = (uiConfig = DEFAULT_CONFIG) => {
100
100
  variant="outlined"
101
101
  onClick={clearAll}
102
102
  >
103
- Clear Query
103
+ Clear
104
104
  </Button>
105
105
  <span className={classes.divider} />
106
106
  <span className={classes.queryContainer}>
@@ -3,7 +3,7 @@
3
3
  */
4
4
  export default () => ({
5
5
  queryWrapper: {
6
- height: '120px',
6
+ minHeight: '77px',
7
7
  backgroundColor: '#f1f1f1',
8
8
  padding: '14px 14px 0px 35px',
9
9
  overflowY: 'auto',