vueless 0.0.127 → 0.0.129

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.127",
3
+ "version": "0.0.129",
4
4
  "license": "MIT",
5
5
  "description": "Vue Styleless Component Framework.",
6
6
  "homepage": "https://vueless.com",
@@ -49,7 +49,6 @@ export function vuelessPreset() {
49
49
  "safe-bottom": "env(safe-area-inset-bottom)",
50
50
  "safe-left": "env(safe-area-inset-left)",
51
51
  "safe-right": "env(safe-area-inset-right)",
52
- "mobile-menu-height": "3.5rem",
53
52
  },
54
53
  fontSize: {
55
54
  "2xs": ["0.625rem", "0.875rem"], // 10px
@@ -0,0 +1,2 @@
1
+ /* Hide `/index.js` from import in Tailwind config. */
2
+ export { vuelessPreset } from "./preset.tailwind/index.js";
@@ -1,6 +1,6 @@
1
1
  export default /*tw*/ {
2
2
  htmlBody: "bg-gray-50 group/body-gray",
3
- wrapperMobile: "overflow-x-hidden mb-[theme('spacing.mobile-menu-height')]",
3
+ wrapperMobile: "overflow-x-hidden",
4
4
  wrapper: {
5
5
  base: "min-h-screen UNotifyPage",
6
6
  variants: {
@@ -238,7 +238,7 @@ onMounted(() => {
238
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
+ *
242
242
  .vueless-page {
243
243
  &-footer {
244
244
  &-left:deep(.vueless-dropdown-button) {
@@ -288,4 +288,5 @@ onMounted(() => {
288
288
  }
289
289
  }
290
290
  }
291
+ */
291
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.127",
4
+ "version": "0.0.129",
5
5
  "contributions": {
6
6
  "html": {
7
7
  "description-markup": "markdown",