@codecademy/gamut 68.0.1-alpha.42d772.0 → 68.0.1-alpha.470613.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/Box/props.d.ts +26 -130
- package/dist/Button/shared/styles.d.ts +26 -130
- package/dist/Card/elements.d.ts +78 -390
- package/dist/Form/elements/Form.d.ts +26 -130
- package/dist/GridForm/GridFormSections/GridFormSectionBreak.d.ts +26 -130
- package/dist/List/elements.d.ts +26 -130
- package/dist/Menu/elements.d.ts +26 -130
- package/dist/Pagination/AnimatedPaginationButtons.d.ts +26 -130
- package/dist/Pagination/utils.d.ts +26 -130
- package/package.json +7 -7
|
@@ -369,19 +369,11 @@ export declare const AnimatedFadeButton: (props: {
|
|
|
369
369
|
readonly property: "zIndex";
|
|
370
370
|
}>;
|
|
371
371
|
borderBottom?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
372
|
-
readonly property:
|
|
373
|
-
readonly physical: "borderBottom";
|
|
374
|
-
readonly logical: "borderBlockEnd";
|
|
375
|
-
};
|
|
376
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
372
|
+
readonly property: "borderBottom";
|
|
377
373
|
readonly scale: "borders";
|
|
378
374
|
}>;
|
|
379
375
|
borderLeft?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
380
|
-
readonly property:
|
|
381
|
-
readonly physical: "borderLeft";
|
|
382
|
-
readonly logical: "borderInlineStart";
|
|
383
|
-
};
|
|
384
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
376
|
+
readonly property: "borderLeft";
|
|
385
377
|
readonly scale: "borders";
|
|
386
378
|
}>;
|
|
387
379
|
borderRadius?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
@@ -389,22 +381,14 @@ export declare const AnimatedFadeButton: (props: {
|
|
|
389
381
|
readonly scale: "borderRadii";
|
|
390
382
|
}>;
|
|
391
383
|
borderRight?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
392
|
-
readonly property:
|
|
393
|
-
readonly physical: "borderRight";
|
|
394
|
-
readonly logical: "borderInlineEnd";
|
|
395
|
-
};
|
|
396
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
384
|
+
readonly property: "borderRight";
|
|
397
385
|
readonly scale: "borders";
|
|
398
386
|
}>;
|
|
399
387
|
borderStyle?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
400
388
|
readonly property: "borderStyle";
|
|
401
389
|
}>;
|
|
402
390
|
borderTop?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
403
|
-
readonly property:
|
|
404
|
-
readonly physical: "borderTop";
|
|
405
|
-
readonly logical: "borderBlockStart";
|
|
406
|
-
};
|
|
407
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
391
|
+
readonly property: "borderTop";
|
|
408
392
|
readonly scale: "borders";
|
|
409
393
|
}>;
|
|
410
394
|
borderWidth?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
@@ -538,177 +522,89 @@ export declare const AnimatedFadeButton: (props: {
|
|
|
538
522
|
}>;
|
|
539
523
|
borderX?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
540
524
|
readonly property: "border";
|
|
541
|
-
readonly properties:
|
|
542
|
-
readonly physical: readonly ["borderLeft", "borderRight"];
|
|
543
|
-
readonly logical: readonly ["borderInlineStart", "borderInlineEnd"];
|
|
544
|
-
};
|
|
545
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
525
|
+
readonly properties: readonly ["borderLeft", "borderRight"];
|
|
546
526
|
readonly scale: "borders";
|
|
547
527
|
}>;
|
|
548
528
|
borderY?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
549
529
|
readonly property: "border";
|
|
550
|
-
readonly properties:
|
|
551
|
-
readonly physical: readonly ["borderTop", "borderBottom"];
|
|
552
|
-
readonly logical: readonly ["borderBlockStart", "borderBlockEnd"];
|
|
553
|
-
};
|
|
554
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
530
|
+
readonly properties: readonly ["borderTop", "borderBottom"];
|
|
555
531
|
readonly scale: "borders";
|
|
556
532
|
}>;
|
|
557
533
|
borderWidthX?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
558
534
|
readonly property: "borderWidth";
|
|
559
|
-
readonly properties:
|
|
560
|
-
readonly physical: readonly ["borderLeftWidth", "borderRightWidth"];
|
|
561
|
-
readonly logical: readonly ["borderInlineStartWidth", "borderInlineEndWidth"];
|
|
562
|
-
};
|
|
563
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
535
|
+
readonly properties: readonly ["borderLeftWidth", "borderRightWidth"];
|
|
564
536
|
}>;
|
|
565
537
|
borderWidthY?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
566
538
|
readonly property: "borderWidth";
|
|
567
|
-
readonly properties:
|
|
568
|
-
readonly physical: readonly ["borderTopWidth", "borderBottomWidth"];
|
|
569
|
-
readonly logical: readonly ["borderBlockStartWidth", "borderBlockEndWidth"];
|
|
570
|
-
};
|
|
571
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
539
|
+
readonly properties: readonly ["borderTopWidth", "borderBottomWidth"];
|
|
572
540
|
}>;
|
|
573
541
|
borderWidthLeft?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
574
|
-
readonly property:
|
|
575
|
-
readonly physical: "borderLeftWidth";
|
|
576
|
-
readonly logical: "borderInlineStartWidth";
|
|
577
|
-
};
|
|
578
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
542
|
+
readonly property: "borderLeftWidth";
|
|
579
543
|
}>;
|
|
580
544
|
borderWidthRight?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
581
|
-
readonly property:
|
|
582
|
-
readonly physical: "borderRightWidth";
|
|
583
|
-
readonly logical: "borderInlineEndWidth";
|
|
584
|
-
};
|
|
585
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
545
|
+
readonly property: "borderRightWidth";
|
|
586
546
|
}>;
|
|
587
547
|
borderWidthTop?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
588
|
-
readonly property:
|
|
589
|
-
readonly physical: "borderTopWidth";
|
|
590
|
-
readonly logical: "borderBlockStartWidth";
|
|
591
|
-
};
|
|
592
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
548
|
+
readonly property: "borderTopWidth";
|
|
593
549
|
}>;
|
|
594
550
|
borderWidthBottom?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
595
|
-
readonly property:
|
|
596
|
-
readonly physical: "borderBottomWidth";
|
|
597
|
-
readonly logical: "borderBlockEndWidth";
|
|
598
|
-
};
|
|
599
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
551
|
+
readonly property: "borderBottomWidth";
|
|
600
552
|
}>;
|
|
601
553
|
borderRadiusLeft?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
602
554
|
readonly property: "borderRadius";
|
|
603
|
-
readonly properties:
|
|
604
|
-
readonly physical: readonly ["borderTopLeftRadius", "borderBottomLeftRadius"];
|
|
605
|
-
readonly logical: readonly ["borderStartStartRadius", "borderEndStartRadius"];
|
|
606
|
-
};
|
|
607
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
555
|
+
readonly properties: readonly ["borderTopLeftRadius", "borderBottomLeftRadius"];
|
|
608
556
|
readonly scale: "borderRadii";
|
|
609
557
|
}>;
|
|
610
558
|
borderRadiusTop?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
611
559
|
readonly property: "borderRadius";
|
|
612
|
-
readonly properties:
|
|
613
|
-
readonly physical: readonly ["borderTopLeftRadius", "borderTopRightRadius"];
|
|
614
|
-
readonly logical: readonly ["borderStartStartRadius", "borderStartEndRadius"];
|
|
615
|
-
};
|
|
616
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
560
|
+
readonly properties: readonly ["borderTopLeftRadius", "borderTopRightRadius"];
|
|
617
561
|
readonly scale: "borderRadii";
|
|
618
562
|
}>;
|
|
619
563
|
borderRadiusBottom?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
620
564
|
readonly property: "borderRadius";
|
|
621
|
-
readonly properties:
|
|
622
|
-
readonly physical: readonly ["borderBottomLeftRadius", "borderBottomRightRadius"];
|
|
623
|
-
readonly logical: readonly ["borderEndStartRadius", "borderEndEndRadius"];
|
|
624
|
-
};
|
|
625
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
565
|
+
readonly properties: readonly ["borderBottomLeftRadius", "borderBottomRightRadius"];
|
|
626
566
|
readonly scale: "borderRadii";
|
|
627
567
|
}>;
|
|
628
568
|
borderRadiusRight?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
629
569
|
readonly property: "borderRadius";
|
|
630
|
-
readonly properties:
|
|
631
|
-
readonly physical: readonly ["borderTopRightRadius", "borderBottomRightRadius"];
|
|
632
|
-
readonly logical: readonly ["borderStartEndRadius", "borderEndEndRadius"];
|
|
633
|
-
};
|
|
634
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
570
|
+
readonly properties: readonly ["borderTopRightRadius", "borderBottomRightRadius"];
|
|
635
571
|
readonly scale: "borderRadii";
|
|
636
572
|
}>;
|
|
637
573
|
borderRadiusTopLeft?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
638
|
-
readonly property:
|
|
639
|
-
readonly physical: "borderTopLeftRadius";
|
|
640
|
-
readonly logical: "borderStartStartRadius";
|
|
641
|
-
};
|
|
642
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
574
|
+
readonly property: "borderTopLeftRadius";
|
|
643
575
|
readonly scale: "borderRadii";
|
|
644
576
|
}>;
|
|
645
577
|
borderRadiusTopRight?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
646
|
-
readonly property:
|
|
647
|
-
readonly physical: "borderTopRightRadius";
|
|
648
|
-
readonly logical: "borderStartEndRadius";
|
|
649
|
-
};
|
|
650
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
578
|
+
readonly property: "borderTopRightRadius";
|
|
651
579
|
readonly scale: "borderRadii";
|
|
652
580
|
}>;
|
|
653
581
|
borderRadiusBottomRight?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
654
|
-
readonly property:
|
|
655
|
-
readonly physical: "borderBottomRightRadius";
|
|
656
|
-
readonly logical: "borderEndEndRadius";
|
|
657
|
-
};
|
|
658
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
582
|
+
readonly property: "borderBottomRightRadius";
|
|
659
583
|
readonly scale: "borderRadii";
|
|
660
584
|
}>;
|
|
661
585
|
borderRadiusBottomLeft?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
662
|
-
readonly property:
|
|
663
|
-
readonly physical: "borderBottomLeftRadius";
|
|
664
|
-
readonly logical: "borderEndStartRadius";
|
|
665
|
-
};
|
|
666
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
586
|
+
readonly property: "borderBottomLeftRadius";
|
|
667
587
|
readonly scale: "borderRadii";
|
|
668
588
|
}>;
|
|
669
589
|
borderStyleX?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
670
590
|
readonly property: "borderStyle";
|
|
671
|
-
readonly properties:
|
|
672
|
-
readonly physical: readonly ["borderLeftStyle", "borderRightStyle"];
|
|
673
|
-
readonly logical: readonly ["borderInlineStartStyle", "borderInlineEndStyle"];
|
|
674
|
-
};
|
|
675
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
591
|
+
readonly properties: readonly ["borderLeftStyle", "borderRightStyle"];
|
|
676
592
|
}>;
|
|
677
593
|
borderStyleY?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
678
594
|
readonly property: "borderStyle";
|
|
679
|
-
readonly properties:
|
|
680
|
-
readonly physical: readonly ["borderTopStyle", "borderBottomStyle"];
|
|
681
|
-
readonly logical: readonly ["borderBlockStartStyle", "borderBlockEndStyle"];
|
|
682
|
-
};
|
|
683
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
595
|
+
readonly properties: readonly ["borderTopStyle", "borderBottomStyle"];
|
|
684
596
|
}>;
|
|
685
597
|
borderStyleLeft?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
686
|
-
readonly property:
|
|
687
|
-
readonly physical: "borderLeftStyle";
|
|
688
|
-
readonly logical: "borderInlineStartStyle";
|
|
689
|
-
};
|
|
690
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
598
|
+
readonly property: "borderLeftStyle";
|
|
691
599
|
}>;
|
|
692
600
|
borderStyleRight?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
693
|
-
readonly property:
|
|
694
|
-
readonly physical: "borderRightStyle";
|
|
695
|
-
readonly logical: "borderInlineEndStyle";
|
|
696
|
-
};
|
|
697
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
601
|
+
readonly property: "borderRightStyle";
|
|
698
602
|
}>;
|
|
699
603
|
borderStyleTop?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
700
|
-
readonly property:
|
|
701
|
-
readonly physical: "borderTopStyle";
|
|
702
|
-
readonly logical: "borderBlockStartStyle";
|
|
703
|
-
};
|
|
704
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
604
|
+
readonly property: "borderTopStyle";
|
|
705
605
|
}>;
|
|
706
606
|
borderStyleBottom?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
707
|
-
readonly property:
|
|
708
|
-
readonly physical: "borderBottomStyle";
|
|
709
|
-
readonly logical: "borderBlockEndStyle";
|
|
710
|
-
};
|
|
711
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
607
|
+
readonly property: "borderBottomStyle";
|
|
712
608
|
}>;
|
|
713
609
|
dimensions?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
714
610
|
readonly property: "width";
|
|
@@ -381,19 +381,11 @@ export declare const createAnimatedFadeButton: (WrappedComponent: typeof Paginat
|
|
|
381
381
|
readonly property: "zIndex";
|
|
382
382
|
}>;
|
|
383
383
|
borderBottom?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
384
|
-
readonly property:
|
|
385
|
-
readonly physical: "borderBottom";
|
|
386
|
-
readonly logical: "borderBlockEnd";
|
|
387
|
-
};
|
|
388
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
384
|
+
readonly property: "borderBottom";
|
|
389
385
|
readonly scale: "borders";
|
|
390
386
|
}>;
|
|
391
387
|
borderLeft?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
392
|
-
readonly property:
|
|
393
|
-
readonly physical: "borderLeft";
|
|
394
|
-
readonly logical: "borderInlineStart";
|
|
395
|
-
};
|
|
396
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
388
|
+
readonly property: "borderLeft";
|
|
397
389
|
readonly scale: "borders";
|
|
398
390
|
}>;
|
|
399
391
|
borderRadius?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
@@ -401,22 +393,14 @@ export declare const createAnimatedFadeButton: (WrappedComponent: typeof Paginat
|
|
|
401
393
|
readonly scale: "borderRadii";
|
|
402
394
|
}>;
|
|
403
395
|
borderRight?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
404
|
-
readonly property:
|
|
405
|
-
readonly physical: "borderRight";
|
|
406
|
-
readonly logical: "borderInlineEnd";
|
|
407
|
-
};
|
|
408
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
396
|
+
readonly property: "borderRight";
|
|
409
397
|
readonly scale: "borders";
|
|
410
398
|
}>;
|
|
411
399
|
borderStyle?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
412
400
|
readonly property: "borderStyle";
|
|
413
401
|
}>;
|
|
414
402
|
borderTop?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
415
|
-
readonly property:
|
|
416
|
-
readonly physical: "borderTop";
|
|
417
|
-
readonly logical: "borderBlockStart";
|
|
418
|
-
};
|
|
419
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
403
|
+
readonly property: "borderTop";
|
|
420
404
|
readonly scale: "borders";
|
|
421
405
|
}>;
|
|
422
406
|
borderWidth?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
@@ -550,177 +534,89 @@ export declare const createAnimatedFadeButton: (WrappedComponent: typeof Paginat
|
|
|
550
534
|
}>;
|
|
551
535
|
borderX?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
552
536
|
readonly property: "border";
|
|
553
|
-
readonly properties:
|
|
554
|
-
readonly physical: readonly ["borderLeft", "borderRight"];
|
|
555
|
-
readonly logical: readonly ["borderInlineStart", "borderInlineEnd"];
|
|
556
|
-
};
|
|
557
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
537
|
+
readonly properties: readonly ["borderLeft", "borderRight"];
|
|
558
538
|
readonly scale: "borders";
|
|
559
539
|
}>;
|
|
560
540
|
borderY?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
561
541
|
readonly property: "border";
|
|
562
|
-
readonly properties:
|
|
563
|
-
readonly physical: readonly ["borderTop", "borderBottom"];
|
|
564
|
-
readonly logical: readonly ["borderBlockStart", "borderBlockEnd"];
|
|
565
|
-
};
|
|
566
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
542
|
+
readonly properties: readonly ["borderTop", "borderBottom"];
|
|
567
543
|
readonly scale: "borders";
|
|
568
544
|
}>;
|
|
569
545
|
borderWidthX?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
570
546
|
readonly property: "borderWidth";
|
|
571
|
-
readonly properties:
|
|
572
|
-
readonly physical: readonly ["borderLeftWidth", "borderRightWidth"];
|
|
573
|
-
readonly logical: readonly ["borderInlineStartWidth", "borderInlineEndWidth"];
|
|
574
|
-
};
|
|
575
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
547
|
+
readonly properties: readonly ["borderLeftWidth", "borderRightWidth"];
|
|
576
548
|
}>;
|
|
577
549
|
borderWidthY?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
578
550
|
readonly property: "borderWidth";
|
|
579
|
-
readonly properties:
|
|
580
|
-
readonly physical: readonly ["borderTopWidth", "borderBottomWidth"];
|
|
581
|
-
readonly logical: readonly ["borderBlockStartWidth", "borderBlockEndWidth"];
|
|
582
|
-
};
|
|
583
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
551
|
+
readonly properties: readonly ["borderTopWidth", "borderBottomWidth"];
|
|
584
552
|
}>;
|
|
585
553
|
borderWidthLeft?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
586
|
-
readonly property:
|
|
587
|
-
readonly physical: "borderLeftWidth";
|
|
588
|
-
readonly logical: "borderInlineStartWidth";
|
|
589
|
-
};
|
|
590
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
554
|
+
readonly property: "borderLeftWidth";
|
|
591
555
|
}>;
|
|
592
556
|
borderWidthRight?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
593
|
-
readonly property:
|
|
594
|
-
readonly physical: "borderRightWidth";
|
|
595
|
-
readonly logical: "borderInlineEndWidth";
|
|
596
|
-
};
|
|
597
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
557
|
+
readonly property: "borderRightWidth";
|
|
598
558
|
}>;
|
|
599
559
|
borderWidthTop?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
600
|
-
readonly property:
|
|
601
|
-
readonly physical: "borderTopWidth";
|
|
602
|
-
readonly logical: "borderBlockStartWidth";
|
|
603
|
-
};
|
|
604
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
560
|
+
readonly property: "borderTopWidth";
|
|
605
561
|
}>;
|
|
606
562
|
borderWidthBottom?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
607
|
-
readonly property:
|
|
608
|
-
readonly physical: "borderBottomWidth";
|
|
609
|
-
readonly logical: "borderBlockEndWidth";
|
|
610
|
-
};
|
|
611
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
563
|
+
readonly property: "borderBottomWidth";
|
|
612
564
|
}>;
|
|
613
565
|
borderRadiusLeft?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
614
566
|
readonly property: "borderRadius";
|
|
615
|
-
readonly properties:
|
|
616
|
-
readonly physical: readonly ["borderTopLeftRadius", "borderBottomLeftRadius"];
|
|
617
|
-
readonly logical: readonly ["borderStartStartRadius", "borderEndStartRadius"];
|
|
618
|
-
};
|
|
619
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
567
|
+
readonly properties: readonly ["borderTopLeftRadius", "borderBottomLeftRadius"];
|
|
620
568
|
readonly scale: "borderRadii";
|
|
621
569
|
}>;
|
|
622
570
|
borderRadiusTop?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
623
571
|
readonly property: "borderRadius";
|
|
624
|
-
readonly properties:
|
|
625
|
-
readonly physical: readonly ["borderTopLeftRadius", "borderTopRightRadius"];
|
|
626
|
-
readonly logical: readonly ["borderStartStartRadius", "borderStartEndRadius"];
|
|
627
|
-
};
|
|
628
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
572
|
+
readonly properties: readonly ["borderTopLeftRadius", "borderTopRightRadius"];
|
|
629
573
|
readonly scale: "borderRadii";
|
|
630
574
|
}>;
|
|
631
575
|
borderRadiusBottom?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
632
576
|
readonly property: "borderRadius";
|
|
633
|
-
readonly properties:
|
|
634
|
-
readonly physical: readonly ["borderBottomLeftRadius", "borderBottomRightRadius"];
|
|
635
|
-
readonly logical: readonly ["borderEndStartRadius", "borderEndEndRadius"];
|
|
636
|
-
};
|
|
637
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
577
|
+
readonly properties: readonly ["borderBottomLeftRadius", "borderBottomRightRadius"];
|
|
638
578
|
readonly scale: "borderRadii";
|
|
639
579
|
}>;
|
|
640
580
|
borderRadiusRight?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
641
581
|
readonly property: "borderRadius";
|
|
642
|
-
readonly properties:
|
|
643
|
-
readonly physical: readonly ["borderTopRightRadius", "borderBottomRightRadius"];
|
|
644
|
-
readonly logical: readonly ["borderStartEndRadius", "borderEndEndRadius"];
|
|
645
|
-
};
|
|
646
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
582
|
+
readonly properties: readonly ["borderTopRightRadius", "borderBottomRightRadius"];
|
|
647
583
|
readonly scale: "borderRadii";
|
|
648
584
|
}>;
|
|
649
585
|
borderRadiusTopLeft?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
650
|
-
readonly property:
|
|
651
|
-
readonly physical: "borderTopLeftRadius";
|
|
652
|
-
readonly logical: "borderStartStartRadius";
|
|
653
|
-
};
|
|
654
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
586
|
+
readonly property: "borderTopLeftRadius";
|
|
655
587
|
readonly scale: "borderRadii";
|
|
656
588
|
}>;
|
|
657
589
|
borderRadiusTopRight?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
658
|
-
readonly property:
|
|
659
|
-
readonly physical: "borderTopRightRadius";
|
|
660
|
-
readonly logical: "borderStartEndRadius";
|
|
661
|
-
};
|
|
662
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
590
|
+
readonly property: "borderTopRightRadius";
|
|
663
591
|
readonly scale: "borderRadii";
|
|
664
592
|
}>;
|
|
665
593
|
borderRadiusBottomRight?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
666
|
-
readonly property:
|
|
667
|
-
readonly physical: "borderBottomRightRadius";
|
|
668
|
-
readonly logical: "borderEndEndRadius";
|
|
669
|
-
};
|
|
670
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
594
|
+
readonly property: "borderBottomRightRadius";
|
|
671
595
|
readonly scale: "borderRadii";
|
|
672
596
|
}>;
|
|
673
597
|
borderRadiusBottomLeft?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
674
|
-
readonly property:
|
|
675
|
-
readonly physical: "borderBottomLeftRadius";
|
|
676
|
-
readonly logical: "borderEndStartRadius";
|
|
677
|
-
};
|
|
678
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
598
|
+
readonly property: "borderBottomLeftRadius";
|
|
679
599
|
readonly scale: "borderRadii";
|
|
680
600
|
}>;
|
|
681
601
|
borderStyleX?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
682
602
|
readonly property: "borderStyle";
|
|
683
|
-
readonly properties:
|
|
684
|
-
readonly physical: readonly ["borderLeftStyle", "borderRightStyle"];
|
|
685
|
-
readonly logical: readonly ["borderInlineStartStyle", "borderInlineEndStyle"];
|
|
686
|
-
};
|
|
687
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
603
|
+
readonly properties: readonly ["borderLeftStyle", "borderRightStyle"];
|
|
688
604
|
}>;
|
|
689
605
|
borderStyleY?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
690
606
|
readonly property: "borderStyle";
|
|
691
|
-
readonly properties:
|
|
692
|
-
readonly physical: readonly ["borderTopStyle", "borderBottomStyle"];
|
|
693
|
-
readonly logical: readonly ["borderBlockStartStyle", "borderBlockEndStyle"];
|
|
694
|
-
};
|
|
695
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
607
|
+
readonly properties: readonly ["borderTopStyle", "borderBottomStyle"];
|
|
696
608
|
}>;
|
|
697
609
|
borderStyleLeft?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
698
|
-
readonly property:
|
|
699
|
-
readonly physical: "borderLeftStyle";
|
|
700
|
-
readonly logical: "borderInlineStartStyle";
|
|
701
|
-
};
|
|
702
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
610
|
+
readonly property: "borderLeftStyle";
|
|
703
611
|
}>;
|
|
704
612
|
borderStyleRight?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
705
|
-
readonly property:
|
|
706
|
-
readonly physical: "borderRightStyle";
|
|
707
|
-
readonly logical: "borderInlineEndStyle";
|
|
708
|
-
};
|
|
709
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
613
|
+
readonly property: "borderRightStyle";
|
|
710
614
|
}>;
|
|
711
615
|
borderStyleTop?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
712
|
-
readonly property:
|
|
713
|
-
readonly physical: "borderTopStyle";
|
|
714
|
-
readonly logical: "borderBlockStartStyle";
|
|
715
|
-
};
|
|
716
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
616
|
+
readonly property: "borderTopStyle";
|
|
717
617
|
}>;
|
|
718
618
|
borderStyleBottom?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
719
|
-
readonly property:
|
|
720
|
-
readonly physical: "borderBottomStyle";
|
|
721
|
-
readonly logical: "borderBlockEndStyle";
|
|
722
|
-
};
|
|
723
|
-
readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
|
|
619
|
+
readonly property: "borderBottomStyle";
|
|
724
620
|
}>;
|
|
725
621
|
dimensions?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
726
622
|
readonly property: "width";
|
package/package.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@codecademy/gamut",
|
|
3
3
|
"description": "Styleguide & Component library for Codecademy",
|
|
4
|
-
"version": "68.0.1-alpha.
|
|
4
|
+
"version": "68.0.1-alpha.470613.0",
|
|
5
5
|
"author": "Codecademy Engineering <dev@codecademy.com>",
|
|
6
6
|
"dependencies": {
|
|
7
|
-
"@codecademy/gamut-icons": "9.54.3-alpha.
|
|
8
|
-
"@codecademy/gamut-illustrations": "0.58.3-alpha.
|
|
9
|
-
"@codecademy/gamut-patterns": "0.10.22-alpha.
|
|
10
|
-
"@codecademy/gamut-styles": "17.11.3-alpha.
|
|
11
|
-
"@codecademy/variance": "0.25.3-alpha.
|
|
7
|
+
"@codecademy/gamut-icons": "9.54.3-alpha.470613.0",
|
|
8
|
+
"@codecademy/gamut-illustrations": "0.58.3-alpha.470613.0",
|
|
9
|
+
"@codecademy/gamut-patterns": "0.10.22-alpha.470613.0",
|
|
10
|
+
"@codecademy/gamut-styles": "17.11.3-alpha.470613.0",
|
|
11
|
+
"@codecademy/variance": "0.25.3-alpha.470613.0",
|
|
12
12
|
"@types/marked": "^4.0.8",
|
|
13
13
|
"@vidstack/react": "^1.12.12",
|
|
14
14
|
"classnames": "^2.2.5",
|
|
@@ -56,5 +56,5 @@
|
|
|
56
56
|
"dist/**/[A-Z]**/[A-Z]*.js",
|
|
57
57
|
"dist/**/[A-Z]**/index.js"
|
|
58
58
|
],
|
|
59
|
-
"gitHead": "
|
|
59
|
+
"gitHead": "c1aeb7abf9203d179a9c09d4f290021cee11f01c"
|
|
60
60
|
}
|