@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/atlas.css
CHANGED
|
@@ -7275,10 +7275,11 @@ fieldset[disabled] label .form-control {
|
|
|
7275
7275
|
}
|
|
7276
7276
|
.form-control .label {
|
|
7277
7277
|
border-width: 0.0625rem;
|
|
7278
|
-
height:
|
|
7278
|
+
height: auto;
|
|
7279
7279
|
margin-bottom: 0.3125rem;
|
|
7280
7280
|
margin-right: 0.625rem;
|
|
7281
7281
|
margin-top: 0.3125rem;
|
|
7282
|
+
min-height: 1.5rem;
|
|
7282
7283
|
font-size: 0.75rem;
|
|
7283
7284
|
text-transform: none;
|
|
7284
7285
|
}
|
|
@@ -8239,6 +8240,17 @@ button.link-outline {
|
|
|
8239
8240
|
margin-top: 0;
|
|
8240
8241
|
}
|
|
8241
8242
|
|
|
8243
|
+
.component-icon {
|
|
8244
|
+
align-items: center;
|
|
8245
|
+
display: inline-flex;
|
|
8246
|
+
height: 32px;
|
|
8247
|
+
justify-content: center;
|
|
8248
|
+
width: 32px;
|
|
8249
|
+
}
|
|
8250
|
+
.component-icon .lexicon-icon {
|
|
8251
|
+
margin-top: 0;
|
|
8252
|
+
}
|
|
8253
|
+
|
|
8242
8254
|
.clay-range {
|
|
8243
8255
|
padding-bottom: 0.1px;
|
|
8244
8256
|
}
|
|
@@ -20662,6 +20674,221 @@ caption {
|
|
|
20662
20674
|
margin-left: 0;
|
|
20663
20675
|
right: 0.5rem;
|
|
20664
20676
|
}
|
|
20677
|
+
.treeview {
|
|
20678
|
+
display: flex;
|
|
20679
|
+
flex-direction: column;
|
|
20680
|
+
font-size: 14px;
|
|
20681
|
+
list-style: none;
|
|
20682
|
+
margin-bottom: 0;
|
|
20683
|
+
padding: 2px 0;
|
|
20684
|
+
}
|
|
20685
|
+
.treeview .btn-monospaced {
|
|
20686
|
+
font-size: 14px;
|
|
20687
|
+
height: 24px;
|
|
20688
|
+
width: 24px;
|
|
20689
|
+
}
|
|
20690
|
+
.treeview .btn-monospaced:focus, .treeview .btn-monospaced.focus {
|
|
20691
|
+
box-shadow: inset 0 0 0 0.125rem #80acff , inset 0 0 0 0.25rem #fff;
|
|
20692
|
+
}
|
|
20693
|
+
.treeview .btn-monospaced:active:focus {
|
|
20694
|
+
box-shadow: inset 0 0 0 0.125rem #80acff , inset 0 0 0 0.25rem #fff;
|
|
20695
|
+
}
|
|
20696
|
+
.treeview .custom-control {
|
|
20697
|
+
margin-left: 4px;
|
|
20698
|
+
margin-right: 4px;
|
|
20699
|
+
margin-top: 1.5px;
|
|
20700
|
+
}
|
|
20701
|
+
.treeview .component-expander .lexicon-icon:not(.component-expanded-d-none) {
|
|
20702
|
+
display: none;
|
|
20703
|
+
}
|
|
20704
|
+
.treeview .component-action {
|
|
20705
|
+
display: none;
|
|
20706
|
+
margin-left: 2px;
|
|
20707
|
+
margin-right: 2px;
|
|
20708
|
+
}
|
|
20709
|
+
.treeview .component-action:hover {
|
|
20710
|
+
background-color: transparent;
|
|
20711
|
+
color: #6b6c7e;
|
|
20712
|
+
}
|
|
20713
|
+
.treeview .component-action:focus, .treeview .component-action.focus {
|
|
20714
|
+
color: #6b6c7e;
|
|
20715
|
+
}
|
|
20716
|
+
.treeview .component-action:active {
|
|
20717
|
+
background-color: transparent;
|
|
20718
|
+
}
|
|
20719
|
+
.treeview .component-action.active {
|
|
20720
|
+
background-color: transparent;
|
|
20721
|
+
}
|
|
20722
|
+
.treeview .component-action[aria-expanded=true], .treeview .component-action.show {
|
|
20723
|
+
background-color: transparent;
|
|
20724
|
+
}
|
|
20725
|
+
.treeview .component-icon {
|
|
20726
|
+
display: inline;
|
|
20727
|
+
height: auto;
|
|
20728
|
+
margin-left: 4px;
|
|
20729
|
+
margin-right: 4px;
|
|
20730
|
+
width: auto;
|
|
20731
|
+
}
|
|
20732
|
+
.treeview .component-text {
|
|
20733
|
+
padding-bottom: 1.5px;
|
|
20734
|
+
padding-left: 4px;
|
|
20735
|
+
padding-top: 1.5px;
|
|
20736
|
+
-ms-user-select: auto;
|
|
20737
|
+
-moz-user-select: auto;
|
|
20738
|
+
-webkit-user-select: auto;
|
|
20739
|
+
user-select: auto;
|
|
20740
|
+
}
|
|
20741
|
+
.treeview.show-component-expander-on-hover:hover .component-expander, .treeview.show-component-expander-on-hover.hover .component-expander {
|
|
20742
|
+
opacity: 1;
|
|
20743
|
+
transition: opacity ease-in-out 600ms;
|
|
20744
|
+
}
|
|
20745
|
+
@media (prefers-reduced-motion: reduce) {
|
|
20746
|
+
.treeview.show-component-expander-on-hover:hover .component-expander, .treeview.show-component-expander-on-hover.hover .component-expander {
|
|
20747
|
+
transition: none;
|
|
20748
|
+
}
|
|
20749
|
+
}
|
|
20750
|
+
.treeview.show-component-expander-on-hover .treeview-link:focus .component-expander, .treeview.show-component-expander-on-hover .treeview-link.focus .component-expander {
|
|
20751
|
+
opacity: 1;
|
|
20752
|
+
transition: none;
|
|
20753
|
+
}
|
|
20754
|
+
.treeview.show-component-expander-on-hover .component-expander {
|
|
20755
|
+
opacity: 0;
|
|
20756
|
+
transition: opacity ease-in-out 450ms;
|
|
20757
|
+
}
|
|
20758
|
+
@media (prefers-reduced-motion: reduce) {
|
|
20759
|
+
.treeview.show-component-expander-on-hover .component-expander {
|
|
20760
|
+
transition: none;
|
|
20761
|
+
}
|
|
20762
|
+
}
|
|
20763
|
+
|
|
20764
|
+
.treeview-group {
|
|
20765
|
+
display: flex;
|
|
20766
|
+
flex-direction: column;
|
|
20767
|
+
list-style: none;
|
|
20768
|
+
margin-bottom: 0;
|
|
20769
|
+
padding-left: 0;
|
|
20770
|
+
}
|
|
20771
|
+
|
|
20772
|
+
.treeview-item {
|
|
20773
|
+
overflow-wrap: break-word;
|
|
20774
|
+
word-wrap: break-word;
|
|
20775
|
+
}
|
|
20776
|
+
.treeview-link {
|
|
20777
|
+
cursor: pointer;
|
|
20778
|
+
display: block;
|
|
20779
|
+
border-color: transparent;
|
|
20780
|
+
border-style: solid;
|
|
20781
|
+
border-width: 1px;
|
|
20782
|
+
margin-bottom: 2px;
|
|
20783
|
+
margin-top: 2px;
|
|
20784
|
+
min-width: 100%;
|
|
20785
|
+
padding: 0;
|
|
20786
|
+
position: relative;
|
|
20787
|
+
-ms-user-select: none;
|
|
20788
|
+
-moz-user-select: none;
|
|
20789
|
+
-webkit-user-select: none;
|
|
20790
|
+
user-select: none;
|
|
20791
|
+
}
|
|
20792
|
+
.treeview-link:hover {
|
|
20793
|
+
text-decoration: none;
|
|
20794
|
+
}
|
|
20795
|
+
.treeview-link:focus {
|
|
20796
|
+
box-shadow: inset 0 0 0 0.125rem #80acff , inset 0 0 0 0.25rem #fff;
|
|
20797
|
+
outline: 0;
|
|
20798
|
+
}
|
|
20799
|
+
.treeview-link.treeview-dropping-bottom {
|
|
20800
|
+
box-shadow: 0 2px 0 0 #80acff;
|
|
20801
|
+
}
|
|
20802
|
+
.treeview-link.treeview-dropping-middle {
|
|
20803
|
+
background-color: #f0f5ff;
|
|
20804
|
+
border-color: #80acff;
|
|
20805
|
+
}
|
|
20806
|
+
.treeview-link.treeview-dropping-top {
|
|
20807
|
+
box-shadow: 0 -2px 0 0 #80acff;
|
|
20808
|
+
}
|
|
20809
|
+
.treeview-link.hover .component-action, .treeview-link:hover .component-action, .treeview-link.focus .component-action, .treeview-link:focus .component-action {
|
|
20810
|
+
display: block;
|
|
20811
|
+
}
|
|
20812
|
+
.treeview-link.show .component-expander .component-expanded-d-none, .treeview-link[aria-expanded=true] .component-expander .component-expanded-d-none {
|
|
20813
|
+
display: none;
|
|
20814
|
+
}
|
|
20815
|
+
.treeview-link.show .component-expander .lexicon-icon:not(.component-expanded-d-none), .treeview-link[aria-expanded=true] .component-expander .lexicon-icon:not(.component-expanded-d-none) {
|
|
20816
|
+
display: inline-block;
|
|
20817
|
+
}
|
|
20818
|
+
|
|
20819
|
+
.treeview-nested-margins .treeview-group .treeview-item {
|
|
20820
|
+
margin-left: 24px;
|
|
20821
|
+
}
|
|
20822
|
+
|
|
20823
|
+
.treeview-item-dragging {
|
|
20824
|
+
cursor: not-allowed;
|
|
20825
|
+
opacity: 0.4;
|
|
20826
|
+
}
|
|
20827
|
+
.treeview-item-dragging .treeview-link {
|
|
20828
|
+
background-color: transparent;
|
|
20829
|
+
border-color: transparent;
|
|
20830
|
+
box-shadow: none;
|
|
20831
|
+
}
|
|
20832
|
+
.treeview-dragging {
|
|
20833
|
+
background-color: #fff;
|
|
20834
|
+
border-color: #80acff;
|
|
20835
|
+
border-radius: 0.1875rem;
|
|
20836
|
+
border-style: solid;
|
|
20837
|
+
border-width: 1px;
|
|
20838
|
+
display: inline-block;
|
|
20839
|
+
font-size: 10px;
|
|
20840
|
+
font-weight: 600;
|
|
20841
|
+
padding: 4px 12px;
|
|
20842
|
+
text-transform: uppercase;
|
|
20843
|
+
}
|
|
20844
|
+
|
|
20845
|
+
.treeview-light .component-expander {
|
|
20846
|
+
color: #6b6c7e;
|
|
20847
|
+
}
|
|
20848
|
+
.treeview-light .component-expander:hover {
|
|
20849
|
+
color: #0b5fff;
|
|
20850
|
+
}
|
|
20851
|
+
.treeview-light .component-expander.btn-secondary {
|
|
20852
|
+
background-color: #fff;
|
|
20853
|
+
}
|
|
20854
|
+
.treeview-light .treeview-link {
|
|
20855
|
+
color: #6b6c7e;
|
|
20856
|
+
}
|
|
20857
|
+
.treeview-light .treeview-link:hover {
|
|
20858
|
+
background-color: #f7f8f9;
|
|
20859
|
+
color: #272833;
|
|
20860
|
+
}
|
|
20861
|
+
.treeview-light .treeview-link:active {
|
|
20862
|
+
background-color: #f1f2f5;
|
|
20863
|
+
color: #272833;
|
|
20864
|
+
}
|
|
20865
|
+
.treeview-light .treeview-link.active {
|
|
20866
|
+
background-color: #f1f2f5;
|
|
20867
|
+
color: #272833;
|
|
20868
|
+
}
|
|
20869
|
+
.treeview-dark .component-expander {
|
|
20870
|
+
color: #a7a9bc;
|
|
20871
|
+
}
|
|
20872
|
+
.treeview-dark .component-expander:hover {
|
|
20873
|
+
color: #80acff;
|
|
20874
|
+
}
|
|
20875
|
+
.treeview-dark .treeview-link {
|
|
20876
|
+
color: #a7a9bc;
|
|
20877
|
+
}
|
|
20878
|
+
.treeview-dark .treeview-link:hover {
|
|
20879
|
+
background-color: rgba(255, 255, 255, 0.04);
|
|
20880
|
+
}
|
|
20881
|
+
.treeview-dark .treeview-link.active {
|
|
20882
|
+
background-color: rgba(255, 255, 255, 0.06);
|
|
20883
|
+
color: #fff;
|
|
20884
|
+
}
|
|
20885
|
+
.treeview-dark .treeview-link:disabled, .treeview-dark .treeview-link.disabled {
|
|
20886
|
+
background-color: transparent;
|
|
20887
|
+
color: rgba(167, 169, 188, 0.04);
|
|
20888
|
+
}
|
|
20889
|
+
.treeview-dark .component-action {
|
|
20890
|
+
color: #a7a9bc;
|
|
20891
|
+
}
|
|
20665
20892
|
.bg-checkered {
|
|
20666
20893
|
background-image: linear-gradient(45deg, #e7e7ed 25%, transparent 25%), linear-gradient(-45deg, #e7e7ed 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #e7e7ed 75%), linear-gradient(-45deg, transparent 75%, #e7e7ed 75%);
|
|
20667
20894
|
background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
|