@worknice/whiteboard 0.4.5 → 0.4.6-rc.2
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,17 +1,16 @@
|
|
|
1
1
|
import * as __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__ from "react/jsx-runtime";
|
|
2
2
|
import * as __WEBPACK_EXTERNAL_MODULE__react_email_components_556b733c__ from "@react-email/components";
|
|
3
3
|
const EmailButton = ({ children, href })=>/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)(__WEBPACK_EXTERNAL_MODULE__react_email_components_556b733c__.Button, {
|
|
4
|
-
pX: 24,
|
|
5
|
-
pY: 12,
|
|
6
4
|
href: href,
|
|
7
5
|
style: {
|
|
8
6
|
background: "#90116E",
|
|
9
|
-
color: "#fff",
|
|
10
7
|
borderRadius: 6,
|
|
8
|
+
color: "#fff",
|
|
9
|
+
fontFamily: "sans-serif",
|
|
11
10
|
fontSize: 16,
|
|
12
11
|
lineHeight: 24,
|
|
13
|
-
|
|
14
|
-
|
|
12
|
+
margin: "0 0 20px",
|
|
13
|
+
padding: "12px 24px"
|
|
15
14
|
},
|
|
16
15
|
children: children
|
|
17
16
|
});
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@worknice/whiteboard",
|
|
3
3
|
"description": "",
|
|
4
|
-
"version": "0.4.
|
|
4
|
+
"version": "0.4.6-rc.2",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"private": false,
|
|
7
7
|
"files": [
|
|
@@ -37,11 +37,11 @@
|
|
|
37
37
|
"js-search": "^2.0.0",
|
|
38
38
|
"utf8": "^3.0.0",
|
|
39
39
|
"zod": "^3.22.3",
|
|
40
|
-
"@worknice/utils": "^0.3.
|
|
40
|
+
"@worknice/utils": "^0.3.16-rc.2"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
43
|
"@anolilab/semantic-release-pnpm": "^1.1.10",
|
|
44
|
-
"@react-email/components": "^0.0.
|
|
44
|
+
"@react-email/components": "^0.0.36",
|
|
45
45
|
"@rsbuild/plugin-react": "^1.1.0",
|
|
46
46
|
"@rslib/core": "^0.4.1",
|
|
47
47
|
"@total-typescript/tsconfig": "^1.0.4",
|