@tetjana/flowmakers-ds 0.1.2 → 0.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs.js +1 -22
- package/dist/index.esm.js +113 -387
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -1,22 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const
|
|
2
|
-
* @license React
|
|
3
|
-
* react-jsx-runtime.production.js
|
|
4
|
-
*
|
|
5
|
-
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
6
|
-
*
|
|
7
|
-
* This source code is licensed under the MIT license found in the
|
|
8
|
-
* LICENSE file in the root directory of this source tree.
|
|
9
|
-
*/var I;function ee(){if(I)return x;I=1;var l=Symbol.for("react.transitional.element"),c=Symbol.for("react.fragment");function a(n,s,o){var m=null;if(o!==void 0&&(m=""+o),s.key!==void 0&&(m=""+s.key),"key"in s){o={};for(var _ in s)_!=="key"&&(o[_]=s[_])}else o=s;return s=o.ref,{$$typeof:l,type:n,key:m,ref:s!==void 0?s:null,props:o}}return x.Fragment=c,x.jsx=a,x.jsxs=a,x}var j={};/**
|
|
10
|
-
* @license React
|
|
11
|
-
* react-jsx-runtime.development.js
|
|
12
|
-
*
|
|
13
|
-
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
14
|
-
*
|
|
15
|
-
* This source code is licensed under the MIT license found in the
|
|
16
|
-
* LICENSE file in the root directory of this source tree.
|
|
17
|
-
*/var M;function re(){return M||(M=1,process.env.NODE_ENV!=="production"&&function(){function l(e){if(e==null)return null;if(typeof e=="function")return e.$$typeof===Z?null:e.displayName||e.name||null;if(typeof e=="string")return e;switch(e){case k:return"Fragment";case U:return"Profiler";case W:return"StrictMode";case G:return"Suspense";case J:return"SuspenseList";case H:return"Activity"}if(typeof e=="object")switch(typeof e.tag=="number"&&console.error("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."),e.$$typeof){case B:return"Portal";case q:return e.displayName||"Context";case V:return(e._context.displayName||"Context")+".Consumer";case z:var t=e.render;return e=e.displayName,e||(e=t.displayName||t.name||"",e=e!==""?"ForwardRef("+e+")":"ForwardRef"),e;case X:return t=e.displayName||null,t!==null?t:l(e.type)||"Memo";case R:t=e._payload,e=e._init;try{return l(e(t))}catch{}}return null}function c(e){return""+e}function a(e){try{c(e);var t=!1}catch{t=!0}if(t){t=console;var i=t.error,f=typeof Symbol=="function"&&Symbol.toStringTag&&e[Symbol.toStringTag]||e.constructor.name||"Object";return i.call(t,"The provided key is an unsupported type %s. This value must be coerced to a string before using it here.",f),c(e)}}function n(e){if(e===k)return"<>";if(typeof e=="object"&&e!==null&&e.$$typeof===R)return"<...>";try{var t=l(e);return t?"<"+t+">":"<...>"}catch{return"<...>"}}function s(){var e=g.A;return e===null?null:e.getOwner()}function o(){return Error("react-stack-top-frame")}function m(e){if(C.call(e,"key")){var t=Object.getOwnPropertyDescriptor(e,"key").get;if(t&&t.isReactWarning)return!1}return e.key!==void 0}function _(e,t){function i(){$||($=!0,console.error("%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://react.dev/link/special-props)",t))}i.isReactWarning=!0,Object.defineProperty(e,"key",{get:i,configurable:!0})}function d(){var e=l(this.type);return Y[e]||(Y[e]=!0,console.error("Accessing element.ref was removed in React 19. ref is now a regular prop. It will be removed from the JSX Element type in a future release.")),e=this.props.ref,e!==void 0?e:null}function p(e,t,i,f,N,w){var u=i.ref;return e={$$typeof:S,type:e,key:t,props:i,_owner:f},(u!==void 0?u:null)!==null?Object.defineProperty(e,"ref",{enumerable:!1,get:d}):Object.defineProperty(e,"ref",{enumerable:!1,value:null}),e._store={},Object.defineProperty(e._store,"validated",{configurable:!1,enumerable:!1,writable:!0,value:0}),Object.defineProperty(e,"_debugInfo",{configurable:!1,enumerable:!1,writable:!0,value:null}),Object.defineProperty(e,"_debugStack",{configurable:!1,enumerable:!1,writable:!0,value:N}),Object.defineProperty(e,"_debugTask",{configurable:!1,enumerable:!1,writable:!0,value:w}),Object.freeze&&(Object.freeze(e.props),Object.freeze(e)),e}function b(e,t,i,f,N,w){var u=t.children;if(u!==void 0)if(f)if(Q(u)){for(f=0;f<u.length;f++)v(u[f]);Object.freeze&&Object.freeze(u)}else console.error("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");else v(u);if(C.call(t,"key")){u=l(e);var h=Object.keys(t).filter(function(K){return K!=="key"});f=0<h.length?"{key: someKey, "+h.join(": ..., ")+": ...}":"{key: someKey}",D[u+f]||(h=0<h.length?"{"+h.join(": ..., ")+": ...}":"{}",console.error(`A props object containing a "key" prop is being spread into JSX:
|
|
18
|
-
let props = %s;
|
|
19
|
-
<%s {...props} />
|
|
20
|
-
React keys must be passed directly to JSX without using spread:
|
|
21
|
-
let props = %s;
|
|
22
|
-
<%s key={someKey} {...props} />`,f,u,h,u),D[u+f]=!0)}if(u=null,i!==void 0&&(a(i),u=""+i),m(t)&&(a(t.key),u=""+t.key),"key"in t){i={};for(var y in t)y!=="key"&&(i[y]=t[y])}else i=t;return u&&_(i,typeof e=="function"?e.displayName||e.name||"Unknown":e),p(e,u,i,s(),N,w)}function v(e){P(e)?e._store&&(e._store.validated=1):typeof e=="object"&&e!==null&&e.$$typeof===R&&(e._payload.status==="fulfilled"?P(e._payload.value)&&e._payload.value._store&&(e._payload.value._store.validated=1):e._store&&(e._store.validated=1))}function P(e){return typeof e=="object"&&e!==null&&e.$$typeof===S}var E=O,S=Symbol.for("react.transitional.element"),B=Symbol.for("react.portal"),k=Symbol.for("react.fragment"),W=Symbol.for("react.strict_mode"),U=Symbol.for("react.profiler"),V=Symbol.for("react.consumer"),q=Symbol.for("react.context"),z=Symbol.for("react.forward_ref"),G=Symbol.for("react.suspense"),J=Symbol.for("react.suspense_list"),X=Symbol.for("react.memo"),R=Symbol.for("react.lazy"),H=Symbol.for("react.activity"),Z=Symbol.for("react.client.reference"),g=E.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,C=Object.prototype.hasOwnProperty,Q=Array.isArray,T=console.createTask?console.createTask:function(){return null};E={react_stack_bottom_frame:function(e){return e()}};var $,Y={},F=E.react_stack_bottom_frame.bind(E,o)(),L=T(n(o)),D={};j.Fragment=k,j.jsx=function(e,t,i){var f=1e4>g.recentlyCreatedOwnerStacks++;return b(e,t,i,!1,f?Error("react-stack-top-frame"):F,f?T(n(e)):L)},j.jsxs=function(e,t,i){var f=1e4>g.recentlyCreatedOwnerStacks++;return b(e,t,i,!0,f?Error("react-stack-top-frame"):F,f?T(n(e)):L)}}()),j}process.env.NODE_ENV==="production"?A.exports=ee():A.exports=re();var r=A.exports;const te=({variant:l="primary",size:c="md",leftIcon:a,rightIcon:n,children:s,fullWidth:o=!1,disabled:m,className:_="",...d})=>{const p=["fm-btn",`fm-btn--${l}`,`fm-btn--${c}`,o?"fm-btn--full":"",m?"fm-btn--disabled":"",_].filter(Boolean).join(" ");return r.jsxs("button",{className:p,disabled:m,...d,children:[a&&r.jsx("span",{className:"fm-btn__icon fm-btn__icon--left",children:a}),s&&r.jsx("span",{className:"fm-btn__label",children:s}),n&&r.jsx("span",{className:"fm-btn__icon fm-btn__icon--right",children:n})]})},se=({label:l,placeholder:c,state:a="default",errorMessage:n,successMessage:s,leftIcon:o,rightIcon:m,className:_="",disabled:d,...p})=>{const b=["fm-input-wrapper",`fm-input-wrapper--${a}`,d?"fm-input-wrapper--disabled":"",_].filter(Boolean).join(" ");return r.jsxs("div",{className:b,children:[l&&r.jsx("label",{className:"fm-input__label",children:l}),r.jsxs("div",{className:"fm-input__field",children:[o&&r.jsx("span",{className:"fm-input__icon fm-input__icon--left",children:o}),r.jsx("input",{className:"fm-input__el",placeholder:c,disabled:d,...p}),m&&r.jsx("span",{className:"fm-input__icon fm-input__icon--right",children:m})]}),a==="error"&&n&&r.jsx("p",{className:"fm-input__message fm-input__message--error",children:n}),a==="success"&&s&&r.jsx("p",{className:"fm-input__message fm-input__message--success",children:s})]})},ae=({children:l,color:c="grey",className:a=""})=>{const n=["fm-tag",`fm-tag--${c}`,a].filter(Boolean).join(" ");return r.jsx("span",{className:n,children:l})},ne=({checked:l,onChange:c,disabled:a,label:n,className:s=""})=>r.jsxs("label",{className:["fm-toggle",a?"fm-toggle--disabled":"",s].filter(Boolean).join(" "),children:[r.jsx("input",{type:"checkbox",className:"fm-toggle__input",checked:l,onChange:o=>c(o.target.checked),disabled:a}),r.jsx("span",{className:"fm-toggle__track",children:r.jsx("span",{className:"fm-toggle__thumb"})}),n&&r.jsx("span",{className:"fm-toggle__label",children:n})]}),oe=({checked:l=!1,indeterminate:c=!1,onChange:a,disabled:n,size:s="small",label:o,className:m=""})=>{const _=O.useRef(null);return O.useEffect(()=>{_.current&&(_.current.indeterminate=c)},[c]),r.jsxs("label",{className:["fm-checkbox",`fm-checkbox--${s}`,n?"fm-checkbox--disabled":"",m].filter(Boolean).join(" "),children:[r.jsx("input",{ref:_,type:"checkbox",className:"fm-checkbox__input",checked:l,onChange:d=>a==null?void 0:a(d.target.checked),disabled:n}),r.jsxs("span",{className:"fm-checkbox__box",children:[l&&!c&&r.jsx("svg",{width:"10",height:"8",viewBox:"0 0 10 8",fill:"none",children:r.jsx("path",{d:"M1 4L3.5 6.5L9 1",stroke:"white",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})}),c&&r.jsx("span",{className:"fm-checkbox__minus"})]}),o&&r.jsx("span",{className:"fm-checkbox__label",children:o})]})},le=({title:l,subtitle:c,color:a="purple",leftSlot:n,rightSlot:s,className:o=""})=>{const m=["fm-header",`fm-header--${a}`,o].filter(Boolean).join(" ");return r.jsxs("div",{className:m,children:[n&&r.jsx("div",{className:"fm-header__slot fm-header__slot--left",children:n}),r.jsxs("div",{className:"fm-header__title-block",children:[r.jsx("h4",{className:"fm-header__title",children:l}),c&&r.jsx("p",{className:"fm-header__subtitle",children:c})]}),s&&r.jsx("div",{className:"fm-header__slot fm-header__slot--right",children:s})]})},ce=({variant:l="light",headline:c="Є ідеї чи пропозиції?",ctaLabel:a="Написати нам",onCtaClick:n,sections:s=[],copyright:o="© 2024 Made by FlowMakers. All rights reserved",className:m=""})=>{const _=["fm-footer",`fm-footer--${l}`,m].filter(Boolean).join(" ");return r.jsxs("footer",{className:_,children:[r.jsxs("div",{className:"fm-footer__top",children:[r.jsxs("div",{className:"fm-footer__cta-block",children:[r.jsx("h3",{className:"fm-footer__headline",children:c}),r.jsx("button",{className:"fm-footer__cta-btn",onClick:n,children:a})]}),r.jsx("div",{className:"fm-footer__sections",children:s.map((d,p)=>r.jsxs("div",{className:"fm-footer__section",children:[r.jsx("p",{className:"fm-footer__section-title",children:d.title}),r.jsx("ul",{className:"fm-footer__section-links",children:d.links.map((b,v)=>r.jsx("li",{children:r.jsx("a",{href:b.href,className:"fm-footer__link",children:b.label})},v))})]},p))})]}),r.jsx("div",{className:"fm-footer__bottom",children:r.jsx("p",{className:"fm-footer__copyright",children:o})})]})};exports.Button=te;exports.Checkbox=oe;exports.Footer=ce;exports.Header=le;exports.Input=se;exports.Tag=ae;exports.Toggle=ne;
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),_=require("react"),h=({variant:c="primary",size:a="md",leftIcon:s,rightIcon:l,children:n,fullWidth:t=!1,disabled:r,className:o="",...i})=>{const m=["fm-btn",`fm-btn--${c}`,`fm-btn--${a}`,t?"fm-btn--full":"",r?"fm-btn--disabled":"",o].filter(Boolean).join(" ");return e.jsxs("button",{className:m,disabled:r,...i,children:[s&&e.jsx("span",{className:"fm-btn__icon fm-btn__icon--left",children:s}),n&&e.jsx("span",{className:"fm-btn__label",children:n}),l&&e.jsx("span",{className:"fm-btn__icon fm-btn__icon--right",children:l})]})},p=({label:c,placeholder:a,state:s="default",errorMessage:l,successMessage:n,leftIcon:t,rightIcon:r,className:o="",disabled:i,...m})=>{const f=["fm-input-wrapper",`fm-input-wrapper--${s}`,i?"fm-input-wrapper--disabled":"",o].filter(Boolean).join(" ");return e.jsxs("div",{className:f,children:[c&&e.jsx("label",{className:"fm-input__label",children:c}),e.jsxs("div",{className:"fm-input__field",children:[t&&e.jsx("span",{className:"fm-input__icon fm-input__icon--left",children:t}),e.jsx("input",{className:"fm-input__el",placeholder:a,disabled:i,...m}),r&&e.jsx("span",{className:"fm-input__icon fm-input__icon--right",children:r})]}),s==="error"&&l&&e.jsx("p",{className:"fm-input__message fm-input__message--error",children:l}),s==="success"&&n&&e.jsx("p",{className:"fm-input__message fm-input__message--success",children:n})]})},x=({children:c,color:a="grey",className:s=""})=>{const l=["fm-tag",`fm-tag--${a}`,s].filter(Boolean).join(" ");return e.jsx("span",{className:l,children:c})},j=({checked:c,onChange:a,disabled:s,label:l,className:n=""})=>e.jsxs("label",{className:["fm-toggle",s?"fm-toggle--disabled":"",n].filter(Boolean).join(" "),children:[e.jsx("input",{type:"checkbox",className:"fm-toggle__input",checked:c,onChange:t=>a(t.target.checked),disabled:s}),e.jsx("span",{className:"fm-toggle__track",children:e.jsx("span",{className:"fm-toggle__thumb"})}),l&&e.jsx("span",{className:"fm-toggle__label",children:l})]}),u=({checked:c=!1,indeterminate:a=!1,onChange:s,disabled:l,size:n="small",label:t,className:r=""})=>{const o=_.useRef(null);return _.useEffect(()=>{o.current&&(o.current.indeterminate=a)},[a]),e.jsxs("label",{className:["fm-checkbox",`fm-checkbox--${n}`,l?"fm-checkbox--disabled":"",r].filter(Boolean).join(" "),children:[e.jsx("input",{ref:o,type:"checkbox",className:"fm-checkbox__input",checked:c,onChange:i=>s==null?void 0:s(i.target.checked),disabled:l}),e.jsxs("span",{className:"fm-checkbox__box",children:[c&&!a&&e.jsx("svg",{width:"10",height:"8",viewBox:"0 0 10 8",fill:"none",children:e.jsx("path",{d:"M1 4L3.5 6.5L9 1",stroke:"white",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})}),a&&e.jsx("span",{className:"fm-checkbox__minus"})]}),t&&e.jsx("span",{className:"fm-checkbox__label",children:t})]})},N=({title:c,subtitle:a,color:s="purple",leftSlot:l,rightSlot:n,className:t=""})=>{const r=["fm-header",`fm-header--${s}`,t].filter(Boolean).join(" ");return e.jsxs("div",{className:r,children:[l&&e.jsx("div",{className:"fm-header__slot fm-header__slot--left",children:l}),e.jsxs("div",{className:"fm-header__title-block",children:[e.jsx("h4",{className:"fm-header__title",children:c}),a&&e.jsx("p",{className:"fm-header__subtitle",children:a})]}),n&&e.jsx("div",{className:"fm-header__slot fm-header__slot--right",children:n})]})},b=({variant:c="light",headline:a="Є ідеї чи пропозиції?",ctaLabel:s="Написати нам",onCtaClick:l,sections:n=[],copyright:t="© 2024 Made by FlowMakers. All rights reserved",className:r=""})=>{const o=["fm-footer",`fm-footer--${c}`,r].filter(Boolean).join(" ");return e.jsxs("footer",{className:o,children:[e.jsxs("div",{className:"fm-footer__top",children:[e.jsxs("div",{className:"fm-footer__cta-block",children:[e.jsx("h3",{className:"fm-footer__headline",children:a}),e.jsx("button",{className:"fm-footer__cta-btn",onClick:l,children:s})]}),e.jsx("div",{className:"fm-footer__sections",children:n.map((i,m)=>e.jsxs("div",{className:"fm-footer__section",children:[e.jsx("p",{className:"fm-footer__section-title",children:i.title}),e.jsx("ul",{className:"fm-footer__section-links",children:i.links.map((f,d)=>e.jsx("li",{children:e.jsx("a",{href:f.href,className:"fm-footer__link",children:f.label})},d))})]},m))})]}),e.jsx("div",{className:"fm-footer__bottom",children:e.jsx("p",{className:"fm-footer__copyright",children:t})})]})};exports.Button=h;exports.Checkbox=u;exports.Footer=b;exports.Header=N;exports.Input=p;exports.Tag=x;exports.Toggle=j;
|
package/dist/index.esm.js
CHANGED
|
@@ -1,432 +1,158 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
* LICENSE file in the root directory of this source tree.
|
|
11
|
-
*/
|
|
12
|
-
var D;
|
|
13
|
-
function te() {
|
|
14
|
-
if (D) return x;
|
|
15
|
-
D = 1;
|
|
16
|
-
var l = Symbol.for("react.transitional.element"), c = Symbol.for("react.fragment");
|
|
17
|
-
function a(n, s, o) {
|
|
18
|
-
var m = null;
|
|
19
|
-
if (o !== void 0 && (m = "" + o), s.key !== void 0 && (m = "" + s.key), "key" in s) {
|
|
20
|
-
o = {};
|
|
21
|
-
for (var _ in s)
|
|
22
|
-
_ !== "key" && (o[_] = s[_]);
|
|
23
|
-
} else o = s;
|
|
24
|
-
return s = o.ref, {
|
|
25
|
-
$$typeof: l,
|
|
26
|
-
type: n,
|
|
27
|
-
key: m,
|
|
28
|
-
ref: s !== void 0 ? s : null,
|
|
29
|
-
props: o
|
|
30
|
-
};
|
|
31
|
-
}
|
|
32
|
-
return x.Fragment = c, x.jsx = a, x.jsxs = a, x;
|
|
33
|
-
}
|
|
34
|
-
var j = {};
|
|
35
|
-
/**
|
|
36
|
-
* @license React
|
|
37
|
-
* react-jsx-runtime.development.js
|
|
38
|
-
*
|
|
39
|
-
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
40
|
-
*
|
|
41
|
-
* This source code is licensed under the MIT license found in the
|
|
42
|
-
* LICENSE file in the root directory of this source tree.
|
|
43
|
-
*/
|
|
44
|
-
var I;
|
|
45
|
-
function se() {
|
|
46
|
-
return I || (I = 1, process.env.NODE_ENV !== "production" && function() {
|
|
47
|
-
function l(e) {
|
|
48
|
-
if (e == null) return null;
|
|
49
|
-
if (typeof e == "function")
|
|
50
|
-
return e.$$typeof === H ? null : e.displayName || e.name || null;
|
|
51
|
-
if (typeof e == "string") return e;
|
|
52
|
-
switch (e) {
|
|
53
|
-
case k:
|
|
54
|
-
return "Fragment";
|
|
55
|
-
case B:
|
|
56
|
-
return "Profiler";
|
|
57
|
-
case W:
|
|
58
|
-
return "StrictMode";
|
|
59
|
-
case q:
|
|
60
|
-
return "Suspense";
|
|
61
|
-
case G:
|
|
62
|
-
return "SuspenseList";
|
|
63
|
-
case X:
|
|
64
|
-
return "Activity";
|
|
65
|
-
}
|
|
66
|
-
if (typeof e == "object")
|
|
67
|
-
switch (typeof e.tag == "number" && console.error(
|
|
68
|
-
"Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."
|
|
69
|
-
), e.$$typeof) {
|
|
70
|
-
case M:
|
|
71
|
-
return "Portal";
|
|
72
|
-
case V:
|
|
73
|
-
return e.displayName || "Context";
|
|
74
|
-
case U:
|
|
75
|
-
return (e._context.displayName || "Context") + ".Consumer";
|
|
76
|
-
case z:
|
|
77
|
-
var t = e.render;
|
|
78
|
-
return e = e.displayName, e || (e = t.displayName || t.name || "", e = e !== "" ? "ForwardRef(" + e + ")" : "ForwardRef"), e;
|
|
79
|
-
case J:
|
|
80
|
-
return t = e.displayName || null, t !== null ? t : l(e.type) || "Memo";
|
|
81
|
-
case R:
|
|
82
|
-
t = e._payload, e = e._init;
|
|
83
|
-
try {
|
|
84
|
-
return l(e(t));
|
|
85
|
-
} catch {
|
|
86
|
-
}
|
|
87
|
-
}
|
|
88
|
-
return null;
|
|
89
|
-
}
|
|
90
|
-
function c(e) {
|
|
91
|
-
return "" + e;
|
|
92
|
-
}
|
|
93
|
-
function a(e) {
|
|
94
|
-
try {
|
|
95
|
-
c(e);
|
|
96
|
-
var t = !1;
|
|
97
|
-
} catch {
|
|
98
|
-
t = !0;
|
|
99
|
-
}
|
|
100
|
-
if (t) {
|
|
101
|
-
t = console;
|
|
102
|
-
var i = t.error, f = typeof Symbol == "function" && Symbol.toStringTag && e[Symbol.toStringTag] || e.constructor.name || "Object";
|
|
103
|
-
return i.call(
|
|
104
|
-
t,
|
|
105
|
-
"The provided key is an unsupported type %s. This value must be coerced to a string before using it here.",
|
|
106
|
-
f
|
|
107
|
-
), c(e);
|
|
108
|
-
}
|
|
109
|
-
}
|
|
110
|
-
function n(e) {
|
|
111
|
-
if (e === k) return "<>";
|
|
112
|
-
if (typeof e == "object" && e !== null && e.$$typeof === R)
|
|
113
|
-
return "<...>";
|
|
114
|
-
try {
|
|
115
|
-
var t = l(e);
|
|
116
|
-
return t ? "<" + t + ">" : "<...>";
|
|
117
|
-
} catch {
|
|
118
|
-
return "<...>";
|
|
119
|
-
}
|
|
120
|
-
}
|
|
121
|
-
function s() {
|
|
122
|
-
var e = T.A;
|
|
123
|
-
return e === null ? null : e.getOwner();
|
|
124
|
-
}
|
|
125
|
-
function o() {
|
|
126
|
-
return Error("react-stack-top-frame");
|
|
127
|
-
}
|
|
128
|
-
function m(e) {
|
|
129
|
-
if (S.call(e, "key")) {
|
|
130
|
-
var t = Object.getOwnPropertyDescriptor(e, "key").get;
|
|
131
|
-
if (t && t.isReactWarning) return !1;
|
|
132
|
-
}
|
|
133
|
-
return e.key !== void 0;
|
|
134
|
-
}
|
|
135
|
-
function _(e, t) {
|
|
136
|
-
function i() {
|
|
137
|
-
C || (C = !0, console.error(
|
|
138
|
-
"%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://react.dev/link/special-props)",
|
|
139
|
-
t
|
|
140
|
-
));
|
|
141
|
-
}
|
|
142
|
-
i.isReactWarning = !0, Object.defineProperty(e, "key", {
|
|
143
|
-
get: i,
|
|
144
|
-
configurable: !0
|
|
145
|
-
});
|
|
146
|
-
}
|
|
147
|
-
function d() {
|
|
148
|
-
var e = l(this.type);
|
|
149
|
-
return $[e] || ($[e] = !0, console.error(
|
|
150
|
-
"Accessing element.ref was removed in React 19. ref is now a regular prop. It will be removed from the JSX Element type in a future release."
|
|
151
|
-
)), e = this.props.ref, e !== void 0 ? e : null;
|
|
152
|
-
}
|
|
153
|
-
function p(e, t, i, f, N, w) {
|
|
154
|
-
var u = i.ref;
|
|
155
|
-
return e = {
|
|
156
|
-
$$typeof: P,
|
|
157
|
-
type: e,
|
|
158
|
-
key: t,
|
|
159
|
-
props: i,
|
|
160
|
-
_owner: f
|
|
161
|
-
}, (u !== void 0 ? u : null) !== null ? Object.defineProperty(e, "ref", {
|
|
162
|
-
enumerable: !1,
|
|
163
|
-
get: d
|
|
164
|
-
}) : Object.defineProperty(e, "ref", { enumerable: !1, value: null }), e._store = {}, Object.defineProperty(e._store, "validated", {
|
|
165
|
-
configurable: !1,
|
|
166
|
-
enumerable: !1,
|
|
167
|
-
writable: !0,
|
|
168
|
-
value: 0
|
|
169
|
-
}), Object.defineProperty(e, "_debugInfo", {
|
|
170
|
-
configurable: !1,
|
|
171
|
-
enumerable: !1,
|
|
172
|
-
writable: !0,
|
|
173
|
-
value: null
|
|
174
|
-
}), Object.defineProperty(e, "_debugStack", {
|
|
175
|
-
configurable: !1,
|
|
176
|
-
enumerable: !1,
|
|
177
|
-
writable: !0,
|
|
178
|
-
value: N
|
|
179
|
-
}), Object.defineProperty(e, "_debugTask", {
|
|
180
|
-
configurable: !1,
|
|
181
|
-
enumerable: !1,
|
|
182
|
-
writable: !0,
|
|
183
|
-
value: w
|
|
184
|
-
}), Object.freeze && (Object.freeze(e.props), Object.freeze(e)), e;
|
|
185
|
-
}
|
|
186
|
-
function h(e, t, i, f, N, w) {
|
|
187
|
-
var u = t.children;
|
|
188
|
-
if (u !== void 0)
|
|
189
|
-
if (f)
|
|
190
|
-
if (Z(u)) {
|
|
191
|
-
for (f = 0; f < u.length; f++)
|
|
192
|
-
v(u[f]);
|
|
193
|
-
Object.freeze && Object.freeze(u);
|
|
194
|
-
} else
|
|
195
|
-
console.error(
|
|
196
|
-
"React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead."
|
|
197
|
-
);
|
|
198
|
-
else v(u);
|
|
199
|
-
if (S.call(t, "key")) {
|
|
200
|
-
u = l(e);
|
|
201
|
-
var b = Object.keys(t).filter(function(Q) {
|
|
202
|
-
return Q !== "key";
|
|
203
|
-
});
|
|
204
|
-
f = 0 < b.length ? "{key: someKey, " + b.join(": ..., ") + ": ...}" : "{key: someKey}", L[u + f] || (b = 0 < b.length ? "{" + b.join(": ..., ") + ": ...}" : "{}", console.error(
|
|
205
|
-
`A props object containing a "key" prop is being spread into JSX:
|
|
206
|
-
let props = %s;
|
|
207
|
-
<%s {...props} />
|
|
208
|
-
React keys must be passed directly to JSX without using spread:
|
|
209
|
-
let props = %s;
|
|
210
|
-
<%s key={someKey} {...props} />`,
|
|
211
|
-
f,
|
|
212
|
-
u,
|
|
213
|
-
b,
|
|
214
|
-
u
|
|
215
|
-
), L[u + f] = !0);
|
|
216
|
-
}
|
|
217
|
-
if (u = null, i !== void 0 && (a(i), u = "" + i), m(t) && (a(t.key), u = "" + t.key), "key" in t) {
|
|
218
|
-
i = {};
|
|
219
|
-
for (var y in t)
|
|
220
|
-
y !== "key" && (i[y] = t[y]);
|
|
221
|
-
} else i = t;
|
|
222
|
-
return u && _(
|
|
223
|
-
i,
|
|
224
|
-
typeof e == "function" ? e.displayName || e.name || "Unknown" : e
|
|
225
|
-
), p(
|
|
226
|
-
e,
|
|
227
|
-
u,
|
|
228
|
-
i,
|
|
229
|
-
s(),
|
|
230
|
-
N,
|
|
231
|
-
w
|
|
232
|
-
);
|
|
233
|
-
}
|
|
234
|
-
function v(e) {
|
|
235
|
-
A(e) ? e._store && (e._store.validated = 1) : typeof e == "object" && e !== null && e.$$typeof === R && (e._payload.status === "fulfilled" ? A(e._payload.value) && e._payload.value._store && (e._payload.value._store.validated = 1) : e._store && (e._store.validated = 1));
|
|
236
|
-
}
|
|
237
|
-
function A(e) {
|
|
238
|
-
return typeof e == "object" && e !== null && e.$$typeof === P;
|
|
239
|
-
}
|
|
240
|
-
var E = K, P = Symbol.for("react.transitional.element"), M = Symbol.for("react.portal"), k = Symbol.for("react.fragment"), W = Symbol.for("react.strict_mode"), B = Symbol.for("react.profiler"), U = Symbol.for("react.consumer"), V = Symbol.for("react.context"), z = Symbol.for("react.forward_ref"), q = Symbol.for("react.suspense"), G = Symbol.for("react.suspense_list"), J = Symbol.for("react.memo"), R = Symbol.for("react.lazy"), X = Symbol.for("react.activity"), H = Symbol.for("react.client.reference"), T = E.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE, S = Object.prototype.hasOwnProperty, Z = Array.isArray, g = console.createTask ? console.createTask : function() {
|
|
241
|
-
return null;
|
|
242
|
-
};
|
|
243
|
-
E = {
|
|
244
|
-
react_stack_bottom_frame: function(e) {
|
|
245
|
-
return e();
|
|
246
|
-
}
|
|
247
|
-
};
|
|
248
|
-
var C, $ = {}, Y = E.react_stack_bottom_frame.bind(
|
|
249
|
-
E,
|
|
250
|
-
o
|
|
251
|
-
)(), F = g(n(o)), L = {};
|
|
252
|
-
j.Fragment = k, j.jsx = function(e, t, i) {
|
|
253
|
-
var f = 1e4 > T.recentlyCreatedOwnerStacks++;
|
|
254
|
-
return h(
|
|
255
|
-
e,
|
|
256
|
-
t,
|
|
257
|
-
i,
|
|
258
|
-
!1,
|
|
259
|
-
f ? Error("react-stack-top-frame") : Y,
|
|
260
|
-
f ? g(n(e)) : F
|
|
261
|
-
);
|
|
262
|
-
}, j.jsxs = function(e, t, i) {
|
|
263
|
-
var f = 1e4 > T.recentlyCreatedOwnerStacks++;
|
|
264
|
-
return h(
|
|
265
|
-
e,
|
|
266
|
-
t,
|
|
267
|
-
i,
|
|
268
|
-
!0,
|
|
269
|
-
f ? Error("react-stack-top-frame") : Y,
|
|
270
|
-
f ? g(n(e)) : F
|
|
271
|
-
);
|
|
272
|
-
};
|
|
273
|
-
}()), j;
|
|
274
|
-
}
|
|
275
|
-
process.env.NODE_ENV === "production" ? O.exports = te() : O.exports = se();
|
|
276
|
-
var r = O.exports;
|
|
277
|
-
const ne = ({
|
|
278
|
-
variant: l = "primary",
|
|
279
|
-
size: c = "md",
|
|
280
|
-
leftIcon: a,
|
|
281
|
-
rightIcon: n,
|
|
282
|
-
children: s,
|
|
283
|
-
fullWidth: o = !1,
|
|
1
|
+
import { jsxs as r, jsx as e } from "react/jsx-runtime";
|
|
2
|
+
import { useRef as d, useEffect as p } from "react";
|
|
3
|
+
const b = ({
|
|
4
|
+
variant: c = "primary",
|
|
5
|
+
size: a = "md",
|
|
6
|
+
leftIcon: s,
|
|
7
|
+
rightIcon: l,
|
|
8
|
+
children: n,
|
|
9
|
+
fullWidth: t = !1,
|
|
284
10
|
disabled: m,
|
|
285
|
-
className:
|
|
286
|
-
...
|
|
11
|
+
className: o = "",
|
|
12
|
+
...i
|
|
287
13
|
}) => {
|
|
288
|
-
const
|
|
14
|
+
const f = [
|
|
289
15
|
"fm-btn",
|
|
290
|
-
`fm-btn--${l}`,
|
|
291
16
|
`fm-btn--${c}`,
|
|
292
|
-
|
|
17
|
+
`fm-btn--${a}`,
|
|
18
|
+
t ? "fm-btn--full" : "",
|
|
293
19
|
m ? "fm-btn--disabled" : "",
|
|
294
|
-
|
|
20
|
+
o
|
|
295
21
|
].filter(Boolean).join(" ");
|
|
296
|
-
return /* @__PURE__ */ r
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
22
|
+
return /* @__PURE__ */ r("button", { className: f, disabled: m, ...i, children: [
|
|
23
|
+
s && /* @__PURE__ */ e("span", { className: "fm-btn__icon fm-btn__icon--left", children: s }),
|
|
24
|
+
n && /* @__PURE__ */ e("span", { className: "fm-btn__label", children: n }),
|
|
25
|
+
l && /* @__PURE__ */ e("span", { className: "fm-btn__icon fm-btn__icon--right", children: l })
|
|
300
26
|
] });
|
|
301
|
-
},
|
|
302
|
-
label:
|
|
303
|
-
placeholder:
|
|
304
|
-
state:
|
|
305
|
-
errorMessage:
|
|
306
|
-
successMessage:
|
|
307
|
-
leftIcon:
|
|
27
|
+
}, g = ({
|
|
28
|
+
label: c,
|
|
29
|
+
placeholder: a,
|
|
30
|
+
state: s = "default",
|
|
31
|
+
errorMessage: l,
|
|
32
|
+
successMessage: n,
|
|
33
|
+
leftIcon: t,
|
|
308
34
|
rightIcon: m,
|
|
309
|
-
className:
|
|
310
|
-
disabled:
|
|
311
|
-
...
|
|
35
|
+
className: o = "",
|
|
36
|
+
disabled: i,
|
|
37
|
+
...f
|
|
312
38
|
}) => {
|
|
313
|
-
const
|
|
39
|
+
const _ = [
|
|
314
40
|
"fm-input-wrapper",
|
|
315
|
-
`fm-input-wrapper--${
|
|
316
|
-
|
|
317
|
-
|
|
41
|
+
`fm-input-wrapper--${s}`,
|
|
42
|
+
i ? "fm-input-wrapper--disabled" : "",
|
|
43
|
+
o
|
|
318
44
|
].filter(Boolean).join(" ");
|
|
319
|
-
return /* @__PURE__ */ r
|
|
320
|
-
|
|
321
|
-
/* @__PURE__ */ r
|
|
322
|
-
|
|
323
|
-
/* @__PURE__ */
|
|
45
|
+
return /* @__PURE__ */ r("div", { className: _, children: [
|
|
46
|
+
c && /* @__PURE__ */ e("label", { className: "fm-input__label", children: c }),
|
|
47
|
+
/* @__PURE__ */ r("div", { className: "fm-input__field", children: [
|
|
48
|
+
t && /* @__PURE__ */ e("span", { className: "fm-input__icon fm-input__icon--left", children: t }),
|
|
49
|
+
/* @__PURE__ */ e(
|
|
324
50
|
"input",
|
|
325
51
|
{
|
|
326
52
|
className: "fm-input__el",
|
|
327
|
-
placeholder:
|
|
328
|
-
disabled:
|
|
329
|
-
...
|
|
53
|
+
placeholder: a,
|
|
54
|
+
disabled: i,
|
|
55
|
+
...f
|
|
330
56
|
}
|
|
331
57
|
),
|
|
332
|
-
m && /* @__PURE__ */
|
|
58
|
+
m && /* @__PURE__ */ e("span", { className: "fm-input__icon fm-input__icon--right", children: m })
|
|
333
59
|
] }),
|
|
334
|
-
|
|
335
|
-
|
|
60
|
+
s === "error" && l && /* @__PURE__ */ e("p", { className: "fm-input__message fm-input__message--error", children: l }),
|
|
61
|
+
s === "success" && n && /* @__PURE__ */ e("p", { className: "fm-input__message fm-input__message--success", children: n })
|
|
336
62
|
] });
|
|
337
|
-
},
|
|
338
|
-
const
|
|
339
|
-
return /* @__PURE__ */
|
|
340
|
-
},
|
|
341
|
-
/* @__PURE__ */
|
|
63
|
+
}, k = ({ children: c, color: a = "grey", className: s = "" }) => {
|
|
64
|
+
const l = ["fm-tag", `fm-tag--${a}`, s].filter(Boolean).join(" ");
|
|
65
|
+
return /* @__PURE__ */ e("span", { className: l, children: c });
|
|
66
|
+
}, x = ({ checked: c, onChange: a, disabled: s, label: l, className: n = "" }) => /* @__PURE__ */ r("label", { className: ["fm-toggle", s ? "fm-toggle--disabled" : "", n].filter(Boolean).join(" "), children: [
|
|
67
|
+
/* @__PURE__ */ e(
|
|
342
68
|
"input",
|
|
343
69
|
{
|
|
344
70
|
type: "checkbox",
|
|
345
71
|
className: "fm-toggle__input",
|
|
346
|
-
checked:
|
|
347
|
-
onChange: (
|
|
348
|
-
disabled:
|
|
72
|
+
checked: c,
|
|
73
|
+
onChange: (t) => a(t.target.checked),
|
|
74
|
+
disabled: s
|
|
349
75
|
}
|
|
350
76
|
),
|
|
351
|
-
/* @__PURE__ */
|
|
352
|
-
|
|
353
|
-
] }),
|
|
354
|
-
checked:
|
|
355
|
-
indeterminate:
|
|
356
|
-
onChange:
|
|
357
|
-
disabled:
|
|
358
|
-
size:
|
|
359
|
-
label:
|
|
77
|
+
/* @__PURE__ */ e("span", { className: "fm-toggle__track", children: /* @__PURE__ */ e("span", { className: "fm-toggle__thumb" }) }),
|
|
78
|
+
l && /* @__PURE__ */ e("span", { className: "fm-toggle__label", children: l })
|
|
79
|
+
] }), v = ({
|
|
80
|
+
checked: c = !1,
|
|
81
|
+
indeterminate: a = !1,
|
|
82
|
+
onChange: s,
|
|
83
|
+
disabled: l,
|
|
84
|
+
size: n = "small",
|
|
85
|
+
label: t,
|
|
360
86
|
className: m = ""
|
|
361
87
|
}) => {
|
|
362
|
-
const
|
|
363
|
-
return
|
|
364
|
-
|
|
365
|
-
}, [
|
|
366
|
-
/* @__PURE__ */
|
|
88
|
+
const o = d(null);
|
|
89
|
+
return p(() => {
|
|
90
|
+
o.current && (o.current.indeterminate = a);
|
|
91
|
+
}, [a]), /* @__PURE__ */ r("label", { className: ["fm-checkbox", `fm-checkbox--${n}`, l ? "fm-checkbox--disabled" : "", m].filter(Boolean).join(" "), children: [
|
|
92
|
+
/* @__PURE__ */ e(
|
|
367
93
|
"input",
|
|
368
94
|
{
|
|
369
|
-
ref:
|
|
95
|
+
ref: o,
|
|
370
96
|
type: "checkbox",
|
|
371
97
|
className: "fm-checkbox__input",
|
|
372
|
-
checked:
|
|
373
|
-
onChange: (
|
|
374
|
-
disabled:
|
|
98
|
+
checked: c,
|
|
99
|
+
onChange: (i) => s == null ? void 0 : s(i.target.checked),
|
|
100
|
+
disabled: l
|
|
375
101
|
}
|
|
376
102
|
),
|
|
377
|
-
/* @__PURE__ */ r
|
|
378
|
-
|
|
379
|
-
|
|
103
|
+
/* @__PURE__ */ r("span", { className: "fm-checkbox__box", children: [
|
|
104
|
+
c && !a && /* @__PURE__ */ e("svg", { width: "10", height: "8", viewBox: "0 0 10 8", fill: "none", children: /* @__PURE__ */ e("path", { d: "M1 4L3.5 6.5L9 1", stroke: "white", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }) }),
|
|
105
|
+
a && /* @__PURE__ */ e("span", { className: "fm-checkbox__minus" })
|
|
380
106
|
] }),
|
|
381
|
-
|
|
107
|
+
t && /* @__PURE__ */ e("span", { className: "fm-checkbox__label", children: t })
|
|
382
108
|
] });
|
|
383
|
-
},
|
|
384
|
-
title:
|
|
385
|
-
subtitle:
|
|
386
|
-
color:
|
|
387
|
-
leftSlot:
|
|
388
|
-
rightSlot:
|
|
389
|
-
className:
|
|
109
|
+
}, j = ({
|
|
110
|
+
title: c,
|
|
111
|
+
subtitle: a,
|
|
112
|
+
color: s = "purple",
|
|
113
|
+
leftSlot: l,
|
|
114
|
+
rightSlot: n,
|
|
115
|
+
className: t = ""
|
|
390
116
|
}) => {
|
|
391
|
-
const m = ["fm-header", `fm-header--${
|
|
392
|
-
return /* @__PURE__ */ r
|
|
393
|
-
|
|
394
|
-
/* @__PURE__ */ r
|
|
395
|
-
/* @__PURE__ */
|
|
396
|
-
|
|
117
|
+
const m = ["fm-header", `fm-header--${s}`, t].filter(Boolean).join(" ");
|
|
118
|
+
return /* @__PURE__ */ r("div", { className: m, children: [
|
|
119
|
+
l && /* @__PURE__ */ e("div", { className: "fm-header__slot fm-header__slot--left", children: l }),
|
|
120
|
+
/* @__PURE__ */ r("div", { className: "fm-header__title-block", children: [
|
|
121
|
+
/* @__PURE__ */ e("h4", { className: "fm-header__title", children: c }),
|
|
122
|
+
a && /* @__PURE__ */ e("p", { className: "fm-header__subtitle", children: a })
|
|
397
123
|
] }),
|
|
398
|
-
|
|
124
|
+
n && /* @__PURE__ */ e("div", { className: "fm-header__slot fm-header__slot--right", children: n })
|
|
399
125
|
] });
|
|
400
|
-
},
|
|
401
|
-
variant:
|
|
402
|
-
headline:
|
|
403
|
-
ctaLabel:
|
|
404
|
-
onCtaClick:
|
|
405
|
-
sections:
|
|
406
|
-
copyright:
|
|
126
|
+
}, B = ({
|
|
127
|
+
variant: c = "light",
|
|
128
|
+
headline: a = "Є ідеї чи пропозиції?",
|
|
129
|
+
ctaLabel: s = "Написати нам",
|
|
130
|
+
onCtaClick: l,
|
|
131
|
+
sections: n = [],
|
|
132
|
+
copyright: t = "© 2024 Made by FlowMakers. All rights reserved",
|
|
407
133
|
className: m = ""
|
|
408
134
|
}) => {
|
|
409
|
-
const
|
|
410
|
-
return /* @__PURE__ */ r
|
|
411
|
-
/* @__PURE__ */ r
|
|
412
|
-
/* @__PURE__ */ r
|
|
413
|
-
/* @__PURE__ */
|
|
414
|
-
/* @__PURE__ */
|
|
135
|
+
const o = ["fm-footer", `fm-footer--${c}`, m].filter(Boolean).join(" ");
|
|
136
|
+
return /* @__PURE__ */ r("footer", { className: o, children: [
|
|
137
|
+
/* @__PURE__ */ r("div", { className: "fm-footer__top", children: [
|
|
138
|
+
/* @__PURE__ */ r("div", { className: "fm-footer__cta-block", children: [
|
|
139
|
+
/* @__PURE__ */ e("h3", { className: "fm-footer__headline", children: a }),
|
|
140
|
+
/* @__PURE__ */ e("button", { className: "fm-footer__cta-btn", onClick: l, children: s })
|
|
415
141
|
] }),
|
|
416
|
-
/* @__PURE__ */
|
|
417
|
-
/* @__PURE__ */
|
|
418
|
-
/* @__PURE__ */
|
|
419
|
-
] },
|
|
142
|
+
/* @__PURE__ */ e("div", { className: "fm-footer__sections", children: n.map((i, f) => /* @__PURE__ */ r("div", { className: "fm-footer__section", children: [
|
|
143
|
+
/* @__PURE__ */ e("p", { className: "fm-footer__section-title", children: i.title }),
|
|
144
|
+
/* @__PURE__ */ e("ul", { className: "fm-footer__section-links", children: i.links.map((_, h) => /* @__PURE__ */ e("li", { children: /* @__PURE__ */ e("a", { href: _.href, className: "fm-footer__link", children: _.label }) }, h)) })
|
|
145
|
+
] }, f)) })
|
|
420
146
|
] }),
|
|
421
|
-
/* @__PURE__ */
|
|
147
|
+
/* @__PURE__ */ e("div", { className: "fm-footer__bottom", children: /* @__PURE__ */ e("p", { className: "fm-footer__copyright", children: t }) })
|
|
422
148
|
] });
|
|
423
149
|
};
|
|
424
150
|
export {
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
151
|
+
b as Button,
|
|
152
|
+
v as Checkbox,
|
|
153
|
+
B as Footer,
|
|
154
|
+
j as Header,
|
|
155
|
+
g as Input,
|
|
156
|
+
k as Tag,
|
|
157
|
+
x as Toggle
|
|
432
158
|
};
|