@icvdeveloper/common-module 0.0.63 → 0.0.64

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/module.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "v3plus-common-module",
3
3
  "configKey": "v3plusCommonModule",
4
- "version": "0.0.63"
4
+ "version": "0.0.64"
5
5
  }
@@ -41,7 +41,7 @@ const presentersToComposables = (presenters: Presenter[]) => {
41
41
  <div v-for="presentation in track.presentations" :key="presentation.id">
42
42
  <AgendaAccordion>
43
43
  <template #header="isExpanded">
44
- <div class="text-xl flex-row flex">
44
+ <div class="text-left text-xl flex-col md:flex-row flex">
45
45
  <span>
46
46
  {{
47
47
  formatTimezoneToLocal(
@@ -61,7 +61,7 @@ const presentersToComposables = (presenters: Presenter[]) => {
61
61
  )
62
62
  }}
63
63
  </span>
64
- <span class="flex flex-row ml-5">
64
+ <span class="flex flex-row md:ml-5">
65
65
  <CommonSvgIcon
66
66
  :class-object="{ svgElement: 'fill-neutral-500' }"
67
67
  class="mr-1 pt-1"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@icvdeveloper/common-module",
3
- "version": "0.0.63",
3
+ "version": "0.0.64",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "exports": {