-
- Downloads
Merge branch 'feat/personal-calendars' into 'master'
Add personal calendars See merge request !3
Showing
- package-lock.json 11179 additions, 12 deletionspackage-lock.json
- package.json 9 additions, 3 deletionspackage.json
- source/_data/data.json 1 addition, 0 deletionssource/_data/data.json
- source/_patterns/00-atoms/18-calendars/month-calendar.mustache 3 additions, 0 deletions...e/_patterns/00-atoms/18-calendars/month-calendar.mustache
- source/_patterns/00-atoms/18-calendars/year-calendar.mustache 3 additions, 0 deletions...ce/_patterns/00-atoms/18-calendars/year-calendar.mustache
- source/_patterns/03-templates/candidate-detail.mustache 7 additions, 1 deletionsource/_patterns/03-templates/candidate-detail.mustache
- source/css/atoms/full-calendar.pcss 60 additions, 0 deletionssource/css/atoms/full-calendar.pcss
- source/css/style.pcss 4 additions, 0 deletionssource/css/style.pcss
- source/js/components/full-calendar/MonthCalendar.vue 40 additions, 0 deletionssource/js/components/full-calendar/MonthCalendar.vue
- source/js/components/full-calendar/YearCalendar.vue 36 additions, 0 deletionssource/js/components/full-calendar/YearCalendar.vue
- source/js/components/full-calendar/utils.js 65 additions, 0 deletionssource/js/components/full-calendar/utils.js
- source/js/main.js 5 additions, 1 deletionsource/js/main.js
This diff is collapsed.
{ | { | ||
"name": "edition-node-gulp", | "name": "edition-node-gulp", | ||
"description": "The gulp wrapper around patternlab-node core, providing tasks to interact with the core library and move supporting frontend assets.", | "description": "The gulp wrapper around patternlab-node core, providing tasks to interact with the core library and move supporting frontend assets.", | ||
"version": "2.11.0", | "version": "2.13.1", | ||
"dependencies": { | "dependencies": { | ||
"@fullcalendar/core": "^6.1.5", | |||
"@fullcalendar/daygrid": "^6.1.5", | |||
"@fullcalendar/interaction": "^6.1.5", | |||
"@fullcalendar/multimonth": "^6.1.6", | |||
"@fullcalendar/vue": "^6.1.5", | |||
"browser-sync": "^2.26.7", | "browser-sync": "^2.26.7", | ||
"gulp": "^4.0.2", | "gulp": "^4.0.2", | ||
"kind-of": "^6.0.3", | "kind-of": "^6.0.3", | ||
... | @@ -12,7 +17,8 @@ | ... | @@ -12,7 +17,8 @@ |
"styleguidekit-assets-default": "^3.0.0", | "styleguidekit-assets-default": "^3.0.0", | ||
"styleguidekit-mustache-default": "^3.0.0", | "styleguidekit-mustache-default": "^3.0.0", | ||
"tailwindcss-elevation": "^0.3.4", | "tailwindcss-elevation": "^0.3.4", | ||
"vue": "^2.6.11", | "tippy.js": "^6.3.7", | ||
"vue": "^2.7.14", | |||
"vue2-flip-countdown": "^0.10.0" | "vue2-flip-countdown": "^0.10.0" | ||
}, | }, | ||
"resolutions": { | "resolutions": { | ||
... | @@ -74,6 +80,6 @@ | ... | @@ -74,6 +80,6 @@ |
"tailwindcss-typography": "^3.1.0", | "tailwindcss-typography": "^3.1.0", | ||
"vinyl-buffer": "^1.0.1", | "vinyl-buffer": "^1.0.1", | ||
"vinyl-source-stream": "^2.0.0", | "vinyl-source-stream": "^2.0.0", | ||
"vue-template-compiler": "^2.6.11" | "vue-template-compiler": "^2.7.14" | ||
} | } | ||
} | } |
source/css/atoms/full-calendar.pcss
0 → 100644
source/js/components/full-calendar/utils.js
0 → 100644
Please register or sign in to comment