@lovett/ui 0.0.6 → 0.0.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/dist/index.js CHANGED
@@ -11,7 +11,7 @@ import { useSensors, useSensor, PointerSensor, KeyboardSensor, DndContext, close
11
11
  import { sortableKeyboardCoordinates, SortableContext, horizontalListSortingStrategy, rectSortingStrategy, verticalListSortingStrategy, useSortable, arrayMove } from '@dnd-kit/sortable';
12
12
  import { CSS } from '@dnd-kit/utilities';
13
13
  import { PrismLight } from 'react-syntax-highlighter';
14
- import { oneLight, vscDarkPlus } from 'react-syntax-highlighter/dist/esm/styles/prism';
14
+ import { oneLight, vscDarkPlus } from 'react-syntax-highlighter/dist/esm/styles/prism/index.js';
15
15
  import bash from 'react-syntax-highlighter/dist/esm/languages/prism/bash';
16
16
  import css from 'react-syntax-highlighter/dist/esm/languages/prism/css';
17
17
  import diff from 'react-syntax-highlighter/dist/esm/languages/prism/diff';