@openproject/primer-view-components 0.63.0 → 0.64.0-rc.d1c6ace98
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/package.json +1 -1
- package/static/arguments.json +13 -1
- package/static/constants.json +6 -0
- package/static/info_arch.json +39 -1
- package/static/previews.json +26 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openproject/primer-view-components",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.64.0-rc.d1c6ace98",
|
|
4
4
|
"description": "ViewComponents of the Primer Design System for OpenProject",
|
|
5
5
|
"main": "app/assets/javascripts/primer_view_components.js",
|
|
6
6
|
"module": "app/components/primer/primer.js",
|
package/static/arguments.json
CHANGED
|
@@ -1070,6 +1070,12 @@
|
|
|
1070
1070
|
"default": "`:medium`",
|
|
1071
1071
|
"description": "One of `:large` or `:medium`."
|
|
1072
1072
|
},
|
|
1073
|
+
{
|
|
1074
|
+
"name": "close_label",
|
|
1075
|
+
"type": "String",
|
|
1076
|
+
"default": "`Close`",
|
|
1077
|
+
"description": "The aria-label text of the close \"x\" button."
|
|
1078
|
+
},
|
|
1073
1079
|
{
|
|
1074
1080
|
"name": "system_arguments",
|
|
1075
1081
|
"type": "Hash",
|
|
@@ -1374,9 +1380,15 @@
|
|
|
1374
1380
|
{
|
|
1375
1381
|
"name": "loading",
|
|
1376
1382
|
"type": "Symbol",
|
|
1377
|
-
"default": "
|
|
1383
|
+
"default": "`nil`",
|
|
1378
1384
|
"description": "One of `:eager` or `:lazy`."
|
|
1379
1385
|
},
|
|
1386
|
+
{
|
|
1387
|
+
"name": "accept",
|
|
1388
|
+
"type": "String",
|
|
1389
|
+
"default": "`nil`",
|
|
1390
|
+
"description": "What to send as the Accept header."
|
|
1391
|
+
},
|
|
1380
1392
|
{
|
|
1381
1393
|
"name": "system_arguments",
|
|
1382
1394
|
"type": "Hash",
|
package/static/constants.json
CHANGED
|
@@ -323,6 +323,7 @@
|
|
|
323
323
|
"GeneratedSlotMethods": "Primer::Alpha::Dialog::Footer::GeneratedSlotMethods"
|
|
324
324
|
},
|
|
325
325
|
"Primer::Alpha::Dialog::Header": {
|
|
326
|
+
"DEFAULT_CLOSE_LABEL": "Close",
|
|
326
327
|
"DEFAULT_VARIANT": "medium",
|
|
327
328
|
"GeneratedSlotMethods": "Primer::Alpha::Dialog::Header::GeneratedSlotMethods",
|
|
328
329
|
"VARIANT_MAPPINGS": {
|
|
@@ -392,6 +393,11 @@
|
|
|
392
393
|
"GeneratedSlotMethods": "Primer::Alpha::Image::GeneratedSlotMethods"
|
|
393
394
|
},
|
|
394
395
|
"Primer::Alpha::IncludeFragment": {
|
|
396
|
+
"ALLOWED_LOADING_VALUES": [
|
|
397
|
+
"lazy",
|
|
398
|
+
"eager"
|
|
399
|
+
],
|
|
400
|
+
"DEFAULT_LOADING": "eager",
|
|
395
401
|
"GeneratedSlotMethods": "Primer::Alpha::IncludeFragment::GeneratedSlotMethods"
|
|
396
402
|
},
|
|
397
403
|
"Primer::Alpha::Layout": {
|
package/static/info_arch.json
CHANGED
|
@@ -3646,6 +3646,32 @@
|
|
|
3646
3646
|
"color-contrast"
|
|
3647
3647
|
]
|
|
3648
3648
|
}
|
|
3649
|
+
},
|
|
3650
|
+
{
|
|
3651
|
+
"preview_path": "primer/alpha/dialog/with_header_close_button_label",
|
|
3652
|
+
"name": "with_header_close_button_label",
|
|
3653
|
+
"snapshot": "false",
|
|
3654
|
+
"skip_rules": {
|
|
3655
|
+
"wont_fix": [
|
|
3656
|
+
"region"
|
|
3657
|
+
],
|
|
3658
|
+
"will_fix": [
|
|
3659
|
+
"color-contrast"
|
|
3660
|
+
]
|
|
3661
|
+
}
|
|
3662
|
+
},
|
|
3663
|
+
{
|
|
3664
|
+
"preview_path": "primer/alpha/dialog/without_header_close_button_label",
|
|
3665
|
+
"name": "without_header_close_button_label",
|
|
3666
|
+
"snapshot": "false",
|
|
3667
|
+
"skip_rules": {
|
|
3668
|
+
"wont_fix": [
|
|
3669
|
+
"region"
|
|
3670
|
+
],
|
|
3671
|
+
"will_fix": [
|
|
3672
|
+
"color-contrast"
|
|
3673
|
+
]
|
|
3674
|
+
}
|
|
3649
3675
|
}
|
|
3650
3676
|
],
|
|
3651
3677
|
"subcomponents": [
|
|
@@ -3699,6 +3725,12 @@
|
|
|
3699
3725
|
"default": "`:medium`",
|
|
3700
3726
|
"description": "One of `:large` or `:medium`."
|
|
3701
3727
|
},
|
|
3728
|
+
{
|
|
3729
|
+
"name": "close_label",
|
|
3730
|
+
"type": "String",
|
|
3731
|
+
"default": "`Close`",
|
|
3732
|
+
"description": "The aria-label text of the close \"x\" button."
|
|
3733
|
+
},
|
|
3702
3734
|
{
|
|
3703
3735
|
"name": "system_arguments",
|
|
3704
3736
|
"type": "Hash",
|
|
@@ -4702,9 +4734,15 @@
|
|
|
4702
4734
|
{
|
|
4703
4735
|
"name": "loading",
|
|
4704
4736
|
"type": "Symbol",
|
|
4705
|
-
"default": "
|
|
4737
|
+
"default": "`nil`",
|
|
4706
4738
|
"description": "One of `:eager` or `:lazy`."
|
|
4707
4739
|
},
|
|
4740
|
+
{
|
|
4741
|
+
"name": "accept",
|
|
4742
|
+
"type": "String",
|
|
4743
|
+
"default": "`nil`",
|
|
4744
|
+
"description": "What to send as the Accept header."
|
|
4745
|
+
},
|
|
4708
4746
|
{
|
|
4709
4747
|
"name": "system_arguments",
|
|
4710
4748
|
"type": "Hash",
|
package/static/previews.json
CHANGED
|
@@ -3717,6 +3717,32 @@
|
|
|
3717
3717
|
"color-contrast"
|
|
3718
3718
|
]
|
|
3719
3719
|
}
|
|
3720
|
+
},
|
|
3721
|
+
{
|
|
3722
|
+
"preview_path": "primer/alpha/dialog/with_header_close_button_label",
|
|
3723
|
+
"name": "with_header_close_button_label",
|
|
3724
|
+
"snapshot": "false",
|
|
3725
|
+
"skip_rules": {
|
|
3726
|
+
"wont_fix": [
|
|
3727
|
+
"region"
|
|
3728
|
+
],
|
|
3729
|
+
"will_fix": [
|
|
3730
|
+
"color-contrast"
|
|
3731
|
+
]
|
|
3732
|
+
}
|
|
3733
|
+
},
|
|
3734
|
+
{
|
|
3735
|
+
"preview_path": "primer/alpha/dialog/without_header_close_button_label",
|
|
3736
|
+
"name": "without_header_close_button_label",
|
|
3737
|
+
"snapshot": "false",
|
|
3738
|
+
"skip_rules": {
|
|
3739
|
+
"wont_fix": [
|
|
3740
|
+
"region"
|
|
3741
|
+
],
|
|
3742
|
+
"will_fix": [
|
|
3743
|
+
"color-contrast"
|
|
3744
|
+
]
|
|
3745
|
+
}
|
|
3720
3746
|
}
|
|
3721
3747
|
]
|
|
3722
3748
|
},
|