Bug Fixes
- core: normalize media queries and other $parent selector sub-objects with the same logic as pseudo sub-objects (natew)
- lucide-icons: make generate script work again, update version to latest (natew)
- core: outlineColor gets color token types (natew)
- web: fix some web logic in normalizing styles where it would forget the opacity (natew)
Performance Improvements
- core: avoid normalizing numerical props up front as they are normalized in getStylesAtomic (natew)
Chores
- core: unify normalizeShadow to remove source of bugs (natew)
- cleanup some internal names (natew)
- core: cleanup debug verbose logging (natew)