sag_components 2.0.0-beta149 → 2.0.0-beta150
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.ts +2 -1
- package/dist/index.esm.js +9 -6
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +9 -6
- package/dist/index.js.map +1 -1
- package/dist/types/components/OverlayDropdown/OverlayDropdown.d.ts +2 -1
- package/dist/types/components/OverlayDropdown/OverlayDropdown.stories.d.ts +9 -0
- package/package.json +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export default OverlayDropdown;
|
|
2
|
-
declare function OverlayDropdown({ data, value, onSelectClick, disabled, isDarkerBackground, required, selectedColor, hoverColor, dropdownMaxHeight, width, height, label, labelEmptyValue, showLabelOnTop, placeHolder, labelColor, placeHolderColor, ...props }: {
|
|
2
|
+
declare function OverlayDropdown({ data, value, onSelectClick, disabled, isDarkerBackground, required, selectedColor, hoverColor, dropdownMaxHeight, width, height, label, labelEmptyValue, showLabelOnTop, placeHolder, labelColor, placeHolderColor, margin, ...props }: {
|
|
3
3
|
[x: string]: any;
|
|
4
4
|
data?: any[];
|
|
5
5
|
value: any;
|
|
@@ -18,4 +18,5 @@ declare function OverlayDropdown({ data, value, onSelectClick, disabled, isDarke
|
|
|
18
18
|
placeHolder: any;
|
|
19
19
|
labelColor: any;
|
|
20
20
|
placeHolderColor: any;
|
|
21
|
+
margin?: string;
|
|
21
22
|
}): import("react/jsx-runtime").JSX.Element;
|
|
@@ -193,6 +193,7 @@ export namespace Default {
|
|
|
193
193
|
export { placeHolder_1 as placeHolder };
|
|
194
194
|
const placeHolderColor_1: string;
|
|
195
195
|
export { placeHolderColor_1 as placeHolderColor };
|
|
196
|
+
export const margin: string;
|
|
196
197
|
}
|
|
197
198
|
}
|
|
198
199
|
export namespace WithSelection {
|
|
@@ -222,6 +223,8 @@ export namespace WithSelection {
|
|
|
222
223
|
export { placeHolder_2 as placeHolder };
|
|
223
224
|
const placeHolderColor_2: string;
|
|
224
225
|
export { placeHolderColor_2 as placeHolderColor };
|
|
226
|
+
const margin_1: string;
|
|
227
|
+
export { margin_1 as margin };
|
|
225
228
|
}
|
|
226
229
|
export { args_1 as args };
|
|
227
230
|
}
|
|
@@ -252,6 +255,8 @@ export namespace LongStringTooltip {
|
|
|
252
255
|
export { placeHolder_3 as placeHolder };
|
|
253
256
|
const placeHolderColor_3: string;
|
|
254
257
|
export { placeHolderColor_3 as placeHolderColor };
|
|
258
|
+
const margin_2: string;
|
|
259
|
+
export { margin_2 as margin };
|
|
255
260
|
}
|
|
256
261
|
export { args_2 as args };
|
|
257
262
|
}
|
|
@@ -282,6 +287,8 @@ export namespace Skin_Customized {
|
|
|
282
287
|
export { placeHolder_4 as placeHolder };
|
|
283
288
|
const placeHolderColor_4: string;
|
|
284
289
|
export { placeHolderColor_4 as placeHolderColor };
|
|
290
|
+
const margin_3: string;
|
|
291
|
+
export { margin_3 as margin };
|
|
285
292
|
}
|
|
286
293
|
export { args_3 as args };
|
|
287
294
|
}
|
|
@@ -312,6 +319,8 @@ export namespace Disabled_Required {
|
|
|
312
319
|
export { placeHolder_5 as placeHolder };
|
|
313
320
|
const placeHolderColor_5: string;
|
|
314
321
|
export { placeHolderColor_5 as placeHolderColor };
|
|
322
|
+
const margin_4: string;
|
|
323
|
+
export { margin_4 as margin };
|
|
315
324
|
}
|
|
316
325
|
export { args_4 as args };
|
|
317
326
|
}
|