@lucca-front/ng 20.2.2-rc.2 → 20.2.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/core-select/department/index.d.ts +1 -0
- package/core-select/index.d.ts +1 -1
- package/fesm2022/lucca-front-ng-core-select-department.mjs +10 -1
- package/fesm2022/lucca-front-ng-core-select-department.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-core-select.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-form-field.mjs +2 -2
- package/fesm2022/lucca-front-ng-form-field.mjs.map +1 -1
- package/fesm2022/lucca-front-ng-formly.mjs +10 -10
- package/fesm2022/lucca-front-ng-formly.mjs.map +1 -1
- package/package.json +18 -18
- package/schematics/class-prefix/index.js +11 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lucca-front/ng",
|
|
3
|
-
"version": "20.2.2
|
|
3
|
+
"version": "20.2.2",
|
|
4
4
|
"description": "A library of icons made by the team @Lucca",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -27,8 +27,8 @@
|
|
|
27
27
|
"@angular/core": "^20.0.0",
|
|
28
28
|
"@angular/cdk": "^20.0.0",
|
|
29
29
|
"@angular/animations": "^20.0.0",
|
|
30
|
-
"@lucca-front/icons": "20.2.2
|
|
31
|
-
"@lucca-front/scss": "20.2.2
|
|
30
|
+
"@lucca-front/icons": "20.2.2",
|
|
31
|
+
"@lucca-front/scss": "20.2.2",
|
|
32
32
|
"isomorphic-dompurify": "^2.17.0",
|
|
33
33
|
"date-fns": "^3.6.0",
|
|
34
34
|
"rxjs": "^7.8.0",
|
|
@@ -85,9 +85,9 @@
|
|
|
85
85
|
"types": "./index.d.ts",
|
|
86
86
|
"default": "./fesm2022/lucca-front-ng.mjs"
|
|
87
87
|
},
|
|
88
|
-
"./
|
|
89
|
-
"types": "./
|
|
90
|
-
"default": "./fesm2022/lucca-front-ng-
|
|
88
|
+
"./animations": {
|
|
89
|
+
"types": "./animations/index.d.ts",
|
|
90
|
+
"default": "./fesm2022/lucca-front-ng-animations.mjs"
|
|
91
91
|
},
|
|
92
92
|
"./api": {
|
|
93
93
|
"types": "./api/index.d.ts",
|
|
@@ -97,14 +97,14 @@
|
|
|
97
97
|
"types": "./app-layout/index.d.ts",
|
|
98
98
|
"default": "./fesm2022/lucca-front-ng-app-layout.mjs"
|
|
99
99
|
},
|
|
100
|
-
"./animations": {
|
|
101
|
-
"types": "./animations/index.d.ts",
|
|
102
|
-
"default": "./fesm2022/lucca-front-ng-animations.mjs"
|
|
103
|
-
},
|
|
104
100
|
"./box": {
|
|
105
101
|
"types": "./box/index.d.ts",
|
|
106
102
|
"default": "./fesm2022/lucca-front-ng-box.mjs"
|
|
107
103
|
},
|
|
104
|
+
"./a11y": {
|
|
105
|
+
"types": "./a11y/index.d.ts",
|
|
106
|
+
"default": "./fesm2022/lucca-front-ng-a11y.mjs"
|
|
107
|
+
},
|
|
108
108
|
"./breadcrumbs": {
|
|
109
109
|
"types": "./breadcrumbs/index.d.ts",
|
|
110
110
|
"default": "./fesm2022/lucca-front-ng-breadcrumbs.mjs"
|
|
@@ -113,14 +113,14 @@
|
|
|
113
113
|
"types": "./button/index.d.ts",
|
|
114
114
|
"default": "./fesm2022/lucca-front-ng-button.mjs"
|
|
115
115
|
},
|
|
116
|
-
"./chip": {
|
|
117
|
-
"types": "./chip/index.d.ts",
|
|
118
|
-
"default": "./fesm2022/lucca-front-ng-chip.mjs"
|
|
119
|
-
},
|
|
120
116
|
"./callout": {
|
|
121
117
|
"types": "./callout/index.d.ts",
|
|
122
118
|
"default": "./fesm2022/lucca-front-ng-callout.mjs"
|
|
123
119
|
},
|
|
120
|
+
"./chip": {
|
|
121
|
+
"types": "./chip/index.d.ts",
|
|
122
|
+
"default": "./fesm2022/lucca-front-ng-chip.mjs"
|
|
123
|
+
},
|
|
124
124
|
"./comment": {
|
|
125
125
|
"types": "./comment/index.d.ts",
|
|
126
126
|
"default": "./fesm2022/lucca-front-ng-comment.mjs"
|
|
@@ -185,14 +185,14 @@
|
|
|
185
185
|
"types": "./form-field/index.d.ts",
|
|
186
186
|
"default": "./fesm2022/lucca-front-ng-form-field.mjs"
|
|
187
187
|
},
|
|
188
|
-
"./forms": {
|
|
189
|
-
"types": "./forms/index.d.ts",
|
|
190
|
-
"default": "./fesm2022/lucca-front-ng-forms.mjs"
|
|
191
|
-
},
|
|
192
188
|
"./formly": {
|
|
193
189
|
"types": "./formly/index.d.ts",
|
|
194
190
|
"default": "./fesm2022/lucca-front-ng-formly.mjs"
|
|
195
191
|
},
|
|
192
|
+
"./forms": {
|
|
193
|
+
"types": "./forms/index.d.ts",
|
|
194
|
+
"default": "./fesm2022/lucca-front-ng-forms.mjs"
|
|
195
|
+
},
|
|
196
196
|
"./highlight-data": {
|
|
197
197
|
"types": "./highlight-data/index.d.ts",
|
|
198
198
|
"default": "./fesm2022/lucca-front-ng-highlight-data.mjs"
|
|
@@ -285,6 +285,17 @@ exports.default = (options) => {
|
|
|
285
285
|
"u-paddingInline-end0": "pr-u-paddingInline-end0",
|
|
286
286
|
"u-insetInline-end0": "pr-u-insetInline-end0",
|
|
287
287
|
"u-prefersContrastMore": "pr-u-prefersContrastMore",
|
|
288
|
+
"u-border0": "pr-u-border0",
|
|
289
|
+
"u-borderBottom0": "pr-u-borderBottom0",
|
|
290
|
+
"u-borderTop0": "pr-u-borderTop0",
|
|
291
|
+
"u-borderRight0": "pr-u-borderRight0",
|
|
292
|
+
"u-borderLeft0": "pr-u-borderLeft0",
|
|
293
|
+
"u-borderInline0": "pr-u-borderInline0",
|
|
294
|
+
"u-borderBlock0": "pr-u-borderBlock0",
|
|
295
|
+
"u-borderBlockEnd0": "pr-u-borderBlockEnd0",
|
|
296
|
+
"u-borderBlockStart0": "pr-u-borderBlockStart0",
|
|
297
|
+
"u-borderInlineStart0": "pr-u-borderInlineStart0",
|
|
298
|
+
"u-borderInlineEnd0": "pr-u-borderInlineEnd0",
|
|
288
299
|
},
|
|
289
300
|
variables: {},
|
|
290
301
|
mixins: {}
|