@agilekit/ui 0.0.481-alpha.0 → 0.0.484-alpha.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 (553) hide show
  1. package/README.md +42 -42
  2. package/lib/fonts/fontello.eot +0 -0
  3. package/lib/fonts/fontello.svg +140 -0
  4. package/lib/fonts/fontello.ttf +0 -0
  5. package/lib/fonts/fontello.woff +0 -0
  6. package/lib/fonts/fontello.woff2 +0 -0
  7. package/lib/index.js +1 -1
  8. package/lib/playground/Playground.js +16 -0
  9. package/lib/playground/Playground.js.map +1 -0
  10. package/lib/src/components/ActionList/ActionList.js +29 -0
  11. package/lib/src/components/ActionList/ActionList.js.map +1 -0
  12. package/lib/src/components/ActionList/components/Item/Item.js +17 -0
  13. package/lib/src/components/ActionList/components/Item/Item.js.map +1 -0
  14. package/lib/src/components/ActionList/components/Item/index.js +6 -0
  15. package/lib/src/components/ActionList/components/Item/index.js.map +1 -0
  16. package/lib/src/components/ActionList/components/Section/Section.js +20 -0
  17. package/lib/src/components/ActionList/components/Section/Section.js.map +1 -0
  18. package/lib/src/components/ActionList/components/Section/index.js +6 -0
  19. package/lib/src/components/ActionList/components/Section/index.js.map +1 -0
  20. package/lib/src/components/ActionList/components/index.js +7 -0
  21. package/lib/src/components/ActionList/components/index.js.map +1 -0
  22. package/lib/src/components/ActionList/index.js +6 -0
  23. package/lib/src/components/ActionList/index.js.map +1 -0
  24. package/lib/src/components/ActionList/stories/ActionList.stories.d.ts +13 -0
  25. package/lib/src/components/ActionList/tests/stories/ActionList.stories.d.ts +1 -0
  26. package/lib/src/components/AgileTable/stories/AgileTable.dev.stories.d.ts +13 -0
  27. package/lib/src/components/AgileTable/stories/AgileTable.stories.d.ts +13 -0
  28. package/lib/src/components/AgileTable/stories/components/AgileTableSimpleForm.d.ts +2 -0
  29. package/lib/src/components/AppFrame/AppFrame.js +32 -0
  30. package/lib/src/components/AppFrame/AppFrame.js.map +1 -0
  31. package/lib/src/components/AppFrame/index.js +5 -0
  32. package/lib/src/components/AppFrame/index.js.map +1 -0
  33. package/lib/src/components/AppFrame/stories/AppFrame.stories.d.ts +12 -0
  34. package/lib/src/components/AppFrame/tests/stories/AppFrame.stories.d.ts +1 -0
  35. package/lib/src/components/AppProvider/AppProvider.js +17 -0
  36. package/lib/src/components/AppProvider/AppProvider.js.map +1 -0
  37. package/lib/src/components/AppProvider/index.js +5 -0
  38. package/lib/src/components/AppProvider/index.js.map +1 -0
  39. package/lib/src/components/AppProvider/stories/AppProvider.stories.d.ts +13 -0
  40. package/lib/src/components/Avatar/Avatar.js +24 -0
  41. package/lib/src/components/Avatar/Avatar.js.map +1 -0
  42. package/lib/src/components/Avatar/index.js +6 -0
  43. package/lib/src/components/Avatar/index.js.map +1 -0
  44. package/lib/src/components/Avatar/stories/Avatar.stories.d.ts +17 -0
  45. package/lib/src/components/Avatar/tests/stories/Avatar.stories.d.ts +1 -0
  46. package/lib/src/components/Backdrop/Backdrop.js +12 -0
  47. package/lib/src/components/Backdrop/Backdrop.js.map +1 -0
  48. package/lib/src/components/Backdrop/index.js +5 -0
  49. package/lib/src/components/Backdrop/index.js.map +1 -0
  50. package/lib/src/components/Badge/Badge.js +23 -0
  51. package/lib/src/components/Badge/Badge.js.map +1 -0
  52. package/lib/src/components/Badge/index.js +6 -0
  53. package/lib/src/components/Badge/index.js.map +1 -0
  54. package/lib/src/components/Box/Box.js +28 -0
  55. package/lib/src/components/Box/Box.js.map +1 -0
  56. package/lib/src/components/Box/index.js +5 -0
  57. package/lib/src/components/Box/index.js.map +1 -0
  58. package/lib/src/components/Box/stories/Box.dev.stories.d.ts +14 -0
  59. package/lib/src/components/Box/stories/Box.stories.d.ts +14 -0
  60. package/lib/src/components/Box/tests/stories/Box.stories.d.ts +1 -0
  61. package/lib/src/components/Breadcrumb/stories/Breadcrumb.stories.d.ts +13 -0
  62. package/lib/src/components/Breadcrumb/tests/stories/Breadcrumb.stories.d.ts +1 -0
  63. package/lib/src/components/Button/Button.js +21 -0
  64. package/lib/src/components/Button/Button.js.map +1 -0
  65. package/lib/src/components/Button/stories/Button.dev.stories.d.ts +14 -0
  66. package/lib/src/components/Button/stories/Button.stories.d.ts +25 -0
  67. package/lib/src/components/Button/tests/Button.test.js +7 -0
  68. package/lib/src/components/Button/tests/Button.test.js.map +1 -0
  69. package/lib/src/components/Calendar/stories/Calendar.stories.d.ts +16 -0
  70. package/lib/src/components/Card/Card.js +35 -0
  71. package/lib/src/components/Card/Card.js.map +1 -0
  72. package/lib/src/components/Card/components/CardBody/CardBody.d.ts +7 -0
  73. package/lib/src/components/Card/components/CardBody/CardBody.js +14 -0
  74. package/lib/src/components/Card/components/CardBody/CardBody.js.map +1 -0
  75. package/lib/src/components/Card/components/CardBody/index.d.ts +1 -0
  76. package/lib/src/components/Card/components/CardBody/index.js +5 -0
  77. package/lib/src/components/Card/components/CardBody/index.js.map +1 -0
  78. package/lib/src/components/Card/components/CardFooter/CardFooter.d.ts +7 -0
  79. package/lib/src/components/Card/components/CardFooter/CardFooter.js +11 -0
  80. package/lib/src/components/Card/components/CardFooter/CardFooter.js.map +1 -0
  81. package/lib/src/components/Card/components/CardFooter/index.d.ts +1 -0
  82. package/lib/src/components/Card/components/CardFooter/index.js +5 -0
  83. package/lib/src/components/Card/components/CardFooter/index.js.map +1 -0
  84. package/lib/src/components/Card/components/CardHeader/CardHeader.d.ts +12 -0
  85. package/lib/src/components/Card/components/CardHeader/CardHeader.js +20 -0
  86. package/lib/src/components/Card/components/CardHeader/CardHeader.js.map +1 -0
  87. package/lib/src/components/Card/components/CardHeader/index.d.ts +1 -0
  88. package/lib/src/components/Card/components/CardHeader/index.js +5 -0
  89. package/lib/src/components/Card/components/CardHeader/index.js.map +1 -0
  90. package/lib/src/components/Card/index.js +5 -0
  91. package/lib/src/components/Card/index.js.map +1 -0
  92. package/lib/src/components/Card/stories/Card.dev.stories.d.ts +13 -0
  93. package/lib/src/components/Card/stories/Card.stories.d.ts +14 -0
  94. package/lib/src/components/Card/tests/stories/Card.stories.d.ts +1 -0
  95. package/lib/src/components/Checkbox/Checkbox.js +32 -0
  96. package/lib/src/components/Checkbox/Checkbox.js.map +1 -0
  97. package/lib/src/components/Checkbox/index.js +5 -0
  98. package/lib/src/components/Checkbox/index.js.map +1 -0
  99. package/lib/src/components/Checkbox/stories/Checkbox.stories.d.ts +15 -0
  100. package/lib/src/components/Checkbox/tests/stories/Checkbox.stories.d.ts +1 -0
  101. package/lib/src/components/Choice/Choice.js +32 -0
  102. package/lib/src/components/Choice/Choice.js.map +1 -0
  103. package/lib/src/components/Choice/index.js +5 -0
  104. package/lib/src/components/Choice/index.js.map +1 -0
  105. package/lib/src/components/CollapsableItem/CollapsableItem.d.ts +8 -0
  106. package/lib/src/components/CollapsibleItem/stories/CollapsibleItem.dev.stories.d.ts +13 -0
  107. package/lib/src/components/CollapsibleItem/stories/CollapsibleItem.stories.d.ts +14 -0
  108. package/lib/src/components/Drawer/stories/Drawer.dev.stories.d.ts +13 -0
  109. package/lib/src/components/Drawer/stories/Drawer.stories.d.ts +17 -0
  110. package/lib/src/components/Drawer/tests/stories/Drawer.stories.d.ts +1 -0
  111. package/lib/src/components/Dropdown/stories/Dropdown.dev.stories.d.ts +11 -0
  112. package/lib/src/components/Dropdown/stories/Dropdown.stories.d.ts +17 -0
  113. package/lib/src/components/Dummy/Dummy.d.ts +4 -0
  114. package/lib/src/components/Dummy/stories/Dummy.stories.d.ts +14 -0
  115. package/lib/src/components/Form/Form.js +17 -0
  116. package/lib/src/components/Form/Form.js.map +1 -0
  117. package/lib/src/components/Form/index.js +5 -0
  118. package/lib/src/components/Form/index.js.map +1 -0
  119. package/lib/src/components/Grid/components/Col/Col.js +11 -0
  120. package/lib/src/components/Grid/components/Col/Col.js.map +1 -0
  121. package/lib/src/components/Grid/components/Col/index.js +5 -0
  122. package/lib/src/components/Grid/components/Col/index.js.map +1 -0
  123. package/lib/src/components/Grid/components/Row/Row.js +11 -0
  124. package/lib/src/components/Grid/components/Row/Row.js.map +1 -0
  125. package/lib/src/components/Grid/components/Row/index.js +5 -0
  126. package/lib/src/components/Grid/components/Row/index.js.map +1 -0
  127. package/lib/src/components/Grid/stories/Grid.stories.d.ts +13 -0
  128. package/lib/src/components/Grid/tests/Grid.stories.d.ts +1 -0
  129. package/lib/src/components/Heading/Heading.js +20 -0
  130. package/lib/src/components/Heading/Heading.js.map +1 -0
  131. package/lib/src/components/Heading/stories/Heading.stories.d.ts +19 -0
  132. package/lib/src/components/Heading/tests/stories/Heading.stories.d.ts +1 -0
  133. package/lib/src/components/Icon/Icon.js +28 -0
  134. package/lib/src/components/Icon/Icon.js.map +1 -0
  135. package/lib/src/components/Icon/iconClass.js +51 -0
  136. package/lib/src/components/Icon/iconClass.js.map +1 -0
  137. package/lib/src/components/Icon/index.js +5 -0
  138. package/lib/src/components/Icon/index.js.map +1 -0
  139. package/lib/src/components/Icon/stories/Icon.dev.stories.d.ts +13 -0
  140. package/lib/src/components/Icon/stories/Icon.stories.d.ts +15 -0
  141. package/lib/src/components/Icon/tests/stories/Icon.stories.d.ts +1 -0
  142. package/lib/src/components/Image/Image.js +20 -0
  143. package/lib/src/components/Image/Image.js.map +1 -0
  144. package/lib/src/components/Image/index.js +5 -0
  145. package/lib/src/components/Image/index.js.map +1 -0
  146. package/lib/src/components/InputFile/stories/InputFile.stories.d.ts +17 -0
  147. package/lib/src/components/InputFile/tests/stories/InputFile.stories.d.ts +1 -0
  148. package/lib/src/components/Label/Label.js +17 -0
  149. package/lib/src/components/Label/Label.js.map +1 -0
  150. package/lib/src/components/Label/index.js +5 -0
  151. package/lib/src/components/Label/index.js.map +1 -0
  152. package/lib/src/components/Labelled/Labelled.js +35 -0
  153. package/lib/src/components/Labelled/Labelled.js.map +1 -0
  154. package/lib/src/components/Labelled/index.js +5 -0
  155. package/lib/src/components/Labelled/index.js.map +1 -0
  156. package/lib/src/components/Link/Link.js +17 -0
  157. package/lib/src/components/Link/Link.js.map +1 -0
  158. package/lib/src/components/Link/index.js +5 -0
  159. package/lib/src/components/Link/index.js.map +1 -0
  160. package/lib/src/components/Loader/Loader.js +39 -0
  161. package/lib/src/components/Loader/Loader.js.map +1 -0
  162. package/lib/src/components/Loader/index.js +5 -0
  163. package/lib/src/components/Loader/index.js.map +1 -0
  164. package/lib/src/components/Loader/stories/Loader.stories.d.ts +13 -0
  165. package/lib/src/components/Modal/Modal.js +50 -0
  166. package/lib/src/components/Modal/Modal.js.map +1 -0
  167. package/lib/src/components/Modal/components/CloseButton/CloseButton.d.ts +7 -0
  168. package/lib/src/components/Modal/components/CloseButton/CloseButton.js +13 -0
  169. package/lib/src/components/Modal/components/CloseButton/CloseButton.js.map +1 -0
  170. package/lib/src/components/Modal/components/CloseButton/index.d.ts +1 -0
  171. package/lib/src/components/Modal/components/CloseButton/index.js +5 -0
  172. package/lib/src/components/Modal/components/CloseButton/index.js.map +1 -0
  173. package/lib/src/components/Modal/components/Dialog/Dialog.d.ts +11 -0
  174. package/lib/src/components/Modal/components/Dialog/Dialog.js +17 -0
  175. package/lib/src/components/Modal/components/Dialog/Dialog.js.map +1 -0
  176. package/lib/src/components/Modal/components/Dialog/index.d.ts +1 -0
  177. package/lib/src/components/Modal/components/Dialog/index.js +5 -0
  178. package/lib/src/components/Modal/components/Dialog/index.js.map +1 -0
  179. package/lib/src/components/Modal/components/Footer/Footer.d.ts +8 -0
  180. package/lib/src/components/Modal/components/Footer/Footer.js +17 -0
  181. package/lib/src/components/Modal/components/Footer/Footer.js.map +1 -0
  182. package/lib/src/components/Modal/components/Header/Header.d.ts +7 -0
  183. package/lib/src/components/Modal/components/Header/Header.js +14 -0
  184. package/lib/src/components/Modal/components/Header/Header.js.map +1 -0
  185. package/lib/src/components/Modal/components/Header/index.d.ts +1 -0
  186. package/lib/src/components/Modal/components/Header/index.js +5 -0
  187. package/lib/src/components/Modal/components/Header/index.js.map +1 -0
  188. package/lib/src/components/Modal/components/Section/Section.d.ts +7 -0
  189. package/lib/src/components/Modal/components/Section/Section.js +13 -0
  190. package/lib/src/components/Modal/components/Section/Section.js.map +1 -0
  191. package/lib/src/components/Modal/components/Section/index.d.ts +1 -0
  192. package/lib/src/components/Modal/components/Section/index.js +5 -0
  193. package/lib/src/components/Modal/components/Section/index.js.map +1 -0
  194. package/lib/src/components/Modal/components/index.d.ts +5 -0
  195. package/lib/src/components/Modal/components/index.js +13 -0
  196. package/lib/src/components/Modal/components/index.js.map +1 -0
  197. package/lib/src/components/Modal/index.js +5 -0
  198. package/lib/src/components/Modal/index.js.map +1 -0
  199. package/lib/src/components/Modal/stories/Modal.dev.stories.d.ts +13 -0
  200. package/lib/src/components/Modal/stories/Modal.stories.d.ts +13 -0
  201. package/lib/src/components/Modal/tests/stories/Modal.stories.d.ts +1 -0
  202. package/lib/src/components/MultiSelect/stories/MultiSelect.stories.d.ts +19 -0
  203. package/lib/src/components/Navigation/Navigation.js +24 -0
  204. package/lib/src/components/Navigation/Navigation.js.map +1 -0
  205. package/lib/src/components/Navigation/components/Item/Item.js +33 -0
  206. package/lib/src/components/Navigation/components/Item/Item.js.map +1 -0
  207. package/lib/src/components/Navigation/components/Item/index.js +5 -0
  208. package/lib/src/components/Navigation/components/Item/index.js.map +1 -0
  209. package/lib/src/components/Navigation/components/NavFilter/NavFilter.js +13 -0
  210. package/lib/src/components/Navigation/components/NavFilter/NavFilter.js.map +1 -0
  211. package/lib/src/components/Navigation/components/NavFilter/index.js +5 -0
  212. package/lib/src/components/Navigation/components/NavFilter/index.js.map +1 -0
  213. package/lib/src/components/Navigation/components/NavFilterItem/NavFilterItem.js +45 -0
  214. package/lib/src/components/Navigation/components/NavFilterItem/NavFilterItem.js.map +1 -0
  215. package/lib/src/components/Navigation/components/NavFilterItem/index.js +5 -0
  216. package/lib/src/components/Navigation/components/NavFilterItem/index.js.map +1 -0
  217. package/lib/src/components/Navigation/components/Section/Section.js +25 -0
  218. package/lib/src/components/Navigation/components/Section/Section.js.map +1 -0
  219. package/lib/src/components/Navigation/components/Section/index.js +5 -0
  220. package/lib/src/components/Navigation/components/Section/index.js.map +1 -0
  221. package/lib/src/components/Navigation/index.js +5 -0
  222. package/lib/src/components/Navigation/index.js.map +1 -0
  223. package/lib/src/components/Page/Page.js +26 -0
  224. package/lib/src/components/Page/Page.js.map +1 -0
  225. package/lib/src/components/Page/index.js +5 -0
  226. package/lib/src/components/Page/index.js.map +1 -0
  227. package/lib/src/components/Page/stories/Page.dev.stories.d.ts +14 -0
  228. package/lib/src/components/Page/stories/Page.stories.d.ts +15 -0
  229. package/lib/src/components/Page/tests/stories/Page.stories.d.ts +1 -0
  230. package/lib/src/components/Pagination/Pagination.js +43 -0
  231. package/lib/src/components/Pagination/Pagination.js.map +1 -0
  232. package/lib/src/components/Pagination/components/PageEllipsis/PageEllipsis.js +8 -0
  233. package/lib/src/components/Pagination/components/PageEllipsis/PageEllipsis.js.map +1 -0
  234. package/lib/src/components/Pagination/components/PageMove/PageMove.js +35 -0
  235. package/lib/src/components/Pagination/components/PageMove/PageMove.js.map +1 -0
  236. package/lib/src/components/Pagination/components/PageNumber/PageNumber.js +23 -0
  237. package/lib/src/components/Pagination/components/PageNumber/PageNumber.js.map +1 -0
  238. package/lib/src/components/Pagination/index.js +5 -0
  239. package/lib/src/components/Pagination/index.js.map +1 -0
  240. package/lib/src/components/Pagination/stories/Pagination.stories.d.ts +14 -0
  241. package/lib/src/components/Pagination/tests/stories/Pagination.stories.d.ts +1 -0
  242. package/lib/src/components/Pagination/utils/collapseRange.js +39 -0
  243. package/lib/src/components/Pagination/utils/collapseRange.js.map +1 -0
  244. package/lib/src/components/Popover/Popover.js +71 -0
  245. package/lib/src/components/Popover/Popover.js.map +1 -0
  246. package/lib/src/components/Popover/index.js +5 -0
  247. package/lib/src/components/Popover/index.js.map +1 -0
  248. package/lib/src/components/Popover/stories/Popover.stories.d.ts +15 -0
  249. package/lib/src/components/Popover/tests/stories/Popover.stories.d.ts +1 -0
  250. package/lib/src/components/Portal/Portal.js +28 -0
  251. package/lib/src/components/Portal/Portal.js.map +1 -0
  252. package/lib/src/components/Portal/index.js +5 -0
  253. package/lib/src/components/Portal/index.js.map +1 -0
  254. package/lib/src/components/ProgressIndicator/ProgressIndicator.js +23 -0
  255. package/lib/src/components/ProgressIndicator/ProgressIndicator.js.map +1 -0
  256. package/lib/src/components/ProgressIndicator/index.js +5 -0
  257. package/lib/src/components/ProgressIndicator/index.js.map +1 -0
  258. package/lib/src/components/ProgressIndicator/stories/ProgressIndicator.dev.stories.d.ts +14 -0
  259. package/lib/src/components/ProgressIndicator/stories/ProgressIndicator.stories.d.ts +14 -0
  260. package/lib/src/components/ProgressIndicator/tests/stories/ProgressIndicator.stories.d.ts +1 -0
  261. package/lib/src/components/RadioButton/RadioButton.js +31 -0
  262. package/lib/src/components/RadioButton/RadioButton.js.map +1 -0
  263. package/lib/src/components/RadioButton/index.js +5 -0
  264. package/lib/src/components/RadioButton/index.js.map +1 -0
  265. package/lib/src/components/RadioButton/stories/RadioButton.stories.d.ts +13 -0
  266. package/lib/src/components/RadioButton/tests/stories/RadioButton.stories.d.ts +1 -0
  267. package/lib/src/components/Select/Select.js +68 -0
  268. package/lib/src/components/Select/Select.js.map +1 -0
  269. package/lib/src/components/Select/index.d.ts +1 -0
  270. package/lib/src/components/Select/index.js +5 -0
  271. package/lib/src/components/Select/index.js.map +1 -0
  272. package/lib/src/components/Select/stories/Select.stories.d.ts +19 -0
  273. package/lib/src/components/Select/test/stories/Select.stories.d.ts +1 -0
  274. package/lib/src/components/Skeleton/stories/Skeleton.stories.d.ts +13 -0
  275. package/lib/src/components/Slider/stories/Slider.stories.d.ts +39 -0
  276. package/lib/src/components/Switch/stories/Switch.stories.d.ts +13 -0
  277. package/lib/src/components/Switch/tests/stories/Switch.stories.d.ts +1 -0
  278. package/lib/src/components/SwitchNew/SwitchNew.d.ts +1 -0
  279. package/lib/src/components/SwitchNew/stories/SwitchNew.stories.d.ts +13 -0
  280. package/lib/src/components/TableList/TableList.js +45 -0
  281. package/lib/src/components/TableList/TableList.js.map +1 -0
  282. package/lib/src/components/TableList/components/Cell/Cell.js +22 -0
  283. package/lib/src/components/TableList/components/Cell/Cell.js.map +1 -0
  284. package/lib/src/components/TableList/components/Cell/index.js +5 -0
  285. package/lib/src/components/TableList/components/Cell/index.js.map +1 -0
  286. package/lib/src/components/TableList/components/TableHead/TableHead.d.ts +6 -0
  287. package/lib/src/components/TableList/index.js +5 -0
  288. package/lib/src/components/TableList/index.js.map +1 -0
  289. package/lib/src/components/TableList/stories/TableList.stories.d.ts +14 -0
  290. package/lib/src/components/TableList/tests/stories/TableList.stories.d.ts +1 -0
  291. package/lib/src/components/Tabs/Tabs.js +86 -0
  292. package/lib/src/components/Tabs/Tabs.js.map +1 -0
  293. package/lib/src/components/Tabs/components/TabContent/TabContent.d.ts +9 -0
  294. package/lib/src/components/Tabs/components/TabContent/TabContent.js +21 -0
  295. package/lib/src/components/Tabs/components/TabContent/TabContent.js.map +1 -0
  296. package/lib/src/components/Tabs/components/TabContent/index.d.ts +1 -0
  297. package/lib/src/components/Tabs/components/TabContent/index.js +5 -0
  298. package/lib/src/components/Tabs/components/TabContent/index.js.map +1 -0
  299. package/lib/src/components/Tabs/components/TabItem/TabItem.d.ts +11 -0
  300. package/lib/src/components/Tabs/components/TabItem/TabItem.js +25 -0
  301. package/lib/src/components/Tabs/components/TabItem/TabItem.js.map +1 -0
  302. package/lib/src/components/Tabs/components/TabItem/index.d.ts +1 -0
  303. package/lib/src/components/Tabs/components/TabItem/index.js +5 -0
  304. package/lib/src/components/Tabs/components/TabItem/index.js.map +1 -0
  305. package/lib/src/components/Tabs/components/TabsNavigation/TabsNavigation.d.ts +10 -0
  306. package/lib/src/components/Tabs/components/TabsNavigation/TabsNavigation.js +68 -0
  307. package/lib/src/components/Tabs/components/TabsNavigation/TabsNavigation.js.map +1 -0
  308. package/lib/src/components/Tabs/components/TabsNavigation/index.d.ts +1 -0
  309. package/lib/src/components/Tabs/components/TabsNavigation/index.js +5 -0
  310. package/lib/src/components/Tabs/components/TabsNavigation/index.js.map +1 -0
  311. package/lib/src/components/Tabs/index.js +5 -0
  312. package/lib/src/components/Tabs/index.js.map +1 -0
  313. package/lib/src/components/Tabs/stories/Tabs.dev.stories.d.ts +12 -0
  314. package/lib/src/components/Tabs/stories/Tabs.stories.d.ts +16 -0
  315. package/lib/src/components/Tabs/stories/components/TabsResponsive.d.ts +2 -0
  316. package/lib/src/components/Tabs/stories/components/TabsResponsive.styles.d.ts +2 -0
  317. package/lib/src/components/Tabs/stories/components/TabsStyledOutside.d.ts +2 -0
  318. package/lib/src/components/Tabs/stories/components/TabsStyledOutside.styles.d.ts +2 -0
  319. package/lib/src/components/Tabs/tests/stories/Tabs.stories.d.ts +1 -0
  320. package/lib/src/components/Tabs/types.d.ts +54 -0
  321. package/lib/src/components/Tabs/types.js +3 -0
  322. package/lib/src/components/Tabs/types.js.map +1 -0
  323. package/lib/src/components/Tag/Tag.js +19 -0
  324. package/lib/src/components/Tag/Tag.js.map +1 -0
  325. package/lib/src/components/Tag/index.js +5 -0
  326. package/lib/src/components/Tag/index.js.map +1 -0
  327. package/lib/src/components/TextField/TextField.js +52 -0
  328. package/lib/src/components/TextField/TextField.js.map +1 -0
  329. package/lib/src/components/TextField/index.d.ts +1 -0
  330. package/lib/src/components/TextField/index.js +5 -0
  331. package/lib/src/components/TextField/index.js.map +1 -0
  332. package/lib/src/components/TextField/stories/TextField.dev.stories.d.ts +13 -0
  333. package/lib/src/components/TextField/stories/TextField.stories.d.ts +25 -0
  334. package/lib/src/components/TextField/stories/components/CompleteForm.d.ts +2 -0
  335. package/lib/src/components/TextField/stories/components/WithDatePicker.d.ts +2 -0
  336. package/lib/src/components/TextField/tests/stories/CompleteForm.d.ts +2 -0
  337. package/lib/src/components/TextField/tests/stories/TextField.stories.d.ts +1 -0
  338. package/lib/src/components/TextField/tests/stories/WithDatePicker.d.ts +2 -0
  339. package/lib/src/components/TextStyle/TextStyle.js +22 -0
  340. package/lib/src/components/TextStyle/TextStyle.js.map +1 -0
  341. package/lib/src/components/TextStyle/index.js +6 -0
  342. package/lib/src/components/TextStyle/index.js.map +1 -0
  343. package/lib/src/components/TopBar/TopBar.js +35 -0
  344. package/lib/src/components/TopBar/TopBar.js.map +1 -0
  345. package/lib/src/components/TopBar/components/Search/Search.js +28 -0
  346. package/lib/src/components/TopBar/components/Search/Search.js.map +1 -0
  347. package/lib/src/components/TopBar/components/Search/index.js +6 -0
  348. package/lib/src/components/TopBar/components/Search/index.js.map +1 -0
  349. package/lib/src/components/TopBar/components/SearchField/SearchField.js +77 -0
  350. package/lib/src/components/TopBar/components/SearchField/SearchField.js.map +1 -0
  351. package/lib/src/components/TopBar/components/SearchField/index.js +6 -0
  352. package/lib/src/components/TopBar/components/SearchField/index.js.map +1 -0
  353. package/lib/src/components/TopBar/components/UserMenu/UserMenu.js +16 -0
  354. package/lib/src/components/TopBar/components/UserMenu/UserMenu.js.map +1 -0
  355. package/lib/src/components/TopBar/components/UserMenu/index.js +6 -0
  356. package/lib/src/components/TopBar/components/UserMenu/index.js.map +1 -0
  357. package/lib/src/components/TopBar/index.js +5 -0
  358. package/lib/src/components/TopBar/index.js.map +1 -0
  359. package/lib/src/components/TopBar/stories/TopBar.stories.d.ts +13 -0
  360. package/lib/src/components/TopBar/test/stories/TopBar.stories.d.ts +1 -0
  361. package/lib/src/components/UnstyledLink/UnstyledLink.js +24 -0
  362. package/lib/src/components/UnstyledLink/UnstyledLink.js.map +1 -0
  363. package/lib/src/components/UnstyledLink/index.js +5 -0
  364. package/lib/src/components/UnstyledLink/index.js.map +1 -0
  365. package/lib/src/components/utils/breakpoints.js +15 -0
  366. package/lib/src/components/utils/breakpoints.js.map +1 -0
  367. package/lib/src/components/utils/findParentBySelector.js +20 -0
  368. package/lib/src/components/utils/findParentBySelector.js.map +1 -0
  369. package/lib/src/components/utils/idGenerator.js +7 -0
  370. package/lib/src/components/utils/idGenerator.js.map +1 -0
  371. package/lib/src/components/utils/index.js +11 -0
  372. package/lib/src/components/utils/index.js.map +1 -0
  373. package/lib/src/components/utils/setNativeValue.js +18 -0
  374. package/lib/src/components/utils/setNativeValue.js.map +1 -0
  375. package/lib/src/index.js +69 -0
  376. package/lib/src/index.js.map +1 -0
  377. package/lib/src/types.js +3 -0
  378. package/lib/src/types.js.map +1 -0
  379. package/package.json +146 -146
  380. package/src/assets/fonts/fontello/README.txt +75 -75
  381. package/src/assets/fonts/fontello/config.json +933 -933
  382. package/src/assets/fonts/fontello/css/animation.css +85 -85
  383. package/src/assets/fonts/fontello/css/fontello-codes.css +66 -66
  384. package/src/assets/fonts/fontello/css/fontello-embedded.css +119 -119
  385. package/src/assets/fonts/fontello/css/fontello-ie7-codes.css +66 -66
  386. package/src/assets/fonts/fontello/css/fontello-ie7.css +77 -77
  387. package/src/assets/fonts/fontello/css/fontello.css +122 -122
  388. package/src/assets/fonts/fontello/demo.html +402 -402
  389. package/src/assets/fonts/fontello/font/fontello.eot +0 -0
  390. package/src/assets/fonts/fontello/font/fontello.svg +141 -141
  391. package/src/assets/fonts/fontello/font/fontello.ttf +0 -0
  392. package/src/assets/fonts/fontello/font/fontello.woff +0 -0
  393. package/src/assets/fonts/fontello/font/fontello.woff2 +0 -0
  394. package/src/assets/fonts/svg/Icon/ic-chat.svg +12 -12
  395. package/src/assets/fonts/svg/Icon/ic-dollar.svg +13 -13
  396. package/src/assets/fonts/svg/Icon/ic-invoice.svg +15 -15
  397. package/src/assets/fonts/svg/Icon/ic-menu.svg +8 -8
  398. package/src/assets/fonts/svg/ic-activity.svg +8 -8
  399. package/src/assets/fonts/svg/ic-arrow-long-right.svg +48 -48
  400. package/src/assets/fonts/svg/ic-arrows.svg +9 -9
  401. package/src/assets/fonts/svg/ic-atm-card.svg +9 -9
  402. package/src/assets/fonts/svg/ic-bank-solid.svg +10 -10
  403. package/src/assets/fonts/svg/ic-bell.svg +10 -10
  404. package/src/assets/fonts/svg/ic-briefcase.svg +9 -9
  405. package/src/assets/fonts/svg/ic-calendar-alt.svg +15 -15
  406. package/src/assets/fonts/svg/ic-check-alt.svg +26 -26
  407. package/src/assets/fonts/svg/ic-check.svg +10 -10
  408. package/src/assets/fonts/svg/ic-circle-solid.svg +7 -7
  409. package/src/assets/fonts/svg/ic-circle.svg +7 -7
  410. package/src/assets/fonts/svg/ic-close.svg +9 -9
  411. package/src/assets/fonts/svg/ic-cog-solid.svg +14 -14
  412. package/src/assets/fonts/svg/ic-credit-card-solid.svg +7 -7
  413. package/src/assets/fonts/svg/ic-credit-card.svg +7 -7
  414. package/src/assets/fonts/svg/ic-database.svg +9 -9
  415. package/src/assets/fonts/svg/ic-desktop.svg +9 -9
  416. package/src/assets/fonts/svg/ic-dollar-solid.svg +10 -10
  417. package/src/assets/fonts/svg/ic-exclamation.svg +10 -10
  418. package/src/assets/fonts/svg/ic-globe.svg +9 -9
  419. package/src/assets/fonts/svg/ic-grid-solid.svg +9 -9
  420. package/src/assets/fonts/svg/ic-hash.svg +10 -10
  421. package/src/assets/fonts/svg/ic-help-circle.svg +11 -11
  422. package/src/assets/fonts/svg/ic-info.svg +10 -10
  423. package/src/assets/fonts/svg/ic-keyhole-square.svg +9 -9
  424. package/src/assets/fonts/svg/ic-lock.svg +8 -8
  425. package/src/assets/fonts/svg/ic-log-in.svg +9 -9
  426. package/src/assets/fonts/svg/ic-log-out.svg +9 -9
  427. package/src/assets/fonts/svg/ic-mail.svg +8 -8
  428. package/src/assets/fonts/svg/ic-map-pin.svg +8 -8
  429. package/src/assets/fonts/svg/ic-menu.svg +8 -8
  430. package/src/assets/fonts/svg/ic-minus.svg +6 -6
  431. package/src/assets/fonts/svg/ic-mobile-android.svg +9 -9
  432. package/src/assets/fonts/svg/ic-more.svg +27 -27
  433. package/src/assets/fonts/svg/ic-pen.svg +9 -9
  434. package/src/assets/fonts/svg/ic-phone.svg +13 -13
  435. package/src/assets/fonts/svg/ic-plus.svg +10 -10
  436. package/src/assets/fonts/svg/ic-question.svg +8 -8
  437. package/src/assets/fonts/svg/ic-search.svg +8 -8
  438. package/src/assets/fonts/svg/ic-settings.svg +27 -27
  439. package/src/assets/fonts/svg/ic-shield.svg +8 -8
  440. package/src/assets/fonts/svg/ic-shopping-cart.svg +9 -9
  441. package/src/assets/fonts/svg/ic-slash-solid.svg +7 -7
  442. package/src/assets/fonts/svg/ic-slash.svg +9 -9
  443. package/src/assets/fonts/svg/ic-sliders.svg +12 -12
  444. package/src/assets/fonts/svg/ic-store.svg +11 -11
  445. package/src/assets/fonts/svg/ic-tablet.svg +10 -10
  446. package/src/assets/fonts/svg/ic-user-circle.svg +10 -10
  447. package/src/assets/fonts/svg/ic-users.svg +21 -21
  448. package/src/assets/fonts/svg/ic-x-alt.svg +8 -8
  449. package/src/assets/styles/global/bootstrap/_alert.scss +51 -51
  450. package/src/assets/styles/global/bootstrap/_badge.scss +53 -53
  451. package/src/assets/styles/global/bootstrap/_breadcrumb.scss +41 -41
  452. package/src/assets/styles/global/bootstrap/_button-group.scss +163 -163
  453. package/src/assets/styles/global/bootstrap/_buttons.scss +140 -140
  454. package/src/assets/styles/global/bootstrap/_card.scss +311 -311
  455. package/src/assets/styles/global/bootstrap/_carousel.scss +199 -199
  456. package/src/assets/styles/global/bootstrap/_close.scss +44 -44
  457. package/src/assets/styles/global/bootstrap/_code.scss +48 -48
  458. package/src/assets/styles/global/bootstrap/_custom-forms.scss +508 -508
  459. package/src/assets/styles/global/bootstrap/_dropdown.scss +191 -191
  460. package/src/assets/styles/global/bootstrap/_forms.scss +335 -335
  461. package/src/assets/styles/global/bootstrap/_functions.scss +87 -87
  462. package/src/assets/styles/global/bootstrap/_grid.scss +52 -52
  463. package/src/assets/styles/global/bootstrap/_images.scss +42 -42
  464. package/src/assets/styles/global/bootstrap/_input-group.scss +193 -193
  465. package/src/assets/styles/global/bootstrap/_jumbotron.scss +18 -18
  466. package/src/assets/styles/global/bootstrap/_list-group.scss +121 -121
  467. package/src/assets/styles/global/bootstrap/_media.scss +8 -8
  468. package/src/assets/styles/global/bootstrap/_mixins.scss +41 -41
  469. package/src/assets/styles/global/bootstrap/_modal.scss +186 -186
  470. package/src/assets/styles/global/bootstrap/_nav.scss +120 -120
  471. package/src/assets/styles/global/bootstrap/_navbar.scss +299 -299
  472. package/src/assets/styles/global/bootstrap/_pagination.scss +78 -78
  473. package/src/assets/styles/global/bootstrap/_popover.scss +185 -185
  474. package/src/assets/styles/global/bootstrap/_print.scss +141 -141
  475. package/src/assets/styles/global/bootstrap/_progress.scss +34 -34
  476. package/src/assets/styles/global/bootstrap/_reboot.scss +462 -462
  477. package/src/assets/styles/global/bootstrap/_root.scss +19 -19
  478. package/src/assets/styles/global/bootstrap/_spinners.scss +53 -53
  479. package/src/assets/styles/global/bootstrap/_tables.scss +187 -187
  480. package/src/assets/styles/global/bootstrap/_toasts.scss +43 -43
  481. package/src/assets/styles/global/bootstrap/_tooltip.scss +117 -117
  482. package/src/assets/styles/global/bootstrap/_transitions.scss +22 -22
  483. package/src/assets/styles/global/bootstrap/_type.scss +125 -125
  484. package/src/assets/styles/global/bootstrap/_utilities.scss +16 -16
  485. package/src/assets/styles/global/bootstrap/_variables.scss +1088 -1088
  486. package/src/assets/styles/global/bootstrap/bootstrap-grid.scss +29 -29
  487. package/src/assets/styles/global/bootstrap/bootstrap-reboot.scss +12 -12
  488. package/src/assets/styles/global/bootstrap/bootstrap.scss +44 -44
  489. package/src/assets/styles/global/bootstrap/mixins/_alert.scss +13 -13
  490. package/src/assets/styles/global/bootstrap/mixins/_background-variant.scss +21 -21
  491. package/src/assets/styles/global/bootstrap/mixins/_badge.scss +11 -11
  492. package/src/assets/styles/global/bootstrap/mixins/_border-radius.scss +35 -35
  493. package/src/assets/styles/global/bootstrap/mixins/_box-shadow.scss +5 -5
  494. package/src/assets/styles/global/bootstrap/mixins/_breakpoints.scss +123 -123
  495. package/src/assets/styles/global/bootstrap/mixins/_buttons.scss +111 -111
  496. package/src/assets/styles/global/bootstrap/mixins/_caret.scss +62 -62
  497. package/src/assets/styles/global/bootstrap/mixins/_clearfix.scss +7 -7
  498. package/src/assets/styles/global/bootstrap/mixins/_float.scss +11 -11
  499. package/src/assets/styles/global/bootstrap/mixins/_forms.scss +198 -198
  500. package/src/assets/styles/global/bootstrap/mixins/_gradients.scss +45 -45
  501. package/src/assets/styles/global/bootstrap/mixins/_grid-framework.scss +66 -66
  502. package/src/assets/styles/global/bootstrap/mixins/_grid.scss +51 -51
  503. package/src/assets/styles/global/bootstrap/mixins/_hover.scss +37 -37
  504. package/src/assets/styles/global/bootstrap/mixins/_image.scss +36 -36
  505. package/src/assets/styles/global/bootstrap/mixins/_list-group.scss +21 -21
  506. package/src/assets/styles/global/bootstrap/mixins/_lists.scss +7 -7
  507. package/src/assets/styles/global/bootstrap/mixins/_nav-divider.scss +10 -10
  508. package/src/assets/styles/global/bootstrap/mixins/_pagination.scss +22 -22
  509. package/src/assets/styles/global/bootstrap/mixins/_reset-text.scss +17 -17
  510. package/src/assets/styles/global/bootstrap/mixins/_resize.scss +6 -6
  511. package/src/assets/styles/global/bootstrap/mixins/_screen-reader.scss +33 -33
  512. package/src/assets/styles/global/bootstrap/mixins/_size.scss +6 -6
  513. package/src/assets/styles/global/bootstrap/mixins/_table-row.scss +39 -39
  514. package/src/assets/styles/global/bootstrap/mixins/_text-emphasis.scss +14 -14
  515. package/src/assets/styles/global/bootstrap/mixins/_text-hide.scss +13 -13
  516. package/src/assets/styles/global/bootstrap/mixins/_text-truncate.scss +8 -8
  517. package/src/assets/styles/global/bootstrap/mixins/_transition.scss +16 -16
  518. package/src/assets/styles/global/bootstrap/mixins/_visibility.scss +7 -7
  519. package/src/assets/styles/global/bootstrap/utilities/_align.scss +8 -8
  520. package/src/assets/styles/global/bootstrap/utilities/_background.scss +19 -19
  521. package/src/assets/styles/global/bootstrap/utilities/_borders.scss +63 -63
  522. package/src/assets/styles/global/bootstrap/utilities/_clearfix.scss +3 -3
  523. package/src/assets/styles/global/bootstrap/utilities/_display.scss +38 -38
  524. package/src/assets/styles/global/bootstrap/utilities/_embed.scss +40 -40
  525. package/src/assets/styles/global/bootstrap/utilities/_flex.scss +51 -51
  526. package/src/assets/styles/global/bootstrap/utilities/_float.scss +9 -9
  527. package/src/assets/styles/global/bootstrap/utilities/_overflow.scss +5 -5
  528. package/src/assets/styles/global/bootstrap/utilities/_position.scss +32 -32
  529. package/src/assets/styles/global/bootstrap/utilities/_screenreaders.scss +11 -11
  530. package/src/assets/styles/global/bootstrap/utilities/_shadows.scss +6 -6
  531. package/src/assets/styles/global/bootstrap/utilities/_sizing.scss +20 -20
  532. package/src/assets/styles/global/bootstrap/utilities/_spacing.scss +73 -73
  533. package/src/assets/styles/global/bootstrap/utilities/_text.scss +67 -67
  534. package/src/assets/styles/global/bootstrap/utilities/_visibility.scss +11 -11
  535. package/src/assets/styles/global/core/card.scss +6 -6
  536. package/src/assets/styles/global/core/color.scss +76 -76
  537. package/src/assets/styles/global/core/status.scss +17 -17
  538. package/src/assets/styles/global/styles.scss +24 -24
  539. package/src/assets/styles/global/vendors/ant-design-grid.scss +5046 -5046
  540. package/src/assets/styles/shared/elements/scrollbar.scss +30 -30
  541. package/src/assets/styles/shared/settings/breakpoints.scss +10 -10
  542. package/src/assets/styles/shared/settings/colors.scss +80 -80
  543. package/src/assets/styles/shared/settings/depth.scss +14 -14
  544. package/src/assets/styles/shared/settings/layout.scss +10 -10
  545. package/src/assets/styles/shared/settings/typography.scss +11 -11
  546. package/src/assets/styles/shared/shared.scss +8 -8
  547. package/src/assets/styles/shared/tools/respond-to.scss +32 -32
  548. package/src/components/utils/breakpoints.ts +14 -14
  549. package/src/components/utils/browser.ts +10 -10
  550. package/src/components/utils/findParentBySelector.ts +17 -17
  551. package/src/components/utils/idGenerator.ts +4 -4
  552. package/src/components/utils/index.ts +4 -4
  553. package/src/components/utils/setNativeValue.ts +13 -13
@@ -1,67 +1,67 @@
1
-
2
- .icon-ic-trending-up { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
3
- .icon-ic-chevron-down { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
4
- .icon-ic-dollar { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
5
- .icon-ic-minus { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
6
- .icon-ic-grid { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
7
- .icon-ic-plus { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
8
- .icon-ic-package { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
9
- .icon-ic-refresh-cw { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
10
- .icon-ic-star { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
11
- .icon-ic-activity { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
12
- .icon-ic-calendar { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
13
- .icon-ic-arrow-long-right { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
14
- .icon-ic-arrows { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
15
- .icon-ic-briefcase { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
16
- .icon-ic-check-alt { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
17
- .icon-ic-dollar-1 { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
18
- .icon-ic-credit-card { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
19
- .icon-ic-exclamation { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
20
- .icon-ic-more { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
21
- .icon-ic-settings { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
22
- .icon-ic-search { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
23
- .icon-ic-slash { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
24
- .icon-ic-users { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
25
- .icon-ic-x-alt { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
26
- .icon-ic-chat { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
27
- .icon-ic-pen { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
28
- .icon-ic-mobile-android { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
29
- .icon-ic-info { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
30
- .icon-ic-help-circle { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
31
- .icon-ic-hash { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
32
- .icon-ic-grid-solid { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
33
- .icon-ic-desktop { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
34
- .icon-ic-circle { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
35
- .icon-ic-circle-solid { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
36
- .icon-ic-bell { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
37
- .icon-ic-calendar-alt { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
38
- .icon-ic-plus-1 { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
39
- .icon-ic-atm-card { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
40
- .icon-ic-globe { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
41
- .icon-ic-keyhole-square { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
42
- .icon-ic-database { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
43
- .icon-ic-cog-solid { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
44
- .icon-ic-dollar-solid { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
45
- .icon-ic-slash-solid { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
46
- .icon-ic-credit-card-solid { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
47
- .icon-ic-minus-1 { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
48
- .icon-ic-menu { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
49
- .icon-ic-invoice { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
50
- .icon-ic-user-circle { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
51
- .icon-ic-tablet { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
52
- .icon-ic-store { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
53
- .icon-ic-sliders { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
54
- .icon-ic-shopping-cart { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
55
- .icon-ic-shield { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
56
- .icon-ic-phone { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
57
- .icon-ic-map-pin { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
58
- .icon-ic-mail { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
59
- .icon-ic-log-out { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
60
- .icon-ic-log-in { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
61
- .icon-ic-lock { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
62
- .icon-ic-question { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
63
- .icon-ic-file-landscape-alt { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
64
- .icon-ic-bank-solid { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
65
- .icon-ic-check { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
66
- .icon-ic-close { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
1
+
2
+ .icon-ic-trending-up { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
3
+ .icon-ic-chevron-down { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
4
+ .icon-ic-dollar { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
5
+ .icon-ic-minus { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
6
+ .icon-ic-grid { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
7
+ .icon-ic-plus { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
8
+ .icon-ic-package { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
9
+ .icon-ic-refresh-cw { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
10
+ .icon-ic-star { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
11
+ .icon-ic-activity { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
12
+ .icon-ic-calendar { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
13
+ .icon-ic-arrow-long-right { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
14
+ .icon-ic-arrows { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
15
+ .icon-ic-briefcase { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
16
+ .icon-ic-check-alt { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
17
+ .icon-ic-dollar-1 { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
18
+ .icon-ic-credit-card { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
19
+ .icon-ic-exclamation { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
20
+ .icon-ic-more { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
21
+ .icon-ic-settings { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
22
+ .icon-ic-search { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
23
+ .icon-ic-slash { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
24
+ .icon-ic-users { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
25
+ .icon-ic-x-alt { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
26
+ .icon-ic-chat { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
27
+ .icon-ic-pen { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
28
+ .icon-ic-mobile-android { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
29
+ .icon-ic-info { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
30
+ .icon-ic-help-circle { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
31
+ .icon-ic-hash { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
32
+ .icon-ic-grid-solid { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
33
+ .icon-ic-desktop { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
34
+ .icon-ic-circle { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
35
+ .icon-ic-circle-solid { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
36
+ .icon-ic-bell { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
37
+ .icon-ic-calendar-alt { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
38
+ .icon-ic-plus-1 { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
39
+ .icon-ic-atm-card { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
40
+ .icon-ic-globe { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
41
+ .icon-ic-keyhole-square { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
42
+ .icon-ic-database { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
43
+ .icon-ic-cog-solid { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
44
+ .icon-ic-dollar-solid { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
45
+ .icon-ic-slash-solid { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
46
+ .icon-ic-credit-card-solid { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
47
+ .icon-ic-minus-1 { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
48
+ .icon-ic-menu { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
49
+ .icon-ic-invoice { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
50
+ .icon-ic-user-circle { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
51
+ .icon-ic-tablet { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
52
+ .icon-ic-store { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
53
+ .icon-ic-sliders { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
54
+ .icon-ic-shopping-cart { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
55
+ .icon-ic-shield { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
56
+ .icon-ic-phone { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
57
+ .icon-ic-map-pin { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
58
+ .icon-ic-mail { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
59
+ .icon-ic-log-out { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
60
+ .icon-ic-log-in { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
61
+ .icon-ic-lock { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
62
+ .icon-ic-question { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
63
+ .icon-ic-file-landscape-alt { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
64
+ .icon-ic-bank-solid { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
65
+ .icon-ic-check { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
66
+ .icon-ic-close { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
67
67
  .icon-ic-chevron-up { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
@@ -1,78 +1,78 @@
1
- [class^="icon-"], [class*=" icon-"] {
2
- font-family: 'fontello';
3
- font-style: normal;
4
- font-weight: normal;
5
-
6
- /* fix buttons height */
7
- line-height: 1em;
8
-
9
- /* you can be more comfortable with increased icons size */
10
- /* font-size: 120%; */
11
- }
12
-
13
- .icon-ic-trending-up { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
14
- .icon-ic-chevron-down { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
15
- .icon-ic-dollar { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
16
- .icon-ic-minus { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
17
- .icon-ic-grid { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
18
- .icon-ic-plus { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
19
- .icon-ic-package { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
20
- .icon-ic-refresh-cw { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
21
- .icon-ic-star { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
22
- .icon-ic-activity { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
23
- .icon-ic-calendar { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
24
- .icon-ic-arrow-long-right { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
25
- .icon-ic-arrows { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
26
- .icon-ic-briefcase { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
27
- .icon-ic-check-alt { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
28
- .icon-ic-dollar-1 { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
29
- .icon-ic-credit-card { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
30
- .icon-ic-exclamation { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
31
- .icon-ic-more { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
32
- .icon-ic-settings { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
33
- .icon-ic-search { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
34
- .icon-ic-slash { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
35
- .icon-ic-users { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
36
- .icon-ic-x-alt { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
37
- .icon-ic-chat { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
38
- .icon-ic-pen { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
39
- .icon-ic-mobile-android { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
40
- .icon-ic-info { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
41
- .icon-ic-help-circle { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
42
- .icon-ic-hash { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
43
- .icon-ic-grid-solid { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
44
- .icon-ic-desktop { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
45
- .icon-ic-circle { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
46
- .icon-ic-circle-solid { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
47
- .icon-ic-bell { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
48
- .icon-ic-calendar-alt { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
49
- .icon-ic-plus-1 { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
50
- .icon-ic-atm-card { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
51
- .icon-ic-globe { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
52
- .icon-ic-keyhole-square { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
53
- .icon-ic-database { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
54
- .icon-ic-cog-solid { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
55
- .icon-ic-dollar-solid { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
56
- .icon-ic-slash-solid { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
57
- .icon-ic-credit-card-solid { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
58
- .icon-ic-minus-1 { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
59
- .icon-ic-menu { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
60
- .icon-ic-invoice { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
61
- .icon-ic-user-circle { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
62
- .icon-ic-tablet { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
63
- .icon-ic-store { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
64
- .icon-ic-sliders { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
65
- .icon-ic-shopping-cart { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
66
- .icon-ic-shield { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
67
- .icon-ic-phone { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
68
- .icon-ic-map-pin { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
69
- .icon-ic-mail { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
70
- .icon-ic-log-out { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
71
- .icon-ic-log-in { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
72
- .icon-ic-lock { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
73
- .icon-ic-question { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
74
- .icon-ic-file-landscape-alt { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
75
- .icon-ic-bank-solid { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
76
- .icon-ic-check { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
77
- .icon-ic-close { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
1
+ [class^="icon-"], [class*=" icon-"] {
2
+ font-family: 'fontello';
3
+ font-style: normal;
4
+ font-weight: normal;
5
+
6
+ /* fix buttons height */
7
+ line-height: 1em;
8
+
9
+ /* you can be more comfortable with increased icons size */
10
+ /* font-size: 120%; */
11
+ }
12
+
13
+ .icon-ic-trending-up { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
14
+ .icon-ic-chevron-down { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
15
+ .icon-ic-dollar { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
16
+ .icon-ic-minus { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
17
+ .icon-ic-grid { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
18
+ .icon-ic-plus { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
19
+ .icon-ic-package { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
20
+ .icon-ic-refresh-cw { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
21
+ .icon-ic-star { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
22
+ .icon-ic-activity { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
23
+ .icon-ic-calendar { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
24
+ .icon-ic-arrow-long-right { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
25
+ .icon-ic-arrows { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
26
+ .icon-ic-briefcase { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
27
+ .icon-ic-check-alt { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
28
+ .icon-ic-dollar-1 { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
29
+ .icon-ic-credit-card { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
30
+ .icon-ic-exclamation { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
31
+ .icon-ic-more { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
32
+ .icon-ic-settings { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
33
+ .icon-ic-search { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
34
+ .icon-ic-slash { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
35
+ .icon-ic-users { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
36
+ .icon-ic-x-alt { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
37
+ .icon-ic-chat { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
38
+ .icon-ic-pen { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
39
+ .icon-ic-mobile-android { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
40
+ .icon-ic-info { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
41
+ .icon-ic-help-circle { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
42
+ .icon-ic-hash { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
43
+ .icon-ic-grid-solid { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
44
+ .icon-ic-desktop { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
45
+ .icon-ic-circle { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
46
+ .icon-ic-circle-solid { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
47
+ .icon-ic-bell { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
48
+ .icon-ic-calendar-alt { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
49
+ .icon-ic-plus-1 { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
50
+ .icon-ic-atm-card { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
51
+ .icon-ic-globe { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
52
+ .icon-ic-keyhole-square { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
53
+ .icon-ic-database { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
54
+ .icon-ic-cog-solid { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
55
+ .icon-ic-dollar-solid { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
56
+ .icon-ic-slash-solid { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
57
+ .icon-ic-credit-card-solid { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
58
+ .icon-ic-minus-1 { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
59
+ .icon-ic-menu { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
60
+ .icon-ic-invoice { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
61
+ .icon-ic-user-circle { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
62
+ .icon-ic-tablet { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
63
+ .icon-ic-store { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
64
+ .icon-ic-sliders { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
65
+ .icon-ic-shopping-cart { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
66
+ .icon-ic-shield { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
67
+ .icon-ic-phone { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
68
+ .icon-ic-map-pin { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
69
+ .icon-ic-mail { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
70
+ .icon-ic-log-out { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
71
+ .icon-ic-log-in { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
72
+ .icon-ic-lock { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
73
+ .icon-ic-question { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
74
+ .icon-ic-file-landscape-alt { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
75
+ .icon-ic-bank-solid { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
76
+ .icon-ic-check { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
77
+ .icon-ic-close { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
78
78
  .icon-ic-chevron-up { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
@@ -1,123 +1,123 @@
1
- @font-face {
2
- font-family: 'fontello';
3
- src: url('../font/fontello.eot?47629514');
4
- src: url('../font/fontello.eot?47629514#iefix') format('embedded-opentype'),
5
- url('../font/fontello.woff2?47629514') format('woff2'),
6
- url('../font/fontello.woff?47629514') format('woff'),
7
- url('../font/fontello.ttf?47629514') format('truetype'),
8
- url('../font/fontello.svg?47629514#fontello') format('svg');
9
- font-weight: normal;
10
- font-style: normal;
11
- }
12
- /* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
13
- /* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
14
- /*
15
- @media screen and (-webkit-min-device-pixel-ratio:0) {
16
- @font-face {
17
- font-family: 'fontello';
18
- src: url('../font/fontello.svg?47629514#fontello') format('svg');
19
- }
20
- }
21
- */
22
-
23
- [class^="icon-"]:before, [class*=" icon-"]:before {
24
- font-family: "fontello";
25
- font-style: normal;
26
- font-weight: normal;
27
- speak: none;
28
-
29
- display: inline-block;
30
- text-decoration: inherit;
31
- width: 1em;
32
- margin-right: .2em;
33
- text-align: center;
34
- /* opacity: .8; */
35
-
36
- /* For safety - reset parent styles, that can break glyph codes*/
37
- font-variant: normal;
38
- text-transform: none;
39
-
40
- /* fix buttons height, for twitter bootstrap */
41
- line-height: 1em;
42
-
43
- /* Animation center compensation - margins should be symmetric */
44
- /* remove if not needed */
45
- margin-left: .2em;
46
-
47
- /* you can be more comfortable with increased icons size */
48
- /* font-size: 120%; */
49
-
50
- /* Font smoothing. That was taken from TWBS */
51
- -webkit-font-smoothing: antialiased;
52
- -moz-osx-font-smoothing: grayscale;
53
-
54
- /* Uncomment for 3D effect */
55
- /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
56
- }
57
-
58
- .icon-ic-trending-up:before { content: '\e800'; } /* '' */
59
- .icon-ic-chevron-down:before { content: '\e801'; } /* '' */
60
- .icon-ic-dollar:before { content: '\e802'; } /* '' */
61
- .icon-ic-minus:before { content: '\e803'; } /* '' */
62
- .icon-ic-grid:before { content: '\e804'; } /* '' */
63
- .icon-ic-plus:before { content: '\e805'; } /* '' */
64
- .icon-ic-package:before { content: '\e806'; } /* '' */
65
- .icon-ic-refresh-cw:before { content: '\e807'; } /* '' */
66
- .icon-ic-star:before { content: '\e808'; } /* '' */
67
- .icon-ic-activity:before { content: '\e809'; } /* '' */
68
- .icon-ic-calendar:before { content: '\e80a'; } /* '' */
69
- .icon-ic-arrow-long-right:before { content: '\e80b'; } /* '' */
70
- .icon-ic-arrows:before { content: '\e80c'; } /* '' */
71
- .icon-ic-briefcase:before { content: '\e80d'; } /* '' */
72
- .icon-ic-check-alt:before { content: '\e80e'; } /* '' */
73
- .icon-ic-dollar-1:before { content: '\e80f'; } /* '' */
74
- .icon-ic-credit-card:before { content: '\e810'; } /* '' */
75
- .icon-ic-exclamation:before { content: '\e811'; } /* '' */
76
- .icon-ic-more:before { content: '\e812'; } /* '' */
77
- .icon-ic-settings:before { content: '\e813'; } /* '' */
78
- .icon-ic-search:before { content: '\e814'; } /* '' */
79
- .icon-ic-slash:before { content: '\e815'; } /* '' */
80
- .icon-ic-users:before { content: '\e816'; } /* '' */
81
- .icon-ic-x-alt:before { content: '\e817'; } /* '' */
82
- .icon-ic-chat:before { content: '\e818'; } /* '' */
83
- .icon-ic-pen:before { content: '\e819'; } /* '' */
84
- .icon-ic-mobile-android:before { content: '\e81a'; } /* '' */
85
- .icon-ic-info:before { content: '\e81b'; } /* '' */
86
- .icon-ic-help-circle:before { content: '\e81c'; } /* '' */
87
- .icon-ic-hash:before { content: '\e81d'; } /* '' */
88
- .icon-ic-grid-solid:before { content: '\e81e'; } /* '' */
89
- .icon-ic-desktop:before { content: '\e81f'; } /* '' */
90
- .icon-ic-circle:before { content: '\e820'; } /* '' */
91
- .icon-ic-circle-solid:before { content: '\e821'; } /* '' */
92
- .icon-ic-bell:before { content: '\e822'; } /* '' */
93
- .icon-ic-calendar-alt:before { content: '\e823'; } /* '' */
94
- .icon-ic-plus-1:before { content: '\e824'; } /* '' */
95
- .icon-ic-atm-card:before { content: '\e825'; } /* '' */
96
- .icon-ic-globe:before { content: '\e826'; } /* '' */
97
- .icon-ic-keyhole-square:before { content: '\e827'; } /* '' */
98
- .icon-ic-database:before { content: '\e828'; } /* '' */
99
- .icon-ic-cog-solid:before { content: '\e829'; } /* '' */
100
- .icon-ic-dollar-solid:before { content: '\e82a'; } /* '' */
101
- .icon-ic-slash-solid:before { content: '\e82b'; } /* '' */
102
- .icon-ic-credit-card-solid:before { content: '\e82c'; } /* '' */
103
- .icon-ic-minus-1:before { content: '\e82d'; } /* '' */
104
- .icon-ic-menu:before { content: '\e82e'; } /* '' */
105
- .icon-ic-invoice:before { content: '\e82f'; } /* '' */
106
- .icon-ic-user-circle:before { content: '\e830'; } /* '' */
107
- .icon-ic-tablet:before { content: '\e831'; } /* '' */
108
- .icon-ic-store:before { content: '\e832'; } /* '' */
109
- .icon-ic-sliders:before { content: '\e833'; } /* '' */
110
- .icon-ic-shopping-cart:before { content: '\e834'; } /* '' */
111
- .icon-ic-shield:before { content: '\e835'; } /* '' */
112
- .icon-ic-phone:before { content: '\e836'; } /* '' */
113
- .icon-ic-map-pin:before { content: '\e837'; } /* '' */
114
- .icon-ic-mail:before { content: '\e838'; } /* '' */
115
- .icon-ic-log-out:before { content: '\e839'; } /* '' */
116
- .icon-ic-log-in:before { content: '\e83a'; } /* '' */
117
- .icon-ic-lock:before { content: '\e83b'; } /* '' */
118
- .icon-ic-question:before { content: '\e83c'; } /* '' */
119
- .icon-ic-file-landscape-alt:before { content: '\e83d'; } /* '' */
120
- .icon-ic-bank-solid:before { content: '\e83e'; } /* '' */
121
- .icon-ic-check:before { content: '\e83f'; } /* '' */
122
- .icon-ic-close:before { content: '\e840'; } /* '' */
1
+ @font-face {
2
+ font-family: 'fontello';
3
+ src: url('../font/fontello.eot?47629514');
4
+ src: url('../font/fontello.eot?47629514#iefix') format('embedded-opentype'),
5
+ url('../font/fontello.woff2?47629514') format('woff2'),
6
+ url('../font/fontello.woff?47629514') format('woff'),
7
+ url('../font/fontello.ttf?47629514') format('truetype'),
8
+ url('../font/fontello.svg?47629514#fontello') format('svg');
9
+ font-weight: normal;
10
+ font-style: normal;
11
+ }
12
+ /* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
13
+ /* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
14
+ /*
15
+ @media screen and (-webkit-min-device-pixel-ratio:0) {
16
+ @font-face {
17
+ font-family: 'fontello';
18
+ src: url('../font/fontello.svg?47629514#fontello') format('svg');
19
+ }
20
+ }
21
+ */
22
+
23
+ [class^="icon-"]:before, [class*=" icon-"]:before {
24
+ font-family: "fontello";
25
+ font-style: normal;
26
+ font-weight: normal;
27
+ speak: none;
28
+
29
+ display: inline-block;
30
+ text-decoration: inherit;
31
+ width: 1em;
32
+ margin-right: .2em;
33
+ text-align: center;
34
+ /* opacity: .8; */
35
+
36
+ /* For safety - reset parent styles, that can break glyph codes*/
37
+ font-variant: normal;
38
+ text-transform: none;
39
+
40
+ /* fix buttons height, for twitter bootstrap */
41
+ line-height: 1em;
42
+
43
+ /* Animation center compensation - margins should be symmetric */
44
+ /* remove if not needed */
45
+ margin-left: .2em;
46
+
47
+ /* you can be more comfortable with increased icons size */
48
+ /* font-size: 120%; */
49
+
50
+ /* Font smoothing. That was taken from TWBS */
51
+ -webkit-font-smoothing: antialiased;
52
+ -moz-osx-font-smoothing: grayscale;
53
+
54
+ /* Uncomment for 3D effect */
55
+ /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
56
+ }
57
+
58
+ .icon-ic-trending-up:before { content: '\e800'; } /* '' */
59
+ .icon-ic-chevron-down:before { content: '\e801'; } /* '' */
60
+ .icon-ic-dollar:before { content: '\e802'; } /* '' */
61
+ .icon-ic-minus:before { content: '\e803'; } /* '' */
62
+ .icon-ic-grid:before { content: '\e804'; } /* '' */
63
+ .icon-ic-plus:before { content: '\e805'; } /* '' */
64
+ .icon-ic-package:before { content: '\e806'; } /* '' */
65
+ .icon-ic-refresh-cw:before { content: '\e807'; } /* '' */
66
+ .icon-ic-star:before { content: '\e808'; } /* '' */
67
+ .icon-ic-activity:before { content: '\e809'; } /* '' */
68
+ .icon-ic-calendar:before { content: '\e80a'; } /* '' */
69
+ .icon-ic-arrow-long-right:before { content: '\e80b'; } /* '' */
70
+ .icon-ic-arrows:before { content: '\e80c'; } /* '' */
71
+ .icon-ic-briefcase:before { content: '\e80d'; } /* '' */
72
+ .icon-ic-check-alt:before { content: '\e80e'; } /* '' */
73
+ .icon-ic-dollar-1:before { content: '\e80f'; } /* '' */
74
+ .icon-ic-credit-card:before { content: '\e810'; } /* '' */
75
+ .icon-ic-exclamation:before { content: '\e811'; } /* '' */
76
+ .icon-ic-more:before { content: '\e812'; } /* '' */
77
+ .icon-ic-settings:before { content: '\e813'; } /* '' */
78
+ .icon-ic-search:before { content: '\e814'; } /* '' */
79
+ .icon-ic-slash:before { content: '\e815'; } /* '' */
80
+ .icon-ic-users:before { content: '\e816'; } /* '' */
81
+ .icon-ic-x-alt:before { content: '\e817'; } /* '' */
82
+ .icon-ic-chat:before { content: '\e818'; } /* '' */
83
+ .icon-ic-pen:before { content: '\e819'; } /* '' */
84
+ .icon-ic-mobile-android:before { content: '\e81a'; } /* '' */
85
+ .icon-ic-info:before { content: '\e81b'; } /* '' */
86
+ .icon-ic-help-circle:before { content: '\e81c'; } /* '' */
87
+ .icon-ic-hash:before { content: '\e81d'; } /* '' */
88
+ .icon-ic-grid-solid:before { content: '\e81e'; } /* '' */
89
+ .icon-ic-desktop:before { content: '\e81f'; } /* '' */
90
+ .icon-ic-circle:before { content: '\e820'; } /* '' */
91
+ .icon-ic-circle-solid:before { content: '\e821'; } /* '' */
92
+ .icon-ic-bell:before { content: '\e822'; } /* '' */
93
+ .icon-ic-calendar-alt:before { content: '\e823'; } /* '' */
94
+ .icon-ic-plus-1:before { content: '\e824'; } /* '' */
95
+ .icon-ic-atm-card:before { content: '\e825'; } /* '' */
96
+ .icon-ic-globe:before { content: '\e826'; } /* '' */
97
+ .icon-ic-keyhole-square:before { content: '\e827'; } /* '' */
98
+ .icon-ic-database:before { content: '\e828'; } /* '' */
99
+ .icon-ic-cog-solid:before { content: '\e829'; } /* '' */
100
+ .icon-ic-dollar-solid:before { content: '\e82a'; } /* '' */
101
+ .icon-ic-slash-solid:before { content: '\e82b'; } /* '' */
102
+ .icon-ic-credit-card-solid:before { content: '\e82c'; } /* '' */
103
+ .icon-ic-minus-1:before { content: '\e82d'; } /* '' */
104
+ .icon-ic-menu:before { content: '\e82e'; } /* '' */
105
+ .icon-ic-invoice:before { content: '\e82f'; } /* '' */
106
+ .icon-ic-user-circle:before { content: '\e830'; } /* '' */
107
+ .icon-ic-tablet:before { content: '\e831'; } /* '' */
108
+ .icon-ic-store:before { content: '\e832'; } /* '' */
109
+ .icon-ic-sliders:before { content: '\e833'; } /* '' */
110
+ .icon-ic-shopping-cart:before { content: '\e834'; } /* '' */
111
+ .icon-ic-shield:before { content: '\e835'; } /* '' */
112
+ .icon-ic-phone:before { content: '\e836'; } /* '' */
113
+ .icon-ic-map-pin:before { content: '\e837'; } /* '' */
114
+ .icon-ic-mail:before { content: '\e838'; } /* '' */
115
+ .icon-ic-log-out:before { content: '\e839'; } /* '' */
116
+ .icon-ic-log-in:before { content: '\e83a'; } /* '' */
117
+ .icon-ic-lock:before { content: '\e83b'; } /* '' */
118
+ .icon-ic-question:before { content: '\e83c'; } /* '' */
119
+ .icon-ic-file-landscape-alt:before { content: '\e83d'; } /* '' */
120
+ .icon-ic-bank-solid:before { content: '\e83e'; } /* '' */
121
+ .icon-ic-check:before { content: '\e83f'; } /* '' */
122
+ .icon-ic-close:before { content: '\e840'; } /* '' */
123
123
  .icon-ic-chevron-up:before { content: '\e841'; } /* '' */