@vnejs/uis.react.backdrop 0.1.8 → 0.1.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/dist/Backdrop.d.ts
CHANGED
|
@@ -1,11 +1,6 @@
|
|
|
1
|
-
import { type BackdropProps } from "./Backdrop.types.js";
|
|
2
|
-
export declare
|
|
3
|
-
|
|
4
|
-
TYPE
|
|
5
|
-
|
|
6
|
-
readonly RIGHT: "right";
|
|
7
|
-
readonly BOTTOM: "bottom";
|
|
8
|
-
readonly LEFT: "left";
|
|
9
|
-
};
|
|
10
|
-
};
|
|
1
|
+
import { BackdropType, type BackdropProps } from "./Backdrop.types.js";
|
|
2
|
+
export declare function Backdrop({ zIndex, transition, type, size, opacity, color1, color2, className, children, }: BackdropProps): import("react").JSX.Element;
|
|
3
|
+
export declare namespace Backdrop {
|
|
4
|
+
export { BackdropType as TYPE };
|
|
5
|
+
}
|
|
11
6
|
//# sourceMappingURL=Backdrop.d.ts.map
|
package/dist/Backdrop.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Backdrop.d.ts","sourceRoot":"","sources":["../src/Backdrop.tsx"],"names":[],"mappings":"AAIA,OAAO,
|
|
1
|
+
{"version":3,"file":"Backdrop.d.ts","sourceRoot":"","sources":["../src/Backdrop.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAE,YAAY,EAAE,KAAK,aAAa,EAAE,MAAM,qBAAqB,CAAC;iCAI9C,EACvB,MAAa,EACb,UAAiB,EACjB,IAAS,EACT,IAAU,EACV,OAAW,EACX,MAAM,EACN,MAAM,EACN,SAAS,EACT,QAAQ,GACT,EAAE,aAAa;;aAkCA,YAAY"}
|
package/dist/Backdrop.types.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import type { CssInsertValueLength, CssInsertValueNumber, CssInsertValueString } from "@vnejs/uis.utils";
|
|
2
1
|
import type { ReactNode } from "react";
|
|
2
|
+
import type { CssInsertValueLength, CssInsertValueNumber, CssInsertValueString } from "@vnejs/uis.utils";
|
|
3
3
|
export declare const BackdropType: {
|
|
4
4
|
readonly TOP: "top";
|
|
5
5
|
readonly RIGHT: "right";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Backdrop.types.d.ts","sourceRoot":"","sources":["../src/Backdrop.types.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,oBAAoB,EAAE,oBAAoB,EAAE,oBAAoB,EAAE,MAAM,kBAAkB,CAAC;
|
|
1
|
+
{"version":3,"file":"Backdrop.types.d.ts","sourceRoot":"","sources":["../src/Backdrop.types.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvC,OAAO,KAAK,EAAE,oBAAoB,EAAE,oBAAoB,EAAE,oBAAoB,EAAE,MAAM,kBAAkB,CAAC;AAEzG,eAAO,MAAM,YAAY;aACvB,GAAG,EAAE,KAAK;aACV,KAAK,EAAE,OAAO;aACd,MAAM,EAAE,QAAQ;aAChB,IAAI,EAAE,MAAM;CACJ,CAAC;AAEX,MAAM,MAAM,iBAAiB,GAAG,CAAC,OAAO,YAAY,CAAC,CAAC,MAAM,OAAO,YAAY,CAAC,CAAC;AAEjF,MAAM,MAAM,aAAa,GAAG;IAC1B,MAAM,CAAC,EAAE,oBAAoB,CAAC;IAC9B,UAAU,CAAC,EAAE,oBAAoB,CAAC;IAClC,IAAI,CAAC,EAAE,iBAAiB,GAAG,EAAE,CAAC;IAC9B,IAAI,CAAC,EAAE,oBAAoB,CAAC;IAC5B,OAAO,CAAC,EAAE,oBAAoB,CAAC;IAC/B,MAAM,CAAC,EAAE,oBAAoB,CAAC;IAC9B,MAAM,CAAC,EAAE,oBAAoB,CAAC;IAC9B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,SAAS,CAAC;CACtB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Backdrop.types.js","sourceRoot":"","sources":["../src/Backdrop.types.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Backdrop.types.js","sourceRoot":"","sources":["../src/Backdrop.types.tsx"],"names":[],"mappings":"AAIA,MAAM,CAAC,MAAM,YAAY,GAAG;IAC1B,GAAG,EAAE,KAAK;IACV,KAAK,EAAE,OAAO;IACd,MAAM,EAAE,QAAQ;IAChB,IAAI,EAAE,MAAM;CACJ,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,13 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vnejs/uis.react.backdrop",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.10",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
6
|
"scripts": {
|
|
7
7
|
"build": "npx @vnejs/monorepo package",
|
|
8
|
-
"publish:major:uis:react": "npm run publish:major",
|
|
9
|
-
"publish:minor:uis:react": "npm run publish:minor",
|
|
10
|
-
"publish:patch:uis:react": "npm run publish:patch",
|
|
11
8
|
"publish:major": "npx @vnejs/monorepo publish major --access public",
|
|
12
9
|
"publish:minor": "npx @vnejs/monorepo publish minor --access public",
|
|
13
10
|
"publish:patch": "npx @vnejs/monorepo publish patch --access public"
|
|
@@ -15,9 +12,6 @@
|
|
|
15
12
|
"peerDependencies": {
|
|
16
13
|
"@vnejs/uis.utils": "~0.1.0"
|
|
17
14
|
},
|
|
18
|
-
"devDependencies": {
|
|
19
|
-
"@vnejs/uis.react": "~0.1.0"
|
|
20
|
-
},
|
|
21
15
|
"files": [
|
|
22
16
|
"dist",
|
|
23
17
|
"src",
|
package/src/Backdrop.stories.tsx
CHANGED
package/src/Backdrop.types.tsx
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
import type { CssInsertValueLength, CssInsertValueNumber, CssInsertValueString } from "@vnejs/uis.utils";
|
|
2
1
|
import type { ReactNode } from "react";
|
|
3
2
|
|
|
3
|
+
import type { CssInsertValueLength, CssInsertValueNumber, CssInsertValueString } from "@vnejs/uis.utils";
|
|
4
|
+
|
|
4
5
|
export const BackdropType = {
|
|
5
6
|
TOP: "top",
|
|
6
7
|
RIGHT: "right",
|