@qikdev/vue-ui 0.2.251 → 0.2.252

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
@@ -2775,26 +2775,26 @@ input[data-v-c8feb6c2]:focus {
2775
2775
  .ux-text-input-single[data-v-c8feb6c2] {
2776
2776
  width: 100%;
2777
2777
  }
2778
- .basic-input-style[data-v-d61fa45a] {
2778
+ .basic-input-style[data-v-fad7a85e] {
2779
2779
  color: inherit;
2780
2780
  background: color-mix(in lab, currentColor 4%, transparent);
2781
2781
  border: 1px solid color-mix(in lab, currentColor 18%, transparent);
2782
2782
  }
2783
- .editor-wrap[data-v-d61fa45a] {
2783
+ .editor-wrap[data-v-fad7a85e] {
2784
2784
  flex: 1;
2785
2785
  }
2786
- .tokens-header[data-v-d61fa45a] {
2786
+ .tokens-header[data-v-fad7a85e] {
2787
2787
  cursor: pointer;
2788
2788
  padding: 0.5em 1em;
2789
2789
  background: rgba(0, 0, 0, 0.05);
2790
2790
  }
2791
- .tokens-header[data-v-d61fa45a]:hover {
2791
+ .tokens-header[data-v-fad7a85e]:hover {
2792
2792
  background: rgba(0, 0, 0, 0.1);
2793
2793
  }
2794
- .tokens-body[data-v-d61fa45a] {
2794
+ .tokens-body[data-v-fad7a85e] {
2795
2795
  padding: 1em;
2796
2796
  }
2797
- .tokens-body .ux-btn[data-v-d61fa45a] {
2797
+ .tokens-body .ux-btn[data-v-fad7a85e] {
2798
2798
  margin-bottom: 0.4em;
2799
2799
  }
2800
2800
  .basic-input-style[data-v-50e774dd] {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qikdev/vue-ui",
3
- "version": "0.2.251",
3
+ "version": "0.2.252",
4
4
  "files": ["dist"],
5
5
  "main": "./dist/lib.es.js",
6
6
  "module": "./dist/lib.es.js",