@xfers/design-system 6.2.0 → 6.3.0-dev.473bd6522b
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/cjs/{StraitsXDecoVertical-70fd7a91.js → PersonWithError-e02f9036.js} +2 -2
- package/cjs/PersonWithError-e02f9036.js.map +1 -0
- package/cjs/icons.js +1 -1
- package/cjs/icons.js.map +1 -1
- package/cjs/index.js +2 -2
- package/cjs/index.js.map +1 -1
- package/dist/icons/PersonWithCheckmark.js +41 -0
- package/dist/icons/PersonWithCheckmark.js.map +1 -0
- package/dist/icons/PersonWithError.js +42 -0
- package/dist/icons/PersonWithError.js.map +1 -0
- package/dist/icons/WalletLinkIllustration.js +93 -0
- package/dist/icons/WalletLinkIllustration.js.map +1 -0
- package/dist/icons/WalletManualIllustration.js +49 -0
- package/dist/icons/WalletManualIllustration.js.map +1 -0
- package/dist/icons/index.js +9 -1
- package/dist/icons/index.js.map +1 -1
- package/dist/types/icons/PersonWithCheckmark.d.ts +3 -0
- package/dist/types/icons/PersonWithError.d.ts +3 -0
- package/dist/types/icons/WalletLinkIllustration.d.ts +3 -0
- package/dist/types/icons/WalletManualIllustration.d.ts +3 -0
- package/dist/types/icons/index.d.ts +4 -0
- package/es/{StraitsXDecoVertical-0243d5ce.js → PersonWithError-08678a51.js} +2 -2
- package/es/PersonWithError-08678a51.js.map +1 -0
- package/es/icons.js +1 -1
- package/es/icons.js.map +1 -1
- package/es/index.js +3 -3
- package/es/index.js.map +1 -1
- package/package.json +3 -39
- package/cjs/StraitsXDecoVertical-70fd7a91.js.map +0 -1
- package/es/StraitsXDecoVertical-0243d5ce.js.map +0 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xfers/design-system",
|
|
3
|
-
"version": "6.
|
|
3
|
+
"version": "6.3.0-dev.473bd6522b",
|
|
4
4
|
"description": "StraitsX design system",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"xfers",
|
|
@@ -31,10 +31,6 @@
|
|
|
31
31
|
"prebuild": "yarn clean",
|
|
32
32
|
"build:prod": "tsc --module commonjs && rollup -c rollup.config.js && rimraf node_modules/react node_modules/react-dom",
|
|
33
33
|
"start": "rollup -c rollup.config.js -w",
|
|
34
|
-
"test": "jest --coverage",
|
|
35
|
-
"test:watch": "jest --coverage --watch",
|
|
36
|
-
"test:prod": "yarn lint && yarn test -- --no-cache",
|
|
37
|
-
"report-coverage": "cat ./coverage/lcov.info | coveralls",
|
|
38
34
|
"storybook": "storybook dev -p 6006",
|
|
39
35
|
"build-storybook": "storybook build -c .storybook -o build"
|
|
40
36
|
},
|
|
@@ -49,33 +45,6 @@
|
|
|
49
45
|
"path": "node_modules/cz-conventional-changelog"
|
|
50
46
|
}
|
|
51
47
|
},
|
|
52
|
-
"jest": {
|
|
53
|
-
"transform": {
|
|
54
|
-
".(ts|tsx)": "ts-jest"
|
|
55
|
-
},
|
|
56
|
-
"testEnvironment": "node",
|
|
57
|
-
"testRegex": "(/__tests__/.*|\\.(test|spec))\\.(ts|tsx|js)$",
|
|
58
|
-
"moduleFileExtensions": [
|
|
59
|
-
"ts",
|
|
60
|
-
"tsx",
|
|
61
|
-
"js"
|
|
62
|
-
],
|
|
63
|
-
"coveragePathIgnorePatterns": [
|
|
64
|
-
"/node_modules/",
|
|
65
|
-
"/test/"
|
|
66
|
-
],
|
|
67
|
-
"coverageThreshold": {
|
|
68
|
-
"global": {
|
|
69
|
-
"branches": 90,
|
|
70
|
-
"functions": 95,
|
|
71
|
-
"lines": 95,
|
|
72
|
-
"statements": 95
|
|
73
|
-
}
|
|
74
|
-
},
|
|
75
|
-
"collectCoverageFrom": [
|
|
76
|
-
"src/*.{js,ts}"
|
|
77
|
-
]
|
|
78
|
-
},
|
|
79
48
|
"prettier": {
|
|
80
49
|
"semi": false,
|
|
81
50
|
"singleQuote": true
|
|
@@ -105,7 +74,6 @@
|
|
|
105
74
|
"@storybook/test": "8.6.1",
|
|
106
75
|
"@svgr/rollup": "5.5.0",
|
|
107
76
|
"@svgr/webpack": "5.5.0",
|
|
108
|
-
"@types/jest": "23.3.2",
|
|
109
77
|
"@types/node": "20.17.10",
|
|
110
78
|
"@types/react": "18.2.79",
|
|
111
79
|
"@types/react-dom": "18.2.25",
|
|
@@ -115,7 +83,6 @@
|
|
|
115
83
|
"babel-loader": "8.2.2",
|
|
116
84
|
"chart.js": "3.7.0",
|
|
117
85
|
"copy-to-clipboard": "3.3.1",
|
|
118
|
-
"coveralls": "3.0.2",
|
|
119
86
|
"cross-env": "5.2.0",
|
|
120
87
|
"css-loader": "5.2.5",
|
|
121
88
|
"cssnano": "5.0.2",
|
|
@@ -127,8 +94,7 @@
|
|
|
127
94
|
"eslint-plugin-jsx-a11y": "6.10.2",
|
|
128
95
|
"eslint-plugin-prettier": "5.2.1",
|
|
129
96
|
"eslint-plugin-react": "7.14.3",
|
|
130
|
-
"
|
|
131
|
-
"jest-config": "23.6.0",
|
|
97
|
+
"material-symbols": "0.38.0",
|
|
132
98
|
"moment": "2.24.0",
|
|
133
99
|
"postcss": "8.2.15",
|
|
134
100
|
"postcss-cssnext": "3.1.0",
|
|
@@ -151,12 +117,10 @@
|
|
|
151
117
|
"shelljs": "0.8.3",
|
|
152
118
|
"storybook": "8.6.1",
|
|
153
119
|
"style-loader": "2.0.0",
|
|
154
|
-
"ts-jest": "23.10.2",
|
|
155
120
|
"tslint": "5.11.0",
|
|
156
121
|
"tslint-config-prettier": "1.15.0",
|
|
157
122
|
"tslint-config-standard": "8.0.1",
|
|
158
|
-
"typescript": "5.7.3"
|
|
159
|
-
"material-symbols": "0.38.0"
|
|
123
|
+
"typescript": "5.7.3"
|
|
160
124
|
},
|
|
161
125
|
"peerDependencies": {
|
|
162
126
|
"react": ">=16.8.0",
|