@motion-proto/live-tokens 0.24.1 → 0.24.2

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": "@motion-proto/live-tokens",
3
- "version": "0.24.1",
3
+ "version": "0.24.2",
4
4
  "type": "module",
5
5
  "description": "Design token editor with live CSS variable editing. Svelte 5 + Vite 8.",
6
6
  "keywords": [
@@ -183,7 +183,7 @@
183
183
  #b1b2b2 62%,
184
184
  #626363 100%
185
185
  );
186
- color: rgba(0, 0, 0, 0.88);
186
+ color: #000;
187
187
  border: 1px solid rgba(255, 255, 255, 0.55);
188
188
  border-radius: 9999px;
189
189
  font-family: Manrope, system-ui, -apple-system, sans-serif;