@clayui/css 3.44.2 → 3.45.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/lib/css/atlas.css +228 -1
- package/lib/css/atlas.css.map +1 -1
- package/lib/css/base.css +228 -1
- package/lib/css/base.css.map +1 -1
- package/lib/css/bootstrap.css.map +1 -1
- package/lib/css/cadmin.css +22 -14
- package/lib/css/cadmin.css.map +1 -1
- package/lib/images/icons/add-cell.svg +1 -1
- package/lib/images/icons/corner-radius.svg +12 -0
- package/lib/images/icons/font-family.svg +10 -0
- package/lib/images/icons/font-size.svg +10 -0
- package/lib/images/icons/icons.svg +1 -1
- package/lib/images/icons/shadow.svg +9 -0
- package/package.json +2 -2
- package/src/images/icons/add-cell.svg +1 -1
- package/src/images/icons/corner-radius.svg +12 -0
- package/src/images/icons/font-family.svg +10 -0
- package/src/images/icons/font-size.svg +10 -0
- package/src/images/icons/shadow.svg +9 -0
- package/src/scss/_components.scss +1 -0
- package/src/scss/_variables.scss +1 -0
- package/src/scss/atlas/variables/_forms.scss +2 -1
- package/src/scss/cadmin/components/_custom-forms.scss +4 -0
- package/src/scss/cadmin/components/_forms.scss +1 -1
- package/src/scss/cadmin/components/_links.scss +1 -6
- package/src/scss/cadmin/components/_navs.scss +8 -0
- package/src/scss/cadmin/components/_treeview.scss +135 -211
- package/src/scss/cadmin/variables/_custom-forms.scss +3 -0
- package/src/scss/cadmin/variables/_forms.scss +3 -2
- package/src/scss/cadmin/variables/_treeview.scss +21 -16
- package/src/scss/components/_forms.scss +1 -1
- package/src/scss/components/_links.scss +12 -0
- package/src/scss/components/_treeview.scss +310 -0
- package/src/scss/functions/_lx-icons-generated.scss +8 -0
- package/src/scss/variables/_forms.scss +3 -2
- package/src/scss/variables/_links.scss +17 -0
- package/src/scss/variables/_treeview.scss +222 -0
package/lib/css/cadmin.css
CHANGED
|
@@ -143,7 +143,7 @@ html:not(#__):not(#___) .cadmin th,
|
|
|
143
143
|
html:not(#__):not(#___) .cadmin thead,
|
|
144
144
|
html:not(#__):not(#___) .cadmin tr,
|
|
145
145
|
html:not(#__):not(#___) .cadmin ul,
|
|
146
|
-
html:not(#__):not(#___) .cadmin var {
|
|
146
|
+
html:not(#__):not(#___) .cadmin var, html:not(#__):not(#___) .cadmin .nav-link::before, html:not(#__):not(#___) .cadmin .custom-control-label::before, html:not(#__):not(#___) .cadmin .nav-link::after, html:not(#__):not(#___) .cadmin .custom-control-label::after {
|
|
147
147
|
animation: none;
|
|
148
148
|
background-color: transparent;
|
|
149
149
|
background-image: none;
|
|
@@ -182,6 +182,11 @@ html:not(#__):not(#___) .cadmin var {
|
|
|
182
182
|
word-spacing: inherit;
|
|
183
183
|
}
|
|
184
184
|
|
|
185
|
+
html:not(#__):not(#___) .cadmin .nav-link::before, html:not(#__):not(#___) .cadmin .custom-control-label::before, html:not(#__):not(#___) .cadmin .nav-link::after, html:not(#__):not(#___) .cadmin .custom-control-label::after {
|
|
186
|
+
content: normal;
|
|
187
|
+
display: inline;
|
|
188
|
+
}
|
|
189
|
+
|
|
185
190
|
/* REUSE-Snippet-Begin
|
|
186
191
|
* SPDX-License-Identifier: MIT
|
|
187
192
|
* SPDX-FileCopyrightText: © 2016 Nicolas Gallagher and Jonathan Neal <https://github.com/necolas/normalize.css>
|
|
@@ -6322,10 +6327,11 @@ html:not(#__):not(#___) .cadmin .form-control[contenteditable] p {
|
|
|
6322
6327
|
html:not(#__):not(#___) .cadmin .form-control .label {
|
|
6323
6328
|
border-width: 1px;
|
|
6324
6329
|
font-size: 12px;
|
|
6325
|
-
height:
|
|
6330
|
+
height: auto;
|
|
6326
6331
|
margin-bottom: 5px;
|
|
6327
6332
|
margin-right: 10px;
|
|
6328
6333
|
margin-top: 5px;
|
|
6334
|
+
min-height: 24px;
|
|
6329
6335
|
text-transform: none;
|
|
6330
6336
|
}
|
|
6331
6337
|
html:not(#__):not(#___) .cadmin fieldset[disabled] .form-control {
|
|
@@ -7738,6 +7744,7 @@ html:not(#__):not(#___) .cadmin .custom-control label {
|
|
|
7738
7744
|
display: inline;
|
|
7739
7745
|
font-size: 16px;
|
|
7740
7746
|
margin-bottom: 0;
|
|
7747
|
+
position: static;
|
|
7741
7748
|
}
|
|
7742
7749
|
html:not(#__):not(#___) .cadmin .custom-control-label {
|
|
7743
7750
|
cursor: pointer;
|
|
@@ -7777,6 +7784,7 @@ html:not(#__):not(#___) .cadmin .custom-control-label::before {
|
|
|
7777
7784
|
top: 2px;
|
|
7778
7785
|
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
|
|
7779
7786
|
width: 16px;
|
|
7787
|
+
z-index: 0;
|
|
7780
7788
|
}
|
|
7781
7789
|
@media (prefers-reduced-motion: reduce) {
|
|
7782
7790
|
html:not(#__):not(#___) .cadmin .custom-control-label::before {
|
|
@@ -7792,6 +7800,7 @@ html:not(#__):not(#___) .cadmin .custom-control-label::after {
|
|
|
7792
7800
|
position: absolute;
|
|
7793
7801
|
top: 2px;
|
|
7794
7802
|
width: 16px;
|
|
7803
|
+
z-index: 0;
|
|
7795
7804
|
}
|
|
7796
7805
|
html:not(#__):not(#___) .cadmin .custom-control-input {
|
|
7797
7806
|
cursor: pointer;
|
|
@@ -17769,14 +17778,6 @@ html:not(#__):not(#___) .cadmin .treeview-item {
|
|
|
17769
17778
|
overflow-wrap: break-word;
|
|
17770
17779
|
word-wrap: break-word;
|
|
17771
17780
|
}
|
|
17772
|
-
html:not(#__):not(#___) .cadmin .treeview-item.disabled {
|
|
17773
|
-
cursor: not-allowed;
|
|
17774
|
-
opacity: 0.4;
|
|
17775
|
-
}
|
|
17776
|
-
html:not(#__):not(#___) .cadmin .treeview-item.disabled .treeview-dropping-bottom, html:not(#__):not(#___) .cadmin .treeview-item.disabled .treeview-dropping-middle, html:not(#__):not(#___) .cadmin .treeview-item.disabled .treeview-dropping-top {
|
|
17777
|
-
border-color: transparent;
|
|
17778
|
-
background-color: transparent;
|
|
17779
|
-
}
|
|
17780
17781
|
html:not(#__):not(#___) .cadmin .treeview-link {
|
|
17781
17782
|
cursor: pointer;
|
|
17782
17783
|
display: block;
|
|
@@ -17801,16 +17802,14 @@ html:not(#__):not(#___) .cadmin .treeview-link:focus {
|
|
|
17801
17802
|
outline: 0;
|
|
17802
17803
|
}
|
|
17803
17804
|
html:not(#__):not(#___) .cadmin .treeview-link.treeview-dropping-bottom {
|
|
17804
|
-
|
|
17805
|
-
border-bottom-color: #80acff;
|
|
17805
|
+
box-shadow: 0 2px 0 0 #80acff;
|
|
17806
17806
|
}
|
|
17807
17807
|
html:not(#__):not(#___) .cadmin .treeview-link.treeview-dropping-middle {
|
|
17808
17808
|
background-color: #f0f5ff;
|
|
17809
17809
|
border-color: #80acff;
|
|
17810
17810
|
}
|
|
17811
17811
|
html:not(#__):not(#___) .cadmin .treeview-link.treeview-dropping-top {
|
|
17812
|
-
|
|
17813
|
-
border-top-width: 2px;
|
|
17812
|
+
box-shadow: 0 -2px 0 0 #80acff;
|
|
17814
17813
|
}
|
|
17815
17814
|
html:not(#__):not(#___) .cadmin .treeview-link.hover .component-action, html:not(#__):not(#___) .cadmin .treeview-link:hover .component-action, html:not(#__):not(#___) .cadmin .treeview-link.focus .component-action, html:not(#__):not(#___) .cadmin .treeview-link:focus .component-action {
|
|
17816
17815
|
display: block;
|
|
@@ -17824,6 +17823,15 @@ html:not(#__):not(#___) .cadmin .treeview-link.show .component-expander .lexicon
|
|
|
17824
17823
|
html:not(#__):not(#___) .cadmin .treeview-nested-margins .treeview-group .treeview-item {
|
|
17825
17824
|
margin-left: 24px;
|
|
17826
17825
|
}
|
|
17826
|
+
html:not(#__):not(#___) .cadmin .treeview-item-dragging {
|
|
17827
|
+
cursor: not-allowed;
|
|
17828
|
+
opacity: 0.4;
|
|
17829
|
+
}
|
|
17830
|
+
html:not(#__):not(#___) .cadmin .treeview-item-dragging .treeview-link {
|
|
17831
|
+
background-color: transparent;
|
|
17832
|
+
border-color: transparent;
|
|
17833
|
+
box-shadow: none;
|
|
17834
|
+
}
|
|
17827
17835
|
html:not(#__):not(#___) .cadmin .treeview-dragging {
|
|
17828
17836
|
background-color: #fff;
|
|
17829
17837
|
border-color: #80acff;
|