@lucca-front/ng 21.0.0-rc.6 → 21.0.0-rc.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.
Files changed (1) hide show
  1. package/package.json +25 -25
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lucca-front/ng",
3
- "version": "21.0.0-rc.6",
3
+ "version": "21.0.0-rc.7",
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": "21.0.0-rc.6",
31
- "@lucca-front/scss": "21.0.0-rc.6",
30
+ "@lucca-front/icons": "21.0.0-rc.7",
31
+ "@lucca-front/scss": "21.0.0-rc.7",
32
32
  "isomorphic-dompurify": "^2.17.0",
33
33
  "date-fns": "^3.6.0",
34
34
  "ngx-mask": "^20.0.3",
@@ -98,6 +98,10 @@
98
98
  "types": "./api/index.d.ts",
99
99
  "default": "./fesm2022/lucca-front-ng-api.mjs"
100
100
  },
101
+ "./app-layout": {
102
+ "types": "./app-layout/index.d.ts",
103
+ "default": "./fesm2022/lucca-front-ng-app-layout.mjs"
104
+ },
101
105
  "./a11y": {
102
106
  "types": "./a11y/index.d.ts",
103
107
  "default": "./fesm2022/lucca-front-ng-a11y.mjs"
@@ -106,10 +110,6 @@
106
110
  "types": "./box/index.d.ts",
107
111
  "default": "./fesm2022/lucca-front-ng-box.mjs"
108
112
  },
109
- "./app-layout": {
110
- "types": "./app-layout/index.d.ts",
111
- "default": "./fesm2022/lucca-front-ng-app-layout.mjs"
112
- },
113
113
  "./breadcrumbs": {
114
114
  "types": "./breadcrumbs/index.d.ts",
115
115
  "default": "./fesm2022/lucca-front-ng-breadcrumbs.mjs"
@@ -134,14 +134,14 @@
134
134
  "types": "./code/index.d.ts",
135
135
  "default": "./fesm2022/lucca-front-ng-code.mjs"
136
136
  },
137
- "./container": {
138
- "types": "./container/index.d.ts",
139
- "default": "./fesm2022/lucca-front-ng-container.mjs"
140
- },
141
137
  "./comment": {
142
138
  "types": "./comment/index.d.ts",
143
139
  "default": "./fesm2022/lucca-front-ng-comment.mjs"
144
140
  },
141
+ "./container": {
142
+ "types": "./container/index.d.ts",
143
+ "default": "./fesm2022/lucca-front-ng-container.mjs"
144
+ },
145
145
  "./core": {
146
146
  "types": "./core/index.d.ts",
147
147
  "default": "./fesm2022/lucca-front-ng-core.mjs"
@@ -150,6 +150,10 @@
150
150
  "types": "./core-select/index.d.ts",
151
151
  "default": "./fesm2022/lucca-front-ng-core-select.mjs"
152
152
  },
153
+ "./data-table": {
154
+ "types": "./data-table/index.d.ts",
155
+ "default": "./fesm2022/lucca-front-ng-data-table.mjs"
156
+ },
153
157
  "./date": {
154
158
  "types": "./date/index.d.ts",
155
159
  "default": "./fesm2022/lucca-front-ng-date.mjs"
@@ -158,10 +162,6 @@
158
162
  "types": "./date2/index.d.ts",
159
163
  "default": "./fesm2022/lucca-front-ng-date2.mjs"
160
164
  },
161
- "./data-table": {
162
- "types": "./data-table/index.d.ts",
163
- "default": "./fesm2022/lucca-front-ng-data-table.mjs"
164
- },
165
165
  "./department": {
166
166
  "types": "./department/index.d.ts",
167
167
  "default": "./fesm2022/lucca-front-ng-department.mjs"
@@ -178,14 +178,14 @@
178
178
  "types": "./dropdown/index.d.ts",
179
179
  "default": "./fesm2022/lucca-front-ng-dropdown.mjs"
180
180
  },
181
- "./establishment": {
182
- "types": "./establishment/index.d.ts",
183
- "default": "./fesm2022/lucca-front-ng-establishment.mjs"
184
- },
185
181
  "./empty-state": {
186
182
  "types": "./empty-state/index.d.ts",
187
183
  "default": "./fesm2022/lucca-front-ng-empty-state.mjs"
188
184
  },
185
+ "./establishment": {
186
+ "types": "./establishment/index.d.ts",
187
+ "default": "./fesm2022/lucca-front-ng-establishment.mjs"
188
+ },
189
189
  "./fancy-box": {
190
190
  "types": "./fancy-box/index.d.ts",
191
191
  "default": "./fesm2022/lucca-front-ng-fancy-box.mjs"
@@ -478,17 +478,17 @@
478
478
  "types": "./simple-select/api/index.d.ts",
479
479
  "default": "./fesm2022/lucca-front-ng-simple-select-api.mjs"
480
480
  },
481
- "./forms/rich-text-input/formatters/html": {
482
- "types": "./forms/rich-text-input/formatters/html/index.d.ts",
483
- "default": "./fesm2022/lucca-front-ng-forms-rich-text-input-formatters-html.mjs"
481
+ "./forms/rich-text-input/formatters/markdown": {
482
+ "types": "./forms/rich-text-input/formatters/markdown/index.d.ts",
483
+ "default": "./fesm2022/lucca-front-ng-forms-rich-text-input-formatters-markdown.mjs"
484
484
  },
485
485
  "./forms/rich-text-input/formatters/plain-text": {
486
486
  "types": "./forms/rich-text-input/formatters/plain-text/index.d.ts",
487
487
  "default": "./fesm2022/lucca-front-ng-forms-rich-text-input-formatters-plain-text.mjs"
488
488
  },
489
- "./forms/rich-text-input/formatters/markdown": {
490
- "types": "./forms/rich-text-input/formatters/markdown/index.d.ts",
491
- "default": "./fesm2022/lucca-front-ng-forms-rich-text-input-formatters-markdown.mjs"
489
+ "./forms/rich-text-input/formatters/html": {
490
+ "types": "./forms/rich-text-input/formatters/html/index.d.ts",
491
+ "default": "./fesm2022/lucca-front-ng-forms-rich-text-input-formatters-html.mjs"
492
492
  }
493
493
  },
494
494
  "sideEffects": false,