@infra-cryptomate/react-components 0.0.5 → 0.0.7
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/style.css
CHANGED
|
@@ -511,6 +511,9 @@ video {
|
|
|
511
511
|
.flex {
|
|
512
512
|
display: flex;
|
|
513
513
|
}
|
|
514
|
+
.inline-flex {
|
|
515
|
+
display: inline-flex;
|
|
516
|
+
}
|
|
514
517
|
.grid {
|
|
515
518
|
display: grid;
|
|
516
519
|
}
|
|
@@ -936,6 +939,9 @@ video {
|
|
|
936
939
|
.focus-visible\:ring-offset-2:focus-visible {
|
|
937
940
|
--tw-ring-offset-width: 2px;
|
|
938
941
|
}
|
|
942
|
+
.disabled\:pointer-events-none:disabled {
|
|
943
|
+
pointer-events: none;
|
|
944
|
+
}
|
|
939
945
|
.disabled\:cursor-not-allowed:disabled {
|
|
940
946
|
cursor: not-allowed;
|
|
941
947
|
}
|