@cfpb/cfpb-design-system 3.2.7 → 3.2.9

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.
Files changed (35) hide show
  1. package/CHANGELOG.md +257 -109
  2. package/dist/components/cfpb-buttons/index.css +1 -1
  3. package/dist/components/cfpb-buttons/index.css.map +2 -2
  4. package/dist/components/cfpb-buttons/index.js +1 -1
  5. package/dist/components/cfpb-buttons/index.js.map +1 -1
  6. package/dist/components/cfpb-expandables/index.css +1 -1
  7. package/dist/components/cfpb-expandables/index.css.map +2 -2
  8. package/dist/components/cfpb-expandables/index.js.map +2 -2
  9. package/dist/components/cfpb-forms/index.css +1 -1
  10. package/dist/components/cfpb-forms/index.css.map +2 -2
  11. package/dist/components/cfpb-forms/index.js.map +2 -2
  12. package/dist/components/cfpb-notifications/index.css +1 -1
  13. package/dist/components/cfpb-notifications/index.css.map +2 -2
  14. package/dist/components/cfpb-notifications/index.js.map +1 -1
  15. package/dist/components/cfpb-typography/index.css +1 -1
  16. package/dist/components/cfpb-typography/index.css.map +2 -2
  17. package/dist/components/cfpb-typography/index.js +1 -1
  18. package/dist/components/cfpb-typography/index.js.map +1 -1
  19. package/dist/index.css +1 -1
  20. package/dist/index.css.map +2 -2
  21. package/dist/index.js.map +2 -2
  22. package/dist/utilities/index.css +1 -1
  23. package/dist/utilities/index.css.map +2 -2
  24. package/dist/utilities/index.js.map +2 -2
  25. package/package.json +2 -10
  26. package/src/components/cfpb-buttons/button-group.scss +1 -0
  27. package/src/components/cfpb-buttons/button.scss +1 -0
  28. package/src/components/cfpb-expandables/summary-minimal.js +0 -1
  29. package/src/components/cfpb-expandables/summary.js +0 -1
  30. package/src/utilities/behavior/behavior.js +0 -1
  31. package/src/utilities/behavior/flyout-menu.js +0 -1
  32. package/src/utilities/breakpoint-state.js +1 -1
  33. package/src/utilities/type-checkers.js +1 -2
  34. package/src/utilities/utilities.scss +4 -0
  35. package/changelog-template.hbs +0 -142
package/CHANGELOG.md CHANGED
@@ -1,173 +1,321 @@
1
- ## Changelog
1
+ # Changelog
2
2
 
3
- ### [v3.2.7](https://github.com/cfpb/design-system/compare/v3.2.6...v3.2.7) -
3
+ All notable changes to this project will be documented in this file.
4
4
 
5
- ### General Changes
5
+ ## [unreleased]
6
6
 
7
- - Add `aria-hidden:true` to SVG icons (Ans - [#2082](https://github.com/cfpb/design-system/pull/2082))
8
- - Remove unused Lighthouse results upload (Andy Chosak - [#2081](https://github.com/cfpb/design-system/pull/2081))
7
+ ### PRs in this release
9
8
 
10
- ### [v3.2.6](https://github.com/cfpb/design-system/compare/v3.2.5...v3.2.6) - 25 October 2024
9
+ - PR #[2097](https://github.com/cfpb/design-system/pull/2097): Add `u-small-text--subtle` - Ans
11
10
 
12
- ### General Changes
11
+ ### General
13
12
 
14
- - Update button groups to use flexbox (Ans - [#2075](https://github.com/cfpb/design-system/pull/2075))
15
- - workflows/pages.yml - Fix indenting (Ans - [#2080](https://github.com/cfpb/design-system/pull/2080))
16
- - Create shared setup action for the GH action workflows (Ans - [#2079](https://github.com/cfpb/design-system/pull/2079))
17
- - Add `on: workflow_dispatch:` to allow manually triggering of Lighthouse job (Ans - [#2078](https://github.com/cfpb/design-system/pull/2078))
18
- - Adjust yarn 4 config (Ans - [#2077](https://github.com/cfpb/design-system/pull/2077))
19
- - Lighthouse action: Update yarn cache path (Ans - [#2076](https://github.com/cfpb/design-system/pull/2076))
20
- - Update Cypress command (Ans - [#2070](https://github.com/cfpb/design-system/pull/2070))
21
- - Update to yarn 4.5.1 (Ans - [#1916](https://github.com/cfpb/design-system/pull/1916))
22
- - Update dependencies: `@types/react`, `release-it`, `sass` (Ans - [#2074](https://github.com/cfpb/design-system/pull/2074))
13
+ - Tweak changelog config - ([e944523](https://github.com/cfpb/design-system/commit/e944523ee676c529483bb2583f74d2d380f7f411)) - Ans
14
+ - Add `u-small-text--subtle` - ([3108763](https://github.com/cfpb/design-system/commit/31087639e456f52370dfcaea57f0d14d48572e79)) - Ans
15
+ - Rebuild assets - ([6a6f917](https://github.com/cfpb/design-system/commit/6a6f91724677614eda3e2d0d474ec9912e450192)) - Ans
23
16
 
24
- ### [v3.2.5](https://github.com/cfpb/design-system/compare/v3.2.4...v3.2.5) - 23 October 2024
17
+ ## [3.2.8](https://github.com/cfpb/design-system/compare/v3.2.7..v3.2.8) - 2024-11-01
25
18
 
26
- ### General Changes
19
+ ### PRs in this release
27
20
 
28
- - Remove `o-table--entry-header-on-small` class (Ans - [#2069](https://github.com/cfpb/design-system/pull/2069))
21
+ - PR #[2083](https://github.com/cfpb/design-system/pull/2083): Update to ESLint@9.x - Ans
22
+ - PR #[2085](https://github.com/cfpb/design-system/pull/2085): Add button link example | Correctly vertically align button group link buttons - Ans
29
23
 
30
- ### [v3.2.4](https://github.com/cfpb/design-system/compare/v3.2.3...v3.2.4) - 23 October 2024
24
+ ### General
31
25
 
32
- ### [v3.2.3](https://github.com/cfpb/design-system/compare/v3.2.2...v3.2.3) - 16 October 2024
26
+ - Update to ESLint@9.x - ([b7fff18](https://github.com/cfpb/design-system/commit/b7fff18ecbc44e9916d65738a52ed24e7cce9d75)) - Ans
27
+ - Add button link example | Correctly vertically align button group link buttons - ([3da715a](https://github.com/cfpb/design-system/commit/3da715a64b907cc71dc753395db42148408519fc)) - Ans
28
+ - Add button color to hover - ([5acef20](https://github.com/cfpb/design-system/commit/5acef20549ef2d2c224dfc767f24af740bf10fa2)) - Ans
29
+ - Change to center alignment - ([7f38dc7](https://github.com/cfpb/design-system/commit/7f38dc76307f4c9d00b581892259d676cb1fd867)) - Ans
30
+ - Switch to git-cliff from auto-changelog - ([2488161](https://github.com/cfpb/design-system/commit/2488161f3a13019778cec325c22870a0a7841933)) - Ans
31
+ - Rebuild assets - ([a6ff4d9](https://github.com/cfpb/design-system/commit/a6ff4d9740c7606a2740e30be6d27a28c6e5c4f8)) - Ans
33
32
 
34
- ### General Changes
33
+ ## [3.2.7](https://github.com/cfpb/design-system/compare/v3.2.6..v3.2.7) - 2024-10-30
35
34
 
36
- - Rename `o-table-wrapper--scrolling` to `o-table--scrolling` (Ans - [#2068](https://github.com/cfpb/design-system/pull/2068))
37
- - Lighthouse: Use envvar instead of set-output command (Ans - [#2067](https://github.com/cfpb/design-system/pull/2067))
38
- - Update release-it, sass, stylelint (Ans - [#2066](https://github.com/cfpb/design-system/pull/2066))
35
+ ### PRs in this release
39
36
 
40
- ### [v3.2.2](https://github.com/cfpb/design-system/compare/v3.2.1...v3.2.2) - 27 September 2024
37
+ - PR #[2082](https://github.com/cfpb/design-system/pull/2082): Add `aria-hidden:true` to SVG icons - Ans
41
38
 
42
- ### General Changes
39
+ ### General
43
40
 
44
- - Adjust code comments (Ans - [#2064](https://github.com/cfpb/design-system/pull/2064))
45
- - Add Cypress Cloud integration (Ans - [#2059](https://github.com/cfpb/design-system/pull/2059))
41
+ - Adjust npm publishing config - ([2f20b8d](https://github.com/cfpb/design-system/commit/2f20b8d83eb7f46298ad5aaa6ad30b700fb85257)) - Ans
42
+ - Add `aria-hidden:true` to SVG icons - ([e1f4811](https://github.com/cfpb/design-system/commit/e1f481195648f7d270011de9217e3cf73d5b91cb)) - Ans
43
+ - Correctly process icons - ([181bea2](https://github.com/cfpb/design-system/commit/181bea2a44d02c2dd66f22c4f1d461e985d8d6ee)) - Ans
44
+ - Re-build dist files - ([228c0ac](https://github.com/cfpb/design-system/commit/228c0ac5b0f1ea1962c7ceedfbcf37e65c077ac1)) - Ans
46
45
 
47
- ### [v3.2.1](https://github.com/cfpb/design-system/compare/v3.2.0...v3.2.1) - 27 September 2024
46
+ ## [3.2.6](https://github.com/cfpb/design-system/compare/v3.2.5..v3.2.6) - 2024-10-25
48
47
 
49
- ### General Changes
48
+ ### PRs in this release
50
49
 
51
- - Refresh npm cache (Ans - [#2063](https://github.com/cfpb/design-system/pull/2063))
52
- - Further adjust release-it config (Ans - [#2062](https://github.com/cfpb/design-system/pull/2062))
53
- - Adjust release-it config (Ans - [#2061](https://github.com/cfpb/design-system/pull/2061))
54
- - Update types/react@18.3.9, cypress@13.15.0, esbuild@0.24.0, sass@1.79.3 (Ans - [#2060](https://github.com/cfpb/design-system/pull/2060))
55
- - Swap lerna with release-it (Ans - [#2058](https://github.com/cfpb/design-system/pull/2058))
50
+ - PR #[2075](https://github.com/cfpb/design-system/pull/2075): Update button groups to use flexbox - Ans
56
51
 
57
- ### [v3.2.0](https://github.com/cfpb/design-system/compare/v3.1.9...v3.2.0) - 25 September 2024
52
+ ### General
58
53
 
59
- ### General Changes
54
+ - Update button groups to use flexbox - ([fe857d0](https://github.com/cfpb/design-system/commit/fe857d02fe08a6f3f60d262ebf9ef9c4ed9a0a52)) - Ans
55
+ - Move auto-changelog dep to root - ([a2acba5](https://github.com/cfpb/design-system/commit/a2acba58b6bf636d3999e5fcdb9ac6be3b3dc0f8)) - Ans
60
56
 
61
- - Refactor heading mixins (Ans - [#2055](https://github.com/cfpb/design-system/pull/2055))
62
- - Update types/react@18.3.8, concurrently@9.0.1, postcss@8.4.47, sass@179.2, saucectl@0.186.0 (Ans - [#2056](https://github.com/cfpb/design-system/pull/2056))
63
- - More color contrast adjustments | Formatting fixes (Ans - [#2053](https://github.com/cfpb/design-system/pull/2053))
64
- - Fix syntax highlighting a11y failures (Ans - [#2052](https://github.com/cfpb/design-system/pull/2052))
57
+ ## [3.2.5](https://github.com/cfpb/design-system/compare/v3.2.4..v3.2.5) - 2024-10-23
65
58
 
66
- ### [v3.1.9](https://github.com/cfpb/design-system/compare/v3.1.8...v3.1.9) - 12 September 2024
59
+ ### PRs in this release
67
60
 
68
- ### General Changes
61
+ - PR #[2069](https://github.com/cfpb/design-system/pull/2069): Remove `o-table--entry-header-on-small` class - Ans
69
62
 
70
- - Filter tag tweaks (Ans - [#2051](https://github.com/cfpb/design-system/pull/2051))
63
+ ### General
71
64
 
72
- ### [v3.1.8](https://github.com/cfpb/design-system/compare/v3.1.7...v3.1.8) - 11 September 2024
65
+ - Remove - ([e839bde](https://github.com/cfpb/design-system/commit/e839bde972624c90c36bc58526df71a4e6d0c04a)) - Ans
66
+ - Add more `publishConfig` - ([b54c1c1](https://github.com/cfpb/design-system/commit/b54c1c19f8d2d559f428281b8ed1e64a57e41dac)) - Ans
73
67
 
74
- ### General Changes
68
+ ## [3.2.4](https://github.com/cfpb/design-system/compare/v3.2.3..v3.2.4) - 2024-10-23
75
69
 
76
- - Replace multiselect tags with filter tags (Ans - [#2049](https://github.com/cfpb/design-system/pull/2049))
77
- - Restructure and update development docs (Ans - [#2048](https://github.com/cfpb/design-system/pull/2048))
78
- - Bump express from 4.19.2 to 4.20.0 (Ans - [#2047](https://github.com/cfpb/design-system/pull/2047))
79
- - Update concurrently and saucectl (Ans - [#2044](https://github.com/cfpb/design-system/pull/2044))
80
- - Combine build scripts (Ans - [#2043](https://github.com/cfpb/design-system/pull/2043))
70
+ ### General
81
71
 
82
- ### [v3.1.7](https://github.com/cfpb/design-system/compare/v3.1.6...v3.1.7) - 10 September 2024
72
+ - Move auto-changelog to package - ([2eb43f2](https://github.com/cfpb/design-system/commit/2eb43f23cc3a8ebaa08da2c01f41fb273c50716e)) - Ans
83
73
 
84
- ### General Changes
74
+ ## [3.2.3](https://github.com/cfpb/design-system/compare/v3.2.2..v3.2.3) - 2024-10-16
85
75
 
86
- - Update gap in tags (Ans - [#2046](https://github.com/cfpb/design-system/pull/2046))
76
+ ### PRs in this release
87
77
 
88
- ### [v3.1.6](https://github.com/cfpb/design-system/compare/v3.1.5...v3.1.6) - 10 September 2024
78
+ - PR #[2068](https://github.com/cfpb/design-system/pull/2068): Rename `o-table-wrapper--scrolling` to `o-table--scrolling` - Ans
89
79
 
90
- ### General Changes
80
+ ### General
91
81
 
92
- - Add non-link topic tags (Ans - [#2045](https://github.com/cfpb/design-system/pull/2045))
82
+ - Rename `o-table-wrapper--scrolling` to `o-table--scrolling` - ([acded96](https://github.com/cfpb/design-system/commit/acded9655df851d2971b0b8f8da7a5221c065e43)) - Ans
93
83
 
94
- ### [v3.1.5](https://github.com/cfpb/design-system/compare/v3.1.4...v3.1.5) - 10 September 2024
84
+ ## [3.2.2](https://github.com/cfpb/design-system/compare/v3.2.1..v3.2.2) - 2024-09-27
95
85
 
96
- ### General Changes
86
+ ### PRs in this release
97
87
 
98
- - Add stacked topic tag group modifier (Ans - [#2042](https://github.com/cfpb/design-system/pull/2042))
99
- - Adjust focus rectangle offset for default links, expandables, summaries (Ans - [#2037](https://github.com/cfpb/design-system/pull/2037))
88
+ - PR #[2064](https://github.com/cfpb/design-system/pull/2064): Adjust code comments - Ans
100
89
 
101
- ### [v3.1.4](https://github.com/cfpb/design-system/compare/v3.1.3...v3.1.4) - 5 September 2024
90
+ ### General
102
91
 
103
- ### General Changes
92
+ - Adjust code comments - ([c31cf40](https://github.com/cfpb/design-system/commit/c31cf40a990abb6e38e96e5a2112f875d4311282)) - Ans
93
+ - Build assets - ([35eb3af](https://github.com/cfpb/design-system/commit/35eb3af2e3cd0c7f2a14bd111ed8e0b1392a9238)) - Ans
104
94
 
105
- - Update index.scss (Ans - [#2039](https://github.com/cfpb/design-system/pull/2039))
95
+ ## [3.2.1](https://github.com/cfpb/design-system/compare/v3.2.0..v3.2.1) - 2024-09-27
106
96
 
107
- ### [v3.1.3](https://github.com/cfpb/design-system/compare/v3.1.2...v3.1.3) - 5 September 2024
97
+ ### PRs in this release
108
98
 
109
- ### General Changes
99
+ - PR #[2058](https://github.com/cfpb/design-system/pull/2058): Swap lerna with release-it - Ans
100
+ - PR #[2063](https://github.com/cfpb/design-system/pull/2063): Refresh npm cache - Ans
110
101
 
111
- - Add tag RTL code (Ans - [#2038](https://github.com/cfpb/design-system/pull/2038))
102
+ ### General
112
103
 
113
- ### [v3.1.2](https://github.com/cfpb/design-system/compare/v3.1.1...v3.1.2) - 5 September 2024
104
+ - Swap lerna for release-it - ([3eb955a](https://github.com/cfpb/design-system/commit/3eb955ab4557a8d8efb43d580a39c4e113f55e5d)) - Ans
105
+ - Revert to 3.2.0 - ([3f8c3e0](https://github.com/cfpb/design-system/commit/3f8c3e0bc8960f9f816e922cad115983ab2f10b8)) - Ans
106
+ - Revert to v3.2.0 - ([1fbc6ac](https://github.com/cfpb/design-system/commit/1fbc6ac8b76664dc2a342fe6224e081f50ac36b9)) - Ans
107
+ - Revert to v3.2.0 - ([a676d01](https://github.com/cfpb/design-system/commit/a676d01f243dd6da1c69640010e9f7101590cda5)) - Ans
108
+ - Revert to 3.2.0 - ([0222ad1](https://github.com/cfpb/design-system/commit/0222ad1c71bd76f6a8b8a4d9f51b00b5f8be1c5a)) - Ans
109
+ - Revert to v3.2.0 - ([abd9903](https://github.com/cfpb/design-system/commit/abd99037e4885bc8c19285d23b1757d088cc5424)) - Ans
110
+ - Revert to v3.2.0 - ([f8cf8f1](https://github.com/cfpb/design-system/commit/f8cf8f1a24a530b458583a91870b8841c8b1ff0b)) - Ans
111
+ - Revert to v3.2.0 - ([a42322d](https://github.com/cfpb/design-system/commit/a42322d39fb6c7372b2ffc00e0bd025c481e1c6b)) - Ans
112
+ - Revert to v3.2.0 - ([9eb2d8c](https://github.com/cfpb/design-system/commit/9eb2d8c3fde5da7e12a9ec5f23a3d958a08eac13)) - Ans
114
113
 
115
- ### General Changes
114
+ ## [3.2.0](https://github.com/cfpb/design-system/compare/v3.1.9..v3.2.0) - 2024-09-25
116
115
 
117
- - Adjust tags outline and coloring (Ans - [#2036](https://github.com/cfpb/design-system/pull/2036))
118
- - Remove `$font-size` variable (Ans - [#2027](https://github.com/cfpb/design-system/pull/2027))
116
+ ### PRs in this release
119
117
 
120
- ### [v3.1.1](https://github.com/cfpb/design-system/compare/v3.1.0...v3.1.1) - 4 September 2024
118
+ - PR #[2053](https://github.com/cfpb/design-system/pull/2053): More color contrast adjustments | Formatting fixes - Ans
119
+ - PR #[2056](https://github.com/cfpb/design-system/pull/2056): Update types/react@18.3.8, concurrently@9.0.1, postcss@8.4.47, sass@179.2, saucectl@0.186.0 - Ans
120
+ - PR #[2055](https://github.com/cfpb/design-system/pull/2055): Refactor heading mixins - Ans
121
121
 
122
- ### General Changes
122
+ ### General
123
123
 
124
- - Update accordion BEM fix (Ans - [#2034](https://github.com/cfpb/design-system/pull/2034))
125
- - Update types/react, decap-cms-app, cypress, postcss, sass, saucectl, stylelint (Ans - [#2035](https://github.com/cfpb/design-system/pull/2035))
126
- - Bump micromatch from 4.0.7 to 4.0.8 (Ans - [#2033](https://github.com/cfpb/design-system/pull/2033))
124
+ - More color contrast adjustments | Formatting fixes - ([f3c95e5](https://github.com/cfpb/design-system/commit/f3c95e5c960bd0fe0c6a640de076428d3f994eca)) - Ans
125
+ - Remove redundant abstracts imports - ([57d178b](https://github.com/cfpb/design-system/commit/57d178b24f7acee3a1d704c221c4ff9ed054ec9c)) - Ans
126
+ - Refactor heading mixins - ([6f421a6](https://github.com/cfpb/design-system/commit/6f421a6ef6ea17c076fe34db23bdfe855ee71cc4)) - Ans
127
+ - V3.2.0 - ([1b92196](https://github.com/cfpb/design-system/commit/1b92196c49399125ce790a1c43e47e02659e3e3e)) - Ans
127
128
 
128
- ### [v3.1.0](https://github.com/cfpb/design-system/compare/v3.0.3...v3.1.0) - 4 September 2024
129
+ ## [3.1.9](https://github.com/cfpb/design-system/compare/v3.1.8..v3.1.9) - 2024-09-12
129
130
 
130
- ### General Changes
131
+ ### PRs in this release
131
132
 
132
- - Add topic tags | Re-arrange links page | Adjust sass imports (Ans - [#2031](https://github.com/cfpb/design-system/pull/2031))
133
- - Remove empty link from tags page (Andy Chosak - [#2030](https://github.com/cfpb/design-system/pull/2030))
133
+ - PR #[2051](https://github.com/cfpb/design-system/pull/2051): Filter tag tweaks - Ans
134
134
 
135
- ### [v3.0.3](https://github.com/cfpb/design-system/compare/v3.0.2...v3.0.3) - 22 August 2024
135
+ ### General
136
136
 
137
- ### General Changes
137
+ - V3.1.8 - ([f7b4d78](https://github.com/cfpb/design-system/commit/f7b4d7854e74fa99e2439c90ea28dc194f70c3cc)) - Ans
138
+ - Tweak filter tag layout - ([9c0c1f3](https://github.com/cfpb/design-system/commit/9c0c1f362f41e391f4c416fffec5665029e18858)) - Ans
139
+ - Bump version - ([8af1437](https://github.com/cfpb/design-system/commit/8af143793243ce4b08e7be32219a4cb3f6e86ee9)) - Ans
140
+ - V3.1.9 - ([b6b39a3](https://github.com/cfpb/design-system/commit/b6b39a3000a8fd8f75f237db1a86d3f3725780f8)) - Ans
138
141
 
139
- - Linter autofixes (Ans - [#2028](https://github.com/cfpb/design-system/pull/2028))
140
- - Fix malformed line-height (Ans - [#2029](https://github.com/cfpb/design-system/pull/2029))
141
- - Tags: Add initial tag styling (Ans - [#2026](https://github.com/cfpb/design-system/pull/2026))
142
- - Merge footer into main content styles (Ans - [#2025](https://github.com/cfpb/design-system/pull/2025))
142
+ ## [3.1.8](https://github.com/cfpb/design-system/compare/v3.1.7..v3.1.8) - 2024-09-11
143
143
 
144
- ### [v3.0.2](https://github.com/cfpb/design-system/compare/v3.0.1...v3.0.2) - 21 August 2024
144
+ ### PRs in this release
145
145
 
146
- ### General Changes
146
+ - PR #[2049](https://github.com/cfpb/design-system/pull/2049): Replace multiselect tags with filter tags - Ans
147
147
 
148
- - FCM: Unquote padding-bottom value in video-playing class (Ans - [#2024](https://github.com/cfpb/design-system/pull/2024))
149
- - Bump axios from 1.7.3 to 1.7.4 (Ans - [#2021](https://github.com/cfpb/design-system/pull/2021))
148
+ ### General
150
149
 
151
- ### [v3.0.1](https://github.com/cfpb/design-system/compare/v3.0.0...v3.0.1) - 16 August 2024
150
+ - Merge branch 'main' into ans_build - Ans
151
+ - Replace multiselect tags with filter tags - ([5052532](https://github.com/cfpb/design-system/commit/505253216946dc9f5c344966d88b38b89a90a92b)) - Ans
152
+ - Bump version - ([caa9f2f](https://github.com/cfpb/design-system/commit/caa9f2ffb1f452b547dcfc8410e9aef876ea3ae2)) - Ans
153
+ - V3.1.8 - ([ce63bfc](https://github.com/cfpb/design-system/commit/ce63bfcdecf687e9b96ab2420db225649b65db4b)) - Ans
152
154
 
153
- ### General Changes
155
+ ## [3.1.7](https://github.com/cfpb/design-system/compare/v3.1.6..v3.1.7) - 2024-09-10
154
156
 
155
- - Create root package index.scss (Ans - [#2022](https://github.com/cfpb/design-system/pull/2022))
157
+ ### PRs in this release
156
158
 
157
- ## [v3.0.0](https://github.com/cfpb/design-system/compare/v2.0.1...v3.0.0) - 16 August 2024
159
+ - PR #[2046](https://github.com/cfpb/design-system/pull/2046): Update gap in tags - Ans
160
+
161
+ ### General
162
+
163
+ - Update gap in tags - ([e6c8fa1](https://github.com/cfpb/design-system/commit/e6c8fa116ab842a83ff7b32f24db8251eb591cfb)) - Ans
164
+ - Bump version - ([8f68113](https://github.com/cfpb/design-system/commit/8f68113c89ae1e24550d23c76a1765daac3a1a63)) - Ans
165
+ - V3.1.7 - ([4154531](https://github.com/cfpb/design-system/commit/415453147d44ab32977359f985c50a66799818c1)) - Ans
166
+
167
+ ## [3.1.6](https://github.com/cfpb/design-system/compare/v3.1.5..v3.1.6) - 2024-09-10
168
+
169
+ ### PRs in this release
170
+
171
+ - PR #[2045](https://github.com/cfpb/design-system/pull/2045): Add non-link topic tags - Ans
172
+
173
+ ### General
174
+
175
+ - Add non-link topic tags - ([f1c3158](https://github.com/cfpb/design-system/commit/f1c3158e739b114d92f83daeb79763af5c781b92)) - Ans
176
+ - V3.1.6 - ([59f8344](https://github.com/cfpb/design-system/commit/59f83442c41d4ca6803d22971964dab26efb0ef0)) - Ans
177
+
178
+ ## [3.1.5](https://github.com/cfpb/design-system/compare/v3.1.4..v3.1.5) - 2024-09-10
179
+
180
+ ### PRs in this release
181
+
182
+ - PR #[2037](https://github.com/cfpb/design-system/pull/2037): Adjust focus rectangle offset for default links, expandables, summaries - Ans
183
+ - PR #[2042](https://github.com/cfpb/design-system/pull/2042): Add stacked topic tag group modifier - Ans
184
+
185
+ ### General
186
+
187
+ - Adds default outline-offset of 1px to focused links - ([5c00dbe](https://github.com/cfpb/design-system/commit/5c00dbefb47b2f8043eab1f94a9d34e23f011867)) - Ans
188
+ - Adjust focus rectangle offset - ([3ed54e6](https://github.com/cfpb/design-system/commit/3ed54e6bb0d91615ca42ab71edf3ade33ac7c1ee)) - Ans
189
+ - Add stacked topic tag group modifier - ([b89b032](https://github.com/cfpb/design-system/commit/b89b032b0bd5593ceb496e5449d20ed5dc396178)) - Ans
190
+ - V3.1.5 - ([37c1b91](https://github.com/cfpb/design-system/commit/37c1b91a345ebaf7098509a05ec1e972cbcd91c3)) - Ans
191
+
192
+ ## [3.1.4](https://github.com/cfpb/design-system/compare/v3.1.3..v3.1.4) - 2024-09-05
193
+
194
+ ### PRs in this release
195
+
196
+ - PR #[2039](https://github.com/cfpb/design-system/pull/2039): Update index.scss - Ans
197
+
198
+ ### General
199
+
200
+ - Update index.scss - ([f6ba359](https://github.com/cfpb/design-system/commit/f6ba3598acd1d58c5dff277218055d9ed74b6bd6)) - Ans
201
+ - V3.1.4 - ([62179e8](https://github.com/cfpb/design-system/commit/62179e890fdeafb650900377678bde853f0f7a9d)) - Ans
202
+
203
+ ## [3.1.3](https://github.com/cfpb/design-system/compare/v3.1.2..v3.1.3) - 2024-09-05
204
+
205
+ ### PRs in this release
206
+
207
+ - PR #[2038](https://github.com/cfpb/design-system/pull/2038): Add tag RTL code - Ans
208
+
209
+ ### General
210
+
211
+ - Add tag RTL code - ([6239902](https://github.com/cfpb/design-system/commit/62399029913e444a8809dd65fff6f1a98e580098)) - Ans
212
+ - V3.1.3 - ([072112e](https://github.com/cfpb/design-system/commit/072112ea27fe26d283d6b230de22582c3be09370)) - Ans
213
+
214
+ ## [3.1.2](https://github.com/cfpb/design-system/compare/v3.1.1..v3.1.2) - 2024-09-05
215
+
216
+ ### PRs in this release
217
+
218
+ - PR #[2027](https://github.com/cfpb/design-system/pull/2027): Remove `$font-size` variable - Ans
219
+ - PR #[2036](https://github.com/cfpb/design-system/pull/2036): Adjust tags outline and coloring - Ans
220
+
221
+ ### General
222
+
223
+ - Remove $font-size variable - ([de3bc6a](https://github.com/cfpb/design-system/commit/de3bc6a7b8e58374483509ffcef2328c5e9a4baa)) - Ans
224
+ - Adjust tags outline and coloring - ([843ced7](https://github.com/cfpb/design-system/commit/843ced766cfa3930574c45bd70f19f272508a415)) - Ans
225
+ - Bump version - ([647e344](https://github.com/cfpb/design-system/commit/647e34496e3958aacef027ba35c3e3069e59772f)) - Ans
226
+ - V3.1.2 - ([def4f44](https://github.com/cfpb/design-system/commit/def4f440c6e4df31e9c9001a3630e14011c2c840)) - Ans
227
+
228
+ ## [3.1.1](https://github.com/cfpb/design-system/compare/v3.1.0..v3.1.1) - 2024-09-05
229
+
230
+ ### PRs in this release
231
+
232
+ - PR #[2035](https://github.com/cfpb/design-system/pull/2035): Update types/react, decap-cms-app, cypress, postcss, sass, saucectl, stylelint - Ans
233
+ - PR #[2034](https://github.com/cfpb/design-system/pull/2034): Update accordion BEM fix - Ans
234
+
235
+ ### General
236
+
237
+ - Update accordion BEM fix - ([13dd557](https://github.com/cfpb/design-system/commit/13dd557463a7d62e9ba09c6fb5e833be2e9f5d22)) - Ans
238
+ - Update types/react, decap-cms-app, cypress, postcss, sass, saucectl, stylelint - ([7dcaaf2](https://github.com/cfpb/design-system/commit/7dcaaf2a7c4ef72ef9aa8d1e5556993e79db3514)) - Ans
239
+ - Merge branch 'main' into ans_accordion_bem - Ans
240
+ - Bump version - ([5faa23f](https://github.com/cfpb/design-system/commit/5faa23fcf2f8b3e49bfc8ae88d9a3326073ba08a)) - Ans
241
+ - V3.1.1 - ([6d08f67](https://github.com/cfpb/design-system/commit/6d08f674140b371f4c5eb6cfa1837320f5350fb9)) - Ans
242
+
243
+ ## [3.1.0](https://github.com/cfpb/design-system/compare/v3.0.3..v3.1.0) - 2024-09-04
244
+
245
+ ### PRs in this release
246
+
247
+ - PR #[2031](https://github.com/cfpb/design-system/pull/2031): Add topic tags | Re-arrange links page | Adjust sass imports - Ans
248
+
249
+ ### General
250
+
251
+ - Add topic tags | Re-arrange links page | Adjust sass imports - ([6074735](https://github.com/cfpb/design-system/commit/60747356f5ee271e1e551651e5b5b19b919900e0)) - Ans
252
+ - Adjust topic tag underlining - ([c1b2d19](https://github.com/cfpb/design-system/commit/c1b2d191299c385d4df8d9d2ef96b6f50bc39db2)) - Ans
253
+ - Add topic tag bullet class - ([d187f9c](https://github.com/cfpb/design-system/commit/d187f9c35debfcc5e5332ba64392a816a6e345fb)) - Ans
254
+ - Break long words at small screen sizes - ([f522017](https://github.com/cfpb/design-system/commit/f522017aedbd62eb840f4d8670f9a3157926e728)) - Ans
255
+ - Bump version - ([a5d1c70](https://github.com/cfpb/design-system/commit/a5d1c709bc5f79e229859729fe085e8730264a61)) - Ans
256
+ - V3.1.0 - ([95e0718](https://github.com/cfpb/design-system/commit/95e07185441126cf0376f28f49180a77168ee413)) - Ans
257
+
258
+ ## [3.0.3](https://github.com/cfpb/design-system/compare/v3.0.2..v3.0.3) - 2024-08-22
259
+
260
+ ### PRs in this release
261
+
262
+ - PR #[2026](https://github.com/cfpb/design-system/pull/2026): Tags: Add initial tag styling - Ans
263
+ - PR #[2029](https://github.com/cfpb/design-system/pull/2029): Fix malformed line-height - Ans
264
+ - PR #[2028](https://github.com/cfpb/design-system/pull/2028): Linter autofixes - Ans
265
+
266
+ ### General
267
+
268
+ - Add initial tag styling - ([68883eb](https://github.com/cfpb/design-system/commit/68883ebda6bedba02b3a86f17497d22f635e9d4d)) - Ans
269
+ - Update tags to regular weight - ([cad141f](https://github.com/cfpb/design-system/commit/cad141f577a923d7ad368d3594f21ae18a7bf5e1)) - Ans
270
+ - Fix malformed line-height - ([a902e01](https://github.com/cfpb/design-system/commit/a902e019bb6731d749230b40b08dd57e237206b6)) - Ans
271
+ - Autofix linter - ([600f799](https://github.com/cfpb/design-system/commit/600f799b54aaea34ba20644571d26808e074ccf6)) - Ans
272
+ - Bump version - ([8822087](https://github.com/cfpb/design-system/commit/8822087c8b24f8d2edfd9ae56064a893122983d9)) - Ans
273
+ - V3.0.3 - ([85b594f](https://github.com/cfpb/design-system/commit/85b594f98ad76a7bfcfd8576b9fcb82f89dd1c56)) - Ans
274
+
275
+ ## [3.0.2](https://github.com/cfpb/design-system/compare/v3.0.1..v3.0.2) - 2024-08-21
276
+
277
+ ### PRs in this release
278
+
279
+ - PR #[2024](https://github.com/cfpb/design-system/pull/2024): FCM: Unquote padding-bottom value in video-playing class - Ans
280
+
281
+ ### General
282
+
283
+ - Unquote padding-bottom value in video-playing class - ([0972a29](https://github.com/cfpb/design-system/commit/0972a292720d5edb04c2c17e1ca5ad5ca38a5e74)) - Ans
284
+ - V3.0.2 - ([f01daeb](https://github.com/cfpb/design-system/commit/f01daeba6c0204356ed86358d51a0f25e4af9159)) - Ans
285
+
286
+ ## [3.0.1](https://github.com/cfpb/design-system/compare/v3.0.0..v3.0.1) - 2024-08-16
287
+
288
+ ### PRs in this release
289
+
290
+ - PR #[2022](https://github.com/cfpb/design-system/pull/2022): Create root package index.scss - Ans
291
+
292
+ ### General
293
+
294
+ - Create root package index.scss - ([b4ae5d0](https://github.com/cfpb/design-system/commit/b4ae5d08c7bee7f09ef478743038b02e7bb4d55d)) - Ans
295
+ - V3.0.1 - ([dbcf5b3](https://github.com/cfpb/design-system/commit/dbcf5b3bcc5b64fa7760011f05c7d7fa8517406a)) - Ans
296
+
297
+ ## [3.0.0] - 2024-08-16
298
+
299
+ ### PRs in this release
300
+
301
+ - PR #[2005](https://github.com/cfpb/design-system/pull/2005): Consolidate packages into cfpb-design-system - Ans
302
+ - PR #[2014](https://github.com/cfpb/design-system/pull/2014): Update banner color scheme - Ans
303
+ - PR #[2016](https://github.com/cfpb/design-system/pull/2016): Add script to decap preview - Ans
304
+ - PR #[2017](https://github.com/cfpb/design-system/pull/2017): Add base index file | Remove less file - Ans
305
+ - PR #[2018](https://github.com/cfpb/design-system/pull/2018): Remove default export - Ans
306
+ - PR #[2019](https://github.com/cfpb/design-system/pull/2019): Pre-v3 prep - Ans
307
+ - PR #[2020](https://github.com/cfpb/design-system/pull/2020): Update decap-cms-app@3.3.2, saucectl@0.183.0, stylelint@16.8.2, cypress@13.13.3, esbuild@0.23.1 - Ans
308
+
309
+ ### General
310
+
311
+ - Consolidate packages into cfpb-design-system - ([eb63aba](https://github.com/cfpb/design-system/commit/eb63aba9edccaff1cb5739212b1dac7fa7c1be89)) - Ans
312
+ - Move some button and layout vars to the abstracts vars - ([434262e](https://github.com/cfpb/design-system/commit/434262eba8f0ac35f66fa6fd4d2cdaa065747e37)) - Ans
313
+ - Update banner color scheme - ([440ab7e](https://github.com/cfpb/design-system/commit/440ab7eab5b23082a6fd665fe246e86c0c9dcdbb)) - Ans
314
+ - Add script to decap preview - ([af903c9](https://github.com/cfpb/design-system/commit/af903c9180da5a6668c6943ef46ffd509f836912)) - Ans
315
+ - Add base index file | Remove less file - ([406e73e](https://github.com/cfpb/design-system/commit/406e73eb478053b53d6b2ba26870b50d2e6b9d69)) - Ans
316
+ - Remove default export - ([44c6a64](https://github.com/cfpb/design-system/commit/44c6a64252454aeba5ed1a7a9cb9985dfab7c949)) - Ans
317
+ - Remove underscore named files | Move custom props to mixin | Move some vars to global space - ([20b9076](https://github.com/cfpb/design-system/commit/20b9076365f4f19617ddaf78544af089ddf7d042)) - Ans
318
+ - Update decap-cms-app@3.3.2, saucectl@0.183.0, stylelint@16.8.2, cypress@13.13.3 - ([8c095fd](https://github.com/cfpb/design-system/commit/8c095fd73576729451d7ea285dd965528502b04a)) - Ans
319
+ - V3.0.0 - ([5810e39](https://github.com/cfpb/design-system/commit/5810e39c705e77c043124b0cebbb0aa370fe4116)) - Ans
158
320
 
159
- ### General Changes
160
321
 
161
- - Update decap-cms-app@3.3.2, saucectl@0.183.0, stylelint@16.8.2, cypress@13.13.3, esbuild@0.23.1 (Ans - [#2020](https://github.com/cfpb/design-system/pull/2020))
162
- - Pre-v3 prep (Ans - [#2019](https://github.com/cfpb/design-system/pull/2019))
163
- - Remove default export (Ans - [#2018](https://github.com/cfpb/design-system/pull/2018))
164
- - Add base index file | Remove less file (Ans - [#2017](https://github.com/cfpb/design-system/pull/2017))
165
- - Add script to decap preview (Ans - [#2016](https://github.com/cfpb/design-system/pull/2016))
166
- - Update font docs (Ans - [#2015](https://github.com/cfpb/design-system/pull/2015))
167
- - Update banner color scheme (Ans - [#2014](https://github.com/cfpb/design-system/pull/2014))
168
- - Migrate netlify-cms to decap-cms (Ans - [#1980](https://github.com/cfpb/design-system/pull/1980))
169
- - Consolidate packages into cfpb-design-system (Ans - [#2005](https://github.com/cfpb/design-system/pull/2005))
170
- - Update saucectl 0.180.0 (Ans - [#2013](https://github.com/cfpb/design-system/pull/2013))
171
- - Patch bump autoprefixer, lerna, postcss (Ans - [#2012](https://github.com/cfpb/design-system/pull/2012))
172
- - Remove `a-legend` class | Move legends inside fieldsets (Ans - [#2009](https://github.com/cfpb/design-system/pull/2009))
173
- - Update cypress, lerna, postcss, saucectl, stylelint (Ans - [#2010](https://github.com/cfpb/design-system/pull/2010))
@@ -1,2 +1,2 @@
1
- button.a-btn::-moz-focus-inner,input.a-btn::-moz-focus-inner{border:0}.a-btn{appearance:none;display:inline-block;box-sizing:border-box;padding:.5em .875em;border:0;margin:0;border-radius:.25em;cursor:pointer;font-size:1em;font-weight:500;line-height:normal;text-align:center;text-decoration:none;transition:background-color .1s}.a-btn,.a-btn:link,.a-btn:visited{background-color:var(--pacific);color:var(--white)}.a-btn:hover,.a-btn.hover,.a-btn:focus,.a-btn.focus{background-color:var(--pacific-dark)}.a-btn:focus,.a-btn.focus{outline:1px dotted var(--pacific);outline-offset:1px}.a-btn:active,.a-btn.active{background-color:var(--navy)}.a-btn--secondary,.a-btn--secondary:link,.a-btn--secondary:visited{background-color:var(--gray);color:var(--white)}.a-btn--secondary:hover,.a-btn--secondary.hover,.a-btn--secondary:focus,.a-btn--secondary.focus{background-color:var(--gray-dark)}.a-btn--secondary:focus,.a-btn--secondary.focus{outline-color:var(--gray)}.a-btn--secondary:active,.a-btn--secondary.active{background-color:var(--black)}.a-btn--warning,.a-btn--warning:link,.a-btn--warning:visited{background-color:var(--red-mid-dark);color:var(--white)}.a-btn--warning:hover,.a-btn--warning.hover,.a-btn--warning:focus,.a-btn--warning.focus{background-color:var(--red-dark)}.a-btn--warning:focus,.a-btn--warning.focus{outline-color:var(--red-mid-dark)}.a-btn--warning:active,.a-btn--warning.active{background-color:var(--gray-dark)}.a-btn--disabled,.a-btn--disabled:link,.a-btn--disabled:visited,.a-btn--disabled:hover,.a-btn--disabled.hover,.a-btn--disabled:focus,.a-btn--disabled.focus,.a-btn--disabled:active,.a-btn--disabled.active,.a-btn[disabled],.a-btn[disabled]:link,.a-btn[disabled]:visited,.a-btn[disabled]:hover,.a-btn[disabled].hover,.a-btn[disabled]:focus,.a-btn[disabled].focus,.a-btn[disabled]:active,.a-btn[disabled].active{background-color:var(--gray-20);color:var(--gray-dark);cursor:default;cursor:not-allowed}.a-btn--disabled:focus,.a-btn--disabled.focus,.a-btn[disabled]:focus,.a-btn[disabled].focus{outline-color:var(--gray-20)}@media only all and (max-width: 37.5em){.a-btn--full-on-xs{display:block;width:100%}}.m-btn-group{display:flex;gap:.625rem;flex-wrap:wrap}.a-btn--link{padding:0 0 1.5px;border-radius:0;text-decoration-line:underline;text-decoration-thickness:1px;text-decoration-style:dotted;text-underline-offset:4.5px}.a-btn--link,.a-btn--link:link,.a-btn--link:visited{text-decoration-color:var(--pacific);background-color:transparent;color:var(--pacific)}.a-btn--link:hover,.a-btn--link.hover{text-decoration-color:var(--pacific-dark);text-decoration-style:solid;background-color:transparent;color:var(--pacific-dark)}.a-btn--link:focus,.a-btn--link.focus{text-decoration-style:solid;background-color:transparent;outline:1px dotted var(--pacific)}.a-btn--link:active,.a-btn--link.active{text-decoration-color:var(--navy);text-decoration-style:solid;background-color:transparent;color:var(--navy)}.a-btn--link.a-btn--secondary,.a-btn--link.a-btn--secondary:link,.a-btn--link.a-btn--secondary:visited{text-decoration-color:var(--gray);background-color:transparent;color:var(--gray)}.a-btn--link.a-btn--secondary:hover,.a-btn--link.a-btn--secondary.hover{text-decoration-color:var(--gray-dark);color:var(--gray-dark)}.a-btn--link.a-btn--secondary:focus,.a-btn--link.a-btn--secondary.focus{outline-color:var(--gray)}.a-btn--link.a-btn--secondary:active,.a-btn--link.a-btn--secondary.active{text-decoration-color:var(--black);color:var(--black)}.a-btn--link.a-btn--warning,.a-btn--link.a-btn--warning:link,.a-btn--link.a-btn--warning:visited{text-decoration-color:var(--red-mid-dark);background-color:transparent;color:var(--red-mid-dark)}.a-btn--link.a-btn--warning:hover,.a-btn--link.a-btn--warning.hover{text-decoration-color:var(--red-dark);color:var(--red-dark)}.a-btn--link.a-btn--warning:focus,.a-btn--link.a-btn--warning.focus{outline-color:var(--red-mid-dark)}.a-btn--link.a-btn--warning:active,.a-btn--link.a-btn--warning.active{text-decoration-color:var(--gray-dark);color:var(--gray-dark)}.a-btn__icon--on-left{padding-right:.6875em;border-right:1px solid var(--pacific-60);margin-right:.4375em}.a-btn__icon--on-right{padding-left:.6875em;border-left:1px solid var(--pacific-60);margin-left:.4375em}.a-btn--secondary .a-btn__icon{border-color:var(--gray-40)}.a-btn--warning .a-btn__icon{border-color:var(--red-60)}.a-btn--disabled .a-btn__icon,.a-btn[disabled] .a-btn__icon{border-color:var(--gray-60)}
1
+ button.a-btn::-moz-focus-inner,input.a-btn::-moz-focus-inner{border:0}.a-btn{appearance:none;display:inline-block;box-sizing:border-box;padding:.5em .875em;border:0;margin:0;border-radius:.25em;cursor:pointer;font-size:1em;font-weight:500;line-height:normal;text-align:center;text-decoration:none;transition:background-color .1s}.a-btn,.a-btn:link,.a-btn:visited{background-color:var(--pacific);color:var(--white)}.a-btn:hover,.a-btn.hover,.a-btn:focus,.a-btn.focus{background-color:var(--pacific-dark);color:var(--white)}.a-btn:focus,.a-btn.focus{outline:1px dotted var(--pacific);outline-offset:1px}.a-btn:active,.a-btn.active{background-color:var(--navy)}.a-btn--secondary,.a-btn--secondary:link,.a-btn--secondary:visited{background-color:var(--gray);color:var(--white)}.a-btn--secondary:hover,.a-btn--secondary.hover,.a-btn--secondary:focus,.a-btn--secondary.focus{background-color:var(--gray-dark)}.a-btn--secondary:focus,.a-btn--secondary.focus{outline-color:var(--gray)}.a-btn--secondary:active,.a-btn--secondary.active{background-color:var(--black)}.a-btn--warning,.a-btn--warning:link,.a-btn--warning:visited{background-color:var(--red-mid-dark);color:var(--white)}.a-btn--warning:hover,.a-btn--warning.hover,.a-btn--warning:focus,.a-btn--warning.focus{background-color:var(--red-dark)}.a-btn--warning:focus,.a-btn--warning.focus{outline-color:var(--red-mid-dark)}.a-btn--warning:active,.a-btn--warning.active{background-color:var(--gray-dark)}.a-btn--disabled,.a-btn--disabled:link,.a-btn--disabled:visited,.a-btn--disabled:hover,.a-btn--disabled.hover,.a-btn--disabled:focus,.a-btn--disabled.focus,.a-btn--disabled:active,.a-btn--disabled.active,.a-btn[disabled],.a-btn[disabled]:link,.a-btn[disabled]:visited,.a-btn[disabled]:hover,.a-btn[disabled].hover,.a-btn[disabled]:focus,.a-btn[disabled].focus,.a-btn[disabled]:active,.a-btn[disabled].active{background-color:var(--gray-20);color:var(--gray-dark);cursor:default;cursor:not-allowed}.a-btn--disabled:focus,.a-btn--disabled.focus,.a-btn[disabled]:focus,.a-btn[disabled].focus{outline-color:var(--gray-20)}@media only all and (max-width: 37.5em){.a-btn--full-on-xs{display:block;width:100%}}.m-btn-group{display:flex;gap:.625rem;flex-wrap:wrap;align-items:center}.a-btn--link{padding:0 0 1.5px;border-radius:0;text-decoration-line:underline;text-decoration-thickness:1px;text-decoration-style:dotted;text-underline-offset:4.5px}.a-btn--link,.a-btn--link:link,.a-btn--link:visited{text-decoration-color:var(--pacific);background-color:transparent;color:var(--pacific)}.a-btn--link:hover,.a-btn--link.hover{text-decoration-color:var(--pacific-dark);text-decoration-style:solid;background-color:transparent;color:var(--pacific-dark)}.a-btn--link:focus,.a-btn--link.focus{text-decoration-style:solid;background-color:transparent;outline:1px dotted var(--pacific)}.a-btn--link:active,.a-btn--link.active{text-decoration-color:var(--navy);text-decoration-style:solid;background-color:transparent;color:var(--navy)}.a-btn--link.a-btn--secondary,.a-btn--link.a-btn--secondary:link,.a-btn--link.a-btn--secondary:visited{text-decoration-color:var(--gray);background-color:transparent;color:var(--gray)}.a-btn--link.a-btn--secondary:hover,.a-btn--link.a-btn--secondary.hover{text-decoration-color:var(--gray-dark);color:var(--gray-dark)}.a-btn--link.a-btn--secondary:focus,.a-btn--link.a-btn--secondary.focus{outline-color:var(--gray)}.a-btn--link.a-btn--secondary:active,.a-btn--link.a-btn--secondary.active{text-decoration-color:var(--black);color:var(--black)}.a-btn--link.a-btn--warning,.a-btn--link.a-btn--warning:link,.a-btn--link.a-btn--warning:visited{text-decoration-color:var(--red-mid-dark);background-color:transparent;color:var(--red-mid-dark)}.a-btn--link.a-btn--warning:hover,.a-btn--link.a-btn--warning.hover{text-decoration-color:var(--red-dark);color:var(--red-dark)}.a-btn--link.a-btn--warning:focus,.a-btn--link.a-btn--warning.focus{outline-color:var(--red-mid-dark)}.a-btn--link.a-btn--warning:active,.a-btn--link.a-btn--warning.active{text-decoration-color:var(--gray-dark);color:var(--gray-dark)}.a-btn__icon--on-left{padding-right:.6875em;border-right:1px solid var(--pacific-60);margin-right:.4375em}.a-btn__icon--on-right{padding-left:.6875em;border-left:1px solid var(--pacific-60);margin-left:.4375em}.a-btn--secondary .a-btn__icon{border-color:var(--gray-40)}.a-btn--warning .a-btn__icon{border-color:var(--red-60)}.a-btn--disabled .a-btn__icon,.a-btn[disabled] .a-btn__icon{border-color:var(--gray-60)}
2
2
  /*# sourceMappingURL=index.css.map */
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../../../../packages/cfpb-design-system/src/components/cfpb-buttons/button.scss", "../../../../../packages/cfpb-design-system/src/components/cfpb-buttons/button-group.scss", "../../../../../packages/cfpb-design-system/src/components/cfpb-buttons/button-link.scss", "../../../../../packages/cfpb-design-system/src/components/cfpb-buttons/button-with-icon.scss"],
4
- "sourcesContent": ["/* ==========================================================================\n Design System\n Variables\n ========================================================================== */\n/* ==========================================================================\n Design System\n Breakpoint variables.\n\n NOTE: If any of the values in this file are adjusted,\n they need to be adjusted in vars-breakpoints.js as well.\n ========================================================================== */\n/* ==========================================================================\n Design System\n Grid mixins\n ========================================================================== */\n/* stylelint-disable selector-class-pattern */\n/* stylelint-disable selector-class-pattern */\n/* stylelint-disable selector-class-pattern */\n/* stylelint-disable selector-class-pattern */\n/* ==========================================================================\n Design System\n Media queries\n ========================================================================== */\n/* ==========================================================================\n Design System\n Base styles\n ========================================================================== */\n/* ==========================================================================\n Design System\n Button Styling\n ========================================================================== */\nbutton.a-btn::-moz-focus-inner,\ninput.a-btn::-moz-focus-inner {\n border: 0;\n}\n\n.a-btn {\n appearance: none;\n display: inline-block;\n box-sizing: border-box;\n padding: 0.5em 0.875em;\n border: 0;\n margin: 0;\n border-radius: 0.25em;\n cursor: pointer;\n font-size: 1em;\n font-weight: 500;\n line-height: normal;\n text-align: center;\n text-decoration: none;\n transition: background-color 0.1s;\n}\n.a-btn, .a-btn:link, .a-btn:visited {\n background-color: var(--pacific);\n color: var(--white);\n}\n.a-btn:hover, .a-btn.hover, .a-btn:focus, .a-btn.focus {\n background-color: var(--pacific-dark);\n}\n.a-btn:focus, .a-btn.focus {\n outline: 1px dotted var(--pacific);\n outline-offset: 1px;\n}\n.a-btn:active, .a-btn.active {\n background-color: var(--navy);\n}\n.a-btn--secondary, .a-btn--secondary:link, .a-btn--secondary:visited {\n background-color: var(--gray);\n color: var(--white);\n}\n.a-btn--secondary:hover, .a-btn--secondary.hover, .a-btn--secondary:focus, .a-btn--secondary.focus {\n background-color: var(--gray-dark);\n}\n.a-btn--secondary:focus, .a-btn--secondary.focus {\n outline-color: var(--gray);\n}\n.a-btn--secondary:active, .a-btn--secondary.active {\n background-color: var(--black);\n}\n.a-btn--warning, .a-btn--warning:link, .a-btn--warning:visited {\n background-color: var(--red-mid-dark);\n color: var(--white);\n}\n.a-btn--warning:hover, .a-btn--warning.hover, .a-btn--warning:focus, .a-btn--warning.focus {\n background-color: var(--red-dark);\n}\n.a-btn--warning:focus, .a-btn--warning.focus {\n outline-color: var(--red-mid-dark);\n}\n.a-btn--warning:active, .a-btn--warning.active {\n background-color: var(--gray-dark);\n}\n.a-btn--disabled, .a-btn--disabled:link, .a-btn--disabled:visited, .a-btn--disabled:hover, .a-btn--disabled.hover, .a-btn--disabled:focus, .a-btn--disabled.focus, .a-btn--disabled:active, .a-btn--disabled.active, .a-btn[disabled], .a-btn[disabled]:link, .a-btn[disabled]:visited, .a-btn[disabled]:hover, .a-btn[disabled].hover, .a-btn[disabled]:focus, .a-btn[disabled].focus, .a-btn[disabled]:active, .a-btn[disabled].active {\n background-color: var(--gray-20);\n color: var(--gray-dark);\n cursor: default;\n cursor: not-allowed;\n}\n.a-btn--disabled:focus, .a-btn--disabled.focus, .a-btn[disabled]:focus, .a-btn[disabled].focus {\n outline-color: var(--gray-20);\n}\n@media only all and (max-width: 37.5em) {\n .a-btn--full-on-xs {\n display: block;\n width: 100%;\n }\n}", "/* ==========================================================================\n Design System\n Variables\n ========================================================================== */\n/* ==========================================================================\n Design System\n Breakpoint variables.\n\n NOTE: If any of the values in this file are adjusted,\n they need to be adjusted in vars-breakpoints.js as well.\n ========================================================================== */\n/* ==========================================================================\n Design System\n Grid mixins\n ========================================================================== */\n/* stylelint-disable selector-class-pattern */\n/* stylelint-disable selector-class-pattern */\n/* stylelint-disable selector-class-pattern */\n/* stylelint-disable selector-class-pattern */\n/* ==========================================================================\n Design System\n Media queries\n ========================================================================== */\n/* ==========================================================================\n Design System\n Base styles\n ========================================================================== */\n.m-btn-group {\n display: flex;\n gap: 0.625rem;\n flex-wrap: wrap;\n}", "/* ==========================================================================\n Design System\n Variables\n ========================================================================== */\n/* ==========================================================================\n Design System\n Breakpoint variables.\n\n NOTE: If any of the values in this file are adjusted,\n they need to be adjusted in vars-breakpoints.js as well.\n ========================================================================== */\n/* ==========================================================================\n Design System\n Grid mixins\n ========================================================================== */\n/* stylelint-disable selector-class-pattern */\n/* stylelint-disable selector-class-pattern */\n/* stylelint-disable selector-class-pattern */\n/* stylelint-disable selector-class-pattern */\n/* ==========================================================================\n Design System\n Media queries\n ========================================================================== */\n/* ==========================================================================\n Design System\n Base styles\n ========================================================================== */\n/* ==========================================================================\n Design System\n Button Styling\n ========================================================================== */\n.a-btn--link {\n padding: 0;\n padding-bottom: 1.5px;\n border-radius: 0;\n text-decoration-line: underline;\n text-decoration-thickness: 1px;\n text-decoration-style: dotted;\n text-underline-offset: 4.5px;\n}\n.a-btn--link, .a-btn--link:link, .a-btn--link:visited {\n text-decoration-color: var(--pacific);\n background-color: transparent;\n color: var(--pacific);\n}\n.a-btn--link:hover, .a-btn--link.hover {\n text-decoration-color: var(--pacific-dark);\n text-decoration-style: solid;\n background-color: transparent;\n color: var(--pacific-dark);\n}\n.a-btn--link:focus, .a-btn--link.focus {\n text-decoration-style: solid;\n background-color: transparent;\n outline: 1px dotted var(--pacific);\n}\n.a-btn--link:active, .a-btn--link.active {\n text-decoration-color: var(--navy);\n text-decoration-style: solid;\n background-color: transparent;\n color: var(--navy);\n}\n.a-btn--link.a-btn--secondary, .a-btn--link.a-btn--secondary:link, .a-btn--link.a-btn--secondary:visited {\n text-decoration-color: var(--gray);\n background-color: transparent;\n color: var(--gray);\n}\n.a-btn--link.a-btn--secondary:hover, .a-btn--link.a-btn--secondary.hover {\n text-decoration-color: var(--gray-dark);\n color: var(--gray-dark);\n}\n.a-btn--link.a-btn--secondary:focus, .a-btn--link.a-btn--secondary.focus {\n outline-color: var(--gray);\n}\n.a-btn--link.a-btn--secondary:active, .a-btn--link.a-btn--secondary.active {\n text-decoration-color: var(--black);\n color: var(--black);\n}\n.a-btn--link.a-btn--warning, .a-btn--link.a-btn--warning:link, .a-btn--link.a-btn--warning:visited {\n text-decoration-color: var(--red-mid-dark);\n background-color: transparent;\n color: var(--red-mid-dark);\n}\n.a-btn--link.a-btn--warning:hover, .a-btn--link.a-btn--warning.hover {\n text-decoration-color: var(--red-dark);\n color: var(--red-dark);\n}\n.a-btn--link.a-btn--warning:focus, .a-btn--link.a-btn--warning.focus {\n outline-color: var(--red-mid-dark);\n}\n.a-btn--link.a-btn--warning:active, .a-btn--link.a-btn--warning.active {\n text-decoration-color: var(--gray-dark);\n color: var(--gray-dark);\n}", "/* ==========================================================================\n Design System\n Variables\n ========================================================================== */\n/* ==========================================================================\n Design System\n Breakpoint variables.\n\n NOTE: If any of the values in this file are adjusted,\n they need to be adjusted in vars-breakpoints.js as well.\n ========================================================================== */\n/* ==========================================================================\n Design System\n Grid mixins\n ========================================================================== */\n/* stylelint-disable selector-class-pattern */\n/* stylelint-disable selector-class-pattern */\n/* stylelint-disable selector-class-pattern */\n/* stylelint-disable selector-class-pattern */\n/* ==========================================================================\n Design System\n Media queries\n ========================================================================== */\n/* ==========================================================================\n Design System\n Base styles\n ========================================================================== */\n/* ==========================================================================\n Design System\n Button Styling\n ========================================================================== */\n.a-btn__icon--on-left {\n padding-right: 0.6875em;\n border-right: 1px solid var(--pacific-60);\n margin-right: 0.4375em;\n}\n\n.a-btn__icon--on-right {\n padding-left: 0.6875em;\n border-left: 1px solid var(--pacific-60);\n margin-left: 0.4375em;\n}\n\n.a-btn--secondary .a-btn__icon {\n border-color: var(--gray-40);\n}\n.a-btn--warning .a-btn__icon {\n border-color: var(--red-60);\n}\n.a-btn--disabled .a-btn__icon, .a-btn[disabled] .a-btn__icon {\n border-color: var(--gray-60);\n}"],
5
- "mappings": "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",
4
+ "sourcesContent": ["/* ==========================================================================\n Design System\n Variables\n ========================================================================== */\n/* ==========================================================================\n Design System\n Breakpoint variables.\n\n NOTE: If any of the values in this file are adjusted,\n they need to be adjusted in vars-breakpoints.js as well.\n ========================================================================== */\n/* ==========================================================================\n Design System\n Grid mixins\n ========================================================================== */\n/* stylelint-disable selector-class-pattern */\n/* stylelint-disable selector-class-pattern */\n/* stylelint-disable selector-class-pattern */\n/* stylelint-disable selector-class-pattern */\n/* ==========================================================================\n Design System\n Media queries\n ========================================================================== */\n/* ==========================================================================\n Design System\n Base styles\n ========================================================================== */\n/* ==========================================================================\n Design System\n Button Styling\n ========================================================================== */\nbutton.a-btn::-moz-focus-inner,\ninput.a-btn::-moz-focus-inner {\n border: 0;\n}\n\n.a-btn {\n appearance: none;\n display: inline-block;\n box-sizing: border-box;\n padding: 0.5em 0.875em;\n border: 0;\n margin: 0;\n border-radius: 0.25em;\n cursor: pointer;\n font-size: 1em;\n font-weight: 500;\n line-height: normal;\n text-align: center;\n text-decoration: none;\n transition: background-color 0.1s;\n}\n.a-btn, .a-btn:link, .a-btn:visited {\n background-color: var(--pacific);\n color: var(--white);\n}\n.a-btn:hover, .a-btn.hover, .a-btn:focus, .a-btn.focus {\n background-color: var(--pacific-dark);\n color: var(--white);\n}\n.a-btn:focus, .a-btn.focus {\n outline: 1px dotted var(--pacific);\n outline-offset: 1px;\n}\n.a-btn:active, .a-btn.active {\n background-color: var(--navy);\n}\n.a-btn--secondary, .a-btn--secondary:link, .a-btn--secondary:visited {\n background-color: var(--gray);\n color: var(--white);\n}\n.a-btn--secondary:hover, .a-btn--secondary.hover, .a-btn--secondary:focus, .a-btn--secondary.focus {\n background-color: var(--gray-dark);\n}\n.a-btn--secondary:focus, .a-btn--secondary.focus {\n outline-color: var(--gray);\n}\n.a-btn--secondary:active, .a-btn--secondary.active {\n background-color: var(--black);\n}\n.a-btn--warning, .a-btn--warning:link, .a-btn--warning:visited {\n background-color: var(--red-mid-dark);\n color: var(--white);\n}\n.a-btn--warning:hover, .a-btn--warning.hover, .a-btn--warning:focus, .a-btn--warning.focus {\n background-color: var(--red-dark);\n}\n.a-btn--warning:focus, .a-btn--warning.focus {\n outline-color: var(--red-mid-dark);\n}\n.a-btn--warning:active, .a-btn--warning.active {\n background-color: var(--gray-dark);\n}\n.a-btn--disabled, .a-btn--disabled:link, .a-btn--disabled:visited, .a-btn--disabled:hover, .a-btn--disabled.hover, .a-btn--disabled:focus, .a-btn--disabled.focus, .a-btn--disabled:active, .a-btn--disabled.active, .a-btn[disabled], .a-btn[disabled]:link, .a-btn[disabled]:visited, .a-btn[disabled]:hover, .a-btn[disabled].hover, .a-btn[disabled]:focus, .a-btn[disabled].focus, .a-btn[disabled]:active, .a-btn[disabled].active {\n background-color: var(--gray-20);\n color: var(--gray-dark);\n cursor: default;\n cursor: not-allowed;\n}\n.a-btn--disabled:focus, .a-btn--disabled.focus, .a-btn[disabled]:focus, .a-btn[disabled].focus {\n outline-color: var(--gray-20);\n}\n@media only all and (max-width: 37.5em) {\n .a-btn--full-on-xs {\n display: block;\n width: 100%;\n }\n}", "/* ==========================================================================\n Design System\n Variables\n ========================================================================== */\n/* ==========================================================================\n Design System\n Breakpoint variables.\n\n NOTE: If any of the values in this file are adjusted,\n they need to be adjusted in vars-breakpoints.js as well.\n ========================================================================== */\n/* ==========================================================================\n Design System\n Grid mixins\n ========================================================================== */\n/* stylelint-disable selector-class-pattern */\n/* stylelint-disable selector-class-pattern */\n/* stylelint-disable selector-class-pattern */\n/* stylelint-disable selector-class-pattern */\n/* ==========================================================================\n Design System\n Media queries\n ========================================================================== */\n/* ==========================================================================\n Design System\n Base styles\n ========================================================================== */\n.m-btn-group {\n display: flex;\n gap: 0.625rem;\n flex-wrap: wrap;\n align-items: center;\n}", "/* ==========================================================================\n Design System\n Variables\n ========================================================================== */\n/* ==========================================================================\n Design System\n Breakpoint variables.\n\n NOTE: If any of the values in this file are adjusted,\n they need to be adjusted in vars-breakpoints.js as well.\n ========================================================================== */\n/* ==========================================================================\n Design System\n Grid mixins\n ========================================================================== */\n/* stylelint-disable selector-class-pattern */\n/* stylelint-disable selector-class-pattern */\n/* stylelint-disable selector-class-pattern */\n/* stylelint-disable selector-class-pattern */\n/* ==========================================================================\n Design System\n Media queries\n ========================================================================== */\n/* ==========================================================================\n Design System\n Base styles\n ========================================================================== */\n/* ==========================================================================\n Design System\n Button Styling\n ========================================================================== */\n.a-btn--link {\n padding: 0;\n padding-bottom: 1.5px;\n border-radius: 0;\n text-decoration-line: underline;\n text-decoration-thickness: 1px;\n text-decoration-style: dotted;\n text-underline-offset: 4.5px;\n}\n.a-btn--link, .a-btn--link:link, .a-btn--link:visited {\n text-decoration-color: var(--pacific);\n background-color: transparent;\n color: var(--pacific);\n}\n.a-btn--link:hover, .a-btn--link.hover {\n text-decoration-color: var(--pacific-dark);\n text-decoration-style: solid;\n background-color: transparent;\n color: var(--pacific-dark);\n}\n.a-btn--link:focus, .a-btn--link.focus {\n text-decoration-style: solid;\n background-color: transparent;\n outline: 1px dotted var(--pacific);\n}\n.a-btn--link:active, .a-btn--link.active {\n text-decoration-color: var(--navy);\n text-decoration-style: solid;\n background-color: transparent;\n color: var(--navy);\n}\n.a-btn--link.a-btn--secondary, .a-btn--link.a-btn--secondary:link, .a-btn--link.a-btn--secondary:visited {\n text-decoration-color: var(--gray);\n background-color: transparent;\n color: var(--gray);\n}\n.a-btn--link.a-btn--secondary:hover, .a-btn--link.a-btn--secondary.hover {\n text-decoration-color: var(--gray-dark);\n color: var(--gray-dark);\n}\n.a-btn--link.a-btn--secondary:focus, .a-btn--link.a-btn--secondary.focus {\n outline-color: var(--gray);\n}\n.a-btn--link.a-btn--secondary:active, .a-btn--link.a-btn--secondary.active {\n text-decoration-color: var(--black);\n color: var(--black);\n}\n.a-btn--link.a-btn--warning, .a-btn--link.a-btn--warning:link, .a-btn--link.a-btn--warning:visited {\n text-decoration-color: var(--red-mid-dark);\n background-color: transparent;\n color: var(--red-mid-dark);\n}\n.a-btn--link.a-btn--warning:hover, .a-btn--link.a-btn--warning.hover {\n text-decoration-color: var(--red-dark);\n color: var(--red-dark);\n}\n.a-btn--link.a-btn--warning:focus, .a-btn--link.a-btn--warning.focus {\n outline-color: var(--red-mid-dark);\n}\n.a-btn--link.a-btn--warning:active, .a-btn--link.a-btn--warning.active {\n text-decoration-color: var(--gray-dark);\n color: var(--gray-dark);\n}", "/* ==========================================================================\n Design System\n Variables\n ========================================================================== */\n/* ==========================================================================\n Design System\n Breakpoint variables.\n\n NOTE: If any of the values in this file are adjusted,\n they need to be adjusted in vars-breakpoints.js as well.\n ========================================================================== */\n/* ==========================================================================\n Design System\n Grid mixins\n ========================================================================== */\n/* stylelint-disable selector-class-pattern */\n/* stylelint-disable selector-class-pattern */\n/* stylelint-disable selector-class-pattern */\n/* stylelint-disable selector-class-pattern */\n/* ==========================================================================\n Design System\n Media queries\n ========================================================================== */\n/* ==========================================================================\n Design System\n Base styles\n ========================================================================== */\n/* ==========================================================================\n Design System\n Button Styling\n ========================================================================== */\n.a-btn__icon--on-left {\n padding-right: 0.6875em;\n border-right: 1px solid var(--pacific-60);\n margin-right: 0.4375em;\n}\n\n.a-btn__icon--on-right {\n padding-left: 0.6875em;\n border-left: 1px solid var(--pacific-60);\n margin-left: 0.4375em;\n}\n\n.a-btn--secondary .a-btn__icon {\n border-color: var(--gray-40);\n}\n.a-btn--warning .a-btn__icon {\n border-color: var(--red-60);\n}\n.a-btn--disabled .a-btn__icon, .a-btn[disabled] .a-btn__icon {\n border-color: var(--gray-60);\n}"],
5
+ "mappings": "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",
6
6
  "names": []
7
7
  }
@@ -1,2 +1,2 @@
1
- (()=>{var l=Object.defineProperty;var a=(s,i)=>{for(var o in i)l(s,o,{get:i[o],enumerable:!0})};var t={};a(t,{default:()=>c});var c={};var e={};a(e,{default:()=>y});var y={};var n={};a(n,{default:()=>g});var g={};var r={};a(r,{default:()=>k});var k={};})();
1
+ (()=>{var l=Object.defineProperty;var a=(s,i)=>{for(var o in i)l(s,o,{get:i[o],enumerable:!0})};var e={};a(e,{default:()=>c});var c={};var t={};a(t,{default:()=>y});var y={};var n={};a(n,{default:()=>g});var g={};var r={};a(r,{default:()=>k});var k={};})();
2
2
  //# sourceMappingURL=index.js.map