@bento-core/query-bar 1.0.1-ccdiintegrated.3 → 1.0.1-ccdiintegrated.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.
@@ -124,41 +124,48 @@ var _default = () => ({
124
124
  backgroundColor: '#E1C9E140',
125
125
  border: '1px solid #646464'
126
126
  },
127
- facetSectionTreatment: {
127
+ facetSectionGeneticanalysis: {
128
128
  color: '#4555AB'
129
129
  },
130
- facetSectionTreatmentBackground: {
130
+ facetSectionGeneticanalysisBackground: {
131
131
  backgroundColor: '#4555AB30',
132
132
  border: '1px solid #646464'
133
133
  },
134
- facetSectionTreatmentresponse: {
134
+ facetSectionTreatment: {
135
135
  color: '#907642'
136
136
  },
137
- facetSectionTreatmentresponseBackground: {
137
+ facetSectionTreatmentBackground: {
138
138
  backgroundColor: '#F0DFBD40',
139
139
  border: '1px solid #646464'
140
140
  },
141
- facetSectionSurvival: {
141
+ facetSectionTreatmentresponse: {
142
142
  color: '#A85348'
143
143
  },
144
- facetSectionSurvivalBackground: {
144
+ facetSectionTreatmentresponseBackground: {
145
145
  backgroundColor: '#F8D7D240',
146
146
  border: '1px solid #646464'
147
147
  },
148
- facetSectionSamples: {
148
+ facetSectionSurvival: {
149
149
  color: '#1F6BBF'
150
150
  },
151
- facetSectionSamplesBackground: {
151
+ facetSectionSurvivalBackground: {
152
152
  backgroundColor: '#CEDEF040',
153
153
  border: '1px solid #646464'
154
154
  },
155
- facetSectionDatacategory: {
155
+ facetSectionSamples: {
156
156
  color: '#14A773'
157
157
  },
158
- facetSectionDatacategoryBackground: {
158
+ facetSectionSamplesBackground: {
159
159
  backgroundColor: '#DDEAE540',
160
160
  border: '1px solid #646464'
161
161
  },
162
+ facetSectionDatacategory: {
163
+ color: '#357288'
164
+ },
165
+ facetSectionDatacategoryBackground: {
166
+ backgroundColor: '#E4ECE9',
167
+ border: '1px solid #646464'
168
+ },
162
169
  facetSectionStudy: {
163
170
  color: '#357288'
164
171
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bento-core/query-bar",
3
- "version": "1.0.1-ccdiintegrated.3",
3
+ "version": "1.0.1-ccdiintegrated.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
  "homepage": "https://github.com/CBIIT/bento-frontend#readme",
6
6
  "bugs": {
@@ -20,7 +20,7 @@
20
20
  "lint": "eslint src"
21
21
  },
22
22
  "dependencies": {
23
- "@bento-core/facet-filter": "1.0.1-ccdiintegrated.1",
23
+ "@bento-core/facet-filter": "1.0.1-ccdiintegrated.4",
24
24
  "lodash": "^4.17.20"
25
25
  },
26
26
  "devDependencies": {},
@@ -118,41 +118,48 @@ export default () => ({
118
118
  backgroundColor: '#E1C9E140',
119
119
  border: '1px solid #646464',
120
120
  },
121
- facetSectionTreatment: {
121
+ facetSectionGeneticanalysis: {
122
122
  color: '#4555AB',
123
123
  },
124
- facetSectionTreatmentBackground: {
124
+ facetSectionGeneticanalysisBackground: {
125
125
  backgroundColor: '#4555AB30',
126
126
  border: '1px solid #646464',
127
127
  },
128
- facetSectionTreatmentresponse: {
128
+ facetSectionTreatment: {
129
129
  color: '#907642',
130
130
  },
131
- facetSectionTreatmentresponseBackground: {
131
+ facetSectionTreatmentBackground: {
132
132
  backgroundColor: '#F0DFBD40',
133
133
  border: '1px solid #646464',
134
134
  },
135
- facetSectionSurvival: {
135
+ facetSectionTreatmentresponse: {
136
136
  color: '#A85348',
137
137
  },
138
- facetSectionSurvivalBackground: {
138
+ facetSectionTreatmentresponseBackground: {
139
139
  backgroundColor: '#F8D7D240',
140
140
  border: '1px solid #646464',
141
141
  },
142
- facetSectionSamples: {
142
+ facetSectionSurvival: {
143
143
  color: '#1F6BBF',
144
144
  },
145
- facetSectionSamplesBackground: {
145
+ facetSectionSurvivalBackground: {
146
146
  backgroundColor: '#CEDEF040',
147
147
  border: '1px solid #646464',
148
148
  },
149
- facetSectionDatacategory: {
149
+ facetSectionSamples: {
150
150
  color: '#14A773',
151
151
  },
152
- facetSectionDatacategoryBackground: {
152
+ facetSectionSamplesBackground: {
153
153
  backgroundColor: '#DDEAE540',
154
154
  border: '1px solid #646464',
155
155
  },
156
+ facetSectionDatacategory: {
157
+ color: '#357288',
158
+ },
159
+ facetSectionDatacategoryBackground: {
160
+ backgroundColor: '#E4ECE9',
161
+ border: '1px solid #646464',
162
+ },
156
163
  facetSectionStudy: {
157
164
  color: '#357288',
158
165
  },