@sankhyalabs/ez-design 5.10.0-dev.19 → 5.10.0-dev.20
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/default/ez-themed.css +17 -17
- package/dist/default/ez-themed.min.css +1 -1
- package/dist/default/icons/fonts/ez-icons.css +6 -6
- package/dist/default/icons/fonts/ez-icons.eot +0 -0
- package/dist/default/icons/fonts/ez-icons.less +6 -6
- package/dist/default/icons/fonts/ez-icons.module.less +6 -6
- package/dist/default/icons/fonts/ez-icons.scss +6 -6
- package/dist/default/icons/fonts/ez-icons.styl +6 -6
- package/dist/default/icons/fonts/ez-icons.ttf +0 -0
- package/dist/default/icons/fonts/ez-icons.woff +0 -0
- package/dist/default/icons/fonts/ez-icons.woff2 +0 -0
- package/dist/default/icons/fonts/unicode.html +4 -4
- package/package.json +1 -1
|
@@ -79,7 +79,7 @@
|
|
|
79
79
|
--text--extra-large: 20px;
|
|
80
80
|
--text-weight--extra-small: 200;
|
|
81
81
|
--text-weight--medium: 400;
|
|
82
|
-
--text-weight--large:
|
|
82
|
+
--text-weight--large: 500;
|
|
83
83
|
--text--primary: #626e82;
|
|
84
84
|
--text--secondary: #a2abb9;
|
|
85
85
|
--text--disable: #afb6c0;
|
|
@@ -491,7 +491,7 @@ body {
|
|
|
491
491
|
color: #626e82;
|
|
492
492
|
font-family: "Roboto";
|
|
493
493
|
font-size: 14px;
|
|
494
|
-
font-weight:
|
|
494
|
+
font-weight: 500;
|
|
495
495
|
width: 100%;
|
|
496
496
|
word-break: break-word;
|
|
497
497
|
padding-bottom: 3px; }
|
|
@@ -501,7 +501,7 @@ body {
|
|
|
501
501
|
font-family: "Roboto"; }
|
|
502
502
|
.ez-label--title {
|
|
503
503
|
font-size: 14px;
|
|
504
|
-
font-weight:
|
|
504
|
+
font-weight: 500;
|
|
505
505
|
margin-bottom: 3px;
|
|
506
506
|
flex-grow: 1; }
|
|
507
507
|
.ez-label--description {
|
|
@@ -872,7 +872,7 @@ body {
|
|
|
872
872
|
color: #fff;
|
|
873
873
|
text-shadow: 0 0 0 #fff, 0 0 1px transparent; }
|
|
874
874
|
.ez-text--bold {
|
|
875
|
-
font-weight:
|
|
875
|
+
font-weight: 500;
|
|
876
876
|
color: var(--title--primary); }
|
|
877
877
|
.ez-text--full {
|
|
878
878
|
width: 100%; }
|
|
@@ -906,7 +906,7 @@ body {
|
|
|
906
906
|
font-family: "Roboto";
|
|
907
907
|
color: var(--title--primary);
|
|
908
908
|
margin: 0;
|
|
909
|
-
font-weight:
|
|
909
|
+
font-weight: 500;
|
|
910
910
|
line-height: 1.3; }
|
|
911
911
|
.ez-title--extra-small {
|
|
912
912
|
font-size: 12px; }
|
|
@@ -1130,7 +1130,7 @@ body {
|
|
|
1130
1130
|
color: #fff; }
|
|
1131
1131
|
.ez-alert__title {
|
|
1132
1132
|
font-size: 14px;
|
|
1133
|
-
font-weight:
|
|
1133
|
+
font-weight: 500;
|
|
1134
1134
|
width: 100%;
|
|
1135
1135
|
margin: 0 0 6px 0; }
|
|
1136
1136
|
.ez-alert__description {
|
|
@@ -1321,7 +1321,7 @@ body {
|
|
|
1321
1321
|
font-family: "Roboto";
|
|
1322
1322
|
padding: 12px;
|
|
1323
1323
|
font-size: 14px;
|
|
1324
|
-
font-weight:
|
|
1324
|
+
font-weight: 500; }
|
|
1325
1325
|
|
|
1326
1326
|
.ez-badge--primary-solid {
|
|
1327
1327
|
--ez-badge--background-color: var(--color--primary);
|
|
@@ -1496,7 +1496,7 @@ body {
|
|
|
1496
1496
|
font-size: 19px; } }
|
|
1497
1497
|
.ez-breadcrumb__item--active {
|
|
1498
1498
|
display: flex;
|
|
1499
|
-
font-weight:
|
|
1499
|
+
font-weight: 500;
|
|
1500
1500
|
font-size: 14px;
|
|
1501
1501
|
color: #2b3a54; }
|
|
1502
1502
|
.ez-breadcrumb__item--active a:hover {
|
|
@@ -1847,7 +1847,7 @@ body {
|
|
|
1847
1847
|
.ez-flap__header-item svg {
|
|
1848
1848
|
fill: #a7afbd; }
|
|
1849
1849
|
.ez-flap__header-item--active {
|
|
1850
|
-
font-weight:
|
|
1850
|
+
font-weight: 500;
|
|
1851
1851
|
background-color: #fff;
|
|
1852
1852
|
border-top-left-radius: 12px;
|
|
1853
1853
|
border-top-right-radius: 12px;
|
|
@@ -2008,7 +2008,7 @@ body {
|
|
|
2008
2008
|
text-shadow: 0 0 0 #353535, 0 0 1px transparent; }
|
|
2009
2009
|
.ez-identifier__description {
|
|
2010
2010
|
font-size: 14px;
|
|
2011
|
-
font-weight:
|
|
2011
|
+
font-weight: 500;
|
|
2012
2012
|
margin: 0;
|
|
2013
2013
|
width: 100%; }
|
|
2014
2014
|
|
|
@@ -2130,7 +2130,7 @@ body {
|
|
|
2130
2130
|
text-decoration: underline; }
|
|
2131
2131
|
.ez-link--primary {
|
|
2132
2132
|
color: #00523c;
|
|
2133
|
-
font-weight:
|
|
2133
|
+
font-weight: 500; }
|
|
2134
2134
|
.ez-link--primary svg {
|
|
2135
2135
|
fill: #00523c;
|
|
2136
2136
|
opacity: 0.7; }
|
|
@@ -2422,7 +2422,7 @@ body {
|
|
|
2422
2422
|
min-width: 35px;
|
|
2423
2423
|
color: #00523c;
|
|
2424
2424
|
fill: #00523c;
|
|
2425
|
-
font-weight:
|
|
2425
|
+
font-weight: 500;
|
|
2426
2426
|
align-items: center;
|
|
2427
2427
|
height: 36px;
|
|
2428
2428
|
font-size: 14px;
|
|
@@ -2533,7 +2533,7 @@ body {
|
|
|
2533
2533
|
font-size: 16px; }
|
|
2534
2534
|
.ez-progress-indicator__item--active span {
|
|
2535
2535
|
color: #626e82;
|
|
2536
|
-
font-weight:
|
|
2536
|
+
font-weight: 500;
|
|
2537
2537
|
font-size: 14px; }
|
|
2538
2538
|
.ez-progress-indicator__item--done .ez-progress-indicator__numerator {
|
|
2539
2539
|
background-color: #157A00; }
|
|
@@ -2549,7 +2549,7 @@ body {
|
|
|
2549
2549
|
width: 32px;
|
|
2550
2550
|
height: 32px;
|
|
2551
2551
|
margin-right: 6px;
|
|
2552
|
-
font-weight:
|
|
2552
|
+
font-weight: 500;
|
|
2553
2553
|
color: #fff; }
|
|
2554
2554
|
.ez-progress-indicator__container {
|
|
2555
2555
|
display: flex;
|
|
@@ -2958,13 +2958,13 @@ body {
|
|
|
2958
2958
|
.ez-toggle__item--active {
|
|
2959
2959
|
background-color: #f2faf8;
|
|
2960
2960
|
color: #008561;
|
|
2961
|
-
font-weight:
|
|
2961
|
+
font-weight: 500;
|
|
2962
2962
|
font-size: 14px;
|
|
2963
2963
|
border: 1px #008561; }
|
|
2964
2964
|
.ez-toggle__item--default {
|
|
2965
2965
|
background-color: #f2faf8;
|
|
2966
2966
|
color: #008561;
|
|
2967
|
-
font-weight:
|
|
2967
|
+
font-weight: 500;
|
|
2968
2968
|
font-size: 14px;
|
|
2969
2969
|
border: 1px #008561;
|
|
2970
2970
|
cursor: not-allowed; }
|
|
@@ -3018,7 +3018,7 @@ body {
|
|
|
3018
3018
|
.ez-toggle-group__item--active {
|
|
3019
3019
|
background-color: #f2faf8;
|
|
3020
3020
|
color: #00523c;
|
|
3021
|
-
font-weight:
|
|
3021
|
+
font-weight: 500;
|
|
3022
3022
|
font-size: 14px;
|
|
3023
3023
|
border: 1px #00523c; }
|
|
3024
3024
|
.ez-toggle-group__item--disabled {
|