Minor Changes
-
47a0011: Add missing WebKit CSS properties to resolve TypeScript errors. Adds support for:
WebkitUserDrag
/-webkit-user-drag
- Controls element drag behaviorWebkitAppRegion
/-webkit-app-region
- For Electron window controlsWebkitBorderHorizontalSpacing
/-webkit-border-horizontal-spacing
- Table border spacingWebkitBorderVerticalSpacing
/-webkit-border-vertical-spacing
- Table border spacingWebkitTextSecurity
/-webkit-text-security
- Text obscuring for passwords
Fixes TypeScript errors when using these vendor-prefixed properties in Panda CSS.
-
e8ec0aa: Add support for
preset:resolved
hook to pick/omit specific preset properties.