@audira/carbon-react-native 1.0.0-beta.19 → 1.0.0-beta.20

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 (534) hide show
  1. package/lib/commonjs/components/accordion/_Header.js +15 -15
  2. package/lib/commonjs/components/accordion/_Header.js.map +1 -1
  3. package/lib/commonjs/components/accordion/_HeaderBorder.js +8 -8
  4. package/lib/commonjs/components/accordion/_HeaderBorder.js.map +1 -1
  5. package/lib/commonjs/components/accordion/_Item.js +2 -2
  6. package/lib/commonjs/components/accordion/_Item.js.map +1 -1
  7. package/lib/commonjs/components/box/Box.js +26 -0
  8. package/lib/commonjs/components/box/Box.js.map +1 -0
  9. package/lib/commonjs/components/box/BoxProps.js +6 -0
  10. package/lib/commonjs/components/box/BoxProps.js.map +1 -0
  11. package/lib/commonjs/components/box/BoxRef.js +6 -0
  12. package/lib/commonjs/components/box/BoxRef.js.map +1 -0
  13. package/lib/commonjs/components/box/index.js +17 -0
  14. package/lib/commonjs/components/box/index.js.map +1 -0
  15. package/lib/commonjs/components/button/base/Base.js +2 -8
  16. package/lib/commonjs/components/button/base/Base.js.map +1 -1
  17. package/lib/commonjs/components/button-group/ButtonGroup.js +2 -2
  18. package/lib/commonjs/components/button-group/ButtonGroup.js.map +1 -1
  19. package/lib/commonjs/components/button-group/index.js.map +1 -1
  20. package/lib/commonjs/components/checkbox/Checkbox.js +16 -19
  21. package/lib/commonjs/components/checkbox/Checkbox.js.map +1 -1
  22. package/lib/commonjs/components/checkbox-group/CheckboxGroup.js +11 -21
  23. package/lib/commonjs/components/checkbox-group/CheckboxGroup.js.map +1 -1
  24. package/lib/commonjs/components/checkbox-input/CheckboxInput.js +23 -23
  25. package/lib/commonjs/components/checkbox-input/CheckboxInput.js.map +1 -1
  26. package/lib/commonjs/components/collapsible/Collapsible.js +3 -3
  27. package/lib/commonjs/components/collapsible/Collapsible.js.map +1 -1
  28. package/lib/commonjs/components/form-helper-text/FormHelperText.js +10 -13
  29. package/lib/commonjs/components/form-helper-text/FormHelperText.js.map +1 -1
  30. package/lib/commonjs/components/form-label/FormLabel.js +4 -7
  31. package/lib/commonjs/components/form-label/FormLabel.js.map +1 -1
  32. package/lib/commonjs/components/form-label/index.js.map +1 -1
  33. package/lib/commonjs/components/index.js.map +1 -1
  34. package/lib/commonjs/components/inline-loading/InlineLoading.js +9 -12
  35. package/lib/commonjs/components/inline-loading/InlineLoading.js.map +1 -1
  36. package/lib/commonjs/components/inline-loading/index.js.map +1 -1
  37. package/lib/commonjs/components/layer/index.js.map +1 -1
  38. package/lib/commonjs/components/modal/Modal.js +17 -18
  39. package/lib/commonjs/components/modal/Modal.js.map +1 -1
  40. package/lib/commonjs/components/modal/index.js.map +1 -1
  41. package/lib/commonjs/components/modal-content/ModalContent.js +5 -8
  42. package/lib/commonjs/components/modal-content/ModalContent.js.map +1 -1
  43. package/lib/commonjs/components/modal-content/index.js.map +1 -1
  44. package/lib/commonjs/components/notification/base/Base.js +19 -20
  45. package/lib/commonjs/components/notification/base/Base.js.map +1 -1
  46. package/lib/commonjs/components/password-input-field/_ghost-icon/GhostIcon.js +3 -3
  47. package/lib/commonjs/components/password-input-field/_ghost-icon/GhostIcon.js.map +1 -1
  48. package/lib/commonjs/components/radio-button/RadioButton.js +19 -18
  49. package/lib/commonjs/components/radio-button/RadioButton.js.map +1 -1
  50. package/lib/commonjs/components/radio-button/index.js.map +1 -1
  51. package/lib/commonjs/components/radio-button-group/RadioButtonGroup.js +10 -9
  52. package/lib/commonjs/components/radio-button-group/RadioButtonGroup.js.map +1 -1
  53. package/lib/commonjs/components/radio-button-group/index.js.map +1 -1
  54. package/lib/commonjs/components/radio-button-input/RadioButtonInput.js +25 -25
  55. package/lib/commonjs/components/radio-button-input/RadioButtonInput.js.map +1 -1
  56. package/lib/commonjs/components/radio-button-input/index.js.map +1 -1
  57. package/lib/commonjs/components/switch/Switch.js +10 -10
  58. package/lib/commonjs/components/switch/Switch.js.map +1 -1
  59. package/lib/commonjs/components/text/Text.js +31 -44
  60. package/lib/commonjs/components/text/Text.js.map +1 -1
  61. package/lib/commonjs/components/text-area/index.js.map +1 -1
  62. package/lib/commonjs/components/text-area-field/index.js.map +1 -1
  63. package/lib/commonjs/components/text-area-fluid/TextAreaFluid.js +4 -4
  64. package/lib/commonjs/components/text-area-fluid/TextAreaFluid.js.map +1 -1
  65. package/lib/commonjs/components/text-area-fluid/index.js.map +1 -1
  66. package/lib/commonjs/components/text-input-field/TextInputField.js +33 -20
  67. package/lib/commonjs/components/text-input-field/TextInputField.js.map +1 -1
  68. package/lib/commonjs/components/text-input-field/_rn-text-input/RNTextInput.js +4 -4
  69. package/lib/commonjs/components/text-input-field/_rn-text-input/RNTextInput.js.map +1 -1
  70. package/lib/commonjs/components/text-input-field/index.js.map +1 -1
  71. package/lib/commonjs/components/text-input-fluid/TextInputFluid.js +4 -4
  72. package/lib/commonjs/components/text-input-fluid/TextInputFluid.js.map +1 -1
  73. package/lib/commonjs/components/text-input-fluid/index.js.map +1 -1
  74. package/lib/commonjs/components/toggle/base/Base.js +14 -13
  75. package/lib/commonjs/components/toggle/base/Base.js.map +1 -1
  76. package/lib/commonjs/components/toggle/base/index.js.map +1 -1
  77. package/lib/commonjs/components/toggle/default/index.js.map +1 -1
  78. package/lib/commonjs/components/toggle/index.js.map +1 -1
  79. package/lib/commonjs/components/toggle/small/index.js.map +1 -1
  80. package/lib/commonjs/providers/dialog/_controller/_modal/Modal.js +1 -1
  81. package/lib/commonjs/providers/dialog/_controller/_modal/Modal.js.map +1 -1
  82. package/lib/commonjs/style-sheets/direction-style-sheet.js +10 -0
  83. package/lib/commonjs/style-sheets/direction-style-sheet.js.map +1 -0
  84. package/lib/commonjs/style-sheets/display-style-sheet.js +10 -0
  85. package/lib/commonjs/style-sheets/display-style-sheet.js.map +1 -0
  86. package/lib/commonjs/style-sheets/flex-style-sheet.js +10 -0
  87. package/lib/commonjs/style-sheets/flex-style-sheet.js.map +1 -0
  88. package/lib/commonjs/style-sheets/font-style-sheet.js +10 -0
  89. package/lib/commonjs/style-sheets/font-style-sheet.js.map +1 -0
  90. package/lib/commonjs/style-sheets/height-style-sheet.js +10 -0
  91. package/lib/commonjs/style-sheets/height-style-sheet.js.map +1 -0
  92. package/lib/commonjs/style-sheets/index.js +121 -0
  93. package/lib/commonjs/style-sheets/index.js.map +1 -0
  94. package/lib/commonjs/style-sheets/overflow-style-sheet.js +10 -0
  95. package/lib/commonjs/style-sheets/overflow-style-sheet.js.map +1 -0
  96. package/lib/commonjs/style-sheets/position-style-sheet.js +10 -0
  97. package/lib/commonjs/style-sheets/position-style-sheet.js.map +1 -0
  98. package/lib/commonjs/style-sheets/style-sheet-obj/direction.js +18 -0
  99. package/lib/commonjs/style-sheets/style-sheet-obj/direction.js.map +1 -0
  100. package/lib/commonjs/style-sheets/style-sheet-obj/display.js +15 -0
  101. package/lib/commonjs/style-sheets/style-sheet-obj/display.js.map +1 -0
  102. package/lib/{module/_internal/style-sheets/flex-style-sheet.js → commonjs/style-sheets/style-sheet-obj/flex.js} +25 -4
  103. package/lib/commonjs/style-sheets/style-sheet-obj/flex.js.map +1 -0
  104. package/lib/commonjs/{_internal/style-sheets/text-style-sheet.js → style-sheets/style-sheet-obj/font.js} +4 -5
  105. package/lib/commonjs/style-sheets/style-sheet-obj/font.js.map +1 -0
  106. package/lib/commonjs/style-sheets/style-sheet-obj/height.js +18 -0
  107. package/lib/commonjs/style-sheets/style-sheet-obj/height.js.map +1 -0
  108. package/lib/commonjs/style-sheets/style-sheet-obj/index.js +105 -0
  109. package/lib/commonjs/style-sheets/style-sheet-obj/index.js.map +1 -0
  110. package/lib/commonjs/style-sheets/style-sheet-obj/overflow.js +18 -0
  111. package/lib/commonjs/style-sheets/style-sheet-obj/overflow.js.map +1 -0
  112. package/lib/commonjs/style-sheets/style-sheet-obj/position.js +18 -0
  113. package/lib/commonjs/style-sheets/style-sheet-obj/position.js.map +1 -0
  114. package/lib/commonjs/style-sheets/style-sheet-obj/typography.js +31 -0
  115. package/lib/commonjs/style-sheets/style-sheet-obj/typography.js.map +1 -0
  116. package/lib/commonjs/style-sheets/style-sheet-obj/width.js +18 -0
  117. package/lib/commonjs/style-sheets/style-sheet-obj/width.js.map +1 -0
  118. package/lib/commonjs/style-sheets/typography-style-sheet.js +10 -0
  119. package/lib/commonjs/style-sheets/typography-style-sheet.js.map +1 -0
  120. package/lib/commonjs/style-sheets/width-style-sheet.js +10 -0
  121. package/lib/commonjs/style-sheets/width-style-sheet.js.map +1 -0
  122. package/lib/module/components/accordion/_Header.js +1 -1
  123. package/lib/module/components/accordion/_Header.js.map +1 -1
  124. package/lib/module/components/accordion/_HeaderBorder.js +3 -3
  125. package/lib/module/components/accordion/_HeaderBorder.js.map +1 -1
  126. package/lib/module/components/accordion/_Item.js +2 -2
  127. package/lib/module/components/accordion/_Item.js.map +1 -1
  128. package/lib/module/components/box/Box.js +22 -0
  129. package/lib/module/components/box/Box.js.map +1 -0
  130. package/lib/module/components/box/BoxProps.js +4 -0
  131. package/lib/module/components/box/BoxProps.js.map +1 -0
  132. package/lib/module/components/box/BoxRef.js +4 -0
  133. package/lib/module/components/box/BoxRef.js.map +1 -0
  134. package/lib/module/components/box/index.js +4 -0
  135. package/lib/module/components/box/index.js.map +1 -0
  136. package/lib/module/components/button/base/Base.js +2 -8
  137. package/lib/module/components/button/base/Base.js.map +1 -1
  138. package/lib/module/components/button-group/ButtonGroup.js +2 -2
  139. package/lib/module/components/button-group/ButtonGroup.js.map +1 -1
  140. package/lib/module/components/button-group/index.js.map +1 -1
  141. package/lib/module/components/checkbox/Checkbox.js +7 -10
  142. package/lib/module/components/checkbox/Checkbox.js.map +1 -1
  143. package/lib/module/components/checkbox-group/CheckboxGroup.js +9 -19
  144. package/lib/module/components/checkbox-group/CheckboxGroup.js.map +1 -1
  145. package/lib/module/components/checkbox-input/CheckboxInput.js +3 -3
  146. package/lib/module/components/checkbox-input/CheckboxInput.js.map +1 -1
  147. package/lib/module/components/collapsible/Collapsible.js +3 -3
  148. package/lib/module/components/collapsible/Collapsible.js.map +1 -1
  149. package/lib/module/components/form-helper-text/FormHelperText.js +5 -8
  150. package/lib/module/components/form-helper-text/FormHelperText.js.map +1 -1
  151. package/lib/module/components/form-label/FormLabel.js +6 -9
  152. package/lib/module/components/form-label/FormLabel.js.map +1 -1
  153. package/lib/module/components/form-label/index.js.map +1 -1
  154. package/lib/module/components/index.js.map +1 -1
  155. package/lib/module/components/inline-loading/InlineLoading.js +6 -9
  156. package/lib/module/components/inline-loading/InlineLoading.js.map +1 -1
  157. package/lib/module/components/inline-loading/index.js.map +1 -1
  158. package/lib/module/components/layer/index.js.map +1 -1
  159. package/lib/module/components/modal/Modal.js +5 -6
  160. package/lib/module/components/modal/Modal.js.map +1 -1
  161. package/lib/module/components/modal/index.js.map +1 -1
  162. package/lib/module/components/modal-content/ModalContent.js +5 -8
  163. package/lib/module/components/modal-content/ModalContent.js.map +1 -1
  164. package/lib/module/components/modal-content/index.js.map +1 -1
  165. package/lib/module/components/notification/base/Base.js +4 -5
  166. package/lib/module/components/notification/base/Base.js.map +1 -1
  167. package/lib/module/components/password-input-field/_ghost-icon/GhostIcon.js +3 -3
  168. package/lib/module/components/password-input-field/_ghost-icon/GhostIcon.js.map +1 -1
  169. package/lib/module/components/radio-button/RadioButton.js +6 -5
  170. package/lib/module/components/radio-button/RadioButton.js.map +1 -1
  171. package/lib/module/components/radio-button/index.js.map +1 -1
  172. package/lib/module/components/radio-button-group/RadioButtonGroup.js +3 -2
  173. package/lib/module/components/radio-button-group/RadioButtonGroup.js.map +1 -1
  174. package/lib/module/components/radio-button-group/index.js.map +1 -1
  175. package/lib/module/components/radio-button-input/RadioButtonInput.js +3 -3
  176. package/lib/module/components/radio-button-input/RadioButtonInput.js.map +1 -1
  177. package/lib/module/components/radio-button-input/index.js.map +1 -1
  178. package/lib/module/components/switch/Switch.js +2 -2
  179. package/lib/module/components/switch/Switch.js.map +1 -1
  180. package/lib/module/components/text/Text.js +27 -40
  181. package/lib/module/components/text/Text.js.map +1 -1
  182. package/lib/module/components/text-area/index.js.map +1 -1
  183. package/lib/module/components/text-area-field/index.js.map +1 -1
  184. package/lib/module/components/text-area-fluid/TextAreaFluid.js +1 -1
  185. package/lib/module/components/text-area-fluid/TextAreaFluid.js.map +1 -1
  186. package/lib/module/components/text-area-fluid/index.js.map +1 -1
  187. package/lib/module/components/text-input-field/TextInputField.js +20 -7
  188. package/lib/module/components/text-input-field/TextInputField.js.map +1 -1
  189. package/lib/module/components/text-input-field/_rn-text-input/RNTextInput.js +2 -2
  190. package/lib/module/components/text-input-field/_rn-text-input/RNTextInput.js.map +1 -1
  191. package/lib/module/components/text-input-field/index.js.map +1 -1
  192. package/lib/module/components/text-input-fluid/TextInputFluid.js +1 -1
  193. package/lib/module/components/text-input-fluid/TextInputFluid.js.map +1 -1
  194. package/lib/module/components/text-input-fluid/index.js.map +1 -1
  195. package/lib/module/components/toggle/base/Base.js +7 -6
  196. package/lib/module/components/toggle/base/Base.js.map +1 -1
  197. package/lib/module/components/toggle/base/index.js.map +1 -1
  198. package/lib/module/components/toggle/default/index.js.map +1 -1
  199. package/lib/module/components/toggle/index.js.map +1 -1
  200. package/lib/module/components/toggle/small/index.js.map +1 -1
  201. package/lib/module/providers/dialog/_controller/_modal/Modal.js +1 -1
  202. package/lib/module/providers/dialog/_controller/_modal/Modal.js.map +1 -1
  203. package/lib/module/style-sheets/direction-style-sheet.js +6 -0
  204. package/lib/module/style-sheets/direction-style-sheet.js.map +1 -0
  205. package/lib/module/style-sheets/display-style-sheet.js +6 -0
  206. package/lib/module/style-sheets/display-style-sheet.js.map +1 -0
  207. package/lib/module/style-sheets/flex-style-sheet.js +6 -0
  208. package/lib/module/style-sheets/flex-style-sheet.js.map +1 -0
  209. package/lib/module/style-sheets/font-style-sheet.js +6 -0
  210. package/lib/module/style-sheets/font-style-sheet.js.map +1 -0
  211. package/lib/module/style-sheets/height-style-sheet.js +6 -0
  212. package/lib/module/style-sheets/height-style-sheet.js.map +1 -0
  213. package/lib/module/style-sheets/index.js +14 -0
  214. package/lib/module/style-sheets/index.js.map +1 -0
  215. package/lib/module/style-sheets/overflow-style-sheet.js +6 -0
  216. package/lib/module/style-sheets/overflow-style-sheet.js.map +1 -0
  217. package/lib/module/style-sheets/position-style-sheet.js +6 -0
  218. package/lib/module/style-sheets/position-style-sheet.js.map +1 -0
  219. package/lib/module/style-sheets/style-sheet-obj/direction.js +14 -0
  220. package/lib/module/style-sheets/style-sheet-obj/direction.js.map +1 -0
  221. package/lib/module/style-sheets/style-sheet-obj/display.js +11 -0
  222. package/lib/module/style-sheets/style-sheet-obj/display.js.map +1 -0
  223. package/lib/{commonjs/_internal/style-sheets/flex-style-sheet.js → module/style-sheets/style-sheet-obj/flex.js} +21 -8
  224. package/lib/module/style-sheets/style-sheet-obj/flex.js.map +1 -0
  225. package/lib/module/{_internal/style-sheets/text-style-sheet.js → style-sheets/style-sheet-obj/font.js} +3 -4
  226. package/lib/module/style-sheets/style-sheet-obj/font.js.map +1 -0
  227. package/lib/module/style-sheets/style-sheet-obj/height.js +14 -0
  228. package/lib/module/style-sheets/style-sheet-obj/height.js.map +1 -0
  229. package/lib/module/style-sheets/style-sheet-obj/index.js +12 -0
  230. package/lib/module/style-sheets/style-sheet-obj/index.js.map +1 -0
  231. package/lib/module/style-sheets/style-sheet-obj/overflow.js +14 -0
  232. package/lib/module/style-sheets/style-sheet-obj/overflow.js.map +1 -0
  233. package/lib/module/style-sheets/style-sheet-obj/position.js +14 -0
  234. package/lib/module/style-sheets/style-sheet-obj/position.js.map +1 -0
  235. package/lib/module/style-sheets/style-sheet-obj/typography.js +27 -0
  236. package/lib/module/style-sheets/style-sheet-obj/typography.js.map +1 -0
  237. package/lib/module/style-sheets/style-sheet-obj/width.js +14 -0
  238. package/lib/module/style-sheets/style-sheet-obj/width.js.map +1 -0
  239. package/lib/module/style-sheets/typography-style-sheet.js +6 -0
  240. package/lib/module/style-sheets/typography-style-sheet.js.map +1 -0
  241. package/lib/module/style-sheets/width-style-sheet.js +6 -0
  242. package/lib/module/style-sheets/width-style-sheet.js.map +1 -0
  243. package/lib/typescript/commonjs/components/accordion/_HeaderBorder.d.ts.map +1 -1
  244. package/lib/typescript/commonjs/components/box/Box.d.ts +4 -0
  245. package/lib/typescript/commonjs/components/box/Box.d.ts.map +1 -0
  246. package/lib/typescript/commonjs/components/box/BoxProps.d.ts +4 -0
  247. package/lib/typescript/commonjs/components/box/BoxProps.d.ts.map +1 -0
  248. package/lib/typescript/commonjs/components/box/BoxRef.d.ts +4 -0
  249. package/lib/typescript/commonjs/components/box/BoxRef.d.ts.map +1 -0
  250. package/lib/typescript/commonjs/components/box/index.d.ts +4 -0
  251. package/lib/typescript/commonjs/components/box/index.d.ts.map +1 -0
  252. package/lib/typescript/commonjs/components/button/base/Base.d.ts.map +1 -1
  253. package/lib/typescript/commonjs/components/button-group/index.d.ts.map +1 -1
  254. package/lib/typescript/commonjs/components/checkbox/Checkbox.d.ts.map +1 -1
  255. package/lib/typescript/commonjs/components/checkbox/CheckboxProps.d.ts +4 -3
  256. package/lib/typescript/commonjs/components/checkbox/CheckboxProps.d.ts.map +1 -1
  257. package/lib/typescript/commonjs/components/checkbox-group/CheckboxGroup.d.ts.map +1 -1
  258. package/lib/typescript/commonjs/components/checkbox-input/CheckboxInput.d.ts.map +1 -1
  259. package/lib/typescript/commonjs/components/collapsible/Collapsible.d.ts.map +1 -1
  260. package/lib/typescript/commonjs/components/form-helper-text/FormHelperText.d.ts.map +1 -1
  261. package/lib/typescript/commonjs/components/form-helper-text/FormHelperTextProps.d.ts +2 -2
  262. package/lib/typescript/commonjs/components/form-helper-text/FormHelperTextProps.d.ts.map +1 -1
  263. package/lib/typescript/commonjs/components/form-label/FormLabel.d.ts.map +1 -1
  264. package/lib/typescript/commonjs/components/form-label/FormLabelProps.d.ts +2 -2
  265. package/lib/typescript/commonjs/components/form-label/FormLabelProps.d.ts.map +1 -1
  266. package/lib/typescript/commonjs/components/form-label/index.d.ts.map +1 -1
  267. package/lib/typescript/commonjs/components/index.d.ts.map +1 -1
  268. package/lib/typescript/commonjs/components/inline-loading/InlineLoading.d.ts.map +1 -1
  269. package/lib/typescript/commonjs/components/inline-loading/index.d.ts.map +1 -1
  270. package/lib/typescript/commonjs/components/layer/index.d.ts.map +1 -1
  271. package/lib/typescript/commonjs/components/modal/Modal.d.ts.map +1 -1
  272. package/lib/typescript/commonjs/components/modal/ModalProps.d.ts +2 -2
  273. package/lib/typescript/commonjs/components/modal/ModalProps.d.ts.map +1 -1
  274. package/lib/typescript/commonjs/components/modal/index.d.ts.map +1 -1
  275. package/lib/typescript/commonjs/components/modal-content/ModalContent.d.ts.map +1 -1
  276. package/lib/typescript/commonjs/components/modal-content/index.d.ts.map +1 -1
  277. package/lib/typescript/commonjs/components/notification/base/Base.d.ts.map +1 -1
  278. package/lib/typescript/commonjs/components/radio-button/RadioButton.d.ts.map +1 -1
  279. package/lib/typescript/commonjs/components/radio-button/index.d.ts.map +1 -1
  280. package/lib/typescript/commonjs/components/radio-button-group/RadioButtonGroup.d.ts.map +1 -1
  281. package/lib/typescript/commonjs/components/radio-button-group/index.d.ts.map +1 -1
  282. package/lib/typescript/commonjs/components/radio-button-input/RadioButtonInput.d.ts.map +1 -1
  283. package/lib/typescript/commonjs/components/radio-button-input/index.d.ts.map +1 -1
  284. package/lib/typescript/commonjs/components/text/Text.d.ts.map +1 -1
  285. package/lib/typescript/commonjs/components/text-area/index.d.ts.map +1 -1
  286. package/lib/typescript/commonjs/components/text-area-field/index.d.ts.map +1 -1
  287. package/lib/typescript/commonjs/components/text-area-fluid/index.d.ts.map +1 -1
  288. package/lib/typescript/commonjs/components/text-input-field/TextInputField.d.ts.map +1 -1
  289. package/lib/typescript/commonjs/components/text-input-field/index.d.ts.map +1 -1
  290. package/lib/typescript/commonjs/components/text-input-fluid/index.d.ts.map +1 -1
  291. package/lib/typescript/commonjs/components/toggle/base/Base.d.ts.map +1 -1
  292. package/lib/typescript/commonjs/components/toggle/base/index.d.ts.map +1 -1
  293. package/lib/typescript/commonjs/components/toggle/default/index.d.ts.map +1 -1
  294. package/lib/typescript/commonjs/components/toggle/index.d.ts.map +1 -1
  295. package/lib/typescript/commonjs/components/toggle/small/index.d.ts.map +1 -1
  296. package/lib/typescript/commonjs/style-sheets/direction-style-sheet.d.ts +12 -0
  297. package/lib/typescript/commonjs/style-sheets/direction-style-sheet.d.ts.map +1 -0
  298. package/lib/typescript/commonjs/style-sheets/display-style-sheet.d.ts +9 -0
  299. package/lib/typescript/commonjs/style-sheets/display-style-sheet.d.ts.map +1 -0
  300. package/lib/typescript/commonjs/style-sheets/flex-style-sheet.d.ts +99 -0
  301. package/lib/typescript/commonjs/style-sheets/flex-style-sheet.d.ts.map +1 -0
  302. package/lib/typescript/commonjs/style-sheets/font-style-sheet.d.ts +59 -0
  303. package/lib/typescript/commonjs/style-sheets/font-style-sheet.d.ts.map +1 -0
  304. package/lib/typescript/commonjs/style-sheets/height-style-sheet.d.ts +12 -0
  305. package/lib/typescript/commonjs/style-sheets/height-style-sheet.d.ts.map +1 -0
  306. package/lib/typescript/commonjs/style-sheets/index.d.ts +12 -0
  307. package/lib/typescript/commonjs/style-sheets/index.d.ts.map +1 -0
  308. package/lib/typescript/commonjs/style-sheets/overflow-style-sheet.d.ts +12 -0
  309. package/lib/typescript/commonjs/style-sheets/overflow-style-sheet.d.ts.map +1 -0
  310. package/lib/typescript/commonjs/style-sheets/position-style-sheet.d.ts +12 -0
  311. package/lib/typescript/commonjs/style-sheets/position-style-sheet.d.ts.map +1 -0
  312. package/lib/typescript/commonjs/style-sheets/style-sheet-obj/direction.d.ts +12 -0
  313. package/lib/typescript/commonjs/style-sheets/style-sheet-obj/direction.d.ts.map +1 -0
  314. package/lib/typescript/commonjs/style-sheets/style-sheet-obj/display.d.ts +9 -0
  315. package/lib/typescript/commonjs/style-sheets/style-sheet-obj/display.d.ts.map +1 -0
  316. package/lib/typescript/commonjs/style-sheets/style-sheet-obj/flex.d.ts +99 -0
  317. package/lib/typescript/commonjs/style-sheets/style-sheet-obj/flex.d.ts.map +1 -0
  318. package/lib/typescript/commonjs/style-sheets/style-sheet-obj/font.d.ts +59 -0
  319. package/lib/typescript/commonjs/style-sheets/style-sheet-obj/font.d.ts.map +1 -0
  320. package/lib/typescript/commonjs/style-sheets/style-sheet-obj/height.d.ts +12 -0
  321. package/lib/typescript/commonjs/style-sheets/style-sheet-obj/height.d.ts.map +1 -0
  322. package/lib/typescript/commonjs/style-sheets/style-sheet-obj/index.d.ts +10 -0
  323. package/lib/typescript/commonjs/style-sheets/style-sheet-obj/index.d.ts.map +1 -0
  324. package/lib/typescript/commonjs/style-sheets/style-sheet-obj/overflow.d.ts +12 -0
  325. package/lib/typescript/commonjs/style-sheets/style-sheet-obj/overflow.d.ts.map +1 -0
  326. package/lib/typescript/commonjs/style-sheets/style-sheet-obj/position.d.ts +12 -0
  327. package/lib/typescript/commonjs/style-sheets/style-sheet-obj/position.d.ts.map +1 -0
  328. package/lib/typescript/commonjs/style-sheets/style-sheet-obj/typography.d.ts +24 -0
  329. package/lib/typescript/commonjs/style-sheets/style-sheet-obj/typography.d.ts.map +1 -0
  330. package/lib/typescript/commonjs/style-sheets/style-sheet-obj/width.d.ts +12 -0
  331. package/lib/typescript/commonjs/style-sheets/style-sheet-obj/width.d.ts.map +1 -0
  332. package/lib/typescript/commonjs/style-sheets/typography-style-sheet.d.ts +24 -0
  333. package/lib/typescript/commonjs/style-sheets/typography-style-sheet.d.ts.map +1 -0
  334. package/lib/typescript/commonjs/style-sheets/width-style-sheet.d.ts +12 -0
  335. package/lib/typescript/commonjs/style-sheets/width-style-sheet.d.ts.map +1 -0
  336. package/lib/typescript/module/components/accordion/_HeaderBorder.d.ts.map +1 -1
  337. package/lib/typescript/module/components/box/Box.d.ts +4 -0
  338. package/lib/typescript/module/components/box/Box.d.ts.map +1 -0
  339. package/lib/typescript/module/components/box/BoxProps.d.ts +4 -0
  340. package/lib/typescript/module/components/box/BoxProps.d.ts.map +1 -0
  341. package/lib/typescript/module/components/box/BoxRef.d.ts +4 -0
  342. package/lib/typescript/module/components/box/BoxRef.d.ts.map +1 -0
  343. package/lib/typescript/module/components/box/index.d.ts +4 -0
  344. package/lib/typescript/module/components/box/index.d.ts.map +1 -0
  345. package/lib/typescript/module/components/button/base/Base.d.ts.map +1 -1
  346. package/lib/typescript/module/components/button-group/index.d.ts.map +1 -1
  347. package/lib/typescript/module/components/checkbox/Checkbox.d.ts.map +1 -1
  348. package/lib/typescript/module/components/checkbox/CheckboxProps.d.ts +4 -3
  349. package/lib/typescript/module/components/checkbox/CheckboxProps.d.ts.map +1 -1
  350. package/lib/typescript/module/components/checkbox-group/CheckboxGroup.d.ts.map +1 -1
  351. package/lib/typescript/module/components/checkbox-input/CheckboxInput.d.ts.map +1 -1
  352. package/lib/typescript/module/components/collapsible/Collapsible.d.ts.map +1 -1
  353. package/lib/typescript/module/components/form-helper-text/FormHelperText.d.ts.map +1 -1
  354. package/lib/typescript/module/components/form-helper-text/FormHelperTextProps.d.ts +2 -2
  355. package/lib/typescript/module/components/form-helper-text/FormHelperTextProps.d.ts.map +1 -1
  356. package/lib/typescript/module/components/form-label/FormLabel.d.ts.map +1 -1
  357. package/lib/typescript/module/components/form-label/FormLabelProps.d.ts +2 -2
  358. package/lib/typescript/module/components/form-label/FormLabelProps.d.ts.map +1 -1
  359. package/lib/typescript/module/components/form-label/index.d.ts.map +1 -1
  360. package/lib/typescript/module/components/index.d.ts.map +1 -1
  361. package/lib/typescript/module/components/inline-loading/InlineLoading.d.ts.map +1 -1
  362. package/lib/typescript/module/components/inline-loading/index.d.ts.map +1 -1
  363. package/lib/typescript/module/components/layer/index.d.ts.map +1 -1
  364. package/lib/typescript/module/components/modal/Modal.d.ts.map +1 -1
  365. package/lib/typescript/module/components/modal/ModalProps.d.ts +2 -2
  366. package/lib/typescript/module/components/modal/ModalProps.d.ts.map +1 -1
  367. package/lib/typescript/module/components/modal/index.d.ts.map +1 -1
  368. package/lib/typescript/module/components/modal-content/ModalContent.d.ts.map +1 -1
  369. package/lib/typescript/module/components/modal-content/index.d.ts.map +1 -1
  370. package/lib/typescript/module/components/notification/base/Base.d.ts.map +1 -1
  371. package/lib/typescript/module/components/radio-button/RadioButton.d.ts.map +1 -1
  372. package/lib/typescript/module/components/radio-button/index.d.ts.map +1 -1
  373. package/lib/typescript/module/components/radio-button-group/RadioButtonGroup.d.ts.map +1 -1
  374. package/lib/typescript/module/components/radio-button-group/index.d.ts.map +1 -1
  375. package/lib/typescript/module/components/radio-button-input/RadioButtonInput.d.ts.map +1 -1
  376. package/lib/typescript/module/components/radio-button-input/index.d.ts.map +1 -1
  377. package/lib/typescript/module/components/text/Text.d.ts.map +1 -1
  378. package/lib/typescript/module/components/text-area/index.d.ts.map +1 -1
  379. package/lib/typescript/module/components/text-area-field/index.d.ts.map +1 -1
  380. package/lib/typescript/module/components/text-area-fluid/index.d.ts.map +1 -1
  381. package/lib/typescript/module/components/text-input-field/TextInputField.d.ts.map +1 -1
  382. package/lib/typescript/module/components/text-input-field/index.d.ts.map +1 -1
  383. package/lib/typescript/module/components/text-input-fluid/index.d.ts.map +1 -1
  384. package/lib/typescript/module/components/toggle/base/Base.d.ts.map +1 -1
  385. package/lib/typescript/module/components/toggle/base/index.d.ts.map +1 -1
  386. package/lib/typescript/module/components/toggle/default/index.d.ts.map +1 -1
  387. package/lib/typescript/module/components/toggle/index.d.ts.map +1 -1
  388. package/lib/typescript/module/components/toggle/small/index.d.ts.map +1 -1
  389. package/lib/typescript/module/style-sheets/direction-style-sheet.d.ts +12 -0
  390. package/lib/typescript/module/style-sheets/direction-style-sheet.d.ts.map +1 -0
  391. package/lib/typescript/module/style-sheets/display-style-sheet.d.ts +9 -0
  392. package/lib/typescript/module/style-sheets/display-style-sheet.d.ts.map +1 -0
  393. package/lib/typescript/module/style-sheets/flex-style-sheet.d.ts +99 -0
  394. package/lib/typescript/module/style-sheets/flex-style-sheet.d.ts.map +1 -0
  395. package/lib/typescript/module/style-sheets/font-style-sheet.d.ts +59 -0
  396. package/lib/typescript/module/style-sheets/font-style-sheet.d.ts.map +1 -0
  397. package/lib/typescript/module/style-sheets/height-style-sheet.d.ts +12 -0
  398. package/lib/typescript/module/style-sheets/height-style-sheet.d.ts.map +1 -0
  399. package/lib/typescript/module/style-sheets/index.d.ts +12 -0
  400. package/lib/typescript/module/style-sheets/index.d.ts.map +1 -0
  401. package/lib/typescript/module/style-sheets/overflow-style-sheet.d.ts +12 -0
  402. package/lib/typescript/module/style-sheets/overflow-style-sheet.d.ts.map +1 -0
  403. package/lib/typescript/module/style-sheets/position-style-sheet.d.ts +12 -0
  404. package/lib/typescript/module/style-sheets/position-style-sheet.d.ts.map +1 -0
  405. package/lib/typescript/module/style-sheets/style-sheet-obj/direction.d.ts +12 -0
  406. package/lib/typescript/module/style-sheets/style-sheet-obj/direction.d.ts.map +1 -0
  407. package/lib/typescript/module/style-sheets/style-sheet-obj/display.d.ts +9 -0
  408. package/lib/typescript/module/style-sheets/style-sheet-obj/display.d.ts.map +1 -0
  409. package/lib/typescript/module/style-sheets/style-sheet-obj/flex.d.ts +99 -0
  410. package/lib/typescript/module/style-sheets/style-sheet-obj/flex.d.ts.map +1 -0
  411. package/lib/typescript/module/style-sheets/style-sheet-obj/font.d.ts +59 -0
  412. package/lib/typescript/module/style-sheets/style-sheet-obj/font.d.ts.map +1 -0
  413. package/lib/typescript/module/style-sheets/style-sheet-obj/height.d.ts +12 -0
  414. package/lib/typescript/module/style-sheets/style-sheet-obj/height.d.ts.map +1 -0
  415. package/lib/typescript/module/style-sheets/style-sheet-obj/index.d.ts +10 -0
  416. package/lib/typescript/module/style-sheets/style-sheet-obj/index.d.ts.map +1 -0
  417. package/lib/typescript/module/style-sheets/style-sheet-obj/overflow.d.ts +12 -0
  418. package/lib/typescript/module/style-sheets/style-sheet-obj/overflow.d.ts.map +1 -0
  419. package/lib/typescript/module/style-sheets/style-sheet-obj/position.d.ts +12 -0
  420. package/lib/typescript/module/style-sheets/style-sheet-obj/position.d.ts.map +1 -0
  421. package/lib/typescript/module/style-sheets/style-sheet-obj/typography.d.ts +24 -0
  422. package/lib/typescript/module/style-sheets/style-sheet-obj/typography.d.ts.map +1 -0
  423. package/lib/typescript/module/style-sheets/style-sheet-obj/width.d.ts +12 -0
  424. package/lib/typescript/module/style-sheets/style-sheet-obj/width.d.ts.map +1 -0
  425. package/lib/typescript/module/style-sheets/typography-style-sheet.d.ts +24 -0
  426. package/lib/typescript/module/style-sheets/typography-style-sheet.d.ts.map +1 -0
  427. package/lib/typescript/module/style-sheets/width-style-sheet.d.ts +12 -0
  428. package/lib/typescript/module/style-sheets/width-style-sheet.d.ts.map +1 -0
  429. package/lib/typescript/tsconfig.tsbuildinfo +1 -1
  430. package/package.json +1 -1
  431. package/src/components/accordion/_Header.tsx +4 -4
  432. package/src/components/accordion/_HeaderBorder.tsx +7 -6
  433. package/src/components/accordion/_Item.tsx +3 -3
  434. package/src/components/box/Box.tsx +57 -0
  435. package/src/components/box/BoxProps.ts +6 -0
  436. package/src/components/box/BoxRef.ts +6 -0
  437. package/src/components/box/index.ts +3 -0
  438. package/src/components/button/base/Base.tsx +5 -10
  439. package/src/components/button-group/ButtonGroup.tsx +3 -3
  440. package/src/components/checkbox/Checkbox.tsx +16 -20
  441. package/src/components/checkbox/CheckboxProps.ts +6 -3
  442. package/src/components/checkbox-group/CheckboxGroup.tsx +15 -33
  443. package/src/components/checkbox-input/CheckboxInput.tsx +9 -8
  444. package/src/components/collapsible/Collapsible.tsx +5 -4
  445. package/src/components/form-helper-text/FormHelperText.tsx +10 -19
  446. package/src/components/form-helper-text/FormHelperTextProps.ts +3 -3
  447. package/src/components/form-label/FormLabel.tsx +6 -16
  448. package/src/components/form-label/FormLabelProps.ts +3 -3
  449. package/src/components/inline-loading/InlineLoading.tsx +11 -19
  450. package/src/components/modal/Modal.tsx +11 -10
  451. package/src/components/modal/ModalProps.ts +3 -3
  452. package/src/components/modal-content/ModalContent.tsx +5 -15
  453. package/src/components/notification/base/Base.tsx +10 -10
  454. package/src/components/password-input-field/_ghost-icon/GhostIcon.tsx +4 -4
  455. package/src/components/radio-button/RadioButton.tsx +16 -11
  456. package/src/components/radio-button-group/RadioButtonGroup.tsx +9 -5
  457. package/src/components/radio-button-input/RadioButtonInput.tsx +9 -8
  458. package/src/components/switch/Switch.tsx +6 -6
  459. package/src/components/text/Text.tsx +33 -67
  460. package/src/components/text-area-fluid/TextAreaFluid.tsx +4 -4
  461. package/src/components/text-input-field/TextInputField.tsx +37 -3
  462. package/src/components/text-input-field/_rn-text-input/RNTextInput.tsx +5 -5
  463. package/src/components/text-input-fluid/TextInputFluid.tsx +4 -4
  464. package/src/components/toggle/base/Base.tsx +16 -11
  465. package/src/providers/dialog/_controller/_modal/Modal.tsx +1 -1
  466. package/src/style-sheets/direction-style-sheet.ts +9 -0
  467. package/src/style-sheets/display-style-sheet.ts +9 -0
  468. package/src/style-sheets/flex-style-sheet.ts +9 -0
  469. package/src/style-sheets/font-style-sheet.ts +9 -0
  470. package/src/style-sheets/height-style-sheet.ts +9 -0
  471. package/src/style-sheets/index.ts +15 -0
  472. package/src/style-sheets/overflow-style-sheet.ts +9 -0
  473. package/src/style-sheets/position-style-sheet.ts +9 -0
  474. package/src/style-sheets/style-sheet-obj/direction.ts +15 -0
  475. package/src/style-sheets/style-sheet-obj/display.ts +12 -0
  476. package/src/{_internal/style-sheets/flex-style-sheet.ts → style-sheets/style-sheet-obj/flex.ts} +22 -4
  477. package/src/{_internal/style-sheets/text-style-sheet.ts → style-sheets/style-sheet-obj/font.ts} +4 -4
  478. package/src/style-sheets/style-sheet-obj/height.ts +15 -0
  479. package/src/style-sheets/style-sheet-obj/index.ts +9 -0
  480. package/src/style-sheets/style-sheet-obj/overflow.ts +15 -0
  481. package/src/style-sheets/style-sheet-obj/position.ts +15 -0
  482. package/src/style-sheets/style-sheet-obj/typography.ts +31 -0
  483. package/src/style-sheets/style-sheet-obj/width.ts +15 -0
  484. package/src/style-sheets/typography-style-sheet.ts +9 -0
  485. package/src/style-sheets/width-style-sheet.ts +9 -0
  486. package/lib/commonjs/_internal/style-sheets/common-style-sheet.js +0 -28
  487. package/lib/commonjs/_internal/style-sheets/common-style-sheet.js.map +0 -1
  488. package/lib/commonjs/_internal/style-sheets/flex-style-sheet.js.map +0 -1
  489. package/lib/commonjs/_internal/style-sheets/index.js +0 -39
  490. package/lib/commonjs/_internal/style-sheets/index.js.map +0 -1
  491. package/lib/commonjs/_internal/style-sheets/text-style-sheet.js.map +0 -1
  492. package/lib/module/_internal/style-sheets/common-style-sheet.js +0 -24
  493. package/lib/module/_internal/style-sheets/common-style-sheet.js.map +0 -1
  494. package/lib/module/_internal/style-sheets/flex-style-sheet.js.map +0 -1
  495. package/lib/module/_internal/style-sheets/index.js +0 -6
  496. package/lib/module/_internal/style-sheets/index.js.map +0 -1
  497. package/lib/module/_internal/style-sheets/text-style-sheet.js.map +0 -1
  498. package/lib/typescript/commonjs/_internal/style-sheets/common-style-sheet.d.ts +0 -21
  499. package/lib/typescript/commonjs/_internal/style-sheets/common-style-sheet.d.ts.map +0 -1
  500. package/lib/typescript/commonjs/_internal/style-sheets/flex-style-sheet.d.ts +0 -81
  501. package/lib/typescript/commonjs/_internal/style-sheets/flex-style-sheet.d.ts.map +0 -1
  502. package/lib/typescript/commonjs/_internal/style-sheets/index.d.ts +0 -4
  503. package/lib/typescript/commonjs/_internal/style-sheets/index.d.ts.map +0 -1
  504. package/lib/typescript/commonjs/_internal/style-sheets/text-style-sheet.d.ts +0 -59
  505. package/lib/typescript/commonjs/_internal/style-sheets/text-style-sheet.d.ts.map +0 -1
  506. package/lib/typescript/module/_internal/style-sheets/common-style-sheet.d.ts +0 -21
  507. package/lib/typescript/module/_internal/style-sheets/common-style-sheet.d.ts.map +0 -1
  508. package/lib/typescript/module/_internal/style-sheets/flex-style-sheet.d.ts +0 -81
  509. package/lib/typescript/module/_internal/style-sheets/flex-style-sheet.d.ts.map +0 -1
  510. package/lib/typescript/module/_internal/style-sheets/index.d.ts +0 -4
  511. package/lib/typescript/module/_internal/style-sheets/index.d.ts.map +0 -1
  512. package/lib/typescript/module/_internal/style-sheets/text-style-sheet.d.ts +0 -59
  513. package/lib/typescript/module/_internal/style-sheets/text-style-sheet.d.ts.map +0 -1
  514. package/src/_internal/style-sheets/common-style-sheet.ts +0 -24
  515. package/src/_internal/style-sheets/index.ts +0 -3
  516. /package/src/components/button-group/{index.tsx → index.ts} +0 -0
  517. /package/src/components/form-label/{index.tsx → index.ts} +0 -0
  518. /package/src/components/{index.tsx → index.ts} +0 -0
  519. /package/src/components/inline-loading/{index.tsx → index.ts} +0 -0
  520. /package/src/components/layer/{index.tsx → index.ts} +0 -0
  521. /package/src/components/modal/{index.tsx → index.ts} +0 -0
  522. /package/src/components/modal-content/{index.tsx → index.ts} +0 -0
  523. /package/src/components/radio-button/{index.tsx → index.ts} +0 -0
  524. /package/src/components/radio-button-group/{index.tsx → index.ts} +0 -0
  525. /package/src/components/radio-button-input/{index.tsx → index.ts} +0 -0
  526. /package/src/components/text-area/{index.tsx → index.ts} +0 -0
  527. /package/src/components/text-area-field/{index.tsx → index.ts} +0 -0
  528. /package/src/components/text-area-fluid/{index.tsx → index.ts} +0 -0
  529. /package/src/components/text-input-field/{index.tsx → index.ts} +0 -0
  530. /package/src/components/text-input-fluid/{index.tsx → index.ts} +0 -0
  531. /package/src/components/toggle/base/{index.tsx → index.ts} +0 -0
  532. /package/src/components/toggle/default/{index.tsx → index.ts} +0 -0
  533. /package/src/components/toggle/{index.tsx → index.ts} +0 -0
  534. /package/src/components/toggle/small/{index.tsx → index.ts} +0 -0
@@ -0,0 +1,14 @@
1
+ "use strict";
2
+
3
+ import * as StyleSheetObj from "./style-sheet-obj/index.js";
4
+ export { StyleSheetObj };
5
+ export * from "./direction-style-sheet.js";
6
+ export * from "./display-style-sheet.js";
7
+ export * from "./flex-style-sheet.js";
8
+ export * from "./font-style-sheet.js";
9
+ export * from "./height-style-sheet.js";
10
+ export * from "./overflow-style-sheet.js";
11
+ export * from "./position-style-sheet.js";
12
+ export * from "./typography-style-sheet.js";
13
+ export * from "./width-style-sheet.js";
14
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["StyleSheetObj"],"sourceRoot":"../../../src","sources":["style-sheets/index.ts"],"mappings":";;AAAA,OAAO,KAAKA,aAAa,MAAM,4BAAmB;AAElD,SACCA,aAAa;AAGd,cAAc,4BAAyB;AACvC,cAAc,0BAAuB;AACrC,cAAc,uBAAoB;AAClC,cAAc,uBAAoB;AAClC,cAAc,yBAAsB;AACpC,cAAc,2BAAwB;AACtC,cAAc,2BAAwB;AACtC,cAAc,6BAA0B;AACxC,cAAc,wBAAqB","ignoreList":[]}
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+
3
+ import { StyleSheet } from "react-native";
4
+ import { Overflow } from "./style-sheet-obj/index.js";
5
+ export const OverflowStyleSheet = StyleSheet.create(Overflow);
6
+ //# sourceMappingURL=overflow-style-sheet.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["StyleSheet","Overflow","OverflowStyleSheet","create"],"sourceRoot":"../../../src","sources":["style-sheets/overflow-style-sheet.ts"],"mappings":";;AAAA,SACCA,UAAU,QACJ,cAAc;AAErB,SACCC,QAAQ,QACF,4BAAmB;AAE1B,OAAO,MAAMC,kBAAkB,GAAGF,UAAU,CAACG,MAAM,CAACF,QAAQ,CAAC","ignoreList":[]}
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+
3
+ import { StyleSheet } from "react-native";
4
+ import { Position } from "./style-sheet-obj/index.js";
5
+ export const PositionStyleSheet = StyleSheet.create(Position);
6
+ //# sourceMappingURL=position-style-sheet.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["StyleSheet","Position","PositionStyleSheet","create"],"sourceRoot":"../../../src","sources":["style-sheets/position-style-sheet.ts"],"mappings":";;AAAA,SACCA,UAAU,QACJ,cAAc;AAErB,SACCC,QAAQ,QACF,4BAAmB;AAE1B,OAAO,MAAMC,kBAAkB,GAAGF,UAAU,CAACG,MAAM,CAACF,QAAQ,CAAC","ignoreList":[]}
@@ -0,0 +1,14 @@
1
+ "use strict";
2
+
3
+ export const Direction = {
4
+ ltr: {
5
+ direction: "ltr"
6
+ },
7
+ rtl: {
8
+ direction: "rtl"
9
+ },
10
+ inherit: {
11
+ direction: "inherit"
12
+ }
13
+ };
14
+ //# sourceMappingURL=direction.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["Direction","ltr","direction","rtl","inherit"],"sourceRoot":"../../../../src","sources":["style-sheets/style-sheet-obj/direction.ts"],"mappings":";;AAIA,OAAO,MAAMA,SAAS,GAAG;EACxBC,GAAG,EAAE;IACJC,SAAS,EAAE;EACZ,CAAC;EACDC,GAAG,EAAE;IACJD,SAAS,EAAE;EACZ,CAAC;EACDE,OAAO,EAAE;IACRF,SAAS,EAAE;EACZ;AACD,CAA8C","ignoreList":[]}
@@ -0,0 +1,11 @@
1
+ "use strict";
2
+
3
+ export const Display = {
4
+ hidden: {
5
+ display: "none"
6
+ },
7
+ flex: {
8
+ display: "flex"
9
+ }
10
+ };
11
+ //# sourceMappingURL=display.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["Display","hidden","display","flex"],"sourceRoot":"../../../../src","sources":["style-sheets/style-sheet-obj/display.ts"],"mappings":";;AAIA,OAAO,MAAMA,OAAO,GAAG;EACtBC,MAAM,EAAE;IACPC,OAAO,EAAE;EACV,CAAC;EACDC,IAAI,EAAE;IACLD,OAAO,EAAE;EACV;AACD,CAA8C","ignoreList":[]}
@@ -1,11 +1,6 @@
1
1
  "use strict";
2
2
 
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.FlexStyleSheet = void 0;
7
- var _reactNative = require("react-native");
8
- const FlexStyleSheet = exports.FlexStyleSheet = _reactNative.StyleSheet.create({
3
+ export const Flex = {
9
4
  flex_1: {
10
5
  flexGrow: 1,
11
6
  flexShrink: 1,
@@ -83,6 +78,24 @@ const FlexStyleSheet = exports.FlexStyleSheet = _reactNative.StyleSheet.create({
83
78
  },
84
79
  self_stretch: {
85
80
  alignSelf: "stretch"
81
+ },
82
+ grow: {
83
+ flexGrow: 1
84
+ },
85
+ grow_0: {
86
+ flexGrow: 0
87
+ },
88
+ shrink: {
89
+ flexShrink: 1
90
+ },
91
+ shrink_0: {
92
+ flexShrink: 0
93
+ },
94
+ basis_auto: {
95
+ flexBasis: "auto"
96
+ },
97
+ basis_full: {
98
+ flexBasis: "100%"
86
99
  }
87
- });
88
- //# sourceMappingURL=flex-style-sheet.js.map
100
+ };
101
+ //# sourceMappingURL=flex.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["Flex","flex_1","flexGrow","flexShrink","flexBasis","flex_auto","flex_initial","flex_col","flexDirection","flex_col_reverse","flex_row","flex_row_reverse","flex_wrap","flexWrap","flex_wrap_reverse","flex_nowrap","items_start","alignItems","items_center","items_end","content_start","alignContent","content_center","content_end","justify_start","justifyContent","justify_center","justify_between","justify_end","self_start","alignSelf","self_center","self_end","self_stretch","grow","grow_0","shrink","shrink_0","basis_auto","basis_full"],"sourceRoot":"../../../../src","sources":["style-sheets/style-sheet-obj/flex.ts"],"mappings":";;AAIA,OAAO,MAAMA,IAAI,GAAG;EACnBC,MAAM,EAAE;IACPC,QAAQ,EAAE,CAAC;IACXC,UAAU,EAAE,CAAC;IACbC,SAAS,EAAE;EACZ,CAAC;EACDC,SAAS,EAAE;IACVH,QAAQ,EAAE,CAAC;IACXC,UAAU,EAAE,CAAC;IACbC,SAAS,EAAE;EACZ,CAAC;EACDE,YAAY,EAAE;IACbJ,QAAQ,EAAE,CAAC;IACXC,UAAU,EAAE,CAAC;IACbC,SAAS,EAAE;EACZ,CAAC;EACDG,QAAQ,EAAE;IACTC,aAAa,EAAE;EAChB,CAAC;EACDC,gBAAgB,EAAE;IACjBD,aAAa,EAAE;EAChB,CAAC;EACDE,QAAQ,EAAE;IACTF,aAAa,EAAE;EAChB,CAAC;EACDG,gBAAgB,EAAE;IACjBH,aAAa,EAAE;EAChB,CAAC;EACDI,SAAS,EAAE;IACVC,QAAQ,EAAE;EACX,CAAC;EACDC,iBAAiB,EAAE;IAClBD,QAAQ,EAAE;EACX,CAAC;EACDE,WAAW,EAAE;IACZF,QAAQ,EAAE;EACX,CAAC;EACDG,WAAW,EAAE;IACZC,UAAU,EAAE;EACb,CAAC;EACDC,YAAY,EAAE;IACbD,UAAU,EAAE;EACb,CAAC;EACDE,SAAS,EAAE;IACVF,UAAU,EAAE;EACb,CAAC;EACDG,aAAa,EAAE;IACdC,YAAY,EAAE;EACf,CAAC;EACDC,cAAc,EAAE;IACfD,YAAY,EAAE;EACf,CAAC;EACDE,WAAW,EAAE;IACZF,YAAY,EAAE;EACf,CAAC;EACDG,aAAa,EAAE;IACdC,cAAc,EAAE;EACjB,CAAC;EACDC,cAAc,EAAE;IACfD,cAAc,EAAE;EACjB,CAAC;EACDE,eAAe,EAAE;IAChBF,cAAc,EAAE;EACjB,CAAC;EACDG,WAAW,EAAE;IACZH,cAAc,EAAE;EACjB,CAAC;EACDI,UAAU,EAAE;IACXC,SAAS,EAAE;EACZ,CAAC;EACDC,WAAW,EAAE;IACZD,SAAS,EAAE;EACZ,CAAC;EACDE,QAAQ,EAAE;IACTF,SAAS,EAAE;EACZ,CAAC;EACDG,YAAY,EAAE;IACbH,SAAS,EAAE;EACZ,CAAC;EACDI,IAAI,EAAE;IACLhC,QAAQ,EAAE;EACX,CAAC;EACDiC,MAAM,EAAE;IACPjC,QAAQ,EAAE;EACX,CAAC;EACDkC,MAAM,EAAE;IACPjC,UAAU,EAAE;EACb,CAAC;EACDkC,QAAQ,EAAE;IACTlC,UAAU,EAAE;EACb,CAAC;EACDmC,UAAU,EAAE;IACXlC,SAAS,EAAE;EACZ,CAAC;EACDmC,UAAU,EAAE;IACXnC,SAAS,EAAE;EACZ;AACD,CAA8C","ignoreList":[]}
@@ -1,7 +1,6 @@
1
1
  "use strict";
2
2
 
3
- import { StyleSheet } from "react-native";
4
- export const TextStyleSheet = StyleSheet.create({
3
+ export const Font = {
5
4
  thin: {
6
5
  fontWeight: 100,
7
6
  fontFamily: "IBMPlexSans-Thin"
@@ -58,5 +57,5 @@ export const TextStyleSheet = StyleSheet.create({
58
57
  fontWeight: 700,
59
58
  fontFamily: "IBMPlexSans-Bold-Italic"
60
59
  }
61
- });
62
- //# sourceMappingURL=text-style-sheet.js.map
60
+ };
61
+ //# sourceMappingURL=font.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["Font","thin","fontWeight","fontFamily","thin_italic","extralight","extralight_italic","light","light_italic","normal","normal_italic","medium","medium_italic","semibold","semibold_italic","bold","bold_italic"],"sourceRoot":"../../../../src","sources":["style-sheets/style-sheet-obj/font.ts"],"mappings":";;AAIA,OAAO,MAAMA,IAAI,GAAG;EACnBC,IAAI,EAAE;IACLC,UAAU,EAAE,GAAG;IACfC,UAAU,EAAE;EACb,CAAC;EACDC,WAAW,EAAE;IACZF,UAAU,EAAE,GAAG;IACfC,UAAU,EAAE;EACb,CAAC;EACDE,UAAU,EAAE;IACXH,UAAU,EAAE,GAAG;IACfC,UAAU,EAAE;EACb,CAAC;EACDG,iBAAiB,EAAE;IAClBJ,UAAU,EAAE,GAAG;IACfC,UAAU,EAAE;EACb,CAAC;EACDI,KAAK,EAAE;IACNL,UAAU,EAAE,GAAG;IACfC,UAAU,EAAE;EACb,CAAC;EACDK,YAAY,EAAE;IACbN,UAAU,EAAE,GAAG;IACfC,UAAU,EAAE;EACb,CAAC;EACDM,MAAM,EAAE;IACPP,UAAU,EAAE,GAAG;IACfC,UAAU,EAAE;EACb,CAAC;EACDO,aAAa,EAAE;IACdR,UAAU,EAAE,GAAG;IACfC,UAAU,EAAE;EACb,CAAC;EACDQ,MAAM,EAAE;IACPT,UAAU,EAAE,GAAG;IACfC,UAAU,EAAE;EACb,CAAC;EACDS,aAAa,EAAE;IACdV,UAAU,EAAE,GAAG;IACfC,UAAU,EAAE;EACb,CAAC;EACDU,QAAQ,EAAE;IACTX,UAAU,EAAE,GAAG;IACfC,UAAU,EAAE;EACb,CAAC;EACDW,eAAe,EAAE;IAChBZ,UAAU,EAAE,GAAG;IACfC,UAAU,EAAE;EACb,CAAC;EACDY,IAAI,EAAE;IACLb,UAAU,EAAE,GAAG;IACfC,UAAU,EAAE;EACb,CAAC;EACDa,WAAW,EAAE;IACZd,UAAU,EAAE,GAAG;IACfC,UAAU,EAAE;EACb;AACD,CAA8C","ignoreList":[]}
@@ -0,0 +1,14 @@
1
+ "use strict";
2
+
3
+ export const Height = {
4
+ h_full: {
5
+ height: "100%"
6
+ },
7
+ h_auto: {
8
+ width: "auto"
9
+ },
10
+ max_h_full: {
11
+ maxHeight: "100%"
12
+ }
13
+ };
14
+ //# sourceMappingURL=height.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["Height","h_full","height","h_auto","width","max_h_full","maxHeight"],"sourceRoot":"../../../../src","sources":["style-sheets/style-sheet-obj/height.ts"],"mappings":";;AAIA,OAAO,MAAMA,MAAM,GAAG;EACrBC,MAAM,EAAE;IACPC,MAAM,EAAE;EACT,CAAC;EACDC,MAAM,EAAE;IACPC,KAAK,EAAE;EACR,CAAC;EACDC,UAAU,EAAE;IACXC,SAAS,EAAE;EACZ;AACD,CAA8C","ignoreList":[]}
@@ -0,0 +1,12 @@
1
+ "use strict";
2
+
3
+ export * from "./direction.js";
4
+ export * from "./display.js";
5
+ export * from "./flex.js";
6
+ export * from "./font.js";
7
+ export * from "./height.js";
8
+ export * from "./overflow.js";
9
+ export * from "./position.js";
10
+ export * from "./typography.js";
11
+ export * from "./width.js";
12
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":[],"sourceRoot":"../../../../src","sources":["style-sheets/style-sheet-obj/index.ts"],"mappings":";;AAAA,cAAc,gBAAa;AAC3B,cAAc,cAAW;AACzB,cAAc,WAAQ;AACtB,cAAc,WAAQ;AACtB,cAAc,aAAU;AACxB,cAAc,eAAY;AAC1B,cAAc,eAAY;AAC1B,cAAc,iBAAc;AAC5B,cAAc,YAAS","ignoreList":[]}
@@ -0,0 +1,14 @@
1
+ "use strict";
2
+
3
+ export const Overflow = {
4
+ overflow_hidden: {
5
+ overflow: "hidden"
6
+ },
7
+ overflow_scroll: {
8
+ overflow: "scroll"
9
+ },
10
+ overflow_visible: {
11
+ overflow: "visible"
12
+ }
13
+ };
14
+ //# sourceMappingURL=overflow.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["Overflow","overflow_hidden","overflow","overflow_scroll","overflow_visible"],"sourceRoot":"../../../../src","sources":["style-sheets/style-sheet-obj/overflow.ts"],"mappings":";;AAIA,OAAO,MAAMA,QAAQ,GAAG;EACvBC,eAAe,EAAE;IAChBC,QAAQ,EAAE;EACX,CAAC;EACDC,eAAe,EAAE;IAChBD,QAAQ,EAAE;EACX,CAAC;EACDE,gBAAgB,EAAE;IACjBF,QAAQ,EAAE;EACX;AACD,CAA8C","ignoreList":[]}
@@ -0,0 +1,14 @@
1
+ "use strict";
2
+
3
+ export const Position = {
4
+ absolute: {
5
+ position: "absolute"
6
+ },
7
+ relative: {
8
+ position: "relative"
9
+ },
10
+ static: {
11
+ position: "static"
12
+ }
13
+ };
14
+ //# sourceMappingURL=position.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["Position","absolute","position","relative","static"],"sourceRoot":"../../../../src","sources":["style-sheets/style-sheet-obj/position.ts"],"mappings":";;AAIA,OAAO,MAAMA,QAAQ,GAAG;EACvBC,QAAQ,EAAE;IACTC,QAAQ,EAAE;EACX,CAAC;EACDC,QAAQ,EAAE;IACTD,QAAQ,EAAE;EACX,CAAC;EACDE,MAAM,EAAE;IACPF,QAAQ,EAAE;EACX;AACD,CAA8C","ignoreList":[]}
@@ -0,0 +1,27 @@
1
+ "use strict";
2
+
3
+ import { Typography as T } from "@audira/carbon-react-native-elements";
4
+ export const Typography = {
5
+ body_01: T.TypeSets.body_01,
6
+ body_02: T.TypeSets.body_02,
7
+ body_compact_01: T.TypeSets.body_compact_01,
8
+ body_compact_02: T.TypeSets.body_compact_02,
9
+ code_01: T.TypeSets.code_01,
10
+ code_02: T.TypeSets.code_02,
11
+ heading_01: T.TypeSets.heading_01,
12
+ heading_02: T.TypeSets.heading_02,
13
+ heading_03: T.TypeSets.heading_03,
14
+ heading_04: T.TypeSets.heading_04,
15
+ heading_05: T.TypeSets.heading_05,
16
+ heading_06: T.TypeSets.heading_06,
17
+ heading_07: T.TypeSets.heading_07,
18
+ heading_compact_01: T.TypeSets.heading_compact_01,
19
+ heading_compact_02: T.TypeSets.heading_compact_02,
20
+ helper_text_01: T.TypeSets.helper_text_01,
21
+ helper_text_02: T.TypeSets.helper_text_02,
22
+ label_01: T.TypeSets.label_01,
23
+ label_02: T.TypeSets.label_02,
24
+ legal_01: T.TypeSets.legal_01,
25
+ legal_02: T.TypeSets.legal_02
26
+ };
27
+ //# sourceMappingURL=typography.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["Typography","T","body_01","TypeSets","body_02","body_compact_01","body_compact_02","code_01","code_02","heading_01","heading_02","heading_03","heading_04","heading_05","heading_06","heading_07","heading_compact_01","heading_compact_02","helper_text_01","helper_text_02","label_01","label_02","legal_01","legal_02"],"sourceRoot":"../../../../src","sources":["style-sheets/style-sheet-obj/typography.ts"],"mappings":";;AAIA,SACCA,UAAU,IAAIC,CAAC,QACT,sCAAsC;AAE7C,OAAO,MAAMD,UAAU,GAAG;EACzBE,OAAO,EAAED,CAAC,CAACE,QAAQ,CAACD,OAAO;EAC3BE,OAAO,EAAEH,CAAC,CAACE,QAAQ,CAACC,OAAO;EAC3BC,eAAe,EAAEJ,CAAC,CAACE,QAAQ,CAACE,eAAe;EAC3CC,eAAe,EAAEL,CAAC,CAACE,QAAQ,CAACG,eAAe;EAC3CC,OAAO,EAAEN,CAAC,CAACE,QAAQ,CAACI,OAAO;EAC3BC,OAAO,EAAEP,CAAC,CAACE,QAAQ,CAACK,OAAO;EAC3BC,UAAU,EAAER,CAAC,CAACE,QAAQ,CAACM,UAAU;EACjCC,UAAU,EAAET,CAAC,CAACE,QAAQ,CAACO,UAAU;EACjCC,UAAU,EAAEV,CAAC,CAACE,QAAQ,CAACQ,UAAU;EACjCC,UAAU,EAAEX,CAAC,CAACE,QAAQ,CAACS,UAAU;EACjCC,UAAU,EAAEZ,CAAC,CAACE,QAAQ,CAACU,UAAU;EACjCC,UAAU,EAAEb,CAAC,CAACE,QAAQ,CAACW,UAAU;EACjCC,UAAU,EAAEd,CAAC,CAACE,QAAQ,CAACY,UAAU;EACjCC,kBAAkB,EAAEf,CAAC,CAACE,QAAQ,CAACa,kBAAkB;EACjDC,kBAAkB,EAAEhB,CAAC,CAACE,QAAQ,CAACc,kBAAkB;EACjDC,cAAc,EAAEjB,CAAC,CAACE,QAAQ,CAACe,cAAc;EACzCC,cAAc,EAAElB,CAAC,CAACE,QAAQ,CAACgB,cAAc;EACzCC,QAAQ,EAAEnB,CAAC,CAACE,QAAQ,CAACiB,QAAQ;EAC7BC,QAAQ,EAAEpB,CAAC,CAACE,QAAQ,CAACkB,QAAQ;EAC7BC,QAAQ,EAAErB,CAAC,CAACE,QAAQ,CAACmB,QAAQ;EAC7BC,QAAQ,EAAEtB,CAAC,CAACE,QAAQ,CAACoB;AACtB,CAAkE","ignoreList":[]}
@@ -0,0 +1,14 @@
1
+ "use strict";
2
+
3
+ export const Width = {
4
+ w_full: {
5
+ width: "100%"
6
+ },
7
+ w_auto: {
8
+ width: "auto"
9
+ },
10
+ max_w_full: {
11
+ maxWidth: "100%"
12
+ }
13
+ };
14
+ //# sourceMappingURL=width.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["Width","w_full","width","w_auto","max_w_full","maxWidth"],"sourceRoot":"../../../../src","sources":["style-sheets/style-sheet-obj/width.ts"],"mappings":";;AAIA,OAAO,MAAMA,KAAK,GAAG;EACpBC,MAAM,EAAE;IACPC,KAAK,EAAE;EACR,CAAC;EACDC,MAAM,EAAE;IACPD,KAAK,EAAE;EACR,CAAC;EACDE,UAAU,EAAE;IACXC,QAAQ,EAAE;EACX;AACD,CAA8C","ignoreList":[]}
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+
3
+ import { StyleSheet } from "react-native";
4
+ import { Typography } from "./style-sheet-obj/index.js";
5
+ export const TypographyStyleSheet = StyleSheet.create(Typography);
6
+ //# sourceMappingURL=typography-style-sheet.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["StyleSheet","Typography","TypographyStyleSheet","create"],"sourceRoot":"../../../src","sources":["style-sheets/typography-style-sheet.ts"],"mappings":";;AAAA,SACCA,UAAU,QACJ,cAAc;AAErB,SACCC,UAAU,QACJ,4BAAmB;AAE1B,OAAO,MAAMC,oBAAoB,GAAGF,UAAU,CAACG,MAAM,CAACF,UAAU,CAAC","ignoreList":[]}
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+
3
+ import { StyleSheet } from "react-native";
4
+ import { Width } from "./style-sheet-obj/index.js";
5
+ export const WidthStyleSheet = StyleSheet.create(Width);
6
+ //# sourceMappingURL=width-style-sheet.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["StyleSheet","Width","WidthStyleSheet","create"],"sourceRoot":"../../../src","sources":["style-sheets/width-style-sheet.ts"],"mappings":";;AAAA,SACCA,UAAU,QACJ,cAAc;AAErB,SACCC,KAAK,QACC,4BAAmB;AAE1B,OAAO,MAAMC,eAAe,GAAGF,UAAU,CAACG,MAAM,CAACF,KAAK,CAAC","ignoreList":[]}
@@ -1 +1 @@
1
- {"version":3,"file":"_HeaderBorder.d.ts","sourceRoot":"","sources":["../../../../../src/components/accordion/_HeaderBorder.tsx"],"names":[],"mappings":"AAIA,OAAO,EAGN,KAAK,SAAS,EACd,MAAM,cAAc,CAAA;AAkBrB,MAAM,WAAW,iBAAiB;IACjC;;OAEG;IACH,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,KAAK,CAAC,EAAE,SAAS,CAAC,OAAO,CAAC,CAAC;CAC3B;AAED,wBAAgB,YAAY,CAAC,EAC5B,cAAc,EACd,KAAK,EAAE,SAAS,GAChB,EAAE,iBAAiB,+BAqBnB"}
1
+ {"version":3,"file":"_HeaderBorder.d.ts","sourceRoot":"","sources":["../../../../../src/components/accordion/_HeaderBorder.tsx"],"names":[],"mappings":"AAIA,OAAO,EAGN,KAAK,SAAS,EACd,MAAM,cAAc,CAAA;AAmBrB,MAAM,WAAW,iBAAiB;IACjC;;OAEG;IACH,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,KAAK,CAAC,EAAE,SAAS,CAAC,OAAO,CAAC,CAAC;CAC3B;AAED,wBAAgB,YAAY,CAAC,EAC5B,cAAc,EACd,KAAK,EAAE,SAAS,GAChB,EAAE,iBAAiB,+BAqBnB"}
@@ -0,0 +1,4 @@
1
+ import type { BoxProps } from "./BoxProps";
2
+ import type { BoxRef } from "./BoxRef";
3
+ export declare const Box: import("react").ForwardRefExoticComponent<BoxProps & import("react").RefAttributes<BoxRef>>;
4
+ //# sourceMappingURL=Box.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Box.d.ts","sourceRoot":"","sources":["../../../../../src/components/box/Box.tsx"],"names":[],"mappings":"AAiBA,OAAO,KAAK,EACX,QAAQ,EACR,MAAM,YAAY,CAAA;AAEnB,OAAO,KAAK,EACX,MAAM,EACN,MAAM,UAAU,CAAA;AAEjB,eAAO,MAAM,GAAG,6FA+Bf,CAAA"}
@@ -0,0 +1,4 @@
1
+ import type { ViewProps } from "react-native";
2
+ export interface BoxProps extends ViewProps {
3
+ }
4
+ //# sourceMappingURL=BoxProps.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BoxProps.d.ts","sourceRoot":"","sources":["../../../../../src/components/box/BoxProps.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACX,SAAS,EACT,MAAM,cAAc,CAAA;AAErB,MAAM,WAAW,QAAS,SAAQ,SAAS;CAC1C"}
@@ -0,0 +1,4 @@
1
+ import type { View } from "react-native";
2
+ export interface BoxRef extends View {
3
+ }
4
+ //# sourceMappingURL=BoxRef.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BoxRef.d.ts","sourceRoot":"","sources":["../../../../../src/components/box/BoxRef.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACX,IAAI,EACJ,MAAM,cAAc,CAAA;AAErB,MAAM,WAAW,MAAO,SAAQ,IAAI;CACnC"}
@@ -0,0 +1,4 @@
1
+ export * from "./Box";
2
+ export type * from "./BoxProps";
3
+ export type * from "./BoxRef";
4
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/box/index.ts"],"names":[],"mappings":"AAAA,cAAc,OAAO,CAAA;AACrB,mBAAmB,YAAY,CAAA;AAC/B,mBAAmB,UAAU,CAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"Base.d.ts","sourceRoot":"","sources":["../../../../../../src/components/button/base/Base.tsx"],"names":[],"mappings":"AAkCA,OAAO,KAAK,EACX,SAAS,EACT,MAAM,aAAa,CAAA;AAEpB,OAAO,KAAK,EACX,OAAO,EACP,MAAM,WAAW,CAAA;AAElB,eAAO,MAAM,IAAI,+FAwGhB,CAAA"}
1
+ {"version":3,"file":"Base.d.ts","sourceRoot":"","sources":["../../../../../../src/components/button/base/Base.tsx"],"names":[],"mappings":"AAoCA,OAAO,KAAK,EACX,SAAS,EACT,MAAM,aAAa,CAAA;AAEpB,OAAO,KAAK,EACX,OAAO,EACP,MAAM,WAAW,CAAA;AAElB,eAAO,MAAM,IAAI,+FAwGhB,CAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/button-group/index.tsx"],"names":[],"mappings":"AAAA,cAAc,eAAe,CAAA;AAC7B,mBAAmB,oBAAoB,CAAA;AACvC,mBAAmB,kBAAkB,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/button-group/index.ts"],"names":[],"mappings":"AAAA,cAAc,eAAe,CAAA;AAC7B,mBAAmB,oBAAoB,CAAA;AACvC,mBAAmB,kBAAkB,CAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"Checkbox.d.ts","sourceRoot":"","sources":["../../../../../src/components/checkbox/Checkbox.tsx"],"names":[],"mappings":"AA+CA,OAAO,KAAK,EACX,aAAa,EACb,MAAM,iBAAiB,CAAA;AAExB,OAAO,KAAK,EACX,WAAW,EACX,MAAM,eAAe,CAAA;AAOtB,eAAO,MAAM,QAAQ,uGA6HpB,CAAA"}
1
+ {"version":3,"file":"Checkbox.d.ts","sourceRoot":"","sources":["../../../../../src/components/checkbox/Checkbox.tsx"],"names":[],"mappings":"AAiDA,OAAO,KAAK,EACX,aAAa,EACb,MAAM,iBAAiB,CAAA;AAExB,OAAO,KAAK,EACX,WAAW,EACX,MAAM,eAAe,CAAA;AAOtB,eAAO,MAAM,QAAQ,uGAuHpB,CAAA"}
@@ -1,7 +1,8 @@
1
- import type { PressableProps, ViewProps } from "react-native";
1
+ import type { PressableProps } from "react-native";
2
+ import type { BoxProps } from "../box";
2
3
  import type { CheckboxInputProps } from "../checkbox-input";
3
4
  import type { FormLabelProps } from "../form-label";
4
- export interface CheckboxProps extends Omit<ViewProps, "children"> {
5
+ export interface CheckboxProps extends Omit<BoxProps, "children"> {
5
6
  defaultChecked?: CheckboxInputProps["defaultChecked"];
6
7
  checked?: CheckboxInputProps["checked"];
7
8
  interactiveState?: CheckboxInputProps["interactiveState"];
@@ -11,7 +12,7 @@ export interface CheckboxProps extends Omit<ViewProps, "children"> {
11
12
  checkboxInputProps?: Omit<CheckboxInputProps, "defaultChecked" | "checked" | "interactiveState" | "role" | "onChange">;
12
13
  formLabelProps?: Omit<FormLabelProps, "label">;
13
14
  pressableProps?: Omit<PressableProps, "role" | "style" | "onPress"> & {
14
- style?: ViewProps["style"];
15
+ style?: BoxProps["style"];
15
16
  };
16
17
  }
17
18
  //# sourceMappingURL=CheckboxProps.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"CheckboxProps.d.ts","sourceRoot":"","sources":["../../../../../src/components/checkbox/CheckboxProps.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACX,cAAc,EACd,SAAS,EACT,MAAM,cAAc,CAAA;AAErB,OAAO,KAAK,EACX,kBAAkB,EAClB,MAAM,mBAAmB,CAAA;AAE1B,OAAO,KAAK,EACX,cAAc,EACd,MAAM,eAAe,CAAA;AAEtB,MAAM,WAAW,aAAc,SAAQ,IAAI,CAAC,SAAS,EAAE,UAAU,CAAC;IACjE,cAAc,CAAC,EAAE,kBAAkB,CAAC,gBAAgB,CAAC,CAAC;IACtD,OAAO,CAAC,EAAE,kBAAkB,CAAC,SAAS,CAAC,CAAC;IACxC,gBAAgB,CAAC,EAAE,kBAAkB,CAAC,kBAAkB,CAAC,CAAC;IAC1D,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,kBAAkB,CAAC,UAAU,CAAC,CAAC;IAC1C,OAAO,CAAC,EAAE,kBAAkB,CAAC,SAAS,CAAC,CAAC;IACxC,kBAAkB,CAAC,EAAE,IAAI,CACxB,kBAAkB,EAChB,gBAAgB,GAChB,SAAS,GACT,kBAAkB,GAClB,MAAM,GACN,UAAU,CACZ,CAAC;IACF,cAAc,CAAC,EAAE,IAAI,CAAC,cAAc,EAAE,OAAO,CAAC,CAAC;IAC/C,cAAc,CAAC,EAAE,IAAI,CACpB,cAAc,EACZ,MAAM,GACN,OAAO,GACP,SAAS,CACX,GAAG;QACH,KAAK,CAAC,EAAE,SAAS,CAAC,OAAO,CAAC,CAAC;KAC3B,CAAC;CACF"}
1
+ {"version":3,"file":"CheckboxProps.d.ts","sourceRoot":"","sources":["../../../../../src/components/checkbox/CheckboxProps.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACX,cAAc,EACd,MAAM,cAAc,CAAA;AAErB,OAAO,KAAK,EACX,QAAQ,EACR,MAAM,QAAQ,CAAA;AAEf,OAAO,KAAK,EACX,kBAAkB,EAClB,MAAM,mBAAmB,CAAA;AAE1B,OAAO,KAAK,EACX,cAAc,EACd,MAAM,eAAe,CAAA;AAEtB,MAAM,WAAW,aAAc,SAAQ,IAAI,CAAC,QAAQ,EAAE,UAAU,CAAC;IAChE,cAAc,CAAC,EAAE,kBAAkB,CAAC,gBAAgB,CAAC,CAAC;IACtD,OAAO,CAAC,EAAE,kBAAkB,CAAC,SAAS,CAAC,CAAC;IACxC,gBAAgB,CAAC,EAAE,kBAAkB,CAAC,kBAAkB,CAAC,CAAC;IAC1D,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,kBAAkB,CAAC,UAAU,CAAC,CAAC;IAC1C,OAAO,CAAC,EAAE,kBAAkB,CAAC,SAAS,CAAC,CAAC;IACxC,kBAAkB,CAAC,EAAE,IAAI,CACxB,kBAAkB,EAChB,gBAAgB,GAChB,SAAS,GACT,kBAAkB,GAClB,MAAM,GACN,UAAU,CACZ,CAAC;IACF,cAAc,CAAC,EAAE,IAAI,CAAC,cAAc,EAAE,OAAO,CAAC,CAAC;IAC/C,cAAc,CAAC,EAAE,IAAI,CACpB,cAAc,EACZ,MAAM,GACN,OAAO,GACP,SAAS,CACX,GAAG;QACH,KAAK,CAAC,EAAE,QAAQ,CAAC,OAAO,CAAC,CAAC;KAC1B,CAAC;CACF"}
@@ -1 +1 @@
1
- {"version":3,"file":"CheckboxGroup.d.ts","sourceRoot":"","sources":["../../../../../src/components/checkbox-group/CheckboxGroup.tsx"],"names":[],"mappings":"AAgDA,OAAO,KAAK,EACX,kBAAkB,EAClB,MAAM,sBAAsB,CAAA;AAE7B,OAAO,KAAK,EACX,gBAAgB,EAChB,MAAM,oBAAoB,CAAA;AAuE3B,eAAO,MAAM,aAAa;;CAExB,CAAA"}
1
+ {"version":3,"file":"CheckboxGroup.d.ts","sourceRoot":"","sources":["../../../../../src/components/checkbox-group/CheckboxGroup.tsx"],"names":[],"mappings":"AA8CA,OAAO,KAAK,EACX,kBAAkB,EAClB,MAAM,sBAAsB,CAAA;AAE7B,OAAO,KAAK,EACX,gBAAgB,EAChB,MAAM,oBAAoB,CAAA;AA4D3B,eAAO,MAAM,aAAa;;CAExB,CAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"CheckboxInput.d.ts","sourceRoot":"","sources":["../../../../../src/components/checkbox-input/CheckboxInput.tsx"],"names":[],"mappings":"AA0CA,OAAO,KAAK,EACX,kBAAkB,EAClB,MAAM,sBAAsB,CAAA;AAE7B,OAAO,KAAK,EACX,gBAAgB,EAChB,MAAM,oBAAoB,CAAA;AAU3B,eAAO,MAAM,aAAa,iHAiLzB,CAAA"}
1
+ {"version":3,"file":"CheckboxInput.d.ts","sourceRoot":"","sources":["../../../../../src/components/checkbox-input/CheckboxInput.tsx"],"names":[],"mappings":"AA2CA,OAAO,KAAK,EACX,kBAAkB,EAClB,MAAM,sBAAsB,CAAA;AAE7B,OAAO,KAAK,EACX,gBAAgB,EAChB,MAAM,oBAAoB,CAAA;AAU3B,eAAO,MAAM,aAAa,iHAiLzB,CAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"Collapsible.d.ts","sourceRoot":"","sources":["../../../../../src/components/collapsible/Collapsible.tsx"],"names":[],"mappings":"AA0BA,OAAO,KAAK,EACX,gBAAgB,EAChB,MAAM,oBAAoB,CAAA;AAE3B,OAAO,KAAK,EACX,cAAc,EACd,MAAM,kBAAkB,CAAA;AAMzB,eAAO,MAAM,WAAW,6GAyOvB,CAAA"}
1
+ {"version":3,"file":"Collapsible.d.ts","sourceRoot":"","sources":["../../../../../src/components/collapsible/Collapsible.tsx"],"names":[],"mappings":"AA2BA,OAAO,KAAK,EACX,gBAAgB,EAChB,MAAM,oBAAoB,CAAA;AAE3B,OAAO,KAAK,EACX,cAAc,EACd,MAAM,kBAAkB,CAAA;AAMzB,eAAO,MAAM,WAAW,6GAyOvB,CAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"FormHelperText.d.ts","sourceRoot":"","sources":["../../../../../src/components/form-helper-text/FormHelperText.tsx"],"names":[],"mappings":"AA+BA,OAAO,KAAK,EACX,mBAAmB,EACnB,MAAM,uBAAuB,CAAA;AAE9B,OAAO,KAAK,EACX,iBAAiB,EACjB,MAAM,qBAAqB,CAAA;AAE5B,eAAO,MAAM,cAAc,mHAmD1B,CAAA"}
1
+ {"version":3,"file":"FormHelperText.d.ts","sourceRoot":"","sources":["../../../../../src/components/form-helper-text/FormHelperText.tsx"],"names":[],"mappings":"AA6BA,OAAO,KAAK,EACX,mBAAmB,EACnB,MAAM,uBAAuB,CAAA;AAE9B,OAAO,KAAK,EACX,iBAAiB,EACjB,MAAM,qBAAqB,CAAA;AAE5B,eAAO,MAAM,cAAc,mHA4C1B,CAAA"}
@@ -1,6 +1,6 @@
1
- import type { ViewProps } from "react-native";
1
+ import type { BoxProps } from "../box";
2
2
  import type { TextProps } from "../text";
3
- export interface FormHelperTextProps extends Omit<ViewProps, "children"> {
3
+ export interface FormHelperTextProps extends Omit<BoxProps, "children"> {
4
4
  error?: boolean;
5
5
  text: string;
6
6
  textLeading?: React.ReactNode;
@@ -1 +1 @@
1
- {"version":3,"file":"FormHelperTextProps.d.ts","sourceRoot":"","sources":["../../../../../src/components/form-helper-text/FormHelperTextProps.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACX,SAAS,EACT,MAAM,cAAc,CAAA;AAErB,OAAO,KAAK,EACX,SAAS,EACT,MAAM,SAAS,CAAA;AAEhB,MAAM,WAAW,mBAAoB,SAAQ,IAAI,CAAC,SAAS,EAAE,UAAU,CAAC;IACvE,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC9B,YAAY,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC/B,SAAS,CAAC,EAAE,IAAI,CAAC,SAAS,EAAE,UAAU,CAAC,CAAC;CACxC"}
1
+ {"version":3,"file":"FormHelperTextProps.d.ts","sourceRoot":"","sources":["../../../../../src/components/form-helper-text/FormHelperTextProps.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACX,QAAQ,EACR,MAAM,QAAQ,CAAA;AAEf,OAAO,KAAK,EACX,SAAS,EACT,MAAM,SAAS,CAAA;AAEhB,MAAM,WAAW,mBAAoB,SAAQ,IAAI,CAAC,QAAQ,EAAE,UAAU,CAAC;IACtE,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC9B,YAAY,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC/B,SAAS,CAAC,EAAE,IAAI,CAAC,SAAS,EAAE,UAAU,CAAC,CAAC;CACxC"}
@@ -1 +1 @@
1
- {"version":3,"file":"FormLabel.d.ts","sourceRoot":"","sources":["../../../../../src/components/form-label/FormLabel.tsx"],"names":[],"mappings":"AAuBA,OAAO,KAAK,EACX,cAAc,EACd,MAAM,kBAAkB,CAAA;AAEzB,OAAO,KAAK,EACX,YAAY,EACZ,MAAM,gBAAgB,CAAA;AAEvB,eAAO,MAAM,SAAS,yGA6CrB,CAAA"}
1
+ {"version":3,"file":"FormLabel.d.ts","sourceRoot":"","sources":["../../../../../src/components/form-label/FormLabel.tsx"],"names":[],"mappings":"AAoBA,OAAO,KAAK,EACX,cAAc,EACd,MAAM,kBAAkB,CAAA;AAEzB,OAAO,KAAK,EACX,YAAY,EACZ,MAAM,gBAAgB,CAAA;AAEvB,eAAO,MAAM,SAAS,yGAsCrB,CAAA"}
@@ -1,6 +1,6 @@
1
- import type { ViewProps } from "react-native";
1
+ import type { BoxProps } from "../box";
2
2
  import type { TextProps } from "../text";
3
- export interface FormLabelProps extends Omit<ViewProps, "children"> {
3
+ export interface FormLabelProps extends Omit<BoxProps, "children"> {
4
4
  label: string;
5
5
  labelLeading?: React.ReactNode;
6
6
  labelTrailing?: React.ReactNode;
@@ -1 +1 @@
1
- {"version":3,"file":"FormLabelProps.d.ts","sourceRoot":"","sources":["../../../../../src/components/form-label/FormLabelProps.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACX,SAAS,EACT,MAAM,cAAc,CAAA;AAErB,OAAO,KAAK,EACX,SAAS,EACT,MAAM,SAAS,CAAA;AAEhB,MAAM,WAAW,cAAe,SAAQ,IAAI,CAAC,SAAS,EAAE,UAAU,CAAC;IAClE,KAAK,EAAE,MAAM,CAAC;IACd,YAAY,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC/B,aAAa,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAChC,SAAS,CAAC,EAAE,IAAI,CACf,SAAS,EACP,YAAY,CACd,CAAC;CACF"}
1
+ {"version":3,"file":"FormLabelProps.d.ts","sourceRoot":"","sources":["../../../../../src/components/form-label/FormLabelProps.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACX,QAAQ,EACR,MAAM,QAAQ,CAAA;AAEf,OAAO,KAAK,EACX,SAAS,EACT,MAAM,SAAS,CAAA;AAEhB,MAAM,WAAW,cAAe,SAAQ,IAAI,CAAC,QAAQ,EAAE,UAAU,CAAC;IACjE,KAAK,EAAE,MAAM,CAAC;IACd,YAAY,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC/B,aAAa,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAChC,SAAS,CAAC,EAAE,IAAI,CACf,SAAS,EACP,YAAY,CACd,CAAC;CACF"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/form-label/index.tsx"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAA;AAC3B,cAAc,kBAAkB,CAAA;AAChC,cAAc,gBAAgB,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/form-label/index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAA;AAC3B,cAAc,kBAAkB,CAAA;AAChC,cAAc,gBAAgB,CAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,UAAU,CAAA;AAClC,OAAO,KAAK,YAAY,MAAM,gBAAgB,CAAA;AAC9C,OAAO,KAAK,MAAM,MAAM,UAAU,CAAA;AAElC,OAAO,EACN,MAAM,EACN,YAAY,EACZ,MAAM,GACN,CAAA;AAED,cAAc,aAAa,CAAA;AAC3B,cAAc,gBAAgB,CAAA;AAC9B,cAAc,YAAY,CAAA;AAC1B,cAAc,kBAAkB,CAAA;AAChC,cAAc,kBAAkB,CAAA;AAChC,cAAc,eAAe,CAAA;AAC7B,cAAc,oBAAoB,CAAA;AAClC,cAAc,cAAc,CAAA;AAC5B,cAAc,QAAQ,CAAA;AACtB,cAAc,kBAAkB,CAAA;AAChC,cAAc,SAAS,CAAA;AACvB,cAAc,WAAW,CAAA;AACzB,cAAc,SAAS,CAAA;AACvB,cAAc,iBAAiB,CAAA;AAC/B,cAAc,kBAAkB,CAAA;AAChC,cAAc,wBAAwB,CAAA;AACtC,cAAc,wBAAwB,CAAA;AACtC,cAAc,gBAAgB,CAAA;AAC9B,cAAc,sBAAsB,CAAA;AACpC,cAAc,sBAAsB,CAAA;AACpC,cAAc,UAAU,CAAA;AACxB,cAAc,QAAQ,CAAA;AACtB,cAAc,aAAa,CAAA;AAC3B,cAAc,mBAAmB,CAAA;AACjC,cAAc,mBAAmB,CAAA;AACjC,cAAc,cAAc,CAAA;AAC5B,cAAc,oBAAoB,CAAA;AAClC,cAAc,oBAAoB,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,UAAU,CAAA;AAClC,OAAO,KAAK,YAAY,MAAM,gBAAgB,CAAA;AAC9C,OAAO,KAAK,MAAM,MAAM,UAAU,CAAA;AAElC,OAAO,EACN,MAAM,EACN,YAAY,EACZ,MAAM,GACN,CAAA;AAED,cAAc,aAAa,CAAA;AAC3B,cAAc,gBAAgB,CAAA;AAC9B,cAAc,YAAY,CAAA;AAC1B,cAAc,kBAAkB,CAAA;AAChC,cAAc,kBAAkB,CAAA;AAChC,cAAc,eAAe,CAAA;AAC7B,cAAc,oBAAoB,CAAA;AAClC,cAAc,cAAc,CAAA;AAC5B,cAAc,QAAQ,CAAA;AACtB,cAAc,kBAAkB,CAAA;AAChC,cAAc,SAAS,CAAA;AACvB,cAAc,WAAW,CAAA;AACzB,cAAc,SAAS,CAAA;AACvB,cAAc,iBAAiB,CAAA;AAC/B,cAAc,kBAAkB,CAAA;AAChC,cAAc,wBAAwB,CAAA;AACtC,cAAc,wBAAwB,CAAA;AACtC,cAAc,gBAAgB,CAAA;AAC9B,cAAc,sBAAsB,CAAA;AACpC,cAAc,sBAAsB,CAAA;AACpC,cAAc,UAAU,CAAA;AACxB,cAAc,QAAQ,CAAA;AACtB,cAAc,aAAa,CAAA;AAC3B,cAAc,mBAAmB,CAAA;AACjC,cAAc,mBAAmB,CAAA;AACjC,cAAc,cAAc,CAAA;AAC5B,cAAc,oBAAoB,CAAA;AAClC,cAAc,oBAAoB,CAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"InlineLoading.d.ts","sourceRoot":"","sources":["../../../../../src/components/inline-loading/InlineLoading.tsx"],"names":[],"mappings":"AA0CA,OAAO,KAAK,EACX,kBAAkB,EAClB,MAAM,sBAAsB,CAAA;AAE7B,OAAO,KAAK,EACX,gBAAgB,EAChB,MAAM,oBAAoB,CAAA;AAE3B,eAAO,MAAM,aAAa,iHAkEzB,CAAA"}
1
+ {"version":3,"file":"InlineLoading.d.ts","sourceRoot":"","sources":["../../../../../src/components/inline-loading/InlineLoading.tsx"],"names":[],"mappings":"AAwCA,OAAO,KAAK,EACX,kBAAkB,EAClB,MAAM,sBAAsB,CAAA;AAE7B,OAAO,KAAK,EACX,gBAAgB,EAChB,MAAM,oBAAoB,CAAA;AAE3B,eAAO,MAAM,aAAa,iHA4DzB,CAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/inline-loading/index.tsx"],"names":[],"mappings":"AAAA,cAAc,iBAAiB,CAAA;AAC/B,mBAAmB,sBAAsB,CAAA;AACzC,mBAAmB,oBAAoB,CAAA;AACvC,mBAAmB,sBAAsB,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/inline-loading/index.ts"],"names":[],"mappings":"AAAA,cAAc,iBAAiB,CAAA;AAC/B,mBAAmB,sBAAsB,CAAA;AACzC,mBAAmB,oBAAoB,CAAA;AACvC,mBAAmB,sBAAsB,CAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/layer/index.tsx"],"names":[],"mappings":"AAAA,cAAc,SAAS,CAAA;AACvB,cAAc,gBAAgB,CAAA;AAC9B,mBAAmB,cAAc,CAAA;AACjC,mBAAmB,YAAY,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/layer/index.ts"],"names":[],"mappings":"AAAA,cAAc,SAAS,CAAA;AACvB,cAAc,gBAAgB,CAAA;AAC9B,mBAAmB,cAAc,CAAA;AACjC,mBAAmB,YAAY,CAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"Modal.d.ts","sourceRoot":"","sources":["../../../../../src/components/modal/Modal.tsx"],"names":[],"mappings":"AA0DA,OAAO,KAAK,EACX,UAAU,EACV,MAAM,cAAc,CAAA;AAErB,OAAO,KAAK,EACX,QAAQ,EACR,MAAM,YAAY,CAAA;AAMnB;;;;;GAKG;AACH,eAAO,MAAM,KAAK,iGA2IjB,CAAA"}
1
+ {"version":3,"file":"Modal.d.ts","sourceRoot":"","sources":["../../../../../src/components/modal/Modal.tsx"],"names":[],"mappings":"AA8DA,OAAO,KAAK,EACX,UAAU,EACV,MAAM,cAAc,CAAA;AAErB,OAAO,KAAK,EACX,QAAQ,EACR,MAAM,YAAY,CAAA;AAMnB;;;;;GAKG;AACH,eAAO,MAAM,KAAK,iGAwIjB,CAAA"}
@@ -1,7 +1,7 @@
1
- import type { ViewProps } from "react-native";
1
+ import type { BoxProps } from "../box/BoxProps";
2
2
  import type { GhostIconProps } from "../button/ghost-icon/GhostIconProps";
3
3
  import type { ModalSize } from "./ModalSize";
4
- export interface ModalProps extends ViewProps {
4
+ export interface ModalProps extends BoxProps {
5
5
  label?: string;
6
6
  title: string;
7
7
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"ModalProps.d.ts","sourceRoot":"","sources":["../../../../../src/components/modal/ModalProps.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACX,SAAS,EACT,MAAM,cAAc,CAAA;AAErB,OAAO,KAAK,EACX,cAAc,EACd,MAAM,qCAAqC,CAAA;AAE5C,OAAO,KAAK,EACX,SAAS,EACT,MAAM,aAAa,CAAA;AAEpB,MAAM,WAAW,UAAW,SAAQ,SAAS;IAC5C,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,KAAK,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,IAAI,CAAC,EAAE,SAAS,CAAC;IACjB,gBAAgB,CAAC,EAAE,IAAI,CACtB,cAAc,EACZ,MAAM,CACR,CAAC;IACF;;;;;;;;;;;;;;;OAeG;IACH,WAAW,CAAC,EACT,KAAK,GACL,wBAAwB,GACxB,MAAM,CAAC;IACV;;;;;;;;;OASG;IACH,gBAAgB,CAAC,EAAE,OAAO,CAAC,MAAM,CAC9B,KAAK,GACL,QAAQ,GACR,MAAM,GACN,OAAO,EACT,OAAO,CACP,CAAC,CAAC;CACH"}
1
+ {"version":3,"file":"ModalProps.d.ts","sourceRoot":"","sources":["../../../../../src/components/modal/ModalProps.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACX,QAAQ,EACR,MAAM,iBAAiB,CAAA;AAExB,OAAO,KAAK,EACX,cAAc,EACd,MAAM,qCAAqC,CAAA;AAE5C,OAAO,KAAK,EACX,SAAS,EACT,MAAM,aAAa,CAAA;AAEpB,MAAM,WAAW,UAAW,SAAQ,QAAQ;IAC3C,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,KAAK,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,IAAI,CAAC,EAAE,SAAS,CAAC;IACjB,gBAAgB,CAAC,EAAE,IAAI,CACtB,cAAc,EACZ,MAAM,CACR,CAAC;IACF;;;;;;;;;;;;;;;OAeG;IACH,WAAW,CAAC,EACT,KAAK,GACL,wBAAwB,GACxB,MAAM,CAAC;IACV;;;;;;;;;OASG;IACH,gBAAgB,CAAC,EAAE,OAAO,CAAC,MAAM,CAC9B,KAAK,GACL,QAAQ,GACR,MAAM,GACN,OAAO,EACT,OAAO,CACP,CAAC,CAAC;CACH"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/modal/index.tsx"],"names":[],"mappings":"AAAA,cAAc,SAAS,CAAA;AACvB,mBAAmB,cAAc,CAAA;AACjC,mBAAmB,YAAY,CAAA;AAC/B,mBAAmB,aAAa,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/modal/index.ts"],"names":[],"mappings":"AAAA,cAAc,SAAS,CAAA;AACvB,mBAAmB,cAAc,CAAA;AACjC,mBAAmB,YAAY,CAAA;AAC/B,mBAAmB,aAAa,CAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"ModalContent.d.ts","sourceRoot":"","sources":["../../../../../src/components/modal-content/ModalContent.tsx"],"names":[],"mappings":"AAsCA,OAAO,KAAK,EACX,iBAAiB,EACjB,MAAM,qBAAqB,CAAA;AAE5B,OAAO,KAAK,EACX,eAAe,EACf,MAAM,mBAAmB,CAAA;AAE1B,eAAO,MAAM,YAAY,+GA4DxB,CAAA"}
1
+ {"version":3,"file":"ModalContent.d.ts","sourceRoot":"","sources":["../../../../../src/components/modal-content/ModalContent.tsx"],"names":[],"mappings":"AAoCA,OAAO,KAAK,EACX,iBAAiB,EACjB,MAAM,qBAAqB,CAAA;AAE5B,OAAO,KAAK,EACX,eAAe,EACf,MAAM,mBAAmB,CAAA;AAE1B,eAAO,MAAM,YAAY,+GAoDxB,CAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/modal-content/index.tsx"],"names":[],"mappings":"AAAA,cAAc,gBAAgB,CAAA;AAC9B,mBAAmB,qBAAqB,CAAA;AACxC,mBAAmB,mBAAmB,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/modal-content/index.ts"],"names":[],"mappings":"AAAA,cAAc,gBAAgB,CAAA;AAC9B,mBAAmB,qBAAqB,CAAA;AACxC,mBAAmB,mBAAmB,CAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"Base.d.ts","sourceRoot":"","sources":["../../../../../../src/components/notification/base/Base.tsx"],"names":[],"mappings":"AA4CA,OAAO,KAAK,EACX,SAAS,EACT,MAAM,aAAa,CAAA;AAEpB,OAAO,KAAK,EACX,OAAO,EACP,MAAM,WAAW,CAAA;AAGlB,eAAO,MAAM,IAAI,+FA8KhB,CAAA"}
1
+ {"version":3,"file":"Base.d.ts","sourceRoot":"","sources":["../../../../../../src/components/notification/base/Base.tsx"],"names":[],"mappings":"AA+CA,OAAO,KAAK,EACX,SAAS,EACT,MAAM,aAAa,CAAA;AAEpB,OAAO,KAAK,EACX,OAAO,EACP,MAAM,WAAW,CAAA;AAGlB,eAAO,MAAM,IAAI,+FA2KhB,CAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"RadioButton.d.ts","sourceRoot":"","sources":["../../../../../src/components/radio-button/RadioButton.tsx"],"names":[],"mappings":"AA+CA,OAAO,KAAK,EACX,gBAAgB,EAChB,MAAM,oBAAoB,CAAA;AAE3B,OAAO,KAAK,EACX,cAAc,EACd,MAAM,kBAAkB,CAAA;AAMzB,eAAO,MAAM,WAAW,6GAyHvB,CAAA"}
1
+ {"version":3,"file":"RadioButton.d.ts","sourceRoot":"","sources":["../../../../../src/components/radio-button/RadioButton.tsx"],"names":[],"mappings":"AAqDA,OAAO,KAAK,EACX,gBAAgB,EAChB,MAAM,oBAAoB,CAAA;AAE3B,OAAO,KAAK,EACX,cAAc,EACd,MAAM,kBAAkB,CAAA;AAMzB,eAAO,MAAM,WAAW,6GAwHvB,CAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/radio-button/index.tsx"],"names":[],"mappings":"AAAA,cAAc,eAAe,CAAA;AAC7B,cAAc,oBAAoB,CAAA;AAClC,cAAc,kBAAkB,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/radio-button/index.ts"],"names":[],"mappings":"AAAA,cAAc,eAAe,CAAA;AAC7B,cAAc,oBAAoB,CAAA;AAClC,cAAc,kBAAkB,CAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"RadioButtonGroup.d.ts","sourceRoot":"","sources":["../../../../../src/components/radio-button-group/RadioButtonGroup.tsx"],"names":[],"mappings":"AAwCA,OAAO,KAAK,EACX,qBAAqB,EACrB,MAAM,yBAAyB,CAAA;AAEhC,OAAO,KAAK,EACX,mBAAmB,EACnB,MAAM,uBAAuB,CAAA;AA+J9B,eAAO,MAAM,gBAAgB;;CAE3B,CAAA"}
1
+ {"version":3,"file":"RadioButtonGroup.d.ts","sourceRoot":"","sources":["../../../../../src/components/radio-button-group/RadioButtonGroup.tsx"],"names":[],"mappings":"AA4CA,OAAO,KAAK,EACX,qBAAqB,EACrB,MAAM,yBAAyB,CAAA;AAEhC,OAAO,KAAK,EACX,mBAAmB,EACnB,MAAM,uBAAuB,CAAA;AA+J9B,eAAO,MAAM,gBAAgB;;CAE3B,CAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/radio-button-group/index.tsx"],"names":[],"mappings":"AAAA,cAAc,oBAAoB,CAAA;AAClC,cAAc,kCAAkC,CAAA;AAChD,cAAc,6BAA6B,CAAA;AAC3C,cAAc,2BAA2B,CAAA;AACzC,cAAc,yBAAyB,CAAA;AACvC,cAAc,uBAAuB,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/radio-button-group/index.ts"],"names":[],"mappings":"AAAA,cAAc,oBAAoB,CAAA;AAClC,cAAc,kCAAkC,CAAA;AAChD,cAAc,6BAA6B,CAAA;AAC3C,cAAc,2BAA2B,CAAA;AACzC,cAAc,yBAAyB,CAAA;AACvC,cAAc,uBAAuB,CAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"RadioButtonInput.d.ts","sourceRoot":"","sources":["../../../../../src/components/radio-button-input/RadioButtonInput.tsx"],"names":[],"mappings":"AAmCA,OAAO,KAAK,EACX,qBAAqB,EACrB,MAAM,yBAAyB,CAAA;AAEhC,OAAO,KAAK,EACX,mBAAmB,EACnB,MAAM,uBAAuB,CAAA;AAM9B,eAAO,MAAM,gBAAgB,uHA0J5B,CAAA"}
1
+ {"version":3,"file":"RadioButtonInput.d.ts","sourceRoot":"","sources":["../../../../../src/components/radio-button-input/RadioButtonInput.tsx"],"names":[],"mappings":"AAoCA,OAAO,KAAK,EACX,qBAAqB,EACrB,MAAM,yBAAyB,CAAA;AAEhC,OAAO,KAAK,EACX,mBAAmB,EACnB,MAAM,uBAAuB,CAAA;AAM9B,eAAO,MAAM,gBAAgB,uHA0J5B,CAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/radio-button-input/index.tsx"],"names":[],"mappings":"AAAA,cAAc,oBAAoB,CAAA;AAClC,cAAc,oCAAoC,CAAA;AAClD,cAAc,yBAAyB,CAAA;AACvC,cAAc,uBAAuB,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/radio-button-input/index.ts"],"names":[],"mappings":"AAAA,cAAc,oBAAoB,CAAA;AAClC,cAAc,oCAAoC,CAAA;AAClD,cAAc,yBAAyB,CAAA;AACvC,cAAc,uBAAuB,CAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"Text.d.ts","sourceRoot":"","sources":["../../../../../src/components/text/Text.tsx"],"names":[],"mappings":"AAkCA,OAAO,KAAK,EACX,SAAS,EACT,MAAM,aAAa,CAAA;AAEpB,OAAO,KAAK,EACX,OAAO,EACP,MAAM,WAAW,CAAA;AAElB,eAAO,MAAM,IAAI,+FAkChB,CAAA"}
1
+ {"version":3,"file":"Text.d.ts","sourceRoot":"","sources":["../../../../../src/components/text/Text.tsx"],"names":[],"mappings":"AA8BA,OAAO,KAAK,EACX,SAAS,EACT,MAAM,aAAa,CAAA;AAEpB,OAAO,KAAK,EACX,OAAO,EACP,MAAM,WAAW,CAAA;AAElB,eAAO,MAAM,IAAI,+FAkChB,CAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/text-area/index.tsx"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAA;AAC1B,mBAAmB,iBAAiB,CAAA;AACpC,mBAAmB,eAAe,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/text-area/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAA;AAC1B,mBAAmB,iBAAiB,CAAA;AACpC,mBAAmB,eAAe,CAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/text-area-field/index.tsx"],"names":[],"mappings":"AAAA,cAAc,iBAAiB,CAAA;AAC/B,mBAAmB,iCAAiC,CAAA;AACpD,mBAAmB,sBAAsB,CAAA;AACzC,mBAAmB,oBAAoB,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/text-area-field/index.ts"],"names":[],"mappings":"AAAA,cAAc,iBAAiB,CAAA;AAC/B,mBAAmB,iCAAiC,CAAA;AACpD,mBAAmB,sBAAsB,CAAA;AACzC,mBAAmB,oBAAoB,CAAA"}