@explorer-1/vue 0.2.89 → 0.2.90

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
  # @explorer-1/vue
2
2
 
3
+ ## 0.2.90
4
+
5
+ ### Patch Changes
6
+
7
+ - 9892b68: reverts back to v0.2.87 dependencies to get listing pages working again
8
+
3
9
  ## 0.2.89
4
10
 
5
11
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@explorer-1/vue",
3
- "version": "0.2.89",
3
+ "version": "0.2.90",
4
4
  "private": false,
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -14,7 +14,7 @@
14
14
  "prettier": "@explorer-1/prettier-config",
15
15
  "dependencies": {
16
16
  "@fancyapps/ui": "^4.0.26",
17
- "@tailwindcss/forms": "^0.5.9",
17
+ "@tailwindcss/forms": "^0.5.7",
18
18
  "animejs": "^3.2.2",
19
19
  "click-outside-vue3": "^4.0.1",
20
20
  "datebook": "^8.0.1",
@@ -22,28 +22,27 @@
22
22
  "fast-qs": "^2.0.3",
23
23
  "lodash": "^4.17.21",
24
24
  "mitt": "^3.0.1",
25
- "sass": "^1.80.5",
25
+ "sass": "^1.77.4",
26
26
  "swiper": "^11.1.3",
27
27
  "tailwindcss": "^3.4.14",
28
28
  "twitter-widgets": "^2.0.0",
29
- "vue": "^3.5.12",
29
+ "vue": "^3.5.3",
30
30
  "vue-bind-once": "^0.2.1",
31
31
  "vue3-compare-image": "^1.2.5",
32
- "vue3-observe-visibility": "^1.0.2",
32
+ "vue3-observe-visibility": "^1.0.1",
33
33
  "@explorer-1/common": "1.1.23"
34
34
  },
35
35
  "devDependencies": {
36
- "@vitejs/plugin-vue": "^5.1.4",
37
- "a11y-dialog": "^8.1.1",
38
- "autoprefixer": "^10.4.20",
39
- "eslint": "^9.14.0",
40
- "postcss": "^8.4.47",
36
+ "@vitejs/plugin-vue": "^5.0.4",
37
+ "a11y-dialog": "^8.1.0",
38
+ "autoprefixer": "^10.4.19",
39
+ "postcss": "^8.4.38",
41
40
  "postcss-import": "^16.1.0",
42
41
  "typescript": "^5.6.3",
43
- "unplugin-vue-components": "^0.27.4",
44
- "vite": "^5.4.10",
45
- "vite-plugin-dts": "^4.3.0",
46
- "vue-tsc": "^2.1.10",
42
+ "unplugin-vue-components": "^0.27.0",
43
+ "vite": "^5.3.1",
44
+ "vite-plugin-dts": "^3.9.1",
45
+ "vue-tsc": "^2.0.6",
47
46
  "@explorer-1/prettier-config": "1.0.0"
48
47
  },
49
48
  "scripts": {
@@ -135,8 +135,11 @@ const { heading, blocks, image, procedures, text } = reactive(props)
135
135
  }
136
136
  }
137
137
  ol.PageEduProcedureSectionSingleStep {
138
- @apply list-none indent-7 pr-4 xl:indent-0.5 xl:pr-0.5;
138
+ @apply list-none pl-7;
139
139
  text-wrap: pretty;
140
+ @screen lg {
141
+ @apply pl-0;
142
+ }
140
143
  > li {
141
144
  @apply relative w-full;
142
145
  counter-increment: step;