fluent-svelte-extra 2.0.0 → 2.0.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.
@@ -65,6 +65,7 @@ if (closeOnSelect) {
65
65
  open = false;
66
66
  });
67
67
  }
68
+ $: console.log(open);
68
69
  </script>
69
70
 
70
71
  <svelte:window on:keydown={handleEscapeKey} />
@@ -60,7 +60,7 @@ textarea.
60
60
  if (includeImages) return;
61
61
 
62
62
  const pastedData = e.clipboardData.getData("text");
63
- const regex = /^[a-zA-Z0-9@ `!@#$%^&*()_+\-=\[\]{};':"\\|,.<>\/?~]+$/;
63
+ const regex = /^[a-zA-Z0-9çÇşŞğĞüÜöÖıİəƏ@ `!@#$%^&*()_+\-=\[\]{};':"\\|,.<>\/?~]+$/;
64
64
 
65
65
  const emojiRegex = /\p{Emoji}/u;
66
66
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fluent-svelte-extra",
3
- "version": "2.0.0",
3
+ "version": "2.0.1",
4
4
  "description": "A faithful implementation of Microsoft's Fluent Design System in Svelte.",
5
5
  "homepage": "https://github.com/OpenAnime/fluent-svelte-extra",
6
6
  "license": "MIT",