@primer/view-components 0.48.0-rc.b0c9c0cc → 0.48.0-rc.f0386e9a
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 +6 -0
- package/static/info_arch.json +19 -0
- package/static/previews.json +13 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@primer/view-components",
|
|
3
|
-
"version": "0.48.0-rc.
|
|
3
|
+
"version": "0.48.0-rc.f0386e9a",
|
|
4
4
|
"description": "ViewComponents for the Primer Design System",
|
|
5
5
|
"main": "app/assets/javascripts/primer_view_components.js",
|
|
6
6
|
"module": "app/components/primer/primer.js",
|
package/static/arguments.json
CHANGED
|
@@ -3914,6 +3914,12 @@
|
|
|
3914
3914
|
"default": "`nil`",
|
|
3915
3915
|
"description": "The URL to link to. If used, component will be wrapped by an `<a>` tag."
|
|
3916
3916
|
},
|
|
3917
|
+
{
|
|
3918
|
+
"name": "tooltip",
|
|
3919
|
+
"type": "String",
|
|
3920
|
+
"default": "`nil`",
|
|
3921
|
+
"description": "Tooltip text to display on hover when href is provided."
|
|
3922
|
+
},
|
|
3917
3923
|
{
|
|
3918
3924
|
"name": "system_arguments",
|
|
3919
3925
|
"type": "Hash",
|
package/static/info_arch.json
CHANGED
|
@@ -11952,6 +11952,12 @@
|
|
|
11952
11952
|
"default": "`nil`",
|
|
11953
11953
|
"description": "The URL to link to. If used, component will be wrapped by an `<a>` tag."
|
|
11954
11954
|
},
|
|
11955
|
+
{
|
|
11956
|
+
"name": "tooltip",
|
|
11957
|
+
"type": "String",
|
|
11958
|
+
"default": "`nil`",
|
|
11959
|
+
"description": "Tooltip text to display on hover when href is provided."
|
|
11960
|
+
},
|
|
11955
11961
|
{
|
|
11956
11962
|
"name": "system_arguments",
|
|
11957
11963
|
"type": "Hash",
|
|
@@ -12318,6 +12324,19 @@
|
|
|
12318
12324
|
]
|
|
12319
12325
|
}
|
|
12320
12326
|
},
|
|
12327
|
+
{
|
|
12328
|
+
"preview_path": "primer/beta/avatar_stack/with_individual_tooltips",
|
|
12329
|
+
"name": "with_individual_tooltips",
|
|
12330
|
+
"snapshot": "false",
|
|
12331
|
+
"skip_rules": {
|
|
12332
|
+
"wont_fix": [
|
|
12333
|
+
"region"
|
|
12334
|
+
],
|
|
12335
|
+
"will_fix": [
|
|
12336
|
+
"color-contrast"
|
|
12337
|
+
]
|
|
12338
|
+
}
|
|
12339
|
+
},
|
|
12321
12340
|
{
|
|
12322
12341
|
"preview_path": "primer/beta/avatar_stack/with_disabled_expand",
|
|
12323
12342
|
"name": "with_disabled_expand",
|
package/static/previews.json
CHANGED
|
@@ -1470,6 +1470,19 @@
|
|
|
1470
1470
|
]
|
|
1471
1471
|
}
|
|
1472
1472
|
},
|
|
1473
|
+
{
|
|
1474
|
+
"preview_path": "primer/beta/avatar_stack/with_individual_tooltips",
|
|
1475
|
+
"name": "with_individual_tooltips",
|
|
1476
|
+
"snapshot": "false",
|
|
1477
|
+
"skip_rules": {
|
|
1478
|
+
"wont_fix": [
|
|
1479
|
+
"region"
|
|
1480
|
+
],
|
|
1481
|
+
"will_fix": [
|
|
1482
|
+
"color-contrast"
|
|
1483
|
+
]
|
|
1484
|
+
}
|
|
1485
|
+
},
|
|
1473
1486
|
{
|
|
1474
1487
|
"preview_path": "primer/beta/avatar_stack/with_disabled_expand",
|
|
1475
1488
|
"name": "with_disabled_expand",
|