@prototyp/skeletor 1.0.6 → 1.0.7

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 (188) hide show
  1. package/README.md +1 -102
  2. package/lib/module/hooks/index.js +1 -1
  3. package/lib/module/hooks/index.js.map +1 -1
  4. package/lib/module/hooks/skeleform/README.md +100 -0
  5. package/lib/module/hooks/skeleform/package.json +53 -0
  6. package/lib/module/hooks/{useForm.js → skeleform/src/index.js} +1 -1
  7. package/lib/module/hooks/skeleform/src/index.js.map +1 -0
  8. package/lib/module/hooks/skeleform/tsconfig.json +14 -0
  9. package/lib/module/hooks/skeleform/yarn.lock +5132 -0
  10. package/lib/typescript/components/Block/Block.d.ts.map +1 -0
  11. package/lib/typescript/components/Block/index.d.ts.map +1 -0
  12. package/lib/typescript/components/InputFocusScrollView/InputFocusScrollView.d.ts.map +1 -0
  13. package/lib/typescript/components/InputFocusScrollView/index.d.ts.map +1 -0
  14. package/lib/typescript/components/Screen/Screen.d.ts.map +1 -0
  15. package/lib/typescript/components/Screen/index.d.ts.map +1 -0
  16. package/lib/typescript/components/SkeletorProvider/SkeletorContext.d.ts.map +1 -0
  17. package/lib/typescript/components/SkeletorProvider/SkeletorProvider.d.ts.map +1 -0
  18. package/lib/typescript/components/SkeletorProvider/index.d.ts.map +1 -0
  19. package/lib/typescript/components/Text/Text.d.ts.map +1 -0
  20. package/lib/typescript/components/Text/index.d.ts.map +1 -0
  21. package/lib/typescript/components/index.d.ts.map +1 -0
  22. package/lib/typescript/{lib/module/hooks → hooks}/index.d.ts +1 -1
  23. package/lib/typescript/hooks/index.d.ts.map +1 -0
  24. package/lib/typescript/{src/hooks/useForm.d.ts → hooks/skeleform/src/index.d.ts} +1 -1
  25. package/lib/typescript/hooks/skeleform/src/index.d.ts.map +1 -0
  26. package/lib/typescript/hooks/useAndroidBackHandler.d.ts.map +1 -0
  27. package/lib/typescript/hooks/useAnimation.d.ts.map +1 -0
  28. package/lib/typescript/hooks/useAnimationTimeline.d.ts.map +1 -0
  29. package/lib/typescript/hooks/useAppState.d.ts.map +1 -0
  30. package/lib/typescript/hooks/useSkeletor.d.ts.map +1 -0
  31. package/lib/typescript/index.d.ts.map +1 -0
  32. package/lib/typescript/models/Alignment.d.ts.map +1 -0
  33. package/lib/typescript/models/Border.d.ts.map +1 -0
  34. package/lib/typescript/models/Size.d.ts.map +1 -0
  35. package/lib/typescript/models/SkeletorConfig.d.ts.map +1 -0
  36. package/lib/typescript/models/Spacing.d.ts.map +1 -0
  37. package/lib/typescript/models/index.d.ts.map +1 -0
  38. package/lib/typescript/utils/extractAlignmentProperties.d.ts.map +1 -0
  39. package/lib/typescript/utils/extractSizeProperties.d.ts.map +1 -0
  40. package/lib/typescript/utils/index.d.ts.map +1 -0
  41. package/package.json +7 -6
  42. package/lib/module/hooks/useForm.js.map +0 -1
  43. package/lib/typescript/lib/module/components/Block/Block.d.ts +0 -4
  44. package/lib/typescript/lib/module/components/Block/Block.d.ts.map +0 -1
  45. package/lib/typescript/lib/module/components/Block/index.d.ts.map +0 -1
  46. package/lib/typescript/lib/module/components/InputFocusScrollView/InputFocusScrollView.d.ts +0 -4
  47. package/lib/typescript/lib/module/components/InputFocusScrollView/InputFocusScrollView.d.ts.map +0 -1
  48. package/lib/typescript/lib/module/components/InputFocusScrollView/index.d.ts.map +0 -1
  49. package/lib/typescript/lib/module/components/Screen/Screen.d.ts +0 -5
  50. package/lib/typescript/lib/module/components/Screen/Screen.d.ts.map +0 -1
  51. package/lib/typescript/lib/module/components/Screen/index.d.ts.map +0 -1
  52. package/lib/typescript/lib/module/components/SkeletorProvider/SkeletorContext.d.ts +0 -14
  53. package/lib/typescript/lib/module/components/SkeletorProvider/SkeletorContext.d.ts.map +0 -1
  54. package/lib/typescript/lib/module/components/SkeletorProvider/SkeletorProvider.d.ts +0 -8
  55. package/lib/typescript/lib/module/components/SkeletorProvider/SkeletorProvider.d.ts.map +0 -1
  56. package/lib/typescript/lib/module/components/SkeletorProvider/index.d.ts.map +0 -1
  57. package/lib/typescript/lib/module/components/Text/Text.d.ts +0 -4
  58. package/lib/typescript/lib/module/components/Text/Text.d.ts.map +0 -1
  59. package/lib/typescript/lib/module/components/Text/index.d.ts.map +0 -1
  60. package/lib/typescript/lib/module/components/index.d.ts.map +0 -1
  61. package/lib/typescript/lib/module/hooks/index.d.ts.map +0 -1
  62. package/lib/typescript/lib/module/hooks/useAndroidBackHandler.d.ts +0 -2
  63. package/lib/typescript/lib/module/hooks/useAndroidBackHandler.d.ts.map +0 -1
  64. package/lib/typescript/lib/module/hooks/useAnimation.d.ts +0 -9
  65. package/lib/typescript/lib/module/hooks/useAnimation.d.ts.map +0 -1
  66. package/lib/typescript/lib/module/hooks/useAnimationTimeline.d.ts +0 -10
  67. package/lib/typescript/lib/module/hooks/useAnimationTimeline.d.ts.map +0 -1
  68. package/lib/typescript/lib/module/hooks/useAppState.d.ts +0 -2
  69. package/lib/typescript/lib/module/hooks/useAppState.d.ts.map +0 -1
  70. package/lib/typescript/lib/module/hooks/useForm.d.ts +0 -33
  71. package/lib/typescript/lib/module/hooks/useForm.d.ts.map +0 -1
  72. package/lib/typescript/lib/module/hooks/useSkeletor.d.ts +0 -7
  73. package/lib/typescript/lib/module/hooks/useSkeletor.d.ts.map +0 -1
  74. package/lib/typescript/lib/module/index.d.ts.map +0 -1
  75. package/lib/typescript/lib/module/models/Alignment.d.ts +0 -2
  76. package/lib/typescript/lib/module/models/Alignment.d.ts.map +0 -1
  77. package/lib/typescript/lib/module/models/Border.d.ts +0 -2
  78. package/lib/typescript/lib/module/models/Border.d.ts.map +0 -1
  79. package/lib/typescript/lib/module/models/Size.d.ts +0 -2
  80. package/lib/typescript/lib/module/models/Size.d.ts.map +0 -1
  81. package/lib/typescript/lib/module/models/SkeletorConfig.d.ts +0 -1
  82. package/lib/typescript/lib/module/models/SkeletorConfig.d.ts.map +0 -1
  83. package/lib/typescript/lib/module/models/Spacing.d.ts +0 -2
  84. package/lib/typescript/lib/module/models/Spacing.d.ts.map +0 -1
  85. package/lib/typescript/lib/module/models/index.d.ts +0 -5
  86. package/lib/typescript/lib/module/models/index.d.ts.map +0 -1
  87. package/lib/typescript/lib/module/types/Font.d.d.ts +0 -1
  88. package/lib/typescript/lib/module/types/Font.d.d.ts.map +0 -1
  89. package/lib/typescript/lib/module/utils/extractAlignmentProperties.d.ts +0 -8
  90. package/lib/typescript/lib/module/utils/extractAlignmentProperties.d.ts.map +0 -1
  91. package/lib/typescript/lib/module/utils/extractSizeProperties.d.ts +0 -10
  92. package/lib/typescript/lib/module/utils/extractSizeProperties.d.ts.map +0 -1
  93. package/lib/typescript/lib/module/utils/index.d.ts.map +0 -1
  94. package/lib/typescript/src/components/Block/Block.d.ts.map +0 -1
  95. package/lib/typescript/src/components/Block/index.d.ts +0 -2
  96. package/lib/typescript/src/components/Block/index.d.ts.map +0 -1
  97. package/lib/typescript/src/components/InputFocusScrollView/InputFocusScrollView.d.ts.map +0 -1
  98. package/lib/typescript/src/components/InputFocusScrollView/index.d.ts +0 -2
  99. package/lib/typescript/src/components/InputFocusScrollView/index.d.ts.map +0 -1
  100. package/lib/typescript/src/components/Screen/Screen.d.ts.map +0 -1
  101. package/lib/typescript/src/components/Screen/index.d.ts +0 -2
  102. package/lib/typescript/src/components/Screen/index.d.ts.map +0 -1
  103. package/lib/typescript/src/components/SkeletorProvider/SkeletorContext.d.ts.map +0 -1
  104. package/lib/typescript/src/components/SkeletorProvider/SkeletorProvider.d.ts.map +0 -1
  105. package/lib/typescript/src/components/SkeletorProvider/index.d.ts +0 -3
  106. package/lib/typescript/src/components/SkeletorProvider/index.d.ts.map +0 -1
  107. package/lib/typescript/src/components/Text/Text.d.ts.map +0 -1
  108. package/lib/typescript/src/components/Text/index.d.ts +0 -2
  109. package/lib/typescript/src/components/Text/index.d.ts.map +0 -1
  110. package/lib/typescript/src/components/index.d.ts +0 -6
  111. package/lib/typescript/src/components/index.d.ts.map +0 -1
  112. package/lib/typescript/src/hooks/index.d.ts +0 -7
  113. package/lib/typescript/src/hooks/index.d.ts.map +0 -1
  114. package/lib/typescript/src/hooks/useAndroidBackHandler.d.ts.map +0 -1
  115. package/lib/typescript/src/hooks/useAnimation.d.ts.map +0 -1
  116. package/lib/typescript/src/hooks/useAnimationTimeline.d.ts.map +0 -1
  117. package/lib/typescript/src/hooks/useAppState.d.ts.map +0 -1
  118. package/lib/typescript/src/hooks/useForm.d.ts.map +0 -1
  119. package/lib/typescript/src/hooks/useSkeletor.d.ts.map +0 -1
  120. package/lib/typescript/src/index.d.ts +0 -5
  121. package/lib/typescript/src/index.d.ts.map +0 -1
  122. package/lib/typescript/src/models/Alignment.d.ts.map +0 -1
  123. package/lib/typescript/src/models/Border.d.ts.map +0 -1
  124. package/lib/typescript/src/models/Size.d.ts.map +0 -1
  125. package/lib/typescript/src/models/SkeletorConfig.d.ts.map +0 -1
  126. package/lib/typescript/src/models/Spacing.d.ts.map +0 -1
  127. package/lib/typescript/src/models/index.d.ts.map +0 -1
  128. package/lib/typescript/src/utils/extractAlignmentProperties.d.ts.map +0 -1
  129. package/lib/typescript/src/utils/extractSizeProperties.d.ts.map +0 -1
  130. package/lib/typescript/src/utils/index.d.ts +0 -3
  131. package/lib/typescript/src/utils/index.d.ts.map +0 -1
  132. package/src/components/Block/Block.tsx +0 -106
  133. package/src/components/Block/index.ts +0 -1
  134. package/src/components/InputFocusScrollView/InputFocusScrollView.tsx +0 -113
  135. package/src/components/InputFocusScrollView/index.ts +0 -1
  136. package/src/components/Screen/Screen.tsx +0 -91
  137. package/src/components/Screen/index.ts +0 -1
  138. package/src/components/SkeletorProvider/SkeletorContext.ts +0 -12
  139. package/src/components/SkeletorProvider/SkeletorProvider.tsx +0 -18
  140. package/src/components/SkeletorProvider/index.ts +0 -2
  141. package/src/components/Text/Text.tsx +0 -99
  142. package/src/components/Text/index.ts +0 -1
  143. package/src/components/index.ts +0 -5
  144. package/src/hooks/index.ts +0 -6
  145. package/src/hooks/useAndroidBackHandler.ts +0 -45
  146. package/src/hooks/useAnimation.ts +0 -62
  147. package/src/hooks/useAnimationTimeline.ts +0 -139
  148. package/src/hooks/useAppState.ts +0 -26
  149. package/src/hooks/useForm.ts +0 -208
  150. package/src/hooks/useSkeletor.ts +0 -7
  151. package/src/index.ts +0 -4
  152. package/src/models/Alignment.ts +0 -9
  153. package/src/models/Border.ts +0 -17
  154. package/src/models/Size.ts +0 -11
  155. package/src/models/SkeletorConfig.ts +0 -6
  156. package/src/models/Spacing.ts +0 -22
  157. package/src/models/index.ts +0 -5
  158. package/src/types/Font.d.ts +0 -1
  159. package/src/utils/extractAlignmentProperties.ts +0 -13
  160. package/src/utils/extractSizeProperties.ts +0 -13
  161. package/src/utils/index.ts +0 -2
  162. /package/lib/typescript/{src/components → components}/Block/Block.d.ts +0 -0
  163. /package/lib/typescript/{lib/module/components → components}/Block/index.d.ts +0 -0
  164. /package/lib/typescript/{src/components → components}/InputFocusScrollView/InputFocusScrollView.d.ts +0 -0
  165. /package/lib/typescript/{lib/module/components → components}/InputFocusScrollView/index.d.ts +0 -0
  166. /package/lib/typescript/{src/components → components}/Screen/Screen.d.ts +0 -0
  167. /package/lib/typescript/{lib/module/components → components}/Screen/index.d.ts +0 -0
  168. /package/lib/typescript/{src/components → components}/SkeletorProvider/SkeletorContext.d.ts +0 -0
  169. /package/lib/typescript/{src/components → components}/SkeletorProvider/SkeletorProvider.d.ts +0 -0
  170. /package/lib/typescript/{lib/module/components → components}/SkeletorProvider/index.d.ts +0 -0
  171. /package/lib/typescript/{src/components → components}/Text/Text.d.ts +0 -0
  172. /package/lib/typescript/{lib/module/components → components}/Text/index.d.ts +0 -0
  173. /package/lib/typescript/{lib/module/components → components}/index.d.ts +0 -0
  174. /package/lib/typescript/{src/hooks → hooks}/useAndroidBackHandler.d.ts +0 -0
  175. /package/lib/typescript/{src/hooks → hooks}/useAnimation.d.ts +0 -0
  176. /package/lib/typescript/{src/hooks → hooks}/useAnimationTimeline.d.ts +0 -0
  177. /package/lib/typescript/{src/hooks → hooks}/useAppState.d.ts +0 -0
  178. /package/lib/typescript/{src/hooks → hooks}/useSkeletor.d.ts +0 -0
  179. /package/lib/typescript/{lib/module/index.d.ts → index.d.ts} +0 -0
  180. /package/lib/typescript/{src/models → models}/Alignment.d.ts +0 -0
  181. /package/lib/typescript/{src/models → models}/Border.d.ts +0 -0
  182. /package/lib/typescript/{src/models → models}/Size.d.ts +0 -0
  183. /package/lib/typescript/{src/models → models}/SkeletorConfig.d.ts +0 -0
  184. /package/lib/typescript/{src/models → models}/Spacing.d.ts +0 -0
  185. /package/lib/typescript/{src/models → models}/index.d.ts +0 -0
  186. /package/lib/typescript/{src/utils → utils}/extractAlignmentProperties.d.ts +0 -0
  187. /package/lib/typescript/{src/utils → utils}/extractSizeProperties.d.ts +0 -0
  188. /package/lib/typescript/{lib/module/utils → utils}/index.d.ts +0 -0
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Block.d.ts","sourceRoot":"","sources":["../../../../src/components/Block/Block.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,iBAAiB,EAAW,MAAM,OAAO,CAAC;AAC1D,OAAO,EAEL,SAAS,EAGT,SAAS,EACT,SAAS,EACV,MAAM,cAAc,CAAC;AACtB,OAAO,EAAE,SAAS,EAAE,MAAM,EAAE,IAAI,EAAE,OAAO,EAAE,MAAM,cAAc,CAAC;AAGhE,UAAU,WAAY,SAAQ,SAAS;IACrC,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,QAAQ,CAAC,EAAE,SAAS,CAAC,UAAU,CAAC,CAAC;CAClC;AAED,UAAU,oBAAqB,SAAQ,WAAW;IAChD,UAAU,EAAE,IAAI,CAAC;IACjB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,4BAA4B,CAAC,EAAE,OAAO,CAAC;IACvC,8BAA8B,CAAC,EAAE,OAAO,CAAC;IACzC,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,KAAK,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;CAC9B;AAED,MAAM,WAAW,cAAe,SAAQ,WAAW;IACjD,UAAU,CAAC,EAAE,KAAK,GAAG,SAAS,CAAC;CAChC;AA4CD,aAAK,SAAS,GAAG,SAAS,GAAG,OAAO,GAAG,IAAI,GAAG,MAAM,CAAC;AACrD,oBAAY,UAAU,GAAG,CAAC,cAAc,GAAG,oBAAoB,CAAC,GAAG,SAAS,CAAC;AAE7E,eAAO,MAAM,KAAK,EAAE,KAAK,CAAC,EAAE,CAAC,iBAAiB,CAAC,UAAU,CAAC,CA8BzD,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/Block/index.ts"],"names":[],"mappings":"AAAA,cAAc,SAAS,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"InputFocusScrollView.d.ts","sourceRoot":"","sources":["../../../../src/components/InputFocusScrollView/InputFocusScrollView.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA2B,MAAM,OAAO,CAAC;AAChD,OAAO,EAGL,oBAAoB,EAEpB,eAAe,EAEf,uBAAuB,EAKxB,MAAM,cAAc,CAAC;AACtB,OAAO,EAAE,OAAO,EAAE,MAAM,cAAc,CAAC;AAEvC,MAAM,WAAW,yBACf,SAAQ,IAAI,CAAC,eAAe,EAAE,UAAU,CAAC,EACvC,OAAO;IACT,4LAA4L;IAC5L,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B,MAAM,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACzB,QAAQ,EAAE,CACR,YAAY,EAAE,CAAC,CAAC,EAAE,oBAAoB,CAAC,uBAAuB,CAAC,KAAK,IAAI,KACrE,KAAK,CAAC,SAAS,CAAC;CACtB;AAED;;;;;;GAMG;AACH,eAAO,MAAM,oBAAoB,EAAE,KAAK,CAAC,EAAE,CAAC,yBAAyB,CAqEpE,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/InputFocusScrollView/index.ts"],"names":[],"mappings":"AAAA,cAAc,wBAAwB,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Screen.d.ts","sourceRoot":"","sources":["../../../../src/components/Screen/Screen.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AACjD,OAAO,EAGL,SAAS,EAKV,MAAM,cAAc,CAAC;AAItB,aAAK,QAAQ,GAAG;IACd,2HAA2H;IAC3H,UAAU,CAAC,EAAE,GAAG,CAAC,OAAO,GAAG,MAAM,CAAC;IAClC,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,kBAAkB,CAAC,EAAE,OAAO,CAAC;IAC7B,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,aAAa,CAAC,EAAE,SAAS,GAAG,eAAe,GAAG,cAAc,CAAC;IAC7D,WAAW,CAAC,EAAE,OAAO,CAAC;CACvB,CAAC;AAEF,oBAAY,WAAW,GAAG,QAAQ,GAAG,SAAS,CAAC;AAE/C,eAAO,MAAM,MAAM,EAAE,KAAK,CAAC,EAAE,CAAC,iBAAiB,CAAC,WAAW,CAAC,CAwD3D,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/Screen/index.ts"],"names":[],"mappings":"AAAA,cAAc,UAAU,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SkeletorContext.d.ts","sourceRoot":"","sources":["../../../../src/components/SkeletorProvider/SkeletorContext.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,cAAc,EAAE,MAAM,cAAc,CAAC;AAE9C,eAAO,MAAM,gBAAgB,EAAE,cAK9B,CAAC;AAEF,eAAO,MAAM,eAAe,+BAC2B,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SkeletorProvider.d.ts","sourceRoot":"","sources":["../../../../src/components/SkeletorProvider/SkeletorProvider.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AACjD,OAAO,EAAE,cAAc,EAAE,MAAM,cAAc,CAAC;AAG9C,aAAK,KAAK,GAAG,OAAO,CAAC,cAAc,CAAC,CAAC;AAErC;0DAC0D;AAC1D,eAAO,MAAM,gBAAgB,EAAE,KAAK,CAAC,EAAE,CAAC,iBAAiB,CAAC,KAAK,CAAC,CAS/D,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/SkeletorProvider/index.ts"],"names":[],"mappings":"AAAA,cAAc,oBAAoB,CAAC;AACnC,cAAc,mBAAmB,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Text.d.ts","sourceRoot":"","sources":["../../../../src/components/Text/Text.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,iBAAiB,EAAW,MAAM,OAAO,CAAC;AAC1D,OAAO,EAGL,SAAS,IAAI,WAAW,EACxB,SAAS,EACV,MAAM,cAAc,CAAC;AACtB,OAAO,EAAE,IAAI,EAAE,OAAO,EAAE,MAAM,cAAc,CAAC;AAI7C,UAAU,QAAS,SAAQ,WAAW;IACpC;8DAC0D;IAC1D,IAAI,CAAC,EAAE,IAAI,CAAC;IACZ,oGAAoG;IACpG,IAAI,CAAC,EAAE,CAAC,MAAM,EAAE,MAAM,CAAC,GAAG,MAAM,CAAC;IACjC,aAAa,CAAC,EAAE,SAAS,CAAC,eAAe,CAAC,CAAC;IAC3C,aAAa,CAAC,EAAE,SAAS,CAAC,eAAe,CAAC,CAAC;IAC3C,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,SAAS,CAAC,EAAE,SAAS,CAAC,WAAW,CAAC,CAAC;IACnC,OAAO,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;CAChC;AAED,oBAAY,SAAS,GAAG,QAAQ,GAAG,OAAO,GAAG,IAAI,CAAC;AAElD;0DAC0D;AAC1D,eAAO,MAAM,IAAI,EAAE,KAAK,CAAC,EAAE,CAAC,iBAAiB,CAAC,SAAS,CAAC,CAsEvD,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/Text/index.ts"],"names":[],"mappings":"AAAA,cAAc,QAAQ,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/index.ts"],"names":[],"mappings":"AAAA,cAAc,QAAQ,CAAC;AACvB,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC;AACxB,cAAc,oBAAoB,CAAC;AACnC,cAAc,wBAAwB,CAAC"}
@@ -1,7 +1,7 @@
1
- export * from "./useForm";
2
1
  export * from "./useAnimation";
3
2
  export * from "./useAnimationTimeline";
4
3
  export * from "./useAppState";
5
4
  export * from "./useSkeletor";
6
5
  export * from "./useAndroidBackHandler";
6
+ export * from "./skeleform/src/index";
7
7
  //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/hooks/index.ts"],"names":[],"mappings":"AAAA,cAAc,gBAAgB,CAAC;AAC/B,cAAc,wBAAwB,CAAC;AACvC,cAAc,eAAe,CAAC;AAC9B,cAAc,eAAe,CAAC;AAC9B,cAAc,yBAAyB,CAAC;AACxC,cAAc,uBAAuB,CAAC"}
@@ -49,4 +49,4 @@ export declare function useFormUtils<T>(config?: FormConfig<T>): {
49
49
  };
50
50
  };
51
51
  export {};
52
- //# sourceMappingURL=useForm.d.ts.map
52
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/hooks/skeleform/src/index.ts"],"names":[],"mappings":"AAEA,oBAAY,UAAU,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,OAAO,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,OAAO;CAAE,CAAC;AAClE,aAAK,KAAK,CAAC,CAAC,IAAI;KACb,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,EAAE,CACf,KAAK,EAAE,CAAC,CAAC,CAAC,CAAC,EACX,KAAK,EAAE,CAAC,EACR,QAAQ,EAAE,OAAO,KACd,OAAO,GAAG,SAAS;CACzB,CAAC;AAEF,oBAAY,MAAM,CAAC,CAAC,IAAI;KACrB,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CACrB,CAAC;AAEF,oBAAY,UAAU,CAAC,CAAC,IAAI;IAC1B,8FAA8F;IAC9F,QAAQ,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC;IAC1B,2UAA2U;IAC3U,KAAK,CAAC,EAAE,KAAK,CAAC,CAAC,CAAC,CAAC;IACjB,sGAAsG;IACtG,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB,CAAC;AAEF;;;;;;;;GAQG;AACH,wBAAgB,OAAO,CAAC,CAAC,EAAE,MAAM,EAAE,MAAM,CAAC,CAAC,CAAC,EAAE,MAAM,CAAC,EAAE,UAAU,CAAC,CAAC,CAAC;;;8EA2B/C,OAAO;;wBAmBD,OAAO;;;;;;EAgDjC;AAED,0EAA0E;AAC1E,wBAAgB,YAAY,CAAC,CAAC,EAAE,MAAM,CAAC,EAAE,UAAU,CAAC,CAAC,CAAC;4BAE3C,CAAC,CAAC,MAAM,CAAC,CAAC;oEA6BV,OAAO,CAAC,CAAC;sBARO,MAAM,CAAC;2BAkBF,MAAM,CAAC,SAAS,CAAC,CAAC,MAAM,CAAC,CAAC,SAAS,OAAO,CAAC,CAAC;6BAY1C,OAAO,CAAC,CAAC;;;;EAuB1C"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useAndroidBackHandler.d.ts","sourceRoot":"","sources":["../../../src/hooks/useAndroidBackHandler.ts"],"names":[],"mappings":"AAGA,UAAU,YAAY;IACpB,yDAAyD;IACzD,OAAO,EAAE,OAAO,CAAC;CAClB;AACD,UAAU,YAAa,SAAQ,YAAY;IACzC,wFAAwF;IACxF,WAAW,EAAE,MAAM,IAAI,CAAC;CACzB;AAED,UAAU,WAAY,SAAQ,YAAY;IACxC,8EAA8E;IAC9E,cAAc,EAAE,OAAO,CAAC;CACzB;AAED,oBAAY,wBAAwB,GAAG,YAAY,GAAG,WAAW,CAAC;AAQlE,wBAAgB,qBAAqB,CAAC,KAAK,EAAE,wBAAwB,QAmBpE"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useAnimation.d.ts","sourceRoot":"","sources":["../../../src/hooks/useAnimation.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAEnD,mDAAmD;AACnD,aAAK,SAAS,CAAC,IAAI,SAAS,MAAM,OAAO,CAAC,SAAS,CAAC,IAAI,MAAM,CAC5D,IAAI,EACJ,QAAQ,CAAC,qBAAqB,CAAC,MAAM,GAAG,MAAM,CAAC,GAAG,GAAG,CACtD,CAAC;AACF,aAAK,UAAU,CAAC,IAAI,SAAS,MAAM,OAAO,CAAC,SAAS,CAAC,IAAI,MAAM,CAC7D,IAAI,EACJ,MAAM,EAAE,GAAG,MAAM,EAAE,CACpB,CAAC;AAEF,UAAU,aAAa;IACrB,qBAAqB;IACrB,QAAQ,EAAE,MAAM,CAAC;IACjB,yHAAyH;IACzH,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,eAAe,CAAC,EAAE,OAAO,CAAC;CAC3B;AAED,MAAM,WAAW,YAAY,CAAC,IAAI,SAAS,MAAM,OAAO,CAAC,SAAS,CAAC;IACjE,MAAM,EAAE,QAAQ,CAAC,KAAK,EAAE,CAAC;IACzB,WAAW,EAAE,UAAU,CAAC,IAAI,CAAC,CAAC;IAC9B,UAAU,EAAE,SAAS,CAAC,IAAI,CAAC,CAAC;IAC5B,aAAa,EAAE,aAAa,CAAC;CAC9B;AAED,wBAAgB,YAAY,CAAC,IAAI,SAAS,MAAM,OAAO,CAAC,SAAS,CAAC,EAChE,MAAM,EAAE,UAAU,CAAC,IAAI,CAAC,EACxB,aAAa,CAAC,EAAE,aAAa,GAC5B,YAAY,CAAC,IAAI,CAAC,CA8BpB"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useAnimationTimeline.d.ts","sourceRoot":"","sources":["../../../src/hooks/useAnimationTimeline.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAE9C,UAAU,gBAAgB;IACxB,QAAQ,EAAE,YAAY,CAAC,GAAG,CAAC,EAAE,CAAC;IAC9B,KAAK,EAAE,OAAO,CAAC;IACf,UAAU,CAAC,EAAE,MAAM,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,MAAM,IAAI,CAAC;CACxB;AAED,aAAK,aAAa,GAAG,gBAAgB,GAAG;IACtC,KAAK,EAAE,MAAM,CAAC;CACf,CAAC;AACF,aAAK,eAAe,GAAG,gBAAgB,GAAG;IACxC,OAAO,EAAE,MAAM,CAAC;CACjB,CAAC;AAEF,UAAU,qBAAqB;IAC7B,KAAK,CAAC,EAAE,aAAa,CAAC;IACtB,QAAQ,CAAC,EAAE,gBAAgB,CAAC;IAC5B,QAAQ,CAAC,EAAE,gBAAgB,CAAC;IAC5B,OAAO,CAAC,EAAE,eAAe,CAAC;CAC3B;AAED;;;;;;;EAOE;AACF,wBAAgB,oBAAoB,CAAC,MAAM,EAAE,qBAAqB,GAAG,IAAI,CAyGxE"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useAppState.d.ts","sourceRoot":"","sources":["../../../src/hooks/useAppState.ts"],"names":[],"mappings":"AAGA,UAAU,MAAM;IACd,YAAY,CAAC,EAAE,MAAM,IAAI,CAAC;IAC1B,YAAY,CAAC,EAAE,MAAM,IAAI,CAAC;CAC3B;AAED,wBAAgB,WAAW,CAAC,EAAE,YAAY,EAAE,YAAY,EAAE,EAAE,MAAM,QAiBjE"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useSkeletor.d.ts","sourceRoot":"","sources":["../../../src/hooks/useSkeletor.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,cAAc,EAAE,MAAM,WAAW,CAAC;AAG3C,wBAAgB,WAAW,IAAI,cAAc,CAE5C"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAC;AAC7B,cAAc,SAAS,CAAC;AACxB,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Alignment.d.ts","sourceRoot":"","sources":["../../../src/models/Alignment.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAEzC,MAAM,WAAW,SAAS;IACxB,KAAK,CAAC,EAAE,SAAS,CAAC,YAAY,CAAC,CAAC;IAChC,SAAS,CAAC,EAAE,SAAS,CAAC,WAAW,CAAC,CAAC;IACnC,OAAO,CAAC,EAAE,SAAS,CAAC,gBAAgB,CAAC,CAAC;IACtC,aAAa,CAAC,EAAE,SAAS,CAAC,eAAe,CAAC,CAAC;IAC3C,QAAQ,CAAC,EAAE,SAAS,CAAC,UAAU,CAAC,CAAC;CAClC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Border.d.ts","sourceRoot":"","sources":["../../../src/models/Border.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,sBAAsB,EAAE,MAAM,oBAAoB,CAAC;AAE5D,MAAM,WAAW,MAAM;IACrB,MAAM,CAAC,EAAE;QACP,WAAW,CAAC,EAAE,MAAM,CAAC;QACrB,cAAc,CAAC,EAAE,MAAM,CAAC;QACxB,iBAAiB,CAAC,EAAE,MAAM,CAAC;QAC3B,eAAe,CAAC,EAAE,MAAM,CAAC;QACzB,gBAAgB,CAAC,EAAE,MAAM,CAAC;QAC1B,WAAW,CAAC,EAAE,MAAM,CAAC;QACrB,YAAY,CAAC,EAAE,sBAAsB,CAAC;QACtC,mBAAmB,CAAC,EAAE,sBAAsB,CAAC;QAC7C,oBAAoB,CAAC,EAAE,sBAAsB,CAAC;QAC9C,sBAAsB,CAAC,EAAE,sBAAsB,CAAC;QAChD,uBAAuB,CAAC,EAAE,sBAAsB,CAAC;KAClD,CAAC;CACH"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Size.d.ts","sourceRoot":"","sources":["../../../src/models/Size.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,oBAAoB,CAAC;AAEpD,MAAM,WAAW,IAAI;IACnB,KAAK,CAAC,EAAE,cAAc,CAAC;IACvB,MAAM,CAAC,EAAE,cAAc,CAAC;IACxB,SAAS,CAAC,EAAE,cAAc,CAAC;IAC3B,QAAQ,CAAC,EAAE,cAAc,CAAC;IAC1B,SAAS,CAAC,EAAE,cAAc,CAAC;IAC3B,QAAQ,CAAC,EAAE,cAAc,CAAC;IAC1B,IAAI,CAAC,EAAE,MAAM,CAAC;CACf"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SkeletorConfig.d.ts","sourceRoot":"","sources":["../../../src/models/SkeletorConfig.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,cAAc;IAC7B,WAAW,EAAE,IAAI,GAAG,SAAS,CAAC;IAC9B,eAAe,EAAE,CAAC,MAAM,EAAE,MAAM,CAAC,GAAG,MAAM,CAAC;IAC3C,oBAAoB,EAAE,cAAc,GAAG,eAAe,GAAG,SAAS,CAAC;IACnE,gBAAgB,EAAE,MAAM,CAAC;CAC1B"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Spacing.d.ts","sourceRoot":"","sources":["../../../src/models/Spacing.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,oBAAoB,CAAC;AAEpD,MAAM,WAAW,OAAO;IACtB,OAAO,CAAC,EAAE;QACR,SAAS,CAAC,EAAE,cAAc,CAAC;QAC3B,YAAY,CAAC,EAAE,cAAc,CAAC;QAC9B,UAAU,CAAC,EAAE,cAAc,CAAC;QAC5B,WAAW,CAAC,EAAE,cAAc,CAAC;QAC7B,gBAAgB,CAAC,EAAE,cAAc,CAAC;QAClC,cAAc,CAAC,EAAE,cAAc,CAAC;QAChC,MAAM,CAAC,EAAE,cAAc,CAAC;KACzB,CAAC;IACF,QAAQ,CAAC,EAAE;QACT,UAAU,CAAC,EAAE,cAAc,CAAC;QAC5B,aAAa,CAAC,EAAE,cAAc,CAAC;QAC/B,WAAW,CAAC,EAAE,cAAc,CAAC;QAC7B,YAAY,CAAC,EAAE,cAAc,CAAC;QAC9B,iBAAiB,CAAC,EAAE,cAAc,CAAC;QACnC,eAAe,CAAC,EAAE,cAAc,CAAC;QACjC,OAAO,CAAC,EAAE,cAAc,CAAC;KAC1B,CAAC;CACH"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAC;AAC5B,cAAc,UAAU,CAAC;AACzB,cAAc,QAAQ,CAAC;AACvB,cAAc,kBAAkB,CAAC;AACjC,cAAc,WAAW,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"extractAlignmentProperties.d.ts","sourceRoot":"","sources":["../../../src/utils/extractAlignmentProperties.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,WAAW,CAAC;AAEtC,wBAAgB,0BAA0B,CAAC,KAAK,SAAS,SAAS,EAChE,KAAK,EAAE,KAAK,GACX,SAAS,CAQX"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"extractSizeProperties.d.ts","sourceRoot":"","sources":["../../../src/utils/extractSizeProperties.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,WAAW,CAAC;AAEjC,wBAAgB,qBAAqB,CAAC,KAAK,SAAS,IAAI,EAAE,KAAK,EAAE,KAAK,GAAG,IAAI,CAU5E"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/utils/index.ts"],"names":[],"mappings":"AAAA,cAAc,8BAA8B,CAAC;AAC7C,cAAc,yBAAyB,CAAC"}
package/package.json CHANGED
@@ -2,8 +2,9 @@
2
2
  "name": "@prototyp/skeletor",
3
3
  "description": "React-Native UI and functional toolkit",
4
4
  "author": "Luka Buljan <luka@prototyp.digital>",
5
- "version": "1.0.6",
6
- "types": "lib/typescript/src/index.d.ts",
5
+ "version": "1.0.7",
6
+ "license": "MIT",
7
+ "types": "lib/typescript/index.d.ts",
7
8
  "main": "lib/module/index.js",
8
9
  "react-native": "src/index.ts",
9
10
  "module": "lib/module/index.js",
@@ -39,6 +40,8 @@
39
40
  "react-native",
40
41
  "ui",
41
42
  "kit",
43
+ "form",
44
+ "input",
42
45
  "validation",
43
46
  "animation",
44
47
  "helpers",
@@ -46,11 +49,9 @@
46
49
  "utils"
47
50
  ],
48
51
  "files": [
49
- "src",
50
52
  "lib",
51
- "!**/__tests__",
52
- "!**/__fixtures__",
53
- "!**/__mocks__"
53
+ "README.md",
54
+ "package.json"
54
55
  ],
55
56
  "react-native-builder-bob": {
56
57
  "source": "src",
@@ -1 +0,0 @@
1
- {"version":3,"names":["useEffect","useState","useForm","values","config","keys","Object","validation","setValidation","initialState","setInitialState","state","setState","fieldValidation","stateValidation","isOptional","useFormUtils","changed","filter","key","length","updatedState","forEach","update","value","shouldValidate","s","undefined","validate","validateForm","formValidationState","valid","isFormValid","some","resetState","resetInitialValues","resetValidation","clearForm","doesValueExist","isNaN","Date","valueOf","optional","includes","validateByRule","rules","hasValue","map"],"sourceRoot":"../../src","sources":["useForm.ts"],"mappings":"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"}
@@ -1,4 +0,0 @@
1
- export function Block(_ref2: any): React.FunctionComponentElement<any> | React.CElement<import("react-native").ScrollViewProps, ScrollView>;
2
- import React from "react";
3
- import { ScrollView } from "react-native/Libraries/Components/ScrollView/ScrollView";
4
- //# sourceMappingURL=Block.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Block.d.ts","sourceRoot":"","sources":["../../../../../module/components/Block/Block.js"],"names":[],"mappings":"AAuCO,4IA8BN"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../module/components/Block/index.js"],"names":[],"mappings":""}
@@ -1,4 +0,0 @@
1
- export function InputFocusScrollView(_ref: any): React.CElement<import("react-native").ScrollViewProps, ScrollView>;
2
- import { ScrollView } from "react-native/Libraries/Components/ScrollView/ScrollView";
3
- import React from "react";
4
- //# sourceMappingURL=InputFocusScrollView.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"InputFocusScrollView.d.ts","sourceRoot":"","sources":["../../../../../module/components/InputFocusScrollView/InputFocusScrollView.js"],"names":[],"mappings":"AAUO,oHA6DN"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../module/components/InputFocusScrollView/index.js"],"names":[],"mappings":""}
@@ -1,5 +0,0 @@
1
- export function Screen(_ref: any): React.FunctionComponentElement<{
2
- children?: React.ReactNode;
3
- }>;
4
- import React from "react";
5
- //# sourceMappingURL=Screen.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Screen.d.ts","sourceRoot":"","sources":["../../../../../module/components/Screen/Screen.js"],"names":[],"mappings":"AAKO;;GAyCN"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../module/components/Screen/index.js"],"names":[],"mappings":""}
@@ -1,14 +0,0 @@
1
- export namespace SkeletorDefaults {
2
- const defaultFont: undefined;
3
- const defaultFontSize: number[];
4
- const defaultStatusBarType: string;
5
- const defaultTextColor: string;
6
- }
7
- export const SkeletorContext: React.Context<{
8
- defaultFont: undefined;
9
- defaultFontSize: number[];
10
- defaultStatusBarType: string;
11
- defaultTextColor: string;
12
- }>;
13
- import React from "react";
14
- //# sourceMappingURL=SkeletorContext.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"SkeletorContext.d.ts","sourceRoot":"","sources":["../../../../../module/components/SkeletorProvider/SkeletorContext.js"],"names":[],"mappings":";;;;;;AAOA;;;;;GAAkF"}
@@ -1,8 +0,0 @@
1
- export function SkeletorProvider(_ref: any): React.FunctionComponentElement<React.ProviderProps<{
2
- defaultFont: undefined;
3
- defaultFontSize: number[];
4
- defaultStatusBarType: string;
5
- defaultTextColor: string;
6
- }>>;
7
- import React from "react";
8
- //# sourceMappingURL=SkeletorProvider.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"SkeletorProvider.d.ts","sourceRoot":"","sources":["../../../../../module/components/SkeletorProvider/SkeletorProvider.js"],"names":[],"mappings":"AAIO;;;;;IAWN"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../module/components/SkeletorProvider/index.js"],"names":[],"mappings":""}
@@ -1,4 +0,0 @@
1
- export function Text(_ref: any): React.CElement<import("react-native").TextProps, RNText>;
2
- import { Text as RNText } from "react-native/Libraries/Text/Text";
3
- import React from "react";
4
- //# sourceMappingURL=Text.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Text.d.ts","sourceRoot":"","sources":["../../../../../module/components/Text/Text.js"],"names":[],"mappings":"AAOO,0FAuDN"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../module/components/Text/index.js"],"names":[],"mappings":""}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../module/components/index.js"],"names":[],"mappings":""}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../module/hooks/index.js"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export function useAndroidBackHandler(props: any): void;
2
- //# sourceMappingURL=useAndroidBackHandler.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"useAndroidBackHandler.d.ts","sourceRoot":"","sources":["../../../../module/hooks/useAndroidBackHandler.js"],"names":[],"mappings":"AAKA,wDAiBC"}
@@ -1,9 +0,0 @@
1
- /** Any is a hotfix, requires more investigation */
2
- export function useAnimation(styles: any, configuration: any): {
3
- values: Animated.Value[];
4
- animations: {};
5
- configuration: any;
6
- definitions: any;
7
- };
8
- import { Animated } from "react-native/Libraries/Animated/Animated";
9
- //# sourceMappingURL=useAnimation.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"useAnimation.d.ts","sourceRoot":"","sources":["../../../../module/hooks/useAnimation.js"],"names":[],"mappings":"AAGA,mDAAmD;AAEnD;;;;;EA0BC"}
@@ -1,10 +0,0 @@
1
- /** Used to layout animated values on a timeline and handle starting/reversing the animations.
2
- * Supports all Animated types (delay, stagger, parallel, sequence).
3
- * @example
4
- * useAnimationTimeline({
5
- stagger: { elements: [ring1, ring2, ring3], stagger: 900, start: show },
6
- sequence: { elements: [button], start: Boolean(show && !disabled) },
7
- });
8
- */
9
- export function useAnimationTimeline(config: any): void;
10
- //# sourceMappingURL=useAnimationTimeline.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"useAnimationTimeline.d.ts","sourceRoot":"","sources":["../../../../module/hooks/useAnimationTimeline.js"],"names":[],"mappings":"AAEA;;;;;;;EAOE;AACF,wDAqFC"}
@@ -1,2 +0,0 @@
1
- export function useAppState(_ref: any): void;
2
- //# sourceMappingURL=useAppState.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"useAppState.d.ts","sourceRoot":"","sources":["../../../../module/hooks/useAppState.js"],"names":[],"mappings":"AAEA,6CAiBC"}
@@ -1,33 +0,0 @@
1
- /** One-fits-all solution to manage state changes, field validation and optional entries within a form.
2
- * @example <caption>Simple use case:</caption>
3
- * const { state, validation, update } = useForm({ email: '', password: '', });
4
- *
5
- *
6
- * @example <caption>For more complex form states (ie one field can be of multiple types), you should pass the form's type:</caption>
7
- * const { state, validation, update } = useForm<{ numericOrUndefined: number | undefined }>({ numericOrUndefined: undefined }, { rules: { numericOrUndefined: (value: number | undefined): boolean | undefined => ... }});
8
- *
9
- */
10
- export function useForm(values: any, config: any): {
11
- state: any;
12
- validation: {};
13
- update: (key: any, value: any, shouldValidate: any) => void;
14
- validate: (key: any) => void;
15
- validateForm: () => boolean;
16
- isFormValid: () => boolean;
17
- clearForm: () => void;
18
- resetState: () => void;
19
- resetValidation: () => void;
20
- resetInitialValues: () => void;
21
- };
22
- /** Helper hook to validate form state outside of the scope of useForm. */
23
- export function useFormUtils(config: any): {
24
- doesValueExist: (value: any) => boolean;
25
- validateByRule: (key: any, value: any, state: any) => any;
26
- isOptional: (key: any) => any;
27
- fieldValidation: (key: any, value: any, state: any) => any;
28
- stateValidation: (state: any) => {
29
- valid: boolean;
30
- validation: {};
31
- };
32
- };
33
- //# sourceMappingURL=useForm.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"useForm.d.ts","sourceRoot":"","sources":["../../../../module/hooks/useForm.js"],"names":[],"mappings":"AACA;;;;;;;;GAQG;AACH;;;;;;;;;;;EA+FC;AAED,0EAA0E;AAC1E;;;;;;;;;EAgEC"}
@@ -1,7 +0,0 @@
1
- export function useSkeletor(): {
2
- defaultFont: undefined;
3
- defaultFontSize: number[];
4
- defaultStatusBarType: string;
5
- defaultTextColor: string;
6
- };
7
- //# sourceMappingURL=useSkeletor.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"useSkeletor.d.ts","sourceRoot":"","sources":["../../../../module/hooks/useSkeletor.js"],"names":[],"mappings":"AAEA;;;;;EAEC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../module/index.js"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=Alignment.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Alignment.d.ts","sourceRoot":"","sources":["../../../../module/models/Alignment.js"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=Border.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Border.d.ts","sourceRoot":"","sources":["../../../../module/models/Border.js"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=Size.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Size.d.ts","sourceRoot":"","sources":["../../../../module/models/Size.js"],"names":[],"mappings":""}
@@ -1 +0,0 @@
1
- //# sourceMappingURL=SkeletorConfig.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"SkeletorConfig.d.ts","sourceRoot":"","sources":["../../../../module/models/SkeletorConfig.js"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=Spacing.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Spacing.d.ts","sourceRoot":"","sources":["../../../../module/models/Spacing.js"],"names":[],"mappings":""}
@@ -1,5 +0,0 @@
1
- export * from "./Alignment";
2
- export * from "./Border";
3
- export * from "./Size";
4
- export * from "./Spacing";
5
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../module/models/index.js"],"names":[],"mappings":""}
@@ -1 +0,0 @@
1
- //# sourceMappingURL=Font.d.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Font.d.d.ts","sourceRoot":"","sources":["../../../../module/types/Font.d.js"],"names":[],"mappings":""}
@@ -1,8 +0,0 @@
1
- export function extractAlignmentProperties(props: any): {
2
- align: any;
3
- alignSelf: any;
4
- justify: any;
5
- flexDirection: any;
6
- flexWrap: any;
7
- };
8
- //# sourceMappingURL=extractAlignmentProperties.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"extractAlignmentProperties.d.ts","sourceRoot":"","sources":["../../../../module/utils/extractAlignmentProperties.js"],"names":[],"mappings":"AAAA;;;;;;EAQC"}
@@ -1,10 +0,0 @@
1
- export function extractSizeProperties(props: any): {
2
- flex: any;
3
- height: any;
4
- width: any;
5
- maxHeight: any;
6
- maxWidth: any;
7
- minHeight: any;
8
- minWidth: any;
9
- };
10
- //# sourceMappingURL=extractSizeProperties.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"extractSizeProperties.d.ts","sourceRoot":"","sources":["../../../../module/utils/extractSizeProperties.js"],"names":[],"mappings":"AAAA;;;;;;;;EAUC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../module/utils/index.js"],"names":[],"mappings":""}
@@ -1 +0,0 @@
1
- {"version":3,"file":"Block.d.ts","sourceRoot":"","sources":["../../../../../src/components/Block/Block.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,iBAAiB,EAAW,MAAM,OAAO,CAAC;AAC1D,OAAO,EAEL,SAAS,EAGT,SAAS,EACT,SAAS,EACV,MAAM,cAAc,CAAC;AACtB,OAAO,EAAE,SAAS,EAAE,MAAM,EAAE,IAAI,EAAE,OAAO,EAAE,MAAM,cAAc,CAAC;AAGhE,UAAU,WAAY,SAAQ,SAAS;IACrC,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,QAAQ,CAAC,EAAE,SAAS,CAAC,UAAU,CAAC,CAAC;CAClC;AAED,UAAU,oBAAqB,SAAQ,WAAW;IAChD,UAAU,EAAE,IAAI,CAAC;IACjB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,4BAA4B,CAAC,EAAE,OAAO,CAAC;IACvC,8BAA8B,CAAC,EAAE,OAAO,CAAC;IACzC,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,KAAK,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;CAC9B;AAED,MAAM,WAAW,cAAe,SAAQ,WAAW;IACjD,UAAU,CAAC,EAAE,KAAK,GAAG,SAAS,CAAC;CAChC;AA4CD,aAAK,SAAS,GAAG,SAAS,GAAG,OAAO,GAAG,IAAI,GAAG,MAAM,CAAC;AACrD,oBAAY,UAAU,GAAG,CAAC,cAAc,GAAG,oBAAoB,CAAC,GAAG,SAAS,CAAC;AAE7E,eAAO,MAAM,KAAK,EAAE,KAAK,CAAC,EAAE,CAAC,iBAAiB,CAAC,UAAU,CAAC,CA8BzD,CAAC"}
@@ -1,2 +0,0 @@
1
- export * from "./Block";
2
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/Block/index.ts"],"names":[],"mappings":"AAAA,cAAc,SAAS,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"InputFocusScrollView.d.ts","sourceRoot":"","sources":["../../../../../src/components/InputFocusScrollView/InputFocusScrollView.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA2B,MAAM,OAAO,CAAC;AAChD,OAAO,EAGL,oBAAoB,EAEpB,eAAe,EAEf,uBAAuB,EAKxB,MAAM,cAAc,CAAC;AACtB,OAAO,EAAE,OAAO,EAAE,MAAM,cAAc,CAAC;AAEvC,MAAM,WAAW,yBACf,SAAQ,IAAI,CAAC,eAAe,EAAE,UAAU,CAAC,EACvC,OAAO;IACT,4LAA4L;IAC5L,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B,MAAM,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACzB,QAAQ,EAAE,CACR,YAAY,EAAE,CAAC,CAAC,EAAE,oBAAoB,CAAC,uBAAuB,CAAC,KAAK,IAAI,KACrE,KAAK,CAAC,SAAS,CAAC;CACtB;AAED;;;;;;GAMG;AACH,eAAO,MAAM,oBAAoB,EAAE,KAAK,CAAC,EAAE,CAAC,yBAAyB,CAqEpE,CAAC"}
@@ -1,2 +0,0 @@
1
- export * from "./InputFocusScrollView";
2
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/InputFocusScrollView/index.ts"],"names":[],"mappings":"AAAA,cAAc,wBAAwB,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"Screen.d.ts","sourceRoot":"","sources":["../../../../../src/components/Screen/Screen.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AACjD,OAAO,EAGL,SAAS,EAKV,MAAM,cAAc,CAAC;AAItB,aAAK,QAAQ,GAAG;IACd,2HAA2H;IAC3H,UAAU,CAAC,EAAE,GAAG,CAAC,OAAO,GAAG,MAAM,CAAC;IAClC,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,kBAAkB,CAAC,EAAE,OAAO,CAAC;IAC7B,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,aAAa,CAAC,EAAE,SAAS,GAAG,eAAe,GAAG,cAAc,CAAC;IAC7D,WAAW,CAAC,EAAE,OAAO,CAAC;CACvB,CAAC;AAEF,oBAAY,WAAW,GAAG,QAAQ,GAAG,SAAS,CAAC;AAE/C,eAAO,MAAM,MAAM,EAAE,KAAK,CAAC,EAAE,CAAC,iBAAiB,CAAC,WAAW,CAAC,CAwD3D,CAAC"}
@@ -1,2 +0,0 @@
1
- export * from "./Screen";
2
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/Screen/index.ts"],"names":[],"mappings":"AAAA,cAAc,UAAU,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"SkeletorContext.d.ts","sourceRoot":"","sources":["../../../../../src/components/SkeletorProvider/SkeletorContext.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,cAAc,EAAE,MAAM,cAAc,CAAC;AAE9C,eAAO,MAAM,gBAAgB,EAAE,cAK9B,CAAC;AAEF,eAAO,MAAM,eAAe,+BAC2B,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"SkeletorProvider.d.ts","sourceRoot":"","sources":["../../../../../src/components/SkeletorProvider/SkeletorProvider.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AACjD,OAAO,EAAE,cAAc,EAAE,MAAM,cAAc,CAAC;AAG9C,aAAK,KAAK,GAAG,OAAO,CAAC,cAAc,CAAC,CAAC;AAErC;0DAC0D;AAC1D,eAAO,MAAM,gBAAgB,EAAE,KAAK,CAAC,EAAE,CAAC,iBAAiB,CAAC,KAAK,CAAC,CAS/D,CAAC"}
@@ -1,3 +0,0 @@
1
- export * from "./SkeletorProvider";
2
- export * from "./SkeletorContext";
3
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/SkeletorProvider/index.ts"],"names":[],"mappings":"AAAA,cAAc,oBAAoB,CAAC;AACnC,cAAc,mBAAmB,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"Text.d.ts","sourceRoot":"","sources":["../../../../../src/components/Text/Text.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,iBAAiB,EAAW,MAAM,OAAO,CAAC;AAC1D,OAAO,EAGL,SAAS,IAAI,WAAW,EACxB,SAAS,EACV,MAAM,cAAc,CAAC;AACtB,OAAO,EAAE,IAAI,EAAE,OAAO,EAAE,MAAM,cAAc,CAAC;AAI7C,UAAU,QAAS,SAAQ,WAAW;IACpC;8DAC0D;IAC1D,IAAI,CAAC,EAAE,IAAI,CAAC;IACZ,oGAAoG;IACpG,IAAI,CAAC,EAAE,CAAC,MAAM,EAAE,MAAM,CAAC,GAAG,MAAM,CAAC;IACjC,aAAa,CAAC,EAAE,SAAS,CAAC,eAAe,CAAC,CAAC;IAC3C,aAAa,CAAC,EAAE,SAAS,CAAC,eAAe,CAAC,CAAC;IAC3C,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,SAAS,CAAC,EAAE,SAAS,CAAC,WAAW,CAAC,CAAC;IACnC,OAAO,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;CAChC;AAED,oBAAY,SAAS,GAAG,QAAQ,GAAG,OAAO,GAAG,IAAI,CAAC;AAElD;0DAC0D;AAC1D,eAAO,MAAM,IAAI,EAAE,KAAK,CAAC,EAAE,CAAC,iBAAiB,CAAC,SAAS,CAAC,CAsEvD,CAAC"}
@@ -1,2 +0,0 @@
1
- export * from "./Text";
2
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/Text/index.ts"],"names":[],"mappings":"AAAA,cAAc,QAAQ,CAAC"}
@@ -1,6 +0,0 @@
1
- export * from "./Text";
2
- export * from "./Screen";
3
- export * from "./Block";
4
- export * from "./SkeletorProvider";
5
- export * from "./InputFocusScrollView";
6
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/index.ts"],"names":[],"mappings":"AAAA,cAAc,QAAQ,CAAC;AACvB,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC;AACxB,cAAc,oBAAoB,CAAC;AACnC,cAAc,wBAAwB,CAAC"}
@@ -1,7 +0,0 @@
1
- export * from "./useForm";
2
- export * from "./useAnimation";
3
- export * from "./useAnimationTimeline";
4
- export * from "./useAppState";
5
- export * from "./useSkeletor";
6
- export * from "./useAndroidBackHandler";
7
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/hooks/index.ts"],"names":[],"mappings":"AAAA,cAAc,WAAW,CAAC;AAC1B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,wBAAwB,CAAC;AACvC,cAAc,eAAe,CAAC;AAC9B,cAAc,eAAe,CAAC;AAC9B,cAAc,yBAAyB,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"useAndroidBackHandler.d.ts","sourceRoot":"","sources":["../../../../src/hooks/useAndroidBackHandler.ts"],"names":[],"mappings":"AAGA,UAAU,YAAY;IACpB,yDAAyD;IACzD,OAAO,EAAE,OAAO,CAAC;CAClB;AACD,UAAU,YAAa,SAAQ,YAAY;IACzC,wFAAwF;IACxF,WAAW,EAAE,MAAM,IAAI,CAAC;CACzB;AAED,UAAU,WAAY,SAAQ,YAAY;IACxC,8EAA8E;IAC9E,cAAc,EAAE,OAAO,CAAC;CACzB;AAED,oBAAY,wBAAwB,GAAG,YAAY,GAAG,WAAW,CAAC;AAQlE,wBAAgB,qBAAqB,CAAC,KAAK,EAAE,wBAAwB,QAmBpE"}