@bento-core/query-bar 1.0.1-ccdihub.1 → 1.0.1-ccdihub.5

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.
@@ -97,7 +97,7 @@ const QueryBarGenerator = function QueryBarGenerator() {
97
97
  }, "INPUT CASE 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
- }, "Participant IDs"), ' ', ' ', /*#__PURE__*/_react.default.createElement("span", {
100
+ }, "Participant ID"), ' ', ' ', /*#__PURE__*/_react.default.createElement("span", {
101
101
  className: classes.operators
102
102
  }, autocomplete.length === 1 && !upload.length ? 'IS ' : 'IN ')) : null, /*#__PURE__*/_react.default.createElement("span", null, (upload.length > 0 ? 1 : 0) + autocomplete.length > 1 ? /*#__PURE__*/_react.default.createElement("span", {
103
103
  className: classes.bracketsOpen
@@ -129,10 +129,10 @@ var _default = () => ({
129
129
  facetSectionSamplesBackground: {
130
130
  backgroundColor: '#E4ECE9'
131
131
  },
132
- facetSectionAssay: {
132
+ facetSectionDatacategory: {
133
133
  color: '#7AA6B6'
134
134
  },
135
- facetSectionAssayBackground: {
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.1",
3
+ "version": "1.0.1-ccdihub.5",
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": {
@@ -113,7 +113,7 @@ export const QueryBarGenerator = (uiConfig = DEFAULT_CONFIG) => {
113
113
  className={clsx(classes.filterName, classes.localFindBackground)}
114
114
  onClick={clearAutocomplete}
115
115
  >
116
- Participant IDs
116
+ Participant ID
117
117
  </span>
118
118
  {' '}
119
119
  {' '}
@@ -123,10 +123,10 @@ export default () => ({
123
123
  facetSectionSamplesBackground: {
124
124
  backgroundColor: '#E4ECE9',
125
125
  },
126
- facetSectionAssay: {
126
+ facetSectionDatacategory: {
127
127
  color: '#7AA6B6',
128
128
  },
129
- facetSectionAssayBackground: {
129
+ facetSectionDatacategoryBackground: {
130
130
  backgroundColor: '#E4ECE9',
131
131
  },
132
132
  facetSectionStudy: {