@primer/view-components 0.17.0-rc.b974595d → 0.17.0-rc.d8e01cb4
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/constants.json +7 -7
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@primer/view-components",
|
3
|
-
"version": "0.17.0-rc.
|
3
|
+
"version": "0.17.0-rc.d8e01cb4",
|
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/constants.json
CHANGED
@@ -228,16 +228,16 @@
|
|
228
228
|
"Footer": "Primer::Alpha::Dialog::Footer",
|
229
229
|
"Header": "Primer::Alpha::Dialog::Header",
|
230
230
|
"POSITION_MAPPINGS": {
|
231
|
-
"center": "
|
232
|
-
"left": "Overlay
|
233
|
-
"right": "Overlay
|
231
|
+
"center": "",
|
232
|
+
"left": "Overlay--placement-left",
|
233
|
+
"right": "Overlay--placement-right"
|
234
234
|
},
|
235
235
|
"POSITION_NARROW_MAPPINGS": {
|
236
236
|
"inherit": "",
|
237
|
-
"bottom": "Overlay
|
238
|
-
"fullscreen": "Overlay
|
239
|
-
"left": "Overlay
|
240
|
-
"right": "Overlay
|
237
|
+
"bottom": "Overlay--placement-bottom-whenNarrow",
|
238
|
+
"fullscreen": "Overlay--full-whenNarrow",
|
239
|
+
"left": "Overlay--placement-left-whenNarrow",
|
240
|
+
"right": "Overlay--placement-right-whenNarrow"
|
241
241
|
},
|
242
242
|
"POSITION_NARROW_OPTIONS": [
|
243
243
|
"inherit",
|