@courtneyring/components-library 1.0.32 → 1.0.34

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/AccordionItem-BnGlD8YU.js +40 -0
  2. package/dist/assets/AccordionItem.css +1 -1
  3. package/dist/assets/Background.css +1 -1
  4. package/dist/assets/Banner.css +1 -1
  5. package/dist/assets/Button.css +1 -1
  6. package/dist/assets/Container.css +1 -1
  7. package/dist/assets/Fifty.css +1 -1
  8. package/dist/assets/Footer.css +1 -1
  9. package/dist/assets/GenericOverlay.css +1 -1
  10. package/dist/assets/IconDetail.css +1 -1
  11. package/dist/assets/ImageTextBlock.css +1 -1
  12. package/dist/assets/List.css +1 -1
  13. package/dist/assets/Navbar.css +1 -1
  14. package/dist/assets/Note.css +1 -1
  15. package/dist/assets/OverlayHero.css +1 -1
  16. package/dist/assets/PageContainer.css +1 -1
  17. package/dist/assets/PinnedImage.css +1 -1
  18. package/dist/assets/PromoGroup.css +1 -1
  19. package/dist/assets/Schedule.css +1 -1
  20. package/dist/assets/TextBlock.css +1 -1
  21. package/dist/assets/Toolbar.css +1 -1
  22. package/dist/components/Accordion/Accordion.js +1 -1
  23. package/dist/components/Accordion/AccordionItem.js +1 -1
  24. package/dist/components/Background/Background.js +8 -8
  25. package/dist/components/Banner/Banner.js +13 -13
  26. package/dist/components/Button/Button.js +20 -20
  27. package/dist/components/Container/Container.js +24 -24
  28. package/dist/components/Fifty/Fifty.js +16 -16
  29. package/dist/components/Footer/Footer.js +6 -6
  30. package/dist/components/GenericOverlay/GenericOverlay.js +14 -14
  31. package/dist/components/IconDetail/IconDetail.js +8 -8
  32. package/dist/components/ImageTextBlock/ImageTextBlock.js +22 -22
  33. package/dist/components/List/List.js +12 -12
  34. package/dist/components/Navbar/Navbar.js +31 -31
  35. package/dist/components/Note/Note.js +11 -11
  36. package/dist/components/OverlayHero/OverlayHero.js +21 -21
  37. package/dist/components/PageContainer/PageContainer.js +6 -6
  38. package/dist/components/PinnedImage/PinnedImage.js +23 -23
  39. package/dist/components/PromoGroup/PromoGroup.js +37 -37
  40. package/dist/components/Schedule/Schedule.js +8 -8
  41. package/dist/components/Spacer/Spacer.js +3 -3
  42. package/dist/components/TextBlock/TextBlock.js +17 -17
  43. package/dist/components/Toolbar/Toolbar.js +29 -23
  44. package/package.json +1 -1
  45. package/src/styles/_fonts.scss +48 -94
  46. package/src/styles/_sizes.scss +1 -1
  47. package/dist/AccordionItem-CDN4L4a7.js +0 -40
  48. package/dist/hooks/useActiveSection 4.js +0 -27
  49. package/dist/hooks/useFadeIn 4.js +0 -52
  50. package/dist/hooks/useImageReveal 4.js +0 -55
  51. package/dist/hooks/useNavColor 4.js +0 -15
  52. package/dist/hooks/useRepeatable 4.js +0 -32
  53. package/dist/hooks/useResize 4.js +0 -23
  54. package/dist/hooks/useResponsive 4.js +0 -15
  55. package/dist/hooks/useReveal 4.js +0 -38
  56. package/dist/hooks/useStagger 4.js +0 -43
  57. package/dist/index 2.js +0 -50
  58. package/dist/index-BmTo-IS6 4.js +0 -2018
  59. package/dist/index-K0WrPJ_C 4.js +0 -29
  60. package/dist/index.modern-DPbS1w7M 4.js +0 -1443
  61. /package/dist/{index-B2JRaoNz 4.js → index-B2JRaoNz 2.js} +0 -0
  62. /package/dist/{index-DyQs5aC7 4.js → index-DyQs5aC7 3.js} +0 -0
  63. /package/dist/presets/{animations 4.js → animations 3.js} +0 -0
  64. /package/dist/utils/{breakpoints 4.js → breakpoints 3.js} +0 -0
  65. /package/dist/utils/{gsapSetup 4.js → gsapSetup 3.js} +0 -0
  66. /package/dist/utils/{parse 4.js → parse 3.js} +0 -0
@@ -1,27 +0,0 @@
1
- import { useState as s, useEffect as l } from "react";
2
- function a() {
3
- const [o, r] = s < string | null > null;
4
- return l(() => {
5
- const c = Array.from(
6
- document.querySelectorAll < HTMLElement > '[id^="section-"]'
7
- ), t = new IntersectionObserver(
8
- (e) => {
9
- e.forEach((n) => {
10
- if (n.isIntersecting) {
11
- const i = n.target.id.replace("section-", "");
12
- r(i);
13
- }
14
- });
15
- },
16
- {
17
- root: null,
18
- rootMargin: "-40% 0px -40% 0px",
19
- threshold: 0
20
- }
21
- );
22
- return c.forEach((e) => t.observe(e)), () => t.disconnect();
23
- }, []), o;
24
- }
25
- export {
26
- a as useActiveSection
27
- };
@@ -1,52 +0,0 @@
1
- import { useRef as f } from "react";
2
- import { g as s } from "../index-BmTo-IS6.js";
3
- import { S as g } from "../ScrollTrigger-6HnikosL.js";
4
- import { u as m } from "../index-K0WrPJ_C.js";
5
- s.registerPlugin(g);
6
- function b({
7
- direction: u = "none",
8
- // 'up' | 'down' | 'left' | 'right' | 'none'
9
- distance: t = 40,
10
- duration: c = 0.8,
11
- delay: i = 0,
12
- ease: n = "power2.out",
13
- start: a = "top 85%",
14
- once: p = !0
15
- } = {}) {
16
- const r = f(null);
17
- return m(
18
- () => {
19
- if (!r.current) return;
20
- const e = { opacity: 0 }, o = {
21
- opacity: 1,
22
- duration: c,
23
- delay: i,
24
- ease: n,
25
- scrollTrigger: {
26
- trigger: r.current,
27
- start: a,
28
- once: p
29
- }
30
- };
31
- switch (u) {
32
- case "up":
33
- e.y = t, o.y = 0;
34
- break;
35
- case "down":
36
- e.y = -t, o.y = 0;
37
- break;
38
- case "left":
39
- e.x = t, o.x = 0;
40
- break;
41
- case "right":
42
- e.x = -t, o.x = 0;
43
- break;
44
- }
45
- s.fromTo(r.current, e, o);
46
- },
47
- { scope: r }
48
- ), r;
49
- }
50
- export {
51
- b as useFadeIn
52
- };
@@ -1,55 +0,0 @@
1
- import { useRef as d, useEffect as g } from "react";
2
- import { g as r } from "../index-BmTo-IS6.js";
3
- import { S as n } from "../ScrollTrigger-6HnikosL.js";
4
- function T(s = {}) {
5
- const t = d(null);
6
- return g(() => {
7
- const o = t.current;
8
- if (!o) return;
9
- const {
10
- start: i = "top 85%",
11
- once: c = !0,
12
- duration: a = 2,
13
- ease: l = "power2.out",
14
- color: u = "#ffffff"
15
- } = s, f = window.matchMedia(
16
- "(prefers-reduced-motion: reduce)"
17
- ).matches, e = document.createElement("div");
18
- e.style.cssText = `
19
- position: absolute;
20
- inset: 0;
21
- background: ${u};
22
- z-index: 1;
23
- pointer-events: none;
24
- `, o.style.position = "relative", o.appendChild(e);
25
- const m = r.context(() => {
26
- if (f) {
27
- e.remove();
28
- return;
29
- }
30
- r.fromTo(
31
- e,
32
- { opacity: 1 },
33
- {
34
- opacity: 0,
35
- duration: a,
36
- ease: l,
37
- scrollTrigger: {
38
- trigger: o,
39
- start: i,
40
- toggleActions: c ? "play none none none" : "play none none reverse"
41
- },
42
- onComplete: () => e.remove()
43
- }
44
- );
45
- });
46
- window.addEventListener("load", () => n.refresh());
47
- const p = setTimeout(() => n.refresh(), 500);
48
- return () => {
49
- m.revert(), e.remove(), clearTimeout(p);
50
- };
51
- }, []), t;
52
- }
53
- export {
54
- T as useImageReveal
55
- };
@@ -1,15 +0,0 @@
1
- import { useState as e, useEffect as n } from "react";
2
- let o = null;
3
- function a(t = "color-neutral-light") {
4
- const [r, l] = e(t);
5
- return n(() => (o = l, () => {
6
- o === l && (o = null);
7
- }), []), [r, l];
8
- }
9
- function f(t) {
10
- o && o(t);
11
- }
12
- export {
13
- f as notifyNavColor,
14
- a as useNavColor
15
- };
@@ -1,32 +0,0 @@
1
- import { useState as k, useEffect as j } from "react";
2
- const L = ({ componentType: o, copy: l, length: a }) => {
3
- const [f, i] = k([]), b = {
4
- promo: {
5
- header: "Header",
6
- body: "Body",
7
- linkUrl: "LinkUrl",
8
- linkLabel: "LinkLabel",
9
- icon: "Icon"
10
- },
11
- textBlock: {
12
- title: "Title",
13
- body: "Body"
14
- }
15
- }, n = ({ componentType: e, copy: t, i: r }) => {
16
- let u = b[`${e}`], s = {};
17
- for (let [d, c] of Object.entries(u))
18
- s[d] = t[`${e}${c}${r + 1}`];
19
- return s;
20
- };
21
- return j(() => {
22
- let e = [];
23
- for (let t = 0; t < a; t++) {
24
- let r = n({ componentType: o, copy: l, i: t });
25
- e.push(r);
26
- }
27
- i(e);
28
- }, [o, l, a]), f;
29
- };
30
- export {
31
- L as default
32
- };
@@ -1,23 +0,0 @@
1
- import { useState as t, useEffect as r } from "react";
2
- const s = () => {
3
- const [i, e] = t({
4
- innerWidth: void 0,
5
- innerHeight: void 0
6
- });
7
- return r(() => {
8
- e({
9
- innerWidth: window.innerWidth,
10
- innerHeight: window.innerHeight
11
- });
12
- const n = () => {
13
- e({
14
- innerWidth: window.innerWidth,
15
- innerHeight: window.innerHeight
16
- });
17
- };
18
- return window.addEventListener("resize", n), () => window.removeEventListener("resize", n);
19
- }, []), i;
20
- };
21
- export {
22
- s as default
23
- };
@@ -1,15 +0,0 @@
1
- import { useState as u, useEffect as f } from "react";
2
- import c from "./useResize.js";
3
- const a = (s) => {
4
- const [e, o] = u(!1), r = c(), { innerWidth: t, innerHeight: i } = r;
5
- return f(() => {
6
- const n = s({
7
- innerWidth: t,
8
- innerHeight: i
9
- });
10
- n !== e && o(n);
11
- }, [e, t, i, s]), e;
12
- };
13
- export {
14
- a as default
15
- };
@@ -1,38 +0,0 @@
1
- import { useRef as g, useEffect as d } from "react";
2
- import { g as r } from "../index-BmTo-IS6.js";
3
- import { S as s } from "../ScrollTrigger-6HnikosL.js";
4
- function h(o = {}) {
5
- const t = g(null);
6
- return d(() => {
7
- const e = t.current;
8
- if (!e) return;
9
- const {
10
- from: c = { opacity: 0, y: 30 },
11
- to: n = { opacity: 1, y: 0, duration: 0.6, ease: "power2.out" },
12
- start: i = "top 85%",
13
- once: f = !0,
14
- delay: a = 0
15
- } = o, l = window.matchMedia(
16
- "(prefers-reduced-motion: reduce)"
17
- ).matches, u = r.context(() => {
18
- if (l) {
19
- r.set(e, n);
20
- return;
21
- }
22
- r.fromTo(e, c, {
23
- ...n,
24
- delay: a,
25
- scrollTrigger: {
26
- trigger: o.trigger ?? e,
27
- start: i,
28
- toggleActions: f ? "play none none none" : "play none none reverse",
29
- onEnter: () => console.log("ScrollTrigger fired for:", e)
30
- }
31
- });
32
- });
33
- return window.addEventListener("load", () => s.refresh()), setTimeout(() => s.refresh(), 500), () => u.revert();
34
- }, []), t;
35
- }
36
- export {
37
- h as useReveal
38
- };
@@ -1,43 +0,0 @@
1
- import { useRef as g, useEffect as l } from "react";
2
- import { g as e } from "../index-BmTo-IS6.js";
3
- function y(c, i = {}, n = {}, r = !0) {
4
- const o = g(null);
5
- return l(() => {
6
- if (!r) return;
7
- const t = o.current;
8
- if (!t) return;
9
- const u = window.matchMedia(
10
- "(prefers-reduced-motion: reduce)"
11
- ).matches, { scrollTrigger: a, ...f } = n, p = e.context(() => {
12
- const s = e.utils.toArray(c, t);
13
- if (u) {
14
- e.set(s, { opacity: 1, y: 0, scale: 1 });
15
- return;
16
- }
17
- e.fromTo(
18
- s,
19
- { opacity: 0, y: 20, scale: 0.98, ...i },
20
- {
21
- opacity: 1,
22
- y: 0,
23
- scale: 1,
24
- stagger: 0.1,
25
- duration: 0.5,
26
- ease: "power2.out",
27
- ...f,
28
- scrollTrigger: {
29
- trigger: t,
30
- // ← always keep el as trigger
31
- start: "top 85%",
32
- ...a
33
- // ← merge in start/other overrides on top
34
- }
35
- }
36
- );
37
- }, t);
38
- return () => p.revert();
39
- }, [r]), o;
40
- }
41
- export {
42
- y as useStagger
43
- };
package/dist/index 2.js DELETED
@@ -1,50 +0,0 @@
1
- import { default as r } from "./components/PromoGroup/PromoGroup.js";
2
- import { default as t } from "./components/Background/Background.js";
3
- import { default as l } from "./components/Banner/Banner.js";
4
- import { default as d } from "./components/Button/Button.js";
5
- import { default as p } from "./components/Container/Container.js";
6
- import { default as s } from "./components/Fifty/Fifty.js";
7
- import { default as c } from "./components/Footer/Footer.js";
8
- import { default as B } from "./components/ImageTextBlock/ImageTextBlock.js";
9
- import { default as y } from "./components/OverlayHero/OverlayHero.js";
10
- import { default as g } from "./components/Note/Note.js";
11
- import { default as F } from "./components/MenuButton/MenuButton.js";
12
- import { default as S } from "./components/Navbar/Navbar.js";
13
- import { default as C } from "./components/IconDetail/IconDetail.js";
14
- import { default as H } from "./components/Overlay/Overlay.js";
15
- import { default as M } from "./components/GenericOverlay/GenericOverlay.js";
16
- import { default as P } from "./components/Toolbar/Toolbar.js";
17
- import { default as w } from "./components/TextBlock/TextBlock.js";
18
- import { default as D } from "./components/RSVPEmbed/RSVPEmbed.js";
19
- import { default as R } from "./components/Accordion/Accordion.js";
20
- import { default as W } from "./components/Schedule/Schedule.js";
21
- import { default as q } from "./components/Countdown/Countdown.js";
22
- import { default as J } from "./components/FloatingWordsHero/FloatingWordsHero.js";
23
- import { default as L } from "./components/Map/Map.js";
24
- import { default as U } from "./components/Spacer/Spacer.js";
25
- export {
26
- R as Accordion,
27
- t as Background,
28
- l as Banner,
29
- d as Button,
30
- p as Container,
31
- q as Countdown,
32
- s as Fifty,
33
- J as FloatingWordsHero,
34
- c as Footer,
35
- M as GenericOverlay,
36
- C as IconDetail,
37
- B as ImageTextBlock,
38
- L as Map,
39
- F as MenuButton,
40
- S as Navbar,
41
- g as Note,
42
- H as Overlay,
43
- y as OverlayHero,
44
- r as PromoGroup,
45
- D as RSVPEmbed,
46
- W as Schedule,
47
- U as Spacer,
48
- w as TextBlock,
49
- P as Toolbar
50
- };