@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,10 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.PositionStyleSheet = void 0;
7
+ var _reactNative = require("react-native");
8
+ var _index = require("./style-sheet-obj/index.js");
9
+ const PositionStyleSheet = exports.PositionStyleSheet = _reactNative.StyleSheet.create(_index.Position);
10
+ //# sourceMappingURL=position-style-sheet.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["_reactNative","require","_index","PositionStyleSheet","exports","StyleSheet","create","Position"],"sourceRoot":"../../../src","sources":["style-sheets/position-style-sheet.ts"],"mappings":";;;;;;AAAA,IAAAA,YAAA,GAAAC,OAAA;AAIA,IAAAC,MAAA,GAAAD,OAAA;AAIO,MAAME,kBAAkB,GAAAC,OAAA,CAAAD,kBAAA,GAAGE,uBAAU,CAACC,MAAM,CAACC,eAAQ,CAAC","ignoreList":[]}
@@ -0,0 +1,18 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.Direction = void 0;
7
+ const Direction = exports.Direction = {
8
+ ltr: {
9
+ direction: "ltr"
10
+ },
11
+ rtl: {
12
+ direction: "rtl"
13
+ },
14
+ inherit: {
15
+ direction: "inherit"
16
+ }
17
+ };
18
+ //# sourceMappingURL=direction.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["Direction","exports","ltr","direction","rtl","inherit"],"sourceRoot":"../../../../src","sources":["style-sheets/style-sheet-obj/direction.ts"],"mappings":";;;;;;AAIO,MAAMA,SAAS,GAAAC,OAAA,CAAAD,SAAA,GAAG;EACxBE,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,15 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.Display = void 0;
7
+ const Display = exports.Display = {
8
+ hidden: {
9
+ display: "none"
10
+ },
11
+ flex: {
12
+ display: "flex"
13
+ }
14
+ };
15
+ //# sourceMappingURL=display.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["Display","exports","hidden","display","flex"],"sourceRoot":"../../../../src","sources":["style-sheets/style-sheet-obj/display.ts"],"mappings":";;;;;;AAIO,MAAMA,OAAO,GAAAC,OAAA,CAAAD,OAAA,GAAG;EACtBE,MAAM,EAAE;IACPC,OAAO,EAAE;EACV,CAAC;EACDC,IAAI,EAAE;IACLD,OAAO,EAAE;EACV;AACD,CAA8C","ignoreList":[]}
@@ -1,7 +1,10 @@
1
1
  "use strict";
2
2
 
3
- import { StyleSheet } from "react-native";
4
- export const FlexStyleSheet = StyleSheet.create({
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.Flex = void 0;
7
+ const Flex = exports.Flex = {
5
8
  flex_1: {
6
9
  flexGrow: 1,
7
10
  flexShrink: 1,
@@ -79,6 +82,24 @@ export const FlexStyleSheet = StyleSheet.create({
79
82
  },
80
83
  self_stretch: {
81
84
  alignSelf: "stretch"
85
+ },
86
+ grow: {
87
+ flexGrow: 1
88
+ },
89
+ grow_0: {
90
+ flexGrow: 0
91
+ },
92
+ shrink: {
93
+ flexShrink: 1
94
+ },
95
+ shrink_0: {
96
+ flexShrink: 0
97
+ },
98
+ basis_auto: {
99
+ flexBasis: "auto"
100
+ },
101
+ basis_full: {
102
+ flexBasis: "100%"
82
103
  }
83
- });
84
- //# sourceMappingURL=flex-style-sheet.js.map
104
+ };
105
+ //# sourceMappingURL=flex.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["Flex","exports","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":";;;;;;AAIO,MAAMA,IAAI,GAAAC,OAAA,CAAAD,IAAA,GAAG;EACnBE,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":[]}
@@ -3,9 +3,8 @@
3
3
  Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
- exports.TextStyleSheet = void 0;
7
- var _reactNative = require("react-native");
8
- const TextStyleSheet = exports.TextStyleSheet = _reactNative.StyleSheet.create({
6
+ exports.Font = void 0;
7
+ const Font = exports.Font = {
9
8
  thin: {
10
9
  fontWeight: 100,
11
10
  fontFamily: "IBMPlexSans-Thin"
@@ -62,5 +61,5 @@ const TextStyleSheet = exports.TextStyleSheet = _reactNative.StyleSheet.create({
62
61
  fontWeight: 700,
63
62
  fontFamily: "IBMPlexSans-Bold-Italic"
64
63
  }
65
- });
66
- //# sourceMappingURL=text-style-sheet.js.map
64
+ };
65
+ //# sourceMappingURL=font.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["Font","exports","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":";;;;;;AAIO,MAAMA,IAAI,GAAAC,OAAA,CAAAD,IAAA,GAAG;EACnBE,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,18 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.Height = void 0;
7
+ const Height = exports.Height = {
8
+ h_full: {
9
+ height: "100%"
10
+ },
11
+ h_auto: {
12
+ width: "auto"
13
+ },
14
+ max_h_full: {
15
+ maxHeight: "100%"
16
+ }
17
+ };
18
+ //# sourceMappingURL=height.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["Height","exports","h_full","height","h_auto","width","max_h_full","maxHeight"],"sourceRoot":"../../../../src","sources":["style-sheets/style-sheet-obj/height.ts"],"mappings":";;;;;;AAIO,MAAMA,MAAM,GAAAC,OAAA,CAAAD,MAAA,GAAG;EACrBE,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,105 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ var _direction = require("./direction.js");
7
+ Object.keys(_direction).forEach(function (key) {
8
+ if (key === "default" || key === "__esModule") return;
9
+ if (key in exports && exports[key] === _direction[key]) return;
10
+ Object.defineProperty(exports, key, {
11
+ enumerable: true,
12
+ get: function () {
13
+ return _direction[key];
14
+ }
15
+ });
16
+ });
17
+ var _display = require("./display.js");
18
+ Object.keys(_display).forEach(function (key) {
19
+ if (key === "default" || key === "__esModule") return;
20
+ if (key in exports && exports[key] === _display[key]) return;
21
+ Object.defineProperty(exports, key, {
22
+ enumerable: true,
23
+ get: function () {
24
+ return _display[key];
25
+ }
26
+ });
27
+ });
28
+ var _flex = require("./flex.js");
29
+ Object.keys(_flex).forEach(function (key) {
30
+ if (key === "default" || key === "__esModule") return;
31
+ if (key in exports && exports[key] === _flex[key]) return;
32
+ Object.defineProperty(exports, key, {
33
+ enumerable: true,
34
+ get: function () {
35
+ return _flex[key];
36
+ }
37
+ });
38
+ });
39
+ var _font = require("./font.js");
40
+ Object.keys(_font).forEach(function (key) {
41
+ if (key === "default" || key === "__esModule") return;
42
+ if (key in exports && exports[key] === _font[key]) return;
43
+ Object.defineProperty(exports, key, {
44
+ enumerable: true,
45
+ get: function () {
46
+ return _font[key];
47
+ }
48
+ });
49
+ });
50
+ var _height = require("./height.js");
51
+ Object.keys(_height).forEach(function (key) {
52
+ if (key === "default" || key === "__esModule") return;
53
+ if (key in exports && exports[key] === _height[key]) return;
54
+ Object.defineProperty(exports, key, {
55
+ enumerable: true,
56
+ get: function () {
57
+ return _height[key];
58
+ }
59
+ });
60
+ });
61
+ var _overflow = require("./overflow.js");
62
+ Object.keys(_overflow).forEach(function (key) {
63
+ if (key === "default" || key === "__esModule") return;
64
+ if (key in exports && exports[key] === _overflow[key]) return;
65
+ Object.defineProperty(exports, key, {
66
+ enumerable: true,
67
+ get: function () {
68
+ return _overflow[key];
69
+ }
70
+ });
71
+ });
72
+ var _position = require("./position.js");
73
+ Object.keys(_position).forEach(function (key) {
74
+ if (key === "default" || key === "__esModule") return;
75
+ if (key in exports && exports[key] === _position[key]) return;
76
+ Object.defineProperty(exports, key, {
77
+ enumerable: true,
78
+ get: function () {
79
+ return _position[key];
80
+ }
81
+ });
82
+ });
83
+ var _typography = require("./typography.js");
84
+ Object.keys(_typography).forEach(function (key) {
85
+ if (key === "default" || key === "__esModule") return;
86
+ if (key in exports && exports[key] === _typography[key]) return;
87
+ Object.defineProperty(exports, key, {
88
+ enumerable: true,
89
+ get: function () {
90
+ return _typography[key];
91
+ }
92
+ });
93
+ });
94
+ var _width = require("./width.js");
95
+ Object.keys(_width).forEach(function (key) {
96
+ if (key === "default" || key === "__esModule") return;
97
+ if (key in exports && exports[key] === _width[key]) return;
98
+ Object.defineProperty(exports, key, {
99
+ enumerable: true,
100
+ get: function () {
101
+ return _width[key];
102
+ }
103
+ });
104
+ });
105
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["_direction","require","Object","keys","forEach","key","exports","defineProperty","enumerable","get","_display","_flex","_font","_height","_overflow","_position","_typography","_width"],"sourceRoot":"../../../../src","sources":["style-sheets/style-sheet-obj/index.ts"],"mappings":"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","ignoreList":[]}
@@ -0,0 +1,18 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.Overflow = void 0;
7
+ const Overflow = exports.Overflow = {
8
+ overflow_hidden: {
9
+ overflow: "hidden"
10
+ },
11
+ overflow_scroll: {
12
+ overflow: "scroll"
13
+ },
14
+ overflow_visible: {
15
+ overflow: "visible"
16
+ }
17
+ };
18
+ //# sourceMappingURL=overflow.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["Overflow","exports","overflow_hidden","overflow","overflow_scroll","overflow_visible"],"sourceRoot":"../../../../src","sources":["style-sheets/style-sheet-obj/overflow.ts"],"mappings":";;;;;;AAIO,MAAMA,QAAQ,GAAAC,OAAA,CAAAD,QAAA,GAAG;EACvBE,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,18 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.Position = void 0;
7
+ const Position = exports.Position = {
8
+ absolute: {
9
+ position: "absolute"
10
+ },
11
+ relative: {
12
+ position: "relative"
13
+ },
14
+ static: {
15
+ position: "static"
16
+ }
17
+ };
18
+ //# sourceMappingURL=position.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["Position","exports","absolute","position","relative","static"],"sourceRoot":"../../../../src","sources":["style-sheets/style-sheet-obj/position.ts"],"mappings":";;;;;;AAIO,MAAMA,QAAQ,GAAAC,OAAA,CAAAD,QAAA,GAAG;EACvBE,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,31 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.Typography = void 0;
7
+ var _carbonReactNativeElements = require("@audira/carbon-react-native-elements");
8
+ const Typography = exports.Typography = {
9
+ body_01: _carbonReactNativeElements.Typography.TypeSets.body_01,
10
+ body_02: _carbonReactNativeElements.Typography.TypeSets.body_02,
11
+ body_compact_01: _carbonReactNativeElements.Typography.TypeSets.body_compact_01,
12
+ body_compact_02: _carbonReactNativeElements.Typography.TypeSets.body_compact_02,
13
+ code_01: _carbonReactNativeElements.Typography.TypeSets.code_01,
14
+ code_02: _carbonReactNativeElements.Typography.TypeSets.code_02,
15
+ heading_01: _carbonReactNativeElements.Typography.TypeSets.heading_01,
16
+ heading_02: _carbonReactNativeElements.Typography.TypeSets.heading_02,
17
+ heading_03: _carbonReactNativeElements.Typography.TypeSets.heading_03,
18
+ heading_04: _carbonReactNativeElements.Typography.TypeSets.heading_04,
19
+ heading_05: _carbonReactNativeElements.Typography.TypeSets.heading_05,
20
+ heading_06: _carbonReactNativeElements.Typography.TypeSets.heading_06,
21
+ heading_07: _carbonReactNativeElements.Typography.TypeSets.heading_07,
22
+ heading_compact_01: _carbonReactNativeElements.Typography.TypeSets.heading_compact_01,
23
+ heading_compact_02: _carbonReactNativeElements.Typography.TypeSets.heading_compact_02,
24
+ helper_text_01: _carbonReactNativeElements.Typography.TypeSets.helper_text_01,
25
+ helper_text_02: _carbonReactNativeElements.Typography.TypeSets.helper_text_02,
26
+ label_01: _carbonReactNativeElements.Typography.TypeSets.label_01,
27
+ label_02: _carbonReactNativeElements.Typography.TypeSets.label_02,
28
+ legal_01: _carbonReactNativeElements.Typography.TypeSets.legal_01,
29
+ legal_02: _carbonReactNativeElements.Typography.TypeSets.legal_02
30
+ };
31
+ //# sourceMappingURL=typography.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["_carbonReactNativeElements","require","Typography","exports","body_01","T","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,IAAAA,0BAAA,GAAAC,OAAA;AAIO,MAAMC,UAAU,GAAAC,OAAA,CAAAD,UAAA,GAAG;EACzBE,OAAO,EAAEC,qCAAC,CAACC,QAAQ,CAACF,OAAO;EAC3BG,OAAO,EAAEF,qCAAC,CAACC,QAAQ,CAACC,OAAO;EAC3BC,eAAe,EAAEH,qCAAC,CAACC,QAAQ,CAACE,eAAe;EAC3CC,eAAe,EAAEJ,qCAAC,CAACC,QAAQ,CAACG,eAAe;EAC3CC,OAAO,EAAEL,qCAAC,CAACC,QAAQ,CAACI,OAAO;EAC3BC,OAAO,EAAEN,qCAAC,CAACC,QAAQ,CAACK,OAAO;EAC3BC,UAAU,EAAEP,qCAAC,CAACC,QAAQ,CAACM,UAAU;EACjCC,UAAU,EAAER,qCAAC,CAACC,QAAQ,CAACO,UAAU;EACjCC,UAAU,EAAET,qCAAC,CAACC,QAAQ,CAACQ,UAAU;EACjCC,UAAU,EAAEV,qCAAC,CAACC,QAAQ,CAACS,UAAU;EACjCC,UAAU,EAAEX,qCAAC,CAACC,QAAQ,CAACU,UAAU;EACjCC,UAAU,EAAEZ,qCAAC,CAACC,QAAQ,CAACW,UAAU;EACjCC,UAAU,EAAEb,qCAAC,CAACC,QAAQ,CAACY,UAAU;EACjCC,kBAAkB,EAAEd,qCAAC,CAACC,QAAQ,CAACa,kBAAkB;EACjDC,kBAAkB,EAAEf,qCAAC,CAACC,QAAQ,CAACc,kBAAkB;EACjDC,cAAc,EAAEhB,qCAAC,CAACC,QAAQ,CAACe,cAAc;EACzCC,cAAc,EAAEjB,qCAAC,CAACC,QAAQ,CAACgB,cAAc;EACzCC,QAAQ,EAAElB,qCAAC,CAACC,QAAQ,CAACiB,QAAQ;EAC7BC,QAAQ,EAAEnB,qCAAC,CAACC,QAAQ,CAACkB,QAAQ;EAC7BC,QAAQ,EAAEpB,qCAAC,CAACC,QAAQ,CAACmB,QAAQ;EAC7BC,QAAQ,EAAErB,qCAAC,CAACC,QAAQ,CAACoB;AACtB,CAAkE","ignoreList":[]}
@@ -0,0 +1,18 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.Width = void 0;
7
+ const Width = exports.Width = {
8
+ w_full: {
9
+ width: "100%"
10
+ },
11
+ w_auto: {
12
+ width: "auto"
13
+ },
14
+ max_w_full: {
15
+ maxWidth: "100%"
16
+ }
17
+ };
18
+ //# sourceMappingURL=width.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["Width","exports","w_full","width","w_auto","max_w_full","maxWidth"],"sourceRoot":"../../../../src","sources":["style-sheets/style-sheet-obj/width.ts"],"mappings":";;;;;;AAIO,MAAMA,KAAK,GAAAC,OAAA,CAAAD,KAAA,GAAG;EACpBE,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,10 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.TypographyStyleSheet = void 0;
7
+ var _reactNative = require("react-native");
8
+ var _index = require("./style-sheet-obj/index.js");
9
+ const TypographyStyleSheet = exports.TypographyStyleSheet = _reactNative.StyleSheet.create(_index.Typography);
10
+ //# sourceMappingURL=typography-style-sheet.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["_reactNative","require","_index","TypographyStyleSheet","exports","StyleSheet","create","Typography"],"sourceRoot":"../../../src","sources":["style-sheets/typography-style-sheet.ts"],"mappings":";;;;;;AAAA,IAAAA,YAAA,GAAAC,OAAA;AAIA,IAAAC,MAAA,GAAAD,OAAA;AAIO,MAAME,oBAAoB,GAAAC,OAAA,CAAAD,oBAAA,GAAGE,uBAAU,CAACC,MAAM,CAACC,iBAAU,CAAC","ignoreList":[]}
@@ -0,0 +1,10 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.WidthStyleSheet = void 0;
7
+ var _reactNative = require("react-native");
8
+ var _index = require("./style-sheet-obj/index.js");
9
+ const WidthStyleSheet = exports.WidthStyleSheet = _reactNative.StyleSheet.create(_index.Width);
10
+ //# sourceMappingURL=width-style-sheet.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["_reactNative","require","_index","WidthStyleSheet","exports","StyleSheet","create","Width"],"sourceRoot":"../../../src","sources":["style-sheets/width-style-sheet.ts"],"mappings":";;;;;;AAAA,IAAAA,YAAA,GAAAC,OAAA;AAIA,IAAAC,MAAA,GAAAD,OAAA;AAIO,MAAME,eAAe,GAAAC,OAAA,CAAAD,eAAA,GAAGE,uBAAU,CAACC,MAAM,CAACC,YAAK,CAAC","ignoreList":[]}
@@ -3,9 +3,9 @@
3
3
  import { useContext } from "react";
4
4
  import { View } from "react-native";
5
5
  import { Color } from "@audira/carbon-react-native-elements";
6
- import { FlexStyleSheet } from "../../_internal/style-sheets/index.js";
7
6
  import { CarbonStyleSheet } from "../../carbon-style-sheet/index.js";
8
7
  import { ThemeContext } from "../../contexts/index.js";
8
+ import { FlexStyleSheet } from "../../style-sheets/index.js";
9
9
  import { BaseColor as ButtonColor } from "../button/base-color/index.js";
10
10
  import { HeaderBorder } from "./_HeaderBorder.js";
11
11
  import { Chevron } from "./_chevron/index.js";
@@ -1 +1 @@
1
- {"version":3,"names":["useContext","View","Color","FlexStyleSheet","CarbonStyleSheet","ThemeContext","BaseColor","ButtonColor","HeaderBorder","Chevron","jsx","_jsx","jsxs","_jsxs","Header","size","open","flushAlignment","text","style","styleProp","buttonProps","themeContext","children","mapSizeToButtonSize","android_rippleEffectColor","mapAndroidRippleEffectColor","colorScheme","colorStateStyle","background","default","backgroundStyleSheet","focused","hovered","pressed","disabled","textStyleSheet","icon","mapIconColor","iconNode","params","iconNodeRenderer","self_stretch","create","backgroundColor","borderWidth","borderColor","color","focus","layer_hover_01","text_primary","text_disabled","gray_10","Token","icon_primary","icon_disabled","gray_100","small","medium","large","iconColorState","iconSize","iconStyle"],"sourceRoot":"../../../../src","sources":["components/accordion/_Header.tsx"],"mappings":"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","ignoreList":[]}
1
+ {"version":3,"names":["useContext","View","Color","CarbonStyleSheet","ThemeContext","FlexStyleSheet","BaseColor","ButtonColor","HeaderBorder","Chevron","jsx","_jsx","jsxs","_jsxs","Header","size","open","flushAlignment","text","style","styleProp","buttonProps","themeContext","children","mapSizeToButtonSize","android_rippleEffectColor","mapAndroidRippleEffectColor","colorScheme","colorStateStyle","background","default","backgroundStyleSheet","focused","hovered","pressed","disabled","textStyleSheet","icon","mapIconColor","iconNode","params","iconNodeRenderer","self_stretch","create","backgroundColor","borderWidth","borderColor","color","focus","layer_hover_01","text_primary","text_disabled","gray_10","Token","icon_primary","icon_disabled","gray_100","small","medium","large","iconColorState","iconSize","iconStyle"],"sourceRoot":"../../../../src","sources":["components/accordion/_Header.tsx"],"mappings":"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","ignoreList":[]}
@@ -3,9 +3,9 @@
3
3
  import { useContext } from "react";
4
4
  import { StyleSheet, View } from "react-native";
5
5
  import { Spacing } from "@audira/carbon-react-native-elements";
6
- import { CommonStyleSheet } from "../../_internal/style-sheets/index.js";
7
6
  import { CarbonStyleSheet } from "../../carbon-style-sheet/index.js";
8
7
  import { ThemeContext } from "../../contexts/index.js";
8
+ import { PositionStyleSheet, WidthStyleSheet } from "../../style-sheets/index.js";
9
9
  import { jsx as _jsx } from "react/jsx-runtime";
10
10
  export function HeaderBorder({
11
11
  flushAlignment,
@@ -13,10 +13,10 @@ export function HeaderBorder({
13
13
  }) {
14
14
  useContext(ThemeContext);
15
15
  return /*#__PURE__*/_jsx(View, {
16
- style: [CommonStyleSheet.absolute, style.borderBox, carbonStyle.borderBox, flushAlignment ? {
16
+ style: [PositionStyleSheet.absolute, style.borderBox, carbonStyle.borderBox, flushAlignment ? {
17
17
  left: Spacing.spacing_05,
18
18
  right: Spacing.spacing_05
19
- } : CommonStyleSheet.w_full, styleProp]
19
+ } : WidthStyleSheet.w_full, styleProp]
20
20
  });
21
21
  }
22
22
  const style = StyleSheet.create({
@@ -1 +1 @@
1
- {"version":3,"names":["useContext","StyleSheet","View","Spacing","CommonStyleSheet","CarbonStyleSheet","ThemeContext","jsx","_jsx","HeaderBorder","flushAlignment","style","styleProp","absolute","borderBox","carbonStyle","left","spacing_05","right","w_full","create","height","borderTopWidth","borderColor","color","border_subtle_00"],"sourceRoot":"../../../../src","sources":["components/accordion/_HeaderBorder.tsx"],"mappings":";;AAAA,SACCA,UAAU,QACJ,OAAO;AAEd,SACCC,UAAU,EACVC,IAAI,QAEE,cAAc;AAErB,SACCC,OAAO,QACD,sCAAsC;AAE7C,SACCC,gBAAgB,QACV,uCAA8B;AAErC,SACCC,gBAAgB,QACV,mCAA0B;AAEjC,SACCC,YAAY,QACN,yBAAgB;AAAA,SAAAC,GAAA,IAAAC,IAAA;AAUvB,OAAO,SAASC,YAAYA,CAAC;EAC5BC,cAAc;EACdC,KAAK,EAAEC;AACW,CAAC,EAAE;EAErBZ,UAAU,CAACM,YAAY,CAAC;EAExB,oBACCE,IAAA,CAACN,IAAI;IACJS,KAAK,EAAG,CACPP,gBAAgB,CAACS,QAAQ,EACzBF,KAAK,CAACG,SAAS,EACfC,WAAW,CAACD,SAAS,EACrBJ,cAAc,GACX;MACDM,IAAI,EAAEb,OAAO,CAACc,UAAU;MACxBC,KAAK,EAAEf,OAAO,CAACc;IAChB,CAAC,GACCb,gBAAgB,CAACe,MAAM,EAC1BP,SAAS;EACP,CACH,CAAC;AAGJ;AAEA,MACCD,KAAK,GACJV,UAAU,CAACmB,MAAM,CAAC;IACjBN,SAAS,EAAE;MACVO,MAAM,EAAE,CAAC;MACTC,cAAc,EAAE;IACjB;EACD,CAAC,CAAC;EAEHP,WAAW,GACVV,gBAAgB,CAACe,MAAM,CAAC;IACvBN,SAAS,EAAE;MACVS,WAAW,EAAElB,gBAAgB,CAACmB,KAAK,CAACC;IACrC;EACD,CAAC,CAAC","ignoreList":[]}
1
+ {"version":3,"names":["useContext","StyleSheet","View","Spacing","CarbonStyleSheet","ThemeContext","PositionStyleSheet","WidthStyleSheet","jsx","_jsx","HeaderBorder","flushAlignment","style","styleProp","absolute","borderBox","carbonStyle","left","spacing_05","right","w_full","create","height","borderTopWidth","borderColor","color","border_subtle_00"],"sourceRoot":"../../../../src","sources":["components/accordion/_HeaderBorder.tsx"],"mappings":";;AAAA,SACCA,UAAU,QACJ,OAAO;AAEd,SACCC,UAAU,EACVC,IAAI,QAEE,cAAc;AAErB,SACCC,OAAO,QACD,sCAAsC;AAE7C,SACCC,gBAAgB,QACV,mCAA0B;AAEjC,SACCC,YAAY,QACN,yBAAgB;AAEvB,SACCC,kBAAkB,EAClBC,eAAe,QACT,6BAAoB;AAAA,SAAAC,GAAA,IAAAC,IAAA;AAU3B,OAAO,SAASC,YAAYA,CAAC;EAC5BC,cAAc;EACdC,KAAK,EAAEC;AACW,CAAC,EAAE;EAErBb,UAAU,CAACK,YAAY,CAAC;EAExB,oBACCI,IAAA,CAACP,IAAI;IACJU,KAAK,EAAG,CACPN,kBAAkB,CAACQ,QAAQ,EAC3BF,KAAK,CAACG,SAAS,EACfC,WAAW,CAACD,SAAS,EACrBJ,cAAc,GACX;MACDM,IAAI,EAAEd,OAAO,CAACe,UAAU;MACxBC,KAAK,EAAEhB,OAAO,CAACe;IAChB,CAAC,GACCX,eAAe,CAACa,MAAM,EACzBP,SAAS;EACP,CACH,CAAC;AAGJ;AAEA,MACCD,KAAK,GACJX,UAAU,CAACoB,MAAM,CAAC;IACjBN,SAAS,EAAE;MACVO,MAAM,EAAE,CAAC;MACTC,cAAc,EAAE;IACjB;EACD,CAAC,CAAC;EAEHP,WAAW,GACVZ,gBAAgB,CAACiB,MAAM,CAAC;IACvBN,SAAS,EAAE;MACVS,WAAW,EAAEpB,gBAAgB,CAACqB,KAAK,CAACC;IACrC;EACD,CAAC,CAAC","ignoreList":[]}
@@ -4,7 +4,7 @@ import { forwardRef, useCallback, useContext, useImperativeHandle, useRef, useSt
4
4
  import { StyleSheet, View } from "react-native";
5
5
  import { Spacing } from "@audira/carbon-react-native-elements";
6
6
  import { GlobalConfigContext } from "../../_internal/contexts/index.js";
7
- import { CommonStyleSheet } from "../../_internal/style-sheets/index.js";
7
+ import { DirectionStyleSheet } from "../../style-sheets/index.js";
8
8
  import { Collapsible } from "../collapsible/index.js";
9
9
  import { Header } from "./_Header.js";
10
10
  import { Context } from "./_context.js";
@@ -68,7 +68,7 @@ export const Item = /*#__PURE__*/forwardRef(function Item({
68
68
  motion: Motion,
69
69
  open: open,
70
70
  dir: globalConfigContext.rtl ? "rtl" : undefined,
71
- contentContainerStyle: [globalConfigContext.rtl ? CommonStyleSheet.rtl : undefined, accordionContext.collapsibleContentContainerStyle, style.panel],
71
+ contentContainerStyle: [globalConfigContext.rtl ? DirectionStyleSheet.rtl : undefined, accordionContext.collapsibleContentContainerStyle, style.panel],
72
72
  children: children
73
73
  })]
74
74
  });
@@ -1 +1 @@
1
- {"version":3,"names":["forwardRef","useCallback","useContext","useImperativeHandle","useRef","useState","StyleSheet","View","Spacing","GlobalConfigContext","CommonStyleSheet","Collapsible","Header","Context","Motion","jsx","_jsx","jsxs","_jsxs","Item","defaultOpen","open","openProp","title","children","style","styleProp","onPressHeader","headerProps","props","forwardedRef","globalConfigContext","accordionContext","ref","allowOnChangeEffect","viewRef","openSelf","setOpenSelf","current","controlled","pressHandler","event","state","Object","assign","setOpen","value","size","text","flushAlignment","onPress","motion","dir","rtl","undefined","contentContainerStyle","collapsibleContentContainerStyle","panel","create","paddingTop","spacing_03","paddingBottom","spacing_06","paddingLeft","spacing_05"],"sourceRoot":"../../../../src","sources":["components/accordion/_Item.tsx"],"mappings":"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","ignoreList":[]}
1
+ {"version":3,"names":["forwardRef","useCallback","useContext","useImperativeHandle","useRef","useState","StyleSheet","View","Spacing","GlobalConfigContext","DirectionStyleSheet","Collapsible","Header","Context","Motion","jsx","_jsx","jsxs","_jsxs","Item","defaultOpen","open","openProp","title","children","style","styleProp","onPressHeader","headerProps","props","forwardedRef","globalConfigContext","accordionContext","ref","allowOnChangeEffect","viewRef","openSelf","setOpenSelf","current","controlled","pressHandler","event","state","Object","assign","setOpen","value","size","text","flushAlignment","onPress","motion","dir","rtl","undefined","contentContainerStyle","collapsibleContentContainerStyle","panel","create","paddingTop","spacing_03","paddingBottom","spacing_06","paddingLeft","spacing_05"],"sourceRoot":"../../../../src","sources":["components/accordion/_Item.tsx"],"mappings":"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","ignoreList":[]}
@@ -0,0 +1,22 @@
1
+ "use strict";
2
+
3
+ import { forwardRef, useContext } from "react";
4
+ import { View } from "react-native";
5
+ import { GlobalConfigContext } from "../../_internal/contexts/index.js";
6
+ import { DirectionStyleSheet } from "../../style-sheets/index.js";
7
+ import { jsx as _jsx } from "react/jsx-runtime";
8
+ export const Box = /*#__PURE__*/forwardRef(function Box({
9
+ dir: dirProp,
10
+ style,
11
+ ...props
12
+ }, ref) {
13
+ const globalConfigContext = useContext(GlobalConfigContext),
14
+ dir = dirProp ?? globalConfigContext.rtl ? "rtl" : "ltr";
15
+ return /*#__PURE__*/_jsx(View, {
16
+ ref: ref,
17
+ ...props,
18
+ dir: dir,
19
+ style: [dir == "rtl" ? DirectionStyleSheet.rtl : undefined, style]
20
+ });
21
+ });
22
+ //# sourceMappingURL=Box.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["forwardRef","useContext","View","GlobalConfigContext","DirectionStyleSheet","jsx","_jsx","Box","dir","dirProp","style","props","ref","globalConfigContext","rtl","undefined"],"sourceRoot":"../../../../src","sources":["components/box/Box.tsx"],"mappings":";;AAAA,SACCA,UAAU,EACVC,UAAU,QACJ,OAAO;AAEd,SACCC,IAAI,QACE,cAAc;AAErB,SACCC,mBAAmB,QACb,mCAA0B;AAEjC,SACCC,mBAAmB,QACb,6BAAoB;AAAA,SAAAC,GAAA,IAAAC,IAAA;AAU3B,OAAO,MAAMC,GAAG,gBAAGP,UAAU,CAC5B,SAASO,GAAGA,CACX;EACCC,GAAG,EAAEC,OAAO;EACZC,KAAK;EACL,GAAGC;AACJ,CAAC,EACDC,GAAG,EACF;EAED,MACCC,mBAAmB,GAClBZ,UAAU,CAACE,mBAAmB,CAAC;IAEhCK,GAAG,GACFC,OAAO,IACPI,mBAAmB,CAACC,GAAG,GAAG,KAAK,GAAG,KAAK;EAEzC,oBACCR,IAAA,CAACJ,IAAI;IACJU,GAAG,EAAGA,GAAK;IAAA,GACND,KAAK;IACVH,GAAG,EAAGA,GAAK;IACXE,KAAK,EAAG,CACPF,GAAG,IAAI,KAAK,GAAGJ,mBAAmB,CAACU,GAAG,GAAGC,SAAS,EAClDL,KAAK;EACH,CACH,CAAC;AAGJ,CACD,CAAC","ignoreList":[]}
@@ -0,0 +1,4 @@
1
+ "use strict";
2
+
3
+ export {};
4
+ //# sourceMappingURL=BoxProps.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":[],"sourceRoot":"../../../../src","sources":["components/box/BoxProps.ts"],"mappings":"","ignoreList":[]}
@@ -0,0 +1,4 @@
1
+ "use strict";
2
+
3
+ export {};
4
+ //# sourceMappingURL=BoxRef.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":[],"sourceRoot":"../../../../src","sources":["components/box/BoxRef.ts"],"mappings":"","ignoreList":[]}
@@ -0,0 +1,4 @@
1
+ "use strict";
2
+
3
+ export * from "./Box.js";
4
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":[],"sourceRoot":"../../../../src","sources":["components/box/index.ts"],"mappings":";;AAAA,cAAc,UAAO","ignoreList":[]}
@@ -4,7 +4,7 @@ import { forwardRef, useContext } from "react";
4
4
  import { Pressable, StyleSheet, View } from "react-native";
5
5
  import { Spacing } from "@audira/carbon-react-native-elements";
6
6
  import { ButtonGroupContext, GlobalConfigContext } from "../../../_internal/contexts/index.js";
7
- import { FlexStyleSheet } from "../../../_internal/style-sheets/index.js";
7
+ import { DirectionStyleSheet, FlexStyleSheet, OverflowStyleSheet } from "../../../style-sheets/index.js";
8
8
  import { Text } from "../../text/index.js";
9
9
  import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
10
10
  export const Base = /*#__PURE__*/forwardRef(function Base({
@@ -33,7 +33,7 @@ export const Base = /*#__PURE__*/forwardRef(function Base({
33
33
  role: role,
34
34
  "aria-label": ariaLabel ?? text,
35
35
  dir: dir ?? globalConfigContext.rtl ? "rtl" : undefined,
36
- style: [FlexStyleSheet.flex_row, FlexStyleSheet.justify_between, baseStyle.container, globalConfigContext.rtl ? baseStyle.containerRtl : undefined, mapContainerStyle[`${!!text}`][`${!!Icon || !!iconNode}`], sizeStyle[size], mapStyleInButtonGroup[`${!!buttonGroupContext.vertical}`][`${!!buttonGroupContext.fluid}`], style],
36
+ style: [FlexStyleSheet.flex_row, FlexStyleSheet.justify_between, OverflowStyleSheet.overflow_hidden, globalConfigContext.rtl ? DirectionStyleSheet.rtl : undefined, mapContainerStyle[`${!!text}`][`${!!Icon || !!iconNode}`], sizeStyle[size], mapStyleInButtonGroup[`${!!buttonGroupContext.vertical}`][`${!!buttonGroupContext.fluid}`], style],
37
37
  ref: ref,
38
38
  children: [backgroundNode, !InlineLoading || inlineLoadingProps?.state === "inactive" ? /*#__PURE__*/_jsxs(_Fragment, {
39
39
  children: [!!text && /*#__PURE__*/_jsx(View, {
@@ -58,12 +58,6 @@ export const Base = /*#__PURE__*/forwardRef(function Base({
58
58
  });
59
59
  });
60
60
  const baseStyle = StyleSheet.create({
61
- container: {
62
- overflow: "hidden"
63
- },
64
- containerRtl: {
65
- direction: "rtl"
66
- },
67
61
  /**
68
62
  * Start Padding
69
63
  */