@goodhood-web/ui 1.6.0-development.31 → 1.6.0-development.32

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 (5) hide show
  1. package/index.d.ts +2 -1
  2. package/index.js +23 -23
  3. package/index.mjs +1085 -1066
  4. package/package.json +1 -1
  5. package/style.css +1 -1
package/index.d.ts CHANGED
@@ -25,6 +25,7 @@ import { default as PlaceholderThumbnail } from './lib/PlaceholderThumbnail/Plac
25
25
  import { default as Popup } from './lib/Popup/Popup';
26
26
  import { default as RadioButton } from './lib/RadioButton/RadioButton';
27
27
  import { default as RadioButtonCluster } from './lib/RadioButtonCluster/RadioButtonCluster';
28
+ import { default as Sticker } from './lib/Sticker/Sticker';
28
29
  import { default as TextButton } from './lib/TextButton/TextButton';
29
30
  import { default as TextInput } from './lib/TextInput/TextInput';
30
31
  import { default as Thumbnail } from './lib/Thumbnail/Thumbnail';
@@ -32,4 +33,4 @@ import { default as Toggle } from './lib/Toggle/Toggle';
32
33
  import { default as ToggleInput } from './lib/ToggleInput/ToggleInput';
33
34
  import { default as Typography } from './lib/Typography/Typography';
34
35
 
35
- export { Accordion, AccordionItem, Button, ButtonPrimary, Card, CardBody, CardHeader, Divider, Fieldset, Form, Icon, IconButton, Image, LabelPill, Legend, Loader, Markdown, MenuItem, Modal, NavBar, NavItem, NotificationBubble, NotificationListItem, PlaceholderThumbnail, Popup, RadioButton, RadioButtonCluster, TextButton, TextInput, Thumbnail, Toggle, ToggleInput, Typography, };
36
+ export { Accordion, AccordionItem, Button, ButtonPrimary, Card, CardBody, CardHeader, Divider, Fieldset, Form, Icon, IconButton, Image, LabelPill, Legend, Loader, Markdown, MenuItem, Modal, NavBar, NavItem, NotificationBubble, NotificationListItem, PlaceholderThumbnail, Popup, RadioButton, RadioButtonCluster, Sticker, TextButton, TextInput, Thumbnail, Toggle, ToggleInput, Typography, };