@primer/view-components 0.17.0-rc.5ef05d8e → 0.17.0-rc.624e9adc

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.17.0-rc.5ef05d8e",
3
+ "version": "0.17.0-rc.624e9adc",
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",
@@ -610,12 +610,6 @@
610
610
  "source": "https://github.com/primer/view_components/tree/main/app/components/primer/alpha/banner.rb",
611
611
  "lookbook": "https://primer.style/view-components/lookbook/inspect/primer/alpha/banner/default/",
612
612
  "parameters": [
613
- {
614
- "name": "tag",
615
- "type": "Symbol",
616
- "default": "`:div`",
617
- "description": "One of `:div` or `:section`."
618
- },
619
613
  {
620
614
  "name": "full",
621
615
  "type": "Boolean",
@@ -164,7 +164,6 @@
164
164
  "success": "check-circle"
165
165
  },
166
166
  "DEFAULT_SCHEME": "default",
167
- "DEFAULT_TAG": "div",
168
167
  "DISMISS_SCHEMES": [
169
168
  "none",
170
169
  "remove",
@@ -181,11 +180,7 @@
181
180
  "warning": "Banner--warning",
182
181
  "danger": "Banner--error",
183
182
  "success": "Banner--success"
184
- },
185
- "TAG_OPTIONS": [
186
- "div",
187
- "section"
188
- ]
183
+ }
189
184
  },
190
185
  "Primer::Alpha::ButtonMarketing": {
191
186
  "DEFAULT_SCHEME": "default",
@@ -2243,12 +2243,6 @@
2243
2243
  "source": "https://github.com/primer/view_components/tree/main/app/components/primer/alpha/banner.rb",
2244
2244
  "lookbook": "https://primer.style/view-components/lookbook/inspect/primer/alpha/banner/default/",
2245
2245
  "parameters": [
2246
- {
2247
- "name": "tag",
2248
- "type": "Symbol",
2249
- "default": "`:div`",
2250
- "description": "One of `:div` or `:section`."
2251
- },
2252
2246
  {
2253
2247
  "name": "full",
2254
2248
  "type": "Boolean",