@datarobot/design-system 29.7.7 → 29.7.9

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.
@@ -4984,10 +4984,10 @@ export const useDefaultTexts: () => {
4984
4984
 
4985
4985
  export const stringToArrayOfNumbersOrAll: (value?: string | number) => (number | "*")[];
4986
4986
  export function useArrayOfRangedNumbersOrAllValidator(): ({ min, max, values, allowAll, }: ScheduleValidity) => ScheduleValidity | undefined;
4987
- export function useGetScheduleString(schedule: Schedule, stringOptions?: {
4987
+ export function useGetScheduleString(): (schedule: Schedule, stringOptions?: {
4988
4988
  complexScheduleString?: string | null;
4989
4989
  timeStandardString?: string | null;
4990
- }): string | null;
4990
+ }) => string | null;
4991
4991
  export function getFrequency({ minute, hour, month, dayOfMonth, dayOfWeek, }: Schedule): Frequency | undefined;
4992
4992
 
4993
4993
  import './search.less';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@datarobot/design-system",
3
- "version": "29.7.7",
3
+ "version": "29.7.9",
4
4
  "description": "DataRobot react components library",
5
5
  "scripts": {
6
6
  "build": "node ../../tools/build-lib.js",
@@ -39,7 +39,7 @@
39
39
  "@popperjs/core": "2.11.8",
40
40
  "@tanstack/react-table": "8.21.2",
41
41
  "classnames": "2.5.1",
42
- "lodash-es": "4.17.21",
42
+ "lodash-es": "4.17.23",
43
43
  "mitt": "3.0.0",
44
44
  "react-datetime": "3.3.1",
45
45
  "react-dnd": "16.0.1",