@carbon/styles 1.103.0 → 1.104.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.103.0",
4
+ "version": "1.104.0-rc.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.49.0",
43
+ "@carbon/colors": "^11.50.0-rc.0",
44
44
  "@carbon/feature-flags": "^1.2.0",
45
- "@carbon/grid": "^11.52.0",
46
- "@carbon/layout": "^11.50.0",
47
- "@carbon/motion": "^11.43.0",
48
- "@carbon/themes": "^11.70.0",
49
- "@carbon/type": "^11.56.0",
45
+ "@carbon/grid": "^11.53.0-rc.0",
46
+ "@carbon/layout": "^11.51.0-rc.0",
47
+ "@carbon/motion": "^11.44.0-rc.0",
48
+ "@carbon/themes": "^11.71.0-rc.0",
49
+ "@carbon/type": "^11.57.0-rc.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.40.0",
62
+ "@carbon/test-utils": "^10.41.0-rc.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": "aeaaa31889990fc76c7e0e8a29ec0bf96ce33f82"
78
+ "gitHead": "46468fea0239275746d5af6a96bfac1d163c693e"
79
79
  }
@@ -1,5 +1,5 @@
1
1
  //
2
- // Copyright IBM Corp. 2022
2
+ // Copyright IBM Corp. 2022, 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.
@@ -56,6 +56,7 @@
56
56
  position: sticky;
57
57
  z-index: 1;
58
58
  display: flex;
59
+ box-sizing: border-box;
59
60
  align-items: center;
60
61
  inset-block-start: 0;
61
62
  padding-inline: layout.density('padding-inline');
@@ -120,7 +121,7 @@
120
121
  .#{$prefix}--contained-list--on-page .#{$prefix}--contained-list__header {
121
122
  @include type-style('heading-compact-01');
122
123
 
123
- background-color: $background;
124
+ background-color: $layer-background;
124
125
  block-size: layout.size('height');
125
126
  border-block-end: 1px solid $border-subtle;
126
127
  color: $text-primary;
@@ -91,7 +91,7 @@
91
91
  .#{$prefix}--list--unordered.#{$prefix}--list--nested
92
92
  > .#{$prefix}--list__item::before {
93
93
  // ▪ square
94
- content: '\0025AA';
94
+ content: '\0025AA\00FE0E';
95
95
  // offset to account for smaller ▪ vs –
96
96
  inset-inline-start: calc(-1 * #{$spacing-04});
97
97
  }