@villetorio/lms-feedback-widget 1.0.3-dev → 1.0.4-dev

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.
Files changed (2) hide show
  1. package/README.md +3 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # @villetorio/lms-svelte-feedback-widget
1
+ # @villetorio/lms-feedback-widget
2
2
 
3
3
  > Framework-agnostic floating feedback widget. Works in Sapper, SvelteKit, Next.js, React, Vue, and plain HTML — zero framework dependencies.
4
4
 
@@ -8,7 +8,6 @@
8
8
 
9
9
  - ⭐ Star rating (1–5)
10
10
  - 💬 Optional message textarea
11
- - 🎨 LegalMatch brand styling (navy + gold)
12
11
  - ✅ Success / error states
13
12
  - ♿ Accessible (ARIA labels, keyboard support)
14
13
  - 🌙 Click-outside to close
@@ -20,12 +19,12 @@
20
19
  ## Installation
21
20
 
22
21
  ```bash
23
- npm install @villetorio/lms-svelte-feedback-widget
22
+ npm install @villetorio/lms-feedback-widget
24
23
  ```
25
24
 
26
25
  For projects with peer dependency conflicts (e.g. old Svelte 3 / Rollup 1):
27
26
  ```bash
28
- npm install @villetorio/lms-svelte-feedback-widget --legacy-peer-deps
27
+ npm install @villetorio/lms-feedback-widget --legacy-peer-deps
29
28
  ```
30
29
 
31
30
  ---
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@villetorio/lms-feedback-widget",
3
- "version": "1.0.3-dev",
3
+ "version": "1.0.4-dev",
4
4
  "description": "Floating feedback widget — framework agnostic, works in Svelte, SvelteKit, Sapper, React, Vue, plain HTML",
5
5
  "license": "UNLICENSED",
6
6
  "private": false,