@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.47.0-rc.0",
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.28.0",
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": "c5ffdecd6cac213d5edc6aef7ab9157db1ca17e9"
68
+ "gitHead": "5eb449df62a21a69a467895cb94d758ba8554620"
69
69
  }
@@ -434,18 +434,20 @@
434
434
  // -----------------------------
435
435
  // Modal close btn
436
436
  // -----------------------------
437
- .#{$prefix}--modal-close {
437
+
438
+ .#{$prefix}--modal-close-button {
438
439
  position: absolute;
439
- z-index: 2;
440
- overflow: hidden;
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 {
@@ -77,6 +77,8 @@ $radio-border-width: 1px !default;
77
77
 
78
78
  .#{$prefix}--radio-button__label-text {
79
79
  @include type.type-style('body-compact-01');
80
+
81
+ flex: 1;
80
82
  }
81
83
 
82
84
  .#{$prefix}--radio-button__appearance {