input with alias and input range style corrections (#19441)

* fix alias input

* number range style fix + placeholder inconsistency fix

* build(deps): bump @umbraco-ui/uui to 1.14.0-rc.3

* fix property declaration

* Update src/Umbraco.Web.UI.Client/src/packages/core/components/input-number-range/input-number-range.element.ts

---------

Co-authored-by: Jacob Overgaard <752371+iOvergaard@users.noreply.github.com>
This commit is contained in:
Niels Lyngsø
2025-05-28 11:58:57 +02:00
committed by GitHub
parent da436f839f
commit b4d5c8fd51
4 changed files with 44 additions and 25 deletions

View File

@@ -215,7 +215,7 @@
"@tiptap/extension-underline": "2.11.7",
"@tiptap/pm": "2.11.7",
"@tiptap/starter-kit": "2.11.7",
"@umbraco-ui/uui": "1.14.0-rc.2",
"@umbraco-ui/uui": "1.14.0-rc.3",
"@umbraco-ui/uui-css": "1.14.0-rc.2",
"dompurify": "^3.2.5",
"element-internals-polyfill": "^3.0.2",
@@ -288,4 +288,4 @@
"access": "public",
"registry": "https://registry.npmjs.org/"
}
}
}