@sankhyalabs/ez-design 5.5.0 → 5.7.0
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/default/ez-themed.css +5 -4
- package/dist/default/ez-themed.min.css +1 -1
- package/dist/default/icons/fonts/ez-icons.css +6 -6
- package/dist/default/icons/fonts/ez-icons.eot +0 -0
- package/dist/default/icons/fonts/ez-icons.less +6 -6
- package/dist/default/icons/fonts/ez-icons.module.less +6 -6
- package/dist/default/icons/fonts/ez-icons.scss +6 -6
- package/dist/default/icons/fonts/ez-icons.styl +6 -6
- package/dist/default/icons/fonts/ez-icons.ttf +0 -0
- package/dist/default/icons/fonts/ez-icons.woff +0 -0
- package/dist/default/icons/fonts/ez-icons.woff2 +0 -0
- package/dist/default/icons/fonts/unicode.html +4 -4
- package/package.json +1 -1
|
@@ -840,6 +840,8 @@ body {
|
|
|
840
840
|
white-space: nowrap;
|
|
841
841
|
overflow: hidden;
|
|
842
842
|
text-overflow: ellipsis; }
|
|
843
|
+
.ez-text--break-line {
|
|
844
|
+
white-space: pre-line; }
|
|
843
845
|
|
|
844
846
|
.ez-title {
|
|
845
847
|
display: flex;
|
|
@@ -9089,13 +9091,12 @@ ag-grid, ag-grid-angular, ag-grid-ng2, ag-grid-polymer, ag-grid-aurelia {
|
|
|
9089
9091
|
display: flex; }
|
|
9090
9092
|
|
|
9091
9093
|
.grid_editor {
|
|
9092
|
-
--ez-text-input--height--slim:
|
|
9094
|
+
--ez-text-input--height--slim: 25px;
|
|
9093
9095
|
--ez-text-input--border-radius: 0px;
|
|
9094
9096
|
--ez-text-input__input--background-color: var(--background--xlight);
|
|
9095
9097
|
--ez-text-input__input--border-color: var(--background--xlight);
|
|
9098
|
+
--ez-text-input__input--focus--icon-color: var(--text--primary);
|
|
9096
9099
|
--ez-text-input__input--focus--border-color: var(--background--xlight);
|
|
9097
9100
|
--ez-text-input--color: var(--text--primary);
|
|
9101
|
+
--ez-text-input__icon--width: 32px;
|
|
9098
9102
|
height: 100%; }
|
|
9099
|
-
|
|
9100
|
-
ez-combo-box.grid_editor, ez-date-input.grid_editor {
|
|
9101
|
-
--ez-text-input__icon--width: 32px; }
|