@goodhood-web/ui 0.0.6 → 1.0.0-development.1
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/{src/index.ts → index.d.ts} +1 -24
- package/index.js +48 -0
- package/index.mjs +2341 -0
- package/lib/BaseButton/BaseButton.d.ts +11 -0
- package/lib/Card/Card.d.ts +3 -0
- package/lib/Card/Card.types.d.ts +10 -0
- package/lib/Card/Card.utils.d.ts +3 -0
- package/lib/Card/CardBody/CardBody.d.ts +3 -0
- package/lib/Card/CardBody/CardBody.types.d.ts +5 -0
- package/lib/Card/CardHeader/CardHeader.d.ts +3 -0
- package/lib/Card/CardHeader/CardHeader.type.d.ts +12 -0
- package/lib/ContentCreatorButton/ContentCreatorButton.d.ts +3 -0
- package/{src/lib/ContentCreatorButton/ContentCreatorButton.types.ts → lib/ContentCreatorButton/ContentCreatorButton.types.d.ts} +2 -3
- package/lib/Divider/Divider.d.ts +3 -0
- package/lib/Divider/Divider.types.d.ts +6 -0
- package/lib/Fieldset/Fieldset.d.ts +3 -0
- package/lib/Fieldset/Fieldset.types.d.ts +8 -0
- package/lib/Form/Form.d.ts +3 -0
- package/lib/Form/Form.types.d.ts +10 -0
- package/lib/Icon/Icon.d.ts +4 -0
- package/lib/Icon/Icon.types.d.ts +18 -0
- package/lib/Icon/icons/24x24/index.d.ts +130 -0
- package/lib/Icon/icons/32x32/index.d.ts +265 -0
- package/lib/Icon/icons/index.d.ts +395 -0
- package/lib/IconButton/IconButton.d.ts +3 -0
- package/{src/lib/IconButton/IconButton.types.ts → lib/IconButton/IconButton.types.d.ts} +12 -10
- package/lib/IconButton/utils.d.ts +3 -0
- package/lib/Image/Image.d.ts +3 -0
- package/lib/Image/Image.type.d.ts +5 -0
- package/lib/LabelPill/LabelPill.d.ts +3 -0
- package/lib/LabelPill/LabelPill.types.d.ts +4 -0
- package/lib/Legend/Legend.d.ts +3 -0
- package/lib/Legend/Legend.types.d.ts +5 -0
- package/lib/MenuItem/MenuItem.d.ts +3 -0
- package/lib/MenuItem/MenuItem.types.d.ts +9 -0
- package/lib/NotificationBubble/NotificationBubble.d.ts +3 -0
- package/{src/lib/NotificationBubble/NotificationBubble.types.tsx → lib/NotificationBubble/NotificationBubble.types.d.ts} +2 -3
- package/lib/Thumbnail/Thumbnail.d.ts +3 -0
- package/{src/lib/Thumbnail/Thumbnail.type.tsx → lib/Thumbnail/Thumbnail.type.d.ts} +6 -9
- package/lib/Toggle/Toggle.d.ts +3 -0
- package/{src/lib/Toggle/Toggle.types.ts → lib/Toggle/Toggle.types.d.ts} +2 -3
- package/lib/ToggleInput/ToggleInput.d.ts +3 -0
- package/{src/lib/ToggleInput/ToggleInput.types.ts → lib/ToggleInput/ToggleInput.types.d.ts} +3 -5
- package/lib/Typography/Typography.d.ts +3 -0
- package/lib/Typography/Typography.types.d.ts +8 -0
- package/package.json +3 -2
- package/style.css +1 -0
- package/.babelrc +0 -12
- package/.eslintrc.json +0 -25
- package/.storybook/main.ts +0 -31
- package/.storybook/manager-head.html +0 -1
- package/.storybook/manager.ts +0 -7
- package/.storybook/nebenanTheme.ts +0 -17
- package/.storybook/preview.ts +0 -9
- package/.stylelintrc.json +0 -14
- package/README.md +0 -7
- package/__mocks__/svg.js +0 -2
- package/images/favicon.ico +0 -0
- package/images/logo.svg +0 -11
- package/jest.config.ts +0 -16
- package/project.json +0 -95
- package/release.config.js +0 -30
- package/src/lib/BaseButton/BaseButton.module.scss +0 -11
- package/src/lib/BaseButton/BaseButton.spec.tsx +0 -12
- package/src/lib/BaseButton/BaseButton.stories.tsx +0 -26
- package/src/lib/BaseButton/BaseButton.tsx +0 -39
- package/src/lib/Card/Card.module.scss +0 -15
- package/src/lib/Card/Card.spec.tsx +0 -15
- package/src/lib/Card/Card.stories.tsx +0 -159
- package/src/lib/Card/Card.tsx +0 -31
- package/src/lib/Card/Card.types.ts +0 -12
- package/src/lib/Card/Card.utils.spec.tsx +0 -51
- package/src/lib/Card/Card.utils.ts +0 -23
- package/src/lib/Card/CardBody/CardBody.module.scss +0 -4
- package/src/lib/Card/CardBody/CardBody.spec.tsx +0 -15
- package/src/lib/Card/CardBody/CardBody.stories.tsx +0 -108
- package/src/lib/Card/CardBody/CardBody.tsx +0 -9
- package/src/lib/Card/CardBody/CardBody.types.ts +0 -4
- package/src/lib/Card/CardHeader/CardHeader.module.scss +0 -12
- package/src/lib/Card/CardHeader/CardHeader.spec.tsx +0 -72
- package/src/lib/Card/CardHeader/CardHeader.stories.tsx +0 -77
- package/src/lib/Card/CardHeader/CardHeader.tsx +0 -29
- package/src/lib/Card/CardHeader/CardHeader.type.ts +0 -14
- package/src/lib/ContentCreatorButton/ContentCreatorButton.module.scss +0 -14
- package/src/lib/ContentCreatorButton/ContentCreatorButton.spec.tsx +0 -14
- package/src/lib/ContentCreatorButton/ContentCreatorButton.stories.tsx +0 -29
- package/src/lib/ContentCreatorButton/ContentCreatorButton.tsx +0 -35
- package/src/lib/Divider/Divider.module.scss +0 -10
- package/src/lib/Divider/Divider.spec.tsx +0 -46
- package/src/lib/Divider/Divider.stories.tsx +0 -35
- package/src/lib/Divider/Divider.tsx +0 -17
- package/src/lib/Divider/Divider.types.ts +0 -6
- package/src/lib/Fieldset/Fieldset.module.scss +0 -3
- package/src/lib/Fieldset/Fieldset.spec.tsx +0 -68
- package/src/lib/Fieldset/Fieldset.stories.tsx +0 -60
- package/src/lib/Fieldset/Fieldset.tsx +0 -28
- package/src/lib/Fieldset/Fieldset.types.ts +0 -7
- package/src/lib/Form/Form.spec.tsx +0 -15
- package/src/lib/Form/Form.stories.tsx +0 -53
- package/src/lib/Form/Form.tsx +0 -14
- package/src/lib/Form/Form.types.ts +0 -11
- package/src/lib/Icon/Icon.module.scss +0 -7
- package/src/lib/Icon/Icon.spec.tsx +0 -33
- package/src/lib/Icon/Icon.stories.tsx +0 -88
- package/src/lib/Icon/Icon.tsx +0 -29
- package/src/lib/Icon/Icon.types.ts +0 -23
- package/src/lib/Icon/icons/24x24/index.ts +0 -89
- package/src/lib/Icon/icons/24x24/svg/arrow_left.svg +0 -1
- package/src/lib/Icon/icons/24x24/svg/arrow_right.svg +0 -1
- package/src/lib/Icon/icons/24x24/svg/bookmark.svg +0 -1
- package/src/lib/Icon/icons/24x24/svg/bookmarked.svg +0 -1
- package/src/lib/Icon/icons/24x24/svg/burger_menu.svg +0 -1
- package/src/lib/Icon/icons/24x24/svg/camera.svg +0 -1
- package/src/lib/Icon/icons/24x24/svg/checkmark.svg +0 -1
- package/src/lib/Icon/icons/24x24/svg/checkmark_circle.svg +0 -1
- package/src/lib/Icon/icons/24x24/svg/chevron_down.svg +0 -1
- package/src/lib/Icon/icons/24x24/svg/chevron_left.svg +0 -1
- package/src/lib/Icon/icons/24x24/svg/chevron_right.svg +0 -1
- package/src/lib/Icon/icons/24x24/svg/chevron_up.svg +0 -1
- package/src/lib/Icon/icons/24x24/svg/comment_bubble.svg +0 -1
- package/src/lib/Icon/icons/24x24/svg/cross.svg +0 -1
- package/src/lib/Icon/icons/24x24/svg/cross_circle.svg +0 -1
- package/src/lib/Icon/icons/24x24/svg/envelope.svg +0 -1
- package/src/lib/Icon/icons/24x24/svg/event_calendar.svg +0 -1
- package/src/lib/Icon/icons/24x24/svg/external_link.svg +0 -1
- package/src/lib/Icon/icons/24x24/svg/eye.svg +0 -1
- package/src/lib/Icon/icons/24x24/svg/eye_crossed.svg +0 -1
- package/src/lib/Icon/icons/24x24/svg/filter.svg +0 -1
- package/src/lib/Icon/icons/24x24/svg/globe.svg +0 -1
- package/src/lib/Icon/icons/24x24/svg/heart.svg +0 -1
- package/src/lib/Icon/icons/24x24/svg/image.svg +0 -1
- package/src/lib/Icon/icons/24x24/svg/loudspeaker.svg +0 -1
- package/src/lib/Icon/icons/24x24/svg/marketplace.svg +0 -1
- package/src/lib/Icon/icons/24x24/svg/more_dots.svg +0 -1
- package/src/lib/Icon/icons/24x24/svg/more_dots_alt.svg +0 -1
- package/src/lib/Icon/icons/24x24/svg/mute.svg +0 -1
- package/src/lib/Icon/icons/24x24/svg/notification_bell.svg +0 -1
- package/src/lib/Icon/icons/24x24/svg/paperclip.svg +0 -1
- package/src/lib/Icon/icons/24x24/svg/pencil.svg +0 -1
- package/src/lib/Icon/icons/24x24/svg/pin.svg +0 -1
- package/src/lib/Icon/icons/24x24/svg/plus.svg +0 -1
- package/src/lib/Icon/icons/24x24/svg/plus_circle.svg +0 -1
- package/src/lib/Icon/icons/24x24/svg/privacy_lock.svg +0 -1
- package/src/lib/Icon/icons/24x24/svg/search.svg +0 -1
- package/src/lib/Icon/icons/24x24/svg/share_arrow.svg +0 -1
- package/src/lib/Icon/icons/24x24/svg/share_arrow_outline.svg +0 -1
- package/src/lib/Icon/icons/24x24/svg/sort.svg +0 -1
- package/src/lib/Icon/icons/24x24/svg/thanks.svg +0 -1
- package/src/lib/Icon/icons/24x24/svg/trash_can.svg +0 -1
- package/src/lib/Icon/icons/32x32/index.ts +0 -179
- package/src/lib/Icon/icons/32x32/svg/address_book.svg +0 -1
- package/src/lib/Icon/icons/32x32/svg/baby_toy.svg +0 -1
- package/src/lib/Icon/icons/32x32/svg/bicycle.svg +0 -1
- package/src/lib/Icon/icons/32x32/svg/bookmark.svg +0 -1
- package/src/lib/Icon/icons/32x32/svg/books.svg +0 -1
- package/src/lib/Icon/icons/32x32/svg/bubble_heart_filled.svg +0 -1
- package/src/lib/Icon/icons/32x32/svg/bubble_heart_outline.svg +0 -1
- package/src/lib/Icon/icons/32x32/svg/buildings.svg +0 -1
- package/src/lib/Icon/icons/32x32/svg/burger_menu.svg +0 -1
- package/src/lib/Icon/icons/32x32/svg/business.svg +0 -1
- package/src/lib/Icon/icons/32x32/svg/business_profile.svg +0 -1
- package/src/lib/Icon/icons/32x32/svg/camera.svg +0 -1
- package/src/lib/Icon/icons/32x32/svg/camera_crossed.svg +0 -1
- package/src/lib/Icon/icons/32x32/svg/car.svg +0 -1
- package/src/lib/Icon/icons/32x32/svg/carrot.svg +0 -1
- package/src/lib/Icon/icons/32x32/svg/chat.svg +0 -1
- package/src/lib/Icon/icons/32x32/svg/checkmark_circle.svg +0 -1
- package/src/lib/Icon/icons/32x32/svg/christmas_tree.svg +0 -1
- package/src/lib/Icon/icons/32x32/svg/clipboard.svg +0 -1
- package/src/lib/Icon/icons/32x32/svg/clothing.svg +0 -1
- package/src/lib/Icon/icons/32x32/svg/cocktail.svg +0 -1
- package/src/lib/Icon/icons/32x32/svg/comment_bubble.svg +0 -1
- package/src/lib/Icon/icons/32x32/svg/compass.svg +0 -1
- package/src/lib/Icon/icons/32x32/svg/computer.svg +0 -1
- package/src/lib/Icon/icons/32x32/svg/couch.svg +0 -1
- package/src/lib/Icon/icons/32x32/svg/credit_card.svg +0 -1
- package/src/lib/Icon/icons/32x32/svg/cross_circle.svg +0 -1
- package/src/lib/Icon/icons/32x32/svg/cutlery.svg +0 -1
- package/src/lib/Icon/icons/32x32/svg/drill_tool.svg +0 -1
- package/src/lib/Icon/icons/32x32/svg/email.svg +0 -1
- package/src/lib/Icon/icons/32x32/svg/envelope.svg +0 -1
- package/src/lib/Icon/icons/32x32/svg/event_calendar_check.svg +0 -1
- package/src/lib/Icon/icons/32x32/svg/event_calendar_date.svg +0 -1
- package/src/lib/Icon/icons/32x32/svg/event_calendar_plus.svg +0 -1
- package/src/lib/Icon/icons/32x32/svg/exchange.svg +0 -1
- package/src/lib/Icon/icons/32x32/svg/eye.svg +0 -1
- package/src/lib/Icon/icons/32x32/svg/eye_crossed.svg +0 -1
- package/src/lib/Icon/icons/32x32/svg/gift.svg +0 -1
- package/src/lib/Icon/icons/32x32/svg/group.svg +0 -1
- package/src/lib/Icon/icons/32x32/svg/healthcare.svg +0 -1
- package/src/lib/Icon/icons/32x32/svg/heart.svg +0 -1
- package/src/lib/Icon/icons/32x32/svg/house.svg +0 -1
- package/src/lib/Icon/icons/32x32/svg/image.svg +0 -1
- package/src/lib/Icon/icons/32x32/svg/info.svg +0 -1
- package/src/lib/Icon/icons/32x32/svg/invite_neighbour.svg +0 -1
- package/src/lib/Icon/icons/32x32/svg/key.svg +0 -1
- package/src/lib/Icon/icons/32x32/svg/kitchen_pot.svg +0 -1
- package/src/lib/Icon/icons/32x32/svg/list.svg +0 -1
- package/src/lib/Icon/icons/32x32/svg/log_out.svg +0 -1
- package/src/lib/Icon/icons/32x32/svg/loudspeaker.svg +0 -1
- package/src/lib/Icon/icons/32x32/svg/map.svg +0 -1
- package/src/lib/Icon/icons/32x32/svg/marketplace.svg +0 -1
- package/src/lib/Icon/icons/32x32/svg/miscellaneous_other.svg +0 -1
- package/src/lib/Icon/icons/32x32/svg/more_dots.svg +0 -1
- package/src/lib/Icon/icons/32x32/svg/more_dots_alt.svg +0 -1
- package/src/lib/Icon/icons/32x32/svg/music.svg +0 -1
- package/src/lib/Icon/icons/32x32/svg/nebenan.de.svg +0 -1
- package/src/lib/Icon/icons/32x32/svg/neighbour.svg +0 -1
- package/src/lib/Icon/icons/32x32/svg/notification_bell.svg +0 -1
- package/src/lib/Icon/icons/32x32/svg/organisation.svg +0 -1
- package/src/lib/Icon/icons/32x32/svg/paper_form_empty.svg +0 -1
- package/src/lib/Icon/icons/32x32/svg/paper_form_filled.svg +0 -1
- package/src/lib/Icon/icons/32x32/svg/paperclip.svg +0 -1
- package/src/lib/Icon/icons/32x32/svg/paw.svg +0 -1
- package/src/lib/Icon/icons/32x32/svg/pencil.svg +0 -1
- package/src/lib/Icon/icons/32x32/svg/pin.svg +0 -1
- package/src/lib/Icon/icons/32x32/svg/pins.svg +0 -1
- package/src/lib/Icon/icons/32x32/svg/plant.svg +0 -1
- package/src/lib/Icon/icons/32x32/svg/plus.svg +0 -1
- package/src/lib/Icon/icons/32x32/svg/plus_circle.svg +0 -1
- package/src/lib/Icon/icons/32x32/svg/post.svg +0 -1
- package/src/lib/Icon/icons/32x32/svg/privacy_lock.svg +0 -1
- package/src/lib/Icon/icons/32x32/svg/qr_code.svg +0 -1
- package/src/lib/Icon/icons/32x32/svg/search.svg +0 -1
- package/src/lib/Icon/icons/32x32/svg/settings_cog.svg +0 -1
- package/src/lib/Icon/icons/32x32/svg/shopping_bag.svg +0 -1
- package/src/lib/Icon/icons/32x32/svg/shopping_cart.svg +0 -1
- package/src/lib/Icon/icons/32x32/svg/special_place.svg +0 -1
- package/src/lib/Icon/icons/32x32/svg/suitcase.svg +0 -1
- package/src/lib/Icon/icons/32x32/svg/supporter.svg +0 -1
- package/src/lib/Icon/icons/32x32/svg/tennis_ball.svg +0 -1
- package/src/lib/Icon/icons/32x32/svg/thanks.svg +0 -1
- package/src/lib/Icon/icons/32x32/svg/trash_can.svg +0 -1
- package/src/lib/Icon/icons/32x32/svg/truck.svg +0 -1
- package/src/lib/Icon/icons/32x32/svg/user.svg +0 -1
- package/src/lib/Icon/icons/32x32/svg/user_profile.svg +0 -1
- package/src/lib/Icon/icons/32x32/svg/wellness.svg +0 -1
- package/src/lib/Icon/icons/index.ts +0 -9
- package/src/lib/IconButton/IconButton.module.scss +0 -37
- package/src/lib/IconButton/IconButton.spec.tsx +0 -56
- package/src/lib/IconButton/IconButton.stories.tsx +0 -36
- package/src/lib/IconButton/IconButton.tsx +0 -25
- package/src/lib/IconButton/utils.ts +0 -6
- package/src/lib/Image/Image.spec.tsx +0 -10
- package/src/lib/Image/Image.tsx +0 -7
- package/src/lib/Image/Image.type.tsx +0 -5
- package/src/lib/LabelPill/LabelPill.module.scss +0 -33
- package/src/lib/LabelPill/LabelPill.spec.tsx +0 -23
- package/src/lib/LabelPill/LabelPill.stories.tsx +0 -31
- package/src/lib/LabelPill/LabelPill.tsx +0 -16
- package/src/lib/LabelPill/LabelPill.types.ts +0 -4
- package/src/lib/Legend/Legend.module.scss +0 -9
- package/src/lib/Legend/Legend.spec.tsx +0 -35
- package/src/lib/Legend/Legend.stories.ts +0 -39
- package/src/lib/Legend/Legend.tsx +0 -19
- package/src/lib/Legend/Legend.types.ts +0 -5
- package/src/lib/MenuItem/MenuItem.module.scss +0 -73
- package/src/lib/MenuItem/MenuItem.spec.tsx +0 -47
- package/src/lib/MenuItem/MenuItem.stories.tsx +0 -97
- package/src/lib/MenuItem/MenuItem.tsx +0 -34
- package/src/lib/MenuItem/MenuItem.types.ts +0 -10
- package/src/lib/NotificationBubble/NotificationBubble.module.scss +0 -30
- package/src/lib/NotificationBubble/NotificationBubble.spec.tsx +0 -36
- package/src/lib/NotificationBubble/NotificationBubble.stories.tsx +0 -56
- package/src/lib/NotificationBubble/NotificationBubble.tsx +0 -34
- package/src/lib/Thumbnail/Thumbnail.module.scss +0 -68
- package/src/lib/Thumbnail/Thumbnail.spec.tsx +0 -51
- package/src/lib/Thumbnail/Thumbnail.stories.tsx +0 -242
- package/src/lib/Thumbnail/Thumbnail.tsx +0 -28
- package/src/lib/Toggle/Toggle.module.scss +0 -53
- package/src/lib/Toggle/Toggle.spec.tsx +0 -23
- package/src/lib/Toggle/Toggle.stories.tsx +0 -38
- package/src/lib/Toggle/Toggle.tsx +0 -32
- package/src/lib/ToggleInput/ToggleInput.module.scss +0 -32
- package/src/lib/ToggleInput/ToggleInput.spec.tsx +0 -45
- package/src/lib/ToggleInput/ToggleInput.stories.tsx +0 -62
- package/src/lib/ToggleInput/ToggleInput.tsx +0 -40
- package/src/lib/Typography/Typography.module.scss +0 -61
- package/src/lib/Typography/Typography.spec.tsx +0 -60
- package/src/lib/Typography/Typography.stories.tsx +0 -45
- package/src/lib/Typography/Typography.tsx +0 -26
- package/src/lib/Typography/Typography.types.ts +0 -28
- package/src/styles/_design-tokens.scss +0 -1
- package/src/styles/_fonts.scss +0 -0
- package/src/styles/_functions.scss +0 -17
- package/src/styles/_mixins.scss +0 -33
- package/src/styles/index.scss +0 -3
- package/src/styles/reset.scss +0 -67
- package/tsconfig.json +0 -24
- package/tsconfig.lib.json +0 -35
- package/tsconfig.spec.json +0 -20
- package/tsconfig.storybook.json +0 -31
- package/vite.config.ts +0 -57
|
@@ -0,0 +1,395 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
declare const iconsMap: {
|
|
3
|
+
'24': {
|
|
4
|
+
readonly arrow_left: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
5
|
+
title?: string | undefined;
|
|
6
|
+
}>;
|
|
7
|
+
readonly arrow_right: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
8
|
+
title?: string | undefined;
|
|
9
|
+
}>;
|
|
10
|
+
readonly bookmark: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
11
|
+
title?: string | undefined;
|
|
12
|
+
}>;
|
|
13
|
+
readonly bookmarked: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
14
|
+
title?: string | undefined;
|
|
15
|
+
}>;
|
|
16
|
+
readonly burger_menu: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
17
|
+
title?: string | undefined;
|
|
18
|
+
}>;
|
|
19
|
+
readonly camera: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
20
|
+
title?: string | undefined;
|
|
21
|
+
}>;
|
|
22
|
+
readonly checkmark: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
23
|
+
title?: string | undefined;
|
|
24
|
+
}>;
|
|
25
|
+
readonly checkmark_circle: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
26
|
+
title?: string | undefined;
|
|
27
|
+
}>;
|
|
28
|
+
readonly chevron_down: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
29
|
+
title?: string | undefined;
|
|
30
|
+
}>;
|
|
31
|
+
readonly chevron_left: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
32
|
+
title?: string | undefined;
|
|
33
|
+
}>;
|
|
34
|
+
readonly chevron_right: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
35
|
+
title?: string | undefined;
|
|
36
|
+
}>;
|
|
37
|
+
readonly chevron_up: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
38
|
+
title?: string | undefined;
|
|
39
|
+
}>;
|
|
40
|
+
readonly comment_bubble: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
41
|
+
title?: string | undefined;
|
|
42
|
+
}>;
|
|
43
|
+
readonly cross: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
44
|
+
title?: string | undefined;
|
|
45
|
+
}>;
|
|
46
|
+
readonly cross_circle: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
47
|
+
title?: string | undefined;
|
|
48
|
+
}>;
|
|
49
|
+
readonly envelope: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
50
|
+
title?: string | undefined;
|
|
51
|
+
}>;
|
|
52
|
+
readonly event_calendar: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
53
|
+
title?: string | undefined;
|
|
54
|
+
}>;
|
|
55
|
+
readonly external_link: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
56
|
+
title?: string | undefined;
|
|
57
|
+
}>;
|
|
58
|
+
readonly eye: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
59
|
+
title?: string | undefined;
|
|
60
|
+
}>;
|
|
61
|
+
readonly eye_crossed: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
62
|
+
title?: string | undefined;
|
|
63
|
+
}>;
|
|
64
|
+
readonly filter: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
65
|
+
title?: string | undefined;
|
|
66
|
+
}>;
|
|
67
|
+
readonly globe: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
68
|
+
title?: string | undefined;
|
|
69
|
+
}>;
|
|
70
|
+
readonly heart: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
71
|
+
title?: string | undefined;
|
|
72
|
+
}>;
|
|
73
|
+
readonly image: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
74
|
+
title?: string | undefined;
|
|
75
|
+
}>;
|
|
76
|
+
readonly loudspeaker: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
77
|
+
title?: string | undefined;
|
|
78
|
+
}>;
|
|
79
|
+
readonly marketplace: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
80
|
+
title?: string | undefined;
|
|
81
|
+
}>;
|
|
82
|
+
readonly more_dots: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
83
|
+
title?: string | undefined;
|
|
84
|
+
}>;
|
|
85
|
+
readonly more_dots_alt: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
86
|
+
title?: string | undefined;
|
|
87
|
+
}>;
|
|
88
|
+
readonly mute: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
89
|
+
title?: string | undefined;
|
|
90
|
+
}>;
|
|
91
|
+
readonly notification_bell: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
92
|
+
title?: string | undefined;
|
|
93
|
+
}>;
|
|
94
|
+
readonly paperclip: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
95
|
+
title?: string | undefined;
|
|
96
|
+
}>;
|
|
97
|
+
readonly pencil: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
98
|
+
title?: string | undefined;
|
|
99
|
+
}>;
|
|
100
|
+
readonly pin: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
101
|
+
title?: string | undefined;
|
|
102
|
+
}>;
|
|
103
|
+
readonly plus: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
104
|
+
title?: string | undefined;
|
|
105
|
+
}>;
|
|
106
|
+
readonly plus_circle: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
107
|
+
title?: string | undefined;
|
|
108
|
+
}>;
|
|
109
|
+
readonly privacy_lock: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
110
|
+
title?: string | undefined;
|
|
111
|
+
}>;
|
|
112
|
+
readonly search: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
113
|
+
title?: string | undefined;
|
|
114
|
+
}>;
|
|
115
|
+
readonly share_arrow: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
116
|
+
title?: string | undefined;
|
|
117
|
+
}>;
|
|
118
|
+
readonly share_arrow_outline: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
119
|
+
title?: string | undefined;
|
|
120
|
+
}>;
|
|
121
|
+
readonly sort: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
122
|
+
title?: string | undefined;
|
|
123
|
+
}>;
|
|
124
|
+
readonly thanks: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
125
|
+
title?: string | undefined;
|
|
126
|
+
}>;
|
|
127
|
+
readonly trash_can: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
128
|
+
title?: string | undefined;
|
|
129
|
+
}>;
|
|
130
|
+
};
|
|
131
|
+
'32': {
|
|
132
|
+
readonly address_book: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
133
|
+
title?: string | undefined;
|
|
134
|
+
}>;
|
|
135
|
+
readonly baby_toy: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
136
|
+
title?: string | undefined;
|
|
137
|
+
}>;
|
|
138
|
+
readonly bicycle: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
139
|
+
title?: string | undefined;
|
|
140
|
+
}>;
|
|
141
|
+
readonly bookmark: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
142
|
+
title?: string | undefined;
|
|
143
|
+
}>;
|
|
144
|
+
readonly books: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
145
|
+
title?: string | undefined;
|
|
146
|
+
}>;
|
|
147
|
+
readonly bubble_heart_filled: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
148
|
+
title?: string | undefined;
|
|
149
|
+
}>;
|
|
150
|
+
readonly bubble_heart_outline: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
151
|
+
title?: string | undefined;
|
|
152
|
+
}>;
|
|
153
|
+
readonly buildings: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
154
|
+
title?: string | undefined;
|
|
155
|
+
}>;
|
|
156
|
+
readonly burger_menu: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
157
|
+
title?: string | undefined;
|
|
158
|
+
}>;
|
|
159
|
+
readonly business: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
160
|
+
title?: string | undefined;
|
|
161
|
+
}>;
|
|
162
|
+
readonly business_profile: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
163
|
+
title?: string | undefined;
|
|
164
|
+
}>;
|
|
165
|
+
readonly camera: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
166
|
+
title?: string | undefined;
|
|
167
|
+
}>;
|
|
168
|
+
readonly camera_crossed: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
169
|
+
title?: string | undefined;
|
|
170
|
+
}>;
|
|
171
|
+
readonly car: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
172
|
+
title?: string | undefined;
|
|
173
|
+
}>;
|
|
174
|
+
readonly carrot: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
175
|
+
title?: string | undefined;
|
|
176
|
+
}>;
|
|
177
|
+
readonly chat: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
178
|
+
title?: string | undefined;
|
|
179
|
+
}>;
|
|
180
|
+
readonly checkmark_circle: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
181
|
+
title?: string | undefined;
|
|
182
|
+
}>;
|
|
183
|
+
readonly christmas_tree: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
184
|
+
title?: string | undefined;
|
|
185
|
+
}>;
|
|
186
|
+
readonly clipboard: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
187
|
+
title?: string | undefined;
|
|
188
|
+
}>;
|
|
189
|
+
readonly clothing: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
190
|
+
title?: string | undefined;
|
|
191
|
+
}>;
|
|
192
|
+
readonly cocktail: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
193
|
+
title?: string | undefined;
|
|
194
|
+
}>;
|
|
195
|
+
readonly comment_bubble: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
196
|
+
title?: string | undefined;
|
|
197
|
+
}>;
|
|
198
|
+
readonly compass: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
199
|
+
title?: string | undefined;
|
|
200
|
+
}>;
|
|
201
|
+
readonly computer: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
202
|
+
title?: string | undefined;
|
|
203
|
+
}>;
|
|
204
|
+
readonly couch: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
205
|
+
title?: string | undefined;
|
|
206
|
+
}>;
|
|
207
|
+
readonly credit_card: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
208
|
+
title?: string | undefined;
|
|
209
|
+
}>;
|
|
210
|
+
readonly cross_circle: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
211
|
+
title?: string | undefined;
|
|
212
|
+
}>;
|
|
213
|
+
readonly cutlery: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
214
|
+
title?: string | undefined;
|
|
215
|
+
}>;
|
|
216
|
+
readonly drill_tool: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
217
|
+
title?: string | undefined;
|
|
218
|
+
}>;
|
|
219
|
+
readonly email: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
220
|
+
title?: string | undefined;
|
|
221
|
+
}>;
|
|
222
|
+
readonly envelope: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
223
|
+
title?: string | undefined;
|
|
224
|
+
}>;
|
|
225
|
+
readonly event_calendar_check: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
226
|
+
title?: string | undefined;
|
|
227
|
+
}>;
|
|
228
|
+
readonly event_calendar_date: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
229
|
+
title?: string | undefined;
|
|
230
|
+
}>;
|
|
231
|
+
readonly event_calendar_plus: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
232
|
+
title?: string | undefined;
|
|
233
|
+
}>;
|
|
234
|
+
readonly exchange: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
235
|
+
title?: string | undefined;
|
|
236
|
+
}>;
|
|
237
|
+
readonly eye: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
238
|
+
title?: string | undefined;
|
|
239
|
+
}>;
|
|
240
|
+
readonly eye_crossed: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
241
|
+
title?: string | undefined;
|
|
242
|
+
}>;
|
|
243
|
+
readonly gift: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
244
|
+
title?: string | undefined;
|
|
245
|
+
}>;
|
|
246
|
+
readonly group: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
247
|
+
title?: string | undefined;
|
|
248
|
+
}>;
|
|
249
|
+
readonly healthcare: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
250
|
+
title?: string | undefined;
|
|
251
|
+
}>;
|
|
252
|
+
readonly heart: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
253
|
+
title?: string | undefined;
|
|
254
|
+
}>;
|
|
255
|
+
readonly house: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
256
|
+
title?: string | undefined;
|
|
257
|
+
}>;
|
|
258
|
+
readonly image: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
259
|
+
title?: string | undefined;
|
|
260
|
+
}>;
|
|
261
|
+
readonly info: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
262
|
+
title?: string | undefined;
|
|
263
|
+
}>;
|
|
264
|
+
readonly invite_neighbour: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
265
|
+
title?: string | undefined;
|
|
266
|
+
}>;
|
|
267
|
+
readonly key: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
268
|
+
title?: string | undefined;
|
|
269
|
+
}>;
|
|
270
|
+
readonly kitchen_pot: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
271
|
+
title?: string | undefined;
|
|
272
|
+
}>;
|
|
273
|
+
readonly list: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
274
|
+
title?: string | undefined;
|
|
275
|
+
}>;
|
|
276
|
+
readonly log_out: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
277
|
+
title?: string | undefined;
|
|
278
|
+
}>;
|
|
279
|
+
readonly loudspeaker: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
280
|
+
title?: string | undefined;
|
|
281
|
+
}>;
|
|
282
|
+
readonly map: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
283
|
+
title?: string | undefined;
|
|
284
|
+
}>;
|
|
285
|
+
readonly marketplace: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
286
|
+
title?: string | undefined;
|
|
287
|
+
}>;
|
|
288
|
+
readonly miscellaneous_other: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
289
|
+
title?: string | undefined;
|
|
290
|
+
}>;
|
|
291
|
+
readonly more_dots: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
292
|
+
title?: string | undefined;
|
|
293
|
+
}>;
|
|
294
|
+
readonly more_dots_alt: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
295
|
+
title?: string | undefined;
|
|
296
|
+
}>;
|
|
297
|
+
readonly music: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
298
|
+
title?: string | undefined;
|
|
299
|
+
}>;
|
|
300
|
+
readonly nebenan_de: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
301
|
+
title?: string | undefined;
|
|
302
|
+
}>;
|
|
303
|
+
readonly neighbour: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
304
|
+
title?: string | undefined;
|
|
305
|
+
}>;
|
|
306
|
+
readonly notification_bell: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
307
|
+
title?: string | undefined;
|
|
308
|
+
}>;
|
|
309
|
+
readonly organisation: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
310
|
+
title?: string | undefined;
|
|
311
|
+
}>;
|
|
312
|
+
readonly paper_form_empty: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
313
|
+
title?: string | undefined;
|
|
314
|
+
}>;
|
|
315
|
+
readonly paper_form_filled: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
316
|
+
title?: string | undefined;
|
|
317
|
+
}>;
|
|
318
|
+
readonly paperclip: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
319
|
+
title?: string | undefined;
|
|
320
|
+
}>;
|
|
321
|
+
readonly paw: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
322
|
+
title?: string | undefined;
|
|
323
|
+
}>;
|
|
324
|
+
readonly pencil: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
325
|
+
title?: string | undefined;
|
|
326
|
+
}>;
|
|
327
|
+
readonly pin: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
328
|
+
title?: string | undefined;
|
|
329
|
+
}>;
|
|
330
|
+
readonly pins: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
331
|
+
title?: string | undefined;
|
|
332
|
+
}>;
|
|
333
|
+
readonly plant: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
334
|
+
title?: string | undefined;
|
|
335
|
+
}>;
|
|
336
|
+
readonly plus: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
337
|
+
title?: string | undefined;
|
|
338
|
+
}>;
|
|
339
|
+
readonly plus_circle: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
340
|
+
title?: string | undefined;
|
|
341
|
+
}>;
|
|
342
|
+
readonly post: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
343
|
+
title?: string | undefined;
|
|
344
|
+
}>;
|
|
345
|
+
readonly privacy_lock: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
346
|
+
title?: string | undefined;
|
|
347
|
+
}>;
|
|
348
|
+
readonly qr_code: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
349
|
+
title?: string | undefined;
|
|
350
|
+
}>;
|
|
351
|
+
readonly search: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
352
|
+
title?: string | undefined;
|
|
353
|
+
}>;
|
|
354
|
+
readonly settings_cog: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
355
|
+
title?: string | undefined;
|
|
356
|
+
}>;
|
|
357
|
+
readonly shopping_bag: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
358
|
+
title?: string | undefined;
|
|
359
|
+
}>;
|
|
360
|
+
readonly shopping_cart: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
361
|
+
title?: string | undefined;
|
|
362
|
+
}>;
|
|
363
|
+
readonly special_place: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
364
|
+
title?: string | undefined;
|
|
365
|
+
}>;
|
|
366
|
+
readonly suitcase: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
367
|
+
title?: string | undefined;
|
|
368
|
+
}>;
|
|
369
|
+
readonly supporter: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
370
|
+
title?: string | undefined;
|
|
371
|
+
}>;
|
|
372
|
+
readonly tennis_ball: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
373
|
+
title?: string | undefined;
|
|
374
|
+
}>;
|
|
375
|
+
readonly thanks: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
376
|
+
title?: string | undefined;
|
|
377
|
+
}>;
|
|
378
|
+
readonly trash_can: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
379
|
+
title?: string | undefined;
|
|
380
|
+
}>;
|
|
381
|
+
readonly truck: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
382
|
+
title?: string | undefined;
|
|
383
|
+
}>;
|
|
384
|
+
readonly user: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
385
|
+
title?: string | undefined;
|
|
386
|
+
}>;
|
|
387
|
+
readonly user_profile: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
388
|
+
title?: string | undefined;
|
|
389
|
+
}>;
|
|
390
|
+
readonly wellness: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
391
|
+
title?: string | undefined;
|
|
392
|
+
}>;
|
|
393
|
+
};
|
|
394
|
+
};
|
|
395
|
+
export default iconsMap;
|
|
@@ -1,17 +1,19 @@
|
|
|
1
1
|
import { BaseButtonProps } from '../BaseButton/BaseButton';
|
|
2
2
|
import { Icon24, Icon32 } from '../Icon/Icon.types';
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
3
|
+
type BaseIconButtonProps = Omit<BaseButtonProps, 'children' | 'ref' | 'className'> & ({
|
|
4
|
+
ariaLabel: string;
|
|
5
|
+
} | {
|
|
6
|
+
ariaLabelledBy: string;
|
|
7
|
+
});
|
|
7
8
|
type IconButtonIcon24Props = {
|
|
8
|
-
|
|
9
|
-
|
|
9
|
+
icon: Icon24;
|
|
10
|
+
size?: 'small';
|
|
11
|
+
type?: 'circular';
|
|
10
12
|
} & BaseIconButtonProps;
|
|
11
|
-
|
|
12
13
|
type IconButtonIcon32Props = {
|
|
13
|
-
|
|
14
|
-
|
|
14
|
+
icon: Icon32;
|
|
15
|
+
size: 'medium' | 'large';
|
|
16
|
+
type?: 'circular';
|
|
15
17
|
} & BaseIconButtonProps;
|
|
16
|
-
|
|
17
18
|
export type IconButtonProps = IconButtonIcon32Props | IconButtonIcon24Props;
|
|
19
|
+
export {};
|
|
@@ -1,18 +1,15 @@
|
|
|
1
1
|
import { ImageProps } from '../Image/Image.type';
|
|
2
|
-
|
|
3
2
|
interface ThumbnailProps extends ImageProps {
|
|
4
|
-
|
|
3
|
+
isPlaceholder?: boolean;
|
|
5
4
|
}
|
|
6
|
-
|
|
7
5
|
export type TCircularSize = '28' | '32' | '40' | '48' | '56' | '80' | '120' | '280';
|
|
8
6
|
export type TSquareSize = '24' | '32' | '40' | '48' | '56' | '64' | '80' | '120';
|
|
9
|
-
|
|
10
7
|
export interface ThumbnailCircularProps extends ThumbnailProps {
|
|
11
|
-
|
|
12
|
-
|
|
8
|
+
shape: 'circular';
|
|
9
|
+
size: TCircularSize;
|
|
13
10
|
}
|
|
14
|
-
|
|
15
11
|
export interface ThumbnailSquareProps extends ThumbnailProps {
|
|
16
|
-
|
|
17
|
-
|
|
12
|
+
shape: 'square';
|
|
13
|
+
size: TSquareSize;
|
|
18
14
|
}
|
|
15
|
+
export {};
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
import { UseSwitchParameters } from '@mui/base';
|
|
2
|
-
|
|
3
2
|
import { Icon32 } from '../Icon/Icon.types';
|
|
4
|
-
|
|
5
3
|
export interface ToggleInputProps extends UseSwitchParameters {
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
4
|
+
icon?: Icon32;
|
|
5
|
+
label: string;
|
|
6
|
+
withBorder?: boolean;
|
|
9
7
|
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { JSX } from 'react';
|
|
2
|
+
export type TypographyType = 'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6' | 'h7' | 'h8' | 'body-large' | 'body-regular' | 'body-semibold' | 'body-italic' | 'detail-medium' | 'detail-bold' | 'detail-upper-case';
|
|
3
|
+
export interface TypographyProps {
|
|
4
|
+
as?: Extract<keyof JSX.IntrinsicElements, 'span' | 'p' | 'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6'>;
|
|
5
|
+
children: string;
|
|
6
|
+
className?: string;
|
|
7
|
+
type: TypographyType;
|
|
8
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@goodhood-web/ui",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "1.0.0-development.1",
|
|
4
4
|
"main": "./index.js",
|
|
5
5
|
"types": "./index.d.ts",
|
|
6
6
|
"exports": {
|
|
@@ -12,5 +12,6 @@
|
|
|
12
12
|
"publishConfig": {
|
|
13
13
|
"registry": "https://registry.npmjs.org/",
|
|
14
14
|
"access": "public"
|
|
15
|
-
}
|
|
15
|
+
},
|
|
16
|
+
"private": false
|
|
16
17
|
}
|
package/style.css
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
._baseBtn_u66q2_5{min-width:2rem;min-height:2rem;border:none;border-radius:0;cursor:pointer}._baseBtn--active_u66q2_12{background:#b1b1b1}._root_a2f7b_5{display:flex;overflow:hidden;width:100%;flex-direction:column;padding:16px;background-color:#fff;box-shadow:0 2px 8px #0000001a;color:#201649}._root--border-radius_a2f7b_15{border-radius:8px}._root_1wtf4_5{padding:8px 0;color:inherit}._iconComponent_a3o6m_5{display:block}._iconComponent_a3o6m_5 path{stroke:currentColor}._iconButton_fn1d5_5{display:flex;flex-shrink:0;align-items:center;justify-content:center;width:auto;height:auto;min-width:unset;min-height:unset;color:#201649}._iconButton_fn1d5_5:disabled{background:none}._iconButton_fn1d5_5:hover,._iconButton_fn1d5_5:active{background:none}._iconButton--circular_fn1d5_25{border-radius:50%;background:#cae85d}._iconButton--circular_fn1d5_25:disabled{background:#ffffff}._iconButton--circular_fn1d5_25:hover{background:#b5d622}._iconButton--circular_fn1d5_25:active{background:#cae85d}._iconButton--circular-small_fn1d5_38{width:40px;height:40px}._iconButton--circular-medium_fn1d5_42{width:48px;height:48px}._iconButton--circular-large_fn1d5_46{width:56px;height:56px}._root_11z9n_5{display:flex;align-items:center;padding-bottom:12px;color:inherit;gap:8px}._title_11z9n_13{flex-grow:1;margin:0}._h1_1xwl1_5{margin-bottom:0;font-family:Inter,Helvetica Neue,Arial,sans-serif;font-size:32px;font-weight:500;letter-spacing:0;line-height:40px;text-decoration:none;text-indent:0px;text-transform:none}._h2_1xwl1_17{margin-bottom:0;font-family:Inter,Helvetica Neue,Arial,sans-serif;font-size:24px;font-weight:Semi Bold;letter-spacing:0;line-height:32px;text-decoration:none;text-indent:0px;text-transform:none}._h3_1xwl1_29{margin-bottom:0;font-family:Inter,Helvetica Neue,Arial,sans-serif;font-size:20px;font-weight:Semi Bold;letter-spacing:0;line-height:24px;text-decoration:none;text-indent:0px;text-transform:none}._h4_1xwl1_41{margin-bottom:0;font-family:Inter,Helvetica Neue,Arial,sans-serif;font-size:18px;font-weight:700;letter-spacing:0;line-height:24px;text-decoration:none;text-indent:0px;text-transform:none}._h5_1xwl1_53{margin-bottom:0;font-family:Inter,Helvetica Neue,Arial,sans-serif;font-size:16px;font-weight:Semi Bold;letter-spacing:0;line-height:24px;text-decoration:none;text-indent:0px;text-transform:none}._h6_1xwl1_65{margin-bottom:0;font-family:Inter,Helvetica Neue,Arial,sans-serif;font-size:14px;font-weight:700;letter-spacing:1;line-height:24px;text-decoration:none;text-indent:0px;text-transform:uppercase}._h7_1xwl1_77{margin-bottom:0;font-family:Inter,Helvetica Neue,Arial,sans-serif;font-size:12px;font-weight:Extra Bold;letter-spacing:1;line-height:16px;text-decoration:none;text-indent:0px;text-transform:uppercase}._h8_1xwl1_89{margin-bottom:0;font-family:Inter,Helvetica Neue,Arial,sans-serif;font-size:10px;font-weight:Extra Bold;letter-spacing:1.5;line-height:16px;text-decoration:none;text-indent:0px;text-transform:uppercase}._body-large_1xwl1_101{margin-bottom:0;font-family:Inter,Helvetica Neue,Arial,sans-serif;font-size:16px;font-weight:500;letter-spacing:0;line-height:24px;text-decoration:none;text-indent:0px;text-transform:none}._body-regular_1xwl1_113{margin-bottom:0;font-family:Inter,Helvetica Neue,Arial,sans-serif;font-size:14px;font-weight:400;letter-spacing:0;line-height:20px;text-decoration:none;text-indent:0px;text-transform:none}._body-semibold_1xwl1_125{margin-bottom:0;font-family:Inter,Helvetica Neue,Arial,sans-serif;font-size:14px;font-weight:Semi Bold;letter-spacing:0;line-height:20px;text-decoration:none;text-indent:0px;text-transform:none}._body-italic_1xwl1_137{margin-bottom:0;font-family:Inter,Helvetica Neue,Arial,sans-serif;font-size:14px;font-weight:Italic;letter-spacing:0;line-height:20px;text-decoration:none;text-indent:0px;text-transform:none}._detail-medium_1xwl1_149{margin-bottom:0;font-family:Inter,Helvetica Neue,Arial,sans-serif;font-size:12px;font-weight:500;letter-spacing:0;line-height:16px;text-decoration:none;text-indent:0px;text-transform:none}._detail-bold_1xwl1_161{margin-bottom:0;font-family:Inter,Helvetica Neue,Arial,sans-serif;font-size:12px;font-weight:700;letter-spacing:0;line-height:16px;text-decoration:none;text-indent:0px;text-transform:none}._detail-upper-case_1xwl1_173{margin-bottom:0;font-family:Inter,Helvetica Neue,Arial,sans-serif;font-size:10px;font-weight:Extra Bold;letter-spacing:0;line-height:16px;text-decoration:none;text-indent:0px;text-transform:uppercase}._ccBtn_7njhf_5{display:flex;width:100%;height:40px;align-items:center;align-self:stretch;padding:8px 16px;border-color:transparent;border-radius:12px;background-color:#f4f3f6;color:#201649;cursor:pointer;font-size:14px}._dividerContainer_10eh1_5{display:flex;align-items:center}._dividerLine_10eh1_10{height:1px;flex-grow:1}._fieldset_1e2kt_5{border:none}._labelPill_37b6j_5{display:inline-flex;align-items:center;justify-content:center;border-radius:16px;background:#01819C}._labelPill_37b6j_5 span{color:#fff;line-height:16px;text-align:center}._labelPill--small_37b6j_17{height:20px;padding:0 8px}._labelPill--small_37b6j_17 span{font-size:10px;font-weight:800;text-transform:uppercase}._labelPill--medium_37b6j_26{padding:4px 8px}._labelPill--medium_37b6j_26 span{font-size:12px;font-weight:700}._legend_fehrw_5{display:flex;flex-direction:column;padding-bottom:12px;gap:8px}._legend_fehrw_5 ._text_fehrw_11{color:#635c80}._menuItem_143wx_5{display:flex;width:100%;flex-shrink:0;align-items:center;padding:0 8px;background-color:#fff;color:#201649;gap:8px;text-decoration:none;cursor:pointer}._menuItem_143wx_5 ._highlightFrame_143wx_17{display:flex;flex:1;align-items:center;padding:8px;border-radius:8px;gap:8px}._menuItem_143wx_5 ._rightIcon_143wx_25{display:inherit;margin-left:auto}._menuItem_143wx_5 ._rightIcon_143wx_25 svg path{stroke:#635c80!important}._menuItem--selected_143wx_32 ._highlightFrame_143wx_17{background-color:#f2fbc4}._menuItem--selected_143wx_32 ._highlightFrame_143wx_17 svg path{stroke:#738c00}._menuItem--selected_143wx_32:hover{color:#738c00}._menuItem_143wx_5:not(._menuItem--selected_143wx_32):active{background-color:#f4f3f6}._menuItem_143wx_5:not(._menuItem--selected_143wx_32):hover{color:#635c80}._menuItem_143wx_5:not(._menuItem--selected_143wx_32):hover svg path{stroke:#635c80}._menuItem_143wx_5:not(._menuItem--selected_143wx_32):hover ._highlightFrame_143wx_17{background-color:#f4f3f6}._bubbleContent_1wprd_5{position:relative;display:inline-block}._bubble_1wprd_5{position:absolute;z-index:auto;top:6px;right:6px;display:flex;width:20px;height:20px;align-items:center;justify-content:center;border-radius:50%;background-color:#ff9de2;color:#201649;font-size:12px;font-weight:700;text-align:center;transform:translate(50%,-50%);transform-origin:100% 0;white-space:nowrap}._bubble--empty_1wprd_30{width:12px;height:12px}._root_sno8x_12{position:relative;overflow:hidden;flex-shrink:0;border:solid 1px}._root--24_sno8x_18{width:24px;height:24px}._root--28_sno8x_22{width:28px;height:28px}._root--32_sno8x_26{width:32px;height:32px}._root--40_sno8x_30{width:40px;height:40px}._root--48_sno8x_34{width:48px;height:48px}._root--56_sno8x_38{width:56px;height:56px}._root--64_sno8x_42{width:64px;height:64px}._root--80_sno8x_46{width:80px;height:80px}._root--120_sno8x_50{width:120px;height:120px}._root--280_sno8x_54{width:280px;height:280px}._root--square_sno8x_58._root--24_sno8x_18,._root--square_sno8x_58._root--32_sno8x_26{border-radius:4px}._root--square_sno8x_58._root--40_sno8x_30,._root--square_sno8x_58._root--48_sno8x_34{border-radius:8px}._root--square_sno8x_58._root--56_sno8x_38,._root--square_sno8x_58._root--64_sno8x_42{border-radius:12px}._root--square_sno8x_58._root--80_sno8x_46,._root--square_sno8x_58._root--120_sno8x_50{border-radius:16px}._root--circular_sno8x_70{border-radius:50%}._root--isPlaceholder_sno8x_73:before{position:absolute;z-index:1;width:100%;height:100%;content:"";opacity:.4}._root_sno8x_12 img{width:100%;height:100%;object-fit:cover}._switch_1nqgr_5{position:relative;display:inline-block;width:48px;height:28px}._switch_1nqgr_5 input{position:absolute;z-index:2;width:48px;height:28px;cursor:pointer;opacity:0}._switch_1nqgr_5 ._slider_1nqgr_19{z-index:1;display:block;width:100%;height:100%;border-radius:34px;background-color:#e9e8ed;box-shadow:0 1px 3px #0003 inset;cursor:pointer;transition:.4s}._switch_1nqgr_5 ._slider_1nqgr_19:before{position:absolute;right:3px;bottom:2px;width:24px;height:24px;border-radius:50%;background-color:#fff;box-shadow:0 0 2px #0003;content:"";transform:translate(-18px);transition:.4s}._switch_1nqgr_5 ._slider_1nqgr_19._focusVisible_1nqgr_43{box-shadow:0 0 0 3px #cae85d}._switch_1nqgr_5 input:checked+._slider_1nqgr_19{background-color:#b5d622}._switch_1nqgr_5 input:checked+._slider_1nqgr_19:before{transform:translate(0)}._toggleInput_1wk6s_5{display:flex;width:100%;align-items:center;padding:8px 16px;background-color:#fff;color:#635c80;cursor:pointer;gap:12px}._toggleInput_1wk6s_5 svg{flex-shrink:0}._toggleInput_1wk6s_5 ._textLabel_1wk6s_18{flex-grow:1}._toggleInput_1wk6s_5 ._switch_1wk6s_21{flex-shrink:0}._toggleInput--checked_1wk6s_24{color:#201649}._toggleInput--withBorder_1wk6s_27{padding:12px 16px;border-radius:16px;box-shadow:inset 0 0 0 1px}
|