@carbon/icon-helpers 10.7.0 → 10.9.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 +1 -1
- package/lib/index.js +1 -1
- package/package.json +3 -3
- package/umd/index.js +1 -1
package/es/index.js
CHANGED
|
@@ -113,7 +113,7 @@ function getAttributes() {
|
|
|
113
113
|
var tabindex = attributes.tabindex,
|
|
114
114
|
rest = _objectWithoutProperties(attributes, ["tabindex"]);
|
|
115
115
|
|
|
116
|
-
var iconAttributes = _objectSpread2({}, defaultAttributes, {},
|
|
116
|
+
var iconAttributes = _objectSpread2(_objectSpread2(_objectSpread2({}, defaultAttributes), rest), {}, {
|
|
117
117
|
width: width,
|
|
118
118
|
height: height,
|
|
119
119
|
viewBox: viewBox
|
package/lib/index.js
CHANGED
|
@@ -117,7 +117,7 @@ function getAttributes() {
|
|
|
117
117
|
var tabindex = attributes.tabindex,
|
|
118
118
|
rest = _objectWithoutProperties(attributes, ["tabindex"]);
|
|
119
119
|
|
|
120
|
-
var iconAttributes = _objectSpread2({}, defaultAttributes, {},
|
|
120
|
+
var iconAttributes = _objectSpread2(_objectSpread2(_objectSpread2({}, defaultAttributes), rest), {}, {
|
|
121
121
|
width: width,
|
|
122
122
|
height: height,
|
|
123
123
|
viewBox: viewBox
|
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.
|
|
4
|
+
"version": "10.9.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.
|
|
32
|
+
"@carbon/bundler": "^10.9.0",
|
|
33
33
|
"rimraf": "^3.0.0"
|
|
34
34
|
},
|
|
35
35
|
"sideEffects": false,
|
|
36
|
-
"gitHead": "
|
|
36
|
+
"gitHead": "ff543b3d3dbbf51170a185c0ecff62b7dca253c7"
|
|
37
37
|
}
|
package/umd/index.js
CHANGED
|
@@ -119,7 +119,7 @@
|
|
|
119
119
|
var tabindex = attributes.tabindex,
|
|
120
120
|
rest = _objectWithoutProperties(attributes, ["tabindex"]);
|
|
121
121
|
|
|
122
|
-
var iconAttributes = _objectSpread2({}, defaultAttributes, {},
|
|
122
|
+
var iconAttributes = _objectSpread2(_objectSpread2(_objectSpread2({}, defaultAttributes), rest), {}, {
|
|
123
123
|
width: width,
|
|
124
124
|
height: height,
|
|
125
125
|
viewBox: viewBox
|