Skip to content

Commit

Permalink
Update to v1.0.1 of the design system πŸŽ‰πŸŽ‰πŸŽ‰
Browse files Browse the repository at this point in the history
  • Loading branch information
anselmbradford committed Apr 18, 2024
1 parent e862b10 commit 4840617
Show file tree
Hide file tree
Showing 36 changed files with 114 additions and 98 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
{%- endblock %}

{% block content_main_modifiers -%}
{{ super() }} content__flush-bottom research-report o-fig_main
{{ super() }} content--flush-bottom research-report o-fig_main
{%- endblock %}

{% block content_main %}
Expand Down
2 changes: 1 addition & 1 deletion cfgov/form_explainer/jinja2/form-explainer/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
{%- endblock css %}

{% block content_main_modifiers -%}
{{ super() }} content__flush-bottom
{{ super() }} content--flush-bottom
{%- endblock %}

{% block content_main %}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{% import 'college-cost-blocks/macros/secondary-nav.html' as secondary_nav with context %}

<aside class="content__sidebar
content__flush-top-on-small
content__flush-sides-on-small
content__half-top-on-desk
content--flush-top-on-small
content--flush-sides-on-small
content--half-top-on-desk
o-college-costs-nav">
{% set nav_items = [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
<div class="content__wrapper">
{%- include 'college-cost-blocks/nav.html' -%}
<div class="content__main
content__flush-top-on-small
content__half-top-on-desk
content__flush-bottom">
content--flush-top-on-small
content--half-top-on-desk
content--flush-bottom">
<div class="app-container">
<div class="app">
{%- include 'college-cost-blocks/01-school-search.html' with context -%}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
{% import 'v1/includes/molecules/pagination.html' as pagination with context %}
{% from 'v1/includes/organisms/expandable.html' import expandable with context %}

<aside class="content__sidebar content__flush-top-on-small content__flush-sides-on-small filters">
<aside class="content__sidebar content--flush-top-on-small content--flush-sides-on-small filters">
<h3>Narrow results by...</h3>

<form method="get" action="." class="o-form ">
Expand Down Expand Up @@ -96,8 +96,13 @@ <h3>Narrow results by...</h3>
</form>
</aside>

<<<<<<< HEAD
<div class="content__main content__flush-all-on-small content__flush-bottom">
<div class="results_header">
=======
<div class="content__main content--flush-all-on-small content--flush-bottom">
<div class="results__header">
>>>>>>> 734afcabf5 (tmp)
{% if current_count and current_count > 0 %}
<div class="results_count">
<h3>Showing
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ <h1>
</div>
{% if page.results.search_query %}
<div class="search_results">
<div class="block block__flush-top content content__1-3">
<aside class="content__sidebar content__flush-top-on-small content__flush-sides-on-small filters">
<div class="block block--flush-top content content--1-3">
<aside class="content__sidebar content--flush-top-on-small content--flush-sides-on-small filters">
<h3>Refine results</h3>
<form action="." method="get" data-js-hook="behavior_change-filter">
{% set expandable_settings = {
Expand Down Expand Up @@ -171,7 +171,7 @@ <h3>Refine results</h3>
</div>
</form>
</aside>
<div id="regs3k-results" class="content__main content__flush-all-on-small content__flush-bottom">
<div id="regs3k-results" class="content__main content--flush-all-on-smallentm">
{% include 'search-regulations-results.html' %}
</div>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ <h3>No results match your search.</h3>
{% endif %}
</div>

<aside class="content__sidebar content__flush-top-on-small content__flush-sides-on-small filters">
<aside class="content__sidebar content--flush-top-on-small content--flush-sides-on-small filters">
<h3 class="h2">Filter results by</h3>
<form action="." method="get" data-js-hook="behavior_change-filter">
<input type="hidden" name="q" value="{% if search_query: %}{{ search_query }}{% endif %}">
Expand Down
4 changes: 2 additions & 2 deletions cfgov/unprocessed/css/enhancements/layout.less
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
});
}

.content__half-top-on-desk {
.content--half-top-on-desk {
// Desktop and above.
.respond-to-min(@bp-med-min, {
padding-top: unit( @grid_gutter-width / @base-font-size-px, em);
Expand All @@ -20,7 +20,7 @@
});
}

.content__flush-sides-on-small {
.content--flush-sides-on-small {
// Tablet and below.
.respond-to-max(@bp-sm-max, {
padding-left: 0;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

{% macro render() %}
<div class="o-sidebar-breakout
content__flush-bottom
content--flush-bottom
wrapper">
<div class="content__intro">
<div class="content-l">
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,18 @@
"browserslist": "> 0.5%, Chrome >= 76, Edge >= 98, Firefox >= 78, safari >= 12, not dead",
"dependencies": {
"@cfpb/cfpb-analytics": "0.3.1",
"@cfpb/cfpb-atomic-component": "0.43.1",
"@cfpb/cfpb-buttons": "0.43.0",
"@cfpb/cfpb-core": "0.43.0",
"@cfpb/cfpb-expandables": "0.43.1",
"@cfpb/cfpb-forms": "0.43.0",
"@cfpb/cfpb-grid": "0.43.0",
"@cfpb/cfpb-icons": "0.43.0",
"@cfpb/cfpb-layout": "0.43.1",
"@cfpb/cfpb-notifications": "0.43.1",
"@cfpb/cfpb-pagination": "0.43.0",
"@cfpb/cfpb-tables": "0.43.1",
"@cfpb/cfpb-typography": "0.43.0",
"@cfpb/cfpb-atomic-component": "1.0.0",
"@cfpb/cfpb-buttons": "1.0.1",
"@cfpb/cfpb-core": "1.0.1",
"@cfpb/cfpb-expandables": "1.0.1",
"@cfpb/cfpb-forms": "1.0.1",
"@cfpb/cfpb-grid": "1.0.1",
"@cfpb/cfpb-icons": "1.0.1",
"@cfpb/cfpb-layout": "1.0.1",
"@cfpb/cfpb-notifications": "1.0.1",
"@cfpb/cfpb-pagination": "1.0.1",
"@cfpb/cfpb-tables": "1.0.1",
"@cfpb/cfpb-typography": "1.0.1",
"@cypress/skip-test": "2.6.1",
"autoprefixer": "10.4.19",
"cfpb-chart-builder": "6.5.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ export default `
</nav>
</div>
</aside>
<div class="u-layout-grid__main content__flush-bottom research-report o-fig_main" id="content__main">
<div class="u-layout-grid__main content--flush-bottom research-report o-fig_main" id="content__main">
<div class="eyebrow"></div>
<h1>Filing instructions guide for small business lending data collected in 2024</h1>
<div class="lead-paragraph"></div>
Expand Down
149 changes: 80 additions & 69 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -317,67 +317,67 @@
dependencies:
"@cfpb/cfpb-atomic-component" "^0.37.0"

"@cfpb/cfpb-atomic-component@0.43.1", "@cfpb/cfpb-atomic-component@^0.43.1":
version "0.43.1"
resolved "https://registry.yarnpkg.com/@cfpb/cfpb-atomic-component/-/cfpb-atomic-component-0.43.1.tgz#a9772f7200d9d8f85185ac38165a618887463f9e"
integrity sha512-RLfaebgew8GeCXQVVdVA3tnPUEIFUSrfrdN6JGACrMMwCIek0IZ7PiiQ6/UFIlBVsD18odRlEQHKE0OIfa0LNQ==
"@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@^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@0.43.0", "@cfpb/cfpb-buttons@^0.43.0":
version "0.43.0"
resolved "https://registry.yarnpkg.com/@cfpb/cfpb-buttons/-/cfpb-buttons-0.43.0.tgz#84e0040618da44ba137a9512bfb2a465a3101e4a"
integrity sha512-TU0NPdWOA+49ZyWge1GOnJxEfL0EQ7HisN7YP7c5IzjPEFg8cfa+2LZGFQbkfHmxy8pZ8c2S1JzudIPDlrEwwQ==
"@cfpb/cfpb-buttons@1.0.1", "@cfpb/cfpb-buttons@^1.0.1":
version "1.0.1"
resolved "https://registry.yarnpkg.com/@cfpb/cfpb-buttons/-/cfpb-buttons-1.0.1.tgz#53ee14cd7aeaa136be00f3b7b13aa6776114da14"
integrity sha512-kV9imkLEK6Y0pOXxYkxNEYWurH/894zsS4zgkjExzl3IAvKsd4PWVooNj8c5EpomS1DmJixU6q4YfJUPky5Dvw==
dependencies:
"@cfpb/cfpb-core" "^0.43.0"
"@cfpb/cfpb-icons" "^0.43.0"
"@cfpb/cfpb-core" "^1.0.1"
"@cfpb/cfpb-icons" "^1.0.1"

"@cfpb/[email protected]", "@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@0.43.0", "@cfpb/cfpb-core@^0.43.0":
version "0.43.0"
resolved "https://registry.yarnpkg.com/@cfpb/cfpb-core/-/cfpb-core-0.43.0.tgz#fb4944dceaf82ee659fa5b2bcd4d57182d6ee946"
integrity sha512-yv1CpFM05zISgjUW++lts4DntMKYA4mkORnb1xBU1b4tzVMG4UXHkK5EbgssRxdI5wB66Em6BfOgl5CSIoGyCg==
"@cfpb/cfpb-core@1.0.1", "@cfpb/cfpb-core@^1.0.1":
version "1.0.1"
resolved "https://registry.yarnpkg.com/@cfpb/cfpb-core/-/cfpb-core-1.0.1.tgz#6ced67f3bc8650651fa38cae9ad826164778dd13"
integrity sha512-UeEc7yO8npJLNI6ZU89beKcClDV1VQ7CAKeWBHcF5CgpDnK4xYK/uM8dcb6etWx2w6XjxE6cYSld/n1q0/p2pw==

"@cfpb/cfpb-expandables@0.43.1":
version "0.43.1"
resolved "https://registry.yarnpkg.com/@cfpb/cfpb-expandables/-/cfpb-expandables-0.43.1.tgz#36f81c9cb498bcdb61462ff5240e7c4d438fc627"
integrity sha512-v7LbLsJsuA/aZutJ7Zj0+VdQmdkv4BuLeuooXzHTjaC4B9zcjRk/OVcKho1G80FV+LvlNmVFeYfyMbTSu2LBLg==
"@cfpb/cfpb-expandables@1.0.1":
version "1.0.1"
resolved "https://registry.yarnpkg.com/@cfpb/cfpb-expandables/-/cfpb-expandables-1.0.1.tgz#8e7ea51f0526b451fb2763cb628bd246dbd46837"
integrity sha512-ciOLk2AEgjFC8XTP9WB81qORPhXcFojhbJE1Psp58Xjto0kaSF7Ul8k/r5P0AGtf6jRphri9yOu/XceHGak4sw==
dependencies:
"@cfpb/cfpb-atomic-component" "^0.43.1"
"@cfpb/cfpb-core" "^0.43.0"
"@cfpb/cfpb-icons" "^0.43.0"
"@cfpb/cfpb-atomic-component" "^1.0.0"
"@cfpb/cfpb-core" "^1.0.1"
"@cfpb/cfpb-icons" "^1.0.1"

"@cfpb/cfpb-forms@0.43.0":
version "0.43.0"
resolved "https://registry.yarnpkg.com/@cfpb/cfpb-forms/-/cfpb-forms-0.43.0.tgz#90e6ff9b624a1766a699631e45455bbb72edeceb"
integrity sha512-vDYOTnCk5Utwj4uBM0CV6lzs5MUQPS11NV3qLgq32o47gp/dr6DLd8TBede4UzSkOQahlyB0YOHj8CgIDHsAuw==
"@cfpb/cfpb-forms@1.0.1":
version "1.0.1"
resolved "https://registry.yarnpkg.com/@cfpb/cfpb-forms/-/cfpb-forms-1.0.1.tgz#2449a807b402259e48031abb778e0ecfb227874f"
integrity sha512-wsF/aR5ojkLGLIJ9vWPNw1TtQ1EotF4FaVfdEznUBEvt5BUOykNHn9klualM6NE2ZgxVWkc+0i/XLTTSojyMfA==
dependencies:
"@cfpb/cfpb-buttons" "^0.43.0"
"@cfpb/cfpb-core" "^0.43.0"
"@cfpb/cfpb-grid" "^0.43.0"
"@cfpb/cfpb-icons" "^0.43.0"
"@cfpb/cfpb-buttons" "^1.0.1"
"@cfpb/cfpb-core" "^1.0.1"
"@cfpb/cfpb-grid" "^1.0.1"
"@cfpb/cfpb-icons" "^1.0.1"

"@cfpb/cfpb-grid@0.43.0", "@cfpb/cfpb-grid@^0.43.0":
version "0.43.0"
resolved "https://registry.yarnpkg.com/@cfpb/cfpb-grid/-/cfpb-grid-0.43.0.tgz#b662048de9484f7cb66146510269a686b6e192b8"
integrity sha512-hAcLvX0qRCJpBMxlCRVQsm5js7aEWfUDNfShrFMzKwOL4S7YRHsphybr6I3PtHPrSPRQhziC2wJt4nc3g6AhGg==
"@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@^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@0.43.0", "@cfpb/cfpb-icons@^0.43.0":
version "0.43.0"
resolved "https://registry.yarnpkg.com/@cfpb/cfpb-icons/-/cfpb-icons-0.43.0.tgz#0d30866d7a25bb408bba48601edede6a12116c3a"
integrity sha512-SNsQGoWeVKmsmvlwisTqqDYp6kOPy9mBrKnwxc7CKuKCvV2dabZMs5vDr33NFdrXEq1gWeLr6qZHEWR2rfGl3g==
"@cfpb/cfpb-icons@1.0.1", "@cfpb/cfpb-icons@^1.0.1":
version "1.0.1"
resolved "https://registry.yarnpkg.com/@cfpb/cfpb-icons/-/cfpb-icons-1.0.1.tgz#2e204baad09c609bf6dea3979db9c5f1395ac9d6"
integrity sha512-hGmZao9boH7asSrUe7JVwxSKIjnM3vamH+xYbsEDM9R6loSHDk30kIstT8M1tWl8BuBBdPU1LGt1W4qbB7M8Jg==

"@cfpb/cfpb-icons@^0.42.0":
version "0.42.0"
Expand All @@ -392,38 +392,38 @@
"@cfpb/cfpb-core" "^0.42.0"
"@cfpb/cfpb-grid" "^0.42.0"

"@cfpb/cfpb-layout@0.43.1":
version "0.43.1"
resolved "https://registry.yarnpkg.com/@cfpb/cfpb-layout/-/cfpb-layout-0.43.1.tgz#3da2189620e1101a5b669011f4c7e55a5b71cfb8"
integrity sha512-NsY91Wnc6bgkphQnIvuXjnJ2xs4l5+YPjCaBTKFdROofZP5dvRgZhZA2ZeiGvMjQNw0TydgyNiAGfcQ0SeLVZA==
"@cfpb/cfpb-layout@1.0.1":
version "1.0.1"
resolved "https://registry.yarnpkg.com/@cfpb/cfpb-layout/-/cfpb-layout-1.0.1.tgz#ef18427e6191463235822778f4d060b0f717e4c4"
integrity sha512-PWQ1vNgUsA5RjurrIJa+HWfGrinH8ZU41X/iV+YgRzX1IDi0keepONKnCKbsj5iOQKgVpyI6iq7We2zzXfkQeA==
dependencies:
"@cfpb/cfpb-core" "^0.43.0"
"@cfpb/cfpb-grid" "^0.43.0"
"@cfpb/cfpb-core" "^1.0.1"
"@cfpb/cfpb-grid" "^1.0.1"

"@cfpb/cfpb-notifications@0.43.1":
version "0.43.1"
resolved "https://registry.yarnpkg.com/@cfpb/cfpb-notifications/-/cfpb-notifications-0.43.1.tgz#bdfd914bbbb45eef82bc406ec4c0c01f0dd7ddb5"
integrity sha512-oQEIrfjeIJQOvtKiGJNmk8gBlub7XJlm566cFBtZ1HprTo99Cpl+ZZft7nhpEYjACYFF0ObfczHmQklbtBCqtw==
"@cfpb/cfpb-notifications@1.0.1":
version "1.0.1"
resolved "https://registry.yarnpkg.com/@cfpb/cfpb-notifications/-/cfpb-notifications-1.0.1.tgz#989cb2382bd1b768f0535a751cbe22e83e48ea5a"
integrity sha512-FJety3ahmCFjvcL0jOclRB0Nxvyr8zNu4521PEtiCoKi4rD9RbbR4LE6Ap0zu0x7pEV8RCG6XlmiBgkbMt68bw==
dependencies:
"@cfpb/cfpb-core" "^0.43.0"
"@cfpb/cfpb-icons" "^0.43.0"
"@cfpb/cfpb-core" "^1.0.1"
"@cfpb/cfpb-icons" "^1.0.1"

"@cfpb/cfpb-pagination@0.43.0":
version "0.43.0"
resolved "https://registry.yarnpkg.com/@cfpb/cfpb-pagination/-/cfpb-pagination-0.43.0.tgz#ea756c6aa74f1f416d0a11005e459579ca358eb8"
integrity sha512-jTZ44DAI39D+bq2UrOA+hyNlK/iVuCQYlff818L3Ya6DfiINn0fjar8CViSRqBfMCKRMb9lUnEP0H+umbL5MwQ==
"@cfpb/cfpb-pagination@1.0.1":
version "1.0.1"
resolved "https://registry.yarnpkg.com/@cfpb/cfpb-pagination/-/cfpb-pagination-1.0.1.tgz#154e36951adc54f15462e02b00059649bb3fc8b8"
integrity sha512-9J2LNP3y/Xgo8pjf4aVdQoTEAie6df0q7jbMRrpG5PClrexKYzUA+SYTGcOte1LoI1k2mAoiqRqdLHllQCr5mA==
dependencies:
"@cfpb/cfpb-buttons" "^0.43.0"
"@cfpb/cfpb-core" "^0.43.0"
"@cfpb/cfpb-icons" "^0.43.0"
"@cfpb/cfpb-buttons" "^1.0.1"
"@cfpb/cfpb-core" "^1.0.1"
"@cfpb/cfpb-icons" "^1.0.1"

"@cfpb/cfpb-tables@0.43.1":
version "0.43.1"
resolved "https://registry.yarnpkg.com/@cfpb/cfpb-tables/-/cfpb-tables-0.43.1.tgz#246a6b81bd3a1d73c93a30059859f500a919ddb6"
integrity sha512-3vewQsT8Ftyg7lv2xvcU7Xf55tXnRjlWiIKJLKkKDRq7wWqGNA1gIIfBIYz68aFegMz2rLJ2LebiTIEsBD0AvQ==
"@cfpb/cfpb-tables@1.0.1":
version "1.0.1"
resolved "https://registry.yarnpkg.com/@cfpb/cfpb-tables/-/cfpb-tables-1.0.1.tgz#95586c42bbd0d1ad05216040d963277f00757f90"
integrity sha512-tWJFX/wZmWovpLw/UvH7j7zbbfka39EOq8YdnVX6sgBTlWbJ7SdpRywMwt1HKmQ0XC3piI5qMW44tXhcOg+STw==
dependencies:
"@cfpb/cfpb-atomic-component" "^0.43.1"
"@cfpb/cfpb-core" "^0.43.0"
"@cfpb/cfpb-atomic-component" "^1.0.0"
"@cfpb/cfpb-core" "^1.0.1"

"@cfpb/[email protected]":
version "0.42.0"
Expand All @@ -433,13 +433,13 @@
"@cfpb/cfpb-core" "^0.42.0"
"@cfpb/cfpb-icons" "^0.42.0"

"@cfpb/cfpb-typography@0.43.0":
version "0.43.0"
resolved "https://registry.yarnpkg.com/@cfpb/cfpb-typography/-/cfpb-typography-0.43.0.tgz#41ba918e8e56b8cffb85f85dbad8c0f028cf0112"
integrity sha512-7pAXd7y5V6kmVDUmJt7dnUfjSr5egoMIbw+r8Ou0igjaT4UziLIj+fADRfWQ3qMrn5gNexF7e4MOFVaH4qKoBQ==
"@cfpb/cfpb-typography@1.0.1":
version "1.0.1"
resolved "https://registry.yarnpkg.com/@cfpb/cfpb-typography/-/cfpb-typography-1.0.1.tgz#bf9fd9afe564aa55a3dc36bcbcf7c904dede529a"
integrity sha512-oYRaVPp2UuHw3Cj9Vis4AMuFaTbaxu03emUANIw11JCkqav2+l9Rqm9X8sqsNkRl8SK5W+DXobeZ+VAlYM2kPA==
dependencies:
"@cfpb/cfpb-core" "^0.43.0"
"@cfpb/cfpb-icons" "^0.43.0"
"@cfpb/cfpb-core" "^1.0.1"
"@cfpb/cfpb-icons" "^1.0.1"

"@colors/[email protected]":
version "1.5.0"
Expand Down Expand Up @@ -5240,7 +5240,8 @@ string.prototype.trimstart@^1.0.8:
define-properties "^1.2.1"
es-object-atoms "^1.0.0"

strip-ansi@^6.0.0, strip-ansi@^6.0.1:
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
name strip-ansi-cjs
version "6.0.1"
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
Expand Down Expand Up @@ -5766,6 +5767,16 @@ which@^2.0.1:
dependencies:
isexe "^2.0.0"

"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
name wrap-ansi-cjs
version "7.0.0"
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
dependencies:
ansi-styles "^4.0.0"
string-width "^4.1.0"
strip-ansi "^6.0.0"

wrap-ansi@^6.2.0:
version "6.2.0"
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-6.2.0.tgz#e9393ba07102e6c91a3b221478f0257cd2856e53"
Expand Down

0 comments on commit 4840617

Please sign in to comment.