jvetrau-ds 0.1.11 → 0.1.12
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/index.cjs +1 -1
- package/index.d.cts +1 -1
- package/index.d.ts +1 -1
- package/index.js +1 -1
- package/package.json +1 -1
package/index.cjs
CHANGED
|
@@ -1621,7 +1621,7 @@ var Attach = ({
|
|
|
1621
1621
|
};
|
|
1622
1622
|
var attach_default = Attach;
|
|
1623
1623
|
|
|
1624
|
-
exports.
|
|
1624
|
+
exports.Attach = attach_default;
|
|
1625
1625
|
exports.Avatar = avatar_default;
|
|
1626
1626
|
exports.Button = button_default;
|
|
1627
1627
|
exports.ButtonIcon = button_icon_default;
|
package/index.d.cts
CHANGED
|
@@ -200,4 +200,4 @@ interface AttachProps extends React.HTMLAttributes<HTMLDivElement> {
|
|
|
200
200
|
}
|
|
201
201
|
declare const Attach: React.FC<AttachProps>;
|
|
202
202
|
|
|
203
|
-
export { type AttachItem, type AttachProps,
|
|
203
|
+
export { Attach, type AttachItem, type AttachProps, Avatar, type AvatarProps, Button, ButtonIcon, type ButtonIconProps, type ButtonProps, Card, type CardProps, Checkbox, type CheckboxProps, Dropdown, type DropdownProps, Field, type FieldProps, Input, type InputProps, Logo, type LogoProps, Menu, type MenuProps, Panel, type PanelProps, ProgressBar, type ProgressBarProps, Radio, type RadioProps, RichEdit, type RichEditProps, Search, type SearchProps, Select, type SelectProps, Tabs, type TabsProps, Tag, type TagProps, Textarea, type TextareaProps, Video, type VideoProps };
|
package/index.d.ts
CHANGED
|
@@ -200,4 +200,4 @@ interface AttachProps extends React.HTMLAttributes<HTMLDivElement> {
|
|
|
200
200
|
}
|
|
201
201
|
declare const Attach: React.FC<AttachProps>;
|
|
202
202
|
|
|
203
|
-
export { type AttachItem, type AttachProps,
|
|
203
|
+
export { Attach, type AttachItem, type AttachProps, Avatar, type AvatarProps, Button, ButtonIcon, type ButtonIconProps, type ButtonProps, Card, type CardProps, Checkbox, type CheckboxProps, Dropdown, type DropdownProps, Field, type FieldProps, Input, type InputProps, Logo, type LogoProps, Menu, type MenuProps, Panel, type PanelProps, ProgressBar, type ProgressBarProps, Radio, type RadioProps, RichEdit, type RichEditProps, Search, type SearchProps, Select, type SelectProps, Tabs, type TabsProps, Tag, type TagProps, Textarea, type TextareaProps, Video, type VideoProps };
|
package/index.js
CHANGED
|
@@ -1613,6 +1613,6 @@ var Attach = ({
|
|
|
1613
1613
|
};
|
|
1614
1614
|
var attach_default = Attach;
|
|
1615
1615
|
|
|
1616
|
-
export { attach_default as
|
|
1616
|
+
export { attach_default as Attach, avatar_default as Avatar, button_default as Button, button_icon_default as ButtonIcon, card_default as Card, checkbox_default as Checkbox, dropdown_default as Dropdown, field_default as Field, footer_default as Footer, header_default as Header, input_default as Input, base_default as LayoutBase, foundation_default as LayoutFoundation, sidebar_default as LayoutSidebar, logo_default as Logo, menu_default as Menu, panel_default as Panel, progressbar_default as ProgressBar, radio_default as Radio, richedit_default as RichEdit, screen_header_default as ScreenHeader, search_default as Search, select_default as Select, tabs_default as Tabs, tag_default as Tag, textarea_default as Textarea, video_default as Video };
|
|
1617
1617
|
//# sourceMappingURL=index.js.map
|
|
1618
1618
|
//# sourceMappingURL=index.js.map
|