@apify/ui-library 1.124.4 → 1.124.5
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/src/components/avatar/actor_avatar.d.ts +1 -1
- package/dist/src/components/avatar/actor_avatar.d.ts.map +1 -1
- package/dist/src/components/avatar/user_avatar.d.ts +1 -1
- package/dist/src/components/avatar/user_avatar.d.ts.map +1 -1
- package/dist/src/components/store/store_actor_header.d.ts +1 -1
- package/dist/src/components/store/store_actor_header.d.ts.map +1 -1
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +2 -2
- package/src/components/avatar/actor_avatar.tsx +1 -1
- package/src/components/avatar/user_avatar.tsx +1 -1
- package/src/components/store/store_actor_header.tsx +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"actor_avatar.d.ts","sourceRoot":"","sources":["../../../../src/components/avatar/actor_avatar.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,EAAE,EAAe,MAAM,OAAO,CAAC;AAC7C,OAAO,KAA6E,MAAM,OAAO,CAAC;AAQlG,eAAO,MAAM,qBAAqB;;;;CAIjC,CAAC;AA0BF,UAAU,gBAAiB,SAAQ,KAAK,CAAC,iBAAiB,CAAC,gBAAgB,CAAC;IACxE,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,GAAG,CAAC,EAAE,MAAM,CAAC;
|
|
1
|
+
{"version":3,"file":"actor_avatar.d.ts","sourceRoot":"","sources":["../../../../src/components/avatar/actor_avatar.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,EAAE,EAAe,MAAM,OAAO,CAAC;AAC7C,OAAO,KAA6E,MAAM,OAAO,CAAC;AAQlG,eAAO,MAAM,qBAAqB;;;;CAIjC,CAAC;AA0BF,UAAU,gBAAiB,SAAQ,KAAK,CAAC,iBAAiB,CAAC,gBAAgB,CAAC;IACxE,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,GAAG,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACpB,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;CAChB;AAED,eAAO,MAAM,gBAAgB,EAAE,EAAE,CAAC,gBAAgB,CA4EjD,CAAC;AAEF,eAAO,MAAM,WAAW,8CAA+B,CAAC"}
|
|
@@ -7,7 +7,7 @@ export declare const userAvatarBaseClassNames: {
|
|
|
7
7
|
interface UserAvatarProps extends React.ImgHTMLAttributes<HTMLImageElement> {
|
|
8
8
|
name?: string;
|
|
9
9
|
className?: string;
|
|
10
|
-
url?: string;
|
|
10
|
+
url?: string | null;
|
|
11
11
|
alt?: string;
|
|
12
12
|
size: number;
|
|
13
13
|
asOrganization?: boolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"user_avatar.d.ts","sourceRoot":"","sources":["../../../../src/components/avatar/user_avatar.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAoB,MAAM,OAAO,CAAC;AAUzC,eAAO,MAAM,wBAAwB;;;;CAIpC,CAAC;AA0BF,UAAU,eAAgB,SAAQ,KAAK,CAAC,iBAAiB,CAAC,gBAAgB,CAAC;IACvE,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,GAAG,CAAC,EAAE,MAAM,CAAC;
|
|
1
|
+
{"version":3,"file":"user_avatar.d.ts","sourceRoot":"","sources":["../../../../src/components/avatar/user_avatar.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAoB,MAAM,OAAO,CAAC;AAUzC,eAAO,MAAM,wBAAwB;;;;CAIpC,CAAC;AA0BF,UAAU,eAAgB,SAAQ,KAAK,CAAC,iBAAiB,CAAC,gBAAgB,CAAC;IACvE,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,GAAG,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACpB,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;IACb,cAAc,CAAC,EAAE,OAAO,CAAC;CAC5B;AA6DD,eAAO,MAAM,UAAU,6CAA8B,CAAC"}
|
|
@@ -2,7 +2,7 @@ import { type BoxProps } from '../../components/index.js';
|
|
|
2
2
|
export type StoreActorHeaderProps = {
|
|
3
3
|
name: string;
|
|
4
4
|
title: string;
|
|
5
|
-
pictureUrl?: string;
|
|
5
|
+
pictureUrl?: string | null;
|
|
6
6
|
username: string;
|
|
7
7
|
isUnderMaintenance?: boolean;
|
|
8
8
|
hasRisingStarBadge?: boolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"store_actor_header.d.ts","sourceRoot":"","sources":["../../../../src/components/store/store_actor_header.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAc,KAAK,QAAQ,EAAiB,MAAM,2BAA2B,CAAC;AAoErF,MAAM,MAAM,qBAAqB,GAAG;IAChC,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;IACd,UAAU,CAAC,EAAE,MAAM,CAAC;
|
|
1
|
+
{"version":3,"file":"store_actor_header.d.ts","sourceRoot":"","sources":["../../../../src/components/store/store_actor_header.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAc,KAAK,QAAQ,EAAiB,MAAM,2BAA2B,CAAC;AAoErF,MAAM,MAAM,qBAAqB,GAAG;IAChC,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;IACd,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,QAAQ,EAAE,MAAM,CAAC;IACjB,kBAAkB,CAAC,EAAE,OAAO,CAAC;IAC7B,kBAAkB,CAAC,EAAE,OAAO,CAAC;IAC7B,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACtB,CAAA;AAED,eAAO,MAAM,gBAAgB,EAAE,KAAK,CAAC,EAAE,CAAC,qBAAqB,GAAG,QAAQ,CAgDvE,CAAC"}
|