@next-degree/pickle-shared-js 0.12.2 → 0.12.3

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.
@@ -1093,6 +1093,9 @@ video {
1093
1093
  .flex-1 {
1094
1094
  flex: 1 1 0%;
1095
1095
  }
1096
+ .flex-none {
1097
+ flex: none;
1098
+ }
1096
1099
  .shrink-0 {
1097
1100
  flex-shrink: 0;
1098
1101
  }
@@ -1243,6 +1246,9 @@ video {
1243
1246
  .overflow-hidden {
1244
1247
  overflow: hidden;
1245
1248
  }
1249
+ .overflow-x-auto {
1250
+ overflow-x: auto;
1251
+ }
1246
1252
  .overflow-y-auto {
1247
1253
  overflow-y: auto;
1248
1254
  }
@@ -1302,6 +1308,12 @@ video {
1302
1308
  .border-r {
1303
1309
  border-right-width: 1px;
1304
1310
  }
1311
+ .border-t {
1312
+ border-top-width: 1px;
1313
+ }
1314
+ .border-none {
1315
+ border-style: none;
1316
+ }
1305
1317
  .border-green-80 {
1306
1318
  border-color: hsla(164, 76%, 16%, 1);
1307
1319
  }
@@ -2337,6 +2349,9 @@ video {
2337
2349
  .data-\[state\=checked\]\:pr-10[data-state=checked] {
2338
2350
  padding-right: 2.5rem;
2339
2351
  }
2352
+ .data-\[state\=active\]\:font-bold[data-state=active] {
2353
+ font-weight: 700;
2354
+ }
2340
2355
  .data-\[placeholder\]\:text-grey-50[data-placeholder] {
2341
2356
  color: hsla(0, 0%, 50%, 1);
2342
2357
  }
@@ -2380,6 +2395,14 @@ video {
2380
2395
  var(--tw-ring-shadow, 0 0 #0000),
2381
2396
  var(--tw-shadow);
2382
2397
  }
2398
+ .data-\[state\=active\]\:shadow-\[inset_0_-2px_0_0\][data-state=active] {
2399
+ --tw-shadow: inset 0 -2px 0 0;
2400
+ --tw-shadow-colored: inset 0 -2px 0 0 var(--tw-shadow-color);
2401
+ box-shadow:
2402
+ var(--tw-ring-offset-shadow, 0 0 #0000),
2403
+ var(--tw-ring-shadow, 0 0 #0000),
2404
+ var(--tw-shadow);
2405
+ }
2383
2406
  .data-\[state\=active\]\:shadow-current[data-state=active] {
2384
2407
  --tw-shadow-color: currentColor;
2385
2408
  --tw-shadow: var(--tw-shadow-colored);