@primer/view-components 0.25.2-rc.680ee4b5 → 0.26.0-rc.490b4578
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/info_arch.json +13 -0
- package/static/previews.json +13 -0
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@primer/view-components",
|
3
|
-
"version": "0.
|
3
|
+
"version": "0.26.0-rc.490b4578",
|
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/info_arch.json
CHANGED
@@ -10947,6 +10947,19 @@
|
|
10947
10947
|
"color-contrast"
|
10948
10948
|
]
|
10949
10949
|
}
|
10950
|
+
},
|
10951
|
+
{
|
10952
|
+
"preview_path": "primer/beta/breadcrumbs/with_link_target",
|
10953
|
+
"name": "with_link_target",
|
10954
|
+
"snapshot": "false",
|
10955
|
+
"skip_rules": {
|
10956
|
+
"wont_fix": [
|
10957
|
+
"region"
|
10958
|
+
],
|
10959
|
+
"will_fix": [
|
10960
|
+
"color-contrast"
|
10961
|
+
]
|
10962
|
+
}
|
10950
10963
|
}
|
10951
10964
|
],
|
10952
10965
|
"subcomponents": [
|
package/static/previews.json
CHANGED
@@ -2037,6 +2037,19 @@
|
|
2037
2037
|
"color-contrast"
|
2038
2038
|
]
|
2039
2039
|
}
|
2040
|
+
},
|
2041
|
+
{
|
2042
|
+
"preview_path": "primer/beta/breadcrumbs/with_link_target",
|
2043
|
+
"name": "with_link_target",
|
2044
|
+
"snapshot": "false",
|
2045
|
+
"skip_rules": {
|
2046
|
+
"wont_fix": [
|
2047
|
+
"region"
|
2048
|
+
],
|
2049
|
+
"will_fix": [
|
2050
|
+
"color-contrast"
|
2051
|
+
]
|
2052
|
+
}
|
2040
2053
|
}
|
2041
2054
|
]
|
2042
2055
|
},
|