@superminimalui/table 0.0.26 → 0.0.28

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.
@@ -70,4 +70,4 @@ function Table({
70
70
  }
71
71
  );
72
72
  }
73
- //# sourceMappingURL=Table.cjs.js.map
73
+ //# sourceMappingURL=Table.js.map
package/dist/Table.mjs ADDED
@@ -0,0 +1,9 @@
1
+ "use client";
2
+ import {
3
+ Table
4
+ } from "./chunk-PJB4SVPO.mjs";
5
+ import "./chunk-JPNVXNLK.mjs";
6
+ export {
7
+ Table
8
+ };
9
+ //# sourceMappingURL=Table.mjs.map
@@ -21,4 +21,4 @@ export {
21
21
  borderWidthMap,
22
22
  borderVariantMap
23
23
  };
24
- //# sourceMappingURL=chunk-FI2OGWRT.esm.js.map
24
+ //# sourceMappingURL=chunk-JPNVXNLK.mjs.map
@@ -3,7 +3,7 @@ import {
3
3
  borderColorMap,
4
4
  borderVariantMap,
5
5
  borderWidthMap
6
- } from "./chunk-FI2OGWRT.esm.js";
6
+ } from "./chunk-JPNVXNLK.mjs";
7
7
 
8
8
  // src/Table.tsx
9
9
  import { cn } from "@superminimalui/core";
@@ -38,4 +38,4 @@ function Table({
38
38
  export {
39
39
  Table
40
40
  };
41
- //# sourceMappingURL=chunk-FQDHPB5Q.esm.js.map
41
+ //# sourceMappingURL=chunk-PJB4SVPO.mjs.map
@@ -72,4 +72,4 @@ function Table({
72
72
  }
73
73
  );
74
74
  }
75
- //# sourceMappingURL=index.cjs.js.map
75
+ //# sourceMappingURL=index.js.map
package/dist/index.mjs ADDED
@@ -0,0 +1,9 @@
1
+ "use client";
2
+ import {
3
+ Table
4
+ } from "./chunk-PJB4SVPO.mjs";
5
+ import "./chunk-JPNVXNLK.mjs";
6
+ export {
7
+ Table
8
+ };
9
+ //# sourceMappingURL=index.mjs.map
@@ -40,4 +40,4 @@ var borderVariantMap = {
40
40
  soft: "rounded-md",
41
41
  hard: "rounded-none"
42
42
  };
43
- //# sourceMappingURL=table.styles.cjs.js.map
43
+ //# sourceMappingURL=table.styles.js.map
@@ -3,10 +3,10 @@ import {
3
3
  borderColorMap,
4
4
  borderVariantMap,
5
5
  borderWidthMap
6
- } from "./chunk-FI2OGWRT.esm.js";
6
+ } from "./chunk-JPNVXNLK.mjs";
7
7
  export {
8
8
  borderColorMap,
9
9
  borderVariantMap,
10
10
  borderWidthMap
11
11
  };
12
- //# sourceMappingURL=table.styles.esm.js.map
12
+ //# sourceMappingURL=table.styles.mjs.map
@@ -17,4 +17,4 @@ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: tru
17
17
  // src/table.types.ts
18
18
  var table_types_exports = {};
19
19
  module.exports = __toCommonJS(table_types_exports);
20
- //# sourceMappingURL=table.types.cjs.js.map
20
+ //# sourceMappingURL=table.types.js.map
@@ -0,0 +1,2 @@
1
+ "use client";
2
+ //# sourceMappingURL=table.types.mjs.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@superminimalui/table",
3
- "version": "0.0.26",
3
+ "version": "0.0.28",
4
4
  "main": "dist/index.js",
5
5
  "files": [
6
6
  "dist"
package/dist/Table.esm.js DELETED
@@ -1,9 +0,0 @@
1
- "use client";
2
- import {
3
- Table
4
- } from "./chunk-FQDHPB5Q.esm.js";
5
- import "./chunk-FI2OGWRT.esm.js";
6
- export {
7
- Table
8
- };
9
- //# sourceMappingURL=Table.esm.js.map
package/dist/index.esm.js DELETED
@@ -1,9 +0,0 @@
1
- "use client";
2
- import {
3
- Table
4
- } from "./chunk-FQDHPB5Q.esm.js";
5
- import "./chunk-FI2OGWRT.esm.js";
6
- export {
7
- Table
8
- };
9
- //# sourceMappingURL=index.esm.js.map
@@ -1,2 +0,0 @@
1
- "use client";
2
- //# sourceMappingURL=table.types.esm.js.map
File without changes
File without changes
File without changes
File without changes