accomadesc 0.4.5 → 0.4.6
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/index.d.ts +18 -1
- package/dist/index.js +18 -1
- package/package.json +11 -6
package/dist/index.d.ts
CHANGED
|
@@ -29,4 +29,21 @@ import PageComponent from './PageComponent.svelte';
|
|
|
29
29
|
export type { OccuplanTranslations } from './occusplan-link/state.svelte.js';
|
|
30
30
|
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';
|
|
31
31
|
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';
|
|
32
|
-
|
|
32
|
+
import AcSVG from './svg/AcSVG.svelte';
|
|
33
|
+
import AreaSVG from './svg/AreaSVG.svelte';
|
|
34
|
+
import BathroomSVG from './svg/BathroomSVG.svelte';
|
|
35
|
+
import CheckSVG from './svg/CheckSVG.svelte';
|
|
36
|
+
import ExtLinkSVG from './svg/ExtLinkSVG.svelte';
|
|
37
|
+
import HamburgerSVG from './svg/HamburgerSVG.svelte';
|
|
38
|
+
import LinkSVG from './svg/LinkSVG.svelte';
|
|
39
|
+
import LogoSVG from './svg/LogoSVG.svelte';
|
|
40
|
+
import NoCheckSVG from './svg/NoCheckSVG.svelte';
|
|
41
|
+
import NotSVG from './svg/NotSVG.svelte';
|
|
42
|
+
import ParkingSVG from './svg/ParkingSVG.svelte';
|
|
43
|
+
import PeopleSVG from './svg/PeopleSVG.svelte';
|
|
44
|
+
import PetsSVG from './svg/PetsSVG.svelte';
|
|
45
|
+
import SmokingSVG from './svg/SmokingSVG.svelte';
|
|
46
|
+
import TvSVG from './svg/TvSVG.svelte';
|
|
47
|
+
import WifiSVG from './svg/WifiSVG.svelte';
|
|
48
|
+
import XSVG from './svg/XSVG.svelte';
|
|
49
|
+
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, SiteState, AcSVG, AreaSVG, BathroomSVG, CheckSVG, ExtLinkSVG, HamburgerSVG, LinkSVG, LogoSVG, NoCheckSVG, NotSVG, ParkingSVG, PeopleSVG, PetsSVG, SmokingSVG, TvSVG, WifiSVG, XSVG, };
|
package/dist/index.js
CHANGED
|
@@ -28,4 +28,21 @@ import Text from './Text.svelte';
|
|
|
28
28
|
import Weather from './Weather.svelte';
|
|
29
29
|
import PageComponent from './PageComponent.svelte';
|
|
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
|
+
import AcSVG from './svg/AcSVG.svelte';
|
|
32
|
+
import AreaSVG from './svg/AreaSVG.svelte';
|
|
33
|
+
import BathroomSVG from './svg/BathroomSVG.svelte';
|
|
34
|
+
import CheckSVG from './svg/CheckSVG.svelte';
|
|
35
|
+
import ExtLinkSVG from './svg/ExtLinkSVG.svelte';
|
|
36
|
+
import HamburgerSVG from './svg/HamburgerSVG.svelte';
|
|
37
|
+
import LinkSVG from './svg/LinkSVG.svelte';
|
|
38
|
+
import LogoSVG from './svg/LogoSVG.svelte';
|
|
39
|
+
import NoCheckSVG from './svg/NoCheckSVG.svelte';
|
|
40
|
+
import NotSVG from './svg/NotSVG.svelte';
|
|
41
|
+
import ParkingSVG from './svg/ParkingSVG.svelte';
|
|
42
|
+
import PeopleSVG from './svg/PeopleSVG.svelte';
|
|
43
|
+
import PetsSVG from './svg/PetsSVG.svelte';
|
|
44
|
+
import SmokingSVG from './svg/SmokingSVG.svelte';
|
|
45
|
+
import TvSVG from './svg/TvSVG.svelte';
|
|
46
|
+
import WifiSVG from './svg/WifiSVG.svelte';
|
|
47
|
+
import XSVG from './svg/XSVG.svelte';
|
|
48
|
+
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, SiteState, AcSVG, AreaSVG, BathroomSVG, CheckSVG, ExtLinkSVG, HamburgerSVG, LinkSVG, LogoSVG, NoCheckSVG, NotSVG, ParkingSVG, PeopleSVG, PetsSVG, SmokingSVG, TvSVG, WifiSVG, XSVG, };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "accomadesc",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.6",
|
|
4
4
|
"files": [
|
|
5
5
|
"dist",
|
|
6
6
|
"!dist/**/*.test.*",
|
|
@@ -24,27 +24,28 @@
|
|
|
24
24
|
"svelte": "^5.0.0"
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
|
+
"@playwright/test": "^1.58.2",
|
|
27
28
|
"@sveltejs/adapter-auto": "^3.3.1",
|
|
28
29
|
"@sveltejs/adapter-static": "^3.0.10",
|
|
29
|
-
"@sveltejs/kit": "^2.
|
|
30
|
+
"@sveltejs/kit": "^2.55.0",
|
|
30
31
|
"@sveltejs/package": "^2.5.7",
|
|
31
32
|
"@sveltejs/vite-plugin-svelte": "^5.1.1",
|
|
32
33
|
"@testing-library/dom": "^10.4.1",
|
|
33
34
|
"@testing-library/jest-dom": "^6.9.1",
|
|
34
35
|
"@testing-library/svelte": "^5.3.1",
|
|
35
36
|
"@types/luxon": "^3.7.1",
|
|
36
|
-
"@types/node": "^25.
|
|
37
|
-
"@vitest/ui": "^4.0
|
|
37
|
+
"@types/node": "^25.5.0",
|
|
38
|
+
"@vitest/ui": "^4.1.0",
|
|
38
39
|
"gdpr-cooco-banner": "^0.0.13",
|
|
39
40
|
"jsdom": "^27.4.0",
|
|
40
41
|
"prettier": "^3.8.1",
|
|
41
42
|
"prettier-plugin-svelte": "^3.5.1",
|
|
42
43
|
"publint": "^0.3.18",
|
|
43
|
-
"svelte": "^5.53.
|
|
44
|
+
"svelte": "^5.53.11",
|
|
44
45
|
"svelte-check": "^4.4.5",
|
|
45
46
|
"typescript": "^5.9.3",
|
|
46
47
|
"vite": "^6.4.1",
|
|
47
|
-
"vitest": "^4.0
|
|
48
|
+
"vitest": "^4.1.0"
|
|
48
49
|
},
|
|
49
50
|
"dependencies": {
|
|
50
51
|
"@fontsource/raleway": "^5.2.8",
|
|
@@ -62,6 +63,10 @@
|
|
|
62
63
|
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
|
|
63
64
|
"test:unit": "vitest",
|
|
64
65
|
"test": "npm run test:unit -- --run",
|
|
66
|
+
"test:e2e": "playwright test",
|
|
67
|
+
"test:e2e:ui": "playwright test --ui",
|
|
68
|
+
"test:e2e:debug": "playwright test --debug",
|
|
69
|
+
"test:all": "npm run test && npm run test:e2e",
|
|
65
70
|
"format": "prettier --write .",
|
|
66
71
|
"lint": "prettier --check ."
|
|
67
72
|
}
|