@ovotech/element-native 4.4.0 → 4.4.1-canary-1144669-305

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.
@@ -562,6 +562,4 @@ export declare const Strong: import("styled-components").StyledComponent<typeof
562
562
  };
563
563
  };
564
564
  };
565
- }, {
566
- color?: string | undefined;
567
- }, never>;
565
+ }, {}, never>;
@@ -6,6 +6,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
6
6
  exports.Strong = void 0;
7
7
  var styled_native_1 = __importDefault(require("../../styled.native"));
8
8
  exports.Strong = styled_native_1.default.Text(function (_a) {
9
- var _b = _a.theme, core = _b.core, semantic = _b.semantic;
10
- return "\n font-family: ".concat(core.fontFamily.bodyBold.native, ";\n color: color ?? ").concat(semantic.message.base, "\n ");
9
+ var core = _a.theme.core;
10
+ return "\n font-family: ".concat(core.fontFamily.bodyBold.native, ";\n ");
11
11
  });
@@ -1,5 +1,5 @@
1
1
  import styled from '../../styled.native';
2
2
  export var Strong = styled.Text(function (_a) {
3
- var _b = _a.theme, core = _b.core, semantic = _b.semantic;
4
- return "\n font-family: ".concat(core.fontFamily.bodyBold.native, ";\n color: color ?? ").concat(semantic.message.base, "\n ");
3
+ var core = _a.theme.core;
4
+ return "\n font-family: ".concat(core.fontFamily.bodyBold.native, ";\n ");
5
5
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ovotech/element-native",
3
- "version": "4.4.0",
3
+ "version": "4.4.1-canary-1144669-305",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/esm/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -14,10 +14,10 @@
14
14
  },
15
15
  "dependencies": {
16
16
  "@backpackapp-io/react-native-toast": "^0.10.0",
17
+ "@ovotech/element-core": "3.2.0-canary-1144669-305",
17
18
  "deepmerge": "^4.2.2",
18
19
  "lodash.groupby": "^4.6.0",
19
- "react-native-reanimated-carousel": "^3.5.1",
20
- "@ovotech/element-core": "3.2.0"
20
+ "react-native-reanimated-carousel": "^3.5.1"
21
21
  },
22
22
  "devDependencies": {
23
23
  "@babel/core": "^7.11.5",