linear-react-components-ui 1.1.25-rc.2 → 1.1.26-beta-1

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 (741) hide show
  1. package/lib/@types/Align.d.ts +2 -4
  2. package/lib/@types/ButtonTypes.d.ts +1 -3
  3. package/lib/@types/ColorStyles.d.ts +1 -3
  4. package/lib/@types/DataCombo.d.ts +1 -3
  5. package/lib/@types/Icon.d.ts +2 -5
  6. package/lib/@types/LabelStyles.d.ts +1 -3
  7. package/lib/@types/Period.d.ts +1 -3
  8. package/lib/@types/PermissionAttr.d.ts +2 -4
  9. package/lib/@types/PointerEvents.d.ts +1 -3
  10. package/lib/@types/Position.d.ts +1 -3
  11. package/lib/@types/PositionAlert.d.ts +1 -3
  12. package/lib/@types/Size.d.ts +1 -3
  13. package/lib/@types/SizePixels.d.ts +1 -3
  14. package/lib/@types/StorageMock.d.ts +1 -3
  15. package/lib/alerts/AlertContainer.d.ts +2 -8
  16. package/lib/alerts/AlertContainer.js +55 -71
  17. package/lib/alerts/AlertProvider.d.ts +3 -9
  18. package/lib/alerts/AlertProvider.js +32 -65
  19. package/lib/alerts/BaseAlert.d.ts +3 -9
  20. package/lib/alerts/BaseAlert.js +15 -31
  21. package/lib/alerts/Message.d.ts +3 -9
  22. package/lib/alerts/Message.js +65 -112
  23. package/lib/alerts/alert.spec.d.ts +0 -0
  24. package/lib/alerts/helpers.d.ts +3 -9
  25. package/lib/alerts/helpers.js +5 -9
  26. package/lib/alerts/index.d.ts +4 -11
  27. package/lib/alerts/index.js +6 -16
  28. package/lib/alerts/types.d.ts +10 -14
  29. package/lib/alerts/withAlert.d.ts +4 -9
  30. package/lib/alerts/withAlert.js +9 -23
  31. package/lib/assets/BaseAlert.css +1 -0
  32. package/lib/assets/Content.css +1 -0
  33. package/lib/assets/DefaultFile.css +1 -0
  34. package/lib/assets/Drawer.css +1 -0
  35. package/lib/assets/InputTextBase.css +1 -0
  36. package/lib/assets/button.css +1 -0
  37. package/lib/assets/gridlayout.css +1 -0
  38. package/lib/assets/index.css +1 -0
  39. package/lib/assets/index10.css +1 -0
  40. package/lib/assets/index11.css +1 -0
  41. package/lib/assets/index12.css +1 -0
  42. package/lib/assets/index13.css +1 -0
  43. package/lib/assets/index14.css +1 -0
  44. package/lib/assets/index15.css +1 -0
  45. package/lib/assets/index16.css +1 -0
  46. package/lib/assets/index17.css +1 -0
  47. package/lib/assets/index18.css +1 -0
  48. package/lib/assets/index19.css +1 -0
  49. package/lib/assets/index2.css +1 -0
  50. package/lib/assets/index20.css +1 -0
  51. package/lib/assets/index21.css +1 -0
  52. package/lib/assets/index22.css +1 -0
  53. package/lib/assets/index23.css +1 -0
  54. package/lib/assets/index24.css +1 -0
  55. package/lib/assets/index25.css +1 -0
  56. package/lib/assets/index26.css +1 -0
  57. package/lib/assets/index27.css +1 -0
  58. package/lib/assets/index28.css +1 -0
  59. package/lib/assets/index29.css +1 -0
  60. package/lib/assets/index3.css +1 -0
  61. package/lib/assets/index4.css +1 -0
  62. package/lib/assets/index5.css +1 -0
  63. package/lib/assets/index6.css +1 -0
  64. package/lib/assets/index7.css +1 -0
  65. package/lib/assets/index8.css +1 -0
  66. package/lib/assets/index9.css +1 -0
  67. package/lib/assets/label.css +1 -0
  68. package/lib/assets/noPermission.css +1 -0
  69. package/lib/assets/panel.css +1 -0
  70. package/lib/assets/radio.css +1 -0
  71. package/lib/assets/skeleton.css +1 -0
  72. package/lib/assets/table.css +1 -0
  73. package/lib/assets/tabs.css +1 -0
  74. package/lib/assets/toolbar.css +1 -0
  75. package/lib/assets/withDropdown.css +1 -0
  76. package/lib/avatar/avatar.spec.d.ts +1 -0
  77. package/lib/avatar/index.d.ts +3 -9
  78. package/lib/avatar/index.js +75 -89
  79. package/lib/avatar/types.d.ts +4 -8
  80. package/lib/badge/badge.spec.d.ts +1 -0
  81. package/lib/badge/index.d.ts +3 -6
  82. package/lib/badge/index.js +24 -28
  83. package/lib/badge/types.d.ts +1 -4
  84. package/lib/buttons/ActivateButton.d.ts +3 -11
  85. package/lib/buttons/ActivateButton.js +6 -14
  86. package/lib/buttons/AddButton.d.ts +3 -11
  87. package/lib/buttons/AddButton.js +7 -18
  88. package/lib/buttons/Button.d.ts +3 -11
  89. package/lib/buttons/Button.js +7 -22
  90. package/lib/buttons/ButtonGroups.d.ts +2 -4
  91. package/lib/buttons/ButtonGroups.js +4 -16
  92. package/lib/buttons/CancelButton.d.ts +3 -11
  93. package/lib/buttons/CancelButton.js +5 -22
  94. package/lib/buttons/DangerButton.d.ts +3 -11
  95. package/lib/buttons/DangerButton.js +5 -22
  96. package/lib/buttons/DefaultButton.d.ts +3 -11
  97. package/lib/buttons/DefaultButton.js +123 -171
  98. package/lib/buttons/DestroyButton.d.ts +3 -11
  99. package/lib/buttons/DestroyButton.js +6 -21
  100. package/lib/buttons/EditButton.d.ts +3 -11
  101. package/lib/buttons/EditButton.js +6 -14
  102. package/lib/buttons/InactivateButton.d.ts +3 -11
  103. package/lib/buttons/InactivateButton.js +6 -14
  104. package/lib/buttons/InfoButton.d.ts +3 -11
  105. package/lib/buttons/InfoButton.js +5 -22
  106. package/lib/buttons/PrimaryButton.d.ts +3 -11
  107. package/lib/buttons/PrimaryButton.js +5 -22
  108. package/lib/buttons/RestoreButton.d.ts +3 -11
  109. package/lib/buttons/RestoreButton.js +6 -14
  110. package/lib/buttons/SaveButton.d.ts +3 -11
  111. package/lib/buttons/SaveButton.js +5 -22
  112. package/lib/buttons/SuccessButton.d.ts +3 -11
  113. package/lib/buttons/SuccessButton.js +5 -22
  114. package/lib/buttons/WarningButton.d.ts +3 -11
  115. package/lib/buttons/WarningButton.js +5 -22
  116. package/lib/buttons/button_container/index.d.ts +4 -6
  117. package/lib/buttons/button_container/index.js +16 -28
  118. package/lib/buttons/buttons.spec.d.ts +0 -0
  119. package/lib/buttons/index.d.ts +17 -26
  120. package/lib/buttons/index.js +33 -108
  121. package/lib/buttons/split_button/index.d.ts +3 -11
  122. package/lib/buttons/split_button/index.js +56 -59
  123. package/lib/buttons/types.d.ts +8 -15
  124. package/lib/calendar/DangerCalendar.d.ts +3 -8
  125. package/lib/calendar/DangerCalendar.js +5 -17
  126. package/lib/calendar/InfoCalendar.d.ts +3 -8
  127. package/lib/calendar/InfoCalendar.js +5 -17
  128. package/lib/calendar/PrimaryCalendar.d.ts +3 -8
  129. package/lib/calendar/PrimaryCalendar.js +5 -17
  130. package/lib/calendar/SuccessCalendar.d.ts +3 -8
  131. package/lib/calendar/SuccessCalendar.js +5 -17
  132. package/lib/calendar/WarningCalendar.d.ts +3 -8
  133. package/lib/calendar/WarningCalendar.js +5 -17
  134. package/lib/calendar/base/Day.d.ts +3 -0
  135. package/lib/calendar/base/Day.js +27 -0
  136. package/lib/calendar/base/Month.d.ts +3 -0
  137. package/lib/calendar/base/Month.js +25 -0
  138. package/lib/calendar/base/Week.d.ts +3 -0
  139. package/lib/calendar/base/Week.js +23 -0
  140. package/lib/calendar/base/helpers.d.ts +15 -18
  141. package/lib/calendar/base/helpers.js +87 -96
  142. package/lib/calendar/base/index.d.ts +3 -8
  143. package/lib/calendar/base/index.js +100 -195
  144. package/lib/calendar/calendar.spec.d.ts +0 -0
  145. package/lib/calendar/index.d.ts +8 -14
  146. package/lib/calendar/index.js +14 -44
  147. package/lib/calendar/types.d.ts +5 -8
  148. package/lib/checkbox/checkbox.spec.d.ts +1 -0
  149. package/lib/checkbox/index.d.ts +4 -8
  150. package/lib/checkbox/index.js +31 -145
  151. package/lib/checkbox/types.d.ts +5 -7
  152. package/lib/chunks/index.CmrLK9Qe.js +675 -0
  153. package/lib/chunks/index.D5f6Ow9V.js +89 -0
  154. package/lib/chunks/index.Da--18GT.js +669 -0
  155. package/lib/chunks/index.yztgndLc.js +206 -0
  156. package/lib/chunks/jsx-runtime.CYK1ROHF.js +445 -0
  157. package/lib/chunks/tabs.Cvj2MJH6.js +246 -0
  158. package/lib/chunks/v1.CDXKvGzE.js +41 -0
  159. package/lib/dialog/Alert.d.ts +3 -9
  160. package/lib/dialog/Alert.js +22 -31
  161. package/lib/dialog/Custom.d.ts +3 -9
  162. package/lib/dialog/Custom.js +31 -54
  163. package/lib/dialog/Error.d.ts +3 -9
  164. package/lib/dialog/Error.js +22 -31
  165. package/lib/dialog/Information.d.ts +3 -9
  166. package/lib/dialog/Information.js +22 -31
  167. package/lib/dialog/Question.d.ts +3 -9
  168. package/lib/dialog/Question.js +59 -58
  169. package/lib/dialog/Warning.d.ts +3 -9
  170. package/lib/dialog/Warning.js +22 -31
  171. package/lib/dialog/base/Content.d.ts +3 -9
  172. package/lib/dialog/base/Content.js +5 -22
  173. package/lib/dialog/base/Footer.d.ts +3 -9
  174. package/lib/dialog/base/Footer.js +5 -12
  175. package/lib/dialog/base/Header.d.ts +3 -9
  176. package/lib/dialog/base/Header.js +6 -57
  177. package/lib/dialog/base/index.d.ts +5 -10
  178. package/lib/dialog/base/index.js +8 -210
  179. package/lib/dialog/base/style.d.ts +7 -0
  180. package/lib/dialog/dialog.spec.d.ts +0 -0
  181. package/lib/dialog/form/index.d.ts +5 -10
  182. package/lib/dialog/form/index.js +14 -84
  183. package/lib/dialog/index.d.ts +9 -16
  184. package/lib/dialog/index.js +16 -51
  185. package/lib/dialog/types.d.ts +16 -21
  186. package/lib/dialog/wizard/index.d.ts +9 -13
  187. package/lib/dialog/wizard/index.js +14 -80
  188. package/lib/dialog/wizard/progressbar.d.ts +2 -5
  189. package/lib/dialog/wizard/progressbar.js +5 -38
  190. package/lib/dialog/wizard/step.d.ts +2 -9
  191. package/lib/dialog/wizard/step.js +5 -22
  192. package/lib/dialog/wizard/useWizard.d.ts +2 -9
  193. package/lib/dialog/wizard/useWizard.js +26 -42
  194. package/lib/dialog/wizard/wizard.spec.d.ts +0 -0
  195. package/lib/drawer/Content.d.ts +3 -10
  196. package/lib/drawer/Content.js +10 -25
  197. package/lib/drawer/Drawer.d.ts +4 -10
  198. package/lib/drawer/Drawer.js +68 -142
  199. package/lib/drawer/Drawer.spec.d.ts +1 -0
  200. package/lib/drawer/Header.d.ts +3 -10
  201. package/lib/drawer/Header.js +40 -73
  202. package/lib/drawer/helpers.d.ts +4 -10
  203. package/lib/drawer/helpers.js +5 -10
  204. package/lib/drawer/index.d.ts +5 -12
  205. package/lib/drawer/index.js +10 -25
  206. package/lib/drawer/types.d.ts +7 -12
  207. package/lib/dropdown/Popup.d.ts +3 -6
  208. package/lib/dropdown/Popup.js +45 -86
  209. package/lib/dropdown/dropdown.spec.d.ts +1 -0
  210. package/lib/dropdown/helper.d.ts +2 -4
  211. package/lib/dropdown/helper.js +7 -15
  212. package/lib/dropdown/types.d.ts +7 -10
  213. package/lib/dropdown/withDropdown.d.ts +7 -8
  214. package/lib/dropdown/withDropdown.js +50 -88
  215. package/lib/fieldset/fieldset.spec.d.ts +1 -0
  216. package/lib/fieldset/index.d.ts +3 -8
  217. package/lib/fieldset/index.js +49 -81
  218. package/lib/fieldset/types.d.ts +5 -8
  219. package/lib/form/Field.d.ts +2 -14
  220. package/lib/form/Field.js +66 -129
  221. package/lib/form/FieldArray.d.ts +2 -14
  222. package/lib/form/FieldArray.js +83 -96
  223. package/lib/form/FieldNumber.d.ts +2 -14
  224. package/lib/form/FieldNumber.js +42 -75
  225. package/lib/form/FieldPeriod.d.ts +2 -14
  226. package/lib/form/FieldPeriod.js +57 -94
  227. package/lib/form/form.spec.d.ts +0 -0
  228. package/lib/form/helpers.d.ts +8 -19
  229. package/lib/form/helpers.js +23 -48
  230. package/lib/form/index.d.ts +8 -18
  231. package/lib/form/index.js +153 -299
  232. package/lib/form/types.d.ts +23 -45
  233. package/lib/form/withFieldHOC.d.ts +4 -14
  234. package/lib/form/withFieldHOC.js +47 -67
  235. package/lib/form/withFormSecurity.d.ts +6 -15
  236. package/lib/form/withFormSecurity.js +31 -53
  237. package/lib/gridlayout/GridCol.d.ts +3 -6
  238. package/lib/gridlayout/GridCol.js +24 -32
  239. package/lib/gridlayout/GridRow.d.ts +3 -6
  240. package/lib/gridlayout/GridRow.js +22 -32
  241. package/lib/gridlayout/gridLayout.spec.d.ts +1 -0
  242. package/lib/gridlayout/index.d.ts +4 -8
  243. package/lib/gridlayout/index.js +6 -16
  244. package/lib/gridlayout/types.d.ts +3 -6
  245. package/lib/hint/helpers.d.ts +1 -3
  246. package/lib/hint/helpers.js +8 -21
  247. package/lib/hint/hint.spec.d.ts +1 -0
  248. package/lib/hint/index.d.ts +3 -7
  249. package/lib/hint/index.js +25 -33
  250. package/lib/hint/types.d.ts +2 -5
  251. package/lib/icons/helper.d.ts +1 -2
  252. package/lib/icons/helper.js +748 -324
  253. package/lib/icons/icons.spec.d.ts +1 -0
  254. package/lib/icons/index.d.ts +3 -12
  255. package/lib/icons/index.js +58 -70
  256. package/lib/icons/types.d.ts +8 -11
  257. package/lib/index.d.ts +10 -39
  258. package/lib/index.js +27 -69
  259. package/lib/inputs/base/InputTextBase.d.ts +3 -11
  260. package/lib/inputs/base/InputTextBase.js +259 -257
  261. package/lib/inputs/base/Label.d.ts +3 -11
  262. package/lib/inputs/base/Label.js +30 -33
  263. package/lib/inputs/base/base.spec.d.ts +1 -0
  264. package/lib/inputs/base/helpers.d.ts +6 -13
  265. package/lib/inputs/base/helpers.js +25 -43
  266. package/lib/inputs/base/types.d.ts +9 -14
  267. package/lib/inputs/color/color_input.spec.d.ts +0 -0
  268. package/lib/inputs/color/index.d.ts +3 -7
  269. package/lib/inputs/color/index.js +73 -90
  270. package/lib/inputs/color/types.d.ts +2 -5
  271. package/lib/inputs/date/Dialog.d.ts +3 -13
  272. package/lib/inputs/date/Dialog.js +16 -24
  273. package/lib/inputs/date/Dropdown.d.ts +3 -13
  274. package/lib/inputs/date/Dropdown.js +15 -36
  275. package/lib/inputs/date/date.spec.d.ts +1 -0
  276. package/lib/inputs/date/helpers.d.ts +2 -34
  277. package/lib/inputs/date/helpers.js +9 -47
  278. package/lib/inputs/date/index.d.ts +3 -13
  279. package/lib/inputs/date/index.js +168 -277
  280. package/lib/inputs/date/types.d.ts +6 -14
  281. package/lib/inputs/errorMessage/error.spec.d.ts +1 -0
  282. package/lib/inputs/errorMessage/index.d.ts +4 -16
  283. package/lib/inputs/errorMessage/index.js +15 -25
  284. package/lib/inputs/file/DefaultFile.d.ts +3 -13
  285. package/lib/inputs/file/DefaultFile.js +68 -77
  286. package/lib/inputs/file/DragDropFile.d.ts +3 -13
  287. package/lib/inputs/file/DragDropFile.js +183 -264
  288. package/lib/inputs/file/File.d.ts +3 -13
  289. package/lib/inputs/file/File.js +42 -60
  290. package/lib/inputs/file/FileButtonSettings.d.ts +3 -13
  291. package/lib/inputs/file/FileButtonSettings.js +20 -32
  292. package/lib/inputs/file/filefield.spec.d.ts +1 -0
  293. package/lib/inputs/file/helpers.d.ts +2 -13
  294. package/lib/inputs/file/helpers.js +9 -19
  295. package/lib/inputs/file/index.d.ts +5 -16
  296. package/lib/inputs/file/index.js +8 -24
  297. package/lib/inputs/file/types.d.ts +8 -16
  298. package/lib/inputs/inputHOC.d.ts +4 -16
  299. package/lib/inputs/inputHOC.js +21 -41
  300. package/lib/inputs/mask/BaseMask.d.ts +3 -12
  301. package/lib/inputs/mask/BaseMask.js +2626 -147
  302. package/lib/inputs/mask/Cnpj.d.ts +3 -12
  303. package/lib/inputs/mask/Cnpj.js +35 -55
  304. package/lib/inputs/mask/Cpf.d.ts +3 -12
  305. package/lib/inputs/mask/Cpf.js +33 -54
  306. package/lib/inputs/mask/Phone.d.ts +3 -12
  307. package/lib/inputs/mask/Phone.js +8 -18
  308. package/lib/inputs/mask/ZipCode.d.ts +3 -12
  309. package/lib/inputs/mask/ZipCode.js +6 -14
  310. package/lib/inputs/mask/helpers.d.ts +52 -15
  311. package/lib/inputs/mask/helpers.js +62 -118
  312. package/lib/inputs/mask/index.d.ts +7 -17
  313. package/lib/inputs/mask/index.js +12 -37
  314. package/lib/inputs/mask/input_mask.spec.d.ts +0 -0
  315. package/lib/inputs/mask/types.d.ts +9 -16
  316. package/lib/inputs/multiSelect/ActionButtons.d.ts +3 -13
  317. package/lib/inputs/multiSelect/ActionButtons.js +49 -50
  318. package/lib/inputs/multiSelect/Dropdown.d.ts +3 -13
  319. package/lib/inputs/multiSelect/Dropdown.js +133 -132
  320. package/lib/inputs/multiSelect/helper.d.ts +2 -12
  321. package/lib/inputs/multiSelect/helper.js +9 -18
  322. package/lib/inputs/multiSelect/index.d.ts +3 -13
  323. package/lib/inputs/multiSelect/index.js +133 -211
  324. package/lib/inputs/multiSelect/multiSelect.spec.d.ts +1 -0
  325. package/lib/inputs/multiSelect/types.d.ts +7 -15
  326. package/lib/inputs/number/BaseNumber.d.ts +3 -17
  327. package/lib/inputs/number/BaseNumber.js +39 -70
  328. package/lib/inputs/number/Currency.d.ts +3 -17
  329. package/lib/inputs/number/Currency.js +14 -28
  330. package/lib/inputs/number/Decimal.d.ts +3 -17
  331. package/lib/inputs/number/Decimal.js +6 -11
  332. package/lib/inputs/number/format_number.d.ts +3 -5
  333. package/lib/inputs/number/format_number.js +8 -28
  334. package/lib/inputs/number/index.d.ts +6 -19
  335. package/lib/inputs/number/index.js +35 -61
  336. package/lib/inputs/number/numberfield.spec.d.ts +1 -0
  337. package/lib/inputs/number/types.d.ts +8 -19
  338. package/lib/inputs/period/Dialog.d.ts +3 -14
  339. package/lib/inputs/period/Dialog.js +16 -25
  340. package/lib/inputs/period/Dropdown.d.ts +3 -14
  341. package/lib/inputs/period/Dropdown.js +16 -34
  342. package/lib/inputs/period/PeriodList.d.ts +3 -14
  343. package/lib/inputs/period/PeriodList.js +26 -58
  344. package/lib/inputs/period/helper.d.ts +5 -16
  345. package/lib/inputs/period/helper.js +26 -57
  346. package/lib/inputs/period/index.d.ts +3 -14
  347. package/lib/inputs/period/index.js +322 -518
  348. package/lib/inputs/period/types.d.ts +13 -22
  349. package/lib/inputs/search/index.d.ts +3 -16
  350. package/lib/inputs/search/index.js +76 -129
  351. package/lib/inputs/search/search_input.spec.d.ts +1 -0
  352. package/lib/inputs/select/ActionButtons.d.ts +3 -16
  353. package/lib/inputs/select/ActionButtons.js +47 -37
  354. package/lib/inputs/select/Dropdown.d.ts +3 -16
  355. package/lib/inputs/select/Dropdown.js +116 -111
  356. package/lib/inputs/select/helper.d.ts +7 -21
  357. package/lib/inputs/select/helper.js +48 -106
  358. package/lib/inputs/select/index.d.ts +3 -13
  359. package/lib/inputs/select/index.js +28 -41
  360. package/lib/inputs/select/multiple/Selecteds.d.ts +3 -13
  361. package/lib/inputs/select/multiple/Selecteds.js +20 -26
  362. package/lib/inputs/select/multiple/index.d.ts +3 -13
  363. package/lib/inputs/select/multiple/index.js +187 -276
  364. package/lib/inputs/select/select.spec.d.ts +1 -0
  365. package/lib/inputs/select/simple/index.d.ts +3 -13
  366. package/lib/inputs/select/simple/index.js +205 -290
  367. package/lib/inputs/select/types.d.ts +14 -21
  368. package/lib/inputs/text/index.d.ts +3 -12
  369. package/lib/inputs/text/index.js +6 -13
  370. package/lib/inputs/text/textfield.spec.d.ts +1 -0
  371. package/lib/inputs/text/types.d.ts +7 -11
  372. package/lib/inputs/textarea/index.d.ts +3 -12
  373. package/lib/inputs/textarea/index.js +17 -24
  374. package/lib/inputs/textarea/textarea.spec.d.ts +1 -0
  375. package/lib/inputs/textarea/types.d.ts +2 -11
  376. package/lib/inputs/types.d.ts +17 -25
  377. package/lib/internals/colorStyles.d.ts +1 -2
  378. package/lib/internals/colorStyles.js +9 -13
  379. package/lib/internals/constants.d.ts +2 -7
  380. package/lib/internals/constants.js +5 -11
  381. package/lib/internals/types.d.ts +6 -9
  382. package/lib/internals/withTooltip.d.ts +6 -10
  383. package/lib/internals/withTooltip.js +61 -158
  384. package/lib/labelMessages/index.d.ts +3 -9
  385. package/lib/labelMessages/index.js +46 -58
  386. package/lib/labelMessages/labelMessages.spec.d.ts +1 -0
  387. package/lib/labelMessages/types.d.ts +3 -7
  388. package/lib/labels/DangerLabel.d.ts +3 -11
  389. package/lib/labels/DangerLabel.js +5 -17
  390. package/lib/labels/DefaultLabel.d.ts +3 -11
  391. package/lib/labels/DefaultLabel.js +39 -53
  392. package/lib/labels/InfoLabel.d.ts +3 -11
  393. package/lib/labels/InfoLabel.js +5 -17
  394. package/lib/labels/PrimaryLabel.d.ts +3 -11
  395. package/lib/labels/PrimaryLabel.js +5 -17
  396. package/lib/labels/SuccessLabel.d.ts +3 -11
  397. package/lib/labels/SuccessLabel.js +5 -17
  398. package/lib/labels/WarningLabel.d.ts +3 -11
  399. package/lib/labels/WarningLabel.js +5 -17
  400. package/lib/labels/index.d.ts +9 -18
  401. package/lib/labels/index.js +17 -52
  402. package/lib/labels/label.spec.d.ts +1 -0
  403. package/lib/labels/label_container/index.d.ts +4 -6
  404. package/lib/labels/label_container/index.js +11 -21
  405. package/lib/labels/types.d.ts +5 -9
  406. package/lib/list/Header.d.ts +3 -10
  407. package/lib/list/Header.js +7 -22
  408. package/lib/list/Item.d.ts +3 -10
  409. package/lib/list/Item.js +12 -161
  410. package/lib/list/Separator.d.ts +2 -3
  411. package/lib/list/Separator.js +5 -12
  412. package/lib/list/helpers.d.ts +4 -10
  413. package/lib/list/helpers.js +10 -14
  414. package/lib/list/index.d.ts +7 -13
  415. package/lib/list/index.js +91 -172
  416. package/lib/list/list.spec.d.ts +1 -0
  417. package/lib/list/types.d.ts +10 -14
  418. package/lib/menus/float/MenuItem.d.ts +3 -9
  419. package/lib/menus/float/MenuItem.js +54 -65
  420. package/lib/menus/float/SubMenuContainer.d.ts +29 -0
  421. package/lib/menus/float/float-menu.spec.d.ts +0 -0
  422. package/lib/menus/float/helpers.d.ts +4 -9
  423. package/lib/menus/float/helpers.js +5 -10
  424. package/lib/menus/float/index.d.ts +6 -40
  425. package/lib/menus/float/index.js +88 -64
  426. package/lib/menus/float/types.d.ts +5 -9
  427. package/lib/menus/index.d.ts +2 -12
  428. package/lib/menus/index.js +4 -9
  429. package/lib/menus/sidenav/ExpandMenu.d.ts +3 -12
  430. package/lib/menus/sidenav/ExpandMenu.js +14 -24
  431. package/lib/menus/sidenav/MenuLink.d.ts +3 -12
  432. package/lib/menus/sidenav/MenuLink.js +15 -27
  433. package/lib/menus/sidenav/NavMenuGroup.d.ts +3 -12
  434. package/lib/menus/sidenav/NavMenuGroup.js +16 -25
  435. package/lib/menus/sidenav/NavMenuItem.d.ts +3 -12
  436. package/lib/menus/sidenav/NavMenuItem.js +110 -140
  437. package/lib/menus/sidenav/NavSubMenuItem.d.ts +3 -12
  438. package/lib/menus/sidenav/NavSubMenuItem.js +22 -42
  439. package/lib/menus/sidenav/helpers.d.ts +5 -13
  440. package/lib/menus/sidenav/helpers.js +9 -17
  441. package/lib/menus/sidenav/index.d.ts +8 -16
  442. package/lib/menus/sidenav/index.js +122 -178
  443. package/lib/menus/sidenav/popup_menu_search/EmptyList.d.ts +3 -12
  444. package/lib/menus/sidenav/popup_menu_search/EmptyList.js +18 -25
  445. package/lib/menus/sidenav/popup_menu_search/index.d.ts +4 -12
  446. package/lib/menus/sidenav/popup_menu_search/index.js +83 -109
  447. package/lib/menus/sidenav/sidenav.spec.d.ts +1 -0
  448. package/lib/menus/sidenav/types.d.ts +18 -23
  449. package/lib/noPermission/index.d.ts +2 -3
  450. package/lib/noPermission/index.js +11 -23
  451. package/lib/panel/Content.d.ts +3 -10
  452. package/lib/panel/Content.js +42 -78
  453. package/lib/panel/DangerPanel.d.ts +3 -10
  454. package/lib/panel/DangerPanel.js +7 -15
  455. package/lib/panel/Default.d.ts +3 -10
  456. package/lib/panel/Default.js +38 -63
  457. package/lib/panel/Header.d.ts +3 -10
  458. package/lib/panel/Header.js +40 -73
  459. package/lib/panel/InfoPanel.d.ts +3 -10
  460. package/lib/panel/InfoPanel.js +7 -15
  461. package/lib/panel/PrimaryPanel.d.ts +3 -10
  462. package/lib/panel/PrimaryPanel.js +7 -15
  463. package/lib/panel/SuccessPanel.d.ts +3 -10
  464. package/lib/panel/SuccessPanel.js +7 -15
  465. package/lib/panel/ToolBar.d.ts +3 -10
  466. package/lib/panel/ToolBar.js +5 -21
  467. package/lib/panel/WarningPanel.d.ts +3 -10
  468. package/lib/panel/WarningPanel.js +7 -15
  469. package/lib/panel/helpers.d.ts +5 -11
  470. package/lib/panel/helpers.js +11 -24
  471. package/lib/panel/index.d.ts +10 -18
  472. package/lib/panel/index.js +19 -59
  473. package/lib/panel/panel.spec.d.ts +0 -0
  474. package/lib/panel/types.d.ts +11 -15
  475. package/lib/permissionValidations.d.ts +4 -6
  476. package/lib/permissionValidations.js +37 -54
  477. package/lib/popover/PopoverText.d.ts +4 -11
  478. package/lib/popover/PopoverText.js +7 -20
  479. package/lib/popover/PopoverTitle.d.ts +3 -11
  480. package/lib/popover/PopoverTitle.js +4 -16
  481. package/lib/popover/index.d.ts +6 -13
  482. package/lib/popover/index.js +55 -65
  483. package/lib/popover/popover.spec.d.ts +1 -0
  484. package/lib/popover/types.d.ts +8 -12
  485. package/lib/progress/Bar.d.ts +3 -6
  486. package/lib/progress/Bar.js +39 -71
  487. package/lib/progress/index.d.ts +5 -7
  488. package/lib/progress/index.js +20 -37
  489. package/lib/progress/progress.spec.d.ts +1 -0
  490. package/lib/progress/types.d.ts +4 -7
  491. package/lib/radio/index.d.ts +3 -11
  492. package/lib/radio/index.js +94 -112
  493. package/lib/radio/radio.spec.d.ts +1 -0
  494. package/lib/radio/types.d.ts +3 -6
  495. package/lib/shortcuts/index.d.ts +3 -7
  496. package/lib/shortcuts/index.js +8 -27
  497. package/lib/shortcuts/shortcuts.spec.d.ts +0 -0
  498. package/lib/shortcuts/types.d.ts +2 -5
  499. package/lib/skeleton/SkeletonContainer.d.ts +3 -7
  500. package/lib/skeleton/SkeletonContainer.js +8 -22
  501. package/lib/skeleton/index.d.ts +5 -8
  502. package/lib/skeleton/index.js +23 -52
  503. package/lib/skeleton/types.d.ts +3 -6
  504. package/lib/spinner/SpinnerLoading.d.ts +3 -7
  505. package/lib/spinner/SpinnerLoading.js +17 -219
  506. package/lib/spinner/index.d.ts +3 -7
  507. package/lib/spinner/index.js +38 -57
  508. package/lib/spinner/spinner.spec.d.ts +1 -0
  509. package/lib/spinner/types.d.ts +5 -8
  510. package/lib/split/Split.d.ts +3 -6
  511. package/lib/split/Split.js +172 -275
  512. package/lib/split/SplitSide.d.ts +3 -6
  513. package/lib/split/SplitSide.js +17 -40
  514. package/lib/split/helpers.d.ts +4 -6
  515. package/lib/split/helpers.js +5 -10
  516. package/lib/split/index.d.ts +4 -8
  517. package/lib/split/index.js +6 -17
  518. package/lib/split/split.spec.d.ts +0 -0
  519. package/lib/split/types.d.ts +3 -6
  520. package/lib/table/Body.d.ts +3 -6
  521. package/lib/table/Body.js +56 -68
  522. package/lib/table/Header.d.ts +3 -6
  523. package/lib/table/Header.js +38 -86
  524. package/lib/table/HeaderColumn.d.ts +3 -6
  525. package/lib/table/HeaderColumn.js +27 -52
  526. package/lib/table/Row.d.ts +3 -6
  527. package/lib/table/Row.js +51 -75
  528. package/lib/table/RowColumn.d.ts +3 -6
  529. package/lib/table/RowColumn.js +41 -76
  530. package/lib/table/helpers.d.ts +6 -7
  531. package/lib/table/helpers.js +7 -15
  532. package/lib/table/index.d.ts +9 -11
  533. package/lib/table/index.js +105 -154
  534. package/lib/table/table.spec.d.ts +1 -0
  535. package/lib/table/types.d.ts +8 -12
  536. package/lib/tabs/DropdownTabs.d.ts +3 -11
  537. package/lib/tabs/DropdownTabs.js +78 -84
  538. package/lib/tabs/Menu.d.ts +3 -11
  539. package/lib/tabs/Menu.js +50 -46
  540. package/lib/tabs/MenuTabs.d.ts +4 -11
  541. package/lib/tabs/MenuTabs.js +87 -93
  542. package/lib/tabs/Panel.d.ts +3 -11
  543. package/lib/tabs/Panel.js +48 -80
  544. package/lib/tabs/context.d.ts +4 -12
  545. package/lib/tabs/context.js +63 -124
  546. package/lib/tabs/index.d.ts +5 -12
  547. package/lib/tabs/index.js +66 -74
  548. package/lib/tabs/tabHelpers.d.ts +7 -10
  549. package/lib/tabs/tabHelpers.js +39 -63
  550. package/lib/tabs/tabs.spec.d.ts +0 -0
  551. package/lib/tabs/types.d.ts +14 -24
  552. package/lib/tabs/useTabs.d.ts +1 -11
  553. package/lib/tabs/useTabs.js +8 -11
  554. package/lib/textContent/index.d.ts +6 -10
  555. package/lib/textContent/index.js +34 -37
  556. package/lib/textContent/textContent.spec.d.ts +1 -0
  557. package/lib/toolbar/ButtonBar.d.ts +3 -12
  558. package/lib/toolbar/ButtonBar.js +60 -63
  559. package/lib/toolbar/LabelBar.d.ts +3 -12
  560. package/lib/toolbar/LabelBar.js +40 -55
  561. package/lib/toolbar/Separator.d.ts +2 -3
  562. package/lib/toolbar/Separator.js +5 -12
  563. package/lib/toolbar/ToolBarGroup.d.ts +3 -12
  564. package/lib/toolbar/ToolBarGroup.js +4 -18
  565. package/lib/toolbar/helpers.d.ts +3 -12
  566. package/lib/toolbar/helpers.js +5 -9
  567. package/lib/toolbar/index.d.ts +8 -16
  568. package/lib/toolbar/index.js +32 -64
  569. package/lib/toolbar/toolbar.spec.d.ts +1 -0
  570. package/lib/toolbar/types.d.ts +11 -15
  571. package/lib/tooltip/index.d.ts +4 -6
  572. package/lib/tooltip/index.js +37 -61
  573. package/lib/tooltip/tooltip.spec.d.ts +1 -0
  574. package/lib/tooltip/types.d.ts +2 -4
  575. package/lib/treetable/Body.d.ts +2 -3
  576. package/lib/treetable/Body.js +33 -32
  577. package/lib/treetable/Header.d.ts +2 -3
  578. package/lib/treetable/Header.js +25 -23
  579. package/lib/treetable/Row.d.ts +3 -7
  580. package/lib/treetable/Row.js +152 -232
  581. package/lib/treetable/helpers.d.ts +4 -9
  582. package/lib/treetable/helpers.js +23 -30
  583. package/lib/treetable/index.d.ts +4 -8
  584. package/lib/treetable/index.js +17 -27
  585. package/lib/treeview/Header.d.ts +3 -7
  586. package/lib/treeview/Header.js +7 -20
  587. package/lib/treeview/Node.d.ts +3 -7
  588. package/lib/treeview/Node.js +173 -235
  589. package/lib/treeview/constants.d.ts +3 -7
  590. package/lib/treeview/constants.js +5 -9
  591. package/lib/treeview/index.d.ts +6 -9
  592. package/lib/treeview/index.js +177 -312
  593. package/lib/treeview/treeview.spec.d.ts +0 -0
  594. package/lib/treeview/types.d.ts +12 -14
  595. package/lib/uitour/helpers.d.ts +1 -2
  596. package/lib/uitour/helpers.js +9 -12
  597. package/lib/uitour/index.d.ts +4 -7
  598. package/lib/uitour/index.js +167 -236
  599. package/lib/uitour/types.d.ts +7 -10
  600. package/lib/uitour/uitour.spec.d.ts +0 -0
  601. package/package.json +37 -58
  602. package/lib/@types/Align.js +0 -5
  603. package/lib/@types/ButtonTypes.js +0 -5
  604. package/lib/@types/ColorStyles.js +0 -5
  605. package/lib/@types/DataCombo.js +0 -5
  606. package/lib/@types/Icon.js +0 -5
  607. package/lib/@types/LabelStyles.js +0 -5
  608. package/lib/@types/Period.js +0 -5
  609. package/lib/@types/PermissionAttr.js +0 -5
  610. package/lib/@types/PointerEvents.js +0 -5
  611. package/lib/@types/Position.js +0 -5
  612. package/lib/@types/PositionAlert.js +0 -5
  613. package/lib/@types/Size.js +0 -5
  614. package/lib/@types/SizePixels.js +0 -5
  615. package/lib/@types/StorageMock.js +0 -5
  616. package/lib/alerts/types.js +0 -5
  617. package/lib/assets/fonts/Roboto-Black.woff +0 -0
  618. package/lib/assets/fonts/Roboto-Black.woff2 +0 -0
  619. package/lib/assets/fonts/Roboto-Bold.woff +0 -0
  620. package/lib/assets/fonts/Roboto-Bold.woff2 +0 -0
  621. package/lib/assets/fonts/Roboto-Light.woff +0 -0
  622. package/lib/assets/fonts/Roboto-Light.woff2 +0 -0
  623. package/lib/assets/fonts/Roboto-Medium.woff +0 -0
  624. package/lib/assets/fonts/Roboto-Medium.woff2 +0 -0
  625. package/lib/assets/fonts/Roboto-Regular.woff +0 -0
  626. package/lib/assets/fonts/Roboto-Regular.woff2 +0 -0
  627. package/lib/assets/fonts/Roboto-Thin.woff +0 -0
  628. package/lib/assets/fonts/Roboto-Thin.woff2 +0 -0
  629. package/lib/assets/fonts/TitilliumWeb-Black.woff +0 -0
  630. package/lib/assets/fonts/TitilliumWeb-Black.woff2 +0 -0
  631. package/lib/assets/fonts/TitilliumWeb-Bold.woff +0 -0
  632. package/lib/assets/fonts/TitilliumWeb-Bold.woff2 +0 -0
  633. package/lib/assets/fonts/TitilliumWeb-ExtraLight.woff +0 -0
  634. package/lib/assets/fonts/TitilliumWeb-ExtraLight.woff2 +0 -0
  635. package/lib/assets/fonts/TitilliumWeb-Light.woff +0 -0
  636. package/lib/assets/fonts/TitilliumWeb-Light.woff2 +0 -0
  637. package/lib/assets/fonts/TitilliumWeb-Regular.woff +0 -0
  638. package/lib/assets/fonts/TitilliumWeb-Regular.woff2 +0 -0
  639. package/lib/assets/fonts/TitilliumWeb-SemiBold.woff +0 -0
  640. package/lib/assets/fonts/TitilliumWeb-SemiBold.woff2 +0 -0
  641. package/lib/assets/images/logo.png +0 -0
  642. package/lib/assets/styles/alerts.scss +0 -149
  643. package/lib/assets/styles/avatar.scss +0 -42
  644. package/lib/assets/styles/badge.scss +0 -48
  645. package/lib/assets/styles/button.scss +0 -373
  646. package/lib/assets/styles/calendar.scss +0 -311
  647. package/lib/assets/styles/checkbox.scss +0 -108
  648. package/lib/assets/styles/colorpicker.scss +0 -17
  649. package/lib/assets/styles/colors.scss +0 -144
  650. package/lib/assets/styles/commons.scss +0 -138
  651. package/lib/assets/styles/datepicker.scss +0 -36
  652. package/lib/assets/styles/dialog.scss +0 -200
  653. package/lib/assets/styles/drawers.scss +0 -159
  654. package/lib/assets/styles/dropdown.scss +0 -179
  655. package/lib/assets/styles/effects.scss +0 -821
  656. package/lib/assets/styles/error.scss +0 -9
  657. package/lib/assets/styles/fieldset.scss +0 -96
  658. package/lib/assets/styles/file.scss +0 -229
  659. package/lib/assets/styles/floatMenu.scss +0 -15
  660. package/lib/assets/styles/fonts.scss +0 -86
  661. package/lib/assets/styles/form.scss +0 -23
  662. package/lib/assets/styles/gridlayout.scss +0 -2054
  663. package/lib/assets/styles/hint.scss +0 -30
  664. package/lib/assets/styles/icon.scss +0 -42
  665. package/lib/assets/styles/input.scss +0 -156
  666. package/lib/assets/styles/label.scss +0 -118
  667. package/lib/assets/styles/labelMessages.scss +0 -81
  668. package/lib/assets/styles/list.scss +0 -124
  669. package/lib/assets/styles/multiSelect.scss +0 -125
  670. package/lib/assets/styles/noPermission.scss +0 -25
  671. package/lib/assets/styles/numbers.scss +0 -5
  672. package/lib/assets/styles/panel.scss +0 -95
  673. package/lib/assets/styles/periodpicker.scss +0 -109
  674. package/lib/assets/styles/popover.scss +0 -44
  675. package/lib/assets/styles/progress.scss +0 -72
  676. package/lib/assets/styles/radio.scss +0 -156
  677. package/lib/assets/styles/search.scss +0 -13
  678. package/lib/assets/styles/select.scss +0 -159
  679. package/lib/assets/styles/shortcuts.scss +0 -59
  680. package/lib/assets/styles/sidenav.scss +0 -409
  681. package/lib/assets/styles/skeleton.scss +0 -48
  682. package/lib/assets/styles/spinner.scss +0 -34
  683. package/lib/assets/styles/split.scss +0 -80
  684. package/lib/assets/styles/table.scss +0 -185
  685. package/lib/assets/styles/tabs.scss +0 -304
  686. package/lib/assets/styles/textContent.scss +0 -9
  687. package/lib/assets/styles/toolbar.scss +0 -74
  688. package/lib/assets/styles/tooltip.scss +0 -95
  689. package/lib/assets/styles/treetable.scss +0 -100
  690. package/lib/assets/styles/treeview.scss +0 -112
  691. package/lib/assets/styles/uitour.scss +0 -112
  692. package/lib/assets/styles/wizard.scss +0 -186
  693. package/lib/avatar/types.js +0 -5
  694. package/lib/badge/types.js +0 -5
  695. package/lib/buttons/types.js +0 -5
  696. package/lib/calendar/types.js +0 -5
  697. package/lib/checkbox/types.js +0 -5
  698. package/lib/dialog/base/style.js +0 -13
  699. package/lib/dialog/types.js +0 -5
  700. package/lib/drawer/types.js +0 -5
  701. package/lib/dropdown/types.js +0 -5
  702. package/lib/fieldset/types.js +0 -5
  703. package/lib/form/types.js +0 -5
  704. package/lib/gridlayout/types.js +0 -5
  705. package/lib/hint/types.js +0 -5
  706. package/lib/icons/types.js +0 -5
  707. package/lib/inputs/base/types.js +0 -5
  708. package/lib/inputs/color/types.js +0 -5
  709. package/lib/inputs/date/types.js +0 -5
  710. package/lib/inputs/file/types.js +0 -5
  711. package/lib/inputs/mask/types.js +0 -5
  712. package/lib/inputs/multiSelect/types.js +0 -5
  713. package/lib/inputs/number/types.js +0 -5
  714. package/lib/inputs/period/types.js +0 -5
  715. package/lib/inputs/select/types.js +0 -5
  716. package/lib/inputs/text/types.js +0 -5
  717. package/lib/inputs/textarea/types.js +0 -5
  718. package/lib/inputs/types.js +0 -5
  719. package/lib/internals/types.js +0 -5
  720. package/lib/labelMessages/types.js +0 -5
  721. package/lib/labels/types.js +0 -5
  722. package/lib/list/types.js +0 -5
  723. package/lib/menus/float/SubMenuContainer.js +0 -77
  724. package/lib/menus/float/types.js +0 -5
  725. package/lib/menus/sidenav/types.js +0 -5
  726. package/lib/panel/types.js +0 -5
  727. package/lib/popover/types.js +0 -5
  728. package/lib/progress/types.js +0 -5
  729. package/lib/radio/types.js +0 -5
  730. package/lib/shortcuts/types.js +0 -5
  731. package/lib/skeleton/types.js +0 -5
  732. package/lib/spinner/types.js +0 -5
  733. package/lib/split/types.js +0 -5
  734. package/lib/table/types.js +0 -5
  735. package/lib/tabs/types.js +0 -5
  736. package/lib/toolbar/types.js +0 -5
  737. package/lib/tooltip/types.js +0 -5
  738. package/lib/treetable/types.d.js +0 -5
  739. package/lib/treeview/types.js +0 -5
  740. package/lib/types.d-b477e076.d.ts +0 -47
  741. package/lib/uitour/types.js +0 -5
@@ -1,821 +0,0 @@
1
- //Efeito Utilizado no Dialog
2
- @keyframes slideInFromTop {
3
- from {
4
- transform: translateY(-60%);
5
- -webkit-font-smoothing: subpixel-antialiased;
6
- }
7
- to {
8
- transform: translateY(0);
9
- -webkit-font-smoothing: subpixel-antialiased;
10
- }
11
- }
12
-
13
- //slideInFromTopSlow
14
-
15
- @keyframes slideInFromTopSlow {
16
- 0% {
17
- transform: translateY(-100%);
18
- }
19
- 100% {
20
- transform: translateY(0);
21
- }
22
- }
23
-
24
- //Slide from bottom
25
- .slideDownReturn {
26
- -webkit-animation-name: slideDownReturn;
27
- animation-name: slideDownReturn;
28
- }
29
- @-webkit-keyframes slideDownReturn {
30
- 0% {
31
- -webkit-transform-origin: 0 0;
32
- transform-origin: 0 0;
33
- -webkit-transform: translateY(100%);
34
- transform: translateY(100%);
35
- }
36
-
37
- 30% {
38
- -webkit-transform-origin: 0 0;
39
- transform-origin: 0 0;
40
- -webkit-transform: translateY(0%);
41
- transform: translateY(0%);
42
- }
43
- }
44
- @keyframes slideDownReturn {
45
- 0% {
46
- -webkit-transform-origin: 0 0;
47
- transform-origin: 0 0;
48
- -webkit-transform: translateY(100%);
49
- transform: translateY(100%);
50
- }
51
-
52
- 30% {
53
- -webkit-transform-origin: 0 0;
54
- transform-origin: 0 0;
55
- -webkit-transform: translateY(0%);
56
- transform: translateY(0%);
57
- }
58
- }
59
-
60
- //Slide from left
61
-
62
- .slideLeftReturn {
63
- -webkit-animation-name: slideLeftReturn;
64
- animation-name: slideLeftReturn;
65
- }
66
- @-webkit-keyframes slideLeftReturn {
67
- 0% {
68
- -webkit-transform-origin: 0 0;
69
- transform-origin: 0 0;
70
- -webkit-transform: translateX(-100%);
71
- transform: translateX(-100%);
72
- }
73
-
74
- 30% {
75
- -webkit-transform-origin: 0 0;
76
- transform-origin: 0 0;
77
- -webkit-transform: translateX(0%);
78
- transform: translateX(0%);
79
- }
80
- }
81
- @keyframes slideLeftReturn {
82
- 0% {
83
- -webkit-transform-origin: 0 0;
84
- transform-origin: 0 0;
85
- -webkit-transform: translateX(-100%);
86
- transform: translateX(-100%);
87
- }
88
-
89
- 30% {
90
- -webkit-transform-origin: 0 0;
91
- transform-origin: 0 0;
92
- -webkit-transform: translateX(0%);
93
- transform: translateX(0%);
94
- }
95
- }
96
-
97
- //Slide from right
98
-
99
- .slideRightReturn {
100
- -webkit-animation-name: slideRightReturn;
101
- animation-name: slideRightReturn;
102
- }
103
- @-webkit-keyframes slideRightReturn {
104
- 0% {
105
- -webkit-transform-origin: 0 0;
106
- transform-origin: 0 0;
107
- -webkit-transform: translateX(100%);
108
- transform: translateX(100%);
109
- }
110
-
111
- 30% {
112
- -webkit-transform-origin: 0 0;
113
- transform-origin: 0 0;
114
- -webkit-transform: translateX(0%);
115
- transform: translateX(0%);
116
- }
117
- }
118
- @keyframes slideRightReturn {
119
- 0% {
120
- -webkit-transform-origin: 0 0;
121
- transform-origin: 0 0;
122
- -webkit-transform: translateX(100%);
123
- transform: translateX(100%);
124
- }
125
-
126
- 30% {
127
- -webkit-transform-origin: 0 0;
128
- transform-origin: 0 0;
129
- -webkit-transform: translateX(0%);
130
- transform: translateX(0%);
131
- }
132
- }
133
-
134
- //Efeito Revelação - Transparencia.
135
- @keyframes revealelement {
136
- 0% {
137
- color: transparent;
138
- opacity: 0.0;
139
- }
140
- 50% {
141
- color: inherit;
142
- opacity: 0.3;
143
- }
144
- 100% {
145
- color: inherit;
146
- opacity: 1;
147
- }
148
- }
149
-
150
- @-moz-keyframes revealelement {
151
- 0% {
152
- -moz-color: transparent;
153
- -moz-height: 0%;
154
- -moz-opacity: 0.0;
155
- }
156
- 50% {
157
- -moz-color: inherit;
158
- -moz-height: auto;
159
- -moz-opacity: 0.3;
160
- }
161
- 100% {
162
- -moz-color: inherit;
163
- -moz-opacity: 1;
164
- }
165
- }
166
-
167
- @-webkit-keyframes revealelement {
168
- 0% {
169
- color: transparent;
170
- height: 0%;
171
- opacity: 0.0;
172
- }
173
- 50% {
174
- color: inherit;
175
- height: auto;
176
- opacity: 0.3;
177
- }
178
- 100% {
179
- color: inherit;
180
- opacity: 1;
181
- }
182
- }
183
-
184
- @keyframes transparent-effect {
185
- 0% {
186
- color: transparent;
187
- height: 0%;
188
- opacity: 0.3;
189
- }
190
- 50% {
191
- color: transparent;
192
- height: auto;
193
- opacity: 0.7;
194
- }
195
- 100% {
196
- color: inherit;
197
- opacity: 1;
198
- }
199
- }
200
-
201
- //Efeito Blink Aplicado no checkbox
202
- @keyframes blink-effect {
203
- from {
204
- box-shadow: 0 0 0 0 $component-selected-color,
205
- inset 0 0 0 1px $component-selected-color,
206
- inset 0 0 0 16px #fff,
207
- inset 0 0 0 16px $component-selected-color;
208
- }
209
- to {
210
- box-shadow: 0 0 0 1px $component-selected-color,
211
- inset 0 0 0 1px $component-selected-color,
212
- inset 0 0 0 16px #fff,
213
- inset 0 0 0 16px $component-selected-color;
214
- }
215
- }
216
-
217
- @keyframes show-notification {
218
- 0% {
219
- opacity: 0;
220
- -webkit-transform: translate(0, -100%);
221
- transform: translate(0, -100%);
222
- }
223
- 10% {
224
- opacity: 1;
225
- -webkit-transform: translate(0, 0);
226
- transform: translate(0, 0);
227
- }
228
- 90% {
229
- opacity: 1;
230
- -webkit-transform: translate(0, 0);
231
- transform: translate(0, 0);
232
- }
233
- 100% {
234
- opacity: 0;
235
- -webkit-transform: translate(0, -100%);
236
- transform: translate(0, -100%);
237
- }
238
- }
239
-
240
- @keyframes show-notification {
241
- 0% {
242
- opacity: 0;
243
- -webkit-transform: translate(0, -100%);
244
- transform: translate(0, -100%);
245
- }
246
- 10% {
247
- opacity: 1;
248
- -webkit-transform: translate(0, 0);
249
- transform: translate(0, 0);
250
- }
251
- 90% {
252
- opacity: 1;
253
- -webkit-transform: translate(0, 0);
254
- transform: translate(0, 0);
255
- }
256
- 100% {
257
- opacity: 0;
258
- -webkit-transform: translate(0, -100%);
259
- transform: translate(0, -100%);
260
- }
261
- }
262
-
263
- //Efeito left
264
- @-webkit-keyframes nav-anim-left {
265
- 0% {
266
- left: 100%;
267
- }
268
- 100% {
269
- left: -3%;
270
- }
271
- }
272
-
273
- @-moz-keyframes nav-anim-left {
274
- 0% {
275
- left: 100%;
276
- }
277
- 100% {
278
- left: -3%;
279
- }
280
- }
281
-
282
- @-o-keyframes nav-anim-left {
283
- 0% {
284
- left: 100%;
285
- }
286
- 100% {
287
- left: -3%;
288
- }
289
- }
290
-
291
- @keyframes nav-anim-left {
292
- 0% {
293
- left: 100%;
294
- }
295
- 100% {
296
- left: -3%;
297
- }
298
- }
299
- .swashIn {
300
- animation-name: swashIn;
301
- }
302
- @keyframes swashIn {
303
- 0% {
304
- opacity: 0;
305
- transform-origin: 50% 50%;
306
- transform: scale(0, 0);
307
- }
308
-
309
- 90% {
310
- opacity: 1;
311
- transform-origin: 50% 50%;
312
- transform: scale(0.9, 0.9);
313
- }
314
-
315
- 100% {
316
- opacity: 1;
317
- transform-origin: 50% 50%;
318
- transform: scale(1, 1);
319
- }
320
- }
321
- .tinUpIn {
322
- animation-name: tinUpIn;
323
- }
324
- @keyframes tinUpIn {
325
- 0% {
326
- opacity: 0;
327
- transform: scale(1, 1) translateY(-900%);
328
- }
329
-
330
- 50%, 70%, 90% {
331
- opacity: 1;
332
- transform: scale(1.1, 1.1) translateY(0);
333
- }
334
-
335
- 60%, 80%, 100% {
336
- opacity: 1;
337
- transform: scale(1, 1) translateY(0);
338
- }
339
- }
340
- .tinRightIn {
341
- animation-name: tinRightIn;
342
- }
343
- @keyframes tinRightIn {
344
- 0% {
345
- opacity: 0;
346
- transform: scale(1, 1) translateX(900%);
347
- }
348
-
349
- 50%, 70%, 90% {
350
- opacity: 1;
351
- transform: scale(1.1, 1.1) translateX(0);
352
- }
353
-
354
- 60%, 80%, 100% {
355
- opacity: 1;
356
- transform: scale(1, 1) translateX(0);
357
- }
358
- }
359
- .tinLeftIn {
360
- animation-name: tinLeftIn;
361
- }
362
- @keyframes tinLeftIn {
363
- 0% {
364
- opacity: 0;
365
- transform: scale(1, 1) translateX(-900%);
366
- }
367
-
368
- 50%, 70%, 90% {
369
- opacity: 1;
370
- transform: scale(1.1, 1.1) translateX(0);
371
- }
372
-
373
- 60%, 80%, 100% {
374
- opacity: 1;
375
- transform: scale(1, 1) translateX(0);
376
- }
377
- }
378
- .perspectiveDown {
379
- animation-name: perspectiveDown;
380
- }
381
- @keyframes perspectiveDown {
382
- 0% {
383
- transform-origin: 0 100%;
384
- transform: perspective(800px) rotateX(0deg);
385
- }
386
-
387
- 100% {
388
- transform-origin: 0 100%;
389
- transform: perspective(800px) rotateX(-180deg);
390
- }
391
- }
392
- .perspectiveUp {
393
- animation-name: perspectiveUp;
394
- }
395
- @keyframes perspectiveUp {
396
- 0% {
397
- transform-origin: 0 0;
398
- transform: perspective(800px) rotateX(0deg);
399
- }
400
-
401
- 100% {
402
- transform-origin: 0 0;
403
- transform: perspective(800px) rotateX(180deg);
404
- }
405
- }
406
- .puffIn {
407
- animation-name: puffIn;
408
- }
409
- @keyframes puffIn {
410
- 0% {
411
- opacity: 0;
412
- transform-origin: 50% 50%;
413
- transform: scale(2,2);
414
- filter: blur(2px);
415
- }
416
-
417
- 100% {
418
- opacity: 1;
419
- transform-origin: 50% 50%;
420
- transform: scale(1,1);
421
- filter: blur(0px);
422
- }
423
- }
424
- .vanishIn {
425
- animation-name: vanishIn;
426
- }
427
- @keyframes vanishIn {
428
- 0% {
429
- opacity: 0;
430
- transform-origin: 50% 50%;
431
- transform: scale(2, 2);
432
- filter: blur(90px);
433
- }
434
-
435
- 100% {
436
- opacity: 1;
437
- transform-origin: 50% 50%;
438
- transform: scale(1, 1);
439
- filter: blur(0px);
440
- }
441
- }
442
- .vanishOut {
443
- animation-name: vanishOut;
444
- }
445
- @keyframes vanishOut {
446
- 0% {
447
- opacity: 1;
448
- transform-origin: 50% 50%;
449
- transform: scale(1, 1);
450
- filter: blur(0px);
451
- }
452
-
453
- 100% {
454
- opacity: 0;
455
- transform-origin: 50% 50%;
456
- transform: scale(2, 2);
457
- filter: blur(20px);
458
- }
459
- }
460
- .boingInUp {
461
- animation-name: boingInUp;
462
- }
463
- @keyframes boingInUp {
464
- 0% {
465
- opacity: 0;
466
- transform-origin: 50% 0%;
467
- transform: perspective(800px) rotateX(-90deg);
468
- }
469
-
470
- 50% {
471
- opacity: 1;
472
- transform-origin: 50% 0%;
473
- transform: perspective(800px) rotateX(50deg);
474
- }
475
-
476
- 100% {
477
- opacity: 1;
478
- transform-origin: 50% 0%;
479
- transform: perspective(800px) rotateX(0deg);
480
- }
481
- }
482
- .slideDown {
483
- animation-name: slideDown;
484
- }
485
- @keyframes slideDown {
486
- 0% {
487
- transform-origin: 0 0;
488
- transform: translateY(0%);
489
- }
490
-
491
- 10% {
492
- transform-origin: 0 0;
493
- transform: translateY(5%);
494
- }
495
- }
496
- .slideLeft {
497
- animation-name: slideLeft;
498
- }
499
- @keyframes slideLeft {
500
- 0% {
501
- transform-origin: 0 0;
502
- transform: translateX(0%);
503
- }
504
-
505
- 10% {
506
- transform-origin: 0 0;
507
- transform: translateX(-2%);
508
- }
509
- }
510
-
511
- @-moz-keyframes slideLeft {
512
- 0% {
513
- -moz-transform-origin: 0 0;
514
- -moz-transform: translateX(0%);
515
- }
516
-
517
- 10% {
518
- -moz-transform-origin: 0 0;
519
- -moz-transform: translateX(-2%);
520
- }
521
- }
522
-
523
- @-webkit-keyframes slideLeft {
524
- 0% {
525
- -webkit-transform-origin: 0 0;
526
- -webkit-transform: translateX(0%);
527
- }
528
-
529
- 10% {
530
- -webkit-transform-origin: 0 0;
531
- -webkit-transform: translateX(-2%);
532
- }
533
- }
534
-
535
- .slideRight {
536
- animation-name: slideRight;
537
- }
538
- @keyframes slideRight {
539
- 0% {
540
- transform-origin: 0 0;
541
- transform: translateX(0%);
542
- }
543
-
544
- 100% {
545
- transform-origin: 0 0;
546
- transform: translateX(100%);
547
- }
548
- }
549
- %hvr-grow {
550
- display: inline-block;
551
- vertical-align: middle;
552
- -webkit-transform: perspective(1px) translateZ(0);
553
- transform: perspective(1px) translateZ(0);
554
- box-shadow: 0 0 1px rgba(0, 0, 0, 0);
555
- -webkit-transition-duration: 0.3s;
556
- transition-duration: 0.3s;
557
- -webkit-transition-property: transform;
558
- transition-property: transform;
559
- }
560
-
561
- %hvr-grow:hover, %hvr-grow:focus, %hvr-grow:active {
562
- -webkit-transform: scale(1.1);
563
- transform: scale(1.1);
564
- }
565
-
566
- %hvr-fade {
567
- display: inline-block;
568
- vertical-align: middle;
569
- -webkit-transform: perspective(1px) translateZ(0);
570
- transform: perspective(1px) translateZ(0);
571
- box-shadow: 0 0 1px rgba(0, 0, 0, 0);
572
- overflow: hidden;
573
- -webkit-transition-duration: 0.3s;
574
- transition-duration: 0.3s;
575
- -webkit-transition-property: color, background-color;
576
- transition-property: color, background-color;
577
- }
578
-
579
- %hvr-fade:hover, %hvr-fade:focus, %hvr-fade:active {
580
- background-color: #0c3652;
581
- color: white;
582
- }
583
-
584
- .hvr-forward {
585
- display: inline-block;
586
- vertical-align: middle;
587
- -webkit-transform: perspective(1px) translateZ(0);
588
- transform: perspective(1px) translateZ(0);
589
- box-shadow: 0 0 1px rgba(0, 0, 0, 0);
590
- -webkit-transition-duration: 0.3s;
591
- transition-duration: 0.3s;
592
- -webkit-transition-property: transform;
593
- transition-property: transform;
594
- }
595
-
596
- .hvr-forward:hover, .hvr-forward:focus, .hvr-forward:active {
597
- -webkit-transform: translateX(8px);
598
- transform: translateX(8px);
599
- }
600
-
601
- /* Back Pulse */
602
- @-webkit-keyframes hvr-back-pulse {
603
- 50% {
604
- background-color: rgba(32, 152, 209, 0.75);
605
- }
606
- }
607
- @keyframes hvr-back-pulse {
608
- 50% {
609
- background-color: rgba(32, 152, 209, 0.75);
610
- }
611
- }
612
- %hvr-back-pulse {
613
- box-shadow: 0 0 1px rgba(0, 0, 0, 0);
614
- overflow: hidden;
615
- -webkit-transition-duration: 0.5s;
616
- transition-duration: 0.5s;
617
- -webkit-transition-property: color, background-color;
618
- transition-property: color, background-color;
619
- }
620
-
621
- %hvr-back-pulse:hover, %hvr-back-pulse:focus, %hvr-back-pulse:active {
622
- -webkit-animation-name: hvr-back-pulse;
623
- animation-name: hvr-back-pulse;
624
- -webkit-animation-duration: 1s;
625
- animation-duration: 1s;
626
- -webkit-animation-delay: 0.5s;
627
- animation-delay: 0.5s;
628
- -webkit-animation-timing-function: linear;
629
- animation-timing-function: linear;
630
- -webkit-animation-iteration-count: 2;
631
- animation-iteration-count: 2;
632
- background-color: #2098D1;
633
- background-color: #2098d1;
634
- color: white;
635
- }
636
-
637
- /* Bubble Float Left */
638
- .hvr-bubble-float-left {
639
- display: inline-block;
640
- vertical-align: middle;
641
- -webkit-transform: perspective(1px) translateZ(0);
642
- transform: perspective(1px) translateZ(0);
643
- box-shadow: 0 0 1px rgba(0, 0, 0, 0);
644
- position: relative;
645
- -webkit-transition-duration: 0.3s;
646
- transition-duration: 0.3s;
647
- -webkit-transition-property: transform;
648
- transition-property: transform;
649
- }
650
-
651
- .hvr-bubble-float-left:before {
652
- position: absolute;
653
- z-index: -1;
654
- content: '';
655
- top: calc(50% - 10px);
656
- left: 0;
657
- border-style: solid;
658
- border-width: 10px 10px 10px 0;
659
- border-color: transparent #e1e1e1 transparent transparent;
660
- -webkit-transition-duration: 0.3s;
661
- transition-duration: 0.3s;
662
- -webkit-transition-property: transform;
663
- transition-property: transform;
664
- }
665
-
666
- .hvr-bubble-float-left:hover, .hvr-bubble-float-left:focus, .hvr-bubble-float-left:active {
667
- -webkit-transform: translateX(10px);
668
- transform: translateX(10px);
669
- }
670
-
671
- .hvr-bubble-float-left:hover:before, .hvr-bubble-float-left:focus:before, .hvr-bubble-float-left:active:before {
672
- -webkit-transform: translateX(-10px);
673
- transform: translateX(-10px);
674
- }
675
-
676
- /* Wobble Horizontal */
677
- @-webkit-keyframes hvr-wobble-horizontal {
678
- 16.65% {
679
- -webkit-transform: translateX(8px);
680
- transform: translateX(8px);
681
- }
682
- 33.3% {
683
- -webkit-transform: translateX(-6px);
684
- transform: translateX(-6px);
685
- }
686
- 49.95% {
687
- -webkit-transform: translateX(4px);
688
- transform: translateX(4px);
689
- }
690
- 66.6% {
691
- -webkit-transform: translateX(-2px);
692
- transform: translateX(-2px);
693
- }
694
- 83.25% {
695
- -webkit-transform: translateX(1px);
696
- transform: translateX(1px);
697
- }
698
- 100% {
699
- -webkit-transform: translateX(0);
700
- transform: translateX(0);
701
- }
702
- }
703
- @keyframes hvr-wobble-horizontal {
704
- 16.65% {
705
- -webkit-transform: translateX(8px);
706
- transform: translateX(8px);
707
- }
708
- 33.3% {
709
- -webkit-transform: translateX(-6px);
710
- transform: translateX(-6px);
711
- }
712
- 49.95% {
713
- -webkit-transform: translateX(4px);
714
- transform: translateX(4px);
715
- }
716
- 66.6% {
717
- -webkit-transform: translateX(-2px);
718
- transform: translateX(-2px);
719
- }
720
- 83.25% {
721
- -webkit-transform: translateX(1px);
722
- transform: translateX(1px);
723
- }
724
- 100% {
725
- -webkit-transform: translateX(0);
726
- transform: translateX(0);
727
- }
728
- }
729
- .hvr-wobble-horizontal {
730
- display: inline-block;
731
- vertical-align: middle;
732
- -webkit-transform: perspective(1px) translateZ(0);
733
- transform: perspective(1px) translateZ(0);
734
- box-shadow: 0 0 1px rgba(0, 0, 0, 0);
735
- }
736
-
737
- .hvr-wobble-horizontal:hover, .hvr-wobble-horizontal:focus, .hvr-wobble-horizontal:active {
738
- -webkit-animation-name: hvr-wobble-horizontal;
739
- animation-name: hvr-wobble-horizontal;
740
- -webkit-animation-duration: 1s;
741
- animation-duration: 1s;
742
- -webkit-animation-timing-function: ease-in-out;
743
- animation-timing-function: ease-in-out;
744
- -webkit-animation-iteration-count: 1;
745
- animation-iteration-count: 1;
746
- }
747
-
748
- %hvr-menu-item {
749
- vertical-align: middle;
750
- -webkit-transform: perspective(1px) translateZ(0);
751
- transform: perspective(1px) translateZ(0);
752
- box-shadow: 0 0 1px rgba(0, 0, 0, 0);
753
- -webkit-transition-duration: 0.3s;
754
- transition-duration: 0.3s;
755
- -webkit-transition-property: transform;
756
- transition-property: transform;
757
- }
758
-
759
- %hvr-menu-item:hover, %hvr-menu-item:focus, %hvr-menu-item:active {
760
- -webkit-transform: scale(1.1);
761
- transform: scale(1.1);
762
- }
763
-
764
-
765
- .hvr-grow {
766
- display: inline-block;
767
- vertical-align: middle;
768
- -webkit-transform: perspective(1px) translateZ(0);
769
- transform: perspective(1px) translateZ(0);
770
- box-shadow: 0 0 1px rgba(0, 0, 0, 0);
771
- -webkit-transition-duration: 0.3s;
772
- transition-duration: 0.3s;
773
- -webkit-transition-property: transform;
774
- transition-property: transform;
775
- }
776
-
777
- .hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
778
- -webkit-transform: scale(1.1);
779
- transform: scale(1.1);
780
- }
781
-
782
- // SlideWithPosition
783
- @keyframes slideWithPositionFromLeft {
784
- from {
785
- left: -100%;
786
- }
787
- to {
788
- left: 100%;
789
- }
790
- }
791
-
792
- @keyframes slideWithPositionRightToLeft {
793
- from {
794
- left: 100%;
795
- opacity: 0;
796
- }
797
- to {
798
- left: 0;
799
- opacity: 1;
800
- }
801
- }
802
-
803
- @keyframes slideRightToLeftWithFade {
804
- from {
805
- opacity: 0;
806
- transform: translateX(2%);
807
- } to {
808
- opacity: 1;
809
- transform: translateX(0);
810
- }
811
- }
812
-
813
- @keyframes slideLeftToRightWithFade {
814
- from {
815
- opacity: 0;
816
- transform: translateX(-2%);
817
- } to {
818
- opacity: 1;
819
- transform: translateX(0);
820
- }
821
- }