@agorapulse/ui-theme 16.0.2 → 16.1.0-beta

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,181 @@
1
+ {
2
+ "comp": {
3
+ "tag": {
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
+ },
20
+ "border": {
21
+ "radius": {
22
+ "value": "{ref.spacing.xxxs}"
23
+ }
24
+ },
25
+ "spacing": {
26
+ "value": "{ref.spacing.xxxs}"
27
+ },
28
+ "height": {
29
+ "value": "{ref.spacing.md}"
30
+ },
31
+ "padding": {
32
+ "left": {
33
+ "value": "{ref.spacing.xxxs}"
34
+ },
35
+ "right": {
36
+ "value": "{ref.spacing.xxxs}"
37
+ }
38
+ },
39
+ "closable": {
40
+ "padding": {
41
+ "right": {
42
+ "value": "2px"
43
+ }
44
+ }
45
+ },
46
+ "blue": {
47
+ "text": {
48
+ "color": {
49
+ "value": "{ref.color.electricBlue.150}"
50
+ }
51
+ },
52
+ "background": {
53
+ "color": {
54
+ "value": "{ref.color.electricBlue.10}"
55
+ }
56
+ },
57
+ "border": {
58
+ "color": {
59
+ "value": "{ref.color.electricBlue.20}"
60
+ }
61
+ },
62
+ "icon": {
63
+ "color": {
64
+ "value": "{ref.color.electricBlue.150}"
65
+ }
66
+ }
67
+ },
68
+ "tag-orange": {
69
+ "text": {
70
+ "color": {
71
+ "value": "{ref.color.tag-orange.150}"
72
+ }
73
+ },
74
+ "background": {
75
+ "color": {
76
+ "value": "{ref.color.tag-orange.10}"
77
+ }
78
+ },
79
+ "border": {
80
+ "color": {
81
+ "value": "{ref.color.tag-orange.20}"
82
+ }
83
+ },
84
+ "icon": {
85
+ "color": {
86
+ "value": "{ref.color.tag-orange.150}"
87
+ }
88
+ }
89
+ },
90
+ "menthol": {
91
+ "text": {
92
+ "color": {
93
+ "value": "{ref.color.menthol.150}"
94
+ }
95
+ },
96
+ "background": {
97
+ "color": {
98
+ "value": "{ref.color.menthol.10}"
99
+ }
100
+ },
101
+ "border": {
102
+ "color": {
103
+ "value": "{ref.color.menthol.20}"
104
+ }
105
+ },
106
+ "icon": {
107
+ "color": {
108
+ "value": "{ref.color.menthol.150}"
109
+ }
110
+ }
111
+ },
112
+ "grey": {
113
+ "text": {
114
+ "color": {
115
+ "value": "{ref.color.grey.100}"
116
+ }
117
+ },
118
+ "background": {
119
+ "color": {
120
+ "value": "{ref.color.grey.10}"
121
+ }
122
+ },
123
+ "border": {
124
+ "color": {
125
+ "value": "{ref.color.grey.20}"
126
+ }
127
+ },
128
+ "icon": {
129
+ "color": {
130
+ "value": "{ref.color.grey.150}"
131
+ }
132
+ }
133
+ },
134
+ "green": {
135
+ "text": {
136
+ "color": {
137
+ "value": "{ref.color.green.150}"
138
+ }
139
+ },
140
+ "background": {
141
+ "color": {
142
+ "value": "{ref.color.green.10}"
143
+ }
144
+ },
145
+ "border": {
146
+ "color": {
147
+ "value": "{ref.color.green.20}"
148
+ }
149
+ },
150
+ "icon": {
151
+ "color": {
152
+ "value": "{ref.color.green.150}"
153
+ }
154
+ }
155
+ },
156
+ "red": {
157
+ "text": {
158
+ "color": {
159
+ "value": "{ref.color.red.150}"
160
+ }
161
+ },
162
+ "background": {
163
+ "color": {
164
+ "value": "{ref.color.red.10}"
165
+ }
166
+ },
167
+ "border": {
168
+ "color": {
169
+ "value": "{ref.color.red.20}"
170
+ }
171
+ },
172
+ "icon": {
173
+ "color": {
174
+ "value": "{ref.color.red.150}"
175
+ }
176
+ }
177
+ }
178
+
179
+ }
180
+ }
181
+ }
@@ -4,7 +4,7 @@
4
4
  "main": {
5
5
  "default": {
6
6
  "bg": {
7
- " ": {
7
+ "default": {
8
8
  "value": "{ref.color.orange.100}"
9
9
  },
10
10
  "hover": {
Binary file