@primer/view-components 0.14.0-rc.46753db3 → 0.14.0-rc.6e479feb
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/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 +21 -9
- package/app/components/primer/alpha/action_list.css +1 -1
- package/app/components/primer/alpha/action_menu/action_menu_element.js +44 -20
- package/app/components/primer/alpha/auto_complete.css +1 -1
- package/app/components/primer/alpha/button_marketing.css +1 -1
- package/app/components/primer/alpha/dropdown.css +1 -1
- package/app/components/primer/alpha/layout.css +1 -1
- package/app/components/primer/alpha/menu.css +1 -1
- package/app/components/primer/alpha/overlay.css +1 -1
- package/app/components/primer/alpha/overlay.css.json +0 -1
- package/app/components/primer/alpha/segmented_control.css +1 -1
- package/app/components/primer/alpha/segmented_control.css.json +0 -1
- package/app/components/primer/alpha/segmented_control.js +2 -1
- 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/alpha/x_banner.js +2 -1
- package/app/components/primer/anchored_position.js +2 -1
- package/app/components/primer/beta/blankslate.css +1 -1
- package/app/components/primer/beta/blankslate.css.json +1 -0
- package/app/components/primer/beta/border_box.css +1 -1
- package/app/components/primer/beta/button.css +1 -1
- package/app/components/primer/beta/button.css.json +0 -1
- package/app/components/primer/beta/button_group.css +1 -1
- package/app/components/primer/beta/button_group.css.json +2 -4
- package/app/components/primer/beta/label.css +1 -1
- package/app/components/primer/beta/link.css +1 -1
- package/app/components/primer/beta/nav_list.js +14 -7
- package/app/components/primer/beta/subhead.css +1 -1
- package/app/components/primer/beta/subhead.css.json +2 -0
- package/app/components/primer/focus_group.js +2 -1
- package/package.json +5 -5
- package/static/arguments.json +2 -8
- package/static/classes.json +6 -3
- package/static/constants.json +9 -0
- package/static/info_arch.json +60 -15
- package/static/previews.json +60 -0
package/static/previews.json
CHANGED
@@ -4471,6 +4471,40 @@
|
|
4471
4471
|
}
|
4472
4472
|
]
|
4473
4473
|
},
|
4474
|
+
{
|
4475
|
+
"name": "octicon_symbols",
|
4476
|
+
"component": "OcticonSymbols",
|
4477
|
+
"status": "alpha",
|
4478
|
+
"lookup_path": "primer/alpha/octicon_symbols",
|
4479
|
+
"examples": [
|
4480
|
+
{
|
4481
|
+
"preview_path": "primer/alpha/octicon_symbols/playground",
|
4482
|
+
"name": "playground",
|
4483
|
+
"snapshot": "false",
|
4484
|
+
"skip_rules": {
|
4485
|
+
"wont_fix": [
|
4486
|
+
"region"
|
4487
|
+
],
|
4488
|
+
"will_fix": [
|
4489
|
+
"color-contrast"
|
4490
|
+
]
|
4491
|
+
}
|
4492
|
+
},
|
4493
|
+
{
|
4494
|
+
"preview_path": "primer/alpha/octicon_symbols/default",
|
4495
|
+
"name": "default",
|
4496
|
+
"snapshot": "true",
|
4497
|
+
"skip_rules": {
|
4498
|
+
"wont_fix": [
|
4499
|
+
"region"
|
4500
|
+
],
|
4501
|
+
"will_fix": [
|
4502
|
+
"color-contrast"
|
4503
|
+
]
|
4504
|
+
}
|
4505
|
+
}
|
4506
|
+
]
|
4507
|
+
},
|
4474
4508
|
{
|
4475
4509
|
"name": "overlay",
|
4476
4510
|
"component": "Overlay",
|
@@ -5622,6 +5656,32 @@
|
|
5622
5656
|
"color-contrast"
|
5623
5657
|
]
|
5624
5658
|
}
|
5659
|
+
},
|
5660
|
+
{
|
5661
|
+
"preview_path": "primer/beta/subhead/large_header",
|
5662
|
+
"name": "large_header",
|
5663
|
+
"snapshot": "false",
|
5664
|
+
"skip_rules": {
|
5665
|
+
"wont_fix": [
|
5666
|
+
"region"
|
5667
|
+
],
|
5668
|
+
"will_fix": [
|
5669
|
+
"color-contrast"
|
5670
|
+
]
|
5671
|
+
}
|
5672
|
+
},
|
5673
|
+
{
|
5674
|
+
"preview_path": "primer/beta/subhead/medium_header",
|
5675
|
+
"name": "medium_header",
|
5676
|
+
"snapshot": "false",
|
5677
|
+
"skip_rules": {
|
5678
|
+
"wont_fix": [
|
5679
|
+
"region"
|
5680
|
+
],
|
5681
|
+
"will_fix": [
|
5682
|
+
"color-contrast"
|
5683
|
+
]
|
5684
|
+
}
|
5625
5685
|
}
|
5626
5686
|
]
|
5627
5687
|
},
|