@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/dist/components/WDateRangePicker.vue.d.ts +1 -0
- package/dist/components/WSelect.vue.d.ts +1 -0
- package/dist/components/WSpreadsheet.vue.d.ts +8 -2
- package/dist/components/WTable.vue.d.ts +12 -10
- package/dist/wpic-ui.cjs +62 -62
- package/dist/wpic-ui.css +2 -7
- package/dist/wpic-ui.js +2844 -2825
- package/package.json +1 -1
- package/src/style.css +1 -6
package/package.json
CHANGED
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:
|
|
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
|
|