vueless 0.0.130 → 0.0.131

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,6 +1,6 @@
1
1
  {
2
2
  "name": "vueless",
3
- "version": "0.0.130",
3
+ "version": "0.0.131",
4
4
  "license": "MIT",
5
5
  "description": "Vue Styleless Component Framework.",
6
6
  "homepage": "https://vueless.com",
@@ -235,7 +235,7 @@ onMounted(() => {
235
235
  });
236
236
  </script>
237
237
 
238
- <style lang="postcss" scoped>
238
+ <!--style lang="postcss" scoped>
239
239
  /**
240
240
  * TODO: Move this styles to global vueless config using tailwind group class and remove footer classes
241
241
  *
@@ -258,7 +258,7 @@ onMounted(() => {
258
258
  }
259
259
 
260
260
  .dropdown-list {
261
- @apply mb-[calc(theme("spacing.mobile-menu-height")+3rem)];
261
+ @apply xmb-[calc(theme("spacing.mobile-menu-height")+3rem)];
262
262
  }
263
263
  }
264
264
 
@@ -289,4 +289,4 @@ onMounted(() => {
289
289
  }
290
290
  }
291
291
  */
292
- </style>
292
+ </style-->
package/web-types.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "framework": "vue",
3
3
  "name": "vueless",
4
- "version": "0.0.130",
4
+ "version": "0.0.131",
5
5
  "contributions": {
6
6
  "html": {
7
7
  "description-markup": "markdown",