@energinet/watt 0.0.2-alpha.1 → 0.0.2-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.
- package/package.json +10 -29
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"type": "module",
|
|
3
3
|
"name": "@energinet/watt",
|
|
4
|
-
"version": "0.0.2-alpha.
|
|
4
|
+
"version": "0.0.2-alpha.3",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"exports": {
|
|
7
7
|
".": {
|
|
@@ -35,14 +35,14 @@
|
|
|
35
35
|
"types": "./checkbox/index.d.ts",
|
|
36
36
|
"default": "./fesm2022/energinet-watt-checkbox.mjs"
|
|
37
37
|
},
|
|
38
|
-
"./chip": {
|
|
39
|
-
"types": "./chip/index.d.ts",
|
|
40
|
-
"default": "./fesm2022/energinet-watt-chip.mjs"
|
|
41
|
-
},
|
|
42
38
|
"./clipboard": {
|
|
43
39
|
"types": "./clipboard/index.d.ts",
|
|
44
40
|
"default": "./fesm2022/energinet-watt-clipboard.mjs"
|
|
45
41
|
},
|
|
42
|
+
"./chip": {
|
|
43
|
+
"types": "./chip/index.d.ts",
|
|
44
|
+
"default": "./fesm2022/energinet-watt-chip.mjs"
|
|
45
|
+
},
|
|
46
46
|
"./code": {
|
|
47
47
|
"types": "./code/index.d.ts",
|
|
48
48
|
"default": "./fesm2022/energinet-watt-code.mjs"
|
|
@@ -171,14 +171,14 @@
|
|
|
171
171
|
"types": "./core/breakpoints/index.d.ts",
|
|
172
172
|
"default": "./fesm2022/energinet-watt-core-breakpoints.mjs"
|
|
173
173
|
},
|
|
174
|
-
"./core/color": {
|
|
175
|
-
"types": "./core/color/index.d.ts",
|
|
176
|
-
"default": "./fesm2022/energinet-watt-core-color.mjs"
|
|
177
|
-
},
|
|
178
174
|
"./core/date": {
|
|
179
175
|
"types": "./core/date/index.d.ts",
|
|
180
176
|
"default": "./fesm2022/energinet-watt-core-date.mjs"
|
|
181
177
|
},
|
|
178
|
+
"./core/color": {
|
|
179
|
+
"types": "./core/color/index.d.ts",
|
|
180
|
+
"default": "./fesm2022/energinet-watt-core-color.mjs"
|
|
181
|
+
},
|
|
182
182
|
"./icon/flags": {
|
|
183
183
|
"types": "./icon/flags/index.d.ts",
|
|
184
184
|
"default": "./fesm2022/energinet-watt-icon-flags.mjs"
|
|
@@ -214,24 +214,5 @@
|
|
|
214
214
|
"dependencies": {
|
|
215
215
|
"tslib": "^2.3.0"
|
|
216
216
|
},
|
|
217
|
-
"peerDependencies": {
|
|
218
|
-
"@angular/cdk": "^19.2.2",
|
|
219
|
-
"@angular/common": "^19.2.1",
|
|
220
|
-
"@angular/core": "^19.2.1",
|
|
221
|
-
"@angular/forms": "^19.2.1",
|
|
222
|
-
"@angular/material": "^19.2.2",
|
|
223
|
-
"@angular/platform-browser": "^19.2.1",
|
|
224
|
-
"@angular/router": "^19.2.1",
|
|
225
|
-
"@maskito/angular": "^2.5.0",
|
|
226
|
-
"@maskito/core": "^2.5.0",
|
|
227
|
-
"@maskito/kit": "^2.5.0",
|
|
228
|
-
"@maskito/phone": "^2.5.0",
|
|
229
|
-
"@popperjs/core": "^2.11.8",
|
|
230
|
-
"@rx-angular/template": "^17.1.0",
|
|
231
|
-
"dayjs": "^1.11.13",
|
|
232
|
-
"libphonenumber-js": "^1.11.9",
|
|
233
|
-
"ngx-mat-select-search": "^8.0.0",
|
|
234
|
-
"qs": "^6.12.1",
|
|
235
|
-
"rxjs": "^7.8.2"
|
|
236
|
-
}
|
|
217
|
+
"peerDependencies": {}
|
|
237
218
|
}
|