@primer/view-components 0.30.1-rc.b5ae563d → 0.31.0-rc.9fb3fcc2

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@primer/view-components",
3
- "version": "0.30.1-rc.b5ae563d",
3
+ "version": "0.31.0-rc.9fb3fcc2",
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",
@@ -989,9 +989,14 @@
989
989
  "slots": [
990
990
  {
991
991
  "name": "description",
992
- "description": "Description content that complements the item's label. See `ActionList`'s `description_scheme` argument\nfor layout options.",
992
+ "description": "Description content that complements the item's label, with optional test_selector.\nSee `ActionList`'s `description_scheme` argument for layout options.",
993
993
  "parameters": [
994
-
994
+ {
995
+ "name": "test_selector",
996
+ "type": "String",
997
+ "default": "N/A",
998
+ "description": "The value of this argument is set as the value of a `data-test-selector` HTML attribute on the description element."
999
+ }
995
1000
  ]
996
1001
  },
997
1002
  {
@@ -5547,9 +5552,14 @@
5547
5552
  },
5548
5553
  {
5549
5554
  "name": "description",
5550
- "description": "Description content that complements the item's label. See `ActionList`'s `description_scheme` argument\nfor layout options.",
5555
+ "description": "Description content that complements the item's label, with optional test_selector.\nSee `ActionList`'s `description_scheme` argument for layout options.",
5551
5556
  "parameters": [
5552
-
5557
+ {
5558
+ "name": "test_selector",
5559
+ "type": "String",
5560
+ "default": "N/A",
5561
+ "description": "The value of this argument is set as the value of a `data-test-selector` HTML attribute on the description element."
5562
+ }
5553
5563
  ]
5554
5564
  },
5555
5565
  {
@@ -14687,9 +14697,14 @@
14687
14697
  },
14688
14698
  {
14689
14699
  "name": "description",
14690
- "description": "Description content that complements the item's label. See `ActionList`'s `description_scheme` argument\nfor layout options.",
14700
+ "description": "Description content that complements the item's label, with optional test_selector.\nSee `ActionList`'s `description_scheme` argument for layout options.",
14691
14701
  "parameters": [
14692
-
14702
+ {
14703
+ "name": "test_selector",
14704
+ "type": "String",
14705
+ "default": "N/A",
14706
+ "description": "The value of this argument is set as the value of a `data-test-selector` HTML attribute on the description element."
14707
+ }
14693
14708
  ]
14694
14709
  },
14695
14710
  {