@mixd-id/web-scaffold 0.1.230406138 → 0.1.230406139

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@mixd-id/web-scaffold",
3
3
  "private": false,
4
- "version": "0.1.230406138",
4
+ "version": "0.1.230406139",
5
5
  "scripts": {
6
6
  "dev": "vite serve",
7
7
  "build": "vite build",
@@ -127,6 +127,7 @@ export default{
127
127
  methods:{
128
128
 
129
129
  setPosition(noAnimation) {
130
+ if(!this.$refs.inner) return
130
131
 
131
132
  const index = this.index
132
133
  let left = 0
@@ -113,6 +113,7 @@ export default{
113
113
 
114
114
  .review{
115
115
  @apply relative flex flex-col gap-4;
116
+ @apply w-full mx-auto max-w-screen-xl;
116
117
  background-image: v-bind(bgImages[0]);
117
118
  }
118
119
 
@@ -1049,8 +1049,7 @@ export default{
1049
1049
  components: [
1050
1050
 
1051
1051
  { type:'Carousel', name:'Carousel', group:'Widgets', items:[], props:{
1052
- name: 'Carousel',
1053
- ratio:[ '2/1', '4/1' ]
1052
+ name: 'Carousel'
1054
1053
  }},
1055
1054
 
1056
1055
  { type:'ContactForm', name:'Contact Form', group:'Widgets', props:{