@gyramais/gyra-design 0.2.40 → 0.2.41

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.
Files changed (2) hide show
  1. package/dist/index.css +4 -2
  2. package/package.json +1 -1
package/dist/index.css CHANGED
@@ -8004,10 +8004,12 @@ h6 {
8004
8004
  gap: 2px;
8005
8005
  border-radius: 12px;
8006
8006
  border-width: 1px;
8007
- border-color: var(--color-border-subtle);
8008
8007
  --tw-bg-opacity: 1;
8009
8008
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
8010
8009
  padding: 4px;
8010
+ /* GYR-1446 — borda um tico mais definida que a subtle (#F0F0F2), que somia
8011
+ sobre card branco. #E5E5EA = separador iOS, define sem pesar. */
8012
+ border-color: #E5E5EA;
8011
8013
  box-shadow: 0 1px 2px rgba(0,0,0,0.02);
8012
8014
  }
8013
8015
 
@@ -8025,7 +8027,7 @@ h6 {
8025
8027
  padding-bottom: 10px;
8026
8028
  font-size: 13.5px;
8027
8029
  font-weight: 500;
8028
- color: var(--color-text-tertiary);
8030
+ color: var(--color-text-secondary);
8029
8031
  font-family: inherit;
8030
8032
  transition:
8031
8033
  background var(--duration-normal) var(--ease-default),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gyramais/gyra-design",
3
- "version": "0.2.40",
3
+ "version": "0.2.41",
4
4
  "description": "Gyramais Design System",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.esm.js",