@dao-style/core 1.16.0 → 1.16.1-beta.1

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.
@@ -19,8 +19,8 @@ export declare const radioGroupKey: unique symbol;
19
19
  export declare const tabModelValueKey: InjectionKey<Ref<string>>;
20
20
  export declare const addTabFnKey: InjectionKey<AddTabFn>;
21
21
  export declare const removeTabFnKey: InjectionKey<RemoveTabFn>;
22
- export declare const TabLabelTargetsKey: InjectionKey<Ref<Record<string, HTMLLIElement>>>;
23
- export declare const checkboxGroupModelValueKey: InjectionKey<DeepReadonly<ComputedRef<unknown[] | Set<unknown>>>>;
22
+ export declare const TabLabelTargetsKey: InjectionKey<Ref<Record<string, HTMLDivElement>>>;
23
+ export declare const checkboxGroupModelValueKey: InjectionKey<DeepReadonly<ComputedRef<unknown[] | Set<unknown> | undefined>>>;
24
24
  export declare const checkboxUpdateGroupModelValueFnKey: InjectionKey<($event: ModelValueAnyType) => void>;
25
25
  export declare const checkboxGroupChangeFnKey: InjectionKey<(modelValue: ModelValueAnyType, event: Event) => void>;
26
26
  export declare const navRootKey: InjectionKey<NavProvide>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dao-style/core",
3
- "version": "1.16.0",
3
+ "version": "1.16.1-beta.1",
4
4
  "scripts": {
5
5
  "commit": "git-cz",
6
6
  "dev": "npm run dev:docs",