@primer/view-components 0.12.0-rc.75cfab79 → 0.12.0-rc.770f9c4c

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.12.0-rc.75cfab79",
3
+ "version": "0.12.0-rc.770f9c4c",
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",
@@ -3128,12 +3128,6 @@
3128
3128
  "default": "`false`",
3129
3129
  "description": "Whether or not the button is disabled. If true, this option forces `tag:` to `:button`."
3130
3130
  },
3131
- {
3132
- "name": "inactive",
3133
- "type": "Boolean",
3134
- "default": "`false`",
3135
- "description": "Whether the button looks visually disabled, but can still accept all the same interactions as an enabled button."
3136
- },
3137
3131
  {
3138
3132
  "name": "system_arguments",
3139
3133
  "type": "Hash",
@@ -9606,12 +9606,6 @@
9606
9606
  "default": "`false`",
9607
9607
  "description": "Whether or not the button is disabled. If true, this option forces `tag:` to `:button`."
9608
9608
  },
9609
- {
9610
- "name": "inactive",
9611
- "type": "Boolean",
9612
- "default": "`false`",
9613
- "description": "Whether the button looks visually disabled, but can still accept all the same interactions as an enabled button."
9614
- },
9615
9609
  {
9616
9610
  "name": "system_arguments",
9617
9611
  "type": "Hash",
@@ -10677,19 +10671,6 @@
10677
10671
  "color-contrast"
10678
10672
  ]
10679
10673
  }
10680
- },
10681
- {
10682
- "preview_path": "primer/beta/button/inactive",
10683
- "name": "inactive",
10684
- "snapshot": "true",
10685
- "skip_rules": {
10686
- "wont_fix": [
10687
- "region"
10688
- ],
10689
- "will_fix": [
10690
- "color-contrast"
10691
- ]
10692
- }
10693
10674
  }
10694
10675
  ],
10695
10676
  "subcomponents": [
@@ -2097,19 +2097,6 @@
2097
2097
  "color-contrast"
2098
2098
  ]
2099
2099
  }
2100
- },
2101
- {
2102
- "preview_path": "primer/beta/button/inactive",
2103
- "name": "inactive",
2104
- "snapshot": "true",
2105
- "skip_rules": {
2106
- "wont_fix": [
2107
- "region"
2108
- ],
2109
- "will_fix": [
2110
- "color-contrast"
2111
- ]
2112
- }
2113
2100
  }
2114
2101
  ]
2115
2102
  },