Skip to content

Commit c87dd59

Browse files
James Mejiamahoneycm
authored andcommitted
Formatting fixes
1 parent bcd59b0 commit c87dd59

File tree

5 files changed

+164
-165
lines changed

5 files changed

+164
-165
lines changed

_components/in-page-navigation/in-page-navigation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ implementation:
4444
description: Percentage of the scrolling section that must be in the observed area before the current section is triggered. Use a value between 0 and 1.
4545
default: "1"
4646
- property: "`data-minimum-heading-count`"
47-
description: The minimum number of headings needed in the content region for the component to build on the page. If the content region does not meet this minimum heading count, the component will not initialize.
47+
description: The minimum number of headings needed in the content region for the component to build on the page. If the content region does not meet this minimum heading count, the component will not initialize.
4848
default: '`2`'
4949
title: In-page navigation
5050
type: component

_data/changelogs/component-date-picker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ items:
2121
githubRepo: uswds-site
2222
- date: 2024-10-04
2323
summary: Fixed a bug that caused `mouseover` events to prevent keyboard navigation.
24-
summaryAdditional: Now when you hover your mouse over the date picker buttons, only the hover state will be triggered.
24+
summaryAdditional: Now when you hover your mouse over the date picker buttons, only the hover state will be triggered.
2525
affectsAccessibility: true
2626
affectsJavascript: true
2727
githubPr: 5774

_data/changelogs/component-in-page-navigation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ changelogURL:
44
items:
55
- date: NNNN-NN-NN
66
summary: Added the `data-minimum-heading-count` property.
7-
summaryAdditional: This property hides the component when the content region does not contain the designated minimum number of headings. By default, this property hides the in-page navigation component when there are fewer than two headings in the content region. Teams should customize the value of this property based on their content needs.
7+
summaryAdditional: This property hides the component when the content region does not contain the designated minimum number of headings. By default, this property hides the in-page navigation component when there are fewer than two headings in the content region. Teams should customize the value of this property based on their content needs.
88
affectsStyles: true
99
affectsJavascript: true
1010
githubPr: 6205

_data/changelogs/component-radio-buttons.yml

Lines changed: 161 additions & 161 deletions
Original file line numberDiff line numberDiff line change
@@ -2,164 +2,164 @@ title: Radio buttons
22
type: component
33
changelogURL:
44
items:
5-
- date: NNNN-NN-NN
6-
summary: Updated the width of the label's target area to match the width of the content.
7-
summaryAdditional: Previously, the interactive area extended the full width of the container.
8-
affectsStyles: true
9-
githubPr: 6192
10-
githubRepo: uswds
11-
versionUswds: N.N.N
12-
- date: 2024-09-18
13-
summary: Added WCAG compliance tag and accessibility test status section.
14-
affectsGuidance: true
15-
githubPr: 2821
16-
githubRepo: uswds-site
17-
- date: 2023-09-29
18-
summary: Updated radio and checkbox tile styling to have lighter borders.
19-
summaryAdditional:
20-
affectsAccessibility: true
21-
affectsStyles: true
22-
githubPr: 5494
23-
githubRepo: uswds
24-
versionUswds: 3.6.1
25-
- date: 2023-06-09
26-
summary: Improved legibility in forced colors mode.
27-
summaryAdditional: Adds a consistent border in forced colors mode.
28-
affectsAccessibility: true
29-
affectsStyles: true
30-
githubPr: 5147
31-
githubRepo: uswds
32-
versionUswds: 3.5.0
33-
- date: 2023-06-09
34-
summary: Improved consistency and visibility of disabled styles.
35-
summaryAdditional: Form elements with the `disabled` or `aria-disabled` attribute now get consistent styling and have proper color contrast.
36-
affectsAccessibility: true
37-
affectsStyles: true
38-
githubPr: 5063
39-
githubRepo: uswds
40-
versionUswds: 3.5.0
41-
- date: 2023-06-09
42-
summary: Improved consistency of disabled styles in forced colors mode.
43-
summaryAdditional:
44-
affectsAccessibility: true
45-
affectsStyles: true
46-
githubPr: 5295
47-
githubRepo: uswds
48-
versionUswds: 3.5.0
49-
- date: 2022-08-05
50-
summary: Styled aria-disabled to match disabled.
51-
summaryAdditional: Now disabled styling is applied whether you use `disabled` (disabled and hidden from screen readers) or `aria-disabled` (disabled and visible to screen readers).
52-
isBreaking:
53-
affectsAccessibility:
54-
affectsAssets:
55-
affectsGuidance:
56-
affectsJavascript:
57-
affectsMarkup:
58-
affectsStyles:
59-
githubPr: 4783
60-
githubRepo: uswds
61-
versionUswds: 3.1.0
62-
- date: 2022-04-28
63-
summary: Updated package name to `usa-radio`.
64-
affectsGuidance: true
65-
githubPr: 1538
66-
githubRepo: uswds-site
67-
- date: 2022-04-28
68-
summary: Updated to Sass module syntax and new package structure.
69-
isBreaking: true
70-
affectsAssets: true
71-
affectsJavascript: true
72-
affectsStyles: true
73-
githubPr: 4656
74-
githubRepo: uswds
75-
versionUswds: 3.0.0
76-
- date: 2022-04-13
77-
summary: Updated package name to `form-controls`.
78-
affectsGuidance: true
79-
githubPr: 1497
80-
githubRepo: uswds-site
81-
- date: 2022-04-11
82-
summary: Added support for forced colors mode.
83-
summaryAdditional: All our components now support proper display when users have a forced colors mode set in their operating system.
84-
isBreaking: false
85-
affectsAccessibility: true
86-
affectsAssets: false
87-
affectsGuidance: false
88-
affectsJavascript: false
89-
affectsMarkup: false
90-
affectsStyles: true
91-
githubPr: 4610
92-
githubRepo: uswds
93-
versionUswds: 2.13.3
94-
- date: 2021-08-18
95-
summary: Improved whitespace sensitivity of radio and checkbox tiles.
96-
summaryAdditional: Now radio and checkbox tiles will display consistently whether or not there's extra whitespace in the markup.
97-
isBreaking: false
98-
affectsAccessibility: false
99-
affectsAssets: false
100-
affectsGuidance: false
101-
affectsJavascript: false
102-
affectsMarkup: false
103-
affectsStyles: true
104-
githubPr: 4286
105-
githubRepo: uswds
106-
versionUswds: 2.12.1
107-
- date: 2021-08-18
108-
summary: Improved class order sensitivity for checkbox and radio.
109-
summaryAdditional: Now checkbox and radio components display properly regardless of the order of the class and modifier names.
110-
isBreaking: false
111-
affectsAccessibility: false
112-
affectsAssets: false
113-
affectsGuidance: false
114-
affectsJavascript: false
115-
affectsMarkup: false
116-
affectsStyles: true
117-
githubPr: 4262
118-
githubRepo: uswds
119-
versionUswds: 2.12.1
120-
- date: 2021-06-16
121-
summary: Updated checkbox and radio buttons to include automatic accessible color.
122-
summaryAdditional: Now checkbox and radio buttons will display in the proper accessible color, and adapt to the text, link, and background colors you set in your projects's settings.
123-
isBreaking: false
124-
affectsAccessibility: true
125-
affectsAssets: false
126-
affectsGuidance: false
127-
affectsJavascript: false
128-
affectsMarkup: false
129-
affectsStyles: true
130-
githubPr: 4199
131-
githubRepo: uswds
132-
versionUswds: 2.12.0
133-
- date: 2021-06-16
134-
summary: Updated margins in radio tiles.
135-
summaryAdditional: Now radio tiles have cleaner, more reliable styling for their margin.
136-
affectsStyles: true
137-
githubPr: 4181
138-
githubRepo: uswds
139-
versionUswds: 2.12.0
140-
- date: 2021-04-28
141-
summary: Updated checked radio buttons to remain checked in disabled state.
142-
summaryAdditional: Now the visual checked state of a checked checkbox does not change if that element is later disabled.
143-
isBreaking: false
144-
affectsAccessibility: false
145-
affectsAssets: false
146-
affectsGuidance: false
147-
affectsJavascript: false
148-
affectsMarkup: false
149-
affectsStyles: true
150-
githubPr: 4160
151-
githubRepo: uswds
152-
versionUswds: 2.11.2
153-
- date: 2021-03-17
154-
summary: Fixed character display in checkboxes and radio buttons.
155-
summaryAdditional: Allowed checkboxes and radio buttons to display properly regardless of character encoding.
156-
isBreaking: false
157-
affectsAccessibility: false
158-
affectsAssets: false
159-
affectsGuidance: false
160-
affectsJavascript: true
161-
affectsMarkup: false
162-
affectsStyles: true
163-
githubPr: 4080
164-
githubRepo: uswds
165-
versionUswds: 2.11.0
5+
- date: NNNN-NN-NN
6+
summary: Updated the width of the label's target area to match the width of the content.
7+
summaryAdditional: Previously, the interactive area extended the full width of the container.
8+
affectsStyles: true
9+
githubPr: 6192
10+
githubRepo: uswds
11+
versionUswds: N.N.N
12+
- date: 2024-09-18
13+
summary: Added WCAG compliance tag and accessibility test status section.
14+
affectsGuidance: true
15+
githubPr: 2821
16+
githubRepo: uswds-site
17+
- date: 2023-09-29
18+
summary: Updated radio and checkbox tile styling to have lighter borders.
19+
summaryAdditional:
20+
affectsAccessibility: true
21+
affectsStyles: true
22+
githubPr: 5494
23+
githubRepo: uswds
24+
versionUswds: 3.6.1
25+
- date: 2023-06-09
26+
summary: Improved legibility in forced colors mode.
27+
summaryAdditional: Adds a consistent border in forced colors mode.
28+
affectsAccessibility: true
29+
affectsStyles: true
30+
githubPr: 5147
31+
githubRepo: uswds
32+
versionUswds: 3.5.0
33+
- date: 2023-06-09
34+
summary: Improved consistency and visibility of disabled styles.
35+
summaryAdditional: Form elements with the `disabled` or `aria-disabled` attribute now get consistent styling and have proper color contrast.
36+
affectsAccessibility: true
37+
affectsStyles: true
38+
githubPr: 5063
39+
githubRepo: uswds
40+
versionUswds: 3.5.0
41+
- date: 2023-06-09
42+
summary: Improved consistency of disabled styles in forced colors mode.
43+
summaryAdditional:
44+
affectsAccessibility: true
45+
affectsStyles: true
46+
githubPr: 5295
47+
githubRepo: uswds
48+
versionUswds: 3.5.0
49+
- date: 2022-08-05
50+
summary: Styled aria-disabled to match disabled.
51+
summaryAdditional: Now disabled styling is applied whether you use `disabled` (disabled and hidden from screen readers) or `aria-disabled` (disabled and visible to screen readers).
52+
isBreaking:
53+
affectsAccessibility:
54+
affectsAssets:
55+
affectsGuidance:
56+
affectsJavascript:
57+
affectsMarkup:
58+
affectsStyles:
59+
githubPr: 4783
60+
githubRepo: uswds
61+
versionUswds: 3.1.0
62+
- date: 2022-04-28
63+
summary: Updated package name to `usa-radio`.
64+
affectsGuidance: true
65+
githubPr: 1538
66+
githubRepo: uswds-site
67+
- date: 2022-04-28
68+
summary: Updated to Sass module syntax and new package structure.
69+
isBreaking: true
70+
affectsAssets: true
71+
affectsJavascript: true
72+
affectsStyles: true
73+
githubPr: 4656
74+
githubRepo: uswds
75+
versionUswds: 3.0.0
76+
- date: 2022-04-13
77+
summary: Updated package name to `form-controls`.
78+
affectsGuidance: true
79+
githubPr: 1497
80+
githubRepo: uswds-site
81+
- date: 2022-04-11
82+
summary: Added support for forced colors mode.
83+
summaryAdditional: All our components now support proper display when users have a forced colors mode set in their operating system.
84+
isBreaking: false
85+
affectsAccessibility: true
86+
affectsAssets: false
87+
affectsGuidance: false
88+
affectsJavascript: false
89+
affectsMarkup: false
90+
affectsStyles: true
91+
githubPr: 4610
92+
githubRepo: uswds
93+
versionUswds: 2.13.3
94+
- date: 2021-08-18
95+
summary: Improved whitespace sensitivity of radio and checkbox tiles.
96+
summaryAdditional: Now radio and checkbox tiles will display consistently whether or not there's extra whitespace in the markup.
97+
isBreaking: false
98+
affectsAccessibility: false
99+
affectsAssets: false
100+
affectsGuidance: false
101+
affectsJavascript: false
102+
affectsMarkup: false
103+
affectsStyles: true
104+
githubPr: 4286
105+
githubRepo: uswds
106+
versionUswds: 2.12.1
107+
- date: 2021-08-18
108+
summary: Improved class order sensitivity for checkbox and radio.
109+
summaryAdditional: Now checkbox and radio components display properly regardless of the order of the class and modifier names.
110+
isBreaking: false
111+
affectsAccessibility: false
112+
affectsAssets: false
113+
affectsGuidance: false
114+
affectsJavascript: false
115+
affectsMarkup: false
116+
affectsStyles: true
117+
githubPr: 4262
118+
githubRepo: uswds
119+
versionUswds: 2.12.1
120+
- date: 2021-06-16
121+
summary: Updated checkbox and radio buttons to include automatic accessible color.
122+
summaryAdditional: Now checkbox and radio buttons will display in the proper accessible color, and adapt to the text, link, and background colors you set in your projects's settings.
123+
isBreaking: false
124+
affectsAccessibility: true
125+
affectsAssets: false
126+
affectsGuidance: false
127+
affectsJavascript: false
128+
affectsMarkup: false
129+
affectsStyles: true
130+
githubPr: 4199
131+
githubRepo: uswds
132+
versionUswds: 2.12.0
133+
- date: 2021-06-16
134+
summary: Updated margins in radio tiles.
135+
summaryAdditional: Now radio tiles have cleaner, more reliable styling for their margin.
136+
affectsStyles: true
137+
githubPr: 4181
138+
githubRepo: uswds
139+
versionUswds: 2.12.0
140+
- date: 2021-04-28
141+
summary: Updated checked radio buttons to remain checked in disabled state.
142+
summaryAdditional: Now the visual checked state of a checked checkbox does not change if that element is later disabled.
143+
isBreaking: false
144+
affectsAccessibility: false
145+
affectsAssets: false
146+
affectsGuidance: false
147+
affectsJavascript: false
148+
affectsMarkup: false
149+
affectsStyles: true
150+
githubPr: 4160
151+
githubRepo: uswds
152+
versionUswds: 2.11.2
153+
- date: 2021-03-17
154+
summary: Fixed character display in checkboxes and radio buttons.
155+
summaryAdditional: Allowed checkboxes and radio buttons to display properly regardless of character encoding.
156+
isBreaking: false
157+
affectsAccessibility: false
158+
affectsAssets: false
159+
affectsGuidance: false
160+
affectsJavascript: true
161+
affectsMarkup: false
162+
affectsStyles: true
163+
githubPr: 4080
164+
githubRepo: uswds
165+
versionUswds: 2.11.0

pages/ui-components/lifecycle-status.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,4 +175,3 @@ Don’t see the component you are looking for? [Start a discussion about it](htt
175175
</tbody>
176176
</table>
177177
<!-- End desktop-only status table -->
178-

0 commit comments

Comments
 (0)