crumb-widget 1.3.0 → 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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "crumb-widget",
3
- "version": "1.3.0",
3
+ "version": "1.4.0",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -31,30 +31,12 @@
31
31
  "test:ui": "vitest --ui",
32
32
  "coverage": "vitest run --coverage",
33
33
  "test:e2e": "playwright test",
34
- "size": "size-limit",
35
- "knip": "knip",
36
- "all": "npm run format && npm run lint && npm run test && npm run build",
37
- "prepare": "husky"
38
- },
39
- "size-limit": [
40
- {
41
- "name": "dist/module.js (gzip)",
42
- "path": "dist/module.js",
43
- "limit": "120 kB"
44
- }
45
- ],
46
- "lint-staged": {
47
- "*.{ts,svelte}": [
48
- "eslint --fix",
49
- "prettier --write"
50
- ],
51
- "*.{json,md,html,css}": "prettier --write"
34
+ "all": "npm run format && npm run lint && npm run test && npm run build"
52
35
  },
53
36
  "devDependencies": {
54
37
  "@eslint/js": "^10.0.1",
55
38
  "@playwright/test": "^1.59.1",
56
- "@size-limit/preset-small-lib": "^12.0.1",
57
- "@sveltejs/vite-plugin-svelte": "^7.0.0",
39
+ "@sveltejs/vite-plugin-svelte": "^7.1.1",
58
40
  "@tailwindcss/vite": "^4.1.17",
59
41
  "@testing-library/jest-dom": "^6.9.1",
60
42
  "@testing-library/svelte": "^5.2.9",
@@ -67,28 +49,24 @@
67
49
  "eslint-config-prettier": "^10.1.8",
68
50
  "eslint-plugin-svelte": "^3.13.0",
69
51
  "globals": "^17.4.0",
70
- "husky": "^9.1.7",
71
- "jsdom": "^29.0.1",
72
- "knip": "^6.7.0",
73
- "lint-staged": "^16.4.0",
52
+ "jsdom": "^29.1.1",
74
53
  "prettier": "^3.6.2",
75
54
  "prettier-plugin-svelte": "^3.4.0",
76
- "prettier-plugin-tailwindcss": "^0.7.1",
77
- "size-limit": "^12.0.1",
55
+ "prettier-plugin-tailwindcss": "^0.8.0",
78
56
  "svelte": "^5.44.1",
79
57
  "svelte-check": "^4.3.4",
80
58
  "svelte-eslint-parser": "^1.6.0",
81
59
  "tailwindcss": "^4.1.17",
82
60
  "typescript": "^5.9.3",
83
61
  "typescript-eslint": "^8.48.0",
62
+ "unplugin-dts": "^1.0.0",
84
63
  "vite": "^8.0.5",
85
64
  "vite-plugin-css-injected-by-js": "^5.0.0",
86
- "vite-plugin-dts": "^4.5.4",
87
65
  "vitest": "^4.0.14"
88
66
  },
89
67
  "dependencies": {
90
- "@bmlt-enabled/svelte-spa-router": "^5.1.1",
91
- "bmlt-query-client": "^1.0.8",
68
+ "@bmlt-enabled/svelte-spa-router": "^5.2.2",
69
+ "bmlt-query-client": "^1.1.0",
92
70
  "localized-strings": "^2.0.3"
93
71
  },
94
72
  "peerDependencies": {
package/README.md DELETED
@@ -1,33 +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
- [![test](https://github.com/bmlt-enabled/crumb-widget/actions/workflows/test.yml/badge.svg)](https://github.com/bmlt-enabled/crumb-widget/actions/workflows/test.yml)
8
- [![codecov](https://codecov.io/gh/bmlt-enabled/crumb-widget/graph/badge.svg)](https://codecov.io/gh/bmlt-enabled/crumb-widget)
9
- [![npm](https://img.shields.io/npm/v/crumb-widget)](https://www.npmjs.com/package/crumb-widget)
10
- [![docs](https://img.shields.io/badge/docs-crumb.bmlt.app-blue)](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/), [Drupal module](https://github.com/bmlt-enabled/crumb-drupal), [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 (12 languages, including RTL layout for Persian)
21
- - Configurable columns, map tiles, and custom markers
22
- - Printer-friendly list view
23
-
24
- ## Quick Start
25
-
26
- ```html
27
- <div id="crumb-widget" data-server="https://myserver.com/main_server/" data-service-body="3"></div>
28
- <script type="module" src="https://cdn.aws.bmlt.app/crumb-widget.js"></script>
29
- ```
30
-
31
- ## License
32
-
33
- MIT