@plaidev/karte-action-sdk 1.1.243-28728358.994612e5 → 1.1.243-28733386.0f292671

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.es.js CHANGED
@@ -3078,7 +3078,7 @@ class State extends SvelteComponent {
3078
3078
 
3079
3079
  /* src/components/StateItem.svelte generated by Svelte v3.53.1 */
3080
3080
 
3081
- function add_css$G(target) {
3081
+ function add_css$F(target) {
3082
3082
  append_styles(target, "svelte-2qb6dm", ".state-item.svelte-2qb6dm{position:absolute;display:none}");
3083
3083
  }
3084
3084
 
@@ -3232,7 +3232,7 @@ function instance$19($$self, $$props, $$invalidate) {
3232
3232
  class StateItem extends SvelteComponent {
3233
3233
  constructor(options) {
3234
3234
  super();
3235
- init(this, options, instance$19, create_fragment$19, safe_not_equal, { path: 0 }, add_css$G);
3235
+ init(this, options, instance$19, create_fragment$19, safe_not_equal, { path: 0 }, add_css$F);
3236
3236
  }
3237
3237
  }
3238
3238
 
@@ -3417,7 +3417,7 @@ function customAnimation(node, { transforms, animationStyle, delay = 0, duration
3417
3417
 
3418
3418
  /* src/components/BackgroundOverlay.svelte generated by Svelte v3.53.1 */
3419
3419
 
3420
- function add_css$F(target) {
3420
+ function add_css$E(target) {
3421
3421
  append_styles(target, "svelte-1d4fta", ".background.svelte-1d4fta{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0, 0, 0, 0.3);z-index:2147483646}");
3422
3422
  }
3423
3423
 
@@ -3507,7 +3507,7 @@ function instance$18($$self, $$props, $$invalidate) {
3507
3507
  let BackgroundOverlay$1 = class BackgroundOverlay extends SvelteComponent {
3508
3508
  constructor(options) {
3509
3509
  super();
3510
- init(this, options, instance$18, create_fragment$18, safe_not_equal, { backgroundOverlay: 0, class: 1 }, add_css$F);
3510
+ init(this, options, instance$18, create_fragment$18, safe_not_equal, { backgroundOverlay: 0, class: 1 }, add_css$E);
3511
3511
  }
3512
3512
  };
3513
3513
 
@@ -3547,7 +3547,7 @@ function checkStopPropagation(eventName, handler) {
3547
3547
 
3548
3548
  /* src/components/Button.svelte generated by Svelte v3.53.1 */
3549
3549
 
3550
- function add_css$E(target) {
3550
+ function add_css$D(target) {
3551
3551
  append_styles(target, "svelte-15k4deh", ".button.svelte-15k4deh{display:block;text-decoration:none;color:inherit;border:none;background:none;margin:0;padding:0}.button.svelte-15k4deh:link,.button.svelte-15k4deh:visited,.button.svelte-15k4deh:active,.button.svelte-15k4deh:hover{color:inherit}");
3552
3552
  }
3553
3553
 
@@ -4000,14 +4000,14 @@ let Button$1 = class Button extends SvelteComponent {
4000
4000
  eventValue: 6,
4001
4001
  style: 1
4002
4002
  },
4003
- add_css$E
4003
+ add_css$D
4004
4004
  );
4005
4005
  }
4006
4006
  };
4007
4007
 
4008
4008
  /* src/components/Modal.svelte generated by Svelte v3.53.1 */
4009
4009
 
4010
- function add_css$D(target) {
4010
+ function add_css$C(target) {
4011
4011
  append_styles(target, "svelte-1ijkyzl", ".modal.svelte-1ijkyzl{position:fixed;box-sizing:border-box;z-index:2147483647;display:flex}.modal.svelte-1ijkyzl > .button{flex:auto;display:flex}.close.svelte-1ijkyzl{position:absolute;top:0;right:0}.close.svelte-1ijkyzl > .button{position:absolute;display:flex;justify-content:center;align-items:center;background-color:transparent;border:none;cursor:pointer;padding:0;transition:all 0.25s}.close.svelte-1ijkyzl > .button:hover{transform:rotate(90deg)}.modal-content.svelte-1ijkyzl{flex:auto;display:flex;justify-content:center;align-items:center;border-width:0px;border-style:solid;border-color:#000000;overflow:hidden}@media screen and (min-width: 641px){.modal-bp.svelte-1ijkyzl{height:var(--modal-bp-height-pc) !important;width:var(--modal-bp-width-pc) !important;top:var(--modal-bp-top-pc) !important;left:var(--modal-bp-left-pc) !important;bottom:var(--modal-bp-bottom-pc) !important;right:var(--modal-bp-right-pc) !important;transform:var(--modal-bp-transform-pc);margin:var(--modal-bp-margin-pc) !important}.background-bp-pc{display:block}.background-bp-sp{display:none}}@media screen and (max-width: 640px){.modal-bp.svelte-1ijkyzl{height:var(--modal-bp-height-sp) !important;width:var(--modal-bp-width-sp) !important;top:var(--modal-bp-top-sp) !important;left:var(--modal-bp-left-sp) !important;bottom:var(--modal-bp-bottom-sp) !important;right:var(--modal-bp-right-sp) !important;transform:var(--modal-bp-transform-sp);margin:var(--modal-bp-margin-sp) !important}.background-bp-pc{display:none}.background-bp-sp{display:block}}");
4012
4012
  }
4013
4013
 
@@ -4850,7 +4850,7 @@ let Modal$1 = class Modal extends SvelteComponent {
4850
4850
  closeButtonColor: 9,
4851
4851
  _closeStyle: 10
4852
4852
  },
4853
- add_css$D,
4853
+ add_css$C,
4854
4854
  [-1, -1]
4855
4855
  );
4856
4856
  }
@@ -4974,7 +4974,7 @@ class Grid extends SvelteComponent {
4974
4974
 
4975
4975
  /* src/components/GridItem.svelte generated by Svelte v3.53.1 */
4976
4976
 
4977
- function add_css$C(target) {
4977
+ function add_css$B(target) {
4978
4978
  append_styles(target, "svelte-n7kdl3", ".grid-item.svelte-n7kdl3{word-break:break-all;position:relative}.grid-item-inner.svelte-n7kdl3{position:absolute;inset:0}");
4979
4979
  }
4980
4980
 
@@ -5113,7 +5113,7 @@ class GridItem extends SvelteComponent {
5113
5113
  background: 7,
5114
5114
  gridItemId: 0
5115
5115
  },
5116
- add_css$C
5116
+ add_css$B
5117
5117
  );
5118
5118
  }
5119
5119
  }
@@ -5295,7 +5295,7 @@ class RenderText extends SvelteComponent {
5295
5295
 
5296
5296
  /* src/components/TextElement.svelte generated by Svelte v3.53.1 */
5297
5297
 
5298
- function add_css$B(target) {
5298
+ function add_css$A(target) {
5299
5299
  append_styles(target, "svelte-9ixs0b", ".text-element-wrapper.svelte-9ixs0b.svelte-9ixs0b{position:relative;height:100%}.text-element.svelte-9ixs0b.svelte-9ixs0b{display:flex;position:relative;width:100%;height:100%;box-sizing:border-box;white-space:pre-wrap;margin:0px;padding:0px;border-width:0px;border-style:solid;border-color:#000000;overflow:hidden;font-size:12px;line-height:1.5}.text-link-element.svelte-9ixs0b.svelte-9ixs0b{text-decoration:none;color:inherit}.text-element-inner.svelte-9ixs0b.svelte-9ixs0b{width:100%;height:auto}.text-direction-vertical.svelte-9ixs0b.svelte-9ixs0b{writing-mode:vertical-rl}.text-direction-vertical.svelte-9ixs0b .text-element-inner.svelte-9ixs0b{width:auto;height:100%}.tooltip.svelte-9ixs0b.svelte-9ixs0b{display:none;position:absolute;bottom:-40px;left:50%;transform:translateX(-50%);color:#fff;background-color:#3d4948;white-space:nowrap;padding:4px 8px 4px 8px;border-radius:4px;font-size:12px;z-index:2147483647}.tooltip.svelte-9ixs0b.svelte-9ixs0b:before{content:'';position:absolute;top:-13px;left:50%;margin-left:-7px;border:7px solid transparent;border-bottom:7px solid #3d4948}.tooltip.show.svelte-9ixs0b.svelte-9ixs0b{display:block}.tooltip-error.svelte-9ixs0b.svelte-9ixs0b{background-color:#c00}.tooltip-error.svelte-9ixs0b.svelte-9ixs0b:before{border-bottom:7px solid #c00}");
5300
5300
  }
5301
5301
 
@@ -5617,14 +5617,14 @@ class TextElement extends SvelteComponent {
5617
5617
  enableCopy: 2,
5618
5618
  eventName: 10
5619
5619
  },
5620
- add_css$B
5620
+ add_css$A
5621
5621
  );
5622
5622
  }
5623
5623
  }
5624
5624
 
5625
5625
  /* src/components/TextButtonElement.svelte generated by Svelte v3.53.1 */
5626
5626
 
5627
- function add_css$A(target) {
5627
+ function add_css$z(target) {
5628
5628
  append_styles(target, "svelte-1vg84sc", ".text-button-element.svelte-1vg84sc{width:100%;height:100%}.text-button-element.svelte-1vg84sc > .button{display:flex;width:100%;height:100%;border:none;box-shadow:transparent;box-sizing:border-box;transition:box-shadow 0.2s;white-space:pre-wrap;overflow:hidden;color:#ffffff;font-size:14px;font-weight:bold;justify-content:center;align-items:center;padding:1px 6px 1px 6px;line-height:1.5;background-color:#33403e;border-radius:4px;cursor:pointer;border-width:0px;border-style:solid;border-color:#000000}.text-button-element.svelte-1vg84sc > .button._disabled{cursor:not-allowed !important;opacity:0.2}.text-button-element.svelte-1vg84sc > .button:not(._disabled):active{box-shadow:inset 0 0 100px 100px rgba(0, 0, 0, 0.3)}.text-button-element.svelte-1vg84sc > .button:not(._disabled):hover{box-shadow:inset 0 0 100px 100px rgba(255, 255, 255, 0.3)}");
5629
5629
  }
5630
5630
 
@@ -5765,14 +5765,14 @@ class TextButtonElement extends SvelteComponent {
5765
5765
  _buttonStyle: 5,
5766
5766
  _style: 6
5767
5767
  },
5768
- add_css$A
5768
+ add_css$z
5769
5769
  );
5770
5770
  }
5771
5771
  }
5772
5772
 
5773
5773
  /* src/components/ImageElement.svelte generated by Svelte v3.53.1 */
5774
5774
 
5775
- function add_css$z(target) {
5775
+ function add_css$y(target) {
5776
5776
  append_styles(target, "svelte-t6tu0e", ".image-element.svelte-t6tu0e{width:100%;height:100%;max-width:100%;max-height:100%;box-sizing:border-box}.image-element.svelte-t6tu0e > .button{display:flex;position:relative;width:100%;height:100%;max-width:100%;max-height:100%;justify-content:center;align-items:center;white-space:nowrap;box-sizing:border-box;border-width:0px;border-style:solid;border-color:#000000;overflow:hidden}.image-element.svelte-t6tu0e > .button._disabled{cursor:not-allowed !important;opacity:0.2}.image-element.transport.svelte-t6tu0e > .button:not(._disabled):hover,.image-element.transport.svelte-t6tu0e > .button:not(._disabled):focus{opacity:0.75;box-shadow:0 5px 16px rgba(0, 0, 0, 0.1), 0 8px 28px rgba(0, 0, 0, 0.16)}.image.svelte-t6tu0e{width:100%;height:100%}");
5777
5777
  }
5778
5778
 
@@ -5930,14 +5930,14 @@ class ImageElement extends SvelteComponent {
5930
5930
  _imageStyle: 6,
5931
5931
  _style: 7
5932
5932
  },
5933
- add_css$z
5933
+ add_css$y
5934
5934
  );
5935
5935
  }
5936
5936
  }
5937
5937
 
5938
5938
  /* src/components/List.svelte generated by Svelte v3.53.1 */
5939
5939
 
5940
- function add_css$y(target) {
5940
+ function add_css$x(target) {
5941
5941
  append_styles(target, "svelte-aquv6z", ".list.svelte-aquv6z{display:flex;width:100%;height:100%;overflow:hidden;border-width:0px;border-style:solid;border-color:#000000}");
5942
5942
  }
5943
5943
 
@@ -6077,14 +6077,14 @@ class List extends SvelteComponent {
6077
6077
  background: 3,
6078
6078
  _style: 4
6079
6079
  },
6080
- add_css$y
6080
+ add_css$x
6081
6081
  );
6082
6082
  }
6083
6083
  }
6084
6084
 
6085
6085
  /* src/components/ListItem.svelte generated by Svelte v3.53.1 */
6086
6086
 
6087
- function add_css$x(target) {
6087
+ function add_css$w(target) {
6088
6088
  append_styles(target, "svelte-9n97pe", ".list-item.svelte-9n97pe{flex:auto;box-sizing:border-box;min-width:0;min-height:0;position:relative}.list-item.svelte-9n97pe > .button{position:absolute;inset:0;border-width:0px;border-style:solid;border-color:#000000;overflow:hidden}");
6089
6089
  }
6090
6090
 
@@ -6274,13 +6274,13 @@ function instance$_($$self, $$props, $$invalidate) {
6274
6274
  class ListItem extends SvelteComponent {
6275
6275
  constructor(options) {
6276
6276
  super();
6277
- init(this, options, instance$_, create_fragment$_, safe_not_equal, { onClick: 0, clickEventName: 1, _style: 2 }, add_css$x);
6277
+ init(this, options, instance$_, create_fragment$_, safe_not_equal, { onClick: 0, clickEventName: 1, _style: 2 }, add_css$w);
6278
6278
  }
6279
6279
  }
6280
6280
 
6281
6281
  /* src/components/EmbedElement.svelte generated by Svelte v3.53.1 */
6282
6282
 
6283
- function add_css$w(target) {
6283
+ function add_css$v(target) {
6284
6284
  append_styles(target, "svelte-wocq4p", ".embed.svelte-wocq4p{box-shadow:0 1px rgba(0, 0, 0, 0.06);overflow:hidden;width:100%;height:100%}.embed.svelte-wocq4p iframe{position:absolute;top:0;left:0;width:100%;height:100%;border-width:0px;border-style:solid;border-color:#000000;overflow:hidden}");
6285
6285
  }
6286
6286
 
@@ -6326,13 +6326,13 @@ function instance$Z($$self, $$props, $$invalidate) {
6326
6326
  class EmbedElement extends SvelteComponent {
6327
6327
  constructor(options) {
6328
6328
  super();
6329
- init(this, options, instance$Z, create_fragment$Z, safe_not_equal, { code: 0, _style: 1 }, add_css$w);
6329
+ init(this, options, instance$Z, create_fragment$Z, safe_not_equal, { code: 0, _style: 1 }, add_css$v);
6330
6330
  }
6331
6331
  }
6332
6332
 
6333
6333
  /* src/components/MovieYouTubeElement.svelte generated by Svelte v3.53.1 */
6334
6334
 
6335
- function add_css$v(target) {
6335
+ function add_css$u(target) {
6336
6336
  append_styles(target, "svelte-vikz49", ".embed.svelte-vikz49{box-shadow:0 1px rgba(0, 0, 0, 0.06);overflow:hidden;width:100%;height:100%;border-width:0px;border-style:solid;border-color:#000000;overflow:hidden}.embed.svelte-vikz49 iframe{position:absolute;top:0;left:0;width:100%;height:100%}");
6337
6337
  }
6338
6338
 
@@ -6678,7 +6678,7 @@ class MovieYouTubeElement extends SvelteComponent {
6678
6678
  mute: 25,
6679
6679
  _style: 0
6680
6680
  },
6681
- add_css$v,
6681
+ add_css$u,
6682
6682
  [-1, -1]
6683
6683
  );
6684
6684
  }
@@ -6686,7 +6686,7 @@ class MovieYouTubeElement extends SvelteComponent {
6686
6686
 
6687
6687
  /* src/components/MovieVimeoElement.svelte generated by Svelte v3.53.1 */
6688
6688
 
6689
- function add_css$u(target) {
6689
+ function add_css$t(target) {
6690
6690
  append_styles(target, "svelte-vikz49", ".embed.svelte-vikz49{box-shadow:0 1px rgba(0, 0, 0, 0.06);overflow:hidden;width:100%;height:100%;border-width:0px;border-style:solid;border-color:#000000;overflow:hidden}.embed.svelte-vikz49 iframe{position:absolute;top:0;left:0;width:100%;height:100%}");
6691
6691
  }
6692
6692
 
@@ -6875,14 +6875,14 @@ class MovieVimeoElement extends SvelteComponent {
6875
6875
  mute: 6,
6876
6876
  _style: 0
6877
6877
  },
6878
- add_css$u
6878
+ add_css$t
6879
6879
  );
6880
6880
  }
6881
6881
  }
6882
6882
 
6883
6883
  /* src/components/FormTextarea.svelte generated by Svelte v3.53.1 */
6884
6884
 
6885
- function add_css$t(target) {
6885
+ function add_css$s(target) {
6886
6886
  append_styles(target, "svelte-zxvkkc", ".textarea-wrapper.svelte-zxvkkc{display:flex;align-items:center;width:100%;height:100%}.textarea.svelte-zxvkkc{width:100%;height:100%;box-sizing:border-box;resize:none;appearance:none;background-color:#fff;border:solid 2px #ccc;border-radius:6px;padding:6px 10px 6px 10px;font-size:12px;line-height:1.5}.textarea.svelte-zxvkkc::placeholder{color:var(--placeholder-color)}.textarea.svelte-zxvkkc:focus{outline:none;border-width:var(--focus-border-width) !important;border-color:var(--focus-border-color) !important;border-style:var(--focus-border-style) !important}");
6887
6887
  }
6888
6888
 
@@ -7045,14 +7045,14 @@ class FormTextarea extends SvelteComponent {
7045
7045
  _textStyle: 11,
7046
7046
  _placeholderStyle: 12
7047
7047
  },
7048
- add_css$t
7048
+ add_css$s
7049
7049
  );
7050
7050
  }
7051
7051
  }
7052
7052
 
7053
7053
  /* src/components/FormRadioButtons.svelte generated by Svelte v3.53.1 */
7054
7054
 
7055
- function add_css$s(target) {
7055
+ function add_css$r(target) {
7056
7056
  append_styles(target, "svelte-17s08g", ".radio-buttons.svelte-17s08g{display:flex;justify-content:space-between;flex-direction:column;width:100%;height:100%}.radio-button.svelte-17s08g{cursor:pointer;display:flex;align-items:center}.radio-button-input.svelte-17s08g{appearance:none;margin:0;box-sizing:border-box;border-radius:var(--size);position:relative;width:var(--size);height:var(--size);border:solid calc(var(--size) / 3) var(--color-main);background-color:var(--color-sub);cursor:pointer;flex:none}.radio-button-input.svelte-17s08g:checked{border:solid calc(var(--size) / 3) var(--color-main-active);background-color:var(--color-sub-active);box-shadow:0px 1px 8px 2px rgba(18,160,160,.08),0px 1px 4px -1px rgba(18,160,160,.24)}.radio-button-text.svelte-17s08g{margin-left:0.5em}");
7057
7057
  }
7058
7058
 
@@ -7320,14 +7320,14 @@ class FormRadioButtons extends SvelteComponent {
7320
7320
  buttonColor: 13,
7321
7321
  buttonColorActive: 14
7322
7322
  },
7323
- add_css$s
7323
+ add_css$r
7324
7324
  );
7325
7325
  }
7326
7326
  }
7327
7327
 
7328
7328
  /* src/components/FormSelect.svelte generated by Svelte v3.53.1 */
7329
7329
 
7330
- function add_css$r(target) {
7330
+ function add_css$q(target) {
7331
7331
  append_styles(target, "svelte-t9ynyj", ".select.svelte-t9ynyj{width:100%;height:100%}.select-select.svelte-t9ynyj{position:relative;appearance:none;width:100%;height:100%;cursor:pointer;background-color:#fff;border:solid 2px #ccc;border-radius:6px;padding:0 0 0 10px;font-size:12px;line-height:1.5}.select-select.svelte-t9ynyj:focus{outline:none;border-width:var(--focus-border-width) !important;border-color:var(--focus-border-color) !important;border-style:var(--focus-border-style) !important}.select-icon.svelte-t9ynyj{position:absolute;width:calc(var(--icon-size) / 1.41);height:calc(var(--icon-size) / 1.41);top:calc(50% - calc(var(--icon-size) / 4));right:calc(var(--icon-size) * 1.2);box-sizing:border-box;border-right:solid 2px var(--icon-color);border-top:solid 2px var(--icon-color);transform:translateY(-35.4%) rotate(135deg);pointer-events:none}");
7332
7332
  }
7333
7333
 
@@ -7659,14 +7659,14 @@ class FormSelect extends SvelteComponent {
7659
7659
  iconColor: 15,
7660
7660
  iconSize: 16
7661
7661
  },
7662
- add_css$r
7662
+ add_css$q
7663
7663
  );
7664
7664
  }
7665
7665
  }
7666
7666
 
7667
7667
  /* src/components/FormCheckBoxes.svelte generated by Svelte v3.53.1 */
7668
7668
 
7669
- function add_css$q(target) {
7669
+ function add_css$p(target) {
7670
7670
  append_styles(target, "svelte-1p65cg8", ".check-boxes.svelte-1p65cg8.svelte-1p65cg8{display:flex;justify-content:space-between;flex-direction:column;width:100%;height:100%;gap:0px}.check-box.svelte-1p65cg8.svelte-1p65cg8{display:flex;align-items:center;position:relative;cursor:pointer}.check-box-input.svelte-1p65cg8.svelte-1p65cg8{width:var(--size);height:var(--size);margin:0;position:absolute;appearance:none;cursor:pointer}.check-box-check.svelte-1p65cg8.svelte-1p65cg8{display:inline-flex;background-color:var(--color-main);width:var(--size);height:var(--size);border-radius:calc(var(--size) / 4);justify-content:center;align-items:center;flex:none}.check-box-icon.svelte-1p65cg8.svelte-1p65cg8{display:inline-block;--icon-size:calc(var(--size) * 3 / 4);width:var(--icon-size);height:var(--icon-size)}.check-box-icon.svelte-1p65cg8.svelte-1p65cg8:after{content:'';display:block;box-sizing:border-box;width:45%;height:91%;transform:translate(60%, -8%) rotate(45deg);border-style:none solid solid none;border-width:2px;border-color:var(--color-sub)}.check-box-check._checked.svelte-1p65cg8.svelte-1p65cg8{background-color:var(--color-main-active)}.check-box-check._checked.svelte-1p65cg8 .check-box-icon.svelte-1p65cg8:after{border-color:var(--color-sub-active)}.check-box-text.svelte-1p65cg8.svelte-1p65cg8{margin-left:0.5em;color:#333;font-size:12px;line-height:1.5}");
7671
7671
  }
7672
7672
 
@@ -7956,14 +7956,14 @@ class FormCheckBoxes extends SvelteComponent {
7956
7956
  buttonColor: 13,
7957
7957
  buttonColorActive: 14
7958
7958
  },
7959
- add_css$q
7959
+ add_css$p
7960
7960
  );
7961
7961
  }
7962
7962
  }
7963
7963
 
7964
7964
  /* src/components/FormRatingButtonsNumber.svelte generated by Svelte v3.53.1 */
7965
7965
 
7966
- function add_css$p(target) {
7966
+ function add_css$o(target) {
7967
7967
  append_styles(target, "svelte-1iqf36p", ".rating-buttons.svelte-1iqf36p{display:flex;justify-content:space-between;align-items:center;width:100%;height:100%}.rating-button.svelte-1iqf36p{cursor:pointer;display:flex;justify-content:center;align-items:center;transition:background-color 0.2s, box-shadow 0.2s;appearance:none;background:none;border:none;margin:0;padding:0}");
7968
7968
  }
7969
7969
 
@@ -8173,14 +8173,14 @@ class FormRatingButtonsNumber extends SvelteComponent {
8173
8173
  buttonStyle: 9,
8174
8174
  buttonActiveStyle: 10
8175
8175
  },
8176
- add_css$p
8176
+ add_css$o
8177
8177
  );
8178
8178
  }
8179
8179
  }
8180
8180
 
8181
8181
  /* src/components/FormRatingButtonsFace.svelte generated by Svelte v3.53.1 */
8182
8182
 
8183
- function add_css$o(target) {
8183
+ function add_css$n(target) {
8184
8184
  append_styles(target, "svelte-tbunko", ".rating-buttons.svelte-tbunko{display:flex;justify-content:space-between;align-items:center;width:100%;height:100%}.rating-button.svelte-tbunko{appearance:none;background:none;border:none;margin:0;padding:0}.rating-button-image.svelte-tbunko{cursor:pointer;user-select:none;-webkit-user-drag:none;width:100%;height:100%}.rating-button-image.svelte-tbunko:not(._active){filter:grayscale(100%)}");
8185
8185
  }
8186
8186
 
@@ -8358,13 +8358,13 @@ function instance$R($$self, $$props, $$invalidate) {
8358
8358
  class FormRatingButtonsFace extends SvelteComponent {
8359
8359
  constructor(options) {
8360
8360
  super();
8361
- init(this, options, instance$R, create_fragment$R, safe_not_equal, { name: 5, required: 6, size: 7 }, add_css$o);
8361
+ init(this, options, instance$R, create_fragment$R, safe_not_equal, { name: 5, required: 6, size: 7 }, add_css$n);
8362
8362
  }
8363
8363
  }
8364
8364
 
8365
8365
  /* src/components/FormIdentifyInput.svelte generated by Svelte v3.53.1 */
8366
8366
 
8367
- function add_css$n(target) {
8367
+ function add_css$m(target) {
8368
8368
  append_styles(target, "svelte-h8fqwx", ".input-wrapper.svelte-h8fqwx{display:flex;align-items:center;width:100%;height:100%}.input.svelte-h8fqwx{width:100%;height:100%;box-sizing:border-box;resize:none;appearance:none;background-color:#fff;border:solid 2px #ccc;border-radius:6px;padding:6px 10px 6px 10px;font-size:12px;line-height:1.5}.input.svelte-h8fqwx::placeholder{color:var(--placeholder-color)}.input.svelte-h8fqwx:focus{outline:none;border-width:var(--focus-border-width) !important;border-color:var(--focus-border-color) !important;border-style:var(--focus-border-style) !important}.input._error.svelte-h8fqwx{outline:none;border-width:var(--error-border-width) !important;border-color:var(--error-border-color) !important;border-style:var(--error-border-style) !important}");
8369
8369
  }
8370
8370
 
@@ -8578,14 +8578,14 @@ class FormIdentifyInput extends SvelteComponent {
8578
8578
  _textStyle: 15,
8579
8579
  _placeholderStyle: 16
8580
8580
  },
8581
- add_css$n
8581
+ add_css$m
8582
8582
  );
8583
8583
  }
8584
8584
  }
8585
8585
 
8586
8586
  /* src/components/FormIdentifyChoices.svelte generated by Svelte v3.53.1 */
8587
8587
 
8588
- function add_css$m(target) {
8588
+ function add_css$l(target) {
8589
8589
  append_styles(target, "svelte-8zbmyo", ".radio-buttons.svelte-8zbmyo{display:flex;justify-content:space-between;flex-direction:column;width:100%;height:100%}.radio-button.svelte-8zbmyo{cursor:pointer;display:flex;align-items:center}.radio-button-input.svelte-8zbmyo{appearance:none;margin:0;box-sizing:border-box;border-radius:var(--size);position:relative;width:var(--size);height:var(--size);border:solid calc(var(--size) / 3) var(--color-main);background-color:var(--color-sub);cursor:pointer;flex:none}.radio-button-input.svelte-8zbmyo:checked{border:solid calc(var(--size) / 3) var(--color-main-active);background-color:var(--color-sub-active);box-shadow:0px 1px 8px 2px rgba(18, 160, 160, 0.08), 0px 1px 4px -1px rgba(18, 160, 160, 0.24)}.radio-button-text.svelte-8zbmyo{margin-left:0.5em}");
8590
8590
  }
8591
8591
 
@@ -8797,14 +8797,14 @@ class FormIdentifyChoices extends SvelteComponent {
8797
8797
  buttonColor: 10,
8798
8798
  buttonColorActive: 11
8799
8799
  },
8800
- add_css$m
8800
+ add_css$l
8801
8801
  );
8802
8802
  }
8803
8803
  }
8804
8804
 
8805
8805
  /* src/components/Slide.svelte generated by Svelte v3.53.1 */
8806
8806
 
8807
- function add_css$l(target) {
8807
+ function add_css$k(target) {
8808
8808
  append_styles(target, "svelte-ji1fh", ".root.svelte-ji1fh{width:100%;height:100%;position:relative}.container.svelte-ji1fh{width:100%;height:100%;position:relative;overflow:hidden;box-sizing:border-box;border-width:0px;border-style:solid;border-color:#000000}.slide.svelte-ji1fh{height:100%;position:absolute;display:flex}.transition.svelte-ji1fh{transition:left 0.2s cubic-bezier(.04,.67,.53,.96)}.item.svelte-ji1fh{height:100%;flex:none}.prev-button-container.svelte-ji1fh,.next-button-container.svelte-ji1fh{top:50%;height:0;position:absolute;display:flex;overflow:visible;align-items:center}.prev-button-container.svelte-ji1fh{left:0}.next-button-container.svelte-ji1fh{right:0}.move-button.svelte-ji1fh{display:flex;align-items:center;justify-content:center;cursor:pointer;box-sizing:border-box;border:none;background:none;margin:0;padding:0}.navigation.svelte-ji1fh{position:absolute;width:0;left:50%;bottom:0;display:flex;justify-content:center;overflow:visible}.navigation-item.svelte-ji1fh{flex-shrink:0;cursor:pointer;border:none;background:none;margin:0;padding:0;appearance:none}.navigation-item-inner.circle.svelte-ji1fh{border-radius:51%}");
8809
8809
  }
8810
8810
 
@@ -9632,7 +9632,7 @@ class Slide extends SvelteComponent {
9632
9632
  navigationButton: 25,
9633
9633
  navigationEdgePosition: 26
9634
9634
  },
9635
- add_css$l,
9635
+ add_css$k,
9636
9636
  [-1, -1, -1]
9637
9637
  );
9638
9638
  }
@@ -9640,7 +9640,7 @@ class Slide extends SvelteComponent {
9640
9640
 
9641
9641
  /* src/components/SlideItem.svelte generated by Svelte v3.53.1 */
9642
9642
 
9643
- function add_css$k(target) {
9643
+ function add_css$j(target) {
9644
9644
  append_styles(target, "svelte-9ygf1w", ".item.svelte-9ygf1w{height:100%;flex:none;position:relative}.item.svelte-9ygf1w img{user-select:none;-webkit-user-drag:none}.item-inner.svelte-9ygf1w{position:absolute;inset:0;border-width:0px;border-style:solid;border-color:#000000;cursor:default;overflow:hidden}");
9645
9645
  }
9646
9646
 
@@ -9777,13 +9777,13 @@ function instance$N($$self, $$props, $$invalidate) {
9777
9777
  class SlideItem extends SvelteComponent {
9778
9778
  constructor(options) {
9779
9779
  super();
9780
- init(this, options, instance$N, create_fragment$N, safe_not_equal, { _style: 0 }, add_css$k);
9780
+ init(this, options, instance$N, create_fragment$N, safe_not_equal, { _style: 0 }, add_css$j);
9781
9781
  }
9782
9782
  }
9783
9783
 
9784
9784
  /* src/components/Countdown.svelte generated by Svelte v3.53.1 */
9785
9785
 
9786
- function add_css$j(target) {
9786
+ function add_css$i(target) {
9787
9787
  append_styles(target, "svelte-rroxiz", ".countdown.svelte-rroxiz{position:relative;width:100%;height:100%}.countdown-inner.svelte-rroxiz{position:absolute;inset:0;border-width:0px;border-style:solid;border-color:#000000;overflow:hidden}");
9788
9788
  }
9789
9789
 
@@ -9931,13 +9931,13 @@ function instance$M($$self, $$props, $$invalidate) {
9931
9931
  class Countdown extends SvelteComponent {
9932
9932
  constructor(options) {
9933
9933
  super();
9934
- init(this, options, instance$M, create_fragment$M, safe_not_equal, { timeLimit: 2, stateOnEnd: 3, _style: 0 }, add_css$j);
9934
+ init(this, options, instance$M, create_fragment$M, safe_not_equal, { timeLimit: 2, stateOnEnd: 3, _style: 0 }, add_css$i);
9935
9935
  }
9936
9936
  }
9937
9937
 
9938
9938
  /* src/components/Box.svelte generated by Svelte v3.53.1 */
9939
9939
 
9940
- function add_css$i(target) {
9940
+ function add_css$h(target) {
9941
9941
  append_styles(target, "svelte-1ccydfy", ".box.svelte-1ccydfy{position:relative;width:100%;height:100%}.box.svelte-1ccydfy > .button{position:absolute;inset:0;border-width:0px;border-style:solid;border-color:#000000;overflow:hidden}");
9942
9942
  }
9943
9943
 
@@ -10062,13 +10062,13 @@ function instance$L($$self, $$props, $$invalidate) {
10062
10062
  class Box extends SvelteComponent {
10063
10063
  constructor(options) {
10064
10064
  super();
10065
- init(this, options, instance$L, create_fragment$L, safe_not_equal, { onClick: 0, eventName: 1, _style: 2 }, add_css$i);
10065
+ init(this, options, instance$L, create_fragment$L, safe_not_equal, { onClick: 0, eventName: 1, _style: 2 }, add_css$h);
10066
10066
  }
10067
10067
  }
10068
10068
 
10069
10069
  /* src/components/IconElement.svelte generated by Svelte v3.53.1 */
10070
10070
 
10071
- function add_css$h(target) {
10071
+ function add_css$g(target) {
10072
10072
  append_styles(target, "svelte-1mkvcuo", ".icon.svelte-1mkvcuo{display:flex;justify-content:center;align-items:center;width:100%;height:100%}.icon.svelte-1mkvcuo > .button{display:flex;position:relative;width:100%;height:100%;max-width:100%;max-height:100%;justify-content:center;align-items:center;white-space:nowrap;box-sizing:border-box;overflow:hidden}.icon.svelte-1mkvcuo > .button._disabled{cursor:not-allowed !important;opacity:0.2}.icon.svelte-1mkvcuo svg{width:var(--width);height:var(--height);color:var(--color);stroke:var(--stroke);fill:var(--fill)}");
10073
10073
  }
10074
10074
 
@@ -10252,14 +10252,14 @@ class IconElement extends SvelteComponent {
10252
10252
  color: 6,
10253
10253
  _style: 7
10254
10254
  },
10255
- add_css$h
10255
+ add_css$g
10256
10256
  );
10257
10257
  }
10258
10258
  }
10259
10259
 
10260
10260
  /* src/components/CodeElement.svelte generated by Svelte v3.53.1 */
10261
10261
 
10262
- function add_css$g(target) {
10262
+ function add_css$f(target) {
10263
10263
  append_styles(target, "svelte-ymsb9l", ".codeElement.svelte-ymsb9l{box-sizing:border-box;margin:0px;padding:0px;width:100%;height:100%}");
10264
10264
  }
10265
10265
 
@@ -10368,13 +10368,13 @@ function instance$J($$self, $$props, $$invalidate) {
10368
10368
  class CodeElement extends SvelteComponent {
10369
10369
  constructor(options) {
10370
10370
  super();
10371
- init(this, options, instance$J, create_fragment$J, safe_not_equal, { name: 0, component: 1, data: 2, style: 3 }, add_css$g);
10371
+ init(this, options, instance$J, create_fragment$J, safe_not_equal, { name: 0, component: 1, data: 2, style: 3 }, add_css$f);
10372
10372
  }
10373
10373
  }
10374
10374
 
10375
10375
  /* src/components/Flex.svelte generated by Svelte v3.53.1 */
10376
10376
 
10377
- function add_css$f(target) {
10377
+ function add_css$e(target) {
10378
10378
  append_styles(target, "svelte-1e71ejc", ".flex.svelte-1e71ejc{display:flex}");
10379
10379
  }
10380
10380
 
@@ -10478,14 +10478,14 @@ class Flex extends SvelteComponent {
10478
10478
  height: 2,
10479
10479
  _style: 3
10480
10480
  },
10481
- add_css$f
10481
+ add_css$e
10482
10482
  );
10483
10483
  }
10484
10484
  }
10485
10485
 
10486
10486
  /* src/components/FlexItem.svelte generated by Svelte v3.53.1 */
10487
10487
 
10488
- function add_css$e(target) {
10488
+ function add_css$d(target) {
10489
10489
  append_styles(target, "svelte-1p0bk1x", ".flex-item.svelte-1p0bk1x{max-width:100%;max-height:100%;position:relative;isolation:isolate}");
10490
10490
  }
10491
10491
 
@@ -10590,7 +10590,7 @@ function instance$H($$self, $$props, $$invalidate) {
10590
10590
  class FlexItem extends SvelteComponent {
10591
10591
  constructor(options) {
10592
10592
  super();
10593
- init(this, options, instance$H, create_fragment$H, safe_not_equal, { length: 1, _style: 2 }, add_css$e);
10593
+ init(this, options, instance$H, create_fragment$H, safe_not_equal, { length: 1, _style: 2 }, add_css$d);
10594
10594
  }
10595
10595
  }
10596
10596
 
@@ -10906,7 +10906,7 @@ class GridModalState extends SvelteComponent {
10906
10906
 
10907
10907
  /* src/components/TextBlock.svelte generated by Svelte v3.53.1 */
10908
10908
 
10909
- function add_css$d(target) {
10909
+ function add_css$c(target) {
10910
10910
  append_styles(target, "svelte-15pej1m", ".text-block.svelte-15pej1m.svelte-15pej1m{display:flex;position:relative;width:100%;height:100%;box-sizing:border-box;white-space:pre-wrap;overflow:hidden}.text-block-inner.svelte-15pej1m.svelte-15pej1m{width:100%;height:auto}.text-direction-vertical.svelte-15pej1m.svelte-15pej1m{writing-mode:vertical-rl}.text-direction-vertical.svelte-15pej1m .text-block-inner.svelte-15pej1m{width:auto;height:100%}");
10911
10911
  }
10912
10912
 
@@ -11008,14 +11008,14 @@ class TextBlock extends SvelteComponent {
11008
11008
  textDirection: 1,
11009
11009
  _style: 5
11010
11010
  },
11011
- add_css$d
11011
+ add_css$c
11012
11012
  );
11013
11013
  }
11014
11014
  }
11015
11015
 
11016
11016
  /* src/components/TextButtonBlock.svelte generated by Svelte v3.53.1 */
11017
11017
 
11018
- function add_css$c(target) {
11018
+ function add_css$b(target) {
11019
11019
  append_styles(target, "svelte-ff0k6r", ".text-button-block.svelte-ff0k6r{width:100%;height:100%;background-color:#000000;border-radius:4px}.text-button.svelte-ff0k6r{display:flex;width:100%;height:100%;background-color:transparent;border:none;box-shadow:transparent;box-sizing:border-box;cursor:pointer;transition:box-shadow 0.2s;color:#ffffff;font-size:14px;font-weight:bold;justify-content:center;align-items:center;padding:1px 6px 1px 6px;line-height:1.5}.text-button.svelte-ff0k6r:active{box-shadow:inset 0 0 100px 100px rgba(0, 0, 0, 0.3)}.text-button.svelte-ff0k6r:hover{box-shadow:inset 0 0 100px 100px rgba(255, 255, 255, 0.3)}");
11020
11020
  }
11021
11021
 
@@ -11133,14 +11133,14 @@ class TextButtonBlock extends SvelteComponent {
11133
11133
  _buttonStyle: 1,
11134
11134
  _style: 2
11135
11135
  },
11136
- add_css$c
11136
+ add_css$b
11137
11137
  );
11138
11138
  }
11139
11139
  }
11140
11140
 
11141
11141
  /* src/components/ImageBlock.svelte generated by Svelte v3.53.1 */
11142
11142
 
11143
- function add_css$b(target) {
11143
+ function add_css$a(target) {
11144
11144
  append_styles(target, "svelte-1pdw891", ".image-block.svelte-1pdw891{display:flex;position:relative;width:100%;height:100%;max-width:100%;max-height:100%;justify-content:center;align-items:center;white-space:nowrap;box-sizing:border-box;border-width:0px;border-style:solid;border-color:#000000;overflow:hidden}.image.svelte-1pdw891{width:100%;height:100%}.transport.svelte-1pdw891:hover,.transport.svelte-1pdw891:focus{opacity:0.75;box-shadow:0 5px 16px rgba(0, 0, 0, 0.1), 0 8px 28px rgba(0, 0, 0, 0.16)}");
11145
11145
  }
11146
11146
 
@@ -11260,7 +11260,7 @@ class ImageBlock extends SvelteComponent {
11260
11260
  _imageStyle: 4,
11261
11261
  _style: 5
11262
11262
  },
11263
- add_css$b
11263
+ add_css$a
11264
11264
  );
11265
11265
  }
11266
11266
  }
@@ -11360,21 +11360,22 @@ const toCssShadow = (p) => {
11360
11360
 
11361
11361
  /* src/components-flex/shared/elements/Clickable.svelte generated by Svelte v3.53.1 */
11362
11362
 
11363
- function add_css$a(target) {
11364
- append_styles(target, "svelte-uxu0y3", ".clickable.svelte-uxu0y3{display:block;text-decoration:none;color:inherit;border:none;background:none;margin:0;padding:0}.clickable.svelte-uxu0y3:link,.clickable.svelte-uxu0y3:visited,.clickable.svelte-uxu0y3:active,.clickable.svelte-uxu0y3:hover{color:inherit}");
11363
+ function add_css$9(target) {
11364
+ append_styles(target, "svelte-1agjjit", ".clickable.svelte-1agjjit:link,.clickable.svelte-1agjjit:visited,.clickable.svelte-1agjjit:active,.clickable.svelte-1agjjit:hover{color:inherit}.clickable.svelte-1agjjit{cursor:pointer;text-decoration:none}");
11365
11365
  }
11366
11366
 
11367
- // (35:0) {:else}
11367
+ // (40:0) {:else}
11368
11368
  function create_else_block$1(ctx) {
11369
11369
  let button;
11370
11370
  let current;
11371
11371
  let mounted;
11372
11372
  let dispose;
11373
- const default_slot_template = /*#slots*/ ctx[6].default;
11374
- const default_slot = create_slot(default_slot_template, ctx, /*$$scope*/ ctx[5], null);
11373
+ const default_slot_template = /*#slots*/ ctx[9].default;
11374
+ const default_slot = create_slot(default_slot_template, ctx, /*$$scope*/ ctx[8], null);
11375
11375
 
11376
11376
  let button_levels = [
11377
- { class: CLICKABLE_CLASS },
11377
+ { "data-layer-id": /*layerId*/ ctx[2] },
11378
+ { class: /*fixedClass*/ ctx[3] },
11378
11379
  { style: /*style*/ ctx[1] },
11379
11380
  dataAttrStopPropagation('click')
11380
11381
  ];
@@ -11390,7 +11391,7 @@ function create_else_block$1(ctx) {
11390
11391
  button = element("button");
11391
11392
  if (default_slot) default_slot.c();
11392
11393
  set_attributes(button, button_data);
11393
- toggle_class(button, "svelte-uxu0y3", true);
11394
+ toggle_class(button, "svelte-1agjjit", true);
11394
11395
  },
11395
11396
  m(target, anchor) {
11396
11397
  insert(target, button, anchor);
@@ -11403,33 +11404,34 @@ function create_else_block$1(ctx) {
11403
11404
  current = true;
11404
11405
 
11405
11406
  if (!mounted) {
11406
- dispose = listen(button, "click", checkStopPropagation('click', /*handleClick*/ ctx[2]));
11407
+ dispose = listen(button, "click", checkStopPropagation('click', /*handleClick*/ ctx[4]));
11407
11408
  mounted = true;
11408
11409
  }
11409
11410
  },
11410
11411
  p(ctx, dirty) {
11411
11412
  if (default_slot) {
11412
- if (default_slot.p && (!current || dirty & /*$$scope*/ 32)) {
11413
+ if (default_slot.p && (!current || dirty & /*$$scope*/ 256)) {
11413
11414
  update_slot_base(
11414
11415
  default_slot,
11415
11416
  default_slot_template,
11416
11417
  ctx,
11417
- /*$$scope*/ ctx[5],
11418
+ /*$$scope*/ ctx[8],
11418
11419
  !current
11419
- ? get_all_dirty_from_scope(/*$$scope*/ ctx[5])
11420
- : get_slot_changes(default_slot_template, /*$$scope*/ ctx[5], dirty, null),
11420
+ ? get_all_dirty_from_scope(/*$$scope*/ ctx[8])
11421
+ : get_slot_changes(default_slot_template, /*$$scope*/ ctx[8], dirty, null),
11421
11422
  null
11422
11423
  );
11423
11424
  }
11424
11425
  }
11425
11426
 
11426
11427
  set_attributes(button, button_data = get_spread_update(button_levels, [
11427
- { class: CLICKABLE_CLASS },
11428
+ (!current || dirty & /*layerId*/ 4) && { "data-layer-id": /*layerId*/ ctx[2] },
11429
+ (!current || dirty & /*fixedClass*/ 8) && { class: /*fixedClass*/ ctx[3] },
11428
11430
  (!current || dirty & /*style*/ 2) && { style: /*style*/ ctx[1] },
11429
11431
  dataAttrStopPropagation('click')
11430
11432
  ]));
11431
11433
 
11432
- toggle_class(button, "svelte-uxu0y3", true);
11434
+ toggle_class(button, "svelte-1agjjit", true);
11433
11435
  },
11434
11436
  i(local) {
11435
11437
  if (current) return;
@@ -11449,18 +11451,20 @@ function create_else_block$1(ctx) {
11449
11451
  };
11450
11452
  }
11451
11453
 
11452
- // (28:39)
11454
+ // (32:39)
11453
11455
  function create_if_block_1$1(ctx) {
11454
11456
  let div;
11457
+ let div_class_value;
11455
11458
  let current;
11456
- const default_slot_template = /*#slots*/ ctx[6].default;
11457
- const default_slot = create_slot(default_slot_template, ctx, /*$$scope*/ ctx[5], null);
11459
+ const default_slot_template = /*#slots*/ ctx[9].default;
11460
+ const default_slot = create_slot(default_slot_template, ctx, /*$$scope*/ ctx[8], null);
11458
11461
 
11459
11462
  return {
11460
11463
  c() {
11461
11464
  div = element("div");
11462
11465
  if (default_slot) default_slot.c();
11463
- attr(div, "class", "" + (null_to_empty(CLICKABLE_CLASS) + " svelte-uxu0y3"));
11466
+ attr(div, "data-layer-id", /*layerId*/ ctx[2]);
11467
+ attr(div, "class", div_class_value = "" + (null_to_empty(/*fixedClass*/ ctx[3]) + " svelte-1agjjit"));
11464
11468
  attr(div, "style", /*style*/ ctx[1]);
11465
11469
  },
11466
11470
  m(target, anchor) {
@@ -11474,20 +11478,28 @@ function create_if_block_1$1(ctx) {
11474
11478
  },
11475
11479
  p(ctx, dirty) {
11476
11480
  if (default_slot) {
11477
- if (default_slot.p && (!current || dirty & /*$$scope*/ 32)) {
11481
+ if (default_slot.p && (!current || dirty & /*$$scope*/ 256)) {
11478
11482
  update_slot_base(
11479
11483
  default_slot,
11480
11484
  default_slot_template,
11481
11485
  ctx,
11482
- /*$$scope*/ ctx[5],
11486
+ /*$$scope*/ ctx[8],
11483
11487
  !current
11484
- ? get_all_dirty_from_scope(/*$$scope*/ ctx[5])
11485
- : get_slot_changes(default_slot_template, /*$$scope*/ ctx[5], dirty, null),
11488
+ ? get_all_dirty_from_scope(/*$$scope*/ ctx[8])
11489
+ : get_slot_changes(default_slot_template, /*$$scope*/ ctx[8], dirty, null),
11486
11490
  null
11487
11491
  );
11488
11492
  }
11489
11493
  }
11490
11494
 
11495
+ if (!current || dirty & /*layerId*/ 4) {
11496
+ attr(div, "data-layer-id", /*layerId*/ ctx[2]);
11497
+ }
11498
+
11499
+ if (!current || dirty & /*fixedClass*/ 8 && div_class_value !== (div_class_value = "" + (null_to_empty(/*fixedClass*/ ctx[3]) + " svelte-1agjjit"))) {
11500
+ attr(div, "class", div_class_value);
11501
+ }
11502
+
11491
11503
  if (!current || dirty & /*style*/ 2) {
11492
11504
  attr(div, "style", /*style*/ ctx[1]);
11493
11505
  }
@@ -11508,7 +11520,7 @@ function create_if_block_1$1(ctx) {
11508
11520
  };
11509
11521
  }
11510
11522
 
11511
- // (17:0) {#if onClick.operation === 'linkTo'}
11523
+ // (20:0) {#if onClick.operation === 'linkTo'}
11512
11524
  function create_if_block$6(ctx) {
11513
11525
  let a;
11514
11526
  let a_href_value;
@@ -11516,11 +11528,12 @@ function create_if_block$6(ctx) {
11516
11528
  let current;
11517
11529
  let mounted;
11518
11530
  let dispose;
11519
- const default_slot_template = /*#slots*/ ctx[6].default;
11520
- const default_slot = create_slot(default_slot_template, ctx, /*$$scope*/ ctx[5], null);
11531
+ const default_slot_template = /*#slots*/ ctx[9].default;
11532
+ const default_slot = create_slot(default_slot_template, ctx, /*$$scope*/ ctx[8], null);
11521
11533
 
11522
11534
  let a_levels = [
11523
- { class: CLICKABLE_CLASS },
11535
+ { "data-layer-id": /*layerId*/ ctx[2] },
11536
+ { class: /*fixedClass*/ ctx[3] },
11524
11537
  { style: /*style*/ ctx[1] },
11525
11538
  {
11526
11539
  href: a_href_value = /*onClick*/ ctx[0].args[2]
@@ -11544,7 +11557,7 @@ function create_if_block$6(ctx) {
11544
11557
  a = element("a");
11545
11558
  if (default_slot) default_slot.c();
11546
11559
  set_attributes(a, a_data);
11547
- toggle_class(a, "svelte-uxu0y3", true);
11560
+ toggle_class(a, "svelte-1agjjit", true);
11548
11561
  },
11549
11562
  m(target, anchor) {
11550
11563
  insert(target, a, anchor);
@@ -11556,28 +11569,29 @@ function create_if_block$6(ctx) {
11556
11569
  current = true;
11557
11570
 
11558
11571
  if (!mounted) {
11559
- dispose = listen(a, "click", prevent_default(checkStopPropagation('click', /*handleClick*/ ctx[2])));
11572
+ dispose = listen(a, "click", prevent_default(checkStopPropagation('click', /*handleClick*/ ctx[4])));
11560
11573
  mounted = true;
11561
11574
  }
11562
11575
  },
11563
11576
  p(ctx, dirty) {
11564
11577
  if (default_slot) {
11565
- if (default_slot.p && (!current || dirty & /*$$scope*/ 32)) {
11578
+ if (default_slot.p && (!current || dirty & /*$$scope*/ 256)) {
11566
11579
  update_slot_base(
11567
11580
  default_slot,
11568
11581
  default_slot_template,
11569
11582
  ctx,
11570
- /*$$scope*/ ctx[5],
11583
+ /*$$scope*/ ctx[8],
11571
11584
  !current
11572
- ? get_all_dirty_from_scope(/*$$scope*/ ctx[5])
11573
- : get_slot_changes(default_slot_template, /*$$scope*/ ctx[5], dirty, null),
11585
+ ? get_all_dirty_from_scope(/*$$scope*/ ctx[8])
11586
+ : get_slot_changes(default_slot_template, /*$$scope*/ ctx[8], dirty, null),
11574
11587
  null
11575
11588
  );
11576
11589
  }
11577
11590
  }
11578
11591
 
11579
11592
  set_attributes(a, a_data = get_spread_update(a_levels, [
11580
- { class: CLICKABLE_CLASS },
11593
+ (!current || dirty & /*layerId*/ 4) && { "data-layer-id": /*layerId*/ ctx[2] },
11594
+ (!current || dirty & /*fixedClass*/ 8) && { class: /*fixedClass*/ ctx[3] },
11581
11595
  (!current || dirty & /*style*/ 2) && { style: /*style*/ ctx[1] },
11582
11596
  (!current || dirty & /*onClick*/ 1 && a_href_value !== (a_href_value = /*onClick*/ ctx[0].args[2]
11583
11597
  ? decodeURI(/*onClick*/ ctx[0].args[0])
@@ -11586,7 +11600,7 @@ function create_if_block$6(ctx) {
11586
11600
  dataAttrStopPropagation('click')
11587
11601
  ]));
11588
11602
 
11589
- toggle_class(a, "svelte-uxu0y3", true);
11603
+ toggle_class(a, "svelte-1agjjit", true);
11590
11604
  },
11591
11605
  i(local) {
11592
11606
  if (current) return;
@@ -11679,11 +11693,14 @@ function create_fragment$C(ctx) {
11679
11693
  const CLICKABLE_CLASS = 'clickable';
11680
11694
 
11681
11695
  function instance$C($$self, $$props, $$invalidate) {
11696
+ let fixedClass;
11682
11697
  let { $$slots: slots = {}, $$scope } = $$props;
11683
11698
  let { onClick = { operation: 'none', args: [] } } = $$props;
11684
11699
  let { eventName = '' } = $$props;
11685
11700
  let { eventValue = undefined } = $$props;
11686
11701
  let { style = '' } = $$props;
11702
+ let { layerId = '' } = $$props;
11703
+ let { className = '' } = $$props;
11687
11704
 
11688
11705
  function handleClick() {
11689
11706
  if (eventName) {
@@ -11695,13 +11712,32 @@ function instance$C($$self, $$props, $$invalidate) {
11695
11712
 
11696
11713
  $$self.$$set = $$props => {
11697
11714
  if ('onClick' in $$props) $$invalidate(0, onClick = $$props.onClick);
11698
- if ('eventName' in $$props) $$invalidate(3, eventName = $$props.eventName);
11699
- if ('eventValue' in $$props) $$invalidate(4, eventValue = $$props.eventValue);
11715
+ if ('eventName' in $$props) $$invalidate(5, eventName = $$props.eventName);
11716
+ if ('eventValue' in $$props) $$invalidate(6, eventValue = $$props.eventValue);
11700
11717
  if ('style' in $$props) $$invalidate(1, style = $$props.style);
11701
- if ('$$scope' in $$props) $$invalidate(5, $$scope = $$props.$$scope);
11718
+ if ('layerId' in $$props) $$invalidate(2, layerId = $$props.layerId);
11719
+ if ('className' in $$props) $$invalidate(7, className = $$props.className);
11720
+ if ('$$scope' in $$props) $$invalidate(8, $$scope = $$props.$$scope);
11702
11721
  };
11703
11722
 
11704
- return [onClick, style, handleClick, eventName, eventValue, $$scope, slots];
11723
+ $$self.$$.update = () => {
11724
+ if ($$self.$$.dirty & /*className*/ 128) {
11725
+ $$invalidate(3, fixedClass = [CLICKABLE_CLASS, ...Array.isArray(className) ? className : [className]].join(' '));
11726
+ }
11727
+ };
11728
+
11729
+ return [
11730
+ onClick,
11731
+ style,
11732
+ layerId,
11733
+ fixedClass,
11734
+ handleClick,
11735
+ eventName,
11736
+ eventValue,
11737
+ className,
11738
+ $$scope,
11739
+ slots
11740
+ ];
11705
11741
  }
11706
11742
 
11707
11743
  class Clickable extends SvelteComponent {
@@ -11716,18 +11752,20 @@ class Clickable extends SvelteComponent {
11716
11752
  safe_not_equal,
11717
11753
  {
11718
11754
  onClick: 0,
11719
- eventName: 3,
11720
- eventValue: 4,
11721
- style: 1
11755
+ eventName: 5,
11756
+ eventValue: 6,
11757
+ style: 1,
11758
+ layerId: 2,
11759
+ className: 7
11722
11760
  },
11723
- add_css$a
11761
+ add_css$9
11724
11762
  );
11725
11763
  }
11726
11764
  }
11727
11765
 
11728
11766
  /* src/components-flex/avatar/Avatar.svelte generated by Svelte v3.53.1 */
11729
11767
 
11730
- function add_css$9(target) {
11768
+ function add_css$8(target) {
11731
11769
  append_styles(target, "svelte-17xar9h", ".avatar.svelte-17xar9h{display:flex;align-items:center;overflow:hidden;flex-shrink:0}");
11732
11770
  }
11733
11771
 
@@ -11874,7 +11912,7 @@ function instance$B($$self, $$props, $$invalidate) {
11874
11912
  class Avatar extends SvelteComponent {
11875
11913
  constructor(options) {
11876
11914
  super();
11877
- init(this, options, instance$B, create_fragment$B, safe_not_equal, { props: 0, layerId: 1 }, add_css$9);
11915
+ init(this, options, instance$B, create_fragment$B, safe_not_equal, { props: 0, layerId: 1 }, add_css$8);
11878
11916
  }
11879
11917
  }
11880
11918
 
@@ -13417,7 +13455,7 @@ const ICON_VARIANTS = {
13417
13455
 
13418
13456
  /* src/components-flex/icon/Icon.svelte generated by Svelte v3.53.1 */
13419
13457
 
13420
- function add_css$8(target) {
13458
+ function add_css$7(target) {
13421
13459
  append_styles(target, "svelte-1ou0ruz", ".icon.svelte-1ou0ruz{display:flex;align-items:center;overflow:hidden;width:auto}");
13422
13460
  }
13423
13461
 
@@ -13655,7 +13693,7 @@ function instance$8($$self, $$props, $$invalidate) {
13655
13693
  class Icon extends SvelteComponent {
13656
13694
  constructor(options) {
13657
13695
  super();
13658
- init(this, options, instance$8, create_fragment$8, safe_not_equal, { props: 0, layerId: 1 }, add_css$8);
13696
+ init(this, options, instance$8, create_fragment$8, safe_not_equal, { props: 0, layerId: 1 }, add_css$7);
13659
13697
  }
13660
13698
  }
13661
13699
 
@@ -13829,11 +13867,11 @@ const BUTTON_VARIANTS = {
13829
13867
 
13830
13868
  /* src/components-flex/button/Button.svelte generated by Svelte v3.53.1 */
13831
13869
 
13832
- function add_css$7(target) {
13833
- append_styles(target, "svelte-cmn44g", ".button.svelte-cmn44g{display:inline-flex;align-content:center;justify-content:center;gap:0.8em;cursor:pointer;outline:0;transition:background-color 0.12s, border-color 0.12s, color 0.12s}.button-icon.svelte-cmn44g{display:flex;align-items:center;justify-content:center;margin-left:-0.2em;margin-right:-0.2em;margin-bottom:0.1em}");
13870
+ function add_css$6(target) {
13871
+ append_styles(target, "svelte-cmn44g", ".button-icon.svelte-cmn44g{display:flex;align-items:center;justify-content:center;margin-left:-0.2em;margin-right:-0.2em;margin-bottom:0.1em}");
13834
13872
  }
13835
13873
 
13836
- // (37:4) {#if props.isIcon && props.iconVariant}
13874
+ // (36:2) {#if props.isIcon && props.iconVariant}
13837
13875
  function create_if_block$4(ctx) {
13838
13876
  let div;
13839
13877
  let icon;
@@ -13889,7 +13927,7 @@ function create_if_block$4(ctx) {
13889
13927
  };
13890
13928
  }
13891
13929
 
13892
- // (36:2) <CLICKABLE onClick={props.onClick} eventName={props.eventName} eventValue={props.eventValue}>
13930
+ // (35:0) <Clickable className="button" layerId={layerId} style={style} onClick={props.onClick} eventName={props.eventName} eventValue={props.eventValue}>
13893
13931
  function create_default_slot$2(ctx) {
13894
13932
  let t0;
13895
13933
  let span;
@@ -13956,12 +13994,14 @@ function create_default_slot$2(ctx) {
13956
13994
  }
13957
13995
 
13958
13996
  function create_fragment$7(ctx) {
13959
- let div;
13960
13997
  let clickable;
13961
13998
  let current;
13962
13999
 
13963
14000
  clickable = new Clickable({
13964
14001
  props: {
14002
+ className: "button",
14003
+ layerId: /*layerId*/ ctx[1],
14004
+ style: /*style*/ ctx[2],
13965
14005
  onClick: /*props*/ ctx[0].onClick,
13966
14006
  eventName: /*props*/ ctx[0].eventName,
13967
14007
  eventValue: /*props*/ ctx[0].eventValue,
@@ -13972,19 +14012,16 @@ function create_fragment$7(ctx) {
13972
14012
 
13973
14013
  return {
13974
14014
  c() {
13975
- div = element("div");
13976
14015
  create_component(clickable.$$.fragment);
13977
- attr(div, "class", "button svelte-cmn44g");
13978
- attr(div, "data-layer-id", /*layerId*/ ctx[1]);
13979
- attr(div, "style", /*style*/ ctx[2]);
13980
14016
  },
13981
14017
  m(target, anchor) {
13982
- insert(target, div, anchor);
13983
- mount_component(clickable, div, null);
14018
+ mount_component(clickable, target, anchor);
13984
14019
  current = true;
13985
14020
  },
13986
14021
  p(ctx, [dirty]) {
13987
14022
  const clickable_changes = {};
14023
+ if (dirty & /*layerId*/ 2) clickable_changes.layerId = /*layerId*/ ctx[1];
14024
+ if (dirty & /*style*/ 4) clickable_changes.style = /*style*/ ctx[2];
13988
14025
  if (dirty & /*props*/ 1) clickable_changes.onClick = /*props*/ ctx[0].onClick;
13989
14026
  if (dirty & /*props*/ 1) clickable_changes.eventName = /*props*/ ctx[0].eventName;
13990
14027
  if (dirty & /*props*/ 1) clickable_changes.eventValue = /*props*/ ctx[0].eventValue;
@@ -13994,14 +14031,6 @@ function create_fragment$7(ctx) {
13994
14031
  }
13995
14032
 
13996
14033
  clickable.$set(clickable_changes);
13997
-
13998
- if (!current || dirty & /*layerId*/ 2) {
13999
- attr(div, "data-layer-id", /*layerId*/ ctx[1]);
14000
- }
14001
-
14002
- if (!current || dirty & /*style*/ 4) {
14003
- attr(div, "style", /*style*/ ctx[2]);
14004
- }
14005
14034
  },
14006
14035
  i(local) {
14007
14036
  if (current) return;
@@ -14013,8 +14042,7 @@ function create_fragment$7(ctx) {
14013
14042
  current = false;
14014
14043
  },
14015
14044
  d(detaching) {
14016
- if (detaching) detach(div);
14017
- destroy_component(clickable);
14045
+ destroy_component(clickable, detaching);
14018
14046
  }
14019
14047
  };
14020
14048
  }
@@ -14062,13 +14090,13 @@ function instance$7($$self, $$props, $$invalidate) {
14062
14090
  class Button extends SvelteComponent {
14063
14091
  constructor(options) {
14064
14092
  super();
14065
- init(this, options, instance$7, create_fragment$7, safe_not_equal, { props: 0, layerId: 1 }, add_css$7);
14093
+ init(this, options, instance$7, create_fragment$7, safe_not_equal, { props: 0, layerId: 1 }, add_css$6);
14066
14094
  }
14067
14095
  }
14068
14096
 
14069
14097
  /* src/components-flex/text-button/TextButton.svelte generated by Svelte v3.53.1 */
14070
14098
 
14071
- function add_css$6(target) {
14099
+ function add_css$5(target) {
14072
14100
  append_styles(target, "svelte-2imv7z", ".flex-text-button.svelte-2imv7z{display:inline-flex;align-content:center;justify-content:center;gap:0.65em;cursor:pointer;outline:0;padding:0;text-decoration:underline;background-color:rgba(255, 255, 255, 0);transition:color 0.12s}.flex-text-button.svelte-2imv7z:hover{text-decoration:none}.flex-text-button-icon.svelte-2imv7z{display:flex;align-items:center;justify-content:center;margin-left:-0.2em;margin-right:-0.2em}");
14073
14101
  }
14074
14102
 
@@ -14331,7 +14359,7 @@ class TextButton extends SvelteComponent {
14331
14359
  props: 0,
14332
14360
  layerId: 1
14333
14361
  },
14334
- add_css$6
14362
+ add_css$5
14335
14363
  );
14336
14364
  }
14337
14365
  }
@@ -14380,11 +14408,11 @@ const CLOSE_BUTTON_LABEL_PLACEMENT = {
14380
14408
 
14381
14409
  /* src/components-flex/close-button/CloseButton.svelte generated by Svelte v3.53.1 */
14382
14410
 
14383
- function add_css$5(target) {
14384
- append_styles(target, "svelte-sbhaxh", ".close.svelte-sbhaxh{position:absolute;top:8px;right:8px}.close-button-row.svelte-sbhaxh{display:flex;flex-direction:row;align-items:center;gap:4px}.close-button.svelte-sbhaxh{display:inline-flex;align-items:center;justify-content:center;border-radius:100%;background:none;cursor:pointer;border:0;outline:0;transition:background-color 0.12s, border-color 0.12s, color 0.12s, transform 0.12s}.close-button.svelte-sbhaxh:hover{transform:rotate(90deg)}.close-button-order-one.svelte-sbhaxh{order:1}.close-button-order-two.svelte-sbhaxh{order:2}.close-button-label.svelte-sbhaxh{color:var(--close-button-label-color, '#ccc')}");
14411
+ function add_css$4(target) {
14412
+ append_styles(target, "svelte-vq43u1", ".close.svelte-vq43u1{position:absolute;top:8px;right:8px}.close-button-row.svelte-vq43u1{display:flex;flex-direction:row;align-items:center;gap:4px}.close-button.svelte-vq43u1{display:inline-flex;align-items:center;justify-content:center;border-radius:100%;background:none;cursor:pointer;border:0;outline:0;transition:background-color 0.12s, border-color 0.12s, color 0.12s, transform 0.12s}.close-button.svelte-vq43u1:hover{transform:rotate(90deg)}.close-button-order-one.svelte-vq43u1{order:1}.close-button-order-two.svelte-vq43u1{order:2}");
14385
14413
  }
14386
14414
 
14387
- // (99:4) {#if hasLabel}
14415
+ // (102:4) {#if hasLabel}
14388
14416
  function create_if_block$2(ctx) {
14389
14417
  let span;
14390
14418
  let t;
@@ -14393,19 +14421,19 @@ function create_if_block$2(ctx) {
14393
14421
  c() {
14394
14422
  span = element("span");
14395
14423
  t = text(/*label*/ ctx[7]);
14396
- attr(span, "style", /*labelCssVariable*/ ctx[2]);
14424
+ attr(span, "style", /*labelStyle*/ ctx[1]);
14397
14425
 
14398
14426
  attr(span, "class", "close-button-label " + (/*isLeftLabelPlacement*/ ctx[8]
14399
14427
  ? 'close-button-order-one'
14400
- : '') + " svelte-sbhaxh");
14428
+ : '') + " svelte-vq43u1");
14401
14429
  },
14402
14430
  m(target, anchor) {
14403
14431
  insert(target, span, anchor);
14404
14432
  append(span, t);
14405
14433
  },
14406
14434
  p(ctx, dirty) {
14407
- if (dirty & /*labelCssVariable*/ 4) {
14408
- attr(span, "style", /*labelCssVariable*/ ctx[2]);
14435
+ if (dirty & /*labelStyle*/ 2) {
14436
+ attr(span, "style", /*labelStyle*/ ctx[1]);
14409
14437
  }
14410
14438
  },
14411
14439
  d(detaching) {
@@ -14432,7 +14460,7 @@ function create_fragment$5(ctx) {
14432
14460
  ? 'close-button-order-two'
14433
14461
  : '')
14434
14462
  },
14435
- { style: /*style*/ ctx[1] },
14463
+ { style: /*style*/ ctx[2] },
14436
14464
  dataAttrStopPropagation('click')
14437
14465
  ];
14438
14466
 
@@ -14460,9 +14488,9 @@ function create_fragment$5(ctx) {
14460
14488
  attr(svg, "viewBox", "0 0 384 512");
14461
14489
  attr(svg, "fill", /*color*/ ctx[6]);
14462
14490
  set_attributes(button, button_data);
14463
- toggle_class(button, "svelte-sbhaxh", true);
14464
- attr(div0, "class", "close-button-row svelte-sbhaxh");
14465
- attr(div1, "class", "close svelte-sbhaxh");
14491
+ toggle_class(button, "svelte-vq43u1", true);
14492
+ attr(div0, "class", "close-button-row svelte-vq43u1");
14493
+ attr(div1, "class", "close svelte-vq43u1");
14466
14494
  attr(div1, "style", /*rootStyle*/ ctx[3]);
14467
14495
  },
14468
14496
  m(target, anchor) {
@@ -14484,11 +14512,11 @@ function create_fragment$5(ctx) {
14484
14512
  set_attributes(button, button_data = get_spread_update(button_levels, [
14485
14513
  dirty & /*layerId*/ 1 && { "data-layer-id": /*layerId*/ ctx[0] },
14486
14514
  { class: button_class_value },
14487
- dirty & /*style*/ 2 && { style: /*style*/ ctx[1] },
14515
+ dirty & /*style*/ 4 && { style: /*style*/ ctx[2] },
14488
14516
  dataAttrStopPropagation('click')
14489
14517
  ]));
14490
14518
 
14491
- toggle_class(button, "svelte-sbhaxh", true);
14519
+ toggle_class(button, "svelte-vq43u1", true);
14492
14520
 
14493
14521
  if (/*hasLabel*/ ctx[4]) {
14494
14522
  if (if_block) {
@@ -14521,8 +14549,8 @@ function create_fragment$5(ctx) {
14521
14549
  function instance$5($$self, $$props, $$invalidate) {
14522
14550
  let hasLabel;
14523
14551
  let rootStyle;
14524
- let labelCssVariable;
14525
14552
  let style;
14553
+ let labelStyle;
14526
14554
  let $maximumZindex;
14527
14555
  component_subscribe($$self, maximumZindex, $$value => $$invalidate(12, $maximumZindex = $$value));
14528
14556
  let { props = {} } = $$props;
@@ -14584,11 +14612,7 @@ function instance$5($$self, $$props, $$invalidate) {
14584
14612
  }
14585
14613
 
14586
14614
  if ($$self.$$.dirty & /*props*/ 512) {
14587
- $$invalidate(2, labelCssVariable = `--close-button-label-color: ${props.labelColor}`);
14588
- }
14589
-
14590
- if ($$self.$$.dirty & /*props*/ 512) {
14591
- $$invalidate(1, style = objToStyle({
14615
+ $$invalidate(2, style = objToStyle({
14592
14616
  width: `${size}px`,
14593
14617
  height: `${size}px`,
14594
14618
  ...props.bordered && { border: '1px solid #666' },
@@ -14598,14 +14622,21 @@ function instance$5($$self, $$props, $$invalidate) {
14598
14622
  ...toCssBorder(props)
14599
14623
  }));
14600
14624
  }
14625
+
14626
+ if ($$self.$$.dirty & /*props*/ 512) {
14627
+ $$invalidate(1, labelStyle = objToStyle({
14628
+ color: props.labelColor ?? color,
14629
+ fontSize: `${size / 2.1}px`
14630
+ }));
14631
+ }
14601
14632
  };
14602
14633
 
14603
14634
  $$invalidate(4, hasLabel = label !== undefined && label !== '');
14604
14635
 
14605
14636
  return [
14606
14637
  layerId,
14638
+ labelStyle,
14607
14639
  style,
14608
- labelCssVariable,
14609
14640
  rootStyle,
14610
14641
  hasLabel,
14611
14642
  handleClick,
@@ -14635,14 +14666,14 @@ class CloseButton extends SvelteComponent {
14635
14666
  eventName: 10,
14636
14667
  eventValue: 11
14637
14668
  },
14638
- add_css$5
14669
+ add_css$4
14639
14670
  );
14640
14671
  }
14641
14672
  }
14642
14673
 
14643
14674
  /* src/components-flex/image/Image.svelte generated by Svelte v3.53.1 */
14644
14675
 
14645
- function add_css$4(target) {
14676
+ function add_css$3(target) {
14646
14677
  append_styles(target, "svelte-180u8ho", ".image.svelte-180u8ho{max-width:100%;overflow:hidden;flex-shrink:0;display:flex;align-items:center;justify-content:center}.image-object.svelte-180u8ho{width:100%;overflow:hidden}.image-img.svelte-180u8ho{vertical-align:top;width:100%;height:100%;object-fit:cover;user-select:none}");
14647
14678
  }
14648
14679
 
@@ -14780,17 +14811,12 @@ function instance$4($$self, $$props, $$invalidate) {
14780
14811
  class Image extends SvelteComponent {
14781
14812
  constructor(options) {
14782
14813
  super();
14783
- init(this, options, instance$4, create_fragment$4, safe_not_equal, { props: 0, layerId: 1 }, add_css$4);
14814
+ init(this, options, instance$4, create_fragment$4, safe_not_equal, { props: 0, layerId: 1 }, add_css$3);
14784
14815
  }
14785
14816
  }
14786
14817
 
14787
14818
  /* src/components-flex/layout/Layout.svelte generated by Svelte v3.53.1 */
14788
14819
 
14789
- function add_css$3(target) {
14790
- append_styles(target, "svelte-1g6q4hu", ".layout.svelte-1g6q4hu{margin:0}");
14791
- }
14792
-
14793
- // (26:2) <CLICKABLE onClick={props.onClick} eventName={props.eventName} eventValue={props.eventValue}>
14794
14820
  function create_default_slot(ctx) {
14795
14821
  let current;
14796
14822
  const default_slot_template = /*#slots*/ ctx[3].default;
@@ -14839,12 +14865,14 @@ function create_default_slot(ctx) {
14839
14865
  }
14840
14866
 
14841
14867
  function create_fragment$3(ctx) {
14842
- let div;
14843
14868
  let clickable;
14844
14869
  let current;
14845
14870
 
14846
14871
  clickable = new Clickable({
14847
14872
  props: {
14873
+ layerId: /*layerId*/ ctx[1],
14874
+ className: "layout",
14875
+ style: /*style*/ ctx[2],
14848
14876
  onClick: /*props*/ ctx[0].onClick,
14849
14877
  eventName: /*props*/ ctx[0].eventName,
14850
14878
  eventValue: /*props*/ ctx[0].eventValue,
@@ -14855,19 +14883,16 @@ function create_fragment$3(ctx) {
14855
14883
 
14856
14884
  return {
14857
14885
  c() {
14858
- div = element("div");
14859
14886
  create_component(clickable.$$.fragment);
14860
- attr(div, "data-layer-id", /*layerId*/ ctx[1]);
14861
- attr(div, "class", "layout svelte-1g6q4hu");
14862
- attr(div, "style", /*style*/ ctx[2]);
14863
14887
  },
14864
14888
  m(target, anchor) {
14865
- insert(target, div, anchor);
14866
- mount_component(clickable, div, null);
14889
+ mount_component(clickable, target, anchor);
14867
14890
  current = true;
14868
14891
  },
14869
14892
  p(ctx, [dirty]) {
14870
14893
  const clickable_changes = {};
14894
+ if (dirty & /*layerId*/ 2) clickable_changes.layerId = /*layerId*/ ctx[1];
14895
+ if (dirty & /*style*/ 4) clickable_changes.style = /*style*/ ctx[2];
14871
14896
  if (dirty & /*props*/ 1) clickable_changes.onClick = /*props*/ ctx[0].onClick;
14872
14897
  if (dirty & /*props*/ 1) clickable_changes.eventName = /*props*/ ctx[0].eventName;
14873
14898
  if (dirty & /*props*/ 1) clickable_changes.eventValue = /*props*/ ctx[0].eventValue;
@@ -14877,14 +14902,6 @@ function create_fragment$3(ctx) {
14877
14902
  }
14878
14903
 
14879
14904
  clickable.$set(clickable_changes);
14880
-
14881
- if (!current || dirty & /*layerId*/ 2) {
14882
- attr(div, "data-layer-id", /*layerId*/ ctx[1]);
14883
- }
14884
-
14885
- if (!current || dirty & /*style*/ 4) {
14886
- attr(div, "style", /*style*/ ctx[2]);
14887
- }
14888
14905
  },
14889
14906
  i(local) {
14890
14907
  if (current) return;
@@ -14896,8 +14913,7 @@ function create_fragment$3(ctx) {
14896
14913
  current = false;
14897
14914
  },
14898
14915
  d(detaching) {
14899
- if (detaching) detach(div);
14900
- destroy_component(clickable);
14916
+ destroy_component(clickable, detaching);
14901
14917
  }
14902
14918
  };
14903
14919
  }
@@ -14942,7 +14958,7 @@ function instance$3($$self, $$props, $$invalidate) {
14942
14958
  class Layout extends SvelteComponent {
14943
14959
  constructor(options) {
14944
14960
  super();
14945
- init(this, options, instance$3, create_fragment$3, safe_not_equal, { props: 0, layerId: 1 }, add_css$3);
14961
+ init(this, options, instance$3, create_fragment$3, safe_not_equal, { props: 0, layerId: 1 });
14946
14962
  }
14947
14963
  }
14948
14964