@primer/view-components 0.44.0-rc.b6346e6e → 0.44.0-rc.b69ecd26
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/app/assets/javascripts/components/primer/alpha/action_menu/action_menu_element.d.ts +5 -0
- package/app/assets/javascripts/components/primer/alpha/action_menu/action_menu_focus_zone_stack.d.ts +17 -0
- package/app/assets/javascripts/primer_view_components.js +1 -1
- package/app/assets/javascripts/primer_view_components.js.map +1 -1
- package/app/assets/styles/primer_view_components.css +1 -1
- package/app/assets/styles/primer_view_components.css.map +1 -1
- package/app/components/primer/alpha/action_menu/action_menu_element.d.ts +5 -0
- package/app/components/primer/alpha/action_menu/action_menu_element.js +113 -16
- 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/beta/progress_bar.css +1 -1
- package/package.json +2 -2
- package/static/arguments.json +167 -68
- package/static/audited_at.json +4 -0
- package/static/constants.json +27 -7
- package/static/info_arch.json +711 -221
- package/static/previews.json +13 -0
- package/static/statuses.json +4 -0
package/static/constants.json
CHANGED
@@ -152,18 +152,15 @@
|
|
152
152
|
]
|
153
153
|
},
|
154
154
|
"Primer::Alpha::ActionMenu": {
|
155
|
-
"DEFAULT_PRELOAD": false,
|
156
|
-
"DEFAULT_SELECT_VARIANT": "none",
|
157
155
|
"GeneratedSlotMethods": "Primer::Alpha::ActionMenu::GeneratedSlotMethods",
|
158
156
|
"Group": "Primer::Alpha::ActionMenu::Group",
|
159
157
|
"Heading": "Primer::Alpha::ActionMenu::Heading",
|
160
158
|
"List": "Primer::Alpha::ActionMenu::List",
|
161
159
|
"ListWrapper": "Primer::Alpha::ActionMenu::ListWrapper",
|
162
|
-
"
|
163
|
-
|
164
|
-
|
165
|
-
|
166
|
-
]
|
160
|
+
"Menu": "Primer::Alpha::ActionMenu::Menu",
|
161
|
+
"PrimaryMenu": "Primer::Alpha::ActionMenu::PrimaryMenu",
|
162
|
+
"SubMenu": "Primer::Alpha::ActionMenu::SubMenu",
|
163
|
+
"SubMenuItem": "Primer::Alpha::ActionMenu::SubMenuItem"
|
167
164
|
},
|
168
165
|
"Primer::Alpha::ActionMenu::Group": {
|
169
166
|
"GeneratedSlotMethods": "Primer::Alpha::ActionMenu::Group::GeneratedSlotMethods"
|
@@ -183,6 +180,29 @@
|
|
183
180
|
"Primer::Alpha::ActionMenu::ListWrapper": {
|
184
181
|
"GeneratedSlotMethods": "Primer::Alpha::ActionMenu::ListWrapper::GeneratedSlotMethods"
|
185
182
|
},
|
183
|
+
"Primer::Alpha::ActionMenu::Menu": {
|
184
|
+
"DEFAULT_PRELOAD": false,
|
185
|
+
"DEFAULT_SELECT_VARIANT": "none",
|
186
|
+
"GeneratedSlotMethods": "Primer::Alpha::ActionMenu::Menu::GeneratedSlotMethods",
|
187
|
+
"SELECT_VARIANT_OPTIONS": [
|
188
|
+
"single",
|
189
|
+
"multiple",
|
190
|
+
"none"
|
191
|
+
]
|
192
|
+
},
|
193
|
+
"Primer::Alpha::ActionMenu::PrimaryMenu": {
|
194
|
+
"DEFAULT_ANCHOR_ALIGN": "start",
|
195
|
+
"DEFAULT_ANCHOR_SIDE": "outside_bottom",
|
196
|
+
"GeneratedSlotMethods": "Primer::Alpha::ActionMenu::PrimaryMenu::GeneratedSlotMethods"
|
197
|
+
},
|
198
|
+
"Primer::Alpha::ActionMenu::SubMenu": {
|
199
|
+
"DEFAULT_ANCHOR_ALIGN": "start",
|
200
|
+
"DEFAULT_ANCHOR_SIDE": "outside_right",
|
201
|
+
"GeneratedSlotMethods": "Primer::Alpha::ActionMenu::SubMenu::GeneratedSlotMethods"
|
202
|
+
},
|
203
|
+
"Primer::Alpha::ActionMenu::SubMenuItem": {
|
204
|
+
"GeneratedSlotMethods": "Primer::Alpha::ActionMenu::SubMenuItem::GeneratedSlotMethods"
|
205
|
+
},
|
186
206
|
"Primer::Alpha::AutoComplete": {
|
187
207
|
"GeneratedSlotMethods": "Primer::Alpha::AutoComplete::GeneratedSlotMethods",
|
188
208
|
"Item": "Primer::Alpha::AutoComplete::Item"
|