cax-design-system 2.7.9 → 2.7.11
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/README.md +1 -1
- package/commentbox/commentbox.d.ts +15 -6
- package/esm2022/commentbox/commentbox.mjs +89 -55
- package/fesm2022/cax-design-system-commentbox.mjs +88 -54
- package/fesm2022/cax-design-system-commentbox.mjs.map +1 -1
- package/package.json +308 -308
- package/resources/cax.min.scss +1 -1
- package/resources/cax.scss +4 -0
package/resources/cax.scss
CHANGED
|
@@ -9236,6 +9236,9 @@ cax-inputmask.cax-inputmask-clearable .cax-inputmask-clear-icon {
|
|
|
9236
9236
|
.cax-editor-container .cax-editor-content {
|
|
9237
9237
|
border-bottom-right-radius: 6px;
|
|
9238
9238
|
border-bottom-left-radius: 6px;
|
|
9239
|
+
display: flex;
|
|
9240
|
+
flex-direction: column;
|
|
9241
|
+
height: 100%;
|
|
9239
9242
|
}
|
|
9240
9243
|
.cax-editor-container .cax-editor-content.ql-snow {
|
|
9241
9244
|
border: 1px solid var(--neutral-200);
|
|
@@ -9245,6 +9248,7 @@ cax-inputmask.cax-inputmask-clearable .cax-inputmask-clear-icon {
|
|
|
9245
9248
|
color: black;
|
|
9246
9249
|
border-bottom-right-radius: 6px;
|
|
9247
9250
|
border-bottom-left-radius: 6px;
|
|
9251
|
+
flex: 1;
|
|
9248
9252
|
}
|
|
9249
9253
|
.cax-editor-container .ql-snow.ql-toolbar button:hover,
|
|
9250
9254
|
.cax-editor-container .ql-snow.ql-toolbar button:focus {
|