@openproject/primer-view-components 0.54.1 → 0.55.0-rc.bccb3b29a
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/beta/details_toggle_element.d.ts +39 -0
- package/app/assets/javascripts/components/primer/primer.d.ts +1 -0
- package/app/assets/javascripts/primer_view_components.js +1 -1
- package/app/assets/javascripts/primer_view_components.js.map +1 -1
- package/app/components/primer/alpha/action_menu/action_menu_element.js +13 -3
- package/app/components/primer/alpha/toggle_switch.js +1 -0
- package/app/components/primer/beta/details_toggle_element.d.ts +39 -0
- package/app/components/primer/beta/details_toggle_element.js +60 -0
- package/app/components/primer/primer.d.ts +1 -0
- package/app/components/primer/primer.js +1 -0
- package/package.json +1 -1
- package/static/arguments.json +12 -0
- package/static/constants.json +4 -0
- package/static/info_arch.json +134 -70
- package/static/previews.json +27 -52
package/static/previews.json
CHANGED
|
@@ -3290,6 +3290,19 @@
|
|
|
3290
3290
|
"color-contrast"
|
|
3291
3291
|
]
|
|
3292
3292
|
}
|
|
3293
|
+
},
|
|
3294
|
+
{
|
|
3295
|
+
"preview_path": "primer/beta/details/open",
|
|
3296
|
+
"name": "open",
|
|
3297
|
+
"snapshot": "false",
|
|
3298
|
+
"skip_rules": {
|
|
3299
|
+
"wont_fix": [
|
|
3300
|
+
"region"
|
|
3301
|
+
],
|
|
3302
|
+
"will_fix": [
|
|
3303
|
+
"color-contrast"
|
|
3304
|
+
]
|
|
3305
|
+
}
|
|
3293
3306
|
}
|
|
3294
3307
|
]
|
|
3295
3308
|
},
|
|
@@ -5589,58 +5602,6 @@
|
|
|
5589
5602
|
]
|
|
5590
5603
|
}
|
|
5591
5604
|
},
|
|
5592
|
-
{
|
|
5593
|
-
"preview_path": "primer/alpha/overlay/in_an_action_menu",
|
|
5594
|
-
"name": "in_an_action_menu",
|
|
5595
|
-
"snapshot": "false",
|
|
5596
|
-
"skip_rules": {
|
|
5597
|
-
"wont_fix": [
|
|
5598
|
-
"region"
|
|
5599
|
-
],
|
|
5600
|
-
"will_fix": [
|
|
5601
|
-
"color-contrast"
|
|
5602
|
-
]
|
|
5603
|
-
}
|
|
5604
|
-
},
|
|
5605
|
-
{
|
|
5606
|
-
"preview_path": "primer/alpha/overlay/dialog_with_header_footer",
|
|
5607
|
-
"name": "dialog_with_header_footer",
|
|
5608
|
-
"snapshot": "false",
|
|
5609
|
-
"skip_rules": {
|
|
5610
|
-
"wont_fix": [
|
|
5611
|
-
"region"
|
|
5612
|
-
],
|
|
5613
|
-
"will_fix": [
|
|
5614
|
-
"color-contrast"
|
|
5615
|
-
]
|
|
5616
|
-
}
|
|
5617
|
-
},
|
|
5618
|
-
{
|
|
5619
|
-
"preview_path": "primer/alpha/overlay/overlay_with_header_filter",
|
|
5620
|
-
"name": "overlay_with_header_filter",
|
|
5621
|
-
"snapshot": "false",
|
|
5622
|
-
"skip_rules": {
|
|
5623
|
-
"wont_fix": [
|
|
5624
|
-
"region"
|
|
5625
|
-
],
|
|
5626
|
-
"will_fix": [
|
|
5627
|
-
"color-contrast"
|
|
5628
|
-
]
|
|
5629
|
-
}
|
|
5630
|
-
},
|
|
5631
|
-
{
|
|
5632
|
-
"preview_path": "primer/alpha/overlay/overlay_with_header_subtitle",
|
|
5633
|
-
"name": "overlay_with_header_subtitle",
|
|
5634
|
-
"snapshot": "false",
|
|
5635
|
-
"skip_rules": {
|
|
5636
|
-
"wont_fix": [
|
|
5637
|
-
"region"
|
|
5638
|
-
],
|
|
5639
|
-
"will_fix": [
|
|
5640
|
-
"color-contrast"
|
|
5641
|
-
]
|
|
5642
|
-
}
|
|
5643
|
-
},
|
|
5644
5605
|
{
|
|
5645
5606
|
"preview_path": "primer/alpha/overlay/in_a_sticky_container",
|
|
5646
5607
|
"name": "in_a_sticky_container",
|
|
@@ -8358,6 +8319,20 @@
|
|
|
8358
8319
|
"color-contrast"
|
|
8359
8320
|
]
|
|
8360
8321
|
}
|
|
8322
|
+
},
|
|
8323
|
+
{
|
|
8324
|
+
"preview_path": "primer/alpha/toggle_switch/with_autofocus",
|
|
8325
|
+
"name": "with_autofocus",
|
|
8326
|
+
"snapshot": "false",
|
|
8327
|
+
"skip_rules": {
|
|
8328
|
+
"wont_fix": [
|
|
8329
|
+
"region",
|
|
8330
|
+
"button-name"
|
|
8331
|
+
],
|
|
8332
|
+
"will_fix": [
|
|
8333
|
+
"color-contrast"
|
|
8334
|
+
]
|
|
8335
|
+
}
|
|
8361
8336
|
}
|
|
8362
8337
|
]
|
|
8363
8338
|
},
|