@lucca-front/ng 17.3.2 → 17.3.3

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": "17.3.2",
3
+ "version": "17.3.3",
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.2",
30
- "@lucca-front/scss": "v17.3.2",
29
+ "@lucca-front/icons": "v17.3.3",
30
+ "@lucca-front/scss": "v17.3.3",
31
31
  "@types/dompurify": "^3.0.0",
32
32
  "isomorphic-dompurify": "^2.2.0",
33
33
  "rxjs": "^7.8.1"
@@ -59,11 +59,11 @@
59
59
  "esm": "./esm2022/animations/lucca-front-ng-animations.mjs",
60
60
  "default": "./fesm2022/lucca-front-ng-animations.mjs"
61
61
  },
62
- "./api": {
63
- "types": "./api/index.d.ts",
64
- "esm2022": "./esm2022/api/lucca-front-ng-api.mjs",
65
- "esm": "./esm2022/api/lucca-front-ng-api.mjs",
66
- "default": "./fesm2022/lucca-front-ng-api.mjs"
62
+ "./button": {
63
+ "types": "./button/index.d.ts",
64
+ "esm2022": "./esm2022/button/lucca-front-ng-button.mjs",
65
+ "esm": "./esm2022/button/lucca-front-ng-button.mjs",
66
+ "default": "./fesm2022/lucca-front-ng-button.mjs"
67
67
  },
68
68
  "./callout": {
69
69
  "types": "./callout/index.d.ts",
@@ -71,17 +71,23 @@
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
+ },
74
80
  "./core": {
75
81
  "types": "./core/index.d.ts",
76
82
  "esm2022": "./esm2022/core/lucca-front-ng-core.mjs",
77
83
  "esm": "./esm2022/core/lucca-front-ng-core.mjs",
78
84
  "default": "./fesm2022/lucca-front-ng-core.mjs"
79
85
  },
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"
86
+ "./date": {
87
+ "types": "./date/index.d.ts",
88
+ "esm2022": "./esm2022/date/lucca-front-ng-date.mjs",
89
+ "esm": "./esm2022/date/lucca-front-ng-date.mjs",
90
+ "default": "./fesm2022/lucca-front-ng-date.mjs"
85
91
  },
86
92
  "./core-select": {
87
93
  "types": "./core-select/index.d.ts",
@@ -89,12 +95,6 @@
89
95
  "esm": "./esm2022/core-select/lucca-front-ng-core-select.mjs",
90
96
  "default": "./fesm2022/lucca-front-ng-core-select.mjs"
91
97
  },
92
- "./date": {
93
- "types": "./date/index.d.ts",
94
- "esm2022": "./esm2022/date/lucca-front-ng-date.mjs",
95
- "esm": "./esm2022/date/lucca-front-ng-date.mjs",
96
- "default": "./fesm2022/lucca-front-ng-date.mjs"
97
- },
98
98
  "./department": {
99
99
  "types": "./department/index.d.ts",
100
100
  "esm2022": "./esm2022/department/lucca-front-ng-department.mjs",
@@ -55,8 +55,8 @@ exports.oldIconToNewIcon = {
55
55
  chat: 'bubbleSpeech',
56
56
  talk: 'bubbleSpeech',
57
57
  dialog: 'bubbleSpeech',
58
- answer: 'bubblesAnswer',
59
- messenger: 'bubblesConversation',
58
+ answer: 'bubbleAnswer',
59
+ messenger: 'bubbleConversation',
60
60
  building: 'buildingCompany',
61
61
  establishment: 'buildingCompany',
62
62
  house: 'buildingHouse',
@@ -153,9 +153,9 @@ exports.oldIconToNewIcon = {
153
153
  test: 'laboratoryTestFlask',
154
154
  floor: 'layers',
155
155
  listTodo: 'listChecklist',
156
- lock: 'lockClosed',
156
+ lock: 'lockClose',
157
157
  key: 'lockKey',
158
- unlock: 'lockOpenned',
158
+ unlock: 'lockOpen',
159
159
  mail: 'mailEnvelope',
160
160
  mailbox: 'mailMailbox',
161
161
  stamp: 'mailMailbox',