[WEB-4731] feat: add baseui input component to propel package (#7769)

*  feat: add input component to propel package

* 🚨 fix: lint

* 🚨 fix: lint

* fix: add aria-invalid attribute to Input component for better accessibility

* chore: fix formatting in package.json and reorder imports in popover-menu stories
This commit is contained in:
Jayash Tripathy 2025-10-07 16:48:02 +05:30 committed by GitHub
parent a740a9f69d
commit d3024f8a7f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 214 additions and 1 deletions

View file

@ -100,6 +100,10 @@
"import": "./dist/icons/index.mjs",
"require": "./dist/icons/index.js"
},
"./input": {
"import": "./dist/input/index.mjs",
"require": "./dist/input/index.js"
},
"./menu": {
"import": "./dist/menu/index.mjs",
"require": "./dist/menu/index.js"