vinty-library 1.0.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 (59) hide show
  1. package/README.md +20 -0
  2. package/dist/Components/AmbienteBadge.d.ts +5 -0
  3. package/dist/Components/ContainerFields.d.ts +5 -0
  4. package/dist/Components/CustomSnackBar.d.ts +2 -0
  5. package/dist/Components/DataTable.d.ts +4 -0
  6. package/dist/Components/Filtros/FilterChips.d.ts +7 -0
  7. package/dist/Components/Filtros/FilterHistEmailErro.d.ts +2 -0
  8. package/dist/Components/GlobalSearchAutocomplete.d.ts +4 -0
  9. package/dist/Components/Icons/CustomIcon.d.ts +15 -0
  10. package/dist/Components/Icons/IconsSvg.d.ts +93 -0
  11. package/dist/Components/Icons/index.d.ts +2 -0
  12. package/dist/Components/Inputs/InputText.d.ts +7 -0
  13. package/dist/Components/Inputs/inputAutocomplete.d.ts +5 -0
  14. package/dist/Components/Inputs/inputCheck.d.ts +4 -0
  15. package/dist/Components/Inputs/inputDataPicker.d.ts +5 -0
  16. package/dist/Components/Inputs/inputRadio.d.ts +4 -0
  17. package/dist/Components/Inputs/inputTextArea.d.ts +5 -0
  18. package/dist/Components/Inputs/virtualKeyboard.d.ts +8 -0
  19. package/dist/Components/Modais/ModalConfirm.d.ts +17 -0
  20. package/dist/Components/Modais/ModalHistEmailErro.d.ts +8 -0
  21. package/dist/Components/NavBar/Demo.d.ts +2 -0
  22. package/dist/Components/NavBar/MenuNavbar.d.ts +10 -0
  23. package/dist/Components/NavBar/MenuNavbarMobile.d.ts +2 -0
  24. package/dist/Components/NavBar/ModalHistEmailErro.d.ts +8 -0
  25. package/dist/Components/NavBar/Navbar.d.ts +9 -0
  26. package/dist/Components/NavBar/Notificacao.d.ts +2 -0
  27. package/dist/Components/TitlePage.d.ts +7 -0
  28. package/dist/Contexts/AuthContext.d.ts +6 -0
  29. package/dist/Contexts/PrefsContext.d.ts +7 -0
  30. package/dist/Contexts/ThemeContext.d.ts +10 -0
  31. package/dist/GlobalStyle.d.ts +2 -0
  32. package/dist/GraphQL/mutations.d.ts +22 -0
  33. package/dist/GraphQL/queries.d.ts +56 -0
  34. package/dist/Helpers.d.ts +18 -0
  35. package/dist/Pages/Signin.d.ts +3 -0
  36. package/dist/Templates/Auth.d.ts +6 -0
  37. package/dist/Theme/breakpoints.d.ts +10 -0
  38. package/dist/Theme/components.d.ts +156 -0
  39. package/dist/Theme/index.d.ts +2 -0
  40. package/dist/Theme/shadows.d.ts +3 -0
  41. package/dist/Theme/typography.d.ts +3 -0
  42. package/dist/Theme/variants.d.ts +73 -0
  43. package/dist/Types/graphTypes.d.ts +947 -0
  44. package/dist/Types/types.d.ts +375 -0
  45. package/dist/auth.d.ts +4 -0
  46. package/dist/constants.d.ts +16 -0
  47. package/dist/hooks/useAuth.d.ts +2 -0
  48. package/dist/hooks/useCookies.d.ts +3 -0
  49. package/dist/hooks/useLocalStorage.d.ts +2 -0
  50. package/dist/hooks/usePrefs.d.ts +2 -0
  51. package/dist/hooks/useTheme.d.ts +5 -0
  52. package/dist/index.css +22 -0
  53. package/dist/index.d.ts +1331 -0
  54. package/dist/index.esm.css +22 -0
  55. package/dist/index.esm.js +45674 -0
  56. package/dist/index.esm.js.map +1 -0
  57. package/dist/index.js +45736 -0
  58. package/dist/index.js.map +1 -0
  59. package/package.json +87 -0
@@ -0,0 +1,22 @@
1
+ /*!
2
+ *
3
+ * react-simple-keyboard v3.8.185
4
+ * https://github.com/hodgef/react-simple-keyboard
5
+ *
6
+ * Copyright (c) Francisco Hodge (https://github.com/hodgef) and project contributors.
7
+ *
8
+ * This source code is licensed under the MIT license found in the
9
+ * LICENSE file in the root directory of this source tree.
10
+ *
11
+ */
12
+ /*!
13
+ *
14
+ * simple-keyboard v3.8.125
15
+ * https://github.com/hodgef/simple-keyboard
16
+ *
17
+ * Copyright (c) Francisco Hodge (https://github.com/hodgef) and project contributors.
18
+ *
19
+ * This source code is licensed under the MIT license found in the
20
+ * LICENSE file in the root directory of this source tree.
21
+ *
22
+ */.hg-theme-default{background-color:#ececec;border-radius:5px;box-sizing:border-box;font-family:HelveticaNeue-Light,Helvetica Neue Light,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;overflow:hidden;padding:5px;touch-action:manipulation;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%}.hg-theme-default .hg-button span,.hg-theme-default .hg-button span svg{pointer-events:none}.hg-theme-default button.hg-button{border-width:0;font-size:inherit}.hg-theme-default .hg-button{display:inline-block;flex-grow:1}.hg-theme-default .hg-row{display:flex}.hg-theme-default .hg-row:not(:last-child){margin-bottom:5px}.hg-theme-default .hg-row .hg-button-container,.hg-theme-default .hg-row .hg-button:not(:last-child){margin-right:5px}.hg-theme-default .hg-row>div:last-child{margin-right:0}.hg-theme-default .hg-row .hg-button-container{display:flex}.hg-theme-default .hg-button{-webkit-tap-highlight-color:rgba(0,0,0,0);align-items:center;background:#fff;border-bottom:1px solid #b5b5b5;border-radius:5px;box-shadow:0 0 3px -1px rgba(0,0,0,.3);box-sizing:border-box;cursor:pointer;display:flex;height:40px;justify-content:center;padding:5px}.hg-theme-default .hg-button.hg-standardBtn{width:20px}.hg-theme-default .hg-button.hg-activeButton{background:#efefef}.hg-theme-default.hg-layout-numeric .hg-button{align-items:center;display:flex;height:60px;justify-content:center;width:33.3%}.hg-theme-default .hg-button.hg-button-numpadadd,.hg-theme-default .hg-button.hg-button-numpadenter{height:85px}.hg-theme-default .hg-button.hg-button-numpad0{width:105px}.hg-theme-default .hg-button.hg-button-com{max-width:85px}.hg-theme-default .hg-button.hg-standardBtn.hg-button-at{max-width:45px}.hg-theme-default .hg-button.hg-selectedButton{background:rgba(5,25,70,.53);color:#fff}.hg-theme-default .hg-button.hg-standardBtn[data-skbtn=".com"]{max-width:82px}.hg-theme-default .hg-button.hg-standardBtn[data-skbtn="@"]{max-width:60px}.hg-candidate-box{background:#ececec;border-bottom:2px solid #b5b5b5;border-radius:5px;display:inline-flex;margin-top:-10px;position:absolute;transform:translateY(-100%);-webkit-user-select:none;-moz-user-select:none;user-select:none}ul.hg-candidate-box-list{display:flex;flex:1;list-style:none;margin:0;padding:0}li.hg-candidate-box-list-item{align-items:center;display:flex;height:40px;justify-content:center;width:40px}li.hg-candidate-box-list-item:hover{background:rgba(0,0,0,.03);cursor:pointer}li.hg-candidate-box-list-item:active{background:rgba(0,0,0,.1)}.hg-candidate-box-prev:before{content:"◄"}.hg-candidate-box-next:before{content:"►"}.hg-candidate-box-next,.hg-candidate-box-prev{align-items:center;color:#969696;cursor:pointer;display:flex;padding:0 10px}.hg-candidate-box-next{border-bottom-right-radius:5px;border-top-right-radius:5px}.hg-candidate-box-prev{border-bottom-left-radius:5px;border-top-left-radius:5px}.hg-candidate-box-btn-active{color:#444}