@onsvisual/svelte-components 0.1.35 → 0.1.36

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.
@@ -159,7 +159,7 @@
159
159
  itemId="{idKey}"
160
160
  label="{labelKey}"
161
161
  groupBy="{groupKey && clusterByGroup ? (item) => item[groupKey] : null}"
162
- showChevron="{!value}"
162
+ showChevron="{true}"
163
163
  multiple="{multiple}"
164
164
  clearable="{clearable}"
165
165
  on:change="{handleChange}"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onsvisual/svelte-components",
3
- "version": "0.1.35",
3
+ "version": "0.1.36",
4
4
  "type": "module",
5
5
  "private": false,
6
6
  "homepage": "https://onsvisual.github.io/svelte-components",