@clayui/css 3.43.0 → 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.
Files changed (49) hide show
  1. package/lib/css/atlas.css +382 -47
  2. package/lib/css/atlas.css.map +1 -1
  3. package/lib/css/base.css +382 -47
  4. package/lib/css/base.css.map +1 -1
  5. package/lib/css/bootstrap.css.map +1 -1
  6. package/lib/css/cadmin.css +157 -14
  7. package/lib/css/cadmin.css.map +1 -1
  8. package/lib/images/icons/add-cell.svg +1 -1
  9. package/lib/images/icons/corner-radius.svg +12 -0
  10. package/lib/images/icons/date-time.svg +12 -0
  11. package/lib/images/icons/font-family.svg +10 -0
  12. package/lib/images/icons/font-size.svg +10 -0
  13. package/lib/images/icons/icons.svg +1 -1
  14. package/lib/images/icons/shadow.svg +9 -0
  15. package/package.json +2 -2
  16. package/src/images/icons/add-cell.svg +1 -1
  17. package/src/images/icons/corner-radius.svg +12 -0
  18. package/src/images/icons/date-time.svg +12 -0
  19. package/src/images/icons/font-family.svg +10 -0
  20. package/src/images/icons/font-size.svg +10 -0
  21. package/src/images/icons/shadow.svg +9 -0
  22. package/src/scss/_components.scss +1 -0
  23. package/src/scss/_variables.scss +1 -0
  24. package/src/scss/atlas/variables/_forms.scss +2 -1
  25. package/src/scss/cadmin/components/_custom-forms.scss +4 -0
  26. package/src/scss/cadmin/components/_forms.scss +1 -1
  27. package/src/scss/cadmin/components/_input-groups.scss +2 -0
  28. package/src/scss/cadmin/components/_links.scss +1 -6
  29. package/src/scss/cadmin/components/_navs.scss +20 -0
  30. package/src/scss/cadmin/components/_treeview.scss +135 -211
  31. package/src/scss/cadmin/variables/_custom-forms.scss +3 -0
  32. package/src/scss/cadmin/variables/_forms.scss +3 -2
  33. package/src/scss/cadmin/variables/_navs.scss +44 -1
  34. package/src/scss/cadmin/variables/_treeview.scss +21 -16
  35. package/src/scss/components/_cards.scss +16 -116
  36. package/src/scss/components/_forms.scss +1 -1
  37. package/src/scss/components/_links.scss +12 -0
  38. package/src/scss/components/_navs.scss +13 -1
  39. package/src/scss/components/_treeview.scss +310 -0
  40. package/src/scss/functions/_lx-icons-generated.scss +10 -0
  41. package/src/scss/mixins/_buttons.scss +27 -64
  42. package/src/scss/mixins/_cards.scss +751 -557
  43. package/src/scss/mixins/_custom-forms.scss +404 -383
  44. package/src/scss/mixins/_navbar.scss +32 -0
  45. package/src/scss/variables/_cards.scss +273 -1
  46. package/src/scss/variables/_forms.scss +3 -2
  47. package/src/scss/variables/_links.scss +17 -0
  48. package/src/scss/variables/_navs.scss +43 -1
  49. package/src/scss/variables/_treeview.scss +222 -0
@@ -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: 24px;
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;
@@ -8722,6 +8731,106 @@ html:not(#__):not(#___) .cadmin .input-group-lg > .input-group-item .form-contro
8722
8731
  margin-bottom: 0;
8723
8732
  margin-top: 0;
8724
8733
  }
8734
+ html:not(#__):not(#___) .cadmin .form-group-sm .input-group > .input-group-item > .btn, html:not(#__):not(#___) .cadmin .input-group-sm > .input-group-item > .btn {
8735
+ font-size: 14px;
8736
+ }
8737
+ html:not(#__):not(#___) .cadmin .form-group-sm .input-group > .input-group-item > .btn .btn-section, html:not(#__):not(#___) .cadmin .input-group-sm > .input-group-item > .btn .btn-section {
8738
+ font-size: 9px;
8739
+ }
8740
+ html:not(#__):not(#___) .cadmin .form-group-sm .input-group > .input-group-item > .btn-monospaced, html:not(#__):not(#___) .cadmin .input-group-sm > .input-group-item > .btn-monospaced {
8741
+ height: 32px;
8742
+ line-height: 1;
8743
+ width: 32px;
8744
+ }
8745
+ html:not(#__):not(#___) .cadmin .form-group-sm .input-group > .input-group-item > .form-control, html:not(#__):not(#___) .cadmin .input-group-sm > .input-group-item > .form-control {
8746
+ border-radius: 4px;
8747
+ font-size: 14px;
8748
+ height: 32px;
8749
+ line-height: 1.5;
8750
+ padding-bottom: 4px;
8751
+ padding-left: 12px;
8752
+ padding-right: 12px;
8753
+ padding-top: 4px;
8754
+ }
8755
+ html:not(#__):not(#___) .cadmin .form-group-sm .input-group > .input-group-item > .form-control .label, html:not(#__):not(#___) .cadmin .input-group-sm > .input-group-item > .form-control .label {
8756
+ margin-bottom: 0.1875rem;
8757
+ margin-top: 0.1875rem;
8758
+ }
8759
+ html:not(#__):not(#___) .cadmin .form-group-sm .input-group > .input-group-item > .form-file .btn, html:not(#__):not(#___) .cadmin .input-group-sm > .input-group-item > .form-file .btn {
8760
+ border-radius: 4px;
8761
+ font-size: 14px;
8762
+ height: 32px;
8763
+ line-height: 1.5;
8764
+ padding-bottom: 4px;
8765
+ padding-left: 12px;
8766
+ padding-right: 12px;
8767
+ padding-top: 4px;
8768
+ }
8769
+ html:not(#__):not(#___) .cadmin .form-group-sm .input-group > .input-group-item > .form-file .btn .c-inner, html:not(#__):not(#___) .cadmin .input-group-sm > .input-group-item > .form-file .btn .c-inner {
8770
+ margin-bottom: -4px;
8771
+ margin-left: -12px;
8772
+ margin-right: -12px;
8773
+ margin-top: -4px;
8774
+ }
8775
+ html:not(#__):not(#___) .cadmin .form-group-sm .input-group > .input-group-item > textarea.form-control, html:not(#__):not(#___) .cadmin .input-group-sm > .input-group-item > textarea.form-control,
8776
+ html:not(#__):not(#___) .cadmin .form-group-sm .input-group > .input-group-item > .form-control-textarea,
8777
+ html:not(#__):not(#___) .cadmin .input-group-sm > .input-group-item > .form-control-textarea {
8778
+ height: 80px;
8779
+ }
8780
+ html:not(#__):not(#___) .cadmin .form-group-sm .input-group > .input-group-item > .form-control-plaintext, html:not(#__):not(#___) .cadmin .input-group-sm > .input-group-item > .form-control-plaintext {
8781
+ font-size: 14px;
8782
+ height: 32px;
8783
+ line-height: 1.5;
8784
+ padding-bottom: 4px;
8785
+ padding-top: 4px;
8786
+ }
8787
+ html:not(#__):not(#___) .cadmin .form-group-sm .input-group > .input-group-item > .input-group-text, html:not(#__):not(#___) .cadmin .input-group-sm > .input-group-item > .input-group-text {
8788
+ border-radius: 4px;
8789
+ font-size: 14px;
8790
+ height: 32px;
8791
+ min-width: 32px;
8792
+ padding-left: 12px;
8793
+ padding-right: 12px;
8794
+ }
8795
+ html:not(#__):not(#___) .cadmin .form-group-sm .input-group > .input-group-item > .input-group-inset-item > .btn, html:not(#__):not(#___) .cadmin .input-group-sm > .input-group-item > .input-group-inset-item > .btn {
8796
+ line-height: 1;
8797
+ padding-bottom: 0;
8798
+ padding-left: 8px;
8799
+ padding-right: 8px;
8800
+ padding-top: 0;
8801
+ }
8802
+ html:not(#__):not(#___) .cadmin .form-group-sm .input-group > .input-group-item > .input-group-inset-item > .btn .c-inner, html:not(#__):not(#___) .cadmin .input-group-sm > .input-group-item > .input-group-inset-item > .btn .c-inner {
8803
+ margin-bottom: 0;
8804
+ margin-left: -8px;
8805
+ margin-right: -8px;
8806
+ margin-top: 0;
8807
+ }
8808
+ html:not(#__):not(#___) .cadmin .form-group-sm .input-group > .input-group-item > .input-group-inset-item > .btn-monospaced, html:not(#__):not(#___) .cadmin .input-group-sm > .input-group-item > .input-group-inset-item > .btn-monospaced {
8809
+ height: 24px;
8810
+ margin-left: 4px;
8811
+ margin-right: 4px;
8812
+ width: 24px;
8813
+ }
8814
+ html:not(#__):not(#___) .cadmin .form-group-sm .input-group > .input-group-item > .input-group-inset-item > .form-file .btn, html:not(#__):not(#___) .cadmin .input-group-sm > .input-group-item > .input-group-inset-item > .form-file .btn {
8815
+ border-radius: 4px;
8816
+ font-size: 14px;
8817
+ height: 32px;
8818
+ line-height: 1.5;
8819
+ padding-bottom: 4px;
8820
+ padding-left: 12px;
8821
+ padding-right: 12px;
8822
+ padding-top: 4px;
8823
+ }
8824
+ html:not(#__):not(#___) .cadmin .form-group-sm .input-group > .input-group-item > .input-group-inset-item > .form-file .btn .c-inner, html:not(#__):not(#___) .cadmin .input-group-sm > .input-group-item > .input-group-inset-item > .form-file .btn .c-inner {
8825
+ margin-bottom: -4px;
8826
+ margin-left: -12px;
8827
+ margin-right: -12px;
8828
+ margin-top: -4px;
8829
+ }
8830
+ html:not(#__):not(#___) .cadmin .form-group-sm .input-group > .input-group-item .form-control-inset, html:not(#__):not(#___) .cadmin .input-group-sm > .input-group-item .form-control-inset {
8831
+ margin-bottom: 0.125rem;
8832
+ margin-top: 0.1875rem;
8833
+ }
8725
8834
  html:not(#__):not(#___) .cadmin .input-group-inset {
8726
8835
  flex-grow: 1;
8727
8836
  order: 5;
@@ -10247,6 +10356,40 @@ html:not(#__):not(#___) .cadmin .nav-item[class*=col-] {
10247
10356
  padding-right: 0;
10248
10357
  text-align: center;
10249
10358
  }
10359
+ html:not(#__):not(#___) .cadmin .nav-divider {
10360
+ margin-left: 8px;
10361
+ padding-left: 8px;
10362
+ position: relative;
10363
+ }
10364
+ html:not(#__):not(#___) .cadmin .nav-divider::before {
10365
+ background-color: #6b6c7e;
10366
+ content: "";
10367
+ display: block;
10368
+ height: 16px;
10369
+ left: 0;
10370
+ margin-top: -8px;
10371
+ position: absolute;
10372
+ top: 50%;
10373
+ width: 1px;
10374
+ z-index: 2;
10375
+ }
10376
+ html:not(#__):not(#___) .cadmin .nav-divider-end {
10377
+ margin-right: 8px;
10378
+ padding-right: 8px;
10379
+ position: relative;
10380
+ }
10381
+ html:not(#__):not(#___) .cadmin .nav-divider-end::after {
10382
+ background-color: #6b6c7e;
10383
+ content: "";
10384
+ display: block;
10385
+ height: 16px;
10386
+ margin-top: -8px;
10387
+ position: absolute;
10388
+ right: 0;
10389
+ top: 50%;
10390
+ width: 1px;
10391
+ z-index: 2;
10392
+ }
10250
10393
  html:not(#__):not(#___) .cadmin .nav-text-truncate {
10251
10394
  display: inline-block;
10252
10395
  margin-bottom: -6px;
@@ -10535,6 +10678,7 @@ html:not(#__):not(#___) .cadmin .nav-underline .nav-link.active {
10535
10678
  color: #272833;
10536
10679
  }
10537
10680
  html:not(#__):not(#___) .cadmin .nav-underline .nav-link.active::after {
10681
+ background-color: #80acff;
10538
10682
  content: "";
10539
10683
  height: 2px;
10540
10684
  }
@@ -17634,14 +17778,6 @@ html:not(#__):not(#___) .cadmin .treeview-item {
17634
17778
  overflow-wrap: break-word;
17635
17779
  word-wrap: break-word;
17636
17780
  }
17637
- html:not(#__):not(#___) .cadmin .treeview-item.disabled {
17638
- cursor: not-allowed;
17639
- opacity: 0.4;
17640
- }
17641
- 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 {
17642
- border-color: transparent;
17643
- background-color: transparent;
17644
- }
17645
17781
  html:not(#__):not(#___) .cadmin .treeview-link {
17646
17782
  cursor: pointer;
17647
17783
  display: block;
@@ -17666,16 +17802,14 @@ html:not(#__):not(#___) .cadmin .treeview-link:focus {
17666
17802
  outline: 0;
17667
17803
  }
17668
17804
  html:not(#__):not(#___) .cadmin .treeview-link.treeview-dropping-bottom {
17669
- border-bottom-width: 2px;
17670
- border-bottom-color: #80acff;
17805
+ box-shadow: 0 2px 0 0 #80acff;
17671
17806
  }
17672
17807
  html:not(#__):not(#___) .cadmin .treeview-link.treeview-dropping-middle {
17673
17808
  background-color: #f0f5ff;
17674
17809
  border-color: #80acff;
17675
17810
  }
17676
17811
  html:not(#__):not(#___) .cadmin .treeview-link.treeview-dropping-top {
17677
- border-top-color: #80acff;
17678
- border-top-width: 2px;
17812
+ box-shadow: 0 -2px 0 0 #80acff;
17679
17813
  }
17680
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 {
17681
17815
  display: block;
@@ -17689,6 +17823,15 @@ html:not(#__):not(#___) .cadmin .treeview-link.show .component-expander .lexicon
17689
17823
  html:not(#__):not(#___) .cadmin .treeview-nested-margins .treeview-group .treeview-item {
17690
17824
  margin-left: 24px;
17691
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
+ }
17692
17835
  html:not(#__):not(#___) .cadmin .treeview-dragging {
17693
17836
  background-color: #fff;
17694
17837
  border-color: #80acff;