[WEB-4682 | WEB-4685] feat: propel comobobox and command component (#7615)

* feat: comobobox and command component added to propel package

* fix: format error

* chore: code refactor

* chore: code refactor

* fix: format error

---------

Co-authored-by: sriram veeraghanta <veeraghanta.sriram@gmail.com>
This commit is contained in:
Anmol Singh Bhatia 2025-08-21 15:32:29 +05:30 committed by GitHub
parent c209a713d8
commit e86b40ac82
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 343 additions and 0 deletions

View file

@ -19,6 +19,8 @@
"./table": "./src/table/index.ts",
"./tabs": "./src/tabs/index.ts",
"./popover": "./src/popover/index.ts",
"./command": "./src/command/index.ts",
"./combobox": "./src/combobox/index.ts",
"./tooltip": "./src/tooltip/index.ts",
"./styles/fonts": "./src/styles/fonts/index.css"
},