@bento-core/query-bar 1.0.1-ccdihub.8 → 1.0.1-ccdihub.9
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.
|
@@ -146,10 +146,10 @@ var _default = () => ({
|
|
|
146
146
|
backgroundColor: '#CEDEF040',
|
|
147
147
|
border: '1px solid #646464'
|
|
148
148
|
},
|
|
149
|
-
|
|
149
|
+
facetSectionSequencinglibrary: {
|
|
150
150
|
color: '#14A773'
|
|
151
151
|
},
|
|
152
|
-
|
|
152
|
+
facetSectionSequencinglibraryBackground: {
|
|
153
153
|
backgroundColor: '#DDEAE540',
|
|
154
154
|
border: '1px solid #646464'
|
|
155
155
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bento-core/query-bar",
|
|
3
|
-
"version": "1.0.1-ccdihub.
|
|
3
|
+
"version": "1.0.1-ccdihub.9",
|
|
4
4
|
"description": "This package provides the Query Bar component that displays the current Facet Search and Local Find filters on the Dashboard/Explore page. It also provides the direct ability to reset all or some of the filters with the click of a button. It is designed to be implemented directly with the:",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"scripts": {
|
package/src/generators/styles.js
CHANGED
|
@@ -140,10 +140,10 @@ export default () => ({
|
|
|
140
140
|
backgroundColor: '#CEDEF040',
|
|
141
141
|
border: '1px solid #646464',
|
|
142
142
|
},
|
|
143
|
-
|
|
143
|
+
facetSectionSequencinglibrary: {
|
|
144
144
|
color: '#14A773',
|
|
145
145
|
},
|
|
146
|
-
|
|
146
|
+
facetSectionSequencinglibraryBackground: {
|
|
147
147
|
backgroundColor: '#DDEAE540',
|
|
148
148
|
border: '1px solid #646464',
|
|
149
149
|
},
|