@delta-comic/ui 1.3.5 → 2.0.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.
@@ -1,5 +1,4 @@
1
1
  import { UseInfiniteQueryReturn, UseQueryReturn } from '@pinia/colada';
2
- import { ClassNameValue } from 'tailwind-merge';
3
2
  import { StyleValue } from 'vue';
4
3
  import { StyleProps } from '../utils';
5
4
  declare const _default: <T>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
@@ -20,8 +19,8 @@ declare const _default: <T>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>
20
19
  error?: Error | null;
21
20
  refetch?: () => any;
22
21
  };
23
- classError?: ClassNameValue;
24
- classEmpty?: ClassNameValue;
22
+ classError?: any;
23
+ classEmpty?: any;
25
24
  styleError?: StyleValue;
26
25
  styleEmpty?: StyleValue;
27
26
  } & StyleProps) & Partial<{}>> & import('vue').PublicProps;
@@ -1,6 +1,6 @@
1
- import { ClassNameValue } from 'tailwind-merge';
2
1
  import { StyleValue } from 'vue';
3
2
  export type StyleProps = {
4
3
  style?: StyleValue;
5
- class?: ClassNameValue;
4
+ class?: any;
6
5
  };
6
+ export declare function cn(...args: any[]): string;
package/dist/pack.tgz CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@delta-comic/ui",
3
- "version": "1.3.5",
3
+ "version": "2.0.0",
4
4
  "description": "空阙虱楼",
5
5
  "homepage": "https://github.com/delta-comic/delta-comic",
6
6
  "license": "AGPL-3.0-only",
@@ -69,9 +69,9 @@
69
69
  "vant": "^4.9",
70
70
  "vue": "^3.5",
71
71
  "vue-router": "^5.0",
72
- "@delta-comic/model": "1.3.5",
73
- "@delta-comic/core": "1.3.5",
74
- "@delta-comic/utils": "1.3.5"
72
+ "@delta-comic/utils": "2.0.0",
73
+ "@delta-comic/core": "2.0.0",
74
+ "@delta-comic/model": "2.0.0"
75
75
  },
76
76
  "release": {
77
77
  "tagFormat": "ui-${version}"