@jumpgroup/jump-design-system 0.1.9 → 0.2.1
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/cjs/{index-46644e39.js → index-79e97f36.js} +25 -4
- package/dist/cjs/index-79e97f36.js.map +1 -0
- package/dist/cjs/jump-badge.cjs.entry.js +24 -0
- package/dist/cjs/jump-badge.cjs.entry.js.map +1 -0
- package/dist/cjs/jump-button.cjs.entry.js +2 -2
- package/dist/cjs/jump-card.cjs.entry.js +34 -0
- package/dist/cjs/jump-card.cjs.entry.js.map +1 -0
- package/dist/cjs/jump-design-system.cjs.js +3 -3
- package/dist/cjs/jump-design-system.cjs.js.map +1 -1
- package/dist/cjs/jump-icon.cjs.entry.js +1 -1
- package/dist/cjs/jump-pagination.cjs.entry.js +4 -4
- package/dist/cjs/loader.cjs.js +2 -2
- package/dist/collection/collection-manifest.json +4 -2
- package/dist/collection/components/jump-badge/jump-badge.css +25 -0
- package/dist/collection/components/jump-badge/jump-badge.js +62 -0
- package/dist/collection/components/jump-badge/jump-badge.js.map +1 -0
- package/dist/collection/components/jump-badge/jump-badge.stories.js +26 -0
- package/dist/collection/components/jump-badge/jump-badge.stories.js.map +1 -0
- package/dist/collection/components/jump-badge/test/jump-badge.e2e.js +10 -0
- package/dist/collection/components/jump-badge/test/jump-badge.e2e.js.map +1 -0
- package/dist/collection/components/jump-badge/test/jump-badge.spec.js +18 -0
- package/dist/collection/components/jump-badge/test/jump-badge.spec.js.map +1 -0
- package/dist/collection/components/jump-button/{jump-button.stories.js → jump-button-filled.stories.js} +12 -10
- package/dist/collection/components/jump-button/jump-button-filled.stories.js.map +1 -0
- package/dist/collection/components/jump-button/jump-button-outline.stories.js +376 -0
- package/dist/collection/components/jump-button/jump-button-outline.stories.js.map +1 -0
- package/dist/collection/components/jump-button/jump-button.js +1 -1
- package/dist/collection/components/jump-card/jump-card-border-radius.stories.js +114 -0
- package/dist/collection/components/jump-card/jump-card-border-radius.stories.js.map +1 -0
- package/dist/collection/components/jump-card/jump-card-border.stories.js +113 -0
- package/dist/collection/components/jump-card/jump-card-border.stories.js.map +1 -0
- package/dist/collection/components/jump-card/jump-card-boxed.stories.js +114 -0
- package/dist/collection/components/jump-card/jump-card-boxed.stories.js.map +1 -0
- package/dist/collection/components/jump-card/jump-card-horizontal.stories.js +114 -0
- package/dist/collection/components/jump-card/jump-card-horizontal.stories.js.map +1 -0
- package/dist/collection/components/jump-card/jump-card-media-rounded.stories.js +125 -0
- package/dist/collection/components/jump-card/jump-card-media-rounded.stories.js.map +1 -0
- package/dist/collection/components/jump-card/jump-card-no-image.stories.js +112 -0
- package/dist/collection/components/jump-card/jump-card-no-image.stories.js.map +1 -0
- package/dist/collection/components/jump-card/jump-card-shadow.stories.js +113 -0
- package/dist/collection/components/jump-card/jump-card-shadow.stories.js.map +1 -0
- package/dist/collection/components/jump-card/jump-card-top-border-content-radius.stories.js +114 -0
- package/dist/collection/components/jump-card/jump-card-top-border-content-radius.stories.js.map +1 -0
- package/dist/collection/components/jump-card/jump-card-video.stories.js +111 -0
- package/dist/collection/components/jump-card/jump-card-video.stories.js.map +1 -0
- package/dist/collection/components/jump-card/jump-card.css +99 -0
- package/dist/collection/components/jump-card/jump-card.js +232 -0
- package/dist/collection/components/jump-card/jump-card.js.map +1 -0
- package/dist/collection/components/jump-card/jump-card.stories.js +113 -0
- package/dist/collection/components/jump-card/jump-card.stories.js.map +1 -0
- package/dist/collection/components/jump-card/test/jump-card.e2e.js +10 -0
- package/dist/collection/components/jump-card/test/jump-card.e2e.js.map +1 -0
- package/dist/collection/components/jump-card/test/jump-card.spec.js +18 -0
- package/dist/collection/components/jump-card/test/jump-card.spec.js.map +1 -0
- package/dist/collection/components/jump-pagination/jump-pagination-pages.stories.js +94 -0
- package/dist/collection/components/jump-pagination/jump-pagination-pages.stories.js.map +1 -0
- package/dist/collection/components/jump-pagination/{jump-pagination.stories.js → jump-pagination-products.stories.js} +18 -18
- package/dist/collection/components/jump-pagination/jump-pagination-products.stories.js.map +1 -0
- package/dist/collection/components/jump-pagination/jump-pagination.js +3 -3
- package/dist/components/jump-badge.d.ts +11 -0
- package/dist/components/jump-badge.js +40 -0
- package/dist/components/jump-badge.js.map +1 -0
- package/dist/components/jump-button.js +1 -1
- package/dist/components/jump-card.d.ts +11 -0
- package/dist/components/jump-card.js +59 -0
- package/dist/components/jump-card.js.map +1 -0
- package/dist/components/jump-pagination.js +3 -3
- package/dist/esm/{index-b0176170.js → index-7feee8ea.js} +25 -4
- package/dist/esm/index-7feee8ea.js.map +1 -0
- package/dist/esm/jump-badge.entry.js +20 -0
- package/dist/esm/jump-badge.entry.js.map +1 -0
- package/dist/esm/jump-button.entry.js +2 -2
- package/dist/esm/jump-card.entry.js +30 -0
- package/dist/esm/jump-card.entry.js.map +1 -0
- package/dist/esm/jump-design-system.js +4 -4
- package/dist/esm/jump-design-system.js.map +1 -1
- package/dist/esm/jump-icon.entry.js +1 -1
- package/dist/esm/jump-pagination.entry.js +4 -4
- package/dist/esm/loader.js +3 -3
- package/dist/jump-design-system/jump-design-system.esm.js +1 -1
- package/dist/jump-design-system/jump-design-system.esm.js.map +1 -1
- package/dist/jump-design-system/p-7cfed9c6.entry.js +2 -0
- package/dist/jump-design-system/p-7cfed9c6.entry.js.map +1 -0
- package/dist/jump-design-system/{p-0d2b55a8.entry.js → p-8ec7e589.entry.js} +2 -2
- package/dist/jump-design-system/p-99238e3f.entry.js +2 -0
- package/dist/jump-design-system/p-99238e3f.entry.js.map +1 -0
- package/dist/jump-design-system/{p-c34f0f2c.entry.js → p-9fd6e0a0.entry.js} +2 -2
- package/dist/jump-design-system/{p-3cbc3a68.entry.js → p-bc02e346.entry.js} +2 -2
- package/dist/jump-design-system/p-c560071a.js +3 -0
- package/dist/jump-design-system/p-c560071a.js.map +1 -0
- package/dist/jump-design-system-elements.json +78 -0
- package/dist/types/components/jump-badge/jump-badge.d.ts +11 -0
- package/dist/types/components/jump-badge/jump-badge.stories.d.ts +19 -0
- package/dist/types/components/jump-button/jump-button-outline.stories.d.ts +164 -0
- package/dist/types/components/jump-card/jump-card-border-radius.stories.d.ts +77 -0
- package/dist/types/components/jump-card/jump-card-border.stories.d.ts +77 -0
- package/dist/types/components/jump-card/jump-card-boxed.stories.d.ts +77 -0
- package/dist/types/components/jump-card/jump-card-horizontal.stories.d.ts +77 -0
- package/dist/types/components/jump-card/jump-card-media-rounded.stories.d.ts +79 -0
- package/dist/types/components/jump-card/jump-card-no-image.stories.d.ts +77 -0
- package/dist/types/components/jump-card/jump-card-shadow.stories.d.ts +77 -0
- package/dist/types/components/jump-card/jump-card-top-border-content-radius.stories.d.ts +77 -0
- package/dist/types/components/jump-card/jump-card-video.stories.d.ts +77 -0
- package/dist/types/components/jump-card/jump-card.d.ts +47 -0
- package/dist/types/components/jump-card/jump-card.stories.d.ts +77 -0
- package/dist/types/components/jump-pagination/jump-pagination-pages.stories.d.ts +69 -0
- package/dist/types/components/jump-pagination/{jump-pagination.stories.d.ts → jump-pagination-products.stories.d.ts} +0 -2
- package/dist/types/components.d.ts +130 -0
- package/package.json +1 -1
- package/readme.md +4 -3
- package/dist/cjs/index-46644e39.js.map +0 -1
- package/dist/collection/components/jump-button/jump-button.stories.js.map +0 -1
- package/dist/collection/components/jump-pagination/jump-pagination.stories.js.map +0 -1
- package/dist/esm/index-b0176170.js.map +0 -1
- package/dist/jump-design-system/p-68bce598.js +0 -3
- package/dist/jump-design-system/p-68bce598.js.map +0 -1
- /package/dist/jump-design-system/{p-0d2b55a8.entry.js.map → p-8ec7e589.entry.js.map} +0 -0
- /package/dist/jump-design-system/{p-c34f0f2c.entry.js.map → p-9fd6e0a0.entry.js.map} +0 -0
- /package/dist/jump-design-system/{p-3cbc3a68.entry.js.map → p-bc02e346.entry.js.map} +0 -0
- /package/dist/types/components/jump-button/{jump-button.stories.d.ts → jump-button-filled.stories.d.ts} +0 -0
|
@@ -1,6 +1,31 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 1.1,
|
|
3
3
|
"tags": [
|
|
4
|
+
{
|
|
5
|
+
"name": "jump-badge",
|
|
6
|
+
"description": {
|
|
7
|
+
"kind": "markdown",
|
|
8
|
+
"value": ""
|
|
9
|
+
},
|
|
10
|
+
"attributes": [
|
|
11
|
+
{
|
|
12
|
+
"name": "label",
|
|
13
|
+
"description": "Indicates the label of the badge"
|
|
14
|
+
},
|
|
15
|
+
{
|
|
16
|
+
"name": "variant",
|
|
17
|
+
"description": "Indicates the variant of the badge",
|
|
18
|
+
"values": [
|
|
19
|
+
{
|
|
20
|
+
"name": "primary"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"name": "secondary"
|
|
24
|
+
}
|
|
25
|
+
]
|
|
26
|
+
}
|
|
27
|
+
]
|
|
28
|
+
},
|
|
4
29
|
{
|
|
5
30
|
"name": "jump-button",
|
|
6
31
|
"description": {
|
|
@@ -109,6 +134,59 @@
|
|
|
109
134
|
}
|
|
110
135
|
]
|
|
111
136
|
},
|
|
137
|
+
{
|
|
138
|
+
"name": "jump-card",
|
|
139
|
+
"description": {
|
|
140
|
+
"kind": "markdown",
|
|
141
|
+
"value": ""
|
|
142
|
+
},
|
|
143
|
+
"attributes": [
|
|
144
|
+
{
|
|
145
|
+
"name": "border",
|
|
146
|
+
"description": "Indicates if card has borders"
|
|
147
|
+
},
|
|
148
|
+
{
|
|
149
|
+
"name": "border-radius",
|
|
150
|
+
"description": "Indicates if borders of the entire card are rounded"
|
|
151
|
+
},
|
|
152
|
+
{
|
|
153
|
+
"name": "boxed",
|
|
154
|
+
"description": "Indicates if media has padding; Not compatible with roundedMedia"
|
|
155
|
+
},
|
|
156
|
+
{
|
|
157
|
+
"name": "dark",
|
|
158
|
+
"description": "Indicates if the card is horizontal"
|
|
159
|
+
},
|
|
160
|
+
{
|
|
161
|
+
"name": "horizontal",
|
|
162
|
+
"description": "Indicates if the card is horizontal"
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
"name": "img-alt",
|
|
166
|
+
"description": "Indicates the img's alt of the card"
|
|
167
|
+
},
|
|
168
|
+
{
|
|
169
|
+
"name": "img-src",
|
|
170
|
+
"description": "Indicates the imgSrc of the card"
|
|
171
|
+
},
|
|
172
|
+
{
|
|
173
|
+
"name": "rounded-media",
|
|
174
|
+
"description": "Indicates if image is rounded and there isnt a bg"
|
|
175
|
+
},
|
|
176
|
+
{
|
|
177
|
+
"name": "shadow",
|
|
178
|
+
"description": "Indicates if card has shadow"
|
|
179
|
+
},
|
|
180
|
+
{
|
|
181
|
+
"name": "top-border-content-radius",
|
|
182
|
+
"description": "Indicates if border top of the body is rounded; Not compatible with boxed"
|
|
183
|
+
},
|
|
184
|
+
{
|
|
185
|
+
"name": "video-src",
|
|
186
|
+
"description": "Indicates the videoSrc of the card"
|
|
187
|
+
}
|
|
188
|
+
]
|
|
189
|
+
},
|
|
112
190
|
{
|
|
113
191
|
"name": "jump-icon",
|
|
114
192
|
"description": {
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
title: string;
|
|
3
|
+
tags: string[];
|
|
4
|
+
argTypes: {
|
|
5
|
+
label: {
|
|
6
|
+
name: string;
|
|
7
|
+
description: string;
|
|
8
|
+
control: string;
|
|
9
|
+
};
|
|
10
|
+
variant: {
|
|
11
|
+
name: string;
|
|
12
|
+
description: string;
|
|
13
|
+
control: string;
|
|
14
|
+
options: string[];
|
|
15
|
+
};
|
|
16
|
+
};
|
|
17
|
+
};
|
|
18
|
+
export default _default;
|
|
19
|
+
export declare const Badge: any;
|
|
@@ -0,0 +1,164 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
title: string;
|
|
3
|
+
tags: string[];
|
|
4
|
+
argTypes: {
|
|
5
|
+
label: {
|
|
6
|
+
name: string;
|
|
7
|
+
description: string;
|
|
8
|
+
control: string;
|
|
9
|
+
};
|
|
10
|
+
variant: {
|
|
11
|
+
name: string;
|
|
12
|
+
description: string;
|
|
13
|
+
control: string;
|
|
14
|
+
options: string[];
|
|
15
|
+
};
|
|
16
|
+
outline: {
|
|
17
|
+
name: string;
|
|
18
|
+
description: string;
|
|
19
|
+
control: string;
|
|
20
|
+
};
|
|
21
|
+
size: {
|
|
22
|
+
name: string;
|
|
23
|
+
description: string;
|
|
24
|
+
control: string;
|
|
25
|
+
options: string[];
|
|
26
|
+
labels: {
|
|
27
|
+
small: string;
|
|
28
|
+
medium: string;
|
|
29
|
+
large: string;
|
|
30
|
+
};
|
|
31
|
+
};
|
|
32
|
+
pill: {
|
|
33
|
+
name: string;
|
|
34
|
+
description: string;
|
|
35
|
+
control: string;
|
|
36
|
+
};
|
|
37
|
+
disabled: {
|
|
38
|
+
name: string;
|
|
39
|
+
description: string;
|
|
40
|
+
control: string;
|
|
41
|
+
};
|
|
42
|
+
text: {
|
|
43
|
+
name: string;
|
|
44
|
+
description: string;
|
|
45
|
+
control: string;
|
|
46
|
+
};
|
|
47
|
+
showIcon: {
|
|
48
|
+
name: string;
|
|
49
|
+
description: string;
|
|
50
|
+
control: string;
|
|
51
|
+
};
|
|
52
|
+
iconOnly: {
|
|
53
|
+
name: string;
|
|
54
|
+
description: string;
|
|
55
|
+
control: string;
|
|
56
|
+
if: {
|
|
57
|
+
arg: string;
|
|
58
|
+
eq: boolean;
|
|
59
|
+
};
|
|
60
|
+
};
|
|
61
|
+
iconName: {
|
|
62
|
+
name: string;
|
|
63
|
+
control: string;
|
|
64
|
+
options: string[];
|
|
65
|
+
description: string;
|
|
66
|
+
defaultValue: string;
|
|
67
|
+
if: {
|
|
68
|
+
arg: string;
|
|
69
|
+
eq: boolean;
|
|
70
|
+
};
|
|
71
|
+
};
|
|
72
|
+
iconPosition: {
|
|
73
|
+
name: string;
|
|
74
|
+
description: string;
|
|
75
|
+
defaultValue: string;
|
|
76
|
+
control: string;
|
|
77
|
+
options: string[];
|
|
78
|
+
if: {
|
|
79
|
+
arg: string;
|
|
80
|
+
eq: boolean;
|
|
81
|
+
};
|
|
82
|
+
labels: {
|
|
83
|
+
left: string;
|
|
84
|
+
right: string;
|
|
85
|
+
};
|
|
86
|
+
};
|
|
87
|
+
type: {
|
|
88
|
+
name: string;
|
|
89
|
+
description: string;
|
|
90
|
+
default: string;
|
|
91
|
+
control: string;
|
|
92
|
+
if: {
|
|
93
|
+
arg: string;
|
|
94
|
+
exists: boolean;
|
|
95
|
+
};
|
|
96
|
+
options: string[];
|
|
97
|
+
labels: {
|
|
98
|
+
button: string;
|
|
99
|
+
submit: string;
|
|
100
|
+
reset: string;
|
|
101
|
+
};
|
|
102
|
+
};
|
|
103
|
+
name: {
|
|
104
|
+
name: string;
|
|
105
|
+
description: string;
|
|
106
|
+
control: string;
|
|
107
|
+
if: {
|
|
108
|
+
arg: string;
|
|
109
|
+
exists: boolean;
|
|
110
|
+
};
|
|
111
|
+
};
|
|
112
|
+
value: {
|
|
113
|
+
name: string;
|
|
114
|
+
description: string;
|
|
115
|
+
control: string;
|
|
116
|
+
if: {
|
|
117
|
+
arg: string;
|
|
118
|
+
exists: boolean;
|
|
119
|
+
};
|
|
120
|
+
};
|
|
121
|
+
ariaLabel: {
|
|
122
|
+
name: string;
|
|
123
|
+
description: string;
|
|
124
|
+
control: string;
|
|
125
|
+
};
|
|
126
|
+
href: {
|
|
127
|
+
name: string;
|
|
128
|
+
description: string;
|
|
129
|
+
control: string;
|
|
130
|
+
};
|
|
131
|
+
target: {
|
|
132
|
+
name: string;
|
|
133
|
+
description: string;
|
|
134
|
+
default: string;
|
|
135
|
+
control: string;
|
|
136
|
+
if: {
|
|
137
|
+
arg: string;
|
|
138
|
+
exists: boolean;
|
|
139
|
+
};
|
|
140
|
+
options: string[];
|
|
141
|
+
labels: {
|
|
142
|
+
_blank: string;
|
|
143
|
+
_parent: string;
|
|
144
|
+
_self: string;
|
|
145
|
+
_top: string;
|
|
146
|
+
};
|
|
147
|
+
};
|
|
148
|
+
id: {
|
|
149
|
+
name: string;
|
|
150
|
+
description: string;
|
|
151
|
+
control: string;
|
|
152
|
+
};
|
|
153
|
+
};
|
|
154
|
+
};
|
|
155
|
+
export default _default;
|
|
156
|
+
export declare const OutlinePrimary: any;
|
|
157
|
+
export declare const OutlineSecondary: any;
|
|
158
|
+
export declare const OutlineGrey: any;
|
|
159
|
+
export declare const OutlineWhite: any;
|
|
160
|
+
export declare const OutlinePillPrimary: any;
|
|
161
|
+
export declare const ButtonWithIcon: any;
|
|
162
|
+
export declare const ButtonWithOnlyIconSquare: any;
|
|
163
|
+
export declare const ButtonWithOnlyIconPill: any;
|
|
164
|
+
export declare const Disabled: any;
|
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
title: string;
|
|
3
|
+
tags: string[];
|
|
4
|
+
argTypes: {
|
|
5
|
+
horizontal: {
|
|
6
|
+
name: string;
|
|
7
|
+
description: string;
|
|
8
|
+
control: string;
|
|
9
|
+
defaultValue: boolean;
|
|
10
|
+
};
|
|
11
|
+
dark: {
|
|
12
|
+
name: string;
|
|
13
|
+
description: string;
|
|
14
|
+
control: string;
|
|
15
|
+
defaultValue: boolean;
|
|
16
|
+
};
|
|
17
|
+
border: {
|
|
18
|
+
name: string;
|
|
19
|
+
control: string;
|
|
20
|
+
defaultValue: boolean;
|
|
21
|
+
};
|
|
22
|
+
shadow: {
|
|
23
|
+
name: string;
|
|
24
|
+
control: string;
|
|
25
|
+
defaultValue: boolean;
|
|
26
|
+
};
|
|
27
|
+
borderRadius: {
|
|
28
|
+
name: string;
|
|
29
|
+
description: string;
|
|
30
|
+
control: string;
|
|
31
|
+
};
|
|
32
|
+
topBorderContentRadius: {
|
|
33
|
+
name: string;
|
|
34
|
+
description: string;
|
|
35
|
+
control: string;
|
|
36
|
+
};
|
|
37
|
+
boxed: {
|
|
38
|
+
name: string;
|
|
39
|
+
description: string;
|
|
40
|
+
control: string;
|
|
41
|
+
};
|
|
42
|
+
roundedMedia: {
|
|
43
|
+
name: string;
|
|
44
|
+
description: string;
|
|
45
|
+
control: string;
|
|
46
|
+
};
|
|
47
|
+
imgSrc: {
|
|
48
|
+
name: string;
|
|
49
|
+
description: string;
|
|
50
|
+
control: string;
|
|
51
|
+
if: {
|
|
52
|
+
arg: string;
|
|
53
|
+
exists: boolean;
|
|
54
|
+
};
|
|
55
|
+
};
|
|
56
|
+
imgAlt: {
|
|
57
|
+
name: string;
|
|
58
|
+
description: string;
|
|
59
|
+
control: string;
|
|
60
|
+
if: {
|
|
61
|
+
arg: string;
|
|
62
|
+
exists: boolean;
|
|
63
|
+
};
|
|
64
|
+
};
|
|
65
|
+
videoSrc: {
|
|
66
|
+
name: string;
|
|
67
|
+
description: string;
|
|
68
|
+
control: string;
|
|
69
|
+
if: {
|
|
70
|
+
arg: string;
|
|
71
|
+
exists: boolean;
|
|
72
|
+
};
|
|
73
|
+
};
|
|
74
|
+
};
|
|
75
|
+
};
|
|
76
|
+
export default _default;
|
|
77
|
+
export declare const CardWithBorderRadius: any;
|
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
title: string;
|
|
3
|
+
tags: string[];
|
|
4
|
+
argTypes: {
|
|
5
|
+
horizontal: {
|
|
6
|
+
name: string;
|
|
7
|
+
description: string;
|
|
8
|
+
control: string;
|
|
9
|
+
defaultValue: boolean;
|
|
10
|
+
};
|
|
11
|
+
dark: {
|
|
12
|
+
name: string;
|
|
13
|
+
description: string;
|
|
14
|
+
control: string;
|
|
15
|
+
defaultValue: boolean;
|
|
16
|
+
};
|
|
17
|
+
border: {
|
|
18
|
+
name: string;
|
|
19
|
+
control: string;
|
|
20
|
+
defaultValue: boolean;
|
|
21
|
+
};
|
|
22
|
+
shadow: {
|
|
23
|
+
name: string;
|
|
24
|
+
control: string;
|
|
25
|
+
defaultValue: boolean;
|
|
26
|
+
};
|
|
27
|
+
borderRadius: {
|
|
28
|
+
name: string;
|
|
29
|
+
description: string;
|
|
30
|
+
control: string;
|
|
31
|
+
};
|
|
32
|
+
topBorderContentRadius: {
|
|
33
|
+
name: string;
|
|
34
|
+
description: string;
|
|
35
|
+
control: string;
|
|
36
|
+
};
|
|
37
|
+
boxed: {
|
|
38
|
+
name: string;
|
|
39
|
+
description: string;
|
|
40
|
+
control: string;
|
|
41
|
+
};
|
|
42
|
+
roundedMedia: {
|
|
43
|
+
name: string;
|
|
44
|
+
description: string;
|
|
45
|
+
control: string;
|
|
46
|
+
};
|
|
47
|
+
imgSrc: {
|
|
48
|
+
name: string;
|
|
49
|
+
description: string;
|
|
50
|
+
control: string;
|
|
51
|
+
if: {
|
|
52
|
+
arg: string;
|
|
53
|
+
exists: boolean;
|
|
54
|
+
};
|
|
55
|
+
};
|
|
56
|
+
imgAlt: {
|
|
57
|
+
name: string;
|
|
58
|
+
description: string;
|
|
59
|
+
control: string;
|
|
60
|
+
if: {
|
|
61
|
+
arg: string;
|
|
62
|
+
exists: boolean;
|
|
63
|
+
};
|
|
64
|
+
};
|
|
65
|
+
videoSrc: {
|
|
66
|
+
name: string;
|
|
67
|
+
description: string;
|
|
68
|
+
control: string;
|
|
69
|
+
if: {
|
|
70
|
+
arg: string;
|
|
71
|
+
exists: boolean;
|
|
72
|
+
};
|
|
73
|
+
};
|
|
74
|
+
};
|
|
75
|
+
};
|
|
76
|
+
export default _default;
|
|
77
|
+
export declare const CardWithBorder: any;
|
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
title: string;
|
|
3
|
+
tags: string[];
|
|
4
|
+
argTypes: {
|
|
5
|
+
horizontal: {
|
|
6
|
+
name: string;
|
|
7
|
+
description: string;
|
|
8
|
+
control: string;
|
|
9
|
+
defaultValue: boolean;
|
|
10
|
+
};
|
|
11
|
+
dark: {
|
|
12
|
+
name: string;
|
|
13
|
+
description: string;
|
|
14
|
+
control: string;
|
|
15
|
+
defaultValue: boolean;
|
|
16
|
+
};
|
|
17
|
+
border: {
|
|
18
|
+
name: string;
|
|
19
|
+
control: string;
|
|
20
|
+
defaultValue: boolean;
|
|
21
|
+
};
|
|
22
|
+
shadow: {
|
|
23
|
+
name: string;
|
|
24
|
+
control: string;
|
|
25
|
+
defaultValue: boolean;
|
|
26
|
+
};
|
|
27
|
+
borderRadius: {
|
|
28
|
+
name: string;
|
|
29
|
+
description: string;
|
|
30
|
+
control: string;
|
|
31
|
+
};
|
|
32
|
+
topBorderContentRadius: {
|
|
33
|
+
name: string;
|
|
34
|
+
description: string;
|
|
35
|
+
control: string;
|
|
36
|
+
};
|
|
37
|
+
boxed: {
|
|
38
|
+
name: string;
|
|
39
|
+
description: string;
|
|
40
|
+
control: string;
|
|
41
|
+
};
|
|
42
|
+
roundedMedia: {
|
|
43
|
+
name: string;
|
|
44
|
+
description: string;
|
|
45
|
+
control: string;
|
|
46
|
+
};
|
|
47
|
+
imgSrc: {
|
|
48
|
+
name: string;
|
|
49
|
+
description: string;
|
|
50
|
+
control: string;
|
|
51
|
+
if: {
|
|
52
|
+
arg: string;
|
|
53
|
+
exists: boolean;
|
|
54
|
+
};
|
|
55
|
+
};
|
|
56
|
+
imgAlt: {
|
|
57
|
+
name: string;
|
|
58
|
+
description: string;
|
|
59
|
+
control: string;
|
|
60
|
+
if: {
|
|
61
|
+
arg: string;
|
|
62
|
+
exists: boolean;
|
|
63
|
+
};
|
|
64
|
+
};
|
|
65
|
+
videoSrc: {
|
|
66
|
+
name: string;
|
|
67
|
+
description: string;
|
|
68
|
+
control: string;
|
|
69
|
+
if: {
|
|
70
|
+
arg: string;
|
|
71
|
+
exists: boolean;
|
|
72
|
+
};
|
|
73
|
+
};
|
|
74
|
+
};
|
|
75
|
+
};
|
|
76
|
+
export default _default;
|
|
77
|
+
export declare const CardBoxed: any;
|
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
title: string;
|
|
3
|
+
tags: string[];
|
|
4
|
+
argTypes: {
|
|
5
|
+
horizontal: {
|
|
6
|
+
name: string;
|
|
7
|
+
description: string;
|
|
8
|
+
control: string;
|
|
9
|
+
defaultValue: boolean;
|
|
10
|
+
};
|
|
11
|
+
dark: {
|
|
12
|
+
name: string;
|
|
13
|
+
description: string;
|
|
14
|
+
control: string;
|
|
15
|
+
defaultValue: boolean;
|
|
16
|
+
};
|
|
17
|
+
border: {
|
|
18
|
+
name: string;
|
|
19
|
+
control: string;
|
|
20
|
+
defaultValue: boolean;
|
|
21
|
+
};
|
|
22
|
+
shadow: {
|
|
23
|
+
name: string;
|
|
24
|
+
control: string;
|
|
25
|
+
defaultValue: boolean;
|
|
26
|
+
};
|
|
27
|
+
borderRadius: {
|
|
28
|
+
name: string;
|
|
29
|
+
description: string;
|
|
30
|
+
control: string;
|
|
31
|
+
};
|
|
32
|
+
topBorderContentRadius: {
|
|
33
|
+
name: string;
|
|
34
|
+
description: string;
|
|
35
|
+
control: string;
|
|
36
|
+
};
|
|
37
|
+
boxed: {
|
|
38
|
+
name: string;
|
|
39
|
+
description: string;
|
|
40
|
+
control: string;
|
|
41
|
+
};
|
|
42
|
+
roundedMedia: {
|
|
43
|
+
name: string;
|
|
44
|
+
description: string;
|
|
45
|
+
control: string;
|
|
46
|
+
};
|
|
47
|
+
imgSrc: {
|
|
48
|
+
name: string;
|
|
49
|
+
description: string;
|
|
50
|
+
control: string;
|
|
51
|
+
if: {
|
|
52
|
+
arg: string;
|
|
53
|
+
exists: boolean;
|
|
54
|
+
};
|
|
55
|
+
};
|
|
56
|
+
imgAlt: {
|
|
57
|
+
name: string;
|
|
58
|
+
description: string;
|
|
59
|
+
control: string;
|
|
60
|
+
if: {
|
|
61
|
+
arg: string;
|
|
62
|
+
exists: boolean;
|
|
63
|
+
};
|
|
64
|
+
};
|
|
65
|
+
videoSrc: {
|
|
66
|
+
name: string;
|
|
67
|
+
description: string;
|
|
68
|
+
control: string;
|
|
69
|
+
if: {
|
|
70
|
+
arg: string;
|
|
71
|
+
exists: boolean;
|
|
72
|
+
};
|
|
73
|
+
};
|
|
74
|
+
};
|
|
75
|
+
};
|
|
76
|
+
export default _default;
|
|
77
|
+
export declare const CardHorizontal: any;
|
|
@@ -0,0 +1,79 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
title: string;
|
|
3
|
+
tags: string[];
|
|
4
|
+
argTypes: {
|
|
5
|
+
horizontal: {
|
|
6
|
+
name: string;
|
|
7
|
+
description: string;
|
|
8
|
+
control: string;
|
|
9
|
+
defaultValue: boolean;
|
|
10
|
+
};
|
|
11
|
+
dark: {
|
|
12
|
+
name: string;
|
|
13
|
+
description: string;
|
|
14
|
+
control: string;
|
|
15
|
+
defaultValue: boolean;
|
|
16
|
+
};
|
|
17
|
+
border: {
|
|
18
|
+
name: string;
|
|
19
|
+
control: string;
|
|
20
|
+
defaultValue: boolean;
|
|
21
|
+
};
|
|
22
|
+
shadow: {
|
|
23
|
+
name: string;
|
|
24
|
+
control: string;
|
|
25
|
+
defaultValue: boolean;
|
|
26
|
+
};
|
|
27
|
+
borderRadius: {
|
|
28
|
+
name: string;
|
|
29
|
+
description: string;
|
|
30
|
+
control: string;
|
|
31
|
+
};
|
|
32
|
+
topBorderContentRadius: {
|
|
33
|
+
name: string;
|
|
34
|
+
description: string;
|
|
35
|
+
control: string;
|
|
36
|
+
};
|
|
37
|
+
boxed: {
|
|
38
|
+
name: string;
|
|
39
|
+
description: string;
|
|
40
|
+
control: string;
|
|
41
|
+
};
|
|
42
|
+
roundedMedia: {
|
|
43
|
+
name: string;
|
|
44
|
+
description: string;
|
|
45
|
+
control: string;
|
|
46
|
+
};
|
|
47
|
+
imgSrc: {
|
|
48
|
+
name: string;
|
|
49
|
+
description: string;
|
|
50
|
+
control: string;
|
|
51
|
+
if: {
|
|
52
|
+
arg: string;
|
|
53
|
+
exists: boolean;
|
|
54
|
+
};
|
|
55
|
+
};
|
|
56
|
+
imgAlt: {
|
|
57
|
+
name: string;
|
|
58
|
+
description: string;
|
|
59
|
+
control: string;
|
|
60
|
+
if: {
|
|
61
|
+
arg: string;
|
|
62
|
+
exists: boolean;
|
|
63
|
+
};
|
|
64
|
+
};
|
|
65
|
+
videoSrc: {
|
|
66
|
+
name: string;
|
|
67
|
+
description: string;
|
|
68
|
+
control: string;
|
|
69
|
+
if: {
|
|
70
|
+
arg: string;
|
|
71
|
+
exists: boolean;
|
|
72
|
+
};
|
|
73
|
+
};
|
|
74
|
+
};
|
|
75
|
+
};
|
|
76
|
+
export default _default;
|
|
77
|
+
export declare const CardImageRounded: any;
|
|
78
|
+
export declare const CardImageHorizontalRounded: any;
|
|
79
|
+
export declare const CardVideoRounded: any;
|