@primer/view-components 0.15.0-rc.68b91283 → 0.15.0-rc.bbd7736d
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 +3 -3
- 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.15.0-rc.
|
3
|
+
"version": "0.15.0-rc.bbd7736d",
|
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",
|
@@ -62,8 +62,8 @@
|
|
62
62
|
"@github/markdownlint-github": "^0.2.2",
|
63
63
|
"@github/prettier-config": "0.0.6",
|
64
64
|
"@playwright/test": "^1.35.1",
|
65
|
-
"@primer/css": "21.0.
|
66
|
-
"@primer/primitives": "7.15.
|
65
|
+
"@primer/css": "21.0.10",
|
66
|
+
"@primer/primitives": "7.15.4",
|
67
67
|
"@primer/stylelint-config": "^12.7.2",
|
68
68
|
"@rollup/plugin-node-resolve": "^15.2.3",
|
69
69
|
"@rollup/plugin-typescript": "^8.3.3",
|
package/static/info_arch.json
CHANGED
@@ -3273,6 +3273,19 @@
|
|
3273
3273
|
]
|
3274
3274
|
}
|
3275
3275
|
},
|
3276
|
+
{
|
3277
|
+
"preview_path": "primer/alpha/dialog/with_auto_complete",
|
3278
|
+
"name": "with_auto_complete",
|
3279
|
+
"snapshot": "interactive",
|
3280
|
+
"skip_rules": {
|
3281
|
+
"wont_fix": [
|
3282
|
+
"region"
|
3283
|
+
],
|
3284
|
+
"will_fix": [
|
3285
|
+
"color-contrast"
|
3286
|
+
]
|
3287
|
+
}
|
3288
|
+
},
|
3276
3289
|
{
|
3277
3290
|
"preview_path": "primer/alpha/dialog/body_has_scrollbar_overflow",
|
3278
3291
|
"name": "body_has_scrollbar_overflow",
|
package/static/previews.json
CHANGED
@@ -3036,6 +3036,19 @@
|
|
3036
3036
|
]
|
3037
3037
|
}
|
3038
3038
|
},
|
3039
|
+
{
|
3040
|
+
"preview_path": "primer/alpha/dialog/with_auto_complete",
|
3041
|
+
"name": "with_auto_complete",
|
3042
|
+
"snapshot": "interactive",
|
3043
|
+
"skip_rules": {
|
3044
|
+
"wont_fix": [
|
3045
|
+
"region"
|
3046
|
+
],
|
3047
|
+
"will_fix": [
|
3048
|
+
"color-contrast"
|
3049
|
+
]
|
3050
|
+
}
|
3051
|
+
},
|
3039
3052
|
{
|
3040
3053
|
"preview_path": "primer/alpha/dialog/body_has_scrollbar_overflow",
|
3041
3054
|
"name": "body_has_scrollbar_overflow",
|