be-components 0.2.2 → 0.2.3
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/module/Components/Text.js +1 -1
- package/lib/module/Font.css +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
|
@@ -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
package/lib/module/Font.css
CHANGED
package/package.json
CHANGED
package/src/Components/Text.tsx
CHANGED