@ni/ok-components 1.4.0 → 1.4.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/dist/all-components-bundle.js +3 -2
- package/dist/all-components-bundle.js.map +1 -1
- package/dist/all-components-bundle.min.js +3 -2
- package/dist/all-components-bundle.min.js.map +1 -1
- package/dist/custom-elements.json +55 -55
- package/dist/custom-elements.md +14 -14
- package/package.json +2 -2
|
@@ -99555,8 +99555,9 @@ focus outline in that case.
|
|
|
99555
99555
|
|
|
99556
99556
|
.action-button {
|
|
99557
99557
|
align-self: flex-end;
|
|
99558
|
-
width:
|
|
99558
|
+
width: 48px;
|
|
99559
99559
|
margin: ${mediumPadding};
|
|
99560
|
+
height: ${controlSlimHeight};
|
|
99560
99561
|
}
|
|
99561
99562
|
|
|
99562
99563
|
.attachments {
|
|
@@ -99766,7 +99767,7 @@ focus outline in that case.
|
|
|
99766
99767
|
this.textArea?.blur();
|
|
99767
99768
|
}
|
|
99768
99769
|
shouldDisableSendButton() {
|
|
99769
|
-
return this.textArea.value.length === 0;
|
|
99770
|
+
return this.sendDisabled || this.textArea.value.length === 0;
|
|
99770
99771
|
}
|
|
99771
99772
|
resetInput() {
|
|
99772
99773
|
this.value = '';
|