@kopexa/dialog 17.0.26 → 17.1.0

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/README.md CHANGED
@@ -1,8 +1,12 @@
1
1
  # @kopexa/dialog
2
2
 
3
- A Quick description of the component
3
+ Part of the Kopexa Sight Design System.
4
4
 
5
5
  > This is an internal utility, not intended for public usage.
6
+ - **Author:** Kopexa (<https://kopexa.com>)
7
+ - **License:** Apache-2.0
8
+ - **Repository:** [kopexa-grc/sight](https://github.com/kopexa-grc/sight)
9
+
6
10
 
7
11
  ## Installation
8
12
 
@@ -1,7 +1,7 @@
1
1
  "use client";
2
2
 
3
3
  // src/dialog.tsx
4
- import { Dialog as DialogPrimitive } from "@base-ui-components/react/dialog";
4
+ import { Dialog as DialogPrimitive } from "@base-ui/react/dialog";
5
5
  import { CloseIcon } from "@kopexa/icons";
6
6
  import { createContext } from "@kopexa/react-utils";
7
7
  import { cn } from "@kopexa/shared-utils";
package/dist/dialog.d.mts CHANGED
@@ -1,5 +1,5 @@
1
1
  import * as react_jsx_runtime from 'react/jsx-runtime';
2
- import { Dialog } from '@base-ui-components/react/dialog';
2
+ import { Dialog } from '@base-ui/react/dialog';
3
3
  import { dialog, DialogVariantProps } from '@kopexa/theme';
4
4
  import { ComponentProps } from 'react';
5
5
 
package/dist/dialog.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  import * as react_jsx_runtime from 'react/jsx-runtime';
2
- import { Dialog } from '@base-ui-components/react/dialog';
2
+ import { Dialog } from '@base-ui/react/dialog';
3
3
  import { dialog, DialogVariantProps } from '@kopexa/theme';
4
4
  import { ComponentProps } from 'react';
5
5
 
package/dist/dialog.js CHANGED
@@ -36,7 +36,7 @@ __export(dialog_exports, {
36
36
  useDialogContext: () => useDialogContext
37
37
  });
38
38
  module.exports = __toCommonJS(dialog_exports);
39
- var import_dialog = require("@base-ui-components/react/dialog");
39
+ var import_dialog = require("@base-ui/react/dialog");
40
40
  var import_icons = require("@kopexa/icons");
41
41
  var import_react_utils = require("@kopexa/react-utils");
42
42
  var import_shared_utils = require("@kopexa/shared-utils");
package/dist/dialog.mjs CHANGED
@@ -13,7 +13,7 @@ import {
13
13
  DialogTitle,
14
14
  DialogTrigger,
15
15
  useDialogContext
16
- } from "./chunk-YUN727CX.mjs";
16
+ } from "./chunk-ECKTEUUJ.mjs";
17
17
  export {
18
18
  DialogBody,
19
19
  DialogClose,
package/dist/index.d.mts CHANGED
@@ -1,7 +1,7 @@
1
1
  import * as react_jsx_runtime from 'react/jsx-runtime';
2
2
  import { DialogRootProps, DialogBody, DialogCloseTrigger, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogOverlay, DialogPortal, DialogTitle, DialogTrigger } from './dialog.mjs';
3
3
  export { DialogBodyProps, DialogClose, DialogCloseProps, DialogCloseTriggerProps, DialogContentProps, DialogDescriptionProps, DialogFooterProps, DialogHeaderProps, DialogOverlayProps, DialogPortalProps, DialogRoot, DialogTitleProps, DialogTriggerProps, useDialogContext } from './dialog.mjs';
4
- import '@base-ui-components/react/dialog';
4
+ import '@base-ui/react/dialog';
5
5
  import '@kopexa/theme';
6
6
  import 'react';
7
7
 
package/dist/index.d.ts CHANGED
@@ -1,7 +1,7 @@
1
1
  import * as react_jsx_runtime from 'react/jsx-runtime';
2
2
  import { DialogRootProps, DialogBody, DialogCloseTrigger, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogOverlay, DialogPortal, DialogTitle, DialogTrigger } from './dialog.js';
3
3
  export { DialogBodyProps, DialogClose, DialogCloseProps, DialogCloseTriggerProps, DialogContentProps, DialogDescriptionProps, DialogFooterProps, DialogHeaderProps, DialogOverlayProps, DialogPortalProps, DialogRoot, DialogTitleProps, DialogTriggerProps, useDialogContext } from './dialog.js';
4
- import '@base-ui-components/react/dialog';
4
+ import '@base-ui/react/dialog';
5
5
  import '@kopexa/theme';
6
6
  import 'react';
7
7
 
package/dist/index.js CHANGED
@@ -39,7 +39,7 @@ __export(index_exports, {
39
39
  module.exports = __toCommonJS(index_exports);
40
40
 
41
41
  // src/dialog.tsx
42
- var import_dialog = require("@base-ui-components/react/dialog");
42
+ var import_dialog = require("@base-ui/react/dialog");
43
43
  var import_icons = require("@kopexa/icons");
44
44
  var import_react_utils = require("@kopexa/react-utils");
45
45
  var import_shared_utils = require("@kopexa/shared-utils");
package/dist/index.mjs CHANGED
@@ -13,7 +13,7 @@ import {
13
13
  DialogTitle,
14
14
  DialogTrigger,
15
15
  useDialogContext
16
- } from "./chunk-YUN727CX.mjs";
16
+ } from "./chunk-ECKTEUUJ.mjs";
17
17
 
18
18
  // src/index.ts
19
19
  var Dialog = Object.assign(DialogRoot, {
@@ -1,5 +1,5 @@
1
1
  export { DialogBody as Body, DialogBodyProps as BodyProps, DialogClose as Close, DialogCloseProps as CloseProps, DialogCloseTrigger as CloseTrigger, DialogCloseTriggerProps as CloseTriggerProps, DialogContent as Content, DialogContentProps as ContentProps, DialogDescription as Description, DialogDescriptionProps as DescriptionProps, DialogFooter as Footer, DialogFooterProps as FooterProps, DialogHeader as Header, DialogHeaderProps as HeaderProps, DialogOverlay as Overlay, DialogOverlayProps as OverlayProps, DialogPortal as Portal, DialogPortalProps as PortalProps, DialogRoot as Root, DialogRootProps as RootProps, DialogTitle as Title, DialogTitleProps as TitleProps, DialogTrigger as Trigger, DialogTriggerProps as TriggerProps } from './dialog.mjs';
2
2
  import 'react/jsx-runtime';
3
- import '@base-ui-components/react/dialog';
3
+ import '@base-ui/react/dialog';
4
4
  import '@kopexa/theme';
5
5
  import 'react';
@@ -1,5 +1,5 @@
1
1
  export { DialogBody as Body, DialogBodyProps as BodyProps, DialogClose as Close, DialogCloseProps as CloseProps, DialogCloseTrigger as CloseTrigger, DialogCloseTriggerProps as CloseTriggerProps, DialogContent as Content, DialogContentProps as ContentProps, DialogDescription as Description, DialogDescriptionProps as DescriptionProps, DialogFooter as Footer, DialogFooterProps as FooterProps, DialogHeader as Header, DialogHeaderProps as HeaderProps, DialogOverlay as Overlay, DialogOverlayProps as OverlayProps, DialogPortal as Portal, DialogPortalProps as PortalProps, DialogRoot as Root, DialogRootProps as RootProps, DialogTitle as Title, DialogTitleProps as TitleProps, DialogTrigger as Trigger, DialogTriggerProps as TriggerProps } from './dialog.js';
2
2
  import 'react/jsx-runtime';
3
- import '@base-ui-components/react/dialog';
3
+ import '@base-ui/react/dialog';
4
4
  import '@kopexa/theme';
5
5
  import 'react';
package/dist/namespace.js CHANGED
@@ -37,7 +37,7 @@ __export(namespace_exports, {
37
37
  module.exports = __toCommonJS(namespace_exports);
38
38
 
39
39
  // src/dialog.tsx
40
- var import_dialog = require("@base-ui-components/react/dialog");
40
+ var import_dialog = require("@base-ui/react/dialog");
41
41
  var import_icons = require("@kopexa/icons");
42
42
  var import_react_utils = require("@kopexa/react-utils");
43
43
  var import_shared_utils = require("@kopexa/shared-utils");
@@ -12,7 +12,7 @@ import {
12
12
  DialogRoot,
13
13
  DialogTitle,
14
14
  DialogTrigger
15
- } from "./chunk-YUN727CX.mjs";
15
+ } from "./chunk-ECKTEUUJ.mjs";
16
16
  export {
17
17
  DialogBody as Body,
18
18
  DialogClose as Close,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kopexa/dialog",
3
- "version": "17.0.26",
3
+ "version": "17.1.0",
4
4
  "description": "A window overlaid on either the primary window or another dialog window, rendering the content underneath inert.",
5
5
  "keywords": [
6
6
  "dialog"
@@ -27,16 +27,16 @@
27
27
  "peerDependencies": {
28
28
  "react": ">=19.0.0-rc.0",
29
29
  "react-dom": ">=19.0.0-rc.0",
30
- "@kopexa/theme": "17.13.1"
30
+ "@kopexa/theme": "17.15.0"
31
31
  },
32
32
  "dependencies": {
33
- "@base-ui-components/react": "1.0.0-rc.0",
33
+ "@base-ui/react": "^1.1.0",
34
34
  "@radix-ui/react-dialog": "^1.1.15",
35
- "@kopexa/icons": "17.3.8",
36
- "@kopexa/motion-utils": "17.0.26",
37
- "@kopexa/react-utils": "17.0.26",
38
- "@kopexa/shared-utils": "17.0.26",
39
- "@kopexa/use-controllable-state": "17.0.26"
35
+ "@kopexa/icons": "17.4.1",
36
+ "@kopexa/react-utils": "17.0.28",
37
+ "@kopexa/motion-utils": "17.0.28",
38
+ "@kopexa/use-controllable-state": "17.0.28",
39
+ "@kopexa/shared-utils": "17.0.28"
40
40
  },
41
41
  "clean-package": "../../../clean-package.config.json",
42
42
  "module": "dist/index.mjs",