@onereach/ui-components-vue2 25.1.2-beta.5764.0 → 25.1.2-beta.5765.0

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.
@@ -9,7 +9,7 @@ import { OrInputBoxV3 as OrInputBox } from '../or-input-box-v3/index.js';
9
9
  import { OrLabelV3 as OrLabel } from '../or-label-v3/index.js';
10
10
  import { OrLoaderV3 as OrLoader } from '../or-loader-v3/index.js';
11
11
  import { OrTagsV3 as OrTags, TagsOverflow } from '../or-tags-v3/index.js';
12
- import { TagColor } from '../or-tag-v3/index.js';
12
+ import { TagColor, TagVariant } from '../or-tag-v3/index.js';
13
13
  import { a as InputBoxVariant } from '../../types-98e9a758.js';
14
14
  import { s as styleInject } from '../../style-inject.es-87955792.js';
15
15
  import { n as normalizeComponent } from '../../normalize-component-cf2db48b.js';
@@ -177,7 +177,7 @@ var script = defineComponent({
177
177
  return draftModelValue.value || currentLength.value === 0 || activated.value;
178
178
  });
179
179
  const tagsProps = computed(() => ({
180
- variant: readonly.value || disabled.value || !activated.value ? 'tag' : 'reset',
180
+ variant: readonly.value || disabled.value || !activated.value ? TagVariant.Tag : TagVariant.Reset,
181
181
  disabled: disabled.value
182
182
  }));
183
183
  // Methods
@@ -271,7 +271,7 @@ var script = defineComponent({
271
271
  }
272
272
  });
273
273
 
274
- var css_248z = "input[data-v-6d0368d7]{min-width:0;background:0 0;outline:0}";
274
+ var css_248z = "input[data-v-a283e530]{min-width:0;background:0 0;outline:0}";
275
275
  styleInject(css_248z);
276
276
 
277
277
  /* script */
@@ -481,7 +481,7 @@ var __vue_staticRenderFns__ = [];
481
481
  /* style */
482
482
  const __vue_inject_styles__ = undefined;
483
483
  /* scoped */
484
- const __vue_scope_id__ = "data-v-6d0368d7";
484
+ const __vue_scope_id__ = "data-v-a283e530";
485
485
  /* module identifier */
486
486
  const __vue_module_identifier__ = undefined;
487
487
  /* functional template */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onereach/ui-components-vue2",
3
- "version": "25.1.2-beta.5764.0",
3
+ "version": "25.1.2-beta.5765.0",
4
4
  "description": "Vue components library for v2",
5
5
  "license": "Apache-2.0",
6
6
  "sideEffects": false,
@@ -40,8 +40,8 @@
40
40
  "@codemirror/view": "^6",
41
41
  "@floating-ui/dom": "1.5.3",
42
42
  "@lezer/highlight": "*",
43
- "@onereach/styles": "^25.1.2-beta.5764.0",
44
- "@onereach/ui-components-common": "^25.1.2-beta.5764.0",
43
+ "@onereach/styles": "^25.1.2-beta.5765.0",
44
+ "@onereach/ui-components-common": "^25.1.2-beta.5765.0",
45
45
  "@splidejs/splide": "4.0.6",
46
46
  "@tiptap/core": "2.0.3",
47
47
  "@tiptap/extension-blockquote": "2.0.3",