@siemens/ix-vue 3.0.0-alpha.1 → 3.0.0-alpha.3

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +5 -4
package/dist/index.js CHANGED
@@ -107,7 +107,7 @@ import { defineCustomElement as defineCustomElement$1D } from '@siemens/ix/compo
107
107
  import { defineCustomElement as defineCustomElement$1G } from '@siemens/ix/components/ix-menu-expand-icon.js';
108
108
  import { defineCustomElement as defineCustomElement$1F } from '@siemens/ix/components/ix-date-time-card.js';
109
109
  import { defineCustomElement as defineCustomElement$1H } from '@siemens/ix/components/ix-modal-loading.js';
110
- import { defineCustomElement as defineCustomElement$1I } from '@siemens/ix-icons/components/ix-icon';
110
+ import { defineCustomElement as defineCustomElement$1I } from '@siemens/ix-icons/components/ix-icon.js';
111
111
  import { handlePlatformHelpers } from '@siemens/ix/components';
112
112
  import { getToastContainer, toast } from '@siemens/ix';
113
113
 
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "homepage": "https://ix.siemens.io",
4
4
  "author": "Siemens AG",
5
5
  "license": "MIT",
6
- "version": "3.0.0-alpha.1",
6
+ "version": "3.0.0-alpha.3",
7
7
  "description": "Siemens iX for Vue",
8
8
  "bugs": "https://github.com/siemens/ix/issues",
9
9
  "repository": {
@@ -11,6 +11,7 @@
11
11
  "url": "https://github.com/siemens/ix",
12
12
  "directory": "packages/vue"
13
13
  },
14
+ "type": "module",
14
15
  "main": "dist/index.js",
15
16
  "types": "dist/index.d.ts",
16
17
  "files": [
@@ -19,7 +20,7 @@
19
20
  "dist"
20
21
  ],
21
22
  "dependencies": {
22
- "@siemens/ix": "~3.0.0-alpha.1"
23
+ "@siemens/ix": "~3.0.0-alpha.3"
23
24
  },
24
25
  "devDependencies": {
25
26
  "@rollup/plugin-typescript": "^8.5.0",
@@ -31,11 +32,11 @@
31
32
  "rollup": "^2.79.1",
32
33
  "typescript": "^4.9.5",
33
34
  "vue": "^3.4.34",
34
- "@siemens/ix": "3.0.0-alpha.1",
35
+ "@siemens/ix": "3.0.0-alpha.3",
35
36
  "eslint-config-ix": "1.0.0"
36
37
  },
37
38
  "peerDependencies": {
38
- "@siemens/ix-icons": "3.0.0-alpha.0",
39
+ "@siemens/ix-icons": "3.0.0-alpha.1",
39
40
  "vue": ">=3.2.45"
40
41
  },
41
42
  "scripts": {