@iclips/ui 1.2.12 → 1.2.13

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,47 +1,43 @@
1
1
  /**
2
2
  * Illustration System - iClips Design System
3
3
  *
4
- * Reusable SVG illustrations for empty states and onboarding.
5
- * These follow the iClips brand colors (Purple #7F26BF as primary).
4
+ * Componentes de ilustração respaldados pelos assets PNG oficiais da marca.
5
+ * Os arquivos ficam em public/illustrations/ e são referenciados por URL.
6
6
  */
7
7
  interface PropsIlustracao {
8
8
  className?: string;
9
9
  size?: "sm" | "md" | "lg";
10
- /** Primary color - defaults to purple-500 */
11
- primaryColor?: string;
12
- /** Secondary color - defaults to purple-100 */
13
- secondaryColor?: string;
14
10
  }
15
11
  /**
16
12
  * Empty Inbox Illustration
17
13
  * Use for: No messages, no notifications, cleared inbox
18
14
  */
19
- export declare function EmptyInboxIllustration({ className, size, primaryColor, secondaryColor, }: PropsIlustracao): import("react/jsx-runtime").JSX.Element;
15
+ export declare function EmptyInboxIllustration({ size, className }: PropsIlustracao): import("react/jsx-runtime").JSX.Element;
20
16
  /**
21
17
  * Empty Search Illustration
22
18
  * Use for: No results found, empty search
23
19
  */
24
- export declare function EmptySearchIllustration({ className, size, primaryColor, secondaryColor, }: PropsIlustracao): import("react/jsx-runtime").JSX.Element;
20
+ export declare function EmptySearchIllustration({ size, className }: PropsIlustracao): import("react/jsx-runtime").JSX.Element;
25
21
  /**
26
22
  * Empty Projects Illustration
27
23
  * Use for: No projects, no campaigns, empty folder
28
24
  */
29
- export declare function EmptyProjectsIllustration({ className, size, primaryColor, secondaryColor, }: PropsIlustracao): import("react/jsx-runtime").JSX.Element;
25
+ export declare function EmptyProjectsIllustration({ size, className }: PropsIlustracao): import("react/jsx-runtime").JSX.Element;
30
26
  /**
31
27
  * Empty Calendar Illustration
32
28
  * Use for: No events, no deadlines, clear schedule
33
29
  */
34
- export declare function EmptyCalendarIllustration({ className, size, primaryColor, secondaryColor, }: PropsIlustracao): import("react/jsx-runtime").JSX.Element;
30
+ export declare function EmptyCalendarIllustration({ size, className }: PropsIlustracao): import("react/jsx-runtime").JSX.Element;
35
31
  /**
36
32
  * Error State Illustration
37
- * Use for: Error loading, something went wrong
33
+ * Use for: Error loading, something went wrong, not found
38
34
  */
39
- export declare function ErrorStateIllustration({ className, size, primaryColor, secondaryColor, }: PropsIlustracao): import("react/jsx-runtime").JSX.Element;
35
+ export declare function ErrorStateIllustration({ size, className }: PropsIlustracao): import("react/jsx-runtime").JSX.Element;
40
36
  /**
41
37
  * Success State Illustration
42
38
  * Use for: Action completed, all done
43
39
  */
44
- export declare function SuccessStateIllustration({ className, size, primaryColor, secondaryColor, }: PropsIlustracao): import("react/jsx-runtime").JSX.Element;
40
+ export declare function SuccessStateIllustration({ size, className }: PropsIlustracao): import("react/jsx-runtime").JSX.Element;
45
41
  export declare const Illustrations: {
46
42
  EmptyInbox: typeof EmptyInboxIllustration;
47
43
  EmptySearch: typeof EmptySearchIllustration;
@@ -1 +1 @@
1
- {"version":3,"file":"illustrations.d.ts","sourceRoot":"","sources":["../../../src/components/ui/illustrations.tsx"],"names":[],"mappings":"AAAA;;;;;GAKG;AAIH,UAAU,eAAe;IACrB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IAC1B,6CAA6C;IAC7C,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,+CAA+C;IAC/C,cAAc,CAAC,EAAE,MAAM,CAAC;CAC3B;AAQD;;;GAGG;AACH,wBAAgB,sBAAsB,CAAC,EACnC,SAAS,EACT,IAAW,EACX,YAAkC,EAClC,cAAoC,GACvC,EAAE,eAAe,2CAwBjB;AAED;;;GAGG;AACH,wBAAgB,uBAAuB,CAAC,EACpC,SAAS,EACT,IAAW,EACX,YAAkC,EAClC,cAAoC,GACvC,EAAE,eAAe,2CAoBjB;AAED;;;GAGG;AACH,wBAAgB,yBAAyB,CAAC,EACtC,SAAS,EACT,IAAW,EACX,YAAkC,EAClC,cAAoC,GACvC,EAAE,eAAe,2CAsBjB;AAED;;;GAGG;AACH,wBAAgB,yBAAyB,CAAC,EACtC,SAAS,EACT,IAAW,EACX,YAAkC,EAClC,cAAoC,GACvC,EAAE,eAAe,2CA4BjB;AAED;;;GAGG;AACH,wBAAgB,sBAAsB,CAAC,EACnC,SAAS,EACT,IAAW,EACX,YAA+B,EAC/B,cAAiC,GACpC,EAAE,eAAe,2CAmBjB;AAED;;;GAGG;AACH,wBAAgB,wBAAwB,CAAC,EACrC,SAAS,EACT,IAAW,EACX,YAAiC,EACjC,cAAmC,GACtC,EAAE,eAAe,2CAkBjB;AAGD,eAAO,MAAM,aAAa;;;;;;;CAOzB,CAAC;AAEF,YAAY,EAAE,eAAe,EAAE,CAAC"}
1
+ {"version":3,"file":"illustrations.d.ts","sourceRoot":"","sources":["../../../src/components/ui/illustrations.tsx"],"names":[],"mappings":"AAAA;;;;;GAKG;AAIH,UAAU,eAAe;IACrB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;CAC7B;AAuBD;;;GAGG;AACH,wBAAgB,sBAAsB,CAAC,EAAE,IAAW,EAAE,SAAS,EAAE,EAAE,eAAe,2CASjF;AAED;;;GAGG;AACH,wBAAgB,uBAAuB,CAAC,EAAE,IAAW,EAAE,SAAS,EAAE,EAAE,eAAe,2CASlF;AAED;;;GAGG;AACH,wBAAgB,yBAAyB,CAAC,EAAE,IAAW,EAAE,SAAS,EAAE,EAAE,eAAe,2CASpF;AAED;;;GAGG;AACH,wBAAgB,yBAAyB,CAAC,EAAE,IAAW,EAAE,SAAS,EAAE,EAAE,eAAe,2CASpF;AAED;;;GAGG;AACH,wBAAgB,sBAAsB,CAAC,EAAE,IAAW,EAAE,SAAS,EAAE,EAAE,eAAe,2CASjF;AAED;;;GAGG;AACH,wBAAgB,wBAAwB,CAAC,EAAE,IAAW,EAAE,SAAS,EAAE,EAAE,eAAe,2CASnF;AAGD,eAAO,MAAM,aAAa;;;;;;;CAOzB,CAAC;AAEF,YAAY,EAAE,eAAe,EAAE,CAAC"}