@explorer-1/vue 1.1.10 → 1.1.12
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,19 @@
|
|
|
1
1
|
# @explorer-1/vue
|
|
2
2
|
|
|
3
|
+
## 1.1.12
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- e86b09b: Fixing typeface for accordion headings
|
|
8
|
+
|
|
9
|
+
## 1.1.11
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- Updated dependencies [cffc929]
|
|
14
|
+
- Updated dependencies [b14b6f9]
|
|
15
|
+
- @explorer-1/common@2.1.7
|
|
16
|
+
|
|
3
17
|
## 1.1.10
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@explorer-1/vue",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.12",
|
|
4
4
|
"private": false,
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"vue-router": "^5.0.3",
|
|
35
35
|
"vue3-compare-image": "^1.2.6",
|
|
36
36
|
"vue3-observe-visibility": "^1.0.6",
|
|
37
|
-
"@explorer-1/common": "2.1.
|
|
37
|
+
"@explorer-1/common": "2.1.7"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
40
|
"@vitejs/plugin-vue": "^6.0.5",
|
|
@@ -106,7 +106,7 @@ defineSlots<{
|
|
|
106
106
|
<button
|
|
107
107
|
v-bind-once="{ id: headingId, 'aria-controls': panelId }"
|
|
108
108
|
:aria-expanded="ariaExpanded"
|
|
109
|
-
class="BaseAccordion-trigger group flex flex-nowrap justify-between items-center w-full can-hover:hover:underline text-body-lg"
|
|
109
|
+
class="BaseAccordion-trigger group flex flex-nowrap justify-between items-center w-full can-hover:hover:underline text-body-lg font-primary"
|
|
110
110
|
@click="handleClick()"
|
|
111
111
|
>
|
|
112
112
|
<slot name="heading">
|