@ledgerhq/ledger-wallet-provider 1.0.0 → 1.0.2
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":"ledger-modal.d.ts","sourceRoot":"","sources":["../../../../src/components/atom/modal/ledger-modal.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,UAAU,EAAE,MAAM,KAAK,CAAC;
|
|
1
|
+
{"version":3,"file":"ledger-modal.d.ts","sourceRoot":"","sources":["../../../../src/components/atom/modal/ledger-modal.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,UAAU,EAAE,MAAM,KAAK,CAAC;AAoD5C,qBAEa,WAAY,SAAQ,UAAU;IAEzC,SAAS,UAAS;IAGlB,OAAO,CAAC,cAAc,CAAe;IAGrC,OAAO,CAAC,eAAe,CAAe;IAEtC,OAAO,CAAC,iBAAiB,CAAqB;IAC9C,OAAO,CAAC,oBAAoB,CAAM;IAEzB,iBAAiB;IAOjB,oBAAoB;IAO7B,OAAO,CAAC,aAAa,CASnB;IAEF,OAAO,CAAC,iBAAiB;IAazB,OAAO,CAAC,UAAU;IAYlB,OAAO,CAAC,WAAW;IAmBZ,SAAS;IAST,UAAU;IASR,MAAM;CA4BhB;AAED,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,cAAc,EAAE,WAAW,CAAC;KAC7B;IAED,UAAU,cAAc;QACtB,cAAc,EAAE,WAAW,CAAC,IAAI,CAAC,CAAC;QAClC,cAAc,EAAE,WAAW,CAAC,IAAI,CAAC,CAAC;KACnC;CACF"}
|
package/dist/index.js
CHANGED
|
@@ -45158,7 +45158,7 @@ function mc(O, ...U) {
|
|
|
45158
45158
|
}
|
|
45159
45159
|
return O;
|
|
45160
45160
|
}
|
|
45161
|
-
const Use = "1.0.
|
|
45161
|
+
const Use = "1.0.2", Fse = {
|
|
45162
45162
|
version: Use
|
|
45163
45163
|
};
|
|
45164
45164
|
var Vse = (O, U, G, q) => {
|
|
@@ -57761,6 +57761,7 @@ const styles$9 = i$5`
|
|
|
57761
57761
|
height: 100%;
|
|
57762
57762
|
opacity: 0;
|
|
57763
57763
|
display: none;
|
|
57764
|
+
z-index: 7730;
|
|
57764
57765
|
background: radial-gradient(
|
|
57765
57766
|
50% 50% at 50% 50%,
|
|
57766
57767
|
rgba(102, 102, 102, 0.6) 0%,
|
package/package.json
CHANGED
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"shadow-dom-testing-library": "^1.12.0",
|
|
13
13
|
"storybook": "9.0.17",
|
|
14
14
|
"uuid": "^11.1.0",
|
|
15
|
-
"@ledgerhq/ledger-wallet-provider-core": "1.0.
|
|
15
|
+
"@ledgerhq/ledger-wallet-provider-core": "1.0.2"
|
|
16
16
|
},
|
|
17
17
|
"devDependencies": {
|
|
18
18
|
"vitest": "^3.0.0"
|
|
@@ -37,5 +37,9 @@
|
|
|
37
37
|
},
|
|
38
38
|
"type": "module",
|
|
39
39
|
"types": "./dist/index.d.ts",
|
|
40
|
-
"version": "1.0.
|
|
40
|
+
"version": "1.0.2",
|
|
41
|
+
"repository": {
|
|
42
|
+
"type": "git",
|
|
43
|
+
"url": "https://github.com/LedgerHQ/ledger-button-public.git"
|
|
44
|
+
}
|
|
41
45
|
}
|