@carbon/icons-vue 10.24.0 → 10.26.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
@@ -6,9 +6,6 @@
6
6
  *
7
7
  * Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
8
8
  */
9
- import './utils-7a44a5de.js';
10
- import '@carbon/icon-helpers';
11
- import 'vue';
12
9
  export { default as WatsonHealth3DCursor32 } from './watson-health/3D-Cursor/32.js';
13
10
  export { default as WatsonHealth3DCursor24 } from './watson-health/3D-Cursor/24.js';
14
11
  export { default as WatsonHealth3DCursor20 } from './watson-health/3D-Cursor/20.js';
@@ -6197,6 +6194,9 @@ export { default as WatsonHealthZoomPan32 } from './watson-health/zoom-pan/32.js
6197
6194
  export { default as WatsonHealthZoomPan24 } from './watson-health/zoom-pan/24.js';
6198
6195
  export { default as WatsonHealthZoomPan20 } from './watson-health/zoom-pan/20.js';
6199
6196
  export { default as WatsonHealthZoomPan16 } from './watson-health/zoom-pan/16.js';
6197
+ import './utils-7a44a5de.js';
6198
+ import '@carbon/icon-helpers';
6199
+ import 'vue';
6200
6200
 
6201
6201
  /**
6202
6202
  * Copyright IBM Corp. 2019, 2020
package/lib/index.js CHANGED
@@ -10,9 +10,6 @@
10
10
 
11
11
  Object.defineProperty(exports, '__esModule', { value: true });
12
12
 
13
- require('./utils-52d99fda.js');
14
- require('@carbon/icon-helpers');
15
- require('vue');
16
13
  var watsonHealth_3DCursor_32_js = require('./watson-health/3D-Cursor/32.js');
17
14
  var watsonHealth_3DCursor_24_js = require('./watson-health/3D-Cursor/24.js');
18
15
  var watsonHealth_3DCursor_20_js = require('./watson-health/3D-Cursor/20.js');
@@ -6201,6 +6198,9 @@ var watsonHealth_zoomPan_32_js = require('./watson-health/zoom-pan/32.js');
6201
6198
  var watsonHealth_zoomPan_24_js = require('./watson-health/zoom-pan/24.js');
6202
6199
  var watsonHealth_zoomPan_20_js = require('./watson-health/zoom-pan/20.js');
6203
6200
  var watsonHealth_zoomPan_16_js = require('./watson-health/zoom-pan/16.js');
6201
+ require('./utils-52d99fda.js');
6202
+ require('@carbon/icon-helpers');
6203
+ require('vue');
6204
6204
 
6205
6205
  /**
6206
6206
  * Copyright IBM Corp. 2019, 2020
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@carbon/icons-vue",
3
3
  "description": "Vue components for icons in digital and software products using the Carbon Design System",
4
- "version": "10.24.0",
4
+ "version": "10.26.0",
5
5
  "license": "Apache-2.0",
6
6
  "main": "lib/index.js",
7
7
  "module": "es/index.js",
@@ -28,17 +28,17 @@
28
28
  "clean": "rimraf es lib"
29
29
  },
30
30
  "dependencies": {
31
- "@carbon/icon-helpers": "^10.12.0"
31
+ "@carbon/icon-helpers": "^10.14.0"
32
32
  },
33
33
  "devDependencies": {
34
34
  "@carbon/cli-reporter": "^10.4.0",
35
- "@carbon/icons": "^10.24.0",
35
+ "@carbon/icons": "^10.26.0",
36
36
  "fs-extra": "^8.1.0",
37
37
  "prettier": "^2.2.1",
38
38
  "rimraf": "^3.0.0",
39
- "rollup": "^1.15.1",
39
+ "rollup": "^2.38.0",
40
40
  "vue": "^2.6.8"
41
41
  },
42
42
  "sideEffects": false,
43
- "gitHead": "9e4485a39c8ced35313aa834c4d162a99bc57fb9"
43
+ "gitHead": "f4f5ac5a33f77b799d9e4533287db8912e40cd1b"
44
44
  }