cordage-enterprise 0.7.3 → 0.7.4
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/cordage-enterprise.es.js +10945 -10867
- package/dist/cordage-enterprise.umd.js +25 -25
- package/dist/types/components/Btn/stitches/Density.d.ts +20 -40
- package/dist/types/components/Btn/stitches/Density.d.ts.map +1 -1
- package/dist/types/components/Btn/variants/index.d.ts +85 -255
- package/dist/types/components/Btn/variants/index.d.ts.map +1 -1
- package/dist/types/components/Card/components/CardFooter/Catalog/Generic.d.ts.map +1 -1
- package/dist/types/components/Dropdows/Accordion.d.ts.map +1 -1
- package/dist/types/components/WidgetBar/stitches/index.d.ts.map +1 -1
- package/dist/types/stories/components/AccesibleDropDown/DropDownLanguage.stories.d.ts.map +1 -1
- package/dist/types/stories/components/AccesibleDropDown/MenuDropDown.stories.d.ts.map +1 -1
- package/dist/types/stories/components/Btn/BtnLinkExamples.stories.d.ts +7 -0
- package/dist/types/stories/components/Btn/BtnLinkExamples.stories.d.ts.map +1 -0
- package/dist/types/stories/components/Btn/BtnOultineExamples.stories.d.ts +7 -0
- package/dist/types/stories/components/Btn/BtnOultineExamples.stories.d.ts.map +1 -0
- package/dist/types/stories/components/Btn/BtnSolid.stories.d.ts.map +1 -1
- package/dist/types/stories/components/Btn/BtnSolidExamples.stories.d.ts +7 -0
- package/dist/types/stories/components/Btn/BtnSolidExamples.stories.d.ts.map +1 -0
- package/package.json +1 -1
|
@@ -1,18 +1,25 @@
|
|
|
1
1
|
export declare const BtnDensity: ({
|
|
2
2
|
onlyIconButton: boolean;
|
|
3
|
+
pill: boolean;
|
|
3
4
|
density: string;
|
|
4
5
|
size: string;
|
|
5
6
|
css: {
|
|
7
|
+
borderRadius: string;
|
|
6
8
|
width: string;
|
|
7
9
|
height: string;
|
|
8
|
-
'& span'?: undefined;
|
|
9
|
-
padding?: undefined;
|
|
10
10
|
gap?: undefined;
|
|
11
|
+
padding?: undefined;
|
|
12
|
+
'& span'?: undefined;
|
|
11
13
|
};
|
|
12
14
|
} | {
|
|
15
|
+
onlyIconButton: boolean;
|
|
16
|
+
pill: boolean;
|
|
13
17
|
size: string;
|
|
14
18
|
density: string;
|
|
15
19
|
css: {
|
|
20
|
+
gap: string;
|
|
21
|
+
borderRadius: string;
|
|
22
|
+
padding: string;
|
|
16
23
|
'& span': {
|
|
17
24
|
marginRight: string;
|
|
18
25
|
fontSize?: undefined;
|
|
@@ -20,14 +27,15 @@ export declare const BtnDensity: ({
|
|
|
20
27
|
};
|
|
21
28
|
width?: undefined;
|
|
22
29
|
height?: undefined;
|
|
23
|
-
padding?: undefined;
|
|
24
|
-
gap?: undefined;
|
|
25
30
|
};
|
|
26
|
-
onlyIconButton?: undefined;
|
|
27
31
|
} | {
|
|
32
|
+
onlyIconButton: boolean;
|
|
33
|
+
pill: boolean;
|
|
28
34
|
size: string;
|
|
29
35
|
density: string;
|
|
30
36
|
css: {
|
|
37
|
+
gap: string;
|
|
38
|
+
borderRadius: string;
|
|
31
39
|
padding: string;
|
|
32
40
|
'& span': {
|
|
33
41
|
fontSize: string;
|
|
@@ -36,55 +44,28 @@ export declare const BtnDensity: ({
|
|
|
36
44
|
};
|
|
37
45
|
width?: undefined;
|
|
38
46
|
height?: undefined;
|
|
39
|
-
gap?: undefined;
|
|
40
47
|
};
|
|
41
|
-
onlyIconButton?: undefined;
|
|
42
|
-
} | {
|
|
43
|
-
size: string;
|
|
44
|
-
density: string;
|
|
45
|
-
css: {
|
|
46
|
-
padding: string;
|
|
47
|
-
'& span': {
|
|
48
|
-
fontSize: string;
|
|
49
|
-
lineHeight: string;
|
|
50
|
-
marginRight?: undefined;
|
|
51
|
-
};
|
|
52
|
-
width?: undefined;
|
|
53
|
-
height?: undefined;
|
|
54
|
-
gap?: undefined;
|
|
55
|
-
};
|
|
56
|
-
onlyIconButton?: undefined;
|
|
57
48
|
} | {
|
|
49
|
+
onlyIconButton: boolean;
|
|
50
|
+
pill: boolean;
|
|
58
51
|
size: string;
|
|
59
52
|
density: string;
|
|
60
53
|
css: {
|
|
61
54
|
gap: string;
|
|
55
|
+
borderRadius: string;
|
|
56
|
+
padding: string;
|
|
62
57
|
width?: undefined;
|
|
63
58
|
height?: undefined;
|
|
64
59
|
'& span'?: undefined;
|
|
65
|
-
padding?: undefined;
|
|
66
60
|
};
|
|
67
|
-
onlyIconButton?: undefined;
|
|
68
61
|
} | {
|
|
62
|
+
onlyIconButton: boolean;
|
|
63
|
+
pill: boolean;
|
|
69
64
|
size: string;
|
|
70
65
|
density: string;
|
|
71
66
|
css: {
|
|
72
|
-
padding: string;
|
|
73
67
|
gap: string;
|
|
74
|
-
|
|
75
|
-
fontSize: string;
|
|
76
|
-
lineHeight: string;
|
|
77
|
-
marginRight?: undefined;
|
|
78
|
-
};
|
|
79
|
-
width?: undefined;
|
|
80
|
-
height?: undefined;
|
|
81
|
-
};
|
|
82
|
-
onlyIconButton?: undefined;
|
|
83
|
-
} | {
|
|
84
|
-
size: string;
|
|
85
|
-
density: string;
|
|
86
|
-
onlyIconButton: boolean;
|
|
87
|
-
css: {
|
|
68
|
+
borderRadius: string;
|
|
88
69
|
padding: string;
|
|
89
70
|
'& span': {
|
|
90
71
|
fontSize: string;
|
|
@@ -93,7 +74,6 @@ export declare const BtnDensity: ({
|
|
|
93
74
|
};
|
|
94
75
|
width?: undefined;
|
|
95
76
|
height?: undefined;
|
|
96
|
-
gap?: undefined;
|
|
97
77
|
};
|
|
98
78
|
})[];
|
|
99
79
|
//# sourceMappingURL=Density.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Density.d.ts","sourceRoot":"","sources":["../../../../../src/components/Btn/stitches/Density.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,UAAU
|
|
1
|
+
{"version":3,"file":"Density.d.ts","sourceRoot":"","sources":["../../../../../src/components/Btn/stitches/Density.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IA+tBtB,CAAA"}
|