@carbon/elements 10.42.0-rc.0 → 10.44.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/elements",
3
3
  "description": "A collection of design elements in code for the IBM Design Language",
4
- "version": "10.42.0-rc.0",
4
+ "version": "10.44.0",
5
5
  "license": "Apache-2.0",
6
6
  "main": "lib/index.js",
7
7
  "module": "es/index.js",
@@ -35,21 +35,21 @@
35
35
  "clean": "rimraf es lib umd && node tasks/clean.js"
36
36
  },
37
37
  "dependencies": {
38
- "@carbon/colors": "^10.31.0",
39
- "@carbon/grid": "^10.35.0-rc.0",
40
- "@carbon/icons": "^10.38.0",
38
+ "@carbon/colors": "^10.33.0",
39
+ "@carbon/grid": "^10.37.0",
40
+ "@carbon/icons": "^10.40.0",
41
41
  "@carbon/import-once": "^10.6.0",
42
- "@carbon/layout": "^10.31.0-rc.0",
43
- "@carbon/motion": "^10.23.0",
44
- "@carbon/themes": "^10.42.0-rc.0",
45
- "@carbon/type": "^10.35.0-rc.0"
42
+ "@carbon/layout": "^10.33.0",
43
+ "@carbon/motion": "^10.25.0",
44
+ "@carbon/themes": "^10.44.0",
45
+ "@carbon/type": "^10.37.0"
46
46
  },
47
47
  "devDependencies": {
48
- "@carbon/cli": "^10.28.0",
48
+ "@carbon/cli": "^10.30.0",
49
49
  "fs-extra": "^8.1.0",
50
50
  "klaw-sync": "^6.0.0",
51
51
  "replace-in-file": "^3.4.2",
52
52
  "rimraf": "^3.0.0"
53
53
  },
54
- "gitHead": "6b6933ca5d9281989725c5a3c0a1da73c750d4ab"
54
+ "gitHead": "90b2b8c089af8fc2f9db25255d4b27d5b16ca5fe"
55
55
  }
@@ -19,7 +19,7 @@
19
19
  // compatibility file to ensure we continue to support node-sass and dart-sass
20
20
  // in v10.
21
21
 
22
- /* stylelint-disable number-max-precision */
22
+ // stylelint-disable number-max-precision
23
23
 
24
24
  @import '../vendor/@carbon/layout/breakpoint';
25
25
  @import 'font-family';
@@ -19,7 +19,7 @@
19
19
  // compatibility file to ensure we continue to support node-sass and dart-sass
20
20
  // in v10.
21
21
 
22
- /* stylelint-disable number-max-precision */
22
+ // stylelint-disable number-max-precision
23
23
 
24
24
  @import '../layout/breakpoint';
25
25
  @import 'font-family';
@@ -5,7 +5,7 @@
5
5
  // LICENSE file in the root directory of this source tree.
6
6
  //
7
7
 
8
- /* stylelint-disable number-max-precision */
8
+ // stylelint-disable number-max-precision
9
9
 
10
10
  @use 'sass:map';
11
11
  @use '@carbon/layout';