@likelion-design/ui 1.0.27 → 1.0.28-beta.0

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": "@likelion-design/ui",
3
- "version": "1.0.27",
3
+ "version": "1.0.28-beta.0",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -34,6 +34,7 @@
34
34
  "mcp:sync-version": "node -e \"const p=require('./package.json');const m=require('./mcp-server/package.json');m.version=p.version;require('fs').writeFileSync('./mcp-server/package.json',JSON.stringify(m,null,2)+'\\n')\"",
35
35
  "mcp:build": "cd mcp-server && npm run build:publish",
36
36
  "publish:all": "npm run build && npm publish --access public && npm run mcp:sync-version && npm run mcp:build && cd mcp-server && npm publish --access public",
37
+ "publish:beta": "npm run build && npm publish --access public --tag beta && npm run mcp:sync-version && npm run mcp:build && cd mcp-server && npm publish --access public --tag beta",
37
38
  "postversion": "npm run mcp:sync-version"
38
39
  },
39
40
  "engines": {
@@ -1,6 +0,0 @@
1
- import * as tailwindcss from 'tailwindcss';
2
-
3
- /** @type {import('tailwindcss').Config} */
4
- declare const preset: tailwindcss.Config;
5
-
6
- export { preset as default };