@tan-ahmed/tan-ui-kit 0.1.2 → 0.1.3

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.
Files changed (2) hide show
  1. package/dist/styles.d.ts +3 -0
  2. package/package.json +2 -2
@@ -0,0 +1,3 @@
1
+ // Type declaration for styles import
2
+ declare const styles: string;
3
+ export default styles;
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@tan-ahmed/tan-ui-kit",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "A React component library built with Tailwind CSS v4 and shadcn/ui components",
5
5
  "type": "module",
6
- "main": "./dist/tan-ui-kit.cjs.js",
6
+
7
7
  "module": "./dist/tan-ui-kit.es.js",
8
8
  "types": "./dist/index.d.ts",
9
9
  "exports": {