obeyaka-ui 0.1.5 → 0.1.6

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.
@@ -0,0 +1,4 @@
1
+ export * from '@/components';
2
+ export * from '@/theme';
3
+ export { ThemeProvider } from '@/theme/ThemeProvider';
4
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AACA,cAAc,cAAc,CAAC;AAG7B,cAAc,SAAS,CAAC;AACxB,OAAO,EAAE,aAAa,EAAE,MAAM,uBAAuB,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "obeyaka-ui",
3
- "version": "0.1.5",
3
+ "version": "0.1.6",
4
4
  "description": "Professional UI component library with React, TypeScript, Storybook, and Mantine",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.es.js",
@@ -22,7 +22,7 @@
22
22
  "build:storybook": "storybook build",
23
23
  "build:app": "vite build",
24
24
  "build:lib": "vite build --config vite.config.lib.ts",
25
- "build:types": "tsc --project tsconfig.build.json",
25
+ "build:types": "tsc --project tsconfig.build.json && cp dist/types/index.d.ts dist/index.d.ts && cp dist/types/index.d.ts.map dist/index.d.ts.map 2>/dev/null || true",
26
26
  "prepublishOnly": "npm run build",
27
27
  "preview": "vite preview",
28
28
  "test": "echo \"Error: no test specified\" && exit 1",