@lucca-front/ng 17.3.0-rc.1 → 17.3.0-rc.2
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 +26 -26
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lucca-front/ng",
|
|
3
|
-
"version": "17.3.0-rc.
|
|
3
|
+
"version": "17.3.0-rc.2",
|
|
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": "^17.0.2",
|
|
27
27
|
"@angular/core": "^17.0.2",
|
|
28
28
|
"@angular/cdk": "^17.0.0",
|
|
29
|
-
"@lucca-front/icons": "v17.3.0-rc.
|
|
30
|
-
"@lucca-front/scss": "v17.3.0-rc.
|
|
29
|
+
"@lucca-front/icons": "v17.3.0-rc.2",
|
|
30
|
+
"@lucca-front/scss": "v17.3.0-rc.2",
|
|
31
31
|
"@types/dompurify": "^3.0.0",
|
|
32
32
|
"isomorphic-dompurify": "^2.2.0",
|
|
33
33
|
"rxjs": "^7.8.1"
|
|
@@ -53,41 +53,41 @@
|
|
|
53
53
|
"esm": "./esm2022/a11y/lucca-front-ng-a11y.mjs",
|
|
54
54
|
"default": "./fesm2022/lucca-front-ng-a11y.mjs"
|
|
55
55
|
},
|
|
56
|
-
"./button": {
|
|
57
|
-
"types": "./button/index.d.ts",
|
|
58
|
-
"esm2022": "./esm2022/button/lucca-front-ng-button.mjs",
|
|
59
|
-
"esm": "./esm2022/button/lucca-front-ng-button.mjs",
|
|
60
|
-
"default": "./fesm2022/lucca-front-ng-button.mjs"
|
|
61
|
-
},
|
|
62
56
|
"./animations": {
|
|
63
57
|
"types": "./animations/index.d.ts",
|
|
64
58
|
"esm2022": "./esm2022/animations/lucca-front-ng-animations.mjs",
|
|
65
59
|
"esm": "./esm2022/animations/lucca-front-ng-animations.mjs",
|
|
66
60
|
"default": "./fesm2022/lucca-front-ng-animations.mjs"
|
|
67
61
|
},
|
|
62
|
+
"./core": {
|
|
63
|
+
"types": "./core/index.d.ts",
|
|
64
|
+
"esm2022": "./esm2022/core/lucca-front-ng-core.mjs",
|
|
65
|
+
"esm": "./esm2022/core/lucca-front-ng-core.mjs",
|
|
66
|
+
"default": "./fesm2022/lucca-front-ng-core.mjs"
|
|
67
|
+
},
|
|
68
68
|
"./callout": {
|
|
69
69
|
"types": "./callout/index.d.ts",
|
|
70
70
|
"esm2022": "./esm2022/callout/lucca-front-ng-callout.mjs",
|
|
71
71
|
"esm": "./esm2022/callout/lucca-front-ng-callout.mjs",
|
|
72
72
|
"default": "./fesm2022/lucca-front-ng-callout.mjs"
|
|
73
73
|
},
|
|
74
|
-
"./api": {
|
|
75
|
-
"types": "./api/index.d.ts",
|
|
76
|
-
"esm2022": "./esm2022/api/lucca-front-ng-api.mjs",
|
|
77
|
-
"esm": "./esm2022/api/lucca-front-ng-api.mjs",
|
|
78
|
-
"default": "./fesm2022/lucca-front-ng-api.mjs"
|
|
79
|
-
},
|
|
80
74
|
"./core-select": {
|
|
81
75
|
"types": "./core-select/index.d.ts",
|
|
82
76
|
"esm2022": "./esm2022/core-select/lucca-front-ng-core-select.mjs",
|
|
83
77
|
"esm": "./esm2022/core-select/lucca-front-ng-core-select.mjs",
|
|
84
78
|
"default": "./fesm2022/lucca-front-ng-core-select.mjs"
|
|
85
79
|
},
|
|
86
|
-
"./
|
|
87
|
-
"types": "./
|
|
88
|
-
"esm2022": "./esm2022/
|
|
89
|
-
"esm": "./esm2022/
|
|
90
|
-
"default": "./fesm2022/lucca-front-ng-
|
|
80
|
+
"./button": {
|
|
81
|
+
"types": "./button/index.d.ts",
|
|
82
|
+
"esm2022": "./esm2022/button/lucca-front-ng-button.mjs",
|
|
83
|
+
"esm": "./esm2022/button/lucca-front-ng-button.mjs",
|
|
84
|
+
"default": "./fesm2022/lucca-front-ng-button.mjs"
|
|
85
|
+
},
|
|
86
|
+
"./api": {
|
|
87
|
+
"types": "./api/index.d.ts",
|
|
88
|
+
"esm2022": "./esm2022/api/lucca-front-ng-api.mjs",
|
|
89
|
+
"esm": "./esm2022/api/lucca-front-ng-api.mjs",
|
|
90
|
+
"default": "./fesm2022/lucca-front-ng-api.mjs"
|
|
91
91
|
},
|
|
92
92
|
"./date": {
|
|
93
93
|
"types": "./date/index.d.ts",
|
|
@@ -107,6 +107,12 @@
|
|
|
107
107
|
"esm": "./esm2022/dialog/lucca-front-ng-dialog.mjs",
|
|
108
108
|
"default": "./fesm2022/lucca-front-ng-dialog.mjs"
|
|
109
109
|
},
|
|
110
|
+
"./empty-state": {
|
|
111
|
+
"types": "./empty-state/index.d.ts",
|
|
112
|
+
"esm2022": "./esm2022/empty-state/lucca-front-ng-empty-state.mjs",
|
|
113
|
+
"esm": "./esm2022/empty-state/lucca-front-ng-empty-state.mjs",
|
|
114
|
+
"default": "./fesm2022/lucca-front-ng-empty-state.mjs"
|
|
115
|
+
},
|
|
110
116
|
"./dropdown": {
|
|
111
117
|
"types": "./dropdown/index.d.ts",
|
|
112
118
|
"esm2022": "./esm2022/dropdown/lucca-front-ng-dropdown.mjs",
|
|
@@ -119,12 +125,6 @@
|
|
|
119
125
|
"esm": "./esm2022/establishment/lucca-front-ng-establishment.mjs",
|
|
120
126
|
"default": "./fesm2022/lucca-front-ng-establishment.mjs"
|
|
121
127
|
},
|
|
122
|
-
"./empty-state": {
|
|
123
|
-
"types": "./empty-state/index.d.ts",
|
|
124
|
-
"esm2022": "./esm2022/empty-state/lucca-front-ng-empty-state.mjs",
|
|
125
|
-
"esm": "./esm2022/empty-state/lucca-front-ng-empty-state.mjs",
|
|
126
|
-
"default": "./fesm2022/lucca-front-ng-empty-state.mjs"
|
|
127
|
-
},
|
|
128
128
|
"./form-field": {
|
|
129
129
|
"types": "./form-field/index.d.ts",
|
|
130
130
|
"esm2022": "./esm2022/form-field/lucca-front-ng-form-field.mjs",
|