@carbon/styles 1.47.0-rc.0 → 1.48.0-rc.0
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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@carbon/styles",
|
|
3
3
|
"description": "Styles for the Carbon Design System",
|
|
4
|
-
"version": "1.
|
|
4
|
+
"version": "1.48.0-rc.0",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"@carbon/grid": "^11.21.0",
|
|
44
44
|
"@carbon/layout": "^11.20.0",
|
|
45
45
|
"@carbon/motion": "^11.16.0",
|
|
46
|
-
"@carbon/themes": "^11.
|
|
46
|
+
"@carbon/themes": "^11.29.0-rc.0",
|
|
47
47
|
"@carbon/type": "^11.25.0",
|
|
48
48
|
"@ibm/plex": "6.0.0-next.6"
|
|
49
49
|
},
|
|
@@ -65,5 +65,5 @@
|
|
|
65
65
|
"scss/**/*.css",
|
|
66
66
|
"css/**/*.css"
|
|
67
67
|
],
|
|
68
|
-
"gitHead": "
|
|
68
|
+
"gitHead": "5eb449df62a21a69a467895cb94d758ba8554620"
|
|
69
69
|
}
|
|
@@ -434,18 +434,20 @@
|
|
|
434
434
|
// -----------------------------
|
|
435
435
|
// Modal close btn
|
|
436
436
|
// -----------------------------
|
|
437
|
-
|
|
437
|
+
|
|
438
|
+
.#{$prefix}--modal-close-button {
|
|
438
439
|
position: absolute;
|
|
439
|
-
|
|
440
|
-
|
|
440
|
+
inset-block-start: 0;
|
|
441
|
+
inset-inline-end: 0;
|
|
442
|
+
}
|
|
443
|
+
|
|
444
|
+
.#{$prefix}--modal-close {
|
|
441
445
|
padding: convert.to-rem(12px);
|
|
442
446
|
border: 2px solid transparent;
|
|
443
447
|
background-color: transparent;
|
|
444
448
|
block-size: 3rem;
|
|
445
449
|
cursor: pointer;
|
|
446
450
|
inline-size: 3rem;
|
|
447
|
-
inset-block-start: 0;
|
|
448
|
-
inset-inline-end: 0;
|
|
449
451
|
transition: background-color $duration-fast-02 motion(standard, productive);
|
|
450
452
|
|
|
451
453
|
&:hover {
|