Skip to content

Commit

Permalink
### 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriele Panico committed Nov 7, 2023
1 parent 7e7c662 commit f78962f
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 5 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@
*Dario De Pascalis*
### **Copyrigth**: *Tiledesk SRL*

### 0.0.4
- added: new cds-modal-activate-bot while publishing a chatbot
- added: options on cds-connector
- added: drag icon in cds-description component only for previewMode
- changed: background and icon colors in cds-sidebar and cds-panel-intents-list
- changed: cds-action padding increased
- changed: cds-action-reply text element background and padding increased
- removed: webhook option from panel-intent-controls component

### 0.0.3
- added: cds-option zoom-in zoom-out and centerStage
- added: type in metadata element in cds-action-reply components
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@tiledesk/cds",
"author": "Tiledesk SRL",
"version": "0.0.3",
"version": "0.0.4",
"license": "MIT",
"homepage": "https://www.tiledesk.com",
"repository": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<div class="icon-action">
<img class="active-icon" [src]="element?.src" [title]="element?.name">
</div>
<p class="label-action">{{element?.name}}</p>
<p *ngIf="!previewMode" class="label-action">{{element?.name}}</p>
<span *ngIf="!previewMode && element?.status ==='beta'" class="trigger-beta-badge">Beta</span>
<div *ngIf="previewMode" class="action-btn-icon">
<button class="btn btn-tdblu-no-boxshadow drag-btn">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@
color: #394f5a;
padding: 0;
vertical-align: middle;
margin: 0 6px;
cursor: grab;
// margin: 0 6px;
.btn-tdblu-no-boxshadow {
margin: 0;
cursor: grab;
padding: 0!important;
background: transparent !important;
font-size: 12px;
Expand All @@ -53,7 +53,11 @@
align-items: center;
box-shadow: none;
}
.drag-btn img{
width: 16px;
}
}

}

.trigger-beta-badge {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@

.cds-text{
font-weight: 700;
color: $tiledesk-base-color;
}
}
.toggle-setting-sidebar-icon-wpr {
Expand Down
1 change: 1 addition & 0 deletions src/assets/sass/cds/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ $gray-02: rgb(239,241,245);
$gray-light-01: rgb(214, 214, 214);
$gray-light-02: rgb(223, 227, 237);

$tiledesk-base-color: rgb(224,106,88);
$success-connector: rgb(44, 191, 35);
$failure-connector: rgb(191, 35, 35);

Expand Down

0 comments on commit f78962f

Please sign in to comment.