@worknice/whiteboard 0.16.18 → 0.16.20
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.
|
@@ -5,9 +5,5 @@ type Props = {
|
|
|
5
5
|
tagName?: keyof JSX.IntrinsicElements;
|
|
6
6
|
justifyItems?: "start" | "end" | "center" | "stretch";
|
|
7
7
|
};
|
|
8
|
-
/**
|
|
9
|
-
* @deprecated Use CSS ("display: grid; row-gap: var(--size-00);") instead. That
|
|
10
|
-
* will allow for media query customisation.
|
|
11
|
-
*/
|
|
12
8
|
declare const VStack: ({ children, spacing, tagName: Tag, justifyItems, }: Props) => import("react/jsx-runtime").JSX.Element;
|
|
13
9
|
export default VStack;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@worknice/whiteboard",
|
|
3
3
|
"description": "",
|
|
4
|
-
"version": "0.16.
|
|
4
|
+
"version": "0.16.20",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"private": false,
|
|
7
7
|
"files": [
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"react-markdown": "^10.1.0",
|
|
39
39
|
"utf8": "^3.0.0",
|
|
40
40
|
"zod": "^3.22.3",
|
|
41
|
-
"@worknice/utils": "^0.6.
|
|
41
|
+
"@worknice/utils": "^0.6.63"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
44
|
"@anolilab/semantic-release-pnpm": "^1.1.10",
|