@primer/view-components 0.21.1-rc.1c4aed32 → 0.21.1-rc.1e465e9a
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 +1 -1
- package/static/arguments.json +1 -1
- package/static/constants.json +0 -4
- package/static/info_arch.json +1 -14
- package/static/previews.json +0 -13
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@primer/view-components",
|
3
|
-
"version": "0.21.1-rc.
|
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",
|
package/static/arguments.json
CHANGED
@@ -3760,7 +3760,7 @@
|
|
3760
3760
|
"name": "scheme",
|
3761
3761
|
"type": "Symbol",
|
3762
3762
|
"default": "`:default`",
|
3763
|
-
"description": "One of `:danger`, `:default`,
|
3763
|
+
"description": "One of `:danger`, `:default`, or `:invisible`."
|
3764
3764
|
},
|
3765
3765
|
{
|
3766
3766
|
"name": "size",
|
package/static/constants.json
CHANGED
@@ -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
|
]
|
package/static/info_arch.json
CHANGED
@@ -12433,7 +12433,7 @@
|
|
12433
12433
|
"name": "scheme",
|
12434
12434
|
"type": "Symbol",
|
12435
12435
|
"default": "`:default`",
|
12436
|
-
"description": "One of `:danger`, `:default`,
|
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",
|
package/static/previews.json
CHANGED
@@ -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",
|