quix-ui 1.1.6 → 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.
@@ -0,0 +1,2 @@
1
+ export { default as ViewContainer } from './view/ViewContainer';
2
+ export { default as Buttons } from './components/Buttons/Buttons';
package/dist/index.js CHANGED
@@ -1,6 +1,4 @@
1
- 'use strict';
2
-
3
- var require$$0 = require('react');
1
+ import require$$0 from 'react';
4
2
 
5
3
  var jsxRuntime = {exports: {}};
6
4
 
@@ -1403,5 +1401,4 @@ function Buttons(props) {
1403
1401
  }, onClick: onClick, children: label });
1404
1402
  }
1405
1403
 
1406
- exports.Buttons = Buttons;
1407
- exports.ViewContainer = ViewContainer;
1404
+ export { Buttons, ViewContainer };
package/package.json CHANGED
@@ -1,16 +1,16 @@
1
1
  {
2
2
  "name": "quix-ui",
3
- "version": "1.1.6",
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,6 +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.8",
83
84
  "react": "^18.3.1",
84
85
  "react-dom": "^18.3.1",
85
86
  "rimraf": "^6.1.2",
@@ -98,7 +99,6 @@
98
99
  "react-dom": "^16"
99
100
  },
100
101
  "dependencies": {
101
- "fs": "^0.0.1-security",
102
- "quix-ui": "^1.1.5"
102
+ "fs": "^0.0.1-security"
103
103
  }
104
104
  }
@@ -1,2 +0,0 @@
1
- export * from './view/ViewContainer';
2
- export * from './components/Buttons/Buttons';
@@ -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