@revotech-group/revotech-ui-kit 0.1.37 → 0.1.40
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/library.css +4 -6
- package/dist/rtg-ui-kit.js +234 -228
- package/dist/rtg-ui-kit.umd.cjs +25 -26
- package/dist/src/components/ui/avatar/avatar.style.d.ts +3 -3
- package/package.json +1 -1
package/dist/library.css
CHANGED
|
@@ -732,6 +732,10 @@ body {
|
|
|
732
732
|
width: 1rem;
|
|
733
733
|
height: 1rem;
|
|
734
734
|
}
|
|
735
|
+
.rtg-size-8 {
|
|
736
|
+
width: 2rem;
|
|
737
|
+
height: 2rem;
|
|
738
|
+
}
|
|
735
739
|
.rtg-size-full {
|
|
736
740
|
width: 100%;
|
|
737
741
|
height: 100%;
|
|
@@ -796,9 +800,6 @@ body {
|
|
|
796
800
|
.rtg-h-\[400px\] {
|
|
797
801
|
height: 400px;
|
|
798
802
|
}
|
|
799
|
-
.rtg-h-auto {
|
|
800
|
-
height: auto;
|
|
801
|
-
}
|
|
802
803
|
.rtg-h-full {
|
|
803
804
|
height: 100%;
|
|
804
805
|
}
|
|
@@ -904,9 +905,6 @@ body {
|
|
|
904
905
|
.rtg-w-\[800px\] {
|
|
905
906
|
width: 800px;
|
|
906
907
|
}
|
|
907
|
-
.rtg-w-auto {
|
|
908
|
-
width: auto;
|
|
909
|
-
}
|
|
910
908
|
.rtg-w-fit {
|
|
911
909
|
width: -moz-fit-content;
|
|
912
910
|
width: fit-content;
|