@max-ts/svelte 1.4.3 → 1.4.4

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.
@@ -1,2 +1,2 @@
1
1
  export { default as Typography } from './Typography.svelte';
2
- export type { TypographyAlign, TypographyColor, TypographyVariant, } from './types';
2
+ export type { TypographyAlign, TypographyColor, TypographyProps, TypographyVariant, } from './types';
@@ -1,7 +1,7 @@
1
1
  export { Accordion } from './Accordion';
2
2
  export { Alert } from './Alert';
3
- export { Badge, badgeVariants, type BadgeVariant } from './Badge';
4
- export { Button, buttonVariants, type ButtonSize, type ButtonVariant, } from './Button';
3
+ export { Badge, type BadgeVariant, badgeVariants } from './Badge';
4
+ export { Button, type ButtonSize, type ButtonVariant, buttonVariants, } from './Button';
5
5
  export { ButtonGroup, type ButtonGroupOrientation, type ButtonGroupProps, } from './ButtonGroup';
6
6
  export { Calendar, type CalendarProps } from './Calendar';
7
7
  export { Card, type CardVariant } from './Card';
@@ -11,8 +11,8 @@ export { CircularProgress, type CircularProgressProps, } from './CircularProgres
11
11
  export { ContentState, type ContentStateErrorProps, type ContentStateProps, } from './ContentState';
12
12
  export { DataGrid, type DataGridColumn, type DataGridColumns, type DataGridProps, type DataGridState, } from './DataGrid';
13
13
  export { DataGridSortHeader, type DataGridSortHeaderProps, type DataGridSorting, } from './DataGridSortHeader';
14
- export * as DropdownMenu from './DropdownMenu';
15
14
  export type { DropdownMenuProps } from './DropdownMenu';
15
+ export * as DropdownMenu from './DropdownMenu';
16
16
  export { Empty, type EmptyMediaVariant } from './Empty';
17
17
  export { Field, type FieldOrientation, type FieldVariants, } from './Field';
18
18
  export { Input, type InputProps, type InputType, } from './Input';
@@ -27,4 +27,4 @@ export { Slider, type SliderProps } from './Slider';
27
27
  export { Spinner, type SpinnerSize } from './Spinner';
28
28
  export { Tabs, type TabsProps } from './Tabs';
29
29
  export { Tooltip, type TooltipProps } from './Tooltip';
30
- export { Typography, type TypographyAlign, type TypographyColor, type TypographyVariant, } from './Typography';
30
+ export { Typography, type TypographyAlign, type TypographyColor, type TypographyProps, type TypographyVariant, } from './Typography';
@@ -60,6 +60,6 @@ import { TabsProps } from "./components/Tabs/types.js";
60
60
  import { Tabs } from "./components/Tabs/index.js";
61
61
  import { TooltipProps } from "./components/Tooltip/types.js";
62
62
  import "./components/Tooltip/index.js";
63
- import { TypographyAlign, TypographyColor, TypographyVariant } from "./components/Typography/types.js";
63
+ import { TypographyAlign, TypographyColor, TypographyProps, TypographyVariant } from "./components/Typography/types.js";
64
64
  import "./components/Typography/index.js";
65
- export { Accordion, Alert, Badge, type BadgeVariant, Button, ButtonGroup, type ButtonGroupOrientation, type ButtonGroupProps, type ButtonSize, type ButtonVariant, Calendar, type CalendarProps, Card, type CardVariant, Carousel, type CarouselProps, Checkbox, CircularProgress, type CircularProgressProps, ContentState, type ContentStateErrorProps, type ContentStateProps, DataGrid, type DataGridColumn, type DataGridColumns, type DataGridProps, DataGridSortHeader, type DataGridSortHeaderProps, type DataGridSorting, type DataGridState, index_d_exports as DropdownMenu, type DropdownMenuProps, Empty, type EmptyMediaVariant, Field, type FieldOrientation, type FieldVariants, Input, type InputProps, type InputType, Item, type ItemProps, type ItemSize, type ItemVariant, Label_1 as Label, Placeholder, type PlaceholderProps, type PlaceholderSize, Popover, type PopoverProps, RangeInput, type RangeInputProps, type RangeInputSize, Select, Separator, type SeparatorProps, Slider, type SliderProps, Spinner, type SpinnerSize, Tabs, type TabsProps, Tooltip, type TooltipProps, Typography, type TypographyAlign, type TypographyColor, type TypographyVariant, badgeVariants, buttonVariants };
65
+ export { Accordion, Alert, Badge, type BadgeVariant, Button, ButtonGroup, type ButtonGroupOrientation, type ButtonGroupProps, type ButtonSize, type ButtonVariant, Calendar, type CalendarProps, Card, type CardVariant, Carousel, type CarouselProps, Checkbox, CircularProgress, type CircularProgressProps, ContentState, type ContentStateErrorProps, type ContentStateProps, DataGrid, type DataGridColumn, type DataGridColumns, type DataGridProps, DataGridSortHeader, type DataGridSortHeaderProps, type DataGridSorting, type DataGridState, index_d_exports as DropdownMenu, type DropdownMenuProps, Empty, type EmptyMediaVariant, Field, type FieldOrientation, type FieldVariants, Input, type InputProps, type InputType, Item, type ItemProps, type ItemSize, type ItemVariant, Label_1 as Label, Placeholder, type PlaceholderProps, type PlaceholderSize, Popover, type PopoverProps, RangeInput, type RangeInputProps, type RangeInputSize, Select, Separator, type SeparatorProps, Slider, type SliderProps, Spinner, type SpinnerSize, Tabs, type TabsProps, Tooltip, type TooltipProps, Typography, type TypographyAlign, type TypographyColor, type TypographyProps, type TypographyVariant, badgeVariants, buttonVariants };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@max-ts/svelte",
3
- "version": "1.4.3",
3
+ "version": "1.4.4",
4
4
  "type": "module",
5
5
  "description": "Svelte component library.",
6
6
  "author": "Tsepelev Maksim",