@meshagent/meshagent-tailwind 0.5.9 → 0.5.10

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/CHANGELOG.md CHANGED
@@ -1,4 +1,4 @@
1
- ## [0.5.9]
1
+ ## [0.5.10]
2
2
  - Stability
3
3
 
4
4
  ## [0.5.8]
@@ -26,8 +26,8 @@ var import_jsx_runtime = require("react/jsx-runtime");
26
26
  var import_react = require("react");
27
27
  var import_client = require("react-dom/client");
28
28
  var import_react_hook_form = require("react-hook-form");
29
- var import_dialog = require("@/components/ui/dialog");
30
- var import_button = require("@/components/ui/button");
29
+ var import_dialog = require("../components/ui/dialog");
30
+ var import_button = require("../components/ui/button");
31
31
  var import_form = require("./form");
32
32
  function showUserFormDialog({ formSchema, title }) {
33
33
  return new Promise((resolve) => {
@@ -9,8 +9,8 @@ import {
9
9
  DialogTitle,
10
10
  DialogFooter,
11
11
  DialogClose
12
- } from "@/components/ui/dialog";
13
- import { Button } from "@/components/ui/button";
12
+ } from "../components/ui/dialog";
13
+ import { Button } from "../components/ui/button";
14
14
  import { FormField } from "./form";
15
15
  function showUserFormDialog({ formSchema, title }) {
16
16
  return new Promise((resolve) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@meshagent/meshagent-tailwind",
3
- "version": "0.5.9",
3
+ "version": "0.5.10",
4
4
  "description": "Meshagent Tailwind Components",
5
5
  "homepage": "https://github.com/meshagent/meshagent-tailwind",
6
6
  "scripts": {
@@ -30,8 +30,8 @@
30
30
  "CHANGELOG.md"
31
31
  ],
32
32
  "dependencies": {
33
- "@meshagent/meshagent": "^0.5.9",
34
- "@meshagent/meshagent-react": "^0.5.9",
33
+ "@meshagent/meshagent": "^0.5.10",
34
+ "@meshagent/meshagent-react": "^0.5.10",
35
35
  "@radix-ui/react-avatar": "^1.1.10",
36
36
  "@radix-ui/react-checkbox": "^1.3.2",
37
37
  "@radix-ui/react-dialog": "^1.1.14",