@pickaxeproject/react 6.0.1-8 → 6.0.2
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/cjs/common/utils.js +1 -1
- package/dist/cjs/components/Pickaxe/Chat/History/Message.js +1 -1
- package/dist/cjs/components/Pickaxe/Chat/History/index.js +1 -1
- package/dist/cjs/components/Pickaxe/Chat/Input.js +1 -1
- package/dist/cjs/components/Pickaxe/Chat/index.js +1 -1
- package/dist/cjs/components/Pickaxe/Form/Questions/Submit.js +1 -1
- package/dist/cjs/components/Pickaxe/Provider.js +1 -1
- package/dist/cjs/components/Pickaxe/common/PickaxeUpgradeCard.js +1 -1
- package/dist/cjs/components/Pickaxe/index.js +1 -1
- package/dist/cjs/node_modules/.pnpm/cose-base@1.0.3/node_modules/cose-base/cose-base.js +1 -1
- package/dist/cjs/node_modules/.pnpm/cose-base@2.2.0/node_modules/cose-base/cose-base.js +1 -1
- package/dist/cjs/node_modules/.pnpm/layout-base@1.0.2/node_modules/layout-base/layout-base.js +1 -1
- package/dist/cjs/node_modules/.pnpm/layout-base@2.0.1/node_modules/layout-base/layout-base.js +1 -1
- package/dist/cjs/src/common/utils.d.ts +0 -2
- package/dist/cjs/src/components/Pickaxe/Provider.d.ts +2 -5
- package/dist/cjs/src/components/Pickaxe/ResponseProvider.d.ts +3 -6
- package/dist/cjs/src/components/Pickaxe/common/PickaxeUpgradeCard.d.ts +1 -1
- package/dist/cjs/src/hooks/pickaxe/usePickaxeContext.d.ts +0 -1
- package/dist/cjs/src/types/response.d.ts +0 -8
- package/dist/esm/common/utils.js +1 -1
- package/dist/esm/components/Pickaxe/Chat/History/Message.js +1 -1
- package/dist/esm/components/Pickaxe/Chat/History/index.js +1 -1
- package/dist/esm/components/Pickaxe/Chat/Input.js +1 -1
- package/dist/esm/components/Pickaxe/Chat/index.js +1 -1
- package/dist/esm/components/Pickaxe/Form/Questions/Submit.js +1 -1
- package/dist/esm/components/Pickaxe/Provider.js +1 -1
- package/dist/esm/components/Pickaxe/common/PickaxeUpgradeCard.js +1 -1
- package/dist/esm/components/Pickaxe/index.js +1 -1
- package/dist/esm/node_modules/.pnpm/cose-base@1.0.3/node_modules/cose-base/cose-base.js +1 -1
- package/dist/esm/node_modules/.pnpm/cose-base@2.2.0/node_modules/cose-base/cose-base.js +1 -1
- package/dist/esm/node_modules/.pnpm/layout-base@1.0.2/node_modules/layout-base/layout-base.js +1 -1
- package/dist/esm/node_modules/.pnpm/layout-base@2.0.1/node_modules/layout-base/layout-base.js +1 -1
- package/dist/esm/src/common/utils.d.ts +0 -2
- package/dist/esm/src/components/Pickaxe/Provider.d.ts +2 -5
- package/dist/esm/src/components/Pickaxe/ResponseProvider.d.ts +3 -6
- package/dist/esm/src/components/Pickaxe/common/PickaxeUpgradeCard.d.ts +1 -1
- package/dist/esm/src/hooks/pickaxe/usePickaxeContext.d.ts +0 -1
- package/dist/esm/src/types/response.d.ts +0 -8
- package/package.json +203 -206
- package/dist/cjs/components/Icons/pencil.svg.js +0 -1
- package/dist/cjs/components/Pickaxe/common/AccessGroupCardPreview.js +0 -1
- package/dist/cjs/components/Pickaxe/common/PickaxeAvatar.js +0 -1
- package/dist/cjs/components/Pickaxe/common/PickaxeCommon.js +0 -1
- package/dist/cjs/components/Pickaxe/common/PickaxeCurrency.js +0 -1
- package/dist/cjs/src/components/Pickaxe/common/AccessGroupCardPreview.d.ts +0 -9
- package/dist/cjs/src/components/Pickaxe/common/PickaxeAvatar.d.ts +0 -16
- package/dist/cjs/src/components/Pickaxe/common/PickaxeCommon.d.ts +0 -2
- package/dist/cjs/src/components/Pickaxe/common/PickaxeCurrency.d.ts +0 -7
- package/dist/esm/components/Icons/pencil.svg.js +0 -1
- package/dist/esm/components/Pickaxe/common/AccessGroupCardPreview.js +0 -1
- package/dist/esm/components/Pickaxe/common/PickaxeAvatar.js +0 -1
- package/dist/esm/components/Pickaxe/common/PickaxeCommon.js +0 -1
- package/dist/esm/components/Pickaxe/common/PickaxeCurrency.js +0 -1
- package/dist/esm/src/components/Pickaxe/common/AccessGroupCardPreview.d.ts +0 -9
- package/dist/esm/src/components/Pickaxe/common/PickaxeAvatar.d.ts +0 -16
- package/dist/esm/src/components/Pickaxe/common/PickaxeCommon.d.ts +0 -2
- package/dist/esm/src/components/Pickaxe/common/PickaxeCurrency.d.ts +0 -7
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import * as React from "react";
|
|
2
|
-
import * as AvatarPrimitive from "@radix-ui/react-avatar";
|
|
3
|
-
declare const Avatar: React.ForwardRefExoticComponent<Omit<AvatarPrimitive.AvatarProps & React.RefAttributes<HTMLSpanElement>, "ref"> & React.RefAttributes<HTMLSpanElement>>;
|
|
4
|
-
declare const AvatarImage: React.ForwardRefExoticComponent<Omit<AvatarPrimitive.AvatarImageProps & React.RefAttributes<HTMLImageElement>, "ref"> & React.RefAttributes<HTMLImageElement>>;
|
|
5
|
-
declare const AvatarFallback: React.ForwardRefExoticComponent<Omit<AvatarPrimitive.AvatarFallbackProps & React.RefAttributes<HTMLSpanElement>, "ref"> & React.RefAttributes<HTMLSpanElement>>;
|
|
6
|
-
export type AvatarGroupItem = {
|
|
7
|
-
src?: string;
|
|
8
|
-
initials: string;
|
|
9
|
-
};
|
|
10
|
-
export interface AvatarGroupProps extends React.HTMLAttributes<HTMLDivElement> {
|
|
11
|
-
data: AvatarGroupItem[];
|
|
12
|
-
max?: number;
|
|
13
|
-
avatarClassName?: string;
|
|
14
|
-
}
|
|
15
|
-
declare const AvatarGroup: React.ForwardRefExoticComponent<AvatarGroupProps & React.RefAttributes<HTMLDivElement>>;
|
|
16
|
-
export { Avatar, AvatarImage, AvatarFallback, AvatarGroup };
|