@elliemae/ds-basic 3.17.0-next.0 → 3.17.0-next.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.
@@ -4831,240 +4831,6 @@ _:-ms-fullscreen, :root .em-ds-page-header-toolbar--ie-flex-basis-auto {
4831
4831
  .em-ds-time-picker.variant-disabled > .em-ds-input select {
4832
4832
  color: #616b7f; }
4833
4833
 
4834
- .Toastify__toast-container {
4835
- z-index: 9999;
4836
- position: fixed;
4837
- width: 23.13846rem;
4838
- box-sizing: border-box;
4839
- color: #fff; }
4840
- .Toastify__toast-container--top-left {
4841
- top: 1em;
4842
- left: 1em; }
4843
- .Toastify__toast-container--top-center {
4844
- top: 1em;
4845
- left: 50%;
4846
- margin-left: -11.56923rem; }
4847
- .Toastify__toast-container--top-right {
4848
- top: 1em;
4849
- right: 1em; }
4850
- .Toastify__toast-container--bottom-left {
4851
- bottom: 1em;
4852
- left: 1em; }
4853
- .Toastify__toast-container--bottom-center {
4854
- bottom: 1em;
4855
- left: 50%;
4856
- margin-left: -11.56923rem; }
4857
- .Toastify__toast-container--bottom-right {
4858
- bottom: 1em;
4859
- right: 1em; }
4860
- .Toastify__toast-container .toast-close-button {
4861
- position: absolute;
4862
- top: 0;
4863
- right: 0;
4864
- fill: #b0b9c8; }
4865
- .Toastify__toast-container .toast-close-button:focus {
4866
- position: absolute !important; }
4867
- .Toastify__toast-container:not(.with-progressbar) .Toastify__toast--default {
4868
- border-color: #8c93a6; }
4869
- .Toastify__toast-container:not(.with-progressbar) .Toastify__toast--info {
4870
- border-color: #52a6ec; }
4871
- .Toastify__toast-container:not(.with-progressbar) .Toastify__toast--success {
4872
- border-color: #207e56; }
4873
- .Toastify__toast-container:not(.with-progressbar) .Toastify__toast--warning {
4874
- border-color: #d17a00; }
4875
- .Toastify__toast-container:not(.with-progressbar) .Toastify__toast--error {
4876
- border-color: #c64252; }
4877
- .Toastify__toast-container.with-progressbar .Toastify__toast--default {
4878
- border-color: #b0b9c8; }
4879
- .Toastify__toast-container.with-progressbar .Toastify__toast--info {
4880
- border-color: #a3d6ff; }
4881
- .Toastify__toast-container.with-progressbar .Toastify__toast--success {
4882
- border-color: #d4f0e5; }
4883
- .Toastify__toast-container.with-progressbar .Toastify__toast--warning {
4884
- border-color: #fbb431; }
4885
- .Toastify__toast-container.with-progressbar .Toastify__toast--error {
4886
- border-color: #f7cdd2; }
4887
-
4888
- @media only screen and (max-width: 480px) {
4889
- .Toastify__toast-container {
4890
- width: 100vw;
4891
- padding: 0;
4892
- left: 0;
4893
- margin: 0; }
4894
- .Toastify__toast-container--top-left, .Toastify__toast-container--top-center, .Toastify__toast-container--top-right {
4895
- top: 0; }
4896
- .Toastify__toast-container--bottom-left, .Toastify__toast-container--bottom-center, .Toastify__toast-container--bottom-right {
4897
- bottom: 0; }
4898
- .Toastify__toast-container--rtl {
4899
- right: 0;
4900
- left: initial; } }
4901
-
4902
- .Toastify__toast {
4903
- position: relative;
4904
- min-height: 4.92308rem;
4905
- box-sizing: border-box;
4906
- margin-bottom: 0.61538rem;
4907
- border-radius: 1px;
4908
- display: flex;
4909
- justify-content: space-between;
4910
- max-height: 39.38462rem;
4911
- cursor: pointer;
4912
- direction: ltr;
4913
- background-color: #ffffff;
4914
- border-left: 0.30769rem solid;
4915
- box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.13), 0 2px 4px 0 rgba(0, 0, 0, 0.2); }
4916
- .Toastify__toast--default .em-ds-toast-content__icon-message svg {
4917
- fill: #8c93a6; }
4918
- .Toastify__toast--info .em-ds-toast-content__icon-message svg {
4919
- fill: #52a6ec; }
4920
- .Toastify__toast--success .em-ds-toast-content__icon-message svg {
4921
- fill: #207e56; }
4922
- .Toastify__toast--warning .em-ds-toast-content__icon-message svg {
4923
- fill: #d17a00; }
4924
- .Toastify__toast--error .em-ds-toast-content__icon-message svg {
4925
- fill: #c64252; }
4926
- .Toastify__toast--rtl {
4927
- direction: rtl; }
4928
- .Toastify__toast-body {
4929
- margin: auto 0;
4930
- flex: 1; }
4931
-
4932
- @media only screen and (max-width: 480px) {
4933
- .Toastify__toast {
4934
- margin-bottom: 0; } }
4935
-
4936
- .Toastify__progress-bar {
4937
- position: absolute;
4938
- bottom: 0;
4939
- left: -0.30769rem;
4940
- width: 0.30769rem;
4941
- height: 0;
4942
- z-index: 9999;
4943
- opacity: 0.7;
4944
- animation: Toastify__trackProgress linear 1;
4945
- background-color: #ebf6ff; }
4946
- .Toastify__progress-bar--rtl {
4947
- right: 0;
4948
- left: initial; }
4949
- .Toastify__progress-bar--default {
4950
- background-color: #8c93a6; }
4951
- .Toastify__progress-bar--info {
4952
- background-color: #52a6ec; }
4953
- .Toastify__progress-bar--success {
4954
- background-color: #207e56; }
4955
- .Toastify__progress-bar--warning {
4956
- background-color: #d17a00; }
4957
- .Toastify__progress-bar--error {
4958
- background-color: #c64252; }
4959
-
4960
- @keyframes Toastify__trackProgress {
4961
- 0% {
4962
- height: 100%; }
4963
- 100% {
4964
- height: 0; } }
4965
-
4966
- .em-ds-toast-content {
4967
- display: flex;
4968
- padding: 0.61538rem;
4969
- padding-right: 32px; }
4970
- .em-ds-toast-content__message-content {
4971
- flex: 1; }
4972
- .em-ds-toast-content__icon-container {
4973
- margin-right: 0.61538rem; }
4974
- .em-ds-toast-content__message-header {
4975
- color: #333333;
4976
- font-size: 1.0769rem;
4977
- line-height: normal;
4978
- font-weight: 400;
4979
- font-weight: 600;
4980
- display: block;
4981
- margin-bottom: 8px; }
4982
- .em-ds-toast-content__message-text {
4983
- color: #697489;
4984
- font-size: 1rem;
4985
- line-height: normal;
4986
- font-weight: 400; }
4987
-
4988
- @keyframes Toastify__slideInRight {
4989
- from {
4990
- transform: translate3d(110%, 0, 0);
4991
- visibility: visible; }
4992
- to {
4993
- transform: translate3d(0, 0, 0); } }
4994
-
4995
- @keyframes Toastify__slideInLeft {
4996
- from {
4997
- transform: translate3d(-110%, 0, 0);
4998
- visibility: visible; }
4999
- to {
5000
- transform: translate3d(0, 0, 0); } }
5001
-
5002
- @keyframes Toastify__slideInUp {
5003
- from {
5004
- transform: translate3d(0, 110%, 0);
5005
- visibility: visible; }
5006
- to {
5007
- transform: translate3d(0, 0, 0); } }
5008
-
5009
- @keyframes Toastify__slideInDown {
5010
- from {
5011
- transform: translate3d(0, -110%, 0);
5012
- visibility: visible; }
5013
- to {
5014
- transform: translate3d(0, 0, 0); } }
5015
-
5016
- @keyframes Toastify__slideOutRight {
5017
- from {
5018
- transform: translate3d(0, 0, 0); }
5019
- to {
5020
- visibility: hidden;
5021
- transform: translate3d(110%, 0, 0); } }
5022
-
5023
- @keyframes Toastify__slideOutLeft {
5024
- from {
5025
- transform: translate3d(0, 0, 0); }
5026
- to {
5027
- visibility: hidden;
5028
- transform: translate3d(-110%, 0, 0); } }
5029
-
5030
- @keyframes Toastify__slideOutDown {
5031
- from {
5032
- transform: translate3d(0, 0, 0); }
5033
- to {
5034
- visibility: hidden;
5035
- transform: translate3d(0, 500px, 0); } }
5036
-
5037
- @keyframes Toastify__slideOutUp {
5038
- from {
5039
- transform: translate3d(0, 0, 0); }
5040
- to {
5041
- visibility: hidden;
5042
- transform: translate3d(0, -500px, 0); } }
5043
-
5044
- .Toastify__slide-enter--top-left, .Toastify__slide-enter--bottom-left {
5045
- animation-name: Toastify__slideInLeft; }
5046
-
5047
- .Toastify__slide-enter--top-right, .Toastify__slide-enter--bottom-right {
5048
- animation-name: Toastify__slideInRight; }
5049
-
5050
- .Toastify__slide-enter--top-center {
5051
- animation-name: Toastify__slideInDown; }
5052
-
5053
- .Toastify__slide-enter--bottom-center {
5054
- animation-name: Toastify__slideInUp; }
5055
-
5056
- .Toastify__slide-exit--top-left, .Toastify__slide-exit--bottom-left {
5057
- animation-name: Toastify__slideOutLeft; }
5058
-
5059
- .Toastify__slide-exit--top-right, .Toastify__slide-exit--bottom-right {
5060
- animation-name: Toastify__slideOutRight; }
5061
-
5062
- .Toastify__slide-exit--top-center {
5063
- animation-name: Toastify__slideOutUp; }
5064
-
5065
- .Toastify__slide-exit--bottom-center {
5066
- animation-name: Toastify__slideOutDown; }
5067
-
5068
4834
  .em-ds-spinner {
5069
4835
  display: flex;
5070
4836
  align-items: center;