@sankhyalabs/ez-design 1.0.49 → 1.0.52
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 +27 -10
- 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/index.html +1 -1
- package/dist/default/icons/fonts/symbol.html +1 -1
- package/dist/default/icons/fonts/unicode.html +5 -5
- package/package.json +1 -1
|
@@ -707,9 +707,23 @@ div {
|
|
|
707
707
|
word-break: break-word;
|
|
708
708
|
padding-bottom: 3px; }
|
|
709
709
|
|
|
710
|
-
.divider {
|
|
710
|
+
.divider-horizontal {
|
|
711
711
|
width: 100%;
|
|
712
|
-
|
|
712
|
+
height: 0;
|
|
713
|
+
margin-left: 0;
|
|
714
|
+
margin-right: 0;
|
|
715
|
+
background: none;
|
|
716
|
+
border: none;
|
|
717
|
+
border-bottom: 2px solid #f2f5f8; }
|
|
718
|
+
|
|
719
|
+
.divider-vertical {
|
|
720
|
+
width: 0;
|
|
721
|
+
height: auto;
|
|
722
|
+
margin-top: 0;
|
|
723
|
+
margin-bottom: 0;
|
|
724
|
+
background: none;
|
|
725
|
+
border: none;
|
|
726
|
+
border-left: 2px solid #f2f5f8; }
|
|
713
727
|
|
|
714
728
|
.box {
|
|
715
729
|
display: flex;
|
|
@@ -770,6 +784,10 @@ div {
|
|
|
770
784
|
width: 396px;
|
|
771
785
|
height: 792px; }
|
|
772
786
|
|
|
787
|
+
.box__container--size-auto {
|
|
788
|
+
width: auto;
|
|
789
|
+
height: auto; }
|
|
790
|
+
|
|
773
791
|
.box--info--success {
|
|
774
792
|
background-color: #157A00;
|
|
775
793
|
border-radius: 12px;
|
|
@@ -6961,12 +6979,11 @@ ag-grid, ag-grid-angular, ag-grid-ng2, ag-grid-polymer, ag-grid-aurelia {
|
|
|
6961
6979
|
display: none; }
|
|
6962
6980
|
.ag-sankhya-theme .ag-tabs-header.ag-menu-header {
|
|
6963
6981
|
display: none; }
|
|
6964
|
-
.ag-sankhya-theme .ag-row-selected
|
|
6965
|
-
.ag-sankhya-theme .ag-row-focus {
|
|
6982
|
+
.ag-sankhya-theme .ag-row-selected {
|
|
6966
6983
|
background-color: var(--background--strong); }
|
|
6967
6984
|
.ag-sankhya-theme .ag-row-hover {
|
|
6968
6985
|
background-color: var(--background--medium); }
|
|
6969
|
-
.ag-sankhya-theme .ag-row-
|
|
6986
|
+
.ag-sankhya-theme .ag-row-hover {
|
|
6970
6987
|
background-color: var(--background--strong); }
|
|
6971
6988
|
.ag-sankhya-theme .ag-root-wrapper {
|
|
6972
6989
|
border-bottom-right-radius: var(--border--radius-medium);
|
|
@@ -7043,10 +7060,10 @@ ag-grid, ag-grid-angular, ag-grid-ng2, ag-grid-polymer, ag-grid-aurelia {
|
|
|
7043
7060
|
border: none;
|
|
7044
7061
|
background-color: var(--background--medium); }
|
|
7045
7062
|
.ag-sankhya-theme .ag-ltr .ag-has-focus .ag-cell-focus:not(.ag-cell-range-selected) {
|
|
7046
|
-
border-right:
|
|
7047
|
-
border-left:
|
|
7048
|
-
border-top:
|
|
7049
|
-
border-bottom:
|
|
7063
|
+
border-right: var(--border--small) transparent;
|
|
7064
|
+
border-left: var(--border--small) transparent;
|
|
7065
|
+
border-top: var(--border--small) transparent;
|
|
7066
|
+
border-bottom: var(--border--small) transparent;
|
|
7050
7067
|
outline: none; }
|
|
7051
7068
|
.ag-sankhya-theme .ag-row-odd {
|
|
7052
7069
|
border-bottom: var(--border--small) var(--color--strokes); }
|
|
@@ -7166,4 +7183,4 @@ ag-grid, ag-grid-angular, ag-grid-ng2, ag-grid-polymer, ag-grid-aurelia {
|
|
|
7166
7183
|
background-color: var(--title--primary);
|
|
7167
7184
|
border-radius: var(--space--extra-small); }
|
|
7168
7185
|
.ag-sankhya-theme .ag-checkbox-input-wrapper.ag-checked > input[type="checkbox"]:before {
|
|
7169
|
-
border: var(--border--medium)
|
|
7186
|
+
border: var(--border--medium) var(--color--primary); }
|