@onsvisual/svelte-components 0.1.98 → 0.1.99

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.
@@ -184,7 +184,7 @@
184
184
  "change your cookie preferences": "newid eich dewisiadau o ran cwcis",
185
185
  "at any time.": "ar unrhyw adeg.",
186
186
  Hide: "Cuddio",
187
- "Hide this message": "Cuddio'r neges hon",
187
+ "Hide this message": "Cuddiwch y neges yma",
188
188
  };
189
189
  const i18n = (text) => (lang == "cy" && texts[text] ? texts[text] : text);
190
190
  </script>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onsvisual/svelte-components",
3
- "version": "0.1.98",
3
+ "version": "0.1.99",
4
4
  "type": "module",
5
5
  "private": false,
6
6
  "homepage": "https://onsvisual.github.io/svelte-components",