@carbon/styles 1.69.0-rc.0 → 1.69.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.69.0-rc.0",
4
+ "version": "1.69.0",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
7
7
  "type": "git",
@@ -67,5 +67,5 @@
67
67
  "scss/**/*.css",
68
68
  "css/**/*.css"
69
69
  ],
70
- "gitHead": "8708f6dfd38bea7d5bd6d14ce34293c014cba87c"
70
+ "gitHead": "aa67ac9b298f921c558984fa6abbb90c33e9ef93"
71
71
  }
@@ -297,6 +297,9 @@
297
297
  margin: 0;
298
298
  block-size: convert.to-rem(64px);
299
299
  max-inline-size: none;
300
+ }
301
+
302
+ .#{$prefix}--modal-footer .#{$prefix}--btn:not(.#{$prefix}--skeleton) {
300
303
  padding-block: calc($spacing-05 - convert.to-rem(2px)) $spacing-07;
301
304
  }
302
305
 
@@ -79,9 +79,16 @@
79
79
  .#{$prefix}--toggle__switch,
80
80
  .#{$prefix}--toggle:not(.#{$prefix}--toggle--disabled):active
81
81
  .#{$prefix}--toggle__switch {
82
- box-shadow:
83
- 0 0 0 1px $focus-inset,
84
- 0 0 0 3px $focus;
82
+ &::after {
83
+ display: block;
84
+ border: 2px solid $focus;
85
+ border-radius: convert.to-rem(16px);
86
+ block-size: calc(100% + convert.to-rem(6px));
87
+ content: '';
88
+ inline-size: calc(100% + convert.to-rem(6px));
89
+ margin-block-start: convert.to-rem(-3px);
90
+ margin-inline-start: convert.to-rem(-3px);
91
+ }
85
92
  }
86
93
 
87
94
  .#{$prefix}--toggle__switch--checked {