@knkcs/anker 2.3.0 → 2.3.2
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/components/index.js
CHANGED
|
@@ -5,7 +5,7 @@ import { Popover, PopoverTrigger, PopoverContent, PopoverBody, Switch } from '..
|
|
|
5
5
|
import { text_input_default } from '../chunk-OU6H3KU4.js';
|
|
6
6
|
import { Button, IconButton } from '../chunk-JS7ZEZV3.js';
|
|
7
7
|
export { AuthCard, PageHeader } from '../chunk-L7SKAZX3.js';
|
|
8
|
-
import { Box, Flex, Text, Heading, HStack, Grid, GridItem, Code, VStack, Link, Spacer
|
|
8
|
+
import { Box, Flex, Stack, Text, Heading, HStack, Grid, GridItem, Code, VStack, Link, Spacer } from '../chunk-G4QMIXLC.js';
|
|
9
9
|
import { PanelRightOpen, PanelRightClose, ChevronRight, PanelLeftOpen, PanelLeftClose, Search, X, Ellipsis, Plus, ChevronLeft, ArrowUp, ArrowDown, ArrowUpDown, ChevronDown, Check, Upload } from 'lucide-react';
|
|
10
10
|
import { jsxs, jsx, Fragment } from 'react/jsx-runtime';
|
|
11
11
|
import { createContext as createContext$1, Timeline, TreeView, chakra, Card as Card$1, Menu, Portal, Checkbox, Drawer, ButtonGroup, Dialog, useSlotRecipe } from '@chakra-ui/react';
|
|
@@ -704,7 +704,7 @@ var ContextRailRoot = ({ storageKey, children }) => {
|
|
|
704
704
|
overflowY: "auto",
|
|
705
705
|
children
|
|
706
706
|
}
|
|
707
|
-
) : /* @__PURE__ */ jsx(
|
|
707
|
+
) : /* @__PURE__ */ jsx(Stack, { h: "full", overflowY: "auto", px: "4", pt: "4", pb: "4", gap: "3", children })
|
|
708
708
|
]
|
|
709
709
|
}
|
|
710
710
|
) }) });
|
|
@@ -813,7 +813,7 @@ var ContextRailSection = ({
|
|
|
813
813
|
),
|
|
814
814
|
action && /* @__PURE__ */ jsx(Box, { py: "3", children: action })
|
|
815
815
|
] }),
|
|
816
|
-
open && /* @__PURE__ */ jsx(
|
|
816
|
+
open && /* @__PURE__ */ jsx(Stack, { pb: "3", gap: "2", children })
|
|
817
817
|
]
|
|
818
818
|
}
|
|
819
819
|
);
|