@kopexa/alert-dialog 17.0.27 → 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,9 +1,13 @@
1
1
  # @kopexa/alert-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
6
 
7
+ - **Author:** Kopexa (<https://kopexa.com>)
8
+ - **License:** Apache-2.0
9
+ - **Repository:** [kopexa-grc/sight](https://github.com/kopexa-grc/sight)
10
+
7
11
  ## Installation
8
12
 
9
13
  ```sh
@@ -1,5 +1,5 @@
1
1
  import * as react_jsx_runtime from 'react/jsx-runtime';
2
- import { AlertDialog } from '@base-ui-components/react/alert-dialog';
2
+ import { AlertDialog } from '@base-ui/react/alert-dialog';
3
3
  import { ButtonVariantProps } from '@kopexa/theme';
4
4
  import { ComponentProps } from 'react';
5
5
 
@@ -1,5 +1,5 @@
1
1
  import * as react_jsx_runtime from 'react/jsx-runtime';
2
- import { AlertDialog } from '@base-ui-components/react/alert-dialog';
2
+ import { AlertDialog } from '@base-ui/react/alert-dialog';
3
3
  import { ButtonVariantProps } from '@kopexa/theme';
4
4
  import { ComponentProps } from 'react';
5
5
 
@@ -34,7 +34,7 @@ __export(alert_dialog_exports, {
34
34
  AlertDialogTrigger: () => AlertDialogTrigger
35
35
  });
36
36
  module.exports = __toCommonJS(alert_dialog_exports);
37
- var import_alert_dialog = require("@base-ui-components/react/alert-dialog");
37
+ var import_alert_dialog = require("@base-ui/react/alert-dialog");
38
38
  var import_react_utils = require("@kopexa/react-utils");
39
39
  var import_shared_utils = require("@kopexa/shared-utils");
40
40
  var import_theme = require("@kopexa/theme");
@@ -11,7 +11,7 @@ import {
11
11
  AlertDialogRoot,
12
12
  AlertDialogTitle,
13
13
  AlertDialogTrigger
14
- } from "./chunk-5OQQOE47.mjs";
14
+ } from "./chunk-ZJNUXKD4.mjs";
15
15
  import "./chunk-C7GZJJIK.mjs";
16
16
  export {
17
17
  AlertDialogAction,
@@ -8,7 +8,7 @@ import {
8
8
  AlertDialogHeader,
9
9
  AlertDialogRoot,
10
10
  AlertDialogTitle
11
- } from "./chunk-5OQQOE47.mjs";
11
+ } from "./chunk-ZJNUXKD4.mjs";
12
12
 
13
13
  // src/confirm.dialog.tsx
14
14
  import { jsx, jsxs } from "react/jsx-runtime";
@@ -11,7 +11,7 @@ import {
11
11
  AlertDialogRoot,
12
12
  AlertDialogTitle,
13
13
  AlertDialogTrigger
14
- } from "./chunk-5OQQOE47.mjs";
14
+ } from "./chunk-ZJNUXKD4.mjs";
15
15
  import {
16
16
  __export
17
17
  } from "./chunk-C7GZJJIK.mjs";
@@ -4,7 +4,7 @@ import {
4
4
  } from "./chunk-KY5A23F3.mjs";
5
5
  import {
6
6
  ConfirmDialog
7
- } from "./chunk-SKOKGOQJ.mjs";
7
+ } from "./chunk-4MS3IWCU.mjs";
8
8
 
9
9
  // src/confirm.tsx
10
10
  import { useCallback, useMemo, useState } from "react";
@@ -1,7 +1,7 @@
1
1
  "use client";
2
2
 
3
3
  // src/alert-dialog.tsx
4
- import { AlertDialog as AlertDialogPrimitive } from "@base-ui-components/react/alert-dialog";
4
+ import { AlertDialog as AlertDialogPrimitive } from "@base-ui/react/alert-dialog";
5
5
  import { createContext } from "@kopexa/react-utils";
6
6
  import { cn } from "@kopexa/shared-utils";
7
7
  import { alertDialog, button } from "@kopexa/theme";
@@ -26,7 +26,7 @@ __export(confirm_dialog_exports, {
26
26
  module.exports = __toCommonJS(confirm_dialog_exports);
27
27
 
28
28
  // src/alert-dialog.tsx
29
- var import_alert_dialog = require("@base-ui-components/react/alert-dialog");
29
+ var import_alert_dialog = require("@base-ui/react/alert-dialog");
30
30
  var import_react_utils = require("@kopexa/react-utils");
31
31
  var import_shared_utils = require("@kopexa/shared-utils");
32
32
  var import_theme = require("@kopexa/theme");
@@ -1,9 +1,9 @@
1
1
  "use client";
2
2
  import {
3
3
  ConfirmDialog
4
- } from "./chunk-SKOKGOQJ.mjs";
5
- import "./chunk-FWY5LXLV.mjs";
6
- import "./chunk-5OQQOE47.mjs";
4
+ } from "./chunk-4MS3IWCU.mjs";
5
+ import "./chunk-625LK4S3.mjs";
6
+ import "./chunk-ZJNUXKD4.mjs";
7
7
  import "./chunk-C7GZJJIK.mjs";
8
8
  export {
9
9
  ConfirmDialog
package/dist/confirm.js CHANGED
@@ -31,7 +31,7 @@ var import_react_utils = require("@kopexa/react-utils");
31
31
  var [ConfirmInternalProvider, useConfirm] = (0, import_react_utils.createContext)();
32
32
 
33
33
  // src/alert-dialog.tsx
34
- var import_alert_dialog = require("@base-ui-components/react/alert-dialog");
34
+ var import_alert_dialog = require("@base-ui/react/alert-dialog");
35
35
  var import_react_utils2 = require("@kopexa/react-utils");
36
36
  var import_shared_utils = require("@kopexa/shared-utils");
37
37
  var import_theme = require("@kopexa/theme");
package/dist/confirm.mjs CHANGED
@@ -1,11 +1,11 @@
1
1
  "use client";
2
2
  import {
3
3
  ConfirmDialogProvider
4
- } from "./chunk-JYKU7M7Y.mjs";
4
+ } from "./chunk-JBXDSFA4.mjs";
5
5
  import "./chunk-KY5A23F3.mjs";
6
- import "./chunk-SKOKGOQJ.mjs";
7
- import "./chunk-FWY5LXLV.mjs";
8
- import "./chunk-5OQQOE47.mjs";
6
+ import "./chunk-4MS3IWCU.mjs";
7
+ import "./chunk-625LK4S3.mjs";
8
+ import "./chunk-ZJNUXKD4.mjs";
9
9
  import "./chunk-C7GZJJIK.mjs";
10
10
  export {
11
11
  ConfirmDialogProvider
package/dist/index.d.mts CHANGED
@@ -5,5 +5,5 @@ import 'react/jsx-runtime';
5
5
  import 'react';
6
6
  import './confirm.types.mjs';
7
7
  import './alert-dialog.mjs';
8
- import '@base-ui-components/react/alert-dialog';
8
+ import '@base-ui/react/alert-dialog';
9
9
  import '@kopexa/theme';
package/dist/index.d.ts CHANGED
@@ -5,5 +5,5 @@ import 'react/jsx-runtime';
5
5
  import 'react';
6
6
  import './confirm.types.js';
7
7
  import './alert-dialog.js';
8
- import '@base-ui-components/react/alert-dialog';
8
+ import '@base-ui/react/alert-dialog';
9
9
  import '@kopexa/theme';
package/dist/index.js CHANGED
@@ -51,7 +51,7 @@ __export(namespace_exports, {
51
51
  });
52
52
 
53
53
  // src/alert-dialog.tsx
54
- var import_alert_dialog = require("@base-ui-components/react/alert-dialog");
54
+ var import_alert_dialog = require("@base-ui/react/alert-dialog");
55
55
  var import_react_utils2 = require("@kopexa/react-utils");
56
56
  var import_shared_utils = require("@kopexa/shared-utils");
57
57
  var import_theme = require("@kopexa/theme");
package/dist/index.mjs CHANGED
@@ -1,15 +1,15 @@
1
1
  "use client";
2
2
  import {
3
3
  ConfirmDialogProvider
4
- } from "./chunk-JYKU7M7Y.mjs";
4
+ } from "./chunk-JBXDSFA4.mjs";
5
5
  import {
6
6
  useConfirm
7
7
  } from "./chunk-KY5A23F3.mjs";
8
- import "./chunk-SKOKGOQJ.mjs";
8
+ import "./chunk-4MS3IWCU.mjs";
9
9
  import {
10
10
  namespace_exports
11
- } from "./chunk-FWY5LXLV.mjs";
12
- import "./chunk-5OQQOE47.mjs";
11
+ } from "./chunk-625LK4S3.mjs";
12
+ import "./chunk-ZJNUXKD4.mjs";
13
13
  import "./chunk-C7GZJJIK.mjs";
14
14
  export {
15
15
  namespace_exports as AlertDialog,
@@ -1,5 +1,5 @@
1
1
  export { AlertDialogAction as Action, AlertDialogActionProps as ActionProps, AlertDialogCancel as Cancel, AlertDialogCancelProps as CancelProps, AlertDialogContent as Content, AlertDialogContentProps as ContentProps, AlertDialogDescription as Description, AlertDialogDescriptionProps as DescriptionProps, AlertDialogFooter as Footer, AlertDialogFooterProps as FooterProps, AlertDialogHeader as Header, AlertDialogHeaderProps as HeaderProps, AlertDialogOverlay as Overlay, AlertDialogOverlayProps as OverlayProps, AlertDialogPortal as Portal, AlertDialogPortalProps as PortalProps, AlertDialogRoot as Root, AlertDialogRootProps as RootProps, AlertDialogTitle as Title, AlertDialogTitleProps as TitleProps, AlertDialogTrigger as Trigger, AlertDialogTriggerProps as TriggerProps } from './alert-dialog.mjs';
2
2
  import 'react/jsx-runtime';
3
- import '@base-ui-components/react/alert-dialog';
3
+ import '@base-ui/react/alert-dialog';
4
4
  import '@kopexa/theme';
5
5
  import 'react';
@@ -1,5 +1,5 @@
1
1
  export { AlertDialogAction as Action, AlertDialogActionProps as ActionProps, AlertDialogCancel as Cancel, AlertDialogCancelProps as CancelProps, AlertDialogContent as Content, AlertDialogContentProps as ContentProps, AlertDialogDescription as Description, AlertDialogDescriptionProps as DescriptionProps, AlertDialogFooter as Footer, AlertDialogFooterProps as FooterProps, AlertDialogHeader as Header, AlertDialogHeaderProps as HeaderProps, AlertDialogOverlay as Overlay, AlertDialogOverlayProps as OverlayProps, AlertDialogPortal as Portal, AlertDialogPortalProps as PortalProps, AlertDialogRoot as Root, AlertDialogRootProps as RootProps, AlertDialogTitle as Title, AlertDialogTitleProps as TitleProps, AlertDialogTrigger as Trigger, AlertDialogTriggerProps as TriggerProps } from './alert-dialog.js';
2
2
  import 'react/jsx-runtime';
3
- import '@base-ui-components/react/alert-dialog';
3
+ import '@base-ui/react/alert-dialog';
4
4
  import '@kopexa/theme';
5
5
  import 'react';
package/dist/namespace.js CHANGED
@@ -36,7 +36,7 @@ __export(namespace_exports, {
36
36
  module.exports = __toCommonJS(namespace_exports);
37
37
 
38
38
  // src/alert-dialog.tsx
39
- var import_alert_dialog = require("@base-ui-components/react/alert-dialog");
39
+ var import_alert_dialog = require("@base-ui/react/alert-dialog");
40
40
  var import_react_utils = require("@kopexa/react-utils");
41
41
  var import_shared_utils = require("@kopexa/shared-utils");
42
42
  var import_theme = require("@kopexa/theme");
@@ -1,5 +1,5 @@
1
1
  "use client";
2
- import "./chunk-FWY5LXLV.mjs";
2
+ import "./chunk-625LK4S3.mjs";
3
3
  import {
4
4
  AlertDialogAction,
5
5
  AlertDialogCancel,
@@ -12,7 +12,7 @@ import {
12
12
  AlertDialogRoot,
13
13
  AlertDialogTitle,
14
14
  AlertDialogTrigger
15
- } from "./chunk-5OQQOE47.mjs";
15
+ } from "./chunk-ZJNUXKD4.mjs";
16
16
  import "./chunk-C7GZJJIK.mjs";
17
17
  export {
18
18
  AlertDialogAction as Action,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kopexa/alert-dialog",
3
- "version": "17.0.27",
3
+ "version": "17.1.0",
4
4
  "description": "A modal dialog that interrupts the user with important content and expects a response.",
5
5
  "keywords": [
6
6
  "alert-dialog"
@@ -28,12 +28,12 @@
28
28
  "motion": ">=12.23.6",
29
29
  "react": ">=19.0.0-rc.0",
30
30
  "react-dom": ">=19.0.0-rc.0",
31
- "@kopexa/theme": "17.14.0"
31
+ "@kopexa/theme": "17.15.0"
32
32
  },
33
33
  "dependencies": {
34
- "@base-ui-components/react": "1.0.0-rc.0",
35
- "@kopexa/shared-utils": "17.0.27",
36
- "@kopexa/react-utils": "17.0.27"
34
+ "@base-ui/react": "^1.1.0",
35
+ "@kopexa/react-utils": "17.0.28",
36
+ "@kopexa/shared-utils": "17.0.28"
37
37
  },
38
38
  "clean-package": "../../../clean-package.config.json",
39
39
  "module": "dist/index.mjs",