@axelor/aos-mobile-ui 8.2.26 → 8.2.28

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 (163) hide show
  1. package/lib/components/atoms/BlockInteractionScreen/BlockInteractionScreen.js +1 -1
  2. package/lib/components/atoms/BootstrapIcon/BootstrapIcon.js +1 -1
  3. package/lib/components/atoms/Card/Card.js +1 -1
  4. package/lib/components/atoms/DottedLine/DottedLine.js +1 -1
  5. package/lib/components/atoms/HorizontalRule/HorizontalRule.js +1 -1
  6. package/lib/components/atoms/HtmlInput/HtmlInput.js +1 -1
  7. package/lib/components/atoms/Icon/Icon.js +1 -1
  8. package/lib/components/atoms/Input/Input.js +1 -1
  9. package/lib/components/atoms/KeyboardAvoidingScrollView/KeyboardAvoidingScrollView.js +1 -1
  10. package/lib/components/atoms/RadioButton/RadioButton.js +1 -1
  11. package/lib/components/atoms/Screen/Screen.js +1 -1
  12. package/lib/components/atoms/ScrollView/ScrollView.js +1 -1
  13. package/lib/components/atoms/Slider/Slider.js +1 -1
  14. package/lib/components/atoms/Switch/Switch.js +1 -1
  15. package/lib/components/atoms/Text/Text.js +1 -1
  16. package/lib/components/atoms/index.js +1 -1
  17. package/lib/components/index.js +1 -1
  18. package/lib/components/molecules/Alert/Alert.js +1 -1
  19. package/lib/components/molecules/AttachmentCard/AttachmentCard.js +1 -1
  20. package/lib/components/molecules/Badge/Badge.js +1 -1
  21. package/lib/components/molecules/BlockInteractionMessage/BlockInteractionMessage.js +1 -1
  22. package/lib/components/molecules/Button/Button.d.ts +2 -1
  23. package/lib/components/molecules/Button/Button.js +7 -8
  24. package/lib/components/molecules/Button/Button.js.map +1 -1
  25. package/lib/components/molecules/CardIconButton/CardIconButton.js +1 -1
  26. package/lib/components/molecules/CardIndicator/CardIndicator.js +1 -1
  27. package/lib/components/molecules/Checkbox/Checkbox.js +1 -1
  28. package/lib/components/molecules/Chip/Chip.js +1 -1
  29. package/lib/components/molecules/CircleButton/CircleButton.js +1 -1
  30. package/lib/components/molecules/ClearableCard/ClearableCard.js +1 -1
  31. package/lib/components/molecules/DoubleIcon/DoubleIcon.js +1 -1
  32. package/lib/components/molecules/DropdownCard/DropdownCard.js +1 -1
  33. package/lib/components/molecules/DropdownMenu/DropdownMenu.js +1 -1
  34. package/lib/components/molecules/EditableInput/EditableInput.js +1 -1
  35. package/lib/components/molecules/FormHtmlInput/FormHtmlInput.js +1 -1
  36. package/lib/components/molecules/FormIncrementInput/FormIncrementInput.js +1 -1
  37. package/lib/components/molecules/FormInput/FormInput.js +1 -1
  38. package/lib/components/molecules/FormSlider/FormSlider.js +1 -1
  39. package/lib/components/molecules/FromTo/FromTo.js +1 -1
  40. package/lib/components/molecules/HalfLabelCard/HalfLabelCard.js +1 -1
  41. package/lib/components/molecules/IconInput/IconInput.js +1 -1
  42. package/lib/components/molecules/Image/Image.js +1 -1
  43. package/lib/components/molecules/Increment/Increment.js +1 -1
  44. package/lib/components/molecules/Increment/IncrementButton.js +1 -1
  45. package/lib/components/molecules/Label/Label.js +1 -1
  46. package/lib/components/molecules/LabelText/LabelText.js +1 -1
  47. package/lib/components/molecules/LoadingIndicator/LoadingIndicator.js +1 -1
  48. package/lib/components/molecules/MessageBox/MessageBox.js +1 -1
  49. package/lib/components/molecules/MovementIndicationCard/MovementIndicationCard.js +1 -1
  50. package/lib/components/molecules/MultiValuePickerButton/MultiValuePickerButton.js +1 -1
  51. package/lib/components/molecules/NotesCard/NotesCard.js +1 -1
  52. package/lib/components/molecules/NumberBubble/NumberBubble.js +1 -1
  53. package/lib/components/molecules/NumberChevronInput/NumberChevronInput.js +1 -1
  54. package/lib/components/molecules/PanelTabs/PanelTabs.js +1 -1
  55. package/lib/components/molecules/RadioSelect/RadioSelect.js +1 -1
  56. package/lib/components/molecules/RightIconButton/RightIconButton.js +1 -1
  57. package/lib/components/molecules/SelectionContainer/SelectionContainer.js +1 -1
  58. package/lib/components/molecules/StarScore/StarScore.js +1 -1
  59. package/lib/components/molecules/SwitchCard/SwitchCard.js +1 -1
  60. package/lib/components/molecules/TextUnit/TextUnit.js +1 -1
  61. package/lib/components/molecules/TitledValue/TitledValue.js +1 -1
  62. package/lib/components/molecules/ToggleSwitch/ToggleSwitch.js +1 -1
  63. package/lib/components/molecules/UnorderedList/UnorderedList.js +1 -1
  64. package/lib/components/molecules/ViewAllContainer/ViewAllContainer.js +1 -1
  65. package/lib/components/molecules/WarningCard/WarningCard.js +1 -1
  66. package/lib/components/molecules/index.js +1 -1
  67. package/lib/components/organisms/ActionCard/ActionCard.js +1 -1
  68. package/lib/components/organisms/AutoCompleteSearch/AutoCompleteSearch.js +1 -1
  69. package/lib/components/organisms/AutoCompleteSearch/ItemCard.js +1 -1
  70. package/lib/components/organisms/AutoCompleteSearch/SearchDetailsPopUp.js +1 -1
  71. package/lib/components/organisms/CheckboxScrollList/CheckboxScrollList.js +1 -1
  72. package/lib/components/organisms/ChipSelect/ChipSelect.js +1 -1
  73. package/lib/components/organisms/DistributionBar/DistributionBar.js +1 -1
  74. package/lib/components/organisms/DraggableWrapper/DraggableWrapper.js +1 -1
  75. package/lib/components/organisms/DropdownCardSwitch/DropdownCardSwitch.js +1 -1
  76. package/lib/components/organisms/DropdownMenuItem/DropdownMenuItem.js +1 -1
  77. package/lib/components/organisms/DurationInput/DurationInput.js +1 -1
  78. package/lib/components/organisms/DurationInput/duration.helpers.js +1 -1
  79. package/lib/components/organisms/FloatingButton/FloatingActionButton.js +1 -1
  80. package/lib/components/organisms/FloatingButton/FloatingButton.js +1 -1
  81. package/lib/components/organisms/FloatingButton/Indicator.js +1 -1
  82. package/lib/components/organisms/FloatingButton/types.js +1 -1
  83. package/lib/components/organisms/GridView/CellView.js +1 -1
  84. package/lib/components/organisms/GridView/GridView.js +1 -1
  85. package/lib/components/organisms/GroupByScrollList/BottomSeparator.js +1 -1
  86. package/lib/components/organisms/GroupByScrollList/GroupByScrollList.js +1 -1
  87. package/lib/components/organisms/GroupByScrollList/TopSeparator.js +1 -1
  88. package/lib/components/organisms/HeaderContainer/HeaderContainer.js +1 -1
  89. package/lib/components/organisms/ImageBubble/ImageBubble.js +1 -1
  90. package/lib/components/organisms/InfoBubble/InfoBubble.js +1 -1
  91. package/lib/components/organisms/InfoButton/InfoButton.js +1 -1
  92. package/lib/components/organisms/MultiValuePicker/MultiValuePicker.js +1 -1
  93. package/lib/components/organisms/Picker/Picker.js +1 -1
  94. package/lib/components/organisms/ProgressBar/ProgressBar.js +1 -1
  95. package/lib/components/organisms/QuantityCard/QuantityCard.js +1 -1
  96. package/lib/components/organisms/ScrollList/DottedButton.js +1 -1
  97. package/lib/components/organisms/ScrollList/ScrollList.js +1 -1
  98. package/lib/components/organisms/ScrollList/TopActions.js +1 -1
  99. package/lib/components/organisms/ScrollList/index.js +1 -1
  100. package/lib/components/organisms/SearchBar/SearchBar.js +1 -1
  101. package/lib/components/organisms/SingleSelectScrollList/SingleSelectScrollList.js +1 -1
  102. package/lib/components/organisms/TagList/TagList.js +1 -1
  103. package/lib/components/organisms/ToggleButton/ToggleButton.js +1 -1
  104. package/lib/components/organisms/ViewAllEditList/AllLinesAlert.js +1 -1
  105. package/lib/components/organisms/ViewAllEditList/LineComponent.js +1 -1
  106. package/lib/components/organisms/ViewAllEditList/ViewAllEditList.js +1 -1
  107. package/lib/components/organisms/index.js +1 -1
  108. package/lib/components/templates/BottomBar/BarItem.js +1 -1
  109. package/lib/components/templates/BottomBar/BottomBar.js +1 -1
  110. package/lib/components/templates/BottomBar/ItemTitle.js +1 -1
  111. package/lib/components/templates/BottomBar/display.helper.js +1 -1
  112. package/lib/components/templates/BottomBar/types.helper.js +1 -1
  113. package/lib/components/templates/Dashboard/Chart/BarChart.js +1 -1
  114. package/lib/components/templates/Dashboard/Chart/ChartRender.js +1 -1
  115. package/lib/components/templates/Dashboard/Chart/DetailsPopup.js +1 -1
  116. package/lib/components/templates/Dashboard/Chart/IndicatorChart/ChartTitle.js +1 -1
  117. package/lib/components/templates/Dashboard/Chart/IndicatorChart/IndicatorChart.js +1 -1
  118. package/lib/components/templates/Dashboard/Chart/IndicatorChart/IndicatorItem.js +1 -1
  119. package/lib/components/templates/Dashboard/Chart/IndicatorChart/SimpleIndicator.js +1 -1
  120. package/lib/components/templates/Dashboard/Chart/LineChart.js +1 -1
  121. package/lib/components/templates/Dashboard/Chart/PieChart/ChartLegend.js +1 -1
  122. package/lib/components/templates/Dashboard/Chart/PieChart/LabelView.js +1 -1
  123. package/lib/components/templates/Dashboard/Chart/PieChart/PieChart.js +1 -1
  124. package/lib/components/templates/Dashboard/Chart/chart.helper.js +1 -1
  125. package/lib/components/templates/Dashboard/Chart/index.js +1 -1
  126. package/lib/components/templates/Dashboard/Dashboard.js +1 -1
  127. package/lib/components/templates/Dashboard/chart-type.js +1 -1
  128. package/lib/components/templates/Dashboard/dashboard.helper.js +1 -1
  129. package/lib/components/templates/Dashboard/index.js +1 -1
  130. package/lib/components/templates/ObjectCard/ObjectCard.js +1 -1
  131. package/lib/components/templates/TabsScreen/IndicatorBadge.js +1 -1
  132. package/lib/components/templates/TabsScreen/Tab.js +1 -1
  133. package/lib/components/templates/TabsScreen/TabsScreen.js +1 -1
  134. package/lib/components/templates/TabsScreen/tabs.helper.js +1 -1
  135. package/lib/components/templates/TreeView/Branch.js +1 -1
  136. package/lib/components/templates/TreeView/BranchCard.js +1 -1
  137. package/lib/components/templates/TreeView/TreeView.js +1 -1
  138. package/lib/components/templates/index.js +1 -1
  139. package/lib/config/ConfigContext.js +1 -1
  140. package/lib/hooks/use-click-outside.js +1 -1
  141. package/lib/hooks/use-digit-format.js +1 -1
  142. package/lib/hooks/use-price-format.js +1 -1
  143. package/lib/index.js +1 -1
  144. package/lib/theme/ThemeContext.js +1 -1
  145. package/lib/theme/WritingThemeContext.js +1 -1
  146. package/lib/theme/index.js +1 -1
  147. package/lib/theme/theme-context.helper.js +1 -1
  148. package/lib/theme/themes.js +1 -1
  149. package/lib/theme/writing-theme-context.helper.js +1 -1
  150. package/lib/theme/writingTheme.js +1 -1
  151. package/lib/tools/AnimationUtil.js +1 -1
  152. package/lib/types/file.js +1 -1
  153. package/lib/utils/arrays.js +1 -1
  154. package/lib/utils/commons-styles.js +3 -3
  155. package/lib/utils/commons-styles.js.map +1 -1
  156. package/lib/utils/commons-utlis.js +1 -1
  157. package/lib/utils/formatters.js +1 -1
  158. package/lib/utils/index.js +1 -1
  159. package/lib/utils/list.js +1 -1
  160. package/lib/utils/number.js +1 -1
  161. package/lib/utils/objects.js +1 -1
  162. package/lib/utils/strings.js +1 -1
  163. package/package.json +1 -1
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Axelor Business Solutions
3
3
  *
4
- * Copyright (C) 2025 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2026 Axelor (<http://axelor.com>).
5
5
  *
6
6
  * This program is free software: you can redistribute it and/or modify
7
7
  * it under the terms of the GNU Affero General Public License, version 3,
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Axelor Business Solutions
3
3
  *
4
- * Copyright (C) 2025 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2026 Axelor (<http://axelor.com>).
5
5
  *
6
6
  * This program is free software: you can redistribute it and/or modify
7
7
  * it under the terms of the GNU Affero General Public License, version 3,
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Axelor Business Solutions
3
3
  *
4
- * Copyright (C) 2025 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2026 Axelor (<http://axelor.com>).
5
5
  *
6
6
  * This program is free software: you can redistribute it and/or modify
7
7
  * it under the terms of the GNU Affero General Public License, version 3,
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Axelor Business Solutions
3
3
  *
4
- * Copyright (C) 2025 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2026 Axelor (<http://axelor.com>).
5
5
  *
6
6
  * This program is free software: you can redistribute it and/or modify
7
7
  * it under the terms of the GNU Affero General Public License, version 3,
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Axelor Business Solutions
3
3
  *
4
- * Copyright (C) 2025 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2026 Axelor (<http://axelor.com>).
5
5
  *
6
6
  * This program is free software: you can redistribute it and/or modify
7
7
  * it under the terms of the GNU Affero General Public License, version 3,
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Axelor Business Solutions
3
3
  *
4
- * Copyright (C) 2025 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2026 Axelor (<http://axelor.com>).
5
5
  *
6
6
  * This program is free software: you can redistribute it and/or modify
7
7
  * it under the terms of the GNU Affero General Public License, version 3,
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Axelor Business Solutions
3
3
  *
4
- * Copyright (C) 2025 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2026 Axelor (<http://axelor.com>).
5
5
  *
6
6
  * This program is free software: you can redistribute it and/or modify
7
7
  * it under the terms of the GNU Affero General Public License, version 3,
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Axelor Business Solutions
3
3
  *
4
- * Copyright (C) 2025 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2026 Axelor (<http://axelor.com>).
5
5
  *
6
6
  * This program is free software: you can redistribute it and/or modify
7
7
  * it under the terms of the GNU Affero General Public License, version 3,
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Axelor Business Solutions
3
3
  *
4
- * Copyright (C) 2025 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2026 Axelor (<http://axelor.com>).
5
5
  *
6
6
  * This program is free software: you can redistribute it and/or modify
7
7
  * it under the terms of the GNU Affero General Public License, version 3,
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Axelor Business Solutions
3
3
  *
4
- * Copyright (C) 2025 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2026 Axelor (<http://axelor.com>).
5
5
  *
6
6
  * This program is free software: you can redistribute it and/or modify
7
7
  * it under the terms of the GNU Affero General Public License, version 3,
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Axelor Business Solutions
3
3
  *
4
- * Copyright (C) 2025 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2026 Axelor (<http://axelor.com>).
5
5
  *
6
6
  * This program is free software: you can redistribute it and/or modify
7
7
  * it under the terms of the GNU Affero General Public License, version 3,
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Axelor Business Solutions
3
3
  *
4
- * Copyright (C) 2025 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2026 Axelor (<http://axelor.com>).
5
5
  *
6
6
  * This program is free software: you can redistribute it and/or modify
7
7
  * it under the terms of the GNU Affero General Public License, version 3,
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Axelor Business Solutions
3
3
  *
4
- * Copyright (C) 2025 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2026 Axelor (<http://axelor.com>).
5
5
  *
6
6
  * This program is free software: you can redistribute it and/or modify
7
7
  * it under the terms of the GNU Affero General Public License, version 3,
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Axelor Business Solutions
3
3
  *
4
- * Copyright (C) 2025 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2026 Axelor (<http://axelor.com>).
5
5
  *
6
6
  * This program is free software: you can redistribute it and/or modify
7
7
  * it under the terms of the GNU Affero General Public License, version 3,
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Axelor Business Solutions
3
3
  *
4
- * Copyright (C) 2025 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2026 Axelor (<http://axelor.com>).
5
5
  *
6
6
  * This program is free software: you can redistribute it and/or modify
7
7
  * it under the terms of the GNU Affero General Public License, version 3,
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Axelor Business Solutions
3
3
  *
4
- * Copyright (C) 2025 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2026 Axelor (<http://axelor.com>).
5
5
  *
6
6
  * This program is free software: you can redistribute it and/or modify
7
7
  * it under the terms of the GNU Affero General Public License, version 3,
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Axelor Business Solutions
3
3
  *
4
- * Copyright (C) 2025 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2026 Axelor (<http://axelor.com>).
5
5
  *
6
6
  * This program is free software: you can redistribute it and/or modify
7
7
  * it under the terms of the GNU Affero General Public License, version 3,
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Axelor Business Solutions
3
3
  *
4
- * Copyright (C) 2025 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2026 Axelor (<http://axelor.com>).
5
5
  *
6
6
  * This program is free software: you can redistribute it and/or modify
7
7
  * it under the terms of the GNU Affero General Public License, version 3,
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Axelor Business Solutions
3
3
  *
4
- * Copyright (C) 2025 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2026 Axelor (<http://axelor.com>).
5
5
  *
6
6
  * This program is free software: you can redistribute it and/or modify
7
7
  * it under the terms of the GNU Affero General Public License, version 3,
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Axelor Business Solutions
3
3
  *
4
- * Copyright (C) 2025 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2026 Axelor (<http://axelor.com>).
5
5
  *
6
6
  * This program is free software: you can redistribute it and/or modify
7
7
  * it under the terms of the GNU Affero General Public License, version 3,
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Axelor Business Solutions
3
3
  *
4
- * Copyright (C) 2025 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2026 Axelor (<http://axelor.com>).
5
5
  *
6
6
  * This program is free software: you can redistribute it and/or modify
7
7
  * it under the terms of the GNU Affero General Public License, version 3,
@@ -14,6 +14,7 @@ export interface ButtonProps {
14
14
  onPress?: () => void;
15
15
  disabled?: boolean;
16
16
  onDisabledPress?: () => void;
17
+ numberOfLines?: number;
17
18
  }
18
- declare const Button: ({ width, color, isNeutralBackground, iconName, iconSize, title, style, styleIcon, styleTxt, onPress, disabled, onDisabledPress, }: ButtonProps) => React.JSX.Element;
19
+ declare const Button: ({ width, color, isNeutralBackground, iconName, iconSize, title, style, styleIcon, styleTxt, onPress, disabled, onDisabledPress, numberOfLines, }: ButtonProps) => React.JSX.Element;
19
20
  export default Button;
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Axelor Business Solutions
3
3
  *
4
- * Copyright (C) 2025 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2026 Axelor (<http://axelor.com>).
5
5
  *
6
6
  * This program is free software: you can redistribute it and/or modify
7
7
  * it under the terms of the GNU Affero General Public License, version 3,
@@ -20,7 +20,7 @@ import { StyleSheet, TouchableOpacity } from 'react-native';
20
20
  import { getCommonStyles } from '../../../utils/commons-styles';
21
21
  import { useThemeColor } from '../../../theme/ThemeContext';
22
22
  import { Icon, Text } from '../../atoms';
23
- const Button = ({ width = '90%', color, isNeutralBackground = false, iconName, iconSize = 25, title, style, styleIcon, styleTxt, onPress = () => { }, disabled = false, onDisabledPress = null, }) => {
23
+ const Button = ({ width = '90%', color, isNeutralBackground = false, iconName, iconSize = 25, title, style, styleIcon, styleTxt, onPress = () => { }, disabled = false, onDisabledPress = null, numberOfLines = 2, }) => {
24
24
  const Colors = useThemeColor();
25
25
  const buttonColor = useMemo(() => {
26
26
  if (disabled) {
@@ -46,8 +46,8 @@ const Button = ({ width = '90%', color, isNeutralBackground = false, iconName, i
46
46
  return null;
47
47
  }
48
48
  return (<TouchableOpacity style={[commonStyles.button, styles.colorButton, style]} onPress={disabled ? onDisabledPress : onPress} disabled={disabled && !onDisabledPress} activeOpacity={0.9}>
49
- {!!iconName && (<Icon name={iconName} size={iconSize} color={buttonColor.foreground} style={[styles.icon, styleIcon]}/>)}
50
- {!!title && (<Text style={[styles.text, styleTxt]} fontSize={17} textColor={buttonColor.foreground}>
49
+ {!!iconName && (<Icon name={iconName} size={iconSize} color={buttonColor.foreground} style={styleIcon}/>)}
50
+ {!!title && (<Text style={[styles.text, styleTxt]} numberOfLines={numberOfLines} adjustsFontSizeToFit fontSize={17} textColor={buttonColor.foreground}>
51
51
  {title}
52
52
  </Text>)}
53
53
  </TouchableOpacity>);
@@ -57,14 +57,13 @@ const getStyles = (color, width) => StyleSheet.create({
57
57
  backgroundColor: color.background_light,
58
58
  borderColor: color.background,
59
59
  width: width,
60
+ gap: 10,
60
61
  },
61
62
  text: {
62
63
  fontWeight: 'bold',
63
64
  textAlign: 'center',
64
- marginHorizontal: 5,
65
- },
66
- icon: {
67
- marginHorizontal: 5,
65
+ textAlignVertical: 'center',
66
+ flexShrink: 1,
68
67
  },
69
68
  });
70
69
  export default Button;
@@ -1 +1 @@
1
- {"version":3,"file":"Button.js","sourceRoot":"","sources":["../../../../src/components/molecules/Button/Button.tsx"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"Button.js","sourceRoot":"","sources":["../../../../src/components/molecules/Button/Button.tsx"],"names":[],"mappings":"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"}
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Axelor Business Solutions
3
3
  *
4
- * Copyright (C) 2025 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2026 Axelor (<http://axelor.com>).
5
5
  *
6
6
  * This program is free software: you can redistribute it and/or modify
7
7
  * it under the terms of the GNU Affero General Public License, version 3,
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Axelor Business Solutions
3
3
  *
4
- * Copyright (C) 2025 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2026 Axelor (<http://axelor.com>).
5
5
  *
6
6
  * This program is free software: you can redistribute it and/or modify
7
7
  * it under the terms of the GNU Affero General Public License, version 3,
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Axelor Business Solutions
3
3
  *
4
- * Copyright (C) 2025 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2026 Axelor (<http://axelor.com>).
5
5
  *
6
6
  * This program is free software: you can redistribute it and/or modify
7
7
  * it under the terms of the GNU Affero General Public License, version 3,
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Axelor Business Solutions
3
3
  *
4
- * Copyright (C) 2025 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2026 Axelor (<http://axelor.com>).
5
5
  *
6
6
  * This program is free software: you can redistribute it and/or modify
7
7
  * it under the terms of the GNU Affero General Public License, version 3,
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Axelor Business Solutions
3
3
  *
4
- * Copyright (C) 2025 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2026 Axelor (<http://axelor.com>).
5
5
  *
6
6
  * This program is free software: you can redistribute it and/or modify
7
7
  * it under the terms of the GNU Affero General Public License, version 3,
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Axelor Business Solutions
3
3
  *
4
- * Copyright (C) 2025 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2026 Axelor (<http://axelor.com>).
5
5
  *
6
6
  * This program is free software: you can redistribute it and/or modify
7
7
  * it under the terms of the GNU Affero General Public License, version 3,
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Axelor Business Solutions
3
3
  *
4
- * Copyright (C) 2025 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2026 Axelor (<http://axelor.com>).
5
5
  *
6
6
  * This program is free software: you can redistribute it and/or modify
7
7
  * it under the terms of the GNU Affero General Public License, version 3,
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Axelor Business Solutions
3
3
  *
4
- * Copyright (C) 2025 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2026 Axelor (<http://axelor.com>).
5
5
  *
6
6
  * This program is free software: you can redistribute it and/or modify
7
7
  * it under the terms of the GNU Affero General Public License, version 3,
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Axelor Business Solutions
3
3
  *
4
- * Copyright (C) 2025 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2026 Axelor (<http://axelor.com>).
5
5
  *
6
6
  * This program is free software: you can redistribute it and/or modify
7
7
  * it under the terms of the GNU Affero General Public License, version 3,
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Axelor Business Solutions
3
3
  *
4
- * Copyright (C) 2025 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2026 Axelor (<http://axelor.com>).
5
5
  *
6
6
  * This program is free software: you can redistribute it and/or modify
7
7
  * it under the terms of the GNU Affero General Public License, version 3,
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Axelor Business Solutions
3
3
  *
4
- * Copyright (C) 2025 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2026 Axelor (<http://axelor.com>).
5
5
  *
6
6
  * This program is free software: you can redistribute it and/or modify
7
7
  * it under the terms of the GNU Affero General Public License, version 3,
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Axelor Business Solutions
3
3
  *
4
- * Copyright (C) 2025 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2026 Axelor (<http://axelor.com>).
5
5
  *
6
6
  * This program is free software: you can redistribute it and/or modify
7
7
  * it under the terms of the GNU Affero General Public License, version 3,
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Axelor Business Solutions
3
3
  *
4
- * Copyright (C) 2025 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2026 Axelor (<http://axelor.com>).
5
5
  *
6
6
  * This program is free software: you can redistribute it and/or modify
7
7
  * it under the terms of the GNU Affero General Public License, version 3,
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Axelor Business Solutions
3
3
  *
4
- * Copyright (C) 2025 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2026 Axelor (<http://axelor.com>).
5
5
  *
6
6
  * This program is free software: you can redistribute it and/or modify
7
7
  * it under the terms of the GNU Affero General Public License, version 3,
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Axelor Business Solutions
3
3
  *
4
- * Copyright (C) 2025 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2026 Axelor (<http://axelor.com>).
5
5
  *
6
6
  * This program is free software: you can redistribute it and/or modify
7
7
  * it under the terms of the GNU Affero General Public License, version 3,
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Axelor Business Solutions
3
3
  *
4
- * Copyright (C) 2025 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2026 Axelor (<http://axelor.com>).
5
5
  *
6
6
  * This program is free software: you can redistribute it and/or modify
7
7
  * it under the terms of the GNU Affero General Public License, version 3,
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Axelor Business Solutions
3
3
  *
4
- * Copyright (C) 2025 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2026 Axelor (<http://axelor.com>).
5
5
  *
6
6
  * This program is free software: you can redistribute it and/or modify
7
7
  * it under the terms of the GNU Affero General Public License, version 3,
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Axelor Business Solutions
3
3
  *
4
- * Copyright (C) 2025 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2026 Axelor (<http://axelor.com>).
5
5
  *
6
6
  * This program is free software: you can redistribute it and/or modify
7
7
  * it under the terms of the GNU Affero General Public License, version 3,
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Axelor Business Solutions
3
3
  *
4
- * Copyright (C) 2025 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2026 Axelor (<http://axelor.com>).
5
5
  *
6
6
  * This program is free software: you can redistribute it and/or modify
7
7
  * it under the terms of the GNU Affero General Public License, version 3,
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Axelor Business Solutions
3
3
  *
4
- * Copyright (C) 2025 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2026 Axelor (<http://axelor.com>).
5
5
  *
6
6
  * This program is free software: you can redistribute it and/or modify
7
7
  * it under the terms of the GNU Affero General Public License, version 3,
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Axelor Business Solutions
3
3
  *
4
- * Copyright (C) 2025 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2026 Axelor (<http://axelor.com>).
5
5
  *
6
6
  * This program is free software: you can redistribute it and/or modify
7
7
  * it under the terms of the GNU Affero General Public License, version 3,
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Axelor Business Solutions
3
3
  *
4
- * Copyright (C) 2025 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2026 Axelor (<http://axelor.com>).
5
5
  *
6
6
  * This program is free software: you can redistribute it and/or modify
7
7
  * it under the terms of the GNU Affero General Public License, version 3,
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Axelor Business Solutions
3
3
  *
4
- * Copyright (C) 2025 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2026 Axelor (<http://axelor.com>).
5
5
  *
6
6
  * This program is free software: you can redistribute it and/or modify
7
7
  * it under the terms of the GNU Affero General Public License, version 3,
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Axelor Business Solutions
3
3
  *
4
- * Copyright (C) 2025 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2026 Axelor (<http://axelor.com>).
5
5
  *
6
6
  * This program is free software: you can redistribute it and/or modify
7
7
  * it under the terms of the GNU Affero General Public License, version 3,
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Axelor Business Solutions
3
3
  *
4
- * Copyright (C) 2025 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2026 Axelor (<http://axelor.com>).
5
5
  *
6
6
  * This program is free software: you can redistribute it and/or modify
7
7
  * it under the terms of the GNU Affero General Public License, version 3,
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Axelor Business Solutions
3
3
  *
4
- * Copyright (C) 2025 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2026 Axelor (<http://axelor.com>).
5
5
  *
6
6
  * This program is free software: you can redistribute it and/or modify
7
7
  * it under the terms of the GNU Affero General Public License, version 3,
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Axelor Business Solutions
3
3
  *
4
- * Copyright (C) 2025 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2026 Axelor (<http://axelor.com>).
5
5
  *
6
6
  * This program is free software: you can redistribute it and/or modify
7
7
  * it under the terms of the GNU Affero General Public License, version 3,
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Axelor Business Solutions
3
3
  *
4
- * Copyright (C) 2025 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2026 Axelor (<http://axelor.com>).
5
5
  *
6
6
  * This program is free software: you can redistribute it and/or modify
7
7
  * it under the terms of the GNU Affero General Public License, version 3,
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Axelor Business Solutions
3
3
  *
4
- * Copyright (C) 2025 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2026 Axelor (<http://axelor.com>).
5
5
  *
6
6
  * This program is free software: you can redistribute it and/or modify
7
7
  * it under the terms of the GNU Affero General Public License, version 3,
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Axelor Business Solutions
3
3
  *
4
- * Copyright (C) 2025 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2026 Axelor (<http://axelor.com>).
5
5
  *
6
6
  * This program is free software: you can redistribute it and/or modify
7
7
  * it under the terms of the GNU Affero General Public License, version 3,
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Axelor Business Solutions
3
3
  *
4
- * Copyright (C) 2025 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2026 Axelor (<http://axelor.com>).
5
5
  *
6
6
  * This program is free software: you can redistribute it and/or modify
7
7
  * it under the terms of the GNU Affero General Public License, version 3,
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Axelor Business Solutions
3
3
  *
4
- * Copyright (C) 2025 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2026 Axelor (<http://axelor.com>).
5
5
  *
6
6
  * This program is free software: you can redistribute it and/or modify
7
7
  * it under the terms of the GNU Affero General Public License, version 3,
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Axelor Business Solutions
3
3
  *
4
- * Copyright (C) 2025 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2026 Axelor (<http://axelor.com>).
5
5
  *
6
6
  * This program is free software: you can redistribute it and/or modify
7
7
  * it under the terms of the GNU Affero General Public License, version 3,