@manhphi1309/input-group 0.2.1 → 0.2.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.
package/dist/index.cjs CHANGED
@@ -8,7 +8,7 @@ let _manhphi1309_button = require("@manhphi1309/button");
8
8
  let _manhphi1309_input = require("@manhphi1309/input");
9
9
  let _manhphi1309_textarea = require("@manhphi1309/textarea");
10
10
  let react_jsx_runtime = require("react/jsx-runtime");
11
- //#region src/index.tsx
11
+ //#region index.tsx
12
12
  function InputGroup({ className, ...props }) {
13
13
  return /* @__PURE__ */ (0, react_jsx_runtime.jsx)("div", {
14
14
  "data-slot": "input-group",
package/dist/index.d.cts CHANGED
@@ -4,7 +4,7 @@ import * as React from "react";
4
4
  import { VariantProps } from "class-variance-authority";
5
5
  import { Button } from "@manhphi1309/button";
6
6
 
7
- //#region src/index.d.ts
7
+ //#region index.d.ts
8
8
  declare function InputGroup({
9
9
  className,
10
10
  ...props
package/dist/index.d.mts CHANGED
@@ -4,7 +4,7 @@ import { Button } from "@manhphi1309/button";
4
4
  import * as _$react_jsx_runtime0 from "react/jsx-runtime";
5
5
  import * as _$class_variance_authority_types0 from "class-variance-authority/types";
6
6
 
7
- //#region src/index.d.ts
7
+ //#region index.d.ts
8
8
  declare function InputGroup({
9
9
  className,
10
10
  ...props
package/dist/index.mjs CHANGED
@@ -6,7 +6,7 @@ import { Button } from "@manhphi1309/button";
6
6
  import { Input } from "@manhphi1309/input";
7
7
  import { Textarea } from "@manhphi1309/textarea";
8
8
  import { jsx } from "react/jsx-runtime";
9
- //#region src/index.tsx
9
+ //#region index.tsx
10
10
  function InputGroup({ className, ...props }) {
11
11
  return /* @__PURE__ */ jsx("div", {
12
12
  "data-slot": "input-group",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@manhphi1309/input-group",
3
- "version": "0.2.1",
3
+ "version": "0.2.2",
4
4
  "main": "./dist/index.cjs",
5
5
  "module": "./dist/index.mjs",
6
6
  "types": "./dist/index.d.ts",