@selfdecode/sd-component-library 2.45.0 → 2.45.3
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/lib/components/animations/up-down-arrow/up-down-arrow.d.ts +0 -1
- package/lib/components/bicolor-badge/interfaces.d.ts +0 -1
- package/lib/components/buttons/logos/logo/interfaces.d.ts +1 -1
- package/lib/components/buttons/logos/navbar-logo/interfaces.d.ts +1 -1
- package/lib/components/buttons/round-icon-button/interfaces.d.ts +4 -0
- package/lib/components/checkboxes/checkbox/checkbox.d.ts +0 -1
- package/lib/components/complex/footer/partials/footer-link/footer-link.d.ts +0 -1
- package/lib/components/complex/footer/partials/footer-section/footer-section.d.ts +0 -1
- package/lib/components/complex/footer/partials/footer-social/footer-social.d.ts +0 -1
- package/lib/components/complex/footer/presentational/footer-presentational.d.ts +0 -1
- package/lib/components/complex/navbar/partials/navbar-v1/partials/navbar-desktop-v1/partials/menu-row/menu-row.d.ts +0 -1
- package/lib/components/complex/navbar/partials/navbar-v1/partials/navbar-desktop-v1/partials/new-apps/new-apps.d.ts +0 -1
- package/lib/components/complex/navbar/partials/navbar-v1/partials/navbar-mobile-v1/partials/icon-buttons/icon-buttons.d.ts +3 -3
- package/lib/components/complex/navbar/partials/navbar-v2/partials/interfaces.d.ts +4 -0
- package/lib/components/complex/navbar/partials/navbar-v2/partials/navbar-desktop-v2/partials/menu-box/menu-box.d.ts +0 -1
- package/lib/components/complex/navbar/presentational/navbar-presentational.d.ts +0 -1
- package/lib/components/complex/updated-navbar/constants.d.ts +59 -0
- package/lib/components/complex/updated-navbar/index.d.ts +1 -0
- package/lib/components/complex/updated-navbar/interfaces.d.ts +6 -0
- package/lib/components/complex/updated-navbar/partials/updated-navbar-desktop/index.d.ts +1 -0
- package/lib/components/complex/updated-navbar/partials/updated-navbar-desktop/interfaces.d.ts +4 -0
- package/lib/components/complex/updated-navbar/partials/updated-navbar-desktop/partials/updated-menu-box/index.d.ts +1 -0
- package/lib/components/complex/updated-navbar/partials/updated-navbar-desktop/partials/updated-menu-box/interfaces.d.ts +14 -0
- package/lib/components/complex/updated-navbar/partials/updated-navbar-desktop/partials/updated-menu-box/updated-menu-box.d.ts +3 -0
- package/lib/components/complex/updated-navbar/partials/updated-navbar-desktop/partials/updated-menu-row/index.d.ts +1 -0
- package/lib/components/complex/updated-navbar/partials/updated-navbar-desktop/partials/updated-menu-row/interfaces.d.ts +11 -0
- package/lib/components/complex/updated-navbar/partials/updated-navbar-desktop/partials/updated-menu-row/updated-menu-row.d.ts +3 -0
- package/lib/components/complex/updated-navbar/partials/updated-navbar-desktop/partials/updated-navbar-item/index.d.ts +1 -0
- package/lib/components/complex/updated-navbar/partials/updated-navbar-desktop/partials/updated-navbar-item/interfaces.d.ts +11 -0
- package/lib/components/complex/updated-navbar/partials/updated-navbar-desktop/partials/updated-navbar-item/updated-navbar-item.d.ts +3 -0
- package/lib/components/complex/updated-navbar/partials/updated-navbar-desktop/partials/v2-to-legacy-switch-desktop/index.d.ts +1 -0
- package/lib/components/complex/updated-navbar/partials/updated-navbar-desktop/partials/v2-to-legacy-switch-desktop/interfaces.d.ts +4 -0
- package/lib/components/complex/updated-navbar/partials/updated-navbar-desktop/partials/v2-to-legacy-switch-desktop/v2-to-legacy-switch-desktop.d.ts +3 -0
- package/lib/components/complex/updated-navbar/partials/updated-navbar-desktop/updated-navbar-desktop.d.ts +3 -0
- package/lib/components/complex/updated-navbar/partials/updated-navbar-mobile/index.d.ts +1 -0
- package/lib/components/complex/updated-navbar/partials/updated-navbar-mobile/interfaces.d.ts +3 -0
- package/lib/components/complex/updated-navbar/partials/updated-navbar-mobile/partials/unfolded-navbar-container/index.d.ts +1 -0
- package/lib/components/complex/updated-navbar/partials/updated-navbar-mobile/partials/unfolded-navbar-container/interfaces.d.ts +5 -0
- package/lib/components/complex/updated-navbar/partials/updated-navbar-mobile/partials/unfolded-navbar-container/unfolded-navbar-container.d.ts +3 -0
- package/lib/components/complex/updated-navbar/partials/updated-navbar-mobile/partials/updated-navbar-folded/index.d.ts +1 -0
- package/lib/components/complex/updated-navbar/partials/updated-navbar-mobile/partials/updated-navbar-folded/interfaces.d.ts +5 -0
- package/lib/components/complex/updated-navbar/partials/updated-navbar-mobile/partials/updated-navbar-folded/updated-navbar-folded.d.ts +3 -0
- package/lib/components/complex/updated-navbar/partials/updated-navbar-mobile/partials/updated-navbar-navigation/index.d.ts +1 -0
- package/lib/components/complex/updated-navbar/partials/updated-navbar-mobile/partials/updated-navbar-navigation/interfaces.d.ts +6 -0
- package/lib/components/complex/updated-navbar/partials/updated-navbar-mobile/partials/updated-navbar-navigation/partials/item-row/index.d.ts +1 -0
- package/lib/components/complex/updated-navbar/partials/updated-navbar-mobile/partials/updated-navbar-navigation/partials/item-row/interfaces.d.ts +11 -0
- package/lib/components/complex/updated-navbar/partials/updated-navbar-mobile/partials/updated-navbar-navigation/partials/item-row/item-row.d.ts +3 -0
- package/lib/components/complex/updated-navbar/partials/updated-navbar-mobile/partials/updated-navbar-navigation/partials/primary-folded-item/index.d.ts +1 -0
- package/lib/components/complex/updated-navbar/partials/updated-navbar-mobile/partials/updated-navbar-navigation/partials/primary-folded-item/interfaces.d.ts +8 -0
- package/lib/components/complex/updated-navbar/partials/updated-navbar-mobile/partials/updated-navbar-navigation/partials/primary-folded-item/primary-folded-item.d.ts +3 -0
- package/lib/components/complex/updated-navbar/partials/updated-navbar-mobile/partials/updated-navbar-navigation/partials/secondary-folded-item/index.d.ts +1 -0
- package/lib/components/complex/updated-navbar/partials/updated-navbar-mobile/partials/updated-navbar-navigation/partials/secondary-folded-item/interfaces.d.ts +10 -0
- package/lib/components/complex/updated-navbar/partials/updated-navbar-mobile/partials/updated-navbar-navigation/partials/secondary-folded-item/secondary-folded-item.d.ts +3 -0
- package/lib/components/complex/updated-navbar/partials/updated-navbar-mobile/partials/updated-navbar-navigation/partials/unfolded-item/index.d.ts +1 -0
- package/lib/components/complex/updated-navbar/partials/updated-navbar-mobile/partials/updated-navbar-navigation/partials/unfolded-item/interfaces.d.ts +9 -0
- package/lib/components/complex/updated-navbar/partials/updated-navbar-mobile/partials/updated-navbar-navigation/partials/unfolded-item/unfolded-item.d.ts +3 -0
- package/lib/components/complex/updated-navbar/partials/updated-navbar-mobile/partials/updated-navbar-navigation/partials/unfolded-item-row/index.d.ts +1 -0
- package/lib/components/complex/updated-navbar/partials/updated-navbar-mobile/partials/updated-navbar-navigation/partials/unfolded-item-row/interfaces.d.ts +9 -0
- package/lib/components/complex/updated-navbar/partials/updated-navbar-mobile/partials/updated-navbar-navigation/partials/unfolded-item-row/unfolded-item-row.d.ts +3 -0
- package/lib/components/complex/updated-navbar/partials/updated-navbar-mobile/partials/updated-navbar-navigation/updated-navbar-navigation.d.ts +3 -0
- package/lib/components/complex/updated-navbar/partials/updated-navbar-mobile/partials/updated-navbar-search/index.d.ts +1 -0
- package/lib/components/complex/updated-navbar/partials/updated-navbar-mobile/partials/updated-navbar-search/interfaces.d.ts +6 -0
- package/lib/components/complex/updated-navbar/partials/updated-navbar-mobile/partials/updated-navbar-search/updated-navbar-search.d.ts +3 -0
- package/lib/components/complex/updated-navbar/partials/updated-navbar-mobile/partials/v2-to-legacy-switch-mobile/index.d.ts +1 -0
- package/lib/components/complex/updated-navbar/partials/updated-navbar-mobile/partials/v2-to-legacy-switch-mobile/interfaces.d.ts +3 -0
- package/lib/components/complex/updated-navbar/partials/updated-navbar-mobile/partials/v2-to-legacy-switch-mobile/v2-to-legacy-switch-mobile.d.ts +3 -0
- package/lib/components/complex/updated-navbar/partials/updated-navbar-mobile/updated-navbar-mobile.d.ts +3 -0
- package/lib/components/complex/updated-navbar/updated-navbar.d.ts +3 -0
- package/lib/components/containers/flex-center/flex-center.d.ts +3 -0
- package/lib/components/containers/flex-center/index.d.ts +1 -0
- package/lib/components/containers/max-width-container/max-width-container.d.ts +0 -1
- package/lib/components/containers/max-width-container-v2/index.d.ts +1 -0
- package/lib/components/containers/max-width-container-v2/interfaces.d.ts +2 -0
- package/lib/components/containers/max-width-container-v2/max-width-container-v2.d.ts +3 -0
- package/lib/components/containers/section-container/section-container.d.ts +0 -1
- package/lib/components/custom-scrollbar-box/interfaces.d.ts +4 -0
- package/lib/components/dividers/divider/interfaces.d.ts +9 -0
- package/lib/components/dividers/horizontal-divider/interfaces.d.ts +1 -1
- package/lib/components/dividers/vertical-divider/interfaces.d.ts +1 -1
- package/lib/components/feature-explanation/feature-explanation.d.ts +0 -1
- package/lib/components/inputs/multi-row-secondary-text-input/interfaces.d.ts +3 -0
- package/lib/components/inputs/search-autocomplete-input/index.d.ts +1 -0
- package/lib/components/inputs/search-autocomplete-input/interfaces.d.ts +26 -0
- package/lib/components/inputs/search-autocomplete-input/partials/search-autocomplete-results-box/index.d.ts +1 -0
- package/lib/components/inputs/search-autocomplete-input/partials/search-autocomplete-results-box/interfaces.d.ts +11 -0
- package/lib/components/inputs/search-autocomplete-input/partials/search-autocomplete-results-box/search-autocomplete-results-box.d.ts +6 -0
- package/lib/components/inputs/search-autocomplete-input/partials/search-autocomplete-row/index.d.ts +1 -0
- package/lib/components/inputs/search-autocomplete-input/partials/search-autocomplete-row/interfaces.d.ts +9 -0
- package/lib/components/inputs/search-autocomplete-input/partials/search-autocomplete-row/search-autocomplete-row.d.ts +6 -0
- package/lib/components/inputs/search-autocomplete-input/search-autocomplete-input.d.ts +6 -0
- package/lib/components/inputs/search-input/partials/search-box/search-box.d.ts +0 -1
- package/lib/components/inputs/search-input/presentational/interfaces.d.ts +22 -1
- package/lib/components/inputs/secondary-text-input/interfaces.d.ts +6 -1
- package/lib/components/interfaces.d.ts +5 -5
- package/lib/components/labels/base-label/base-label.d.ts +0 -1
- package/lib/components/links/link/interfaces.d.ts +6 -2
- package/lib/components/links/primary-link/interfaces.d.ts +1 -6
- package/lib/components/menus/actions-menu/actions-menu.d.ts +3 -0
- package/lib/components/menus/actions-menu/index.d.ts +1 -0
- package/lib/components/menus/actions-menu/interfaces.d.ts +16 -0
- package/lib/components/meters/outline-meter/interfaces.d.ts +5 -0
- package/lib/components/meters/smiley-meter-v2/interfaces.d.ts +1 -1
- package/lib/components/modals/modal/interfaces.d.ts +8 -4
- package/lib/components/modals/primary-modal/interfaces.d.ts +0 -4
- package/lib/components/radio-button/radio-button.d.ts +0 -1
- package/lib/components/ratings/five-stars-rating/five-stars-rating.d.ts +0 -1
- package/lib/components/selectors/compact-primary-selector/compact-primary-selector.d.ts +0 -1
- package/lib/components/selectors/primary-selector/primary-selector.d.ts +0 -1
- package/lib/components/selectors/secondary-custom-selector/index.d.ts +1 -0
- package/lib/components/selectors/secondary-custom-selector/interfaces.d.ts +6 -0
- package/lib/components/selectors/secondary-custom-selector/partials/secondary-custom-selector-option-row/index.d.ts +1 -0
- package/lib/components/selectors/secondary-custom-selector/partials/secondary-custom-selector-option-row/interfaces.d.ts +5 -0
- package/lib/components/selectors/secondary-custom-selector/partials/secondary-custom-selector-option-row/secondary-custom-selector-option-row.d.ts +3 -0
- package/lib/components/selectors/secondary-custom-selector/partials/secondary-custom-selector-options-box/index.d.ts +1 -0
- package/lib/components/selectors/secondary-custom-selector/partials/secondary-custom-selector-options-box/interfaces.d.ts +5 -0
- package/lib/components/selectors/secondary-custom-selector/partials/secondary-custom-selector-options-box/secondary-custom-selector-options-box.d.ts +2 -0
- package/lib/components/selectors/secondary-custom-selector/secondary-custom-selector.d.ts +2 -0
- package/lib/components/selectors/secondary-selector/secondary-selector.d.ts +0 -1
- package/lib/components/selectors/selector/selector.d.ts +0 -1
- package/lib/components/selectors/selector-v2/interfaces.d.ts +1 -1
- package/lib/components/selectors/selector-v2/partials/base-selector-v2/base-selector-v2.d.ts +0 -1
- package/lib/components/selectors/selector-v2/partials/base-selector-v2/interfaces.d.ts +4 -0
- package/lib/components/selectors/selector-v2/selector-v2.d.ts +0 -1
- package/lib/components/selectors/tertiary-custom-selector/index.d.ts +1 -0
- package/lib/components/selectors/tertiary-custom-selector/interfaces.d.ts +3 -0
- package/lib/components/selectors/tertiary-custom-selector/tertiary-custom-selector.d.ts +3 -0
- package/lib/components/selectors/tertiary-selector/tertiary-selector.d.ts +0 -1
- package/lib/components/slider/partials/step-circles/step-circles.d.ts +0 -1
- package/lib/components/slider/slider.d.ts +0 -1
- package/lib/components/switches/toggle-switch/index.d.ts +1 -0
- package/lib/components/switches/toggle-switch/interfaces.d.ts +4 -0
- package/lib/components/switches/toggle-switch/toggle-switch.d.ts +3 -0
- package/lib/components/tabs/tab-bar/partials/tab/tab.d.ts +0 -1
- package/lib/components/tabs/tab-bar/tab-bar.d.ts +0 -1
- package/lib/components/tabs/tab-bar-v2/interfaces.d.ts +5 -0
- package/lib/components/tabs/tab-bar-v2/partials/tab-v2/interfaces.d.ts +3 -1
- package/lib/components/tabs/tabbed-view/tabbed-view.d.ts +0 -1
- package/lib/components/tabs/tabs-menu/tabs-menu.d.ts +0 -1
- package/lib/components/texts/base-text/base-text.d.ts +0 -1
- package/lib/components/texts/base-text/interfaces.d.ts +2 -2
- package/lib/components/texts/base-text-v2/interfaces.d.ts +4 -0
- package/lib/components/texts/eighteen-bold/eighteen-bold.d.ts +0 -1
- package/lib/components/texts/eighteen-regular/eighteen-regular.d.ts +0 -1
- package/lib/components/texts/fifty-five-sb/fifty-five-sb.d.ts +0 -1
- package/lib/components/texts/fourteen-regular/fourteen-regular.d.ts +0 -1
- package/lib/components/texts/fourteen-sb/fourteen-sb.d.ts +0 -1
- package/lib/components/texts/fourty-bold/fourty-bold.d.ts +0 -1
- package/lib/components/texts/no-translate/no-translate.d.ts +0 -1
- package/lib/components/texts/sixteen-regular/sixteen-regular.d.ts +0 -1
- package/lib/components/texts/ten-sb/ten-sb.d.ts +0 -1
- package/lib/components/texts/thirteen-bold/thirteen-bold.d.ts +0 -1
- package/lib/components/texts/thirteen-regular/thirteen-regular.d.ts +0 -1
- package/lib/components/texts/thirteen-sb/thirteen-sb.d.ts +0 -1
- package/lib/components/texts/thirty-two-bold/thirty-two-bold.d.ts +0 -1
- package/lib/components/texts/thirty-two-regular/thirty-two-regular.d.ts +0 -1
- package/lib/components/texts/twelve-regular/twelve-regular.d.ts +0 -1
- package/lib/components/texts/twelve-sb/twelve-sb.d.ts +0 -1
- package/lib/components/texts/twenty-four-bold/twenty-four-bold.d.ts +0 -1
- package/lib/components/texts/twenty-four-regular/twenty-four-regular.d.ts +0 -1
- package/lib/components/tooltips/base-tooltip/interfaces.d.ts +1 -1
- package/lib/components/tooltips/primary-info-tooltip/interfaces.d.ts +2 -1
- package/lib/components/tooltips/radio-info-button-tooltip/interfaces.d.ts +4 -0
- package/lib/components/tooltips/star-tooltip/partials/toltip-text-modal/interfaces.d.ts +2 -1
- package/lib/components/utils/anchor/interfaces.d.ts +6 -1
- package/lib/components/utils/anchor/refs-manager.d.ts +2 -1
- package/lib/components/utils/scroll-to-top/scroll-to-top.d.ts +0 -1
- package/lib/components/utils/scroll-to-top-on-mount/scroll-to-top-on-mount.d.ts +0 -1
- package/lib/core/theme.d.ts +20 -7
- package/lib/index.d.ts +9 -0
- package/lib/index.js +1 -1
- package/package.json +1 -1
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
1
2
|
import { BaseInfoTooltipProps } from "../base-info-tooltip";
|
|
2
3
|
/**
|
|
3
4
|
* Additional props we want to add
|
|
@@ -7,6 +8,6 @@ export interface PrimaryInfoTooltipProps extends SameProps {
|
|
|
7
8
|
/**
|
|
8
9
|
* Only this prop is required
|
|
9
10
|
*/
|
|
10
|
-
tooltipText: string;
|
|
11
|
+
tooltipText: string | React.ReactNode;
|
|
11
12
|
}
|
|
12
13
|
export {};
|
|
@@ -20,4 +20,8 @@ export interface RadioInfoButtonTooltipProps extends Omit<RadioInfoButtonProps,
|
|
|
20
20
|
* Position of the tooltip in the horizontal plane (right by default).
|
|
21
21
|
*/
|
|
22
22
|
tooltipHorizontalPosition?: "left" | "right";
|
|
23
|
+
/**
|
|
24
|
+
* Max width of tooltip content.
|
|
25
|
+
*/
|
|
26
|
+
tooltipContentMaxWidth?: string | string[];
|
|
23
27
|
}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
+
import { BoxProps } from "rebass";
|
|
2
3
|
/**
|
|
3
4
|
* Type for the refsMap to be stored in reference manager.
|
|
4
5
|
*/
|
|
@@ -8,7 +9,7 @@ export declare type refsMap = {
|
|
|
8
9
|
/**
|
|
9
10
|
* Interface for Anchor props.
|
|
10
11
|
*/
|
|
11
|
-
export interface AnchorProps {
|
|
12
|
+
export interface AnchorProps extends BoxProps {
|
|
12
13
|
/**
|
|
13
14
|
* Hash id of the component.
|
|
14
15
|
*/
|
|
@@ -30,4 +31,8 @@ export interface AnchorProps {
|
|
|
30
31
|
* Children of Anchor component.
|
|
31
32
|
*/
|
|
32
33
|
children: React.ReactNode;
|
|
34
|
+
/**
|
|
35
|
+
* Scroll behavior for the anchor.
|
|
36
|
+
*/
|
|
37
|
+
scrollBehavior?: "auto" | "smooth";
|
|
33
38
|
}
|
|
@@ -27,8 +27,9 @@ declare class RefsManager {
|
|
|
27
27
|
* Scroll the component with provided ID into the view.
|
|
28
28
|
*
|
|
29
29
|
* @param id ID for the component.
|
|
30
|
+
* @param behavior Scroll behavior.
|
|
30
31
|
*/
|
|
31
|
-
scrollToRef(id: string): void;
|
|
32
|
+
scrollToRef(id: string, behavior?: "smooth" | "auto"): void;
|
|
32
33
|
}
|
|
33
34
|
export declare const refsManager: RefsManager;
|
|
34
35
|
export {};
|
package/lib/core/theme.d.ts
CHANGED
|
@@ -61,6 +61,13 @@ declare const _default: {
|
|
|
61
61
|
combined: {
|
|
62
62
|
display: string;
|
|
63
63
|
};
|
|
64
|
+
customSecondary: {
|
|
65
|
+
gap: string;
|
|
66
|
+
gridTemplateColumns: string;
|
|
67
|
+
};
|
|
68
|
+
customTertiary: {
|
|
69
|
+
gap: string;
|
|
70
|
+
};
|
|
64
71
|
};
|
|
65
72
|
};
|
|
66
73
|
_dropdowns: {
|
|
@@ -264,7 +271,6 @@ declare const _default: {
|
|
|
264
271
|
};
|
|
265
272
|
selectors: {
|
|
266
273
|
secondary: {
|
|
267
|
-
fontFamily: string;
|
|
268
274
|
fontSize: string[];
|
|
269
275
|
fontWeight: number;
|
|
270
276
|
letterSpacing: number;
|
|
@@ -272,7 +278,6 @@ declare const _default: {
|
|
|
272
278
|
color: string;
|
|
273
279
|
};
|
|
274
280
|
secondaryError: {
|
|
275
|
-
fontFamily: string;
|
|
276
281
|
width: string;
|
|
277
282
|
fontSize: string[];
|
|
278
283
|
fontWeight: number;
|
|
@@ -282,7 +287,6 @@ declare const _default: {
|
|
|
282
287
|
color: string;
|
|
283
288
|
};
|
|
284
289
|
tertiary: {
|
|
285
|
-
fontFamily: string;
|
|
286
290
|
width: string;
|
|
287
291
|
color: string;
|
|
288
292
|
fontSize: string[];
|
|
@@ -292,7 +296,6 @@ declare const _default: {
|
|
|
292
296
|
marginBottom: string[];
|
|
293
297
|
};
|
|
294
298
|
tertiaryError: {
|
|
295
|
-
fontFamily: string;
|
|
296
299
|
width: string;
|
|
297
300
|
fontSize: string[];
|
|
298
301
|
fontWeight: number;
|
|
@@ -302,13 +305,11 @@ declare const _default: {
|
|
|
302
305
|
color: string;
|
|
303
306
|
};
|
|
304
307
|
compact: {
|
|
305
|
-
fontFamily: string;
|
|
306
308
|
width: string;
|
|
307
309
|
color: string;
|
|
308
310
|
fontSize: string[];
|
|
309
311
|
};
|
|
310
312
|
secondaryV2: {
|
|
311
|
-
fontFamily: string;
|
|
312
313
|
color: string;
|
|
313
314
|
fontSize: string;
|
|
314
315
|
};
|
|
@@ -317,7 +318,6 @@ declare const _default: {
|
|
|
317
318
|
left: string;
|
|
318
319
|
top: string;
|
|
319
320
|
height: string;
|
|
320
|
-
fontFamily: string;
|
|
321
321
|
fontWeight: number;
|
|
322
322
|
color: string;
|
|
323
323
|
fontSize: string;
|
|
@@ -326,6 +326,19 @@ declare const _default: {
|
|
|
326
326
|
width: string;
|
|
327
327
|
bg: string;
|
|
328
328
|
px: string;
|
|
329
|
+
zIndex: number;
|
|
330
|
+
};
|
|
331
|
+
customSecondary: {
|
|
332
|
+
fontSize: string;
|
|
333
|
+
fontWeight: number;
|
|
334
|
+
color: string;
|
|
335
|
+
};
|
|
336
|
+
customTertiary: {
|
|
337
|
+
fontSize: string;
|
|
338
|
+
fontWeight: number;
|
|
339
|
+
letterSpacing: string;
|
|
340
|
+
textTransform: string;
|
|
341
|
+
color: string;
|
|
329
342
|
};
|
|
330
343
|
};
|
|
331
344
|
iconButton: {
|
package/lib/index.d.ts
CHANGED
|
@@ -54,7 +54,9 @@ export { MaxFrContainer } from "./components/containers/grid-containers/max-fr-c
|
|
|
54
54
|
export { MaxMaxContainer } from "./components/containers/grid-containers/max-max-container";
|
|
55
55
|
export { SectionContainer } from "./components/containers/section-container";
|
|
56
56
|
export { MaxWidthContainer } from "./components/containers/max-width-container";
|
|
57
|
+
export { MaxWidthContainerV2 as MaxWidth } from "./components/containers/max-width-container-v2";
|
|
57
58
|
export { GridContainerV2 as Grid } from "./components/containers/grid-containers/grid-container-v2";
|
|
59
|
+
export { FlexCenter } from "./components/containers/flex-center";
|
|
58
60
|
export { CarouselSectionContainer } from "./components/carousels/carousel-section-container";
|
|
59
61
|
export { ResponsiveGridContainerT1 } from "./components/containers/responsive-containers/responsive-container-t1";
|
|
60
62
|
export { ResponsiveGridContainerT2 } from "./components/containers/responsive-containers/responsive-container-t2";
|
|
@@ -86,6 +88,8 @@ export declare type BoxyNumberInputProps = BaseBoxyNumberInputProps;
|
|
|
86
88
|
export { SearchInput } from "./components/inputs/search-input";
|
|
87
89
|
export { AutocompleteInput } from "./components/inputs/autocomplete-input";
|
|
88
90
|
export type { AutocompleteInputProps, AutocompleteOption, } from "./components/inputs/autocomplete-input/interfaces";
|
|
91
|
+
export { SearchAutocompleteInput } from "./components/inputs/search-autocomplete-input";
|
|
92
|
+
export type { SearchAutocompleteOption } from "./components/inputs/search-autocomplete-input/interfaces";
|
|
89
93
|
export { PrimaryDateInput } from "./components/inputs/date-inputs/primary-date-input";
|
|
90
94
|
export { OutlinedDateInput } from "./components/inputs/date-inputs/outlined-date-input";
|
|
91
95
|
export { BaseDateRangeInput } from "./components/inputs/date-inputs/base-date-range-input";
|
|
@@ -100,6 +104,7 @@ export { PrimaryLink } from "./components/links/primary-link";
|
|
|
100
104
|
export { List } from "./components/lists/list";
|
|
101
105
|
export declare type ListProps = BaseListProps;
|
|
102
106
|
export { PrimaryList } from "./components/lists/primary-list";
|
|
107
|
+
export { ActionsMenu } from "./components/menus/actions-menu";
|
|
103
108
|
export { BaseOutlineMeter } from "./components/meters/base-outline-meter";
|
|
104
109
|
export declare type BaseOutlineMeterProps = BaseBaseOutlineMeterProps;
|
|
105
110
|
export { DiscreteOutlineMeter } from "./components/meters/discrete-outline-meter";
|
|
@@ -137,6 +142,8 @@ export { SecondarySelector } from "./components/selectors/secondary-selector";
|
|
|
137
142
|
export { CompactPrimarySelector } from "./components/selectors/compact-primary-selector";
|
|
138
143
|
export declare type CompactPrimarySelectorProps<T extends string = string> = BaseCompactSelectorProps<T>;
|
|
139
144
|
export { CustomSelector } from "./components/selectors/custom-selector";
|
|
145
|
+
export { SecondaryCustomSelector } from "./components/selectors/secondary-custom-selector";
|
|
146
|
+
export { TertiaryCustomSelector } from "./components/selectors/tertiary-custom-selector";
|
|
140
147
|
export { SelectorV2 } from "./components/selectors/selector-v2";
|
|
141
148
|
export type { SelectorV2Props, SelectorOptionV2, } from "./components/selectors/selector-v2";
|
|
142
149
|
export { TertiarySelectorV2 } from "./components/selectors/tertiary-selector-v2";
|
|
@@ -149,6 +156,7 @@ export { TextSwitch } from "./components/switches/text-switch";
|
|
|
149
156
|
export declare type TextSwitchProps = BaseTextSwitchProps;
|
|
150
157
|
export { CarouselSwitch } from "./components/switches/carousel-switch";
|
|
151
158
|
export declare type CarouselSwitchProps = BaseCarouselSwitchProps;
|
|
159
|
+
export { ToggleSwitch } from "./components/switches/toggle-switch";
|
|
152
160
|
export { TabsMenu } from "./components/tabs/tabs-menu";
|
|
153
161
|
export { TabBar } from "./components/tabs/tab-bar";
|
|
154
162
|
export { TabbedView } from "./components/tabs/tabbed-view";
|
|
@@ -191,6 +199,7 @@ export { ActionsTooltip } from "./components/tooltips/actions-tooltip";
|
|
|
191
199
|
export { TooltipWithPointer } from "./components/tooltips/tooltip-with-pointer";
|
|
192
200
|
export { Footer } from "./components/complex/footer";
|
|
193
201
|
export { Navbar, getLabShopsUrlProps } from "./components/complex/navbar";
|
|
202
|
+
export { UpdatedNavbar } from "./components/complex/updated-navbar";
|
|
194
203
|
export { Anchor } from "./components/utils/anchor";
|
|
195
204
|
export { PageTracker } from "./components/utils/page-tracker";
|
|
196
205
|
export { ScrollToTop } from "./components/utils/scroll-to-top";
|