Skip to content

Commit

Permalink
### 1.0.7-rc.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriele Panico committed Dec 11, 2023
1 parent ce25dab commit 82078c8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
### **Copyrigth**: *Tiledesk SRL*

### 1.0.7-rc.6
- added: cds-action-make
- added: JSONparse function into cds-action-assing-variable-v2
- added: padding to scaleAndCenter bottom-right button icon
- bug-fixed: cds-action-assign-variable-v2 operand create double value obj
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -135,16 +135,17 @@
matTooltipHideDelay="100"
[matTooltipDisabled]="IS_OPEN_SIDEBAR">
<span *ngIf="IS_OPEN_SIDEBAR === true || IS_OPEN_SIDEBAR === false" class="item-icon">
<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24">
<!-- <svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24">
<path d="M320-520q17 0 28.5-11.5T360-560q0-17-11.5-28.5T320-600q-17 0-28.5 11.5T280-560q0 17 11.5 28.5T320-520Zm160 0q17 0 28.5-11.5T520-560q0-17-11.5-28.5T480-600q-17 0-28.5 11.5T440-560q0 17 11.5 28.5T480-520Zm160 0q17 0 28.5-11.5T680-560q0-17-11.5-28.5T640-600q-17 0-28.5 11.5T600-560q0 17 11.5 28.5T640-520ZM80-80v-720q0-33 23.5-56.5T160-880h640q33 0 56.5 23.5T880-800v480q0 33-23.5 56.5T800-240H240L80-80Zm126-240h594v-480H160v525l46-45Zm-46 0v-480 480Z"/>
</svg>
<!-- <svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24">
<circle fill="none" stroke="#000000" stroke-width="2" cx="5.9" cy="12" r="2.2"/>
<circle fill="none" stroke="#000000" stroke-width="2" cx="17.9" cy="5" r="2.2"/>
<circle fill="none" stroke="#000000" stroke-width="2" cx="14.9" cy="19" r="2.2"/>
<line fill="none" stroke="#000000" stroke-width="2" x1="7.5" y1="10.2" x2="15.5" y2="6.2"/>
<line fill="none" stroke="#000000" stroke-width="2" x1="12.4" y1="17.8" x2="7.5" y2="14.2"/>
</svg> -->
<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24">
<path d="M18.8,8.6c1.9,0,3.4-1.5,3.4-3.4s-1.5-3.4-3.4-3.4c-1.9,0-3.4,1.5-3.4,3.4c0,0.2,0,0.4,0.1,0.6l-8,4
C6.8,9.2,6.1,8.9,5.2,8.9c-1.9,0-3.4,1.5-3.4,3.4s1.5,3.4,3.4,3.4c0.8,0,1.5-0.3,2.1-0.7l6.1,3.2c0,0.2-0.1,0.4-0.1,0.6
c0,1.9,1.5,3.4,3.4,3.4c1.9,0,3.4-1.5,3.4-3.4s-1.5-3.4-3.4-3.4c-1,0-1.8,0.4-2.4,1l-5.8-3c0.1-0.3,0.2-0.7,0.2-1.1
c0-0.3,0-0.6-0.1-0.9l7.8-3.9C17,8.2,17.8,8.6,18.8,8.6z M16.7,17.1c0.9,0,1.7,0.8,1.7,1.7c0,0.9-0.8,1.7-1.7,1.7
c-0.9,0-1.7-0.8-1.7-1.7C15,17.9,15.7,17.1,16.7,17.1z M5.2,14c-0.9,0-1.7-0.8-1.7-1.7c0-0.9,0.8-1.7,1.7-1.7s1.7,0.8,1.7,1.7
C6.9,13.2,6.1,14,5.2,14z M18.8,3.5c0.9,0,1.7,0.8,1.7,1.7s-0.8,1.7-1.7,1.7c-0.9,0-1.7-0.8-1.7-1.7S17.9,3.5,18.8,3.5z"/>
</svg>
</span>
<p *ngIf="IS_OPEN_SIDEBAR === true" class="item-label">
{{ 'Blocks' | translate }}
Expand Down

0 comments on commit 82078c8

Please sign in to comment.