[WEB-4687] feat: propel switch (#7629)
* feat: added switch * fix: lint * fix: lock file * fix: improve accessibility and refactor switch component styles * feat: add switch component to propel package * fix: update imports in command component for consistency * refactor: styles
This commit is contained in:
parent
d3b26996dd
commit
cf8eeee03a
7 changed files with 189 additions and 51 deletions
|
|
@ -22,7 +22,8 @@
|
|||
"./command": "./src/command/index.ts",
|
||||
"./combobox": "./src/combobox/index.ts",
|
||||
"./tooltip": "./src/tooltip/index.ts",
|
||||
"./styles/fonts": "./src/styles/fonts/index.css"
|
||||
"./styles/fonts": "./src/styles/fonts/index.css",
|
||||
"./switch": "./src/switch/index.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@base-ui-components/react": "^1.0.0-beta.2",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue