@cambly/syntax-core 8.0.0 → 9.0.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 +141 -106
- package/dist/index.css.map +1 -1
- package/dist/index.d.ts +47 -13
- package/dist/index.js +60 -59
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +53 -51
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -275,98 +275,98 @@
|
|
|
275
275
|
}
|
|
276
276
|
|
|
277
277
|
/* css-module:/home/runner/work/syntax/syntax/packages/syntax-core/src/Box/Box.module.css/#css-module-data */
|
|
278
|
-
.
|
|
278
|
+
._box_bg9pe_1 {
|
|
279
279
|
box-sizing: border-box;
|
|
280
280
|
}
|
|
281
|
-
.
|
|
281
|
+
._flexnone_bg9pe_5 {
|
|
282
282
|
flex: 0 0 auto;
|
|
283
283
|
}
|
|
284
|
-
.
|
|
284
|
+
._flexgrow_bg9pe_9 {
|
|
285
285
|
flex: 1 1 auto;
|
|
286
286
|
}
|
|
287
|
-
.
|
|
287
|
+
._flexWrap_bg9pe_13 {
|
|
288
288
|
flex-wrap: wrap;
|
|
289
289
|
}
|
|
290
|
-
.
|
|
290
|
+
._alignItemscenter_bg9pe_18 {
|
|
291
291
|
align-items: center;
|
|
292
292
|
}
|
|
293
|
-
.
|
|
293
|
+
._alignItemsstart_bg9pe_22 {
|
|
294
294
|
align-items: flex-start;
|
|
295
295
|
}
|
|
296
|
-
.
|
|
296
|
+
._alignItemsend_bg9pe_26 {
|
|
297
297
|
align-items: flex-end;
|
|
298
298
|
}
|
|
299
|
-
.
|
|
299
|
+
._alignItemsstretch_bg9pe_30 {
|
|
300
300
|
align-items: stretch;
|
|
301
301
|
}
|
|
302
|
-
.
|
|
302
|
+
._alignItemsbaseline_bg9pe_34 {
|
|
303
303
|
align-items: baseline;
|
|
304
304
|
}
|
|
305
305
|
@media (min-width: 480px) {
|
|
306
|
-
.
|
|
306
|
+
._alignItemscenterSmall_bg9pe_40 {
|
|
307
307
|
align-items: center;
|
|
308
308
|
}
|
|
309
|
-
.
|
|
309
|
+
._alignItemsstartSmall_bg9pe_44 {
|
|
310
310
|
align-items: flex-start;
|
|
311
311
|
}
|
|
312
|
-
.
|
|
312
|
+
._alignItemsendSmall_bg9pe_48 {
|
|
313
313
|
align-items: flex-end;
|
|
314
314
|
}
|
|
315
|
-
.
|
|
315
|
+
._alignItemsstretchSmall_bg9pe_52 {
|
|
316
316
|
align-items: stretch;
|
|
317
317
|
}
|
|
318
|
-
.
|
|
318
|
+
._alignItemsbaselineSmall_bg9pe_56 {
|
|
319
319
|
align-items: baseline;
|
|
320
320
|
}
|
|
321
321
|
}
|
|
322
322
|
@media (min-width: 960px) {
|
|
323
|
-
.
|
|
323
|
+
._alignItemscenterLarge_bg9pe_63 {
|
|
324
324
|
align-items: center;
|
|
325
325
|
}
|
|
326
|
-
.
|
|
326
|
+
._alignItemsstartLarge_bg9pe_67 {
|
|
327
327
|
align-items: flex-start;
|
|
328
328
|
}
|
|
329
|
-
.
|
|
329
|
+
._alignItemsendLarge_bg9pe_71 {
|
|
330
330
|
align-items: flex-end;
|
|
331
331
|
}
|
|
332
|
-
.
|
|
332
|
+
._alignItemsstretchLarge_bg9pe_75 {
|
|
333
333
|
align-items: stretch;
|
|
334
334
|
}
|
|
335
|
-
.
|
|
335
|
+
._alignItemsbaselineLarge_bg9pe_79 {
|
|
336
336
|
align-items: baseline;
|
|
337
337
|
}
|
|
338
338
|
}
|
|
339
|
-
.
|
|
339
|
+
._alignSelfcenter_bg9pe_85 {
|
|
340
340
|
align-self: center;
|
|
341
341
|
}
|
|
342
|
-
.
|
|
342
|
+
._alignSelfstart_bg9pe_89 {
|
|
343
343
|
align-self: flex-start;
|
|
344
344
|
}
|
|
345
|
-
.
|
|
345
|
+
._alignSelfend_bg9pe_93 {
|
|
346
346
|
align-self: flex-end;
|
|
347
347
|
}
|
|
348
|
-
.
|
|
348
|
+
._alignSelfstretch_bg9pe_97 {
|
|
349
349
|
align-self: stretch;
|
|
350
350
|
}
|
|
351
|
-
.
|
|
351
|
+
._alignSelfbaseline_bg9pe_101 {
|
|
352
352
|
align-self: baseline;
|
|
353
353
|
}
|
|
354
|
-
.
|
|
354
|
+
._alignSelfauto_bg9pe_105 {
|
|
355
355
|
align-self: auto;
|
|
356
356
|
}
|
|
357
|
-
.
|
|
357
|
+
._block_bg9pe_110 {
|
|
358
358
|
display: block;
|
|
359
359
|
}
|
|
360
|
-
.
|
|
360
|
+
._flex_bg9pe_5 {
|
|
361
361
|
display: flex;
|
|
362
362
|
}
|
|
363
|
-
.
|
|
363
|
+
._inlineBlock_bg9pe_118 {
|
|
364
364
|
display: inline-block;
|
|
365
365
|
}
|
|
366
|
-
.
|
|
366
|
+
._none_bg9pe_122 {
|
|
367
367
|
display: none;
|
|
368
368
|
}
|
|
369
|
-
.
|
|
369
|
+
._visuallyHidden_bg9pe_126 {
|
|
370
370
|
position: absolute;
|
|
371
371
|
width: 1px;
|
|
372
372
|
height: 1px;
|
|
@@ -378,19 +378,19 @@
|
|
|
378
378
|
overflow: hidden;
|
|
379
379
|
}
|
|
380
380
|
@media (min-width: 480px) {
|
|
381
|
-
.
|
|
381
|
+
._blockSmall_bg9pe_140 {
|
|
382
382
|
display: block;
|
|
383
383
|
}
|
|
384
|
-
.
|
|
384
|
+
._flexSmall_bg9pe_144 {
|
|
385
385
|
display: flex;
|
|
386
386
|
}
|
|
387
|
-
.
|
|
387
|
+
._inlineBlockSmall_bg9pe_148 {
|
|
388
388
|
display: inline-block;
|
|
389
389
|
}
|
|
390
|
-
.
|
|
390
|
+
._noneSmall_bg9pe_152 {
|
|
391
391
|
display: none;
|
|
392
392
|
}
|
|
393
|
-
.
|
|
393
|
+
._visuallyHiddenSmall_bg9pe_156 {
|
|
394
394
|
position: absolute;
|
|
395
395
|
width: 1px;
|
|
396
396
|
height: 1px;
|
|
@@ -403,19 +403,19 @@
|
|
|
403
403
|
}
|
|
404
404
|
}
|
|
405
405
|
@media (min-width: 960px) {
|
|
406
|
-
.
|
|
406
|
+
._blockLarge_bg9pe_171 {
|
|
407
407
|
display: block;
|
|
408
408
|
}
|
|
409
|
-
.
|
|
409
|
+
._flexLarge_bg9pe_175 {
|
|
410
410
|
display: flex;
|
|
411
411
|
}
|
|
412
|
-
.
|
|
412
|
+
._inlineBlockLarge_bg9pe_179 {
|
|
413
413
|
display: inline-block;
|
|
414
414
|
}
|
|
415
|
-
.
|
|
415
|
+
._noneLarge_bg9pe_183 {
|
|
416
416
|
display: none;
|
|
417
417
|
}
|
|
418
|
-
.
|
|
418
|
+
._visuallyHiddenLarge_bg9pe_187 {
|
|
419
419
|
position: absolute;
|
|
420
420
|
width: 1px;
|
|
421
421
|
height: 1px;
|
|
@@ -427,135 +427,189 @@
|
|
|
427
427
|
overflow: hidden;
|
|
428
428
|
}
|
|
429
429
|
}
|
|
430
|
-
.
|
|
430
|
+
._column_bg9pe_201 {
|
|
431
431
|
flex-direction: column;
|
|
432
432
|
}
|
|
433
|
-
.
|
|
433
|
+
._row_bg9pe_205 {
|
|
434
434
|
flex-direction: row;
|
|
435
435
|
}
|
|
436
436
|
@media (min-width: 480px) {
|
|
437
|
-
.
|
|
437
|
+
._columnSmall_bg9pe_211 {
|
|
438
438
|
flex-direction: column;
|
|
439
439
|
}
|
|
440
|
-
.
|
|
440
|
+
._rowSmall_bg9pe_215 {
|
|
441
441
|
flex-direction: row;
|
|
442
442
|
}
|
|
443
443
|
}
|
|
444
444
|
@media (min-width: 960px) {
|
|
445
|
-
.
|
|
445
|
+
._columnLarge_bg9pe_222 {
|
|
446
446
|
flex-direction: column;
|
|
447
447
|
}
|
|
448
|
-
.
|
|
448
|
+
._rowLarge_bg9pe_226 {
|
|
449
449
|
flex-direction: row;
|
|
450
450
|
}
|
|
451
451
|
}
|
|
452
|
-
.
|
|
452
|
+
._gap0_bg9pe_232 {
|
|
453
453
|
gap: 0;
|
|
454
454
|
}
|
|
455
|
-
.
|
|
455
|
+
._gap1_bg9pe_236 {
|
|
456
456
|
gap: 4px;
|
|
457
457
|
}
|
|
458
|
-
.
|
|
458
|
+
._gap2_bg9pe_240 {
|
|
459
459
|
gap: 8px;
|
|
460
460
|
}
|
|
461
|
-
.
|
|
461
|
+
._gap3_bg9pe_244 {
|
|
462
462
|
gap: 12px;
|
|
463
463
|
}
|
|
464
|
-
.
|
|
464
|
+
._gap4_bg9pe_248 {
|
|
465
465
|
gap: 16px;
|
|
466
466
|
}
|
|
467
|
-
.
|
|
467
|
+
._gap5_bg9pe_252 {
|
|
468
468
|
gap: 20px;
|
|
469
469
|
}
|
|
470
|
-
.
|
|
470
|
+
._gap6_bg9pe_256 {
|
|
471
471
|
gap: 24px;
|
|
472
472
|
}
|
|
473
|
-
.
|
|
473
|
+
._gap7_bg9pe_260 {
|
|
474
474
|
gap: 28px;
|
|
475
475
|
}
|
|
476
|
-
.
|
|
476
|
+
._gap8_bg9pe_264 {
|
|
477
477
|
gap: 32px;
|
|
478
478
|
}
|
|
479
|
-
.
|
|
479
|
+
._gap9_bg9pe_268 {
|
|
480
480
|
gap: 36px;
|
|
481
481
|
}
|
|
482
|
-
.
|
|
482
|
+
._gap10_bg9pe_272 {
|
|
483
483
|
gap: 40px;
|
|
484
484
|
}
|
|
485
|
-
.
|
|
485
|
+
._gap11_bg9pe_276 {
|
|
486
486
|
gap: 44px;
|
|
487
487
|
}
|
|
488
|
-
.
|
|
488
|
+
._gap12_bg9pe_280 {
|
|
489
489
|
gap: 48px;
|
|
490
490
|
}
|
|
491
|
-
.
|
|
491
|
+
._justifyContentcenter_bg9pe_285 {
|
|
492
492
|
justify-content: center;
|
|
493
493
|
}
|
|
494
|
-
.
|
|
494
|
+
._justifyContentstart_bg9pe_289 {
|
|
495
495
|
justify-content: flex-start;
|
|
496
496
|
}
|
|
497
|
-
.
|
|
497
|
+
._justifyContentend_bg9pe_293 {
|
|
498
498
|
justify-content: flex-end;
|
|
499
499
|
}
|
|
500
|
-
.
|
|
500
|
+
._justifyContentbetween_bg9pe_297 {
|
|
501
501
|
justify-content: space-between;
|
|
502
502
|
}
|
|
503
|
-
.
|
|
503
|
+
._justifyContentaround_bg9pe_301 {
|
|
504
504
|
justify-content: space-around;
|
|
505
505
|
}
|
|
506
|
-
.
|
|
506
|
+
._justifyContentevenly_bg9pe_305 {
|
|
507
507
|
justify-content: space-evenly;
|
|
508
508
|
}
|
|
509
509
|
@media (min-width: 480px) {
|
|
510
|
-
.
|
|
510
|
+
._justifyContentcenterSmall_bg9pe_311 {
|
|
511
511
|
justify-content: center;
|
|
512
512
|
}
|
|
513
|
-
.
|
|
513
|
+
._justifyContentstartSmall_bg9pe_315 {
|
|
514
514
|
justify-content: flex-start;
|
|
515
515
|
}
|
|
516
|
-
.
|
|
516
|
+
._justifyContentendSmall_bg9pe_319 {
|
|
517
517
|
justify-content: flex-end;
|
|
518
518
|
}
|
|
519
|
-
.
|
|
519
|
+
._justifyContentbetweenSmall_bg9pe_323 {
|
|
520
520
|
justify-content: space-between;
|
|
521
521
|
}
|
|
522
|
-
.
|
|
522
|
+
._justifyContentaroundSmall_bg9pe_327 {
|
|
523
523
|
justify-content: space-around;
|
|
524
524
|
}
|
|
525
|
-
.
|
|
525
|
+
._justifyContentevenlySmall_bg9pe_331 {
|
|
526
526
|
justify-content: space-evenly;
|
|
527
527
|
}
|
|
528
528
|
}
|
|
529
529
|
@media (min-width: 960px) {
|
|
530
|
-
.
|
|
530
|
+
._justifyContentcenterLarge_bg9pe_338 {
|
|
531
531
|
justify-content: center;
|
|
532
532
|
}
|
|
533
|
-
.
|
|
533
|
+
._justifyContentstartLarge_bg9pe_342 {
|
|
534
534
|
justify-content: flex-start;
|
|
535
535
|
}
|
|
536
|
-
.
|
|
536
|
+
._justifyContentendLarge_bg9pe_346 {
|
|
537
537
|
justify-content: flex-end;
|
|
538
538
|
}
|
|
539
|
-
.
|
|
539
|
+
._justifyContentbetweenLarge_bg9pe_350 {
|
|
540
540
|
justify-content: space-between;
|
|
541
541
|
}
|
|
542
|
-
.
|
|
542
|
+
._justifyContentaroundLarge_bg9pe_354 {
|
|
543
543
|
justify-content: space-around;
|
|
544
544
|
}
|
|
545
|
-
.
|
|
545
|
+
._justifyContentevenlyLarge_bg9pe_358 {
|
|
546
546
|
justify-content: space-evenly;
|
|
547
547
|
}
|
|
548
548
|
}
|
|
549
|
-
.
|
|
549
|
+
._overflowvisible_bg9pe_364 {
|
|
550
|
+
overflow: visible;
|
|
551
|
+
}
|
|
552
|
+
._overflowhidden_bg9pe_368 {
|
|
553
|
+
overflow: hidden;
|
|
554
|
+
}
|
|
555
|
+
._overflowscroll_bg9pe_372 {
|
|
556
|
+
overflow: scroll;
|
|
557
|
+
}
|
|
558
|
+
._overflowauto_bg9pe_376 {
|
|
559
|
+
overflow: auto;
|
|
560
|
+
}
|
|
561
|
+
._overflowinherit_bg9pe_380 {
|
|
562
|
+
overflow: inherit;
|
|
563
|
+
}
|
|
564
|
+
._overflowinitial_bg9pe_384 {
|
|
565
|
+
overflow: initial;
|
|
566
|
+
}
|
|
567
|
+
._overflowXvisible_bg9pe_388 {
|
|
568
|
+
overflow-x: visible;
|
|
569
|
+
}
|
|
570
|
+
._overflowXhidden_bg9pe_392 {
|
|
571
|
+
overflow-x: hidden;
|
|
572
|
+
}
|
|
573
|
+
._overflowXscroll_bg9pe_396 {
|
|
574
|
+
overflow-x: scroll;
|
|
575
|
+
}
|
|
576
|
+
._overflowXauto_bg9pe_400 {
|
|
577
|
+
overflow-x: auto;
|
|
578
|
+
}
|
|
579
|
+
._overflowXinherit_bg9pe_404 {
|
|
580
|
+
overflow-x: inherit;
|
|
581
|
+
}
|
|
582
|
+
._overflowXinitial_bg9pe_408 {
|
|
583
|
+
overflow-x: initial;
|
|
584
|
+
}
|
|
585
|
+
._overflowYvisible_bg9pe_412 {
|
|
586
|
+
overflow-y: visible;
|
|
587
|
+
}
|
|
588
|
+
._overflowYhidden_bg9pe_416 {
|
|
589
|
+
overflow-y: hidden;
|
|
590
|
+
}
|
|
591
|
+
._overflowYscroll_bg9pe_420 {
|
|
592
|
+
overflow-y: scroll;
|
|
593
|
+
}
|
|
594
|
+
._overflowYauto_bg9pe_424 {
|
|
595
|
+
overflow-y: auto;
|
|
596
|
+
}
|
|
597
|
+
._overflowYinherit_bg9pe_428 {
|
|
598
|
+
overflow-y: inherit;
|
|
599
|
+
}
|
|
600
|
+
._overflowYinitial_bg9pe_432 {
|
|
601
|
+
overflow-y: initial;
|
|
602
|
+
}
|
|
603
|
+
._absolute_bg9pe_437 {
|
|
550
604
|
position: absolute;
|
|
551
605
|
}
|
|
552
|
-
.
|
|
606
|
+
._fixed_bg9pe_441 {
|
|
553
607
|
position: fixed;
|
|
554
608
|
}
|
|
555
|
-
.
|
|
609
|
+
._relative_bg9pe_445 {
|
|
556
610
|
position: relative;
|
|
557
611
|
}
|
|
558
|
-
.
|
|
612
|
+
._sticky_bg9pe_449 {
|
|
559
613
|
position: sticky;
|
|
560
614
|
}
|
|
561
615
|
|
|
@@ -1820,19 +1874,19 @@
|
|
|
1820
1874
|
}
|
|
1821
1875
|
|
|
1822
1876
|
/* css-module:/home/runner/work/syntax/syntax/packages/syntax-core/src/rounding.module.css/#css-module-data */
|
|
1823
|
-
.
|
|
1877
|
+
._roundingsm_1bo6p_2 {
|
|
1824
1878
|
border-radius: 8px;
|
|
1825
1879
|
}
|
|
1826
|
-
.
|
|
1880
|
+
._roundingmd_1bo6p_6 {
|
|
1827
1881
|
border-radius: 12px;
|
|
1828
1882
|
}
|
|
1829
|
-
.
|
|
1883
|
+
._roundinglg_1bo6p_10 {
|
|
1830
1884
|
border-radius: 16px;
|
|
1831
1885
|
}
|
|
1832
|
-
.
|
|
1833
|
-
border-radius:
|
|
1886
|
+
._roundingxl_1bo6p_14 {
|
|
1887
|
+
border-radius: 24px;
|
|
1834
1888
|
}
|
|
1835
|
-
.
|
|
1889
|
+
._roundingfull_1bo6p_18 {
|
|
1836
1890
|
border-radius: 999px;
|
|
1837
1891
|
}
|
|
1838
1892
|
|
|
@@ -2132,25 +2186,6 @@
|
|
|
2132
2186
|
width: fit-content;
|
|
2133
2187
|
}
|
|
2134
2188
|
|
|
2135
|
-
/* css-module:/home/runner/work/syntax/syntax/packages/syntax-core/src/MiniActionCard/MiniActionCard.module.css/#css-module-data */
|
|
2136
|
-
._miniActionCard_qebkn_1 {
|
|
2137
|
-
border-radius: 24px;
|
|
2138
|
-
padding: 20px;
|
|
2139
|
-
width: 169px;
|
|
2140
|
-
height: 156px;
|
|
2141
|
-
background-color: #fff;
|
|
2142
|
-
}
|
|
2143
|
-
._card_qebkn_9 {
|
|
2144
|
-
border-radius: 24px;
|
|
2145
|
-
padding: 28px;
|
|
2146
|
-
background-color: #fff;
|
|
2147
|
-
}
|
|
2148
|
-
@media (min-width: 480px) {
|
|
2149
|
-
._miniActionCard_qebkn_1 {
|
|
2150
|
-
width: 232px;
|
|
2151
|
-
}
|
|
2152
|
-
}
|
|
2153
|
-
|
|
2154
2189
|
/* css-module:/home/runner/work/syntax/syntax/packages/syntax-core/src/Modal/Modal.module.css/#css-module-data */
|
|
2155
2190
|
._backdrop_30t3h_1 {
|
|
2156
2191
|
background-color: rgba(0, 0, 0, 0.6);
|