alicia-design-system 1.80.1 → 1.80.2
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.
|
@@ -24,7 +24,7 @@ exports.Alcia = Template.bind({});
|
|
|
24
24
|
exports.SingleUpload = Template.bind({});
|
|
25
25
|
exports.Agos = Template.bind({});
|
|
26
26
|
exports.Primary.args = {
|
|
27
|
-
label:
|
|
27
|
+
label: 'Files',
|
|
28
28
|
maxFileSize: 25,
|
|
29
29
|
accept: {
|
|
30
30
|
'image/*': ['.jpeg', '.jpg', '.png'],
|
|
@@ -35,20 +35,20 @@ exports.Primary.args = {
|
|
|
35
35
|
loading: false,
|
|
36
36
|
colors: {
|
|
37
37
|
text: '#13000D',
|
|
38
|
-
subText:
|
|
38
|
+
subText: '#D9D9D9',
|
|
39
39
|
cardBg: '#F2F2F2',
|
|
40
40
|
labelBg: '#EBFF00',
|
|
41
41
|
error: 'red',
|
|
42
42
|
border: '#D3D3D3',
|
|
43
43
|
},
|
|
44
44
|
cta: {
|
|
45
|
-
bg:
|
|
46
|
-
color:
|
|
47
|
-
borderColor:
|
|
45
|
+
bg: 'black',
|
|
46
|
+
color: 'white',
|
|
47
|
+
borderColor: 'black',
|
|
48
48
|
_hover: {
|
|
49
|
-
bg:
|
|
50
|
-
color:
|
|
51
|
-
borderColor:
|
|
49
|
+
bg: 'transparent',
|
|
50
|
+
color: 'black',
|
|
51
|
+
borderColor: 'black',
|
|
52
52
|
}
|
|
53
53
|
}
|
|
54
54
|
};
|
|
@@ -85,7 +85,7 @@ exports.SingleUpload.args = {
|
|
|
85
85
|
loading: false,
|
|
86
86
|
};
|
|
87
87
|
exports.Agos.args = {
|
|
88
|
-
label:
|
|
88
|
+
label: 'Files',
|
|
89
89
|
maxFileSize: 25,
|
|
90
90
|
accept: {
|
|
91
91
|
'image/*': ['.jpeg', '.jpg', '.png'],
|
|
@@ -96,20 +96,20 @@ exports.Agos.args = {
|
|
|
96
96
|
loading: false,
|
|
97
97
|
colors: {
|
|
98
98
|
text: '#13000D',
|
|
99
|
-
subText:
|
|
99
|
+
subText: '#D9D9D9',
|
|
100
100
|
cardBg: '#F2F2F2',
|
|
101
101
|
labelBg: '#EBFF00',
|
|
102
102
|
error: 'red',
|
|
103
103
|
border: '#D3D3D3',
|
|
104
104
|
},
|
|
105
105
|
cta: {
|
|
106
|
-
bg:
|
|
107
|
-
color:
|
|
108
|
-
borderColor:
|
|
106
|
+
bg: 'black',
|
|
107
|
+
color: 'white',
|
|
108
|
+
borderColor: 'black',
|
|
109
109
|
_hover: {
|
|
110
|
-
bg:
|
|
111
|
-
color:
|
|
112
|
-
borderColor:
|
|
110
|
+
bg: 'transparent',
|
|
111
|
+
color: 'black',
|
|
112
|
+
borderColor: 'black',
|
|
113
113
|
}
|
|
114
114
|
}
|
|
115
115
|
};
|
|
@@ -21,7 +21,7 @@ export const Alcia = Template.bind({});
|
|
|
21
21
|
export const SingleUpload = Template.bind({});
|
|
22
22
|
export const Agos = Template.bind({});
|
|
23
23
|
Primary.args = {
|
|
24
|
-
label:
|
|
24
|
+
label: 'Files',
|
|
25
25
|
maxFileSize: 25,
|
|
26
26
|
accept: {
|
|
27
27
|
'image/*': ['.jpeg', '.jpg', '.png'],
|
|
@@ -32,20 +32,20 @@ Primary.args = {
|
|
|
32
32
|
loading: false,
|
|
33
33
|
colors: {
|
|
34
34
|
text: '#13000D',
|
|
35
|
-
subText:
|
|
35
|
+
subText: '#D9D9D9',
|
|
36
36
|
cardBg: '#F2F2F2',
|
|
37
37
|
labelBg: '#EBFF00',
|
|
38
38
|
error: 'red',
|
|
39
39
|
border: '#D3D3D3',
|
|
40
40
|
},
|
|
41
41
|
cta: {
|
|
42
|
-
bg:
|
|
43
|
-
color:
|
|
44
|
-
borderColor:
|
|
42
|
+
bg: 'black',
|
|
43
|
+
color: 'white',
|
|
44
|
+
borderColor: 'black',
|
|
45
45
|
_hover: {
|
|
46
|
-
bg:
|
|
47
|
-
color:
|
|
48
|
-
borderColor:
|
|
46
|
+
bg: 'transparent',
|
|
47
|
+
color: 'black',
|
|
48
|
+
borderColor: 'black',
|
|
49
49
|
}
|
|
50
50
|
}
|
|
51
51
|
};
|
|
@@ -82,7 +82,7 @@ SingleUpload.args = {
|
|
|
82
82
|
loading: false,
|
|
83
83
|
};
|
|
84
84
|
Agos.args = {
|
|
85
|
-
label:
|
|
85
|
+
label: 'Files',
|
|
86
86
|
maxFileSize: 25,
|
|
87
87
|
accept: {
|
|
88
88
|
'image/*': ['.jpeg', '.jpg', '.png'],
|
|
@@ -93,20 +93,20 @@ Agos.args = {
|
|
|
93
93
|
loading: false,
|
|
94
94
|
colors: {
|
|
95
95
|
text: '#13000D',
|
|
96
|
-
subText:
|
|
96
|
+
subText: '#D9D9D9',
|
|
97
97
|
cardBg: '#F2F2F2',
|
|
98
98
|
labelBg: '#EBFF00',
|
|
99
99
|
error: 'red',
|
|
100
100
|
border: '#D3D3D3',
|
|
101
101
|
},
|
|
102
102
|
cta: {
|
|
103
|
-
bg:
|
|
104
|
-
color:
|
|
105
|
-
borderColor:
|
|
103
|
+
bg: 'black',
|
|
104
|
+
color: 'white',
|
|
105
|
+
borderColor: 'black',
|
|
106
106
|
_hover: {
|
|
107
|
-
bg:
|
|
108
|
-
color:
|
|
109
|
-
borderColor:
|
|
107
|
+
bg: 'transparent',
|
|
108
|
+
color: 'black',
|
|
109
|
+
borderColor: 'black',
|
|
110
110
|
}
|
|
111
111
|
}
|
|
112
112
|
};
|