@flyos/design-system 3.6.0 → 3.7.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.
@@ -47,7 +47,7 @@ import { CdkConnectedOverlay, CdkOverlayOrigin } from '@angular/cdk/overlay';
47
47
  // tools/publish-library.ps1 at bump time, and asserted by the spec beside this file.
48
48
  // Used only for the diagnostic message; the duplicate-instance detection itself is
49
49
  // version-agnostic, so a stale literal misnames a fork rather than hiding one.
50
- const FLY_DS_VERSION = '3.6.0';
50
+ const FLY_DS_VERSION = '3.7.0';
51
51
  const FLY_DS_REGISTRY_KEY = '__FLY_DS_INSTANCES__';
52
52
  /**
53
53
  * Records this design-system instance on the shared `scope` and returns the
@@ -17762,6 +17762,21 @@ const ORIGINAL_SAME_CONVENTION = {
17762
17762
  viewTrace: '<path d="M3 12h4l2-7 4 14 2-7h6"/>',
17763
17763
  /** Signal-detail "Archive". */
17764
17764
  archive: '<rect x="3" y="4" width="18" height="4" rx="1"/><path d="M5 8v10a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V8"/><path d="M10 13h4"/>',
17765
+ /**
17766
+ * "Reopen …" / "Resubmit …" — reversing a terminal state, the counterpart to
17767
+ * {@link ORIGINAL_SAME_CONVENTION.archive}. Same lidded box, with an up arrow where
17768
+ * archive draws its flat line: the Material archive/unarchive pairing.
17769
+ *
17770
+ * Deliberately NOT a counter-clockwise arc, which is the other common restore mark:
17771
+ * it would be a near-mirror of {@link VERBATIM_FROM_UX_DROP.refresh} and the two are
17772
+ * indistinguishable at the 15px these render at. Pairing with `archive` also earns its
17773
+ * keep in context — Thoughts' idea lifecycle menu draws archive and resubmit as
17774
+ * adjacent rows, so the two glyphs read as one opposed pair rather than two arrows.
17775
+ *
17776
+ * The box is closed with a lid, which is what keeps it apart from
17777
+ * {@link VERBATIM_FROM_UX_DROP.export}: that arrow rises out of an open-topped TRAY.
17778
+ */
17779
+ restore: '<rect x="3" y="4" width="18" height="4" rx="1"/><path d="M5 8v10a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V8"/><path d="M12 17.5v-5.5M9.5 14.5l2.5-2.5 2.5 2.5"/>',
17765
17780
  /** Task-list "Sort by" trigger. */
17766
17781
  sort: '<path d="M7 4v16"/><path d="M3 8l4-4 4 4"/><path d="M17 20V4"/><path d="M13 16l4 4 4-4"/>',
17767
17782
  /** Task-detail "Add audience". */