@sankhyalabs/ez-design 1.0.50 → 1.0.53
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 +14 -8
- 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
|
@@ -725,6 +725,9 @@ div {
|
|
|
725
725
|
border: none;
|
|
726
726
|
border-left: 2px solid #f2f5f8; }
|
|
727
727
|
|
|
728
|
+
.divider--dark {
|
|
729
|
+
border-color: #dce0e8; }
|
|
730
|
+
|
|
728
731
|
.box {
|
|
729
732
|
display: flex;
|
|
730
733
|
flex-wrap: wrap;
|
|
@@ -784,6 +787,10 @@ div {
|
|
|
784
787
|
width: 396px;
|
|
785
788
|
height: 792px; }
|
|
786
789
|
|
|
790
|
+
.box__container--size-auto {
|
|
791
|
+
width: auto;
|
|
792
|
+
height: auto; }
|
|
793
|
+
|
|
787
794
|
.box--info--success {
|
|
788
795
|
background-color: #157A00;
|
|
789
796
|
border-radius: 12px;
|
|
@@ -6975,12 +6982,11 @@ ag-grid, ag-grid-angular, ag-grid-ng2, ag-grid-polymer, ag-grid-aurelia {
|
|
|
6975
6982
|
display: none; }
|
|
6976
6983
|
.ag-sankhya-theme .ag-tabs-header.ag-menu-header {
|
|
6977
6984
|
display: none; }
|
|
6978
|
-
.ag-sankhya-theme .ag-row-selected
|
|
6979
|
-
.ag-sankhya-theme .ag-row-focus {
|
|
6985
|
+
.ag-sankhya-theme .ag-row-selected {
|
|
6980
6986
|
background-color: var(--background--strong); }
|
|
6981
6987
|
.ag-sankhya-theme .ag-row-hover {
|
|
6982
6988
|
background-color: var(--background--medium); }
|
|
6983
|
-
.ag-sankhya-theme .ag-row-
|
|
6989
|
+
.ag-sankhya-theme .ag-row-hover {
|
|
6984
6990
|
background-color: var(--background--strong); }
|
|
6985
6991
|
.ag-sankhya-theme .ag-root-wrapper {
|
|
6986
6992
|
border-bottom-right-radius: var(--border--radius-medium);
|
|
@@ -7057,10 +7063,10 @@ ag-grid, ag-grid-angular, ag-grid-ng2, ag-grid-polymer, ag-grid-aurelia {
|
|
|
7057
7063
|
border: none;
|
|
7058
7064
|
background-color: var(--background--medium); }
|
|
7059
7065
|
.ag-sankhya-theme .ag-ltr .ag-has-focus .ag-cell-focus:not(.ag-cell-range-selected) {
|
|
7060
|
-
border-right:
|
|
7061
|
-
border-left:
|
|
7062
|
-
border-top:
|
|
7063
|
-
border-bottom:
|
|
7066
|
+
border-right: var(--border--small) transparent;
|
|
7067
|
+
border-left: var(--border--small) transparent;
|
|
7068
|
+
border-top: var(--border--small) transparent;
|
|
7069
|
+
border-bottom: var(--border--small) transparent;
|
|
7064
7070
|
outline: none; }
|
|
7065
7071
|
.ag-sankhya-theme .ag-row-odd {
|
|
7066
7072
|
border-bottom: var(--border--small) var(--color--strokes); }
|
|
@@ -7180,4 +7186,4 @@ ag-grid, ag-grid-angular, ag-grid-ng2, ag-grid-polymer, ag-grid-aurelia {
|
|
|
7180
7186
|
background-color: var(--title--primary);
|
|
7181
7187
|
border-radius: var(--space--extra-small); }
|
|
7182
7188
|
.ag-sankhya-theme .ag-checkbox-input-wrapper.ag-checked > input[type="checkbox"]:before {
|
|
7183
|
-
border: var(--border--medium)
|
|
7189
|
+
border: var(--border--medium) var(--color--primary); }
|