@civicactions/cmsds-open-data-components 2.0.2 → 2.0.3

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.
package/dist/main.css CHANGED
@@ -53,9 +53,9 @@ nav.dc-c-site-menu .dc-c-header--links a.dc-c-active-link span {
53
53
 
54
54
  .dc-search-header:after {
55
55
  content: "";
56
+ background-color: var(--color-primary-alt-light);
56
57
  width: 48px;
57
58
  height: 4px;
58
- background-color: var(--color-primary-alt-light);
59
59
  margin: 16px 0;
60
60
  display: block;
61
61
  }
@@ -71,8 +71,8 @@ nav.dc-c-site-menu .dc-c-header--links a.dc-c-active-link span {
71
71
  }
72
72
 
73
73
  .dc-c-datatable {
74
- width: 100%;
75
74
  border-spacing: 0;
75
+ width: 100%;
76
76
  }
77
77
 
78
78
  .dc-c-datatable th {
@@ -96,10 +96,10 @@ nav.dc-c-site-menu .dc-c-header--links a.dc-c-active-link span {
96
96
 
97
97
  .dc-thead--resizeable .dc-c-resize-handle {
98
98
  background-color: var(--color-gray-light);
99
- width: 10px;
100
99
  cursor: col-resize;
101
- min-width: 10px;
102
100
  z-index: 1;
101
+ width: 10px;
102
+ min-width: 10px;
103
103
  margin-left: -10px;
104
104
  display: block;
105
105
  position: absolute;
@@ -129,8 +129,8 @@ nav.dc-c-site-menu .dc-c-header--links a.dc-c-active-link span {
129
129
  }
130
130
 
131
131
  .dc-c-sort--default:after, .dc-c-sort--asc:after, .dc-c-sort--desc:after {
132
- height: 18px;
133
132
  width: 18px;
133
+ height: 18px;
134
134
  padding-left: 8px;
135
135
  font-family: "Font Awesome 5 Pro";
136
136
  line-height: 18px;
@@ -168,17 +168,17 @@ nav.dc-c-site-menu .dc-c-header--links a.dc-c-active-link span {
168
168
 
169
169
  .dc-resource-header:before {
170
170
  content: "";
171
+ background-color: var(--color-primary-alt-light);
171
172
  width: 48px;
172
173
  height: 4px;
173
- background-color: var(--color-primary-alt-light);
174
174
  margin: 8px 0;
175
175
  display: block;
176
176
  }
177
177
 
178
178
  .dc-truncate {
179
- max-width: 85%;
180
179
  text-overflow: ellipsis;
181
180
  white-space: nowrap;
181
+ max-width: 85%;
182
182
  overflow: hidden;
183
183
  }
184
184
 
@@ -201,10 +201,10 @@ nav.dc-c-site-menu .dc-c-header--links a.dc-c-active-link span {
201
201
  .dc-c-mobile-menu--open:before {
202
202
  content: "";
203
203
  color: var(--color-white);
204
- height: 18px;
205
- width: 18px;
206
204
  text-align: center;
207
205
  vertical-align: middle;
206
+ width: 18px;
207
+ height: 18px;
208
208
  margin-left: 10px;
209
209
  padding-right: 10px;
210
210
  font-family: "Font Awesome 5 Pro";
@@ -224,10 +224,10 @@ nav.dc-c-site-menu .dc-c-header--links a.dc-c-active-link span {
224
224
  .dc-c-mobile-menu--close:before {
225
225
  content: "";
226
226
  color: var(--color-white);
227
- height: 18px;
228
- width: 18px;
229
227
  text-align: center;
230
228
  vertical-align: middle;
229
+ width: 18px;
230
+ height: 18px;
231
231
  padding-right: 10px;
232
232
  font-family: "Font Awesome 5 Pro";
233
233
  font-size: 18px;
@@ -239,9 +239,9 @@ nav.dc-c-site-menu .dc-c-header--links a.dc-c-active-link span {
239
239
  .dc-c-mobile-header--menu {
240
240
  background-color: var(--color-gray-dark);
241
241
  z-index: 500;
242
- height: 100%;
243
- width: 100%;
244
242
  visibility: hidden;
243
+ width: 100%;
244
+ height: 100%;
245
245
  padding: 50px 0;
246
246
  transition: left .7s;
247
247
  position: fixed;
@@ -251,8 +251,8 @@ nav.dc-c-site-menu .dc-c-header--links a.dc-c-active-link span {
251
251
  }
252
252
 
253
253
  .dc-c-mobile-header .dc-c-site-menu--sub-menu {
254
- width: auto;
255
254
  background: none;
255
+ width: auto;
256
256
  position: relative;
257
257
  top: -24px;
258
258
  left: auto;
@@ -268,10 +268,10 @@ nav.dc-c-site-menu .dc-c-header--links a.dc-c-active-link span {
268
268
  }
269
269
 
270
270
  .dc-c-cms-mobile-header-menu:before {
271
- width: 48px;
272
- height: 2px;
273
271
  background: var(--color-primary-alt-light);
274
272
  content: "";
273
+ width: 48px;
274
+ height: 2px;
275
275
  margin-bottom: 16px;
276
276
  margin-left: 8px;
277
277
  display: block;
@@ -298,10 +298,10 @@ nav.dc-c-site-menu .dc-c-header--links a.dc-c-active-link span {
298
298
  .has-submenu > button:after {
299
299
  content: "";
300
300
  color: var(--color-white);
301
- height: 18px;
302
- width: 18px;
303
301
  text-align: center;
304
302
  vertical-align: middle;
303
+ width: 18px;
304
+ height: 18px;
305
305
  margin-left: 10px;
306
306
  padding-right: 10px;
307
307
  font-family: "Font Awesome 5 Pro";
@@ -354,10 +354,10 @@ nav.dc-c-site-menu .dc-c-header--links a.dc-c-active-link span {
354
354
  .cms-link-container a:before {
355
355
  content: "";
356
356
  color: #323a45;
357
- height: 18px;
358
- width: 18px;
359
357
  text-align: center;
360
358
  vertical-align: middle;
359
+ width: 18px;
360
+ height: 18px;
361
361
  margin-left: 10px;
362
362
  padding-right: 10px;
363
363
  font-family: "Font Awesome 5 Pro";
@@ -368,9 +368,9 @@ nav.dc-c-site-menu .dc-c-header--links a.dc-c-active-link span {
368
368
  }
369
369
 
370
370
  .cms-link-container img {
371
- height: auto;
372
- width: 90px;
373
371
  vertical-align: middle;
372
+ width: 90px;
373
+ height: auto;
374
374
  display: inline-block;
375
375
  }
376
376
 
@@ -401,18 +401,18 @@ nav.dc-c-site-menu .dc-c-header--links a.dc-c-active-link span {
401
401
  border-bottom: 2px solid #323a45;
402
402
  }
403
403
 
404
- @media (min-width: 544px) {
404
+ @media (width >= 544px) {
405
405
  .dc-c-main-navigation--search, .dc-c-mobile-menu--search {
406
406
  border-left: 1px solid var(--color-white);
407
407
  }
408
408
  }
409
409
 
410
- @media (min-width: 1024px) {
410
+ @media (width >= 1024px) {
411
411
  .cms-link-container {
412
- height: 85px;
413
- width: 240px;
414
412
  float: left;
415
413
  border-right: 1px solid #d6d7d9;
414
+ width: 240px;
415
+ height: 85px;
416
416
  }
417
417
 
418
418
  .cms-link-container a {
@@ -421,10 +421,10 @@ nav.dc-c-site-menu .dc-c-header--links a.dc-c-active-link span {
421
421
  }
422
422
 
423
423
  .cms-link-container img {
424
- height: auto;
425
- width: auto;
426
424
  vertical-align: middle;
425
+ width: auto;
427
426
  max-width: 80%;
427
+ height: auto;
428
428
  display: inline-block;
429
429
  }
430
430
 
@@ -524,10 +524,10 @@ li.has-submenu {
524
524
  .dc-c-search-modal--button:before {
525
525
  content: "";
526
526
  color: var(--color-white);
527
- height: 18px;
528
- width: 18px;
529
527
  text-align: center;
530
528
  vertical-align: middle;
529
+ width: 18px;
530
+ height: 18px;
531
531
  margin-left: 10px;
532
532
  padding-right: 10px;
533
533
  font-family: "Font Awesome 5 Pro";
@@ -586,9 +586,9 @@ li.has-submenu {
586
586
  }
587
587
 
588
588
  .dc-c-footer--svg-icon {
589
+ text-align: center;
589
590
  width: 40px;
590
591
  height: 40px;
591
- text-align: center;
592
592
  font-size: 42px;
593
593
  display: inline-block;
594
594
  position: relative;
package/dist/main.js CHANGED
@@ -1067,7 +1067,7 @@ const $96d341d082bffec5$var$TruncatedResizeableTHead = ({ table: table , sortEle
1067
1067
  width: header.getSize()
1068
1068
  },
1069
1069
  title: header.column.columnDef.header,
1070
- className: "ds-u-border-y--2 ds-u-padding--2 ds-u-border--dark ds-u-font-weight--bold dc-c-table-header-cell",
1070
+ className: "ds-u-border-y--2 ds-u-padding--2 ds-u-border--dark ds-u-font-weight--bold dc-c-table-header-cell",
1071
1071
  children: [
1072
1072
  /*#__PURE__*/ (0, $hgUW1$jsxs)("div", {
1073
1073
  onClick: header.column.getToggleSortingHandler(),
@@ -1111,7 +1111,7 @@ const $23763e27eda0e8d7$var$FixedSizeTHead = ({ table: table , sortElement: sort
1111
1111
  width: header.getSize()
1112
1112
  },
1113
1113
  title: header.column.columnDef.header,
1114
- className: "ds-u-border-y--2 ds-u-padding--2 ds-u-border--dark ds-u-font-weight--bold dc-c-table-header-cell",
1114
+ className: "ds-u-border-y--2 ds-u-padding--2 ds-u-border--dark ds-u-font-weight--bold dc-c-table-header-cell",
1115
1115
  children: /*#__PURE__*/ (0, $hgUW1$jsxs)("div", {
1116
1116
  onClick: header.column.getToggleSortingHandler(),
1117
1117
  children: [
@@ -2538,8 +2538,8 @@ $e5bfafc6d4e6f207$var$SearchModal.defaultProps = {
2538
2538
  var $e5bfafc6d4e6f207$export$2e2bcd8739ae039 = $e5bfafc6d4e6f207$var$SearchModal;
2539
2539
 
2540
2540
 
2541
- var $524e2f9ecb16dd54$exports = {};
2542
- $524e2f9ecb16dd54$exports = new URL("CMSGovLogo-O.90ce815c.png", import.meta.url).toString();
2541
+ var $52466563e0d69ea8$exports = {};
2542
+ $52466563e0d69ea8$exports = new URL("CMSGovLogo-O.90ce815c.png", import.meta.url).toString();
2543
2543
 
2544
2544
 
2545
2545
  const $2db98b8f69058a30$var$DesktopHeader = ({ siteName: siteName , headerClasses: headerClasses , linkClasses: linkClasses , links: links , org: org , searchModalText: searchModalText , customSearch: customSearch , includeTopNav: includeTopNav , inversedModalButton: inversedModalButton , inversedSearchButton: inversedSearchButton , includeSearch: includeSearch })=>{
@@ -2631,7 +2631,7 @@ $2db98b8f69058a30$var$DesktopHeader.defaultProps = {
2631
2631
  tagline: "The Centers for Medicare & Medicaid Services",
2632
2632
  url: "https://cms.gov",
2633
2633
  urlTitle: "CMS.gov Centers for Medicare & Medicaid Services",
2634
- logo: (0, (/*@__PURE__*/$parcel$interopDefault($524e2f9ecb16dd54$exports))),
2634
+ logo: (0, (/*@__PURE__*/$parcel$interopDefault($52466563e0d69ea8$exports))),
2635
2635
  logoAltText: "CMS.gov Centers for Medicare & Medicaid Services"
2636
2636
  },
2637
2637
  includeTopNav: true,
@@ -2658,8 +2658,8 @@ var $2db98b8f69058a30$export$2e2bcd8739ae039 = $2db98b8f69058a30$var$DesktopHead
2658
2658
 
2659
2659
 
2660
2660
 
2661
- var $bfd2fc98f8f42778$exports = {};
2662
- $bfd2fc98f8f42778$exports = new URL("CMSgov@2x-white-O.78cd05d3.png", import.meta.url).toString();
2661
+ var $972485213997ff8b$exports = {};
2662
+ $972485213997ff8b$exports = new URL("CMSgov@2x-white-O.78cd05d3.png", import.meta.url).toString();
2663
2663
 
2664
2664
 
2665
2665
  const $caaccb8ea608e518$var$MobileHeader = ({ siteName: siteName , links: links , org: org , searchModalText: searchModalText , customSearch: customSearch = false , includeTopNav: includeTopNav , inversedModalButton: inversedModalButton , inversedSearchButton: inversedSearchButton , includeSearch: includeSearch })=>{
@@ -2832,9 +2832,9 @@ $caaccb8ea608e518$var$MobileHeader.defaultProps = {
2832
2832
  tagline: "The Centers for Medicare and Medicaid Services",
2833
2833
  url: "https://cms.gov",
2834
2834
  urlTitle: "CMS.gov Centers for Medicare & Medicaid Services",
2835
- logo: (0, (/*@__PURE__*/$parcel$interopDefault($524e2f9ecb16dd54$exports))),
2835
+ logo: (0, (/*@__PURE__*/$parcel$interopDefault($52466563e0d69ea8$exports))),
2836
2836
  logoAltText: "CMS.gov Centers for Medicare & Medicaid Services",
2837
- inverseLogo: (0, (/*@__PURE__*/$parcel$interopDefault($bfd2fc98f8f42778$exports)))
2837
+ inverseLogo: (0, (/*@__PURE__*/$parcel$interopDefault($972485213997ff8b$exports)))
2838
2838
  },
2839
2839
  includeTopNav: true,
2840
2840
  includeSearch: true
@@ -3090,7 +3090,7 @@ const $a6df0aa147323304$var$Footer = ({ links: links , showEmail: showEmail , em
3090
3090
  /*#__PURE__*/ (0, $hgUW1$jsx)("g", {
3091
3091
  transform: "translate(160 256)",
3092
3092
  children: /*#__PURE__*/ (0, $hgUW1$jsx)("g", {
3093
- transform: "translate(0, 0) scale(0.78125, 0.78125) rotate(0 0 0)",
3093
+ transform: "translate(0, 0) scale(0.78125, 0.78125) rotate(0 0 0)",
3094
3094
  children: /*#__PURE__*/ (0, $hgUW1$jsx)("path", {
3095
3095
  d: "M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z",
3096
3096
  transform: "translate(-160 -256)"
@@ -3143,7 +3143,7 @@ const $a6df0aa147323304$var$Footer = ({ links: links , showEmail: showEmail , em
3143
3143
  /*#__PURE__*/ (0, $hgUW1$jsx)("g", {
3144
3144
  transform: "translate(256 256)",
3145
3145
  children: /*#__PURE__*/ (0, $hgUW1$jsx)("g", {
3146
- transform: "translate(0, 0) scale(0.78125, 0.78125) rotate(0 0 0)",
3146
+ transform: "translate(0, 0) scale(0.78125, 0.78125) rotate(0 0 0)",
3147
3147
  children: /*#__PURE__*/ (0, $hgUW1$jsx)("path", {
3148
3148
  d: "M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z",
3149
3149
  transform: "translate(-256 -256)"
@@ -3196,7 +3196,7 @@ const $a6df0aa147323304$var$Footer = ({ links: links , showEmail: showEmail , em
3196
3196
  /*#__PURE__*/ (0, $hgUW1$jsx)("g", {
3197
3197
  transform: "translate(224 256)",
3198
3198
  children: /*#__PURE__*/ (0, $hgUW1$jsx)("g", {
3199
- transform: "translate(0, 0) scale(0.78125, 0.78125) rotate(0 0 0)",
3199
+ transform: "translate(0, 0) scale(0.78125, 0.78125) rotate(0 0 0)",
3200
3200
  children: /*#__PURE__*/ (0, $hgUW1$jsx)("path", {
3201
3201
  d: "M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z",
3202
3202
  transform: "translate(-224 -256)"