@tarsis/toolkit 0.5.0 → 0.5.2

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,5 +1,5 @@
1
- import { p as isBrowser$1, q as isObject$3, r as resolveElements, s as interpolate$2, t as frame$2, v as isMotionValue, J as JSAnimation, w as featureDefinitions, x as isControllingVariants, y as isVariantLabel, z as isForcedMotionValue, A as buildHTMLStyles, B as buildSVGAttrs, C as isSVGTag, D as useConstant, E as isVariantNode, F as isAnimationControls, G as resolveVariantFromProps, H as scrapeMotionValuesFromProps, I as scrapeMotionValuesFromProps$1, M as MotionConfigContext, K as optimizedAppearDataAttribute, L as warning, N as invariant, O as warnOnce, S as SVGVisualElement, P as HTMLVisualElement, Q as resolveVariant, R as animateTarget, T as variantProps, U as isKeyframesTarget, V as variantPriorityOrder, W as mixNumber, X as frameData, Y as pipe$1, Z as cancelFrame, _ as secondsToMilliseconds, $ as millisecondsToSeconds, a0 as progress$2, a1 as clamp$3, a2 as createBox, a3 as measurePageBox, a4 as convertBoxToBoundingBox, a5 as convertBoundingBoxToBox, a6 as addValueToWillChange, a7 as animateMotionValue, a8 as percent, a9 as noop$4, aa as microtask, ab as addUniqueItem, ac as removeItem, ad as time$1, ae as px$2, af as circOut, ag as scalePoint, ah as SubscriptionManager, ai as isSVGElement$1, aj as isSVGSVGElement, ak as getValueTransition, al as frameSteps, am as hasTransform, an as translateAxis, ao as transformBox, ap as hasScale, aq as applyBoxDelta, ar as has2DTranslate, as as applyTreeDeltas, at as createDelta, au as motionValue, av as animateSingleValue, aw as scaleCorrectors, ax as getOptimisedAppearId, ay as useMotionValue, az as collectMotionValues, aA as createScopedAnimate, f as useLiveRef, m as useThrottle, g as useMatchMedia, l as useRaf, b as useDebounce, i as useOutsideClick, o as useWindowReady, e as useInterval, d as useEffectEvent$1, h as useOklch } from './useWindowReady-CIGrizO6.js';
2
- import { g as getPath, a as lerp$1, d as distance$2, l as lineEq, w as wait } from './svg-C0Ykxk94.js';
1
+ import { p as isBrowser$1, q as isObject$3, r as resolveElements, s as interpolate$2, t as frame$2, v as isMotionValue, J as JSAnimation, w as featureDefinitions, x as isControllingVariants, y as isVariantLabel, z as isForcedMotionValue, A as buildHTMLStyles, B as buildSVGAttrs, C as isSVGTag, D as useConstant, E as isVariantNode, F as isAnimationControls, G as resolveVariantFromProps, H as scrapeMotionValuesFromProps, I as scrapeMotionValuesFromProps$1, M as MotionConfigContext, K as optimizedAppearDataAttribute, L as warning, N as invariant, O as warnOnce, S as SVGVisualElement, P as HTMLVisualElement, Q as resolveVariant, R as animateTarget, T as variantProps, U as isKeyframesTarget, V as variantPriorityOrder, W as mixNumber, X as frameData, Y as pipe$1, Z as cancelFrame, _ as secondsToMilliseconds, $ as millisecondsToSeconds, a0 as progress$2, a1 as clamp$3, a2 as createBox, a3 as measurePageBox, a4 as convertBoxToBoundingBox, a5 as convertBoundingBoxToBox, a6 as addValueToWillChange, a7 as animateMotionValue, a8 as percent, a9 as noop$4, aa as microtask, ab as addUniqueItem, ac as removeItem, ad as time$1, ae as px$2, af as circOut, ag as scalePoint, ah as SubscriptionManager, ai as isSVGElement$1, aj as isSVGSVGElement, ak as getValueTransition, al as frameSteps, am as hasTransform, an as translateAxis, ao as transformBox, ap as hasScale, aq as applyBoxDelta, ar as has2DTranslate, as as applyTreeDeltas, at as createDelta, au as motionValue, av as animateSingleValue, aw as scaleCorrectors, ax as getOptimisedAppearId, ay as useMotionValue, az as collectMotionValues, aA as createScopedAnimate, f as useLiveRef, m as useThrottle, g as useMatchMedia, l as useRaf, b as useDebounce, i as useOutsideClick, o as useWindowReady, e as useInterval, d as useEffectEvent$1, h as useOklch } from './useWindowReady-CpmawCsz.js';
2
+ import { g as getPath, a as lerp$1, d as distance$2, l as lineEq, w as wait } from './svg-CoSCBw2u.js';
3
3
  import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
4
4
  import * as React from 'react';
5
5
  import React__default, { useRef, useEffect, useState, useMemo, createContext, useLayoutEffect, useContext, useId as useId$1, useCallback, Fragment as Fragment$1, createElement as createElement$1, useInsertionEffect as useInsertionEffect$1, forwardRef, Component, Children, cloneElement, isValidElement } from 'react';
@@ -7,127 +7,7 @@ import * as ReactDOM from 'react-dom';
7
7
  import ReactDOM__default, { unstable_batchedUpdates } from 'react-dom';
8
8
  import { noop as noop$5 } from './server.js';
9
9
 
10
- var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
11
-
12
- function getDefaultExportFromCjs (x) {
13
- return x && x.__esModule && Object.prototype.hasOwnProperty.call(x, 'default') ? x['default'] : x;
14
- }
15
-
16
- function getAugmentedNamespace(n) {
17
- if (Object.prototype.hasOwnProperty.call(n, '__esModule')) return n;
18
- var f = n.default;
19
- if (typeof f == "function") {
20
- var a = function a () {
21
- var isInstance = false;
22
- try {
23
- isInstance = this instanceof a;
24
- } catch {}
25
- if (isInstance) {
26
- return Reflect.construct(f, arguments, this.constructor);
27
- }
28
- return f.apply(this, arguments);
29
- };
30
- a.prototype = f.prototype;
31
- } else a = {};
32
- Object.defineProperty(a, '__esModule', {value: true});
33
- Object.keys(n).forEach(function (k) {
34
- var d = Object.getOwnPropertyDescriptor(n, k);
35
- Object.defineProperty(a, k, d.get ? d : {
36
- enumerable: true,
37
- get: function () {
38
- return n[k];
39
- }
40
- });
41
- });
42
- return a;
43
- }
44
-
45
- var classnames = {exports: {}};
46
-
47
- /*!
48
- Copyright (c) 2018 Jed Watson.
49
- Licensed under the MIT License (MIT), see
50
- http://jedwatson.github.io/classnames
51
- */
52
-
53
- var hasRequiredClassnames;
54
-
55
- function requireClassnames () {
56
- if (hasRequiredClassnames) return classnames.exports;
57
- hasRequiredClassnames = 1;
58
- (function (module) {
59
- /* global define */
60
-
61
- (function () {
62
-
63
- var hasOwn = {}.hasOwnProperty;
64
-
65
- function classNames () {
66
- var classes = '';
67
-
68
- for (var i = 0; i < arguments.length; i++) {
69
- var arg = arguments[i];
70
- if (arg) {
71
- classes = appendClass(classes, parseValue(arg));
72
- }
73
- }
74
-
75
- return classes;
76
- }
77
-
78
- function parseValue (arg) {
79
- if (typeof arg === 'string' || typeof arg === 'number') {
80
- return arg;
81
- }
82
-
83
- if (typeof arg !== 'object') {
84
- return '';
85
- }
86
-
87
- if (Array.isArray(arg)) {
88
- return classNames.apply(null, arg);
89
- }
90
-
91
- if (arg.toString !== Object.prototype.toString && !arg.toString.toString().includes('[native code]')) {
92
- return arg.toString();
93
- }
94
-
95
- var classes = '';
96
-
97
- for (var key in arg) {
98
- if (hasOwn.call(arg, key) && arg[key]) {
99
- classes = appendClass(classes, key);
100
- }
101
- }
102
-
103
- return classes;
104
- }
105
-
106
- function appendClass (value, newClass) {
107
- if (!newClass) {
108
- return value;
109
- }
110
-
111
- if (value) {
112
- return value + ' ' + newClass;
113
- }
114
-
115
- return value + newClass;
116
- }
117
-
118
- if (module.exports) {
119
- classNames.default = classNames;
120
- module.exports = classNames;
121
- } else {
122
- window.classNames = classNames;
123
- }
124
- }());
125
- } (classnames));
126
- return classnames.exports;
127
- }
128
-
129
- var classnamesExports = requireClassnames();
130
- const cn = /*@__PURE__*/getDefaultExportFromCjs(classnamesExports);
10
+ 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}
131
11
 
132
12
  const root$4v = "_root_1k8u7_1";
133
13
  const isExpanded = "_isExpanded_1k8u7_9";
@@ -153,7 +33,7 @@ const Expand = ({ isExpanded, children, className = "" }) => {
153
33
  "div",
154
34
  {
155
35
  ref,
156
- className: cn(styles$4T.root, className, {
36
+ className: clsx(styles$4T.root, className, {
157
37
  [styles$4T.isExpanded]: isExpanded
158
38
  }),
159
39
  "aria-hidden": !isExpanded,
@@ -218,7 +98,7 @@ const GridAccordion = () => {
218
98
  ]
219
99
  }
220
100
  ),
221
- /* @__PURE__ */ jsx("div", { className: cn(styles$4S.content, { [styles$4S.expanded]: expanded }), children: /* @__PURE__ */ jsx("div", { className: styles$4S.textWrapper, children: /* @__PURE__ */ 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?" }) }) })
101
+ /* @__PURE__ */ jsx("div", { className: clsx(styles$4S.content, { [styles$4S.expanded]: expanded }), children: /* @__PURE__ */ jsx("div", { className: styles$4S.textWrapper, children: /* @__PURE__ */ 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?" }) }) })
222
102
  ] });
223
103
  };
224
104
 
@@ -234,7 +114,7 @@ const styles$4R = {
234
114
  const BackgroundCircles = () => {
235
115
  return /* @__PURE__ */ jsxs("div", { className: styles$4R.root, children: [
236
116
  /* @__PURE__ */ jsx("circle", { className: styles$4R.circle }),
237
- /* @__PURE__ */ jsx("circle", { className: cn(styles$4R.circle, styles$4R.reverse) }),
117
+ /* @__PURE__ */ jsx("circle", { className: clsx(styles$4R.circle, styles$4R.reverse) }),
238
118
  /* @__PURE__ */ jsx("circle", { className: styles$4R.circle })
239
119
  ] });
240
120
  };
@@ -268,7 +148,7 @@ const styles$4P = {
268
148
 
269
149
  const RaysBackground = () => {
270
150
  const [checked, setChecked] = useState(false);
271
- return /* @__PURE__ */ jsxs("section", { className: cn(styles$4P.root, { [styles$4P.checked]: checked }), children: [
151
+ return /* @__PURE__ */ jsxs("section", { className: clsx(styles$4P.root, { [styles$4P.checked]: checked }), children: [
272
152
  /* @__PURE__ */ jsx("div", { className: styles$4P.hero }),
273
153
  /* @__PURE__ */ jsxs("div", { className: styles$4P.content, children: [
274
154
  /* @__PURE__ */ jsx("h1", { className: styles$4P.h1ScalingSize, "data-text": "An awesome title", children: "An awesome title" }),
@@ -300,7 +180,7 @@ const Texture$1 = ({ className = "" }) => {
300
180
  return /* @__PURE__ */ jsx(
301
181
  "img",
302
182
  {
303
- className: cn(styles$4O.root, className),
183
+ className: clsx(styles$4O.root, className),
304
184
  src: textureImage,
305
185
  alt: "",
306
186
  "aria-hidden": true,
@@ -51874,7 +51754,7 @@ const ActivateButton = () => {
51874
51754
  return /* @__PURE__ */ jsx("div", { className: styles$4M.root, children: /* @__PURE__ */ jsxs(
51875
51755
  "button",
51876
51756
  {
51877
- className: cn(styles$4M.btn, {
51757
+ className: clsx(styles$4M.btn, {
51878
51758
  [styles$4M.activate]: state === "ACTIVATE" /* ACTIVATE */,
51879
51759
  [styles$4M.waiting]: state === "ACTIVATING" /* ACTIVATING */,
51880
51760
  [styles$4M.activated]: state === "ACTIVATED" /* ACTIVATED */
@@ -52058,7 +51938,7 @@ const AirplaneAnimation = () => {
52058
51938
  "label",
52059
51939
  {
52060
51940
  ref: rootRef,
52061
- className: cn(styles$4L.root, { [styles$4L.indeterminate]: indeterminate }),
51941
+ className: clsx(styles$4L.root, { [styles$4L.indeterminate]: indeterminate }),
52062
51942
  children: [
52063
51943
  /* @__PURE__ */ jsx("input", { className: styles$4L.input, type: "checkbox", onChange: emitSmoke }),
52064
51944
  /* @__PURE__ */ jsx("span", { className: styles$4L.sr, children: "Airplane Mode" }),
@@ -52090,7 +51970,7 @@ const AnimatedHoverButton = ({
52090
51970
  className = "",
52091
51971
  ...rest
52092
51972
  }) => {
52093
- return /* @__PURE__ */ jsxs("button", { type: "button", ...rest, className: cn(styles$4K.root, className), children: [
51973
+ return /* @__PURE__ */ jsxs("button", { type: "button", ...rest, className: clsx(styles$4K.root, className), children: [
52094
51974
  /* @__PURE__ */ jsx("div", { className: styles$4K.absolute }),
52095
51975
  /* @__PURE__ */ jsx("div", { className: styles$4K.relative, children: /* @__PURE__ */ jsx("div", { className: styles$4K.content, children }) })
52096
51976
  ] });
@@ -52208,11 +52088,11 @@ const BubblyParticlesButton = () => {
52208
52088
  );
52209
52089
  };
52210
52090
 
52211
- const root$4i = "_root_bfrkm_1";
52212
- const button$o = "_button_bfrkm_13";
52213
- const p$1 = "_p_bfrkm_26";
52214
- const text$z = "_text_bfrkm_26";
52215
- const effects = "_effects_bfrkm_240";
52091
+ const root$4i = "_root_6u0yf_1";
52092
+ const button$o = "_button_6u0yf_13";
52093
+ const p$1 = "_p_6u0yf_26";
52094
+ const text$z = "_text_6u0yf_26";
52095
+ const effects = "_effects_6u0yf_240";
52216
52096
  const styles$4G = {
52217
52097
  root: root$4i,
52218
52098
  button: button$o,
@@ -52262,7 +52142,7 @@ const ButtonHoverFill = () => {
52262
52142
  return /* @__PURE__ */ jsxs(
52263
52143
  "button",
52264
52144
  {
52265
- className: cn(styles$4F.root, { [styles$4F.full]: isFull }),
52145
+ className: clsx(styles$4F.root, { [styles$4F.full]: isFull }),
52266
52146
  onClick: () => setIsFull((state) => !state),
52267
52147
  children: [
52268
52148
  /* @__PURE__ */ jsx("span", { className: styles$4F.icon, children: /* @__PURE__ */ jsxs(
@@ -52321,7 +52201,7 @@ const styles$4D = {
52321
52201
  };
52322
52202
 
52323
52203
  const ButtonWithDot = () => {
52324
- return /* @__PURE__ */ jsxs("button", { className: cn(styles$4D.root, styles$4D.withDot), children: [
52204
+ return /* @__PURE__ */ jsxs("button", { className: clsx(styles$4D.root, styles$4D.withDot), children: [
52325
52205
  /* @__PURE__ */ jsx("span", { className: styles$4D.dot }),
52326
52206
  /* @__PURE__ */ jsx("span", { className: styles$4D.text, children: "Dotted button" })
52327
52207
  ] });
@@ -58863,11 +58743,11 @@ const ColorfulButtons = () => {
58863
58743
  return /* @__PURE__ */ jsxs(Fragment, { children: [
58864
58744
  /* @__PURE__ */ jsxs("div", { className: styles$4A.grid, children: [
58865
58745
  /* @__PURE__ */ jsx("button", { className: styles$4A.button, children: /* @__PURE__ */ jsx(Wrapper, { title: "Primary" }) }),
58866
- /* @__PURE__ */ jsx("button", { className: cn(styles$4A.button, styles$4A.dark), children: /* @__PURE__ */ jsx(Wrapper, { title: "Dark" }) })
58746
+ /* @__PURE__ */ jsx("button", { className: clsx(styles$4A.button, styles$4A.dark), children: /* @__PURE__ */ jsx(Wrapper, { title: "Dark" }) })
58867
58747
  ] }),
58868
58748
  /* @__PURE__ */ jsxs("div", { className: "grid", children: [
58869
- /* @__PURE__ */ jsx("button", { className: cn(styles$4A.button, styles$4A.secondary), children: /* @__PURE__ */ jsx(Wrapper, { title: "Secondary" }) }),
58870
- /* @__PURE__ */ jsx("button", { className: cn(styles$4A.button, styles$4A.light), children: /* @__PURE__ */ jsx(Wrapper, { title: "Light" }) })
58749
+ /* @__PURE__ */ jsx("button", { className: clsx(styles$4A.button, styles$4A.secondary), children: /* @__PURE__ */ jsx(Wrapper, { title: "Secondary" }) }),
58750
+ /* @__PURE__ */ jsx("button", { className: clsx(styles$4A.button, styles$4A.light), children: /* @__PURE__ */ jsx(Wrapper, { title: "Light" }) })
58871
58751
  ] })
58872
58752
  ] });
58873
58753
  };
@@ -58878,7 +58758,7 @@ function Wrapper({ title }) {
58878
58758
  () => Array.from({ length: 12 }, (_, i) => /* @__PURE__ */ jsx(
58879
58759
  "div",
58880
58760
  {
58881
- className: cn(styles$4A.circle, styles$4A[`circle${i + 1}`])
58761
+ className: clsx(styles$4A.circle, styles$4A[`circle${i + 1}`])
58882
58762
  },
58883
58763
  i
58884
58764
  )).reverse(),
@@ -64854,7 +64734,7 @@ const ConfettiButton = ({
64854
64734
  "button",
64855
64735
  {
64856
64736
  type: "button",
64857
- className: cn(styles$4z.root, className),
64737
+ className: clsx(styles$4z.root, className),
64858
64738
  onClick: handleClick,
64859
64739
  ...props,
64860
64740
  children
@@ -65237,7 +65117,7 @@ const DDDButton = ({
65237
65117
  }) => /* @__PURE__ */ jsx(
65238
65118
  "button",
65239
65119
  {
65240
- className: cn(styles$4x.root, className),
65120
+ className: clsx(styles$4x.root, className),
65241
65121
  type: "button",
65242
65122
  onClick,
65243
65123
  children: /* @__PURE__ */ jsx("span", { className: styles$4x.content, children })
@@ -65260,7 +65140,7 @@ const DockButton = ({
65260
65140
  ref,
65261
65141
  type: "button",
65262
65142
  ...rest,
65263
- className: cn(styles$4w.root, className),
65143
+ className: clsx(styles$4w.root, className),
65264
65144
  children
65265
65145
  }
65266
65146
  );
@@ -65293,9 +65173,9 @@ const DoubleArrowButton = () => {
65293
65173
  onClick: () => {
65294
65174
  setBounceAlpha((prev) => !prev);
65295
65175
  },
65296
- children: /* @__PURE__ */ jsxs("div", { className: cn(styles$4v.cta, { [styles$4v.bounceAlpha]: bounceAlpha }), children: [
65297
- /* @__PURE__ */ jsx("span", { className: cn(styles$4v.arrow, styles$4v.next, styles$4v.first) }),
65298
- /* @__PURE__ */ jsx("span", { className: cn(styles$4v.arrow, styles$4v.next, styles$4v.second) })
65176
+ children: /* @__PURE__ */ jsxs("div", { className: clsx(styles$4v.cta, { [styles$4v.bounceAlpha]: bounceAlpha }), children: [
65177
+ /* @__PURE__ */ jsx("span", { className: clsx(styles$4v.arrow, styles$4v.next, styles$4v.first) }),
65178
+ /* @__PURE__ */ jsx("span", { className: clsx(styles$4v.arrow, styles$4v.next, styles$4v.second) })
65299
65179
  ] })
65300
65180
  }
65301
65181
  ) });
@@ -65385,9 +65265,9 @@ const styles$4u = {
65385
65265
  const DoubleArrowCollabButton = ({ onClick, children }) => {
65386
65266
  return /* @__PURE__ */ jsxs("button", { type: "button", className: styles$4u.root, onClick, children: [
65387
65267
  /* @__PURE__ */ jsxs("div", { className: styles$4u.round, children: [
65388
- /* @__PURE__ */ jsxs("div", { className: cn(styles$4u.cta), children: [
65389
- /* @__PURE__ */ jsx("span", { className: cn(styles$4u.arrow, styles$4u.next, styles$4u.first) }),
65390
- /* @__PURE__ */ jsx("span", { className: cn(styles$4u.arrow, styles$4u.next, styles$4u.second) })
65268
+ /* @__PURE__ */ jsxs("div", { className: clsx(styles$4u.cta), children: [
65269
+ /* @__PURE__ */ jsx("span", { className: clsx(styles$4u.arrow, styles$4u.next, styles$4u.first) }),
65270
+ /* @__PURE__ */ jsx("span", { className: clsx(styles$4u.arrow, styles$4u.next, styles$4u.second) })
65391
65271
  ] }),
65392
65272
  /* @__PURE__ */ jsx(ImSpotify, { className: styles$4u.collab })
65393
65273
  ] }),
@@ -65433,7 +65313,7 @@ const DoubleStateButton = ({
65433
65313
  ref,
65434
65314
  type: "button",
65435
65315
  ...rest,
65436
- className: cn(styles$4t.root, className),
65316
+ className: clsx(styles$4t.root, className),
65437
65317
  children: [
65438
65318
  /* @__PURE__ */ jsxs("div", { className: styles$4t.wrapper, children: [
65439
65319
  /* @__PURE__ */ jsx("span", { className: styles$4t.first, children }),
@@ -65645,14 +65525,14 @@ const styles$4q = {
65645
65525
  const ElectrifiedButton = () => {
65646
65526
  return /* @__PURE__ */ jsxs("div", { className: styles$4q.root, children: [
65647
65527
  /* @__PURE__ */ jsxs("button", { className: styles$4q.electric, children: [
65648
- /* @__PURE__ */ jsx("span", { className: cn(styles$4q.part, styles$4q.part1) }),
65649
- /* @__PURE__ */ jsx("span", { className: cn(styles$4q.part, styles$4q.part2) }),
65650
- /* @__PURE__ */ jsx("span", { className: cn(styles$4q.part, styles$4q.part3) }),
65651
- /* @__PURE__ */ jsx("span", { className: cn(styles$4q.part, styles$4q.part4) }),
65528
+ /* @__PURE__ */ jsx("span", { className: clsx(styles$4q.part, styles$4q.part1) }),
65529
+ /* @__PURE__ */ jsx("span", { className: clsx(styles$4q.part, styles$4q.part2) }),
65530
+ /* @__PURE__ */ jsx("span", { className: clsx(styles$4q.part, styles$4q.part3) }),
65531
+ /* @__PURE__ */ jsx("span", { className: clsx(styles$4q.part, styles$4q.part4) }),
65652
65532
  /* @__PURE__ */ jsx(
65653
65533
  "svg",
65654
65534
  {
65655
- className: cn(styles$4q.svg, styles$4q.yellow, styles$4q.yellow1),
65535
+ className: clsx(styles$4q.svg, styles$4q.yellow, styles$4q.yellow1),
65656
65536
  width: "415",
65657
65537
  height: "181",
65658
65538
  viewBox: "0 0 415 181",
@@ -65672,7 +65552,7 @@ const ElectrifiedButton = () => {
65672
65552
  /* @__PURE__ */ jsxs(
65673
65553
  "svg",
65674
65554
  {
65675
- className: cn(styles$4q.svg, styles$4q.yellow, styles$4q.yellow2),
65555
+ className: clsx(styles$4q.svg, styles$4q.yellow, styles$4q.yellow2),
65676
65556
  width: "461",
65677
65557
  height: "227",
65678
65558
  viewBox: "0 0 461 227",
@@ -65725,7 +65605,7 @@ const ElectrifiedButton = () => {
65725
65605
  /* @__PURE__ */ jsx(
65726
65606
  "svg",
65727
65607
  {
65728
- className: cn(styles$4q.svg, styles$4q.blue, styles$4q.blue1),
65608
+ className: clsx(styles$4q.svg, styles$4q.blue, styles$4q.blue1),
65729
65609
  width: "423",
65730
65610
  height: "192",
65731
65611
  viewBox: "0 0 423 192",
@@ -65745,7 +65625,7 @@ const ElectrifiedButton = () => {
65745
65625
  /* @__PURE__ */ jsxs(
65746
65626
  "svg",
65747
65627
  {
65748
- className: cn(styles$4q.svg, styles$4q.blue, styles$4q.blue2),
65628
+ className: clsx(styles$4q.svg, styles$4q.blue, styles$4q.blue2),
65749
65629
  width: "470",
65750
65630
  height: "240",
65751
65631
  viewBox: "0 0 470 240",
@@ -65797,7 +65677,7 @@ const ElectrifiedButton = () => {
65797
65677
  ),
65798
65678
  "Button"
65799
65679
  ] }),
65800
- /* @__PURE__ */ jsx("button", { className: cn(styles$4q.electric, styles$4q.electric2), children: "Button" })
65680
+ /* @__PURE__ */ jsx("button", { className: clsx(styles$4q.electric, styles$4q.electric2), children: "Button" })
65801
65681
  ] });
65802
65682
  };
65803
65683
 
@@ -66517,7 +66397,7 @@ const FailedDownloadButton = () => {
66517
66397
  "button",
66518
66398
  {
66519
66399
  type: "button",
66520
- className: cn(styles$4o.btn, { [styles$4o.failed]: failed }),
66400
+ className: clsx(styles$4o.btn, { [styles$4o.failed]: failed }),
66521
66401
  onClick: fail,
66522
66402
  disabled: failed,
66523
66403
  children: [
@@ -66678,7 +66558,7 @@ const GlowButton = ({
66678
66558
  ref,
66679
66559
  type,
66680
66560
  ...rest,
66681
- className: cn(styles$4l.root, className),
66561
+ className: clsx(styles$4l.root, className),
66682
66562
  children: /* @__PURE__ */ jsx("span", { className: styles$4l.text, children })
66683
66563
  }
66684
66564
  );
@@ -66969,7 +66849,7 @@ const HeartFoldButton = () => {
66969
66849
  "button",
66970
66850
  {
66971
66851
  type: "button",
66972
- className: cn(styles$4g.heart, { [styles$4g.active]: active }),
66852
+ className: clsx(styles$4g.heart, { [styles$4g.active]: active }),
66973
66853
  onClick: handleClick,
66974
66854
  children: /* @__PURE__ */ jsx("div", { className: styles$4g.flip })
66975
66855
  }
@@ -66978,7 +66858,7 @@ const HeartFoldButton = () => {
66978
66858
  "button",
66979
66859
  {
66980
66860
  type: "button",
66981
- className: cn(styles$4g.button, { [styles$4g.active]: active }),
66861
+ className: clsx(styles$4g.button, { [styles$4g.active]: active }),
66982
66862
  onClick: handleClick,
66983
66863
  children: [
66984
66864
  /* @__PURE__ */ jsx("div", { className: styles$4g.flip }),
@@ -67038,7 +66918,7 @@ const HoldSubmitButton = () => {
67038
66918
  return /* @__PURE__ */ jsxs(
67039
66919
  "button",
67040
66920
  {
67041
- className: cn(styles$4f.root, {
66921
+ className: clsx(styles$4f.root, {
67042
66922
  [styles$4f.process]: process,
67043
66923
  [styles$4f.success]: success
67044
66924
  }),
@@ -67191,7 +67071,7 @@ const HoverGlowButton = ({
67191
67071
  {
67192
67072
  ref,
67193
67073
  type: "button",
67194
- className: cn(styles$4e.root, className),
67074
+ className: clsx(styles$4e.root, className),
67195
67075
  onPointerMove: (e) => {
67196
67076
  const el = ref.current;
67197
67077
  if (!el) {
@@ -67253,7 +67133,7 @@ const Ios15Button = () => {
67253
67133
  return Array.from({ length: count$1 }, (_, i) => /* @__PURE__ */ jsx(
67254
67134
  "div",
67255
67135
  {
67256
- className: cn(styles$4d.circle, styles$4d[`circle-${i + 1}`])
67136
+ className: clsx(styles$4d.circle, styles$4d[`circle-${i + 1}`])
67257
67137
  },
67258
67138
  i
67259
67139
  ));
@@ -67413,7 +67293,7 @@ const MorphingSubmitButton = () => {
67413
67293
  "button",
67414
67294
  {
67415
67295
  type: "button",
67416
- className: cn(styles$4a.root, {
67296
+ className: clsx(styles$4a.root, {
67417
67297
  [styles$4a.running]: state === 1 /* RUNNING */,
67418
67298
  [styles$4a.done]: state === 2 /* DONE */
67419
67299
  }),
@@ -67730,7 +67610,7 @@ const MultiStageButton = () => {
67730
67610
  {
67731
67611
  id: "button",
67732
67612
  ref: button,
67733
- className: cn(styles$49.button, {
67613
+ className: clsx(styles$49.button, {
67734
67614
  [styles$49.ready]: ready,
67735
67615
  [styles$49.complete]: complete,
67736
67616
  [styles$49.loading]: loading
@@ -67738,7 +67618,7 @@ const MultiStageButton = () => {
67738
67618
  onClick: clickButton,
67739
67619
  disabled,
67740
67620
  children: [
67741
- /* @__PURE__ */ jsxs("div", { className: cn(styles$49.message, styles$49.submitMessage), children: [
67621
+ /* @__PURE__ */ jsxs("div", { className: clsx(styles$49.message, styles$49.submitMessage), children: [
67742
67622
  /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 13 12.2", children: [
67743
67623
  /* @__PURE__ */ jsx("polyline", { stroke: "currentColor", points: "2,7.1 6.5,11.1 11,7.1 " }),
67744
67624
  /* @__PURE__ */ jsx("line", { stroke: "currentColor", x1: "6.5", y1: "1.2", x2: "6.5", y2: "10.3" })
@@ -67756,7 +67636,7 @@ const MultiStageButton = () => {
67756
67636
  char + index
67757
67637
  )) })
67758
67638
  ] }),
67759
- /* @__PURE__ */ jsx("div", { className: cn(styles$49.message, styles$49.loadingMessage), children: /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 19 17", children: [
67639
+ /* @__PURE__ */ jsx("div", { className: clsx(styles$49.message, styles$49.loadingMessage), children: /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 19 17", children: [
67760
67640
  /* @__PURE__ */ jsx("circle", { className: styles$49.loadingCircle, cx: "2.2", cy: "10", r: "1.6" }),
67761
67641
  /* @__PURE__ */ jsx("circle", { className: styles$49.loadingCircle, cx: "9.5", cy: "10", r: "1.6" }),
67762
67642
  /* @__PURE__ */ jsx(
@@ -67769,7 +67649,7 @@ const MultiStageButton = () => {
67769
67649
  }
67770
67650
  )
67771
67651
  ] }) }),
67772
- /* @__PURE__ */ jsxs("div", { className: cn(styles$49.message, styles$49.successMessage), children: [
67652
+ /* @__PURE__ */ jsxs("div", { className: clsx(styles$49.message, styles$49.successMessage), children: [
67773
67653
  /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 13 11", children: /* @__PURE__ */ jsx(
67774
67654
  "polyline",
67775
67655
  {
@@ -67803,12 +67683,12 @@ const styles$48 = {
67803
67683
  };
67804
67684
 
67805
67685
  const NeonButton = ({ className = "", ...rest }) => {
67806
- return /* @__PURE__ */ jsx("button", { type: "button", ...rest, className: cn(styles$48.root, className), children: "Neon" });
67686
+ return /* @__PURE__ */ jsx("button", { type: "button", ...rest, className: clsx(styles$48.root, className), children: "Neon" });
67807
67687
  };
67808
67688
 
67809
- const root$3P = "_root_1au4o_2";
67810
- const i$6 = "_i_1au4o_22";
67811
- const text$s = "_text_1au4o_482";
67689
+ const root$3P = "_root_v0k72_2";
67690
+ const i$6 = "_i_v0k72_22";
67691
+ const text$s = "_text_v0k72_482";
67812
67692
  const styles$47 = {
67813
67693
  root: root$3P,
67814
67694
  i: i$6,
@@ -67846,7 +67726,7 @@ const OrbitalSubmitButton = () => {
67846
67726
  "button",
67847
67727
  {
67848
67728
  type: "button",
67849
- className: cn(styles$46.root, { [styles$46.processing]: processing }),
67729
+ className: clsx(styles$46.root, { [styles$46.processing]: processing }),
67850
67730
  onClick: () => {
67851
67731
  setProcessing((prev) => !prev);
67852
67732
  },
@@ -68023,7 +67903,7 @@ const PlayPauseButton = () => {
68023
67903
  children: /* @__PURE__ */ jsxs(
68024
67904
  "svg",
68025
67905
  {
68026
- className: cn(styles$44.svg, { [styles$44.isPlay]: isPlay }),
67906
+ className: clsx(styles$44.svg, { [styles$44.isPlay]: isPlay }),
68027
67907
  width: 16,
68028
67908
  height: 16,
68029
67909
  viewBox: "0 0 16 16",
@@ -68054,7 +67934,7 @@ const PlayPauseMusicButton = () => {
68054
67934
  "button",
68055
67935
  {
68056
67936
  type: "button",
68057
- className: cn(styles$43.root, {
67937
+ className: clsx(styles$43.root, {
68058
67938
  [styles$43.paused]: paused,
68059
67939
  [styles$43.playing]: playing
68060
67940
  }),
@@ -68095,8 +67975,8 @@ const styles$42 = {
68095
67975
 
68096
67976
  const PositionHover = () => {
68097
67977
  return /* @__PURE__ */ jsxs("div", { className: styles$42.root, children: [
68098
- /* @__PURE__ */ jsx("a", { href: "#0", className: cn(styles$42.selfAware, styles$42.button), children: "I'm a self-aware button" }),
68099
- /* @__PURE__ */ jsx("a", { href: "#0", className: cn(styles$42.selfAware, styles$42.underline), children: "I'm a self-aware underline" })
67978
+ /* @__PURE__ */ jsx("a", { href: "#0", className: clsx(styles$42.selfAware, styles$42.button), children: "I'm a self-aware button" }),
67979
+ /* @__PURE__ */ jsx("a", { href: "#0", className: clsx(styles$42.selfAware, styles$42.underline), children: "I'm a self-aware underline" })
68100
67980
  ] });
68101
67981
  };
68102
67982
 
@@ -68196,7 +68076,7 @@ const PredictionButton = () => {
68196
68076
  /* @__PURE__ */ jsx(
68197
68077
  "button",
68198
68078
  {
68199
- className: cn(styles$41.btn, {
68079
+ className: clsx(styles$41.btn, {
68200
68080
  [styles$41.inactive]: Boolean(prediction && show)
68201
68081
  }),
68202
68082
  onClick: () => {
@@ -68221,7 +68101,7 @@ const PredictionButton = () => {
68221
68101
  /* @__PURE__ */ jsxs(
68222
68102
  "svg",
68223
68103
  {
68224
- className: cn(styles$41.stars, {
68104
+ className: clsx(styles$41.stars, {
68225
68105
  [styles$41.rotate]: Boolean(prediction && !show)
68226
68106
  }),
68227
68107
  width: "960",
@@ -68316,7 +68196,7 @@ const ProgressButton = ({
68316
68196
  "button",
68317
68197
  {
68318
68198
  type: "button",
68319
- className: cn(styles$40.root, className, { [styles$40.loading]: isLoading }),
68199
+ className: clsx(styles$40.root, className, { [styles$40.loading]: isLoading }),
68320
68200
  onClick: (e) => {
68321
68201
  onClick(e);
68322
68202
  if (timeoutRef.current) {
@@ -68347,7 +68227,7 @@ const styles$3$ = {
68347
68227
  };
68348
68228
 
68349
68229
  const PsychedelicButton = ({ variant }) => {
68350
- return /* @__PURE__ */ jsx("div", { className: styles$3$.root, children: /* @__PURE__ */ jsx("button", { className: cn(styles$3$.button, styles$3$[variant]), children: "hover me" }) });
68230
+ return /* @__PURE__ */ jsx("div", { className: styles$3$.root, children: /* @__PURE__ */ jsx("button", { className: clsx(styles$3$.button, styles$3$[variant]), children: "hover me" }) });
68351
68231
  };
68352
68232
 
68353
68233
  const root$3G = "_root_qhbgz_1";
@@ -68435,24 +68315,24 @@ const RunningButton = () => {
68435
68315
  const [active, setActive] = useState(false);
68436
68316
  return /* @__PURE__ */ jsxs("div", { className: styles$3Y.root, children: [
68437
68317
  /* @__PURE__ */ jsx("div", { className: styles$3Y.running, children: /* @__PURE__ */ jsx("div", { className: styles$3Y.outer, children: /* @__PURE__ */ jsxs("div", { className: styles$3Y.body, children: [
68438
- /* @__PURE__ */ jsx("div", { className: cn(styles$3Y.arm, styles$3Y.behind) }),
68439
- /* @__PURE__ */ jsx("div", { className: cn(styles$3Y.arm, styles$3Y.front) }),
68440
- /* @__PURE__ */ jsx("div", { className: cn(styles$3Y.leg, styles$3Y.behind) }),
68441
- /* @__PURE__ */ jsx("div", { className: cn(styles$3Y.leg, styles$3Y.front) })
68318
+ /* @__PURE__ */ jsx("div", { className: clsx(styles$3Y.arm, styles$3Y.behind) }),
68319
+ /* @__PURE__ */ jsx("div", { className: clsx(styles$3Y.arm, styles$3Y.front) }),
68320
+ /* @__PURE__ */ jsx("div", { className: clsx(styles$3Y.leg, styles$3Y.behind) }),
68321
+ /* @__PURE__ */ jsx("div", { className: clsx(styles$3Y.leg, styles$3Y.front) })
68442
68322
  ] }) }) }),
68443
68323
  /* @__PURE__ */ jsxs(
68444
68324
  "button",
68445
68325
  {
68446
- className: cn(styles$3Y.runningButton, { [styles$3Y.active]: active }),
68326
+ className: clsx(styles$3Y.runningButton, { [styles$3Y.active]: active }),
68447
68327
  onClick: () => setActive((prev) => !prev),
68448
68328
  children: [
68449
68329
  /* @__PURE__ */ jsx("span", { className: styles$3Y.default, children: "Start" }),
68450
68330
  /* @__PURE__ */ jsx("span", { className: styles$3Y.active, children: "Tracking" }),
68451
68331
  /* @__PURE__ */ jsx("div", { className: styles$3Y.running, children: /* @__PURE__ */ jsx("div", { className: styles$3Y.outer, children: /* @__PURE__ */ jsxs("div", { className: styles$3Y.body, children: [
68452
- /* @__PURE__ */ jsx("div", { className: cn(styles$3Y.arm, styles$3Y.behind) }),
68453
- /* @__PURE__ */ jsx("div", { className: cn(styles$3Y.arm, styles$3Y.front) }),
68454
- /* @__PURE__ */ jsx("div", { className: cn(styles$3Y.leg, styles$3Y.behind) }),
68455
- /* @__PURE__ */ jsx("div", { className: cn(styles$3Y.leg, styles$3Y.front) })
68332
+ /* @__PURE__ */ jsx("div", { className: clsx(styles$3Y.arm, styles$3Y.behind) }),
68333
+ /* @__PURE__ */ jsx("div", { className: clsx(styles$3Y.arm, styles$3Y.front) }),
68334
+ /* @__PURE__ */ jsx("div", { className: clsx(styles$3Y.leg, styles$3Y.behind) }),
68335
+ /* @__PURE__ */ jsx("div", { className: clsx(styles$3Y.leg, styles$3Y.front) })
68456
68336
  ] }) }) })
68457
68337
  ]
68458
68338
  }
@@ -68744,7 +68624,7 @@ function Button({
68744
68624
  {
68745
68625
  onMouseEnter: () => setButtonFocus(true),
68746
68626
  onMouseLeave: () => setButtonFocus(false),
68747
- className: cn(styles$3V.buttonContainer, {
68627
+ className: clsx(styles$3V.buttonContainer, {
68748
68628
  [styles$3V.pressed]: buttonPressed
68749
68629
  }),
68750
68630
  children: [
@@ -68785,7 +68665,7 @@ function Button({
68785
68665
  "video",
68786
68666
  {
68787
68667
  ref: surfaceReflectionRef,
68788
- className: cn(styles$3V.surfaceReflection, {
68668
+ className: clsx(styles$3V.surfaceReflection, {
68789
68669
  [styles$3V.pressed]: buttonPressed
68790
68670
  })
68791
68671
  }
@@ -68793,7 +68673,7 @@ function Button({
68793
68673
  /* @__PURE__ */ jsxs(
68794
68674
  "div",
68795
68675
  {
68796
- className: cn(styles$3V.button, { [styles$3V.pressed]: buttonPressed }),
68676
+ className: clsx(styles$3V.button, { [styles$3V.pressed]: buttonPressed }),
68797
68677
  onMouseDown: handleMouseDown,
68798
68678
  onTouchStart: handleTouchStart,
68799
68679
  onMouseUp: () => setButtonPressed(false),
@@ -68848,7 +68728,7 @@ const SkeuomorphicLikeButton = () => {
68848
68728
  return /* @__PURE__ */ jsxs(
68849
68729
  "button",
68850
68730
  {
68851
- className: cn(styles$3U.root, {
68731
+ className: clsx(styles$3U.root, {
68852
68732
  [styles$3U.active]: active,
68853
68733
  [styles$3U.bounce]: bounce
68854
68734
  }),
@@ -68866,8 +68746,8 @@ const SkeuomorphicLikeButton = () => {
68866
68746
  active && /* @__PURE__ */ jsx("span", { children: "d" })
68867
68747
  ] }),
68868
68748
  /* @__PURE__ */ jsxs("div", { className: styles$3U.numbers, children: [
68869
- /* @__PURE__ */ jsx("span", { className: cn(styles$3U.item, styles$3U.current), children: "24" }),
68870
- /* @__PURE__ */ jsx("span", { className: cn(styles$3U.item, styles$3U.next), children: "25" })
68749
+ /* @__PURE__ */ jsx("span", { className: clsx(styles$3U.item, styles$3U.current), children: "24" }),
68750
+ /* @__PURE__ */ jsx("span", { className: clsx(styles$3U.item, styles$3U.next), children: "25" })
68871
68751
  ] })
68872
68752
  ]
68873
68753
  }
@@ -68889,9 +68769,9 @@ const styles$3T = {
68889
68769
 
68890
68770
  const SlidingButton = () => {
68891
68771
  return /* @__PURE__ */ jsxs("button", { className: styles$3T.root, children: [
68892
- /* @__PURE__ */ jsx("span", { className: cn(styles$3T.icon, styles$3T.iconLogo) }),
68772
+ /* @__PURE__ */ jsx("span", { className: clsx(styles$3T.icon, styles$3T.iconLogo) }),
68893
68773
  /* @__PURE__ */ jsx("span", { className: styles$3T.text, children: "Cool button" }),
68894
- /* @__PURE__ */ jsx("span", { className: cn(styles$3T.icon, styles$3T.iconArrow) })
68774
+ /* @__PURE__ */ jsx("span", { className: clsx(styles$3T.icon, styles$3T.iconArrow) })
68895
68775
  ] });
68896
68776
  };
68897
68777
 
@@ -68932,7 +68812,7 @@ const SlidingStepper = () => {
68932
68812
  return /* @__PURE__ */ jsxs(
68933
68813
  "button",
68934
68814
  {
68935
- className: cn(styles$3S.root, {
68815
+ className: clsx(styles$3S.root, {
68936
68816
  [styles$3S.moveLeft]: move === 1,
68937
68817
  [styles$3S.moveRight]: move === -1
68938
68818
  }),
@@ -69106,7 +68986,7 @@ const SparklyButton = () => {
69106
68986
  "button",
69107
68987
  {
69108
68988
  ref,
69109
- className: cn(styles$3Q.button, { [styles$3Q.over]: isOver }),
68989
+ className: clsx(styles$3Q.button, { [styles$3Q.over]: isOver }),
69110
68990
  children: /* @__PURE__ */ jsx("span", { className: styles$3Q.content, children: "Sparkly Button" })
69111
68991
  }
69112
68992
  ),
@@ -69131,7 +69011,7 @@ const styles$3P = {
69131
69011
  };
69132
69012
 
69133
69013
  const SquishButton = ({ children, className = "", ...rest }) => {
69134
- return /* @__PURE__ */ jsx("button", { type: "button", ...rest, className: cn(styles$3P.root, className), children });
69014
+ return /* @__PURE__ */ jsx("button", { type: "button", ...rest, className: clsx(styles$3P.root, className), children });
69135
69015
  };
69136
69016
 
69137
69017
  const root$3w = "_root_v4ko6_1";
@@ -69170,7 +69050,7 @@ const Fingerprint = ({ className = "" }) => {
69170
69050
  return /* @__PURE__ */ jsx(
69171
69051
  "svg",
69172
69052
  {
69173
- className: cn(styles$3N.root, className),
69053
+ className: clsx(styles$3N.root, className),
69174
69054
  width: "34px",
69175
69055
  height: "34px",
69176
69056
  viewBox: "0 0 34 34",
@@ -69192,35 +69072,35 @@ const Fingerprint = ({ className = "" }) => {
69192
69072
  /* @__PURE__ */ jsx(
69193
69073
  "path",
69194
69074
  {
69195
- className: cn(styles$3N.a, { [styles$3N.active]: isActive }),
69075
+ className: clsx(styles$3N.a, { [styles$3N.active]: isActive }),
69196
69076
  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"
69197
69077
  }
69198
69078
  ),
69199
69079
  /* @__PURE__ */ jsx(
69200
69080
  "path",
69201
69081
  {
69202
- className: cn(styles$3N.b, { [styles$3N.active]: isActive }),
69082
+ className: clsx(styles$3N.b, { [styles$3N.active]: isActive }),
69203
69083
  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"
69204
69084
  }
69205
69085
  ),
69206
69086
  /* @__PURE__ */ jsx(
69207
69087
  "path",
69208
69088
  {
69209
- className: cn(styles$3N.c, { [styles$3N.active]: isActive }),
69089
+ className: clsx(styles$3N.c, { [styles$3N.active]: isActive }),
69210
69090
  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"
69211
69091
  }
69212
69092
  ),
69213
69093
  /* @__PURE__ */ jsx(
69214
69094
  "path",
69215
69095
  {
69216
- className: cn(styles$3N.d, { [styles$3N.active]: isActive }),
69096
+ className: clsx(styles$3N.d, { [styles$3N.active]: isActive }),
69217
69097
  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"
69218
69098
  }
69219
69099
  ),
69220
69100
  /* @__PURE__ */ jsx(
69221
69101
  "path",
69222
69102
  {
69223
- className: cn(styles$3N.e, { [styles$3N.active]: isActive }),
69103
+ className: clsx(styles$3N.e, { [styles$3N.active]: isActive }),
69224
69104
  d: "M8.95538742,12.6694189 C8.95538742,12.6694189 9.04883608,18.1288401 15.069217,17.3610597"
69225
69105
  }
69226
69106
  )
@@ -69234,7 +69114,7 @@ const Fingerprint = ({ className = "" }) => {
69234
69114
  const SuccessLoader = ({ status }) => /* @__PURE__ */ jsx(
69235
69115
  "div",
69236
69116
  {
69237
- className: cn(styles$3O.root, {
69117
+ className: clsx(styles$3O.root, {
69238
69118
  [styles$3O.success]: status === "success",
69239
69119
  [styles$3O.loading]: status === "loading",
69240
69120
  [styles$3O.pending]: status === "pending"
@@ -69272,7 +69152,7 @@ const SuccessLoadingButton = ({
69272
69152
  "button",
69273
69153
  {
69274
69154
  type: "button",
69275
- className: cn(styles$3M.root, className, {
69155
+ className: clsx(styles$3M.root, className, {
69276
69156
  [styles$3M.success]: status === "success"
69277
69157
  }),
69278
69158
  disabled,
@@ -69316,7 +69196,7 @@ const ThreadsLikeButton = () => {
69316
69196
  "button",
69317
69197
  {
69318
69198
  type: "button",
69319
- className: cn(styles$3L.root, { [styles$3L.liked]: liked }),
69199
+ className: clsx(styles$3L.root, { [styles$3L.liked]: liked }),
69320
69200
  onClick: () => setLiked((prev) => !prev),
69321
69201
  children: /* @__PURE__ */ jsxs(
69322
69202
  "svg",
@@ -69370,7 +69250,7 @@ const ThumbsUpButton = () => {
69370
69250
  "button",
69371
69251
  {
69372
69252
  type: "button",
69373
- className: cn(styles$3K.root, { [styles$3K.liked]: liked }),
69253
+ className: clsx(styles$3K.root, { [styles$3K.liked]: liked }),
69374
69254
  onClick: (e) => {
69375
69255
  const button = e.currentTarget;
69376
69256
  setLiked((prev) => !prev);
@@ -69614,11 +69494,11 @@ const BrandCard = ({
69614
69494
  className = "",
69615
69495
  contentClassName = ""
69616
69496
  }) => {
69617
- return /* @__PURE__ */ jsxs("div", { className: cn(styles$3F.root, className), children: [
69497
+ return /* @__PURE__ */ jsxs("div", { className: clsx(styles$3F.root, className), children: [
69618
69498
  /* @__PURE__ */ jsx(
69619
69499
  "div",
69620
69500
  {
69621
- className: cn(styles$3F.content, contentClassName),
69501
+ className: clsx(styles$3F.content, contentClassName),
69622
69502
  style: {
69623
69503
  "--hoverColor": hoverColor
69624
69504
  },
@@ -69672,7 +69552,7 @@ const CaptionCard = ({
69672
69552
  description = "Lorem ipsum dolor sit amet consectetur adipisicing elit. Asperiores,\n blanditiis?",
69673
69553
  className = ""
69674
69554
  }) => {
69675
- return /* @__PURE__ */ jsxs("button", { type: "button", className: cn(styles$3D.root, className), children: [
69555
+ return /* @__PURE__ */ jsxs("button", { type: "button", className: clsx(styles$3D.root, className), children: [
69676
69556
  /* @__PURE__ */ jsx("figure", { className: styles$3D.imageWrapper, children: /* @__PURE__ */ jsx(
69677
69557
  "img",
69678
69558
  {
@@ -69813,7 +69693,7 @@ const CardGlow = () => {
69813
69693
  strokeWidth: 1.5,
69814
69694
  stroke: "none",
69815
69695
  "data-slot": "icon",
69816
- className: cn(styles$3C.w6, styles$3C.h6),
69696
+ className: clsx(styles$3C.w6, styles$3C.h6),
69817
69697
  children: /* @__PURE__ */ jsx(
69818
69698
  "path",
69819
69699
  {
@@ -69833,7 +69713,7 @@ const CardGlow = () => {
69833
69713
  strokeWidth: 1.5,
69834
69714
  stroke: "none",
69835
69715
  "data-slot": "icon",
69836
- className: cn(styles$3C.w6, styles$3C.h6),
69716
+ className: clsx(styles$3C.w6, styles$3C.h6),
69837
69717
  children: /* @__PURE__ */ jsx(
69838
69718
  "path",
69839
69719
  {
@@ -69853,7 +69733,7 @@ const CardGlow = () => {
69853
69733
  strokeWidth: 1.5,
69854
69734
  stroke: "none",
69855
69735
  "data-slot": "icon",
69856
- className: cn(styles$3C.w6, styles$3C.h6),
69736
+ className: clsx(styles$3C.w6, styles$3C.h6),
69857
69737
  children: /* @__PURE__ */ jsx(
69858
69738
  "path",
69859
69739
  {
@@ -69873,7 +69753,7 @@ const CardGlow = () => {
69873
69753
  strokeWidth: 1.5,
69874
69754
  stroke: "none",
69875
69755
  "data-slot": "icon",
69876
- className: cn(styles$3C.w6, styles$3C.h6),
69756
+ className: clsx(styles$3C.w6, styles$3C.h6),
69877
69757
  children: /* @__PURE__ */ jsx(
69878
69758
  "path",
69879
69759
  {
@@ -69917,7 +69797,7 @@ const CardTile = ({
69917
69797
  }) => /* @__PURE__ */ jsx(
69918
69798
  "button",
69919
69799
  {
69920
- className: cn(styles$3B.root, className),
69800
+ className: clsx(styles$3B.root, className),
69921
69801
  type: "button",
69922
69802
  onClick,
69923
69803
  children: /* @__PURE__ */ jsx("div", { className: styles$3B.wrapper, children })
@@ -69978,7 +69858,7 @@ const ChequeredCard = () => {
69978
69858
  return /* @__PURE__ */ jsxs(
69979
69859
  "div",
69980
69860
  {
69981
- className: cn(styles$3A.root, { [styles$3A.light]: light }),
69861
+ className: clsx(styles$3A.root, { [styles$3A.light]: light }),
69982
69862
  onClick: () => {
69983
69863
  setLight((prev) => !prev);
69984
69864
  },
@@ -70001,20 +69881,20 @@ const ChequeredCard = () => {
70001
69881
  /* @__PURE__ */ jsx("div", { className: styles$3A.shine }),
70002
69882
  /* @__PURE__ */ jsxs("div", { className: styles$3A.background, children: [
70003
69883
  /* @__PURE__ */ jsxs("div", { className: styles$3A.tiles, children: [
70004
- /* @__PURE__ */ jsx("div", { className: cn(styles$3A.tile, styles$3A.tile1) }),
70005
- /* @__PURE__ */ jsx("div", { className: cn(styles$3A.tile, styles$3A.tile2) }),
70006
- /* @__PURE__ */ jsx("div", { className: cn(styles$3A.tile, styles$3A.tile3) }),
70007
- /* @__PURE__ */ jsx("div", { className: cn(styles$3A.tile, styles$3A.tile4) }),
70008
- /* @__PURE__ */ jsx("div", { className: cn(styles$3A.tile, styles$3A.tile5) }),
70009
- /* @__PURE__ */ jsx("div", { className: cn(styles$3A.tile, styles$3A.tile6) }),
70010
- /* @__PURE__ */ jsx("div", { className: cn(styles$3A.tile, styles$3A.tile7) }),
70011
- /* @__PURE__ */ jsx("div", { className: cn(styles$3A.tile, styles$3A.tile8) }),
70012
- /* @__PURE__ */ jsx("div", { className: cn(styles$3A.tile, styles$3A.tile9) }),
70013
- /* @__PURE__ */ jsx("div", { className: cn(styles$3A.tile, styles$3A.tile10) })
69884
+ /* @__PURE__ */ jsx("div", { className: clsx(styles$3A.tile, styles$3A.tile1) }),
69885
+ /* @__PURE__ */ jsx("div", { className: clsx(styles$3A.tile, styles$3A.tile2) }),
69886
+ /* @__PURE__ */ jsx("div", { className: clsx(styles$3A.tile, styles$3A.tile3) }),
69887
+ /* @__PURE__ */ jsx("div", { className: clsx(styles$3A.tile, styles$3A.tile4) }),
69888
+ /* @__PURE__ */ jsx("div", { className: clsx(styles$3A.tile, styles$3A.tile5) }),
69889
+ /* @__PURE__ */ jsx("div", { className: clsx(styles$3A.tile, styles$3A.tile6) }),
69890
+ /* @__PURE__ */ jsx("div", { className: clsx(styles$3A.tile, styles$3A.tile7) }),
69891
+ /* @__PURE__ */ jsx("div", { className: clsx(styles$3A.tile, styles$3A.tile8) }),
69892
+ /* @__PURE__ */ jsx("div", { className: clsx(styles$3A.tile, styles$3A.tile9) }),
69893
+ /* @__PURE__ */ jsx("div", { className: clsx(styles$3A.tile, styles$3A.tile10) })
70014
69894
  ] }),
70015
- /* @__PURE__ */ jsx("div", { className: cn(styles$3A.line, styles$3A.line1) }),
70016
- /* @__PURE__ */ jsx("div", { className: cn(styles$3A.line, styles$3A.line2) }),
70017
- /* @__PURE__ */ jsx("div", { className: cn(styles$3A.line, styles$3A.line3) })
69895
+ /* @__PURE__ */ jsx("div", { className: clsx(styles$3A.line, styles$3A.line1) }),
69896
+ /* @__PURE__ */ jsx("div", { className: clsx(styles$3A.line, styles$3A.line2) }),
69897
+ /* @__PURE__ */ jsx("div", { className: clsx(styles$3A.line, styles$3A.line3) })
70018
69898
  ] })
70019
69899
  ]
70020
69900
  }
@@ -70049,7 +69929,7 @@ const styles$3y = {
70049
69929
  image: image$j
70050
69930
  };
70051
69931
 
70052
- const EnvelopeTile = ({ className = "", header, children }) => /* @__PURE__ */ jsxs("div", { className: cn(styles$3y.root, className), children: [
69932
+ const EnvelopeTile = ({ className = "", header, children }) => /* @__PURE__ */ jsxs("div", { className: clsx(styles$3y.root, className), children: [
70053
69933
  /* @__PURE__ */ jsx("div", { className: styles$3y.corner, children: /* @__PURE__ */ jsx("div", { className: styles$3y.url, children: /* @__PURE__ */ jsx(
70054
69934
  "img",
70055
69935
  {
@@ -70101,7 +69981,7 @@ const GlowingTile = () => {
70101
69981
  /* @__PURE__ */ jsx(
70102
69982
  "button",
70103
69983
  {
70104
- className: cn(styles$3x.button, styles$3x.minus),
69984
+ className: clsx(styles$3x.button, styles$3x.minus),
70105
69985
  onClick: () => setSpeed((state) => state - 1),
70106
69986
  children: "-"
70107
69987
  }
@@ -70110,7 +69990,7 @@ const GlowingTile = () => {
70110
69990
  /* @__PURE__ */ jsx(
70111
69991
  "button",
70112
69992
  {
70113
- className: cn(styles$3x.button, styles$3x.plus),
69993
+ className: clsx(styles$3x.button, styles$3x.plus),
70114
69994
  onClick: () => setSpeed((state) => state + 1),
70115
69995
  children: "+"
70116
69996
  }
@@ -70118,7 +69998,7 @@ const GlowingTile = () => {
70118
69998
  /* @__PURE__ */ jsx(
70119
69999
  "button",
70120
70000
  {
70121
- className: cn(styles$3x.button, styles$3x.reset),
70001
+ className: clsx(styles$3x.button, styles$3x.reset),
70122
70002
  onClick: () => setSpeed(0),
70123
70003
  children: "reset"
70124
70004
  }
@@ -70186,7 +70066,7 @@ const HoverTile = ({ color, global, children }) => {
70186
70066
  }
70187
70067
  ref.current.style.setProperty("--color", color);
70188
70068
  }, [color]);
70189
- return /* @__PURE__ */ jsxs("div", { ref, className: cn(styles$3v.root, { [styles$3v.global]: global }), children: [
70069
+ return /* @__PURE__ */ jsxs("div", { ref, className: clsx(styles$3v.root, { [styles$3v.global]: global }), children: [
70190
70070
  /* @__PURE__ */ jsx("div", { className: styles$3v.border }),
70191
70071
  /* @__PURE__ */ jsx("div", { className: styles$3v.content, children })
70192
70072
  ] });
@@ -70350,7 +70230,7 @@ const ProductTile = ({
70350
70230
  }) => /* @__PURE__ */ jsx(
70351
70231
  "button",
70352
70232
  {
70353
- className: cn(styles$3r.root, className),
70233
+ className: clsx(styles$3r.root, className),
70354
70234
  type: "button",
70355
70235
  onClick,
70356
70236
  children: /* @__PURE__ */ jsx("div", { className: styles$3r.content, children: /* @__PURE__ */ jsx("div", { className: styles$3r.icon, children }) })
@@ -70411,7 +70291,7 @@ const ProfileCard = () => {
70411
70291
  const [state, setState] = useState(
70412
70292
  "about"
70413
70293
  );
70414
- return /* @__PURE__ */ jsxs("div", { className: cn(styles$3q.root, { [styles$3q.isActive]: isActive }), children: [
70294
+ return /* @__PURE__ */ jsxs("div", { className: clsx(styles$3q.root, { [styles$3q.isActive]: isActive }), children: [
70415
70295
  /* @__PURE__ */ jsxs("div", { className: styles$3q.header, children: [
70416
70296
  /* @__PURE__ */ jsx(
70417
70297
  "div",
@@ -70437,7 +70317,7 @@ const ProfileCard = () => {
70437
70317
  /* @__PURE__ */ jsxs(
70438
70318
  "div",
70439
70319
  {
70440
- className: cn(styles$3q.section, {
70320
+ className: clsx(styles$3q.section, {
70441
70321
  [styles$3q.isActive]: state === "about"
70442
70322
  }),
70443
70323
  id: "about",
@@ -70462,7 +70342,7 @@ const ProfileCard = () => {
70462
70342
  /* @__PURE__ */ jsx(
70463
70343
  "div",
70464
70344
  {
70465
- className: cn(styles$3q.section, {
70345
+ className: clsx(styles$3q.section, {
70466
70346
  [styles$3q.isActive]: state === "experience"
70467
70347
  }),
70468
70348
  id: "experience",
@@ -70504,7 +70384,7 @@ const ProfileCard = () => {
70504
70384
  /* @__PURE__ */ jsx(
70505
70385
  "div",
70506
70386
  {
70507
- className: cn(styles$3q.section, {
70387
+ className: clsx(styles$3q.section, {
70508
70388
  [styles$3q.isActive]: state === "contact"
70509
70389
  }),
70510
70390
  id: "contact",
@@ -70574,7 +70454,7 @@ const ProfileCard = () => {
70574
70454
  /* @__PURE__ */ jsx(
70575
70455
  "button",
70576
70456
  {
70577
- className: cn(styles$3q.button, {
70457
+ className: clsx(styles$3q.button, {
70578
70458
  [styles$3q.isActive]: state === "about"
70579
70459
  }),
70580
70460
  onClick: () => {
@@ -70587,7 +70467,7 @@ const ProfileCard = () => {
70587
70467
  /* @__PURE__ */ jsx(
70588
70468
  "button",
70589
70469
  {
70590
- className: cn(styles$3q.button, {
70470
+ className: clsx(styles$3q.button, {
70591
70471
  [styles$3q.isActive]: state === "experience"
70592
70472
  }),
70593
70473
  onClick: () => {
@@ -70600,7 +70480,7 @@ const ProfileCard = () => {
70600
70480
  /* @__PURE__ */ jsx(
70601
70481
  "button",
70602
70482
  {
70603
- className: cn(styles$3q.button, {
70483
+ className: clsx(styles$3q.button, {
70604
70484
  [styles$3q.isActive]: state === "contact"
70605
70485
  }),
70606
70486
  onClick: () => {
@@ -70640,7 +70520,7 @@ const ShineCard = ({ children, className, style, ...props }) => {
70640
70520
  return /* @__PURE__ */ jsx(
70641
70521
  "div",
70642
70522
  {
70643
- className: cn(styles$3o.shineCard, className),
70523
+ className: clsx(styles$3o.shineCard, className),
70644
70524
  style,
70645
70525
  ...props,
70646
70526
  children
@@ -70839,7 +70719,7 @@ const CardCarouselItem = ({
70839
70719
  hrefTitle,
70840
70720
  active
70841
70721
  }) => {
70842
- return /* @__PURE__ */ jsxs("div", { className: cn(styles$3l.item, { [styles$3l.active]: active }), children: [
70722
+ return /* @__PURE__ */ jsxs("div", { className: clsx(styles$3l.item, { [styles$3l.active]: active }), children: [
70843
70723
  /* @__PURE__ */ jsx(
70844
70724
  "div",
70845
70725
  {
@@ -71094,7 +70974,7 @@ const FullScreenImageCarousel = () => {
71094
70974
  "button",
71095
70975
  {
71096
70976
  type: "button",
71097
- className: cn(styles$3j.btn, styles$3j.prev),
70977
+ className: clsx(styles$3j.btn, styles$3j.prev),
71098
70978
  onClick: handlePrevClick,
71099
70979
  "aria-controls": "fullscreen-image-carousel-slides",
71100
70980
  "aria-label": "Previous slide",
@@ -71105,7 +70985,7 @@ const FullScreenImageCarousel = () => {
71105
70985
  "button",
71106
70986
  {
71107
70987
  type: "button",
71108
- className: cn(styles$3j.btn, styles$3j.next),
70988
+ className: clsx(styles$3j.btn, styles$3j.next),
71109
70989
  onClick: throttledHandleNextClick,
71110
70990
  "aria-controls": "fullscreen-image-carousel-slides",
71111
70991
  "aria-label": "Next slide",
@@ -71267,7 +71147,7 @@ const GalleryReverseScroll = () => {
71267
71147
  return { firstColumn: first, secondColumn: second, thirdColumn: third };
71268
71148
  }, []);
71269
71149
  return /* @__PURE__ */ jsxs("div", { className: styles$3i.root, children: [
71270
- /* @__PURE__ */ jsx("div", { className: cn(styles$3i.column, styles$3i.reverse), children: firstColumn.map((record, i) => /* @__PURE__ */ jsxs("figure", { className: styles$3i.columnItem, children: [
71150
+ /* @__PURE__ */ jsx("div", { className: clsx(styles$3i.column, styles$3i.reverse), children: firstColumn.map((record, i) => /* @__PURE__ */ jsxs("figure", { className: styles$3i.columnItem, children: [
71271
71151
  /* @__PURE__ */ jsx("div", { className: styles$3i.itemImgWrap, children: /* @__PURE__ */ jsx("img", { src: record.url, alt: "", height: "", width: "" }) }),
71272
71152
  /* @__PURE__ */ jsxs("figcaption", { className: styles$3i.itemCaption, children: [
71273
71153
  /* @__PURE__ */ jsx("span", { children: record.description }),
@@ -71283,7 +71163,7 @@ const GalleryReverseScroll = () => {
71283
71163
  /* @__PURE__ */ jsx("span", { children: record.date })
71284
71164
  ] })
71285
71165
  ] }, i)) }),
71286
- /* @__PURE__ */ jsx("div", { className: cn(styles$3i.column, styles$3i.reverse), children: thirdColumn.map((record, i) => /* @__PURE__ */ jsxs("figure", { className: styles$3i.columnItem, children: [
71166
+ /* @__PURE__ */ jsx("div", { className: clsx(styles$3i.column, styles$3i.reverse), children: thirdColumn.map((record, i) => /* @__PURE__ */ jsxs("figure", { className: styles$3i.columnItem, children: [
71287
71167
  /* @__PURE__ */ jsx("div", { className: styles$3i.itemImgWrap, children: /* @__PURE__ */ jsx("img", { src: record.url, alt: "", height: "", width: "" }) }),
71288
71168
  /* @__PURE__ */ jsxs("figcaption", { className: styles$3i.itemCaption, children: [
71289
71169
  /* @__PURE__ */ jsx("span", { children: record.description }),
@@ -71698,7 +71578,7 @@ const Scroller = ({
71698
71578
  }
71699
71579
  };
71700
71580
  }, [handleScroll, withArrows]);
71701
- return /* @__PURE__ */ jsx("div", { className: styles$3e.root, children: /* @__PURE__ */ jsx("div", { className: styles$3e.carousel, children: /* @__PURE__ */ jsxs("div", { className: cn(styles$3e.wrapper, { [styles$3e.hasArrow]: hasArrows }), children: [
71581
+ return /* @__PURE__ */ jsx("div", { className: styles$3e.root, children: /* @__PURE__ */ jsx("div", { className: styles$3e.carousel, children: /* @__PURE__ */ jsxs("div", { className: clsx(styles$3e.wrapper, { [styles$3e.hasArrow]: hasArrows }), children: [
71702
71582
  /* @__PURE__ */ jsxs("div", { className: styles$3e.header, children: [
71703
71583
  /* @__PURE__ */ jsxs("div", { className: styles$3e.heading, children: [
71704
71584
  /* @__PURE__ */ jsx("h2", { className: styles$3e.headline, children: headline }),
@@ -71709,7 +71589,7 @@ const Scroller = ({
71709
71589
  "button",
71710
71590
  {
71711
71591
  type: "button",
71712
- className: cn(styles$3e.arrow, styles$3e.arrowPrev, {
71592
+ className: clsx(styles$3e.arrow, styles$3e.arrowPrev, {
71713
71593
  [styles$3e.disabled]: isPrevDisabled
71714
71594
  }),
71715
71595
  disabled: isPrevDisabled,
@@ -71732,7 +71612,7 @@ const Scroller = ({
71732
71612
  "button",
71733
71613
  {
71734
71614
  type: "button",
71735
- className: cn(styles$3e.arrow, styles$3e.arrowNext, {
71615
+ className: clsx(styles$3e.arrow, styles$3e.arrowNext, {
71736
71616
  [styles$3e.disabled]: isNextDisabled
71737
71617
  }),
71738
71618
  disabled: isNextDisabled,
@@ -71930,10 +71810,10 @@ const Checkbox = ({
71930
71810
  {
71931
71811
  ref,
71932
71812
  role: "presentation",
71933
- className: cn(styles$3b.root, rootClassName),
71813
+ className: clsx(styles$3b.root, rootClassName),
71934
71814
  children: [
71935
- /* @__PURE__ */ jsx("input", { className: cn(styles$3b.realbox, inputClassName), type: "checkbox" }),
71936
- /* @__PURE__ */ jsx("span", { role: "presentation", className: cn(styles$3b.fauxbox, className) })
71815
+ /* @__PURE__ */ jsx("input", { className: clsx(styles$3b.realbox, inputClassName), type: "checkbox" }),
71816
+ /* @__PURE__ */ jsx("span", { role: "presentation", className: clsx(styles$3b.fauxbox, className) })
71937
71817
  ]
71938
71818
  }
71939
71819
  );
@@ -72111,7 +71991,7 @@ const StrikethroughCheckbox = ({
72111
71991
  /* @__PURE__ */ jsx(
72112
71992
  "input",
72113
71993
  {
72114
- className: cn(styles$39.input, { [styles$39.pristine]: pristine }),
71994
+ className: clsx(styles$39.input, { [styles$39.pristine]: pristine }),
72115
71995
  type: "checkbox",
72116
71996
  name: typeof children === "string" ? children : void 0,
72117
71997
  defaultChecked,
@@ -72156,7 +72036,7 @@ const Chips = () => {
72156
72036
  return /* @__PURE__ */ jsx("div", { className: styles$38.root, children: /* @__PURE__ */ jsx("div", { className: styles$38.wrapper, children: /* @__PURE__ */ jsxs(
72157
72037
  "div",
72158
72038
  {
72159
- className: cn(styles$38.chips, styles$38.chipsInitial, styles$38.inputField),
72039
+ className: clsx(styles$38.chips, styles$38.chipsInitial, styles$38.inputField),
72160
72040
  children: [
72161
72041
  chips.map((chip, i) => /* @__PURE__ */ jsxs("div", { className: styles$38.chip, children: [
72162
72042
  chip,
@@ -72371,6 +72251,41 @@ function translateY(distance) {
72371
72251
 
72372
72252
  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;
72373
72253
 
72254
+ var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
72255
+
72256
+ function getDefaultExportFromCjs (x) {
72257
+ return x && x.__esModule && Object.prototype.hasOwnProperty.call(x, 'default') ? x['default'] : x;
72258
+ }
72259
+
72260
+ function getAugmentedNamespace(n) {
72261
+ if (Object.prototype.hasOwnProperty.call(n, '__esModule')) return n;
72262
+ var f = n.default;
72263
+ if (typeof f == "function") {
72264
+ var a = function a () {
72265
+ var isInstance = false;
72266
+ try {
72267
+ isInstance = this instanceof a;
72268
+ } catch {}
72269
+ if (isInstance) {
72270
+ return Reflect.construct(f, arguments, this.constructor);
72271
+ }
72272
+ return f.apply(this, arguments);
72273
+ };
72274
+ a.prototype = f.prototype;
72275
+ } else a = {};
72276
+ Object.defineProperty(a, '__esModule', {value: true});
72277
+ Object.keys(n).forEach(function (k) {
72278
+ var d = Object.getOwnPropertyDescriptor(n, k);
72279
+ Object.defineProperty(a, k, d.get ? d : {
72280
+ enumerable: true,
72281
+ get: function () {
72282
+ return n[k];
72283
+ }
72284
+ });
72285
+ });
72286
+ return a;
72287
+ }
72288
+
72374
72289
  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__*/createContext({}),u$1=/*#__PURE__*/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__default.createElement(f$2.Provider,{value:this.flipCallbacks},/*#__PURE__*/React__default.createElement(t.element,{className:t.className,ref:function(t){return e.el=t}},this.props.children));return r&&(n=/*#__PURE__*/React__default.createElement(u$1.Provider,{value:r},n)),n},p}(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=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__*/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__default.createElement(g,s({},I),t):/*#__PURE__*/React__default.createElement(u$1.Consumer,null,function(e){return React__default.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__default.createElement(g,s({flipId:n},I,{portalKey:e}),t)})}):null};v.displayName="Flipped";
72375
72290
 
72376
72291
  // THIS FILE IS AUTO GENERATED
@@ -72481,7 +72396,7 @@ const DailClock = () => {
72481
72396
  /* @__PURE__ */ jsx(
72482
72397
  "div",
72483
72398
  {
72484
- className: cn(styles$36.seconds, { [styles$36.pause]: seconds === 0 }),
72399
+ className: clsx(styles$36.seconds, { [styles$36.pause]: seconds === 0 }),
72485
72400
  style: {
72486
72401
  "--dRotate": `${6 * seconds}deg`
72487
72402
  },
@@ -72491,7 +72406,7 @@ const DailClock = () => {
72491
72406
  /* @__PURE__ */ jsx(
72492
72407
  "div",
72493
72408
  {
72494
- className: cn(styles$36.minutes, { [styles$36.pause]: minutes === 0 }),
72409
+ className: clsx(styles$36.minutes, { [styles$36.pause]: minutes === 0 }),
72495
72410
  style: {
72496
72411
  "--dRotate": `${6 * minutes}deg`
72497
72412
  },
@@ -72557,7 +72472,7 @@ const MotionClock = () => {
72557
72472
  /* @__PURE__ */ jsx(
72558
72473
  "div",
72559
72474
  {
72560
- className: cn(styles$35.hand, styles$35.hr),
72475
+ className: clsx(styles$35.hand, styles$35.hr),
72561
72476
  style: {
72562
72477
  animationDelay: `${-delays[0]}s`
72563
72478
  }
@@ -72566,7 +72481,7 @@ const MotionClock = () => {
72566
72481
  /* @__PURE__ */ jsx(
72567
72482
  "div",
72568
72483
  {
72569
- className: cn(styles$35.hand, styles$35.min),
72484
+ className: clsx(styles$35.hand, styles$35.min),
72570
72485
  style: {
72571
72486
  animationDelay: `${-delays[1]}s`
72572
72487
  }
@@ -72575,7 +72490,7 @@ const MotionClock = () => {
72575
72490
  /* @__PURE__ */ jsx(
72576
72491
  "div",
72577
72492
  {
72578
- className: cn(styles$35.hand, styles$35.sec),
72493
+ className: clsx(styles$35.hand, styles$35.sec),
72579
72494
  style: {
72580
72495
  animationDelay: `${-delays[2]}s`
72581
72496
  },
@@ -72629,11 +72544,11 @@ const NeumorphicAnalogClock = ({ className }) => {
72629
72544
  const secDelay = msInMin * (time % msInMin / msInMin) / msInSec;
72630
72545
  return [hrDelay, minDelay, secDelay];
72631
72546
  });
72632
- return /* @__PURE__ */ jsxs("div", { className: cn(styles$34.root, className), children: [
72547
+ return /* @__PURE__ */ jsxs("div", { className: clsx(styles$34.root, className), children: [
72633
72548
  /* @__PURE__ */ jsx(
72634
72549
  "div",
72635
72550
  {
72636
- className: cn(styles$34.hand, styles$34.hr),
72551
+ className: clsx(styles$34.hand, styles$34.hr),
72637
72552
  style: {
72638
72553
  animationDelay: `${-delays[0]}s`
72639
72554
  }
@@ -72642,7 +72557,7 @@ const NeumorphicAnalogClock = ({ className }) => {
72642
72557
  /* @__PURE__ */ jsx(
72643
72558
  "div",
72644
72559
  {
72645
- className: cn(styles$34.hand, styles$34.min),
72560
+ className: clsx(styles$34.hand, styles$34.min),
72646
72561
  style: {
72647
72562
  animationDelay: `${-delays[1]}s`
72648
72563
  }
@@ -72651,7 +72566,7 @@ const NeumorphicAnalogClock = ({ className }) => {
72651
72566
  /* @__PURE__ */ jsx(
72652
72567
  "div",
72653
72568
  {
72654
- className: cn(styles$34.hand, styles$34.sec),
72569
+ className: clsx(styles$34.hand, styles$34.sec),
72655
72570
  style: {
72656
72571
  animationDelay: `${-delays[2]}s`
72657
72572
  }
@@ -72758,7 +72673,7 @@ const CircleTextHover = () => {
72758
72673
  "div",
72759
72674
  {
72760
72675
  ref: cursorRef,
72761
- className: cn(styles$33.cursor, { [styles$33.active]: activeCursor }),
72676
+ className: clsx(styles$33.cursor, { [styles$33.active]: activeCursor }),
72762
72677
  children: [
72763
72678
  /* @__PURE__ */ jsx("div", { className: styles$33.icon, children: Icon ? /* @__PURE__ */ jsx(Icon, {}) : null }),
72764
72679
  /* @__PURE__ */ jsx("div", { className: styles$33.link, children: inner })
@@ -73173,7 +73088,7 @@ const MagicMouseEffect = () => {
73173
73088
  "text-shadow",
73174
73089
  `0px 0px 1.5rem rgb(${color} / 0.5)`
73175
73090
  );
73176
- star.className = cn(styles$2_.star, config$1.animations[countRef.current % 3]);
73091
+ star.className = clsx(styles$2_.star, config$1.animations[countRef.current % 3]);
73177
73092
  star.style.setProperty(
73178
73093
  "animation-duration",
73179
73094
  ms(config$1.starAnimationDuration)
@@ -73413,7 +73328,7 @@ const DialControl = ({ limit = true }) => {
73413
73328
  /* @__PURE__ */ jsx("div", { className: styles$2Z.container, children: /* @__PURE__ */ jsx("div", { className: styles$2Z.nav, children: /* @__PURE__ */ jsx("ul", { className: styles$2Z.list, children: items$j.map((item, index) => /* @__PURE__ */ jsx(
73414
73329
  "li",
73415
73330
  {
73416
- className: cn(styles$2Z.item, {
73331
+ className: clsx(styles$2Z.item, {
73417
73332
  [styles$2Z.active]: active === index
73418
73333
  }),
73419
73334
  onClick: () => {
@@ -73449,7 +73364,7 @@ const DialFuturistic = () => {
73449
73364
  return /* @__PURE__ */ jsx("div", { ref, className: styles$2Y.root, "data-theme": theme, children: /* @__PURE__ */ jsxs(
73450
73365
  "div",
73451
73366
  {
73452
- className: cn(styles$2Y.selector, {
73367
+ className: clsx(styles$2Y.selector, {
73453
73368
  [styles$2Y.active]: activeIndex !== null
73454
73369
  }),
73455
73370
  children: [
@@ -73544,11 +73459,11 @@ const items$h = [
73544
73459
  const MetalCircleController = () => {
73545
73460
  const [active, setActive] = useState(2);
73546
73461
  return /* @__PURE__ */ jsxs("div", { className: styles$2X.root, children: [
73547
- /* @__PURE__ */ jsx("div", { className: cn(styles$2X.dial, styles$2X[`pos${active}`]), children: /* @__PURE__ */ jsx("div", { className: styles$2X.grad }) }),
73462
+ /* @__PURE__ */ jsx("div", { className: clsx(styles$2X.dial, styles$2X[`pos${active}`]), children: /* @__PURE__ */ jsx("div", { className: styles$2X.grad }) }),
73548
73463
  /* @__PURE__ */ jsx("div", { className: styles$2X.container, children: /* @__PURE__ */ jsx("div", { className: styles$2X.nav, children: /* @__PURE__ */ jsx("ul", { className: styles$2X.list, children: items$h.map((item, index) => /* @__PURE__ */ jsx(
73549
73464
  "li",
73550
73465
  {
73551
- className: cn(styles$2X.item, {
73466
+ className: clsx(styles$2X.item, {
73552
73467
  [styles$2X.active]: active === index
73553
73468
  }),
73554
73469
  onClick: () => {
@@ -77764,7 +77679,7 @@ function useRole(context, props) {
77764
77679
  } : {}, [enabled, reference, floating, item]);
77765
77680
  }
77766
77681
 
77767
- const tooltip = "_tooltip_1tuvy_1";
77682
+ const tooltip = "_tooltip_45btf_1";
77768
77683
  const styles$2R = {
77769
77684
  tooltip: tooltip
77770
77685
  };
@@ -77839,7 +77754,7 @@ const Tooltip = ({
77839
77754
  ref: refs.setFloating,
77840
77755
  style: floatingStyles,
77841
77756
  ...getFloatingProps(),
77842
- className: cn(styles$2R.tooltip, className),
77757
+ className: clsx(styles$2R.tooltip, className),
77843
77758
  children: label
77844
77759
  }
77845
77760
  ) })
@@ -77861,7 +77776,7 @@ const Tooltip = ({
77861
77776
  ref: refs.setFloating,
77862
77777
  style: floatingStyles,
77863
77778
  ...getFloatingProps(),
77864
- className: cn(styles$2R.tooltip, className),
77779
+ className: clsx(styles$2R.tooltip, className),
77865
77780
  children: label
77866
77781
  }
77867
77782
  ) })
@@ -78083,13 +77998,13 @@ const DockMotionItem = ({
78083
77998
  "div",
78084
77999
  {
78085
78000
  ref,
78086
- className: cn(styles$2S.root, { [styles$2S.block]: type === "block" }),
78001
+ className: clsx(styles$2S.root, { [styles$2S.block]: type === "block" }),
78087
78002
  children: /* @__PURE__ */ jsxs(
78088
78003
  ContentElement,
78089
78004
  {
78090
78005
  ref: scope,
78091
78006
  layoutId: itemKey,
78092
- className: cn(styles$2S.item, className),
78007
+ className: clsx(styles$2S.item, className),
78093
78008
  onMouseEnter,
78094
78009
  style: contentStyle,
78095
78010
  "data-action": isInteractive,
@@ -78161,7 +78076,7 @@ const DockMotion$1 = ({
78161
78076
  return /* @__PURE__ */ jsxs(
78162
78077
  "footer",
78163
78078
  {
78164
- className: cn(styles$2U.root, className),
78079
+ className: clsx(styles$2U.root, className),
78165
78080
  "data-dock": "motion",
78166
78081
  children: [
78167
78082
  embedded,
@@ -78201,7 +78116,7 @@ const DockMotion$1 = ({
78201
78116
  props.onClick?.(e);
78202
78117
  },
78203
78118
  mouseX,
78204
- className: cn(props?.className, styles$2U.child)
78119
+ className: clsx(props?.className, styles$2U.child)
78205
78120
  });
78206
78121
  }
78207
78122
  if (item.type === DockMotionDivider) {
@@ -78263,21 +78178,21 @@ const styles$2O = {
78263
78178
 
78264
78179
  const DenseGrid = () => {
78265
78180
  return /* @__PURE__ */ jsxs("div", { className: styles$2O.root, children: [
78266
- /* @__PURE__ */ jsx("div", { className: cn(styles$2O.item, styles$2O.horizontal), children: /* @__PURE__ */ 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" }) }),
78267
- /* @__PURE__ */ jsx("div", { className: cn(styles$2O.item, styles$2O.vertical), children: /* @__PURE__ */ 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" }) }),
78268
- /* @__PURE__ */ jsx("div", { className: cn(styles$2O.item, styles$2O.horizontal), children: /* @__PURE__ */ 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" }) }),
78269
- /* @__PURE__ */ jsx("div", { className: cn(styles$2O.item, styles$2O.big), children: /* @__PURE__ */ 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" }) }),
78270
- /* @__PURE__ */ jsx("div", { className: cn(styles$2O.item, styles$2O.vertical), children: /* @__PURE__ */ 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" }) }),
78181
+ /* @__PURE__ */ jsx("div", { className: clsx(styles$2O.item, styles$2O.horizontal), children: /* @__PURE__ */ 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" }) }),
78182
+ /* @__PURE__ */ jsx("div", { className: clsx(styles$2O.item, styles$2O.vertical), children: /* @__PURE__ */ 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" }) }),
78183
+ /* @__PURE__ */ jsx("div", { className: clsx(styles$2O.item, styles$2O.horizontal), children: /* @__PURE__ */ 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" }) }),
78184
+ /* @__PURE__ */ jsx("div", { className: clsx(styles$2O.item, styles$2O.big), children: /* @__PURE__ */ 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" }) }),
78185
+ /* @__PURE__ */ jsx("div", { className: clsx(styles$2O.item, styles$2O.vertical), children: /* @__PURE__ */ 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" }) }),
78271
78186
  /* @__PURE__ */ jsx("div", { className: styles$2O.item, children: /* @__PURE__ */ jsx("img", { src: "https://images.unsplash.com/photo-1548737787-a776beb45cfd?ixlib=rb-1.2.1&auto=format&fit=crop&w=701&q=80" }) }),
78272
- /* @__PURE__ */ jsx("div", { className: cn(styles$2O.item, styles$2O.vertical), children: /* @__PURE__ */ jsx("img", { src: "https://images.unsplash.com/photo-1513836279014-a89f7a76ae86?ixlib=rb-1.2.1&auto=format&fit=crop&w=634&q=80" }) }),
78187
+ /* @__PURE__ */ jsx("div", { className: clsx(styles$2O.item, styles$2O.vertical), children: /* @__PURE__ */ jsx("img", { src: "https://images.unsplash.com/photo-1513836279014-a89f7a76ae86?ixlib=rb-1.2.1&auto=format&fit=crop&w=634&q=80" }) }),
78273
78188
  /* @__PURE__ */ jsx("div", { className: styles$2O.item, children: /* @__PURE__ */ 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" }) }),
78274
78189
  /* @__PURE__ */ jsx("div", { className: styles$2O.item, children: /* @__PURE__ */ 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" }) }),
78275
78190
  /* @__PURE__ */ jsx("div", { className: styles$2O.item, children: /* @__PURE__ */ 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" }) }),
78276
- /* @__PURE__ */ jsx("div", { className: cn(styles$2O.item, styles$2O.big), children: /* @__PURE__ */ 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" }) }),
78191
+ /* @__PURE__ */ jsx("div", { className: clsx(styles$2O.item, styles$2O.big), children: /* @__PURE__ */ 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" }) }),
78277
78192
  /* @__PURE__ */ jsx("div", { className: styles$2O.item, children: /* @__PURE__ */ 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" }) }),
78278
- /* @__PURE__ */ jsx("div", { className: cn(styles$2O.item, styles$2O.horizontal), children: /* @__PURE__ */ jsx("img", { src: "https://images.unsplash.com/photo-1460627390041-532a28402358?ixlib=rb-1.2.1&auto=format&fit=crop&w=1950&q=80" }) }),
78193
+ /* @__PURE__ */ jsx("div", { className: clsx(styles$2O.item, styles$2O.horizontal), children: /* @__PURE__ */ jsx("img", { src: "https://images.unsplash.com/photo-1460627390041-532a28402358?ixlib=rb-1.2.1&auto=format&fit=crop&w=1950&q=80" }) }),
78279
78194
  /* @__PURE__ */ jsx("div", { className: styles$2O.item, children: /* @__PURE__ */ 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" }) }),
78280
- /* @__PURE__ */ jsx("div", { className: cn(styles$2O.item, styles$2O.horizontal), children: /* @__PURE__ */ 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" }) })
78195
+ /* @__PURE__ */ jsx("div", { className: clsx(styles$2O.item, styles$2O.horizontal), children: /* @__PURE__ */ 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" }) })
78281
78196
  ] });
78282
78197
  };
78283
78198
 
@@ -78432,7 +78347,7 @@ const items$d = [
78432
78347
  }
78433
78348
  ];
78434
78349
  const GridHover = () => {
78435
- return /* @__PURE__ */ jsx("ul", { className: cn(styles$2M.root, styles$2M.withColor, styles$2M.withBlur), children: items$d.map((image) => /* @__PURE__ */ jsx("li", { className: styles$2M.item, children: /* @__PURE__ */ jsxs("a", { href: "#", children: [
78350
+ return /* @__PURE__ */ jsx("ul", { className: clsx(styles$2M.root, styles$2M.withColor, styles$2M.withBlur), children: items$d.map((image) => /* @__PURE__ */ jsx("li", { className: styles$2M.item, children: /* @__PURE__ */ jsxs("a", { href: "#", children: [
78436
78351
  /* @__PURE__ */ jsx("img", { src: image.src, alt: "" }),
78437
78352
  /* @__PURE__ */ jsx("span", { className: styles$2M.description, children: image.title })
78438
78353
  ] }) }, image.title + image.src)) });
@@ -78466,23 +78381,23 @@ const styles$2L = {
78466
78381
  };
78467
78382
 
78468
78383
  const LIST = [
78469
- cn(styles$2L.card2, styles$2L.cardImg),
78470
- cn(styles$2L.card3, styles$2L.cardImg),
78471
- cn(styles$2L.cardImg, styles$2L.card1, styles$2L.cardMain),
78472
- cn(styles$2L.card4, styles$2L.cardImg),
78473
- cn(styles$2L.cardImg, styles$2L.card5),
78474
- cn(styles$2L.card6, styles$2L.cardImg)
78384
+ clsx(styles$2L.card2, styles$2L.cardImg),
78385
+ clsx(styles$2L.card3, styles$2L.cardImg),
78386
+ clsx(styles$2L.cardImg, styles$2L.card1, styles$2L.cardMain),
78387
+ clsx(styles$2L.card4, styles$2L.cardImg),
78388
+ clsx(styles$2L.cardImg, styles$2L.card5),
78389
+ clsx(styles$2L.card6, styles$2L.cardImg)
78475
78390
  ];
78476
78391
  const GridViewTransition = () => {
78477
78392
  const [activeIndex, setActiveIndex] = useState(null);
78478
78393
  return /* @__PURE__ */ jsx(
78479
78394
  "div",
78480
78395
  {
78481
- className: cn(styles$2L.root, { [styles$2L.expanded]: activeIndex !== null }),
78396
+ className: clsx(styles$2L.root, { [styles$2L.expanded]: activeIndex !== null }),
78482
78397
  children: LIST.map((item, index) => /* @__PURE__ */ jsx(
78483
78398
  "div",
78484
78399
  {
78485
- className: cn(styles$2L.card, item, {
78400
+ className: clsx(styles$2L.card, item, {
78486
78401
  [styles$2L.active]: activeIndex === index
78487
78402
  }),
78488
78403
  onClick: () => {
@@ -78566,7 +78481,7 @@ const BoldHamburger = () => {
78566
78481
  "button",
78567
78482
  {
78568
78483
  type: "button",
78569
- className: cn(styles$2J.root, { [styles$2J.active]: isActive }),
78484
+ className: clsx(styles$2J.root, { [styles$2J.active]: isActive }),
78570
78485
  onClick: () => setIsActive((prev) => !prev),
78571
78486
  children: [
78572
78487
  /* @__PURE__ */ jsx("div", { className: styles$2J.top }),
@@ -78608,7 +78523,7 @@ const HamburgerX = ({ isOpen, onClick = noop$5 }) => /* @__PURE__ */ jsx(
78608
78523
  "button",
78609
78524
  {
78610
78525
  type: "button",
78611
- className: cn(styles$2H.root, { [styles$2H.isOpen]: isOpen }),
78526
+ className: clsx(styles$2H.root, { [styles$2H.isOpen]: isOpen }),
78612
78527
  onClick,
78613
78528
  children: /* @__PURE__ */ jsx("div", { className: styles$2H.icon })
78614
78529
  }
@@ -78625,7 +78540,7 @@ const Header = ({
78625
78540
  children,
78626
78541
  className = "",
78627
78542
  contentClassName = ""
78628
- }) => /* @__PURE__ */ jsx("header", { className: cn(styles$2G.root, className), children: /* @__PURE__ */ jsx("div", { className: cn(styles$2G.content, contentClassName), children }) });
78543
+ }) => /* @__PURE__ */ jsx("header", { className: clsx(styles$2G.root, className), children: /* @__PURE__ */ jsx("div", { className: clsx(styles$2G.content, contentClassName), children }) });
78629
78544
 
78630
78545
  const root$2u = "_root_m9k88_1";
78631
78546
  const main$4 = "_main_m9k88_6";
@@ -78677,7 +78592,7 @@ const StickyHeader = () => {
78677
78592
  ] }),
78678
78593
  /* @__PURE__ */ jsx("a", { href: "#", className: styles$2F.editButton, children: "✎" })
78679
78594
  ] }) }),
78680
- /* @__PURE__ */ jsxs("main", { className: cn(styles$2F.main, styles$2F.limited), children: [
78595
+ /* @__PURE__ */ jsxs("main", { className: clsx(styles$2F.main, styles$2F.limited), children: [
78681
78596
  /* @__PURE__ */ jsxs("div", { className: styles$2F.col, children: [
78682
78597
  /* @__PURE__ */ jsx("div", { className: styles$2F.box, style: { height: "20vh" } }),
78683
78598
  /* @__PURE__ */ jsx("div", { className: styles$2F.box, style: { height: "5vh" } }),
@@ -78716,7 +78631,7 @@ const AnimatedHeroTitle = () => {
78716
78631
  /* @__PURE__ */ jsxs(
78717
78632
  "span",
78718
78633
  {
78719
- className: cn(styles$2E.bg, styles$2E.bg1),
78634
+ className: clsx(styles$2E.bg, styles$2E.bg1),
78720
78635
  style: {
78721
78636
  "--content": "Develop.",
78722
78637
  "--padding": "0.05em",
@@ -78725,14 +78640,14 @@ const AnimatedHeroTitle = () => {
78725
78640
  },
78726
78641
  children: [
78727
78642
  /* @__PURE__ */ jsx("span", { className: styles$2E.shadow, children: "Develop." }),
78728
- /* @__PURE__ */ jsx("span", { className: cn(styles$2E.fg, styles$2E.fg1), children: "Develop." })
78643
+ /* @__PURE__ */ jsx("span", { className: clsx(styles$2E.fg, styles$2E.fg1), children: "Develop." })
78729
78644
  ]
78730
78645
  }
78731
78646
  ),
78732
78647
  /* @__PURE__ */ jsxs(
78733
78648
  "span",
78734
78649
  {
78735
- className: cn(styles$2E.bg, styles$2E.b2),
78650
+ className: clsx(styles$2E.bg, styles$2E.b2),
78736
78651
  style: {
78737
78652
  "--content": "Preview.",
78738
78653
  "--padding": "0.05em",
@@ -78741,14 +78656,14 @@ const AnimatedHeroTitle = () => {
78741
78656
  },
78742
78657
  children: [
78743
78658
  /* @__PURE__ */ jsx("span", { className: styles$2E.shadow, children: "Preview." }),
78744
- /* @__PURE__ */ jsx("span", { className: cn(styles$2E.fg, styles$2E.fg2, styles$2E.mx2), children: "Preview." })
78659
+ /* @__PURE__ */ jsx("span", { className: clsx(styles$2E.fg, styles$2E.fg2, styles$2E.mx2), children: "Preview." })
78745
78660
  ]
78746
78661
  }
78747
78662
  ),
78748
78663
  /* @__PURE__ */ jsxs(
78749
78664
  "span",
78750
78665
  {
78751
- className: cn(styles$2E.bg, styles$2E.b3),
78666
+ className: clsx(styles$2E.bg, styles$2E.b3),
78752
78667
  style: {
78753
78668
  "--content": "Ship.",
78754
78669
  "--padding": "0.05em",
@@ -78757,7 +78672,7 @@ const AnimatedHeroTitle = () => {
78757
78672
  },
78758
78673
  children: [
78759
78674
  /* @__PURE__ */ jsx("span", { className: styles$2E.shadow, children: "Ship." }),
78760
- /* @__PURE__ */ jsx("span", { className: cn(styles$2E.fg, styles$2E.fg3), children: "Ship." })
78675
+ /* @__PURE__ */ jsx("span", { className: clsx(styles$2E.fg, styles$2E.fg3), children: "Ship." })
78761
78676
  ]
78762
78677
  }
78763
78678
  )
@@ -78958,7 +78873,7 @@ const SquircleAvatar = () => {
78958
78873
  alt: ""
78959
78874
  }
78960
78875
  ) }),
78961
- /* @__PURE__ */ jsx("div", { className: cn(styles$2y.avatar, styles$2y.squircle), children: /* @__PURE__ */ jsx(
78876
+ /* @__PURE__ */ jsx("div", { className: clsx(styles$2y.avatar, styles$2y.squircle), children: /* @__PURE__ */ jsx(
78962
78877
  "img",
78963
78878
  {
78964
78879
  className: styles$2y.img,
@@ -79153,7 +79068,7 @@ const ClearInput = () => {
79153
79068
  duration: 0.2
79154
79069
  });
79155
79070
  }, [svgLineProxy]);
79156
- return /* @__PURE__ */ jsxs("div", { ref, className: cn(styles$2x.root, { [styles$2x.clearing]: clearing }), children: [
79071
+ return /* @__PURE__ */ jsxs("div", { ref, className: clsx(styles$2x.root, { [styles$2x.clearing]: clearing }), children: [
79157
79072
  /* @__PURE__ */ jsx("div", { className: styles$2x.text, children: /* @__PURE__ */ jsx(
79158
79073
  "input",
79159
79074
  {
@@ -79189,7 +79104,7 @@ const regex = new RegExp(
79189
79104
  );
79190
79105
  const EmailInput = () => {
79191
79106
  const [valid, setValid] = useState(false);
79192
- return /* @__PURE__ */ jsxs("div", { className: cn(styles$2w.root, { [styles$2w.valid]: valid }), children: [
79107
+ return /* @__PURE__ */ jsxs("div", { className: clsx(styles$2w.root, { [styles$2w.valid]: valid }), children: [
79193
79108
  /* @__PURE__ */ jsx(
79194
79109
  "input",
79195
79110
  {
@@ -79389,7 +79304,7 @@ function validateEmail(email) {
79389
79304
  const NewsletterInput = () => {
79390
79305
  const [valid, setValid] = useState(false);
79391
79306
  const [submitting, setSubmitting] = useState(false);
79392
- return /* @__PURE__ */ jsxs("div", { className: cn(styles$2s.root, { [styles$2s.valid]: valid }), children: [
79307
+ return /* @__PURE__ */ jsxs("div", { className: clsx(styles$2s.root, { [styles$2s.valid]: valid }), children: [
79393
79308
  /* @__PURE__ */ jsx(
79394
79309
  "input",
79395
79310
  {
@@ -79405,7 +79320,7 @@ const NewsletterInput = () => {
79405
79320
  "button",
79406
79321
  {
79407
79322
  type: "button",
79408
- className: cn(styles$2s.button, { [styles$2s.active]: submitting }),
79323
+ className: clsx(styles$2s.button, { [styles$2s.active]: submitting }),
79409
79324
  disabled: submitting,
79410
79325
  onClick: (e) => {
79411
79326
  const button = e.currentTarget;
@@ -79612,7 +79527,7 @@ const PasswordInput = () => {
79612
79527
  "div",
79613
79528
  {
79614
79529
  ref,
79615
- className: cn(styles$2r.root, { [styles$2r.show]: show }),
79530
+ className: clsx(styles$2r.root, { [styles$2r.show]: show }),
79616
79531
  onPointerMove: (e) => {
79617
79532
  const button = e.currentTarget;
79618
79533
  const rect = button.getBoundingClientRect();
@@ -79731,7 +79646,7 @@ const styles$2p = {
79731
79646
  const ShadowedClick = () => {
79732
79647
  const [isActiveSubmit, setIsActiveSubmit] = useState(false);
79733
79648
  return /* @__PURE__ */ jsxs("div", { className: styles$2p.root, children: [
79734
- /* @__PURE__ */ jsx("div", { className: cn(styles$2p.mask, { [styles$2p.active]: isActiveSubmit }) }),
79649
+ /* @__PURE__ */ jsx("div", { className: clsx(styles$2p.mask, { [styles$2p.active]: isActiveSubmit }) }),
79735
79650
  /* @__PURE__ */ jsxs(
79736
79651
  "form",
79737
79652
  {
@@ -79827,7 +79742,7 @@ const styles$2o = {
79827
79742
  };
79828
79743
 
79829
79744
  const BorderLink = ({ children, className = "", ...rest }) => {
79830
- return /* @__PURE__ */ jsx("a", { ...rest, className: cn(styles$2o.root, className), children: /* @__PURE__ */ jsx("span", { className: styles$2o.background, children: /* @__PURE__ */ jsx("span", { className: styles$2o.border, children }) }) });
79745
+ return /* @__PURE__ */ jsx("a", { ...rest, className: clsx(styles$2o.root, className), children: /* @__PURE__ */ jsx("span", { className: styles$2o.background, children: /* @__PURE__ */ jsx("span", { className: styles$2o.border, children }) }) });
79831
79746
  };
79832
79747
 
79833
79748
  const root$2d = "_root_wu2q7_1";
@@ -79838,7 +79753,7 @@ const styles$2n = {
79838
79753
  };
79839
79754
 
79840
79755
  const CircleLink = ({ children, className = "", ...rest }) => {
79841
- return /* @__PURE__ */ jsxs("a", { ...rest, className: cn(styles$2n.root, className), children: [
79756
+ return /* @__PURE__ */ jsxs("a", { ...rest, className: clsx(styles$2n.root, className), children: [
79842
79757
  children,
79843
79758
  /* @__PURE__ */ jsx("svg", { className: styles$2n.svg, viewBox: "0 0 70 36", children: /* @__PURE__ */ 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" }) })
79844
79759
  ] });
@@ -79905,7 +79820,7 @@ const RegularLink = ({
79905
79820
  "a",
79906
79821
  {
79907
79822
  ...rest,
79908
- className: cn(styles$2k.root, className),
79823
+ className: clsx(styles$2k.root, className),
79909
79824
  href,
79910
79825
  target,
79911
79826
  rel,
@@ -79956,7 +79871,7 @@ const UnderlinedLink = ({
79956
79871
  "a",
79957
79872
  {
79958
79873
  ...rest,
79959
- className: cn(styles$2i.root, className),
79874
+ className: clsx(styles$2i.root, className),
79960
79875
  href,
79961
79876
  target,
79962
79877
  rel,
@@ -80091,8 +80006,8 @@ const CanOfDigits = ({
80091
80006
  initialValue = 1e3
80092
80007
  }) => {
80093
80008
  const [value, setValue] = useState(initialValue);
80094
- return /* @__PURE__ */ jsxs("span", { className: cn(styles$2e.root, className), children: [
80095
- /* @__PURE__ */ jsx("label", { className: cn(styles$2e.label, styles$2e.sr), htmlFor: "digits", children: "Digits" }),
80009
+ return /* @__PURE__ */ jsxs("span", { className: clsx(styles$2e.root, className), children: [
80010
+ /* @__PURE__ */ jsx("label", { className: clsx(styles$2e.label, styles$2e.sr), htmlFor: "digits", children: "Digits" }),
80096
80011
  controls && /* @__PURE__ */ jsxs(Fragment, { children: [
80097
80012
  /* @__PURE__ */ jsx(
80098
80013
  "input",
@@ -80175,7 +80090,7 @@ const styles$2c = {
80175
80090
  };
80176
80091
 
80177
80092
  const CircleDotsLoader = ({ type = "fade" }) => {
80178
- return /* @__PURE__ */ jsx("div", { className: cn(styles$2c.root, styles$2c[type]), children: Array.from({ length: 12 }, (_, i) => /* @__PURE__ */ jsx("div", { className: cn(styles$2c[`circle${i + 1}`], styles$2c.child) }, i)) });
80093
+ return /* @__PURE__ */ jsx("div", { className: clsx(styles$2c.root, styles$2c[type]), children: Array.from({ length: 12 }, (_, i) => /* @__PURE__ */ jsx("div", { className: clsx(styles$2c[`circle${i + 1}`], styles$2c.child) }, i)) });
80179
80094
  };
80180
80095
 
80181
80096
  const root$21 = "_root_aw2sz_1";
@@ -80193,10 +80108,10 @@ const styles$2b = {
80193
80108
 
80194
80109
  const CubeLoader = () => {
80195
80110
  return /* @__PURE__ */ jsxs("div", { className: styles$2b.root, children: [
80196
- /* @__PURE__ */ jsx("div", { className: cn(styles$2b.cube, styles$2b.cube1) }),
80197
- /* @__PURE__ */ jsx("div", { className: cn(styles$2b.cube, styles$2b.cube2) }),
80198
- /* @__PURE__ */ jsx("div", { className: cn(styles$2b.cube, styles$2b.cube3) }),
80199
- /* @__PURE__ */ jsx("div", { className: cn(styles$2b.cube, styles$2b.cube4) })
80111
+ /* @__PURE__ */ jsx("div", { className: clsx(styles$2b.cube, styles$2b.cube1) }),
80112
+ /* @__PURE__ */ jsx("div", { className: clsx(styles$2b.cube, styles$2b.cube2) }),
80113
+ /* @__PURE__ */ jsx("div", { className: clsx(styles$2b.cube, styles$2b.cube3) }),
80114
+ /* @__PURE__ */ jsx("div", { className: clsx(styles$2b.cube, styles$2b.cube4) })
80200
80115
  ] });
80201
80116
  };
80202
80117
 
@@ -80222,7 +80137,7 @@ const EndlessLoader = ({ container }) => {
80222
80137
  return;
80223
80138
  }
80224
80139
  try {
80225
- const GLModule = await import('./gl-DA94DTyS.js');
80140
+ const GLModule = await import('./gl-MYQC24ZU.js');
80226
80141
  if (!isActiveRef.current) {
80227
80142
  return;
80228
80143
  }
@@ -80603,7 +80518,7 @@ const RingLoader = ({
80603
80518
  }) => {
80604
80519
  const split = children.split("").map((char, index) => /* @__PURE__ */ jsx("div", { className: styles$22.sector, children: char }, char + index));
80605
80520
  const rest = Array.from({ length: 30 - split.length }, (_, index) => /* @__PURE__ */ jsx("div", { className: styles$22.sector }, index));
80606
- return /* @__PURE__ */ jsxs("div", { className: cn(styles$22.root, className), children: [
80521
+ return /* @__PURE__ */ jsxs("div", { className: clsx(styles$22.root, className), children: [
80607
80522
  /* @__PURE__ */ jsxs("div", { className: styles$22.ring, children: [
80608
80523
  split,
80609
80524
  rest
@@ -80882,7 +80797,7 @@ const SpinningClickAnimation = ({
80882
80797
  "button",
80883
80798
  {
80884
80799
  type: "button",
80885
- className: cn(styles$1Z.root, className),
80800
+ className: clsx(styles$1Z.root, className),
80886
80801
  ref,
80887
80802
  onClick: () => {
80888
80803
  const keyframes = [
@@ -81048,7 +80963,7 @@ const styles$1W = {
81048
80963
  scrollingThings: scrollingThings};
81049
80964
 
81050
80965
  const SubtleBorderAnimation = () => {
81051
- return /* @__PURE__ */ jsx("div", { className: styles$1W.root, children: /* @__PURE__ */ jsxs("div", { className: cn(styles$1W.outer, styles$1W.visible), children: [
80966
+ return /* @__PURE__ */ jsx("div", { className: styles$1W.root, children: /* @__PURE__ */ jsxs("div", { className: clsx(styles$1W.outer, styles$1W.visible), children: [
81052
80967
  /* @__PURE__ */ jsx("div", { className: styles$1W.background1 }),
81053
80968
  /* @__PURE__ */ jsxs("div", { className: styles$1W.background2, children: [
81054
80969
  /* @__PURE__ */ jsx(
@@ -81162,7 +81077,7 @@ const items$c = [
81162
81077
  xmlns: "http://www.w3.org/2000/svg",
81163
81078
  viewBox: "0 0 24 24",
81164
81079
  fill: "currentColor",
81165
- className: cn(styles$1T.w6, styles$1T.h6),
81080
+ className: clsx(styles$1T.w6, styles$1T.h6),
81166
81081
  children: /* @__PURE__ */ jsx(
81167
81082
  "path",
81168
81083
  {
@@ -81182,7 +81097,7 @@ const items$c = [
81182
81097
  xmlns: "http://www.w3.org/2000/svg",
81183
81098
  viewBox: "0 0 24 24",
81184
81099
  fill: "currentColor",
81185
- className: cn(styles$1T.w6, styles$1T.h6),
81100
+ className: clsx(styles$1T.w6, styles$1T.h6),
81186
81101
  children: /* @__PURE__ */ jsx(
81187
81102
  "path",
81188
81103
  {
@@ -81202,7 +81117,7 @@ const items$c = [
81202
81117
  xmlns: "http://www.w3.org/2000/svg",
81203
81118
  viewBox: "0 0 24 24",
81204
81119
  fill: "currentColor",
81205
- className: cn(styles$1T.w6, styles$1T.h6),
81120
+ className: clsx(styles$1T.w6, styles$1T.h6),
81206
81121
  children: /* @__PURE__ */ jsx(
81207
81122
  "path",
81208
81123
  {
@@ -81222,7 +81137,7 @@ const items$c = [
81222
81137
  xmlns: "http://www.w3.org/2000/svg",
81223
81138
  viewBox: "0 0 24 24",
81224
81139
  fill: "currentColor",
81225
- className: cn(styles$1T.w6, styles$1T.h6),
81140
+ className: clsx(styles$1T.w6, styles$1T.h6),
81226
81141
  children: /* @__PURE__ */ jsx(
81227
81142
  "path",
81228
81143
  {
@@ -81242,7 +81157,7 @@ const items$c = [
81242
81157
  xmlns: "http://www.w3.org/2000/svg",
81243
81158
  viewBox: "0 0 24 24",
81244
81159
  fill: "currentColor",
81245
- className: cn(styles$1T.w6, styles$1T.h6),
81160
+ className: clsx(styles$1T.w6, styles$1T.h6),
81246
81161
  children: /* @__PURE__ */ jsx(
81247
81162
  "path",
81248
81163
  {
@@ -81262,7 +81177,7 @@ const items$c = [
81262
81177
  xmlns: "http://www.w3.org/2000/svg",
81263
81178
  viewBox: "0 0 24 24",
81264
81179
  fill: "currentColor",
81265
- className: cn(styles$1T.w6, styles$1T.h6),
81180
+ className: clsx(styles$1T.w6, styles$1T.h6),
81266
81181
  children: /* @__PURE__ */ jsx(
81267
81182
  "path",
81268
81183
  {
@@ -81282,7 +81197,7 @@ const items$c = [
81282
81197
  xmlns: "http://www.w3.org/2000/svg",
81283
81198
  viewBox: "0 0 24 24",
81284
81199
  fill: "currentColor",
81285
- className: cn(styles$1T.w6, styles$1T.h6),
81200
+ className: clsx(styles$1T.w6, styles$1T.h6),
81286
81201
  children: /* @__PURE__ */ jsx(
81287
81202
  "path",
81288
81203
  {
@@ -81302,7 +81217,7 @@ const items$c = [
81302
81217
  xmlns: "http://www.w3.org/2000/svg",
81303
81218
  viewBox: "0 0 24 24",
81304
81219
  fill: "currentColor",
81305
- className: cn(styles$1T.w6, styles$1T.h6),
81220
+ className: clsx(styles$1T.w6, styles$1T.h6),
81306
81221
  children: [
81307
81222
  /* @__PURE__ */ 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" }),
81308
81223
  /* @__PURE__ */ jsx(
@@ -81325,7 +81240,7 @@ const items$c = [
81325
81240
  xmlns: "http://www.w3.org/2000/svg",
81326
81241
  viewBox: "0 0 24 24",
81327
81242
  fill: "currentColor",
81328
- className: cn(styles$1T.w6, styles$1T.h6),
81243
+ className: clsx(styles$1T.w6, styles$1T.h6),
81329
81244
  children: /* @__PURE__ */ 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" })
81330
81245
  }
81331
81246
  )
@@ -81338,7 +81253,7 @@ const items$c = [
81338
81253
  xmlns: "http://www.w3.org/2000/svg",
81339
81254
  viewBox: "0 0 24 24",
81340
81255
  fill: "currentColor",
81341
- className: cn(styles$1T.w6, styles$1T.h6),
81256
+ className: clsx(styles$1T.w6, styles$1T.h6),
81342
81257
  children: /* @__PURE__ */ jsx(
81343
81258
  "path",
81344
81259
  {
@@ -81358,7 +81273,7 @@ const items$c = [
81358
81273
  xmlns: "http://www.w3.org/2000/svg",
81359
81274
  viewBox: "0 0 24 24",
81360
81275
  fill: "currentColor",
81361
- className: cn(styles$1T.w6, styles$1T.h6),
81276
+ className: clsx(styles$1T.w6, styles$1T.h6),
81362
81277
  children: /* @__PURE__ */ 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" })
81363
81278
  }
81364
81279
  )
@@ -81371,7 +81286,7 @@ const items$c = [
81371
81286
  xmlns: "http://www.w3.org/2000/svg",
81372
81287
  viewBox: "0 0 24 24",
81373
81288
  fill: "currentColor",
81374
- className: cn(styles$1T.w6, styles$1T.h6),
81289
+ className: clsx(styles$1T.w6, styles$1T.h6),
81375
81290
  children: [
81376
81291
  /* @__PURE__ */ 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" }),
81377
81292
  /* @__PURE__ */ jsx(
@@ -81439,7 +81354,7 @@ const CardMarquee = () => {
81439
81354
  xmlns: "http://www.w3.org/2000/svg",
81440
81355
  viewBox: "0 0 24 24",
81441
81356
  fill: "currentColor",
81442
- className: cn(styles$1T.w6, styles$1T.h6),
81357
+ className: clsx(styles$1T.w6, styles$1T.h6),
81443
81358
  "aria-hidden": true,
81444
81359
  children: [
81445
81360
  /* @__PURE__ */ 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" }),
@@ -81523,7 +81438,7 @@ const Ticker = () => {
81523
81438
  "data-active": isActive,
81524
81439
  "data-speed": "fast",
81525
81440
  "data-direction": "right",
81526
- children: /* @__PURE__ */ jsxs("ul", { className: cn(styles$1S.tags, styles$1S.list), children: [
81441
+ children: /* @__PURE__ */ jsxs("ul", { className: clsx(styles$1S.tags, styles$1S.list), children: [
81527
81442
  items.map((item) => /* @__PURE__ */ jsx("li", { children: item }, item)),
81528
81443
  isActive && items.map((item) => /* @__PURE__ */ jsx("li", { "aria-hidden": true, children: item }, item + "hidden"))
81529
81444
  ] })
@@ -81800,10 +81715,10 @@ const AnimatedIconsNav = () => {
81800
81715
  }, []);
81801
81716
  return /* @__PURE__ */ jsxs("div", { className: styles$1R.root, children: [
81802
81717
  /* @__PURE__ */ jsxs("div", { className: styles$1R.cards, children: [
81803
- /* @__PURE__ */ jsx("div", { className: cn(styles$1R.card, { [styles$1R.flyOut]: showCards }) }),
81804
- /* @__PURE__ */ jsx("div", { className: cn(styles$1R.card, { [styles$1R.flyOut]: showCards }) })
81718
+ /* @__PURE__ */ jsx("div", { className: clsx(styles$1R.card, { [styles$1R.flyOut]: showCards }) }),
81719
+ /* @__PURE__ */ jsx("div", { className: clsx(styles$1R.card, { [styles$1R.flyOut]: showCards }) })
81805
81720
  ] }),
81806
- /* @__PURE__ */ jsxs("nav", { className: cn(styles$1R.nav, styles$1R[`tilt${page}`]), children: [
81721
+ /* @__PURE__ */ jsxs("nav", { className: clsx(styles$1R.nav, styles$1R[`tilt${page}`]), children: [
81807
81722
  /* @__PURE__ */ jsx("ul", { className: styles$1R.items, children: items$a.map((item, index) => /* @__PURE__ */ jsx("li", { className: styles$1R.item, children: /* @__PURE__ */ jsxs(
81808
81723
  "button",
81809
81724
  {
@@ -81923,7 +81838,7 @@ const AnimatedShareMenu = () => {
81923
81838
  "button",
81924
81839
  {
81925
81840
  id: "share-btn",
81926
- className: cn(styles$1Q.btn, { [styles$1Q.open]: open }),
81841
+ className: clsx(styles$1Q.btn, { [styles$1Q.open]: open }),
81927
81842
  type: "button",
81928
81843
  title: open ? "Close" : "Share",
81929
81844
  onClick: () => setOpen((prev) => !prev),
@@ -82119,8 +82034,8 @@ const CurtainRevealMenu = () => {
82119
82034
  setToggle((prev) => !prev);
82120
82035
  },
82121
82036
  children: [
82122
- /* @__PURE__ */ jsx(RxHamburgerMenu, { className: cn(styles$1P.icon, styles$1P.open) }),
82123
- /* @__PURE__ */ jsx(RxDropdownMenu, { className: cn(styles$1P.icon, styles$1P.close) })
82037
+ /* @__PURE__ */ jsx(RxHamburgerMenu, { className: clsx(styles$1P.icon, styles$1P.open) }),
82038
+ /* @__PURE__ */ jsx(RxDropdownMenu, { className: clsx(styles$1P.icon, styles$1P.close) })
82124
82039
  ]
82125
82040
  }
82126
82041
  )
@@ -82252,7 +82167,7 @@ const DropdownMenu = ({ value, items = ITEMS }) => {
82252
82167
  /* @__PURE__ */ jsxs(
82253
82168
  "button",
82254
82169
  {
82255
- className: cn(styles$1N.mainButton, styles$1N.dropdownButton),
82170
+ className: clsx(styles$1N.mainButton, styles$1N.dropdownButton),
82256
82171
  onClick: () => {
82257
82172
  const listWrapperSizes = 3.5;
82258
82173
  const dropdownOpenHeight = 4.6 * ITEMS.length + listWrapperSizes;
@@ -82263,7 +82178,7 @@ const DropdownMenu = ({ value, items = ITEMS }) => {
82263
82178
  /* @__PURE__ */ jsx(
82264
82179
  "span",
82265
82180
  {
82266
- className: cn(styles$1N.dropdownTitle, styles$1N.textTruncate, {
82181
+ className: clsx(styles$1N.dropdownTitle, styles$1N.textTruncate, {
82267
82182
  [styles$1N.placeholder]: !active
82268
82183
  }),
82269
82184
  children: active ? active.title : "Choose a platform"
@@ -82310,7 +82225,7 @@ const DropdownMenu = ({ value, items = ITEMS }) => {
82310
82225
  "button",
82311
82226
  {
82312
82227
  type: "button",
82313
- className: cn(styles$1N.dropdownButton, styles$1N.listButton),
82228
+ className: clsx(styles$1N.dropdownButton, styles$1N.listButton),
82314
82229
  "data-translate-value": `${100 * index}%`,
82315
82230
  children: /* @__PURE__ */ jsx("span", { className: styles$1N.textTruncate, children: item.title })
82316
82231
  }
@@ -82430,7 +82345,7 @@ const GlowingSelect = ({ accessible, nomotion }) => {
82430
82345
  return /* @__PURE__ */ jsxs(
82431
82346
  "div",
82432
82347
  {
82433
- className: cn(styles$1L.select, { [styles$1L.nomotion]: nomotion }),
82348
+ className: clsx(styles$1L.select, { [styles$1L.nomotion]: nomotion }),
82434
82349
  tabIndex: 0,
82435
82350
  role: "button",
82436
82351
  style: {
@@ -82489,7 +82404,7 @@ const GlowingTab = ({
82489
82404
  {
82490
82405
  ref,
82491
82406
  type: "button",
82492
- className: cn(styles$1K.button, { [styles$1K.active]: isActive }),
82407
+ className: clsx(styles$1K.button, { [styles$1K.active]: isActive }),
82493
82408
  onClick,
82494
82409
  ...rest,
82495
82410
  children: [
@@ -82678,7 +82593,7 @@ const GlowingTab2 = ({ id, text, active, onClick, rootRef }) => {
82678
82593
  );
82679
82594
  nav.style.setProperty("--after-bg-width", String(width));
82680
82595
  }, [active, rootRef]);
82681
- return /* @__PURE__ */ jsx("li", { className: cn(styles$1J.item, { [styles$1J.active]: active }), children: /* @__PURE__ */ jsx(
82596
+ return /* @__PURE__ */ jsx("li", { className: clsx(styles$1J.item, { [styles$1J.active]: active }), children: /* @__PURE__ */ jsx(
82682
82597
  "a",
82683
82598
  {
82684
82599
  ref,
@@ -82863,12 +82778,12 @@ const MagnifiedNavItems = () => {
82863
82778
  /* @__PURE__ */ 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" })
82864
82779
  ] }) })
82865
82780
  ] }),
82866
- /* @__PURE__ */ jsxs("nav", { ref: navRef, className: cn(styles$1I.nav, styles$1I[`page${page + 1}`]), children: [
82781
+ /* @__PURE__ */ jsxs("nav", { ref: navRef, className: clsx(styles$1I.nav, styles$1I[`page${page + 1}`]), children: [
82867
82782
  /* @__PURE__ */ jsx("ul", { className: styles$1I.items, children: items$7.map((item, index) => /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsxs(
82868
82783
  "button",
82869
82784
  {
82870
82785
  type: "button",
82871
- className: cn(styles$1I.itemLink, item.color),
82786
+ className: clsx(styles$1I.itemLink, item.color),
82872
82787
  onClick: () => {
82873
82788
  setPage(index);
82874
82789
  },
@@ -82895,7 +82810,7 @@ const MagnifiedNavItems = () => {
82895
82810
  /* @__PURE__ */ jsx("div", { ref: fakeIconsRef, className: styles$1I.fakeIcons, children: items$7.map((item, index) => /* @__PURE__ */ jsx("div", { className: styles$1I.fakeIconBox, children: /* @__PURE__ */ jsx(
82896
82811
  "svg",
82897
82812
  {
82898
- className: cn(styles$1I.fakeIcon, item.fake),
82813
+ className: clsx(styles$1I.fakeIcon, item.fake),
82899
82814
  width: "24px",
82900
82815
  height: "24px",
82901
82816
  "aria-hidden": "true",
@@ -82973,7 +82888,7 @@ const MobileNavBar = () => {
82973
82888
  /* @__PURE__ */ jsxs(
82974
82889
  "button",
82975
82890
  {
82976
- className: cn(styles$1H.navitem, {
82891
+ className: clsx(styles$1H.navitem, {
82977
82892
  [styles$1H.active]: activeItem === 0 /* Home */
82978
82893
  }),
82979
82894
  "data-clr": "#e4ecfa",
@@ -82989,7 +82904,7 @@ const MobileNavBar = () => {
82989
82904
  /* @__PURE__ */ jsxs(
82990
82905
  "button",
82991
82906
  {
82992
- className: cn(styles$1H.navitem, {
82907
+ className: clsx(styles$1H.navitem, {
82993
82908
  [styles$1H.active]: activeItem === 1 /* Person */
82994
82909
  }),
82995
82910
  "data-clr": "#fff6cc",
@@ -83005,7 +82920,7 @@ const MobileNavBar = () => {
83005
82920
  /* @__PURE__ */ jsxs(
83006
82921
  "div",
83007
82922
  {
83008
- className: cn(styles$1H.navsearch, { [styles$1H.active]: activeSearch }),
82923
+ className: clsx(styles$1H.navsearch, { [styles$1H.active]: activeSearch }),
83009
82924
  children: [
83010
82925
  /* @__PURE__ */ jsx(
83011
82926
  "input",
@@ -83039,7 +82954,7 @@ const MobileNavBar = () => {
83039
82954
  /* @__PURE__ */ jsxs(
83040
82955
  "button",
83041
82956
  {
83042
- className: cn(styles$1H.navitem, {
82957
+ className: clsx(styles$1H.navitem, {
83043
82958
  [styles$1H.active]: activeItem === 2 /* Settings */
83044
82959
  }),
83045
82960
  "data-clr": "#f0e4fa",
@@ -83402,7 +83317,7 @@ const styles$1D = {
83402
83317
 
83403
83318
  const PinDropdown = () => {
83404
83319
  const [isActive, setIsActive] = useState(false);
83405
- return /* @__PURE__ */ jsxs("div", { className: cn(styles$1D.root, { [styles$1D.active]: isActive }), children: [
83320
+ return /* @__PURE__ */ jsxs("div", { className: clsx(styles$1D.root, { [styles$1D.active]: isActive }), children: [
83406
83321
  /* @__PURE__ */ jsx(
83407
83322
  "button",
83408
83323
  {
@@ -83413,9 +83328,9 @@ const PinDropdown = () => {
83413
83328
  setIsActive((prev) => !prev);
83414
83329
  }, []),
83415
83330
  children: /* @__PURE__ */ jsxs("div", { className: styles$1D.menuIconWrapper, children: [
83416
- /* @__PURE__ */ jsx("div", { className: cn(styles$1D.menuIconLine, styles$1D.half, styles$1D.first) }),
83331
+ /* @__PURE__ */ jsx("div", { className: clsx(styles$1D.menuIconLine, styles$1D.half, styles$1D.first) }),
83417
83332
  /* @__PURE__ */ jsx("div", { className: styles$1D.menuIconLine }),
83418
- /* @__PURE__ */ jsx("div", { className: cn(styles$1D.menuIconLine, styles$1D.half, styles$1D.last) })
83333
+ /* @__PURE__ */ jsx("div", { className: clsx(styles$1D.menuIconLine, styles$1D.half, styles$1D.last) })
83419
83334
  ] })
83420
83335
  }
83421
83336
  ),
@@ -83535,7 +83450,7 @@ const RadialMenu = () => {
83535
83450
  }, []),
83536
83451
  isActive
83537
83452
  );
83538
- return /* @__PURE__ */ jsx("nav", { ref, className: cn(styles$1C.root, { [styles$1C.isActive]: isActive }), children: /* @__PURE__ */ jsxs("div", { className: styles$1C.menu, children: [
83453
+ return /* @__PURE__ */ jsx("nav", { ref, className: clsx(styles$1C.root, { [styles$1C.isActive]: isActive }), children: /* @__PURE__ */ jsxs("div", { className: styles$1C.menu, children: [
83539
83454
  /* @__PURE__ */ jsxs(
83540
83455
  "label",
83541
83456
  {
@@ -83811,7 +83726,7 @@ const RadialNavigation = ({
83811
83726
  return /* @__PURE__ */ jsxs(
83812
83727
  "nav",
83813
83728
  {
83814
- className: cn(styles$1B.root, className, {
83729
+ className: clsx(styles$1B.root, className, {
83815
83730
  [styles$1B.active]: isActive || isActiveByViewport,
83816
83731
  [styles$1B.highlighted]: isHighlighted || isActiveByViewport,
83817
83732
  [styles$1B.opposite]: direction === "right",
@@ -83825,7 +83740,7 @@ const RadialNavigation = ({
83825
83740
  "button",
83826
83741
  {
83827
83742
  type: "button",
83828
- className: cn(styles$1B.item, {
83743
+ className: clsx(styles$1B.item, {
83829
83744
  [styles$1B.activeItem]: activeId === item.id
83830
83745
  }),
83831
83746
  "data-action": true,
@@ -83953,10 +83868,10 @@ const SinglePopoverMenu = () => {
83953
83868
  /* @__PURE__ */ jsx("div", { className: "sub-menu-holder" })
83954
83869
  ] })
83955
83870
  ] }),
83956
- /* @__PURE__ */ jsxs("div", { className: cn(styles$1A.item, styles$1A.highlight), children: [
83871
+ /* @__PURE__ */ jsxs("div", { className: clsx(styles$1A.item, styles$1A.highlight), children: [
83957
83872
  /* @__PURE__ */ jsx("div", { className: styles$1A.menuText, children: /* @__PURE__ */ jsx("a", { href: "apps/tarsis/recipes/SinglePopoverMenu#", children: "Services" }) }),
83958
- /* @__PURE__ */ jsxs("div", { className: cn(styles$1A.subMenu, styles$1A.double), children: [
83959
- /* @__PURE__ */ jsxs("div", { className: cn(styles$1A.iconBox, styles$1A.gb, styles$1A.a), children: [
83873
+ /* @__PURE__ */ jsxs("div", { className: clsx(styles$1A.subMenu, styles$1A.double), children: [
83874
+ /* @__PURE__ */ jsxs("div", { className: clsx(styles$1A.iconBox, styles$1A.gb, styles$1A.a), children: [
83960
83875
  /* @__PURE__ */ jsx("div", { className: styles$1A.icon, children: /* @__PURE__ */ jsx("i", { className: "far fa-question-circle" }) }),
83961
83876
  /* @__PURE__ */ jsxs("div", { className: styles$1A.text, children: [
83962
83877
  /* @__PURE__ */ jsxs("div", { className: styles$1A.title, children: [
@@ -83966,7 +83881,7 @@ const SinglePopoverMenu = () => {
83966
83881
  /* @__PURE__ */ jsx("div", { className: styles$1A.subText, children: "From Professionals" })
83967
83882
  ] })
83968
83883
  ] }),
83969
- /* @__PURE__ */ jsxs("div", { className: cn(styles$1A.iconBox, styles$1A.gb, styles$1A.b), children: [
83884
+ /* @__PURE__ */ jsxs("div", { className: clsx(styles$1A.iconBox, styles$1A.gb, styles$1A.b), children: [
83970
83885
  /* @__PURE__ */ jsx("div", { className: styles$1A.icon, children: /* @__PURE__ */ jsx("i", { className: "far fa-users-class" }) }),
83971
83886
  /* @__PURE__ */ jsxs("div", { className: styles$1A.text, children: [
83972
83887
  /* @__PURE__ */ jsxs("div", { className: styles$1A.title, children: [
@@ -83976,7 +83891,7 @@ const SinglePopoverMenu = () => {
83976
83891
  /* @__PURE__ */ jsx("div", { className: styles$1A.subText, children: "In Classroom" })
83977
83892
  ] })
83978
83893
  ] }),
83979
- /* @__PURE__ */ jsxs("div", { className: cn(styles$1A.iconBox, styles$1A.gb, styles$1A.c), children: [
83894
+ /* @__PURE__ */ jsxs("div", { className: clsx(styles$1A.iconBox, styles$1A.gb, styles$1A.c), children: [
83980
83895
  /* @__PURE__ */ jsx("div", { className: styles$1A.icon, children: /* @__PURE__ */ jsx("i", { className: "far fa-school" }) }),
83981
83896
  /* @__PURE__ */ jsxs("div", { className: styles$1A.text, children: [
83982
83897
  /* @__PURE__ */ jsxs("div", { className: styles$1A.title, children: [
@@ -83986,7 +83901,7 @@ const SinglePopoverMenu = () => {
83986
83901
  /* @__PURE__ */ jsx("div", { className: styles$1A.subText, children: "By Video" })
83987
83902
  ] })
83988
83903
  ] }),
83989
- /* @__PURE__ */ jsxs("div", { className: cn(styles$1A.iconBox, styles$1A.gb, styles$1A.d), children: [
83904
+ /* @__PURE__ */ jsxs("div", { className: clsx(styles$1A.iconBox, styles$1A.gb, styles$1A.d), children: [
83990
83905
  /* @__PURE__ */ jsx("div", { className: styles$1A.icon, children: /* @__PURE__ */ jsx("i", { className: "far fa-chess-rook" }) }),
83991
83906
  /* @__PURE__ */ jsxs("div", { className: styles$1A.text, children: [
83992
83907
  /* @__PURE__ */ jsxs("div", { className: styles$1A.title, children: [
@@ -83996,7 +83911,7 @@ const SinglePopoverMenu = () => {
83996
83911
  /* @__PURE__ */ jsx("div", { className: styles$1A.subText, children: "The Castle" })
83997
83912
  ] })
83998
83913
  ] }),
83999
- /* @__PURE__ */ jsxs("div", { className: cn(styles$1A.iconBox, styles$1A.gb, styles$1A.e), children: [
83914
+ /* @__PURE__ */ jsxs("div", { className: clsx(styles$1A.iconBox, styles$1A.gb, styles$1A.e), children: [
84000
83915
  /* @__PURE__ */ jsx("div", { className: styles$1A.icon, children: /* @__PURE__ */ jsx("i", { className: "far fa-video-plus" }) }),
84001
83916
  /* @__PURE__ */ jsxs("div", { className: styles$1A.text, children: [
84002
83917
  /* @__PURE__ */ jsxs("div", { className: styles$1A.title, children: [
@@ -84006,7 +83921,7 @@ const SinglePopoverMenu = () => {
84006
83921
  /* @__PURE__ */ jsx("div", { className: styles$1A.subText, children: "A Creator" })
84007
83922
  ] })
84008
83923
  ] }),
84009
- /* @__PURE__ */ jsxs("div", { className: cn(styles$1A.iconBox, styles$1A.gb, styles$1A.f), children: [
83924
+ /* @__PURE__ */ jsxs("div", { className: clsx(styles$1A.iconBox, styles$1A.gb, styles$1A.f), children: [
84010
83925
  /* @__PURE__ */ jsx("div", { className: styles$1A.icon, children: /* @__PURE__ */ jsx("i", { className: "far fa-cat" }) }),
84011
83926
  /* @__PURE__ */ jsxs("div", { className: styles$1A.text, children: [
84012
83927
  /* @__PURE__ */ jsxs("div", { className: styles$1A.title, children: [
@@ -84024,20 +83939,20 @@ const SinglePopoverMenu = () => {
84024
83939
  /* @__PURE__ */ jsx("div", { className: "sub-menu-holder" })
84025
83940
  ] })
84026
83941
  ] }),
84027
- /* @__PURE__ */ jsxs("div", { className: cn(styles$1A.item, styles$1A.highlight), children: [
83942
+ /* @__PURE__ */ jsxs("div", { className: clsx(styles$1A.item, styles$1A.highlight), children: [
84028
83943
  /* @__PURE__ */ jsx("div", { className: styles$1A.menuText, children: /* @__PURE__ */ jsx("a", { href: "apps/tarsis/recipes/SinglePopoverMenu#", children: "Support" }) }),
84029
- /* @__PURE__ */ jsxs("div", { className: cn(styles$1A.subMenu, styles$1A.triple), children: [
83944
+ /* @__PURE__ */ jsxs("div", { className: clsx(styles$1A.subMenu, styles$1A.triple), children: [
84030
83945
  /* @__PURE__ */ jsxs(
84031
83946
  "div",
84032
83947
  {
84033
- className: cn(
83948
+ className: clsx(
84034
83949
  styles$1A.iconBox,
84035
83950
  styles$1A.gb,
84036
83951
  styles$1A.a,
84037
83952
  styles$1A.topContainer
84038
83953
  ),
84039
83954
  children: [
84040
- /* @__PURE__ */ jsx("div", { className: cn(styles$1A.icon, styles$1A.big), children: /* @__PURE__ */ jsx("i", { className: "far fa-book" }) }),
83955
+ /* @__PURE__ */ jsx("div", { className: clsx(styles$1A.icon, styles$1A.big), children: /* @__PURE__ */ jsx("i", { className: "far fa-book" }) }),
84041
83956
  /* @__PURE__ */ jsxs("div", { className: styles$1A.text, children: [
84042
83957
  /* @__PURE__ */ jsx("div", { className: styles$1A.title, children: "Where to start" }),
84043
83958
  /* @__PURE__ */ jsx("div", { className: styles$1A.subText, children: "Find out where to begin below" })
@@ -84059,28 +83974,28 @@ const SinglePopoverMenu = () => {
84059
83974
  /* @__PURE__ */ jsx("a", { href: "apps/tarsis/recipes/SinglePopoverMenu#", children: "Brain Enhancer" }),
84060
83975
  /* @__PURE__ */ jsx("a", { href: "apps/tarsis/recipes/SinglePopoverMenu#", children: "Network Maker" })
84061
83976
  ] }),
84062
- /* @__PURE__ */ jsxs("div", { className: cn(styles$1A.iconBox, styles$1A.flat), children: [
83977
+ /* @__PURE__ */ jsxs("div", { className: clsx(styles$1A.iconBox, styles$1A.flat), children: [
84063
83978
  /* @__PURE__ */ jsx("div", { className: styles$1A.icon, children: /* @__PURE__ */ jsx("i", { className: "fal fa-plug" }) }),
84064
83979
  /* @__PURE__ */ jsx("div", { className: styles$1A.text, children: /* @__PURE__ */ jsxs("div", { className: styles$1A.title, children: [
84065
83980
  "API Guide ",
84066
83981
  /* @__PURE__ */ jsx("i", { className: "far fa-arrow-right" })
84067
83982
  ] }) })
84068
83983
  ] }),
84069
- /* @__PURE__ */ jsxs("div", { className: cn(styles$1A.iconBox, styles$1A.flat), children: [
83984
+ /* @__PURE__ */ jsxs("div", { className: clsx(styles$1A.iconBox, styles$1A.flat), children: [
84070
83985
  /* @__PURE__ */ jsx("div", { className: styles$1A.icon, children: /* @__PURE__ */ jsx("i", { className: "fal fa-comments" }) }),
84071
83986
  /* @__PURE__ */ jsx("div", { className: styles$1A.text, children: /* @__PURE__ */ jsxs("div", { className: styles$1A.title, children: [
84072
83987
  "Support Line ",
84073
83988
  /* @__PURE__ */ jsx("i", { className: "far fa-arrow-right" })
84074
83989
  ] }) })
84075
83990
  ] }),
84076
- /* @__PURE__ */ jsxs("div", { className: cn(styles$1A.iconBox, styles$1A.flat), children: [
83991
+ /* @__PURE__ */ jsxs("div", { className: clsx(styles$1A.iconBox, styles$1A.flat), children: [
84077
83992
  /* @__PURE__ */ jsx("div", { className: styles$1A.icon, children: /* @__PURE__ */ jsx("i", { className: "fal fa-phone-volume" }) }),
84078
83993
  /* @__PURE__ */ jsx("div", { className: styles$1A.text, children: /* @__PURE__ */ jsxs("div", { className: styles$1A.title, children: [
84079
83994
  "Live Chat ",
84080
83995
  /* @__PURE__ */ jsx("i", { className: "far fa-arrow-right" })
84081
83996
  ] }) })
84082
83997
  ] }),
84083
- /* @__PURE__ */ jsxs("div", { className: cn(styles$1A.iconBox, styles$1A.flat), children: [
83998
+ /* @__PURE__ */ jsxs("div", { className: clsx(styles$1A.iconBox, styles$1A.flat), children: [
84084
83999
  /* @__PURE__ */ jsx("div", { className: styles$1A.icon, children: /* @__PURE__ */ jsx("i", { className: "fal fa-book-spells" }) }),
84085
84000
  /* @__PURE__ */ jsx("div", { className: styles$1A.text, children: /* @__PURE__ */ jsxs("div", { className: styles$1A.title, children: [
84086
84001
  "Documentation ",
@@ -84089,7 +84004,7 @@ const SinglePopoverMenu = () => {
84089
84004
  ] })
84090
84005
  ] })
84091
84006
  ] }),
84092
- /* @__PURE__ */ jsxs("div", { className: cn(styles$1A.item, styles$1A.highlight), children: [
84007
+ /* @__PURE__ */ jsxs("div", { className: clsx(styles$1A.item, styles$1A.highlight), children: [
84093
84008
  /* @__PURE__ */ jsx("div", { className: styles$1A.menuText, children: /* @__PURE__ */ jsx("a", { href: "apps/tarsis/recipes/SinglePopoverMenu#", children: "Community" }) }),
84094
84009
  /* @__PURE__ */ jsxs("div", { className: styles$1A.subMenu, children: [
84095
84010
  /* @__PURE__ */ jsxs("div", { className: styles$1A.iconBox, children: [
@@ -84214,7 +84129,7 @@ const TabBarAnimation = () => {
84214
84129
  return /* @__PURE__ */ jsx("nav", { ref: navRef, className: styles$1z.root, children: /* @__PURE__ */ jsx("ul", { className: styles$1z.list, children: options$2.map((option, index) => /* @__PURE__ */ jsx(
84215
84130
  "li",
84216
84131
  {
84217
- className: cn(styles$1z.item, {
84132
+ className: clsx(styles$1z.item, {
84218
84133
  [styles$1z.active]: activeIndex === index
84219
84134
  }),
84220
84135
  children: /* @__PURE__ */ jsx(
@@ -84315,7 +84230,7 @@ const WavyItem = ({
84315
84230
  className = "",
84316
84231
  ...props
84317
84232
  }) => {
84318
- return /* @__PURE__ */ jsx("li", { className: cn(styles$1y.item, className, { [styles$1y.active]: isActive }), children: /* @__PURE__ */ jsx("a", { className: styles$1y.link, href, ...props, children }) });
84233
+ return /* @__PURE__ */ jsx("li", { className: clsx(styles$1y.item, className, { [styles$1y.active]: isActive }), children: /* @__PURE__ */ jsx("a", { className: styles$1y.link, href, ...props, children }) });
84319
84234
  };
84320
84235
 
84321
84236
  const options$1 = [
@@ -84522,8 +84437,8 @@ const ParallaxEmoji = () => {
84522
84437
  children: [
84523
84438
  /* @__PURE__ */ jsx(EmojiLayer, { className: styles$1w.face, depth: 0.2 }),
84524
84439
  /* @__PURE__ */ jsx(EmojiLayer, { className: styles$1w.shine, depth: 0.3 }),
84525
- /* @__PURE__ */ jsx(EmojiLayer, { className: cn(styles$1w.eye, styles$1w.left), depth: 0.8 }),
84526
- /* @__PURE__ */ jsx(EmojiLayer, { className: cn(styles$1w.eye, styles$1w.right), depth: 0.8 }),
84440
+ /* @__PURE__ */ jsx(EmojiLayer, { className: clsx(styles$1w.eye, styles$1w.left), depth: 0.8 }),
84441
+ /* @__PURE__ */ jsx(EmojiLayer, { className: clsx(styles$1w.eye, styles$1w.right), depth: 0.8 }),
84527
84442
  /* @__PURE__ */ jsx(EmojiLayer, { className: styles$1w.mouth, depth: 0.8 })
84528
84443
  ]
84529
84444
  }
@@ -84581,9 +84496,9 @@ const ApertureVideo = () => {
84581
84496
  poster: "/images/aperture.webp"
84582
84497
  }
84583
84498
  ),
84584
- /* @__PURE__ */ jsx("div", { className: cn(styles$1v.aperture, styles$1v.apertureLeft) }),
84585
- /* @__PURE__ */ jsx("div", { className: cn(styles$1v.aperture, styles$1v.apertureTopRight) }),
84586
- /* @__PURE__ */ jsx("div", { className: cn(styles$1v.aperture, styles$1v.apertureBottomRight) })
84499
+ /* @__PURE__ */ jsx("div", { className: clsx(styles$1v.aperture, styles$1v.apertureLeft) }),
84500
+ /* @__PURE__ */ jsx("div", { className: clsx(styles$1v.aperture, styles$1v.apertureTopRight) }),
84501
+ /* @__PURE__ */ jsx("div", { className: clsx(styles$1v.aperture, styles$1v.apertureBottomRight) })
84587
84502
  ] })
84588
84503
  }
84589
84504
  );
@@ -84629,11 +84544,11 @@ const RadioRolling = () => {
84629
84544
  ),
84630
84545
  /* @__PURE__ */ jsx("label", { className: styles$1u.label, htmlFor: option, children: option })
84631
84546
  ] }, option)),
84632
- /* @__PURE__ */ jsxs("div", { className: cn(styles$1u.circles, { [styles$1u.flip]: flip }), children: [
84547
+ /* @__PURE__ */ jsxs("div", { className: clsx(styles$1u.circles, { [styles$1u.flip]: flip }), children: [
84633
84548
  /* @__PURE__ */ jsx("div", { className: styles$1u.circle }),
84634
84549
  /* @__PURE__ */ jsx("div", { className: styles$1u.circle }),
84635
84550
  /* @__PURE__ */ jsx("div", { className: styles$1u.circle }),
84636
- /* @__PURE__ */ jsx("div", { className: cn(styles$1u.circle, styles$1u.circleChecked) }),
84551
+ /* @__PURE__ */ jsx("div", { className: clsx(styles$1u.circle, styles$1u.circleChecked) }),
84637
84552
  /* @__PURE__ */ jsx("div", { className: styles$1u.circle }),
84638
84553
  /* @__PURE__ */ jsx("div", { className: styles$1u.circle }),
84639
84554
  /* @__PURE__ */ jsx("div", { className: styles$1u.circle })
@@ -84826,7 +84741,7 @@ const ScrollDrivenTextBlowOut = () => {
84826
84741
  /* @__PURE__ */ jsxs(
84827
84742
  "svg",
84828
84743
  {
84829
- className: cn(styles$1q.svg, styles$1q.signature),
84744
+ className: clsx(styles$1q.svg, styles$1q.signature),
84830
84745
  viewBox: "0 0 271 209",
84831
84746
  fill: "none",
84832
84747
  xmlns: "http://www.w3.org/2000/svg",
@@ -85147,7 +85062,7 @@ const DDDRangeSlider = () => {
85147
85062
  "div",
85148
85063
  {
85149
85064
  ref: rootRef,
85150
- className: cn(styles$1l.root, styles$1l.pristine, {
85065
+ className: clsx(styles$1l.root, styles$1l.pristine, {
85151
85066
  [styles$1l.pristine]: isPristine,
85152
85067
  [styles$1l.active]: active
85153
85068
  }),
@@ -85288,16 +85203,16 @@ const FeedbackReactions = () => {
85288
85203
  /* @__PURE__ */ jsxs("label", { className: styles$1i.angry, children: [
85289
85204
  /* @__PURE__ */ jsx("input", { type: "radio", value: "1", name: "feedback" }),
85290
85205
  /* @__PURE__ */ jsxs("div", { children: [
85291
- /* @__PURE__ */ jsx("svg", { className: cn(styles$1i.eye, styles$1i.left), children: /* @__PURE__ */ jsx("use", { xlinkHref: "#eye" }) }),
85292
- /* @__PURE__ */ jsx("svg", { className: cn(styles$1i.eye, styles$1i.right), children: /* @__PURE__ */ jsx("use", { xlinkHref: "#eye" }) }),
85206
+ /* @__PURE__ */ jsx("svg", { className: clsx(styles$1i.eye, styles$1i.left), children: /* @__PURE__ */ jsx("use", { xlinkHref: "#eye" }) }),
85207
+ /* @__PURE__ */ jsx("svg", { className: clsx(styles$1i.eye, styles$1i.right), children: /* @__PURE__ */ jsx("use", { xlinkHref: "#eye" }) }),
85293
85208
  /* @__PURE__ */ jsx("svg", { className: styles$1i.mouth, children: /* @__PURE__ */ jsx("use", { xlinkHref: "#mouth" }) })
85294
85209
  ] })
85295
85210
  ] }),
85296
85211
  /* @__PURE__ */ jsxs("label", { className: styles$1i.sad, children: [
85297
85212
  /* @__PURE__ */ jsx("input", { type: "radio", value: "2", name: "feedback" }),
85298
85213
  /* @__PURE__ */ jsxs("div", { children: [
85299
- /* @__PURE__ */ jsx("svg", { className: cn(styles$1i.eye, styles$1i.left), children: /* @__PURE__ */ jsx("use", { xlinkHref: "#eye" }) }),
85300
- /* @__PURE__ */ jsx("svg", { className: cn(styles$1i.eye, styles$1i.right), children: /* @__PURE__ */ jsx("use", { xlinkHref: "#eye" }) }),
85214
+ /* @__PURE__ */ jsx("svg", { className: clsx(styles$1i.eye, styles$1i.left), children: /* @__PURE__ */ jsx("use", { xlinkHref: "#eye" }) }),
85215
+ /* @__PURE__ */ jsx("svg", { className: clsx(styles$1i.eye, styles$1i.right), children: /* @__PURE__ */ jsx("use", { xlinkHref: "#eye" }) }),
85301
85216
  /* @__PURE__ */ jsx("svg", { className: styles$1i.mouth, children: /* @__PURE__ */ jsx("use", { xlinkHref: "#mouth" }) })
85302
85217
  ] })
85303
85218
  ] }),
@@ -85308,16 +85223,16 @@ const FeedbackReactions = () => {
85308
85223
  /* @__PURE__ */ jsxs("label", { className: styles$1i.good, children: [
85309
85224
  /* @__PURE__ */ jsx("input", { type: "radio", value: "4", name: "feedback", defaultChecked: true }),
85310
85225
  /* @__PURE__ */ jsxs("div", { children: [
85311
- /* @__PURE__ */ jsx("svg", { className: cn(styles$1i.eye, styles$1i.left), children: /* @__PURE__ */ jsx("use", { xlinkHref: "#eye" }) }),
85312
- /* @__PURE__ */ jsx("svg", { className: cn(styles$1i.eye, styles$1i.right), children: /* @__PURE__ */ jsx("use", { xlinkHref: "#eye" }) }),
85226
+ /* @__PURE__ */ jsx("svg", { className: clsx(styles$1i.eye, styles$1i.left), children: /* @__PURE__ */ jsx("use", { xlinkHref: "#eye" }) }),
85227
+ /* @__PURE__ */ jsx("svg", { className: clsx(styles$1i.eye, styles$1i.right), children: /* @__PURE__ */ jsx("use", { xlinkHref: "#eye" }) }),
85313
85228
  /* @__PURE__ */ jsx("svg", { className: styles$1i.mouth, children: /* @__PURE__ */ jsx("use", { xlinkHref: "#mouth" }) })
85314
85229
  ] })
85315
85230
  ] }),
85316
85231
  /* @__PURE__ */ jsxs("label", { className: styles$1i.happy, children: [
85317
85232
  /* @__PURE__ */ jsx("input", { type: "radio", value: "5", name: "feedback" }),
85318
85233
  /* @__PURE__ */ jsxs("div", { children: [
85319
- /* @__PURE__ */ jsx("svg", { className: cn(styles$1i.eye, styles$1i.left), children: /* @__PURE__ */ jsx("use", { xlinkHref: "#eye" }) }),
85320
- /* @__PURE__ */ jsx("svg", { className: cn(styles$1i.eye, styles$1i.right), children: /* @__PURE__ */ jsx("use", { xlinkHref: "#eye" }) })
85234
+ /* @__PURE__ */ jsx("svg", { className: clsx(styles$1i.eye, styles$1i.left), children: /* @__PURE__ */ jsx("use", { xlinkHref: "#eye" }) }),
85235
+ /* @__PURE__ */ jsx("svg", { className: clsx(styles$1i.eye, styles$1i.right), children: /* @__PURE__ */ jsx("use", { xlinkHref: "#eye" }) })
85321
85236
  ] })
85322
85237
  ] })
85323
85238
  ] }),
@@ -85386,7 +85301,7 @@ const styles$1h = {
85386
85301
 
85387
85302
  const DaySwitch = () => {
85388
85303
  const [morning, setMorning] = useState(false);
85389
- return /* @__PURE__ */ jsxs("div", { className: cn(styles$1h.root, { [styles$1h.morning]: morning }), children: [
85304
+ return /* @__PURE__ */ jsxs("div", { className: clsx(styles$1h.root, { [styles$1h.morning]: morning }), children: [
85390
85305
  /* @__PURE__ */ jsx(
85391
85306
  "input",
85392
85307
  {
@@ -85402,22 +85317,22 @@ const DaySwitch = () => {
85402
85317
  ),
85403
85318
  /* @__PURE__ */ jsxs("label", { htmlFor: "hide-checkbox", className: styles$1h.toggle, children: [
85404
85319
  /* @__PURE__ */ jsxs("span", { className: styles$1h.toggleButton, children: [
85405
- /* @__PURE__ */ jsx("span", { className: cn(styles$1h.crater, styles$1h.crater1) }),
85406
- /* @__PURE__ */ jsx("span", { className: cn(styles$1h.crater, styles$1h.crater2) }),
85407
- /* @__PURE__ */ jsx("span", { className: cn(styles$1h.crater, styles$1h.crater3) }),
85408
- /* @__PURE__ */ jsx("span", { className: cn(styles$1h.crater, styles$1h.crater4) }),
85409
- /* @__PURE__ */ jsx("span", { className: cn(styles$1h.crater, styles$1h.crater5) }),
85410
- /* @__PURE__ */ jsx("span", { className: cn(styles$1h.crater, styles$1h.crater6) }),
85411
- /* @__PURE__ */ jsx("span", { className: cn(styles$1h.crater, styles$1h.crater7) })
85320
+ /* @__PURE__ */ jsx("span", { className: clsx(styles$1h.crater, styles$1h.crater1) }),
85321
+ /* @__PURE__ */ jsx("span", { className: clsx(styles$1h.crater, styles$1h.crater2) }),
85322
+ /* @__PURE__ */ jsx("span", { className: clsx(styles$1h.crater, styles$1h.crater3) }),
85323
+ /* @__PURE__ */ jsx("span", { className: clsx(styles$1h.crater, styles$1h.crater4) }),
85324
+ /* @__PURE__ */ jsx("span", { className: clsx(styles$1h.crater, styles$1h.crater5) }),
85325
+ /* @__PURE__ */ jsx("span", { className: clsx(styles$1h.crater, styles$1h.crater6) }),
85326
+ /* @__PURE__ */ jsx("span", { className: clsx(styles$1h.crater, styles$1h.crater7) })
85412
85327
  ] }),
85413
- /* @__PURE__ */ jsx("span", { className: cn(styles$1h.star, styles$1h.star1) }),
85414
- /* @__PURE__ */ jsx("span", { className: cn(styles$1h.star, styles$1h.star2) }),
85415
- /* @__PURE__ */ jsx("span", { className: cn(styles$1h.star, styles$1h.star3) }),
85416
- /* @__PURE__ */ jsx("span", { className: cn(styles$1h.star, styles$1h.star4) }),
85417
- /* @__PURE__ */ jsx("span", { className: cn(styles$1h.star, styles$1h.star5, styles$1h.half) }),
85418
- /* @__PURE__ */ jsx("span", { className: cn(styles$1h.star, styles$1h.star6, styles$1h.half) }),
85419
- /* @__PURE__ */ jsx("span", { className: cn(styles$1h.star, styles$1h.star7, styles$1h.half) }),
85420
- /* @__PURE__ */ jsx("span", { className: cn(styles$1h.star, styles$1h.star8, styles$1h.half) })
85328
+ /* @__PURE__ */ jsx("span", { className: clsx(styles$1h.star, styles$1h.star1) }),
85329
+ /* @__PURE__ */ jsx("span", { className: clsx(styles$1h.star, styles$1h.star2) }),
85330
+ /* @__PURE__ */ jsx("span", { className: clsx(styles$1h.star, styles$1h.star3) }),
85331
+ /* @__PURE__ */ jsx("span", { className: clsx(styles$1h.star, styles$1h.star4) }),
85332
+ /* @__PURE__ */ jsx("span", { className: clsx(styles$1h.star, styles$1h.star5, styles$1h.half) }),
85333
+ /* @__PURE__ */ jsx("span", { className: clsx(styles$1h.star, styles$1h.star6, styles$1h.half) }),
85334
+ /* @__PURE__ */ jsx("span", { className: clsx(styles$1h.star, styles$1h.star7, styles$1h.half) }),
85335
+ /* @__PURE__ */ jsx("span", { className: clsx(styles$1h.star, styles$1h.star8, styles$1h.half) })
85421
85336
  ] })
85422
85337
  ] });
85423
85338
  };
@@ -85494,7 +85409,7 @@ const styles$1f = {
85494
85409
  };
85495
85410
 
85496
85411
  const IosSwitch = ({ className, ...props }) => {
85497
- return /* @__PURE__ */ jsx("div", { className: cn(styles$1f.root, className), children: /* @__PURE__ */ jsxs("label", { className: styles$1f.label, children: [
85412
+ return /* @__PURE__ */ jsx("div", { className: clsx(styles$1f.root, className), children: /* @__PURE__ */ jsxs("label", { className: styles$1f.label, children: [
85498
85413
  /* @__PURE__ */ jsx(
85499
85414
  "input",
85500
85415
  {
@@ -85622,7 +85537,7 @@ const styles$1d = {
85622
85537
 
85623
85538
  const NeuromorphicToggle = ({ dark = true }) => {
85624
85539
  const [isActive, setIsActive] = useState(false);
85625
- return /* @__PURE__ */ jsx("div", { className: cn(styles$1d.root, { [styles$1d.dark]: dark }), children: /* @__PURE__ */ jsxs(
85540
+ return /* @__PURE__ */ jsx("div", { className: clsx(styles$1d.root, { [styles$1d.dark]: dark }), children: /* @__PURE__ */ jsxs(
85626
85541
  "button",
85627
85542
  {
85628
85543
  className: styles$1d.button,
@@ -85710,7 +85625,7 @@ const styles$1b = {
85710
85625
 
85711
85626
  const StretchToggle = () => {
85712
85627
  const [pristine, setPristine] = useState(false);
85713
- return /* @__PURE__ */ jsx("div", { className: styles$1b.root, children: /* @__PURE__ */ jsxs("label", { className: cn(styles$1b.toggle, { [styles$1b.pristine]: pristine }), children: [
85628
+ return /* @__PURE__ */ jsx("div", { className: styles$1b.root, children: /* @__PURE__ */ jsxs("label", { className: clsx(styles$1b.toggle, { [styles$1b.pristine]: pristine }), children: [
85714
85629
  /* @__PURE__ */ jsx(
85715
85630
  "input",
85716
85631
  {
@@ -85741,7 +85656,7 @@ const TippingSwitch = ({ withText = false }) => {
85741
85656
  "input",
85742
85657
  {
85743
85658
  type: "checkbox",
85744
- className: cn(styles$1a.input, { [styles$1a.withText]: withText })
85659
+ className: clsx(styles$1a.input, { [styles$1a.withText]: withText })
85745
85660
  }
85746
85661
  );
85747
85662
  };
@@ -85783,7 +85698,7 @@ const styles$17 = {
85783
85698
  root: root$12,
85784
85699
  text: text$8};
85785
85700
 
85786
- const EnlightenedText = ({ children }) => /* @__PURE__ */ jsx("span", { className: cn(styles$17.root, styles$17.text), children });
85701
+ const EnlightenedText = ({ children }) => /* @__PURE__ */ jsx("span", { className: clsx(styles$17.root, styles$17.text), children });
85787
85702
 
85788
85703
  const root$11 = "_root_g9iok_1";
85789
85704
  const text$7 = "_text_g9iok_9";
@@ -85946,7 +85861,7 @@ const JellyText = ({ children, className = "" }) => {
85946
85861
  "div",
85947
85862
  {
85948
85863
  ref,
85949
- className: cn(styles$14.root, className),
85864
+ className: clsx(styles$14.root, className),
85950
85865
  "aria-description": children,
85951
85866
  children: parts
85952
85867
  }
@@ -86163,11 +86078,11 @@ const ScrambledText = ({ children, reveal = false }) => {
86163
86078
  );
86164
86079
  };
86165
86080
 
86166
- const root$Y = "_root_n4gsq_1";
86167
- const line = "_line_n4gsq_9";
86168
- const word$1 = "_word_n4gsq_14";
86169
- const link = "_link_n4gsq_18";
86170
- const letter = "_letter_n4gsq_22";
86081
+ const root$Y = "_root_1osmz_1";
86082
+ const line = "_line_1osmz_9";
86083
+ const word$1 = "_word_1osmz_14";
86084
+ const link = "_link_1osmz_18";
86085
+ const letter = "_letter_1osmz_22";
86171
86086
  const styles$11 = {
86172
86087
  root: root$Y,
86173
86088
  line: line,
@@ -86180,7 +86095,7 @@ const Word = ({ children, href }) => {
86180
86095
  return children.split("").map((letter, index) => /* @__PURE__ */ jsx("span", { className: styles$11.letter, children: letter }, letter + index));
86181
86096
  }, [children]);
86182
86097
  if (href) {
86183
- return /* @__PURE__ */ jsx("a", { className: cn(styles$11.word, styles$11.link), children: content });
86098
+ return /* @__PURE__ */ jsx("a", { className: clsx(styles$11.word, styles$11.link), children: content });
86184
86099
  }
86185
86100
  return /* @__PURE__ */ jsx("span", { className: styles$11.word, children: content });
86186
86101
  };
@@ -86218,16 +86133,16 @@ const styles$10 = {
86218
86133
  second: second$1};
86219
86134
 
86220
86135
  const ShakingText = ({ children }) => /* @__PURE__ */ jsxs("span", { className: styles$10.root, children: [
86221
- /* @__PURE__ */ jsx("span", { className: cn(styles$10.text, styles$10.first), children }),
86136
+ /* @__PURE__ */ jsx("span", { className: clsx(styles$10.text, styles$10.first), children }),
86222
86137
  children,
86223
- /* @__PURE__ */ jsx("span", { className: cn(styles$10.text, styles$10.second), children })
86138
+ /* @__PURE__ */ jsx("span", { className: clsx(styles$10.text, styles$10.second), children })
86224
86139
  ] });
86225
86140
 
86226
86141
  const root$W = "_root_ijw1m_1";
86227
86142
  const styles$$ = {
86228
86143
  root: root$W};
86229
86144
 
86230
- const ShiningText = ({ children, className = "" }) => /* @__PURE__ */ jsx("span", { className: cn(styles$$.root, className), children });
86145
+ const ShiningText = ({ children, className = "" }) => /* @__PURE__ */ jsx("span", { className: clsx(styles$$.root, className), children });
86231
86146
 
86232
86147
  const root$V = "_root_wb10x_1";
86233
86148
  const word = "_word_wb10x_12";
@@ -86368,7 +86283,7 @@ const Toast = ({
86368
86283
  return /* @__PURE__ */ jsx(
86369
86284
  "div",
86370
86285
  {
86371
- className: cn(styles$W.toast, className, { [styles$W.visible]: visible }),
86286
+ className: clsx(styles$W.toast, className, { [styles$W.visible]: visible }),
86372
86287
  role: "alert",
86373
86288
  onClick: onDismiss,
86374
86289
  onKeyDown: (e) => {
@@ -86465,7 +86380,7 @@ const Toasts = ({ container, maxQueue = 4 }) => {
86465
86380
  children: toasts.map((t, index) => /* @__PURE__ */ jsx(
86466
86381
  Toast,
86467
86382
  {
86468
- className: cn(
86383
+ className: clsx(
86469
86384
  styles$W.toastItem,
86470
86385
  toasts.length === index + 1 ? styles$W.first : toasts.length === index + 2 ? styles$W.second : toasts.length === index + 3 ? styles$W.third : styles$W.forth
86471
86386
  ),
@@ -86495,7 +86410,7 @@ const Filter = ({ children, defaultActive = false }) => {
86495
86410
  "button",
86496
86411
  {
86497
86412
  type: "button",
86498
- className: cn(styles$V.button, { [styles$V.active]: isActive }),
86413
+ className: clsx(styles$V.button, { [styles$V.active]: isActive }),
86499
86414
  onClick: () => setIsActive((prev) => !prev),
86500
86415
  children
86501
86416
  }
@@ -86553,7 +86468,7 @@ const Duck = () => {
86553
86468
  scheduleAnimation();
86554
86469
  return cleanup;
86555
86470
  }, []);
86556
- return /* @__PURE__ */ jsx("div", { className: cn(styles$U.root, { [styles$U.animating]: animating }), children: /* @__PURE__ */ jsx("div", { className: styles$U.sideToSide, children: /* @__PURE__ */ jsx("div", { className: styles$U.upAndDown, children: /* @__PURE__ */ jsxs("svg", { className: styles$U.duck, viewBox: "-100 -300 600 600", children: [
86471
+ return /* @__PURE__ */ jsx("div", { className: clsx(styles$U.root, { [styles$U.animating]: animating }), children: /* @__PURE__ */ jsx("div", { className: styles$U.sideToSide, children: /* @__PURE__ */ jsx("div", { className: styles$U.upAndDown, children: /* @__PURE__ */ jsxs("svg", { className: styles$U.duck, viewBox: "-100 -300 600 600", children: [
86557
86472
  /* @__PURE__ */ jsx(
86558
86473
  "path",
86559
86474
  {
@@ -86643,7 +86558,7 @@ const DynamicIsland = ({ position = "fixed" }) => /* @__PURE__ */ jsxs(Fragment,
86643
86558
  /* @__PURE__ */ jsx(
86644
86559
  "div",
86645
86560
  {
86646
- className: cn(styles$T.root, { [styles$T.static]: position === "static" }),
86561
+ className: clsx(styles$T.root, { [styles$T.static]: position === "static" }),
86647
86562
  children: /* @__PURE__ */ jsxs("div", { className: styles$T.island, children: [
86648
86563
  /* @__PURE__ */ jsx("div", { className: styles$T.notch }),
86649
86564
  /* @__PURE__ */ jsx(
@@ -86819,13 +86734,13 @@ const SegmentedControls = ({
86819
86734
  }) => /* @__PURE__ */ jsx(
86820
86735
  "nav",
86821
86736
  {
86822
- className: cn(styles$R.root, { [styles$R.isVertical]: isVertical }),
86737
+ className: clsx(styles$R.root, { [styles$R.isVertical]: isVertical }),
86823
86738
  role: "tablist",
86824
86739
  children: options.map((option) => /* @__PURE__ */ jsx(
86825
86740
  "button",
86826
86741
  {
86827
86742
  role: "button",
86828
- className: cn(styles$R.control, {
86743
+ className: clsx(styles$R.control, {
86829
86744
  [styles$R.active]: activeId === option.id
86830
86745
  }),
86831
86746
  onClick: () => onChange(option.id),
@@ -86862,10 +86777,10 @@ const ShapeSelection = ({ children }) => {
86862
86777
  }
86863
86778
  }, []);
86864
86779
  return /* @__PURE__ */ jsxs("span", { ref, className: styles$Q.root, children: [
86865
- /* @__PURE__ */ jsx("div", { className: cn(styles$Q.dot, styles$Q.topLeft) }),
86866
- /* @__PURE__ */ jsx("div", { className: cn(styles$Q.dot, styles$Q.topRight) }),
86867
- /* @__PURE__ */ jsx("div", { className: cn(styles$Q.dot, styles$Q.bottomLeft) }),
86868
- /* @__PURE__ */ jsx("div", { className: cn(styles$Q.dot, styles$Q.bottomRight) }),
86780
+ /* @__PURE__ */ jsx("div", { className: clsx(styles$Q.dot, styles$Q.topLeft) }),
86781
+ /* @__PURE__ */ jsx("div", { className: clsx(styles$Q.dot, styles$Q.topRight) }),
86782
+ /* @__PURE__ */ jsx("div", { className: clsx(styles$Q.dot, styles$Q.bottomLeft) }),
86783
+ /* @__PURE__ */ jsx("div", { className: clsx(styles$Q.dot, styles$Q.bottomRight) }),
86869
86784
  /* @__PURE__ */ jsx("span", { className: styles$Q.content, children }),
86870
86785
  rect && /* @__PURE__ */ jsxs("div", { className: styles$Q.size, children: [
86871
86786
  Math.round(rect.width),
@@ -86913,7 +86828,7 @@ const Appearance = ({ type = "reveal" }) => {
86913
86828
  return /* @__PURE__ */ jsx(
86914
86829
  "div",
86915
86830
  {
86916
- className: cn(styles$P.root, {
86831
+ className: clsx(styles$P.root, {
86917
86832
  [styles$P.reveal]: type === "reveal",
86918
86833
  [styles$P.fadeIn]: type === "fade-in",
86919
86834
  [styles$P.glow]: type === "glow"
@@ -92165,7 +92080,7 @@ const BackgroundSlider = () => {
92165
92080
  sensitivity: 1
92166
92081
  },
92167
92082
  children: SLIDES.map((slide, index) => /* @__PURE__ */ jsxs(SwiperSlide, { className: styles$M.swiperSlide, children: [
92168
- /* @__PURE__ */ jsx("h1", { className: cn(styles$M.title, styles$M[`slide${index + 1}`]), children: slide.title }),
92083
+ /* @__PURE__ */ jsx("h1", { className: clsx(styles$M.title, styles$M[`slide${index + 1}`]), children: slide.title }),
92169
92084
  /* @__PURE__ */ jsx("img", { className: styles$M.image, src: slide.image, alt: "" })
92170
92085
  ] }, slide.title))
92171
92086
  }
@@ -92237,7 +92152,7 @@ const BouncyClock = () => {
92237
92152
  return /* @__PURE__ */ jsx("div", { className: styles$K.root, children: digits.map((digit, i) => /* @__PURE__ */ jsx(
92238
92153
  "span",
92239
92154
  {
92240
- className: cn(styles$K.digit, {
92155
+ className: clsx(styles$K.digit, {
92241
92156
  [styles$K.bounce]: prev[i] !== void 0 && digit !== prev[i]
92242
92157
  }),
92243
92158
  children: digit
@@ -92299,7 +92214,7 @@ const BreakingProgress = ({ loop = false }) => {
92299
92214
  return /* @__PURE__ */ jsxs(
92300
92215
  "div",
92301
92216
  {
92302
- className: cn(styles$J.root, {
92217
+ className: clsx(styles$J.root, {
92303
92218
  [styles$J.falling]: falling,
92304
92219
  [styles$J.resetting]: resetting
92305
92220
  }),
@@ -92352,7 +92267,7 @@ const CardDetails = () => {
92352
92267
  alt: "image"
92353
92268
  }
92354
92269
  ) }),
92355
- /* @__PURE__ */ jsxs("div", { className: cn(styles$I.detail, styles$I.detail1), children: [
92270
+ /* @__PURE__ */ jsxs("div", { className: clsx(styles$I.detail, styles$I.detail1), children: [
92356
92271
  /* @__PURE__ */ jsx("span", { className: styles$I.detailText, children: "SPACIOUS" }),
92357
92272
  /* @__PURE__ */ jsx("div", { className: styles$I.detailIcon, children: /* @__PURE__ */ jsx(RxPlus, { className: styles$I.icon }) }),
92358
92273
  /* @__PURE__ */ jsx("div", { className: styles$I.detailImage, children: /* @__PURE__ */ jsx(
@@ -92364,7 +92279,7 @@ const CardDetails = () => {
92364
92279
  }
92365
92280
  ) })
92366
92281
  ] }),
92367
- /* @__PURE__ */ jsxs("div", { className: cn(styles$I.detail, styles$I.detail2), children: [
92282
+ /* @__PURE__ */ jsxs("div", { className: clsx(styles$I.detail, styles$I.detail2), children: [
92368
92283
  /* @__PURE__ */ jsx("span", { className: styles$I.detailText, children: "ACCESSIBLE" }),
92369
92284
  /* @__PURE__ */ jsx("div", { className: styles$I.detailIcon, children: /* @__PURE__ */ jsx(RxPlus, { className: styles$I.icon }) }),
92370
92285
  /* @__PURE__ */ jsx("div", { className: styles$I.detailImage, children: /* @__PURE__ */ jsx(
@@ -92459,7 +92374,7 @@ const styles$E = {
92459
92374
  };
92460
92375
 
92461
92376
  const File = ({ type }) => {
92462
- return /* @__PURE__ */ jsx("div", { className: cn(styles$E.icon, styles$E[type]), children: /* @__PURE__ */ jsx("i", { className: styles$E.i, title: type }) });
92377
+ return /* @__PURE__ */ jsx("div", { className: clsx(styles$E.icon, styles$E[type]), children: /* @__PURE__ */ jsx("i", { className: styles$E.i, title: type }) });
92463
92378
  };
92464
92379
  const FileIcons = () => {
92465
92380
  return /* @__PURE__ */ jsxs("div", { className: styles$E.root, children: [
@@ -92720,7 +92635,7 @@ const options = [
92720
92635
  ];
92721
92636
  const LayeredComponents = () => {
92722
92637
  const [rotated, setRotated] = useState(true);
92723
- return /* @__PURE__ */ jsxs("div", { className: cn(styles$y.root, { [styles$y.checked]: rotated }), children: [
92638
+ return /* @__PURE__ */ jsxs("div", { className: clsx(styles$y.root, { [styles$y.checked]: rotated }), children: [
92724
92639
  /* @__PURE__ */ jsx(
92725
92640
  "input",
92726
92641
  {
@@ -96121,7 +96036,7 @@ const Lock = () => {
96121
96036
  }
96122
96037
  };
96123
96038
  const asynchronously = async () => {
96124
- const Flickity = await import('./index-BlpASwt4.js').then(n => n.i).then((m) => m.default);
96039
+ const Flickity = await import('./index-B6Kl363b.js').then(n => n.i).then((m) => m.default);
96125
96040
  if (!rowsRef.current || !window) return;
96126
96041
  const rows = rowsRef.current.children;
96127
96042
  for (let i = 0, len = rows.length; i < len; i++) {
@@ -96163,7 +96078,7 @@ const Lock = () => {
96163
96078
  "div",
96164
96079
  {
96165
96080
  ref: lockRef,
96166
- className: cn(styles$x.root, { [styles$x.verified]: isVerified }),
96081
+ className: clsx(styles$x.root, { [styles$x.verified]: isVerified }),
96167
96082
  children: [
96168
96083
  /* @__PURE__ */ jsxs("div", { className: styles$x.screen, children: [
96169
96084
  /* @__PURE__ */ jsx("div", { className: styles$x.code, children: code }),
@@ -96279,9 +96194,9 @@ const MotionDigits = () => {
96279
96194
  /* @__PURE__ */ jsx("option", { value: 2e4, label: "20000" })
96280
96195
  ] }),
96281
96196
  /* @__PURE__ */ jsxs("div", { className: styles$w.number, children: [
96282
- /* @__PURE__ */ jsx("div", { className: cn(styles$w.left, { [styles$w.animate]: animateLeft }), children: left }),
96283
- /* @__PURE__ */ jsx("div", { className: cn(styles$w.separator, { [styles$w.show]: separator }), children: "," }),
96284
- /* @__PURE__ */ jsx("div", { className: cn(styles$w.right, { [styles$w.animate]: animateRight }), children: right })
96197
+ /* @__PURE__ */ jsx("div", { className: clsx(styles$w.left, { [styles$w.animate]: animateLeft }), children: left }),
96198
+ /* @__PURE__ */ jsx("div", { className: clsx(styles$w.separator, { [styles$w.show]: separator }), children: "," }),
96199
+ /* @__PURE__ */ jsx("div", { className: clsx(styles$w.right, { [styles$w.animate]: animateRight }), children: right })
96285
96200
  ] })
96286
96201
  ] }),
96287
96202
  /* @__PURE__ */ jsx(
@@ -96628,7 +96543,7 @@ const NotificationBell = () => {
96628
96543
  "button",
96629
96544
  {
96630
96545
  type: "button",
96631
- className: cn(styles$s.root, { [styles$s.active]: isActive }),
96546
+ className: clsx(styles$s.root, { [styles$s.active]: isActive }),
96632
96547
  onClick: () => {
96633
96548
  read();
96634
96549
  },
@@ -96708,7 +96623,7 @@ const PhotoZoom = () => {
96708
96623
  "video",
96709
96624
  {
96710
96625
  ref: videoRef,
96711
- className: cn(styles$r.video, {
96626
+ className: clsx(styles$r.video, {
96712
96627
  [styles$r.flippingIn]: isFlippingIn,
96713
96628
  [styles$r.flippingOut]: isFlippingOut
96714
96629
  }),
@@ -96726,14 +96641,14 @@ const PhotoZoom = () => {
96726
96641
  "div",
96727
96642
  {
96728
96643
  ref: flashRef,
96729
- className: cn(styles$r.flash, { [styles$r.shutterClick]: isShuttering })
96644
+ className: clsx(styles$r.flash, { [styles$r.shutterClick]: isShuttering })
96730
96645
  }
96731
96646
  )
96732
96647
  ] }),
96733
96648
  /* @__PURE__ */ jsx("div", { className: styles$r.controls, children: ZOOM_OPTIONS.map((zoom) => /* @__PURE__ */ jsxs(
96734
96649
  "button",
96735
96650
  {
96736
- className: cn(styles$r.control, {
96651
+ className: clsx(styles$r.control, {
96737
96652
  [styles$r.active]: zoom.level === activeZoom
96738
96653
  }),
96739
96654
  onClick: () => {
@@ -96992,7 +96907,7 @@ const RealisticSmoke = () => {
96992
96907
  height: "397",
96993
96908
  x: "83",
96994
96909
  y: "112.564",
96995
- className: cn(styles$o.blick, { [styles$o.ready]: renderBlick1 }),
96910
+ className: clsx(styles$o.blick, { [styles$o.ready]: renderBlick1 }),
96996
96911
  children: /* @__PURE__ */ jsx(
96997
96912
  "animate",
96998
96913
  {
@@ -97029,7 +96944,7 @@ const RealisticSmoke = () => {
97029
96944
  height: "287",
97030
96945
  x: "69",
97031
96946
  y: "19.2447",
97032
- className: cn(styles$o.blick, { [styles$o.ready]: renderBlick2 }),
96947
+ className: clsx(styles$o.blick, { [styles$o.ready]: renderBlick2 }),
97033
96948
  children: /* @__PURE__ */ jsx(
97034
96949
  "animate",
97035
96950
  {
@@ -97064,7 +96979,7 @@ const RevealImageAnimation = () => {
97064
96979
  "img",
97065
96980
  {
97066
96981
  src: "https://picsum.photos/id/995/250/250",
97067
- className: cn(styles$n.root, { [styles$n.alt]: true })
96982
+ className: clsx(styles$n.root, { [styles$n.alt]: true })
97068
96983
  }
97069
96984
  )
97070
96985
  );
@@ -101965,9 +101880,9 @@ const BaileysBead = ({ theta, offset = 0, opa }) => {
101965
101880
  opacity: opacity.to((o) => o * mapOpacityToAngle())
101966
101881
  },
101967
101882
  children: [
101968
- /* @__PURE__ */ jsx("div", { className: cn(styles$j.bead, styles$j.bead3) }),
101969
- /* @__PURE__ */ jsx("div", { className: cn(styles$j.bead, styles$j.bead2) }),
101970
- /* @__PURE__ */ jsx("div", { className: cn(styles$j.bead, styles$j.bead1) })
101883
+ /* @__PURE__ */ jsx("div", { className: clsx(styles$j.bead, styles$j.bead3) }),
101884
+ /* @__PURE__ */ jsx("div", { className: clsx(styles$j.bead, styles$j.bead2) }),
101885
+ /* @__PURE__ */ jsx("div", { className: clsx(styles$j.bead, styles$j.bead1) })
101971
101886
  ]
101972
101887
  }
101973
101888
  )
@@ -102105,7 +102020,7 @@ const SpeechToText = () => {
102105
102020
  recognitionRef.current = null;
102106
102021
  }
102107
102022
  }, []);
102108
- return /* @__PURE__ */ jsxs("div", { className: cn(styles$i.container, { [styles$i.speaking]: isSpeaking }), children: [
102023
+ return /* @__PURE__ */ jsxs("div", { className: clsx(styles$i.container, { [styles$i.speaking]: isSpeaking }), children: [
102109
102024
  /* @__PURE__ */ jsx(
102110
102025
  "textarea",
102111
102026
  {
@@ -102157,12 +102072,12 @@ const styles$h = {
102157
102072
 
102158
102073
  const StaticSolarEclipse = () => {
102159
102074
  return /* @__PURE__ */ jsxs("div", { className: styles$h.root, children: [
102160
- /* @__PURE__ */ jsx("div", { className: cn(styles$h.layer, styles$h.layer1) }),
102161
- /* @__PURE__ */ jsx("div", { className: cn(styles$h.layer, styles$h.layer2) }),
102162
- /* @__PURE__ */ jsx("div", { className: cn(styles$h.layer, styles$h.layer3) }),
102163
- /* @__PURE__ */ jsx("div", { className: cn(styles$h.layer, styles$h.layer4) }),
102164
- /* @__PURE__ */ jsx("div", { className: cn(styles$h.layer, styles$h.layer5) }),
102165
- /* @__PURE__ */ jsx("div", { className: cn(styles$h.layer, styles$h.layer6) })
102075
+ /* @__PURE__ */ jsx("div", { className: clsx(styles$h.layer, styles$h.layer1) }),
102076
+ /* @__PURE__ */ jsx("div", { className: clsx(styles$h.layer, styles$h.layer2) }),
102077
+ /* @__PURE__ */ jsx("div", { className: clsx(styles$h.layer, styles$h.layer3) }),
102078
+ /* @__PURE__ */ jsx("div", { className: clsx(styles$h.layer, styles$h.layer4) }),
102079
+ /* @__PURE__ */ jsx("div", { className: clsx(styles$h.layer, styles$h.layer5) }),
102080
+ /* @__PURE__ */ jsx("div", { className: clsx(styles$h.layer, styles$h.layer6) })
102166
102081
  ] });
102167
102082
  };
102168
102083
 
@@ -102565,7 +102480,7 @@ const TextImageHover = () => {
102565
102480
  /* @__PURE__ */ jsx(
102566
102481
  "image",
102567
102482
  {
102568
- className: cn(styles$c.image, {
102483
+ className: clsx(styles$c.image, {
102569
102484
  [styles$c.active]: activeIndex === 0
102570
102485
  }),
102571
102486
  x: "50",
@@ -102578,7 +102493,7 @@ const TextImageHover = () => {
102578
102493
  /* @__PURE__ */ jsx(
102579
102494
  "image",
102580
102495
  {
102581
- className: cn(styles$c.image, {
102496
+ className: clsx(styles$c.image, {
102582
102497
  [styles$c.active]: activeIndex === 1
102583
102498
  }),
102584
102499
  x: "50",
@@ -102629,7 +102544,7 @@ const BlurVignette = ({
102629
102544
  return /* @__PURE__ */ jsx(
102630
102545
  "div",
102631
102546
  {
102632
- className: cn(styles$a.root, className),
102547
+ className: clsx(styles$a.root, className),
102633
102548
  style: {
102634
102549
  "--background-image-url": `url(${url})`,
102635
102550
  "--radius": `${radius}px`,
@@ -105236,7 +105151,7 @@ const FORMATTERS = {
105236
105151
  })
105237
105152
  };
105238
105153
  const Character = ({ className, parentKey, value }) => {
105239
- return /* @__PURE__ */ jsx("span", { "data-value": value, className: cn(styles$7.character, className), children: /* @__PURE__ */ jsxs("span", { className: styles$7.track, style: { "--v": value }, children: [
105154
+ return /* @__PURE__ */ jsx("span", { "data-value": value, className: clsx(styles$7.character, className), children: /* @__PURE__ */ jsxs("span", { className: styles$7.track, style: { "--v": value }, children: [
105240
105155
  /* @__PURE__ */ jsx("span", { children: "9" }),
105241
105156
  [0, 1, 2, 3, 4, 5, 6, 7, 8, 9].map((val, index) => {
105242
105157
  return /* @__PURE__ */ jsx("span", { children: val }, `${parentKey}--${index}`);
@@ -105307,7 +105222,7 @@ const Counter = () => {
105307
105222
  return /* @__PURE__ */ jsx(
105308
105223
  "span",
105309
105224
  {
105310
- className: cn(styles$7.character, styles$7.symbol),
105225
+ className: clsx(styles$7.character, styles$7.symbol),
105311
105226
  children: character
105312
105227
  },
105313
105228
  index
@@ -105352,7 +105267,7 @@ const Illumination = () => {
105352
105267
  "div",
105353
105268
  {
105354
105269
  ref,
105355
- className: cn(styles$6.root, { [styles$6.loading]: loading }),
105270
+ className: clsx(styles$6.root, { [styles$6.loading]: loading }),
105356
105271
  onPointerMove: (e) => {
105357
105272
  setInteracted(true);
105358
105273
  const { x, y } = e.nativeEvent;
@@ -105441,7 +105356,7 @@ const LandingXYScroll = () => {
105441
105356
  /* @__PURE__ */ jsx(
105442
105357
  "section",
105443
105358
  {
105444
- className: cn(styles$5.section, styles$5.sectionPin),
105359
+ className: clsx(styles$5.section, styles$5.sectionPin),
105445
105360
  id: "sectionPin",
105446
105361
  children: /* @__PURE__ */ jsx("div", { className: styles$5.pinWrapSticky, children: /* @__PURE__ */ jsxs("div", { className: styles$5.pinWrap, children: [
105447
105362
  /* @__PURE__ */ 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." }),
@@ -105487,7 +105402,7 @@ const LandingXYScroll = () => {
105487
105402
  alt: ""
105488
105403
  }
105489
105404
  ),
105490
- /* @__PURE__ */ jsxs("h2", { className: cn(styles$5.h2, styles$5.credit), children: [
105405
+ /* @__PURE__ */ jsxs("h2", { className: clsx(styles$5.h2, styles$5.credit), children: [
105491
105406
  "Created by",
105492
105407
  /* @__PURE__ */ jsx(
105493
105408
  "a",
@@ -113463,10 +113378,10 @@ rotate(${15 * (Math.random() - 0.5)}deg)`;
113463
113378
  }
113464
113379
  const ThanosDisappearEffect = () => {
113465
113380
  useOklch();
113466
- return /* @__PURE__ */ jsx("div", { className: cn(styles$3.container, styles$3.grid), children: /* @__PURE__ */ jsxs(
113381
+ return /* @__PURE__ */ jsx("div", { className: clsx(styles$3.container, styles$3.grid), children: /* @__PURE__ */ jsxs(
113467
113382
  "div",
113468
113383
  {
113469
- className: cn(
113384
+ className: clsx(
113470
113385
  styles$3.item,
113471
113386
  styles$3.disintegrationTarget,
113472
113387
  styles$3.grid,