@bento-core/query-bar 1.0.1-ccdihub.1 → 1.0.1-ccdihub.4
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.
|
@@ -129,10 +129,10 @@ var _default = () => ({
|
|
|
129
129
|
facetSectionSamplesBackground: {
|
|
130
130
|
backgroundColor: '#E4ECE9'
|
|
131
131
|
},
|
|
132
|
-
|
|
132
|
+
facetSectionDatacategory: {
|
|
133
133
|
color: '#7AA6B6'
|
|
134
134
|
},
|
|
135
|
-
|
|
135
|
+
facetSectionDatacategoryBackground: {
|
|
136
136
|
backgroundColor: '#E4ECE9'
|
|
137
137
|
},
|
|
138
138
|
facetSectionStudy: {
|
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.4",
|
|
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
|
@@ -123,10 +123,10 @@ export default () => ({
|
|
|
123
123
|
facetSectionSamplesBackground: {
|
|
124
124
|
backgroundColor: '#E4ECE9',
|
|
125
125
|
},
|
|
126
|
-
|
|
126
|
+
facetSectionDatacategory: {
|
|
127
127
|
color: '#7AA6B6',
|
|
128
128
|
},
|
|
129
|
-
|
|
129
|
+
facetSectionDatacategoryBackground: {
|
|
130
130
|
backgroundColor: '#E4ECE9',
|
|
131
131
|
},
|
|
132
132
|
facetSectionStudy: {
|