tinacms 0.57.1 → 0.57.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.
- package/CHANGELOG.md +6 -0
- package/dist/edit-state.es.js +3 -0
- package/dist/edit-state.js +3 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/dist/edit-state.es.js
CHANGED
|
@@ -43,6 +43,9 @@ const ToggleButton = () => {
|
|
|
43
43
|
href: "/admin",
|
|
44
44
|
style: {
|
|
45
45
|
borderRadius: "0 50px 50px 0",
|
|
46
|
+
fontSize: "16px",
|
|
47
|
+
fontFamily: "Inter, 'Helvetica Neue', 'Arial Nova', Helvetica, Arial, sans-serif",
|
|
48
|
+
fontWeight: "bold",
|
|
46
49
|
textDecoration: "none",
|
|
47
50
|
background: "rgb(34, 150, 254)",
|
|
48
51
|
boxShadow: "0px 1px 3px rgb(0 0 0 / 10%), 0px 2px 6px rgb(0 0 0 / 20%)",
|
package/dist/edit-state.js
CHANGED
|
@@ -50,6 +50,9 @@ var __objRest = (source, exclude) => {
|
|
|
50
50
|
href: "/admin",
|
|
51
51
|
style: {
|
|
52
52
|
borderRadius: "0 50px 50px 0",
|
|
53
|
+
fontSize: "16px",
|
|
54
|
+
fontFamily: "Inter, 'Helvetica Neue', 'Arial Nova', Helvetica, Arial, sans-serif",
|
|
55
|
+
fontWeight: "bold",
|
|
53
56
|
textDecoration: "none",
|
|
54
57
|
background: "rgb(34, 150, 254)",
|
|
55
58
|
boxShadow: "0px 1px 3px rgb(0 0 0 / 10%), 0px 2px 6px rgb(0 0 0 / 20%)",
|