@agilant/toga-blox 1.0.50 → 1.0.51

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,6 +1,6 @@
1
1
  import React from "react";
2
2
  import { OptionType } from "../MultiSelect/MultiSelect.types";
3
- import "./SearchDrowpdown.scss";
3
+ import "./SearchDropdown.scss";
4
4
  interface SearchDropdownInputProps {
5
5
  options?: OptionType[];
6
6
  selectedValue?: OptionType[];
@@ -1,6 +1,6 @@
1
1
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
2
  import MultiSelectInput from "../MultiSelect/MultiSelect";
3
- import "./SearchDrowpdown.scss";
3
+ import "./SearchDropdown.scss";
4
4
  /**
5
5
  * A wrapper around MultiSelectInput that appends a special "__footer__" option
6
6
  * and uses a custom item renderer to display "Clear" and "Filter" buttons.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@agilant/toga-blox",
3
3
  "private": false,
4
- "version": "1.0.50",
4
+ "version": "1.0.51",
5
5
  "description": "",
6
6
  "main": "dist/index.js",
7
7
  "types": "dist/index.d.ts",