diff --git a/cfgov/ask_cfpb/jinja2/ask-cfpb/_ask-search.html b/cfgov/ask_cfpb/jinja2/ask-cfpb/_ask-search.html index b7327e17e8f..f613c95934a 100644 --- a/cfgov/ask_cfpb/jinja2/ask-cfpb/_ask-search.html +++ b/cfgov/ask_cfpb/jinja2/ask-cfpb/_ask-search.html @@ -56,7 +56,8 @@ "input_aria_label": _('Search for your question'), "has_autocomplete": autocomplete, "placeholder": placeholder_value, - "submit_aria_label": placeholder_value + "submit_aria_label": placeholder_value, + "max_length": autocomplete_max_chars }) }}
svg { - // Set width of SVG width to create a box for the focus rectangle. - width: 25px; - cursor: pointer; - - // Prevent targeting of button's internal SVG icon. - pointer-events: none; - } - } - - button[type='reset']:hover { - color: var(--black); - } - - // Style the clear x focus rectangle. - button[type='reset']:focus { - color: var(--black); - - // Put the focus rectangle on the icon - // because the button touch target is larger and would be lop-sided if - // we put the rectangle on the button. - > svg { - outline: 1px dotted var(--pacific); - } - } - - // However, hide it if we haven't entered any text yet. - input[type='search']:placeholder-shown ~ button[type='reset'] { - display: none; - } - - // When the reset button is showing, pad the input so there's no overlap. - input[type='search']:not(:placeholder-shown) { - padding-right: 34px; - } - - // Remove the default x mark in Chrome. - input[type='search']::-webkit-search-decoration, - input[type='search']::-webkit-search-cancel-button, - input[type='search']::-webkit-search-results-button, - input[type='search']::-webkit-search-results-decoration { - display: none; - } - } - - // Show the clear x button if we're focused within the search input area. - &:focus-within button[type='reset'], - & &__input:hover button[type='reset'] { - display: block; - } - - button[type='submit'] { - // Characters in some languages, like Chinese, have a larger x-height, - // which will make the button taller than the input. - // Fix that by setting the line height on the button. - line-height: unit(19px / @base-font-size-px); - } - - // Tablet and above. - .respond-to-min(@bp-sm-min, { - flex-direction: row; - border-left: 0; - - button[type='submit'] { - border-top-left-radius: 0; - border-bottom-left-radius: 0; - - flex-basis: 25%; - } - }); -} - -// If the value attribute of the search input has been set by the backend, -// then the reset (x) button will only reset the input to the initial value -// at page load. -// We add a small amount of JS to fully clear the input for this circumstance. -// However, this doesn't work when JS is disabled, so in that case we hide the -// reset (x) button. -.no-js .o-search-input button[type='reset'] { - display: none !important; -} diff --git a/cfgov/v1/jinja2/v1/includes/organisms/search-input.html b/cfgov/v1/jinja2/v1/includes/organisms/search-input.html index f2baf9468a0..2d9937ee8bf 100644 --- a/cfgov/v1/jinja2/v1/includes/organisms/search-input.html +++ b/cfgov/v1/jinja2/v1/includes/organisms/search-input.html @@ -24,6 +24,8 @@ value.submit_aria_label: Label for the search button. + value.max_length: The maximum length of characters for the input. + ========================================================================== #} {% macro render(value) %} @@ -43,7 +45,7 @@ placeholder="{{ value.placeholder }}" title="{{ value.placeholder }}" autocomplete="off" - maxlength="75" + maxlength="{{ value.max_length or '75' }}" {% if value.input_aria_describedby_id %} aria-describedby="{{ value.input_aria_describedby_id }}" {% endif %}> diff --git a/npm-packages-offline-cache/@cfpb-cfpb-atomic-component-1.0.0.tgz b/npm-packages-offline-cache/@cfpb-cfpb-atomic-component-1.0.0.tgz deleted file mode 100644 index 6630e69aebb..00000000000 Binary files a/npm-packages-offline-cache/@cfpb-cfpb-atomic-component-1.0.0.tgz and /dev/null differ diff --git a/npm-packages-offline-cache/@cfpb-cfpb-atomic-component-1.2.0.tgz b/npm-packages-offline-cache/@cfpb-cfpb-atomic-component-1.2.0.tgz new file mode 100644 index 00000000000..756327d8ead Binary files /dev/null and b/npm-packages-offline-cache/@cfpb-cfpb-atomic-component-1.2.0.tgz differ diff --git a/npm-packages-offline-cache/@cfpb-cfpb-buttons-1.1.2.tgz b/npm-packages-offline-cache/@cfpb-cfpb-buttons-1.1.2.tgz deleted file mode 100644 index 3fda9107a54..00000000000 Binary files a/npm-packages-offline-cache/@cfpb-cfpb-buttons-1.1.2.tgz and /dev/null differ diff --git a/npm-packages-offline-cache/@cfpb-cfpb-buttons-1.2.0.tgz b/npm-packages-offline-cache/@cfpb-cfpb-buttons-1.2.0.tgz new file mode 100644 index 00000000000..c798a367e4f Binary files /dev/null and b/npm-packages-offline-cache/@cfpb-cfpb-buttons-1.2.0.tgz differ diff --git a/npm-packages-offline-cache/@cfpb-cfpb-core-1.1.0.tgz b/npm-packages-offline-cache/@cfpb-cfpb-core-1.1.0.tgz deleted file mode 100644 index 77097b27b1a..00000000000 Binary files a/npm-packages-offline-cache/@cfpb-cfpb-core-1.1.0.tgz and /dev/null differ diff --git a/npm-packages-offline-cache/@cfpb-cfpb-core-1.2.0.tgz b/npm-packages-offline-cache/@cfpb-cfpb-core-1.2.0.tgz new file mode 100644 index 00000000000..5860ee8bf97 Binary files /dev/null and b/npm-packages-offline-cache/@cfpb-cfpb-core-1.2.0.tgz differ diff --git a/npm-packages-offline-cache/@cfpb-cfpb-expandables-1.1.2.tgz b/npm-packages-offline-cache/@cfpb-cfpb-expandables-1.1.2.tgz deleted file mode 100644 index 76b26477491..00000000000 Binary files a/npm-packages-offline-cache/@cfpb-cfpb-expandables-1.1.2.tgz and /dev/null differ diff --git a/npm-packages-offline-cache/@cfpb-cfpb-expandables-1.2.0.tgz b/npm-packages-offline-cache/@cfpb-cfpb-expandables-1.2.0.tgz new file mode 100644 index 00000000000..28df86cce87 Binary files /dev/null and b/npm-packages-offline-cache/@cfpb-cfpb-expandables-1.2.0.tgz differ diff --git a/npm-packages-offline-cache/@cfpb-cfpb-forms-1.1.2.tgz b/npm-packages-offline-cache/@cfpb-cfpb-forms-1.1.2.tgz deleted file mode 100644 index 3518e86cf1d..00000000000 Binary files a/npm-packages-offline-cache/@cfpb-cfpb-forms-1.1.2.tgz and /dev/null differ diff --git a/npm-packages-offline-cache/@cfpb-cfpb-forms-1.2.0.tgz b/npm-packages-offline-cache/@cfpb-cfpb-forms-1.2.0.tgz new file mode 100644 index 00000000000..13ded45cab8 Binary files /dev/null and b/npm-packages-offline-cache/@cfpb-cfpb-forms-1.2.0.tgz differ diff --git a/npm-packages-offline-cache/@cfpb-cfpb-grid-1.0.1.tgz b/npm-packages-offline-cache/@cfpb-cfpb-grid-1.0.1.tgz deleted file mode 100644 index de120464c97..00000000000 Binary files a/npm-packages-offline-cache/@cfpb-cfpb-grid-1.0.1.tgz and /dev/null differ diff --git a/npm-packages-offline-cache/@cfpb-cfpb-grid-1.2.0.tgz b/npm-packages-offline-cache/@cfpb-cfpb-grid-1.2.0.tgz new file mode 100644 index 00000000000..3ce3f638e9d Binary files /dev/null and b/npm-packages-offline-cache/@cfpb-cfpb-grid-1.2.0.tgz differ diff --git a/npm-packages-offline-cache/@cfpb-cfpb-icons-1.1.2.tgz b/npm-packages-offline-cache/@cfpb-cfpb-icons-1.1.2.tgz deleted file mode 100644 index bb90ab9d1a2..00000000000 Binary files a/npm-packages-offline-cache/@cfpb-cfpb-icons-1.1.2.tgz and /dev/null differ diff --git a/npm-packages-offline-cache/@cfpb-cfpb-icons-1.2.0.tgz b/npm-packages-offline-cache/@cfpb-cfpb-icons-1.2.0.tgz new file mode 100644 index 00000000000..247b26d0399 Binary files /dev/null and b/npm-packages-offline-cache/@cfpb-cfpb-icons-1.2.0.tgz differ diff --git a/npm-packages-offline-cache/@cfpb-cfpb-layout-1.1.0.tgz b/npm-packages-offline-cache/@cfpb-cfpb-layout-1.1.0.tgz deleted file mode 100644 index ed7653ef6a7..00000000000 Binary files a/npm-packages-offline-cache/@cfpb-cfpb-layout-1.1.0.tgz and /dev/null differ diff --git a/npm-packages-offline-cache/@cfpb-cfpb-layout-1.2.0.tgz b/npm-packages-offline-cache/@cfpb-cfpb-layout-1.2.0.tgz new file mode 100644 index 00000000000..cb518785fde Binary files /dev/null and b/npm-packages-offline-cache/@cfpb-cfpb-layout-1.2.0.tgz differ diff --git a/npm-packages-offline-cache/@cfpb-cfpb-notifications-1.1.2.tgz b/npm-packages-offline-cache/@cfpb-cfpb-notifications-1.1.2.tgz deleted file mode 100644 index a829792325e..00000000000 Binary files a/npm-packages-offline-cache/@cfpb-cfpb-notifications-1.1.2.tgz and /dev/null differ diff --git a/npm-packages-offline-cache/@cfpb-cfpb-notifications-1.2.0.tgz b/npm-packages-offline-cache/@cfpb-cfpb-notifications-1.2.0.tgz new file mode 100644 index 00000000000..a49aa600f0f Binary files /dev/null and b/npm-packages-offline-cache/@cfpb-cfpb-notifications-1.2.0.tgz differ diff --git a/npm-packages-offline-cache/@cfpb-cfpb-pagination-1.1.2.tgz b/npm-packages-offline-cache/@cfpb-cfpb-pagination-1.1.2.tgz deleted file mode 100644 index b20984fa239..00000000000 Binary files a/npm-packages-offline-cache/@cfpb-cfpb-pagination-1.1.2.tgz and /dev/null differ diff --git a/npm-packages-offline-cache/@cfpb-cfpb-pagination-1.2.0.tgz b/npm-packages-offline-cache/@cfpb-cfpb-pagination-1.2.0.tgz new file mode 100644 index 00000000000..9ecaf7c3bea Binary files /dev/null and b/npm-packages-offline-cache/@cfpb-cfpb-pagination-1.2.0.tgz differ diff --git a/npm-packages-offline-cache/@cfpb-cfpb-tables-1.1.0.tgz b/npm-packages-offline-cache/@cfpb-cfpb-tables-1.1.0.tgz deleted file mode 100644 index 45aba6f9fe3..00000000000 Binary files a/npm-packages-offline-cache/@cfpb-cfpb-tables-1.1.0.tgz and /dev/null differ diff --git a/npm-packages-offline-cache/@cfpb-cfpb-tables-1.2.0.tgz b/npm-packages-offline-cache/@cfpb-cfpb-tables-1.2.0.tgz new file mode 100644 index 00000000000..226d27d5d15 Binary files /dev/null and b/npm-packages-offline-cache/@cfpb-cfpb-tables-1.2.0.tgz differ diff --git a/npm-packages-offline-cache/@cfpb-cfpb-typography-1.1.2.tgz b/npm-packages-offline-cache/@cfpb-cfpb-typography-1.1.2.tgz deleted file mode 100644 index 1f2c45a97e0..00000000000 Binary files a/npm-packages-offline-cache/@cfpb-cfpb-typography-1.1.2.tgz and /dev/null differ diff --git a/npm-packages-offline-cache/@cfpb-cfpb-typography-1.2.0.tgz b/npm-packages-offline-cache/@cfpb-cfpb-typography-1.2.0.tgz new file mode 100644 index 00000000000..f8afe69be35 Binary files /dev/null and b/npm-packages-offline-cache/@cfpb-cfpb-typography-1.2.0.tgz differ diff --git a/package.json b/package.json index 12272cfba1b..9ba3e5b3392 100644 --- a/package.json +++ b/package.json @@ -19,18 +19,18 @@ "dependencies": { "@cfpb/browserslist-config": "0.0.2", "@cfpb/cfpb-analytics": "0.3.1", - "@cfpb/cfpb-atomic-component": "1.0.0", - "@cfpb/cfpb-buttons": "1.1.2", - "@cfpb/cfpb-core": "1.1.0", - "@cfpb/cfpb-expandables": "1.1.2", - "@cfpb/cfpb-forms": "1.1.2", - "@cfpb/cfpb-grid": "1.0.1", - "@cfpb/cfpb-icons": "1.1.2", - "@cfpb/cfpb-layout": "1.1.0", - "@cfpb/cfpb-notifications": "1.1.2", - "@cfpb/cfpb-pagination": "1.1.2", - "@cfpb/cfpb-tables": "1.1.0", - "@cfpb/cfpb-typography": "1.1.2", + "@cfpb/cfpb-atomic-component": "1.2.0", + "@cfpb/cfpb-buttons": "1.2.0", + "@cfpb/cfpb-core": "1.2.0", + "@cfpb/cfpb-expandables": "1.2.0", + "@cfpb/cfpb-forms": "1.2.0", + "@cfpb/cfpb-grid": "1.2.0", + "@cfpb/cfpb-icons": "1.2.0", + "@cfpb/cfpb-layout": "1.2.0", + "@cfpb/cfpb-notifications": "1.2.0", + "@cfpb/cfpb-pagination": "1.2.0", + "@cfpb/cfpb-tables": "1.2.0", + "@cfpb/cfpb-typography": "1.2.0", "@cypress/skip-test": "2.6.1", "autoprefixer": "10.4.19", "cfpb-chart-builder": "6.5.0", diff --git a/yarn.lock b/yarn.lock index 9b0d89146ba..f68a0b0ac68 100644 --- a/yarn.lock +++ b/yarn.lock @@ -322,67 +322,67 @@ dependencies: "@cfpb/cfpb-atomic-component" "^0.37.0" -"@cfpb/cfpb-atomic-component@1.0.0", "@cfpb/cfpb-atomic-component@^1.0.0": - version "1.0.0" - resolved "https://registry.yarnpkg.com/@cfpb/cfpb-atomic-component/-/cfpb-atomic-component-1.0.0.tgz#d9ea34a894cb47845aba36feaca78fb23afca3ad" - integrity sha512-jrjSojIzTDIGID2MiazUWGEvX4OpPAvO0LYSCkqQyZPTGOPTElV32Z0QfWlrp/mT1hCn2XLan432TT+DJss9BQ== +"@cfpb/cfpb-atomic-component@1.2.0", "@cfpb/cfpb-atomic-component@^1.2.0": + version "1.2.0" + resolved "https://registry.yarnpkg.com/@cfpb/cfpb-atomic-component/-/cfpb-atomic-component-1.2.0.tgz#3711e0174b1459eb27cdc2d1867bf7ed829ba7d0" + integrity sha512-iHJJo2OtLxp6wwMnlSM8drctz5/H47EYnWXjVvsiBJGJLhcsq0lsdNqip0eMTHHUogJ8idGbLAzXlMKgGf9ppA== "@cfpb/cfpb-atomic-component@^0.37.0": version "0.37.0" resolved "https://registry.yarnpkg.com/@cfpb/cfpb-atomic-component/-/cfpb-atomic-component-0.37.0.tgz#55e3e105ac4d8f9960508451c446a6a67a697e0f" integrity sha512-iJX3epclbFNaplSYUgqOs0NLqic5Y56fE4zjIGxJ5jui7FSvuF2+YLq5/G5rv+OM3gxrl3H2qdEuvAKR3QuZOw== -"@cfpb/cfpb-buttons@1.1.2", "@cfpb/cfpb-buttons@^1.1.2": - version "1.1.2" - resolved "https://registry.yarnpkg.com/@cfpb/cfpb-buttons/-/cfpb-buttons-1.1.2.tgz#61b583232df8cfa97ee1c7a885561a5669ef8de3" - integrity sha512-8PFO5i9AszzxP25TXeuMoUBGpRUTKqcS55pvXPX+HEwY3uexPaGPSwhx85P4nKnKigrQVS+3iyNlEUJi7ieD6g== +"@cfpb/cfpb-buttons@1.2.0", "@cfpb/cfpb-buttons@^1.2.0": + version "1.2.0" + resolved "https://registry.yarnpkg.com/@cfpb/cfpb-buttons/-/cfpb-buttons-1.2.0.tgz#9d8f844561cf22f9071ef60dd343557216dac246" + integrity sha512-iHQShupt8sloX5Zzd8s5JbxiRXrx7n7M31/i4EuWIurwhjmLvz7WmouetmOFpxBZD3aNQbCm4fusU1oh3640bg== dependencies: - "@cfpb/cfpb-core" "^1.1.0" - "@cfpb/cfpb-icons" "^1.1.2" + "@cfpb/cfpb-core" "^1.2.0" + "@cfpb/cfpb-icons" "^1.2.0" "@cfpb/cfpb-core@0.42.0", "@cfpb/cfpb-core@^0.42.0": version "0.42.0" resolved "https://registry.yarnpkg.com/@cfpb/cfpb-core/-/cfpb-core-0.42.0.tgz#93dba667f68ba3a7dc273a87e63056a45025b390" integrity sha512-PXB5YrVYhkBIbGiDQiufiEcpYfQMDL5sOtUJyKqPcp1kKI2Jw3vGdoPmFnYe28DBnPN/+WFoURWYQfFjKARbAw== -"@cfpb/cfpb-core@1.1.0", "@cfpb/cfpb-core@^1.1.0": - version "1.1.0" - resolved "https://registry.yarnpkg.com/@cfpb/cfpb-core/-/cfpb-core-1.1.0.tgz#2e634ed121c915d652d13bcfde2407496ce4d889" - integrity sha512-oH7AN7QMuQjg5pqp5xYUh7Ij8CehGl9Ao2w9cjf/3nvYBLFo2ELKDo9gakODvjL1vDwuEvVhIZ0zeNXTqbVGng== +"@cfpb/cfpb-core@1.2.0", "@cfpb/cfpb-core@^1.2.0": + version "1.2.0" + resolved "https://registry.yarnpkg.com/@cfpb/cfpb-core/-/cfpb-core-1.2.0.tgz#80fc848e2d2462c5576394f48fb4cfac7afda4b5" + integrity sha512-buumB2x/nTa+1w7344z+N8WgIJe/fk0jX6JHRXFX/F2SY3vGGTbTHz09quGSa5ByXHKp/+zYNh3gL1U9PcXbMg== -"@cfpb/cfpb-expandables@1.1.2": - version "1.1.2" - resolved "https://registry.yarnpkg.com/@cfpb/cfpb-expandables/-/cfpb-expandables-1.1.2.tgz#3a15439500f61707cc70ddb173e4d35e8c065e4d" - integrity sha512-ebh7wOmY3rJVUzJu4qil9wfhkMUlO+Qoq30yE+HNRXYSxHVHj8+bYvQppOlAl+eiHQehBgqtoV8sWkjWpUQI8w== +"@cfpb/cfpb-expandables@1.2.0": + version "1.2.0" + resolved "https://registry.yarnpkg.com/@cfpb/cfpb-expandables/-/cfpb-expandables-1.2.0.tgz#8a3917c156d4932882d8e24bb13bb538224e9f9a" + integrity sha512-ilQwfGL5/iWxNodnWt8d6nBG33IXM20jsRWUP3IM1QlN6G1LnB2NpBlJk1WasTCaTXp6yc/gINbc8xbCZATepw== dependencies: - "@cfpb/cfpb-atomic-component" "^1.0.0" - "@cfpb/cfpb-core" "^1.1.0" - "@cfpb/cfpb-icons" "^1.1.2" + "@cfpb/cfpb-atomic-component" "^1.2.0" + "@cfpb/cfpb-core" "^1.2.0" + "@cfpb/cfpb-icons" "^1.2.0" -"@cfpb/cfpb-forms@1.1.2": - version "1.1.2" - resolved "https://registry.yarnpkg.com/@cfpb/cfpb-forms/-/cfpb-forms-1.1.2.tgz#26b1f617126bf5798310bf18a451b480ac550801" - integrity sha512-W68jwnS/lN18EmMvBYBNC3bxvMpHkZpzbIgNhWgEsvfRApxKTpzb7ZyLTNJ5jvTHcXEQvagjkmF997smJgYJIA== +"@cfpb/cfpb-forms@1.2.0": + version "1.2.0" + resolved "https://registry.yarnpkg.com/@cfpb/cfpb-forms/-/cfpb-forms-1.2.0.tgz#f90ca4c55e975f7ccf6128d7be04409bb3d6d4ef" + integrity sha512-GOKGSZhETdQGXpXeeJ0zi7eXBjqUAvNG+hkk/hvgSHnK2SFH23haKIRy3a0vw2tGeaejiBHicfvbmTSmqLYAGw== dependencies: - "@cfpb/cfpb-buttons" "^1.1.2" - "@cfpb/cfpb-core" "^1.1.0" - "@cfpb/cfpb-grid" "^1.0.1" - "@cfpb/cfpb-icons" "^1.1.2" + "@cfpb/cfpb-buttons" "^1.2.0" + "@cfpb/cfpb-core" "^1.2.0" + "@cfpb/cfpb-grid" "^1.2.0" + "@cfpb/cfpb-icons" "^1.2.0" -"@cfpb/cfpb-grid@1.0.1", "@cfpb/cfpb-grid@^1.0.1": - version "1.0.1" - resolved "https://registry.yarnpkg.com/@cfpb/cfpb-grid/-/cfpb-grid-1.0.1.tgz#e40cc8ed9123514ed101e6e44cc4dea9dac2f94d" - integrity sha512-LY8L/V6XOVgtpD5taAymb8zaI/v0Do4sr0EQpR/LEldDRnK2Qi5K0c5ALZiPlDV8QTMYUc+b8uht+1KkIm+j6w== +"@cfpb/cfpb-grid@1.2.0", "@cfpb/cfpb-grid@^1.2.0": + version "1.2.0" + resolved "https://registry.yarnpkg.com/@cfpb/cfpb-grid/-/cfpb-grid-1.2.0.tgz#e73ced918909704f9db618aeadcc140758bcf7bb" + integrity sha512-+8yIn+61JmjjCqVGlKAe0tZOx+3cd9aZbnEYDhpYq2ukOQhcSYh2typLkp21qJPywe8E9jxtLWGptMFyk0UKkg== "@cfpb/cfpb-grid@^0.42.0": version "0.42.0" resolved "https://registry.yarnpkg.com/@cfpb/cfpb-grid/-/cfpb-grid-0.42.0.tgz#bc6686082838a5d5de2d62abe74eda7c7f0bbd71" integrity sha512-GCLdKWkUwqsx6j+ZX+khlc9ZkbyG+FxchpLtWsBXaFzjdKiCnSGDS/G3eMI2rD+8mdktHDbJHEbb4mPXgdgm3A== -"@cfpb/cfpb-icons@1.1.2", "@cfpb/cfpb-icons@^1.1.2": - version "1.1.2" - resolved "https://registry.yarnpkg.com/@cfpb/cfpb-icons/-/cfpb-icons-1.1.2.tgz#c6bfafad82f4128a4609f465bd017cd391c1cc84" - integrity sha512-UNnF0qvO5uOxVlk8TPbcdRd2mR3LSvgLl0CIUFF1A3lo/Wqp0NXUDOU84cZroUtph9zTnpMKAAwMxyBjTfmjgg== +"@cfpb/cfpb-icons@1.2.0", "@cfpb/cfpb-icons@^1.2.0": + version "1.2.0" + resolved "https://registry.yarnpkg.com/@cfpb/cfpb-icons/-/cfpb-icons-1.2.0.tgz#02a74302dab7f6dae512dc072882a0ad847630fb" + integrity sha512-JYsxp55Z+UHXolmQQo1Rlku9fS20Y1mhN8O50saldqeOJg2eU6to3tiTZ5ZObpMQVElviwBjP2AEMw3i6hy1HQ== "@cfpb/cfpb-icons@^0.42.0": version "0.42.0" @@ -397,38 +397,38 @@ "@cfpb/cfpb-core" "^0.42.0" "@cfpb/cfpb-grid" "^0.42.0" -"@cfpb/cfpb-layout@1.1.0": - version "1.1.0" - resolved "https://registry.yarnpkg.com/@cfpb/cfpb-layout/-/cfpb-layout-1.1.0.tgz#5289ac390bd65e3107de1680760ed37b0184669f" - integrity sha512-nqd8uoUorcmXP+7MHGJGScJ2u8wnpoeAGoGmTk63K0PFldP/U/g3uKKRUN0+Gfd2wlQPGuufNkJkRciOEwo/Mg== +"@cfpb/cfpb-layout@1.2.0": + version "1.2.0" + resolved "https://registry.yarnpkg.com/@cfpb/cfpb-layout/-/cfpb-layout-1.2.0.tgz#d9e371f5b8e17945b6c54d42b8482eef2a40d67f" + integrity sha512-S2Bm2eM2A325/q2nWftjmp7iXqLqB8Q8/DyGvpdKTIjuK6CTQ5/f0ft3SBJClXF2pjzMVj+yKW7wwm6xwmMLJQ== dependencies: - "@cfpb/cfpb-core" "^1.1.0" - "@cfpb/cfpb-grid" "^1.0.1" + "@cfpb/cfpb-core" "^1.2.0" + "@cfpb/cfpb-grid" "^1.2.0" -"@cfpb/cfpb-notifications@1.1.2": - version "1.1.2" - resolved "https://registry.yarnpkg.com/@cfpb/cfpb-notifications/-/cfpb-notifications-1.1.2.tgz#12bcb0bbfc9466ba4c45d58b5611d8ac52634c6d" - integrity sha512-+34djAQdpGHZUFS1Mx2oKYlRWmaFv3L6CycxoJJSVPHE8fAGM8tYOMfcu9/c/xfZDLTND7QNmpwPnxV/hIekhw== +"@cfpb/cfpb-notifications@1.2.0": + version "1.2.0" + resolved "https://registry.yarnpkg.com/@cfpb/cfpb-notifications/-/cfpb-notifications-1.2.0.tgz#2e7a04b5b5e55f69f1662a3fd6ec38b46361bca9" + integrity sha512-DHUchB4zrEVvwk2KSNkRlkdaTxWWHQ2+RIccqO8lD8VUCtPpFS5n1G/qITA+k8a4BPUF84yG7qe2VQ/JhVy50g== dependencies: - "@cfpb/cfpb-core" "^1.1.0" - "@cfpb/cfpb-icons" "^1.1.2" + "@cfpb/cfpb-core" "^1.2.0" + "@cfpb/cfpb-icons" "^1.2.0" -"@cfpb/cfpb-pagination@1.1.2": - version "1.1.2" - resolved "https://registry.yarnpkg.com/@cfpb/cfpb-pagination/-/cfpb-pagination-1.1.2.tgz#1c7df198677023de051f911b793531d95e67818a" - integrity sha512-RiG2O4f/nvI5suHOw9UIpKJE7tgEFBbpvxjToBP9QB1toGfvbGQ3a0ghaGKsnMNkMswZUn1HeUZb/YHngX7iwQ== +"@cfpb/cfpb-pagination@1.2.0": + version "1.2.0" + resolved "https://registry.yarnpkg.com/@cfpb/cfpb-pagination/-/cfpb-pagination-1.2.0.tgz#2f024b27e8516c83ee97aff232069650cfcf29b0" + integrity sha512-OohvQU9XkhQkgNCEeK3Uq2XOkhwrJRsCHgWMaU3DclxR6/lT8ixsU94QQpmiH5VMSBU1sSUYWBg3lxR48N+6hA== dependencies: - "@cfpb/cfpb-buttons" "^1.1.2" - "@cfpb/cfpb-core" "^1.1.0" - "@cfpb/cfpb-icons" "^1.1.2" + "@cfpb/cfpb-buttons" "^1.2.0" + "@cfpb/cfpb-core" "^1.2.0" + "@cfpb/cfpb-icons" "^1.2.0" -"@cfpb/cfpb-tables@1.1.0": - version "1.1.0" - resolved "https://registry.yarnpkg.com/@cfpb/cfpb-tables/-/cfpb-tables-1.1.0.tgz#3a5b5ddb8c99292e150137d542cd56b5ea489c05" - integrity sha512-+He8VqJMFDGwQOKv5OW5zva02p6eRvYCUIFfqSYOO/tD0q4vAtHthTcnr1eTphe2t2WcuPI5EaFv7P5AX4ajow== +"@cfpb/cfpb-tables@1.2.0": + version "1.2.0" + resolved "https://registry.yarnpkg.com/@cfpb/cfpb-tables/-/cfpb-tables-1.2.0.tgz#bc2d166a5d9f05dbaf7b59524ab4b91541d7c6a9" + integrity sha512-sQlP2iH7KHEkJW4/N0erigJDKXaVPwiVcpFVd6C8uyIMZ4P6NhCFhnk+po3+roU1IMH1HVHFzZjahgObKbfYEw== dependencies: - "@cfpb/cfpb-atomic-component" "^1.0.0" - "@cfpb/cfpb-core" "^1.1.0" + "@cfpb/cfpb-atomic-component" "^1.2.0" + "@cfpb/cfpb-core" "^1.2.0" "@cfpb/cfpb-typography@0.42.0": version "0.42.0" @@ -438,13 +438,13 @@ "@cfpb/cfpb-core" "^0.42.0" "@cfpb/cfpb-icons" "^0.42.0" -"@cfpb/cfpb-typography@1.1.2": - version "1.1.2" - resolved "https://registry.yarnpkg.com/@cfpb/cfpb-typography/-/cfpb-typography-1.1.2.tgz#98c484de1e730018882774b47ee8c5fc61221765" - integrity sha512-+WMoiCEfKs842yKKYztPEwMcGL5hFKO3bztmEaXWwJ/cexi3LvPpikHY1gJkJErOc4I+9QgKC4tYMYDlrl4SEg== +"@cfpb/cfpb-typography@1.2.0": + version "1.2.0" + resolved "https://registry.yarnpkg.com/@cfpb/cfpb-typography/-/cfpb-typography-1.2.0.tgz#ab1dcb50d6371869c467e623abdae0061dbf87e5" + integrity sha512-sFR4XQmtDfki2qfYejSnxKikZwNZGIGe0ywUpyHOXWcDquOHpLUKBXERq598HsH4RiCfYDFD4A+pXqwy67z2vw== dependencies: - "@cfpb/cfpb-core" "^1.1.0" - "@cfpb/cfpb-icons" "^1.1.2" + "@cfpb/cfpb-core" "^1.2.0" + "@cfpb/cfpb-icons" "^1.2.0" "@colors/colors@1.5.0": version "1.5.0"