@canopy-iiif/app 0.13.0 → 0.13.1

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.
@@ -4,7 +4,10 @@ import CloverSlider from '@samvera/clover-iiif/slider';
4
4
  import 'swiper/css';
5
5
  import 'swiper/css/navigation';
6
6
  import 'swiper/css/pagination';
7
- import { mergeSliderOptions, normalizeSliderOptions } from '../../ui/src/iiif/sliderOptions.js';
7
+ import {
8
+ mergeSliderOptions,
9
+ normalizeSliderOptions,
10
+ } from '../../ui/dist/index.mjs';
8
11
 
9
12
  function ready(fn) {
10
13
  if (document.readyState === 'loading') {
@@ -1,6 +1,6 @@
1
1
  import React from 'react';
2
2
  import { createRoot, hydrateRoot } from 'react-dom/client';
3
- import Timeline from '../../ui/src/content/timeline/Timeline.jsx';
3
+ import { Timeline } from '../../ui/dist/index.mjs';
4
4
 
5
5
  function ready(fn) {
6
6
  if (typeof document === 'undefined') return;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@canopy-iiif/app",
3
- "version": "0.13.0",
3
+ "version": "0.13.1",
4
4
  "private": false,
5
5
  "license": "MIT",
6
6
  "author": "Mat Jordan <mat@northwestern.edu>",
package/ui/dist/index.mjs CHANGED
@@ -2682,6 +2682,9 @@ export {
2682
2682
  TeaserCard,
2683
2683
  Timeline,
2684
2684
  TimelinePoint,
2685
- Viewer
2685
+ Viewer,
2686
+ mergeSliderOptions,
2687
+ normalizeSliderOptions,
2688
+ sliderOptions
2686
2689
  };
2687
2690
  //# sourceMappingURL=index.mjs.map