@canopy-iiif/app 0.10.9 → 0.10.10

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@canopy-iiif/app",
3
- "version": "0.10.9",
3
+ "version": "0.10.10",
4
4
  "private": false,
5
5
  "license": "MIT",
6
6
  "author": "Mat Jordan <mat@northwestern.edu>",
@@ -72,6 +72,9 @@
72
72
  }
73
73
  }
74
74
  /* canopy-theme:end */
75
+ /**
76
+ * Main stylesheet for the @canopy-iiif/app/ui package
77
+ */
75
78
  @layer base {
76
79
  body {
77
80
  margin: 0;
@@ -1651,4 +1654,9 @@
1651
1654
 
1652
1655
  .canopy-content-navigation--collapsed .canopy-sub-navigation__list {
1653
1656
  display: none;
1654
- }
1657
+ }
1658
+
1659
+ /**
1660
+ * Define source files for utility classes
1661
+ */
1662
+ @source "../dist";
@@ -1,2 +1,10 @@
1
+ /**
2
+ * Main stylesheet for the @canopy-iiif/app/ui package
3
+ */
1
4
  @use "./base";
2
5
  @use "./components";
6
+
7
+ /**
8
+ * Define source files for utility classes
9
+ */
10
+ @source "../dist";