@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,5 @@
1
+ <svg width="128" height="128" viewBox="0 0 128 128" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <rect width="128" height="128" rx="64" fill="var(--n100)"/>
3
+ <path d="M85.2 85.6C102.823 85.6 117 99.7775 117 117.4V128H11V117.4C11 99.7775 25.1775 85.6 42.8 85.6H85.2Z" fill="var(--brand-color)"/>
4
+ <path d="M64 22C78.575 22 90.5 33.925 90.5 48.5C90.5 63.075 78.575 75 64 75C49.425 75 37.5 63.075 37.5 48.5C37.5 33.925 49.425 22 64 22Z" fill="var(--brand-color)"/>
5
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M12 2V7C12 9 13 10 15 10H20V20C20 21.1 19.1 22 18 22H6C4.9 22 4 21.1 4 20V4C4 2.9 4.9 2 6 2H12Z" fill="#2A3546"/>
3
+ <path d="M20 8H15C14.4477 8 14 7.55228 14 7V2L20 8Z" fill="#2A3546"/>
4
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M8 0V5C8 6.10457 8.89543 7 10 7H15V14C15 15.1 14.1 16 13 16H3C1.9 16 1 15.1 1 14V2C1 0.900001 1.9 1.30047e-07 3 0H8Z" fill="#2A3546"/>
3
+ <path d="M15 6H10C9.44772 6 9 5.55228 9 5V0L15 6Z" fill="#2A3546"/>
4
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M20 2C21.1046 2 22 2.89543 22 4V20C22 21.1046 21.1046 22 20 22H4C2.89543 22 2 21.1046 2 20V4C2 2.89543 2.89543 2 4 2H20ZM4 19H7V17H4V19ZM9 19H20V17H9V19ZM4 13H7V11H4V13ZM9 13H20V11H9V13ZM4 7H7V5H4V7ZM9 7H20V5H9V7Z" fill="#2A3546"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M14.4 0C15.2837 2.06162e-07 16 0.716345 16 1.6V14.4C16 15.2837 15.2837 16 14.4 16H1.6C0.716345 16 1.28853e-08 15.2837 0 14.4V1.6C2.06165e-07 0.716345 0.716345 1.28851e-08 1.6 0H14.4ZM2 14H4V12H2V14ZM6 14H14V12H6V14ZM2 9H4V7H2V9ZM6 9H14V7H6V9ZM2 4H4V2H2V4ZM6 4H14V2H6V4Z" fill="#2A3546"/>
3
+ </svg>
@@ -0,0 +1,5 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M19.5 2C20.8641 2 22 3.13602 22 4.5V14.6133H20.125C20.0303 14.1967 19.8596 13.8178 19.6514 13.458L20.9775 12.1328L19.3672 10.5225L18.042 11.8486C17.6823 11.6404 17.3032 11.4701 16.8867 11.3564V9.5H14.6133V11.3564C14.1968 11.4701 13.8177 11.6404 13.458 11.8486L12.1328 10.5225L10.5225 12.1328L11.8486 13.458C11.6404 13.8177 11.4701 14.1968 11.3564 14.6133H9.5V16.8867H11.3564C11.4701 17.3032 11.6404 17.6823 11.8486 18.042L10.5225 19.3672L12.1328 20.9775L13.458 19.6514C13.8177 19.8596 14.1968 20.0299 14.6133 20.1436V22H4.5C3.12488 22 2 20.875 2 19.5V4.5C2 3.12503 3.12488 2 4.5 2H19.5ZM4.5 7H19.5V4.5H4.5V7Z" fill="#2A3546"/>
3
+ <path d="M22 19.5C22 20.8807 20.8817 22 19.501 22H16.8867V20.1436C17.3032 20.0299 17.6823 19.8596 18.042 19.6514L19.3672 20.9775L20.9775 19.3672L19.6514 18.042C19.8596 17.6822 20.0303 17.3033 20.125 16.8867H22V19.5Z" fill="#2A3546"/>
4
+ <path d="M15.75 13.4775C17 13.4775 18.0225 14.5 18.0225 15.75C18.0225 17 17 18.0225 15.75 18.0225C14.5 18.0225 13.4775 17 13.4775 15.75C13.4775 14.5 14.5 13.4775 15.75 13.4775Z" fill="#2A3546"/>
5
+ </svg>
@@ -0,0 +1,5 @@
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M14 0C15.0913 0 16 0.908813 16 2V10.0908H14.5C14.4243 9.75759 14.2877 9.45479 14.1211 9.16699L15.1816 8.10645L13.8936 6.81836L12.833 7.87891C12.5452 7.71229 12.2424 7.57526 11.9092 7.48438V6H10.0908V7.48438C9.75756 7.57526 9.45481 7.71229 9.16699 7.87891L8.10645 6.81836L6.81836 8.10645L7.87891 9.16699C7.71229 9.45481 7.57526 9.75756 7.48438 10.0908H6V11.9092H7.48438C7.57526 12.2424 7.71229 12.5452 7.87891 12.833L6.81836 13.8936L8.10645 15.1816L9.16699 14.1211C9.45481 14.2877 9.75756 14.4247 10.0908 14.5156V16H2C0.899902 16 0 15.1 0 14V2C0 0.900024 0.899902 0 2 0H14ZM2 4H14V2H2V4Z" fill="#2A3546"/>
3
+ <path d="M16 14C16 15.1045 15.1055 15.9999 14.001 16H11.9092V14.5156C12.2424 14.4247 12.5452 14.2877 12.833 14.1211L13.8936 15.1816L15.1816 13.8936L14.1211 12.833C14.2877 12.5452 14.4243 12.2424 14.5 11.9092H16V14Z" fill="#2A3546"/>
4
+ <path d="M11 9.18164C12 9.18164 12.8184 10 12.8184 11C12.8184 12 12 12.8184 11 12.8184C10 12.8184 9.18164 12 9.18164 11C9.18164 10 10 9.18164 11 9.18164Z" fill="#2A3546"/>
5
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M11.3 22C11.2323 22 11.1639 21.9902 11.097 21.9693C10.8016 21.8778 10.6 21.6002 10.6 21.2857V14.143H5.69998C5.44168 14.143 5.20435 13.998 5.08265 13.7656C4.96094 13.5333 4.97457 13.2516 5.11748 13.0326L12.1174 2.31849C12.2882 2.05608 12.6083 1.939 12.9028 2.03117C13.1984 2.12218 13.4 2.39987 13.4 2.71458V9.8573H18.3C18.5583 9.8573 18.7956 10.0023 18.9173 10.2346C19.0391 10.467 19.0254 10.7487 18.8825 10.9677L11.8825 21.6818C11.7504 21.8839 11.5296 22 11.3 22Z" fill="#2A3546"/>
3
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M14.5 7V8.25H9.5V7H14.5Z" fill="#2A3546"/>
3
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M22 6.47876V19.5C22 20.875 20.875 22 19.5 22H4.5C3.125 22 2 20.875 2 19.5V4.5C2 3.125 3.125 2 4.5 2H17.5212L22 6.47876ZM7 19.5H17V18.25H7V19.5ZM7 4.5V10.75H17V4.5H7Z" fill="#2A3546"/>
4
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M10 4V5H6V4H10Z" fill="#2A3546"/>
3
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M16 3.58301V14C16 15.1 15.1 16 14 16H2C0.9 16 0 15.1 0 14V2C0 0.900001 0.9 0 2 0H12.417L16 3.58301ZM4 14H12V13H4V14ZM4 2V7H12V2H4Z" fill="#2A3546"/>
4
+ </svg>
@@ -0,0 +1,6 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M10 13V18H15L20 13V19C20 20.1046 19.1046 21 18 21H2C0.895431 21 0 20.1046 0 19V12H11L10 13Z" fill="#2A3546"/>
3
+ <path d="M21.0068 9L14 16L12.1797 15.8174L12 14L19 7L21.0068 9Z" fill="#2A3546"/>
4
+ <path d="M14 9H0V7C0 5.89543 0.895431 5 2 5H18L14 9Z" fill="#2A3546"/>
5
+ <path d="M24 6L22 8L20 6L22 4L24 6Z" fill="#2A3546"/>
6
+ </svg>
@@ -0,0 +1,5 @@
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M4 8.09668V12.9248H8.82812L15.7529 6H16V13C15.9999 14.1045 15.1045 15 14 15H2C0.895512 15 0.00013198 14.1045 0 13V6H6.09668L4 8.09668Z" fill="#2A3546"/>
3
+ <path d="M13.5664 1.42871C14.1213 0.857762 15.0291 0.857762 15.584 1.42871C16.1385 1.98284 16.1386 2.87252 15.584 3.44336L8.01758 11H6V8.98535L13.5664 1.42871Z" fill="#2A3546"/>
4
+ <path d="M8.09766 4H0V3C0.000114991 1.89553 0.895501 1 2 1H11.0977L8.09766 4Z" fill="#2A3546"/>
5
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M16 14C19.325 14 22 16.675 22 20V22H2V20C2 16.675 4.675 14 8 14H16Z" fill="#2A3546"/>
3
+ <path d="M12 2C14.75 2 17 4.25 17 7C17 9.75 14.75 12 12 12C9.25 12 7 9.75 7 7C7 4.25 9.25 2 12 2Z" fill="#2A3546"/>
4
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M12.5 9C14.4333 9 16 10.5667 16 12.5V16H0V12.5C5.15212e-07 10.5667 1.56667 9 3.5 9H12.5Z" fill="#2A3546"/>
3
+ <path d="M8 0C10.2167 0 12 1.78333 12 4C12 6.21667 10.2167 8 8 8C5.8 8 4 6.21667 4 4C4 1.78333 5.8 0 8 0Z" fill="#2A3546"/>
4
+ </svg>
@@ -410,7 +410,9 @@ const e = {
410
410
  expedia: "expedia",
411
411
  // Social media networks
412
412
  youtube: "youtube",
413
- pinterest: "pinterest"
413
+ pinterest: "pinterest",
414
+ // Generic icons
415
+ user: "user"
414
416
  };
415
417
  export {
416
418
  e as AvatarIconMap
@@ -9,7 +9,7 @@ import { Text as D, FontWeights as R, TextTypes as W } from "./index-Text.js";
9
9
  import "react";
10
10
  import { StyledSVG as q } from "./index-StyledSVG.js";
11
11
  import t from "./index-Avatar.module.scss.js";
12
- const X = (r) => {
12
+ const X = (n) => {
13
13
  const {
14
14
  size: l = "medium",
15
15
  hasNotifications: x = !1,
@@ -18,21 +18,20 @@ const X = (r) => {
18
18
  bgColor: d,
19
19
  noHover: f,
20
20
  translate: A = !1,
21
- greyScale: s = !1,
21
+ greyScale: r = !1,
22
22
  clearIcon: S
23
- } = r, {
24
- icon: v = ""
25
- } = r, {
23
+ } = n, {
24
+ icon: v = "",
26
25
  image: g
27
- } = r, u = `${j[v]}`, o = x && l !== "small";
26
+ } = n, u = `${j[v]}`, s = x && l !== "small";
28
27
  let {
29
- SvgIcon: n,
28
+ SvgIcon: o,
30
29
  loading: F,
31
30
  error: M
32
31
  } = $(`avatarIcons/listings/${u}.svg`, {
33
32
  shouldRequest: !!u
34
33
  });
35
- S && (n = "");
34
+ S && (o = "");
36
35
  let a = 0;
37
36
  switch (l) {
38
37
  case "large":
@@ -67,51 +66,51 @@ const X = (r) => {
67
66
  if (g)
68
67
  return e("div", {
69
68
  "data-testid": "avatar-image-test-id",
70
- className: i(t.rcAvatar, t.rcAvatarImage, f ? t.noHover : null, s ? t.greyScale : void 0),
69
+ className: i(t.rcAvatar, t.rcAvatarImage, f ? t.noHover : null, r ? t.greyScale : void 0),
71
70
  style: {
72
71
  backgroundImage: `url(${H(g)})`,
73
72
  width: a,
74
73
  height: a
75
74
  },
76
- children: o && e("div", {
75
+ children: s && e("div", {
77
76
  "data-testid": "avatar-notifications-test-id",
78
77
  className: i(t.rcAvatarNotification)
79
78
  })
80
79
  });
81
- if (v && n)
80
+ if (v && o)
82
81
  return b("div", {
83
82
  "data-testid": "avatar-icon-test-id",
84
- className: i(t.rcAvatar, s ? t.greyScale : void 0),
85
- children: [o && e("div", {
83
+ className: i(t.rcAvatar, r ? t.greyScale : void 0),
84
+ children: [s && e("div", {
86
85
  "data-testid": "avatar-notifications-test-id",
87
86
  className: i(t.rcAvatarNotification)
88
87
  }), e(q, {
89
88
  width: a,
90
89
  height: a,
91
- src: n,
90
+ src: o,
92
91
  className: t.avatarSvg
93
92
  })]
94
93
  });
95
- const T = d || z(h() ?? []), N = m || k(), p = 2 * Math.log1p(N.length);
94
+ const T = d || z(h() ?? []), p = m || k(), N = 2 * Math.log1p(p.length);
96
95
  return b("div", {
97
96
  "data-testid": "avatar-name-test-id",
98
- className: i(t.rcAvatar, t.rcAvatarName, f ? t.noHover : null, s ? t.greyScale : void 0),
97
+ className: i(t.rcAvatar, t.rcAvatarName, f ? t.noHover : null, r ? t.greyScale : void 0),
99
98
  style: {
100
99
  backgroundColor: `var(${T})`,
101
100
  width: a,
102
101
  height: a,
103
102
  borderRadius: "50%"
104
103
  },
105
- children: [o && e("div", {
104
+ children: [s && e("div", {
106
105
  "data-testid": "avatar-notifications-test-id",
107
106
  className: i(t.rcAvatarNotification)
108
107
  }), e(D, {
109
108
  type: W.textHelp,
110
- fontSize: p ? a / p : a,
109
+ fontSize: N ? a / N : a,
111
110
  fontWeight: R.bold,
112
111
  color: "--n000",
113
112
  translate: A,
114
- children: N
113
+ children: p
115
114
  })]
116
115
  });
117
116
  };
@@ -0,0 +1,159 @@
1
+ import { CARD_MOTION_SIZES as o } from "./index-CardMotion.constants.js";
2
+ const d = "linear(0, 0.024, 0.087, 0.194, 0.352, 0.604, 0.789, 0.923, 1.012, 1.04, 1.027, 1.008, 1)", l = {
3
+ opacity: 0,
4
+ y: o.genericEntryOffsetY,
5
+ scale: 1,
6
+ blur: 0,
7
+ duration: 0.32,
8
+ delay: 0
9
+ }, m = {
10
+ opacity: 0,
11
+ y: o.genericLeaveOffsetY,
12
+ scale: 0.985,
13
+ blur: o.genericLeaveBlur,
14
+ duration: 0.2,
15
+ delay: 0
16
+ }, s = {
17
+ y: o.glowEntryOffsetY,
18
+ scale: o.glowEntryScale,
19
+ skewX: o.glowEntrySkewX,
20
+ skewY: o.glowEntrySkewY,
21
+ brightness: 1.08,
22
+ glowAlpha: 1,
23
+ radiusFrom: o.glowEntryRadiusFrom,
24
+ radiusTo: o.glowEntryRadiusTo,
25
+ duration: 1,
26
+ delay: 0,
27
+ contentDelay: 0.25,
28
+ contentDuration: 0.35
29
+ }, f = {
30
+ y: o.hoverLiftY,
31
+ scale: 1,
32
+ tension: 400,
33
+ friction: 40
34
+ }, u = (r) => {
35
+ if (!r)
36
+ return r;
37
+ const {
38
+ background: n,
39
+ backgroundColor: i,
40
+ ...c
41
+ } = r;
42
+ return c;
43
+ }, w = (r) => {
44
+ if (r === void 0)
45
+ return {
46
+ skewX: s.skewX,
47
+ skewY: s.skewY
48
+ };
49
+ const n = 1 / Math.max(1, r);
50
+ return {
51
+ skewX: o.glowMaxSkewX * n,
52
+ skewY: o.glowMaxSkewY * n
53
+ };
54
+ }, g = (r, n, i, c, a) => {
55
+ if (r === "glow-in") {
56
+ const t = {
57
+ ...s,
58
+ ...w(c),
59
+ ...a === !1 ? {
60
+ ...s,
61
+ y: 0,
62
+ scale: 1,
63
+ skewX: 0,
64
+ skewY: 0,
65
+ brightness: 1,
66
+ glowAlpha: 0,
67
+ radiusFrom: 12,
68
+ radiusTo: 12,
69
+ duration: 0,
70
+ delay: 0,
71
+ contentDelay: 0,
72
+ contentDuration: 0
73
+ } : a
74
+ };
75
+ return {
76
+ kind: "glow-shell",
77
+ transitionFrom: {
78
+ opacity: 1,
79
+ y: 0,
80
+ scale: 1,
81
+ blur: 0
82
+ },
83
+ transitionEnter: {
84
+ opacity: 1,
85
+ y: 0,
86
+ scale: 1,
87
+ blur: 0
88
+ },
89
+ delayOffset: 0,
90
+ duration: 0,
91
+ shellStyle: {
92
+ ...u(i),
93
+ "--card-motion-delay": `${n + t.delay}s`,
94
+ "--card-motion-duration": `${t.duration}s`,
95
+ "--card-motion-content-delay": `${n + t.contentDelay}s`,
96
+ "--card-motion-content-duration": `${t.contentDuration}s`,
97
+ "--card-motion-ease": d,
98
+ "--card-motion-y-from": `${t.y}px`,
99
+ "--card-motion-scale-from": t.scale,
100
+ "--card-motion-skew-x-from": `${t.skewX}deg`,
101
+ "--card-motion-skew-y-from": `${t.skewY}deg`,
102
+ "--card-motion-radius-from": `${t.radiusFrom}px`,
103
+ "--card-motion-radius-to": `${t.radiusTo}px`,
104
+ "--card-motion-brightness-from": t.brightness,
105
+ "--card-motion-glow-alpha-from": t.glowAlpha,
106
+ "--card-motion-shadow-inset-width": `${o.glowShadowInsetWidth}px`,
107
+ "--card-motion-shadow-offset-y": `${o.glowShadowOffsetY}px`,
108
+ "--card-motion-shadow-blur": `${o.glowShadowBlur}px`,
109
+ "--card-motion-perspective": `${o.transformPerspective}px`,
110
+ "--card-motion-content-blur-from": `${o.contentBlurFrom}px`,
111
+ "--card-motion-content-y-from": `${o.contentOffsetY}px`
112
+ },
113
+ contentStyle: {
114
+ animationDelay: `${n + t.contentDelay}s`,
115
+ animationDuration: `${t.contentDuration}s`
116
+ }
117
+ };
118
+ }
119
+ const e = {
120
+ ...l,
121
+ ...a === !1 ? {
122
+ ...l,
123
+ opacity: 1,
124
+ y: 0,
125
+ scale: 1,
126
+ blur: 0,
127
+ duration: 0,
128
+ delay: 0
129
+ } : a
130
+ };
131
+ return {
132
+ kind: "spring",
133
+ baseStyle: i,
134
+ transitionFrom: {
135
+ opacity: e.opacity,
136
+ y: e.y,
137
+ scale: e.scale,
138
+ blur: e.blur
139
+ },
140
+ transitionEnter: {
141
+ opacity: 1,
142
+ y: 0,
143
+ scale: 1,
144
+ blur: 0
145
+ },
146
+ delayOffset: e.delay,
147
+ duration: e.duration
148
+ };
149
+ };
150
+ export {
151
+ l as GENERIC_ENTRY,
152
+ m as GENERIC_LEAVE,
153
+ s as GLOW_ENTRY_DEFAULTS,
154
+ f as HOVER_DEFAULTS,
155
+ d as SPRING_EASE_CSS,
156
+ g as getEntryPresetConfig,
157
+ w as getGlowSkewValues,
158
+ u as stripGlowBackground
159
+ };
@@ -0,0 +1,23 @@
1
+ const e = {
2
+ genericEntryOffsetY: 20,
3
+ genericLeaveOffsetY: 12,
4
+ genericLeaveBlur: 2,
5
+ glowEntryOffsetY: -8,
6
+ glowEntryScale: 0.7,
7
+ glowEntrySkewX: 4,
8
+ glowEntrySkewY: 8,
9
+ glowEntryRadiusFrom: 24,
10
+ glowEntryRadiusTo: 12,
11
+ glowMaxSkewX: 8,
12
+ glowMaxSkewY: 12,
13
+ hoverLiftY: -4,
14
+ glowShadowInsetWidth: 1,
15
+ glowShadowOffsetY: 14,
16
+ glowShadowBlur: 40,
17
+ transformPerspective: 1e3,
18
+ contentBlurFrom: 8,
19
+ contentOffsetY: 8
20
+ };
21
+ export {
22
+ e as CARD_MOTION_SIZES
23
+ };
@@ -0,0 +1,93 @@
1
+ import { jsx as i } from "react/jsx-runtime";
2
+ import { useState as F, useMemo as y } from "react";
3
+ import { a as N } from "./index-react-spring_web.modern.js";
4
+ import { HOVER_DEFAULTS as x, getEntryPresetConfig as O, GENERIC_LEAVE as C } from "./index-CardMotion.config.js";
5
+ import p from "./index-CardMotion.module.scss.js";
6
+ import { useSpring as P, useTransition as R, to as T } from "./index-react-spring_core.modern.js";
7
+ function U({
8
+ delay: f,
9
+ className: a,
10
+ style: g,
11
+ children: E,
12
+ hoverable: o = !1,
13
+ glowIn: H = !1,
14
+ index: d,
15
+ isVisible: n = !0,
16
+ entryPreset: L,
17
+ entryAnimation: m,
18
+ leaveAnimation: l,
19
+ hoverAnimation: r
20
+ }) {
21
+ const [S, $] = F(!1), v = L ?? (H ? "glow-in" : "fade-up"), c = y(() => r === !1 || !o && r === void 0 ? {
22
+ ...x,
23
+ y: 0
24
+ } : {
25
+ ...x,
26
+ ...o ? {} : {
27
+ y: 0
28
+ },
29
+ ...r
30
+ }, [r, o]), w = P({
31
+ hoverY: S ? c.y : 0,
32
+ hoverScale: S ? c.scale : 1,
33
+ config: {
34
+ tension: c.tension,
35
+ friction: c.friction
36
+ }
37
+ }), e = y(() => O(v, f, g, d, m), [v, f, g, d, m]), t = y(() => ({
38
+ ...C,
39
+ ...l === !1 ? {
40
+ ...C,
41
+ opacity: 1,
42
+ y: 0,
43
+ scale: 1,
44
+ blur: 0,
45
+ duration: 0,
46
+ delay: 0
47
+ } : l
48
+ }), [l]), M = R(n ? ["visible"] : [], {
49
+ keys: (s) => s,
50
+ from: e.transitionFrom,
51
+ enter: e.transitionEnter,
52
+ leave: l === !1 ? {
53
+ opacity: 1,
54
+ y: 0,
55
+ scale: 1,
56
+ blur: 0
57
+ } : {
58
+ opacity: t.opacity,
59
+ y: t.y,
60
+ scale: t.scale,
61
+ blur: t.blur
62
+ },
63
+ delay: n ? (f + e.delayOffset) * 1e3 : t.delay * 1e3,
64
+ config: {
65
+ duration: (n ? e.duration : t.duration) * 1e3
66
+ },
67
+ expires: !0
68
+ });
69
+ return !n && l === !1 ? null : M((s) => i(N.div, {
70
+ className: e.kind === "spring" ? a : void 0,
71
+ onMouseEnter: o || r ? () => $(!0) : void 0,
72
+ onMouseLeave: o || r ? () => $(!1) : void 0,
73
+ style: {
74
+ ...e.baseStyle ?? {},
75
+ opacity: s.opacity,
76
+ filter: s.blur.to((u) => `blur(${u}px)`),
77
+ transform: T([s.y, s.scale, w.hoverY, w.hoverScale], (u, k, I, h) => `translate3d(0, ${u + I}px, 0) scale(${k * h})`)
78
+ },
79
+ children: e.kind === "glow-shell" ? i("div", {
80
+ className: a ? `${p.glowShell} ${a}` : p.glowShell,
81
+ style: e.shellStyle,
82
+ "data-card-motion-index": d,
83
+ children: i("div", {
84
+ className: p.contentIn,
85
+ style: e.contentStyle,
86
+ children: E
87
+ })
88
+ }) : E
89
+ }));
90
+ }
91
+ export {
92
+ U as CardMotion
93
+ };
@@ -0,0 +1,9 @@
1
+ const n = "glowShell_Sw", t = "contentIn_iA", l = {
2
+ glowShell: n,
3
+ contentIn: t
4
+ };
5
+ export {
6
+ t as contentIn,
7
+ l as default,
8
+ n as glowShell
9
+ };
@@ -1,10 +1,10 @@
1
- import { __exports as p } from "./index-_virtual71.js";
1
+ import { __exports as p } from "./index-_virtual72.js";
2
2
  import k from "react";
3
3
  import { __require as K } from "./index-prop-types.js";
4
4
  import { __require as L } from "./index-classnames2.js";
5
- import U from "./index-_virtual72.js";
6
- import z from "./index-_virtual73.js";
7
- import A from "./index-_virtual74.js";
5
+ import U from "./index-_virtual73.js";
6
+ import z from "./index-_virtual74.js";
7
+ import A from "./index-_virtual75.js";
8
8
  import V from "./index-_virtual55.js";
9
9
  var q;
10
10
  function te() {
@@ -0,0 +1,4 @@
1
+ const e = "data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M12%202V7C12%209%2013%2010%2015%2010H20V20C20%2021.1%2019.1%2022%2018%2022H6C4.9%2022%204%2021.1%204%2020V4C4%202.9%204.9%202%206%202H12Z'%20fill='%232A3546'/%3e%3cpath%20d='M20%208H15C14.4477%208%2014%207.55228%2014%207V2L20%208Z'%20fill='%232A3546'/%3e%3c/svg%3e";
2
+ export {
3
+ e as default
4
+ };
@@ -0,0 +1,4 @@
1
+ const e = "data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M8%200V5C8%206.10457%208.89543%207%2010%207H15V14C15%2015.1%2014.1%2016%2013%2016H3C1.9%2016%201%2015.1%201%2014V2C1%200.900001%201.9%201.30047e-07%203%200H8Z'%20fill='%232A3546'/%3e%3cpath%20d='M15%206H10C9.44772%206%209%205.55228%209%205V0L15%206Z'%20fill='%232A3546'/%3e%3c/svg%3e";
2
+ export {
3
+ e as default
4
+ };
@@ -0,0 +1,4 @@
1
+ const e = "data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M20%202C21.1046%202%2022%202.89543%2022%204V20C22%2021.1046%2021.1046%2022%2020%2022H4C2.89543%2022%202%2021.1046%202%2020V4C2%202.89543%202.89543%202%204%202H20ZM4%2019H7V17H4V19ZM9%2019H20V17H9V19ZM4%2013H7V11H4V13ZM9%2013H20V11H9V13ZM4%207H7V5H4V7ZM9%207H20V5H9V7Z'%20fill='%232A3546'/%3e%3c/svg%3e";
2
+ export {
3
+ e as default
4
+ };
@@ -0,0 +1,4 @@
1
+ const e = "data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4%200C15.2837%202.06162e-07%2016%200.716345%2016%201.6V14.4C16%2015.2837%2015.2837%2016%2014.4%2016H1.6C0.716345%2016%201.28853e-08%2015.2837%200%2014.4V1.6C2.06165e-07%200.716345%200.716345%201.28851e-08%201.6%200H14.4ZM2%2014H4V12H2V14ZM6%2014H14V12H6V14ZM2%209H4V7H2V9ZM6%209H14V7H6V9ZM2%204H4V2H2V4ZM6%204H14V2H6V4Z'%20fill='%232A3546'/%3e%3c/svg%3e";
2
+ export {
3
+ e as default
4
+ };
@@ -0,0 +1,4 @@
1
+ const e = "data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M19.5%202C20.8641%202%2022%203.13602%2022%204.5V14.6133H20.125C20.0303%2014.1967%2019.8596%2013.8178%2019.6514%2013.458L20.9775%2012.1328L19.3672%2010.5225L18.042%2011.8486C17.6823%2011.6404%2017.3032%2011.4701%2016.8867%2011.3564V9.5H14.6133V11.3564C14.1968%2011.4701%2013.8177%2011.6404%2013.458%2011.8486L12.1328%2010.5225L10.5225%2012.1328L11.8486%2013.458C11.6404%2013.8177%2011.4701%2014.1968%2011.3564%2014.6133H9.5V16.8867H11.3564C11.4701%2017.3032%2011.6404%2017.6823%2011.8486%2018.042L10.5225%2019.3672L12.1328%2020.9775L13.458%2019.6514C13.8177%2019.8596%2014.1968%2020.0299%2014.6133%2020.1436V22H4.5C3.12488%2022%202%2020.875%202%2019.5V4.5C2%203.12503%203.12488%202%204.5%202H19.5ZM4.5%207H19.5V4.5H4.5V7Z'%20fill='%232A3546'/%3e%3cpath%20d='M22%2019.5C22%2020.8807%2020.8817%2022%2019.501%2022H16.8867V20.1436C17.3032%2020.0299%2017.6823%2019.8596%2018.042%2019.6514L19.3672%2020.9775L20.9775%2019.3672L19.6514%2018.042C19.8596%2017.6822%2020.0303%2017.3033%2020.125%2016.8867H22V19.5Z'%20fill='%232A3546'/%3e%3cpath%20d='M15.75%2013.4775C17%2013.4775%2018.0225%2014.5%2018.0225%2015.75C18.0225%2017%2017%2018.0225%2015.75%2018.0225C14.5%2018.0225%2013.4775%2017%2013.4775%2015.75C13.4775%2014.5%2014.5%2013.4775%2015.75%2013.4775Z'%20fill='%232A3546'/%3e%3c/svg%3e";
2
+ export {
3
+ e as default
4
+ };
@@ -0,0 +1,4 @@
1
+ const e = "data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14%200C15.0913%200%2016%200.908813%2016%202V10.0908H14.5C14.4243%209.75759%2014.2877%209.45479%2014.1211%209.16699L15.1816%208.10645L13.8936%206.81836L12.833%207.87891C12.5452%207.71229%2012.2424%207.57526%2011.9092%207.48438V6H10.0908V7.48438C9.75756%207.57526%209.45481%207.71229%209.16699%207.87891L8.10645%206.81836L6.81836%208.10645L7.87891%209.16699C7.71229%209.45481%207.57526%209.75756%207.48438%2010.0908H6V11.9092H7.48438C7.57526%2012.2424%207.71229%2012.5452%207.87891%2012.833L6.81836%2013.8936L8.10645%2015.1816L9.16699%2014.1211C9.45481%2014.2877%209.75756%2014.4247%2010.0908%2014.5156V16H2C0.899902%2016%200%2015.1%200%2014V2C0%200.900024%200.899902%200%202%200H14ZM2%204H14V2H2V4Z'%20fill='%232A3546'/%3e%3cpath%20d='M16%2014C16%2015.1045%2015.1055%2015.9999%2014.001%2016H11.9092V14.5156C12.2424%2014.4247%2012.5452%2014.2877%2012.833%2014.1211L13.8936%2015.1816L15.1816%2013.8936L14.1211%2012.833C14.2877%2012.5452%2014.4243%2012.2424%2014.5%2011.9092H16V14Z'%20fill='%232A3546'/%3e%3cpath%20d='M11%209.18164C12%209.18164%2012.8184%2010%2012.8184%2011C12.8184%2012%2012%2012.8184%2011%2012.8184C10%2012.8184%209.18164%2012%209.18164%2011C9.18164%2010%2010%209.18164%2011%209.18164Z'%20fill='%232A3546'/%3e%3c/svg%3e";
2
+ export {
3
+ e as default
4
+ };
@@ -0,0 +1,4 @@
1
+ const e = "data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M11.3%2022C11.2323%2022%2011.1639%2021.9902%2011.097%2021.9693C10.8016%2021.8778%2010.6%2021.6002%2010.6%2021.2857V14.143H5.69998C5.44168%2014.143%205.20435%2013.998%205.08265%2013.7656C4.96094%2013.5333%204.97457%2013.2516%205.11748%2013.0326L12.1174%202.31849C12.2882%202.05608%2012.6083%201.939%2012.9028%202.03117C13.1984%202.12218%2013.4%202.39987%2013.4%202.71458V9.8573H18.3C18.5583%209.8573%2018.7956%2010.0023%2018.9173%2010.2346C19.0391%2010.467%2019.0254%2010.7487%2018.8825%2010.9677L11.8825%2021.6818C11.7504%2021.8839%2011.5296%2022%2011.3%2022Z'%20fill='%232A3546'/%3e%3c/svg%3e";
2
+ export {
3
+ e as default
4
+ };
@@ -0,0 +1,4 @@
1
+ const e = "data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M14.5%207V8.25H9.5V7H14.5Z'%20fill='%232A3546'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M22%206.47876V19.5C22%2020.875%2020.875%2022%2019.5%2022H4.5C3.125%2022%202%2020.875%202%2019.5V4.5C2%203.125%203.125%202%204.5%202H17.5212L22%206.47876ZM7%2019.5H17V18.25H7V19.5ZM7%204.5V10.75H17V4.5H7Z'%20fill='%232A3546'/%3e%3c/svg%3e";
2
+ export {
3
+ e as default
4
+ };
@@ -0,0 +1,4 @@
1
+ const e = "data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M10%204V5H6V4H10Z'%20fill='%232A3546'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M16%203.58301V14C16%2015.1%2015.1%2016%2014%2016H2C0.9%2016%200%2015.1%200%2014V2C0%200.900001%200.9%200%202%200H12.417L16%203.58301ZM4%2014H12V13H4V14ZM4%202V7H12V2H4Z'%20fill='%232A3546'/%3e%3c/svg%3e";
2
+ export {
3
+ e as default
4
+ };
@@ -0,0 +1,4 @@
1
+ const e = "data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M10%2013V18H15L20%2013V19C20%2020.1046%2019.1046%2021%2018%2021H2C0.895431%2021%200%2020.1046%200%2019V12H11L10%2013Z'%20fill='%232A3546'/%3e%3cpath%20d='M21.0068%209L14%2016L12.1797%2015.8174L12%2014L19%207L21.0068%209Z'%20fill='%232A3546'/%3e%3cpath%20d='M14%209H0V7C0%205.89543%200.895431%205%202%205H18L14%209Z'%20fill='%232A3546'/%3e%3cpath%20d='M24%206L22%208L20%206L22%204L24%206Z'%20fill='%232A3546'/%3e%3c/svg%3e";
2
+ export {
3
+ e as default
4
+ };
@@ -0,0 +1,4 @@
1
+ const e = "data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M4%208.09668V12.9248H8.82812L15.7529%206H16V13C15.9999%2014.1045%2015.1045%2015%2014%2015H2C0.895512%2015%200.00013198%2014.1045%200%2013V6H6.09668L4%208.09668Z'%20fill='%232A3546'/%3e%3cpath%20d='M13.5664%201.42871C14.1213%200.857762%2015.0291%200.857762%2015.584%201.42871C16.1385%201.98284%2016.1386%202.87252%2015.584%203.44336L8.01758%2011H6V8.98535L13.5664%201.42871Z'%20fill='%232A3546'/%3e%3cpath%20d='M8.09766%204H0V3C0.000114991%201.89553%200.895501%201%202%201H11.0977L8.09766%204Z'%20fill='%232A3546'/%3e%3c/svg%3e";
2
+ export {
3
+ e as default
4
+ };
@@ -0,0 +1,4 @@
1
+ const e = "data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M16%2014C19.325%2014%2022%2016.675%2022%2020V22H2V20C2%2016.675%204.675%2014%208%2014H16Z'%20fill='%232A3546'/%3e%3cpath%20d='M12%202C14.75%202%2017%204.25%2017%207C17%209.75%2014.75%2012%2012%2012C9.25%2012%207%209.75%207%207C7%204.25%209.25%202%2012%202Z'%20fill='%232A3546'/%3e%3c/svg%3e";
2
+ export {
3
+ e as default
4
+ };
@@ -0,0 +1,4 @@
1
+ const e = "data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M12.5%209C14.4333%209%2016%2010.5667%2016%2012.5V16H0V12.5C5.15212e-07%2010.5667%201.56667%209%203.5%209H12.5Z'%20fill='%232A3546'/%3e%3cpath%20d='M8%200C10.2167%200%2012%201.78333%2012%204C12%206.21667%2010.2167%208%208%208C5.8%208%204%206.21667%204%204C4%201.78333%205.8%200%208%200Z'%20fill='%232A3546'/%3e%3c/svg%3e";
2
+ export {
3
+ e as default
4
+ };
@@ -1,6 +1,6 @@
1
1
  var t;
2
2
  (function(i) {
3
- i.hamburgerMenu = "hamburger-menu", i.search = "search", i.location = "location", i.calendar = "calendar", i.language = "language", i.check = "check", i.close = "close", i.warning = "warning", i.info = "info", i.help = "help", i.add = "add", i.save = "save", i.login = "login", i.user = "user", i.settings = "settings", i.settingsActive = "settings-active", i.link = "link", i.mail = "mail", i.phone = "phone", i.message = "message", i.attachment = "attachment", i.download = "download", i.upload = "upload", i.refresh = "refresh", i.filter = "filter", i.home = "home", i.homeActive = "home-active", i.business = "business", i.businessActive = "business-active", i.searchEngines = "search-engines", i.searchEnginesActive = "search-engines-active", i.google = "google", i.maps = "maps", i.prize = "prize", i.bulletList = "bullet-list", i.list = "list", i.socialMedia = "social-media", i.socialMediaActive = "social-media-active", i.gAds = "g-ads", i.gAdsActive = "g-ads-active", i.budget = "budget", i.lineChart = "line-chart", i.tools = "tools", i.barChart = "bar-chart", i.tasks = "tasks", i.news = "news", i.share = "share", i.edit = "edit", i.mobile = "mobile", i.browser = "browser", i.browserActive = "browser-active", i.manageProjects = "manage-projects", i.lock = "lock", i.lockOpen = "lock-open", i.notification = "notification", i.media = "media", i.trafic = "trafic", i.photo = "photo", i.clock = "clock", i.caretLeft = "caret-left", i.caretRight = "caret-right", i.caretUp = "caret-up", i.caretDown = "caret-down", i.end = "end", i.start = "start", i.arrowLeft = "arrow-left", i.arrowRight = "arrow-right", i.arrowUp = "arrow-up", i.arrowDown = "arrow-down", i.wizard = "wizard", i.document = "document", i.api = "api", i.visibility = "visibility", i.card = "card", i.visibilityOff = "visibility-off", i.kebabMenu = "kebab-menu", i.meatballsMenu = "meatballs-menu", i.remove = "remove", i.bing = "bing", i.instagram = "instagram", i.facebook = "facebook", i.twitter = "twitter", i.trash = "trash", i.exclamation = "exclamation", i.play = "play", i.tag = "tag", i.linkedin = "linkedin", i.youtube = "youtube", i.whatsapp = "whatsapp", i.bank = "bank", i.newTab = "new-tab", i.sepa = "sepa", i.pause = "pause", i.details = "details", i.qAnalysis = "q-analysis", i.duplicate = "duplicate", i.region = "region", i.connect = "connect", i.category = "category", i.slideV = "slide-v", i.slideH = "slide-h", i.image = "image", i.gmb = "gmb", i.star = "star", i.starActive = "star-active", i.text = "text", i.pinFilled = "pin-filled", i.cursor = "cursor", i.desktop = "desktop", i.directions = "directions", i.queriesBrand = "queries-brand", i.queriesDiscovery = "queries-discovery", i.queriesTarget = "queries-target", i.tablet = "tablet", i.question = "question", i.send = "send", i.emailAt = "email-at", i.shield = "shield", i.shieldActive = "shield-active", i.dash = "dash", i.low = "low", i.medium = "medium", i.high = "high", i.ai = "ai", i.aiReviews = "ai-reviews", i.audioMicrophone = "audio-microphone", i.audioSettings = "audio-settings", i.callTracking = "call-tracking", i.email = "email", i.fax = "fax", i.generate = "generate", i.minimize = "minimize", i.maximize = "maximize", i.messageBad = "message-bad", i.messageGood = "message-good", i.messageNeutral = "message-neutral", i.rewrite = "rewrite", i.sorting = "sorting", i.userRound = "user-round", i.rec = "rec", i.boost = "boost", i.post = "post", i.postsSeries = "posts-series", i.event = "event", i.like = "like";
3
+ i.hamburgerMenu = "hamburger-menu", i.search = "search", i.location = "location", i.calendar = "calendar", i.language = "language", i.check = "check", i.close = "close", i.warning = "warning", i.info = "info", i.help = "help", i.add = "add", i.save = "save", i.saveActive = "save-active", i.login = "login", i.user = "user", i.userActive = "user-active", i.settings = "settings", i.settingsActive = "settings-active", i.link = "link", i.mail = "mail", i.phone = "phone", i.message = "message", i.attachment = "attachment", i.download = "download", i.upload = "upload", i.refresh = "refresh", i.filter = "filter", i.home = "home", i.homeActive = "home-active", i.business = "business", i.businessActive = "business-active", i.searchEngines = "search-engines", i.searchEnginesActive = "search-engines-active", i.google = "google", i.maps = "maps", i.prize = "prize", i.bulletList = "bullet-list", i.list = "list", i.listActive = "list-active", i.socialMedia = "social-media", i.socialMediaActive = "social-media-active", i.gAds = "g-ads", i.gAdsActive = "g-ads-active", i.budget = "budget", i.lineChart = "line-chart", i.tools = "tools", i.barChart = "bar-chart", i.tasks = "tasks", i.news = "news", i.share = "share", i.edit = "edit", i.mobile = "mobile", i.browser = "browser", i.browserActive = "browser-active", i.manageProjects = "manage-projects", i.manageProjectsActive = "manage-projects-active", i.lock = "lock", i.lockOpen = "lock-open", i.notification = "notification", i.media = "media", i.trafic = "trafic", i.photo = "photo", i.clock = "clock", i.caretLeft = "caret-left", i.caretRight = "caret-right", i.caretUp = "caret-up", i.caretDown = "caret-down", i.end = "end", i.start = "start", i.arrowLeft = "arrow-left", i.arrowRight = "arrow-right", i.arrowUp = "arrow-up", i.arrowDown = "arrow-down", i.wizard = "wizard", i.document = "document", i.documentActive = "document-active", i.api = "api", i.visibility = "visibility", i.card = "card", i.visibilityOff = "visibility-off", i.kebabMenu = "kebab-menu", i.meatballsMenu = "meatballs-menu", i.remove = "remove", i.bing = "bing", i.instagram = "instagram", i.facebook = "facebook", i.twitter = "twitter", i.trash = "trash", i.exclamation = "exclamation", i.play = "play", i.tag = "tag", i.linkedin = "linkedin", i.youtube = "youtube", i.whatsapp = "whatsapp", i.bank = "bank", i.newTab = "new-tab", i.sepa = "sepa", i.sepaActive = "sepa-active", i.pause = "pause", i.details = "details", i.qAnalysis = "q-analysis", i.duplicate = "duplicate", i.region = "region", i.connect = "connect", i.category = "category", i.slideV = "slide-v", i.slideH = "slide-h", i.image = "image", i.gmb = "gmb", i.star = "star", i.starActive = "star-active", i.text = "text", i.pinFilled = "pin-filled", i.cursor = "cursor", i.desktop = "desktop", i.directions = "directions", i.queriesBrand = "queries-brand", i.queriesDiscovery = "queries-discovery", i.queriesTarget = "queries-target", i.tablet = "tablet", i.question = "question", i.send = "send", i.emailAt = "email-at", i.shield = "shield", i.shieldActive = "shield-active", i.dash = "dash", i.low = "low", i.medium = "medium", i.high = "high", i.ai = "ai", i.aiReviews = "ai-reviews", i.audioMicrophone = "audio-microphone", i.audioSettings = "audio-settings", i.callTracking = "call-tracking", i.email = "email", i.fax = "fax", i.generate = "generate", i.minimize = "minimize", i.maximize = "maximize", i.messageBad = "message-bad", i.messageGood = "message-good", i.messageNeutral = "message-neutral", i.rewrite = "rewrite", i.sorting = "sorting", i.userRound = "user-round", i.rec = "rec", i.boost = "boost", i.post = "post", i.postsSeries = "posts-series", i.event = "event", i.like = "like";
4
4
  })(t || (t = {}));
5
5
  Object.values(t);
6
6
  export {
@@ -1,4 +1,4 @@
1
- import { __exports as p } from "./index-_virtual76.js";
1
+ import { __exports as p } from "./index-_virtual69.js";
2
2
  import E from "react";
3
3
  import { __require as W } from "./index-prop-types.js";
4
4
  var R;