@websline/system-components 1.3.19 → 1.3.20

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.
@@ -194,8 +194,6 @@
194
194
  {name}
195
195
  onKeydown={handleKey}
196
196
  onOpenDropdown={openDropdown}
197
- {open}
198
- {options}
199
197
  {placeholder}
200
198
  bind:value={valueLabel}
201
199
  {...rest} />
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@websline/system-components",
3
- "version": "1.3.19",
3
+ "version": "1.3.20",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },