@axos-web-dev/shared-components 0.0.58 → 0.0.60

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.
@@ -5,16 +5,10 @@
5
5
  .kjcqgc1 {
6
6
  margin-bottom: 40px;
7
7
  }
8
- ._1073cm80 .kjcqgc3 {
8
+ .kjcqgc3 {
9
9
  color: var(--_1073cm83);
10
10
  }
11
- ._1es6o1h0 .kjcqgc3 {
12
- color: var(--_1073cm83);
13
- }
14
- ._1073cm80 .kjcqgc4 {
15
- color: var(--_1073cm8a);
16
- }
17
- ._1es6o1h0 .kjcqgc4 {
11
+ .kjcqgc4 {
18
12
  color: var(--_1073cm8a);
19
13
  }
20
14
  ._1073cm80 .kjcqgc5 {
@@ -32,6 +26,7 @@
32
26
  .kjcqgc7 {
33
27
  font: 700 18px/1.44 var(--main-font-family);
34
28
  text-decoration: none;
29
+ margin-right: 1em;
35
30
  }
36
31
  .kjcqgc7:hover {
37
32
  opacity: 0.7;
@@ -60,33 +55,7 @@
60
55
  ._1es6o1h0 .kjcqgcb {
61
56
  color: #1E262F;
62
57
  }
63
- options => {
64
- var className = config.defaultClassName;
65
- var selections = _objectSpread2(_objectSpread2({}, config.defaultVariants), options);
66
- for (var variantName in selections) {
67
- var _selections$variantNa;
68
- var variantSelection = (_selections$variantNa = selections[variantName]) !== null && _selections$variantNa !== void 0 ? _selections$variantNa : config.defaultVariants[variantName];
69
- if (variantSelection != null) {
70
- var selection = variantSelection;
71
- if (typeof selection === 'boolean') {
72
- // @ts-expect-error
73
- selection = selection === true ? 'true' : 'false';
74
- }
75
- var selectionClassName =
76
- // @ts-expect-error
77
- config.variantClassNames[variantName][selection];
78
- if (selectionClassName) {
79
- className += ' ' + selectionClassName;
80
- }
81
- }
82
- }
83
- for (var [compoundCheck, compoundClassName] of config.compoundVariants) {
84
- if (shouldApplyCompound(compoundCheck, selections, config.defaultVariants)) {
85
- className += ' ' + compoundClassName;
86
- }
87
- }
88
- return className;
89
- } + .sc__btn {
58
+ .kjcqgc2 + .sc__btn {
90
59
  display: inline-block;
91
60
  }
92
61
  ._1073cm80 .kjcqgcd {
@@ -116,35 +85,19 @@ options => {
116
85
  .kjcqgch article {
117
86
  flex: 1 1 0%;
118
87
  }
119
- ._1073cm80 .kjcqgcj {
88
+ .kjcqgcj {
120
89
  color: var(--_1073cm82);
121
90
  background: var(--_1073cm81);
122
91
  }
123
- ._1es6o1h0 .kjcqgcj {
124
- color: var(--_1073cm82);
125
- background: var(--_1073cm81);
126
- }
127
- ._1073cm80 .kjcqgck {
128
- color: var(--_1073cm89);
129
- background: var(--_1073cm88);
130
- }
131
- ._1es6o1h0 .kjcqgck {
92
+ .kjcqgck {
132
93
  color: var(--_1073cm89);
133
94
  background: var(--_1073cm88);
134
95
  }
135
- ._1073cm80 .kjcqgcl {
136
- color: var(--_1073cm8g);
137
- background: var(--_1073cm8f);
138
- }
139
- ._1es6o1h0 .kjcqgcl {
96
+ .kjcqgcl {
140
97
  color: var(--_1073cm8g);
141
98
  background: var(--_1073cm8f);
142
99
  }
143
- ._1073cm80 .kjcqgcm {
144
- color: var(--_1073cm8n);
145
- background: var(--_1073cm8m);
146
- }
147
- ._1es6o1h0 .kjcqgcm {
100
+ .kjcqgcm {
148
101
  color: var(--_1073cm8n);
149
102
  background: var(--_1073cm8m);
150
103
  }
@@ -155,33 +108,7 @@ options => {
155
108
  .kjcqgc1 {
156
109
  margin-bottom: 32px;
157
110
  }
158
- options => {
159
- var className = config.defaultClassName;
160
- var selections = _objectSpread2(_objectSpread2({}, config.defaultVariants), options);
161
- for (var variantName in selections) {
162
- var _selections$variantNa;
163
- var variantSelection = (_selections$variantNa = selections[variantName]) !== null && _selections$variantNa !== void 0 ? _selections$variantNa : config.defaultVariants[variantName];
164
- if (variantSelection != null) {
165
- var selection = variantSelection;
166
- if (typeof selection === 'boolean') {
167
- // @ts-expect-error
168
- selection = selection === true ? 'true' : 'false';
169
- }
170
- var selectionClassName =
171
- // @ts-expect-error
172
- config.variantClassNames[variantName][selection];
173
- if (selectionClassName) {
174
- className += ' ' + selectionClassName;
175
- }
176
- }
177
- }
178
- for (var [compoundCheck, compoundClassName] of config.compoundVariants) {
179
- if (shouldApplyCompound(compoundCheck, selections, config.defaultVariants)) {
180
- className += ' ' + compoundClassName;
181
- }
182
- }
183
- return className;
184
- } + .sc__btn {
111
+ .kjcqgc2 + .sc__btn {
185
112
  margin-top: 16px;
186
113
  }
187
114
  }
@@ -201,33 +128,7 @@ options => {
201
128
  }
202
129
  }
203
130
  @media (max-width:1023px) and (min-width:769px) {
204
- options => {
205
- var className = config.defaultClassName;
206
- var selections = _objectSpread2(_objectSpread2({}, config.defaultVariants), options);
207
- for (var variantName in selections) {
208
- var _selections$variantNa;
209
- var variantSelection = (_selections$variantNa = selections[variantName]) !== null && _selections$variantNa !== void 0 ? _selections$variantNa : config.defaultVariants[variantName];
210
- if (variantSelection != null) {
211
- var selection = variantSelection;
212
- if (typeof selection === 'boolean') {
213
- // @ts-expect-error
214
- selection = selection === true ? 'true' : 'false';
215
- }
216
- var selectionClassName =
217
- // @ts-expect-error
218
- config.variantClassNames[variantName][selection];
219
- if (selectionClassName) {
220
- className += ' ' + selectionClassName;
221
- }
222
- }
223
- }
224
- for (var [compoundCheck, compoundClassName] of config.compoundVariants) {
225
- if (shouldApplyCompound(compoundCheck, selections, config.defaultVariants)) {
226
- className += ' ' + compoundClassName;
227
- }
228
- }
229
- return className;
230
- } > * {
131
+ .kjcqgci > * {
231
132
  font-size: 15px;
232
133
  line-height: 1.4;
233
134
  }
@@ -1,33 +1,62 @@
1
1
  .txcb8d0 {
2
2
  border: 1px solid transparent;
3
3
  }
4
- .txcb8d1 {
4
+ ._1073cm80 .txcb8d1 {
5
5
  background: var(--_1073cm81);
6
6
  color: var(--_1073cm82);
7
7
  border-color: var(--_1073cm87);
8
8
  }
9
- .txcb8d2 {
9
+ ._1es6o1h0 .txcb8d1 {
10
+ background: var(--_1073cm81);
11
+ color: var(--_1073cm82);
12
+ border-color: var(--_1073cm87);
13
+ }
14
+ ._1073cm80 .txcb8d2 {
10
15
  background: var(--_1073cm88);
11
16
  color: var(--_1073cm89);
12
17
  }
13
- .txcb8d3 {
18
+ ._1es6o1h0 .txcb8d2 {
19
+ background: var(--_1073cm88);
20
+ color: var(--_1073cm89);
21
+ }
22
+ ._1073cm80 .txcb8d3 {
23
+ background: var(--_1073cm8f);
24
+ color: var(--_1073cm8g);
25
+ }
26
+ ._1es6o1h0 .txcb8d3 {
14
27
  background: var(--_1073cm8f);
15
28
  color: var(--_1073cm8g);
16
29
  }
17
- .txcb8d4 {
30
+ ._1073cm80 .txcb8d4 {
31
+ background: var(--_1073cm8m);
32
+ color: var(--_1073cm8n);
33
+ }
34
+ ._1es6o1h0 .txcb8d4 {
18
35
  background: var(--_1073cm8m);
19
36
  color: var(--_1073cm8n);
20
37
  }
21
- .txcb8d6 {
38
+ ._1073cm80 .txcb8d6 {
39
+ color: var(--_1073cm83);
40
+ }
41
+ ._1es6o1h0 .txcb8d6 {
22
42
  color: var(--_1073cm83);
23
43
  }
24
- .txcb8d7 {
44
+ ._1073cm80 .txcb8d7 {
45
+ color: var(--_1073cm8a);
46
+ }
47
+ ._1es6o1h0 .txcb8d7 {
25
48
  color: var(--_1073cm8a);
26
49
  }
27
- .txcb8d8 {
50
+ ._1073cm80 .txcb8d8 {
51
+ color: var(--_1073cm8h);
52
+ }
53
+ ._1es6o1h0 .txcb8d8 {
28
54
  color: var(--_1073cm8h);
29
55
  }
30
- .txcb8d9 {
56
+ ._1073cm80 .txcb8d9 {
57
+ color: var(--_1073cm8o);
58
+ }
59
+ ._1es6o1h0 .txcb8d9 {
31
60
  color: var(--_1073cm8o);
32
61
  }
33
62
  .txcb8da {
@@ -37,30 +66,57 @@
37
66
  line-height: 1.29;
38
67
  margin-top: 10px;
39
68
  }
40
- .txcb8db {
69
+ ._1073cm80 .txcb8db {
70
+ color: var(--_1073cm83);
71
+ }
72
+ ._1es6o1h0 .txcb8db {
41
73
  color: var(--_1073cm83);
42
74
  }
43
- .txcb8dc {
75
+ ._1073cm80 .txcb8dc {
76
+ color: var(--_1073cm8a);
77
+ }
78
+ ._1es6o1h0 .txcb8dc {
44
79
  color: var(--_1073cm8a);
45
80
  }
46
- .txcb8dd {
81
+ ._1073cm80 .txcb8dd {
82
+ color: var(--_1073cm8g);
83
+ }
84
+ ._1es6o1h0 .txcb8dd {
47
85
  color: var(--_1073cm8g);
48
86
  }
49
- .txcb8de {
87
+ ._1073cm80 .txcb8de {
88
+ color: var(--_1073cm8n);
89
+ }
90
+ ._1es6o1h0 .txcb8de {
50
91
  color: var(--_1073cm8n);
51
92
  }
52
- .txcb8dg {
93
+ ._1073cm80 .txcb8dg {
94
+ fill: var(--_1073cm83);
95
+ }
96
+ ._1es6o1h0 .txcb8dg {
53
97
  fill: var(--_1073cm83);
54
98
  }
55
- .txcb8dh {
99
+ ._1073cm80 .txcb8dh {
100
+ fill: var(--_1073cm8a);
101
+ }
102
+ ._1es6o1h0 .txcb8dh {
56
103
  fill: var(--_1073cm8a);
57
104
  }
58
- .txcb8di {
105
+ ._1073cm80 .txcb8di {
106
+ fill: var(--_1073cm8h);
107
+ }
108
+ ._1es6o1h0 .txcb8di {
59
109
  fill: var(--_1073cm8h);
60
110
  }
61
- .txcb8dj {
111
+ ._1073cm80 .txcb8dj {
112
+ fill: var(--_1073cm8o);
113
+ }
114
+ ._1es6o1h0 .txcb8dj {
62
115
  fill: var(--_1073cm8o);
63
116
  }
117
+ .txcb8dk {
118
+ flex: 1 1 0%;
119
+ }
64
120
  .txcb8dl {
65
121
  flex: 1 1 0%;
66
122
  max-width: 50%;
@@ -92,22 +148,34 @@
92
148
  text-decoration: none;
93
149
  font-weight: 600;
94
150
  }
95
- .txcb8dp {
151
+ ._1073cm80 .txcb8dp {
96
152
  color: #0062B3;
97
153
  }
98
- .txcb8dq {
154
+ ._1es6o1h0 .txcb8dp {
99
155
  color: #0062B3;
100
156
  }
101
- .txcb8dr {
102
- color: var(--_1073cm8h);
157
+ ._1073cm80 .txcb8dq {
158
+ color: #0062B3;
103
159
  }
104
- .txcb8ds {
105
- color: var(--_1073cm8o);
160
+ ._1es6o1h0 .txcb8dq {
161
+ color: #0062B3;
162
+ }
163
+ ._1073cm80 .txcb8dr {
164
+ color: #fff;
165
+ }
166
+ ._1es6o1h0 .txcb8dr {
167
+ color: #fff;
168
+ }
169
+ ._1073cm80 .txcb8ds {
170
+ color: #FAA74A;
171
+ }
172
+ ._1es6o1h0 .txcb8ds {
173
+ color: #FAA74A;
106
174
  }
107
175
  .txcb8do a {
108
176
  text-decoration: none;
109
177
  }
110
- .txcb8du {
178
+ $.txcb8dl + .txcb8du {
111
179
  margin-left: 1.5rem;
112
180
  }
113
181
  .txcb8du svg {
@@ -134,35 +202,60 @@
134
202
  }
135
203
  .txcb8d10 h2 + p {
136
204
  margin-top: 8px;
205
+ color: #333D46;
137
206
  }
138
207
  .txcb8d11 {
139
208
  padding-top: 56px;
140
209
  padding-bottom: 56px;
141
210
  margin-top: 0;
142
211
  }
143
- .txcb8d12 {
212
+ ._1073cm80 .txcb8d12 {
213
+ background: var(--_1073cm81);
214
+ }
215
+ ._1es6o1h0 .txcb8d12 {
144
216
  background: var(--_1073cm81);
145
217
  }
146
- .txcb8d13 {
218
+ ._1073cm80 .txcb8d13 {
219
+ background: var(--_1073cm88);
220
+ }
221
+ ._1es6o1h0 .txcb8d13 {
147
222
  background: var(--_1073cm88);
148
223
  }
149
- .txcb8d14 {
224
+ ._1073cm80 .txcb8d14 {
150
225
  background: var(--_1073cm8f);
151
226
  }
152
- .txcb8d15 {
227
+ ._1es6o1h0 .txcb8d14 {
228
+ background: #1E262F;
229
+ }
230
+ ._1073cm80 .txcb8d15 {
153
231
  background: var(--_1073cm8m);
154
232
  }
155
- .txcb8d17 {
233
+ ._1es6o1h0 .txcb8d15 {
234
+ background: #1E262F;
235
+ }
236
+ ._1073cm80 .txcb8d17 {
237
+ color: var(--_1073cm83);
238
+ }
239
+ ._1es6o1h0 .txcb8d17 {
156
240
  color: var(--_1073cm83);
157
241
  }
158
- .txcb8d18 {
242
+ ._1073cm80 .txcb8d18 {
159
243
  color: var(--_1073cm8a);
160
244
  }
161
- .txcb8d19 {
162
- color: var(--_1073cm8h);
245
+ ._1es6o1h0 .txcb8d18 {
246
+ color: var(--_1073cm8a);
163
247
  }
164
- .txcb8d1a {
165
- color: var(--_1073cm8o);
248
+ ._1073cm80 .txcb8d19 {
249
+ color: #1E3860;
250
+ }
251
+ ._1es6o1h0 .txcb8d19 {
252
+ color: #1E262F;
253
+ }
254
+ ._1073cm80 .txcb8d1a {
255
+ color: #1E3860;
256
+ }
257
+ ._1es6o1h0 .txcb8d1a {
258
+ color: #1E262F;
166
259
  }
167
260
  .txcb8d1b {
168
261
  position: relative;
@@ -190,9 +283,11 @@
190
283
  max-width: 100%;
191
284
  }
192
285
  .txcb8du {
193
- margin-left: 0;
194
286
  margin-top: 24px;
195
287
  }
288
+ $.txcb8dl + .txcb8du {
289
+ margin-left: 0;
290
+ }
196
291
  .txcb8dv {
197
292
  display: flex;
198
293
  justify-content: center;
@@ -130,6 +130,24 @@
130
130
  grid-template-columns: repeat( auto-fit, minmax(250px, 1fr) );
131
131
  gap: 24px;
132
132
  }
133
+ ._1r4ovbup {
134
+ color: var(--_1073cm82);
135
+ }
136
+ ._1r4ovbuq {
137
+ background: var(--_1073cm81);
138
+ border: 1px solid #D4D4D4;
139
+ }
140
+ ._1r4ovbur {
141
+ background: var(--_1073cm88);
142
+ }
143
+ ._1r4ovbus {
144
+ background: var(--_1073cm8f);
145
+ color: var(--_1073cm8g);
146
+ }
147
+ ._1r4ovbut {
148
+ background: var(--_1073cm8m);
149
+ color: var(--_1073cm8n);
150
+ }
133
151
  @media screen and (max-width: 380px) {
134
152
  ._1r4ovbuh {
135
153
  flex-direction: column;