mam 1.11.448 → 1.11.450
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/node.test.js +13 -1
- package/node.test.js.map +1 -1
- package/package.json +1 -1
package/node.test.js
CHANGED
|
@@ -14234,7 +14234,7 @@ var $;
|
|
|
14234
14234
|
},
|
|
14235
14235
|
'@media': {
|
|
14236
14236
|
'print': {
|
|
14237
|
-
overflow: '
|
|
14237
|
+
overflow: 'hidden',
|
|
14238
14238
|
contain: 'none',
|
|
14239
14239
|
maxHeight: 'unset',
|
|
14240
14240
|
},
|
|
@@ -14373,6 +14373,13 @@ var $;
|
|
|
14373
14373
|
shadow: [[0, `0.5rem`, `0.5rem`, `-0.5rem`, hsla(0, 0, 0, .25)]],
|
|
14374
14374
|
},
|
|
14375
14375
|
zIndex: 2,
|
|
14376
|
+
'@media': {
|
|
14377
|
+
'print': {
|
|
14378
|
+
box: {
|
|
14379
|
+
shadow: [[0, `1px`, 0, 0, hsla(0, 0, 0, .25)]],
|
|
14380
|
+
},
|
|
14381
|
+
},
|
|
14382
|
+
},
|
|
14376
14383
|
},
|
|
14377
14384
|
Title: {
|
|
14378
14385
|
minHeight: rem(2),
|
|
@@ -14401,6 +14408,11 @@ var $;
|
|
|
14401
14408
|
justifyContent: 'flex-end',
|
|
14402
14409
|
alignItems: 'flex-start',
|
|
14403
14410
|
flexWrap: 'wrap',
|
|
14411
|
+
'@media': {
|
|
14412
|
+
'print': {
|
|
14413
|
+
display: 'none',
|
|
14414
|
+
},
|
|
14415
|
+
},
|
|
14404
14416
|
},
|
|
14405
14417
|
Body: {
|
|
14406
14418
|
flex: {
|