@goodhood-web/ui 3.3.0-development.3 → 3.3.0-development.5
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.d.ts +4 -1
- package/index.js +40 -40
- package/index.mjs +5430 -5288
- package/lib/Atoms/Buttons/CarouselNavigation/CarouselNavigation.d.ts +5 -0
- package/lib/Atoms/Buttons/CarouselNavigation/CarouselNavigation.types.d.ts +4 -0
- package/lib/Atoms/Content/GalleryPlaceholder/GalleryPlaceholder.d.ts +1 -0
- package/lib/Atoms/Progress/CarouselIndicator/CarouselIndicator.d.ts +3 -0
- package/lib/Atoms/Progress/CarouselIndicator/CarouselIndicator.types.d.ts +18 -0
- package/lib/Base/Icon/icons/index.d.ts +6 -0
- package/lib/Base/Icon/icons/outline/24x24/index.d.ts +6 -0
- package/lib/Base/Icon/icons/outline/index.d.ts +6 -0
- package/lib/Organisms/Modals/Sheet/Sheet.d.ts +1 -1
- package/lib/Organisms/Modals/Sheet/Sheet.types.d.ts +17 -9
- package/package.json +1 -1
- package/style.css +1 -1
package/index.d.ts
CHANGED
|
@@ -12,6 +12,7 @@ import { default as Button } from './lib/Atoms/Buttons/Button/Button';
|
|
|
12
12
|
import { default as ButtonPrimary } from './lib/Atoms/Buttons/ButtonPrimary/ButtonPrimary';
|
|
13
13
|
import { default as ButtonSecondary } from './lib/Atoms/Buttons/ButtonSecondary/ButtonSecondary';
|
|
14
14
|
import { default as ButtonTertiary } from './lib/Atoms/Buttons/ButtonTertiary/ButtonTertiary';
|
|
15
|
+
import { default as CarouselNavigation } from './lib/Atoms/Buttons/CarouselNavigation/CarouselNavigation';
|
|
15
16
|
import { default as CopyLinkButton } from './lib/Atoms/Buttons/CopyLinkButton/CopyLinkButton';
|
|
16
17
|
import { default as IconButton } from './lib/Atoms/Buttons/IconButton/IconButton';
|
|
17
18
|
import { default as OverlayButton } from './lib/Atoms/Buttons/OverlayButton/OverlayButton';
|
|
@@ -20,6 +21,7 @@ import { default as FeedTile } from './lib/Atoms/Buttons/Tiles/FeedTile/FeedTile
|
|
|
20
21
|
import { default as MenuTile } from './lib/Atoms/Buttons/Tiles/MenuTile/MenuTile';
|
|
21
22
|
import { default as AvatarWithPlaceholder } from './lib/Atoms/Content/AvatarWithPlaceholder/AvatarWithPlaceholder';
|
|
22
23
|
import { default as BodyText } from './lib/Atoms/Content/BodyText/BodyText';
|
|
24
|
+
import { GalleryPlaceholder } from './lib/Atoms/Content/GalleryPlaceholder/GalleryPlaceholder';
|
|
23
25
|
import { default as PlaceholderThumbnail } from './lib/Atoms/Content/PlaceholderThumbnail/PlaceholderThumbnail';
|
|
24
26
|
import { default as PoiAvatar } from './lib/Atoms/Content/PoiAvatar/PoiAvatar';
|
|
25
27
|
import { default as Thumbnail } from './lib/Atoms/Content/Thumbnail/Thumbnail';
|
|
@@ -43,6 +45,7 @@ import { default as TextInput } from './lib/Atoms/Inputs/TextInput/TextInput';
|
|
|
43
45
|
import { default as Toggle } from './lib/Atoms/Inputs/Toggle/Toggle';
|
|
44
46
|
import { default as Loader } from './lib/Atoms/Loader/Loader';
|
|
45
47
|
import { default as NotificationBubble } from './lib/Atoms/NotificationBubble/NotificationBubble';
|
|
48
|
+
import { default as CarouselIndicator } from './lib/Atoms/Progress/CarouselIndicator/CarouselIndicator';
|
|
46
49
|
import { default as ProgressBar } from './lib/Atoms/Progress/ProgressBar/ProgressBar';
|
|
47
50
|
import { default as SelectablePill } from './lib/Atoms/Selectables/SelectablePill/SelectablePill';
|
|
48
51
|
import { default as Icon } from './lib/Base/Icon/Icon';
|
|
@@ -74,4 +77,4 @@ import { default as Modal } from './lib/Organisms/Modals/Modal/Modal';
|
|
|
74
77
|
import { default as Popup } from './lib/Organisms/Modals/Popup/Popup';
|
|
75
78
|
import { default as Sheet } from './lib/Organisms/Modals/Sheet/Sheet';
|
|
76
79
|
export * from './lib/Base/Typography';
|
|
77
|
-
export { Accordion, AccordionItem, ActionBar, AvatarWithPlaceholder, Badge, BadgeIcon, BadgeLabel, BodyText, BottomSheet, Button, ButtonPrimary, ButtonSecondary, ButtonTertiary, Card, CardBody, CardHeader, CheckboxInput, CopyLinkButton, DateTimeInput, Divider, DropdownCard, DropdownHeader, DropdownItem, PopupItem, EmptyState, FeedItemCategory, FeedTile, Fieldset, Form, Icon, IconButton, Image, InputFieldSpecial, LabelPill, Legend, ListItem, ListItemCluster, Loader, Markdown, MenuItem, MenuTile, Modal, NavBar, NavigationTab, NavItem, Notice, NotificationBubble, NotificationListItem, OverlayButton, PlaceholderThumbnail, PoiAvatar, Popup, ProgressBar, RadioButton, RadioButtonCluster, Select, SelectablePill, SelectablePillGroup, Sheet, Snackbar, SocialIcon, Sticker, SwitcherToggle, TextAreaInput, TextButton, TextInput, Thumbnail, ThumbnailWithLabel, ThumbnailWrapper, Toggle, ToggleInput, Tooltip, useCopyToClipboard, UserAvatar, UserAvatarCluster, };
|
|
80
|
+
export { Accordion, AccordionItem, ActionBar, AvatarWithPlaceholder, Badge, BadgeIcon, BadgeLabel, BodyText, BottomSheet, Button, ButtonPrimary, ButtonSecondary, ButtonTertiary, Card, CardBody, CardHeader, CarouselNavigation, CarouselIndicator, CheckboxInput, CopyLinkButton, DateTimeInput, Divider, DropdownCard, DropdownHeader, DropdownItem, PopupItem, EmptyState, FeedItemCategory, FeedTile, Fieldset, Form, GalleryPlaceholder, Icon, IconButton, Image, InputFieldSpecial, LabelPill, Legend, ListItem, ListItemCluster, Loader, Markdown, MenuItem, MenuTile, Modal, NavBar, NavigationTab, NavItem, Notice, NotificationBubble, NotificationListItem, OverlayButton, PlaceholderThumbnail, PoiAvatar, Popup, ProgressBar, RadioButton, RadioButtonCluster, Select, SelectablePill, SelectablePillGroup, Sheet, Snackbar, SocialIcon, Sticker, SwitcherToggle, TextAreaInput, TextButton, TextInput, Thumbnail, ThumbnailWithLabel, ThumbnailWrapper, Toggle, ToggleInput, Tooltip, useCopyToClipboard, UserAvatar, UserAvatarCluster, };
|