accomadesc 0.3.13 → 0.3.15
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/occuplan/OccuPlanRows.svelte +3 -18
- package/package.json +61 -69
|
@@ -284,16 +284,11 @@
|
|
|
284
284
|
height: 100%;
|
|
285
285
|
|
|
286
286
|
span {
|
|
287
|
+
font-size: clamp(0.9rem, 55cqh, 2rem);
|
|
287
288
|
color: var(--occuplan-months-font-color);
|
|
288
289
|
}
|
|
289
290
|
}
|
|
290
291
|
|
|
291
|
-
@container month-label (min-height: 0) {
|
|
292
|
-
.month-label span {
|
|
293
|
-
font-size: 55cqh;
|
|
294
|
-
}
|
|
295
|
-
}
|
|
296
|
-
|
|
297
292
|
.monthday-header {
|
|
298
293
|
text-align: center;
|
|
299
294
|
aspect-ratio: 1;
|
|
@@ -307,12 +302,7 @@
|
|
|
307
302
|
|
|
308
303
|
span {
|
|
309
304
|
color: var(--occuplan-days-header-font-color);
|
|
310
|
-
|
|
311
|
-
}
|
|
312
|
-
|
|
313
|
-
@container month-header (min-height: 0) {
|
|
314
|
-
.monthday-header span {
|
|
315
|
-
font-size: 55cqh;
|
|
305
|
+
font-size: clamp(0.9rem, 55cqh, 2rem);
|
|
316
306
|
}
|
|
317
307
|
}
|
|
318
308
|
|
|
@@ -374,12 +364,7 @@
|
|
|
374
364
|
height: 100%;
|
|
375
365
|
span {
|
|
376
366
|
color: var(--occuplan-main-font-color);
|
|
377
|
-
|
|
378
|
-
}
|
|
379
|
-
|
|
380
|
-
@container year-label (min-width: 0) {
|
|
381
|
-
.year-label span {
|
|
382
|
-
font-size: 65cqh;
|
|
367
|
+
font-size: clamp(1rem, 55cqh, 2rem);
|
|
383
368
|
}
|
|
384
369
|
}
|
|
385
370
|
</style>
|
package/package.json
CHANGED
|
@@ -1,70 +1,62 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
"luxon": "^3.6.1"
|
|
64
|
-
},
|
|
65
|
-
"pnpm": {
|
|
66
|
-
"onlyBuiltDependencies": [
|
|
67
|
-
"esbuild"
|
|
68
|
-
]
|
|
69
|
-
}
|
|
70
|
-
}
|
|
2
|
+
"name": "accomadesc",
|
|
3
|
+
"version": "0.3.15",
|
|
4
|
+
"files": [
|
|
5
|
+
"dist",
|
|
6
|
+
"!dist/**/*.test.*",
|
|
7
|
+
"!dist/**/*.spec.*"
|
|
8
|
+
],
|
|
9
|
+
"sideEffects": [
|
|
10
|
+
"**/*.css"
|
|
11
|
+
],
|
|
12
|
+
"license": "MIT",
|
|
13
|
+
"svelte": "./dist/index.js",
|
|
14
|
+
"types": "./dist/index.d.ts",
|
|
15
|
+
"type": "module",
|
|
16
|
+
"exports": {
|
|
17
|
+
".": {
|
|
18
|
+
"types": "./dist/index.d.ts",
|
|
19
|
+
"svelte": "./dist/index.js"
|
|
20
|
+
}
|
|
21
|
+
},
|
|
22
|
+
"peerDependencies": {
|
|
23
|
+
"@sveltejs/kit": "^2.15.2",
|
|
24
|
+
"svelte": "^5.0.0"
|
|
25
|
+
},
|
|
26
|
+
"devDependencies": {
|
|
27
|
+
"@sveltejs/adapter-auto": "^3.3.1",
|
|
28
|
+
"@sveltejs/adapter-static": "^3.0.8",
|
|
29
|
+
"@sveltejs/kit": "^2.21.0",
|
|
30
|
+
"@sveltejs/package": "^2.3.11",
|
|
31
|
+
"@sveltejs/vite-plugin-svelte": "^5.0.3",
|
|
32
|
+
"@types/luxon": "^3.6.2",
|
|
33
|
+
"gdpr-cooco-banner": "^0.0.11",
|
|
34
|
+
"prettier": "^3.5.3",
|
|
35
|
+
"prettier-plugin-svelte": "^3.4.0",
|
|
36
|
+
"publint": "^0.3.12",
|
|
37
|
+
"svelte": "^5.30.1",
|
|
38
|
+
"svelte-check": "^4.2.1",
|
|
39
|
+
"typescript": "^5.8.3",
|
|
40
|
+
"vite": "^6.3.5"
|
|
41
|
+
},
|
|
42
|
+
"dependencies": {
|
|
43
|
+
"@dinero.js/currencies": "2.0.0-alpha.14",
|
|
44
|
+
"@fontsource/raleway": "^5.2.5",
|
|
45
|
+
"@twicpics/components": "^0.31.4",
|
|
46
|
+
"@types/leaflet": "^1.9.17",
|
|
47
|
+
"leaflet": "^1.9.4",
|
|
48
|
+
"luxon": "^3.6.1"
|
|
49
|
+
},
|
|
50
|
+
"scripts": {
|
|
51
|
+
"dev": "vite dev",
|
|
52
|
+
"build": "vite build --minify false && npm run package",
|
|
53
|
+
"preview": "vite preview",
|
|
54
|
+
"package": "svelte-kit sync && svelte-package && publint",
|
|
55
|
+
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
|
|
56
|
+
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
|
|
57
|
+
"test:unit": "vitest",
|
|
58
|
+
"test": "npm run test:unit -- --run",
|
|
59
|
+
"format": "prettier --write .",
|
|
60
|
+
"lint": "prettier --check ."
|
|
61
|
+
}
|
|
62
|
+
}
|