@bcc-code/design-tokens 5.1.23 → 5.1.25

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.
@@ -542,7 +542,8 @@
542
542
  --color-background-brand-boldest-pressed: var(--color-brand-800);
543
543
  }
544
544
 
545
- .dark {
545
+ .dark,
546
+ [data-theme="dark"] {
546
547
  --color-background-inverse-subtle-default: rgba(255, 255, 255, 0.16);
547
548
  --color-background-inverse-subtle-hovered: rgba(255, 255, 255, 0.24);
548
549
  --color-background-inverse-subtle-pressed: rgba(255, 255, 255, 0.32);
@@ -544,7 +544,8 @@
544
544
  --color-background-brand-boldest-pressed: var(--color-brand-800);
545
545
  }
546
546
 
547
- .dark {
547
+ .dark,
548
+ [data-theme="dark"] {
548
549
  --color-background-inverse-subtle-default: rgba(255, 255, 255, 0.16);
549
550
  --color-background-inverse-subtle-hovered: rgba(255, 255, 255, 0.24);
550
551
  --color-background-inverse-subtle-pressed: rgba(255, 255, 255, 0.32);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bcc-code/design-tokens",
3
- "version": "5.1.23",
3
+ "version": "5.1.25",
4
4
  "description": "Design tokens build system",
5
5
  "type": "module",
6
6
  "engines": {