@mdsfe/mds-ui 0.3.0-2 → 0.3.0-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.
Files changed (60) hide show
  1. package/dist/_util/iconfont/index.js +1 -1
  2. package/dist/font/{iconfont.36c3afe.ttf → iconfont.3e842c3.ttf} +0 -0
  3. package/dist/font/iconfont.53d9cf7.woff2 +0 -0
  4. package/dist/font/iconfont.d6d8020.woff +0 -0
  5. package/dist/mds-ui.min.css +1 -1
  6. package/dist/style/affix.css +37 -1
  7. package/dist/style/alert.css +37 -1
  8. package/dist/style/anchor.css +37 -1
  9. package/dist/style/avatar.css +37 -1
  10. package/dist/style/badge.css +37 -1
  11. package/dist/style/bordershadow.css +37 -1
  12. package/dist/style/breadcrumb.css +37 -1
  13. package/dist/style/button.css +37 -1
  14. package/dist/style/card.css +37 -1
  15. package/dist/style/carousel.css +37 -1
  16. package/dist/style/checkbox.css +37 -1
  17. package/dist/style/col.css +37 -1
  18. package/dist/style/collapse.css +37 -1
  19. package/dist/style/color.css +37 -1
  20. package/dist/style/datepicker.css +37 -1
  21. package/dist/style/divider.css +37 -1
  22. package/dist/style/drawer.css +37 -1
  23. package/dist/style/dropdown.css +37 -1
  24. package/dist/style/empty.css +37 -1
  25. package/dist/style/font.css +37 -1
  26. package/dist/style/form.css +37 -1
  27. package/dist/style/icon.css +37 -1
  28. package/dist/style/input.css +37 -1
  29. package/dist/style/inputnumber.css +37 -1
  30. package/dist/style/layout.css +37 -1
  31. package/dist/style/list.css +37 -1
  32. package/dist/style/loading.css +37 -1
  33. package/dist/style/menu.css +37 -1
  34. package/dist/style/modal.css +37 -1
  35. package/dist/style/notification.css +37 -1
  36. package/dist/style/pagination.css +37 -1
  37. package/dist/style/popconfirm.css +37 -1
  38. package/dist/style/popover.css +37 -1
  39. package/dist/style/progress.css +37 -1
  40. package/dist/style/radio.css +37 -1
  41. package/dist/style/rate.css +37 -1
  42. package/dist/style/row.css +37 -1
  43. package/dist/style/select.css +37 -1
  44. package/dist/style/slider.css +37 -1
  45. package/dist/style/slottable.css +37 -1
  46. package/dist/style/steps.css +37 -1
  47. package/dist/style/switch.css +37 -1
  48. package/dist/style/table.css +37 -1
  49. package/dist/style/tabs.css +37 -1
  50. package/dist/style/tag.css +37 -1
  51. package/dist/style/text.css +37 -1
  52. package/dist/style/timeline.css +37 -1
  53. package/dist/style/timepicker.css +37 -1
  54. package/dist/style/tooltip.css +37 -1
  55. package/dist/style/tree.css +37 -1
  56. package/dist/style/typography.css +37 -1
  57. package/dist/style/upload.css +37 -1
  58. package/package.json +1 -1
  59. package/dist/font/iconfont.50be7d0.woff2 +0 -0
  60. package/dist/font/iconfont.f586f3d.woff +0 -0
@@ -554,7 +554,7 @@ samp {
554
554
  font-display: auto;
555
555
  font-style: normal;
556
556
  /* project id 1921203 */
557
- src: url(/dist/font/iconfont.50be7d0.woff2) format('woff2'), url(/dist/font/iconfont.f586f3d.woff) format('woff'), url(/dist/font/iconfont.36c3afe.ttf) format('truetype');
557
+ src: url(/dist/font/iconfont.53d9cf7.woff2) format('woff2'), url(/dist/font/iconfont.d6d8020.woff) format('woff'), url(/dist/font/iconfont.3e842c3.ttf) format('truetype');
558
558
  }
559
559
  .mdsicon {
560
560
  display: inline-block;
@@ -4730,6 +4730,42 @@ samp {
4730
4730
  display: inline-block;
4731
4731
  animation: loadingCircle 6s infinite linear;
4732
4732
  }
4733
+ .mdsicon-line-otherinformation:before {
4734
+ content: "\E811";
4735
+ }
4736
+ .mdsicon-line-textmessage:before {
4737
+ content: "\E812";
4738
+ }
4739
+ .mdsicon-line-packup:before {
4740
+ content: "\E813";
4741
+ }
4742
+ .mdsicon-line-basicinformation:before {
4743
+ content: "\E814";
4744
+ }
4745
+ .mdsicon-line-unfold1:before {
4746
+ content: "\E815";
4747
+ }
4748
+ .mdsicon-line-all:before {
4749
+ content: "\E80D";
4750
+ }
4751
+ .mdsicon-line-border:before {
4752
+ content: "\E80E";
4753
+ }
4754
+ .mdsicon-line-row:before {
4755
+ content: "\E80F";
4756
+ }
4757
+ .mdsicon-line-list1:before {
4758
+ content: "\E810";
4759
+ }
4760
+ .mdsicon-line-even2:before {
4761
+ content: "\E80C";
4762
+ }
4763
+ .mdsicon-line-even:before {
4764
+ content: "\E80B";
4765
+ }
4766
+ .mdsicon-line-drag1:before {
4767
+ content: "\E80A";
4768
+ }
4733
4769
  .mdsicon-line-constant:before {
4734
4770
  content: "\E7FE";
4735
4771
  }
@@ -554,7 +554,7 @@ samp {
554
554
  font-display: auto;
555
555
  font-style: normal;
556
556
  /* project id 1921203 */
557
- src: url(/dist/font/iconfont.50be7d0.woff2) format('woff2'), url(/dist/font/iconfont.f586f3d.woff) format('woff'), url(/dist/font/iconfont.36c3afe.ttf) format('truetype');
557
+ src: url(/dist/font/iconfont.53d9cf7.woff2) format('woff2'), url(/dist/font/iconfont.d6d8020.woff) format('woff'), url(/dist/font/iconfont.3e842c3.ttf) format('truetype');
558
558
  }
559
559
  .mdsicon {
560
560
  display: inline-block;
@@ -4730,6 +4730,42 @@ samp {
4730
4730
  display: inline-block;
4731
4731
  animation: loadingCircle 6s infinite linear;
4732
4732
  }
4733
+ .mdsicon-line-otherinformation:before {
4734
+ content: "\E811";
4735
+ }
4736
+ .mdsicon-line-textmessage:before {
4737
+ content: "\E812";
4738
+ }
4739
+ .mdsicon-line-packup:before {
4740
+ content: "\E813";
4741
+ }
4742
+ .mdsicon-line-basicinformation:before {
4743
+ content: "\E814";
4744
+ }
4745
+ .mdsicon-line-unfold1:before {
4746
+ content: "\E815";
4747
+ }
4748
+ .mdsicon-line-all:before {
4749
+ content: "\E80D";
4750
+ }
4751
+ .mdsicon-line-border:before {
4752
+ content: "\E80E";
4753
+ }
4754
+ .mdsicon-line-row:before {
4755
+ content: "\E80F";
4756
+ }
4757
+ .mdsicon-line-list1:before {
4758
+ content: "\E810";
4759
+ }
4760
+ .mdsicon-line-even2:before {
4761
+ content: "\E80C";
4762
+ }
4763
+ .mdsicon-line-even:before {
4764
+ content: "\E80B";
4765
+ }
4766
+ .mdsicon-line-drag1:before {
4767
+ content: "\E80A";
4768
+ }
4733
4769
  .mdsicon-line-constant:before {
4734
4770
  content: "\E7FE";
4735
4771
  }
@@ -554,7 +554,7 @@ samp {
554
554
  font-display: auto;
555
555
  font-style: normal;
556
556
  /* project id 1921203 */
557
- src: url(/dist/font/iconfont.50be7d0.woff2) format('woff2'), url(/dist/font/iconfont.f586f3d.woff) format('woff'), url(/dist/font/iconfont.36c3afe.ttf) format('truetype');
557
+ src: url(/dist/font/iconfont.53d9cf7.woff2) format('woff2'), url(/dist/font/iconfont.d6d8020.woff) format('woff'), url(/dist/font/iconfont.3e842c3.ttf) format('truetype');
558
558
  }
559
559
  .mdsicon {
560
560
  display: inline-block;
@@ -4730,6 +4730,42 @@ samp {
4730
4730
  display: inline-block;
4731
4731
  animation: loadingCircle 6s infinite linear;
4732
4732
  }
4733
+ .mdsicon-line-otherinformation:before {
4734
+ content: "\E811";
4735
+ }
4736
+ .mdsicon-line-textmessage:before {
4737
+ content: "\E812";
4738
+ }
4739
+ .mdsicon-line-packup:before {
4740
+ content: "\E813";
4741
+ }
4742
+ .mdsicon-line-basicinformation:before {
4743
+ content: "\E814";
4744
+ }
4745
+ .mdsicon-line-unfold1:before {
4746
+ content: "\E815";
4747
+ }
4748
+ .mdsicon-line-all:before {
4749
+ content: "\E80D";
4750
+ }
4751
+ .mdsicon-line-border:before {
4752
+ content: "\E80E";
4753
+ }
4754
+ .mdsicon-line-row:before {
4755
+ content: "\E80F";
4756
+ }
4757
+ .mdsicon-line-list1:before {
4758
+ content: "\E810";
4759
+ }
4760
+ .mdsicon-line-even2:before {
4761
+ content: "\E80C";
4762
+ }
4763
+ .mdsicon-line-even:before {
4764
+ content: "\E80B";
4765
+ }
4766
+ .mdsicon-line-drag1:before {
4767
+ content: "\E80A";
4768
+ }
4733
4769
  .mdsicon-line-constant:before {
4734
4770
  content: "\E7FE";
4735
4771
  }
@@ -570,7 +570,7 @@ samp {
570
570
  font-display: auto;
571
571
  font-style: normal;
572
572
  /* project id 1921203 */
573
- src: url(/dist/font/iconfont.50be7d0.woff2) format('woff2'), url(/dist/font/iconfont.f586f3d.woff) format('woff'), url(/dist/font/iconfont.36c3afe.ttf) format('truetype');
573
+ src: url(/dist/font/iconfont.53d9cf7.woff2) format('woff2'), url(/dist/font/iconfont.d6d8020.woff) format('woff'), url(/dist/font/iconfont.3e842c3.ttf) format('truetype');
574
574
  }
575
575
  .mdsicon {
576
576
  display: inline-block;
@@ -4746,6 +4746,42 @@ samp {
4746
4746
  display: inline-block;
4747
4747
  animation: loadingCircle 6s infinite linear;
4748
4748
  }
4749
+ .mdsicon-line-otherinformation:before {
4750
+ content: "\E811";
4751
+ }
4752
+ .mdsicon-line-textmessage:before {
4753
+ content: "\E812";
4754
+ }
4755
+ .mdsicon-line-packup:before {
4756
+ content: "\E813";
4757
+ }
4758
+ .mdsicon-line-basicinformation:before {
4759
+ content: "\E814";
4760
+ }
4761
+ .mdsicon-line-unfold1:before {
4762
+ content: "\E815";
4763
+ }
4764
+ .mdsicon-line-all:before {
4765
+ content: "\E80D";
4766
+ }
4767
+ .mdsicon-line-border:before {
4768
+ content: "\E80E";
4769
+ }
4770
+ .mdsicon-line-row:before {
4771
+ content: "\E80F";
4772
+ }
4773
+ .mdsicon-line-list1:before {
4774
+ content: "\E810";
4775
+ }
4776
+ .mdsicon-line-even2:before {
4777
+ content: "\E80C";
4778
+ }
4779
+ .mdsicon-line-even:before {
4780
+ content: "\E80B";
4781
+ }
4782
+ .mdsicon-line-drag1:before {
4783
+ content: "\E80A";
4784
+ }
4749
4785
  .mdsicon-line-constant:before {
4750
4786
  content: "\E7FE";
4751
4787
  }
@@ -554,7 +554,7 @@ samp {
554
554
  font-display: auto;
555
555
  font-style: normal;
556
556
  /* project id 1921203 */
557
- src: url(/dist/font/iconfont.50be7d0.woff2) format('woff2'), url(/dist/font/iconfont.f586f3d.woff) format('woff'), url(/dist/font/iconfont.36c3afe.ttf) format('truetype');
557
+ src: url(/dist/font/iconfont.53d9cf7.woff2) format('woff2'), url(/dist/font/iconfont.d6d8020.woff) format('woff'), url(/dist/font/iconfont.3e842c3.ttf) format('truetype');
558
558
  }
559
559
  .mdsicon {
560
560
  display: inline-block;
@@ -4730,6 +4730,42 @@ samp {
4730
4730
  display: inline-block;
4731
4731
  animation: loadingCircle 6s infinite linear;
4732
4732
  }
4733
+ .mdsicon-line-otherinformation:before {
4734
+ content: "\E811";
4735
+ }
4736
+ .mdsicon-line-textmessage:before {
4737
+ content: "\E812";
4738
+ }
4739
+ .mdsicon-line-packup:before {
4740
+ content: "\E813";
4741
+ }
4742
+ .mdsicon-line-basicinformation:before {
4743
+ content: "\E814";
4744
+ }
4745
+ .mdsicon-line-unfold1:before {
4746
+ content: "\E815";
4747
+ }
4748
+ .mdsicon-line-all:before {
4749
+ content: "\E80D";
4750
+ }
4751
+ .mdsicon-line-border:before {
4752
+ content: "\E80E";
4753
+ }
4754
+ .mdsicon-line-row:before {
4755
+ content: "\E80F";
4756
+ }
4757
+ .mdsicon-line-list1:before {
4758
+ content: "\E810";
4759
+ }
4760
+ .mdsicon-line-even2:before {
4761
+ content: "\E80C";
4762
+ }
4763
+ .mdsicon-line-even:before {
4764
+ content: "\E80B";
4765
+ }
4766
+ .mdsicon-line-drag1:before {
4767
+ content: "\E80A";
4768
+ }
4733
4769
  .mdsicon-line-constant:before {
4734
4770
  content: "\E7FE";
4735
4771
  }
@@ -554,7 +554,7 @@ samp {
554
554
  font-display: auto;
555
555
  font-style: normal;
556
556
  /* project id 1921203 */
557
- src: url(/dist/font/iconfont.50be7d0.woff2) format('woff2'), url(/dist/font/iconfont.f586f3d.woff) format('woff'), url(/dist/font/iconfont.36c3afe.ttf) format('truetype');
557
+ src: url(/dist/font/iconfont.53d9cf7.woff2) format('woff2'), url(/dist/font/iconfont.d6d8020.woff) format('woff'), url(/dist/font/iconfont.3e842c3.ttf) format('truetype');
558
558
  }
559
559
  .mdsicon {
560
560
  display: inline-block;
@@ -4730,6 +4730,42 @@ samp {
4730
4730
  display: inline-block;
4731
4731
  animation: loadingCircle 6s infinite linear;
4732
4732
  }
4733
+ .mdsicon-line-otherinformation:before {
4734
+ content: "\E811";
4735
+ }
4736
+ .mdsicon-line-textmessage:before {
4737
+ content: "\E812";
4738
+ }
4739
+ .mdsicon-line-packup:before {
4740
+ content: "\E813";
4741
+ }
4742
+ .mdsicon-line-basicinformation:before {
4743
+ content: "\E814";
4744
+ }
4745
+ .mdsicon-line-unfold1:before {
4746
+ content: "\E815";
4747
+ }
4748
+ .mdsicon-line-all:before {
4749
+ content: "\E80D";
4750
+ }
4751
+ .mdsicon-line-border:before {
4752
+ content: "\E80E";
4753
+ }
4754
+ .mdsicon-line-row:before {
4755
+ content: "\E80F";
4756
+ }
4757
+ .mdsicon-line-list1:before {
4758
+ content: "\E810";
4759
+ }
4760
+ .mdsicon-line-even2:before {
4761
+ content: "\E80C";
4762
+ }
4763
+ .mdsicon-line-even:before {
4764
+ content: "\E80B";
4765
+ }
4766
+ .mdsicon-line-drag1:before {
4767
+ content: "\E80A";
4768
+ }
4733
4769
  .mdsicon-line-constant:before {
4734
4770
  content: "\E7FE";
4735
4771
  }
@@ -554,7 +554,7 @@ samp {
554
554
  font-display: auto;
555
555
  font-style: normal;
556
556
  /* project id 1921203 */
557
- src: url(/dist/font/iconfont.50be7d0.woff2) format('woff2'), url(/dist/font/iconfont.f586f3d.woff) format('woff'), url(/dist/font/iconfont.36c3afe.ttf) format('truetype');
557
+ src: url(/dist/font/iconfont.53d9cf7.woff2) format('woff2'), url(/dist/font/iconfont.d6d8020.woff) format('woff'), url(/dist/font/iconfont.3e842c3.ttf) format('truetype');
558
558
  }
559
559
  .mdsicon {
560
560
  display: inline-block;
@@ -4730,6 +4730,42 @@ samp {
4730
4730
  display: inline-block;
4731
4731
  animation: loadingCircle 6s infinite linear;
4732
4732
  }
4733
+ .mdsicon-line-otherinformation:before {
4734
+ content: "\E811";
4735
+ }
4736
+ .mdsicon-line-textmessage:before {
4737
+ content: "\E812";
4738
+ }
4739
+ .mdsicon-line-packup:before {
4740
+ content: "\E813";
4741
+ }
4742
+ .mdsicon-line-basicinformation:before {
4743
+ content: "\E814";
4744
+ }
4745
+ .mdsicon-line-unfold1:before {
4746
+ content: "\E815";
4747
+ }
4748
+ .mdsicon-line-all:before {
4749
+ content: "\E80D";
4750
+ }
4751
+ .mdsicon-line-border:before {
4752
+ content: "\E80E";
4753
+ }
4754
+ .mdsicon-line-row:before {
4755
+ content: "\E80F";
4756
+ }
4757
+ .mdsicon-line-list1:before {
4758
+ content: "\E810";
4759
+ }
4760
+ .mdsicon-line-even2:before {
4761
+ content: "\E80C";
4762
+ }
4763
+ .mdsicon-line-even:before {
4764
+ content: "\E80B";
4765
+ }
4766
+ .mdsicon-line-drag1:before {
4767
+ content: "\E80A";
4768
+ }
4733
4769
  .mdsicon-line-constant:before {
4734
4770
  content: "\E7FE";
4735
4771
  }
@@ -554,7 +554,7 @@ samp {
554
554
  font-display: auto;
555
555
  font-style: normal;
556
556
  /* project id 1921203 */
557
- src: url(/dist/font/iconfont.50be7d0.woff2) format('woff2'), url(/dist/font/iconfont.f586f3d.woff) format('woff'), url(/dist/font/iconfont.36c3afe.ttf) format('truetype');
557
+ src: url(/dist/font/iconfont.53d9cf7.woff2) format('woff2'), url(/dist/font/iconfont.d6d8020.woff) format('woff'), url(/dist/font/iconfont.3e842c3.ttf) format('truetype');
558
558
  }
559
559
  .mdsicon {
560
560
  display: inline-block;
@@ -4730,6 +4730,42 @@ samp {
4730
4730
  display: inline-block;
4731
4731
  animation: loadingCircle 6s infinite linear;
4732
4732
  }
4733
+ .mdsicon-line-otherinformation:before {
4734
+ content: "\E811";
4735
+ }
4736
+ .mdsicon-line-textmessage:before {
4737
+ content: "\E812";
4738
+ }
4739
+ .mdsicon-line-packup:before {
4740
+ content: "\E813";
4741
+ }
4742
+ .mdsicon-line-basicinformation:before {
4743
+ content: "\E814";
4744
+ }
4745
+ .mdsicon-line-unfold1:before {
4746
+ content: "\E815";
4747
+ }
4748
+ .mdsicon-line-all:before {
4749
+ content: "\E80D";
4750
+ }
4751
+ .mdsicon-line-border:before {
4752
+ content: "\E80E";
4753
+ }
4754
+ .mdsicon-line-row:before {
4755
+ content: "\E80F";
4756
+ }
4757
+ .mdsicon-line-list1:before {
4758
+ content: "\E810";
4759
+ }
4760
+ .mdsicon-line-even2:before {
4761
+ content: "\E80C";
4762
+ }
4763
+ .mdsicon-line-even:before {
4764
+ content: "\E80B";
4765
+ }
4766
+ .mdsicon-line-drag1:before {
4767
+ content: "\E80A";
4768
+ }
4733
4769
  .mdsicon-line-constant:before {
4734
4770
  content: "\E7FE";
4735
4771
  }
@@ -554,7 +554,7 @@ samp {
554
554
  font-display: auto;
555
555
  font-style: normal;
556
556
  /* project id 1921203 */
557
- src: url(/dist/font/iconfont.50be7d0.woff2) format('woff2'), url(/dist/font/iconfont.f586f3d.woff) format('woff'), url(/dist/font/iconfont.36c3afe.ttf) format('truetype');
557
+ src: url(/dist/font/iconfont.53d9cf7.woff2) format('woff2'), url(/dist/font/iconfont.d6d8020.woff) format('woff'), url(/dist/font/iconfont.3e842c3.ttf) format('truetype');
558
558
  }
559
559
  .mdsicon {
560
560
  display: inline-block;
@@ -4730,6 +4730,42 @@ samp {
4730
4730
  display: inline-block;
4731
4731
  animation: loadingCircle 6s infinite linear;
4732
4732
  }
4733
+ .mdsicon-line-otherinformation:before {
4734
+ content: "\E811";
4735
+ }
4736
+ .mdsicon-line-textmessage:before {
4737
+ content: "\E812";
4738
+ }
4739
+ .mdsicon-line-packup:before {
4740
+ content: "\E813";
4741
+ }
4742
+ .mdsicon-line-basicinformation:before {
4743
+ content: "\E814";
4744
+ }
4745
+ .mdsicon-line-unfold1:before {
4746
+ content: "\E815";
4747
+ }
4748
+ .mdsicon-line-all:before {
4749
+ content: "\E80D";
4750
+ }
4751
+ .mdsicon-line-border:before {
4752
+ content: "\E80E";
4753
+ }
4754
+ .mdsicon-line-row:before {
4755
+ content: "\E80F";
4756
+ }
4757
+ .mdsicon-line-list1:before {
4758
+ content: "\E810";
4759
+ }
4760
+ .mdsicon-line-even2:before {
4761
+ content: "\E80C";
4762
+ }
4763
+ .mdsicon-line-even:before {
4764
+ content: "\E80B";
4765
+ }
4766
+ .mdsicon-line-drag1:before {
4767
+ content: "\E80A";
4768
+ }
4733
4769
  .mdsicon-line-constant:before {
4734
4770
  content: "\E7FE";
4735
4771
  }
@@ -554,7 +554,7 @@ samp {
554
554
  font-display: auto;
555
555
  font-style: normal;
556
556
  /* project id 1921203 */
557
- src: url(/dist/font/iconfont.50be7d0.woff2) format('woff2'), url(/dist/font/iconfont.f586f3d.woff) format('woff'), url(/dist/font/iconfont.36c3afe.ttf) format('truetype');
557
+ src: url(/dist/font/iconfont.53d9cf7.woff2) format('woff2'), url(/dist/font/iconfont.d6d8020.woff) format('woff'), url(/dist/font/iconfont.3e842c3.ttf) format('truetype');
558
558
  }
559
559
  .mdsicon {
560
560
  display: inline-block;
@@ -4730,6 +4730,42 @@ samp {
4730
4730
  display: inline-block;
4731
4731
  animation: loadingCircle 6s infinite linear;
4732
4732
  }
4733
+ .mdsicon-line-otherinformation:before {
4734
+ content: "\E811";
4735
+ }
4736
+ .mdsicon-line-textmessage:before {
4737
+ content: "\E812";
4738
+ }
4739
+ .mdsicon-line-packup:before {
4740
+ content: "\E813";
4741
+ }
4742
+ .mdsicon-line-basicinformation:before {
4743
+ content: "\E814";
4744
+ }
4745
+ .mdsicon-line-unfold1:before {
4746
+ content: "\E815";
4747
+ }
4748
+ .mdsicon-line-all:before {
4749
+ content: "\E80D";
4750
+ }
4751
+ .mdsicon-line-border:before {
4752
+ content: "\E80E";
4753
+ }
4754
+ .mdsicon-line-row:before {
4755
+ content: "\E80F";
4756
+ }
4757
+ .mdsicon-line-list1:before {
4758
+ content: "\E810";
4759
+ }
4760
+ .mdsicon-line-even2:before {
4761
+ content: "\E80C";
4762
+ }
4763
+ .mdsicon-line-even:before {
4764
+ content: "\E80B";
4765
+ }
4766
+ .mdsicon-line-drag1:before {
4767
+ content: "\E80A";
4768
+ }
4733
4769
  .mdsicon-line-constant:before {
4734
4770
  content: "\E7FE";
4735
4771
  }
@@ -554,7 +554,7 @@ samp {
554
554
  font-display: auto;
555
555
  font-style: normal;
556
556
  /* project id 1921203 */
557
- src: url(/dist/font/iconfont.50be7d0.woff2) format('woff2'), url(/dist/font/iconfont.f586f3d.woff) format('woff'), url(/dist/font/iconfont.36c3afe.ttf) format('truetype');
557
+ src: url(/dist/font/iconfont.53d9cf7.woff2) format('woff2'), url(/dist/font/iconfont.d6d8020.woff) format('woff'), url(/dist/font/iconfont.3e842c3.ttf) format('truetype');
558
558
  }
559
559
  .mdsicon {
560
560
  display: inline-block;
@@ -4730,6 +4730,42 @@ samp {
4730
4730
  display: inline-block;
4731
4731
  animation: loadingCircle 6s infinite linear;
4732
4732
  }
4733
+ .mdsicon-line-otherinformation:before {
4734
+ content: "\E811";
4735
+ }
4736
+ .mdsicon-line-textmessage:before {
4737
+ content: "\E812";
4738
+ }
4739
+ .mdsicon-line-packup:before {
4740
+ content: "\E813";
4741
+ }
4742
+ .mdsicon-line-basicinformation:before {
4743
+ content: "\E814";
4744
+ }
4745
+ .mdsicon-line-unfold1:before {
4746
+ content: "\E815";
4747
+ }
4748
+ .mdsicon-line-all:before {
4749
+ content: "\E80D";
4750
+ }
4751
+ .mdsicon-line-border:before {
4752
+ content: "\E80E";
4753
+ }
4754
+ .mdsicon-line-row:before {
4755
+ content: "\E80F";
4756
+ }
4757
+ .mdsicon-line-list1:before {
4758
+ content: "\E810";
4759
+ }
4760
+ .mdsicon-line-even2:before {
4761
+ content: "\E80C";
4762
+ }
4763
+ .mdsicon-line-even:before {
4764
+ content: "\E80B";
4765
+ }
4766
+ .mdsicon-line-drag1:before {
4767
+ content: "\E80A";
4768
+ }
4733
4769
  .mdsicon-line-constant:before {
4734
4770
  content: "\E7FE";
4735
4771
  }
@@ -566,7 +566,7 @@ samp {
566
566
  font-display: auto;
567
567
  font-style: normal;
568
568
  /* project id 1921203 */
569
- src: url(/dist/font/iconfont.50be7d0.woff2) format('woff2'), url(/dist/font/iconfont.f586f3d.woff) format('woff'), url(/dist/font/iconfont.36c3afe.ttf) format('truetype');
569
+ src: url(/dist/font/iconfont.53d9cf7.woff2) format('woff2'), url(/dist/font/iconfont.d6d8020.woff) format('woff'), url(/dist/font/iconfont.3e842c3.ttf) format('truetype');
570
570
  }
571
571
  .mdsicon {
572
572
  display: inline-block;
@@ -4742,6 +4742,42 @@ samp {
4742
4742
  display: inline-block;
4743
4743
  animation: loadingCircle 6s infinite linear;
4744
4744
  }
4745
+ .mdsicon-line-otherinformation:before {
4746
+ content: "\E811";
4747
+ }
4748
+ .mdsicon-line-textmessage:before {
4749
+ content: "\E812";
4750
+ }
4751
+ .mdsicon-line-packup:before {
4752
+ content: "\E813";
4753
+ }
4754
+ .mdsicon-line-basicinformation:before {
4755
+ content: "\E814";
4756
+ }
4757
+ .mdsicon-line-unfold1:before {
4758
+ content: "\E815";
4759
+ }
4760
+ .mdsicon-line-all:before {
4761
+ content: "\E80D";
4762
+ }
4763
+ .mdsicon-line-border:before {
4764
+ content: "\E80E";
4765
+ }
4766
+ .mdsicon-line-row:before {
4767
+ content: "\E80F";
4768
+ }
4769
+ .mdsicon-line-list1:before {
4770
+ content: "\E810";
4771
+ }
4772
+ .mdsicon-line-even2:before {
4773
+ content: "\E80C";
4774
+ }
4775
+ .mdsicon-line-even:before {
4776
+ content: "\E80B";
4777
+ }
4778
+ .mdsicon-line-drag1:before {
4779
+ content: "\E80A";
4780
+ }
4745
4781
  .mdsicon-line-constant:before {
4746
4782
  content: "\E7FE";
4747
4783
  }
@@ -554,7 +554,7 @@ samp {
554
554
  font-display: auto;
555
555
  font-style: normal;
556
556
  /* project id 1921203 */
557
- src: url(/dist/font/iconfont.50be7d0.woff2) format('woff2'), url(/dist/font/iconfont.f586f3d.woff) format('woff'), url(/dist/font/iconfont.36c3afe.ttf) format('truetype');
557
+ src: url(/dist/font/iconfont.53d9cf7.woff2) format('woff2'), url(/dist/font/iconfont.d6d8020.woff) format('woff'), url(/dist/font/iconfont.3e842c3.ttf) format('truetype');
558
558
  }
559
559
  .mdsicon {
560
560
  display: inline-block;
@@ -4730,6 +4730,42 @@ samp {
4730
4730
  display: inline-block;
4731
4731
  animation: loadingCircle 6s infinite linear;
4732
4732
  }
4733
+ .mdsicon-line-otherinformation:before {
4734
+ content: "\E811";
4735
+ }
4736
+ .mdsicon-line-textmessage:before {
4737
+ content: "\E812";
4738
+ }
4739
+ .mdsicon-line-packup:before {
4740
+ content: "\E813";
4741
+ }
4742
+ .mdsicon-line-basicinformation:before {
4743
+ content: "\E814";
4744
+ }
4745
+ .mdsicon-line-unfold1:before {
4746
+ content: "\E815";
4747
+ }
4748
+ .mdsicon-line-all:before {
4749
+ content: "\E80D";
4750
+ }
4751
+ .mdsicon-line-border:before {
4752
+ content: "\E80E";
4753
+ }
4754
+ .mdsicon-line-row:before {
4755
+ content: "\E80F";
4756
+ }
4757
+ .mdsicon-line-list1:before {
4758
+ content: "\E810";
4759
+ }
4760
+ .mdsicon-line-even2:before {
4761
+ content: "\E80C";
4762
+ }
4763
+ .mdsicon-line-even:before {
4764
+ content: "\E80B";
4765
+ }
4766
+ .mdsicon-line-drag1:before {
4767
+ content: "\E80A";
4768
+ }
4733
4769
  .mdsicon-line-constant:before {
4734
4770
  content: "\E7FE";
4735
4771
  }