@carbon/grid 10.25.0-rc.0 → 10.25.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/grid",
3
3
  "description": "Grid for digital and software products using the Carbon Design System",
4
- "version": "10.25.0-rc.0",
4
+ "version": "10.25.0",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
7
7
  "type": "git",
@@ -32,10 +32,10 @@
32
32
  },
33
33
  "dependencies": {
34
34
  "@carbon/import-once": "^10.6.0",
35
- "@carbon/layout": "^10.23.0-rc.0"
35
+ "@carbon/layout": "^10.23.0"
36
36
  },
37
37
  "devDependencies": {
38
- "@carbon/cli": "^10.22.0-rc.0",
38
+ "@carbon/cli": "^10.22.0",
39
39
  "rimraf": "^3.0.0"
40
40
  },
41
41
  "eyeglass": {
@@ -44,5 +44,5 @@
44
44
  "sassDir": "scss",
45
45
  "needs": "^1.3.0"
46
46
  },
47
- "gitHead": "f82c66b394c5440333efee2bdcd8a85b2414b90c"
47
+ "gitHead": "05909da32a2ee6aa2fb1965eb57871ea77c81c0e"
48
48
  }
@@ -98,7 +98,7 @@
98
98
  }
99
99
  }
100
100
 
101
- .#{$prefix}--css-grid--narrow > [class*='#{$prefix}--col'] {
101
+ .#{$prefix}--css-grid--narrow > [class*='col'] {
102
102
  margin-left: calc(var(--cds-grid-gutter) / 2 * -1);
103
103
  }
104
104