@sikka/hawa 0.0.240 → 0.0.241

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/styles.css CHANGED
@@ -1,5 +1,5 @@
1
1
  /*
2
- ! tailwindcss v3.3.2 | MIT License | https://tailwindcss.com
2
+ ! tailwindcss v3.3.3 | MIT License | https://tailwindcss.com
3
3
  *//*
4
4
  1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
5
5
  2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
@@ -167,6 +167,8 @@ optgroup,
167
167
  select,
168
168
  textarea {
169
169
  font-family: inherit; /* 1 */
170
+ font-feature-settings: inherit; /* 1 */
171
+ font-variation-settings: inherit; /* 1 */
170
172
  font-size: 100%; /* 1 */
171
173
  font-weight: inherit; /* 1 */
172
174
  line-height: inherit; /* 1 */
@@ -304,6 +306,13 @@ menu {
304
306
  padding: 0;
305
307
  }
306
308
 
309
+ /*
310
+ Reset default styling for dialogs.
311
+ */
312
+ dialog {
313
+ padding: 0;
314
+ }
315
+
307
316
  /*
308
317
  Prevent resizing textareas horizontally by default.
309
318
  */
@@ -1035,6 +1044,9 @@ video {
1035
1044
  width: -moz-min-content;
1036
1045
  width: min-content;
1037
1046
  }
1047
+ .w-screen {
1048
+ width: 100vw;
1049
+ }
1038
1050
  .min-w-\[24px\] {
1039
1051
  min-width: 24px;
1040
1052
  }
@@ -1286,6 +1298,9 @@ video {
1286
1298
  .overflow-y-clip {
1287
1299
  overflow-y: clip;
1288
1300
  }
1301
+ .overflow-y-scroll {
1302
+ overflow-y: scroll;
1303
+ }
1289
1304
  .truncate {
1290
1305
  overflow: hidden;
1291
1306
  text-overflow: ellipsis;
@@ -1606,6 +1621,10 @@ video {
1606
1621
  --tw-bg-opacity: 1;
1607
1622
  background-color: rgb(185 28 28 / var(--tw-bg-opacity));
1608
1623
  }
1624
+ .bg-red-900 {
1625
+ --tw-bg-opacity: 1;
1626
+ background-color: rgb(127 29 29 / var(--tw-bg-opacity));
1627
+ }
1609
1628
  .bg-slate-600 {
1610
1629
  --tw-bg-opacity: 1;
1611
1630
  background-color: rgb(71 85 105 / var(--tw-bg-opacity));
@@ -2201,6 +2220,11 @@ body {
2201
2220
  background-color: rgb(191 219 254 / var(--tw-bg-opacity));
2202
2221
  }
2203
2222
 
2223
+ .hover\:bg-blue-500:hover {
2224
+ --tw-bg-opacity: 1;
2225
+ background-color: rgb(59 130 246 / var(--tw-bg-opacity));
2226
+ }
2227
+
2204
2228
  .hover\:bg-buttonPrimary-500:hover {
2205
2229
  background-color: var(--button-primary-500);
2206
2230
  }