@lostgradient/cinder 0.9.0 → 0.12.0

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 (169) hide show
  1. package/CHANGELOG.md +26 -0
  2. package/components.json +82 -4
  3. package/dist/components/access-gate/index.js +381 -239
  4. package/dist/components/chat/builders.d.ts +17 -8
  5. package/dist/components/chat/conversation-model.d.ts +1 -1
  6. package/dist/components/chat/index.d.ts +1 -1
  7. package/dist/components/chat/index.js +300 -17
  8. package/dist/components/chat/utilities/conversation.d.ts +6 -6
  9. package/dist/components/chat-conversation-header/index.js +19 -6
  10. package/dist/components/chat-conversation-list/index.js +19 -6
  11. package/dist/components/code-block/code-block.css +15 -9
  12. package/dist/components/code-block/code-block.variables.js +8 -2
  13. package/dist/components/confirm-dialog/confirm-dialog.css +2 -0
  14. package/dist/components/confirm-dialog/confirm-dialog.schema.js +10 -1
  15. package/dist/components/confirm-dialog/confirm-dialog.types.d.ts +7 -0
  16. package/dist/components/confirm-dialog/index.js +478 -106
  17. package/dist/components/connection-indicator/connection-indicator.css +136 -0
  18. package/dist/components/connection-indicator/connection-indicator.css.d.ts +1 -0
  19. package/dist/components/connection-indicator/connection-indicator.schema.d.ts +3 -0
  20. package/dist/components/connection-indicator/connection-indicator.schema.js +89 -0
  21. package/dist/components/connection-indicator/connection-indicator.svelte.d.ts +21 -0
  22. package/dist/components/connection-indicator/connection-indicator.types.d.ts +46 -0
  23. package/dist/components/connection-indicator/connection-indicator.variables.d.ts +2 -0
  24. package/dist/components/connection-indicator/connection-indicator.variables.js +61 -0
  25. package/dist/components/connection-indicator/index.d.ts +5 -0
  26. package/dist/components/connection-indicator/index.js +409 -0
  27. package/dist/components/container/container.schema.js +4 -4
  28. package/dist/components/faceted-filter-bar/faceted-filter-bar.schema.js +5 -1
  29. package/dist/components/faceted-filter-bar/faceted-filter-bar.types.d.ts +2 -0
  30. package/dist/components/faceted-filter-bar/index.js +40 -31
  31. package/dist/components/invocation-rule-builder/index.d.ts +1 -1
  32. package/dist/components/invocation-rule-builder/index.js +305 -150
  33. package/dist/components/invocation-rule-builder/invocation-rule-builder.css +28 -0
  34. package/dist/components/invocation-rule-builder/invocation-rule-builder.schema.js +89 -5
  35. package/dist/components/invocation-rule-builder/invocation-rule-builder.svelte.d.ts +2 -1
  36. package/dist/components/invocation-rule-builder/invocation-rule-builder.types.d.ts +114 -16
  37. package/dist/components/navigation-bar/index.js +11 -17
  38. package/dist/components/run-step-timeline/index.d.ts +1 -1
  39. package/dist/components/run-step-timeline/index.js +1052 -560
  40. package/dist/components/run-step-timeline/run-step-branch-disclosure.svelte.d.ts +17 -0
  41. package/dist/components/run-step-timeline/run-step-timeline.css +124 -0
  42. package/dist/components/run-step-timeline/run-step-timeline.schema.js +873 -350
  43. package/dist/components/run-step-timeline/run-step-timeline.svelte.d.ts +1 -15
  44. package/dist/components/run-step-timeline/run-step-timeline.types.d.ts +182 -5
  45. package/dist/components/run-step-timeline/run-step-timeline.utilities.d.ts +60 -0
  46. package/dist/components/schedule-builder/index.d.ts +5 -0
  47. package/dist/components/schedule-builder/index.js +3176 -0
  48. package/dist/components/schedule-builder/schedule-builder.css +121 -0
  49. package/dist/components/schedule-builder/schedule-builder.css.d.ts +1 -0
  50. package/dist/components/schedule-builder/schedule-builder.schema.d.ts +3 -0
  51. package/dist/components/schedule-builder/schedule-builder.schema.js +141 -0
  52. package/dist/components/schedule-builder/schedule-builder.svelte.d.ts +22 -0
  53. package/dist/components/schedule-builder/schedule-builder.types.d.ts +130 -0
  54. package/dist/components/schedule-builder/schedule-builder.utilities.d.ts +78 -0
  55. package/dist/components/schedule-builder/schedule-builder.variables.d.ts +2 -0
  56. package/dist/components/schedule-builder/schedule-builder.variables.js +61 -0
  57. package/dist/components/tag-input/index.js +22 -4
  58. package/dist/components/tag-input/tag-input.schema.js +5 -1
  59. package/dist/components/tag-input/tag-input.types.d.ts +4 -0
  60. package/dist/index.d.ts +6 -2
  61. package/dist/index.js +23069 -20833
  62. package/dist/server/components/access-gate/index.js +2 -1
  63. package/dist/server/components/chat/index.js +4 -4
  64. package/dist/server/components/chat-conversation-header/index.js +5 -5
  65. package/dist/server/components/chat-conversation-list/index.js +3 -3
  66. package/dist/server/components/color-field/index.js +2 -2
  67. package/dist/server/components/confirm-dialog/index.js +7 -2
  68. package/dist/server/components/connection-indicator/index.js +16 -0
  69. package/dist/server/components/data-table/index.js +3 -3
  70. package/dist/server/components/diff-viewer/index.js +4 -3
  71. package/dist/server/components/faceted-filter-bar/index.js +1 -1
  72. package/dist/server/components/invocation-rule-builder/index.js +1 -1
  73. package/dist/server/components/json-schema-editor/index.js +4 -3
  74. package/dist/server/components/navigation-bar/index.js +1 -1
  75. package/dist/server/components/review-editor/index.js +4 -3
  76. package/dist/server/components/run-step-timeline/index.js +1 -1
  77. package/dist/server/components/schedule-builder/index.js +30 -0
  78. package/dist/server/components/side-navigation/index.js +2 -2
  79. package/dist/server/components/table/index.js +3 -3
  80. package/dist/server/components/tag-input/index.js +1 -1
  81. package/dist/server/components/time-field/index.js +5 -3
  82. package/dist/server/index.js +105 -92
  83. package/dist/server/index.server-0sx92swg.js +9 -0
  84. package/dist/server/{index.server-mzzb7dnm.js → index.server-2bbwajb2.js} +1 -1
  85. package/dist/server/{index.server-q7w4jw89.js → index.server-2s5h1d05.js} +2 -2
  86. package/dist/server/{index.server-dg83ke3k.js → index.server-2zdbz3rj.js} +1 -1
  87. package/dist/server/{index.server-0jhra85x.js → index.server-3w72dxz7.js} +4 -4
  88. package/dist/server/{index.server-5tf22d6e.js → index.server-4wx0qven.js} +3 -3
  89. package/dist/server/{index.server-qh9qzd5t.js → index.server-4x4hgvqe.js} +283 -13
  90. package/dist/server/{index.server-c6pe4kaf.js → index.server-5gzyqv78.js} +1 -1
  91. package/dist/server/{index.server-mqt1ngqw.js → index.server-6hnfzc7f.js} +19 -6
  92. package/dist/server/{index.server-894t97kv.js → index.server-7yvpb6z7.js} +4 -4
  93. package/dist/server/index.server-be9bpqeh.js +93 -0
  94. package/dist/server/{index.server-f3z7tpxr.js → index.server-c42b462p.js} +2 -4
  95. package/dist/server/{index.server-7vyzen5x.js → index.server-c5qv3p61.js} +171 -63
  96. package/dist/server/index.server-cch0eed5.js +144 -0
  97. package/dist/server/{index.server-btgb3d56.js → index.server-d5a5ccz7.js} +18 -12
  98. package/dist/server/index.server-g5jgq3jp.js +793 -0
  99. package/dist/server/index.server-gmh5ar16.js +2 -0
  100. package/dist/server/{index.server-0atyznp7.js → index.server-h89zk5ev.js} +7 -7
  101. package/dist/server/{index.server-jxg42jpz.js → index.server-jdcq5zza.js} +7 -7
  102. package/dist/server/{index.server-2dga5yzr.js → index.server-jfrssta6.js} +1 -1
  103. package/dist/server/{index.server-fy068yne.js → index.server-jj76374p.js} +1 -1
  104. package/dist/server/{index.server-39ne5cd1.js → index.server-pxq277t5.js} +32 -1
  105. package/dist/server/index.server-qbkxz7r2.js +750 -0
  106. package/dist/server/{index.server-marjz8ps.js → index.server-tcay903b.js} +3 -2
  107. package/dist/server/{index.server-yz4k36cw.js → index.server-z7hxtqs1.js} +1 -1
  108. package/package.json +87 -97
  109. package/src/components/chat/builders.ts +445 -14
  110. package/src/components/chat/conversation-model.ts +1 -0
  111. package/src/components/chat/index.ts +1 -0
  112. package/src/components/chat/utilities/conversation.ts +33 -15
  113. package/src/components/code-block/code-block.css +15 -9
  114. package/src/components/code-block/code-block.variables.json +7 -1
  115. package/src/components/code-block/code-block.variables.ts +7 -1
  116. package/src/components/confirm-dialog/confirm-dialog.css +2 -0
  117. package/src/components/confirm-dialog/confirm-dialog.schema.json +8 -0
  118. package/src/components/confirm-dialog/confirm-dialog.schema.ts +10 -0
  119. package/src/components/confirm-dialog/confirm-dialog.svelte +31 -3
  120. package/src/components/confirm-dialog/confirm-dialog.types.ts +7 -0
  121. package/src/components/connection-indicator/connection-indicator.css +136 -0
  122. package/src/components/connection-indicator/connection-indicator.examples.json +31 -0
  123. package/src/components/connection-indicator/connection-indicator.schema.json +29 -0
  124. package/src/components/connection-indicator/connection-indicator.schema.ts +36 -0
  125. package/src/components/connection-indicator/connection-indicator.svelte +63 -0
  126. package/src/components/connection-indicator/connection-indicator.types.ts +58 -0
  127. package/src/components/connection-indicator/connection-indicator.variables.json +1 -0
  128. package/src/components/connection-indicator/connection-indicator.variables.ts +3 -0
  129. package/src/components/connection-indicator/index.ts +10 -0
  130. package/src/components/container/container.schema.json +3 -3
  131. package/src/components/container/container.schema.ts +3 -3
  132. package/src/components/faceted-filter-bar/faceted-filter-bar.schema.json +4 -0
  133. package/src/components/faceted-filter-bar/faceted-filter-bar.schema.ts +4 -0
  134. package/src/components/faceted-filter-bar/faceted-filter-bar.svelte +13 -11
  135. package/src/components/faceted-filter-bar/faceted-filter-bar.types.ts +2 -0
  136. package/src/components/invocation-rule-builder/index.ts +4 -0
  137. package/src/components/invocation-rule-builder/invocation-rule-builder.css +28 -0
  138. package/src/components/invocation-rule-builder/invocation-rule-builder.examples.json +6 -0
  139. package/src/components/invocation-rule-builder/invocation-rule-builder.schema.json +76 -3
  140. package/src/components/invocation-rule-builder/invocation-rule-builder.schema.ts +83 -3
  141. package/src/components/invocation-rule-builder/invocation-rule-builder.svelte +326 -113
  142. package/src/components/invocation-rule-builder/invocation-rule-builder.types.ts +157 -43
  143. package/src/components/navigation-bar/navigation-bar.svelte +2 -2
  144. package/src/components/run-step-timeline/index.ts +8 -0
  145. package/src/components/run-step-timeline/run-step-branch-disclosure.svelte +16 -0
  146. package/src/components/run-step-timeline/run-step-timeline.css +124 -0
  147. package/src/components/run-step-timeline/run-step-timeline.examples.json +18 -0
  148. package/src/components/run-step-timeline/run-step-timeline.schema.json +872 -349
  149. package/src/components/run-step-timeline/run-step-timeline.schema.ts +931 -349
  150. package/src/components/run-step-timeline/run-step-timeline.svelte +388 -269
  151. package/src/components/run-step-timeline/run-step-timeline.types.ts +192 -5
  152. package/src/components/run-step-timeline/run-step-timeline.utilities.ts +310 -0
  153. package/src/components/schedule-builder/index.ts +14 -0
  154. package/src/components/schedule-builder/schedule-builder.css +121 -0
  155. package/src/components/schedule-builder/schedule-builder.examples.json +31 -0
  156. package/src/components/schedule-builder/schedule-builder.schema.json +78 -0
  157. package/src/components/schedule-builder/schedule-builder.schema.ts +86 -0
  158. package/src/components/schedule-builder/schedule-builder.svelte +629 -0
  159. package/src/components/schedule-builder/schedule-builder.types.ts +137 -0
  160. package/src/components/schedule-builder/schedule-builder.utilities.ts +344 -0
  161. package/src/components/schedule-builder/schedule-builder.variables.json +1 -0
  162. package/src/components/schedule-builder/schedule-builder.variables.ts +3 -0
  163. package/src/components/tag-input/tag-input.schema.json +4 -0
  164. package/src/components/tag-input/tag-input.schema.ts +4 -0
  165. package/src/components/tag-input/tag-input.svelte +20 -3
  166. package/src/components/tag-input/tag-input.types.ts +4 -0
  167. package/src/index.ts +23 -0
  168. package/src/styles/components.css +2 -0
  169. package/dist/server/index.server-qk1h0n02.js +0 -393
@@ -56,7 +56,7 @@ import"@lostgradient/cinder/access-gate/styles";
56
56
 
57
57
  // src/components/access-gate/access-gate.svelte
58
58
  import"svelte/internal/disclose-version";
59
- import * as $47 from "svelte/internal/client";
59
+ import * as $52 from "svelte/internal/client";
60
60
 
61
61
  // ../../node_modules/lucide-svelte/dist/Icon.svelte
62
62
  import"svelte/internal/disclose-version";
@@ -715,12 +715,42 @@ function List($$anchor, $$props) {
715
715
  }));
716
716
  }
717
717
 
718
- // ../../node_modules/lucide-svelte/dist/icons/lock-keyhole.svelte
718
+ // ../../node_modules/lucide-svelte/dist/icons/loader.svelte
719
719
  import"svelte/internal/disclose-version";
720
720
  import"svelte/internal/flags/legacy";
721
721
  import * as $24 from "svelte/internal/client";
722
- function Lock_keyhole($$anchor, $$props) {
722
+ function Loader($$anchor, $$props) {
723
723
  const $$sanitized_props = $24.legacy_rest_props($$props, ["children", "$$slots", "$$events", "$$legacy"]);
724
+ const iconNode = [
725
+ ["path", { d: "M12 2v4" }],
726
+ ["path", { d: "m16.2 7.8 2.9-2.9" }],
727
+ ["path", { d: "M18 12h4" }],
728
+ ["path", { d: "m16.2 16.2 2.9 2.9" }],
729
+ ["path", { d: "M12 18v4" }],
730
+ ["path", { d: "m4.9 19.1 2.9-2.9" }],
731
+ ["path", { d: "M2 12h4" }],
732
+ ["path", { d: "m4.9 4.9 2.9 2.9" }]
733
+ ];
734
+ Icon($$anchor, $24.spread_props({ name: "loader" }, () => $$sanitized_props, {
735
+ get iconNode() {
736
+ return iconNode;
737
+ },
738
+ children: ($$anchor2, $$slotProps) => {
739
+ var fragment_1 = $24.comment();
740
+ var node = $24.first_child(fragment_1);
741
+ $24.slot(node, $$props, "default", {}, null);
742
+ $24.append($$anchor2, fragment_1);
743
+ },
744
+ $$slots: { default: true }
745
+ }));
746
+ }
747
+
748
+ // ../../node_modules/lucide-svelte/dist/icons/lock-keyhole.svelte
749
+ import"svelte/internal/disclose-version";
750
+ import"svelte/internal/flags/legacy";
751
+ import * as $25 from "svelte/internal/client";
752
+ function Lock_keyhole($$anchor, $$props) {
753
+ const $$sanitized_props = $25.legacy_rest_props($$props, ["children", "$$slots", "$$events", "$$legacy"]);
724
754
  const iconNode = [
725
755
  ["circle", { cx: "12", cy: "16", r: "1" }],
726
756
  [
@@ -735,15 +765,15 @@ function Lock_keyhole($$anchor, $$props) {
735
765
  ],
736
766
  ["path", { d: "M7 10V7a5 5 0 0 1 10 0v3" }]
737
767
  ];
738
- Icon($$anchor, $24.spread_props({ name: "lock-keyhole" }, () => $$sanitized_props, {
768
+ Icon($$anchor, $25.spread_props({ name: "lock-keyhole" }, () => $$sanitized_props, {
739
769
  get iconNode() {
740
770
  return iconNode;
741
771
  },
742
772
  children: ($$anchor2, $$slotProps) => {
743
- var fragment_1 = $24.comment();
744
- var node = $24.first_child(fragment_1);
745
- $24.slot(node, $$props, "default", {}, null);
746
- $24.append($$anchor2, fragment_1);
773
+ var fragment_1 = $25.comment();
774
+ var node = $25.first_child(fragment_1);
775
+ $25.slot(node, $$props, "default", {}, null);
776
+ $25.append($$anchor2, fragment_1);
747
777
  },
748
778
  $$slots: { default: true }
749
779
  }));
@@ -752,9 +782,9 @@ function Lock_keyhole($$anchor, $$props) {
752
782
  // ../../node_modules/lucide-svelte/dist/icons/lock.svelte
753
783
  import"svelte/internal/disclose-version";
754
784
  import"svelte/internal/flags/legacy";
755
- import * as $25 from "svelte/internal/client";
785
+ import * as $26 from "svelte/internal/client";
756
786
  function Lock($$anchor, $$props) {
757
- const $$sanitized_props = $25.legacy_rest_props($$props, ["children", "$$slots", "$$events", "$$legacy"]);
787
+ const $$sanitized_props = $26.legacy_rest_props($$props, ["children", "$$slots", "$$events", "$$legacy"]);
758
788
  const iconNode = [
759
789
  [
760
790
  "rect",
@@ -769,15 +799,15 @@ function Lock($$anchor, $$props) {
769
799
  ],
770
800
  ["path", { d: "M7 11V7a5 5 0 0 1 10 0v4" }]
771
801
  ];
772
- Icon($$anchor, $25.spread_props({ name: "lock" }, () => $$sanitized_props, {
802
+ Icon($$anchor, $26.spread_props({ name: "lock" }, () => $$sanitized_props, {
773
803
  get iconNode() {
774
804
  return iconNode;
775
805
  },
776
806
  children: ($$anchor2, $$slotProps) => {
777
- var fragment_1 = $25.comment();
778
- var node = $25.first_child(fragment_1);
779
- $25.slot(node, $$props, "default", {}, null);
780
- $25.append($$anchor2, fragment_1);
807
+ var fragment_1 = $26.comment();
808
+ var node = $26.first_child(fragment_1);
809
+ $26.slot(node, $$props, "default", {}, null);
810
+ $26.append($$anchor2, fragment_1);
781
811
  },
782
812
  $$slots: { default: true }
783
813
  }));
@@ -785,9 +815,9 @@ function Lock($$anchor, $$props) {
785
815
  // ../../node_modules/lucide-svelte/dist/icons/message-square.svelte
786
816
  import"svelte/internal/disclose-version";
787
817
  import"svelte/internal/flags/legacy";
788
- import * as $26 from "svelte/internal/client";
818
+ import * as $27 from "svelte/internal/client";
789
819
  function Message_square($$anchor, $$props) {
790
- const $$sanitized_props = $26.legacy_rest_props($$props, ["children", "$$slots", "$$events", "$$legacy"]);
820
+ const $$sanitized_props = $27.legacy_rest_props($$props, ["children", "$$slots", "$$events", "$$legacy"]);
791
821
  const iconNode = [
792
822
  [
793
823
  "path",
@@ -796,15 +826,15 @@ function Message_square($$anchor, $$props) {
796
826
  }
797
827
  ]
798
828
  ];
799
- Icon($$anchor, $26.spread_props({ name: "message-square" }, () => $$sanitized_props, {
829
+ Icon($$anchor, $27.spread_props({ name: "message-square" }, () => $$sanitized_props, {
800
830
  get iconNode() {
801
831
  return iconNode;
802
832
  },
803
833
  children: ($$anchor2, $$slotProps) => {
804
- var fragment_1 = $26.comment();
805
- var node = $26.first_child(fragment_1);
806
- $26.slot(node, $$props, "default", {}, null);
807
- $26.append($$anchor2, fragment_1);
834
+ var fragment_1 = $27.comment();
835
+ var node = $27.first_child(fragment_1);
836
+ $27.slot(node, $$props, "default", {}, null);
837
+ $27.append($$anchor2, fragment_1);
808
838
  },
809
839
  $$slots: { default: true }
810
840
  }));
@@ -813,19 +843,19 @@ function Message_square($$anchor, $$props) {
813
843
  // ../../node_modules/lucide-svelte/dist/icons/minus.svelte
814
844
  import"svelte/internal/disclose-version";
815
845
  import"svelte/internal/flags/legacy";
816
- import * as $27 from "svelte/internal/client";
846
+ import * as $28 from "svelte/internal/client";
817
847
  function Minus($$anchor, $$props) {
818
- const $$sanitized_props = $27.legacy_rest_props($$props, ["children", "$$slots", "$$events", "$$legacy"]);
848
+ const $$sanitized_props = $28.legacy_rest_props($$props, ["children", "$$slots", "$$events", "$$legacy"]);
819
849
  const iconNode = [["path", { d: "M5 12h14" }]];
820
- Icon($$anchor, $27.spread_props({ name: "minus" }, () => $$sanitized_props, {
850
+ Icon($$anchor, $28.spread_props({ name: "minus" }, () => $$sanitized_props, {
821
851
  get iconNode() {
822
852
  return iconNode;
823
853
  },
824
854
  children: ($$anchor2, $$slotProps) => {
825
- var fragment_1 = $27.comment();
826
- var node = $27.first_child(fragment_1);
827
- $27.slot(node, $$props, "default", {}, null);
828
- $27.append($$anchor2, fragment_1);
855
+ var fragment_1 = $28.comment();
856
+ var node = $28.first_child(fragment_1);
857
+ $28.slot(node, $$props, "default", {}, null);
858
+ $28.append($$anchor2, fragment_1);
829
859
  },
830
860
  $$slots: { default: true }
831
861
  }));
@@ -834,9 +864,9 @@ function Minus($$anchor, $$props) {
834
864
  // ../../node_modules/lucide-svelte/dist/icons/paperclip.svelte
835
865
  import"svelte/internal/disclose-version";
836
866
  import"svelte/internal/flags/legacy";
837
- import * as $28 from "svelte/internal/client";
867
+ import * as $29 from "svelte/internal/client";
838
868
  function Paperclip($$anchor, $$props) {
839
- const $$sanitized_props = $28.legacy_rest_props($$props, ["children", "$$slots", "$$events", "$$legacy"]);
869
+ const $$sanitized_props = $29.legacy_rest_props($$props, ["children", "$$slots", "$$events", "$$legacy"]);
840
870
  const iconNode = [
841
871
  ["path", { d: "M13.234 20.252 21 12.3" }],
842
872
  [
@@ -846,15 +876,15 @@ function Paperclip($$anchor, $$props) {
846
876
  }
847
877
  ]
848
878
  ];
849
- Icon($$anchor, $28.spread_props({ name: "paperclip" }, () => $$sanitized_props, {
879
+ Icon($$anchor, $29.spread_props({ name: "paperclip" }, () => $$sanitized_props, {
850
880
  get iconNode() {
851
881
  return iconNode;
852
882
  },
853
883
  children: ($$anchor2, $$slotProps) => {
854
- var fragment_1 = $28.comment();
855
- var node = $28.first_child(fragment_1);
856
- $28.slot(node, $$props, "default", {}, null);
857
- $28.append($$anchor2, fragment_1);
884
+ var fragment_1 = $29.comment();
885
+ var node = $29.first_child(fragment_1);
886
+ $29.slot(node, $$props, "default", {}, null);
887
+ $29.append($$anchor2, fragment_1);
858
888
  },
859
889
  $$slots: { default: true }
860
890
  }));
@@ -863,9 +893,9 @@ function Paperclip($$anchor, $$props) {
863
893
  // ../../node_modules/lucide-svelte/dist/icons/pencil.svelte
864
894
  import"svelte/internal/disclose-version";
865
895
  import"svelte/internal/flags/legacy";
866
- import * as $29 from "svelte/internal/client";
896
+ import * as $30 from "svelte/internal/client";
867
897
  function Pencil($$anchor, $$props) {
868
- const $$sanitized_props = $29.legacy_rest_props($$props, ["children", "$$slots", "$$events", "$$legacy"]);
898
+ const $$sanitized_props = $30.legacy_rest_props($$props, ["children", "$$slots", "$$events", "$$legacy"]);
869
899
  const iconNode = [
870
900
  [
871
901
  "path",
@@ -875,15 +905,15 @@ function Pencil($$anchor, $$props) {
875
905
  ],
876
906
  ["path", { d: "m15 5 4 4" }]
877
907
  ];
878
- Icon($$anchor, $29.spread_props({ name: "pencil" }, () => $$sanitized_props, {
908
+ Icon($$anchor, $30.spread_props({ name: "pencil" }, () => $$sanitized_props, {
879
909
  get iconNode() {
880
910
  return iconNode;
881
911
  },
882
912
  children: ($$anchor2, $$slotProps) => {
883
- var fragment_1 = $29.comment();
884
- var node = $29.first_child(fragment_1);
885
- $29.slot(node, $$props, "default", {}, null);
886
- $29.append($$anchor2, fragment_1);
913
+ var fragment_1 = $30.comment();
914
+ var node = $30.first_child(fragment_1);
915
+ $30.slot(node, $$props, "default", {}, null);
916
+ $30.append($$anchor2, fragment_1);
887
917
  },
888
918
  $$slots: { default: true }
889
919
  }));
@@ -892,23 +922,23 @@ function Pencil($$anchor, $$props) {
892
922
  // ../../node_modules/lucide-svelte/dist/icons/pilcrow.svelte
893
923
  import"svelte/internal/disclose-version";
894
924
  import"svelte/internal/flags/legacy";
895
- import * as $30 from "svelte/internal/client";
925
+ import * as $31 from "svelte/internal/client";
896
926
  function Pilcrow($$anchor, $$props) {
897
- const $$sanitized_props = $30.legacy_rest_props($$props, ["children", "$$slots", "$$events", "$$legacy"]);
927
+ const $$sanitized_props = $31.legacy_rest_props($$props, ["children", "$$slots", "$$events", "$$legacy"]);
898
928
  const iconNode = [
899
929
  ["path", { d: "M13 4v16" }],
900
930
  ["path", { d: "M17 4v16" }],
901
931
  ["path", { d: "M19 4H9.5a4.5 4.5 0 0 0 0 9H13" }]
902
932
  ];
903
- Icon($$anchor, $30.spread_props({ name: "pilcrow" }, () => $$sanitized_props, {
933
+ Icon($$anchor, $31.spread_props({ name: "pilcrow" }, () => $$sanitized_props, {
904
934
  get iconNode() {
905
935
  return iconNode;
906
936
  },
907
937
  children: ($$anchor2, $$slotProps) => {
908
- var fragment_1 = $30.comment();
909
- var node = $30.first_child(fragment_1);
910
- $30.slot(node, $$props, "default", {}, null);
911
- $30.append($$anchor2, fragment_1);
938
+ var fragment_1 = $31.comment();
939
+ var node = $31.first_child(fragment_1);
940
+ $31.slot(node, $$props, "default", {}, null);
941
+ $31.append($$anchor2, fragment_1);
912
942
  },
913
943
  $$slots: { default: true }
914
944
  }));
@@ -917,19 +947,19 @@ function Pilcrow($$anchor, $$props) {
917
947
  // ../../node_modules/lucide-svelte/dist/icons/plus.svelte
918
948
  import"svelte/internal/disclose-version";
919
949
  import"svelte/internal/flags/legacy";
920
- import * as $31 from "svelte/internal/client";
950
+ import * as $32 from "svelte/internal/client";
921
951
  function Plus($$anchor, $$props) {
922
- const $$sanitized_props = $31.legacy_rest_props($$props, ["children", "$$slots", "$$events", "$$legacy"]);
952
+ const $$sanitized_props = $32.legacy_rest_props($$props, ["children", "$$slots", "$$events", "$$legacy"]);
923
953
  const iconNode = [["path", { d: "M5 12h14" }], ["path", { d: "M12 5v14" }]];
924
- Icon($$anchor, $31.spread_props({ name: "plus" }, () => $$sanitized_props, {
954
+ Icon($$anchor, $32.spread_props({ name: "plus" }, () => $$sanitized_props, {
925
955
  get iconNode() {
926
956
  return iconNode;
927
957
  },
928
958
  children: ($$anchor2, $$slotProps) => {
929
- var fragment_1 = $31.comment();
930
- var node = $31.first_child(fragment_1);
931
- $31.slot(node, $$props, "default", {}, null);
932
- $31.append($$anchor2, fragment_1);
959
+ var fragment_1 = $32.comment();
960
+ var node = $32.first_child(fragment_1);
961
+ $32.slot(node, $$props, "default", {}, null);
962
+ $32.append($$anchor2, fragment_1);
933
963
  },
934
964
  $$slots: { default: true }
935
965
  }));
@@ -938,9 +968,9 @@ function Plus($$anchor, $$props) {
938
968
  // ../../node_modules/lucide-svelte/dist/icons/quote.svelte
939
969
  import"svelte/internal/disclose-version";
940
970
  import"svelte/internal/flags/legacy";
941
- import * as $32 from "svelte/internal/client";
971
+ import * as $33 from "svelte/internal/client";
942
972
  function Quote($$anchor, $$props) {
943
- const $$sanitized_props = $32.legacy_rest_props($$props, ["children", "$$slots", "$$events", "$$legacy"]);
973
+ const $$sanitized_props = $33.legacy_rest_props($$props, ["children", "$$slots", "$$events", "$$legacy"]);
944
974
  const iconNode = [
945
975
  [
946
976
  "path",
@@ -955,15 +985,15 @@ function Quote($$anchor, $$props) {
955
985
  }
956
986
  ]
957
987
  ];
958
- Icon($$anchor, $32.spread_props({ name: "quote" }, () => $$sanitized_props, {
988
+ Icon($$anchor, $33.spread_props({ name: "quote" }, () => $$sanitized_props, {
959
989
  get iconNode() {
960
990
  return iconNode;
961
991
  },
962
992
  children: ($$anchor2, $$slotProps) => {
963
- var fragment_1 = $32.comment();
964
- var node = $32.first_child(fragment_1);
965
- $32.slot(node, $$props, "default", {}, null);
966
- $32.append($$anchor2, fragment_1);
993
+ var fragment_1 = $33.comment();
994
+ var node = $33.first_child(fragment_1);
995
+ $33.slot(node, $$props, "default", {}, null);
996
+ $33.append($$anchor2, fragment_1);
967
997
  },
968
998
  $$slots: { default: true }
969
999
  }));
@@ -972,9 +1002,9 @@ function Quote($$anchor, $$props) {
972
1002
  // ../../node_modules/lucide-svelte/dist/icons/redo-2.svelte
973
1003
  import"svelte/internal/disclose-version";
974
1004
  import"svelte/internal/flags/legacy";
975
- import * as $33 from "svelte/internal/client";
1005
+ import * as $34 from "svelte/internal/client";
976
1006
  function Redo_2($$anchor, $$props) {
977
- const $$sanitized_props = $33.legacy_rest_props($$props, ["children", "$$slots", "$$events", "$$legacy"]);
1007
+ const $$sanitized_props = $34.legacy_rest_props($$props, ["children", "$$slots", "$$events", "$$legacy"]);
978
1008
  const iconNode = [
979
1009
  ["path", { d: "m15 14 5-5-5-5" }],
980
1010
  [
@@ -984,15 +1014,42 @@ function Redo_2($$anchor, $$props) {
984
1014
  }
985
1015
  ]
986
1016
  ];
987
- Icon($$anchor, $33.spread_props({ name: "redo-2" }, () => $$sanitized_props, {
1017
+ Icon($$anchor, $34.spread_props({ name: "redo-2" }, () => $$sanitized_props, {
988
1018
  get iconNode() {
989
1019
  return iconNode;
990
1020
  },
991
1021
  children: ($$anchor2, $$slotProps) => {
992
- var fragment_1 = $33.comment();
993
- var node = $33.first_child(fragment_1);
994
- $33.slot(node, $$props, "default", {}, null);
995
- $33.append($$anchor2, fragment_1);
1022
+ var fragment_1 = $34.comment();
1023
+ var node = $34.first_child(fragment_1);
1024
+ $34.slot(node, $$props, "default", {}, null);
1025
+ $34.append($$anchor2, fragment_1);
1026
+ },
1027
+ $$slots: { default: true }
1028
+ }));
1029
+ }
1030
+
1031
+ // ../../node_modules/lucide-svelte/dist/icons/refresh-ccw-dot.svelte
1032
+ import"svelte/internal/disclose-version";
1033
+ import"svelte/internal/flags/legacy";
1034
+ import * as $35 from "svelte/internal/client";
1035
+ function Refresh_ccw_dot($$anchor, $$props) {
1036
+ const $$sanitized_props = $35.legacy_rest_props($$props, ["children", "$$slots", "$$events", "$$legacy"]);
1037
+ const iconNode = [
1038
+ ["path", { d: "M3 2v6h6" }],
1039
+ ["path", { d: "M21 12A9 9 0 0 0 6 5.3L3 8" }],
1040
+ ["path", { d: "M21 22v-6h-6" }],
1041
+ ["path", { d: "M3 12a9 9 0 0 0 15 6.7l3-2.7" }],
1042
+ ["circle", { cx: "12", cy: "12", r: "1" }]
1043
+ ];
1044
+ Icon($$anchor, $35.spread_props({ name: "refresh-ccw-dot" }, () => $$sanitized_props, {
1045
+ get iconNode() {
1046
+ return iconNode;
1047
+ },
1048
+ children: ($$anchor2, $$slotProps) => {
1049
+ var fragment_1 = $35.comment();
1050
+ var node = $35.first_child(fragment_1);
1051
+ $35.slot(node, $$props, "default", {}, null);
1052
+ $35.append($$anchor2, fragment_1);
996
1053
  },
997
1054
  $$slots: { default: true }
998
1055
  }));
@@ -1001,9 +1058,9 @@ function Redo_2($$anchor, $$props) {
1001
1058
  // ../../node_modules/lucide-svelte/dist/icons/refresh-cw.svelte
1002
1059
  import"svelte/internal/disclose-version";
1003
1060
  import"svelte/internal/flags/legacy";
1004
- import * as $34 from "svelte/internal/client";
1061
+ import * as $36 from "svelte/internal/client";
1005
1062
  function Refresh_cw($$anchor, $$props) {
1006
- const $$sanitized_props = $34.legacy_rest_props($$props, ["children", "$$slots", "$$events", "$$legacy"]);
1063
+ const $$sanitized_props = $36.legacy_rest_props($$props, ["children", "$$slots", "$$events", "$$legacy"]);
1007
1064
  const iconNode = [
1008
1065
  [
1009
1066
  "path",
@@ -1016,15 +1073,15 @@ function Refresh_cw($$anchor, $$props) {
1016
1073
  ],
1017
1074
  ["path", { d: "M8 16H3v5" }]
1018
1075
  ];
1019
- Icon($$anchor, $34.spread_props({ name: "refresh-cw" }, () => $$sanitized_props, {
1076
+ Icon($$anchor, $36.spread_props({ name: "refresh-cw" }, () => $$sanitized_props, {
1020
1077
  get iconNode() {
1021
1078
  return iconNode;
1022
1079
  },
1023
1080
  children: ($$anchor2, $$slotProps) => {
1024
- var fragment_1 = $34.comment();
1025
- var node = $34.first_child(fragment_1);
1026
- $34.slot(node, $$props, "default", {}, null);
1027
- $34.append($$anchor2, fragment_1);
1081
+ var fragment_1 = $36.comment();
1082
+ var node = $36.first_child(fragment_1);
1083
+ $36.slot(node, $$props, "default", {}, null);
1084
+ $36.append($$anchor2, fragment_1);
1028
1085
  },
1029
1086
  $$slots: { default: true }
1030
1087
  }));
@@ -1033,9 +1090,9 @@ function Refresh_cw($$anchor, $$props) {
1033
1090
  // ../../node_modules/lucide-svelte/dist/icons/rotate-ccw.svelte
1034
1091
  import"svelte/internal/disclose-version";
1035
1092
  import"svelte/internal/flags/legacy";
1036
- import * as $35 from "svelte/internal/client";
1093
+ import * as $37 from "svelte/internal/client";
1037
1094
  function Rotate_ccw($$anchor, $$props) {
1038
- const $$sanitized_props = $35.legacy_rest_props($$props, ["children", "$$slots", "$$events", "$$legacy"]);
1095
+ const $$sanitized_props = $37.legacy_rest_props($$props, ["children", "$$slots", "$$events", "$$legacy"]);
1039
1096
  const iconNode = [
1040
1097
  [
1041
1098
  "path",
@@ -1043,15 +1100,15 @@ function Rotate_ccw($$anchor, $$props) {
1043
1100
  ],
1044
1101
  ["path", { d: "M3 3v5h5" }]
1045
1102
  ];
1046
- Icon($$anchor, $35.spread_props({ name: "rotate-ccw" }, () => $$sanitized_props, {
1103
+ Icon($$anchor, $37.spread_props({ name: "rotate-ccw" }, () => $$sanitized_props, {
1047
1104
  get iconNode() {
1048
1105
  return iconNode;
1049
1106
  },
1050
1107
  children: ($$anchor2, $$slotProps) => {
1051
- var fragment_1 = $35.comment();
1052
- var node = $35.first_child(fragment_1);
1053
- $35.slot(node, $$props, "default", {}, null);
1054
- $35.append($$anchor2, fragment_1);
1108
+ var fragment_1 = $37.comment();
1109
+ var node = $37.first_child(fragment_1);
1110
+ $37.slot(node, $$props, "default", {}, null);
1111
+ $37.append($$anchor2, fragment_1);
1055
1112
  },
1056
1113
  $$slots: { default: true }
1057
1114
  }));
@@ -1060,22 +1117,22 @@ function Rotate_ccw($$anchor, $$props) {
1060
1117
  // ../../node_modules/lucide-svelte/dist/icons/search.svelte
1061
1118
  import"svelte/internal/disclose-version";
1062
1119
  import"svelte/internal/flags/legacy";
1063
- import * as $36 from "svelte/internal/client";
1120
+ import * as $38 from "svelte/internal/client";
1064
1121
  function Search($$anchor, $$props) {
1065
- const $$sanitized_props = $36.legacy_rest_props($$props, ["children", "$$slots", "$$events", "$$legacy"]);
1122
+ const $$sanitized_props = $38.legacy_rest_props($$props, ["children", "$$slots", "$$events", "$$legacy"]);
1066
1123
  const iconNode = [
1067
1124
  ["circle", { cx: "11", cy: "11", r: "8" }],
1068
1125
  ["path", { d: "m21 21-4.3-4.3" }]
1069
1126
  ];
1070
- Icon($$anchor, $36.spread_props({ name: "search" }, () => $$sanitized_props, {
1127
+ Icon($$anchor, $38.spread_props({ name: "search" }, () => $$sanitized_props, {
1071
1128
  get iconNode() {
1072
1129
  return iconNode;
1073
1130
  },
1074
1131
  children: ($$anchor2, $$slotProps) => {
1075
- var fragment_1 = $36.comment();
1076
- var node = $36.first_child(fragment_1);
1077
- $36.slot(node, $$props, "default", {}, null);
1078
- $36.append($$anchor2, fragment_1);
1132
+ var fragment_1 = $38.comment();
1133
+ var node = $38.first_child(fragment_1);
1134
+ $38.slot(node, $$props, "default", {}, null);
1135
+ $38.append($$anchor2, fragment_1);
1079
1136
  },
1080
1137
  $$slots: { default: true }
1081
1138
  }));
@@ -1084,24 +1141,24 @@ function Search($$anchor, $$props) {
1084
1141
  // ../../node_modules/lucide-svelte/dist/icons/signal-high.svelte
1085
1142
  import"svelte/internal/disclose-version";
1086
1143
  import"svelte/internal/flags/legacy";
1087
- import * as $37 from "svelte/internal/client";
1144
+ import * as $39 from "svelte/internal/client";
1088
1145
  function Signal_high($$anchor, $$props) {
1089
- const $$sanitized_props = $37.legacy_rest_props($$props, ["children", "$$slots", "$$events", "$$legacy"]);
1146
+ const $$sanitized_props = $39.legacy_rest_props($$props, ["children", "$$slots", "$$events", "$$legacy"]);
1090
1147
  const iconNode = [
1091
1148
  ["path", { d: "M2 20h.01" }],
1092
1149
  ["path", { d: "M7 20v-4" }],
1093
1150
  ["path", { d: "M12 20v-8" }],
1094
1151
  ["path", { d: "M17 20V8" }]
1095
1152
  ];
1096
- Icon($$anchor, $37.spread_props({ name: "signal-high" }, () => $$sanitized_props, {
1153
+ Icon($$anchor, $39.spread_props({ name: "signal-high" }, () => $$sanitized_props, {
1097
1154
  get iconNode() {
1098
1155
  return iconNode;
1099
1156
  },
1100
1157
  children: ($$anchor2, $$slotProps) => {
1101
- var fragment_1 = $37.comment();
1102
- var node = $37.first_child(fragment_1);
1103
- $37.slot(node, $$props, "default", {}, null);
1104
- $37.append($$anchor2, fragment_1);
1158
+ var fragment_1 = $39.comment();
1159
+ var node = $39.first_child(fragment_1);
1160
+ $39.slot(node, $$props, "default", {}, null);
1161
+ $39.append($$anchor2, fragment_1);
1105
1162
  },
1106
1163
  $$slots: { default: true }
1107
1164
  }));
@@ -1110,22 +1167,22 @@ function Signal_high($$anchor, $$props) {
1110
1167
  // ../../node_modules/lucide-svelte/dist/icons/signal-low.svelte
1111
1168
  import"svelte/internal/disclose-version";
1112
1169
  import"svelte/internal/flags/legacy";
1113
- import * as $38 from "svelte/internal/client";
1170
+ import * as $40 from "svelte/internal/client";
1114
1171
  function Signal_low($$anchor, $$props) {
1115
- const $$sanitized_props = $38.legacy_rest_props($$props, ["children", "$$slots", "$$events", "$$legacy"]);
1172
+ const $$sanitized_props = $40.legacy_rest_props($$props, ["children", "$$slots", "$$events", "$$legacy"]);
1116
1173
  const iconNode = [
1117
1174
  ["path", { d: "M2 20h.01" }],
1118
1175
  ["path", { d: "M7 20v-4" }]
1119
1176
  ];
1120
- Icon($$anchor, $38.spread_props({ name: "signal-low" }, () => $$sanitized_props, {
1177
+ Icon($$anchor, $40.spread_props({ name: "signal-low" }, () => $$sanitized_props, {
1121
1178
  get iconNode() {
1122
1179
  return iconNode;
1123
1180
  },
1124
1181
  children: ($$anchor2, $$slotProps) => {
1125
- var fragment_1 = $38.comment();
1126
- var node = $38.first_child(fragment_1);
1127
- $38.slot(node, $$props, "default", {}, null);
1128
- $38.append($$anchor2, fragment_1);
1182
+ var fragment_1 = $40.comment();
1183
+ var node = $40.first_child(fragment_1);
1184
+ $40.slot(node, $$props, "default", {}, null);
1185
+ $40.append($$anchor2, fragment_1);
1129
1186
  },
1130
1187
  $$slots: { default: true }
1131
1188
  }));
@@ -1134,23 +1191,23 @@ function Signal_low($$anchor, $$props) {
1134
1191
  // ../../node_modules/lucide-svelte/dist/icons/signal-medium.svelte
1135
1192
  import"svelte/internal/disclose-version";
1136
1193
  import"svelte/internal/flags/legacy";
1137
- import * as $39 from "svelte/internal/client";
1194
+ import * as $41 from "svelte/internal/client";
1138
1195
  function Signal_medium($$anchor, $$props) {
1139
- const $$sanitized_props = $39.legacy_rest_props($$props, ["children", "$$slots", "$$events", "$$legacy"]);
1196
+ const $$sanitized_props = $41.legacy_rest_props($$props, ["children", "$$slots", "$$events", "$$legacy"]);
1140
1197
  const iconNode = [
1141
1198
  ["path", { d: "M2 20h.01" }],
1142
1199
  ["path", { d: "M7 20v-4" }],
1143
1200
  ["path", { d: "M12 20v-8" }]
1144
1201
  ];
1145
- Icon($$anchor, $39.spread_props({ name: "signal-medium" }, () => $$sanitized_props, {
1202
+ Icon($$anchor, $41.spread_props({ name: "signal-medium" }, () => $$sanitized_props, {
1146
1203
  get iconNode() {
1147
1204
  return iconNode;
1148
1205
  },
1149
1206
  children: ($$anchor2, $$slotProps) => {
1150
- var fragment_1 = $39.comment();
1151
- var node = $39.first_child(fragment_1);
1152
- $39.slot(node, $$props, "default", {}, null);
1153
- $39.append($$anchor2, fragment_1);
1207
+ var fragment_1 = $41.comment();
1208
+ var node = $41.first_child(fragment_1);
1209
+ $41.slot(node, $$props, "default", {}, null);
1210
+ $41.append($$anchor2, fragment_1);
1154
1211
  },
1155
1212
  $$slots: { default: true }
1156
1213
  }));
@@ -1159,24 +1216,24 @@ function Signal_medium($$anchor, $$props) {
1159
1216
  // ../../node_modules/lucide-svelte/dist/icons/square.svelte
1160
1217
  import"svelte/internal/disclose-version";
1161
1218
  import"svelte/internal/flags/legacy";
1162
- import * as $40 from "svelte/internal/client";
1219
+ import * as $42 from "svelte/internal/client";
1163
1220
  function Square($$anchor, $$props) {
1164
- const $$sanitized_props = $40.legacy_rest_props($$props, ["children", "$$slots", "$$events", "$$legacy"]);
1221
+ const $$sanitized_props = $42.legacy_rest_props($$props, ["children", "$$slots", "$$events", "$$legacy"]);
1165
1222
  const iconNode = [
1166
1223
  [
1167
1224
  "rect",
1168
1225
  { width: "18", height: "18", x: "3", y: "3", rx: "2" }
1169
1226
  ]
1170
1227
  ];
1171
- Icon($$anchor, $40.spread_props({ name: "square" }, () => $$sanitized_props, {
1228
+ Icon($$anchor, $42.spread_props({ name: "square" }, () => $$sanitized_props, {
1172
1229
  get iconNode() {
1173
1230
  return iconNode;
1174
1231
  },
1175
1232
  children: ($$anchor2, $$slotProps) => {
1176
- var fragment_1 = $40.comment();
1177
- var node = $40.first_child(fragment_1);
1178
- $40.slot(node, $$props, "default", {}, null);
1179
- $40.append($$anchor2, fragment_1);
1233
+ var fragment_1 = $42.comment();
1234
+ var node = $42.first_child(fragment_1);
1235
+ $42.slot(node, $$props, "default", {}, null);
1236
+ $42.append($$anchor2, fragment_1);
1180
1237
  },
1181
1238
  $$slots: { default: true }
1182
1239
  }));
@@ -1185,23 +1242,23 @@ function Square($$anchor, $$props) {
1185
1242
  // ../../node_modules/lucide-svelte/dist/icons/strikethrough.svelte
1186
1243
  import"svelte/internal/disclose-version";
1187
1244
  import"svelte/internal/flags/legacy";
1188
- import * as $41 from "svelte/internal/client";
1245
+ import * as $43 from "svelte/internal/client";
1189
1246
  function Strikethrough($$anchor, $$props) {
1190
- const $$sanitized_props = $41.legacy_rest_props($$props, ["children", "$$slots", "$$events", "$$legacy"]);
1247
+ const $$sanitized_props = $43.legacy_rest_props($$props, ["children", "$$slots", "$$events", "$$legacy"]);
1191
1248
  const iconNode = [
1192
1249
  ["path", { d: "M16 4H9a3 3 0 0 0-2.83 4" }],
1193
1250
  ["path", { d: "M14 12a4 4 0 0 1 0 8H6" }],
1194
1251
  ["line", { x1: "4", x2: "20", y1: "12", y2: "12" }]
1195
1252
  ];
1196
- Icon($$anchor, $41.spread_props({ name: "strikethrough" }, () => $$sanitized_props, {
1253
+ Icon($$anchor, $43.spread_props({ name: "strikethrough" }, () => $$sanitized_props, {
1197
1254
  get iconNode() {
1198
1255
  return iconNode;
1199
1256
  },
1200
1257
  children: ($$anchor2, $$slotProps) => {
1201
- var fragment_1 = $41.comment();
1202
- var node = $41.first_child(fragment_1);
1203
- $41.slot(node, $$props, "default", {}, null);
1204
- $41.append($$anchor2, fragment_1);
1258
+ var fragment_1 = $43.comment();
1259
+ var node = $43.first_child(fragment_1);
1260
+ $43.slot(node, $$props, "default", {}, null);
1261
+ $43.append($$anchor2, fragment_1);
1205
1262
  },
1206
1263
  $$slots: { default: true }
1207
1264
  }));
@@ -1210,9 +1267,9 @@ function Strikethrough($$anchor, $$props) {
1210
1267
  // ../../node_modules/lucide-svelte/dist/icons/trash-2.svelte
1211
1268
  import"svelte/internal/disclose-version";
1212
1269
  import"svelte/internal/flags/legacy";
1213
- import * as $42 from "svelte/internal/client";
1270
+ import * as $44 from "svelte/internal/client";
1214
1271
  function Trash_2($$anchor, $$props) {
1215
- const $$sanitized_props = $42.legacy_rest_props($$props, ["children", "$$slots", "$$events", "$$legacy"]);
1272
+ const $$sanitized_props = $44.legacy_rest_props($$props, ["children", "$$slots", "$$events", "$$legacy"]);
1216
1273
  const iconNode = [
1217
1274
  ["path", { d: "M3 6h18" }],
1218
1275
  ["path", { d: "M19 6v14c0 1-1 2-2 2H7c-1 0-2-1-2-2V6" }],
@@ -1220,15 +1277,45 @@ function Trash_2($$anchor, $$props) {
1220
1277
  ["line", { x1: "10", x2: "10", y1: "11", y2: "17" }],
1221
1278
  ["line", { x1: "14", x2: "14", y1: "11", y2: "17" }]
1222
1279
  ];
1223
- Icon($$anchor, $42.spread_props({ name: "trash-2" }, () => $$sanitized_props, {
1280
+ Icon($$anchor, $44.spread_props({ name: "trash-2" }, () => $$sanitized_props, {
1224
1281
  get iconNode() {
1225
1282
  return iconNode;
1226
1283
  },
1227
1284
  children: ($$anchor2, $$slotProps) => {
1228
- var fragment_1 = $42.comment();
1229
- var node = $42.first_child(fragment_1);
1230
- $42.slot(node, $$props, "default", {}, null);
1231
- $42.append($$anchor2, fragment_1);
1285
+ var fragment_1 = $44.comment();
1286
+ var node = $44.first_child(fragment_1);
1287
+ $44.slot(node, $$props, "default", {}, null);
1288
+ $44.append($$anchor2, fragment_1);
1289
+ },
1290
+ $$slots: { default: true }
1291
+ }));
1292
+ }
1293
+
1294
+ // ../../node_modules/lucide-svelte/dist/icons/triangle-alert.svelte
1295
+ import"svelte/internal/disclose-version";
1296
+ import"svelte/internal/flags/legacy";
1297
+ import * as $45 from "svelte/internal/client";
1298
+ function Triangle_alert($$anchor, $$props) {
1299
+ const $$sanitized_props = $45.legacy_rest_props($$props, ["children", "$$slots", "$$events", "$$legacy"]);
1300
+ const iconNode = [
1301
+ [
1302
+ "path",
1303
+ {
1304
+ d: "m21.73 18-8-14a2 2 0 0 0-3.48 0l-8 14A2 2 0 0 0 4 21h16a2 2 0 0 0 1.73-3"
1305
+ }
1306
+ ],
1307
+ ["path", { d: "M12 9v4" }],
1308
+ ["path", { d: "M12 17h.01" }]
1309
+ ];
1310
+ Icon($$anchor, $45.spread_props({ name: "triangle-alert" }, () => $$sanitized_props, {
1311
+ get iconNode() {
1312
+ return iconNode;
1313
+ },
1314
+ children: ($$anchor2, $$slotProps) => {
1315
+ var fragment_1 = $45.comment();
1316
+ var node = $45.first_child(fragment_1);
1317
+ $45.slot(node, $$props, "default", {}, null);
1318
+ $45.append($$anchor2, fragment_1);
1232
1319
  },
1233
1320
  $$slots: { default: true }
1234
1321
  }));
@@ -1237,9 +1324,9 @@ function Trash_2($$anchor, $$props) {
1237
1324
  // ../../node_modules/lucide-svelte/dist/icons/undo-2.svelte
1238
1325
  import"svelte/internal/disclose-version";
1239
1326
  import"svelte/internal/flags/legacy";
1240
- import * as $43 from "svelte/internal/client";
1327
+ import * as $46 from "svelte/internal/client";
1241
1328
  function Undo_2($$anchor, $$props) {
1242
- const $$sanitized_props = $43.legacy_rest_props($$props, ["children", "$$slots", "$$events", "$$legacy"]);
1329
+ const $$sanitized_props = $46.legacy_rest_props($$props, ["children", "$$slots", "$$events", "$$legacy"]);
1243
1330
  const iconNode = [
1244
1331
  ["path", { d: "M9 14 4 9l5-5" }],
1245
1332
  [
@@ -1249,15 +1336,15 @@ function Undo_2($$anchor, $$props) {
1249
1336
  }
1250
1337
  ]
1251
1338
  ];
1252
- Icon($$anchor, $43.spread_props({ name: "undo-2" }, () => $$sanitized_props, {
1339
+ Icon($$anchor, $46.spread_props({ name: "undo-2" }, () => $$sanitized_props, {
1253
1340
  get iconNode() {
1254
1341
  return iconNode;
1255
1342
  },
1256
1343
  children: ($$anchor2, $$slotProps) => {
1257
- var fragment_1 = $43.comment();
1258
- var node = $43.first_child(fragment_1);
1259
- $43.slot(node, $$props, "default", {}, null);
1260
- $43.append($$anchor2, fragment_1);
1344
+ var fragment_1 = $46.comment();
1345
+ var node = $46.first_child(fragment_1);
1346
+ $46.slot(node, $$props, "default", {}, null);
1347
+ $46.append($$anchor2, fragment_1);
1261
1348
  },
1262
1349
  $$slots: { default: true }
1263
1350
  }));
@@ -1266,9 +1353,9 @@ function Undo_2($$anchor, $$props) {
1266
1353
  // ../../node_modules/lucide-svelte/dist/icons/unlink.svelte
1267
1354
  import"svelte/internal/disclose-version";
1268
1355
  import"svelte/internal/flags/legacy";
1269
- import * as $44 from "svelte/internal/client";
1356
+ import * as $47 from "svelte/internal/client";
1270
1357
  function Unlink($$anchor, $$props) {
1271
- const $$sanitized_props = $44.legacy_rest_props($$props, ["children", "$$slots", "$$events", "$$legacy"]);
1358
+ const $$sanitized_props = $47.legacy_rest_props($$props, ["children", "$$slots", "$$events", "$$legacy"]);
1272
1359
  const iconNode = [
1273
1360
  [
1274
1361
  "path",
@@ -1287,15 +1374,70 @@ function Unlink($$anchor, $$props) {
1287
1374
  ["line", { x1: "16", x2: "16", y1: "19", y2: "22" }],
1288
1375
  ["line", { x1: "19", x2: "22", y1: "16", y2: "16" }]
1289
1376
  ];
1290
- Icon($$anchor, $44.spread_props({ name: "unlink" }, () => $$sanitized_props, {
1377
+ Icon($$anchor, $47.spread_props({ name: "unlink" }, () => $$sanitized_props, {
1291
1378
  get iconNode() {
1292
1379
  return iconNode;
1293
1380
  },
1294
1381
  children: ($$anchor2, $$slotProps) => {
1295
- var fragment_1 = $44.comment();
1296
- var node = $44.first_child(fragment_1);
1297
- $44.slot(node, $$props, "default", {}, null);
1298
- $44.append($$anchor2, fragment_1);
1382
+ var fragment_1 = $47.comment();
1383
+ var node = $47.first_child(fragment_1);
1384
+ $47.slot(node, $$props, "default", {}, null);
1385
+ $47.append($$anchor2, fragment_1);
1386
+ },
1387
+ $$slots: { default: true }
1388
+ }));
1389
+ }
1390
+
1391
+ // ../../node_modules/lucide-svelte/dist/icons/wifi-off.svelte
1392
+ import"svelte/internal/disclose-version";
1393
+ import"svelte/internal/flags/legacy";
1394
+ import * as $48 from "svelte/internal/client";
1395
+ function Wifi_off($$anchor, $$props) {
1396
+ const $$sanitized_props = $48.legacy_rest_props($$props, ["children", "$$slots", "$$events", "$$legacy"]);
1397
+ const iconNode = [
1398
+ ["path", { d: "M12 20h.01" }],
1399
+ ["path", { d: "M8.5 16.429a5 5 0 0 1 7 0" }],
1400
+ ["path", { d: "M5 12.859a10 10 0 0 1 5.17-2.69" }],
1401
+ ["path", { d: "M19 12.859a10 10 0 0 0-2.007-1.523" }],
1402
+ ["path", { d: "M2 8.82a15 15 0 0 1 4.177-2.643" }],
1403
+ ["path", { d: "M22 8.82a15 15 0 0 0-11.288-3.764" }],
1404
+ ["path", { d: "m2 2 20 20" }]
1405
+ ];
1406
+ Icon($$anchor, $48.spread_props({ name: "wifi-off" }, () => $$sanitized_props, {
1407
+ get iconNode() {
1408
+ return iconNode;
1409
+ },
1410
+ children: ($$anchor2, $$slotProps) => {
1411
+ var fragment_1 = $48.comment();
1412
+ var node = $48.first_child(fragment_1);
1413
+ $48.slot(node, $$props, "default", {}, null);
1414
+ $48.append($$anchor2, fragment_1);
1415
+ },
1416
+ $$slots: { default: true }
1417
+ }));
1418
+ }
1419
+
1420
+ // ../../node_modules/lucide-svelte/dist/icons/wifi.svelte
1421
+ import"svelte/internal/disclose-version";
1422
+ import"svelte/internal/flags/legacy";
1423
+ import * as $49 from "svelte/internal/client";
1424
+ function Wifi($$anchor, $$props) {
1425
+ const $$sanitized_props = $49.legacy_rest_props($$props, ["children", "$$slots", "$$events", "$$legacy"]);
1426
+ const iconNode = [
1427
+ ["path", { d: "M12 20h.01" }],
1428
+ ["path", { d: "M2 8.82a15 15 0 0 1 20 0" }],
1429
+ ["path", { d: "M5 12.859a10 10 0 0 1 14 0" }],
1430
+ ["path", { d: "M8.5 16.429a5 5 0 0 1 7 0" }]
1431
+ ];
1432
+ Icon($$anchor, $49.spread_props({ name: "wifi" }, () => $$sanitized_props, {
1433
+ get iconNode() {
1434
+ return iconNode;
1435
+ },
1436
+ children: ($$anchor2, $$slotProps) => {
1437
+ var fragment_1 = $49.comment();
1438
+ var node = $49.first_child(fragment_1);
1439
+ $49.slot(node, $$props, "default", {}, null);
1440
+ $49.append($$anchor2, fragment_1);
1299
1441
  },
1300
1442
  $$slots: { default: true }
1301
1443
  }));
@@ -1304,22 +1446,22 @@ function Unlink($$anchor, $$props) {
1304
1446
  // ../../node_modules/lucide-svelte/dist/icons/x.svelte
1305
1447
  import"svelte/internal/disclose-version";
1306
1448
  import"svelte/internal/flags/legacy";
1307
- import * as $45 from "svelte/internal/client";
1449
+ import * as $50 from "svelte/internal/client";
1308
1450
  function X($$anchor, $$props) {
1309
- const $$sanitized_props = $45.legacy_rest_props($$props, ["children", "$$slots", "$$events", "$$legacy"]);
1451
+ const $$sanitized_props = $50.legacy_rest_props($$props, ["children", "$$slots", "$$events", "$$legacy"]);
1310
1452
  const iconNode = [
1311
1453
  ["path", { d: "M18 6 6 18" }],
1312
1454
  ["path", { d: "m6 6 12 12" }]
1313
1455
  ];
1314
- Icon($$anchor, $45.spread_props({ name: "x" }, () => $$sanitized_props, {
1456
+ Icon($$anchor, $50.spread_props({ name: "x" }, () => $$sanitized_props, {
1315
1457
  get iconNode() {
1316
1458
  return iconNode;
1317
1459
  },
1318
1460
  children: ($$anchor2, $$slotProps) => {
1319
- var fragment_1 = $45.comment();
1320
- var node = $45.first_child(fragment_1);
1321
- $45.slot(node, $$props, "default", {}, null);
1322
- $45.append($$anchor2, fragment_1);
1461
+ var fragment_1 = $50.comment();
1462
+ var node = $50.first_child(fragment_1);
1463
+ $50.slot(node, $$props, "default", {}, null);
1464
+ $50.append($$anchor2, fragment_1);
1323
1465
  },
1324
1466
  $$slots: { default: true }
1325
1467
  }));
@@ -1332,7 +1474,7 @@ function classNames(...parts) {
1332
1474
 
1333
1475
  // src/components/access-gate/access-gate-inline.svelte
1334
1476
  import"svelte/internal/disclose-version";
1335
- import * as $46 from "svelte/internal/client";
1477
+ import * as $51 from "svelte/internal/client";
1336
1478
  var rest_excludes = new Set([
1337
1479
  "$$slots",
1338
1480
  "$$events",
@@ -1341,10 +1483,10 @@ var rest_excludes = new Set([
1341
1483
  "children",
1342
1484
  "class"
1343
1485
  ]);
1344
- var root2 = $46.from_html(`<div><span class="cinder-sr-only">Unavailable action</span> <span class="cinder-access-gate__inline-content"><!></span> <span class="cinder-access-gate__inline-reason"><!> <span> </span></span></div>`);
1486
+ var root2 = $51.from_html(`<div><span class="cinder-sr-only">Unavailable action</span> <span class="cinder-access-gate__inline-content"><!></span> <span class="cinder-access-gate__inline-reason"><!> <span> </span></span></div>`);
1345
1487
  function Access_gate_inline($$anchor, $$props) {
1346
- const baseId = $46.props_id();
1347
- $46.push($$props, true);
1488
+ const baseId = $51.props_id();
1489
+ $51.push($$props, true);
1348
1490
  const INTERACTIVE_SELECTOR = [
1349
1491
  "button",
1350
1492
  "input",
@@ -1378,7 +1520,7 @@ function Access_gate_inline($$anchor, $$props) {
1378
1520
  '[role="radio"]',
1379
1521
  '[role="switch"]'
1380
1522
  ].join(",");
1381
- let rest = $46.rest_props($$props, rest_excludes);
1523
+ let rest = $51.rest_props($$props, rest_excludes);
1382
1524
  const inlineTitleId = `${baseId}-title`;
1383
1525
  const inlineReasonId = `${baseId}-reason`;
1384
1526
  function isNativeDisableable(element2) {
@@ -1411,7 +1553,7 @@ function Access_gate_inline($$anchor, $$props) {
1411
1553
  const disabledControls = [];
1412
1554
  let ignoringGateMutations = false;
1413
1555
  let mutationResetVersion = 0;
1414
- $46.set(inlineContentDisabled, false);
1556
+ $51.set(inlineContentDisabled, false);
1415
1557
  function disabledControlIndex(control) {
1416
1558
  return disabledControls.findIndex(([disabledControl]) => disabledControl === control);
1417
1559
  }
@@ -1622,9 +1764,9 @@ function Access_gate_inline($$anchor, $$props) {
1622
1764
  subtree: true
1623
1765
  });
1624
1766
  syncDisabledControls();
1625
- $46.set(inlineContentDisabled, true);
1767
+ $51.set(inlineContentDisabled, true);
1626
1768
  return () => {
1627
- $46.set(inlineContentDisabled, false);
1769
+ $51.set(inlineContentDisabled, false);
1628
1770
  mutationResetVersion += 1;
1629
1771
  observer.disconnect();
1630
1772
  for (const eventName of blockedPointerEvents) {
@@ -1641,10 +1783,10 @@ function Access_gate_inline($$anchor, $$props) {
1641
1783
  disabledControls.length = 0;
1642
1784
  };
1643
1785
  };
1644
- let inlineContentDisabled = $46.state(false);
1645
- const inlineContentRequiresHydrationGuard = $46.derived(() => !$46.get(inlineContentDisabled));
1786
+ let inlineContentDisabled = $51.state(false);
1787
+ const inlineContentRequiresHydrationGuard = $51.derived(() => !$51.get(inlineContentDisabled));
1646
1788
  var div = root2();
1647
- $46.attribute_effect(div, ($0) => ({
1789
+ $51.attribute_effect(div, ($0) => ({
1648
1790
  ...rest,
1649
1791
  class: $0,
1650
1792
  "data-cinder-variant": "inline",
@@ -1652,28 +1794,28 @@ function Access_gate_inline($$anchor, $$props) {
1652
1794
  "aria-labelledby": inlineTitleId,
1653
1795
  "aria-describedby": inlineReasonId
1654
1796
  }), [() => classNames("cinder-access-gate", $$props.class)]);
1655
- var span = $46.child(div);
1656
- var span_1 = $46.sibling(span, 2);
1657
- var node = $46.child(span_1);
1658
- $46.snippet(node, () => $$props.children ?? $46.noop);
1659
- $46.reset(span_1);
1660
- $46.attach(span_1, () => disableDeniedControls);
1661
- var span_2 = $46.sibling(span_1, 2);
1662
- var node_1 = $46.child(span_2);
1797
+ var span = $51.child(div);
1798
+ var span_1 = $51.sibling(span, 2);
1799
+ var node = $51.child(span_1);
1800
+ $51.snippet(node, () => $$props.children ?? $51.noop);
1801
+ $51.reset(span_1);
1802
+ $51.attach(span_1, () => disableDeniedControls);
1803
+ var span_2 = $51.sibling(span_1, 2);
1804
+ var node_1 = $51.child(span_2);
1663
1805
  Lock(node_1, { size: 14, strokeWidth: 2, "aria-hidden": "true" });
1664
- var span_3 = $46.sibling(node_1, 2);
1665
- var text = $46.child(span_3, true);
1666
- $46.reset(span_3);
1667
- $46.reset(span_2);
1668
- $46.reset(div);
1669
- $46.template_effect(() => {
1670
- $46.set_attribute(span, "id", inlineTitleId);
1671
- span_1.inert = $46.get(inlineContentRequiresHydrationGuard);
1672
- $46.set_attribute(span_2, "id", inlineReasonId);
1673
- $46.set_text(text, $$props.reason);
1806
+ var span_3 = $51.sibling(node_1, 2);
1807
+ var text = $51.child(span_3, true);
1808
+ $51.reset(span_3);
1809
+ $51.reset(span_2);
1810
+ $51.reset(div);
1811
+ $51.template_effect(() => {
1812
+ $51.set_attribute(span, "id", inlineTitleId);
1813
+ span_1.inert = $51.get(inlineContentRequiresHydrationGuard);
1814
+ $51.set_attribute(span_2, "id", inlineReasonId);
1815
+ $51.set_text(text, $$props.reason);
1674
1816
  });
1675
- $46.append($$anchor, div);
1676
- $46.pop();
1817
+ $51.append($$anchor, div);
1818
+ $51.pop();
1677
1819
  }
1678
1820
 
1679
1821
  // src/components/access-gate/access-gate.svelte
@@ -1688,18 +1830,18 @@ var rest_excludes2 = new Set([
1688
1830
  "children",
1689
1831
  "class"
1690
1832
  ]);
1691
- var root3 = $47.from_html(`<span><!></span>`);
1692
- var root_1 = $47.from_html(`<span class="cinder-access-gate__requirement"><span class="cinder-access-gate__requirement-label">Required permission</span> <code class="cinder-access-gate__requirement-value"> </code></span>`);
1693
- var root_2 = $47.from_html(`<section><span class="cinder-access-gate__section-icon" aria-hidden="true"><!></span> <span class="cinder-access-gate__section-copy"><span class="cinder-access-gate__section-title">Section locked</span> <span class="cinder-access-gate__section-reason"> </span> <!></span></section>`);
1833
+ var root3 = $52.from_html(`<span><!></span>`);
1834
+ var root_1 = $52.from_html(`<span class="cinder-access-gate__requirement"><span class="cinder-access-gate__requirement-label">Required permission</span> <code class="cinder-access-gate__requirement-value"> </code></span>`);
1835
+ var root_2 = $52.from_html(`<section><span class="cinder-access-gate__section-icon" aria-hidden="true"><!></span> <span class="cinder-access-gate__section-copy"><span class="cinder-access-gate__section-title">Section locked</span> <span class="cinder-access-gate__section-reason"> </span> <!></span></section>`);
1694
1836
  function Access_gate($$anchor, $$props) {
1695
- const baseId = $47.props_id();
1696
- $47.push($$props, true);
1697
- let variant = $47.prop($$props, "variant", 3, "inline"), rest = $47.rest_props($$props, rest_excludes2);
1837
+ const baseId = $52.props_id();
1838
+ $52.push($$props, true);
1839
+ let variant = $52.prop($$props, "variant", 3, "inline"), rest = $52.rest_props($$props, rest_excludes2);
1698
1840
  const sectionTitleId = `${baseId}-title`;
1699
1841
  const sectionReasonId = `${baseId}-description`;
1700
1842
  const sectionRequirementId = `${baseId}-requirement`;
1701
- const sectionDescriptionIds = $47.derived(() => $$props.requirement ? `${sectionReasonId} ${sectionRequirementId}` : sectionReasonId);
1702
- const passthroughAttributes = $47.derived(() => stripOwnedAccessibilityAttributes(rest));
1843
+ const sectionDescriptionIds = $52.derived(() => $$props.requirement ? `${sectionReasonId} ${sectionRequirementId}` : sectionReasonId);
1844
+ const passthroughAttributes = $52.derived(() => stripOwnedAccessibilityAttributes(rest));
1703
1845
  function stripOwnedAccessibilityAttributes(attributes) {
1704
1846
  const {
1705
1847
  role: _role,
@@ -1709,68 +1851,68 @@ function Access_gate($$anchor, $$props) {
1709
1851
  } = attributes;
1710
1852
  return passthrough;
1711
1853
  }
1712
- var fragment = $47.comment();
1713
- var node = $47.first_child(fragment);
1854
+ var fragment = $52.comment();
1855
+ var node = $52.first_child(fragment);
1714
1856
  {
1715
1857
  var consequent = ($$anchor2) => {
1716
1858
  var span = root3();
1717
- $47.attribute_effect(span, () => ({
1718
- ...$47.get(passthroughAttributes),
1859
+ $52.attribute_effect(span, () => ({
1860
+ ...$52.get(passthroughAttributes),
1719
1861
  class: "cinder-access-gate__passthrough"
1720
1862
  }));
1721
- var node_1 = $47.child(span);
1722
- $47.snippet(node_1, () => $$props.children ?? $47.noop);
1723
- $47.reset(span);
1724
- $47.append($$anchor2, span);
1863
+ var node_1 = $52.child(span);
1864
+ $52.snippet(node_1, () => $$props.children ?? $52.noop);
1865
+ $52.reset(span);
1866
+ $52.append($$anchor2, span);
1725
1867
  };
1726
1868
  var consequent_2 = ($$anchor2) => {
1727
1869
  var section = root_2();
1728
- $47.attribute_effect(section, ($0) => ({
1729
- ...$47.get(passthroughAttributes),
1870
+ $52.attribute_effect(section, ($0) => ({
1871
+ ...$52.get(passthroughAttributes),
1730
1872
  class: $0,
1731
1873
  "data-cinder-variant": "section",
1732
1874
  "aria-labelledby": sectionTitleId,
1733
- "aria-describedby": $47.get(sectionDescriptionIds)
1875
+ "aria-describedby": $52.get(sectionDescriptionIds)
1734
1876
  }), [() => classNames("cinder-access-gate", $$props.class)]);
1735
- var span_1 = $47.child(section);
1736
- var node_2 = $47.child(span_1);
1877
+ var span_1 = $52.child(section);
1878
+ var node_2 = $52.child(span_1);
1737
1879
  Lock(node_2, { size: 20, strokeWidth: 2 });
1738
- $47.reset(span_1);
1739
- var span_2 = $47.sibling(span_1, 2);
1740
- var span_3 = $47.child(span_2);
1741
- var span_4 = $47.sibling(span_3, 2);
1742
- var text = $47.child(span_4, true);
1743
- $47.reset(span_4);
1744
- var node_3 = $47.sibling(span_4, 2);
1880
+ $52.reset(span_1);
1881
+ var span_2 = $52.sibling(span_1, 2);
1882
+ var span_3 = $52.child(span_2);
1883
+ var span_4 = $52.sibling(span_3, 2);
1884
+ var text = $52.child(span_4, true);
1885
+ $52.reset(span_4);
1886
+ var node_3 = $52.sibling(span_4, 2);
1745
1887
  {
1746
1888
  var consequent_1 = ($$anchor3) => {
1747
1889
  var span_5 = root_1();
1748
- var code = $47.sibling($47.child(span_5), 2);
1749
- var text_1 = $47.child(code, true);
1750
- $47.reset(code);
1751
- $47.reset(span_5);
1752
- $47.template_effect(() => {
1753
- $47.set_attribute(span_5, "id", sectionRequirementId);
1754
- $47.set_text(text_1, $$props.requirement);
1890
+ var code = $52.sibling($52.child(span_5), 2);
1891
+ var text_1 = $52.child(code, true);
1892
+ $52.reset(code);
1893
+ $52.reset(span_5);
1894
+ $52.template_effect(() => {
1895
+ $52.set_attribute(span_5, "id", sectionRequirementId);
1896
+ $52.set_text(text_1, $$props.requirement);
1755
1897
  });
1756
- $47.append($$anchor3, span_5);
1898
+ $52.append($$anchor3, span_5);
1757
1899
  };
1758
- $47.if(node_3, ($$render) => {
1900
+ $52.if(node_3, ($$render) => {
1759
1901
  if ($$props.requirement)
1760
1902
  $$render(consequent_1);
1761
1903
  });
1762
1904
  }
1763
- $47.reset(span_2);
1764
- $47.reset(section);
1765
- $47.template_effect(() => {
1766
- $47.set_attribute(span_3, "id", sectionTitleId);
1767
- $47.set_attribute(span_4, "id", sectionReasonId);
1768
- $47.set_text(text, $$props.reason);
1905
+ $52.reset(span_2);
1906
+ $52.reset(section);
1907
+ $52.template_effect(() => {
1908
+ $52.set_attribute(span_3, "id", sectionTitleId);
1909
+ $52.set_attribute(span_4, "id", sectionReasonId);
1910
+ $52.set_text(text, $$props.reason);
1769
1911
  });
1770
- $47.append($$anchor2, section);
1912
+ $52.append($$anchor2, section);
1771
1913
  };
1772
1914
  var alternate = ($$anchor2) => {
1773
- Access_gate_inline($$anchor2, $47.spread_props(() => $47.get(passthroughAttributes), {
1915
+ Access_gate_inline($$anchor2, $52.spread_props(() => $52.get(passthroughAttributes), {
1774
1916
  get class() {
1775
1917
  return $$props.class;
1776
1918
  },
@@ -1778,15 +1920,15 @@ function Access_gate($$anchor, $$props) {
1778
1920
  return $$props.reason;
1779
1921
  },
1780
1922
  children: ($$anchor3, $$slotProps) => {
1781
- var fragment_2 = $47.comment();
1782
- var node_4 = $47.first_child(fragment_2);
1783
- $47.snippet(node_4, () => $$props.children ?? $47.noop);
1784
- $47.append($$anchor3, fragment_2);
1923
+ var fragment_2 = $52.comment();
1924
+ var node_4 = $52.first_child(fragment_2);
1925
+ $52.snippet(node_4, () => $$props.children ?? $52.noop);
1926
+ $52.append($$anchor3, fragment_2);
1785
1927
  },
1786
1928
  $$slots: { default: true }
1787
1929
  }));
1788
1930
  };
1789
- $47.if(node, ($$render) => {
1931
+ $52.if(node, ($$render) => {
1790
1932
  if ($$props.granted)
1791
1933
  $$render(consequent);
1792
1934
  else if (variant() === "section")
@@ -1795,8 +1937,8 @@ function Access_gate($$anchor, $$props) {
1795
1937
  $$render(alternate, -1);
1796
1938
  });
1797
1939
  }
1798
- $47.append($$anchor, fragment);
1799
- $47.pop();
1940
+ $52.append($$anchor, fragment);
1941
+ $52.pop();
1800
1942
  }
1801
1943
 
1802
1944
  // src/components/access-gate/index.ts
@@ -1806,4 +1948,4 @@ export {
1806
1948
  Access_gate as AccessGate
1807
1949
  };
1808
1950
 
1809
- //# debugId=60AD89C0B80A856364756E2164756E21
1951
+ //# debugId=DC838AC1AD26CF3164756E2164756E21