@startinblox/core 2.0.1-beta.2 → 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.
@@ -1,7 +1,7 @@
1
1
  const fr = {
2
- "autocompletion.placeholder": "S\xE9lectionner une valeur",
2
+ "autocompletion.placeholder": "Sélectionner une valeur",
3
3
  "autocompletion.searchPlaceholder": "Rechercher",
4
- "autocompletion.searchText": "Aucun r\xE9sultat",
4
+ "autocompletion.searchText": "Aucun résultat",
5
5
  "solid-delete.button": "Supprimer",
6
6
  "solid-form.submit-button": "Envoyer",
7
7
  "solid-form.validation-error": "Erreur de validation.",
@@ -1861,7 +1861,7 @@ function fuzzyCompare(subject, search) {
1861
1861
  return compareTransform(subject).includes(compareTransform(String(search)));
1862
1862
  }
1863
1863
  function compareTransform(str) {
1864
- return str.normalize("NFD").replaceAll(new RegExp("\\p{Diacritic}", "gu"), "").toLowerCase().replaceAll("\u0153", "oe").replaceAll("\xE6", "ae").replaceAll(/[ ,.!?;:-`"]+/g, " ").trim();
1864
+ return str.normalize("NFD").replaceAll(new RegExp("\\p{Diacritic}", "gu"), "").toLowerCase().replaceAll("œ", "oe").replaceAll("æ", "ae").replaceAll(/[ ,.!?;:-`"]+/g, " ").trim();
1865
1865
  }
1866
1866
  const compare = {
1867
1867
  string(subject, query) {
@@ -2089,12 +2089,12 @@ export {
2089
2089
  importInlineCSS as i,
2090
2090
  importCSS as j,
2091
2091
  helpers as k,
2092
- isUrlOrRelativePath as l,
2093
- jsonldContextParserExports as m,
2092
+ getRawContext as l,
2093
+ mergeContexts as m,
2094
2094
  normalizeContext as n,
2095
- getRawContext as o,
2095
+ isUrlOrRelativePath as o,
2096
2096
  parseFieldsString as p,
2097
- mergeContexts as q,
2097
+ jsonldContextParserExports as q,
2098
2098
  stringToDom as r,
2099
2099
  setDeepProperty as s,
2100
2100
  transformArrayToContainer as t,
package/dist/helpers.js CHANGED
@@ -1,4 +1,4 @@
1
- import { A, h, y, c, A as A2, d, a, x, e, f, b, g, o, j, i, v, l, w, q, n, p, s, r, t, u } from "./helpers-dFpcGbvl.js";
1
+ import { A, h, y, c, A as A2, d, a, x, e, f, b, g, l, j, i, v, o, w, m, n, p, s, r, t, u } from "./helpers-4GFJ8HI8.js";
2
2
  export {
3
3
  A as AsyncIterableBuilder,
4
4
  h as asyncQuerySelector,
@@ -12,13 +12,13 @@ export {
12
12
  f as findClosingBracketMatchIndex,
13
13
  b as fuzzyCompare,
14
14
  g as generalComparator,
15
- o as getRawContext,
15
+ l as getRawContext,
16
16
  j as importCSS,
17
17
  i as importInlineCSS,
18
18
  v as importJS,
19
- l as isUrlOrRelativePath,
19
+ o as isUrlOrRelativePath,
20
20
  w as loadScript,
21
- q as mergeContexts,
21
+ m as mergeContexts,
22
22
  n as normalizeContext,
23
23
  p as parseFieldsString,
24
24
  s as setDeepProperty,