@carbon/icon-helpers 10.5.2-rc.0 → 10.6.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/es/index.js CHANGED
@@ -95,10 +95,7 @@ var defaultAttributes = {
95
95
  // https://github.com/PolymerElements/iron-iconset-svg/pull/47
96
96
  // `focusable` is a string attribute which is why we do not use a boolean here
97
97
  focusable: 'false',
98
- preserveAspectRatio: 'xMidYMid meet',
99
- // Reference:
100
- // https://github.com/ckeditor/ckeditor5/issues/668#issuecomment-344844027
101
- style: 'will-change: transform;'
98
+ preserveAspectRatio: 'xMidYMid meet'
102
99
  };
103
100
  /**
104
101
  * Get supplementary HTML attributes for a given <svg> element based on existing
package/lib/index.js CHANGED
@@ -99,10 +99,7 @@ var defaultAttributes = {
99
99
  // https://github.com/PolymerElements/iron-iconset-svg/pull/47
100
100
  // `focusable` is a string attribute which is why we do not use a boolean here
101
101
  focusable: 'false',
102
- preserveAspectRatio: 'xMidYMid meet',
103
- // Reference:
104
- // https://github.com/ckeditor/ckeditor5/issues/668#issuecomment-344844027
105
- style: 'will-change: transform;'
102
+ preserveAspectRatio: 'xMidYMid meet'
106
103
  };
107
104
  /**
108
105
  * Get supplementary HTML attributes for a given <svg> element based on existing
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@carbon/icon-helpers",
3
3
  "description": "Helpers used alongside icons for digital and software products using the Carbon Design System",
4
- "version": "10.5.2-rc.0",
4
+ "version": "10.6.0",
5
5
  "license": "Apache-2.0",
6
6
  "main": "lib/index.js",
7
7
  "module": "es/index.js",
@@ -29,9 +29,9 @@
29
29
  "clean": "rimraf es lib umd"
30
30
  },
31
31
  "devDependencies": {
32
- "@carbon/bundler": "^10.5.2-rc.0",
32
+ "@carbon/bundler": "^10.6.0",
33
33
  "rimraf": "^3.0.0"
34
34
  },
35
35
  "sideEffects": false,
36
- "gitHead": "0f04ad82fd0a4ac2aaeb0e945e7c7492a185e6ef"
36
+ "gitHead": "fc828fed0fc6410f0612d14f4190c65e66e56053"
37
37
  }
package/umd/index.js CHANGED
@@ -101,10 +101,7 @@
101
101
  // https://github.com/PolymerElements/iron-iconset-svg/pull/47
102
102
  // `focusable` is a string attribute which is why we do not use a boolean here
103
103
  focusable: 'false',
104
- preserveAspectRatio: 'xMidYMid meet',
105
- // Reference:
106
- // https://github.com/ckeditor/ckeditor5/issues/668#issuecomment-344844027
107
- style: 'will-change: transform;'
104
+ preserveAspectRatio: 'xMidYMid meet'
108
105
  };
109
106
  /**
110
107
  * Get supplementary HTML attributes for a given <svg> element based on existing