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