@agorapulse/ui-theme 16.0.2 → 16.1.0

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.
@@ -0,0 +1,108 @@
1
+ {
2
+ "comp": {
3
+ "counter": {
4
+ "text": {
5
+ "style": {
6
+ "font-family": {
7
+ "value": "{sys.text.style.captionBold.font-family}"
8
+ },
9
+ "size": {
10
+ "value": "{sys.text.style.captionBold.size}"
11
+ },
12
+ "font-weight": {
13
+ "value": "{sys.text.style.captionBold.weight}"
14
+ },
15
+ "line-height": {
16
+ "value": "{sys.text.style.captionBold.line-height}"
17
+ }
18
+ }
19
+ },
20
+ "big": {
21
+ "text": {
22
+ "style": {
23
+ "font-family": {
24
+ "value": "{sys.text.style.bodyBold.font-family}"
25
+ },
26
+ "size": {
27
+ "value": "{sys.text.style.bodyBold.size}"
28
+ },
29
+ "font-weight": {
30
+ "value": "{sys.text.style.bodyBold.weight}"
31
+ },
32
+ "line-height": {
33
+ "value": "{sys.text.style.bodyBold.line-height}"
34
+ }
35
+ }
36
+ },
37
+ "height": {
38
+ "value": "{ref.font.lineHeight.sm}"
39
+ }
40
+ },
41
+ "height": {
42
+ "value": "{ref.font.lineHeight.xs}"
43
+ },
44
+ "border": {
45
+ "radius": {
46
+ "value": "2px"
47
+ }
48
+ },
49
+ "notif": {
50
+ "border": {
51
+ "radius": {
52
+ "value": "{ref.font.lineHeight.xs}"
53
+ }
54
+ },
55
+ "minWidth": {
56
+ "value": "{ref.font.lineHeight.xs}"
57
+ },
58
+ "color": {
59
+ "value": "{ref.color.white}"
60
+ },
61
+ "background": {
62
+ "color": {
63
+ "value": "{sys.color.main.default.bg.default}"
64
+ }
65
+ }
66
+ },
67
+ "orange": {
68
+ "color": {
69
+ "value": "{ref.color.orange.100}"
70
+ },
71
+ "withBackground": {
72
+ "color": {
73
+ "value": "{ref.color.white}"
74
+ },
75
+ "background": {
76
+ "color": {
77
+ "value": "{sys.color.main.default.bg.default}"
78
+ }
79
+ }
80
+ }
81
+ },
82
+ "blue": {
83
+ "color": {
84
+ "value": "{ref.color.electricBlue.150}"
85
+ },
86
+ "withBackground": {
87
+ "background": {
88
+ "color": {
89
+ "value": "{ref.color.electricBlue.10}"
90
+ }
91
+ }
92
+ }
93
+ },
94
+ "grey": {
95
+ "color": {
96
+ "value": "{ref.color.grey.100}"
97
+ },
98
+ "withBackground": {
99
+ "background": {
100
+ "color": {
101
+ "value": "{ref.color.grey.10}"
102
+ }
103
+ }
104
+ }
105
+ }
106
+ }
107
+ }
108
+ }
@@ -0,0 +1,294 @@
1
+ {
2
+ "comp": {
3
+ "input ": {
4
+ "width": {
5
+ "default": {
6
+ "value": "256px"
7
+ }
8
+ },
9
+ "height": {
10
+ "value": "36px"
11
+ },
12
+ "padding": {
13
+ "horizontal": {
14
+ "value": "{ref.spacing.xs}"
15
+ }
16
+ },
17
+ "spacing": {
18
+ "horizontal": {
19
+ "value": "{ref.spacing.xxs}"
20
+ }
21
+ },
22
+ "border": {
23
+ "radius" : {
24
+ "value": "{sys.border.radius.sm}"
25
+ },
26
+ "default": {
27
+ "color": {
28
+ "value": "{ref.color.grey.60}"
29
+ }
30
+ },
31
+ "hover": {
32
+ "color": {
33
+ "value": "{ref.color.grey.80}"
34
+ }
35
+ },
36
+ "focused": {
37
+ "color": {
38
+ "value": "{sys.border.color.active}"
39
+ }
40
+ },
41
+ "error": {
42
+ "color": {
43
+ "value": "{sys.border.color.error}"
44
+ }
45
+ },
46
+ "success": {
47
+ "color": {
48
+ "value": "{ref.color.green.100}"
49
+ }
50
+ },
51
+ "disabled": {
52
+ "color": {
53
+ "value": "{ref.color.grey.20}"
54
+ }
55
+ }
56
+ },
57
+ "fill": {
58
+ "color": {
59
+ "value": "{ref.color.white}"
60
+ },
61
+ "disabled": {
62
+ "color": {
63
+ "value": "{ref.color.grey.20}"
64
+ }
65
+ }
66
+ },
67
+ "icon": {
68
+ "size": {
69
+ "value": "{sys.icon.md}"
70
+ },
71
+ "color": {
72
+ "value": "{ref.color.grey.60}"
73
+ }
74
+ },
75
+ "text": {
76
+ "font-family": {
77
+ "value": "{sys.text.style.body.font-family}"
78
+ },
79
+ "size": {
80
+ "value": "{sys.text.style.body.size}"
81
+ },
82
+ "font-weight": {
83
+ "value": "{sys.text.style.body.weight}"
84
+ },
85
+ "line-height": {
86
+ "value": "{sys.text.style.body.line-height}"
87
+ },
88
+ "default": {
89
+ "color": {
90
+ "value": "{sys.text.color.default}"
91
+ }
92
+ },
93
+ "placeholder": {
94
+ "color": {
95
+ "value": "{ref.color.grey.60}"
96
+ }
97
+ }
98
+ }
99
+ },
100
+ "forms": {
101
+ "label": {
102
+ "font-family": {
103
+ "value": "{sys.text.style.body.font-family}"
104
+ },
105
+ "size": {
106
+ "value": "{sys.text.style.body.size}"
107
+ },
108
+ "font-weight": {
109
+ "value": "{sys.text.style.body.weight}"
110
+ },
111
+ "line-height": {
112
+ "value": "{sys.text.style.body.line-height}"
113
+ },
114
+ "text": {
115
+ "color": {
116
+ "value": "{sys.text.color.default}"
117
+ }
118
+ },
119
+ "description": {
120
+ "text": {
121
+ "font-family": {
122
+ "value": "{sys.text.style.caption.font-family}"
123
+ },
124
+ "size": {
125
+ "value": "{sys.text.style.caption.size}"
126
+ },
127
+ "font-weight": {
128
+ "value": "{sys.text.style.caption.weight}"
129
+ },
130
+ "line-height": {
131
+ "value": "{sys.text.style.caption.line-height}"
132
+ },
133
+ "color": {
134
+ "value": "{sys.text.color.light}"
135
+ }
136
+ }
137
+ },
138
+ "spacing": {
139
+ "vertical": {
140
+ "value": "{ref.spacing.xxxs}"
141
+ }
142
+ },
143
+ "padding":{
144
+ "bottom": {
145
+ "value": "{ref.spacing.xxs}"
146
+ }
147
+ }
148
+ },
149
+ "status": {
150
+ "icon": {
151
+ "size": {
152
+ "value": "{sys.icon.md}"
153
+ },
154
+ "error": {
155
+ "color": {
156
+ "value": "{ref.color.red.100}"
157
+ }
158
+ },
159
+ "success": {
160
+ "color": {
161
+ "value": "{ref.color.green.100}"
162
+ }
163
+ }
164
+ },
165
+ "spacing": {
166
+ "vertical": {
167
+ "value": "{ref.spacing.xxxs}"
168
+ }
169
+ },
170
+ "text": {
171
+ "font-family": {
172
+ "value": "{sys.text.style.body.font-family}"
173
+ },
174
+ "size": {
175
+ "value": "{sys.text.style.body.size}"
176
+ },
177
+ "font-weight": {
178
+ "value": "{sys.text.style.body.weight}"
179
+ },
180
+ "line-height": {
181
+ "value": "{sys.text.style.body.line-height}"
182
+ },
183
+ "error": {
184
+ "color": {
185
+ "value": "{sys.color.error.text}"
186
+ }
187
+ },
188
+ "success": {
189
+ "color": {
190
+ "value": "{sys.color.success.light.text}"
191
+ }
192
+ }
193
+ }
194
+ }
195
+ },
196
+ "text-area": {
197
+ "width": {
198
+ "default": {
199
+ "value": "256px"
200
+ }
201
+ },
202
+ "height": {
203
+ "value": "80px"
204
+ },
205
+ "padding": {
206
+ "horizontal": {
207
+ "value": "{ref.spacing.xs}"
208
+ }
209
+ },
210
+ "spacing": {
211
+ "horizontal": {
212
+ "value": "{ref.spacing.xxs}"
213
+ }
214
+ },
215
+ "border": {
216
+ "radius" : {
217
+ "value": "{sys.border.radius.sm}"
218
+ },
219
+ "default": {
220
+ "color": {
221
+ "value": "{ref.color.grey.60}"
222
+ }
223
+ },
224
+ "hover": {
225
+ "color": {
226
+ "value": "{ref.color.grey.80}"
227
+ }
228
+ },
229
+ "focused": {
230
+ "color": {
231
+ "value": "{sys.border.color.active}"
232
+ }
233
+ },
234
+ "error": {
235
+ "color": {
236
+ "value": "{sys.border.color.error}"
237
+ }
238
+ },
239
+ "success": {
240
+ "color": {
241
+ "value": "{ref.color.green.100}"
242
+ }
243
+ },
244
+ "disabled": {
245
+ "color": {
246
+ "value": "{ref.color.grey.20}"
247
+ }
248
+ }
249
+ },
250
+ "fill": {
251
+ "color": {
252
+ "value": "{ref.color.white}"
253
+ },
254
+ "disabled": {
255
+ "color": {
256
+ "value": "{ref.color.grey.20}"
257
+ }
258
+ }
259
+ },
260
+ "icon": {
261
+ "size": {
262
+ "value": "{sys.icon.md}"
263
+ },
264
+ "color": {
265
+ "value": "{ref.color.grey.60}"
266
+ }
267
+ },
268
+ "text": {
269
+ "font-family": {
270
+ "value": "{sys.text.style.body.font-family}"
271
+ },
272
+ "size": {
273
+ "value": "{sys.text.style.body.size}"
274
+ },
275
+ "font-weight": {
276
+ "value": "{sys.text.style.body.weight}"
277
+ },
278
+ "line-height": {
279
+ "value": "{sys.text.style.body.line-height}"
280
+ },
281
+ "default": {
282
+ "color": {
283
+ "value": "{sys.text.color.default}"
284
+ }
285
+ },
286
+ "placeholder": {
287
+ "color": {
288
+ "value": "{ref.color.grey.60}"
289
+ }
290
+ }
291
+ }
292
+ }
293
+ }
294
+ }
@@ -0,0 +1,56 @@
1
+ {
2
+ "comp": {
3
+ "label": {
4
+ "text": {
5
+ "style": {
6
+ "font-family": {
7
+ "value": "{sys.text.style.body.font-family}"
8
+ },
9
+ "size": {
10
+ "value": "{sys.text.style.body.size}"
11
+ },
12
+ "font-weight": {
13
+ "value": "{sys.text.style.body.weight}"
14
+ },
15
+ "line-height": {
16
+ "value": "{sys.text.style.body.line-height}"
17
+ }
18
+ },
19
+ "color": {
20
+ "value": "{sys.text.color.default}"
21
+ }
22
+ },
23
+ "border": {
24
+ "radius": {
25
+ "value": "{ref.spacing.md}"
26
+ }
27
+ },
28
+ "background": {
29
+ "color": {
30
+ "value": "{ref.color.electricBlue.20}"
31
+ }
32
+ },
33
+ "height": {
34
+ "value": "{ref.spacing.md}"
35
+ },
36
+ "padding": {
37
+ "left": {
38
+ "value": "{ref.spacing.xxs}"
39
+ },
40
+ "right": {
41
+ "value": "{ref.spacing.xxs}"
42
+ }
43
+ },
44
+ "closable": {
45
+ "spacing": {
46
+ "value": "{ref.spacing.xxxs}"
47
+ },
48
+ "padding": {
49
+ "right": {
50
+ "value": "2px"
51
+ }
52
+ }
53
+ }
54
+ }
55
+ }
56
+ }