accomadesc 0.3.15 → 0.3.17
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/dist/PageComponent.svelte +2 -2
- package/dist/PageHeader.svelte +2 -2
- package/dist/index.d.ts +1 -1
- package/package.json +4 -4
|
@@ -15,7 +15,6 @@
|
|
|
15
15
|
import Icon from './basic/Icon.svelte';
|
|
16
16
|
import { page } from '$app/state';
|
|
17
17
|
import Button from './basic/Button.svelte';
|
|
18
|
-
import { onMount } from 'svelte';
|
|
19
18
|
import { fallbackCSS } from './style.js';
|
|
20
19
|
|
|
21
20
|
let {
|
|
@@ -284,6 +283,7 @@
|
|
|
284
283
|
}
|
|
285
284
|
|
|
286
285
|
h1 {
|
|
286
|
+
margin-left: 1rem;
|
|
287
287
|
color: var(--main-font-color);
|
|
288
288
|
font-weight: bolder;
|
|
289
289
|
font-size: 2.8rem;
|
|
@@ -300,7 +300,7 @@
|
|
|
300
300
|
|
|
301
301
|
div.ham-wrapper {
|
|
302
302
|
position: absolute;
|
|
303
|
-
right:
|
|
303
|
+
right: 2rem;
|
|
304
304
|
top: 1rem;
|
|
305
305
|
width: 3rem;
|
|
306
306
|
height: 3rem;
|
package/dist/PageHeader.svelte
CHANGED
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
|
|
67
67
|
margin-left: 0.6rem;
|
|
68
68
|
margin-top: 0.6rem;
|
|
69
|
-
width:
|
|
69
|
+
width: 8.5rem;
|
|
70
70
|
}
|
|
71
71
|
|
|
72
72
|
@media (max-width: 550px) {
|
|
@@ -86,7 +86,7 @@
|
|
|
86
86
|
display: none;
|
|
87
87
|
}
|
|
88
88
|
object.logo {
|
|
89
|
-
width: 5rem;
|
|
89
|
+
width: 4.5rem;
|
|
90
90
|
}
|
|
91
91
|
div.header h1 {
|
|
92
92
|
font-size: 2.2rem;
|
package/dist/index.d.ts
CHANGED
|
@@ -26,6 +26,6 @@ import Text from './Text.svelte';
|
|
|
26
26
|
import Weather from './Weather.svelte';
|
|
27
27
|
import PageComponent from './PageComponent.svelte';
|
|
28
28
|
export type { OccuplanTranslations } from './occuplan/state.svelte.ts';
|
|
29
|
-
export type { GridPhoto, LeafletMap as LeafletMapI, LeafletMapContent, Calendar as CalendarI, CalendarContent, CalendarAvailable as CalendarAvailableI, CalendarAvailableContent, CalendarGrid as CalendarGridI, CalendarGridContent, CalendarRows as CalendarRowsI, CalendarRowsContent, Text as TextI, TextContent, Weather as WeatherI, WeatherContent, Photo as PhotoI, PhotoContent, PhotoGallery as PhotoGalleryI, PhotoGalleryContent, Pricing as PricingI, PricingContent, PricingShort as PricingShortI, PricingShortContent, PricingEntry, PricingRange, PricingColumn, StaticRangeDate, StaticPricingRange, AmenitiesCore as AmenitiesCoreI, AmenitiesCoreContent, AccoCard as AccoCardI, AccoCardContent, ContactForm as ContactFormI, ContactFormContent, BookingRequest as BookingRequestI, BookingRequestContent, AccoDescription as AccoDescriptionI, AccoDescriptionContent, Section as SectionI, I18nFacade, AccoBlock, Block, PageProps, PageConfig, Nav as NavI, NavItem, FormatSpec, FormatTemplateName, SiteConfig, LangConfig, CookieConfig, SiteFonts, SiteTranslation, FontSpec, Hero, } from './types.js';
|
|
29
|
+
export type { GridPhoto, LeafletMap as LeafletMapI, LeafletMapContent, Calendar as CalendarI, CalendarContent, CalendarAvailable as CalendarAvailableI, CalendarAvailableContent, CalendarGrid as CalendarGridI, CalendarGridContent, CalendarRows as CalendarRowsI, CalendarRowsContent, Text as TextI, TextContent, Weather as WeatherI, WeatherContent, Photo as PhotoI, PhotoContent, PhotoGallery as PhotoGalleryI, PhotoGalleryContent, Pricing as PricingI, PricingContent, PricingShort as PricingShortI, PricingShortContent, PricingEntry, PricingRange, PricingColumn, StaticRangeDate, StaticPricingRange, AmenitiesCore as AmenitiesCoreI, AmenitiesCoreContent, AccoCard as AccoCardI, AccoCardContent, ContactForm as ContactFormI, ContactFormContent, BookingRequest as BookingRequestI, BookingRequestContent, AccoDescription as AccoDescriptionI, AccoDescriptionContent, Section as SectionI, I18nFacade, AccoBlock, Block, PageProps, PageConfig, Nav as NavI, Style, NavItem, FormatSpec, FormatTemplateName, SiteConfig, LangConfig, CookieConfig, SiteFonts, SiteTranslation, FontSpec, Hero, } from './types.js';
|
|
30
30
|
export { PRICING_COLUMNS, BLOCK_KINDS, isAccoCard, isText, isPhoto, isGallery, isLeafletMap, isWeather, isAmenitiesCore, isCalendarAvailable, isCalendar, isCalendarGrid, isCalendarRows, isPricing, isPricingShort, isAccoDescription, isBookingRequest, isContactForm, isAccoBlock, } from './types.js';
|
|
31
31
|
export { randomID, randomName, format, MoneyFormats, Avatar, Button, Icon, Spinner, TextInput, AccoCard, AccoDescription, AmenitiesCore, Calendar, CalendarAvailable, LeafletMap, Photo, PhotoGallery, Pricing, PricingShort, Section, Text, Weather, BookingRequest, ContactForm, CalendarRows, CalendarGrid, Notes, PageComponent, };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "accomadesc",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.17",
|
|
4
4
|
"files": [
|
|
5
5
|
"dist",
|
|
6
6
|
"!dist/**/*.test.*",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"devDependencies": {
|
|
27
27
|
"@sveltejs/adapter-auto": "^3.3.1",
|
|
28
28
|
"@sveltejs/adapter-static": "^3.0.8",
|
|
29
|
-
"@sveltejs/kit": "^2.21.
|
|
29
|
+
"@sveltejs/kit": "^2.21.1",
|
|
30
30
|
"@sveltejs/package": "^2.3.11",
|
|
31
31
|
"@sveltejs/vite-plugin-svelte": "^5.0.3",
|
|
32
32
|
"@types/luxon": "^3.6.2",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"prettier": "^3.5.3",
|
|
35
35
|
"prettier-plugin-svelte": "^3.4.0",
|
|
36
36
|
"publint": "^0.3.12",
|
|
37
|
-
"svelte": "^5.
|
|
37
|
+
"svelte": "^5.33.2",
|
|
38
38
|
"svelte-check": "^4.2.1",
|
|
39
39
|
"typescript": "^5.8.3",
|
|
40
40
|
"vite": "^6.3.5"
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"@dinero.js/currencies": "2.0.0-alpha.14",
|
|
44
44
|
"@fontsource/raleway": "^5.2.5",
|
|
45
45
|
"@twicpics/components": "^0.31.4",
|
|
46
|
-
"@types/leaflet": "^1.9.
|
|
46
|
+
"@types/leaflet": "^1.9.18",
|
|
47
47
|
"leaflet": "^1.9.4",
|
|
48
48
|
"luxon": "^3.6.1"
|
|
49
49
|
},
|