be-components 0.2.2 → 0.2.4

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.
@@ -6,7 +6,7 @@ Object.defineProperty(exports, "__esModule", {
6
6
  exports.default = void 0;
7
7
  var _react = _interopRequireDefault(require("react"));
8
8
  var _reactNative = require("react-native");
9
- require("../font.css");
9
+ require("../Font.css");
10
10
  var _colors = _interopRequireDefault(require("../constants/colors"));
11
11
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
12
12
  const Text = ({
@@ -16,7 +16,7 @@
16
16
  url('./Assets/fonts/Barlow-Regular.ttf')
17
17
  }
18
18
 
19
- @font-face {
19
+ @font-face {
20
20
  font-family: 'barlow-light';
21
21
  src: local('Barlow-Light'),
22
22
  url('./Assets/fonts/Barlow-Light.ttf')
@@ -409,7 +409,7 @@ const ProfileWizard = ({
409
409
  }
410
410
  }, /*#__PURE__*/_react.default.createElement(_reactNative.Image, {
411
411
  source: {
412
- uri: 'https://res.cloudinary.com/hoabts6mc/image/upload/v1715269811/powered_by_be_xjnygt.webp'
412
+ uri: 'https://res.cloudinary.com/hoabts6mc/image/upload/v1715272520/powered_be_be_irnaka.webp'
413
413
  },
414
414
  style: {
415
415
  width: width * 0.6,
@@ -1,6 +1,6 @@
1
1
  import React from 'react';
2
2
  import { Text as RNText } from 'react-native';
3
- import '../font.css';
3
+ import '../Font.css';
4
4
  import Colors from '../constants/colors';
5
5
  const Text = ({
6
6
  weight,
@@ -16,7 +16,7 @@
16
16
  url('./Assets/fonts/Barlow-Regular.ttf')
17
17
  }
18
18
 
19
- @font-face {
19
+ @font-face {
20
20
  font-family: 'barlow-light';
21
21
  src: local('Barlow-Light'),
22
22
  url('./Assets/fonts/Barlow-Light.ttf')
@@ -400,7 +400,7 @@ const ProfileWizard = ({
400
400
  }
401
401
  }, /*#__PURE__*/React.createElement(Image, {
402
402
  source: {
403
- uri: 'https://res.cloudinary.com/hoabts6mc/image/upload/v1715269811/powered_by_be_xjnygt.webp'
403
+ uri: 'https://res.cloudinary.com/hoabts6mc/image/upload/v1715272520/powered_be_be_irnaka.webp'
404
404
  },
405
405
  style: {
406
406
  width: width * 0.6,
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
- import '../font.css';
2
+ import '../Font.css';
3
3
  export interface TextProps {
4
4
  weight?: 'bold' | 'semibold' | 'regular' | 'light';
5
5
  color?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "be-components",
3
- "version": "0.2.2",
3
+ "version": "0.2.4",
4
4
  "description": "Components for BettorEdge Apps",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",
@@ -1,6 +1,6 @@
1
1
  import React from 'react';
2
2
  import { Text as RNText } from 'react-native';
3
- import '../font.css';
3
+ import '../Font.css';
4
4
  import Colors from '../constants/colors';
5
5
 
6
6
 
package/src/Font.css CHANGED
@@ -16,7 +16,7 @@
16
16
  url('./Assets/fonts/Barlow-Regular.ttf')
17
17
  }
18
18
 
19
- @font-face {
19
+ @font-face {
20
20
  font-family: 'barlow-light';
21
21
  src: local('Barlow-Light'),
22
22
  url('./Assets/fonts/Barlow-Light.ttf')
@@ -231,7 +231,7 @@ const ProfileWizard = ({ player, init_walkthrough, show_welcome, profile_attrib
231
231
  Linking.openURL(`https://app.bettoredge.com`)
232
232
  }}>
233
233
  <Image
234
- source={{ uri: 'https://res.cloudinary.com/hoabts6mc/image/upload/v1715269811/powered_by_be_xjnygt.webp' }}
234
+ source={{ uri: 'https://res.cloudinary.com/hoabts6mc/image/upload/v1715272520/powered_be_be_irnaka.webp' }}
235
235
  style={{ width: width * 0.6, height: (width*0.6) / 3 }}
236
236
  resizeMode='center'
237
237
  />