@functionalcms/svelte-components 4.8.8 → 4.8.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.
@@ -60,11 +60,16 @@
60
60
  </dialog>
61
61
 
62
62
  <style>
63
+ h2 {
64
+ margin: 0 30px 0px 0px;
65
+ padding: 0;
66
+ font-size: 1.5em;
67
+ }
63
68
  :global(.closeModal){
64
69
  position: absolute;
65
70
  top: 5px;
66
71
  right: 5px;
67
- border: none;
68
- background: transparent;
72
+ border: none !important;
73
+ background: transparent !important;
69
74
  }
70
75
  </style>
package/dist/index.d.ts CHANGED
@@ -31,6 +31,7 @@ export { default as Switch } from './components/form/Switch.svelte';
31
31
  export { default as ChoiceInput } from './components/form/ChoiceInput.svelte';
32
32
  export type { ChoiceInputOption } from './components/form/utils.js';
33
33
  export { default as AntiBot } from './components/form/AntiBot.svelte';
34
+ export { default as Dropzone } from './components/form/Dropzone.svelte';
34
35
  export { default as Markdown } from './components/content/Markdown.svelte';
35
36
  export { type BlogPost, listAllPosts, importPost } from './components/blog/blog.js';
36
37
  export { default as EasyTools } from './components/integrations/EasyTools.svelte';
package/dist/index.js CHANGED
@@ -43,6 +43,7 @@ export { default as Input } from './components/form/Input.svelte';
43
43
  export { default as Switch } from './components/form/Switch.svelte';
44
44
  export { default as ChoiceInput } from './components/form/ChoiceInput.svelte';
45
45
  export { default as AntiBot } from './components/form/AntiBot.svelte';
46
+ export { default as Dropzone } from './components/form/Dropzone.svelte';
46
47
  /*
47
48
  * Content
48
49
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@functionalcms/svelte-components",
3
- "version": "4.8.8",
3
+ "version": "4.8.10",
4
4
  "watch": {
5
5
  "build": {
6
6
  "patterns": [