@lucca-front/ng 16.2.7-rc.1 → 16.2.7
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
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lucca-front/ng",
|
|
3
|
-
"version": "16.2.7
|
|
3
|
+
"version": "16.2.7",
|
|
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": "^16.0.0",
|
|
27
27
|
"@angular/core": "^16.0.0",
|
|
28
28
|
"@angular/cdk": "^16.0.0",
|
|
29
|
-
"@lucca-front/icons": "v16.2.7
|
|
30
|
-
"@lucca-front/scss": "v16.2.7
|
|
29
|
+
"@lucca-front/icons": "v16.2.7",
|
|
30
|
+
"@lucca-front/scss": "v16.2.7",
|
|
31
31
|
"@types/dompurify": "^3.0.0",
|
|
32
32
|
"dompurify": "^3.0.0",
|
|
33
33
|
"rxjs": "^6.0.0 || ^7.0.0"
|
|
@@ -167,18 +167,18 @@
|
|
|
167
167
|
"esm": "./esm2022/scroll/lucca-front-ng-scroll.mjs",
|
|
168
168
|
"default": "./fesm2022/lucca-front-ng-scroll.mjs"
|
|
169
169
|
},
|
|
170
|
-
"./sidepanel": {
|
|
171
|
-
"types": "./sidepanel/index.d.ts",
|
|
172
|
-
"esm2022": "./esm2022/sidepanel/lucca-front-ng-sidepanel.mjs",
|
|
173
|
-
"esm": "./esm2022/sidepanel/lucca-front-ng-sidepanel.mjs",
|
|
174
|
-
"default": "./fesm2022/lucca-front-ng-sidepanel.mjs"
|
|
175
|
-
},
|
|
176
170
|
"./select": {
|
|
177
171
|
"types": "./select/index.d.ts",
|
|
178
172
|
"esm2022": "./esm2022/select/lucca-front-ng-select.mjs",
|
|
179
173
|
"esm": "./esm2022/select/lucca-front-ng-select.mjs",
|
|
180
174
|
"default": "./fesm2022/lucca-front-ng-select.mjs"
|
|
181
175
|
},
|
|
176
|
+
"./sidepanel": {
|
|
177
|
+
"types": "./sidepanel/index.d.ts",
|
|
178
|
+
"esm2022": "./esm2022/sidepanel/lucca-front-ng-sidepanel.mjs",
|
|
179
|
+
"esm": "./esm2022/sidepanel/lucca-front-ng-sidepanel.mjs",
|
|
180
|
+
"default": "./fesm2022/lucca-front-ng-sidepanel.mjs"
|
|
181
|
+
},
|
|
182
182
|
"./simple-select": {
|
|
183
183
|
"types": "./simple-select/index.d.ts",
|
|
184
184
|
"esm2022": "./esm2022/simple-select/lucca-front-ng-simple-select.mjs",
|