@tidbcloud/uikit 2.1.5 → 2.1.7

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 (54) hide show
  1. package/CHANGELOG.md +13 -0
  2. package/dist/_virtual/customParseFormat.cjs +4 -0
  3. package/dist/_virtual/customParseFormat.mjs +4 -0
  4. package/dist/_virtual/duration.cjs +4 -0
  5. package/dist/_virtual/duration.mjs +4 -0
  6. package/dist/_virtual/minMax.cjs +4 -0
  7. package/dist/_virtual/minMax.mjs +4 -0
  8. package/dist/biz/CodeBlock/index.cjs +1 -1
  9. package/dist/biz/CodeBlock/index.mjs +1 -1
  10. package/dist/biz/DateTimePicker/TimeScollerPicker.cjs +6 -8
  11. package/dist/biz/DateTimePicker/TimeScollerPicker.mjs +1 -3
  12. package/dist/biz/DateTimePicker/index.cjs +14 -13
  13. package/dist/biz/DateTimePicker/index.mjs +6 -5
  14. package/dist/biz/Form/CopyText.cjs +1 -1
  15. package/dist/biz/Form/CopyText.mjs +1 -1
  16. package/dist/biz/TimeRangePicker/AbsoluteTimeRangePicker.cjs +7 -9
  17. package/dist/biz/TimeRangePicker/AbsoluteTimeRangePicker.mjs +1 -3
  18. package/dist/biz/TimeRangePicker/helpers.cjs +3 -5
  19. package/dist/biz/TimeRangePicker/helpers.mjs +1 -3
  20. package/dist/hooks/index.cjs +2 -2
  21. package/dist/hooks/index.d.cts +2 -1
  22. package/dist/hooks/index.d.mts +2 -1
  23. package/dist/hooks/index.mjs +1 -1
  24. package/dist/hooks/use-clipboard/use-clipboard.cjs +16 -0
  25. package/dist/hooks/use-clipboard/use-clipboard.d.cts +8 -0
  26. package/dist/hooks/use-clipboard/use-clipboard.d.mts +8 -0
  27. package/dist/hooks/use-clipboard/use-clipboard.mjs +16 -0
  28. package/dist/hooks/use-clipboard/use-fallback-clipboard.cjs +44 -0
  29. package/dist/hooks/use-clipboard/use-fallback-clipboard.d.cts +8 -0
  30. package/dist/hooks/use-clipboard/use-fallback-clipboard.d.mts +8 -0
  31. package/dist/hooks/use-clipboard/use-fallback-clipboard.mjs +44 -0
  32. package/dist/node_modules/.pnpm/dayjs@1.11.13/node_modules/dayjs/plugin/customParseFormat.cjs +129 -0
  33. package/dist/node_modules/.pnpm/dayjs@1.11.13/node_modules/dayjs/plugin/customParseFormat.mjs +129 -0
  34. package/dist/node_modules/.pnpm/dayjs@1.11.13/node_modules/dayjs/plugin/duration.cjs +136 -0
  35. package/dist/node_modules/.pnpm/dayjs@1.11.13/node_modules/dayjs/plugin/duration.mjs +136 -0
  36. package/dist/node_modules/.pnpm/dayjs@1.11.13/node_modules/dayjs/plugin/minMax.cjs +32 -0
  37. package/dist/node_modules/.pnpm/dayjs@1.11.13/node_modules/dayjs/plugin/minMax.mjs +32 -0
  38. package/dist/primitive/CopyButton/CopyButton.cjs +15 -0
  39. package/dist/primitive/CopyButton/CopyButton.d.cts +2 -0
  40. package/dist/primitive/CopyButton/CopyButton.d.mts +2 -0
  41. package/dist/primitive/CopyButton/CopyButton.mjs +15 -0
  42. package/dist/primitive/index.cjs +2 -2
  43. package/dist/primitive/index.d.cts +2 -1
  44. package/dist/primitive/index.d.mts +2 -1
  45. package/dist/primitive/index.mjs +1 -1
  46. package/dist/utils/dayjs.cjs +15 -0
  47. package/dist/utils/dayjs.d.cts +2 -2
  48. package/dist/utils/dayjs.d.mts +2 -2
  49. package/dist/utils/dayjs.mjs +15 -0
  50. package/dist/utils/index.cjs +2 -2
  51. package/dist/utils/index.d.cts +1 -1
  52. package/dist/utils/index.d.mts +1 -1
  53. package/dist/utils/index.mjs +2 -2
  54. package/package.json +1 -1
@@ -11,6 +11,7 @@ const index$1 = require("./Typography/index.cjs");
11
11
  const index$2 = require("./MediaQuery/index.cjs");
12
12
  const index$3 = require("./Select/index.cjs");
13
13
  const index$4 = require("./Button/index.cjs");
14
+ const CopyButton = require("./CopyButton/CopyButton.cjs");
14
15
  const index$5 = require("./AnimatedNumber/index.cjs");
15
16
  const index$6 = require("../node_modules/.pnpm/@mantine_dropzone@7.15.2_@mantine_core@7.15.2_patch_hash_jclkxeaefn6uz54h34k3r3yjsq_@mantine__hww35qmvzgxt6vzp3w3turt5w4/node_modules/@mantine/dropzone/esm/index.cjs");
16
17
  const AppShell = require("../node_modules/.pnpm/@mantine_core@7.15.2_patch_hash_jclkxeaefn6uz54h34k3r3yjsq_@mantine_hooks@7.15.2_react@18.3.1_szqfuioo5damkjdixckhzmwycq/node_modules/@mantine/core/esm/components/AppShell/AppShell.cjs");
@@ -54,7 +55,6 @@ const PillsInput = require("../node_modules/.pnpm/@mantine_core@7.15.2_patch_has
54
55
  const TagsInput = require("../node_modules/.pnpm/@mantine_core@7.15.2_patch_hash_jclkxeaefn6uz54h34k3r3yjsq_@mantine_hooks@7.15.2_react@18.3.1_szqfuioo5damkjdixckhzmwycq/node_modules/@mantine/core/esm/components/TagsInput/TagsInput.cjs");
55
56
  const ActionIcon = require("../node_modules/.pnpm/@mantine_core@7.15.2_patch_hash_jclkxeaefn6uz54h34k3r3yjsq_@mantine_hooks@7.15.2_react@18.3.1_szqfuioo5damkjdixckhzmwycq/node_modules/@mantine/core/esm/components/ActionIcon/ActionIcon.cjs");
56
57
  const CloseButton = require("../node_modules/.pnpm/@mantine_core@7.15.2_patch_hash_jclkxeaefn6uz54h34k3r3yjsq_@mantine_hooks@7.15.2_react@18.3.1_szqfuioo5damkjdixckhzmwycq/node_modules/@mantine/core/esm/components/CloseButton/CloseButton.cjs");
57
- const CopyButton = require("../node_modules/.pnpm/@mantine_core@7.15.2_patch_hash_jclkxeaefn6uz54h34k3r3yjsq_@mantine_hooks@7.15.2_react@18.3.1_szqfuioo5damkjdixckhzmwycq/node_modules/@mantine/core/esm/components/CopyButton/CopyButton.cjs");
58
58
  const FileButton = require("../node_modules/.pnpm/@mantine_core@7.15.2_patch_hash_jclkxeaefn6uz54h34k3r3yjsq_@mantine_hooks@7.15.2_react@18.3.1_szqfuioo5damkjdixckhzmwycq/node_modules/@mantine/core/esm/components/FileButton/FileButton.cjs");
59
59
  const UnstyledButton = require("../node_modules/.pnpm/@mantine_core@7.15.2_patch_hash_jclkxeaefn6uz54h34k3r3yjsq_@mantine_hooks@7.15.2_react@18.3.1_szqfuioo5damkjdixckhzmwycq/node_modules/@mantine/core/esm/components/UnstyledButton/UnstyledButton.cjs");
60
60
  const Anchor = require("../node_modules/.pnpm/@mantine_core@7.15.2_patch_hash_jclkxeaefn6uz54h34k3r3yjsq_@mantine_hooks@7.15.2_react@18.3.1_szqfuioo5damkjdixckhzmwycq/node_modules/@mantine/core/esm/components/Anchor/Anchor.cjs");
@@ -140,6 +140,7 @@ exports.MediaQuery = index$2.MediaQuery;
140
140
  exports.MultiSelect = index$3.MultiSelect;
141
141
  exports.Select = index$3.Select;
142
142
  exports.Button = index$4.Button;
143
+ exports.CopyButton = CopyButton.CopyButton;
143
144
  exports.AnimatedNumber = index$5.AnimatedNumber;
144
145
  exports.Dropzone = index$6.Dropzone;
145
146
  exports.AppShell = AppShell.AppShell;
@@ -183,7 +184,6 @@ exports.PillsInput = PillsInput.PillsInput;
183
184
  exports.TagsInput = TagsInput.TagsInput;
184
185
  exports.ActionIcon = ActionIcon.ActionIcon;
185
186
  exports.CloseButton = CloseButton.CloseButton;
186
- exports.CopyButton = CopyButton.CopyButton;
187
187
  exports.FileButton = FileButton.FileButton;
188
188
  exports.UnstyledButton = UnstyledButton.UnstyledButton;
189
189
  exports.Anchor = Anchor.Anchor;
@@ -30,7 +30,7 @@ declare module '@mantine/core' {
30
30
  }
31
31
  export type ColorScheme = 'light' | 'dark';
32
32
  export type { AppShellProps, AppShellNavbarProps, AppShellMainProps, AppShellFooterProps, AppShellAsideProps, AppShellHeaderProps, AppShellSectionProps, AspectRatioProps, CenterProps, ContainerProps, FlexProps, GridProps, GroupProps, SimpleGridProps, SpaceProps, StackProps, CheckboxProps, CheckboxGroupProps, ChipProps, ChipGroupProps, ColorInputProps, ColorPickerProps, FieldsetProps, FileInputProps, InputProps, InputWrapperProps, InputErrorProps, InputLabelProps, InputPlaceholderProps, InputBaseProps, JsonInputProps, NativeSelectProps, NumberInputProps, PasswordInputProps, PinInputProps, RadioProps, RadioGroupProps, RadioCardProps, RatingProps, SegmentedControlProps, SegmentedControlItem, SliderProps, RangeSliderProps, SwitchProps, TextareaProps, AutocompleteProps, ComboboxProps, ComboboxItem, ComboboxData, PillProps, PillsInputProps, OptionsFilter, TagsInputProps, ActionIconProps, ButtonProps, CloseButtonProps, CopyButtonProps, FileButtonProps, UnstyledButtonProps, AnchorProps, BreadcrumbsProps, BurgerProps, NavLinkProps, PaginationProps, StepperProps, TabsProps, TreeProps, AlertProps, LoaderProps, NotificationProps, ProgressProps, RingProgressProps, SemiCircleProgressProps, SkeletonProps, AffixProps, DialogProps, DrawerProps, FloatingIndicatorProps, HoverCardProps, LoadingOverlayProps, MenuProps, ModalProps, OverlayProps, PopoverProps, TooltipProps, AccordionProps, AvatarProps, BackgroundImageProps, BadgeProps, CardProps, CardSectionProps, ColorSwatchProps, ImageProps, IndicatorProps, KbdProps, NumberFormatterProps, SpoilerProps, ThemeIconProps, TimelineProps, BlockquoteProps, CodeProps, HighlightProps, ListProps, MarkProps, TableProps, TextProps, TitleProps, TypographyStylesProviderProps, BoxProps, CollapseProps, DividerProps, FocusTrapProps, PaperProps, PortalProps, ScrollAreaProps, TransitionProps, VisuallyHiddenProps, ColorSchemeScriptProps, MantineSize, ElementProps } from '../node_modules/.pnpm/@mantine_core@7.15.2_patch_hash_jclkxeaefn6uz54h34k3r3yjsq_@mantine_hooks@7.15.2_react@18.3.1_sx7emryda53tomnuogmu74guza/node_modules/@mantine/core/lib';
33
- export { AppShell, AspectRatio, Center, Container, Flex, Grid, Group, SimpleGrid, Space, Stack, Checkbox, Chip, ColorInput, ColorPicker, HueSlider, AlphaSlider, Fieldset, FileInput, Input, InputBase, JsonInput, NativeSelect, NumberInput, PasswordInput, PinInput, Radio, RadioGroup, RadioCard, Rating, SegmentedControl, Slider, RangeSlider, Switch, Textarea, Autocomplete, Combobox, Pill, PillsInput, TagsInput, ActionIcon, CloseButton, CopyButton, FileButton, UnstyledButton, Anchor, Breadcrumbs, Burger, NavLink, Pagination, Stepper, Tabs, Tree, Alert, Loader, Notification, Progress, RingProgress, SemiCircleProgress, Skeleton, Affix, Dialog, Drawer, FloatingIndicator, HoverCard, LoadingOverlay, Menu, Modal, Overlay, Popover, Tooltip, Accordion, Avatar, BackgroundImage, Badge, Card, ColorSwatch, Image, Indicator, Kbd, NumberFormatter, Spoiler, ThemeIcon, Timeline, Blockquote, Code, Highlight, List, Mark, Table, Text, Title, TypographyStylesProvider, Box, Collapse, Divider, FocusTrap, Paper, Portal, ScrollArea, Transition, VisuallyHidden, ColorSchemeScript, useInputProps, useMantineTheme, useCombobox, useComputedColorScheme } from '../node_modules/.pnpm/@mantine_core@7.15.2_patch_hash_jclkxeaefn6uz54h34k3r3yjsq_@mantine_hooks@7.15.2_react@18.3.1_sx7emryda53tomnuogmu74guza/node_modules/@mantine/core/lib';
33
+ export { AppShell, AspectRatio, Center, Container, Flex, Grid, Group, SimpleGrid, Space, Stack, Checkbox, Chip, ColorInput, ColorPicker, HueSlider, AlphaSlider, Fieldset, FileInput, Input, InputBase, JsonInput, NativeSelect, NumberInput, PasswordInput, PinInput, Radio, RadioGroup, RadioCard, Rating, SegmentedControl, Slider, RangeSlider, Switch, Textarea, Autocomplete, Combobox, Pill, PillsInput, TagsInput, ActionIcon, CloseButton, FileButton, UnstyledButton, Anchor, Breadcrumbs, Burger, NavLink, Pagination, Stepper, Tabs, Tree, Alert, Loader, Notification, Progress, RingProgress, SemiCircleProgress, Skeleton, Affix, Dialog, Drawer, FloatingIndicator, HoverCard, LoadingOverlay, Menu, Modal, Overlay, Popover, Tooltip, Accordion, Avatar, BackgroundImage, Badge, Card, ColorSwatch, Image, Indicator, Kbd, NumberFormatter, Spoiler, ThemeIcon, Timeline, Blockquote, Code, Highlight, List, Mark, Table, Text, Title, TypographyStylesProvider, Box, Collapse, Divider, FocusTrap, Paper, Portal, ScrollArea, Transition, VisuallyHidden, ColorSchemeScript, useInputProps, useMantineTheme, useCombobox, useComputedColorScheme } from '../node_modules/.pnpm/@mantine_core@7.15.2_patch_hash_jclkxeaefn6uz54h34k3r3yjsq_@mantine_hooks@7.15.2_react@18.3.1_sx7emryda53tomnuogmu74guza/node_modules/@mantine/core/lib';
34
34
  export { useColorScheme } from '../hooks/useColorScheme.cjs';
35
35
  export { TextInput, type TextInputProps } from './TextInput/index.cjs';
36
36
  export { notifier } from './notifier/index.cjs';
@@ -38,6 +38,7 @@ export { Typography, TYPOGRAPHY_STYLES_MAP, type TypographyProps } from './Typog
38
38
  export { MediaQuery, type MediaQueryProps } from './MediaQuery/index.cjs';
39
39
  export { Select, type SelectProps, MultiSelect, type MultiSelectProps } from './Select/index.cjs';
40
40
  export { Button } from './Button/index.cjs';
41
+ export { CopyButton } from './CopyButton/CopyButton.cjs';
41
42
  export * from './Prism/index.cjs';
42
43
  export { AnimatedNumber, type AnimatedNumberProps } from './AnimatedNumber/index.cjs';
43
44
  export { Dropzone, MIME_TYPES, MS_EXCEL_MIME_TYPE, MS_POWERPOINT_MIME_TYPE, MS_WORD_MIME_TYPE, EXE_MIME_TYPE, PDF_MIME_TYPE, IMAGE_MIME_TYPE } from '@mantine/dropzone';
@@ -30,7 +30,7 @@ declare module '@mantine/core' {
30
30
  }
31
31
  export type ColorScheme = 'light' | 'dark';
32
32
  export type { AppShellProps, AppShellNavbarProps, AppShellMainProps, AppShellFooterProps, AppShellAsideProps, AppShellHeaderProps, AppShellSectionProps, AspectRatioProps, CenterProps, ContainerProps, FlexProps, GridProps, GroupProps, SimpleGridProps, SpaceProps, StackProps, CheckboxProps, CheckboxGroupProps, ChipProps, ChipGroupProps, ColorInputProps, ColorPickerProps, FieldsetProps, FileInputProps, InputProps, InputWrapperProps, InputErrorProps, InputLabelProps, InputPlaceholderProps, InputBaseProps, JsonInputProps, NativeSelectProps, NumberInputProps, PasswordInputProps, PinInputProps, RadioProps, RadioGroupProps, RadioCardProps, RatingProps, SegmentedControlProps, SegmentedControlItem, SliderProps, RangeSliderProps, SwitchProps, TextareaProps, AutocompleteProps, ComboboxProps, ComboboxItem, ComboboxData, PillProps, PillsInputProps, OptionsFilter, TagsInputProps, ActionIconProps, ButtonProps, CloseButtonProps, CopyButtonProps, FileButtonProps, UnstyledButtonProps, AnchorProps, BreadcrumbsProps, BurgerProps, NavLinkProps, PaginationProps, StepperProps, TabsProps, TreeProps, AlertProps, LoaderProps, NotificationProps, ProgressProps, RingProgressProps, SemiCircleProgressProps, SkeletonProps, AffixProps, DialogProps, DrawerProps, FloatingIndicatorProps, HoverCardProps, LoadingOverlayProps, MenuProps, ModalProps, OverlayProps, PopoverProps, TooltipProps, AccordionProps, AvatarProps, BackgroundImageProps, BadgeProps, CardProps, CardSectionProps, ColorSwatchProps, ImageProps, IndicatorProps, KbdProps, NumberFormatterProps, SpoilerProps, ThemeIconProps, TimelineProps, BlockquoteProps, CodeProps, HighlightProps, ListProps, MarkProps, TableProps, TextProps, TitleProps, TypographyStylesProviderProps, BoxProps, CollapseProps, DividerProps, FocusTrapProps, PaperProps, PortalProps, ScrollAreaProps, TransitionProps, VisuallyHiddenProps, ColorSchemeScriptProps, MantineSize, ElementProps } from '../node_modules/.pnpm/@mantine_core@7.15.2_patch_hash_jclkxeaefn6uz54h34k3r3yjsq_@mantine_hooks@7.15.2_react@18.3.1_sx7emryda53tomnuogmu74guza/node_modules/@mantine/core/lib';
33
- export { AppShell, AspectRatio, Center, Container, Flex, Grid, Group, SimpleGrid, Space, Stack, Checkbox, Chip, ColorInput, ColorPicker, HueSlider, AlphaSlider, Fieldset, FileInput, Input, InputBase, JsonInput, NativeSelect, NumberInput, PasswordInput, PinInput, Radio, RadioGroup, RadioCard, Rating, SegmentedControl, Slider, RangeSlider, Switch, Textarea, Autocomplete, Combobox, Pill, PillsInput, TagsInput, ActionIcon, CloseButton, CopyButton, FileButton, UnstyledButton, Anchor, Breadcrumbs, Burger, NavLink, Pagination, Stepper, Tabs, Tree, Alert, Loader, Notification, Progress, RingProgress, SemiCircleProgress, Skeleton, Affix, Dialog, Drawer, FloatingIndicator, HoverCard, LoadingOverlay, Menu, Modal, Overlay, Popover, Tooltip, Accordion, Avatar, BackgroundImage, Badge, Card, ColorSwatch, Image, Indicator, Kbd, NumberFormatter, Spoiler, ThemeIcon, Timeline, Blockquote, Code, Highlight, List, Mark, Table, Text, Title, TypographyStylesProvider, Box, Collapse, Divider, FocusTrap, Paper, Portal, ScrollArea, Transition, VisuallyHidden, ColorSchemeScript, useInputProps, useMantineTheme, useCombobox, useComputedColorScheme } from '../node_modules/.pnpm/@mantine_core@7.15.2_patch_hash_jclkxeaefn6uz54h34k3r3yjsq_@mantine_hooks@7.15.2_react@18.3.1_sx7emryda53tomnuogmu74guza/node_modules/@mantine/core/lib';
33
+ export { AppShell, AspectRatio, Center, Container, Flex, Grid, Group, SimpleGrid, Space, Stack, Checkbox, Chip, ColorInput, ColorPicker, HueSlider, AlphaSlider, Fieldset, FileInput, Input, InputBase, JsonInput, NativeSelect, NumberInput, PasswordInput, PinInput, Radio, RadioGroup, RadioCard, Rating, SegmentedControl, Slider, RangeSlider, Switch, Textarea, Autocomplete, Combobox, Pill, PillsInput, TagsInput, ActionIcon, CloseButton, FileButton, UnstyledButton, Anchor, Breadcrumbs, Burger, NavLink, Pagination, Stepper, Tabs, Tree, Alert, Loader, Notification, Progress, RingProgress, SemiCircleProgress, Skeleton, Affix, Dialog, Drawer, FloatingIndicator, HoverCard, LoadingOverlay, Menu, Modal, Overlay, Popover, Tooltip, Accordion, Avatar, BackgroundImage, Badge, Card, ColorSwatch, Image, Indicator, Kbd, NumberFormatter, Spoiler, ThemeIcon, Timeline, Blockquote, Code, Highlight, List, Mark, Table, Text, Title, TypographyStylesProvider, Box, Collapse, Divider, FocusTrap, Paper, Portal, ScrollArea, Transition, VisuallyHidden, ColorSchemeScript, useInputProps, useMantineTheme, useCombobox, useComputedColorScheme } from '../node_modules/.pnpm/@mantine_core@7.15.2_patch_hash_jclkxeaefn6uz54h34k3r3yjsq_@mantine_hooks@7.15.2_react@18.3.1_sx7emryda53tomnuogmu74guza/node_modules/@mantine/core/lib';
34
34
  export { useColorScheme } from '../hooks/useColorScheme.mjs';
35
35
  export { TextInput, type TextInputProps } from './TextInput/index.mjs';
36
36
  export { notifier } from './notifier/index.mjs';
@@ -38,6 +38,7 @@ export { Typography, TYPOGRAPHY_STYLES_MAP, type TypographyProps } from './Typog
38
38
  export { MediaQuery, type MediaQueryProps } from './MediaQuery/index.mjs';
39
39
  export { Select, type SelectProps, MultiSelect, type MultiSelectProps } from './Select/index.mjs';
40
40
  export { Button } from './Button/index.mjs';
41
+ export { CopyButton } from './CopyButton/CopyButton.mjs';
41
42
  export * from './Prism/index.mjs';
42
43
  export { AnimatedNumber, type AnimatedNumberProps } from './AnimatedNumber/index.mjs';
43
44
  export { Dropzone, MIME_TYPES, MS_EXCEL_MIME_TYPE, MS_POWERPOINT_MIME_TYPE, MS_WORD_MIME_TYPE, EXE_MIME_TYPE, PDF_MIME_TYPE, IMAGE_MIME_TYPE } from '@mantine/dropzone';
@@ -9,6 +9,7 @@ import { TYPOGRAPHY_STYLES_MAP, Typography } from "./Typography/index.mjs";
9
9
  import { MediaQuery } from "./MediaQuery/index.mjs";
10
10
  import { MultiSelect, Select } from "./Select/index.mjs";
11
11
  import { Button } from "./Button/index.mjs";
12
+ import { CopyButton } from "./CopyButton/CopyButton.mjs";
12
13
  import { AnimatedNumber } from "./AnimatedNumber/index.mjs";
13
14
  import { Dropzone } from "../node_modules/.pnpm/@mantine_dropzone@7.15.2_@mantine_core@7.15.2_patch_hash_jclkxeaefn6uz54h34k3r3yjsq_@mantine__hww35qmvzgxt6vzp3w3turt5w4/node_modules/@mantine/dropzone/esm/index.mjs";
14
15
  import { AppShell } from "../node_modules/.pnpm/@mantine_core@7.15.2_patch_hash_jclkxeaefn6uz54h34k3r3yjsq_@mantine_hooks@7.15.2_react@18.3.1_szqfuioo5damkjdixckhzmwycq/node_modules/@mantine/core/esm/components/AppShell/AppShell.mjs";
@@ -52,7 +53,6 @@ import { PillsInput } from "../node_modules/.pnpm/@mantine_core@7.15.2_patch_has
52
53
  import { TagsInput } from "../node_modules/.pnpm/@mantine_core@7.15.2_patch_hash_jclkxeaefn6uz54h34k3r3yjsq_@mantine_hooks@7.15.2_react@18.3.1_szqfuioo5damkjdixckhzmwycq/node_modules/@mantine/core/esm/components/TagsInput/TagsInput.mjs";
53
54
  import { ActionIcon } from "../node_modules/.pnpm/@mantine_core@7.15.2_patch_hash_jclkxeaefn6uz54h34k3r3yjsq_@mantine_hooks@7.15.2_react@18.3.1_szqfuioo5damkjdixckhzmwycq/node_modules/@mantine/core/esm/components/ActionIcon/ActionIcon.mjs";
54
55
  import { CloseButton } from "../node_modules/.pnpm/@mantine_core@7.15.2_patch_hash_jclkxeaefn6uz54h34k3r3yjsq_@mantine_hooks@7.15.2_react@18.3.1_szqfuioo5damkjdixckhzmwycq/node_modules/@mantine/core/esm/components/CloseButton/CloseButton.mjs";
55
- import { CopyButton } from "../node_modules/.pnpm/@mantine_core@7.15.2_patch_hash_jclkxeaefn6uz54h34k3r3yjsq_@mantine_hooks@7.15.2_react@18.3.1_szqfuioo5damkjdixckhzmwycq/node_modules/@mantine/core/esm/components/CopyButton/CopyButton.mjs";
56
56
  import { FileButton } from "../node_modules/.pnpm/@mantine_core@7.15.2_patch_hash_jclkxeaefn6uz54h34k3r3yjsq_@mantine_hooks@7.15.2_react@18.3.1_szqfuioo5damkjdixckhzmwycq/node_modules/@mantine/core/esm/components/FileButton/FileButton.mjs";
57
57
  import { UnstyledButton } from "../node_modules/.pnpm/@mantine_core@7.15.2_patch_hash_jclkxeaefn6uz54h34k3r3yjsq_@mantine_hooks@7.15.2_react@18.3.1_szqfuioo5damkjdixckhzmwycq/node_modules/@mantine/core/esm/components/UnstyledButton/UnstyledButton.mjs";
58
58
  import { Anchor } from "../node_modules/.pnpm/@mantine_core@7.15.2_patch_hash_jclkxeaefn6uz54h34k3r3yjsq_@mantine_hooks@7.15.2_react@18.3.1_szqfuioo5damkjdixckhzmwycq/node_modules/@mantine/core/esm/components/Anchor/Anchor.mjs";
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
+ const dayjs$1 = require("dayjs");
4
+ const customParseFormat = require("../node_modules/.pnpm/dayjs@1.11.13/node_modules/dayjs/plugin/customParseFormat.cjs");
5
+ const duration = require("../node_modules/.pnpm/dayjs@1.11.13/node_modules/dayjs/plugin/duration.cjs");
6
+ const minMax = require("../node_modules/.pnpm/dayjs@1.11.13/node_modules/dayjs/plugin/minMax.cjs");
7
+ const timezone = require("../node_modules/.pnpm/dayjs@1.11.13/node_modules/dayjs/plugin/timezone.cjs");
8
+ const utc = require("../node_modules/.pnpm/dayjs@1.11.13/node_modules/dayjs/plugin/utc.cjs");
9
+ dayjs$1.extend(duration.default);
10
+ dayjs$1.extend(minMax.default);
11
+ dayjs$1.extend(customParseFormat.default);
12
+ dayjs$1.extend(utc.default);
13
+ dayjs$1.extend(timezone.default);
14
+ const dayjs = dayjs$1;
15
+ exports.dayjs = dayjs;
@@ -1,3 +1,3 @@
1
- import { default as dayjs } from 'dayjs';
2
- export { dayjs };
1
+ import { default as _dayjs } from 'dayjs';
2
+ export declare const dayjs: typeof _dayjs;
3
3
  export type { Dayjs } from 'dayjs';
@@ -1,3 +1,3 @@
1
- import { default as dayjs } from 'dayjs';
2
- export { dayjs };
1
+ import { default as _dayjs } from 'dayjs';
2
+ export declare const dayjs: typeof _dayjs;
3
3
  export type { Dayjs } from 'dayjs';
@@ -0,0 +1,15 @@
1
+ import dayjs$1 from "dayjs";
2
+ import customParseFormat from "../node_modules/.pnpm/dayjs@1.11.13/node_modules/dayjs/plugin/customParseFormat.mjs";
3
+ import duration from "../node_modules/.pnpm/dayjs@1.11.13/node_modules/dayjs/plugin/duration.mjs";
4
+ import minMax from "../node_modules/.pnpm/dayjs@1.11.13/node_modules/dayjs/plugin/minMax.mjs";
5
+ import timezonePlugin from "../node_modules/.pnpm/dayjs@1.11.13/node_modules/dayjs/plugin/timezone.mjs";
6
+ import utcPlugin from "../node_modules/.pnpm/dayjs@1.11.13/node_modules/dayjs/plugin/utc.mjs";
7
+ dayjs$1.extend(duration);
8
+ dayjs$1.extend(minMax);
9
+ dayjs$1.extend(customParseFormat);
10
+ dayjs$1.extend(utcPlugin);
11
+ dayjs$1.extend(timezonePlugin);
12
+ const dayjs = dayjs$1;
13
+ export {
14
+ dayjs
15
+ };
@@ -2,19 +2,19 @@
2
2
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
3
  const clsx = require("clsx");
4
4
  const styles = require("./styles.cjs");
5
+ const dayjs = require("./dayjs.cjs");
5
6
  const rgba = require("../node_modules/.pnpm/@mantine_core@7.15.2_patch_hash_jclkxeaefn6uz54h34k3r3yjsq_@mantine_hooks@7.15.2_react@18.3.1_szqfuioo5damkjdixckhzmwycq/node_modules/@mantine/core/esm/core/MantineProvider/color-functions/rgba/rgba.cjs");
6
7
  const rem = require("../node_modules/.pnpm/@mantine_core@7.15.2_patch_hash_jclkxeaefn6uz54h34k3r3yjsq_@mantine_hooks@7.15.2_react@18.3.1_szqfuioo5damkjdixckhzmwycq/node_modules/@mantine/core/esm/core/utils/units-converters/rem.cjs");
7
8
  const getPrimaryShade = require("../node_modules/.pnpm/@mantine_core@7.15.2_patch_hash_jclkxeaefn6uz54h34k3r3yjsq_@mantine_hooks@7.15.2_react@18.3.1_szqfuioo5damkjdixckhzmwycq/node_modules/@mantine/core/esm/core/MantineProvider/color-functions/get-primary-shade/get-primary-shade.cjs");
8
9
  const getThemeColor = require("../node_modules/.pnpm/@mantine_core@7.15.2_patch_hash_jclkxeaefn6uz54h34k3r3yjsq_@mantine_hooks@7.15.2_react@18.3.1_szqfuioo5damkjdixckhzmwycq/node_modules/@mantine/core/esm/core/MantineProvider/color-functions/get-theme-color/get-theme-color.cjs");
9
- const dayjs = require("dayjs");
10
10
  Object.defineProperty(exports, "clsx", {
11
11
  enumerable: true,
12
12
  get: () => clsx.clsx
13
13
  });
14
14
  exports.mergeStylesList = styles.mergeStylesList;
15
15
  exports.mergeSxList = styles.mergeSxList;
16
+ exports.dayjs = dayjs.dayjs;
16
17
  exports.rgba = rgba.rgba;
17
18
  exports.rem = rem.rem;
18
19
  exports.getPrimaryShade = getPrimaryShade.getPrimaryShade;
19
20
  exports.getThemeColor = getThemeColor.getThemeColor;
20
- exports.dayjs = dayjs;
@@ -31,4 +31,4 @@ declare module '@mantine/core' {
31
31
  export { clsx } from 'clsx';
32
32
  export { rgba, rem, getPrimaryShade, getThemeColor } from '../node_modules/.pnpm/@mantine_core@7.15.2_patch_hash_jclkxeaefn6uz54h34k3r3yjsq_@mantine_hooks@7.15.2_react@18.3.1_sx7emryda53tomnuogmu74guza/node_modules/@mantine/core/lib';
33
33
  export * from './styles.cjs';
34
- export * from './dayjs.cjs';
34
+ export { dayjs, type Dayjs } from './dayjs.cjs';
@@ -31,4 +31,4 @@ declare module '@mantine/core' {
31
31
  export { clsx } from 'clsx';
32
32
  export { rgba, rem, getPrimaryShade, getThemeColor } from '../node_modules/.pnpm/@mantine_core@7.15.2_patch_hash_jclkxeaefn6uz54h34k3r3yjsq_@mantine_hooks@7.15.2_react@18.3.1_sx7emryda53tomnuogmu74guza/node_modules/@mantine/core/lib';
33
33
  export * from './styles.mjs';
34
- export * from './dayjs.mjs';
34
+ export { dayjs, type Dayjs } from './dayjs.mjs';
@@ -1,13 +1,13 @@
1
1
  import { clsx } from "clsx";
2
2
  import { mergeStylesList, mergeSxList } from "./styles.mjs";
3
+ import { dayjs } from "./dayjs.mjs";
3
4
  import { rgba } from "../node_modules/.pnpm/@mantine_core@7.15.2_patch_hash_jclkxeaefn6uz54h34k3r3yjsq_@mantine_hooks@7.15.2_react@18.3.1_szqfuioo5damkjdixckhzmwycq/node_modules/@mantine/core/esm/core/MantineProvider/color-functions/rgba/rgba.mjs";
4
5
  import { rem } from "../node_modules/.pnpm/@mantine_core@7.15.2_patch_hash_jclkxeaefn6uz54h34k3r3yjsq_@mantine_hooks@7.15.2_react@18.3.1_szqfuioo5damkjdixckhzmwycq/node_modules/@mantine/core/esm/core/utils/units-converters/rem.mjs";
5
6
  import { getPrimaryShade } from "../node_modules/.pnpm/@mantine_core@7.15.2_patch_hash_jclkxeaefn6uz54h34k3r3yjsq_@mantine_hooks@7.15.2_react@18.3.1_szqfuioo5damkjdixckhzmwycq/node_modules/@mantine/core/esm/core/MantineProvider/color-functions/get-primary-shade/get-primary-shade.mjs";
6
7
  import { getThemeColor } from "../node_modules/.pnpm/@mantine_core@7.15.2_patch_hash_jclkxeaefn6uz54h34k3r3yjsq_@mantine_hooks@7.15.2_react@18.3.1_szqfuioo5damkjdixckhzmwycq/node_modules/@mantine/core/esm/core/MantineProvider/color-functions/get-theme-color/get-theme-color.mjs";
7
- import { default as default2 } from "dayjs";
8
8
  export {
9
9
  clsx,
10
- default2 as dayjs,
10
+ dayjs,
11
11
  getPrimaryShade,
12
12
  getThemeColor,
13
13
  mergeStylesList,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tidbcloud/uikit",
3
- "version": "2.1.5",
3
+ "version": "2.1.7",
4
4
  "description": "tidbcloud uikit",
5
5
  "type": "module",
6
6
  "main": "dist/primitive/index.cjs",