mosuk-ui 1.0.3 → 1.0.4
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/components/overlays/drawer/component/close/component.interface.d.ts +1 -1
- package/components/overlays/drawer/component/close/component.js +1 -1
- package/components/overlays/drawer/component/component.interface.d.ts +1 -1
- package/components/overlays/drawer/component/component.js +1 -1
- package/components/overlays/drawer/component/open/component.interface.d.ts +1 -1
- package/components/overlays/drawer/component/open/component.js +1 -1
- package/components/overlays/drawer/component/portal/component.interface.d.ts +1 -1
- package/components/overlays/drawer/component/portal/component.js +1 -1
- package/components/overlays/drawer/component/portal/viewport/backdrop/component.interface.d.ts +1 -1
- package/components/overlays/drawer/component/portal/viewport/backdrop/component.js +1 -1
- package/components/overlays/drawer/component/portal/viewport/component.interface.d.ts +1 -1
- package/components/overlays/drawer/component/portal/viewport/component.js +1 -1
- package/components/overlays/drawer/component/portal/viewport/popup/component.interface.d.ts +1 -1
- package/components/overlays/drawer/component/portal/viewport/popup/component.js +1 -1
- package/package.json +2 -2
|
@@ -20,7 +20,7 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
|
20
20
|
}
|
|
21
21
|
return t;
|
|
22
22
|
};
|
|
23
|
-
import {
|
|
23
|
+
import { Drawer as BaseUiDrawer } from '@base-ui/react';
|
|
24
24
|
import classNames from 'classnames';
|
|
25
25
|
import React from 'react';
|
|
26
26
|
export function DrawerClose(_a) {
|
|
@@ -20,7 +20,7 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
|
20
20
|
}
|
|
21
21
|
return t;
|
|
22
22
|
};
|
|
23
|
-
import {
|
|
23
|
+
import { Drawer as BaseUiDrawer } from '@base-ui/react';
|
|
24
24
|
import React from 'react';
|
|
25
25
|
export function Drawer(_a) {
|
|
26
26
|
var rest = __rest(_a, []);
|
|
@@ -20,7 +20,7 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
|
20
20
|
}
|
|
21
21
|
return t;
|
|
22
22
|
};
|
|
23
|
-
import {
|
|
23
|
+
import { Drawer as BaseUiDrawer } from '@base-ui/react';
|
|
24
24
|
import classNames from 'classnames';
|
|
25
25
|
import React from 'react';
|
|
26
26
|
export function DrawerOpen(_a) {
|
|
@@ -20,7 +20,7 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
|
20
20
|
}
|
|
21
21
|
return t;
|
|
22
22
|
};
|
|
23
|
-
import {
|
|
23
|
+
import { Drawer as BaseUiDrawer } from '@base-ui/react';
|
|
24
24
|
import classNames from 'classnames';
|
|
25
25
|
import React from 'react';
|
|
26
26
|
export function DrawerPortal(_a) {
|
|
@@ -20,7 +20,7 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
|
20
20
|
}
|
|
21
21
|
return t;
|
|
22
22
|
};
|
|
23
|
-
import {
|
|
23
|
+
import { Drawer as BaseUiDrawer } from '@base-ui/react';
|
|
24
24
|
import classNames from 'classnames';
|
|
25
25
|
import React from 'react';
|
|
26
26
|
import styles from '../../../component.module.css';
|
|
@@ -20,7 +20,7 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
|
20
20
|
}
|
|
21
21
|
return t;
|
|
22
22
|
};
|
|
23
|
-
import {
|
|
23
|
+
import { Drawer as BaseUiDrawer } from '@base-ui/react';
|
|
24
24
|
import classNames from 'classnames';
|
|
25
25
|
import React from 'react';
|
|
26
26
|
import styles from '../../component.module.css';
|
|
@@ -20,7 +20,7 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
|
20
20
|
}
|
|
21
21
|
return t;
|
|
22
22
|
};
|
|
23
|
-
import {
|
|
23
|
+
import { Drawer as BaseUiDrawer } from '@base-ui/react';
|
|
24
24
|
import classNames from 'classnames';
|
|
25
25
|
import React from 'react';
|
|
26
26
|
import styles from '../../../component.module.css';
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mosuk-ui",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.4",
|
|
4
4
|
"author": "mosuk",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"private": false,
|
|
7
7
|
"type": "module",
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@base-ui/react": "^1.
|
|
9
|
+
"@base-ui/react": "^1.3.0",
|
|
10
10
|
"@dnd-kit/core": "^6.3.1",
|
|
11
11
|
"@dnd-kit/sortable": "^10.0.0",
|
|
12
12
|
"@dnd-kit/utilities": "^3.2.2",
|