crumb-widget 1.2.3 → 1.4.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/dist/module.d.ts +22 -59
- package/dist/module.js +3751 -4705
- package/package.json +9 -23
- package/README.md +0 -37
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "crumb-widget",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.4.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -31,56 +31,42 @@
|
|
|
31
31
|
"test:ui": "vitest --ui",
|
|
32
32
|
"coverage": "vitest run --coverage",
|
|
33
33
|
"test:e2e": "playwright test",
|
|
34
|
-
"size": "size-limit",
|
|
35
34
|
"all": "npm run format && npm run lint && npm run test && npm run build"
|
|
36
35
|
},
|
|
37
|
-
"size-limit": [
|
|
38
|
-
{
|
|
39
|
-
"name": "dist/module.js (gzip)",
|
|
40
|
-
"path": "dist/module.js",
|
|
41
|
-
"limit": "120 kB"
|
|
42
|
-
}
|
|
43
|
-
],
|
|
44
36
|
"devDependencies": {
|
|
45
37
|
"@eslint/js": "^10.0.1",
|
|
46
38
|
"@playwright/test": "^1.59.1",
|
|
47
|
-
"@
|
|
48
|
-
"@sveltejs/vite-plugin-svelte": "^7.0.0",
|
|
39
|
+
"@sveltejs/vite-plugin-svelte": "^7.1.1",
|
|
49
40
|
"@tailwindcss/vite": "^4.1.17",
|
|
50
41
|
"@testing-library/jest-dom": "^6.9.1",
|
|
51
42
|
"@testing-library/svelte": "^5.2.9",
|
|
52
|
-
"@testing-library/user-event": "^14.6.1",
|
|
53
43
|
"@tsconfig/svelte": "^5.0.6",
|
|
54
|
-
"@types/eslint": "^9.6.1",
|
|
55
44
|
"@types/leaflet": "^1.9.18",
|
|
56
45
|
"@types/node": "^25.2.0",
|
|
57
46
|
"@vitest/coverage-v8": "^4.1.2",
|
|
58
|
-
"autoprefixer": "^10.4.22",
|
|
59
47
|
"axe-playwright": "^2.2.2",
|
|
60
48
|
"eslint": "^10.0.0",
|
|
61
49
|
"eslint-config-prettier": "^10.1.8",
|
|
62
50
|
"eslint-plugin-svelte": "^3.13.0",
|
|
63
51
|
"globals": "^17.4.0",
|
|
64
|
-
"jsdom": "^29.
|
|
52
|
+
"jsdom": "^29.1.1",
|
|
65
53
|
"prettier": "^3.6.2",
|
|
66
54
|
"prettier-plugin-svelte": "^3.4.0",
|
|
67
|
-
"prettier-plugin-tailwindcss": "^0.
|
|
68
|
-
"size-limit": "^12.0.1",
|
|
55
|
+
"prettier-plugin-tailwindcss": "^0.8.0",
|
|
69
56
|
"svelte": "^5.44.1",
|
|
70
57
|
"svelte-check": "^4.3.4",
|
|
58
|
+
"svelte-eslint-parser": "^1.6.0",
|
|
71
59
|
"tailwindcss": "^4.1.17",
|
|
72
|
-
"tslib": "^2.8.1",
|
|
73
60
|
"typescript": "^5.9.3",
|
|
74
61
|
"typescript-eslint": "^8.48.0",
|
|
62
|
+
"unplugin-dts": "^1.0.0",
|
|
75
63
|
"vite": "^8.0.5",
|
|
76
|
-
"vite-plugin-css-injected-by-js": "5.0.0",
|
|
77
|
-
"vite-plugin-dts": "^4.5.4",
|
|
64
|
+
"vite-plugin-css-injected-by-js": "^5.0.0",
|
|
78
65
|
"vitest": "^4.0.14"
|
|
79
66
|
},
|
|
80
67
|
"dependencies": {
|
|
81
|
-
"@bmlt-enabled/
|
|
82
|
-
"
|
|
83
|
-
"bmlt-query-client": "^1.0.8",
|
|
68
|
+
"@bmlt-enabled/svelte-spa-router": "^5.2.2",
|
|
69
|
+
"bmlt-query-client": "^1.1.0",
|
|
84
70
|
"localized-strings": "^2.0.3"
|
|
85
71
|
},
|
|
86
72
|
"peerDependencies": {
|
package/README.md
DELETED
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
<p align="center">
|
|
2
|
-
<img src="pages/crumb-logo.svg" alt="Crumb Widget logo" width="128" height="128">
|
|
3
|
-
</p>
|
|
4
|
-
|
|
5
|
-
# Crumb Widget
|
|
6
|
-
|
|
7
|
-
[](https://github.com/bmlt-enabled/crumb-widget/actions/workflows/test.yml)
|
|
8
|
-
[](https://codecov.io/gh/bmlt-enabled/crumb-widget)
|
|
9
|
-
[](https://www.npmjs.com/package/crumb-widget)
|
|
10
|
-
[](https://crumb.bmlt.app/)
|
|
11
|
-
|
|
12
|
-
An embeddable NA meeting finder widget. Built with Svelte 5, distributed as a single self-contained JavaScript file. Available as a [WordPress plugin](https://wordpress.org/plugins/crumb/), [CDN script](https://cdn.aws.bmlt.app/crumb-widget.js), or [npm package](https://www.npmjs.com/package/crumb-widget).
|
|
13
|
-
|
|
14
|
-
## Features
|
|
15
|
-
|
|
16
|
-
- List and map views with real-time search and filters
|
|
17
|
-
- Meeting detail with directions, virtual join link, and formats
|
|
18
|
-
- Geolocation-based nearby search
|
|
19
|
-
- Individual meeting links via built-in router
|
|
20
|
-
- Multi-language support
|
|
21
|
-
- Configurable columns, map tiles, and custom markers
|
|
22
|
-
- Printer-friendly list view
|
|
23
|
-
|
|
24
|
-
## Quick Start
|
|
25
|
-
|
|
26
|
-
```html
|
|
27
|
-
<div
|
|
28
|
-
id="crumb-widget"
|
|
29
|
-
data-server="https://myserver.com/main_server/"
|
|
30
|
-
data-service-body="3"
|
|
31
|
-
></div>
|
|
32
|
-
<script type="module" src="https://cdn.aws.bmlt.app/crumb-widget.js"></script>
|
|
33
|
-
```
|
|
34
|
-
|
|
35
|
-
## License
|
|
36
|
-
|
|
37
|
-
MIT
|