@lucca-front/ng 17.4.0-rc.2 → 17.4.0-rc.4

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.4.0-rc.2",
3
+ "version": "17.4.0-rc.4",
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.4.0-rc.2",
30
- "@lucca-front/scss": "v17.4.0-rc.2",
29
+ "@lucca-front/icons": "v17.4.0-rc.4",
30
+ "@lucca-front/scss": "v17.4.0-rc.4",
31
31
  "@types/dompurify": "^3.0.0",
32
32
  "isomorphic-dompurify": "^2.2.0",
33
33
  "rxjs": "^7.8.1"
@@ -59,36 +59,36 @@
59
59
  "esm": "./esm2022/animations/lucca-front-ng-animations.mjs",
60
60
  "default": "./fesm2022/lucca-front-ng-animations.mjs"
61
61
  },
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
- },
68
62
  "./api": {
69
63
  "types": "./api/index.d.ts",
70
64
  "esm2022": "./esm2022/api/lucca-front-ng-api.mjs",
71
65
  "esm": "./esm2022/api/lucca-front-ng-api.mjs",
72
66
  "default": "./fesm2022/lucca-front-ng-api.mjs"
73
67
  },
68
+ "./button": {
69
+ "types": "./button/index.d.ts",
70
+ "esm2022": "./esm2022/button/lucca-front-ng-button.mjs",
71
+ "esm": "./esm2022/button/lucca-front-ng-button.mjs",
72
+ "default": "./fesm2022/lucca-front-ng-button.mjs"
73
+ },
74
74
  "./callout": {
75
75
  "types": "./callout/index.d.ts",
76
76
  "esm2022": "./esm2022/callout/lucca-front-ng-callout.mjs",
77
77
  "esm": "./esm2022/callout/lucca-front-ng-callout.mjs",
78
78
  "default": "./fesm2022/lucca-front-ng-callout.mjs"
79
79
  },
80
- "./core-select": {
81
- "types": "./core-select/index.d.ts",
82
- "esm2022": "./esm2022/core-select/lucca-front-ng-core-select.mjs",
83
- "esm": "./esm2022/core-select/lucca-front-ng-core-select.mjs",
84
- "default": "./fesm2022/lucca-front-ng-core-select.mjs"
85
- },
86
80
  "./core": {
87
81
  "types": "./core/index.d.ts",
88
82
  "esm2022": "./esm2022/core/lucca-front-ng-core.mjs",
89
83
  "esm": "./esm2022/core/lucca-front-ng-core.mjs",
90
84
  "default": "./fesm2022/lucca-front-ng-core.mjs"
91
85
  },
86
+ "./core-select": {
87
+ "types": "./core-select/index.d.ts",
88
+ "esm2022": "./esm2022/core-select/lucca-front-ng-core-select.mjs",
89
+ "esm": "./esm2022/core-select/lucca-front-ng-core-select.mjs",
90
+ "default": "./fesm2022/lucca-front-ng-core-select.mjs"
91
+ },
92
92
  "./date": {
93
93
  "types": "./date/index.d.ts",
94
94
  "esm2022": "./esm2022/date/lucca-front-ng-date.mjs",
@@ -0,0 +1,7 @@
1
+ {
2
+ "$schema": "http://json-schema.org/draft-07/schema",
3
+ "$id": "LuccaFrontActionIcon",
4
+ "title": "Lucca Front Action Icon Schema",
5
+ "type": "object",
6
+ "properties": {}
7
+ }
@@ -0,0 +1,7 @@
1
+ {
2
+ "$schema": "http://json-schema.org/draft-07/schema",
3
+ "$id": "LuccaFrontNewIcons",
4
+ "title": "Lucca Front New Icons Schema",
5
+ "type": "object",
6
+ "properties": {}
7
+ }
@@ -0,0 +1,7 @@
1
+ {
2
+ "$schema": "http://json-schema.org/draft-07/schema",
3
+ "$id": "LuccaFrontNgAdd",
4
+ "title": "Lucca Front NgAdd Schema",
5
+ "type": "object",
6
+ "properties": {}
7
+ }
@@ -0,0 +1,7 @@
1
+ {
2
+ "$schema": "http://json-schema.org/draft-07/schema",
3
+ "$id": "LuccaFrontPalettes",
4
+ "title": "Lucca Front Palettes Schema",
5
+ "type": "object",
6
+ "properties": {}
7
+ }
@@ -0,0 +1,7 @@
1
+ {
2
+ "$schema": "http://json-schema.org/draft-07/schema",
3
+ "$id": "LuccaFrontTokensSpacing",
4
+ "title": "Lucca Front Tokens Spacing Schema",
5
+ "type": "object",
6
+ "properties": {}
7
+ }
@@ -7,6 +7,11 @@
7
7
  line-height: 1.3;
8
8
  box-sizing: content-box;
9
9
  width: calc(100% - (2 * var(--components-cdk-textarea-input-padding-horizontal)));
10
+
11
+ &.textField-input-value { // specificity to override .textField-input-value:is(textarea)
12
+ height: auto;
13
+ min-height: 0;
14
+ }
10
15
  }
11
16
 
12
17
  .cdk-textarea-autosize-measuring {