@qikdev/vue-ui 0.2.247 → 0.2.248

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
@@ -3163,18 +3163,18 @@ td[data-v-f5a130e8]:first-child {
3163
3163
  border-color: var(--primary);
3164
3164
  opacity: 0.5;
3165
3165
  }
3166
- .basic-input-style[data-v-8dfbf9ff] {
3166
+ .basic-input-style[data-v-0433bfce] {
3167
3167
  color: inherit;
3168
3168
  background: color-mix(in lab, currentColor 4%, transparent);
3169
3169
  border: 1px solid color-mix(in lab, currentColor 18%, transparent);
3170
3170
  }
3171
- .ux-field[data-v-8dfbf9ff] {
3171
+ .ux-field[data-v-0433bfce] {
3172
3172
  margin-bottom: 1em;
3173
3173
  }
3174
- .ux-field.ux-layout-only[data-v-8dfbf9ff] {
3174
+ .ux-field.ux-layout-only[data-v-0433bfce] {
3175
3175
  margin-bottom: 0;
3176
3176
  }
3177
- .ux-field .ux-field-message[data-v-8dfbf9ff] {
3177
+ .ux-field .ux-field-message[data-v-0433bfce] {
3178
3178
  border: red;
3179
3179
  background: rgba(255, 0, 0, 0.1);
3180
3180
  color: red;
@@ -3184,23 +3184,23 @@ td[data-v-f5a130e8]:first-child {
3184
3184
  margin: 0.3em 0;
3185
3185
  display: inline-block;
3186
3186
  }
3187
- [data-v-8dfbf9ff] .ux-field-title {
3187
+ [data-v-0433bfce] .ux-field-title {
3188
3188
  margin-top: 0.5em;
3189
3189
  display: block;
3190
3190
  margin-bottom: 0.2em;
3191
3191
  font-size: 0.9em;
3192
3192
  font-weight: 700;
3193
3193
  }
3194
- .ux-field.ux-field-hide[data-v-8dfbf9ff] {
3194
+ .ux-field.ux-field-hide[data-v-0433bfce] {
3195
3195
  display: none !important;
3196
3196
  margin: 0 !important;
3197
3197
  }
3198
- [data-v-8dfbf9ff] .ux-field-description {
3198
+ [data-v-0433bfce] .ux-field-description {
3199
3199
  font-size: clamp(12px, 0.8em, 16px);
3200
3200
  opacity: 0.5;
3201
3201
  margin-bottom: 0.5em;
3202
3202
  }
3203
- .ux-field.ux-field-error[data-v-8dfbf9ff] > .ux-field-title {
3203
+ .ux-field.ux-field-error[data-v-0433bfce] > .ux-field-title {
3204
3204
  color: red;
3205
3205
  }
3206
3206
  .basic-input-style[data-v-0dd36fb5] {
package/package.json CHANGED
@@ -1,9 +1,7 @@
1
1
  {
2
2
  "name": "@qikdev/vue-ui",
3
- "version": "0.2.247",
4
- "files": [
5
- "dist"
6
- ],
3
+ "version": "0.2.248",
4
+ "files": ["dist"],
7
5
  "main": "./dist/lib.es.js",
8
6
  "module": "./dist/lib.es.js",
9
7
  "exports": {
@@ -22,11 +20,7 @@
22
20
  "type": "git",
23
21
  "url": "git+https://gitlab.com/qikdevelopers/vue-ui.git"
24
22
  },
25
- "keywords": [
26
- "qik",
27
- "vue",
28
- "ui"
29
- ],
23
+ "keywords": ["qik", "vue", "ui"],
30
24
  "author": "qik.dev",
31
25
  "license": "ISC",
32
26
  "scripts": {