jekyll-v4-theme-primer 0.11.0 → 0.12.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +6 -3
- data/_sass/@primer/css/base/normalize.scss +1 -0
- data/_sass/@primer/css/core/index.scss +0 -1
- data/_sass/@primer/css/forms/form-group.scss +2 -1
- data/_sass/@primer/css/forms/index.scss +0 -1
- data/_sass/@primer/css/labels/index.scss +0 -1
- data/_sass/@primer/css/layout/app-frame.scss +6 -6
- data/_sass/@primer/css/layout/stack.scss +6 -6
- data/_sass/@primer/css/markdown/lists.scss +4 -4
- data/_sass/@primer/css/primitives/index.scss +9 -9
- data/_sass/@primer/css/support/variables/misc.scss +1 -1
- data/_sass/@primer/css/utilities/borders.scss +8 -8
- data/_sass/@primer/css/utilities/visibility-display.scss +10 -9
- data/_sass/@primer/view-components/app/assets/javascripts/primer_view_components.js +1 -1
- data/_sass/@primer/view-components/app/assets/javascripts/primer_view_components.js.map +1 -1
- data/_sass/@primer/view-components/app/assets/styles/primer_view_components.css +3 -3
- data/_sass/@primer/view-components/app/assets/styles/primer_view_components.css.map +1 -1
- data/_sass/@primer/view-components/app/components/primer/alpha/action_list.css +1 -1
- data/_sass/@primer/view-components/app/components/primer/alpha/action_list.css.json +131 -1
- data/_sass/@primer/view-components/app/components/primer/alpha/action_menu/action_menu_element.d.ts +29 -0
- data/_sass/@primer/view-components/app/components/primer/alpha/action_menu/action_menu_element.js +217 -0
- data/_sass/@primer/view-components/app/components/primer/alpha/auto_complete.css +1 -1
- data/_sass/@primer/view-components/app/components/primer/alpha/auto_complete.css.json +23 -1
- data/_sass/@primer/view-components/app/components/primer/alpha/banner.css +1 -1
- data/_sass/@primer/view-components/app/components/primer/alpha/banner.css.json +24 -1
- data/_sass/@primer/view-components/app/components/primer/alpha/button_marketing.css.json +33 -1
- data/_sass/@primer/view-components/app/components/primer/alpha/dialog.css +1 -1
- data/_sass/@primer/view-components/app/components/primer/alpha/dialog.css.json +80 -1
- data/_sass/@primer/view-components/app/components/primer/alpha/dropdown.css +1 -1
- data/_sass/@primer/view-components/app/components/primer/alpha/dropdown.css.json +40 -1
- data/_sass/@primer/view-components/app/components/primer/alpha/layout.css +1 -1
- data/_sass/@primer/view-components/app/components/primer/alpha/layout.css.json +80 -1
- data/_sass/@primer/view-components/app/components/primer/alpha/menu.css +1 -1
- data/_sass/@primer/view-components/app/components/primer/alpha/menu.css.json +28 -1
- data/_sass/@primer/view-components/app/components/primer/alpha/modal_dialog.js +12 -0
- data/_sass/@primer/view-components/app/components/primer/alpha/nav_list.d.ts +7 -4
- data/_sass/@primer/view-components/app/components/primer/alpha/nav_list.js +121 -9
- data/_sass/@primer/view-components/app/components/primer/alpha/overlay.css +1 -0
- data/_sass/@primer/view-components/app/components/primer/alpha/overlay.css.json +8 -0
- data/_sass/@primer/view-components/app/components/primer/alpha/segmented_control.css +1 -1
- data/_sass/@primer/view-components/app/components/primer/alpha/segmented_control.css.json +31 -1
- data/_sass/@primer/view-components/app/components/primer/alpha/tab_nav.css +1 -1
- data/_sass/@primer/view-components/app/components/primer/alpha/tab_nav.css.json +24 -1
- data/_sass/@primer/view-components/app/components/primer/alpha/text_field.css +3 -3
- data/_sass/@primer/view-components/app/components/primer/alpha/text_field.css.json +134 -1
- data/_sass/@primer/view-components/app/components/primer/alpha/toggle_switch.css +1 -1
- data/_sass/@primer/view-components/app/components/primer/alpha/toggle_switch.css.json +40 -1
- data/_sass/@primer/view-components/app/components/primer/alpha/underline_nav.css +1 -1
- data/_sass/@primer/view-components/app/components/primer/alpha/underline_nav.css.json +28 -1
- data/_sass/@primer/view-components/app/components/primer/anchored_position.d.ts +27 -0
- data/_sass/@primer/view-components/app/components/primer/anchored_position.js +149 -0
- data/_sass/@primer/view-components/app/components/primer/beta/avatar.css +1 -1
- data/_sass/@primer/view-components/app/components/primer/beta/avatar.css.json +17 -1
- data/_sass/@primer/view-components/app/components/primer/beta/avatar_stack.css +1 -1
- data/_sass/@primer/view-components/app/components/primer/beta/avatar_stack.css.json +28 -1
- data/_sass/@primer/view-components/app/components/primer/beta/blankslate.css +1 -1
- data/_sass/@primer/view-components/app/components/primer/beta/blankslate.css.json +22 -1
- data/_sass/@primer/view-components/app/components/primer/beta/border_box.css +1 -1
- data/_sass/@primer/view-components/app/components/primer/beta/border_box.css.json +54 -1
- data/_sass/@primer/view-components/app/components/primer/beta/breadcrumbs.css.json +11 -1
- data/_sass/@primer/view-components/app/components/primer/beta/button.css +1 -1
- data/_sass/@primer/view-components/app/components/primer/beta/button.css.json +71 -1
- data/_sass/@primer/view-components/app/components/primer/beta/counter.css +1 -1
- data/_sass/@primer/view-components/app/components/primer/beta/counter.css.json +10 -1
- data/_sass/@primer/view-components/app/components/primer/beta/flash.css +1 -1
- data/_sass/@primer/view-components/app/components/primer/beta/flash.css.json +27 -1
- data/_sass/@primer/view-components/app/components/primer/beta/label.css +1 -1
- data/_sass/@primer/view-components/app/components/primer/beta/label.css.json +25 -1
- data/_sass/@primer/view-components/app/components/primer/beta/link.css.json +19 -1
- data/_sass/@primer/view-components/app/components/primer/beta/popover.css +1 -1
- data/_sass/@primer/view-components/app/components/primer/beta/popover.css.json +39 -1
- data/_sass/@primer/view-components/app/components/primer/beta/progress_bar.css.json +10 -1
- data/_sass/@primer/view-components/app/components/primer/beta/state.css +1 -1
- data/_sass/@primer/view-components/app/components/primer/beta/state.css.json +13 -1
- data/_sass/@primer/view-components/app/components/primer/beta/subhead.css +1 -1
- data/_sass/@primer/view-components/app/components/primer/beta/subhead.css.json +12 -1
- data/_sass/@primer/view-components/app/components/primer/beta/timeline_item.css +1 -1
- data/_sass/@primer/view-components/app/components/primer/beta/timeline_item.css.json +16 -1
- data/_sass/@primer/view-components/app/components/primer/beta/truncate.css +1 -1
- data/_sass/@primer/view-components/app/components/primer/beta/truncate.css.json +12 -1
- data/_sass/@primer/view-components/app/components/primer/focus_group.d.ts +19 -0
- data/_sass/@primer/view-components/app/components/primer/focus_group.js +144 -0
- data/_sass/@primer/view-components/app/components/primer/primer.d.ts +5 -2
- data/_sass/@primer/view-components/app/components/primer/primer.js +5 -2
- data/_sass/@primer/view-components/app/components/primer/truncate.css.json +13 -1
- data/_sass/@primer/view-components/lib/primer/forms/primer_text_field.js +17 -6
- data/_sass/@primer/view-components/package.json +6 -4
- data/_sass/@primer/view-components/static/arguments.json +2167 -346
- data/_sass/@primer/view-components/static/audited_at.json +22 -22
- data/_sass/@primer/view-components/static/classes.json +579 -0
- data/_sass/@primer/view-components/static/constants.json +215 -61
- data/_sass/@primer/view-components/static/info_arch.json +9090 -0
- data/_sass/@primer/view-components/static/previews.json +2020 -0
- data/_sass/@primer/view-components/static/statuses.json +23 -23
- data/_sass/{jekyll-theme-primer.scss → jekyll-v4-theme-primer.scss} +3 -3
- data/_sass/primer.scss +1 -1
- data/assets/css/style.scss +1 -1
- metadata +16 -15
- data/_sass/@primer/css/actionlist/action-list-item-divider.scss +0 -48
- data/_sass/@primer/css/actionlist/action-list-item.scss +0 -593
- data/_sass/@primer/css/actionlist/action-list-tree.scss +0 -118
- data/_sass/@primer/css/actionlist/action-list-variables.scss +0 -8
- data/_sass/@primer/css/actionlist/action-list.scss +0 -67
- data/_sass/@primer/css/actionlist/index.scss +0 -6
- data/_sass/@primer/css/forms/form-validation.scss +0 -265
- data/_sass/@primer/css/labels/diffstat.scss +0 -37
- data/_sass/@primer/view-components/app/components/primer/time_ago_component.d.ts +0 -1
- data/_sass/@primer/view-components/app/components/primer/time_ago_component.js +0 -1
- /data/_sass/@primer/view-components/app/components/primer/{local_time.d.ts → beta/relative_time.d.ts} +0 -0
- /data/_sass/@primer/view-components/app/components/primer/{local_time.js → beta/relative_time.js} +0 -0
@@ -1,12 +1,17 @@
|
|
1
1
|
{
|
2
2
|
"Primer::Alpha::ActionList": "",
|
3
3
|
"Primer::Alpha::ActionList::Divider": "",
|
4
|
+
"Primer::Alpha::ActionList::FormWrapper": "",
|
4
5
|
"Primer::Alpha::ActionList::Heading": "",
|
5
6
|
"Primer::Alpha::ActionList::Item": "",
|
7
|
+
"Primer::Alpha::ActionMenu": "",
|
8
|
+
"Primer::Alpha::ActionMenu::List": "",
|
6
9
|
"Primer::Alpha::AutoComplete": "",
|
7
10
|
"Primer::Alpha::AutoComplete::Item": "",
|
8
11
|
"Primer::Alpha::Banner": "",
|
9
12
|
"Primer::Alpha::ButtonMarketing": "",
|
13
|
+
"Primer::Alpha::CheckBox": "",
|
14
|
+
"Primer::Alpha::CheckBoxGroup": "",
|
10
15
|
"Primer::Alpha::Dialog": "2022-10-10",
|
11
16
|
"Primer::Alpha::Dialog::Body": "2022-10-10",
|
12
17
|
"Primer::Alpha::Dialog::Footer": "2022-10-10",
|
@@ -14,6 +19,8 @@
|
|
14
19
|
"Primer::Alpha::Dropdown": "",
|
15
20
|
"Primer::Alpha::Dropdown::Menu": "",
|
16
21
|
"Primer::Alpha::Dropdown::Menu::Item": "",
|
22
|
+
"Primer::Alpha::FormButton": "",
|
23
|
+
"Primer::Alpha::FormControl": "",
|
17
24
|
"Primer::Alpha::HellipButton": "",
|
18
25
|
"Primer::Alpha::HiddenTextExpander": "",
|
19
26
|
"Primer::Alpha::Image": "",
|
@@ -22,15 +29,27 @@
|
|
22
29
|
"Primer::Alpha::Layout::Main": "",
|
23
30
|
"Primer::Alpha::Layout::Sidebar": "",
|
24
31
|
"Primer::Alpha::Menu": "",
|
32
|
+
"Primer::Alpha::MultiInput": "",
|
25
33
|
"Primer::Alpha::NavList": "",
|
34
|
+
"Primer::Alpha::NavList::Divider": "",
|
35
|
+
"Primer::Alpha::NavList::Group": "",
|
26
36
|
"Primer::Alpha::NavList::Item": "",
|
27
|
-
"Primer::Alpha::
|
37
|
+
"Primer::Alpha::Navigation::Tab": "",
|
28
38
|
"Primer::Alpha::OcticonSymbols": "",
|
29
|
-
"Primer::Alpha::
|
30
|
-
"Primer::Alpha::
|
39
|
+
"Primer::Alpha::Overlay": "",
|
40
|
+
"Primer::Alpha::Overlay::Body": "",
|
41
|
+
"Primer::Alpha::Overlay::Footer": "",
|
42
|
+
"Primer::Alpha::Overlay::Header": "",
|
43
|
+
"Primer::Alpha::RadioButton": "",
|
44
|
+
"Primer::Alpha::RadioButtonGroup": "",
|
45
|
+
"Primer::Alpha::SegmentedControl": "2023-02-01",
|
46
|
+
"Primer::Alpha::SegmentedControl::Item": "2023-02-01",
|
47
|
+
"Primer::Alpha::Select": "",
|
48
|
+
"Primer::Alpha::SubmitButton": "",
|
31
49
|
"Primer::Alpha::TabContainer": "",
|
32
50
|
"Primer::Alpha::TabNav": "",
|
33
51
|
"Primer::Alpha::TabPanels": "",
|
52
|
+
"Primer::Alpha::TextArea": "",
|
34
53
|
"Primer::Alpha::TextField": "",
|
35
54
|
"Primer::Alpha::ToggleSwitch": "",
|
36
55
|
"Primer::Alpha::Tooltip": "",
|
@@ -76,28 +95,9 @@
|
|
76
95
|
"Primer::ButtonComponent": "",
|
77
96
|
"Primer::ConditionalWrapper": "",
|
78
97
|
"Primer::Content": "",
|
79
|
-
"Primer::Dropdown": "",
|
80
|
-
"Primer::Dropdown::Menu": "",
|
81
|
-
"Primer::Dropdown::Menu::Item": "",
|
82
|
-
"Primer::HellipButton": "",
|
83
98
|
"Primer::IconButton": "",
|
84
|
-
"Primer::LabelComponent": "",
|
85
99
|
"Primer::LayoutComponent": "",
|
86
|
-
"Primer::LinkComponent": "",
|
87
|
-
"Primer::LocalTime": "",
|
88
|
-
"Primer::Markdown": "",
|
89
|
-
"Primer::MenuComponent": "",
|
90
100
|
"Primer::Navigation::TabComponent": "",
|
91
|
-
"Primer::OcticonComponent": "",
|
92
|
-
"Primer::OcticonSymbolsComponent": "",
|
93
|
-
"Primer::PopoverComponent": "",
|
94
|
-
"Primer::SpinnerComponent": "",
|
95
|
-
"Primer::StateComponent": "",
|
96
|
-
"Primer::SubheadComponent": "",
|
97
|
-
"Primer::TabContainerComponent": "",
|
98
|
-
"Primer::TimeAgoComponent": "",
|
99
|
-
"Primer::TimelineItemComponent": "",
|
100
|
-
"Primer::TimelineItemComponent::BadgeComponent": "",
|
101
101
|
"Primer::Tooltip": "",
|
102
102
|
"Primer::Truncate": ""
|
103
103
|
}
|
@@ -0,0 +1,579 @@
|
|
1
|
+
{
|
2
|
+
"Box": [
|
3
|
+
"Primer::Beta::BorderBox"
|
4
|
+
],
|
5
|
+
"Link": [
|
6
|
+
"Primer::Beta::Link"
|
7
|
+
],
|
8
|
+
"Label": [
|
9
|
+
"Primer::Beta::Label"
|
10
|
+
],
|
11
|
+
"State": [
|
12
|
+
"Primer::Beta::State"
|
13
|
+
],
|
14
|
+
"Banner": [
|
15
|
+
"Primer::Alpha::Banner"
|
16
|
+
],
|
17
|
+
"Layout": [
|
18
|
+
"Primer::Alpha::Layout"
|
19
|
+
],
|
20
|
+
"Button": [
|
21
|
+
"Primer::Beta::Button"
|
22
|
+
],
|
23
|
+
"Overlay": [
|
24
|
+
"Primer::Alpha::Dialog",
|
25
|
+
"Primer::Alpha::Overlay"
|
26
|
+
],
|
27
|
+
"Box-row": [
|
28
|
+
"Primer::Beta::BorderBox"
|
29
|
+
],
|
30
|
+
"Counter": [
|
31
|
+
"Primer::Beta::Counter"
|
32
|
+
],
|
33
|
+
"Popover": [
|
34
|
+
"Primer::Beta::Popover"
|
35
|
+
],
|
36
|
+
"Subhead": [
|
37
|
+
"Primer::Beta::Subhead"
|
38
|
+
],
|
39
|
+
"Box-body": [
|
40
|
+
"Primer::Beta::BorderBox"
|
41
|
+
],
|
42
|
+
"Progress": [
|
43
|
+
"Primer::Beta::ProgressBar"
|
44
|
+
],
|
45
|
+
"Truncate": [
|
46
|
+
"Primer::Beta::Truncate"
|
47
|
+
],
|
48
|
+
"Box-title": [
|
49
|
+
"Primer::Beta::BorderBox"
|
50
|
+
],
|
51
|
+
"Box--blue": [
|
52
|
+
"Primer::Beta::BorderBox"
|
53
|
+
],
|
54
|
+
"Box-header": [
|
55
|
+
"Primer::Beta::BorderBox"
|
56
|
+
],
|
57
|
+
"Box-footer": [
|
58
|
+
"Primer::Beta::BorderBox"
|
59
|
+
],
|
60
|
+
"Layout-main": [
|
61
|
+
"Primer::Alpha::Layout"
|
62
|
+
],
|
63
|
+
"FormControl": [
|
64
|
+
"Primer::Alpha::TextField"
|
65
|
+
],
|
66
|
+
"AvatarStack": [
|
67
|
+
"Primer::Beta::AvatarStack"
|
68
|
+
],
|
69
|
+
"Box--danger": [
|
70
|
+
"Primer::Beta::BorderBox"
|
71
|
+
],
|
72
|
+
"Label--info": [
|
73
|
+
"Primer::Beta::Label"
|
74
|
+
],
|
75
|
+
"Label--open": [
|
76
|
+
"Primer::Beta::Label"
|
77
|
+
],
|
78
|
+
"Label--done": [
|
79
|
+
"Primer::Beta::Label"
|
80
|
+
],
|
81
|
+
"Link--muted": [
|
82
|
+
"Primer::Beta::Link"
|
83
|
+
],
|
84
|
+
"State--open": [
|
85
|
+
"Primer::Beta::State"
|
86
|
+
],
|
87
|
+
"Overlay-form": [
|
88
|
+
"Primer::Alpha::Dialog"
|
89
|
+
],
|
90
|
+
"Overlay-body": [
|
91
|
+
"Primer::Alpha::Dialog"
|
92
|
+
],
|
93
|
+
"ToggleSwitch": [
|
94
|
+
"Primer::Alpha::ToggleSwitch"
|
95
|
+
],
|
96
|
+
"UnderlineNav": [
|
97
|
+
"Primer::Alpha::UnderlineNav"
|
98
|
+
],
|
99
|
+
"Box-row-link": [
|
100
|
+
"Primer::Beta::BorderBox"
|
101
|
+
],
|
102
|
+
"Button-label": [
|
103
|
+
"Primer::Beta::Button"
|
104
|
+
],
|
105
|
+
"Button--link": [
|
106
|
+
"Primer::Beta::Button"
|
107
|
+
],
|
108
|
+
"Label--large": [
|
109
|
+
"Primer::Beta::Label"
|
110
|
+
],
|
111
|
+
"State--draft": [
|
112
|
+
"Primer::Beta::State"
|
113
|
+
],
|
114
|
+
"State--small": [
|
115
|
+
"Primer::Beta::State"
|
116
|
+
],
|
117
|
+
"TimelineItem": [
|
118
|
+
"Primer::Beta::TimelineItem"
|
119
|
+
],
|
120
|
+
"Box--spacious": [
|
121
|
+
"Primer::Beta::BorderBox"
|
122
|
+
],
|
123
|
+
"Box-row--blue": [
|
124
|
+
"Primer::Beta::BorderBox"
|
125
|
+
],
|
126
|
+
"Box-row--gray": [
|
127
|
+
"Primer::Beta::BorderBox"
|
128
|
+
],
|
129
|
+
"Button-visual": [
|
130
|
+
"Primer::Beta::Button"
|
131
|
+
],
|
132
|
+
"Button--small": [
|
133
|
+
"Primer::Beta::Button"
|
134
|
+
],
|
135
|
+
"Button--large": [
|
136
|
+
"Primer::Beta::Button"
|
137
|
+
],
|
138
|
+
"Label--inline": [
|
139
|
+
"Primer::Beta::Label"
|
140
|
+
],
|
141
|
+
"Label--accent": [
|
142
|
+
"Primer::Beta::Label"
|
143
|
+
],
|
144
|
+
"Label--severe": [
|
145
|
+
"Primer::Beta::Label"
|
146
|
+
],
|
147
|
+
"Label--danger": [
|
148
|
+
"Primer::Beta::Label"
|
149
|
+
],
|
150
|
+
"Label--closed": [
|
151
|
+
"Primer::Beta::Label"
|
152
|
+
],
|
153
|
+
"Link--primary": [
|
154
|
+
"Primer::Beta::Link"
|
155
|
+
],
|
156
|
+
"Link--onHover": [
|
157
|
+
"Primer::Beta::Link"
|
158
|
+
],
|
159
|
+
"Progress-item": [
|
160
|
+
"Primer::Beta::ProgressBar"
|
161
|
+
],
|
162
|
+
"State--merged": [
|
163
|
+
"Primer::Beta::State"
|
164
|
+
],
|
165
|
+
"State--closed": [
|
166
|
+
"Primer::Beta::State"
|
167
|
+
],
|
168
|
+
"ActionListWrap": [
|
169
|
+
"Primer::Alpha::ActionList"
|
170
|
+
],
|
171
|
+
"ActionListItem": [
|
172
|
+
"Primer::Alpha::ActionList"
|
173
|
+
],
|
174
|
+
"Overlay-header": [
|
175
|
+
"Primer::Alpha::Dialog"
|
176
|
+
],
|
177
|
+
"Overlay-footer": [
|
178
|
+
"Primer::Alpha::Dialog"
|
179
|
+
],
|
180
|
+
"Layout-divider": [
|
181
|
+
"Primer::Alpha::Layout"
|
182
|
+
],
|
183
|
+
"Layout-sidebar": [
|
184
|
+
"Primer::Alpha::Layout"
|
185
|
+
],
|
186
|
+
"Box--condensed": [
|
187
|
+
"Primer::Beta::BorderBox"
|
188
|
+
],
|
189
|
+
"Button-content": [
|
190
|
+
"Primer::Beta::Button"
|
191
|
+
],
|
192
|
+
"Button--danger": [
|
193
|
+
"Primer::Beta::Button"
|
194
|
+
],
|
195
|
+
"Label--primary": [
|
196
|
+
"Primer::Beta::Label"
|
197
|
+
],
|
198
|
+
"Label--success": [
|
199
|
+
"Primer::Beta::Label"
|
200
|
+
],
|
201
|
+
"Label--warning": [
|
202
|
+
"Primer::Beta::Label"
|
203
|
+
],
|
204
|
+
"Overlay--hidden": [
|
205
|
+
"Primer::Alpha::Dialog"
|
206
|
+
],
|
207
|
+
"Box--scrollable": [
|
208
|
+
"Primer::Beta::BorderBox"
|
209
|
+
],
|
210
|
+
"Box-row--yellow": [
|
211
|
+
"Primer::Beta::BorderBox"
|
212
|
+
],
|
213
|
+
"Box-btn-octicon": [
|
214
|
+
"Primer::Beta::BorderBox"
|
215
|
+
],
|
216
|
+
"Button--primary": [
|
217
|
+
"Primer::Beta::Button"
|
218
|
+
],
|
219
|
+
"Label--sponsors": [
|
220
|
+
"Primer::Beta::Label"
|
221
|
+
],
|
222
|
+
"Link--secondary": [
|
223
|
+
"Primer::Beta::Link"
|
224
|
+
],
|
225
|
+
"Popover-message": [
|
226
|
+
"Primer::Beta::Popover"
|
227
|
+
],
|
228
|
+
"Progress--large": [
|
229
|
+
"Primer::Beta::ProgressBar"
|
230
|
+
],
|
231
|
+
"Progress--small": [
|
232
|
+
"Primer::Beta::ProgressBar"
|
233
|
+
],
|
234
|
+
"Subhead-heading": [
|
235
|
+
"Primer::Beta::Subhead"
|
236
|
+
],
|
237
|
+
"Subhead-actions": [
|
238
|
+
"Primer::Beta::Subhead"
|
239
|
+
],
|
240
|
+
"ActionListHeader": [
|
241
|
+
"Primer::Alpha::ActionList"
|
242
|
+
],
|
243
|
+
"SegmentedControl": [
|
244
|
+
"Primer::Alpha::SegmentedControl"
|
245
|
+
],
|
246
|
+
"AvatarStack-body": [
|
247
|
+
"Primer::Beta::AvatarStack"
|
248
|
+
],
|
249
|
+
"Box-header--blue": [
|
250
|
+
"Primer::Beta::BorderBox"
|
251
|
+
],
|
252
|
+
"Button--iconOnly": [
|
253
|
+
"Primer::Beta::Button"
|
254
|
+
],
|
255
|
+
"Counter--primary": [
|
256
|
+
"Primer::Beta::Counter"
|
257
|
+
],
|
258
|
+
"Label--secondary": [
|
259
|
+
"Primer::Beta::Label"
|
260
|
+
],
|
261
|
+
"Label--attention": [
|
262
|
+
"Primer::Beta::Label"
|
263
|
+
],
|
264
|
+
"ActionListContent": [
|
265
|
+
"Primer::Alpha::ActionList"
|
266
|
+
],
|
267
|
+
"FormControl-label": [
|
268
|
+
"Primer::Alpha::TextField"
|
269
|
+
],
|
270
|
+
"FormControl-input": [
|
271
|
+
"Primer::Alpha::TextField"
|
272
|
+
],
|
273
|
+
"ToggleSwitch-knob": [
|
274
|
+
"Primer::Alpha::ToggleSwitch"
|
275
|
+
],
|
276
|
+
"UnderlineNav-body": [
|
277
|
+
"Primer::Alpha::UnderlineNav"
|
278
|
+
],
|
279
|
+
"UnderlineNav-item": [
|
280
|
+
"Primer::Alpha::UnderlineNav"
|
281
|
+
],
|
282
|
+
"Button--fullWidth": [
|
283
|
+
"Primer::Beta::Button"
|
284
|
+
],
|
285
|
+
"Button--secondary": [
|
286
|
+
"Primer::Beta::Button"
|
287
|
+
],
|
288
|
+
"Button--invisible": [
|
289
|
+
"Primer::Beta::Button"
|
290
|
+
],
|
291
|
+
"Subhead--spacious": [
|
292
|
+
"Primer::Beta::Subhead"
|
293
|
+
],
|
294
|
+
"TimelineItem-body": [
|
295
|
+
"Primer::Beta::TimelineItem"
|
296
|
+
],
|
297
|
+
"FormControl-select": [
|
298
|
+
"Primer::Alpha::TextField"
|
299
|
+
],
|
300
|
+
"ToggleSwitch-track": [
|
301
|
+
"Primer::Alpha::ToggleSwitch"
|
302
|
+
],
|
303
|
+
"ToggleSwitch-icons": [
|
304
|
+
"Primer::Alpha::ToggleSwitch"
|
305
|
+
],
|
306
|
+
"UnderlineNav--full": [
|
307
|
+
"Primer::Alpha::UnderlineNav"
|
308
|
+
],
|
309
|
+
"AvatarStack--right": [
|
310
|
+
"Primer::Beta::AvatarStack"
|
311
|
+
],
|
312
|
+
"Button-withTooltip": [
|
313
|
+
"Primer::Beta::Button"
|
314
|
+
],
|
315
|
+
"Counter--secondary": [
|
316
|
+
"Primer::Beta::Counter"
|
317
|
+
],
|
318
|
+
"TimelineItem-badge": [
|
319
|
+
"Primer::Beta::TimelineItem"
|
320
|
+
],
|
321
|
+
"TimelineItem-break": [
|
322
|
+
"Primer::Beta::TimelineItem"
|
323
|
+
],
|
324
|
+
"Overlay-closeButton": [
|
325
|
+
"Primer::Alpha::Dialog"
|
326
|
+
],
|
327
|
+
"FormControl-caption": [
|
328
|
+
"Primer::Alpha::TextField"
|
329
|
+
],
|
330
|
+
"ToggleSwitch-status": [
|
331
|
+
"Primer::Alpha::ToggleSwitch"
|
332
|
+
],
|
333
|
+
"ToggleSwitch--small": [
|
334
|
+
"Primer::Alpha::ToggleSwitch"
|
335
|
+
],
|
336
|
+
"UnderlineNav--right": [
|
337
|
+
"Primer::Alpha::UnderlineNav"
|
338
|
+
],
|
339
|
+
"Box-row--focus-gray": [
|
340
|
+
"Primer::Beta::BorderBox"
|
341
|
+
],
|
342
|
+
"Box-row--focus-blue": [
|
343
|
+
"Primer::Beta::BorderBox"
|
344
|
+
],
|
345
|
+
"Box-row--hover-gray": [
|
346
|
+
"Primer::Beta::BorderBox"
|
347
|
+
],
|
348
|
+
"Box-row--hover-blue": [
|
349
|
+
"Primer::Beta::BorderBox"
|
350
|
+
],
|
351
|
+
"Subhead-description": [
|
352
|
+
"Primer::Beta::Subhead"
|
353
|
+
],
|
354
|
+
"TimelineItem-avatar": [
|
355
|
+
"Primer::Beta::TimelineItem"
|
356
|
+
],
|
357
|
+
"ActionListItem-label": [
|
358
|
+
"Primer::Alpha::ActionList"
|
359
|
+
],
|
360
|
+
"FormControl-textarea": [
|
361
|
+
"Primer::Alpha::TextField"
|
362
|
+
],
|
363
|
+
"UnderlineNav-actions": [
|
364
|
+
"Primer::Alpha::UnderlineNav"
|
365
|
+
],
|
366
|
+
"UnderlineNav-octicon": [
|
367
|
+
"Primer::Alpha::UnderlineNav"
|
368
|
+
],
|
369
|
+
"Box-row--drag-button": [
|
370
|
+
"Primer::Beta::BorderBox"
|
371
|
+
],
|
372
|
+
"Button-leadingVisual": [
|
373
|
+
"Primer::Beta::Button"
|
374
|
+
],
|
375
|
+
"ActionListWrap--inset": [
|
376
|
+
"Primer::Alpha::ActionList"
|
377
|
+
],
|
378
|
+
"ActionListItem-action": [
|
379
|
+
"Primer::Alpha::ActionList"
|
380
|
+
],
|
381
|
+
"ActionListItem-visual": [
|
382
|
+
"Primer::Alpha::ActionList"
|
383
|
+
],
|
384
|
+
"SegmentedControl-item": [
|
385
|
+
"Primer::Alpha::SegmentedControl"
|
386
|
+
],
|
387
|
+
"ToggleSwitch--checked": [
|
388
|
+
"Primer::Alpha::ToggleSwitch"
|
389
|
+
],
|
390
|
+
"ToggleSwitch-lineIcon": [
|
391
|
+
"Primer::Alpha::ToggleSwitch"
|
392
|
+
],
|
393
|
+
"ToggleSwitch-statusOn": [
|
394
|
+
"Primer::Alpha::ToggleSwitch"
|
395
|
+
],
|
396
|
+
"Button-trailingVisual": [
|
397
|
+
"Primer::Beta::Button"
|
398
|
+
],
|
399
|
+
"Button-trailingAction": [
|
400
|
+
"Primer::Beta::Button"
|
401
|
+
],
|
402
|
+
"Popover-message--left": [
|
403
|
+
"Primer::Beta::Popover"
|
404
|
+
],
|
405
|
+
"Overlay-backdrop--side": [
|
406
|
+
"Primer::Alpha::Dialog"
|
407
|
+
],
|
408
|
+
"Overlay-backdrop--full": [
|
409
|
+
"Primer::Alpha::Dialog"
|
410
|
+
],
|
411
|
+
"FormControl--fullWidth": [
|
412
|
+
"Primer::Alpha::TextField"
|
413
|
+
],
|
414
|
+
"FormControl-input-wrap": [
|
415
|
+
"Primer::Alpha::TextField"
|
416
|
+
],
|
417
|
+
"FormControl-radio-wrap": [
|
418
|
+
"Primer::Alpha::TextField"
|
419
|
+
],
|
420
|
+
"ToggleSwitch--disabled": [
|
421
|
+
"Primer::Alpha::ToggleSwitch"
|
422
|
+
],
|
423
|
+
"ToggleSwitch-statusOff": [
|
424
|
+
"Primer::Alpha::ToggleSwitch"
|
425
|
+
],
|
426
|
+
"UnderlineNav-container": [
|
427
|
+
"Primer::Alpha::UnderlineNav"
|
428
|
+
],
|
429
|
+
"Popover-message--right": [
|
430
|
+
"Primer::Beta::Popover"
|
431
|
+
],
|
432
|
+
"Popover-message--large": [
|
433
|
+
"Primer::Beta::Popover"
|
434
|
+
],
|
435
|
+
"ActionListWrap--divided": [
|
436
|
+
"Primer::Alpha::ActionList"
|
437
|
+
],
|
438
|
+
"ActionListItem--subItem": [
|
439
|
+
"Primer::Alpha::ActionList"
|
440
|
+
],
|
441
|
+
"FormControl-select-wrap": [
|
442
|
+
"Primer::Alpha::TextField"
|
443
|
+
],
|
444
|
+
"ToggleSwitch-circleIcon": [
|
445
|
+
"Primer::Alpha::ToggleSwitch"
|
446
|
+
],
|
447
|
+
"ToggleSwitch-statusIcon": [
|
448
|
+
"Primer::Alpha::ToggleSwitch"
|
449
|
+
],
|
450
|
+
"Popover-message--bottom": [
|
451
|
+
"Primer::Beta::Popover"
|
452
|
+
],
|
453
|
+
"Subhead-heading--danger": [
|
454
|
+
"Primer::Beta::Subhead"
|
455
|
+
],
|
456
|
+
"TimelineItem--condensed": [
|
457
|
+
"Primer::Beta::TimelineItem"
|
458
|
+
],
|
459
|
+
"Overlay-backdrop--center": [
|
460
|
+
"Primer::Alpha::Dialog"
|
461
|
+
],
|
462
|
+
"Overlay-backdrop--anchor": [
|
463
|
+
"Primer::Alpha::Dialog"
|
464
|
+
],
|
465
|
+
"ActionList-sectionDivider": [
|
466
|
+
"Primer::Alpha::ActionList"
|
467
|
+
],
|
468
|
+
"Overlay--visibilityHidden": [
|
469
|
+
"Primer::Alpha::Dialog"
|
470
|
+
],
|
471
|
+
"FormControl-checkbox-wrap": [
|
472
|
+
"Primer::Alpha::TextField"
|
473
|
+
],
|
474
|
+
"ToggleSwitch--statusAtEnd": [
|
475
|
+
"Primer::Alpha::ToggleSwitch"
|
476
|
+
],
|
477
|
+
"Popover-message--no-caret": [
|
478
|
+
"Primer::Beta::Popover"
|
479
|
+
],
|
480
|
+
"Popover-message--top-left": [
|
481
|
+
"Primer::Beta::Popover"
|
482
|
+
],
|
483
|
+
"Popover-message--left-top": [
|
484
|
+
"Primer::Beta::Popover"
|
485
|
+
],
|
486
|
+
"ActionListItem-description": [
|
487
|
+
"Primer::Alpha::ActionList"
|
488
|
+
],
|
489
|
+
"FormControl-spacingWrapper": [
|
490
|
+
"Primer::Alpha::TextField"
|
491
|
+
],
|
492
|
+
"Button-content--alignStart": [
|
493
|
+
"Primer::Beta::Button"
|
494
|
+
],
|
495
|
+
"Popover-message--top-right": [
|
496
|
+
"Primer::Beta::Popover"
|
497
|
+
],
|
498
|
+
"Popover-message--right-top": [
|
499
|
+
"Primer::Beta::Popover"
|
500
|
+
],
|
501
|
+
"ActionListItem--withActions": [
|
502
|
+
"Primer::Alpha::ActionList"
|
503
|
+
],
|
504
|
+
"SegmentedControl--fullWidth": [
|
505
|
+
"Primer::Alpha::SegmentedControl"
|
506
|
+
],
|
507
|
+
"FormControl-horizontalGroup": [
|
508
|
+
"Primer::Alpha::TextField"
|
509
|
+
],
|
510
|
+
"TimelineItem-badge--success": [
|
511
|
+
"Primer::Beta::TimelineItem"
|
512
|
+
],
|
513
|
+
"FormControl-inlineValidation": [
|
514
|
+
"Primer::Alpha::TextField"
|
515
|
+
],
|
516
|
+
"FormControl-check-group-wrap": [
|
517
|
+
"Primer::Alpha::TextField"
|
518
|
+
],
|
519
|
+
"FormControl-radio-group-wrap": [
|
520
|
+
"Primer::Alpha::TextField"
|
521
|
+
],
|
522
|
+
"Popover-message--bottom-left": [
|
523
|
+
"Primer::Beta::Popover"
|
524
|
+
],
|
525
|
+
"Popover-message--left-bottom": [
|
526
|
+
"Primer::Beta::Popover"
|
527
|
+
],
|
528
|
+
"ActionListItem-trailingAction": [
|
529
|
+
"Primer::Alpha::ActionList"
|
530
|
+
],
|
531
|
+
"FormControl-toggleSwitchInput": [
|
532
|
+
"Primer::Alpha::TextField"
|
533
|
+
],
|
534
|
+
"Popover-message--bottom-right": [
|
535
|
+
"Primer::Beta::Popover"
|
536
|
+
],
|
537
|
+
"Popover-message--right-bottom": [
|
538
|
+
"Primer::Beta::Popover"
|
539
|
+
],
|
540
|
+
"ActionListItem-action--leading": [
|
541
|
+
"Primer::Alpha::ActionList"
|
542
|
+
],
|
543
|
+
"ActionListItem-visual--leading": [
|
544
|
+
"Primer::Alpha::ActionList"
|
545
|
+
],
|
546
|
+
"ActionListItem-descriptionWrap": [
|
547
|
+
"Primer::Alpha::ActionList"
|
548
|
+
],
|
549
|
+
"ActionListItem-label--truncate": [
|
550
|
+
"Primer::Alpha::ActionList"
|
551
|
+
],
|
552
|
+
"ActionListItem-visual--trailing": [
|
553
|
+
"Primer::Alpha::ActionList"
|
554
|
+
],
|
555
|
+
"ActionListItem-action--trailing": [
|
556
|
+
"Primer::Alpha::ActionList"
|
557
|
+
],
|
558
|
+
"ActionList-sectionDivider--filled": [
|
559
|
+
"Primer::Alpha::ActionList"
|
560
|
+
],
|
561
|
+
"Overlay-backdrop--side-whenNarrow": [
|
562
|
+
"Primer::Alpha::Dialog"
|
563
|
+
],
|
564
|
+
"Overlay-backdrop--full-whenNarrow": [
|
565
|
+
"Primer::Alpha::Dialog"
|
566
|
+
],
|
567
|
+
"ActionListItem--trailingActionHover": [
|
568
|
+
"Primer::Alpha::ActionList"
|
569
|
+
],
|
570
|
+
"Overlay-backdrop--center-whenNarrow": [
|
571
|
+
"Primer::Alpha::Dialog"
|
572
|
+
],
|
573
|
+
"Overlay-backdrop--anchor-whenNarrow": [
|
574
|
+
"Primer::Alpha::Dialog"
|
575
|
+
],
|
576
|
+
"ActionListItem-descriptionWrap--inline": [
|
577
|
+
"Primer::Alpha::ActionList"
|
578
|
+
]
|
579
|
+
}
|