@carbon/styles 1.66.0 → 1.66.1

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.66.0",
4
+ "version": "1.66.1",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
7
7
  "type": "git",
@@ -40,18 +40,18 @@
40
40
  }
41
41
  },
42
42
  "dependencies": {
43
- "@carbon/colors": "^11.27.0",
44
- "@carbon/feature-flags": "^0.23.0",
45
- "@carbon/grid": "^11.28.0",
46
- "@carbon/layout": "^11.27.0",
47
- "@carbon/motion": "^11.23.0",
48
- "@carbon/themes": "^11.41.0",
49
- "@carbon/type": "^11.32.0",
43
+ "@carbon/colors": "^11.27.1",
44
+ "@carbon/feature-flags": "^0.23.1",
45
+ "@carbon/grid": "^11.28.1",
46
+ "@carbon/layout": "^11.27.1",
47
+ "@carbon/motion": "^11.23.1",
48
+ "@carbon/themes": "^11.41.1",
49
+ "@carbon/type": "^11.32.1",
50
50
  "@ibm/plex": "6.0.0-next.6",
51
51
  "@ibm/telemetry-js": "^1.5.0"
52
52
  },
53
53
  "devDependencies": {
54
- "@carbon/test-utils": "^10.33.0",
54
+ "@carbon/test-utils": "^10.33.1",
55
55
  "autoprefixer": "^10.4.7",
56
56
  "browserslist-config-carbon": "^11.2.0",
57
57
  "css": "^3.0.0",
@@ -67,5 +67,5 @@
67
67
  "scss/**/*.css",
68
68
  "css/**/*.css"
69
69
  ],
70
- "gitHead": "ea46616d9ea6afb2f14b862a344203e54d19e5a0"
70
+ "gitHead": "2df4c295d300f96fae292a00b88f07a99e9a80c7"
71
71
  }
@@ -125,7 +125,7 @@
125
125
 
126
126
  // fluid form in modal
127
127
  .#{$prefix}--modal-content .#{$prefix}--form--fluid {
128
- margin-inline: -$spacing-05 -$spacing-05;
128
+ margin-inline: -$spacing-05 - $spacing-05;
129
129
  }
130
130
 
131
131
  //TO-DO: remove .#{$prefix}--modal-content__regular-content in v11 since hasForm has been deprecated