@carbon/styles 1.99.0 → 1.100.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.99.0",
4
+ "version": "1.100.0",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
7
7
  "type": "git",
@@ -40,13 +40,13 @@
40
40
  }
41
41
  },
42
42
  "dependencies": {
43
- "@carbon/colors": "^11.46.0",
44
- "@carbon/feature-flags": ">=0.32.0",
45
- "@carbon/grid": "^11.49.0",
46
- "@carbon/layout": "^11.47.0",
47
- "@carbon/motion": "^11.40.0",
48
- "@carbon/themes": "^11.67.0",
49
- "@carbon/type": "^11.53.0",
43
+ "@carbon/colors": "^11.47.0",
44
+ "@carbon/feature-flags": "1.0.0",
45
+ "@carbon/grid": "^11.50.0",
46
+ "@carbon/layout": "^11.48.0",
47
+ "@carbon/motion": "^11.41.0",
48
+ "@carbon/themes": "^11.68.0",
49
+ "@carbon/type": "^11.54.0",
50
50
  "@ibm/plex": "6.0.0-next.6",
51
51
  "@ibm/plex-mono": "1.1.0",
52
52
  "@ibm/plex-sans": "1.1.0",
@@ -59,7 +59,7 @@
59
59
  "@ibm/telemetry-js": "^1.5.0"
60
60
  },
61
61
  "devDependencies": {
62
- "@carbon/test-utils": "^10.39.0",
62
+ "@carbon/test-utils": "^10.40.0",
63
63
  "autoprefixer": "^10.4.7",
64
64
  "browserslist-config-carbon": "^11.2.0",
65
65
  "css": "^3.0.0",
@@ -75,5 +75,5 @@
75
75
  "scss/**/*.css",
76
76
  "css/**/*.css"
77
77
  ],
78
- "gitHead": "f366448449df3d81c9bb63a8a842772d734c163a"
78
+ "gitHead": "6dde90f9edfb378e1585f1954c92484a37f22f02"
79
79
  }
@@ -1,5 +1,5 @@
1
1
  //
2
- // Copyright IBM Corp. 2016, 2023
2
+ // Copyright IBM Corp. 2016, 2026
3
3
  //
4
4
  // This source code is licensed under the Apache-2.0 license found in the
5
5
  // LICENSE file in the root directory of this source tree.
@@ -326,6 +326,10 @@
326
326
  padding: convert.to-rem(15px) 0;
327
327
  }
328
328
 
329
+ .#{$prefix}--actionable-notification__focus-wrapper {
330
+ display: contents;
331
+ }
332
+
329
333
  .#{$prefix}--actionable-notification__button-wrapper {
330
334
  display: flex;
331
335
  }