@formio/uswds 2.4.6 → 2.4.8-rc.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.
package/dist/uswds.css CHANGED
@@ -75,6 +75,10 @@ span[role=link]:hover {
75
75
  border: 1px solid #565c65;
76
76
  }
77
77
 
78
+ .usa-form-group--month .usa-select {
79
+ opacity: 1;
80
+ }
81
+
78
82
  .formio-component-address .usa-checkbox {
79
83
  margin: 0.5em 0 0.3em;
80
84
  }
@@ -453,84 +457,72 @@ div[ref=modalContents] .usa-form-group--error {
453
457
  flex: 0 0 auto;
454
458
  width: 8.3333333333%;
455
459
  }
456
-
457
460
  div[class*=":grid-col-2"] {
458
461
  -webkit-box-flex: 0;
459
462
  -ms-flex: 0 0 auto;
460
463
  flex: 0 0 auto;
461
464
  width: 16.6666666667%;
462
465
  }
463
-
464
466
  div[class*=":grid-col-3"] {
465
467
  -webkit-box-flex: 0;
466
468
  -ms-flex: 0 0 auto;
467
469
  flex: 0 0 auto;
468
470
  width: 25%;
469
471
  }
470
-
471
472
  div[class*=":grid-col-4"] {
472
473
  -webkit-box-flex: 0;
473
474
  -ms-flex: 0 0 auto;
474
475
  flex: 0 0 auto;
475
476
  width: 33.3333333333%;
476
477
  }
477
-
478
478
  div[class*=":grid-col-5"] {
479
479
  -webkit-box-flex: 0;
480
480
  -ms-flex: 0 0 auto;
481
481
  flex: 0 0 auto;
482
482
  width: 41.6666666667%;
483
483
  }
484
-
485
484
  div[class*=":grid-col-6"] {
486
485
  -webkit-box-flex: 0;
487
486
  -ms-flex: 0 0 auto;
488
487
  flex: 0 0 auto;
489
488
  width: 50%;
490
489
  }
491
-
492
490
  div[class*=":grid-col-7"] {
493
491
  -webkit-box-flex: 0;
494
492
  -ms-flex: 0 0 auto;
495
493
  flex: 0 0 auto;
496
494
  width: 58.3333333333%;
497
495
  }
498
-
499
496
  div[class*=":grid-col-8"] {
500
497
  -webkit-box-flex: 0;
501
498
  -ms-flex: 0 0 auto;
502
499
  flex: 0 0 auto;
503
500
  width: 66.6666666667%;
504
501
  }
505
-
506
502
  div[class*=":grid-col-9"] {
507
503
  -webkit-box-flex: 0;
508
504
  -ms-flex: 0 0 auto;
509
505
  flex: 0 0 auto;
510
506
  width: 75%;
511
507
  }
512
-
513
508
  div[class*=":grid-col-10"] {
514
509
  -webkit-box-flex: 0;
515
510
  -ms-flex: 0 0 auto;
516
511
  flex: 0 0 auto;
517
512
  width: 83.3333333333%;
518
513
  }
519
-
520
514
  div[class*=":grid-col-11"] {
521
515
  -webkit-box-flex: 0;
522
516
  -ms-flex: 0 0 auto;
523
517
  flex: 0 0 auto;
524
518
  width: 91.6666666667%;
525
519
  }
526
-
527
520
  div[class*=":grid-col-12"] {
528
521
  -webkit-box-flex: 0;
529
522
  -ms-flex: 0 0 auto;
530
523
  flex: 0 0 auto;
531
524
  width: 100%;
532
525
  }
533
-
534
526
  .usa-checkbox__input:checked:disabled + .usa-checkbox__label::before {
535
527
  background-image: none;
536
528
  background-color: #c9c9c9;
package/dist/uswds.js CHANGED
@@ -92,7 +92,7 @@ eval("\nvar __spreadArray = (this && this.__spreadArray) || function (to, from,
92
92
  /***/ (function(__unused_webpack_module, exports, __webpack_require__) {
93
93
 
94
94
  "use strict";
95
- eval("\nvar __extends = (this && this.__extends) || (function () {\n var extendStatics = function (d, b) {\n extendStatics = Object.setPrototypeOf ||\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\n function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };\n return extendStatics(d, b);\n };\n return function (d, b) {\n if (typeof b !== \"function\" && b !== null)\n throw new TypeError(\"Class extends value \" + String(b) + \" is not a constructor or null\");\n extendStatics(d, b);\n function __() { this.constructor = d; }\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\n };\n})();\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\nvar formiojs_1 = __webpack_require__(/*! formiojs */ \"formiojs\");\nvar Button_form_1 = __webpack_require__(/*! ./Button.form */ \"./lib/components/button/Button.form.js\");\nvar ButtonComponent = formiojs_1.Components.components.button;\nvar FieldComponent = formiojs_1.Components.components.field;\nvar USWDSButtonComponent = /** @class */ (function (_super) {\n __extends(USWDSButtonComponent, _super);\n function USWDSButtonComponent() {\n return _super !== null && _super.apply(this, arguments) || this;\n }\n USWDSButtonComponent.prototype.getInputInfo = function () {\n var info = this.inputInfo;\n info.attr.class = 'usa-button';\n switch (this.component.theme) {\n case 'secondary':\n info.attr.class += ' usa-button--secondary';\n break;\n case 'info':\n case 'accent-cool':\n info.attr.class += ' usa-button--accent-cool';\n break;\n case 'success':\n info.attr.class += ' bg-green';\n break;\n case 'danger':\n info.attr.class += ' bg-secondary-vivid';\n break;\n case 'warning':\n info.attr.class += ' usa-button--accent-warm';\n break;\n case 'base':\n info.attr.class += ' usa-button--base';\n break;\n case 'outline':\n info.attr.class += ' usa-button--outline';\n break;\n }\n if (this.component.customClass) {\n info.attr.class += \" \" + this.component.customClass;\n }\n return info;\n };\n USWDSButtonComponent.prototype.render = function () {\n if (this.viewOnly || this.options.hideButtons) {\n this._visible = false;\n }\n return FieldComponent.prototype.render.call(this, this.renderTemplate('button', {\n component: this.component,\n input: this.getInputInfo(),\n }));\n };\n USWDSButtonComponent.editForm = Button_form_1.default;\n return USWDSButtonComponent;\n}(ButtonComponent));\nexports.default = USWDSButtonComponent;\n\n\n//# sourceURL=webpack://uswds/./lib/components/button/Button.js?");
95
+ eval("\nvar __extends = (this && this.__extends) || (function () {\n var extendStatics = function (d, b) {\n extendStatics = Object.setPrototypeOf ||\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\n function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };\n return extendStatics(d, b);\n };\n return function (d, b) {\n if (typeof b !== \"function\" && b !== null)\n throw new TypeError(\"Class extends value \" + String(b) + \" is not a constructor or null\");\n extendStatics(d, b);\n function __() { this.constructor = d; }\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\n };\n})();\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\nvar formiojs_1 = __webpack_require__(/*! formiojs */ \"formiojs\");\nvar Button_form_1 = __webpack_require__(/*! ./Button.form */ \"./lib/components/button/Button.form.js\");\nvar ButtonComponent = formiojs_1.Components.components.button;\nvar FieldComponent = formiojs_1.Components.components.field;\nvar USWDSButtonComponent = /** @class */ (function (_super) {\n __extends(USWDSButtonComponent, _super);\n function USWDSButtonComponent() {\n return _super !== null && _super.apply(this, arguments) || this;\n }\n USWDSButtonComponent.prototype.getInputInfo = function () {\n var info = this.inputInfo;\n info.attr.class = 'usa-button';\n switch (this.component.theme) {\n case 'secondary':\n info.attr.class += ' usa-button--secondary';\n break;\n case 'info':\n case 'accent-cool':\n info.attr.class += ' usa-button--accent-cool';\n break;\n case 'success':\n info.attr.class += ' bg-green';\n break;\n case 'danger':\n info.attr.class += ' bg-secondary-vivid';\n break;\n case 'warning':\n info.attr.class += ' usa-button--accent-warm';\n break;\n case 'base':\n info.attr.class += ' usa-button--base';\n break;\n case 'outline':\n info.attr.class += ' usa-button--outline';\n break;\n }\n if (this.component.customClass) {\n info.attr.class += \" \".concat(this.component.customClass);\n }\n return info;\n };\n USWDSButtonComponent.prototype.render = function () {\n if (this.viewOnly || this.options.hideButtons) {\n this._visible = false;\n }\n return FieldComponent.prototype.render.call(this, this.renderTemplate('button', {\n component: this.component,\n input: this.getInputInfo(),\n }));\n };\n USWDSButtonComponent.editForm = Button_form_1.default;\n return USWDSButtonComponent;\n}(ButtonComponent));\nexports.default = USWDSButtonComponent;\n\n\n//# sourceURL=webpack://uswds/./lib/components/button/Button.js?");
96
96
 
97
97
  /***/ }),
98
98
 
@@ -556,7 +556,7 @@ eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\nvar
556
556
  \*********************************************/
557
557
  /***/ (function(__unused_webpack_module, exports) {
558
558
 
559
- eval("Object.defineProperty(exports, \"__esModule\", ({\n value: true\n}));\nexports.default=function(ctx) {\nvar __t, __p = '', __j = Array.prototype.join;\nfunction print() { __p += __j.call(arguments, '') }\n__p += '<fieldset class=\"usa-fieldset\">\\n <legend class=\"usa-legend usa-sr-only\">' +\n((__t = (ctx.component.label)) == null ? '' : __t) +\n'</legend>\\n <div class=\"usa-memorable-date display-flex\"\\n role=\"group\"\\n ';\n if (ctx.component.hideLabel) { ;\n__p += '\\n aria-label=\"' +\n((__t = (ctx.component.label)) == null ? '' : __t) +\n'\"\\n ';\n } else { ;\n__p += '\\n aria-labelledby=\"l-' +\n((__t = (ctx.instance.id)) == null ? '' : __t) +\n'-' +\n((__t = (ctx.component.key)) == null ? '' : __t) +\n'\"\\n ';\n } ;\n__p += '\\n ';\n if (ctx.component.description) { ;\n__p += '\\n aria-describedby=\"d-' +\n((__t = (ctx.instance.id)) == null ? '' : __t) +\n'-' +\n((__t = (ctx.component.key)) == null ? '' : __t) +\n'\"\\n ';\n } ;\n__p += '\\n >\\n ';\n if (ctx.dayFirst && ctx.showDay) { ;\n__p += '\\n <div class=\"formio-form-group usa-form-group--day flex-1\">\\n <label for=\"' +\n((__t = (ctx.component.key)) == null ? '' : __t) +\n'-day\"\\n class=\"usa-label ';\n if (ctx.component.hideInputLabels) { ;\n__p += 'usa-sr-only';\n } ;\n__p += ' ';\n if(ctx.component.fields.day.required) { ;\n__p += 'field-required';\n } ;\n__p += '\"\\n >' +\n((__t = (ctx.t('Day'))) == null ? '' : __t) +\n'</label>\\n\\n <input class=\"usa-input usa-input--inline\"\\n ref=\"day\"\\n name=\"day\"\\n id=\"' +\n((__t = (ctx.component.key)) == null ? '' : __t) +\n'-day\"\\n ';\n if (ctx.component.fields.day.placeholder) { ;\n__p += 'placeholder=\"' +\n((__t = (ctx.component.fields.day.placeholder)) == null ? '' : __t) +\n'\"';\n } ;\n__p += '\\n ';\n if (ctx.component.description) { ;\n__p += '\\n aria-describedby=\"d-' +\n((__t = (ctx.instance.id)) == null ? '' : __t) +\n'-' +\n((__t = (ctx.component.key)) == null ? '' : __t) +\n'\"\\n ';\n } ;\n__p += '\\n type=\"number\" min=\"1\" max=\"31\" step=\"1\" value=\"\">\\n </div>\\n ';\n } ;\n__p += '\\n\\n ';\n if (ctx.showMonth) { ;\n__p += '\\n <div class=\"formio-form-group usa-form-group--month flex-1\">\\n <label for=\"' +\n((__t = (ctx.component.key)) == null ? '' : __t) +\n'-month\"\\n class=\"usa-label ';\n if (ctx.component.hideInputLabels) { ;\n__p += 'usa-sr-only';\n } ;\n__p += ' ';\n if(ctx.component.fields.month.required) { ;\n__p += 'field-required';\n } ;\n__p += '\"\\n >' +\n((__t = (ctx.t('Month'))) == null ? '' : __t) +\n'</label>\\n\\n <input class=\"usa-input usa-input--inline\"\\n ref=\"month\"\\n name=\"month\"\\n id=\"' +\n((__t = (ctx.component.key)) == null ? '' : __t) +\n'-month\"\\n ';\n if (ctx.component.fields.month.placeholder) { ;\n__p += 'placeholder=\"' +\n((__t = (ctx.component.fields.month.placeholder)) == null ? '' : __t) +\n'\"';\n } ;\n__p += '\\n ';\n if (ctx.component.description) { ;\n__p += '\\n aria-describedby=\"d-' +\n((__t = (ctx.instance.id)) == null ? '' : __t) +\n'-' +\n((__t = (ctx.component.key)) == null ? '' : __t) +\n'\"\\n ';\n } ;\n__p += '\\n type=\"number\" min=\"1\" max=\"12\" step=\"1\" value=\"\">\\n </div>\\n ';\n } ;\n__p += '\\n\\n ';\n if (!ctx.dayFirst && ctx.showDay) { ;\n__p += '\\n <div class=\"formio-form-group usa-form-group--day flex-1\">\\n <label for=\"' +\n((__t = (ctx.component.key)) == null ? '' : __t) +\n'-day\"\\n class=\"usa-label ';\n if (ctx.component.hideInputLabels) { ;\n__p += 'usa-sr-only';\n } ;\n__p += ' ';\n if(ctx.component.fields.day.required) { ;\n__p += 'field-required';\n } ;\n__p += '\"\\n >' +\n((__t = (ctx.t('Day'))) == null ? '' : __t) +\n'</label>\\n\\n <input class=\"usa-input usa-input--inline\"\\n ref=\"day\"\\n name=\"day\"\\n id=\"' +\n((__t = (ctx.component.key)) == null ? '' : __t) +\n'-day\"\\n ';\n if (ctx.component.fields.day.placeholder) { ;\n__p += 'placeholder=\"' +\n((__t = (ctx.component.fields.day.placeholder)) == null ? '' : __t) +\n'\"';\n } ;\n__p += '\\n ';\n if (ctx.component.description) { ;\n__p += '\\n aria-describedby=\"d-' +\n((__t = (ctx.instance.id)) == null ? '' : __t) +\n'-' +\n((__t = (ctx.component.key)) == null ? '' : __t) +\n'\"\\n ';\n } ;\n__p += '\\n type=\"number\" min=\"1\" max=\"31\" step=\"1\" value=\"\">\\n </div>\\n ';\n } ;\n__p += '\\n\\n ';\n if (ctx.showYear) { ;\n__p += '\\n <div class=\"formio-form-group usa-form-group--year flex-1\">\\n <label for=\"' +\n((__t = (ctx.component.key)) == null ? '' : __t) +\n'-year\"\\n class=\"usa-label ';\n if (ctx.component.hideInputLabels) { ;\n__p += 'usa-sr-only';\n } ;\n__p += ' ';\n if(ctx.component.fields.year.required) { ;\n__p += 'field-required';\n } ;\n__p += '\"\\n >' +\n((__t = (ctx.t('Year'))) == null ? '' : __t) +\n'</label>\\n\\n <input class=\"usa-input usa-input--inline\"\\n ref=\"year\"\\n name=\"year\"\\n id=\"' +\n((__t = (ctx.component.key)) == null ? '' : __t) +\n'-year\"\\n ';\n if (ctx.component.fields.year.placeholder) { ;\n__p += 'placeholder=\"' +\n((__t = (ctx.component.fields.year.placeholder)) == null ? '' : __t) +\n'\"';\n } ;\n__p += '\\n ';\n if (ctx.component.description) { ;\n__p += '\\n aria-describedby=\"d-' +\n((__t = (ctx.instance.id)) == null ? '' : __t) +\n'-' +\n((__t = (ctx.component.key)) == null ? '' : __t) +\n'\"\\n ';\n } ;\n__p += '\\n type=\"number\"\\n min=\"' +\n((__t = ( !!ctx.component.fields.year.minYear ? ctx.component.fields.year.minYear : 1900 )) == null ? '' : __t) +\n'\"\\n max=\"' +\n((__t = ( !!ctx.component.fields.year.maxYear ? ctx.component.fields.year.maxYear : 2019 )) == null ? '' : __t) +\n'\" value=\"\">\\n </div>\\n ';\n } ;\n__p += '\\n </div>\\n <input name=\"ctx.data[day]\" type=\"hidden\" class=\"form-control\" lang=\"en\" value=\"\" ref=\"input\">\\n</fieldset>\\n';\nreturn __p\n}\n\n//# sourceURL=webpack://uswds/./lib/templates/uswds/day/form.ejs.js?");
559
+ eval("Object.defineProperty(exports, \"__esModule\", ({\n value: true\n}));\nexports.default=function(ctx) {\nvar __t, __p = '', __j = Array.prototype.join;\nfunction print() { __p += __j.call(arguments, '') }\n__p += '<fieldset class=\"usa-fieldset\">\\n <legend class=\"usa-legend usa-sr-only\">' +\n((__t = (ctx.component.label)) == null ? '' : __t) +\n'</legend>\\n <div class=\"usa-memorable-date display-flex\"\\n role=\"group\"\\n ';\n if (ctx.component.hideLabel) { ;\n__p += '\\n aria-label=\"' +\n((__t = (ctx.component.label)) == null ? '' : __t) +\n'\"\\n ';\n } else { ;\n__p += '\\n aria-labelledby=\"l-' +\n((__t = (ctx.instance.id)) == null ? '' : __t) +\n'-' +\n((__t = (ctx.component.key)) == null ? '' : __t) +\n'\"\\n ';\n } ;\n__p += '\\n ';\n if (ctx.component.description) { ;\n__p += '\\n aria-describedby=\"d-' +\n((__t = (ctx.instance.id)) == null ? '' : __t) +\n'-' +\n((__t = (ctx.component.key)) == null ? '' : __t) +\n'\"\\n ';\n } ;\n__p += '\\n >\\n ';\n if (ctx.dayFirst && ctx.showDay) { ;\n__p += '\\n <div class=\"formio-form-group usa-form-group--day flex-1\">\\n <label for=\"' +\n((__t = (ctx.component.key)) == null ? '' : __t) +\n'-day\"\\n class=\"usa-label ';\n if (ctx.component.hideInputLabels) { ;\n__p += 'usa-sr-only';\n } ;\n__p += ' ';\n if(ctx.component.fields.day.required) { ;\n__p += 'field-required';\n } ;\n__p += '\"\\n >' +\n((__t = (ctx.t('Day'))) == null ? '' : __t) +\n'</label>\\n\\n <input class=\"usa-input usa-input--inline\"\\n ref=\"day\"\\n name=\"day\"\\n id=\"' +\n((__t = (ctx.component.key)) == null ? '' : __t) +\n'-day\"\\n ';\n if (ctx.component.fields.day.placeholder) { ;\n__p += 'placeholder=\"' +\n((__t = (ctx.component.fields.day.placeholder)) == null ? '' : __t) +\n'\"';\n } ;\n__p += '\\n ';\n if (ctx.component.description) { ;\n__p += '\\n aria-describedby=\"d-' +\n((__t = (ctx.instance.id)) == null ? '' : __t) +\n'-' +\n((__t = (ctx.component.key)) == null ? '' : __t) +\n'\"\\n ';\n } ;\n__p += '\\n type=\"number\" min=\"1\" max=\"31\" step=\"1\" value=\"\">\\n </div>\\n ';\n } ;\n__p += '\\n\\n ';\n if (ctx.showMonth) { ;\n__p += '\\n <div class=\"formio-form-group usa-form-group--month flex-1\">\\n <label for=\"' +\n((__t = (ctx.component.key)) == null ? '' : __t) +\n'-month\"\\n class=\"usa-label ';\n if (ctx.component.hideInputLabels) { ;\n__p += 'usa-sr-only';\n } ;\n__p += ' ';\n if(ctx.component.fields.month.required) { ;\n__p += 'field-required';\n } ;\n__p += '\"\\n >' +\n((__t = (ctx.t('Month'))) == null ? '' : __t) +\n'</label>\\n <div>' +\n((__t = (ctx.month)) == null ? '' : __t) +\n'</div>\\n </div>\\n ';\n } ;\n__p += '\\n\\n ';\n if (!ctx.dayFirst && ctx.showDay) { ;\n__p += '\\n <div class=\"formio-form-group usa-form-group--day flex-1\">\\n <label for=\"' +\n((__t = (ctx.component.key)) == null ? '' : __t) +\n'-day\"\\n class=\"usa-label ';\n if (ctx.component.hideInputLabels) { ;\n__p += 'usa-sr-only';\n } ;\n__p += ' ';\n if(ctx.component.fields.day.required) { ;\n__p += 'field-required';\n } ;\n__p += '\"\\n >' +\n((__t = (ctx.t('Day'))) == null ? '' : __t) +\n'</label>\\n\\n <input class=\"usa-input usa-input--inline\"\\n ref=\"day\"\\n name=\"day\"\\n id=\"' +\n((__t = (ctx.component.key)) == null ? '' : __t) +\n'-day\"\\n ';\n if (ctx.component.fields.day.placeholder) { ;\n__p += 'placeholder=\"' +\n((__t = (ctx.component.fields.day.placeholder)) == null ? '' : __t) +\n'\"';\n } ;\n__p += '\\n ';\n if (ctx.component.description) { ;\n__p += '\\n aria-describedby=\"d-' +\n((__t = (ctx.instance.id)) == null ? '' : __t) +\n'-' +\n((__t = (ctx.component.key)) == null ? '' : __t) +\n'\"\\n ';\n } ;\n__p += '\\n type=\"number\" min=\"1\" max=\"31\" step=\"1\" value=\"\">\\n </div>\\n ';\n } ;\n__p += '\\n\\n ';\n if (ctx.showYear) { ;\n__p += '\\n <div class=\"formio-form-group usa-form-group--year flex-1\">\\n <label for=\"' +\n((__t = (ctx.component.key)) == null ? '' : __t) +\n'-year\"\\n class=\"usa-label ';\n if (ctx.component.hideInputLabels) { ;\n__p += 'usa-sr-only';\n } ;\n__p += ' ';\n if(ctx.component.fields.year.required) { ;\n__p += 'field-required';\n } ;\n__p += '\"\\n >' +\n((__t = (ctx.t('Year'))) == null ? '' : __t) +\n'</label>\\n\\n <input class=\"usa-input usa-input--inline\"\\n ref=\"year\"\\n name=\"year\"\\n id=\"' +\n((__t = (ctx.component.key)) == null ? '' : __t) +\n'-year\"\\n ';\n if (ctx.component.fields.year.placeholder) { ;\n__p += 'placeholder=\"' +\n((__t = (ctx.component.fields.year.placeholder)) == null ? '' : __t) +\n'\"';\n } ;\n__p += '\\n ';\n if (ctx.component.description) { ;\n__p += '\\n aria-describedby=\"d-' +\n((__t = (ctx.instance.id)) == null ? '' : __t) +\n'-' +\n((__t = (ctx.component.key)) == null ? '' : __t) +\n'\"\\n ';\n } ;\n__p += '\\n type=\"number\"\\n min=\"' +\n((__t = ( !!ctx.component.fields.year.minYear ? ctx.component.fields.year.minYear : 1900 )) == null ? '' : __t) +\n'\"\\n max=\"' +\n((__t = ( !!ctx.component.fields.year.maxYear ? ctx.component.fields.year.maxYear : 2019 )) == null ? '' : __t) +\n'\" value=\"\">\\n </div>\\n ';\n } ;\n__p += '\\n </div>\\n <input name=\"ctx.data[day]\" type=\"hidden\" class=\"form-control\" lang=\"en\" value=\"\" ref=\"input\">\\n</fieldset>\\n';\nreturn __p\n}\n\n//# sourceURL=webpack://uswds/./lib/templates/uswds/day/form.ejs.js?");
560
560
 
561
561
  /***/ }),
562
562
 
@@ -644,6 +644,16 @@ eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\nvar
644
644
 
645
645
  /***/ }),
646
646
 
647
+ /***/ "./lib/templates/uswds/field/align.ejs.js":
648
+ /*!************************************************!*\
649
+ !*** ./lib/templates/uswds/field/align.ejs.js ***!
650
+ \************************************************/
651
+ /***/ (function(__unused_webpack_module, exports) {
652
+
653
+ eval("Object.defineProperty(exports, \"__esModule\", ({\n value: true\n}));\nexports.default=function(ctx) {\nvar __t, __p = '', __j = Array.prototype.join;\nfunction print() { __p += __j.call(arguments, '') }\n__p += '<div class=\"field-wrapper\\n ' +\n((__t = (ctx.isRightPosition ? 'field-wrapper--reverse' : '')) == null ? '' : __t) +\n'\">\\n ';\n if (!ctx.label.hidden) { ;\n__p += '\\n <div class=\"field-label\\n ' +\n((__t = (ctx.isRightAlign ? 'field-label--right' : '')) == null ? '' : __t) +\n'\"\\n style=\"' +\n((__t = (ctx.labelStyles)) == null ? '' : __t) +\n'\">\\n ' +\n((__t = ( ctx.labelMarkup )) == null ? '' : __t) +\n'\\n </div>\\n ';\n } ;\n__p += '\\n\\n ';\n if (ctx.label.hidden && ctx.label.className && ctx.component.validate.required) { ;\n__p += '\\n <div class=\"field-label\\n ' +\n((__t = (ctx.isRightAlign ? 'field-label--right' : '')) == null ? '' : __t) +\n'\"\\n style=\"' +\n((__t = (ctx.labelStyles)) == null ? '' : __t) +\n'\">\\n <label class=\"' +\n((__t = (ctx.label.className)) == null ? '' : __t) +\n'\"></label>\\n </div>\\n ';\n } ;\n__p += '\\n\\n <div class=\"field-content\" style=\"' +\n((__t = (ctx.contentStyles)) == null ? '' : __t) +\n'\">\\n ' +\n((__t = (ctx.element)) == null ? '' : __t) +\n'\\n </div>\\n</div>\\n\\n';\n if (ctx.component.description) { ;\n__p += '\\n <div class=\"form-text text-muted\">' +\n((__t = (ctx.t(ctx.component.description, { _userInput: true }))) == null ? '' : __t) +\n'</div>\\n';\n } ;\n__p += '\\n';\nreturn __p\n}\n\n//# sourceURL=webpack://uswds/./lib/templates/uswds/field/align.ejs.js?");
654
+
655
+ /***/ }),
656
+
647
657
  /***/ "./lib/templates/uswds/field/form.ejs.js":
648
658
  /*!***********************************************!*\
649
659
  !*** ./lib/templates/uswds/field/form.ejs.js ***!
@@ -661,7 +671,7 @@ eval("Object.defineProperty(exports, \"__esModule\", ({\n value: true\n}));\nex
661
671
  /***/ (function(__unused_webpack_module, exports, __webpack_require__) {
662
672
 
663
673
  "use strict";
664
- eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\nvar form_ejs_1 = __webpack_require__(/*! ./form.ejs */ \"./lib/templates/uswds/field/form.ejs.js\");\nexports.default = { form: form_ejs_1.default };\n\n\n//# sourceURL=webpack://uswds/./lib/templates/uswds/field/index.js?");
674
+ eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\nvar form_ejs_1 = __webpack_require__(/*! ./form.ejs */ \"./lib/templates/uswds/field/form.ejs.js\");\nvar align_ejs_1 = __webpack_require__(/*! ./align.ejs */ \"./lib/templates/uswds/field/align.ejs.js\");\nexports.default = { form: form_ejs_1.default, align: align_ejs_1.default };\n\n\n//# sourceURL=webpack://uswds/./lib/templates/uswds/field/index.js?");
665
675
 
666
676
  /***/ }),
667
677
 
@@ -1184,7 +1194,7 @@ eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\nvar
1184
1194
  \*********************************************/
1185
1195
  /***/ (function(__unused_webpack_module, exports) {
1186
1196
 
1187
- eval("Object.defineProperty(exports, \"__esModule\", ({\n value: true\n}));\nexports.default=function(ctx) {\nvar __t, __p = '', __j = Array.prototype.join;\nfunction print() { __p += __j.call(arguments, '') }\n\n ctx.component.components.forEach(function(tab, index) { ;\n__p += '\\n <div class=\"margin-bottom-2 formio-usa-card\">\\n <div class=\"formio-usa-card-header bg-base-lightest\">\\n <h4 class=\"margin-bottom-0 formio-usa-card-title\">' +\n((__t = ( ctx.t(tab.label) )) == null ? '' : __t) +\n'</h4>\\n </div>\\n <div class=\"formio-usa-card-body\">\\n ' +\n((__t = ( ctx.tabComponents[index] )) == null ? '' : __t) +\n'\\n </div>\\n </div>\\n';\n }) ;\n__p += '\\n';\nreturn __p\n}\n\n//# sourceURL=webpack://uswds/./lib/templates/uswds/tab/flat.ejs.js?");
1197
+ eval("Object.defineProperty(exports, \"__esModule\", ({\n value: true\n}));\nexports.default=function(ctx) {\nvar __t, __p = '', __j = Array.prototype.join;\nfunction print() { __p += __j.call(arguments, '') }\n\n ctx.component.components.forEach(function(tab, index) { ;\n__p += '\\n <div class=\"margin-bottom-2 formio-usa-card\">\\n <div class=\"formio-usa-card-header bg-base-lightest\">\\n <h4 class=\"margin-bottom-0 formio-usa-card-title\">' +\n((__t = ( ctx.t(tab.label) )) == null ? '' : __t) +\n'</h4>\\n </div>\\n <div class=\"formio-usa-card-body\" ref=\"' +\n((__t = (ctx.tabKey)) == null ? '' : __t) +\n'\">\\n ' +\n((__t = ( ctx.tabComponents[index] )) == null ? '' : __t) +\n'\\n </div>\\n </div>\\n';\n }) ;\n__p += '\\n';\nreturn __p\n}\n\n//# sourceURL=webpack://uswds/./lib/templates/uswds/tab/flat.ejs.js?");
1188
1198
 
1189
1199
  /***/ }),
1190
1200
 
@@ -1 +1 @@
1
- span[role=link]:hover{text-decoration:underline;cursor:pointer}.builder-sidebar .usa-accordion__content{padding-bottom:0}.builder-sidebar .form-builder-panel{margin-bottom:5px}.builder-sidebar .form-builder-panel .form-builder-group-header .form-builder-group-heading{margin:0}.builder-sidebar .form-builder-panel .form-builder-group-header .usa-accordion__button.builder-group-button{background-color:#f0f0f0}.builder-sidebar .form-builder-panel .usa-button{margin-right:0;margin-top:0;margin-bottom:5px}.builder-component{padding:3px;margin:-3px -3px 20px -3px}.builder-component .formio-form-group{margin-bottom:0}.builder-component .component-btn-group{display:flex;flex-direction:row-reverse}.component-btn-group .component-settings-button.usa-button{margin:3px}.component-btn-group .usa-button.component-settings-button-paste{display:none}.flatpickr-current-month .flatpickr-monthDropdown-months:focus,.flatpickr-current-month input.cur-year:focus,.flatpickr-days:focus{outline:1px solid #2491ff!important}.flatpickr-days{margin:1px;width:305.875px!important}.flatpickr-day.selected{background:#0073ec!important}.flatpickr-day.nextMonthDay:focus,.flatpickr-day.nextMonthDay:hover,.flatpickr-day.prevMonthDay:focus,.flatpickr-day.prevMonthDay:hover,.flatpickr-day:focus,.flatpickr-day:hover{background-color:#71767a!important;color:#fff!important}.flatpickr-wrapper{display:block!important}.formio-choices .usa-select{background-image:none;border:1px solid #565c65}.formio-component-address .usa-checkbox{margin:.5em 0 .3em}.formio-component-survey .usa-radio .usa-radio__label{height:20px}.formio-component-survey .usa-radio .usa-radio__label:before{left:50%;transform:translateX(-50%);margin:0}.formio-dialog.formio-dialog-theme-default .component-edit-container{padding:.6em}.formio-dialog.formio-dialog-theme-default .formio-dialog-content .formio-dialog-close{right:4px;top:4px}.formio-dialog.formio-dialog-theme-default .formio-dialog-content .formio-dialog-close:before{font-size:24px;line-height:24px;color:#8a8a8a}.formio-dialog.formio-dialog-theme-default .formio-dialog-content .formio-dialog-close :active:before,.formio-dialog.formio-dialog-theme-default .formio-dialog-content .formio-dialog-close:hover:before{color:#6b6b6b}.formio-dialog-content .usa-label{padding-right:30px}.formio-dialog-content .usa-label label{padding-right:0}.formio-dialog-buttons{display:flex;justify-content:flex-end;margin:0 -.5rem}.formio-form-group{margin-bottom:20px}@media print{.formio-form-group{page-break-inside:avoid}}.formio-form-group>.usa-label>label{display:initial}.formio-hidden{margin:0}.formio-panel-content.usa-accordion__content{overflow:visible}.formio-usa-card{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-width:0;word-wrap:break-word;background-clip:border-box;border:1px solid #000;border-radius:.25rem}.formio-usa-card-body{-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;padding:1.25rem}.formio-usa-card-header{position:relative;display:flex;padding:.5rem;margin-bottom:0;margin-top:1px;border-bottom:1px solid #000;border-radius:.25rem .25rem 0 0;background-color:#f0f0f0}.formio-usa-card-title{margin-bottom:.75rem;font-size:1.2rem}.has-error .help-block{color:#b50909}.has-success .help-block{color:#00a91c}.input-group{display:flex;flex-wrap:nowrap;align-items:stretch;width:100%;margin-top:.5rem}.input-group .usa-input,.input-group .usa-textarea{position:relative;z-index:1;width:1%;min-width:50px;flex-grow:1;margin-top:0}.input-group .usa-textarea{resize:vertical}.input-group .flatpickr-wrapper{display:flex;flex-grow:1}.input-group .flatpickr-wrapper .usa-input{width:100%}.input-group-text{display:flex;align-items:center;padding:.375rem .75rem;font-size:.9375rem;font-weight:400;line-height:1.5;color:#495057;text-align:center;white-space:nowrap;background-color:#e9ecef;border:1px solid #ced4da}.input-group-append,.input-group-prepend{display:flex;flex-shrink:0}.legend-wrapper{display:inline-block;margin-bottom:6px}.legend-wrapper>span{margin-right:3px}.open-modal-button{font-weight:400;color:#000;vertical-align:middle;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#f8f9fa;border:2px solid #8a8a8a;padding:.375rem .75rem;font-size:.9375rem;line-height:1.5;border-radius:0}.open-modal-button:hover{background-color:#f0f1f5}.progress{display:-webkit-box;display:-ms-flexbox;display:flex;height:1rem;overflow:hidden;font-size:.75rem;background-color:#e9ecef;border-radius:.25rem}.progress .progress-bar{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:#fff;text-align:center;background-color:#007bff;transition:width .6s ease}.formio-tooltip__trigger{cursor:pointer}.formio-tooltip__body{background-color:#1b1b1b;border-radius:.25rem;bottom:0;color:#f0f0f0;display:none;font-size:1rem;padding:.5rem;position:absolute;left:0;transform:translateX(-50%);width:auto;white-space:pre;z-index:1000}.formio-tooltip__body.formio-tooltip--is-set{display:block}.formio-tooltip__body--whitespace{white-space:normal;width:250px}.formio-tooltip__body--right{top:auto;transform:translateX(0)}.formio-tooltip__body--left{top:auto;left:0;right:auto;transform:translateX(0)}.formio-tooltip__body--bottom{bottom:auto;top:0}.formio-tooltip__wrapper{position:relative}.formio-tooltip__wrapper>span{font-weight:400}.wizard-page{margin:20px 0}.wizard-nav-container{display:flex}@media not all and (min-width:30em){.wizard-nav-container{flex-direction:column}}.wizard-nav-container li .usa-button{margin-bottom:.25em}.word-wrap{word-wrap:break-word}b,strong{font-weight:700!important}pre{background-color:#f0f0f0;padding:1em}ul.usa-sidenav{display:flex;flex-wrap:wrap;margin-top:1px;border-bottom:1px solid #000}.usa-sidenav__item{border-top:0}.usa-input--error.usa-select,.usa-input--success.usa-select{height:auto}.usa-accordion__button.non-collapsible-panel--button{background-image:none}.usa-accordion__button.non-collapsible-panel--button:hover{background-color:#f0f0f0;cursor:auto}.usa-table{width:100%}.usa-table caption{caption-side:top;color:#000}.usa-table td{background-color:inherit}.usa-checkbox__input:disabled+.usa-checkbox__label{color:#71767a!important}.usa-fieldset .usa-legend{font-size:1.5rem}.usa-label{margin-top:0!important;margin-bottom:0;max-width:100%!important}.usa-prose>ol li,.usa-prose>p,.usa-prose>ul li{max-width:100%!important}.usa-button+.has-error,.usa-button+.has-success{display:none}.usa-radio__input:disabled:checked+.usa-radio__label::before{-webkit-box-shadow:0 0 0 2px #c9c9c9,inset 0 0 0 3px #fff;box-shadow:0 0 0 2px #c9c9c9,inset 0 0 0 3px #fff}.usa-checkbox,.usa-radio{background:0 0!important}.usa-step-indicator{margin-top:1rem}.usa-step-indicator .usa-step-indicator__segments{outline-width:1px!important;outline-offset:2px!important;padding:1px}.usa-step-indicator .usa-step-indicator__segments .usa-step-indicator__segment{max-width:none}div[ref=modalContents] .usa-form-group--error{margin-top:0}@media print{div[class*=":grid-col-1"]{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:8.3333333333%}div[class*=":grid-col-2"]{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:16.6666666667%}div[class*=":grid-col-3"]{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:25%}div[class*=":grid-col-4"]{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:33.3333333333%}div[class*=":grid-col-5"]{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:41.6666666667%}div[class*=":grid-col-6"]{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:50%}div[class*=":grid-col-7"]{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:58.3333333333%}div[class*=":grid-col-8"]{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:66.6666666667%}div[class*=":grid-col-9"]{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:75%}div[class*=":grid-col-10"]{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:83.3333333333%}div[class*=":grid-col-11"]{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:91.6666666667%}div[class*=":grid-col-12"]{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.usa-checkbox__input:checked:disabled+.usa-checkbox__label::before{background-image:none;background-color:#c9c9c9;-webkit-box-shadow:0 0 0 2px #c9c9c9,inset 0 0 0 3px #fff;box-shadow:0 0 0 2px #c9c9c9,inset 0 0 0 3px #fff;-webkit-print-color-adjust:exact;text-indent:0}}.usa-button.formio-hidden{background-color:initial;border:none;box-shadow:none}
1
+ span[role=link]:hover{text-decoration:underline;cursor:pointer}.builder-sidebar .usa-accordion__content{padding-bottom:0}.builder-sidebar .form-builder-panel{margin-bottom:5px}.builder-sidebar .form-builder-panel .form-builder-group-header .form-builder-group-heading{margin:0}.builder-sidebar .form-builder-panel .form-builder-group-header .usa-accordion__button.builder-group-button{background-color:#f0f0f0}.builder-sidebar .form-builder-panel .usa-button{margin-right:0;margin-top:0;margin-bottom:5px}.builder-component{padding:3px;margin:-3px -3px 20px -3px}.builder-component .formio-form-group{margin-bottom:0}.builder-component .component-btn-group{display:flex;flex-direction:row-reverse}.component-btn-group .component-settings-button.usa-button{margin:3px}.component-btn-group .usa-button.component-settings-button-paste{display:none}.flatpickr-current-month .flatpickr-monthDropdown-months:focus,.flatpickr-current-month input.cur-year:focus,.flatpickr-days:focus{outline:1px solid #2491ff!important}.flatpickr-days{margin:1px;width:305.875px!important}.flatpickr-day.selected{background:#0073ec!important}.flatpickr-day.nextMonthDay:focus,.flatpickr-day.nextMonthDay:hover,.flatpickr-day.prevMonthDay:focus,.flatpickr-day.prevMonthDay:hover,.flatpickr-day:focus,.flatpickr-day:hover{background-color:#71767a!important;color:#fff!important}.flatpickr-wrapper{display:block!important}.formio-choices .usa-select{background-image:none;border:1px solid #565c65}.usa-form-group--month .usa-select{opacity:1}.formio-component-address .usa-checkbox{margin:.5em 0 .3em}.formio-component-survey .usa-radio .usa-radio__label{height:20px}.formio-component-survey .usa-radio .usa-radio__label:before{left:50%;transform:translateX(-50%);margin:0}.formio-dialog.formio-dialog-theme-default .component-edit-container{padding:.6em}.formio-dialog.formio-dialog-theme-default .formio-dialog-content .formio-dialog-close{right:4px;top:4px}.formio-dialog.formio-dialog-theme-default .formio-dialog-content .formio-dialog-close:before{font-size:24px;line-height:24px;color:#8a8a8a}.formio-dialog.formio-dialog-theme-default .formio-dialog-content .formio-dialog-close :active:before,.formio-dialog.formio-dialog-theme-default .formio-dialog-content .formio-dialog-close:hover:before{color:#6b6b6b}.formio-dialog-content .usa-label{padding-right:30px}.formio-dialog-content .usa-label label{padding-right:0}.formio-dialog-buttons{display:flex;justify-content:flex-end;margin:0 -.5rem}.formio-form-group{margin-bottom:20px}@media print{.formio-form-group{page-break-inside:avoid}}.formio-form-group>.usa-label>label{display:initial}.formio-hidden{margin:0}.formio-panel-content.usa-accordion__content{overflow:visible}.formio-usa-card{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-width:0;word-wrap:break-word;background-clip:border-box;border:1px solid #000;border-radius:.25rem}.formio-usa-card-body{-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;padding:1.25rem}.formio-usa-card-header{position:relative;display:flex;padding:.5rem;margin-bottom:0;margin-top:1px;border-bottom:1px solid #000;border-radius:.25rem .25rem 0 0;background-color:#f0f0f0}.formio-usa-card-title{margin-bottom:.75rem;font-size:1.2rem}.has-error .help-block{color:#b50909}.has-success .help-block{color:#00a91c}.input-group{display:flex;flex-wrap:nowrap;align-items:stretch;width:100%;margin-top:.5rem}.input-group .usa-input,.input-group .usa-textarea{position:relative;z-index:1;width:1%;min-width:50px;flex-grow:1;margin-top:0}.input-group .usa-textarea{resize:vertical}.input-group .flatpickr-wrapper{display:flex;flex-grow:1}.input-group .flatpickr-wrapper .usa-input{width:100%}.input-group-text{display:flex;align-items:center;padding:.375rem .75rem;font-size:.9375rem;font-weight:400;line-height:1.5;color:#495057;text-align:center;white-space:nowrap;background-color:#e9ecef;border:1px solid #ced4da}.input-group-append,.input-group-prepend{display:flex;flex-shrink:0}.legend-wrapper{display:inline-block;margin-bottom:6px}.legend-wrapper>span{margin-right:3px}.open-modal-button{font-weight:400;color:#000;vertical-align:middle;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#f8f9fa;border:2px solid #8a8a8a;padding:.375rem .75rem;font-size:.9375rem;line-height:1.5;border-radius:0}.open-modal-button:hover{background-color:#f0f1f5}.progress{display:-webkit-box;display:-ms-flexbox;display:flex;height:1rem;overflow:hidden;font-size:.75rem;background-color:#e9ecef;border-radius:.25rem}.progress .progress-bar{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:#fff;text-align:center;background-color:#007bff;transition:width .6s ease}.formio-tooltip__trigger{cursor:pointer}.formio-tooltip__body{background-color:#1b1b1b;border-radius:.25rem;bottom:0;color:#f0f0f0;display:none;font-size:1rem;padding:.5rem;position:absolute;left:0;transform:translateX(-50%);width:auto;white-space:pre;z-index:1000}.formio-tooltip__body.formio-tooltip--is-set{display:block}.formio-tooltip__body--whitespace{white-space:normal;width:250px}.formio-tooltip__body--right{top:auto;transform:translateX(0)}.formio-tooltip__body--left{top:auto;left:0;right:auto;transform:translateX(0)}.formio-tooltip__body--bottom{bottom:auto;top:0}.formio-tooltip__wrapper{position:relative}.formio-tooltip__wrapper>span{font-weight:400}.wizard-page{margin:20px 0}.wizard-nav-container{display:flex}@media not all and (min-width:30em){.wizard-nav-container{flex-direction:column}}.wizard-nav-container li .usa-button{margin-bottom:.25em}.word-wrap{word-wrap:break-word}b,strong{font-weight:700!important}pre{background-color:#f0f0f0;padding:1em}ul.usa-sidenav{display:flex;flex-wrap:wrap;margin-top:1px;border-bottom:1px solid #000}.usa-sidenav__item{border-top:0}.usa-input--error.usa-select,.usa-input--success.usa-select{height:auto}.usa-accordion__button.non-collapsible-panel--button{background-image:none}.usa-accordion__button.non-collapsible-panel--button:hover{background-color:#f0f0f0;cursor:auto}.usa-table{width:100%}.usa-table caption{caption-side:top;color:#000}.usa-table td{background-color:inherit}.usa-checkbox__input:disabled+.usa-checkbox__label{color:#71767a!important}.usa-fieldset .usa-legend{font-size:1.5rem}.usa-label{margin-top:0!important;margin-bottom:0;max-width:100%!important}.usa-prose>ol li,.usa-prose>p,.usa-prose>ul li{max-width:100%!important}.usa-button+.has-error,.usa-button+.has-success{display:none}.usa-radio__input:disabled:checked+.usa-radio__label::before{-webkit-box-shadow:0 0 0 2px #c9c9c9,inset 0 0 0 3px #fff;box-shadow:0 0 0 2px #c9c9c9,inset 0 0 0 3px #fff}.usa-checkbox,.usa-radio{background:0 0!important}.usa-step-indicator{margin-top:1rem}.usa-step-indicator .usa-step-indicator__segments{outline-width:1px!important;outline-offset:2px!important;padding:1px}.usa-step-indicator .usa-step-indicator__segments .usa-step-indicator__segment{max-width:none}div[ref=modalContents] .usa-form-group--error{margin-top:0}@media print{div[class*=":grid-col-1"]{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:8.3333333333%}div[class*=":grid-col-2"]{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:16.6666666667%}div[class*=":grid-col-3"]{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:25%}div[class*=":grid-col-4"]{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:33.3333333333%}div[class*=":grid-col-5"]{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:41.6666666667%}div[class*=":grid-col-6"]{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:50%}div[class*=":grid-col-7"]{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:58.3333333333%}div[class*=":grid-col-8"]{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:66.6666666667%}div[class*=":grid-col-9"]{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:75%}div[class*=":grid-col-10"]{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:83.3333333333%}div[class*=":grid-col-11"]{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:91.6666666667%}div[class*=":grid-col-12"]{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.usa-checkbox__input:checked:disabled+.usa-checkbox__label::before{background-image:none;background-color:#c9c9c9;-webkit-box-shadow:0 0 0 2px #c9c9c9,inset 0 0 0 3px #fff;box-shadow:0 0 0 2px #c9c9c9,inset 0 0 0 3px #fff;-webkit-print-color-adjust:exact;text-indent:0}}.usa-button.formio-hidden{background-color:initial;border:none;box-shadow:none}