@primer/view-components 0.35.0-rc.77c11ff3 → 0.35.0-rc.ad0e69cf

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.35.0-rc.77c11ff3",
3
+ "version": "0.35.0-rc.ad0e69cf",
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",
@@ -78,7 +78,7 @@
78
78
  "eslint-plugin-custom-elements": "^0.0.8",
79
79
  "eslint-plugin-github": "^5.0.1",
80
80
  "eslint-plugin-prettier": "^5.0.0",
81
- "markdownlint-cli2": "^0.14.0",
81
+ "markdownlint-cli2": "^0.13.0",
82
82
  "mocha": "^10.0.0",
83
83
  "playwright": "^1.35.1",
84
84
  "postcss": "^8.4.16",
@@ -2468,12 +2468,6 @@
2468
2468
  "default": "`:outside_bottom`",
2469
2469
  "description": "The side to anchor the Overlay to. One of `:inside_bottom`, `:inside_center`, `:inside_left`, `:inside_right`, `:inside_top`, `:outside_bottom`, `:outside_left`, `:outside_right`, or `:outside_top`."
2470
2470
  },
2471
- {
2472
- "name": "banner_scheme",
2473
- "type": "Symbol",
2474
- "default": "`:danger`",
2475
- "description": "The scheme for the error banner One of `:danger` or `:warning`."
2476
- },
2477
2471
  {
2478
2472
  "name": "system_arguments",
2479
2473
  "type": "Hash",
@@ -598,11 +598,6 @@
598
598
  "Primer::Alpha::Select": {
599
599
  },
600
600
  "Primer::Alpha::SelectPanel": {
601
- "BANNER_SCHEME_OPTIONS": [
602
- "danger",
603
- "warning"
604
- ],
605
- "DEFAULT_BANNER_SCHEME": "danger",
606
601
  "DEFAULT_FETCH_STRATEGY": "remote",
607
602
  "DEFAULT_PRELOAD": false,
608
603
  "DEFAULT_SELECT_VARIANT": "single",
@@ -7653,12 +7653,6 @@
7653
7653
  "default": "`:outside_bottom`",
7654
7654
  "description": "The side to anchor the Overlay to. One of `:inside_bottom`, `:inside_center`, `:inside_left`, `:inside_right`, `:inside_top`, `:outside_bottom`, `:outside_left`, `:outside_right`, or `:outside_top`."
7655
7655
  },
7656
- {
7657
- "name": "banner_scheme",
7658
- "type": "Symbol",
7659
- "default": "`:danger`",
7660
- "description": "The scheme for the error banner One of `:danger` or `:warning`."
7661
- },
7662
7656
  {
7663
7657
  "name": "system_arguments",
7664
7658
  "type": "Hash",
@@ -7759,16 +7753,6 @@
7759
7753
  "Symbol"
7760
7754
  ]
7761
7755
  },
7762
- {
7763
- "name": "banner_scheme",
7764
- "description": "One of `:danger` or `:warning`.",
7765
- "parameters": [
7766
-
7767
- ],
7768
- "return_types": [
7769
- "Symbol"
7770
- ]
7771
- },
7772
7756
  {
7773
7757
  "name": "fetch_strategy",
7774
7758
  "description": "One of `:eventually_local`, `:local`, or `:remote`.",