@onemrvapublic/design-system 20.6.0-develop.1 → 20.6.0-develop.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 +13 -13
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@onemrvapublic/design-system",
|
|
3
|
-
"version": "20.6.0-develop.
|
|
3
|
+
"version": "20.6.0-develop.3",
|
|
4
4
|
"description": "Design System Onem/Rva without theme included",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -68,6 +68,10 @@
|
|
|
68
68
|
"types": "./mat-choice-chip/index.d.ts",
|
|
69
69
|
"default": "./fesm2022/onemrvapublic-design-system-mat-choice-chip.mjs"
|
|
70
70
|
},
|
|
71
|
+
"./mat-copy-to-clipboard": {
|
|
72
|
+
"types": "./mat-copy-to-clipboard/index.d.ts",
|
|
73
|
+
"default": "./fesm2022/onemrvapublic-design-system-mat-copy-to-clipboard.mjs"
|
|
74
|
+
},
|
|
71
75
|
"./mat-country-item": {
|
|
72
76
|
"types": "./mat-country-item/index.d.ts",
|
|
73
77
|
"default": "./fesm2022/onemrvapublic-design-system-mat-country-item.mjs"
|
|
@@ -76,10 +80,6 @@
|
|
|
76
80
|
"types": "./mat-datepicker-header/index.d.ts",
|
|
77
81
|
"default": "./fesm2022/onemrvapublic-design-system-mat-datepicker-header.mjs"
|
|
78
82
|
},
|
|
79
|
-
"./mat-copy-to-clipboard": {
|
|
80
|
-
"types": "./mat-copy-to-clipboard/index.d.ts",
|
|
81
|
-
"default": "./fesm2022/onemrvapublic-design-system-mat-copy-to-clipboard.mjs"
|
|
82
|
-
},
|
|
83
83
|
"./mat-empty-row": {
|
|
84
84
|
"types": "./mat-empty-row/index.d.ts",
|
|
85
85
|
"default": "./fesm2022/onemrvapublic-design-system-mat-empty-row.mjs"
|
|
@@ -112,14 +112,14 @@
|
|
|
112
112
|
"types": "./mat-input-phone/index.d.ts",
|
|
113
113
|
"default": "./fesm2022/onemrvapublic-design-system-mat-input-phone.mjs"
|
|
114
114
|
},
|
|
115
|
-
"./mat-multi-select": {
|
|
116
|
-
"types": "./mat-multi-select/index.d.ts",
|
|
117
|
-
"default": "./fesm2022/onemrvapublic-design-system-mat-multi-select.mjs"
|
|
118
|
-
},
|
|
119
115
|
"./mat-message-box": {
|
|
120
116
|
"types": "./mat-message-box/index.d.ts",
|
|
121
117
|
"default": "./fesm2022/onemrvapublic-design-system-mat-message-box.mjs"
|
|
122
118
|
},
|
|
119
|
+
"./mat-multi-select": {
|
|
120
|
+
"types": "./mat-multi-select/index.d.ts",
|
|
121
|
+
"default": "./fesm2022/onemrvapublic-design-system-mat-multi-select.mjs"
|
|
122
|
+
},
|
|
123
123
|
"./mat-navigation": {
|
|
124
124
|
"types": "./mat-navigation/index.d.ts",
|
|
125
125
|
"default": "./fesm2022/onemrvapublic-design-system-mat-navigation.mjs"
|
|
@@ -168,14 +168,14 @@
|
|
|
168
168
|
"types": "./mat-stepper/index.d.ts",
|
|
169
169
|
"default": "./fesm2022/onemrvapublic-design-system-mat-stepper.mjs"
|
|
170
170
|
},
|
|
171
|
-
"./mat-table-of-content": {
|
|
172
|
-
"types": "./mat-table-of-content/index.d.ts",
|
|
173
|
-
"default": "./fesm2022/onemrvapublic-design-system-mat-table-of-content.mjs"
|
|
174
|
-
},
|
|
175
171
|
"./mat-sticker": {
|
|
176
172
|
"types": "./mat-sticker/index.d.ts",
|
|
177
173
|
"default": "./fesm2022/onemrvapublic-design-system-mat-sticker.mjs"
|
|
178
174
|
},
|
|
175
|
+
"./mat-table-of-content": {
|
|
176
|
+
"types": "./mat-table-of-content/index.d.ts",
|
|
177
|
+
"default": "./fesm2022/onemrvapublic-design-system-mat-table-of-content.mjs"
|
|
178
|
+
},
|
|
179
179
|
"./mat-task-list": {
|
|
180
180
|
"types": "./mat-task-list/index.d.ts",
|
|
181
181
|
"default": "./fesm2022/onemrvapublic-design-system-mat-task-list.mjs"
|