diff --git a/.gitignore b/.gitignore index f4074cf2..7a134843 100644 --- a/.gitignore +++ b/.gitignore @@ -42,4 +42,6 @@ themes-list.json # Playwright /test-results/ /playwright-report/ -/playwright/.cache/ \ No newline at end of file +/playwright/.cache/ + +debug.log diff --git a/package-lock.json b/package-lock.json index 8ea77e6d..54ab0fd9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@capitec/omni-components", - "version": "0.9.11", + "version": "0.9.12", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@capitec/omni-components", - "version": "0.9.11", + "version": "0.9.12", "license": "MIT", "dependencies": { "lit": "^3.1.0", diff --git a/package.json b/package.json index ffa56dcc..dbf1b672 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@capitec/omni-components", - "version": "0.9.11", + "version": "0.9.12", "type": "module", "description": "Modern UI component library for mobile and web", "scripts": { @@ -77,7 +77,12 @@ "expander" ], "exports": { - "./*": "./dist/*/index.js" + "./*": { + "import": { + "types": "./*/index.d.ts", + "default": "./dist/*/index.js" + } + } }, "repository": { "type": "git",