@elliemae/ds-basic 3.57.0-next.39 → 3.57.0-next.40
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/css/dimsum.css +16 -16
- package/dist/css/dimsum.min.css +16 -16
- package/package.json +2 -2
package/dist/css/dimsum.css
CHANGED
|
@@ -896,112 +896,112 @@
|
|
|
896
896
|
********************************************************************* */
|
|
897
897
|
@font-face {
|
|
898
898
|
font-family: 'proxima-nova';
|
|
899
|
-
src: url('
|
|
899
|
+
src: url('./fonts/ProximaNovaThin.woff') format('woff');
|
|
900
900
|
font-weight: 100;
|
|
901
901
|
font-style: normal;
|
|
902
902
|
}
|
|
903
903
|
|
|
904
904
|
@font-face {
|
|
905
905
|
font-family: 'proxima-nova';
|
|
906
|
-
src: url('
|
|
906
|
+
src: url('./fonts/ProximaLight.woff') format('woff');
|
|
907
907
|
font-weight: 300;
|
|
908
908
|
font-style: normal;
|
|
909
909
|
}
|
|
910
910
|
|
|
911
911
|
@font-face {
|
|
912
912
|
font-family: 'proxima-nova';
|
|
913
|
-
src: url('
|
|
913
|
+
src: url('./fonts/ProximaNovaRegular.woff') format('woff');
|
|
914
914
|
font-weight: normal;
|
|
915
915
|
font-style: normal;
|
|
916
916
|
}
|
|
917
917
|
|
|
918
918
|
@font-face {
|
|
919
919
|
font-family: 'proxima-nova';
|
|
920
|
-
src: url('
|
|
920
|
+
src: url('./fonts/ProximaMedium.woff') format('woff');
|
|
921
921
|
font-weight: 500;
|
|
922
922
|
font-style: normal;
|
|
923
923
|
}
|
|
924
924
|
|
|
925
925
|
@font-face {
|
|
926
926
|
font-family: 'proxima-nova';
|
|
927
|
-
src: url('
|
|
927
|
+
src: url('./fonts/ProximaNovaSemibold.woff') format('woff');
|
|
928
928
|
font-weight: 600;
|
|
929
929
|
font-style: normal;
|
|
930
930
|
}
|
|
931
931
|
|
|
932
932
|
@font-face {
|
|
933
933
|
font-family: 'proxima-nova';
|
|
934
|
-
src: url('
|
|
934
|
+
src: url('./fonts/ProximaNovaBold.woff') format('woff');
|
|
935
935
|
font-weight: bold;
|
|
936
936
|
font-style: normal;
|
|
937
937
|
}
|
|
938
938
|
|
|
939
939
|
@font-face {
|
|
940
940
|
font-family: 'proxima-nova';
|
|
941
|
-
src: url('
|
|
941
|
+
src: url('./fonts/ProximaNovaExtrabold.woff') format('woff');
|
|
942
942
|
font-weight: 800;
|
|
943
943
|
font-style: normal;
|
|
944
944
|
}
|
|
945
945
|
|
|
946
946
|
@font-face {
|
|
947
947
|
font-family: 'proxima-nova';
|
|
948
|
-
src: url('
|
|
948
|
+
src: url('./fonts/ProximaNovaBlack.woff') format('woff');
|
|
949
949
|
font-weight: 900;
|
|
950
950
|
font-style: normal;
|
|
951
951
|
}
|
|
952
952
|
|
|
953
953
|
@font-face {
|
|
954
954
|
font-family: 'proxima-nova';
|
|
955
|
-
src: url('
|
|
955
|
+
src: url('./fonts/ProximaNovaThinItalic.woff') format('woff');
|
|
956
956
|
font-weight: 100;
|
|
957
957
|
font-style: italic;
|
|
958
958
|
}
|
|
959
959
|
|
|
960
960
|
@font-face {
|
|
961
961
|
font-family: 'proxima-nova';
|
|
962
|
-
src: url('
|
|
962
|
+
src: url('./fonts/ProximaLightItalic.woff') format('woff');
|
|
963
963
|
font-weight: 300;
|
|
964
964
|
font-style: italic;
|
|
965
965
|
}
|
|
966
966
|
|
|
967
967
|
@font-face {
|
|
968
968
|
font-family: 'proxima-nova';
|
|
969
|
-
src: url('
|
|
969
|
+
src: url('./fonts/ProximaNovaRegularItalic.woff') format('woff');
|
|
970
970
|
font-weight: normal;
|
|
971
971
|
font-style: italic;
|
|
972
972
|
}
|
|
973
973
|
|
|
974
974
|
@font-face {
|
|
975
975
|
font-family: 'proxima-nova';
|
|
976
|
-
src: url('
|
|
976
|
+
src: url('./fonts/ProximaMediumItalic.woff') format('woff');
|
|
977
977
|
font-weight: 500;
|
|
978
978
|
font-style: italic;
|
|
979
979
|
}
|
|
980
980
|
|
|
981
981
|
@font-face {
|
|
982
982
|
font-family: 'proxima-nova';
|
|
983
|
-
src: url('
|
|
983
|
+
src: url('./fonts/ProximaNovaSemiboldItalic.woff') format('woff');
|
|
984
984
|
font-weight: 600;
|
|
985
985
|
font-style: italic;
|
|
986
986
|
}
|
|
987
987
|
|
|
988
988
|
@font-face {
|
|
989
989
|
font-family: 'proxima-nova';
|
|
990
|
-
src: url('
|
|
990
|
+
src: url('./fonts/ProximaNovaBoldItalic.woff') format('woff');
|
|
991
991
|
font-weight: bold;
|
|
992
992
|
font-style: italic;
|
|
993
993
|
}
|
|
994
994
|
|
|
995
995
|
@font-face {
|
|
996
996
|
font-family: 'proxima-nova';
|
|
997
|
-
src: url('
|
|
997
|
+
src: url('./fonts/ProximaNovaExtraboldItalic.woff') format('woff');
|
|
998
998
|
font-weight: 800;
|
|
999
999
|
font-style: italic;
|
|
1000
1000
|
}
|
|
1001
1001
|
|
|
1002
1002
|
@font-face {
|
|
1003
1003
|
font-family: 'proxima-nova';
|
|
1004
|
-
src: url('
|
|
1004
|
+
src: url('./fonts/ProximaNovaBlackItalic.woff') format('woff');
|
|
1005
1005
|
font-weight: 900;
|
|
1006
1006
|
font-style: italic;
|
|
1007
1007
|
}
|
package/dist/css/dimsum.min.css
CHANGED
|
@@ -768,97 +768,97 @@
|
|
|
768
768
|
font-family: proxima-nova;
|
|
769
769
|
font-style: normal;
|
|
770
770
|
font-weight: 100;
|
|
771
|
-
src: url(
|
|
771
|
+
src: url(./fonts/ProximaNovaThin.woff) format('woff');
|
|
772
772
|
}
|
|
773
773
|
@font-face {
|
|
774
774
|
font-family: proxima-nova;
|
|
775
775
|
font-style: normal;
|
|
776
776
|
font-weight: 300;
|
|
777
|
-
src: url(
|
|
777
|
+
src: url(./fonts/ProximaLight.woff) format('woff');
|
|
778
778
|
}
|
|
779
779
|
@font-face {
|
|
780
780
|
font-family: proxima-nova;
|
|
781
781
|
font-style: normal;
|
|
782
782
|
font-weight: 400;
|
|
783
|
-
src: url(
|
|
783
|
+
src: url(./fonts/ProximaNovaRegular.woff) format('woff');
|
|
784
784
|
}
|
|
785
785
|
@font-face {
|
|
786
786
|
font-family: proxima-nova;
|
|
787
787
|
font-style: normal;
|
|
788
788
|
font-weight: 500;
|
|
789
|
-
src: url(
|
|
789
|
+
src: url(./fonts/ProximaMedium.woff) format('woff');
|
|
790
790
|
}
|
|
791
791
|
@font-face {
|
|
792
792
|
font-family: proxima-nova;
|
|
793
793
|
font-style: normal;
|
|
794
794
|
font-weight: 600;
|
|
795
|
-
src: url(
|
|
795
|
+
src: url(./fonts/ProximaNovaSemibold.woff) format('woff');
|
|
796
796
|
}
|
|
797
797
|
@font-face {
|
|
798
798
|
font-family: proxima-nova;
|
|
799
799
|
font-style: normal;
|
|
800
800
|
font-weight: 700;
|
|
801
|
-
src: url(
|
|
801
|
+
src: url(./fonts/ProximaNovaBold.woff) format('woff');
|
|
802
802
|
}
|
|
803
803
|
@font-face {
|
|
804
804
|
font-family: proxima-nova;
|
|
805
805
|
font-style: normal;
|
|
806
806
|
font-weight: 800;
|
|
807
|
-
src: url(
|
|
807
|
+
src: url(./fonts/ProximaNovaExtrabold.woff) format('woff');
|
|
808
808
|
}
|
|
809
809
|
@font-face {
|
|
810
810
|
font-family: proxima-nova;
|
|
811
811
|
font-style: normal;
|
|
812
812
|
font-weight: 900;
|
|
813
|
-
src: url(
|
|
813
|
+
src: url(./fonts/ProximaNovaBlack.woff) format('woff');
|
|
814
814
|
}
|
|
815
815
|
@font-face {
|
|
816
816
|
font-family: proxima-nova;
|
|
817
817
|
font-style: italic;
|
|
818
818
|
font-weight: 100;
|
|
819
|
-
src: url(
|
|
819
|
+
src: url(./fonts/ProximaNovaThinItalic.woff) format('woff');
|
|
820
820
|
}
|
|
821
821
|
@font-face {
|
|
822
822
|
font-family: proxima-nova;
|
|
823
823
|
font-style: italic;
|
|
824
824
|
font-weight: 300;
|
|
825
|
-
src: url(
|
|
825
|
+
src: url(./fonts/ProximaLightItalic.woff) format('woff');
|
|
826
826
|
}
|
|
827
827
|
@font-face {
|
|
828
828
|
font-family: proxima-nova;
|
|
829
829
|
font-style: italic;
|
|
830
830
|
font-weight: 400;
|
|
831
|
-
src: url(
|
|
831
|
+
src: url(./fonts/ProximaNovaRegularItalic.woff) format('woff');
|
|
832
832
|
}
|
|
833
833
|
@font-face {
|
|
834
834
|
font-family: proxima-nova;
|
|
835
835
|
font-style: italic;
|
|
836
836
|
font-weight: 500;
|
|
837
|
-
src: url(
|
|
837
|
+
src: url(./fonts/ProximaMediumItalic.woff) format('woff');
|
|
838
838
|
}
|
|
839
839
|
@font-face {
|
|
840
840
|
font-family: proxima-nova;
|
|
841
841
|
font-style: italic;
|
|
842
842
|
font-weight: 600;
|
|
843
|
-
src: url(
|
|
843
|
+
src: url(./fonts/ProximaNovaSemiboldItalic.woff) format('woff');
|
|
844
844
|
}
|
|
845
845
|
@font-face {
|
|
846
846
|
font-family: proxima-nova;
|
|
847
847
|
font-style: italic;
|
|
848
848
|
font-weight: 700;
|
|
849
|
-
src: url(
|
|
849
|
+
src: url(./fonts/ProximaNovaBoldItalic.woff) format('woff');
|
|
850
850
|
}
|
|
851
851
|
@font-face {
|
|
852
852
|
font-family: proxima-nova;
|
|
853
853
|
font-style: italic;
|
|
854
854
|
font-weight: 800;
|
|
855
|
-
src: url(
|
|
855
|
+
src: url(./fonts/ProximaNovaExtraboldItalic.woff) format('woff');
|
|
856
856
|
}
|
|
857
857
|
@font-face {
|
|
858
858
|
font-family: proxima-nova;
|
|
859
859
|
font-style: italic;
|
|
860
860
|
font-weight: 900;
|
|
861
|
-
src: url(
|
|
861
|
+
src: url(./fonts/ProximaNovaBlackItalic.woff) format('woff');
|
|
862
862
|
}
|
|
863
863
|
html {
|
|
864
864
|
-webkit-text-size-adjust: 100%;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/ds-basic",
|
|
3
|
-
"version": "3.57.0-next.
|
|
3
|
+
"version": "3.57.0-next.40",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "EllieMae UI Design System Library",
|
|
6
6
|
"files": [
|
|
@@ -45,5 +45,5 @@
|
|
|
45
45
|
"access": "public",
|
|
46
46
|
"typeSafety": false
|
|
47
47
|
},
|
|
48
|
-
"gitHead": "
|
|
48
|
+
"gitHead": "bca00298d99085d3c808728c40f45c0627810bda"
|
|
49
49
|
}
|