File tree Expand file tree Collapse file tree 16 files changed +128
-33
lines changed
babel-plugin-add-jsx-attribute
babel-plugin-remove-jsx-attribute
babel-plugin-remove-jsx-empty-expression
babel-plugin-replace-jsx-attribute-value
babel-plugin-svg-dynamic-title
babel-plugin-svg-em-dimensions
babel-plugin-transform-react-native-svg
babel-plugin-transform-svg-component Expand file tree Collapse file tree 16 files changed +128
-33
lines changed Original file line number Diff line number Diff line change 33 "description" : " Add JSX attribute" ,
44 "version" : " 6.0.0" ,
55 "main" : " ./dist/index.js" ,
6- "exports" : " ./dist/index.js" ,
7- "typings" : " ./dist/index.d.ts" ,
6+ "types" : " ./dist/index.d.ts" ,
7+ "exports" : {
8+ "." : {
9+ "require" : " ./dist/index.js" ,
10+ "types" : " ./dist/index.d.ts"
11+ },
12+ "./package.json" : " ./package.json"
13+ },
814 "repository" : " https://github.com/gregberge/svgr/tree/master/packages/babel-plugin-add-jsx-attribute" ,
915 "author" : " Greg Bergé <berge.greg@gmail.com>" ,
1016 "publishConfig" : {
Original file line number Diff line number Diff line change 33 "description" : " Remove JSX attribute" ,
44 "version" : " 6.0.0" ,
55 "main" : " ./dist/index.js" ,
6- "exports" : " ./dist/index.js" ,
7- "typings" : " ./dist/index.d.ts" ,
6+ "types" : " ./dist/index.d.ts" ,
7+ "exports" : {
8+ "." : {
9+ "require" : " ./dist/index.js" ,
10+ "types" : " ./dist/index.d.ts"
11+ },
12+ "./package.json" : " ./package.json"
13+ },
814 "repository" : " https://github.com/gregberge/svgr/tree/master/packages/babel-plugin-remove-jsx-attribute" ,
915 "author" : " Greg Bergé <berge.greg@gmail.com>" ,
1016 "publishConfig" : {
Original file line number Diff line number Diff line change 33 "description" : " Remove JSX empty expression" ,
44 "version" : " 6.0.0" ,
55 "main" : " ./dist/index.js" ,
6- "exports" : " ./dist/index.js" ,
7- "typings" : " ./dist/index.d.ts" ,
6+ "types" : " ./dist/index.d.ts" ,
7+ "exports" : {
8+ "." : {
9+ "require" : " ./dist/index.js" ,
10+ "types" : " ./dist/index.d.ts"
11+ },
12+ "./package.json" : " ./package.json"
13+ },
814 "repository" : " https://github.com/gregberge/svgr/tree/master/packages/babel-plugin-remove-jsx-empty-expression" ,
915 "author" : " Greg Bergé <berge.greg@gmail.com>" ,
1016 "publishConfig" : {
Original file line number Diff line number Diff line change 33 "description" : " Replace JSX attribute value" ,
44 "version" : " 6.0.0" ,
55 "main" : " ./dist/index.js" ,
6- "exports" : " ./dist/index.js" ,
7- "typings" : " ./dist/index.d.ts" ,
6+ "types" : " ./dist/index.d.ts" ,
7+ "exports" : {
8+ "." : {
9+ "require" : " ./dist/index.js" ,
10+ "types" : " ./dist/index.d.ts"
11+ },
12+ "./package.json" : " ./package.json"
13+ },
814 "repository" : " https://github.com/gregberge/svgr/tree/master/packages/babel-plugin-replace-jsx-attribute-value" ,
915 "author" : " Greg Bergé <berge.greg@gmail.com>" ,
1016 "publishConfig" : {
Original file line number Diff line number Diff line change 33 "description" : " Transform SVG by adding a dynamic title element" ,
44 "version" : " 6.0.0" ,
55 "main" : " ./dist/index.js" ,
6- "exports" : " ./dist/index.js" ,
7- "typings" : " ./dist/index.d.ts" ,
6+ "types" : " ./dist/index.d.ts" ,
7+ "exports" : {
8+ "." : {
9+ "require" : " ./dist/index.js" ,
10+ "types" : " ./dist/index.d.ts"
11+ },
12+ "./package.json" : " ./package.json"
13+ },
814 "repository" : " https://github.com/gregberge/svgr/tree/master/packages/babel-plugin-svg-dynamic-title" ,
915 "author" : " Greg Bergé <berge.greg@gmail.com>" ,
1016 "publishConfig" : {
Original file line number Diff line number Diff line change 33 "description" : " Transform SVG to use em-based dimensions" ,
44 "version" : " 6.0.0" ,
55 "main" : " ./dist/index.js" ,
6- "exports" : " ./dist/index.js" ,
7- "typings" : " ./dist/index.d.ts" ,
6+ "types" : " ./dist/index.d.ts" ,
7+ "exports" : {
8+ "." : {
9+ "require" : " ./dist/index.js" ,
10+ "types" : " ./dist/index.d.ts"
11+ },
12+ "./package.json" : " ./package.json"
13+ },
814 "repository" : " https://github.com/gregberge/svgr/tree/master/packages/babel-plugin-svg-em-dimensions" ,
915 "author" : " Greg Bergé <berge.greg@gmail.com>" ,
1016 "publishConfig" : {
Original file line number Diff line number Diff line change 33 "description" : " Transform DOM elements into react-native-svg components" ,
44 "version" : " 6.0.0" ,
55 "main" : " ./dist/index.js" ,
6- "exports" : " ./dist/index.js" ,
7- "typings" : " ./dist/index.d.ts" ,
6+ "types" : " ./dist/index.d.ts" ,
7+ "exports" : {
8+ "." : {
9+ "require" : " ./dist/index.js" ,
10+ "types" : " ./dist/index.d.ts"
11+ },
12+ "./package.json" : " ./package.json"
13+ },
814 "repository" : " https://github.com/gregberge/svgr/tree/master/packages/babel-plugin-transform-react-native-svg" ,
915 "author" : " Greg Bergé <berge.greg@gmail.com>" ,
1016 "publishConfig" : {
Original file line number Diff line number Diff line change 33 "description" : " Transform SVG into component" ,
44 "version" : " 6.2.0" ,
55 "main" : " ./dist/index.js" ,
6- "exports" : " ./dist/index.js" ,
7- "typings" : " ./dist/index.d.ts" ,
6+ "types" : " ./dist/index.d.ts" ,
7+ "exports" : {
8+ "." : {
9+ "require" : " ./dist/index.js" ,
10+ "types" : " ./dist/index.d.ts"
11+ },
12+ "./package.json" : " ./package.json"
13+ },
814 "repository" : " https://github.com/gregberge/svgr/tree/master/packages/babel-plugin-transform-svg-component" ,
915 "author" : " Greg Bergé <berge.greg@gmail.com>" ,
1016 "publishConfig" : {
Original file line number Diff line number Diff line change 33 "description" : " SVGR preset that apply transformations from config" ,
44 "version" : " 6.2.0" ,
55 "main" : " ./dist/index.js" ,
6- "exports" : " ./dist/index.js" ,
7- "typings" : " ./dist/index.d.ts" ,
6+ "types" : " ./dist/index.d.ts" ,
7+ "exports" : {
8+ "." : {
9+ "require" : " ./dist/index.js" ,
10+ "types" : " ./dist/index.d.ts"
11+ },
12+ "./package.json" : " ./package.json"
13+ },
814 "repository" : " https://github.com/gregberge/svgr/tree/master/packages/babel-preset" ,
915 "author" : " Greg Bergé <berge.greg@gmail.com>" ,
1016 "publishConfig" : {
Original file line number Diff line number Diff line change 33 "description" : " Transform SVG into React Components." ,
44 "version" : " 6.2.1" ,
55 "main" : " ./dist/index.js" ,
6- "exports" : " ./dist/index.js" ,
7- "typings" : " ./dist/index.d.ts" ,
6+ "types" : " ./dist/index.d.ts" ,
7+ "exports" : {
8+ "." : {
9+ "require" : " ./dist/index.js" ,
10+ "types" : " ./dist/index.d.ts"
11+ },
12+ "./package.json" : " ./package.json"
13+ },
814 "repository" : " https://github.com/gregberge/svgr/tree/master/packages/core" ,
915 "author" : " Greg Bergé <berge.greg@gmail.com>" ,
1016 "publishConfig" : {
2026 "engines" : {
2127 "node" : " >=10"
2228 },
23- "types" : " ./dist/index.d.ts" ,
2429 "homepage" : " https://react-svgr.com" ,
2530 "funding" : {
2631 "type" : " github" ,
You can’t perform that action at this time.
0 commit comments