@lucca-front/ng 18.3.0-rc.3 → 18.3.0-rc.6
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/esm2022/comment/comment-block/comment-block.component.mjs +3 -3
- package/esm2022/dialog/dialog/dialog.component.mjs +2 -2
- package/esm2022/dialog/dialog-footer/dialog-footer.component.mjs +2 -2
- package/esm2022/dialog/dialog-header/dialog-header.component.mjs +3 -3
- package/esm2022/empty-state/empty-state-page/empty-state-page.component.mjs +5 -3
- package/esm2022/empty-state/empty-state-section/empty-state-section.component.mjs +3 -3
- package/esm2022/skeleton/skeleton-header/skeleton-header.component.mjs +2 -2
- package/fesm2022/lucca-front-ng-comment.mjs +2 -2
- package/fesm2022/lucca-front-ng-comment.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-dialog.mjs +6 -6
- package/fesm2022/lucca-front-ng-dialog.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-empty-state.mjs +6 -4
- package/fesm2022/lucca-front-ng-empty-state.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-skeleton.mjs +2 -2
- package/fesm2022/lucca-front-ng-skeleton.mjs.map +1 -1
- package/package.json +26 -26
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lucca-front/ng",
|
|
3
|
-
"version": "18.3.0-rc.
|
|
3
|
+
"version": "18.3.0-rc.6",
|
|
4
4
|
"description": "A library of icons made by the team @Lucca",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -26,8 +26,8 @@
|
|
|
26
26
|
"@angular/common": "^18.0.0",
|
|
27
27
|
"@angular/core": "^18.0.0",
|
|
28
28
|
"@angular/cdk": "^18.0.0",
|
|
29
|
-
"@lucca-front/icons": "18.3.0-rc.
|
|
30
|
-
"@lucca-front/scss": "18.3.0-rc.
|
|
29
|
+
"@lucca-front/icons": "18.3.0-rc.6",
|
|
30
|
+
"@lucca-front/scss": "18.3.0-rc.6",
|
|
31
31
|
"@types/dompurify": "^3.0.0",
|
|
32
32
|
"isomorphic-dompurify": "^2.11.0",
|
|
33
33
|
"date-fns": "^3.6.0",
|
|
@@ -66,6 +66,12 @@
|
|
|
66
66
|
"esm": "./esm2022/button/lucca-front-ng-button.mjs",
|
|
67
67
|
"default": "./fesm2022/lucca-front-ng-button.mjs"
|
|
68
68
|
},
|
|
69
|
+
"./callout": {
|
|
70
|
+
"types": "./callout/index.d.ts",
|
|
71
|
+
"esm2022": "./esm2022/callout/lucca-front-ng-callout.mjs",
|
|
72
|
+
"esm": "./esm2022/callout/lucca-front-ng-callout.mjs",
|
|
73
|
+
"default": "./fesm2022/lucca-front-ng-callout.mjs"
|
|
74
|
+
},
|
|
69
75
|
"./comment": {
|
|
70
76
|
"types": "./comment/index.d.ts",
|
|
71
77
|
"esm2022": "./esm2022/comment/lucca-front-ng-comment.mjs",
|
|
@@ -78,11 +84,11 @@
|
|
|
78
84
|
"esm": "./esm2022/core/lucca-front-ng-core.mjs",
|
|
79
85
|
"default": "./fesm2022/lucca-front-ng-core.mjs"
|
|
80
86
|
},
|
|
81
|
-
"./
|
|
82
|
-
"types": "./
|
|
83
|
-
"esm2022": "./esm2022/
|
|
84
|
-
"esm": "./esm2022/
|
|
85
|
-
"default": "./fesm2022/lucca-front-ng-
|
|
87
|
+
"./core-select": {
|
|
88
|
+
"types": "./core-select/index.d.ts",
|
|
89
|
+
"esm2022": "./esm2022/core-select/lucca-front-ng-core-select.mjs",
|
|
90
|
+
"esm": "./esm2022/core-select/lucca-front-ng-core-select.mjs",
|
|
91
|
+
"default": "./fesm2022/lucca-front-ng-core-select.mjs"
|
|
86
92
|
},
|
|
87
93
|
"./api": {
|
|
88
94
|
"types": "./api/index.d.ts",
|
|
@@ -90,12 +96,6 @@
|
|
|
90
96
|
"esm": "./esm2022/api/lucca-front-ng-api.mjs",
|
|
91
97
|
"default": "./fesm2022/lucca-front-ng-api.mjs"
|
|
92
98
|
},
|
|
93
|
-
"./core-select": {
|
|
94
|
-
"types": "./core-select/index.d.ts",
|
|
95
|
-
"esm2022": "./esm2022/core-select/lucca-front-ng-core-select.mjs",
|
|
96
|
-
"esm": "./esm2022/core-select/lucca-front-ng-core-select.mjs",
|
|
97
|
-
"default": "./fesm2022/lucca-front-ng-core-select.mjs"
|
|
98
|
-
},
|
|
99
99
|
"./date": {
|
|
100
100
|
"types": "./date/index.d.ts",
|
|
101
101
|
"esm2022": "./esm2022/date/lucca-front-ng-date.mjs",
|
|
@@ -150,18 +150,18 @@
|
|
|
150
150
|
"esm": "./esm2022/formly/lucca-front-ng-formly.mjs",
|
|
151
151
|
"default": "./fesm2022/lucca-front-ng-formly.mjs"
|
|
152
152
|
},
|
|
153
|
-
"./forms": {
|
|
154
|
-
"types": "./forms/index.d.ts",
|
|
155
|
-
"esm2022": "./esm2022/forms/lucca-front-ng-forms.mjs",
|
|
156
|
-
"esm": "./esm2022/forms/lucca-front-ng-forms.mjs",
|
|
157
|
-
"default": "./fesm2022/lucca-front-ng-forms.mjs"
|
|
158
|
-
},
|
|
159
153
|
"./icon": {
|
|
160
154
|
"types": "./icon/index.d.ts",
|
|
161
155
|
"esm2022": "./esm2022/icon/lucca-front-ng-icon.mjs",
|
|
162
156
|
"esm": "./esm2022/icon/lucca-front-ng-icon.mjs",
|
|
163
157
|
"default": "./fesm2022/lucca-front-ng-icon.mjs"
|
|
164
158
|
},
|
|
159
|
+
"./forms": {
|
|
160
|
+
"types": "./forms/index.d.ts",
|
|
161
|
+
"esm2022": "./esm2022/forms/lucca-front-ng-forms.mjs",
|
|
162
|
+
"esm": "./esm2022/forms/lucca-front-ng-forms.mjs",
|
|
163
|
+
"default": "./fesm2022/lucca-front-ng-forms.mjs"
|
|
164
|
+
},
|
|
165
165
|
"./inline-message": {
|
|
166
166
|
"types": "./inline-message/index.d.ts",
|
|
167
167
|
"esm2022": "./esm2022/inline-message/lucca-front-ng-inline-message.mjs",
|
|
@@ -174,18 +174,18 @@
|
|
|
174
174
|
"esm": "./esm2022/input/lucca-front-ng-input.mjs",
|
|
175
175
|
"default": "./fesm2022/lucca-front-ng-input.mjs"
|
|
176
176
|
},
|
|
177
|
-
"./modal": {
|
|
178
|
-
"types": "./modal/index.d.ts",
|
|
179
|
-
"esm2022": "./esm2022/modal/lucca-front-ng-modal.mjs",
|
|
180
|
-
"esm": "./esm2022/modal/lucca-front-ng-modal.mjs",
|
|
181
|
-
"default": "./fesm2022/lucca-front-ng-modal.mjs"
|
|
182
|
-
},
|
|
183
177
|
"./multi-select": {
|
|
184
178
|
"types": "./multi-select/index.d.ts",
|
|
185
179
|
"esm2022": "./esm2022/multi-select/lucca-front-ng-multi-select.mjs",
|
|
186
180
|
"esm": "./esm2022/multi-select/lucca-front-ng-multi-select.mjs",
|
|
187
181
|
"default": "./fesm2022/lucca-front-ng-multi-select.mjs"
|
|
188
182
|
},
|
|
183
|
+
"./modal": {
|
|
184
|
+
"types": "./modal/index.d.ts",
|
|
185
|
+
"esm2022": "./esm2022/modal/lucca-front-ng-modal.mjs",
|
|
186
|
+
"esm": "./esm2022/modal/lucca-front-ng-modal.mjs",
|
|
187
|
+
"default": "./fesm2022/lucca-front-ng-modal.mjs"
|
|
188
|
+
},
|
|
189
189
|
"./new-badge": {
|
|
190
190
|
"types": "./new-badge/index.d.ts",
|
|
191
191
|
"esm2022": "./esm2022/new-badge/lucca-front-ng-new-badge.mjs",
|