@elliemae/ds-basic 2.0.0-rc.10 → 2.0.0-rc.11

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/css/dimsum.css CHANGED
@@ -8796,119 +8796,6 @@ div.em-ds-button {
8796
8796
  100% {
8797
8797
  transform: rotate(0deg); } }
8798
8798
 
8799
- .em-ds-app-picker__wrapper {
8800
- display: flex;
8801
- flex-direction: column;
8802
- align-items: center;
8803
- min-width: 244px;
8804
- max-height: 449px;
8805
- overflow-y: scroll;
8806
- padding: 4px 0;
8807
- margin: 0 auto; }
8808
- .em-ds-app-picker__wrapper:focus {
8809
- outline: none; }
8810
-
8811
- .em-ds-app-picker__arrow {
8812
- position: relative;
8813
- top: -21px;
8814
- margin: 0;
8815
- fill: #fff; }
8816
-
8817
- .em-ds-app-picker__grid {
8818
- display: flex;
8819
- flex-direction: column;
8820
- justify-content: center;
8821
- align-items: center;
8822
- width: 100%;
8823
- padding: 0 8px; }
8824
-
8825
- .em-ds-app-picker__row {
8826
- display: flex;
8827
- width: 100%; }
8828
-
8829
- .em-ds-app-picker__section-title {
8830
- color: #353C46;
8831
- font-size: 0.8461rem;
8832
- font-weight: bold;
8833
- margin: 8px 0 4px 0;
8834
- line-height: 1;
8835
- text-transform: uppercase; }
8836
-
8837
- .em-ds-app-picker__chip {
8838
- display: flex;
8839
- flex-direction: column;
8840
- align-items: center;
8841
- border-radius: 2%;
8842
- padding: 8px 0 4px 0;
8843
- margin: 4px;
8844
- height: 68px;
8845
- width: 68px;
8846
- line-height: 1px;
8847
- background-color: #fff;
8848
- color: #1e79c2;
8849
- cursor: pointer;
8850
- border: 2px solid transparent; }
8851
- .em-ds-app-picker__chip:hover {
8852
- color: #005181;
8853
- background-color: #EBF6FF; }
8854
- .em-ds-app-picker__chip:hover .app-picker__icon {
8855
- fill: #005181; }
8856
- .em-ds-app-picker__chip:focus {
8857
- outline: none;
8858
- border: 2px solid #005181; }
8859
- .em-ds-app-picker__chip--disabled {
8860
- color: #697489;
8861
- cursor: not-allowed; }
8862
- .em-ds-app-picker__chip--disabled .app-picker__icon {
8863
- fill: #697489; }
8864
- .em-ds-app-picker__chip--disabled:focus, .em-ds-app-picker__chip--disabled:hover {
8865
- background-color: #fff;
8866
- cursor: not-allowed;
8867
- border: 2px solid transparent; }
8868
- .em-ds-app-picker__chip--disabled:focus .em-ds-app-picker__chip-label, .em-ds-app-picker__chip--disabled:hover .em-ds-app-picker__chip-label {
8869
- color: #697489; }
8870
- .em-ds-app-picker__chip--disabled:hover .app-picker__icon {
8871
- fill: #697489; }
8872
- .em-ds-app-picker__chip--selected {
8873
- color: #005181;
8874
- background-color: #EBF6FF;
8875
- position: relative; }
8876
- .em-ds-app-picker__chip--selected .app-picker__icon {
8877
- fill: #005181; }
8878
- .em-ds-app-picker__chip--selected:focus {
8879
- border: 2px solid transparent; }
8880
- .em-ds-app-picker__chip--selected:focus::after {
8881
- border: 2px solid #005181; }
8882
- .em-ds-app-picker__chip--selected::after {
8883
- position: absolute;
8884
- content: '';
8885
- top: -2px;
8886
- left: -2px;
8887
- width: calc(100% + 4px);
8888
- height: calc(100% + 4px);
8889
- border: 1px solid #1e79c2;
8890
- border-radius: 2px; }
8891
-
8892
- .app-picker__icon {
8893
- fill: #1e79c2; }
8894
-
8895
- #app-picker__button:hover {
8896
- background-color: transparent; }
8897
-
8898
- .em-ds-app-picker__chip-label {
8899
- font-size: 0.8461rem;
8900
- font-weight: 600;
8901
- word-wrap: break-word;
8902
- margin: 4px 0;
8903
- line-height: 12px;
8904
- text-overflow: ellipsis; }
8905
-
8906
- .em-ds-app-picker__separator {
8907
- border-top: 1px solid #E0E3E8;
8908
- border-bottom: none;
8909
- width: 99%;
8910
- margin-bottom: 0; }
8911
-
8912
8799
  @keyframes pulse {
8913
8800
  0% {
8914
8801
  box-shadow: 0 0 0 0 #1e79c2; }