@times-components/caption 3.0.140 → 3.0.144

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
@@ -3,6 +3,38 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [3.0.144](https://github.com/newsuk/times-components/compare/@times-components/caption@3.0.143...@times-components/caption@3.0.144) (2021-11-25)
7
+
8
+ **Note:** Version bump only for package @times-components/caption
9
+
10
+
11
+
12
+
13
+
14
+ ## [3.0.143](https://github.com/newsuk/times-components/compare/@times-components/caption@3.0.142...@times-components/caption@3.0.143) (2021-08-09)
15
+
16
+ **Note:** Version bump only for package @times-components/caption
17
+
18
+
19
+
20
+
21
+
22
+ ## [3.0.142](https://github.com/newsuk/times-components/compare/@times-components/caption@3.0.141...@times-components/caption@3.0.142) (2021-07-05)
23
+
24
+ **Note:** Version bump only for package @times-components/caption
25
+
26
+
27
+
28
+
29
+
30
+ ## [3.0.141](https://github.com/newsuk/times-components/compare/@times-components/caption@3.0.140...@times-components/caption@3.0.141) (2021-07-02)
31
+
32
+ **Note:** Version bump only for package @times-components/caption
33
+
34
+
35
+
36
+
37
+
6
38
  ## [3.0.140](https://github.com/newsuk/times-components/compare/@times-components/caption@3.0.139...@times-components/caption@3.0.140) (2021-05-27)
7
39
 
8
40
  **Note:** Version bump only for package @times-components/caption
package/README.md CHANGED
@@ -27,9 +27,6 @@ This package uses [yarn](https://yarnpkg.com) (latest) to run unit tests on each
27
27
  platform with [jest](https://facebook.github.io/jest/).
28
28
 
29
29
  ```
30
- yarn test:all
31
- yarn test:android
32
- yarn test:ios
33
30
  yarn test:web
34
31
  ```
35
32
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@times-components/caption",
3
- "version": "3.0.140",
3
+ "version": "3.0.144",
4
4
  "description": "Media caption component",
5
5
  "main": "dist/caption",
6
6
  "dev": "src/caption",
@@ -10,10 +10,7 @@
10
10
  "depcheck": "depcheck --ignores='@babel/*,babel-*,depcheck,eslint,jest,prettier,react-art,webpack*' --ignore-bin-package=false --skip-missing",
11
11
  "lint": "eslint . && yarn prettier:diff && yarn depcheck",
12
12
  "watch": "watch 'yarn bundle' ./src --ignoreDotFiles --ignoreUnreadable",
13
- "test:android": "jest --config='./__tests__/android/jest.config.js'",
14
- "test:ios": "jest --config='./__tests__/ios/jest.config.js'",
15
13
  "test:web": "jest --config='./__tests__/web/jest.config.js'",
16
- "test:all": "yarn test:android --coverage && yarn test:ios --coverage && yarn test:web --coverage",
17
14
  "prepublishOnly": "yarn transpile && yarn bundle",
18
15
  "cleanup-dist": "rm -rf dist",
19
16
  "transpile": "yarn cleanup-dist && babel src -d dist",
@@ -37,17 +34,17 @@
37
34
  },
38
35
  "homepage": "https://github.com/newsuk/times-components#readme",
39
36
  "dependencies": {
40
- "@times-components/styleguide": "3.38.19",
37
+ "@times-components/styleguide": "3.38.23",
41
38
  "prop-types": "15.7.2"
42
39
  },
43
40
  "devDependencies": {
44
41
  "@babel/core": "7.4.4",
45
- "@times-components/eslint-config-thetimes": "0.8.16",
46
- "@times-components/jest-configurator": "2.7.1",
47
- "@times-components/jest-serializer": "3.2.25",
48
- "@times-components/storybook": "4.1.63",
49
- "@times-components/test-utils": "2.3.8",
50
- "@times-components/webpack-configurator": "2.0.27",
42
+ "@times-components/eslint-config-thetimes": "0.8.17",
43
+ "@times-components/jest-configurator": "2.7.3",
44
+ "@times-components/jest-serializer": "3.2.27",
45
+ "@times-components/storybook": "4.1.67",
46
+ "@times-components/test-utils": "2.3.9",
47
+ "@times-components/webpack-configurator": "2.0.28",
51
48
  "babel-jest": "24.8.0",
52
49
  "babel-loader": "8.0.5",
53
50
  "babel-plugin-add-react-displayname": "0.0.5",
@@ -77,5 +74,5 @@
77
74
  "publishConfig": {
78
75
  "access": "public"
79
76
  },
80
- "gitHead": "da1242227cd45c6cfbaec2ae7643209093aaf4e2"
77
+ "gitHead": "e4ffceaf25ca396380a235406bf49c846731b2b4"
81
78
  }
@@ -1 +0,0 @@
1
- var _interopRequireDefault=require("@babel/runtime/helpers/interopRequireDefault");Object.defineProperty(exports,"__esModule",{value:true});exports.default=void 0;var _defineProperty2=_interopRequireDefault(require("@babel/runtime/helpers/defineProperty"));var _reactNative=require("react-native");var _styleguide=require("@times-components/styleguide");var _shared=_interopRequireDefault(require("./shared"));function ownKeys(object,enumerableOnly){var keys=Object.keys(object);if(Object.getOwnPropertySymbols){var symbols=Object.getOwnPropertySymbols(object);if(enumerableOnly){symbols=symbols.filter(function(sym){return Object.getOwnPropertyDescriptor(object,sym).enumerable;});}keys.push.apply(keys,symbols);}return keys;}function _objectSpread(target){for(var i=1;i<arguments.length;i++){var source=arguments[i]!=null?arguments[i]:{};if(i%2){ownKeys(Object(source),true).forEach(function(key){(0,_defineProperty2.default)(target,key,source[key]);});}else if(Object.getOwnPropertyDescriptors){Object.defineProperties(target,Object.getOwnPropertyDescriptors(source));}else{ownKeys(Object(source)).forEach(function(key){Object.defineProperty(target,key,Object.getOwnPropertyDescriptor(source,key));});}}return target;}var styles=_reactNative.StyleSheet.create(_objectSpread(_objectSpread({},_shared.default),{},{container:_objectSpread(_objectSpread({},_shared.default.container),{},{paddingTop:(0,_styleguide.spacing)(1)}),credits:_objectSpread(_objectSpread({},_shared.default.credits),{},{lineHeight:(0,_styleguide.spacing)(4),marginTop:0}),text:_objectSpread(_objectSpread({},_shared.default.text),{},{lineHeight:(0,_styleguide.spacing)(4)})}));var _default=styles;exports.default=_default;
@@ -1 +0,0 @@
1
- var _interopRequireDefault=require("@babel/runtime/helpers/interopRequireDefault");Object.defineProperty(exports,"__esModule",{value:true});exports.default=void 0;var _defineProperty2=_interopRequireDefault(require("@babel/runtime/helpers/defineProperty"));var _reactNative=require("react-native");var _shared=_interopRequireDefault(require("./shared"));function ownKeys(object,enumerableOnly){var keys=Object.keys(object);if(Object.getOwnPropertySymbols){var symbols=Object.getOwnPropertySymbols(object);if(enumerableOnly){symbols=symbols.filter(function(sym){return Object.getOwnPropertyDescriptor(object,sym).enumerable;});}keys.push.apply(keys,symbols);}return keys;}function _objectSpread(target){for(var i=1;i<arguments.length;i++){var source=arguments[i]!=null?arguments[i]:{};if(i%2){ownKeys(Object(source),true).forEach(function(key){(0,_defineProperty2.default)(target,key,source[key]);});}else if(Object.getOwnPropertyDescriptors){Object.defineProperties(target,Object.getOwnPropertyDescriptors(source));}else{ownKeys(Object(source)).forEach(function(key){Object.defineProperty(target,key,Object.getOwnPropertyDescriptor(source,key));});}}return target;}var styles=_reactNative.StyleSheet.create(_objectSpread(_objectSpread({},_shared.default),{},{text:_objectSpread(_objectSpread({},_shared.default.text),{},{lineHeight:16})}));var _default=styles;exports.default=_default;