@cerberus-design/react 0.8.1-next-9e4427f → 0.8.1-next-1c8242e
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/build/legacy/_tsup-dts-rollup.d.cts +15 -10
- package/build/legacy/components/Avatar.cjs +92 -11
- package/build/legacy/components/Avatar.cjs.map +1 -1
- package/build/legacy/components/Checkbox.cjs +1 -0
- package/build/legacy/components/Checkbox.cjs.map +1 -1
- package/build/legacy/components/FileStatus.cjs +1 -0
- package/build/legacy/components/FileStatus.cjs.map +1 -1
- package/build/legacy/components/FileUploader.cjs +1 -0
- package/build/legacy/components/FileUploader.cjs.map +1 -1
- package/build/legacy/components/Input.cjs +1 -0
- package/build/legacy/components/Input.cjs.map +1 -1
- package/build/legacy/components/Notification.cjs +1 -0
- package/build/legacy/components/Notification.cjs.map +1 -1
- package/build/legacy/components/Select.cjs +1 -0
- package/build/legacy/components/Select.cjs.map +1 -1
- package/build/legacy/components/Toggle.cjs +1 -0
- package/build/legacy/components/Toggle.cjs.map +1 -1
- package/build/legacy/config/cerbIcons.cjs +1 -0
- package/build/legacy/config/cerbIcons.cjs.map +1 -1
- package/build/legacy/config/defineIcons.cjs +1 -0
- package/build/legacy/config/defineIcons.cjs.map +1 -1
- package/build/legacy/context/confirm-modal.cjs +1 -0
- package/build/legacy/context/confirm-modal.cjs.map +1 -1
- package/build/legacy/context/notification-center.cjs +1 -0
- package/build/legacy/context/notification-center.cjs.map +1 -1
- package/build/legacy/context/prompt-modal.cjs +1 -0
- package/build/legacy/context/prompt-modal.cjs.map +1 -1
- package/build/legacy/index.cjs +115 -97
- package/build/legacy/index.cjs.map +1 -1
- package/build/modern/_tsup-dts-rollup.d.ts +15 -10
- package/build/modern/{chunk-ID3XWGLY.js → chunk-4YJOK7JJ.js} +2 -2
- package/build/modern/{chunk-GUECLKHY.js → chunk-BDCFYW34.js} +3 -1
- package/build/modern/chunk-BDCFYW34.js.map +1 -0
- package/build/modern/{chunk-HMYC7CR3.js → chunk-CZMC77YO.js} +3 -3
- package/build/modern/{chunk-53QBTZZF.js → chunk-FMFKM2AB.js} +2 -2
- package/build/modern/{chunk-3JF6LWXF.js → chunk-GB3SECCO.js} +2 -2
- package/build/modern/{chunk-OGAH7HBD.js → chunk-KKJKOKP7.js} +2 -2
- package/build/modern/{chunk-7NX4RGDB.js → chunk-MLCVO7JP.js} +2 -2
- package/build/modern/{chunk-5WVXIAG2.js → chunk-NBG2OSYI.js} +2 -2
- package/build/modern/{chunk-EJIMJWPB.js → chunk-QZ6NS6VN.js} +2 -2
- package/build/modern/{chunk-TF3HRELU.js → chunk-TUIVLIJI.js} +2 -2
- package/build/modern/{chunk-ZYXEVTIX.js → chunk-UN3OAW56.js} +27 -7
- package/build/modern/chunk-UN3OAW56.js.map +1 -0
- package/build/modern/{chunk-RHG26FYL.js → chunk-VRPAW76S.js} +2 -2
- package/build/modern/{chunk-4FD33RTW.js → chunk-ZCIJRM2X.js} +2 -2
- package/build/modern/components/Avatar.js +4 -1
- package/build/modern/components/Checkbox.js +3 -3
- package/build/modern/components/FileStatus.js +3 -3
- package/build/modern/components/FileUploader.js +3 -3
- package/build/modern/components/Input.js +3 -3
- package/build/modern/components/Notification.js +3 -3
- package/build/modern/components/Select.js +3 -3
- package/build/modern/components/Toggle.js +3 -3
- package/build/modern/config/cerbIcons.js +1 -1
- package/build/modern/config/defineIcons.js +2 -2
- package/build/modern/context/confirm-modal.js +3 -3
- package/build/modern/context/notification-center.js +4 -4
- package/build/modern/context/prompt-modal.js +4 -4
- package/build/modern/index.js +13 -13
- package/package.json +2 -2
- package/src/components/Avatar.tsx +33 -14
- package/src/config/cerbIcons.ts +3 -0
- package/build/modern/chunk-GUECLKHY.js.map +0 -1
- package/build/modern/chunk-ZYXEVTIX.js.map +0 -1
- /package/build/modern/{chunk-ID3XWGLY.js.map → chunk-4YJOK7JJ.js.map} +0 -0
- /package/build/modern/{chunk-HMYC7CR3.js.map → chunk-CZMC77YO.js.map} +0 -0
- /package/build/modern/{chunk-53QBTZZF.js.map → chunk-FMFKM2AB.js.map} +0 -0
- /package/build/modern/{chunk-3JF6LWXF.js.map → chunk-GB3SECCO.js.map} +0 -0
- /package/build/modern/{chunk-OGAH7HBD.js.map → chunk-KKJKOKP7.js.map} +0 -0
- /package/build/modern/{chunk-7NX4RGDB.js.map → chunk-MLCVO7JP.js.map} +0 -0
- /package/build/modern/{chunk-5WVXIAG2.js.map → chunk-NBG2OSYI.js.map} +0 -0
- /package/build/modern/{chunk-EJIMJWPB.js.map → chunk-QZ6NS6VN.js.map} +0 -0
- /package/build/modern/{chunk-TF3HRELU.js.map → chunk-TUIVLIJI.js.map} +0 -0
- /package/build/modern/{chunk-RHG26FYL.js.map → chunk-VRPAW76S.js.map} +0 -0
- /package/build/modern/{chunk-4FD33RTW.js.map → chunk-ZCIJRM2X.js.map} +0 -0
|
@@ -173,26 +173,18 @@ declare function Avatar(props: AvatarProps): JSX_2.Element;
|
|
|
173
173
|
export { Avatar }
|
|
174
174
|
export { Avatar as Avatar_alias_1 }
|
|
175
175
|
|
|
176
|
-
declare type AvatarAsProps = {
|
|
176
|
+
declare type AvatarAsProps = SharedAvatarProps & {
|
|
177
177
|
as: ReactNode;
|
|
178
178
|
ariaLabel?: never;
|
|
179
179
|
src?: never;
|
|
180
|
-
width?: never;
|
|
181
|
-
height?: never;
|
|
182
180
|
};
|
|
183
181
|
export { AvatarAsProps }
|
|
184
182
|
export { AvatarAsProps as AvatarAsProps_alias_1 }
|
|
185
183
|
|
|
186
|
-
|
|
187
|
-
* This module contains the Avatar component.
|
|
188
|
-
* @module
|
|
189
|
-
*/
|
|
190
|
-
declare type AvatarImageProps = HtmlHTMLAttributes<HTMLImageElement> & {
|
|
184
|
+
declare type AvatarImageProps = HtmlHTMLAttributes<HTMLImageElement> & SharedAvatarProps & {
|
|
191
185
|
ariaLabel: string;
|
|
192
186
|
as?: never;
|
|
193
187
|
src: string;
|
|
194
|
-
width?: number;
|
|
195
|
-
height?: number;
|
|
196
188
|
};
|
|
197
189
|
export { AvatarImageProps }
|
|
198
190
|
export { AvatarImageProps as AvatarImageProps_alias_1 }
|
|
@@ -363,6 +355,7 @@ export { DefaultThemes }
|
|
|
363
355
|
export { DefaultThemes as DefaultThemes_alias_1 }
|
|
364
356
|
|
|
365
357
|
export declare interface DefinedIcons {
|
|
358
|
+
avatar?: IconType;
|
|
366
359
|
checkbox?: IconType;
|
|
367
360
|
close?: IconType;
|
|
368
361
|
confirmModal?: IconType;
|
|
@@ -1253,6 +1246,18 @@ export { SensorResponse }
|
|
|
1253
1246
|
|
|
1254
1247
|
export { Sensors }
|
|
1255
1248
|
|
|
1249
|
+
/**
|
|
1250
|
+
* This module contains the Avatar component.
|
|
1251
|
+
* @module
|
|
1252
|
+
*/
|
|
1253
|
+
declare type SharedAvatarProps = {
|
|
1254
|
+
icon?: ReactNode;
|
|
1255
|
+
width?: number;
|
|
1256
|
+
height?: number;
|
|
1257
|
+
};
|
|
1258
|
+
export { SharedAvatarProps }
|
|
1259
|
+
export { SharedAvatarProps as SharedAvatarProps_alias_1 }
|
|
1260
|
+
|
|
1256
1261
|
/**
|
|
1257
1262
|
* Conditionally render its children or an optional fallback component
|
|
1258
1263
|
* based on the SolidJS component.
|
|
@@ -3,7 +3,7 @@ import {
|
|
|
3
3
|
} from "./chunk-ZAU4JVLL.js";
|
|
4
4
|
import {
|
|
5
5
|
$cerberusIcons
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-NBG2OSYI.js";
|
|
7
7
|
|
|
8
8
|
// src/components/Toggle.tsx
|
|
9
9
|
import { cx } from "@cerberus/styled-system/css";
|
|
@@ -55,4 +55,4 @@ function Toggle(props) {
|
|
|
55
55
|
export {
|
|
56
56
|
Toggle
|
|
57
57
|
};
|
|
58
|
-
//# sourceMappingURL=chunk-
|
|
58
|
+
//# sourceMappingURL=chunk-4YJOK7JJ.js.map
|
|
@@ -15,10 +15,12 @@ import {
|
|
|
15
15
|
InformationFilled,
|
|
16
16
|
Restart,
|
|
17
17
|
TrashCan,
|
|
18
|
+
UserFilled,
|
|
18
19
|
Warning,
|
|
19
20
|
WarningFilled
|
|
20
21
|
} from "@cerberus/icons";
|
|
21
22
|
var defaultIcons = {
|
|
23
|
+
avatar: UserFilled,
|
|
22
24
|
checkbox: CheckmarkIcon,
|
|
23
25
|
close: CloseFilled,
|
|
24
26
|
confirmModal: Information,
|
|
@@ -40,4 +42,4 @@ var defaultIcons = {
|
|
|
40
42
|
export {
|
|
41
43
|
defaultIcons
|
|
42
44
|
};
|
|
43
|
-
//# sourceMappingURL=chunk-
|
|
45
|
+
//# sourceMappingURL=chunk-BDCFYW34.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../src/config/cerbIcons.ts"],"sourcesContent":["import {\n Checkmark,\n CheckmarkFilled,\n ChevronDown,\n CloseFilled,\n CloudUpload,\n ErrorFilled,\n Information,\n InformationFilled,\n Restart,\n TrashCan,\n UserFilled,\n Warning,\n WarningFilled,\n type CarbonIconType,\n} from '@cerberus/icons'\nimport type { ElementType } from 'react'\nimport { CheckmarkIcon, IndeterminateIcon } from './icons/checkbox.icons'\n\nexport type IconType = CarbonIconType | ElementType\n\nexport interface DefinedIcons {\n avatar?: IconType\n checkbox?: IconType\n close?: IconType\n confirmModal?: IconType\n delete?: IconType\n promptModal?: IconType\n fileUploader?: IconType\n indeterminate?: IconType\n infoNotification?: IconType\n successNotification?: IconType\n warningNotification?: IconType\n dangerNotification?: IconType\n invalid: IconType\n invalidAlt?: IconType\n redo?: IconType\n selectArrow?: IconType\n toggleChecked?: IconType\n}\n\nexport const defaultIcons: DefinedIcons = {\n avatar: UserFilled,\n checkbox: CheckmarkIcon,\n close: CloseFilled,\n confirmModal: Information,\n delete: TrashCan,\n promptModal: Information,\n fileUploader: CloudUpload,\n indeterminate: IndeterminateIcon,\n infoNotification: InformationFilled,\n successNotification: CheckmarkFilled,\n warningNotification: WarningFilled,\n dangerNotification: ErrorFilled,\n invalid: WarningFilled,\n invalidAlt: Warning,\n redo: Restart,\n selectArrow: ChevronDown,\n toggleChecked: Checkmark,\n}\n"],"mappings":";;;;;;AAAA;AAAA,EACE;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,OAEK;AA0BA,IAAM,eAA6B;AAAA,EACxC,QAAQ;AAAA,EACR,UAAU;AAAA,EACV,OAAO;AAAA,EACP,cAAc;AAAA,EACd,QAAQ;AAAA,EACR,aAAa;AAAA,EACb,cAAc;AAAA,EACd,eAAe;AAAA,EACf,kBAAkB;AAAA,EAClB,qBAAqB;AAAA,EACrB,qBAAqB;AAAA,EACrB,oBAAoB;AAAA,EACpB,SAAS;AAAA,EACT,YAAY;AAAA,EACZ,MAAM;AAAA,EACN,aAAa;AAAA,EACb,eAAe;AACjB;","names":[]}
|
|
@@ -9,7 +9,7 @@ import {
|
|
|
9
9
|
} from "./chunk-VCR5C6Q3.js";
|
|
10
10
|
import {
|
|
11
11
|
Input
|
|
12
|
-
} from "./chunk-
|
|
12
|
+
} from "./chunk-FMFKM2AB.js";
|
|
13
13
|
import {
|
|
14
14
|
Label
|
|
15
15
|
} from "./chunk-2FK7NR7Y.js";
|
|
@@ -36,7 +36,7 @@ import {
|
|
|
36
36
|
} from "./chunk-JIZQFTW6.js";
|
|
37
37
|
import {
|
|
38
38
|
$cerberusIcons
|
|
39
|
-
} from "./chunk-
|
|
39
|
+
} from "./chunk-NBG2OSYI.js";
|
|
40
40
|
import {
|
|
41
41
|
useModal
|
|
42
42
|
} from "./chunk-C5HLLGME.js";
|
|
@@ -204,4 +204,4 @@ export {
|
|
|
204
204
|
PromptModal,
|
|
205
205
|
usePromptModal
|
|
206
206
|
};
|
|
207
|
-
//# sourceMappingURL=chunk-
|
|
207
|
+
//# sourceMappingURL=chunk-CZMC77YO.js.map
|
|
@@ -6,7 +6,7 @@ import {
|
|
|
6
6
|
} from "./chunk-ZAU4JVLL.js";
|
|
7
7
|
import {
|
|
8
8
|
$cerberusIcons
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-NBG2OSYI.js";
|
|
10
10
|
|
|
11
11
|
// src/components/Input.tsx
|
|
12
12
|
import { input } from "@cerberus/styled-system/recipes";
|
|
@@ -39,4 +39,4 @@ function Input(props) {
|
|
|
39
39
|
export {
|
|
40
40
|
Input
|
|
41
41
|
};
|
|
42
|
-
//# sourceMappingURL=chunk-
|
|
42
|
+
//# sourceMappingURL=chunk-FMFKM2AB.js.map
|
|
@@ -27,7 +27,7 @@ import {
|
|
|
27
27
|
} from "./chunk-JIZQFTW6.js";
|
|
28
28
|
import {
|
|
29
29
|
$cerberusIcons
|
|
30
|
-
} from "./chunk-
|
|
30
|
+
} from "./chunk-NBG2OSYI.js";
|
|
31
31
|
import {
|
|
32
32
|
useModal
|
|
33
33
|
} from "./chunk-C5HLLGME.js";
|
|
@@ -151,4 +151,4 @@ export {
|
|
|
151
151
|
ConfirmModal,
|
|
152
152
|
useConfirmModal
|
|
153
153
|
};
|
|
154
|
-
//# sourceMappingURL=chunk-
|
|
154
|
+
//# sourceMappingURL=chunk-GB3SECCO.js.map
|
|
@@ -3,7 +3,7 @@ import {
|
|
|
3
3
|
} from "./chunk-4CAT3FHV.js";
|
|
4
4
|
import {
|
|
5
5
|
Notification
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-QZ6NS6VN.js";
|
|
7
7
|
import {
|
|
8
8
|
NotificationDescription
|
|
9
9
|
} from "./chunk-HW76XVA3.js";
|
|
@@ -119,4 +119,4 @@ export {
|
|
|
119
119
|
NotificationCenter,
|
|
120
120
|
useNotificationCenter
|
|
121
121
|
};
|
|
122
|
-
//# sourceMappingURL=chunk-
|
|
122
|
+
//# sourceMappingURL=chunk-KKJKOKP7.js.map
|
|
@@ -12,7 +12,7 @@ import {
|
|
|
12
12
|
} from "./chunk-ZAU4JVLL.js";
|
|
13
13
|
import {
|
|
14
14
|
$cerberusIcons
|
|
15
|
-
} from "./chunk-
|
|
15
|
+
} from "./chunk-NBG2OSYI.js";
|
|
16
16
|
|
|
17
17
|
// src/components/FileStatus.tsx
|
|
18
18
|
import {
|
|
@@ -215,4 +215,4 @@ export {
|
|
|
215
215
|
processStatus,
|
|
216
216
|
FileStatus
|
|
217
217
|
};
|
|
218
|
-
//# sourceMappingURL=chunk-
|
|
218
|
+
//# sourceMappingURL=chunk-MLCVO7JP.js.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
defaultIcons
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-BDCFYW34.js";
|
|
4
4
|
|
|
5
5
|
// src/config/defineIcons.ts
|
|
6
6
|
function _validateIconsProperties(icons) {
|
|
@@ -24,4 +24,4 @@ export {
|
|
|
24
24
|
defineIcons,
|
|
25
25
|
$cerberusIcons
|
|
26
26
|
};
|
|
27
|
-
//# sourceMappingURL=chunk-
|
|
27
|
+
//# sourceMappingURL=chunk-NBG2OSYI.js.map
|
|
@@ -3,7 +3,7 @@ import {
|
|
|
3
3
|
} from "./chunk-JIZQFTW6.js";
|
|
4
4
|
import {
|
|
5
5
|
$cerberusIcons
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-NBG2OSYI.js";
|
|
7
7
|
|
|
8
8
|
// src/components/Notification.tsx
|
|
9
9
|
import { cx } from "@cerberus/styled-system/css";
|
|
@@ -73,4 +73,4 @@ function Notification(props) {
|
|
|
73
73
|
export {
|
|
74
74
|
Notification
|
|
75
75
|
};
|
|
76
|
-
//# sourceMappingURL=chunk-
|
|
76
|
+
//# sourceMappingURL=chunk-QZ6NS6VN.js.map
|
|
@@ -3,7 +3,7 @@ import {
|
|
|
3
3
|
} from "./chunk-4O4QFF4S.js";
|
|
4
4
|
import {
|
|
5
5
|
$cerberusIcons
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-NBG2OSYI.js";
|
|
7
7
|
|
|
8
8
|
// src/components/FileUploader.tsx
|
|
9
9
|
import { cx } from "@cerberus/styled-system/css";
|
|
@@ -59,4 +59,4 @@ function FileUploader(props) {
|
|
|
59
59
|
export {
|
|
60
60
|
FileUploader
|
|
61
61
|
};
|
|
62
|
-
//# sourceMappingURL=chunk-
|
|
62
|
+
//# sourceMappingURL=chunk-TUIVLIJI.js.map
|
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
2
|
Show
|
|
3
3
|
} from "./chunk-4O4QFF4S.js";
|
|
4
|
+
import {
|
|
5
|
+
$cerberusIcons
|
|
6
|
+
} from "./chunk-NBG2OSYI.js";
|
|
4
7
|
|
|
5
8
|
// src/components/Avatar.tsx
|
|
6
9
|
import { css, cx } from "@cerberus/styled-system/css";
|
|
@@ -8,10 +11,20 @@ import { circle } from "@cerberus/styled-system/patterns";
|
|
|
8
11
|
import {
|
|
9
12
|
avatar
|
|
10
13
|
} from "@cerberus/styled-system/recipes";
|
|
11
|
-
import {
|
|
12
|
-
import { Fragment, jsx } from "react/jsx-runtime";
|
|
14
|
+
import { jsx } from "react/jsx-runtime";
|
|
13
15
|
function Avatar(props) {
|
|
14
|
-
const {
|
|
16
|
+
const {
|
|
17
|
+
ariaLabel,
|
|
18
|
+
as,
|
|
19
|
+
gradient,
|
|
20
|
+
size,
|
|
21
|
+
src,
|
|
22
|
+
width,
|
|
23
|
+
height,
|
|
24
|
+
icon,
|
|
25
|
+
...nativeProps
|
|
26
|
+
} = props;
|
|
27
|
+
const { avatar: AvatarIcon } = $cerberusIcons;
|
|
15
28
|
const initials = (ariaLabel || "").split(" ").map((word) => word[0]).join("").slice(0, 2);
|
|
16
29
|
return /* @__PURE__ */ jsx(
|
|
17
30
|
"div",
|
|
@@ -31,12 +44,19 @@ function Avatar(props) {
|
|
|
31
44
|
{
|
|
32
45
|
when: Boolean(initials),
|
|
33
46
|
fallback: /* @__PURE__ */ jsx(
|
|
34
|
-
|
|
47
|
+
Show,
|
|
35
48
|
{
|
|
36
|
-
|
|
49
|
+
when: Boolean(icon),
|
|
50
|
+
fallback: /* @__PURE__ */ jsx(
|
|
51
|
+
AvatarIcon,
|
|
52
|
+
{
|
|
53
|
+
size: iconSizeMap[size]
|
|
54
|
+
}
|
|
55
|
+
),
|
|
56
|
+
children: icon
|
|
37
57
|
}
|
|
38
58
|
),
|
|
39
|
-
children:
|
|
59
|
+
children: initials
|
|
40
60
|
}
|
|
41
61
|
),
|
|
42
62
|
children: /* @__PURE__ */ jsx(
|
|
@@ -81,4 +101,4 @@ var iconSizeMap = {
|
|
|
81
101
|
export {
|
|
82
102
|
Avatar
|
|
83
103
|
};
|
|
84
|
-
//# sourceMappingURL=chunk-
|
|
104
|
+
//# sourceMappingURL=chunk-UN3OAW56.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../src/components/Avatar.tsx"],"sourcesContent":["import { css, cx } from '@cerberus/styled-system/css'\nimport { circle } from '@cerberus/styled-system/patterns'\nimport {\n avatar,\n type AvatarVariantProps,\n} from '@cerberus/styled-system/recipes'\nimport { $cerberusIcons } from '../config/defineIcons'\nimport type { HtmlHTMLAttributes, ReactNode } from 'react'\nimport { Show } from './Show'\n\n/**\n * This module contains the Avatar component.\n * @module\n */\n\nexport type SharedAvatarProps = {\n icon?: ReactNode\n width?: number\n height?: number\n}\nexport type AvatarImageProps = HtmlHTMLAttributes<HTMLImageElement> &\n SharedAvatarProps & {\n ariaLabel: string\n as?: never\n src: string\n }\nexport type AvatarAsProps = SharedAvatarProps & {\n as: ReactNode\n ariaLabel?: never\n src?: never\n}\n\nexport type AvatarProps = (HtmlHTMLAttributes<HTMLDivElement> &\n AvatarVariantProps) &\n (AvatarImageProps | AvatarAsProps)\n\n/**\n * The Avatar component is used to represent a user or entity. It will show an image if src provided, otherwise it will show the ariaLabel of the ariaLabel. If the ariaLabel is empty, it will show a `defineIcons().avatar` icon.\n * @definition [Avatar docs](https://cerberus.digitalu.design/react/avatar)\n * @example\n * ```tsx\n * <Avatar\n * ariaLabel=\"Protector Cerberus\"\n * src=\"https://cerberus.digitalu.design/logo.svg\"\n * />\n * ```\n */\nexport function Avatar(props: AvatarProps) {\n const {\n ariaLabel,\n as,\n gradient,\n size,\n src,\n width,\n height,\n icon,\n ...nativeProps\n } = props\n const { avatar: AvatarIcon } = $cerberusIcons\n const initials = (ariaLabel || '')\n .split(' ')\n .map((word) => word[0])\n .join('')\n .slice(0, 2)\n\n return (\n <div\n {...nativeProps}\n className={cx(\n nativeProps.className,\n avatar({ gradient, size }),\n circle(),\n )}\n >\n <Show\n when={Boolean(src) || Boolean(as)}\n fallback={\n <Show\n when={Boolean(initials)}\n fallback={\n <Show\n when={Boolean(icon)}\n fallback={\n <AvatarIcon\n size={iconSizeMap[size as keyof typeof iconSizeMap]}\n />\n }\n >\n {icon}\n </Show>\n }\n >\n {initials}\n </Show>\n }\n >\n <Show\n when={Boolean(as)}\n fallback={\n <img\n alt={props.ariaLabel}\n className={css({\n h: 'full',\n objectFit: 'cover',\n w: 'full',\n })}\n decoding=\"async\"\n loading=\"lazy\"\n src={src}\n height={height}\n width={width}\n />\n }\n >\n {as}\n </Show>\n </Show>\n </div>\n )\n}\n\nconst iconSizeMap = {\n xs: 16,\n sm: 16,\n md: 20,\n lg: 34,\n xl: 32,\n '2xl': 32,\n '3xl': 32,\n '4xl': 32,\n}\n"],"mappings":";;;;;;;;AAAA,SAAS,KAAK,UAAU;AACxB,SAAS,cAAc;AACvB;AAAA,EACE;AAAA,OAEK;AA+EW;AArCX,SAAS,OAAO,OAAoB;AACzC,QAAM;AAAA,IACJ;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA,GAAG;AAAA,EACL,IAAI;AACJ,QAAM,EAAE,QAAQ,WAAW,IAAI;AAC/B,QAAM,YAAY,aAAa,IAC5B,MAAM,GAAG,EACT,IAAI,CAAC,SAAS,KAAK,CAAC,CAAC,EACrB,KAAK,EAAE,EACP,MAAM,GAAG,CAAC;AAEb,SACE;AAAA,IAAC;AAAA;AAAA,MACE,GAAG;AAAA,MACJ,WAAW;AAAA,QACT,YAAY;AAAA,QACZ,OAAO,EAAE,UAAU,KAAK,CAAC;AAAA,QACzB,OAAO;AAAA,MACT;AAAA,MAEA;AAAA,QAAC;AAAA;AAAA,UACC,MAAM,QAAQ,GAAG,KAAK,QAAQ,EAAE;AAAA,UAChC,UACE;AAAA,YAAC;AAAA;AAAA,cACC,MAAM,QAAQ,QAAQ;AAAA,cACtB,UACE;AAAA,gBAAC;AAAA;AAAA,kBACC,MAAM,QAAQ,IAAI;AAAA,kBAClB,UACE;AAAA,oBAAC;AAAA;AAAA,sBACC,MAAM,YAAY,IAAgC;AAAA;AAAA,kBACpD;AAAA,kBAGD;AAAA;AAAA,cACH;AAAA,cAGD;AAAA;AAAA,UACH;AAAA,UAGF;AAAA,YAAC;AAAA;AAAA,cACC,MAAM,QAAQ,EAAE;AAAA,cAChB,UACE;AAAA,gBAAC;AAAA;AAAA,kBACC,KAAK,MAAM;AAAA,kBACX,WAAW,IAAI;AAAA,oBACb,GAAG;AAAA,oBACH,WAAW;AAAA,oBACX,GAAG;AAAA,kBACL,CAAC;AAAA,kBACD,UAAS;AAAA,kBACT,SAAQ;AAAA,kBACR;AAAA,kBACA;AAAA,kBACA;AAAA;AAAA,cACF;AAAA,cAGD;AAAA;AAAA,UACH;AAAA;AAAA,MACF;AAAA;AAAA,EACF;AAEJ;AAEA,IAAM,cAAc;AAAA,EAClB,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,OAAO;AAAA,EACP,OAAO;AAAA,EACP,OAAO;AACT;","names":[]}
|
|
@@ -6,7 +6,7 @@ import {
|
|
|
6
6
|
} from "./chunk-ZAU4JVLL.js";
|
|
7
7
|
import {
|
|
8
8
|
$cerberusIcons
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-NBG2OSYI.js";
|
|
10
10
|
|
|
11
11
|
// src/components/Select.tsx
|
|
12
12
|
import { cx } from "@cerberus/styled-system/css";
|
|
@@ -65,4 +65,4 @@ export {
|
|
|
65
65
|
Select,
|
|
66
66
|
Option
|
|
67
67
|
};
|
|
68
|
-
//# sourceMappingURL=chunk-
|
|
68
|
+
//# sourceMappingURL=chunk-VRPAW76S.js.map
|
|
@@ -6,7 +6,7 @@ import {
|
|
|
6
6
|
} from "./chunk-ZAU4JVLL.js";
|
|
7
7
|
import {
|
|
8
8
|
$cerberusIcons
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-NBG2OSYI.js";
|
|
10
10
|
|
|
11
11
|
// src/components/Checkbox.tsx
|
|
12
12
|
import {
|
|
@@ -53,4 +53,4 @@ function Checkbox(props) {
|
|
|
53
53
|
export {
|
|
54
54
|
Checkbox
|
|
55
55
|
};
|
|
56
|
-
//# sourceMappingURL=chunk-
|
|
56
|
+
//# sourceMappingURL=chunk-ZCIJRM2X.js.map
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
Checkbox
|
|
4
|
-
} from "../chunk-
|
|
4
|
+
} from "../chunk-ZCIJRM2X.js";
|
|
5
5
|
import "../chunk-4O4QFF4S.js";
|
|
6
6
|
import "../chunk-ZAU4JVLL.js";
|
|
7
|
-
import "../chunk-
|
|
8
|
-
import "../chunk-
|
|
7
|
+
import "../chunk-NBG2OSYI.js";
|
|
8
|
+
import "../chunk-BDCFYW34.js";
|
|
9
9
|
import "../chunk-CP7OUC2Q.js";
|
|
10
10
|
export {
|
|
11
11
|
Checkbox
|
|
@@ -2,13 +2,13 @@
|
|
|
2
2
|
import {
|
|
3
3
|
FileStatus,
|
|
4
4
|
processStatus
|
|
5
|
-
} from "../chunk-
|
|
5
|
+
} from "../chunk-MLCVO7JP.js";
|
|
6
6
|
import "../chunk-TYTEREKZ.js";
|
|
7
7
|
import "../chunk-SLHX5K6I.js";
|
|
8
8
|
import "../chunk-VGHVH2T3.js";
|
|
9
9
|
import "../chunk-ZAU4JVLL.js";
|
|
10
|
-
import "../chunk-
|
|
11
|
-
import "../chunk-
|
|
10
|
+
import "../chunk-NBG2OSYI.js";
|
|
11
|
+
import "../chunk-BDCFYW34.js";
|
|
12
12
|
import "../chunk-CP7OUC2Q.js";
|
|
13
13
|
export {
|
|
14
14
|
FileStatus,
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
FileUploader
|
|
4
|
-
} from "../chunk-
|
|
4
|
+
} from "../chunk-TUIVLIJI.js";
|
|
5
5
|
import "../chunk-4O4QFF4S.js";
|
|
6
|
-
import "../chunk-
|
|
7
|
-
import "../chunk-
|
|
6
|
+
import "../chunk-NBG2OSYI.js";
|
|
7
|
+
import "../chunk-BDCFYW34.js";
|
|
8
8
|
import "../chunk-CP7OUC2Q.js";
|
|
9
9
|
export {
|
|
10
10
|
FileUploader
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
Input
|
|
4
|
-
} from "../chunk-
|
|
4
|
+
} from "../chunk-FMFKM2AB.js";
|
|
5
5
|
import "../chunk-4O4QFF4S.js";
|
|
6
6
|
import "../chunk-ZAU4JVLL.js";
|
|
7
|
-
import "../chunk-
|
|
8
|
-
import "../chunk-
|
|
7
|
+
import "../chunk-NBG2OSYI.js";
|
|
8
|
+
import "../chunk-BDCFYW34.js";
|
|
9
9
|
import "../chunk-CP7OUC2Q.js";
|
|
10
10
|
export {
|
|
11
11
|
Input
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
Notification
|
|
4
|
-
} from "../chunk-
|
|
4
|
+
} from "../chunk-QZ6NS6VN.js";
|
|
5
5
|
import "../chunk-JIZQFTW6.js";
|
|
6
|
-
import "../chunk-
|
|
7
|
-
import "../chunk-
|
|
6
|
+
import "../chunk-NBG2OSYI.js";
|
|
7
|
+
import "../chunk-BDCFYW34.js";
|
|
8
8
|
import "../chunk-CP7OUC2Q.js";
|
|
9
9
|
export {
|
|
10
10
|
Notification
|
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
import {
|
|
3
3
|
Option,
|
|
4
4
|
Select
|
|
5
|
-
} from "../chunk-
|
|
5
|
+
} from "../chunk-VRPAW76S.js";
|
|
6
6
|
import "../chunk-4O4QFF4S.js";
|
|
7
7
|
import "../chunk-ZAU4JVLL.js";
|
|
8
|
-
import "../chunk-
|
|
9
|
-
import "../chunk-
|
|
8
|
+
import "../chunk-NBG2OSYI.js";
|
|
9
|
+
import "../chunk-BDCFYW34.js";
|
|
10
10
|
import "../chunk-CP7OUC2Q.js";
|
|
11
11
|
export {
|
|
12
12
|
Option,
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
Toggle
|
|
4
|
-
} from "../chunk-
|
|
4
|
+
} from "../chunk-4YJOK7JJ.js";
|
|
5
5
|
import "../chunk-ZAU4JVLL.js";
|
|
6
|
-
import "../chunk-
|
|
7
|
-
import "../chunk-
|
|
6
|
+
import "../chunk-NBG2OSYI.js";
|
|
7
|
+
import "../chunk-BDCFYW34.js";
|
|
8
8
|
import "../chunk-CP7OUC2Q.js";
|
|
9
9
|
export {
|
|
10
10
|
Toggle
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
import {
|
|
3
3
|
ConfirmModal,
|
|
4
4
|
useConfirmModal
|
|
5
|
-
} from "../chunk-
|
|
5
|
+
} from "../chunk-GB3SECCO.js";
|
|
6
6
|
import "../chunk-4CAT3FHV.js";
|
|
7
7
|
import "../chunk-JB7IQ2BM.js";
|
|
8
8
|
import "../chunk-VCR5C6Q3.js";
|
|
@@ -12,8 +12,8 @@ import "../chunk-QU7UV5DB.js";
|
|
|
12
12
|
import "../chunk-6F34A7NZ.js";
|
|
13
13
|
import "../chunk-4O4QFF4S.js";
|
|
14
14
|
import "../chunk-JIZQFTW6.js";
|
|
15
|
-
import "../chunk-
|
|
16
|
-
import "../chunk-
|
|
15
|
+
import "../chunk-NBG2OSYI.js";
|
|
16
|
+
import "../chunk-BDCFYW34.js";
|
|
17
17
|
import "../chunk-CP7OUC2Q.js";
|
|
18
18
|
import "../chunk-C5HLLGME.js";
|
|
19
19
|
export {
|
|
@@ -2,16 +2,16 @@
|
|
|
2
2
|
import {
|
|
3
3
|
NotificationCenter,
|
|
4
4
|
useNotificationCenter
|
|
5
|
-
} from "../chunk-
|
|
5
|
+
} from "../chunk-KKJKOKP7.js";
|
|
6
6
|
import "../chunk-4CAT3FHV.js";
|
|
7
|
-
import "../chunk-
|
|
7
|
+
import "../chunk-QZ6NS6VN.js";
|
|
8
8
|
import "../chunk-HW76XVA3.js";
|
|
9
9
|
import "../chunk-3C2DJSEE.js";
|
|
10
10
|
import "../chunk-6F34A7NZ.js";
|
|
11
11
|
import "../chunk-4O4QFF4S.js";
|
|
12
12
|
import "../chunk-JIZQFTW6.js";
|
|
13
|
-
import "../chunk-
|
|
14
|
-
import "../chunk-
|
|
13
|
+
import "../chunk-NBG2OSYI.js";
|
|
14
|
+
import "../chunk-BDCFYW34.js";
|
|
15
15
|
import "../chunk-CP7OUC2Q.js";
|
|
16
16
|
export {
|
|
17
17
|
NotificationCenter,
|
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
import {
|
|
3
3
|
PromptModal,
|
|
4
4
|
usePromptModal
|
|
5
|
-
} from "../chunk-
|
|
5
|
+
} from "../chunk-CZMC77YO.js";
|
|
6
6
|
import "../chunk-4CAT3FHV.js";
|
|
7
7
|
import "../chunk-JB7IQ2BM.js";
|
|
8
8
|
import "../chunk-VCR5C6Q3.js";
|
|
9
|
-
import "../chunk-
|
|
9
|
+
import "../chunk-FMFKM2AB.js";
|
|
10
10
|
import "../chunk-2FK7NR7Y.js";
|
|
11
11
|
import "../chunk-2UFNQM55.js";
|
|
12
12
|
import "../chunk-4M4LCQ43.js";
|
|
@@ -15,8 +15,8 @@ import "../chunk-6F34A7NZ.js";
|
|
|
15
15
|
import "../chunk-4O4QFF4S.js";
|
|
16
16
|
import "../chunk-ZAU4JVLL.js";
|
|
17
17
|
import "../chunk-JIZQFTW6.js";
|
|
18
|
-
import "../chunk-
|
|
19
|
-
import "../chunk-
|
|
18
|
+
import "../chunk-NBG2OSYI.js";
|
|
19
|
+
import "../chunk-BDCFYW34.js";
|
|
20
20
|
import "../chunk-CP7OUC2Q.js";
|
|
21
21
|
import "../chunk-C5HLLGME.js";
|
|
22
22
|
export {
|
package/build/modern/index.js
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import {
|
|
2
2
|
ConfirmModal,
|
|
3
3
|
useConfirmModal
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-GB3SECCO.js";
|
|
5
5
|
import {
|
|
6
6
|
NotificationCenter,
|
|
7
7
|
useNotificationCenter
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-KKJKOKP7.js";
|
|
9
9
|
import {
|
|
10
10
|
PromptModal,
|
|
11
11
|
usePromptModal
|
|
12
|
-
} from "./chunk-
|
|
12
|
+
} from "./chunk-CZMC77YO.js";
|
|
13
13
|
import {
|
|
14
14
|
Table,
|
|
15
15
|
Tr
|
|
@@ -34,7 +34,7 @@ import {
|
|
|
34
34
|
} from "./chunk-N3FUF4TB.js";
|
|
35
35
|
import {
|
|
36
36
|
Toggle
|
|
37
|
-
} from "./chunk-
|
|
37
|
+
} from "./chunk-4YJOK7JJ.js";
|
|
38
38
|
import {
|
|
39
39
|
Portal
|
|
40
40
|
} from "./chunk-4CAT3FHV.js";
|
|
@@ -44,7 +44,7 @@ import {
|
|
|
44
44
|
import {
|
|
45
45
|
Option,
|
|
46
46
|
Select
|
|
47
|
-
} from "./chunk-
|
|
47
|
+
} from "./chunk-VRPAW76S.js";
|
|
48
48
|
import {
|
|
49
49
|
Tab
|
|
50
50
|
} from "./chunk-SONHHNYQ.js";
|
|
@@ -76,7 +76,7 @@ import {
|
|
|
76
76
|
} from "./chunk-KJUCHZHV.js";
|
|
77
77
|
import {
|
|
78
78
|
Notification
|
|
79
|
-
} from "./chunk-
|
|
79
|
+
} from "./chunk-QZ6NS6VN.js";
|
|
80
80
|
import {
|
|
81
81
|
NotificationDescription
|
|
82
82
|
} from "./chunk-HW76XVA3.js";
|
|
@@ -86,19 +86,19 @@ import {
|
|
|
86
86
|
import {
|
|
87
87
|
FileStatus,
|
|
88
88
|
processStatus
|
|
89
|
-
} from "./chunk-
|
|
89
|
+
} from "./chunk-MLCVO7JP.js";
|
|
90
90
|
import {
|
|
91
91
|
ProgressBar
|
|
92
92
|
} from "./chunk-TYTEREKZ.js";
|
|
93
93
|
import {
|
|
94
94
|
FileUploader
|
|
95
|
-
} from "./chunk-
|
|
95
|
+
} from "./chunk-TUIVLIJI.js";
|
|
96
96
|
import {
|
|
97
97
|
IconButton
|
|
98
98
|
} from "./chunk-SLHX5K6I.js";
|
|
99
99
|
import {
|
|
100
100
|
Input
|
|
101
|
-
} from "./chunk-
|
|
101
|
+
} from "./chunk-FMFKM2AB.js";
|
|
102
102
|
import {
|
|
103
103
|
Label
|
|
104
104
|
} from "./chunk-2FK7NR7Y.js";
|
|
@@ -123,13 +123,13 @@ import {
|
|
|
123
123
|
} from "./chunk-QEA6N6TN.js";
|
|
124
124
|
import {
|
|
125
125
|
Avatar
|
|
126
|
-
} from "./chunk-
|
|
126
|
+
} from "./chunk-UN3OAW56.js";
|
|
127
127
|
import {
|
|
128
128
|
Button
|
|
129
129
|
} from "./chunk-6F34A7NZ.js";
|
|
130
130
|
import {
|
|
131
131
|
Checkbox
|
|
132
|
-
} from "./chunk-
|
|
132
|
+
} from "./chunk-ZCIJRM2X.js";
|
|
133
133
|
import {
|
|
134
134
|
Droppable
|
|
135
135
|
} from "./chunk-7VJOPJVX.js";
|
|
@@ -168,8 +168,8 @@ import {
|
|
|
168
168
|
import {
|
|
169
169
|
$cerberusIcons,
|
|
170
170
|
defineIcons
|
|
171
|
-
} from "./chunk-
|
|
172
|
-
import "./chunk-
|
|
171
|
+
} from "./chunk-NBG2OSYI.js";
|
|
172
|
+
import "./chunk-BDCFYW34.js";
|
|
173
173
|
import "./chunk-CP7OUC2Q.js";
|
|
174
174
|
import {
|
|
175
175
|
useModal
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cerberus-design/react",
|
|
3
|
-
"version": "0.8.1-next-
|
|
3
|
+
"version": "0.8.1-next-1c8242e",
|
|
4
4
|
"description": "The Cerberus Design React component library.",
|
|
5
5
|
"browserslist": "> 0.25%, not dead",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"react-dom": "^18",
|
|
27
27
|
"tsup": "^8.1.0",
|
|
28
28
|
"@cerberus-design/configs": "0.0.0",
|
|
29
|
-
"@cerberus-design/styled-system": "0.8.1-next-
|
|
29
|
+
"@cerberus-design/styled-system": "0.8.1-next-1c8242e"
|
|
30
30
|
},
|
|
31
31
|
"publishConfig": {
|
|
32
32
|
"access": "public"
|