@plaidev/karte-action-sdk 1.1.243-28734079.0a250704 → 1.1.243-28734135.738e8b2b

Sign up to get free protection for your applications and to get access to all the features.
@@ -3035,7 +3035,7 @@ class State extends SvelteComponent {
3035
3035
 
3036
3036
  /* src/components/StateItem.svelte generated by Svelte v3.53.1 */
3037
3037
 
3038
- function add_css$F(target) {
3038
+ function add_css$D(target) {
3039
3039
  append_styles(target, "svelte-2qb6dm", ".state-item.svelte-2qb6dm{position:absolute;display:none}");
3040
3040
  }
3041
3041
 
@@ -3203,7 +3203,7 @@ function instance$19($$self, $$props, $$invalidate) {
3203
3203
  class StateItem extends SvelteComponent {
3204
3204
  constructor(options) {
3205
3205
  super();
3206
- init(this, options, instance$19, create_fragment$19, safe_not_equal, { path: 0 }, add_css$F);
3206
+ init(this, options, instance$19, create_fragment$19, safe_not_equal, { path: 0 }, add_css$D);
3207
3207
  }
3208
3208
  }
3209
3209
 
@@ -3329,7 +3329,7 @@ function customAnimation(node, { transforms, animationStyle, delay = 0, duration
3329
3329
 
3330
3330
  /* src/components/BackgroundOverlay.svelte generated by Svelte v3.53.1 */
3331
3331
 
3332
- function add_css$E(target) {
3332
+ function add_css$C(target) {
3333
3333
  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}");
3334
3334
  }
3335
3335
 
@@ -3431,7 +3431,7 @@ function instance$18($$self, $$props, $$invalidate) {
3431
3431
  let BackgroundOverlay$1 = class BackgroundOverlay extends SvelteComponent {
3432
3432
  constructor(options) {
3433
3433
  super();
3434
- init(this, options, instance$18, create_fragment$18, safe_not_equal, { backgroundOverlay: 0, class: 1 }, add_css$E);
3434
+ init(this, options, instance$18, create_fragment$18, safe_not_equal, { backgroundOverlay: 0, class: 1 }, add_css$C);
3435
3435
  }
3436
3436
  };
3437
3437
 
@@ -3471,7 +3471,7 @@ function checkStopPropagation(eventName, handler) {
3471
3471
 
3472
3472
  /* src/components/Button.svelte generated by Svelte v3.53.1 */
3473
3473
 
3474
- function add_css$D(target) {
3474
+ function add_css$B(target) {
3475
3475
  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}");
3476
3476
  }
3477
3477
 
@@ -3974,14 +3974,14 @@ let Button$1 = class Button extends SvelteComponent {
3974
3974
  eventValue: 6,
3975
3975
  style: 1
3976
3976
  },
3977
- add_css$D
3977
+ add_css$B
3978
3978
  );
3979
3979
  }
3980
3980
  };
3981
3981
 
3982
3982
  /* src/components/Modal.svelte generated by Svelte v3.53.1 */
3983
3983
 
3984
- function add_css$C(target) {
3984
+ function add_css$A(target) {
3985
3985
  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}}");
3986
3986
  }
3987
3987
 
@@ -4872,7 +4872,7 @@ let Modal$1 = class Modal extends SvelteComponent {
4872
4872
  closeButtonColor: 9,
4873
4873
  _closeStyle: 10
4874
4874
  },
4875
- add_css$C,
4875
+ add_css$A,
4876
4876
  [-1, -1]
4877
4877
  );
4878
4878
  }
@@ -5006,7 +5006,7 @@ class Grid extends SvelteComponent {
5006
5006
 
5007
5007
  /* src/components/GridItem.svelte generated by Svelte v3.53.1 */
5008
5008
 
5009
- function add_css$B(target) {
5009
+ function add_css$z(target) {
5010
5010
  append_styles(target, "svelte-n7kdl3", ".grid-item.svelte-n7kdl3{word-break:break-all;position:relative}.grid-item-inner.svelte-n7kdl3{position:absolute;inset:0}");
5011
5011
  }
5012
5012
 
@@ -5164,7 +5164,7 @@ class GridItem extends SvelteComponent {
5164
5164
  background: 7,
5165
5165
  gridItemId: 0
5166
5166
  },
5167
- add_css$B
5167
+ add_css$z
5168
5168
  );
5169
5169
  }
5170
5170
  }
@@ -5363,7 +5363,7 @@ class RenderText extends SvelteComponent {
5363
5363
 
5364
5364
  /* src/components/TextElement.svelte generated by Svelte v3.53.1 */
5365
5365
 
5366
- function add_css$A(target) {
5366
+ function add_css$y(target) {
5367
5367
  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}");
5368
5368
  }
5369
5369
 
@@ -5735,14 +5735,14 @@ class TextElement extends SvelteComponent {
5735
5735
  enableCopy: 2,
5736
5736
  eventName: 10
5737
5737
  },
5738
- add_css$A
5738
+ add_css$y
5739
5739
  );
5740
5740
  }
5741
5741
  }
5742
5742
 
5743
5743
  /* src/components/TextButtonElement.svelte generated by Svelte v3.53.1 */
5744
5744
 
5745
- function add_css$z(target) {
5745
+ function add_css$x(target) {
5746
5746
  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)}");
5747
5747
  }
5748
5748
 
@@ -5896,14 +5896,14 @@ class TextButtonElement extends SvelteComponent {
5896
5896
  _buttonStyle: 5,
5897
5897
  _style: 6
5898
5898
  },
5899
- add_css$z
5899
+ add_css$x
5900
5900
  );
5901
5901
  }
5902
5902
  }
5903
5903
 
5904
5904
  /* src/components/ImageElement.svelte generated by Svelte v3.53.1 */
5905
5905
 
5906
- function add_css$y(target) {
5906
+ function add_css$w(target) {
5907
5907
  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%}");
5908
5908
  }
5909
5909
 
@@ -6087,14 +6087,14 @@ class ImageElement extends SvelteComponent {
6087
6087
  _imageStyle: 6,
6088
6088
  _style: 7
6089
6089
  },
6090
- add_css$y
6090
+ add_css$w
6091
6091
  );
6092
6092
  }
6093
6093
  }
6094
6094
 
6095
6095
  /* src/components/List.svelte generated by Svelte v3.53.1 */
6096
6096
 
6097
- function add_css$x(target) {
6097
+ function add_css$v(target) {
6098
6098
  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}");
6099
6099
  }
6100
6100
 
@@ -6244,14 +6244,14 @@ class List extends SvelteComponent {
6244
6244
  background: 3,
6245
6245
  _style: 4
6246
6246
  },
6247
- add_css$x
6247
+ add_css$v
6248
6248
  );
6249
6249
  }
6250
6250
  }
6251
6251
 
6252
6252
  /* src/components/ListItem.svelte generated by Svelte v3.53.1 */
6253
6253
 
6254
- function add_css$w(target) {
6254
+ function add_css$u(target) {
6255
6255
  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}");
6256
6256
  }
6257
6257
 
@@ -6454,13 +6454,13 @@ function instance$_($$self, $$props, $$invalidate) {
6454
6454
  class ListItem extends SvelteComponent {
6455
6455
  constructor(options) {
6456
6456
  super();
6457
- init(this, options, instance$_, create_fragment$_, safe_not_equal, { onClick: 0, clickEventName: 1, _style: 2 }, add_css$w);
6457
+ init(this, options, instance$_, create_fragment$_, safe_not_equal, { onClick: 0, clickEventName: 1, _style: 2 }, add_css$u);
6458
6458
  }
6459
6459
  }
6460
6460
 
6461
6461
  /* src/components/EmbedElement.svelte generated by Svelte v3.53.1 */
6462
6462
 
6463
- function add_css$v(target) {
6463
+ function add_css$t(target) {
6464
6464
  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}");
6465
6465
  }
6466
6466
 
@@ -6515,13 +6515,13 @@ function instance$Z($$self, $$props, $$invalidate) {
6515
6515
  class EmbedElement extends SvelteComponent {
6516
6516
  constructor(options) {
6517
6517
  super();
6518
- init(this, options, instance$Z, create_fragment$Z, safe_not_equal, { code: 0, _style: 1 }, add_css$v);
6518
+ init(this, options, instance$Z, create_fragment$Z, safe_not_equal, { code: 0, _style: 1 }, add_css$t);
6519
6519
  }
6520
6520
  }
6521
6521
 
6522
6522
  /* src/components/MovieYouTubeElement.svelte generated by Svelte v3.53.1 */
6523
6523
 
6524
- function add_css$u(target) {
6524
+ function add_css$s(target) {
6525
6525
  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%}");
6526
6526
  }
6527
6527
 
@@ -6878,7 +6878,7 @@ class MovieYouTubeElement extends SvelteComponent {
6878
6878
  mute: 25,
6879
6879
  _style: 0
6880
6880
  },
6881
- add_css$u,
6881
+ add_css$s,
6882
6882
  [-1, -1]
6883
6883
  );
6884
6884
  }
@@ -6886,7 +6886,7 @@ class MovieYouTubeElement extends SvelteComponent {
6886
6886
 
6887
6887
  /* src/components/MovieVimeoElement.svelte generated by Svelte v3.53.1 */
6888
6888
 
6889
- function add_css$t(target) {
6889
+ function add_css$r(target) {
6890
6890
  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%}");
6891
6891
  }
6892
6892
 
@@ -7086,14 +7086,14 @@ class MovieVimeoElement extends SvelteComponent {
7086
7086
  mute: 6,
7087
7087
  _style: 0
7088
7088
  },
7089
- add_css$t
7089
+ add_css$r
7090
7090
  );
7091
7091
  }
7092
7092
  }
7093
7093
 
7094
7094
  /* src/components/FormTextarea.svelte generated by Svelte v3.53.1 */
7095
7095
 
7096
- function add_css$s(target) {
7096
+ function add_css$q(target) {
7097
7097
  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}");
7098
7098
  }
7099
7099
 
@@ -7273,14 +7273,14 @@ class FormTextarea extends SvelteComponent {
7273
7273
  _textStyle: 11,
7274
7274
  _placeholderStyle: 12
7275
7275
  },
7276
- add_css$s
7276
+ add_css$q
7277
7277
  );
7278
7278
  }
7279
7279
  }
7280
7280
 
7281
7281
  /* src/components/FormRadioButtons.svelte generated by Svelte v3.53.1 */
7282
7282
 
7283
- function add_css$r(target) {
7283
+ function add_css$p(target) {
7284
7284
  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}");
7285
7285
  }
7286
7286
 
@@ -7585,14 +7585,14 @@ class FormRadioButtons extends SvelteComponent {
7585
7585
  buttonColor: 13,
7586
7586
  buttonColorActive: 14
7587
7587
  },
7588
- add_css$r
7588
+ add_css$p
7589
7589
  );
7590
7590
  }
7591
7591
  }
7592
7592
 
7593
7593
  /* src/components/FormSelect.svelte generated by Svelte v3.53.1 */
7594
7594
 
7595
- function add_css$q(target) {
7595
+ function add_css$o(target) {
7596
7596
  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}");
7597
7597
  }
7598
7598
 
@@ -7961,14 +7961,14 @@ class FormSelect extends SvelteComponent {
7961
7961
  iconColor: 15,
7962
7962
  iconSize: 16
7963
7963
  },
7964
- add_css$q
7964
+ add_css$o
7965
7965
  );
7966
7966
  }
7967
7967
  }
7968
7968
 
7969
7969
  /* src/components/FormCheckBoxes.svelte generated by Svelte v3.53.1 */
7970
7970
 
7971
- function add_css$p(target) {
7971
+ function add_css$n(target) {
7972
7972
  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}");
7973
7973
  }
7974
7974
 
@@ -8295,14 +8295,14 @@ class FormCheckBoxes extends SvelteComponent {
8295
8295
  buttonColor: 13,
8296
8296
  buttonColorActive: 14
8297
8297
  },
8298
- add_css$p
8298
+ add_css$n
8299
8299
  );
8300
8300
  }
8301
8301
  }
8302
8302
 
8303
8303
  /* src/components/FormRatingButtonsNumber.svelte generated by Svelte v3.53.1 */
8304
8304
 
8305
- function add_css$o(target) {
8305
+ function add_css$m(target) {
8306
8306
  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}");
8307
8307
  }
8308
8308
 
@@ -8537,14 +8537,14 @@ class FormRatingButtonsNumber extends SvelteComponent {
8537
8537
  buttonStyle: 9,
8538
8538
  buttonActiveStyle: 10
8539
8539
  },
8540
- add_css$o
8540
+ add_css$m
8541
8541
  );
8542
8542
  }
8543
8543
  }
8544
8544
 
8545
8545
  /* src/components/FormRatingButtonsFace.svelte generated by Svelte v3.53.1 */
8546
8546
 
8547
- function add_css$n(target) {
8547
+ function add_css$l(target) {
8548
8548
  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%)}");
8549
8549
  }
8550
8550
 
@@ -8747,13 +8747,13 @@ function instance$R($$self, $$props, $$invalidate) {
8747
8747
  class FormRatingButtonsFace extends SvelteComponent {
8748
8748
  constructor(options) {
8749
8749
  super();
8750
- init(this, options, instance$R, create_fragment$R, safe_not_equal, { name: 5, required: 6, size: 7 }, add_css$n);
8750
+ init(this, options, instance$R, create_fragment$R, safe_not_equal, { name: 5, required: 6, size: 7 }, add_css$l);
8751
8751
  }
8752
8752
  }
8753
8753
 
8754
8754
  /* src/components/FormIdentifyInput.svelte generated by Svelte v3.53.1 */
8755
8755
 
8756
- function add_css$m(target) {
8756
+ function add_css$k(target) {
8757
8757
  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}");
8758
8758
  }
8759
8759
 
@@ -8984,14 +8984,14 @@ class FormIdentifyInput extends SvelteComponent {
8984
8984
  _textStyle: 15,
8985
8985
  _placeholderStyle: 16
8986
8986
  },
8987
- add_css$m
8987
+ add_css$k
8988
8988
  );
8989
8989
  }
8990
8990
  }
8991
8991
 
8992
8992
  /* src/components/FormIdentifyChoices.svelte generated by Svelte v3.53.1 */
8993
8993
 
8994
- function add_css$l(target) {
8994
+ function add_css$j(target) {
8995
8995
  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}");
8996
8996
  }
8997
8997
 
@@ -9231,14 +9231,14 @@ class FormIdentifyChoices extends SvelteComponent {
9231
9231
  buttonColor: 10,
9232
9232
  buttonColorActive: 11
9233
9233
  },
9234
- add_css$l
9234
+ add_css$j
9235
9235
  );
9236
9236
  }
9237
9237
  }
9238
9238
 
9239
9239
  /* src/components/Slide.svelte generated by Svelte v3.53.1 */
9240
9240
 
9241
- function add_css$k(target) {
9241
+ function add_css$i(target) {
9242
9242
  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%}");
9243
9243
  }
9244
9244
 
@@ -10141,7 +10141,7 @@ class Slide extends SvelteComponent {
10141
10141
  navigationButton: 25,
10142
10142
  navigationEdgePosition: 26
10143
10143
  },
10144
- add_css$k,
10144
+ add_css$i,
10145
10145
  [-1, -1, -1]
10146
10146
  );
10147
10147
  }
@@ -10149,7 +10149,7 @@ class Slide extends SvelteComponent {
10149
10149
 
10150
10150
  /* src/components/SlideItem.svelte generated by Svelte v3.53.1 */
10151
10151
 
10152
- function add_css$j(target) {
10152
+ function add_css$h(target) {
10153
10153
  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}");
10154
10154
  }
10155
10155
 
@@ -10299,13 +10299,13 @@ function instance$N($$self, $$props, $$invalidate) {
10299
10299
  class SlideItem extends SvelteComponent {
10300
10300
  constructor(options) {
10301
10301
  super();
10302
- init(this, options, instance$N, create_fragment$N, safe_not_equal, { _style: 0 }, add_css$j);
10302
+ init(this, options, instance$N, create_fragment$N, safe_not_equal, { _style: 0 }, add_css$h);
10303
10303
  }
10304
10304
  }
10305
10305
 
10306
10306
  /* src/components/Countdown.svelte generated by Svelte v3.53.1 */
10307
10307
 
10308
- function add_css$i(target) {
10308
+ function add_css$g(target) {
10309
10309
  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}");
10310
10310
  }
10311
10311
 
@@ -10462,13 +10462,13 @@ function instance$M($$self, $$props, $$invalidate) {
10462
10462
  class Countdown extends SvelteComponent {
10463
10463
  constructor(options) {
10464
10464
  super();
10465
- init(this, options, instance$M, create_fragment$M, safe_not_equal, { timeLimit: 2, stateOnEnd: 3, _style: 0 }, add_css$i);
10465
+ init(this, options, instance$M, create_fragment$M, safe_not_equal, { timeLimit: 2, stateOnEnd: 3, _style: 0 }, add_css$g);
10466
10466
  }
10467
10467
  }
10468
10468
 
10469
10469
  /* src/components/Box.svelte generated by Svelte v3.53.1 */
10470
10470
 
10471
- function add_css$h(target) {
10471
+ function add_css$f(target) {
10472
10472
  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}");
10473
10473
  }
10474
10474
 
@@ -10606,13 +10606,13 @@ function instance$L($$self, $$props, $$invalidate) {
10606
10606
  class Box extends SvelteComponent {
10607
10607
  constructor(options) {
10608
10608
  super();
10609
- init(this, options, instance$L, create_fragment$L, safe_not_equal, { onClick: 0, eventName: 1, _style: 2 }, add_css$h);
10609
+ init(this, options, instance$L, create_fragment$L, safe_not_equal, { onClick: 0, eventName: 1, _style: 2 }, add_css$f);
10610
10610
  }
10611
10611
  }
10612
10612
 
10613
10613
  /* src/components/IconElement.svelte generated by Svelte v3.53.1 */
10614
10614
 
10615
- function add_css$g(target) {
10615
+ function add_css$e(target) {
10616
10616
  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)}");
10617
10617
  }
10618
10618
 
@@ -10818,14 +10818,14 @@ class IconElement extends SvelteComponent {
10818
10818
  color: 6,
10819
10819
  _style: 7
10820
10820
  },
10821
- add_css$g
10821
+ add_css$e
10822
10822
  );
10823
10823
  }
10824
10824
  }
10825
10825
 
10826
10826
  /* src/components/CodeElement.svelte generated by Svelte v3.53.1 */
10827
10827
 
10828
- function add_css$f(target) {
10828
+ function add_css$d(target) {
10829
10829
  append_styles(target, "svelte-ymsb9l", ".codeElement.svelte-ymsb9l{box-sizing:border-box;margin:0px;padding:0px;width:100%;height:100%}");
10830
10830
  }
10831
10831
 
@@ -10944,13 +10944,13 @@ function instance$J($$self, $$props, $$invalidate) {
10944
10944
  class CodeElement extends SvelteComponent {
10945
10945
  constructor(options) {
10946
10946
  super();
10947
- init(this, options, instance$J, create_fragment$J, safe_not_equal, { name: 0, component: 1, data: 2, style: 3 }, add_css$f);
10947
+ init(this, options, instance$J, create_fragment$J, safe_not_equal, { name: 0, component: 1, data: 2, style: 3 }, add_css$d);
10948
10948
  }
10949
10949
  }
10950
10950
 
10951
10951
  /* src/components/Flex.svelte generated by Svelte v3.53.1 */
10952
10952
 
10953
- function add_css$e(target) {
10953
+ function add_css$c(target) {
10954
10954
  append_styles(target, "svelte-1e71ejc", ".flex.svelte-1e71ejc{display:flex}");
10955
10955
  }
10956
10956
 
@@ -11064,14 +11064,14 @@ class Flex extends SvelteComponent {
11064
11064
  height: 2,
11065
11065
  _style: 3
11066
11066
  },
11067
- add_css$e
11067
+ add_css$c
11068
11068
  );
11069
11069
  }
11070
11070
  }
11071
11071
 
11072
11072
  /* src/components/FlexItem.svelte generated by Svelte v3.53.1 */
11073
11073
 
11074
- function add_css$d(target) {
11074
+ function add_css$b(target) {
11075
11075
  append_styles(target, "svelte-1p0bk1x", ".flex-item.svelte-1p0bk1x{max-width:100%;max-height:100%;position:relative;isolation:isolate}");
11076
11076
  }
11077
11077
 
@@ -11186,7 +11186,7 @@ function instance$H($$self, $$props, $$invalidate) {
11186
11186
  class FlexItem extends SvelteComponent {
11187
11187
  constructor(options) {
11188
11188
  super();
11189
- init(this, options, instance$H, create_fragment$H, safe_not_equal, { length: 1, _style: 2 }, add_css$d);
11189
+ init(this, options, instance$H, create_fragment$H, safe_not_equal, { length: 1, _style: 2 }, add_css$b);
11190
11190
  }
11191
11191
  }
11192
11192
 
@@ -11514,7 +11514,7 @@ class GridModalState extends SvelteComponent {
11514
11514
 
11515
11515
  /* src/components/TextBlock.svelte generated by Svelte v3.53.1 */
11516
11516
 
11517
- function add_css$c(target) {
11517
+ function add_css$a(target) {
11518
11518
  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%}");
11519
11519
  }
11520
11520
 
@@ -11629,14 +11629,14 @@ class TextBlock extends SvelteComponent {
11629
11629
  textDirection: 1,
11630
11630
  _style: 5
11631
11631
  },
11632
- add_css$c
11632
+ add_css$a
11633
11633
  );
11634
11634
  }
11635
11635
  }
11636
11636
 
11637
11637
  /* src/components/TextButtonBlock.svelte generated by Svelte v3.53.1 */
11638
11638
 
11639
- function add_css$b(target) {
11639
+ function add_css$9(target) {
11640
11640
  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)}");
11641
11641
  }
11642
11642
 
@@ -11767,14 +11767,14 @@ class TextButtonBlock extends SvelteComponent {
11767
11767
  _buttonStyle: 1,
11768
11768
  _style: 2
11769
11769
  },
11770
- add_css$b
11770
+ add_css$9
11771
11771
  );
11772
11772
  }
11773
11773
  }
11774
11774
 
11775
11775
  /* src/components/ImageBlock.svelte generated by Svelte v3.53.1 */
11776
11776
 
11777
- function add_css$a(target) {
11777
+ function add_css$8(target) {
11778
11778
  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)}");
11779
11779
  }
11780
11780
 
@@ -11914,7 +11914,7 @@ class ImageBlock extends SvelteComponent {
11914
11914
  _imageStyle: 4,
11915
11915
  _style: 5
11916
11916
  },
11917
- add_css$a
11917
+ add_css$8
11918
11918
  );
11919
11919
  }
11920
11920
  }
@@ -11957,6 +11957,7 @@ const toCssPosition = (p) => {
11957
11957
  left: p?.left,
11958
11958
  bottom: p?.bottom,
11959
11959
  right: p?.right,
11960
+ transform: p?.transform,
11960
11961
  };
11961
11962
  };
11962
11963
  const toCssCommon = (p) => {
@@ -11965,7 +11966,6 @@ const toCssCommon = (p) => {
11965
11966
  };
11966
11967
  };
11967
11968
  const toCssBorder = (p) => {
11968
- console.log(p);
11969
11969
  const borderWidth = p?.borderTopWidth ?? p?.borderRightWidth ?? p?.borderLeftWidth ?? p?.borderBottomWidth ?? null;
11970
11970
  if (borderWidth === null)
11971
11971
  return {};
@@ -12014,7 +12014,7 @@ const toCssShadow = (p) => {
12014
12014
 
12015
12015
  /* src/components-flex/shared/elements/Clickable.svelte generated by Svelte v3.53.1 */
12016
12016
 
12017
- function add_css$9(target) {
12017
+ function add_css$7(target) {
12018
12018
  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}");
12019
12019
  }
12020
12020
 
@@ -12463,18 +12463,13 @@ class Clickable extends SvelteComponent {
12463
12463
  layerId: 2,
12464
12464
  className: 7
12465
12465
  },
12466
- add_css$9
12466
+ add_css$7
12467
12467
  );
12468
12468
  }
12469
12469
  }
12470
12470
 
12471
12471
  /* src/components-flex/avatar/Avatar.svelte generated by Svelte v3.53.1 */
12472
12472
 
12473
- function add_css$8(target) {
12474
- append_styles(target, "svelte-17xar9h", ".avatar.svelte-17xar9h{display:flex;align-items:center;overflow:hidden;flex-shrink:0}");
12475
- }
12476
-
12477
- // (34:2) <CLICKABLE onClick={props.onClick} eventName={props.eventName} eventValue={props.eventValue} >
12478
12473
  function create_default_slot$4(ctx) {
12479
12474
  let img;
12480
12475
  let img_src_value;
@@ -12517,12 +12512,13 @@ function create_default_slot$4(ctx) {
12517
12512
  }
12518
12513
 
12519
12514
  function create_fragment$B(ctx) {
12520
- let div;
12521
12515
  let clickable;
12522
12516
  let current;
12523
12517
 
12524
12518
  clickable = new Clickable({
12525
12519
  props: {
12520
+ layerId: /*layerId*/ ctx[1],
12521
+ style: /*style*/ ctx[3],
12526
12522
  onClick: /*props*/ ctx[0].onClick,
12527
12523
  eventName: /*props*/ ctx[0].eventName,
12528
12524
  eventValue: /*props*/ ctx[0].eventValue,
@@ -12533,34 +12529,19 @@ function create_fragment$B(ctx) {
12533
12529
 
12534
12530
  return {
12535
12531
  c() {
12536
- div = element("div");
12537
12532
  create_component(clickable.$$.fragment);
12538
- this.h();
12539
12533
  },
12540
12534
  l(nodes) {
12541
- div = claim_element(nodes, "DIV", {
12542
- class: true,
12543
- "data-layer-id": true,
12544
- style: true
12545
- });
12546
-
12547
- var div_nodes = children(div);
12548
- claim_component(clickable.$$.fragment, div_nodes);
12549
- div_nodes.forEach(detach);
12550
- this.h();
12551
- },
12552
- h() {
12553
- attr(div, "class", "avatar svelte-17xar9h");
12554
- attr(div, "data-layer-id", /*layerId*/ ctx[1]);
12555
- attr(div, "style", /*style*/ ctx[3]);
12535
+ claim_component(clickable.$$.fragment, nodes);
12556
12536
  },
12557
12537
  m(target, anchor) {
12558
- insert_hydration(target, div, anchor);
12559
- mount_component(clickable, div, null);
12538
+ mount_component(clickable, target, anchor);
12560
12539
  current = true;
12561
12540
  },
12562
12541
  p(ctx, [dirty]) {
12563
12542
  const clickable_changes = {};
12543
+ if (dirty & /*layerId*/ 2) clickable_changes.layerId = /*layerId*/ ctx[1];
12544
+ if (dirty & /*style*/ 8) clickable_changes.style = /*style*/ ctx[3];
12564
12545
  if (dirty & /*props*/ 1) clickable_changes.onClick = /*props*/ ctx[0].onClick;
12565
12546
  if (dirty & /*props*/ 1) clickable_changes.eventName = /*props*/ ctx[0].eventName;
12566
12547
  if (dirty & /*props*/ 1) clickable_changes.eventValue = /*props*/ ctx[0].eventValue;
@@ -12570,14 +12551,6 @@ function create_fragment$B(ctx) {
12570
12551
  }
12571
12552
 
12572
12553
  clickable.$set(clickable_changes);
12573
-
12574
- if (!current || dirty & /*layerId*/ 2) {
12575
- attr(div, "data-layer-id", /*layerId*/ ctx[1]);
12576
- }
12577
-
12578
- if (!current || dirty & /*style*/ 8) {
12579
- attr(div, "style", /*style*/ ctx[3]);
12580
- }
12581
12554
  },
12582
12555
  i(local) {
12583
12556
  if (current) return;
@@ -12589,8 +12562,7 @@ function create_fragment$B(ctx) {
12589
12562
  current = false;
12590
12563
  },
12591
12564
  d(detaching) {
12592
- if (detaching) detach(div);
12593
- destroy_component(clickable);
12565
+ destroy_component(clickable, detaching);
12594
12566
  }
12595
12567
  };
12596
12568
  }
@@ -12618,6 +12590,11 @@ function instance$B($$self, $$props, $$invalidate) {
12618
12590
  $$self.$$.update = () => {
12619
12591
  if ($$self.$$.dirty & /*props*/ 1) {
12620
12592
  $$invalidate(3, style = objToStyle({
12593
+ display: 'flex',
12594
+ alignItems: 'center',
12595
+ justifyContent: 'center',
12596
+ overflow: 'hidden',
12597
+ flexShrink: 0,
12621
12598
  width: `${size}px`,
12622
12599
  height: `${size}px`,
12623
12600
  ...VARIANTS.shape[props.shape ?? 'square'],
@@ -12639,7 +12616,7 @@ function instance$B($$self, $$props, $$invalidate) {
12639
12616
  class Avatar extends SvelteComponent {
12640
12617
  constructor(options) {
12641
12618
  super();
12642
- init(this, options, instance$B, create_fragment$B, safe_not_equal, { props: 0, layerId: 1 }, add_css$8);
12619
+ init(this, options, instance$B, create_fragment$B, safe_not_equal, { props: 0, layerId: 1 });
12643
12620
  }
12644
12621
  }
12645
12622
 
@@ -14508,18 +14485,14 @@ const ICON_VARIANTS = {
14508
14485
 
14509
14486
  /* src/components-flex/icon/Icon.svelte generated by Svelte v3.53.1 */
14510
14487
 
14511
- function add_css$7(target) {
14512
- append_styles(target, "svelte-1ou0ruz", ".icon.svelte-1ou0ruz{display:flex;align-items:center;overflow:hidden;width:auto}");
14513
- }
14514
-
14515
- // (21:0) {#if (IconComponent)}
14516
14488
  function create_if_block$5(ctx) {
14517
- let div;
14518
14489
  let clickable;
14519
14490
  let current;
14520
14491
 
14521
14492
  clickable = new Clickable({
14522
14493
  props: {
14494
+ layerId: /*layerId*/ ctx[1],
14495
+ style: /*style*/ ctx[3],
14523
14496
  onClick: /*props*/ ctx[0].onClick,
14524
14497
  eventName: /*props*/ ctx[0].eventName,
14525
14498
  eventValue: /*props*/ ctx[0].eventValue,
@@ -14530,34 +14503,19 @@ function create_if_block$5(ctx) {
14530
14503
 
14531
14504
  return {
14532
14505
  c() {
14533
- div = element("div");
14534
14506
  create_component(clickable.$$.fragment);
14535
- this.h();
14536
14507
  },
14537
14508
  l(nodes) {
14538
- div = claim_element(nodes, "DIV", {
14539
- "data-layer-id": true,
14540
- class: true,
14541
- style: true
14542
- });
14543
-
14544
- var div_nodes = children(div);
14545
- claim_component(clickable.$$.fragment, div_nodes);
14546
- div_nodes.forEach(detach);
14547
- this.h();
14548
- },
14549
- h() {
14550
- attr(div, "data-layer-id", /*layerId*/ ctx[1]);
14551
- attr(div, "class", "icon svelte-1ou0ruz");
14552
- attr(div, "style", /*style*/ ctx[3]);
14509
+ claim_component(clickable.$$.fragment, nodes);
14553
14510
  },
14554
14511
  m(target, anchor) {
14555
- insert_hydration(target, div, anchor);
14556
- mount_component(clickable, div, null);
14512
+ mount_component(clickable, target, anchor);
14557
14513
  current = true;
14558
14514
  },
14559
14515
  p(ctx, dirty) {
14560
14516
  const clickable_changes = {};
14517
+ if (dirty & /*layerId*/ 2) clickable_changes.layerId = /*layerId*/ ctx[1];
14518
+ if (dirty & /*style*/ 8) clickable_changes.style = /*style*/ ctx[3];
14561
14519
  if (dirty & /*props*/ 1) clickable_changes.onClick = /*props*/ ctx[0].onClick;
14562
14520
  if (dirty & /*props*/ 1) clickable_changes.eventName = /*props*/ ctx[0].eventName;
14563
14521
  if (dirty & /*props*/ 1) clickable_changes.eventValue = /*props*/ ctx[0].eventValue;
@@ -14567,14 +14525,6 @@ function create_if_block$5(ctx) {
14567
14525
  }
14568
14526
 
14569
14527
  clickable.$set(clickable_changes);
14570
-
14571
- if (!current || dirty & /*layerId*/ 2) {
14572
- attr(div, "data-layer-id", /*layerId*/ ctx[1]);
14573
- }
14574
-
14575
- if (!current || dirty & /*style*/ 8) {
14576
- attr(div, "style", /*style*/ ctx[3]);
14577
- }
14578
14528
  },
14579
14529
  i(local) {
14580
14530
  if (current) return;
@@ -14586,13 +14536,12 @@ function create_if_block$5(ctx) {
14586
14536
  current = false;
14587
14537
  },
14588
14538
  d(detaching) {
14589
- if (detaching) detach(div);
14590
- destroy_component(clickable);
14539
+ destroy_component(clickable, detaching);
14591
14540
  }
14592
14541
  };
14593
14542
  }
14594
14543
 
14595
- // (23:4) <CLICKABLE onClick={props.onClick} eventName={props.eventName} eventValue={props.eventValue}>
14544
+ // (26:2) <CLICKABLE layerId={layerId} style={style} onClick={props.onClick} eventName={props.eventName} eventValue={props.eventValue}>
14596
14545
  function create_default_slot$3(ctx) {
14597
14546
  let switch_instance;
14598
14547
  let switch_instance_anchor;
@@ -14755,7 +14704,14 @@ function instance$8($$self, $$props, $$invalidate) {
14755
14704
 
14756
14705
  $$self.$$.update = () => {
14757
14706
  if ($$self.$$.dirty & /*props*/ 1) {
14758
- $$invalidate(3, style = objToStyle({ ...getSizeCss(), ...toCssCommon(props) }));
14707
+ $$invalidate(3, style = objToStyle({
14708
+ display: 'flex',
14709
+ alignItems: 'center',
14710
+ overflow: 'hidden',
14711
+ width: 'auto',
14712
+ ...getSizeCss(),
14713
+ ...toCssCommon(props)
14714
+ }));
14759
14715
  }
14760
14716
 
14761
14717
  if ($$self.$$.dirty & /*props*/ 1) {
@@ -14769,7 +14725,7 @@ function instance$8($$self, $$props, $$invalidate) {
14769
14725
  class Icon extends SvelteComponent {
14770
14726
  constructor(options) {
14771
14727
  super();
14772
- init(this, options, instance$8, create_fragment$8, safe_not_equal, { props: 0, layerId: 1 }, add_css$7);
14728
+ init(this, options, instance$8, create_fragment$8, safe_not_equal, { props: 0, layerId: 1 });
14773
14729
  }
14774
14730
  }
14775
14731
 
@@ -15536,10 +15492,10 @@ const CLOSE_BUTTON_LABEL_PLACEMENT = {
15536
15492
  /* src/components-flex/close-button/CloseButton.svelte generated by Svelte v3.53.1 */
15537
15493
 
15538
15494
  function add_css$4(target) {
15539
- 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}");
15495
+ append_styles(target, "svelte-12v1h9t", ".close-button.svelte-12v1h9t{display:inline-flex;align-items:center;justify-content:center;align-self:center;gap:8px;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-12v1h9t:hover{transform:rotate(90deg)}.close-button-order-one.svelte-12v1h9t{order:1}.close-button-order-two.svelte-12v1h9t{order:2}");
15540
15496
  }
15541
15497
 
15542
- // (102:4) {#if hasLabel}
15498
+ // (94:2) {#if hasLabel}
15543
15499
  function create_if_block$2(ctx) {
15544
15500
  let span;
15545
15501
  let t;
@@ -15558,19 +15514,19 @@ function create_if_block$2(ctx) {
15558
15514
  this.h();
15559
15515
  },
15560
15516
  h() {
15561
- attr(span, "style", /*labelStyle*/ ctx[1]);
15517
+ attr(span, "style", /*labelStyle*/ ctx[2]);
15562
15518
 
15563
15519
  attr(span, "class", "close-button-label " + (/*isLeftLabelPlacement*/ ctx[8]
15564
15520
  ? 'close-button-order-one'
15565
- : '') + " svelte-vq43u1");
15521
+ : '') + " svelte-12v1h9t");
15566
15522
  },
15567
15523
  m(target, anchor) {
15568
15524
  insert_hydration(target, span, anchor);
15569
15525
  append_hydration(span, t);
15570
15526
  },
15571
15527
  p(ctx, dirty) {
15572
- if (dirty & /*labelStyle*/ 2) {
15573
- attr(span, "style", /*labelStyle*/ ctx[1]);
15528
+ if (dirty & /*labelStyle*/ 4) {
15529
+ attr(span, "style", /*labelStyle*/ ctx[2]);
15574
15530
  }
15575
15531
  },
15576
15532
  d(detaching) {
@@ -15580,15 +15536,15 @@ function create_if_block$2(ctx) {
15580
15536
  }
15581
15537
 
15582
15538
  function create_fragment$5(ctx) {
15583
- let div1;
15584
- let div0;
15585
15539
  let button;
15540
+ let span;
15586
15541
  let svg;
15587
15542
  let path;
15588
- let button_class_value;
15589
15543
  let t;
15544
+ let button_class_value;
15590
15545
  let mounted;
15591
15546
  let dispose;
15547
+ let if_block = /*hasLabel*/ ctx[4] && create_if_block$2(ctx);
15592
15548
 
15593
15549
  let button_levels = [
15594
15550
  { "data-layer-id": /*layerId*/ ctx[0] },
@@ -15597,7 +15553,7 @@ function create_fragment$5(ctx) {
15597
15553
  ? 'close-button-order-two'
15598
15554
  : '')
15599
15555
  },
15600
- { style: /*style*/ ctx[2] },
15556
+ { style: /*style*/ ctx[3] },
15601
15557
  dataAttrStopPropagation('click')
15602
15558
  ];
15603
15559
 
@@ -15607,13 +15563,10 @@ function create_fragment$5(ctx) {
15607
15563
  button_data = assign(button_data, button_levels[i]);
15608
15564
  }
15609
15565
 
15610
- let if_block = /*hasLabel*/ ctx[4] && create_if_block$2(ctx);
15611
-
15612
15566
  return {
15613
15567
  c() {
15614
- div1 = element("div");
15615
- div0 = element("div");
15616
15568
  button = element("button");
15569
+ span = element("span");
15617
15570
  svg = svg_element("svg");
15618
15571
  path = svg_element("path");
15619
15572
  t = space();
@@ -15621,23 +15574,20 @@ function create_fragment$5(ctx) {
15621
15574
  this.h();
15622
15575
  },
15623
15576
  l(nodes) {
15624
- div1 = claim_element(nodes, "DIV", { class: true, style: true });
15625
- var div1_nodes = children(div1);
15626
- div0 = claim_element(div1_nodes, "DIV", { class: true });
15627
- var div0_nodes = children(div0);
15628
-
15629
- button = claim_element(div0_nodes, "BUTTON", {
15577
+ button = claim_element(nodes, "BUTTON", {
15630
15578
  "data-layer-id": true,
15631
15579
  class: true,
15632
15580
  style: true
15633
15581
  });
15634
15582
 
15635
15583
  var button_nodes = children(button);
15584
+ span = claim_element(button_nodes, "SPAN", { style: true });
15585
+ var span_nodes = children(span);
15636
15586
 
15637
- svg = claim_svg_element(button_nodes, "svg", {
15587
+ svg = claim_svg_element(span_nodes, "svg", {
15638
15588
  xmlns: true,
15639
- style: true,
15640
15589
  viewBox: true,
15590
+ style: true,
15641
15591
  fill: true
15642
15592
  });
15643
15593
 
@@ -15645,35 +15595,31 @@ function create_fragment$5(ctx) {
15645
15595
  path = claim_svg_element(svg_nodes, "path", { d: true });
15646
15596
  children(path).forEach(detach);
15647
15597
  svg_nodes.forEach(detach);
15598
+ span_nodes.forEach(detach);
15599
+ t = claim_space(button_nodes);
15600
+ if (if_block) if_block.l(button_nodes);
15648
15601
  button_nodes.forEach(detach);
15649
- t = claim_space(div0_nodes);
15650
- if (if_block) if_block.l(div0_nodes);
15651
- div0_nodes.forEach(detach);
15652
- div1_nodes.forEach(detach);
15653
15602
  this.h();
15654
15603
  },
15655
15604
  h() {
15656
15605
  attr(path, "d", "M342.6 150.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L192 210.7 86.6 105.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L146.7 256 41.4 361.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L192 301.3 297.4 406.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L237.3 256 342.6 150.6z");
15657
15606
  attr(svg, "xmlns", "http://www.w3.org/2000/svg");
15658
- set_style(svg, "width", "75%");
15659
- set_style(svg, "height", "75%");
15660
15607
  attr(svg, "viewBox", "0 0 384 512");
15608
+ set_style(svg, "width", "100%");
15609
+ set_style(svg, "height", "100%");
15661
15610
  attr(svg, "fill", /*color*/ ctx[6]);
15611
+ attr(span, "style", /*iconStyle*/ ctx[1]);
15662
15612
  set_attributes(button, button_data);
15663
- toggle_class(button, "svelte-vq43u1", true);
15664
- attr(div0, "class", "close-button-row svelte-vq43u1");
15665
- attr(div1, "class", "close svelte-vq43u1");
15666
- attr(div1, "style", /*rootStyle*/ ctx[3]);
15613
+ toggle_class(button, "svelte-12v1h9t", true);
15667
15614
  },
15668
15615
  m(target, anchor) {
15669
- insert_hydration(target, div1, anchor);
15670
- append_hydration(div1, div0);
15671
- append_hydration(div0, button);
15672
- append_hydration(button, svg);
15616
+ insert_hydration(target, button, anchor);
15617
+ append_hydration(button, span);
15618
+ append_hydration(span, svg);
15673
15619
  append_hydration(svg, path);
15620
+ append_hydration(button, t);
15621
+ if (if_block) if_block.m(button, null);
15674
15622
  if (button.autofocus) button.focus();
15675
- append_hydration(div0, t);
15676
- if (if_block) if_block.m(div0, null);
15677
15623
 
15678
15624
  if (!mounted) {
15679
15625
  dispose = listen(button, "click", prevent_default(checkStopPropagation('click', /*handleClick*/ ctx[5])));
@@ -15681,14 +15627,9 @@ function create_fragment$5(ctx) {
15681
15627
  }
15682
15628
  },
15683
15629
  p(ctx, [dirty]) {
15684
- set_attributes(button, button_data = get_spread_update(button_levels, [
15685
- dirty & /*layerId*/ 1 && { "data-layer-id": /*layerId*/ ctx[0] },
15686
- { class: button_class_value },
15687
- dirty & /*style*/ 4 && { style: /*style*/ ctx[2] },
15688
- dataAttrStopPropagation('click')
15689
- ]));
15690
-
15691
- toggle_class(button, "svelte-vq43u1", true);
15630
+ if (dirty & /*iconStyle*/ 2) {
15631
+ attr(span, "style", /*iconStyle*/ ctx[1]);
15632
+ }
15692
15633
 
15693
15634
  if (/*hasLabel*/ ctx[4]) {
15694
15635
  if (if_block) {
@@ -15696,21 +15637,26 @@ function create_fragment$5(ctx) {
15696
15637
  } else {
15697
15638
  if_block = create_if_block$2(ctx);
15698
15639
  if_block.c();
15699
- if_block.m(div0, null);
15640
+ if_block.m(button, null);
15700
15641
  }
15701
15642
  } else if (if_block) {
15702
15643
  if_block.d(1);
15703
15644
  if_block = null;
15704
15645
  }
15705
15646
 
15706
- if (dirty & /*rootStyle*/ 8) {
15707
- attr(div1, "style", /*rootStyle*/ ctx[3]);
15708
- }
15647
+ set_attributes(button, button_data = get_spread_update(button_levels, [
15648
+ dirty & /*layerId*/ 1 && { "data-layer-id": /*layerId*/ ctx[0] },
15649
+ { class: button_class_value },
15650
+ dirty & /*style*/ 8 && { style: /*style*/ ctx[3] },
15651
+ dataAttrStopPropagation('click')
15652
+ ]));
15653
+
15654
+ toggle_class(button, "svelte-12v1h9t", true);
15709
15655
  },
15710
15656
  i: noop,
15711
15657
  o: noop,
15712
15658
  d(detaching) {
15713
- if (detaching) detach(div1);
15659
+ if (detaching) detach(button);
15714
15660
  if (if_block) if_block.d();
15715
15661
  mounted = false;
15716
15662
  dispose();
@@ -15720,11 +15666,9 @@ function create_fragment$5(ctx) {
15720
15666
 
15721
15667
  function instance$5($$self, $$props, $$invalidate) {
15722
15668
  let hasLabel;
15723
- let rootStyle;
15724
15669
  let style;
15725
15670
  let labelStyle;
15726
- let $maximumZindex;
15727
- component_subscribe($$self, maximumZindex, $$value => $$invalidate(12, $maximumZindex = $$value));
15671
+ let iconStyle;
15728
15672
  let { props = {} } = $$props;
15729
15673
  let { layerId = '' } = $$props;
15730
15674
  let { eventName = '' } = $$props;
@@ -15759,15 +15703,6 @@ function instance$5($$self, $$props, $$invalidate) {
15759
15703
  const label = props.label;
15760
15704
  const isLeftLabelPlacement = props.labelPlacement === 'left';
15761
15705
 
15762
- const getCssPlacement = () => {
15763
- return {
15764
- top: props.top ?? VARIANTS.placement[props.placement ?? 'topRight'].top,
15765
- right: props.right ?? VARIANTS.placement[props.placement ?? 'topRight'].right,
15766
- left: props.left ?? VARIANTS.placement[props.placement ?? 'topRight'].left,
15767
- bottom: props.bottom ?? VARIANTS.placement[props.placement ?? 'topRight'].bottom
15768
- };
15769
- };
15770
-
15771
15706
  $$self.$$set = $$props => {
15772
15707
  if ('props' in $$props) $$invalidate(9, props = $$props.props);
15773
15708
  if ('layerId' in $$props) $$invalidate(0, layerId = $$props.layerId);
@@ -15776,18 +15711,12 @@ function instance$5($$self, $$props, $$invalidate) {
15776
15711
  };
15777
15712
 
15778
15713
  $$self.$$.update = () => {
15779
- if ($$self.$$.dirty & /*$maximumZindex*/ 4096) {
15780
- $$invalidate(3, rootStyle = objToStyle({
15781
- ...getCssPlacement(),
15782
- zIndex: $maximumZindex + 1
15783
- }));
15784
- }
15785
-
15786
15714
  if ($$self.$$.dirty & /*props*/ 512) {
15787
- $$invalidate(2, style = objToStyle({
15788
- width: `${size}px`,
15789
- height: `${size}px`,
15715
+ $$invalidate(3, style = objToStyle({
15790
15716
  ...props.bordered && { border: '1px solid #666' },
15717
+ height: `${size}px`,
15718
+ boxSizing: 'border-box',
15719
+ padding: '6px',
15791
15720
  backgroundColor: props.backgroundColor ?? 'transparent',
15792
15721
  ...VARIANTS.round[props.round ?? 'default'],
15793
15722
  ...toCssCommon(props),
@@ -15796,7 +15725,7 @@ function instance$5($$self, $$props, $$invalidate) {
15796
15725
  }
15797
15726
 
15798
15727
  if ($$self.$$.dirty & /*props*/ 512) {
15799
- $$invalidate(1, labelStyle = objToStyle({
15728
+ $$invalidate(2, labelStyle = objToStyle({
15800
15729
  color: props.labelColor ?? color,
15801
15730
  fontSize: `${size / 2.1}px`
15802
15731
  }));
@@ -15805,11 +15734,16 @@ function instance$5($$self, $$props, $$invalidate) {
15805
15734
 
15806
15735
  $$invalidate(4, hasLabel = label !== undefined && label !== '');
15807
15736
 
15737
+ $$invalidate(1, iconStyle = objToStyle({
15738
+ width: `${size - 12}px`,
15739
+ height: `${size - 12}px`
15740
+ }));
15741
+
15808
15742
  return [
15809
15743
  layerId,
15744
+ iconStyle,
15810
15745
  labelStyle,
15811
15746
  style,
15812
- rootStyle,
15813
15747
  hasLabel,
15814
15748
  handleClick,
15815
15749
  color,
@@ -15817,8 +15751,7 @@ function instance$5($$self, $$props, $$invalidate) {
15817
15751
  isLeftLabelPlacement,
15818
15752
  props,
15819
15753
  eventName,
15820
- eventValue,
15821
- $maximumZindex
15754
+ eventValue
15822
15755
  ];
15823
15756
  }
15824
15757