@primer/view-components 0.12.1-rc.6a75402e → 0.12.1-rc.da91b0e4
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.12.1-rc.
|
3
|
+
"version": "0.12.1-rc.da91b0e4",
|
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
@@ -3106,6 +3106,19 @@
|
|
3106
3106
|
"color-contrast"
|
3107
3107
|
]
|
3108
3108
|
}
|
3109
|
+
},
|
3110
|
+
{
|
3111
|
+
"preview_path": "primer/alpha/dialog/autofocus_element",
|
3112
|
+
"name": "autofocus_element",
|
3113
|
+
"snapshot": "false",
|
3114
|
+
"skip_rules": {
|
3115
|
+
"wont_fix": [
|
3116
|
+
"region"
|
3117
|
+
],
|
3118
|
+
"will_fix": [
|
3119
|
+
"color-contrast"
|
3120
|
+
]
|
3121
|
+
}
|
3109
3122
|
}
|
3110
3123
|
],
|
3111
3124
|
"subcomponents": [
|
package/static/previews.json
CHANGED
@@ -2936,6 +2936,19 @@
|
|
2936
2936
|
"color-contrast"
|
2937
2937
|
]
|
2938
2938
|
}
|
2939
|
+
},
|
2940
|
+
{
|
2941
|
+
"preview_path": "primer/alpha/dialog/autofocus_element",
|
2942
|
+
"name": "autofocus_element",
|
2943
|
+
"snapshot": "false",
|
2944
|
+
"skip_rules": {
|
2945
|
+
"wont_fix": [
|
2946
|
+
"region"
|
2947
|
+
],
|
2948
|
+
"will_fix": [
|
2949
|
+
"color-contrast"
|
2950
|
+
]
|
2951
|
+
}
|
2939
2952
|
}
|
2940
2953
|
]
|
2941
2954
|
},
|