@kopexa/dialog 17.2.23 → 17.2.24

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/dialog.d.mts CHANGED
@@ -1,6 +1,6 @@
1
1
  import * as react_jsx_runtime from 'react/jsx-runtime';
2
2
  import { Dialog } from '@base-ui/react/dialog';
3
- import { dialog, DialogVariantProps } from '@kopexa/theme';
3
+ import { DialogVariantProps, dialog } from '@kopexa/theme';
4
4
  import { ComponentProps } from 'react';
5
5
 
6
6
  type DialogContextValue = {
package/dist/dialog.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  import * as react_jsx_runtime from 'react/jsx-runtime';
2
2
  import { Dialog } from '@base-ui/react/dialog';
3
- import { dialog, DialogVariantProps } from '@kopexa/theme';
3
+ import { DialogVariantProps, dialog } from '@kopexa/theme';
4
4
  import { ComponentProps } from 'react';
5
5
 
6
6
  type DialogContextValue = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kopexa/dialog",
3
- "version": "17.2.23",
3
+ "version": "17.2.24",
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.24.6"
30
+ "@kopexa/theme": "17.25.0"
31
31
  },
32
32
  "dependencies": {
33
33
  "@base-ui/react": "^1.1.0",
34
34
  "@radix-ui/react-dialog": "^1.1.15",
35
- "@kopexa/icons": "17.7.23",
36
- "@kopexa/motion-utils": "17.0.58",
37
- "@kopexa/react-utils": "17.1.0",
38
- "@kopexa/shared-utils": "17.0.58",
39
- "@kopexa/use-controllable-state": "17.0.58"
35
+ "@kopexa/react-utils": "17.1.1",
36
+ "@kopexa/icons": "17.7.24",
37
+ "@kopexa/motion-utils": "17.0.59",
38
+ "@kopexa/shared-utils": "17.0.59",
39
+ "@kopexa/use-controllable-state": "17.0.59"
40
40
  },
41
41
  "clean-package": "../../../clean-package.config.json",
42
42
  "module": "dist/index.mjs",