@carbon/ibmdotcom-styles 1.59.0 → 1.60.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/ibmdotcom-styles",
3
3
  "description": "Carbon for IBM.com Styles",
4
- "version": "1.59.0",
4
+ "version": "1.60.0",
5
5
  "license": "Apache-2.0",
6
6
  "main": "dist/ibm-dotcom-styles.min.css",
7
7
  "module": "src/scss",
@@ -54,5 +54,5 @@
54
54
  "node-sass": "^8.0.0",
55
55
  "require-dir": "^1.2.0"
56
56
  },
57
- "gitHead": "198bdef4ac7666807a6cab98dc8fda7307899b95"
57
+ "gitHead": "f251c905e8ea8aadfd839b1d80993b84419cf584"
58
58
  }
@@ -120,22 +120,12 @@
120
120
  :host(#{$dds-prefix}-structured-list-header-row),
121
121
  :host(#{$dds-prefix}-structured-list-row),
122
122
  :host(#{$dds-prefix}-structured-list-group) tr {
123
- --max-cols: 4;
124
-
125
123
  @include carbon--breakpoint('sm') {
126
124
  @include carbon--make-row();
127
125
 
128
126
  flex-wrap: nowrap;
129
127
  }
130
128
 
131
- @include carbon--breakpoint('md') {
132
- --max-cols: 8;
133
- }
134
-
135
- @include carbon--breakpoint('lg') {
136
- --max-cols: 16;
137
- }
138
-
139
129
  @for $i from 1 through 8 {
140
130
  @include structured-list-colspan(#{$i});
141
131
  }
@@ -178,6 +168,15 @@
178
168
  overflow-x: auto;
179
169
  scroll-snap-type: x;
180
170
  position: relative;
171
+ --max-cols: 4;
172
+
173
+ @include carbon--breakpoint('md') {
174
+ --max-cols: 8;
175
+ }
176
+
177
+ @include carbon--breakpoint('lg') {
178
+ --max-cols: 16;
179
+ }
181
180
 
182
181
  .#{$prefix}--structured-list {
183
182
  margin: 0;