@ledgerhq/native-ui 0.48.1-nightly.2 → 0.49.0-nightly.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.
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LedgerLiveRegular.d.ts","sourceRoot":"","sources":["../../../src/assets/logos/LedgerLiveRegular.tsx"],"names":[],"mappings":";AAGA,KAAK,KAAK,GAAG;
|
|
1
|
+
{"version":3,"file":"LedgerLiveRegular.d.ts","sourceRoot":"","sources":["../../../src/assets/logos/LedgerLiveRegular.tsx"],"names":[],"mappings":";AAGA,KAAK,KAAK,GAAG;IAAE,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IAAC,MAAM,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IAAC,KAAK,CAAC,EAAE,MAAM,CAAA;CAAE,CAAC;AAEnF,iBAAS,iBAAiB,CAAC,EACzB,KAAW,EACX,MAAW,EACX,KAAsB,GACvB,EAAE,KAAK,GAAG,GAAG,CAAC,OAAO,CAwBrB;AAED,eAAe,iBAAiB,CAAC"}
|
|
@@ -1,7 +1,13 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
2
|
import Svg, { Path } from "react-native-svg";
|
|
3
|
-
function LedgerLiveRegular({ width =
|
|
4
|
-
return (React.createElement(Svg, { width: width, height: height, viewBox: "0 0
|
|
5
|
-
React.createElement(Path, { d: "
|
|
3
|
+
function LedgerLiveRegular({ width = 220, height = 60, color = "currentColor", }) {
|
|
4
|
+
return (React.createElement(Svg, { width: width, height: height, viewBox: "0 0 220 60", fill: "none" },
|
|
5
|
+
React.createElement(Path, { d: "M0 42.9632V60H25.9539V56.2217H3.78153V42.9632H0ZM65.2185 42.9632V56.2217H43.0461V59.9991H69V42.9632H65.2185ZM25.9915 17.0368V42.9623H43.0461V39.5551H29.7731V17.0368H25.9915ZM0 0V17.0368H3.78153V3.7774H25.9539V0H0ZM43.0461 0V3.7774H65.2185V17.0368H69V0H43.0461Z", fill: color }),
|
|
6
|
+
React.createElement(Path, { d: "M86.7939 17.75H90.5814L92.1189 39.725H92.6439L94.4814 22.2125H100.144L102.019 39.725H102.544L104.156 17.75H107.794L105.356 44H99.5439L97.5564 26.4875H97.0314L95.0439 44H89.2314L86.7939 17.75Z", fill: color }),
|
|
7
|
+
React.createElement(Path, { d: "M129.904 44H125.892L124.204 37.625H115.317L113.554 44H109.654L117.229 17.75H122.554L129.904 44ZM116.254 34.175H123.304L120.117 22.025H119.592L116.254 34.175Z", fill: color }),
|
|
8
|
+
React.createElement(Path, { d: "M134.577 17.75H138.402V40.55H151.827V44H134.577V17.75Z", fill: color }),
|
|
9
|
+
React.createElement(Path, { d: "M157.062 17.75H160.887V40.55H174.312V44H157.062V17.75Z", fill: color }),
|
|
10
|
+
React.createElement(Path, { d: "M179.173 17.75H195.673V21.2H182.998V29.075H194.548V32.525H182.998V40.55H196.235V44H179.173V17.75Z", fill: color }),
|
|
11
|
+
React.createElement(Path, { d: "M207.808 21.2H199.596V17.75H219.846V21.2H211.633V44H207.808V21.2Z", fill: color })));
|
|
6
12
|
}
|
|
7
13
|
export default LedgerLiveRegular;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ledgerhq/native-ui",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.49.0-nightly.3",
|
|
4
4
|
"description": "Ledger Live - Mobile UI",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
},
|
|
12
12
|
"homepage": "https://github.com/LedgerHQ/ledger-live/tree/develop/libs/ui/packages/native",
|
|
13
13
|
"license": "MIT",
|
|
14
|
-
"author": "Ledger
|
|
14
|
+
"author": "Ledger Wallet Team <team-live@ledger.fr>",
|
|
15
15
|
"main": "lib/index.js",
|
|
16
16
|
"types": "index.d.ts",
|
|
17
17
|
"typesVersions": {
|
|
@@ -40,9 +40,9 @@
|
|
|
40
40
|
"react-native-modal": "14.0.0-rc.1",
|
|
41
41
|
"rn-range-slider": "2.1.1",
|
|
42
42
|
"styled-system": "^5.1.5",
|
|
43
|
-
"@ledgerhq/crypto-icons-ui": "^1.22.0-nightly.
|
|
43
|
+
"@ledgerhq/crypto-icons-ui": "^1.22.0-nightly.1",
|
|
44
44
|
"@ledgerhq/icons-ui": "^0.16.0-nightly.0",
|
|
45
|
-
"@ledgerhq/ui-shared": "^0.5.0-nightly.
|
|
45
|
+
"@ledgerhq/ui-shared": "^0.5.0-nightly.1"
|
|
46
46
|
},
|
|
47
47
|
"peerDependencies": {
|
|
48
48
|
"react": ">=17",
|