@flipdish/portal-library 7.2.0 → 7.3.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.
@@ -0,0 +1,2 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("react/jsx-runtime"),o=require("../Autocomplete/index.cjs.js");const t=t=>e.jsx(o.Autocomplete,{...t,type:"combobox"});exports.Combobox=t,exports.default=t;
2
+ //# sourceMappingURL=index.cjs.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.cjs.js","sources":["../../../../src/components/molecules/Combobox/index.tsx"],"sourcesContent":["import Autocomplete, { type AutocompleteOption, type AutocompleteProps } from '../Autocomplete';\n\nexport type ComboboxOption = AutocompleteOption;\n\nexport type ComboboxProps = Omit<AutocompleteProps, 'type'>;\n\nexport const Combobox = (props: ComboboxProps): JSX.Element => {\n return <Autocomplete {...props} type=\"combobox\" />;\n};\n\nexport default Combobox;\n"],"names":["Combobox","props","_jsx","Autocomplete","type"],"mappings":"iJAMO,MAAMA,EAAYC,GAChBC,EAAAA,IAACC,EAAAA,aAAY,IAAKF,EAAOG,KAAK"}
@@ -0,0 +1,8 @@
1
+ import { AutocompleteProps, AutocompleteOption } from '../Autocomplete/index.js';
2
+
3
+ type ComboboxOption = AutocompleteOption;
4
+ type ComboboxProps = Omit<AutocompleteProps, 'type'>;
5
+ declare const Combobox: (props: ComboboxProps) => JSX.Element;
6
+
7
+ export { Combobox, Combobox as default };
8
+ export type { ComboboxOption, ComboboxProps };
@@ -0,0 +1,2 @@
1
+ import{jsx as o}from"react/jsx-runtime";import{Autocomplete as t}from"../Autocomplete/index.js";const e=e=>o(t,{...e,type:"combobox"});export{e as Combobox,e as default};
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sources":["../../../../src/components/molecules/Combobox/index.tsx"],"sourcesContent":["import Autocomplete, { type AutocompleteOption, type AutocompleteProps } from '../Autocomplete';\n\nexport type ComboboxOption = AutocompleteOption;\n\nexport type ComboboxProps = Omit<AutocompleteProps, 'type'>;\n\nexport const Combobox = (props: ComboboxProps): JSX.Element => {\n return <Autocomplete {...props} type=\"combobox\" />;\n};\n\nexport default Combobox;\n"],"names":["Combobox","props","_jsx","Autocomplete","type"],"mappings":"gGAMO,MAAMA,EAAYC,GAChBC,EAACC,EAAY,IAAKF,EAAOG,KAAK"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flipdish/portal-library",
3
- "version": "7.2.0",
3
+ "version": "7.3.0",
4
4
  "files": [
5
5
  "dist"
6
6
  ],