accomadesc 0.2.6 → 0.2.8

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) {
@@ -99,6 +99,8 @@
99
99
 
100
100
  <style>
101
101
  .calendar-wrapper {
102
+ display: flex;
103
+ justify-content: center;
102
104
  min-width: 210px;
103
105
  max-width: 110rem;
104
106
  width: 100%;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "accomadesc",
3
- "version": "0.2.6",
3
+ "version": "0.2.8",
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",