@artsy/palette-mobile 11.2.3 → 11.2.5

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.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,28 @@
1
+ # v11.2.5 (Tue Jul 11 2023)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - build(deps): bump tough-cookie from 4.1.2 to 4.1.3 [#122](https://github.com/artsy/palette-mobile/pull/122) ([@dependabot[bot]](https://github.com/dependabot[bot]))
6
+ - build(deps): bump semver from 5.7.1 to 5.7.2 [#124](https://github.com/artsy/palette-mobile/pull/124) ([@dependabot[bot]](https://github.com/dependabot[bot]))
7
+
8
+ #### Authors: 1
9
+
10
+ - [@dependabot[bot]](https://github.com/dependabot[bot])
11
+
12
+ ---
13
+
14
+ # v11.2.4 (Mon Jul 10 2023)
15
+
16
+ #### 🐛 Bug Fix
17
+
18
+ - fix: tab title breaking in smaller phone layouts [#123](https://github.com/artsy/palette-mobile/pull/123) ([@gkartalis](https://github.com/gkartalis))
19
+
20
+ #### Authors: 1
21
+
22
+ - George Kartalis ([@gkartalis](https://github.com/gkartalis))
23
+
24
+ ---
25
+
1
26
  # v11.2.3 (Fri Jul 07 2023)
2
27
 
3
28
  :tada: This release contains work from a new contributor! :tada:
@@ -33,7 +33,7 @@ const TabsContainer = ({ children, indicators = [], initialTabName, renderHeader
33
33
  return indicator.tabName === props.name;
34
34
  });
35
35
  return ((0, jsx_runtime_1.jsxs)(Box_1.Box, { flex: 1, children: [(0, jsx_runtime_1.jsx)(Flex_1.Flex, { position: "absolute", width: "100%", children: !!Indicator?.Component && (0, jsx_runtime_1.jsx)(Indicator.Component, { ...props }) }), (0, jsx_runtime_1.jsx)(react_native_collapsible_tab_view_1.MaterialTabItem, { ...props })] }));
36
- }, contentContainerStyle: {}, activeColor: color("onBackground"), inactiveColor: color("onBackgroundMedium"), labelStyle: { marginTop: 0 }, indicatorStyle: {
36
+ }, contentContainerStyle: {}, activeColor: color("onBackground"), inactiveColor: color("onBackgroundMedium"), labelStyle: { marginHorizontal: 0 }, indicatorStyle: {
37
37
  backgroundColor: color("onBackground"),
38
38
  height: 1,
39
39
  // on android this line breaks the active indicator and it is not visible
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@artsy/palette-mobile",
3
- "version": "11.2.3",
3
+ "version": "11.2.5",
4
4
  "description": "Artsy's design system for React Native",
5
5
  "scripts": {
6
6
  "android": "react-native run-android",