sag_components 2.0.0-beta106 → 2.0.0-beta107
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.esm.js +20 -18
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +20 -18
- package/dist/index.js.map +1 -1
- package/dist/types/components/Table/Table.stories.d.ts +10 -2
- package/package.json +1 -1
|
@@ -255,6 +255,8 @@ export namespace Default {
|
|
|
255
255
|
export { sideButtonHoverColor_1 as sideButtonHoverColor };
|
|
256
256
|
const showHorizontalScroll_1: boolean;
|
|
257
257
|
export { showHorizontalScroll_1 as showHorizontalScroll };
|
|
258
|
+
const showNoDataInSearch_1: boolean;
|
|
259
|
+
export { showNoDataInSearch_1 as showNoDataInSearch };
|
|
258
260
|
const children_1: import("react/jsx-runtime").JSX.Element;
|
|
259
261
|
export { children_1 as children };
|
|
260
262
|
}
|
|
@@ -280,6 +282,8 @@ export namespace WithData {
|
|
|
280
282
|
export { data1 as data };
|
|
281
283
|
const buttonColor_2: string;
|
|
282
284
|
export { buttonColor_2 as buttonColor };
|
|
285
|
+
const showNoDataInSearch_2: boolean;
|
|
286
|
+
export { showNoDataInSearch_2 as showNoDataInSearch };
|
|
283
287
|
}
|
|
284
288
|
export { args_1 as args };
|
|
285
289
|
}
|
|
@@ -295,6 +299,8 @@ export namespace EmptyState {
|
|
|
295
299
|
export { columns_2 as columns };
|
|
296
300
|
const data_2: any[];
|
|
297
301
|
export { data_2 as data };
|
|
302
|
+
const showNoDataInSearch_3: boolean;
|
|
303
|
+
export { showNoDataInSearch_3 as showNoDataInSearch };
|
|
298
304
|
}
|
|
299
305
|
export { args_2 as args };
|
|
300
306
|
}
|
|
@@ -309,8 +315,10 @@ export namespace NoDataInSearch {
|
|
|
309
315
|
export { columns1 as columns };
|
|
310
316
|
const data_3: any[];
|
|
311
317
|
export { data_3 as data };
|
|
312
|
-
const
|
|
313
|
-
export {
|
|
318
|
+
const showNoDataInSearch_4: boolean;
|
|
319
|
+
export { showNoDataInSearch_4 as showNoDataInSearch };
|
|
320
|
+
export const noDataInSearchTitle: string;
|
|
321
|
+
export const noDataInSearchMessage: string;
|
|
314
322
|
}
|
|
315
323
|
export { args_3 as args };
|
|
316
324
|
}
|