@primer/view-components 0.21.1-rc.1c4aed32 → 0.21.1-rc.1e465e9a

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.21.1-rc.1c4aed32",
3
+ "version": "0.21.1-rc.1e465e9a",
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",
@@ -3760,7 +3760,7 @@
3760
3760
  "name": "scheme",
3761
3761
  "type": "Symbol",
3762
3762
  "default": "`:default`",
3763
- "description": "One of `:danger`, `:default`, `:invisible`, `:primary`, or `:secondary`."
3763
+ "description": "One of `:danger`, `:default`, or `:invisible`."
3764
3764
  },
3765
3765
  {
3766
3766
  "name": "size",
@@ -938,15 +938,11 @@
938
938
  "DEFAULT_SCHEME": "default",
939
939
  "SCHEME_MAPPINGS": {
940
940
  "default": "Button--secondary",
941
- "primary": "Button--primary",
942
- "secondary": "Button--secondary",
943
941
  "danger": "Button--danger",
944
942
  "invisible": "Button--invisible"
945
943
  },
946
944
  "SCHEME_OPTIONS": [
947
945
  "default",
948
- "primary",
949
- "secondary",
950
946
  "danger",
951
947
  "invisible"
952
948
  ]
@@ -12433,7 +12433,7 @@
12433
12433
  "name": "scheme",
12434
12434
  "type": "Symbol",
12435
12435
  "default": "`:default`",
12436
- "description": "One of `:danger`, `:default`, `:invisible`, `:primary`, or `:secondary`."
12436
+ "description": "One of `:danger`, `:default`, or `:invisible`."
12437
12437
  },
12438
12438
  {
12439
12439
  "name": "size",
@@ -12530,19 +12530,6 @@
12530
12530
  ]
12531
12531
  }
12532
12532
  },
12533
- {
12534
- "preview_path": "primer/beta/icon_button/primary",
12535
- "name": "primary",
12536
- "snapshot": "true",
12537
- "skip_rules": {
12538
- "wont_fix": [
12539
- "region"
12540
- ],
12541
- "will_fix": [
12542
- "color-contrast"
12543
- ]
12544
- }
12545
- },
12546
12533
  {
12547
12534
  "preview_path": "primer/beta/icon_button/danger",
12548
12535
  "name": "danger",
@@ -3781,19 +3781,6 @@
3781
3781
  ]
3782
3782
  }
3783
3783
  },
3784
- {
3785
- "preview_path": "primer/beta/icon_button/primary",
3786
- "name": "primary",
3787
- "snapshot": "true",
3788
- "skip_rules": {
3789
- "wont_fix": [
3790
- "region"
3791
- ],
3792
- "will_fix": [
3793
- "color-contrast"
3794
- ]
3795
- }
3796
- },
3797
3784
  {
3798
3785
  "preview_path": "primer/beta/icon_button/danger",
3799
3786
  "name": "danger",