@cytario/web 2.1.6 → 2.1.8

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/app/root.tsx CHANGED
@@ -29,6 +29,7 @@ import { cytarioConfig } from "./config";
29
29
  import { toastBridge, toToastVariant } from "./toast-bridge";
30
30
  import { useFileStore } from "./utils/localFilesStore/useFileStore";
31
31
 
32
+ import "@cytario/design/styles.css";
32
33
  import "@cytario/design/tokens/variables.css";
33
34
  import "@cytario/design/tokens/variables-dark.css";
34
35
  import "./tailwind.css";
package/app/tailwind.css CHANGED
@@ -2,9 +2,6 @@
2
2
  @import "tw-animate-css";
3
3
  @plugin "tailwindcss-react-aria-components";
4
4
 
5
- /* Scan @cytario/design dist for class usage */
6
- @source "@cytario/design/dist";
7
-
8
5
  /* Match cytario-design's selector convention */
9
6
  @custom-variant dark (&:where([data-theme="dark"], [data-theme="dark"] *));
10
7
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cytario/web",
3
- "version": "2.1.6",
3
+ "version": "2.1.8",
4
4
  "description": "Cytario Web — scientific imaging data browser and viewer for OME-TIFF, OME-Zarr, Parquet and GeoTIFF on S3-compatible storage.",
5
5
  "license": "AGPL-3.0",
6
6
  "sideEffects": false,
@@ -72,7 +72,7 @@
72
72
  "@aws-sdk/client-sts": "^3.687.0",
73
73
  "@aws-sdk/s3-request-presigner": "^3.693.0",
74
74
  "@cornerstonejs/codec-openjpeg": "^1.3.0",
75
- "@cytario/design": "^3.3.0",
75
+ "@cytario/design": "^3.4.0",
76
76
  "@deck.gl/core": "~9.1.15",
77
77
  "@deck.gl/extensions": "~9.1.15",
78
78
  "@deck.gl/geo-layers": "~9.1.15",