Skip to content

Commit

Permalink
fix(forms,tables): improve native Select styling and correct `Table…
Browse files Browse the repository at this point in the history
…` extends documentation (#1954)

Bug fixes
- override browser UA opacity styling for native `Select` (uncovered during css-components refactor)
- `@extends` documentation for `Table`

Internal chores
- remove non-functioning size snapshot testing from the build
- restructure internal `MessageIcon` to follow proper Garden view-element component conventions
  • Loading branch information
jzempel authored Oct 16, 2024
1 parent 3cb8cab commit 30e06b0
Show file tree
Hide file tree
Showing 35 changed files with 185 additions and 705 deletions.
2 changes: 1 addition & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1 +1 @@
npm exec lint-staged && npm run build -- --since HEAD --exclude-dependents && git add packages/**/.size-snapshot.json
npm exec lint-staged && npm run build -- --since HEAD --exclude-dependents
287 changes: 107 additions & 180 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
"@babel/preset-env": "7.25.8",
"@babel/preset-react": "7.25.7",
"@babel/preset-typescript": "7.25.7",
"@brodybits/rollup-plugin-size-snapshot": "0.15.0",
"@rollup/plugin-babel": "6.0.4",
"@rollup/plugin-commonjs": "28.0.0",
"@rollup/plugin-node-resolve": "15.3.0",
Expand Down
1 change: 0 additions & 1 deletion packages/.template/.size-snapshot.json

This file was deleted.

Loading

0 comments on commit 30e06b0

Please sign in to comment.