@phcdevworks/spectre-components 1.7.0 → 1.8.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": "@phcdevworks/spectre-components",
3
- "version": "1.7.0",
3
+ "version": "1.8.0",
4
4
  "description": "@phcdevworks/spectre-components is the Lit-based component layer of the Spectre system for reusable, accessible, framework-agnostic web components.",
5
5
  "keywords": [
6
6
  "phcdevworks",
@@ -158,6 +158,11 @@
158
158
  "import": "./dist/dropdown.js",
159
159
  "require": "./dist/dropdown.cjs"
160
160
  },
161
+ "./footer": {
162
+ "types": "./dist/footer.d.ts",
163
+ "import": "./dist/footer.js",
164
+ "require": "./dist/footer.cjs"
165
+ },
161
166
  "./modal": {
162
167
  "types": "./dist/modal.d.ts",
163
168
  "import": "./dist/modal.js",
@@ -226,8 +231,8 @@
226
231
  "@phcdevworks/spectre-manifest": "^1.0.0",
227
232
  "@playwright/test": "^1.61.1",
228
233
  "@types/node": "^26.1.0",
229
- "@typescript-eslint/eslint-plugin": "^8.62.1",
230
- "@typescript-eslint/parser": "^8.62.1",
234
+ "@typescript-eslint/eslint-plugin": "^8.63.0",
235
+ "@typescript-eslint/parser": "^8.63.0",
231
236
  "axe-core": "^4.12.1",
232
237
  "eslint": "^10.6.0",
233
238
  "globals": "^17.7.0",
@@ -237,9 +242,9 @@
237
242
  "tailwindcss": "^4.3.2",
238
243
  "tsup": "^8.5.1",
239
244
  "typescript": "^6.0.3",
240
- "typescript-eslint": "^8.62.1",
245
+ "typescript-eslint": "^8.63.0",
241
246
  "vite": "^8.1.3",
242
- "vitest": "^4.1.9"
247
+ "vitest": "^4.1.10"
243
248
  },
244
249
  "allowScripts": {
245
250
  "esbuild@0.27.7": true