@snack-uikit/chips 0.28.8 → 0.28.9-preview-89561ede.0

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.
@@ -29,7 +29,7 @@ function defaultRangeFormatter(_ref) {
29
29
  } = _ref;
30
30
  if (!value || !value.length) return allLabel;
31
31
  const [from, to] = value;
32
- return `${from.toLocaleDateString(constants_2.DEFAULT_LOCALE)} ${constants_1.DEFAULT_EMPTY_VALUE} ${to.toLocaleDateString(constants_2.DEFAULT_LOCALE)}`;
32
+ return "".concat(from.toLocaleDateString(constants_2.DEFAULT_LOCALE), " ").concat(constants_1.DEFAULT_EMPTY_VALUE, " ").concat(to.toLocaleDateString(constants_2.DEFAULT_LOCALE));
33
33
  }
34
34
  function ChipChoiceDateRange(_a) {
35
35
  var {
@@ -37,7 +37,7 @@ const defaultMultiValueLabelFormatter = _ref => {
37
37
  if (len === 1) {
38
38
  return value[0].label;
39
39
  }
40
- return `${len.toString()}/${total}`;
40
+ return "".concat(len.toString(), "/").concat(total);
41
41
  };
42
42
  function ChipChoiceMultiple(_a) {
43
43
  var {
@@ -133,7 +133,7 @@ function ChipChoiceRow(_a) {
133
133
  setAddListOpen(false);
134
134
  handleChipOpen(filter.id)(true);
135
135
  },
136
- 'data-test-id': `${constants_1.CHIP_CHOICE_ROW_IDS.addButtonOption}-${(_b = filter['data-test-id']) !== null && _b !== void 0 ? _b : index}`
136
+ 'data-test-id': "".concat(constants_1.CHIP_CHOICE_ROW_IDS.addButtonOption, "-").concat((_b = filter['data-test-id']) !== null && _b !== void 0 ? _b : index)
137
137
  });
138
138
  return res;
139
139
  }, []), [addListValue, handleChipOpen, nonPinnedFilters, setAddListValue]);
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "access": "public"
5
5
  },
6
6
  "title": "Chips",
7
- "version": "0.28.8",
7
+ "version": "0.28.9-preview-89561ede.0",
8
8
  "sideEffects": [
9
9
  "*.css",
10
10
  "*.woff",
@@ -37,11 +37,11 @@
37
37
  "scripts": {},
38
38
  "dependencies": {
39
39
  "@snack-uikit/button": "0.19.16",
40
- "@snack-uikit/calendar": "0.13.8",
40
+ "@snack-uikit/calendar": "0.13.9-preview-89561ede.0",
41
41
  "@snack-uikit/divider": "3.2.10",
42
42
  "@snack-uikit/dropdown": "0.5.3",
43
43
  "@snack-uikit/icons": "0.27.3",
44
- "@snack-uikit/list": "0.32.7",
44
+ "@snack-uikit/list": "0.32.8-preview-89561ede.0",
45
45
  "@snack-uikit/loaders": "0.9.9",
46
46
  "@snack-uikit/tooltip": "0.18.5",
47
47
  "@snack-uikit/truncate-string": "0.7.4",
@@ -57,5 +57,5 @@
57
57
  "peerDependencies": {
58
58
  "@snack-uikit/locale": "*"
59
59
  },
60
- "gitHead": "fc6ef99551b60c7b9d2f8cacc87cfb0fd35030bf"
60
+ "gitHead": "de5270049691fdddf8df10ab11b5414141015dcf"
61
61
  }