@rokkit/themes 1.0.0-next.161 → 1.0.0-next.162

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rokkit/themes",
3
- "version": "1.0.0-next.161",
3
+ "version": "1.0.0-next.162",
4
4
  "description": "Theme styles for @rokkit/ui components",
5
5
  "repository": {
6
6
  "type": "git",
@@ -213,7 +213,7 @@
213
213
  "build": "bun run build.mjs"
214
214
  },
215
215
  "dependencies": {
216
- "@rokkit/core": "1.0.0-next.161"
216
+ "@rokkit/core": "1.0.0-next.162"
217
217
  },
218
218
  "devDependencies": {
219
219
  "magic-string": "^0.30.21",
@@ -79,7 +79,7 @@
79
79
  }
80
80
 
81
81
  [data-style='rokkit'] [data-card][data-variant='primary'] [data-card-body] {
82
- @apply text-on-primary/80;
82
+ color: rgba(var(--color-surface-50), 0.8);
83
83
  }
84
84
 
85
85
  /* Secondary — muted secondary surface */
@@ -93,7 +93,7 @@
93
93
  }
94
94
 
95
95
  [data-style='rokkit'] [data-card][data-variant='secondary'] [data-card-body] {
96
- @apply text-on-secondary/80;
96
+ color: rgba(var(--color-surface-50), 0.8);
97
97
  }
98
98
 
99
99
  /* Tertiary — elevated surface, no color accent */