@cagatayfdn/flora-components 0.0.80 → 0.0.81

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.
package/dist/index.d.mts CHANGED
@@ -1045,6 +1045,8 @@ export declare const Select: {
1045
1045
  displayName: string;
1046
1046
  };
1047
1047
 
1048
+ export { SelectItemRenderer }
1049
+
1048
1050
  export declare type SelectProps = {
1049
1051
  id?: string;
1050
1052
  items?: OptionProps[];
package/dist/index.d.ts CHANGED
@@ -1045,6 +1045,8 @@ export declare const Select: {
1045
1045
  displayName: string;
1046
1046
  };
1047
1047
 
1048
+ export { SelectItemRenderer }
1049
+
1048
1050
  export declare type SelectProps = {
1049
1051
  id?: string;
1050
1052
  items?: OptionProps[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cagatayfdn/flora-components",
3
- "version": "0.0.80",
3
+ "version": "0.0.81",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",