[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:
parent
a740a9f69d
commit
d3024f8a7f
6 changed files with 214 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue