@easemate/web-kit 0.3.3 → 0.3.4

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.
Files changed (48) hide show
  1. package/README.md +105 -17
  2. package/build/decorators.cjs +7 -7
  3. package/build/decorators.cjs.map +1 -1
  4. package/build/decorators.js +7 -7
  5. package/build/decorators.js.map +1 -1
  6. package/build/elements.cjs +1902 -747
  7. package/build/elements.cjs.map +1 -1
  8. package/build/elements.d.cts +51 -2
  9. package/build/elements.d.ts +51 -2
  10. package/build/elements.js +1899 -746
  11. package/build/elements.js.map +1 -1
  12. package/build/{index-NzGpn7ai.d.cts → index-BKwMPyPy.d.cts} +3 -0
  13. package/build/{index-NzGpn7ai.d.ts → index-BKwMPyPy.d.ts} +3 -0
  14. package/build/index.cjs +1894 -706
  15. package/build/index.cjs.map +1 -1
  16. package/build/index.d.cts +4 -4
  17. package/build/index.d.ts +4 -4
  18. package/build/index.js +1889 -703
  19. package/build/index.js.map +1 -1
  20. package/build/{init-CaP7khA2.d.ts → init-C4Q5EEAr.d.ts} +1 -1
  21. package/build/{init-DmqoRv6_.d.cts → init-yLajTNMT.d.cts} +1 -1
  22. package/build/jsx.cjs.map +1 -1
  23. package/build/jsx.d.cts +21 -1
  24. package/build/jsx.d.ts +21 -1
  25. package/build/jsx.js.map +1 -1
  26. package/build/react.cjs +433 -334
  27. package/build/react.cjs.map +1 -1
  28. package/build/react.d.cts +4 -4
  29. package/build/react.d.ts +4 -4
  30. package/build/react.js +433 -334
  31. package/build/react.js.map +1 -1
  32. package/build/register.cjs +2279 -1128
  33. package/build/register.cjs.map +1 -1
  34. package/build/register.js +2260 -1109
  35. package/build/register.js.map +1 -1
  36. package/build/{registry-YCv1Ctoe.d.cts → registry-GVSJPmus.d.cts} +1 -0
  37. package/build/{registry-YCv1Ctoe.d.ts → registry-GVSJPmus.d.ts} +1 -0
  38. package/build/theme.cjs +34 -3
  39. package/build/theme.cjs.map +1 -1
  40. package/build/theme.d.cts +2 -2
  41. package/build/theme.d.ts +2 -2
  42. package/build/theme.js +34 -3
  43. package/build/theme.js.map +1 -1
  44. package/build/utils.cjs +3 -3
  45. package/build/utils.cjs.map +1 -1
  46. package/build/utils.js +3 -3
  47. package/build/utils.js.map +1 -1
  48. package/package.json +1 -1
package/build/elements.js CHANGED
@@ -1,4 +1,4 @@
1
- // swc:/home/runner/work/web-kit/web-kit/packages/core/src/elements/button/index.ts
1
+ // swc:/Users/aaroniker/Documents/GitHub/ease/web-kit/packages/core/src/elements/button/index.ts
2
2
  import { html as html2 } from "lit-html";
3
3
 
4
4
  // src/decorators/Component.ts
@@ -400,7 +400,7 @@ function Prop(options = {}) {
400
400
  };
401
401
  }
402
402
 
403
- // swc:/home/runner/work/web-kit/web-kit/packages/core/src/elements/button/index.ts
403
+ // swc:/Users/aaroniker/Documents/GitHub/ease/web-kit/packages/core/src/elements/button/index.ts
404
404
  function applyDecs2203RFactory() {
405
405
  function createAddInitializerMethod(initializers, decoratorFinishedRef) {
406
406
  return function addInitializer(initializer) {
@@ -1083,10 +1083,10 @@ var Button = class extends (_HTMLElement = HTMLElement) {
1083
1083
  }
1084
1084
  };
1085
1085
 
1086
- // swc:/home/runner/work/web-kit/web-kit/packages/core/src/elements/checkbox/index.ts
1086
+ // swc:/Users/aaroniker/Documents/GitHub/ease/web-kit/packages/core/src/elements/checkbox/index.ts
1087
1087
  import { html as html3 } from "lit-html";
1088
1088
 
1089
- // swc:/home/runner/work/web-kit/web-kit/packages/core/src/elements/shared.ts
1089
+ // swc:/Users/aaroniker/Documents/GitHub/ease/web-kit/packages/core/src/elements/shared.ts
1090
1090
  var CONTROL_CHANGE_EVENT = "control-change";
1091
1091
  var dispatchControlEvent = (host, type, detail) => {
1092
1092
  host.dispatchEvent(new CustomEvent(type, {
@@ -1350,7 +1350,7 @@ function Query(selector, userOptions) {
1350
1350
  return createQueryDecorator(selector, merged);
1351
1351
  }
1352
1352
 
1353
- // swc:/home/runner/work/web-kit/web-kit/packages/core/src/elements/checkbox/index.ts
1353
+ // swc:/Users/aaroniker/Documents/GitHub/ease/web-kit/packages/core/src/elements/checkbox/index.ts
1354
1354
  function applyDecs2203RFactory2() {
1355
1355
  function createAddInitializerMethod(initializers, decoratorFinishedRef) {
1356
1356
  return function addInitializer(initializer) {
@@ -2123,10 +2123,10 @@ var Checkbox = class extends (_HTMLElement2 = HTMLElement) {
2123
2123
  }
2124
2124
  };
2125
2125
 
2126
- // swc:/home/runner/work/web-kit/web-kit/packages/core/src/elements/color/index.ts
2126
+ // swc:/Users/aaroniker/Documents/GitHub/ease/web-kit/packages/core/src/elements/color/index.ts
2127
2127
  import { html as html11 } from "lit-html";
2128
2128
 
2129
- // swc:/home/runner/work/web-kit/web-kit/packages/core/src/elements/popover/index.ts
2129
+ // swc:/Users/aaroniker/Documents/GitHub/ease/web-kit/packages/core/src/elements/popover/index.ts
2130
2130
  import { html as html4 } from "lit-html";
2131
2131
  function applyDecs2203RFactory3() {
2132
2132
  function createAddInitializerMethod(initializers, decoratorFinishedRef) {
@@ -2756,7 +2756,7 @@ var Popover = class extends (_HTMLElement3 = HTMLElement) {
2756
2756
  }
2757
2757
  };
2758
2758
 
2759
- // swc:/home/runner/work/web-kit/web-kit/packages/core/src/elements/icons/animation/chevron.ts
2759
+ // swc:/Users/aaroniker/Documents/GitHub/ease/web-kit/packages/core/src/elements/icons/animation/chevron.ts
2760
2760
  import { html as html5 } from "lit-html";
2761
2761
  function applyDecs2203RFactory4() {
2762
2762
  function createAddInitializerMethod(initializers, decoratorFinishedRef) {
@@ -3220,10 +3220,10 @@ var IconChevron = class extends (_HTMLElement4 = HTMLElement) {
3220
3220
  }
3221
3221
  };
3222
3222
 
3223
- // swc:/home/runner/work/web-kit/web-kit/packages/core/src/elements/dropdown/index.ts
3223
+ // swc:/Users/aaroniker/Documents/GitHub/ease/web-kit/packages/core/src/elements/dropdown/index.ts
3224
3224
  import { html as html6 } from "lit-html";
3225
3225
 
3226
- // swc:/home/runner/work/web-kit/web-kit/packages/core/src/utils/dismiss-controller.ts
3226
+ // swc:/Users/aaroniker/Documents/GitHub/ease/web-kit/packages/core/src/utils/dismiss-controller.ts
3227
3227
  var DismissController = class {
3228
3228
  #onDismiss;
3229
3229
  #context;
@@ -3435,7 +3435,7 @@ function OutsideClick(options = {}) {
3435
3435
  };
3436
3436
  }
3437
3437
 
3438
- // swc:/home/runner/work/web-kit/web-kit/packages/core/src/elements/dropdown/index.ts
3438
+ // swc:/Users/aaroniker/Documents/GitHub/ease/web-kit/packages/core/src/elements/dropdown/index.ts
3439
3439
  function applyDecs2203RFactory5() {
3440
3440
  function createAddInitializerMethod(initializers, decoratorFinishedRef) {
3441
3441
  return function addInitializer(initializer) {
@@ -4907,7 +4907,7 @@ var Dropdown = class extends (_HTMLElement5 = HTMLElement) {
4907
4907
  }
4908
4908
  };
4909
4909
 
4910
- // swc:/home/runner/work/web-kit/web-kit/packages/core/src/elements/input/index.ts
4910
+ // swc:/Users/aaroniker/Documents/GitHub/ease/web-kit/packages/core/src/elements/input/index.ts
4911
4911
  import { html as html7 } from "lit-html";
4912
4912
  function applyDecs2203RFactory6() {
4913
4913
  function createAddInitializerMethod(initializers, decoratorFinishedRef) {
@@ -5701,10 +5701,10 @@ var Input = class extends (_HTMLElement6 = HTMLElement) {
5701
5701
  }
5702
5702
  };
5703
5703
 
5704
- // swc:/home/runner/work/web-kit/web-kit/packages/core/src/elements/color/picker.ts
5704
+ // swc:/Users/aaroniker/Documents/GitHub/ease/web-kit/packages/core/src/elements/color/picker.ts
5705
5705
  import { html as html10 } from "lit-html";
5706
5706
 
5707
- // swc:/home/runner/work/web-kit/web-kit/packages/core/src/elements/color/utils.ts
5707
+ // swc:/Users/aaroniker/Documents/GitHub/ease/web-kit/packages/core/src/elements/color/utils.ts
5708
5708
  var clamp01 = (value) => Math.max(0, Math.min(1, value));
5709
5709
  function hsvToRgb(h, s, v) {
5710
5710
  let hue = (h % 360 + 360) % 360;
@@ -6018,7 +6018,7 @@ function styleObject(input) {
6018
6018
  return styleMap(definedEntries);
6019
6019
  }
6020
6020
 
6021
- // swc:/home/runner/work/web-kit/web-kit/packages/core/src/elements/icons/interface/arrows-vertical.ts
6021
+ // swc:/Users/aaroniker/Documents/GitHub/ease/web-kit/packages/core/src/elements/icons/interface/arrows-vertical.ts
6022
6022
  import { html as html8 } from "lit-html";
6023
6023
  function applyDecs2203RFactory7() {
6024
6024
  function createAddInitializerMethod(initializers, decoratorFinishedRef) {
@@ -6429,7 +6429,7 @@ var IconArrowsVertical = class extends (_HTMLElement7 = HTMLElement) {
6429
6429
  }
6430
6430
  };
6431
6431
 
6432
- // swc:/home/runner/work/web-kit/web-kit/packages/core/src/elements/icons/interface/picker.ts
6432
+ // swc:/Users/aaroniker/Documents/GitHub/ease/web-kit/packages/core/src/elements/icons/interface/picker.ts
6433
6433
  import { html as html9 } from "lit-html";
6434
6434
  function applyDecs2203RFactory8() {
6435
6435
  function createAddInitializerMethod(initializers, decoratorFinishedRef) {
@@ -6844,7 +6844,7 @@ var IconPicker = class extends (_HTMLElement8 = HTMLElement) {
6844
6844
  }
6845
6845
  };
6846
6846
 
6847
- // swc:/home/runner/work/web-kit/web-kit/packages/core/src/elements/color/picker.ts
6847
+ // swc:/Users/aaroniker/Documents/GitHub/ease/web-kit/packages/core/src/elements/color/picker.ts
6848
6848
  function applyDecs2203RFactory9() {
6849
6849
  function createAddInitializerMethod(initializers, decoratorFinishedRef) {
6850
6850
  return function addInitializer(initializer) {
@@ -7811,7 +7811,7 @@ var ColorPicker = class extends (_HTMLElement9 = HTMLElement) {
7811
7811
  }
7812
7812
  };
7813
7813
 
7814
- // swc:/home/runner/work/web-kit/web-kit/packages/core/src/elements/color/index.ts
7814
+ // swc:/Users/aaroniker/Documents/GitHub/ease/web-kit/packages/core/src/elements/color/index.ts
7815
7815
  function applyDecs2203RFactory10() {
7816
7816
  function createAddInitializerMethod(initializers, decoratorFinishedRef) {
7817
7817
  return function addInitializer(initializer) {
@@ -8407,7 +8407,7 @@ var ColorInput = class extends (_HTMLElement10 = HTMLElement) {
8407
8407
  }
8408
8408
  };
8409
8409
 
8410
- // swc:/home/runner/work/web-kit/web-kit/packages/core/src/elements/field/index.ts
8410
+ // swc:/Users/aaroniker/Documents/GitHub/ease/web-kit/packages/core/src/elements/field/index.ts
8411
8411
  import { html as html12 } from "lit-html";
8412
8412
  function applyDecs2203RFactory11() {
8413
8413
  function createAddInitializerMethod(initializers, decoratorFinishedRef) {
@@ -8801,6 +8801,7 @@ _dec29 = Component({
8801
8801
  }
8802
8802
 
8803
8803
  [part="field"] {
8804
+ scroll-snap-align: start;
8804
8805
  display: grid;
8805
8806
  grid-template-columns: var(--ease-field-label-width, 36%) auto;
8806
8807
  column-gap: var(--ease-field-column-gap, 12px);
@@ -8903,7 +8904,7 @@ var Field = class extends (_HTMLElement11 = HTMLElement) {
8903
8904
  }
8904
8905
  };
8905
8906
 
8906
- // swc:/home/runner/work/web-kit/web-kit/packages/core/src/elements/icons/animation/clear.ts
8907
+ // swc:/Users/aaroniker/Documents/GitHub/ease/web-kit/packages/core/src/elements/folder/index.ts
8907
8908
  import { html as html13 } from "lit-html";
8908
8909
  function applyDecs2203RFactory12() {
8909
8910
  function createAddInitializerMethod(initializers, decoratorFinishedRef) {
@@ -9280,87 +9281,1166 @@ function _apply_decs_2203_r12(targetClass, memberDecs, classDecs, parentClass) {
9280
9281
  var _dec30;
9281
9282
  var _initClass12;
9282
9283
  var _HTMLElement12;
9283
- var _IconClear;
9284
+ var _dec114;
9285
+ var _dec211;
9286
+ var _dec38;
9287
+ var _init_open3;
9288
+ var _init_headline;
9289
+ var _init_maxHeight2;
9290
+ var _initProto10;
9291
+ var _Folder;
9284
9292
  _dec30 = Component({
9285
- tag: "ease-icon-clear",
9293
+ tag: "ease-folder",
9294
+ shadowMode: "open",
9286
9295
  styles: `
9296
+ @property --top-fade {
9297
+ syntax: "<length>";
9298
+ inherits: false;
9299
+ initial-value: 0px;
9300
+ }
9301
+
9302
+ @property --bottom-fade {
9303
+ syntax: "<length>";
9304
+ inherits: false;
9305
+ initial-value: 0px;
9306
+ }
9307
+
9308
+ @keyframes scroll-fade {
9309
+ 0% {
9310
+ --top-fade: 0px;
9311
+ }
9312
+ 10%, 100% {
9313
+ --top-fade: 8px;
9314
+ }
9315
+ 0%, 90% {
9316
+ --bottom-fade: 8px;
9317
+ }
9318
+ 100% {
9319
+ --bottom-fade: 0px;
9320
+ }
9321
+ }
9322
+
9323
+
9287
9324
  :host {
9288
9325
  display: block;
9289
- width: var(--ease-icon-size, 16px);
9290
- height: var(--ease-icon-size, 16px);
9291
- fill: none;
9292
- stroke: currentColor;
9293
- stroke-width: .75;
9294
- stroke-linecap: round;
9295
- stroke-linejoin: round;
9326
+ width: 100%;
9296
9327
  }
9297
9328
 
9298
- [part="clear"] {
9299
- & > path {
9329
+ [part="section"] {
9330
+ display: block;
9331
+ width: 100%;
9332
+ border-radius: var(--ease-folder-radius);
9333
+ border: 1px solid var(--ease-folder-border-color);
9334
+ background-color: var(--ease-folder-background);
9335
+ background-clip: padding-box;
9336
+ box-sizing: border-box;
9337
+ overflow: hidden;
9338
+ }
9300
9339
 
9301
- &:first-child {
9302
- translate: var(--ease-icon-clear-path-translate, 0);
9303
- transition: translate var(--ease-icon-clear-path-duration, 0.2s);
9304
- transition-delay: var(--ease-icon-clear-path-delay, 0s);
9305
- }
9340
+ [part="header"] {
9341
+ display: flex;
9342
+ align-items: center;
9343
+ gap: 8px;
9344
+ width: 100%;
9345
+ padding: var(--ease-folder-padding);
9346
+ box-sizing: border-box;
9347
+ cursor: pointer;
9348
+ user-select: none;
9349
+ }
9306
9350
 
9307
- &:not(:first-child) {
9308
- stroke-dasharray: 100 0 100;
9309
- stroke-dashoffset: var(--ease-icon-clear-lines-offset, 100);
9310
- transition: stroke-dashoffset var(--ease-icon-clear-lines-duration, 0.2s);
9311
- transition-delay: var(--ease-icon-clear-lines-delay, 0s);
9312
- }
9313
- }
9351
+ [part="icon"] {
9352
+ flex: 0 0 auto;
9353
+ display: flex;
9354
+ align-items: center;
9355
+ justify-content: center;
9356
+ color: var(--ease-folder-icon-color);
9357
+ }
9314
9358
 
9315
- g {
9316
- path {
9317
- transform-box: fill-box;
9318
- transform-origin: 50% 50%;
9319
- transition: rotate var(--ease-icon-clear-star-duration, 0.2s), scale var(--ease-icon-clear-star-duration, 0.2s);
9359
+ [part="headline"] {
9360
+ flex: 1 1 auto;
9361
+ font-size: var(--ease-folder-title-font-size);
9362
+ font-weight: var(--ease-folder-title-font-weight);
9363
+ line-height: 16px;
9364
+ font-family: var(--ease-font-family);
9365
+ color: var(--ease-folder-title-color);
9366
+ margin: 0;
9367
+ overflow: hidden;
9368
+ text-overflow: ellipsis;
9369
+ white-space: nowrap;
9370
+ }
9320
9371
 
9321
- &:first-child {
9322
- rotate: var(--ease-icon-clear-star-1-rotate, 0deg);
9323
- scale: var(--ease-icon-clear-star-1-scale, 1);
9324
- transition-delay: var(--ease-icon-clear-star-1-delay, 0s);
9325
- }
9372
+ [part="chevron"] {
9373
+ flex: 0 0 auto;
9374
+ display: flex;
9375
+ align-items: center;
9376
+ justify-content: center;
9377
+ color: var(--ease-folder-chevron-color);
9378
+ transition: color 200ms cubic-bezier(.25, 0, .5, 1);
9379
+ }
9326
9380
 
9327
- &:last-child {
9328
- rotate: var(--ease-icon-clear-star-2-rotate, 0deg);
9329
- scale: var(--ease-icon-clear-star-2-scale, 1);
9330
- transition-delay: var(--ease-icon-clear-star-2-delay, 0s);
9331
- }
9332
- }
9381
+ [part="header"]:hover [part="chevron"] {
9382
+ color: var(--ease-folder-chevron-color-hover);
9383
+ }
9384
+
9385
+ [part="content"] {
9386
+ height: 0;
9387
+ overflow: hidden;
9388
+ transition: height 200ms cubic-bezier(.25, 0, .5, 1);
9389
+ }
9390
+
9391
+ :host([open]) [part="content"] {
9392
+ height: auto;
9393
+ }
9394
+
9395
+ [part="body"] {
9396
+ display: grid;
9397
+ grid-gap: var(--ease-folder-gap);
9398
+ padding: var(--ease-folder-padding);
9399
+ overflow-y: auto;
9400
+ overscroll-behavior: contain;
9401
+ mask-image: linear-gradient(to bottom, #0000, #ffff var(--top-fade) calc(100% - var(--bottom-fade)), #0000);
9402
+ animation-name: scroll-fade;
9403
+ animation-timeline: scroll(self y);
9404
+ scroll-snap-type: y mandatory;
9405
+ scrollbar-width: none;
9406
+
9407
+ &::-webkit-scrollbar {
9408
+ display: none;
9409
+ }
9410
+ }
9411
+
9412
+ `
9413
+ }), _dec114 = Prop({
9414
+ type: Boolean,
9415
+ reflect: true,
9416
+ attribute: "open",
9417
+ defaultValue: false
9418
+ }), _dec211 = Prop({
9419
+ reflect: true,
9420
+ attribute: "headline",
9421
+ defaultValue: ""
9422
+ }), _dec38 = Prop({
9423
+ reflect: true,
9424
+ attribute: "max-height",
9425
+ defaultValue: null
9426
+ });
9427
+ var Folder = class extends (_HTMLElement12 = HTMLElement) {
9428
+ static {
9429
+ ({ e: [_init_open3, _init_headline, _init_maxHeight2, _initProto10], c: [_Folder, _initClass12] } = _apply_decs_2203_r12(this, [
9430
+ [
9431
+ _dec114,
9432
+ 1,
9433
+ "open"
9434
+ ],
9435
+ [
9436
+ _dec211,
9437
+ 1,
9438
+ "headline"
9439
+ ],
9440
+ [
9441
+ _dec38,
9442
+ 1,
9443
+ "maxHeight"
9444
+ ]
9445
+ ], [
9446
+ _dec30
9447
+ ], _HTMLElement12));
9448
+ }
9449
+ #___private_open_1;
9450
+ get open() {
9451
+ return this.#___private_open_1;
9452
+ }
9453
+ set open(_v) {
9454
+ this.#___private_open_1 = _v;
9455
+ }
9456
+ #___private_headline_2;
9457
+ get headline() {
9458
+ return this.#___private_headline_2;
9459
+ }
9460
+ set headline(_v) {
9461
+ this.#___private_headline_2 = _v;
9462
+ }
9463
+ #___private_maxHeight_3;
9464
+ get maxHeight() {
9465
+ return this.#___private_maxHeight_3;
9466
+ }
9467
+ set maxHeight(_v) {
9468
+ this.#___private_maxHeight_3 = _v;
9469
+ }
9470
+ render() {
9471
+ return html13`
9472
+ <section part="section">
9473
+ <div part="header" @click=${this.#handleHeaderClick}>
9474
+ <span part="icon">
9475
+ <ease-icon-folder state=${this.open ? "open" : "close"}></ease-icon-folder>
9476
+ </span>
9477
+ <span part="headline">
9478
+ ${this.headline}
9479
+ </span>
9480
+ <span part="chevron">
9481
+ <ease-icon-chevron state=${this.open ? "up" : "down"}></ease-icon-chevron>
9482
+ </span>
9483
+ </div>
9484
+ <div part="content" style=${this.maxHeight ? `max-height: ${this.maxHeight}` : ""}>
9485
+ <div part="body">
9486
+ <slot></slot>
9487
+ </div>
9488
+ </div>
9489
+ </section>
9490
+ `;
9491
+ }
9492
+ toggle() {
9493
+ this.open = !this.open;
9494
+ }
9495
+ #handleHeaderClick;
9496
+ #stopPropagation;
9497
+ static {
9498
+ _initClass12();
9499
+ }
9500
+ constructor(...args) {
9501
+ super(...args), this.#___private_open_1 = (_initProto10(this), _init_open3(this, false)), this.#___private_headline_2 = _init_headline(this, null), this.#___private_maxHeight_3 = _init_maxHeight2(this, null), this.#handleHeaderClick = (event) => {
9502
+ this.toggle();
9503
+ this.dispatchEvent(new CustomEvent("folder-toggle", {
9504
+ detail: {
9505
+ open: this.open,
9506
+ event
9507
+ },
9508
+ bubbles: true,
9509
+ composed: true
9510
+ }));
9511
+ }, this.#stopPropagation = (event) => {
9512
+ event.stopPropagation();
9513
+ };
9514
+ }
9515
+ };
9516
+
9517
+ // swc:/Users/aaroniker/Documents/GitHub/ease/web-kit/packages/core/src/elements/icons/animation/clear.ts
9518
+ import { html as html14 } from "lit-html";
9519
+ function applyDecs2203RFactory13() {
9520
+ function createAddInitializerMethod(initializers, decoratorFinishedRef) {
9521
+ return function addInitializer(initializer) {
9522
+ assertNotFinished(decoratorFinishedRef, "addInitializer");
9523
+ assertCallable(initializer, "An initializer");
9524
+ initializers.push(initializer);
9525
+ };
9526
+ }
9527
+ function memberDec(dec, name, desc, initializers, kind, isStatic, isPrivate, metadata, value) {
9528
+ var kindStr;
9529
+ switch (kind) {
9530
+ case 1:
9531
+ kindStr = "accessor";
9532
+ break;
9533
+ case 2:
9534
+ kindStr = "method";
9535
+ break;
9536
+ case 3:
9537
+ kindStr = "getter";
9538
+ break;
9539
+ case 4:
9540
+ kindStr = "setter";
9541
+ break;
9542
+ default:
9543
+ kindStr = "field";
9544
+ }
9545
+ var ctx = {
9546
+ kind: kindStr,
9547
+ name: isPrivate ? "#" + name : name,
9548
+ static: isStatic,
9549
+ private: isPrivate,
9550
+ metadata
9551
+ };
9552
+ var decoratorFinishedRef = {
9553
+ v: false
9554
+ };
9555
+ ctx.addInitializer = createAddInitializerMethod(initializers, decoratorFinishedRef);
9556
+ var get, set;
9557
+ if (kind === 0) {
9558
+ if (isPrivate) {
9559
+ get = desc.get;
9560
+ set = desc.set;
9561
+ } else {
9562
+ get = function() {
9563
+ return this[name];
9564
+ };
9565
+ set = function(v) {
9566
+ this[name] = v;
9567
+ };
9568
+ }
9569
+ } else if (kind === 2) {
9570
+ get = function() {
9571
+ return desc.value;
9572
+ };
9573
+ } else {
9574
+ if (kind === 1 || kind === 3) {
9575
+ get = function() {
9576
+ return desc.get.call(this);
9577
+ };
9578
+ }
9579
+ if (kind === 1 || kind === 4) {
9580
+ set = function(v) {
9581
+ desc.set.call(this, v);
9582
+ };
9333
9583
  }
9334
9584
  }
9585
+ ctx.access = get && set ? {
9586
+ get,
9587
+ set
9588
+ } : get ? {
9589
+ get
9590
+ } : {
9591
+ set
9592
+ };
9593
+ try {
9594
+ return dec(value, ctx);
9595
+ } finally {
9596
+ decoratorFinishedRef.v = true;
9597
+ }
9598
+ }
9599
+ function assertNotFinished(decoratorFinishedRef, fnName) {
9600
+ if (decoratorFinishedRef.v) {
9601
+ throw new Error("attempted to call " + fnName + " after decoration was finished");
9602
+ }
9603
+ }
9604
+ function assertCallable(fn, hint) {
9605
+ if (typeof fn !== "function") {
9606
+ throw new TypeError(hint + " must be a function");
9607
+ }
9608
+ }
9609
+ function assertValidReturnValue(kind, value) {
9610
+ var type = typeof value;
9611
+ if (kind === 1) {
9612
+ if (type !== "object" || value === null) {
9613
+ throw new TypeError("accessor decorators must return an object with get, set, or init properties or void 0");
9614
+ }
9615
+ if (value.get !== void 0) {
9616
+ assertCallable(value.get, "accessor.get");
9617
+ }
9618
+ if (value.set !== void 0) {
9619
+ assertCallable(value.set, "accessor.set");
9620
+ }
9621
+ if (value.init !== void 0) {
9622
+ assertCallable(value.init, "accessor.init");
9623
+ }
9624
+ } else if (type !== "function") {
9625
+ var hint;
9626
+ if (kind === 0) {
9627
+ hint = "field";
9628
+ } else if (kind === 10) {
9629
+ hint = "class";
9630
+ } else {
9631
+ hint = "method";
9632
+ }
9633
+ throw new TypeError(hint + " decorators must return a function or void 0");
9634
+ }
9635
+ }
9636
+ function applyMemberDec(ret, base, decInfo, name, kind, isStatic, isPrivate, initializers, metadata) {
9637
+ var decs = decInfo[0];
9638
+ var desc, init, value;
9639
+ if (isPrivate) {
9640
+ if (kind === 0 || kind === 1) {
9641
+ desc = {
9642
+ get: decInfo[3],
9643
+ set: decInfo[4]
9644
+ };
9645
+ } else if (kind === 3) {
9646
+ desc = {
9647
+ get: decInfo[3]
9648
+ };
9649
+ } else if (kind === 4) {
9650
+ desc = {
9651
+ set: decInfo[3]
9652
+ };
9653
+ } else {
9654
+ desc = {
9655
+ value: decInfo[3]
9656
+ };
9657
+ }
9658
+ } else if (kind !== 0) {
9659
+ desc = Object.getOwnPropertyDescriptor(base, name);
9660
+ }
9661
+ if (kind === 1) {
9662
+ value = {
9663
+ get: desc.get,
9664
+ set: desc.set
9665
+ };
9666
+ } else if (kind === 2) {
9667
+ value = desc.value;
9668
+ } else if (kind === 3) {
9669
+ value = desc.get;
9670
+ } else if (kind === 4) {
9671
+ value = desc.set;
9672
+ }
9673
+ var newValue, get, set;
9674
+ if (typeof decs === "function") {
9675
+ newValue = memberDec(decs, name, desc, initializers, kind, isStatic, isPrivate, metadata, value);
9676
+ if (newValue !== void 0) {
9677
+ assertValidReturnValue(kind, newValue);
9678
+ if (kind === 0) {
9679
+ init = newValue;
9680
+ } else if (kind === 1) {
9681
+ init = newValue.init;
9682
+ get = newValue.get || value.get;
9683
+ set = newValue.set || value.set;
9684
+ value = {
9685
+ get,
9686
+ set
9687
+ };
9688
+ } else {
9689
+ value = newValue;
9690
+ }
9691
+ }
9692
+ } else {
9693
+ for (var i = decs.length - 1; i >= 0; i--) {
9694
+ var dec = decs[i];
9695
+ newValue = memberDec(dec, name, desc, initializers, kind, isStatic, isPrivate, metadata, value);
9696
+ if (newValue !== void 0) {
9697
+ assertValidReturnValue(kind, newValue);
9698
+ var newInit;
9699
+ if (kind === 0) {
9700
+ newInit = newValue;
9701
+ } else if (kind === 1) {
9702
+ newInit = newValue.init;
9703
+ get = newValue.get || value.get;
9704
+ set = newValue.set || value.set;
9705
+ value = {
9706
+ get,
9707
+ set
9708
+ };
9709
+ } else {
9710
+ value = newValue;
9711
+ }
9712
+ if (newInit !== void 0) {
9713
+ if (init === void 0) {
9714
+ init = newInit;
9715
+ } else if (typeof init === "function") {
9716
+ init = [
9717
+ init,
9718
+ newInit
9719
+ ];
9720
+ } else {
9721
+ init.push(newInit);
9722
+ }
9723
+ }
9724
+ }
9725
+ }
9726
+ }
9727
+ if (kind === 0 || kind === 1) {
9728
+ if (init === void 0) {
9729
+ init = function(instance, init2) {
9730
+ return init2;
9731
+ };
9732
+ } else if (typeof init !== "function") {
9733
+ var ownInitializers = init;
9734
+ init = function(instance, init2) {
9735
+ var value2 = init2;
9736
+ for (var i2 = 0; i2 < ownInitializers.length; i2++) {
9737
+ value2 = ownInitializers[i2].call(instance, value2);
9738
+ }
9739
+ return value2;
9740
+ };
9741
+ } else {
9742
+ var originalInitializer = init;
9743
+ init = function(instance, init2) {
9744
+ return originalInitializer.call(instance, init2);
9745
+ };
9746
+ }
9747
+ ret.push(init);
9748
+ }
9749
+ if (kind !== 0) {
9750
+ if (kind === 1) {
9751
+ desc.get = value.get;
9752
+ desc.set = value.set;
9753
+ } else if (kind === 2) {
9754
+ desc.value = value;
9755
+ } else if (kind === 3) {
9756
+ desc.get = value;
9757
+ } else if (kind === 4) {
9758
+ desc.set = value;
9759
+ }
9760
+ if (isPrivate) {
9761
+ if (kind === 1) {
9762
+ ret.push(function(instance, args) {
9763
+ return value.get.call(instance, args);
9764
+ });
9765
+ ret.push(function(instance, args) {
9766
+ return value.set.call(instance, args);
9767
+ });
9768
+ } else if (kind === 2) {
9769
+ ret.push(value);
9770
+ } else {
9771
+ ret.push(function(instance, args) {
9772
+ return value.call(instance, args);
9773
+ });
9774
+ }
9775
+ } else {
9776
+ Object.defineProperty(base, name, desc);
9777
+ }
9778
+ }
9779
+ }
9780
+ function applyMemberDecs(Class, decInfos, metadata) {
9781
+ var ret = [];
9782
+ var protoInitializers;
9783
+ var staticInitializers;
9784
+ var existingProtoNonFields = /* @__PURE__ */ new Map();
9785
+ var existingStaticNonFields = /* @__PURE__ */ new Map();
9786
+ for (var i = 0; i < decInfos.length; i++) {
9787
+ var decInfo = decInfos[i];
9788
+ if (!Array.isArray(decInfo)) continue;
9789
+ var kind = decInfo[1];
9790
+ var name = decInfo[2];
9791
+ var isPrivate = decInfo.length > 3;
9792
+ var isStatic = kind >= 5;
9793
+ var base;
9794
+ var initializers;
9795
+ if (isStatic) {
9796
+ base = Class;
9797
+ kind = kind - 5;
9798
+ staticInitializers = staticInitializers || [];
9799
+ initializers = staticInitializers;
9800
+ } else {
9801
+ base = Class.prototype;
9802
+ protoInitializers = protoInitializers || [];
9803
+ initializers = protoInitializers;
9804
+ }
9805
+ if (kind !== 0 && !isPrivate) {
9806
+ var existingNonFields = isStatic ? existingStaticNonFields : existingProtoNonFields;
9807
+ var existingKind = existingNonFields.get(name) || 0;
9808
+ if (existingKind === true || existingKind === 3 && kind !== 4 || existingKind === 4 && kind !== 3) {
9809
+ throw new Error("Attempted to decorate a public method/accessor that has the same name as a previously decorated public method/accessor. This is not currently supported by the decorators plugin. Property name was: " + name);
9810
+ } else if (!existingKind && kind > 2) {
9811
+ existingNonFields.set(name, kind);
9812
+ } else {
9813
+ existingNonFields.set(name, true);
9814
+ }
9815
+ }
9816
+ applyMemberDec(ret, base, decInfo, name, kind, isStatic, isPrivate, initializers, metadata);
9817
+ }
9818
+ pushInitializers(ret, protoInitializers);
9819
+ pushInitializers(ret, staticInitializers);
9820
+ return ret;
9821
+ }
9822
+ function pushInitializers(ret, initializers) {
9823
+ if (initializers) {
9824
+ ret.push(function(instance) {
9825
+ for (var i = 0; i < initializers.length; i++) {
9826
+ initializers[i].call(instance);
9827
+ }
9828
+ return instance;
9829
+ });
9830
+ }
9831
+ }
9832
+ function applyClassDecs(targetClass, classDecs, metadata) {
9833
+ if (classDecs.length > 0) {
9834
+ var initializers = [];
9835
+ var newClass = targetClass;
9836
+ var name = targetClass.name;
9837
+ for (var i = classDecs.length - 1; i >= 0; i--) {
9838
+ var decoratorFinishedRef = {
9839
+ v: false
9840
+ };
9841
+ try {
9842
+ var nextNewClass = classDecs[i](newClass, {
9843
+ kind: "class",
9844
+ name,
9845
+ addInitializer: createAddInitializerMethod(initializers, decoratorFinishedRef),
9846
+ metadata
9847
+ });
9848
+ } finally {
9849
+ decoratorFinishedRef.v = true;
9850
+ }
9851
+ if (nextNewClass !== void 0) {
9852
+ assertValidReturnValue(10, nextNewClass);
9853
+ newClass = nextNewClass;
9854
+ }
9855
+ }
9856
+ return [
9857
+ defineMetadata(newClass, metadata),
9858
+ function() {
9859
+ for (var i2 = 0; i2 < initializers.length; i2++) {
9860
+ initializers[i2].call(newClass);
9861
+ }
9862
+ }
9863
+ ];
9864
+ }
9865
+ }
9866
+ function defineMetadata(Class, metadata) {
9867
+ return Object.defineProperty(Class, Symbol.metadata || /* @__PURE__ */ Symbol.for("Symbol.metadata"), {
9868
+ configurable: true,
9869
+ enumerable: true,
9870
+ value: metadata
9871
+ });
9872
+ }
9873
+ return function applyDecs2203R(targetClass, memberDecs, classDecs, parentClass) {
9874
+ if (parentClass !== void 0) {
9875
+ var parentMetadata = parentClass[Symbol.metadata || /* @__PURE__ */ Symbol.for("Symbol.metadata")];
9876
+ }
9877
+ var metadata = Object.create(parentMetadata === void 0 ? null : parentMetadata);
9878
+ var e = applyMemberDecs(targetClass, memberDecs, metadata);
9879
+ if (!classDecs.length) defineMetadata(targetClass, metadata);
9880
+ return {
9881
+ e,
9882
+ get c() {
9883
+ return applyClassDecs(targetClass, classDecs, metadata);
9884
+ }
9885
+ };
9886
+ };
9887
+ }
9888
+ function _apply_decs_2203_r13(targetClass, memberDecs, classDecs, parentClass) {
9889
+ return (_apply_decs_2203_r13 = applyDecs2203RFactory13())(targetClass, memberDecs, classDecs, parentClass);
9890
+ }
9891
+ var _dec31;
9892
+ var _initClass13;
9893
+ var _HTMLElement13;
9894
+ var _IconClear;
9895
+ _dec31 = Component({
9896
+ tag: "ease-icon-clear",
9897
+ styles: `
9898
+ :host {
9899
+ display: block;
9900
+ width: var(--ease-icon-size, 16px);
9901
+ height: var(--ease-icon-size, 16px);
9902
+ fill: none;
9903
+ stroke: currentColor;
9904
+ stroke-width: .75;
9905
+ stroke-linecap: round;
9906
+ stroke-linejoin: round;
9907
+ }
9908
+
9909
+ [part="clear"] {
9910
+ & > path {
9911
+
9912
+ &:first-child {
9913
+ translate: var(--ease-icon-clear-path-translate, 0);
9914
+ transition: translate var(--ease-icon-clear-path-duration, 0.2s);
9915
+ transition-delay: var(--ease-icon-clear-path-delay, 0s);
9916
+ }
9917
+
9918
+ &:not(:first-child) {
9919
+ stroke-dasharray: 100 0 100;
9920
+ stroke-dashoffset: var(--ease-icon-clear-lines-offset, 100);
9921
+ transition: stroke-dashoffset var(--ease-icon-clear-lines-duration, 0.2s);
9922
+ transition-delay: var(--ease-icon-clear-lines-delay, 0s);
9923
+ }
9924
+ }
9925
+
9926
+ g {
9927
+ path {
9928
+ transform-box: fill-box;
9929
+ transform-origin: 50% 50%;
9930
+ transition: rotate var(--ease-icon-clear-star-duration, 0.2s), scale var(--ease-icon-clear-star-duration, 0.2s);
9931
+
9932
+ &:first-child {
9933
+ rotate: var(--ease-icon-clear-star-1-rotate, 0deg);
9934
+ scale: var(--ease-icon-clear-star-1-scale, 1);
9935
+ transition-delay: var(--ease-icon-clear-star-1-delay, 0s);
9936
+ }
9937
+
9938
+ &:last-child {
9939
+ rotate: var(--ease-icon-clear-star-2-rotate, 0deg);
9940
+ scale: var(--ease-icon-clear-star-2-scale, 1);
9941
+ transition-delay: var(--ease-icon-clear-star-2-delay, 0s);
9942
+ }
9943
+ }
9944
+ }
9945
+ }
9946
+ `,
9947
+ template() {
9948
+ return html14`
9949
+ <svg part="clear" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
9950
+ <path d="M11.7613 10.334L13.7071 12.2798C14.1011 12.6739 14.1011 13.3127 13.7071 13.7067C13.3131 14.1007 12.6742 14.1007 12.2802 13.7067L10.3344 11.7609M11.7613 10.334L10.9541 8.08932M11.7613 10.334L10.3344 11.7609M10.3344 11.7609L8.08973 10.9537M6.69581 12.3476L12.348 6.69544C12.6942 6.34922 12.6942 5.7879 12.348 5.44168L11.892 4.98574C11.5458 4.63952 10.9845 4.63952 10.6383 4.98574L4.9861 10.6379C4.63989 10.9841 4.63989 11.5454 4.9861 11.8917L5.44204 12.3476C5.78826 12.6938 6.34959 12.6938 6.69581 12.3476Z" />
9951
+ <g>
9952
+ <path d="M3.3313 2.6645H4.66519M3.99824 1.99756V3.33145" />
9953
+ <path d="M4.66516 5.99946H5.99905M5.33211 5.33252V6.66641" />
9954
+ </g>
9955
+ <path d="M7.33301 1.99756L8.6669 3.33145" pathlength="100" />
9956
+ <path d="M3.6648 8.33386L1.99744 6.6665" pathlength="100" />
9957
+ </svg>
9958
+ `;
9959
+ }
9960
+ });
9961
+ var IconClear = class extends (_HTMLElement13 = HTMLElement) {
9962
+ static {
9963
+ ({ c: [_IconClear, _initClass13] } = _apply_decs_2203_r13(this, [], [
9964
+ _dec31
9965
+ ], _HTMLElement13));
9966
+ }
9967
+ static {
9968
+ _initClass13();
9969
+ }
9970
+ };
9971
+
9972
+ // swc:/Users/aaroniker/Documents/GitHub/ease/web-kit/packages/core/src/elements/icons/animation/folder.ts
9973
+ import { html as html15 } from "lit-html";
9974
+ function applyDecs2203RFactory14() {
9975
+ function createAddInitializerMethod(initializers, decoratorFinishedRef) {
9976
+ return function addInitializer(initializer) {
9977
+ assertNotFinished(decoratorFinishedRef, "addInitializer");
9978
+ assertCallable(initializer, "An initializer");
9979
+ initializers.push(initializer);
9980
+ };
9981
+ }
9982
+ function memberDec(dec, name, desc, initializers, kind, isStatic, isPrivate, metadata, value) {
9983
+ var kindStr;
9984
+ switch (kind) {
9985
+ case 1:
9986
+ kindStr = "accessor";
9987
+ break;
9988
+ case 2:
9989
+ kindStr = "method";
9990
+ break;
9991
+ case 3:
9992
+ kindStr = "getter";
9993
+ break;
9994
+ case 4:
9995
+ kindStr = "setter";
9996
+ break;
9997
+ default:
9998
+ kindStr = "field";
9999
+ }
10000
+ var ctx = {
10001
+ kind: kindStr,
10002
+ name: isPrivate ? "#" + name : name,
10003
+ static: isStatic,
10004
+ private: isPrivate,
10005
+ metadata
10006
+ };
10007
+ var decoratorFinishedRef = {
10008
+ v: false
10009
+ };
10010
+ ctx.addInitializer = createAddInitializerMethod(initializers, decoratorFinishedRef);
10011
+ var get, set;
10012
+ if (kind === 0) {
10013
+ if (isPrivate) {
10014
+ get = desc.get;
10015
+ set = desc.set;
10016
+ } else {
10017
+ get = function() {
10018
+ return this[name];
10019
+ };
10020
+ set = function(v) {
10021
+ this[name] = v;
10022
+ };
10023
+ }
10024
+ } else if (kind === 2) {
10025
+ get = function() {
10026
+ return desc.value;
10027
+ };
10028
+ } else {
10029
+ if (kind === 1 || kind === 3) {
10030
+ get = function() {
10031
+ return desc.get.call(this);
10032
+ };
10033
+ }
10034
+ if (kind === 1 || kind === 4) {
10035
+ set = function(v) {
10036
+ desc.set.call(this, v);
10037
+ };
10038
+ }
10039
+ }
10040
+ ctx.access = get && set ? {
10041
+ get,
10042
+ set
10043
+ } : get ? {
10044
+ get
10045
+ } : {
10046
+ set
10047
+ };
10048
+ try {
10049
+ return dec(value, ctx);
10050
+ } finally {
10051
+ decoratorFinishedRef.v = true;
10052
+ }
10053
+ }
10054
+ function assertNotFinished(decoratorFinishedRef, fnName) {
10055
+ if (decoratorFinishedRef.v) {
10056
+ throw new Error("attempted to call " + fnName + " after decoration was finished");
10057
+ }
10058
+ }
10059
+ function assertCallable(fn, hint) {
10060
+ if (typeof fn !== "function") {
10061
+ throw new TypeError(hint + " must be a function");
10062
+ }
10063
+ }
10064
+ function assertValidReturnValue(kind, value) {
10065
+ var type = typeof value;
10066
+ if (kind === 1) {
10067
+ if (type !== "object" || value === null) {
10068
+ throw new TypeError("accessor decorators must return an object with get, set, or init properties or void 0");
10069
+ }
10070
+ if (value.get !== void 0) {
10071
+ assertCallable(value.get, "accessor.get");
10072
+ }
10073
+ if (value.set !== void 0) {
10074
+ assertCallable(value.set, "accessor.set");
10075
+ }
10076
+ if (value.init !== void 0) {
10077
+ assertCallable(value.init, "accessor.init");
10078
+ }
10079
+ } else if (type !== "function") {
10080
+ var hint;
10081
+ if (kind === 0) {
10082
+ hint = "field";
10083
+ } else if (kind === 10) {
10084
+ hint = "class";
10085
+ } else {
10086
+ hint = "method";
10087
+ }
10088
+ throw new TypeError(hint + " decorators must return a function or void 0");
10089
+ }
10090
+ }
10091
+ function applyMemberDec(ret, base, decInfo, name, kind, isStatic, isPrivate, initializers, metadata) {
10092
+ var decs = decInfo[0];
10093
+ var desc, init, value;
10094
+ if (isPrivate) {
10095
+ if (kind === 0 || kind === 1) {
10096
+ desc = {
10097
+ get: decInfo[3],
10098
+ set: decInfo[4]
10099
+ };
10100
+ } else if (kind === 3) {
10101
+ desc = {
10102
+ get: decInfo[3]
10103
+ };
10104
+ } else if (kind === 4) {
10105
+ desc = {
10106
+ set: decInfo[3]
10107
+ };
10108
+ } else {
10109
+ desc = {
10110
+ value: decInfo[3]
10111
+ };
10112
+ }
10113
+ } else if (kind !== 0) {
10114
+ desc = Object.getOwnPropertyDescriptor(base, name);
10115
+ }
10116
+ if (kind === 1) {
10117
+ value = {
10118
+ get: desc.get,
10119
+ set: desc.set
10120
+ };
10121
+ } else if (kind === 2) {
10122
+ value = desc.value;
10123
+ } else if (kind === 3) {
10124
+ value = desc.get;
10125
+ } else if (kind === 4) {
10126
+ value = desc.set;
10127
+ }
10128
+ var newValue, get, set;
10129
+ if (typeof decs === "function") {
10130
+ newValue = memberDec(decs, name, desc, initializers, kind, isStatic, isPrivate, metadata, value);
10131
+ if (newValue !== void 0) {
10132
+ assertValidReturnValue(kind, newValue);
10133
+ if (kind === 0) {
10134
+ init = newValue;
10135
+ } else if (kind === 1) {
10136
+ init = newValue.init;
10137
+ get = newValue.get || value.get;
10138
+ set = newValue.set || value.set;
10139
+ value = {
10140
+ get,
10141
+ set
10142
+ };
10143
+ } else {
10144
+ value = newValue;
10145
+ }
10146
+ }
10147
+ } else {
10148
+ for (var i = decs.length - 1; i >= 0; i--) {
10149
+ var dec = decs[i];
10150
+ newValue = memberDec(dec, name, desc, initializers, kind, isStatic, isPrivate, metadata, value);
10151
+ if (newValue !== void 0) {
10152
+ assertValidReturnValue(kind, newValue);
10153
+ var newInit;
10154
+ if (kind === 0) {
10155
+ newInit = newValue;
10156
+ } else if (kind === 1) {
10157
+ newInit = newValue.init;
10158
+ get = newValue.get || value.get;
10159
+ set = newValue.set || value.set;
10160
+ value = {
10161
+ get,
10162
+ set
10163
+ };
10164
+ } else {
10165
+ value = newValue;
10166
+ }
10167
+ if (newInit !== void 0) {
10168
+ if (init === void 0) {
10169
+ init = newInit;
10170
+ } else if (typeof init === "function") {
10171
+ init = [
10172
+ init,
10173
+ newInit
10174
+ ];
10175
+ } else {
10176
+ init.push(newInit);
10177
+ }
10178
+ }
10179
+ }
10180
+ }
10181
+ }
10182
+ if (kind === 0 || kind === 1) {
10183
+ if (init === void 0) {
10184
+ init = function(instance, init2) {
10185
+ return init2;
10186
+ };
10187
+ } else if (typeof init !== "function") {
10188
+ var ownInitializers = init;
10189
+ init = function(instance, init2) {
10190
+ var value2 = init2;
10191
+ for (var i2 = 0; i2 < ownInitializers.length; i2++) {
10192
+ value2 = ownInitializers[i2].call(instance, value2);
10193
+ }
10194
+ return value2;
10195
+ };
10196
+ } else {
10197
+ var originalInitializer = init;
10198
+ init = function(instance, init2) {
10199
+ return originalInitializer.call(instance, init2);
10200
+ };
10201
+ }
10202
+ ret.push(init);
10203
+ }
10204
+ if (kind !== 0) {
10205
+ if (kind === 1) {
10206
+ desc.get = value.get;
10207
+ desc.set = value.set;
10208
+ } else if (kind === 2) {
10209
+ desc.value = value;
10210
+ } else if (kind === 3) {
10211
+ desc.get = value;
10212
+ } else if (kind === 4) {
10213
+ desc.set = value;
10214
+ }
10215
+ if (isPrivate) {
10216
+ if (kind === 1) {
10217
+ ret.push(function(instance, args) {
10218
+ return value.get.call(instance, args);
10219
+ });
10220
+ ret.push(function(instance, args) {
10221
+ return value.set.call(instance, args);
10222
+ });
10223
+ } else if (kind === 2) {
10224
+ ret.push(value);
10225
+ } else {
10226
+ ret.push(function(instance, args) {
10227
+ return value.call(instance, args);
10228
+ });
10229
+ }
10230
+ } else {
10231
+ Object.defineProperty(base, name, desc);
10232
+ }
10233
+ }
10234
+ }
10235
+ function applyMemberDecs(Class, decInfos, metadata) {
10236
+ var ret = [];
10237
+ var protoInitializers;
10238
+ var staticInitializers;
10239
+ var existingProtoNonFields = /* @__PURE__ */ new Map();
10240
+ var existingStaticNonFields = /* @__PURE__ */ new Map();
10241
+ for (var i = 0; i < decInfos.length; i++) {
10242
+ var decInfo = decInfos[i];
10243
+ if (!Array.isArray(decInfo)) continue;
10244
+ var kind = decInfo[1];
10245
+ var name = decInfo[2];
10246
+ var isPrivate = decInfo.length > 3;
10247
+ var isStatic = kind >= 5;
10248
+ var base;
10249
+ var initializers;
10250
+ if (isStatic) {
10251
+ base = Class;
10252
+ kind = kind - 5;
10253
+ staticInitializers = staticInitializers || [];
10254
+ initializers = staticInitializers;
10255
+ } else {
10256
+ base = Class.prototype;
10257
+ protoInitializers = protoInitializers || [];
10258
+ initializers = protoInitializers;
10259
+ }
10260
+ if (kind !== 0 && !isPrivate) {
10261
+ var existingNonFields = isStatic ? existingStaticNonFields : existingProtoNonFields;
10262
+ var existingKind = existingNonFields.get(name) || 0;
10263
+ if (existingKind === true || existingKind === 3 && kind !== 4 || existingKind === 4 && kind !== 3) {
10264
+ throw new Error("Attempted to decorate a public method/accessor that has the same name as a previously decorated public method/accessor. This is not currently supported by the decorators plugin. Property name was: " + name);
10265
+ } else if (!existingKind && kind > 2) {
10266
+ existingNonFields.set(name, kind);
10267
+ } else {
10268
+ existingNonFields.set(name, true);
10269
+ }
10270
+ }
10271
+ applyMemberDec(ret, base, decInfo, name, kind, isStatic, isPrivate, initializers, metadata);
10272
+ }
10273
+ pushInitializers(ret, protoInitializers);
10274
+ pushInitializers(ret, staticInitializers);
10275
+ return ret;
10276
+ }
10277
+ function pushInitializers(ret, initializers) {
10278
+ if (initializers) {
10279
+ ret.push(function(instance) {
10280
+ for (var i = 0; i < initializers.length; i++) {
10281
+ initializers[i].call(instance);
10282
+ }
10283
+ return instance;
10284
+ });
10285
+ }
10286
+ }
10287
+ function applyClassDecs(targetClass, classDecs, metadata) {
10288
+ if (classDecs.length > 0) {
10289
+ var initializers = [];
10290
+ var newClass = targetClass;
10291
+ var name = targetClass.name;
10292
+ for (var i = classDecs.length - 1; i >= 0; i--) {
10293
+ var decoratorFinishedRef = {
10294
+ v: false
10295
+ };
10296
+ try {
10297
+ var nextNewClass = classDecs[i](newClass, {
10298
+ kind: "class",
10299
+ name,
10300
+ addInitializer: createAddInitializerMethod(initializers, decoratorFinishedRef),
10301
+ metadata
10302
+ });
10303
+ } finally {
10304
+ decoratorFinishedRef.v = true;
10305
+ }
10306
+ if (nextNewClass !== void 0) {
10307
+ assertValidReturnValue(10, nextNewClass);
10308
+ newClass = nextNewClass;
10309
+ }
10310
+ }
10311
+ return [
10312
+ defineMetadata(newClass, metadata),
10313
+ function() {
10314
+ for (var i2 = 0; i2 < initializers.length; i2++) {
10315
+ initializers[i2].call(newClass);
10316
+ }
10317
+ }
10318
+ ];
10319
+ }
10320
+ }
10321
+ function defineMetadata(Class, metadata) {
10322
+ return Object.defineProperty(Class, Symbol.metadata || /* @__PURE__ */ Symbol.for("Symbol.metadata"), {
10323
+ configurable: true,
10324
+ enumerable: true,
10325
+ value: metadata
10326
+ });
10327
+ }
10328
+ return function applyDecs2203R(targetClass, memberDecs, classDecs, parentClass) {
10329
+ if (parentClass !== void 0) {
10330
+ var parentMetadata = parentClass[Symbol.metadata || /* @__PURE__ */ Symbol.for("Symbol.metadata")];
10331
+ }
10332
+ var metadata = Object.create(parentMetadata === void 0 ? null : parentMetadata);
10333
+ var e = applyMemberDecs(targetClass, memberDecs, metadata);
10334
+ if (!classDecs.length) defineMetadata(targetClass, metadata);
10335
+ return {
10336
+ e,
10337
+ get c() {
10338
+ return applyClassDecs(targetClass, classDecs, metadata);
10339
+ }
10340
+ };
10341
+ };
10342
+ }
10343
+ function _apply_decs_2203_r14(targetClass, memberDecs, classDecs, parentClass) {
10344
+ return (_apply_decs_2203_r14 = applyDecs2203RFactory14())(targetClass, memberDecs, classDecs, parentClass);
10345
+ }
10346
+ var _dec39;
10347
+ var _initClass14;
10348
+ var _HTMLElement14;
10349
+ var _dec115;
10350
+ var _init_state2;
10351
+ var _initProto11;
10352
+ var _IconFolder;
10353
+ _dec39 = Component({
10354
+ tag: "ease-icon-folder",
10355
+ styles: `
10356
+ :host {
10357
+ display: contents;
10358
+ }
10359
+
10360
+ [part="folder"] {
10361
+ display: block;
10362
+ position: relative;
10363
+ width: var(--ease-icon-size, 16px);
10364
+ height: var(--ease-icon-size, 16px);
10365
+ }
10366
+
10367
+ [part="folder"]::before {
10368
+ content: '';
10369
+ position: absolute;
10370
+ z-index: 1;
10371
+ width: 12px;
10372
+ height: 6px;
10373
+ top: 6px;
10374
+ left: 50%;
10375
+ transform: translate(-50%, .5px);
10376
+ background-color: currentColor;
10377
+ border-radius: 3px 3px 1px 1px;
10378
+ transform-origin: 50% 100%;
10379
+ transition: transform 200ms cubic-bezier(.25, 0, .5, 1);
10380
+ }
10381
+
10382
+ [part="folder"][data-state="open"]::before {
10383
+ transform: translate(-50%, .5px) scaleY(0.85) skewX(-28deg);
10384
+ }
10385
+
10386
+ svg {
10387
+ display: block;
10388
+ width: var(--ease-icon-size, 16px);
10389
+ height: var(--ease-icon-size, 16px);
10390
+ fill: none;
10391
+ stroke: currentColor;
10392
+ stroke-width: 1.5;
10393
+ stroke-linecap: round;
10394
+ stroke-linejoin: round;
10395
+ }
9335
10396
  `,
9336
- template() {
9337
- return html13`
9338
- <svg part="clear" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
9339
- <path d="M11.7613 10.334L13.7071 12.2798C14.1011 12.6739 14.1011 13.3127 13.7071 13.7067C13.3131 14.1007 12.6742 14.1007 12.2802 13.7067L10.3344 11.7609M11.7613 10.334L10.9541 8.08932M11.7613 10.334L10.3344 11.7609M10.3344 11.7609L8.08973 10.9537M6.69581 12.3476L12.348 6.69544C12.6942 6.34922 12.6942 5.7879 12.348 5.44168L11.892 4.98574C11.5458 4.63952 10.9845 4.63952 10.6383 4.98574L4.9861 10.6379C4.63989 10.9841 4.63989 11.5454 4.9861 11.8917L5.44204 12.3476C5.78826 12.6938 6.34959 12.6938 6.69581 12.3476Z" />
9340
- <g>
9341
- <path d="M3.3313 2.6645H4.66519M3.99824 1.99756V3.33145" />
9342
- <path d="M4.66516 5.99946H5.99905M5.33211 5.33252V6.66641" />
9343
- </g>
9344
- <path d="M7.33301 1.99756L8.6669 3.33145" pathlength="100" />
9345
- <path d="M3.6648 8.33386L1.99744 6.6665" pathlength="100" />
9346
- </svg>
9347
- `;
9348
- }
10397
+ observedAttributes: [
10398
+ "state"
10399
+ ]
10400
+ }), _dec115 = Prop({
10401
+ reflect: true,
10402
+ attribute: "state",
10403
+ defaultValue: "close"
9349
10404
  });
9350
- var IconClear = class extends (_HTMLElement12 = HTMLElement) {
10405
+ var IconFolder = class extends (_HTMLElement14 = HTMLElement) {
9351
10406
  static {
9352
- ({ c: [_IconClear, _initClass12] } = _apply_decs_2203_r12(this, [], [
9353
- _dec30
9354
- ], _HTMLElement12));
10407
+ ({ e: [_init_state2, _initProto11], c: [_IconFolder, _initClass14] } = _apply_decs_2203_r14(this, [
10408
+ [
10409
+ _dec115,
10410
+ 1,
10411
+ "state"
10412
+ ]
10413
+ ], [
10414
+ _dec39
10415
+ ], _HTMLElement14));
10416
+ }
10417
+ #___private_state_1;
10418
+ get state() {
10419
+ return this.#___private_state_1;
10420
+ }
10421
+ set state(_v) {
10422
+ this.#___private_state_1 = _v;
10423
+ }
10424
+ render() {
10425
+ return html15`
10426
+ <div part="folder" data-state=${this.state}>
10427
+ <svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
10428
+ <path d="M2 11V5C2 3.89543 2.89543 3 4 3H5.5C6.12951 3 6.72229 3.29639 7.1 3.8L7.4 4.2C7.77771 4.70361 8.37049 5 9 5H12C13.1046 5 14 5.89543 14 7V11C14 12.1046 13.1046 13 12 13H4C2.89543 13 2 12.1046 2 11Z" />
10429
+ </svg>
10430
+ </div>
10431
+ `;
9355
10432
  }
9356
10433
  static {
9357
- _initClass12();
10434
+ _initClass14();
10435
+ }
10436
+ constructor(...args) {
10437
+ super(...args), this.#___private_state_1 = (_initProto11(this), _init_state2(this));
9358
10438
  }
9359
10439
  };
9360
10440
 
9361
- // swc:/home/runner/work/web-kit/web-kit/packages/core/src/elements/icons/animation/grid.ts
9362
- import { html as html14 } from "lit-html";
9363
- function applyDecs2203RFactory13() {
10441
+ // swc:/Users/aaroniker/Documents/GitHub/ease/web-kit/packages/core/src/elements/icons/animation/grid.ts
10442
+ import { html as html16 } from "lit-html";
10443
+ function applyDecs2203RFactory15() {
9364
10444
  function createAddInitializerMethod(initializers, decoratorFinishedRef) {
9365
10445
  return function addInitializer(initializer) {
9366
10446
  assertNotFinished(decoratorFinishedRef, "addInitializer");
@@ -9729,17 +10809,17 @@ function applyDecs2203RFactory13() {
9729
10809
  };
9730
10810
  };
9731
10811
  }
9732
- function _apply_decs_2203_r13(targetClass, memberDecs, classDecs, parentClass) {
9733
- return (_apply_decs_2203_r13 = applyDecs2203RFactory13())(targetClass, memberDecs, classDecs, parentClass);
10812
+ function _apply_decs_2203_r15(targetClass, memberDecs, classDecs, parentClass) {
10813
+ return (_apply_decs_2203_r15 = applyDecs2203RFactory15())(targetClass, memberDecs, classDecs, parentClass);
9734
10814
  }
9735
- var _dec31;
9736
- var _initClass13;
9737
- var _HTMLElement13;
9738
- var _dec114;
9739
- var _init_state2;
9740
- var _initProto10;
10815
+ var _dec40;
10816
+ var _initClass15;
10817
+ var _HTMLElement15;
10818
+ var _dec116;
10819
+ var _init_state3;
10820
+ var _initProto12;
9741
10821
  var _IconGrid;
9742
- _dec31 = Component({
10822
+ _dec40 = Component({
9743
10823
  tag: "ease-icon-grid",
9744
10824
  styles: `
9745
10825
  :host {
@@ -9784,22 +10864,22 @@ _dec31 = Component({
9784
10864
  observedAttributes: [
9785
10865
  "state"
9786
10866
  ]
9787
- }), _dec114 = Prop({
10867
+ }), _dec116 = Prop({
9788
10868
  reflect: true,
9789
10869
  attribute: "state",
9790
10870
  defaultValue: "show"
9791
10871
  });
9792
- var IconGrid = class extends (_HTMLElement13 = HTMLElement) {
10872
+ var IconGrid = class extends (_HTMLElement15 = HTMLElement) {
9793
10873
  static {
9794
- ({ e: [_init_state2, _initProto10], c: [_IconGrid, _initClass13] } = _apply_decs_2203_r13(this, [
10874
+ ({ e: [_init_state3, _initProto12], c: [_IconGrid, _initClass15] } = _apply_decs_2203_r15(this, [
9795
10875
  [
9796
- _dec114,
10876
+ _dec116,
9797
10877
  1,
9798
10878
  "state"
9799
10879
  ]
9800
10880
  ], [
9801
- _dec31
9802
- ], _HTMLElement13));
10881
+ _dec40
10882
+ ], _HTMLElement15));
9803
10883
  }
9804
10884
  #___private_state_1;
9805
10885
  get state() {
@@ -9809,7 +10889,7 @@ var IconGrid = class extends (_HTMLElement13 = HTMLElement) {
9809
10889
  this.#___private_state_1 = _v;
9810
10890
  }
9811
10891
  render() {
9812
- return html14`
10892
+ return html16`
9813
10893
  <svg part="grid" viewBox="0 0 12 12" state=${this.state} xmlns="http://www.w3.org/2000/svg">
9814
10894
  <path d="M10.5018 5.49971V3.99909C10.5018 2.6178 9.38204 1.49805 8.00076 1.49805H3.99909C2.6178 1.49805 1.49805 2.6178 1.49805 3.99909V8.00076C1.49805 9.38204 2.6178 10.5018 3.99909 10.5018H5.49971" />
9815
10895
  <g data-state=${this.state}>
@@ -9827,16 +10907,16 @@ var IconGrid = class extends (_HTMLElement13 = HTMLElement) {
9827
10907
  `;
9828
10908
  }
9829
10909
  static {
9830
- _initClass13();
10910
+ _initClass15();
9831
10911
  }
9832
10912
  constructor(...args) {
9833
- super(...args), this.#___private_state_1 = (_initProto10(this), _init_state2(this));
10913
+ super(...args), this.#___private_state_1 = (_initProto12(this), _init_state3(this));
9834
10914
  }
9835
10915
  };
9836
10916
 
9837
- // swc:/home/runner/work/web-kit/web-kit/packages/core/src/elements/icons/animation/loading.ts
9838
- import { html as html15 } from "lit-html";
9839
- function applyDecs2203RFactory14() {
10917
+ // swc:/Users/aaroniker/Documents/GitHub/ease/web-kit/packages/core/src/elements/icons/animation/loading.ts
10918
+ import { html as html17 } from "lit-html";
10919
+ function applyDecs2203RFactory16() {
9840
10920
  function createAddInitializerMethod(initializers, decoratorFinishedRef) {
9841
10921
  return function addInitializer(initializer) {
9842
10922
  assertNotFinished(decoratorFinishedRef, "addInitializer");
@@ -10205,14 +11285,14 @@ function applyDecs2203RFactory14() {
10205
11285
  };
10206
11286
  };
10207
11287
  }
10208
- function _apply_decs_2203_r14(targetClass, memberDecs, classDecs, parentClass) {
10209
- return (_apply_decs_2203_r14 = applyDecs2203RFactory14())(targetClass, memberDecs, classDecs, parentClass);
11288
+ function _apply_decs_2203_r16(targetClass, memberDecs, classDecs, parentClass) {
11289
+ return (_apply_decs_2203_r16 = applyDecs2203RFactory16())(targetClass, memberDecs, classDecs, parentClass);
10210
11290
  }
10211
- var _dec38;
10212
- var _initClass14;
10213
- var _HTMLElement14;
11291
+ var _dec41;
11292
+ var _initClass16;
11293
+ var _HTMLElement16;
10214
11294
  var _Loading;
10215
- _dec38 = Component({
11295
+ _dec41 = Component({
10216
11296
  tag: "ease-icon-loading",
10217
11297
  styles: `
10218
11298
  :host {
@@ -10264,7 +11344,7 @@ _dec38 = Component({
10264
11344
  }
10265
11345
  `,
10266
11346
  template() {
10267
- return html15`
11347
+ return html17`
10268
11348
  <svg viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg">
10269
11349
  <circle cx="6" cy="6" r="4.5" stroke-opacity="0.25" />
10270
11350
  <circle cx="6" cy="6" r="4.5" part="loading" pathlength="100" />
@@ -10272,20 +11352,20 @@ _dec38 = Component({
10272
11352
  `;
10273
11353
  }
10274
11354
  });
10275
- var Loading = class extends (_HTMLElement14 = HTMLElement) {
11355
+ var Loading = class extends (_HTMLElement16 = HTMLElement) {
10276
11356
  static {
10277
- ({ c: [_Loading, _initClass14] } = _apply_decs_2203_r14(this, [], [
10278
- _dec38
10279
- ], _HTMLElement14));
11357
+ ({ c: [_Loading, _initClass16] } = _apply_decs_2203_r16(this, [], [
11358
+ _dec41
11359
+ ], _HTMLElement16));
10280
11360
  }
10281
11361
  static {
10282
- _initClass14();
11362
+ _initClass16();
10283
11363
  }
10284
11364
  };
10285
11365
 
10286
- // swc:/home/runner/work/web-kit/web-kit/packages/core/src/elements/icons/animation/snap.ts
10287
- import { html as html16 } from "lit-html";
10288
- function applyDecs2203RFactory15() {
11366
+ // swc:/Users/aaroniker/Documents/GitHub/ease/web-kit/packages/core/src/elements/icons/animation/snap.ts
11367
+ import { html as html18 } from "lit-html";
11368
+ function applyDecs2203RFactory17() {
10289
11369
  function createAddInitializerMethod(initializers, decoratorFinishedRef) {
10290
11370
  return function addInitializer(initializer) {
10291
11371
  assertNotFinished(decoratorFinishedRef, "addInitializer");
@@ -10654,17 +11734,17 @@ function applyDecs2203RFactory15() {
10654
11734
  };
10655
11735
  };
10656
11736
  }
10657
- function _apply_decs_2203_r15(targetClass, memberDecs, classDecs, parentClass) {
10658
- return (_apply_decs_2203_r15 = applyDecs2203RFactory15())(targetClass, memberDecs, classDecs, parentClass);
11737
+ function _apply_decs_2203_r17(targetClass, memberDecs, classDecs, parentClass) {
11738
+ return (_apply_decs_2203_r17 = applyDecs2203RFactory17())(targetClass, memberDecs, classDecs, parentClass);
10659
11739
  }
10660
- var _dec39;
10661
- var _initClass15;
10662
- var _HTMLElement15;
10663
- var _dec115;
10664
- var _init_state3;
10665
- var _initProto11;
11740
+ var _dec47;
11741
+ var _initClass17;
11742
+ var _HTMLElement17;
11743
+ var _dec117;
11744
+ var _init_state4;
11745
+ var _initProto13;
10666
11746
  var _Snap;
10667
- _dec39 = Component({
11747
+ _dec47 = Component({
10668
11748
  tag: "ease-icon-snap",
10669
11749
  styles: `
10670
11750
  :host {
@@ -10751,22 +11831,22 @@ _dec39 = Component({
10751
11831
  observedAttributes: [
10752
11832
  "state"
10753
11833
  ]
10754
- }), _dec115 = Prop({
11834
+ }), _dec117 = Prop({
10755
11835
  reflect: true,
10756
11836
  attribute: "state",
10757
11837
  defaultValue: "default"
10758
11838
  });
10759
- var Snap = class extends (_HTMLElement15 = HTMLElement) {
11839
+ var Snap = class extends (_HTMLElement17 = HTMLElement) {
10760
11840
  static {
10761
- ({ e: [_init_state3, _initProto11], c: [_Snap, _initClass15] } = _apply_decs_2203_r15(this, [
11841
+ ({ e: [_init_state4, _initProto13], c: [_Snap, _initClass17] } = _apply_decs_2203_r17(this, [
10762
11842
  [
10763
- _dec115,
11843
+ _dec117,
10764
11844
  1,
10765
11845
  "state"
10766
11846
  ]
10767
11847
  ], [
10768
- _dec39
10769
- ], _HTMLElement15));
11848
+ _dec47
11849
+ ], _HTMLElement17));
10770
11850
  }
10771
11851
  #___private_state_1;
10772
11852
  get state() {
@@ -10782,7 +11862,7 @@ var Snap = class extends (_HTMLElement15 = HTMLElement) {
10782
11862
  const activePath2 = "M6.30855 7.08196C6.48218 6.9692 6.71426 7.01871 6.8271 7.19231C6.93984 7.36595 6.89035 7.59803 6.71675 7.71087C6.55769 7.8143 6.51399 7.8829 6.50288 7.9052C6.50718 7.91375 6.51671 7.92905 6.53804 7.95208C6.59186 8.01016 6.676 8.06871 6.76265 8.11614C6.80333 8.1384 6.83994 8.15555 6.86519 8.16692C6.87727 8.17236 6.88667 8.1762 6.89253 8.17864C6.89522 8.17976 6.89739 8.18117 6.89839 8.18157C6.92411 8.19492 6.94982 8.20826 6.97554 8.22161C7.34059 8.4726 7.44425 8.52362 7.48433 8.54387C7.51885 8.56133 7.56761 8.58533 7.62788 8.63665C7.66711 8.67009 7.71609 8.719 7.77827 8.78118C7.84064 8.84354 7.88955 8.89167 7.9228 8.93059C7.97354 8.98999 7.99693 9.03787 8.0146 9.07219C8.02503 9.09247 8.04365 9.12833 8.09077 9.20501C8.1741 9.33099 8.25744 9.45696 8.34077 9.58294C8.35477 9.60931 8.36876 9.63567 8.38276 9.66204C8.38276 9.66171 8.38276 9.66139 8.38276 9.66106C8.38311 9.66194 8.3836 9.6642 8.38472 9.66692C8.38713 9.67278 8.39182 9.68272 8.39741 9.69524C8.40866 9.72041 8.42527 9.75637 8.44722 9.7968C8.49432 9.88353 8.55171 9.96872 8.60933 10.0224C8.63022 10.0418 8.64563 10.0499 8.65425 10.0546C8.67716 10.0429 8.74616 9.99929 8.84858 9.84173C8.96155 9.66836 9.19361 9.61954 9.36714 9.73235C9.54063 9.84525 9.59026 10.0773 9.47749 10.2509C9.29202 10.5362 9.06335 10.7493 8.77534 10.7988C8.47563 10.8502 8.24137 10.7041 8.09858 10.5712C7.95494 10.4374 7.85125 10.2716 7.78804 10.1552C7.75497 10.0943 7.72938 10.0401 7.71187 10.0009C7.70702 9.99006 7.70284 9.98022 7.69917 9.97161C7.45448 9.61671 7.38641 9.49034 7.34761 9.41497C7.34662 9.41306 7.34544 9.41155 7.34468 9.41009C7.33244 9.39698 7.30693 9.37136 7.24702 9.31145C7.18316 9.24759 7.15849 9.22387 7.14644 9.21282C7.07033 9.17434 6.9431 9.10751 6.58589 8.86321C6.57737 8.85954 6.56726 8.85532 6.55659 8.85052C6.51749 8.83289 6.46383 8.80746 6.40327 8.77434C6.28687 8.71066 6.12089 8.60606 5.98726 8.46184C5.85457 8.31851 5.70938 8.0836 5.76069 7.78411C5.81025 7.49606 6.02305 7.26752 6.30855 7.08196C6.30855 7.08196 6.30855 7.08196 6.30855 7.08196Z";
10783
11863
  const path1 = this.state === "active" ? activePath : defaultPath;
10784
11864
  const path2 = this.state === "active" ? activePath2 : defaultPath2;
10785
- return html16`
11865
+ return html18`
10786
11866
  <svg part="snap" viewBox="0 0 12 12" state=${this.state} xmlns="http://www.w3.org/2000/svg">
10787
11867
  <g part="cursor">
10788
11868
  <path d=${path1} />
@@ -10808,16 +11888,16 @@ var Snap = class extends (_HTMLElement15 = HTMLElement) {
10808
11888
  `;
10809
11889
  }
10810
11890
  static {
10811
- _initClass15();
11891
+ _initClass17();
10812
11892
  }
10813
11893
  constructor(...args) {
10814
- super(...args), this.#___private_state_1 = (_initProto11(this), _init_state3(this));
11894
+ super(...args), this.#___private_state_1 = (_initProto13(this), _init_state4(this));
10815
11895
  }
10816
11896
  };
10817
11897
 
10818
- // swc:/home/runner/work/web-kit/web-kit/packages/core/src/elements/icons/interface/anchor-add.ts
10819
- import { html as html17 } from "lit-html";
10820
- function applyDecs2203RFactory16() {
11898
+ // swc:/Users/aaroniker/Documents/GitHub/ease/web-kit/packages/core/src/elements/icons/interface/anchor-add.ts
11899
+ import { html as html19 } from "lit-html";
11900
+ function applyDecs2203RFactory18() {
10821
11901
  function createAddInitializerMethod(initializers, decoratorFinishedRef) {
10822
11902
  return function addInitializer(initializer) {
10823
11903
  assertNotFinished(decoratorFinishedRef, "addInitializer");
@@ -11186,14 +12266,14 @@ function applyDecs2203RFactory16() {
11186
12266
  };
11187
12267
  };
11188
12268
  }
11189
- function _apply_decs_2203_r16(targetClass, memberDecs, classDecs, parentClass) {
11190
- return (_apply_decs_2203_r16 = applyDecs2203RFactory16())(targetClass, memberDecs, classDecs, parentClass);
12269
+ function _apply_decs_2203_r18(targetClass, memberDecs, classDecs, parentClass) {
12270
+ return (_apply_decs_2203_r18 = applyDecs2203RFactory18())(targetClass, memberDecs, classDecs, parentClass);
11191
12271
  }
11192
- var _dec40;
11193
- var _initClass16;
11194
- var _HTMLElement16;
12272
+ var _dec48;
12273
+ var _initClass18;
12274
+ var _HTMLElement18;
11195
12275
  var _IconAnchorAdd;
11196
- _dec40 = Component({
12276
+ _dec48 = Component({
11197
12277
  tag: "ease-icon-anchor-add",
11198
12278
  styles: `
11199
12279
  :host {
@@ -11208,7 +12288,7 @@ _dec40 = Component({
11208
12288
  }
11209
12289
  `,
11210
12290
  template() {
11211
- return html17`
12291
+ return html19`
11212
12292
  <svg viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg">
11213
12293
  <path d="M2.70508 10.5003L5.30008 7.90527" />
11214
12294
  <path d="M6.59557 6.61121C6.95348 6.96913 6.95348 7.54942 6.59557 7.90734C6.23765 8.26525 5.65736 8.26525 5.29944 7.90734C4.94153 7.54942 4.94153 6.96913 5.29944 6.61121C5.65736 6.25329 6.23765 6.25329 6.59557 6.61121" />
@@ -11220,20 +12300,20 @@ _dec40 = Component({
11220
12300
  `;
11221
12301
  }
11222
12302
  });
11223
- var IconAnchorAdd = class extends (_HTMLElement16 = HTMLElement) {
12303
+ var IconAnchorAdd = class extends (_HTMLElement18 = HTMLElement) {
11224
12304
  static {
11225
- ({ c: [_IconAnchorAdd, _initClass16] } = _apply_decs_2203_r16(this, [], [
11226
- _dec40
11227
- ], _HTMLElement16));
12305
+ ({ c: [_IconAnchorAdd, _initClass18] } = _apply_decs_2203_r18(this, [], [
12306
+ _dec48
12307
+ ], _HTMLElement18));
11228
12308
  }
11229
12309
  static {
11230
- _initClass16();
12310
+ _initClass18();
11231
12311
  }
11232
12312
  };
11233
12313
 
11234
- // swc:/home/runner/work/web-kit/web-kit/packages/core/src/elements/icons/interface/anchor-remove.ts
11235
- import { html as html18 } from "lit-html";
11236
- function applyDecs2203RFactory17() {
12314
+ // swc:/Users/aaroniker/Documents/GitHub/ease/web-kit/packages/core/src/elements/icons/interface/anchor-remove.ts
12315
+ import { html as html20 } from "lit-html";
12316
+ function applyDecs2203RFactory19() {
11237
12317
  function createAddInitializerMethod(initializers, decoratorFinishedRef) {
11238
12318
  return function addInitializer(initializer) {
11239
12319
  assertNotFinished(decoratorFinishedRef, "addInitializer");
@@ -11602,14 +12682,14 @@ function applyDecs2203RFactory17() {
11602
12682
  };
11603
12683
  };
11604
12684
  }
11605
- function _apply_decs_2203_r17(targetClass, memberDecs, classDecs, parentClass) {
11606
- return (_apply_decs_2203_r17 = applyDecs2203RFactory17())(targetClass, memberDecs, classDecs, parentClass);
12685
+ function _apply_decs_2203_r19(targetClass, memberDecs, classDecs, parentClass) {
12686
+ return (_apply_decs_2203_r19 = applyDecs2203RFactory19())(targetClass, memberDecs, classDecs, parentClass);
11607
12687
  }
11608
- var _dec41;
11609
- var _initClass17;
11610
- var _HTMLElement17;
12688
+ var _dec49;
12689
+ var _initClass19;
12690
+ var _HTMLElement19;
11611
12691
  var _IconAnchorRemove;
11612
- _dec41 = Component({
12692
+ _dec49 = Component({
11613
12693
  tag: "ease-icon-anchor-remove",
11614
12694
  styles: `
11615
12695
  :host {
@@ -11624,7 +12704,7 @@ _dec41 = Component({
11624
12704
  }
11625
12705
  `,
11626
12706
  template() {
11627
- return html18`
12707
+ return html20`
11628
12708
  <svg viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg">
11629
12709
  <path d="M2.70508 10.5003L5.30008 7.90527" />
11630
12710
  <path d="M6.59557 6.61121C6.95348 6.96913 6.95348 7.54942 6.59557 7.90734C6.23765 8.26525 5.65736 8.26525 5.29944 7.90734C4.94153 7.54942 4.94153 6.96913 5.29944 6.61121C5.65736 6.25329 6.23765 6.25329 6.59557 6.61121" />
@@ -11635,20 +12715,20 @@ _dec41 = Component({
11635
12715
  `;
11636
12716
  }
11637
12717
  });
11638
- var IconAnchorRemove = class extends (_HTMLElement17 = HTMLElement) {
12718
+ var IconAnchorRemove = class extends (_HTMLElement19 = HTMLElement) {
11639
12719
  static {
11640
- ({ c: [_IconAnchorRemove, _initClass17] } = _apply_decs_2203_r17(this, [], [
11641
- _dec41
11642
- ], _HTMLElement17));
12720
+ ({ c: [_IconAnchorRemove, _initClass19] } = _apply_decs_2203_r19(this, [], [
12721
+ _dec49
12722
+ ], _HTMLElement19));
11643
12723
  }
11644
12724
  static {
11645
- _initClass17();
12725
+ _initClass19();
11646
12726
  }
11647
12727
  };
11648
12728
 
11649
- // swc:/home/runner/work/web-kit/web-kit/packages/core/src/elements/icons/interface/arrow-up.ts
11650
- import { html as html19 } from "lit-html";
11651
- function applyDecs2203RFactory18() {
12729
+ // swc:/Users/aaroniker/Documents/GitHub/ease/web-kit/packages/core/src/elements/icons/interface/arrow-up.ts
12730
+ import { html as html21 } from "lit-html";
12731
+ function applyDecs2203RFactory20() {
11652
12732
  function createAddInitializerMethod(initializers, decoratorFinishedRef) {
11653
12733
  return function addInitializer(initializer) {
11654
12734
  assertNotFinished(decoratorFinishedRef, "addInitializer");
@@ -12017,14 +13097,14 @@ function applyDecs2203RFactory18() {
12017
13097
  };
12018
13098
  };
12019
13099
  }
12020
- function _apply_decs_2203_r18(targetClass, memberDecs, classDecs, parentClass) {
12021
- return (_apply_decs_2203_r18 = applyDecs2203RFactory18())(targetClass, memberDecs, classDecs, parentClass);
13100
+ function _apply_decs_2203_r20(targetClass, memberDecs, classDecs, parentClass) {
13101
+ return (_apply_decs_2203_r20 = applyDecs2203RFactory20())(targetClass, memberDecs, classDecs, parentClass);
12022
13102
  }
12023
- var _dec47;
12024
- var _initClass18;
12025
- var _HTMLElement18;
13103
+ var _dec50;
13104
+ var _initClass20;
13105
+ var _HTMLElement20;
12026
13106
  var _ArrowUp;
12027
- _dec47 = Component({
13107
+ _dec50 = Component({
12028
13108
  tag: "ease-icon-arrow-up",
12029
13109
  styles: `
12030
13110
  :host {
@@ -12039,27 +13119,27 @@ _dec47 = Component({
12039
13119
  }
12040
13120
  `,
12041
13121
  template() {
12042
- return html19`
13122
+ return html21`
12043
13123
  <svg viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
12044
13124
  <path d="M6.99992 12.6666V3.33331M6.99992 3.33331L2.33325 7.99998M6.99992 3.33331L11.6666 7.99998" />
12045
13125
  </svg>
12046
13126
  `;
12047
13127
  }
12048
13128
  });
12049
- var ArrowUp = class extends (_HTMLElement18 = HTMLElement) {
13129
+ var ArrowUp = class extends (_HTMLElement20 = HTMLElement) {
12050
13130
  static {
12051
- ({ c: [_ArrowUp, _initClass18] } = _apply_decs_2203_r18(this, [], [
12052
- _dec47
12053
- ], _HTMLElement18));
13131
+ ({ c: [_ArrowUp, _initClass20] } = _apply_decs_2203_r20(this, [], [
13132
+ _dec50
13133
+ ], _HTMLElement20));
12054
13134
  }
12055
13135
  static {
12056
- _initClass18();
13136
+ _initClass20();
12057
13137
  }
12058
13138
  };
12059
13139
 
12060
- // swc:/home/runner/work/web-kit/web-kit/packages/core/src/elements/icons/interface/bezier.ts
12061
- import { html as html20 } from "lit-html";
12062
- function applyDecs2203RFactory19() {
13140
+ // swc:/Users/aaroniker/Documents/GitHub/ease/web-kit/packages/core/src/elements/icons/interface/bezier.ts
13141
+ import { html as html22 } from "lit-html";
13142
+ function applyDecs2203RFactory21() {
12063
13143
  function createAddInitializerMethod(initializers, decoratorFinishedRef) {
12064
13144
  return function addInitializer(initializer) {
12065
13145
  assertNotFinished(decoratorFinishedRef, "addInitializer");
@@ -12428,14 +13508,14 @@ function applyDecs2203RFactory19() {
12428
13508
  };
12429
13509
  };
12430
13510
  }
12431
- function _apply_decs_2203_r19(targetClass, memberDecs, classDecs, parentClass) {
12432
- return (_apply_decs_2203_r19 = applyDecs2203RFactory19())(targetClass, memberDecs, classDecs, parentClass);
13511
+ function _apply_decs_2203_r21(targetClass, memberDecs, classDecs, parentClass) {
13512
+ return (_apply_decs_2203_r21 = applyDecs2203RFactory21())(targetClass, memberDecs, classDecs, parentClass);
12433
13513
  }
12434
- var _dec48;
12435
- var _initClass19;
12436
- var _HTMLElement19;
13514
+ var _dec51;
13515
+ var _initClass21;
13516
+ var _HTMLElement21;
12437
13517
  var _IconBezier;
12438
- _dec48 = Component({
13518
+ _dec51 = Component({
12439
13519
  tag: "ease-icon-bezier",
12440
13520
  styles: `
12441
13521
  :host {
@@ -12446,27 +13526,27 @@ _dec48 = Component({
12446
13526
  }
12447
13527
  `,
12448
13528
  template() {
12449
- return html20`
13529
+ return html22`
12450
13530
  <svg viewBox="0 0 12 12" xmlns="http://www.w3.org/2000/svg">
12451
13531
  <path d="M9.44279 8.84005C9.56156 9.00972 9.79538 9.05098 9.96505 8.93221C10.1347 8.81344 10.176 8.57962 10.0572 8.40995L9.75 8.625L9.44279 8.84005ZM1.94279 8.40995C1.82402 8.57962 1.86528 8.81344 2.03495 8.93221C2.20462 9.05098 2.43844 9.00972 2.55721 8.84005L2.25 8.625L1.94279 8.40995ZM7.21875 4.21875H6.84375C6.84375 4.68474 6.46599 5.0625 6 5.0625V5.4375V5.8125C6.8802 5.8125 7.59375 5.09895 7.59375 4.21875H7.21875ZM6 5.4375V5.0625C5.53401 5.0625 5.15625 4.68474 5.15625 4.21875H4.78125H4.40625C4.40625 5.09895 5.1198 5.8125 6 5.8125V5.4375ZM4.78125 4.21875H5.15625C5.15625 3.75276 5.53401 3.375 6 3.375V3V2.625C5.1198 2.625 4.40625 3.33855 4.40625 4.21875H4.78125ZM6 3V3.375C6.46599 3.375 6.84375 3.75276 6.84375 4.21875H7.21875H7.59375C7.59375 3.33855 6.8802 2.625 6 2.625V3ZM7.125 4.875L6.81779 5.09005L9.44279 8.84005L9.75 8.625L10.0572 8.40995L7.43221 4.65995L7.125 4.875ZM4.875 4.875L4.56779 4.65995L1.94279 8.40995L2.25 8.625L2.55721 8.84005L5.18221 5.09005L4.875 4.875Z" />
12452
13532
  </svg>
12453
13533
  `;
12454
13534
  }
12455
13535
  });
12456
- var IconBezier = class extends (_HTMLElement19 = HTMLElement) {
13536
+ var IconBezier = class extends (_HTMLElement21 = HTMLElement) {
12457
13537
  static {
12458
- ({ c: [_IconBezier, _initClass19] } = _apply_decs_2203_r19(this, [], [
12459
- _dec48
12460
- ], _HTMLElement19));
13538
+ ({ c: [_IconBezier, _initClass21] } = _apply_decs_2203_r21(this, [], [
13539
+ _dec51
13540
+ ], _HTMLElement21));
12461
13541
  }
12462
13542
  static {
12463
- _initClass19();
13543
+ _initClass21();
12464
13544
  }
12465
13545
  };
12466
13546
 
12467
- // swc:/home/runner/work/web-kit/web-kit/packages/core/src/elements/icons/interface/bezier-angle.ts
12468
- import { html as html21 } from "lit-html";
12469
- function applyDecs2203RFactory20() {
13547
+ // swc:/Users/aaroniker/Documents/GitHub/ease/web-kit/packages/core/src/elements/icons/interface/bezier-angle.ts
13548
+ import { html as html23 } from "lit-html";
13549
+ function applyDecs2203RFactory22() {
12470
13550
  function createAddInitializerMethod(initializers, decoratorFinishedRef) {
12471
13551
  return function addInitializer(initializer) {
12472
13552
  assertNotFinished(decoratorFinishedRef, "addInitializer");
@@ -12835,14 +13915,14 @@ function applyDecs2203RFactory20() {
12835
13915
  };
12836
13916
  };
12837
13917
  }
12838
- function _apply_decs_2203_r20(targetClass, memberDecs, classDecs, parentClass) {
12839
- return (_apply_decs_2203_r20 = applyDecs2203RFactory20())(targetClass, memberDecs, classDecs, parentClass);
13918
+ function _apply_decs_2203_r22(targetClass, memberDecs, classDecs, parentClass) {
13919
+ return (_apply_decs_2203_r22 = applyDecs2203RFactory22())(targetClass, memberDecs, classDecs, parentClass);
12840
13920
  }
12841
- var _dec49;
12842
- var _initClass20;
12843
- var _HTMLElement20;
13921
+ var _dec55;
13922
+ var _initClass22;
13923
+ var _HTMLElement22;
12844
13924
  var _IconBezierAngle;
12845
- _dec49 = Component({
13925
+ _dec55 = Component({
12846
13926
  tag: "ease-icon-bezier-angle",
12847
13927
  styles: `
12848
13928
  :host {
@@ -12853,7 +13933,7 @@ _dec49 = Component({
12853
13933
  }
12854
13934
  `,
12855
13935
  template() {
12856
- return html21`
13936
+ return html23`
12857
13937
  <svg viewBox="0 0 12 12" xmlns="http://www.w3.org/2000/svg">
12858
13938
  <path d="M1.875 4.21875C1.875 4.63296 1.53921 4.96875 1.125 4.96875C0.710786 4.96875 0.375 4.63296 0.375 4.21875C0.375 3.80454 0.710786 3.46875 1.125 3.46875C1.53921 3.46875 1.875 3.80454 1.875 4.21875Z" fill-opacity="0.9"/>
12859
13939
  <path d="M1.64062 4.21875C1.64062 3.93398 1.40977 3.70312 1.125 3.70312C0.840228 3.70312 0.609375 3.93398 0.609375 4.21875C0.609375 4.50352 0.840228 4.73438 1.125 4.73438C1.40977 4.73438 1.64062 4.50352 1.64062 4.21875ZM2.10938 4.21875C2.10938 4.76241 1.66866 5.20312 1.125 5.20312C0.581345 5.20312 0.140625 4.76241 0.140625 4.21875C0.140625 3.67509 0.581345 3.23438 1.125 3.23438C1.66866 3.23438 2.10938 3.67509 2.10938 4.21875Z" />
@@ -12867,20 +13947,20 @@ _dec49 = Component({
12867
13947
  `;
12868
13948
  }
12869
13949
  });
12870
- var IconBezierAngle = class extends (_HTMLElement20 = HTMLElement) {
13950
+ var IconBezierAngle = class extends (_HTMLElement22 = HTMLElement) {
12871
13951
  static {
12872
- ({ c: [_IconBezierAngle, _initClass20] } = _apply_decs_2203_r20(this, [], [
12873
- _dec49
12874
- ], _HTMLElement20));
13952
+ ({ c: [_IconBezierAngle, _initClass22] } = _apply_decs_2203_r22(this, [], [
13953
+ _dec55
13954
+ ], _HTMLElement22));
12875
13955
  }
12876
13956
  static {
12877
- _initClass20();
13957
+ _initClass22();
12878
13958
  }
12879
13959
  };
12880
13960
 
12881
- // swc:/home/runner/work/web-kit/web-kit/packages/core/src/elements/icons/interface/bezier-distribute.ts
12882
- import { html as html22 } from "lit-html";
12883
- function applyDecs2203RFactory21() {
13961
+ // swc:/Users/aaroniker/Documents/GitHub/ease/web-kit/packages/core/src/elements/icons/interface/bezier-distribute.ts
13962
+ import { html as html24 } from "lit-html";
13963
+ function applyDecs2203RFactory23() {
12884
13964
  function createAddInitializerMethod(initializers, decoratorFinishedRef) {
12885
13965
  return function addInitializer(initializer) {
12886
13966
  assertNotFinished(decoratorFinishedRef, "addInitializer");
@@ -13249,14 +14329,14 @@ function applyDecs2203RFactory21() {
13249
14329
  };
13250
14330
  };
13251
14331
  }
13252
- function _apply_decs_2203_r21(targetClass, memberDecs, classDecs, parentClass) {
13253
- return (_apply_decs_2203_r21 = applyDecs2203RFactory21())(targetClass, memberDecs, classDecs, parentClass);
14332
+ function _apply_decs_2203_r23(targetClass, memberDecs, classDecs, parentClass) {
14333
+ return (_apply_decs_2203_r23 = applyDecs2203RFactory23())(targetClass, memberDecs, classDecs, parentClass);
13254
14334
  }
13255
- var _dec50;
13256
- var _initClass21;
13257
- var _HTMLElement21;
14335
+ var _dec56;
14336
+ var _initClass23;
14337
+ var _HTMLElement23;
13258
14338
  var _IconBezierDistribute;
13259
- _dec50 = Component({
14339
+ _dec56 = Component({
13260
14340
  tag: "ease-icon-bezier-distribute",
13261
14341
  styles: `
13262
14342
  :host {
@@ -13267,7 +14347,7 @@ _dec50 = Component({
13267
14347
  }
13268
14348
  `,
13269
14349
  template() {
13270
- return html22`
14350
+ return html24`
13271
14351
  <svg viewBox="0 0 12 12" xmlns="http://www.w3.org/2000/svg">
13272
14352
  <path d="M5.125 5.64502C5.33211 5.64502 5.5 5.81291 5.5 6.02002C5.5 6.22713 5.33211 6.39502 5.125 6.39502H2.5C2.29289 6.39502 2.125 6.22713 2.125 6.02002C2.125 5.81291 2.29289 5.64502 2.5 5.64502H5.125Z" />
13273
14353
  <path d="M2.125 6.02002C2.125 5.81313 1.95689 5.64502 1.75 5.64502C1.54311 5.64502 1.375 5.81313 1.375 6.02002C1.375 6.22691 1.54311 6.39502 1.75 6.39502C1.95689 6.39502 2.125 6.22691 2.125 6.02002ZM2.875 6.02002C2.875 6.64113 2.37111 7.14502 1.75 7.14502C1.12889 7.14502 0.625 6.64113 0.625 6.02002C0.625 5.39891 1.12889 4.89502 1.75 4.89502C2.37111 4.89502 2.875 5.39891 2.875 6.02002Z" />
@@ -13282,20 +14362,20 @@ _dec50 = Component({
13282
14362
  `;
13283
14363
  }
13284
14364
  });
13285
- var IconBezierDistribute = class extends (_HTMLElement21 = HTMLElement) {
14365
+ var IconBezierDistribute = class extends (_HTMLElement23 = HTMLElement) {
13286
14366
  static {
13287
- ({ c: [_IconBezierDistribute, _initClass21] } = _apply_decs_2203_r21(this, [], [
13288
- _dec50
13289
- ], _HTMLElement21));
14367
+ ({ c: [_IconBezierDistribute, _initClass23] } = _apply_decs_2203_r23(this, [], [
14368
+ _dec56
14369
+ ], _HTMLElement23));
13290
14370
  }
13291
14371
  static {
13292
- _initClass21();
14372
+ _initClass23();
13293
14373
  }
13294
14374
  };
13295
14375
 
13296
- // swc:/home/runner/work/web-kit/web-kit/packages/core/src/elements/icons/interface/bezier-length.ts
13297
- import { html as html23 } from "lit-html";
13298
- function applyDecs2203RFactory22() {
14376
+ // swc:/Users/aaroniker/Documents/GitHub/ease/web-kit/packages/core/src/elements/icons/interface/bezier-length.ts
14377
+ import { html as html25 } from "lit-html";
14378
+ function applyDecs2203RFactory24() {
13299
14379
  function createAddInitializerMethod(initializers, decoratorFinishedRef) {
13300
14380
  return function addInitializer(initializer) {
13301
14381
  assertNotFinished(decoratorFinishedRef, "addInitializer");
@@ -13664,14 +14744,14 @@ function applyDecs2203RFactory22() {
13664
14744
  };
13665
14745
  };
13666
14746
  }
13667
- function _apply_decs_2203_r22(targetClass, memberDecs, classDecs, parentClass) {
13668
- return (_apply_decs_2203_r22 = applyDecs2203RFactory22())(targetClass, memberDecs, classDecs, parentClass);
14747
+ function _apply_decs_2203_r24(targetClass, memberDecs, classDecs, parentClass) {
14748
+ return (_apply_decs_2203_r24 = applyDecs2203RFactory24())(targetClass, memberDecs, classDecs, parentClass);
13669
14749
  }
13670
- var _dec51;
13671
- var _initClass22;
13672
- var _HTMLElement22;
14750
+ var _dec57;
14751
+ var _initClass24;
14752
+ var _HTMLElement24;
13673
14753
  var _IconBezierLength;
13674
- _dec51 = Component({
14754
+ _dec57 = Component({
13675
14755
  tag: "ease-icon-bezier-length",
13676
14756
  styles: `
13677
14757
  :host {
@@ -13682,7 +14762,7 @@ _dec51 = Component({
13682
14762
  }
13683
14763
  `,
13684
14764
  template() {
13685
- return html23`
14765
+ return html25`
13686
14766
  <svg viewBox="0 0 12 12" xmlns="http://www.w3.org/2000/svg">
13687
14767
  <path d="M6.84375 4.21875C6.84375 3.75276 6.46599 3.375 6 3.375C5.53401 3.375 5.15625 3.75276 5.15625 4.21875C5.15625 4.68474 5.53401 5.0625 6 5.0625C6.46599 5.0625 6.84375 4.68474 6.84375 4.21875ZM7.59375 4.21875C7.59375 5.09895 6.8802 5.8125 6 5.8125C5.1198 5.8125 4.40625 5.09895 4.40625 4.21875C4.40625 3.33855 5.1198 2.625 6 2.625C6.8802 2.625 7.59375 3.33855 7.59375 4.21875Z" />
13688
14768
  <path d="M2.48438 4.21875C2.48438 4.76241 2.04366 5.20312 1.5 5.20312C0.956345 5.20312 0.515625 4.76241 0.515625 4.21875C0.515625 3.67509 0.956345 3.23438 1.5 3.23438C2.04366 3.23438 2.48438 3.67509 2.48438 4.21875Z" />
@@ -13694,20 +14774,20 @@ _dec51 = Component({
13694
14774
  `;
13695
14775
  }
13696
14776
  });
13697
- var IconBezierLength = class extends (_HTMLElement22 = HTMLElement) {
14777
+ var IconBezierLength = class extends (_HTMLElement24 = HTMLElement) {
13698
14778
  static {
13699
- ({ c: [_IconBezierLength, _initClass22] } = _apply_decs_2203_r22(this, [], [
13700
- _dec51
13701
- ], _HTMLElement22));
14779
+ ({ c: [_IconBezierLength, _initClass24] } = _apply_decs_2203_r24(this, [], [
14780
+ _dec57
14781
+ ], _HTMLElement24));
13702
14782
  }
13703
14783
  static {
13704
- _initClass22();
14784
+ _initClass24();
13705
14785
  }
13706
14786
  };
13707
14787
 
13708
- // swc:/home/runner/work/web-kit/web-kit/packages/core/src/elements/icons/interface/bezier-mirror.ts
13709
- import { html as html24 } from "lit-html";
13710
- function applyDecs2203RFactory23() {
14788
+ // swc:/Users/aaroniker/Documents/GitHub/ease/web-kit/packages/core/src/elements/icons/interface/bezier-mirror.ts
14789
+ import { html as html26 } from "lit-html";
14790
+ function applyDecs2203RFactory25() {
13711
14791
  function createAddInitializerMethod(initializers, decoratorFinishedRef) {
13712
14792
  return function addInitializer(initializer) {
13713
14793
  assertNotFinished(decoratorFinishedRef, "addInitializer");
@@ -14076,14 +15156,14 @@ function applyDecs2203RFactory23() {
14076
15156
  };
14077
15157
  };
14078
15158
  }
14079
- function _apply_decs_2203_r23(targetClass, memberDecs, classDecs, parentClass) {
14080
- return (_apply_decs_2203_r23 = applyDecs2203RFactory23())(targetClass, memberDecs, classDecs, parentClass);
15159
+ function _apply_decs_2203_r25(targetClass, memberDecs, classDecs, parentClass) {
15160
+ return (_apply_decs_2203_r25 = applyDecs2203RFactory25())(targetClass, memberDecs, classDecs, parentClass);
14081
15161
  }
14082
- var _dec55;
14083
- var _initClass23;
14084
- var _HTMLElement23;
15162
+ var _dec58;
15163
+ var _initClass25;
15164
+ var _HTMLElement25;
14085
15165
  var _IconBezierMirror;
14086
- _dec55 = Component({
15166
+ _dec58 = Component({
14087
15167
  tag: "ease-icon-bezier-mirror",
14088
15168
  styles: `
14089
15169
  :host {
@@ -14094,7 +15174,7 @@ _dec55 = Component({
14094
15174
  }
14095
15175
  `,
14096
15176
  template() {
14097
- return html24`
15177
+ return html26`
14098
15178
  <svg viewBox="0 0 12 12" xmlns="http://www.w3.org/2000/svg">
14099
15179
  <path d="M6.84375 4.21875C6.84375 3.75276 6.46599 3.375 6 3.375C5.53401 3.375 5.15625 3.75276 5.15625 4.21875C5.15625 4.68474 5.53401 5.0625 6 5.0625C6.46599 5.0625 6.84375 4.68474 6.84375 4.21875ZM7.59375 4.21875C7.59375 5.09895 6.8802 5.8125 6 5.8125C5.1198 5.8125 4.40625 5.09895 4.40625 4.21875C4.40625 3.33855 5.1198 2.625 6 2.625C6.8802 2.625 7.59375 3.33855 7.59375 4.21875Z" />
14100
15180
  <path d="M2.48438 4.21875C2.48438 4.76241 2.04366 5.20312 1.5 5.20312C0.956345 5.20312 0.515625 4.76241 0.515625 4.21875C0.515625 3.67509 0.956345 3.23438 1.5 3.23438C2.04366 3.23438 2.48438 3.67509 2.48438 4.21875Z" />
@@ -14106,20 +15186,20 @@ _dec55 = Component({
14106
15186
  `;
14107
15187
  }
14108
15188
  });
14109
- var IconBezierMirror = class extends (_HTMLElement23 = HTMLElement) {
15189
+ var IconBezierMirror = class extends (_HTMLElement25 = HTMLElement) {
14110
15190
  static {
14111
- ({ c: [_IconBezierMirror, _initClass23] } = _apply_decs_2203_r23(this, [], [
14112
- _dec55
14113
- ], _HTMLElement23));
15191
+ ({ c: [_IconBezierMirror, _initClass25] } = _apply_decs_2203_r25(this, [], [
15192
+ _dec58
15193
+ ], _HTMLElement25));
14114
15194
  }
14115
15195
  static {
14116
- _initClass23();
15196
+ _initClass25();
14117
15197
  }
14118
15198
  };
14119
15199
 
14120
- // swc:/home/runner/work/web-kit/web-kit/packages/core/src/elements/icons/interface/check.ts
14121
- import { html as html25 } from "lit-html";
14122
- function applyDecs2203RFactory24() {
15200
+ // swc:/Users/aaroniker/Documents/GitHub/ease/web-kit/packages/core/src/elements/icons/interface/check.ts
15201
+ import { html as html27 } from "lit-html";
15202
+ function applyDecs2203RFactory26() {
14123
15203
  function createAddInitializerMethod(initializers, decoratorFinishedRef) {
14124
15204
  return function addInitializer(initializer) {
14125
15205
  assertNotFinished(decoratorFinishedRef, "addInitializer");
@@ -14488,14 +15568,14 @@ function applyDecs2203RFactory24() {
14488
15568
  };
14489
15569
  };
14490
15570
  }
14491
- function _apply_decs_2203_r24(targetClass, memberDecs, classDecs, parentClass) {
14492
- return (_apply_decs_2203_r24 = applyDecs2203RFactory24())(targetClass, memberDecs, classDecs, parentClass);
15571
+ function _apply_decs_2203_r26(targetClass, memberDecs, classDecs, parentClass) {
15572
+ return (_apply_decs_2203_r26 = applyDecs2203RFactory26())(targetClass, memberDecs, classDecs, parentClass);
14493
15573
  }
14494
- var _dec56;
14495
- var _initClass24;
14496
- var _HTMLElement24;
15574
+ var _dec59;
15575
+ var _initClass26;
15576
+ var _HTMLElement26;
14497
15577
  var _IconCheck;
14498
- _dec56 = Component({
15578
+ _dec59 = Component({
14499
15579
  tag: "ease-icon-check",
14500
15580
  styles: `
14501
15581
  :host {
@@ -14510,27 +15590,27 @@ _dec56 = Component({
14510
15590
  }
14511
15591
  `,
14512
15592
  template() {
14513
- return html25`
15593
+ return html27`
14514
15594
  <svg viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg">
14515
15595
  <path d="M3 6.5L5.33333 9L10 4" path-length="100" />
14516
15596
  </svg>
14517
15597
  `;
14518
15598
  }
14519
15599
  });
14520
- var IconCheck = class extends (_HTMLElement24 = HTMLElement) {
15600
+ var IconCheck = class extends (_HTMLElement26 = HTMLElement) {
14521
15601
  static {
14522
- ({ c: [_IconCheck, _initClass24] } = _apply_decs_2203_r24(this, [], [
14523
- _dec56
14524
- ], _HTMLElement24));
15602
+ ({ c: [_IconCheck, _initClass26] } = _apply_decs_2203_r26(this, [], [
15603
+ _dec59
15604
+ ], _HTMLElement26));
14525
15605
  }
14526
15606
  static {
14527
- _initClass24();
15607
+ _initClass26();
14528
15608
  }
14529
15609
  };
14530
15610
 
14531
- // swc:/home/runner/work/web-kit/web-kit/packages/core/src/elements/icons/interface/circle-arrow-left.ts
14532
- import { html as html26 } from "lit-html";
14533
- function applyDecs2203RFactory25() {
15611
+ // swc:/Users/aaroniker/Documents/GitHub/ease/web-kit/packages/core/src/elements/icons/interface/circle-arrow-left.ts
15612
+ import { html as html28 } from "lit-html";
15613
+ function applyDecs2203RFactory27() {
14534
15614
  function createAddInitializerMethod(initializers, decoratorFinishedRef) {
14535
15615
  return function addInitializer(initializer) {
14536
15616
  assertNotFinished(decoratorFinishedRef, "addInitializer");
@@ -14899,14 +15979,14 @@ function applyDecs2203RFactory25() {
14899
15979
  };
14900
15980
  };
14901
15981
  }
14902
- function _apply_decs_2203_r25(targetClass, memberDecs, classDecs, parentClass) {
14903
- return (_apply_decs_2203_r25 = applyDecs2203RFactory25())(targetClass, memberDecs, classDecs, parentClass);
15982
+ function _apply_decs_2203_r27(targetClass, memberDecs, classDecs, parentClass) {
15983
+ return (_apply_decs_2203_r27 = applyDecs2203RFactory27())(targetClass, memberDecs, classDecs, parentClass);
14904
15984
  }
14905
- var _dec57;
14906
- var _initClass25;
14907
- var _HTMLElement25;
15985
+ var _dec60;
15986
+ var _initClass27;
15987
+ var _HTMLElement27;
14908
15988
  var _IconCircleArrowLeft;
14909
- _dec57 = Component({
15989
+ _dec60 = Component({
14910
15990
  tag: "ease-icon-circle-arrow-left",
14911
15991
  styles: `
14912
15992
  :host {
@@ -14921,27 +16001,27 @@ _dec57 = Component({
14921
16001
  }
14922
16002
  `,
14923
16003
  template() {
14924
- return html26`
16004
+ return html28`
14925
16005
  <svg viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
14926
16006
  <path d="M14.6667 6.66667C14.6667 6.66667 13.33 4.84548 12.2441 3.75883C11.1582 2.67218 9.6576 2 8 2C4.68629 2 2 4.68629 2 8C2 11.3137 4.68629 14 8 14C10.7354 14 13.0433 12.1695 13.7655 9.66667M14.6667 6.66667V2.66667M14.6667 6.66667H10.6667" />
14927
16007
  </svg>
14928
16008
  `;
14929
16009
  }
14930
16010
  });
14931
- var IconCircleArrowLeft = class extends (_HTMLElement25 = HTMLElement) {
16011
+ var IconCircleArrowLeft = class extends (_HTMLElement27 = HTMLElement) {
14932
16012
  static {
14933
- ({ c: [_IconCircleArrowLeft, _initClass25] } = _apply_decs_2203_r25(this, [], [
14934
- _dec57
14935
- ], _HTMLElement25));
16013
+ ({ c: [_IconCircleArrowLeft, _initClass27] } = _apply_decs_2203_r27(this, [], [
16014
+ _dec60
16015
+ ], _HTMLElement27));
14936
16016
  }
14937
16017
  static {
14938
- _initClass25();
16018
+ _initClass27();
14939
16019
  }
14940
16020
  };
14941
16021
 
14942
- // swc:/home/runner/work/web-kit/web-kit/packages/core/src/elements/icons/interface/circle-arrow-right.ts
14943
- import { html as html27 } from "lit-html";
14944
- function applyDecs2203RFactory26() {
16022
+ // swc:/Users/aaroniker/Documents/GitHub/ease/web-kit/packages/core/src/elements/icons/interface/circle-arrow-right.ts
16023
+ import { html as html29 } from "lit-html";
16024
+ function applyDecs2203RFactory28() {
14945
16025
  function createAddInitializerMethod(initializers, decoratorFinishedRef) {
14946
16026
  return function addInitializer(initializer) {
14947
16027
  assertNotFinished(decoratorFinishedRef, "addInitializer");
@@ -15310,14 +16390,14 @@ function applyDecs2203RFactory26() {
15310
16390
  };
15311
16391
  };
15312
16392
  }
15313
- function _apply_decs_2203_r26(targetClass, memberDecs, classDecs, parentClass) {
15314
- return (_apply_decs_2203_r26 = applyDecs2203RFactory26())(targetClass, memberDecs, classDecs, parentClass);
16393
+ function _apply_decs_2203_r28(targetClass, memberDecs, classDecs, parentClass) {
16394
+ return (_apply_decs_2203_r28 = applyDecs2203RFactory28())(targetClass, memberDecs, classDecs, parentClass);
15315
16395
  }
15316
- var _dec58;
15317
- var _initClass26;
15318
- var _HTMLElement26;
16396
+ var _dec61;
16397
+ var _initClass28;
16398
+ var _HTMLElement28;
15319
16399
  var _IconCircleArrowRight;
15320
- _dec58 = Component({
16400
+ _dec61 = Component({
15321
16401
  tag: "ease-icon-circle-arrow-right",
15322
16402
  styles: `
15323
16403
  :host {
@@ -15332,27 +16412,27 @@ _dec58 = Component({
15332
16412
  }
15333
16413
  `,
15334
16414
  template() {
15335
- return html27`
16415
+ return html29`
15336
16416
  <svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
15337
16417
  <path d="M1.33333 6.66667C1.33333 6.66667 2.66999 4.84548 3.75589 3.75883C4.84179 2.67218 6.3424 2 8 2C11.3137 2 14 4.68629 14 8C14 11.3137 11.3137 14 8 14C5.2646 14 2.95674 12.1695 2.23451 9.66667M1.33333 6.66667V2.66667M1.33333 6.66667H5.33333" />
15338
16418
  </svg>
15339
16419
  `;
15340
16420
  }
15341
16421
  });
15342
- var IconCircleArrowRight = class extends (_HTMLElement26 = HTMLElement) {
16422
+ var IconCircleArrowRight = class extends (_HTMLElement28 = HTMLElement) {
15343
16423
  static {
15344
- ({ c: [_IconCircleArrowRight, _initClass26] } = _apply_decs_2203_r26(this, [], [
15345
- _dec58
15346
- ], _HTMLElement26));
16424
+ ({ c: [_IconCircleArrowRight, _initClass28] } = _apply_decs_2203_r28(this, [], [
16425
+ _dec61
16426
+ ], _HTMLElement28));
15347
16427
  }
15348
16428
  static {
15349
- _initClass26();
16429
+ _initClass28();
15350
16430
  }
15351
16431
  };
15352
16432
 
15353
- // swc:/home/runner/work/web-kit/web-kit/packages/core/src/elements/icons/interface/code.ts
15354
- import { html as html28 } from "lit-html";
15355
- function applyDecs2203RFactory27() {
16433
+ // swc:/Users/aaroniker/Documents/GitHub/ease/web-kit/packages/core/src/elements/icons/interface/code.ts
16434
+ import { html as html30 } from "lit-html";
16435
+ function applyDecs2203RFactory29() {
15356
16436
  function createAddInitializerMethod(initializers, decoratorFinishedRef) {
15357
16437
  return function addInitializer(initializer) {
15358
16438
  assertNotFinished(decoratorFinishedRef, "addInitializer");
@@ -15721,14 +16801,14 @@ function applyDecs2203RFactory27() {
15721
16801
  };
15722
16802
  };
15723
16803
  }
15724
- function _apply_decs_2203_r27(targetClass, memberDecs, classDecs, parentClass) {
15725
- return (_apply_decs_2203_r27 = applyDecs2203RFactory27())(targetClass, memberDecs, classDecs, parentClass);
16804
+ function _apply_decs_2203_r29(targetClass, memberDecs, classDecs, parentClass) {
16805
+ return (_apply_decs_2203_r29 = applyDecs2203RFactory29())(targetClass, memberDecs, classDecs, parentClass);
15726
16806
  }
15727
- var _dec59;
15728
- var _initClass27;
15729
- var _HTMLElement27;
16807
+ var _dec65;
16808
+ var _initClass29;
16809
+ var _HTMLElement29;
15730
16810
  var _IconCode;
15731
- _dec59 = Component({
16811
+ _dec65 = Component({
15732
16812
  tag: "ease-icon-code",
15733
16813
  styles: `
15734
16814
  :host {
@@ -15743,27 +16823,27 @@ _dec59 = Component({
15743
16823
  }
15744
16824
  `,
15745
16825
  template() {
15746
- return html28`
16826
+ return html30`
15747
16827
  <svg viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg">
15748
16828
  <path d="M8 9L11 6L8 3M4 3L1 6L4 9" />
15749
16829
  </svg>
15750
16830
  `;
15751
16831
  }
15752
16832
  });
15753
- var IconCode = class extends (_HTMLElement27 = HTMLElement) {
16833
+ var IconCode = class extends (_HTMLElement29 = HTMLElement) {
15754
16834
  static {
15755
- ({ c: [_IconCode, _initClass27] } = _apply_decs_2203_r27(this, [], [
15756
- _dec59
15757
- ], _HTMLElement27));
16835
+ ({ c: [_IconCode, _initClass29] } = _apply_decs_2203_r29(this, [], [
16836
+ _dec65
16837
+ ], _HTMLElement29));
15758
16838
  }
15759
16839
  static {
15760
- _initClass27();
16840
+ _initClass29();
15761
16841
  }
15762
16842
  };
15763
16843
 
15764
- // swc:/home/runner/work/web-kit/web-kit/packages/core/src/elements/icons/interface/dots.ts
15765
- import { html as html29 } from "lit-html";
15766
- function applyDecs2203RFactory28() {
16844
+ // swc:/Users/aaroniker/Documents/GitHub/ease/web-kit/packages/core/src/elements/icons/interface/dots.ts
16845
+ import { html as html31 } from "lit-html";
16846
+ function applyDecs2203RFactory30() {
15767
16847
  function createAddInitializerMethod(initializers, decoratorFinishedRef) {
15768
16848
  return function addInitializer(initializer) {
15769
16849
  assertNotFinished(decoratorFinishedRef, "addInitializer");
@@ -16132,14 +17212,14 @@ function applyDecs2203RFactory28() {
16132
17212
  };
16133
17213
  };
16134
17214
  }
16135
- function _apply_decs_2203_r28(targetClass, memberDecs, classDecs, parentClass) {
16136
- return (_apply_decs_2203_r28 = applyDecs2203RFactory28())(targetClass, memberDecs, classDecs, parentClass);
17215
+ function _apply_decs_2203_r30(targetClass, memberDecs, classDecs, parentClass) {
17216
+ return (_apply_decs_2203_r30 = applyDecs2203RFactory30())(targetClass, memberDecs, classDecs, parentClass);
16137
17217
  }
16138
- var _dec60;
16139
- var _initClass28;
16140
- var _HTMLElement28;
17218
+ var _dec66;
17219
+ var _initClass30;
17220
+ var _HTMLElement30;
16141
17221
  var _IconDots;
16142
- _dec60 = Component({
17222
+ _dec66 = Component({
16143
17223
  tag: "ease-icon-dots",
16144
17224
  styles: `
16145
17225
  :host {
@@ -16154,7 +17234,7 @@ _dec60 = Component({
16154
17234
  }
16155
17235
  `,
16156
17236
  template() {
16157
- return html29`
17237
+ return html31`
16158
17238
  <svg viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
16159
17239
  <path d="M8.00008 8.66655C8.36827 8.66655 8.66675 8.36808 8.66675 7.99989C8.66675 7.6317 8.36827 7.33322 8.00008 7.33322C7.63189 7.33322 7.33341 7.6317 7.33341 7.99989C7.33341 8.36808 7.63189 8.66655 8.00008 8.66655Z" />
16160
17240
  <path d="M12.6667 8.66655C13.0349 8.66655 13.3334 8.36808 13.3334 7.99989C13.3334 7.6317 13.0349 7.33322 12.6667 7.33322C12.2986 7.33322 12.0001 7.6317 12.0001 7.99989C12.0001 8.36808 12.2986 8.66655 12.6667 8.66655Z" />
@@ -16163,20 +17243,20 @@ _dec60 = Component({
16163
17243
  `;
16164
17244
  }
16165
17245
  });
16166
- var IconDots = class extends (_HTMLElement28 = HTMLElement) {
17246
+ var IconDots = class extends (_HTMLElement30 = HTMLElement) {
16167
17247
  static {
16168
- ({ c: [_IconDots, _initClass28] } = _apply_decs_2203_r28(this, [], [
16169
- _dec60
16170
- ], _HTMLElement28));
17248
+ ({ c: [_IconDots, _initClass30] } = _apply_decs_2203_r30(this, [], [
17249
+ _dec66
17250
+ ], _HTMLElement30));
16171
17251
  }
16172
17252
  static {
16173
- _initClass28();
17253
+ _initClass30();
16174
17254
  }
16175
17255
  };
16176
17256
 
16177
- // swc:/home/runner/work/web-kit/web-kit/packages/core/src/elements/icons/interface/mention.ts
16178
- import { html as html30 } from "lit-html";
16179
- function applyDecs2203RFactory29() {
17257
+ // swc:/Users/aaroniker/Documents/GitHub/ease/web-kit/packages/core/src/elements/icons/interface/mention.ts
17258
+ import { html as html32 } from "lit-html";
17259
+ function applyDecs2203RFactory31() {
16180
17260
  function createAddInitializerMethod(initializers, decoratorFinishedRef) {
16181
17261
  return function addInitializer(initializer) {
16182
17262
  assertNotFinished(decoratorFinishedRef, "addInitializer");
@@ -16545,14 +17625,14 @@ function applyDecs2203RFactory29() {
16545
17625
  };
16546
17626
  };
16547
17627
  }
16548
- function _apply_decs_2203_r29(targetClass, memberDecs, classDecs, parentClass) {
16549
- return (_apply_decs_2203_r29 = applyDecs2203RFactory29())(targetClass, memberDecs, classDecs, parentClass);
17628
+ function _apply_decs_2203_r31(targetClass, memberDecs, classDecs, parentClass) {
17629
+ return (_apply_decs_2203_r31 = applyDecs2203RFactory31())(targetClass, memberDecs, classDecs, parentClass);
16550
17630
  }
16551
- var _dec61;
16552
- var _initClass29;
16553
- var _HTMLElement29;
17631
+ var _dec67;
17632
+ var _initClass31;
17633
+ var _HTMLElement31;
16554
17634
  var _IconMention;
16555
- _dec61 = Component({
17635
+ _dec67 = Component({
16556
17636
  tag: "ease-icon-mention",
16557
17637
  styles: `
16558
17638
  :host {
@@ -16567,27 +17647,27 @@ _dec61 = Component({
16567
17647
  }
16568
17648
  `,
16569
17649
  template() {
16570
- return html30`
17650
+ return html32`
16571
17651
  <svg viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
16572
17652
  <path d="M10.4 5.59963V8.59962C10.4 9.07701 10.5896 9.53485 10.9272 9.87242C11.2648 10.21 11.7226 10.3996 12.2 10.3996C12.6774 10.3996 13.1352 10.21 13.4728 9.87242C13.8104 9.53485 14 9.07701 14 8.59962V7.99962C13.9999 6.64544 13.5417 5.33111 12.7 4.27035C11.8582 3.20958 10.6823 2.46476 9.36359 2.15701C8.04484 1.84925 6.66076 1.99665 5.43641 2.57525C4.21206 3.15384 3.21944 4.1296 2.61996 5.34386C2.02048 6.55812 1.84939 7.93947 2.13451 9.26329C2.41963 10.5871 3.14419 11.7756 4.19038 12.6354C5.23657 13.4952 6.54286 13.9758 7.89684 13.9991C9.25083 14.0224 10.5729 13.587 11.648 12.7636M10.4 7.99962C10.4 9.32511 9.32549 10.3996 8 10.3996C6.67452 10.3996 5.6 9.32511 5.6 7.99962C5.6 6.67414 6.67452 5.59963 8 5.59963C9.32549 5.59963 10.4 6.67414 10.4 7.99962Z" />
16573
17653
  </svg>
16574
17654
  `;
16575
17655
  }
16576
17656
  });
16577
- var IconMention = class extends (_HTMLElement29 = HTMLElement) {
17657
+ var IconMention = class extends (_HTMLElement31 = HTMLElement) {
16578
17658
  static {
16579
- ({ c: [_IconMention, _initClass29] } = _apply_decs_2203_r29(this, [], [
16580
- _dec61
16581
- ], _HTMLElement29));
17659
+ ({ c: [_IconMention, _initClass31] } = _apply_decs_2203_r31(this, [], [
17660
+ _dec67
17661
+ ], _HTMLElement31));
16582
17662
  }
16583
17663
  static {
16584
- _initClass29();
17664
+ _initClass31();
16585
17665
  }
16586
17666
  };
16587
17667
 
16588
- // swc:/home/runner/work/web-kit/web-kit/packages/core/src/elements/icons/interface/minus.ts
16589
- import { html as html31 } from "lit-html";
16590
- function applyDecs2203RFactory30() {
17668
+ // swc:/Users/aaroniker/Documents/GitHub/ease/web-kit/packages/core/src/elements/icons/interface/minus.ts
17669
+ import { html as html33 } from "lit-html";
17670
+ function applyDecs2203RFactory32() {
16591
17671
  function createAddInitializerMethod(initializers, decoratorFinishedRef) {
16592
17672
  return function addInitializer(initializer) {
16593
17673
  assertNotFinished(decoratorFinishedRef, "addInitializer");
@@ -16956,14 +18036,14 @@ function applyDecs2203RFactory30() {
16956
18036
  };
16957
18037
  };
16958
18038
  }
16959
- function _apply_decs_2203_r30(targetClass, memberDecs, classDecs, parentClass) {
16960
- return (_apply_decs_2203_r30 = applyDecs2203RFactory30())(targetClass, memberDecs, classDecs, parentClass);
18039
+ function _apply_decs_2203_r32(targetClass, memberDecs, classDecs, parentClass) {
18040
+ return (_apply_decs_2203_r32 = applyDecs2203RFactory32())(targetClass, memberDecs, classDecs, parentClass);
16961
18041
  }
16962
- var _dec65;
16963
- var _initClass30;
16964
- var _HTMLElement30;
18042
+ var _dec68;
18043
+ var _initClass32;
18044
+ var _HTMLElement32;
16965
18045
  var _IconMinus;
16966
- _dec65 = Component({
18046
+ _dec68 = Component({
16967
18047
  tag: "ease-icon-minus",
16968
18048
  styles: `
16969
18049
  :host {
@@ -16978,27 +18058,27 @@ _dec65 = Component({
16978
18058
  }
16979
18059
  `,
16980
18060
  template() {
16981
- return html31`
18061
+ return html33`
16982
18062
  <svg viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
16983
18063
  <path d="M5 7.99995H11" />
16984
18064
  </svg>
16985
18065
  `;
16986
18066
  }
16987
18067
  });
16988
- var IconMinus = class extends (_HTMLElement30 = HTMLElement) {
18068
+ var IconMinus = class extends (_HTMLElement32 = HTMLElement) {
16989
18069
  static {
16990
- ({ c: [_IconMinus, _initClass30] } = _apply_decs_2203_r30(this, [], [
16991
- _dec65
16992
- ], _HTMLElement30));
18070
+ ({ c: [_IconMinus, _initClass32] } = _apply_decs_2203_r32(this, [], [
18071
+ _dec68
18072
+ ], _HTMLElement32));
16993
18073
  }
16994
18074
  static {
16995
- _initClass30();
18075
+ _initClass32();
16996
18076
  }
16997
18077
  };
16998
18078
 
16999
- // swc:/home/runner/work/web-kit/web-kit/packages/core/src/elements/icons/interface/plus.ts
17000
- import { html as html32 } from "lit-html";
17001
- function applyDecs2203RFactory31() {
18079
+ // swc:/Users/aaroniker/Documents/GitHub/ease/web-kit/packages/core/src/elements/icons/interface/plus.ts
18080
+ import { html as html34 } from "lit-html";
18081
+ function applyDecs2203RFactory33() {
17002
18082
  function createAddInitializerMethod(initializers, decoratorFinishedRef) {
17003
18083
  return function addInitializer(initializer) {
17004
18084
  assertNotFinished(decoratorFinishedRef, "addInitializer");
@@ -17367,14 +18447,14 @@ function applyDecs2203RFactory31() {
17367
18447
  };
17368
18448
  };
17369
18449
  }
17370
- function _apply_decs_2203_r31(targetClass, memberDecs, classDecs, parentClass) {
17371
- return (_apply_decs_2203_r31 = applyDecs2203RFactory31())(targetClass, memberDecs, classDecs, parentClass);
18450
+ function _apply_decs_2203_r33(targetClass, memberDecs, classDecs, parentClass) {
18451
+ return (_apply_decs_2203_r33 = applyDecs2203RFactory33())(targetClass, memberDecs, classDecs, parentClass);
17372
18452
  }
17373
- var _dec66;
17374
- var _initClass31;
17375
- var _HTMLElement31;
18453
+ var _dec69;
18454
+ var _initClass33;
18455
+ var _HTMLElement33;
17376
18456
  var _IconPlus;
17377
- _dec66 = Component({
18457
+ _dec69 = Component({
17378
18458
  tag: "ease-icon-plus",
17379
18459
  styles: `
17380
18460
  :host {
@@ -17389,27 +18469,27 @@ _dec66 = Component({
17389
18469
  }
17390
18470
  `,
17391
18471
  template() {
17392
- return html32`
18472
+ return html34`
17393
18473
  <svg viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
17394
18474
  <path d="M8.00018 4.28591C8.00018 4.28591 8.00018 8.42263 8.00018 11.714M4.28613 7.99995H11.7142" />
17395
18475
  </svg>
17396
18476
  `;
17397
18477
  }
17398
18478
  });
17399
- var IconPlus = class extends (_HTMLElement31 = HTMLElement) {
18479
+ var IconPlus = class extends (_HTMLElement33 = HTMLElement) {
17400
18480
  static {
17401
- ({ c: [_IconPlus, _initClass31] } = _apply_decs_2203_r31(this, [], [
17402
- _dec66
17403
- ], _HTMLElement31));
18481
+ ({ c: [_IconPlus, _initClass33] } = _apply_decs_2203_r33(this, [], [
18482
+ _dec69
18483
+ ], _HTMLElement33));
17404
18484
  }
17405
18485
  static {
17406
- _initClass31();
18486
+ _initClass33();
17407
18487
  }
17408
18488
  };
17409
18489
 
17410
- // swc:/home/runner/work/web-kit/web-kit/packages/core/src/elements/icons/interface/settings.ts
17411
- import { html as html33 } from "lit-html";
17412
- function applyDecs2203RFactory32() {
18490
+ // swc:/Users/aaroniker/Documents/GitHub/ease/web-kit/packages/core/src/elements/icons/interface/settings.ts
18491
+ import { html as html35 } from "lit-html";
18492
+ function applyDecs2203RFactory34() {
17413
18493
  function createAddInitializerMethod(initializers, decoratorFinishedRef) {
17414
18494
  return function addInitializer(initializer) {
17415
18495
  assertNotFinished(decoratorFinishedRef, "addInitializer");
@@ -17778,14 +18858,14 @@ function applyDecs2203RFactory32() {
17778
18858
  };
17779
18859
  };
17780
18860
  }
17781
- function _apply_decs_2203_r32(targetClass, memberDecs, classDecs, parentClass) {
17782
- return (_apply_decs_2203_r32 = applyDecs2203RFactory32())(targetClass, memberDecs, classDecs, parentClass);
18861
+ function _apply_decs_2203_r34(targetClass, memberDecs, classDecs, parentClass) {
18862
+ return (_apply_decs_2203_r34 = applyDecs2203RFactory34())(targetClass, memberDecs, classDecs, parentClass);
17783
18863
  }
17784
- var _dec67;
17785
- var _initClass32;
17786
- var _HTMLElement32;
18864
+ var _dec70;
18865
+ var _initClass34;
18866
+ var _HTMLElement34;
17787
18867
  var _Settings;
17788
- _dec67 = Component({
18868
+ _dec70 = Component({
17789
18869
  tag: "ease-icon-settings",
17790
18870
  styles: `
17791
18871
  :host {
@@ -17800,27 +18880,27 @@ _dec67 = Component({
17800
18880
  }
17801
18881
  `,
17802
18882
  template() {
17803
- return html33`
18883
+ return html35`
17804
18884
  <svg viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
17805
18885
  <path d="M2 5.33319L10 5.33319M10 5.33319C10 6.43776 10.8954 7.33319 12 7.33319C13.1046 7.33319 14 6.43776 14 5.33319C14 4.22862 13.1046 3.33319 12 3.33319C10.8954 3.33319 10 4.22862 10 5.33319ZM6 10.6665L14 10.6665M6 10.6665C6 11.7711 5.10457 12.6665 4 12.6665C2.89543 12.6665 2 11.7711 2 10.6665C2 9.56195 2.89543 8.66652 4 8.66652C5.10457 8.66652 6 9.56195 6 10.6665Z" />
17806
18886
  </svg>
17807
18887
  `;
17808
18888
  }
17809
18889
  });
17810
- var Settings = class extends (_HTMLElement32 = HTMLElement) {
18890
+ var Settings = class extends (_HTMLElement34 = HTMLElement) {
17811
18891
  static {
17812
- ({ c: [_Settings, _initClass32] } = _apply_decs_2203_r32(this, [], [
17813
- _dec67
17814
- ], _HTMLElement32));
18892
+ ({ c: [_Settings, _initClass34] } = _apply_decs_2203_r34(this, [], [
18893
+ _dec70
18894
+ ], _HTMLElement34));
17815
18895
  }
17816
18896
  static {
17817
- _initClass32();
18897
+ _initClass34();
17818
18898
  }
17819
18899
  };
17820
18900
 
17821
- // swc:/home/runner/work/web-kit/web-kit/packages/core/src/elements/logo/index.ts
17822
- import { html as html34 } from "lit-html";
17823
- function applyDecs2203RFactory33() {
18901
+ // swc:/Users/aaroniker/Documents/GitHub/ease/web-kit/packages/core/src/elements/logo/index.ts
18902
+ import { html as html36 } from "lit-html";
18903
+ function applyDecs2203RFactory35() {
17824
18904
  function createAddInitializerMethod(initializers, decoratorFinishedRef) {
17825
18905
  return function addInitializer(initializer) {
17826
18906
  assertNotFinished(decoratorFinishedRef, "addInitializer");
@@ -18189,21 +19269,21 @@ function applyDecs2203RFactory33() {
18189
19269
  };
18190
19270
  };
18191
19271
  }
18192
- function _apply_decs_2203_r33(targetClass, memberDecs, classDecs, parentClass) {
18193
- return (_apply_decs_2203_r33 = applyDecs2203RFactory33())(targetClass, memberDecs, classDecs, parentClass);
19272
+ function _apply_decs_2203_r35(targetClass, memberDecs, classDecs, parentClass) {
19273
+ return (_apply_decs_2203_r35 = applyDecs2203RFactory35())(targetClass, memberDecs, classDecs, parentClass);
18194
19274
  }
18195
- var _dec68;
18196
- var _initClass33;
18197
- var _HTMLElement33;
18198
- var _dec116;
18199
- var _dec211;
19275
+ var _dec71;
19276
+ var _initClass35;
19277
+ var _HTMLElement35;
19278
+ var _dec118;
19279
+ var _dec212;
18200
19280
  var _dec310;
18201
19281
  var _dec410;
18202
19282
  var _init_loading;
18203
19283
  var _init_intro;
18204
19284
  var _init_size;
18205
19285
  var _init_ariaLabel;
18206
- var _initProto12;
19286
+ var _initProto14;
18207
19287
  var CENTER = {
18208
19288
  x: 74,
18209
19289
  y: 74
@@ -18352,7 +19432,7 @@ var sortByAngle = (ids) => ids.map((id) => DOTS_DATA.find((d) => d.id === id)).f
18352
19432
  var LOOP_DURATION = 1500;
18353
19433
  var ROTATION_DURATION = 600;
18354
19434
  var _LogoLoader;
18355
- _dec68 = Component({
19435
+ _dec71 = Component({
18356
19436
  tag: "ease-logo-loader",
18357
19437
  styles: `
18358
19438
  :host {
@@ -18532,7 +19612,7 @@ _dec68 = Component({
18532
19612
  const state = host.state;
18533
19613
  const ariaLabel = host.ariaLabel;
18534
19614
  const ariaLabelTrimmed = ariaLabel?.trim() ?? "";
18535
- return html34`
19615
+ return html36`
18536
19616
  <div
18537
19617
  class="logo-loader"
18538
19618
  data-state=${state}
@@ -18581,14 +19661,14 @@ _dec68 = Component({
18581
19661
  </div>
18582
19662
  `;
18583
19663
  }
18584
- }), _dec116 = Prop({
19664
+ }), _dec118 = Prop({
18585
19665
  type: Boolean,
18586
19666
  attribute: "loading",
18587
19667
  defaultValue: false,
18588
19668
  onChange(next) {
18589
19669
  this.handleLoadingChange(next);
18590
19670
  }
18591
- }), _dec211 = Prop({
19671
+ }), _dec212 = Prop({
18592
19672
  type: "string",
18593
19673
  attribute: "intro",
18594
19674
  defaultValue: "wave"
@@ -18601,16 +19681,16 @@ _dec68 = Component({
18601
19681
  attribute: "aria-label",
18602
19682
  defaultValue: null
18603
19683
  });
18604
- var LogoLoader = class extends (_HTMLElement33 = HTMLElement) {
19684
+ var LogoLoader = class extends (_HTMLElement35 = HTMLElement) {
18605
19685
  static {
18606
- ({ e: [_init_loading, _init_intro, _init_size, _init_ariaLabel, _initProto12], c: [_LogoLoader, _initClass33] } = _apply_decs_2203_r33(this, [
19686
+ ({ e: [_init_loading, _init_intro, _init_size, _init_ariaLabel, _initProto14], c: [_LogoLoader, _initClass35] } = _apply_decs_2203_r35(this, [
18607
19687
  [
18608
- _dec116,
19688
+ _dec118,
18609
19689
  1,
18610
19690
  "loading"
18611
19691
  ],
18612
19692
  [
18613
- _dec211,
19693
+ _dec212,
18614
19694
  1,
18615
19695
  "intro"
18616
19696
  ],
@@ -18625,8 +19705,8 @@ var LogoLoader = class extends (_HTMLElement33 = HTMLElement) {
18625
19705
  "ariaLabel"
18626
19706
  ]
18627
19707
  ], [
18628
- _dec68
18629
- ], _HTMLElement33));
19708
+ _dec71
19709
+ ], _HTMLElement35));
18630
19710
  }
18631
19711
  #___private_loading_1;
18632
19712
  get loading() {
@@ -19054,15 +20134,15 @@ var LogoLoader = class extends (_HTMLElement33 = HTMLElement) {
19054
20134
  }
19055
20135
  }
19056
20136
  static {
19057
- _initClass33();
20137
+ _initClass35();
19058
20138
  }
19059
20139
  constructor(...args) {
19060
- super(...args), this.#___private_loading_1 = (_initProto12(this), _init_loading(this, false)), this.#___private_intro_2 = _init_intro(this, "wave"), this.#___private_size_3 = _init_size(this, 36), this.#___private_ariaLabel_4 = _init_ariaLabel(this, null), this.#state = "intro", this.#loopStartTime = 0, this.#animationTimers = [], this.#introCompleted = false;
20140
+ super(...args), this.#___private_loading_1 = (_initProto14(this), _init_loading(this, false)), this.#___private_intro_2 = _init_intro(this, "wave"), this.#___private_size_3 = _init_size(this, 36), this.#___private_ariaLabel_4 = _init_ariaLabel(this, null), this.#state = "intro", this.#loopStartTime = 0, this.#animationTimers = [], this.#introCompleted = false;
19061
20141
  }
19062
20142
  };
19063
20143
 
19064
- // swc:/home/runner/work/web-kit/web-kit/packages/core/src/elements/monitor/index.ts
19065
- import { html as html36 } from "lit-html";
20144
+ // swc:/Users/aaroniker/Documents/GitHub/ease/web-kit/packages/core/src/elements/monitor/index.ts
20145
+ import { html as html38 } from "lit-html";
19066
20146
 
19067
20147
  // src/decorators/Watch.ts
19068
20148
  var renderQueue2 = /* @__PURE__ */ new WeakMap();
@@ -19115,9 +20195,9 @@ function Watch(options = {}) {
19115
20195
  };
19116
20196
  }
19117
20197
 
19118
- // swc:/home/runner/work/web-kit/web-kit/packages/core/src/elements/monitor/fps.ts
19119
- import { html as html35 } from "lit-html";
19120
- function applyDecs2203RFactory34() {
20198
+ // swc:/Users/aaroniker/Documents/GitHub/ease/web-kit/packages/core/src/elements/monitor/fps.ts
20199
+ import { html as html37 } from "lit-html";
20200
+ function applyDecs2203RFactory36() {
19121
20201
  function createAddInitializerMethod(initializers, decoratorFinishedRef) {
19122
20202
  return function addInitializer(initializer) {
19123
20203
  assertNotFinished(decoratorFinishedRef, "addInitializer");
@@ -19486,17 +20566,17 @@ function applyDecs2203RFactory34() {
19486
20566
  };
19487
20567
  };
19488
20568
  }
19489
- function _apply_decs_2203_r34(targetClass, memberDecs, classDecs, parentClass) {
19490
- return (_apply_decs_2203_r34 = applyDecs2203RFactory34())(targetClass, memberDecs, classDecs, parentClass);
20569
+ function _apply_decs_2203_r36(targetClass, memberDecs, classDecs, parentClass) {
20570
+ return (_apply_decs_2203_r36 = applyDecs2203RFactory36())(targetClass, memberDecs, classDecs, parentClass);
19491
20571
  }
19492
- var _dec69;
19493
- var _initClass34;
19494
- var _HTMLElement34;
19495
- var _dec117;
19496
- var _dec212;
20572
+ var _dec74;
20573
+ var _initClass36;
20574
+ var _HTMLElement36;
20575
+ var _dec119;
20576
+ var _dec213;
19497
20577
  var _init_paused;
19498
20578
  var _init_canvasEl;
19499
- var _initProto13;
20579
+ var _initProto15;
19500
20580
  var clamp = (value, min, max) => Math.max(min, Math.min(max, value));
19501
20581
  var mean = (values) => {
19502
20582
  if (values.length === 0) {
@@ -19553,7 +20633,7 @@ var rateFps = (fps, targetFps) => {
19553
20633
  return "poor";
19554
20634
  };
19555
20635
  var _MonitorFps;
19556
- _dec69 = Component({
20636
+ _dec74 = Component({
19557
20637
  tag: "ease-monitor-fps",
19558
20638
  autoSlot: false,
19559
20639
  shadowMode: "open",
@@ -19653,27 +20733,27 @@ _dec69 = Component({
19653
20733
  color: var(--color-gray-700);
19654
20734
  }
19655
20735
  `
19656
- }), _dec117 = Prop({
20736
+ }), _dec119 = Prop({
19657
20737
  type: Boolean,
19658
20738
  reflect: true,
19659
20739
  defaultValue: false
19660
- }), _dec212 = Query('canvas[part="graph"]');
19661
- var MonitorFps = class extends (_HTMLElement34 = HTMLElement) {
20740
+ }), _dec213 = Query('canvas[part="graph"]');
20741
+ var MonitorFps = class extends (_HTMLElement36 = HTMLElement) {
19662
20742
  static {
19663
- ({ e: [_init_paused, _init_canvasEl, _initProto13], c: [_MonitorFps, _initClass34] } = _apply_decs_2203_r34(this, [
20743
+ ({ e: [_init_paused, _init_canvasEl, _initProto15], c: [_MonitorFps, _initClass36] } = _apply_decs_2203_r36(this, [
19664
20744
  [
19665
- _dec117,
20745
+ _dec119,
19666
20746
  1,
19667
20747
  "paused"
19668
20748
  ],
19669
20749
  [
19670
- _dec212,
20750
+ _dec213,
19671
20751
  1,
19672
20752
  "canvasEl"
19673
20753
  ]
19674
20754
  ], [
19675
- _dec69
19676
- ], _HTMLElement34));
20755
+ _dec74
20756
+ ], _HTMLElement36));
19677
20757
  }
19678
20758
  #___private_paused_1;
19679
20759
  get paused() {
@@ -19722,7 +20802,7 @@ var MonitorFps = class extends (_HTMLElement34 = HTMLElement) {
19722
20802
  this.#data.frameTimeAvg !== null ? `avg ${formatMs(this.#data.frameTimeAvg)}` : null,
19723
20803
  this.#data.frameTimeP95 !== null ? `p95 ${formatMs(this.#data.frameTimeP95)}` : null
19724
20804
  ].filter(Boolean);
19725
- return html35`
20805
+ return html37`
19726
20806
  <div part="container">
19727
20807
  <div part="header">
19728
20808
  <div part="title">
@@ -19902,10 +20982,10 @@ var MonitorFps = class extends (_HTMLElement34 = HTMLElement) {
19902
20982
  ctx.stroke();
19903
20983
  }
19904
20984
  static {
19905
- _initClass34();
20985
+ _initClass36();
19906
20986
  }
19907
20987
  constructor(...args) {
19908
- super(...args), this.#___private_paused_1 = (_initProto13(this), _init_paused(this, false)), this.#___private_canvasEl_2 = _init_canvasEl(this), this.#rafId = null, this.#lastNow = 0, this.#lastSampleNow = 0, this.#framesSinceSample = 0, this.#frameDeltas = [], this.#fpsSamples = [], this.#maxFrameDeltas = 240, this.#maxFpsSamples = 90, this.#sampleIntervalMs = 250, this.#statsWindowFrames = 120, this.#data = {
20988
+ super(...args), this.#___private_paused_1 = (_initProto15(this), _init_paused(this, false)), this.#___private_canvasEl_2 = _init_canvasEl(this), this.#rafId = null, this.#lastNow = 0, this.#lastSampleNow = 0, this.#framesSinceSample = 0, this.#frameDeltas = [], this.#fpsSamples = [], this.#maxFrameDeltas = 240, this.#maxFpsSamples = 90, this.#sampleIntervalMs = 250, this.#statsWindowFrames = 120, this.#data = {
19909
20989
  fps: null,
19910
20990
  refreshRate: null,
19911
20991
  frameTimeAvg: null,
@@ -19954,8 +21034,8 @@ var MonitorFps = class extends (_HTMLElement34 = HTMLElement) {
19954
21034
  }
19955
21035
  };
19956
21036
 
19957
- // swc:/home/runner/work/web-kit/web-kit/packages/core/src/elements/monitor/index.ts
19958
- function applyDecs2203RFactory35() {
21037
+ // swc:/Users/aaroniker/Documents/GitHub/ease/web-kit/packages/core/src/elements/monitor/index.ts
21038
+ function applyDecs2203RFactory37() {
19959
21039
  function createAddInitializerMethod(initializers, decoratorFinishedRef) {
19960
21040
  return function addInitializer(initializer) {
19961
21041
  assertNotFinished(decoratorFinishedRef, "addInitializer");
@@ -20324,18 +21404,18 @@ function applyDecs2203RFactory35() {
20324
21404
  };
20325
21405
  };
20326
21406
  }
20327
- function _apply_decs_2203_r35(targetClass, memberDecs, classDecs, parentClass) {
20328
- return (_apply_decs_2203_r35 = applyDecs2203RFactory35())(targetClass, memberDecs, classDecs, parentClass);
21407
+ function _apply_decs_2203_r37(targetClass, memberDecs, classDecs, parentClass) {
21408
+ return (_apply_decs_2203_r37 = applyDecs2203RFactory37())(targetClass, memberDecs, classDecs, parentClass);
20329
21409
  }
20330
- var _dec70;
20331
- var _initClass35;
20332
- var _HTMLElement35;
20333
- var _dec118;
20334
- var _dec213;
21410
+ var _dec75;
21411
+ var _initClass37;
21412
+ var _HTMLElement37;
21413
+ var _dec120;
21414
+ var _dec214;
20335
21415
  var _dec311;
20336
21416
  var _init_metrics;
20337
21417
  var _init_network;
20338
- var _initProto14;
21418
+ var _initProto16;
20339
21419
  var METRIC_THRESHOLDS = {
20340
21420
  LCP: {
20341
21421
  good: 2500,
@@ -20445,7 +21525,7 @@ var estimateCarbonFootprint = (totalBytes) => {
20445
21525
  return `${emissions.toFixed(3)}g CO2 eq.`;
20446
21526
  };
20447
21527
  var _Monitor;
20448
- _dec70 = Component({
21528
+ _dec75 = Component({
20449
21529
  tag: "ease-monitor",
20450
21530
  styles: `
20451
21531
  :host {
@@ -20569,17 +21649,17 @@ _dec70 = Component({
20569
21649
  text-align: center;
20570
21650
  }
20571
21651
  `
20572
- }), _dec118 = Watch({}), _dec213 = Watch({}), _dec311 = Listen("monitor-fps");
20573
- var Monitor = class extends (_HTMLElement35 = HTMLElement) {
21652
+ }), _dec120 = Watch({}), _dec214 = Watch({}), _dec311 = Listen("monitor-fps");
21653
+ var Monitor = class extends (_HTMLElement37 = HTMLElement) {
20574
21654
  static {
20575
- ({ e: [_init_metrics, _init_network, _initProto14], c: [_Monitor, _initClass35] } = _apply_decs_2203_r35(this, [
21655
+ ({ e: [_init_metrics, _init_network, _initProto16], c: [_Monitor, _initClass37] } = _apply_decs_2203_r37(this, [
20576
21656
  [
20577
- _dec118,
21657
+ _dec120,
20578
21658
  1,
20579
21659
  "metrics"
20580
21660
  ],
20581
21661
  [
20582
- _dec213,
21662
+ _dec214,
20583
21663
  1,
20584
21664
  "network"
20585
21665
  ],
@@ -20589,8 +21669,8 @@ var Monitor = class extends (_HTMLElement35 = HTMLElement) {
20589
21669
  "handleFpsUpdate"
20590
21670
  ]
20591
21671
  ], [
20592
- _dec70
20593
- ], _HTMLElement35));
21672
+ _dec75
21673
+ ], _HTMLElement37));
20594
21674
  }
20595
21675
  #___private_metrics_1;
20596
21676
  get metrics() {
@@ -20895,14 +21975,14 @@ var Monitor = class extends (_HTMLElement35 = HTMLElement) {
20895
21975
  return "unknown";
20896
21976
  }
20897
21977
  render() {
20898
- return html36`
21978
+ return html38`
20899
21979
  <div part="container">
20900
21980
  ${this.renderExpanded()}
20901
21981
  </div>
20902
21982
  `;
20903
21983
  }
20904
21984
  renderExpanded() {
20905
- return html36`
21985
+ return html38`
20906
21986
  <div part="header">
20907
21987
  <div part="title">
20908
21988
  <svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="23 6 13.5 15.5 8.5 10.5 1 18"></polyline><polyline points="17 6 23 6 23 12"></polyline></svg>
@@ -20923,7 +22003,7 @@ var Monitor = class extends (_HTMLElement35 = HTMLElement) {
20923
22003
  const trend = this.getTrendDirection(key);
20924
22004
  const benchmark = GLOBAL_BENCHMARKS[key];
20925
22005
  const vsBenchmark = benchmark ? ` (vs avg ${formatMetric(key, benchmark)})` : "";
20926
- return html36`
22006
+ return html38`
20927
22007
  <div class="metric-box" title="${description}${vsBenchmark}">
20928
22008
  <div part="metric-label" class="metric-label">${label}</div>
20929
22009
  <div part="metric-value" class="metric-value rating-${rating}" data-rating=${rating}>
@@ -20936,7 +22016,7 @@ var Monitor = class extends (_HTMLElement35 = HTMLElement) {
20936
22016
  renderVitalsAndTiming() {
20937
22017
  const { LCP, INP, CLS, FCP, TBT } = this.metrics.coreWebVitals;
20938
22018
  const { ttfb, loadTime } = this.metrics.navigation;
20939
- return html36`
22019
+ return html38`
20940
22020
  <section>
20941
22021
  <div part="section-title" class="section-title">Vitals & Timing</div>
20942
22022
  <div class="metrics-grid">
@@ -20953,7 +22033,7 @@ var Monitor = class extends (_HTMLElement35 = HTMLElement) {
20953
22033
  }
20954
22034
  renderRealtime() {
20955
22035
  const { memory, longTasks } = this.metrics;
20956
- return html36`
22036
+ return html38`
20957
22037
  <section>
20958
22038
  <div part="section-title" class="section-title">Realtime Monitoring</div>
20959
22039
  <ease-monitor-fps></ease-monitor-fps>
@@ -20967,7 +22047,7 @@ var Monitor = class extends (_HTMLElement35 = HTMLElement) {
20967
22047
  }
20968
22048
  renderMemory(memory) {
20969
22049
  if (!memory) {
20970
- return html36`
22050
+ return html38`
20971
22051
  <div class="memory-usage">
20972
22052
  (performance.memory API not supported)
20973
22053
  </div>
@@ -20980,7 +22060,7 @@ var Monitor = class extends (_HTMLElement35 = HTMLElement) {
20980
22060
  } else if (usedPercent > 60) {
20981
22061
  rating = "needs-improvement";
20982
22062
  }
20983
- return html36`
22063
+ return html38`
20984
22064
  <div class="memory-usage">
20985
22065
  <div class="resource-item">
20986
22066
  <span>Used / Total Heap</span>
@@ -21000,7 +22080,7 @@ var Monitor = class extends (_HTMLElement35 = HTMLElement) {
21000
22080
  }
21001
22081
  renderNetworkInfo() {
21002
22082
  const { effectiveType, rtt } = this.network;
21003
- return html36`
22083
+ return html38`
21004
22084
  <section>
21005
22085
  <div part="section-title" class="section-title">Network Connection</div>
21006
22086
  <div class="network-info">
@@ -21019,13 +22099,13 @@ var Monitor = class extends (_HTMLElement35 = HTMLElement) {
21019
22099
  renderResources() {
21020
22100
  const { js, css, img, other, totalSize } = this.metrics.resources;
21021
22101
  const totalCount = js.count + css.count + img.count + other.count;
21022
- const renderItem = (label, data) => html36`
22102
+ const renderItem = (label, data) => html38`
21023
22103
  <div class="resource-item">
21024
22104
  <span>${label} (${data.count})</span>
21025
22105
  <span>${formatBytes(data.size)}</span>
21026
22106
  </div>
21027
22107
  `;
21028
- return html36`
22108
+ return html38`
21029
22109
  <section>
21030
22110
  <div part="section-title" class="section-title">Resources (Total: ${formatBytes(totalSize)} / ${totalCount} reqs)</div>
21031
22111
  <div class="resource-list">
@@ -21044,10 +22124,10 @@ var Monitor = class extends (_HTMLElement35 = HTMLElement) {
21044
22124
  `;
21045
22125
  }
21046
22126
  static {
21047
- _initClass35();
22127
+ _initClass37();
21048
22128
  }
21049
22129
  constructor(...args) {
21050
- super(...args), this.#___private_metrics_1 = (_initProto14(this), _init_metrics(this, {
22130
+ super(...args), this.#___private_metrics_1 = (_initProto16(this), _init_metrics(this, {
21051
22131
  navigation: {
21052
22132
  loadTime: null,
21053
22133
  domInteractive: null,
@@ -21104,9 +22184,9 @@ var Monitor = class extends (_HTMLElement35 = HTMLElement) {
21104
22184
  }
21105
22185
  };
21106
22186
 
21107
- // swc:/home/runner/work/web-kit/web-kit/packages/core/src/elements/number/index.ts
21108
- import { html as html37 } from "lit-html";
21109
- function applyDecs2203RFactory36() {
22187
+ // swc:/Users/aaroniker/Documents/GitHub/ease/web-kit/packages/core/src/elements/number/index.ts
22188
+ import { html as html39 } from "lit-html";
22189
+ function applyDecs2203RFactory38() {
21110
22190
  function createAddInitializerMethod(initializers, decoratorFinishedRef) {
21111
22191
  return function addInitializer(initializer) {
21112
22192
  assertNotFinished(decoratorFinishedRef, "addInitializer");
@@ -21475,19 +22555,19 @@ function applyDecs2203RFactory36() {
21475
22555
  };
21476
22556
  };
21477
22557
  }
21478
- function _apply_decs_2203_r36(targetClass, memberDecs, classDecs, parentClass) {
21479
- return (_apply_decs_2203_r36 = applyDecs2203RFactory36())(targetClass, memberDecs, classDecs, parentClass);
22558
+ function _apply_decs_2203_r38(targetClass, memberDecs, classDecs, parentClass) {
22559
+ return (_apply_decs_2203_r38 = applyDecs2203RFactory38())(targetClass, memberDecs, classDecs, parentClass);
21480
22560
  }
21481
- var _dec71;
21482
- var _initClass36;
21483
- var _HTMLElement36;
21484
- var _dec119;
21485
- var _dec214;
22561
+ var _dec76;
22562
+ var _initClass38;
22563
+ var _HTMLElement38;
22564
+ var _dec121;
22565
+ var _dec215;
21486
22566
  var _dec312;
21487
22567
  var _dec411;
21488
22568
  var _dec510;
21489
22569
  var _dec610;
21490
- var _dec74;
22570
+ var _dec77;
21491
22571
  var _dec84;
21492
22572
  var _dec94;
21493
22573
  var _init_value6;
@@ -21497,9 +22577,9 @@ var _init_step;
21497
22577
  var _init_name4;
21498
22578
  var _init_disabled6;
21499
22579
  var _init_control3;
21500
- var _initProto15;
22580
+ var _initProto17;
21501
22581
  var _NumberInput;
21502
- _dec71 = Component({
22582
+ _dec76 = Component({
21503
22583
  tag: "ease-number-input",
21504
22584
  styles: `
21505
22585
  :host {
@@ -21544,7 +22624,7 @@ _dec71 = Component({
21544
22624
  }
21545
22625
  `,
21546
22626
  template() {
21547
- return html37`
22627
+ return html39`
21548
22628
  <div part="container">
21549
22629
  <ease-input
21550
22630
  part="control"
@@ -21581,10 +22661,10 @@ _dec71 = Component({
21581
22661
  </div>
21582
22662
  `;
21583
22663
  }
21584
- }), _dec119 = Prop({
22664
+ }), _dec121 = Prop({
21585
22665
  type: Number,
21586
22666
  reflect: true
21587
- }), _dec214 = Prop({
22667
+ }), _dec215 = Prop({
21588
22668
  type: Number,
21589
22669
  reflect: true
21590
22670
  }), _dec312 = Prop({
@@ -21598,21 +22678,21 @@ _dec71 = Component({
21598
22678
  }), _dec610 = Prop({
21599
22679
  type: Boolean,
21600
22680
  reflect: true
21601
- }), _dec74 = Query("input"), _dec84 = Listen("input", {
22681
+ }), _dec77 = Query("input"), _dec84 = Listen("input", {
21602
22682
  selector: "input"
21603
22683
  }), _dec94 = Listen("change", {
21604
22684
  selector: "input"
21605
22685
  });
21606
- var NumberInput = class extends (_HTMLElement36 = HTMLElement) {
22686
+ var NumberInput = class extends (_HTMLElement38 = HTMLElement) {
21607
22687
  static {
21608
- ({ e: [_init_value6, _init_min, _init_max, _init_step, _init_name4, _init_disabled6, _init_control3, _initProto15], c: [_NumberInput, _initClass36] } = _apply_decs_2203_r36(this, [
22688
+ ({ e: [_init_value6, _init_min, _init_max, _init_step, _init_name4, _init_disabled6, _init_control3, _initProto17], c: [_NumberInput, _initClass38] } = _apply_decs_2203_r38(this, [
21609
22689
  [
21610
- _dec119,
22690
+ _dec121,
21611
22691
  1,
21612
22692
  "value"
21613
22693
  ],
21614
22694
  [
21615
- _dec214,
22695
+ _dec215,
21616
22696
  1,
21617
22697
  "min"
21618
22698
  ],
@@ -21637,7 +22717,7 @@ var NumberInput = class extends (_HTMLElement36 = HTMLElement) {
21637
22717
  "disabled"
21638
22718
  ],
21639
22719
  [
21640
- _dec74,
22720
+ _dec77,
21641
22721
  1,
21642
22722
  "control"
21643
22723
  ],
@@ -21652,8 +22732,8 @@ var NumberInput = class extends (_HTMLElement36 = HTMLElement) {
21652
22732
  "handleChange"
21653
22733
  ]
21654
22734
  ], [
21655
- _dec71
21656
- ], _HTMLElement36));
22735
+ _dec76
22736
+ ], _HTMLElement38));
21657
22737
  }
21658
22738
  #___private_value_1;
21659
22739
  get value() {
@@ -21770,16 +22850,16 @@ var NumberInput = class extends (_HTMLElement36 = HTMLElement) {
21770
22850
  }
21771
22851
  }
21772
22852
  static {
21773
- _initClass36();
22853
+ _initClass38();
21774
22854
  }
21775
22855
  constructor(...args) {
21776
- super(...args), this.#___private_value_1 = (_initProto15(this), _init_value6(this)), this.#___private_min_2 = _init_min(this), this.#___private_max_3 = _init_max(this), this.#___private_step_4 = _init_step(this), this.#___private_name_5 = _init_name4(this), this.#___private_disabled_6 = _init_disabled6(this), this.#___private_control_7 = _init_control3(this);
22856
+ super(...args), this.#___private_value_1 = (_initProto17(this), _init_value6(this)), this.#___private_min_2 = _init_min(this), this.#___private_max_3 = _init_max(this), this.#___private_step_4 = _init_step(this), this.#___private_name_5 = _init_name4(this), this.#___private_disabled_6 = _init_disabled6(this), this.#___private_control_7 = _init_control3(this);
21777
22857
  }
21778
22858
  };
21779
22859
 
21780
- // swc:/home/runner/work/web-kit/web-kit/packages/core/src/elements/origin/index.ts
21781
- import { html as html38 } from "lit-html";
21782
- function applyDecs2203RFactory37() {
22860
+ // swc:/Users/aaroniker/Documents/GitHub/ease/web-kit/packages/core/src/elements/origin/index.ts
22861
+ import { html as html40 } from "lit-html";
22862
+ function applyDecs2203RFactory39() {
21783
22863
  function createAddInitializerMethod(initializers, decoratorFinishedRef) {
21784
22864
  return function addInitializer(initializer) {
21785
22865
  assertNotFinished(decoratorFinishedRef, "addInitializer");
@@ -22148,14 +23228,14 @@ function applyDecs2203RFactory37() {
22148
23228
  };
22149
23229
  };
22150
23230
  }
22151
- function _apply_decs_2203_r37(targetClass, memberDecs, classDecs, parentClass) {
22152
- return (_apply_decs_2203_r37 = applyDecs2203RFactory37())(targetClass, memberDecs, classDecs, parentClass);
23231
+ function _apply_decs_2203_r39(targetClass, memberDecs, classDecs, parentClass) {
23232
+ return (_apply_decs_2203_r39 = applyDecs2203RFactory39())(targetClass, memberDecs, classDecs, parentClass);
22153
23233
  }
22154
- var _dec75;
22155
- var _initClass37;
22156
- var _HTMLElement37;
22157
- var _dec120;
22158
- var _dec215;
23234
+ var _dec78;
23235
+ var _initClass39;
23236
+ var _HTMLElement39;
23237
+ var _dec123;
23238
+ var _dec216;
22159
23239
  var _dec313;
22160
23240
  var _dec412;
22161
23241
  var _dec511;
@@ -22163,9 +23243,9 @@ var _init_value7;
22163
23243
  var _init_disabled7;
22164
23244
  var _init_control4;
22165
23245
  var _init_name5;
22166
- var _initProto16;
23246
+ var _initProto18;
22167
23247
  var _Origin;
22168
- _dec75 = Component({
23248
+ _dec78 = Component({
22169
23249
  tag: "ease-origin",
22170
23250
  styles: `
22171
23251
  :host {
@@ -22277,7 +23357,7 @@ _dec75 = Component({
22277
23357
  }
22278
23358
  `,
22279
23359
  template() {
22280
- return html38`
23360
+ return html40`
22281
23361
  <div part="container">
22282
23362
  <div part="preview" data-value=${this.value ?? "center-center"}></div>
22283
23363
 
@@ -22297,10 +23377,10 @@ _dec75 = Component({
22297
23377
  </div>
22298
23378
  `;
22299
23379
  }
22300
- }), _dec120 = Prop({
23380
+ }), _dec123 = Prop({
22301
23381
  reflect: true,
22302
23382
  defaultValue: "center-center"
22303
- }), _dec215 = Prop({
23383
+ }), _dec216 = Prop({
22304
23384
  type: Boolean,
22305
23385
  reflect: true
22306
23386
  }), _dec313 = Query("ease-dropdown"), _dec412 = Prop({
@@ -22309,16 +23389,16 @@ _dec75 = Component({
22309
23389
  }), _dec511 = Listen("change", {
22310
23390
  selector: "ease-dropdown"
22311
23391
  });
22312
- var Origin = class extends (_HTMLElement37 = HTMLElement) {
23392
+ var Origin = class extends (_HTMLElement39 = HTMLElement) {
22313
23393
  static {
22314
- ({ e: [_init_value7, _init_disabled7, _init_control4, _init_name5, _initProto16], c: [_Origin, _initClass37] } = _apply_decs_2203_r37(this, [
23394
+ ({ e: [_init_value7, _init_disabled7, _init_control4, _init_name5, _initProto18], c: [_Origin, _initClass39] } = _apply_decs_2203_r39(this, [
22315
23395
  [
22316
- _dec120,
23396
+ _dec123,
22317
23397
  1,
22318
23398
  "value"
22319
23399
  ],
22320
23400
  [
22321
- _dec215,
23401
+ _dec216,
22322
23402
  1,
22323
23403
  "disabled"
22324
23404
  ],
@@ -22338,8 +23418,8 @@ var Origin = class extends (_HTMLElement37 = HTMLElement) {
22338
23418
  "handleChange"
22339
23419
  ]
22340
23420
  ], [
22341
- _dec75
22342
- ], _HTMLElement37));
23421
+ _dec78
23422
+ ], _HTMLElement39));
22343
23423
  }
22344
23424
  #___private_value_1;
22345
23425
  get value() {
@@ -22383,10 +23463,10 @@ var Origin = class extends (_HTMLElement37 = HTMLElement) {
22383
23463
  });
22384
23464
  }
22385
23465
  static {
22386
- _initClass37();
23466
+ _initClass39();
22387
23467
  }
22388
23468
  constructor(...args) {
22389
- super(...args), this.#___private_value_1 = (_initProto16(this), _init_value7(this, "center-center")), this.#___private_disabled_2 = _init_disabled7(this), this.#___private_control_3 = _init_control4(this), this.#___private_name_4 = _init_name5(this, ""), this.handleValueChange = (event) => {
23469
+ super(...args), this.#___private_value_1 = (_initProto18(this), _init_value7(this, "center-center")), this.#___private_disabled_2 = _init_disabled7(this), this.#___private_control_3 = _init_control4(this), this.#___private_name_4 = _init_name5(this, ""), this.handleValueChange = (event) => {
22390
23470
  this.value = String(this.control?.value ?? "center-center");
22391
23471
  dispatchControlEvent(this, "change", {
22392
23472
  value: this.value,
@@ -22396,9 +23476,9 @@ var Origin = class extends (_HTMLElement37 = HTMLElement) {
22396
23476
  }
22397
23477
  };
22398
23478
 
22399
- // swc:/home/runner/work/web-kit/web-kit/packages/core/src/elements/panel/index.ts
22400
- import { html as html39, nothing as nothing2 } from "lit-html";
22401
- function applyDecs2203RFactory38() {
23479
+ // swc:/Users/aaroniker/Documents/GitHub/ease/web-kit/packages/core/src/elements/panel/index.ts
23480
+ import { html as html41, nothing as nothing2 } from "lit-html";
23481
+ function applyDecs2203RFactory40() {
22402
23482
  function createAddInitializerMethod(initializers, decoratorFinishedRef) {
22403
23483
  return function addInitializer(initializer) {
22404
23484
  assertNotFinished(decoratorFinishedRef, "addInitializer");
@@ -22767,42 +23847,53 @@ function applyDecs2203RFactory38() {
22767
23847
  };
22768
23848
  };
22769
23849
  }
22770
- function _apply_decs_2203_r38(targetClass, memberDecs, classDecs, parentClass) {
22771
- return (_apply_decs_2203_r38 = applyDecs2203RFactory38())(targetClass, memberDecs, classDecs, parentClass);
23850
+ function _apply_decs_2203_r40(targetClass, memberDecs, classDecs, parentClass) {
23851
+ return (_apply_decs_2203_r40 = applyDecs2203RFactory40())(targetClass, memberDecs, classDecs, parentClass);
22772
23852
  }
22773
- var _dec76;
22774
- var _initClass38;
22775
- var _HTMLElement38;
22776
- var _dec121;
22777
- var _dec216;
23853
+ var _dec79;
23854
+ var _initClass40;
23855
+ var _HTMLElement40;
23856
+ var _dec124;
23857
+ var _dec217;
22778
23858
  var _dec314;
22779
23859
  var _dec413;
22780
23860
  var _dec512;
23861
+ var _dec611;
23862
+ var _dec710;
22781
23863
  var _init_activeTab;
23864
+ var _init_headline2;
23865
+ var _init_maxHeight3;
22782
23866
  var _init_contentElement;
22783
23867
  var _init_bodyElement;
22784
- var _initProto17;
23868
+ var _initProto19;
22785
23869
  var _Panel;
22786
- _dec76 = Component({
23870
+ _dec79 = Component({
22787
23871
  tag: "ease-panel",
22788
23872
  shadowMode: "open",
22789
23873
  styles: `
22790
- :host {
22791
- --ease-panel-transition-duration: 120ms;
22792
- --ease-panel-transition-easing: cubic-bezier(.25, 0, .5, 1);
23874
+ @property --top-fade {
23875
+ syntax: "<length>";
23876
+ inherits: false;
23877
+ initial-value: 0px;
23878
+ }
23879
+
23880
+ @property --bottom-fade {
23881
+ syntax: "<length>";
23882
+ inherits: false;
23883
+ initial-value: 0px;
22793
23884
  }
22794
23885
 
22795
23886
  [part="section"] {
22796
23887
  display: block;
22797
23888
  width: 100%;
22798
- max-width: var(--ease-panel-max-width, 332px);
22799
- border-radius: var(--ease-panel-radius, 12px);
22800
- border: 1px solid var(--ease-panel-border-color, var(--color-white-6));
23889
+ max-width: var(--ease-panel-max-width);
23890
+ border-radius: var(--ease-panel-radius);
23891
+ border: 1px solid var(--ease-panel-border-color);
22801
23892
  background-clip: padding-box;
22802
- background: var(--ease-panel-background, var(--color-gray-1000));
22803
- box-shadow: var(--ease-panel-shadow, 0 0 40px 0 var(--color-white-2) inset);
23893
+ background-color: var(--ease-panel-background);
23894
+ box-shadow: var(--ease-panel-shadow);
22804
23895
  box-sizing: border-box;
22805
- padding: var(--ease-panel-padding, 12px);
23896
+ padding: var(--ease-panel-padding);
22806
23897
  margin: auto;
22807
23898
  }
22808
23899
 
@@ -22811,7 +23902,7 @@ _dec76 = Component({
22811
23902
  align-items: center;
22812
23903
  gap: 8px;
22813
23904
  width: 100%;
22814
- margin-bottom: 12px;
23905
+ margin-bottom: var(--ease-panel-header-spacing);
22815
23906
  }
22816
23907
 
22817
23908
  [part="header"]:not(:has([part="headline"] slot[name="headline"]::slotted(*))):not(:has([part="tabs"]:not(:empty))):not(:has([part="actions"] slot[name="actions"]::slotted(*))) {
@@ -22820,14 +23911,14 @@ _dec76 = Component({
22820
23911
  }
22821
23912
 
22822
23913
  [part="headline"] {
22823
- font-size: var(--ease-panel-title-font-size, 14px);
22824
- font-weight: var(--ease-panel-title-font-weight, 500);
22825
- line-height: var(--ease-panel-title-line-height, 24px);
22826
- font-family: var(--ease-font-family, "Instrument Sans", sans-serif);
22827
- color: var(--ease-panel-title-color, var(--color-blue-100));
23914
+ font-size: var(--ease-panel-title-font-size);
23915
+ font-weight: var(--ease-panel-title-font-weight);
23916
+ line-height: 24px;
23917
+ font-family: var(--ease-font-family);
23918
+ color: var(--ease-panel-title-color);
22828
23919
  margin: 0 0 0 4px;
22829
23920
  flex-grow: 1;
22830
- text-ellipsis: ellipsis;
23921
+ text-overflow: ellipsis;
22831
23922
  overflow: hidden;
22832
23923
  white-space: nowrap;
22833
23924
  }
@@ -22850,27 +23941,28 @@ _dec76 = Component({
22850
23941
 
22851
23942
  [part="tab"] {
22852
23943
  appearance: none;
22853
- font-size: var(--ease-panel-tab-font-size, 13px);
22854
- font-weight: var(--ease-panel-tab-font-weight, 500);
22855
- line-height: var(--ease-panel-tab-line-height, 24px);
22856
- font-family: var(--ease-font-family, "Instrument Sans", sans-serif);
22857
- color: var(--ease-panel-tab-color, var(--color-gray-600));
22858
- background: transparent;
23944
+ font-size: var(--ease-panel-tab-font-size);
23945
+ font-weight: var(--ease-panel-tab-font-weight);
23946
+ line-height: 24px;
23947
+ font-family: var(--ease-font-family);
23948
+ color: var(--ease-panel-tab-color);
23949
+ background-color: transparent;
22859
23950
  border: none;
22860
23951
  padding: 4px 8px;
22861
23952
  margin: 0;
22862
23953
  cursor: pointer;
22863
- border-radius: var(--ease-panel-tab-radius, 6px);
22864
- transition: color 0.2s, background-color 0.2s;
23954
+ border-radius: var(--ease-panel-tab-radius);
23955
+ transition: color 200ms, background-color 200ms;
23956
+ transition-timing-function: cubic-bezier(.25, 0, .5, 1);
22865
23957
  }
22866
23958
 
22867
23959
  [part="tab"]:hover {
22868
- color: var(--ease-panel-tab-color-hover, var(--color-blue-100));
23960
+ color: var(--ease-panel-tab-color-hover);
22869
23961
  }
22870
23962
 
22871
23963
  [part="tab"][aria-selected="true"] {
22872
- color: var(--ease-panel-tab-color-active, var(--color-blue-100));
22873
- background: var(--ease-panel-tab-background-active, var(--color-white-4));
23964
+ color: var(--ease-panel-tab-color-active);
23965
+ background-color: var(--ease-panel-tab-background-active);
22874
23966
  }
22875
23967
 
22876
23968
  [part="actions"] {
@@ -22882,7 +23974,7 @@ _dec76 = Component({
22882
23974
 
22883
23975
  slot[name="actions"]::slotted(button),
22884
23976
  slot[name="actions"]::slotted(a) {
22885
- --ease-icon-size: var(--ease-panel-action-icon-size, 16px);
23977
+ --ease-icon-size: var(--ease-panel-action-icon-size);
22886
23978
 
22887
23979
  appearance: none;
22888
23980
  flex: 0 0 24px;
@@ -22893,7 +23985,8 @@ _dec76 = Component({
22893
23985
  margin: 0;
22894
23986
  cursor: pointer;
22895
23987
  color: var(--color-gray-600);
22896
- transition: color 0.2s;
23988
+ transition: color 200ms;
23989
+ transition-timing-function: cubic-bezier(.25, 0, .5, 1);
22897
23990
  text-decoration: none;
22898
23991
  display: flex;
22899
23992
  align-items: center;
@@ -22935,12 +24028,37 @@ _dec76 = Component({
22935
24028
  }
22936
24029
 
22937
24030
  [part="content"][data-animating="true"] {
22938
- transition: height var(--ease-panel-transition-duration) var(--ease-panel-transition-easing);
24031
+ transition: height 200ms cubic-bezier(.25, 0, .5, 1);
22939
24032
  }
22940
24033
 
22941
24034
  [part="body"] {
22942
24035
  width: 100%;
22943
24036
  position: relative;
24037
+ overflow-y: auto;
24038
+ mask-image: linear-gradient(to bottom, #0000, #ffff var(--top-fade) calc(100% - var(--bottom-fade)), #0000);
24039
+ animation-name: scroll-fade;
24040
+ animation-timeline: scroll(self y);
24041
+ scroll-snap-type: y mandatory;
24042
+ scrollbar-width: none;
24043
+
24044
+ &::-webkit-scrollbar {
24045
+ display: none;
24046
+ }
24047
+ }
24048
+
24049
+ @keyframes scroll-fade {
24050
+ 0% {
24051
+ --top-fade: 0px;
24052
+ }
24053
+ 10%, 100% {
24054
+ --top-fade: var(--ease-panel-fade-size);
24055
+ }
24056
+ 0%, 90% {
24057
+ --bottom-fade: var(--ease-panel-fade-size);
24058
+ }
24059
+ 100% {
24060
+ --bottom-fade: 0px;
24061
+ }
22944
24062
  }
22945
24063
 
22946
24064
  [part="tab-panel"] {
@@ -22964,7 +24082,7 @@ _dec76 = Component({
22964
24082
  align-items: center;
22965
24083
  justify-content: space-between;
22966
24084
  width: 100%;
22967
- padding: var(--ease-panel-footer-padding, 12px);
24085
+ padding: var(--ease-panel-footer-padding);
22968
24086
  box-sizing: border-box;
22969
24087
  border-top: 1px solid var(--color-white-4);
22970
24088
 
@@ -22973,15 +24091,14 @@ _dec76 = Component({
22973
24091
  }
22974
24092
  }
22975
24093
 
22976
- ::slotted(:not([slot])),
22977
- ::slotted([slot^="tab-"]) {
24094
+ [part="items"] {
22978
24095
  display: grid;
22979
- gap: 12px;
24096
+ grid-gap: var(--ease-panel-gap);
22980
24097
  box-sizing: border-box;
22981
24098
  width: 100%;
22982
24099
  }
22983
24100
  `
22984
- }), _dec121 = Prop({
24101
+ }), _dec124 = Prop({
22985
24102
  type: Number,
22986
24103
  reflect: true,
22987
24104
  attribute: "active-tab",
@@ -22992,42 +24109,60 @@ _dec76 = Component({
22992
24109
  self.handleActiveTabChange(previous, next);
22993
24110
  }
22994
24111
  }
22995
- }), _dec216 = Query('[part="content"]'), _dec314 = Query('[part="body"]'), _dec413 = Listen("slotchange", {
24112
+ }), _dec217 = Prop({
24113
+ reflect: true,
24114
+ attribute: "headline",
24115
+ defaultValue: ""
24116
+ }), _dec314 = Prop({
24117
+ reflect: true,
24118
+ attribute: "max-height",
24119
+ defaultValue: null
24120
+ }), _dec413 = Query('[part="content"]'), _dec512 = Query('[part="body"]'), _dec611 = Listen("slotchange", {
22996
24121
  selector: 'slot[name="footer"]'
22997
- }), _dec512 = Listen("slotchange", {
24122
+ }), _dec710 = Listen("slotchange", {
22998
24123
  selector: "slot:not([name])"
22999
24124
  });
23000
- var Panel = class extends (_HTMLElement38 = HTMLElement) {
24125
+ var Panel = class extends (_HTMLElement40 = HTMLElement) {
23001
24126
  static {
23002
- ({ e: [_init_activeTab, _init_contentElement, _init_bodyElement, _initProto17], c: [_Panel, _initClass38] } = _apply_decs_2203_r38(this, [
24127
+ ({ e: [_init_activeTab, _init_headline2, _init_maxHeight3, _init_contentElement, _init_bodyElement, _initProto19], c: [_Panel, _initClass40] } = _apply_decs_2203_r40(this, [
23003
24128
  [
23004
- _dec121,
24129
+ _dec124,
23005
24130
  1,
23006
24131
  "activeTab"
23007
24132
  ],
23008
24133
  [
23009
- _dec216,
24134
+ _dec217,
23010
24135
  1,
23011
- "contentElement"
24136
+ "headline"
23012
24137
  ],
23013
24138
  [
23014
24139
  _dec314,
23015
24140
  1,
23016
- "bodyElement"
24141
+ "maxHeight"
23017
24142
  ],
23018
24143
  [
23019
24144
  _dec413,
24145
+ 1,
24146
+ "contentElement"
24147
+ ],
24148
+ [
24149
+ _dec512,
24150
+ 1,
24151
+ "bodyElement"
24152
+ ],
24153
+ [
24154
+ _dec611,
23020
24155
  2,
23021
24156
  "onFooterSlotChange"
23022
24157
  ],
23023
24158
  [
23024
- _dec512,
24159
+ _dec710,
23025
24160
  2,
23026
24161
  "onDefaultSlotChange"
23027
24162
  ]
23028
24163
  ], [
23029
- _dec76
23030
- ], _HTMLElement38));
24164
+ _dec79
24165
+ ], _HTMLElement40));
23031
24166
  }
23032
24167
  #tabs;
23033
24168
  #isAnimating;
@@ -23038,23 +24173,37 @@ var Panel = class extends (_HTMLElement38 = HTMLElement) {
23038
24173
  set activeTab(_v) {
23039
24174
  this.#___private_activeTab_1 = _v;
23040
24175
  }
24176
+ #___private_headline_2;
24177
+ get headline() {
24178
+ return this.#___private_headline_2;
24179
+ }
24180
+ set headline(_v) {
24181
+ this.#___private_headline_2 = _v;
24182
+ }
24183
+ #___private_maxHeight_3;
24184
+ get maxHeight() {
24185
+ return this.#___private_maxHeight_3;
24186
+ }
24187
+ set maxHeight(_v) {
24188
+ this.#___private_maxHeight_3 = _v;
24189
+ }
23041
24190
  /** @internal */
23042
24191
  handleActiveTabChange(previous, next) {
23043
24192
  this.performTabAnimation(previous, next);
23044
24193
  }
23045
- #___private_contentElement_2;
24194
+ #___private_contentElement_4;
23046
24195
  get contentElement() {
23047
- return this.#___private_contentElement_2;
24196
+ return this.#___private_contentElement_4;
23048
24197
  }
23049
24198
  set contentElement(_v) {
23050
- this.#___private_contentElement_2 = _v;
24199
+ this.#___private_contentElement_4 = _v;
23051
24200
  }
23052
- #___private_bodyElement_3;
24201
+ #___private_bodyElement_5;
23053
24202
  get bodyElement() {
23054
- return this.#___private_bodyElement_3;
24203
+ return this.#___private_bodyElement_5;
23055
24204
  }
23056
24205
  set bodyElement(_v) {
23057
- this.#___private_bodyElement_3 = _v;
24206
+ this.#___private_bodyElement_5 = _v;
23058
24207
  }
23059
24208
  /**
23060
24209
  * Get the tab configuration
@@ -23079,18 +24228,18 @@ var Panel = class extends (_HTMLElement38 = HTMLElement) {
23079
24228
  }
23080
24229
  render() {
23081
24230
  const hasTabs = this.#tabs.length > 0;
23082
- return html39`
24231
+ return html41`
23083
24232
  <section part="section">
23084
24233
  <div part="header">
23085
- <h3 part="headline"><slot name="headline"></slot></h3>
24234
+ <h3 part="headline">${this.headline}</h3>
23086
24235
  ${this.#renderTabs()}
23087
24236
  <div part="actions">
23088
24237
  <slot name="actions"></slot>
23089
24238
  </div>
23090
24239
  </div>
23091
24240
  <div part="content">
23092
- <div part="body">
23093
- ${hasTabs ? this.#renderTabPanels() : html39`<slot></slot>`}
24241
+ <div part="body" style=${this.maxHeight ? `max-height: ${this.maxHeight};` : ""}>
24242
+ ${hasTabs ? this.#renderTabPanels() : html41`<div part="items"><slot></slot></div>`}
23094
24243
  </div>
23095
24244
  </div>
23096
24245
  <div part="footer">
@@ -23103,9 +24252,9 @@ var Panel = class extends (_HTMLElement38 = HTMLElement) {
23103
24252
  if (this.#tabs.length === 0) {
23104
24253
  return nothing2;
23105
24254
  }
23106
- return html39`
24255
+ return html41`
23107
24256
  <div part="tabs" role="tablist">
23108
- ${this.#tabs.map((tab, index) => html39`
24257
+ ${this.#tabs.map((tab, index) => html41`
23109
24258
  <button
23110
24259
  part="tab"
23111
24260
  role="tab"
@@ -23122,8 +24271,8 @@ var Panel = class extends (_HTMLElement38 = HTMLElement) {
23122
24271
  `;
23123
24272
  }
23124
24273
  #renderTabPanels() {
23125
- return html39`
23126
- ${this.#tabs.map((tab, index) => html39`
24274
+ return html41`
24275
+ ${this.#tabs.map((tab, index) => html41`
23127
24276
  <div
23128
24277
  part="tab-panel"
23129
24278
  role="tabpanel"
@@ -23132,7 +24281,9 @@ var Panel = class extends (_HTMLElement38 = HTMLElement) {
23132
24281
  data-state=${index === this.activeTab ? "active" : "hidden"}
23133
24282
  data-index=${index}
23134
24283
  >
23135
- <slot name=${`tab-${tab.id}`}></slot>
24284
+ <div part="items">
24285
+ <slot name=${`tab-${tab.id}`}></slot>
24286
+ </div>
23136
24287
  </div>
23137
24288
  `)}
23138
24289
  `;
@@ -23307,17 +24458,17 @@ var Panel = class extends (_HTMLElement38 = HTMLElement) {
23307
24458
  setBooleanAttribute(footer, "data-has-content", hasFooter);
23308
24459
  }
23309
24460
  static {
23310
- _initClass38();
24461
+ _initClass40();
23311
24462
  }
23312
24463
  constructor(...args) {
23313
- super(...args), this.#tabs = (_initProto17(this), []), this.#isAnimating = false, this.#___private_activeTab_1 = _init_activeTab(this, 0), this.#___private_contentElement_2 = _init_contentElement(this), this.#___private_bodyElement_3 = _init_bodyElement(this);
24464
+ super(...args), this.#tabs = (_initProto19(this), []), this.#isAnimating = false, this.#___private_activeTab_1 = _init_activeTab(this, 0), this.#___private_headline_2 = _init_headline2(this, null), this.#___private_maxHeight_3 = _init_maxHeight3(this, null), this.#___private_contentElement_4 = _init_contentElement(this), this.#___private_bodyElement_5 = _init_bodyElement(this);
23314
24465
  }
23315
24466
  };
23316
24467
 
23317
- // swc:/home/runner/work/web-kit/web-kit/packages/core/src/elements/radio/index.ts
23318
- import { html as html40 } from "lit-html";
24468
+ // swc:/Users/aaroniker/Documents/GitHub/ease/web-kit/packages/core/src/elements/radio/index.ts
24469
+ import { html as html42 } from "lit-html";
23319
24470
 
23320
- // swc:/home/runner/work/web-kit/web-kit/packages/core/src/elements/radio/option.ts
24471
+ // swc:/Users/aaroniker/Documents/GitHub/ease/web-kit/packages/core/src/elements/radio/option.ts
23321
24472
  var RadioOption = class extends HTMLElement {
23322
24473
  connectedCallback() {
23323
24474
  this.hidden = true;
@@ -23330,8 +24481,8 @@ if (!customElements.get("radio-option")) {
23330
24481
  customElements.define("radio-option", RadioOption);
23331
24482
  }
23332
24483
 
23333
- // swc:/home/runner/work/web-kit/web-kit/packages/core/src/elements/radio/index.ts
23334
- function applyDecs2203RFactory39() {
24484
+ // swc:/Users/aaroniker/Documents/GitHub/ease/web-kit/packages/core/src/elements/radio/index.ts
24485
+ function applyDecs2203RFactory41() {
23335
24486
  function createAddInitializerMethod(initializers, decoratorFinishedRef) {
23336
24487
  return function addInitializer(initializer) {
23337
24488
  assertNotFinished(decoratorFinishedRef, "addInitializer");
@@ -23700,19 +24851,19 @@ function applyDecs2203RFactory39() {
23700
24851
  };
23701
24852
  };
23702
24853
  }
23703
- function _apply_decs_2203_r39(targetClass, memberDecs, classDecs, parentClass) {
23704
- return (_apply_decs_2203_r39 = applyDecs2203RFactory39())(targetClass, memberDecs, classDecs, parentClass);
24854
+ function _apply_decs_2203_r41(targetClass, memberDecs, classDecs, parentClass) {
24855
+ return (_apply_decs_2203_r41 = applyDecs2203RFactory41())(targetClass, memberDecs, classDecs, parentClass);
23705
24856
  }
23706
- var _dec77;
23707
- var _initClass39;
23708
- var _HTMLElement39;
23709
- var _dec123;
23710
- var _dec217;
24857
+ var _dec80;
24858
+ var _initClass41;
24859
+ var _HTMLElement41;
24860
+ var _dec125;
24861
+ var _dec218;
23711
24862
  var _dec315;
23712
24863
  var _init_value8;
23713
24864
  var _init_groupElement;
23714
24865
  var _init_contentSlot2;
23715
- var _initProto18;
24866
+ var _initProto20;
23716
24867
  var nextOptionId2 = /* @__PURE__ */ (() => {
23717
24868
  let counter = 0;
23718
24869
  return () => {
@@ -23728,7 +24879,7 @@ var nextPanelId2 = /* @__PURE__ */ (() => {
23728
24879
  };
23729
24880
  })();
23730
24881
  var _RadioGroup;
23731
- _dec77 = Component({
24882
+ _dec80 = Component({
23732
24883
  tag: "ease-radio-group",
23733
24884
  shadowMode: "open",
23734
24885
  styles: `
@@ -23785,13 +24936,13 @@ _dec77 = Component({
23785
24936
  }
23786
24937
  `,
23787
24938
  template() {
23788
- return html40`
24939
+ return html42`
23789
24940
  <div part="group">
23790
24941
  <slot name="content"></slot>
23791
24942
  </div>
23792
24943
  `;
23793
24944
  }
23794
- }), _dec123 = Prop({
24945
+ }), _dec125 = Prop({
23795
24946
  reflect: true,
23796
24947
  defaultValue: null,
23797
24948
  onChange(next, previous) {
@@ -23800,17 +24951,17 @@ _dec77 = Component({
23800
24951
  }
23801
24952
  this.updateOptionSelectionState();
23802
24953
  }
23803
- }), _dec217 = Query('[part="group"]'), _dec315 = Query('slot[name="content"]');
23804
- var RadioGroup = class extends (_HTMLElement39 = HTMLElement) {
24954
+ }), _dec218 = Query('[part="group"]'), _dec315 = Query('slot[name="content"]');
24955
+ var RadioGroup = class extends (_HTMLElement41 = HTMLElement) {
23805
24956
  static {
23806
- ({ e: [_init_value8, _init_groupElement, _init_contentSlot2, _initProto18], c: [_RadioGroup, _initClass39] } = _apply_decs_2203_r39(this, [
24957
+ ({ e: [_init_value8, _init_groupElement, _init_contentSlot2, _initProto20], c: [_RadioGroup, _initClass41] } = _apply_decs_2203_r41(this, [
23807
24958
  [
23808
- _dec123,
24959
+ _dec125,
23809
24960
  1,
23810
24961
  "value"
23811
24962
  ],
23812
24963
  [
23813
- _dec217,
24964
+ _dec218,
23814
24965
  1,
23815
24966
  "groupElement"
23816
24967
  ],
@@ -23820,8 +24971,8 @@ var RadioGroup = class extends (_HTMLElement39 = HTMLElement) {
23820
24971
  "contentSlot"
23821
24972
  ]
23822
24973
  ], [
23823
- _dec77
23824
- ], _HTMLElement39));
24974
+ _dec80
24975
+ ], _HTMLElement41));
23825
24976
  }
23826
24977
  #___private_value_1;
23827
24978
  get value() {
@@ -24038,18 +25189,18 @@ var RadioGroup = class extends (_HTMLElement39 = HTMLElement) {
24038
25189
  }));
24039
25190
  }
24040
25191
  static {
24041
- _initClass39();
25192
+ _initClass41();
24042
25193
  }
24043
25194
  constructor(...args) {
24044
- super(...args), this.#___private_value_1 = (_initProto18(this), _init_value8(this, null)), this.#___private_groupElement_2 = _init_groupElement(this), this.#___private_contentSlot_3 = _init_contentSlot2(this), this.#options = [], this.#currentSlot = null, this.#optionsInitialized = false, this.#handleSlotChange = () => {
25195
+ super(...args), this.#___private_value_1 = (_initProto20(this), _init_value8(this, null)), this.#___private_groupElement_2 = _init_groupElement(this), this.#___private_contentSlot_3 = _init_contentSlot2(this), this.#options = [], this.#currentSlot = null, this.#optionsInitialized = false, this.#handleSlotChange = () => {
24045
25196
  this.#syncOptions();
24046
25197
  };
24047
25198
  }
24048
25199
  };
24049
25200
 
24050
- // swc:/home/runner/work/web-kit/web-kit/packages/core/src/elements/radio/input.ts
24051
- import { html as html41 } from "lit-html";
24052
- function applyDecs2203RFactory40() {
25201
+ // swc:/Users/aaroniker/Documents/GitHub/ease/web-kit/packages/core/src/elements/radio/input.ts
25202
+ import { html as html43 } from "lit-html";
25203
+ function applyDecs2203RFactory42() {
24053
25204
  function createAddInitializerMethod(initializers, decoratorFinishedRef) {
24054
25205
  return function addInitializer(initializer) {
24055
25206
  assertNotFinished(decoratorFinishedRef, "addInitializer");
@@ -24418,26 +25569,26 @@ function applyDecs2203RFactory40() {
24418
25569
  };
24419
25570
  };
24420
25571
  }
24421
- function _apply_decs_2203_r40(targetClass, memberDecs, classDecs, parentClass) {
24422
- return (_apply_decs_2203_r40 = applyDecs2203RFactory40())(targetClass, memberDecs, classDecs, parentClass);
25572
+ function _apply_decs_2203_r42(targetClass, memberDecs, classDecs, parentClass) {
25573
+ return (_apply_decs_2203_r42 = applyDecs2203RFactory42())(targetClass, memberDecs, classDecs, parentClass);
24423
25574
  }
24424
- var _dec78;
24425
- var _initClass40;
24426
- var _HTMLElement40;
24427
- var _dec124;
24428
- var _dec218;
25575
+ var _dec81;
25576
+ var _initClass42;
25577
+ var _HTMLElement42;
25578
+ var _dec126;
25579
+ var _dec219;
24429
25580
  var _dec316;
24430
25581
  var _dec414;
24431
25582
  var _dec513;
24432
- var _dec611;
25583
+ var _dec612;
24433
25584
  var _init_checked2;
24434
25585
  var _init_name6;
24435
25586
  var _init_value9;
24436
25587
  var _init_disabled8;
24437
25588
  var _init_control5;
24438
- var _initProto19;
25589
+ var _initProto21;
24439
25590
  var _RadioInput;
24440
- _dec78 = Component({
25591
+ _dec81 = Component({
24441
25592
  tag: "ease-radio-input",
24442
25593
  shadowMode: "open",
24443
25594
  styles: `
@@ -24654,7 +25805,7 @@ _dec78 = Component({
24654
25805
  }
24655
25806
  `,
24656
25807
  template() {
24657
- return html41`
25808
+ return html43`
24658
25809
  <button part="radio" type="button" role="radio" aria-checked=${this.checked} ?disabled=${this.disabled}>
24659
25810
  <div class="radio">
24660
25811
  <input part="control" name=${this.name} value=${this.value} ?checked=${this.checked} ?disabled=${this.disabled} type="radio" />
@@ -24677,7 +25828,7 @@ _dec78 = Component({
24677
25828
  </button>
24678
25829
  `;
24679
25830
  }
24680
- }), _dec124 = Prop({
25831
+ }), _dec126 = Prop({
24681
25832
  type: Boolean,
24682
25833
  reflect: true,
24683
25834
  onChange(next) {
@@ -24692,26 +25843,26 @@ _dec78 = Component({
24692
25843
  });
24693
25844
  }
24694
25845
  }
24695
- }), _dec218 = Prop({
25846
+ }), _dec219 = Prop({
24696
25847
  reflect: true
24697
25848
  }), _dec316 = Prop({
24698
25849
  reflect: true
24699
25850
  }), _dec414 = Prop({
24700
25851
  type: Boolean,
24701
25852
  reflect: true
24702
- }), _dec513 = Query("button"), _dec611 = Listen("click", {
25853
+ }), _dec513 = Query("button"), _dec612 = Listen("click", {
24703
25854
  selector: "button"
24704
25855
  });
24705
- var RadioInput = class extends (_HTMLElement40 = HTMLElement) {
25856
+ var RadioInput = class extends (_HTMLElement42 = HTMLElement) {
24706
25857
  static {
24707
- ({ e: [_init_checked2, _init_name6, _init_value9, _init_disabled8, _init_control5, _initProto19], c: [_RadioInput, _initClass40] } = _apply_decs_2203_r40(this, [
25858
+ ({ e: [_init_checked2, _init_name6, _init_value9, _init_disabled8, _init_control5, _initProto21], c: [_RadioInput, _initClass42] } = _apply_decs_2203_r42(this, [
24708
25859
  [
24709
- _dec124,
25860
+ _dec126,
24710
25861
  1,
24711
25862
  "checked"
24712
25863
  ],
24713
25864
  [
24714
- _dec218,
25865
+ _dec219,
24715
25866
  1,
24716
25867
  "name"
24717
25868
  ],
@@ -24731,13 +25882,13 @@ var RadioInput = class extends (_HTMLElement40 = HTMLElement) {
24731
25882
  "control"
24732
25883
  ],
24733
25884
  [
24734
- _dec611,
25885
+ _dec612,
24735
25886
  2,
24736
25887
  "handleClick"
24737
25888
  ]
24738
25889
  ], [
24739
- _dec78
24740
- ], _HTMLElement40));
25890
+ _dec81
25891
+ ], _HTMLElement42));
24741
25892
  }
24742
25893
  #___private_checked_1;
24743
25894
  get checked() {
@@ -24825,16 +25976,16 @@ var RadioInput = class extends (_HTMLElement40 = HTMLElement) {
24825
25976
  });
24826
25977
  }
24827
25978
  static {
24828
- _initClass40();
25979
+ _initClass42();
24829
25980
  }
24830
25981
  constructor(...args) {
24831
- super(...args), this.#___private_checked_1 = (_initProto19(this), _init_checked2(this)), this.#___private_name_2 = _init_name6(this), this.#___private_value_3 = _init_value9(this), this.#___private_disabled_4 = _init_disabled8(this), this.#___private_control_5 = _init_control5(this), this._firstRender = true, this.filterId = `goo-${crypto.randomUUID()}`;
25982
+ super(...args), this.#___private_checked_1 = (_initProto21(this), _init_checked2(this)), this.#___private_name_2 = _init_name6(this), this.#___private_value_3 = _init_value9(this), this.#___private_disabled_4 = _init_disabled8(this), this.#___private_control_5 = _init_control5(this), this._firstRender = true, this.filterId = `goo-${crypto.randomUUID()}`;
24832
25983
  }
24833
25984
  };
24834
25985
 
24835
- // swc:/home/runner/work/web-kit/web-kit/packages/core/src/elements/slider/index.ts
24836
- import { html as html42 } from "lit-html";
24837
- function applyDecs2203RFactory41() {
25986
+ // swc:/Users/aaroniker/Documents/GitHub/ease/web-kit/packages/core/src/elements/slider/index.ts
25987
+ import { html as html44 } from "lit-html";
25988
+ function applyDecs2203RFactory43() {
24838
25989
  function createAddInitializerMethod(initializers, decoratorFinishedRef) {
24839
25990
  return function addInitializer(initializer) {
24840
25991
  assertNotFinished(decoratorFinishedRef, "addInitializer");
@@ -25203,20 +26354,20 @@ function applyDecs2203RFactory41() {
25203
26354
  };
25204
26355
  };
25205
26356
  }
25206
- function _apply_decs_2203_r41(targetClass, memberDecs, classDecs, parentClass) {
25207
- return (_apply_decs_2203_r41 = applyDecs2203RFactory41())(targetClass, memberDecs, classDecs, parentClass);
26357
+ function _apply_decs_2203_r43(targetClass, memberDecs, classDecs, parentClass) {
26358
+ return (_apply_decs_2203_r43 = applyDecs2203RFactory43())(targetClass, memberDecs, classDecs, parentClass);
25208
26359
  }
25209
- var _dec79;
25210
- var _initClass41;
25211
- var _HTMLElement41;
25212
- var _dec125;
25213
- var _dec219;
26360
+ var _dec85;
26361
+ var _initClass43;
26362
+ var _HTMLElement43;
26363
+ var _dec127;
26364
+ var _dec220;
25214
26365
  var _dec317;
25215
26366
  var _dec415;
25216
26367
  var _dec514;
25217
- var _dec612;
25218
- var _dec710;
25219
- var _dec85;
26368
+ var _dec613;
26369
+ var _dec711;
26370
+ var _dec86;
25220
26371
  var _dec95;
25221
26372
  var _dec104;
25222
26373
  var _dec1110;
@@ -25227,9 +26378,9 @@ var _init_step2;
25227
26378
  var _init_disabled9;
25228
26379
  var _init_control6;
25229
26380
  var _init_valueControl;
25230
- var _initProto20;
26381
+ var _initProto22;
25231
26382
  var _Slider;
25232
- _dec79 = Component({
26383
+ _dec85 = Component({
25233
26384
  tag: "ease-slider",
25234
26385
  styles: `
25235
26386
  :host {
@@ -25330,7 +26481,7 @@ _dec79 = Component({
25330
26481
  }
25331
26482
  `,
25332
26483
  template() {
25333
- return html42`
26484
+ return html44`
25334
26485
  <div part="container">
25335
26486
  <input
25336
26487
  part="control"
@@ -25353,10 +26504,10 @@ _dec79 = Component({
25353
26504
  </div>
25354
26505
  `;
25355
26506
  }
25356
- }), _dec125 = Prop({
26507
+ }), _dec127 = Prop({
25357
26508
  type: Number,
25358
26509
  reflect: true
25359
- }), _dec219 = Prop({
26510
+ }), _dec220 = Prop({
25360
26511
  type: Number,
25361
26512
  reflect: true
25362
26513
  }), _dec317 = Prop({
@@ -25368,7 +26519,7 @@ _dec79 = Component({
25368
26519
  }), _dec514 = Prop({
25369
26520
  type: Boolean,
25370
26521
  reflect: true
25371
- }), _dec612 = Query("input"), _dec710 = Query("ease-input"), _dec85 = Listen("input", {
26522
+ }), _dec613 = Query("input"), _dec711 = Query("ease-input"), _dec86 = Listen("input", {
25372
26523
  selector: 'input[type="range"]'
25373
26524
  }), _dec95 = Listen("change", {
25374
26525
  selector: 'input[type="range"]'
@@ -25379,16 +26530,16 @@ _dec79 = Component({
25379
26530
  selector: "ease-input",
25380
26531
  when: (event) => event instanceof CustomEvent && typeof event.detail?.value === "string"
25381
26532
  });
25382
- var Slider = class extends (_HTMLElement41 = HTMLElement) {
26533
+ var Slider = class extends (_HTMLElement43 = HTMLElement) {
25383
26534
  static {
25384
- ({ e: [_init_value10, _init_min2, _init_max2, _init_step2, _init_disabled9, _init_control6, _init_valueControl, _initProto20], c: [_Slider, _initClass41] } = _apply_decs_2203_r41(this, [
26535
+ ({ e: [_init_value10, _init_min2, _init_max2, _init_step2, _init_disabled9, _init_control6, _init_valueControl, _initProto22], c: [_Slider, _initClass43] } = _apply_decs_2203_r43(this, [
25385
26536
  [
25386
- _dec125,
26537
+ _dec127,
25387
26538
  1,
25388
26539
  "value"
25389
26540
  ],
25390
26541
  [
25391
- _dec219,
26542
+ _dec220,
25392
26543
  1,
25393
26544
  "min"
25394
26545
  ],
@@ -25408,17 +26559,17 @@ var Slider = class extends (_HTMLElement41 = HTMLElement) {
25408
26559
  "disabled"
25409
26560
  ],
25410
26561
  [
25411
- _dec612,
26562
+ _dec613,
25412
26563
  1,
25413
26564
  "control"
25414
26565
  ],
25415
26566
  [
25416
- _dec710,
26567
+ _dec711,
25417
26568
  1,
25418
26569
  "valueControl"
25419
26570
  ],
25420
26571
  [
25421
- _dec85,
26572
+ _dec86,
25422
26573
  2,
25423
26574
  "handleRangeInput"
25424
26575
  ],
@@ -25438,8 +26589,8 @@ var Slider = class extends (_HTMLElement41 = HTMLElement) {
25438
26589
  "handleValueChange"
25439
26590
  ]
25440
26591
  ], [
25441
- _dec79
25442
- ], _HTMLElement41));
26592
+ _dec85
26593
+ ], _HTMLElement43));
25443
26594
  }
25444
26595
  #___private_value_1;
25445
26596
  get value() {
@@ -25572,16 +26723,16 @@ var Slider = class extends (_HTMLElement41 = HTMLElement) {
25572
26723
  this.control.style.setProperty("--progress", `${Math.max(0, Math.min(100, percent))}%`);
25573
26724
  }
25574
26725
  static {
25575
- _initClass41();
26726
+ _initClass43();
25576
26727
  }
25577
26728
  constructor(...args) {
25578
- super(...args), this.#___private_value_1 = (_initProto20(this), _init_value10(this)), this.#___private_min_2 = _init_min2(this), this.#___private_max_3 = _init_max2(this), this.#___private_step_4 = _init_step2(this), this.#___private_disabled_5 = _init_disabled9(this), this.#___private_control_6 = _init_control6(this), this.#___private_valueControl_7 = _init_valueControl(this);
26729
+ super(...args), this.#___private_value_1 = (_initProto22(this), _init_value10(this)), this.#___private_min_2 = _init_min2(this), this.#___private_max_3 = _init_max2(this), this.#___private_step_4 = _init_step2(this), this.#___private_disabled_5 = _init_disabled9(this), this.#___private_control_6 = _init_control6(this), this.#___private_valueControl_7 = _init_valueControl(this);
25579
26730
  }
25580
26731
  };
25581
26732
 
25582
- // swc:/home/runner/work/web-kit/web-kit/packages/core/src/elements/state/index.ts
25583
- import { html as html43 } from "lit-html";
25584
- function applyDecs2203RFactory42() {
26733
+ // swc:/Users/aaroniker/Documents/GitHub/ease/web-kit/packages/core/src/elements/state/index.ts
26734
+ import { html as html45 } from "lit-html";
26735
+ function applyDecs2203RFactory44() {
25585
26736
  function createAddInitializerMethod(initializers, decoratorFinishedRef) {
25586
26737
  return function addInitializer(initializer) {
25587
26738
  assertNotFinished(decoratorFinishedRef, "addInitializer");
@@ -25950,20 +27101,20 @@ function applyDecs2203RFactory42() {
25950
27101
  };
25951
27102
  };
25952
27103
  }
25953
- function _apply_decs_2203_r42(targetClass, memberDecs, classDecs, parentClass) {
25954
- return (_apply_decs_2203_r42 = applyDecs2203RFactory42())(targetClass, memberDecs, classDecs, parentClass);
27104
+ function _apply_decs_2203_r44(targetClass, memberDecs, classDecs, parentClass) {
27105
+ return (_apply_decs_2203_r44 = applyDecs2203RFactory44())(targetClass, memberDecs, classDecs, parentClass);
25955
27106
  }
25956
- var _dec80;
25957
- var _initClass42;
25958
- var _HTMLElement42;
25959
- var _dec126;
25960
- var _dec220;
27107
+ var _dec87;
27108
+ var _initClass44;
27109
+ var _HTMLElement44;
27110
+ var _dec128;
27111
+ var _dec221;
25961
27112
  var _dec318;
25962
27113
  var _dec416;
25963
27114
  var _dec515;
25964
27115
  var _init_value11;
25965
27116
  var _init_defaultSlot;
25966
- var _initProto21;
27117
+ var _initProto23;
25967
27118
  var readControlValue2 = (element) => {
25968
27119
  if (typeof element.value === "string" || typeof element.value === "number") {
25969
27120
  return element.value;
@@ -25986,7 +27137,7 @@ var getControlName = (element) => {
25986
27137
  return element.getAttribute?.("name") ?? null;
25987
27138
  };
25988
27139
  var _State;
25989
- _dec80 = Component({
27140
+ _dec87 = Component({
25990
27141
  tag: "ease-state",
25991
27142
  shadowMode: "open",
25992
27143
  styles: `
@@ -25996,30 +27147,30 @@ _dec80 = Component({
25996
27147
 
25997
27148
  [part="container"] {
25998
27149
  display: grid;
25999
- gap: var(--ease-state-gap, 12px);
27150
+ grid-gap: var(--ease-panel-gap);
26000
27151
  box-sizing: border-box;
26001
27152
  width: 100%;
26002
27153
  }
26003
27154
  `
26004
- }), _dec126 = Prop({
27155
+ }), _dec128 = Prop({
26005
27156
  reflect: true
26006
- }), _dec220 = Query("slot"), _dec318 = Listen("input", {
27157
+ }), _dec221 = Query("slot"), _dec318 = Listen("input", {
26007
27158
  target: (host) => host
26008
27159
  }), _dec416 = Listen("change", {
26009
27160
  target: (host) => host
26010
27161
  }), _dec515 = Listen(CONTROL_CHANGE_EVENT, {
26011
27162
  target: (host) => host
26012
27163
  });
26013
- var State = class extends (_HTMLElement42 = HTMLElement) {
27164
+ var State = class extends (_HTMLElement44 = HTMLElement) {
26014
27165
  static {
26015
- ({ e: [_init_value11, _init_defaultSlot, _initProto21], c: [_State, _initClass42] } = _apply_decs_2203_r42(this, [
27166
+ ({ e: [_init_value11, _init_defaultSlot, _initProto23], c: [_State, _initClass44] } = _apply_decs_2203_r44(this, [
26016
27167
  [
26017
- _dec126,
27168
+ _dec128,
26018
27169
  1,
26019
27170
  "value"
26020
27171
  ],
26021
27172
  [
26022
- _dec220,
27173
+ _dec221,
26023
27174
  1,
26024
27175
  "defaultSlot"
26025
27176
  ],
@@ -26039,8 +27190,8 @@ var State = class extends (_HTMLElement42 = HTMLElement) {
26039
27190
  "handleControlChange"
26040
27191
  ]
26041
27192
  ], [
26042
- _dec80
26043
- ], _HTMLElement42));
27193
+ _dec87
27194
+ ], _HTMLElement44));
26044
27195
  }
26045
27196
  #controls;
26046
27197
  #state;
@@ -26132,7 +27283,7 @@ var State = class extends (_HTMLElement42 = HTMLElement) {
26132
27283
  this.defaultSlot?.removeEventListener("slotchange", this.#handleSlotChange);
26133
27284
  }
26134
27285
  render() {
26135
- return html43`
27286
+ return html45`
26136
27287
  <div part="container">
26137
27288
  <slot></slot>
26138
27289
  </div>
@@ -26238,19 +27389,19 @@ var State = class extends (_HTMLElement42 = HTMLElement) {
26238
27389
  });
26239
27390
  }
26240
27391
  static {
26241
- _initClass42();
27392
+ _initClass44();
26242
27393
  }
26243
27394
  constructor(...args) {
26244
- super(...args), this.#controls = (_initProto21(this), /* @__PURE__ */ new Map()), this.#state = {}, this.#initialState = {}, this.#subscribers = /* @__PURE__ */ new Map(), this.#___private_value_1 = _init_value11(this), this.#___private_defaultSlot_2 = _init_defaultSlot(this), this.#handleSlotChange = () => {
27395
+ super(...args), this.#controls = (_initProto23(this), /* @__PURE__ */ new Map()), this.#state = {}, this.#initialState = {}, this.#subscribers = /* @__PURE__ */ new Map(), this.#___private_value_1 = _init_value11(this), this.#___private_defaultSlot_2 = _init_defaultSlot(this), this.#handleSlotChange = () => {
26245
27396
  this.#detach();
26246
27397
  this.#attach();
26247
27398
  };
26248
27399
  }
26249
27400
  };
26250
27401
 
26251
- // swc:/home/runner/work/web-kit/web-kit/packages/core/src/elements/toggle/index.ts
26252
- import { html as html44 } from "lit-html";
26253
- function applyDecs2203RFactory43() {
27402
+ // swc:/Users/aaroniker/Documents/GitHub/ease/web-kit/packages/core/src/elements/toggle/index.ts
27403
+ import { html as html46 } from "lit-html";
27404
+ function applyDecs2203RFactory45() {
26254
27405
  function createAddInitializerMethod(initializers, decoratorFinishedRef) {
26255
27406
  return function addInitializer(initializer) {
26256
27407
  assertNotFinished(decoratorFinishedRef, "addInitializer");
@@ -26619,22 +27770,22 @@ function applyDecs2203RFactory43() {
26619
27770
  };
26620
27771
  };
26621
27772
  }
26622
- function _apply_decs_2203_r43(targetClass, memberDecs, classDecs, parentClass) {
26623
- return (_apply_decs_2203_r43 = applyDecs2203RFactory43())(targetClass, memberDecs, classDecs, parentClass);
27773
+ function _apply_decs_2203_r45(targetClass, memberDecs, classDecs, parentClass) {
27774
+ return (_apply_decs_2203_r45 = applyDecs2203RFactory45())(targetClass, memberDecs, classDecs, parentClass);
26624
27775
  }
26625
- var _dec81;
26626
- var _initClass43;
26627
- var _HTMLElement43;
26628
- var _dec127;
26629
- var _dec221;
27776
+ var _dec88;
27777
+ var _initClass45;
27778
+ var _HTMLElement45;
27779
+ var _dec129;
27780
+ var _dec222;
26630
27781
  var _dec319;
26631
27782
  var _dec417;
26632
27783
  var _init_checked3;
26633
27784
  var _init_disabled10;
26634
27785
  var _init_control7;
26635
- var _initProto22;
27786
+ var _initProto24;
26636
27787
  var _Toggle;
26637
- _dec81 = Component({
27788
+ _dec88 = Component({
26638
27789
  tag: "ease-toggle",
26639
27790
  styles: `
26640
27791
  :host {
@@ -26727,7 +27878,7 @@ _dec81 = Component({
26727
27878
  }
26728
27879
  `,
26729
27880
  template() {
26730
- return html44`
27881
+ return html46`
26731
27882
  <button part="control" type="button" aria-pressed="false">
26732
27883
  <svg viewBox="0 0 26 12" fill="none" xmlns="http://www.w3.org/2000/svg" filter="url(#${this.filterId})">
26733
27884
  <path part="default" d="M0 6C0 2.68629 2.68629 0 6 0V0C9.31371 0 12 2.68629 12 6V6C12 9.31371 9.31371 12 6 12V12C2.68629 12 0 9.31371 0 6V6Z" />
@@ -26746,25 +27897,25 @@ _dec81 = Component({
26746
27897
  </button>
26747
27898
  `;
26748
27899
  }
26749
- }), _dec127 = Prop({
27900
+ }), _dec129 = Prop({
26750
27901
  type: Boolean,
26751
27902
  reflect: true
26752
- }), _dec221 = Prop({
27903
+ }), _dec222 = Prop({
26753
27904
  type: Boolean,
26754
27905
  reflect: true
26755
27906
  }), _dec319 = Query("button"), _dec417 = Listen("click", {
26756
27907
  selector: "button"
26757
27908
  });
26758
- var Toggle = class extends (_HTMLElement43 = HTMLElement) {
27909
+ var Toggle = class extends (_HTMLElement45 = HTMLElement) {
26759
27910
  static {
26760
- ({ e: [_init_checked3, _init_disabled10, _init_control7, _initProto22], c: [_Toggle, _initClass43] } = _apply_decs_2203_r43(this, [
27911
+ ({ e: [_init_checked3, _init_disabled10, _init_control7, _initProto24], c: [_Toggle, _initClass45] } = _apply_decs_2203_r45(this, [
26761
27912
  [
26762
- _dec127,
27913
+ _dec129,
26763
27914
  1,
26764
27915
  "checked"
26765
27916
  ],
26766
27917
  [
26767
- _dec221,
27918
+ _dec222,
26768
27919
  1,
26769
27920
  "disabled"
26770
27921
  ],
@@ -26779,8 +27930,8 @@ var Toggle = class extends (_HTMLElement43 = HTMLElement) {
26779
27930
  "handleClick"
26780
27931
  ]
26781
27932
  ], [
26782
- _dec81
26783
- ], _HTMLElement43));
27933
+ _dec88
27934
+ ], _HTMLElement45));
26784
27935
  }
26785
27936
  #___private_checked_1;
26786
27937
  get checked() {
@@ -26825,16 +27976,16 @@ var Toggle = class extends (_HTMLElement43 = HTMLElement) {
26825
27976
  });
26826
27977
  }
26827
27978
  static {
26828
- _initClass43();
27979
+ _initClass45();
26829
27980
  }
26830
27981
  constructor(...args) {
26831
- super(...args), this.#___private_checked_1 = (_initProto22(this), _init_checked3(this)), this.#___private_disabled_2 = _init_disabled10(this), this.#___private_control_3 = _init_control7(this), this.filterId = `filter-${crypto.randomUUID()}`;
27982
+ super(...args), this.#___private_checked_1 = (_initProto24(this), _init_checked3(this)), this.#___private_disabled_2 = _init_disabled10(this), this.#___private_control_3 = _init_control7(this), this.filterId = `filter-${crypto.randomUUID()}`;
26832
27983
  }
26833
27984
  };
26834
27985
 
26835
- // swc:/home/runner/work/web-kit/web-kit/packages/core/src/elements/tooltip/index.ts
26836
- import { html as html45 } from "lit-html";
26837
- function applyDecs2203RFactory44() {
27986
+ // swc:/Users/aaroniker/Documents/GitHub/ease/web-kit/packages/core/src/elements/tooltip/index.ts
27987
+ import { html as html47 } from "lit-html";
27988
+ function applyDecs2203RFactory46() {
26838
27989
  function createAddInitializerMethod(initializers, decoratorFinishedRef) {
26839
27990
  return function addInitializer(initializer) {
26840
27991
  assertNotFinished(decoratorFinishedRef, "addInitializer");
@@ -27203,26 +28354,26 @@ function applyDecs2203RFactory44() {
27203
28354
  };
27204
28355
  };
27205
28356
  }
27206
- function _apply_decs_2203_r44(targetClass, memberDecs, classDecs, parentClass) {
27207
- return (_apply_decs_2203_r44 = applyDecs2203RFactory44())(targetClass, memberDecs, classDecs, parentClass);
28357
+ function _apply_decs_2203_r46(targetClass, memberDecs, classDecs, parentClass) {
28358
+ return (_apply_decs_2203_r46 = applyDecs2203RFactory46())(targetClass, memberDecs, classDecs, parentClass);
27208
28359
  }
27209
- var _dec86;
27210
- var _initClass44;
27211
- var _HTMLElement44;
27212
- var _dec128;
27213
- var _dec222;
28360
+ var _dec89;
28361
+ var _initClass46;
28362
+ var _HTMLElement46;
28363
+ var _dec130;
28364
+ var _dec223;
27214
28365
  var _dec320;
27215
28366
  var _dec418;
27216
28367
  var _dec516;
27217
- var _dec613;
27218
- var _init_open3;
28368
+ var _dec614;
28369
+ var _init_open4;
27219
28370
  var _init_delay;
27220
28371
  var _init_placement4;
27221
28372
  var _init_triggerElement;
27222
28373
  var _init_contentElement2;
27223
- var _initProto23;
28374
+ var _initProto25;
27224
28375
  var _Tooltip;
27225
- _dec86 = Component({
28376
+ _dec89 = Component({
27226
28377
  tag: "ease-tooltip",
27227
28378
  shadowMode: "open",
27228
28379
  styles: `
@@ -27252,36 +28403,36 @@ _dec86 = Component({
27252
28403
  display: block;
27253
28404
  }
27254
28405
  `
27255
- }), _dec128 = Prop({
28406
+ }), _dec130 = Prop({
27256
28407
  type: Boolean,
27257
28408
  reflect: true,
27258
28409
  onChange(next, previous) {
27259
28410
  this._handleOpenChange(next, previous);
27260
28411
  }
27261
- }), _dec222 = Prop({
28412
+ }), _dec223 = Prop({
27262
28413
  type: Number,
27263
28414
  reflect: true,
27264
28415
  defaultValue: 300
27265
28416
  }), _dec320 = Prop({
27266
28417
  reflect: true,
27267
28418
  defaultValue: "top-center"
27268
- }), _dec418 = Query('[slot="trigger"]'), _dec516 = Query("[data-tooltip-content]"), _dec613 = OutsideClick({
28419
+ }), _dec418 = Query('[slot="trigger"]'), _dec516 = Query("[data-tooltip-content]"), _dec614 = OutsideClick({
27269
28420
  content: (host) => host.contentElement,
27270
28421
  triggers: (host) => [
27271
28422
  host.triggerElement
27272
28423
  ],
27273
28424
  disabled: (host) => !host.open
27274
28425
  });
27275
- var Tooltip = class extends (_HTMLElement44 = HTMLElement) {
28426
+ var Tooltip = class extends (_HTMLElement46 = HTMLElement) {
27276
28427
  static {
27277
- ({ e: [_init_open3, _init_delay, _init_placement4, _init_triggerElement, _init_contentElement2, _initProto23], c: [_Tooltip, _initClass44] } = _apply_decs_2203_r44(this, [
28428
+ ({ e: [_init_open4, _init_delay, _init_placement4, _init_triggerElement, _init_contentElement2, _initProto25], c: [_Tooltip, _initClass46] } = _apply_decs_2203_r46(this, [
27278
28429
  [
27279
- _dec128,
28430
+ _dec130,
27280
28431
  1,
27281
28432
  "open"
27282
28433
  ],
27283
28434
  [
27284
- _dec222,
28435
+ _dec223,
27285
28436
  1,
27286
28437
  "delay"
27287
28438
  ],
@@ -27301,13 +28452,13 @@ var Tooltip = class extends (_HTMLElement44 = HTMLElement) {
27301
28452
  "contentElement"
27302
28453
  ],
27303
28454
  [
27304
- _dec613,
28455
+ _dec614,
27305
28456
  2,
27306
28457
  "handleOutsideDismiss"
27307
28458
  ]
27308
28459
  ], [
27309
- _dec86
27310
- ], _HTMLElement44));
28460
+ _dec89
28461
+ ], _HTMLElement46));
27311
28462
  }
27312
28463
  #hoverTimer;
27313
28464
  #trigger;
@@ -27374,7 +28525,7 @@ var Tooltip = class extends (_HTMLElement44 = HTMLElement) {
27374
28525
  }
27375
28526
  }
27376
28527
  render() {
27377
- return html45`
28528
+ return html47`
27378
28529
  <ease-popover .placement=${this.placement} ?open=${this.open}>
27379
28530
  <slot name="trigger" slot="trigger"></slot>
27380
28531
  <div
@@ -27454,10 +28605,10 @@ var Tooltip = class extends (_HTMLElement44 = HTMLElement) {
27454
28605
  }
27455
28606
  }
27456
28607
  static {
27457
- _initClass44();
28608
+ _initClass46();
27458
28609
  }
27459
28610
  constructor(...args) {
27460
- super(...args), this.#hoverTimer = (_initProto23(this), null), this.#trigger = null, this.#content = null, this.#___private_open_1 = _init_open3(this, false), this.#___private_delay_2 = _init_delay(this, 300), this.#___private_placement_3 = _init_placement4(this, "top-center"), this.#___private_triggerElement_4 = _init_triggerElement(this), this.#___private_contentElement_5 = _init_contentElement2(this), this.#handleEnter = () => {
28611
+ super(...args), this.#hoverTimer = (_initProto25(this), null), this.#trigger = null, this.#content = null, this.#___private_open_1 = _init_open4(this, false), this.#___private_delay_2 = _init_delay(this, 300), this.#___private_placement_3 = _init_placement4(this, "top-center"), this.#___private_triggerElement_4 = _init_triggerElement(this), this.#___private_contentElement_5 = _init_contentElement2(this), this.#handleEnter = () => {
27461
28612
  this.#startTimer(() => {
27462
28613
  this.open = true;
27463
28614
  });
@@ -27482,6 +28633,7 @@ export {
27482
28633
  _ColorPicker as ColorPicker,
27483
28634
  _Dropdown as Dropdown,
27484
28635
  _Field as Field,
28636
+ _Folder as Folder,
27485
28637
  _IconAnchorAdd as IconAnchorAdd,
27486
28638
  _IconAnchorRemove as IconAnchorRemove,
27487
28639
  _IconArrowsVertical as IconArrowsVertical,
@@ -27497,6 +28649,7 @@ export {
27497
28649
  _IconClear as IconClear,
27498
28650
  _IconCode as IconCode,
27499
28651
  _IconDots as IconDots,
28652
+ _IconFolder as IconFolder,
27500
28653
  _IconGrid as IconGrid,
27501
28654
  _IconMention as IconMention,
27502
28655
  _IconMinus as IconMinus,