@topvisor/ui 0.9.34-utils-components-4 → 0.9.34-utils-components-5

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 (317) hide show
  1. package/.chunks/datepicker-Bh_DAFqD.es.js +289 -0
  2. package/.chunks/datepicker-Bh_DAFqD.es.js.map +1 -0
  3. package/.chunks/datepicker-CIbLjf_3.amd.js +247 -0
  4. package/.chunks/datepicker-CIbLjf_3.amd.js.map +1 -0
  5. package/.chunks/forms-BfIXIMY_.es.js +1089 -0
  6. package/.chunks/forms-BfIXIMY_.es.js.map +1 -0
  7. package/.chunks/forms-C__H1yL_.amd.js +3 -0
  8. package/.chunks/forms-C__H1yL_.amd.js.map +1 -0
  9. package/.chunks/i18n-BNGjUFTp.amd.js +2 -0
  10. package/.chunks/i18n-BNGjUFTp.amd.js.map +1 -0
  11. package/.chunks/i18n-DCbk4MSK.es.js +20 -0
  12. package/.chunks/i18n-DCbk4MSK.es.js.map +1 -0
  13. package/.chunks/listItem.vue_vue_type_script_setup_true_lang-CaBP5R7L.amd.js +2 -0
  14. package/.chunks/listItem.vue_vue_type_script_setup_true_lang-CaBP5R7L.amd.js.map +1 -0
  15. package/.chunks/listItem.vue_vue_type_script_setup_true_lang-DJZS6vRL.es.js +161 -0
  16. package/.chunks/listItem.vue_vue_type_script_setup_true_lang-DJZS6vRL.es.js.map +1 -0
  17. package/.chunks/{menu-D8Pkjvdh.es.js → menu-24EpQtdy.es.js} +37 -37
  18. package/.chunks/menu-24EpQtdy.es.js.map +1 -0
  19. package/.chunks/menu-DV1iSTyB.amd.js +2 -0
  20. package/.chunks/menu-DV1iSTyB.amd.js.map +1 -0
  21. package/.chunks/popup-BKd_kjT8.amd.js +440 -0
  22. package/.chunks/popup-BKd_kjT8.amd.js.map +1 -0
  23. package/.chunks/{popup-DUd8G4iQ.es.js → popup-DwpeWN20.es.js} +515 -511
  24. package/.chunks/popup-DwpeWN20.es.js.map +1 -0
  25. package/.chunks/store-Bl79G7T_.amd.js.map +1 -1
  26. package/.chunks/store-PoMCiuBr.es.js.map +1 -1
  27. package/README.md +86 -86
  28. package/assets/forms.css +1 -1
  29. package/common/common.d.ts +1 -1
  30. package/{src/components → components}/formsExt/editInput/editInput.vue.d.ts +1 -10
  31. package/{src/components → components}/popup/lib/popup.d.ts +0 -3
  32. package/{src/components → components}/popup/lib/worker.d.ts +0 -4
  33. package/core/app.amd.js +2 -0
  34. package/core/app.amd.js.map +1 -0
  35. package/core/app.d.ts +7 -0
  36. package/core/app.js +307 -0
  37. package/core/app.js.map +1 -0
  38. package/{src/core → core}/core/core.d.ts +17 -24
  39. package/core/core/options.d.ts +24 -0
  40. package/{src/core → core}/core/state.d.ts +3 -2
  41. package/core/core.amd.js +1 -1
  42. package/core/core.d.ts +2 -2
  43. package/core/core.js +1 -1
  44. package/core/directives/focus.d.ts +9 -3
  45. package/core/directives/sticky.d.ts +11 -3
  46. package/core/directives/swimUp.d.ts +10 -3
  47. package/core/directives/tooltip.d.ts +11 -3
  48. package/{src/core/plugin/plugin.d.ts → core/plugins/core.d.ts} +14 -17
  49. package/core/plugins/i18n.d.ts +98 -0
  50. package/core/plugins/piniaTPA.d.ts +18 -0
  51. package/core/utils/clipboard.d.ts +1 -0
  52. package/{src/core → core}/utils/price.d.ts +3 -1
  53. package/{src/core → core}/utils/system.d.ts +0 -1
  54. package/forms/forms.amd.js +1 -1
  55. package/forms/forms.d.ts +1 -1
  56. package/forms/forms.js +7 -7
  57. package/forms/helpers.amd.js.map +1 -1
  58. package/forms/helpers.d.ts +1 -1
  59. package/forms/helpers.js.map +1 -1
  60. package/formsExt/formsExt.amd.js +1 -1
  61. package/formsExt/formsExt.amd.js.map +1 -1
  62. package/formsExt/formsExt.d.ts +1 -1
  63. package/formsExt/formsExt.js +76 -81
  64. package/formsExt/formsExt.js.map +1 -1
  65. package/icomoon/Read Me.txt +7 -7
  66. package/icomoon/demo-files/demo.css +161 -161
  67. package/icomoon/demo-files/demo.js +30 -30
  68. package/icomoon/demo.html +3379 -3379
  69. package/icomoon/fonts/Topvisor-2.svg +263 -263
  70. package/icomoon/style.css +740 -740
  71. package/package.json +36 -32
  72. package/popup/popup.amd.js +1 -1
  73. package/popup/popup.amd.js.map +1 -1
  74. package/popup/popup.d.ts +1 -1
  75. package/popup/popup.js +6 -6
  76. package/popup/popup.js.map +1 -1
  77. package/popup/worker.amd.js +1 -1
  78. package/popup/worker.amd.js.map +1 -1
  79. package/popup/worker.d.ts +2 -2
  80. package/popup/worker.js +5 -7
  81. package/popup/worker.js.map +1 -1
  82. package/project/project.amd.js +1 -1
  83. package/project/project.amd.js.map +1 -1
  84. package/project/project.d.ts +1 -1
  85. package/project/project.js +7 -7
  86. package/project/project.js.map +1 -1
  87. package/require/css.amd.js +11 -11
  88. package/tabs/tabs.amd.js +1 -1
  89. package/tabs/tabs.amd.js.map +1 -1
  90. package/tabs/tabs.d.ts +1 -1
  91. package/tabs/tabs.js +5 -5
  92. package/tabs/tabs.js.map +1 -1
  93. package/tabsView/tabsView.amd.js +1 -1
  94. package/tabsView/tabsView.amd.js.map +1 -1
  95. package/tabsView/tabsView.d.ts +1 -1
  96. package/tabsView/tabsView.js +8 -8
  97. package/tabsView/tabsView.js.map +1 -1
  98. package/utils/check.amd.js.map +1 -1
  99. package/utils/check.d.ts +1 -1
  100. package/utils/check.js.map +1 -1
  101. package/utils/clipboard.amd.js +2 -0
  102. package/utils/clipboard.amd.js.map +1 -0
  103. package/utils/clipboard.d.ts +1 -0
  104. package/utils/clipboard.js +10 -0
  105. package/utils/clipboard.js.map +1 -0
  106. package/utils/css.amd.js.map +1 -1
  107. package/utils/css.d.ts +1 -1
  108. package/utils/css.js.map +1 -1
  109. package/utils/date.amd.js +1 -1
  110. package/utils/date.d.ts +1 -1
  111. package/utils/date.js +4 -4
  112. package/utils/device.amd.js +1 -1
  113. package/utils/device.d.ts +1 -1
  114. package/utils/device.js +5 -5
  115. package/utils/dom.amd.js.map +1 -1
  116. package/utils/dom.d.ts +2 -2
  117. package/utils/dom.js.map +1 -1
  118. package/utils/image.amd.js.map +1 -1
  119. package/utils/image.d.ts +1 -1
  120. package/utils/image.js.map +1 -1
  121. package/utils/keyboard.amd.js.map +1 -1
  122. package/utils/keyboard.d.ts +1 -1
  123. package/utils/keyboard.js.map +1 -1
  124. package/utils/number.amd.js.map +1 -1
  125. package/utils/number.d.ts +1 -1
  126. package/utils/number.js.map +1 -1
  127. package/utils/price.amd.js +1 -1
  128. package/utils/price.amd.js.map +1 -1
  129. package/utils/price.d.ts +1 -1
  130. package/utils/price.js +8 -5
  131. package/utils/price.js.map +1 -1
  132. package/utils/route.amd.js.map +1 -1
  133. package/utils/route.d.ts +1 -1
  134. package/utils/route.js.map +1 -1
  135. package/utils/scroll.amd.js +1 -1
  136. package/utils/scroll.amd.js.map +1 -1
  137. package/utils/scroll.d.ts +1 -1
  138. package/utils/scroll.js +1 -1
  139. package/utils/scroll.js.map +1 -1
  140. package/utils/store.d.ts +1 -1
  141. package/utils/string.amd.js +1 -1
  142. package/utils/string.amd.js.map +1 -1
  143. package/utils/string.d.ts +1 -1
  144. package/utils/string.js +38 -35
  145. package/utils/string.js.map +1 -1
  146. package/utils/system.amd.js +1 -1
  147. package/utils/system.amd.js.map +1 -1
  148. package/utils/system.d.ts +1 -1
  149. package/utils/system.js +16 -17
  150. package/utils/system.js.map +1 -1
  151. package/utils/url.amd.js.map +1 -1
  152. package/utils/url.d.ts +1 -1
  153. package/utils/url.js.map +1 -1
  154. package/utils/window.amd.js +1 -1
  155. package/utils/window.d.ts +1 -1
  156. package/utils/window.js +1 -1
  157. package/.chunks/datepicker-B-QNMaqL.es.js +0 -289
  158. package/.chunks/datepicker-B-QNMaqL.es.js.map +0 -1
  159. package/.chunks/datepicker-BtTKGtP7.amd.js +0 -247
  160. package/.chunks/datepicker-BtTKGtP7.amd.js.map +0 -1
  161. package/.chunks/forms-CRdPxA6a.es.js +0 -1186
  162. package/.chunks/forms-CRdPxA6a.es.js.map +0 -1
  163. package/.chunks/forms-CbJDUr1_.amd.js +0 -3
  164. package/.chunks/forms-CbJDUr1_.amd.js.map +0 -1
  165. package/.chunks/listItem.vue_vue_type_script_setup_true_lang-D5EXHsIJ.es.js +0 -164
  166. package/.chunks/listItem.vue_vue_type_script_setup_true_lang-D5EXHsIJ.es.js.map +0 -1
  167. package/.chunks/listItem.vue_vue_type_script_setup_true_lang-W45jLCVb.amd.js +0 -2
  168. package/.chunks/listItem.vue_vue_type_script_setup_true_lang-W45jLCVb.amd.js.map +0 -1
  169. package/.chunks/menu-BNQ5GpPq.amd.js +0 -2
  170. package/.chunks/menu-BNQ5GpPq.amd.js.map +0 -1
  171. package/.chunks/menu-D8Pkjvdh.es.js.map +0 -1
  172. package/.chunks/popup-DUd8G4iQ.es.js.map +0 -1
  173. package/.chunks/popup-DcfMTbwU.amd.js +0 -440
  174. package/.chunks/popup-DcfMTbwU.amd.js.map +0 -1
  175. package/core/directives/focus.amd.js +0 -2
  176. package/core/directives/focus.amd.js.map +0 -1
  177. package/core/directives/focus.js +0 -5
  178. package/core/directives/focus.js.map +0 -1
  179. package/core/directives/sticky.amd.js +0 -2
  180. package/core/directives/sticky.amd.js.map +0 -1
  181. package/core/directives/sticky.js +0 -5
  182. package/core/directives/sticky.js.map +0 -1
  183. package/core/directives/swimUp.amd.js +0 -2
  184. package/core/directives/swimUp.amd.js.map +0 -1
  185. package/core/directives/swimUp.js +0 -5
  186. package/core/directives/swimUp.js.map +0 -1
  187. package/core/directives/tooltip.amd.js +0 -2
  188. package/core/directives/tooltip.amd.js.map +0 -1
  189. package/core/directives/tooltip.js +0 -5
  190. package/core/directives/tooltip.js.map +0 -1
  191. package/core/plugin/plugin.amd.js +0 -2
  192. package/core/plugin/plugin.amd.js.map +0 -1
  193. package/core/plugin/plugin.d.ts +0 -3
  194. package/core/plugin/plugin.js +0 -23
  195. package/core/plugin/plugin.js.map +0 -1
  196. package/src/components/forms/avatar/avatar.stories.d.ts +0 -85
  197. package/src/components/forms/button/button.stories.d.ts +0 -278
  198. package/src/components/forms/checkbox/checkbox.stories.d.ts +0 -116
  199. package/src/components/forms/controlLabel/controlLabel.stories.d.ts +0 -65
  200. package/src/components/forms/hint/hint.stories.d.ts +0 -75
  201. package/src/components/forms/input/input.stories.d.ts +0 -226
  202. package/src/components/forms/inputDate/inputDate.stories.d.ts +0 -117
  203. package/src/components/forms/inputRange/inputRange.stories.d.ts +0 -285
  204. package/src/components/forms/loadbar/loadbar.stories.d.ts +0 -10
  205. package/src/components/forms/radio/radio.stories.d.ts +0 -132
  206. package/src/components/forms/select/select.stories.d.ts +0 -108
  207. package/src/components/forms/switcher/switcher.stories.d.ts +0 -127
  208. package/src/components/forms/textarea/textarea.stories.d.ts +0 -90
  209. package/src/components/formsExt/editArea/editArea.stories.d.ts +0 -158
  210. package/src/components/formsExt/editInput/editInput.stories.d.ts +0 -98
  211. package/src/components/formsExt/menu/menu.stories.d.ts +0 -82
  212. package/src/components/formsExt/radioGroup/radioGroup.stories.d.ts +0 -67
  213. package/src/components/formsExt/selector2/selector2.stories.d.ts +0 -277
  214. package/src/components/popup/popup/popup.stories.d.ts +0 -701
  215. package/src/components/project/selectorCompetitors/selectorCompetitors.stories.d.ts +0 -43
  216. package/src/components/tabs/tabs/tabs.stories.d.ts +0 -539
  217. package/src/components/tabsView/tabsView/tabsView.stories.d.ts +0 -352
  218. package/src/components/tabsView/tabsView//320/255/320/273/320/265/320/274/320/265/320/275/321/202/321/213/MenuItem.stories.d.ts +0 -333
  219. package/src/components/tabsView/tabsView//320/255/320/273/320/265/320/274/320/265/320/275/321/202/321/213/MenuTitle.stories.d.ts +0 -175
  220. package/src/core/core/options.d.ts +0 -13
  221. package/src/core/core/page.d.ts +0 -7
  222. package/src/core/directives/focus.d.ts +0 -9
  223. package/src/core/directives/sticky.d.ts +0 -11
  224. package/src/core/directives/swimUp.d.ts +0 -10
  225. package/src/core/directives/tooltip.d.ts +0 -11
  226. /package/{src/components → components}/common/common.d.ts +0 -0
  227. /package/{src/components → components}/common/icon/icon.d.ts +0 -0
  228. /package/{src/components → components}/forms/avatar/avatar.d.ts +0 -0
  229. /package/{src/components → components}/forms/avatar/avatar.vue.d.ts +0 -0
  230. /package/{src/components → components}/forms/button/button.d.ts +0 -0
  231. /package/{src/components → components}/forms/button/button.vue.d.ts +0 -0
  232. /package/{src/components → components}/forms/checkbox/checkbox.d.ts +0 -0
  233. /package/{src/components → components}/forms/checkbox/checkbox.vue.d.ts +0 -0
  234. /package/{src/components → components}/forms/controlLabel/controlLabel.d.ts +0 -0
  235. /package/{src/components → components}/forms/controlLabel/controlLabel.vue.d.ts +0 -0
  236. /package/{src/components → components}/forms/forms.d.ts +0 -0
  237. /package/{src/components → components}/forms/helpers.d.ts +0 -0
  238. /package/{src/components → components}/forms/hint/hint.d.ts +0 -0
  239. /package/{src/components → components}/forms/hint/hint.vue.d.ts +0 -0
  240. /package/{src/components → components}/forms/input/input.d.ts +0 -0
  241. /package/{src/components → components}/forms/input/input.vue.d.ts +0 -0
  242. /package/{src/components → components}/forms/inputDate/datepicker.d.ts +0 -0
  243. /package/{src/components → components}/forms/inputDate/inputDate.d.ts +0 -0
  244. /package/{src/components → components}/forms/inputDate/inputDate.vue.d.ts +0 -0
  245. /package/{src/components → components}/forms/inputRange/inputRange.d.ts +0 -0
  246. /package/{src/components → components}/forms/inputRange/inputRange.vue.d.ts +0 -0
  247. /package/{src/components → components}/forms/loadbar/loadbar.vue.d.ts +0 -0
  248. /package/{src/components → components}/forms/radio/radio.d.ts +0 -0
  249. /package/{src/components → components}/forms/radio/radio.vue.d.ts +0 -0
  250. /package/{src/components → components}/forms/select/select.d.ts +0 -0
  251. /package/{src/components → components}/forms/select/select.vue.d.ts +0 -0
  252. /package/{src/components → components}/forms/select/stories/exampleOptions.d.ts +0 -0
  253. /package/{src/components → components}/forms/switcher/switcher.d.ts +0 -0
  254. /package/{src/components → components}/forms/switcher/switcher.vue.d.ts +0 -0
  255. /package/{src/components → components}/forms/textarea/textarea.d.ts +0 -0
  256. /package/{src/components → components}/forms/textarea/textarea.vue.d.ts +0 -0
  257. /package/{src/components → components}/formsExt/editArea/editArea.d.ts +0 -0
  258. /package/{src/components → components}/formsExt/editArea/editArea.vue.d.ts +0 -0
  259. /package/{src/components → components}/formsExt/editInput/editInput.d.ts +0 -0
  260. /package/{src/components → components}/formsExt/formsExt.d.ts +0 -0
  261. /package/{src/components → components}/formsExt/menu/menu.d.ts +0 -0
  262. /package/{src/components → components}/formsExt/menu/menu.vue.d.ts +0 -0
  263. /package/{src/components → components}/formsExt/menu/stories/items.d.ts +0 -0
  264. /package/{src/components → components}/formsExt/radioGroup/radioGroup.d.ts +0 -0
  265. /package/{src/components → components}/formsExt/radioGroup/radioGroup.vue.d.ts +0 -0
  266. /package/{src/components → components}/formsExt/selector2/api.d.ts +0 -0
  267. /package/{src/components → components}/formsExt/selector2/itemMulti.vue.d.ts +0 -0
  268. /package/{src/components → components}/formsExt/selector2/selector2.d.ts +0 -0
  269. /package/{src/components → components}/formsExt/selector2/selector2.vue.d.ts +0 -0
  270. /package/{src/components → components}/formsExt/selector2/stories/dummyAPIRequest.d.ts +0 -0
  271. /package/{src/components → components}/popup/lib/popup.globalEvents.d.ts +0 -0
  272. /package/{src/components → components}/popup/lib/worker.globalEvents.d.ts +0 -0
  273. /package/{src/components → components}/popup/popup/listItem.vue.d.ts +0 -0
  274. /package/{src/components → components}/popup/popup/opener.vue.d.ts +0 -0
  275. /package/{src/components → components}/popup/popup/popup.d.ts +0 -0
  276. /package/{src/components → components}/popup/popup/popup.vue.d.ts +0 -0
  277. /package/{src/components → components}/popup/popup/widgetInput.vue.d.ts +0 -0
  278. /package/{src/components → components}/popup/popup.d.ts +0 -0
  279. /package/{src/components → components}/popup/worker.d.ts +0 -0
  280. /package/{src/components → components}/project/project.d.ts +0 -0
  281. /package/{src/components → components}/project/selectorCompetitors/composables.d.ts +0 -0
  282. /package/{src/components → components}/project/selectorCompetitors/selectorCompetitors.d.ts +0 -0
  283. /package/{src/components → components}/project/selectorCompetitors/selectorCompetitors.vue.d.ts +0 -0
  284. /package/{src/components → components}/project/selectorCompetitors/stories/items.d.ts +0 -0
  285. /package/{src/components → components}/project/selectorCompetitors/types/competitor.d.ts +0 -0
  286. /package/{src/components → components}/tabs/tabs/content.vue.d.ts +0 -0
  287. /package/{src/components → components}/tabs/tabs/tab.vue.d.ts +0 -0
  288. /package/{src/components → components}/tabs/tabs/tabs.d.ts +0 -0
  289. /package/{src/components → components}/tabs/tabs/tabs.vue.d.ts +0 -0
  290. /package/{src/components → components}/tabs/tabs.d.ts +0 -0
  291. /package/{src/components → components}/tabsView/tabsView/menu.vue.d.ts +0 -0
  292. /package/{src/components → components}/tabsView/tabsView/menuDelimeter.vue.d.ts +0 -0
  293. /package/{src/components → components}/tabsView/tabsView/menuItem.vue.d.ts +0 -0
  294. /package/{src/components → components}/tabsView/tabsView/menuTitle.vue.d.ts +0 -0
  295. /package/{src/components → components}/tabsView/tabsView/store.d.ts +0 -0
  296. /package/{src/components → components}/tabsView/tabsView/tabsView.d.ts +0 -0
  297. /package/{src/components → components}/tabsView/tabsView/tabsView.vue.d.ts +0 -0
  298. /package/{src/components → components}/tabsView/tabsView/utils.d.ts +0 -0
  299. /package/{src/components → components}/tabsView/tabsView.d.ts +0 -0
  300. /package/{src/core → core}/core/events.d.ts +0 -0
  301. /package/{src/core → core}/utils/check.d.ts +0 -0
  302. /package/{src/core → core}/utils/css.d.ts +0 -0
  303. /package/{src/core → core}/utils/date.d.ts +0 -0
  304. /package/{src/core → core}/utils/device.d.ts +0 -0
  305. /package/{src/core → core}/utils/dom.d.ts +0 -0
  306. /package/{src/core → core}/utils/image.d.ts +0 -0
  307. /package/{src/core → core}/utils/keyboard.d.ts +0 -0
  308. /package/{src/core → core}/utils/number.d.ts +0 -0
  309. /package/{src/core → core}/utils/route.d.ts +0 -0
  310. /package/{src/core → core}/utils/scroll.d.ts +0 -0
  311. /package/{src/core → core}/utils/store/localStorage.d.ts +0 -0
  312. /package/{src/core → core}/utils/store/plugin.d.ts +0 -0
  313. /package/{src/core → core}/utils/store/store.d.ts +0 -0
  314. /package/{src/core → core}/utils/store.d.ts +0 -0
  315. /package/{src/core → core}/utils/string.d.ts +0 -0
  316. /package/{src/core → core}/utils/url.d.ts +0 -0
  317. /package/{src/core → core}/utils/window.d.ts +0 -0
@@ -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
+ }());