@topvisor/ui 0.9.37 → 1.0.0-rc-2

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 (234) hide show
  1. package/.chunks/datepicker-C-d1Do_N.amd.js +248 -0
  2. package/.chunks/datepicker-C-d1Do_N.amd.js.map +1 -0
  3. package/.chunks/datepicker-DTNYG8Iy.es.js +290 -0
  4. package/.chunks/datepicker-DTNYG8Iy.es.js.map +1 -0
  5. package/.chunks/debounce-4ipCj607.amd.js +2 -0
  6. package/.chunks/debounce-4ipCj607.amd.js.map +1 -0
  7. package/.chunks/debounce-BISRz08p.es.js +116 -0
  8. package/.chunks/debounce-BISRz08p.es.js.map +1 -0
  9. package/.chunks/forms--Ye61xQ5.amd.js +3 -0
  10. package/.chunks/forms--Ye61xQ5.amd.js.map +1 -0
  11. package/.chunks/{forms-BZoPbSQt.es.js → forms-NfVxcPud.es.js} +241 -227
  12. package/.chunks/forms-NfVxcPud.es.js.map +1 -0
  13. package/.chunks/i18n-C_OH9IT3.amd.js +2 -0
  14. package/.chunks/i18n-C_OH9IT3.amd.js.map +1 -0
  15. package/.chunks/i18n-DuTvft1T.es.js +26 -0
  16. package/.chunks/i18n-DuTvft1T.es.js.map +1 -0
  17. package/.chunks/listItem.vue_vue_type_script_setup_true_lang-BToGplRR.es.js +174 -0
  18. package/.chunks/listItem.vue_vue_type_script_setup_true_lang-BToGplRR.es.js.map +1 -0
  19. package/.chunks/listItem.vue_vue_type_script_setup_true_lang-BsrusTUW.amd.js +2 -0
  20. package/.chunks/listItem.vue_vue_type_script_setup_true_lang-BsrusTUW.amd.js.map +1 -0
  21. package/.chunks/{menu-DDYYS64d.es.js → menu-ChmT8cWp.es.js} +30 -32
  22. package/.chunks/menu-ChmT8cWp.es.js.map +1 -0
  23. package/.chunks/menu-Gnm18ZCc.amd.js +2 -0
  24. package/.chunks/menu-Gnm18ZCc.amd.js.map +1 -0
  25. package/.chunks/{popup-BFJ2eTTB.amd.js → popup-Dwf3PJQf.amd.js} +447 -441
  26. package/.chunks/popup-Dwf3PJQf.amd.js.map +1 -0
  27. package/.chunks/{popup-Bc6YggdE.es.js → popup-_a1ivPRI.es.js} +491 -485
  28. package/.chunks/popup-_a1ivPRI.es.js.map +1 -0
  29. package/.chunks/store-CX_6ZXhO.es.js.map +1 -1
  30. package/.chunks/store-esTid5oI.amd.js.map +1 -1
  31. package/README.md +86 -86
  32. package/assets/core.css +1 -1
  33. package/assets/forms.css +1 -1
  34. package/assets/listItem.css +1 -1
  35. package/assets/menu.css +1 -1
  36. package/common/common.d.ts +1 -1
  37. package/components/forms/avatar/avatar.vue.d.ts +12 -12
  38. package/components/forms/button/button.d.ts +14 -2
  39. package/components/forms/button/button.vue.d.ts +11 -12
  40. package/components/forms/checkbox/checkbox.vue.d.ts +19 -43
  41. package/components/forms/controlLabel/controlLabel.vue.d.ts +7 -8
  42. package/components/forms/forms.d.ts +0 -1
  43. package/components/forms/hint/hint.vue.d.ts +2 -3
  44. package/components/forms/input/input.d.ts +0 -1
  45. package/components/forms/input/input.vue.d.ts +11 -12
  46. package/components/forms/inputDate/inputDate.d.ts +0 -1
  47. package/components/forms/inputDate/inputDate.vue.d.ts +11 -12
  48. package/components/forms/radio/radio.vue.d.ts +8 -9
  49. package/components/forms/select/select.d.ts +0 -1
  50. package/components/forms/select/select.vue.d.ts +31 -69
  51. package/components/forms/select/stories/exampleOptions.d.ts +0 -1
  52. package/components/forms/switcher/switcher.vue.d.ts +8 -9
  53. package/components/forms/textarea/textarea.vue.d.ts +11 -12
  54. package/components/formsExt/editArea/editArea.d.ts +0 -1
  55. package/components/formsExt/editArea/editArea.vue.d.ts +13 -14
  56. package/components/formsExt/editInput/editInput.d.ts +0 -1
  57. package/components/formsExt/editInput/editInput.vue.d.ts +3 -4
  58. package/components/formsExt/formsExt.d.ts +0 -1
  59. package/components/formsExt/menu/menu.d.ts +0 -1
  60. package/components/formsExt/menu/menu.vue.d.ts +32 -48
  61. package/components/formsExt/menu/stories/items.d.ts +0 -1
  62. package/components/formsExt/radioGroup/radioGroup.d.ts +0 -1
  63. package/components/formsExt/radioGroup/radioGroup.vue.d.ts +31 -42
  64. package/components/formsExt/selector2/api.d.ts +0 -1
  65. package/components/formsExt/selector2/itemMulti.vue.d.ts +3 -4
  66. package/components/formsExt/selector2/selector2.d.ts +0 -1
  67. package/components/formsExt/selector2/selector2.vue.d.ts +37 -117
  68. package/components/popup/alert/alert.d.ts +8 -0
  69. package/components/popup/alert/alert.vue.d.ts +33 -0
  70. package/components/popup/confirm/confirm.d.ts +21 -0
  71. package/components/popup/confirm/confirm.vue.d.ts +35 -0
  72. package/components/popup/lib/popup.d.ts +0 -1
  73. package/components/popup/lib/worker.d.ts +4 -5
  74. package/components/popup/popup/listItem.vue.d.ts +11 -12
  75. package/components/popup/popup/opener.vue.d.ts +13 -14
  76. package/components/popup/popup/popup.d.ts +8 -2
  77. package/components/popup/popup/popup.vue.d.ts +13 -14
  78. package/components/popup/popup/widgetInput.vue.d.ts +32 -82
  79. package/components/popup/popup.d.ts +6 -1
  80. package/components/popup/prompt/prompt.d.ts +21 -0
  81. package/components/popup/prompt/prompt.vue.d.ts +35 -0
  82. package/components/project/project.d.ts +0 -1
  83. package/components/project/selectorCompetitors/composables.d.ts +0 -1
  84. package/components/project/selectorCompetitors/selectorCompetitors.d.ts +0 -1
  85. package/components/project/selectorCompetitors/selectorCompetitors.vue.d.ts +32 -24
  86. package/components/tabs/tabs/content.vue.d.ts +7 -8
  87. package/components/tabs/tabs/tab.vue.d.ts +7 -8
  88. package/components/tabs/tabs/tabs.vue.d.ts +7 -8
  89. package/components/tabs/tabs.d.ts +0 -1
  90. package/components/tabsView/tabsView/menu.vue.d.ts +22 -14
  91. package/components/tabsView/tabsView/menuItem.vue.d.ts +12 -12
  92. package/components/tabsView/tabsView/menuTitle.vue.d.ts +8 -8
  93. package/components/tabsView/tabsView/store.d.ts +1 -2
  94. package/components/tabsView/tabsView/tabsView.d.ts +0 -1
  95. package/components/tabsView/tabsView/tabsView.vue.d.ts +34 -34
  96. package/components/tabsView/tabsView.d.ts +0 -1
  97. package/core/app.amd.js +1 -1
  98. package/core/app.amd.js.map +1 -1
  99. package/core/app.d.ts +0 -1
  100. package/core/app.js +23 -21
  101. package/core/app.js.map +1 -1
  102. package/core/core/core.d.ts +14 -0
  103. package/core/core.amd.js +1 -1
  104. package/core/core.d.ts +2 -1
  105. package/core/core.js +1 -1
  106. package/core/directives/focus.d.ts +0 -1
  107. package/core/directives/sticky.d.ts +0 -1
  108. package/core/directives/swimUp.d.ts +0 -1
  109. package/core/directives/tooltip.d.ts +0 -1
  110. package/core/plugins/core.d.ts +0 -1
  111. package/core/plugins/i18n.d.ts +0 -1
  112. package/core/plugins/piniaTPA.d.ts +0 -1
  113. package/core/utils/lodash.d.ts +6 -0
  114. package/core/utils/price.d.ts +0 -1
  115. package/core/utils/store/localStorage.d.ts +0 -1
  116. package/core/utils/store/plugin.d.ts +0 -1
  117. package/core/utils/store/store.d.ts +0 -1
  118. package/forms/forms.amd.js +1 -1
  119. package/forms/forms.d.ts +1 -0
  120. package/forms/forms.js +1 -1
  121. package/forms/helpers.amd.js.map +1 -1
  122. package/forms/helpers.d.ts +1 -0
  123. package/forms/helpers.js.map +1 -1
  124. package/formsExt/formsExt.amd.js +1 -1
  125. package/formsExt/formsExt.amd.js.map +1 -1
  126. package/formsExt/formsExt.d.ts +1 -0
  127. package/formsExt/formsExt.js +3 -3
  128. package/formsExt/formsExt.js.map +1 -1
  129. package/icomoon/Read Me.txt +7 -7
  130. package/icomoon/demo-files/demo.css +161 -161
  131. package/icomoon/demo-files/demo.js +30 -30
  132. package/icomoon/demo.html +3379 -3379
  133. package/icomoon/fonts/Topvisor-2.svg +263 -263
  134. package/icomoon/style.css +740 -740
  135. package/package.json +36 -37
  136. package/popup/popup.amd.js +1 -1
  137. package/popup/popup.amd.js.map +1 -1
  138. package/popup/popup.d.ts +1 -0
  139. package/popup/popup.js +219 -21
  140. package/popup/popup.js.map +1 -1
  141. package/popup/worker.amd.js +1 -1
  142. package/popup/worker.amd.js.map +1 -1
  143. package/popup/worker.d.ts +3 -0
  144. package/popup/worker.js +2 -2
  145. package/popup/worker.js.map +1 -1
  146. package/project/project.amd.js +1 -1
  147. package/project/project.amd.js.map +1 -1
  148. package/project/project.d.ts +1 -0
  149. package/project/project.js +20 -20
  150. package/project/project.js.map +1 -1
  151. package/require/css.amd.js +12 -12
  152. package/tabs/tabs.amd.js +1 -1
  153. package/tabs/tabs.amd.js.map +1 -1
  154. package/tabs/tabs.d.ts +1 -0
  155. package/tabs/tabs.js +1 -1
  156. package/tabs/tabs.js.map +1 -1
  157. package/tabsView/tabsView.amd.js +1 -1
  158. package/tabsView/tabsView.amd.js.map +1 -1
  159. package/tabsView/tabsView.d.ts +1 -0
  160. package/tabsView/tabsView.js +1 -1
  161. package/tabsView/tabsView.js.map +1 -1
  162. package/utils/check.amd.js.map +1 -1
  163. package/utils/check.d.ts +1 -0
  164. package/utils/check.js.map +1 -1
  165. package/utils/clipboard.amd.js.map +1 -1
  166. package/utils/clipboard.d.ts +1 -0
  167. package/utils/clipboard.js.map +1 -1
  168. package/utils/date.amd.js +1 -1
  169. package/utils/date.d.ts +1 -0
  170. package/utils/date.js +2 -2
  171. package/utils/device.amd.js +1 -1
  172. package/utils/device.d.ts +1 -0
  173. package/utils/device.js +1 -1
  174. package/utils/dom.amd.js.map +1 -1
  175. package/utils/dom.d.ts +3 -0
  176. package/utils/dom.js.map +1 -1
  177. package/utils/image.amd.js.map +1 -1
  178. package/utils/image.d.ts +1 -0
  179. package/utils/image.js.map +1 -1
  180. package/utils/keyboard.amd.js.map +1 -1
  181. package/utils/keyboard.d.ts +1 -0
  182. package/utils/keyboard.js.map +1 -1
  183. package/utils/lodash.amd.js +2 -0
  184. package/utils/lodash.amd.js.map +1 -0
  185. package/utils/lodash.d.ts +2 -0
  186. package/utils/lodash.js +706 -0
  187. package/utils/lodash.js.map +1 -0
  188. package/utils/number.amd.js.map +1 -1
  189. package/utils/number.d.ts +1 -0
  190. package/utils/number.js.map +1 -1
  191. package/utils/price.amd.js +1 -1
  192. package/utils/price.amd.js.map +1 -1
  193. package/utils/price.d.ts +1 -0
  194. package/utils/price.js +2 -2
  195. package/utils/price.js.map +1 -1
  196. package/utils/route.amd.js.map +1 -1
  197. package/utils/route.d.ts +1 -0
  198. package/utils/route.js.map +1 -1
  199. package/utils/scroll.amd.js.map +1 -1
  200. package/utils/scroll.d.ts +1 -0
  201. package/utils/scroll.js.map +1 -1
  202. package/utils/store.d.ts +1 -0
  203. package/utils/string.amd.js +1 -1
  204. package/utils/string.amd.js.map +1 -1
  205. package/utils/string.d.ts +1 -0
  206. package/utils/string.js +1 -1
  207. package/utils/string.js.map +1 -1
  208. package/utils/system.amd.js.map +1 -1
  209. package/utils/system.d.ts +1 -0
  210. package/utils/system.js.map +1 -1
  211. package/utils/url.amd.js.map +1 -1
  212. package/utils/url.d.ts +1 -0
  213. package/utils/url.js.map +1 -1
  214. package/web-types.json +72 -72
  215. package/.chunks/datepicker-CcRVcC5P.es.js +0 -290
  216. package/.chunks/datepicker-CcRVcC5P.es.js.map +0 -1
  217. package/.chunks/datepicker-D_95vv2c.amd.js +0 -248
  218. package/.chunks/datepicker-D_95vv2c.amd.js.map +0 -1
  219. package/.chunks/forms-BZoPbSQt.es.js.map +0 -1
  220. package/.chunks/forms-KR6uVX5Z.amd.js +0 -3
  221. package/.chunks/forms-KR6uVX5Z.amd.js.map +0 -1
  222. package/.chunks/i18n-eDh3Aaw9.amd.js +0 -2
  223. package/.chunks/i18n-eDh3Aaw9.amd.js.map +0 -1
  224. package/.chunks/i18n-qpB8zyhD.es.js +0 -20
  225. package/.chunks/i18n-qpB8zyhD.es.js.map +0 -1
  226. package/.chunks/listItem.vue_vue_type_script_setup_true_lang-4m2ZOlaP.amd.js +0 -2
  227. package/.chunks/listItem.vue_vue_type_script_setup_true_lang-4m2ZOlaP.amd.js.map +0 -1
  228. package/.chunks/listItem.vue_vue_type_script_setup_true_lang-C2uuAtpx.es.js +0 -161
  229. package/.chunks/listItem.vue_vue_type_script_setup_true_lang-C2uuAtpx.es.js.map +0 -1
  230. package/.chunks/menu-CNIQ9vFJ.amd.js +0 -2
  231. package/.chunks/menu-CNIQ9vFJ.amd.js.map +0 -1
  232. package/.chunks/menu-DDYYS64d.es.js.map +0 -1
  233. package/.chunks/popup-BFJ2eTTB.amd.js.map +0 -1
  234. package/.chunks/popup-Bc6YggdE.es.js.map +0 -1
@@ -1,7 +1,7 @@
1
- Open *demo.html* to see a list of all the glyphs in your font along with their codes/ligatures.
2
-
3
- To use the generated font in desktop programs, you can install the TTF font. In order to copy the character associated with each icon, refer to the text box at the bottom right corner of each glyph in demo.html. The character inside this text box may be invisible; but it can still be copied. See this guide for more info: https://icomoon.io/docs/#local-fonts
4
-
5
- You won't need any of the files located under the *demo-files* directory when including the generated font in your own projects.
6
-
7
- You can import *selection.json* back to the IcoMoon app using the *Import Icons* button (or via Main Menu → Manage Projects) to retrieve your icon selection.
1
+ Open *demo.html* to see a list of all the glyphs in your font along with their codes/ligatures.
2
+
3
+ To use the generated font in desktop programs, you can install the TTF font. In order to copy the character associated with each icon, refer to the text box at the bottom right corner of each glyph in demo.html. The character inside this text box may be invisible; but it can still be copied. See this guide for more info: https://icomoon.io/docs/#local-fonts
4
+
5
+ You won't need any of the files located under the *demo-files* directory when including the generated font in your own projects.
6
+
7
+ You can import *selection.json* back to the IcoMoon app using the *Import Icons* button (or via Main Menu → Manage Projects) to retrieve your icon selection.
@@ -1,161 +1,161 @@
1
- body {
2
- padding: 0;
3
- margin: 0;
4
- font-family: sans-serif;
5
- font-size: 1em;
6
- line-height: 1.5;
7
- color: #555;
8
- background: #fff;
9
- }
10
- h1 {
11
- font-size: 1.5em;
12
- font-weight: normal;
13
- }
14
- small {
15
- font-size: .66666667em;
16
- }
17
- a {
18
- color: #e74c3c;
19
- text-decoration: none;
20
- }
21
- a:hover, a:focus {
22
- box-shadow: 0 1px #e74c3c;
23
- }
24
- .bshadow0, input {
25
- box-shadow: inset 0 -2px #e7e7e7;
26
- }
27
- input:hover {
28
- box-shadow: inset 0 -2px #ccc;
29
- }
30
- input, fieldset {
31
- font-family: sans-serif;
32
- font-size: 1em;
33
- margin: 0;
34
- padding: 0;
35
- border: 0;
36
- }
37
- input {
38
- color: inherit;
39
- line-height: 1.5;
40
- height: 1.5em;
41
- padding: .25em 0;
42
- }
43
- input:focus {
44
- outline: none;
45
- box-shadow: inset 0 -2px #449fdb;
46
- }
47
- .glyph {
48
- font-size: 16px;
49
- width: 15em;
50
- padding-bottom: 1em;
51
- margin-right: 4em;
52
- margin-bottom: 1em;
53
- float: left;
54
- overflow: hidden;
55
- }
56
- .liga {
57
- width: 80%;
58
- width: calc(100% - 2.5em);
59
- }
60
- .talign-right {
61
- text-align: right;
62
- }
63
- .talign-center {
64
- text-align: center;
65
- }
66
- .bgc1 {
67
- background: #f1f1f1;
68
- }
69
- .fgc1 {
70
- color: #999;
71
- }
72
- .fgc0 {
73
- color: #000;
74
- }
75
- p {
76
- margin-top: 1em;
77
- margin-bottom: 1em;
78
- }
79
- .mvm {
80
- margin-top: .75em;
81
- margin-bottom: .75em;
82
- }
83
- .mtn {
84
- margin-top: 0;
85
- }
86
- .mtl, .mal {
87
- margin-top: 1.5em;
88
- }
89
- .mbl, .mal {
90
- margin-bottom: 1.5em;
91
- }
92
- .mal, .mhl {
93
- margin-left: 1.5em;
94
- margin-right: 1.5em;
95
- }
96
- .mhmm {
97
- margin-left: 1em;
98
- margin-right: 1em;
99
- }
100
- .mls {
101
- margin-left: .25em;
102
- }
103
- .ptl {
104
- padding-top: 1.5em;
105
- }
106
- .pbs, .pvs {
107
- padding-bottom: .25em;
108
- }
109
- .pvs, .pts {
110
- padding-top: .25em;
111
- }
112
- .unit {
113
- float: left;
114
- }
115
- .unitRight {
116
- float: right;
117
- }
118
- .size1of2 {
119
- width: 50%;
120
- }
121
- .size1of1 {
122
- width: 100%;
123
- }
124
- .clearfix:before, .clearfix:after {
125
- content: " ";
126
- display: table;
127
- }
128
- .clearfix:after {
129
- clear: both;
130
- }
131
- .hidden-true {
132
- display: none;
133
- }
134
- .textbox0 {
135
- width: 3em;
136
- background: #f1f1f1;
137
- padding: .25em .5em;
138
- line-height: 1.5;
139
- height: 1.5em;
140
- }
141
- #testDrive {
142
- display: block;
143
- padding-top: 24px;
144
- line-height: 1.5;
145
- }
146
- .fs0 {
147
- font-size: 16px;
148
- }
149
- .fs1 {
150
- font-size: 32px;
151
- }
152
- .fs2 {
153
- font-size: 14px;
154
- }
155
- .fs3 {
156
- font-size: 14px;
157
- }
158
- .fs4 {
159
- font-size: 8px;
160
- }
161
-
1
+ body {
2
+ padding: 0;
3
+ margin: 0;
4
+ font-family: sans-serif;
5
+ font-size: 1em;
6
+ line-height: 1.5;
7
+ color: #555;
8
+ background: #fff;
9
+ }
10
+ h1 {
11
+ font-size: 1.5em;
12
+ font-weight: normal;
13
+ }
14
+ small {
15
+ font-size: .66666667em;
16
+ }
17
+ a {
18
+ color: #e74c3c;
19
+ text-decoration: none;
20
+ }
21
+ a:hover, a:focus {
22
+ box-shadow: 0 1px #e74c3c;
23
+ }
24
+ .bshadow0, input {
25
+ box-shadow: inset 0 -2px #e7e7e7;
26
+ }
27
+ input:hover {
28
+ box-shadow: inset 0 -2px #ccc;
29
+ }
30
+ input, fieldset {
31
+ font-family: sans-serif;
32
+ font-size: 1em;
33
+ margin: 0;
34
+ padding: 0;
35
+ border: 0;
36
+ }
37
+ input {
38
+ color: inherit;
39
+ line-height: 1.5;
40
+ height: 1.5em;
41
+ padding: .25em 0;
42
+ }
43
+ input:focus {
44
+ outline: none;
45
+ box-shadow: inset 0 -2px #449fdb;
46
+ }
47
+ .glyph {
48
+ font-size: 16px;
49
+ width: 15em;
50
+ padding-bottom: 1em;
51
+ margin-right: 4em;
52
+ margin-bottom: 1em;
53
+ float: left;
54
+ overflow: hidden;
55
+ }
56
+ .liga {
57
+ width: 80%;
58
+ width: calc(100% - 2.5em);
59
+ }
60
+ .talign-right {
61
+ text-align: right;
62
+ }
63
+ .talign-center {
64
+ text-align: center;
65
+ }
66
+ .bgc1 {
67
+ background: #f1f1f1;
68
+ }
69
+ .fgc1 {
70
+ color: #999;
71
+ }
72
+ .fgc0 {
73
+ color: #000;
74
+ }
75
+ p {
76
+ margin-top: 1em;
77
+ margin-bottom: 1em;
78
+ }
79
+ .mvm {
80
+ margin-top: .75em;
81
+ margin-bottom: .75em;
82
+ }
83
+ .mtn {
84
+ margin-top: 0;
85
+ }
86
+ .mtl, .mal {
87
+ margin-top: 1.5em;
88
+ }
89
+ .mbl, .mal {
90
+ margin-bottom: 1.5em;
91
+ }
92
+ .mal, .mhl {
93
+ margin-left: 1.5em;
94
+ margin-right: 1.5em;
95
+ }
96
+ .mhmm {
97
+ margin-left: 1em;
98
+ margin-right: 1em;
99
+ }
100
+ .mls {
101
+ margin-left: .25em;
102
+ }
103
+ .ptl {
104
+ padding-top: 1.5em;
105
+ }
106
+ .pbs, .pvs {
107
+ padding-bottom: .25em;
108
+ }
109
+ .pvs, .pts {
110
+ padding-top: .25em;
111
+ }
112
+ .unit {
113
+ float: left;
114
+ }
115
+ .unitRight {
116
+ float: right;
117
+ }
118
+ .size1of2 {
119
+ width: 50%;
120
+ }
121
+ .size1of1 {
122
+ width: 100%;
123
+ }
124
+ .clearfix:before, .clearfix:after {
125
+ content: " ";
126
+ display: table;
127
+ }
128
+ .clearfix:after {
129
+ clear: both;
130
+ }
131
+ .hidden-true {
132
+ display: none;
133
+ }
134
+ .textbox0 {
135
+ width: 3em;
136
+ background: #f1f1f1;
137
+ padding: .25em .5em;
138
+ line-height: 1.5;
139
+ height: 1.5em;
140
+ }
141
+ #testDrive {
142
+ display: block;
143
+ padding-top: 24px;
144
+ line-height: 1.5;
145
+ }
146
+ .fs0 {
147
+ font-size: 16px;
148
+ }
149
+ .fs1 {
150
+ font-size: 32px;
151
+ }
152
+ .fs2 {
153
+ font-size: 14px;
154
+ }
155
+ .fs3 {
156
+ font-size: 14px;
157
+ }
158
+ .fs4 {
159
+ font-size: 8px;
160
+ }
161
+
@@ -1,30 +1,30 @@
1
- if (!('boxShadow' in document.body.style)) {
2
- document.body.setAttribute('class', 'noBoxShadow');
3
- }
4
-
5
- document.body.addEventListener("click", function(e) {
6
- var target = e.target;
7
- if (target.tagName === "INPUT" &&
8
- target.getAttribute('class').indexOf('liga') === -1) {
9
- target.select();
10
- }
11
- });
12
-
13
- (function() {
14
- var fontSize = document.getElementById('fontSize'),
15
- testDrive = document.getElementById('testDrive'),
16
- testText = document.getElementById('testText');
17
- function updateTest() {
18
- testDrive.innerHTML = testText.value || String.fromCharCode(160);
19
- if (window.icomoonLiga) {
20
- window.icomoonLiga(testDrive);
21
- }
22
- }
23
- function updateSize() {
24
- testDrive.style.fontSize = fontSize.value + 'px';
25
- }
26
- fontSize.addEventListener('change', updateSize, false);
27
- testText.addEventListener('input', updateTest, false);
28
- testText.addEventListener('change', updateTest, false);
29
- updateSize();
30
- }());
1
+ if (!('boxShadow' in document.body.style)) {
2
+ document.body.setAttribute('class', 'noBoxShadow');
3
+ }
4
+
5
+ document.body.addEventListener("click", function(e) {
6
+ var target = e.target;
7
+ if (target.tagName === "INPUT" &&
8
+ target.getAttribute('class').indexOf('liga') === -1) {
9
+ target.select();
10
+ }
11
+ });
12
+
13
+ (function() {
14
+ var fontSize = document.getElementById('fontSize'),
15
+ testDrive = document.getElementById('testDrive'),
16
+ testText = document.getElementById('testText');
17
+ function updateTest() {
18
+ testDrive.innerHTML = testText.value || String.fromCharCode(160);
19
+ if (window.icomoonLiga) {
20
+ window.icomoonLiga(testDrive);
21
+ }
22
+ }
23
+ function updateSize() {
24
+ testDrive.style.fontSize = fontSize.value + 'px';
25
+ }
26
+ fontSize.addEventListener('change', updateSize, false);
27
+ testText.addEventListener('input', updateTest, false);
28
+ testText.addEventListener('change', updateTest, false);
29
+ updateSize();
30
+ }());