@iroco/ui 0.9.0 → 0.9.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/lib/index.js +60 -36
- package/lib/index.min.js +2 -2
- package/lib/index.mjs +60 -36
- package/lib/index.mjs.css +104 -100
- package/package.json +1 -1
- package/src/Button.svelte +8 -3
- package/src/SideBar.svelte +0 -1
package/lib/index.js
CHANGED
|
@@ -509,19 +509,19 @@
|
|
|
509
509
|
let current;
|
|
510
510
|
let mounted;
|
|
511
511
|
let dispose;
|
|
512
|
-
const default_slot_template = /*#slots*/ ctx[
|
|
513
|
-
const default_slot = create_slot(default_slot_template, ctx, /*$$scope*/ ctx[
|
|
512
|
+
const default_slot_template = /*#slots*/ ctx[8].default;
|
|
513
|
+
const default_slot = create_slot(default_slot_template, ctx, /*$$scope*/ ctx[7], null);
|
|
514
514
|
|
|
515
515
|
return {
|
|
516
516
|
c() {
|
|
517
517
|
button = element("button");
|
|
518
518
|
if (default_slot) default_slot.c();
|
|
519
|
-
attr(button, "id", /*id*/ ctx[
|
|
520
|
-
attr(button, "class", button_class_value = "" + (null_to_empty(`iroco-ui-button iroco-ui-button--${/*size*/ ctx[
|
|
521
|
-
attr(button, "type", /*type*/ ctx[
|
|
522
|
-
button.disabled = /*disabled*/ ctx[
|
|
523
|
-
toggle_class(button, "disabled", /*disabled*/ ctx[
|
|
524
|
-
toggle_class(button, "rounded", /*rounded*/ ctx[
|
|
519
|
+
attr(button, "id", /*id*/ ctx[6]);
|
|
520
|
+
attr(button, "class", button_class_value = "" + (null_to_empty(`iroco-ui-button iroco-ui-button--${/*size*/ ctx[4]} iroco-ui-button--${/*kind*/ ctx[3]}`) + " svelte-ahn9t2"));
|
|
521
|
+
attr(button, "type", /*type*/ ctx[1]);
|
|
522
|
+
button.disabled = /*disabled*/ ctx[2];
|
|
523
|
+
toggle_class(button, "disabled", /*disabled*/ ctx[2]);
|
|
524
|
+
toggle_class(button, "rounded", /*rounded*/ ctx[5]);
|
|
525
525
|
},
|
|
526
526
|
m(target, anchor) {
|
|
527
527
|
insert(target, button, anchor);
|
|
@@ -530,42 +530,43 @@
|
|
|
530
530
|
default_slot.m(button, null);
|
|
531
531
|
}
|
|
532
532
|
|
|
533
|
+
/*button_binding*/ ctx[10](button);
|
|
533
534
|
current = true;
|
|
534
535
|
|
|
535
536
|
if (!mounted) {
|
|
536
|
-
dispose = listen(button, "click", /*click_handler*/ ctx[
|
|
537
|
+
dispose = listen(button, "click", /*click_handler*/ ctx[9]);
|
|
537
538
|
mounted = true;
|
|
538
539
|
}
|
|
539
540
|
},
|
|
540
541
|
p(ctx, [dirty]) {
|
|
541
542
|
if (default_slot) {
|
|
542
|
-
if (default_slot.p && (!current || dirty & /*$$scope*/
|
|
543
|
-
update_slot(default_slot, default_slot_template, ctx, /*$$scope*/ ctx[
|
|
543
|
+
if (default_slot.p && (!current || dirty & /*$$scope*/ 128)) {
|
|
544
|
+
update_slot(default_slot, default_slot_template, ctx, /*$$scope*/ ctx[7], dirty, null, null);
|
|
544
545
|
}
|
|
545
546
|
}
|
|
546
547
|
|
|
547
|
-
if (!current || dirty & /*id*/
|
|
548
|
-
attr(button, "id", /*id*/ ctx[
|
|
548
|
+
if (!current || dirty & /*id*/ 64) {
|
|
549
|
+
attr(button, "id", /*id*/ ctx[6]);
|
|
549
550
|
}
|
|
550
551
|
|
|
551
|
-
if (!current || dirty & /*size, kind*/
|
|
552
|
+
if (!current || dirty & /*size, kind*/ 24 && button_class_value !== (button_class_value = "" + (null_to_empty(`iroco-ui-button iroco-ui-button--${/*size*/ ctx[4]} iroco-ui-button--${/*kind*/ ctx[3]}`) + " svelte-ahn9t2"))) {
|
|
552
553
|
attr(button, "class", button_class_value);
|
|
553
554
|
}
|
|
554
555
|
|
|
555
|
-
if (!current || dirty & /*type*/
|
|
556
|
-
attr(button, "type", /*type*/ ctx[
|
|
556
|
+
if (!current || dirty & /*type*/ 2) {
|
|
557
|
+
attr(button, "type", /*type*/ ctx[1]);
|
|
557
558
|
}
|
|
558
559
|
|
|
559
|
-
if (!current || dirty & /*disabled*/
|
|
560
|
-
button.disabled = /*disabled*/ ctx[
|
|
560
|
+
if (!current || dirty & /*disabled*/ 4) {
|
|
561
|
+
button.disabled = /*disabled*/ ctx[2];
|
|
561
562
|
}
|
|
562
563
|
|
|
563
|
-
if (dirty & /*size, kind, disabled*/
|
|
564
|
-
toggle_class(button, "disabled", /*disabled*/ ctx[
|
|
564
|
+
if (dirty & /*size, kind, disabled*/ 28) {
|
|
565
|
+
toggle_class(button, "disabled", /*disabled*/ ctx[2]);
|
|
565
566
|
}
|
|
566
567
|
|
|
567
|
-
if (dirty & /*size, kind, rounded*/
|
|
568
|
-
toggle_class(button, "rounded", /*rounded*/ ctx[
|
|
568
|
+
if (dirty & /*size, kind, rounded*/ 56) {
|
|
569
|
+
toggle_class(button, "rounded", /*rounded*/ ctx[5]);
|
|
569
570
|
}
|
|
570
571
|
},
|
|
571
572
|
i(local) {
|
|
@@ -580,6 +581,7 @@
|
|
|
580
581
|
d(detaching) {
|
|
581
582
|
if (detaching) detach(button);
|
|
582
583
|
if (default_slot) default_slot.d(detaching);
|
|
584
|
+
/*button_binding*/ ctx[10](null);
|
|
583
585
|
mounted = false;
|
|
584
586
|
dispose();
|
|
585
587
|
}
|
|
@@ -594,22 +596,43 @@
|
|
|
594
596
|
let { size = "regular" } = $$props;
|
|
595
597
|
let { rounded = false } = $$props;
|
|
596
598
|
let { id } = $$props;
|
|
599
|
+
let { node } = $$props;
|
|
597
600
|
|
|
598
601
|
function click_handler(event) {
|
|
599
602
|
bubble($$self, event);
|
|
600
603
|
}
|
|
601
604
|
|
|
605
|
+
function button_binding($$value) {
|
|
606
|
+
binding_callbacks[$$value ? "unshift" : "push"](() => {
|
|
607
|
+
node = $$value;
|
|
608
|
+
$$invalidate(0, node);
|
|
609
|
+
});
|
|
610
|
+
}
|
|
611
|
+
|
|
602
612
|
$$self.$$set = $$props => {
|
|
603
|
-
if ("type" in $$props) $$invalidate(
|
|
604
|
-
if ("disabled" in $$props) $$invalidate(
|
|
605
|
-
if ("kind" in $$props) $$invalidate(
|
|
606
|
-
if ("size" in $$props) $$invalidate(
|
|
607
|
-
if ("rounded" in $$props) $$invalidate(
|
|
608
|
-
if ("id" in $$props) $$invalidate(
|
|
609
|
-
if ("
|
|
613
|
+
if ("type" in $$props) $$invalidate(1, type = $$props.type);
|
|
614
|
+
if ("disabled" in $$props) $$invalidate(2, disabled = $$props.disabled);
|
|
615
|
+
if ("kind" in $$props) $$invalidate(3, kind = $$props.kind);
|
|
616
|
+
if ("size" in $$props) $$invalidate(4, size = $$props.size);
|
|
617
|
+
if ("rounded" in $$props) $$invalidate(5, rounded = $$props.rounded);
|
|
618
|
+
if ("id" in $$props) $$invalidate(6, id = $$props.id);
|
|
619
|
+
if ("node" in $$props) $$invalidate(0, node = $$props.node);
|
|
620
|
+
if ("$$scope" in $$props) $$invalidate(7, $$scope = $$props.$$scope);
|
|
610
621
|
};
|
|
611
622
|
|
|
612
|
-
return [
|
|
623
|
+
return [
|
|
624
|
+
node,
|
|
625
|
+
type,
|
|
626
|
+
disabled,
|
|
627
|
+
kind,
|
|
628
|
+
size,
|
|
629
|
+
rounded,
|
|
630
|
+
id,
|
|
631
|
+
$$scope,
|
|
632
|
+
slots,
|
|
633
|
+
click_handler,
|
|
634
|
+
button_binding
|
|
635
|
+
];
|
|
613
636
|
}
|
|
614
637
|
|
|
615
638
|
class Button extends SvelteComponent {
|
|
@@ -617,12 +640,13 @@
|
|
|
617
640
|
super();
|
|
618
641
|
|
|
619
642
|
init(this, options, instance$f, create_fragment$g, safe_not_equal, {
|
|
620
|
-
type:
|
|
621
|
-
disabled:
|
|
622
|
-
kind:
|
|
623
|
-
size:
|
|
624
|
-
rounded:
|
|
625
|
-
id:
|
|
643
|
+
type: 1,
|
|
644
|
+
disabled: 2,
|
|
645
|
+
kind: 3,
|
|
646
|
+
size: 4,
|
|
647
|
+
rounded: 5,
|
|
648
|
+
id: 6,
|
|
649
|
+
node: 0
|
|
626
650
|
});
|
|
627
651
|
}
|
|
628
652
|
}
|
package/lib/index.min.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
var Ui=function(e){"use strict";function n(){}function t(e,n){for(const t in n)e[t]=n[t];return e}function o(e){return e()}function i(){return Object.create(null)}function l(e){e.forEach(o)}function r(e){return"function"==typeof e}function a(e,n){return e!=e?n==n:e!==n||e&&"object"==typeof e||"function"==typeof e}function s(e,n,t,o){if(e){const i=c(e,n,t,o);return e[0](i)}}function c(e,n,o,i){return e[1]&&i?t(o.ctx.slice(),e[1](i(n))):o.ctx}function p(e,n,t,o,i,l,r){const a=function(e,n,t,o){if(e[2]&&o){const i=e[2](o(t));if(void 0===n.dirty)return i;if("object"==typeof i){const e=[],t=Math.max(n.dirty.length,i.length);for(let o=0;o<t;o+=1)e[o]=n.dirty[o]|i[o];return e}return n.dirty|i}return n.dirty}(n,o,i,l);if(a){const i=c(n,t,o,r);e.p(i,a)}}function d(e,n){const t={};n=new Set(n);for(const o in e)n.has(o)||"$"===o[0]||(t[o]=e[o]);return t}function u(e){return null==e?"":e}function y(e,n){e.appendChild(n)}function h(e,n,t){e.insertBefore(n,t||null)}function x(e){e.parentNode.removeChild(e)}function f(e,n){for(let t=0;t<e.length;t+=1)e[t]&&e[t].d(n)}function m(e){return document.createElement(e)}function g(e){return document.createElementNS("http://www.w3.org/2000/svg",e)}function j(e){return document.createTextNode(e)}function v(){return j(" ")}function w(){return j("")}function b(e,n,t,o){return e.addEventListener(n,t,o),()=>e.removeEventListener(n,t,o)}function _(e,n,t){null==t?e.removeAttribute(n):e.getAttribute(n)!==t&&e.setAttribute(n,t)}function M(e,n){const t=Object.getOwnPropertyDescriptors(e.__proto__);for(const o in n)null==n[o]?e.removeAttribute(o):"style"===o?e.style.cssText=n[o]:"__value"===o?e.value=e[o]=n[o]:t[o]&&t[o].set?e[o]=n[o]:_(e,o,n[o])}function k(e,n){for(const t in n)_(e,t,n[t])}function $(e){return""===e?null:+e}function z(e,n){n=""+n,e.wholeText!==n&&(e.data=n)}function A(e,n){e.value=null==n?"":n}function C(e,n,t){e.classList[t?"add":"remove"](n)}class H{constructor(e=null){this.a=e,this.e=this.n=null}m(e,n,t=null){this.e||(this.e=m(n.nodeName),this.t=n,this.h(e)),this.i(t)}h(e){this.e.innerHTML=e,this.n=Array.from(this.e.childNodes)}i(e){for(let n=0;n<this.n.length;n+=1)h(this.t,this.n[n],e)}p(e){this.d(),this.h(e),this.i(this.a)}d(){this.n.forEach(x)}}let O;function L(e){O=e}function V(){const e=function(){if(!O)throw new Error("Function called outside component initialization");return O}();return(n,t)=>{const o=e.$$.callbacks[n];if(o){const i=function(e,n){const t=document.createEvent("CustomEvent");return t.initCustomEvent(e,!1,!1,n),t}(n,t);o.slice().forEach((n=>{n.call(e,i)}))}}}function S(e,n){const t=e.$$.callbacks[n.type];t&&t.slice().forEach((e=>e(n)))}const E=[],P=[],T=[],I=[],q=Promise.resolve();let B=!1;function F(e){T.push(e)}let N=!1;const R=new Set;function D(){if(!N){N=!0;do{for(let e=0;e<E.length;e+=1){const n=E[e];L(n),W(n.$$)}for(L(null),E.length=0;P.length;)P.pop()();for(let e=0;e<T.length;e+=1){const n=T[e];R.has(n)||(R.add(n),n())}T.length=0}while(E.length);for(;I.length;)I.pop()();B=!1,N=!1,R.clear()}}function W(e){if(null!==e.fragment){e.update(),l(e.before_update);const n=e.dirty;e.dirty=[-1],e.fragment&&e.fragment.p(e.ctx,n),e.after_update.forEach(F)}}const G=new Set;let Z;function U(){Z={r:0,c:[],p:Z}}function Y(){Z.r||l(Z.c),Z=Z.p}function K(e,n){e&&e.i&&(G.delete(e),e.i(n))}function J(e,n,t,o){if(e&&e.o){if(G.has(e))return;G.add(e),Z.c.push((()=>{G.delete(e),o&&(t&&e.d(1),o())})),e.o(n)}}function Q(e,n){const t={},o={},i={$$scope:1};let l=e.length;for(;l--;){const r=e[l],a=n[l];if(a){for(const e in r)e in a||(o[e]=1);for(const e in a)i[e]||(t[e]=a[e],i[e]=1);e[l]=a}else for(const e in r)i[e]=1}for(const e in o)e in t||(t[e]=void 0);return t}function X(e){e&&e.c()}function ee(e,n,t,i){const{fragment:a,on_mount:s,on_destroy:c,after_update:p}=e.$$;a&&a.m(n,t),i||F((()=>{const n=s.map(o).filter(r);c?c.push(...n):l(n),e.$$.on_mount=[]})),p.forEach(F)}function ne(e,n){const t=e.$$;null!==t.fragment&&(l(t.on_destroy),t.fragment&&t.fragment.d(n),t.on_destroy=t.fragment=null,t.ctx=[])}function te(e,n){-1===e.$$.dirty[0]&&(E.push(e),B||(B=!0,q.then(D)),e.$$.dirty.fill(0)),e.$$.dirty[n/31|0]|=1<<n%31}function oe(e,t,o,r,a,s,c=[-1]){const p=O;L(e);const d=e.$$={fragment:null,ctx:null,props:s,update:n,not_equal:a,bound:i(),on_mount:[],on_destroy:[],on_disconnect:[],before_update:[],after_update:[],context:new Map(p?p.$$.context:t.context||[]),callbacks:i(),dirty:c,skip_bound:!1};let u=!1;if(d.ctx=o?o(e,t.props||{},((n,t,...o)=>{const i=o.length?o[0]:t;return d.ctx&&a(d.ctx[n],d.ctx[n]=i)&&(!d.skip_bound&&d.bound[n]&&d.bound[n](i),u&&te(e,n)),t})):[],d.update(),u=!0,l(d.before_update),d.fragment=!!r&&r(d.ctx),t.target){if(t.hydrate){const e=function(e){return Array.from(e.childNodes)}(t.target);d.fragment&&d.fragment.l(e),e.forEach(x)}else d.fragment&&d.fragment.c();t.intro&&K(e.$$.fragment),ee(e,t.target,t.anchor,t.customElement),D()}L(p)}class ie{$destroy(){ne(this,1),this.$destroy=n}$on(e,n){const t=this.$$.callbacks[e]||(this.$$.callbacks[e]=[]);return t.push(n),()=>{const e=t.indexOf(n);-1!==e&&t.splice(e,1)}}$set(e){var n;this.$$set&&(n=e,0!==Object.keys(n).length)&&(this.$$.skip_bound=!0,this.$$set(e),this.$$.skip_bound=!1)}}function le(e){let n,t,o,i,l;const r=e[7].default,a=s(r,e,e[6],null);return{c(){n=m("button"),a&&a.c(),_(n,"id",e[5]),_(n,"class",t=u(`iroco-ui-button iroco-ui-button--${e[3]} iroco-ui-button--${e[2]}`)+" svelte-hp8sdi"),_(n,"type",e[0]),n.disabled=e[1],C(n,"disabled",e[1]),C(n,"rounded",e[4])},m(t,r){h(t,n,r),a&&a.m(n,null),o=!0,i||(l=b(n,"click",e[8]),i=!0)},p(e,[i]){a&&a.p&&(!o||64&i)&&p(a,r,e,e[6],i,null,null),(!o||32&i)&&_(n,"id",e[5]),(!o||12&i&&t!==(t=u(`iroco-ui-button iroco-ui-button--${e[3]} iroco-ui-button--${e[2]}`)+" svelte-hp8sdi"))&&_(n,"class",t),(!o||1&i)&&_(n,"type",e[0]),(!o||2&i)&&(n.disabled=e[1]),14&i&&C(n,"disabled",e[1]),28&i&&C(n,"rounded",e[4])},i(e){o||(K(a,e),o=!0)},o(e){J(a,e),o=!1},d(e){e&&x(n),a&&a.d(e),i=!1,l()}}}function re(e,n,t){let{$$slots:o={},$$scope:i}=n,{type:l="button"}=n,{disabled:r=!1}=n,{kind:a="basic"}=n,{size:s="regular"}=n,{rounded:c=!1}=n,{id:p}=n;return e.$$set=e=>{"type"in e&&t(0,l=e.type),"disabled"in e&&t(1,r=e.disabled),"kind"in e&&t(2,a=e.kind),"size"in e&&t(3,s=e.size),"rounded"in e&&t(4,c=e.rounded),"id"in e&&t(5,p=e.id),"$$scope"in e&&t(6,i=e.$$scope)},[l,r,a,s,c,p,i,o,function(n){S(e,n)}]}function ae(e){let n,t;return{c(){n=m("label"),t=j(e[2]),_(n,"class","iroco-ui-label svelte-11iawkb"),_(n,"for",e[1])},m(e,o){h(e,n,o),y(n,t)},p(e,o){4&o&&z(t,e[2]),2&o&&_(n,"for",e[1])},d(e){e&&x(n)}}}function se(e){let n;function t(e,n){return e[5]?pe:ce}let o=t(e),i=o(e);return{c(){n=m("p"),i.c(),_(n,"data-testid","error"),_(n,"class","error svelte-11iawkb")},m(e,t){h(e,n,t),i.m(n,null)},p(e,l){o===(o=t(e))&&i?i.p(e,l):(i.d(1),i=o(e),i&&(i.c(),i.m(n,null)))},d(e){e&&x(n),i.d()}}}function ce(e){let n,t=(null!==e[4]?e[4]:"")+"";return{c(){n=j(t)},m(e,t){h(e,n,t)},p(e,o){16&o&&t!==(t=(null!==e[4]?e[4]:"")+"")&&z(n,t)},d(e){e&&x(n)}}}function pe(e){let n,t,o=(null!==e[4]?e[4]:"")+"";return{c(){t=w(),n=new H(t)},m(e,i){n.m(o,e,i),h(e,t,i)},p(e,t){16&t&&o!==(o=(null!==e[4]?e[4]:"")+"")&&n.p(o)},d(e){e&&x(t),e&&n.d()}}}function de(e){let t,o,i,a,s,c,p=e[2]&&ae(e),d=null!=e[4]&&se(e);return{c(){t=m("div"),p&&p.c(),o=v(),i=m("input"),a=v(),d&&d.c(),_(i,"id",e[1]),_(i,"type","text"),_(i,"placeholder",e[3]),i.readOnly=e[8],_(i,"class","svelte-11iawkb"),C(i,"border",e[9]),C(i,"error",null!==e[4]),C(i,"readonlyInput",1==e[8]),_(t,"class","iroco-ui-input svelte-11iawkb")},m(l,u){var x;h(l,t,u),p&&p.m(t,null),y(t,o),y(t,i),A(i,e[0]),y(t,a),d&&d.m(t,null),s||(c=[b(i,"input",e[13]),b(i,"input",e[14]),b(i,"focus",(function(){r(e[6])&&e[6].apply(this,arguments)})),b(i,"blur",(function(){r(e[7])&&e[7].apply(this,arguments)})),(x=e[10].call(null,i),x&&r(x.destroy)?x.destroy:n)],s=!0)},p(n,[l]){(e=n)[2]?p?p.p(e,l):(p=ae(e),p.c(),p.m(t,o)):p&&(p.d(1),p=null),2&l&&_(i,"id",e[1]),8&l&&_(i,"placeholder",e[3]),256&l&&(i.readOnly=e[8]),1&l&&i.value!==e[0]&&A(i,e[0]),512&l&&C(i,"border",e[9]),16&l&&C(i,"error",null!==e[4]),256&l&&C(i,"readonlyInput",1==e[8]),null!=e[4]?d?d.p(e,l):(d=se(e),d.c(),d.m(t,null)):d&&(d.d(1),d=null)},i:n,o:n,d(e){e&&x(t),p&&p.d(),d&&d.d(),s=!1,l(c)}}}function ue(e,n,t){var{TextType:o}=n;!function(e){e.text="text",e.email="email",e.password="password"}(o||(o={}));let{id:i}=n,{type:l}=n,{label:r=null}=n,{placeholder:a}=n,{error:s=null}=n,{htmlError:c=!1}=n,{value:p=null}=n,{onFocus:d}=n,{onBlur:u}=n,{readonly:y=!1}=n,{border:h=!1}=n;return e.$$set=e=>{"TextType"in e&&t(11,o=e.TextType),"id"in e&&t(1,i=e.id),"type"in e&&t(12,l=e.type),"label"in e&&t(2,r=e.label),"placeholder"in e&&t(3,a=e.placeholder),"error"in e&&t(4,s=e.error),"htmlError"in e&&t(5,c=e.htmlError),"value"in e&&t(0,p=e.value),"onFocus"in e&&t(6,d=e.onFocus),"onBlur"in e&&t(7,u=e.onBlur),"readonly"in e&&t(8,y=e.readonly),"border"in e&&t(9,h=e.border)},[p,i,r,a,s,c,d,u,y,h,function(e){e.type=l},o,l,function(n){S(e,n)},function(){p=this.value,t(0,p)}]}function ye(e){let n,t,o,i,r,a,c,d;const u=e[7].default,f=s(u,e,e[6],null);return{c(){n=m("label"),t=m("input"),o=v(),i=m("span"),r=v(),f&&f.c(),_(t,"type","radio"),t.__value=e[2],t.value=t.__value,_(t,"name",e[3]),t.checked=e[1],_(t,"class","svelte-156c82q"),e[9][0].push(t),_(i,"class","radio-button-color svelte-156c82q"),_(n,"class","iroco-ui-radio svelte-156c82q")},m(l,s){h(l,n,s),y(n,t),t.checked=t.__value===e[0],y(n,o),y(n,i),y(n,r),f&&f.m(n,null),a=!0,c||(d=[b(t,"change",e[8]),b(t,"change",e[4])],c=!0)},p(e,[n]){(!a||4&n)&&(t.__value=e[2],t.value=t.__value),(!a||8&n)&&_(t,"name",e[3]),(!a||2&n)&&(t.checked=e[1]),1&n&&(t.checked=t.__value===e[0]),f&&f.p&&(!a||64&n)&&p(f,u,e,e[6],n,null,null)},i(e){a||(K(f,e),a=!0)},o(e){J(f,e),a=!1},d(o){o&&x(n),e[9][0].splice(e[9][0].indexOf(t),1),f&&f.d(o),c=!1,l(d)}}}function he(e,n,t){let{$$slots:o={},$$scope:i}=n;let{value:l}=n,{group:r=null}=n,{name:a}=n,{checked:s}=n;return e.$$set=e=>{"value"in e&&t(2,l=e.value),"group"in e&&t(0,r=e.group),"name"in e&&t(3,a=e.name),"checked"in e&&t(1,s=e.checked),"$$scope"in e&&t(6,i=e.$$scope)},e.$$.update=()=>{5&e.$$.dirty&&t(1,s=r===l)},[r,s,l,a,function(e){t(0,r=e.target.value)},"",i,o,function(){r=this.__value,t(0,r)},[[]]]}function xe(e){let n,t;return{c(){n=m("label"),t=j(e[2]),_(n,"class","iroco-ui-label"),_(n,"for",e[1])},m(e,o){h(e,n,o),y(n,t)},p(e,o){4&o&&z(t,e[2]),2&o&&_(n,"for",e[1])},d(e){e&&x(n)}}}function fe(e){let n,t;return{c(){n=m("p"),t=j(e[4]),_(n,"data-testid","error"),_(n,"class","error")},m(e,o){h(e,n,o),y(n,t)},p(e,n){16&n&&z(t,e[4])},d(e){e&&x(n)}}}function me(e){let o,i,r,a,s,c,p=e[2]&&xe(e),d=[{id:e[1]},{type:"number"},{placeholder:e[3]},{min:e[5]},{max:e[6]},e[7]],u={};for(let e=0;e<d.length;e+=1)u=t(u,d[e]);let f=e[4]&&fe(e);return{c(){o=m("div"),p&&p.c(),i=v(),r=m("input"),a=v(),f&&f.c(),M(r,u),_(o,"class","iroco-ui-input")},m(n,t){h(n,o,t),p&&p.m(o,null),y(o,i),y(o,r),A(r,e[0]),y(o,a),f&&f.m(o,null),s||(c=[b(r,"change",e[8]),b(r,"input",e[9])],s=!0)},p(e,[n]){e[2]?p?p.p(e,n):(p=xe(e),p.c(),p.m(o,i)):p&&(p.d(1),p=null),M(r,u=Q(d,[2&n&&{id:e[1]},{type:"number"},8&n&&{placeholder:e[3]},32&n&&{min:e[5]},64&n&&{max:e[6]},128&n&&e[7]])),1&n&&$(r.value)!==e[0]&&A(r,e[0]),e[4]?f?f.p(e,n):(f=fe(e),f.c(),f.m(o,null)):f&&(f.d(1),f=null)},i:n,o:n,d(e){e&&x(o),p&&p.d(),f&&f.d(),s=!1,l(c)}}}function ge(e,n,o){const i=["id","label","placeholder","error","value","min","max"];let l=d(n,i),{id:r}=n,{label:a}=n,{placeholder:s}=n,{error:c=null}=n,{value:p=null}=n,{min:u}=n,{max:y}=n;return e.$$set=e=>{n=t(t({},n),function(e){const n={};for(const t in e)"$"!==t[0]&&(n[t]=e[t]);return n}(e)),o(7,l=d(n,i)),"id"in e&&o(1,r=e.id),"label"in e&&o(2,a=e.label),"placeholder"in e&&o(3,s=e.placeholder),"error"in e&&o(4,c=e.error),"value"in e&&o(0,p=e.value),"min"in e&&o(5,u=e.min),"max"in e&&o(6,y=e.max)},[p,r,a,s,c,u,y,l,function(n){S(e,n)},function(){p=$(this.value),o(0,p)}]}"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self&&self;function je(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var ve,we={exports:{}};"undefined"!=typeof self&&self,ve=function(){return function(e){var n={};function t(o){if(n[o])return n[o].exports;var i=n[o]={i:o,l:!1,exports:{}};return e[o].call(i.exports,i,i.exports,t),i.l=!0,i.exports}return t.m=e,t.c=n,t.d=function(e,n,o){t.o(e,n)||Object.defineProperty(e,n,{configurable:!1,enumerable:!0,get:o})},t.r=function(e){Object.defineProperty(e,"__esModule",{value:!0})},t.n=function(e){var n=e&&e.__esModule?function(){return e.default}:function(){return e};return t.d(n,"a",n),n},t.o=function(e,n){return Object.prototype.hasOwnProperty.call(e,n)},t.p="",t(t.s=0)}({"./dist/icons.json":
|
|
1
|
+
var Ui=function(e){"use strict";function n(){}function t(e,n){for(const t in n)e[t]=n[t];return e}function o(e){return e()}function i(){return Object.create(null)}function l(e){e.forEach(o)}function r(e){return"function"==typeof e}function a(e,n){return e!=e?n==n:e!==n||e&&"object"==typeof e||"function"==typeof e}function s(e,n,t,o){if(e){const i=c(e,n,t,o);return e[0](i)}}function c(e,n,o,i){return e[1]&&i?t(o.ctx.slice(),e[1](i(n))):o.ctx}function p(e,n,t,o,i,l,r){const a=function(e,n,t,o){if(e[2]&&o){const i=e[2](o(t));if(void 0===n.dirty)return i;if("object"==typeof i){const e=[],t=Math.max(n.dirty.length,i.length);for(let o=0;o<t;o+=1)e[o]=n.dirty[o]|i[o];return e}return n.dirty|i}return n.dirty}(n,o,i,l);if(a){const i=c(n,t,o,r);e.p(i,a)}}function d(e,n){const t={};n=new Set(n);for(const o in e)n.has(o)||"$"===o[0]||(t[o]=e[o]);return t}function u(e){return null==e?"":e}function y(e,n){e.appendChild(n)}function h(e,n,t){e.insertBefore(n,t||null)}function x(e){e.parentNode.removeChild(e)}function f(e,n){for(let t=0;t<e.length;t+=1)e[t]&&e[t].d(n)}function m(e){return document.createElement(e)}function g(e){return document.createElementNS("http://www.w3.org/2000/svg",e)}function j(e){return document.createTextNode(e)}function v(){return j(" ")}function w(){return j("")}function b(e,n,t,o){return e.addEventListener(n,t,o),()=>e.removeEventListener(n,t,o)}function _(e,n,t){null==t?e.removeAttribute(n):e.getAttribute(n)!==t&&e.setAttribute(n,t)}function M(e,n){const t=Object.getOwnPropertyDescriptors(e.__proto__);for(const o in n)null==n[o]?e.removeAttribute(o):"style"===o?e.style.cssText=n[o]:"__value"===o?e.value=e[o]=n[o]:t[o]&&t[o].set?e[o]=n[o]:_(e,o,n[o])}function k(e,n){for(const t in n)_(e,t,n[t])}function $(e){return""===e?null:+e}function z(e,n){n=""+n,e.wholeText!==n&&(e.data=n)}function A(e,n){e.value=null==n?"":n}function C(e,n,t){e.classList[t?"add":"remove"](n)}class H{constructor(e=null){this.a=e,this.e=this.n=null}m(e,n,t=null){this.e||(this.e=m(n.nodeName),this.t=n,this.h(e)),this.i(t)}h(e){this.e.innerHTML=e,this.n=Array.from(this.e.childNodes)}i(e){for(let n=0;n<this.n.length;n+=1)h(this.t,this.n[n],e)}p(e){this.d(),this.h(e),this.i(this.a)}d(){this.n.forEach(x)}}let O;function L(e){O=e}function V(){const e=function(){if(!O)throw new Error("Function called outside component initialization");return O}();return(n,t)=>{const o=e.$$.callbacks[n];if(o){const i=function(e,n){const t=document.createEvent("CustomEvent");return t.initCustomEvent(e,!1,!1,n),t}(n,t);o.slice().forEach((n=>{n.call(e,i)}))}}}function S(e,n){const t=e.$$.callbacks[n.type];t&&t.slice().forEach((e=>e(n)))}const E=[],P=[],T=[],I=[],q=Promise.resolve();let B=!1;function F(e){T.push(e)}let N=!1;const R=new Set;function D(){if(!N){N=!0;do{for(let e=0;e<E.length;e+=1){const n=E[e];L(n),W(n.$$)}for(L(null),E.length=0;P.length;)P.pop()();for(let e=0;e<T.length;e+=1){const n=T[e];R.has(n)||(R.add(n),n())}T.length=0}while(E.length);for(;I.length;)I.pop()();B=!1,N=!1,R.clear()}}function W(e){if(null!==e.fragment){e.update(),l(e.before_update);const n=e.dirty;e.dirty=[-1],e.fragment&&e.fragment.p(e.ctx,n),e.after_update.forEach(F)}}const G=new Set;let Z;function U(){Z={r:0,c:[],p:Z}}function Y(){Z.r||l(Z.c),Z=Z.p}function K(e,n){e&&e.i&&(G.delete(e),e.i(n))}function J(e,n,t,o){if(e&&e.o){if(G.has(e))return;G.add(e),Z.c.push((()=>{G.delete(e),o&&(t&&e.d(1),o())})),e.o(n)}}function Q(e,n){const t={},o={},i={$$scope:1};let l=e.length;for(;l--;){const r=e[l],a=n[l];if(a){for(const e in r)e in a||(o[e]=1);for(const e in a)i[e]||(t[e]=a[e],i[e]=1);e[l]=a}else for(const e in r)i[e]=1}for(const e in o)e in t||(t[e]=void 0);return t}function X(e){e&&e.c()}function ee(e,n,t,i){const{fragment:a,on_mount:s,on_destroy:c,after_update:p}=e.$$;a&&a.m(n,t),i||F((()=>{const n=s.map(o).filter(r);c?c.push(...n):l(n),e.$$.on_mount=[]})),p.forEach(F)}function ne(e,n){const t=e.$$;null!==t.fragment&&(l(t.on_destroy),t.fragment&&t.fragment.d(n),t.on_destroy=t.fragment=null,t.ctx=[])}function te(e,n){-1===e.$$.dirty[0]&&(E.push(e),B||(B=!0,q.then(D)),e.$$.dirty.fill(0)),e.$$.dirty[n/31|0]|=1<<n%31}function oe(e,t,o,r,a,s,c=[-1]){const p=O;L(e);const d=e.$$={fragment:null,ctx:null,props:s,update:n,not_equal:a,bound:i(),on_mount:[],on_destroy:[],on_disconnect:[],before_update:[],after_update:[],context:new Map(p?p.$$.context:t.context||[]),callbacks:i(),dirty:c,skip_bound:!1};let u=!1;if(d.ctx=o?o(e,t.props||{},((n,t,...o)=>{const i=o.length?o[0]:t;return d.ctx&&a(d.ctx[n],d.ctx[n]=i)&&(!d.skip_bound&&d.bound[n]&&d.bound[n](i),u&&te(e,n)),t})):[],d.update(),u=!0,l(d.before_update),d.fragment=!!r&&r(d.ctx),t.target){if(t.hydrate){const e=function(e){return Array.from(e.childNodes)}(t.target);d.fragment&&d.fragment.l(e),e.forEach(x)}else d.fragment&&d.fragment.c();t.intro&&K(e.$$.fragment),ee(e,t.target,t.anchor,t.customElement),D()}L(p)}class ie{$destroy(){ne(this,1),this.$destroy=n}$on(e,n){const t=this.$$.callbacks[e]||(this.$$.callbacks[e]=[]);return t.push(n),()=>{const e=t.indexOf(n);-1!==e&&t.splice(e,1)}}$set(e){var n;this.$$set&&(n=e,0!==Object.keys(n).length)&&(this.$$.skip_bound=!0,this.$$set(e),this.$$.skip_bound=!1)}}function le(e){let n,t,o,i,l;const r=e[8].default,a=s(r,e,e[7],null);return{c(){n=m("button"),a&&a.c(),_(n,"id",e[6]),_(n,"class",t=u(`iroco-ui-button iroco-ui-button--${e[4]} iroco-ui-button--${e[3]}`)+" svelte-ahn9t2"),_(n,"type",e[1]),n.disabled=e[2],C(n,"disabled",e[2]),C(n,"rounded",e[5])},m(t,r){h(t,n,r),a&&a.m(n,null),e[10](n),o=!0,i||(l=b(n,"click",e[9]),i=!0)},p(e,[i]){a&&a.p&&(!o||128&i)&&p(a,r,e,e[7],i,null,null),(!o||64&i)&&_(n,"id",e[6]),(!o||24&i&&t!==(t=u(`iroco-ui-button iroco-ui-button--${e[4]} iroco-ui-button--${e[3]}`)+" svelte-ahn9t2"))&&_(n,"class",t),(!o||2&i)&&_(n,"type",e[1]),(!o||4&i)&&(n.disabled=e[2]),28&i&&C(n,"disabled",e[2]),56&i&&C(n,"rounded",e[5])},i(e){o||(K(a,e),o=!0)},o(e){J(a,e),o=!1},d(t){t&&x(n),a&&a.d(t),e[10](null),i=!1,l()}}}function re(e,n,t){let{$$slots:o={},$$scope:i}=n,{type:l="button"}=n,{disabled:r=!1}=n,{kind:a="basic"}=n,{size:s="regular"}=n,{rounded:c=!1}=n,{id:p}=n,{node:d}=n;return e.$$set=e=>{"type"in e&&t(1,l=e.type),"disabled"in e&&t(2,r=e.disabled),"kind"in e&&t(3,a=e.kind),"size"in e&&t(4,s=e.size),"rounded"in e&&t(5,c=e.rounded),"id"in e&&t(6,p=e.id),"node"in e&&t(0,d=e.node),"$$scope"in e&&t(7,i=e.$$scope)},[d,l,r,a,s,c,p,i,o,function(n){S(e,n)},function(e){P[e?"unshift":"push"]((()=>{d=e,t(0,d)}))}]}function ae(e){let n,t;return{c(){n=m("label"),t=j(e[2]),_(n,"class","iroco-ui-label svelte-11iawkb"),_(n,"for",e[1])},m(e,o){h(e,n,o),y(n,t)},p(e,o){4&o&&z(t,e[2]),2&o&&_(n,"for",e[1])},d(e){e&&x(n)}}}function se(e){let n;function t(e,n){return e[5]?pe:ce}let o=t(e),i=o(e);return{c(){n=m("p"),i.c(),_(n,"data-testid","error"),_(n,"class","error svelte-11iawkb")},m(e,t){h(e,n,t),i.m(n,null)},p(e,l){o===(o=t(e))&&i?i.p(e,l):(i.d(1),i=o(e),i&&(i.c(),i.m(n,null)))},d(e){e&&x(n),i.d()}}}function ce(e){let n,t=(null!==e[4]?e[4]:"")+"";return{c(){n=j(t)},m(e,t){h(e,n,t)},p(e,o){16&o&&t!==(t=(null!==e[4]?e[4]:"")+"")&&z(n,t)},d(e){e&&x(n)}}}function pe(e){let n,t,o=(null!==e[4]?e[4]:"")+"";return{c(){t=w(),n=new H(t)},m(e,i){n.m(o,e,i),h(e,t,i)},p(e,t){16&t&&o!==(o=(null!==e[4]?e[4]:"")+"")&&n.p(o)},d(e){e&&x(t),e&&n.d()}}}function de(e){let t,o,i,a,s,c,p=e[2]&&ae(e),d=null!=e[4]&&se(e);return{c(){t=m("div"),p&&p.c(),o=v(),i=m("input"),a=v(),d&&d.c(),_(i,"id",e[1]),_(i,"type","text"),_(i,"placeholder",e[3]),i.readOnly=e[8],_(i,"class","svelte-11iawkb"),C(i,"border",e[9]),C(i,"error",null!==e[4]),C(i,"readonlyInput",1==e[8]),_(t,"class","iroco-ui-input svelte-11iawkb")},m(l,u){var x;h(l,t,u),p&&p.m(t,null),y(t,o),y(t,i),A(i,e[0]),y(t,a),d&&d.m(t,null),s||(c=[b(i,"input",e[13]),b(i,"input",e[14]),b(i,"focus",(function(){r(e[6])&&e[6].apply(this,arguments)})),b(i,"blur",(function(){r(e[7])&&e[7].apply(this,arguments)})),(x=e[10].call(null,i),x&&r(x.destroy)?x.destroy:n)],s=!0)},p(n,[l]){(e=n)[2]?p?p.p(e,l):(p=ae(e),p.c(),p.m(t,o)):p&&(p.d(1),p=null),2&l&&_(i,"id",e[1]),8&l&&_(i,"placeholder",e[3]),256&l&&(i.readOnly=e[8]),1&l&&i.value!==e[0]&&A(i,e[0]),512&l&&C(i,"border",e[9]),16&l&&C(i,"error",null!==e[4]),256&l&&C(i,"readonlyInput",1==e[8]),null!=e[4]?d?d.p(e,l):(d=se(e),d.c(),d.m(t,null)):d&&(d.d(1),d=null)},i:n,o:n,d(e){e&&x(t),p&&p.d(),d&&d.d(),s=!1,l(c)}}}function ue(e,n,t){var{TextType:o}=n;!function(e){e.text="text",e.email="email",e.password="password"}(o||(o={}));let{id:i}=n,{type:l}=n,{label:r=null}=n,{placeholder:a}=n,{error:s=null}=n,{htmlError:c=!1}=n,{value:p=null}=n,{onFocus:d}=n,{onBlur:u}=n,{readonly:y=!1}=n,{border:h=!1}=n;return e.$$set=e=>{"TextType"in e&&t(11,o=e.TextType),"id"in e&&t(1,i=e.id),"type"in e&&t(12,l=e.type),"label"in e&&t(2,r=e.label),"placeholder"in e&&t(3,a=e.placeholder),"error"in e&&t(4,s=e.error),"htmlError"in e&&t(5,c=e.htmlError),"value"in e&&t(0,p=e.value),"onFocus"in e&&t(6,d=e.onFocus),"onBlur"in e&&t(7,u=e.onBlur),"readonly"in e&&t(8,y=e.readonly),"border"in e&&t(9,h=e.border)},[p,i,r,a,s,c,d,u,y,h,function(e){e.type=l},o,l,function(n){S(e,n)},function(){p=this.value,t(0,p)}]}function ye(e){let n,t,o,i,r,a,c,d;const u=e[7].default,f=s(u,e,e[6],null);return{c(){n=m("label"),t=m("input"),o=v(),i=m("span"),r=v(),f&&f.c(),_(t,"type","radio"),t.__value=e[2],t.value=t.__value,_(t,"name",e[3]),t.checked=e[1],_(t,"class","svelte-156c82q"),e[9][0].push(t),_(i,"class","radio-button-color svelte-156c82q"),_(n,"class","iroco-ui-radio svelte-156c82q")},m(l,s){h(l,n,s),y(n,t),t.checked=t.__value===e[0],y(n,o),y(n,i),y(n,r),f&&f.m(n,null),a=!0,c||(d=[b(t,"change",e[8]),b(t,"change",e[4])],c=!0)},p(e,[n]){(!a||4&n)&&(t.__value=e[2],t.value=t.__value),(!a||8&n)&&_(t,"name",e[3]),(!a||2&n)&&(t.checked=e[1]),1&n&&(t.checked=t.__value===e[0]),f&&f.p&&(!a||64&n)&&p(f,u,e,e[6],n,null,null)},i(e){a||(K(f,e),a=!0)},o(e){J(f,e),a=!1},d(o){o&&x(n),e[9][0].splice(e[9][0].indexOf(t),1),f&&f.d(o),c=!1,l(d)}}}function he(e,n,t){let{$$slots:o={},$$scope:i}=n;let{value:l}=n,{group:r=null}=n,{name:a}=n,{checked:s}=n;return e.$$set=e=>{"value"in e&&t(2,l=e.value),"group"in e&&t(0,r=e.group),"name"in e&&t(3,a=e.name),"checked"in e&&t(1,s=e.checked),"$$scope"in e&&t(6,i=e.$$scope)},e.$$.update=()=>{5&e.$$.dirty&&t(1,s=r===l)},[r,s,l,a,function(e){t(0,r=e.target.value)},"",i,o,function(){r=this.__value,t(0,r)},[[]]]}function xe(e){let n,t;return{c(){n=m("label"),t=j(e[2]),_(n,"class","iroco-ui-label"),_(n,"for",e[1])},m(e,o){h(e,n,o),y(n,t)},p(e,o){4&o&&z(t,e[2]),2&o&&_(n,"for",e[1])},d(e){e&&x(n)}}}function fe(e){let n,t;return{c(){n=m("p"),t=j(e[4]),_(n,"data-testid","error"),_(n,"class","error")},m(e,o){h(e,n,o),y(n,t)},p(e,n){16&n&&z(t,e[4])},d(e){e&&x(n)}}}function me(e){let o,i,r,a,s,c,p=e[2]&&xe(e),d=[{id:e[1]},{type:"number"},{placeholder:e[3]},{min:e[5]},{max:e[6]},e[7]],u={};for(let e=0;e<d.length;e+=1)u=t(u,d[e]);let f=e[4]&&fe(e);return{c(){o=m("div"),p&&p.c(),i=v(),r=m("input"),a=v(),f&&f.c(),M(r,u),_(o,"class","iroco-ui-input")},m(n,t){h(n,o,t),p&&p.m(o,null),y(o,i),y(o,r),A(r,e[0]),y(o,a),f&&f.m(o,null),s||(c=[b(r,"change",e[8]),b(r,"input",e[9])],s=!0)},p(e,[n]){e[2]?p?p.p(e,n):(p=xe(e),p.c(),p.m(o,i)):p&&(p.d(1),p=null),M(r,u=Q(d,[2&n&&{id:e[1]},{type:"number"},8&n&&{placeholder:e[3]},32&n&&{min:e[5]},64&n&&{max:e[6]},128&n&&e[7]])),1&n&&$(r.value)!==e[0]&&A(r,e[0]),e[4]?f?f.p(e,n):(f=fe(e),f.c(),f.m(o,null)):f&&(f.d(1),f=null)},i:n,o:n,d(e){e&&x(o),p&&p.d(),f&&f.d(),s=!1,l(c)}}}function ge(e,n,o){const i=["id","label","placeholder","error","value","min","max"];let l=d(n,i),{id:r}=n,{label:a}=n,{placeholder:s}=n,{error:c=null}=n,{value:p=null}=n,{min:u}=n,{max:y}=n;return e.$$set=e=>{n=t(t({},n),function(e){const n={};for(const t in e)"$"!==t[0]&&(n[t]=e[t]);return n}(e)),o(7,l=d(n,i)),"id"in e&&o(1,r=e.id),"label"in e&&o(2,a=e.label),"placeholder"in e&&o(3,s=e.placeholder),"error"in e&&o(4,c=e.error),"value"in e&&o(0,p=e.value),"min"in e&&o(5,u=e.min),"max"in e&&o(6,y=e.max)},[p,r,a,s,c,u,y,l,function(n){S(e,n)},function(){p=$(this.value),o(0,p)}]}"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self&&self;function je(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var ve,we={exports:{}};"undefined"!=typeof self&&self,ve=function(){return function(e){var n={};function t(o){if(n[o])return n[o].exports;var i=n[o]={i:o,l:!1,exports:{}};return e[o].call(i.exports,i,i.exports,t),i.l=!0,i.exports}return t.m=e,t.c=n,t.d=function(e,n,o){t.o(e,n)||Object.defineProperty(e,n,{configurable:!1,enumerable:!0,get:o})},t.r=function(e){Object.defineProperty(e,"__esModule",{value:!0})},t.n=function(e){var n=e&&e.__esModule?function(){return e.default}:function(){return e};return t.d(n,"a",n),n},t.o=function(e,n){return Object.prototype.hasOwnProperty.call(e,n)},t.p="",t(t.s=0)}({"./dist/icons.json":
|
|
2
2
|
/*!*************************!*\
|
|
3
3
|
!*** ./dist/icons.json ***!
|
|
4
4
|
\*************************/
|
|
@@ -327,4 +327,4 @@ var Ui=function(e){"use strict";function n(){}function t(e,n){for(const t in n)e
|
|
|
327
327
|
/*!**************************************************!*\
|
|
328
328
|
!*** multi core-js/es/array/from ./src/index.js ***!
|
|
329
329
|
\**************************************************/
|
|
330
|
-
/*! no static exports found */function(e,n,t){t(/*! core-js/es/array/from */"./node_modules/core-js/es/array/from.js"),e.exports=t(/*! /home/travis/build/feathericons/feather/src/index.js */"./src/index.js")}})},we.exports=ve();var be=je(we.exports);function _e(e){let n,o,i,l=e[3].contents+"",r=[e[3].attrs,{style:i="width: "+e[0]+"; height: "+e[1]+"; color: "+e[2]+";"}],a={};for(let e=0;e<r.length;e+=1)a=t(a,r[e]);return{c(){n=g("svg"),o=g("g"),k(n,a),C(n,"svelte-1cuxg7m",!0)},m(e,t){h(e,n,t),y(n,o),o.innerHTML=l},p(e,t){8&t&&l!==(l=e[3].contents+"")&&(o.innerHTML=l),k(n,a=Q(r,[8&t&&e[3].attrs,7&t&&i!==(i="width: "+e[0]+"; height: "+e[1]+"; color: "+e[2]+";")&&{style:i}])),C(n,"svelte-1cuxg7m",!0)},d(e){e&&x(n)}}}function Me(e){let t,o=e[3]&&_e(e);return{c(){o&&o.c(),t=w()},m(e,n){o&&o.m(e,n),h(e,t,n)},p(e,[n]){e[3]?o?o.p(e,n):(o=_e(e),o.c(),o.m(t.parentNode,t)):o&&(o.d(1),o=null)},i:n,o:n,d(e){o&&o.d(e),e&&x(t)}}}function ke(e,n,t){let{name:o}=n,{stroke:i}=n,{strokeWidth:l}=n,{width:r="1em"}=n,{height:a="1em"}=n,{color:s="white"}=n;const c=be.icons[o];return e.$$set=e=>{"name"in e&&t(4,o=e.name),"stroke"in e&&t(5,i=e.stroke),"strokeWidth"in e&&t(6,l=e.strokeWidth),"width"in e&&t(0,r=e.width),"height"in e&&t(1,a=e.height),"color"in e&&t(2,s=e.color)},e.$$.update=()=>{104&e.$$.dirty&&c&&(i&&t(3,c.attrs.stroke=i,c),l&&t(3,c.attrs["stroke-width"]=l,c))},[r,a,s,c,o,i,l]}function $e(e){let t,o,i;return{c(){t=g("svg"),o=g("path"),i=g("path"),_(o,"d","M30.009 29.9999C29.3241 30.0677 28.7761 30.1355 28.4336 30.2033C28.0912 30.3389 27.8857 30.5423 27.7487 30.8812C27.6117 31.2202 27.5432 31.7626 27.5432 32.5084V47.1524C27.5432 47.8982 27.6117 48.4406 27.7487 48.7795C27.8857 49.1185 28.0912 49.3219 28.4336 49.4575C28.7761 49.5931 29.2556 49.6609 30.009 49.6609V50.2711C29.1186 50.2033 27.8172 50.2033 26.2419 50.2033C24.5295 50.2033 23.2282 50.2033 22.4062 50.2711V49.7965C23.0912 49.7287 23.6391 49.6609 23.9816 49.5931C24.3241 49.4575 24.5295 49.2541 24.6665 48.9151C24.8035 48.5762 24.872 48.0338 24.872 47.288V32.5762C24.872 31.8304 24.8035 31.288 24.6665 30.949C24.5295 30.6101 24.3241 30.4067 23.9816 30.2711C23.6391 30.1355 23.1597 30.0677 22.4062 30.0677V29.4575C23.2282 29.5253 24.5295 29.5253 26.2419 29.5253C27.8172 29.5253 29.1186 29.5253 30.009 29.4575V29.9999Z"),_(o,"fill","white"),_(i,"d","M18.7079 40.4406C11.1737 37.3897 6.24219 30.2033 6.24219 22.1355C6.24219 11.2202 15.2148 2.33887 26.2422 2.33887C37.2696 2.33887 46.2422 11.2202 46.2422 22.1355C46.2422 30.2033 41.3107 37.4575 33.7764 40.4406L32.2696 36.9151C38.3655 34.4745 42.3381 28.6439 42.3381 22.0677C42.3381 13.2541 35.0778 6.06768 26.1737 6.06768C17.2696 6.06768 10.0093 13.2541 10.0093 22.0677C10.0093 28.5762 13.9819 34.4067 20.0778 36.9151L18.7079 40.4406Z"),_(i,"fill","#00D692"),_(t,"width",e[0]),_(t,"height",e[1]),_(t,"viewBox","0 0 54 53"),_(t,"fill","none"),_(t,"xmlns","http://www.w3.org/2000/svg")},m(e,n){h(e,t,n),y(t,o),y(t,i)},p(e,[n]){1&n&&_(t,"width",e[0]),2&n&&_(t,"height",e[1])},i:n,o:n,d(e){e&&x(t)}}}function ze(e,n,t){let{width:o="5rem"}=n,{height:i="5rem"}=n;return e.$$set=e=>{"width"in e&&t(0,o=e.width),"height"in e&&t(1,i=e.height)},[o,i]}class Ae extends ie{constructor(e){super(),oe(this,e,ze,$e,a,{width:0,height:1})}}function Ce(e){let t,o,i;return o=new Ae({props:{width:"4em",height:"4em"}}),{c(){t=m("div"),X(o.$$.fragment),_(t,"class","rotate linear infinite svelte-1dns1yx")},m(e,n){h(e,t,n),ee(o,t,null),i=!0},p:n,i(e){i||(K(o.$$.fragment,e),i=!0)},o(e){J(o.$$.fragment,e),i=!1},d(e){e&&x(t),ne(o)}}}function He(e){let t,o;return{c(){t=g("svg"),o=g("path"),_(o,"stroke-linecap","round"),_(o,"stroke-linejoin","round"),_(o,"stroke-width","2"),_(o,"d","M13 16h-1v-4h-1m1-4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z"),_(t,"class","icon-info"),_(t,"width",e[0]),_(t,"height",e[1]),_(t,"fill","none"),_(t,"stroke","currentColor"),_(t,"viewBox","0 0 24 24"),_(t,"xmlns","http://www.w3.org/2000/svg")},m(e,n){h(e,t,n),y(t,o)},p(e,[n]){1&n&&_(t,"width",e[0]),2&n&&_(t,"height",e[1])},i:n,o:n,d(e){e&&x(t)}}}function Oe(e,n,t){let{width:o="5rem"}=n,{height:i="5rem"}=n;return e.$$set=e=>{"width"in e&&t(0,o=e.width),"height"in e&&t(1,i=e.height)},[o,i]}function Le(e){let t,o;return{c(){t=g("svg"),o=g("path"),_(o,"stroke-linecap","round"),_(o,"stroke-linejoin","round"),_(o,"stroke-width","2"),_(o,"d","M6 18L18 6M6 6l12 12"),_(t,"xmlns","http://www.w3.org/2000/svg"),_(t,"width",e[0]),_(t,"height",e[1]),_(t,"fill","none"),_(t,"viewBox","0 0 24 24"),_(t,"stroke","currentColor")},m(e,n){h(e,t,n),y(t,o)},p(e,[n]){1&n&&_(t,"width",e[0]),2&n&&_(t,"height",e[1])},i:n,o:n,d(e){e&&x(t)}}}function Ve(e,n,t){let{width:o="5rem"}=n,{height:i="5rem"}=n;return e.$$set=e=>{"width"in e&&t(0,o=e.width),"height"in e&&t(1,i=e.height)},[o,i]}class Se extends ie{constructor(e){super(),oe(this,e,Ve,Le,a,{width:0,height:1})}}function Ee(e,n,t){const o=e.slice();return o[6]=n[t],o}function Pe(e){let n,t,o,i,l,r,a,s=e[6].name+"";function c(){return e[4](e[6])}return{c(){n=m("li"),t=m("a"),o=j(s),l=v(),_(t,"href",i="string"==typeof e[6].hrefOrCallback?e[6].hrefOrCallback:"#"),_(t,"class","svelte-jkys2k"),_(n,"class","account__sidebar__item svelte-jkys2k"),C(n,"active",e[1]===e[6].name)},m(e,i){h(e,n,i),y(n,t),y(t,o),y(n,l),r||(a=b(t,"click",c),r=!0)},p(l,r){e=l,1&r&&s!==(s=e[6].name+"")&&z(o,s),1&r&&i!==(i="string"==typeof e[6].hrefOrCallback?e[6].hrefOrCallback:"#")&&_(t,"href",i),3&r&&C(n,"active",e[1]===e[6].name)},d(e){e&&x(n),r=!1,a()}}}function Te(e){let n,t,o,i,l,r,a,s;o=new Se({props:{width:"3em",height:"3em"}});let c=e[0],p=[];for(let n=0;n<c.length;n+=1)p[n]=Pe(Ee(e,c,n));return{c(){n=m("nav"),t=m("button"),X(o.$$.fragment),i=v(),l=m("ul");for(let e=0;e<p.length;e+=1)p[e].c();_(t,"class","account__sidebar__close svelte-jkys2k"),_(l,"class","account__sidebar__item_container svelte-jkys2k"),_(n,"data-testid","sidebar"),_(n,"class","account__sidebar svelte-jkys2k")},m(c,d){h(c,n,d),y(n,t),ee(o,t,null),y(n,i),y(n,l);for(let e=0;e<p.length;e+=1)p[e].m(l,null);r=!0,a||(s=b(t,"click",e[3]),a=!0)},p(e,[n]){if(7&n){let t;for(c=e[0],t=0;t<c.length;t+=1){const o=Ee(e,c,t);p[t]?p[t].p(o,n):(p[t]=Pe(o),p[t].c(),p[t].m(l,null))}for(;t<p.length;t+=1)p[t].d(1);p.length=c.length}},i(e){r||(K(o.$$.fragment,e),r=!0)},o(e){J(o.$$.fragment,e),r=!1},d(e){e&&x(n),ne(o),f(p,e),a=!1,s()}}}function Ie(e,n,t){let o,{navigationItems:i}=n;const l=V(),r=e=>{if(t(1,o=e.name),"function"==typeof e.hrefOrCallback)return e.hrefOrCallback(),!1;l("click_link")};return e.$$set=e=>{"navigationItems"in e&&t(0,i=e.navigationItems)},[i,o,r,function(n){S(e,n)},e=>r(e)]}class qe extends ie{constructor(e){super(),oe(this,e,Ie,Te,a,{navigationItems:0})}}function Be(e){let t,o;return{c(){t=g("svg"),o=g("path"),_(o,"stroke-linecap","round"),_(o,"stroke-linejoin","round"),_(o,"stroke-width","2"),_(o,"d","M4 6h16M4 12h16M4 18h16"),_(t,"xmlns","http://www.w3.org/2000/svg"),_(t,"width",e[0]),_(t,"height",e[1]),_(t,"fill","none"),_(t,"viewBox","0 0 24 24"),_(t,"stroke","currentColor")},m(e,n){h(e,t,n),y(t,o)},p(e,[n]){1&n&&_(t,"width",e[0]),2&n&&_(t,"height",e[1])},i:n,o:n,d(e){e&&x(t)}}}function Fe(e,n,t){let{width:o="5rem"}=n,{height:i="5rem"}=n;return e.$$set=e=>{"width"in e&&t(0,o=e.width),"height"in e&&t(1,i=e.height)},[o,i]}class Ne extends ie{constructor(e){super(),oe(this,e,Fe,Be,a,{width:0,height:1})}}function Re(e){let n,t;return n=new qe({props:{navigationItems:e[0]}}),n.$on("click_link",e[4]),n.$on("click",e[5]),{c(){X(n.$$.fragment)},m(e,o){ee(n,e,o),t=!0},p(e,t){const o={};1&t&&(o.navigationItems=e[0]),n.$set(o)},i(e){t||(K(n.$$.fragment,e),t=!0)},o(e){J(n.$$.fragment,e),t=!1},d(e){ne(n,e)}}}function De(e){let n,t,o,i,l,r,a,s,c,p,d,u,f,g,w,M,k,$,A,C,H,O;o=new Ae({props:{width:"3em",height:"3em"}}),c=new Ne({props:{width:"3em",height:"3em"}});let L=e[2]&&Re(e);return g=new Ae({props:{width:"3em",height:"3em"}}),A=new qe({props:{navigationItems:e[0]}}),{c(){n=m("div"),t=m("div"),X(o.$$.fragment),i=v(),l=m("h1"),r=j(e[1]),a=v(),s=m("button"),X(c.$$.fragment),p=v(),L&&L.c(),d=v(),u=m("div"),f=m("div"),X(g.$$.fragment),w=v(),M=m("h1"),k=j(e[1]),$=v(),X(A.$$.fragment),_(l,"class","svelte-1uu9ytm"),_(t,"class","account__navigation--mobile__title-container svelte-1uu9ytm"),_(s,"class","account__navigation--mobile__button svelte-1uu9ytm"),_(n,"class","account__navigation--mobile svelte-1uu9ytm"),_(M,"class","svelte-1uu9ytm"),_(f,"class","account__navigation__title-container svelte-1uu9ytm"),_(u,"class","account__navigation svelte-1uu9ytm")},m(x,m){h(x,n,m),y(n,t),ee(o,t,null),y(t,i),y(t,l),y(l,r),y(n,a),y(n,s),ee(c,s,null),y(n,p),L&&L.m(n,null),h(x,d,m),h(x,u,m),y(u,f),ee(g,f,null),y(f,w),y(f,M),y(M,k),y(u,$),ee(A,u,null),C=!0,H||(O=b(s,"click",e[3]),H=!0)},p(e,[t]){(!C||2&t)&&z(r,e[1]),e[2]?L?(L.p(e,t),4&t&&K(L,1)):(L=Re(e),L.c(),K(L,1),L.m(n,null)):L&&(U(),J(L,1,1,(()=>{L=null})),Y()),(!C||2&t)&&z(k,e[1]);const o={};1&t&&(o.navigationItems=e[0]),A.$set(o)},i(e){C||(K(o.$$.fragment,e),K(c.$$.fragment,e),K(L),K(g.$$.fragment,e),K(A.$$.fragment,e),C=!0)},o(e){J(o.$$.fragment,e),J(c.$$.fragment,e),J(L),J(g.$$.fragment,e),J(A.$$.fragment,e),C=!1},d(e){e&&x(n),ne(o),ne(c),L&&L.d(),e&&x(d),e&&x(u),ne(g),ne(A),H=!1,O()}}}function We(e,n,t){let{navigationItems:o}=n,{title:i}=n,l=!1;return e.$$set=e=>{"navigationItems"in e&&t(0,o=e.navigationItems),"title"in e&&t(1,i=e.title)},[o,i,l,()=>t(2,l=!0),()=>t(2,l=!1),()=>t(2,l=!1)]}function Ge(e,n,t){const o=e.slice();return o[3]=n[t],o}function Ze(e,n,t){const o=e.slice();return o[6]=n[t].key,o[7]=n[t].renderComponent,o}function Ue(e,n,t){const o=e.slice();return o[10]=n[t],o}function Ye(e){let n,t,o,i=e[10].title+"";return{c(){n=m("th"),t=j(i),o=v(),_(n,"class","data-table__header__cell svelte-1ju5y8t")},m(e,i){h(e,n,i),y(n,t),y(n,o)},p(e,n){2&n&&i!==(i=e[10].title+"")&&z(t,i)},d(e){e&&x(n)}}}function Ke(e){let t,o=e[3][e[6]]+"";return{c(){t=j(o)},m(e,n){h(e,t,n)},p(e,n){3&n&&o!==(o=e[3][e[6]]+"")&&z(t,o)},i:n,o:n,d(e){e&&x(t)}}}function Je(e){let n,t,o;function i(){return e[2](e[7],e[3])}var l=e[7].component;return l&&(n=new l({}),n.$on("click",i)),{c(){n&&X(n.$$.fragment),t=w()},m(e,i){n&&ee(n,e,i),h(e,t,i),o=!0},p(o,r){if(l!==(l=(e=o)[7].component)){if(n){U();const e=n;J(e.$$.fragment,1,0,(()=>{ne(e,1)})),Y()}l?(n=new l({}),n.$on("click",i),X(n.$$.fragment),K(n.$$.fragment,1),ee(n,t.parentNode,t)):n=null}},i(e){o||(n&&K(n.$$.fragment,e),o=!0)},o(e){n&&J(n.$$.fragment,e),o=!1},d(e){e&&x(t),n&&ne(n,e)}}}function Qe(e){let n,t,o,i;const l=[Je,Ke],r=[];function a(e,n){return e[7]?0:1}return t=a(e),o=r[t]=l[t](e),{c(){n=m("td"),o.c(),_(n,"class","data-table__body__cell svelte-1ju5y8t")},m(e,o){h(e,n,o),r[t].m(n,null),i=!0},p(e,i){let s=t;t=a(e),t===s?r[t].p(e,i):(U(),J(r[s],1,1,(()=>{r[s]=null})),Y(),o=r[t],o?o.p(e,i):(o=r[t]=l[t](e),o.c()),K(o,1),o.m(n,null))},i(e){i||(K(o),i=!0)},o(e){J(o),i=!1},d(e){e&&x(n),r[t].d()}}}function Xe(e){let n,t,o,i=e[1],l=[];for(let n=0;n<i.length;n+=1)l[n]=Qe(Ze(e,i,n));const r=e=>J(l[e],1,1,(()=>{l[e]=null}));return{c(){n=m("tr");for(let e=0;e<l.length;e+=1)l[e].c();t=v(),_(n,"class","data-table__body__row")},m(e,i){h(e,n,i);for(let e=0;e<l.length;e+=1)l[e].m(n,null);y(n,t),o=!0},p(e,o){if(3&o){let a;for(i=e[1],a=0;a<i.length;a+=1){const r=Ze(e,i,a);l[a]?(l[a].p(r,o),K(l[a],1)):(l[a]=Qe(r),l[a].c(),K(l[a],1),l[a].m(n,t))}for(U(),a=i.length;a<l.length;a+=1)r(a);Y()}},i(e){if(!o){for(let e=0;e<i.length;e+=1)K(l[e]);o=!0}},o(e){l=l.filter(Boolean);for(let e=0;e<l.length;e+=1)J(l[e]);o=!1},d(e){e&&x(n),f(l,e)}}}function en(e){let n,t,o,i,l,r,a=e[1],s=[];for(let n=0;n<a.length;n+=1)s[n]=Ye(Ue(e,a,n));let c=e[0],p=[];for(let n=0;n<c.length;n+=1)p[n]=Xe(Ge(e,c,n));const d=e=>J(p[e],1,1,(()=>{p[e]=null}));return{c(){n=m("table"),t=m("thead"),o=m("tr");for(let e=0;e<s.length;e+=1)s[e].c();i=v(),l=m("tbody");for(let e=0;e<p.length;e+=1)p[e].c();_(t,"class","data-table__header svelte-1ju5y8t"),_(l,"class","data-table__body"),_(n,"class","data-table svelte-1ju5y8t")},m(e,a){h(e,n,a),y(n,t),y(t,o);for(let e=0;e<s.length;e+=1)s[e].m(o,null);y(n,i),y(n,l);for(let e=0;e<p.length;e+=1)p[e].m(l,null);r=!0},p(e,[n]){if(2&n){let t;for(a=e[1],t=0;t<a.length;t+=1){const i=Ue(e,a,t);s[t]?s[t].p(i,n):(s[t]=Ye(i),s[t].c(),s[t].m(o,null))}for(;t<s.length;t+=1)s[t].d(1);s.length=a.length}if(3&n){let t;for(c=e[0],t=0;t<c.length;t+=1){const o=Ge(e,c,t);p[t]?(p[t].p(o,n),K(p[t],1)):(p[t]=Xe(o),p[t].c(),K(p[t],1),p[t].m(l,null))}for(U(),t=c.length;t<p.length;t+=1)d(t);Y()}},i(e){if(!r){for(let e=0;e<c.length;e+=1)K(p[e]);r=!0}},o(e){p=p.filter(Boolean);for(let e=0;e<p.length;e+=1)J(p[e]);r=!1},d(e){e&&x(n),f(s,e),f(p,e)}}}function nn(e,n,t){let{rows:o}=n,{collumns:i}=n;return e.$$set=e=>{"rows"in e&&t(0,o=e.rows),"collumns"in e&&t(1,i=e.collumns)},[o,i,(e,n)=>e.props.onclick(n)]}function tn(e){let t,o;return{c(){t=g("svg"),o=g("path"),_(o,"stroke-linecap","round"),_(o,"stroke-linejoin","round"),_(o,"stroke-width","2"),_(o,"d","M12 4v16m8-8H4"),_(t,"xmlns","http://www.w3.org/2000/svg"),_(t,"height",e[1]),_(t,"width",e[0]),_(t,"fill","none"),_(t,"viewBox","0 0 24 24"),_(t,"stroke","currentColor")},m(e,n){h(e,t,n),y(t,o)},p(e,[n]){2&n&&_(t,"height",e[1]),1&n&&_(t,"width",e[0])},i:n,o:n,d(e){e&&x(t)}}}function on(e,n,t){let{width:o="3rem"}=n,{height:i="3rem"}=n;return e.$$set=e=>{"width"in e&&t(0,o=e.width),"height"in e&&t(1,i=e.height)},[o,i]}function ln(e){let t,o;return{c(){t=g("svg"),o=g("path"),_(o,"d","M12 10.2857C12 10.7404 11.8194 11.1764 11.4979 11.4979C11.1764 11.8194 10.7404 12 10.2857 12L3.10371 12C2.64909 11.9999 2.21313 11.8192 1.89171 11.4977L0.502286 10.1083C0.180773 9.78687 9.70432e-05 9.35091 -2.71336e-07 8.89629L-8.99207e-07 1.71429C-9.38954e-07 1.25963 0.180611 0.823595 0.502102 0.502104C0.823593 0.180613 1.25963 9.38953e-07 1.71428 8.99206e-07L10.2857 1.49868e-07C10.7404 1.1012e-07 11.1764 0.180612 11.4979 0.502103C11.8194 0.823594 12 1.25963 12 1.71429L12 10.2857ZM10.2857 11.1429C10.513 11.1429 10.7311 11.0526 10.8918 10.8918C11.0526 10.7311 11.1429 10.513 11.1429 10.2857L11.1429 1.71429C11.1429 1.48696 11.0526 1.26894 10.8918 1.10819C10.7311 0.947449 10.513 0.857143 10.2857 0.857143L10.2857 4.71429C10.2857 5.05528 10.1503 5.3823 9.90914 5.62342C9.66802 5.86454 9.34099 6 9 6L3 6C2.65901 6 2.33198 5.86454 2.09086 5.62342C1.84974 5.38231 1.71429 5.05528 1.71429 4.71429L1.71428 0.857143C1.48696 0.857143 1.26894 0.94745 1.10819 1.1082C0.947448 1.26894 0.857142 1.48696 0.857142 1.71429L0.857142 8.89629C0.857191 9.1236 0.947529 9.34158 1.10829 9.50229L2.49771 10.8917C2.65842 11.0525 2.8764 11.1428 3.10371 11.1429L3.42857 11.1429L3.42857 9C3.42857 8.65901 3.56403 8.33198 3.80515 8.09086C4.04627 7.84975 4.37329 7.71429 4.71429 7.71429L8.14286 7.71429C8.48385 7.71429 8.81088 7.84974 9.05199 8.09086C9.29311 8.33198 9.42857 8.65901 9.42857 9L9.42857 11.1429L10.2857 11.1429ZM8.57143 11.1429L8.57143 9C8.57143 8.88634 8.52628 8.77733 8.4459 8.69695C8.36553 8.61658 8.25652 8.57143 8.14286 8.57143L4.71429 8.57143C4.60062 8.57143 4.49161 8.61658 4.41124 8.69695C4.33087 8.77733 4.28571 8.88634 4.28571 9L4.28571 11.1429L8.57143 11.1429ZM2.57143 0.857143L2.57143 4.71429C2.57143 4.82795 2.61658 4.93696 2.69695 5.01733C2.77733 5.09771 2.88633 5.14286 3 5.14286L9 5.14286C9.11366 5.14286 9.22267 5.0977 9.30305 5.01733C9.38342 4.93696 9.42857 4.82795 9.42857 4.71429L9.42857 0.857143L2.57143 0.857143Z"),_(o,"fill",e[2]),_(t,"width",e[0]),_(t,"height",e[1]),_(t,"viewBox","0 0 12 12"),_(t,"fill","none"),_(t,"xmlns","http://www.w3.org/2000/svg")},m(e,n){h(e,t,n),y(t,o)},p(e,[n]){4&n&&_(o,"fill",e[2]),1&n&&_(t,"width",e[0]),2&n&&_(t,"height",e[1])},i:n,o:n,d(e){e&&x(t)}}}function rn(e,n,t){let{width:o="5rem"}=n,{height:i="5rem"}=n,{fill:l="currentColor"}=n;return e.$$set=e=>{"width"in e&&t(0,o=e.width),"height"in e&&t(1,i=e.height),"fill"in e&&t(2,l=e.fill)},[o,i,l]}function an(e){let t,o;return{c(){t=g("svg"),o=g("path"),_(o,"stroke-linecap","round"),_(o,"stroke-linejoin","round"),_(o,"stroke-width","2"),_(o,"d","M19 7l-.867 12.142A2 2 0 0116.138 21H7.862a2 2 0 01-1.995-1.858L5 7m5 4v6m4-6v6m1-10V4a1 1 0 00-1-1h-4a1 1 0 00-1 1v3M4 7h16"),_(t,"width",e[0]),_(t,"height",e[1]),_(t,"fill","none"),_(t,"stroke",e[2]),_(t,"viewBox","0 0 24 24"),_(t,"xmlns","http://www.w3.org/2000/svg")},m(e,n){h(e,t,n),y(t,o)},p(e,[n]){1&n&&_(t,"width",e[0]),2&n&&_(t,"height",e[1]),4&n&&_(t,"stroke",e[2])},i:n,o:n,d(e){e&&x(t)}}}function sn(e,n,t){let{width:o="5rem"}=n,{height:i="5rem"}=n,{stroke:l="currentColor"}=n;return e.$$set=e=>{"width"in e&&t(0,o=e.width),"height"in e&&t(1,i=e.height),"stroke"in e&&t(2,l=e.stroke)},[o,i,l]}function cn(e){let t,o,i,l,a;return{c(){t=m("div"),o=j(e[1]),_(t,"class",i=u(`alert alert--${e[0]}`)+" svelte-1oun6o6")},m(n,i){h(n,t,i),y(t,o),l||(a=b(t,"click",(function(){r(e[2])&&e[2].apply(this,arguments)})),l=!0)},p(n,[l]){e=n,2&l&&z(o,e[1]),1&l&&i!==(i=u(`alert alert--${e[0]}`)+" svelte-1oun6o6")&&_(t,"class",i)},i:n,o:n,d(e){e&&x(t),l=!1,a()}}}function pn(e,n,t){let{type:o="success"}=n,{content:i}=n,{callback:l}=n;return e.$$set=e=>{"type"in e&&t(0,o=e.type),"content"in e&&t(1,i=e.content),"callback"in e&&t(2,l=e.callback)},[o,i,l]}return e.Alert=class extends ie{constructor(e){super(),oe(this,e,pn,cn,a,{type:0,content:1,callback:2})}},e.Button=class extends ie{constructor(e){super(),oe(this,e,re,le,a,{type:0,disabled:1,kind:2,size:3,rounded:4,id:5})}},e.DataTable=class extends ie{constructor(e){super(),oe(this,e,nn,en,a,{rows:0,collumns:1})}},e.Icon=class extends ie{constructor(e){super(),oe(this,e,ke,Me,a,{name:4,stroke:5,strokeWidth:6,width:0,height:1,color:2})}},e.IconFloppyDisk=class extends ie{constructor(e){super(),oe(this,e,rn,ln,a,{width:0,height:1,fill:2})}},e.IconInfo=class extends ie{constructor(e){super(),oe(this,e,Oe,He,a,{width:0,height:1})}},e.IconMore=class extends ie{constructor(e){super(),oe(this,e,on,tn,a,{width:0,height:1})}},e.IconTrashCan=class extends ie{constructor(e){super(),oe(this,e,sn,an,a,{width:0,height:1,stroke:2})}},e.Loader=class extends ie{constructor(e){super(),oe(this,e,null,Ce,a,{})}},e.Navigation=class extends ie{constructor(e){super(),oe(this,e,We,De,a,{navigationItems:0,title:1})}},e.NumberInput=class extends ie{constructor(e){super(),oe(this,e,ge,me,a,{id:1,label:2,placeholder:3,error:4,value:0,min:5,max:6})}},e.RadioButton=class extends ie{constructor(e){super(),oe(this,e,he,ye,a,{label:5,value:2,group:0,name:3,checked:1})}get label(){return this.$$.ctx[5]}},e.SideBar=qe,e.TextInput=class extends ie{constructor(e){super(),oe(this,e,ue,de,a,{TextType:11,id:1,type:12,label:2,placeholder:3,error:4,htmlError:5,value:0,onFocus:6,onBlur:7,readonly:8,border:9})}},Object.defineProperty(e,"__esModule",{value:!0}),e}({});
|
|
330
|
+
/*! no static exports found */function(e,n,t){t(/*! core-js/es/array/from */"./node_modules/core-js/es/array/from.js"),e.exports=t(/*! /home/travis/build/feathericons/feather/src/index.js */"./src/index.js")}})},we.exports=ve();var be=je(we.exports);function _e(e){let n,o,i,l=e[3].contents+"",r=[e[3].attrs,{style:i="width: "+e[0]+"; height: "+e[1]+"; color: "+e[2]+";"}],a={};for(let e=0;e<r.length;e+=1)a=t(a,r[e]);return{c(){n=g("svg"),o=g("g"),k(n,a),C(n,"svelte-1cuxg7m",!0)},m(e,t){h(e,n,t),y(n,o),o.innerHTML=l},p(e,t){8&t&&l!==(l=e[3].contents+"")&&(o.innerHTML=l),k(n,a=Q(r,[8&t&&e[3].attrs,7&t&&i!==(i="width: "+e[0]+"; height: "+e[1]+"; color: "+e[2]+";")&&{style:i}])),C(n,"svelte-1cuxg7m",!0)},d(e){e&&x(n)}}}function Me(e){let t,o=e[3]&&_e(e);return{c(){o&&o.c(),t=w()},m(e,n){o&&o.m(e,n),h(e,t,n)},p(e,[n]){e[3]?o?o.p(e,n):(o=_e(e),o.c(),o.m(t.parentNode,t)):o&&(o.d(1),o=null)},i:n,o:n,d(e){o&&o.d(e),e&&x(t)}}}function ke(e,n,t){let{name:o}=n,{stroke:i}=n,{strokeWidth:l}=n,{width:r="1em"}=n,{height:a="1em"}=n,{color:s="white"}=n;const c=be.icons[o];return e.$$set=e=>{"name"in e&&t(4,o=e.name),"stroke"in e&&t(5,i=e.stroke),"strokeWidth"in e&&t(6,l=e.strokeWidth),"width"in e&&t(0,r=e.width),"height"in e&&t(1,a=e.height),"color"in e&&t(2,s=e.color)},e.$$.update=()=>{104&e.$$.dirty&&c&&(i&&t(3,c.attrs.stroke=i,c),l&&t(3,c.attrs["stroke-width"]=l,c))},[r,a,s,c,o,i,l]}function $e(e){let t,o,i;return{c(){t=g("svg"),o=g("path"),i=g("path"),_(o,"d","M30.009 29.9999C29.3241 30.0677 28.7761 30.1355 28.4336 30.2033C28.0912 30.3389 27.8857 30.5423 27.7487 30.8812C27.6117 31.2202 27.5432 31.7626 27.5432 32.5084V47.1524C27.5432 47.8982 27.6117 48.4406 27.7487 48.7795C27.8857 49.1185 28.0912 49.3219 28.4336 49.4575C28.7761 49.5931 29.2556 49.6609 30.009 49.6609V50.2711C29.1186 50.2033 27.8172 50.2033 26.2419 50.2033C24.5295 50.2033 23.2282 50.2033 22.4062 50.2711V49.7965C23.0912 49.7287 23.6391 49.6609 23.9816 49.5931C24.3241 49.4575 24.5295 49.2541 24.6665 48.9151C24.8035 48.5762 24.872 48.0338 24.872 47.288V32.5762C24.872 31.8304 24.8035 31.288 24.6665 30.949C24.5295 30.6101 24.3241 30.4067 23.9816 30.2711C23.6391 30.1355 23.1597 30.0677 22.4062 30.0677V29.4575C23.2282 29.5253 24.5295 29.5253 26.2419 29.5253C27.8172 29.5253 29.1186 29.5253 30.009 29.4575V29.9999Z"),_(o,"fill","white"),_(i,"d","M18.7079 40.4406C11.1737 37.3897 6.24219 30.2033 6.24219 22.1355C6.24219 11.2202 15.2148 2.33887 26.2422 2.33887C37.2696 2.33887 46.2422 11.2202 46.2422 22.1355C46.2422 30.2033 41.3107 37.4575 33.7764 40.4406L32.2696 36.9151C38.3655 34.4745 42.3381 28.6439 42.3381 22.0677C42.3381 13.2541 35.0778 6.06768 26.1737 6.06768C17.2696 6.06768 10.0093 13.2541 10.0093 22.0677C10.0093 28.5762 13.9819 34.4067 20.0778 36.9151L18.7079 40.4406Z"),_(i,"fill","#00D692"),_(t,"width",e[0]),_(t,"height",e[1]),_(t,"viewBox","0 0 54 53"),_(t,"fill","none"),_(t,"xmlns","http://www.w3.org/2000/svg")},m(e,n){h(e,t,n),y(t,o),y(t,i)},p(e,[n]){1&n&&_(t,"width",e[0]),2&n&&_(t,"height",e[1])},i:n,o:n,d(e){e&&x(t)}}}function ze(e,n,t){let{width:o="5rem"}=n,{height:i="5rem"}=n;return e.$$set=e=>{"width"in e&&t(0,o=e.width),"height"in e&&t(1,i=e.height)},[o,i]}class Ae extends ie{constructor(e){super(),oe(this,e,ze,$e,a,{width:0,height:1})}}function Ce(e){let t,o,i;return o=new Ae({props:{width:"4em",height:"4em"}}),{c(){t=m("div"),X(o.$$.fragment),_(t,"class","rotate linear infinite svelte-1dns1yx")},m(e,n){h(e,t,n),ee(o,t,null),i=!0},p:n,i(e){i||(K(o.$$.fragment,e),i=!0)},o(e){J(o.$$.fragment,e),i=!1},d(e){e&&x(t),ne(o)}}}function He(e){let t,o;return{c(){t=g("svg"),o=g("path"),_(o,"stroke-linecap","round"),_(o,"stroke-linejoin","round"),_(o,"stroke-width","2"),_(o,"d","M13 16h-1v-4h-1m1-4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z"),_(t,"class","icon-info"),_(t,"width",e[0]),_(t,"height",e[1]),_(t,"fill","none"),_(t,"stroke","currentColor"),_(t,"viewBox","0 0 24 24"),_(t,"xmlns","http://www.w3.org/2000/svg")},m(e,n){h(e,t,n),y(t,o)},p(e,[n]){1&n&&_(t,"width",e[0]),2&n&&_(t,"height",e[1])},i:n,o:n,d(e){e&&x(t)}}}function Oe(e,n,t){let{width:o="5rem"}=n,{height:i="5rem"}=n;return e.$$set=e=>{"width"in e&&t(0,o=e.width),"height"in e&&t(1,i=e.height)},[o,i]}function Le(e){let t,o;return{c(){t=g("svg"),o=g("path"),_(o,"stroke-linecap","round"),_(o,"stroke-linejoin","round"),_(o,"stroke-width","2"),_(o,"d","M6 18L18 6M6 6l12 12"),_(t,"xmlns","http://www.w3.org/2000/svg"),_(t,"width",e[0]),_(t,"height",e[1]),_(t,"fill","none"),_(t,"viewBox","0 0 24 24"),_(t,"stroke","currentColor")},m(e,n){h(e,t,n),y(t,o)},p(e,[n]){1&n&&_(t,"width",e[0]),2&n&&_(t,"height",e[1])},i:n,o:n,d(e){e&&x(t)}}}function Ve(e,n,t){let{width:o="5rem"}=n,{height:i="5rem"}=n;return e.$$set=e=>{"width"in e&&t(0,o=e.width),"height"in e&&t(1,i=e.height)},[o,i]}class Se extends ie{constructor(e){super(),oe(this,e,Ve,Le,a,{width:0,height:1})}}function Ee(e,n,t){const o=e.slice();return o[6]=n[t],o}function Pe(e){let n,t,o,i,l,r,a,s=e[6].name+"";function c(){return e[4](e[6])}return{c(){n=m("li"),t=m("a"),o=j(s),l=v(),_(t,"href",i="string"==typeof e[6].hrefOrCallback?e[6].hrefOrCallback:"#"),_(t,"class","svelte-jkys2k"),_(n,"class","account__sidebar__item svelte-jkys2k"),C(n,"active",e[1]===e[6].name)},m(e,i){h(e,n,i),y(n,t),y(t,o),y(n,l),r||(a=b(t,"click",c),r=!0)},p(l,r){e=l,1&r&&s!==(s=e[6].name+"")&&z(o,s),1&r&&i!==(i="string"==typeof e[6].hrefOrCallback?e[6].hrefOrCallback:"#")&&_(t,"href",i),3&r&&C(n,"active",e[1]===e[6].name)},d(e){e&&x(n),r=!1,a()}}}function Te(e){let n,t,o,i,l,r,a,s;o=new Se({props:{width:"3em",height:"3em"}});let c=e[0],p=[];for(let n=0;n<c.length;n+=1)p[n]=Pe(Ee(e,c,n));return{c(){n=m("nav"),t=m("button"),X(o.$$.fragment),i=v(),l=m("ul");for(let e=0;e<p.length;e+=1)p[e].c();_(t,"class","account__sidebar__close svelte-jkys2k"),_(l,"class","account__sidebar__item_container svelte-jkys2k"),_(n,"data-testid","sidebar"),_(n,"class","account__sidebar svelte-jkys2k")},m(c,d){h(c,n,d),y(n,t),ee(o,t,null),y(n,i),y(n,l);for(let e=0;e<p.length;e+=1)p[e].m(l,null);r=!0,a||(s=b(t,"click",e[3]),a=!0)},p(e,[n]){if(7&n){let t;for(c=e[0],t=0;t<c.length;t+=1){const o=Ee(e,c,t);p[t]?p[t].p(o,n):(p[t]=Pe(o),p[t].c(),p[t].m(l,null))}for(;t<p.length;t+=1)p[t].d(1);p.length=c.length}},i(e){r||(K(o.$$.fragment,e),r=!0)},o(e){J(o.$$.fragment,e),r=!1},d(e){e&&x(n),ne(o),f(p,e),a=!1,s()}}}function Ie(e,n,t){let o,{navigationItems:i}=n;const l=V(),r=e=>{if(t(1,o=e.name),"function"==typeof e.hrefOrCallback)return e.hrefOrCallback(),!1;l("click_link")};return e.$$set=e=>{"navigationItems"in e&&t(0,i=e.navigationItems)},[i,o,r,function(n){S(e,n)},e=>r(e)]}class qe extends ie{constructor(e){super(),oe(this,e,Ie,Te,a,{navigationItems:0})}}function Be(e){let t,o;return{c(){t=g("svg"),o=g("path"),_(o,"stroke-linecap","round"),_(o,"stroke-linejoin","round"),_(o,"stroke-width","2"),_(o,"d","M4 6h16M4 12h16M4 18h16"),_(t,"xmlns","http://www.w3.org/2000/svg"),_(t,"width",e[0]),_(t,"height",e[1]),_(t,"fill","none"),_(t,"viewBox","0 0 24 24"),_(t,"stroke","currentColor")},m(e,n){h(e,t,n),y(t,o)},p(e,[n]){1&n&&_(t,"width",e[0]),2&n&&_(t,"height",e[1])},i:n,o:n,d(e){e&&x(t)}}}function Fe(e,n,t){let{width:o="5rem"}=n,{height:i="5rem"}=n;return e.$$set=e=>{"width"in e&&t(0,o=e.width),"height"in e&&t(1,i=e.height)},[o,i]}class Ne extends ie{constructor(e){super(),oe(this,e,Fe,Be,a,{width:0,height:1})}}function Re(e){let n,t;return n=new qe({props:{navigationItems:e[0]}}),n.$on("click_link",e[4]),n.$on("click",e[5]),{c(){X(n.$$.fragment)},m(e,o){ee(n,e,o),t=!0},p(e,t){const o={};1&t&&(o.navigationItems=e[0]),n.$set(o)},i(e){t||(K(n.$$.fragment,e),t=!0)},o(e){J(n.$$.fragment,e),t=!1},d(e){ne(n,e)}}}function De(e){let n,t,o,i,l,r,a,s,c,p,d,u,f,g,w,M,k,$,A,C,H,O;o=new Ae({props:{width:"3em",height:"3em"}}),c=new Ne({props:{width:"3em",height:"3em"}});let L=e[2]&&Re(e);return g=new Ae({props:{width:"3em",height:"3em"}}),A=new qe({props:{navigationItems:e[0]}}),{c(){n=m("div"),t=m("div"),X(o.$$.fragment),i=v(),l=m("h1"),r=j(e[1]),a=v(),s=m("button"),X(c.$$.fragment),p=v(),L&&L.c(),d=v(),u=m("div"),f=m("div"),X(g.$$.fragment),w=v(),M=m("h1"),k=j(e[1]),$=v(),X(A.$$.fragment),_(l,"class","svelte-1uu9ytm"),_(t,"class","account__navigation--mobile__title-container svelte-1uu9ytm"),_(s,"class","account__navigation--mobile__button svelte-1uu9ytm"),_(n,"class","account__navigation--mobile svelte-1uu9ytm"),_(M,"class","svelte-1uu9ytm"),_(f,"class","account__navigation__title-container svelte-1uu9ytm"),_(u,"class","account__navigation svelte-1uu9ytm")},m(x,m){h(x,n,m),y(n,t),ee(o,t,null),y(t,i),y(t,l),y(l,r),y(n,a),y(n,s),ee(c,s,null),y(n,p),L&&L.m(n,null),h(x,d,m),h(x,u,m),y(u,f),ee(g,f,null),y(f,w),y(f,M),y(M,k),y(u,$),ee(A,u,null),C=!0,H||(O=b(s,"click",e[3]),H=!0)},p(e,[t]){(!C||2&t)&&z(r,e[1]),e[2]?L?(L.p(e,t),4&t&&K(L,1)):(L=Re(e),L.c(),K(L,1),L.m(n,null)):L&&(U(),J(L,1,1,(()=>{L=null})),Y()),(!C||2&t)&&z(k,e[1]);const o={};1&t&&(o.navigationItems=e[0]),A.$set(o)},i(e){C||(K(o.$$.fragment,e),K(c.$$.fragment,e),K(L),K(g.$$.fragment,e),K(A.$$.fragment,e),C=!0)},o(e){J(o.$$.fragment,e),J(c.$$.fragment,e),J(L),J(g.$$.fragment,e),J(A.$$.fragment,e),C=!1},d(e){e&&x(n),ne(o),ne(c),L&&L.d(),e&&x(d),e&&x(u),ne(g),ne(A),H=!1,O()}}}function We(e,n,t){let{navigationItems:o}=n,{title:i}=n,l=!1;return e.$$set=e=>{"navigationItems"in e&&t(0,o=e.navigationItems),"title"in e&&t(1,i=e.title)},[o,i,l,()=>t(2,l=!0),()=>t(2,l=!1),()=>t(2,l=!1)]}function Ge(e,n,t){const o=e.slice();return o[3]=n[t],o}function Ze(e,n,t){const o=e.slice();return o[6]=n[t].key,o[7]=n[t].renderComponent,o}function Ue(e,n,t){const o=e.slice();return o[10]=n[t],o}function Ye(e){let n,t,o,i=e[10].title+"";return{c(){n=m("th"),t=j(i),o=v(),_(n,"class","data-table__header__cell svelte-1ju5y8t")},m(e,i){h(e,n,i),y(n,t),y(n,o)},p(e,n){2&n&&i!==(i=e[10].title+"")&&z(t,i)},d(e){e&&x(n)}}}function Ke(e){let t,o=e[3][e[6]]+"";return{c(){t=j(o)},m(e,n){h(e,t,n)},p(e,n){3&n&&o!==(o=e[3][e[6]]+"")&&z(t,o)},i:n,o:n,d(e){e&&x(t)}}}function Je(e){let n,t,o;function i(){return e[2](e[7],e[3])}var l=e[7].component;return l&&(n=new l({}),n.$on("click",i)),{c(){n&&X(n.$$.fragment),t=w()},m(e,i){n&&ee(n,e,i),h(e,t,i),o=!0},p(o,r){if(l!==(l=(e=o)[7].component)){if(n){U();const e=n;J(e.$$.fragment,1,0,(()=>{ne(e,1)})),Y()}l?(n=new l({}),n.$on("click",i),X(n.$$.fragment),K(n.$$.fragment,1),ee(n,t.parentNode,t)):n=null}},i(e){o||(n&&K(n.$$.fragment,e),o=!0)},o(e){n&&J(n.$$.fragment,e),o=!1},d(e){e&&x(t),n&&ne(n,e)}}}function Qe(e){let n,t,o,i;const l=[Je,Ke],r=[];function a(e,n){return e[7]?0:1}return t=a(e),o=r[t]=l[t](e),{c(){n=m("td"),o.c(),_(n,"class","data-table__body__cell svelte-1ju5y8t")},m(e,o){h(e,n,o),r[t].m(n,null),i=!0},p(e,i){let s=t;t=a(e),t===s?r[t].p(e,i):(U(),J(r[s],1,1,(()=>{r[s]=null})),Y(),o=r[t],o?o.p(e,i):(o=r[t]=l[t](e),o.c()),K(o,1),o.m(n,null))},i(e){i||(K(o),i=!0)},o(e){J(o),i=!1},d(e){e&&x(n),r[t].d()}}}function Xe(e){let n,t,o,i=e[1],l=[];for(let n=0;n<i.length;n+=1)l[n]=Qe(Ze(e,i,n));const r=e=>J(l[e],1,1,(()=>{l[e]=null}));return{c(){n=m("tr");for(let e=0;e<l.length;e+=1)l[e].c();t=v(),_(n,"class","data-table__body__row")},m(e,i){h(e,n,i);for(let e=0;e<l.length;e+=1)l[e].m(n,null);y(n,t),o=!0},p(e,o){if(3&o){let a;for(i=e[1],a=0;a<i.length;a+=1){const r=Ze(e,i,a);l[a]?(l[a].p(r,o),K(l[a],1)):(l[a]=Qe(r),l[a].c(),K(l[a],1),l[a].m(n,t))}for(U(),a=i.length;a<l.length;a+=1)r(a);Y()}},i(e){if(!o){for(let e=0;e<i.length;e+=1)K(l[e]);o=!0}},o(e){l=l.filter(Boolean);for(let e=0;e<l.length;e+=1)J(l[e]);o=!1},d(e){e&&x(n),f(l,e)}}}function en(e){let n,t,o,i,l,r,a=e[1],s=[];for(let n=0;n<a.length;n+=1)s[n]=Ye(Ue(e,a,n));let c=e[0],p=[];for(let n=0;n<c.length;n+=1)p[n]=Xe(Ge(e,c,n));const d=e=>J(p[e],1,1,(()=>{p[e]=null}));return{c(){n=m("table"),t=m("thead"),o=m("tr");for(let e=0;e<s.length;e+=1)s[e].c();i=v(),l=m("tbody");for(let e=0;e<p.length;e+=1)p[e].c();_(t,"class","data-table__header svelte-1ju5y8t"),_(l,"class","data-table__body"),_(n,"class","data-table svelte-1ju5y8t")},m(e,a){h(e,n,a),y(n,t),y(t,o);for(let e=0;e<s.length;e+=1)s[e].m(o,null);y(n,i),y(n,l);for(let e=0;e<p.length;e+=1)p[e].m(l,null);r=!0},p(e,[n]){if(2&n){let t;for(a=e[1],t=0;t<a.length;t+=1){const i=Ue(e,a,t);s[t]?s[t].p(i,n):(s[t]=Ye(i),s[t].c(),s[t].m(o,null))}for(;t<s.length;t+=1)s[t].d(1);s.length=a.length}if(3&n){let t;for(c=e[0],t=0;t<c.length;t+=1){const o=Ge(e,c,t);p[t]?(p[t].p(o,n),K(p[t],1)):(p[t]=Xe(o),p[t].c(),K(p[t],1),p[t].m(l,null))}for(U(),t=c.length;t<p.length;t+=1)d(t);Y()}},i(e){if(!r){for(let e=0;e<c.length;e+=1)K(p[e]);r=!0}},o(e){p=p.filter(Boolean);for(let e=0;e<p.length;e+=1)J(p[e]);r=!1},d(e){e&&x(n),f(s,e),f(p,e)}}}function nn(e,n,t){let{rows:o}=n,{collumns:i}=n;return e.$$set=e=>{"rows"in e&&t(0,o=e.rows),"collumns"in e&&t(1,i=e.collumns)},[o,i,(e,n)=>e.props.onclick(n)]}function tn(e){let t,o;return{c(){t=g("svg"),o=g("path"),_(o,"stroke-linecap","round"),_(o,"stroke-linejoin","round"),_(o,"stroke-width","2"),_(o,"d","M12 4v16m8-8H4"),_(t,"xmlns","http://www.w3.org/2000/svg"),_(t,"height",e[1]),_(t,"width",e[0]),_(t,"fill","none"),_(t,"viewBox","0 0 24 24"),_(t,"stroke","currentColor")},m(e,n){h(e,t,n),y(t,o)},p(e,[n]){2&n&&_(t,"height",e[1]),1&n&&_(t,"width",e[0])},i:n,o:n,d(e){e&&x(t)}}}function on(e,n,t){let{width:o="3rem"}=n,{height:i="3rem"}=n;return e.$$set=e=>{"width"in e&&t(0,o=e.width),"height"in e&&t(1,i=e.height)},[o,i]}function ln(e){let t,o;return{c(){t=g("svg"),o=g("path"),_(o,"d","M12 10.2857C12 10.7404 11.8194 11.1764 11.4979 11.4979C11.1764 11.8194 10.7404 12 10.2857 12L3.10371 12C2.64909 11.9999 2.21313 11.8192 1.89171 11.4977L0.502286 10.1083C0.180773 9.78687 9.70432e-05 9.35091 -2.71336e-07 8.89629L-8.99207e-07 1.71429C-9.38954e-07 1.25963 0.180611 0.823595 0.502102 0.502104C0.823593 0.180613 1.25963 9.38953e-07 1.71428 8.99206e-07L10.2857 1.49868e-07C10.7404 1.1012e-07 11.1764 0.180612 11.4979 0.502103C11.8194 0.823594 12 1.25963 12 1.71429L12 10.2857ZM10.2857 11.1429C10.513 11.1429 10.7311 11.0526 10.8918 10.8918C11.0526 10.7311 11.1429 10.513 11.1429 10.2857L11.1429 1.71429C11.1429 1.48696 11.0526 1.26894 10.8918 1.10819C10.7311 0.947449 10.513 0.857143 10.2857 0.857143L10.2857 4.71429C10.2857 5.05528 10.1503 5.3823 9.90914 5.62342C9.66802 5.86454 9.34099 6 9 6L3 6C2.65901 6 2.33198 5.86454 2.09086 5.62342C1.84974 5.38231 1.71429 5.05528 1.71429 4.71429L1.71428 0.857143C1.48696 0.857143 1.26894 0.94745 1.10819 1.1082C0.947448 1.26894 0.857142 1.48696 0.857142 1.71429L0.857142 8.89629C0.857191 9.1236 0.947529 9.34158 1.10829 9.50229L2.49771 10.8917C2.65842 11.0525 2.8764 11.1428 3.10371 11.1429L3.42857 11.1429L3.42857 9C3.42857 8.65901 3.56403 8.33198 3.80515 8.09086C4.04627 7.84975 4.37329 7.71429 4.71429 7.71429L8.14286 7.71429C8.48385 7.71429 8.81088 7.84974 9.05199 8.09086C9.29311 8.33198 9.42857 8.65901 9.42857 9L9.42857 11.1429L10.2857 11.1429ZM8.57143 11.1429L8.57143 9C8.57143 8.88634 8.52628 8.77733 8.4459 8.69695C8.36553 8.61658 8.25652 8.57143 8.14286 8.57143L4.71429 8.57143C4.60062 8.57143 4.49161 8.61658 4.41124 8.69695C4.33087 8.77733 4.28571 8.88634 4.28571 9L4.28571 11.1429L8.57143 11.1429ZM2.57143 0.857143L2.57143 4.71429C2.57143 4.82795 2.61658 4.93696 2.69695 5.01733C2.77733 5.09771 2.88633 5.14286 3 5.14286L9 5.14286C9.11366 5.14286 9.22267 5.0977 9.30305 5.01733C9.38342 4.93696 9.42857 4.82795 9.42857 4.71429L9.42857 0.857143L2.57143 0.857143Z"),_(o,"fill",e[2]),_(t,"width",e[0]),_(t,"height",e[1]),_(t,"viewBox","0 0 12 12"),_(t,"fill","none"),_(t,"xmlns","http://www.w3.org/2000/svg")},m(e,n){h(e,t,n),y(t,o)},p(e,[n]){4&n&&_(o,"fill",e[2]),1&n&&_(t,"width",e[0]),2&n&&_(t,"height",e[1])},i:n,o:n,d(e){e&&x(t)}}}function rn(e,n,t){let{width:o="5rem"}=n,{height:i="5rem"}=n,{fill:l="currentColor"}=n;return e.$$set=e=>{"width"in e&&t(0,o=e.width),"height"in e&&t(1,i=e.height),"fill"in e&&t(2,l=e.fill)},[o,i,l]}function an(e){let t,o;return{c(){t=g("svg"),o=g("path"),_(o,"stroke-linecap","round"),_(o,"stroke-linejoin","round"),_(o,"stroke-width","2"),_(o,"d","M19 7l-.867 12.142A2 2 0 0116.138 21H7.862a2 2 0 01-1.995-1.858L5 7m5 4v6m4-6v6m1-10V4a1 1 0 00-1-1h-4a1 1 0 00-1 1v3M4 7h16"),_(t,"width",e[0]),_(t,"height",e[1]),_(t,"fill","none"),_(t,"stroke",e[2]),_(t,"viewBox","0 0 24 24"),_(t,"xmlns","http://www.w3.org/2000/svg")},m(e,n){h(e,t,n),y(t,o)},p(e,[n]){1&n&&_(t,"width",e[0]),2&n&&_(t,"height",e[1]),4&n&&_(t,"stroke",e[2])},i:n,o:n,d(e){e&&x(t)}}}function sn(e,n,t){let{width:o="5rem"}=n,{height:i="5rem"}=n,{stroke:l="currentColor"}=n;return e.$$set=e=>{"width"in e&&t(0,o=e.width),"height"in e&&t(1,i=e.height),"stroke"in e&&t(2,l=e.stroke)},[o,i,l]}function cn(e){let t,o,i,l,a;return{c(){t=m("div"),o=j(e[1]),_(t,"class",i=u(`alert alert--${e[0]}`)+" svelte-1oun6o6")},m(n,i){h(n,t,i),y(t,o),l||(a=b(t,"click",(function(){r(e[2])&&e[2].apply(this,arguments)})),l=!0)},p(n,[l]){e=n,2&l&&z(o,e[1]),1&l&&i!==(i=u(`alert alert--${e[0]}`)+" svelte-1oun6o6")&&_(t,"class",i)},i:n,o:n,d(e){e&&x(t),l=!1,a()}}}function pn(e,n,t){let{type:o="success"}=n,{content:i}=n,{callback:l}=n;return e.$$set=e=>{"type"in e&&t(0,o=e.type),"content"in e&&t(1,i=e.content),"callback"in e&&t(2,l=e.callback)},[o,i,l]}return e.Alert=class extends ie{constructor(e){super(),oe(this,e,pn,cn,a,{type:0,content:1,callback:2})}},e.Button=class extends ie{constructor(e){super(),oe(this,e,re,le,a,{type:1,disabled:2,kind:3,size:4,rounded:5,id:6,node:0})}},e.DataTable=class extends ie{constructor(e){super(),oe(this,e,nn,en,a,{rows:0,collumns:1})}},e.Icon=class extends ie{constructor(e){super(),oe(this,e,ke,Me,a,{name:4,stroke:5,strokeWidth:6,width:0,height:1,color:2})}},e.IconFloppyDisk=class extends ie{constructor(e){super(),oe(this,e,rn,ln,a,{width:0,height:1,fill:2})}},e.IconInfo=class extends ie{constructor(e){super(),oe(this,e,Oe,He,a,{width:0,height:1})}},e.IconMore=class extends ie{constructor(e){super(),oe(this,e,on,tn,a,{width:0,height:1})}},e.IconTrashCan=class extends ie{constructor(e){super(),oe(this,e,sn,an,a,{width:0,height:1,stroke:2})}},e.Loader=class extends ie{constructor(e){super(),oe(this,e,null,Ce,a,{})}},e.Navigation=class extends ie{constructor(e){super(),oe(this,e,We,De,a,{navigationItems:0,title:1})}},e.NumberInput=class extends ie{constructor(e){super(),oe(this,e,ge,me,a,{id:1,label:2,placeholder:3,error:4,value:0,min:5,max:6})}},e.RadioButton=class extends ie{constructor(e){super(),oe(this,e,he,ye,a,{label:5,value:2,group:0,name:3,checked:1})}get label(){return this.$$.ctx[5]}},e.SideBar=qe,e.TextInput=class extends ie{constructor(e){super(),oe(this,e,ue,de,a,{TextType:11,id:1,type:12,label:2,placeholder:3,error:4,htmlError:5,value:0,onFocus:6,onBlur:7,readonly:8,border:9})}},Object.defineProperty(e,"__esModule",{value:!0}),e}({});
|
package/lib/index.mjs
CHANGED
|
@@ -503,19 +503,19 @@ function create_fragment$g(ctx) {
|
|
|
503
503
|
let current;
|
|
504
504
|
let mounted;
|
|
505
505
|
let dispose;
|
|
506
|
-
const default_slot_template = /*#slots*/ ctx[
|
|
507
|
-
const default_slot = create_slot(default_slot_template, ctx, /*$$scope*/ ctx[
|
|
506
|
+
const default_slot_template = /*#slots*/ ctx[8].default;
|
|
507
|
+
const default_slot = create_slot(default_slot_template, ctx, /*$$scope*/ ctx[7], null);
|
|
508
508
|
|
|
509
509
|
return {
|
|
510
510
|
c() {
|
|
511
511
|
button = element("button");
|
|
512
512
|
if (default_slot) default_slot.c();
|
|
513
|
-
attr(button, "id", /*id*/ ctx[
|
|
514
|
-
attr(button, "class", button_class_value = "" + (null_to_empty(`iroco-ui-button iroco-ui-button--${/*size*/ ctx[
|
|
515
|
-
attr(button, "type", /*type*/ ctx[
|
|
516
|
-
button.disabled = /*disabled*/ ctx[
|
|
517
|
-
toggle_class(button, "disabled", /*disabled*/ ctx[
|
|
518
|
-
toggle_class(button, "rounded", /*rounded*/ ctx[
|
|
513
|
+
attr(button, "id", /*id*/ ctx[6]);
|
|
514
|
+
attr(button, "class", button_class_value = "" + (null_to_empty(`iroco-ui-button iroco-ui-button--${/*size*/ ctx[4]} iroco-ui-button--${/*kind*/ ctx[3]}`) + " svelte-ahn9t2"));
|
|
515
|
+
attr(button, "type", /*type*/ ctx[1]);
|
|
516
|
+
button.disabled = /*disabled*/ ctx[2];
|
|
517
|
+
toggle_class(button, "disabled", /*disabled*/ ctx[2]);
|
|
518
|
+
toggle_class(button, "rounded", /*rounded*/ ctx[5]);
|
|
519
519
|
},
|
|
520
520
|
m(target, anchor) {
|
|
521
521
|
insert(target, button, anchor);
|
|
@@ -524,42 +524,43 @@ function create_fragment$g(ctx) {
|
|
|
524
524
|
default_slot.m(button, null);
|
|
525
525
|
}
|
|
526
526
|
|
|
527
|
+
/*button_binding*/ ctx[10](button);
|
|
527
528
|
current = true;
|
|
528
529
|
|
|
529
530
|
if (!mounted) {
|
|
530
|
-
dispose = listen(button, "click", /*click_handler*/ ctx[
|
|
531
|
+
dispose = listen(button, "click", /*click_handler*/ ctx[9]);
|
|
531
532
|
mounted = true;
|
|
532
533
|
}
|
|
533
534
|
},
|
|
534
535
|
p(ctx, [dirty]) {
|
|
535
536
|
if (default_slot) {
|
|
536
|
-
if (default_slot.p && (!current || dirty & /*$$scope*/
|
|
537
|
-
update_slot(default_slot, default_slot_template, ctx, /*$$scope*/ ctx[
|
|
537
|
+
if (default_slot.p && (!current || dirty & /*$$scope*/ 128)) {
|
|
538
|
+
update_slot(default_slot, default_slot_template, ctx, /*$$scope*/ ctx[7], dirty, null, null);
|
|
538
539
|
}
|
|
539
540
|
}
|
|
540
541
|
|
|
541
|
-
if (!current || dirty & /*id*/
|
|
542
|
-
attr(button, "id", /*id*/ ctx[
|
|
542
|
+
if (!current || dirty & /*id*/ 64) {
|
|
543
|
+
attr(button, "id", /*id*/ ctx[6]);
|
|
543
544
|
}
|
|
544
545
|
|
|
545
|
-
if (!current || dirty & /*size, kind*/
|
|
546
|
+
if (!current || dirty & /*size, kind*/ 24 && button_class_value !== (button_class_value = "" + (null_to_empty(`iroco-ui-button iroco-ui-button--${/*size*/ ctx[4]} iroco-ui-button--${/*kind*/ ctx[3]}`) + " svelte-ahn9t2"))) {
|
|
546
547
|
attr(button, "class", button_class_value);
|
|
547
548
|
}
|
|
548
549
|
|
|
549
|
-
if (!current || dirty & /*type*/
|
|
550
|
-
attr(button, "type", /*type*/ ctx[
|
|
550
|
+
if (!current || dirty & /*type*/ 2) {
|
|
551
|
+
attr(button, "type", /*type*/ ctx[1]);
|
|
551
552
|
}
|
|
552
553
|
|
|
553
|
-
if (!current || dirty & /*disabled*/
|
|
554
|
-
button.disabled = /*disabled*/ ctx[
|
|
554
|
+
if (!current || dirty & /*disabled*/ 4) {
|
|
555
|
+
button.disabled = /*disabled*/ ctx[2];
|
|
555
556
|
}
|
|
556
557
|
|
|
557
|
-
if (dirty & /*size, kind, disabled*/
|
|
558
|
-
toggle_class(button, "disabled", /*disabled*/ ctx[
|
|
558
|
+
if (dirty & /*size, kind, disabled*/ 28) {
|
|
559
|
+
toggle_class(button, "disabled", /*disabled*/ ctx[2]);
|
|
559
560
|
}
|
|
560
561
|
|
|
561
|
-
if (dirty & /*size, kind, rounded*/
|
|
562
|
-
toggle_class(button, "rounded", /*rounded*/ ctx[
|
|
562
|
+
if (dirty & /*size, kind, rounded*/ 56) {
|
|
563
|
+
toggle_class(button, "rounded", /*rounded*/ ctx[5]);
|
|
563
564
|
}
|
|
564
565
|
},
|
|
565
566
|
i(local) {
|
|
@@ -574,6 +575,7 @@ function create_fragment$g(ctx) {
|
|
|
574
575
|
d(detaching) {
|
|
575
576
|
if (detaching) detach(button);
|
|
576
577
|
if (default_slot) default_slot.d(detaching);
|
|
578
|
+
/*button_binding*/ ctx[10](null);
|
|
577
579
|
mounted = false;
|
|
578
580
|
dispose();
|
|
579
581
|
}
|
|
@@ -588,22 +590,43 @@ function instance$f($$self, $$props, $$invalidate) {
|
|
|
588
590
|
let { size = "regular" } = $$props;
|
|
589
591
|
let { rounded = false } = $$props;
|
|
590
592
|
let { id } = $$props;
|
|
593
|
+
let { node } = $$props;
|
|
591
594
|
|
|
592
595
|
function click_handler(event) {
|
|
593
596
|
bubble($$self, event);
|
|
594
597
|
}
|
|
595
598
|
|
|
599
|
+
function button_binding($$value) {
|
|
600
|
+
binding_callbacks[$$value ? "unshift" : "push"](() => {
|
|
601
|
+
node = $$value;
|
|
602
|
+
$$invalidate(0, node);
|
|
603
|
+
});
|
|
604
|
+
}
|
|
605
|
+
|
|
596
606
|
$$self.$$set = $$props => {
|
|
597
|
-
if ("type" in $$props) $$invalidate(
|
|
598
|
-
if ("disabled" in $$props) $$invalidate(
|
|
599
|
-
if ("kind" in $$props) $$invalidate(
|
|
600
|
-
if ("size" in $$props) $$invalidate(
|
|
601
|
-
if ("rounded" in $$props) $$invalidate(
|
|
602
|
-
if ("id" in $$props) $$invalidate(
|
|
603
|
-
if ("
|
|
607
|
+
if ("type" in $$props) $$invalidate(1, type = $$props.type);
|
|
608
|
+
if ("disabled" in $$props) $$invalidate(2, disabled = $$props.disabled);
|
|
609
|
+
if ("kind" in $$props) $$invalidate(3, kind = $$props.kind);
|
|
610
|
+
if ("size" in $$props) $$invalidate(4, size = $$props.size);
|
|
611
|
+
if ("rounded" in $$props) $$invalidate(5, rounded = $$props.rounded);
|
|
612
|
+
if ("id" in $$props) $$invalidate(6, id = $$props.id);
|
|
613
|
+
if ("node" in $$props) $$invalidate(0, node = $$props.node);
|
|
614
|
+
if ("$$scope" in $$props) $$invalidate(7, $$scope = $$props.$$scope);
|
|
604
615
|
};
|
|
605
616
|
|
|
606
|
-
return [
|
|
617
|
+
return [
|
|
618
|
+
node,
|
|
619
|
+
type,
|
|
620
|
+
disabled,
|
|
621
|
+
kind,
|
|
622
|
+
size,
|
|
623
|
+
rounded,
|
|
624
|
+
id,
|
|
625
|
+
$$scope,
|
|
626
|
+
slots,
|
|
627
|
+
click_handler,
|
|
628
|
+
button_binding
|
|
629
|
+
];
|
|
607
630
|
}
|
|
608
631
|
|
|
609
632
|
class Button extends SvelteComponent {
|
|
@@ -611,12 +634,13 @@ class Button extends SvelteComponent {
|
|
|
611
634
|
super();
|
|
612
635
|
|
|
613
636
|
init(this, options, instance$f, create_fragment$g, safe_not_equal, {
|
|
614
|
-
type:
|
|
615
|
-
disabled:
|
|
616
|
-
kind:
|
|
617
|
-
size:
|
|
618
|
-
rounded:
|
|
619
|
-
id:
|
|
637
|
+
type: 1,
|
|
638
|
+
disabled: 2,
|
|
639
|
+
kind: 3,
|
|
640
|
+
size: 4,
|
|
641
|
+
rounded: 5,
|
|
642
|
+
id: 6,
|
|
643
|
+
node: 0
|
|
620
644
|
});
|
|
621
645
|
}
|
|
622
646
|
}
|
package/lib/index.mjs.css
CHANGED
|
@@ -1,21 +1,3 @@
|
|
|
1
|
-
svg.svelte-1cuxg7m {
|
|
2
|
-
overflow: visible; }
|
|
3
|
-
|
|
4
|
-
.rotate.svelte-1dns1yx {
|
|
5
|
-
animation: svelte-1dns1yx-rotation 2s; }
|
|
6
|
-
|
|
7
|
-
.linear.svelte-1dns1yx {
|
|
8
|
-
animation-timing-function: linear; }
|
|
9
|
-
|
|
10
|
-
.infinite.svelte-1dns1yx {
|
|
11
|
-
animation-iteration-count: infinite; }
|
|
12
|
-
|
|
13
|
-
@keyframes svelte-1dns1yx-rotation {
|
|
14
|
-
from {
|
|
15
|
-
transform: rotate(0deg); }
|
|
16
|
-
to {
|
|
17
|
-
transform: rotate(359deg); } }
|
|
18
|
-
|
|
19
1
|
.iroco-ui-radio.svelte-156c82q.svelte-156c82q.svelte-156c82q {
|
|
20
2
|
color: #f2ebe3;
|
|
21
3
|
position: relative;
|
|
@@ -44,52 +26,7 @@ svg.svelte-1cuxg7m {
|
|
|
44
26
|
.iroco-ui-radio.svelte-156c82q input.svelte-156c82q:checked ~ .radio-button-color.svelte-156c82q {
|
|
45
27
|
background-color: #00D692; }
|
|
46
28
|
|
|
47
|
-
|
|
48
|
-
outline: none;
|
|
49
|
-
text-decoration: none;
|
|
50
|
-
font-size: 14px; }
|
|
51
|
-
|
|
52
|
-
input.svelte-11iawkb.svelte-11iawkb:focus {
|
|
53
|
-
outline: none;
|
|
54
|
-
text-decoration: none;
|
|
55
|
-
font-size: 14px; }
|
|
56
|
-
|
|
57
|
-
.iroco-ui-input.svelte-11iawkb.svelte-11iawkb {
|
|
58
|
-
display: flex;
|
|
59
|
-
flex-direction: column; }
|
|
60
|
-
|
|
61
|
-
.iroco-ui-input.svelte-11iawkb > input.svelte-11iawkb {
|
|
62
|
-
color: #f2ebe3;
|
|
63
|
-
background: #211D28;
|
|
64
|
-
border: 1px solid #211D28;
|
|
65
|
-
padding: 1em 1.5em;
|
|
66
|
-
text-overflow: ellipsis;
|
|
67
|
-
white-space: nowrap;
|
|
68
|
-
overflow: hidden;
|
|
69
|
-
border-radius: 0.5em; }
|
|
70
|
-
|
|
71
|
-
.iroco-ui-input.svelte-11iawkb > input.border.svelte-11iawkb {
|
|
72
|
-
border: 1px solid #f2ebe3; }
|
|
73
|
-
|
|
74
|
-
.iroco-ui-input.svelte-11iawkb > input.svelte-11iawkb::placeholder {
|
|
75
|
-
color: rgba(242, 235, 227, 0.5); }
|
|
76
|
-
|
|
77
|
-
.iroco-ui-input.svelte-11iawkb > input.error.svelte-11iawkb {
|
|
78
|
-
border-color: #ff504d; }
|
|
79
|
-
|
|
80
|
-
.iroco-ui-input.svelte-11iawkb > input.readonlyInput.svelte-11iawkb {
|
|
81
|
-
cursor: not-allowed; }
|
|
82
|
-
|
|
83
|
-
.iroco-ui-input.svelte-11iawkb .error.svelte-11iawkb {
|
|
84
|
-
color: #ff504d; }
|
|
85
|
-
|
|
86
|
-
.iroco-ui-label.svelte-11iawkb.svelte-11iawkb {
|
|
87
|
-
color: rgba(242, 235, 227, 0.6);
|
|
88
|
-
font-weight: bold;
|
|
89
|
-
padding-bottom: 10px;
|
|
90
|
-
display: inline-block; }
|
|
91
|
-
|
|
92
|
-
.container-wide.svelte-hp8sdi {
|
|
29
|
+
.container-wide.svelte-ahn9t2 {
|
|
93
30
|
width: calc(100% - 20px);
|
|
94
31
|
max-width: 2360px;
|
|
95
32
|
margin-left: auto;
|
|
@@ -97,42 +34,42 @@ input.svelte-11iawkb.svelte-11iawkb:focus {
|
|
|
97
34
|
transition: max-width ease-out 200ms; }
|
|
98
35
|
|
|
99
36
|
@media all and (max-width: 2560px) {
|
|
100
|
-
.container-wide.svelte-
|
|
37
|
+
.container-wide.svelte-ahn9t2 {
|
|
101
38
|
max-width: 1620px; } }
|
|
102
39
|
|
|
103
40
|
@media all and (max-width: 1800px) {
|
|
104
|
-
.container-wide.svelte-
|
|
41
|
+
.container-wide.svelte-ahn9t2 {
|
|
105
42
|
max-width: 1280px; } }
|
|
106
43
|
|
|
107
44
|
@media all and (max-width: 1440px) {
|
|
108
|
-
.container-wide.svelte-
|
|
45
|
+
.container-wide.svelte-ahn9t2 {
|
|
109
46
|
max-width: 884px; } }
|
|
110
47
|
|
|
111
48
|
@media all and (max-width: 1024px) {
|
|
112
|
-
.container-wide.svelte-
|
|
49
|
+
.container-wide.svelte-ahn9t2 {
|
|
113
50
|
max-width: 648px; } }
|
|
114
51
|
|
|
115
52
|
@media all and (max-width: 768px) {
|
|
116
|
-
.container-wide.svelte-
|
|
53
|
+
.container-wide.svelte-ahn9t2 {
|
|
117
54
|
max-width: 496px; } }
|
|
118
55
|
|
|
119
56
|
@media all and (max-width: 596px) {
|
|
120
|
-
.container-wide.svelte-
|
|
57
|
+
.container-wide.svelte-ahn9t2 {
|
|
121
58
|
max-width: 365px; } }
|
|
122
59
|
|
|
123
60
|
@media all and (max-width: 425px) {
|
|
124
|
-
.container-wide.svelte-
|
|
61
|
+
.container-wide.svelte-ahn9t2 {
|
|
125
62
|
max-width: calc(100% - 60px); } }
|
|
126
63
|
|
|
127
64
|
@media all and (max-width: 375px) {
|
|
128
|
-
.container-wide.svelte-
|
|
65
|
+
.container-wide.svelte-ahn9t2 {
|
|
129
66
|
max-width: calc(100% - 40px); } }
|
|
130
67
|
|
|
131
68
|
@media all and (max-width: 320px) {
|
|
132
|
-
.container-wide.svelte-
|
|
69
|
+
.container-wide.svelte-ahn9t2 {
|
|
133
70
|
max-width: calc(100% - 20px); } }
|
|
134
71
|
|
|
135
|
-
.container-large.svelte-
|
|
72
|
+
.container-large.svelte-ahn9t2 {
|
|
136
73
|
width: calc(100% - 20px);
|
|
137
74
|
max-width: 1280px;
|
|
138
75
|
margin-left: auto;
|
|
@@ -140,34 +77,34 @@ input.svelte-11iawkb.svelte-11iawkb:focus {
|
|
|
140
77
|
transition: max-width ease-out 200ms; }
|
|
141
78
|
|
|
142
79
|
@media all and (max-width: 1440px) {
|
|
143
|
-
.container-large.svelte-
|
|
80
|
+
.container-large.svelte-ahn9t2 {
|
|
144
81
|
max-width: 884px; } }
|
|
145
82
|
|
|
146
83
|
@media all and (max-width: 1024px) {
|
|
147
|
-
.container-large.svelte-
|
|
84
|
+
.container-large.svelte-ahn9t2 {
|
|
148
85
|
max-width: 648px; } }
|
|
149
86
|
|
|
150
87
|
@media all and (max-width: 768px) {
|
|
151
|
-
.container-large.svelte-
|
|
88
|
+
.container-large.svelte-ahn9t2 {
|
|
152
89
|
max-width: 496px; } }
|
|
153
90
|
|
|
154
91
|
@media all and (max-width: 596px) {
|
|
155
|
-
.container-large.svelte-
|
|
92
|
+
.container-large.svelte-ahn9t2 {
|
|
156
93
|
max-width: 365px; } }
|
|
157
94
|
|
|
158
95
|
@media all and (max-width: 425px) {
|
|
159
|
-
.container-large.svelte-
|
|
96
|
+
.container-large.svelte-ahn9t2 {
|
|
160
97
|
max-width: calc(100% - 60px); } }
|
|
161
98
|
|
|
162
99
|
@media all and (max-width: 375px) {
|
|
163
|
-
.container-large.svelte-
|
|
100
|
+
.container-large.svelte-ahn9t2 {
|
|
164
101
|
max-width: calc(100% - 40px); } }
|
|
165
102
|
|
|
166
103
|
@media all and (max-width: 320px) {
|
|
167
|
-
.container-large.svelte-
|
|
104
|
+
.container-large.svelte-ahn9t2 {
|
|
168
105
|
max-width: calc(100% - 20px); } }
|
|
169
106
|
|
|
170
|
-
.container-medium.svelte-
|
|
107
|
+
.container-medium.svelte-ahn9t2 {
|
|
171
108
|
width: calc(100% - 20px);
|
|
172
109
|
max-width: 884px;
|
|
173
110
|
margin-left: auto;
|
|
@@ -175,30 +112,30 @@ input.svelte-11iawkb.svelte-11iawkb:focus {
|
|
|
175
112
|
transition: max-width ease-out 200ms; }
|
|
176
113
|
|
|
177
114
|
@media all and (max-width: 1024px) {
|
|
178
|
-
.container-medium.svelte-
|
|
115
|
+
.container-medium.svelte-ahn9t2 {
|
|
179
116
|
max-width: 648px; } }
|
|
180
117
|
|
|
181
118
|
@media all and (max-width: 768px) {
|
|
182
|
-
.container-medium.svelte-
|
|
119
|
+
.container-medium.svelte-ahn9t2 {
|
|
183
120
|
max-width: 496px; } }
|
|
184
121
|
|
|
185
122
|
@media all and (max-width: 596px) {
|
|
186
|
-
.container-medium.svelte-
|
|
123
|
+
.container-medium.svelte-ahn9t2 {
|
|
187
124
|
max-width: 365px; } }
|
|
188
125
|
|
|
189
126
|
@media all and (max-width: 425px) {
|
|
190
|
-
.container-medium.svelte-
|
|
127
|
+
.container-medium.svelte-ahn9t2 {
|
|
191
128
|
max-width: calc(100% - 60px); } }
|
|
192
129
|
|
|
193
130
|
@media all and (max-width: 375px) {
|
|
194
|
-
.container-medium.svelte-
|
|
131
|
+
.container-medium.svelte-ahn9t2 {
|
|
195
132
|
max-width: calc(100% - 40px); } }
|
|
196
133
|
|
|
197
134
|
@media all and (max-width: 320px) {
|
|
198
|
-
.container-medium.svelte-
|
|
135
|
+
.container-medium.svelte-ahn9t2 {
|
|
199
136
|
max-width: calc(100% - 20px); } }
|
|
200
137
|
|
|
201
|
-
.container-small.svelte-
|
|
138
|
+
.container-small.svelte-ahn9t2 {
|
|
202
139
|
width: calc(100% - 20px);
|
|
203
140
|
max-width: 496px;
|
|
204
141
|
margin-left: auto;
|
|
@@ -206,18 +143,18 @@ input.svelte-11iawkb.svelte-11iawkb:focus {
|
|
|
206
143
|
transition: max-width ease-out 200ms; }
|
|
207
144
|
|
|
208
145
|
@media all and (max-width: 425px) {
|
|
209
|
-
.container-small.svelte-
|
|
146
|
+
.container-small.svelte-ahn9t2 {
|
|
210
147
|
max-width: calc(100% - 60px); } }
|
|
211
148
|
|
|
212
149
|
@media all and (max-width: 375px) {
|
|
213
|
-
.container-small.svelte-
|
|
150
|
+
.container-small.svelte-ahn9t2 {
|
|
214
151
|
max-width: calc(100% - 40px); } }
|
|
215
152
|
|
|
216
153
|
@media all and (max-width: 320px) {
|
|
217
|
-
.container-small.svelte-
|
|
154
|
+
.container-small.svelte-ahn9t2 {
|
|
218
155
|
max-width: calc(100% - 20px); } }
|
|
219
156
|
|
|
220
|
-
.iroco-ui-button.svelte-
|
|
157
|
+
.iroco-ui-button.svelte-ahn9t2 {
|
|
221
158
|
cursor: pointer;
|
|
222
159
|
-webkit-touch-callout: none;
|
|
223
160
|
-webkit-user-select: none;
|
|
@@ -231,29 +168,96 @@ input.svelte-11iawkb.svelte-11iawkb:focus {
|
|
|
231
168
|
margin: 1em 0em;
|
|
232
169
|
position: relative; }
|
|
233
170
|
|
|
234
|
-
.iroco-ui-button--basic.svelte-
|
|
171
|
+
.iroco-ui-button--basic.svelte-ahn9t2 {
|
|
172
|
+
background: #f2ebe3;
|
|
173
|
+
color: #a9a29e; }
|
|
174
|
+
|
|
175
|
+
.iroco-ui-button--success.svelte-ahn9t2 {
|
|
235
176
|
background: #00D692; }
|
|
236
177
|
|
|
237
|
-
.iroco-ui-button--danger.svelte-
|
|
178
|
+
.iroco-ui-button--danger.svelte-ahn9t2 {
|
|
238
179
|
background: #ff504d;
|
|
239
180
|
color: #f2ebe3; }
|
|
240
181
|
|
|
241
|
-
.iroco-ui-button--regular.svelte-
|
|
182
|
+
.iroco-ui-button--regular.svelte-ahn9t2 {
|
|
242
183
|
padding: 1em; }
|
|
243
184
|
|
|
244
|
-
.iroco-ui-button--small.svelte-
|
|
185
|
+
.iroco-ui-button--small.svelte-ahn9t2 {
|
|
245
186
|
padding: 0.5em; }
|
|
246
187
|
|
|
247
|
-
.iroco-ui-button.svelte-
|
|
188
|
+
.iroco-ui-button.svelte-ahn9t2:active {
|
|
248
189
|
background: #f5f5f5; }
|
|
249
190
|
|
|
250
|
-
.iroco-ui-button.disabled.svelte-
|
|
191
|
+
.iroco-ui-button.disabled.svelte-ahn9t2 {
|
|
251
192
|
background-color: #f5f5f5;
|
|
252
193
|
cursor: default; }
|
|
253
194
|
|
|
254
|
-
.iroco-ui-button.rounded.svelte-
|
|
195
|
+
.iroco-ui-button.rounded.svelte-ahn9t2 {
|
|
255
196
|
border-radius: 10px; }
|
|
256
197
|
|
|
198
|
+
.rotate.svelte-1dns1yx {
|
|
199
|
+
animation: svelte-1dns1yx-rotation 2s; }
|
|
200
|
+
|
|
201
|
+
.linear.svelte-1dns1yx {
|
|
202
|
+
animation-timing-function: linear; }
|
|
203
|
+
|
|
204
|
+
.infinite.svelte-1dns1yx {
|
|
205
|
+
animation-iteration-count: infinite; }
|
|
206
|
+
|
|
207
|
+
@keyframes svelte-1dns1yx-rotation {
|
|
208
|
+
from {
|
|
209
|
+
transform: rotate(0deg); }
|
|
210
|
+
to {
|
|
211
|
+
transform: rotate(359deg); } }
|
|
212
|
+
|
|
213
|
+
svg.svelte-1cuxg7m {
|
|
214
|
+
overflow: visible; }
|
|
215
|
+
|
|
216
|
+
input.svelte-11iawkb.svelte-11iawkb {
|
|
217
|
+
outline: none;
|
|
218
|
+
text-decoration: none;
|
|
219
|
+
font-size: 14px; }
|
|
220
|
+
|
|
221
|
+
input.svelte-11iawkb.svelte-11iawkb:focus {
|
|
222
|
+
outline: none;
|
|
223
|
+
text-decoration: none;
|
|
224
|
+
font-size: 14px; }
|
|
225
|
+
|
|
226
|
+
.iroco-ui-input.svelte-11iawkb.svelte-11iawkb {
|
|
227
|
+
display: flex;
|
|
228
|
+
flex-direction: column; }
|
|
229
|
+
|
|
230
|
+
.iroco-ui-input.svelte-11iawkb > input.svelte-11iawkb {
|
|
231
|
+
color: #f2ebe3;
|
|
232
|
+
background: #211D28;
|
|
233
|
+
border: 1px solid #211D28;
|
|
234
|
+
padding: 1em 1.5em;
|
|
235
|
+
text-overflow: ellipsis;
|
|
236
|
+
white-space: nowrap;
|
|
237
|
+
overflow: hidden;
|
|
238
|
+
border-radius: 0.5em; }
|
|
239
|
+
|
|
240
|
+
.iroco-ui-input.svelte-11iawkb > input.border.svelte-11iawkb {
|
|
241
|
+
border: 1px solid #f2ebe3; }
|
|
242
|
+
|
|
243
|
+
.iroco-ui-input.svelte-11iawkb > input.svelte-11iawkb::placeholder {
|
|
244
|
+
color: rgba(242, 235, 227, 0.5); }
|
|
245
|
+
|
|
246
|
+
.iroco-ui-input.svelte-11iawkb > input.error.svelte-11iawkb {
|
|
247
|
+
border-color: #ff504d; }
|
|
248
|
+
|
|
249
|
+
.iroco-ui-input.svelte-11iawkb > input.readonlyInput.svelte-11iawkb {
|
|
250
|
+
cursor: not-allowed; }
|
|
251
|
+
|
|
252
|
+
.iroco-ui-input.svelte-11iawkb .error.svelte-11iawkb {
|
|
253
|
+
color: #ff504d; }
|
|
254
|
+
|
|
255
|
+
.iroco-ui-label.svelte-11iawkb.svelte-11iawkb {
|
|
256
|
+
color: rgba(242, 235, 227, 0.6);
|
|
257
|
+
font-weight: bold;
|
|
258
|
+
padding-bottom: 10px;
|
|
259
|
+
display: inline-block; }
|
|
260
|
+
|
|
257
261
|
.account__navigation.svelte-1uu9ytm.svelte-1uu9ytm {
|
|
258
262
|
display: block;
|
|
259
263
|
width: 100%;
|
package/package.json
CHANGED
package/src/Button.svelte
CHANGED
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
<script lang="ts">
|
|
2
2
|
export let type = 'button';
|
|
3
3
|
export let disabled = false;
|
|
4
|
-
export let kind: 'danger' | 'basic' = 'basic';
|
|
4
|
+
export let kind: 'danger' | 'success' | 'basic' = 'basic';
|
|
5
5
|
export let size: 'small' | 'regular' = 'regular';
|
|
6
6
|
export let rounded = false;
|
|
7
|
-
export let id:string
|
|
7
|
+
export let id:string ;
|
|
8
|
+
export let node: HTMLElement ;
|
|
8
9
|
</script>
|
|
9
10
|
|
|
10
11
|
<button
|
|
@@ -15,6 +16,7 @@
|
|
|
15
16
|
{type}
|
|
16
17
|
{disabled}
|
|
17
18
|
on:click
|
|
19
|
+
bind:this={ node }
|
|
18
20
|
>
|
|
19
21
|
<slot />
|
|
20
22
|
</button>
|
|
@@ -39,9 +41,12 @@
|
|
|
39
41
|
position: relative;
|
|
40
42
|
|
|
41
43
|
&--basic {
|
|
44
|
+
background: colors.$beige;
|
|
45
|
+
color: colors.$darkBeige;
|
|
46
|
+
}
|
|
47
|
+
&--success {
|
|
42
48
|
background: colors.$green;
|
|
43
49
|
}
|
|
44
|
-
|
|
45
50
|
&--danger {
|
|
46
51
|
background: colors.$red;
|
|
47
52
|
color: colors.$beige;
|