@sistent/sistent 0.14.211 → 0.14.212

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
@@ -1252,8 +1252,6 @@ interface Props$1 {
1252
1252
  path?: string;
1253
1253
  courseCount: number;
1254
1254
  courseType: string;
1255
- orgId?: string;
1256
- modalContent?: string;
1257
1255
  }
1258
1256
  declare const LearningCard: React__default.FC<Props$1>;
1259
1257
 
@@ -1277,8 +1275,9 @@ interface CustomDialogProps {
1277
1275
  closeComponent: React.ReactNode;
1278
1276
  maxWidth?: DialogProps['maxWidth'];
1279
1277
  onClose: () => void;
1278
+ 'data-testid'?: string;
1280
1279
  }
1281
- declare function ModalCard({ title, leftHeaderIcon, helpText, helpArea, actions, hideActions, content, closeComponent }: CustomDialogProps): JSX.Element;
1280
+ declare function ModalCard({ title, leftHeaderIcon, helpText, helpArea, actions, hideActions, content, closeComponent, 'data-testid': testId }: CustomDialogProps): JSX.Element;
1282
1281
 
1283
1282
  interface IPopperListener extends PopperProps$1 {
1284
1283
  open: boolean;
@@ -1355,8 +1354,9 @@ interface SearchBarProps$1 {
1355
1354
  onClear?: () => void;
1356
1355
  expanded: boolean;
1357
1356
  setExpanded: (expanded: boolean) => void;
1357
+ 'data-testid'?: string;
1358
1358
  }
1359
- declare function SearchBar({ onSearch, placeholder, onClear, expanded, setExpanded }: SearchBarProps$1): JSX.Element;
1359
+ declare function SearchBar({ onSearch, placeholder, onClear, expanded, setExpanded, 'data-testid': testId }: SearchBarProps$1): JSX.Element;
1360
1360
 
1361
1361
  interface TeamTableProps {
1362
1362
  teams: any;
@@ -1939,6 +1939,7 @@ interface CustomizedStepperPropsI {
1939
1939
  stepLabels: string[];
1940
1940
  children: React__default.ReactNode;
1941
1941
  icons: React__default.ComponentType<IconProps$1>[];
1942
+ 'data-testid'?: string;
1942
1943
  ContentWrapper?: React__default.ComponentType<{
1943
1944
  children: React__default.ReactNode;
1944
1945
  }>;
package/dist/index.d.ts CHANGED
@@ -1252,8 +1252,6 @@ interface Props$1 {
1252
1252
  path?: string;
1253
1253
  courseCount: number;
1254
1254
  courseType: string;
1255
- orgId?: string;
1256
- modalContent?: string;
1257
1255
  }
1258
1256
  declare const LearningCard: React__default.FC<Props$1>;
1259
1257
 
@@ -1277,8 +1275,9 @@ interface CustomDialogProps {
1277
1275
  closeComponent: React.ReactNode;
1278
1276
  maxWidth?: DialogProps['maxWidth'];
1279
1277
  onClose: () => void;
1278
+ 'data-testid'?: string;
1280
1279
  }
1281
- declare function ModalCard({ title, leftHeaderIcon, helpText, helpArea, actions, hideActions, content, closeComponent }: CustomDialogProps): JSX.Element;
1280
+ declare function ModalCard({ title, leftHeaderIcon, helpText, helpArea, actions, hideActions, content, closeComponent, 'data-testid': testId }: CustomDialogProps): JSX.Element;
1282
1281
 
1283
1282
  interface IPopperListener extends PopperProps$1 {
1284
1283
  open: boolean;
@@ -1355,8 +1354,9 @@ interface SearchBarProps$1 {
1355
1354
  onClear?: () => void;
1356
1355
  expanded: boolean;
1357
1356
  setExpanded: (expanded: boolean) => void;
1357
+ 'data-testid'?: string;
1358
1358
  }
1359
- declare function SearchBar({ onSearch, placeholder, onClear, expanded, setExpanded }: SearchBarProps$1): JSX.Element;
1359
+ declare function SearchBar({ onSearch, placeholder, onClear, expanded, setExpanded, 'data-testid': testId }: SearchBarProps$1): JSX.Element;
1360
1360
 
1361
1361
  interface TeamTableProps {
1362
1362
  teams: any;
@@ -1939,6 +1939,7 @@ interface CustomizedStepperPropsI {
1939
1939
  stepLabels: string[];
1940
1940
  children: React__default.ReactNode;
1941
1941
  icons: React__default.ComponentType<IconProps$1>[];
1942
+ 'data-testid'?: string;
1942
1943
  ContentWrapper?: React__default.ComponentType<{
1943
1944
  children: React__default.ReactNode;
1944
1945
  }>;