@metamask-previews/design-system-react-native 0.32.0-preview.3699cab → 0.32.0-preview.8308740
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/dist/index.cjs +0 -4
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +0 -1
- package/dist/index.d.cts.map +1 -1
- package/dist/index.d.mts +0 -1
- package/dist/index.d.mts.map +1 -1
- package/dist/index.mjs +0 -4
- package/dist/index.mjs.map +1 -1
- package/package.json +6 -8
package/dist/index.cjs
CHANGED
|
@@ -14,9 +14,5 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
14
14
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
// Import polyfill for TextEncoder/TextDecoder in React Native
|
|
18
|
-
// This dependency is required for text encoding used by `stringToBytes` from @metamask/utils
|
|
19
|
-
// in CAIP address processing. It's already installed in mobile via @wallet-connect/react-native
|
|
20
|
-
require("fast-text-encoding");
|
|
21
17
|
__exportStar(require("./components/index.cjs"), exports);
|
|
22
18
|
//# sourceMappingURL=index.cjs.map
|
package/dist/index.cjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.cjs","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,
|
|
1
|
+
{"version":3,"file":"index.cjs","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,yDAA6B","sourcesContent":["export * from './components';\n"]}
|
package/dist/index.d.cts
CHANGED
package/dist/index.d.cts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.cts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.cts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,uCAA6B"}
|
package/dist/index.d.mts
CHANGED
package/dist/index.d.mts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.mts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.mts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,uCAA6B"}
|
package/dist/index.mjs
CHANGED
|
@@ -1,6 +1,2 @@
|
|
|
1
|
-
// Import polyfill for TextEncoder/TextDecoder in React Native
|
|
2
|
-
// This dependency is required for text encoding used by `stringToBytes` from @metamask/utils
|
|
3
|
-
// in CAIP address processing. It's already installed in mobile via @wallet-connect/react-native
|
|
4
|
-
import "fast-text-encoding";
|
|
5
1
|
export * from "./components/index.mjs";
|
|
6
2
|
//# sourceMappingURL=index.mjs.map
|
package/dist/index.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.mjs","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,
|
|
1
|
+
{"version":3,"file":"index.mjs","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,uCAA6B","sourcesContent":["export * from './components';\n"]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/design-system-react-native",
|
|
3
|
-
"version": "0.32.0-preview.
|
|
3
|
+
"version": "0.32.0-preview.8308740",
|
|
4
4
|
"description": "Design System React Native",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"MetaMask",
|
|
@@ -47,8 +47,7 @@
|
|
|
47
47
|
"test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch"
|
|
48
48
|
},
|
|
49
49
|
"dependencies": {
|
|
50
|
-
"@metamask-previews/design-system-shared": "0.26.0-preview.
|
|
51
|
-
"fast-text-encoding": "^1.0.6",
|
|
50
|
+
"@metamask-previews/design-system-shared": "0.26.0-preview.8308740",
|
|
52
51
|
"react-native-jazzicon": "^0.1.2"
|
|
53
52
|
},
|
|
54
53
|
"devDependencies": {
|
|
@@ -58,17 +57,16 @@
|
|
|
58
57
|
"@babel/preset-typescript": "^7.23.3",
|
|
59
58
|
"@figma/code-connect": "^1.4.8",
|
|
60
59
|
"@gorhom/bottom-sheet": "^5.1.3",
|
|
61
|
-
"@metamask-previews/design-system-twrnc-preset": "0.6.0-preview.
|
|
62
|
-
"@metamask-previews/design-tokens": "8.6.0-preview.
|
|
60
|
+
"@metamask-previews/design-system-twrnc-preset": "0.6.0-preview.8308740",
|
|
61
|
+
"@metamask-previews/design-tokens": "8.6.0-preview.8308740",
|
|
63
62
|
"@metamask/auto-changelog": "^6.1.1",
|
|
64
63
|
"@metamask/utils": "^11.11.0",
|
|
65
64
|
"@react-native/babel-preset": "0.81.5",
|
|
66
65
|
"@react-native/typescript-config": "0.81.5",
|
|
67
|
-
"@storybook/react-native": "10.4.
|
|
66
|
+
"@storybook/react-native": "10.4.7",
|
|
68
67
|
"@testing-library/react-native": "^13.3.3",
|
|
69
68
|
"@ts-bridge/cli": "^0.6.3",
|
|
70
69
|
"@types/babel__preset-env": "^7",
|
|
71
|
-
"@types/fast-text-encoding": "^1",
|
|
72
70
|
"@types/jest": "^27.4.1",
|
|
73
71
|
"@types/node": "^16.18.54",
|
|
74
72
|
"@types/react": "^19.1.0",
|
|
@@ -85,7 +83,7 @@
|
|
|
85
83
|
"react-native-svg-transformer": "^1.5.3",
|
|
86
84
|
"react-native-worklets": "patch:react-native-worklets@npm%3A0.5.1#~/.yarn/patches/react-native-worklets-npm-0.5.1-dcf1422a19.patch",
|
|
87
85
|
"react-test-renderer": "19.1.0",
|
|
88
|
-
"storybook": "10.4.
|
|
86
|
+
"storybook": "10.4.6",
|
|
89
87
|
"ts-jest": "^29.2.5",
|
|
90
88
|
"tsx": "^4.20.6",
|
|
91
89
|
"typescript": "~5.2.2"
|