@cronocode/react-box 0.1.1 → 0.1.2

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.
@@ -14,8 +14,8 @@ var __spreadValues = (a, b) => {
14
14
  }
15
15
  return a;
16
16
  };
17
- import Box from "../../box.js";
18
- import { j as jsx } from "../../chunk/jsx-runtime-8434466e.js";
17
+ import Box from "../box.js";
18
+ import { j as jsx } from "../chunk/jsx-runtime-8434466e.js";
19
19
  import "react";
20
20
  function Button(props) {
21
21
  const {
@@ -14,8 +14,8 @@ var __spreadValues = (a, b) => {
14
14
  }
15
15
  return a;
16
16
  };
17
- import Box from "../../box.js";
18
- import { j as jsx } from "../../chunk/jsx-runtime-8434466e.js";
17
+ import Box from "../box.js";
18
+ import { j as jsx } from "../chunk/jsx-runtime-8434466e.js";
19
19
  import "react";
20
20
  function Flex(props) {
21
21
  const {
package/package.json CHANGED
@@ -1,13 +1,24 @@
1
1
  {
2
2
  "name": "@cronocode/react-box",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "main": "./box.js",
5
5
  "module": "./box.js",
6
6
  "types": "./box.d.ts",
7
7
  "exports": {
8
8
  ".": {
9
9
  "import": "./box.js",
10
- "require": "./box.js"
10
+ "require": "./box.js",
11
+ "types": "./box.d.ts"
12
+ },
13
+ "./components/flex": {
14
+ "import": "./components/flex.js",
15
+ "require": "./components/flex.js",
16
+ "types": "./components/flex/index.d.ts"
17
+ },
18
+ "./components/button": {
19
+ "import": "./components/button.js",
20
+ "require": "./components/button.js",
21
+ "types": "./components/button/index.d.ts"
11
22
  }
12
23
  },
13
24
  "scripts": {