@telicent-oss/ds 0.10.1-rc3 → 0.10.2-rc3

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,5 +1,5 @@
1
1
  import { default as React } from 'react';
2
- import { SelectChangeEvent } from '@mui/material';
2
+ import { SelectChangeEvent, SelectProps } from '@mui/material';
3
3
 
4
4
  type TeliSelectOption = {
5
5
  id?: any;
@@ -96,6 +96,7 @@ export interface TeliSelectProps {
96
96
  };
97
97
  */
98
98
  options?: TeliSelectOption[];
99
+ renderValue?: SelectProps["renderValue"];
99
100
  /**
100
101
  * If true, the selected option(s) cannot be changed
101
102
  */
package/package.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "url": "https://github.com/telicent-oss/telicent-ds.git"
8
8
  },
9
9
  "type": "module",
10
- "version": "0.10.1-rc3",
10
+ "version": "0.10.2-rc3",
11
11
  "private": false,
12
12
  "dependencies": {
13
13
  "@emotion/react": "^11.10.6",