urpanels-ui-pack 0.0.2 → 0.0.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.
Files changed (2) hide show
  1. package/dist/index.js +0 -2
  2. package/package.json +3 -2
package/dist/index.js CHANGED
@@ -6,7 +6,5 @@ export * from './LoadingSpinner';
6
6
  export * from './Modal';
7
7
  export * from './RichTextEditor';
8
8
  export * from './Button';
9
- // Sections
10
- export * from './sections';
11
9
  // Utils
12
10
  export * from './utils/translations.svelte';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "urpanels-ui-pack",
3
- "version": "0.0.2",
3
+ "version": "0.0.3",
4
4
  "description": "Reusable Svelte 5 UI components for urPanels templates",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -42,6 +42,7 @@
42
42
  "@tiptap/extension-table-header": "^3.15.3",
43
43
  "@tiptap/extension-table-row": "^3.15.3",
44
44
  "@tiptap/pm": "^3.15.3",
45
- "@tiptap/starter-kit": "^3.15.3"
45
+ "@tiptap/starter-kit": "^3.15.3",
46
+ "embla-carousel-svelte": "^8.5.0"
46
47
  }
47
48
  }