@@ -645,6 +645,7 @@ export interface Theme {
645
645
*
646
646
* @see https://theme-ui.com/theme-spec
647
647
* @see https://theme-ui.com/components/variants
648
+ * @see https://theme-ui.com/components/grid#variants
648
649
*/
649
650
grids ?: Record < string , ThemeUIStyleObject >
650
651
@@ -656,6 +657,7 @@ export interface Theme {
656
657
*
657
658
* @see https://theme-ui.com/theme-spec
658
659
* @see https://theme-ui.com/components/variants
660
+ * @see https://theme-ui.com/components/button#variants
659
661
*/
660
662
buttons ?: Record < string , ThemeUIStyleObject >
661
663
@@ -667,6 +669,7 @@ export interface Theme {
667
669
*
668
670
* @see https://theme-ui.com/theme-spec
669
671
* @see https://theme-ui.com/components/variants
672
+ * @see https://theme-ui.com/components/text#variants
670
673
*/
671
674
text ?: Record < string , ThemeUIStyleObject >
672
675
@@ -678,6 +681,7 @@ export interface Theme {
678
681
*
679
682
* @see https://theme-ui.com/theme-spec
680
683
* @see https://theme-ui.com/components/variants
684
+ * @see https://theme-ui.com/components/link#variants
681
685
*/
682
686
links ?: Record < string , ThemeUIStyleObject >
683
687
@@ -689,6 +693,7 @@ export interface Theme {
689
693
*
690
694
* @see https://theme-ui.com/theme-spec
691
695
* @see https://theme-ui.com/components/variants
696
+ * @see https://theme-ui.com/components/image#variants
692
697
*/
693
698
images ?: Record < string , ThemeUIStyleObject >
694
699
@@ -700,6 +705,7 @@ export interface Theme {
700
705
*
701
706
* @see https://theme-ui.com/theme-spec
702
707
* @see https://theme-ui.com/components/variants
708
+ * @see https://theme-ui.com/components/card#variants
703
709
*/
704
710
cards ?: Record < string , ThemeUIStyleObject >
705
711
@@ -711,6 +717,7 @@ export interface Theme {
711
717
*
712
718
* @see https://theme-ui.com/theme-spec
713
719
* @see https://theme-ui.com/components/variants
720
+ * @see https://theme-ui.com/components/container#variants
714
721
*/
715
722
layout ?: Record < string , ThemeUIStyleObject >
716
723
@@ -722,6 +729,14 @@ export interface Theme {
722
729
*
723
730
* @see https://theme-ui.com/theme-spec
724
731
* @see https://theme-ui.com/components/variants
732
+ * @see https://theme-ui.com/components/label#variants
733
+ * @see https://theme-ui.com/components/input#variants
734
+ * @see https://theme-ui.com/components/select#variants
735
+ * @see https://theme-ui.com/components/textarea#variants
736
+ * @see https://theme-ui.com/components/radio#variants
737
+ * @see https://theme-ui.com/components/checkbox#variants
738
+ * @see https://theme-ui.com/components/slider#variants
739
+ * @see https://theme-ui.com/components/field#variants
725
740
*/
726
741
forms ?: Record < string , ThemeUIStyleObject >
727
742
@@ -733,6 +748,7 @@ export interface Theme {
733
748
*
734
749
* @see https://theme-ui.com/theme-spec
735
750
* @see https://theme-ui.com/components/variants
751
+ * @see https://theme-ui.com/components/badge#variants
736
752
*/
737
753
badges ?: Record < string , ThemeUIStyleObject >
738
754
@@ -744,6 +760,7 @@ export interface Theme {
744
760
*
745
761
* @see https://theme-ui.com/theme-spec
746
762
* @see https://theme-ui.com/components/variants
763
+ * @see https://theme-ui.com/components/alert#variants
747
764
*/
748
765
alerts ?: Record < string , ThemeUIStyleObject >
749
766
@@ -755,6 +772,7 @@ export interface Theme {
755
772
*
756
773
* @see https://theme-ui.com/theme-spec
757
774
* @see https://theme-ui.com/components/variants
775
+ * @see https://theme-ui.com/components/message#variants
758
776
*/
759
777
messages ?: Record < string , ThemeUIStyleObject >
760
778
}
0 commit comments