@bento-core/query-bar 1.1.0-popsci.0 → 1.1.0-popsci.2

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.
@@ -44,14 +44,14 @@ var _default = () => ({
44
44
  bracketsOpen: {
45
45
  fontSize: 18,
46
46
  fontFamily: 'Nunito Sans Semibold',
47
- color: '#787878',
47
+ color: '#525252',
48
48
  marginRight: 3,
49
49
  fontWeight: 600
50
50
  },
51
51
  bracketsClose: {
52
52
  fontSize: 18,
53
53
  fontFamily: 'Nunito Sans Semibold',
54
- color: '#787878',
54
+ color: '#525252',
55
55
  marginLeft: 3,
56
56
  fontWeight: 600
57
57
  },
@@ -61,7 +61,7 @@ var _default = () => ({
61
61
  marginRight: '3px',
62
62
  borderBottom: 'none',
63
63
  textDecoration: 'none',
64
- fontSize: 10,
64
+ fontSize: 11,
65
65
  fontWeight: 'bold'
66
66
  },
67
67
  clearQueryButton: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bento-core/query-bar",
3
- "version": "1.1.0-popsci.0",
3
+ "version": "1.1.0-popsci.2",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
@@ -20,10 +20,10 @@
20
20
  "react-redux": "^7.2.1"
21
21
  },
22
22
  "dependencies": {
23
- "@bento-core/facet-filter": "^1.0.1-popsci.0",
23
+ "@bento-core/facet-filter": "^1.0.1-popsci.3",
24
24
  "lodash": "^4.17.20"
25
25
  },
26
26
  "author": "CTOS Bento Team",
27
27
  "license": "ISC",
28
- "gitHead": "38d37ee5dd6ce60b6320cbeeaa458ad7a5710dbb"
28
+ "gitHead": "01a57a616fd8d9cc6ffca70907b17b16a1dc369f"
29
29
  }
@@ -38,14 +38,14 @@ export default () => ({
38
38
  bracketsOpen: {
39
39
  fontSize: 18,
40
40
  fontFamily: 'Nunito Sans Semibold',
41
- color: '#787878',
41
+ color: '#525252',
42
42
  marginRight: 3,
43
43
  fontWeight: 600,
44
44
  },
45
45
  bracketsClose: {
46
46
  fontSize: 18,
47
47
  fontFamily: 'Nunito Sans Semibold',
48
- color: '#787878',
48
+ color: '#525252',
49
49
  marginLeft: 3,
50
50
  fontWeight: 600,
51
51
  },
@@ -55,7 +55,7 @@ export default () => ({
55
55
  marginRight: '3px',
56
56
  borderBottom: 'none',
57
57
  textDecoration: 'none',
58
- fontSize: 10,
58
+ fontSize: 11,
59
59
  fontWeight: 'bold',
60
60
  },
61
61
  clearQueryButton: {