Skip to content

Commit 6ae1581

Browse files
Merge branch 'main' into fix-preserve-whitespaces-infotext
2 parents 60c53a9 + e3c7ce7 commit 6ae1581

File tree

18 files changed

+273
-702
lines changed

18 files changed

+273
-702
lines changed

package-lock.json

Lines changed: 204 additions & 675 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -82,21 +82,21 @@
8282
"fast-glob": "^3.3.3"
8383
},
8484
"devDependencies": {
85-
"@angular-devkit/build-angular": "20.3.6",
86-
"@angular/animations": "20.3.6",
87-
"@angular/build": "20.3.6",
88-
"@angular/cli": "20.3.6",
89-
"@angular/common": "20.3.6",
90-
"@angular/compiler": "20.3.6",
91-
"@angular/compiler-cli": "20.3.6",
92-
"@angular/core": "20.3.6",
93-
"@angular/forms": "20.3.6",
94-
"@angular/platform-browser": "20.3.6",
95-
"@angular/platform-browser-dynamic": "20.3.6",
96-
"@angular/platform-server": "20.3.6",
97-
"@angular/router": "20.3.6",
98-
"@angular/ssr": "20.3.6",
99-
"@axe-core/playwright": "4.10.2",
85+
"@angular-devkit/build-angular": "20.3.7",
86+
"@angular/animations": "20.3.7",
87+
"@angular/build": "20.3.7",
88+
"@angular/cli": "20.3.7",
89+
"@angular/common": "20.3.7",
90+
"@angular/compiler": "20.3.7",
91+
"@angular/compiler-cli": "20.3.7",
92+
"@angular/core": "20.3.7",
93+
"@angular/forms": "20.3.7",
94+
"@angular/platform-browser": "20.3.7",
95+
"@angular/platform-browser-dynamic": "20.3.7",
96+
"@angular/platform-server": "20.3.7",
97+
"@angular/router": "20.3.7",
98+
"@angular/ssr": "20.3.7",
99+
"@axe-core/playwright": "4.11.0",
100100
"@babel/eslint-parser": "7.28.4",
101101
"@changesets/cli": "2.29.7",
102102
"@changesets/types": "6.1.0",
@@ -121,14 +121,14 @@
121121
"eslint": "9.38.0",
122122
"eslint-config-prettier": "10.1.8",
123123
"eslint-config-xo": "0.49.0",
124-
"eslint-plugin-package-json": "0.57.0",
124+
"eslint-plugin-package-json": "0.59.0",
125125
"eslint-plugin-prettier": "5.5.4",
126126
"find-versions": "6.0.0",
127127
"glob": "11.0.3",
128128
"http-server": "14.1.1",
129129
"husky": "9.1.7",
130130
"jscpd": "4.0.5",
131-
"lint-staged": "16.2.4",
131+
"lint-staged": "16.2.5",
132132
"markdownlint-cli": "0.45.0",
133133
"ng-packagr": "20.3.0",
134134
"npm-package-json-lint": "9.0.0",
@@ -140,7 +140,7 @@
140140
"prettier": "3.6.2",
141141
"prettier-plugin-organize-imports": "4.3.0",
142142
"prettier-plugin-pkg": "0.21.2",
143-
"publint": "0.3.14",
143+
"publint": "0.3.15",
144144
"replace-in-file": "8.3.0",
145145
"rimraf": "6.0.1",
146146
"rxjs": "7.8.2",

packages/components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"@builder.io/eslint-plugin-mitosis": "0.0.17",
5454
"@builder.io/mitosis": "0.12.1",
5555
"@builder.io/mitosis-cli": "0.12.1",
56-
"@typescript-eslint/eslint-plugin": "8.46.1",
56+
"@typescript-eslint/eslint-plugin": "8.46.2",
5757
"cpr": "3.0.1",
5858
"cssnano": "7.1.1",
5959
"hygen": "6.2.11",

packages/components/src/styles/internal/_form-components.scss

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,20 @@ $db-min-inline-size: var(
8080
[type="month"],
8181
[type="week"],
8282
[type="time"]
83-
):not(:user-valid)::-webkit-datetime-edit {
83+
):not(
84+
:user-valid,
85+
/* we need to set those values, as the element might have an empty HTML value attribute */
86+
[value*="1"],
87+
[value*="2"],
88+
[value*="3"],
89+
[value*="4"],
90+
[value*="5"],
91+
[value*="6"],
92+
[value*="7"],
93+
[value*="8"],
94+
[value*="9"],
95+
[value*="0"]
96+
)::-webkit-datetime-edit {
8497
@content;
8598
}
8699
}
164 Bytes
Binary file not shown.
316 Bytes
Binary file not shown.
164 Bytes
Binary file not shown.
268 Bytes
Binary file not shown.
208 Bytes
Binary file not shown.
200 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)