@dito-uai/components 5.0.0-alpha9 → 5.1.0-alpha.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.
@@ -1,88 +0,0 @@
1
- export declare const COLORS: {
2
- neutral: {
3
- white: string;
4
- black: string;
5
- neutral_900: string;
6
- neutral_700: string;
7
- neutral_600: string;
8
- neutral_500: string;
9
- neutral_400: string;
10
- neutral_300: string;
11
- neutral_200: string;
12
- neutral_100: string;
13
- };
14
- brand: {
15
- navy_900: string;
16
- navy_600: string;
17
- navy_100: string;
18
- green_900: string;
19
- green_600: string;
20
- green_100: string;
21
- };
22
- secondary: {
23
- indigo_900: string;
24
- indigo_600: string;
25
- indigo_100: string;
26
- purple_900: string;
27
- purple_600: string;
28
- purple_100: string;
29
- blue_900: string;
30
- blue_600: string;
31
- blue_100: string;
32
- pink_900: string;
33
- pink_600: string;
34
- pink_100: string;
35
- green_900: string;
36
- green_600: string;
37
- green_100: string;
38
- platform_background: string;
39
- };
40
- chart: {
41
- midnight_blue_900: string;
42
- midnight_blue_600: string;
43
- midnight_blue_100: string;
44
- green_900: string;
45
- green_600: string;
46
- green_100: string;
47
- purple_900: string;
48
- purple_600: string;
49
- purple_100: string;
50
- pink_900: string;
51
- pink_600: string;
52
- pink_100: string;
53
- light_blue_900: string;
54
- light_blue_600: string;
55
- light_blue_100: string;
56
- orange_900: string;
57
- orange_600: string;
58
- orange_100: string;
59
- red_900: string;
60
- red_600: string;
61
- red_100: string;
62
- blue_900: string;
63
- blue_600: string;
64
- blue_100: string;
65
- yellow_900: string;
66
- yellow_600: string;
67
- yellow_100: string;
68
- };
69
- notification: {
70
- critical_900: string;
71
- critical_600: string;
72
- critical_300: string;
73
- critical_100: string;
74
- warning_900: string;
75
- warning_600: string;
76
- warning_300: string;
77
- warning_100: string;
78
- success_900: string;
79
- success_600: string;
80
- success_300: string;
81
- success_100: string;
82
- information_900: string;
83
- information_600: string;
84
- information_300: string;
85
- information_100: string;
86
- };
87
- };
88
- //# sourceMappingURL=colors-utils.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"colors-utils.d.ts","sourceRoot":"","sources":["../../src/lib/colors-utils.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAsFlB,CAAC"}
@@ -1,16 +0,0 @@
1
- import * as React from 'react';
2
- import * as AccordionPrimitive from '@radix-ui/react-accordion';
3
- type CollapseProps = React.ComponentPropsWithoutRef<typeof AccordionPrimitive.Root>;
4
- declare const CollapseItem: React.ForwardRefExoticComponent<Omit<AccordionPrimitive.AccordionItemProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
5
- declare const CollapseTrigger: React.ForwardRefExoticComponent<Omit<AccordionPrimitive.AccordionTriggerProps & React.RefAttributes<HTMLButtonElement>, "ref"> & {
6
- triggerClassName?: string;
7
- } & React.RefAttributes<HTMLButtonElement>>;
8
- declare const CollapseContent: React.ForwardRefExoticComponent<Omit<AccordionPrimitive.AccordionContentProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
9
- type CollapseType = React.ForwardRefExoticComponent<CollapseProps> & {
10
- Item: typeof CollapseItem;
11
- Trigger: typeof CollapseTrigger;
12
- Content: typeof CollapseContent;
13
- };
14
- declare const CollapseWithStatics: CollapseType;
15
- export default CollapseWithStatics;
16
- //# sourceMappingURL=collapse.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"collapse.d.ts","sourceRoot":"","sources":["../../src/ui/collapse.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,KAAK,kBAAkB,MAAM,2BAA2B,CAAC;AAoBhE,KAAK,aAAa,GAAG,KAAK,CAAC,wBAAwB,CACjD,OAAO,kBAAkB,CAAC,IAAI,CAC/B,CAAC;AAaF,QAAA,MAAM,YAAY,iKAShB,CAAC;AAIH,QAAA,MAAM,eAAe;uBAGE,MAAM;2CAa3B,CAAC;AAIH,QAAA,MAAM,eAAe,oKAOnB,CAAC;AAIH,KAAK,YAAY,GAAG,KAAK,CAAC,yBAAyB,CAAC,aAAa,CAAC,GAAG;IACnE,IAAI,EAAE,OAAO,YAAY,CAAC;IAC1B,OAAO,EAAE,OAAO,eAAe,CAAC;IAChC,OAAO,EAAE,OAAO,eAAe,CAAC;CACjC,CAAC;AAEF,QAAA,MAAM,mBAAmB,EAAe,YAAY,CAAC;AAKrD,eAAe,mBAAmB,CAAC"}