9remote 2.1.14 → 2.1.18

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.
@@ -1064,6 +1064,9 @@ button {
1064
1064
  .z-50{
1065
1065
  z-index: 50;
1066
1066
  }
1067
+ .z-\[100\]{
1068
+ z-index: 100;
1069
+ }
1067
1070
  .z-\[60\]{
1068
1071
  z-index: 60;
1069
1072
  }
@@ -1073,6 +1076,9 @@ button {
1073
1076
  .z-\[80\]{
1074
1077
  z-index: 80;
1075
1078
  }
1079
+ .z-\[90\]{
1080
+ z-index: 90;
1081
+ }
1076
1082
  .-mx-3{
1077
1083
  margin-left: -0.75rem;
1078
1084
  margin-right: -0.75rem;
@@ -1219,6 +1225,9 @@ button {
1219
1225
  .h-\[26px\]{
1220
1226
  height: 26px;
1221
1227
  }
1228
+ .h-\[55dvh\]{
1229
+ height: 55dvh;
1230
+ }
1222
1231
  .h-full{
1223
1232
  height: 100%;
1224
1233
  }
@@ -1231,6 +1240,9 @@ button {
1231
1240
  .max-h-\[200px\]{
1232
1241
  max-height: 200px;
1233
1242
  }
1243
+ .max-h-\[25vh\]{
1244
+ max-height: 25vh;
1245
+ }
1234
1246
  .max-h-\[400px\]{
1235
1247
  max-height: 400px;
1236
1248
  }
@@ -1255,6 +1267,9 @@ button {
1255
1267
  .min-h-\[164px\]{
1256
1268
  min-height: 164px;
1257
1269
  }
1270
+ .min-h-\[300px\]{
1271
+ min-height: 300px;
1272
+ }
1258
1273
  .min-h-\[54px\]{
1259
1274
  min-height: 54px;
1260
1275
  }
@@ -2153,6 +2168,9 @@ button {
2153
2168
  .opacity-40{
2154
2169
  opacity: 0.4;
2155
2170
  }
2171
+ .opacity-50{
2172
+ opacity: 0.5;
2173
+ }
2156
2174
  .opacity-60{
2157
2175
  opacity: 0.6;
2158
2176
  }