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.
- package/lib/commonjs/Components/Text.js +1 -1
- package/lib/commonjs/Font.css +1 -1
- package/lib/commonjs/ProfileManager/Components/ProfileWizard.js +1 -1
- package/lib/module/Components/Text.js +1 -1
- package/lib/module/Font.css +1 -1
- package/lib/module/ProfileManager/Components/ProfileWizard.js +1 -1
- package/lib/typescript/src/Components/Text.d.ts +1 -1
- package/package.json +1 -1
- package/src/Components/Text.tsx +1 -1
- package/src/Font.css +1 -1
- package/src/ProfileManager/Components/ProfileWizard.tsx +1 -1
|
@@ -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("../
|
|
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 = ({
|
package/lib/commonjs/Font.css
CHANGED
|
@@ -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/
|
|
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,
|
package/lib/module/Font.css
CHANGED
|
@@ -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/
|
|
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,
|
package/package.json
CHANGED
package/src/Components/Text.tsx
CHANGED
package/src/Font.css
CHANGED
|
@@ -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/
|
|
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
|
/>
|