@sproutsocial/racine 14.2.0 → 15.0.0
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/CHANGELOG.md +87 -0
- package/__flow__/Card/Card.flow.js +1 -17
- package/__flow__/Card/CardTypes.flow.js +66 -0
- package/__flow__/Card/index.flow.js +2 -1
- package/__flow__/EnumIconNames.flow.js +1 -1
- package/__flow__/Icon/Icon.flow.js +3 -1
- package/__flow__/IconViewBoxes.js +2 -0
- package/__flow__/PartnerLogo/PartnerLogo.flow.js +3 -3
- package/__flow__/index.flow.js +1 -1
- package/__flow__/systemProps/{background.js → background.flow.js} +1 -1
- package/__flow__/systemProps/{border.js → border.flow.js} +1 -1
- package/__flow__/systemProps/{color.js → color.flow.js} +2 -2
- package/__flow__/systemProps/{custom.js → custom.flow.js} +1 -1
- package/__flow__/systemProps/{flexbox.js → flexbox.flow.js} +1 -1
- package/__flow__/systemProps/{grid.js → grid.flow.js} +1 -1
- package/__flow__/systemProps/index.flow.js +16 -0
- package/__flow__/systemProps/{layout.js → layout.flow.js} +1 -1
- package/__flow__/systemProps/{position.js → position.flow.js} +1 -1
- package/__flow__/systemProps/{shadow.js → shadow.flow.js} +1 -1
- package/__flow__/systemProps/{space.js → space.flow.js} +1 -1
- package/__flow__/systemProps/{systemProps.js → systemProps.flow.js} +13 -13
- package/__flow__/systemProps/{typography.js → typography.flow.js} +1 -1
- package/__flow__/systemProps/{variant.js → variant.flow.js} +1 -1
- package/__flow__/types/shared.flow.js +5 -1
- package/commonjs/Badge/Badge.js +2 -1
- package/commonjs/Banner/Banner.js +2 -1
- package/commonjs/Breadcrumb/Breadcrumb.js +2 -1
- package/commonjs/Card/Card.js +71 -26
- package/commonjs/Card/CardTypes.flow.js +6 -0
- package/commonjs/Card/index.flow.js +11 -0
- package/commonjs/Card/styles.js +102 -22
- package/commonjs/Card/subComponents.js +48 -0
- package/commonjs/Card/utils.js +56 -0
- package/commonjs/Checkbox/styles.js +6 -5
- package/commonjs/DatePicker/common.js +2 -1
- package/commonjs/Drawer/Drawer.js +9 -4
- package/commonjs/Icon/Icon.js +33 -10
- package/commonjs/IconViewBoxes.js +2 -0
- package/commonjs/IllustrationViewBoxes.d.js +5 -0
- package/commonjs/Indicator/Indicator.js +2 -1
- package/commonjs/Input/Input.js +2 -1
- package/commonjs/Listbox/Listbox.js +2 -1
- package/commonjs/Loader/styles.js +17 -12
- package/commonjs/LogoViewBoxes.d.js +5 -0
- package/commonjs/PartnerLogo/PartnerLogo.js +14 -13
- package/commonjs/PartnerLogo/PartnerLogoTypes.js +12 -1
- package/commonjs/PartnerLogo/index.js +0 -12
- package/commonjs/PartnerLogo/styles.js +1 -1
- package/commonjs/Select/Select.js +2 -1
- package/commonjs/Switch/Switch.js +1 -0
- package/commonjs/TableHeaderCell/TableHeaderCell.js +2 -1
- package/commonjs/TableRowAccordion/TableRowAccordion.js +6 -2
- package/commonjs/Toast/Toast.js +40 -34
- package/commonjs/ToggleHint/ToggleHint.js +4 -2
- package/commonjs/Token/Token.js +16 -2
- package/commonjs/Token/styles.js +1 -1
- package/commonjs/TokenInput/TokenInput.js +3 -1
- package/commonjs/index.flow.js +125 -125
- package/commonjs/systemProps/index.flow.js +159 -0
- package/commonjs/systemProps/{systemProps.js → systemProps.flow.js} +12 -12
- package/commonjs/themes/dark/theme.js +1 -1
- package/commonjs/themes/light/theme.js +1 -1
- package/commonjs/types/shared.flow.js +6 -1
- package/commonjs/utils/index.js +27 -2
- package/dist/icon.svg +1 -1
- package/dist/iconList.js +1 -1
- package/dist/themes/dark/theme.scss +1 -1
- package/dist/themes/extendedThemes/sproutTheme/dark/theme.scss +1 -1
- package/dist/themes/extendedThemes/sproutTheme/light/theme.scss +1 -1
- package/dist/themes/light/theme.scss +1 -1
- package/dist/types/Avatar/Avatar.d.ts +2 -2
- package/dist/types/Avatar/Avatar.d.ts.map +1 -1
- package/dist/types/Badge/Badge.d.ts +2 -1
- package/dist/types/Badge/Badge.d.ts.map +1 -1
- package/dist/types/Banner/Banner.d.ts +2 -1
- package/dist/types/Banner/Banner.d.ts.map +1 -1
- package/dist/types/Banner/styles.d.ts +3 -2
- package/dist/types/Banner/styles.d.ts.map +1 -1
- package/dist/types/Box/Box.d.ts +1 -1
- package/dist/types/Box/Box.d.ts.map +1 -1
- package/dist/types/Breadcrumb/Breadcrumb.d.ts +3 -2
- package/dist/types/Breadcrumb/Breadcrumb.d.ts.map +1 -1
- package/dist/types/Button/Button.d.ts +2 -1
- package/dist/types/Button/Button.d.ts.map +1 -1
- package/dist/types/Card/Card.d.ts +16 -2
- package/dist/types/Card/Card.d.ts.map +1 -1
- package/dist/types/Card/CardTypes.d.ts +48 -11
- package/dist/types/Card/CardTypes.d.ts.map +1 -1
- package/dist/types/Card/__tests__/CardTypes.d.ts +2 -0
- package/dist/types/Card/__tests__/CardTypes.d.ts.map +1 -0
- package/dist/types/Card/styles.d.ts +13 -6
- package/dist/types/Card/styles.d.ts.map +1 -1
- package/dist/types/Card/subComponents.d.ts +17 -0
- package/dist/types/Card/subComponents.d.ts.map +1 -0
- package/dist/types/Card/utils.d.ts +16 -0
- package/dist/types/Card/utils.d.ts.map +1 -0
- package/dist/types/CharacterCounter/CharacterCounter.d.ts +1 -1
- package/dist/types/ChartLegend/ChartLegend.d.ts +2 -1
- package/dist/types/ChartLegend/ChartLegend.d.ts.map +1 -1
- package/dist/types/Checkbox/Checkbox.d.ts +1 -1
- package/dist/types/Checkbox/styles.d.ts +7 -5
- package/dist/types/Checkbox/styles.d.ts.map +1 -1
- package/dist/types/Collapsible/Collapsible.d.ts +4 -3
- package/dist/types/Collapsible/Collapsible.d.ts.map +1 -1
- package/dist/types/Collapsible/styles.d.ts +1 -1
- package/dist/types/DatePicker/DateRangePicker/DateRangePicker.d.ts +2 -1
- package/dist/types/DatePicker/DateRangePicker/DateRangePicker.d.ts.map +1 -1
- package/dist/types/DatePicker/DateRangePicker/StatefulDateRangePicker.d.ts +2 -1
- package/dist/types/DatePicker/DateRangePicker/StatefulDateRangePicker.d.ts.map +1 -1
- package/dist/types/DatePicker/SingleDatePicker/StatefulSingleDatePicker.d.ts +2 -1
- package/dist/types/DatePicker/SingleDatePicker/StatefulSingleDatePicker.d.ts.map +1 -1
- package/dist/types/DatePicker/common.d.ts +2 -1
- package/dist/types/DatePicker/common.d.ts.map +1 -1
- package/dist/types/DatePicker/styles.d.ts +1 -1
- package/dist/types/Drawer/Drawer.d.ts +3 -3
- package/dist/types/Drawer/Drawer.d.ts.map +1 -1
- package/dist/types/Drawer/SlideTransition.d.ts +1 -1
- package/dist/types/Drawer/SlideTransition.d.ts.map +1 -1
- package/dist/types/Drawer/styles.d.ts +1 -1
- package/dist/types/Drawer/styles.d.ts.map +1 -1
- package/dist/types/EmptyState/EmptyState.d.ts +2 -1
- package/dist/types/EmptyState/EmptyState.d.ts.map +1 -1
- package/dist/types/EnumIconNames.d.ts +1 -1
- package/dist/types/EnumIconNames.d.ts.map +1 -1
- package/dist/types/Fieldset/Fieldset.d.ts +4 -3
- package/dist/types/Fieldset/Fieldset.d.ts.map +1 -1
- package/dist/types/Fieldset/styles.d.ts +1 -1
- package/dist/types/Fieldset/styles.d.ts.map +1 -1
- package/dist/types/FormField/FormField.d.ts +2 -1
- package/dist/types/FormField/FormField.d.ts.map +1 -1
- package/dist/types/Icon/Icon.d.ts +4 -2
- package/dist/types/Icon/Icon.d.ts.map +1 -1
- package/dist/types/Icon/IconTypes.d.ts +3 -2
- package/dist/types/Icon/IconTypes.d.ts.map +1 -1
- package/dist/types/Image/Image.d.ts +1 -1
- package/dist/types/Indicator/Indicator.d.ts +1 -1
- package/dist/types/Input/Input.d.ts +2 -2
- package/dist/types/KeyboardKey/KeyboardKey.d.ts +1 -1
- package/dist/types/Label/Label.d.ts +1 -1
- package/dist/types/Link/Link.d.ts +2 -1
- package/dist/types/Link/Link.d.ts.map +1 -1
- package/dist/types/Link/styles.d.ts +2 -1
- package/dist/types/Link/styles.d.ts.map +1 -1
- package/dist/types/Listbox/Listbox.d.ts +11 -10
- package/dist/types/Listbox/Listbox.d.ts.map +1 -1
- package/dist/types/Listbox/ListboxTypes.d.ts +1 -1
- package/dist/types/Listbox/ListboxTypes.d.ts.map +1 -1
- package/dist/types/Loader/Loader.d.ts +1 -1
- package/dist/types/Loader/styles.d.ts.map +1 -1
- package/dist/types/LoaderButton/LoaderButton.d.ts +2 -1
- package/dist/types/LoaderButton/LoaderButton.d.ts.map +1 -1
- package/dist/types/Menu/Menu.d.ts +14 -13
- package/dist/types/Menu/Menu.d.ts.map +1 -1
- package/dist/types/Menu/MenuTypes.d.ts +1 -1
- package/dist/types/Menu/MenuTypes.d.ts.map +1 -1
- package/dist/types/Menu/styles.d.ts +2 -2
- package/dist/types/Menu/styles.d.ts.map +1 -1
- package/dist/types/Menu/utils/descendants.d.ts +1 -1
- package/dist/types/Menu/utils/descendants.d.ts.map +1 -1
- package/dist/types/Message/Message.d.ts +8 -8
- package/dist/types/Message/styles.d.ts +5 -5
- package/dist/types/Message/styles.d.ts.map +1 -1
- package/dist/types/Modal/Modal.d.ts +5 -5
- package/dist/types/Modal/styles.d.ts +5 -5
- package/dist/types/Modal/styles.d.ts.map +1 -1
- package/dist/types/Numeral/Numeral.d.ts +2 -1
- package/dist/types/Numeral/Numeral.d.ts.map +1 -1
- package/dist/types/Numeral/styles.d.ts +3 -2
- package/dist/types/Numeral/styles.d.ts.map +1 -1
- package/dist/types/OverflowList/OverflowList.d.ts +2 -1
- package/dist/types/OverflowList/OverflowList.d.ts.map +1 -1
- package/dist/types/OverflowList/styles.d.ts +2 -1
- package/dist/types/OverflowList/styles.d.ts.map +1 -1
- package/dist/types/PartnerLogo/PartnerLogo.d.ts +2 -1
- package/dist/types/PartnerLogo/PartnerLogo.d.ts.map +1 -1
- package/dist/types/PartnerLogo/PartnerLogoTypes.d.ts +12 -3
- package/dist/types/PartnerLogo/PartnerLogoTypes.d.ts.map +1 -1
- package/dist/types/PartnerLogo/index.d.ts +0 -1
- package/dist/types/PartnerLogo/index.d.ts.map +1 -1
- package/dist/types/Popout/Popout.d.ts +3 -2
- package/dist/types/Popout/Popout.d.ts.map +1 -1
- package/dist/types/Popout/PopoutTypes.d.ts +1 -1
- package/dist/types/Popout/PopoutTypes.d.ts.map +1 -1
- package/dist/types/Radio/Radio.d.ts +1 -1
- package/dist/types/Radio/styles.d.ts +2 -1
- package/dist/types/Radio/styles.d.ts.map +1 -1
- package/dist/types/SegmentedControl/SegmentedControl.d.ts +3 -2
- package/dist/types/SegmentedControl/SegmentedControl.d.ts.map +1 -1
- package/dist/types/SegmentedControl/styles.d.ts +3 -3
- package/dist/types/SegmentedControl/styles.d.ts.map +1 -1
- package/dist/types/Select/Select.d.ts +1 -1
- package/dist/types/Select/Select.d.ts.map +1 -1
- package/dist/types/Skeleton/Skeleton.d.ts +1 -1
- package/dist/types/Skeleton/Skeleton.d.ts.map +1 -1
- package/dist/types/SpotIllustration/SpotIllustration.d.ts +2 -1
- package/dist/types/SpotIllustration/SpotIllustration.d.ts.map +1 -1
- package/dist/types/Stack/Stack.d.ts +2 -1
- package/dist/types/Stack/Stack.d.ts.map +1 -1
- package/dist/types/Switch/Switch.d.ts +1 -1
- package/dist/types/Table/Table.d.ts +8 -7
- package/dist/types/Table/Table.d.ts.map +1 -1
- package/dist/types/TableCell/TableCell.d.ts +1 -1
- package/dist/types/TableCell/TableCellTypes.d.ts +1 -1
- package/dist/types/TableCell/TableCellTypes.d.ts.map +1 -1
- package/dist/types/TableHeaderCell/TableHeaderCell.d.ts +2 -2
- package/dist/types/TableHeaderCell/TableHeaderCell.d.ts.map +1 -1
- package/dist/types/TableRowAccordion/TableRowAccordion.d.ts +1 -1
- package/dist/types/TableRowAccordion/TableRowAccordion.d.ts.map +1 -1
- package/dist/types/Tabs/Tabs.d.ts +2 -2
- package/dist/types/Tabs/styles.d.ts +2 -1
- package/dist/types/Tabs/styles.d.ts.map +1 -1
- package/dist/types/Text/Text.d.ts +2 -1
- package/dist/types/Text/Text.d.ts.map +1 -1
- package/dist/types/Textarea/Textarea.d.ts +1 -1
- package/dist/types/ThemeProvider/index.d.ts +1 -1
- package/dist/types/ThemeProvider/index.d.ts.map +1 -1
- package/dist/types/Toast/Toast.d.ts +2 -1
- package/dist/types/Toast/Toast.d.ts.map +1 -1
- package/dist/types/Toast/styles.d.ts +3 -3
- package/dist/types/Toast/styles.d.ts.map +1 -1
- package/dist/types/ToggleHint/ToggleHint.d.ts +2 -2
- package/dist/types/ToggleHint/ToggleHint.d.ts.map +1 -1
- package/dist/types/Token/Token.d.ts +2 -1
- package/dist/types/Token/Token.d.ts.map +1 -1
- package/dist/types/TokenInput/TokenInput.d.ts +1 -1
- package/dist/types/TokenInput/TokenInput.d.ts.map +1 -1
- package/dist/types/Tooltip/Tooltip.d.ts +2 -1
- package/dist/types/Tooltip/Tooltip.d.ts.map +1 -1
- package/dist/types/Tooltip/TooltipTypes.d.ts +1 -1
- package/dist/types/Tooltip/TooltipTypes.d.ts.map +1 -1
- package/dist/types/Tooltip/styles.d.ts +1 -1
- package/dist/types/Tooltip/styles.d.ts.map +1 -1
- package/dist/types/systemProps/index.d.ts +3 -79
- package/dist/types/systemProps/index.d.ts.map +1 -1
- package/dist/types/types/styled-components.d.ts +3 -3
- package/dist/types/types/styled-components.d.ts.map +1 -1
- package/dist/types/utils/index.d.ts +7 -0
- package/dist/types/utils/index.d.ts.map +1 -1
- package/dist/types/utils/innerText.d.ts.map +1 -1
- package/icons/advocacy-outline.svg +2 -2
- package/icons/comment-ai-outline.svg +2 -2
- package/icons/comment-ai.svg +1 -1
- package/icons/dropbox.svg +2 -2
- package/icons/facebook-groups.svg +2 -2
- package/icons/facebook.svg +2 -2
- package/icons/feedly.svg +2 -2
- package/icons/flat-negative-sentiment-outline.svg +1 -1
- package/icons/flat-neutral-sentiment-outline.svg +1 -1
- package/icons/flat-positive-sentiment-outline.svg +1 -1
- package/icons/glassdoor.svg +2 -2
- package/icons/hand-sparkle-outline.svg +6 -0
- package/icons/hand-sparkle.svg +3 -0
- package/icons/instagram.svg +2 -2
- package/icons/linkedin.svg +2 -2
- package/icons/messenger.svg +2 -2
- package/icons/pinterest.svg +2 -2
- package/icons/reddit-alien.svg +2 -2
- package/icons/reddit.svg +2 -2
- package/icons/reels-outline.svg +1 -1
- package/icons/salesforce.svg +2 -2
- package/icons/send-again-outline.svg +1 -1
- package/icons/send-again.svg +1 -1
- package/icons/tasks-check.svg +1 -1
- package/icons/tumblr.svg +2 -2
- package/icons/twitter.svg +2 -2
- package/icons/youtube.svg +2 -2
- package/icons/zendesk.svg +2 -2
- package/lib/Badge/Badge.js +2 -1
- package/lib/Banner/Banner.js +2 -1
- package/lib/Breadcrumb/Breadcrumb.js +2 -1
- package/lib/Card/Card.js +73 -28
- package/lib/Card/CardTypes.flow.js +1 -0
- package/lib/Card/index.flow.js +2 -1
- package/lib/Card/styles.js +96 -20
- package/lib/Card/subComponents.js +37 -0
- package/lib/Card/utils.js +46 -0
- package/lib/Checkbox/styles.js +6 -5
- package/lib/DatePicker/common.js +2 -1
- package/lib/Drawer/Drawer.js +9 -4
- package/lib/Icon/Icon.js +33 -10
- package/lib/IconViewBoxes.js +2 -0
- package/lib/IllustrationViewBoxes.d.js +1 -0
- package/lib/Indicator/Indicator.js +2 -1
- package/lib/Input/Input.js +2 -1
- package/lib/Listbox/Listbox.js +2 -1
- package/lib/Loader/styles.js +17 -12
- package/lib/LogoViewBoxes.d.js +1 -0
- package/lib/PartnerLogo/PartnerLogo.js +14 -13
- package/lib/PartnerLogo/PartnerLogoTypes.js +8 -1
- package/lib/PartnerLogo/index.js +1 -2
- package/lib/PartnerLogo/styles.js +1 -1
- package/lib/Select/Select.js +2 -1
- package/lib/Switch/Switch.js +1 -0
- package/lib/TableHeaderCell/TableHeaderCell.js +2 -1
- package/lib/TableRowAccordion/TableRowAccordion.js +6 -2
- package/lib/Toast/Toast.js +40 -34
- package/lib/ToggleHint/ToggleHint.js +4 -2
- package/lib/Token/Token.js +16 -2
- package/lib/Token/styles.js +1 -1
- package/lib/TokenInput/TokenInput.js +3 -1
- package/lib/index.flow.js +1 -1
- package/lib/systemProps/index.flow.js +14 -0
- package/lib/systemProps/index.js +1 -45
- package/lib/systemProps/systemProps.flow.js +14 -0
- package/lib/themes/dark/theme.js +1 -1
- package/lib/themes/light/theme.js +1 -1
- package/lib/types/shared.flow.js +1 -0
- package/lib/utils/index.js +22 -1
- package/package.json +16 -12
- package/__flow__/systemProps/index.js +0 -16
- package/dist/types/PartnerLogo/TypePartnerNames.d.ts +0 -2
- package/dist/types/PartnerLogo/TypePartnerNames.d.ts.map +0 -1
- package/lib/systemProps/systemProps.js +0 -14
- /package/commonjs/{PartnerLogo/TypePartnerNames.js → IconViewBoxes.d.js} +0 -0
- /package/commonjs/systemProps/{background.js → background.flow.js} +0 -0
- /package/commonjs/systemProps/{border.js → border.flow.js} +0 -0
- /package/commonjs/systemProps/{color.js → color.flow.js} +0 -0
- /package/commonjs/systemProps/{custom.js → custom.flow.js} +0 -0
- /package/commonjs/systemProps/{flexbox.js → flexbox.flow.js} +0 -0
- /package/commonjs/systemProps/{grid.js → grid.flow.js} +0 -0
- /package/commonjs/systemProps/{layout.js → layout.flow.js} +0 -0
- /package/commonjs/systemProps/{position.js → position.flow.js} +0 -0
- /package/commonjs/systemProps/{shadow.js → shadow.flow.js} +0 -0
- /package/commonjs/systemProps/{space.js → space.flow.js} +0 -0
- /package/commonjs/systemProps/{typography.js → typography.flow.js} +0 -0
- /package/commonjs/systemProps/{variant.js → variant.flow.js} +0 -0
- /package/lib/{PartnerLogo/TypePartnerNames.js → IconViewBoxes.d.js} +0 -0
- /package/lib/systemProps/{background.js → background.flow.js} +0 -0
- /package/lib/systemProps/{border.js → border.flow.js} +0 -0
- /package/lib/systemProps/{color.js → color.flow.js} +0 -0
- /package/lib/systemProps/{custom.js → custom.flow.js} +0 -0
- /package/lib/systemProps/{flexbox.js → flexbox.flow.js} +0 -0
- /package/lib/systemProps/{grid.js → grid.flow.js} +0 -0
- /package/lib/systemProps/{layout.js → layout.flow.js} +0 -0
- /package/lib/systemProps/{position.js → position.flow.js} +0 -0
- /package/lib/systemProps/{shadow.js → shadow.flow.js} +0 -0
- /package/lib/systemProps/{space.js → space.flow.js} +0 -0
- /package/lib/systemProps/{typography.js → typography.flow.js} +0 -0
- /package/lib/systemProps/{variant.js → variant.flow.js} +0 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/ThemeProvider/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAG/B,OAAO,EAAC,eAAe,EAAE,SAAS,EAAC,MAAM,kBAAkB,CAAC;AAG5D,aAAK,aAAa,GAAG,SAAS,GAAG,eAAe,CAAC;AAEjD,aAAK,SAAS,GAAG;IACf,QAAQ,CAAC,KAAK,CAAC,EAAE,aAAa,CAAC;IAC/B,QAAQ,CAAC,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CACrC,CAAC;AAEF,QAAA,MAAM,aAAa,UAAW,SAAS,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/ThemeProvider/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAG/B,OAAO,EAAC,eAAe,EAAE,SAAS,EAAC,MAAM,kBAAkB,CAAC;AAG5D,aAAK,aAAa,GAAG,SAAS,GAAG,eAAe,CAAC;AAEjD,aAAK,SAAS,GAAG;IACf,QAAQ,CAAC,KAAK,CAAC,EAAE,aAAa,CAAC;IAC/B,QAAQ,CAAC,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CACrC,CAAC;AAEF,QAAA,MAAM,aAAa,UAAW,SAAS,sBAEtC,CAAC;AAEF,eAAe,aAAa,CAAC"}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
1
2
|
import type { TypeToastOptions } from './ToastTypes';
|
|
2
|
-
declare const ToastContainer: () => JSX.Element;
|
|
3
|
+
declare const ToastContainer: () => React.JSX.Element;
|
|
3
4
|
export declare function toast(options: TypeToastOptions): void;
|
|
4
5
|
export default ToastContainer;
|
|
5
6
|
//# sourceMappingURL=Toast.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Toast.d.ts","sourceRoot":"","sources":["../../../src/Toast/Toast.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Toast.d.ts","sourceRoot":"","sources":["../../../src/Toast/Toast.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAc/B,OAAO,KAAK,EACV,gBAAgB,EAGjB,MAAM,cAAc,CAAC;AAetB,QAAA,MAAM,cAAc,yBAYnB,CAAC;AASF,wBAAgB,KAAK,CAAC,OAAO,EAAE,gBAAgB,GAAG,IAAI,CAuBrD;AAyDD,eAAe,cAAc,CAAC"}
|
|
@@ -4,11 +4,11 @@ interface TypeProps {
|
|
|
4
4
|
type: 'info' | 'success' | 'warning' | 'error';
|
|
5
5
|
customColor?: TypeColor;
|
|
6
6
|
}
|
|
7
|
-
declare const Container: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<Pick<import("../Box").TypeBoxProps, "key" | "security" | "children" | "cursor" | "color" | "bg" | "backgroundColor" | "opacity" | "hidden" | "border" | "borderX" | "borderY" | "borderWidth" | "borderTopWidth" | "borderBottomWidth" | "borderLeftWidth" | "borderRightWidth" | "borderStyle" | "borderTopStyle" | "borderBottomStyle" | "borderLeftStyle" | "borderRightStyle" | "borderColor" | "borderTopColor" | "borderBottomColor" | "borderLeftColor" | "borderRightColor" | "borderRadius" | "borderTopLeftRadius" | "borderTopRightRadius" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "borderTop" | "borderRight" | "borderBottom" | "borderLeft" | "boxShadow" | "bottom" | "top" | "overflow" | "width" | "height" | "minWidth" | "minHeight" | "maxWidth" | "maxHeight" | "display" | "verticalAlign" | "alignItems" | "alignContent" | "justifyItems" | "justifyContent" | "flexWrap" | "flexDirection" | "flex" | "flexGrow" | "flexShrink" | "flexBasis" | "justifySelf" | "alignSelf" | "order" | "left" | "right" | "gridGap" | "gridColumnGap" | "gridRowGap" | "gridColumn" | "gridRow" | "gridAutoFlow" | "gridAutoColumns" | "gridAutoRows" | "gridTemplateColumns" | "gridTemplateRows" | "gridTemplateAreas" | "gridArea" | "size" | "position" | "zIndex" | "textShadow" | "m" | "margin" | "mt" | "marginTop" | "mr" | "marginRight" | "mb" | "marginBottom" | "ml" | "marginLeft" | "mx" | "marginX" | "my" | "marginY" | "p" | "padding" | "pt" | "paddingTop" | "pr" | "paddingRight" | "pb" | "paddingBottom" | "pl" | "paddingLeft" | "px" | "paddingX" | "py" | "paddingY" | "slot" | "style" | "title" | "className" | "id" | "lang" | "role" | "tabIndex" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "placeholder" | "spellCheck" | "translate" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "unselectable" | "inputMode" | "is" | "as" | "gap" | "columnGap" | "rowGap" | "forwardedAs" | "css"> & import("react").RefAttributes<HTMLDivElement>>, import("styled-components").DefaultTheme, TypeProps, never>;
|
|
7
|
+
declare const Container: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<Pick<import("../Box").TypeBoxProps, "key" | "security" | "children" | "cursor" | "color" | "bg" | "backgroundColor" | "opacity" | "hidden" | "border" | "borderX" | "borderY" | "borderWidth" | "borderTopWidth" | "borderBottomWidth" | "borderLeftWidth" | "borderRightWidth" | "borderStyle" | "borderTopStyle" | "borderBottomStyle" | "borderLeftStyle" | "borderRightStyle" | "borderColor" | "borderTopColor" | "borderBottomColor" | "borderLeftColor" | "borderRightColor" | "borderRadius" | "borderTopLeftRadius" | "borderTopRightRadius" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "borderTop" | "borderRight" | "borderBottom" | "borderLeft" | "boxShadow" | "bottom" | "top" | "overflow" | "width" | "height" | "minWidth" | "minHeight" | "maxWidth" | "maxHeight" | "display" | "verticalAlign" | "content" | "alignItems" | "alignContent" | "justifyItems" | "justifyContent" | "flexWrap" | "flexDirection" | "flex" | "flexGrow" | "flexShrink" | "flexBasis" | "justifySelf" | "alignSelf" | "order" | "left" | "right" | "gridGap" | "gridColumnGap" | "gridRowGap" | "gridColumn" | "gridRow" | "gridAutoFlow" | "gridAutoColumns" | "gridAutoRows" | "gridTemplateColumns" | "gridTemplateRows" | "gridTemplateAreas" | "gridArea" | "size" | "position" | "zIndex" | "textShadow" | "m" | "margin" | "mt" | "marginTop" | "mr" | "marginRight" | "mb" | "marginBottom" | "ml" | "marginLeft" | "mx" | "marginX" | "my" | "marginY" | "p" | "padding" | "pt" | "paddingTop" | "pr" | "paddingRight" | "pb" | "paddingBottom" | "pl" | "paddingLeft" | "px" | "paddingX" | "py" | "paddingY" | "slot" | "style" | "title" | "className" | "id" | "lang" | "role" | "tabIndex" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoFocus" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "nonce" | "placeholder" | "spellCheck" | "translate" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "unselectable" | "inputMode" | "is" | "as" | "gap" | "columnGap" | "rowGap" | "forwardedAs" | "css"> & import("react").RefAttributes<HTMLDivElement>>, import("styled-components").DefaultTheme, TypeProps, never>;
|
|
8
8
|
export declare const CustomIcon: import("styled-components").StyledComponent<{
|
|
9
|
-
({ name, size, fixedWidth, ariaLabel, ...rest }: import("../Icon").TypeIconProps): JSX.Element;
|
|
9
|
+
({ name, size, fixedWidth, ariaLabel, color, svgProps, ...rest }: import("../Icon").TypeIconProps): import("react").JSX.Element;
|
|
10
10
|
Toggle: {
|
|
11
|
-
({ activeName, inactiveName, isActive, size, fixedWidth, ariaLabel, ...rest }: import("../Icon").TypeToggleProps): JSX.Element;
|
|
11
|
+
({ activeName, inactiveName, isActive, size, fixedWidth, ariaLabel, ...rest }: import("../Icon").TypeToggleProps): import("react").JSX.Element;
|
|
12
12
|
displayName: string;
|
|
13
13
|
};
|
|
14
14
|
}, import("styled-components").DefaultTheme, TypeProps, never>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../src/Toast/styles.ts"],"names":[],"mappings":";AAOA,OAAO,EAAC,SAAS,EAAC,MAAM,kBAAkB,CAAC;AAE3C,UAAU,SAAS;IACjB,IAAI,EAAE,MAAM,GAAG,SAAS,GAAG,SAAS,GAAG,OAAO,CAAC;IAC/C,WAAW,CAAC,EAAE,SAAS,CAAC;CACzB;AAED,QAAA,MAAM,SAAS,
|
|
1
|
+
{"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../src/Toast/styles.ts"],"names":[],"mappings":";AAOA,OAAO,EAAC,SAAS,EAAC,MAAM,kBAAkB,CAAC;AAE3C,UAAU,SAAS;IACjB,IAAI,EAAE,MAAM,GAAG,SAAS,GAAG,SAAS,GAAG,OAAO,CAAC;IAC/C,WAAW,CAAC,EAAE,SAAS,CAAC;CACzB;AAED,QAAA,MAAM,SAAS,sxMAQd,CAAC;AAEF,eAAO,MAAM,UAAU;;;;;;8DAItB,CAAC;AAEF,eAAO,MAAM,iBAAiB,gGAkC7B,CAAC;AAEF,eAAe,SAAS,CAAC"}
|
|
@@ -8,7 +8,7 @@ export default class ToggleHint extends React.Component<TypeToggleHintProps> {
|
|
|
8
8
|
isOpen: boolean;
|
|
9
9
|
icon: string;
|
|
10
10
|
};
|
|
11
|
-
getIcon: () => JSX.Element;
|
|
12
|
-
render(): JSX.Element;
|
|
11
|
+
getIcon: () => React.JSX.Element;
|
|
12
|
+
render(): React.JSX.Element;
|
|
13
13
|
}
|
|
14
14
|
//# sourceMappingURL=ToggleHint.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ToggleHint.d.ts","sourceRoot":"","sources":["../../../src/ToggleHint/ToggleHint.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAG/B,OAAO,KAAK,EAAC,mBAAmB,EAAC,MAAM,mBAAmB,CAAC;AAC3D;;GAEG;AAEH,MAAM,CAAC,OAAO,OAAO,UAAW,SAAQ,KAAK,CAAC,SAAS,CAAC,mBAAmB,CAAC;IAC1E,MAAM,CAAC,YAAY;;;MAGjB;IACF,OAAO,
|
|
1
|
+
{"version":3,"file":"ToggleHint.d.ts","sourceRoot":"","sources":["../../../src/ToggleHint/ToggleHint.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAG/B,OAAO,KAAK,EAAC,mBAAmB,EAAC,MAAM,mBAAmB,CAAC;AAC3D;;GAEG;AAEH,MAAM,CAAC,OAAO,OAAO,UAAW,SAAQ,KAAK,CAAC,SAAS,CAAC,mBAAmB,CAAC;IAC1E,MAAM,CAAC,YAAY;;;MAGjB;IACF,OAAO,0BAML;IAEF,MAAM;CA8BP"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
1
2
|
import type { TypeTokenProps } from './TokenTypes';
|
|
2
|
-
declare const Token: ({ children, closeable, onClick, qa, valid, disabled, palette, ...rest }: TypeTokenProps) => JSX.Element;
|
|
3
|
+
declare const Token: ({ children, closeable, onClick, qa, valid, disabled, palette, ...rest }: TypeTokenProps) => React.JSX.Element;
|
|
3
4
|
export default Token;
|
|
4
5
|
//# sourceMappingURL=Token.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Token.d.ts","sourceRoot":"","sources":["../../../src/Token/Token.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Token.d.ts","sourceRoot":"","sources":["../../../src/Token/Token.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAM/B,OAAO,KAAK,EAAC,cAAc,EAAC,MAAM,cAAc,CAAC;AAEjD,QAAA,MAAM,KAAK,4EASR,cAAc,sBA2ChB,CAAC;AAEF,eAAe,KAAK,CAAC"}
|
|
@@ -22,7 +22,7 @@ export default class TokenInput extends React.Component<TypeTokenInputProps, Typ
|
|
|
22
22
|
handleClickToken: (e: React.SyntheticEvent<HTMLButtonElement>, token: TypeTokenSpec) => void;
|
|
23
23
|
renderToken(token: TypeTokenSpec): React.ReactNode;
|
|
24
24
|
renderTokens(tokens: TypeTokenSpec[]): React.ReactNode;
|
|
25
|
-
render(): JSX.Element;
|
|
25
|
+
render(): React.JSX.Element;
|
|
26
26
|
}
|
|
27
27
|
export {};
|
|
28
28
|
//# sourceMappingURL=TokenInput.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TokenInput.d.ts","sourceRoot":"","sources":["../../../src/TokenInput/TokenInput.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAO/B,OAAO,KAAK,EAAC,mBAAmB,EAAE,aAAa,EAAC,MAAM,mBAAmB,CAAC;AAE1E,aAAK,SAAS,GAAG;IACf,SAAS,EAAE,mBAAmB,CAAC;IAC/B,QAAQ,EAAE,OAAO,CAAC;IAClB,WAAW,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IACvC,KAAK,EAAE,MAAM,CAAC;CACf,CAAC;AASF,MAAM,CAAC,OAAO,OAAO,UAAW,SAAQ,KAAK,CAAC,SAAS,CACrD,mBAAmB,EACnB,SAAS,CACV;IACC,gBAAgB,EAAE,MAAM,CAAC;gBAEb,KAAK,EAAE,mBAAmB;IAYtC,MAAM,CAAC,wBAAwB,CAC7B,KAAK,EAAE,mBAAmB,EAC1B,KAAK,EAAE,SAAS;IAelB,WAAW,CAAC,OAAO,EAAE,MAAM;IAK3B,cAAc,CAAC,KAAK,EAAE,MAAM,EAAE;IAoB9B,WAAW,CAAC,OAAO,CAAC,EAAE,MAAM;IAiB5B,gBAAgB,MAAO,MAAM,cAAc,CAAC,gBAAgB,CAAC,UAO3D;IAEF,WAAW,MAAO,gBAAgB,CAAC,gBAAgB,CAAC,UAMlD;IAEF,UAAU,MAAO,gBAAgB,CAAC,gBAAgB,CAAC,UAMjD;IAEF,WAAW,MAAO,mBAAmB,CAAC,gBAAgB,CAAC,UAErD;IAEF,aAAa,MAAO,mBAAmB,CAAC,gBAAgB,CAAC,UAkBvD;IAEF,WAAW,MAAO,oBAAoB,CAAC,gBAAgB,CAAC,UAWtD;IAEF,gBAAgB,MACX,MAAM,cAAc,CAAC,iBAAiB,CAAC,SACnC,aAAa,UAQpB;IAEF,WAAW,CAAC,KAAK,EAAE,aAAa,GAAG,KAAK,CAAC,SAAS;
|
|
1
|
+
{"version":3,"file":"TokenInput.d.ts","sourceRoot":"","sources":["../../../src/TokenInput/TokenInput.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAO/B,OAAO,KAAK,EAAC,mBAAmB,EAAE,aAAa,EAAC,MAAM,mBAAmB,CAAC;AAE1E,aAAK,SAAS,GAAG;IACf,SAAS,EAAE,mBAAmB,CAAC;IAC/B,QAAQ,EAAE,OAAO,CAAC;IAClB,WAAW,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IACvC,KAAK,EAAE,MAAM,CAAC;CACf,CAAC;AASF,MAAM,CAAC,OAAO,OAAO,UAAW,SAAQ,KAAK,CAAC,SAAS,CACrD,mBAAmB,EACnB,SAAS,CACV;IACC,gBAAgB,EAAE,MAAM,CAAC;gBAEb,KAAK,EAAE,mBAAmB;IAYtC,MAAM,CAAC,wBAAwB,CAC7B,KAAK,EAAE,mBAAmB,EAC1B,KAAK,EAAE,SAAS;IAelB,WAAW,CAAC,OAAO,EAAE,MAAM;IAK3B,cAAc,CAAC,KAAK,EAAE,MAAM,EAAE;IAoB9B,WAAW,CAAC,OAAO,CAAC,EAAE,MAAM;IAiB5B,gBAAgB,MAAO,MAAM,cAAc,CAAC,gBAAgB,CAAC,UAO3D;IAEF,WAAW,MAAO,gBAAgB,CAAC,gBAAgB,CAAC,UAMlD;IAEF,UAAU,MAAO,gBAAgB,CAAC,gBAAgB,CAAC,UAMjD;IAEF,WAAW,MAAO,mBAAmB,CAAC,gBAAgB,CAAC,UAErD;IAEF,aAAa,MAAO,mBAAmB,CAAC,gBAAgB,CAAC,UAkBvD;IAEF,WAAW,MAAO,oBAAoB,CAAC,gBAAgB,CAAC,UAWtD;IAEF,gBAAgB,MACX,MAAM,cAAc,CAAC,iBAAiB,CAAC,SACnC,aAAa,UAQpB;IAEF,WAAW,CAAC,KAAK,EAAE,aAAa,GAAG,KAAK,CAAC,SAAS;IA2BlD,YAAY,CAAC,MAAM,EAAE,aAAa,EAAE,GAAG,KAAK,CAAC,SAAS;IAQtD,MAAM;CAmFP"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
1
2
|
import type { TypeTooltipProps } from './TooltipTypes';
|
|
2
|
-
declare const Tooltip: ({ content, children, enterDelay, placement, appearance, zIndex, qa, popoutProps, truncated, ...rest }: TypeTooltipProps) => JSX.Element;
|
|
3
|
+
declare const Tooltip: ({ content, children, enterDelay, placement, appearance, zIndex, qa, popoutProps, truncated, ...rest }: TypeTooltipProps) => React.JSX.Element;
|
|
3
4
|
export default Tooltip;
|
|
4
5
|
//# sourceMappingURL=Tooltip.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Tooltip.d.ts","sourceRoot":"","sources":["../../../src/Tooltip/Tooltip.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Tooltip.d.ts","sourceRoot":"","sources":["../../../src/Tooltip/Tooltip.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAK/B,OAAO,KAAK,EAAC,gBAAgB,EAAqB,MAAM,gBAAgB,CAAC;AA8BzE,QAAA,MAAM,OAAO,0GAWV,gBAAgB,sBAiFlB,CAAC;AAwBF,eAAe,OAAO,CAAC"}
|
|
@@ -2,7 +2,7 @@ import * as React from 'react';
|
|
|
2
2
|
import type { EnumPlacements, TypePopoutProps } from '../Popout/index';
|
|
3
3
|
import { TypeQaProps } from '../types/shared';
|
|
4
4
|
import { TypeBoxProps } from '../Box';
|
|
5
|
-
export interface TypeTooltipProps extends Omit<TypeBoxProps, 'children'> {
|
|
5
|
+
export interface TypeTooltipProps extends Omit<TypeBoxProps, 'children' | 'content'> {
|
|
6
6
|
/** The content that the tooltip should be attached to. Hovering or focusing this element will cause the tooltip to appear */
|
|
7
7
|
children: React.ReactNode;
|
|
8
8
|
/** The content to be displayed within the tooltip. If there is no content, just the children are rendered */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TooltipTypes.d.ts","sourceRoot":"","sources":["../../../src/Tooltip/TooltipTypes.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,KAAK,EAAC,cAAc,EAAE,eAAe,EAAC,MAAM,mBAAmB,CAAC;AACvE,OAAO,EAAC,WAAW,EAAC,MAAM,mBAAmB,CAAC;AAC9C,OAAO,EAAC,YAAY,EAAC,MAAM,UAAU,CAAC;AAEtC,MAAM,WAAW,
|
|
1
|
+
{"version":3,"file":"TooltipTypes.d.ts","sourceRoot":"","sources":["../../../src/Tooltip/TooltipTypes.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,KAAK,EAAC,cAAc,EAAE,eAAe,EAAC,MAAM,mBAAmB,CAAC;AACvE,OAAO,EAAC,WAAW,EAAC,MAAM,mBAAmB,CAAC;AAC9C,OAAO,EAAC,YAAY,EAAC,MAAM,UAAU,CAAC;AAEtC,MAAM,WAAW,gBACf,SAAQ,IAAI,CAAC,YAAY,EAAE,UAAU,GAAG,SAAS,CAAC;IAClD,6HAA6H;IAC7H,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAE1B,6GAA6G;IAC7G,OAAO,EAAE,KAAK,CAAC,SAAS,CAAC;IAEzB,+DAA+D;IAC/D,SAAS,CAAC,EAAE,cAAc,CAAC;IAE3B,6FAA6F;IAC7F,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB,gOAAgO;IAChO,UAAU,CAAC,EAAE,MAAM,GAAG,KAAK,CAAC;IAC5B,EAAE,CAAC,EAAE,WAAW,CAAC;IACjB,MAAM,CAAC,EAAE,MAAM,CAAC;IAEhB,8DAA8D;IAC9D,WAAW,CAAC,EAAE,OAAO,CAAC,eAAe,CAAC,CAAC;IAEvC,sDAAsD;IACtD,SAAS,CAAC,EAAE,OAAO,CAAC;IAEpB,SAAS,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;CACpC;AAGD,MAAM,WAAW,kBACf,SAAQ,IAAI,CAAC,gBAAgB,EAAE,YAAY,GAAG,UAAU,CAAC;CAAG"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { TypeTooltipContent } from './TooltipTypes';
|
|
3
|
-
export declare const TooltipContent: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<Pick<import("../Box").TypeBoxProps, "key" | "security" | "children" | "cursor" | "color" | "bg" | "backgroundColor" | "opacity" | "hidden" | "border" | "borderX" | "borderY" | "borderWidth" | "borderTopWidth" | "borderBottomWidth" | "borderLeftWidth" | "borderRightWidth" | "borderStyle" | "borderTopStyle" | "borderBottomStyle" | "borderLeftStyle" | "borderRightStyle" | "borderColor" | "borderTopColor" | "borderBottomColor" | "borderLeftColor" | "borderRightColor" | "borderRadius" | "borderTopLeftRadius" | "borderTopRightRadius" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "borderTop" | "borderRight" | "borderBottom" | "borderLeft" | "boxShadow" | "bottom" | "top" | "overflow" | "width" | "height" | "minWidth" | "minHeight" | "maxWidth" | "maxHeight" | "display" | "verticalAlign" | "alignItems" | "alignContent" | "justifyItems" | "justifyContent" | "flexWrap" | "flexDirection" | "flex" | "flexGrow" | "flexShrink" | "flexBasis" | "justifySelf" | "alignSelf" | "order" | "left" | "right" | "gridGap" | "gridColumnGap" | "gridRowGap" | "gridColumn" | "gridRow" | "gridAutoFlow" | "gridAutoColumns" | "gridAutoRows" | "gridTemplateColumns" | "gridTemplateRows" | "gridTemplateAreas" | "gridArea" | "size" | "position" | "zIndex" | "textShadow" | "m" | "margin" | "mt" | "marginTop" | "mr" | "marginRight" | "mb" | "marginBottom" | "ml" | "marginLeft" | "mx" | "marginX" | "my" | "marginY" | "p" | "padding" | "pt" | "paddingTop" | "pr" | "paddingRight" | "pb" | "paddingBottom" | "pl" | "paddingLeft" | "px" | "paddingX" | "py" | "paddingY" | "slot" | "style" | "title" | "className" | "id" | "lang" | "role" | "tabIndex" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "placeholder" | "spellCheck" | "translate" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "unselectable" | "inputMode" | "is" | "as" | "gap" | "columnGap" | "rowGap" | "forwardedAs" | "css"> & import("react").RefAttributes<HTMLDivElement>>, import("styled-components").DefaultTheme, Pick<TypeTooltipContent, "appearance">, never>;
|
|
3
|
+
export declare const TooltipContent: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<Pick<import("../Box").TypeBoxProps, "key" | "security" | "children" | "cursor" | "color" | "bg" | "backgroundColor" | "opacity" | "hidden" | "border" | "borderX" | "borderY" | "borderWidth" | "borderTopWidth" | "borderBottomWidth" | "borderLeftWidth" | "borderRightWidth" | "borderStyle" | "borderTopStyle" | "borderBottomStyle" | "borderLeftStyle" | "borderRightStyle" | "borderColor" | "borderTopColor" | "borderBottomColor" | "borderLeftColor" | "borderRightColor" | "borderRadius" | "borderTopLeftRadius" | "borderTopRightRadius" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "borderTop" | "borderRight" | "borderBottom" | "borderLeft" | "boxShadow" | "bottom" | "top" | "overflow" | "width" | "height" | "minWidth" | "minHeight" | "maxWidth" | "maxHeight" | "display" | "verticalAlign" | "content" | "alignItems" | "alignContent" | "justifyItems" | "justifyContent" | "flexWrap" | "flexDirection" | "flex" | "flexGrow" | "flexShrink" | "flexBasis" | "justifySelf" | "alignSelf" | "order" | "left" | "right" | "gridGap" | "gridColumnGap" | "gridRowGap" | "gridColumn" | "gridRow" | "gridAutoFlow" | "gridAutoColumns" | "gridAutoRows" | "gridTemplateColumns" | "gridTemplateRows" | "gridTemplateAreas" | "gridArea" | "size" | "position" | "zIndex" | "textShadow" | "m" | "margin" | "mt" | "marginTop" | "mr" | "marginRight" | "mb" | "marginBottom" | "ml" | "marginLeft" | "mx" | "marginX" | "my" | "marginY" | "p" | "padding" | "pt" | "paddingTop" | "pr" | "paddingRight" | "pb" | "paddingBottom" | "pl" | "paddingLeft" | "px" | "paddingX" | "py" | "paddingY" | "slot" | "style" | "title" | "className" | "id" | "lang" | "role" | "tabIndex" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoFocus" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "nonce" | "placeholder" | "spellCheck" | "translate" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "unselectable" | "inputMode" | "is" | "as" | "gap" | "columnGap" | "rowGap" | "forwardedAs" | "css"> & import("react").RefAttributes<HTMLDivElement>>, import("styled-components").DefaultTheme, Pick<TypeTooltipContent, "appearance">, never>;
|
|
4
4
|
//# sourceMappingURL=styles.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../src/Tooltip/styles.ts"],"names":[],"mappings":";AAEA,OAAO,EAAC,kBAAkB,EAAC,MAAM,gBAAgB,CAAC;AAElD,eAAO,MAAM,cAAc
|
|
1
|
+
{"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../src/Tooltip/styles.ts"],"names":[],"mappings":";AAEA,OAAO,EAAC,kBAAkB,EAAC,MAAM,gBAAgB,CAAC;AAElD,eAAO,MAAM,cAAc,mzMAM1B,CAAC"}
|
|
@@ -13,85 +13,9 @@ export declare const variantSystemProps: import("styled-system").styleFn;
|
|
|
13
13
|
export interface TypeSystemProps extends TypeCustomSystemProps, TypeVariantSystemProps, BackgroundProps, BorderProps, ColorProps, FlexboxProps, GridProps, LayoutProps, PositionProps, ShadowProps, SpaceProps, TypographyProps {
|
|
14
14
|
}
|
|
15
15
|
export declare const systemProps: import("styled-system").styleFn;
|
|
16
|
-
export {
|
|
16
|
+
export { type BackgroundProps as TypeBackgroundSystemProps, background as backgroundSystemProps, type BorderProps as TypeBorderSystemProps, border as borderSystemProps,
|
|
17
17
|
/**
|
|
18
|
-
@deprecated: Use
|
|
18
|
+
@deprecated: Use TypeColorSystemProps instead.
|
|
19
19
|
*/
|
|
20
|
-
type
|
|
21
|
-
/**
|
|
22
|
-
@deprecated: Use background from styled-system instead.
|
|
23
|
-
*/
|
|
24
|
-
background as backgroundSystemProps,
|
|
25
|
-
/**
|
|
26
|
-
@deprecated: Use BorderProps from styled-system instead.
|
|
27
|
-
*/
|
|
28
|
-
type BorderProps as TypeBorderSystemProps,
|
|
29
|
-
/**
|
|
30
|
-
@deprecated: Use border from styled-system instead.
|
|
31
|
-
*/
|
|
32
|
-
border as borderSystemProps,
|
|
33
|
-
/**
|
|
34
|
-
@deprecated: Use ColorProps from styled-system instead.
|
|
35
|
-
*/
|
|
36
|
-
type ColorProps as TypeBackgroundColorSystemProp,
|
|
37
|
-
/**
|
|
38
|
-
@deprecated: Use color from styled-system instead.
|
|
39
|
-
*/
|
|
40
|
-
color as colorSystemProps,
|
|
41
|
-
/**
|
|
42
|
-
@deprecated: Use FlexboxProps from styled-system instead.
|
|
43
|
-
*/
|
|
44
|
-
type FlexboxProps as TypeFlexboxSystemProps,
|
|
45
|
-
/**
|
|
46
|
-
@deprecated: Use flexbox from styled-system instead.
|
|
47
|
-
*/
|
|
48
|
-
flexbox as flexboxSystemProps,
|
|
49
|
-
/**
|
|
50
|
-
@deprecated: Use GridProps from styled-system instead.
|
|
51
|
-
*/
|
|
52
|
-
type GridProps as TypeGridSystemProps,
|
|
53
|
-
/**
|
|
54
|
-
@deprecated: Use grid from styled-system instead.
|
|
55
|
-
*/
|
|
56
|
-
grid as gridSystemProps,
|
|
57
|
-
/**
|
|
58
|
-
@deprecated: Use LayoutProps from styled-system instead.
|
|
59
|
-
*/
|
|
60
|
-
type LayoutProps as TypeLayoutSystemProps,
|
|
61
|
-
/**
|
|
62
|
-
@deprecated: Use layout from styled-system instead.
|
|
63
|
-
*/
|
|
64
|
-
layout as layoutSystemProps,
|
|
65
|
-
/**
|
|
66
|
-
@deprecated: Use PositionProps from styled-system instead.
|
|
67
|
-
*/
|
|
68
|
-
type PositionProps as TypePositionSystemProps,
|
|
69
|
-
/**
|
|
70
|
-
@deprecated: Use position from styled-system instead.
|
|
71
|
-
*/
|
|
72
|
-
position as positionSystemProps,
|
|
73
|
-
/**
|
|
74
|
-
@deprecated: Use ShadowProps from styled-system instead.
|
|
75
|
-
*/
|
|
76
|
-
type ShadowProps as TypeShadowSystemProps,
|
|
77
|
-
/**
|
|
78
|
-
@deprecated: Use shadow from styled-system instead.
|
|
79
|
-
*/
|
|
80
|
-
shadow as shadowSystemProps,
|
|
81
|
-
/**
|
|
82
|
-
@deprecated: Use SpaceProps from styled-system instead.
|
|
83
|
-
*/
|
|
84
|
-
type SpaceProps as TypeSpaceSystemProps,
|
|
85
|
-
/**
|
|
86
|
-
@deprecated: Use space from styled-system instead.
|
|
87
|
-
*/
|
|
88
|
-
space as spaceSystemProps,
|
|
89
|
-
/**
|
|
90
|
-
@deprecated: Use TypographyProps from styled-system instead.
|
|
91
|
-
*/
|
|
92
|
-
type TypographyProps as TypeTypographySystemProps,
|
|
93
|
-
/**
|
|
94
|
-
@deprecated: Use typography from styled-system instead.
|
|
95
|
-
*/
|
|
96
|
-
typography as typographySystemProps, };
|
|
20
|
+
type ColorProps as TypeBackgroundColorSystemProp, type ColorProps as TypeColorSystemProps, color as colorSystemProps, type FlexboxProps as TypeFlexboxSystemProps, flexbox as flexboxSystemProps, type GridProps as TypeGridSystemProps, grid as gridSystemProps, type LayoutProps as TypeLayoutSystemProps, layout as layoutSystemProps, type PositionProps as TypePositionSystemProps, position as positionSystemProps, type ShadowProps as TypeShadowSystemProps, shadow as shadowSystemProps, type SpaceProps as TypeSpaceSystemProps, space as spaceSystemProps, type TypographyProps as TypeTypographySystemProps, typography as typographySystemProps, };
|
|
97
21
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/systemProps/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAEL,UAAU,EACV,MAAM,EACN,KAAK,EACL,OAAO,EACP,IAAI,EACJ,MAAM,EACN,QAAQ,EACR,MAAM,EACN,KAAK,EACL,UAAU,EACV,KAAK,eAAe,EACpB,KAAK,WAAW,EAChB,KAAK,UAAU,EACf,KAAK,YAAY,EACjB,KAAK,SAAS,EACd,KAAK,WAAW,EAChB,KAAK,aAAa,EAClB,KAAK,WAAW,EAChB,KAAK,UAAU,EACf,KAAK,eAAe,EAMpB,KAAK,eAAe,EACrB,MAAM,eAAe,CAAC;AACvB,OAAO,EAAC,QAAQ,IAAI,WAAW,EAAC,MAAM,SAAS,CAAC;AAEhD,OAAO,EAAC,4BAA4B,EAAC,MAAM,yBAAyB,CAAC;AAGrE,MAAM,WAAW,qBAAqB;IACpC,MAAM,CAAC,EAAE,eAAe,CAAC,WAAW,CAAC,MAAM,CAAC,CAAC;IAC7C,UAAU,CAAC,EAAE,eAAe,CAAC,WAAW,CAAC,UAAU,CAAC,CAAC;CACtD;AAED,eAAO,MAAM,iBAAiB,iCAK7B,CAAC;AAGF,MAAM,WAAW,sBAAsB;IACrC,SAAS,CAAC,EAAE,4BAA4B,CAAC;CAC1C;AAED,eAAO,MAAM,kBAAkB,iCAK9B,CAAC;AAEF,MAAM,WAAW,eACf,SAAQ,qBAAqB,EAC3B,sBAAsB,EACtB,eAAe,EACf,WAAW,EACX,UAAU,EACV,YAAY,EACZ,SAAS,EACT,WAAW,EACX,aAAa,EACb,WAAW,EACX,UAAU,EACV,eAAe;CAAG;AAEtB,eAAO,MAAM,WAAW,iCAcvB,CAAC;AAGF,OAAO
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/systemProps/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAEL,UAAU,EACV,MAAM,EACN,KAAK,EACL,OAAO,EACP,IAAI,EACJ,MAAM,EACN,QAAQ,EACR,MAAM,EACN,KAAK,EACL,UAAU,EACV,KAAK,eAAe,EACpB,KAAK,WAAW,EAChB,KAAK,UAAU,EACf,KAAK,YAAY,EACjB,KAAK,SAAS,EACd,KAAK,WAAW,EAChB,KAAK,aAAa,EAClB,KAAK,WAAW,EAChB,KAAK,UAAU,EACf,KAAK,eAAe,EAMpB,KAAK,eAAe,EACrB,MAAM,eAAe,CAAC;AACvB,OAAO,EAAC,QAAQ,IAAI,WAAW,EAAC,MAAM,SAAS,CAAC;AAEhD,OAAO,EAAC,4BAA4B,EAAC,MAAM,yBAAyB,CAAC;AAGrE,MAAM,WAAW,qBAAqB;IACpC,MAAM,CAAC,EAAE,eAAe,CAAC,WAAW,CAAC,MAAM,CAAC,CAAC;IAC7C,UAAU,CAAC,EAAE,eAAe,CAAC,WAAW,CAAC,UAAU,CAAC,CAAC;CACtD;AAED,eAAO,MAAM,iBAAiB,iCAK7B,CAAC;AAGF,MAAM,WAAW,sBAAsB;IACrC,SAAS,CAAC,EAAE,4BAA4B,CAAC;CAC1C;AAED,eAAO,MAAM,kBAAkB,iCAK9B,CAAC;AAEF,MAAM,WAAW,eACf,SAAQ,qBAAqB,EAC3B,sBAAsB,EACtB,eAAe,EACf,WAAW,EACX,UAAU,EACV,YAAY,EACZ,SAAS,EACT,WAAW,EACX,aAAa,EACb,WAAW,EACX,UAAU,EACV,eAAe;CAAG;AAEtB,eAAO,MAAM,WAAW,iCAcvB,CAAC;AAGF,OAAO,EACL,KAAK,eAAe,IAAI,yBAAyB,EACjD,UAAU,IAAI,qBAAqB,EACnC,KAAK,WAAW,IAAI,qBAAqB,EACzC,MAAM,IAAI,iBAAiB;AAC3B;;EAEE;AACF,KAAK,UAAU,IAAI,6BAA6B,EAChD,KAAK,UAAU,IAAI,oBAAoB,EACvC,KAAK,IAAI,gBAAgB,EACzB,KAAK,YAAY,IAAI,sBAAsB,EAC3C,OAAO,IAAI,kBAAkB,EAC7B,KAAK,SAAS,IAAI,mBAAmB,EACrC,IAAI,IAAI,eAAe,EACvB,KAAK,WAAW,IAAI,qBAAqB,EACzC,MAAM,IAAI,iBAAiB,EAC3B,KAAK,aAAa,IAAI,uBAAuB,EAC7C,QAAQ,IAAI,mBAAmB,EAC/B,KAAK,WAAW,IAAI,qBAAqB,EACzC,MAAM,IAAI,iBAAiB,EAC3B,KAAK,UAAU,IAAI,oBAAoB,EACvC,KAAK,IAAI,gBAAgB,EACzB,KAAK,eAAe,IAAI,yBAAyB,EACjD,UAAU,IAAI,qBAAqB,GACpC,CAAC"}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
|
|
1
|
+
import * as React from 'react';
|
|
2
2
|
import type { CSSProp } from 'styled-components';
|
|
3
3
|
import type { TypeSproutTheme } from '../types/theme';
|
|
4
4
|
export interface TypeStyledComponentsCommonProps {
|
|
5
|
-
forwardedAs?: React.
|
|
6
|
-
as?: React.
|
|
5
|
+
forwardedAs?: string | React.ComponentType<any>;
|
|
6
|
+
as?: string | React.ComponentType<any>;
|
|
7
7
|
className?: string;
|
|
8
8
|
css?: CSSProp<TypeSproutTheme>;
|
|
9
9
|
ref?: React.Ref<any>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"styled-components.d.ts","sourceRoot":"","sources":["../../../src/types/styled-components.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"styled-components.d.ts","sourceRoot":"","sources":["../../../src/types/styled-components.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,KAAK,EAAC,OAAO,EAAC,MAAM,mBAAmB,CAAC;AAC/C,OAAO,KAAK,EAAC,eAAe,EAAC,MAAM,kBAAkB,CAAC;AAEtD,MAAM,WAAW,+BAA+B;IAE9C,WAAW,CAAC,EAAE,MAAM,GAAG,KAAK,CAAC,aAAa,CAAC,GAAG,CAAC,CAAC;IAEhD,EAAE,CAAC,EAAE,MAAM,GAAG,KAAK,CAAC,aAAa,CAAC,GAAG,CAAC,CAAC;IACvC,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,GAAG,CAAC,EAAE,OAAO,CAAC,eAAe,CAAC,CAAC;IAE/B,GAAG,CAAC,EAAE,KAAK,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;CACtB"}
|
|
@@ -4,5 +4,12 @@ declare type TypeRef = {
|
|
|
4
4
|
current: null | HTMLInputElement;
|
|
5
5
|
} | ((arg0: ElementRef<any> | HTMLElement) => void);
|
|
6
6
|
export declare const mergeRefs: (refs: (TypeRef | null)[]) => TypeRef | null;
|
|
7
|
+
/**
|
|
8
|
+
* Type safe includes with narrowing
|
|
9
|
+
* https://fettblog.eu/typescript-array-includes/
|
|
10
|
+
*/
|
|
11
|
+
export declare function includes<T extends U, U>(coll: ReadonlyArray<T>, el: U): el is T;
|
|
12
|
+
export declare function assertIsNode(e: EventTarget | null): asserts e is Node;
|
|
13
|
+
export declare function assertIsElement(e: EventTarget | null): asserts e is Element;
|
|
7
14
|
export {};
|
|
8
15
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/utils/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,UAAU,EAAC,MAAM,OAAO,CAAC;AAEjC,eAAO,MAAM,SAAS,eAMrB,CAAC;AAEF,aAAK,OAAO,GACR;IACE,OAAO,EAAE,IAAI,GAAG,gBAAgB,CAAC;CAClC,GAED,CAAC,CAAC,IAAI,EAAE,UAAU,CAAC,GAAG,CAAC,GAAG,WAAW,KAAK,IAAI,CAAC,CAAC;AAIpD,eAAO,MAAM,SAAS,SAAU,CAAC,OAAO,GAAG,IAAI,CAAC,EAAE,mBAcjD,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/utils/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,UAAU,EAAC,MAAM,OAAO,CAAC;AAEjC,eAAO,MAAM,SAAS,eAMrB,CAAC;AAEF,aAAK,OAAO,GACR;IACE,OAAO,EAAE,IAAI,GAAG,gBAAgB,CAAC;CAClC,GAED,CAAC,CAAC,IAAI,EAAE,UAAU,CAAC,GAAG,CAAC,GAAG,WAAW,KAAK,IAAI,CAAC,CAAC;AAIpD,eAAO,MAAM,SAAS,SAAU,CAAC,OAAO,GAAG,IAAI,CAAC,EAAE,mBAcjD,CAAC;AAEF;;;GAGG;AACH,wBAAgB,QAAQ,CAAC,CAAC,SAAS,CAAC,EAAE,CAAC,EACrC,IAAI,EAAE,aAAa,CAAC,CAAC,CAAC,EACtB,EAAE,EAAE,CAAC,GACJ,EAAE,IAAI,CAAC,CAET;AAGD,wBAAgB,YAAY,CAAC,CAAC,EAAE,WAAW,GAAG,IAAI,GAAG,OAAO,CAAC,CAAC,IAAI,IAAI,CAIrE;AAED,wBAAgB,eAAe,CAAC,CAAC,EAAE,WAAW,GAAG,IAAI,GAAG,OAAO,CAAC,CAAC,IAAI,OAAO,CAK3E"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"innerText.d.ts","sourceRoot":"","sources":["../../../src/utils/innerText.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAC,SAAS,EAAC,MAAM,OAAO,CAAC;AAoBrC,QAAA,MAAM,SAAS,SAAU,SAAS,KAAG,
|
|
1
|
+
{"version":3,"file":"innerText.d.ts","sourceRoot":"","sources":["../../../src/utils/innerText.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAC,SAAS,EAAC,MAAM,OAAO,CAAC;AAoBrC,QAAA,MAAM,SAAS,SAAU,SAAS,KAAG,MAyBpC,CAAC;AAEF,eAAe,SAAS,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 16">
|
|
2
2
|
<path fill-rule="evenodd" d="M11.025 4.75a2.375 2.375 0 100-4.75 2.375 2.375 0 000 4.75zm0-1.25a1.125 1.125 0 100-2.25 1.125 1.125 0 000 2.25zM7.5 5.2a2 2 0 11-4 0 2 2 0 014 0zm-1.25 0a.75.75 0 11-1.5 0 .75.75 0 011.5 0z" clip-rule="evenodd"/>
|
|
3
|
-
<path
|
|
4
|
-
<path fill
|
|
3
|
+
<path d="M1.375 9.4a1.375 1.375 0 100-2.75 1.375 1.375 0 000 2.75z"/>
|
|
4
|
+
<path fill-rule="evenodd" d="M12.704 15.304a2.376 2.376 0 10-3.289-3.43 2.376 2.376 0 003.289 3.43zm-.64-1.25a1.127 1.127 0 00-1.836-1.224 1.124 1.124 0 101.836 1.225zm.64-4.36a2.376 2.376 0 11-3.43-3.288 2.376 2.376 0 013.43 3.288zm-.884-.884a1.125 1.125 0 11-1.646-1.534A1.125 1.125 0 0111.82 8.81zm-4.906 3.454a2 2 0 10-2.78-2.877 2 2 0 002.78 2.877zm-.721-1.127a.75.75 0 10-1.387-.574.75.75 0 001.387.574z" clip-rule="evenodd"/>
|
|
5
5
|
</svg>
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 18">
|
|
2
2
|
<path fill-rule="evenodd" d="M6.465 3L3.88 10.5h1.587l.776-2.25h2.516l.776 2.25h1.587L8.535 3h-2.07zm1.776 3.75H6.76L7.5 4.6l.742 2.15z" clip-rule="evenodd"/>
|
|
3
|
-
<path
|
|
4
|
-
<path fill
|
|
3
|
+
<path d="M11.75 3h1.5v7.5h-1.5V3z"/>
|
|
4
|
+
<path fill-rule="evenodd" d="M6 13.5h8a4 4 0 004-4V1a1 1 0 00-1-1H4a4 4 0 00-4 4v13.5a.25.25 0 00.4.2L6 13.5zM5.5 12l-4 3V4A2.5 2.5 0 014 1.5h12.5v8A2.5 2.5 0 0114 12H5.5z" clip-rule="evenodd"/>
|
|
5
5
|
</svg>
|
package/icons/comment-ai.svg
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 18">
|
|
2
2
|
<path d="M8.241 6.75H6.76L7.5 4.6l.742 2.15z"/>
|
|
3
|
-
<path fill
|
|
3
|
+
<path fill-rule="evenodd" d="M4 0a4 4 0 00-4 4v13.5a.25.25 0 00.4.2L6 13.5h8a4 4 0 004-4V1a1 1 0 00-1-1H4zm2.465 3L3.88 10.5h1.587l.776-2.25h2.516l.776 2.25h1.587L8.535 3h-2.07zm5.285 0h1.5v7.5h-1.5V3z" clip-rule="evenodd"/>
|
|
4
4
|
</svg>
|
package/icons/dropbox.svg
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 16">
|
|
2
|
-
<path d="M9.014 2.874l-4.5 2.874 4.5 2.874-4.5 2.873L0 8.595 4.51 5.72 0 2.874 4.51 0l4.504 2.874zm-4.528 9.525l4.5-2.874 4.5 2.874-4.5 2.874-4.5-2.874zm4.528-3.805l4.5-2.874-4.5-2.85L13.49 0 18 2.874l-4.51 2.874L18 8.618l-4.51 2.874-4.476-2.898z"/>
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 18 16">
|
|
2
|
+
<path fill="#0061FF" d="M9.014 2.874l-4.5 2.874 4.5 2.874-4.5 2.873L0 8.595 4.51 5.72 0 2.874 4.51 0l4.504 2.874zm-4.528 9.525l4.5-2.874 4.5 2.874-4.5 2.874-4.5-2.874zm4.528-3.805l4.5-2.874-4.5-2.85L13.49 0 18 2.874l-4.51 2.874L18 8.618l-4.51 2.874-4.476-2.898z"/>
|
|
3
3
|
</svg>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
|
|
2
|
-
<path d="M12.847 11.077h-.315a.23.23 0 01-.227-.26c.009-.072.013-.145.013-.22v-.305a3.46 3.46 0 00-.585-1.928c-.103-.156 0-.364.186-.364h.094c1.079 0 1.833.918 1.833 2.047 0 .568-.448 1.03-.999 1.03zM10.307 6c0-.84.484-1.385 1.232-1.385.747 0 1.23.544 1.23 1.385 0 .764-.552 1.385-1.23 1.385-.68 0-1.231-.621-1.231-1.385zm1.078 4.598c0 .603-.504 1.094-1.122 1.094H5.737c-.619 0-1.122-.49-1.122-1.095v-.305c0-1.434 1.195-2.6 2.664-2.6h1.443c1.468 0 2.663 1.166 2.663 2.6v.306zM3.23 6c0-.84.483-1.385 1.23-1.385.748 0 1.231.544 1.231 1.385 0 .764-.552 1.385-1.23 1.385-.68 0-1.231-.621-1.231-1.385zm1.036 2.364a3.465 3.465 0 00-.585 1.928v.306c0 .074.005.147.013.219a.23.23 0 01-.226.26h-.316c-.551 0-1-.462-1-1.03C2.154 8.918 2.91 8 3.988 8h.094c.185 0 .29.208.186.364zM8 3.077c1.044 0 1.692.708 1.692 1.846C9.692 5.942 8.934 6.77 8 6.77c-.933 0-1.692-.827-1.692-1.846 0-1.138.648-1.846 1.692-1.846zM8 0C3.589 0 0 3.589 0 8c0 4.412 3.589 8 8 8 4.412 0 8-3.588 8-8 0-4.411-3.588-8-8-8z"/>
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 16 16">
|
|
2
|
+
<path fill="#1877F2" d="M12.847 11.077h-.315a.23.23 0 01-.227-.26c.009-.072.013-.145.013-.22v-.305a3.46 3.46 0 00-.585-1.928c-.103-.156 0-.364.186-.364h.094c1.079 0 1.833.918 1.833 2.047 0 .568-.448 1.03-.999 1.03zM10.307 6c0-.84.484-1.385 1.232-1.385.747 0 1.23.544 1.23 1.385 0 .764-.552 1.385-1.23 1.385-.68 0-1.231-.621-1.231-1.385zm1.078 4.598c0 .603-.504 1.094-1.122 1.094H5.737c-.619 0-1.122-.49-1.122-1.095v-.305c0-1.434 1.195-2.6 2.664-2.6h1.443c1.468 0 2.663 1.166 2.663 2.6v.306zM3.23 6c0-.84.483-1.385 1.23-1.385.748 0 1.231.544 1.231 1.385 0 .764-.552 1.385-1.23 1.385-.68 0-1.231-.621-1.231-1.385zm1.036 2.364a3.465 3.465 0 00-.585 1.928v.306c0 .074.005.147.013.219a.23.23 0 01-.226.26h-.316c-.551 0-1-.462-1-1.03C2.154 8.918 2.91 8 3.988 8h.094c.185 0 .29.208.186.364zM8 3.077c1.044 0 1.692.708 1.692 1.846C9.692 5.942 8.934 6.77 8 6.77c-.933 0-1.692-.827-1.692-1.846 0-1.138.648-1.846 1.692-1.846zM8 0C3.589 0 0 3.589 0 8c0 4.412 3.589 8 8 8 4.412 0 8-3.588 8-8 0-4.411-3.588-8-8-8z"/>
|
|
3
3
|
</svg>
|
package/icons/facebook.svg
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
|
|
2
|
-
<path d="M16 8c0-4.42-3.58-8-8-8S0 3.58 0 8a8.003 8.003 0 006.75 7.903v-5.59H4.718V8H6.75V6.237c0-2.004 1.194-3.112 3.022-3.112.875 0 1.79.156 1.79.156V5.25h-1.008c-.994 0-1.304.617-1.304 1.25V8h2.219l-.355 2.313H9.25v5.59A8.003 8.003 0 0016 8z"/>
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 16 16">
|
|
2
|
+
<path fill="#1877F2" d="M16 8c0-4.42-3.58-8-8-8S0 3.58 0 8a8.003 8.003 0 006.75 7.903v-5.59H4.718V8H6.75V6.237c0-2.004 1.194-3.112 3.022-3.112.875 0 1.79.156 1.79.156V5.25h-1.008c-.994 0-1.304.617-1.304 1.25V8h2.219l-.355 2.313H9.25v5.59A8.003 8.003 0 0016 8z"/>
|
|
3
3
|
</svg>
|
package/icons/feedly.svg
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 15">
|
|
2
|
-
<path d="M9.111 4.489c.089-.089.089-.267 0-.267l-.889-.889a.27.27 0 00-.355 0L3.244 7.867c-.088.089-.088.177 0 .266l.712.711h.71L9.112 4.49zm0 3.733c.089-.089.089-.178 0-.266l-.978-.978h-.266L5.11 9.733a.27.27 0 000 .356l.622.622h.711L9.11 8.222zm0 3.734a.27.27 0 000-.356l-.889-.889a.27.27 0 00-.355 0l-.89.889a.27.27 0 000 .356l.712.71H8.4l.711-.71zm-4.178 1.777L.4 9.2c-.533-.622-.533-1.6 0-2.311L6.889.4A1.743 1.743 0 019.11.4l6.49 6.489c.533.622.533 1.6 0 2.311l-4.533 4.533c-.267.267-.711.445-1.156.445H6.09c-.445 0-.8-.178-1.156-.445z"/>
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 16 15">
|
|
2
|
+
<path fill="#2BB24C" d="M9.111 4.489c.089-.089.089-.267 0-.267l-.889-.889a.27.27 0 00-.355 0L3.244 7.867c-.088.089-.088.177 0 .266l.712.711h.71L9.112 4.49zm0 3.733c.089-.089.089-.178 0-.266l-.978-.978h-.266L5.11 9.733a.27.27 0 000 .356l.622.622h.711L9.11 8.222zm0 3.734a.27.27 0 000-.356l-.889-.889a.27.27 0 00-.355 0l-.89.889a.27.27 0 000 .356l.712.71H8.4l.711-.71zm-4.178 1.777L.4 9.2c-.533-.622-.533-1.6 0-2.311L6.889.4A1.743 1.743 0 019.11.4l6.49 6.489c.533.622.533 1.6 0 2.311l-4.533 4.533c-.267.267-.711.445-1.156.445H6.09c-.445 0-.8-.178-1.156-.445z"/>
|
|
3
3
|
</svg>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 18">
|
|
2
2
|
<path d="M7 7.25H4v-1.5h3v1.5zm4 0h3v-1.5h-3v1.5zM9 9a4.752 4.752 0 00-4.645 3.75h1.552a3.251 3.251 0 016.186 0h1.552A4.752 4.752 0 009 9z"/>
|
|
3
|
-
<path fill
|
|
3
|
+
<path fill-rule="evenodd" d="M18 9A9 9 0 110 9a9 9 0 0118 0zm-1.5 0a7.5 7.5 0 11-15 0 7.5 7.5 0 0115 0z" clip-rule="evenodd"/>
|
|
4
4
|
</svg>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 18">
|
|
2
2
|
<path d="M5.5 8a1 1 0 100-2 1 1 0 000 2zm0 4.75v-1.5h7v1.5h-7zm7-4.75a1 1 0 100-2 1 1 0 000 2z"/>
|
|
3
|
-
<path fill
|
|
3
|
+
<path fill-rule="evenodd" d="M18 9A9 9 0 110 9a9 9 0 0118 0zm-1.5 0a7.5 7.5 0 11-15 0 7.5 7.5 0 0115 0z" clip-rule="evenodd"/>
|
|
4
4
|
</svg>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 18">
|
|
2
2
|
<path d="M11.25 7.75a1 1 0 112 0V8h1.5v-.25a2.5 2.5 0 00-5 0V8h1.5v-.25zm-5.5-1a1 1 0 00-1 1V8h-1.5v-.25a2.5 2.5 0 015 0V8h-1.5v-.25a1 1 0 00-1-1zm7.25 3.5c0 1.657-1.5 3.5-4 3.5s-4-1.843-4-3.5h8z"/>
|
|
3
|
-
<path fill
|
|
3
|
+
<path fill-rule="evenodd" d="M18 9A9 9 0 110 9a9 9 0 0118 0zm-1.5 0a7.5 7.5 0 11-15 0 7.5 7.5 0 0115 0z" clip-rule="evenodd"/>
|
|
4
4
|
</svg>
|
package/icons/glassdoor.svg
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
|
|
2
|
-
<path d="M8 0C3.58 0 0 3.58 0 8s3.58 8 8 8 8-3.58 8-8-3.58-8-8-8zm3.533 11.533c0 .78-.634 1.414-1.415 1.414h-4.24c-.78 0-1.414-.633-1.414-1.414h5.654V5.728a.05.05 0 01.052-.051h1.312a.05.05 0 01.05.051v5.805zm0-7.066H5.878v5.805a.05.05 0 01-.05.051H4.514a.05.05 0 01-.051-.051V4.467c0-.78.634-1.414 1.414-1.414h4.24c.781 0 1.415.633 1.415 1.414z"/>
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 16 16">
|
|
2
|
+
<path fill="#0CAA41" d="M8 0C3.58 0 0 3.58 0 8s3.58 8 8 8 8-3.58 8-8-3.58-8-8-8zm3.533 11.533c0 .78-.634 1.414-1.415 1.414h-4.24c-.78 0-1.414-.633-1.414-1.414h5.654V5.728a.05.05 0 01.052-.051h1.312a.05.05 0 01.05.051v5.805zm0-7.066H5.878v5.805a.05.05 0 01-.05.051H4.514a.05.05 0 01-.051-.051V4.467c0-.78.634-1.414 1.414-1.414h4.24c.781 0 1.415.633 1.415 1.414z"/>
|
|
3
3
|
</svg>
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 18">
|
|
2
|
+
<path d="M15.726.236a.25.25 0 00-.453 0l-.371.795a.25.25 0 01-.12.121l-.797.372a.25.25 0 000 .453l.796.371a.25.25 0 01.121.12l.372.797a.25.25 0 00.453 0l.371-.796a.25.25 0 01.12-.12l.797-.372a.25.25 0 000-.453l-.796-.372a.25.25 0 01-.121-.12l-.371-.796z"/>
|
|
3
|
+
<path fill-rule="evenodd" d="M12.392 1.265a1 1 0 00-1.784 0L9.595 3.267a1 1 0 01-.496.467l-1.967.848c-.806.347-.806 1.49 0 1.837l1.967.847a1 1 0 01.496.467l1.013 2.002a1 1 0 001.784 0l1.013-2.002a1 1 0 01.496-.467l1.967-.847c.806-.348.806-1.49 0-1.837l-1.967-.848a1 1 0 01-.496-.467l-1.013-2.002zm-.892 1.56l-.566 1.12a2.5 2.5 0 01-1.242 1.167l-.9.388.9.388a2.5 2.5 0 011.242 1.168l.566 1.12.566-1.12a2.5 2.5 0 011.242-1.168l.9-.388-.9-.388a2.5 2.5 0 01-1.242-1.168l-.566-1.12z" clip-rule="evenodd"/>
|
|
4
|
+
<path fill-rule="evenodd" d="M10.712 11.511l.278.973 3.076-1.282a2.75 2.75 0 013.725 1.871l.08.32a1.25 1.25 0 01-.754 1.466l-7.18 2.828a2.75 2.75 0 01-1.842.062l-5.345-1.7v-5.684l4.865-.811a2.75 2.75 0 013.097 1.957zm-2.85-.477a1.25 1.25 0 011.407.89l.237.826H7v1.5h3.65l3.993-1.664a1.25 1.25 0 011.693.851l.027.107-6.976 2.748a1.25 1.25 0 01-.837.028l-4.3-1.368v-3.316l3.612-.602z" clip-rule="evenodd"/>
|
|
5
|
+
<path d="M0 10.5V16h1.5v-5.5H0z"/>
|
|
6
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 18">
|
|
2
|
+
<path d="M15.649.236a.25.25 0 01.453 0l.331.71a.25.25 0 00.121.121l.71.332a.25.25 0 010 .453l-.71.331a.25.25 0 00-.12.121l-.332.71a.25.25 0 01-.454 0l-.331-.71a.25.25 0 00-.121-.12l-.71-.332a.25.25 0 010-.453l.71-.332a.25.25 0 00.12-.12l.332-.711zm2.054 12.372l.16.48a.5.5 0 01-.25.606l-7.904 3.951a2 2 0 01-1.469.127L4 16.5V11l4.832-.743a2 2 0 012.202 1.344l.466 1.4 3.478-1.582a2 2 0 012.725 1.189zM0 11v5.5h2V11H0zm12.668-9.687a.75.75 0 00-1.336 0l-1.118 2.195a.75.75 0 01-.373.349l-2.23.954a.75.75 0 000 1.379l2.23.953a.75.75 0 01.373.35l1.118 2.194a.75.75 0 001.336 0l1.118-2.194a.75.75 0 01.373-.35l2.23-.953a.75.75 0 000-1.38l-2.23-.953a.75.75 0 01-.373-.35l-1.118-2.194z"/>
|
|
3
|
+
</svg>
|
package/icons/instagram.svg
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
|
|
2
|
-
<path fill-rule="evenodd" d="M14.237 12.712a2.703 2.703 0 01-1.52 1.522c-1.053.418-3.552.32-4.715.32-1.165 0-3.667.093-4.717-.32a2.704 2.704 0 01-1.52-1.52c-.416-1.054-.32-3.553-.32-4.716 0-1.165-.093-3.666.32-4.715a2.702 2.702 0 011.52-1.52c1.054-.418 3.552-.322 4.717-.322 1.164 0 3.665-.092 4.715.32a2.703 2.703 0 011.519 1.522c.418 1.054.322 3.552.322 4.715 0 1.164.096 3.666-.321 4.715zM15.944 4.7c-.062-1.282-.355-2.416-1.294-3.351C13.716.41 12.58.12 11.3.056 9.977-.02 6.02-.02 4.7.056 3.42.117 2.286.41 1.349 1.346.409 2.28.12 3.414.056 4.695c-.075 1.32-.075 5.28 0 6.6.061 1.281.354 2.417 1.293 3.351.936.935 2.07 1.23 3.35 1.293 1.322.075 5.278.075 6.6 0 1.282-.062 2.417-.354 3.351-1.293.937-.934 1.228-2.07 1.293-3.351.076-1.32.076-5.275 0-6.596zm-2.719-.971a.954.954 0 01-1.487.796.957.957 0 111.488-.796zm-5.223 6.935a2.672 2.672 0 01-2.668-2.666A2.67 2.67 0 018 5.331a2.67 2.67 0 012.667 2.667 2.671 2.671 0 01-2.666 2.666zm0-6.767a4.095 4.095 0 00-4.102 4.1 4.095 4.095 0 004.1 4.1 4.094 4.094 0 004.101-4.1 4.096 4.096 0 00-4.1-4.1" clip-rule="evenodd"/>
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 16 16">
|
|
2
|
+
<path fill="#E4405F" fill-rule="evenodd" d="M14.237 12.712a2.703 2.703 0 01-1.52 1.522c-1.053.418-3.552.32-4.715.32-1.165 0-3.667.093-4.717-.32a2.704 2.704 0 01-1.52-1.52c-.416-1.054-.32-3.553-.32-4.716 0-1.165-.093-3.666.32-4.715a2.702 2.702 0 011.52-1.52c1.054-.418 3.552-.322 4.717-.322 1.164 0 3.665-.092 4.715.32a2.703 2.703 0 011.519 1.522c.418 1.054.322 3.552.322 4.715 0 1.164.096 3.666-.321 4.715zM15.944 4.7c-.062-1.282-.355-2.416-1.294-3.351C13.716.41 12.58.12 11.3.056 9.977-.02 6.02-.02 4.7.056 3.42.117 2.286.41 1.349 1.346.409 2.28.12 3.414.056 4.695c-.075 1.32-.075 5.28 0 6.6.061 1.281.354 2.417 1.293 3.351.936.935 2.07 1.23 3.35 1.293 1.322.075 5.278.075 6.6 0 1.282-.062 2.417-.354 3.351-1.293.937-.934 1.228-2.07 1.293-3.351.076-1.32.076-5.275 0-6.596zm-2.719-.971a.954.954 0 01-1.487.796.957.957 0 111.488-.796zm-5.223 6.935a2.672 2.672 0 01-2.668-2.666A2.67 2.67 0 018 5.331a2.67 2.67 0 012.667 2.667 2.671 2.671 0 01-2.666 2.666zm0-6.767a4.095 4.095 0 00-4.102 4.1 4.095 4.095 0 004.1 4.1 4.094 4.094 0 004.101-4.1 4.096 4.096 0 00-4.1-4.1" clip-rule="evenodd"/>
|
|
3
3
|
</svg>
|
package/icons/linkedin.svg
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
|
|
2
|
-
<path d="M14.857 0H1.14C.511 0 0 .518 0 1.154v13.692C0 15.482.51 16 1.14 16h13.717A1.15 1.15 0 0016 14.846V1.154A1.15 1.15 0 0014.857 0zM4.836 13.714H2.464V6.08H4.84v7.635h-.003zM3.65 5.036a1.376 1.376 0 010-2.75c.757 0 1.375.618 1.375 1.375 0 .76-.614 1.375-1.375 1.375zm10.075 8.678h-2.371V10c0-.886-.018-2.025-1.233-2.025-1.235 0-1.425.964-1.425 1.96v3.78H6.325V6.078H8.6V7.12h.032c.318-.6 1.093-1.232 2.247-1.232 2.4 0 2.846 1.582 2.846 3.64v4.185z"/>
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 16 16">
|
|
2
|
+
<path fill="#0A66C2" d="M14.857 0H1.14C.511 0 0 .518 0 1.154v13.692C0 15.482.51 16 1.14 16h13.717A1.15 1.15 0 0016 14.846V1.154A1.15 1.15 0 0014.857 0zM4.836 13.714H2.464V6.08H4.84v7.635h-.003zM3.65 5.036a1.376 1.376 0 010-2.75c.757 0 1.375.618 1.375 1.375 0 .76-.614 1.375-1.375 1.375zm10.075 8.678h-2.371V10c0-.886-.018-2.025-1.233-2.025-1.235 0-1.425.964-1.425 1.96v3.78H6.325V6.078H8.6V7.12h.032c.318-.6 1.093-1.232 2.247-1.232 2.4 0 2.846 1.582 2.846 3.64v4.185z"/>
|
|
3
3
|
</svg>
|
package/icons/messenger.svg
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
|
|
2
|
-
<path fill-rule="evenodd" d="M0 7.76C0 3.301 3.493 0 8 0s8 3.301 8 7.76-3.493 7.76-8 7.76c-.81 0-1.586-.107-2.316-.307a.639.639 0 00-.427.03l-1.588.702a.64.64 0 01-.898-.566l-.044-1.423a.639.639 0 00-.215-.456C.956 12.108 0 10.092 0 7.76zm5.546-1.459l-2.35 3.728c-.225.358.214.761.551.506l2.525-1.916a.48.48 0 01.578-.002l1.869 1.402a1.2 1.2 0 001.735-.32l2.35-3.728c.226-.358-.214-.761-.551-.506L9.729 7.381a.48.48 0 01-.579.002L7.281 5.98a1.2 1.2 0 00-1.735.32z" clip-rule="evenodd"/>
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 16 16">
|
|
2
|
+
<path fill="url(#paint0_radial_392_143)" fill-rule="evenodd" d="M0 7.76C0 3.301 3.493 0 8 0s8 3.301 8 7.76-3.493 7.76-8 7.76c-.81 0-1.586-.107-2.316-.307a.639.639 0 00-.427.03l-1.588.702a.64.64 0 01-.898-.566l-.044-1.423a.639.639 0 00-.215-.456C.956 12.108 0 10.092 0 7.76zm5.546-1.459l-2.35 3.728c-.225.358.214.761.551.506l2.525-1.916a.48.48 0 01.578-.002l1.869 1.402a1.2 1.2 0 001.735-.32l2.35-3.728c.226-.358-.214-.761-.551-.506L9.729 7.381a.48.48 0 01-.579.002L7.281 5.98a1.2 1.2 0 00-1.735.32z" clip-rule="evenodd"/>
|
|
3
3
|
<defs>
|
|
4
4
|
<radialGradient id="paint0_radial_392_143" cx="0" cy="0" r="1" gradientTransform="translate(3.08 15.914) scale(17.4335)" gradientUnits="userSpaceOnUse">
|
|
5
5
|
<stop stop-color="#09F"/>
|
package/icons/pinterest.svg
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
|
|
2
|
-
<path d="M16 8a7.999 7.999 0 01-10.368 7.642c.326-.532.813-1.403.994-2.097l.497-1.903c.26.497 1.022.92 1.832.92 2.413 0 4.152-2.22 4.152-4.978 0-2.642-2.159-4.62-4.933-4.62-3.451 0-5.287 2.317-5.287 4.842 0 1.175.626 2.636 1.623 3.1.151.071.232.04.267-.106.026-.11.162-.655.223-.906a.24.24 0 00-.055-.23c-.326-.403-.59-1.138-.59-1.825 0-1.765 1.335-3.471 3.613-3.471 1.964 0 3.342 1.338 3.342 3.255 0 2.164-1.094 3.664-2.516 3.664-.784 0-1.375-.648-1.184-1.445.225-.952.661-1.977.661-2.665 0-.612-.33-1.125-1.013-1.125-.803 0-1.448.829-1.448 1.942 0 .71.238 1.187.238 1.187s-.79 3.348-.935 3.974c-.161.69-.097 1.664-.03 2.297A8.003 8.003 0 010 8c0-4.42 3.58-8 8-8s8 3.58 8 8z"/>
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 16 16">
|
|
2
|
+
<path fill="#E60023" d="M16 8a7.999 7.999 0 01-10.368 7.642c.326-.532.813-1.403.994-2.097l.497-1.903c.26.497 1.022.92 1.832.92 2.413 0 4.152-2.22 4.152-4.978 0-2.642-2.159-4.62-4.933-4.62-3.451 0-5.287 2.317-5.287 4.842 0 1.175.626 2.636 1.623 3.1.151.071.232.04.267-.106.026-.11.162-.655.223-.906a.24.24 0 00-.055-.23c-.326-.403-.59-1.138-.59-1.825 0-1.765 1.335-3.471 3.613-3.471 1.964 0 3.342 1.338 3.342 3.255 0 2.164-1.094 3.664-2.516 3.664-.784 0-1.375-.648-1.184-1.445.225-.952.661-1.977.661-2.665 0-.612-.33-1.125-1.013-1.125-.803 0-1.448.829-1.448 1.942 0 .71.238 1.187.238 1.187s-.79 3.348-.935 3.974c-.161.69-.097 1.664-.03 2.297A8.003 8.003 0 010 8c0-4.42 3.58-8 8-8s8 3.58 8 8z"/>
|
|
3
3
|
</svg>
|
package/icons/reddit-alien.svg
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
|
|
2
|
-
<path d="M14.216 5.787c-.506 0-.951.209-1.278.536-1.204-.833-2.826-1.37-4.624-1.426l.934-4.21 2.975.669c0 .728.593 1.322 1.322 1.322.742 0 1.338-.61 1.338-1.34A1.34 1.34 0 0013.546 0c-.52 0-.968.314-1.19.742L9.07.013c-.166-.043-.327.075-.371.24l-1.025 4.64c-1.784.074-3.39.61-4.597 1.444a1.79 1.79 0 00-1.295-.55c-1.875 0-2.489 2.516-.772 3.376-.06.266-.088.55-.088.832 0 2.827 3.184 5.116 7.092 5.116 3.926 0 7.109-2.29 7.109-5.116 0-.283-.03-.58-.105-.846 1.683-.863 1.063-3.362-.802-3.362zM3.73 9.34c0-.742.594-1.339 1.34-1.339.728 0 1.321.594 1.321 1.34 0 .728-.593 1.321-1.322 1.321A1.328 1.328 0 013.73 9.34zm7.227 3.153c-1.227 1.228-4.69 1.228-5.918 0-.135-.118-.135-.327 0-.462a.324.324 0 01.445 0c.937.961 4.047.978 5.025 0a.324.324 0 01.445 0c.138.135.138.344.003.462zm-.027-1.827a1.324 1.324 0 01-1.32-1.321 1.33 1.33 0 111.322 1.322z"/>
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 16 16">
|
|
2
|
+
<path fill="#FF4500" d="M14.216 5.787c-.506 0-.951.209-1.278.536-1.204-.833-2.826-1.37-4.624-1.426l.934-4.21 2.975.669c0 .728.593 1.322 1.322 1.322.742 0 1.338-.61 1.338-1.34A1.34 1.34 0 0013.546 0c-.52 0-.968.314-1.19.742L9.07.013c-.166-.043-.327.075-.371.24l-1.025 4.64c-1.784.074-3.39.61-4.597 1.444a1.79 1.79 0 00-1.295-.55c-1.875 0-2.489 2.516-.772 3.376-.06.266-.088.55-.088.832 0 2.827 3.184 5.116 7.092 5.116 3.926 0 7.109-2.29 7.109-5.116 0-.283-.03-.58-.105-.846 1.683-.863 1.063-3.362-.802-3.362zM3.73 9.34c0-.742.594-1.339 1.34-1.339.728 0 1.321.594 1.321 1.34 0 .728-.593 1.321-1.322 1.321A1.328 1.328 0 013.73 9.34zm7.227 3.153c-1.227 1.228-4.69 1.228-5.918 0-.135-.118-.135-.327 0-.462a.324.324 0 01.445 0c.937.961 4.047.978 5.025 0a.324.324 0 01.445 0c.138.135.138.344.003.462zm-.027-1.827a1.324 1.324 0 01-1.32-1.321 1.33 1.33 0 111.322 1.322z"/>
|
|
3
3
|
</svg>
|
package/icons/reddit.svg
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
|
|
2
|
-
<path d="M6.242 9.597a.8.8 0 11-.008-1.599.8.8 0 01.008 1.599zM16 8c0 4.42-3.58 8-8 8s-8-3.58-8-8 3.58-8 8-8 8 3.58 8 8zm-4.268-1.329a1.08 1.08 0 00-.768.323c-.722-.5-1.696-.823-2.777-.859l.561-2.525 1.788.403c0 .439.357.793.793.793a.805.805 0 00.803-.803.805.805 0 00-.803-.803.807.807 0 00-.713.445l-1.974-.439c-.097-.025-.197.046-.223.142l-.616 2.787c-1.07.046-2.035.365-2.758.865a1.069 1.069 0 00-.777-.329c-1.126 0-1.494 1.513-.465 2.026a2.328 2.328 0 00-.055.5c0 1.697 1.91 3.07 4.258 3.07 2.358 0 4.268-1.373 4.268-3.07 0-.171-.02-.349-.061-.51 1.01-.516.639-2.016-.48-2.016zM9.51 10.419c-.587.588-2.455.578-3.02 0a.195.195 0 00-.267 0c-.081.081-.081.207 0 .278.735.735 2.816.735 3.554 0 .081-.071.081-.197 0-.278a.195.195 0 00-.267 0zM9.758 8a.797.797 0 00-.793.803A.8.8 0 109.759 8z"/>
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 16 16">
|
|
2
|
+
<path fill="#FF4500" d="M6.242 9.597a.8.8 0 11-.008-1.599.8.8 0 01.008 1.599zM16 8c0 4.42-3.58 8-8 8s-8-3.58-8-8 3.58-8 8-8 8 3.58 8 8zm-4.268-1.329a1.08 1.08 0 00-.768.323c-.722-.5-1.696-.823-2.777-.859l.561-2.525 1.788.403c0 .439.357.793.793.793a.805.805 0 00.803-.803.805.805 0 00-.803-.803.807.807 0 00-.713.445l-1.974-.439c-.097-.025-.197.046-.223.142l-.616 2.787c-1.07.046-2.035.365-2.758.865a1.069 1.069 0 00-.777-.329c-1.126 0-1.494 1.513-.465 2.026a2.328 2.328 0 00-.055.5c0 1.697 1.91 3.07 4.258 3.07 2.358 0 4.268-1.373 4.268-3.07 0-.171-.02-.349-.061-.51 1.01-.516.639-2.016-.48-2.016zM9.51 10.419c-.587.588-2.455.578-3.02 0a.195.195 0 00-.267 0c-.081.081-.081.207 0 .278.735.735 2.816.735 3.554 0 .081-.071.081-.197 0-.278a.195.195 0 00-.267 0zM9.758 8a.797.797 0 00-.793.803A.8.8 0 109.759 8z"/>
|
|
3
3
|
</svg>
|
package/icons/reels-outline.svg
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
|
|
2
2
|
<path fill-rule="evenodd" d="M5.492 0c-1.09 0-1.914.134-2.574.384a4.323 4.323 0 00-1.527.99l-.018.017a4.314 4.314 0 00-.989 1.527C.132 3.578 0 4.4 0 5.49v5.017c0 1.09.134 1.914.383 2.576.254.673.613 1.136.989 1.527l.019.016c.388.377.852.734 1.527.989.66.25 1.483.384 2.574.384h5.016c1.09 0 1.914-.134 2.574-.384a4.322 4.322 0 001.527-.99l.018-.016a4.28 4.28 0 00.989-1.526c.25-.662.384-1.484.384-2.576V5.492c0-1.09-.134-1.914-.384-2.574a4.315 4.315 0 00-.99-1.527l-.016-.018a4.323 4.323 0 00-1.528-.989C12.422.134 11.6 0 10.51 0H5.492zM1.744 3.43a2.85 2.85 0 01.666-1.018c.291-.281.59-.505 1.02-.668.22-.081.447-.142.678-.182l1.185 2.074H1.674c.022-.072.045-.14.07-.206zm-.282 1.662a8.92 8.92 0 00-.007.4v5.017c0 .98.12 1.615.289 2.063.163.43.385.727.666 1.018.291.28.59.505 1.02.668.448.168 1.083.289 2.062.289h5.016c.979 0 1.614-.12 2.062-.291a2.866 2.866 0 001.02-.665c.28-.29.503-.589.666-1.02.169-.447.29-1.082.29-2.062V5.492c0-.14-.003-.273-.008-.4H1.462zm12.864-1.454a2.86 2.86 0 00-.736-1.228 2.865 2.865 0 00-1.02-.666c-.448-.169-1.084-.29-2.062-.29h-.16l1.246 2.184h2.732zM8.672 1.455h-2.95L6.97 3.638h2.95L8.672 1.455z" clip-rule="evenodd"/>
|
|
3
|
-
<path fill
|
|
3
|
+
<path fill-rule="evenodd" d="M6.372 12.12a.66.66 0 01-.33-.574V7.731a.66.66 0 01.994-.573l3.304 1.908a.661.661 0 010 1.146L7.036 12.12a.662.662 0 01-.664 0z" clip-rule="evenodd"/>
|
|
4
4
|
</svg>
|
package/icons/salesforce.svg
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 16">
|
|
2
|
-
<path d="M7.778 7.676h-.824c.022-.161.104-.441.427-.441.21 0 .374.12.397.441zm4.27-.434c-.014 0-.44-.055-.44.625s.425.625.44.625c.407 0 .441-.423.441-.625 0-.68-.427-.625-.44-.625zm-7.6.743a.27.27 0 00-.103.228c0 .15.065.189.103.22.147.116.47.066.654.03v-.53c-.166-.033-.523-.06-.654.052zM20 7.25c0 2.737-2.5 4.825-5.168 4.263-.574 1.032-2.21 2.211-4.13 1.301-1.287 3.002-5.56 2.881-6.682-.161-3.742.746-5.589-4.324-2.353-6.228C.581 3.943 2.375 1 5.24 1a3.883 3.883 0 013.08 1.522 3.521 3.521 0 012.535-1.088c1.324 0 2.47.735 3.088 1.83C16.843 1.994 20 4.147 20 7.25zm-16.236.994c0-.368-.365-.474-.558-.537-.165-.066-.42-.11-.42-.28 0-.295.532-.207.787-.065 0 0 .037.022.051-.015l.081-.228a.035.035 0 00-.022-.044c-.385-.238-1.272-.266-1.272.397 0 .39.36.482.56.536.147.05.41.094.41.272 0 .125-.11.22-.286.22a.992.992 0 01-.594-.197c-.014-.008-.044-.023-.051.022l-.075.233c-.015.03.007.037.007.044.055.044.322.206.713.206.412 0 .669-.22.669-.566v.002zm1-1.33c-.317 0-.583.098-.669.161a.031.031 0 00-.007.044l.08.22a.031.031 0 00.038.023c.02 0 .212-.125.529-.125.125 0 .22.022.286.073.113.088.096.26.096.33-.15-.008-.597-.107-.919.118a.529.529 0 00-.23.455c0 .184.048.325.207.448.382.255 1.133.063 1.19.044.05-.01.11-.02.11-.058v-1.06c.002-.143.01-.675-.711-.675v.001zm1.455-.656a.035.035 0 00-.037-.037h-.307a.035.035 0 00-.037.037v2.468a.035.035 0 00.037.037h.309a.035.035 0 00.037-.037l-.002-2.469zm1.742.904c-.066-.073-.212-.236-.552-.236-.11 0-.442.007-.647.28-.198.238-.205.566-.205.669 0 .097.004.445.22.661.083.091.284.257.713.257.338 0 .515-.073.58-.117.016-.008.023-.022.008-.059l-.073-.213a.04.04 0 00-.044-.022c-.081.03-.199.088-.478.088-.544 0-.527-.46-.53-.522h1.162a.038.038 0 00.037-.03c-.01 0 .064-.459-.19-.756H7.96zm1.146 1.646c.412 0 .67-.22.67-.566 0-.367-.366-.474-.56-.536-.129-.052-.418-.106-.418-.28 0-.117.102-.198.264-.198.182.003.36.049.522.132 0 0 .037.022.052-.015.007-.022.073-.205.08-.228a.035.035 0 00-.021-.044c-.248-.153-.524-.154-.633-.154-.375 0-.639.228-.639.551 0 .39.359.483.558.537.191.062.412.102.412.272 0 .125-.11.22-.287.22a.994.994 0 01-.593-.198.031.031 0 00-.052.022l-.073.235c-.015.03.007.037.007.044.054.044.323.206.712.206zM11.16 7c0-.022-.008-.037-.037-.037h-.367c0-.004.029-.28.14-.39.13-.13.367-.05.374-.05.037.014.044 0 .051-.015l.089-.243c.022-.03 0-.037-.008-.044-.159-.063-.542-.09-.764.132-.171.171-.219.435-.25.61h-.265a.04.04 0 00-.036.037l-.045.242c0 .022.008.037.037.037h.258c-.266 1.497-.274 1.57-.324 1.735-.034.113-.103.216-.184.243-.002 0-.12.052-.3-.008 0 0-.03-.015-.045.022-.007.022-.08.213-.088.236-.008.022 0 .044.014.044.16.062.407.055.559 0 .196-.072.304-.247.36-.405.086-.24.088-.306.368-1.867h.382a.04.04 0 00.037-.037L11.159 7zm1.668.5c-.017-.053-.159-.566-.786-.566-.477 0-.719.313-.786.566-.032.094-.1.438 0 .735.002.01.137.566.786.566.467 0 .716-.3.786-.566.1-.3.032-.641 0-.735zm1.42-.522c-.157-.051-.52-.06-.692.17v-.14c0-.005 0-.01-.002-.015a.035.035 0 00-.035-.022h-.293a.035.035 0 00-.037.037v1.727a.034.034 0 00.023.035l.014.002h.3a.035.035 0 00.035-.023.035.035 0 00.003-.014v-.868c0-.09.001-.355.14-.47.152-.153.374-.105.418-.096a.05.05 0 00.044-.03c.037-.08.069-.164.096-.25a.036.036 0 00-.015-.043zm1.462 1.69l-.066-.227c-.015-.037-.044-.022-.044-.022a1.021 1.021 0 01-.353.059c-.145 0-.537-.035-.537-.618 0-.194.058-.617.515-.617a1.09 1.09 0 01.36.051s.03.015.037-.022c.03-.08.051-.14.08-.235.008-.03-.014-.037-.021-.037-.363-.12-.698-.079-.868 0-.05.023-.507.203-.507.86 0 .09-.018.941.904.941.166 0 .33-.03.485-.088a.04.04 0 00.015-.045zm1.683-1.234a.686.686 0 00-.698-.507c-.5 0-.735.316-.801.58a1.21 1.21 0 00-.052.368c0 .808.589.919.934.919.338 0 .514-.074.58-.118.015-.007.023-.022.008-.059l-.074-.213a.04.04 0 00-.044-.022c-.08.03-.198.088-.478.088-.544 0-.526-.46-.529-.522H17.4a.04.04 0 00.037-.029c-.008 0 .029-.22-.045-.486zm-.727-.199c-.323 0-.407.282-.427.442h.824c-.027-.373-.238-.442-.397-.442z"/>
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 20 16">
|
|
2
|
+
<path fill="#1589EE" d="M7.778 7.676h-.824c.022-.161.104-.441.427-.441.21 0 .374.12.397.441zm4.27-.434c-.014 0-.44-.055-.44.625s.425.625.44.625c.407 0 .441-.423.441-.625 0-.68-.427-.625-.44-.625zm-7.6.743a.27.27 0 00-.103.228c0 .15.065.189.103.22.147.116.47.066.654.03v-.53c-.166-.033-.523-.06-.654.052zM20 7.25c0 2.737-2.5 4.825-5.168 4.263-.574 1.032-2.21 2.211-4.13 1.301-1.287 3.002-5.56 2.881-6.682-.161-3.742.746-5.589-4.324-2.353-6.228C.581 3.943 2.375 1 5.24 1a3.883 3.883 0 013.08 1.522 3.521 3.521 0 012.535-1.088c1.324 0 2.47.735 3.088 1.83C16.843 1.994 20 4.147 20 7.25zm-16.236.994c0-.368-.365-.474-.558-.537-.165-.066-.42-.11-.42-.28 0-.295.532-.207.787-.065 0 0 .037.022.051-.015l.081-.228a.035.035 0 00-.022-.044c-.385-.238-1.272-.266-1.272.397 0 .39.36.482.56.536.147.05.41.094.41.272 0 .125-.11.22-.286.22a.992.992 0 01-.594-.197c-.014-.008-.044-.023-.051.022l-.075.233c-.015.03.007.037.007.044.055.044.322.206.713.206.412 0 .669-.22.669-.566v.002zm1-1.33c-.317 0-.583.098-.669.161a.031.031 0 00-.007.044l.08.22a.031.031 0 00.038.023c.02 0 .212-.125.529-.125.125 0 .22.022.286.073.113.088.096.26.096.33-.15-.008-.597-.107-.919.118a.529.529 0 00-.23.455c0 .184.048.325.207.448.382.255 1.133.063 1.19.044.05-.01.11-.02.11-.058v-1.06c.002-.143.01-.675-.711-.675v.001zm1.455-.656a.035.035 0 00-.037-.037h-.307a.035.035 0 00-.037.037v2.468a.035.035 0 00.037.037h.309a.035.035 0 00.037-.037l-.002-2.469zm1.742.904c-.066-.073-.212-.236-.552-.236-.11 0-.442.007-.647.28-.198.238-.205.566-.205.669 0 .097.004.445.22.661.083.091.284.257.713.257.338 0 .515-.073.58-.117.016-.008.023-.022.008-.059l-.073-.213a.04.04 0 00-.044-.022c-.081.03-.199.088-.478.088-.544 0-.527-.46-.53-.522h1.162a.038.038 0 00.037-.03c-.01 0 .064-.459-.19-.756H7.96zm1.146 1.646c.412 0 .67-.22.67-.566 0-.367-.366-.474-.56-.536-.129-.052-.418-.106-.418-.28 0-.117.102-.198.264-.198.182.003.36.049.522.132 0 0 .037.022.052-.015.007-.022.073-.205.08-.228a.035.035 0 00-.021-.044c-.248-.153-.524-.154-.633-.154-.375 0-.639.228-.639.551 0 .39.359.483.558.537.191.062.412.102.412.272 0 .125-.11.22-.287.22a.994.994 0 01-.593-.198.031.031 0 00-.052.022l-.073.235c-.015.03.007.037.007.044.054.044.323.206.712.206zM11.16 7c0-.022-.008-.037-.037-.037h-.367c0-.004.029-.28.14-.39.13-.13.367-.05.374-.05.037.014.044 0 .051-.015l.089-.243c.022-.03 0-.037-.008-.044-.159-.063-.542-.09-.764.132-.171.171-.219.435-.25.61h-.265a.04.04 0 00-.036.037l-.045.242c0 .022.008.037.037.037h.258c-.266 1.497-.274 1.57-.324 1.735-.034.113-.103.216-.184.243-.002 0-.12.052-.3-.008 0 0-.03-.015-.045.022-.007.022-.08.213-.088.236-.008.022 0 .044.014.044.16.062.407.055.559 0 .196-.072.304-.247.36-.405.086-.24.088-.306.368-1.867h.382a.04.04 0 00.037-.037L11.159 7zm1.668.5c-.017-.053-.159-.566-.786-.566-.477 0-.719.313-.786.566-.032.094-.1.438 0 .735.002.01.137.566.786.566.467 0 .716-.3.786-.566.1-.3.032-.641 0-.735zm1.42-.522c-.157-.051-.52-.06-.692.17v-.14c0-.005 0-.01-.002-.015a.035.035 0 00-.035-.022h-.293a.035.035 0 00-.037.037v1.727a.034.034 0 00.023.035l.014.002h.3a.035.035 0 00.035-.023.035.035 0 00.003-.014v-.868c0-.09.001-.355.14-.47.152-.153.374-.105.418-.096a.05.05 0 00.044-.03c.037-.08.069-.164.096-.25a.036.036 0 00-.015-.043zm1.462 1.69l-.066-.227c-.015-.037-.044-.022-.044-.022a1.021 1.021 0 01-.353.059c-.145 0-.537-.035-.537-.618 0-.194.058-.617.515-.617a1.09 1.09 0 01.36.051s.03.015.037-.022c.03-.08.051-.14.08-.235.008-.03-.014-.037-.021-.037-.363-.12-.698-.079-.868 0-.05.023-.507.203-.507.86 0 .09-.018.941.904.941.166 0 .33-.03.485-.088a.04.04 0 00.015-.045zm1.683-1.234a.686.686 0 00-.698-.507c-.5 0-.735.316-.801.58a1.21 1.21 0 00-.052.368c0 .808.589.919.934.919.338 0 .514-.074.58-.118.015-.007.023-.022.008-.059l-.074-.213a.04.04 0 00-.044-.022c-.08.03-.198.088-.478.088-.544 0-.526-.46-.529-.522H17.4a.04.04 0 00.037-.029c-.008 0 .029-.22-.045-.486zm-.727-.199c-.323 0-.407.282-.427.442h.824c-.027-.373-.238-.442-.397-.442z"/>
|
|
3
3
|
</svg>
|