@onereach/ui-components 9.0.3-beta.4209.0 → 9.1.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.
@@ -3,7 +3,7 @@
3
3
  * Ellipsis can be placed in the end or in the middle of the text. Convenient for displaying long labels,
4
4
  * that have same beginning and differ in the ending part.
5
5
  */
6
- declare const _default: import("vue2").ComponentOptions<import("vue2").default, import("@vue/composition-api").ShallowUnwrapRef<{
6
+ declare const _default: import("vue").ComponentOptions<import("vue").default, import("@vue/composition-api").ShallowUnwrapRef<{
7
7
  root: import("@vue/composition-api").Ref<HTMLElement | undefined>;
8
8
  rootStyles: import("@vue/composition-api").ComputedRef<string[]>;
9
9
  mainTextStyles: import("@vue/composition-api").ComputedRef<string[]>;
@@ -48,7 +48,7 @@ declare const _default: import("vue2").ComponentOptions<import("vue2").default,
48
48
  type: NumberConstructor;
49
49
  default: number;
50
50
  };
51
- }>> & Omit<import("vue2").VueConstructor<import("vue2").default>, never> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{
51
+ }>> & Omit<import("vue").VueConstructor<import("vue").default>, never> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{
52
52
  text: string;
53
53
  sliceIndex: number;
54
54
  } & {}, import("@vue/composition-api").ShallowUnwrapRef<{
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onereach/ui-components",
3
- "version": "9.0.3-beta.4209.0",
3
+ "version": "9.1.0",
4
4
  "npmUnpacked": "4.15.2",
5
5
  "description": "Vue components library for v2/3",
6
6
  "sideEffects": false,
@@ -177,5 +177,6 @@
177
177
  "default": "./dist/bundled/v3/components/*/index.js"
178
178
  },
179
179
  "./package.json": "./package.json"
180
- }
180
+ },
181
+ "gitHead": "acf26df6d83cfac5e53c2a68763d6980d01b2287"
181
182
  }