vira 31.13.0 → 31.13.1

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.
@@ -415,6 +415,12 @@ export const ViraButton = defineViraElement()({
415
415
  background-color: ${cssVars['vira-button-disabled-background-color'].value};
416
416
  border-color: ${cssVars['vira-button-disabled-border-color'].value};
417
417
  }
418
+
419
+ &${hostClasses['vira-button-emphasis-subtle'].selector} button {
420
+ color: ${viraTheme.colors['vira-grey-foreground-decoration'].foreground.value};
421
+ background-color: transparent;
422
+ border-color: transparent;
423
+ }
418
424
  }
419
425
 
420
426
  ${hostClasses['vira-button-icon-only'].selector} {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vira",
3
- "version": "31.13.0",
3
+ "version": "31.13.1",
4
4
  "description": "A simple and highly versatile design system using element-vir.",
5
5
  "keywords": [
6
6
  "design",