@vnejs/uis.react.wrap-with-content 0.1.9 → 0.2.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.
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { type WrapWithContentProps } from "./WrapWithContent.types.js";
|
|
2
|
-
export declare const WrapWithContent: ({ className, imageSrc, isSelected, isRounded, withHover, width, height, borderWidth, top, right, bottom, left, transition, renderTopLeft, renderTopRight, renderBottomLeft, renderBottomRight, topLeftText, topLeftSize, topRightText, topRightSize, bottomLeftText, bottomLeftSize, onClick, value, }: WrapWithContentProps) => import("react
|
|
2
|
+
export declare const WrapWithContent: ({ className, imageSrc, isSelected, isRounded, withHover, width, height, borderWidth, top, right, bottom, left, transition, renderTopLeft, renderTopRight, renderBottomLeft, renderBottomRight, topLeftText, topLeftSize, topRightText, topRightSize, bottomLeftText, bottomLeftSize, onClick, value, }: WrapWithContentProps) => import("react").JSX.Element;
|
|
3
3
|
//# sourceMappingURL=WrapWithContent.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"WrapWithContent.d.ts","sourceRoot":"","sources":["../src/WrapWithContent.tsx"],"names":[],"mappings":"AAUA,OAAO,EACL,KAAK,oBAAoB,EAI1B,MAAM,4BAA4B,CAAC;AAqCpC,eAAO,MAAM,eAAe,
|
|
1
|
+
{"version":3,"file":"WrapWithContent.d.ts","sourceRoot":"","sources":["../src/WrapWithContent.tsx"],"names":[],"mappings":"AAUA,OAAO,EACL,KAAK,oBAAoB,EAI1B,MAAM,4BAA4B,CAAC;AAqCpC,eAAO,MAAM,eAAe,2SA0BzB,oBAAoB,gCAoDtB,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,19 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vnejs/uis.react.wrap-with-content",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.2.0",
|
|
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"
|
|
14
11
|
},
|
|
15
12
|
"peerDependencies": {
|
|
16
|
-
"@vnejs/uis.utils": "~0.
|
|
13
|
+
"@vnejs/uis.utils": "~0.2.0"
|
|
17
14
|
},
|
|
18
15
|
"files": [
|
|
19
16
|
"dist",
|
|
@@ -21,7 +18,7 @@
|
|
|
21
18
|
"tsconfig.json"
|
|
22
19
|
],
|
|
23
20
|
"dependencies": {
|
|
24
|
-
"@vnejs/uis.react.text": "~0.
|
|
25
|
-
"@vnejs/uis.react.wrap": "~0.
|
|
21
|
+
"@vnejs/uis.react.text": "~0.2.0",
|
|
22
|
+
"@vnejs/uis.react.wrap": "~0.2.0"
|
|
26
23
|
}
|
|
27
24
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { VneWrap, renderWithVneWrap } from "@vnejs/uis.react.
|
|
1
|
+
import { VneWrap, renderWithVneWrap } from "@vnejs/uis.react.storybook";
|
|
2
2
|
import { Flex } from "@vnejs/uis.react.flex";
|
|
3
3
|
import { Text } from "@vnejs/uis.react.text";
|
|
4
4
|
import { WrapWithContent } from "./WrapWithContent.js";
|