adata-ui 2.0.93 → 2.0.94

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.
@@ -126,7 +126,7 @@ const selectedClasses = () => [
126
126
 
127
127
  const sizeOptions = {
128
128
  lg: 'px-4 py-2.5',
129
- sm: 'px-4 py-[7.5px]',
129
+ sm: 'px-4 py-2',
130
130
  ss: 'px-3 py-1.5',
131
131
  xs: 'px-3 py-[4px]'
132
132
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "adata-ui",
3
3
  "type": "module",
4
- "version": "2.0.93",
4
+ "version": "2.0.94",
5
5
  "main": "./nuxt.config.ts",
6
6
  "scripts": {
7
7
  "dev": "nuxi dev .playground",