@bento-core/query-bar 1.0.1-ccdihub.10 → 1.0.1-ccdihub.12

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.
@@ -94,7 +94,7 @@ const QueryBarGenerator = function QueryBarGenerator() {
94
94
  }, autocomplete.length || upload.length ? /*#__PURE__*/_react.default.createElement("span", null, upload.length && !autocomplete.length ? /*#__PURE__*/_react.default.createElement("span", {
95
95
  className: (0, _clsx.default)(classes.filterCheckboxes, classes.localFindBackground),
96
96
  onClick: clearUpload
97
- }, "INPUT CASE SET") : null, autocomplete.length ? /*#__PURE__*/_react.default.createElement("span", null, ' ', /*#__PURE__*/_react.default.createElement("span", {
97
+ }, "INPUT PARTICIPANT SET") : null, autocomplete.length ? /*#__PURE__*/_react.default.createElement("span", null, ' ', /*#__PURE__*/_react.default.createElement("span", {
98
98
  className: (0, _clsx.default)(classes.filterName, classes.localFindBackground),
99
99
  onClick: clearAutocomplete
100
100
  }, "Participant ID"), ' ', ' ', /*#__PURE__*/_react.default.createElement("span", {
@@ -104,7 +104,7 @@ const QueryBarGenerator = function QueryBarGenerator() {
104
104
  }, "(") : null, upload.length && autocomplete.length ? /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null, ' ', /*#__PURE__*/_react.default.createElement("span", {
105
105
  className: (0, _clsx.default)(classes.filterCheckboxes, classes.localFind),
106
106
  onClick: clearUpload
107
- }, "INPUT CASE SET"), ' ') : null, autocomplete.slice(0, maxItems).map((d, idx) => /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null, /*#__PURE__*/_react.default.createElement("span", {
107
+ }, "INPUT PARTICIPANT SET"), ' ') : null, autocomplete.slice(0, maxItems).map((d, idx) => /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null, /*#__PURE__*/_react.default.createElement("span", {
108
108
  className: (0, _clsx.default)(classes.filterCheckboxes, classes.facetSectionCases),
109
109
  key: idx,
110
110
  onClick: () => deleteAutocompleteItem(d.title)
@@ -111,47 +111,68 @@ var _default = () => ({
111
111
  facetSectionFilesBackground: {
112
112
  backgroundColor: '#F5C3F1'
113
113
  },
114
- facetSectionDemographics: {
114
+ facetSectionDiagnosis: {
115
115
  color: '#357288'
116
116
  },
117
- facetSectionDemographicsBackground: {
117
+ facetSectionDiagnosisBackground: {
118
118
  backgroundColor: '#E4ECE9',
119
119
  border: '1px solid #646464'
120
120
  },
121
- facetSectionDiagnosis: {
121
+ facetSectionDemographics: {
122
122
  color: '#8C3F8D'
123
123
  },
124
- facetSectionDiagnosisBackground: {
124
+ facetSectionDemographicsBackground: {
125
125
  backgroundColor: '#E1C9E140',
126
126
  border: '1px solid #646464'
127
127
  },
128
- facetSectionSamples: {
128
+ facetSectionTreatment: {
129
+ color: '#4555AB'
130
+ },
131
+ facetSectionTreatmentBackground: {
132
+ backgroundColor: '#4555AB30',
133
+ border: '1px solid #646464'
134
+ },
135
+ facetSectionTreatmentresponse: {
129
136
  color: '#907642'
130
137
  },
131
- facetSectionSamplesBackground: {
138
+ facetSectionTreatmentresponseBackground: {
132
139
  backgroundColor: '#F0DFBD40',
133
140
  border: '1px solid #646464'
134
141
  },
135
- facetSectionDatacategory: {
142
+ facetSectionSurvival: {
136
143
  color: '#A85348'
137
144
  },
138
- facetSectionDatacategoryBackground: {
145
+ facetSectionSurvivalBackground: {
139
146
  backgroundColor: '#F8D7D240',
140
147
  border: '1px solid #646464'
141
148
  },
142
- facetSectionStudy: {
149
+ facetSectionSamples: {
143
150
  color: '#1F6BBF'
144
151
  },
145
- facetSectionStudyBackground: {
152
+ facetSectionSamplesBackground: {
146
153
  backgroundColor: '#CEDEF040',
147
154
  border: '1px solid #646464'
148
155
  },
149
- facetSectionSequencinglibrary: {
156
+ facetSectionDatacategory: {
150
157
  color: '#14A773'
151
158
  },
152
- facetSectionSequencinglibraryBackground: {
159
+ facetSectionDatacategoryBackground: {
153
160
  backgroundColor: '#DDEAE540',
154
161
  border: '1px solid #646464'
162
+ },
163
+ facetSectionStudy: {
164
+ color: '#357288'
165
+ },
166
+ facetSectionStudyBackground: {
167
+ backgroundColor: '#E4ECE9',
168
+ border: '1px solid #646464'
169
+ },
170
+ facetSectionSequencinglibrary: {
171
+ color: '#8C3F8D'
172
+ },
173
+ facetSectionSequencinglibraryBackground: {
174
+ backgroundColor: '#E1C9E140',
175
+ border: '1px solid #646464'
155
176
  }
156
177
  });
157
178
  exports.default = _default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bento-core/query-bar",
3
- "version": "1.0.1-ccdihub.10",
3
+ "version": "1.0.1-ccdihub.12",
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": {
@@ -32,5 +32,5 @@
32
32
  "url": "https://github.com/CBIIT/bento-frontend/issues"
33
33
  },
34
34
  "homepage": "https://github.com/CBIIT/bento-frontend#readme",
35
- "gitHead": "434b75e40defa37c9816a7f74de184b0129683e2"
35
+ "devDependencies": {}
36
36
  }
@@ -102,7 +102,7 @@ export const QueryBarGenerator = (uiConfig = DEFAULT_CONFIG) => {
102
102
  className={clsx(classes.filterCheckboxes, classes.localFindBackground)}
103
103
  onClick={clearUpload}
104
104
  >
105
- INPUT CASE SET
105
+ INPUT PARTICIPANT SET
106
106
  </span>
107
107
  ) : null}
108
108
  {autocomplete.length
@@ -133,7 +133,7 @@ export const QueryBarGenerator = (uiConfig = DEFAULT_CONFIG) => {
133
133
  className={clsx(classes.filterCheckboxes, classes.localFind)}
134
134
  onClick={clearUpload}
135
135
  >
136
- INPUT CASE SET
136
+ INPUT PARTICIPANT SET
137
137
  </span>
138
138
  {' '}
139
139
  </>
@@ -105,46 +105,67 @@ export default () => ({
105
105
  facetSectionFilesBackground: {
106
106
  backgroundColor: '#F5C3F1',
107
107
  },
108
- facetSectionDemographics: {
108
+ facetSectionDiagnosis: {
109
109
  color: '#357288',
110
110
  },
111
- facetSectionDemographicsBackground: {
111
+ facetSectionDiagnosisBackground: {
112
112
  backgroundColor: '#E4ECE9',
113
113
  border: '1px solid #646464',
114
114
  },
115
- facetSectionDiagnosis: {
115
+ facetSectionDemographics: {
116
116
  color: '#8C3F8D',
117
117
  },
118
- facetSectionDiagnosisBackground: {
118
+ facetSectionDemographicsBackground: {
119
119
  backgroundColor: '#E1C9E140',
120
120
  border: '1px solid #646464',
121
121
  },
122
- facetSectionSamples: {
122
+ facetSectionTreatment: {
123
+ color: '#4555AB',
124
+ },
125
+ facetSectionTreatmentBackground: {
126
+ backgroundColor: '#4555AB30',
127
+ border: '1px solid #646464',
128
+ },
129
+ facetSectionTreatmentresponse: {
123
130
  color: '#907642',
124
131
  },
125
- facetSectionSamplesBackground: {
132
+ facetSectionTreatmentresponseBackground: {
126
133
  backgroundColor: '#F0DFBD40',
127
134
  border: '1px solid #646464',
128
135
  },
129
- facetSectionDatacategory: {
136
+ facetSectionSurvival: {
130
137
  color: '#A85348',
131
138
  },
132
- facetSectionDatacategoryBackground: {
139
+ facetSectionSurvivalBackground: {
133
140
  backgroundColor: '#F8D7D240',
134
141
  border: '1px solid #646464',
135
142
  },
136
- facetSectionStudy: {
143
+ facetSectionSamples: {
137
144
  color: '#1F6BBF',
138
145
  },
139
- facetSectionStudyBackground: {
146
+ facetSectionSamplesBackground: {
140
147
  backgroundColor: '#CEDEF040',
141
148
  border: '1px solid #646464',
142
149
  },
143
- facetSectionSequencinglibrary: {
150
+ facetSectionDatacategory: {
144
151
  color: '#14A773',
145
152
  },
146
- facetSectionSequencinglibraryBackground: {
153
+ facetSectionDatacategoryBackground: {
147
154
  backgroundColor: '#DDEAE540',
148
155
  border: '1px solid #646464',
149
156
  },
157
+ facetSectionStudy: {
158
+ color: '#357288',
159
+ },
160
+ facetSectionStudyBackground: {
161
+ backgroundColor: '#E4ECE9',
162
+ border: '1px solid #646464',
163
+ },
164
+ facetSectionSequencinglibrary: {
165
+ color: '#8C3F8D',
166
+ },
167
+ facetSectionSequencinglibraryBackground: {
168
+ backgroundColor: '#E1C9E140',
169
+ border: '1px solid #646464',
170
+ },
150
171
  });