matcha-theme 20.126.0 → 20.128.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -380,6 +380,8 @@
380
380
  outline: none;
381
381
  cursor: pointer;
382
382
  vertical-align: middle;
383
+ min-width: 36px; // garante que não fique < 36px
384
+ flex-shrink: 0; // se estiver dentro de um container flex
383
385
 
384
386
  &::before {
385
387
  content: "";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "matcha-theme",
3
- "version": "20.126.0",
3
+ "version": "20.128.0",
4
4
  "description": "Themes for matcha-design-system",
5
5
  "main": "main.scss",
6
6
  "scripts": {