@carbon/styles 1.94.0-rc.0 → 1.94.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.94.0-rc.0",
4
+ "version": "1.94.0",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
7
7
  "type": "git",
@@ -75,5 +75,5 @@
75
75
  "scss/**/*.css",
76
76
  "css/**/*.css"
77
77
  ],
78
- "gitHead": "ba9072cd72b1d664f26a3c984e2f7d694280175b"
78
+ "gitHead": "4bb1c57e936fa6a1527a4d6483668ecf3cfff51f"
79
79
  }
@@ -97,7 +97,6 @@
97
97
  position: fixed;
98
98
  display: grid;
99
99
  background-color: $layer;
100
- block-size: 100%;
101
100
  grid-template-columns: 100%;
102
101
  grid-template-rows: auto 1fr auto;
103
102
  inline-size: 100%;
@@ -110,7 +109,6 @@
110
109
 
111
110
  @include breakpoint(md) {
112
111
  position: relative;
113
- block-size: auto;
114
112
  inline-size: 84%;
115
113
  max-block-size: 90%;
116
114
  }
@@ -32,6 +32,7 @@
32
32
  @include type-style('body-compact-01');
33
33
 
34
34
  display: flex;
35
+ overflow: initial;
35
36
  align-items: center;
36
37
  justify-content: space-between;
37
38
  background-color: $layer;
@@ -40,12 +41,9 @@
40
41
  container-type: inline-size;
41
42
  inline-size: calc(100% - 1px);
42
43
  min-block-size: convert.to-rem(40px);
43
- overflow-x: auto;
44
44
 
45
45
  // 42rem = 'md' breakpoint
46
46
  @container pagination (min-width: 42rem) {
47
- overflow: initial;
48
-
49
47
  .#{$prefix}--pagination__control-buttons {
50
48
  display: flex;
51
49
  }