quix-ui 1.1.8 → 1.1.9

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/dist/index.js CHANGED
@@ -1402,5 +1402,3 @@ function Buttons(props) {
1402
1402
  }
1403
1403
 
1404
1404
  export { Buttons, ViewContainer };
1405
- Buttons;
1406
- exports.ViewContainer = ViewContainer;
package/package.json CHANGED
@@ -1,16 +1,16 @@
1
1
  {
2
2
  "name": "quix-ui",
3
- "version": "1.1.8",
3
+ "version": "1.1.9",
4
4
  "description": "This is a react component library.",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
7
7
  "module": "dist/index.js",
8
- "types": "dist/types/index.d.ts",
8
+ "types": "dist/index.d.ts",
9
9
  "exports": {
10
10
  ".": {
11
11
  "import": "./dist/index.js",
12
12
  "require": "./dist/index.js",
13
- "types": "./dist/types/index.d.ts"
13
+ "types": "./dist/index.d.ts"
14
14
  }
15
15
  },
16
16
  "files": [
@@ -80,7 +80,7 @@
80
80
  "jest": "^30.2.0",
81
81
  "jest-environment-jsdom": "^30.2.0",
82
82
  "jiti": "^2.6.1",
83
- "quix-ui": "^1.1.6",
83
+ "quix-ui": "^1.1.8",
84
84
  "react": "^18.3.1",
85
85
  "react-dom": "^18.3.1",
86
86
  "rimraf": "^6.1.2",
@@ -1 +0,0 @@
1
- export declare function Test(): import("react/jsx-runtime").JSX.Element;
File without changes
File without changes
File without changes
File without changes
File without changes