@solid-design-system/tokens 6.0.0-next.1 → 6.0.0-next.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.
@@ -209,10 +209,10 @@
209
209
  }
210
210
  @keyframes loader-color-white {
211
211
  0%, 100% {
212
- color: var(--sd-color-icon-fill-white, var(--sd-color-white));;
212
+ color: var(--sd-color-icon-fill-white, var(--sd-color-white));
213
213
  }
214
214
  50% {
215
- color: var(--sd-color-icon-fill-white, var(--sd-color-white));;
215
+ color: var(--sd-color-icon-fill-white, var(--sd-color-white));
216
216
  opacity: 20%;
217
217
  }
218
218
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@solid-design-system/tokens",
3
- "version": "6.0.0-next.1",
3
+ "version": "6.0.0-next.2",
4
4
  "description": "Solid Design System: Tokens",
5
5
  "publishConfig": {
6
6
  "access": "public",