@cfpb/cfpb-design-system 3.10.0 → 3.12.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +94 -51
- package/dist/base/index.css +1 -1
- package/dist/base/index.css.map +2 -2
- package/dist/base/index.js +1 -1
- package/dist/base/index.js.map +1 -1
- package/dist/components/cfpb-buttons/index.css +1 -1
- package/dist/components/cfpb-buttons/index.css.map +2 -2
- package/dist/components/cfpb-buttons/index.js +1 -1
- package/dist/components/cfpb-buttons/index.js.map +1 -1
- package/dist/components/cfpb-expandables/index.css +1 -1
- package/dist/components/cfpb-expandables/index.css.map +2 -2
- package/dist/components/cfpb-expandables/index.js +1 -1
- package/dist/components/cfpb-expandables/index.js.map +1 -1
- package/dist/components/cfpb-forms/index.css +1 -1
- package/dist/components/cfpb-forms/index.css.map +2 -2
- package/dist/components/cfpb-forms/index.js +1 -1
- package/dist/components/cfpb-forms/index.js.map +1 -1
- package/dist/components/cfpb-icons/index.css +1 -1
- package/dist/components/cfpb-icons/index.css.map +2 -2
- package/dist/components/cfpb-icons/index.js +1 -1
- package/dist/components/cfpb-icons/index.js.map +1 -1
- package/dist/components/cfpb-layout/index.css +1 -1
- package/dist/components/cfpb-layout/index.css.map +2 -2
- package/dist/components/cfpb-layout/index.js +1 -1
- package/dist/components/cfpb-layout/index.js.map +1 -1
- package/dist/components/cfpb-notifications/index.css +1 -1
- package/dist/components/cfpb-notifications/index.css.map +2 -2
- package/dist/components/cfpb-notifications/index.js +1 -1
- package/dist/components/cfpb-notifications/index.js.map +1 -1
- package/dist/components/cfpb-pagination/index.css +1 -1
- package/dist/components/cfpb-pagination/index.css.map +2 -2
- package/dist/components/cfpb-pagination/index.js +1 -1
- package/dist/components/cfpb-pagination/index.js.map +1 -1
- package/dist/components/cfpb-tables/index.css +1 -1
- package/dist/components/cfpb-tables/index.css.map +2 -2
- package/dist/components/cfpb-tables/index.js +1 -1
- package/dist/components/cfpb-tables/index.js.map +1 -1
- package/dist/components/cfpb-tooltips/index.css +1 -1
- package/dist/components/cfpb-tooltips/index.css.map +2 -2
- package/dist/components/cfpb-tooltips/index.js +1 -1
- package/dist/components/cfpb-tooltips/index.js.map +1 -1
- package/dist/components/cfpb-typography/index.css +1 -1
- package/dist/components/cfpb-typography/index.css.map +2 -2
- package/dist/components/cfpb-typography/index.js +1 -1
- package/dist/components/cfpb-typography/index.js.map +1 -1
- package/dist/index.css +1 -1
- package/dist/index.css.map +2 -2
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/utilities/index.css +1 -1
- package/dist/utilities/index.css.map +2 -2
- package/dist/utilities/index.js +1 -1
- package/dist/utilities/index.js.map +1 -1
- package/package.json +1 -1
- package/src/abstracts/vars.scss +51 -40
- package/src/components/cfpb-forms/form-alert.scss +8 -6
- package/src/components/cfpb-forms/form-field.scss +76 -156
- package/src/components/cfpb-forms/multiselect.scss +4 -5
- package/src/components/cfpb-forms/select.scss +25 -11
- package/src/components/cfpb-forms/text-input.scss +34 -98
- package/src/utilities/utilities.scss +18 -5
package/CHANGELOG.md
CHANGED
|
@@ -2,7 +2,50 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
|
|
5
|
-
## [3.
|
|
5
|
+
## [3.12.0](https://github.com/cfpb/design-system/compare/v3.11.0..v3.12.0) - June 6, 2025
|
|
6
|
+
|
|
7
|
+
### PRs in this release
|
|
8
|
+
|
|
9
|
+
- PR #[2284](https://github.com/cfpb/design-system/pull/2284): Fix version link in changelog - Ans
|
|
10
|
+
- PR #[2286](https://github.com/cfpb/design-system/pull/2286): Migrate form alert variables to CSS custom properties - Ans
|
|
11
|
+
- PR #[2285](https://github.com/cfpb/design-system/pull/2285): Remove legacy form input CSS - Ans
|
|
12
|
+
- PR #[2287](https://github.com/cfpb/design-system/pull/2287): Migrate checkbox/radio button variables to CSS custom props - Ans
|
|
13
|
+
- PR #[2288](https://github.com/cfpb/design-system/pull/2288): Update text inputs to use CSS properties - Ans
|
|
14
|
+
- PR #[2289](https://github.com/cfpb/design-system/pull/2289): Tweak radio buttons to have consistent dot color - Ans
|
|
15
|
+
- PR #[2226](https://github.com/cfpb/design-system/pull/2226): Add `u-print-only` and `u-screen-only` utilities - Ans
|
|
16
|
+
|
|
17
|
+
### General
|
|
18
|
+
|
|
19
|
+
- Fix version link in changelog - ([51cbbab](https://github.com/cfpb/design-system/commit/51cbbab41692f5261463a2a2238ea8b97b0bb9a8)) - Ans
|
|
20
|
+
- Migrate form alert variables to CSS custom properties - ([2f8e6a0](https://github.com/cfpb/design-system/commit/2f8e6a0ce18f011355c3f064faedacd26f90f0de)) - Ans
|
|
21
|
+
- Remove legacy form input CSS - ([9d9e14d](https://github.com/cfpb/design-system/commit/9d9e14d88365668dcbefc0823b7553664cb6c567)) - Ans
|
|
22
|
+
- Migrate checkbox/radio button variables to CSS custom props - ([e90486e](https://github.com/cfpb/design-system/commit/e90486e307d931b720ce9e3843d08691ffb18a94)) - Ans
|
|
23
|
+
- Update text inputs to use CSS properties - ([80bf7fe](https://github.com/cfpb/design-system/commit/80bf7fe6b3e458f8ad0d1d7537f6ee36f72c421b)) - Ans
|
|
24
|
+
- Tweak radio buttons to have consistent dot color - ([0f7442b](https://github.com/cfpb/design-system/commit/0f7442bf169199604d6d8ee55277d34accf1537b)) - Ans
|
|
25
|
+
- Add `u-print-only` and `u-screen-only` utilities - ([586f276](https://github.com/cfpb/design-system/commit/586f27613bec9896ce1810b139df0ee34e1f1d4a)) - Ans
|
|
26
|
+
- Refactor utilities - ([8177aa9](https://github.com/cfpb/design-system/commit/8177aa99043b96e171ed1b1671e9ffc03bef2c8c)) - Ans
|
|
27
|
+
|
|
28
|
+
## [3.11.0](https://github.com/cfpb/design-system/compare/v3.10.0..vv3.11.0) - June 5, 2025
|
|
29
|
+
|
|
30
|
+
### PRs in this release
|
|
31
|
+
|
|
32
|
+
- PR #[2248](https://github.com/cfpb/design-system/pull/2248): Refactor `u-show-on-mobile` to not force display state when visible - Ans
|
|
33
|
+
- PR #[2250](https://github.com/cfpb/design-system/pull/2250): Move links over to reference page - Ans
|
|
34
|
+
- PR #[2252](https://github.com/cfpb/design-system/pull/2252): Tweaks to the reference page - Ans
|
|
35
|
+
- PR #[2255](https://github.com/cfpb/design-system/pull/2255): Fix the hover states on selected/disabled radio buttons - Ans
|
|
36
|
+
- PR #[2276](https://github.com/cfpb/design-system/pull/2276): Add error state for select component - Ans
|
|
37
|
+
|
|
38
|
+
### General
|
|
39
|
+
|
|
40
|
+
- Refactor `u-show-on-mobile` to not force display state when visible - ([7ac51d9](https://github.com/cfpb/design-system/commit/7ac51d96e54526554d1c5c8aab0e96e40f556da2)) - Ans
|
|
41
|
+
- Move links over to reference page - ([f509860](https://github.com/cfpb/design-system/commit/f5098606bd0efed07ae457c4e6dbaf32e131c37a)) - Ans
|
|
42
|
+
- Tweaks to the reference page - ([6e31f7d](https://github.com/cfpb/design-system/commit/6e31f7df9b6af78f4763b10c3df61f6b57761078)) - Ans
|
|
43
|
+
- Fix the hover states on selected/disabled radio buttons - ([a8ec6c3](https://github.com/cfpb/design-system/commit/a8ec6c3afa29c9bbc6d535affca06dc28e935cc4)) - Ans
|
|
44
|
+
- Add error state for select component - ([c7e86d6](https://github.com/cfpb/design-system/commit/c7e86d6972c1cf212ed0b75d8e29af0ad68e4ee9)) - Ans
|
|
45
|
+
- Update multiselect - ([316e953](https://github.com/cfpb/design-system/commit/316e9538649ee0aad3bc94efcca1374b71b4ee26)) - Ans
|
|
46
|
+
- Re-build assets - ([c75ce77](https://github.com/cfpb/design-system/commit/c75ce778ca08e2b8add9d1bbe69b07cdde157ce5)) - Ans
|
|
47
|
+
|
|
48
|
+
## [3.10.0](https://github.com/cfpb/design-system/compare/v3.9.0..vv3.10.0) - May 21, 2025
|
|
6
49
|
|
|
7
50
|
### PRs in this release
|
|
8
51
|
|
|
@@ -14,7 +57,7 @@ All notable changes to this project will be documented in this file.
|
|
|
14
57
|
- Remove `m-list--spaced` - ([be7a408](https://github.com/cfpb/design-system/commit/be7a4081a69e2b3c2dd710a8a7b53de67e02ded2)) - Ans
|
|
15
58
|
- Fix full width button with icon example - ([605340e](https://github.com/cfpb/design-system/commit/605340e635fdd00e23dd50fb683aa6142e9ad92f)) - Ans
|
|
16
59
|
|
|
17
|
-
## [3.9.0](https://github.com/cfpb/design-system/compare/v3.8.0..
|
|
60
|
+
## [3.9.0](https://github.com/cfpb/design-system/compare/v3.8.0..vv3.9.0) - May 13, 2025
|
|
18
61
|
|
|
19
62
|
### PRs in this release
|
|
20
63
|
|
|
@@ -29,7 +72,7 @@ All notable changes to this project will be documented in this file.
|
|
|
29
72
|
- Linter fixes - ([39e5fbb](https://github.com/cfpb/design-system/commit/39e5fbb8bb62eac48eebe88cb4224e2485a7f9d1)) - Ans
|
|
30
73
|
- Re-build assets - ([5944749](https://github.com/cfpb/design-system/commit/59447498a713b9eb4a6ba8ceb9307244a914cf9b)) - Ans
|
|
31
74
|
|
|
32
|
-
## [3.8.0](https://github.com/cfpb/design-system/compare/v3.7.1..
|
|
75
|
+
## [3.8.0](https://github.com/cfpb/design-system/compare/v3.7.1..vv3.8.0) - April 25, 2025
|
|
33
76
|
|
|
34
77
|
### PRs in this release
|
|
35
78
|
|
|
@@ -41,7 +84,7 @@ All notable changes to this project will be documented in this file.
|
|
|
41
84
|
- Globally remove inset border style from HR elements - ([136a5a1](https://github.com/cfpb/design-system/commit/136a5a15837883a7f41569530e7992773794c854)) - Ans
|
|
42
85
|
- Convert notifications to use flexbox for layout - ([9c424e8](https://github.com/cfpb/design-system/commit/9c424e8dd31dcedaeb782a84a8e3e5e77b66da46)) - Ans
|
|
43
86
|
|
|
44
|
-
## [3.7.1](https://github.com/cfpb/design-system/compare/v3.7.0..
|
|
87
|
+
## [3.7.1](https://github.com/cfpb/design-system/compare/v3.7.0..vv3.7.1) - April 18, 2025
|
|
45
88
|
|
|
46
89
|
### PRs in this release
|
|
47
90
|
|
|
@@ -53,7 +96,7 @@ All notable changes to this project will be documented in this file.
|
|
|
53
96
|
- Add active state - ([2870e7a](https://github.com/cfpb/design-system/commit/2870e7a57caabf9574c067149ee479cd55ac53c7)) - Ans
|
|
54
97
|
- Rebuild assets - ([a0bbaf7](https://github.com/cfpb/design-system/commit/a0bbaf77dbac5b0ef8878a9683bf579c59b26f23)) - Ans
|
|
55
98
|
|
|
56
|
-
## [3.7.0](https://github.com/cfpb/design-system/compare/v3.6.3..
|
|
99
|
+
## [3.7.0](https://github.com/cfpb/design-system/compare/v3.6.3..vv3.7.0) - April 17, 2025
|
|
57
100
|
|
|
58
101
|
### PRs in this release
|
|
59
102
|
|
|
@@ -73,7 +116,7 @@ All notable changes to this project will be documented in this file.
|
|
|
73
116
|
- Set max-width of notification content - ([05121be](https://github.com/cfpb/design-system/commit/05121be6bb953e63da5ae64f4b1066e0aff10b4c)) - Ans
|
|
74
117
|
- Re-build assets - ([dbeb169](https://github.com/cfpb/design-system/commit/dbeb16934dced1e50137664fff270fb48c1066b6)) - Ans
|
|
75
118
|
|
|
76
|
-
## [3.6.3](https://github.com/cfpb/design-system/compare/v3.6.2..
|
|
119
|
+
## [3.6.3](https://github.com/cfpb/design-system/compare/v3.6.2..vv3.6.3) - January 8, 2025
|
|
77
120
|
|
|
78
121
|
### PRs in this release
|
|
79
122
|
|
|
@@ -85,7 +128,7 @@ All notable changes to this project will be documented in this file.
|
|
|
85
128
|
- Update jsdoc - ([72163a3](https://github.com/cfpb/design-system/commit/72163a3ac16e801179f32a5c8fbaa07cdba2dea1)) - Wyatt Pearsall
|
|
86
129
|
- Add tooltip update dist - ([4a3916b](https://github.com/cfpb/design-system/commit/4a3916bc13d5076153e6e3008f4bf18aa1c27a36)) - Wyatt Pearsall
|
|
87
130
|
|
|
88
|
-
## [3.6.2](https://github.com/cfpb/design-system/compare/v3.6.1..
|
|
131
|
+
## [3.6.2](https://github.com/cfpb/design-system/compare/v3.6.1..vv3.6.2) - December 18, 2024
|
|
89
132
|
|
|
90
133
|
### PRs in this release
|
|
91
134
|
|
|
@@ -96,7 +139,7 @@ All notable changes to this project will be documented in this file.
|
|
|
96
139
|
- Update CHANGELOG.md - ([bfd91e3](https://github.com/cfpb/design-system/commit/bfd91e39d31d829ea8a2dcb296bea0fd9c36cbbd)) - Chris Contolini
|
|
97
140
|
- Provide icon exports - ([9eccdc4](https://github.com/cfpb/design-system/commit/9eccdc415730d3f0e3b42c28ba51fda00d3aa7f6)) - Wyatt Pearsall
|
|
98
141
|
|
|
99
|
-
## [3.6.1](https://github.com/cfpb/design-system/compare/v3.5.0..
|
|
142
|
+
## [3.6.1](https://github.com/cfpb/design-system/compare/v3.5.0..vv3.6.1) - December 4, 2024
|
|
100
143
|
|
|
101
144
|
### PRs in this release
|
|
102
145
|
|
|
@@ -128,7 +171,7 @@ See https://nodejs.org/api/packages.html#package-entry-points - ([005bce9](https
|
|
|
128
171
|
- Remove erroneous auto-changelog dependency and config - ([980d9eb](https://github.com/cfpb/design-system/commit/980d9eb65147732323ce42f56014e17ffc638d5a)) - Chris Contolini
|
|
129
172
|
- Return Tooltip instance to match JSDoc description - ([290b87e](https://github.com/cfpb/design-system/commit/290b87e4889c16c5e846e3039a7266ebb7c09e99)) - Chris Contolini
|
|
130
173
|
|
|
131
|
-
## [3.5.0](https://github.com/cfpb/design-system/compare/v3.4.14..
|
|
174
|
+
## [3.5.0](https://github.com/cfpb/design-system/compare/v3.4.14..vv3.5.0) - November 26, 2024
|
|
132
175
|
|
|
133
176
|
### PRs in this release
|
|
134
177
|
|
|
@@ -140,7 +183,7 @@ See https://nodejs.org/api/packages.html#package-entry-points - ([005bce9](https
|
|
|
140
183
|
- Update hero text margin to `auto 0` - ([a731483](https://github.com/cfpb/design-system/commit/a73148309e7d36ce20ed786f0b57b47d1acfa0d0)) - Ans
|
|
141
184
|
- Remove `o-featured-content-module--left` - ([c12548f](https://github.com/cfpb/design-system/commit/c12548feea774c37c781a7f1268551be3703094b)) - Ans
|
|
142
185
|
|
|
143
|
-
## [3.4.14](https://github.com/cfpb/design-system/compare/v3.4.13..
|
|
186
|
+
## [3.4.14](https://github.com/cfpb/design-system/compare/v3.4.13..vv3.4.14) - November 21, 2024
|
|
144
187
|
|
|
145
188
|
### PRs in this release
|
|
146
189
|
|
|
@@ -150,7 +193,7 @@ See https://nodejs.org/api/packages.html#package-entry-points - ([005bce9](https
|
|
|
150
193
|
|
|
151
194
|
- Add non-clickable filter tag - ([b0b50c1](https://github.com/cfpb/design-system/commit/b0b50c1fe0b980273ee2f9b79e322b781f850ee8)) - Ans
|
|
152
195
|
|
|
153
|
-
## [3.4.13](https://github.com/cfpb/design-system/compare/v3.4.12..
|
|
196
|
+
## [3.4.13](https://github.com/cfpb/design-system/compare/v3.4.12..vv3.4.13) - November 21, 2024
|
|
154
197
|
|
|
155
198
|
### PRs in this release
|
|
156
199
|
|
|
@@ -164,7 +207,7 @@ See https://nodejs.org/api/packages.html#package-entry-points - ([005bce9](https
|
|
|
164
207
|
- Date picker: Reduce height by 1px - ([ef7a039](https://github.com/cfpb/design-system/commit/ef7a03962b400fcd0eca1a2308048ad16c876fee)) - Ans
|
|
165
208
|
- Regenerate assets - ([56ca4fd](https://github.com/cfpb/design-system/commit/56ca4fd28bd026feb140f4308dd2e47b441e2c2a)) - Ans
|
|
166
209
|
|
|
167
|
-
## [3.4.12](https://github.com/cfpb/design-system/compare/v3.4.11..
|
|
210
|
+
## [3.4.12](https://github.com/cfpb/design-system/compare/v3.4.11..vv3.4.12) - November 21, 2024
|
|
168
211
|
|
|
169
212
|
### PRs in this release
|
|
170
213
|
|
|
@@ -179,7 +222,7 @@ See https://nodejs.org/api/packages.html#package-entry-points - ([005bce9](https
|
|
|
179
222
|
- Update date-picker.md - ([62cc483](https://github.com/cfpb/design-system/commit/62cc483290cc3e6fb1ebb9e8806ab4c29366450c)) - Ans
|
|
180
223
|
- More tweaks to wrangle aligning iOS with everyone else - ([c41101f](https://github.com/cfpb/design-system/commit/c41101f6be4994c8532b884191525df269529a9d)) - Ans
|
|
181
224
|
|
|
182
|
-
## [3.4.11](https://github.com/cfpb/design-system/compare/v3.4.10..
|
|
225
|
+
## [3.4.11](https://github.com/cfpb/design-system/compare/v3.4.10..vv3.4.11) - November 19, 2024
|
|
183
226
|
|
|
184
227
|
### PRs in this release
|
|
185
228
|
|
|
@@ -194,7 +237,7 @@ See https://nodejs.org/api/packages.html#package-entry-points - ([005bce9](https
|
|
|
194
237
|
- Adds date input example and adjusts baseline appearance - ([0cd1019](https://github.com/cfpb/design-system/commit/0cd1019a10ecb2a35776d26778cfe60b15511c04)) - Ans
|
|
195
238
|
- Rebuild assets - ([869583a](https://github.com/cfpb/design-system/commit/869583add82cf0c4b6000ce28078aa88e8ff1e91)) - Ans
|
|
196
239
|
|
|
197
|
-
## [3.4.10](https://github.com/cfpb/design-system/compare/v3.4.9..
|
|
240
|
+
## [3.4.10](https://github.com/cfpb/design-system/compare/v3.4.9..vv3.4.10) - November 19, 2024
|
|
198
241
|
|
|
199
242
|
### PRs in this release
|
|
200
243
|
|
|
@@ -204,7 +247,7 @@ See https://nodejs.org/api/packages.html#package-entry-points - ([005bce9](https
|
|
|
204
247
|
|
|
205
248
|
- Add filter tag link example - ([195cf5c](https://github.com/cfpb/design-system/commit/195cf5c3c16d6a755c4b482d227a75d229726790)) - Ans
|
|
206
249
|
|
|
207
|
-
## [3.4.9](https://github.com/cfpb/design-system/compare/v3.4.8..
|
|
250
|
+
## [3.4.9](https://github.com/cfpb/design-system/compare/v3.4.8..vv3.4.9) - November 13, 2024
|
|
208
251
|
|
|
209
252
|
### PRs in this release
|
|
210
253
|
|
|
@@ -214,7 +257,7 @@ See https://nodejs.org/api/packages.html#package-entry-points - ([005bce9](https
|
|
|
214
257
|
|
|
215
258
|
- Move z-index to buttons - ([48e4c68](https://github.com/cfpb/design-system/commit/48e4c68cda895e8b7103b4091627e6d31e859a88)) - Ans
|
|
216
259
|
|
|
217
|
-
## [3.4.8](https://github.com/cfpb/design-system/compare/v3.4.7..
|
|
260
|
+
## [3.4.8](https://github.com/cfpb/design-system/compare/v3.4.7..vv3.4.8) - November 13, 2024
|
|
218
261
|
|
|
219
262
|
### PRs in this release
|
|
220
263
|
|
|
@@ -224,7 +267,7 @@ See https://nodejs.org/api/packages.html#package-entry-points - ([005bce9](https
|
|
|
224
267
|
|
|
225
268
|
- Fix z-index on pagination - ([1b26267](https://github.com/cfpb/design-system/commit/1b2626760824f74c333b7ea4d24bbfc0f5760cdb)) - Ans
|
|
226
269
|
|
|
227
|
-
## [3.4.7](https://github.com/cfpb/design-system/compare/v3.4.6..
|
|
270
|
+
## [3.4.7](https://github.com/cfpb/design-system/compare/v3.4.6..vv3.4.7) - November 13, 2024
|
|
228
271
|
|
|
229
272
|
### PRs in this release
|
|
230
273
|
|
|
@@ -237,7 +280,7 @@ See https://nodejs.org/api/packages.html#package-entry-points - ([005bce9](https
|
|
|
237
280
|
- Tweak button dimensions - ([8595c33](https://github.com/cfpb/design-system/commit/8595c33afd3b92557c02d4494200e3d08729c053)) - Ans
|
|
238
281
|
- Rebuild assets - ([a27795f](https://github.com/cfpb/design-system/commit/a27795fe7fe0072e42b217f5e331a2736e1bcb5a)) - Ans
|
|
239
282
|
|
|
240
|
-
## [3.4.6](https://github.com/cfpb/design-system/compare/v3.4.5..
|
|
283
|
+
## [3.4.6](https://github.com/cfpb/design-system/compare/v3.4.5..vv3.4.6) - November 13, 2024
|
|
241
284
|
|
|
242
285
|
### PRs in this release
|
|
243
286
|
|
|
@@ -247,7 +290,7 @@ See https://nodejs.org/api/packages.html#package-entry-points - ([005bce9](https
|
|
|
247
290
|
|
|
248
291
|
- Refine button with link - ([5edc8e5](https://github.com/cfpb/design-system/commit/5edc8e5cc7124e4654a86f065b28d94e70bd45f7)) - Ans
|
|
249
292
|
|
|
250
|
-
## [3.4.5](https://github.com/cfpb/design-system/compare/v3.4.4..
|
|
293
|
+
## [3.4.5](https://github.com/cfpb/design-system/compare/v3.4.4..vv3.4.5) - November 12, 2024
|
|
251
294
|
|
|
252
295
|
### PRs in this release
|
|
253
296
|
|
|
@@ -258,7 +301,7 @@ See https://nodejs.org/api/packages.html#package-entry-points - ([005bce9](https
|
|
|
258
301
|
- Add `justify-content: center` - ([c7993b5](https://github.com/cfpb/design-system/commit/c7993b5281ed84dd301c3640f9ce9ef0cce14c68)) - Ans
|
|
259
302
|
- Rebuild assets - ([2f1ab96](https://github.com/cfpb/design-system/commit/2f1ab964c1cfab0d4ad6b914baaac68382073d41)) - Ans
|
|
260
303
|
|
|
261
|
-
## [3.4.4](https://github.com/cfpb/design-system/compare/v3.4.3..
|
|
304
|
+
## [3.4.4](https://github.com/cfpb/design-system/compare/v3.4.3..vv3.4.4) - November 12, 2024
|
|
262
305
|
|
|
263
306
|
### PRs in this release
|
|
264
307
|
|
|
@@ -268,7 +311,7 @@ See https://nodejs.org/api/packages.html#package-entry-points - ([005bce9](https
|
|
|
268
311
|
|
|
269
312
|
- Add `a-btn--hide-icon` class - ([d4bf92c](https://github.com/cfpb/design-system/commit/d4bf92c4a6583b3a5b852ca67eb63c86c31a611c)) - Ans
|
|
270
313
|
|
|
271
|
-
## [3.4.3](https://github.com/cfpb/design-system/compare/v3.4.2..
|
|
314
|
+
## [3.4.3](https://github.com/cfpb/design-system/compare/v3.4.2..vv3.4.3) - November 7, 2024
|
|
272
315
|
|
|
273
316
|
### PRs in this release
|
|
274
317
|
|
|
@@ -278,7 +321,7 @@ See https://nodejs.org/api/packages.html#package-entry-points - ([005bce9](https
|
|
|
278
321
|
|
|
279
322
|
- Fix badge URL - ([ce2a58a](https://github.com/cfpb/design-system/commit/ce2a58a6b4b82b6dee28725e502462bd8ed67e47)) - Ans
|
|
280
323
|
|
|
281
|
-
## [3.4.2](https://github.com/cfpb/design-system/compare/v3.4.1..
|
|
324
|
+
## [3.4.2](https://github.com/cfpb/design-system/compare/v3.4.1..vv3.4.2) - November 7, 2024
|
|
282
325
|
|
|
283
326
|
### PRs in this release
|
|
284
327
|
|
|
@@ -288,7 +331,7 @@ See https://nodejs.org/api/packages.html#package-entry-points - ([005bce9](https
|
|
|
288
331
|
|
|
289
332
|
- Remove button-with-icon reference - ([ee36f36](https://github.com/cfpb/design-system/commit/ee36f3676c2160415c8e75cf0c8affffad9a7f22)) - Ans
|
|
290
333
|
|
|
291
|
-
## [3.4.1](https://github.com/cfpb/design-system/compare/v3.4.0..
|
|
334
|
+
## [3.4.1](https://github.com/cfpb/design-system/compare/v3.4.0..vv3.4.1) - November 6, 2024
|
|
292
335
|
|
|
293
336
|
### PRs in this release
|
|
294
337
|
|
|
@@ -298,7 +341,7 @@ See https://nodejs.org/api/packages.html#package-entry-points - ([005bce9](https
|
|
|
298
341
|
|
|
299
342
|
- Add behavior specs - ([dd956be](https://github.com/cfpb/design-system/commit/dd956be595a500b2fd654faa9c88700851057eb1)) - Ans
|
|
300
343
|
|
|
301
|
-
## [3.4.0](https://github.com/cfpb/design-system/compare/v3.3.1..
|
|
344
|
+
## [3.4.0](https://github.com/cfpb/design-system/compare/v3.3.1..vv3.4.0) - November 6, 2024
|
|
302
345
|
|
|
303
346
|
### PRs in this release
|
|
304
347
|
|
|
@@ -309,7 +352,7 @@ See https://nodejs.org/api/packages.html#package-entry-points - ([005bce9](https
|
|
|
309
352
|
- Update behavior method names - ([8ae891d](https://github.com/cfpb/design-system/commit/8ae891de2b6d0f3f3f6fd5744f174302ac3b0465)) - Ans
|
|
310
353
|
- Adjust release-it process - ([222f302](https://github.com/cfpb/design-system/commit/222f30216e47e36ca3f01d2835fe53280af8ba4e)) - Ans
|
|
311
354
|
|
|
312
|
-
## [3.3.1](https://github.com/cfpb/design-system/compare/v3.3.0..
|
|
355
|
+
## [3.3.1](https://github.com/cfpb/design-system/compare/v3.3.0..vv3.3.1) - November 6, 2024
|
|
313
356
|
|
|
314
357
|
### PRs in this release
|
|
315
358
|
|
|
@@ -319,7 +362,7 @@ See https://nodejs.org/api/packages.html#package-entry-points - ([005bce9](https
|
|
|
319
362
|
|
|
320
363
|
- Point to the right npm repo in the DS - ([f61ef71](https://github.com/cfpb/design-system/commit/f61ef71e4bdd0e7df503d6d8afade621ca561a75)) - Ans
|
|
321
364
|
|
|
322
|
-
## [3.3.0](https://github.com/cfpb/design-system/compare/v3.2.11..
|
|
365
|
+
## [3.3.0](https://github.com/cfpb/design-system/compare/v3.2.11..vv3.3.0) - November 6, 2024
|
|
323
366
|
|
|
324
367
|
### PRs in this release
|
|
325
368
|
|
|
@@ -329,7 +372,7 @@ See https://nodejs.org/api/packages.html#package-entry-points - ([005bce9](https
|
|
|
329
372
|
|
|
330
373
|
- Remove `u-break-word` - ([e9df86d](https://github.com/cfpb/design-system/commit/e9df86d6ae6e0c5c800222a738da905e4ad86e83)) - Ans
|
|
331
374
|
|
|
332
|
-
## [3.2.11](https://github.com/cfpb/design-system/compare/v3.2.10..
|
|
375
|
+
## [3.2.11](https://github.com/cfpb/design-system/compare/v3.2.10..vv3.2.11) - November 6, 2024
|
|
333
376
|
|
|
334
377
|
### PRs in this release
|
|
335
378
|
|
|
@@ -342,7 +385,7 @@ See https://nodejs.org/api/packages.html#package-entry-points - ([005bce9](https
|
|
|
342
385
|
- Add `row-gap` - ([d6ea4c1](https://github.com/cfpb/design-system/commit/d6ea4c1480dfbf043a4dd0f37d59e73bbb9ed94f)) - Ans
|
|
343
386
|
- Linter fixes - ([6f84a1b](https://github.com/cfpb/design-system/commit/6f84a1b12fbd32720cd5f109d8d5ac0da683e51a)) - Ans
|
|
344
387
|
|
|
345
|
-
## [3.2.10](https://github.com/cfpb/design-system/compare/v3.2.9..
|
|
388
|
+
## [3.2.10](https://github.com/cfpb/design-system/compare/v3.2.9..vv3.2.10) - November 6, 2024
|
|
346
389
|
|
|
347
390
|
### PRs in this release
|
|
348
391
|
|
|
@@ -353,7 +396,7 @@ See https://nodejs.org/api/packages.html#package-entry-points - ([005bce9](https
|
|
|
353
396
|
- Bump changelog - ([ad0f6dc](https://github.com/cfpb/design-system/commit/ad0f6dc23d18cad72f3ff953e857a30261bebc60)) - Ans
|
|
354
397
|
- Remove `u-inline-block` - ([ad8824d](https://github.com/cfpb/design-system/commit/ad8824d097d77ce5291170b5ac8752e9c0499d3a)) - Ans
|
|
355
398
|
|
|
356
|
-
## [3.2.9](https://github.com/cfpb/design-system/compare/v3.2.8..
|
|
399
|
+
## [3.2.9](https://github.com/cfpb/design-system/compare/v3.2.8..vv3.2.9) - November 6, 2024
|
|
357
400
|
|
|
358
401
|
### PRs in this release
|
|
359
402
|
|
|
@@ -365,7 +408,7 @@ See https://nodejs.org/api/packages.html#package-entry-points - ([005bce9](https
|
|
|
365
408
|
- Add `u-small-text--subtle` - ([3108763](https://github.com/cfpb/design-system/commit/31087639e456f52370dfcaea57f0d14d48572e79)) - Ans
|
|
366
409
|
- Rebuild assets - ([6a6f917](https://github.com/cfpb/design-system/commit/6a6f91724677614eda3e2d0d474ec9912e450192)) - Ans
|
|
367
410
|
|
|
368
|
-
## [3.2.8](https://github.com/cfpb/design-system/compare/v3.2.7..
|
|
411
|
+
## [3.2.8](https://github.com/cfpb/design-system/compare/v3.2.7..vv3.2.8) - November 1, 2024
|
|
369
412
|
|
|
370
413
|
### PRs in this release
|
|
371
414
|
|
|
@@ -381,7 +424,7 @@ See https://nodejs.org/api/packages.html#package-entry-points - ([005bce9](https
|
|
|
381
424
|
- Switch to git-cliff from auto-changelog - ([2488161](https://github.com/cfpb/design-system/commit/2488161f3a13019778cec325c22870a0a7841933)) - Ans
|
|
382
425
|
- Rebuild assets - ([a6ff4d9](https://github.com/cfpb/design-system/commit/a6ff4d9740c7606a2740e30be6d27a28c6e5c4f8)) - Ans
|
|
383
426
|
|
|
384
|
-
## [3.2.7](https://github.com/cfpb/design-system/compare/v3.2.6..
|
|
427
|
+
## [3.2.7](https://github.com/cfpb/design-system/compare/v3.2.6..vv3.2.7) - October 30, 2024
|
|
385
428
|
|
|
386
429
|
### PRs in this release
|
|
387
430
|
|
|
@@ -394,7 +437,7 @@ See https://nodejs.org/api/packages.html#package-entry-points - ([005bce9](https
|
|
|
394
437
|
- Correctly process icons - ([181bea2](https://github.com/cfpb/design-system/commit/181bea2a44d02c2dd66f22c4f1d461e985d8d6ee)) - Ans
|
|
395
438
|
- Re-build dist files - ([228c0ac](https://github.com/cfpb/design-system/commit/228c0ac5b0f1ea1962c7ceedfbcf37e65c077ac1)) - Ans
|
|
396
439
|
|
|
397
|
-
## [3.2.6](https://github.com/cfpb/design-system/compare/v3.2.5..
|
|
440
|
+
## [3.2.6](https://github.com/cfpb/design-system/compare/v3.2.5..vv3.2.6) - October 25, 2024
|
|
398
441
|
|
|
399
442
|
### PRs in this release
|
|
400
443
|
|
|
@@ -405,7 +448,7 @@ See https://nodejs.org/api/packages.html#package-entry-points - ([005bce9](https
|
|
|
405
448
|
- Update button groups to use flexbox - ([fe857d0](https://github.com/cfpb/design-system/commit/fe857d02fe08a6f3f60d262ebf9ef9c4ed9a0a52)) - Ans
|
|
406
449
|
- Move auto-changelog dep to root - ([a2acba5](https://github.com/cfpb/design-system/commit/a2acba58b6bf636d3999e5fcdb9ac6be3b3dc0f8)) - Ans
|
|
407
450
|
|
|
408
|
-
## [3.2.5](https://github.com/cfpb/design-system/compare/v3.2.4..
|
|
451
|
+
## [3.2.5](https://github.com/cfpb/design-system/compare/v3.2.4..vv3.2.5) - October 23, 2024
|
|
409
452
|
|
|
410
453
|
### PRs in this release
|
|
411
454
|
|
|
@@ -416,13 +459,13 @@ See https://nodejs.org/api/packages.html#package-entry-points - ([005bce9](https
|
|
|
416
459
|
- Remove - ([e839bde](https://github.com/cfpb/design-system/commit/e839bde972624c90c36bc58526df71a4e6d0c04a)) - Ans
|
|
417
460
|
- Add more `publishConfig` - ([b54c1c1](https://github.com/cfpb/design-system/commit/b54c1c19f8d2d559f428281b8ed1e64a57e41dac)) - Ans
|
|
418
461
|
|
|
419
|
-
## [3.2.4](https://github.com/cfpb/design-system/compare/v3.2.3..
|
|
462
|
+
## [3.2.4](https://github.com/cfpb/design-system/compare/v3.2.3..vv3.2.4) - October 23, 2024
|
|
420
463
|
|
|
421
464
|
### General
|
|
422
465
|
|
|
423
466
|
- Move auto-changelog to package - ([2eb43f2](https://github.com/cfpb/design-system/commit/2eb43f23cc3a8ebaa08da2c01f41fb273c50716e)) - Ans
|
|
424
467
|
|
|
425
|
-
## [3.2.3](https://github.com/cfpb/design-system/compare/v3.2.2..
|
|
468
|
+
## [3.2.3](https://github.com/cfpb/design-system/compare/v3.2.2..vv3.2.3) - October 16, 2024
|
|
426
469
|
|
|
427
470
|
### PRs in this release
|
|
428
471
|
|
|
@@ -432,7 +475,7 @@ See https://nodejs.org/api/packages.html#package-entry-points - ([005bce9](https
|
|
|
432
475
|
|
|
433
476
|
- Rename `o-table-wrapper--scrolling` to `o-table--scrolling` - ([acded96](https://github.com/cfpb/design-system/commit/acded9655df851d2971b0b8f8da7a5221c065e43)) - Ans
|
|
434
477
|
|
|
435
|
-
## [3.2.2](https://github.com/cfpb/design-system/compare/v3.2.1..
|
|
478
|
+
## [3.2.2](https://github.com/cfpb/design-system/compare/v3.2.1..vv3.2.2) - September 27, 2024
|
|
436
479
|
|
|
437
480
|
### PRs in this release
|
|
438
481
|
|
|
@@ -443,7 +486,7 @@ See https://nodejs.org/api/packages.html#package-entry-points - ([005bce9](https
|
|
|
443
486
|
- Adjust code comments - ([c31cf40](https://github.com/cfpb/design-system/commit/c31cf40a990abb6e38e96e5a2112f875d4311282)) - Ans
|
|
444
487
|
- Build assets - ([35eb3af](https://github.com/cfpb/design-system/commit/35eb3af2e3cd0c7f2a14bd111ed8e0b1392a9238)) - Ans
|
|
445
488
|
|
|
446
|
-
## [3.2.1](https://github.com/cfpb/design-system/compare/v3.2.0..
|
|
489
|
+
## [3.2.1](https://github.com/cfpb/design-system/compare/v3.2.0..vv3.2.1) - September 27, 2024
|
|
447
490
|
|
|
448
491
|
### PRs in this release
|
|
449
492
|
|
|
@@ -462,7 +505,7 @@ See https://nodejs.org/api/packages.html#package-entry-points - ([005bce9](https
|
|
|
462
505
|
- Revert to v3.2.0 - ([a42322d](https://github.com/cfpb/design-system/commit/a42322d39fb6c7372b2ffc00e0bd025c481e1c6b)) - Ans
|
|
463
506
|
- Revert to v3.2.0 - ([9eb2d8c](https://github.com/cfpb/design-system/commit/9eb2d8c3fde5da7e12a9ec5f23a3d958a08eac13)) - Ans
|
|
464
507
|
|
|
465
|
-
## [3.2.0](https://github.com/cfpb/design-system/compare/v3.1.9..
|
|
508
|
+
## [3.2.0](https://github.com/cfpb/design-system/compare/v3.1.9..vv3.2.0) - September 25, 2024
|
|
466
509
|
|
|
467
510
|
### PRs in this release
|
|
468
511
|
|
|
@@ -477,7 +520,7 @@ See https://nodejs.org/api/packages.html#package-entry-points - ([005bce9](https
|
|
|
477
520
|
- Refactor heading mixins - ([6f421a6](https://github.com/cfpb/design-system/commit/6f421a6ef6ea17c076fe34db23bdfe855ee71cc4)) - Ans
|
|
478
521
|
- V3.2.0 - ([1b92196](https://github.com/cfpb/design-system/commit/1b92196c49399125ce790a1c43e47e02659e3e3e)) - Ans
|
|
479
522
|
|
|
480
|
-
## [3.1.9](https://github.com/cfpb/design-system/compare/v3.1.8..
|
|
523
|
+
## [3.1.9](https://github.com/cfpb/design-system/compare/v3.1.8..vv3.1.9) - September 12, 2024
|
|
481
524
|
|
|
482
525
|
### PRs in this release
|
|
483
526
|
|
|
@@ -490,7 +533,7 @@ See https://nodejs.org/api/packages.html#package-entry-points - ([005bce9](https
|
|
|
490
533
|
- Bump version - ([8af1437](https://github.com/cfpb/design-system/commit/8af143793243ce4b08e7be32219a4cb3f6e86ee9)) - Ans
|
|
491
534
|
- V3.1.9 - ([b6b39a3](https://github.com/cfpb/design-system/commit/b6b39a3000a8fd8f75f237db1a86d3f3725780f8)) - Ans
|
|
492
535
|
|
|
493
|
-
## [3.1.8](https://github.com/cfpb/design-system/compare/v3.1.7..
|
|
536
|
+
## [3.1.8](https://github.com/cfpb/design-system/compare/v3.1.7..vv3.1.8) - September 11, 2024
|
|
494
537
|
|
|
495
538
|
### PRs in this release
|
|
496
539
|
|
|
@@ -503,7 +546,7 @@ See https://nodejs.org/api/packages.html#package-entry-points - ([005bce9](https
|
|
|
503
546
|
- Bump version - ([caa9f2f](https://github.com/cfpb/design-system/commit/caa9f2ffb1f452b547dcfc8410e9aef876ea3ae2)) - Ans
|
|
504
547
|
- V3.1.8 - ([ce63bfc](https://github.com/cfpb/design-system/commit/ce63bfcdecf687e9b96ab2420db225649b65db4b)) - Ans
|
|
505
548
|
|
|
506
|
-
## [3.1.7](https://github.com/cfpb/design-system/compare/v3.1.6..
|
|
549
|
+
## [3.1.7](https://github.com/cfpb/design-system/compare/v3.1.6..vv3.1.7) - September 10, 2024
|
|
507
550
|
|
|
508
551
|
### PRs in this release
|
|
509
552
|
|
|
@@ -515,7 +558,7 @@ See https://nodejs.org/api/packages.html#package-entry-points - ([005bce9](https
|
|
|
515
558
|
- Bump version - ([8f68113](https://github.com/cfpb/design-system/commit/8f68113c89ae1e24550d23c76a1765daac3a1a63)) - Ans
|
|
516
559
|
- V3.1.7 - ([4154531](https://github.com/cfpb/design-system/commit/415453147d44ab32977359f985c50a66799818c1)) - Ans
|
|
517
560
|
|
|
518
|
-
## [3.1.6](https://github.com/cfpb/design-system/compare/v3.1.5..
|
|
561
|
+
## [3.1.6](https://github.com/cfpb/design-system/compare/v3.1.5..vv3.1.6) - September 10, 2024
|
|
519
562
|
|
|
520
563
|
### PRs in this release
|
|
521
564
|
|
|
@@ -526,7 +569,7 @@ See https://nodejs.org/api/packages.html#package-entry-points - ([005bce9](https
|
|
|
526
569
|
- Add non-link topic tags - ([f1c3158](https://github.com/cfpb/design-system/commit/f1c3158e739b114d92f83daeb79763af5c781b92)) - Ans
|
|
527
570
|
- V3.1.6 - ([59f8344](https://github.com/cfpb/design-system/commit/59f83442c41d4ca6803d22971964dab26efb0ef0)) - Ans
|
|
528
571
|
|
|
529
|
-
## [3.1.5](https://github.com/cfpb/design-system/compare/v3.1.4..
|
|
572
|
+
## [3.1.5](https://github.com/cfpb/design-system/compare/v3.1.4..vv3.1.5) - September 10, 2024
|
|
530
573
|
|
|
531
574
|
### PRs in this release
|
|
532
575
|
|
|
@@ -540,7 +583,7 @@ See https://nodejs.org/api/packages.html#package-entry-points - ([005bce9](https
|
|
|
540
583
|
- Add stacked topic tag group modifier - ([b89b032](https://github.com/cfpb/design-system/commit/b89b032b0bd5593ceb496e5449d20ed5dc396178)) - Ans
|
|
541
584
|
- V3.1.5 - ([37c1b91](https://github.com/cfpb/design-system/commit/37c1b91a345ebaf7098509a05ec1e972cbcd91c3)) - Ans
|
|
542
585
|
|
|
543
|
-
## [3.1.4](https://github.com/cfpb/design-system/compare/v3.1.3..
|
|
586
|
+
## [3.1.4](https://github.com/cfpb/design-system/compare/v3.1.3..vv3.1.4) - September 5, 2024
|
|
544
587
|
|
|
545
588
|
### PRs in this release
|
|
546
589
|
|
|
@@ -551,7 +594,7 @@ See https://nodejs.org/api/packages.html#package-entry-points - ([005bce9](https
|
|
|
551
594
|
- Update index.scss - ([f6ba359](https://github.com/cfpb/design-system/commit/f6ba3598acd1d58c5dff277218055d9ed74b6bd6)) - Ans
|
|
552
595
|
- V3.1.4 - ([62179e8](https://github.com/cfpb/design-system/commit/62179e890fdeafb650900377678bde853f0f7a9d)) - Ans
|
|
553
596
|
|
|
554
|
-
## [3.1.3](https://github.com/cfpb/design-system/compare/v3.1.2..
|
|
597
|
+
## [3.1.3](https://github.com/cfpb/design-system/compare/v3.1.2..vv3.1.3) - September 5, 2024
|
|
555
598
|
|
|
556
599
|
### PRs in this release
|
|
557
600
|
|
|
@@ -562,7 +605,7 @@ See https://nodejs.org/api/packages.html#package-entry-points - ([005bce9](https
|
|
|
562
605
|
- Add tag RTL code - ([6239902](https://github.com/cfpb/design-system/commit/62399029913e444a8809dd65fff6f1a98e580098)) - Ans
|
|
563
606
|
- V3.1.3 - ([072112e](https://github.com/cfpb/design-system/commit/072112ea27fe26d283d6b230de22582c3be09370)) - Ans
|
|
564
607
|
|
|
565
|
-
## [3.1.2](https://github.com/cfpb/design-system/compare/v3.1.1..
|
|
608
|
+
## [3.1.2](https://github.com/cfpb/design-system/compare/v3.1.1..vv3.1.2) - September 5, 2024
|
|
566
609
|
|
|
567
610
|
### PRs in this release
|
|
568
611
|
|
|
@@ -576,7 +619,7 @@ See https://nodejs.org/api/packages.html#package-entry-points - ([005bce9](https
|
|
|
576
619
|
- Bump version - ([647e344](https://github.com/cfpb/design-system/commit/647e34496e3958aacef027ba35c3e3069e59772f)) - Ans
|
|
577
620
|
- V3.1.2 - ([def4f44](https://github.com/cfpb/design-system/commit/def4f440c6e4df31e9c9001a3630e14011c2c840)) - Ans
|
|
578
621
|
|
|
579
|
-
## [3.1.1](https://github.com/cfpb/design-system/compare/v3.1.0..
|
|
622
|
+
## [3.1.1](https://github.com/cfpb/design-system/compare/v3.1.0..vv3.1.1) - September 4, 2024
|
|
580
623
|
|
|
581
624
|
### PRs in this release
|
|
582
625
|
|
|
@@ -591,7 +634,7 @@ See https://nodejs.org/api/packages.html#package-entry-points - ([005bce9](https
|
|
|
591
634
|
- Bump version - ([5faa23f](https://github.com/cfpb/design-system/commit/5faa23fcf2f8b3e49bfc8ae88d9a3326073ba08a)) - Ans
|
|
592
635
|
- V3.1.1 - ([6d08f67](https://github.com/cfpb/design-system/commit/6d08f674140b371f4c5eb6cfa1837320f5350fb9)) - Ans
|
|
593
636
|
|
|
594
|
-
## [3.1.0](https://github.com/cfpb/design-system/compare/v3.0.3..
|
|
637
|
+
## [3.1.0](https://github.com/cfpb/design-system/compare/v3.0.3..vv3.1.0) - September 4, 2024
|
|
595
638
|
|
|
596
639
|
### PRs in this release
|
|
597
640
|
|
|
@@ -606,7 +649,7 @@ See https://nodejs.org/api/packages.html#package-entry-points - ([005bce9](https
|
|
|
606
649
|
- Bump version - ([a5d1c70](https://github.com/cfpb/design-system/commit/a5d1c709bc5f79e229859729fe085e8730264a61)) - Ans
|
|
607
650
|
- V3.1.0 - ([95e0718](https://github.com/cfpb/design-system/commit/95e07185441126cf0376f28f49180a77168ee413)) - Ans
|
|
608
651
|
|
|
609
|
-
## [3.0.3](https://github.com/cfpb/design-system/compare/v3.0.2..
|
|
652
|
+
## [3.0.3](https://github.com/cfpb/design-system/compare/v3.0.2..vv3.0.3) - August 22, 2024
|
|
610
653
|
|
|
611
654
|
### PRs in this release
|
|
612
655
|
|
|
@@ -623,7 +666,7 @@ See https://nodejs.org/api/packages.html#package-entry-points - ([005bce9](https
|
|
|
623
666
|
- Bump version - ([8822087](https://github.com/cfpb/design-system/commit/8822087c8b24f8d2edfd9ae56064a893122983d9)) - Ans
|
|
624
667
|
- V3.0.3 - ([85b594f](https://github.com/cfpb/design-system/commit/85b594f98ad76a7bfcfd8576b9fcb82f89dd1c56)) - Ans
|
|
625
668
|
|
|
626
|
-
## [3.0.2](https://github.com/cfpb/design-system/compare/v3.0.1..
|
|
669
|
+
## [3.0.2](https://github.com/cfpb/design-system/compare/v3.0.1..vv3.0.2) - August 21, 2024
|
|
627
670
|
|
|
628
671
|
### PRs in this release
|
|
629
672
|
|
|
@@ -634,7 +677,7 @@ See https://nodejs.org/api/packages.html#package-entry-points - ([005bce9](https
|
|
|
634
677
|
- Unquote padding-bottom value in video-playing class - ([0972a29](https://github.com/cfpb/design-system/commit/0972a292720d5edb04c2c17e1ca5ad5ca38a5e74)) - Ans
|
|
635
678
|
- V3.0.2 - ([f01daeb](https://github.com/cfpb/design-system/commit/f01daeba6c0204356ed86358d51a0f25e4af9159)) - Ans
|
|
636
679
|
|
|
637
|
-
## [3.0.1](https://github.com/cfpb/design-system/compare/v3.0.0..
|
|
680
|
+
## [3.0.1](https://github.com/cfpb/design-system/compare/v3.0.0..vv3.0.1) - August 16, 2024
|
|
638
681
|
|
|
639
682
|
### PRs in this release
|
|
640
683
|
|
package/dist/base/index.css
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
@charset "UTF-8";html{font-family:sans-serif;-webkit-text-size-adjust:100%;text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201c" "\201d" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}figure{margin:0}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=search]{appearance:textfield;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}body{color:var(--black);font-family:var(--font-stack);font-size:100%;line-height:1.375;-webkit-font-smoothing:antialiased}button,input,select,textarea{font-family:var(--font-stack)}input[type=date]{display:revert;min-width:100px;min-height:35px;padding-top:0;padding-bottom:0}input[type=date].a-text-input--full{min-width:100%}hr{border:none;border-top:1px solid var(--gray-40)}strong,b{font-weight:600}h1,h2,h3,h4,h5,h6{margin-top:0}h1,.h1{font-size:2.125em;font-weight:600;letter-spacing:inherit;line-height:1.25;text-transform:inherit;margin-bottom:.4411764706em}p+h1,ul+h1,ol+h1,dl+h1,figure+h1,img+h1,table+h1,blockquote+h1,p+.h1,ul+.h1,ol+.h1,dl+.h1,figure+.h1,img+.h1,table+.h1,blockquote+.h1{margin-top:1.7647058824em}@media only screen and (max-width: 37.5em){p+h1,ul+h1,ol+h1,dl+h1,figure+h1,img+h1,table+h1,blockquote+h1,p+.h1,ul+.h1,ol+.h1,dl+.h1,figure+.h1,img+.h1,table+.h1,blockquote+.h1{margin-top:1.7307692308em}h2+h1,.h2+h1,h3+h1,.h3+h1,h4+h1,.h4+h1,h5+h1,.h5+h1,h6+h1,.h6+h1,h2+.h1,.h2+.h1,h3+.h1,.h3+.h1,h4+.h1,.h4+.h1,h5+.h1,.h5+.h1,h6+.h1,.h6+.h1{margin-top:1.1538461538em}}@media only screen and (max-width: 37.5em){h1,.h1{font-size:1.625em;font-weight:600;letter-spacing:inherit;line-height:1.25;text-transform:inherit;margin-bottom:.5769230769em}p+h1,ul+h1,ol+h1,dl+h1,figure+h1,img+h1,table+h1,blockquote+h1,p+.h1,ul+.h1,ol+.h1,dl+.h1,figure+.h1,img+.h1,table+.h1,blockquote+.h1{margin-top:1.7307692308em}h1+h1,.h1+h1,h3+h1,.h3+h1,h4+h1,.h4+h1,h5+h1,.h5+h1,h6+h1,.h6+h1,h1+.h1,.h1+.h1,h3+.h1,.h3+.h1,h4+.h1,.h4+.h1,h5+.h1,.h5+.h1,h6+.h1,.h6+.h1{margin-top:1.1538461538em}}h2,.h2{font-size:1.625em;font-weight:600;letter-spacing:inherit;line-height:1.25;text-transform:inherit;margin-bottom:.5769230769em}p+h2,ul+h2,ol+h2,dl+h2,figure+h2,img+h2,table+h2,blockquote+h2,p+.h2,ul+.h2,ol+.h2,dl+.h2,figure+.h2,img+.h2,table+.h2,blockquote+.h2{margin-top:1.7307692308em}h1+h2,.h1+h2,h3+h2,.h3+h2,h4+h2,.h4+h2,h5+h2,.h5+h2,h6+h2,.h6+h2,h1+.h2,.h1+.h2,h3+.h2,.h3+.h2,h4+.h2,.h4+.h2,h5+.h2,.h5+.h2,h6+.h2,.h6+.h2{margin-top:1.1538461538em}@media only screen and (max-width: 37.5em){p+h2,ul+h2,ol+h2,dl+h2,figure+h2,img+h2,table+h2,blockquote+h2,p+.h2,ul+.h2,ol+.h2,dl+.h2,figure+.h2,img+.h2,table+.h2,blockquote+.h2{margin-top:1.3636363636em}}@media only screen and (max-width: 37.5em){h2,.h2{font-size:1.375em;font-weight:600;letter-spacing:inherit;line-height:1.25;text-transform:inherit;margin-bottom:.6818181818em}p+h2,ul+h2,ol+h2,dl+h2,figure+h2,img+h2,table+h2,blockquote+h2,h1+h2,.h1+h2,h2+h2,.h2+h2,h4+h2,.h4+h2,h5+h2,.h5+h2,h6+h2,.h6+h2,p+.h2,ul+.h2,ol+.h2,dl+.h2,figure+.h2,img+.h2,table+.h2,blockquote+.h2,h1+.h2,.h1+.h2,h2+.h2,.h2+.h2,h4+.h2,.h4+.h2,h5+.h2,.h5+.h2,h6+.h2,.h6+.h2{margin-top:1.3636363636em}}h3,.h3{font-size:1.375em;font-weight:400;letter-spacing:inherit;line-height:1.25;text-transform:inherit;margin-bottom:.6818181818em}p+h3,ul+h3,ol+h3,dl+h3,figure+h3,img+h3,table+h3,blockquote+h3,h1+h3,.h1+h3,h2+h3,.h2+h3,h4+h3,.h4+h3,h5+h3,.h5+h3,h6+h3,.h6+h3,p+.h3,ul+.h3,ol+.h3,dl+.h3,figure+.h3,img+.h3,table+.h3,blockquote+.h3,h1+.h3,.h1+.h3,h2+.h3,.h2+.h3,h4+.h3,.h4+.h3,h5+.h3,.h5+.h3,h6+.h3,.h6+.h3{margin-top:1.3636363636em}@media only screen and (max-width: 37.5em){h3,.h3{font-size:1.125em;font-weight:400;letter-spacing:inherit;line-height:1.25;text-transform:inherit;margin-bottom:.8333333333em}p+h3,ul+h3,ol+h3,dl+h3,figure+h3,img+h3,table+h3,blockquote+h3,h1+h3,.h1+h3,h2+h3,.h2+h3,h3+h3,.h3+h3,h5+h3,.h5+h3,h6+h3,.h6+h3,p+.h3,ul+.h3,ol+.h3,dl+.h3,figure+.h3,img+.h3,table+.h3,blockquote+.h3,h1+.h3,.h1+.h3,h2+.h3,.h2+.h3,h3+.h3,.h3+.h3,h5+.h3,.h5+.h3,h6+.h3,.h6+.h3{margin-top:1.6666666667em}}h4,.h4{font-size:1.125em;font-weight:500;letter-spacing:inherit;line-height:1.25;text-transform:inherit;margin-bottom:.8333333333em}p+h4,ul+h4,ol+h4,dl+h4,figure+h4,img+h4,table+h4,blockquote+h4,h1+h4,.h1+h4,h2+h4,.h2+h4,h3+h4,.h3+h4,h5+h4,.h5+h4,h6+h4,.h6+h4,p+.h4,ul+.h4,ol+.h4,dl+.h4,figure+.h4,img+.h4,table+.h4,blockquote+.h4,h1+.h4,.h1+.h4,h2+.h4,.h2+.h4,h3+.h4,.h3+.h4,h5+.h4,.h5+.h4,h6+.h4,.h6+.h4{margin-top:1.6666666667em}@media only screen and (max-width: 37.5em){h4,.h4{margin-bottom:.625em;font-size:1em;line-height:1.125}}h5,.h5{font-size:.875em;font-weight:600;letter-spacing:1px;line-height:1.25;text-transform:uppercase;margin-bottom:1.0714285714em}p+h5,ul+h5,ol+h5,dl+h5,figure+h5,img+h5,table+h5,blockquote+h5,h1+h5,.h1+h5,h2+h5,.h2+h5,h3+h5,.h3+h5,h4+h5,.h4+h5,h6+h5,.h6+h5,p+.h5,ul+.h5,ol+.h5,dl+.h5,figure+.h5,img+.h5,table+.h5,blockquote+.h5,h1+.h5,.h1+.h5,h2+.h5,.h2+.h5,h3+.h5,.h3+.h5,h4+.h5,.h4+.h5,h6+.h5,.h6+.h5{margin-top:2.1428571429em}h6,.h6{font-size:.75em;font-weight:600;letter-spacing:1px;line-height:1.25;text-transform:uppercase;margin-bottom:1.25em}p+h6,ul+h6,ol+h6,dl+h6,figure+h6,img+h6,table+h6,blockquote+h6,h1+h6,.h1+h6,h2+h6,.h2+h6,h3+h6,.h3+h6,h4+h6,.h4+h6,h5+h6,.h5+h6,p+.h6,ul+.h6,ol+.h6,dl+.h6,figure+.h6,img+.h6,table+.h6,blockquote+.h6,h1+.h6,.h1+.h6,h2+.h6,.h2+.h6,h3+.h6,.h3+.h6,h4+.h6,.h4+.h6,h5+.h6,.h5+.h6{margin-top:2.5em}.lead-paragraph{margin-top:0;margin-bottom:15px;font-size:1.375em;font-weight:400;letter-spacing:inherit;line-height:1.25;text-transform:inherit}@media only screen and (max-width: 37.5em){.lead-paragraph{font-size:1.125em;font-weight:400;letter-spacing:inherit;line-height:1.25;text-transform:inherit}}.superheading{margin-bottom:.4166666667em;font-size:3em;font-weight:400;line-height:1.25}p,ul,ol,dl,figure,table,blockquote{margin-top:0;margin-bottom:.9375em}p:last-child,ul:last-child,ol:last-child,dl:last-child,figure:last-child,table:last-child,blockquote:last-child{margin-bottom:0}p+ul,p+ol{margin-top:-.3125em}ul ul,ol ol,ul ol,ol ul{margin-top:.5em}li{margin-bottom:.5em}li:last-child,nav li{margin-bottom:0}a{border-width:0;border-style:dotted;border-color:var(--pacific);color:var(--pacific);text-decoration:none}a:visited,a.visited{border-color:var(--teal);color:var(--teal)}a:hover,a.hover{border-style:solid;border-color:var(--pacific-dark);color:var(--pacific-dark)}a:focus,a.focus{border-style:solid;outline:thin dotted;outline-offset:1px}a:active,a.active{border-style:solid;border-color:var(--navy);color:var(--navy)}p a,li a,dd a{border-bottom-width:1px}nav a{border-bottom-width:0}ul{padding-left:1.125em;list-style:square}ul ul{list-style-type:circle}ol{padding-left:1.3125em}ol li:nth-last-child(n+10),ol li:nth-last-child(n+10)~li{margin-left:.5625rem}ol ol{list-style-type:lower-alpha}ol ol li{margin-left:0!important}ol ol ol{list-style-type:lower-roman}nav ul,nav ol,nav ul ul,nav ol ol{list-style:none;list-style-image:none}caption{margin-bottom:.625em;text-align:left}th,td{padding:.625em}thead th,thead td{padding:.7142857143em;background:var(--gray-5);color:var(--black);font-size:1em;vertical-align:top}thead,tbody tr{border-bottom:1px solid var(--gray)}th{font-weight:600;text-align:left}thead th h2,thead th .h2,thead th h3,thead th .h3,thead th h4,thead th .h4,thead th h5,thead th .h5,thead th h6,thead th .h6{margin:0;font-size:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-transform:inherit}blockquote{margin-right:.9375em;margin-left:.9375em}@media only screen and (min-width: 37.5625em){blockquote{margin-right:1.875em;margin-left:1.875em}}img{max-width:100%}figure{margin-right:0;margin-left:0}figure img{vertical-align:middle}pre,code{background:var(--gray-5);border-radius:4px;color:var(--black);font-family:Input Mono,Consolas,Monaco,Courier New,monospace}code{padding:.2307692308em .2307692308em 0;font-size:.8125em}pre{display:block;padding:.625em .9375em;white-space:pre-wrap;overflow-wrap:break-word}pre code{padding:0;background-color:transparent}
|
|
1
|
+
@charset "UTF-8";html{font-family:sans-serif;-webkit-text-size-adjust:100%;text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201c" "\201d" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}figure{margin:0}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=search]{appearance:textfield;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}:root{--input-text-default: var(--black);--input-text-disabled-default: var(--gray-dark);--input-text-placeholder-default: var(--gray-dark);--input-border-default: var(--gray-60);--input-border-disabled: var(--gray-60);--input-border-success: var(--green);--input-border-warning: var(--gold);--input-border-error: var(--red);--input-border-hover-default: var(--pacific);--input-border-focus-default: var(--pacific);--input-bg-default: var(--white);--input-bg-disabled-default: var(--gray-10);--form-alert-icon-color-default: var(--gray);--form-alert-icon-color-success: var(--green);--form-alert-icon-color-warning: var(--gold);--form-alert-icon-color-error: var(--red);--select-border-default: var(--gray-60);--select-border-width-default: 1px;--select-border-error: var(--red);--select-border-width-error: 2px;--select-border-hover-default: var(--pacific);--select-border-focus-default: var(--pacific);--select-bg-disabled-default: var(--gray-10);--select-icon-bg-default: var(--gray-10);--select-text-disabled-default: var(--gray-dark);--choice-border-default: var(--gray-60);--choice-border-disabled: var(--gray-60);--choice-border-success: var(--green);--choice-border-warning: var(--gold);--choice-border-error: var(--red);--choice-border-hover-default: var(--pacific);--choice-border-focus-default: var(--pacific);--choice-outline-focus-default: var(--pacific);--choice-bg-default: var(--white);--choice-bg-disabled: var(--gray-10);--choice-bg-selected-default: var(--pacific);--choice-bg-selected-disabled: var(--gray-40);--choice-bg-selected-focus-default: var(--pacific);--choice-label-disabled-default: var(--gray-dark)}body{color:var(--black);font-family:var(--font-stack);font-size:100%;line-height:1.375;-webkit-font-smoothing:antialiased}button,input,select,textarea{font-family:var(--font-stack)}input[type=date]{display:revert;min-width:100px;min-height:35px;padding-top:0;padding-bottom:0}input[type=date].a-text-input--full{min-width:100%}hr{border:none;border-top:1px solid var(--gray-40)}strong,b{font-weight:600}h1,h2,h3,h4,h5,h6{margin-top:0}h1,.h1{font-size:2.125em;font-weight:600;letter-spacing:inherit;line-height:1.25;text-transform:inherit;margin-bottom:.4411764706em}p+h1,ul+h1,ol+h1,dl+h1,figure+h1,img+h1,table+h1,blockquote+h1,p+.h1,ul+.h1,ol+.h1,dl+.h1,figure+.h1,img+.h1,table+.h1,blockquote+.h1{margin-top:1.7647058824em}@media only screen and (max-width: 37.5em){p+h1,ul+h1,ol+h1,dl+h1,figure+h1,img+h1,table+h1,blockquote+h1,p+.h1,ul+.h1,ol+.h1,dl+.h1,figure+.h1,img+.h1,table+.h1,blockquote+.h1{margin-top:1.7307692308em}h2+h1,.h2+h1,h3+h1,.h3+h1,h4+h1,.h4+h1,h5+h1,.h5+h1,h6+h1,.h6+h1,h2+.h1,.h2+.h1,h3+.h1,.h3+.h1,h4+.h1,.h4+.h1,h5+.h1,.h5+.h1,h6+.h1,.h6+.h1{margin-top:1.1538461538em}}@media only screen and (max-width: 37.5em){h1,.h1{font-size:1.625em;font-weight:600;letter-spacing:inherit;line-height:1.25;text-transform:inherit;margin-bottom:.5769230769em}p+h1,ul+h1,ol+h1,dl+h1,figure+h1,img+h1,table+h1,blockquote+h1,p+.h1,ul+.h1,ol+.h1,dl+.h1,figure+.h1,img+.h1,table+.h1,blockquote+.h1{margin-top:1.7307692308em}h1+h1,.h1+h1,h3+h1,.h3+h1,h4+h1,.h4+h1,h5+h1,.h5+h1,h6+h1,.h6+h1,h1+.h1,.h1+.h1,h3+.h1,.h3+.h1,h4+.h1,.h4+.h1,h5+.h1,.h5+.h1,h6+.h1,.h6+.h1{margin-top:1.1538461538em}}h2,.h2{font-size:1.625em;font-weight:600;letter-spacing:inherit;line-height:1.25;text-transform:inherit;margin-bottom:.5769230769em}p+h2,ul+h2,ol+h2,dl+h2,figure+h2,img+h2,table+h2,blockquote+h2,p+.h2,ul+.h2,ol+.h2,dl+.h2,figure+.h2,img+.h2,table+.h2,blockquote+.h2{margin-top:1.7307692308em}h1+h2,.h1+h2,h3+h2,.h3+h2,h4+h2,.h4+h2,h5+h2,.h5+h2,h6+h2,.h6+h2,h1+.h2,.h1+.h2,h3+.h2,.h3+.h2,h4+.h2,.h4+.h2,h5+.h2,.h5+.h2,h6+.h2,.h6+.h2{margin-top:1.1538461538em}@media only screen and (max-width: 37.5em){p+h2,ul+h2,ol+h2,dl+h2,figure+h2,img+h2,table+h2,blockquote+h2,p+.h2,ul+.h2,ol+.h2,dl+.h2,figure+.h2,img+.h2,table+.h2,blockquote+.h2{margin-top:1.3636363636em}}@media only screen and (max-width: 37.5em){h2,.h2{font-size:1.375em;font-weight:600;letter-spacing:inherit;line-height:1.25;text-transform:inherit;margin-bottom:.6818181818em}p+h2,ul+h2,ol+h2,dl+h2,figure+h2,img+h2,table+h2,blockquote+h2,h1+h2,.h1+h2,h2+h2,.h2+h2,h4+h2,.h4+h2,h5+h2,.h5+h2,h6+h2,.h6+h2,p+.h2,ul+.h2,ol+.h2,dl+.h2,figure+.h2,img+.h2,table+.h2,blockquote+.h2,h1+.h2,.h1+.h2,h2+.h2,.h2+.h2,h4+.h2,.h4+.h2,h5+.h2,.h5+.h2,h6+.h2,.h6+.h2{margin-top:1.3636363636em}}h3,.h3{font-size:1.375em;font-weight:400;letter-spacing:inherit;line-height:1.25;text-transform:inherit;margin-bottom:.6818181818em}p+h3,ul+h3,ol+h3,dl+h3,figure+h3,img+h3,table+h3,blockquote+h3,h1+h3,.h1+h3,h2+h3,.h2+h3,h4+h3,.h4+h3,h5+h3,.h5+h3,h6+h3,.h6+h3,p+.h3,ul+.h3,ol+.h3,dl+.h3,figure+.h3,img+.h3,table+.h3,blockquote+.h3,h1+.h3,.h1+.h3,h2+.h3,.h2+.h3,h4+.h3,.h4+.h3,h5+.h3,.h5+.h3,h6+.h3,.h6+.h3{margin-top:1.3636363636em}@media only screen and (max-width: 37.5em){h3,.h3{font-size:1.125em;font-weight:400;letter-spacing:inherit;line-height:1.25;text-transform:inherit;margin-bottom:.8333333333em}p+h3,ul+h3,ol+h3,dl+h3,figure+h3,img+h3,table+h3,blockquote+h3,h1+h3,.h1+h3,h2+h3,.h2+h3,h3+h3,.h3+h3,h5+h3,.h5+h3,h6+h3,.h6+h3,p+.h3,ul+.h3,ol+.h3,dl+.h3,figure+.h3,img+.h3,table+.h3,blockquote+.h3,h1+.h3,.h1+.h3,h2+.h3,.h2+.h3,h3+.h3,.h3+.h3,h5+.h3,.h5+.h3,h6+.h3,.h6+.h3{margin-top:1.6666666667em}}h4,.h4{font-size:1.125em;font-weight:500;letter-spacing:inherit;line-height:1.25;text-transform:inherit;margin-bottom:.8333333333em}p+h4,ul+h4,ol+h4,dl+h4,figure+h4,img+h4,table+h4,blockquote+h4,h1+h4,.h1+h4,h2+h4,.h2+h4,h3+h4,.h3+h4,h5+h4,.h5+h4,h6+h4,.h6+h4,p+.h4,ul+.h4,ol+.h4,dl+.h4,figure+.h4,img+.h4,table+.h4,blockquote+.h4,h1+.h4,.h1+.h4,h2+.h4,.h2+.h4,h3+.h4,.h3+.h4,h5+.h4,.h5+.h4,h6+.h4,.h6+.h4{margin-top:1.6666666667em}@media only screen and (max-width: 37.5em){h4,.h4{margin-bottom:.625em;font-size:1em;line-height:1.125}}h5,.h5{font-size:.875em;font-weight:600;letter-spacing:1px;line-height:1.25;text-transform:uppercase;margin-bottom:1.0714285714em}p+h5,ul+h5,ol+h5,dl+h5,figure+h5,img+h5,table+h5,blockquote+h5,h1+h5,.h1+h5,h2+h5,.h2+h5,h3+h5,.h3+h5,h4+h5,.h4+h5,h6+h5,.h6+h5,p+.h5,ul+.h5,ol+.h5,dl+.h5,figure+.h5,img+.h5,table+.h5,blockquote+.h5,h1+.h5,.h1+.h5,h2+.h5,.h2+.h5,h3+.h5,.h3+.h5,h4+.h5,.h4+.h5,h6+.h5,.h6+.h5{margin-top:2.1428571429em}h6,.h6{font-size:.75em;font-weight:600;letter-spacing:1px;line-height:1.25;text-transform:uppercase;margin-bottom:1.25em}p+h6,ul+h6,ol+h6,dl+h6,figure+h6,img+h6,table+h6,blockquote+h6,h1+h6,.h1+h6,h2+h6,.h2+h6,h3+h6,.h3+h6,h4+h6,.h4+h6,h5+h6,.h5+h6,p+.h6,ul+.h6,ol+.h6,dl+.h6,figure+.h6,img+.h6,table+.h6,blockquote+.h6,h1+.h6,.h1+.h6,h2+.h6,.h2+.h6,h3+.h6,.h3+.h6,h4+.h6,.h4+.h6,h5+.h6,.h5+.h6{margin-top:2.5em}.lead-paragraph{margin-top:0;margin-bottom:15px;font-size:1.375em;font-weight:400;letter-spacing:inherit;line-height:1.25;text-transform:inherit}@media only screen and (max-width: 37.5em){.lead-paragraph{font-size:1.125em;font-weight:400;letter-spacing:inherit;line-height:1.25;text-transform:inherit}}.superheading{margin-bottom:.4166666667em;font-size:3em;font-weight:400;line-height:1.25}p,ul,ol,dl,figure,table,blockquote{margin-top:0;margin-bottom:.9375em}p:last-child,ul:last-child,ol:last-child,dl:last-child,figure:last-child,table:last-child,blockquote:last-child{margin-bottom:0}p+ul,p+ol{margin-top:-.3125em}ul ul,ol ol,ul ol,ol ul{margin-top:.5em}li{margin-bottom:.5em}li:last-child,nav li{margin-bottom:0}a{border-width:0;border-style:dotted;border-color:var(--pacific);color:var(--pacific);text-decoration:none}a:visited,a.visited{border-color:var(--teal);color:var(--teal)}a:hover,a.hover{border-style:solid;border-color:var(--pacific-dark);color:var(--pacific-dark)}a:focus,a.focus{border-style:solid;outline:thin dotted;outline-offset:1px}a:active,a.active{border-style:solid;border-color:var(--navy);color:var(--navy)}p a,li a,dd a{border-bottom-width:1px}nav a{border-bottom-width:0}ul{padding-left:1.125em;list-style:square}ul ul{list-style-type:circle}ol{padding-left:1.3125em}ol li:nth-last-child(n+10),ol li:nth-last-child(n+10)~li{margin-left:.5625rem}ol ol{list-style-type:lower-alpha}ol ol li{margin-left:0!important}ol ol ol{list-style-type:lower-roman}nav ul,nav ol,nav ul ul,nav ol ol{list-style:none;list-style-image:none}caption{margin-bottom:.625em;text-align:left}th,td{padding:.625em}thead th,thead td{padding:.7142857143em;background:var(--gray-5);color:var(--black);font-size:1em;vertical-align:top}thead,tbody tr{border-bottom:1px solid var(--gray)}th{font-weight:600;text-align:left}thead th h2,thead th .h2,thead th h3,thead th .h3,thead th h4,thead th .h4,thead th h5,thead th .h5,thead th h6,thead th .h6{margin:0;font-size:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-transform:inherit}blockquote{margin-right:.9375em;margin-left:.9375em}@media only screen and (min-width: 37.5625em){blockquote{margin-right:1.875em;margin-left:1.875em}}img{max-width:100%}figure{margin-right:0;margin-left:0}figure img{vertical-align:middle}pre,code{background:var(--gray-5);border-radius:4px;color:var(--black);font-family:Input Mono,Consolas,Monaco,Courier New,monospace}code{padding:.2307692308em .2307692308em 0;font-size:.8125em}pre{display:block;padding:.625em .9375em;white-space:pre-wrap;overflow-wrap:break-word}pre code{padding:0;background-color:transparent}
|
|
2
2
|
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
|
|
3
3
|
/*# sourceMappingURL=index.css.map */
|