@vaneui/ui 0.2.1-alpha.20250820195901.10bc288 → 0.2.1-alpha.20250820203636.5bf2e74

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/dist/index.esm.js CHANGED
@@ -3254,7 +3254,7 @@ class GapTheme extends BaseTheme {
3254
3254
  return [];
3255
3255
  }
3256
3256
  // If gap is true or undefined, apply gap classes based on size
3257
- if (gap === 'gap' || gap === undefined) {
3257
+ if (gap === 'gap') {
3258
3258
  const gapClass = this[size];
3259
3259
  return gapClass ? [gapClass] : [];
3260
3260
  }
package/dist/index.js CHANGED
@@ -3256,7 +3256,7 @@ class GapTheme extends BaseTheme {
3256
3256
  return [];
3257
3257
  }
3258
3258
  // If gap is true or undefined, apply gap classes based on size
3259
- if (gap === 'gap' || gap === undefined) {
3259
+ if (gap === 'gap') {
3260
3260
  const gapClass = this[size];
3261
3261
  return gapClass ? [gapClass] : [];
3262
3262
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vaneui/ui",
3
- "version": "0.2.1-alpha.20250820195901.10bc288",
3
+ "version": "0.2.1-alpha.20250820203636.5bf2e74",
4
4
  "description": "A simple and lightweight UI component library for React, built with Tailwind CSS.",
5
5
  "author": "",
6
6
  "license": "ISC",