@tarsis/toolkit 0.5.1 → 0.5.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,11 +1,10 @@
1
1
  'use strict';
2
2
 
3
- const useWindowReady = require('./useWindowReady-CESjx5iD.cjs');
4
- const svg$q = require('./svg-Bi5ULzxB.cjs');
3
+ const useWindowReady = require('./useWindowReady-Il0Ibn7I.cjs');
4
+ const svg$q = require('./svg-BT_esDTZ.cjs');
5
5
  const jsxRuntime = require('react/jsx-runtime');
6
6
  const React = require('react');
7
7
  const ReactDOM = require('react-dom');
8
- const server = require('./server.cjs');
9
8
 
10
9
  function _interopNamespaceDefault(e) {
11
10
  const n = Object.create(null, { [Symbol.toStringTag]: { value: 'Module' } });
@@ -27,127 +26,7 @@ function _interopNamespaceDefault(e) {
27
26
  const React__namespace = /*#__PURE__*/_interopNamespaceDefault(React);
28
27
  const ReactDOM__namespace = /*#__PURE__*/_interopNamespaceDefault(ReactDOM);
29
28
 
30
- var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
31
-
32
- function getDefaultExportFromCjs (x) {
33
- return x && x.__esModule && Object.prototype.hasOwnProperty.call(x, 'default') ? x['default'] : x;
34
- }
35
-
36
- function getAugmentedNamespace(n) {
37
- if (Object.prototype.hasOwnProperty.call(n, '__esModule')) return n;
38
- var f = n.default;
39
- if (typeof f == "function") {
40
- var a = function a () {
41
- var isInstance = false;
42
- try {
43
- isInstance = this instanceof a;
44
- } catch {}
45
- if (isInstance) {
46
- return Reflect.construct(f, arguments, this.constructor);
47
- }
48
- return f.apply(this, arguments);
49
- };
50
- a.prototype = f.prototype;
51
- } else a = {};
52
- Object.defineProperty(a, '__esModule', {value: true});
53
- Object.keys(n).forEach(function (k) {
54
- var d = Object.getOwnPropertyDescriptor(n, k);
55
- Object.defineProperty(a, k, d.get ? d : {
56
- enumerable: true,
57
- get: function () {
58
- return n[k];
59
- }
60
- });
61
- });
62
- return a;
63
- }
64
-
65
- var classnames = {exports: {}};
66
-
67
- /*!
68
- Copyright (c) 2018 Jed Watson.
69
- Licensed under the MIT License (MIT), see
70
- http://jedwatson.github.io/classnames
71
- */
72
-
73
- var hasRequiredClassnames;
74
-
75
- function requireClassnames () {
76
- if (hasRequiredClassnames) return classnames.exports;
77
- hasRequiredClassnames = 1;
78
- (function (module) {
79
- /* global define */
80
-
81
- (function () {
82
-
83
- var hasOwn = {}.hasOwnProperty;
84
-
85
- function classNames () {
86
- var classes = '';
87
-
88
- for (var i = 0; i < arguments.length; i++) {
89
- var arg = arguments[i];
90
- if (arg) {
91
- classes = appendClass(classes, parseValue(arg));
92
- }
93
- }
94
-
95
- return classes;
96
- }
97
-
98
- function parseValue (arg) {
99
- if (typeof arg === 'string' || typeof arg === 'number') {
100
- return arg;
101
- }
102
-
103
- if (typeof arg !== 'object') {
104
- return '';
105
- }
106
-
107
- if (Array.isArray(arg)) {
108
- return classNames.apply(null, arg);
109
- }
110
-
111
- if (arg.toString !== Object.prototype.toString && !arg.toString.toString().includes('[native code]')) {
112
- return arg.toString();
113
- }
114
-
115
- var classes = '';
116
-
117
- for (var key in arg) {
118
- if (hasOwn.call(arg, key) && arg[key]) {
119
- classes = appendClass(classes, key);
120
- }
121
- }
122
-
123
- return classes;
124
- }
125
-
126
- function appendClass (value, newClass) {
127
- if (!newClass) {
128
- return value;
129
- }
130
-
131
- if (value) {
132
- return value + ' ' + newClass;
133
- }
134
-
135
- return value + newClass;
136
- }
137
-
138
- if (module.exports) {
139
- classNames.default = classNames;
140
- module.exports = classNames;
141
- } else {
142
- window.classNames = classNames;
143
- }
144
- }());
145
- } (classnames));
146
- return classnames.exports;
147
- }
148
-
149
- var classnamesExports = requireClassnames();
150
- const cn = /*@__PURE__*/getDefaultExportFromCjs(classnamesExports);
29
+ function r$1(e){var t,f,n="";if("string"==typeof e||"number"==typeof e)n+=e;else if("object"==typeof e)if(Array.isArray(e)){var o=e.length;for(t=0;t<o;t++)e[t]&&(f=r$1(e[t]))&&(n&&(n+=" "),n+=f);}else for(f in e)e[f]&&(n&&(n+=" "),n+=f);return n}function clsx(){for(var e,t,f=0,n="",o=arguments.length;f<o;f++)(e=arguments[f])&&(t=r$1(e))&&(n&&(n+=" "),n+=t);return n}
151
30
 
152
31
  const root$4v = "_root_1k8u7_1";
153
32
  const isExpanded = "_isExpanded_1k8u7_9";
@@ -173,7 +52,7 @@ const Expand = ({ isExpanded, children, className = "" }) => {
173
52
  "div",
174
53
  {
175
54
  ref,
176
- className: cn(styles$4T.root, className, {
55
+ className: clsx(styles$4T.root, className, {
177
56
  [styles$4T.isExpanded]: isExpanded
178
57
  }),
179
58
  "aria-hidden": !isExpanded,
@@ -238,7 +117,7 @@ const GridAccordion = () => {
238
117
  ]
239
118
  }
240
119
  ),
241
- /* @__PURE__ */ jsxRuntime.jsx("div", { className: cn(styles$4S.content, { [styles$4S.expanded]: expanded }), children: /* @__PURE__ */ jsxRuntime.jsx("div", { className: styles$4S.textWrapper, children: /* @__PURE__ */ jsxRuntime.jsx("div", { className: styles$4S.text, children: "Lorem ipsum dolor sit amet consectetur adipisicing elit. Nulla necessitatibus iusto laborum autem placeat aspernatur inventore eius deleniti reprehenderit? Numquam commodi totam mollitia quod iure quibusdam corrupti eos quos perspiciatis?" }) }) })
120
+ /* @__PURE__ */ jsxRuntime.jsx("div", { className: clsx(styles$4S.content, { [styles$4S.expanded]: expanded }), children: /* @__PURE__ */ jsxRuntime.jsx("div", { className: styles$4S.textWrapper, children: /* @__PURE__ */ jsxRuntime.jsx("div", { className: styles$4S.text, children: "Lorem ipsum dolor sit amet consectetur adipisicing elit. Nulla necessitatibus iusto laborum autem placeat aspernatur inventore eius deleniti reprehenderit? Numquam commodi totam mollitia quod iure quibusdam corrupti eos quos perspiciatis?" }) }) })
242
121
  ] });
243
122
  };
244
123
 
@@ -254,7 +133,7 @@ const styles$4R = {
254
133
  const BackgroundCircles = () => {
255
134
  return /* @__PURE__ */ jsxRuntime.jsxs("div", { className: styles$4R.root, children: [
256
135
  /* @__PURE__ */ jsxRuntime.jsx("circle", { className: styles$4R.circle }),
257
- /* @__PURE__ */ jsxRuntime.jsx("circle", { className: cn(styles$4R.circle, styles$4R.reverse) }),
136
+ /* @__PURE__ */ jsxRuntime.jsx("circle", { className: clsx(styles$4R.circle, styles$4R.reverse) }),
258
137
  /* @__PURE__ */ jsxRuntime.jsx("circle", { className: styles$4R.circle })
259
138
  ] });
260
139
  };
@@ -288,7 +167,7 @@ const styles$4P = {
288
167
 
289
168
  const RaysBackground = () => {
290
169
  const [checked, setChecked] = React.useState(false);
291
- return /* @__PURE__ */ jsxRuntime.jsxs("section", { className: cn(styles$4P.root, { [styles$4P.checked]: checked }), children: [
170
+ return /* @__PURE__ */ jsxRuntime.jsxs("section", { className: clsx(styles$4P.root, { [styles$4P.checked]: checked }), children: [
292
171
  /* @__PURE__ */ jsxRuntime.jsx("div", { className: styles$4P.hero }),
293
172
  /* @__PURE__ */ jsxRuntime.jsxs("div", { className: styles$4P.content, children: [
294
173
  /* @__PURE__ */ jsxRuntime.jsx("h1", { className: styles$4P.h1ScalingSize, "data-text": "An awesome title", children: "An awesome title" }),
@@ -320,7 +199,7 @@ const Texture$1 = ({ className = "" }) => {
320
199
  return /* @__PURE__ */ jsxRuntime.jsx(
321
200
  "img",
322
201
  {
323
- className: cn(styles$4O.root, className),
202
+ className: clsx(styles$4O.root, className),
324
203
  src: textureImage,
325
204
  alt: "",
326
205
  "aria-hidden": true,
@@ -51894,7 +51773,7 @@ const ActivateButton = () => {
51894
51773
  return /* @__PURE__ */ jsxRuntime.jsx("div", { className: styles$4M.root, children: /* @__PURE__ */ jsxRuntime.jsxs(
51895
51774
  "button",
51896
51775
  {
51897
- className: cn(styles$4M.btn, {
51776
+ className: clsx(styles$4M.btn, {
51898
51777
  [styles$4M.activate]: state === "ACTIVATE" /* ACTIVATE */,
51899
51778
  [styles$4M.waiting]: state === "ACTIVATING" /* ACTIVATING */,
51900
51779
  [styles$4M.activated]: state === "ACTIVATED" /* ACTIVATED */
@@ -52078,7 +51957,7 @@ const AirplaneAnimation = () => {
52078
51957
  "label",
52079
51958
  {
52080
51959
  ref: rootRef,
52081
- className: cn(styles$4L.root, { [styles$4L.indeterminate]: indeterminate }),
51960
+ className: clsx(styles$4L.root, { [styles$4L.indeterminate]: indeterminate }),
52082
51961
  children: [
52083
51962
  /* @__PURE__ */ jsxRuntime.jsx("input", { className: styles$4L.input, type: "checkbox", onChange: emitSmoke }),
52084
51963
  /* @__PURE__ */ jsxRuntime.jsx("span", { className: styles$4L.sr, children: "Airplane Mode" }),
@@ -52110,7 +51989,7 @@ const AnimatedHoverButton = ({
52110
51989
  className = "",
52111
51990
  ...rest
52112
51991
  }) => {
52113
- return /* @__PURE__ */ jsxRuntime.jsxs("button", { type: "button", ...rest, className: cn(styles$4K.root, className), children: [
51992
+ return /* @__PURE__ */ jsxRuntime.jsxs("button", { type: "button", ...rest, className: clsx(styles$4K.root, className), children: [
52114
51993
  /* @__PURE__ */ jsxRuntime.jsx("div", { className: styles$4K.absolute }),
52115
51994
  /* @__PURE__ */ jsxRuntime.jsx("div", { className: styles$4K.relative, children: /* @__PURE__ */ jsxRuntime.jsx("div", { className: styles$4K.content, children }) })
52116
51995
  ] });
@@ -52228,11 +52107,11 @@ const BubblyParticlesButton = () => {
52228
52107
  );
52229
52108
  };
52230
52109
 
52231
- const root$4i = "_root_rx43i_1";
52232
- const button$o = "_button_rx43i_13";
52233
- const p$1 = "_p_rx43i_26";
52234
- const text$z = "_text_rx43i_26";
52235
- const effects = "_effects_rx43i_240";
52110
+ const root$4i = "_root_yhweb_1";
52111
+ const button$o = "_button_yhweb_13";
52112
+ const p$1 = "_p_yhweb_26";
52113
+ const text$z = "_text_yhweb_26";
52114
+ const effects = "_effects_yhweb_240";
52236
52115
  const styles$4G = {
52237
52116
  root: root$4i,
52238
52117
  button: button$o,
@@ -52282,7 +52161,7 @@ const ButtonHoverFill = () => {
52282
52161
  return /* @__PURE__ */ jsxRuntime.jsxs(
52283
52162
  "button",
52284
52163
  {
52285
- className: cn(styles$4F.root, { [styles$4F.full]: isFull }),
52164
+ className: clsx(styles$4F.root, { [styles$4F.full]: isFull }),
52286
52165
  onClick: () => setIsFull((state) => !state),
52287
52166
  children: [
52288
52167
  /* @__PURE__ */ jsxRuntime.jsx("span", { className: styles$4F.icon, children: /* @__PURE__ */ jsxRuntime.jsxs(
@@ -52341,7 +52220,7 @@ const styles$4D = {
52341
52220
  };
52342
52221
 
52343
52222
  const ButtonWithDot = () => {
52344
- return /* @__PURE__ */ jsxRuntime.jsxs("button", { className: cn(styles$4D.root, styles$4D.withDot), children: [
52223
+ return /* @__PURE__ */ jsxRuntime.jsxs("button", { className: clsx(styles$4D.root, styles$4D.withDot), children: [
52345
52224
  /* @__PURE__ */ jsxRuntime.jsx("span", { className: styles$4D.dot }),
52346
52225
  /* @__PURE__ */ jsxRuntime.jsx("span", { className: styles$4D.text, children: "Dotted button" })
52347
52226
  ] });
@@ -58883,11 +58762,11 @@ const ColorfulButtons = () => {
58883
58762
  return /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
58884
58763
  /* @__PURE__ */ jsxRuntime.jsxs("div", { className: styles$4A.grid, children: [
58885
58764
  /* @__PURE__ */ jsxRuntime.jsx("button", { className: styles$4A.button, children: /* @__PURE__ */ jsxRuntime.jsx(Wrapper, { title: "Primary" }) }),
58886
- /* @__PURE__ */ jsxRuntime.jsx("button", { className: cn(styles$4A.button, styles$4A.dark), children: /* @__PURE__ */ jsxRuntime.jsx(Wrapper, { title: "Dark" }) })
58765
+ /* @__PURE__ */ jsxRuntime.jsx("button", { className: clsx(styles$4A.button, styles$4A.dark), children: /* @__PURE__ */ jsxRuntime.jsx(Wrapper, { title: "Dark" }) })
58887
58766
  ] }),
58888
58767
  /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "grid", children: [
58889
- /* @__PURE__ */ jsxRuntime.jsx("button", { className: cn(styles$4A.button, styles$4A.secondary), children: /* @__PURE__ */ jsxRuntime.jsx(Wrapper, { title: "Secondary" }) }),
58890
- /* @__PURE__ */ jsxRuntime.jsx("button", { className: cn(styles$4A.button, styles$4A.light), children: /* @__PURE__ */ jsxRuntime.jsx(Wrapper, { title: "Light" }) })
58768
+ /* @__PURE__ */ jsxRuntime.jsx("button", { className: clsx(styles$4A.button, styles$4A.secondary), children: /* @__PURE__ */ jsxRuntime.jsx(Wrapper, { title: "Secondary" }) }),
58769
+ /* @__PURE__ */ jsxRuntime.jsx("button", { className: clsx(styles$4A.button, styles$4A.light), children: /* @__PURE__ */ jsxRuntime.jsx(Wrapper, { title: "Light" }) })
58891
58770
  ] })
58892
58771
  ] });
58893
58772
  };
@@ -58898,7 +58777,7 @@ function Wrapper({ title }) {
58898
58777
  () => Array.from({ length: 12 }, (_, i) => /* @__PURE__ */ jsxRuntime.jsx(
58899
58778
  "div",
58900
58779
  {
58901
- className: cn(styles$4A.circle, styles$4A[`circle${i + 1}`])
58780
+ className: clsx(styles$4A.circle, styles$4A[`circle${i + 1}`])
58902
58781
  },
58903
58782
  i
58904
58783
  )).reverse(),
@@ -60127,6 +60006,205 @@ function asNumber$1(v) {
60127
60006
  return typeof v === "number" ? v : parseFloat(v);
60128
60007
  }
60129
60008
 
60009
+ /**
60010
+ * Taken from https://github.com/radix-ui/primitives/blob/main/packages/react/compose-refs/src/compose-refs.tsx
60011
+ */
60012
+ /**
60013
+ * Set a given ref to a given value
60014
+ * This utility takes care of different types of refs: callback refs and RefObject(s)
60015
+ */
60016
+ function setRef(ref, value) {
60017
+ if (typeof ref === "function") {
60018
+ return ref(value);
60019
+ }
60020
+ else if (ref !== null && ref !== undefined) {
60021
+ ref.current = value;
60022
+ }
60023
+ }
60024
+ /**
60025
+ * A utility to compose multiple refs together
60026
+ * Accepts callback refs and RefObject(s)
60027
+ */
60028
+ function composeRefs(...refs) {
60029
+ return (node) => {
60030
+ let hasCleanup = false;
60031
+ const cleanups = refs.map((ref) => {
60032
+ const cleanup = setRef(ref, node);
60033
+ if (!hasCleanup && typeof cleanup === "function") {
60034
+ hasCleanup = true;
60035
+ }
60036
+ return cleanup;
60037
+ });
60038
+ // React <19 will log an error to the console if a callback ref returns a
60039
+ // value. We don't use ref cleanups internally so this will only happen if a
60040
+ // user's ref callback returns a value, which we only expect if they are
60041
+ // using the cleanup functionality added in React 19.
60042
+ if (hasCleanup) {
60043
+ return () => {
60044
+ for (let i = 0; i < cleanups.length; i++) {
60045
+ const cleanup = cleanups[i];
60046
+ if (typeof cleanup === "function") {
60047
+ cleanup();
60048
+ }
60049
+ else {
60050
+ setRef(refs[i], null);
60051
+ }
60052
+ }
60053
+ };
60054
+ }
60055
+ };
60056
+ }
60057
+ /**
60058
+ * A custom hook that composes multiple refs
60059
+ * Accepts callback refs and RefObject(s)
60060
+ */
60061
+ function useComposedRefs(...refs) {
60062
+ // eslint-disable-next-line react-hooks/exhaustive-deps
60063
+ return React__namespace.useCallback(composeRefs(...refs), refs);
60064
+ }
60065
+
60066
+ /**
60067
+ * Measurement functionality has to be within a separate component
60068
+ * to leverage snapshot lifecycle.
60069
+ */
60070
+ class PopChildMeasure extends React__namespace.Component {
60071
+ getSnapshotBeforeUpdate(prevProps) {
60072
+ const element = this.props.childRef.current;
60073
+ if (element && prevProps.isPresent && !this.props.isPresent) {
60074
+ const parent = element.offsetParent;
60075
+ const parentWidth = isHTMLElement$2(parent)
60076
+ ? parent.offsetWidth || 0
60077
+ : 0;
60078
+ const size = this.props.sizeRef.current;
60079
+ size.height = element.offsetHeight || 0;
60080
+ size.width = element.offsetWidth || 0;
60081
+ size.top = element.offsetTop;
60082
+ size.left = element.offsetLeft;
60083
+ size.right = parentWidth - size.width - size.left;
60084
+ }
60085
+ return null;
60086
+ }
60087
+ /**
60088
+ * Required with getSnapshotBeforeUpdate to stop React complaining.
60089
+ */
60090
+ componentDidUpdate() { }
60091
+ render() {
60092
+ return this.props.children;
60093
+ }
60094
+ }
60095
+ function PopChild({ children, isPresent, anchorX, root }) {
60096
+ const id = React.useId();
60097
+ const ref = React.useRef(null);
60098
+ const size = React.useRef({
60099
+ width: 0,
60100
+ height: 0,
60101
+ top: 0,
60102
+ left: 0,
60103
+ right: 0,
60104
+ });
60105
+ const { nonce } = React.useContext(useWindowReady.MotionConfigContext);
60106
+ /**
60107
+ * In React 19, refs are passed via props.ref instead of element.ref.
60108
+ * We check props.ref first (React 19) and fall back to element.ref (React 18).
60109
+ */
60110
+ const childRef = children.props?.ref ??
60111
+ children?.ref;
60112
+ const composedRef = useComposedRefs(ref, childRef);
60113
+ /**
60114
+ * We create and inject a style block so we can apply this explicit
60115
+ * sizing in a non-destructive manner by just deleting the style block.
60116
+ *
60117
+ * We can't apply size via render as the measurement happens
60118
+ * in getSnapshotBeforeUpdate (post-render), likewise if we apply the
60119
+ * styles directly on the DOM node, we might be overwriting
60120
+ * styles set via the style prop.
60121
+ */
60122
+ React.useInsertionEffect(() => {
60123
+ const { width, height, top, left, right } = size.current;
60124
+ if (isPresent || !ref.current || !width || !height)
60125
+ return;
60126
+ const x = anchorX === "left" ? `left: ${left}` : `right: ${right}`;
60127
+ ref.current.dataset.motionPopId = id;
60128
+ const style = document.createElement("style");
60129
+ if (nonce)
60130
+ style.nonce = nonce;
60131
+ const parent = root ?? document.head;
60132
+ parent.appendChild(style);
60133
+ if (style.sheet) {
60134
+ style.sheet.insertRule(`
60135
+ [data-motion-pop-id="${id}"] {
60136
+ position: absolute !important;
60137
+ width: ${width}px !important;
60138
+ height: ${height}px !important;
60139
+ ${x}px !important;
60140
+ top: ${top}px !important;
60141
+ }
60142
+ `);
60143
+ }
60144
+ return () => {
60145
+ if (parent.contains(style)) {
60146
+ parent.removeChild(style);
60147
+ }
60148
+ };
60149
+ }, [isPresent]);
60150
+ return (jsxRuntime.jsx(PopChildMeasure, { isPresent: isPresent, childRef: ref, sizeRef: size, children: React__namespace.cloneElement(children, { ref: composedRef }) }));
60151
+ }
60152
+
60153
+ const PresenceChild = ({ children, initial, isPresent, onExitComplete, custom, presenceAffectsLayout, mode, anchorX, root }) => {
60154
+ const presenceChildren = useWindowReady.useConstant(newChildrenMap);
60155
+ const id = React.useId();
60156
+ let isReusedContext = true;
60157
+ let context = React.useMemo(() => {
60158
+ isReusedContext = false;
60159
+ return {
60160
+ id,
60161
+ initial,
60162
+ isPresent,
60163
+ custom,
60164
+ onExitComplete: (childId) => {
60165
+ presenceChildren.set(childId, true);
60166
+ for (const isComplete of presenceChildren.values()) {
60167
+ if (!isComplete)
60168
+ return; // can stop searching when any is incomplete
60169
+ }
60170
+ onExitComplete && onExitComplete();
60171
+ },
60172
+ register: (childId) => {
60173
+ presenceChildren.set(childId, false);
60174
+ return () => presenceChildren.delete(childId);
60175
+ },
60176
+ };
60177
+ }, [isPresent, presenceChildren, onExitComplete]);
60178
+ /**
60179
+ * If the presence of a child affects the layout of the components around it,
60180
+ * we want to make a new context value to ensure they get re-rendered
60181
+ * so they can detect that layout change.
60182
+ */
60183
+ if (presenceAffectsLayout && isReusedContext) {
60184
+ context = { ...context };
60185
+ }
60186
+ React.useMemo(() => {
60187
+ presenceChildren.forEach((_, key) => presenceChildren.set(key, false));
60188
+ }, [isPresent]);
60189
+ /**
60190
+ * If there's no `motion` components to fire exit animations, we want to remove this
60191
+ * component immediately.
60192
+ */
60193
+ React__namespace.useEffect(() => {
60194
+ !isPresent &&
60195
+ !presenceChildren.size &&
60196
+ onExitComplete &&
60197
+ onExitComplete();
60198
+ }, [isPresent]);
60199
+ if (mode === "popLayout") {
60200
+ children = (jsxRuntime.jsx(PopChild, { isPresent: isPresent, anchorX: anchorX, root: root, children: children }));
60201
+ }
60202
+ return (jsxRuntime.jsx(PresenceContext.Provider, { value: context, children: children }));
60203
+ };
60204
+ function newChildrenMap() {
60205
+ return new Map();
60206
+ }
60207
+
60130
60208
  /**
60131
60209
  * When a component is the child of `AnimatePresence`, it can use `usePresence`
60132
60210
  * to access information about whether it's still present in the React tree.
@@ -60167,6 +60245,181 @@ function usePresence(subscribe = true) {
60167
60245
  return !isPresent && onExitComplete ? [false, safeToRemove] : [true];
60168
60246
  }
60169
60247
 
60248
+ const getChildKey = (child) => child.key || "";
60249
+ function onlyElements(children) {
60250
+ const filtered = [];
60251
+ // We use forEach here instead of map as map mutates the component key by preprending `.$`
60252
+ React.Children.forEach(children, (child) => {
60253
+ if (React.isValidElement(child))
60254
+ filtered.push(child);
60255
+ });
60256
+ return filtered;
60257
+ }
60258
+
60259
+ /**
60260
+ * `AnimatePresence` enables the animation of components that have been removed from the tree.
60261
+ *
60262
+ * When adding/removing more than a single child, every child **must** be given a unique `key` prop.
60263
+ *
60264
+ * Any `motion` components that have an `exit` property defined will animate out when removed from
60265
+ * the tree.
60266
+ *
60267
+ * ```jsx
60268
+ * import { motion, AnimatePresence } from 'framer-motion'
60269
+ *
60270
+ * export const Items = ({ items }) => (
60271
+ * <AnimatePresence>
60272
+ * {items.map(item => (
60273
+ * <motion.div
60274
+ * key={item.id}
60275
+ * initial={{ opacity: 0 }}
60276
+ * animate={{ opacity: 1 }}
60277
+ * exit={{ opacity: 0 }}
60278
+ * />
60279
+ * ))}
60280
+ * </AnimatePresence>
60281
+ * )
60282
+ * ```
60283
+ *
60284
+ * You can sequence exit animations throughout a tree using variants.
60285
+ *
60286
+ * If a child contains multiple `motion` components with `exit` props, it will only unmount the child
60287
+ * once all `motion` components have finished animating out. Likewise, any components using
60288
+ * `usePresence` all need to call `safeToRemove`.
60289
+ *
60290
+ * @public
60291
+ */
60292
+ const AnimatePresence = ({ children, custom, initial = true, onExitComplete, presenceAffectsLayout = true, mode = "sync", propagate = false, anchorX = "left", root }) => {
60293
+ const [isParentPresent, safeToRemove] = usePresence(propagate);
60294
+ /**
60295
+ * Filter any children that aren't ReactElements. We can only track components
60296
+ * between renders with a props.key.
60297
+ */
60298
+ const presentChildren = React.useMemo(() => onlyElements(children), [children]);
60299
+ /**
60300
+ * Track the keys of the currently rendered children. This is used to
60301
+ * determine which children are exiting.
60302
+ */
60303
+ const presentKeys = propagate && !isParentPresent ? [] : presentChildren.map(getChildKey);
60304
+ /**
60305
+ * If `initial={false}` we only want to pass this to components in the first render.
60306
+ */
60307
+ const isInitialRender = React.useRef(true);
60308
+ /**
60309
+ * A ref containing the currently present children. When all exit animations
60310
+ * are complete, we use this to re-render the component with the latest children
60311
+ * *committed* rather than the latest children *rendered*.
60312
+ */
60313
+ const pendingPresentChildren = React.useRef(presentChildren);
60314
+ /**
60315
+ * Track which exiting children have finished animating out.
60316
+ */
60317
+ const exitComplete = useWindowReady.useConstant(() => new Map());
60318
+ /**
60319
+ * Track which components are currently processing exit to prevent duplicate processing.
60320
+ */
60321
+ const exitingComponents = React.useRef(new Set());
60322
+ /**
60323
+ * Save children to render as React state. To ensure this component is concurrent-safe,
60324
+ * we check for exiting children via an effect.
60325
+ */
60326
+ const [diffedChildren, setDiffedChildren] = React.useState(presentChildren);
60327
+ const [renderedChildren, setRenderedChildren] = React.useState(presentChildren);
60328
+ useIsomorphicLayoutEffect$2(() => {
60329
+ isInitialRender.current = false;
60330
+ pendingPresentChildren.current = presentChildren;
60331
+ /**
60332
+ * Update complete status of exiting children.
60333
+ */
60334
+ for (let i = 0; i < renderedChildren.length; i++) {
60335
+ const key = getChildKey(renderedChildren[i]);
60336
+ if (!presentKeys.includes(key)) {
60337
+ if (exitComplete.get(key) !== true) {
60338
+ exitComplete.set(key, false);
60339
+ }
60340
+ }
60341
+ else {
60342
+ exitComplete.delete(key);
60343
+ exitingComponents.current.delete(key);
60344
+ }
60345
+ }
60346
+ }, [renderedChildren, presentKeys.length, presentKeys.join("-")]);
60347
+ const exitingChildren = [];
60348
+ if (presentChildren !== diffedChildren) {
60349
+ let nextChildren = [...presentChildren];
60350
+ /**
60351
+ * Loop through all the currently rendered components and decide which
60352
+ * are exiting.
60353
+ */
60354
+ for (let i = 0; i < renderedChildren.length; i++) {
60355
+ const child = renderedChildren[i];
60356
+ const key = getChildKey(child);
60357
+ if (!presentKeys.includes(key)) {
60358
+ nextChildren.splice(i, 0, child);
60359
+ exitingChildren.push(child);
60360
+ }
60361
+ }
60362
+ /**
60363
+ * If we're in "wait" mode, and we have exiting children, we want to
60364
+ * only render these until they've all exited.
60365
+ */
60366
+ if (mode === "wait" && exitingChildren.length) {
60367
+ nextChildren = exitingChildren;
60368
+ }
60369
+ setRenderedChildren(onlyElements(nextChildren));
60370
+ setDiffedChildren(presentChildren);
60371
+ /**
60372
+ * Early return to ensure once we've set state with the latest diffed
60373
+ * children, we can immediately re-render.
60374
+ */
60375
+ return null;
60376
+ }
60377
+ if (process.env.NODE_ENV !== "production" &&
60378
+ mode === "wait" &&
60379
+ renderedChildren.length > 1) {
60380
+ console.warn(`You're attempting to animate multiple children within AnimatePresence, but its mode is set to "wait". This will lead to odd visual behaviour.`);
60381
+ }
60382
+ /**
60383
+ * If we've been provided a forceRender function by the LayoutGroupContext,
60384
+ * we can use it to force a re-render amongst all surrounding components once
60385
+ * all components have finished animating out.
60386
+ */
60387
+ const { forceRender } = React.useContext(LayoutGroupContext);
60388
+ return (jsxRuntime.jsx(jsxRuntime.Fragment, { children: renderedChildren.map((child) => {
60389
+ const key = getChildKey(child);
60390
+ const isPresent = propagate && !isParentPresent
60391
+ ? false
60392
+ : presentChildren === renderedChildren ||
60393
+ presentKeys.includes(key);
60394
+ const onExit = () => {
60395
+ if (exitingComponents.current.has(key)) {
60396
+ return;
60397
+ }
60398
+ exitingComponents.current.add(key);
60399
+ if (exitComplete.has(key)) {
60400
+ exitComplete.set(key, true);
60401
+ }
60402
+ else {
60403
+ return;
60404
+ }
60405
+ let isEveryExitComplete = true;
60406
+ exitComplete.forEach((isExitComplete) => {
60407
+ if (!isExitComplete)
60408
+ isEveryExitComplete = false;
60409
+ });
60410
+ if (isEveryExitComplete) {
60411
+ forceRender?.();
60412
+ setRenderedChildren(pendingPresentChildren.current);
60413
+ propagate && safeToRemove?.();
60414
+ onExitComplete && onExitComplete();
60415
+ }
60416
+ };
60417
+ return (jsxRuntime.jsx(PresenceChild, { isPresent: isPresent, initial: !isInitialRender.current || initial
60418
+ ? undefined
60419
+ : false, custom: custom, presenceAffectsLayout: presenceAffectsLayout, mode: mode, root: root, onExitComplete: isPresent ? undefined : onExit, anchorX: anchorX, children: child }, key));
60420
+ }) }));
60421
+ };
60422
+
60170
60423
  const LazyContext = React.createContext({ strict: false });
60171
60424
 
60172
60425
  function loadFeatures(features) {
@@ -64828,6 +65081,47 @@ function useSpring$1(source, options = {}) {
64828
65081
  return value;
64829
65082
  }
64830
65083
 
65084
+ /**
65085
+ * A hook that returns `true` if we should be using reduced motion based on the current device's Reduced Motion setting.
65086
+ *
65087
+ * This can be used to implement changes to your UI based on Reduced Motion. For instance, replacing motion-sickness inducing
65088
+ * `x`/`y` animations with `opacity`, disabling the autoplay of background videos, or turning off parallax motion.
65089
+ *
65090
+ * It will actively respond to changes and re-render your components with the latest setting.
65091
+ *
65092
+ * ```jsx
65093
+ * export function Sidebar({ isOpen }) {
65094
+ * const shouldReduceMotion = useReducedMotion()
65095
+ * const closedX = shouldReduceMotion ? 0 : "-100%"
65096
+ *
65097
+ * return (
65098
+ * <motion.div animate={{
65099
+ * opacity: isOpen ? 1 : 0,
65100
+ * x: isOpen ? 0 : closedX
65101
+ * }} />
65102
+ * )
65103
+ * }
65104
+ * ```
65105
+ *
65106
+ * @return boolean
65107
+ *
65108
+ * @public
65109
+ */
65110
+ function useReducedMotion() {
65111
+ /**
65112
+ * Lazy initialisation of prefersReducedMotion
65113
+ */
65114
+ !useWindowReady.hasReducedMotionListener.current && useWindowReady.initPrefersReducedMotion();
65115
+ const [shouldReduceMotion] = React.useState(useWindowReady.prefersReducedMotion.current);
65116
+ if (process.env.NODE_ENV !== "production") {
65117
+ useWindowReady.warnOnce(shouldReduceMotion !== true, "You have Reduced Motion enabled on your device. Animations may not appear as expected.", "reduced-motion-disabled");
65118
+ }
65119
+ /**
65120
+ * TODO See if people miss automatically updating shouldReduceMotion setting
65121
+ */
65122
+ return shouldReduceMotion;
65123
+ }
65124
+
64831
65125
  function useAnimate() {
64832
65126
  const scope = useWindowReady.useConstant(() => ({
64833
65127
  current: null, // Will be hydrated by React
@@ -64874,7 +65168,7 @@ const ConfettiButton = ({
64874
65168
  "button",
64875
65169
  {
64876
65170
  type: "button",
64877
- className: cn(styles$4z.root, className),
65171
+ className: clsx(styles$4z.root, className),
64878
65172
  onClick: handleClick,
64879
65173
  ...props,
64880
65174
  children
@@ -65252,12 +65546,12 @@ const styles$4x = {
65252
65546
 
65253
65547
  const DDDButton = ({
65254
65548
  children,
65255
- onClick = server.noop,
65549
+ onClick = svg$q.noop,
65256
65550
  className = ""
65257
65551
  }) => /* @__PURE__ */ jsxRuntime.jsx(
65258
65552
  "button",
65259
65553
  {
65260
- className: cn(styles$4x.root, className),
65554
+ className: clsx(styles$4x.root, className),
65261
65555
  type: "button",
65262
65556
  onClick,
65263
65557
  children: /* @__PURE__ */ jsxRuntime.jsx("span", { className: styles$4x.content, children })
@@ -65280,7 +65574,7 @@ const DockButton = ({
65280
65574
  ref,
65281
65575
  type: "button",
65282
65576
  ...rest,
65283
- className: cn(styles$4w.root, className),
65577
+ className: clsx(styles$4w.root, className),
65284
65578
  children
65285
65579
  }
65286
65580
  );
@@ -65313,9 +65607,9 @@ const DoubleArrowButton = () => {
65313
65607
  onClick: () => {
65314
65608
  setBounceAlpha((prev) => !prev);
65315
65609
  },
65316
- children: /* @__PURE__ */ jsxRuntime.jsxs("div", { className: cn(styles$4v.cta, { [styles$4v.bounceAlpha]: bounceAlpha }), children: [
65317
- /* @__PURE__ */ jsxRuntime.jsx("span", { className: cn(styles$4v.arrow, styles$4v.next, styles$4v.first) }),
65318
- /* @__PURE__ */ jsxRuntime.jsx("span", { className: cn(styles$4v.arrow, styles$4v.next, styles$4v.second) })
65610
+ children: /* @__PURE__ */ jsxRuntime.jsxs("div", { className: clsx(styles$4v.cta, { [styles$4v.bounceAlpha]: bounceAlpha }), children: [
65611
+ /* @__PURE__ */ jsxRuntime.jsx("span", { className: clsx(styles$4v.arrow, styles$4v.next, styles$4v.first) }),
65612
+ /* @__PURE__ */ jsxRuntime.jsx("span", { className: clsx(styles$4v.arrow, styles$4v.next, styles$4v.second) })
65319
65613
  ] })
65320
65614
  }
65321
65615
  ) });
@@ -65405,9 +65699,9 @@ const styles$4u = {
65405
65699
  const DoubleArrowCollabButton = ({ onClick, children }) => {
65406
65700
  return /* @__PURE__ */ jsxRuntime.jsxs("button", { type: "button", className: styles$4u.root, onClick, children: [
65407
65701
  /* @__PURE__ */ jsxRuntime.jsxs("div", { className: styles$4u.round, children: [
65408
- /* @__PURE__ */ jsxRuntime.jsxs("div", { className: cn(styles$4u.cta), children: [
65409
- /* @__PURE__ */ jsxRuntime.jsx("span", { className: cn(styles$4u.arrow, styles$4u.next, styles$4u.first) }),
65410
- /* @__PURE__ */ jsxRuntime.jsx("span", { className: cn(styles$4u.arrow, styles$4u.next, styles$4u.second) })
65702
+ /* @__PURE__ */ jsxRuntime.jsxs("div", { className: clsx(styles$4u.cta), children: [
65703
+ /* @__PURE__ */ jsxRuntime.jsx("span", { className: clsx(styles$4u.arrow, styles$4u.next, styles$4u.first) }),
65704
+ /* @__PURE__ */ jsxRuntime.jsx("span", { className: clsx(styles$4u.arrow, styles$4u.next, styles$4u.second) })
65411
65705
  ] }),
65412
65706
  /* @__PURE__ */ jsxRuntime.jsx(ImSpotify, { className: styles$4u.collab })
65413
65707
  ] }),
@@ -65453,7 +65747,7 @@ const DoubleStateButton = ({
65453
65747
  ref,
65454
65748
  type: "button",
65455
65749
  ...rest,
65456
- className: cn(styles$4t.root, className),
65750
+ className: clsx(styles$4t.root, className),
65457
65751
  children: [
65458
65752
  /* @__PURE__ */ jsxRuntime.jsxs("div", { className: styles$4t.wrapper, children: [
65459
65753
  /* @__PURE__ */ jsxRuntime.jsx("span", { className: styles$4t.first, children }),
@@ -65665,14 +65959,14 @@ const styles$4q = {
65665
65959
  const ElectrifiedButton = () => {
65666
65960
  return /* @__PURE__ */ jsxRuntime.jsxs("div", { className: styles$4q.root, children: [
65667
65961
  /* @__PURE__ */ jsxRuntime.jsxs("button", { className: styles$4q.electric, children: [
65668
- /* @__PURE__ */ jsxRuntime.jsx("span", { className: cn(styles$4q.part, styles$4q.part1) }),
65669
- /* @__PURE__ */ jsxRuntime.jsx("span", { className: cn(styles$4q.part, styles$4q.part2) }),
65670
- /* @__PURE__ */ jsxRuntime.jsx("span", { className: cn(styles$4q.part, styles$4q.part3) }),
65671
- /* @__PURE__ */ jsxRuntime.jsx("span", { className: cn(styles$4q.part, styles$4q.part4) }),
65962
+ /* @__PURE__ */ jsxRuntime.jsx("span", { className: clsx(styles$4q.part, styles$4q.part1) }),
65963
+ /* @__PURE__ */ jsxRuntime.jsx("span", { className: clsx(styles$4q.part, styles$4q.part2) }),
65964
+ /* @__PURE__ */ jsxRuntime.jsx("span", { className: clsx(styles$4q.part, styles$4q.part3) }),
65965
+ /* @__PURE__ */ jsxRuntime.jsx("span", { className: clsx(styles$4q.part, styles$4q.part4) }),
65672
65966
  /* @__PURE__ */ jsxRuntime.jsx(
65673
65967
  "svg",
65674
65968
  {
65675
- className: cn(styles$4q.svg, styles$4q.yellow, styles$4q.yellow1),
65969
+ className: clsx(styles$4q.svg, styles$4q.yellow, styles$4q.yellow1),
65676
65970
  width: "415",
65677
65971
  height: "181",
65678
65972
  viewBox: "0 0 415 181",
@@ -65692,7 +65986,7 @@ const ElectrifiedButton = () => {
65692
65986
  /* @__PURE__ */ jsxRuntime.jsxs(
65693
65987
  "svg",
65694
65988
  {
65695
- className: cn(styles$4q.svg, styles$4q.yellow, styles$4q.yellow2),
65989
+ className: clsx(styles$4q.svg, styles$4q.yellow, styles$4q.yellow2),
65696
65990
  width: "461",
65697
65991
  height: "227",
65698
65992
  viewBox: "0 0 461 227",
@@ -65745,7 +66039,7 @@ const ElectrifiedButton = () => {
65745
66039
  /* @__PURE__ */ jsxRuntime.jsx(
65746
66040
  "svg",
65747
66041
  {
65748
- className: cn(styles$4q.svg, styles$4q.blue, styles$4q.blue1),
66042
+ className: clsx(styles$4q.svg, styles$4q.blue, styles$4q.blue1),
65749
66043
  width: "423",
65750
66044
  height: "192",
65751
66045
  viewBox: "0 0 423 192",
@@ -65765,7 +66059,7 @@ const ElectrifiedButton = () => {
65765
66059
  /* @__PURE__ */ jsxRuntime.jsxs(
65766
66060
  "svg",
65767
66061
  {
65768
- className: cn(styles$4q.svg, styles$4q.blue, styles$4q.blue2),
66062
+ className: clsx(styles$4q.svg, styles$4q.blue, styles$4q.blue2),
65769
66063
  width: "470",
65770
66064
  height: "240",
65771
66065
  viewBox: "0 0 470 240",
@@ -65817,7 +66111,7 @@ const ElectrifiedButton = () => {
65817
66111
  ),
65818
66112
  "Button"
65819
66113
  ] }),
65820
- /* @__PURE__ */ jsxRuntime.jsx("button", { className: cn(styles$4q.electric, styles$4q.electric2), children: "Button" })
66114
+ /* @__PURE__ */ jsxRuntime.jsx("button", { className: clsx(styles$4q.electric, styles$4q.electric2), children: "Button" })
65821
66115
  ] });
65822
66116
  };
65823
66117
 
@@ -66537,7 +66831,7 @@ const FailedDownloadButton = () => {
66537
66831
  "button",
66538
66832
  {
66539
66833
  type: "button",
66540
- className: cn(styles$4o.btn, { [styles$4o.failed]: failed }),
66834
+ className: clsx(styles$4o.btn, { [styles$4o.failed]: failed }),
66541
66835
  onClick: fail,
66542
66836
  disabled: failed,
66543
66837
  children: [
@@ -66698,7 +66992,7 @@ const GlowButton = ({
66698
66992
  ref,
66699
66993
  type,
66700
66994
  ...rest,
66701
- className: cn(styles$4l.root, className),
66995
+ className: clsx(styles$4l.root, className),
66702
66996
  children: /* @__PURE__ */ jsxRuntime.jsx("span", { className: styles$4l.text, children })
66703
66997
  }
66704
66998
  );
@@ -66989,7 +67283,7 @@ const HeartFoldButton = () => {
66989
67283
  "button",
66990
67284
  {
66991
67285
  type: "button",
66992
- className: cn(styles$4g.heart, { [styles$4g.active]: active }),
67286
+ className: clsx(styles$4g.heart, { [styles$4g.active]: active }),
66993
67287
  onClick: handleClick,
66994
67288
  children: /* @__PURE__ */ jsxRuntime.jsx("div", { className: styles$4g.flip })
66995
67289
  }
@@ -66998,7 +67292,7 @@ const HeartFoldButton = () => {
66998
67292
  "button",
66999
67293
  {
67000
67294
  type: "button",
67001
- className: cn(styles$4g.button, { [styles$4g.active]: active }),
67295
+ className: clsx(styles$4g.button, { [styles$4g.active]: active }),
67002
67296
  onClick: handleClick,
67003
67297
  children: [
67004
67298
  /* @__PURE__ */ jsxRuntime.jsx("div", { className: styles$4g.flip }),
@@ -67058,7 +67352,7 @@ const HoldSubmitButton = () => {
67058
67352
  return /* @__PURE__ */ jsxRuntime.jsxs(
67059
67353
  "button",
67060
67354
  {
67061
- className: cn(styles$4f.root, {
67355
+ className: clsx(styles$4f.root, {
67062
67356
  [styles$4f.process]: process,
67063
67357
  [styles$4f.success]: success
67064
67358
  }),
@@ -67211,7 +67505,7 @@ const HoverGlowButton = ({
67211
67505
  {
67212
67506
  ref,
67213
67507
  type: "button",
67214
- className: cn(styles$4e.root, className),
67508
+ className: clsx(styles$4e.root, className),
67215
67509
  onPointerMove: (e) => {
67216
67510
  const el = ref.current;
67217
67511
  if (!el) {
@@ -67273,7 +67567,7 @@ const Ios15Button = () => {
67273
67567
  return Array.from({ length: count$1 }, (_, i) => /* @__PURE__ */ jsxRuntime.jsx(
67274
67568
  "div",
67275
67569
  {
67276
- className: cn(styles$4d.circle, styles$4d[`circle-${i + 1}`])
67570
+ className: clsx(styles$4d.circle, styles$4d[`circle-${i + 1}`])
67277
67571
  },
67278
67572
  i
67279
67573
  ));
@@ -67433,7 +67727,7 @@ const MorphingSubmitButton = () => {
67433
67727
  "button",
67434
67728
  {
67435
67729
  type: "button",
67436
- className: cn(styles$4a.root, {
67730
+ className: clsx(styles$4a.root, {
67437
67731
  [styles$4a.running]: state === 1 /* RUNNING */,
67438
67732
  [styles$4a.done]: state === 2 /* DONE */
67439
67733
  }),
@@ -67750,7 +68044,7 @@ const MultiStageButton = () => {
67750
68044
  {
67751
68045
  id: "button",
67752
68046
  ref: button,
67753
- className: cn(styles$49.button, {
68047
+ className: clsx(styles$49.button, {
67754
68048
  [styles$49.ready]: ready,
67755
68049
  [styles$49.complete]: complete,
67756
68050
  [styles$49.loading]: loading
@@ -67758,7 +68052,7 @@ const MultiStageButton = () => {
67758
68052
  onClick: clickButton,
67759
68053
  disabled,
67760
68054
  children: [
67761
- /* @__PURE__ */ jsxRuntime.jsxs("div", { className: cn(styles$49.message, styles$49.submitMessage), children: [
68055
+ /* @__PURE__ */ jsxRuntime.jsxs("div", { className: clsx(styles$49.message, styles$49.submitMessage), children: [
67762
68056
  /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 13 12.2", children: [
67763
68057
  /* @__PURE__ */ jsxRuntime.jsx("polyline", { stroke: "currentColor", points: "2,7.1 6.5,11.1 11,7.1 " }),
67764
68058
  /* @__PURE__ */ jsxRuntime.jsx("line", { stroke: "currentColor", x1: "6.5", y1: "1.2", x2: "6.5", y2: "10.3" })
@@ -67776,7 +68070,7 @@ const MultiStageButton = () => {
67776
68070
  char + index
67777
68071
  )) })
67778
68072
  ] }),
67779
- /* @__PURE__ */ jsxRuntime.jsx("div", { className: cn(styles$49.message, styles$49.loadingMessage), children: /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 19 17", children: [
68073
+ /* @__PURE__ */ jsxRuntime.jsx("div", { className: clsx(styles$49.message, styles$49.loadingMessage), children: /* @__PURE__ */ jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 19 17", children: [
67780
68074
  /* @__PURE__ */ jsxRuntime.jsx("circle", { className: styles$49.loadingCircle, cx: "2.2", cy: "10", r: "1.6" }),
67781
68075
  /* @__PURE__ */ jsxRuntime.jsx("circle", { className: styles$49.loadingCircle, cx: "9.5", cy: "10", r: "1.6" }),
67782
68076
  /* @__PURE__ */ jsxRuntime.jsx(
@@ -67789,7 +68083,7 @@ const MultiStageButton = () => {
67789
68083
  }
67790
68084
  )
67791
68085
  ] }) }),
67792
- /* @__PURE__ */ jsxRuntime.jsxs("div", { className: cn(styles$49.message, styles$49.successMessage), children: [
68086
+ /* @__PURE__ */ jsxRuntime.jsxs("div", { className: clsx(styles$49.message, styles$49.successMessage), children: [
67793
68087
  /* @__PURE__ */ jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 13 11", children: /* @__PURE__ */ jsxRuntime.jsx(
67794
68088
  "polyline",
67795
68089
  {
@@ -67823,12 +68117,12 @@ const styles$48 = {
67823
68117
  };
67824
68118
 
67825
68119
  const NeonButton = ({ className = "", ...rest }) => {
67826
- return /* @__PURE__ */ jsxRuntime.jsx("button", { type: "button", ...rest, className: cn(styles$48.root, className), children: "Neon" });
68120
+ return /* @__PURE__ */ jsxRuntime.jsx("button", { type: "button", ...rest, className: clsx(styles$48.root, className), children: "Neon" });
67827
68121
  };
67828
68122
 
67829
- const root$3P = "_root_b90b6_2";
67830
- const i$6 = "_i_b90b6_22";
67831
- const text$s = "_text_b90b6_482";
68123
+ const root$3P = "_root_1ol0v_2";
68124
+ const i$6 = "_i_1ol0v_22";
68125
+ const text$s = "_text_1ol0v_482";
67832
68126
  const styles$47 = {
67833
68127
  root: root$3P,
67834
68128
  i: i$6,
@@ -67866,7 +68160,7 @@ const OrbitalSubmitButton = () => {
67866
68160
  "button",
67867
68161
  {
67868
68162
  type: "button",
67869
- className: cn(styles$46.root, { [styles$46.processing]: processing }),
68163
+ className: clsx(styles$46.root, { [styles$46.processing]: processing }),
67870
68164
  onClick: () => {
67871
68165
  setProcessing((prev) => !prev);
67872
68166
  },
@@ -68043,7 +68337,7 @@ const PlayPauseButton = () => {
68043
68337
  children: /* @__PURE__ */ jsxRuntime.jsxs(
68044
68338
  "svg",
68045
68339
  {
68046
- className: cn(styles$44.svg, { [styles$44.isPlay]: isPlay }),
68340
+ className: clsx(styles$44.svg, { [styles$44.isPlay]: isPlay }),
68047
68341
  width: 16,
68048
68342
  height: 16,
68049
68343
  viewBox: "0 0 16 16",
@@ -68074,7 +68368,7 @@ const PlayPauseMusicButton = () => {
68074
68368
  "button",
68075
68369
  {
68076
68370
  type: "button",
68077
- className: cn(styles$43.root, {
68371
+ className: clsx(styles$43.root, {
68078
68372
  [styles$43.paused]: paused,
68079
68373
  [styles$43.playing]: playing
68080
68374
  }),
@@ -68115,8 +68409,8 @@ const styles$42 = {
68115
68409
 
68116
68410
  const PositionHover = () => {
68117
68411
  return /* @__PURE__ */ jsxRuntime.jsxs("div", { className: styles$42.root, children: [
68118
- /* @__PURE__ */ jsxRuntime.jsx("a", { href: "#0", className: cn(styles$42.selfAware, styles$42.button), children: "I'm a self-aware button" }),
68119
- /* @__PURE__ */ jsxRuntime.jsx("a", { href: "#0", className: cn(styles$42.selfAware, styles$42.underline), children: "I'm a self-aware underline" })
68412
+ /* @__PURE__ */ jsxRuntime.jsx("a", { href: "#0", className: clsx(styles$42.selfAware, styles$42.button), children: "I'm a self-aware button" }),
68413
+ /* @__PURE__ */ jsxRuntime.jsx("a", { href: "#0", className: clsx(styles$42.selfAware, styles$42.underline), children: "I'm a self-aware underline" })
68120
68414
  ] });
68121
68415
  };
68122
68416
 
@@ -68216,7 +68510,7 @@ const PredictionButton = () => {
68216
68510
  /* @__PURE__ */ jsxRuntime.jsx(
68217
68511
  "button",
68218
68512
  {
68219
- className: cn(styles$41.btn, {
68513
+ className: clsx(styles$41.btn, {
68220
68514
  [styles$41.inactive]: Boolean(prediction && show)
68221
68515
  }),
68222
68516
  onClick: () => {
@@ -68241,7 +68535,7 @@ const PredictionButton = () => {
68241
68535
  /* @__PURE__ */ jsxRuntime.jsxs(
68242
68536
  "svg",
68243
68537
  {
68244
- className: cn(styles$41.stars, {
68538
+ className: clsx(styles$41.stars, {
68245
68539
  [styles$41.rotate]: Boolean(prediction && !show)
68246
68540
  }),
68247
68541
  width: "960",
@@ -68327,7 +68621,7 @@ const styles$40 = {
68327
68621
  const ProgressButton = ({
68328
68622
  children,
68329
68623
  className = "",
68330
- onClick = server.noop,
68624
+ onClick = svg$q.noop,
68331
68625
  ...props
68332
68626
  }) => {
68333
68627
  const [isLoading, setIsLoading] = React.useState(true);
@@ -68336,7 +68630,7 @@ const ProgressButton = ({
68336
68630
  "button",
68337
68631
  {
68338
68632
  type: "button",
68339
- className: cn(styles$40.root, className, { [styles$40.loading]: isLoading }),
68633
+ className: clsx(styles$40.root, className, { [styles$40.loading]: isLoading }),
68340
68634
  onClick: (e) => {
68341
68635
  onClick(e);
68342
68636
  if (timeoutRef.current) {
@@ -68367,7 +68661,7 @@ const styles$3$ = {
68367
68661
  };
68368
68662
 
68369
68663
  const PsychedelicButton = ({ variant }) => {
68370
- return /* @__PURE__ */ jsxRuntime.jsx("div", { className: styles$3$.root, children: /* @__PURE__ */ jsxRuntime.jsx("button", { className: cn(styles$3$.button, styles$3$[variant]), children: "hover me" }) });
68664
+ return /* @__PURE__ */ jsxRuntime.jsx("div", { className: styles$3$.root, children: /* @__PURE__ */ jsxRuntime.jsx("button", { className: clsx(styles$3$.button, styles$3$[variant]), children: "hover me" }) });
68371
68665
  };
68372
68666
 
68373
68667
  const root$3G = "_root_qhbgz_1";
@@ -68455,24 +68749,24 @@ const RunningButton = () => {
68455
68749
  const [active, setActive] = React.useState(false);
68456
68750
  return /* @__PURE__ */ jsxRuntime.jsxs("div", { className: styles$3Y.root, children: [
68457
68751
  /* @__PURE__ */ jsxRuntime.jsx("div", { className: styles$3Y.running, children: /* @__PURE__ */ jsxRuntime.jsx("div", { className: styles$3Y.outer, children: /* @__PURE__ */ jsxRuntime.jsxs("div", { className: styles$3Y.body, children: [
68458
- /* @__PURE__ */ jsxRuntime.jsx("div", { className: cn(styles$3Y.arm, styles$3Y.behind) }),
68459
- /* @__PURE__ */ jsxRuntime.jsx("div", { className: cn(styles$3Y.arm, styles$3Y.front) }),
68460
- /* @__PURE__ */ jsxRuntime.jsx("div", { className: cn(styles$3Y.leg, styles$3Y.behind) }),
68461
- /* @__PURE__ */ jsxRuntime.jsx("div", { className: cn(styles$3Y.leg, styles$3Y.front) })
68752
+ /* @__PURE__ */ jsxRuntime.jsx("div", { className: clsx(styles$3Y.arm, styles$3Y.behind) }),
68753
+ /* @__PURE__ */ jsxRuntime.jsx("div", { className: clsx(styles$3Y.arm, styles$3Y.front) }),
68754
+ /* @__PURE__ */ jsxRuntime.jsx("div", { className: clsx(styles$3Y.leg, styles$3Y.behind) }),
68755
+ /* @__PURE__ */ jsxRuntime.jsx("div", { className: clsx(styles$3Y.leg, styles$3Y.front) })
68462
68756
  ] }) }) }),
68463
68757
  /* @__PURE__ */ jsxRuntime.jsxs(
68464
68758
  "button",
68465
68759
  {
68466
- className: cn(styles$3Y.runningButton, { [styles$3Y.active]: active }),
68760
+ className: clsx(styles$3Y.runningButton, { [styles$3Y.active]: active }),
68467
68761
  onClick: () => setActive((prev) => !prev),
68468
68762
  children: [
68469
68763
  /* @__PURE__ */ jsxRuntime.jsx("span", { className: styles$3Y.default, children: "Start" }),
68470
68764
  /* @__PURE__ */ jsxRuntime.jsx("span", { className: styles$3Y.active, children: "Tracking" }),
68471
68765
  /* @__PURE__ */ jsxRuntime.jsx("div", { className: styles$3Y.running, children: /* @__PURE__ */ jsxRuntime.jsx("div", { className: styles$3Y.outer, children: /* @__PURE__ */ jsxRuntime.jsxs("div", { className: styles$3Y.body, children: [
68472
- /* @__PURE__ */ jsxRuntime.jsx("div", { className: cn(styles$3Y.arm, styles$3Y.behind) }),
68473
- /* @__PURE__ */ jsxRuntime.jsx("div", { className: cn(styles$3Y.arm, styles$3Y.front) }),
68474
- /* @__PURE__ */ jsxRuntime.jsx("div", { className: cn(styles$3Y.leg, styles$3Y.behind) }),
68475
- /* @__PURE__ */ jsxRuntime.jsx("div", { className: cn(styles$3Y.leg, styles$3Y.front) })
68766
+ /* @__PURE__ */ jsxRuntime.jsx("div", { className: clsx(styles$3Y.arm, styles$3Y.behind) }),
68767
+ /* @__PURE__ */ jsxRuntime.jsx("div", { className: clsx(styles$3Y.arm, styles$3Y.front) }),
68768
+ /* @__PURE__ */ jsxRuntime.jsx("div", { className: clsx(styles$3Y.leg, styles$3Y.behind) }),
68769
+ /* @__PURE__ */ jsxRuntime.jsx("div", { className: clsx(styles$3Y.leg, styles$3Y.front) })
68476
68770
  ] }) }) })
68477
68771
  ]
68478
68772
  }
@@ -68764,7 +69058,7 @@ function Button({
68764
69058
  {
68765
69059
  onMouseEnter: () => setButtonFocus(true),
68766
69060
  onMouseLeave: () => setButtonFocus(false),
68767
- className: cn(styles$3V.buttonContainer, {
69061
+ className: clsx(styles$3V.buttonContainer, {
68768
69062
  [styles$3V.pressed]: buttonPressed
68769
69063
  }),
68770
69064
  children: [
@@ -68805,7 +69099,7 @@ function Button({
68805
69099
  "video",
68806
69100
  {
68807
69101
  ref: surfaceReflectionRef,
68808
- className: cn(styles$3V.surfaceReflection, {
69102
+ className: clsx(styles$3V.surfaceReflection, {
68809
69103
  [styles$3V.pressed]: buttonPressed
68810
69104
  })
68811
69105
  }
@@ -68813,7 +69107,7 @@ function Button({
68813
69107
  /* @__PURE__ */ jsxRuntime.jsxs(
68814
69108
  "div",
68815
69109
  {
68816
- className: cn(styles$3V.button, { [styles$3V.pressed]: buttonPressed }),
69110
+ className: clsx(styles$3V.button, { [styles$3V.pressed]: buttonPressed }),
68817
69111
  onMouseDown: handleMouseDown,
68818
69112
  onTouchStart: handleTouchStart,
68819
69113
  onMouseUp: () => setButtonPressed(false),
@@ -68868,7 +69162,7 @@ const SkeuomorphicLikeButton = () => {
68868
69162
  return /* @__PURE__ */ jsxRuntime.jsxs(
68869
69163
  "button",
68870
69164
  {
68871
- className: cn(styles$3U.root, {
69165
+ className: clsx(styles$3U.root, {
68872
69166
  [styles$3U.active]: active,
68873
69167
  [styles$3U.bounce]: bounce
68874
69168
  }),
@@ -68886,8 +69180,8 @@ const SkeuomorphicLikeButton = () => {
68886
69180
  active && /* @__PURE__ */ jsxRuntime.jsx("span", { children: "d" })
68887
69181
  ] }),
68888
69182
  /* @__PURE__ */ jsxRuntime.jsxs("div", { className: styles$3U.numbers, children: [
68889
- /* @__PURE__ */ jsxRuntime.jsx("span", { className: cn(styles$3U.item, styles$3U.current), children: "24" }),
68890
- /* @__PURE__ */ jsxRuntime.jsx("span", { className: cn(styles$3U.item, styles$3U.next), children: "25" })
69183
+ /* @__PURE__ */ jsxRuntime.jsx("span", { className: clsx(styles$3U.item, styles$3U.current), children: "24" }),
69184
+ /* @__PURE__ */ jsxRuntime.jsx("span", { className: clsx(styles$3U.item, styles$3U.next), children: "25" })
68891
69185
  ] })
68892
69186
  ]
68893
69187
  }
@@ -68909,9 +69203,9 @@ const styles$3T = {
68909
69203
 
68910
69204
  const SlidingButton = () => {
68911
69205
  return /* @__PURE__ */ jsxRuntime.jsxs("button", { className: styles$3T.root, children: [
68912
- /* @__PURE__ */ jsxRuntime.jsx("span", { className: cn(styles$3T.icon, styles$3T.iconLogo) }),
69206
+ /* @__PURE__ */ jsxRuntime.jsx("span", { className: clsx(styles$3T.icon, styles$3T.iconLogo) }),
68913
69207
  /* @__PURE__ */ jsxRuntime.jsx("span", { className: styles$3T.text, children: "Cool button" }),
68914
- /* @__PURE__ */ jsxRuntime.jsx("span", { className: cn(styles$3T.icon, styles$3T.iconArrow) })
69208
+ /* @__PURE__ */ jsxRuntime.jsx("span", { className: clsx(styles$3T.icon, styles$3T.iconArrow) })
68915
69209
  ] });
68916
69210
  };
68917
69211
 
@@ -68952,7 +69246,7 @@ const SlidingStepper = () => {
68952
69246
  return /* @__PURE__ */ jsxRuntime.jsxs(
68953
69247
  "button",
68954
69248
  {
68955
- className: cn(styles$3S.root, {
69249
+ className: clsx(styles$3S.root, {
68956
69250
  [styles$3S.moveLeft]: move === 1,
68957
69251
  [styles$3S.moveRight]: move === -1
68958
69252
  }),
@@ -69126,7 +69420,7 @@ const SparklyButton = () => {
69126
69420
  "button",
69127
69421
  {
69128
69422
  ref,
69129
- className: cn(styles$3Q.button, { [styles$3Q.over]: isOver }),
69423
+ className: clsx(styles$3Q.button, { [styles$3Q.over]: isOver }),
69130
69424
  children: /* @__PURE__ */ jsxRuntime.jsx("span", { className: styles$3Q.content, children: "Sparkly Button" })
69131
69425
  }
69132
69426
  ),
@@ -69151,7 +69445,7 @@ const styles$3P = {
69151
69445
  };
69152
69446
 
69153
69447
  const SquishButton = ({ children, className = "", ...rest }) => {
69154
- return /* @__PURE__ */ jsxRuntime.jsx("button", { type: "button", ...rest, className: cn(styles$3P.root, className), children });
69448
+ return /* @__PURE__ */ jsxRuntime.jsx("button", { type: "button", ...rest, className: clsx(styles$3P.root, className), children });
69155
69449
  };
69156
69450
 
69157
69451
  const root$3w = "_root_v4ko6_1";
@@ -69190,7 +69484,7 @@ const Fingerprint = ({ className = "" }) => {
69190
69484
  return /* @__PURE__ */ jsxRuntime.jsx(
69191
69485
  "svg",
69192
69486
  {
69193
- className: cn(styles$3N.root, className),
69487
+ className: clsx(styles$3N.root, className),
69194
69488
  width: "34px",
69195
69489
  height: "34px",
69196
69490
  viewBox: "0 0 34 34",
@@ -69212,35 +69506,35 @@ const Fingerprint = ({ className = "" }) => {
69212
69506
  /* @__PURE__ */ jsxRuntime.jsx(
69213
69507
  "path",
69214
69508
  {
69215
- className: cn(styles$3N.a, { [styles$3N.active]: isActive }),
69509
+ className: clsx(styles$3N.a, { [styles$3N.active]: isActive }),
69216
69510
  d: "M3.14414922,1.97419264 C3.14414922,1.97419264 5.30885997,0.506351808 9.06036082,0.506351808 C12.8118617,0.506351808 14.781903,1.97419264 14.781903,1.97419264"
69217
69511
  }
69218
69512
  ),
69219
69513
  /* @__PURE__ */ jsxRuntime.jsx(
69220
69514
  "path",
69221
69515
  {
69222
- className: cn(styles$3N.b, { [styles$3N.active]: isActive }),
69516
+ className: clsx(styles$3N.b, { [styles$3N.active]: isActive }),
69223
69517
  d: "M0.466210729,7.27628774 C0.466210729,7.27628774 3.19024811,2.75878123 9.09512428,2.96502806 C15.0000005,3.17127489 17.4745821,7.17202872 17.4745821,7.17202872"
69224
69518
  }
69225
69519
  ),
69226
69520
  /* @__PURE__ */ jsxRuntime.jsx(
69227
69521
  "path",
69228
69522
  {
69229
- className: cn(styles$3N.c, { [styles$3N.active]: isActive }),
69523
+ className: clsx(styles$3N.c, { [styles$3N.active]: isActive }),
69230
69524
  d: "M2,16.4687762 C2,16.4687762 1.12580828,14.9305411 1.27082278,11.9727304 C1.45871447,8.14036841 5.19587478,5.30175361 9.05270871,5.30175361 C12.9095426,5.30175361 15.0000001,7.82879552 15.8975926,9.33195218 C16.5919575,10.4947729 17.7597991,14.4361492 14.6226101,15.0206592 C12.41268,15.4324056 11.5911303,13.4911155 11.5911303,12.9859143 C11.5911303,11.9727302 11.1054172,10.2336826 9.05270848,10.2336826 C6.99999978,10.2336826 6.11384543,11.8665663 6.4593664,13.7955614 C6.6532895,14.8782069 7.59887942,18.3701197 12.0173963,19.5605638"
69231
69525
  }
69232
69526
  ),
69233
69527
  /* @__PURE__ */ jsxRuntime.jsx(
69234
69528
  "path",
69235
69529
  {
69236
- className: cn(styles$3N.d, { [styles$3N.active]: isActive }),
69530
+ className: clsx(styles$3N.d, { [styles$3N.active]: isActive }),
69237
69531
  d: "M7.0204614,19.6657197 C7.0204614,19.6657197 3.88328263,16.5690127 3.88328268,12.9603117 C3.88328274,9.35161068 6.59923746,7.80642537 9.0076008,7.80642554 C11.4159641,7.8064257 14.1798468,9.55747124 14.1798468,12.759562"
69238
69532
  }
69239
69533
  ),
69240
69534
  /* @__PURE__ */ jsxRuntime.jsx(
69241
69535
  "path",
69242
69536
  {
69243
- className: cn(styles$3N.e, { [styles$3N.active]: isActive }),
69537
+ className: clsx(styles$3N.e, { [styles$3N.active]: isActive }),
69244
69538
  d: "M8.95538742,12.6694189 C8.95538742,12.6694189 9.04883608,18.1288401 15.069217,17.3610597"
69245
69539
  }
69246
69540
  )
@@ -69254,7 +69548,7 @@ const Fingerprint = ({ className = "" }) => {
69254
69548
  const SuccessLoader = ({ status }) => /* @__PURE__ */ jsxRuntime.jsx(
69255
69549
  "div",
69256
69550
  {
69257
- className: cn(styles$3O.root, {
69551
+ className: clsx(styles$3O.root, {
69258
69552
  [styles$3O.success]: status === "success",
69259
69553
  [styles$3O.loading]: status === "loading",
69260
69554
  [styles$3O.pending]: status === "pending"
@@ -69292,7 +69586,7 @@ const SuccessLoadingButton = ({
69292
69586
  "button",
69293
69587
  {
69294
69588
  type: "button",
69295
- className: cn(styles$3M.root, className, {
69589
+ className: clsx(styles$3M.root, className, {
69296
69590
  [styles$3M.success]: status === "success"
69297
69591
  }),
69298
69592
  disabled,
@@ -69336,7 +69630,7 @@ const ThreadsLikeButton = () => {
69336
69630
  "button",
69337
69631
  {
69338
69632
  type: "button",
69339
- className: cn(styles$3L.root, { [styles$3L.liked]: liked }),
69633
+ className: clsx(styles$3L.root, { [styles$3L.liked]: liked }),
69340
69634
  onClick: () => setLiked((prev) => !prev),
69341
69635
  children: /* @__PURE__ */ jsxRuntime.jsxs(
69342
69636
  "svg",
@@ -69390,7 +69684,7 @@ const ThumbsUpButton = () => {
69390
69684
  "button",
69391
69685
  {
69392
69686
  type: "button",
69393
- className: cn(styles$3K.root, { [styles$3K.liked]: liked }),
69687
+ className: clsx(styles$3K.root, { [styles$3K.liked]: liked }),
69394
69688
  onClick: (e) => {
69395
69689
  const button = e.currentTarget;
69396
69690
  setLiked((prev) => !prev);
@@ -69634,11 +69928,11 @@ const BrandCard = ({
69634
69928
  className = "",
69635
69929
  contentClassName = ""
69636
69930
  }) => {
69637
- return /* @__PURE__ */ jsxRuntime.jsxs("div", { className: cn(styles$3F.root, className), children: [
69931
+ return /* @__PURE__ */ jsxRuntime.jsxs("div", { className: clsx(styles$3F.root, className), children: [
69638
69932
  /* @__PURE__ */ jsxRuntime.jsx(
69639
69933
  "div",
69640
69934
  {
69641
- className: cn(styles$3F.content, contentClassName),
69935
+ className: clsx(styles$3F.content, contentClassName),
69642
69936
  style: {
69643
69937
  "--hoverColor": hoverColor
69644
69938
  },
@@ -69692,7 +69986,7 @@ const CaptionCard = ({
69692
69986
  description = "Lorem ipsum dolor sit amet consectetur adipisicing elit. Asperiores,\n blanditiis?",
69693
69987
  className = ""
69694
69988
  }) => {
69695
- return /* @__PURE__ */ jsxRuntime.jsxs("button", { type: "button", className: cn(styles$3D.root, className), children: [
69989
+ return /* @__PURE__ */ jsxRuntime.jsxs("button", { type: "button", className: clsx(styles$3D.root, className), children: [
69696
69990
  /* @__PURE__ */ jsxRuntime.jsx("figure", { className: styles$3D.imageWrapper, children: /* @__PURE__ */ jsxRuntime.jsx(
69697
69991
  "img",
69698
69992
  {
@@ -69833,7 +70127,7 @@ const CardGlow = () => {
69833
70127
  strokeWidth: 1.5,
69834
70128
  stroke: "none",
69835
70129
  "data-slot": "icon",
69836
- className: cn(styles$3C.w6, styles$3C.h6),
70130
+ className: clsx(styles$3C.w6, styles$3C.h6),
69837
70131
  children: /* @__PURE__ */ jsxRuntime.jsx(
69838
70132
  "path",
69839
70133
  {
@@ -69853,7 +70147,7 @@ const CardGlow = () => {
69853
70147
  strokeWidth: 1.5,
69854
70148
  stroke: "none",
69855
70149
  "data-slot": "icon",
69856
- className: cn(styles$3C.w6, styles$3C.h6),
70150
+ className: clsx(styles$3C.w6, styles$3C.h6),
69857
70151
  children: /* @__PURE__ */ jsxRuntime.jsx(
69858
70152
  "path",
69859
70153
  {
@@ -69873,7 +70167,7 @@ const CardGlow = () => {
69873
70167
  strokeWidth: 1.5,
69874
70168
  stroke: "none",
69875
70169
  "data-slot": "icon",
69876
- className: cn(styles$3C.w6, styles$3C.h6),
70170
+ className: clsx(styles$3C.w6, styles$3C.h6),
69877
70171
  children: /* @__PURE__ */ jsxRuntime.jsx(
69878
70172
  "path",
69879
70173
  {
@@ -69893,7 +70187,7 @@ const CardGlow = () => {
69893
70187
  strokeWidth: 1.5,
69894
70188
  stroke: "none",
69895
70189
  "data-slot": "icon",
69896
- className: cn(styles$3C.w6, styles$3C.h6),
70190
+ className: clsx(styles$3C.w6, styles$3C.h6),
69897
70191
  children: /* @__PURE__ */ jsxRuntime.jsx(
69898
70192
  "path",
69899
70193
  {
@@ -69932,12 +70226,12 @@ const styles$3B = {
69932
70226
 
69933
70227
  const CardTile = ({
69934
70228
  children,
69935
- onClick = server.noop,
70229
+ onClick = svg$q.noop,
69936
70230
  className = ""
69937
70231
  }) => /* @__PURE__ */ jsxRuntime.jsx(
69938
70232
  "button",
69939
70233
  {
69940
- className: cn(styles$3B.root, className),
70234
+ className: clsx(styles$3B.root, className),
69941
70235
  type: "button",
69942
70236
  onClick,
69943
70237
  children: /* @__PURE__ */ jsxRuntime.jsx("div", { className: styles$3B.wrapper, children })
@@ -69998,7 +70292,7 @@ const ChequeredCard = () => {
69998
70292
  return /* @__PURE__ */ jsxRuntime.jsxs(
69999
70293
  "div",
70000
70294
  {
70001
- className: cn(styles$3A.root, { [styles$3A.light]: light }),
70295
+ className: clsx(styles$3A.root, { [styles$3A.light]: light }),
70002
70296
  onClick: () => {
70003
70297
  setLight((prev) => !prev);
70004
70298
  },
@@ -70021,20 +70315,20 @@ const ChequeredCard = () => {
70021
70315
  /* @__PURE__ */ jsxRuntime.jsx("div", { className: styles$3A.shine }),
70022
70316
  /* @__PURE__ */ jsxRuntime.jsxs("div", { className: styles$3A.background, children: [
70023
70317
  /* @__PURE__ */ jsxRuntime.jsxs("div", { className: styles$3A.tiles, children: [
70024
- /* @__PURE__ */ jsxRuntime.jsx("div", { className: cn(styles$3A.tile, styles$3A.tile1) }),
70025
- /* @__PURE__ */ jsxRuntime.jsx("div", { className: cn(styles$3A.tile, styles$3A.tile2) }),
70026
- /* @__PURE__ */ jsxRuntime.jsx("div", { className: cn(styles$3A.tile, styles$3A.tile3) }),
70027
- /* @__PURE__ */ jsxRuntime.jsx("div", { className: cn(styles$3A.tile, styles$3A.tile4) }),
70028
- /* @__PURE__ */ jsxRuntime.jsx("div", { className: cn(styles$3A.tile, styles$3A.tile5) }),
70029
- /* @__PURE__ */ jsxRuntime.jsx("div", { className: cn(styles$3A.tile, styles$3A.tile6) }),
70030
- /* @__PURE__ */ jsxRuntime.jsx("div", { className: cn(styles$3A.tile, styles$3A.tile7) }),
70031
- /* @__PURE__ */ jsxRuntime.jsx("div", { className: cn(styles$3A.tile, styles$3A.tile8) }),
70032
- /* @__PURE__ */ jsxRuntime.jsx("div", { className: cn(styles$3A.tile, styles$3A.tile9) }),
70033
- /* @__PURE__ */ jsxRuntime.jsx("div", { className: cn(styles$3A.tile, styles$3A.tile10) })
70318
+ /* @__PURE__ */ jsxRuntime.jsx("div", { className: clsx(styles$3A.tile, styles$3A.tile1) }),
70319
+ /* @__PURE__ */ jsxRuntime.jsx("div", { className: clsx(styles$3A.tile, styles$3A.tile2) }),
70320
+ /* @__PURE__ */ jsxRuntime.jsx("div", { className: clsx(styles$3A.tile, styles$3A.tile3) }),
70321
+ /* @__PURE__ */ jsxRuntime.jsx("div", { className: clsx(styles$3A.tile, styles$3A.tile4) }),
70322
+ /* @__PURE__ */ jsxRuntime.jsx("div", { className: clsx(styles$3A.tile, styles$3A.tile5) }),
70323
+ /* @__PURE__ */ jsxRuntime.jsx("div", { className: clsx(styles$3A.tile, styles$3A.tile6) }),
70324
+ /* @__PURE__ */ jsxRuntime.jsx("div", { className: clsx(styles$3A.tile, styles$3A.tile7) }),
70325
+ /* @__PURE__ */ jsxRuntime.jsx("div", { className: clsx(styles$3A.tile, styles$3A.tile8) }),
70326
+ /* @__PURE__ */ jsxRuntime.jsx("div", { className: clsx(styles$3A.tile, styles$3A.tile9) }),
70327
+ /* @__PURE__ */ jsxRuntime.jsx("div", { className: clsx(styles$3A.tile, styles$3A.tile10) })
70034
70328
  ] }),
70035
- /* @__PURE__ */ jsxRuntime.jsx("div", { className: cn(styles$3A.line, styles$3A.line1) }),
70036
- /* @__PURE__ */ jsxRuntime.jsx("div", { className: cn(styles$3A.line, styles$3A.line2) }),
70037
- /* @__PURE__ */ jsxRuntime.jsx("div", { className: cn(styles$3A.line, styles$3A.line3) })
70329
+ /* @__PURE__ */ jsxRuntime.jsx("div", { className: clsx(styles$3A.line, styles$3A.line1) }),
70330
+ /* @__PURE__ */ jsxRuntime.jsx("div", { className: clsx(styles$3A.line, styles$3A.line2) }),
70331
+ /* @__PURE__ */ jsxRuntime.jsx("div", { className: clsx(styles$3A.line, styles$3A.line3) })
70038
70332
  ] })
70039
70333
  ]
70040
70334
  }
@@ -70069,7 +70363,7 @@ const styles$3y = {
70069
70363
  image: image$j
70070
70364
  };
70071
70365
 
70072
- const EnvelopeTile = ({ className = "", header, children }) => /* @__PURE__ */ jsxRuntime.jsxs("div", { className: cn(styles$3y.root, className), children: [
70366
+ const EnvelopeTile = ({ className = "", header, children }) => /* @__PURE__ */ jsxRuntime.jsxs("div", { className: clsx(styles$3y.root, className), children: [
70073
70367
  /* @__PURE__ */ jsxRuntime.jsx("div", { className: styles$3y.corner, children: /* @__PURE__ */ jsxRuntime.jsx("div", { className: styles$3y.url, children: /* @__PURE__ */ jsxRuntime.jsx(
70074
70368
  "img",
70075
70369
  {
@@ -70121,7 +70415,7 @@ const GlowingTile = () => {
70121
70415
  /* @__PURE__ */ jsxRuntime.jsx(
70122
70416
  "button",
70123
70417
  {
70124
- className: cn(styles$3x.button, styles$3x.minus),
70418
+ className: clsx(styles$3x.button, styles$3x.minus),
70125
70419
  onClick: () => setSpeed((state) => state - 1),
70126
70420
  children: "-"
70127
70421
  }
@@ -70130,7 +70424,7 @@ const GlowingTile = () => {
70130
70424
  /* @__PURE__ */ jsxRuntime.jsx(
70131
70425
  "button",
70132
70426
  {
70133
- className: cn(styles$3x.button, styles$3x.plus),
70427
+ className: clsx(styles$3x.button, styles$3x.plus),
70134
70428
  onClick: () => setSpeed((state) => state + 1),
70135
70429
  children: "+"
70136
70430
  }
@@ -70138,7 +70432,7 @@ const GlowingTile = () => {
70138
70432
  /* @__PURE__ */ jsxRuntime.jsx(
70139
70433
  "button",
70140
70434
  {
70141
- className: cn(styles$3x.button, styles$3x.reset),
70435
+ className: clsx(styles$3x.button, styles$3x.reset),
70142
70436
  onClick: () => setSpeed(0),
70143
70437
  children: "reset"
70144
70438
  }
@@ -70206,7 +70500,7 @@ const HoverTile = ({ color, global, children }) => {
70206
70500
  }
70207
70501
  ref.current.style.setProperty("--color", color);
70208
70502
  }, [color]);
70209
- return /* @__PURE__ */ jsxRuntime.jsxs("div", { ref, className: cn(styles$3v.root, { [styles$3v.global]: global }), children: [
70503
+ return /* @__PURE__ */ jsxRuntime.jsxs("div", { ref, className: clsx(styles$3v.root, { [styles$3v.global]: global }), children: [
70210
70504
  /* @__PURE__ */ jsxRuntime.jsx("div", { className: styles$3v.border }),
70211
70505
  /* @__PURE__ */ jsxRuntime.jsx("div", { className: styles$3v.content, children })
70212
70506
  ] });
@@ -70365,12 +70659,12 @@ const styles$3r = {
70365
70659
 
70366
70660
  const ProductTile = ({
70367
70661
  children,
70368
- onClick = server.noop,
70662
+ onClick = svg$q.noop,
70369
70663
  className = ""
70370
70664
  }) => /* @__PURE__ */ jsxRuntime.jsx(
70371
70665
  "button",
70372
70666
  {
70373
- className: cn(styles$3r.root, className),
70667
+ className: clsx(styles$3r.root, className),
70374
70668
  type: "button",
70375
70669
  onClick,
70376
70670
  children: /* @__PURE__ */ jsxRuntime.jsx("div", { className: styles$3r.content, children: /* @__PURE__ */ jsxRuntime.jsx("div", { className: styles$3r.icon, children }) })
@@ -70431,7 +70725,7 @@ const ProfileCard = () => {
70431
70725
  const [state, setState] = React.useState(
70432
70726
  "about"
70433
70727
  );
70434
- return /* @__PURE__ */ jsxRuntime.jsxs("div", { className: cn(styles$3q.root, { [styles$3q.isActive]: isActive }), children: [
70728
+ return /* @__PURE__ */ jsxRuntime.jsxs("div", { className: clsx(styles$3q.root, { [styles$3q.isActive]: isActive }), children: [
70435
70729
  /* @__PURE__ */ jsxRuntime.jsxs("div", { className: styles$3q.header, children: [
70436
70730
  /* @__PURE__ */ jsxRuntime.jsx(
70437
70731
  "div",
@@ -70457,7 +70751,7 @@ const ProfileCard = () => {
70457
70751
  /* @__PURE__ */ jsxRuntime.jsxs(
70458
70752
  "div",
70459
70753
  {
70460
- className: cn(styles$3q.section, {
70754
+ className: clsx(styles$3q.section, {
70461
70755
  [styles$3q.isActive]: state === "about"
70462
70756
  }),
70463
70757
  id: "about",
@@ -70482,7 +70776,7 @@ const ProfileCard = () => {
70482
70776
  /* @__PURE__ */ jsxRuntime.jsx(
70483
70777
  "div",
70484
70778
  {
70485
- className: cn(styles$3q.section, {
70779
+ className: clsx(styles$3q.section, {
70486
70780
  [styles$3q.isActive]: state === "experience"
70487
70781
  }),
70488
70782
  id: "experience",
@@ -70524,7 +70818,7 @@ const ProfileCard = () => {
70524
70818
  /* @__PURE__ */ jsxRuntime.jsx(
70525
70819
  "div",
70526
70820
  {
70527
- className: cn(styles$3q.section, {
70821
+ className: clsx(styles$3q.section, {
70528
70822
  [styles$3q.isActive]: state === "contact"
70529
70823
  }),
70530
70824
  id: "contact",
@@ -70594,7 +70888,7 @@ const ProfileCard = () => {
70594
70888
  /* @__PURE__ */ jsxRuntime.jsx(
70595
70889
  "button",
70596
70890
  {
70597
- className: cn(styles$3q.button, {
70891
+ className: clsx(styles$3q.button, {
70598
70892
  [styles$3q.isActive]: state === "about"
70599
70893
  }),
70600
70894
  onClick: () => {
@@ -70607,7 +70901,7 @@ const ProfileCard = () => {
70607
70901
  /* @__PURE__ */ jsxRuntime.jsx(
70608
70902
  "button",
70609
70903
  {
70610
- className: cn(styles$3q.button, {
70904
+ className: clsx(styles$3q.button, {
70611
70905
  [styles$3q.isActive]: state === "experience"
70612
70906
  }),
70613
70907
  onClick: () => {
@@ -70620,7 +70914,7 @@ const ProfileCard = () => {
70620
70914
  /* @__PURE__ */ jsxRuntime.jsx(
70621
70915
  "button",
70622
70916
  {
70623
- className: cn(styles$3q.button, {
70917
+ className: clsx(styles$3q.button, {
70624
70918
  [styles$3q.isActive]: state === "contact"
70625
70919
  }),
70626
70920
  onClick: () => {
@@ -70660,7 +70954,7 @@ const ShineCard = ({ children, className, style, ...props }) => {
70660
70954
  return /* @__PURE__ */ jsxRuntime.jsx(
70661
70955
  "div",
70662
70956
  {
70663
- className: cn(styles$3o.shineCard, className),
70957
+ className: clsx(styles$3o.shineCard, className),
70664
70958
  style,
70665
70959
  ...props,
70666
70960
  children
@@ -70859,7 +71153,7 @@ const CardCarouselItem = ({
70859
71153
  hrefTitle,
70860
71154
  active
70861
71155
  }) => {
70862
- return /* @__PURE__ */ jsxRuntime.jsxs("div", { className: cn(styles$3l.item, { [styles$3l.active]: active }), children: [
71156
+ return /* @__PURE__ */ jsxRuntime.jsxs("div", { className: clsx(styles$3l.item, { [styles$3l.active]: active }), children: [
70863
71157
  /* @__PURE__ */ jsxRuntime.jsx(
70864
71158
  "div",
70865
71159
  {
@@ -71114,7 +71408,7 @@ const FullScreenImageCarousel = () => {
71114
71408
  "button",
71115
71409
  {
71116
71410
  type: "button",
71117
- className: cn(styles$3j.btn, styles$3j.prev),
71411
+ className: clsx(styles$3j.btn, styles$3j.prev),
71118
71412
  onClick: handlePrevClick,
71119
71413
  "aria-controls": "fullscreen-image-carousel-slides",
71120
71414
  "aria-label": "Previous slide",
@@ -71125,7 +71419,7 @@ const FullScreenImageCarousel = () => {
71125
71419
  "button",
71126
71420
  {
71127
71421
  type: "button",
71128
- className: cn(styles$3j.btn, styles$3j.next),
71422
+ className: clsx(styles$3j.btn, styles$3j.next),
71129
71423
  onClick: throttledHandleNextClick,
71130
71424
  "aria-controls": "fullscreen-image-carousel-slides",
71131
71425
  "aria-label": "Next slide",
@@ -71287,7 +71581,7 @@ const GalleryReverseScroll = () => {
71287
71581
  return { firstColumn: first, secondColumn: second, thirdColumn: third };
71288
71582
  }, []);
71289
71583
  return /* @__PURE__ */ jsxRuntime.jsxs("div", { className: styles$3i.root, children: [
71290
- /* @__PURE__ */ jsxRuntime.jsx("div", { className: cn(styles$3i.column, styles$3i.reverse), children: firstColumn.map((record, i) => /* @__PURE__ */ jsxRuntime.jsxs("figure", { className: styles$3i.columnItem, children: [
71584
+ /* @__PURE__ */ jsxRuntime.jsx("div", { className: clsx(styles$3i.column, styles$3i.reverse), children: firstColumn.map((record, i) => /* @__PURE__ */ jsxRuntime.jsxs("figure", { className: styles$3i.columnItem, children: [
71291
71585
  /* @__PURE__ */ jsxRuntime.jsx("div", { className: styles$3i.itemImgWrap, children: /* @__PURE__ */ jsxRuntime.jsx("img", { src: record.url, alt: "", height: "", width: "" }) }),
71292
71586
  /* @__PURE__ */ jsxRuntime.jsxs("figcaption", { className: styles$3i.itemCaption, children: [
71293
71587
  /* @__PURE__ */ jsxRuntime.jsx("span", { children: record.description }),
@@ -71303,7 +71597,7 @@ const GalleryReverseScroll = () => {
71303
71597
  /* @__PURE__ */ jsxRuntime.jsx("span", { children: record.date })
71304
71598
  ] })
71305
71599
  ] }, i)) }),
71306
- /* @__PURE__ */ jsxRuntime.jsx("div", { className: cn(styles$3i.column, styles$3i.reverse), children: thirdColumn.map((record, i) => /* @__PURE__ */ jsxRuntime.jsxs("figure", { className: styles$3i.columnItem, children: [
71600
+ /* @__PURE__ */ jsxRuntime.jsx("div", { className: clsx(styles$3i.column, styles$3i.reverse), children: thirdColumn.map((record, i) => /* @__PURE__ */ jsxRuntime.jsxs("figure", { className: styles$3i.columnItem, children: [
71307
71601
  /* @__PURE__ */ jsxRuntime.jsx("div", { className: styles$3i.itemImgWrap, children: /* @__PURE__ */ jsxRuntime.jsx("img", { src: record.url, alt: "", height: "", width: "" }) }),
71308
71602
  /* @__PURE__ */ jsxRuntime.jsxs("figcaption", { className: styles$3i.itemCaption, children: [
71309
71603
  /* @__PURE__ */ jsxRuntime.jsx("span", { children: record.description }),
@@ -71718,7 +72012,7 @@ const Scroller = ({
71718
72012
  }
71719
72013
  };
71720
72014
  }, [handleScroll, withArrows]);
71721
- return /* @__PURE__ */ jsxRuntime.jsx("div", { className: styles$3e.root, children: /* @__PURE__ */ jsxRuntime.jsx("div", { className: styles$3e.carousel, children: /* @__PURE__ */ jsxRuntime.jsxs("div", { className: cn(styles$3e.wrapper, { [styles$3e.hasArrow]: hasArrows }), children: [
72015
+ return /* @__PURE__ */ jsxRuntime.jsx("div", { className: styles$3e.root, children: /* @__PURE__ */ jsxRuntime.jsx("div", { className: styles$3e.carousel, children: /* @__PURE__ */ jsxRuntime.jsxs("div", { className: clsx(styles$3e.wrapper, { [styles$3e.hasArrow]: hasArrows }), children: [
71722
72016
  /* @__PURE__ */ jsxRuntime.jsxs("div", { className: styles$3e.header, children: [
71723
72017
  /* @__PURE__ */ jsxRuntime.jsxs("div", { className: styles$3e.heading, children: [
71724
72018
  /* @__PURE__ */ jsxRuntime.jsx("h2", { className: styles$3e.headline, children: headline }),
@@ -71729,7 +72023,7 @@ const Scroller = ({
71729
72023
  "button",
71730
72024
  {
71731
72025
  type: "button",
71732
- className: cn(styles$3e.arrow, styles$3e.arrowPrev, {
72026
+ className: clsx(styles$3e.arrow, styles$3e.arrowPrev, {
71733
72027
  [styles$3e.disabled]: isPrevDisabled
71734
72028
  }),
71735
72029
  disabled: isPrevDisabled,
@@ -71752,7 +72046,7 @@ const Scroller = ({
71752
72046
  "button",
71753
72047
  {
71754
72048
  type: "button",
71755
- className: cn(styles$3e.arrow, styles$3e.arrowNext, {
72049
+ className: clsx(styles$3e.arrow, styles$3e.arrowNext, {
71756
72050
  [styles$3e.disabled]: isNextDisabled
71757
72051
  }),
71758
72052
  disabled: isNextDisabled,
@@ -71950,10 +72244,10 @@ const Checkbox = ({
71950
72244
  {
71951
72245
  ref,
71952
72246
  role: "presentation",
71953
- className: cn(styles$3b.root, rootClassName),
72247
+ className: clsx(styles$3b.root, rootClassName),
71954
72248
  children: [
71955
- /* @__PURE__ */ jsxRuntime.jsx("input", { className: cn(styles$3b.realbox, inputClassName), type: "checkbox" }),
71956
- /* @__PURE__ */ jsxRuntime.jsx("span", { role: "presentation", className: cn(styles$3b.fauxbox, className) })
72249
+ /* @__PURE__ */ jsxRuntime.jsx("input", { className: clsx(styles$3b.realbox, inputClassName), type: "checkbox" }),
72250
+ /* @__PURE__ */ jsxRuntime.jsx("span", { role: "presentation", className: clsx(styles$3b.fauxbox, className) })
71957
72251
  ]
71958
72252
  }
71959
72253
  );
@@ -72131,7 +72425,7 @@ const StrikethroughCheckbox = ({
72131
72425
  /* @__PURE__ */ jsxRuntime.jsx(
72132
72426
  "input",
72133
72427
  {
72134
- className: cn(styles$39.input, { [styles$39.pristine]: pristine }),
72428
+ className: clsx(styles$39.input, { [styles$39.pristine]: pristine }),
72135
72429
  type: "checkbox",
72136
72430
  name: typeof children === "string" ? children : void 0,
72137
72431
  defaultChecked,
@@ -72176,7 +72470,7 @@ const Chips = () => {
72176
72470
  return /* @__PURE__ */ jsxRuntime.jsx("div", { className: styles$38.root, children: /* @__PURE__ */ jsxRuntime.jsx("div", { className: styles$38.wrapper, children: /* @__PURE__ */ jsxRuntime.jsxs(
72177
72471
  "div",
72178
72472
  {
72179
- className: cn(styles$38.chips, styles$38.chipsInitial, styles$38.inputField),
72473
+ className: clsx(styles$38.chips, styles$38.chipsInitial, styles$38.inputField),
72180
72474
  children: [
72181
72475
  chips.map((chip, i) => /* @__PURE__ */ jsxRuntime.jsxs("div", { className: styles$38.chip, children: [
72182
72476
  chip,
@@ -72391,6 +72685,41 @@ function translateY(distance) {
72391
72685
 
72392
72686
  var e$2=function(t){return "number"==typeof t},i$5=function(t){return "function"==typeof t},n=function(t){return "[object Object]"===Object.prototype.toString.call(t)},r=function(t){return Array.prototype.slice.apply(t)},s$1=function(t){var e=t.reduce(function(t,e){return t[e]=(t[e]||0)+1,t},{});return Object.keys(e).filter(function(t){return e[t]>1})};function a$2(t){return [].slice.call(arguments,1).forEach(function(e){if(e)for(var i in e)Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i]);}),t}var o,l=function(t,e,i){return t+(e-t)*i},p={__proto__:null,isNumber:e$2,isFunction:i$5,isObject:n,toArray:r,getDuplicateValsAsStrings:s$1,assign:a$2,tweenProp:l},c$2="data-flip-id",u$2="data-inverse-flip-id",d$2="data-portal-key",f$3="data-exit-container",h$1={__proto__:null,DATA_FLIP_ID:c$2,DATA_INVERSE_FLIP_ID:u$2,DATA_FLIP_CONFIG:"data-flip-config",DATA_PORTAL_KEY:d$2},g$1={noWobble:{stiffness:200,damping:26},gentle:{stiffness:120,damping:14},veryGentle:{stiffness:130,damping:17},wobbly:{stiffness:180,damping:12},stiff:{stiffness:260,damping:26}},m$1=function(t){return n(t)?t:Object.keys(g$1).indexOf(t)>-1?g$1[t]:{}};"undefined"!=typeof window&&(o=window.requestAnimationFrame);var v$1=o=o||function(t){window.setTimeout(t,1e3/60);},y$1=Date.now(),_="object"==typeof performance&&"function"==typeof performance.now?function(){return performance.now()}:function(){return Date.now()-y$1};function S(t,e){var i=t.indexOf(e);-1!==i&&t.splice(i,1);}var E$1=/*#__PURE__*/function(){function t(){}return t.prototype.run=function(){var t=this;v$1(function(){t.springSystem.loop(_());});},t}(),A$1=function(){this.position=0,this.velocity=0;},C=0,b$1=.001,I=/*#__PURE__*/function(){function t(t){this._id="s"+C++,this._springSystem=t,this.listeners=[],this._startValue=0,this._currentState=new A$1,this._displacementFromRestThreshold=.001,this._endValue=0,this._overshootClampingEnabled=false,this._previousState=new A$1,this._restSpeedThreshold=.001,this._tempState=new A$1,this._timeAccumulator=0,this._wasAtRest=true,this._cachedSpringConfig={};}var e=t.prototype;return e.getId=function(){return this._id},e.destroy=function(){this.listeners=[],this._springSystem.deregisterSpring(this);},e.setSpringConfig=function(t){return this._springConfig=t,this},e.getCurrentValue=function(){return this._currentState.position},e.getDisplacementDistanceForState=function(t){return Math.abs(this._endValue-t.position)},e.setEndValue=function(t){if(t===this._endValue)return this;if(this.prevEndValue=t,this._endValue===t&&this.isAtRest())return this;this._startValue=this.getCurrentValue(),this._endValue=t,this._springSystem.activateSpring(this.getId());for(var e=0,i=this.listeners.length;e<i;e++){var n=this.listeners[e].onSpringEndStateChange;n&&n(this);}return this},e.setVelocity=function(t){return t===this._currentState.velocity||(this._currentState.velocity=t,this._springSystem.activateSpring(this.getId())),this},e.setCurrentValue=function(t){this._startValue=t,this._currentState.position=t;for(var e=0,i=this.listeners.length;e<i;e++){var n=this.listeners[e];n.onSpringUpdate&&n.onSpringUpdate(this);}return this},e.setAtRest=function(){return this._endValue=this._currentState.position,this._tempState.position=this._currentState.position,this._currentState.velocity=0,this},e.setOvershootClampingEnabled=function(t){return this._overshootClampingEnabled=t,this},e.isOvershooting=function(){var t=this._startValue,e=this._endValue;return this._springConfig.tension>0&&(t<e&&this.getCurrentValue()>e||t>e&&this.getCurrentValue()<e)},e.advance=function(t,e){var i=this.isAtRest();if(!i||!this._wasAtRest){var n=e;e>.064&&(n=.064),this._timeAccumulator+=n;for(var r,s,a,o,l,p,c=this._springConfig.tension,u=this._springConfig.friction,d=this._currentState.position,f=this._currentState.velocity,h=this._tempState.position,g=this._tempState.velocity;this._timeAccumulator>=b$1;)this._timeAccumulator-=b$1,this._timeAccumulator<b$1&&(this._previousState.position=d,this._previousState.velocity=f),s=c*(this._endValue-h)-u*f,o=c*(this._endValue-(h=d+(r=f)*b$1*.5))-u*(g=f+s*b$1*.5),p=c*(this._endValue-(h=d+(a=g)*b$1*.5))-u*(g=f+o*b$1*.5),h=d+(l=g)*b$1,d+=1/6*(r+2*(a+l)+(g=f+p*b$1))*b$1,f+=1/6*(s+2*(o+p)+(c*(this._endValue-h)-u*g))*b$1;this._tempState.position=h,this._tempState.velocity=g,this._currentState.position=d,this._currentState.velocity=f,this._timeAccumulator>0&&this._interpolate(this._timeAccumulator/b$1),(this.isAtRest()||this._overshootClampingEnabled&&this.isOvershooting())&&(this._springConfig.tension>0?(this._startValue=this._endValue,this._currentState.position=this._endValue):(this._endValue=this._currentState.position,this._startValue=this._endValue),this.setVelocity(0),i=true);var m=false;this._wasAtRest&&(this._wasAtRest=false,m=true);var v=false;i&&(this._wasAtRest=true,v=true),this.notifyPositionUpdated(m,v);}},e.notifyPositionUpdated=function(t,e){var i=this;this.listeners.filter(Boolean).forEach(function(n){t&&n.onSpringActivate&&!i._onActivateCalled&&(n.onSpringActivate(i),i._onActivateCalled=true),n.onSpringUpdate&&n.onSpringUpdate(i),e&&n.onSpringAtRest&&n.onSpringAtRest(i);});},e.systemShouldAdvance=function(){return !this.isAtRest()||!this.wasAtRest()},e.wasAtRest=function(){return this._wasAtRest},e.isAtRest=function(){return Math.abs(this._currentState.velocity)<this._restSpeedThreshold&&(this.getDisplacementDistanceForState(this._currentState)<=this._displacementFromRestThreshold||0===this._springConfig.tension)},e._interpolate=function(t){this._currentState.position=this._currentState.position*t+this._previousState.position*(1-t),this._currentState.velocity=this._currentState.velocity*t+this._previousState.velocity*(1-t);},e.addListener=function(t){return this.listeners.push(t),this},e.addOneTimeListener=function(t){var e=this;return Object.keys(t).forEach(function(i){var n;t[i]=(n=t[i],function(){n.apply(void 0,[].slice.call(arguments)),e.removeListener(t);});}),this.listeners.push(t),this},e.removeListener=function(t){return S(this.listeners,t),this},t}(),w=/*#__PURE__*/function(){function t(t){this.looper=t||new E$1,this.looper.springSystem=this,this.listeners=[],this._activeSprings=[],this._idleSpringIndices=[],this._isIdle=true,this._lastTimeMillis=-1,this._springRegistry={};}var e=t.prototype;return e.createSpring=function(t,e){return this.createSpringWithConfig({tension:t,friction:e})},e.createSpringWithConfig=function(t){var e=new I(this);return this.registerSpring(e),e.setSpringConfig(t),e},e.getIsIdle=function(){return this._isIdle},e.registerSpring=function(t){this._springRegistry[t.getId()]=t;},e.deregisterSpring=function(t){S(this._activeSprings,t),delete this._springRegistry[t.getId()];},e.advance=function(t,e){for(var i=this;this._idleSpringIndices.length>0;)this._idleSpringIndices.pop();for(this._activeSprings.filter(Boolean).forEach(function(n){n.systemShouldAdvance()?n.advance(t/1e3,e/1e3):i._idleSpringIndices.push(i._activeSprings.indexOf(n));});this._idleSpringIndices.length>0;){var n=this._idleSpringIndices.pop();n>=0&&this._activeSprings.splice(n,1);}},e.loop=function(t){var e;-1===this._lastTimeMillis&&(this._lastTimeMillis=t-1);var i=t-this._lastTimeMillis;this._lastTimeMillis=t;var n=0,r=this.listeners.length;for(n=0;n<r;n++)(e=this.listeners[n]).onBeforeIntegrate&&e.onBeforeIntegrate(this);for(this.advance(t,i),0===this._activeSprings.length&&(this._isIdle=true,this._lastTimeMillis=-1),n=0;n<r;n++)(e=this.listeners[n]).onAfterIntegrate&&e.onAfterIntegrate(this);this._isIdle||this.looper.run();},e.activateSpring=function(t){var e=this._springRegistry[t];-1===this._activeSprings.indexOf(e)&&this._activeSprings.push(e),this.getIsIdle()&&(this._isIdle=false,this.looper.run());},t}(),O=new w,x=function(t){var e=t.springConfig,i=e.overshootClamping,n=t.getOnUpdateFunc,r=t.onAnimationEnd,s=t.onSpringActivate,a=O.createSpring(e.stiffness,e.damping);a.setOvershootClampingEnabled(!!i);var o={onSpringActivate:s,onSpringAtRest:function(){a.destroy(),r();},onSpringUpdate:n({spring:a,onAnimationEnd:r})};return a.addListener(o),a},U$1=function(t){var e=x(t);return e.setEndValue(1),e},V$2=function(t,e){if(void 0===e&&(e={}),t&&t.length){e.reverse&&t.reverse();var i,n="number"!=typeof(i=e.speed)?1.1:1+Math.min(Math.max(5*i,0),5),r=1/Math.max(Math.min(t.length,100),10),s=t.map(function(t,e){var i=t.getOnUpdateFunc;return t.getOnUpdateFunc=function(t){var a=i(t);return function(t){var i=t.getCurrentValue();(i=i<.01?0:i>.99?1:i)>=r&&s[e+1]&&s[e+1](Math.max(Math.min(i*n,1),0)),a(t);}},t}).map(function(t){var e=x(t);if(e)return e.setEndValue.bind(e)}).filter(Boolean);s[0]&&s[0](1);}},F$1=function(t){return [0,1,4,5,12,13].map(function(e){return t[e]})},P=function(t){return t.top<window.innerHeight&&t.bottom>0&&t.left<window.innerWidth&&t.right>0};function D(t){return JSON.parse(t.dataset.flipConfig||"{}")}var R=function(t,e){var i;return a$2(t,((i={})[e[0]]=e[1],i))},T$1=function(t,e){return r(e?document.querySelectorAll("["+d$2+'="'+e+'"]'):t.querySelectorAll("["+c$2+"]"))},M=function(t){return t.map(function(t){return [t,t.getBoundingClientRect()]})},L$1=function(n){var o=n.cachedOrderedFlipIds,p=void 0===o?[]:o,f=n.inProgressAnimations,h=void 0===f?{}:f,v=n.flippedElementPositionsBeforeUpdate,y=void 0===v?{}:v,_=n.flipCallbacks,S=void 0===_?{}:_,E=n.containerEl,A=n.applyTransformOrigin,C=n.spring,b=n.debug,I=n.portalKey,w=n.staggerConfig,O=void 0===w?{}:w,x=n.decisionData,j=void 0===x?{}:x,B=n.handleEnterUpdateDelete,N=n.onComplete,L=n.onStart;if(!window.matchMedia("(prefers-reduced-motion: reduce)").matches){var q,X=M(T$1((q={element:E,portalKey:I}).element,q.portalKey)).map(function(t){var e=t[0],i=t[1],n=window.getComputedStyle(e);return [e.dataset.flipId,{element:e,rect:i,opacity:parseFloat(n.opacity),transform:n.transform}]}).reduce(R,{}),Y=function(t){var e=t.containerEl,i=t.portalKey;return i?function(t){return function(e){return r(document.querySelectorAll("["+d$2+'="'+t+'"]'+e))}}(i):e?function(t){var e=Math.random().toFixed(5);return t.dataset.flipperId=e,function(i){return r(t.querySelectorAll('[data-flipper-id="'+e+'"] '+i))}}(e):function(){return []}}({containerEl:E,portalKey:I}),W=function(t){return function(e){return t("["+c$2+'="'+e+'"]')[0]}}(Y),K=function(t){return y[t]&&X[t]},H=Object.keys(y).concat(Object.keys(X)).filter(function(t){return !K(t)}),J={flipCallbacks:S,getElement:W,flippedElementPositionsBeforeUpdate:y,flippedElementPositionsAfterUpdate:X,inProgressAnimations:h,decisionData:j},z=function(t){var e,i=t.unflippedIds,n=t.flipCallbacks,r=t.getElement,s=t.flippedElementPositionsBeforeUpdate,a=t.flippedElementPositionsAfterUpdate,o=t.inProgressAnimations,l=t.decisionData,p=i.filter(function(t){return a[t]}).filter(function(t){return n[t]&&n[t].onAppear}),c=i.filter(function(t){return s[t]&&n[t]&&n[t].onExit}),u=new Promise(function(t){e=t;}),d=[],f=0,h=c.map(function(t,i){var r=s[t].domDataForExitAnimations,a=r.element,p=r.parent,c=r.childPosition,u=c.top,h=c.left,g=c.width,m=c.height;"static"===getComputedStyle(p).position&&(p.style.position="relative"),a.style.transform="matrix(1, 0, 0, 1, 0, 0)",a.style.position="absolute",a.style.top=u+"px",a.style.left=h+"px",a.style.height=m+"px",a.style.width=g+"px";var v=d.filter(function(t){return t[0]===p})[0];v||(v=[p,document.createDocumentFragment()],d.push(v)),v[1].appendChild(a),f+=1;var y=function(){try{p.removeChild(a);}catch(t){}finally{0==(f-=1)&&e();}};return o[t]={stop:y},function(){return n[t].onExit(a,i,y,l)}});return d.forEach(function(t){t[0].appendChild(t[1]);}),h.length||e(),{hideEnteringElements:function(){p.forEach(function(t){var e=r(t);e&&(e.style.opacity="0");});},animateEnteringElements:function(){p.forEach(function(t,e){var i=r(t);i&&n[t].onAppear(i,e,l);});},animateExitingElements:function(){return h.forEach(function(t){return t()}),u}}}(a$2({},J,{unflippedIds:H})),G=z.hideEnteringElements,Q=z.animateEnteringElements,Z=z.animateExitingElements,$=a$2({},J,{containerEl:E,flippedIds:p.filter(K),applyTransformOrigin:A,spring:C,debug:b,staggerConfig:O,scopedSelector:Y,onComplete:N});L&&L(E,j);var tt=function(n){var o,p=n.flippedIds,c=n.flipCallbacks,d=n.inProgressAnimations,f=n.flippedElementPositionsBeforeUpdate,h=n.flippedElementPositionsAfterUpdate,v=n.applyTransformOrigin,y=n.spring,_=n.getElement,S=n.debug,E=n.staggerConfig,A=void 0===E?{}:E,C=n.decisionData,b=void 0===C?{}:C,I=n.onComplete,w=n.containerEl,O=new Promise(function(t){o=t;});if(I&&O.then(function(){return I(w,b)}),!p.length)return function(){return o([]),O};var x=[],R=_(p[0]),T=R?R.ownerDocument.querySelector("body"):document.querySelector("body");s$1(p);var M=p.map(function(n){var s=f[n].rect,p=h[n].rect,_=f[n].opacity,S=h[n].opacity,E=p.width<1||p.height<1,A=h[n].element;if(!P(s)&&!P(p))return false;if(!A)return false;var C,I,w,O=D(A),U=(w=(I=void 0===(C={flipperSpring:y,flippedSpring:O.spring})?{}:C).flippedSpring,a$2({},g$1.noWobble,m$1(I.flipperSpring),m$1(w))),V=true===O.stagger?"default":O.stagger,R={element:A,id:n,stagger:V,springConfig:U};if(c[n]&&c[n].shouldFlip&&!c[n].shouldFlip(b.previous,b.current))return false;var k=Math.abs(s.left-p.left)+Math.abs(s.top-p.top),j=Math.abs(s.width-p.width)+Math.abs(s.height-p.height),B=Math.abs(S-_);if(0===s.height&&0===p.height||0===s.width&&0===p.width||k<.5&&j<.5&&B<.01)return false;var N=parse$2(h[n].transform),L={matrix:N},q={matrix:[]},X=[N];O.translate&&(X.push(translateX(s.left-p.left)),X.push(translateY(s.top-p.top))),O.scale&&(X.push(scaleX(Math.max(s.width,1)/Math.max(p.width,1))),X.push(scaleY(Math.max(s.height,1)/Math.max(p.height,1)))),O.opacity&&(q.opacity=_,L.opacity=S);var Y=[];if(!c[n]||!c[n].shouldInvert||c[n].shouldInvert(b.previous,b.current)){var W=function(t,e){return r(t.querySelectorAll("["+u$2+'="'+e+'"]'))}(A,n);Y=W.map(function(t){return [t,D(t)]});}q.matrix=F$1(X.reduce(multiply)),L.matrix=F$1(L.matrix);var K,H=function(t){var i=t.element,n=t.invertedChildren,r=t.body;return function(t){var s=t.matrix,a=t.opacity,o=t.forceMinVals;if(e$2(a)&&(i.style.opacity=a+""),o&&(i.style.minHeight="1px",i.style.minWidth="1px"),s){var l=function(t){return "matrix("+t.join(", ")+")"}(s);i.style.transform=l,n&&function(t){var e=t.matrix,i=t.body;t.invertedChildren.forEach(function(t){var n=t[0],r=t[1];if(i.contains(n)){var s=e[0],a=e[3],o=e[5],l={translateX:0,translateY:0,scaleX:1,scaleY:1},p="";r.translate&&(l.translateX=-e[4]/s,l.translateY=-o/a,p+="translate("+l.translateX+"px, "+l.translateY+"px)"),r.scale&&(l.scaleX=1/s,l.scaleY=1/a,p+=" scale("+l.scaleX+", "+l.scaleY+")"),n.style.transform=p;}});}({invertedChildren:n,matrix:s,body:r});}}}({element:A,invertedChildren:Y,body:T});if(c[n]&&c[n].onComplete){var J=c[n].onComplete;K=function(){return J(A,b)};}var z=e$2(q.opacity)&&e$2(L.opacity)&&q.opacity!==L.opacity,G=false;return a$2({},R,{stagger:V,springConfig:U,getOnUpdateFunc:function(t){var e=t.spring,i=t.onAnimationEnd;return d[n]={destroy:e.destroy.bind(e),onAnimationEnd:i},function(t){c[n]&&c[n].onSpringUpdate&&c[n].onSpringUpdate(t.getCurrentValue()),G||(G=true,c[n]&&c[n].onStart&&c[n].onStart(A,b));var e=t.getCurrentValue();if(T.contains(A)){var i={matrix:[]};i.matrix=q.matrix.map(function(t,i){return l(t,L.matrix[i],e)}),z&&(i.opacity=l(q.opacity,L.opacity,e)),H(i);}else t.destroy();}},initializeFlip:function(){H({matrix:q.matrix,opacity:z?q.opacity:void 0,forceMinVals:E}),c[n]&&c[n].onStartImmediate&&c[n].onStartImmediate(A,b),O.transformOrigin?A.style.transformOrigin=O.transformOrigin:v&&(A.style.transformOrigin="0 0"),Y.forEach(function(t){var e=t[0],i=t[1];i.transformOrigin?e.style.transformOrigin=i.transformOrigin:v&&(e.style.transformOrigin="0 0");});},onAnimationEnd:function(t){delete d[n],i$5(K)&&K(),A.style.transform="",Y.forEach(function(t){t[0].style.transform="";}),E&&A&&(A.style.minHeight="",A.style.minWidth=""),t||(x.push(n),x.length>=M.length&&o(x));},delayUntil:O.delayUntil})}).filter(Boolean);if(M.forEach(function(t){return (0, t.initializeFlip)()}),S)return function(){};var k=M.filter(function(t){return t.delayUntil&&(e=t.delayUntil,M.filter(function(t){return t.id===e}).length);var e;}),j={},B={},N={};k.forEach(function(t){t.stagger?(N[t.stagger]=true,B[t.delayUntil]?B[t.delayUntil].push(t.stagger):B[t.delayUntil]=[t.stagger]):j[t.delayUntil]?j[t.delayUntil].push(t):j[t.delayUntil]=[t];});var L=M.filter(function(t){return t.stagger}).reduce(function(t,e){return t[e.stagger]?t[e.stagger].push(e):t[e.stagger]=[e],t},{}),q=M.filter(function(t){return -1===k.indexOf(t)});return q.forEach(function(t){t.onSpringActivate=function(){j[t.id]&&j[t.id].forEach(U$1),B[t.id]&&Object.keys(B[t.id].reduce(function(t,e){var i;return a$2(t,((i={})[e]=true,i))},{})).forEach(function(t){V$2(L[t],A[t]);});};}),function(){return M.length||o([]),q.filter(function(t){return !t.stagger}).forEach(U$1),Object.keys(L).forEach(function(t){N[t]||V$2(L[t],A[t]);}),O}}($);B?B({hideEnteringElements:G,animateEnteringElements:Q,animateExitingElements:Z,animateFlippedElements:tt}):(G(),Z().then(Q),tt());}},q=function(t){var e=t.element,i=t.flipCallbacks,n=void 0===i?{}:i,s=t.inProgressAnimations,o=void 0===s?{}:s,l=T$1(e,t.portalKey),p=r(e.querySelectorAll("["+u$2+"]")),c={},d=[],h={};l.filter(function(t){return n&&n[t.dataset.flipId]&&n[t.dataset.flipId].onExit}).forEach(function(t){var e=t.parentNode;if(t.closest){var i=t.closest("["+f$3+"]");i&&(e=i);}var n=d.findIndex(function(t){return t[0]===e});-1===n&&(d.push([e,e.getBoundingClientRect()]),n=d.length-1),c[t.dataset.flipId]=d[n][1],h[t.dataset.flipId]=e;});var g=M(l),m=g.map(function(t){var e=t[0],i=t[1],r={};if(n&&n[e.dataset.flipId]&&n[e.dataset.flipId].onExit){var s=c[e.dataset.flipId];a$2(r,{element:e,parent:h[e.dataset.flipId],childPosition:{top:i.top-s.top,left:i.left-s.left,width:i.width,height:i.height}});}return [e.dataset.flipId,{rect:i,opacity:parseFloat(window.getComputedStyle(e).opacity||"1"),domDataForExitAnimations:r}]}).reduce(R,{});return function(t,e){Object.keys(t).forEach(function(e){t[e].destroy&&t[e].destroy(),t[e].onAnimationEnd&&t[e].onAnimationEnd(true),delete t[e];}),e.forEach(function(t){t.style.transform="",t.style.opacity="";});}(o,l.concat(p)),{flippedElementPositions:m,cachedOrderedFlipIds:g.map(function(t){return t[0].dataset.flipId})}};new w;
72393
72687
 
72688
+ var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
72689
+
72690
+ function getDefaultExportFromCjs (x) {
72691
+ return x && x.__esModule && Object.prototype.hasOwnProperty.call(x, 'default') ? x['default'] : x;
72692
+ }
72693
+
72694
+ function getAugmentedNamespace(n) {
72695
+ if (Object.prototype.hasOwnProperty.call(n, '__esModule')) return n;
72696
+ var f = n.default;
72697
+ if (typeof f == "function") {
72698
+ var a = function a () {
72699
+ var isInstance = false;
72700
+ try {
72701
+ isInstance = this instanceof a;
72702
+ } catch {}
72703
+ if (isInstance) {
72704
+ return Reflect.construct(f, arguments, this.constructor);
72705
+ }
72706
+ return f.apply(this, arguments);
72707
+ };
72708
+ a.prototype = f.prototype;
72709
+ } else a = {};
72710
+ Object.defineProperty(a, '__esModule', {value: true});
72711
+ Object.keys(n).forEach(function (k) {
72712
+ var d = Object.getOwnPropertyDescriptor(n, k);
72713
+ Object.defineProperty(a, k, d.get ? d : {
72714
+ enumerable: true,
72715
+ get: function () {
72716
+ return n[k];
72717
+ }
72718
+ });
72719
+ });
72720
+ return a;
72721
+ }
72722
+
72394
72723
  function s(){return s=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n]);}return e},s.apply(this,arguments)}function c$1(e,t){return c$1=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(e,t){return e.__proto__=t,e},c$1(e,t)}function d$1(e,t){if(null==e)return {};var r,n,i={},o=Object.keys(e);for(n=0;n<o.length;n++)t.indexOf(r=o[n])>=0||(i[r]=e[r]);return i}var f$2=/*#__PURE__*/React.createContext({}),u$1=/*#__PURE__*/React.createContext("portal"),h=/*#__PURE__*/function(r){var n,o;function p(){for(var e,t=arguments.length,n=new Array(t),i=0;i<t;i++)n[i]=arguments[i];return (e=r.call.apply(r,[this].concat(n))||this).inProgressAnimations={},e.flipCallbacks={},e.el=void 0,e}o=r,(n=p).prototype=Object.create(o.prototype),n.prototype.constructor=n,c$1(n,o);var l=p.prototype;return l.getSnapshotBeforeUpdate=function(t){return t.flipKey!==this.props.flipKey&&this.el?q({element:this.el,flipCallbacks:this.flipCallbacks,inProgressAnimations:this.inProgressAnimations,portalKey:this.props.portalKey}):null},l.componentDidUpdate=function(e,r,n){this.props.flipKey!==e.flipKey&&this.el&&L$1({flippedElementPositionsBeforeUpdate:n.flippedElementPositions,cachedOrderedFlipIds:n.cachedOrderedFlipIds,containerEl:this.el,inProgressAnimations:this.inProgressAnimations,flipCallbacks:this.flipCallbacks,applyTransformOrigin:this.props.applyTransformOrigin,spring:this.props.spring,debug:this.props.debug,portalKey:this.props.portalKey,staggerConfig:this.props.staggerConfig,handleEnterUpdateDelete:this.props.handleEnterUpdateDelete,decisionData:{previous:e.decisionData,current:this.props.decisionData},onComplete:this.props.onComplete,onStart:this.props.onStart});},l.render=function(){var e=this,t=this.props,r=t.portalKey,n=/*#__PURE__*/React.createElement(f$2.Provider,{value:this.flipCallbacks},/*#__PURE__*/React.createElement(t.element,{className:t.className,ref:function(t){return e.el=t}},this.props.children));return r&&(n=/*#__PURE__*/React.createElement(u$1.Provider,{value:r},n)),n},p}(React.Component);h.defaultProps={applyTransformOrigin:true,element:"div"};var m=["children","flipId","inverseFlipId","portalKey"],y=["children","flipId","shouldFlip","shouldInvert","onAppear","onStart","onStartImmediate","onComplete","onExit","onSpringUpdate"],g=function(e){var t,i=e.children,o=e.flipId,p$1=e.inverseFlipId,s=e.portalKey,c=d$1(e,m),f=i,u=function(e){return "function"==typeof e}(f);if(!u)try{f=React.Children.only(i);}catch(e){throw new Error("Each Flipped component must wrap a single child")}c.scale||c.translate||c.opacity||p.assign(c,{translate:true,scale:true,opacity:true});var h=((t={})[h$1.DATA_FLIP_CONFIG]=JSON.stringify(c),t);return void 0!==o?h[h$1.DATA_FLIP_ID]=String(o):p$1&&(h[h$1.DATA_INVERSE_FLIP_ID]=String(p$1)),void 0!==s&&(h[h$1.DATA_PORTAL_KEY]=s),u?f(h):/*#__PURE__*/React.cloneElement(f,h)},v=function(e){var t=e.children,n=e.flipId,o=e.shouldFlip,p$1=e.shouldInvert,l=e.onAppear,a=e.onStart,c=e.onStartImmediate,h=e.onComplete,m=e.onExit,v=e.onSpringUpdate,I=d$1(e,y);return t?I.inverseFlipId?/*#__PURE__*/React.createElement(g,s({},I),t):/*#__PURE__*/React.createElement(u$1.Consumer,null,function(e){return React.createElement(f$2.Consumer,null,function(d){return p.isObject(d)&&n&&(d[n]={shouldFlip:o,shouldInvert:p$1,onAppear:l,onStart:a,onStartImmediate:c,onComplete:h,onExit:m,onSpringUpdate:v}),/*#__PURE__*/React.createElement(g,s({flipId:n},I,{portalKey:e}),t)})}):null};v.displayName="Flipped";
72395
72724
 
72396
72725
  // THIS FILE IS AUTO GENERATED
@@ -72501,7 +72830,7 @@ const DailClock = () => {
72501
72830
  /* @__PURE__ */ jsxRuntime.jsx(
72502
72831
  "div",
72503
72832
  {
72504
- className: cn(styles$36.seconds, { [styles$36.pause]: seconds === 0 }),
72833
+ className: clsx(styles$36.seconds, { [styles$36.pause]: seconds === 0 }),
72505
72834
  style: {
72506
72835
  "--dRotate": `${6 * seconds}deg`
72507
72836
  },
@@ -72511,7 +72840,7 @@ const DailClock = () => {
72511
72840
  /* @__PURE__ */ jsxRuntime.jsx(
72512
72841
  "div",
72513
72842
  {
72514
- className: cn(styles$36.minutes, { [styles$36.pause]: minutes === 0 }),
72843
+ className: clsx(styles$36.minutes, { [styles$36.pause]: minutes === 0 }),
72515
72844
  style: {
72516
72845
  "--dRotate": `${6 * minutes}deg`
72517
72846
  },
@@ -72577,7 +72906,7 @@ const MotionClock = () => {
72577
72906
  /* @__PURE__ */ jsxRuntime.jsx(
72578
72907
  "div",
72579
72908
  {
72580
- className: cn(styles$35.hand, styles$35.hr),
72909
+ className: clsx(styles$35.hand, styles$35.hr),
72581
72910
  style: {
72582
72911
  animationDelay: `${-delays[0]}s`
72583
72912
  }
@@ -72586,7 +72915,7 @@ const MotionClock = () => {
72586
72915
  /* @__PURE__ */ jsxRuntime.jsx(
72587
72916
  "div",
72588
72917
  {
72589
- className: cn(styles$35.hand, styles$35.min),
72918
+ className: clsx(styles$35.hand, styles$35.min),
72590
72919
  style: {
72591
72920
  animationDelay: `${-delays[1]}s`
72592
72921
  }
@@ -72595,7 +72924,7 @@ const MotionClock = () => {
72595
72924
  /* @__PURE__ */ jsxRuntime.jsx(
72596
72925
  "div",
72597
72926
  {
72598
- className: cn(styles$35.hand, styles$35.sec),
72927
+ className: clsx(styles$35.hand, styles$35.sec),
72599
72928
  style: {
72600
72929
  animationDelay: `${-delays[2]}s`
72601
72930
  },
@@ -72649,11 +72978,11 @@ const NeumorphicAnalogClock = ({ className }) => {
72649
72978
  const secDelay = msInMin * (time % msInMin / msInMin) / msInSec;
72650
72979
  return [hrDelay, minDelay, secDelay];
72651
72980
  });
72652
- return /* @__PURE__ */ jsxRuntime.jsxs("div", { className: cn(styles$34.root, className), children: [
72981
+ return /* @__PURE__ */ jsxRuntime.jsxs("div", { className: clsx(styles$34.root, className), children: [
72653
72982
  /* @__PURE__ */ jsxRuntime.jsx(
72654
72983
  "div",
72655
72984
  {
72656
- className: cn(styles$34.hand, styles$34.hr),
72985
+ className: clsx(styles$34.hand, styles$34.hr),
72657
72986
  style: {
72658
72987
  animationDelay: `${-delays[0]}s`
72659
72988
  }
@@ -72662,7 +72991,7 @@ const NeumorphicAnalogClock = ({ className }) => {
72662
72991
  /* @__PURE__ */ jsxRuntime.jsx(
72663
72992
  "div",
72664
72993
  {
72665
- className: cn(styles$34.hand, styles$34.min),
72994
+ className: clsx(styles$34.hand, styles$34.min),
72666
72995
  style: {
72667
72996
  animationDelay: `${-delays[1]}s`
72668
72997
  }
@@ -72671,7 +73000,7 @@ const NeumorphicAnalogClock = ({ className }) => {
72671
73000
  /* @__PURE__ */ jsxRuntime.jsx(
72672
73001
  "div",
72673
73002
  {
72674
- className: cn(styles$34.hand, styles$34.sec),
73003
+ className: clsx(styles$34.hand, styles$34.sec),
72675
73004
  style: {
72676
73005
  animationDelay: `${-delays[2]}s`
72677
73006
  }
@@ -72778,7 +73107,7 @@ const CircleTextHover = () => {
72778
73107
  "div",
72779
73108
  {
72780
73109
  ref: cursorRef,
72781
- className: cn(styles$33.cursor, { [styles$33.active]: activeCursor }),
73110
+ className: clsx(styles$33.cursor, { [styles$33.active]: activeCursor }),
72782
73111
  children: [
72783
73112
  /* @__PURE__ */ jsxRuntime.jsx("div", { className: styles$33.icon, children: Icon ? /* @__PURE__ */ jsxRuntime.jsx(Icon, {}) : null }),
72784
73113
  /* @__PURE__ */ jsxRuntime.jsx("div", { className: styles$33.link, children: inner })
@@ -73024,7 +73353,7 @@ const styles$2$ = {
73024
73353
  root: root$2N
73025
73354
  };
73026
73355
 
73027
- const SplashCursor = ({ onClick = server.noop }) => {
73356
+ const SplashCursor = ({ onClick = svg$q.noop }) => {
73028
73357
  const ref = React.useRef(null);
73029
73358
  const onClickRef = useWindowReady.useLiveRef(onClick);
73030
73359
  React.useEffect(() => {
@@ -73193,7 +73522,7 @@ const MagicMouseEffect = () => {
73193
73522
  "text-shadow",
73194
73523
  `0px 0px 1.5rem rgb(${color} / 0.5)`
73195
73524
  );
73196
- star.className = cn(styles$2_.star, config$1.animations[countRef.current % 3]);
73525
+ star.className = clsx(styles$2_.star, config$1.animations[countRef.current % 3]);
73197
73526
  star.style.setProperty(
73198
73527
  "animation-duration",
73199
73528
  ms(config$1.starAnimationDuration)
@@ -73433,7 +73762,7 @@ const DialControl = ({ limit = true }) => {
73433
73762
  /* @__PURE__ */ jsxRuntime.jsx("div", { className: styles$2Z.container, children: /* @__PURE__ */ jsxRuntime.jsx("div", { className: styles$2Z.nav, children: /* @__PURE__ */ jsxRuntime.jsx("ul", { className: styles$2Z.list, children: items$j.map((item, index) => /* @__PURE__ */ jsxRuntime.jsx(
73434
73763
  "li",
73435
73764
  {
73436
- className: cn(styles$2Z.item, {
73765
+ className: clsx(styles$2Z.item, {
73437
73766
  [styles$2Z.active]: active === index
73438
73767
  }),
73439
73768
  onClick: () => {
@@ -73469,7 +73798,7 @@ const DialFuturistic = () => {
73469
73798
  return /* @__PURE__ */ jsxRuntime.jsx("div", { ref, className: styles$2Y.root, "data-theme": theme, children: /* @__PURE__ */ jsxRuntime.jsxs(
73470
73799
  "div",
73471
73800
  {
73472
- className: cn(styles$2Y.selector, {
73801
+ className: clsx(styles$2Y.selector, {
73473
73802
  [styles$2Y.active]: activeIndex !== null
73474
73803
  }),
73475
73804
  children: [
@@ -73564,11 +73893,11 @@ const items$h = [
73564
73893
  const MetalCircleController = () => {
73565
73894
  const [active, setActive] = React.useState(2);
73566
73895
  return /* @__PURE__ */ jsxRuntime.jsxs("div", { className: styles$2X.root, children: [
73567
- /* @__PURE__ */ jsxRuntime.jsx("div", { className: cn(styles$2X.dial, styles$2X[`pos${active}`]), children: /* @__PURE__ */ jsxRuntime.jsx("div", { className: styles$2X.grad }) }),
73896
+ /* @__PURE__ */ jsxRuntime.jsx("div", { className: clsx(styles$2X.dial, styles$2X[`pos${active}`]), children: /* @__PURE__ */ jsxRuntime.jsx("div", { className: styles$2X.grad }) }),
73568
73897
  /* @__PURE__ */ jsxRuntime.jsx("div", { className: styles$2X.container, children: /* @__PURE__ */ jsxRuntime.jsx("div", { className: styles$2X.nav, children: /* @__PURE__ */ jsxRuntime.jsx("ul", { className: styles$2X.list, children: items$h.map((item, index) => /* @__PURE__ */ jsxRuntime.jsx(
73569
73898
  "li",
73570
73899
  {
73571
- className: cn(styles$2X.item, {
73900
+ className: clsx(styles$2X.item, {
73572
73901
  [styles$2X.active]: active === index
73573
73902
  }),
73574
73903
  onClick: () => {
@@ -77784,9 +78113,11 @@ function useRole(context, props) {
77784
78113
  } : {}, [enabled, reference, floating, item]);
77785
78114
  }
77786
78115
 
77787
- const tooltip = "_tooltip_45btf_1";
78116
+ const tooltip = "_tooltip_pli88_1";
78117
+ const tooltipContent = "_tooltipContent_pli88_6";
77788
78118
  const styles$2R = {
77789
- tooltip: tooltip
78119
+ tooltip: tooltip,
78120
+ tooltipContent: tooltipContent
77790
78121
  };
77791
78122
 
77792
78123
  const Tooltip = ({
@@ -77797,7 +78128,29 @@ const Tooltip = ({
77797
78128
  placement = "top",
77798
78129
  offset: offsetValue = 8
77799
78130
  }) => {
77800
- const [isOpen, setIsOpen] = React.useState(false);
78131
+ const [isOpen, setIsOpen] = React.useState(true);
78132
+ const shouldReduceMotion = useReducedMotion();
78133
+ const variants = shouldReduceMotion ? void 0 : {
78134
+ initial: { scale: 0.6, opacity: 0 },
78135
+ animate: {
78136
+ scale: 1,
78137
+ opacity: 1,
78138
+ transition: {
78139
+ type: "spring",
78140
+ stiffness: 150,
78141
+ damping: 20,
78142
+ mass: 1.2
78143
+ }
78144
+ },
78145
+ exit: {
78146
+ scale: 0.4,
78147
+ opacity: 0,
78148
+ transition: {
78149
+ duration: 0.1,
78150
+ ease: "easeIn"
78151
+ }
78152
+ }
78153
+ };
77801
78154
  const { refs, floatingStyles, context } = useFloating({
77802
78155
  open: isOpen,
77803
78156
  onOpenChange: setIsOpen,
@@ -77853,16 +78206,27 @@ const Tooltip = ({
77853
78206
  };
77854
78207
  return /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
77855
78208
  React.cloneElement(childElement, mergedProps),
77856
- isOpen && /* @__PURE__ */ jsxRuntime.jsx(FloatingPortal, { children: /* @__PURE__ */ jsxRuntime.jsx(
78209
+ /* @__PURE__ */ jsxRuntime.jsx(FloatingPortal, { children: /* @__PURE__ */ jsxRuntime.jsx(AnimatePresence, { mode: "wait", children: isOpen && /* @__PURE__ */ jsxRuntime.jsx(
77857
78210
  "div",
77858
78211
  {
77859
78212
  ref: refs.setFloating,
77860
78213
  style: floatingStyles,
77861
78214
  ...getFloatingProps(),
77862
- className: cn(styles$2R.tooltip, className),
77863
- children: label
77864
- }
77865
- ) })
78215
+ className: styles$2R.tooltip,
78216
+ children: /* @__PURE__ */ jsxRuntime.jsx(
78217
+ motion.div,
78218
+ {
78219
+ className: clsx(styles$2R.tooltipContent, className),
78220
+ variants,
78221
+ initial: shouldReduceMotion ? void 0 : "initial",
78222
+ animate: shouldReduceMotion ? void 0 : "animate",
78223
+ exit: shouldReduceMotion ? void 0 : "exit",
78224
+ children: label
78225
+ }
78226
+ )
78227
+ },
78228
+ "tooltip"
78229
+ ) }) })
77866
78230
  ] });
77867
78231
  }
77868
78232
  return /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
@@ -77875,16 +78239,27 @@ const Tooltip = ({
77875
78239
  children
77876
78240
  }
77877
78241
  ),
77878
- isOpen && /* @__PURE__ */ jsxRuntime.jsx(FloatingPortal, { children: /* @__PURE__ */ jsxRuntime.jsx(
78242
+ /* @__PURE__ */ jsxRuntime.jsx(FloatingPortal, { children: /* @__PURE__ */ jsxRuntime.jsx(AnimatePresence, { mode: "wait", children: isOpen && /* @__PURE__ */ jsxRuntime.jsx(
77879
78243
  "div",
77880
78244
  {
77881
78245
  ref: refs.setFloating,
77882
78246
  style: floatingStyles,
77883
78247
  ...getFloatingProps(),
77884
- className: cn(styles$2R.tooltip, className),
77885
- children: label
77886
- }
77887
- ) })
78248
+ className: styles$2R.tooltip,
78249
+ children: /* @__PURE__ */ jsxRuntime.jsx(
78250
+ motion.div,
78251
+ {
78252
+ className: clsx(styles$2R.tooltipContent, className),
78253
+ variants,
78254
+ initial: shouldReduceMotion ? void 0 : "initial",
78255
+ animate: shouldReduceMotion ? void 0 : "animate",
78256
+ exit: shouldReduceMotion ? void 0 : "exit",
78257
+ children: label
78258
+ }
78259
+ )
78260
+ },
78261
+ "tooltip"
78262
+ ) }) })
77888
78263
  ] });
77889
78264
  };
77890
78265
 
@@ -78103,13 +78478,13 @@ const DockMotionItem = ({
78103
78478
  "div",
78104
78479
  {
78105
78480
  ref,
78106
- className: cn(styles$2S.root, { [styles$2S.block]: type === "block" }),
78481
+ className: clsx(styles$2S.root, { [styles$2S.block]: type === "block" }),
78107
78482
  children: /* @__PURE__ */ jsxRuntime.jsxs(
78108
78483
  ContentElement,
78109
78484
  {
78110
78485
  ref: scope,
78111
78486
  layoutId: itemKey,
78112
- className: cn(styles$2S.item, className),
78487
+ className: clsx(styles$2S.item, className),
78113
78488
  onMouseEnter,
78114
78489
  style: contentStyle,
78115
78490
  "data-action": isInteractive,
@@ -78170,8 +78545,8 @@ const DockMotionItem = ({
78170
78545
  const originX = { originX: "center" };
78171
78546
  const DockMotion$1 = ({
78172
78547
  children,
78173
- onMouseEnter = server.noop,
78174
- onMouseLeave = server.noop,
78548
+ onMouseEnter = svg$q.noop,
78549
+ onMouseLeave = svg$q.noop,
78175
78550
  className = ""
78176
78551
  }) => {
78177
78552
  const mouseX = useWindowReady.useMotionValue(null);
@@ -78181,7 +78556,7 @@ const DockMotion$1 = ({
78181
78556
  return /* @__PURE__ */ jsxRuntime.jsxs(
78182
78557
  "footer",
78183
78558
  {
78184
- className: cn(styles$2U.root, className),
78559
+ className: clsx(styles$2U.root, className),
78185
78560
  "data-dock": "motion",
78186
78561
  children: [
78187
78562
  embedded,
@@ -78221,7 +78596,7 @@ const DockMotion$1 = ({
78221
78596
  props.onClick?.(e);
78222
78597
  },
78223
78598
  mouseX,
78224
- className: cn(props?.className, styles$2U.child)
78599
+ className: clsx(props?.className, styles$2U.child)
78225
78600
  });
78226
78601
  }
78227
78602
  if (item.type === DockMotionDivider) {
@@ -78283,21 +78658,21 @@ const styles$2O = {
78283
78658
 
78284
78659
  const DenseGrid = () => {
78285
78660
  return /* @__PURE__ */ jsxRuntime.jsxs("div", { className: styles$2O.root, children: [
78286
- /* @__PURE__ */ jsxRuntime.jsx("div", { className: cn(styles$2O.item, styles$2O.horizontal), children: /* @__PURE__ */ jsxRuntime.jsx("img", { src: "https://images.unsplash.com/photo-1506252374453-ef5237291d83?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=968&q=80" }) }),
78287
- /* @__PURE__ */ jsxRuntime.jsx("div", { className: cn(styles$2O.item, styles$2O.vertical), children: /* @__PURE__ */ jsxRuntime.jsx("img", { src: "https://images.unsplash.com/photo-1536273176101-b3810e5cb3c0?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=2000&q=80" }) }),
78288
- /* @__PURE__ */ jsxRuntime.jsx("div", { className: cn(styles$2O.item, styles$2O.horizontal), children: /* @__PURE__ */ jsxRuntime.jsx("img", { src: "https://images.unsplash.com/photo-1524546101258-e99b0826ea9c?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1936&q=80" }) }),
78289
- /* @__PURE__ */ jsxRuntime.jsx("div", { className: cn(styles$2O.item, styles$2O.big), children: /* @__PURE__ */ jsxRuntime.jsx("img", { src: "https://images.unsplash.com/photo-1486239154832-a989a601c41d?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=634&q=80" }) }),
78290
- /* @__PURE__ */ jsxRuntime.jsx("div", { className: cn(styles$2O.item, styles$2O.vertical), children: /* @__PURE__ */ jsxRuntime.jsx("img", { src: "https://images.unsplash.com/photo-1519458524098-335b2a5747b2?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=634&q=80" }) }),
78661
+ /* @__PURE__ */ jsxRuntime.jsx("div", { className: clsx(styles$2O.item, styles$2O.horizontal), children: /* @__PURE__ */ jsxRuntime.jsx("img", { src: "https://images.unsplash.com/photo-1506252374453-ef5237291d83?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=968&q=80" }) }),
78662
+ /* @__PURE__ */ jsxRuntime.jsx("div", { className: clsx(styles$2O.item, styles$2O.vertical), children: /* @__PURE__ */ jsxRuntime.jsx("img", { src: "https://images.unsplash.com/photo-1536273176101-b3810e5cb3c0?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=2000&q=80" }) }),
78663
+ /* @__PURE__ */ jsxRuntime.jsx("div", { className: clsx(styles$2O.item, styles$2O.horizontal), children: /* @__PURE__ */ jsxRuntime.jsx("img", { src: "https://images.unsplash.com/photo-1524546101258-e99b0826ea9c?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1936&q=80" }) }),
78664
+ /* @__PURE__ */ jsxRuntime.jsx("div", { className: clsx(styles$2O.item, styles$2O.big), children: /* @__PURE__ */ jsxRuntime.jsx("img", { src: "https://images.unsplash.com/photo-1486239154832-a989a601c41d?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=634&q=80" }) }),
78665
+ /* @__PURE__ */ jsxRuntime.jsx("div", { className: clsx(styles$2O.item, styles$2O.vertical), children: /* @__PURE__ */ jsxRuntime.jsx("img", { src: "https://images.unsplash.com/photo-1519458524098-335b2a5747b2?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=634&q=80" }) }),
78291
78666
  /* @__PURE__ */ jsxRuntime.jsx("div", { className: styles$2O.item, children: /* @__PURE__ */ jsxRuntime.jsx("img", { src: "https://images.unsplash.com/photo-1548737787-a776beb45cfd?ixlib=rb-1.2.1&auto=format&fit=crop&w=701&q=80" }) }),
78292
- /* @__PURE__ */ jsxRuntime.jsx("div", { className: cn(styles$2O.item, styles$2O.vertical), children: /* @__PURE__ */ jsxRuntime.jsx("img", { src: "https://images.unsplash.com/photo-1513836279014-a89f7a76ae86?ixlib=rb-1.2.1&auto=format&fit=crop&w=634&q=80" }) }),
78667
+ /* @__PURE__ */ jsxRuntime.jsx("div", { className: clsx(styles$2O.item, styles$2O.vertical), children: /* @__PURE__ */ jsxRuntime.jsx("img", { src: "https://images.unsplash.com/photo-1513836279014-a89f7a76ae86?ixlib=rb-1.2.1&auto=format&fit=crop&w=634&q=80" }) }),
78293
78668
  /* @__PURE__ */ jsxRuntime.jsx("div", { className: styles$2O.item, children: /* @__PURE__ */ jsxRuntime.jsx("img", { src: "https://images.unsplash.com/photo-1474218861938-d6b14818c8e2?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1489&q=80" }) }),
78294
78669
  /* @__PURE__ */ jsxRuntime.jsx("div", { className: styles$2O.item, children: /* @__PURE__ */ jsxRuntime.jsx("img", { src: "https://images.unsplash.com/photo-1502842113467-03fdcac39fe5?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=634&q=80" }) }),
78295
78670
  /* @__PURE__ */ jsxRuntime.jsx("div", { className: styles$2O.item, children: /* @__PURE__ */ jsxRuntime.jsx("img", { src: "https://images.unsplash.com/photo-1548599042-0df640181771?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1350&q=80" }) }),
78296
- /* @__PURE__ */ jsxRuntime.jsx("div", { className: cn(styles$2O.item, styles$2O.big), children: /* @__PURE__ */ jsxRuntime.jsx("img", { src: "https://images.unsplash.com/photo-1515405969538-5642ed9d0cc4?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=675&q=80" }) }),
78671
+ /* @__PURE__ */ jsxRuntime.jsx("div", { className: clsx(styles$2O.item, styles$2O.big), children: /* @__PURE__ */ jsxRuntime.jsx("img", { src: "https://images.unsplash.com/photo-1515405969538-5642ed9d0cc4?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=675&q=80" }) }),
78297
78672
  /* @__PURE__ */ jsxRuntime.jsx("div", { className: styles$2O.item, children: /* @__PURE__ */ jsxRuntime.jsx("img", { src: "https://images.unsplash.com/photo-1519999482648-25049ddd37b1?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=926&q=80" }) }),
78298
- /* @__PURE__ */ jsxRuntime.jsx("div", { className: cn(styles$2O.item, styles$2O.horizontal), children: /* @__PURE__ */ jsxRuntime.jsx("img", { src: "https://images.unsplash.com/photo-1460627390041-532a28402358?ixlib=rb-1.2.1&auto=format&fit=crop&w=1950&q=80" }) }),
78673
+ /* @__PURE__ */ jsxRuntime.jsx("div", { className: clsx(styles$2O.item, styles$2O.horizontal), children: /* @__PURE__ */ jsxRuntime.jsx("img", { src: "https://images.unsplash.com/photo-1460627390041-532a28402358?ixlib=rb-1.2.1&auto=format&fit=crop&w=1950&q=80" }) }),
78299
78674
  /* @__PURE__ */ jsxRuntime.jsx("div", { className: styles$2O.item, children: /* @__PURE__ */ jsxRuntime.jsx("img", { src: "https://images.unsplash.com/photo-1514673309919-5998bbbadf7f?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=688&q=80" }) }),
78300
- /* @__PURE__ */ jsxRuntime.jsx("div", { className: cn(styles$2O.item, styles$2O.horizontal), children: /* @__PURE__ */ jsxRuntime.jsx("img", { src: "https://images.unsplash.com/photo-1543335785-8aadf6d8183c?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1489&q=80" }) })
78675
+ /* @__PURE__ */ jsxRuntime.jsx("div", { className: clsx(styles$2O.item, styles$2O.horizontal), children: /* @__PURE__ */ jsxRuntime.jsx("img", { src: "https://images.unsplash.com/photo-1543335785-8aadf6d8183c?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1489&q=80" }) })
78301
78676
  ] });
78302
78677
  };
78303
78678
 
@@ -78452,7 +78827,7 @@ const items$d = [
78452
78827
  }
78453
78828
  ];
78454
78829
  const GridHover = () => {
78455
- return /* @__PURE__ */ jsxRuntime.jsx("ul", { className: cn(styles$2M.root, styles$2M.withColor, styles$2M.withBlur), children: items$d.map((image) => /* @__PURE__ */ jsxRuntime.jsx("li", { className: styles$2M.item, children: /* @__PURE__ */ jsxRuntime.jsxs("a", { href: "#", children: [
78830
+ return /* @__PURE__ */ jsxRuntime.jsx("ul", { className: clsx(styles$2M.root, styles$2M.withColor, styles$2M.withBlur), children: items$d.map((image) => /* @__PURE__ */ jsxRuntime.jsx("li", { className: styles$2M.item, children: /* @__PURE__ */ jsxRuntime.jsxs("a", { href: "#", children: [
78456
78831
  /* @__PURE__ */ jsxRuntime.jsx("img", { src: image.src, alt: "" }),
78457
78832
  /* @__PURE__ */ jsxRuntime.jsx("span", { className: styles$2M.description, children: image.title })
78458
78833
  ] }) }, image.title + image.src)) });
@@ -78486,23 +78861,23 @@ const styles$2L = {
78486
78861
  };
78487
78862
 
78488
78863
  const LIST = [
78489
- cn(styles$2L.card2, styles$2L.cardImg),
78490
- cn(styles$2L.card3, styles$2L.cardImg),
78491
- cn(styles$2L.cardImg, styles$2L.card1, styles$2L.cardMain),
78492
- cn(styles$2L.card4, styles$2L.cardImg),
78493
- cn(styles$2L.cardImg, styles$2L.card5),
78494
- cn(styles$2L.card6, styles$2L.cardImg)
78864
+ clsx(styles$2L.card2, styles$2L.cardImg),
78865
+ clsx(styles$2L.card3, styles$2L.cardImg),
78866
+ clsx(styles$2L.cardImg, styles$2L.card1, styles$2L.cardMain),
78867
+ clsx(styles$2L.card4, styles$2L.cardImg),
78868
+ clsx(styles$2L.cardImg, styles$2L.card5),
78869
+ clsx(styles$2L.card6, styles$2L.cardImg)
78495
78870
  ];
78496
78871
  const GridViewTransition = () => {
78497
78872
  const [activeIndex, setActiveIndex] = React.useState(null);
78498
78873
  return /* @__PURE__ */ jsxRuntime.jsx(
78499
78874
  "div",
78500
78875
  {
78501
- className: cn(styles$2L.root, { [styles$2L.expanded]: activeIndex !== null }),
78876
+ className: clsx(styles$2L.root, { [styles$2L.expanded]: activeIndex !== null }),
78502
78877
  children: LIST.map((item, index) => /* @__PURE__ */ jsxRuntime.jsx(
78503
78878
  "div",
78504
78879
  {
78505
- className: cn(styles$2L.card, item, {
78880
+ className: clsx(styles$2L.card, item, {
78506
78881
  [styles$2L.active]: activeIndex === index
78507
78882
  }),
78508
78883
  onClick: () => {
@@ -78586,7 +78961,7 @@ const BoldHamburger = () => {
78586
78961
  "button",
78587
78962
  {
78588
78963
  type: "button",
78589
- className: cn(styles$2J.root, { [styles$2J.active]: isActive }),
78964
+ className: clsx(styles$2J.root, { [styles$2J.active]: isActive }),
78590
78965
  onClick: () => setIsActive((prev) => !prev),
78591
78966
  children: [
78592
78967
  /* @__PURE__ */ jsxRuntime.jsx("div", { className: styles$2J.top }),
@@ -78624,11 +78999,11 @@ const styles$2H = {
78624
78999
  isOpen: isOpen
78625
79000
  };
78626
79001
 
78627
- const HamburgerX = ({ isOpen, onClick = server.noop }) => /* @__PURE__ */ jsxRuntime.jsx(
79002
+ const HamburgerX = ({ isOpen, onClick = svg$q.noop }) => /* @__PURE__ */ jsxRuntime.jsx(
78628
79003
  "button",
78629
79004
  {
78630
79005
  type: "button",
78631
- className: cn(styles$2H.root, { [styles$2H.isOpen]: isOpen }),
79006
+ className: clsx(styles$2H.root, { [styles$2H.isOpen]: isOpen }),
78632
79007
  onClick,
78633
79008
  children: /* @__PURE__ */ jsxRuntime.jsx("div", { className: styles$2H.icon })
78634
79009
  }
@@ -78645,7 +79020,7 @@ const Header = ({
78645
79020
  children,
78646
79021
  className = "",
78647
79022
  contentClassName = ""
78648
- }) => /* @__PURE__ */ jsxRuntime.jsx("header", { className: cn(styles$2G.root, className), children: /* @__PURE__ */ jsxRuntime.jsx("div", { className: cn(styles$2G.content, contentClassName), children }) });
79023
+ }) => /* @__PURE__ */ jsxRuntime.jsx("header", { className: clsx(styles$2G.root, className), children: /* @__PURE__ */ jsxRuntime.jsx("div", { className: clsx(styles$2G.content, contentClassName), children }) });
78649
79024
 
78650
79025
  const root$2u = "_root_m9k88_1";
78651
79026
  const main$4 = "_main_m9k88_6";
@@ -78697,7 +79072,7 @@ const StickyHeader = () => {
78697
79072
  ] }),
78698
79073
  /* @__PURE__ */ jsxRuntime.jsx("a", { href: "#", className: styles$2F.editButton, children: "✎" })
78699
79074
  ] }) }),
78700
- /* @__PURE__ */ jsxRuntime.jsxs("main", { className: cn(styles$2F.main, styles$2F.limited), children: [
79075
+ /* @__PURE__ */ jsxRuntime.jsxs("main", { className: clsx(styles$2F.main, styles$2F.limited), children: [
78701
79076
  /* @__PURE__ */ jsxRuntime.jsxs("div", { className: styles$2F.col, children: [
78702
79077
  /* @__PURE__ */ jsxRuntime.jsx("div", { className: styles$2F.box, style: { height: "20vh" } }),
78703
79078
  /* @__PURE__ */ jsxRuntime.jsx("div", { className: styles$2F.box, style: { height: "5vh" } }),
@@ -78736,7 +79111,7 @@ const AnimatedHeroTitle = () => {
78736
79111
  /* @__PURE__ */ jsxRuntime.jsxs(
78737
79112
  "span",
78738
79113
  {
78739
- className: cn(styles$2E.bg, styles$2E.bg1),
79114
+ className: clsx(styles$2E.bg, styles$2E.bg1),
78740
79115
  style: {
78741
79116
  "--content": "Develop.",
78742
79117
  "--padding": "0.05em",
@@ -78745,14 +79120,14 @@ const AnimatedHeroTitle = () => {
78745
79120
  },
78746
79121
  children: [
78747
79122
  /* @__PURE__ */ jsxRuntime.jsx("span", { className: styles$2E.shadow, children: "Develop." }),
78748
- /* @__PURE__ */ jsxRuntime.jsx("span", { className: cn(styles$2E.fg, styles$2E.fg1), children: "Develop." })
79123
+ /* @__PURE__ */ jsxRuntime.jsx("span", { className: clsx(styles$2E.fg, styles$2E.fg1), children: "Develop." })
78749
79124
  ]
78750
79125
  }
78751
79126
  ),
78752
79127
  /* @__PURE__ */ jsxRuntime.jsxs(
78753
79128
  "span",
78754
79129
  {
78755
- className: cn(styles$2E.bg, styles$2E.b2),
79130
+ className: clsx(styles$2E.bg, styles$2E.b2),
78756
79131
  style: {
78757
79132
  "--content": "Preview.",
78758
79133
  "--padding": "0.05em",
@@ -78761,14 +79136,14 @@ const AnimatedHeroTitle = () => {
78761
79136
  },
78762
79137
  children: [
78763
79138
  /* @__PURE__ */ jsxRuntime.jsx("span", { className: styles$2E.shadow, children: "Preview." }),
78764
- /* @__PURE__ */ jsxRuntime.jsx("span", { className: cn(styles$2E.fg, styles$2E.fg2, styles$2E.mx2), children: "Preview." })
79139
+ /* @__PURE__ */ jsxRuntime.jsx("span", { className: clsx(styles$2E.fg, styles$2E.fg2, styles$2E.mx2), children: "Preview." })
78765
79140
  ]
78766
79141
  }
78767
79142
  ),
78768
79143
  /* @__PURE__ */ jsxRuntime.jsxs(
78769
79144
  "span",
78770
79145
  {
78771
- className: cn(styles$2E.bg, styles$2E.b3),
79146
+ className: clsx(styles$2E.bg, styles$2E.b3),
78772
79147
  style: {
78773
79148
  "--content": "Ship.",
78774
79149
  "--padding": "0.05em",
@@ -78777,7 +79152,7 @@ const AnimatedHeroTitle = () => {
78777
79152
  },
78778
79153
  children: [
78779
79154
  /* @__PURE__ */ jsxRuntime.jsx("span", { className: styles$2E.shadow, children: "Ship." }),
78780
- /* @__PURE__ */ jsxRuntime.jsx("span", { className: cn(styles$2E.fg, styles$2E.fg3), children: "Ship." })
79155
+ /* @__PURE__ */ jsxRuntime.jsx("span", { className: clsx(styles$2E.fg, styles$2E.fg3), children: "Ship." })
78781
79156
  ]
78782
79157
  }
78783
79158
  )
@@ -78978,7 +79353,7 @@ const SquircleAvatar = () => {
78978
79353
  alt: ""
78979
79354
  }
78980
79355
  ) }),
78981
- /* @__PURE__ */ jsxRuntime.jsx("div", { className: cn(styles$2y.avatar, styles$2y.squircle), children: /* @__PURE__ */ jsxRuntime.jsx(
79356
+ /* @__PURE__ */ jsxRuntime.jsx("div", { className: clsx(styles$2y.avatar, styles$2y.squircle), children: /* @__PURE__ */ jsxRuntime.jsx(
78982
79357
  "img",
78983
79358
  {
78984
79359
  className: styles$2y.img,
@@ -79173,7 +79548,7 @@ const ClearInput = () => {
79173
79548
  duration: 0.2
79174
79549
  });
79175
79550
  }, [svgLineProxy]);
79176
- return /* @__PURE__ */ jsxRuntime.jsxs("div", { ref, className: cn(styles$2x.root, { [styles$2x.clearing]: clearing }), children: [
79551
+ return /* @__PURE__ */ jsxRuntime.jsxs("div", { ref, className: clsx(styles$2x.root, { [styles$2x.clearing]: clearing }), children: [
79177
79552
  /* @__PURE__ */ jsxRuntime.jsx("div", { className: styles$2x.text, children: /* @__PURE__ */ jsxRuntime.jsx(
79178
79553
  "input",
79179
79554
  {
@@ -79209,7 +79584,7 @@ const regex = new RegExp(
79209
79584
  );
79210
79585
  const EmailInput = () => {
79211
79586
  const [valid, setValid] = React.useState(false);
79212
- return /* @__PURE__ */ jsxRuntime.jsxs("div", { className: cn(styles$2w.root, { [styles$2w.valid]: valid }), children: [
79587
+ return /* @__PURE__ */ jsxRuntime.jsxs("div", { className: clsx(styles$2w.root, { [styles$2w.valid]: valid }), children: [
79213
79588
  /* @__PURE__ */ jsxRuntime.jsx(
79214
79589
  "input",
79215
79590
  {
@@ -79409,7 +79784,7 @@ function validateEmail(email) {
79409
79784
  const NewsletterInput = () => {
79410
79785
  const [valid, setValid] = React.useState(false);
79411
79786
  const [submitting, setSubmitting] = React.useState(false);
79412
- return /* @__PURE__ */ jsxRuntime.jsxs("div", { className: cn(styles$2s.root, { [styles$2s.valid]: valid }), children: [
79787
+ return /* @__PURE__ */ jsxRuntime.jsxs("div", { className: clsx(styles$2s.root, { [styles$2s.valid]: valid }), children: [
79413
79788
  /* @__PURE__ */ jsxRuntime.jsx(
79414
79789
  "input",
79415
79790
  {
@@ -79425,7 +79800,7 @@ const NewsletterInput = () => {
79425
79800
  "button",
79426
79801
  {
79427
79802
  type: "button",
79428
- className: cn(styles$2s.button, { [styles$2s.active]: submitting }),
79803
+ className: clsx(styles$2s.button, { [styles$2s.active]: submitting }),
79429
79804
  disabled: submitting,
79430
79805
  onClick: (e) => {
79431
79806
  const button = e.currentTarget;
@@ -79632,7 +80007,7 @@ const PasswordInput = () => {
79632
80007
  "div",
79633
80008
  {
79634
80009
  ref,
79635
- className: cn(styles$2r.root, { [styles$2r.show]: show }),
80010
+ className: clsx(styles$2r.root, { [styles$2r.show]: show }),
79636
80011
  onPointerMove: (e) => {
79637
80012
  const button = e.currentTarget;
79638
80013
  const rect = button.getBoundingClientRect();
@@ -79751,7 +80126,7 @@ const styles$2p = {
79751
80126
  const ShadowedClick = () => {
79752
80127
  const [isActiveSubmit, setIsActiveSubmit] = React.useState(false);
79753
80128
  return /* @__PURE__ */ jsxRuntime.jsxs("div", { className: styles$2p.root, children: [
79754
- /* @__PURE__ */ jsxRuntime.jsx("div", { className: cn(styles$2p.mask, { [styles$2p.active]: isActiveSubmit }) }),
80129
+ /* @__PURE__ */ jsxRuntime.jsx("div", { className: clsx(styles$2p.mask, { [styles$2p.active]: isActiveSubmit }) }),
79755
80130
  /* @__PURE__ */ jsxRuntime.jsxs(
79756
80131
  "form",
79757
80132
  {
@@ -79847,7 +80222,7 @@ const styles$2o = {
79847
80222
  };
79848
80223
 
79849
80224
  const BorderLink = ({ children, className = "", ...rest }) => {
79850
- return /* @__PURE__ */ jsxRuntime.jsx("a", { ...rest, className: cn(styles$2o.root, className), children: /* @__PURE__ */ jsxRuntime.jsx("span", { className: styles$2o.background, children: /* @__PURE__ */ jsxRuntime.jsx("span", { className: styles$2o.border, children }) }) });
80225
+ return /* @__PURE__ */ jsxRuntime.jsx("a", { ...rest, className: clsx(styles$2o.root, className), children: /* @__PURE__ */ jsxRuntime.jsx("span", { className: styles$2o.background, children: /* @__PURE__ */ jsxRuntime.jsx("span", { className: styles$2o.border, children }) }) });
79851
80226
  };
79852
80227
 
79853
80228
  const root$2d = "_root_wu2q7_1";
@@ -79858,7 +80233,7 @@ const styles$2n = {
79858
80233
  };
79859
80234
 
79860
80235
  const CircleLink = ({ children, className = "", ...rest }) => {
79861
- return /* @__PURE__ */ jsxRuntime.jsxs("a", { ...rest, className: cn(styles$2n.root, className), children: [
80236
+ return /* @__PURE__ */ jsxRuntime.jsxs("a", { ...rest, className: clsx(styles$2n.root, className), children: [
79862
80237
  children,
79863
80238
  /* @__PURE__ */ jsxRuntime.jsx("svg", { className: styles$2n.svg, viewBox: "0 0 70 36", children: /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M6.9739 30.8153H63.0244C65.5269 30.8152 75.5358 -3.68471 35.4998 2.81531C-16.1598 11.2025 0.894099 33.9766 26.9922 34.3153C104.062 35.3153 54.5169 -6.68469 23.489 9.31527" }) })
79864
80239
  ] });
@@ -79925,7 +80300,7 @@ const RegularLink = ({
79925
80300
  "a",
79926
80301
  {
79927
80302
  ...rest,
79928
- className: cn(styles$2k.root, className),
80303
+ className: clsx(styles$2k.root, className),
79929
80304
  href,
79930
80305
  target,
79931
80306
  rel,
@@ -79976,7 +80351,7 @@ const UnderlinedLink = ({
79976
80351
  "a",
79977
80352
  {
79978
80353
  ...rest,
79979
- className: cn(styles$2i.root, className),
80354
+ className: clsx(styles$2i.root, className),
79980
80355
  href,
79981
80356
  target,
79982
80357
  rel,
@@ -80111,8 +80486,8 @@ const CanOfDigits = ({
80111
80486
  initialValue = 1e3
80112
80487
  }) => {
80113
80488
  const [value, setValue] = React.useState(initialValue);
80114
- return /* @__PURE__ */ jsxRuntime.jsxs("span", { className: cn(styles$2e.root, className), children: [
80115
- /* @__PURE__ */ jsxRuntime.jsx("label", { className: cn(styles$2e.label, styles$2e.sr), htmlFor: "digits", children: "Digits" }),
80489
+ return /* @__PURE__ */ jsxRuntime.jsxs("span", { className: clsx(styles$2e.root, className), children: [
80490
+ /* @__PURE__ */ jsxRuntime.jsx("label", { className: clsx(styles$2e.label, styles$2e.sr), htmlFor: "digits", children: "Digits" }),
80116
80491
  controls && /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
80117
80492
  /* @__PURE__ */ jsxRuntime.jsx(
80118
80493
  "input",
@@ -80195,7 +80570,7 @@ const styles$2c = {
80195
80570
  };
80196
80571
 
80197
80572
  const CircleDotsLoader = ({ type = "fade" }) => {
80198
- return /* @__PURE__ */ jsxRuntime.jsx("div", { className: cn(styles$2c.root, styles$2c[type]), children: Array.from({ length: 12 }, (_, i) => /* @__PURE__ */ jsxRuntime.jsx("div", { className: cn(styles$2c[`circle${i + 1}`], styles$2c.child) }, i)) });
80573
+ return /* @__PURE__ */ jsxRuntime.jsx("div", { className: clsx(styles$2c.root, styles$2c[type]), children: Array.from({ length: 12 }, (_, i) => /* @__PURE__ */ jsxRuntime.jsx("div", { className: clsx(styles$2c[`circle${i + 1}`], styles$2c.child) }, i)) });
80199
80574
  };
80200
80575
 
80201
80576
  const root$21 = "_root_aw2sz_1";
@@ -80213,10 +80588,10 @@ const styles$2b = {
80213
80588
 
80214
80589
  const CubeLoader = () => {
80215
80590
  return /* @__PURE__ */ jsxRuntime.jsxs("div", { className: styles$2b.root, children: [
80216
- /* @__PURE__ */ jsxRuntime.jsx("div", { className: cn(styles$2b.cube, styles$2b.cube1) }),
80217
- /* @__PURE__ */ jsxRuntime.jsx("div", { className: cn(styles$2b.cube, styles$2b.cube2) }),
80218
- /* @__PURE__ */ jsxRuntime.jsx("div", { className: cn(styles$2b.cube, styles$2b.cube3) }),
80219
- /* @__PURE__ */ jsxRuntime.jsx("div", { className: cn(styles$2b.cube, styles$2b.cube4) })
80591
+ /* @__PURE__ */ jsxRuntime.jsx("div", { className: clsx(styles$2b.cube, styles$2b.cube1) }),
80592
+ /* @__PURE__ */ jsxRuntime.jsx("div", { className: clsx(styles$2b.cube, styles$2b.cube2) }),
80593
+ /* @__PURE__ */ jsxRuntime.jsx("div", { className: clsx(styles$2b.cube, styles$2b.cube3) }),
80594
+ /* @__PURE__ */ jsxRuntime.jsx("div", { className: clsx(styles$2b.cube, styles$2b.cube4) })
80220
80595
  ] });
80221
80596
  };
80222
80597
 
@@ -80242,7 +80617,7 @@ const EndlessLoader = ({ container }) => {
80242
80617
  return;
80243
80618
  }
80244
80619
  try {
80245
- const GLModule = await Promise.resolve().then(() => require('./gl-Bw-y_sGO.cjs'));
80620
+ const GLModule = await Promise.resolve().then(() => require('./gl-Cxodbc5S.cjs'));
80246
80621
  if (!isActiveRef.current) {
80247
80622
  return;
80248
80623
  }
@@ -80623,7 +80998,7 @@ const RingLoader = ({
80623
80998
  }) => {
80624
80999
  const split = children.split("").map((char, index) => /* @__PURE__ */ jsxRuntime.jsx("div", { className: styles$22.sector, children: char }, char + index));
80625
81000
  const rest = Array.from({ length: 30 - split.length }, (_, index) => /* @__PURE__ */ jsxRuntime.jsx("div", { className: styles$22.sector }, index));
80626
- return /* @__PURE__ */ jsxRuntime.jsxs("div", { className: cn(styles$22.root, className), children: [
81001
+ return /* @__PURE__ */ jsxRuntime.jsxs("div", { className: clsx(styles$22.root, className), children: [
80627
81002
  /* @__PURE__ */ jsxRuntime.jsxs("div", { className: styles$22.ring, children: [
80628
81003
  split,
80629
81004
  rest
@@ -80894,7 +81269,7 @@ const styles$1Z = {
80894
81269
 
80895
81270
  const SpinningClickAnimation = ({
80896
81271
  children = null,
80897
- onClick = server.noop,
81272
+ onClick = svg$q.noop,
80898
81273
  className = ""
80899
81274
  }) => {
80900
81275
  const ref = React.useRef(null);
@@ -80902,7 +81277,7 @@ const SpinningClickAnimation = ({
80902
81277
  "button",
80903
81278
  {
80904
81279
  type: "button",
80905
- className: cn(styles$1Z.root, className),
81280
+ className: clsx(styles$1Z.root, className),
80906
81281
  ref,
80907
81282
  onClick: () => {
80908
81283
  const keyframes = [
@@ -81068,7 +81443,7 @@ const styles$1W = {
81068
81443
  scrollingThings: scrollingThings};
81069
81444
 
81070
81445
  const SubtleBorderAnimation = () => {
81071
- return /* @__PURE__ */ jsxRuntime.jsx("div", { className: styles$1W.root, children: /* @__PURE__ */ jsxRuntime.jsxs("div", { className: cn(styles$1W.outer, styles$1W.visible), children: [
81446
+ return /* @__PURE__ */ jsxRuntime.jsx("div", { className: styles$1W.root, children: /* @__PURE__ */ jsxRuntime.jsxs("div", { className: clsx(styles$1W.outer, styles$1W.visible), children: [
81072
81447
  /* @__PURE__ */ jsxRuntime.jsx("div", { className: styles$1W.background1 }),
81073
81448
  /* @__PURE__ */ jsxRuntime.jsxs("div", { className: styles$1W.background2, children: [
81074
81449
  /* @__PURE__ */ jsxRuntime.jsx(
@@ -81182,7 +81557,7 @@ const items$c = [
81182
81557
  xmlns: "http://www.w3.org/2000/svg",
81183
81558
  viewBox: "0 0 24 24",
81184
81559
  fill: "currentColor",
81185
- className: cn(styles$1T.w6, styles$1T.h6),
81560
+ className: clsx(styles$1T.w6, styles$1T.h6),
81186
81561
  children: /* @__PURE__ */ jsxRuntime.jsx(
81187
81562
  "path",
81188
81563
  {
@@ -81202,7 +81577,7 @@ const items$c = [
81202
81577
  xmlns: "http://www.w3.org/2000/svg",
81203
81578
  viewBox: "0 0 24 24",
81204
81579
  fill: "currentColor",
81205
- className: cn(styles$1T.w6, styles$1T.h6),
81580
+ className: clsx(styles$1T.w6, styles$1T.h6),
81206
81581
  children: /* @__PURE__ */ jsxRuntime.jsx(
81207
81582
  "path",
81208
81583
  {
@@ -81222,7 +81597,7 @@ const items$c = [
81222
81597
  xmlns: "http://www.w3.org/2000/svg",
81223
81598
  viewBox: "0 0 24 24",
81224
81599
  fill: "currentColor",
81225
- className: cn(styles$1T.w6, styles$1T.h6),
81600
+ className: clsx(styles$1T.w6, styles$1T.h6),
81226
81601
  children: /* @__PURE__ */ jsxRuntime.jsx(
81227
81602
  "path",
81228
81603
  {
@@ -81242,7 +81617,7 @@ const items$c = [
81242
81617
  xmlns: "http://www.w3.org/2000/svg",
81243
81618
  viewBox: "0 0 24 24",
81244
81619
  fill: "currentColor",
81245
- className: cn(styles$1T.w6, styles$1T.h6),
81620
+ className: clsx(styles$1T.w6, styles$1T.h6),
81246
81621
  children: /* @__PURE__ */ jsxRuntime.jsx(
81247
81622
  "path",
81248
81623
  {
@@ -81262,7 +81637,7 @@ const items$c = [
81262
81637
  xmlns: "http://www.w3.org/2000/svg",
81263
81638
  viewBox: "0 0 24 24",
81264
81639
  fill: "currentColor",
81265
- className: cn(styles$1T.w6, styles$1T.h6),
81640
+ className: clsx(styles$1T.w6, styles$1T.h6),
81266
81641
  children: /* @__PURE__ */ jsxRuntime.jsx(
81267
81642
  "path",
81268
81643
  {
@@ -81282,7 +81657,7 @@ const items$c = [
81282
81657
  xmlns: "http://www.w3.org/2000/svg",
81283
81658
  viewBox: "0 0 24 24",
81284
81659
  fill: "currentColor",
81285
- className: cn(styles$1T.w6, styles$1T.h6),
81660
+ className: clsx(styles$1T.w6, styles$1T.h6),
81286
81661
  children: /* @__PURE__ */ jsxRuntime.jsx(
81287
81662
  "path",
81288
81663
  {
@@ -81302,7 +81677,7 @@ const items$c = [
81302
81677
  xmlns: "http://www.w3.org/2000/svg",
81303
81678
  viewBox: "0 0 24 24",
81304
81679
  fill: "currentColor",
81305
- className: cn(styles$1T.w6, styles$1T.h6),
81680
+ className: clsx(styles$1T.w6, styles$1T.h6),
81306
81681
  children: /* @__PURE__ */ jsxRuntime.jsx(
81307
81682
  "path",
81308
81683
  {
@@ -81322,7 +81697,7 @@ const items$c = [
81322
81697
  xmlns: "http://www.w3.org/2000/svg",
81323
81698
  viewBox: "0 0 24 24",
81324
81699
  fill: "currentColor",
81325
- className: cn(styles$1T.w6, styles$1T.h6),
81700
+ className: clsx(styles$1T.w6, styles$1T.h6),
81326
81701
  children: [
81327
81702
  /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M10.464 8.746c.227-.18.497-.311.786-.394v2.795a2.252 2.252 0 0 1-.786-.393c-.394-.313-.546-.681-.546-1.004 0-.323.152-.691.546-1.004ZM12.75 15.662v-2.824c.347.085.664.228.921.421.427.32.579.686.579.991 0 .305-.152.671-.579.991a2.534 2.534 0 0 1-.921.42Z" }),
81328
81703
  /* @__PURE__ */ jsxRuntime.jsx(
@@ -81345,7 +81720,7 @@ const items$c = [
81345
81720
  xmlns: "http://www.w3.org/2000/svg",
81346
81721
  viewBox: "0 0 24 24",
81347
81722
  fill: "currentColor",
81348
- className: cn(styles$1T.w6, styles$1T.h6),
81723
+ className: clsx(styles$1T.w6, styles$1T.h6),
81349
81724
  children: /* @__PURE__ */ jsxRuntime.jsx("path", { d: "m11.645 20.91-.007-.003-.022-.012a15.247 15.247 0 0 1-.383-.218 25.18 25.18 0 0 1-4.244-3.17C4.688 15.36 2.25 12.174 2.25 8.25 2.25 5.322 4.714 3 7.688 3A5.5 5.5 0 0 1 12 5.052 5.5 5.5 0 0 1 16.313 3c2.973 0 5.437 2.322 5.437 5.25 0 3.925-2.438 7.111-4.739 9.256a25.175 25.175 0 0 1-4.244 3.17 15.247 15.247 0 0 1-.383.219l-.022.012-.007.004-.003.001a.752.752 0 0 1-.704 0l-.003-.001Z" })
81350
81725
  }
81351
81726
  )
@@ -81358,7 +81733,7 @@ const items$c = [
81358
81733
  xmlns: "http://www.w3.org/2000/svg",
81359
81734
  viewBox: "0 0 24 24",
81360
81735
  fill: "currentColor",
81361
- className: cn(styles$1T.w6, styles$1T.h6),
81736
+ className: clsx(styles$1T.w6, styles$1T.h6),
81362
81737
  children: /* @__PURE__ */ jsxRuntime.jsx(
81363
81738
  "path",
81364
81739
  {
@@ -81378,7 +81753,7 @@ const items$c = [
81378
81753
  xmlns: "http://www.w3.org/2000/svg",
81379
81754
  viewBox: "0 0 24 24",
81380
81755
  fill: "currentColor",
81381
- className: cn(styles$1T.w6, styles$1T.h6),
81756
+ className: clsx(styles$1T.w6, styles$1T.h6),
81382
81757
  children: /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M9.375 3a1.875 1.875 0 0 0 0 3.75h1.875v4.5H3.375A1.875 1.875 0 0 1 1.5 9.375v-.75c0-1.036.84-1.875 1.875-1.875h3.193A3.375 3.375 0 0 1 12 2.753a3.375 3.375 0 0 1 5.432 3.997h3.943c1.035 0 1.875.84 1.875 1.875v.75c0 1.036-.84 1.875-1.875 1.875H12.75v-4.5h1.875a1.875 1.875 0 1 0-1.875-1.875V6.75h-1.5V4.875C11.25 3.839 10.41 3 9.375 3ZM11.25 12.75H3v6.75a2.25 2.25 0 0 0 2.25 2.25h6v-9ZM12.75 12.75v9h6.75a2.25 2.25 0 0 0 2.25-2.25v-6.75h-9Z" })
81383
81758
  }
81384
81759
  )
@@ -81391,7 +81766,7 @@ const items$c = [
81391
81766
  xmlns: "http://www.w3.org/2000/svg",
81392
81767
  viewBox: "0 0 24 24",
81393
81768
  fill: "currentColor",
81394
- className: cn(styles$1T.w6, styles$1T.h6),
81769
+ className: clsx(styles$1T.w6, styles$1T.h6),
81395
81770
  children: [
81396
81771
  /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M17.004 10.407c.138.435-.216.842-.672.842h-3.465a.75.75 0 0 1-.65-.375l-1.732-3c-.229-.396-.053-.907.393-1.004a5.252 5.252 0 0 1 6.126 3.537ZM8.12 8.464c.307-.338.838-.235 1.066.16l1.732 3a.75.75 0 0 1 0 .75l-1.732 3c-.229.397-.76.5-1.067.161A5.23 5.23 0 0 1 6.75 12a5.23 5.23 0 0 1 1.37-3.536ZM10.878 17.13c-.447-.098-.623-.608-.394-1.004l1.733-3.002a.75.75 0 0 1 .65-.375h3.465c.457 0 .81.407.672.842a5.252 5.252 0 0 1-6.126 3.539Z" }),
81397
81772
  /* @__PURE__ */ jsxRuntime.jsx(
@@ -81459,7 +81834,7 @@ const CardMarquee = () => {
81459
81834
  xmlns: "http://www.w3.org/2000/svg",
81460
81835
  viewBox: "0 0 24 24",
81461
81836
  fill: "currentColor",
81462
- className: cn(styles$1T.w6, styles$1T.h6),
81837
+ className: clsx(styles$1T.w6, styles$1T.h6),
81463
81838
  "aria-hidden": true,
81464
81839
  children: [
81465
81840
  /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M12 2.25a.75.75 0 0 1 .75.75v2.25a.75.75 0 0 1-1.5 0V3a.75.75 0 0 1 .75-.75ZM7.5 12a4.5 4.5 0 1 1 9 0 4.5 4.5 0 0 1-9 0ZM18.894 6.166a.75.75 0 0 0-1.06-1.06l-1.591 1.59a.75.75 0 1 0 1.06 1.061l1.591-1.59ZM21.75 12a.75.75 0 0 1-.75.75h-2.25a.75.75 0 0 1 0-1.5H21a.75.75 0 0 1 .75.75ZM17.834 18.894a.75.75 0 0 0 1.06-1.06l-1.59-1.591a.75.75 0 1 0-1.061 1.06l1.59 1.591ZM12 18a.75.75 0 0 1 .75.75V21a.75.75 0 0 1-1.5 0v-2.25A.75.75 0 0 1 12 18ZM7.758 17.303a.75.75 0 0 0-1.061-1.06l-1.591 1.59a.75.75 0 0 0 1.06 1.061l1.591-1.59ZM6 12a.75.75 0 0 1-.75.75H3a.75.75 0 0 1 0-1.5h2.25A.75.75 0 0 1 6 12ZM6.697 7.757a.75.75 0 0 0 1.06-1.06l-1.59-1.591a.75.75 0 0 0-1.061 1.06l1.59 1.591Z" }),
@@ -81543,7 +81918,7 @@ const Ticker = () => {
81543
81918
  "data-active": isActive,
81544
81919
  "data-speed": "fast",
81545
81920
  "data-direction": "right",
81546
- children: /* @__PURE__ */ jsxRuntime.jsxs("ul", { className: cn(styles$1S.tags, styles$1S.list), children: [
81921
+ children: /* @__PURE__ */ jsxRuntime.jsxs("ul", { className: clsx(styles$1S.tags, styles$1S.list), children: [
81547
81922
  items.map((item) => /* @__PURE__ */ jsxRuntime.jsx("li", { children: item }, item)),
81548
81923
  isActive && items.map((item) => /* @__PURE__ */ jsxRuntime.jsx("li", { "aria-hidden": true, children: item }, item + "hidden"))
81549
81924
  ] })
@@ -81820,10 +82195,10 @@ const AnimatedIconsNav = () => {
81820
82195
  }, []);
81821
82196
  return /* @__PURE__ */ jsxRuntime.jsxs("div", { className: styles$1R.root, children: [
81822
82197
  /* @__PURE__ */ jsxRuntime.jsxs("div", { className: styles$1R.cards, children: [
81823
- /* @__PURE__ */ jsxRuntime.jsx("div", { className: cn(styles$1R.card, { [styles$1R.flyOut]: showCards }) }),
81824
- /* @__PURE__ */ jsxRuntime.jsx("div", { className: cn(styles$1R.card, { [styles$1R.flyOut]: showCards }) })
82198
+ /* @__PURE__ */ jsxRuntime.jsx("div", { className: clsx(styles$1R.card, { [styles$1R.flyOut]: showCards }) }),
82199
+ /* @__PURE__ */ jsxRuntime.jsx("div", { className: clsx(styles$1R.card, { [styles$1R.flyOut]: showCards }) })
81825
82200
  ] }),
81826
- /* @__PURE__ */ jsxRuntime.jsxs("nav", { className: cn(styles$1R.nav, styles$1R[`tilt${page}`]), children: [
82201
+ /* @__PURE__ */ jsxRuntime.jsxs("nav", { className: clsx(styles$1R.nav, styles$1R[`tilt${page}`]), children: [
81827
82202
  /* @__PURE__ */ jsxRuntime.jsx("ul", { className: styles$1R.items, children: items$a.map((item, index) => /* @__PURE__ */ jsxRuntime.jsx("li", { className: styles$1R.item, children: /* @__PURE__ */ jsxRuntime.jsxs(
81828
82203
  "button",
81829
82204
  {
@@ -81943,7 +82318,7 @@ const AnimatedShareMenu = () => {
81943
82318
  "button",
81944
82319
  {
81945
82320
  id: "share-btn",
81946
- className: cn(styles$1Q.btn, { [styles$1Q.open]: open }),
82321
+ className: clsx(styles$1Q.btn, { [styles$1Q.open]: open }),
81947
82322
  type: "button",
81948
82323
  title: open ? "Close" : "Share",
81949
82324
  onClick: () => setOpen((prev) => !prev),
@@ -82139,8 +82514,8 @@ const CurtainRevealMenu = () => {
82139
82514
  setToggle((prev) => !prev);
82140
82515
  },
82141
82516
  children: [
82142
- /* @__PURE__ */ jsxRuntime.jsx(RxHamburgerMenu, { className: cn(styles$1P.icon, styles$1P.open) }),
82143
- /* @__PURE__ */ jsxRuntime.jsx(RxDropdownMenu, { className: cn(styles$1P.icon, styles$1P.close) })
82517
+ /* @__PURE__ */ jsxRuntime.jsx(RxHamburgerMenu, { className: clsx(styles$1P.icon, styles$1P.open) }),
82518
+ /* @__PURE__ */ jsxRuntime.jsx(RxDropdownMenu, { className: clsx(styles$1P.icon, styles$1P.close) })
82144
82519
  ]
82145
82520
  }
82146
82521
  )
@@ -82272,7 +82647,7 @@ const DropdownMenu = ({ value, items = ITEMS }) => {
82272
82647
  /* @__PURE__ */ jsxRuntime.jsxs(
82273
82648
  "button",
82274
82649
  {
82275
- className: cn(styles$1N.mainButton, styles$1N.dropdownButton),
82650
+ className: clsx(styles$1N.mainButton, styles$1N.dropdownButton),
82276
82651
  onClick: () => {
82277
82652
  const listWrapperSizes = 3.5;
82278
82653
  const dropdownOpenHeight = 4.6 * ITEMS.length + listWrapperSizes;
@@ -82283,7 +82658,7 @@ const DropdownMenu = ({ value, items = ITEMS }) => {
82283
82658
  /* @__PURE__ */ jsxRuntime.jsx(
82284
82659
  "span",
82285
82660
  {
82286
- className: cn(styles$1N.dropdownTitle, styles$1N.textTruncate, {
82661
+ className: clsx(styles$1N.dropdownTitle, styles$1N.textTruncate, {
82287
82662
  [styles$1N.placeholder]: !active
82288
82663
  }),
82289
82664
  children: active ? active.title : "Choose a platform"
@@ -82330,7 +82705,7 @@ const DropdownMenu = ({ value, items = ITEMS }) => {
82330
82705
  "button",
82331
82706
  {
82332
82707
  type: "button",
82333
- className: cn(styles$1N.dropdownButton, styles$1N.listButton),
82708
+ className: clsx(styles$1N.dropdownButton, styles$1N.listButton),
82334
82709
  "data-translate-value": `${100 * index}%`,
82335
82710
  children: /* @__PURE__ */ jsxRuntime.jsx("span", { className: styles$1N.textTruncate, children: item.title })
82336
82711
  }
@@ -82450,7 +82825,7 @@ const GlowingSelect = ({ accessible, nomotion }) => {
82450
82825
  return /* @__PURE__ */ jsxRuntime.jsxs(
82451
82826
  "div",
82452
82827
  {
82453
- className: cn(styles$1L.select, { [styles$1L.nomotion]: nomotion }),
82828
+ className: clsx(styles$1L.select, { [styles$1L.nomotion]: nomotion }),
82454
82829
  tabIndex: 0,
82455
82830
  role: "button",
82456
82831
  style: {
@@ -82509,7 +82884,7 @@ const GlowingTab = ({
82509
82884
  {
82510
82885
  ref,
82511
82886
  type: "button",
82512
- className: cn(styles$1K.button, { [styles$1K.active]: isActive }),
82887
+ className: clsx(styles$1K.button, { [styles$1K.active]: isActive }),
82513
82888
  onClick,
82514
82889
  ...rest,
82515
82890
  children: [
@@ -82698,7 +83073,7 @@ const GlowingTab2 = ({ id, text, active, onClick, rootRef }) => {
82698
83073
  );
82699
83074
  nav.style.setProperty("--after-bg-width", String(width));
82700
83075
  }, [active, rootRef]);
82701
- return /* @__PURE__ */ jsxRuntime.jsx("li", { className: cn(styles$1J.item, { [styles$1J.active]: active }), children: /* @__PURE__ */ jsxRuntime.jsx(
83076
+ return /* @__PURE__ */ jsxRuntime.jsx("li", { className: clsx(styles$1J.item, { [styles$1J.active]: active }), children: /* @__PURE__ */ jsxRuntime.jsx(
82702
83077
  "a",
82703
83078
  {
82704
83079
  ref,
@@ -82883,12 +83258,12 @@ const MagnifiedNavItems = () => {
82883
83258
  /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M20.473,23H3.003c-1.276,0-2.228-1.175-1.957-2.422,.705-3.239,3.029-8.578,10.693-8.578s9.987,5.336,10.692,8.575c.272,1.248-.681,2.425-1.959,2.425Z" })
82884
83259
  ] }) })
82885
83260
  ] }),
82886
- /* @__PURE__ */ jsxRuntime.jsxs("nav", { ref: navRef, className: cn(styles$1I.nav, styles$1I[`page${page + 1}`]), children: [
83261
+ /* @__PURE__ */ jsxRuntime.jsxs("nav", { ref: navRef, className: clsx(styles$1I.nav, styles$1I[`page${page + 1}`]), children: [
82887
83262
  /* @__PURE__ */ jsxRuntime.jsx("ul", { className: styles$1I.items, children: items$7.map((item, index) => /* @__PURE__ */ jsxRuntime.jsx("li", { children: /* @__PURE__ */ jsxRuntime.jsxs(
82888
83263
  "button",
82889
83264
  {
82890
83265
  type: "button",
82891
- className: cn(styles$1I.itemLink, item.color),
83266
+ className: clsx(styles$1I.itemLink, item.color),
82892
83267
  onClick: () => {
82893
83268
  setPage(index);
82894
83269
  },
@@ -82915,7 +83290,7 @@ const MagnifiedNavItems = () => {
82915
83290
  /* @__PURE__ */ jsxRuntime.jsx("div", { ref: fakeIconsRef, className: styles$1I.fakeIcons, children: items$7.map((item, index) => /* @__PURE__ */ jsxRuntime.jsx("div", { className: styles$1I.fakeIconBox, children: /* @__PURE__ */ jsxRuntime.jsx(
82916
83291
  "svg",
82917
83292
  {
82918
- className: cn(styles$1I.fakeIcon, item.fake),
83293
+ className: clsx(styles$1I.fakeIcon, item.fake),
82919
83294
  width: "24px",
82920
83295
  height: "24px",
82921
83296
  "aria-hidden": "true",
@@ -82993,7 +83368,7 @@ const MobileNavBar = () => {
82993
83368
  /* @__PURE__ */ jsxRuntime.jsxs(
82994
83369
  "button",
82995
83370
  {
82996
- className: cn(styles$1H.navitem, {
83371
+ className: clsx(styles$1H.navitem, {
82997
83372
  [styles$1H.active]: activeItem === 0 /* Home */
82998
83373
  }),
82999
83374
  "data-clr": "#e4ecfa",
@@ -83009,7 +83384,7 @@ const MobileNavBar = () => {
83009
83384
  /* @__PURE__ */ jsxRuntime.jsxs(
83010
83385
  "button",
83011
83386
  {
83012
- className: cn(styles$1H.navitem, {
83387
+ className: clsx(styles$1H.navitem, {
83013
83388
  [styles$1H.active]: activeItem === 1 /* Person */
83014
83389
  }),
83015
83390
  "data-clr": "#fff6cc",
@@ -83025,7 +83400,7 @@ const MobileNavBar = () => {
83025
83400
  /* @__PURE__ */ jsxRuntime.jsxs(
83026
83401
  "div",
83027
83402
  {
83028
- className: cn(styles$1H.navsearch, { [styles$1H.active]: activeSearch }),
83403
+ className: clsx(styles$1H.navsearch, { [styles$1H.active]: activeSearch }),
83029
83404
  children: [
83030
83405
  /* @__PURE__ */ jsxRuntime.jsx(
83031
83406
  "input",
@@ -83059,7 +83434,7 @@ const MobileNavBar = () => {
83059
83434
  /* @__PURE__ */ jsxRuntime.jsxs(
83060
83435
  "button",
83061
83436
  {
83062
- className: cn(styles$1H.navitem, {
83437
+ className: clsx(styles$1H.navitem, {
83063
83438
  [styles$1H.active]: activeItem === 2 /* Settings */
83064
83439
  }),
83065
83440
  "data-clr": "#f0e4fa",
@@ -83422,7 +83797,7 @@ const styles$1D = {
83422
83797
 
83423
83798
  const PinDropdown = () => {
83424
83799
  const [isActive, setIsActive] = React.useState(false);
83425
- return /* @__PURE__ */ jsxRuntime.jsxs("div", { className: cn(styles$1D.root, { [styles$1D.active]: isActive }), children: [
83800
+ return /* @__PURE__ */ jsxRuntime.jsxs("div", { className: clsx(styles$1D.root, { [styles$1D.active]: isActive }), children: [
83426
83801
  /* @__PURE__ */ jsxRuntime.jsx(
83427
83802
  "button",
83428
83803
  {
@@ -83433,9 +83808,9 @@ const PinDropdown = () => {
83433
83808
  setIsActive((prev) => !prev);
83434
83809
  }, []),
83435
83810
  children: /* @__PURE__ */ jsxRuntime.jsxs("div", { className: styles$1D.menuIconWrapper, children: [
83436
- /* @__PURE__ */ jsxRuntime.jsx("div", { className: cn(styles$1D.menuIconLine, styles$1D.half, styles$1D.first) }),
83811
+ /* @__PURE__ */ jsxRuntime.jsx("div", { className: clsx(styles$1D.menuIconLine, styles$1D.half, styles$1D.first) }),
83437
83812
  /* @__PURE__ */ jsxRuntime.jsx("div", { className: styles$1D.menuIconLine }),
83438
- /* @__PURE__ */ jsxRuntime.jsx("div", { className: cn(styles$1D.menuIconLine, styles$1D.half, styles$1D.last) })
83813
+ /* @__PURE__ */ jsxRuntime.jsx("div", { className: clsx(styles$1D.menuIconLine, styles$1D.half, styles$1D.last) })
83439
83814
  ] })
83440
83815
  }
83441
83816
  ),
@@ -83555,7 +83930,7 @@ const RadialMenu = () => {
83555
83930
  }, []),
83556
83931
  isActive
83557
83932
  );
83558
- return /* @__PURE__ */ jsxRuntime.jsx("nav", { ref, className: cn(styles$1C.root, { [styles$1C.isActive]: isActive }), children: /* @__PURE__ */ jsxRuntime.jsxs("div", { className: styles$1C.menu, children: [
83933
+ return /* @__PURE__ */ jsxRuntime.jsx("nav", { ref, className: clsx(styles$1C.root, { [styles$1C.isActive]: isActive }), children: /* @__PURE__ */ jsxRuntime.jsxs("div", { className: styles$1C.menu, children: [
83559
83934
  /* @__PURE__ */ jsxRuntime.jsxs(
83560
83935
  "label",
83561
83936
  {
@@ -83831,7 +84206,7 @@ const RadialNavigation = ({
83831
84206
  return /* @__PURE__ */ jsxRuntime.jsxs(
83832
84207
  "nav",
83833
84208
  {
83834
- className: cn(styles$1B.root, className, {
84209
+ className: clsx(styles$1B.root, className, {
83835
84210
  [styles$1B.active]: isActive || isActiveByViewport,
83836
84211
  [styles$1B.highlighted]: isHighlighted || isActiveByViewport,
83837
84212
  [styles$1B.opposite]: direction === "right",
@@ -83845,7 +84220,7 @@ const RadialNavigation = ({
83845
84220
  "button",
83846
84221
  {
83847
84222
  type: "button",
83848
- className: cn(styles$1B.item, {
84223
+ className: clsx(styles$1B.item, {
83849
84224
  [styles$1B.activeItem]: activeId === item.id
83850
84225
  }),
83851
84226
  "data-action": true,
@@ -83973,10 +84348,10 @@ const SinglePopoverMenu = () => {
83973
84348
  /* @__PURE__ */ jsxRuntime.jsx("div", { className: "sub-menu-holder" })
83974
84349
  ] })
83975
84350
  ] }),
83976
- /* @__PURE__ */ jsxRuntime.jsxs("div", { className: cn(styles$1A.item, styles$1A.highlight), children: [
84351
+ /* @__PURE__ */ jsxRuntime.jsxs("div", { className: clsx(styles$1A.item, styles$1A.highlight), children: [
83977
84352
  /* @__PURE__ */ jsxRuntime.jsx("div", { className: styles$1A.menuText, children: /* @__PURE__ */ jsxRuntime.jsx("a", { href: "apps/tarsis/recipes/SinglePopoverMenu#", children: "Services" }) }),
83978
- /* @__PURE__ */ jsxRuntime.jsxs("div", { className: cn(styles$1A.subMenu, styles$1A.double), children: [
83979
- /* @__PURE__ */ jsxRuntime.jsxs("div", { className: cn(styles$1A.iconBox, styles$1A.gb, styles$1A.a), children: [
84353
+ /* @__PURE__ */ jsxRuntime.jsxs("div", { className: clsx(styles$1A.subMenu, styles$1A.double), children: [
84354
+ /* @__PURE__ */ jsxRuntime.jsxs("div", { className: clsx(styles$1A.iconBox, styles$1A.gb, styles$1A.a), children: [
83980
84355
  /* @__PURE__ */ jsxRuntime.jsx("div", { className: styles$1A.icon, children: /* @__PURE__ */ jsxRuntime.jsx("i", { className: "far fa-question-circle" }) }),
83981
84356
  /* @__PURE__ */ jsxRuntime.jsxs("div", { className: styles$1A.text, children: [
83982
84357
  /* @__PURE__ */ jsxRuntime.jsxs("div", { className: styles$1A.title, children: [
@@ -83986,7 +84361,7 @@ const SinglePopoverMenu = () => {
83986
84361
  /* @__PURE__ */ jsxRuntime.jsx("div", { className: styles$1A.subText, children: "From Professionals" })
83987
84362
  ] })
83988
84363
  ] }),
83989
- /* @__PURE__ */ jsxRuntime.jsxs("div", { className: cn(styles$1A.iconBox, styles$1A.gb, styles$1A.b), children: [
84364
+ /* @__PURE__ */ jsxRuntime.jsxs("div", { className: clsx(styles$1A.iconBox, styles$1A.gb, styles$1A.b), children: [
83990
84365
  /* @__PURE__ */ jsxRuntime.jsx("div", { className: styles$1A.icon, children: /* @__PURE__ */ jsxRuntime.jsx("i", { className: "far fa-users-class" }) }),
83991
84366
  /* @__PURE__ */ jsxRuntime.jsxs("div", { className: styles$1A.text, children: [
83992
84367
  /* @__PURE__ */ jsxRuntime.jsxs("div", { className: styles$1A.title, children: [
@@ -83996,7 +84371,7 @@ const SinglePopoverMenu = () => {
83996
84371
  /* @__PURE__ */ jsxRuntime.jsx("div", { className: styles$1A.subText, children: "In Classroom" })
83997
84372
  ] })
83998
84373
  ] }),
83999
- /* @__PURE__ */ jsxRuntime.jsxs("div", { className: cn(styles$1A.iconBox, styles$1A.gb, styles$1A.c), children: [
84374
+ /* @__PURE__ */ jsxRuntime.jsxs("div", { className: clsx(styles$1A.iconBox, styles$1A.gb, styles$1A.c), children: [
84000
84375
  /* @__PURE__ */ jsxRuntime.jsx("div", { className: styles$1A.icon, children: /* @__PURE__ */ jsxRuntime.jsx("i", { className: "far fa-school" }) }),
84001
84376
  /* @__PURE__ */ jsxRuntime.jsxs("div", { className: styles$1A.text, children: [
84002
84377
  /* @__PURE__ */ jsxRuntime.jsxs("div", { className: styles$1A.title, children: [
@@ -84006,7 +84381,7 @@ const SinglePopoverMenu = () => {
84006
84381
  /* @__PURE__ */ jsxRuntime.jsx("div", { className: styles$1A.subText, children: "By Video" })
84007
84382
  ] })
84008
84383
  ] }),
84009
- /* @__PURE__ */ jsxRuntime.jsxs("div", { className: cn(styles$1A.iconBox, styles$1A.gb, styles$1A.d), children: [
84384
+ /* @__PURE__ */ jsxRuntime.jsxs("div", { className: clsx(styles$1A.iconBox, styles$1A.gb, styles$1A.d), children: [
84010
84385
  /* @__PURE__ */ jsxRuntime.jsx("div", { className: styles$1A.icon, children: /* @__PURE__ */ jsxRuntime.jsx("i", { className: "far fa-chess-rook" }) }),
84011
84386
  /* @__PURE__ */ jsxRuntime.jsxs("div", { className: styles$1A.text, children: [
84012
84387
  /* @__PURE__ */ jsxRuntime.jsxs("div", { className: styles$1A.title, children: [
@@ -84016,7 +84391,7 @@ const SinglePopoverMenu = () => {
84016
84391
  /* @__PURE__ */ jsxRuntime.jsx("div", { className: styles$1A.subText, children: "The Castle" })
84017
84392
  ] })
84018
84393
  ] }),
84019
- /* @__PURE__ */ jsxRuntime.jsxs("div", { className: cn(styles$1A.iconBox, styles$1A.gb, styles$1A.e), children: [
84394
+ /* @__PURE__ */ jsxRuntime.jsxs("div", { className: clsx(styles$1A.iconBox, styles$1A.gb, styles$1A.e), children: [
84020
84395
  /* @__PURE__ */ jsxRuntime.jsx("div", { className: styles$1A.icon, children: /* @__PURE__ */ jsxRuntime.jsx("i", { className: "far fa-video-plus" }) }),
84021
84396
  /* @__PURE__ */ jsxRuntime.jsxs("div", { className: styles$1A.text, children: [
84022
84397
  /* @__PURE__ */ jsxRuntime.jsxs("div", { className: styles$1A.title, children: [
@@ -84026,7 +84401,7 @@ const SinglePopoverMenu = () => {
84026
84401
  /* @__PURE__ */ jsxRuntime.jsx("div", { className: styles$1A.subText, children: "A Creator" })
84027
84402
  ] })
84028
84403
  ] }),
84029
- /* @__PURE__ */ jsxRuntime.jsxs("div", { className: cn(styles$1A.iconBox, styles$1A.gb, styles$1A.f), children: [
84404
+ /* @__PURE__ */ jsxRuntime.jsxs("div", { className: clsx(styles$1A.iconBox, styles$1A.gb, styles$1A.f), children: [
84030
84405
  /* @__PURE__ */ jsxRuntime.jsx("div", { className: styles$1A.icon, children: /* @__PURE__ */ jsxRuntime.jsx("i", { className: "far fa-cat" }) }),
84031
84406
  /* @__PURE__ */ jsxRuntime.jsxs("div", { className: styles$1A.text, children: [
84032
84407
  /* @__PURE__ */ jsxRuntime.jsxs("div", { className: styles$1A.title, children: [
@@ -84044,20 +84419,20 @@ const SinglePopoverMenu = () => {
84044
84419
  /* @__PURE__ */ jsxRuntime.jsx("div", { className: "sub-menu-holder" })
84045
84420
  ] })
84046
84421
  ] }),
84047
- /* @__PURE__ */ jsxRuntime.jsxs("div", { className: cn(styles$1A.item, styles$1A.highlight), children: [
84422
+ /* @__PURE__ */ jsxRuntime.jsxs("div", { className: clsx(styles$1A.item, styles$1A.highlight), children: [
84048
84423
  /* @__PURE__ */ jsxRuntime.jsx("div", { className: styles$1A.menuText, children: /* @__PURE__ */ jsxRuntime.jsx("a", { href: "apps/tarsis/recipes/SinglePopoverMenu#", children: "Support" }) }),
84049
- /* @__PURE__ */ jsxRuntime.jsxs("div", { className: cn(styles$1A.subMenu, styles$1A.triple), children: [
84424
+ /* @__PURE__ */ jsxRuntime.jsxs("div", { className: clsx(styles$1A.subMenu, styles$1A.triple), children: [
84050
84425
  /* @__PURE__ */ jsxRuntime.jsxs(
84051
84426
  "div",
84052
84427
  {
84053
- className: cn(
84428
+ className: clsx(
84054
84429
  styles$1A.iconBox,
84055
84430
  styles$1A.gb,
84056
84431
  styles$1A.a,
84057
84432
  styles$1A.topContainer
84058
84433
  ),
84059
84434
  children: [
84060
- /* @__PURE__ */ jsxRuntime.jsx("div", { className: cn(styles$1A.icon, styles$1A.big), children: /* @__PURE__ */ jsxRuntime.jsx("i", { className: "far fa-book" }) }),
84435
+ /* @__PURE__ */ jsxRuntime.jsx("div", { className: clsx(styles$1A.icon, styles$1A.big), children: /* @__PURE__ */ jsxRuntime.jsx("i", { className: "far fa-book" }) }),
84061
84436
  /* @__PURE__ */ jsxRuntime.jsxs("div", { className: styles$1A.text, children: [
84062
84437
  /* @__PURE__ */ jsxRuntime.jsx("div", { className: styles$1A.title, children: "Where to start" }),
84063
84438
  /* @__PURE__ */ jsxRuntime.jsx("div", { className: styles$1A.subText, children: "Find out where to begin below" })
@@ -84079,28 +84454,28 @@ const SinglePopoverMenu = () => {
84079
84454
  /* @__PURE__ */ jsxRuntime.jsx("a", { href: "apps/tarsis/recipes/SinglePopoverMenu#", children: "Brain Enhancer" }),
84080
84455
  /* @__PURE__ */ jsxRuntime.jsx("a", { href: "apps/tarsis/recipes/SinglePopoverMenu#", children: "Network Maker" })
84081
84456
  ] }),
84082
- /* @__PURE__ */ jsxRuntime.jsxs("div", { className: cn(styles$1A.iconBox, styles$1A.flat), children: [
84457
+ /* @__PURE__ */ jsxRuntime.jsxs("div", { className: clsx(styles$1A.iconBox, styles$1A.flat), children: [
84083
84458
  /* @__PURE__ */ jsxRuntime.jsx("div", { className: styles$1A.icon, children: /* @__PURE__ */ jsxRuntime.jsx("i", { className: "fal fa-plug" }) }),
84084
84459
  /* @__PURE__ */ jsxRuntime.jsx("div", { className: styles$1A.text, children: /* @__PURE__ */ jsxRuntime.jsxs("div", { className: styles$1A.title, children: [
84085
84460
  "API Guide ",
84086
84461
  /* @__PURE__ */ jsxRuntime.jsx("i", { className: "far fa-arrow-right" })
84087
84462
  ] }) })
84088
84463
  ] }),
84089
- /* @__PURE__ */ jsxRuntime.jsxs("div", { className: cn(styles$1A.iconBox, styles$1A.flat), children: [
84464
+ /* @__PURE__ */ jsxRuntime.jsxs("div", { className: clsx(styles$1A.iconBox, styles$1A.flat), children: [
84090
84465
  /* @__PURE__ */ jsxRuntime.jsx("div", { className: styles$1A.icon, children: /* @__PURE__ */ jsxRuntime.jsx("i", { className: "fal fa-comments" }) }),
84091
84466
  /* @__PURE__ */ jsxRuntime.jsx("div", { className: styles$1A.text, children: /* @__PURE__ */ jsxRuntime.jsxs("div", { className: styles$1A.title, children: [
84092
84467
  "Support Line ",
84093
84468
  /* @__PURE__ */ jsxRuntime.jsx("i", { className: "far fa-arrow-right" })
84094
84469
  ] }) })
84095
84470
  ] }),
84096
- /* @__PURE__ */ jsxRuntime.jsxs("div", { className: cn(styles$1A.iconBox, styles$1A.flat), children: [
84471
+ /* @__PURE__ */ jsxRuntime.jsxs("div", { className: clsx(styles$1A.iconBox, styles$1A.flat), children: [
84097
84472
  /* @__PURE__ */ jsxRuntime.jsx("div", { className: styles$1A.icon, children: /* @__PURE__ */ jsxRuntime.jsx("i", { className: "fal fa-phone-volume" }) }),
84098
84473
  /* @__PURE__ */ jsxRuntime.jsx("div", { className: styles$1A.text, children: /* @__PURE__ */ jsxRuntime.jsxs("div", { className: styles$1A.title, children: [
84099
84474
  "Live Chat ",
84100
84475
  /* @__PURE__ */ jsxRuntime.jsx("i", { className: "far fa-arrow-right" })
84101
84476
  ] }) })
84102
84477
  ] }),
84103
- /* @__PURE__ */ jsxRuntime.jsxs("div", { className: cn(styles$1A.iconBox, styles$1A.flat), children: [
84478
+ /* @__PURE__ */ jsxRuntime.jsxs("div", { className: clsx(styles$1A.iconBox, styles$1A.flat), children: [
84104
84479
  /* @__PURE__ */ jsxRuntime.jsx("div", { className: styles$1A.icon, children: /* @__PURE__ */ jsxRuntime.jsx("i", { className: "fal fa-book-spells" }) }),
84105
84480
  /* @__PURE__ */ jsxRuntime.jsx("div", { className: styles$1A.text, children: /* @__PURE__ */ jsxRuntime.jsxs("div", { className: styles$1A.title, children: [
84106
84481
  "Documentation ",
@@ -84109,7 +84484,7 @@ const SinglePopoverMenu = () => {
84109
84484
  ] })
84110
84485
  ] })
84111
84486
  ] }),
84112
- /* @__PURE__ */ jsxRuntime.jsxs("div", { className: cn(styles$1A.item, styles$1A.highlight), children: [
84487
+ /* @__PURE__ */ jsxRuntime.jsxs("div", { className: clsx(styles$1A.item, styles$1A.highlight), children: [
84113
84488
  /* @__PURE__ */ jsxRuntime.jsx("div", { className: styles$1A.menuText, children: /* @__PURE__ */ jsxRuntime.jsx("a", { href: "apps/tarsis/recipes/SinglePopoverMenu#", children: "Community" }) }),
84114
84489
  /* @__PURE__ */ jsxRuntime.jsxs("div", { className: styles$1A.subMenu, children: [
84115
84490
  /* @__PURE__ */ jsxRuntime.jsxs("div", { className: styles$1A.iconBox, children: [
@@ -84234,7 +84609,7 @@ const TabBarAnimation = () => {
84234
84609
  return /* @__PURE__ */ jsxRuntime.jsx("nav", { ref: navRef, className: styles$1z.root, children: /* @__PURE__ */ jsxRuntime.jsx("ul", { className: styles$1z.list, children: options$2.map((option, index) => /* @__PURE__ */ jsxRuntime.jsx(
84235
84610
  "li",
84236
84611
  {
84237
- className: cn(styles$1z.item, {
84612
+ className: clsx(styles$1z.item, {
84238
84613
  [styles$1z.active]: activeIndex === index
84239
84614
  }),
84240
84615
  children: /* @__PURE__ */ jsxRuntime.jsx(
@@ -84335,7 +84710,7 @@ const WavyItem = ({
84335
84710
  className = "",
84336
84711
  ...props
84337
84712
  }) => {
84338
- return /* @__PURE__ */ jsxRuntime.jsx("li", { className: cn(styles$1y.item, className, { [styles$1y.active]: isActive }), children: /* @__PURE__ */ jsxRuntime.jsx("a", { className: styles$1y.link, href, ...props, children }) });
84713
+ return /* @__PURE__ */ jsxRuntime.jsx("li", { className: clsx(styles$1y.item, className, { [styles$1y.active]: isActive }), children: /* @__PURE__ */ jsxRuntime.jsx("a", { className: styles$1y.link, href, ...props, children }) });
84339
84714
  };
84340
84715
 
84341
84716
  const options$1 = [
@@ -84542,8 +84917,8 @@ const ParallaxEmoji = () => {
84542
84917
  children: [
84543
84918
  /* @__PURE__ */ jsxRuntime.jsx(EmojiLayer, { className: styles$1w.face, depth: 0.2 }),
84544
84919
  /* @__PURE__ */ jsxRuntime.jsx(EmojiLayer, { className: styles$1w.shine, depth: 0.3 }),
84545
- /* @__PURE__ */ jsxRuntime.jsx(EmojiLayer, { className: cn(styles$1w.eye, styles$1w.left), depth: 0.8 }),
84546
- /* @__PURE__ */ jsxRuntime.jsx(EmojiLayer, { className: cn(styles$1w.eye, styles$1w.right), depth: 0.8 }),
84920
+ /* @__PURE__ */ jsxRuntime.jsx(EmojiLayer, { className: clsx(styles$1w.eye, styles$1w.left), depth: 0.8 }),
84921
+ /* @__PURE__ */ jsxRuntime.jsx(EmojiLayer, { className: clsx(styles$1w.eye, styles$1w.right), depth: 0.8 }),
84547
84922
  /* @__PURE__ */ jsxRuntime.jsx(EmojiLayer, { className: styles$1w.mouth, depth: 0.8 })
84548
84923
  ]
84549
84924
  }
@@ -84601,9 +84976,9 @@ const ApertureVideo = () => {
84601
84976
  poster: "/images/aperture.webp"
84602
84977
  }
84603
84978
  ),
84604
- /* @__PURE__ */ jsxRuntime.jsx("div", { className: cn(styles$1v.aperture, styles$1v.apertureLeft) }),
84605
- /* @__PURE__ */ jsxRuntime.jsx("div", { className: cn(styles$1v.aperture, styles$1v.apertureTopRight) }),
84606
- /* @__PURE__ */ jsxRuntime.jsx("div", { className: cn(styles$1v.aperture, styles$1v.apertureBottomRight) })
84979
+ /* @__PURE__ */ jsxRuntime.jsx("div", { className: clsx(styles$1v.aperture, styles$1v.apertureLeft) }),
84980
+ /* @__PURE__ */ jsxRuntime.jsx("div", { className: clsx(styles$1v.aperture, styles$1v.apertureTopRight) }),
84981
+ /* @__PURE__ */ jsxRuntime.jsx("div", { className: clsx(styles$1v.aperture, styles$1v.apertureBottomRight) })
84607
84982
  ] })
84608
84983
  }
84609
84984
  );
@@ -84649,11 +85024,11 @@ const RadioRolling = () => {
84649
85024
  ),
84650
85025
  /* @__PURE__ */ jsxRuntime.jsx("label", { className: styles$1u.label, htmlFor: option, children: option })
84651
85026
  ] }, option)),
84652
- /* @__PURE__ */ jsxRuntime.jsxs("div", { className: cn(styles$1u.circles, { [styles$1u.flip]: flip }), children: [
85027
+ /* @__PURE__ */ jsxRuntime.jsxs("div", { className: clsx(styles$1u.circles, { [styles$1u.flip]: flip }), children: [
84653
85028
  /* @__PURE__ */ jsxRuntime.jsx("div", { className: styles$1u.circle }),
84654
85029
  /* @__PURE__ */ jsxRuntime.jsx("div", { className: styles$1u.circle }),
84655
85030
  /* @__PURE__ */ jsxRuntime.jsx("div", { className: styles$1u.circle }),
84656
- /* @__PURE__ */ jsxRuntime.jsx("div", { className: cn(styles$1u.circle, styles$1u.circleChecked) }),
85031
+ /* @__PURE__ */ jsxRuntime.jsx("div", { className: clsx(styles$1u.circle, styles$1u.circleChecked) }),
84657
85032
  /* @__PURE__ */ jsxRuntime.jsx("div", { className: styles$1u.circle }),
84658
85033
  /* @__PURE__ */ jsxRuntime.jsx("div", { className: styles$1u.circle }),
84659
85034
  /* @__PURE__ */ jsxRuntime.jsx("div", { className: styles$1u.circle })
@@ -84846,7 +85221,7 @@ const ScrollDrivenTextBlowOut = () => {
84846
85221
  /* @__PURE__ */ jsxRuntime.jsxs(
84847
85222
  "svg",
84848
85223
  {
84849
- className: cn(styles$1q.svg, styles$1q.signature),
85224
+ className: clsx(styles$1q.svg, styles$1q.signature),
84850
85225
  viewBox: "0 0 271 209",
84851
85226
  fill: "none",
84852
85227
  xmlns: "http://www.w3.org/2000/svg",
@@ -85167,7 +85542,7 @@ const DDDRangeSlider = () => {
85167
85542
  "div",
85168
85543
  {
85169
85544
  ref: rootRef,
85170
- className: cn(styles$1l.root, styles$1l.pristine, {
85545
+ className: clsx(styles$1l.root, styles$1l.pristine, {
85171
85546
  [styles$1l.pristine]: isPristine,
85172
85547
  [styles$1l.active]: active
85173
85548
  }),
@@ -85308,16 +85683,16 @@ const FeedbackReactions = () => {
85308
85683
  /* @__PURE__ */ jsxRuntime.jsxs("label", { className: styles$1i.angry, children: [
85309
85684
  /* @__PURE__ */ jsxRuntime.jsx("input", { type: "radio", value: "1", name: "feedback" }),
85310
85685
  /* @__PURE__ */ jsxRuntime.jsxs("div", { children: [
85311
- /* @__PURE__ */ jsxRuntime.jsx("svg", { className: cn(styles$1i.eye, styles$1i.left), children: /* @__PURE__ */ jsxRuntime.jsx("use", { xlinkHref: "#eye" }) }),
85312
- /* @__PURE__ */ jsxRuntime.jsx("svg", { className: cn(styles$1i.eye, styles$1i.right), children: /* @__PURE__ */ jsxRuntime.jsx("use", { xlinkHref: "#eye" }) }),
85686
+ /* @__PURE__ */ jsxRuntime.jsx("svg", { className: clsx(styles$1i.eye, styles$1i.left), children: /* @__PURE__ */ jsxRuntime.jsx("use", { xlinkHref: "#eye" }) }),
85687
+ /* @__PURE__ */ jsxRuntime.jsx("svg", { className: clsx(styles$1i.eye, styles$1i.right), children: /* @__PURE__ */ jsxRuntime.jsx("use", { xlinkHref: "#eye" }) }),
85313
85688
  /* @__PURE__ */ jsxRuntime.jsx("svg", { className: styles$1i.mouth, children: /* @__PURE__ */ jsxRuntime.jsx("use", { xlinkHref: "#mouth" }) })
85314
85689
  ] })
85315
85690
  ] }),
85316
85691
  /* @__PURE__ */ jsxRuntime.jsxs("label", { className: styles$1i.sad, children: [
85317
85692
  /* @__PURE__ */ jsxRuntime.jsx("input", { type: "radio", value: "2", name: "feedback" }),
85318
85693
  /* @__PURE__ */ jsxRuntime.jsxs("div", { children: [
85319
- /* @__PURE__ */ jsxRuntime.jsx("svg", { className: cn(styles$1i.eye, styles$1i.left), children: /* @__PURE__ */ jsxRuntime.jsx("use", { xlinkHref: "#eye" }) }),
85320
- /* @__PURE__ */ jsxRuntime.jsx("svg", { className: cn(styles$1i.eye, styles$1i.right), children: /* @__PURE__ */ jsxRuntime.jsx("use", { xlinkHref: "#eye" }) }),
85694
+ /* @__PURE__ */ jsxRuntime.jsx("svg", { className: clsx(styles$1i.eye, styles$1i.left), children: /* @__PURE__ */ jsxRuntime.jsx("use", { xlinkHref: "#eye" }) }),
85695
+ /* @__PURE__ */ jsxRuntime.jsx("svg", { className: clsx(styles$1i.eye, styles$1i.right), children: /* @__PURE__ */ jsxRuntime.jsx("use", { xlinkHref: "#eye" }) }),
85321
85696
  /* @__PURE__ */ jsxRuntime.jsx("svg", { className: styles$1i.mouth, children: /* @__PURE__ */ jsxRuntime.jsx("use", { xlinkHref: "#mouth" }) })
85322
85697
  ] })
85323
85698
  ] }),
@@ -85328,16 +85703,16 @@ const FeedbackReactions = () => {
85328
85703
  /* @__PURE__ */ jsxRuntime.jsxs("label", { className: styles$1i.good, children: [
85329
85704
  /* @__PURE__ */ jsxRuntime.jsx("input", { type: "radio", value: "4", name: "feedback", defaultChecked: true }),
85330
85705
  /* @__PURE__ */ jsxRuntime.jsxs("div", { children: [
85331
- /* @__PURE__ */ jsxRuntime.jsx("svg", { className: cn(styles$1i.eye, styles$1i.left), children: /* @__PURE__ */ jsxRuntime.jsx("use", { xlinkHref: "#eye" }) }),
85332
- /* @__PURE__ */ jsxRuntime.jsx("svg", { className: cn(styles$1i.eye, styles$1i.right), children: /* @__PURE__ */ jsxRuntime.jsx("use", { xlinkHref: "#eye" }) }),
85706
+ /* @__PURE__ */ jsxRuntime.jsx("svg", { className: clsx(styles$1i.eye, styles$1i.left), children: /* @__PURE__ */ jsxRuntime.jsx("use", { xlinkHref: "#eye" }) }),
85707
+ /* @__PURE__ */ jsxRuntime.jsx("svg", { className: clsx(styles$1i.eye, styles$1i.right), children: /* @__PURE__ */ jsxRuntime.jsx("use", { xlinkHref: "#eye" }) }),
85333
85708
  /* @__PURE__ */ jsxRuntime.jsx("svg", { className: styles$1i.mouth, children: /* @__PURE__ */ jsxRuntime.jsx("use", { xlinkHref: "#mouth" }) })
85334
85709
  ] })
85335
85710
  ] }),
85336
85711
  /* @__PURE__ */ jsxRuntime.jsxs("label", { className: styles$1i.happy, children: [
85337
85712
  /* @__PURE__ */ jsxRuntime.jsx("input", { type: "radio", value: "5", name: "feedback" }),
85338
85713
  /* @__PURE__ */ jsxRuntime.jsxs("div", { children: [
85339
- /* @__PURE__ */ jsxRuntime.jsx("svg", { className: cn(styles$1i.eye, styles$1i.left), children: /* @__PURE__ */ jsxRuntime.jsx("use", { xlinkHref: "#eye" }) }),
85340
- /* @__PURE__ */ jsxRuntime.jsx("svg", { className: cn(styles$1i.eye, styles$1i.right), children: /* @__PURE__ */ jsxRuntime.jsx("use", { xlinkHref: "#eye" }) })
85714
+ /* @__PURE__ */ jsxRuntime.jsx("svg", { className: clsx(styles$1i.eye, styles$1i.left), children: /* @__PURE__ */ jsxRuntime.jsx("use", { xlinkHref: "#eye" }) }),
85715
+ /* @__PURE__ */ jsxRuntime.jsx("svg", { className: clsx(styles$1i.eye, styles$1i.right), children: /* @__PURE__ */ jsxRuntime.jsx("use", { xlinkHref: "#eye" }) })
85341
85716
  ] })
85342
85717
  ] })
85343
85718
  ] }),
@@ -85406,7 +85781,7 @@ const styles$1h = {
85406
85781
 
85407
85782
  const DaySwitch = () => {
85408
85783
  const [morning, setMorning] = React.useState(false);
85409
- return /* @__PURE__ */ jsxRuntime.jsxs("div", { className: cn(styles$1h.root, { [styles$1h.morning]: morning }), children: [
85784
+ return /* @__PURE__ */ jsxRuntime.jsxs("div", { className: clsx(styles$1h.root, { [styles$1h.morning]: morning }), children: [
85410
85785
  /* @__PURE__ */ jsxRuntime.jsx(
85411
85786
  "input",
85412
85787
  {
@@ -85422,22 +85797,22 @@ const DaySwitch = () => {
85422
85797
  ),
85423
85798
  /* @__PURE__ */ jsxRuntime.jsxs("label", { htmlFor: "hide-checkbox", className: styles$1h.toggle, children: [
85424
85799
  /* @__PURE__ */ jsxRuntime.jsxs("span", { className: styles$1h.toggleButton, children: [
85425
- /* @__PURE__ */ jsxRuntime.jsx("span", { className: cn(styles$1h.crater, styles$1h.crater1) }),
85426
- /* @__PURE__ */ jsxRuntime.jsx("span", { className: cn(styles$1h.crater, styles$1h.crater2) }),
85427
- /* @__PURE__ */ jsxRuntime.jsx("span", { className: cn(styles$1h.crater, styles$1h.crater3) }),
85428
- /* @__PURE__ */ jsxRuntime.jsx("span", { className: cn(styles$1h.crater, styles$1h.crater4) }),
85429
- /* @__PURE__ */ jsxRuntime.jsx("span", { className: cn(styles$1h.crater, styles$1h.crater5) }),
85430
- /* @__PURE__ */ jsxRuntime.jsx("span", { className: cn(styles$1h.crater, styles$1h.crater6) }),
85431
- /* @__PURE__ */ jsxRuntime.jsx("span", { className: cn(styles$1h.crater, styles$1h.crater7) })
85800
+ /* @__PURE__ */ jsxRuntime.jsx("span", { className: clsx(styles$1h.crater, styles$1h.crater1) }),
85801
+ /* @__PURE__ */ jsxRuntime.jsx("span", { className: clsx(styles$1h.crater, styles$1h.crater2) }),
85802
+ /* @__PURE__ */ jsxRuntime.jsx("span", { className: clsx(styles$1h.crater, styles$1h.crater3) }),
85803
+ /* @__PURE__ */ jsxRuntime.jsx("span", { className: clsx(styles$1h.crater, styles$1h.crater4) }),
85804
+ /* @__PURE__ */ jsxRuntime.jsx("span", { className: clsx(styles$1h.crater, styles$1h.crater5) }),
85805
+ /* @__PURE__ */ jsxRuntime.jsx("span", { className: clsx(styles$1h.crater, styles$1h.crater6) }),
85806
+ /* @__PURE__ */ jsxRuntime.jsx("span", { className: clsx(styles$1h.crater, styles$1h.crater7) })
85432
85807
  ] }),
85433
- /* @__PURE__ */ jsxRuntime.jsx("span", { className: cn(styles$1h.star, styles$1h.star1) }),
85434
- /* @__PURE__ */ jsxRuntime.jsx("span", { className: cn(styles$1h.star, styles$1h.star2) }),
85435
- /* @__PURE__ */ jsxRuntime.jsx("span", { className: cn(styles$1h.star, styles$1h.star3) }),
85436
- /* @__PURE__ */ jsxRuntime.jsx("span", { className: cn(styles$1h.star, styles$1h.star4) }),
85437
- /* @__PURE__ */ jsxRuntime.jsx("span", { className: cn(styles$1h.star, styles$1h.star5, styles$1h.half) }),
85438
- /* @__PURE__ */ jsxRuntime.jsx("span", { className: cn(styles$1h.star, styles$1h.star6, styles$1h.half) }),
85439
- /* @__PURE__ */ jsxRuntime.jsx("span", { className: cn(styles$1h.star, styles$1h.star7, styles$1h.half) }),
85440
- /* @__PURE__ */ jsxRuntime.jsx("span", { className: cn(styles$1h.star, styles$1h.star8, styles$1h.half) })
85808
+ /* @__PURE__ */ jsxRuntime.jsx("span", { className: clsx(styles$1h.star, styles$1h.star1) }),
85809
+ /* @__PURE__ */ jsxRuntime.jsx("span", { className: clsx(styles$1h.star, styles$1h.star2) }),
85810
+ /* @__PURE__ */ jsxRuntime.jsx("span", { className: clsx(styles$1h.star, styles$1h.star3) }),
85811
+ /* @__PURE__ */ jsxRuntime.jsx("span", { className: clsx(styles$1h.star, styles$1h.star4) }),
85812
+ /* @__PURE__ */ jsxRuntime.jsx("span", { className: clsx(styles$1h.star, styles$1h.star5, styles$1h.half) }),
85813
+ /* @__PURE__ */ jsxRuntime.jsx("span", { className: clsx(styles$1h.star, styles$1h.star6, styles$1h.half) }),
85814
+ /* @__PURE__ */ jsxRuntime.jsx("span", { className: clsx(styles$1h.star, styles$1h.star7, styles$1h.half) }),
85815
+ /* @__PURE__ */ jsxRuntime.jsx("span", { className: clsx(styles$1h.star, styles$1h.star8, styles$1h.half) })
85441
85816
  ] })
85442
85817
  ] });
85443
85818
  };
@@ -85514,7 +85889,7 @@ const styles$1f = {
85514
85889
  };
85515
85890
 
85516
85891
  const IosSwitch = ({ className, ...props }) => {
85517
- return /* @__PURE__ */ jsxRuntime.jsx("div", { className: cn(styles$1f.root, className), children: /* @__PURE__ */ jsxRuntime.jsxs("label", { className: styles$1f.label, children: [
85892
+ return /* @__PURE__ */ jsxRuntime.jsx("div", { className: clsx(styles$1f.root, className), children: /* @__PURE__ */ jsxRuntime.jsxs("label", { className: styles$1f.label, children: [
85518
85893
  /* @__PURE__ */ jsxRuntime.jsx(
85519
85894
  "input",
85520
85895
  {
@@ -85642,7 +86017,7 @@ const styles$1d = {
85642
86017
 
85643
86018
  const NeuromorphicToggle = ({ dark = true }) => {
85644
86019
  const [isActive, setIsActive] = React.useState(false);
85645
- return /* @__PURE__ */ jsxRuntime.jsx("div", { className: cn(styles$1d.root, { [styles$1d.dark]: dark }), children: /* @__PURE__ */ jsxRuntime.jsxs(
86020
+ return /* @__PURE__ */ jsxRuntime.jsx("div", { className: clsx(styles$1d.root, { [styles$1d.dark]: dark }), children: /* @__PURE__ */ jsxRuntime.jsxs(
85646
86021
  "button",
85647
86022
  {
85648
86023
  className: styles$1d.button,
@@ -85730,7 +86105,7 @@ const styles$1b = {
85730
86105
 
85731
86106
  const StretchToggle = () => {
85732
86107
  const [pristine, setPristine] = React.useState(false);
85733
- return /* @__PURE__ */ jsxRuntime.jsx("div", { className: styles$1b.root, children: /* @__PURE__ */ jsxRuntime.jsxs("label", { className: cn(styles$1b.toggle, { [styles$1b.pristine]: pristine }), children: [
86108
+ return /* @__PURE__ */ jsxRuntime.jsx("div", { className: styles$1b.root, children: /* @__PURE__ */ jsxRuntime.jsxs("label", { className: clsx(styles$1b.toggle, { [styles$1b.pristine]: pristine }), children: [
85734
86109
  /* @__PURE__ */ jsxRuntime.jsx(
85735
86110
  "input",
85736
86111
  {
@@ -85761,7 +86136,7 @@ const TippingSwitch = ({ withText = false }) => {
85761
86136
  "input",
85762
86137
  {
85763
86138
  type: "checkbox",
85764
- className: cn(styles$1a.input, { [styles$1a.withText]: withText })
86139
+ className: clsx(styles$1a.input, { [styles$1a.withText]: withText })
85765
86140
  }
85766
86141
  );
85767
86142
  };
@@ -85803,7 +86178,7 @@ const styles$17 = {
85803
86178
  root: root$12,
85804
86179
  text: text$8};
85805
86180
 
85806
- const EnlightenedText = ({ children }) => /* @__PURE__ */ jsxRuntime.jsx("span", { className: cn(styles$17.root, styles$17.text), children });
86181
+ const EnlightenedText = ({ children }) => /* @__PURE__ */ jsxRuntime.jsx("span", { className: clsx(styles$17.root, styles$17.text), children });
85807
86182
 
85808
86183
  const root$11 = "_root_g9iok_1";
85809
86184
  const text$7 = "_text_g9iok_9";
@@ -85966,7 +86341,7 @@ const JellyText = ({ children, className = "" }) => {
85966
86341
  "div",
85967
86342
  {
85968
86343
  ref,
85969
- className: cn(styles$14.root, className),
86344
+ className: clsx(styles$14.root, className),
85970
86345
  "aria-description": children,
85971
86346
  children: parts
85972
86347
  }
@@ -86183,11 +86558,11 @@ const ScrambledText = ({ children, reveal = false }) => {
86183
86558
  );
86184
86559
  };
86185
86560
 
86186
- const root$Y = "_root_xpoci_1";
86187
- const line = "_line_xpoci_9";
86188
- const word$1 = "_word_xpoci_14";
86189
- const link = "_link_xpoci_18";
86190
- const letter = "_letter_xpoci_22";
86561
+ const root$Y = "_root_19h89_1";
86562
+ const line = "_line_19h89_9";
86563
+ const word$1 = "_word_19h89_14";
86564
+ const link = "_link_19h89_18";
86565
+ const letter = "_letter_19h89_22";
86191
86566
  const styles$11 = {
86192
86567
  root: root$Y,
86193
86568
  line: line,
@@ -86200,7 +86575,7 @@ const Word = ({ children, href }) => {
86200
86575
  return children.split("").map((letter, index) => /* @__PURE__ */ jsxRuntime.jsx("span", { className: styles$11.letter, children: letter }, letter + index));
86201
86576
  }, [children]);
86202
86577
  if (href) {
86203
- return /* @__PURE__ */ jsxRuntime.jsx("a", { className: cn(styles$11.word, styles$11.link), children: content });
86578
+ return /* @__PURE__ */ jsxRuntime.jsx("a", { className: clsx(styles$11.word, styles$11.link), children: content });
86204
86579
  }
86205
86580
  return /* @__PURE__ */ jsxRuntime.jsx("span", { className: styles$11.word, children: content });
86206
86581
  };
@@ -86238,16 +86613,16 @@ const styles$10 = {
86238
86613
  second: second$1};
86239
86614
 
86240
86615
  const ShakingText = ({ children }) => /* @__PURE__ */ jsxRuntime.jsxs("span", { className: styles$10.root, children: [
86241
- /* @__PURE__ */ jsxRuntime.jsx("span", { className: cn(styles$10.text, styles$10.first), children }),
86616
+ /* @__PURE__ */ jsxRuntime.jsx("span", { className: clsx(styles$10.text, styles$10.first), children }),
86242
86617
  children,
86243
- /* @__PURE__ */ jsxRuntime.jsx("span", { className: cn(styles$10.text, styles$10.second), children })
86618
+ /* @__PURE__ */ jsxRuntime.jsx("span", { className: clsx(styles$10.text, styles$10.second), children })
86244
86619
  ] });
86245
86620
 
86246
86621
  const root$W = "_root_ijw1m_1";
86247
86622
  const styles$$ = {
86248
86623
  root: root$W};
86249
86624
 
86250
- const ShiningText = ({ children, className = "" }) => /* @__PURE__ */ jsxRuntime.jsx("span", { className: cn(styles$$.root, className), children });
86625
+ const ShiningText = ({ children, className = "" }) => /* @__PURE__ */ jsxRuntime.jsx("span", { className: clsx(styles$$.root, className), children });
86251
86626
 
86252
86627
  const root$V = "_root_wb10x_1";
86253
86628
  const word = "_word_wb10x_12";
@@ -86388,7 +86763,7 @@ const Toast = ({
86388
86763
  return /* @__PURE__ */ jsxRuntime.jsx(
86389
86764
  "div",
86390
86765
  {
86391
- className: cn(styles$W.toast, className, { [styles$W.visible]: visible }),
86766
+ className: clsx(styles$W.toast, className, { [styles$W.visible]: visible }),
86392
86767
  role: "alert",
86393
86768
  onClick: onDismiss,
86394
86769
  onKeyDown: (e) => {
@@ -86485,7 +86860,7 @@ const Toasts = ({ container, maxQueue = 4 }) => {
86485
86860
  children: toasts.map((t, index) => /* @__PURE__ */ jsxRuntime.jsx(
86486
86861
  Toast,
86487
86862
  {
86488
- className: cn(
86863
+ className: clsx(
86489
86864
  styles$W.toastItem,
86490
86865
  toasts.length === index + 1 ? styles$W.first : toasts.length === index + 2 ? styles$W.second : toasts.length === index + 3 ? styles$W.third : styles$W.forth
86491
86866
  ),
@@ -86515,7 +86890,7 @@ const Filter = ({ children, defaultActive = false }) => {
86515
86890
  "button",
86516
86891
  {
86517
86892
  type: "button",
86518
- className: cn(styles$V.button, { [styles$V.active]: isActive }),
86893
+ className: clsx(styles$V.button, { [styles$V.active]: isActive }),
86519
86894
  onClick: () => setIsActive((prev) => !prev),
86520
86895
  children
86521
86896
  }
@@ -86573,7 +86948,7 @@ const Duck = () => {
86573
86948
  scheduleAnimation();
86574
86949
  return cleanup;
86575
86950
  }, []);
86576
- return /* @__PURE__ */ jsxRuntime.jsx("div", { className: cn(styles$U.root, { [styles$U.animating]: animating }), children: /* @__PURE__ */ jsxRuntime.jsx("div", { className: styles$U.sideToSide, children: /* @__PURE__ */ jsxRuntime.jsx("div", { className: styles$U.upAndDown, children: /* @__PURE__ */ jsxRuntime.jsxs("svg", { className: styles$U.duck, viewBox: "-100 -300 600 600", children: [
86951
+ return /* @__PURE__ */ jsxRuntime.jsx("div", { className: clsx(styles$U.root, { [styles$U.animating]: animating }), children: /* @__PURE__ */ jsxRuntime.jsx("div", { className: styles$U.sideToSide, children: /* @__PURE__ */ jsxRuntime.jsx("div", { className: styles$U.upAndDown, children: /* @__PURE__ */ jsxRuntime.jsxs("svg", { className: styles$U.duck, viewBox: "-100 -300 600 600", children: [
86577
86952
  /* @__PURE__ */ jsxRuntime.jsx(
86578
86953
  "path",
86579
86954
  {
@@ -86663,7 +87038,7 @@ const DynamicIsland = ({ position = "fixed" }) => /* @__PURE__ */ jsxRuntime.jsx
86663
87038
  /* @__PURE__ */ jsxRuntime.jsx(
86664
87039
  "div",
86665
87040
  {
86666
- className: cn(styles$T.root, { [styles$T.static]: position === "static" }),
87041
+ className: clsx(styles$T.root, { [styles$T.static]: position === "static" }),
86667
87042
  children: /* @__PURE__ */ jsxRuntime.jsxs("div", { className: styles$T.island, children: [
86668
87043
  /* @__PURE__ */ jsxRuntime.jsx("div", { className: styles$T.notch }),
86669
87044
  /* @__PURE__ */ jsxRuntime.jsx(
@@ -86839,13 +87214,13 @@ const SegmentedControls = ({
86839
87214
  }) => /* @__PURE__ */ jsxRuntime.jsx(
86840
87215
  "nav",
86841
87216
  {
86842
- className: cn(styles$R.root, { [styles$R.isVertical]: isVertical }),
87217
+ className: clsx(styles$R.root, { [styles$R.isVertical]: isVertical }),
86843
87218
  role: "tablist",
86844
87219
  children: options.map((option) => /* @__PURE__ */ jsxRuntime.jsx(
86845
87220
  "button",
86846
87221
  {
86847
87222
  role: "button",
86848
- className: cn(styles$R.control, {
87223
+ className: clsx(styles$R.control, {
86849
87224
  [styles$R.active]: activeId === option.id
86850
87225
  }),
86851
87226
  onClick: () => onChange(option.id),
@@ -86882,10 +87257,10 @@ const ShapeSelection = ({ children }) => {
86882
87257
  }
86883
87258
  }, []);
86884
87259
  return /* @__PURE__ */ jsxRuntime.jsxs("span", { ref, className: styles$Q.root, children: [
86885
- /* @__PURE__ */ jsxRuntime.jsx("div", { className: cn(styles$Q.dot, styles$Q.topLeft) }),
86886
- /* @__PURE__ */ jsxRuntime.jsx("div", { className: cn(styles$Q.dot, styles$Q.topRight) }),
86887
- /* @__PURE__ */ jsxRuntime.jsx("div", { className: cn(styles$Q.dot, styles$Q.bottomLeft) }),
86888
- /* @__PURE__ */ jsxRuntime.jsx("div", { className: cn(styles$Q.dot, styles$Q.bottomRight) }),
87260
+ /* @__PURE__ */ jsxRuntime.jsx("div", { className: clsx(styles$Q.dot, styles$Q.topLeft) }),
87261
+ /* @__PURE__ */ jsxRuntime.jsx("div", { className: clsx(styles$Q.dot, styles$Q.topRight) }),
87262
+ /* @__PURE__ */ jsxRuntime.jsx("div", { className: clsx(styles$Q.dot, styles$Q.bottomLeft) }),
87263
+ /* @__PURE__ */ jsxRuntime.jsx("div", { className: clsx(styles$Q.dot, styles$Q.bottomRight) }),
86889
87264
  /* @__PURE__ */ jsxRuntime.jsx("span", { className: styles$Q.content, children }),
86890
87265
  rect && /* @__PURE__ */ jsxRuntime.jsxs("div", { className: styles$Q.size, children: [
86891
87266
  Math.round(rect.width),
@@ -86933,7 +87308,7 @@ const Appearance = ({ type = "reveal" }) => {
86933
87308
  return /* @__PURE__ */ jsxRuntime.jsx(
86934
87309
  "div",
86935
87310
  {
86936
- className: cn(styles$P.root, {
87311
+ className: clsx(styles$P.root, {
86937
87312
  [styles$P.reveal]: type === "reveal",
86938
87313
  [styles$P.fadeIn]: type === "fade-in",
86939
87314
  [styles$P.glow]: type === "glow"
@@ -92185,7 +92560,7 @@ const BackgroundSlider = () => {
92185
92560
  sensitivity: 1
92186
92561
  },
92187
92562
  children: SLIDES.map((slide, index) => /* @__PURE__ */ jsxRuntime.jsxs(SwiperSlide, { className: styles$M.swiperSlide, children: [
92188
- /* @__PURE__ */ jsxRuntime.jsx("h1", { className: cn(styles$M.title, styles$M[`slide${index + 1}`]), children: slide.title }),
92563
+ /* @__PURE__ */ jsxRuntime.jsx("h1", { className: clsx(styles$M.title, styles$M[`slide${index + 1}`]), children: slide.title }),
92189
92564
  /* @__PURE__ */ jsxRuntime.jsx("img", { className: styles$M.image, src: slide.image, alt: "" })
92190
92565
  ] }, slide.title))
92191
92566
  }
@@ -92257,7 +92632,7 @@ const BouncyClock = () => {
92257
92632
  return /* @__PURE__ */ jsxRuntime.jsx("div", { className: styles$K.root, children: digits.map((digit, i) => /* @__PURE__ */ jsxRuntime.jsx(
92258
92633
  "span",
92259
92634
  {
92260
- className: cn(styles$K.digit, {
92635
+ className: clsx(styles$K.digit, {
92261
92636
  [styles$K.bounce]: prev[i] !== void 0 && digit !== prev[i]
92262
92637
  }),
92263
92638
  children: digit
@@ -92319,7 +92694,7 @@ const BreakingProgress = ({ loop = false }) => {
92319
92694
  return /* @__PURE__ */ jsxRuntime.jsxs(
92320
92695
  "div",
92321
92696
  {
92322
- className: cn(styles$J.root, {
92697
+ className: clsx(styles$J.root, {
92323
92698
  [styles$J.falling]: falling,
92324
92699
  [styles$J.resetting]: resetting
92325
92700
  }),
@@ -92372,7 +92747,7 @@ const CardDetails = () => {
92372
92747
  alt: "image"
92373
92748
  }
92374
92749
  ) }),
92375
- /* @__PURE__ */ jsxRuntime.jsxs("div", { className: cn(styles$I.detail, styles$I.detail1), children: [
92750
+ /* @__PURE__ */ jsxRuntime.jsxs("div", { className: clsx(styles$I.detail, styles$I.detail1), children: [
92376
92751
  /* @__PURE__ */ jsxRuntime.jsx("span", { className: styles$I.detailText, children: "SPACIOUS" }),
92377
92752
  /* @__PURE__ */ jsxRuntime.jsx("div", { className: styles$I.detailIcon, children: /* @__PURE__ */ jsxRuntime.jsx(RxPlus, { className: styles$I.icon }) }),
92378
92753
  /* @__PURE__ */ jsxRuntime.jsx("div", { className: styles$I.detailImage, children: /* @__PURE__ */ jsxRuntime.jsx(
@@ -92384,7 +92759,7 @@ const CardDetails = () => {
92384
92759
  }
92385
92760
  ) })
92386
92761
  ] }),
92387
- /* @__PURE__ */ jsxRuntime.jsxs("div", { className: cn(styles$I.detail, styles$I.detail2), children: [
92762
+ /* @__PURE__ */ jsxRuntime.jsxs("div", { className: clsx(styles$I.detail, styles$I.detail2), children: [
92388
92763
  /* @__PURE__ */ jsxRuntime.jsx("span", { className: styles$I.detailText, children: "ACCESSIBLE" }),
92389
92764
  /* @__PURE__ */ jsxRuntime.jsx("div", { className: styles$I.detailIcon, children: /* @__PURE__ */ jsxRuntime.jsx(RxPlus, { className: styles$I.icon }) }),
92390
92765
  /* @__PURE__ */ jsxRuntime.jsx("div", { className: styles$I.detailImage, children: /* @__PURE__ */ jsxRuntime.jsx(
@@ -92479,7 +92854,7 @@ const styles$E = {
92479
92854
  };
92480
92855
 
92481
92856
  const File = ({ type }) => {
92482
- return /* @__PURE__ */ jsxRuntime.jsx("div", { className: cn(styles$E.icon, styles$E[type]), children: /* @__PURE__ */ jsxRuntime.jsx("i", { className: styles$E.i, title: type }) });
92857
+ return /* @__PURE__ */ jsxRuntime.jsx("div", { className: clsx(styles$E.icon, styles$E[type]), children: /* @__PURE__ */ jsxRuntime.jsx("i", { className: styles$E.i, title: type }) });
92483
92858
  };
92484
92859
  const FileIcons = () => {
92485
92860
  return /* @__PURE__ */ jsxRuntime.jsxs("div", { className: styles$E.root, children: [
@@ -92740,7 +93115,7 @@ const options = [
92740
93115
  ];
92741
93116
  const LayeredComponents = () => {
92742
93117
  const [rotated, setRotated] = React.useState(true);
92743
- return /* @__PURE__ */ jsxRuntime.jsxs("div", { className: cn(styles$y.root, { [styles$y.checked]: rotated }), children: [
93118
+ return /* @__PURE__ */ jsxRuntime.jsxs("div", { className: clsx(styles$y.root, { [styles$y.checked]: rotated }), children: [
92744
93119
  /* @__PURE__ */ jsxRuntime.jsx(
92745
93120
  "input",
92746
93121
  {
@@ -96141,7 +96516,7 @@ const Lock = () => {
96141
96516
  }
96142
96517
  };
96143
96518
  const asynchronously = async () => {
96144
- const Flickity = await Promise.resolve().then(() => require('./index-COnXZQL9.cjs')).then(n => n.index).then((m) => m.default);
96519
+ const Flickity = await Promise.resolve().then(() => require('./index-C1HOJZOl.cjs')).then(n => n.index).then((m) => m.default);
96145
96520
  if (!rowsRef.current || !window) return;
96146
96521
  const rows = rowsRef.current.children;
96147
96522
  for (let i = 0, len = rows.length; i < len; i++) {
@@ -96183,7 +96558,7 @@ const Lock = () => {
96183
96558
  "div",
96184
96559
  {
96185
96560
  ref: lockRef,
96186
- className: cn(styles$x.root, { [styles$x.verified]: isVerified }),
96561
+ className: clsx(styles$x.root, { [styles$x.verified]: isVerified }),
96187
96562
  children: [
96188
96563
  /* @__PURE__ */ jsxRuntime.jsxs("div", { className: styles$x.screen, children: [
96189
96564
  /* @__PURE__ */ jsxRuntime.jsx("div", { className: styles$x.code, children: code }),
@@ -96299,9 +96674,9 @@ const MotionDigits = () => {
96299
96674
  /* @__PURE__ */ jsxRuntime.jsx("option", { value: 2e4, label: "20000" })
96300
96675
  ] }),
96301
96676
  /* @__PURE__ */ jsxRuntime.jsxs("div", { className: styles$w.number, children: [
96302
- /* @__PURE__ */ jsxRuntime.jsx("div", { className: cn(styles$w.left, { [styles$w.animate]: animateLeft }), children: left }),
96303
- /* @__PURE__ */ jsxRuntime.jsx("div", { className: cn(styles$w.separator, { [styles$w.show]: separator }), children: "," }),
96304
- /* @__PURE__ */ jsxRuntime.jsx("div", { className: cn(styles$w.right, { [styles$w.animate]: animateRight }), children: right })
96677
+ /* @__PURE__ */ jsxRuntime.jsx("div", { className: clsx(styles$w.left, { [styles$w.animate]: animateLeft }), children: left }),
96678
+ /* @__PURE__ */ jsxRuntime.jsx("div", { className: clsx(styles$w.separator, { [styles$w.show]: separator }), children: "," }),
96679
+ /* @__PURE__ */ jsxRuntime.jsx("div", { className: clsx(styles$w.right, { [styles$w.animate]: animateRight }), children: right })
96305
96680
  ] })
96306
96681
  ] }),
96307
96682
  /* @__PURE__ */ jsxRuntime.jsx(
@@ -96648,7 +97023,7 @@ const NotificationBell = () => {
96648
97023
  "button",
96649
97024
  {
96650
97025
  type: "button",
96651
- className: cn(styles$s.root, { [styles$s.active]: isActive }),
97026
+ className: clsx(styles$s.root, { [styles$s.active]: isActive }),
96652
97027
  onClick: () => {
96653
97028
  read();
96654
97029
  },
@@ -96728,7 +97103,7 @@ const PhotoZoom = () => {
96728
97103
  "video",
96729
97104
  {
96730
97105
  ref: videoRef,
96731
- className: cn(styles$r.video, {
97106
+ className: clsx(styles$r.video, {
96732
97107
  [styles$r.flippingIn]: isFlippingIn,
96733
97108
  [styles$r.flippingOut]: isFlippingOut
96734
97109
  }),
@@ -96746,14 +97121,14 @@ const PhotoZoom = () => {
96746
97121
  "div",
96747
97122
  {
96748
97123
  ref: flashRef,
96749
- className: cn(styles$r.flash, { [styles$r.shutterClick]: isShuttering })
97124
+ className: clsx(styles$r.flash, { [styles$r.shutterClick]: isShuttering })
96750
97125
  }
96751
97126
  )
96752
97127
  ] }),
96753
97128
  /* @__PURE__ */ jsxRuntime.jsx("div", { className: styles$r.controls, children: ZOOM_OPTIONS.map((zoom) => /* @__PURE__ */ jsxRuntime.jsxs(
96754
97129
  "button",
96755
97130
  {
96756
- className: cn(styles$r.control, {
97131
+ className: clsx(styles$r.control, {
96757
97132
  [styles$r.active]: zoom.level === activeZoom
96758
97133
  }),
96759
97134
  onClick: () => {
@@ -97012,7 +97387,7 @@ const RealisticSmoke = () => {
97012
97387
  height: "397",
97013
97388
  x: "83",
97014
97389
  y: "112.564",
97015
- className: cn(styles$o.blick, { [styles$o.ready]: renderBlick1 }),
97390
+ className: clsx(styles$o.blick, { [styles$o.ready]: renderBlick1 }),
97016
97391
  children: /* @__PURE__ */ jsxRuntime.jsx(
97017
97392
  "animate",
97018
97393
  {
@@ -97049,7 +97424,7 @@ const RealisticSmoke = () => {
97049
97424
  height: "287",
97050
97425
  x: "69",
97051
97426
  y: "19.2447",
97052
- className: cn(styles$o.blick, { [styles$o.ready]: renderBlick2 }),
97427
+ className: clsx(styles$o.blick, { [styles$o.ready]: renderBlick2 }),
97053
97428
  children: /* @__PURE__ */ jsxRuntime.jsx(
97054
97429
  "animate",
97055
97430
  {
@@ -97084,7 +97459,7 @@ const RevealImageAnimation = () => {
97084
97459
  "img",
97085
97460
  {
97086
97461
  src: "https://picsum.photos/id/995/250/250",
97087
- className: cn(styles$n.root, { [styles$n.alt]: true })
97462
+ className: clsx(styles$n.root, { [styles$n.alt]: true })
97088
97463
  }
97089
97464
  )
97090
97465
  );
@@ -101985,9 +102360,9 @@ const BaileysBead = ({ theta, offset = 0, opa }) => {
101985
102360
  opacity: opacity.to((o) => o * mapOpacityToAngle())
101986
102361
  },
101987
102362
  children: [
101988
- /* @__PURE__ */ jsxRuntime.jsx("div", { className: cn(styles$j.bead, styles$j.bead3) }),
101989
- /* @__PURE__ */ jsxRuntime.jsx("div", { className: cn(styles$j.bead, styles$j.bead2) }),
101990
- /* @__PURE__ */ jsxRuntime.jsx("div", { className: cn(styles$j.bead, styles$j.bead1) })
102363
+ /* @__PURE__ */ jsxRuntime.jsx("div", { className: clsx(styles$j.bead, styles$j.bead3) }),
102364
+ /* @__PURE__ */ jsxRuntime.jsx("div", { className: clsx(styles$j.bead, styles$j.bead2) }),
102365
+ /* @__PURE__ */ jsxRuntime.jsx("div", { className: clsx(styles$j.bead, styles$j.bead1) })
101991
102366
  ]
101992
102367
  }
101993
102368
  )
@@ -102125,7 +102500,7 @@ const SpeechToText = () => {
102125
102500
  recognitionRef.current = null;
102126
102501
  }
102127
102502
  }, []);
102128
- return /* @__PURE__ */ jsxRuntime.jsxs("div", { className: cn(styles$i.container, { [styles$i.speaking]: isSpeaking }), children: [
102503
+ return /* @__PURE__ */ jsxRuntime.jsxs("div", { className: clsx(styles$i.container, { [styles$i.speaking]: isSpeaking }), children: [
102129
102504
  /* @__PURE__ */ jsxRuntime.jsx(
102130
102505
  "textarea",
102131
102506
  {
@@ -102177,12 +102552,12 @@ const styles$h = {
102177
102552
 
102178
102553
  const StaticSolarEclipse = () => {
102179
102554
  return /* @__PURE__ */ jsxRuntime.jsxs("div", { className: styles$h.root, children: [
102180
- /* @__PURE__ */ jsxRuntime.jsx("div", { className: cn(styles$h.layer, styles$h.layer1) }),
102181
- /* @__PURE__ */ jsxRuntime.jsx("div", { className: cn(styles$h.layer, styles$h.layer2) }),
102182
- /* @__PURE__ */ jsxRuntime.jsx("div", { className: cn(styles$h.layer, styles$h.layer3) }),
102183
- /* @__PURE__ */ jsxRuntime.jsx("div", { className: cn(styles$h.layer, styles$h.layer4) }),
102184
- /* @__PURE__ */ jsxRuntime.jsx("div", { className: cn(styles$h.layer, styles$h.layer5) }),
102185
- /* @__PURE__ */ jsxRuntime.jsx("div", { className: cn(styles$h.layer, styles$h.layer6) })
102555
+ /* @__PURE__ */ jsxRuntime.jsx("div", { className: clsx(styles$h.layer, styles$h.layer1) }),
102556
+ /* @__PURE__ */ jsxRuntime.jsx("div", { className: clsx(styles$h.layer, styles$h.layer2) }),
102557
+ /* @__PURE__ */ jsxRuntime.jsx("div", { className: clsx(styles$h.layer, styles$h.layer3) }),
102558
+ /* @__PURE__ */ jsxRuntime.jsx("div", { className: clsx(styles$h.layer, styles$h.layer4) }),
102559
+ /* @__PURE__ */ jsxRuntime.jsx("div", { className: clsx(styles$h.layer, styles$h.layer5) }),
102560
+ /* @__PURE__ */ jsxRuntime.jsx("div", { className: clsx(styles$h.layer, styles$h.layer6) })
102186
102561
  ] });
102187
102562
  };
102188
102563
 
@@ -102585,7 +102960,7 @@ const TextImageHover = () => {
102585
102960
  /* @__PURE__ */ jsxRuntime.jsx(
102586
102961
  "image",
102587
102962
  {
102588
- className: cn(styles$c.image, {
102963
+ className: clsx(styles$c.image, {
102589
102964
  [styles$c.active]: activeIndex === 0
102590
102965
  }),
102591
102966
  x: "50",
@@ -102598,7 +102973,7 @@ const TextImageHover = () => {
102598
102973
  /* @__PURE__ */ jsxRuntime.jsx(
102599
102974
  "image",
102600
102975
  {
102601
- className: cn(styles$c.image, {
102976
+ className: clsx(styles$c.image, {
102602
102977
  [styles$c.active]: activeIndex === 1
102603
102978
  }),
102604
102979
  x: "50",
@@ -102649,7 +103024,7 @@ const BlurVignette = ({
102649
103024
  return /* @__PURE__ */ jsxRuntime.jsx(
102650
103025
  "div",
102651
103026
  {
102652
- className: cn(styles$a.root, className),
103027
+ className: clsx(styles$a.root, className),
102653
103028
  style: {
102654
103029
  "--background-image-url": `url(${url})`,
102655
103030
  "--radius": `${radius}px`,
@@ -105256,7 +105631,7 @@ const FORMATTERS = {
105256
105631
  })
105257
105632
  };
105258
105633
  const Character = ({ className, parentKey, value }) => {
105259
- return /* @__PURE__ */ jsxRuntime.jsx("span", { "data-value": value, className: cn(styles$7.character, className), children: /* @__PURE__ */ jsxRuntime.jsxs("span", { className: styles$7.track, style: { "--v": value }, children: [
105634
+ return /* @__PURE__ */ jsxRuntime.jsx("span", { "data-value": value, className: clsx(styles$7.character, className), children: /* @__PURE__ */ jsxRuntime.jsxs("span", { className: styles$7.track, style: { "--v": value }, children: [
105260
105635
  /* @__PURE__ */ jsxRuntime.jsx("span", { children: "9" }),
105261
105636
  [0, 1, 2, 3, 4, 5, 6, 7, 8, 9].map((val, index) => {
105262
105637
  return /* @__PURE__ */ jsxRuntime.jsx("span", { children: val }, `${parentKey}--${index}`);
@@ -105327,7 +105702,7 @@ const Counter = () => {
105327
105702
  return /* @__PURE__ */ jsxRuntime.jsx(
105328
105703
  "span",
105329
105704
  {
105330
- className: cn(styles$7.character, styles$7.symbol),
105705
+ className: clsx(styles$7.character, styles$7.symbol),
105331
105706
  children: character
105332
105707
  },
105333
105708
  index
@@ -105372,7 +105747,7 @@ const Illumination = () => {
105372
105747
  "div",
105373
105748
  {
105374
105749
  ref,
105375
- className: cn(styles$6.root, { [styles$6.loading]: loading }),
105750
+ className: clsx(styles$6.root, { [styles$6.loading]: loading }),
105376
105751
  onPointerMove: (e) => {
105377
105752
  setInteracted(true);
105378
105753
  const { x, y } = e.nativeEvent;
@@ -105461,7 +105836,7 @@ const LandingXYScroll = () => {
105461
105836
  /* @__PURE__ */ jsxRuntime.jsx(
105462
105837
  "section",
105463
105838
  {
105464
- className: cn(styles$5.section, styles$5.sectionPin),
105839
+ className: clsx(styles$5.section, styles$5.sectionPin),
105465
105840
  id: "sectionPin",
105466
105841
  children: /* @__PURE__ */ jsxRuntime.jsx("div", { className: styles$5.pinWrapSticky, children: /* @__PURE__ */ jsxRuntime.jsxs("div", { className: styles$5.pinWrap, children: [
105467
105842
  /* @__PURE__ */ jsxRuntime.jsx("h2", { className: styles$5.h2, children: "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua." }),
@@ -105507,7 +105882,7 @@ const LandingXYScroll = () => {
105507
105882
  alt: ""
105508
105883
  }
105509
105884
  ),
105510
- /* @__PURE__ */ jsxRuntime.jsxs("h2", { className: cn(styles$5.h2, styles$5.credit), children: [
105885
+ /* @__PURE__ */ jsxRuntime.jsxs("h2", { className: clsx(styles$5.h2, styles$5.credit), children: [
105511
105886
  "Created by",
105512
105887
  /* @__PURE__ */ jsxRuntime.jsx(
105513
105888
  "a",
@@ -113483,10 +113858,10 @@ rotate(${15 * (Math.random() - 0.5)}deg)`;
113483
113858
  }
113484
113859
  const ThanosDisappearEffect = () => {
113485
113860
  useWindowReady.useOklch();
113486
- return /* @__PURE__ */ jsxRuntime.jsx("div", { className: cn(styles$3.container, styles$3.grid), children: /* @__PURE__ */ jsxRuntime.jsxs(
113861
+ return /* @__PURE__ */ jsxRuntime.jsx("div", { className: clsx(styles$3.container, styles$3.grid), children: /* @__PURE__ */ jsxRuntime.jsxs(
113487
113862
  "div",
113488
113863
  {
113489
- className: cn(
113864
+ className: clsx(
113490
113865
  styles$3.item,
113491
113866
  styles$3.disintegrationTarget,
113492
113867
  styles$3.grid,