@sankhyalabs/ez-design 7.0.0 → 7.1.0-dev.3
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 +8 -35
- 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
|
@@ -484,7 +484,6 @@ body {
|
|
|
484
484
|
color: #a2abb9;
|
|
485
485
|
font-family: "Roboto";
|
|
486
486
|
font-size: 12px;
|
|
487
|
-
text-shadow: 0 0 0 #353535, 0 0 1px transparent;
|
|
488
487
|
text-transform: uppercase; }
|
|
489
488
|
.ez-info__text {
|
|
490
489
|
display: flex;
|
|
@@ -507,7 +506,6 @@ body {
|
|
|
507
506
|
.ez-label--description {
|
|
508
507
|
font-size: 12px;
|
|
509
508
|
display: flex;
|
|
510
|
-
text-shadow: 0 0 0 #353535, 0 0 1px transparent;
|
|
511
509
|
margin: 3px 0;
|
|
512
510
|
word-break: break-all; }
|
|
513
511
|
.ez-label--optional {
|
|
@@ -516,8 +514,7 @@ body {
|
|
|
516
514
|
justify-content: flex-end;
|
|
517
515
|
margin: 3px 0;
|
|
518
516
|
margin-left: 6px;
|
|
519
|
-
flex-grow: 1;
|
|
520
|
-
text-shadow: 0 0 0 #353535, 0 0 1px transparent; }
|
|
517
|
+
flex-grow: 1; }
|
|
521
518
|
.ez-label--textarea {
|
|
522
519
|
display: flex;
|
|
523
520
|
justify-content: flex-end;
|
|
@@ -850,8 +847,7 @@ body {
|
|
|
850
847
|
height: fit-content; }
|
|
851
848
|
|
|
852
849
|
.ez-text {
|
|
853
|
-
font-family: "Roboto";
|
|
854
|
-
text-shadow: 0 0 0 #353535, 0 0 1px transparent; }
|
|
850
|
+
font-family: "Roboto"; }
|
|
855
851
|
.ez-text--xsmall {
|
|
856
852
|
font-size: 10px; }
|
|
857
853
|
.ez-text--small {
|
|
@@ -869,22 +865,18 @@ body {
|
|
|
869
865
|
.ez-text--left {
|
|
870
866
|
text-align: left; }
|
|
871
867
|
.ez-text--inverted {
|
|
872
|
-
color: #fff;
|
|
873
|
-
text-shadow: 0 0 0 #fff, 0 0 1px transparent; }
|
|
868
|
+
color: #fff; }
|
|
874
869
|
.ez-text--bold {
|
|
875
870
|
font-weight: 500;
|
|
876
871
|
color: var(--title--primary); }
|
|
877
872
|
.ez-text--full {
|
|
878
873
|
width: 100%; }
|
|
879
874
|
.ez-text--primary {
|
|
880
|
-
color: #626e82;
|
|
881
|
-
text-shadow: 0 0 0 #353535, 0 0 1px transparent; }
|
|
875
|
+
color: #626e82; }
|
|
882
876
|
.ez-text--secondary {
|
|
883
|
-
color: #a2abb9;
|
|
884
|
-
text-shadow: 0 0 0 #353535, 0 0 1px transparent; }
|
|
877
|
+
color: #a2abb9; }
|
|
885
878
|
.ez-text--tertiary {
|
|
886
|
-
color: #008561;
|
|
887
|
-
text-shadow: 0 0 0 #353535, 0 0 1px transparent; }
|
|
879
|
+
color: #008561; }
|
|
888
880
|
.ez-text--error {
|
|
889
881
|
color: #BD0025;
|
|
890
882
|
margin-top: 3px;
|
|
@@ -1207,8 +1199,6 @@ body {
|
|
|
1207
1199
|
fill: #BD0025; }
|
|
1208
1200
|
.ez-alert--global-error .ez-alert__message {
|
|
1209
1201
|
color: #626e82; }
|
|
1210
|
-
.ez-alert--global-error .ez-alert__description {
|
|
1211
|
-
text-shadow: 0 0 0 #353535, 0 0 1px transparent; }
|
|
1212
1202
|
.ez-alert--global-warning {
|
|
1213
1203
|
border-bottom: 3px #efb103;
|
|
1214
1204
|
padding: 12px;
|
|
@@ -1218,8 +1208,6 @@ body {
|
|
|
1218
1208
|
fill: #efb103; }
|
|
1219
1209
|
.ez-alert--global-warning .ez-alert__message {
|
|
1220
1210
|
color: #626e82; }
|
|
1221
|
-
.ez-alert--global-warning .ez-alert__description {
|
|
1222
|
-
text-shadow: 0 0 0 #353535, 0 0 1px transparent; }
|
|
1223
1211
|
.ez-alert--global-success {
|
|
1224
1212
|
border-bottom: 3px #157A00;
|
|
1225
1213
|
padding: 12px;
|
|
@@ -1229,8 +1217,6 @@ body {
|
|
|
1229
1217
|
fill: #157A00; }
|
|
1230
1218
|
.ez-alert--global-success .ez-alert__message {
|
|
1231
1219
|
color: #626e82; }
|
|
1232
|
-
.ez-alert--global-success .ez-alert__description {
|
|
1233
|
-
text-shadow: 0 0 0 #353535, 0 0 1px transparent; }
|
|
1234
1220
|
.ez-alert--global-info {
|
|
1235
1221
|
border-bottom: 3px #008561;
|
|
1236
1222
|
padding: 12px;
|
|
@@ -1240,8 +1226,6 @@ body {
|
|
|
1240
1226
|
fill: #008561; }
|
|
1241
1227
|
.ez-alert--global-info .ez-alert__message {
|
|
1242
1228
|
color: #626e82; }
|
|
1243
|
-
.ez-alert--global-info .ez-alert__description {
|
|
1244
|
-
text-shadow: 0 0 0 #353535, 0 0 1px transparent; }
|
|
1245
1229
|
.ez-alert--local-error {
|
|
1246
1230
|
border-left: 3px #BD0025;
|
|
1247
1231
|
padding: 12px;
|
|
@@ -1250,8 +1234,6 @@ body {
|
|
|
1250
1234
|
fill: #BD0025; }
|
|
1251
1235
|
.ez-alert--local-error .ez-alert__message {
|
|
1252
1236
|
color: #626e82; }
|
|
1253
|
-
.ez-alert--local-error .ez-alert__description {
|
|
1254
|
-
text-shadow: 0 0 0 #353535, 0 0 1px transparent; }
|
|
1255
1237
|
.ez-alert--local-warning {
|
|
1256
1238
|
border-left: 3px #efb103;
|
|
1257
1239
|
padding: 12px;
|
|
@@ -1260,8 +1242,6 @@ body {
|
|
|
1260
1242
|
fill: #efb103; }
|
|
1261
1243
|
.ez-alert--local-warning .ez-alert__message {
|
|
1262
1244
|
color: #626e82; }
|
|
1263
|
-
.ez-alert--local-warning .ez-alert__description {
|
|
1264
|
-
text-shadow: 0 0 0 #353535, 0 0 1px transparent; }
|
|
1265
1245
|
.ez-alert--local-success {
|
|
1266
1246
|
border-left: 3px #157A00;
|
|
1267
1247
|
padding: 12px;
|
|
@@ -1270,8 +1250,6 @@ body {
|
|
|
1270
1250
|
fill: #157A00; }
|
|
1271
1251
|
.ez-alert--local-success .ez-alert__message {
|
|
1272
1252
|
color: #626e82; }
|
|
1273
|
-
.ez-alert--local-success .ez-alert__description {
|
|
1274
|
-
text-shadow: 0 0 0 #353535, 0 0 1px transparent; }
|
|
1275
1253
|
.ez-alert--local-info {
|
|
1276
1254
|
border-left: 3px #008561;
|
|
1277
1255
|
padding: 12px;
|
|
@@ -1280,8 +1258,6 @@ body {
|
|
|
1280
1258
|
fill: #008561; }
|
|
1281
1259
|
.ez-alert--local-info .ez-alert__message {
|
|
1282
1260
|
color: #626e82; }
|
|
1283
|
-
.ez-alert--local-info .ez-alert__description {
|
|
1284
|
-
text-shadow: 0 0 0 #353535, 0 0 1px transparent; }
|
|
1285
1261
|
.ez-alert--position {
|
|
1286
1262
|
top: 140px;
|
|
1287
1263
|
right: 0; }
|
|
@@ -1478,8 +1454,7 @@ body {
|
|
|
1478
1454
|
display: none;
|
|
1479
1455
|
font-size: 12px;
|
|
1480
1456
|
font-family: "Roboto";
|
|
1481
|
-
color: #626e82;
|
|
1482
|
-
text-shadow: 0 0 0 #353535, 0 0 1px transparent; }
|
|
1457
|
+
color: #626e82; }
|
|
1483
1458
|
@media only screen and (min-width: 768px) {
|
|
1484
1459
|
.ez-breadcrumb__item {
|
|
1485
1460
|
display: flex; } }
|
|
@@ -1775,7 +1750,6 @@ body {
|
|
|
1775
1750
|
padding-right: 24px;
|
|
1776
1751
|
background-color: #fff;
|
|
1777
1752
|
border: none;
|
|
1778
|
-
text-shadow: 0 0 0 #353535, 0 0 1px transparent;
|
|
1779
1753
|
cursor: pointer; }
|
|
1780
1754
|
@media only screen and (min-width: 768px) {
|
|
1781
1755
|
.ez-flap__header-item .ez-text {
|
|
@@ -1943,8 +1917,7 @@ body {
|
|
|
1943
1917
|
font-size: 12px;
|
|
1944
1918
|
margin: 0;
|
|
1945
1919
|
width: 100%;
|
|
1946
|
-
font-weight: 200;
|
|
1947
|
-
text-shadow: 0 0 0 #353535, 0 0 1px transparent; }
|
|
1920
|
+
font-weight: 200; }
|
|
1948
1921
|
.ez-identifier__description {
|
|
1949
1922
|
font-size: 14px;
|
|
1950
1923
|
font-weight: 500;
|