@primer/view-components 0.14.0-rc.2a361c96 → 0.14.0-rc.387db606
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/styles/primer_view_components.css +1 -1
- package/app/assets/styles/primer_view_components.css.map +1 -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/subhead.css +1 -1
- package/app/components/primer/beta/subhead.css.json +2 -0
- package/package.json +3 -3
- package/static/arguments.json +73 -5
- package/static/audited_at.json +2 -0
- package/static/classes.json +6 -0
- package/static/constants.json +15 -1
- package/static/info_arch.json +270 -12
- package/static/previews.json +86 -0
- package/static/statuses.json +2 -0
package/static/previews.json
CHANGED
@@ -2196,6 +2196,19 @@
|
|
2196
2196
|
"color-contrast"
|
2197
2197
|
]
|
2198
2198
|
}
|
2199
|
+
},
|
2200
|
+
{
|
2201
|
+
"preview_path": "primer/beta/button_group/with_clipboard_copy_button",
|
2202
|
+
"name": "with_clipboard_copy_button",
|
2203
|
+
"snapshot": "true",
|
2204
|
+
"skip_rules": {
|
2205
|
+
"wont_fix": [
|
2206
|
+
"region"
|
2207
|
+
],
|
2208
|
+
"will_fix": [
|
2209
|
+
"color-contrast"
|
2210
|
+
]
|
2211
|
+
}
|
2199
2212
|
}
|
2200
2213
|
]
|
2201
2214
|
},
|
@@ -2556,6 +2569,53 @@
|
|
2556
2569
|
}
|
2557
2570
|
]
|
2558
2571
|
},
|
2572
|
+
{
|
2573
|
+
"name": "clipboard_copy_button",
|
2574
|
+
"component": "ClipboardCopyButton",
|
2575
|
+
"status": "beta",
|
2576
|
+
"lookup_path": "primer/beta/clipboard_copy_button",
|
2577
|
+
"examples": [
|
2578
|
+
{
|
2579
|
+
"preview_path": "primer/beta/clipboard_copy_button/playground",
|
2580
|
+
"name": "playground",
|
2581
|
+
"snapshot": "false",
|
2582
|
+
"skip_rules": {
|
2583
|
+
"wont_fix": [
|
2584
|
+
"region"
|
2585
|
+
],
|
2586
|
+
"will_fix": [
|
2587
|
+
"color-contrast"
|
2588
|
+
]
|
2589
|
+
}
|
2590
|
+
},
|
2591
|
+
{
|
2592
|
+
"preview_path": "primer/beta/clipboard_copy_button/default",
|
2593
|
+
"name": "default",
|
2594
|
+
"snapshot": "true",
|
2595
|
+
"skip_rules": {
|
2596
|
+
"wont_fix": [
|
2597
|
+
"region"
|
2598
|
+
],
|
2599
|
+
"will_fix": [
|
2600
|
+
"color-contrast"
|
2601
|
+
]
|
2602
|
+
}
|
2603
|
+
},
|
2604
|
+
{
|
2605
|
+
"preview_path": "primer/beta/clipboard_copy_button/with_tooltip",
|
2606
|
+
"name": "with_tooltip",
|
2607
|
+
"snapshot": "true",
|
2608
|
+
"skip_rules": {
|
2609
|
+
"wont_fix": [
|
2610
|
+
"region"
|
2611
|
+
],
|
2612
|
+
"will_fix": [
|
2613
|
+
"color-contrast"
|
2614
|
+
]
|
2615
|
+
}
|
2616
|
+
}
|
2617
|
+
]
|
2618
|
+
},
|
2559
2619
|
{
|
2560
2620
|
"name": "close_button",
|
2561
2621
|
"component": "CloseButton",
|
@@ -5562,6 +5622,32 @@
|
|
5562
5622
|
"color-contrast"
|
5563
5623
|
]
|
5564
5624
|
}
|
5625
|
+
},
|
5626
|
+
{
|
5627
|
+
"preview_path": "primer/beta/subhead/large_header",
|
5628
|
+
"name": "large_header",
|
5629
|
+
"snapshot": "false",
|
5630
|
+
"skip_rules": {
|
5631
|
+
"wont_fix": [
|
5632
|
+
"region"
|
5633
|
+
],
|
5634
|
+
"will_fix": [
|
5635
|
+
"color-contrast"
|
5636
|
+
]
|
5637
|
+
}
|
5638
|
+
},
|
5639
|
+
{
|
5640
|
+
"preview_path": "primer/beta/subhead/medium_header",
|
5641
|
+
"name": "medium_header",
|
5642
|
+
"snapshot": "false",
|
5643
|
+
"skip_rules": {
|
5644
|
+
"wont_fix": [
|
5645
|
+
"region"
|
5646
|
+
],
|
5647
|
+
"will_fix": [
|
5648
|
+
"color-contrast"
|
5649
|
+
]
|
5650
|
+
}
|
5565
5651
|
}
|
5566
5652
|
]
|
5567
5653
|
},
|
package/static/statuses.json
CHANGED
@@ -73,6 +73,8 @@
|
|
73
73
|
"Primer::Beta::Button": "beta",
|
74
74
|
"Primer::Beta::ButtonGroup": "beta",
|
75
75
|
"Primer::Beta::ClipboardCopy": "beta",
|
76
|
+
"Primer::Beta::ClipboardCopyBaseButton": "beta",
|
77
|
+
"Primer::Beta::ClipboardCopyButton": "beta",
|
76
78
|
"Primer::Beta::CloseButton": "beta",
|
77
79
|
"Primer::Beta::Counter": "beta",
|
78
80
|
"Primer::Beta::Details": "beta",
|