@aws-amplify/ui 3.10.0 → 3.11.1

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.
Files changed (30) hide show
  1. package/dist/esm/helpers/authenticator/constants.js +1 -1
  2. package/dist/esm/helpers/authenticator/utils.js +1 -1
  3. package/dist/esm/index.js +1 -1
  4. package/dist/esm/machines/authenticator/defaultServices.js +1 -1
  5. package/dist/esm/theme/createTheme.js +1 -1
  6. package/dist/esm/theme/defaultDarkModeOverride.js +1 -1
  7. package/dist/esm/theme/tokens/colors.js +1 -1
  8. package/dist/esm/theme/tokens/components/checkbox.js +1 -1
  9. package/dist/esm/theme/tokens/components/expander.js +1 -1
  10. package/dist/esm/theme/tokens/components/index.js +1 -1
  11. package/dist/esm/theme/tokens/components/menu.js +1 -1
  12. package/dist/esm/theme/tokens/components/pagination.js +1 -1
  13. package/dist/esm/theme/tokens/components/passwordField.js +1 -0
  14. package/dist/esm/theme/tokens/components/radio.js +1 -1
  15. package/dist/esm/theme/tokens/components/textAreaField.js +1 -0
  16. package/dist/esm/theme/tokens/components/textField.js +1 -0
  17. package/dist/esm/theme/tokens/components/toggleButton.js +1 -1
  18. package/dist/index.js +1 -1
  19. package/dist/styles.css +117 -30
  20. package/dist/theme.css +50 -30
  21. package/dist/types/helpers/authenticator/constants.d.ts +6 -0
  22. package/dist/types/helpers/authenticator/utils.d.ts +1 -0
  23. package/dist/types/theme/index.d.ts +1 -0
  24. package/dist/types/theme/tokens/components/index.d.ts +6 -0
  25. package/dist/types/theme/tokens/components/passwordField.d.ts +15 -0
  26. package/dist/types/theme/tokens/components/textAreaField.d.ts +11 -0
  27. package/dist/types/theme/tokens/components/textField.d.ts +11 -0
  28. package/dist/types/theme/tokens/space.d.ts +1 -2
  29. package/dist/types/theme/types.d.ts +6 -0
  30. package/package.json +1 -1
package/dist/styles.css CHANGED
@@ -3,7 +3,7 @@
3
3
  */
4
4
  /**
5
5
  * Do not edit directly
6
- * Generated on Wed, 08 Jun 2022 19:50:16 GMT
6
+ * Generated on Tue, 21 Jun 2022 22:00:04 GMT
7
7
  */
8
8
  :root, [data-amplify-theme] {
9
9
  --amplify-transforms-slide-x-large: translateX(2em);
@@ -362,6 +362,7 @@
362
362
  --amplify-colors-font-warning: var(--amplify-colors-orange-90);
363
363
  --amplify-colors-font-info: var(--amplify-colors-blue-90);
364
364
  --amplify-colors-font-inverse: var(--amplify-colors-white);
365
+ --amplify-colors-font-disabled: var(--amplify-colors-neutral-60);
365
366
  --amplify-colors-font-tertiary: var(--amplify-colors-neutral-80);
366
367
  --amplify-colors-font-secondary: var(--amplify-colors-neutral-90);
367
368
  --amplify-colors-font-primary: var(--amplify-colors-neutral-100);
@@ -392,9 +393,6 @@
392
393
  --amplify-components-togglebutton-link-hover-background-color: var(--amplify-colors-transparent);
393
394
  --amplify-components-togglebutton-link-color: var(--amplify-colors-overlay-50);
394
395
  --amplify-components-togglebutton-link-background-color: var(--amplify-colors-transparent);
395
- --amplify-components-togglebutton-primary-pressed-hover-color: var(--amplify-colors-white);
396
- --amplify-components-togglebutton-primary-pressed-focus-color: var(--amplify-colors-white);
397
- --amplify-components-togglebutton-primary-pressed-color: var(--amplify-colors-white);
398
396
  --amplify-components-togglebutton-primary-hover-background-color: var(--amplify-colors-overlay-10);
399
397
  --amplify-components-togglebutton-primary-focus-background-color: var(--amplify-colors-transparent);
400
398
  --amplify-components-togglebutton-primary-border-width: var(--amplify-border-widths-small);
@@ -460,8 +458,6 @@
460
458
  --amplify-components-radio-button-outline-width: var(--amplify-outline-widths-medium);
461
459
  --amplify-components-radio-button-outline-color: var(--amplify-colors-transparent);
462
460
  --amplify-components-radio-button-transition-duration: var(--amplify-time-medium);
463
- --amplify-components-radio-button-background-color: var(--amplify-colors-white);
464
- --amplify-components-radio-button-color: var(--amplify-colors-white);
465
461
  --amplify-components-radio-button-border-width: var(--amplify-border-widths-medium);
466
462
  --amplify-components-radio-button-height: var(--amplify-font-sizes-medium);
467
463
  --amplify-components-radio-button-width: var(--amplify-font-sizes-medium);
@@ -470,6 +466,7 @@
470
466
  --amplify-components-placeholder-small-height: var(--amplify-space-small);
471
467
  --amplify-components-placeholder-transition-duration: var(--amplify-time-long);
472
468
  --amplify-components-placeholder-border-radius: var(--amplify-radii-small);
469
+ --amplify-components-passwordfield-button-disabled-background-color: var(--amplify-components-button-disabled-background-color);
473
470
  --amplify-components-pagination-item-shared-border-radius: var(--amplify-font-sizes-medium);
474
471
  --amplify-components-pagination-item-shared-min-width: var(--amplify-font-sizes-xxl);
475
472
  --amplify-components-pagination-item-shared-height: var(--amplify-font-sizes-xxl);
@@ -483,7 +480,6 @@
483
480
  --amplify-components-pagination-button-padding-inline-start: var(--amplify-space-xxs);
484
481
  --amplify-components-pagination-current-background-color: var(--amplify-colors-overlay-40);
485
482
  --amplify-components-pagination-current-font-size: var(--amplify-font-sizes-small);
486
- --amplify-components-pagination-current-color: var(--amplify-colors-white);
487
483
  --amplify-components-menu-item-padding-inline-end: var(--amplify-space-medium);
488
484
  --amplify-components-menu-item-padding-inline-start: var(--amplify-space-medium);
489
485
  --amplify-components-menu-large-height: var(--amplify-font-sizes-xxxl);
@@ -493,7 +489,6 @@
493
489
  --amplify-components-menu-gap: var(--amplify-space-zero);
494
490
  --amplify-components-menu-border-width: var(--amplify-border-widths-small);
495
491
  --amplify-components-menu-border-radius: var(--amplify-radii-medium);
496
- --amplify-components-menu-background-color: var(--amplify-colors-white);
497
492
  --amplify-components-loader-linear-large-font-size: var(--amplify-font-sizes-large);
498
493
  --amplify-components-loader-linear-large-stroke-width: var(--amplify-font-sizes-large);
499
494
  --amplify-components-loader-linear-small-font-size: var(--amplify-font-sizes-small);
@@ -575,7 +570,6 @@
575
570
  --amplify-components-expander-item-border-bottom-right-radius: var(--amplify-radii-medium);
576
571
  --amplify-components-expander-item-border-bottom-left-radius: var(--amplify-radii-medium);
577
572
  --amplify-components-expander-border-radius: var(--amplify-radii-medium);
578
- --amplify-components-expander-background-color: var(--amplify-colors-white);
579
573
  --amplify-components-divider-opacity: var(--amplify-opacities-60);
580
574
  --amplify-components-divider-large-border-width: var(--amplify-border-widths-large);
581
575
  --amplify-components-divider-small-border-width: var(--amplify-border-widths-small);
@@ -597,7 +591,6 @@
597
591
  --amplify-components-checkbox-button-focus-outline-width: var(--amplify-outline-widths-medium);
598
592
  --amplify-components-checkbox-button-focus-outline-color: var(--amplify-colors-transparent);
599
593
  --amplify-components-checkbox-button-before-border-width: var(--amplify-border-widths-medium);
600
- --amplify-components-checkbox-button-color: var(--amplify-colors-white);
601
594
  --amplify-components-card-elevated-border-radius: var(--amplify-radii-xs);
602
595
  --amplify-components-card-outlined-box-shadow: var(--amplify-components-card-box-shadow);
603
596
  --amplify-components-card-outlined-border-width: var(--amplify-border-widths-small);
@@ -643,15 +636,20 @@
643
636
  --amplify-colors-font-focus: var(--amplify-colors-brand-primary-100);
644
637
  --amplify-colors-font-hover: var(--amplify-colors-brand-primary-90);
645
638
  --amplify-colors-font-interactive: var(--amplify-colors-brand-primary-80);
646
- --amplify-colors-font-disabled: var(--amplify-colors-font-tertiary);
639
+ --amplify-components-togglebutton-link-disabled-color: var(--amplify-colors-font-disabled);
640
+ --amplify-components-togglebutton-primary-pressed-hover-color: var(--amplify-colors-background-primary);
647
641
  --amplify-components-togglebutton-primary-pressed-hover-box-shadow: var(--amplify-colors-brand-primary-60);
648
642
  --amplify-components-togglebutton-primary-pressed-hover-background-color: var(--amplify-colors-brand-primary-60);
649
643
  --amplify-components-togglebutton-primary-pressed-hover-border-color: var(--amplify-colors-brand-primary-60);
644
+ --amplify-components-togglebutton-primary-pressed-focus-color: var(--amplify-colors-background-primary);
645
+ --amplify-components-togglebutton-primary-pressed-color: var(--amplify-colors-background-primary);
650
646
  --amplify-components-togglebutton-primary-pressed-border-color: var(--amplify-colors-brand-primary-80);
651
647
  --amplify-components-togglebutton-primary-pressed-background-color: var(--amplify-colors-brand-primary-80);
648
+ --amplify-components-togglebutton-primary-disabled-color: var(--amplify-colors-font-disabled);
652
649
  --amplify-components-togglebutton-primary-hover-color: var(--amplify-colors-font-primary);
653
650
  --amplify-components-togglebutton-primary-focus-color: var(--amplify-colors-font-primary);
654
651
  --amplify-components-togglebutton-pressed-color: var(--amplify-colors-font-primary);
652
+ --amplify-components-togglebutton-disabled-color: var(--amplify-colors-font-disabled);
655
653
  --amplify-components-togglebutton-focus-color: var(--amplify-colors-font-primary);
656
654
  --amplify-components-togglebutton-color: var(--amplify-colors-font-primary);
657
655
  --amplify-components-togglebutton-border-color: var(--amplify-colors-border-primary);
@@ -664,6 +662,7 @@
664
662
  --amplify-components-text-primary-color: var(--amplify-colors-font-primary);
665
663
  --amplify-components-text-color: var(--amplify-colors-font-primary);
666
664
  --amplify-components-tabs-item-disabled-border-color: var(--amplify-colors-border-tertiary);
665
+ --amplify-components-tabs-item-disabled-color: var(--amplify-colors-font-disabled);
667
666
  --amplify-components-tabs-item-color: var(--amplify-colors-font-secondary);
668
667
  --amplify-components-tabs-item-border-color: var(--amplify-colors-border-secondary);
669
668
  --amplify-components-tabs-border-color: var(--amplify-colors-border-secondary);
@@ -687,16 +686,22 @@
687
686
  --amplify-components-select-option-background-color: var(--amplify-colors-background-primary);
688
687
  --amplify-components-rating-empty-color: var(--amplify-colors-background-tertiary);
689
688
  --amplify-components-rating-filled-color: var(--amplify-colors-brand-secondary-80);
689
+ --amplify-components-radio-label-disabled-color: var(--amplify-colors-font-disabled);
690
690
  --amplify-components-radio-button-disabled-background-color: var(--amplify-colors-background-primary);
691
691
  --amplify-components-radio-button-error-border-color: var(--amplify-colors-border-error);
692
692
  --amplify-components-radio-button-checked-color: var(--amplify-colors-brand-primary-80);
693
+ --amplify-components-radio-button-background-color: var(--amplify-colors-background-primary);
694
+ --amplify-components-radio-button-color: var(--amplify-colors-background-primary);
693
695
  --amplify-components-radio-button-border-color: var(--amplify-colors-border-primary);
694
696
  --amplify-components-placeholder-end-color: var(--amplify-colors-background-tertiary);
695
697
  --amplify-components-placeholder-start-color: var(--amplify-colors-background-secondary);
698
+ --amplify-components-pagination-button-disabled-color: var(--amplify-colors-font-disabled);
696
699
  --amplify-components-pagination-button-hover-color: var(--amplify-colors-font-primary);
697
700
  --amplify-components-pagination-button-color: var(--amplify-colors-font-primary);
701
+ --amplify-components-pagination-current-color: var(--amplify-colors-font-inverse);
698
702
  --amplify-components-menu-box-shadow: var(--amplify-shadows-large);
699
703
  --amplify-components-menu-border-color: var(--amplify-colors-border-primary);
704
+ --amplify-components-menu-background-color: var(--amplify-colors-background-primary);
700
705
  --amplify-components-loader-text-fill: var(--amplify-colors-font-primary);
701
706
  --amplify-components-loader-linear-stroke-filled: var(--amplify-colors-brand-primary-80);
702
707
  --amplify-components-loader-stroke-filled: var(--amplify-colors-brand-primary-80);
@@ -705,6 +710,7 @@
705
710
  --amplify-components-fieldmessages-error-color: var(--amplify-colors-font-error);
706
711
  --amplify-components-fieldcontrol-error-focus-box-shadow: 0px 0px 0px 1px var(--amplify-colors-border-error);
707
712
  --amplify-components-fieldcontrol-error-border-color: var(--amplify-colors-border-error);
713
+ --amplify-components-fieldcontrol-disabled-color: var(--amplify-colors-font-disabled);
708
714
  --amplify-components-fieldcontrol-quiet-error-focus-box-shadow: 0px 1px 0px var(--amplify-colors-border-error);
709
715
  --amplify-components-fieldcontrol-quiet-error-border-block-end-color: var(--amplify-colors-border-error);
710
716
  --amplify-components-fieldcontrol-large-font-size: var(--amplify-components-field-large-font-size);
@@ -716,6 +722,7 @@
716
722
  --amplify-components-expander-content-text-color: var(--amplify-colors-font-secondary);
717
723
  --amplify-components-expander-item-box-shadow: var(--amplify-shadows-small);
718
724
  --amplify-components-expander-box-shadow: var(--amplify-shadows-large);
725
+ --amplify-components-expander-background-color: var(--amplify-colors-background-primary);
719
726
  --amplify-components-divider-label-background-color: var(--amplify-colors-background-primary);
720
727
  --amplify-components-divider-label-color: var(--amplify-colors-font-tertiary);
721
728
  --amplify-components-divider-border-color: var(--amplify-colors-border-primary);
@@ -723,11 +730,12 @@
723
730
  --amplify-components-collection-search-button-disabled-background-color: var(--amplify-components-searchfield-button-disabled-background-color);
724
731
  --amplify-components-collection-pagination-button-hover-background-color: var(--amplify-components-pagination-button-hover-background-color);
725
732
  --amplify-components-collection-pagination-current-background-color: var(--amplify-components-pagination-current-background-color);
726
- --amplify-components-collection-pagination-current-color: var(--amplify-components-pagination-current-color);
733
+ --amplify-components-checkbox-label-disabled-color: var(--amplify-colors-font-disabled);
727
734
  --amplify-components-checkbox-icon-background-color: var(--amplify-colors-brand-primary-80);
728
735
  --amplify-components-checkbox-button-error-focus-box-shadow: 0px 0px 0px 2px var(--amplify-colors-border-error);
729
736
  --amplify-components-checkbox-button-error-border-color: var(--amplify-colors-border-error);
730
737
  --amplify-components-checkbox-button-before-border-color: var(--amplify-colors-border-primary);
738
+ --amplify-components-checkbox-button-color: var(--amplify-colors-font-inverse);
731
739
  --amplify-components-card-elevated-box-shadow: var(--amplify-shadows-medium);
732
740
  --amplify-components-card-outlined-border-color: var(--amplify-colors-border-primary);
733
741
  --amplify-components-card-background-color: var(--amplify-colors-background-primary);
@@ -739,9 +747,12 @@
739
747
  --amplify-components-button-small-padding-inline-start: var(--amplify-components-fieldcontrol-small-padding-inline-start);
740
748
  --amplify-components-button-small-padding-block-end: var(--amplify-components-fieldcontrol-small-padding-block-end);
741
749
  --amplify-components-button-small-padding-block-start: var(--amplify-components-fieldcontrol-small-padding-block-start);
750
+ --amplify-components-button-link-loading-color: var(--amplify-colors-font-disabled);
751
+ --amplify-components-button-link-disabled-color: var(--amplify-colors-font-disabled);
742
752
  --amplify-components-button-link-active-background-color: var(--amplify-colors-brand-primary-20);
743
753
  --amplify-components-button-link-focus-background-color: var(--amplify-colors-brand-primary-10);
744
754
  --amplify-components-button-link-hover-background-color: var(--amplify-colors-brand-primary-10);
755
+ --amplify-components-button-menu-disabled-color: var(--amplify-colors-font-disabled);
745
756
  --amplify-components-button-menu-active-background-color: var(--amplify-colors-brand-primary-90);
746
757
  --amplify-components-button-menu-active-color: var(--amplify-colors-font-inverse);
747
758
  --amplify-components-button-menu-focus-background-color: var(--amplify-colors-brand-primary-80);
@@ -754,10 +765,14 @@
754
765
  --amplify-components-button-primary-focus-background-color: var(--amplify-colors-brand-primary-90);
755
766
  --amplify-components-button-primary-hover-color: var(--amplify-colors-font-inverse);
756
767
  --amplify-components-button-primary-hover-background-color: var(--amplify-colors-brand-primary-90);
768
+ --amplify-components-button-primary-loading-color: var(--amplify-colors-font-disabled);
769
+ --amplify-components-button-primary-disabled-color: var(--amplify-colors-font-disabled);
757
770
  --amplify-components-button-primary-color: var(--amplify-colors-font-inverse);
758
771
  --amplify-components-button-primary-background-color: var(--amplify-colors-brand-primary-80);
759
772
  --amplify-components-button-disabled-border-color: var(--amplify-colors-border-tertiary);
773
+ --amplify-components-button-disabled-color: var(--amplify-colors-font-disabled);
760
774
  --amplify-components-button-loading-border-color: var(--amplify-colors-border-tertiary);
775
+ --amplify-components-button-loading-color: var(--amplify-colors-font-disabled);
761
776
  --amplify-components-button-active-border-color: var(--amplify-colors-brand-primary-100);
762
777
  --amplify-components-button-active-background-color: var(--amplify-colors-brand-primary-20);
763
778
  --amplify-components-button-focus-background-color: var(--amplify-colors-brand-primary-10);
@@ -797,18 +812,18 @@
797
812
  --amplify-components-alert-info-color: var(--amplify-colors-font-info);
798
813
  --amplify-components-alert-background-color: var(--amplify-colors-background-tertiary);
799
814
  --amplify-components-alert-color: var(--amplify-colors-font-primary);
800
- --amplify-components-togglebutton-link-disabled-color: var(--amplify-colors-font-disabled);
801
815
  --amplify-components-togglebutton-primary-pressed-focus-border-color: var(--amplify-colors-border-focus);
802
816
  --amplify-components-togglebutton-primary-pressed-focus-background-color: var(--amplify-colors-border-focus);
803
- --amplify-components-togglebutton-primary-disabled-color: var(--amplify-colors-font-disabled);
804
817
  --amplify-components-togglebutton-primary-disabled-background-color: var(--amplify-colors-background-disabled);
805
818
  --amplify-components-togglebutton-primary-disabled-border-color: var(--amplify-colors-border-disabled);
806
819
  --amplify-components-togglebutton-primary-focus-border-color: var(--amplify-colors-border-focus);
807
820
  --amplify-components-togglebutton-pressed-border-color: var(--amplify-colors-border-pressed);
808
- --amplify-components-togglebutton-disabled-color: var(--amplify-colors-font-disabled);
809
821
  --amplify-components-togglebutton-disabled-border-color: var(--amplify-colors-border-disabled);
810
822
  --amplify-components-togglebutton-focus-border-color: var(--amplify-colors-border-focus);
811
- --amplify-components-tabs-item-disabled-color: var(--amplify-colors-font-disabled);
823
+ --amplify-components-textfield-border-color: var(--amplify-components-fieldcontrol-border-color);
824
+ --amplify-components-textfield-color: var(--amplify-components-fieldcontrol-color);
825
+ --amplify-components-textareafield-border-color: var(--amplify-components-fieldcontrol-border-color);
826
+ --amplify-components-textareafield-color: var(--amplify-components-fieldcontrol-color);
812
827
  --amplify-components-tabs-item-active-border-color: var(--amplify-colors-font-interactive);
813
828
  --amplify-components-tabs-item-active-color: var(--amplify-colors-font-interactive);
814
829
  --amplify-components-tabs-item-focus-color: var(--amplify-colors-font-focus);
@@ -822,32 +837,40 @@
822
837
  --amplify-components-searchfield-button-hover-border-color: var(--amplify-components-button-hover-border-color);
823
838
  --amplify-components-searchfield-button-hover-background-color: var(--amplify-components-button-hover-background-color);
824
839
  --amplify-components-searchfield-button-focus-background-color: var(--amplify-components-button-focus-background-color);
840
+ --amplify-components-searchfield-button-disabled-color: var(--amplify-components-button-disabled-color);
825
841
  --amplify-components-searchfield-button-disabled-border-color: var(--amplify-components-button-disabled-border-color);
826
842
  --amplify-components-searchfield-button-active-border-color: var(--amplify-components-button-active-border-color);
827
843
  --amplify-components-searchfield-button-active-background-color: var(--amplify-components-button-active-background-color);
828
844
  --amplify-components-searchfield-button-color: var(--amplify-components-button-color);
829
845
  --amplify-components-searchfield-color: var(--amplify-components-fieldcontrol-color);
830
- --amplify-components-radio-label-disabled-color: var(--amplify-colors-font-disabled);
831
846
  --amplify-components-radio-button-disabled-border-color: var(--amplify-colors-border-disabled);
832
847
  --amplify-components-radio-button-error-focus-box-shadow: var(--amplify-components-fieldcontrol-error-focus-box-shadow);
833
848
  --amplify-components-radio-button-focus-border-color: var(--amplify-colors-border-focus);
834
849
  --amplify-components-radio-button-checked-disabled-color: var(--amplify-colors-background-disabled);
835
- --amplify-components-pagination-button-disabled-color: var(--amplify-colors-font-disabled);
850
+ --amplify-components-passwordfield-button-hover-border-color: var(--amplify-components-button-hover-border-color);
851
+ --amplify-components-passwordfield-button-hover-background-color: var(--amplify-components-button-hover-background-color);
852
+ --amplify-components-passwordfield-button-focus-background-color: var(--amplify-components-button-focus-background-color);
853
+ --amplify-components-passwordfield-button-disabled-color: var(--amplify-components-button-disabled-color);
854
+ --amplify-components-passwordfield-button-disabled-border-color: var(--amplify-components-button-disabled-border-color);
855
+ --amplify-components-passwordfield-button-active-border-color: var(--amplify-components-button-active-border-color);
856
+ --amplify-components-passwordfield-button-active-background-color: var(--amplify-components-button-active-background-color);
857
+ --amplify-components-passwordfield-button-color: var(--amplify-components-button-color);
858
+ --amplify-components-passwordfield-color: var(--amplify-components-fieldcontrol-color);
836
859
  --amplify-components-link-visited-color: var(--amplify-colors-font-interactive);
837
860
  --amplify-components-link-hover-color: var(--amplify-colors-font-hover);
838
861
  --amplify-components-link-focus-color: var(--amplify-colors-font-focus);
839
862
  --amplify-components-link-color: var(--amplify-colors-font-interactive);
840
863
  --amplify-components-link-active-color: var(--amplify-colors-font-active);
841
864
  --amplify-components-fieldcontrol-disabled-background-color: var(--amplify-colors-background-disabled);
842
- --amplify-components-fieldcontrol-disabled-color: var(--amplify-colors-font-disabled);
843
865
  --amplify-components-fieldcontrol-focus-box-shadow: 0px 0px 0px 1px var(--amplify-colors-border-focus);
844
866
  --amplify-components-fieldcontrol-focus-border-color: var(--amplify-colors-border-focus);
845
867
  --amplify-components-fieldcontrol-quiet-focus-box-shadow: 0px 1px 0px var(--amplify-colors-border-focus);
846
868
  --amplify-components-fieldcontrol-quiet-focus-border-block-end-color: var(--amplify-colors-border-focus);
847
869
  --amplify-components-expander-item-focus-box-shadow: 0 0 0 2px var(--amplify-colors-border-focus);
870
+ --amplify-components-collection-pagination-button-disabled-color: var(--amplify-components-pagination-button-disabled-color);
848
871
  --amplify-components-collection-pagination-button-hover-color: var(--amplify-components-pagination-button-hover-color);
849
872
  --amplify-components-collection-pagination-button-color: var(--amplify-components-pagination-button-color);
850
- --amplify-components-checkbox-label-disabled-color: var(--amplify-colors-font-disabled);
873
+ --amplify-components-collection-pagination-current-color: var(--amplify-components-pagination-current-color);
851
874
  --amplify-components-checkbox-icon-checked-disabled-background-color: var(--amplify-colors-background-disabled);
852
875
  --amplify-components-checkbox-button-disabled-border-color: var(--amplify-colors-border-disabled);
853
876
  --amplify-components-checkbox-button-focus-box-shadow: 0px 0px 0px 2px var(--amplify-colors-border-focus);
@@ -855,19 +878,12 @@
855
878
  --amplify-components-card-outlined-background-color: var(--amplify-components-card-background-color);
856
879
  --amplify-components-button-large-font-size: var(--amplify-components-fieldcontrol-large-font-size);
857
880
  --amplify-components-button-small-font-size: var(--amplify-components-fieldcontrol-small-font-size);
858
- --amplify-components-button-link-loading-color: var(--amplify-colors-font-disabled);
859
- --amplify-components-button-link-disabled-color: var(--amplify-colors-font-disabled);
860
881
  --amplify-components-button-link-active-color: var(--amplify-colors-font-active);
861
882
  --amplify-components-button-link-focus-color: var(--amplify-colors-font-focus);
862
883
  --amplify-components-button-link-hover-color: var(--amplify-colors-font-hover);
863
884
  --amplify-components-button-link-color: var(--amplify-colors-font-interactive);
864
- --amplify-components-button-menu-disabled-color: var(--amplify-colors-font-disabled);
865
- --amplify-components-button-primary-loading-color: var(--amplify-colors-font-disabled);
866
885
  --amplify-components-button-primary-loading-background-color: var(--amplify-colors-background-disabled);
867
- --amplify-components-button-primary-disabled-color: var(--amplify-colors-font-disabled);
868
886
  --amplify-components-button-primary-disabled-background-color: var(--amplify-colors-background-disabled);
869
- --amplify-components-button-disabled-color: var(--amplify-colors-font-disabled);
870
- --amplify-components-button-loading-color: var(--amplify-colors-font-disabled);
871
887
  --amplify-components-button-active-color: var(--amplify-colors-font-active);
872
888
  --amplify-components-button-focus-border-color: var(--amplify-colors-border-focus);
873
889
  --amplify-components-button-focus-color: var(--amplify-colors-font-focus);
@@ -875,28 +891,32 @@
875
891
  --amplify-components-button-border-color: var(--amplify-components-fieldcontrol-border-color);
876
892
  --amplify-components-button-font-size: var(--amplify-components-fieldcontrol-font-size);
877
893
  --amplify-components-togglebutton-primary-focus-box-shadow: var(--amplify-components-fieldcontrol-focus-box-shadow);
894
+ --amplify-components-textfield-focus-border-color: var(--amplify-components-fieldcontrol-focus-border-color);
895
+ --amplify-components-textareafield-focus-border-color: var(--amplify-components-fieldcontrol-focus-border-color);
878
896
  --amplify-components-searchfield-button-hover-color: var(--amplify-components-button-hover-color);
879
897
  --amplify-components-searchfield-button-focus-color: var(--amplify-components-button-focus-color);
880
898
  --amplify-components-searchfield-button-focus-border-color: var(--amplify-components-button-focus-border-color);
881
- --amplify-components-searchfield-button-disabled-color: var(--amplify-components-button-disabled-color);
882
899
  --amplify-components-searchfield-button-active-color: var(--amplify-components-button-active-color);
883
900
  --amplify-components-radio-button-focus-box-shadow: var(--amplify-components-fieldcontrol-focus-box-shadow);
901
+ --amplify-components-passwordfield-button-hover-color: var(--amplify-components-button-hover-color);
902
+ --amplify-components-passwordfield-button-focus-color: var(--amplify-components-button-focus-color);
903
+ --amplify-components-passwordfield-button-focus-border-color: var(--amplify-components-button-focus-border-color);
904
+ --amplify-components-passwordfield-button-active-color: var(--amplify-components-button-active-color);
884
905
  --amplify-components-collection-search-button-hover-border-color: var(--amplify-components-searchfield-button-hover-border-color);
885
906
  --amplify-components-collection-search-button-hover-background-color: var(--amplify-components-searchfield-button-hover-background-color);
886
907
  --amplify-components-collection-search-button-focus-background-color: var(--amplify-components-searchfield-button-focus-background-color);
908
+ --amplify-components-collection-search-button-disabled-color: var(--amplify-components-searchfield-button-disabled-color);
887
909
  --amplify-components-collection-search-button-disabled-border-color: var(--amplify-components-searchfield-button-disabled-border-color);
888
910
  --amplify-components-collection-search-button-active-border-color: var(--amplify-components-searchfield-button-active-border-color);
889
911
  --amplify-components-collection-search-button-active-background-color: var(--amplify-components-searchfield-button-active-background-color);
890
912
  --amplify-components-collection-search-button-color: var(--amplify-components-searchfield-button-color);
891
913
  --amplify-components-collection-search-input-color: var(--amplify-components-searchfield-color);
892
- --amplify-components-collection-pagination-button-disabled-color: var(--amplify-components-pagination-button-disabled-color);
893
914
  --amplify-components-button-link-focus-box-shadow: var(--amplify-components-fieldcontrol-focus-box-shadow);
894
915
  --amplify-components-button-primary-focus-box-shadow: var(--amplify-components-fieldcontrol-focus-box-shadow);
895
916
  --amplify-components-button-focus-box-shadow: var(--amplify-components-fieldcontrol-focus-box-shadow);
896
917
  --amplify-components-collection-search-button-hover-color: var(--amplify-components-searchfield-button-hover-color);
897
918
  --amplify-components-collection-search-button-focus-color: var(--amplify-components-searchfield-button-focus-color);
898
919
  --amplify-components-collection-search-button-focus-border-color: var(--amplify-components-searchfield-button-focus-border-color);
899
- --amplify-components-collection-search-button-disabled-color: var(--amplify-components-searchfield-button-disabled-color);
900
920
  --amplify-components-collection-search-button-active-color: var(--amplify-components-searchfield-button-active-color);
901
921
  }
902
922
 
@@ -2421,6 +2441,10 @@ html[dir=rtl] .amplify-field-group__inner-start {
2421
2441
  height: 100%;
2422
2442
  }
2423
2443
 
2444
+ [data-radix-popper-content-wrapper] {
2445
+ z-index: 999999;
2446
+ }
2447
+
2424
2448
  .amplify-menu-trigger {
2425
2449
  display: flex;
2426
2450
  justify-content: center;
@@ -2525,6 +2549,51 @@ html[dir=rtl] .amplify-field-group__inner-start {
2525
2549
  padding-inline-end: var(--amplify-components-pagination-ellipsis-padding-inline-end);
2526
2550
  }
2527
2551
 
2552
+ .amplify-passwordfield {
2553
+ --amplify-components-fieldcontrol-color: var(
2554
+ --amplify-components-passwordfield-color
2555
+ );
2556
+ --amplify-components-button-color: var(
2557
+ --amplify-components-passwordfield-button-color
2558
+ );
2559
+ --amplify-components-button-active-background-color: var(
2560
+ --amplify-components-passwordfield-button-active-background-color
2561
+ );
2562
+ --amplify-components-button-active-border-color: var(
2563
+ --amplify-components-passwordfield-button-active-border-color
2564
+ );
2565
+ --amplify-components-button-active-color: var(
2566
+ --amplify-components-passwordfield-button-active-color
2567
+ );
2568
+ --amplify-components-button-disabled-background-color: var(
2569
+ --amplify-components-passwordfield-button-disabled-background-color
2570
+ );
2571
+ --amplify-components-button-disabled-border-color: var(
2572
+ --amplify-components-passwordfield-button-disabled-border-color
2573
+ );
2574
+ --amplify-components-button-disabled-color: var(
2575
+ --amplify-components-passwordfield-button-disabled-color
2576
+ );
2577
+ --amplify-components-button-focus-background-color: var(
2578
+ --amplify-components-passwordfield-button-focus-background-color
2579
+ );
2580
+ --amplify-components-button-focus-border-color: var(
2581
+ --amplify-components-passwordfield-button-focus-border-color
2582
+ );
2583
+ --amplify-components-button-focus-color: var(
2584
+ --amplify-components-passwordfield-button-focus-color
2585
+ );
2586
+ --amplify-components-button-hover-background-color: var(
2587
+ --amplify-components-passwordfield-button-hover-background-color
2588
+ );
2589
+ --amplify-components-button-hover-border-color: var(
2590
+ --amplify-components-passwordfield-button-hover-border-color
2591
+ );
2592
+ --amplify-components-button-hover-color: var(
2593
+ --amplify-components-passwordfield-button-hover-color
2594
+ );
2595
+ }
2596
+
2528
2597
  .amplify-phonenumberfield select:not(:focus) {
2529
2598
  border-right: none;
2530
2599
  }
@@ -3286,10 +3355,28 @@ html[dir=rtl] .amplify-field-group__inner-start {
3286
3355
 
3287
3356
  .amplify-textareafield {
3288
3357
  flex-direction: column;
3358
+ --amplify-components-fieldcontrol-color: var(
3359
+ --amplify-components-textareafield-color
3360
+ );
3361
+ --amplify-components-fieldcontrol-border-color: var(
3362
+ --amplify-components-textareafield-border-color
3363
+ );
3364
+ --amplify-components-fieldcontrol-focus-border-color: var(
3365
+ --amplify-components-textareafield-focus-border-color
3366
+ );
3289
3367
  }
3290
3368
 
3291
3369
  .amplify-textfield {
3292
3370
  flex-direction: column;
3371
+ --amplify-components-fieldcontrol-color: var(
3372
+ --amplify-components-textfield-color
3373
+ );
3374
+ --amplify-components-fieldcontrol-border-color: var(
3375
+ --amplify-components-textfield-border-color
3376
+ );
3377
+ --amplify-components-fieldcontrol-focus-border-color: var(
3378
+ --amplify-components-textfield-focus-border-color
3379
+ );
3293
3380
  }
3294
3381
 
3295
3382
  .amplify-togglebutton {