@rovula/ui 0.0.72 → 0.0.74

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.
@@ -987,6 +987,9 @@ input[type=number] {
987
987
  min-width: -moz-fit-content;
988
988
  min-width: fit-content;
989
989
  }
990
+ .max-w-\[300px\]{
991
+ max-width: 300px;
992
+ }
990
993
  .max-w-full{
991
994
  max-width: 100%;
992
995
  }
@@ -1159,6 +1162,11 @@ input[type=number] {
1159
1162
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
1160
1163
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
1161
1164
  }
1165
+ .space-x-4 > :not([hidden]) ~ :not([hidden]){
1166
+ --tw-space-x-reverse: 0;
1167
+ margin-right: calc(1rem * var(--tw-space-x-reverse));
1168
+ margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
1169
+ }
1162
1170
  .space-y-2 > :not([hidden]) ~ :not([hidden]){
1163
1171
  --tw-space-y-reverse: 0;
1164
1172
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
@@ -1209,6 +1217,9 @@ input[type=number] {
1209
1217
  .whitespace-nowrap{
1210
1218
  white-space: nowrap;
1211
1219
  }
1220
+ .break-all{
1221
+ word-break: break-all;
1222
+ }
1212
1223
  .rounded{
1213
1224
  border-radius: 0.25rem;
1214
1225
  }