accomadesc 0.2.6 → 0.2.7

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.
@@ -353,6 +353,7 @@
353
353
  container-type: size;
354
354
  container-name: year-label;
355
355
  text-decoration: underline;
356
+ height: 100%;
356
357
  }
357
358
 
358
359
  @container year-label (min-width: 0) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "accomadesc",
3
- "version": "0.2.6",
3
+ "version": "0.2.7",
4
4
  "scripts": {
5
5
  "dev": "vite dev",
6
6
  "build": "vite build && npm run package",
@@ -45,8 +45,8 @@
45
45
  "gdpr-cooco-banner": "^0.0.11",
46
46
  "prettier": "^3.5.2",
47
47
  "prettier-plugin-svelte": "^3.3.3",
48
- "publint": "^0.3.6",
49
- "svelte": "^5.20.4",
48
+ "publint": "^0.3.7",
49
+ "svelte": "^5.20.5",
50
50
  "svelte-check": "^4.1.4",
51
51
  "typescript": "^5.7.3",
52
52
  "vite": "^6.2.0",