urpanels-ui-pack 0.0.2 → 0.0.4

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.
@@ -11,11 +11,11 @@
11
11
  </script>
12
12
 
13
13
  <div class="sticky top-0 z-20 bg-white px-4 sm:px-6 py-3 mb-4">
14
- <div class="flex items-center justify-between">
14
+ <div class="flex flex-col gap-3 md:flex-row md:items-center md:justify-between">
15
15
  <h1 class="text-2xl font-bold">{title}</h1>
16
16
 
17
17
  {#if actions}
18
- <div class="flex items-center gap-4">
18
+ <div class="flex flex-col gap-3 sm:flex-row sm:items-center sm:gap-4">
19
19
  {@render actions()}
20
20
  </div>
21
21
  {/if}
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.4",
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
  }