@cambly/syntax-core 2.5.0 → 2.7.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.
- package/dist/index.css +107 -104
- package/dist/index.css.map +1 -1
- package/dist/index.d.ts +3 -2
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +3 -3
package/dist/index.css
CHANGED
|
@@ -23,107 +23,110 @@
|
|
|
23
23
|
}
|
|
24
24
|
|
|
25
25
|
/* css-module:/home/runner/work/syntax/syntax/packages/syntax-core/src/Box/Box.module.css/#css-module-data */
|
|
26
|
-
.
|
|
26
|
+
._box_1hk60_1 {
|
|
27
27
|
box-sizing: border-box;
|
|
28
28
|
}
|
|
29
|
-
.
|
|
29
|
+
._flexWrap_1hk60_5 {
|
|
30
30
|
flex-wrap: wrap;
|
|
31
31
|
}
|
|
32
|
-
.
|
|
32
|
+
._alignItemscenter_1hk60_10 {
|
|
33
33
|
align-items: center;
|
|
34
34
|
}
|
|
35
|
-
.
|
|
35
|
+
._alignItemsstart_1hk60_14 {
|
|
36
36
|
align-items: flex-start;
|
|
37
37
|
}
|
|
38
|
-
.
|
|
38
|
+
._alignItemsend_1hk60_18 {
|
|
39
39
|
align-items: flex-end;
|
|
40
40
|
}
|
|
41
|
-
.
|
|
41
|
+
._alignItemsstretch_1hk60_22 {
|
|
42
42
|
align-items: stretch;
|
|
43
43
|
}
|
|
44
|
-
.
|
|
44
|
+
._alignItemsbaseline_1hk60_26 {
|
|
45
45
|
align-items: baseline;
|
|
46
46
|
}
|
|
47
47
|
@media (min-width: 480px) {
|
|
48
|
-
.
|
|
48
|
+
._alignItemscenterSmall_1hk60_32 {
|
|
49
49
|
align-items: center;
|
|
50
50
|
}
|
|
51
|
-
.
|
|
51
|
+
._alignItemsstartSmall_1hk60_36 {
|
|
52
52
|
align-items: flex-start;
|
|
53
53
|
}
|
|
54
|
-
.
|
|
54
|
+
._alignItemsendSmall_1hk60_40 {
|
|
55
55
|
align-items: flex-end;
|
|
56
56
|
}
|
|
57
|
-
.
|
|
57
|
+
._alignItemsstretchSmall_1hk60_44 {
|
|
58
58
|
align-items: stretch;
|
|
59
59
|
}
|
|
60
|
-
.
|
|
60
|
+
._alignItemsbaselineSmall_1hk60_48 {
|
|
61
61
|
align-items: baseline;
|
|
62
62
|
}
|
|
63
63
|
}
|
|
64
64
|
@media (min-width: 960px) {
|
|
65
|
-
.
|
|
65
|
+
._alignItemscenterLarge_1hk60_55 {
|
|
66
66
|
align-items: center;
|
|
67
67
|
}
|
|
68
|
-
.
|
|
68
|
+
._alignItemsstartLarge_1hk60_59 {
|
|
69
69
|
align-items: flex-start;
|
|
70
70
|
}
|
|
71
|
-
.
|
|
71
|
+
._alignItemsendLarge_1hk60_63 {
|
|
72
72
|
align-items: flex-end;
|
|
73
73
|
}
|
|
74
|
-
.
|
|
74
|
+
._alignItemsstretchLarge_1hk60_67 {
|
|
75
75
|
align-items: stretch;
|
|
76
76
|
}
|
|
77
|
-
.
|
|
77
|
+
._alignItemsbaselineLarge_1hk60_71 {
|
|
78
78
|
align-items: baseline;
|
|
79
79
|
}
|
|
80
80
|
}
|
|
81
|
-
.
|
|
81
|
+
._alignSelfcenter_1hk60_77 {
|
|
82
82
|
align-self: center;
|
|
83
83
|
}
|
|
84
|
-
.
|
|
84
|
+
._alignSelfstart_1hk60_81 {
|
|
85
85
|
align-self: flex-start;
|
|
86
86
|
}
|
|
87
|
-
.
|
|
87
|
+
._alignSelfend_1hk60_85 {
|
|
88
88
|
align-self: flex-end;
|
|
89
89
|
}
|
|
90
|
-
.
|
|
90
|
+
._alignSelfstretch_1hk60_89 {
|
|
91
91
|
align-self: stretch;
|
|
92
92
|
}
|
|
93
|
-
.
|
|
93
|
+
._alignSelfbaseline_1hk60_93 {
|
|
94
94
|
align-self: baseline;
|
|
95
95
|
}
|
|
96
|
-
.
|
|
96
|
+
._alignSelfauto_1hk60_97 {
|
|
97
97
|
align-self: auto;
|
|
98
98
|
}
|
|
99
|
-
.
|
|
99
|
+
._roundingsm_1hk60_102 {
|
|
100
100
|
border-radius: 8px;
|
|
101
101
|
}
|
|
102
|
-
.
|
|
102
|
+
._roundingmd_1hk60_106 {
|
|
103
103
|
border-radius: 12px;
|
|
104
104
|
}
|
|
105
|
-
.
|
|
105
|
+
._roundinglg_1hk60_110 {
|
|
106
106
|
border-radius: 16px;
|
|
107
107
|
}
|
|
108
|
-
.
|
|
108
|
+
._roundingxl_1hk60_114 {
|
|
109
109
|
border-radius: 32px;
|
|
110
110
|
}
|
|
111
|
-
.
|
|
111
|
+
._roundingcircle_1hk60_118 {
|
|
112
|
+
border-radius: 50%;
|
|
113
|
+
}
|
|
114
|
+
._roundingpill_1hk60_122 {
|
|
112
115
|
border-radius: 999px;
|
|
113
116
|
}
|
|
114
|
-
.
|
|
117
|
+
._block_1hk60_127 {
|
|
115
118
|
display: block;
|
|
116
119
|
}
|
|
117
|
-
.
|
|
120
|
+
._flex_1hk60_5 {
|
|
118
121
|
display: flex;
|
|
119
122
|
}
|
|
120
|
-
.
|
|
123
|
+
._inlineBlock_1hk60_135 {
|
|
121
124
|
display: inline-block;
|
|
122
125
|
}
|
|
123
|
-
.
|
|
126
|
+
._none_1hk60_139 {
|
|
124
127
|
display: none;
|
|
125
128
|
}
|
|
126
|
-
.
|
|
129
|
+
._visuallyHidden_1hk60_143 {
|
|
127
130
|
position: absolute;
|
|
128
131
|
width: 1px;
|
|
129
132
|
height: 1px;
|
|
@@ -135,19 +138,19 @@
|
|
|
135
138
|
overflow: hidden;
|
|
136
139
|
}
|
|
137
140
|
@media (min-width: 480px) {
|
|
138
|
-
.
|
|
141
|
+
._blockSmall_1hk60_157 {
|
|
139
142
|
display: block;
|
|
140
143
|
}
|
|
141
|
-
.
|
|
144
|
+
._flexSmall_1hk60_161 {
|
|
142
145
|
display: flex;
|
|
143
146
|
}
|
|
144
|
-
.
|
|
147
|
+
._inlineBlockSmall_1hk60_165 {
|
|
145
148
|
display: inline-block;
|
|
146
149
|
}
|
|
147
|
-
.
|
|
150
|
+
._noneSmall_1hk60_169 {
|
|
148
151
|
display: none;
|
|
149
152
|
}
|
|
150
|
-
.
|
|
153
|
+
._visuallyHiddenSmall_1hk60_173 {
|
|
151
154
|
position: absolute;
|
|
152
155
|
width: 1px;
|
|
153
156
|
height: 1px;
|
|
@@ -160,19 +163,19 @@
|
|
|
160
163
|
}
|
|
161
164
|
}
|
|
162
165
|
@media (min-width: 960px) {
|
|
163
|
-
.
|
|
166
|
+
._blockLarge_1hk60_188 {
|
|
164
167
|
display: block;
|
|
165
168
|
}
|
|
166
|
-
.
|
|
169
|
+
._flexLarge_1hk60_192 {
|
|
167
170
|
display: flex;
|
|
168
171
|
}
|
|
169
|
-
.
|
|
172
|
+
._inlineBlockLarge_1hk60_196 {
|
|
170
173
|
display: inline-block;
|
|
171
174
|
}
|
|
172
|
-
.
|
|
175
|
+
._noneLarge_1hk60_200 {
|
|
173
176
|
display: none;
|
|
174
177
|
}
|
|
175
|
-
.
|
|
178
|
+
._visuallyHiddenLarge_1hk60_204 {
|
|
176
179
|
position: absolute;
|
|
177
180
|
width: 1px;
|
|
178
181
|
height: 1px;
|
|
@@ -184,135 +187,135 @@
|
|
|
184
187
|
overflow: hidden;
|
|
185
188
|
}
|
|
186
189
|
}
|
|
187
|
-
.
|
|
190
|
+
._column_1hk60_218 {
|
|
188
191
|
flex-direction: column;
|
|
189
192
|
}
|
|
190
|
-
.
|
|
193
|
+
._row_1hk60_222 {
|
|
191
194
|
flex-direction: row;
|
|
192
195
|
}
|
|
193
196
|
@media (min-width: 480px) {
|
|
194
|
-
.
|
|
197
|
+
._columnSmall_1hk60_228 {
|
|
195
198
|
flex-direction: column;
|
|
196
199
|
}
|
|
197
|
-
.
|
|
200
|
+
._rowSmall_1hk60_232 {
|
|
198
201
|
flex-direction: row;
|
|
199
202
|
}
|
|
200
203
|
}
|
|
201
204
|
@media (min-width: 960px) {
|
|
202
|
-
.
|
|
205
|
+
._columnLarge_1hk60_239 {
|
|
203
206
|
flex-direction: column;
|
|
204
207
|
}
|
|
205
|
-
.
|
|
208
|
+
._rowLarge_1hk60_243 {
|
|
206
209
|
flex-direction: row;
|
|
207
210
|
}
|
|
208
211
|
}
|
|
209
|
-
.
|
|
212
|
+
._gap0_1hk60_249 {
|
|
210
213
|
gap: 0;
|
|
211
214
|
}
|
|
212
|
-
.
|
|
215
|
+
._gap1_1hk60_253 {
|
|
213
216
|
gap: 4px;
|
|
214
217
|
}
|
|
215
|
-
.
|
|
218
|
+
._gap2_1hk60_257 {
|
|
216
219
|
gap: 8px;
|
|
217
220
|
}
|
|
218
|
-
.
|
|
221
|
+
._gap3_1hk60_261 {
|
|
219
222
|
gap: 12px;
|
|
220
223
|
}
|
|
221
|
-
.
|
|
224
|
+
._gap4_1hk60_265 {
|
|
222
225
|
gap: 16px;
|
|
223
226
|
}
|
|
224
|
-
.
|
|
227
|
+
._gap5_1hk60_269 {
|
|
225
228
|
gap: 20px;
|
|
226
229
|
}
|
|
227
|
-
.
|
|
230
|
+
._gap6_1hk60_273 {
|
|
228
231
|
gap: 24px;
|
|
229
232
|
}
|
|
230
|
-
.
|
|
233
|
+
._gap7_1hk60_277 {
|
|
231
234
|
gap: 28px;
|
|
232
235
|
}
|
|
233
|
-
.
|
|
236
|
+
._gap8_1hk60_281 {
|
|
234
237
|
gap: 32px;
|
|
235
238
|
}
|
|
236
|
-
.
|
|
239
|
+
._gap9_1hk60_285 {
|
|
237
240
|
gap: 36px;
|
|
238
241
|
}
|
|
239
|
-
.
|
|
242
|
+
._gap10_1hk60_289 {
|
|
240
243
|
gap: 40px;
|
|
241
244
|
}
|
|
242
|
-
.
|
|
245
|
+
._gap11_1hk60_293 {
|
|
243
246
|
gap: 44px;
|
|
244
247
|
}
|
|
245
|
-
.
|
|
248
|
+
._gap12_1hk60_297 {
|
|
246
249
|
gap: 48px;
|
|
247
250
|
}
|
|
248
|
-
.
|
|
251
|
+
._justifyContentcenter_1hk60_302 {
|
|
249
252
|
justify-content: center;
|
|
250
253
|
}
|
|
251
|
-
.
|
|
254
|
+
._justifyContentstart_1hk60_306 {
|
|
252
255
|
justify-content: flex-start;
|
|
253
256
|
}
|
|
254
|
-
.
|
|
257
|
+
._justifyContentend_1hk60_310 {
|
|
255
258
|
justify-content: flex-end;
|
|
256
259
|
}
|
|
257
|
-
.
|
|
260
|
+
._justifyContentbetween_1hk60_314 {
|
|
258
261
|
justify-content: space-between;
|
|
259
262
|
}
|
|
260
|
-
.
|
|
263
|
+
._justifyContentaround_1hk60_318 {
|
|
261
264
|
justify-content: space-around;
|
|
262
265
|
}
|
|
263
|
-
.
|
|
266
|
+
._justifyContentevenly_1hk60_322 {
|
|
264
267
|
justify-content: space-evenly;
|
|
265
268
|
}
|
|
266
269
|
@media (min-width: 480px) {
|
|
267
|
-
.
|
|
270
|
+
._justifyContentcenterSmall_1hk60_328 {
|
|
268
271
|
justify-content: center;
|
|
269
272
|
}
|
|
270
|
-
.
|
|
273
|
+
._justifyContentstartSmall_1hk60_332 {
|
|
271
274
|
justify-content: flex-start;
|
|
272
275
|
}
|
|
273
|
-
.
|
|
276
|
+
._justifyContentendSmall_1hk60_336 {
|
|
274
277
|
justify-content: flex-end;
|
|
275
278
|
}
|
|
276
|
-
.
|
|
279
|
+
._justifyContentbetweenSmall_1hk60_340 {
|
|
277
280
|
justify-content: space-between;
|
|
278
281
|
}
|
|
279
|
-
.
|
|
282
|
+
._justifyContentaroundSmall_1hk60_344 {
|
|
280
283
|
justify-content: space-around;
|
|
281
284
|
}
|
|
282
|
-
.
|
|
285
|
+
._justifyContentevenlySmall_1hk60_348 {
|
|
283
286
|
justify-content: space-evenly;
|
|
284
287
|
}
|
|
285
288
|
}
|
|
286
289
|
@media (min-width: 960px) {
|
|
287
|
-
.
|
|
290
|
+
._justifyContentcenterLarge_1hk60_355 {
|
|
288
291
|
justify-content: center;
|
|
289
292
|
}
|
|
290
|
-
.
|
|
293
|
+
._justifyContentstartLarge_1hk60_359 {
|
|
291
294
|
justify-content: flex-start;
|
|
292
295
|
}
|
|
293
|
-
.
|
|
296
|
+
._justifyContentendLarge_1hk60_363 {
|
|
294
297
|
justify-content: flex-end;
|
|
295
298
|
}
|
|
296
|
-
.
|
|
299
|
+
._justifyContentbetweenLarge_1hk60_367 {
|
|
297
300
|
justify-content: space-between;
|
|
298
301
|
}
|
|
299
|
-
.
|
|
302
|
+
._justifyContentaroundLarge_1hk60_371 {
|
|
300
303
|
justify-content: space-around;
|
|
301
304
|
}
|
|
302
|
-
.
|
|
305
|
+
._justifyContentevenlyLarge_1hk60_375 {
|
|
303
306
|
justify-content: space-evenly;
|
|
304
307
|
}
|
|
305
308
|
}
|
|
306
|
-
.
|
|
309
|
+
._absolute_1hk60_381 {
|
|
307
310
|
position: absolute;
|
|
308
311
|
}
|
|
309
|
-
.
|
|
312
|
+
._fixed_1hk60_385 {
|
|
310
313
|
position: fixed;
|
|
311
314
|
}
|
|
312
|
-
.
|
|
315
|
+
._relative_1hk60_389 {
|
|
313
316
|
position: relative;
|
|
314
317
|
}
|
|
315
|
-
.
|
|
318
|
+
._sticky_1hk60_393 {
|
|
316
319
|
position: sticky;
|
|
317
320
|
}
|
|
318
321
|
|
|
@@ -2095,78 +2098,78 @@
|
|
|
2095
2098
|
}
|
|
2096
2099
|
|
|
2097
2100
|
/* css-module:/home/runner/work/syntax/syntax/packages/syntax-core/src/RadioButton/RadioButton.module.css/#css-module-data */
|
|
2098
|
-
.
|
|
2101
|
+
._radioButton_1kj8n_1 {
|
|
2099
2102
|
display: flex;
|
|
2100
2103
|
flex-direction: row;
|
|
2101
2104
|
align-items: center;
|
|
2102
2105
|
cursor: pointer;
|
|
2103
2106
|
}
|
|
2104
|
-
.
|
|
2107
|
+
._focusedRadioButton_1kj8n_8 {
|
|
2105
2108
|
box-shadow: 0 0 0 4px #000;
|
|
2106
2109
|
outline: solid 2px #fff;
|
|
2107
2110
|
}
|
|
2108
|
-
.
|
|
2111
|
+
._smBase_1kj8n_13 {
|
|
2109
2112
|
height: 16px;
|
|
2110
2113
|
gap: 4px;
|
|
2111
2114
|
}
|
|
2112
|
-
.
|
|
2113
|
-
height:
|
|
2114
|
-
gap:
|
|
2115
|
+
._mdBase_1kj8n_18 {
|
|
2116
|
+
height: 32px;
|
|
2117
|
+
gap: 16px;
|
|
2115
2118
|
}
|
|
2116
|
-
.
|
|
2119
|
+
._radioStyleOverride_1kj8n_23 {
|
|
2117
2120
|
opacity: 0;
|
|
2118
2121
|
margin: 0;
|
|
2119
2122
|
}
|
|
2120
|
-
.
|
|
2123
|
+
._smOverride_1kj8n_28 {
|
|
2121
2124
|
width: 16px;
|
|
2122
2125
|
height: 16px;
|
|
2123
2126
|
}
|
|
2124
|
-
.
|
|
2127
|
+
._mdOverride_1kj8n_33 {
|
|
2125
2128
|
width: 24px;
|
|
2126
2129
|
height: 24px;
|
|
2127
2130
|
}
|
|
2128
|
-
.
|
|
2131
|
+
._outer_1kj8n_38 {
|
|
2129
2132
|
display: flex;
|
|
2130
2133
|
justify-content: center;
|
|
2131
2134
|
align-items: center;
|
|
2132
2135
|
position: absolute;
|
|
2133
2136
|
}
|
|
2134
|
-
.
|
|
2137
|
+
._sm_1kj8n_13 {
|
|
2135
2138
|
height: 16px;
|
|
2136
2139
|
width: 16px;
|
|
2137
2140
|
border-radius: 8px;
|
|
2138
2141
|
}
|
|
2139
|
-
.
|
|
2142
|
+
._md_1kj8n_18 {
|
|
2140
2143
|
height: 24px;
|
|
2141
2144
|
width: 24px;
|
|
2142
2145
|
border-radius: 12px;
|
|
2143
2146
|
}
|
|
2144
|
-
.
|
|
2147
|
+
._errorOuterBackgroundColor_1kj8n_57 {
|
|
2145
2148
|
background-color: var(--color-base-destructive-700);
|
|
2146
2149
|
}
|
|
2147
|
-
.
|
|
2150
|
+
._outerBackgroundColor_1kj8n_61 {
|
|
2148
2151
|
background-color: var(--color-base-primary-700);
|
|
2149
2152
|
}
|
|
2150
|
-
.
|
|
2153
|
+
._background_1kj8n_65 {
|
|
2151
2154
|
position: absolute;
|
|
2152
2155
|
box-sizing: border-box;
|
|
2153
2156
|
border: 2px solid;
|
|
2154
2157
|
}
|
|
2155
|
-
.
|
|
2158
|
+
._errorBorderColor_1kj8n_71 {
|
|
2156
2159
|
border-color: var(--color-base-destructive-700);
|
|
2157
2160
|
}
|
|
2158
|
-
.
|
|
2161
|
+
._borderColor_1kj8n_75 {
|
|
2159
2162
|
border-color: var(--color-base-primary-700);
|
|
2160
2163
|
}
|
|
2161
|
-
.
|
|
2164
|
+
._circle_1kj8n_79 {
|
|
2162
2165
|
border-radius: 50%;
|
|
2163
2166
|
}
|
|
2164
|
-
.
|
|
2167
|
+
._smInner_1kj8n_83 {
|
|
2165
2168
|
background-color: var(--color-base-white);
|
|
2166
2169
|
height: 6px;
|
|
2167
2170
|
width: 6px;
|
|
2168
2171
|
}
|
|
2169
|
-
.
|
|
2172
|
+
._mdInner_1kj8n_89 {
|
|
2170
2173
|
background-color: var(--color-base-white);
|
|
2171
2174
|
height: 10px;
|
|
2172
2175
|
width: 10px;
|