@qikdev/vue-ui 0.2.293 → 0.2.294

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/style.css CHANGED
@@ -301,22 +301,22 @@ td.invalid[data-v-c62e82ec] {
301
301
  text-decoration: line-through;
302
302
  opacity: 0.3;
303
303
  }
304
- .basic-input-style[data-v-8a05dedf] {
304
+ .basic-input-style[data-v-3f8012f2] {
305
305
  color: inherit;
306
306
  background: color-mix(in lab, currentColor 4%, transparent);
307
307
  border: 1px solid color-mix(in lab, currentColor 18%, transparent);
308
308
  }
309
- td[data-v-8a05dedf] {
309
+ td[data-v-3f8012f2] {
310
310
  width: 60px;
311
311
  padding: 0.3em !important;
312
312
  }
313
- td .ux-btn[data-v-8a05dedf] {
313
+ td .ux-btn[data-v-3f8012f2] {
314
314
  white-space: nowrap;
315
315
  }
316
- td .ux-image[data-v-8a05dedf] {
316
+ td .ux-image[data-v-3f8012f2] {
317
317
  border-radius: 0.1em;
318
318
  }
319
- td[data-v-8a05dedf] .ux-btn-text {
319
+ td[data-v-3f8012f2] .ux-btn-text {
320
320
  display: block;
321
321
  white-space: nowrap;
322
322
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qikdev/vue-ui",
3
- "version": "0.2.293",
3
+ "version": "0.2.294",
4
4
  "files": [
5
5
  "dist"
6
6
  ],