likec4 1.7.0-next.1 → 1.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.
- package/dist/__app__/src/chunks/{LikeC4Diagram-DGQjP515.js → LikeC4Diagram-DytrE8GE.js} +4 -4
- package/dist/__app__/src/chunks/{StaticLikeC4Diagram-BtpR_uAQ.js → StaticLikeC4Diagram-DdbjVDqf.js} +1 -1
- package/dist/__app__/src/chunks/{mantine-C8WUs_xZ.js → mantine-u17mT9KZ.js} +478 -441
- package/dist/__app__/src/components/ColorSchemeToggle.js +1 -1
- package/dist/__app__/src/components/CopyToClipboard.js +1 -1
- package/dist/__app__/src/components/NotFound.js +1 -1
- package/dist/__app__/src/components/sidebar/Drawer.js +26 -9
- package/dist/__app__/src/components/view-page/Header.js +3 -3
- package/dist/__app__/src/main.js +1 -1
- package/dist/__app__/src/router.js +1 -1
- package/dist/__app__/src/routes/__root.js +1 -1
- package/dist/__app__/src/routes/embed._viewId.js +2 -2
- package/dist/__app__/src/routes/export._viewId.js +2 -2
- package/dist/__app__/src/routes/index.css.js +1 -1
- package/dist/__app__/src/routes/index.js +3 -3
- package/dist/__app__/src/routes/view._viewId.d2.js +1 -1
- package/dist/__app__/src/routes/view._viewId.dot.js +1 -1
- package/dist/__app__/src/routes/view._viewId.editor.js +2 -2
- package/dist/__app__/src/routes/view._viewId.index.js +2 -2
- package/dist/__app__/src/routes/view._viewId.js +1 -1
- package/dist/__app__/src/routes/view._viewId.mmd.js +1 -1
- package/dist/__app__/src/routes/webcomponent._.js +1 -1
- package/dist/__app__/src/theme.js +1 -1
- package/dist/__app__/tsconfig.tsbuildinfo +1 -0
- package/dist/cli/index.mjs +198 -197
- package/package.json +9 -9
- package/dist/cli/index.js +0 -1594
- package/dist/cli/index.js.map +0 -7
- package/dist/cli/index.mjs.map +0 -7
- package/dist/cli/metafile.json +0 -1
|
@@ -2,10 +2,10 @@ import { jsxs, jsx, Fragment as Fragment$1 } from "react/jsx-runtime";
|
|
|
2
2
|
import { u as useReactFlow, a as useStoreApi, b as useNodesData, c as useStore, d as createWithEqualityFn, s as shallow$1, e as applyNodeChanges, f as applyEdgeChanges,
|
|
3
3
|
g as getViewportForBounds, h as getBoundsOfRects, i as getNodeDimensions, j as boxToRect, k as useStoreWithEqualityFn, n as nodeToRect, E as EdgeLabelRenderer,
|
|
4
4
|
H as Handle, P as Position, l as useOnViewportChange, m as index, o as useOnSelectionChange, B as Background, p as BackgroundVariant, C as Controls, R as ReactFlowProvider } from "./likec4-DiOy4PZ9.js";
|
|
5
|
-
import {
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
5
|
+
import { W as MantineContext, X as clsx, B as Box, A as ActionIcon, f as Text$1, Y as HoverCard, Z as HoverCardTarget, _ as UnstyledButton, $ as HoverCardDropdown,
|
|
6
|
+
q as Stack, G as Group, a0 as Anchor, b as CopyButton, k as Button, a1 as useLocalStorage, e as Card, a2 as CardSection, a3 as Spoiler, a4 as useHotkeys,
|
|
7
|
+
a5 as ButtonGroup, r as rem, K as Divider, a6 as Space, a7 as TooltipGroup, F as Flex, T as Tooltip, a8 as ColorSwatch, a9 as CheckIcon, s as Select, aa as Slider,
|
|
8
|
+
ab as SegmentedControl } from "./mantine-u17mT9KZ.js";
|
|
9
9
|
import * as React from "react";
|
|
10
10
|
import { createContext, useLayoutEffect, useEffect, useContext, useRef, useInsertionEffect, useCallback, useMemo, forwardRef, createElement, Fragment,
|
|
11
11
|
useId, Children, isValidElement, useState, memo as memo$1 } from "react";
|