@clayui/css 3.45.0 → 3.46.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 (31) hide show
  1. package/README.md +23 -69
  2. package/lib/css/atlas.css +88 -13
  3. package/lib/css/atlas.css.map +1 -1
  4. package/lib/css/base.css +78 -13
  5. package/lib/css/base.css.map +1 -1
  6. package/lib/css/cadmin.css +59 -12
  7. package/lib/css/cadmin.css.map +1 -1
  8. package/lib/images/icons/export.svg +11 -0
  9. package/lib/images/icons/icons.svg +1 -1
  10. package/package.json +2 -2
  11. package/src/images/icons/export.svg +11 -0
  12. package/src/scss/_variables.scss +1 -0
  13. package/src/scss/atlas/variables/_buttons.scss +3 -0
  14. package/src/scss/atlas/variables/_globals.scss +42 -13
  15. package/src/scss/cadmin/_variables.scss +1 -0
  16. package/src/scss/cadmin/components/_aspect-ratio.scss +25 -38
  17. package/src/scss/cadmin/components/_type.scss +27 -42
  18. package/src/scss/cadmin/components/_utilities-functional-important.scss +35 -15
  19. package/src/scss/cadmin/variables/_aspect-ratio.scss +26 -0
  20. package/src/scss/cadmin/variables/_globals.scss +173 -11
  21. package/src/scss/cadmin/variables/_utilities.scss +42 -0
  22. package/src/scss/components/_aspect-ratio.scss +25 -38
  23. package/src/scss/components/_type.scss +27 -41
  24. package/src/scss/components/_utilities-functional-important.scss +35 -15
  25. package/src/scss/functions/_lx-icons-generated.scss +2 -0
  26. package/src/scss/mixins/_buttons.scss +4 -0
  27. package/src/scss/mixins/_grid.scss +29 -0
  28. package/src/scss/variables/_aspect-ratio.scss +26 -0
  29. package/src/scss/variables/_buttons.scss +6 -0
  30. package/src/scss/variables/_globals.scss +172 -11
  31. package/src/scss/variables/_utilities.scss +42 -0
@@ -861,6 +861,9 @@ html:not(#__):not(#___) .cadmin .aspect-ratio-3-to-2 {
861
861
  html:not(#__):not(#___) .cadmin .aspect-ratio-4-to-3 {
862
862
  padding-bottom: calc(3 / 4 * 100%);
863
863
  }
864
+ html:not(#__):not(#___) .cadmin .aspect-ratio-8-to-3 {
865
+ padding-bottom: calc(3 / 8 * 100%);
866
+ }
864
867
  html:not(#__):not(#___) .cadmin .aspect-ratio-8-to-5 {
865
868
  padding-bottom: calc(5 / 8 * 100%);
866
869
  }
@@ -5927,6 +5930,9 @@ html:not(#__):not(#___) .cadmin .dropdown-action > .dropdown-toggle:disabled, ht
5927
5930
  html:not(#__):not(#___) .cadmin .dropdown-action > .dropdown-toggle .lexicon-icon {
5928
5931
  margin-top: 0;
5929
5932
  }
5933
+ html:not(#__):not(#___) .cadmin .dropdown-action > .dropdown-toggle .inline-item .lexicon-icon {
5934
+ margin-top: 0;
5935
+ }
5930
5936
  html:not(#__):not(#___) .cadmin .dropdown-menu-indicator-start .dropdown-item-indicator, html:not(#__):not(#___) .cadmin.dropdown-menu-indicator-start .dropdown-item-indicator {
5931
5937
  height: 16px;
5932
5938
  left: 20px;
@@ -24642,9 +24648,6 @@ html:not(#__):not(#___) .cadmin .stretched-link::after {
24642
24648
  top: 0;
24643
24649
  z-index: 1;
24644
24650
  }
24645
- html:not(#__):not(#___) .cadmin .text-monospace {
24646
- font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
24647
- }
24648
24651
  html:not(#__):not(#___) .cadmin .text-justify {
24649
24652
  text-align: justify !important;
24650
24653
  }
@@ -24721,27 +24724,71 @@ html:not(#__):not(#___) .cadmin .text-uppercase {
24721
24724
  html:not(#__):not(#___) .cadmin .text-capitalize {
24722
24725
  text-transform: capitalize !important;
24723
24726
  }
24724
- html:not(#__):not(#___) .cadmin .font-weight-light {
24725
- font-weight: 300 !important;
24726
- }
24727
- html:not(#__):not(#___) .cadmin .font-weight-lighter {
24727
+ html:not(#__):not(#___) .cadmin .font-weight-lighter,
24728
+ html:not(#__):not(#___) .cadmin .text-weight-lighter {
24728
24729
  font-weight: lighter !important;
24729
24730
  }
24730
- html:not(#__):not(#___) .cadmin .font-weight-normal {
24731
+ html:not(#__):not(#___) .cadmin .font-weight-light,
24732
+ html:not(#__):not(#___) .cadmin .text-weight-light {
24733
+ font-weight: 300 !important;
24734
+ }
24735
+ html:not(#__):not(#___) .cadmin .font-weight-normal,
24736
+ html:not(#__):not(#___) .cadmin .text-weight-normal {
24731
24737
  font-weight: 400 !important;
24732
24738
  }
24733
- html:not(#__):not(#___) .cadmin .font-weight-semi-bold {
24739
+ html:not(#__):not(#___) .cadmin .font-weight-semi-bold,
24740
+ html:not(#__):not(#___) .cadmin .text-weight-semi-bold {
24734
24741
  font-weight: 600 !important;
24735
24742
  }
24736
- html:not(#__):not(#___) .cadmin .font-weight-bold {
24743
+ html:not(#__):not(#___) .cadmin .font-weight-bold,
24744
+ html:not(#__):not(#___) .cadmin .text-weight-bold {
24737
24745
  font-weight: 700 !important;
24738
24746
  }
24739
- html:not(#__):not(#___) .cadmin .font-weight-bolder {
24747
+ html:not(#__):not(#___) .cadmin .font-weight-bolder,
24748
+ html:not(#__):not(#___) .cadmin .text-weight-bolder {
24740
24749
  font-weight: 900 !important;
24741
24750
  }
24742
- html:not(#__):not(#___) .cadmin .font-italic {
24751
+ html:not(#__):not(#___) .cadmin .font-italic,
24752
+ html:not(#__):not(#___) .cadmin .text-italic {
24743
24753
  font-style: italic !important;
24744
24754
  }
24755
+ html:not(#__):not(#___) .cadmin .font-monospace,
24756
+ html:not(#__):not(#___) .cadmin .text-monospace {
24757
+ font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
24758
+ }
24759
+ html:not(#__):not(#___) .cadmin .text-1 {
24760
+ font-size: 0.625rem;
24761
+ }
24762
+ html:not(#__):not(#___) .cadmin .text-2 {
24763
+ font-size: 0.75rem;
24764
+ }
24765
+ html:not(#__):not(#___) .cadmin .text-3 {
24766
+ font-size: 0.875rem;
24767
+ }
24768
+ html:not(#__):not(#___) .cadmin .text-4 {
24769
+ font-size: 1rem;
24770
+ }
24771
+ html:not(#__):not(#___) .cadmin .text-5 {
24772
+ font-size: 1.125rem;
24773
+ }
24774
+ html:not(#__):not(#___) .cadmin .text-6 {
24775
+ font-size: 1.25rem;
24776
+ }
24777
+ html:not(#__):not(#___) .cadmin .text-7 {
24778
+ font-size: 1.5rem;
24779
+ }
24780
+ html:not(#__):not(#___) .cadmin .text-8 {
24781
+ font-size: 1.75rem;
24782
+ }
24783
+ html:not(#__):not(#___) .cadmin .text-9 {
24784
+ font-size: 2rem;
24785
+ }
24786
+ html:not(#__):not(#___) .cadmin .text-10 {
24787
+ font-size: 2.25rem;
24788
+ }
24789
+ html:not(#__):not(#___) .cadmin .text-11 {
24790
+ font-size: 2.5rem;
24791
+ }
24745
24792
  html:not(#__):not(#___) .cadmin .text-white {
24746
24793
  color: #fff !important;
24747
24794
  }