@primer/view-components 0.35.0-rc.6c5eafea → 0.35.0-rc.74278fbc
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/{app/components → components}/primer/primer.d.ts +3 -3
- 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_bar_element.js +0 -3
- package/app/components/primer/alpha/action_list.css +1 -1
- package/app/components/primer/alpha/auto_complete.css +1 -1
- package/app/components/primer/alpha/banner.css +1 -1
- package/app/components/primer/alpha/dialog.css +1 -1
- package/app/components/primer/alpha/dialog.css.json +2 -1
- package/app/components/primer/alpha/dropdown.css +1 -1
- package/app/components/primer/alpha/select_panel_element.js +7 -1
- package/app/components/primer/alpha/stack.css +1 -0
- package/app/components/primer/alpha/stack.css.json +90 -0
- package/app/components/primer/alpha/stack_item.css +1 -0
- package/app/components/primer/alpha/stack_item.css.json +12 -0
- package/app/components/primer/alpha/tab_nav.css +1 -1
- package/app/components/primer/alpha/text_field.css +1 -1
- package/app/components/primer/alpha/toggle_switch.css +1 -1
- package/app/components/primer/alpha/underline_nav.css +1 -1
- package/app/components/primer/beta/avatar.css +1 -1
- package/app/components/primer/beta/avatar_stack.css +1 -1
- package/app/components/primer/beta/blankslate.css +1 -1
- package/app/components/primer/beta/border_box.css +1 -1
- package/app/components/primer/beta/button.css +1 -1
- package/app/components/primer/beta/counter.css +1 -1
- package/app/components/primer/beta/popover.css +1 -1
- package/app/components/primer/beta/progress_bar.css +1 -1
- package/app/components/primer/beta/state.css +1 -1
- package/app/components/primer/dialog_helper.js +0 -1
- package/app/components/primer/primer.d.ts +3 -3
- package/app/components/primer/primer.js +3 -3
- package/package.json +9 -10
- package/static/arguments.json +104 -0
- package/static/audited_at.json +2 -0
- package/static/classes.json +6 -0
- package/static/constants.json +24 -0
- package/static/info_arch.json +230 -1
- package/static/previews.json +107 -0
- package/static/statuses.json +2 -0
- /package/app/assets/javascripts/{app/components → components}/primer/alpha/action_bar_element.d.ts +0 -0
- /package/app/assets/javascripts/{app/components → components}/primer/alpha/action_list.d.ts +0 -0
- /package/app/assets/javascripts/{app/components → components}/primer/alpha/action_menu/action_menu_element.d.ts +0 -0
- /package/app/assets/javascripts/{app/components → components}/primer/alpha/dropdown/menu.d.ts +0 -0
- /package/app/assets/javascripts/{app/components → components}/primer/alpha/dropdown.d.ts +0 -0
- /package/app/assets/javascripts/{app/components → components}/primer/alpha/image_crop.d.ts +0 -0
- /package/app/assets/javascripts/{app/components → components}/primer/alpha/modal_dialog.d.ts +0 -0
- /package/app/assets/javascripts/{app/components → components}/primer/alpha/segmented_control.d.ts +0 -0
- /package/app/assets/javascripts/{app/components → components}/primer/alpha/select_panel_element.d.ts +0 -0
- /package/app/assets/javascripts/{app/components → components}/primer/alpha/tab_container.d.ts +0 -0
- /package/app/assets/javascripts/{app/components → components}/primer/alpha/toggle_switch.d.ts +0 -0
- /package/app/assets/javascripts/{app/components → components}/primer/alpha/tool_tip.d.ts +0 -0
- /package/app/assets/javascripts/{app/components → components}/primer/alpha/x_banner.d.ts +0 -0
- /package/app/assets/javascripts/{app/components → components}/primer/anchored_position.d.ts +0 -0
- /package/app/assets/javascripts/{app/components → components}/primer/aria_live.d.ts +0 -0
- /package/app/assets/javascripts/{app/components → components}/primer/beta/auto_complete/auto_complete.d.ts +0 -0
- /package/app/assets/javascripts/{app/components → components}/primer/beta/clipboard_copy.d.ts +0 -0
- /package/app/assets/javascripts/{app/components → components}/primer/beta/nav_list.d.ts +0 -0
- /package/app/assets/javascripts/{app/components → components}/primer/beta/nav_list_group_element.d.ts +0 -0
- /package/app/assets/javascripts/{app/components → components}/primer/beta/relative_time.d.ts +0 -0
- /package/app/assets/javascripts/{app/components → components}/primer/dialog_helper.d.ts +0 -0
- /package/app/assets/javascripts/{app/components → components}/primer/focus_group.d.ts +0 -0
- /package/app/assets/javascripts/{app/components → components}/primer/scrollable_region.d.ts +0 -0
- /package/app/assets/javascripts/{app/components → components}/primer/shared_events.d.ts +0 -0
- /package/{lib → app/lib}/primer/forms/primer_multi_input.d.ts +0 -0
- /package/{lib → app/lib}/primer/forms/primer_multi_input.js +0 -0
- /package/{lib → app/lib}/primer/forms/primer_text_field.d.ts +0 -0
- /package/{lib → app/lib}/primer/forms/primer_text_field.js +0 -0
- /package/{lib → app/lib}/primer/forms/toggle_switch_input.d.ts +0 -0
- /package/{lib → app/lib}/primer/forms/toggle_switch_input.js +0 -0
package/static/previews.json
CHANGED
@@ -5940,6 +5940,32 @@
|
|
5940
5940
|
]
|
5941
5941
|
}
|
5942
5942
|
},
|
5943
|
+
{
|
5944
|
+
"preview_path": "primer/alpha/select_panel/custom_loading_label",
|
5945
|
+
"name": "custom_loading_label",
|
5946
|
+
"snapshot": "interactive",
|
5947
|
+
"skip_rules": {
|
5948
|
+
"wont_fix": [
|
5949
|
+
"region"
|
5950
|
+
],
|
5951
|
+
"will_fix": [
|
5952
|
+
"color-contrast"
|
5953
|
+
]
|
5954
|
+
}
|
5955
|
+
},
|
5956
|
+
{
|
5957
|
+
"preview_path": "primer/alpha/select_panel/custom_loading_description",
|
5958
|
+
"name": "custom_loading_description",
|
5959
|
+
"snapshot": "interactive",
|
5960
|
+
"skip_rules": {
|
5961
|
+
"wont_fix": [
|
5962
|
+
"region"
|
5963
|
+
],
|
5964
|
+
"will_fix": [
|
5965
|
+
"color-contrast"
|
5966
|
+
]
|
5967
|
+
}
|
5968
|
+
},
|
5943
5969
|
{
|
5944
5970
|
"preview_path": "primer/alpha/select_panel/local_fetch_no_results",
|
5945
5971
|
"name": "local_fetch_no_results",
|
@@ -6186,6 +6212,19 @@
|
|
6186
6212
|
"color-contrast"
|
6187
6213
|
]
|
6188
6214
|
}
|
6215
|
+
},
|
6216
|
+
{
|
6217
|
+
"preview_path": "primer/alpha/select_panel/scroll_container",
|
6218
|
+
"name": "scroll_container",
|
6219
|
+
"snapshot": "false",
|
6220
|
+
"skip_rules": {
|
6221
|
+
"wont_fix": [
|
6222
|
+
"region"
|
6223
|
+
],
|
6224
|
+
"will_fix": [
|
6225
|
+
"color-contrast"
|
6226
|
+
]
|
6227
|
+
}
|
6189
6228
|
}
|
6190
6229
|
]
|
6191
6230
|
},
|
@@ -6223,6 +6262,74 @@
|
|
6223
6262
|
}
|
6224
6263
|
]
|
6225
6264
|
},
|
6265
|
+
{
|
6266
|
+
"name": "stack",
|
6267
|
+
"component": "Stack",
|
6268
|
+
"status": "alpha",
|
6269
|
+
"lookup_path": "primer/alpha/stack",
|
6270
|
+
"examples": [
|
6271
|
+
{
|
6272
|
+
"preview_path": "primer/alpha/stack/default",
|
6273
|
+
"name": "default",
|
6274
|
+
"snapshot": "false",
|
6275
|
+
"skip_rules": {
|
6276
|
+
"wont_fix": [
|
6277
|
+
"region"
|
6278
|
+
],
|
6279
|
+
"will_fix": [
|
6280
|
+
"color-contrast"
|
6281
|
+
]
|
6282
|
+
}
|
6283
|
+
},
|
6284
|
+
{
|
6285
|
+
"preview_path": "primer/alpha/stack/playground",
|
6286
|
+
"name": "playground",
|
6287
|
+
"snapshot": "false",
|
6288
|
+
"skip_rules": {
|
6289
|
+
"wont_fix": [
|
6290
|
+
"region"
|
6291
|
+
],
|
6292
|
+
"will_fix": [
|
6293
|
+
"color-contrast"
|
6294
|
+
]
|
6295
|
+
}
|
6296
|
+
}
|
6297
|
+
]
|
6298
|
+
},
|
6299
|
+
{
|
6300
|
+
"name": "stack_item",
|
6301
|
+
"component": "StackItem",
|
6302
|
+
"status": "alpha",
|
6303
|
+
"lookup_path": "primer/alpha/stack_item",
|
6304
|
+
"examples": [
|
6305
|
+
{
|
6306
|
+
"preview_path": "primer/alpha/stack_item/default",
|
6307
|
+
"name": "default",
|
6308
|
+
"snapshot": "false",
|
6309
|
+
"skip_rules": {
|
6310
|
+
"wont_fix": [
|
6311
|
+
"region"
|
6312
|
+
],
|
6313
|
+
"will_fix": [
|
6314
|
+
"color-contrast"
|
6315
|
+
]
|
6316
|
+
}
|
6317
|
+
},
|
6318
|
+
{
|
6319
|
+
"preview_path": "primer/alpha/stack_item/playground",
|
6320
|
+
"name": "playground",
|
6321
|
+
"snapshot": "false",
|
6322
|
+
"skip_rules": {
|
6323
|
+
"wont_fix": [
|
6324
|
+
"region"
|
6325
|
+
],
|
6326
|
+
"will_fix": [
|
6327
|
+
"color-contrast"
|
6328
|
+
]
|
6329
|
+
}
|
6330
|
+
}
|
6331
|
+
]
|
6332
|
+
},
|
6226
6333
|
{
|
6227
6334
|
"name": "state",
|
6228
6335
|
"component": "State",
|
package/static/statuses.json
CHANGED
@@ -54,6 +54,8 @@
|
|
54
54
|
"Primer::Alpha::Select": "alpha",
|
55
55
|
"Primer::Alpha::SelectPanel": "alpha",
|
56
56
|
"Primer::Alpha::SelectPanel::ItemList": "alpha",
|
57
|
+
"Primer::Alpha::Stack": "alpha",
|
58
|
+
"Primer::Alpha::StackItem": "alpha",
|
57
59
|
"Primer::Alpha::SubmitButton": "alpha",
|
58
60
|
"Primer::Alpha::TabContainer": "alpha",
|
59
61
|
"Primer::Alpha::TabNav": "alpha",
|
/package/app/assets/javascripts/{app/components → components}/primer/alpha/action_bar_element.d.ts
RENAMED
File without changes
|
File without changes
|
File without changes
|
/package/app/assets/javascripts/{app/components → components}/primer/alpha/dropdown/menu.d.ts
RENAMED
File without changes
|
File without changes
|
File without changes
|
/package/app/assets/javascripts/{app/components → components}/primer/alpha/modal_dialog.d.ts
RENAMED
File without changes
|
/package/app/assets/javascripts/{app/components → components}/primer/alpha/segmented_control.d.ts
RENAMED
File without changes
|
/package/app/assets/javascripts/{app/components → components}/primer/alpha/select_panel_element.d.ts
RENAMED
File without changes
|
/package/app/assets/javascripts/{app/components → components}/primer/alpha/tab_container.d.ts
RENAMED
File without changes
|
/package/app/assets/javascripts/{app/components → components}/primer/alpha/toggle_switch.d.ts
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
/package/app/assets/javascripts/{app/components → components}/primer/beta/clipboard_copy.d.ts
RENAMED
File without changes
|
File without changes
|
File without changes
|
/package/app/assets/javascripts/{app/components → components}/primer/beta/relative_time.d.ts
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|