@sankhyalabs/ez-design 5.0.0 → 5.1.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/dist/default/ez-themed.css +8 -2
- 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/unicode.html +4 -4
- package/package.json +1 -1
|
@@ -780,12 +780,18 @@ body {
|
|
|
780
780
|
.ez-size-width--auto {
|
|
781
781
|
width: auto; }
|
|
782
782
|
|
|
783
|
+
.ez-size-width--fit-content {
|
|
784
|
+
width: fit-content; }
|
|
785
|
+
|
|
783
786
|
.ez-size-height--full {
|
|
784
787
|
height: 100%; }
|
|
785
788
|
|
|
786
789
|
.ez-size-height--auto {
|
|
787
790
|
height: auto; }
|
|
788
791
|
|
|
792
|
+
.ez-size-height--fit-content {
|
|
793
|
+
height: fit-content; }
|
|
794
|
+
|
|
789
795
|
.ez-text {
|
|
790
796
|
font-family: "Roboto";
|
|
791
797
|
text-shadow: 0 0 0 #353535, 0 0 1px transparent; }
|
|
@@ -963,8 +969,8 @@ body {
|
|
|
963
969
|
transform: translate(3ch, 18px); }
|
|
964
970
|
|
|
965
971
|
[data-tooltip][data-flow="bottom"][tooltip-position="fixed"][tooltip-height="chip"]::before {
|
|
966
|
-
-webkit-transform: translate(3ch,
|
|
967
|
-
transform: translate(3ch,
|
|
972
|
+
-webkit-transform: translate(3ch, 26pt);
|
|
973
|
+
transform: translate(3ch, 26pt); }
|
|
968
974
|
|
|
969
975
|
[data-tooltip][data-flow="left"]::before {
|
|
970
976
|
top: 50%;
|