@energinet/watt 2.1.2 → 2.1.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 +9 -9
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"type": "module",
|
|
3
3
|
"name": "@energinet/watt",
|
|
4
|
-
"version": "2.1.
|
|
4
|
+
"version": "2.1.3",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"exports": {
|
|
7
7
|
".": {
|
|
@@ -95,14 +95,14 @@
|
|
|
95
95
|
"types": "./modal/energinet-watt-modal.d.ts",
|
|
96
96
|
"default": "./esm2022/modal/energinet-watt-modal.js"
|
|
97
97
|
},
|
|
98
|
-
"./paginator": {
|
|
99
|
-
"types": "./paginator/energinet-watt-paginator.d.ts",
|
|
100
|
-
"default": "./esm2022/paginator/energinet-watt-paginator.js"
|
|
101
|
-
},
|
|
102
98
|
"./phone-field": {
|
|
103
99
|
"types": "./phone-field/energinet-watt-phone-field.d.ts",
|
|
104
100
|
"default": "./esm2022/phone-field/energinet-watt-phone-field.js"
|
|
105
101
|
},
|
|
102
|
+
"./paginator": {
|
|
103
|
+
"types": "./paginator/energinet-watt-paginator.d.ts",
|
|
104
|
+
"default": "./esm2022/paginator/energinet-watt-paginator.js"
|
|
105
|
+
},
|
|
106
106
|
"./progress-tracker": {
|
|
107
107
|
"types": "./progress-tracker/energinet-watt-progress-tracker.d.ts",
|
|
108
108
|
"default": "./esm2022/progress-tracker/energinet-watt-progress-tracker.js"
|
|
@@ -159,10 +159,6 @@
|
|
|
159
159
|
"types": "./textarea-field/energinet-watt-textarea-field.d.ts",
|
|
160
160
|
"default": "./esm2022/textarea-field/energinet-watt-textarea-field.js"
|
|
161
161
|
},
|
|
162
|
-
"./toast": {
|
|
163
|
-
"types": "./toast/energinet-watt-toast.d.ts",
|
|
164
|
-
"default": "./esm2022/toast/energinet-watt-toast.js"
|
|
165
|
-
},
|
|
166
162
|
"./tooltip": {
|
|
167
163
|
"types": "./tooltip/energinet-watt-tooltip.d.ts",
|
|
168
164
|
"default": "./esm2022/tooltip/energinet-watt-tooltip.js"
|
|
@@ -171,6 +167,10 @@
|
|
|
171
167
|
"types": "./validation-message/energinet-watt-validation-message.d.ts",
|
|
172
168
|
"default": "./esm2022/validation-message/energinet-watt-validation-message.js"
|
|
173
169
|
},
|
|
170
|
+
"./toast": {
|
|
171
|
+
"types": "./toast/energinet-watt-toast.d.ts",
|
|
172
|
+
"default": "./esm2022/toast/energinet-watt-toast.js"
|
|
173
|
+
},
|
|
174
174
|
"./validators": {
|
|
175
175
|
"types": "./validators/energinet-watt-validators.d.ts",
|
|
176
176
|
"default": "./esm2022/validators/energinet-watt-validators.js"
|