decap-cms-ui-default 3.5.1 → 3.6.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.
|
@@ -520,7 +520,7 @@ iconSettings.defaultProps = {
|
|
|
520
520
|
var iconStrikethrough = function iconStrikethrough(props) {
|
|
521
521
|
return ___EmotionJSX("svg", props, ___EmotionJSX("path", {
|
|
522
522
|
fill: "#7A8291",
|
|
523
|
-
d: "
|
|
523
|
+
d: "M13.97 12.046c.073.537.04 1.11-.13 1.724-.426 1.521-1.414 2.557-2.785 2.919a4.48 4.48 0 0 1-1.144.142c-1.673 0-3.4-.832-4.375-1.8l-.42-.449 1.406-1.31.393.424c.79.783 2.428 1.457 3.65 1.136.715-.189 1.18-.704 1.425-1.575.132-.48.136-.875.024-1.211Zm-.256-7.928-1.31 1.401c-.84-.785-2.554-1.409-3.758-1.077-.687.185-1.133.656-1.366 1.437-.435 1.467.534 2.016 3.022 2.764.568.171 1.07.326 1.472.523h5.786v1.92H2.2v-1.92h4.494C5.609 8.39 4.88 7.216 5.44 5.332c.536-1.806 1.766-2.489 2.702-2.744 1.983-.534 4.35.386 5.572 1.529"
|
|
524
524
|
}));
|
|
525
525
|
};
|
|
526
526
|
iconStrikethrough.defaultProps = {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "decap-cms-ui-default",
|
|
3
3
|
"description": "Default UI components for Decap CMS.",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.6.0",
|
|
5
5
|
"repository": "https://github.com/decaporg/decap-cms/tree/main/packages/decap-cms-ui-default",
|
|
6
6
|
"bugs": "https://github.com/decaporg/decap-cms/issues",
|
|
7
7
|
"license": "MIT",
|
|
@@ -27,5 +27,5 @@
|
|
|
27
27
|
"prop-types": "^15.7.2",
|
|
28
28
|
"react": "^19.1.0"
|
|
29
29
|
},
|
|
30
|
-
"gitHead": "
|
|
30
|
+
"gitHead": "45c9f5b9a1a12f74321ce4658b71ec88d6365ec1"
|
|
31
31
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="22" height="20" viewBox="0 0 22 20"><path fill="#7A8291" d="M14.712 12.557c.092.672.05 1.388-.163 2.156-.532 1.901-1.767 3.196-3.48 3.648a5.6 5.6 0 0 1-1.43.178c-2.092 0-4.25-1.04-5.469-2.251l-.524-.56 1.756-1.638.492.53c.988.979 3.035 1.821 4.563 1.42.893-.236 1.475-.88 1.78-1.969.165-.6.171-1.094.03-1.514Zm-.32-9.91-1.637 1.752c-1.051-.981-3.192-1.761-4.698-1.347-.858.232-1.416.82-1.707 1.797-.544 1.833.668 2.52 3.778 3.455.71.214 1.336.407 1.84.653H19.2v2.4H0v-2.4h5.617C4.261 7.988 3.35 6.52 4.05 4.165c.67-2.258 2.207-3.111 3.378-3.43 2.478-.668 5.436.483 6.965 1.911"/></svg>
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="22" height="20" viewBox="0 0 22 20"><path fill="#7A8291" d="M14.712 12.557c.092.672.05 1.388-.163 2.156-.532 1.901-1.767 3.196-3.48 3.648a5.6 5.6 0 0 1-1.43.178c-2.092 0-4.25-1.04-5.469-2.251l-.524-.56 1.756-1.638.492.53c.988.979 3.035 1.821 4.563 1.42.893-.236 1.475-.88 1.78-1.969.165-.6.171-1.094.03-1.514Zm-.32-9.91-1.637 1.752c-1.051-.981-3.192-1.761-4.698-1.347-.858.232-1.416.82-1.707 1.797-.544 1.833.668 2.52 3.778 3.455.71.214 1.336.407 1.84.653H19.2v2.4H0v-2.4h5.617C4.261 7.988 3.35 6.52 4.05 4.165c.67-2.258 2.207-3.111 3.378-3.43 2.478-.668 5.436.483 6.965 1.911" transform="translate(11 10) scale(0.8) translate(-11 -10)"/></svg>
|