@rankingcoach/vanguard 1.7.0 → 1.9.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 (104) hide show
  1. package/dist/avatarIcons/listings/user.svg +5 -0
  2. package/dist/icons/Icon-document-active-1.svg +4 -0
  3. package/dist/icons/Icon-document-active.svg +4 -0
  4. package/dist/icons/Icon-list-active-1.svg +3 -0
  5. package/dist/icons/Icon-list-active.svg +3 -0
  6. package/dist/icons/Icon-manage-projects-active-1.svg +5 -0
  7. package/dist/icons/Icon-manage-projects-active.svg +5 -0
  8. package/dist/icons/Icon-rec-1.svg +3 -0
  9. package/dist/icons/Icon-save-active-1.svg +4 -0
  10. package/dist/icons/Icon-save-active.svg +4 -0
  11. package/dist/icons/Icon-sepa-active-1.svg +6 -0
  12. package/dist/icons/Icon-sepa-active.svg +5 -0
  13. package/dist/icons/Icon-user-active-1.svg +4 -0
  14. package/dist/icons/Icon-user-active.svg +4 -0
  15. package/dist/index-Avatar.enum.js +3 -1
  16. package/dist/index-Avatar.js +18 -19
  17. package/dist/index-CardMotion.config.js +159 -0
  18. package/dist/index-CardMotion.constants.js +23 -0
  19. package/dist/index-CardMotion.js +93 -0
  20. package/dist/index-CardMotion.module.scss.js +9 -0
  21. package/dist/index-DateInput.js +4 -4
  22. package/dist/index-Icon-document-active-1.svg.js +4 -0
  23. package/dist/index-Icon-document-active.svg.js +4 -0
  24. package/dist/index-Icon-list-active-1.svg.js +4 -0
  25. package/dist/index-Icon-list-active.svg.js +4 -0
  26. package/dist/index-Icon-manage-projects-active-1.svg.js +4 -0
  27. package/dist/index-Icon-manage-projects-active.svg.js +4 -0
  28. package/dist/index-Icon-rec-1.svg.js +4 -0
  29. package/dist/index-Icon-save-active-1.svg.js +4 -0
  30. package/dist/index-Icon-save-active.svg.js +4 -0
  31. package/dist/index-Icon-sepa-active-1.svg.js +4 -0
  32. package/dist/index-Icon-sepa-active.svg.js +4 -0
  33. package/dist/index-Icon-user-active-1.svg.js +4 -0
  34. package/dist/index-Icon-user-active.svg.js +4 -0
  35. package/dist/index-IconNames.js +1 -1
  36. package/dist/index-InputRangeField.js +1 -1
  37. package/dist/index-MenuItem.js +31 -29
  38. package/dist/index-ModalContext.js +37 -36
  39. package/dist/index-ModalTransition.js +9 -7
  40. package/dist/index-Month.js +2 -2
  41. package/dist/index-TabsCustomScroll.js +16 -16
  42. package/dist/index-TabsCustomScroll.module.scss.js +4 -2
  43. package/dist/index-_virtual69.js +2 -2
  44. package/dist/index-_virtual70.js +2 -4
  45. package/dist/index-_virtual71.js +4 -2
  46. package/dist/index-_virtual72.js +2 -4
  47. package/dist/index-_virtual73.js +1 -1
  48. package/dist/index-_virtual74.js +1 -1
  49. package/dist/index-_virtual75.js +4 -2
  50. package/dist/index-_virtual76.js +2 -2
  51. package/dist/index-accessibility.js +1 -1
  52. package/dist/index-cjs.js +1 -1
  53. package/dist/index-lib5.js +1 -1
  54. package/dist/index-react-spring_animated.modern.js +6 -6
  55. package/dist/index-react-spring_core.modern.js +56 -54
  56. package/dist/index-react-spring_web.modern.js +9 -8
  57. package/dist/index-use-dynamic-import.js +17 -3
  58. package/dist/index-user.svg.js +4 -0
  59. package/dist/index.js +298 -296
  60. package/dist/types/core/Avatar/Avatar.d.ts +1 -6
  61. package/dist/types/core/Avatar/stories/WithIconThenImage.story.d.ts +2 -0
  62. package/dist/types/core/Avatar/stories/WithUserIcon.story.d.ts +2 -0
  63. package/dist/types/core/CardMotion/CardMotion.config.d.ts +855 -0
  64. package/dist/types/core/CardMotion/CardMotion.constants.d.ts +20 -0
  65. package/dist/types/core/CardMotion/CardMotion.d.ts +3 -0
  66. package/dist/types/core/CardMotion/CardMotion.types.d.ts +60 -0
  67. package/dist/types/core/CardMotion/index.d.ts +2 -0
  68. package/dist/types/core/CardMotion/stories/CustomMotion.story.d.ts +2 -0
  69. package/dist/types/core/CardMotion/stories/Default.story.d.ts +2 -0
  70. package/dist/types/core/CardMotion/stories/GlowIn.story.d.ts +2 -0
  71. package/dist/types/core/CardMotion/stories/GlowPreset.story.d.ts +2 -0
  72. package/dist/types/core/CardMotion/stories/Hoverable.story.d.ts +2 -0
  73. package/dist/types/core/CardMotion/stories/StaggeredGlowGroup.story.d.ts +2 -0
  74. package/dist/types/core/CardMotion/stories/VisibilityToggle.story.d.ts +2 -0
  75. package/dist/types/core/CardMotion/stories/_CardMotion.default.d.ts +3 -0
  76. package/dist/types/core/Icon/IconNames.d.ts +6 -0
  77. package/dist/types/core/MenuItem/MenuItem.d.ts +2 -1
  78. package/dist/types/core/Modal/ModalContext.d.ts +1 -0
  79. package/dist/types/core/Modal/stories/StackingPermutations.story.d.ts +71 -0
  80. package/dist/types/core/Modal/stories/TwoModalsOverlapping.story.d.ts +2 -0
  81. package/dist/types/core/Modal/stories/TwoModalsOverlappingDifferentAnimations.story.d.ts +2 -0
  82. package/dist/types/index.d.ts +2 -0
  83. package/dist/vanguard-asset-analysis.json +1 -1
  84. package/dist/vanguard.css +1 -1
  85. package/dist-wordpress/Icon-document-active-1-BNbAelSx.mjs +4 -0
  86. package/dist-wordpress/Icon-document-active-C1Pow12T.mjs +4 -0
  87. package/dist-wordpress/Icon-list-active-1-CMWBBljn.mjs +4 -0
  88. package/dist-wordpress/Icon-list-active-DLyP-KM_.mjs +4 -0
  89. package/dist-wordpress/Icon-manage-projects-active-1-5GrLM5Rt.mjs +4 -0
  90. package/dist-wordpress/Icon-manage-projects-active-jzJITd2J.mjs +4 -0
  91. package/dist-wordpress/Icon-rec-1-BmhIaa9j.mjs +4 -0
  92. package/dist-wordpress/Icon-save-active-1-BXIn4M60.mjs +4 -0
  93. package/dist-wordpress/Icon-save-active-sukwIFSJ.mjs +4 -0
  94. package/dist-wordpress/Icon-sepa-active-1-CQz_LpKA.mjs +4 -0
  95. package/dist-wordpress/Icon-sepa-active-BcmATS7C.mjs +4 -0
  96. package/dist-wordpress/Icon-user-active-1-CB2diJDq.mjs +4 -0
  97. package/dist-wordpress/Icon-user-active-BX075VMi.mjs +4 -0
  98. package/dist-wordpress/index.js +1850 -1829
  99. package/dist-wordpress/types/core/PageSection/GradientPrimaryMeshBackground.d.ts +1 -0
  100. package/dist-wordpress/types/core/PageSection/PageSection.d.ts +43 -0
  101. package/dist-wordpress/types/core/PageSection/index.d.ts +2 -0
  102. package/dist-wordpress/types/index.d.ts +2 -0
  103. package/dist-wordpress/vanguard.css +1 -1
  104. package/package.json +44 -44
@@ -0,0 +1 @@
1
+ export declare const GradientPrimaryMeshBackground: () => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,43 @@
1
+ import { HeaderTypes } from '../Header';
2
+ import { TextReplacements } from '../Text';
3
+ import { default as React, RefObject } from 'react';
4
+ export declare enum PageSectionBackground {
5
+ frostedGlass = "frostedGlass",
6
+ functionalBg = "functionalBg",
7
+ transparent = "transparent",
8
+ gradientPrimaryMesh = "gradientPrimaryMesh",
9
+ gradientBgVarTop = "gradientBgVarTop",
10
+ gradientBgVarBottom = "gradientBgVarBottom"
11
+ }
12
+ export declare enum PageSectionRoundedEdges {
13
+ top = "top",
14
+ bottom = "bottom",
15
+ both = "both"
16
+ }
17
+ export type PageSectionInnerRef = RefObject<HTMLDivElement | null> | ((node?: Element | null | undefined) => void);
18
+ type PageSectionBaseProps = {
19
+ headerActionArea?: React.ReactNode;
20
+ children?: React.ReactNode;
21
+ testId?: string;
22
+ innerRef?: PageSectionInnerRef;
23
+ className?: string;
24
+ background?: PageSectionBackground;
25
+ roundedEdges?: PageSectionRoundedEdges;
26
+ noDefaultPadding?: boolean;
27
+ isVisible?: boolean;
28
+ };
29
+ export type PageSectionWithTitle = PageSectionBaseProps & {
30
+ title: string;
31
+ description?: string;
32
+ replacements?: TextReplacements;
33
+ headerType?: HeaderTypes;
34
+ };
35
+ export type PageSectionWithoutTitle = PageSectionBaseProps & {
36
+ title?: undefined;
37
+ description?: never;
38
+ replacements?: never;
39
+ headerType?: never;
40
+ };
41
+ export type PageSectionProps = PageSectionWithTitle | PageSectionWithoutTitle;
42
+ export declare const PageSection: (props: PageSectionProps) => import("react/jsx-runtime").JSX.Element;
43
+ export {};
@@ -0,0 +1,2 @@
1
+ export type { PageSectionProps, PageSectionWithoutTitle, PageSectionWithTitle, PageSectionInnerRef, } from './PageSection';
2
+ export { PageSection, PageSectionBackground, PageSectionRoundedEdges } from './PageSection';
@@ -56,6 +56,8 @@ export type { ComponentWithId, ModalOpts } from './core/Modal/ModalService.tsx';
56
56
  export { ModalService } from './core/Modal/ModalService.tsx';
57
57
  export type { PageSectionLoadingProps } from './common/PageSectionLoading/PageSectionLoading.tsx';
58
58
  export { PageSectionLoading } from './common/PageSectionLoading/PageSectionLoading.tsx';
59
+ export type { PageSectionProps, PageSectionWithTitle, PageSectionWithoutTitle } from './core/PageSection';
60
+ export { PageSection, PageSectionBackground, PageSectionRoundedEdges } from './core/PageSection';
59
61
  export type { PopoverPosition, PopoverProps, PopoverTheme } from './core/Popover/Popover.tsx';
60
62
  export { Popover } from './core/Popover/Popover.tsx';
61
63
  export type { RenderProps } from './core/Render/Render.tsx';