@wpic/ui 0.3.5 → 0.3.6

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": "@wpic/ui",
3
- "version": "0.3.5",
3
+ "version": "0.3.6",
4
4
  "type": "module",
5
5
  "description": "WPIC shared Vue 3 component library",
6
6
  "publishConfig": {
package/src/style.css CHANGED
@@ -155,16 +155,11 @@
155
155
  width: 1.25rem; height: 1.25rem;
156
156
  border-radius: 9999px;
157
157
  border: 2px solid var(--border-strong);
158
- border-top-color: #6366f1;
158
+ border-top-color: transparent;
159
159
  animation: wpic-spin 0.7s linear infinite;
160
160
  }
161
161
 
162
162
  .wpic-spinner {
163
- display: inline-block;
164
- width: 1.75rem; height: 1.75rem;
165
- border-radius: 9999px;
166
- border: 3px solid var(--border-strong);
167
- border-top-color: #85C531;
168
163
  animation: wpic-spin 0.75s linear infinite;
169
164
  }
170
165