@react-native-vector-icons/feather 4.29.2-alpha.33 → 4.29.2-alpha.35
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/package.json +5 -4
- package/lib/commonjs/index.js/"/" +0 -24
- package/lib/module/index.js/"/" +0 -19
package/package.json
CHANGED
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@react-native-vector-icons/feather",
|
|
3
|
-
"version": "4.29.2-alpha.
|
|
3
|
+
"version": "4.29.2-alpha.35",
|
|
4
4
|
"description": "Feather font for react native vector icons",
|
|
5
5
|
"source": "./src/index.ts",
|
|
6
6
|
"main": "./lib/commonjs/index.js",
|
|
7
7
|
"module": "./lib/module/index.js",
|
|
8
|
+
"types": "./lib/typescript/commonjs/src/index.d.ts",
|
|
8
9
|
"exports": {
|
|
9
10
|
".": {
|
|
10
11
|
"import": {
|
|
@@ -80,13 +81,13 @@
|
|
|
80
81
|
"registry": "https://registry.npmjs.org/"
|
|
81
82
|
},
|
|
82
83
|
"dependencies": {
|
|
83
|
-
"@react-native-vector-icons/common": "^11.0.0-alpha.
|
|
84
|
+
"@react-native-vector-icons/common": "^11.0.0-alpha.5"
|
|
84
85
|
},
|
|
85
86
|
"devDependencies": {
|
|
86
87
|
"del-cli": "^6.0.0",
|
|
87
88
|
"feather-icons": "4.29.2",
|
|
88
89
|
"onchange": "^7.1.0",
|
|
89
|
-
"react-native-builder-bob": "^0.
|
|
90
|
+
"react-native-builder-bob": "^0.31.0",
|
|
90
91
|
"typescript": "^5.6.3"
|
|
91
92
|
},
|
|
92
93
|
"peerDependencies": {
|
|
@@ -125,5 +126,5 @@
|
|
|
125
126
|
"type": "library",
|
|
126
127
|
"version": "0.41.2"
|
|
127
128
|
},
|
|
128
|
-
"gitHead": "
|
|
129
|
+
"gitHead": "09d6ba49b79550c9e2561157f9041587b101eece"
|
|
129
130
|
}
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
exports.default = void 0;
|
|
7
|
-
var _common = require("@react-native-vector-icons/common");
|
|
8
|
-
var _Feather = _interopRequireDefault(require("../../glyphmaps/Feather.json"));
|
|
9
|
-
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
10
|
-
/**
|
|
11
|
-
* This is a generated file. If you modify it manually, your changes will be lost!
|
|
12
|
-
* Instead, modify the template in `generator-react-native-vector-icons`.
|
|
13
|
-
*
|
|
14
|
-
* Feather icon set component.
|
|
15
|
-
* Usage: <Feather name="icon-name" size={20} color="#4F8EF7" />
|
|
16
|
-
*/
|
|
17
|
-
|
|
18
|
-
const Icon = (0, _common.createIconSet)(_Feather.default, {
|
|
19
|
-
postScriptName: 'Feather',
|
|
20
|
-
fontFileName: 'Feather.ttf',
|
|
21
|
-
fontSource: require('../fonts/Feather.ttf') // eslint-disable-line @typescript-eslint/no-require-imports, global-require
|
|
22
|
-
});
|
|
23
|
-
var _default = exports.default = Icon;
|
|
24
|
-
//# sourceMappingURL=index.js.map
|
package/lib/module/index.js/"/"
DELETED
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
/**
|
|
4
|
-
* This is a generated file. If you modify it manually, your changes will be lost!
|
|
5
|
-
* Instead, modify the template in `generator-react-native-vector-icons`.
|
|
6
|
-
*
|
|
7
|
-
* Feather icon set component.
|
|
8
|
-
* Usage: <Feather name="icon-name" size={20} color="#4F8EF7" />
|
|
9
|
-
*/
|
|
10
|
-
|
|
11
|
-
import { createIconSet } from '@react-native-vector-icons/common';
|
|
12
|
-
import glyphMap from '../../glyphmaps/Feather.json';
|
|
13
|
-
const Icon = createIconSet(glyphMap, {
|
|
14
|
-
postScriptName: 'Feather',
|
|
15
|
-
fontFileName: 'Feather.ttf',
|
|
16
|
-
fontSource: require('../fonts/Feather.ttf') // eslint-disable-line @typescript-eslint/no-require-imports, global-require
|
|
17
|
-
});
|
|
18
|
-
export default Icon;
|
|
19
|
-
//# sourceMappingURL=index.js.map
|