magneto365.ui 2.70.4 → 2.71.0

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.
Files changed (66) hide show
  1. package/dist/cjs/css/magneto.ui.lib.min.css +1 -1
  2. package/dist/cjs/index.js +27 -35
  3. package/dist/cjs/index.js.map +1 -1
  4. package/dist/cjs/types/components/UI/atoms/Typography/Typography.component.d.ts +4 -4
  5. package/dist/cjs/types/components/UI/atoms/Typography/Typography.interface.d.ts +17 -39
  6. package/dist/cjs/types/components/UI/atoms/Typography/children/TypographyLink/TypographyLink.component.d.ts +4 -2
  7. package/dist/cjs/types/components/UI/atoms/Typography/children/TypographyParagraph/TypographyParagraph.component.d.ts +4 -2
  8. package/dist/cjs/types/components/UI/atoms/Typography/children/TypographyText/TypographyText.component.d.ts +4 -2
  9. package/dist/cjs/types/components/UI/atoms/Typography/children/TypographyTitle/TypographyTitle.component.d.ts +4 -1
  10. package/dist/cjs/types/components/docs/DesignSystem/DesignSystem.component.d.ts +2 -0
  11. package/dist/cjs/types/components/docs/DesignSystem/DesignSystem.constant.d.ts +3 -0
  12. package/dist/cjs/types/components/docs/DesignSystem/children/DesignSystemBorder/DesignSystemBorder.component.d.ts +2 -0
  13. package/dist/cjs/types/components/docs/DesignSystem/children/DesignSystemColor/DesignSystemColor.component.d.ts +2 -0
  14. package/dist/cjs/types/components/docs/DesignSystem/children/DesignSystemGap/DesignSystemGap.component.d.ts +2 -0
  15. package/dist/cjs/types/components/docs/DesignSystem/children/DesignSystemMargin/DesignSystemMargin.component.d.ts +2 -0
  16. package/dist/cjs/types/components/docs/DesignSystem/children/DesignSystemOpacity/DesignSystemOpacity.component.d.ts +2 -0
  17. package/dist/cjs/types/components/docs/DesignSystem/children/DesignSystemPadding/DesignSystemPadding.component.d.ts +2 -0
  18. package/dist/cjs/types/components/docs/DesignSystem/children/DesignSystemRadius/DesignSystemRadius.component.d.ts +2 -0
  19. package/dist/cjs/types/components/docs/DesignSystem/children/DesignSystemScale/DesignSystemScale.component.d.ts +2 -0
  20. package/dist/cjs/types/components/docs/DesignSystem/children/DesignSystemScreen/DesignSystemScreen.component.d.ts +2 -0
  21. package/dist/cjs/types/components/docs/DesignSystem/children/DesignSystemShadow/DesignSystemShadow.component.d.ts +2 -0
  22. package/dist/cjs/types/components/docs/DesignSystem/children/DesignSystemText/DesignSystemText.component.d.ts +2 -0
  23. package/dist/cjs/types/components/docs/DesignSystem/children/DesignSystemUtilityClass/DesignSystemUtilityClass.component.d.ts +2 -0
  24. package/dist/cjs/types/components/docs/DesignSystem/children/index.d.ts +12 -0
  25. package/dist/cjs/types/index.d.ts +1 -0
  26. package/dist/cjs/types/shared/tokens/index.d.ts +124 -0
  27. package/dist/esm/css/magneto.ui.lib.min.css +1 -1
  28. package/dist/esm/index.js +29 -37
  29. package/dist/esm/index.js.map +1 -1
  30. package/dist/esm/types/components/UI/atoms/Typography/Typography.component.d.ts +4 -4
  31. package/dist/esm/types/components/UI/atoms/Typography/Typography.interface.d.ts +17 -39
  32. package/dist/esm/types/components/UI/atoms/Typography/children/TypographyLink/TypographyLink.component.d.ts +4 -2
  33. package/dist/esm/types/components/UI/atoms/Typography/children/TypographyParagraph/TypographyParagraph.component.d.ts +4 -2
  34. package/dist/esm/types/components/UI/atoms/Typography/children/TypographyText/TypographyText.component.d.ts +4 -2
  35. package/dist/esm/types/components/UI/atoms/Typography/children/TypographyTitle/TypographyTitle.component.d.ts +4 -1
  36. package/dist/esm/types/components/docs/DesignSystem/DesignSystem.component.d.ts +2 -0
  37. package/dist/esm/types/components/docs/DesignSystem/DesignSystem.constant.d.ts +3 -0
  38. package/dist/esm/types/components/docs/DesignSystem/children/DesignSystemBorder/DesignSystemBorder.component.d.ts +2 -0
  39. package/dist/esm/types/components/docs/DesignSystem/children/DesignSystemColor/DesignSystemColor.component.d.ts +2 -0
  40. package/dist/esm/types/components/docs/DesignSystem/children/DesignSystemGap/DesignSystemGap.component.d.ts +2 -0
  41. package/dist/esm/types/components/docs/DesignSystem/children/DesignSystemMargin/DesignSystemMargin.component.d.ts +2 -0
  42. package/dist/esm/types/components/docs/DesignSystem/children/DesignSystemOpacity/DesignSystemOpacity.component.d.ts +2 -0
  43. package/dist/esm/types/components/docs/DesignSystem/children/DesignSystemPadding/DesignSystemPadding.component.d.ts +2 -0
  44. package/dist/esm/types/components/docs/DesignSystem/children/DesignSystemRadius/DesignSystemRadius.component.d.ts +2 -0
  45. package/dist/esm/types/components/docs/DesignSystem/children/DesignSystemScale/DesignSystemScale.component.d.ts +2 -0
  46. package/dist/esm/types/components/docs/DesignSystem/children/DesignSystemScreen/DesignSystemScreen.component.d.ts +2 -0
  47. package/dist/esm/types/components/docs/DesignSystem/children/DesignSystemShadow/DesignSystemShadow.component.d.ts +2 -0
  48. package/dist/esm/types/components/docs/DesignSystem/children/DesignSystemText/DesignSystemText.component.d.ts +2 -0
  49. package/dist/esm/types/components/docs/DesignSystem/children/DesignSystemUtilityClass/DesignSystemUtilityClass.component.d.ts +2 -0
  50. package/dist/esm/types/components/docs/DesignSystem/children/index.d.ts +12 -0
  51. package/dist/esm/types/index.d.ts +1 -0
  52. package/dist/esm/types/shared/tokens/index.d.ts +124 -0
  53. package/dist/index.d.ts +148 -45
  54. package/dist/tokens/_border.scss +14 -0
  55. package/dist/tokens/_color.scss +570 -0
  56. package/dist/tokens/_gap.scss +28 -0
  57. package/dist/tokens/_index.scss +12 -0
  58. package/dist/tokens/_margin.scss +32 -0
  59. package/dist/tokens/_opacity.scss +32 -0
  60. package/dist/tokens/_padding.scss +28 -0
  61. package/dist/tokens/_radius.scss +28 -0
  62. package/dist/tokens/_scale.scss +466 -0
  63. package/dist/tokens/_screen.scss +22 -0
  64. package/dist/tokens/_shadow.scss +18 -0
  65. package/dist/tokens/_text.scss +20 -0
  66. package/package.json +7 -5
@@ -3,8 +3,8 @@
3
3
  * Atom UI of typography. It includes titles, paragraphs, texts and links.
4
4
  */
5
5
  export declare const Typography: {
6
- Link: import("react").FC<import("./children").ITypographyLink>;
7
- Paragraph: import("react").FC<import("./children").TTypographyParagraph>;
8
- Text: import("react").FC<import("./children").ITypographyText>;
9
- Title: import("react").FC<import("./children").ITypographyTitle>;
6
+ Link: import("react").ForwardRefExoticComponent<import("./Typography.interface").ITypographyBase & import("react").AnchorHTMLAttributes<HTMLAnchorElement> & import("react").RefAttributes<HTMLAnchorElement>>;
7
+ Paragraph: import("react").ForwardRefExoticComponent<import("./Typography.interface").ITypographyBase & import("react").HTMLAttributes<HTMLParagraphElement> & import("react").RefAttributes<HTMLParagraphElement>>;
8
+ Text: import("react").ForwardRefExoticComponent<import("./Typography.interface").ITypographyBase & import("react").HTMLAttributes<HTMLSpanElement> & import("react").RefAttributes<HTMLSpanElement>>;
9
+ Title: import("react").ForwardRefExoticComponent<import("./children").ITypographyTitle & import("react").RefAttributes<HTMLHeadingElement>>;
10
10
  };
@@ -1,15 +1,17 @@
1
1
  /// <reference types="react" />
2
+ import { MagnetoUIColor, MagnetoUIText } from 'magneto-ui';
2
3
  export interface ITypographyBase extends Pick<React.HTMLAttributes<HTMLElement>, 'className' | 'style'> {
3
4
  /** If `true`, the text is rendered in a monospaced font like code. */
4
5
  code?: boolean;
5
6
  /**
6
- * Text color. This is in beta and might change in the future.
7
+ * Text color.
7
8
  *
8
- * @beta
9
9
  * @default "black"
10
- * @example "gray" | "black" | "white" | "green" | "blue"
10
+ * @example "transparent" | "green-50" | "grey-200" | "red-100"
11
+ * @see MagnetoUIColor
12
+ * @inheritdoc
11
13
  */
12
- color?: TTypographyFontColor;
14
+ color?: MagnetoUIColor;
13
15
  /** If `true`, the text is displayed with a strikethrough. */
14
16
  delete?: boolean;
15
17
  /** If `true`, the text is displayed in italics. */
@@ -21,21 +23,19 @@ export interface ITypographyBase extends Pick<React.HTMLAttributes<HTMLElement>,
21
23
  /**
22
24
  * Font size. When a number is provided, the unit is `px` and line height is calculated automatically adding 4px.
23
25
  *
24
- * @default "md"
26
+ * @default "lg"
25
27
  * @example
26
- * - `"xs"` → `10px`
27
- * - `"sm"` → `12px`
28
- * - `"md"` → `14px`
29
- * - `"lg"` → `16px`
30
- * - `"xl"` → `18px`
31
- * - `"xl-2"` → `20px`
32
- * - `"xl-3"` → `22px`
33
- * - `"xl-4"` → `24px`
34
- * - `"xl-5"` → `26px`
35
- * - `"xl-6"` → `28px`
36
- * - `"xl-7"` → `30px`
28
+ * - `"sm"` → `0.5rem`
29
+ * - `"md"` → `0.75rem`
30
+ * - `"lg"` → `1rem`
31
+ * - `"xl"` → `1.25rem`
32
+ * - `"2xl"` → `1.5rem`
33
+ * - `"3xl"` → `1.75rem`
34
+ * - `"4xl"` → `2rem`
35
+ * @see MagnetoUIText
36
+ * @inheritdoc
37
37
  */
38
- size?: ITypographyFontSize | number;
38
+ size?: MagnetoUIText | number;
39
39
  /** If `true`, the text is displayed in bold. */
40
40
  strong?: boolean;
41
41
  /** If `true`, the text is underlined. */
@@ -63,20 +63,6 @@ export interface ITypographyEllipsis {
63
63
  /** Number of lines before applying ellipsis. */
64
64
  rows?: number;
65
65
  }
66
- export declare enum ETypographyFontSize {
67
- XS = "xs",
68
- SM = "sm",
69
- MD = "md",
70
- LG = "lg",
71
- XL = "xl",
72
- XL2 = "xl-2",
73
- XL3 = "xl-3",
74
- XL4 = "xl-4",
75
- XL5 = "xl-5",
76
- XL6 = "xl-6",
77
- XL7 = "xl-7"
78
- }
79
- export declare type ITypographyFontSize = `${ETypographyFontSize}`;
80
66
  export declare enum ETypographyFontWeight {
81
67
  THIN = "thin",
82
68
  EXTRA_LIGHT = "extra-light",
@@ -89,11 +75,3 @@ export declare enum ETypographyFontWeight {
89
75
  BLACK = "black"
90
76
  }
91
77
  export declare type TTypographyFontWeight = `${ETypographyFontWeight}`;
92
- export declare enum ETypographyFontColor {
93
- GRAY = "gray",
94
- BLACK = "black",
95
- WHITE = "white",
96
- GREEN = "green",
97
- BLUE = "blue"
98
- }
99
- export declare type TTypographyFontColor = `${ETypographyFontColor}`;
@@ -1,3 +1,5 @@
1
1
  import React from 'react';
2
- import { ITypographyLink } from './TypographyLink.interface';
3
- export declare const TypographyLink: React.FC<ITypographyLink>;
2
+ /**
3
+ * Atom UI child component of Typography
4
+ */
5
+ export declare const TypographyLink: React.ForwardRefExoticComponent<import("../..").ITypographyBase & React.AnchorHTMLAttributes<HTMLAnchorElement> & React.RefAttributes<HTMLAnchorElement>>;
@@ -1,3 +1,5 @@
1
1
  import React from 'react';
2
- import { TTypographyParagraph } from './TypographyParagraph.interface';
3
- export declare const TypographyParagraph: React.FC<TTypographyParagraph>;
2
+ /**
3
+ * Atom UI child component of Typography
4
+ */
5
+ export declare const TypographyParagraph: React.ForwardRefExoticComponent<import("../..").ITypographyBase & React.HTMLAttributes<HTMLParagraphElement> & React.RefAttributes<HTMLParagraphElement>>;
@@ -1,3 +1,5 @@
1
1
  import React from 'react';
2
- import { ITypographyText } from './TypographyText.interface';
3
- export declare const TypographyText: React.FC<ITypographyText>;
2
+ /**
3
+ * Atom UI child component of Typography
4
+ */
5
+ export declare const TypographyText: React.ForwardRefExoticComponent<import("../..").ITypographyBase & React.HTMLAttributes<HTMLSpanElement> & React.RefAttributes<HTMLSpanElement>>;
@@ -1,3 +1,6 @@
1
1
  import React from 'react';
2
2
  import { ITypographyTitle } from './TypographyTitle.interface';
3
- export declare const TypographyTitle: React.FC<ITypographyTitle>;
3
+ /**
4
+ * Atom UI child component of Typography
5
+ */
6
+ export declare const TypographyTitle: React.ForwardRefExoticComponent<ITypographyTitle & React.RefAttributes<HTMLHeadingElement>>;
@@ -0,0 +1,2 @@
1
+ import React from 'react';
2
+ export declare const DesignSystem: React.FC<{}>;
@@ -0,0 +1,3 @@
1
+ export declare const flattenTokens: (obj: Record<string, any>, prefix?: string[]) => [string, string][];
2
+ export declare const evaluateCalc: (value: string) => string;
3
+ export declare const resolveValue: (input: string) => string;
@@ -0,0 +1,2 @@
1
+ import React from 'react';
2
+ export declare const DesignSystemBorder: React.FC<{}>;
@@ -0,0 +1,2 @@
1
+ import React from 'react';
2
+ export declare const DesignSystemColor: React.FC<{}>;
@@ -0,0 +1,2 @@
1
+ import React from 'react';
2
+ export declare const DesignSystemGap: React.FC<{}>;
@@ -0,0 +1,2 @@
1
+ import React from 'react';
2
+ export declare const DesignSystemMargin: React.FC<{}>;
@@ -0,0 +1,2 @@
1
+ import React from 'react';
2
+ export declare const DesignSystemOpacity: React.FC<{}>;
@@ -0,0 +1,2 @@
1
+ import React from 'react';
2
+ export declare const DesignSystemPadding: React.FC<{}>;
@@ -0,0 +1,2 @@
1
+ import React from 'react';
2
+ export declare const DesignSystemRadius: React.FC<{}>;
@@ -0,0 +1,2 @@
1
+ import React from 'react';
2
+ export declare const DesignSystemScale: React.FC<{}>;
@@ -0,0 +1,2 @@
1
+ import React from 'react';
2
+ export declare const DesignSystemScreen: React.FC<{}>;
@@ -0,0 +1,2 @@
1
+ import React from 'react';
2
+ export declare const DesignSystemShadow: React.FC<{}>;
@@ -0,0 +1,2 @@
1
+ import React from 'react';
2
+ export declare const DesignSystemText: React.FC<{}>;
@@ -0,0 +1,2 @@
1
+ import React from 'react';
2
+ export declare const DesignSystemUtilityClass: React.FC<{}>;
@@ -0,0 +1,12 @@
1
+ export { DesignSystemBorder } from './DesignSystemBorder/DesignSystemBorder.component';
2
+ export { DesignSystemColor } from './DesignSystemColor/DesignSystemColor.component';
3
+ export { DesignSystemGap } from './DesignSystemGap/DesignSystemGap.component';
4
+ export { DesignSystemMargin } from './DesignSystemMargin/DesignSystemMargin.component';
5
+ export { DesignSystemOpacity } from './DesignSystemOpacity/DesignSystemOpacity.component';
6
+ export { DesignSystemPadding } from './DesignSystemPadding/DesignSystemPadding.component';
7
+ export { DesignSystemRadius } from './DesignSystemRadius/DesignSystemRadius.component';
8
+ export { DesignSystemScale } from './DesignSystemScale/DesignSystemScale.component';
9
+ export { DesignSystemScreen } from './DesignSystemScreen/DesignSystemScreen.component';
10
+ export { DesignSystemShadow } from './DesignSystemShadow/DesignSystemShadow.component';
11
+ export { DesignSystemText } from './DesignSystemText/DesignSystemText.component';
12
+ export { DesignSystemUtilityClass } from './DesignSystemUtilityClass/DesignSystemUtilityClass.component';
@@ -6,3 +6,4 @@ export * from './components/UI/organism';
6
6
  export * from './components/UI/page';
7
7
  export * from './components/UI/template';
8
8
  export * from './components/hoc';
9
+ export * from './shared/tokens';
@@ -0,0 +1,124 @@
1
+ /**
2
+ * @description Border SCSS vars used to define border width consistently across components.
3
+ * @example ```scss
4
+ * .card {
5
+ * border: $border-1 solid $color-grey-50;
6
+ * }
7
+ * ```
8
+ * @category visual
9
+ * @tags border, style, width, outline, visual
10
+ */
11
+ export declare type MagnetoUIBorder = '1' | '2' | 'inherit' | 'min';
12
+ /**
13
+ * @description Color SCC vars used to maintain brand and accessibility standards across the UI.
14
+ * @example ```scss
15
+ * .button {
16
+ * background-color: $color-red-300;
17
+ * color: $color-grey-50;
18
+ * }
19
+ * ```
20
+ * @category theme
21
+ * @tags color, theme, palette, branding, accessibility
22
+ */
23
+ export declare type MagnetoUIColor = 'transparent' | 'inherit' | 'current' | 'blue-dark-50' | 'blue-dark-100' | 'blue-dark-200' | 'blue-dark-300' | 'blue-dark-400' | 'blue-dark-500' | 'blue-light-50' | 'blue-light-100' | 'blue-light-200' | 'blue-light-300' | 'blue-light-400' | 'blue-light-500' | 'green-50' | 'green-100' | 'green-200' | 'green-300' | 'green-400' | 'green-500' | 'green-600' | 'grey-50' | 'grey-100' | 'grey-200' | 'grey-300' | 'grey-400' | 'grey-500' | 'grey-600' | 'grey-700' | 'grey-800' | 'grey-900' | 'red-50' | 'red-100' | 'red-200' | 'red-300' | 'yellow-50' | 'yellow-100' | 'yellow-200' | 'yellow-300';
24
+ /**
25
+ * @description Spacing SCC vars for CSS `gap` properties. Useful in layout systems based on grid or flexbox.
26
+ * @example ```scss
27
+ * .container {
28
+ * gap: $gap-md;
29
+ * }
30
+ * ```
31
+ * @category layout
32
+ * @tags spacing, gap, layout, grid, flexbox
33
+ */
34
+ export declare type MagnetoUIGap = 'inherit' | 'min' | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | '2xl' | '3xl' | '4xl' | 'full';
35
+ /**
36
+ * @description Spacing SCCS vars used for setting margin around elements for consistent layout spacing.
37
+ * @example ```scss
38
+ * .card {
39
+ * margin: $margin-sm;
40
+ * }
41
+ * ```
42
+ * @category spacing
43
+ * @tags spacing, margin, layout, spacing-system
44
+ */
45
+ export declare type MagnetoUIMargin = 'inherit' | 'none' | 'auto' | 'min' | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | '2xl' | '3xl' | '4xl' | 'full';
46
+ /**
47
+ * @description Opacity SCC vars used to define transparency levels for elements and UI states.
48
+ * @example ```scss
49
+ * .overlay {
50
+ * opacity: $opacity-70;
51
+ * }
52
+ * ```
53
+ * @category visual
54
+ * @tags opacity, transparency, visibility, visual
55
+ */
56
+ export declare type MagnetoUIOpacity = '10' | '12' | '20' | '30' | '40' | '50' | '60' | '70' | '80' | '90' | 'inherit' | 'min' | 'full';
57
+ /**
58
+ * @description Spacing SCCS vars used for internal spacing (padding) inside elements.
59
+ * @example ```scss
60
+ * .card {
61
+ * padding: $padding-lg;
62
+ * }
63
+ * ```
64
+ * @category spacing
65
+ * @tags spacing, padding, layout, box-model
66
+ */
67
+ export declare type MagnetoUIPadding = 'inherit' | 'min' | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | '2xl' | '3xl' | '4xl' | 'full';
68
+ /**
69
+ * @description Radius SCSS vars used to define consistent border-radius values across components.
70
+ * @example ```scss
71
+ * .button {
72
+ * border-radius: $radius-md;
73
+ * }
74
+ * ```
75
+ * @category visual
76
+ * @tags radius, border-radius, rounding, shape, visual
77
+ */
78
+ export declare type MagnetoUIRadius = 'inherit' | 'min' | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | '2xl' | '3xl' | '4xl' | 'full';
79
+ /**
80
+ * @description Scale SCSS vars for handling responsive designs.
81
+ * @example ```scss
82
+ * .icon:hover {
83
+ * transform: scale($scale-rem-md);
84
+ * }
85
+ * ```
86
+ * @category motion
87
+ * @tags scale, transform, animation, motion
88
+ */
89
+ export declare type MagnetoUIScale = 'inherit' | 'none' | 'auto' | 'full' | 'min' | 'px-base' | 'px-2xs' | 'px-xs' | 'px-sm' | 'px-md' | 'px-lg' | 'px-xl' | 'px-2xl' | 'px-3xl' | 'px-4xl' | 'px-container-2xs' | 'px-container-xs' | 'px-container-sm' | 'px-container-md' | 'px-container-lg' | 'px-container-xl' | 'px-container-2xl' | 'px-container-3xl' | 'rem-2xs' | 'rem-xs' | 'rem-sm' | 'rem-md' | 'rem-lg' | 'rem-xl' | 'rem-2xl' | 'rem-3xl' | 'rem-4xl' | 'rem-container-2xs' | 'rem-container-xs' | 'rem-container-sm' | 'rem-container-md' | 'rem-container-lg' | 'rem-container-xl' | 'rem-container-2xl' | 'rem-container-3xl';
90
+ /**
91
+ * @description Breakpoint SCSS vars used for media queries and responsive layout control.
92
+ * @example ```scss
93
+ * @media screen and (min-width: $screen-md) {
94
+ * .sidebar {
95
+ * display: block;
96
+ * }
97
+ * }
98
+ * ```
99
+ * @category responsive
100
+ * @tags breakpoint, media query, responsive, screen
101
+ */
102
+ export declare type MagnetoUIScreen = '2xs' | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | '2xl' | '3xl';
103
+ /**
104
+ * @description Shadow SCSS vars for consistent elevation and depth effects in components.
105
+ * @example ```scss
106
+ * .card {
107
+ * box-shadow: $shadow-10;
108
+ * }
109
+ * ```
110
+ * @category visual
111
+ * @tags shadow, elevation, depth, box-shadow
112
+ */
113
+ export declare type MagnetoUIShadow = '10' | '20' | '30' | 'inherit' | 'none';
114
+ /**
115
+ * @description Text SCSS vars for consistent font sizes.
116
+ * @example ```scss
117
+ * .title {
118
+ * font-size: $text-xl;
119
+ * }
120
+ * ```
121
+ * @category typography
122
+ * @tags text, typography, font, size, weight, line-height
123
+ */
124
+ export declare type MagnetoUIText = 'sm' | 'md' | 'lg' | 'xl' | '2xl' | '3xl' | '4xl';
package/dist/index.d.ts CHANGED
@@ -5,6 +5,7 @@ import * as _components_UI_atoms from '@components/UI/atoms';
5
5
  import { IDateDropdown as IDateDropdown$1, IconProps as IconProps$1, ICollapseContext as ICollapseContext$1, IAvatar as IAvatar$1, IRatingBadge as IRatingBadge$1, TCollapseBody as TCollapseBody$1, TCollapseHeader as TCollapseHeader$1, TCollapseToggler as TCollapseToggler$1, ISearchItem as ISearchItem$1, IJobCompanyLogo as IJobCompanyLogo$1, IJobHeader as IJobHeader$1, IShareButton as IShareButton$1, IImage as IImage$1, IMainButton as IMainButton$1, ILinkProps as ILinkProps$1, ILogoComponent as ILogoComponent$1, IButtonLink as IButtonLink$1 } from '@components/UI/atoms';
6
6
  import { TInputFile as TInputFile$1 } from '@components/UI/atoms/InputFile/inputFile.interface';
7
7
  import { IconProps as IconProps$2 } from '@components/UI/atoms/Icon';
8
+ import { MagnetoUIColor as MagnetoUIColor$1, MagnetoUIText as MagnetoUIText$1 } from 'magneto-ui';
8
9
  import { ISaveButton as ISaveButton$1 } from '@components/UI/atoms/SaveButton';
9
10
  import { ICustomText as ICustomText$1 } from '@components/UI/atoms/Text/Text.interface';
10
11
  import { IBarChart as IBarChart$1 } from '@components/UI/atoms/BarChart/BarChart.interface';
@@ -1278,13 +1279,14 @@ interface ITypographyBase extends Pick<React.HTMLAttributes<HTMLElement>, 'class
1278
1279
  /** If `true`, the text is rendered in a monospaced font like code. */
1279
1280
  code?: boolean;
1280
1281
  /**
1281
- * Text color. This is in beta and might change in the future.
1282
+ * Text color.
1282
1283
  *
1283
- * @beta
1284
1284
  * @default "black"
1285
- * @example "gray" | "black" | "white" | "green" | "blue"
1285
+ * @example "transparent" | "green-50" | "grey-200" | "red-100"
1286
+ * @see MagnetoUIColor
1287
+ * @inheritdoc
1286
1288
  */
1287
- color?: TTypographyFontColor;
1289
+ color?: MagnetoUIColor$1;
1288
1290
  /** If `true`, the text is displayed with a strikethrough. */
1289
1291
  delete?: boolean;
1290
1292
  /** If `true`, the text is displayed in italics. */
@@ -1296,21 +1298,19 @@ interface ITypographyBase extends Pick<React.HTMLAttributes<HTMLElement>, 'class
1296
1298
  /**
1297
1299
  * Font size. When a number is provided, the unit is `px` and line height is calculated automatically adding 4px.
1298
1300
  *
1299
- * @default "md"
1301
+ * @default "lg"
1300
1302
  * @example
1301
- * - `"xs"` → `10px`
1302
- * - `"sm"` → `12px`
1303
- * - `"md"` → `14px`
1304
- * - `"lg"` → `16px`
1305
- * - `"xl"` → `18px`
1306
- * - `"xl-2"` → `20px`
1307
- * - `"xl-3"` → `22px`
1308
- * - `"xl-4"` → `24px`
1309
- * - `"xl-5"` → `26px`
1310
- * - `"xl-6"` → `28px`
1311
- * - `"xl-7"` → `30px`
1312
- */
1313
- size?: ITypographyFontSize | number;
1303
+ * - `"sm"` → `0.5rem`
1304
+ * - `"md"` → `0.75rem`
1305
+ * - `"lg"` → `1rem`
1306
+ * - `"xl"` → `1.25rem`
1307
+ * - `"2xl"` → `1.5rem`
1308
+ * - `"3xl"` → `1.75rem`
1309
+ * - `"4xl"` → `2rem`
1310
+ * @see MagnetoUIText
1311
+ * @inheritdoc
1312
+ */
1313
+ size?: MagnetoUIText$1 | number;
1314
1314
  /** If `true`, the text is displayed in bold. */
1315
1315
  strong?: boolean;
1316
1316
  /** If `true`, the text is underlined. */
@@ -1338,20 +1338,6 @@ interface ITypographyEllipsis {
1338
1338
  /** Number of lines before applying ellipsis. */
1339
1339
  rows?: number;
1340
1340
  }
1341
- declare enum ETypographyFontSize {
1342
- XS = "xs",
1343
- SM = "sm",
1344
- MD = "md",
1345
- LG = "lg",
1346
- XL = "xl",
1347
- XL2 = "xl-2",
1348
- XL3 = "xl-3",
1349
- XL4 = "xl-4",
1350
- XL5 = "xl-5",
1351
- XL6 = "xl-6",
1352
- XL7 = "xl-7"
1353
- }
1354
- declare type ITypographyFontSize = `${ETypographyFontSize}`;
1355
1341
  declare enum ETypographyFontWeight {
1356
1342
  THIN = "thin",
1357
1343
  EXTRA_LIGHT = "extra-light",
@@ -1364,14 +1350,6 @@ declare enum ETypographyFontWeight {
1364
1350
  BLACK = "black"
1365
1351
  }
1366
1352
  declare type TTypographyFontWeight = `${ETypographyFontWeight}`;
1367
- declare enum ETypographyFontColor {
1368
- GRAY = "gray",
1369
- BLACK = "black",
1370
- WHITE = "white",
1371
- GREEN = "green",
1372
- BLUE = "blue"
1373
- }
1374
- declare type TTypographyFontColor = `${ETypographyFontColor}`;
1375
1353
 
1376
1354
  declare type ITypographyLink = ITypographyBase & React.AnchorHTMLAttributes<HTMLAnchorElement>;
1377
1355
 
@@ -1393,10 +1371,10 @@ interface ITypographyTitle extends ITypographyBase, Omit<React.HTMLAttributes<HT
1393
1371
  * Atom UI of typography. It includes titles, paragraphs, texts and links.
1394
1372
  */
1395
1373
  declare const Typography: {
1396
- Link: React$1.FC<ITypographyLink>;
1397
- Paragraph: React$1.FC<TTypographyParagraph>;
1398
- Text: React$1.FC<ITypographyText>;
1399
- Title: React$1.FC<ITypographyTitle>;
1374
+ Link: React$1.ForwardRefExoticComponent<ITypographyBase & React$1.AnchorHTMLAttributes<HTMLAnchorElement> & React$1.RefAttributes<HTMLAnchorElement>>;
1375
+ Paragraph: React$1.ForwardRefExoticComponent<ITypographyBase & React$1.HTMLAttributes<HTMLParagraphElement> & React$1.RefAttributes<HTMLParagraphElement>>;
1376
+ Text: React$1.ForwardRefExoticComponent<ITypographyBase & React$1.HTMLAttributes<HTMLSpanElement> & React$1.RefAttributes<HTMLSpanElement>>;
1377
+ Title: React$1.ForwardRefExoticComponent<ITypographyTitle & React$1.RefAttributes<HTMLHeadingElement>>;
1400
1378
  };
1401
1379
 
1402
1380
  interface IUserMenuButtonAnalystProps {
@@ -6699,4 +6677,129 @@ declare const withMegaMenuSideCards: <T>(WrappedComponent: React__default.FC<T>)
6699
6677
  showContent?: boolean | undefined;
6700
6678
  }>;
6701
6679
 
6702
- export { Actions, Alert, AlertJobModal, AlertJobStatus, AlertJobStatusContainer, AlertJobStatusIcon, AlertsPanel, AlphabetFilter, AnalystTemplate, ApplicationButton, ApplicationSubtitle, ApplicationSummary, ApplicationText, ApplicationTitle, Avatar, Badge, BarChart, BarLoader, BarsChart, BrandMenu, BrandsContainer, BrandsMenuMobile, _default$3 as BrandsMenuPopover, Breadcrumb, Breadcrumbs, Button, ButtonElement, ButtonLink, CandidateNav, CandidateProfile, CandidateProfileTemplate, CategoryGrid, _default as CategoryMenuCard, Checkbox, CitiesDetailDrawer, Collapse, ComparativeCounter, ComponentProps, CreateAccountCTA, DateDropdown, DateInput, DatePicker, DatePickerResponsiveComponent, Divider, DotsLoader, Drawer, DrawerMenu, EAlertJobStatusIcon, EAlertJobStatusType, EAlertType, EExpandableInfoSize, EExpandableInfoVariant, ERadioType, ETypographyFontColor, ETypographyFontSize, ETypographyFontWeight, EmptyResult as EmptyResults, ExpandableInfo, FilterActions, FilterCard, FilterContainerMenu, FilterHeader, FilterMenuItem, FilterSearchItem, FlatLoader, Footer, FooterMenuLinks, FraudCardJob, FrequentSearch, HeaderAnalyst, HeaderDrawerCompany, HeaderDrawerTabs, HeaderTab, HeaderTabItem, HeaderTabs, HorizontalMenu, IActions, IAlert, IAlertJobStatus, IAlertsPanel, IAnalystProviderProps, IAnalystTemplateProps, IAvatar, IBreadcrumb, IBreadcrumbs, IBtnPaginationProps, IButton, IButtonLink, ICanApply, ICandidateNavButton, ICandidateNavContext, ICandidateProfileAvatar, ICandidateProfileTemplate, ICandidateProfileTemplateProfile, ICandidateProvider, ICandidateScreen, ICandidateTemplateContext, ICardsRef, ICategoryField, ICategoryGrid, ICategoryMenuCard, ICheckbox, ICitiesDetailDrawer, ICityDetail, ICollapseContext, ICompanyAnalyst, ICreatePaginationProps, ICreatePaginationResult, IDateDropdown, IDateInput, IDateList, IDatePicker, IDatePickerComponent, IDefaultFilter, IDefaultOrder, IDetailList, IDrawer, IDrawerOrganism, IDrawerPortal, IDynamicUrl, IEmptyResults, IExpandableInfoProps, IFieldsAlias, IFilter, IFilterActions, IFilterCard, IFilterHeader, IFilterMenuItem, IFilterRepository, IFilterSearchItem, IFilterValue, IFiltersRef, IFooterList, IFrequentSearch, IGetOptionsOnSearchProps, IHeaderAnalyst, IHeaderDrawerCompany, IHeaderDrawerTabs, IHeaderTab, IHeaderTabs, IHorizontalMenu, IHorizontalMenuOption, IImage, IJobApplyCard, IJobCard, IJobCompanyHeader, IJobCompanyLogo, IJobDetailCard, IJobDetails, IJobDetailsDrawer, IJobFooterCard, IJobHeader, IJobSkillsCard, IJobSuggestedDrawer, IJobVideo, IJobsActions, IJobsPage, ILinkProps, IListIcon, IListIconLink, IListMenuIcons, IListMenuItems, ILoading, ILoginHeader, ILoginJobsHeader, ILoginJobsTemplate, ILogoAnalyst, ILogoComponent, ILogout, ILogoutHeader, ILogoutJobsHeader, ILogoutJobsTemplate, ILogoutTemplate, IMainButton, IMegaMenu, IMegaMenuCard, IMegaMenuCards, IMegaMenuDrawer, IMegaMenuDrawerItem, IMegaMenuDrawerItemContent, IMegaMenuEmpty, IMegaMenuSideCards, IMegaMenuTab, IMenuCollapseChildren, IMenuDropdownProps, IMenuIcon, IMenuItem, IMenuItems, IMenuSearch, IMenuUser, IMessageProps, IMobileDatePicker, IMobileDrawer, IMobileDrawerMenu, IMobileJobDetailsDrawer, IMobileJobDetailsHeader, IMobileSearchbar, IMobileSortMenu, IModalAnalyst, IModalAnalystProps, IModalAnalystScreen, IModalProps, IMultiRangeSlider, INavMMenuAnalystRegionModal, INavMenuAnalystIcons, INavMenuAnalystOption, INavMenuAnalystProps, INavMenuAnalystQueryString, INavMenuAnalystRegion, INavMenuAnalystRegionModalProps, INavMenuAnalystSection, INavMenuDrawerAnalystProps, INotification, IOption, IOptionValues, IPaginationProps, IParagraph, IPopover, IQualification, IQualificationStar, IRadioCommonProps, IRadioProps, IRatingBadge, ISaveButton, ISearchItem, ISearchRenderTypeOption, ISearchRenderTypeProps, ISearchbar, ISelect, ISetIsApplied, ISettings, IShareButton, IShareLink, IShareLinksActions, ISharePopover, ISideFilter, ISimilarCard, ISimilarCardData, ISimilarJobsCard, ISkill, ISortBar, ISortMenu, ISortMenuItem, ISubCompanyAnalyst, ISuggestedJobsPage, ISwitch, ITab, ITabButton, ITypographyBase, ITypographyEllipsis, ITypographyFontSize, ITypographyLink, ITypographyText, ITypographyTitle, IUnApplyWithChild, IUserAnalyst, IUserMenuAnalystAction, IUserMenuAnalystProps, IUserMenuAnalystQueryString, IUserMenuAnalystSection, IUserMenuButtonAnalystProps, IUserMenuWrapperAnalystProps, IUserTerm, IVacancies$1 as IVacancies, IVacantPositions, IValueSelect, IconItem, IconProps, IlistMenuUserProps, Image, Input, InputFile, InputPlus, InputSearch, JobActions, JobApplyCard, JobCard, JobCardDesktop, JobCardMobile, JobCompanyHeader, JobCompanyLogo, JobDetailCard, JobDetailContainer, JobDetails, JobDetailsDrawer, JobFooterCard, JobHeader, JobRequirementsElement, JobSkillsCard, JobSuggestedDrawer, JobSuggestedHeader, JobSuggestedSimilarJobs, JobVideo, JobsPage, Link, LinkElement, LinkType, ListIconLink, ListMenuIcons, ListMenuItems, ListMenuText, ListSortMenu, Loading, LoginHeader, LoginJobsHeader, LoginJobsTemplate, LoginTemplate, LogoComponent, LogoutHeader, LogoutJobsHeader, LogoutJobsTemplate, LogoutTemplate, MagnetoResolution, MagnetoSocialMedia, ContextAppProvider as MagnetoUIProvider, MainButton, MegaMenu, MegaMenuCard, MegaMenuCards, MegaMenuDrawer, MegaMenuDrawerItem, MegaMenuEmpty, MegaMenuJobsTabs, MegaMenuPopover, MegaMenuSideCards, MegaMenuTab, MenuDropdown, MenuIcon, MenuItem, MenuItemInfo, MenuSearch, Message, MobileDatePicker, MobileDrawer, MobileDrawerMenu, MobileJobDetailsDrawer, MobileJobDetailsHeader, MobileSearchbar, MobileSortMenu, _default$2 as Modal, ModalAnalyst, ModalResponsive, MultiRangeSlider, MultipleSelectionEntry, NavMenuAnalyst, NavMenuAnalystRegionModal, NavMenuDrawerAnalyst, Notification, OneSelectionEntry, Pagination, Paragraph, Popover, ProcessesCard, Qualification, Radio, RatingBadge, RightsReservedText, SaveButton, ScoreLevel, ScoreLevelStatic, SearchButton, SearchItem, Searchbar, Select, Select2, ShareButton, SharePopover, SideFilter, SimilarCard, SimilarCardIcon, SimilarCardLogo, SimilarJobs, SimilarJobsCard, Skill, SortBar, _default$1 as SortMenu, SuggestedJobsPage, Switch, TCandidateNav, TCandidateNavOption, TCandidateNavOptions, TCandidateNavStep, TCandidateProfile, TCandidateProfileBody, TCandidateProfileHeader, TCandidateProfileTemplateHeader, TCandidateProfileTemplateNav, TCandidateProfileToggler, TCollapse, TCollapseBody, TCollapseHeader, TCollapseToggler, TExpandableInfoSize, TExpandableInfoVariant, TInputFile, TMessageType, TToggleButtonList, TTypographyFontColor, TTypographyFontWeight, TTypographyParagraph, TVacantOption, TVacantOptionType, Tab, TabButton, TabButtonElement, Tags as Tag, TextArea, TextCustom, TimeLineItemStatus, Timeline, TimelineEvent, TimelineEventProps, ToggleButton, ToggleButtonList, Tooltip, Typography, UserMenu, UserMenuAnalyst, UserMenuButtonAnalyst, UserMenuWrapperAnalyst, UserTermCheck, UserTermContent, UserTermHighlight, UserTermSubTitle, UserTermSubmit, UserTermText, UserTermTitle, UserTermUList, UserTerms, VacantPositions, useMediaQuery, withClickOut, withMegaMenuSideCards };
6680
+ /**
6681
+ * @description Border SCSS vars used to define border width consistently across components.
6682
+ * @example ```scss
6683
+ * .card {
6684
+ * border: $border-1 solid $color-grey-50;
6685
+ * }
6686
+ * ```
6687
+ * @category visual
6688
+ * @tags border, style, width, outline, visual
6689
+ */
6690
+ declare type MagnetoUIBorder = '1' | '2' | 'inherit' | 'min';
6691
+ /**
6692
+ * @description Color SCC vars used to maintain brand and accessibility standards across the UI.
6693
+ * @example ```scss
6694
+ * .button {
6695
+ * background-color: $color-red-300;
6696
+ * color: $color-grey-50;
6697
+ * }
6698
+ * ```
6699
+ * @category theme
6700
+ * @tags color, theme, palette, branding, accessibility
6701
+ */
6702
+ declare type MagnetoUIColor = 'transparent' | 'inherit' | 'current' | 'blue-dark-50' | 'blue-dark-100' | 'blue-dark-200' | 'blue-dark-300' | 'blue-dark-400' | 'blue-dark-500' | 'blue-light-50' | 'blue-light-100' | 'blue-light-200' | 'blue-light-300' | 'blue-light-400' | 'blue-light-500' | 'green-50' | 'green-100' | 'green-200' | 'green-300' | 'green-400' | 'green-500' | 'green-600' | 'grey-50' | 'grey-100' | 'grey-200' | 'grey-300' | 'grey-400' | 'grey-500' | 'grey-600' | 'grey-700' | 'grey-800' | 'grey-900' | 'red-50' | 'red-100' | 'red-200' | 'red-300' | 'yellow-50' | 'yellow-100' | 'yellow-200' | 'yellow-300';
6703
+ /**
6704
+ * @description Spacing SCC vars for CSS `gap` properties. Useful in layout systems based on grid or flexbox.
6705
+ * @example ```scss
6706
+ * .container {
6707
+ * gap: $gap-md;
6708
+ * }
6709
+ * ```
6710
+ * @category layout
6711
+ * @tags spacing, gap, layout, grid, flexbox
6712
+ */
6713
+ declare type MagnetoUIGap = 'inherit' | 'min' | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | '2xl' | '3xl' | '4xl' | 'full';
6714
+ /**
6715
+ * @description Spacing SCCS vars used for setting margin around elements for consistent layout spacing.
6716
+ * @example ```scss
6717
+ * .card {
6718
+ * margin: $margin-sm;
6719
+ * }
6720
+ * ```
6721
+ * @category spacing
6722
+ * @tags spacing, margin, layout, spacing-system
6723
+ */
6724
+ declare type MagnetoUIMargin = 'inherit' | 'none' | 'auto' | 'min' | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | '2xl' | '3xl' | '4xl' | 'full';
6725
+ /**
6726
+ * @description Opacity SCC vars used to define transparency levels for elements and UI states.
6727
+ * @example ```scss
6728
+ * .overlay {
6729
+ * opacity: $opacity-70;
6730
+ * }
6731
+ * ```
6732
+ * @category visual
6733
+ * @tags opacity, transparency, visibility, visual
6734
+ */
6735
+ declare type MagnetoUIOpacity = '10' | '12' | '20' | '30' | '40' | '50' | '60' | '70' | '80' | '90' | 'inherit' | 'min' | 'full';
6736
+ /**
6737
+ * @description Spacing SCCS vars used for internal spacing (padding) inside elements.
6738
+ * @example ```scss
6739
+ * .card {
6740
+ * padding: $padding-lg;
6741
+ * }
6742
+ * ```
6743
+ * @category spacing
6744
+ * @tags spacing, padding, layout, box-model
6745
+ */
6746
+ declare type MagnetoUIPadding = 'inherit' | 'min' | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | '2xl' | '3xl' | '4xl' | 'full';
6747
+ /**
6748
+ * @description Radius SCSS vars used to define consistent border-radius values across components.
6749
+ * @example ```scss
6750
+ * .button {
6751
+ * border-radius: $radius-md;
6752
+ * }
6753
+ * ```
6754
+ * @category visual
6755
+ * @tags radius, border-radius, rounding, shape, visual
6756
+ */
6757
+ declare type MagnetoUIRadius = 'inherit' | 'min' | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | '2xl' | '3xl' | '4xl' | 'full';
6758
+ /**
6759
+ * @description Scale SCSS vars for handling responsive designs.
6760
+ * @example ```scss
6761
+ * .icon:hover {
6762
+ * transform: scale($scale-rem-md);
6763
+ * }
6764
+ * ```
6765
+ * @category motion
6766
+ * @tags scale, transform, animation, motion
6767
+ */
6768
+ declare type MagnetoUIScale = 'inherit' | 'none' | 'auto' | 'full' | 'min' | 'px-base' | 'px-2xs' | 'px-xs' | 'px-sm' | 'px-md' | 'px-lg' | 'px-xl' | 'px-2xl' | 'px-3xl' | 'px-4xl' | 'px-container-2xs' | 'px-container-xs' | 'px-container-sm' | 'px-container-md' | 'px-container-lg' | 'px-container-xl' | 'px-container-2xl' | 'px-container-3xl' | 'rem-2xs' | 'rem-xs' | 'rem-sm' | 'rem-md' | 'rem-lg' | 'rem-xl' | 'rem-2xl' | 'rem-3xl' | 'rem-4xl' | 'rem-container-2xs' | 'rem-container-xs' | 'rem-container-sm' | 'rem-container-md' | 'rem-container-lg' | 'rem-container-xl' | 'rem-container-2xl' | 'rem-container-3xl';
6769
+ /**
6770
+ * @description Breakpoint SCSS vars used for media queries and responsive layout control.
6771
+ * @example ```scss
6772
+ * @media screen and (min-width: $screen-md) {
6773
+ * .sidebar {
6774
+ * display: block;
6775
+ * }
6776
+ * }
6777
+ * ```
6778
+ * @category responsive
6779
+ * @tags breakpoint, media query, responsive, screen
6780
+ */
6781
+ declare type MagnetoUIScreen = '2xs' | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | '2xl' | '3xl';
6782
+ /**
6783
+ * @description Shadow SCSS vars for consistent elevation and depth effects in components.
6784
+ * @example ```scss
6785
+ * .card {
6786
+ * box-shadow: $shadow-10;
6787
+ * }
6788
+ * ```
6789
+ * @category visual
6790
+ * @tags shadow, elevation, depth, box-shadow
6791
+ */
6792
+ declare type MagnetoUIShadow = '10' | '20' | '30' | 'inherit' | 'none';
6793
+ /**
6794
+ * @description Text SCSS vars for consistent font sizes.
6795
+ * @example ```scss
6796
+ * .title {
6797
+ * font-size: $text-xl;
6798
+ * }
6799
+ * ```
6800
+ * @category typography
6801
+ * @tags text, typography, font, size, weight, line-height
6802
+ */
6803
+ declare type MagnetoUIText = 'sm' | 'md' | 'lg' | 'xl' | '2xl' | '3xl' | '4xl';
6804
+
6805
+ export { Actions, Alert, AlertJobModal, AlertJobStatus, AlertJobStatusContainer, AlertJobStatusIcon, AlertsPanel, AlphabetFilter, AnalystTemplate, ApplicationButton, ApplicationSubtitle, ApplicationSummary, ApplicationText, ApplicationTitle, Avatar, Badge, BarChart, BarLoader, BarsChart, BrandMenu, BrandsContainer, BrandsMenuMobile, _default$3 as BrandsMenuPopover, Breadcrumb, Breadcrumbs, Button, ButtonElement, ButtonLink, CandidateNav, CandidateProfile, CandidateProfileTemplate, CategoryGrid, _default as CategoryMenuCard, Checkbox, CitiesDetailDrawer, Collapse, ComparativeCounter, ComponentProps, CreateAccountCTA, DateDropdown, DateInput, DatePicker, DatePickerResponsiveComponent, Divider, DotsLoader, Drawer, DrawerMenu, EAlertJobStatusIcon, EAlertJobStatusType, EAlertType, EExpandableInfoSize, EExpandableInfoVariant, ERadioType, ETypographyFontWeight, EmptyResult as EmptyResults, ExpandableInfo, FilterActions, FilterCard, FilterContainerMenu, FilterHeader, FilterMenuItem, FilterSearchItem, FlatLoader, Footer, FooterMenuLinks, FraudCardJob, FrequentSearch, HeaderAnalyst, HeaderDrawerCompany, HeaderDrawerTabs, HeaderTab, HeaderTabItem, HeaderTabs, HorizontalMenu, IActions, IAlert, IAlertJobStatus, IAlertsPanel, IAnalystProviderProps, IAnalystTemplateProps, IAvatar, IBreadcrumb, IBreadcrumbs, IBtnPaginationProps, IButton, IButtonLink, ICanApply, ICandidateNavButton, ICandidateNavContext, ICandidateProfileAvatar, ICandidateProfileTemplate, ICandidateProfileTemplateProfile, ICandidateProvider, ICandidateScreen, ICandidateTemplateContext, ICardsRef, ICategoryField, ICategoryGrid, ICategoryMenuCard, ICheckbox, ICitiesDetailDrawer, ICityDetail, ICollapseContext, ICompanyAnalyst, ICreatePaginationProps, ICreatePaginationResult, IDateDropdown, IDateInput, IDateList, IDatePicker, IDatePickerComponent, IDefaultFilter, IDefaultOrder, IDetailList, IDrawer, IDrawerOrganism, IDrawerPortal, IDynamicUrl, IEmptyResults, IExpandableInfoProps, IFieldsAlias, IFilter, IFilterActions, IFilterCard, IFilterHeader, IFilterMenuItem, IFilterRepository, IFilterSearchItem, IFilterValue, IFiltersRef, IFooterList, IFrequentSearch, IGetOptionsOnSearchProps, IHeaderAnalyst, IHeaderDrawerCompany, IHeaderDrawerTabs, IHeaderTab, IHeaderTabs, IHorizontalMenu, IHorizontalMenuOption, IImage, IJobApplyCard, IJobCard, IJobCompanyHeader, IJobCompanyLogo, IJobDetailCard, IJobDetails, IJobDetailsDrawer, IJobFooterCard, IJobHeader, IJobSkillsCard, IJobSuggestedDrawer, IJobVideo, IJobsActions, IJobsPage, ILinkProps, IListIcon, IListIconLink, IListMenuIcons, IListMenuItems, ILoading, ILoginHeader, ILoginJobsHeader, ILoginJobsTemplate, ILogoAnalyst, ILogoComponent, ILogout, ILogoutHeader, ILogoutJobsHeader, ILogoutJobsTemplate, ILogoutTemplate, IMainButton, IMegaMenu, IMegaMenuCard, IMegaMenuCards, IMegaMenuDrawer, IMegaMenuDrawerItem, IMegaMenuDrawerItemContent, IMegaMenuEmpty, IMegaMenuSideCards, IMegaMenuTab, IMenuCollapseChildren, IMenuDropdownProps, IMenuIcon, IMenuItem, IMenuItems, IMenuSearch, IMenuUser, IMessageProps, IMobileDatePicker, IMobileDrawer, IMobileDrawerMenu, IMobileJobDetailsDrawer, IMobileJobDetailsHeader, IMobileSearchbar, IMobileSortMenu, IModalAnalyst, IModalAnalystProps, IModalAnalystScreen, IModalProps, IMultiRangeSlider, INavMMenuAnalystRegionModal, INavMenuAnalystIcons, INavMenuAnalystOption, INavMenuAnalystProps, INavMenuAnalystQueryString, INavMenuAnalystRegion, INavMenuAnalystRegionModalProps, INavMenuAnalystSection, INavMenuDrawerAnalystProps, INotification, IOption, IOptionValues, IPaginationProps, IParagraph, IPopover, IQualification, IQualificationStar, IRadioCommonProps, IRadioProps, IRatingBadge, ISaveButton, ISearchItem, ISearchRenderTypeOption, ISearchRenderTypeProps, ISearchbar, ISelect, ISetIsApplied, ISettings, IShareButton, IShareLink, IShareLinksActions, ISharePopover, ISideFilter, ISimilarCard, ISimilarCardData, ISimilarJobsCard, ISkill, ISortBar, ISortMenu, ISortMenuItem, ISubCompanyAnalyst, ISuggestedJobsPage, ISwitch, ITab, ITabButton, ITypographyBase, ITypographyEllipsis, ITypographyLink, ITypographyText, ITypographyTitle, IUnApplyWithChild, IUserAnalyst, IUserMenuAnalystAction, IUserMenuAnalystProps, IUserMenuAnalystQueryString, IUserMenuAnalystSection, IUserMenuButtonAnalystProps, IUserMenuWrapperAnalystProps, IUserTerm, IVacancies$1 as IVacancies, IVacantPositions, IValueSelect, IconItem, IconProps, IlistMenuUserProps, Image, Input, InputFile, InputPlus, InputSearch, JobActions, JobApplyCard, JobCard, JobCardDesktop, JobCardMobile, JobCompanyHeader, JobCompanyLogo, JobDetailCard, JobDetailContainer, JobDetails, JobDetailsDrawer, JobFooterCard, JobHeader, JobRequirementsElement, JobSkillsCard, JobSuggestedDrawer, JobSuggestedHeader, JobSuggestedSimilarJobs, JobVideo, JobsPage, Link, LinkElement, LinkType, ListIconLink, ListMenuIcons, ListMenuItems, ListMenuText, ListSortMenu, Loading, LoginHeader, LoginJobsHeader, LoginJobsTemplate, LoginTemplate, LogoComponent, LogoutHeader, LogoutJobsHeader, LogoutJobsTemplate, LogoutTemplate, MagnetoResolution, MagnetoSocialMedia, MagnetoUIBorder, MagnetoUIColor, MagnetoUIGap, MagnetoUIMargin, MagnetoUIOpacity, MagnetoUIPadding, ContextAppProvider as MagnetoUIProvider, MagnetoUIRadius, MagnetoUIScale, MagnetoUIScreen, MagnetoUIShadow, MagnetoUIText, MainButton, MegaMenu, MegaMenuCard, MegaMenuCards, MegaMenuDrawer, MegaMenuDrawerItem, MegaMenuEmpty, MegaMenuJobsTabs, MegaMenuPopover, MegaMenuSideCards, MegaMenuTab, MenuDropdown, MenuIcon, MenuItem, MenuItemInfo, MenuSearch, Message, MobileDatePicker, MobileDrawer, MobileDrawerMenu, MobileJobDetailsDrawer, MobileJobDetailsHeader, MobileSearchbar, MobileSortMenu, _default$2 as Modal, ModalAnalyst, ModalResponsive, MultiRangeSlider, MultipleSelectionEntry, NavMenuAnalyst, NavMenuAnalystRegionModal, NavMenuDrawerAnalyst, Notification, OneSelectionEntry, Pagination, Paragraph, Popover, ProcessesCard, Qualification, Radio, RatingBadge, RightsReservedText, SaveButton, ScoreLevel, ScoreLevelStatic, SearchButton, SearchItem, Searchbar, Select, Select2, ShareButton, SharePopover, SideFilter, SimilarCard, SimilarCardIcon, SimilarCardLogo, SimilarJobs, SimilarJobsCard, Skill, SortBar, _default$1 as SortMenu, SuggestedJobsPage, Switch, TCandidateNav, TCandidateNavOption, TCandidateNavOptions, TCandidateNavStep, TCandidateProfile, TCandidateProfileBody, TCandidateProfileHeader, TCandidateProfileTemplateHeader, TCandidateProfileTemplateNav, TCandidateProfileToggler, TCollapse, TCollapseBody, TCollapseHeader, TCollapseToggler, TExpandableInfoSize, TExpandableInfoVariant, TInputFile, TMessageType, TToggleButtonList, TTypographyFontWeight, TTypographyParagraph, TVacantOption, TVacantOptionType, Tab, TabButton, TabButtonElement, Tags as Tag, TextArea, TextCustom, TimeLineItemStatus, Timeline, TimelineEvent, TimelineEventProps, ToggleButton, ToggleButtonList, Tooltip, Typography, UserMenu, UserMenuAnalyst, UserMenuButtonAnalyst, UserMenuWrapperAnalyst, UserTermCheck, UserTermContent, UserTermHighlight, UserTermSubTitle, UserTermSubmit, UserTermText, UserTermTitle, UserTermUList, UserTerms, VacantPositions, useMediaQuery, withClickOut, withMegaMenuSideCards };
@@ -0,0 +1,14 @@
1
+ // Auto-generated DO NOT EDIT
2
+ @use '_scale.scss' as scale;
3
+
4
+ $border-1: scale.$scale-px-2xs;
5
+ $border-2: scale.$scale-px-xs;
6
+ $border-inherit: scale.$scale-inherit;
7
+ $border-min: scale.$scale-min;
8
+
9
+ $border-map: (
10
+ 1: $border-1,
11
+ 2: $border-2,
12
+ inherit: $border-inherit,
13
+ min: $border-min
14
+ );