0.18.3
What's Changed
- build(deps-dev): bump @types/bun from 1.2.4 to 1.2.8 by @dependabot in #1137
- build(deps): bump @ark-ui/solid from 5.1.1 to 5.4.0 in /website by @dependabot in #1131
- build(deps-dev): bump @vitest/ui from 3.0.8 to 3.1.1 by @dependabot in #1135
- build(deps): bump react and @types/react by @dependabot in #1136
- build(deps-dev): bump eslint-plugin-sonarjs from 2.0.4 to 3.0.2 by @dependabot in #1134
- build(deps-dev): bump @eslint/eslintrc from 3.3.0 to 3.3.1 by @dependabot in #1133
- build(deps-dev): bump @pandacss/types from 0.46.0 to 0.53.3 in /docs by @dependabot in #1125
- build(deps-dev): bump @figma/rest-api-spec from 0.24.0 to 0.27.0 in /figma by @dependabot in #1126
- build(deps-dev): bump lint-staged from 15.4.3 to 15.5.0 by @dependabot in #1158
- build(deps-dev): bump @pandacss/types from 0.46.0 to 0.53.3 by @dependabot in #1155
- build(deps-dev): bump @figma/code-connect from 1.3.1 to 1.3.2 by @dependabot in #1159
- [chore]: update tokens from Figma by @github-actions in #1169
- build(deps-dev): bump @types/react-dom from 19.0.4 to 19.1.1 in /docs by @dependabot in #1161
- docs: update IconButton.dev page by @caseybaggz in #1174
- 1176 feat support css prop by @caseybaggz in #1177
- 1173 feat tabs by @caseybaggz in #1179
- chore: bump version 0.18.3 by @caseybaggz in #1182
Custom css
prop for Solid lib
You can now customize Cerberus components using a streamlined css
prop:
<Button
css={{
bgColor: 'warning.bg.initial',
color: 'warning.text.initial',
}}
>
Custom
</Button>
Full Changelog: 0.18.2...0.18.3