@explorer-1/vue 0.2.88 → 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,17 @@
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
+
9
+ ## 0.2.89
10
+
11
+ ### Patch Changes
12
+
13
+ - f7b4ed2: revert fix for #705
14
+
3
15
  ## 0.2.88
4
16
 
5
17
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@explorer-1/vue",
3
- "version": "0.2.88",
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": {
@@ -95,13 +95,6 @@ onMounted(() => {
95
95
  </div>
96
96
  </template>
97
97
  <style lang="scss" scoped>
98
- input[type='search'] {
99
- transform: scale(0.875);
100
- transform-origin: left;
101
- @media screen and (min-width: 1024px) {
102
- transform: scale(1);
103
- }
104
- }
105
98
  .custom-focus {
106
99
  input {
107
100
  outline: none;
@@ -57,9 +57,5 @@ export default defineComponent({
57
57
  .EmailInput::placeholder {
58
58
  @apply text-white text-opacity-40;
59
59
  }
60
- input[type='email'].EmailInput {
61
- transform: scale(0.875);
62
- transform-origin: left;
63
- }
64
60
  }
65
61
  </style>
@@ -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;