@civicactions/cmsds-open-data-components 1.12.0 → 1.12.1-alpha.1

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.
@@ -30,3 +30,9 @@
30
30
  .dataset-results-count {
31
31
  font-weight: bold;
32
32
  }
33
+
34
+ .dc-dataset-search--facets-container .ds-c-accordion__button {
35
+ display: flex;
36
+ justify-content: space-between;
37
+ padding: 16px 24px 16px 24px;
38
+ }
@@ -1,5 +1,14 @@
1
1
  @import '~@cmsgov/design-system/dist/scss/settings/variables/color';
2
2
 
3
+ .ds-c-usa-banner__button-text {
4
+ &::after {
5
+ width: 0 !important;
6
+ height: 0 !important;
7
+ margin: 0 !important;
8
+ padding: 0 !important;
9
+ }
10
+ }
11
+
3
12
  .dc-c-mobile-menu--open {
4
13
  color: $color-white;
5
14
  text-decoration: none;
@@ -13,3 +13,10 @@
13
13
  bottom: 0;
14
14
  background-color: white;
15
15
  }
16
+
17
+ .dc-query-builder .ds-c-accordion__heading > .ds-c-accordion__button {
18
+ align-items: center;
19
+ display: flex;
20
+ justify-content: space-between;
21
+ padding: 16px 24px 16px 24px;
22
+ }
@@ -56,7 +56,9 @@ var QueryTitle = function QueryTitle(_ref) {
56
56
  return newTitle.join(' AND ');
57
57
  }
58
58
 
59
- return /*#__PURE__*/_react["default"].createElement(_react["default"].Fragment, null, conditions.map(function (c) {
59
+ return /*#__PURE__*/_react["default"].createElement("span", {
60
+ className: "dc-querybuilder-title"
61
+ }, conditions.map(function (c) {
60
62
  var field = fields[c.property];
61
63
  var description = field && field.description ? field.description : c.property;
62
64
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@civicactions/cmsds-open-data-components",
3
- "version": "1.12.0",
3
+ "version": "1.12.1-alpha.1",
4
4
  "description": "Components for the open data catalog frontend using CMS Design System",
5
5
  "main": "lib/index.js",
6
6
  "scripts": {