@primer/view-components 0.47.0-rc.1af6a4c6 → 0.47.0-rc.aaf535d2

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@primer/view-components",
3
- "version": "0.47.0-rc.1af6a4c6",
3
+ "version": "0.47.0-rc.aaf535d2",
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",
@@ -3948,6 +3948,12 @@
3948
3948
  "default": "`false`",
3949
3949
  "description": "Whether to add a tooltip to the stack or not."
3950
3950
  },
3951
+ {
3952
+ "name": "disable_expand",
3953
+ "type": "Boolean",
3954
+ "default": "`false`",
3955
+ "description": "Whether to disable the expand behavior on hover. If true, avatars will not expand."
3956
+ },
3951
3957
  {
3952
3958
  "name": "body_arguments",
3953
3959
  "type": "Hash",
@@ -12166,6 +12166,12 @@
12166
12166
  "default": "`false`",
12167
12167
  "description": "Whether to add a tooltip to the stack or not."
12168
12168
  },
12169
+ {
12170
+ "name": "disable_expand",
12171
+ "type": "Boolean",
12172
+ "default": "`false`",
12173
+ "description": "Whether to disable the expand behavior on hover. If true, avatars will not expand."
12174
+ },
12169
12175
  {
12170
12176
  "name": "body_arguments",
12171
12177
  "type": "Hash",
@@ -12311,6 +12317,19 @@
12311
12317
  "color-contrast"
12312
12318
  ]
12313
12319
  }
12320
+ },
12321
+ {
12322
+ "preview_path": "primer/beta/avatar_stack/with_disabled_expand",
12323
+ "name": "with_disabled_expand",
12324
+ "snapshot": "false",
12325
+ "skip_rules": {
12326
+ "wont_fix": [
12327
+ "region"
12328
+ ],
12329
+ "will_fix": [
12330
+ "color-contrast"
12331
+ ]
12332
+ }
12314
12333
  }
12315
12334
  ],
12316
12335
  "subcomponents": []
@@ -1469,6 +1469,19 @@
1469
1469
  "color-contrast"
1470
1470
  ]
1471
1471
  }
1472
+ },
1473
+ {
1474
+ "preview_path": "primer/beta/avatar_stack/with_disabled_expand",
1475
+ "name": "with_disabled_expand",
1476
+ "snapshot": "false",
1477
+ "skip_rules": {
1478
+ "wont_fix": [
1479
+ "region"
1480
+ ],
1481
+ "will_fix": [
1482
+ "color-contrast"
1483
+ ]
1484
+ }
1472
1485
  }
1473
1486
  ]
1474
1487
  },