@opentiny/vue-theme 3.10.4 → 3.11.0

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 (124) hide show
  1. package/anchor/index.css +1 -1
  2. package/anchor/smb-theme.js +5 -0
  3. package/calendar-view/index.css +1 -0
  4. package/checkbox/index.css +1 -1
  5. package/checkbox/smb-theme.js +2 -2
  6. package/checkbox-group/index.css +1 -1
  7. package/collapse-item/index.css +1 -1
  8. package/collapse-item/smb-theme.js +2 -1
  9. package/color-picker/index.css +1 -0
  10. package/color-select-panel/index.css +1 -0
  11. package/dialog-box/index.css +1 -1
  12. package/divider/index.css +1 -0
  13. package/drawer/index.css +1 -1
  14. package/dropdown/index.css +1 -1
  15. package/form/index.css +1 -1
  16. package/form-item/index.css +1 -1
  17. package/form-item/smb-theme.js +0 -1
  18. package/grid/index.css +1 -1
  19. package/grid-system/index.css +1 -1
  20. package/guide/index.css +1 -1
  21. package/image/index.css +1 -1
  22. package/index.css +1 -1
  23. package/lowcode.css +1 -1
  24. package/modal/index.css +1 -1
  25. package/nav-menu/index.css +1 -1
  26. package/option/index.css +1 -1
  27. package/package.json +4 -6
  28. package/pager/aurora-theme.js +2 -1
  29. package/pager/index.css +1 -1
  30. package/picker/index.css +1 -1
  31. package/query-builder/index.css +1 -1
  32. package/radio/smb-theme.js +1 -1
  33. package/rich-text-editor/index.css +1 -0
  34. package/row/index.css +1 -1
  35. package/scroll-text/index.css +1 -1
  36. package/search/index.css +1 -1
  37. package/select/aurora-theme.js +0 -1
  38. package/select/index.css +1 -1
  39. package/split/index.css +1 -1
  40. package/steps/index.css +1 -1
  41. package/steps/smb-theme.js +1 -1
  42. package/svgs/agenda-view.svg +6 -0
  43. package/svgs/day-view.svg +6 -0
  44. package/svgs/month-view.svg +6 -0
  45. package/svgs/repeat.svg +6 -6
  46. package/svgs/replace.svg +7 -7
  47. package/svgs/replies.svg +9 -9
  48. package/svgs/rich-text-add-column-after.svg +5 -0
  49. package/svgs/rich-text-add-column-before.svg +5 -0
  50. package/svgs/rich-text-add-row-after.svg +5 -0
  51. package/svgs/rich-text-add-row-before.svg +5 -0
  52. package/svgs/rich-text-align-center.svg +4 -0
  53. package/svgs/rich-text-align-left.svg +4 -0
  54. package/svgs/rich-text-align-right.svg +4 -0
  55. package/svgs/rich-text-bold.svg +5 -0
  56. package/svgs/rich-text-code-block.svg +5 -0
  57. package/svgs/rich-text-code-view.svg +5 -0
  58. package/svgs/rich-text-color.svg +5 -0
  59. package/svgs/rich-text-delete-column.svg +5 -0
  60. package/svgs/rich-text-delete-row.svg +5 -0
  61. package/svgs/rich-text-delete-table.svg +5 -0
  62. package/svgs/rich-text-font-size.svg +5 -0
  63. package/svgs/rich-text-format-clear.svg +5 -0
  64. package/svgs/rich-text-h-1.svg +5 -0
  65. package/svgs/rich-text-h-2.svg +5 -0
  66. package/svgs/rich-text-h-3.svg +5 -0
  67. package/svgs/rich-text-h-4.svg +5 -0
  68. package/svgs/rich-text-h-5.svg +5 -0
  69. package/svgs/rich-text-h-6.svg +5 -0
  70. package/svgs/rich-text-heading.svg +4 -0
  71. package/svgs/rich-text-high-light.svg +5 -0
  72. package/svgs/rich-text-image.svg +5 -0
  73. package/svgs/rich-text-italic.svg +4 -0
  74. package/svgs/rich-text-line-height.svg +5 -0
  75. package/svgs/rich-text-link-unlink.svg +5 -0
  76. package/svgs/rich-text-link.svg +5 -0
  77. package/svgs/rich-text-list-ordered.svg +5 -0
  78. package/svgs/rich-text-list-unordered.svg +5 -0
  79. package/svgs/rich-text-merge-cells-vertical.svg +5 -0
  80. package/svgs/rich-text-merge-cells.svg +5 -0
  81. package/svgs/rich-text-node-delete.svg +5 -0
  82. package/svgs/rich-text-paragraph.svg +5 -0
  83. package/svgs/rich-text-quote-text.svg +5 -0
  84. package/svgs/rich-text-quote-text1.svg +4 -0
  85. package/svgs/rich-text-redo.svg +5 -0
  86. package/svgs/rich-text-split-cells-horizontal.svg +5 -0
  87. package/svgs/rich-text-split-cells-vertical.svg +5 -0
  88. package/svgs/rich-text-strikethrough.svg +5 -0
  89. package/svgs/rich-text-subscript.svg +5 -0
  90. package/svgs/rich-text-superscript.svg +5 -0
  91. package/svgs/rich-text-table-2.svg +5 -0
  92. package/svgs/rich-text-table-drop-ico.svg +6 -0
  93. package/svgs/rich-text-table.svg +1 -0
  94. package/svgs/rich-text-task-list.svg +5 -0
  95. package/svgs/rich-text-underline.svg +5 -0
  96. package/svgs/rich-text-undo.svg +5 -0
  97. package/svgs/right-frozen.svg +5 -8
  98. package/svgs/right-o.svg +4 -4
  99. package/svgs/right.svg +4 -4
  100. package/svgs/rightward.svg +5 -6
  101. package/svgs/sandwich-collapse.svg +4 -4
  102. package/svgs/sandwich-expand.svg +4 -4
  103. package/svgs/save.svg +4 -4
  104. package/svgs/scissor.svg +4 -4
  105. package/svgs/search.svg +4 -4
  106. package/svgs/select.svg +4 -4
  107. package/svgs/sent.svg +4 -4
  108. package/svgs/separate.svg +4 -6
  109. package/svgs/setting.svg +4 -4
  110. package/svgs/share.svg +7 -5
  111. package/svgs/shopping-card.svg +4 -4
  112. package/svgs/smile-o.svg +4 -4
  113. package/svgs/smile.svg +3 -3
  114. package/svgs/sort-triangle-ascending.svg +4 -3
  115. package/svgs/sort-triangle-descending.svg +4 -3
  116. package/switch/index.css +1 -1
  117. package/switch/smb-theme.js +3 -2
  118. package/textarea/index.css +1 -1
  119. package/theme/aurora-theme/component.js +4 -4
  120. package/theme/smb-theme/component.js +20 -6
  121. package/tree/index.css +1 -1
  122. package/tree/smb-theme.js +9 -0
  123. package/tree-menu/index.css +1 -1
  124. package/tree-menu/smb-theme.js +5 -0
@@ -0,0 +1,5 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24">
3
+ <path
4
+ d="M8 4H21V6H8V4ZM4.5 6.5C3.67157 6.5 3 5.82843 3 5C3 4.17157 3.67157 3.5 4.5 3.5C5.32843 3.5 6 4.17157 6 5C6 5.82843 5.32843 6.5 4.5 6.5ZM4.5 13.5C3.67157 13.5 3 12.8284 3 12C3 11.1716 3.67157 10.5 4.5 10.5C5.32843 10.5 6 11.1716 6 12C6 12.8284 5.32843 13.5 4.5 13.5ZM4.5 20.4C3.67157 20.4 3 19.7284 3 18.9C3 18.0716 3.67157 17.4 4.5 17.4C5.32843 17.4 6 18.0716 6 18.9C6 19.7284 5.32843 20.4 4.5 20.4ZM8 11H21V13H8V11ZM8 18H21V20H8V18Z"></path>
5
+ </svg>
@@ -0,0 +1,5 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24">
3
+ <path
4
+ d="M21 20C21 20.5523 20.5523 21 20 21H4C3.44772 21 3 20.5523 3 20V4C3 3.44772 3.44772 3 4 3H20C20.5523 3 21 3.44772 21 4V20ZM19 11V5H13.001V7H15L12 10L9 7H11V5H5V11H7V13H5V19H11V17H9L12 14L15 17H13.001V19H19V13H17V11H19ZM11 13H9V11H11V13ZM15 13H13V11H15V13Z"></path>
5
+ </svg>
@@ -0,0 +1,5 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24">
3
+ <path
4
+ d="M20 3C20.5523 3 21 3.44772 21 4V20C21 20.5523 20.5523 21 20 21H4C3.44772 21 3 20.5523 3 20V4C3 3.44772 3.44772 3 4 3H20ZM11 5H5V10.999H7V9L10 12L7 15V13H5V19H11V17H13V19H19V13H17V15L14 12L17 9V10.999H19V5H13V7H11V5ZM13 13V15H11V13H13ZM13 9V11H11V9H13Z"></path>
5
+ </svg>
@@ -0,0 +1,5 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24">
3
+ <path
4
+ d="M7 4V2H17V4H22V6H20V21C20 21.5523 19.5523 22 19 22H5C4.44772 22 4 21.5523 4 21V6H2V4H7ZM6 6V20H18V6H6ZM9 9H11V17H9V9ZM13 9H15V17H13V9Z"></path>
5
+ </svg>
@@ -0,0 +1,5 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24">
3
+ <path
4
+ d="M12 6V21H10V16C6.68629 16 4 13.3137 4 10C4 6.68629 6.68629 4 10 4H20V6H17V21H15V6H12ZM10 6C7.79086 6 6 7.79086 6 10C6 12.2091 7.79086 14 10 14V6Z"></path>
5
+ </svg>
@@ -0,0 +1,5 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24">
3
+ <path
4
+ d="M4.58341 17.3211C3.55316 16.2275 3 15 3 13.0104C3 9.51092 5.45651 6.37372 9.03059 4.82324L9.92328 6.20085C6.58804 8.00545 5.93618 10.3461 5.67564 11.8221C6.21263 11.5444 6.91558 11.4467 7.60471 11.5106C9.40908 11.6778 10.8312 13.1591 10.8312 15C10.8312 16.933 9.26416 18.5 7.33116 18.5C6.2581 18.5 5.23196 18.0096 4.58341 17.3211ZM14.5834 17.3211C13.5532 16.2275 13 15 13 13.0104C13 9.51092 15.4565 6.37372 19.0306 4.82324L19.9233 6.20085C16.588 8.00545 15.9362 10.3461 15.6756 11.8221C16.2126 11.5444 16.9156 11.4467 17.6047 11.5106C19.4091 11.6778 20.8312 13.1591 20.8312 15C20.8312 16.933 19.2642 18.5 17.3312 18.5C16.2581 18.5 15.232 18.0096 14.5834 17.3211Z"></path>
5
+ </svg>
@@ -0,0 +1,4 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24">
3
+ <path d="M21 4H3V6H21V4ZM21 11H8V13H21V11ZM21 18H8V20H21V18ZM5 11H3V20H5V11Z"></path>
4
+ </svg>
@@ -0,0 +1,5 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24">
3
+ <path
4
+ d="M18.1716 6.99955H11C7.68629 6.99955 5 9.68584 5 12.9996C5 16.3133 7.68629 18.9996 11 18.9996H20V20.9996H11C6.58172 20.9996 3 17.4178 3 12.9996C3 8.58127 6.58172 4.99955 11 4.99955H18.1716L15.636 2.46402L17.0503 1.0498L22 5.99955L17.0503 10.9493L15.636 9.53509L18.1716 6.99955Z"></path>
5
+ </svg>
@@ -0,0 +1,5 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24">
3
+ <path
4
+ d="M20 3C20.5523 3 21 3.44772 21 4V20C21 20.5523 20.5523 21 20 21H4C3.44772 21 3 20.5523 3 20V4C3 3.44772 3.44772 3 4 3H20ZM11 5H5V19H11V15H13V19H19V5H13V9H11V5ZM15 9L18 12L15 15V13H9V15L6 12L9 9V11H15V9Z"></path>
5
+ </svg>
@@ -0,0 +1,5 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24">
3
+ <path
4
+ d="M20 3C20.5523 3 21 3.44772 21 4V20C21 20.5523 20.5523 21 20 21H4C3.44772 21 3 20.5523 3 20V4C3 3.44772 3.44772 3 4 3H20ZM19 5H5V10.999L9 11V13H5V19H19V13H15V11L19 10.999V5ZM12 6L15 9H13V15H15L12 18L9 15H11V9H9L12 6Z"></path>
5
+ </svg>
@@ -0,0 +1,5 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24">
3
+ <path
4
+ d="M17.1538 14C17.3846 14.5161 17.5 15.0893 17.5 15.7196C17.5 17.0625 16.9762 18.1116 15.9286 18.867C14.8809 19.6223 13.4335 20 11.5862 20C9.94674 20 8.32335 19.6185 6.71592 18.8555V16.6009C8.23538 17.4783 9.7908 17.917 11.3822 17.917C13.9333 17.917 15.2128 17.1846 15.2208 15.7196C15.2208 15.0939 15.0049 14.5598 14.5731 14.1173C14.5339 14.0772 14.4939 14.0381 14.4531 14H3V12H21V14H17.1538ZM13.076 11H7.62908C7.4566 10.8433 7.29616 10.6692 7.14776 10.4778C6.71592 9.92084 6.5 9.24559 6.5 8.45207C6.5 7.21602 6.96583 6.165 7.89749 5.299C8.82916 4.43299 10.2706 4 12.2219 4C13.6934 4 15.1009 4.32808 16.4444 4.98426V7.13591C15.2448 6.44921 13.9293 6.10587 12.4978 6.10587C10.0187 6.10587 8.77917 6.88793 8.77917 8.45207C8.77917 8.87172 8.99709 9.23796 9.43293 9.55079C9.86878 9.86362 10.4066 10.1135 11.0463 10.3004C11.6665 10.4816 12.3431 10.7148 13.076 11H13.076Z"></path>
5
+ </svg>
@@ -0,0 +1,5 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24">
3
+ <path
4
+ d="M5.59567 4L10.5 9.92831L15.4043 4H18L11.7978 11.4971L18 18.9943V19H15.4091L10.5 13.0659L5.59092 19H3V18.9943L9.20216 11.4971L3 4H5.59567ZM21.8 16C21.8 15.5582 21.4418 15.2 21 15.2C20.5582 15.2 20.2 15.5582 20.2 16C20.2 16.0762 20.2107 16.15 20.2306 16.2198L19.0765 16.5496C19.0267 16.375 19 16.1906 19 16C19 14.8954 19.8954 14 21 14C22.1046 14 23 14.8954 23 16C23 16.5727 22.7593 17.0892 22.3735 17.4538L20.7441 19H23V20H19V19L21.5507 16.5803C21.7042 16.4345 21.8 16.2284 21.8 16Z"></path>
5
+ </svg>
@@ -0,0 +1,5 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24">
3
+ <path
4
+ d="M5.59567 5L10.5 10.9283L15.4043 5H18L11.7978 12.4971L18 19.9943V20H15.4091L10.5 14.0659L5.59092 20H3V19.9943L9.20216 12.4971L3 5H5.59567ZM21.5507 6.5803C21.7042 6.43453 21.8 6.22845 21.8 6C21.8 5.55817 21.4418 5.2 21 5.2C20.5582 5.2 20.2 5.55817 20.2 6C20.2 6.07624 20.2107 6.14999 20.2306 6.21983L19.0765 6.54958C19.0267 6.37497 19 6.1906 19 6C19 4.89543 19.8954 4 21 4C22.1046 4 23 4.89543 23 6C23 6.57273 22.7593 7.08923 22.3735 7.45384L20.7441 9H23V10H19V9L21.5507 6.5803V6.5803Z"></path>
5
+ </svg>
@@ -0,0 +1,5 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24">
3
+ <path
4
+ d="M13 10V14H19V10H13ZM11 10H5V14H11V10ZM13 19H19V16H13V19ZM11 19V16H5V19H11ZM13 5V8H19V5H13ZM11 5H5V8H11V5ZM4 3H20C20.5523 3 21 3.44772 21 4V20C21 20.5523 20.5523 21 20 21H4C3.44772 21 3 20.5523 3 20V4C3 3.44772 3.44772 3 4 3Z"></path>
5
+ </svg>
@@ -0,0 +1,6 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <svg viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" width="20" height="24">
3
+ <path
4
+ d="M257.783111 431.783027L493.964228 145.503908c9.351995-11.336186 26.720571-11.336186 36.072567 0l236.181117 286.279119c12.58155 15.250332 1.733481 38.262442-18.036795 38.262442H275.818883c-19.770276 0-30.617321-23.01211-18.035772-38.262442zM766.216889 592.216973L530.036795 878.496092c-9.351995 11.336186-26.720571 11.336186-36.072567 0L257.783111 592.216973c-12.58155-15.250332-1.733481-38.262442 18.036795-38.262442h472.361211c19.770276 0 30.617321 23.01211 18.035772 38.262442z"
5
+ fill="#000000" p-id="75922"></path>
6
+ </svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14 10H10V14H14V10ZM16 10V14H19V10H16ZM14 19V16H10V19H14ZM16 19H19V16H16V19ZM14 5H10V8H14V5ZM16 5V8H19V5H16ZM8 10H5V14H8V10ZM8 19V16H5V19H8ZM8 5H5V8H8V5ZM4 3H20C20.5523 3 21 3.44772 21 4V20C21 20.5523 20.5523 21 20 21H4C3.44772 21 3 20.5523 3 20V4C3 3.44772 3.44772 3 4 3Z"></path></svg>
@@ -0,0 +1,5 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24">
3
+ <path
4
+ d="M11 4H21V6H11V4ZM11 8H17V10H11V8ZM11 14H21V16H11V14ZM11 18H17V20H11V18ZM3 4H9V10H3V4ZM5 6V8H7V6H5ZM3 14H9V20H3V14ZM5 16V18H7V16H5Z"></path>
5
+ </svg>
@@ -0,0 +1,5 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24">
3
+ <path
4
+ d="M8 3V12C8 14.2091 9.79086 16 12 16C14.2091 16 16 14.2091 16 12V3H18V12C18 15.3137 15.3137 18 12 18C8.68629 18 6 15.3137 6 12V3H8ZM4 20H20V22H4V20Z"></path>
5
+ </svg>
@@ -0,0 +1,5 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24">
3
+ <path
4
+ d="M5.82843 6.99955L8.36396 9.53509L6.94975 10.9493L2 5.99955L6.94975 1.0498L8.36396 2.46402L5.82843 4.99955H13C17.4183 4.99955 21 8.58127 21 12.9996C21 17.4178 17.4183 20.9996 13 20.9996H4V18.9996H13C16.3137 18.9996 19 16.3133 19 12.9996C19 9.68584 16.3137 6.99955 13 6.99955H5.82843Z"></path>
5
+ </svg>
@@ -1,11 +1,8 @@
1
1
  <?xml version="1.0" encoding="utf-8"?>
2
- <!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
- <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
4
- <svg version="1.1" id="图层_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
5
- viewBox="0 0 161.754 156.391" enable-background="new 0 0 161.754 156.391"
6
- xml:space="preserve">
7
- <g id="图层_2">
8
- </g>
2
+ <svg version="1.1" xmlns="http://www.w3.org/2000/svg"
3
+ xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
+ viewBox="0 0 161.754 156.391" enable-background="new 0 0 161.754 156.391"
5
+ xml:space="preserve">
9
6
  <g>
10
7
  <g id="Icon">
11
8
  <g transform="translate(-103.000000, -1145.000000)">
@@ -25,4 +22,4 @@
25
22
  <path d="M5,148.391c0,4.418,3.582,8,8,8h18.334c4.418,0,8-3.582,8-8V8c0-4.418-3.582-8-8-8H13C8.582,0,5,3.582,5,8
26
23
  V148.391z"/>
27
24
  </g>
28
- </svg>
25
+ </svg>
package/svgs/right-o.svg CHANGED
@@ -1,7 +1,7 @@
1
1
  <?xml version="1.0" encoding="utf-8"?>
2
- <!-- Generator: Adobe Illustrator 21.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
- <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
- viewBox="0 0 24 24" xml:space="preserve">
2
+ <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg"
3
+ xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
+ viewBox="0 0 24 24" xml:space="preserve">
5
5
  <g id="Icon">
6
6
  <g id="_x36_.21版本" transform="translate(-314.000000, -641.000000)">
7
7
  <g id="方向性图标" transform="translate(100.000000, 303.000000)">
@@ -11,4 +11,4 @@
11
11
  </g>
12
12
  </g>
13
13
  </g>
14
- </svg>
14
+ </svg>
package/svgs/right.svg CHANGED
@@ -1,7 +1,7 @@
1
1
  <?xml version="1.0" encoding="utf-8"?>
2
- <!-- Generator: Adobe Illustrator 21.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
- <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
- viewBox="0 0 24 24" xml:space="preserve">
2
+ <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg"
3
+ xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
+ viewBox="0 0 24 24" xml:space="preserve">
5
5
  <g id="Icon">
6
6
  <g id="_x36_.21版本" transform="translate(-314.000000, -557.000000)">
7
7
  <g id="方向性图标" transform="translate(100.000000, 303.000000)">
@@ -11,4 +11,4 @@
11
11
  </g>
12
12
  </g>
13
13
  </g>
14
- </svg>
14
+ </svg>
@@ -1,8 +1,7 @@
1
1
  <?xml version="1.0" encoding="iso-8859-1"?>
2
- <!-- Generator: Adobe Illustrator 15.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
- <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
4
- <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px"
5
- y="0px" viewBox="0 0 26.369 46.799" xml:space="preserve">
6
- <polygon points="1.529,2.91 3.667,0.715 25.667,23.09 2.917,46.09
2
+ <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
3
+ x="0px"
4
+ y="0px" viewBox="0 0 26.369 46.799" xml:space="preserve">
5
+ <polygon points="1.529,2.91 3.667,0.715 25.667,23.09 2.917,46.09
7
6
  0.708,43.882 21.509,23.246 "/>
8
- </svg>
7
+ </svg>
@@ -1,7 +1,7 @@
1
1
  <?xml version="1.0" encoding="utf-8"?>
2
- <!-- Generator: Adobe Illustrator 21.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
- <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
- viewBox="0 0 24 24" xml:space="preserve">
2
+ <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg"
3
+ xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
+ viewBox="0 0 24 24" xml:space="preserve">
5
5
  <g id="Icon">
6
6
  <g id="UI-icons-英文名" transform="translate(-1042.000000, -559.000000)">
7
7
  <g id="方向性图标" transform="translate(101.000000, 304.000000)">
@@ -13,4 +13,4 @@
13
13
  </g>
14
14
  </g>
15
15
  </g>
16
- </svg>
16
+ </svg>
@@ -1,7 +1,7 @@
1
1
  <?xml version="1.0" encoding="utf-8"?>
2
- <!-- Generator: Adobe Illustrator 21.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
- <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
- viewBox="0 0 24 24" xml:space="preserve">
2
+ <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg"
3
+ xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
+ viewBox="0 0 24 24" xml:space="preserve">
5
5
  <g id="Icon">
6
6
  <g id="UI-icons-英文名" transform="translate(-1149.000000, -557.000000)">
7
7
  <g id="方向性图标" transform="translate(101.000000, 304.000000)">
@@ -13,4 +13,4 @@
13
13
  </g>
14
14
  </g>
15
15
  </g>
16
- </svg>
16
+ </svg>
package/svgs/save.svg CHANGED
@@ -1,7 +1,7 @@
1
1
  <?xml version="1.0" encoding="utf-8"?>
2
- <!-- Generator: Adobe Illustrator 21.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
- <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
- viewBox="0 0 24 24" xml:space="preserve">
2
+ <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg"
3
+ xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
+ viewBox="0 0 24 24" xml:space="preserve">
5
5
  <g id="Icon">
6
6
  <g id="UI-icons-英文名" transform="translate(-938.000000, -1647.000000)">
7
7
  <g id="网站通用图标" transform="translate(100.000000, 1053.000000)">
@@ -13,4 +13,4 @@
13
13
  </g>
14
14
  </g>
15
15
  </g>
16
- </svg>
16
+ </svg>
package/svgs/scissor.svg CHANGED
@@ -1,7 +1,7 @@
1
1
  <?xml version="1.0" encoding="utf-8"?>
2
- <!-- Generator: Adobe Illustrator 21.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
- <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
- viewBox="0 0 24 24" xml:space="preserve">
2
+ <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg"
3
+ xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
+ viewBox="0 0 24 24" xml:space="preserve">
5
5
  <g id="UI-icons-英文名" transform="translate(-100.000000, -1986.000000)">
6
6
  <g id="网站通用图标" transform="translate(100.000000, 1053.000000)">
7
7
  <g id="scissor" transform="translate(0.000000, 932.000000)">
@@ -13,4 +13,4 @@
13
13
  </g>
14
14
  </g>
15
15
  </g>
16
- </svg>
16
+ </svg>
package/svgs/search.svg CHANGED
@@ -1,7 +1,7 @@
1
1
  <?xml version="1.0" encoding="utf-8"?>
2
- <!-- Generator: Adobe Illustrator 21.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
- <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
- viewBox="0 0 24 24" xml:space="preserve">
2
+ <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg"
3
+ xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
+ viewBox="0 0 24 24" xml:space="preserve">
5
5
  <g id="Icon">
6
6
  <g id="UI-icons-英文名" transform="translate(-311.000000, -1729.000000)">
7
7
  <g id="网站通用图标" transform="translate(101.000000, 1053.000000)">
@@ -16,4 +16,4 @@
16
16
  </g>
17
17
  </g>
18
18
  </g>
19
- </svg>
19
+ </svg>
package/svgs/select.svg CHANGED
@@ -1,7 +1,7 @@
1
1
  <?xml version="1.0" encoding="utf-8"?>
2
- <!-- Generator: Adobe Illustrator 21.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
- <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
- viewBox="0 0 24 24" xml:space="preserve">
2
+ <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg"
3
+ xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
+ viewBox="0 0 24 24" xml:space="preserve">
5
5
  <g id="Icon">
6
6
  <g id="UI-icons-英文名" transform="translate(-1038.000000, -1054.000000)">
7
7
  <g id="网站通用图标" transform="translate(99.000000, 1053.000000)">
@@ -14,4 +14,4 @@
14
14
  </g>
15
15
  </g>
16
16
  </g>
17
- </svg>
17
+ </svg>
package/svgs/sent.svg CHANGED
@@ -1,7 +1,7 @@
1
1
  <?xml version="1.0" encoding="utf-8"?>
2
- <!-- Generator: Adobe Illustrator 21.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
- <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
- viewBox="0 0 24 24" xml:space="preserve">
2
+ <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg"
3
+ xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
+ viewBox="0 0 24 24" xml:space="preserve">
5
5
  <g id="Icon">
6
6
  <g id="Tiny_ICONS" transform="translate(-1037.000000, -2239.000000)">
7
7
  <g id="网站通用图标" transform="translate(100.000000, 1221.000000)">
@@ -19,4 +19,4 @@
19
19
  </g>
20
20
  </g>
21
21
  </g>
22
- </svg>
22
+ </svg>
package/svgs/separate.svg CHANGED
@@ -1,10 +1,8 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
3
- <!-- Creator: CorelDRAW X7 -->
4
- <svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" version="1.1" style="shape-rendering:geometricPrecision; text-rendering:geometricPrecision; image-rendering:optimizeQuality; fill-rule:evenodd; clip-rule:evenodd"
5
- viewBox="0 0 17 17" xmlns:xlink="http://www.w3.org/1999/xlink">
2
+ <svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" version="1.1"
3
+ style="shape-rendering:geometricPrecision; text-rendering:geometricPrecision; image-rendering:optimizeQuality; fill-rule:evenodd; clip-rule:evenodd"
4
+ viewBox="0 0 17 17" xmlns:xlink="http://www.w3.org/1999/xlink">
6
5
  <g id="图层_x0020_1">
7
- <metadata id="CorelCorpID_0Corel-Layer"/>
8
6
  <path class="fil0" d="M5 11c0,1 -3,2 -3,2l6 3 6 -3 -2 -1 0 0c-1,0 -2,1 -2,1 -1,0 -3,-1 -5,-2zm4 -7l3 0 0 -4 1 0 0 4 4 0 0 1 -4 0 0 3 -1 0 0 -3 -3 0 0 -1zm5 7c0,0 2,2 2,2 0,1 -7,4 -8,4 -1,0 -8,-4 -8,-4l4 -3c-1,0 -3,-1 -3,-1 -1,-1 6,-4 7,-4l0 1c1,0 -5,3 -5,3 1,1 4,2 6,3 1,0 5,-3 7,-4 0,1 0,1 1,1 0,0 -2,1 -3,2z"/>
9
7
  </g>
10
- </svg>
8
+ </svg>
package/svgs/setting.svg CHANGED
@@ -1,7 +1,7 @@
1
1
  <?xml version="1.0" encoding="utf-8"?>
2
- <!-- Generator: Adobe Illustrator 21.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
- <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
- viewBox="0 0 24 24" xml:space="preserve">
2
+ <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg"
3
+ xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
+ viewBox="0 0 24 24" xml:space="preserve">
5
5
  <g id="Icon">
6
6
  <g id="UI-icons-英文名" transform="translate(-726.000000, -1558.000000)">
7
7
  <g id="网站通用图标" transform="translate(101.000000, 1053.000000)">
@@ -27,4 +27,4 @@
27
27
  </g>
28
28
  </g>
29
29
  </g>
30
- </svg>
30
+ </svg>
package/svgs/share.svg CHANGED
@@ -1,12 +1,14 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <svg viewBox="0 0 22 22" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
- <!-- Generator: Sketch 49.3 (51167) - http://www.bohemiancoding.com/sketch -->
4
- <defs></defs>
2
+ <svg viewBox="0 0 22 22" version="1.1" xmlns="http://www.w3.org/2000/svg"
3
+ xmlns:xlink="http://www.w3.org/1999/xlink">
5
4
  <g id="Icon" stroke="none" stroke-width="1">
6
- <g id="UI-icons-英文名" transform="translate(-518.000000, -1560.000000)" fill="#000000" fill-rule="nonzero">
5
+ <g id="UI-icons-英文名" transform="translate(-518.000000, -1560.000000)" fill="#000000"
6
+ fill-rule="nonzero">
7
7
  <g id="网站通用图标" transform="translate(101.000000, 1053.000000)">
8
8
  <g id="share" transform="translate(417.453125, 507.500000)">
9
- <path d="M17.578125,14.0414063 C16.36875,14.0414063 15.3,14.6648438 14.6789063,15.6070313 L9.140625,11.6789063 C9.23203125,11.315625 9.28125,10.9382813 9.28125,10.546875 C9.28125,9.9234375 9.15703125,9.328125 8.93203125,8.784375 L14.9625,5.746875 C15.6,6.478125 16.5351563,6.93984375 17.578125,6.93984375 C19.490625,6.93984375 21.046875,5.38359375 21.046875,3.47109375 C21.046875,1.55859375 19.490625,0.00234375 17.578125,0.00234375 C15.665625,0.00234375 14.109375,1.55859375 14.109375,3.47109375 C14.109375,3.7359375 14.1398438,3.99375 14.1960938,4.2421875 L8.0109375,7.359375 C7.16484375,6.4640625 5.9671875,5.90625 4.640625,5.90625 C2.08125,5.90625 0,7.9875 0,10.546875 C0,13.10625 2.08125,15.1875 4.640625,15.1875 C6.196875,15.1875 7.57734375,14.4164063 8.42109375,13.2375 L14.11875,17.278125 C14.1140625,17.3554688 14.1117188,17.4328125 14.1117188,17.5125 C14.1117188,19.425 15.6679688,20.98125 17.5804688,20.98125 C19.4929688,20.98125 21.0492188,19.425 21.0492188,17.5125 C21.0492188,15.6 19.490625,14.0414063 17.578125,14.0414063 Z M17.578125,1.68984375 C18.5601562,1.68984375 19.359375,2.4890625 19.359375,3.47109375 C19.359375,4.453125 18.5601562,5.25234375 17.578125,5.25234375 C16.5960938,5.25234375 15.796875,4.453125 15.796875,3.47109375 C15.796875,2.4890625 16.5960938,1.68984375 17.578125,1.68984375 Z M4.640625,13.5 C3.01171875,13.5 1.6875,12.1757812 1.6875,10.546875 C1.6875,8.91796875 3.01171875,7.59375 4.640625,7.59375 C6.26953125,7.59375 7.59375,8.91796875 7.59375,10.546875 C7.59375,12.1757812 6.26953125,13.5 4.640625,13.5 Z M17.578125,19.2914063 C16.5960938,19.2914063 15.796875,18.4921875 15.796875,17.5101563 C15.796875,16.528125 16.5960938,15.7289063 17.578125,15.7289063 C18.5601562,15.7289063 19.359375,16.528125 19.359375,17.5101563 C19.359375,18.4921875 18.5601562,19.2914063 17.578125,19.2914063 Z" id="Shape"></path>
9
+ <path
10
+ d="M17.578125,14.0414063 C16.36875,14.0414063 15.3,14.6648438 14.6789063,15.6070313 L9.140625,11.6789063 C9.23203125,11.315625 9.28125,10.9382813 9.28125,10.546875 C9.28125,9.9234375 9.15703125,9.328125 8.93203125,8.784375 L14.9625,5.746875 C15.6,6.478125 16.5351563,6.93984375 17.578125,6.93984375 C19.490625,6.93984375 21.046875,5.38359375 21.046875,3.47109375 C21.046875,1.55859375 19.490625,0.00234375 17.578125,0.00234375 C15.665625,0.00234375 14.109375,1.55859375 14.109375,3.47109375 C14.109375,3.7359375 14.1398438,3.99375 14.1960938,4.2421875 L8.0109375,7.359375 C7.16484375,6.4640625 5.9671875,5.90625 4.640625,5.90625 C2.08125,5.90625 0,7.9875 0,10.546875 C0,13.10625 2.08125,15.1875 4.640625,15.1875 C6.196875,15.1875 7.57734375,14.4164063 8.42109375,13.2375 L14.11875,17.278125 C14.1140625,17.3554688 14.1117188,17.4328125 14.1117188,17.5125 C14.1117188,19.425 15.6679688,20.98125 17.5804688,20.98125 C19.4929688,20.98125 21.0492188,19.425 21.0492188,17.5125 C21.0492188,15.6 19.490625,14.0414063 17.578125,14.0414063 Z M17.578125,1.68984375 C18.5601562,1.68984375 19.359375,2.4890625 19.359375,3.47109375 C19.359375,4.453125 18.5601562,5.25234375 17.578125,5.25234375 C16.5960938,5.25234375 15.796875,4.453125 15.796875,3.47109375 C15.796875,2.4890625 16.5960938,1.68984375 17.578125,1.68984375 Z M4.640625,13.5 C3.01171875,13.5 1.6875,12.1757812 1.6875,10.546875 C1.6875,8.91796875 3.01171875,7.59375 4.640625,7.59375 C6.26953125,7.59375 7.59375,8.91796875 7.59375,10.546875 C7.59375,12.1757812 6.26953125,13.5 4.640625,13.5 Z M17.578125,19.2914063 C16.5960938,19.2914063 15.796875,18.4921875 15.796875,17.5101563 C15.796875,16.528125 16.5960938,15.7289063 17.578125,15.7289063 C18.5601562,15.7289063 19.359375,16.528125 19.359375,17.5101563 C19.359375,18.4921875 18.5601562,19.2914063 17.578125,19.2914063 Z"
11
+ id="Shape"></path>
10
12
  </g>
11
13
  </g>
12
14
  </g>
@@ -1,7 +1,7 @@
1
1
  <?xml version="1.0" encoding="utf-8"?>
2
- <!-- Generator: Adobe Illustrator 21.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
- <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
- viewBox="0 0 24 24" xml:space="preserve">
2
+ <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg"
3
+ xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
+ viewBox="0 0 24 24" xml:space="preserve">
5
5
  <g id="Icon">
6
6
  <g id="UI-icons-英文名" transform="translate(-622.000000, -1561.000000)">
7
7
  <g id="网站通用图标" transform="translate(101.000000, 1053.000000)">
@@ -17,4 +17,4 @@
17
17
  </g>
18
18
  </g>
19
19
  </g>
20
- </svg>
20
+ </svg>
package/svgs/smile-o.svg CHANGED
@@ -1,7 +1,7 @@
1
1
  <?xml version="1.0" encoding="utf-8"?>
2
- <!-- Generator: Adobe Illustrator 21.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
- <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
- viewBox="0 0 24 24" xml:space="preserve">
2
+ <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg"
3
+ xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
+ viewBox="0 0 24 24" xml:space="preserve">
5
5
  <g id="Icon">
6
6
  <g id="_x36_.21版本" transform="translate(-724.000000, -2236.000000)">
7
7
  <g id="网站通用图标" transform="translate(100.000000, 1221.000000)">
@@ -14,4 +14,4 @@
14
14
  </g>
15
15
  </g>
16
16
  </g>
17
- </svg>
17
+ </svg>
package/svgs/smile.svg CHANGED
@@ -1,7 +1,7 @@
1
1
  <?xml version="1.0" encoding="utf-8"?>
2
- <!-- Generator: Adobe Illustrator 21.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
- <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
- viewBox="0 0 24 24" style="enable-background:new 0 0 24 24;" xml:space="preserve">
2
+ <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg"
3
+ xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
+ viewBox="0 0 24 24" style="enable-background:new 0 0 24 24;" xml:space="preserve">
5
5
  <g id="Icon">
6
6
  <g id="_x36_.21版本" transform="translate(-620.000000, -1480.000000)">
7
7
  <g id="网站通用图标" transform="translate(100.000000, 1221.000000)">
@@ -1,9 +1,10 @@
1
1
  <?xml version="1.0" encoding="utf-8"?>
2
- <svg version="1.1" id="图层_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
3
- viewBox="0 0 16 16" style="enable-background:new 0 0 16 16;" xml:space="preserve">
2
+ <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
3
+ x="0px" y="0px"
4
+ viewBox="0 0 16 16" style="enable-background:new 0 0 16 16;" xml:space="preserve">
4
5
  <path class="st0" d="M8,1.5c0.24,0,0.47,0.08,0.66,0.24C8.69,1.77,8.72,1.8,8.75,1.82l3.81,4.14c0.37,0.4,0.33,1.01-0.09,1.36
5
6
  c-0.18,0.16-0.42,0.24-0.66,0.24H4.19c-0.55,0-1-0.43-1-0.97c0-0.24,0.09-0.46,0.25-0.64l3.81-4.14C7.45,1.61,7.72,1.5,8,1.5
6
7
  C8,1.5,8,1.5,8,1.5 M12.81,9.39c0,0.24-0.09,0.46-0.25,0.64l-3.81,4.14C8.55,14.39,8.28,14.5,8,14.5c-0.24,0-0.47-0.08-0.66-0.24
7
8
  c-0.03-0.03-0.06-0.05-0.09-0.08l-3.81-4.14c-0.37-0.4-0.33-1.01,0.08-1.36c0.18-0.16,0.42-0.24,0.66-0.24h7.61
8
9
  C12.36,8.43,12.81,8.86,12.81,9.39z M11.75,9.43H4.25l3.74,4.07L11.75,9.43z"/>
9
- </svg>
10
+ </svg>
@@ -1,9 +1,10 @@
1
1
  <?xml version="1.0" encoding="utf-8"?>
2
- <svg version="1.1" id="图层_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
3
- viewBox="0 0 16 16" style="enable-background:new 0 0 16 16;" xml:space="preserve">
2
+ <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
3
+ x="0px" y="0px"
4
+ viewBox="0 0 16 16" style="enable-background:new 0 0 16 16;" xml:space="preserve">
4
5
  <path class="st0" d="M8,14.5c-0.24,0-0.47-0.08-0.66-0.24c-0.03-0.03-0.06-0.05-0.09-0.08l-3.81-4.14c-0.37-0.4-0.33-1.01,0.09-1.36
5
6
  c0.18-0.16,0.42-0.24,0.66-0.24h7.61c0.55,0,1,0.43,1,0.97c0,0.24-0.09,0.46-0.25,0.64l-3.81,4.14C8.55,14.39,8.28,14.5,8,14.5
6
7
  C8,14.5,8,14.5,8,14.5 M3.19,6.61c0-0.24,0.09-0.46,0.25-0.64l3.81-4.14C7.45,1.61,7.72,1.5,8,1.5c0.24,0,0.47,0.08,0.66,0.24
7
8
  C8.69,1.77,8.72,1.8,8.75,1.82l3.81,4.14c0.37,0.4,0.33,1.01-0.08,1.36c-0.18,0.16-0.42,0.24-0.66,0.24H4.19
8
9
  C3.64,7.57,3.19,7.14,3.19,6.61z M4.25,6.57h7.51L8.01,2.5L4.25,6.57z"/>
9
- </svg>
10
+ </svg>
package/switch/index.css CHANGED
@@ -1 +1 @@
1
- .tiny-switch{--ti-switch-on-bg-color:var(--ti-common-color-bg-emphasize);--ti-switch-off-bg-color:var(--ti-common-color-bg-secondary);--ti-switch-disabled-bg-color:var(--ti-common-color-bg-dark-disabled);--ti-switch-checked-disabled-bg-color:var(--ti-common-color-bg-light-emphasize);--ti-switch-checked-disabled-border-color:var(--ti-common-color-bg-light-emphasize);--ti-switch-disabled-text-color:var(--ti-common-color-info-disabled);--ti-switch-disabled-dot-bg-color:var(--ti-common-color-bg-disabled);--ti-switch-dot-bg-color:var(--ti-common-color-light);--ti-switch-dot-size:var(--ti-common-size-4x);--ti-switch-dot-position-left:var(--ti-common-space-1);--ti-switch-dot-position-top:var(--ti-common-space-1);--ti-switch-dot-offset:calc(var(--ti-switch-dot-size) + var(--ti-switch-dot-position-left));--ti-switch-text-color:var(--ti-common-color-light);--ti-switch-width:calc(var(--ti-common-size-base) * 9.5);--ti-switch-height:var(--ti-common-size-5x);--ti-switch-border-radius:var(--ti-common-size-6x);--ti-switch-border-weight:var(--ti-common-border-weight-normal);--ti-switch-inner-font-size:var(--ti-common-font-size-base, 12px);--ti-switch-inner-position-left:var(--ti-common-space-4x);--ti-switch-text-width:calc(var(--ti-common-size-11x) + 1px);display:inline-block;width:var(--ti-switch-width);height:var(--ti-switch-height);line-height:var(--ti-switch-height);border-radius:var(--ti-switch-border-radius);vertical-align:middle;border:var(--ti-switch-border-weight) solid var(--ti-switch-off-bg-color);background-color:var(--ti-switch-off-bg-color);position:relative;cursor:pointer;outline:0;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.tiny-switch .tiny-switch-inner{color:var(--ti-switch-text-color);font-size:var(--ti-switch-inner-font-size);position:absolute;left:calc(var(--ti-switch-inner-position-left) + 4px);top:-1px}.tiny-switch__text{width:var(--ti-switch-text-width)}.tiny-switch__text .tiny-switch-inner{left:calc(var(--ti-switch-inner-position-left) + 7px)}.tiny-switch.mini{width:calc(var(--ti-switch-width) - 4px)}.tiny-switch.disabled,.tiny-switch.tiny-switch-checked.disabled{cursor:not-allowed;background:var(--ti-switch-disabled-bg-color);border-color:var(--ti-switch-disabled-bg-color)}.tiny-switch.disabled::after,.tiny-switch.tiny-switch-checked.disabled::after{background:var(--ti-switch-disabled-dot-bg-color);cursor:not-allowed}.tiny-switch.disabled .tiny-switch-inner,.tiny-switch.tiny-switch-checked.disabled .tiny-switch-inner{color:var(--ti-switch-disabled-text-color)}.tiny-switch.tiny-switch-checked.disabled{background:var(--ti-switch-checked-disabled-bg-color);border-color:var(--ti-switch-checked-disabled-border-color)}.tiny-switch::after{content:'';width:var(--ti-switch-dot-size);height:var(--ti-switch-dot-size);border-radius:50%;background-color:var(--ti-switch-dot-bg-color);position:absolute;left:var(--ti-switch-dot-position-left);top:var(--ti-switch-dot-position-top);cursor:pointer;-webkit-transition:left .2s ease-in-out,width .2s ease-in-out;transition:left .2s ease-in-out,width .2s ease-in-out}.tiny-switch.tiny-switch-checked{border-color:var(--ti-switch-on-bg-color);background-color:var(--ti-switch-on-bg-color)}.tiny-switch.tiny-switch-checked .tiny-switch-inner{left:8px;width:calc(100% - var(--ti-switch-dot-size));overflow:hidden}.tiny-switch.tiny-switch-checked:after{left:calc(100% - var(--ti-switch-dot-offset))}
1
+ .tiny-switch{--ti-switch-on-bg-color:var(--ti-common-color-bg-emphasize);--ti-switch-off-bg-color:var(--ti-common-color-bg-secondary);--ti-switch-disabled-bg-color:var(--ti-common-color-bg-dark-disabled);--ti-switch-checked-disabled-bg-color:var(--ti-common-color-bg-light-emphasize);--ti-switch-checked-disabled-border-color:var(--ti-common-color-bg-light-emphasize);--ti-switch-disabled-text-color:var(--ti-common-color-info-disabled);--ti-switch-disabled-dot-bg-color:var(--ti-common-color-bg-disabled);--ti-switch-dot-bg-color:var(--ti-common-color-light);--ti-switch-dot-size:var(--ti-common-size-4x);--ti-switch-dot-position-left:var(--ti-common-space-1);--ti-switch-dot-position-top:var(--ti-common-space-1);--ti-switch-dot-offset:calc(var(--ti-switch-dot-size) + var(--ti-switch-dot-position-left));--ti-switch-text-color:var(--ti-common-color-light);--ti-switch-width:calc(var(--ti-common-size-base) * 9.5);--ti-switch-height:var(--ti-common-size-5x);--ti-switch-border-radius:var(--ti-common-size-6x);--ti-switch-border-weight:var(--ti-common-border-weight-normal);--ti-switch-inner-font-size:var(--ti-common-font-size-base, 12px);--ti-switch-inner-position-left:var(--ti-common-space-4x);--ti-switch-text-width:calc(var(--ti-common-size-11x) + 1px);display:inline-block;width:var(--ti-switch-width);height:var(--ti-switch-height);line-height:calc(var(--ti-switch-height) - var(--ti-switch-border-weight) * 2);border-radius:var(--ti-switch-border-radius);vertical-align:middle;border:var(--ti-switch-border-weight) solid var(--ti-switch-off-bg-color);background-color:var(--ti-switch-off-bg-color);position:relative;cursor:pointer;outline:0;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.tiny-switch .tiny-switch-inner{color:var(--ti-switch-text-color);font-size:var(--ti-switch-inner-font-size);position:absolute;left:calc(var(--ti-switch-inner-position-left) + 4px)}.tiny-switch__text{width:var(--ti-switch-text-width)}.tiny-switch__text .tiny-switch-inner{left:calc(var(--ti-switch-inner-position-left) + 7px)}.tiny-switch.mini{width:calc(var(--ti-switch-width) - 4px)}.tiny-switch.disabled,.tiny-switch.tiny-switch-checked.disabled{cursor:not-allowed;background:var(--ti-switch-disabled-bg-color);border-color:var(--ti-switch-disabled-bg-color)}.tiny-switch.disabled::after,.tiny-switch.tiny-switch-checked.disabled::after{background:var(--ti-switch-disabled-dot-bg-color);cursor:not-allowed}.tiny-switch.disabled .tiny-switch-inner,.tiny-switch.tiny-switch-checked.disabled .tiny-switch-inner{color:var(--ti-switch-disabled-text-color)}.tiny-switch.tiny-switch-checked.disabled{background:var(--ti-switch-checked-disabled-bg-color);border-color:var(--ti-switch-checked-disabled-border-color)}.tiny-switch::after{content:'';width:var(--ti-switch-dot-size);height:var(--ti-switch-dot-size);border-radius:50%;background-color:var(--ti-switch-dot-bg-color);position:absolute;left:var(--ti-switch-dot-position-left);top:var(--ti-switch-dot-position-top);cursor:pointer;-webkit-transition:left .2s ease-in-out,width .2s ease-in-out;transition:left .2s ease-in-out,width .2s ease-in-out}.tiny-switch.tiny-switch-checked{border-color:var(--ti-switch-on-bg-color);background-color:var(--ti-switch-on-bg-color)}.tiny-switch.tiny-switch-checked .tiny-switch-inner{left:8px;width:calc(100% - var(--ti-switch-dot-size));overflow:hidden}.tiny-switch.tiny-switch-checked:after{left:calc(100% - var(--ti-switch-dot-offset))}
@@ -1,7 +1,8 @@
1
1
  export const tinySwitchSMBTheme = {
2
2
  'ti-switch-on-bg-color': 'var(--ti-common-color-data-1)',
3
- 'ti-switch-disabled-bg-color': 'var(--ti-common-color-bg-dark-emphasize)',
4
- 'ti-switch-disabled-dot-bg-color': '#ffffff80',
3
+ 'ti-switch-off-bg-color': '#C2C2C2',
4
+ 'ti-switch-disabled-bg-color': '#C2C2C280',
5
+ 'ti-switch-disabled-dot-bg-color': '#ffffff',
5
6
  'ti-switch-width': 'var(--ti-common-size-10x)',
6
7
  'ti-switch-border-radius': 'calc(var(--ti-common-border-radius-3) * 2.5)',
7
8
  'ti-switch-dot-size': '16px',
@@ -1 +1 @@
1
- .tiny-transition-icon-out-in-enter-active{-webkit-animation:bounce-in .3s;animation:bounce-in .3s}.tiny-transition-icon-out-in-leave-active{animation:bounce-in .3s reverse}.tiny-transition-icon-scale-in-enter-active{-webkit-animation:scale-in .3s;animation:scale-in .3s}.tiny-transition-icon-scale-in-leave-active{animation:scale-in .3s reverse}@-webkit-keyframes bounce-in{0%{-webkit-transform:translateY(-50%) scale(0);transform:translateY(-50%) scale(0)}50%{-webkit-transform:translateY(-50%) scale(1.2);transform:translateY(-50%) scale(1.2)}100%{-webkit-transform:translateY(-50%) scale(1);transform:translateY(-50%) scale(1)}}@keyframes bounce-in{0%{-webkit-transform:translateY(-50%) scale(0);transform:translateY(-50%) scale(0)}50%{-webkit-transform:translateY(-50%) scale(1.2);transform:translateY(-50%) scale(1.2)}100%{-webkit-transform:translateY(-50%) scale(1);transform:translateY(-50%) scale(1)}}@-webkit-keyframes scale-in{0%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1.2);transform:scale(1.2)}100%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes scale-in{0%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1.2);transform:scale(1.2)}100%{-webkit-transform:scale(1);transform:scale(1)}}.tiny-textarea{--ti-textarea-text-color:var(--ti-common-color-text-primary);--ti-textarea-bg-color:var(--ti-common-color-icon-white);--ti-textarea-font-size:var(--ti-common-font-size-base);--ti-textarea-count-font-size:var(--ti-common-font-size-base);--ti-textarea-height:var(--ti-common-size-height-normal);--ti-textarea-border-radius:var(--ti-common-border-radius-normal);--ti-textarea-border-color:var(--ti-common-color-border);--ti-textarea-inner-hover-border-color:var(--ti-common-color-border-hover);--ti-textarea-inner-active-border-color:var(--ti-common-color-line-active);--ti-textarea-placeholder-text-color:var(--ti-common-color-placeholder);--ti-textarea-disabled-text-color:var(--ti-common-color-text-disabled);--ti-textarea-disabled-bg-color:var(--ti-common-color-bg-disabled);--ti-textarea-exceed-text-color:var(--ti-common-bg-primary);--ti-textarea-count-color:var(--ti-common-color-text-weaken);--ti-textarea-padding-vertical:var(--ti-common-space-2x);--ti-textarea-padding-horizontal:var(--ti-common-space-2x);--ti-textarea-padding-right:var(--ti-common-space-2x);--ti-textarea-padding-bottom:var(--ti-common-space-2x);--ti-textarea-count-bottom:5px;--ti-textarea-count-right:16px;--ti-textarea-hover-border-color:var(--ti-common-color-border-hover);--ti-textarea-active-border-color:var(--ti-common-color-line-active);--ti-textarea-count-width:auto;--ti-textarea-inner-width:100%;--ti-textarea-count-border-radius:0;--ti-textarea-count-text-length-color:var(--ti-common-color-text-weaken);--ti-textarea-count-padding-right:var(--ti-common-space-0);--ti-textarea-font-family:var(--ti-common-font-family);position:relative;display:inline-block;width:100%;vertical-align:bottom;font-size:var(--ti-textarea-font-size);border:1px solid var(--ti-textarea-border-color);border-radius:var(--ti-textarea-border-radius)}.tiny-textarea:hover{border-color:var(--ti-textarea-hover-border-color)}.tiny-textarea.is-disabled .tiny-textarea__inner{background-color:var(--ti-textarea-disabled-bg-color);border-color:var(--ti-textarea-border-color);color:var(--ti-textarea-disabled-text-color);cursor:not-allowed}.tiny-textarea.is-disabled .tiny-textarea__inner::-moz-placeholder{color:var(--ti-textarea-placeholder-text-color);opacity:1}.tiny-textarea.is-disabled .tiny-textarea__inner:-ms-input-placeholder{color:var(--ti-textarea-placeholder-text-color)}.tiny-textarea.is-disabled .tiny-textarea__inner::-webkit-input-placeholder{color:var(--ti-textarea-placeholder-text-color)}.tiny-textarea.is-disabled .tiny-textarea__inner::-ms-input-placeholder{color:var(--ti-textarea-placeholder-text-color)}.tiny-textarea.is-disabled .tiny-textarea__inner::placeholder{color:var(--ti-textarea-placeholder-text-color)}.tiny-textarea.is-disabled{background-color:var(--ti-textarea-disabled-bg-color)}.tiny-textarea.is-disabled:hover{border-color:var(--ti-textarea-border-color)}.tiny-textarea.is-exceed .tiny-textarea__inner{border-color:var(--ti-textarea-exceed-text-color)}.tiny-textarea.is-exceed .tiny-input__count{color:var(--ti-textarea-exceed-text-color)}.tiny-textarea.is-exceed .tiny-input__count-text-length{color:var(--ti-textarea-exceed-text-color)}.tiny-textarea .tiny-input__count{color:var(--ti-textarea-count-color);background:var(--ti-textarea-bg-color);font-size:var(--ti-textarea-count-font-size);text-align:right;position:absolute;bottom:var(--ti-textarea-count-bottom);right:var(--ti-textarea-count-right);width:var(--ti-textarea-count-width);border-bottom-left-radius:var(--ti-textarea-count-border-radius);padding-right:var(--ti-textarea-count-padding-right)}.tiny-textarea .tiny-input__count-text-length{color:var(--ti-textarea-count-text-length-color)}.tiny-textarea__inner{display:block;width:var(--ti-textarea-inner-width);min-height:60px;min-height:calc(var(--ti-textarea-height,30px) * 2);color:var(--ti-textarea-text-color);border:none;border-radius:var(--ti-textarea-border-radius);background:var(--ti-textarea-bg-color);padding:var(--ti-textarea-padding-vertical) var(--ti-textarea-padding-horizontal);padding-right:var(--ti-textarea-padding-right);padding-bottom:var(--ti-textarea-padding-bottom);line-height:1.5;font-size:var(--ti-textarea-font-size);font-family:var(--ti-textarea-font-family);resize:vertical;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-transition:border-color .2s cubic-bezier(.645,.045,.355,1);transition:border-color .2s cubic-bezier(.645,.045,.355,1)}.tiny-textarea__inner::-moz-placeholder{color:var(--ti-textarea-placeholder-text-color);opacity:1}.tiny-textarea__inner:-ms-input-placeholder{color:var(--ti-textarea-placeholder-text-color)}.tiny-textarea__inner::-webkit-input-placeholder{color:var(--ti-textarea-placeholder-text-color)}.tiny-textarea__inner::-ms-input-placeholder{color:var(--ti-textarea-placeholder-text-color)}.tiny-textarea__inner::placeholder{color:var(--ti-textarea-placeholder-text-color)}.tiny-textarea__inner:hover{border-color:var(--ti-textarea-inner-hover-border-color)}.tiny-textarea__inner:focus{border-color:var(--ti-textarea-inner-active-border-color)}.tiny-textarea:has(.tiny-textarea__inner:focus){border-color:var(--ti-textarea-active-border-color)}.tiny-textarea__inner:focus,.tiny-textarea__inner:hover{outline:0}.tiny-textarea.is-display-only .tiny-textarea-display-only .tiny-textarea-display-only__content{left:0;max-width:100%;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:5;overflow:hidden;word-wrap:break-word;white-space:pre-wrap}.tiny-textarea.is-display-only .tiny-textarea-display-only .tiny-textarea-autosize-display-only .tiny-textarea-display-only__content{left:0;max-width:100%;position:absolute;white-space:pre-line;line-height:1.5}.tiny-textarea.is-display-only .tiny-textarea-display-only .tiny-textarea__inner{height:0;padding:0;border-style:none;visibility:hidden}
1
+ .tiny-transition-icon-out-in-enter-active{-webkit-animation:bounce-in .3s;animation:bounce-in .3s}.tiny-transition-icon-out-in-leave-active{animation:bounce-in .3s reverse}.tiny-transition-icon-scale-in-enter-active{-webkit-animation:scale-in .3s;animation:scale-in .3s}.tiny-transition-icon-scale-in-leave-active{animation:scale-in .3s reverse}@-webkit-keyframes bounce-in{0%{-webkit-transform:translateY(-50%) scale(0);transform:translateY(-50%) scale(0)}50%{-webkit-transform:translateY(-50%) scale(1.2);transform:translateY(-50%) scale(1.2)}100%{-webkit-transform:translateY(-50%) scale(1);transform:translateY(-50%) scale(1)}}@keyframes bounce-in{0%{-webkit-transform:translateY(-50%) scale(0);transform:translateY(-50%) scale(0)}50%{-webkit-transform:translateY(-50%) scale(1.2);transform:translateY(-50%) scale(1.2)}100%{-webkit-transform:translateY(-50%) scale(1);transform:translateY(-50%) scale(1)}}@-webkit-keyframes scale-in{0%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1.2);transform:scale(1.2)}100%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes scale-in{0%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1.2);transform:scale(1.2)}100%{-webkit-transform:scale(1);transform:scale(1)}}.tiny-textarea{--ti-textarea-text-color:var(--ti-common-color-text-primary);--ti-textarea-bg-color:var(--ti-common-color-icon-white);--ti-textarea-font-size:var(--ti-common-font-size-base);--ti-textarea-count-font-size:var(--ti-common-font-size-base);--ti-textarea-height:var(--ti-common-size-height-normal);--ti-textarea-border-radius:var(--ti-common-border-radius-normal);--ti-textarea-border-color:var(--ti-common-color-border);--ti-textarea-inner-hover-border-color:var(--ti-common-color-border-hover);--ti-textarea-inner-active-border-color:var(--ti-common-color-line-active);--ti-textarea-placeholder-text-color:var(--ti-common-color-placeholder);--ti-textarea-disabled-text-color:var(--ti-common-color-text-disabled);--ti-textarea-disabled-bg-color:var(--ti-common-color-bg-disabled);--ti-textarea-exceed-text-color:var(--ti-common-bg-primary);--ti-textarea-count-color:var(--ti-common-color-text-weaken);--ti-textarea-padding-vertical:var(--ti-common-space-2x);--ti-textarea-padding-horizontal:var(--ti-common-space-2x);--ti-textarea-padding-right:var(--ti-common-space-2x);--ti-textarea-padding-bottom:var(--ti-common-space-2x);--ti-textarea-count-bottom:5px;--ti-textarea-count-right:16px;--ti-textarea-hover-border-color:var(--ti-common-color-border-hover);--ti-textarea-active-border-color:var(--ti-common-color-line-active);--ti-textarea-count-width:auto;--ti-textarea-inner-width:100%;--ti-textarea-count-border-radius:0;--ti-textarea-count-text-length-color:var(--ti-common-color-text-weaken);--ti-textarea-count-padding-right:var(--ti-common-space-0);--ti-textarea-font-family:var(--ti-common-font-family);--ti-textarea-count-line-height:var(--ti-textarea-count-font-size);position:relative;display:inline-block;width:100%;vertical-align:bottom;font-size:var(--ti-textarea-font-size);border:1px solid var(--ti-textarea-border-color);border-radius:var(--ti-textarea-border-radius)}.tiny-textarea:hover{border-color:var(--ti-textarea-hover-border-color)}.tiny-textarea.is-disabled .tiny-textarea__inner{background-color:var(--ti-textarea-disabled-bg-color);border-color:var(--ti-textarea-border-color);color:var(--ti-textarea-disabled-text-color);cursor:not-allowed}.tiny-textarea.is-disabled .tiny-textarea__inner::-moz-placeholder{color:var(--ti-textarea-placeholder-text-color);opacity:1}.tiny-textarea.is-disabled .tiny-textarea__inner:-ms-input-placeholder{color:var(--ti-textarea-placeholder-text-color)}.tiny-textarea.is-disabled .tiny-textarea__inner::-webkit-input-placeholder{color:var(--ti-textarea-placeholder-text-color)}.tiny-textarea.is-disabled .tiny-textarea__inner::-ms-input-placeholder{color:var(--ti-textarea-placeholder-text-color)}.tiny-textarea.is-disabled .tiny-textarea__inner::placeholder{color:var(--ti-textarea-placeholder-text-color)}.tiny-textarea.is-disabled{background-color:var(--ti-textarea-disabled-bg-color)}.tiny-textarea.is-disabled:hover{border-color:var(--ti-textarea-border-color)}.tiny-textarea.is-exceed .tiny-textarea__inner{border-color:var(--ti-textarea-exceed-text-color)}.tiny-textarea.is-exceed .tiny-input__count{color:var(--ti-textarea-exceed-text-color)}.tiny-textarea.is-exceed .tiny-input__count-text-length{color:var(--ti-textarea-exceed-text-color)}.tiny-textarea .tiny-input__count{color:var(--ti-textarea-count-color);background:var(--ti-textarea-bg-color);font-size:var(--ti-textarea-count-font-size);text-align:right;position:absolute;bottom:var(--ti-textarea-count-bottom);right:var(--ti-textarea-count-right);width:var(--ti-textarea-count-width);border-bottom-left-radius:var(--ti-textarea-count-border-radius);padding-right:var(--ti-textarea-count-padding-right);line-height:var(--ti-textarea-count-line-height)}.tiny-textarea .tiny-input__count-text-length{color:var(--ti-textarea-count-text-length-color)}.tiny-textarea__inner{display:block;width:var(--ti-textarea-inner-width);min-height:60px;min-height:calc(var(--ti-textarea-height,30px) * 2);color:var(--ti-textarea-text-color);border:none;border-radius:var(--ti-textarea-border-radius);background:var(--ti-textarea-bg-color);padding:var(--ti-textarea-padding-vertical) var(--ti-textarea-padding-horizontal);padding-right:var(--ti-textarea-padding-right);padding-bottom:var(--ti-textarea-padding-bottom);line-height:1.5;font-size:var(--ti-textarea-font-size);font-family:var(--ti-textarea-font-family);resize:vertical;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-transition:border-color .2s cubic-bezier(.645,.045,.355,1);transition:border-color .2s cubic-bezier(.645,.045,.355,1)}.tiny-textarea__inner::-moz-placeholder{color:var(--ti-textarea-placeholder-text-color);opacity:1}.tiny-textarea__inner:-ms-input-placeholder{color:var(--ti-textarea-placeholder-text-color)}.tiny-textarea__inner::-webkit-input-placeholder{color:var(--ti-textarea-placeholder-text-color)}.tiny-textarea__inner::-ms-input-placeholder{color:var(--ti-textarea-placeholder-text-color)}.tiny-textarea__inner::placeholder{color:var(--ti-textarea-placeholder-text-color)}.tiny-textarea__inner:hover{border-color:var(--ti-textarea-inner-hover-border-color)}.tiny-textarea__inner:focus{border-color:var(--ti-textarea-inner-active-border-color)}.tiny-textarea:has(.tiny-textarea__inner:focus){border-color:var(--ti-textarea-active-border-color)}.tiny-textarea__inner:focus,.tiny-textarea__inner:hover{outline:0}.tiny-textarea.is-display-only .tiny-textarea-display-only .tiny-textarea-display-only__content{left:0;max-width:100%;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:5;overflow:hidden;word-wrap:break-word;white-space:pre-wrap}.tiny-textarea.is-display-only .tiny-textarea-display-only .tiny-textarea-autosize-display-only .tiny-textarea-display-only__content{left:0;max-width:100%;position:absolute;white-space:pre-line;line-height:1.5}.tiny-textarea.is-display-only .tiny-textarea-display-only .tiny-textarea__inner{height:0;padding:0;border-style:none;visibility:hidden}
@@ -190,7 +190,8 @@ export const concatTheme = {
190
190
  'ti-option-hover-bg-color-selected': 'var(--ti-common-color-selected-background)',
191
191
  'ti-option-highlight-selected-text-color': 'var(--ti-common-color-text-highlight)',
192
192
  'ti-pager-li-border-color': 'var(--ti-common-color-line-normal)',
193
- 'ti-pager-width': '30px',
193
+ 'ti-pager-width': 'auto',
194
+ 'ti-pager-min-width': '30px',
194
195
  'ti-pager-height': '30px',
195
196
  'ti-pager-input-height': '30px',
196
197
  'ti-pager-btn-svg-fill-color': 'var(--ti-common-color-icon-normal)',
@@ -221,7 +222,6 @@ export const concatTheme = {
221
222
  'ti-select-tags-margin-bottom': '2px',
222
223
  'ti-select-tags-margin-left': 'var(--ti-common-space-0)',
223
224
  'ti-select-tags-wrap-padding-left': '8px',
224
- 'ti-select-tags-wrap-padding-right': '30px',
225
225
  'ti-select-input-icon-close-margin-right': 'var(--ti-common-space-2x)',
226
226
  'ti-select-dropdown-padding-bottom': 'var(--ti-common-space-6)',
227
227
  'ti-select-dropdown-padding-top': 'var(--ti-common-space-0)',
@@ -238,8 +238,6 @@ export const concatTheme = {
238
238
  'ti-slider-handle-top': '-6px',
239
239
  'ti-slider-handle-margin-top': '-6px',
240
240
  'ti-slider-handle-icon-display': 'none',
241
- 'ti-split-pane-font-size': '12px',
242
- 'ti-split-trigger-bar-bg-color': '#666',
243
241
  'ti-steps-advanced-li-text-color': 'var(--ti-common-color-text-white)',
244
242
  'ti-steps-line-margin-horizontal': '0px',
245
243
  'ti-steps-line-bg-color': '#dbdbdb',
@@ -251,6 +249,8 @@ export const concatTheme = {
251
249
  'ti-steps-unselected-hover-icon-color': 'var(--ti-common-color-text-white)',
252
250
  'ti-steps-text-color-hover': 'var(--ti-common-color-text-primary)',
253
251
  'ti-steps-unselected-hover-border-color': 'var(--ti-common-color-line-normal)',
252
+ 'ti-split-pane-font-size': '12px',
253
+ 'ti-split-trigger-bar-bg-color': '#666',
254
254
  'ti-switch-width': 'var(--ti-common-size-11x)',
255
255
  'ti-switch-height': 'calc(var(--ti-common-size-base) * 5.5)',
256
256
  'ti-switch-dot-size': 'calc(var(--ti-common-size-base) * 4.5)',