@asdp/ferryui 0.1.16 → 0.1.19
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/README.md +229 -225
- package/dist/assets/images/banner/usemanifest-banner.svg +9 -9
- package/dist/assets/images/illustrations/mobile-pay.svg +218 -218
- package/dist/assets/images/illustrations/pay.svg +294 -294
- package/dist/assets/images/illustrations/radius.svg +68 -68
- package/dist/assets/images/illustrations/sessionexp.svg +486 -486
- package/dist/assets/logo/asdp-default.svg +184 -184
- package/dist/index.d.mts +192 -18
- package/dist/index.d.ts +192 -18
- package/dist/index.js +807 -404
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +774 -373
- package/dist/index.mjs.map +1 -1
- package/package.json +82 -82
package/package.json
CHANGED
|
@@ -1,82 +1,82 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@asdp/ferryui",
|
|
3
|
-
"version": "0.1.
|
|
4
|
-
"description": "ASDP Ferry UI Component Library",
|
|
5
|
-
"main": "dist/index.js",
|
|
6
|
-
"module": "dist/index.mjs",
|
|
7
|
-
"types": "dist/index.d.ts",
|
|
8
|
-
"files": [
|
|
9
|
-
"dist",
|
|
10
|
-
"README.md"
|
|
11
|
-
],
|
|
12
|
-
"scripts": {
|
|
13
|
-
"build": "tsup",
|
|
14
|
-
"dev": "tsup --watch",
|
|
15
|
-
"test": "echo 'Test script not configured yet'",
|
|
16
|
-
"typecheck": "tsc --noEmit",
|
|
17
|
-
"prepublishOnly": "npm run build",
|
|
18
|
-
"version": "npm run build && git add -A dist",
|
|
19
|
-
"storybook": "storybook dev -p 6006",
|
|
20
|
-
"build-storybook": "storybook build"
|
|
21
|
-
},
|
|
22
|
-
"publishConfig": {
|
|
23
|
-
"access": "public"
|
|
24
|
-
},
|
|
25
|
-
"repository": {
|
|
26
|
-
"type": "git",
|
|
27
|
-
"url": "https://gitlab.swamedia.xyz/asdp-integrated-ticketing-system/touchpoint/frontend/web/ferryui.git"
|
|
28
|
-
},
|
|
29
|
-
"keywords": [
|
|
30
|
-
"asdp",
|
|
31
|
-
"ferry",
|
|
32
|
-
"ui",
|
|
33
|
-
"components",
|
|
34
|
-
"react",
|
|
35
|
-
"fluentui"
|
|
36
|
-
],
|
|
37
|
-
"author": "ASDP Team",
|
|
38
|
-
"license": "UNLICENSED",
|
|
39
|
-
"private": false,
|
|
40
|
-
"devDependencies": {
|
|
41
|
-
"@chromatic-com/storybook": "^5.0.0",
|
|
42
|
-
"@fluentui/react-calendar-compat": "^0.3.16",
|
|
43
|
-
"@fluentui/react-components": "^9.72.9",
|
|
44
|
-
"@iconify/react": "^6.0.2",
|
|
45
|
-
"@storybook/addon-a11y": "^10.1.11",
|
|
46
|
-
"@storybook/addon-docs": "^10.1.11",
|
|
47
|
-
"@storybook/addon-onboarding": "^10.1.11",
|
|
48
|
-
"@storybook/addon-vitest": "^10.1.11",
|
|
49
|
-
"@storybook/react-vite": "^10.1.11",
|
|
50
|
-
"@storybook/test": "^8.6.15",
|
|
51
|
-
"@storybook/theming": "^8.6.14",
|
|
52
|
-
"@types/moment": "^2.11.29",
|
|
53
|
-
"@types/node": "^25.0.8",
|
|
54
|
-
"@types/react": "^18.2.0",
|
|
55
|
-
"@types/react-dom": "^18.2.0",
|
|
56
|
-
"@vitest/browser-playwright": "^4.0.17",
|
|
57
|
-
"@vitest/coverage-v8": "^4.0.17",
|
|
58
|
-
"moment": "^2.30.1",
|
|
59
|
-
"playwright": "^1.57.0",
|
|
60
|
-
"react": "^19.2.3",
|
|
61
|
-
"react-dom": "^19.2.3",
|
|
62
|
-
"react-grid-system": "^8.2.1",
|
|
63
|
-
"react-hook-form": "^7.71.1",
|
|
64
|
-
"react-phone-input-2": "^2.15.1",
|
|
65
|
-
"react-select": "^5.0.0",
|
|
66
|
-
"storybook": "^10.1.11",
|
|
67
|
-
"tsup": "^8.0.0",
|
|
68
|
-
"typescript": "^5.3.0",
|
|
69
|
-
"vitest": "^4.0.17"
|
|
70
|
-
},
|
|
71
|
-
"peerDependencies": {
|
|
72
|
-
"@fluentui/react-components": "^9.0.0",
|
|
73
|
-
"@iconify/react": "^6.0.0",
|
|
74
|
-
"moment": "^2.0.0",
|
|
75
|
-
"react": "^18.0.0",
|
|
76
|
-
"react-dom": "^18.0.0",
|
|
77
|
-
"react-hook-form": "^7.0.0",
|
|
78
|
-
"react-grid-system": "^8.2.1",
|
|
79
|
-
"react-phone-input-2": "^2.15.1",
|
|
80
|
-
"react-select": "^5.0.0"
|
|
81
|
-
}
|
|
82
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@asdp/ferryui",
|
|
3
|
+
"version": "0.1.19",
|
|
4
|
+
"description": "ASDP Ferry UI Component Library",
|
|
5
|
+
"main": "dist/index.js",
|
|
6
|
+
"module": "dist/index.mjs",
|
|
7
|
+
"types": "dist/index.d.ts",
|
|
8
|
+
"files": [
|
|
9
|
+
"dist",
|
|
10
|
+
"README.md"
|
|
11
|
+
],
|
|
12
|
+
"scripts": {
|
|
13
|
+
"build": "tsup",
|
|
14
|
+
"dev": "tsup --watch",
|
|
15
|
+
"test": "echo 'Test script not configured yet'",
|
|
16
|
+
"typecheck": "tsc --noEmit",
|
|
17
|
+
"prepublishOnly": "npm run build",
|
|
18
|
+
"version": "npm run build && git add -A dist",
|
|
19
|
+
"storybook": "storybook dev -p 6006",
|
|
20
|
+
"build-storybook": "storybook build"
|
|
21
|
+
},
|
|
22
|
+
"publishConfig": {
|
|
23
|
+
"access": "public"
|
|
24
|
+
},
|
|
25
|
+
"repository": {
|
|
26
|
+
"type": "git",
|
|
27
|
+
"url": "https://gitlab.swamedia.xyz/asdp-integrated-ticketing-system/touchpoint/frontend/web/ferryui.git"
|
|
28
|
+
},
|
|
29
|
+
"keywords": [
|
|
30
|
+
"asdp",
|
|
31
|
+
"ferry",
|
|
32
|
+
"ui",
|
|
33
|
+
"components",
|
|
34
|
+
"react",
|
|
35
|
+
"fluentui"
|
|
36
|
+
],
|
|
37
|
+
"author": "ASDP Team",
|
|
38
|
+
"license": "UNLICENSED",
|
|
39
|
+
"private": false,
|
|
40
|
+
"devDependencies": {
|
|
41
|
+
"@chromatic-com/storybook": "^5.0.0",
|
|
42
|
+
"@fluentui/react-calendar-compat": "^0.3.16",
|
|
43
|
+
"@fluentui/react-components": "^9.72.9",
|
|
44
|
+
"@iconify/react": "^6.0.2",
|
|
45
|
+
"@storybook/addon-a11y": "^10.1.11",
|
|
46
|
+
"@storybook/addon-docs": "^10.1.11",
|
|
47
|
+
"@storybook/addon-onboarding": "^10.1.11",
|
|
48
|
+
"@storybook/addon-vitest": "^10.1.11",
|
|
49
|
+
"@storybook/react-vite": "^10.1.11",
|
|
50
|
+
"@storybook/test": "^8.6.15",
|
|
51
|
+
"@storybook/theming": "^8.6.14",
|
|
52
|
+
"@types/moment": "^2.11.29",
|
|
53
|
+
"@types/node": "^25.0.8",
|
|
54
|
+
"@types/react": "^18.2.0",
|
|
55
|
+
"@types/react-dom": "^18.2.0",
|
|
56
|
+
"@vitest/browser-playwright": "^4.0.17",
|
|
57
|
+
"@vitest/coverage-v8": "^4.0.17",
|
|
58
|
+
"moment": "^2.30.1",
|
|
59
|
+
"playwright": "^1.57.0",
|
|
60
|
+
"react": "^19.2.3",
|
|
61
|
+
"react-dom": "^19.2.3",
|
|
62
|
+
"react-grid-system": "^8.2.1",
|
|
63
|
+
"react-hook-form": "^7.71.1",
|
|
64
|
+
"react-phone-input-2": "^2.15.1",
|
|
65
|
+
"react-select": "^5.0.0",
|
|
66
|
+
"storybook": "^10.1.11",
|
|
67
|
+
"tsup": "^8.0.0",
|
|
68
|
+
"typescript": "^5.3.0",
|
|
69
|
+
"vitest": "^4.0.17"
|
|
70
|
+
},
|
|
71
|
+
"peerDependencies": {
|
|
72
|
+
"@fluentui/react-components": "^9.0.0",
|
|
73
|
+
"@iconify/react": "^6.0.0",
|
|
74
|
+
"moment": "^2.0.0",
|
|
75
|
+
"react": "^18.0.0",
|
|
76
|
+
"react-dom": "^18.0.0",
|
|
77
|
+
"react-hook-form": "^7.0.0",
|
|
78
|
+
"react-grid-system": "^8.2.1",
|
|
79
|
+
"react-phone-input-2": "^2.15.1",
|
|
80
|
+
"react-select": "^5.0.0"
|
|
81
|
+
}
|
|
82
|
+
}
|