@patientos/website-kit 0.1.0
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/LICENSE +201 -0
- package/README.md +30 -0
- package/dist/checkout-block-CrO7OxI9.d.ts +121 -0
- package/dist/chunk-G3U6EXJM.js +1240 -0
- package/dist/chunk-JTZ6GYA7.js +30 -0
- package/dist/chunk-LCHW6XF4.js +64 -0
- package/dist/chunk-MLKGABMK.js +9 -0
- package/dist/chunk-Q4URDZAK.js +36 -0
- package/dist/chunk-QDO3SJWR.js +72 -0
- package/dist/chunk-THMT43MV.js +61 -0
- package/dist/chunk-TOPPLOH2.js +12229 -0
- package/dist/chunk-ZOF22TJA.js +19 -0
- package/dist/consult-room.d.ts +35 -0
- package/dist/consult-room.js +31540 -0
- package/dist/contrast.d.ts +63 -0
- package/dist/contrast.js +15 -0
- package/dist/index.d.ts +189 -0
- package/dist/index.js +484 -0
- package/dist/islands-impl.d.ts +68 -0
- package/dist/islands-impl.js +23 -0
- package/dist/islands-registry.d.ts +17 -0
- package/dist/islands-registry.js +14 -0
- package/dist/islands.d.ts +57 -0
- package/dist/islands.js +15 -0
- package/dist/patient-surface-theme.d.ts +22 -0
- package/dist/patient-surface-theme.js +7 -0
- package/dist/portal-account-EhOtLV5u.d.ts +113 -0
- package/dist/portal-account.client-CTget1-3.d.ts +169 -0
- package/dist/portal-booking-client.d.ts +232 -0
- package/dist/portal-booking-client.js +51 -0
- package/dist/script-sources.d.ts +11 -0
- package/dist/script-sources.js +17 -0
- package/dist/show-when.d.ts +70 -0
- package/dist/show-when.js +9 -0
- package/dist/website-kit.css +3580 -0
- package/package.json +120 -0
package/package.json
ADDED
|
@@ -0,0 +1,120 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@patientos/website-kit",
|
|
3
|
+
"version": "0.1.0",
|
|
4
|
+
"description": "PatientOS clinic website components and patient-facing interactive islands.",
|
|
5
|
+
"type": "module",
|
|
6
|
+
"sideEffects": [
|
|
7
|
+
"./dist/website-kit.css"
|
|
8
|
+
],
|
|
9
|
+
"license": "Apache-2.0",
|
|
10
|
+
"author": "Pocket Doc Australia",
|
|
11
|
+
"homepage": "https://github.com/Pocket-Doc-Australia/patientos/tree/main/packages/website-kit#readme",
|
|
12
|
+
"repository": {
|
|
13
|
+
"type": "git",
|
|
14
|
+
"url": "git+https://github.com/Pocket-Doc-Australia/patientos.git",
|
|
15
|
+
"directory": "packages/website-kit"
|
|
16
|
+
},
|
|
17
|
+
"bugs": {
|
|
18
|
+
"url": "https://github.com/Pocket-Doc-Australia/patientos/issues"
|
|
19
|
+
},
|
|
20
|
+
"keywords": [
|
|
21
|
+
"patientos",
|
|
22
|
+
"clinic-website",
|
|
23
|
+
"medical-certificate",
|
|
24
|
+
"patient-portal",
|
|
25
|
+
"booking",
|
|
26
|
+
"react",
|
|
27
|
+
"components"
|
|
28
|
+
],
|
|
29
|
+
"main": "./dist/index.js",
|
|
30
|
+
"types": "./dist/index.d.ts",
|
|
31
|
+
"_exportsNote": "PAT-903: `patientos-source` is the WORKSPACE/WEBSITE-BUNDLER condition. The website-bundler image prebakes package.json + src only, so it must resolve TypeScript source without dist. Ordinary published consumers do not opt into this namespaced condition and receive dist instead.",
|
|
32
|
+
"exports": {
|
|
33
|
+
".": {
|
|
34
|
+
"patientos-source": "./src/index.ts",
|
|
35
|
+
"types": "./dist/index.d.ts",
|
|
36
|
+
"default": "./dist/index.js"
|
|
37
|
+
},
|
|
38
|
+
"./islands-impl": {
|
|
39
|
+
"patientos-source": "./src/islands-impl.ts",
|
|
40
|
+
"types": "./dist/islands-impl.d.ts",
|
|
41
|
+
"default": "./dist/islands-impl.js"
|
|
42
|
+
},
|
|
43
|
+
"./islands": {
|
|
44
|
+
"patientos-source": "./src/islands.tsx",
|
|
45
|
+
"types": "./dist/islands.d.ts",
|
|
46
|
+
"default": "./dist/islands.js"
|
|
47
|
+
},
|
|
48
|
+
"./islands-registry": {
|
|
49
|
+
"patientos-source": "./src/islands-registry.tsx",
|
|
50
|
+
"types": "./dist/islands-registry.d.ts",
|
|
51
|
+
"default": "./dist/islands-registry.js"
|
|
52
|
+
},
|
|
53
|
+
"./consult-room": {
|
|
54
|
+
"patientos-source": "./src/consult-room.tsx",
|
|
55
|
+
"types": "./dist/consult-room.d.ts",
|
|
56
|
+
"default": "./dist/consult-room.js"
|
|
57
|
+
},
|
|
58
|
+
"./portal-booking-client": {
|
|
59
|
+
"patientos-source": "./src/portal-booking.client.tsx",
|
|
60
|
+
"types": "./dist/portal-booking-client.d.ts",
|
|
61
|
+
"default": "./dist/portal-booking-client.js"
|
|
62
|
+
},
|
|
63
|
+
"./contrast": {
|
|
64
|
+
"patientos-source": "./src/contrast.ts",
|
|
65
|
+
"types": "./dist/contrast.d.ts",
|
|
66
|
+
"default": "./dist/contrast.js"
|
|
67
|
+
},
|
|
68
|
+
"./patient-surface-theme": {
|
|
69
|
+
"patientos-source": "./src/patient-surface-theme.ts",
|
|
70
|
+
"types": "./dist/patient-surface-theme.d.ts",
|
|
71
|
+
"default": "./dist/patient-surface-theme.js"
|
|
72
|
+
},
|
|
73
|
+
"./script-sources": {
|
|
74
|
+
"patientos-source": "./src/script-sources.ts",
|
|
75
|
+
"types": "./dist/script-sources.d.ts",
|
|
76
|
+
"default": "./dist/script-sources.js"
|
|
77
|
+
},
|
|
78
|
+
"./show-when": {
|
|
79
|
+
"patientos-source": "./src/show-when.ts",
|
|
80
|
+
"types": "./dist/show-when.d.ts",
|
|
81
|
+
"default": "./dist/show-when.js"
|
|
82
|
+
},
|
|
83
|
+
"./website-kit.css": {
|
|
84
|
+
"patientos-source": "./src/website-kit.css",
|
|
85
|
+
"default": "./dist/website-kit.css"
|
|
86
|
+
}
|
|
87
|
+
},
|
|
88
|
+
"files": [
|
|
89
|
+
"dist",
|
|
90
|
+
"README.md",
|
|
91
|
+
"LICENSE"
|
|
92
|
+
],
|
|
93
|
+
"scripts": {
|
|
94
|
+
"build": "tsup",
|
|
95
|
+
"test": "vitest run",
|
|
96
|
+
"test:unit": "vitest run",
|
|
97
|
+
"prepublishOnly": "bun run build"
|
|
98
|
+
},
|
|
99
|
+
"publishConfig": {
|
|
100
|
+
"access": "public"
|
|
101
|
+
},
|
|
102
|
+
"peerDependencies": {
|
|
103
|
+
"react": "^19",
|
|
104
|
+
"react-dom": "^19"
|
|
105
|
+
},
|
|
106
|
+
"devDependencies": {
|
|
107
|
+
"@livekit/components-react": "^2.9.21",
|
|
108
|
+
"@patientos/website-sdk": "workspace:*",
|
|
109
|
+
"@types/node": "^25.6.0",
|
|
110
|
+
"@types/react": "^19.2.14",
|
|
111
|
+
"@types/react-dom": "^19.2.3",
|
|
112
|
+
"tsup": "^8.5.0",
|
|
113
|
+
"typescript": "^5.9.3",
|
|
114
|
+
"vitest": "^4.1.5",
|
|
115
|
+
"livekit-client": "^2.20.0"
|
|
116
|
+
},
|
|
117
|
+
"dependencies": {
|
|
118
|
+
"@patientos/public-sdk": "^0.2.0"
|
|
119
|
+
}
|
|
120
|
+
}
|