Skip to content

Commit 5139fd3

Browse files
Merge pull request #6 from FDiskas/feature/original-icons
automatization
2 parents f9c3ca3 + 68587cc commit 5139fd3

298 files changed

Lines changed: 2810 additions & 3963 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ src/tsdoc-metadata.json
33
typings/
44
*.log
55
.DS_Store
6+
lib/

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "feather"]
2+
path = feather
3+
url = https://github.com/feathericons/feather.git

.npmignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
feather/

.svgrrc.js

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
module.exports = {
2+
ext: 'tsx',
3+
prettierConfig: {
4+
parser: 'typescript',
5+
},
6+
jsx: {
7+
babelConfig: {
8+
plugins: [
9+
// xmlns is not typed correctly
10+
[
11+
'@svgr/babel-plugin-remove-jsx-attribute',
12+
{
13+
elements: ['Svg'],
14+
attributes: ['xmlns'],
15+
},
16+
],
17+
],
18+
},
19+
},
20+
}

api-extractor.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@
195195
* SUPPORTED TOKENS: <projectFolder>, <packageName>, <unscopedPackageName>
196196
* DEFAULT VALUE: "<projectFolder>/dist/<unscopedPackageName>.d.ts"
197197
*/
198-
"untrimmedFilePath": "<projectFolder>/src/<unscopedPackageName>.d.ts"
198+
"untrimmedFilePath": "<projectFolder>/lib/<unscopedPackageName>.d.ts"
199199

200200
/**
201201
* Specifies the output path for a .d.ts rollup file to be generated with trimming for a "beta" release.

feather

Submodule feather added at a718a7e

0 commit comments

Comments
 (0)