cc-core-cli 1.0.69 → 1.0.71
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/package.json
CHANGED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink" width="512" height="512" x="0" y="0" viewBox="0 0 682.667 682.667" style="enable-background:new 0 0 512 512" xml:space="preserve" class=""><g transform="matrix(-1,-1.2246467991473532e-16,1.2246467991473532e-16,-1,682.6649284362793,682.6689567565918)"><defs><clipPath id="a" clipPathUnits="userSpaceOnUse"><path d="M0 512h512V0H0Z" fill="#000000" opacity="1" data-original="#000000"></path></clipPath></defs><g clip-path="url(#a)" transform="matrix(1.33333 0 0 -1.33333 0 682.667)"><path d="m0 0-53.787 54.144c-11.716 11.808-30.71 11.808-42.426 0L-150 1" style="stroke-width:40;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" transform="translate(170 429)" fill="none" stroke="#000000" stroke-width="40" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-dasharray="none" stroke-opacity="" data-original="#000000"></path><path d="m0 0-52.787 53.144c-11.716 11.808-30.71 11.808-42.426 0L-148 1" style="stroke-width:40;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" transform="translate(492 430)" fill="none" stroke="#000000" stroke-width="40" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-dasharray="none" stroke-opacity="" data-original="#000000"></path><path d="M0 0v85.231c-.124 34.801-14.588 67.849-40.884 90.643l-78.536 68.081A120.53 120.53 0 0 0-161 335.028V458" style="stroke-width:40;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" transform="translate(256 20)" fill="none" stroke="#000000" stroke-width="40" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-dasharray="none" stroke-opacity="" data-original="#000000"></path><path d="m0 0 68.42 59.312A120.529 120.529 0 0 1 110 150.385v122.971" style="stroke-width:40;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1" transform="translate(308 204.644)" fill="none" stroke="#000000" stroke-width="40" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-dasharray="none" stroke-opacity="" data-original="#000000"></path></g></g></svg>
|
|
@@ -1858,6 +1858,17 @@ h4.ant-typography {
|
|
|
1858
1858
|
width: 200px;
|
|
1859
1859
|
}
|
|
1860
1860
|
|
|
1861
|
+
.custom-node-distribution-img {
|
|
1862
|
+
background-image: url('/static/images/split.svg');
|
|
1863
|
+
background-size: 18px 18px;
|
|
1864
|
+
height: 22px;
|
|
1865
|
+
width: 22px;
|
|
1866
|
+
position: absolute;
|
|
1867
|
+
top: 4px;
|
|
1868
|
+
left: 5px;
|
|
1869
|
+
background-repeat: no-repeat;
|
|
1870
|
+
}
|
|
1871
|
+
|
|
1861
1872
|
.custom-node-add-radius-flow {
|
|
1862
1873
|
padding: 4px 8px;
|
|
1863
1874
|
border: 1px dashed @text-color-disabled;
|