@primer/view-components 0.35.0-rc.8db9f2a2 → 0.35.0-rc.93d4cb69
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 +8 -9
- package/static/arguments.json +98 -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 +211 -1
- package/static/previews.json +94 -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",
|
@@ -6223,6 +6249,74 @@
|
|
6223
6249
|
}
|
6224
6250
|
]
|
6225
6251
|
},
|
6252
|
+
{
|
6253
|
+
"name": "stack",
|
6254
|
+
"component": "Stack",
|
6255
|
+
"status": "alpha",
|
6256
|
+
"lookup_path": "primer/alpha/stack",
|
6257
|
+
"examples": [
|
6258
|
+
{
|
6259
|
+
"preview_path": "primer/alpha/stack/default",
|
6260
|
+
"name": "default",
|
6261
|
+
"snapshot": "false",
|
6262
|
+
"skip_rules": {
|
6263
|
+
"wont_fix": [
|
6264
|
+
"region"
|
6265
|
+
],
|
6266
|
+
"will_fix": [
|
6267
|
+
"color-contrast"
|
6268
|
+
]
|
6269
|
+
}
|
6270
|
+
},
|
6271
|
+
{
|
6272
|
+
"preview_path": "primer/alpha/stack/playground",
|
6273
|
+
"name": "playground",
|
6274
|
+
"snapshot": "false",
|
6275
|
+
"skip_rules": {
|
6276
|
+
"wont_fix": [
|
6277
|
+
"region"
|
6278
|
+
],
|
6279
|
+
"will_fix": [
|
6280
|
+
"color-contrast"
|
6281
|
+
]
|
6282
|
+
}
|
6283
|
+
}
|
6284
|
+
]
|
6285
|
+
},
|
6286
|
+
{
|
6287
|
+
"name": "stack_item",
|
6288
|
+
"component": "StackItem",
|
6289
|
+
"status": "alpha",
|
6290
|
+
"lookup_path": "primer/alpha/stack_item",
|
6291
|
+
"examples": [
|
6292
|
+
{
|
6293
|
+
"preview_path": "primer/alpha/stack_item/default",
|
6294
|
+
"name": "default",
|
6295
|
+
"snapshot": "false",
|
6296
|
+
"skip_rules": {
|
6297
|
+
"wont_fix": [
|
6298
|
+
"region"
|
6299
|
+
],
|
6300
|
+
"will_fix": [
|
6301
|
+
"color-contrast"
|
6302
|
+
]
|
6303
|
+
}
|
6304
|
+
},
|
6305
|
+
{
|
6306
|
+
"preview_path": "primer/alpha/stack_item/playground",
|
6307
|
+
"name": "playground",
|
6308
|
+
"snapshot": "false",
|
6309
|
+
"skip_rules": {
|
6310
|
+
"wont_fix": [
|
6311
|
+
"region"
|
6312
|
+
],
|
6313
|
+
"will_fix": [
|
6314
|
+
"color-contrast"
|
6315
|
+
]
|
6316
|
+
}
|
6317
|
+
}
|
6318
|
+
]
|
6319
|
+
},
|
6226
6320
|
{
|
6227
6321
|
"name": "state",
|
6228
6322
|
"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
|