openwork 0.1.3 → 0.1.4

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.
@@ -983,12 +983,6 @@
983
983
  margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
984
984
  }
985
985
 
986
- :where(.space-y-6 > :not(:last-child)) {
987
- --tw-space-y-reverse: 0;
988
- margin-block-start: calc(calc(var(--spacing) * 6) * var(--tw-space-y-reverse));
989
- margin-block-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse)));
990
- }
991
-
992
986
  .truncate {
993
987
  text-overflow: ellipsis;
994
988
  white-space: nowrap;
@@ -1242,6 +1236,20 @@
1242
1236
  }
1243
1237
  }
1244
1238
 
1239
+ .bg-blue-500 {
1240
+ background-color: var(--color-blue-500);
1241
+ }
1242
+
1243
+ .bg-blue-500\/20 {
1244
+ background-color: #3080ff33;
1245
+ }
1246
+
1247
+ @supports (color: color-mix(in lab, red, red)) {
1248
+ .bg-blue-500\/20 {
1249
+ background-color: color-mix(in oklab, var(--color-blue-500) 20%, transparent);
1250
+ }
1251
+ }
1252
+
1245
1253
  .bg-border, .bg-border\/50 {
1246
1254
  background-color: var(--border);
1247
1255
  }
@@ -1276,21 +1284,7 @@
1276
1284
  }
1277
1285
  }
1278
1286
 
1279
- .bg-muted {
1280
- background-color: var(--muted);
1281
- }
1282
-
1283
- .bg-muted-foreground, .bg-muted-foreground\/20 {
1284
- background-color: var(--muted-foreground);
1285
- }
1286
-
1287
- @supports (color: color-mix(in lab, red, red)) {
1288
- .bg-muted-foreground\/20 {
1289
- background-color: color-mix(in oklab, var(--muted-foreground) 20%, transparent);
1290
- }
1291
- }
1292
-
1293
- .bg-muted\/30 {
1287
+ .bg-muted, .bg-muted\/30 {
1294
1288
  background-color: var(--muted);
1295
1289
  }
1296
1290
 
@@ -2291,10 +2285,6 @@
2291
2285
  max-width: 400px;
2292
2286
  }
2293
2287
 
2294
- .sm\:max-w-\[500px\] {
2295
- max-width: 500px;
2296
- }
2297
-
2298
2288
  .sm\:flex-row {
2299
2289
  flex-direction: row;
2300
2290
  }