qpp-design-system 0.4.4 → 0.4.5-beta.0

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.
@@ -628,3 +628,12 @@ ul li {
628
628
  line-height: var(--font-line-height-base);
629
629
  margin-bottom: var(--spacer-1);
630
630
  }
631
+
632
+ /* Spinner border color fix */
633
+ .ds-c-spinner:after {
634
+ border-inline-start-color: var(--color-base);
635
+ }
636
+
637
+ .ds-c-spinner--filled:after {
638
+ border-inline-start-color: var(--color-base-inverse);
639
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "qpp-design-system",
3
- "version": "0.4.4",
3
+ "version": "0.4.5-beta.0",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "description": "QPP Design System",