From 003e973dfa8cc4b3ca873378bc793b4fd53382b4 Mon Sep 17 00:00:00 2001 From: Serhii Pylypchuk Date: Fri, 30 Aug 2024 08:06:58 +0400 Subject: [PATCH] [update] styles --- package.json | 2 +- src/components/EventCalendar.vue | 2 +- src/style.css | 12 +++++++++--- yarn.lock | 8 ++++---- 4 files changed, 15 insertions(+), 9 deletions(-) diff --git a/package.json b/package.json index 8ab5b1d..46e3fb1 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "preview": "vite preview --port 4173" }, "dependencies": { - "@dhx/trial-eventcalendar": "^2.1.10", + "@dhx/trial-eventcalendar": "^2.2.3", "vue": "^3.4.21" }, "devDependencies": { diff --git a/src/components/EventCalendar.vue b/src/components/EventCalendar.vue index ff8804e..604effe 100644 --- a/src/components/EventCalendar.vue +++ b/src/components/EventCalendar.vue @@ -19,5 +19,5 @@ export default { diff --git a/src/style.css b/src/style.css index 3df557f..0144c4b 100644 --- a/src/style.css +++ b/src/style.css @@ -1,7 +1,13 @@ +/* specify styles for initial page */ html, body, #root { - height: 100%; - padding: 0; - margin: 0; + height: 100%; + padding: 0; + margin: 0; } + +/* specify styles for the Event Calendar container */ +.widget { + height: 100%; +} \ No newline at end of file diff --git a/yarn.lock b/yarn.lock index 70eb079..85b599f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7,10 +7,10 @@ resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.24.1.tgz#1e416d3627393fab1cb5b0f2f1796a100ae9133a" integrity sha512-Zo9c7N3xdOIQrNip7Lc9wvRPzlRtovHVE4lkz8WEDr7uYh/GMQhSiIgFxGIArRHYdJE5kxtZjAf8rT0xhdLCzg== -"@dhx/trial-eventcalendar@^2.1.10": - version "2.1.10" - resolved "https://npm.dhtmlx.com/@dhx%2ftrial-eventcalendar/-/trial-eventcalendar-2.1.10.tgz#cad492598c95206d490e7cd807ff7ad34ce90fcd" - integrity sha512-9uO9pHUFtLlcRXp1jDaOj8MaL5KlKlIfFf4Dlpd1EAPwkashn2affPp2L4UI2/c+AU/x1rER1shJIXgy7rFXKw== +"@dhx/trial-eventcalendar@^2.2.3": + version "2.2.3" + resolved "https://npm.dhtmlx.com/@dhx%2ftrial-eventcalendar/-/trial-eventcalendar-2.2.3.tgz#003c88a474b45f57537bfc776b6a42c2801bba3f" + integrity sha512-pdCOCkNCTUqJ0LXuOPw/w8YJYzdz7eFR+ORfhoGCG7Z5v95VQ65wzmr0aEPOrsaKC/I26fsUsRL50MgnrNpaMg== "@esbuild/aix-ppc64@0.20.2": version "0.20.2"