accomadesc 0.2.11 → 0.2.13

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.
@@ -135,15 +135,15 @@
135
135
  grid-area: first-row-line / start-line / third-row-line / middle-line;
136
136
  }
137
137
 
138
- .block-container-0 {
138
+ .amenities-container {
139
139
  grid-area: second-row-line / middle-line / third-row-line / end-line;
140
140
  }
141
141
 
142
- .block-container-1 {
142
+ .pricing-container {
143
143
  grid-area: third-row-line / start-line / fourth-row-line / middle-line;
144
144
  }
145
145
 
146
- .block-container-2 {
146
+ .calendar-container {
147
147
  grid-area: third-row-line / middle-line / fourth-row-line / end-line;
148
148
  }
149
149
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "accomadesc",
3
- "version": "0.2.11",
3
+ "version": "0.2.13",
4
4
  "scripts": {
5
5
  "dev": "vite dev",
6
6
  "build": "vite build && npm run package",
@@ -48,7 +48,7 @@
48
48
  "publint": "^0.3.7",
49
49
  "svelte": "^5.20.5",
50
50
  "svelte-check": "^4.1.4",
51
- "typescript": "^5.7.3",
51
+ "typescript": "^5.8.2",
52
52
  "vite": "^6.2.0",
53
53
  "vitest": "^2.1.9"
54
54
  },