@goweekdays/layer-common 1.5.10 → 1.5.11

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/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @goweekdays/layer-common
2
2
 
3
+ ## 1.5.11
4
+
5
+ ### Patch Changes
6
+
7
+ - ea1d777: Refactor SwitchContext activator markup
8
+
3
9
  ## 1.5.10
4
10
 
5
11
  ### Patch Changes
@@ -6,21 +6,17 @@
6
6
  :close-on-content-click="false"
7
7
  >
8
8
  <template #activator="{ props }">
9
- <v-list class="pa-0">
10
- <v-list-item
11
- v-bind="props"
12
- :key="props.title"
13
- :prepend-icon="prop.icon"
14
- append-icon="mdi-chevron-down"
15
- :to="props.route"
16
- class="text-subtitle-2 font-weight-bold"
17
- rounded="e-pill"
18
- >
19
- <v-list-item-title class="text-truncate">
20
- {{ name || `Select ${prop.title}` }}
21
- </v-list-item-title>
22
- </v-list-item>
23
- </v-list>
9
+ <v-list-item
10
+ v-bind="props"
11
+ :key="props.title"
12
+ :prepend-icon="prop.icon"
13
+ append-icon="mdi-chevron-down"
14
+ class="text-subtitle-2 font-weight-bold"
15
+ >
16
+ <v-list-item-title class="text-truncate">
17
+ {{ name || `Select ${prop.title}` }}
18
+ </v-list-item-title>
19
+ </v-list-item>
24
20
  </template>
25
21
 
26
22
  <v-card width="300px" rounded="lg" class="pa-4">
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@goweekdays/layer-common",
3
3
  "license": "MIT",
4
4
  "type": "module",
5
- "version": "1.5.10",
5
+ "version": "1.5.11",
6
6
  "main": "./nuxt.config.ts",
7
7
  "publishConfig": {
8
8
  "access": "public"