Bug Fixes
- remove character from .gitignore #1726 (Alireza Zamani)
- stacks: make stacks accept number or SizeTokens for elevation prop #1730 (natew)
- image: fix Image size not being picked up by native when require style images used #1730 (natew)
- image: fix web not resolving require style images that are passed in with a .default, this should make passing in images in cjs style just work across native and web #1730 (natew)
- web: fix useProps removing pseudo objects rather than passing them through #1730 (natew)
- button: fix Button not respecting current media query color for themed icons #1730 (natew)
- web: Text shouldnt default to use $color as its considered a plain view, and it breaks styled context #1730 (natew)
- button: fix buttons should pass text styles through to children text even when styled() and with pseudo styles #1730 (natew)
- image: fix normalize import style image passed directly into uri #1730 (natew)
- web: fix merging pseudos importance not setting so hover was overriding press #1730 (natew)
- web: fix disableClassName not merging transforms properly #1730 (natew)
Documentation
- add note on metro's
isCSSEnabled#1727 (Alireza Zamani)
Chores
- add lint, lint:fix, clean, clean:build to all package.json files #1726 (Alireza Zamani)
- remove unused .d.ts files #1726 (Alireza Zamani)
Commits
- 324ab12: clean old type file (natew)
- fix fs/promises issue in browser (Alireza Zamani)
- whitelist github handle (Alireza Zamani)
- fix several preview issues #1729 (Alireza Zamani)
- background contrast + preview changes #1729 (Alireza Zamani)
- hex input on color picker #1729 (Alireza Zamani)
- make low/high colors on "Radix B" not as strong #1729 (Alireza Zamani)
- bring back contrasted panels by default #1729 (Alireza Zamani)
- fix bug of unapplied theme on start + tiny improvement on base theme items #1729 (Alireza Zamani)
- refactor theme items to use the same component on base and sub step #1729 (Alireza Zamani)
- fix export theme bug with commas #1729 (Alireza Zamani)
- fix "Skip for now" button #1729 (Alireza Zamani)
- make export step labels toggle switch #1729 (Alireza Zamani)
- auto save on every interaction with themes #1729 (Alireza Zamani)
- 02abf64: Contribution guide (#1724) (Michael Essiet) #1724
- c9c630d: button fixes (natew) #1730
- 54b6569: some follow on fixes for last changes (natew) #1730
- 7a45f05: various fixes and cleanup (natew) #1730
- f963ffa: fix passing events (natew) #1730
- b1ff7dc: update types and tests (natew)
- 18bb6fa: v1.73.1 (natew)