@mixtint/primer-view-components 0.72.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/LICENSE.txt +21 -0
- package/README.md +30 -0
- package/app/assets/images/loading_indicator.svg +1 -0
- package/app/assets/javascripts/components/primer/alpha/action_bar_element.d.ts +17 -0
- package/app/assets/javascripts/components/primer/alpha/action_list.d.ts +16 -0
- package/app/assets/javascripts/components/primer/alpha/action_menu/action_menu_element.d.ts +49 -0
- package/app/assets/javascripts/components/primer/alpha/action_menu/action_menu_focus_zone_stack.d.ts +17 -0
- package/app/assets/javascripts/components/primer/alpha/dropdown/menu.d.ts +1 -0
- package/app/assets/javascripts/components/primer/alpha/dropdown.d.ts +1 -0
- package/app/assets/javascripts/components/primer/alpha/modal_dialog.d.ts +18 -0
- package/app/assets/javascripts/components/primer/alpha/segmented_control.d.ts +12 -0
- package/app/assets/javascripts/components/primer/alpha/select_panel_element.d.ts +65 -0
- package/app/assets/javascripts/components/primer/alpha/tab_container.d.ts +1 -0
- package/app/assets/javascripts/components/primer/alpha/toggle_switch.d.ts +34 -0
- package/app/assets/javascripts/components/primer/alpha/tool_tip.d.ts +27 -0
- package/app/assets/javascripts/components/primer/alpha/tree_view/tree_view.d.ts +42 -0
- package/app/assets/javascripts/components/primer/alpha/tree_view/tree_view_icon_pair_element.d.ts +15 -0
- package/app/assets/javascripts/components/primer/alpha/tree_view/tree_view_include_fragment_element.d.ts +9 -0
- package/app/assets/javascripts/components/primer/alpha/tree_view/tree_view_roving_tab_index.d.ts +3 -0
- package/app/assets/javascripts/components/primer/alpha/tree_view/tree_view_sub_tree_node_element.d.ts +45 -0
- package/app/assets/javascripts/components/primer/alpha/x_banner.d.ts +18 -0
- package/app/assets/javascripts/components/primer/anchored_position.d.ts +27 -0
- package/app/assets/javascripts/components/primer/beta/auto_complete/auto_complete.d.ts +1 -0
- package/app/assets/javascripts/components/primer/beta/clipboard_copy.d.ts +1 -0
- package/app/assets/javascripts/components/primer/beta/details_toggle_element.d.ts +40 -0
- package/app/assets/javascripts/components/primer/beta/nav_list.d.ts +20 -0
- package/app/assets/javascripts/components/primer/beta/nav_list_group_element.d.ts +19 -0
- package/app/assets/javascripts/components/primer/beta/relative_time.d.ts +1 -0
- package/app/assets/javascripts/components/primer/dialog_helper.d.ts +15 -0
- package/app/assets/javascripts/components/primer/focus_group.d.ts +19 -0
- package/app/assets/javascripts/components/primer/open_project/border_box/collapsible_header.d.ts +11 -0
- package/app/assets/javascripts/components/primer/open_project/collapsible.d.ts +13 -0
- package/app/assets/javascripts/components/primer/open_project/collapsible_section.d.ts +10 -0
- package/app/assets/javascripts/components/primer/open_project/danger_dialog_form_helper.d.ts +14 -0
- package/app/assets/javascripts/components/primer/open_project/filterable_tree_view.d.ts +29 -0
- package/app/assets/javascripts/components/primer/open_project/page_header_element.d.ts +9 -0
- package/app/assets/javascripts/components/primer/open_project/sub_header_element.d.ts +17 -0
- package/app/assets/javascripts/components/primer/open_project/zen_mode_button.d.ts +18 -0
- package/app/assets/javascripts/components/primer/primer.d.ts +40 -0
- package/app/assets/javascripts/components/primer/scrollable_region.d.ts +13 -0
- package/app/assets/javascripts/components/primer/shared_events.d.ts +26 -0
- package/app/assets/javascripts/components/primer/utils.d.ts +1 -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 +28 -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 +7336 -0
- package/app/assets/styles/primer_view_components.css.map +1 -0
- package/app/components/primer/alpha/action_bar.css +49 -0
- package/app/components/primer/alpha/action_bar.css.json +14 -0
- package/app/components/primer/alpha/action_bar_element.d.ts +17 -0
- package/app/components/primer/alpha/action_bar_element.js +170 -0
- package/app/components/primer/alpha/action_list.css +526 -0
- package/app/components/primer/alpha/action_list.css.json +117 -0
- package/app/components/primer/alpha/action_list.d.ts +16 -0
- package/app/components/primer/alpha/action_list.js +70 -0
- package/app/components/primer/alpha/action_menu/action_menu_element.d.ts +49 -0
- package/app/components/primer/alpha/action_menu/action_menu_element.js +591 -0
- package/app/components/primer/alpha/action_menu/action_menu_focus_zone_stack.d.ts +17 -0
- package/app/components/primer/alpha/action_menu/action_menu_focus_zone_stack.js +62 -0
- package/app/components/primer/alpha/auto_complete.css +131 -0
- package/app/components/primer/alpha/auto_complete.css.json +21 -0
- package/app/components/primer/alpha/banner.css +146 -0
- package/app/components/primer/alpha/banner.css.json +26 -0
- package/app/components/primer/alpha/button_marketing.css +183 -0
- package/app/components/primer/alpha/button_marketing.css.json +30 -0
- package/app/components/primer/alpha/dialog.css +377 -0
- package/app/components/primer/alpha/dialog.css.json +66 -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 +296 -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/layout.css +374 -0
- package/app/components/primer/alpha/layout.css.json +74 -0
- package/app/components/primer/alpha/menu.css +124 -0
- package/app/components/primer/alpha/menu.css.json +26 -0
- package/app/components/primer/alpha/modal_dialog.d.ts +18 -0
- package/app/components/primer/alpha/modal_dialog.js +187 -0
- package/app/components/primer/alpha/overlay.css +25 -0
- package/app/components/primer/alpha/overlay.css.json +12 -0
- package/app/components/primer/alpha/segmented_control.css +161 -0
- package/app/components/primer/alpha/segmented_control.css.json +31 -0
- package/app/components/primer/alpha/segmented_control.d.ts +12 -0
- package/app/components/primer/alpha/segmented_control.js +59 -0
- package/app/components/primer/alpha/select_panel.css +10 -0
- package/app/components/primer/alpha/select_panel.css.json +7 -0
- package/app/components/primer/alpha/select_panel_element.d.ts +65 -0
- package/app/components/primer/alpha/select_panel_element.js +988 -0
- package/app/components/primer/alpha/skeleton_box.css +36 -0
- package/app/components/primer/alpha/skeleton_box.css.json +6 -0
- package/app/components/primer/alpha/stack.css +266 -0
- package/app/components/primer/alpha/stack.css.json +94 -0
- package/app/components/primer/alpha/stack_item.css +27 -0
- package/app/components/primer/alpha/stack_item.css.json +12 -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 +112 -0
- package/app/components/primer/alpha/tab_nav.css.json +22 -0
- package/app/components/primer/alpha/text_field.css +838 -0
- package/app/components/primer/alpha/text_field.css.json +134 -0
- package/app/components/primer/alpha/toggle_switch.css +230 -0
- package/app/components/primer/alpha/toggle_switch.css.json +40 -0
- package/app/components/primer/alpha/toggle_switch.d.ts +34 -0
- package/app/components/primer/alpha/toggle_switch.js +179 -0
- package/app/components/primer/alpha/tool_tip.d.ts +27 -0
- package/app/components/primer/alpha/tool_tip.js +443 -0
- package/app/components/primer/alpha/tree_view/tree_view.d.ts +42 -0
- package/app/components/primer/alpha/tree_view/tree_view.js +391 -0
- package/app/components/primer/alpha/tree_view/tree_view_icon_pair_element.d.ts +15 -0
- package/app/components/primer/alpha/tree_view/tree_view_icon_pair_element.js +62 -0
- package/app/components/primer/alpha/tree_view/tree_view_include_fragment_element.d.ts +9 -0
- package/app/components/primer/alpha/tree_view/tree_view_include_fragment_element.js +28 -0
- package/app/components/primer/alpha/tree_view/tree_view_roving_tab_index.d.ts +3 -0
- package/app/components/primer/alpha/tree_view/tree_view_roving_tab_index.js +130 -0
- package/app/components/primer/alpha/tree_view/tree_view_sub_tree_node_element.d.ts +45 -0
- package/app/components/primer/alpha/tree_view/tree_view_sub_tree_node_element.js +429 -0
- package/app/components/primer/alpha/tree_view.css +396 -0
- package/app/components/primer/alpha/tree_view.css.json +52 -0
- package/app/components/primer/alpha/underline_nav.css +150 -0
- package/app/components/primer/alpha/underline_nav.css.json +26 -0
- package/app/components/primer/alpha/x_banner.d.ts +18 -0
- package/app/components/primer/alpha/x_banner.js +51 -0
- package/app/components/primer/anchored_position.d.ts +27 -0
- package/app/components/primer/anchored_position.js +159 -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 +77 -0
- package/app/components/primer/beta/avatar.css.json +17 -0
- package/app/components/primer/beta/avatar_stack.css +145 -0
- package/app/components/primer/beta/avatar_stack.css.json +28 -0
- package/app/components/primer/beta/blankslate.css +168 -0
- package/app/components/primer/beta/blankslate.css.json +23 -0
- package/app/components/primer/beta/border_box.css +218 -0
- package/app/components/primer/beta/border_box.css.json +54 -0
- package/app/components/primer/beta/breadcrumbs.css +29 -0
- package/app/components/primer/beta/breadcrumbs.css.json +9 -0
- package/app/components/primer/beta/button.css +359 -0
- package/app/components/primer/beta/button.css.json +86 -0
- package/app/components/primer/beta/button_group.css +20 -0
- package/app/components/primer/beta/button_group.css.json +12 -0
- package/app/components/primer/beta/clipboard_copy.d.ts +1 -0
- package/app/components/primer/beta/clipboard_copy.js +58 -0
- package/app/components/primer/beta/counter.css +38 -0
- package/app/components/primer/beta/counter.css.json +10 -0
- package/app/components/primer/beta/details_toggle_element.d.ts +40 -0
- package/app/components/primer/beta/details_toggle_element.js +65 -0
- package/app/components/primer/beta/flash.css +152 -0
- package/app/components/primer/beta/flash.css.json +27 -0
- package/app/components/primer/beta/label.css +109 -0
- package/app/components/primer/beta/label.css.json +24 -0
- package/app/components/primer/beta/link.css +79 -0
- package/app/components/primer/beta/link.css.json +19 -0
- package/app/components/primer/beta/nav_list.d.ts +20 -0
- package/app/components/primer/beta/nav_list.js +192 -0
- package/app/components/primer/beta/nav_list_group_element.d.ts +19 -0
- package/app/components/primer/beta/nav_list_group_element.js +111 -0
- package/app/components/primer/beta/popover.css +215 -0
- package/app/components/primer/beta/popover.css.json +33 -0
- package/app/components/primer/beta/progress_bar.css +27 -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 +59 -0
- package/app/components/primer/beta/state.css.json +13 -0
- package/app/components/primer/beta/subhead.css +64 -0
- package/app/components/primer/beta/subhead.css.json +14 -0
- package/app/components/primer/beta/timeline_item.css +106 -0
- package/app/components/primer/beta/timeline_item.css.json +16 -0
- package/app/components/primer/beta/truncate.css +30 -0
- package/app/components/primer/beta/truncate.css.json +12 -0
- package/app/components/primer/dialog_helper.d.ts +15 -0
- package/app/components/primer/dialog_helper.js +132 -0
- package/app/components/primer/focus_group.d.ts +19 -0
- package/app/components/primer/focus_group.js +163 -0
- package/app/components/primer/open_project/border_box/collapsible_header.css +21 -0
- package/app/components/primer/open_project/border_box/collapsible_header.css.json +11 -0
- package/app/components/primer/open_project/border_box/collapsible_header.d.ts +11 -0
- package/app/components/primer/open_project/border_box/collapsible_header.js +21 -0
- package/app/components/primer/open_project/border_grid.css +35 -0
- package/app/components/primer/open_project/border_grid.css.json +11 -0
- package/app/components/primer/open_project/collapsible.d.ts +13 -0
- package/app/components/primer/open_project/collapsible.js +67 -0
- package/app/components/primer/open_project/collapsible_section.css +5 -0
- package/app/components/primer/open_project/collapsible_section.css.json +6 -0
- package/app/components/primer/open_project/collapsible_section.d.ts +10 -0
- package/app/components/primer/open_project/collapsible_section.js +16 -0
- package/app/components/primer/open_project/danger_dialog_form_helper.d.ts +14 -0
- package/app/components/primer/open_project/danger_dialog_form_helper.js +54 -0
- package/app/components/primer/open_project/drag_handle.css +6 -0
- package/app/components/primer/open_project/drag_handle.css.json +6 -0
- package/app/components/primer/open_project/filterable_tree_view.d.ts +29 -0
- package/app/components/primer/open_project/filterable_tree_view.js +409 -0
- package/app/components/primer/open_project/input_group.css +22 -0
- package/app/components/primer/open_project/input_group.css.json +12 -0
- package/app/components/primer/open_project/page_header.css +87 -0
- package/app/components/primer/open_project/page_header.css.json +20 -0
- package/app/components/primer/open_project/page_header_element.d.ts +9 -0
- package/app/components/primer/open_project/page_header_element.js +23 -0
- package/app/components/primer/open_project/side_panel/section.css +27 -0
- package/app/components/primer/open_project/side_panel/section.css.json +11 -0
- package/app/components/primer/open_project/sub_header.css +80 -0
- package/app/components/primer/open_project/sub_header.css.json +17 -0
- package/app/components/primer/open_project/sub_header_element.d.ts +17 -0
- package/app/components/primer/open_project/sub_header_element.js +76 -0
- package/app/components/primer/open_project/zen_mode_button.d.ts +18 -0
- package/app/components/primer/open_project/zen_mode_button.js +64 -0
- package/app/components/primer/primer.d.ts +40 -0
- package/app/components/primer/primer.js +40 -0
- package/app/components/primer/scrollable_region.d.ts +13 -0
- package/app/components/primer/scrollable_region.js +52 -0
- package/app/components/primer/shared_events.d.ts +26 -0
- package/app/components/primer/shared_events.js +1 -0
- package/app/components/primer/truncate.css +23 -0
- package/app/components/primer/truncate.css.json +13 -0
- package/app/components/primer/utils.d.ts +1 -0
- package/app/components/primer/utils.js +16 -0
- package/app/lib/primer/forms/primer_multi_input.d.ts +10 -0
- package/app/lib/primer/forms/primer_multi_input.js +44 -0
- package/app/lib/primer/forms/primer_text_field.d.ts +28 -0
- package/app/lib/primer/forms/primer_text_field.js +119 -0
- package/app/lib/primer/forms/toggle_switch_input.d.ts +5 -0
- package/app/lib/primer/forms/toggle_switch_input.js +34 -0
- package/package.json +103 -0
- package/static/arguments.json +6472 -0
- package/static/audited_at.json +173 -0
- package/static/classes.json +781 -0
- package/static/constants.json +1972 -0
- package/static/form_previews.json +118 -0
- package/static/info_arch.json +21331 -0
- package/static/previews.json +9436 -0
- package/static/statuses.json +173 -0
|
@@ -0,0 +1,781 @@
|
|
|
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
|
+
"BorderGrid": [
|
|
105
|
+
"Primer::OpenProject::BorderGrid"
|
|
106
|
+
],
|
|
107
|
+
"BorderGrid--spacious": [
|
|
108
|
+
"Primer::OpenProject::BorderGrid"
|
|
109
|
+
],
|
|
110
|
+
"BorderGrid-cell": [
|
|
111
|
+
"Primer::OpenProject::BorderGrid"
|
|
112
|
+
],
|
|
113
|
+
"BorderGrid-row": [
|
|
114
|
+
"Primer::OpenProject::BorderGrid"
|
|
115
|
+
],
|
|
116
|
+
"Box": [
|
|
117
|
+
"Primer::Beta::BorderBox",
|
|
118
|
+
"Primer::OpenProject::BorderBox::CollapsibleHeader"
|
|
119
|
+
],
|
|
120
|
+
"Box--blue": [
|
|
121
|
+
"Primer::Beta::BorderBox"
|
|
122
|
+
],
|
|
123
|
+
"Box--condensed": [
|
|
124
|
+
"Primer::Beta::BorderBox"
|
|
125
|
+
],
|
|
126
|
+
"Box--danger": [
|
|
127
|
+
"Primer::Beta::BorderBox"
|
|
128
|
+
],
|
|
129
|
+
"Box--scrollable": [
|
|
130
|
+
"Primer::Beta::BorderBox"
|
|
131
|
+
],
|
|
132
|
+
"Box--spacious": [
|
|
133
|
+
"Primer::Beta::BorderBox"
|
|
134
|
+
],
|
|
135
|
+
"Box-body": [
|
|
136
|
+
"Primer::Beta::BorderBox"
|
|
137
|
+
],
|
|
138
|
+
"Box-btn-octicon": [
|
|
139
|
+
"Primer::Beta::BorderBox"
|
|
140
|
+
],
|
|
141
|
+
"Box-footer": [
|
|
142
|
+
"Primer::Beta::BorderBox"
|
|
143
|
+
],
|
|
144
|
+
"Box-header": [
|
|
145
|
+
"Primer::Beta::BorderBox"
|
|
146
|
+
],
|
|
147
|
+
"Box-header--blue": [
|
|
148
|
+
"Primer::Beta::BorderBox"
|
|
149
|
+
],
|
|
150
|
+
"Box-row": [
|
|
151
|
+
"Primer::Beta::BorderBox"
|
|
152
|
+
],
|
|
153
|
+
"Box-row--blue": [
|
|
154
|
+
"Primer::Beta::BorderBox"
|
|
155
|
+
],
|
|
156
|
+
"Box-row--drag-button": [
|
|
157
|
+
"Primer::Beta::BorderBox"
|
|
158
|
+
],
|
|
159
|
+
"Box-row--focus-blue": [
|
|
160
|
+
"Primer::Beta::BorderBox"
|
|
161
|
+
],
|
|
162
|
+
"Box-row--focus-gray": [
|
|
163
|
+
"Primer::Beta::BorderBox"
|
|
164
|
+
],
|
|
165
|
+
"Box-row--gray": [
|
|
166
|
+
"Primer::Beta::BorderBox"
|
|
167
|
+
],
|
|
168
|
+
"Box-row--hover-blue": [
|
|
169
|
+
"Primer::Beta::BorderBox"
|
|
170
|
+
],
|
|
171
|
+
"Box-row--hover-gray": [
|
|
172
|
+
"Primer::Beta::BorderBox"
|
|
173
|
+
],
|
|
174
|
+
"Box-row--yellow": [
|
|
175
|
+
"Primer::Beta::BorderBox"
|
|
176
|
+
],
|
|
177
|
+
"Box-row-link": [
|
|
178
|
+
"Primer::Beta::BorderBox"
|
|
179
|
+
],
|
|
180
|
+
"Box-title": [
|
|
181
|
+
"Primer::Beta::BorderBox"
|
|
182
|
+
],
|
|
183
|
+
"Button": [
|
|
184
|
+
"Primer::Beta::Button"
|
|
185
|
+
],
|
|
186
|
+
"Button--danger": [
|
|
187
|
+
"Primer::Beta::Button"
|
|
188
|
+
],
|
|
189
|
+
"Button--fullWidth": [
|
|
190
|
+
"Primer::Beta::Button"
|
|
191
|
+
],
|
|
192
|
+
"Button--iconOnly": [
|
|
193
|
+
"Primer::Beta::Button"
|
|
194
|
+
],
|
|
195
|
+
"Button--inactive": [
|
|
196
|
+
"Primer::Beta::Button"
|
|
197
|
+
],
|
|
198
|
+
"Button--invisible": [
|
|
199
|
+
"Primer::Beta::Button"
|
|
200
|
+
],
|
|
201
|
+
"Button--labelWrap": [
|
|
202
|
+
"Primer::Beta::Button"
|
|
203
|
+
],
|
|
204
|
+
"Button--large": [
|
|
205
|
+
"Primer::Beta::Button"
|
|
206
|
+
],
|
|
207
|
+
"Button--link": [
|
|
208
|
+
"Primer::Beta::Button"
|
|
209
|
+
],
|
|
210
|
+
"Button--primary": [
|
|
211
|
+
"Primer::Beta::Button"
|
|
212
|
+
],
|
|
213
|
+
"Button--secondary": [
|
|
214
|
+
"Primer::Beta::Button"
|
|
215
|
+
],
|
|
216
|
+
"Button--small": [
|
|
217
|
+
"Primer::Beta::Button"
|
|
218
|
+
],
|
|
219
|
+
"Button-content": [
|
|
220
|
+
"Primer::Beta::Button"
|
|
221
|
+
],
|
|
222
|
+
"Button-content--alignStart": [
|
|
223
|
+
"Primer::Beta::Button"
|
|
224
|
+
],
|
|
225
|
+
"Button-label": [
|
|
226
|
+
"Primer::Beta::Button"
|
|
227
|
+
],
|
|
228
|
+
"Button-leadingVisual": [
|
|
229
|
+
"Primer::Beta::Button"
|
|
230
|
+
],
|
|
231
|
+
"Button-trailingAction": [
|
|
232
|
+
"Primer::Beta::Button"
|
|
233
|
+
],
|
|
234
|
+
"Button-trailingVisual": [
|
|
235
|
+
"Primer::Beta::Button"
|
|
236
|
+
],
|
|
237
|
+
"Button-visual": [
|
|
238
|
+
"Primer::Beta::Button"
|
|
239
|
+
],
|
|
240
|
+
"ButtonGroup": [
|
|
241
|
+
"Primer::Beta::ButtonGroup"
|
|
242
|
+
],
|
|
243
|
+
"CollapsibleHeader": [
|
|
244
|
+
"Primer::OpenProject::BorderBox::CollapsibleHeader"
|
|
245
|
+
],
|
|
246
|
+
"CollapsibleHeader--triggerArea": [
|
|
247
|
+
"Primer::OpenProject::BorderBox::CollapsibleHeader"
|
|
248
|
+
],
|
|
249
|
+
"CollapsibleSection--triggerArea": [
|
|
250
|
+
"Primer::OpenProject::CollapsibleSection"
|
|
251
|
+
],
|
|
252
|
+
"Counter": [
|
|
253
|
+
"Primer::Beta::Counter"
|
|
254
|
+
],
|
|
255
|
+
"Counter--primary": [
|
|
256
|
+
"Primer::Beta::Counter"
|
|
257
|
+
],
|
|
258
|
+
"Counter--secondary": [
|
|
259
|
+
"Primer::Beta::Counter"
|
|
260
|
+
],
|
|
261
|
+
"DragHandle": [
|
|
262
|
+
"Primer::OpenProject::DragHandle"
|
|
263
|
+
],
|
|
264
|
+
"FormControl": [
|
|
265
|
+
"Primer::Alpha::TextField"
|
|
266
|
+
],
|
|
267
|
+
"FormControl--fullWidth": [
|
|
268
|
+
"Primer::Alpha::TextField"
|
|
269
|
+
],
|
|
270
|
+
"FormControl-caption": [
|
|
271
|
+
"Primer::Alpha::TextField"
|
|
272
|
+
],
|
|
273
|
+
"FormControl-check-group-wrap": [
|
|
274
|
+
"Primer::Alpha::TextField"
|
|
275
|
+
],
|
|
276
|
+
"FormControl-checkbox": [
|
|
277
|
+
"Primer::Alpha::TextField"
|
|
278
|
+
],
|
|
279
|
+
"FormControl-checkbox-wrap": [
|
|
280
|
+
"Primer::Alpha::TextField"
|
|
281
|
+
],
|
|
282
|
+
"FormControl-error": [
|
|
283
|
+
"Primer::Alpha::TextField"
|
|
284
|
+
],
|
|
285
|
+
"FormControl-horizontalGroup": [
|
|
286
|
+
"Primer::Alpha::TextField"
|
|
287
|
+
],
|
|
288
|
+
"FormControl-inlineValidation": [
|
|
289
|
+
"Primer::Alpha::TextField"
|
|
290
|
+
],
|
|
291
|
+
"FormControl-inlineValidation--success": [
|
|
292
|
+
"Primer::Alpha::TextField"
|
|
293
|
+
],
|
|
294
|
+
"FormControl-inlineValidation--visual": [
|
|
295
|
+
"Primer::Alpha::TextField"
|
|
296
|
+
],
|
|
297
|
+
"FormControl-input": [
|
|
298
|
+
"Primer::Alpha::TextField"
|
|
299
|
+
],
|
|
300
|
+
"FormControl-input-trailingAction--divider": [
|
|
301
|
+
"Primer::Alpha::TextField"
|
|
302
|
+
],
|
|
303
|
+
"FormControl-input-wrap": [
|
|
304
|
+
"Primer::Alpha::TextField"
|
|
305
|
+
],
|
|
306
|
+
"FormControl-inset": [
|
|
307
|
+
"Primer::Alpha::TextField"
|
|
308
|
+
],
|
|
309
|
+
"FormControl-label": [
|
|
310
|
+
"Primer::Alpha::TextField"
|
|
311
|
+
],
|
|
312
|
+
"FormControl-large": [
|
|
313
|
+
"Primer::Alpha::TextField"
|
|
314
|
+
],
|
|
315
|
+
"FormControl-medium": [
|
|
316
|
+
"Primer::Alpha::TextField"
|
|
317
|
+
],
|
|
318
|
+
"FormControl-monospace": [
|
|
319
|
+
"Primer::Alpha::TextField"
|
|
320
|
+
],
|
|
321
|
+
"FormControl-radio": [
|
|
322
|
+
"Primer::Alpha::TextField"
|
|
323
|
+
],
|
|
324
|
+
"FormControl-radio-group-wrap": [
|
|
325
|
+
"Primer::Alpha::TextField"
|
|
326
|
+
],
|
|
327
|
+
"FormControl-radio-wrap": [
|
|
328
|
+
"Primer::Alpha::TextField"
|
|
329
|
+
],
|
|
330
|
+
"FormControl-select": [
|
|
331
|
+
"Primer::Alpha::TextField"
|
|
332
|
+
],
|
|
333
|
+
"FormControl-select-wrap": [
|
|
334
|
+
"Primer::Alpha::TextField"
|
|
335
|
+
],
|
|
336
|
+
"FormControl-small": [
|
|
337
|
+
"Primer::Alpha::TextField"
|
|
338
|
+
],
|
|
339
|
+
"FormControl-spacingWrapper": [
|
|
340
|
+
"Primer::Alpha::TextField"
|
|
341
|
+
],
|
|
342
|
+
"FormControl-success": [
|
|
343
|
+
"Primer::Alpha::TextField"
|
|
344
|
+
],
|
|
345
|
+
"FormControl-textarea": [
|
|
346
|
+
"Primer::Alpha::TextField"
|
|
347
|
+
],
|
|
348
|
+
"FormControl-toggleSwitchInput": [
|
|
349
|
+
"Primer::Alpha::TextField"
|
|
350
|
+
],
|
|
351
|
+
"FormControl-warning": [
|
|
352
|
+
"Primer::Alpha::TextField"
|
|
353
|
+
],
|
|
354
|
+
"InputGroup": [
|
|
355
|
+
"Primer::OpenProject::InputGroup"
|
|
356
|
+
],
|
|
357
|
+
"Label": [
|
|
358
|
+
"Primer::Beta::Label"
|
|
359
|
+
],
|
|
360
|
+
"Label--accent": [
|
|
361
|
+
"Primer::Beta::Label"
|
|
362
|
+
],
|
|
363
|
+
"Label--attention": [
|
|
364
|
+
"Primer::Beta::Label"
|
|
365
|
+
],
|
|
366
|
+
"Label--closed": [
|
|
367
|
+
"Primer::Beta::Label"
|
|
368
|
+
],
|
|
369
|
+
"Label--danger": [
|
|
370
|
+
"Primer::Beta::Label"
|
|
371
|
+
],
|
|
372
|
+
"Label--done": [
|
|
373
|
+
"Primer::Beta::Label"
|
|
374
|
+
],
|
|
375
|
+
"Label--info": [
|
|
376
|
+
"Primer::Beta::Label"
|
|
377
|
+
],
|
|
378
|
+
"Label--inline": [
|
|
379
|
+
"Primer::Beta::Label"
|
|
380
|
+
],
|
|
381
|
+
"Label--large": [
|
|
382
|
+
"Primer::Beta::Label"
|
|
383
|
+
],
|
|
384
|
+
"Label--open": [
|
|
385
|
+
"Primer::Beta::Label"
|
|
386
|
+
],
|
|
387
|
+
"Label--primary": [
|
|
388
|
+
"Primer::Beta::Label"
|
|
389
|
+
],
|
|
390
|
+
"Label--secondary": [
|
|
391
|
+
"Primer::Beta::Label"
|
|
392
|
+
],
|
|
393
|
+
"Label--severe": [
|
|
394
|
+
"Primer::Beta::Label"
|
|
395
|
+
],
|
|
396
|
+
"Label--sponsors": [
|
|
397
|
+
"Primer::Beta::Label"
|
|
398
|
+
],
|
|
399
|
+
"Label--success": [
|
|
400
|
+
"Primer::Beta::Label"
|
|
401
|
+
],
|
|
402
|
+
"Label--warning": [
|
|
403
|
+
"Primer::Beta::Label"
|
|
404
|
+
],
|
|
405
|
+
"Layout": [
|
|
406
|
+
"Primer::Alpha::Layout"
|
|
407
|
+
],
|
|
408
|
+
"Layout-divider": [
|
|
409
|
+
"Primer::Alpha::Layout"
|
|
410
|
+
],
|
|
411
|
+
"Layout-divider--flowRow-hidden": [
|
|
412
|
+
"Primer::Alpha::Layout"
|
|
413
|
+
],
|
|
414
|
+
"Layout-divider--flowRow-shallow": [
|
|
415
|
+
"Primer::Alpha::Layout"
|
|
416
|
+
],
|
|
417
|
+
"Layout-main": [
|
|
418
|
+
"Primer::Alpha::Layout"
|
|
419
|
+
],
|
|
420
|
+
"Layout-sidebar": [
|
|
421
|
+
"Primer::Alpha::Layout"
|
|
422
|
+
],
|
|
423
|
+
"Link": [
|
|
424
|
+
"Primer::Beta::Link"
|
|
425
|
+
],
|
|
426
|
+
"Link--muted": [
|
|
427
|
+
"Primer::Beta::Link"
|
|
428
|
+
],
|
|
429
|
+
"Link--onHover": [
|
|
430
|
+
"Primer::Beta::Link"
|
|
431
|
+
],
|
|
432
|
+
"Link--primary": [
|
|
433
|
+
"Primer::Beta::Link"
|
|
434
|
+
],
|
|
435
|
+
"Link--secondary": [
|
|
436
|
+
"Primer::Beta::Link"
|
|
437
|
+
],
|
|
438
|
+
"Link--underline": [
|
|
439
|
+
"Primer::Beta::Link"
|
|
440
|
+
],
|
|
441
|
+
"Link-content": [
|
|
442
|
+
"Primer::Beta::Link"
|
|
443
|
+
],
|
|
444
|
+
"Overlay": [
|
|
445
|
+
"Primer::Alpha::Dialog",
|
|
446
|
+
"Primer::Alpha::Overlay"
|
|
447
|
+
],
|
|
448
|
+
"Overlay--full": [
|
|
449
|
+
"Primer::Alpha::Dialog"
|
|
450
|
+
],
|
|
451
|
+
"Overlay--full-whenNarrow": [
|
|
452
|
+
"Primer::Alpha::Dialog"
|
|
453
|
+
],
|
|
454
|
+
"Overlay--hidden": [
|
|
455
|
+
"Primer::Alpha::Dialog"
|
|
456
|
+
],
|
|
457
|
+
"Overlay--placement-right-whenNarrow": [
|
|
458
|
+
"Primer::Alpha::Dialog"
|
|
459
|
+
],
|
|
460
|
+
"Overlay--visibilityHidden": [
|
|
461
|
+
"Primer::Alpha::Dialog"
|
|
462
|
+
],
|
|
463
|
+
"Overlay-body": [
|
|
464
|
+
"Primer::Alpha::Dialog"
|
|
465
|
+
],
|
|
466
|
+
"Overlay-closeButton": [
|
|
467
|
+
"Primer::Alpha::Dialog"
|
|
468
|
+
],
|
|
469
|
+
"Overlay-footer": [
|
|
470
|
+
"Primer::Alpha::Dialog"
|
|
471
|
+
],
|
|
472
|
+
"Overlay-form": [
|
|
473
|
+
"Primer::Alpha::Dialog"
|
|
474
|
+
],
|
|
475
|
+
"Overlay-header": [
|
|
476
|
+
"Primer::Alpha::Dialog"
|
|
477
|
+
],
|
|
478
|
+
"Overlay-headerFilter": [
|
|
479
|
+
"Primer::Alpha::Dialog"
|
|
480
|
+
],
|
|
481
|
+
"PageHeader": [
|
|
482
|
+
"Primer::OpenProject::PageHeader"
|
|
483
|
+
],
|
|
484
|
+
"PageHeader--withTabNav": [
|
|
485
|
+
"Primer::OpenProject::PageHeader"
|
|
486
|
+
],
|
|
487
|
+
"PageHeader-actions": [
|
|
488
|
+
"Primer::OpenProject::PageHeader"
|
|
489
|
+
],
|
|
490
|
+
"PageHeader-breadcrumbs": [
|
|
491
|
+
"Primer::OpenProject::PageHeader"
|
|
492
|
+
],
|
|
493
|
+
"PageHeader-contextBar": [
|
|
494
|
+
"Primer::OpenProject::PageHeader"
|
|
495
|
+
],
|
|
496
|
+
"PageHeader-description": [
|
|
497
|
+
"Primer::OpenProject::PageHeader"
|
|
498
|
+
],
|
|
499
|
+
"PageHeader-description--underlined-links": [
|
|
500
|
+
"Primer::OpenProject::PageHeader"
|
|
501
|
+
],
|
|
502
|
+
"PageHeader-leadingAction": [
|
|
503
|
+
"Primer::OpenProject::PageHeader"
|
|
504
|
+
],
|
|
505
|
+
"PageHeader-parentLink": [
|
|
506
|
+
"Primer::OpenProject::PageHeader"
|
|
507
|
+
],
|
|
508
|
+
"PageHeader-tabNavBar": [
|
|
509
|
+
"Primer::OpenProject::PageHeader"
|
|
510
|
+
],
|
|
511
|
+
"PageHeader-title": [
|
|
512
|
+
"Primer::OpenProject::PageHeader"
|
|
513
|
+
],
|
|
514
|
+
"PageHeader-title--large": [
|
|
515
|
+
"Primer::OpenProject::PageHeader"
|
|
516
|
+
],
|
|
517
|
+
"PageHeader-titleBar": [
|
|
518
|
+
"Primer::OpenProject::PageHeader"
|
|
519
|
+
],
|
|
520
|
+
"Popover": [
|
|
521
|
+
"Primer::Beta::Popover"
|
|
522
|
+
],
|
|
523
|
+
"Popover-message": [
|
|
524
|
+
"Primer::Beta::Popover"
|
|
525
|
+
],
|
|
526
|
+
"Popover-message--bottom-left": [
|
|
527
|
+
"Primer::Beta::Popover"
|
|
528
|
+
],
|
|
529
|
+
"Popover-message--bottom-right": [
|
|
530
|
+
"Primer::Beta::Popover"
|
|
531
|
+
],
|
|
532
|
+
"Popover-message--large": [
|
|
533
|
+
"Primer::Beta::Popover"
|
|
534
|
+
],
|
|
535
|
+
"Popover-message--no-caret": [
|
|
536
|
+
"Primer::Beta::Popover"
|
|
537
|
+
],
|
|
538
|
+
"Popover-message--top-left": [
|
|
539
|
+
"Primer::Beta::Popover"
|
|
540
|
+
],
|
|
541
|
+
"Popover-message--top-right": [
|
|
542
|
+
"Primer::Beta::Popover"
|
|
543
|
+
],
|
|
544
|
+
"Progress": [
|
|
545
|
+
"Primer::Beta::ProgressBar"
|
|
546
|
+
],
|
|
547
|
+
"Progress--large": [
|
|
548
|
+
"Primer::Beta::ProgressBar"
|
|
549
|
+
],
|
|
550
|
+
"Progress--small": [
|
|
551
|
+
"Primer::Beta::ProgressBar"
|
|
552
|
+
],
|
|
553
|
+
"Progress-item": [
|
|
554
|
+
"Primer::Beta::ProgressBar"
|
|
555
|
+
],
|
|
556
|
+
"SegmentedControl": [
|
|
557
|
+
"Primer::Alpha::SegmentedControl"
|
|
558
|
+
],
|
|
559
|
+
"SegmentedControl--fullWidth": [
|
|
560
|
+
"Primer::Alpha::SegmentedControl"
|
|
561
|
+
],
|
|
562
|
+
"SegmentedControl--iconOnly": [
|
|
563
|
+
"Primer::Alpha::SegmentedControl"
|
|
564
|
+
],
|
|
565
|
+
"SegmentedControl--medium": [
|
|
566
|
+
"Primer::Alpha::SegmentedControl"
|
|
567
|
+
],
|
|
568
|
+
"SegmentedControl--small": [
|
|
569
|
+
"Primer::Alpha::SegmentedControl"
|
|
570
|
+
],
|
|
571
|
+
"SegmentedControl-item": [
|
|
572
|
+
"Primer::Alpha::SegmentedControl"
|
|
573
|
+
],
|
|
574
|
+
"SelectPanel-emptyPanel": [
|
|
575
|
+
"Primer::Alpha::SelectPanel"
|
|
576
|
+
],
|
|
577
|
+
"SelectPanel-loadingPanel": [
|
|
578
|
+
"Primer::Alpha::SelectPanel"
|
|
579
|
+
],
|
|
580
|
+
"SidePanel-sectionAction": [
|
|
581
|
+
"Primer::OpenProject::SidePanel::Section"
|
|
582
|
+
],
|
|
583
|
+
"SidePanel-sectionContent": [
|
|
584
|
+
"Primer::OpenProject::SidePanel::Section"
|
|
585
|
+
],
|
|
586
|
+
"SidePanel-sectionCounter": [
|
|
587
|
+
"Primer::OpenProject::SidePanel::Section"
|
|
588
|
+
],
|
|
589
|
+
"SidePanel-sectionDescription": [
|
|
590
|
+
"Primer::OpenProject::SidePanel::Section"
|
|
591
|
+
],
|
|
592
|
+
"SidePanel-sectionHeader": [
|
|
593
|
+
"Primer::OpenProject::SidePanel::Section"
|
|
594
|
+
],
|
|
595
|
+
"SkeletonBox": [
|
|
596
|
+
"Primer::Alpha::SkeletonBox"
|
|
597
|
+
],
|
|
598
|
+
"Stack": [
|
|
599
|
+
"Primer::Alpha::Stack"
|
|
600
|
+
],
|
|
601
|
+
"StackItem": [
|
|
602
|
+
"Primer::Alpha::StackItem"
|
|
603
|
+
],
|
|
604
|
+
"State": [
|
|
605
|
+
"Primer::Beta::State"
|
|
606
|
+
],
|
|
607
|
+
"State--closed": [
|
|
608
|
+
"Primer::Beta::State"
|
|
609
|
+
],
|
|
610
|
+
"State--draft": [
|
|
611
|
+
"Primer::Beta::State"
|
|
612
|
+
],
|
|
613
|
+
"State--merged": [
|
|
614
|
+
"Primer::Beta::State"
|
|
615
|
+
],
|
|
616
|
+
"State--open": [
|
|
617
|
+
"Primer::Beta::State"
|
|
618
|
+
],
|
|
619
|
+
"State--small": [
|
|
620
|
+
"Primer::Beta::State"
|
|
621
|
+
],
|
|
622
|
+
"SubHeader": [
|
|
623
|
+
"Primer::OpenProject::SubHeader"
|
|
624
|
+
],
|
|
625
|
+
"SubHeader--emptyLeftPane": [
|
|
626
|
+
"Primer::OpenProject::SubHeader"
|
|
627
|
+
],
|
|
628
|
+
"SubHeader--expandedSearch": [
|
|
629
|
+
"Primer::OpenProject::SubHeader"
|
|
630
|
+
],
|
|
631
|
+
"SubHeader-bottomPane": [
|
|
632
|
+
"Primer::OpenProject::SubHeader"
|
|
633
|
+
],
|
|
634
|
+
"SubHeader-filterContainer": [
|
|
635
|
+
"Primer::OpenProject::SubHeader"
|
|
636
|
+
],
|
|
637
|
+
"SubHeader-filterInput_hiddenClearButton": [
|
|
638
|
+
"Primer::OpenProject::SubHeader"
|
|
639
|
+
],
|
|
640
|
+
"SubHeader-leftPane": [
|
|
641
|
+
"Primer::OpenProject::SubHeader"
|
|
642
|
+
],
|
|
643
|
+
"SubHeader-middlePane": [
|
|
644
|
+
"Primer::OpenProject::SubHeader"
|
|
645
|
+
],
|
|
646
|
+
"SubHeader-rightPane": [
|
|
647
|
+
"Primer::OpenProject::SubHeader"
|
|
648
|
+
],
|
|
649
|
+
"Subhead": [
|
|
650
|
+
"Primer::Beta::Subhead"
|
|
651
|
+
],
|
|
652
|
+
"Subhead--spacious": [
|
|
653
|
+
"Primer::Beta::Subhead"
|
|
654
|
+
],
|
|
655
|
+
"Subhead-actions": [
|
|
656
|
+
"Primer::Beta::Subhead"
|
|
657
|
+
],
|
|
658
|
+
"Subhead-description": [
|
|
659
|
+
"Primer::Beta::Subhead"
|
|
660
|
+
],
|
|
661
|
+
"Subhead-heading": [
|
|
662
|
+
"Primer::Beta::Subhead"
|
|
663
|
+
],
|
|
664
|
+
"Subhead-heading--danger": [
|
|
665
|
+
"Primer::Beta::Subhead"
|
|
666
|
+
],
|
|
667
|
+
"Subhead-heading--large": [
|
|
668
|
+
"Primer::Beta::Subhead"
|
|
669
|
+
],
|
|
670
|
+
"Subhead-heading--medium": [
|
|
671
|
+
"Primer::Beta::Subhead"
|
|
672
|
+
],
|
|
673
|
+
"TimelineItem": [
|
|
674
|
+
"Primer::Beta::TimelineItem"
|
|
675
|
+
],
|
|
676
|
+
"TimelineItem--condensed": [
|
|
677
|
+
"Primer::Beta::TimelineItem"
|
|
678
|
+
],
|
|
679
|
+
"TimelineItem-avatar": [
|
|
680
|
+
"Primer::Beta::TimelineItem"
|
|
681
|
+
],
|
|
682
|
+
"TimelineItem-badge": [
|
|
683
|
+
"Primer::Beta::TimelineItem"
|
|
684
|
+
],
|
|
685
|
+
"TimelineItem-badge--success": [
|
|
686
|
+
"Primer::Beta::TimelineItem"
|
|
687
|
+
],
|
|
688
|
+
"TimelineItem-body": [
|
|
689
|
+
"Primer::Beta::TimelineItem"
|
|
690
|
+
],
|
|
691
|
+
"TimelineItem-break": [
|
|
692
|
+
"Primer::Beta::TimelineItem"
|
|
693
|
+
],
|
|
694
|
+
"ToggleSwitch": [
|
|
695
|
+
"Primer::Alpha::ToggleSwitch"
|
|
696
|
+
],
|
|
697
|
+
"ToggleSwitch--checked": [
|
|
698
|
+
"Primer::Alpha::ToggleSwitch"
|
|
699
|
+
],
|
|
700
|
+
"ToggleSwitch--disabled": [
|
|
701
|
+
"Primer::Alpha::ToggleSwitch"
|
|
702
|
+
],
|
|
703
|
+
"ToggleSwitch--small": [
|
|
704
|
+
"Primer::Alpha::ToggleSwitch"
|
|
705
|
+
],
|
|
706
|
+
"ToggleSwitch--statusAtEnd": [
|
|
707
|
+
"Primer::Alpha::ToggleSwitch"
|
|
708
|
+
],
|
|
709
|
+
"ToggleSwitch-circleIcon": [
|
|
710
|
+
"Primer::Alpha::ToggleSwitch"
|
|
711
|
+
],
|
|
712
|
+
"ToggleSwitch-icons": [
|
|
713
|
+
"Primer::Alpha::ToggleSwitch"
|
|
714
|
+
],
|
|
715
|
+
"ToggleSwitch-knob": [
|
|
716
|
+
"Primer::Alpha::ToggleSwitch"
|
|
717
|
+
],
|
|
718
|
+
"ToggleSwitch-lineIcon": [
|
|
719
|
+
"Primer::Alpha::ToggleSwitch"
|
|
720
|
+
],
|
|
721
|
+
"ToggleSwitch-status": [
|
|
722
|
+
"Primer::Alpha::ToggleSwitch"
|
|
723
|
+
],
|
|
724
|
+
"ToggleSwitch-statusIcon": [
|
|
725
|
+
"Primer::Alpha::ToggleSwitch"
|
|
726
|
+
],
|
|
727
|
+
"ToggleSwitch-statusOff": [
|
|
728
|
+
"Primer::Alpha::ToggleSwitch"
|
|
729
|
+
],
|
|
730
|
+
"ToggleSwitch-statusOn": [
|
|
731
|
+
"Primer::Alpha::ToggleSwitch"
|
|
732
|
+
],
|
|
733
|
+
"ToggleSwitch-track": [
|
|
734
|
+
"Primer::Alpha::ToggleSwitch"
|
|
735
|
+
],
|
|
736
|
+
"TreeItemSkeletonTextStyles": [
|
|
737
|
+
"Primer::Alpha::TreeView"
|
|
738
|
+
],
|
|
739
|
+
"TreeViewFailureMessage": [
|
|
740
|
+
"Primer::Alpha::TreeView"
|
|
741
|
+
],
|
|
742
|
+
"TreeViewRootUlStyles": [
|
|
743
|
+
"Primer::Alpha::TreeView"
|
|
744
|
+
],
|
|
745
|
+
"TreeViewSkeletonItemContainerStyle": [
|
|
746
|
+
"Primer::Alpha::TreeView"
|
|
747
|
+
],
|
|
748
|
+
"Truncate": [
|
|
749
|
+
"Primer::Beta::Truncate"
|
|
750
|
+
],
|
|
751
|
+
"Truncate-text--expandable": [
|
|
752
|
+
"Primer::Beta::Truncate"
|
|
753
|
+
],
|
|
754
|
+
"Truncate-text--primary": [
|
|
755
|
+
"Primer::Beta::Truncate"
|
|
756
|
+
],
|
|
757
|
+
"UnderlineNav": [
|
|
758
|
+
"Primer::Alpha::UnderlineNav"
|
|
759
|
+
],
|
|
760
|
+
"UnderlineNav--full": [
|
|
761
|
+
"Primer::Alpha::UnderlineNav"
|
|
762
|
+
],
|
|
763
|
+
"UnderlineNav--right": [
|
|
764
|
+
"Primer::Alpha::UnderlineNav"
|
|
765
|
+
],
|
|
766
|
+
"UnderlineNav-actions": [
|
|
767
|
+
"Primer::Alpha::UnderlineNav"
|
|
768
|
+
],
|
|
769
|
+
"UnderlineNav-body": [
|
|
770
|
+
"Primer::Alpha::UnderlineNav"
|
|
771
|
+
],
|
|
772
|
+
"UnderlineNav-container": [
|
|
773
|
+
"Primer::Alpha::UnderlineNav"
|
|
774
|
+
],
|
|
775
|
+
"UnderlineNav-item": [
|
|
776
|
+
"Primer::Alpha::UnderlineNav"
|
|
777
|
+
],
|
|
778
|
+
"UnderlineNav-octicon": [
|
|
779
|
+
"Primer::Alpha::UnderlineNav"
|
|
780
|
+
]
|
|
781
|
+
}
|