@primer/view-components 0.16.2-rc.cc0535c8 → 0.16.2-rc.f00dd878
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 +26 -0
- package/static/previews.json +26 -0
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@primer/view-components",
|
3
|
-
"version": "0.16.2-rc.
|
3
|
+
"version": "0.16.2-rc.f00dd878",
|
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
@@ -3330,6 +3330,32 @@
|
|
3330
3330
|
"color-contrast"
|
3331
3331
|
]
|
3332
3332
|
}
|
3333
|
+
},
|
3334
|
+
{
|
3335
|
+
"preview_path": "primer/alpha/dialog/left_side",
|
3336
|
+
"name": "left_side",
|
3337
|
+
"snapshot": "interactive",
|
3338
|
+
"skip_rules": {
|
3339
|
+
"wont_fix": [
|
3340
|
+
"region"
|
3341
|
+
],
|
3342
|
+
"will_fix": [
|
3343
|
+
"color-contrast"
|
3344
|
+
]
|
3345
|
+
}
|
3346
|
+
},
|
3347
|
+
{
|
3348
|
+
"preview_path": "primer/alpha/dialog/right_side",
|
3349
|
+
"name": "right_side",
|
3350
|
+
"snapshot": "interactive",
|
3351
|
+
"skip_rules": {
|
3352
|
+
"wont_fix": [
|
3353
|
+
"region"
|
3354
|
+
],
|
3355
|
+
"will_fix": [
|
3356
|
+
"color-contrast"
|
3357
|
+
]
|
3358
|
+
}
|
3333
3359
|
}
|
3334
3360
|
],
|
3335
3361
|
"subcomponents": [
|
package/static/previews.json
CHANGED
@@ -3100,6 +3100,32 @@
|
|
3100
3100
|
"color-contrast"
|
3101
3101
|
]
|
3102
3102
|
}
|
3103
|
+
},
|
3104
|
+
{
|
3105
|
+
"preview_path": "primer/alpha/dialog/left_side",
|
3106
|
+
"name": "left_side",
|
3107
|
+
"snapshot": "interactive",
|
3108
|
+
"skip_rules": {
|
3109
|
+
"wont_fix": [
|
3110
|
+
"region"
|
3111
|
+
],
|
3112
|
+
"will_fix": [
|
3113
|
+
"color-contrast"
|
3114
|
+
]
|
3115
|
+
}
|
3116
|
+
},
|
3117
|
+
{
|
3118
|
+
"preview_path": "primer/alpha/dialog/right_side",
|
3119
|
+
"name": "right_side",
|
3120
|
+
"snapshot": "interactive",
|
3121
|
+
"skip_rules": {
|
3122
|
+
"wont_fix": [
|
3123
|
+
"region"
|
3124
|
+
],
|
3125
|
+
"will_fix": [
|
3126
|
+
"color-contrast"
|
3127
|
+
]
|
3128
|
+
}
|
3103
3129
|
}
|
3104
3130
|
]
|
3105
3131
|
},
|