@bento-core/query-bar 1.0.1-ins.1 → 1.0.1-ins.2

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.
@@ -131,7 +131,7 @@ const QueryBarGenerator = function QueryBarGenerator() {
131
131
  }, "INPUT CASE SET") : null, autocomplete.length ? /*#__PURE__*/_react.default.createElement("span", null, ' ', /*#__PURE__*/_react.default.createElement("span", {
132
132
  className: (0, _clsx.default)(classes.filterName, classes.localFindBackground),
133
133
  onClick: clearAutocomplete
134
- }, "Case IDs"), ' ', ' ', /*#__PURE__*/_react.default.createElement("span", {
134
+ }, "Program Name"), ' ', ' ', /*#__PURE__*/_react.default.createElement("span", {
135
135
  className: classes.operators
136
136
  }, 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", {
137
137
  className: classes.bracketsOpen
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bento-core/query-bar",
3
- "version": "1.0.1-ins.1",
3
+ "version": "1.0.1-ins.2",
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": {
@@ -154,7 +154,7 @@ export const QueryBarGenerator = (uiConfig = DEFAULT_CONFIG) => {
154
154
  className={clsx(classes.filterName, classes.localFindBackground)}
155
155
  onClick={clearAutocomplete}
156
156
  >
157
- Case IDs
157
+ Program Name
158
158
  </span>
159
159
  {' '}
160
160
  {' '}