@solace-health/ui 0.10.441 → 0.10.443
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/README.md +21 -4
- package/dist/Affix/index.stories.tsx +33 -0
- package/dist/Affix/index.tsx +3 -0
- package/dist/Alert/index.stories.tsx +37 -0
- package/dist/Alert/index.tsx +5 -0
- package/dist/Animate/index.stories.tsx +73 -0
- package/dist/Animate/index.tsx +116 -0
- package/dist/Animate/style.cjs +2 -2
- package/dist/Animate/style.js +1 -1
- package/dist/Animate/style.tsx +32 -0
- package/dist/AnimatedIcon/icons/Afternoon.tsx +52 -0
- package/dist/AnimatedIcon/icons/Bank.tsx +96 -0
- package/dist/AnimatedIcon/icons/Books.tsx +51 -0
- package/dist/AnimatedIcon/icons/CalendarClock.tsx +38 -0
- package/dist/AnimatedIcon/icons/CarePlan.tsx +51 -0
- package/dist/AnimatedIcon/icons/Celebrate.tsx +66 -0
- package/dist/AnimatedIcon/icons/ClientFile.tsx +39 -0
- package/dist/AnimatedIcon/icons/Clock.tsx +97 -0
- package/dist/AnimatedIcon/icons/Evening.tsx +59 -0
- package/dist/AnimatedIcon/icons/Fax.tsx +43 -0
- package/dist/AnimatedIcon/icons/Form.tsx +42 -0
- package/dist/AnimatedIcon/icons/FramedPainting.tsx +38 -0
- package/dist/AnimatedIcon/icons/HandHeart.tsx +51 -0
- package/dist/AnimatedIcon/icons/HandMoney.tsx +51 -0
- package/dist/AnimatedIcon/icons/HealthRecord.tsx +39 -0
- package/dist/AnimatedIcon/icons/Heart.tsx +54 -0
- package/dist/AnimatedIcon/icons/Hospital.tsx +68 -0
- package/dist/AnimatedIcon/icons/House.tsx +39 -0
- package/dist/AnimatedIcon/icons/InsuranceCard.tsx +74 -0
- package/dist/AnimatedIcon/icons/Invoices.tsx +55 -0
- package/dist/AnimatedIcon/icons/Key.tsx +40 -0
- package/dist/AnimatedIcon/icons/Message.tsx +39 -0
- package/dist/AnimatedIcon/icons/MoneyLayered.tsx +56 -0
- package/dist/AnimatedIcon/icons/Morning.tsx +52 -0
- package/dist/AnimatedIcon/icons/NoteWithPen.tsx +38 -0
- package/dist/AnimatedIcon/icons/Patients.tsx +91 -0
- package/dist/AnimatedIcon/icons/Person.tsx +52 -0
- package/dist/AnimatedIcon/icons/ReceptionBell.tsx +39 -0
- package/dist/AnimatedIcon/icons/Rose.tsx +54 -0
- package/dist/AnimatedIcon/icons/Shield.tsx +47 -0
- package/dist/AnimatedIcon/icons/TaskList.tsx +39 -0
- package/dist/AnimatedIcon/icons/Timer.tsx +67 -0
- package/dist/AnimatedIcon/icons/Tools.tsx +41 -0
- package/dist/AnimatedIcon/icons/Transcripts.tsx +40 -0
- package/dist/AnimatedIcon/index.cjs +1 -1
- package/dist/AnimatedIcon/index.js +1 -1
- package/dist/AnimatedIcon/index.stories.tsx +65 -0
- package/dist/AnimatedIcon/index.tsx +34 -0
- package/dist/AnimatedIcon/shared/FillContainer.tsx +27 -0
- package/dist/AnimatedIcon/shared/style.tsx +12 -0
- package/dist/AnimatedIcon/shared/type.ts +5 -0
- package/dist/Autocomplete/index.stories.tsx +28 -0
- package/dist/Autocomplete/index.tsx +3 -0
- package/dist/Avatar/index.cjs +1 -1
- package/dist/Avatar/index.js +1 -1
- package/dist/Avatar/index.stories.tsx +51 -0
- package/dist/Avatar/index.tsx +109 -0
- package/dist/Avatar/style.cjs +1 -1
- package/dist/Avatar/style.js +1 -1
- package/dist/Avatar/style.tsx +23 -0
- package/dist/BackLink/BackLink.cjs +2 -0
- package/dist/BackLink/BackLink.cjs.map +1 -0
- package/dist/BackLink/BackLink.d.ts +11 -0
- package/dist/BackLink/BackLink.js +2 -0
- package/dist/BackLink/BackLink.js.map +1 -0
- package/dist/BackLink/BackLink.tsx +30 -0
- package/dist/BackLink/index.stories.d.ts +6 -0
- package/dist/BackLink/index.stories.tsx +39 -0
- package/dist/BackLink/styles.cjs +2 -0
- package/dist/BackLink/styles.cjs.map +1 -0
- package/dist/BackLink/styles.d.ts +16 -0
- package/dist/BackLink/styles.js +2 -0
- package/dist/BackLink/styles.js.map +1 -0
- package/dist/BackLink/styles.ts +15 -0
- package/dist/Badge/index.tsx +3 -0
- package/dist/Button/index.stories.tsx +68 -0
- package/dist/Button/index.tsx +119 -0
- package/dist/Button/style.tsx +107 -0
- package/dist/Card/illustrations/Clock.cjs +1 -1
- package/dist/Card/illustrations/Clock.js +1 -1
- package/dist/Card/illustrations/Clock.tsx +46 -0
- package/dist/Card/illustrations/Coffee.cjs +1 -1
- package/dist/Card/illustrations/Coffee.js +1 -1
- package/dist/Card/illustrations/Coffee.tsx +45 -0
- package/dist/Card/illustrations/Laptop.cjs +1 -1
- package/dist/Card/illustrations/Laptop.js +1 -1
- package/dist/Card/illustrations/Laptop.tsx +45 -0
- package/dist/Card/illustrations/Medication.cjs +1 -1
- package/dist/Card/illustrations/Medication.js +1 -1
- package/dist/Card/illustrations/Medication.tsx +45 -0
- package/dist/Card/illustrations/Notepad.cjs +1 -1
- package/dist/Card/illustrations/Notepad.js +1 -1
- package/dist/Card/illustrations/Notepad.tsx +44 -0
- package/dist/Card/illustrations/index.cjs +1 -1
- package/dist/Card/illustrations/index.js +1 -1
- package/dist/Card/illustrations/index.tsx +7 -0
- package/dist/Card/index.cjs +1 -1
- package/dist/Card/index.js +1 -1
- package/dist/Card/index.stories.tsx +60 -0
- package/dist/Card/index.tsx +88 -0
- package/dist/Card/style.tsx +100 -0
- package/dist/Checkbox/index.cjs +1 -1
- package/dist/Checkbox/index.js +1 -1
- package/dist/Checkbox/index.stories.tsx +74 -0
- package/dist/Checkbox/index.tsx +55 -0
- package/dist/Checkbox/shared/check.tsx +11 -0
- package/dist/Checkbox/style.cjs +1 -1
- package/dist/Checkbox/style.js +1 -1
- package/dist/Checkbox/style.tsx +113 -0
- package/dist/CheckboxSimple/index.stories.tsx +40 -0
- package/dist/CheckboxSimple/index.tsx +4 -0
- package/dist/CheckboxSimple/style.tsx +10 -0
- package/dist/Collapse/Basic.tsx +3 -0
- package/dist/Collapse/index.stories.tsx +66 -0
- package/dist/Collapse/index.tsx +106 -0
- package/dist/DateDropdown/index.cjs +1 -1
- package/dist/DateDropdown/index.js +1 -1
- package/dist/DateDropdown/index.stories.tsx +29 -0
- package/dist/DateDropdown/index.tsx +156 -0
- package/dist/DateDropdown/styles.tsx +13 -0
- package/dist/DatePicker/index.tsx +19 -0
- package/dist/DateSelect/index.stories.tsx +47 -0
- package/dist/DateSelect/index.tsx +123 -0
- package/dist/DateSelectCalendar/DateSelectCalendar.cjs +1 -1
- package/dist/DateSelectCalendar/DateSelectCalendar.js +1 -1
- package/dist/DateSelectCalendar/DateSelectCalendar.stories.tsx +15 -0
- package/dist/DateSelectCalendar/DateSelectCalendar.tsx +37 -0
- package/dist/DateSelectCalendar/style.tsx +66 -0
- package/dist/Divider/index.stories.tsx +55 -0
- package/dist/Divider/index.tsx +15 -0
- package/dist/Drawer/index.stories.tsx +33 -0
- package/dist/Drawer/index.tsx +21 -0
- package/dist/Drawer/style.tsx +24 -0
- package/dist/Drawer/theme.ts +54 -0
- package/dist/Dropdown/index.stories.tsx +41 -0
- package/dist/Dropdown/index.tsx +46 -0
- package/dist/EditableAvatar/index.stories.tsx +34 -0
- package/dist/EditableAvatar/index.tsx +36 -0
- package/dist/EditableAvatar/style.tsx +30 -0
- package/dist/Error/index.cjs +1 -1
- package/dist/Error/index.js +1 -1
- package/dist/Error/index.tsx +33 -0
- package/dist/ExpandableDrawer/index.cjs +1 -1
- package/dist/ExpandableDrawer/index.js +1 -1
- package/dist/ExpandableDrawer/index.stories.tsx +129 -0
- package/dist/ExpandableDrawer/index.tsx +155 -0
- package/dist/ExpandableDrawer/style.tsx +70 -0
- package/dist/File/index.cjs +1 -1
- package/dist/File/index.js +1 -1
- package/dist/File/index.stories.tsx +32 -0
- package/dist/File/index.tsx +62 -0
- package/dist/File/styles.ts +33 -0
- package/dist/Flex/index.stories.tsx +23 -0
- package/dist/Flex/index.tsx +3 -0
- package/dist/Form/AddressSelect/index.cjs +1 -1
- package/dist/Form/AddressSelect/index.js +1 -1
- package/dist/Form/AddressSelect/index.stories.tsx +112 -0
- package/dist/Form/AddressSelect/index.tsx +242 -0
- package/dist/Form/Checkbox/index.cjs +1 -1
- package/dist/Form/Checkbox/index.js +1 -1
- package/dist/Form/Checkbox/index.stories.tsx +152 -0
- package/dist/Form/Checkbox/index.tsx +430 -0
- package/dist/Form/Checkbox/shared/FillContainer.tsx +25 -0
- package/dist/Form/Checkbox/shared/style.tsx +24 -0
- package/dist/Form/Checkbox/styles.cjs +1 -1
- package/dist/Form/Checkbox/styles.js +1 -1
- package/dist/Form/Checkbox/styles.tsx +235 -0
- package/dist/Form/Container/index.stories.tsx +171 -0
- package/dist/Form/Container/index.tsx +41 -0
- package/dist/Form/DateDropdown/index.cjs +1 -1
- package/dist/Form/DateDropdown/index.js +1 -1
- package/dist/Form/DateDropdown/index.stories.tsx +50 -0
- package/dist/Form/DateDropdown/index.tsx +52 -0
- package/dist/Form/DateDropdown/styles.cjs +1 -1
- package/dist/Form/DateDropdown/styles.js +1 -1
- package/dist/Form/DateDropdown/styles.tsx +67 -0
- package/dist/Form/DateSelect/index.cjs +1 -1
- package/dist/Form/DateSelect/index.js +1 -1
- package/dist/Form/DateSelect/index.stories.tsx +54 -0
- package/dist/Form/DateSelect/index.tsx +156 -0
- package/dist/Form/DateTextMaskInput/index.cjs +1 -1
- package/dist/Form/DateTextMaskInput/index.js +1 -1
- package/dist/Form/DateTextMaskInput/index.stories.tsx +53 -0
- package/dist/Form/DateTextMaskInput/index.tsx +127 -0
- package/dist/Form/FileUpload/index.cjs +1 -1
- package/dist/Form/FileUpload/index.js +1 -1
- package/dist/Form/FileUpload/index.stories.tsx +36 -0
- package/dist/Form/FileUpload/index.tsx +106 -0
- package/dist/Form/FileUpload/styles.cjs +1 -1
- package/dist/Form/FileUpload/styles.js +1 -1
- package/dist/Form/FileUpload/styles.tsx +16 -0
- package/dist/Form/Form.mdx +9 -0
- package/dist/Form/Keyword/index.cjs +1 -1
- package/dist/Form/Keyword/index.js +1 -1
- package/dist/Form/Keyword/index.stories.tsx +35 -0
- package/dist/Form/Keyword/index.tsx +262 -0
- package/dist/Form/LocationSelect/index.cjs +1 -1
- package/dist/Form/LocationSelect/index.js +1 -1
- package/dist/Form/LocationSelect/index.stories.tsx +113 -0
- package/dist/Form/LocationSelect/index.tsx +326 -0
- package/dist/Form/LocationSelect/style.cjs +1 -1
- package/dist/Form/LocationSelect/style.js +1 -1
- package/dist/Form/LocationSelect/style.tsx +80 -0
- package/dist/Form/Number/index.cjs +1 -1
- package/dist/Form/Number/index.js +1 -1
- package/dist/Form/Number/index.stories.tsx +48 -0
- package/dist/Form/Number/index.tsx +66 -0
- package/dist/Form/OTP/index.cjs +1 -1
- package/dist/Form/OTP/index.js +1 -1
- package/dist/Form/OTP/index.stories.tsx +43 -0
- package/dist/Form/OTP/index.tsx +60 -0
- package/dist/Form/Radio/index.cjs +1 -1
- package/dist/Form/Radio/index.js +1 -1
- package/dist/Form/Radio/index.stories.tsx +145 -0
- package/dist/Form/Radio/index.tsx +398 -0
- package/dist/Form/Radio/styles.cjs +1 -1
- package/dist/Form/Radio/styles.js +1 -1
- package/dist/Form/Radio/styles.tsx +324 -0
- package/dist/Form/Select/index.cjs +1 -1
- package/dist/Form/Select/index.js +1 -1
- package/dist/Form/Select/index.stories.tsx +57 -0
- package/dist/Form/Select/index.tsx +161 -0
- package/dist/Form/Select/styles.cjs +1 -1
- package/dist/Form/Select/styles.js +1 -1
- package/dist/Form/Select/styles.tsx +89 -0
- package/dist/Form/SelectMenu/index.cjs +1 -1
- package/dist/Form/SelectMenu/index.js +1 -1
- package/dist/Form/SelectMenu/index.stories.tsx +140 -0
- package/dist/Form/SelectMenu/index.tsx +148 -0
- package/dist/Form/SelectMenu/styles.tsx +20 -0
- package/dist/Form/SentimentSelector/index.cjs +1 -1
- package/dist/Form/SentimentSelector/index.js +1 -1
- package/dist/Form/SentimentSelector/index.stories.tsx +38 -0
- package/dist/Form/SentimentSelector/index.tsx +18 -0
- package/dist/Form/Signature/index.cjs +1 -1
- package/dist/Form/Signature/index.js +1 -1
- package/dist/Form/Signature/index.stories.tsx +34 -0
- package/dist/Form/Signature/index.tsx +123 -0
- package/dist/Form/Signature/styles.cjs +1 -1
- package/dist/Form/Signature/styles.js +1 -1
- package/dist/Form/Signature/styles.tsx +91 -0
- package/dist/Form/Submit/index.tsx +48 -0
- package/dist/Form/Text/index.cjs +1 -1
- package/dist/Form/Text/index.js +1 -1
- package/dist/Form/Text/index.stories.tsx +118 -0
- package/dist/Form/Text/index.tsx +129 -0
- package/dist/Form/Text/patterns.ts +65 -0
- package/dist/Form/Text/styles.ts +24 -0
- package/dist/Form/TextInput/index.cjs +1 -1
- package/dist/Form/TextInput/index.js +1 -1
- package/dist/Form/TextInput/index.stories.tsx +92 -0
- package/dist/Form/TextInput/index.tsx +107 -0
- package/dist/Form/TextInput/mask.ts +49 -0
- package/dist/Form/TextInput/styles.cjs +1 -1
- package/dist/Form/TextInput/styles.js +1 -1
- package/dist/Form/TextInput/styles.tsx +117 -0
- package/dist/Form/TextInput/text-mask/core/src/adjustCaretPosition.js +264 -0
- package/dist/Form/TextInput/text-mask/core/src/conformToMask.js +248 -0
- package/dist/Form/TextInput/text-mask/core/src/constants.js +2 -0
- package/dist/Form/TextInput/text-mask/core/src/createTextMaskInputElement.js +225 -0
- package/dist/Form/TextInput/text-mask/core/src/index.js +3 -0
- package/dist/Form/TextInput/text-mask/core/src/utilities.js +55 -0
- package/dist/Form/TextInput/text-mask/react/src/reactTextMask.tsx +124 -0
- package/dist/Form/TimePicker/index.cjs +1 -1
- package/dist/Form/TimePicker/index.js +1 -1
- package/dist/Form/TimePicker/index.stories.tsx +32 -0
- package/dist/Form/TimePicker/index.tsx +53 -0
- package/dist/Form/TimeSelect/index.cjs +1 -1
- package/dist/Form/TimeSelect/index.js +1 -1
- package/dist/Form/TimeSelect/index.stories.tsx +31 -0
- package/dist/Form/TimeSelect/index.tsx +33 -0
- package/dist/Form/Tree/index.cjs +1 -1
- package/dist/Form/Tree/index.js +1 -1
- package/dist/Form/Tree/index.tsx +32 -0
- package/dist/Form/index.cjs +1 -1
- package/dist/Form/index.js +1 -1
- package/dist/Form/index.ts +80 -0
- package/dist/Form/shared/FormInputLabel.cjs +1 -1
- package/dist/Form/shared/FormInputLabel.js +1 -1
- package/dist/Form/shared/FormInputLabel.tsx +40 -0
- package/dist/Form/shared/HelpModal.cjs +1 -1
- package/dist/Form/shared/HelpModal.js +1 -1
- package/dist/Form/shared/HelpModal.tsx +38 -0
- package/dist/Form/shared/styles.cjs +1 -1
- package/dist/Form/shared/styles.js +1 -1
- package/dist/Form/shared/styles.tsx +41 -0
- package/dist/Form/shared/types.ts +16 -0
- package/dist/Form/types.ts +17 -0
- package/dist/Getting Started.mdx +60 -0
- package/dist/Grid/index.stories.tsx +31 -0
- package/dist/Grid/index.tsx +30 -0
- package/dist/IconSelector/IconSelector.cjs +2 -0
- package/dist/IconSelector/IconSelector.cjs.map +1 -0
- package/dist/IconSelector/IconSelector.d.ts +10 -0
- package/dist/IconSelector/IconSelector.js +2 -0
- package/dist/IconSelector/IconSelector.js.map +1 -0
- package/dist/IconSelector/IconSelector.tsx +15 -0
- package/dist/IconSelector/index.stories.d.ts +6 -0
- package/dist/IconSelector/index.stories.tsx +37 -0
- package/dist/Icons/icons/AddCircle.tsx +31 -0
- package/dist/Icons/icons/AddPlus.tsx +10 -0
- package/dist/Icons/icons/AddToCall.tsx +16 -0
- package/dist/Icons/icons/Afternoon.tsx +30 -0
- package/dist/Icons/icons/Alarm.tsx +18 -0
- package/dist/Icons/icons/Arrow.tsx +43 -0
- package/dist/Icons/icons/AssignmentAdd.tsx +16 -0
- package/dist/Icons/icons/Attachment.tsx +17 -0
- package/dist/Icons/icons/Bank.tsx +128 -0
- package/dist/Icons/icons/Bell.tsx +22 -0
- package/dist/Icons/icons/BellAlt.tsx +18 -0
- package/dist/Icons/icons/Bolt.tsx +56 -0
- package/dist/Icons/icons/Books.tsx +72 -0
- package/dist/Icons/icons/Cake.tsx +29 -0
- package/dist/Icons/icons/Calendar.tsx +42 -0
- package/dist/Icons/icons/CalendarCheck.tsx +16 -0
- package/dist/Icons/icons/CalendarClock.tsx +76 -0
- package/dist/Icons/icons/CalendarDay.tsx +16 -0
- package/dist/Icons/icons/CalendarMonth.tsx +17 -0
- package/dist/Icons/icons/CalendarWithDots.tsx +93 -0
- package/dist/Icons/icons/Call.tsx +10 -0
- package/dist/Icons/icons/CallEnd.tsx +19 -0
- package/dist/Icons/icons/Camera.tsx +28 -0
- package/dist/Icons/icons/Campaign.tsx +32 -0
- package/dist/Icons/icons/CancelledVisit.tsx +40 -0
- package/dist/Icons/icons/CarePlan.tsx +72 -0
- package/dist/Icons/icons/CarePlanHeart.tsx +37 -0
- package/dist/Icons/icons/CarePlanStatic.tsx +27 -0
- package/dist/Icons/icons/Caret.tsx +30 -0
- package/dist/Icons/icons/Celebrate.tsx +87 -0
- package/dist/Icons/icons/Chat.tsx +55 -0
- package/dist/Icons/icons/Check.tsx +20 -0
- package/dist/Icons/icons/CheckList.tsx +28 -0
- package/dist/Icons/icons/CheckWide.tsx +13 -0
- package/dist/Icons/icons/Checkbox.tsx +74 -0
- package/dist/Icons/icons/Circle.tsx +23 -0
- package/dist/Icons/icons/CircleCancel.tsx +18 -0
- package/dist/Icons/icons/CircleCheck.tsx +42 -0
- package/dist/Icons/icons/CircleCheckAlt.tsx +29 -0
- package/dist/Icons/icons/CircleCheckExpanded.tsx +31 -0
- package/dist/Icons/icons/CircleCheckWithPlus.tsx +32 -0
- package/dist/Icons/icons/CircleExclamation.tsx +40 -0
- package/dist/Icons/icons/CircleMinus.tsx +30 -0
- package/dist/Icons/icons/Clear.tsx +16 -0
- package/dist/Icons/icons/ClientFile.tsx +64 -0
- package/dist/Icons/icons/ClinicExternalLink.tsx +19 -0
- package/dist/Icons/icons/Clipboard.tsx +16 -0
- package/dist/Icons/icons/ClipboardCircle.tsx +37 -0
- package/dist/Icons/icons/Clock.tsx +132 -0
- package/dist/Icons/icons/ClockWithMinutes.tsx +65 -0
- package/dist/Icons/icons/Close.tsx +40 -0
- package/dist/Icons/icons/Cog.tsx +31 -0
- package/dist/Icons/icons/CoinsWithGradient.tsx +210 -0
- package/dist/Icons/icons/ColorInvoice.tsx +39 -0
- package/dist/Icons/icons/Comment.tsx +18 -0
- package/dist/Icons/icons/ContactSupport.tsx +23 -0
- package/dist/Icons/icons/Copy.tsx +21 -0
- package/dist/Icons/icons/DefaultAvatarWithCamera.tsx +92 -0
- package/dist/Icons/icons/DefaultFile.tsx +41 -0
- package/dist/Icons/icons/DeleteButton.tsx +22 -0
- package/dist/Icons/icons/Dialpad.tsx +21 -0
- package/dist/Icons/icons/Distance.tsx +16 -0
- package/dist/Icons/icons/Diversity.tsx +58 -0
- package/dist/Icons/icons/Doctor.tsx +12 -0
- package/dist/Icons/icons/DoctorAlt.tsx +64 -0
- package/dist/Icons/icons/DocumentCircle.tsx +37 -0
- package/dist/Icons/icons/DollarCircle.tsx +13 -0
- package/dist/Icons/icons/DownloadArrow.tsx +14 -0
- package/dist/Icons/icons/DragHandle.tsx +12 -0
- package/dist/Icons/icons/Draggable.tsx +9 -0
- package/dist/Icons/icons/EditCalendar.tsx +16 -0
- package/dist/Icons/icons/EditNote.tsx +16 -0
- package/dist/Icons/icons/Ellipsis.tsx +42 -0
- package/dist/Icons/icons/EllipsisWithoutBorder.tsx +17 -0
- package/dist/Icons/icons/Email.tsx +20 -0
- package/dist/Icons/icons/Empty.tsx +34 -0
- package/dist/Icons/icons/Envelope.tsx +27 -0
- package/dist/Icons/icons/ErrorExclamation.tsx +34 -0
- package/dist/Icons/icons/Evening.tsx +31 -0
- package/dist/Icons/icons/EventAvailable.tsx +13 -0
- package/dist/Icons/icons/EventRepeat.tsx +16 -0
- package/dist/Icons/icons/ExpandMore.tsx +29 -0
- package/dist/Icons/icons/ExternalLink.tsx +8 -0
- package/dist/Icons/icons/Eye.tsx +18 -0
- package/dist/Icons/icons/Favorite.tsx +37 -0
- package/dist/Icons/icons/Feedback.tsx +20 -0
- package/dist/Icons/icons/FileAttachment.tsx +33 -0
- package/dist/Icons/icons/FileDownload.tsx +20 -0
- package/dist/Icons/icons/FileOpen.tsx +19 -0
- package/dist/Icons/icons/Files.tsx +84 -0
- package/dist/Icons/icons/Filter.tsx +56 -0
- package/dist/Icons/icons/FilterAlt.tsx +17 -0
- package/dist/Icons/icons/Flag.tsx +18 -0
- package/dist/Icons/icons/FlagOutline.tsx +19 -0
- package/dist/Icons/icons/FolderOpen.tsx +8 -0
- package/dist/Icons/icons/FolderPlus.tsx +44 -0
- package/dist/Icons/icons/Forbidden.tsx +25 -0
- package/dist/Icons/icons/Form.tsx +80 -0
- package/dist/Icons/icons/FramedPainting.tsx +72 -0
- package/dist/Icons/icons/GiveLove.tsx +20 -0
- package/dist/Icons/icons/Hamburger.tsx +7 -0
- package/dist/Icons/icons/Handshake.tsx +17 -0
- package/dist/Icons/icons/Handyman.tsx +60 -0
- package/dist/Icons/icons/HealthAndSafety.tsx +19 -0
- package/dist/Icons/icons/HealthRecord.tsx +60 -0
- package/dist/Icons/icons/Heart.tsx +14 -0
- package/dist/Icons/icons/HeartPulse.tsx +19 -0
- package/dist/Icons/icons/HoldHands.tsx +24 -0
- package/dist/Icons/icons/Home.tsx +11 -0
- package/dist/Icons/icons/HourGlassEmpty.tsx +18 -0
- package/dist/Icons/icons/HourlyOutline.tsx +23 -0
- package/dist/Icons/icons/House.tsx +60 -0
- package/dist/Icons/icons/IdBadge.tsx +12 -0
- package/dist/Icons/icons/ImacWebcam.tsx +30 -0
- package/dist/Icons/icons/Image.tsx +16 -0
- package/dist/Icons/icons/InboundCall.tsx +24 -0
- package/dist/Icons/icons/InfoCircleOutlined.tsx +35 -0
- package/dist/Icons/icons/InsertDriveFileOutlined.tsx +19 -0
- package/dist/Icons/icons/InsuranceCard.tsx +94 -0
- package/dist/Icons/icons/Invoice.tsx +74 -0
- package/dist/Icons/icons/Invoices.tsx +75 -0
- package/dist/Icons/icons/Key.tsx +77 -0
- package/dist/Icons/icons/Language.tsx +8 -0
- package/dist/Icons/icons/Laptop.tsx +11 -0
- package/dist/Icons/icons/LifeSaver.tsx +19 -0
- package/dist/Icons/icons/LightBulb.tsx +44 -0
- package/dist/Icons/icons/LocationPin.tsx +25 -0
- package/dist/Icons/icons/Lock.tsx +10 -0
- package/dist/Icons/icons/Login.tsx +20 -0
- package/dist/Icons/icons/Logout.tsx +27 -0
- package/dist/Icons/icons/ManualEntry.tsx +22 -0
- package/dist/Icons/icons/MedicalInformation.tsx +16 -0
- package/dist/Icons/icons/MedicalNotes.tsx +31 -0
- package/dist/Icons/icons/MedicalServices.tsx +20 -0
- package/dist/Icons/icons/Medications.tsx +16 -0
- package/dist/Icons/icons/Message.tsx +72 -0
- package/dist/Icons/icons/Microphone.tsx +19 -0
- package/dist/Icons/icons/MicrophoneMuted.tsx +19 -0
- package/dist/Icons/icons/Minus.tsx +15 -0
- package/dist/Icons/icons/MissedCall.tsx +24 -0
- package/dist/Icons/icons/MoneyLayered.tsx +77 -0
- package/dist/Icons/icons/Moon.tsx +16 -0
- package/dist/Icons/icons/Morning.tsx +31 -0
- package/dist/Icons/icons/NoteAdd.tsx +19 -0
- package/dist/Icons/icons/NoteDocument.tsx +12 -0
- package/dist/Icons/icons/NoteProgressNote.tsx +26 -0
- package/dist/Icons/icons/NoteUpdate.tsx +38 -0
- package/dist/Icons/icons/NoteVisitSummary.tsx +38 -0
- package/dist/Icons/icons/NoteWithPen.tsx +76 -0
- package/dist/Icons/icons/NotebookPen.tsx +55 -0
- package/dist/Icons/icons/Notes.tsx +20 -0
- package/dist/Icons/icons/OutboundCall.tsx +24 -0
- package/dist/Icons/icons/Paperclip.tsx +17 -0
- package/dist/Icons/icons/PatientAvatar.tsx +16 -0
- package/dist/Icons/icons/Patients.tsx +113 -0
- package/dist/Icons/icons/PauseCircle.tsx +19 -0
- package/dist/Icons/icons/PayForgiveness.tsx +36 -0
- package/dist/Icons/icons/Pencil.tsx +20 -0
- package/dist/Icons/icons/People.tsx +8 -0
- package/dist/Icons/icons/PermContactCalendar.tsx +11 -0
- package/dist/Icons/icons/Permissions.tsx +24 -0
- package/dist/Icons/icons/Person.tsx +18 -0
- package/dist/Icons/icons/PersonAddDisabled.tsx +29 -0
- package/dist/Icons/icons/PersonCircle.tsx +24 -0
- package/dist/Icons/icons/PersonOff.tsx +27 -0
- package/dist/Icons/icons/PersonPin.tsx +8 -0
- package/dist/Icons/icons/Persons.tsx +19 -0
- package/dist/Icons/icons/Phone.tsx +26 -0
- package/dist/Icons/icons/PiggyBank.tsx +57 -0
- package/dist/Icons/icons/Pills.tsx +53 -0
- package/dist/Icons/icons/Pin.tsx +35 -0
- package/dist/Icons/icons/PlayCircle.tsx +19 -0
- package/dist/Icons/icons/Plus.tsx +12 -0
- package/dist/Icons/icons/Prescription.tsx +22 -0
- package/dist/Icons/icons/Printer.tsx +12 -0
- package/dist/Icons/icons/Procedures.tsx +16 -0
- package/dist/Icons/icons/PushPin.tsx +23 -0
- package/dist/Icons/icons/Question.tsx +18 -0
- package/dist/Icons/icons/RatingStar.tsx +28 -0
- package/dist/Icons/icons/ReceptionBell.tsx +60 -0
- package/dist/Icons/icons/Records.tsx +72 -0
- package/dist/Icons/icons/Refresh.tsx +16 -0
- package/dist/Icons/icons/Replay.tsx +17 -0
- package/dist/Icons/icons/Report.tsx +21 -0
- package/dist/Icons/icons/Restore.tsx +16 -0
- package/dist/Icons/icons/RetainerRefill.tsx +33 -0
- package/dist/Icons/icons/Rose.tsx +75 -0
- package/dist/Icons/icons/Schedule.tsx +8 -0
- package/dist/Icons/icons/School.tsx +20 -0
- package/dist/Icons/icons/Search.tsx +14 -0
- package/dist/Icons/icons/SearchDocument.tsx +58 -0
- package/dist/Icons/icons/Send.tsx +24 -0
- package/dist/Icons/icons/Sentiment.tsx +73 -0
- package/dist/Icons/icons/Settings.tsx +23 -0
- package/dist/Icons/icons/Shield.tsx +34 -0
- package/dist/Icons/icons/ShieldGold.tsx +25 -0
- package/dist/Icons/icons/Signature.tsx +24 -0
- package/dist/Icons/icons/SolaceCircle.tsx +48 -0
- package/dist/Icons/icons/SolaceHealthAdvocate.tsx +18 -0
- package/dist/Icons/icons/SortArrows.tsx +23 -0
- package/dist/Icons/icons/Sparkles.tsx +40 -0
- package/dist/Icons/icons/SparklesBold.tsx +16 -0
- package/dist/Icons/icons/SparklesCluster.tsx +16 -0
- package/dist/Icons/icons/SparklesLight.tsx +59 -0
- package/dist/Icons/icons/Stethoscope.tsx +16 -0
- package/dist/Icons/icons/Stopwatch.tsx +16 -0
- package/dist/Icons/icons/Sun.tsx +11 -0
- package/dist/Icons/icons/TaskList.tsx +76 -0
- package/dist/Icons/icons/Thumb.tsx +27 -0
- package/dist/Icons/icons/Time.tsx +12 -0
- package/dist/Icons/icons/Timelapse.tsx +16 -0
- package/dist/Icons/icons/Timeline.tsx +19 -0
- package/dist/Icons/icons/Timer.tsx +46 -0
- package/dist/Icons/icons/TimerOutline.tsx +23 -0
- package/dist/Icons/icons/TimerWithGradient.tsx +135 -0
- package/dist/Icons/icons/Tools.tsx +78 -0
- package/dist/Icons/icons/Transfer.tsx +12 -0
- package/dist/Icons/icons/Translate.tsx +8 -0
- package/dist/Icons/icons/Trash.tsx +26 -0
- package/dist/Icons/icons/TrashOutline.tsx +20 -0
- package/dist/Icons/icons/TwoPeople.tsx +30 -0
- package/dist/Icons/icons/Update.tsx +37 -0
- package/dist/Icons/icons/User.tsx +16 -0
- package/dist/Icons/icons/Vaccines.tsx +18 -0
- package/dist/Icons/icons/Verified.tsx +16 -0
- package/dist/Icons/icons/VerifiedOutline.tsx +25 -0
- package/dist/Icons/icons/Video.tsx +23 -0
- package/dist/Icons/icons/VideoFail.tsx +15 -0
- package/dist/Icons/icons/Wallet.tsx +22 -0
- package/dist/Icons/icons/WarningTriangle.tsx +16 -0
- package/dist/Icons/icons/WarningTriangleOutline.tsx +18 -0
- package/dist/Icons/icons/WatchLater.tsx +25 -0
- package/dist/Icons/index.cjs +1 -1
- package/dist/Icons/index.js +1 -1
- package/dist/Icons/index.stories.tsx +69 -0
- package/dist/Icons/index.tsx +226 -0
- package/dist/Icons/shared/style.tsx +16 -0
- package/dist/Icons/shared/type.ts +10 -0
- package/dist/Illustration/illustrations/Blob.tsx +15 -0
- package/dist/Illustration/illustrations/Books.tsx +15 -0
- package/dist/Illustration/illustrations/Calendar.tsx +15 -0
- package/dist/Illustration/illustrations/Caution.tsx +15 -0
- package/dist/Illustration/illustrations/Chart.tsx +15 -0
- package/dist/Illustration/illustrations/Clipboard.tsx +15 -0
- package/dist/Illustration/illustrations/Clock.tsx +15 -0
- package/dist/Illustration/illustrations/ClockTimer.tsx +15 -0
- package/dist/Illustration/illustrations/Coffee.tsx +15 -0
- package/dist/Illustration/illustrations/Comments.tsx +15 -0
- package/dist/Illustration/illustrations/ConcernsHighlight.tsx +15 -0
- package/dist/Illustration/illustrations/Confetti.tsx +15 -0
- package/dist/Illustration/illustrations/CurvyLines.tsx +15 -0
- package/dist/Illustration/illustrations/CurvyLinesWide.tsx +15 -0
- package/dist/Illustration/illustrations/Desk.tsx +10 -0
- package/dist/Illustration/illustrations/Emails.tsx +15 -0
- package/dist/Illustration/illustrations/Error.tsx +15 -0
- package/dist/Illustration/illustrations/FaxBackground.tsx +15 -0
- package/dist/Illustration/illustrations/FileFolder.tsx +16 -0
- package/dist/Illustration/illustrations/FiveStars.tsx +15 -0
- package/dist/Illustration/illustrations/Forms.tsx +15 -0
- package/dist/Illustration/illustrations/Gift.tsx +10 -0
- package/dist/Illustration/illustrations/Hands.tsx +15 -0
- package/dist/Illustration/illustrations/Hearts.tsx +15 -0
- package/dist/Illustration/illustrations/Invite.tsx +15 -0
- package/dist/Illustration/illustrations/Laptop.tsx +15 -0
- package/dist/Illustration/illustrations/Light.tsx +15 -0
- package/dist/Illustration/illustrations/LightBulb.tsx +15 -0
- package/dist/Illustration/illustrations/MagnifyingGlass.tsx +16 -0
- package/dist/Illustration/illustrations/MagnifyingGlassSearch.tsx +15 -0
- package/dist/Illustration/illustrations/Medication.tsx +15 -0
- package/dist/Illustration/illustrations/Notes.tsx +15 -0
- package/dist/Illustration/illustrations/Pen.tsx +6 -0
- package/dist/Illustration/illustrations/PenWithStars.tsx +15 -0
- package/dist/Illustration/illustrations/PiggyBank.tsx +15 -0
- package/dist/Illustration/illustrations/Polaris.tsx +13 -0
- package/dist/Illustration/illustrations/Stars.tsx +31 -0
- package/dist/Illustration/illustrations/StarsWithWave.tsx +15 -0
- package/dist/Illustration/illustrations/Stethoscope.tsx +15 -0
- package/dist/Illustration/illustrations/Telephone.tsx +15 -0
- package/dist/Illustration/illustrations/Timer.tsx +15 -0
- package/dist/Illustration/illustrations/Trophy.tsx +15 -0
- package/dist/Illustration/illustrations/VerifiedAdvocateBadge.tsx +15 -0
- package/dist/Illustration/illustrations/Visit.tsx +15 -0
- package/dist/Illustration/illustrations/WaitingRoom.tsx +15 -0
- package/dist/Illustration/illustrations/WavyCorner.tsx +17 -0
- package/dist/Illustration/illustrations/WavyFooter.tsx +17 -0
- package/dist/Illustration/illustrations/WelcomeDoor.tsx +15 -0
- package/dist/Illustration/index.cjs +1 -1
- package/dist/Illustration/index.js +1 -1
- package/dist/Illustration/index.stories.tsx +48 -0
- package/dist/Illustration/index.tsx +48 -0
- package/dist/Illustration/shared/style.tsx +16 -0
- package/dist/Illustration/shared/type.ts +4 -0
- package/dist/InfoContainer/index.cjs +1 -1
- package/dist/InfoContainer/index.js +1 -1
- package/dist/InfoContainer/index.stories.tsx +39 -0
- package/dist/InfoContainer/index.tsx +38 -0
- package/dist/InfoContainer/style.cjs +1 -1
- package/dist/InfoContainer/style.js +1 -1
- package/dist/InfoContainer/style.tsx +54 -0
- package/dist/Input/Area/index.stories.tsx +31 -0
- package/dist/Input/Area/index.tsx +11 -0
- package/dist/Input/Mask/index.stories.tsx +47 -0
- package/dist/Input/Mask/index.tsx +90 -0
- package/dist/Input/Mask/style.tsx +76 -0
- package/dist/Input/Number/index.stories.tsx +47 -0
- package/dist/Input/Number/index.tsx +7 -0
- package/dist/Input/OTP/index.stories.tsx +23 -0
- package/dist/Input/OTP/index.tsx +13 -0
- package/dist/Input/Password/index.stories.tsx +39 -0
- package/dist/Input/Password/index.tsx +10 -0
- package/dist/Input/Text/index.stories.tsx +31 -0
- package/dist/Input/Text/index.tsx +10 -0
- package/dist/Input/index.cjs +1 -1
- package/dist/Input/index.js +1 -1
- package/dist/Input/index.ts +15 -0
- package/dist/Input/shared/icons.tsx +32 -0
- package/dist/LoadingSpinner/index.tsx +89 -0
- package/dist/LottieAnimation/index.tsx +52 -0
- package/dist/Menu/ExpandIcon.cjs +1 -1
- package/dist/Menu/ExpandIcon.js +1 -1
- package/dist/Menu/ExpandIcon.tsx +32 -0
- package/dist/Menu/index.cjs +1 -1
- package/dist/Menu/index.js +1 -1
- package/dist/Menu/index.stories.tsx +43 -0
- package/dist/Menu/index.tsx +218 -0
- package/dist/Menu/styles.ts +256 -0
- package/dist/Modal/index.stories.tsx +47 -0
- package/dist/Modal/index.tsx +86 -0
- package/dist/Molecules/ButtonWithIcon/index.cjs +1 -1
- package/dist/Molecules/ButtonWithIcon/index.js +1 -1
- package/dist/Molecules/ButtonWithIcon/index.stories.tsx +65 -0
- package/dist/Molecules/ButtonWithIcon/index.tsx +40 -0
- package/dist/Molecules/ButtonWithIcon/style.cjs +1 -1
- package/dist/Molecules/ButtonWithIcon/style.js +1 -1
- package/dist/Molecules/ButtonWithIcon/style.tsx +48 -0
- package/dist/Molecules/FilterPopover/FiltersMenu/FiltersMenu.cjs +1 -1
- package/dist/Molecules/FilterPopover/FiltersMenu/FiltersMenu.js +1 -1
- package/dist/Molecules/FilterPopover/FiltersMenu/FiltersMenu.tsx +57 -0
- package/dist/Molecules/FilterPopover/FiltersMenu/style.tsx +32 -0
- package/dist/Molecules/FilterPopover/index.cjs +1 -1
- package/dist/Molecules/FilterPopover/index.js +1 -1
- package/dist/Molecules/FilterPopover/index.stories.tsx +33 -0
- package/dist/Molecules/FilterPopover/index.tsx +53 -0
- package/dist/Molecules/FilterPopover/style.tsx +18 -0
- package/dist/NavigationMenu/ExpandIcon.cjs +1 -1
- package/dist/NavigationMenu/ExpandIcon.js +1 -1
- package/dist/NavigationMenu/ExpandIcon.tsx +27 -0
- package/dist/NavigationMenu/index.cjs +1 -1
- package/dist/NavigationMenu/index.js +1 -1
- package/dist/NavigationMenu/index.stories.tsx +126 -0
- package/dist/NavigationMenu/index.tsx +151 -0
- package/dist/NavigationMenu/style.tsx +145 -0
- package/dist/NumberedProgressSteps/Horizontal/index.stories.tsx +53 -0
- package/dist/NumberedProgressSteps/Horizontal/index.tsx +28 -0
- package/dist/NumberedProgressSteps/Horizontal/style.tsx +129 -0
- package/dist/NumberedProgressSteps/Vertical/index.stories.tsx +102 -0
- package/dist/NumberedProgressSteps/Vertical/index.tsx +94 -0
- package/dist/NumberedProgressSteps/Vertical/style.tsx +139 -0
- package/dist/NumberedProgressSteps/index.cjs +1 -1
- package/dist/NumberedProgressSteps/index.js +1 -1
- package/dist/NumberedProgressSteps/index.tsx +7 -0
- package/dist/Overlay/Overlay.cjs +1 -1
- package/dist/Overlay/Overlay.js +1 -1
- package/dist/Overlay/Overlay.tsx +15 -0
- package/dist/Overlay/OverlayTitle.cjs +1 -1
- package/dist/Overlay/OverlayTitle.js +1 -1
- package/dist/Overlay/OverlayTitle.tsx +16 -0
- package/dist/Overlay/index.stories.tsx +52 -0
- package/dist/Pill/index.stories.tsx +29 -0
- package/dist/Pill/index.tsx +97 -0
- package/dist/Popover/index.stories.tsx +51 -0
- package/dist/Popover/index.tsx +32 -0
- package/dist/PreviewDrawer/PreviewDrawer.cjs +1 -1
- package/dist/PreviewDrawer/PreviewDrawer.js +1 -1
- package/dist/PreviewDrawer/PreviewDrawer.tsx +123 -0
- package/dist/PreviewDrawer/consts.ts +4 -0
- package/dist/PreviewDrawer/index.stories.tsx +199 -0
- package/dist/PreviewDrawer/styles.ts +50 -0
- package/dist/PreviewDrawer/types.ts +4 -0
- package/dist/PreviewDrawer/usePreviewDrawer.ts +26 -0
- package/dist/PreviewDrawer/utils.cjs +1 -1
- package/dist/PreviewDrawer/utils.js +1 -1
- package/dist/PreviewDrawer/utils.ts +62 -0
- package/dist/Progress/index.stories.tsx +71 -0
- package/dist/Progress/index.tsx +27 -0
- package/dist/Radio/index.cjs +1 -1
- package/dist/Radio/index.js +1 -1
- package/dist/Radio/index.stories.tsx +71 -0
- package/dist/Radio/index.tsx +49 -0
- package/dist/Radio/shared/check.tsx +11 -0
- package/dist/Radio/style.cjs +1 -1
- package/dist/Radio/style.js +1 -1
- package/dist/Radio/style.tsx +70 -0
- package/dist/Ribbon/index.tsx +3 -0
- package/dist/RichText/images/icons/LICENSE.md +5 -0
- package/dist/RichText/images/icons/arrow-clockwise.svg +4 -0
- package/dist/RichText/images/icons/arrow-counterclockwise.svg +4 -0
- package/dist/RichText/images/icons/chat-square-quote.svg +4 -0
- package/dist/RichText/images/icons/chevron-down.svg +3 -0
- package/dist/RichText/images/icons/code.svg +3 -0
- package/dist/RichText/images/icons/journal-code.svg +5 -0
- package/dist/RichText/images/icons/journal-text.svg +5 -0
- package/dist/RichText/images/icons/justify.svg +3 -0
- package/dist/RichText/images/icons/link.svg +4 -0
- package/dist/RichText/images/icons/list-ol.svg +4 -0
- package/dist/RichText/images/icons/list-ul.svg +3 -0
- package/dist/RichText/images/icons/pencil-fill.svg +3 -0
- package/dist/RichText/images/icons/text-center.svg +3 -0
- package/dist/RichText/images/icons/text-left.svg +3 -0
- package/dist/RichText/images/icons/text-paragraph.svg +3 -0
- package/dist/RichText/images/icons/text-right.svg +3 -0
- package/dist/RichText/images/icons/type-bold.svg +3 -0
- package/dist/RichText/images/icons/type-h1.svg +3 -0
- package/dist/RichText/images/icons/type-h2.svg +3 -0
- package/dist/RichText/images/icons/type-h3.svg +3 -0
- package/dist/RichText/images/icons/type-italic.svg +3 -0
- package/dist/RichText/images/icons/type-strikethrough.svg +3 -0
- package/dist/RichText/images/icons/type-underline.svg +3 -0
- package/dist/RichText/index.stories.tsx +47 -0
- package/dist/RichText/index.tsx +169 -0
- package/dist/RichText/plugins/AutoLinkPlugin.tsx +36 -0
- package/dist/RichText/plugins/ListMaxIndentLevelPlugin.tsx +73 -0
- package/dist/RichText/plugins/ToolbarPlugin/ToolbarPlugin.tsx +683 -0
- package/dist/RichText/plugins/ToolbarPlugin/style.tsx +129 -0
- package/dist/RichText/style.tsx +55 -0
- package/dist/RichText/styles.css +546 -0
- package/dist/RichText/themes/DefaultTheme.js +69 -0
- package/dist/Search/index.cjs +1 -1
- package/dist/Search/index.js +1 -1
- package/dist/Search/index.tsx +65 -0
- package/dist/Segmented/index.stories.tsx +32 -0
- package/dist/Segmented/index.tsx +24 -0
- package/dist/SegmentedLabel/Indicator.tsx +5 -0
- package/dist/SegmentedLabel/index.stories.tsx +16 -0
- package/dist/SegmentedLabel/index.tsx +15 -0
- package/dist/Select/index.stories.tsx +138 -0
- package/dist/Select/index.tsx +46 -0
- package/dist/Select/styles.tsx +111 -0
- package/dist/SelectClient/index.cjs +2 -2
- package/dist/SelectClient/index.cjs.map +1 -1
- package/dist/SelectClient/index.js +1 -1
- package/dist/SelectClient/index.js.map +1 -1
- package/dist/SelectClient/index.stories.tsx +20 -0
- package/dist/SelectClient/index.tsx +128 -0
- package/dist/SentimentSelector/index.cjs +1 -1
- package/dist/SentimentSelector/index.js +1 -1
- package/dist/SentimentSelector/index.stories.tsx +22 -0
- package/dist/SentimentSelector/index.tsx +59 -0
- package/dist/SentimentSelector/style.tsx +24 -0
- package/dist/Skeleton/index.stories.tsx +39 -0
- package/dist/Skeleton/index.tsx +10 -0
- package/dist/SolaceLogo/index.stories.tsx +24 -0
- package/dist/SolaceLogo/index.tsx +16 -0
- package/dist/SortableList/SortableElement.tsx +60 -0
- package/dist/SortableList/index.cjs +1 -1
- package/dist/SortableList/index.js +1 -1
- package/dist/SortableList/index.stories.tsx +82 -0
- package/dist/SortableList/index.tsx +109 -0
- package/dist/SortableList/sensors.ts +33 -0
- package/dist/Status/Status.cjs +1 -1
- package/dist/Status/Status.js +1 -1
- package/dist/Status/Status.tsx +34 -0
- package/dist/Status/icons/Danger.tsx +16 -0
- package/dist/Status/icons/Here.tsx +39 -0
- package/dist/Status/icons/Scheduled.tsx +21 -0
- package/dist/Status/icons/Success.tsx +21 -0
- package/dist/Status/icons/Warning.tsx +21 -0
- package/dist/Status/index.stories.tsx +19 -0
- package/dist/Table/TableButtons.tsx +31 -0
- package/dist/Table/index.cjs +1 -1
- package/dist/Table/index.js +1 -1
- package/dist/Table/index.stories.tsx +115 -0
- package/dist/Table/index.tsx +62 -0
- package/dist/Table/style.tsx +99 -0
- package/dist/Tabs/index.stories.tsx +43 -0
- package/dist/Tabs/index.tsx +41 -0
- package/dist/Tags/Tags.tsx +104 -0
- package/dist/Tags/index.stories.tsx +59 -0
- package/dist/Tags/index.tsx +20 -0
- package/dist/TimePicker/index.stories.tsx +24 -0
- package/dist/TimePicker/index.tsx +23 -0
- package/dist/TimeSelect/index.stories.tsx +29 -0
- package/dist/TimeSelect/index.tsx +80 -0
- package/dist/TimeSelect/styles.cjs +4 -4
- package/dist/TimeSelect/styles.cjs.map +1 -1
- package/dist/TimeSelect/styles.js +4 -4
- package/dist/TimeSelect/styles.js.map +1 -1
- package/dist/TimeSelect/styles.tsx +32 -0
- package/dist/TimelineSteps/index.stories.tsx +64 -0
- package/dist/TimelineSteps/index.tsx +22 -0
- package/dist/TimelineSteps/style.tsx +52 -0
- package/dist/Toggle/index.stories.tsx +33 -0
- package/dist/Toggle/index.tsx +57 -0
- package/dist/Tooltip/index.stories.tsx +25 -0
- package/dist/Tooltip/index.tsx +50 -0
- package/dist/Tree/CheckboxIcon.tsx +10 -0
- package/dist/Tree/Icons/Checkmark.tsx +13 -0
- package/dist/Tree/Icons/Line.tsx +13 -0
- package/dist/Tree/index.cjs +1 -1
- package/dist/Tree/index.js +1 -1
- package/dist/Tree/index.stories.tsx +213 -0
- package/dist/Tree/index.tsx +97 -0
- package/dist/Tree/style.tsx +11 -0
- package/dist/Typography/Body/index.stories.cjs +1 -1
- package/dist/Typography/Body/index.stories.js +1 -1
- package/dist/Typography/Body/index.stories.ts +18 -0
- package/dist/Typography/Body/index.tsx +80 -0
- package/dist/Typography/Display/index.stories.cjs +1 -1
- package/dist/Typography/Display/index.stories.js +1 -1
- package/dist/Typography/Display/index.stories.ts +20 -0
- package/dist/Typography/Display/index.tsx +69 -0
- package/dist/Typography/Header/index.stories.cjs +1 -1
- package/dist/Typography/Header/index.stories.js +1 -1
- package/dist/Typography/Header/index.stories.ts +18 -0
- package/dist/Typography/Header/index.tsx +80 -0
- package/dist/Typography/Truncated/index.stories.cjs +1 -1
- package/dist/Typography/Truncated/index.stories.js +1 -1
- package/dist/Typography/Truncated/index.stories.ts +22 -0
- package/dist/Typography/Truncated/index.tsx +24 -0
- package/dist/Typography/index.cjs +1 -1
- package/dist/Typography/index.js +1 -1
- package/dist/Typography/index.ts +11 -0
- package/dist/Typography/types.ts +7 -0
- package/dist/VantaLogo/index.cjs +1 -1
- package/dist/VantaLogo/index.js +1 -1
- package/dist/VantaLogo/index.stories.tsx +24 -0
- package/dist/VantaLogo/index.tsx +134 -0
- package/dist/WidgetCard/index.stories.tsx +22 -0
- package/dist/WidgetCard/index.tsx +6 -0
- package/dist/WidgetCard/style.tsx +13 -0
- package/dist/assets/fonts/Mollie-Glaston.woff2 +0 -0
- package/dist/assets/images/footer-bg.png +0 -0
- package/dist/assets/styles/globalStyles.css +22 -0
- package/dist/assets/styles/styles.tsx +11 -0
- package/dist/assets/styles/tailwindTheme.css +166 -0
- package/dist/{chunk-JUXMU6AL.cjs → chunk-2CGFK2XB.cjs} +2 -2
- package/dist/{chunk-JUXMU6AL.cjs.map → chunk-2CGFK2XB.cjs.map} +1 -1
- package/dist/{chunk-2LHEE4YL.cjs → chunk-2UXTIRYZ.cjs} +4 -4
- package/dist/{chunk-2LHEE4YL.cjs.map → chunk-2UXTIRYZ.cjs.map} +1 -1
- package/dist/chunk-32RGQODB.js +2 -0
- package/dist/{chunk-DAA2NRIK.js.map → chunk-32RGQODB.js.map} +1 -1
- package/dist/{chunk-L5ESRAPJ.js → chunk-3LYCJCIS.js} +3 -3
- package/dist/{chunk-L5ESRAPJ.js.map → chunk-3LYCJCIS.js.map} +1 -1
- package/dist/{chunk-PEA5BDNZ.js → chunk-3P5CSJKM.js} +3 -3
- package/dist/{chunk-PEA5BDNZ.js.map → chunk-3P5CSJKM.js.map} +1 -1
- package/dist/chunk-4AU52JQX.cjs +2 -0
- package/dist/{chunk-SPUQRE3S.cjs.map → chunk-4AU52JQX.cjs.map} +1 -1
- package/dist/{chunk-EONR4HFK.cjs → chunk-4THK4CCO.cjs} +4 -4
- package/dist/{chunk-EONR4HFK.cjs.map → chunk-4THK4CCO.cjs.map} +1 -1
- package/dist/chunk-4YX6C57F.cjs +2 -0
- package/dist/{chunk-GBFOWZU3.cjs.map → chunk-4YX6C57F.cjs.map} +1 -1
- package/dist/chunk-5OBABRCS.cjs +2 -0
- package/dist/{chunk-UJDEZ2OQ.cjs.map → chunk-5OBABRCS.cjs.map} +1 -1
- package/dist/{chunk-KN7KOQEA.cjs → chunk-5ZJT4NON.cjs} +2 -2
- package/dist/{chunk-KN7KOQEA.cjs.map → chunk-5ZJT4NON.cjs.map} +1 -1
- package/dist/{chunk-3TCXOVIL.js → chunk-64LLPZRS.js} +2 -2
- package/dist/{chunk-3TCXOVIL.js.map → chunk-64LLPZRS.js.map} +1 -1
- package/dist/{chunk-TEMJQTPF.cjs → chunk-6ATE3Z3N.cjs} +3 -3
- package/dist/{chunk-TEMJQTPF.cjs.map → chunk-6ATE3Z3N.cjs.map} +1 -1
- package/dist/{chunk-BRWG5TRV.cjs → chunk-6RPXPQEH.cjs} +2 -2
- package/dist/{chunk-BRWG5TRV.cjs.map → chunk-6RPXPQEH.cjs.map} +1 -1
- package/dist/{chunk-FW3BM6JU.js → chunk-6WSGJB7S.js} +3 -3
- package/dist/{chunk-FW3BM6JU.js.map → chunk-6WSGJB7S.js.map} +1 -1
- package/dist/{chunk-HLHHTNKY.js → chunk-7OKSLNLM.js} +3 -3
- package/dist/{chunk-HLHHTNKY.js.map → chunk-7OKSLNLM.js.map} +1 -1
- package/dist/{chunk-RKT3GK3X.js → chunk-AD6ERZI2.js} +3 -3
- package/dist/chunk-AD6ERZI2.js.map +1 -0
- package/dist/{chunk-OUETEBMP.cjs → chunk-AIRILC3R.cjs} +5 -5
- package/dist/{chunk-OUETEBMP.cjs.map → chunk-AIRILC3R.cjs.map} +1 -1
- package/dist/chunk-BABC2UTK.cjs +211 -0
- package/dist/chunk-BABC2UTK.cjs.map +1 -0
- package/dist/{chunk-VWUBK767.js → chunk-BFMYCCPY.js} +2 -2
- package/dist/{chunk-VWUBK767.js.map → chunk-BFMYCCPY.js.map} +1 -1
- package/dist/chunk-BHNHMF6J.js +2 -0
- package/dist/{chunk-Q2RHLUE3.js.map → chunk-BHNHMF6J.js.map} +1 -1
- package/dist/{chunk-GAOTS5X5.js → chunk-BIKKV4J2.js} +2 -2
- package/dist/{chunk-GAOTS5X5.js.map → chunk-BIKKV4J2.js.map} +1 -1
- package/dist/chunk-BV3RDGEG.js +2 -0
- package/dist/{chunk-GLNSVHHK.js.map → chunk-BV3RDGEG.js.map} +1 -1
- package/dist/chunk-CHY3ENZO.cjs +2 -0
- package/dist/{chunk-XBDPFZ6R.cjs.map → chunk-CHY3ENZO.cjs.map} +1 -1
- package/dist/{chunk-CTIMSCSQ.cjs → chunk-CO6VOEEW.cjs} +2 -2
- package/dist/{chunk-CTIMSCSQ.cjs.map → chunk-CO6VOEEW.cjs.map} +1 -1
- package/dist/chunk-CPEWTLAE.js +2 -0
- package/dist/{chunk-WAF3SEN6.js.map → chunk-CPEWTLAE.js.map} +1 -1
- package/dist/{chunk-EUI22UOD.js → chunk-CRE56ZS6.js} +3 -3
- package/dist/{chunk-EUI22UOD.js.map → chunk-CRE56ZS6.js.map} +1 -1
- package/dist/chunk-CSR3M462.cjs +2 -0
- package/dist/chunk-CSR3M462.cjs.map +1 -0
- package/dist/chunk-D6H75JPB.cjs +2 -0
- package/dist/{chunk-RUTKT64W.cjs.map → chunk-D6H75JPB.cjs.map} +1 -1
- package/dist/{chunk-SDDN3CQI.js → chunk-DD6VULI2.js} +3 -3
- package/dist/{chunk-SDDN3CQI.js.map → chunk-DD6VULI2.js.map} +1 -1
- package/dist/chunk-DKIBF53T.cjs +2 -0
- package/dist/{chunk-KGY2QLNU.cjs.map → chunk-DKIBF53T.cjs.map} +1 -1
- package/dist/{chunk-HEDGXSWH.cjs → chunk-EBAZQVA3.cjs} +4 -4
- package/dist/{chunk-HEDGXSWH.cjs.map → chunk-EBAZQVA3.cjs.map} +1 -1
- package/dist/chunk-EBHHMSXI.js +11 -0
- package/dist/chunk-EBHHMSXI.js.map +1 -0
- package/dist/{chunk-JL6S2IRR.js → chunk-EWN3SLZW.js} +2 -2
- package/dist/{chunk-JL6S2IRR.js.map → chunk-EWN3SLZW.js.map} +1 -1
- package/dist/{chunk-HLNAHV4I.js → chunk-F2O6RQLN.js} +3 -3
- package/dist/{chunk-HLNAHV4I.js.map → chunk-F2O6RQLN.js.map} +1 -1
- package/dist/chunk-GJ5RMMPO.cjs +2 -0
- package/dist/{chunk-N3K7WR26.cjs.map → chunk-GJ5RMMPO.cjs.map} +1 -1
- package/dist/{chunk-3TTD4BIE.js → chunk-GM7H6BFP.js} +2 -2
- package/dist/{chunk-3TTD4BIE.js.map → chunk-GM7H6BFP.js.map} +1 -1
- package/dist/{chunk-QE5N3THS.js → chunk-GORPGRUH.js} +2 -2
- package/dist/{chunk-QE5N3THS.js.map → chunk-GORPGRUH.js.map} +1 -1
- package/dist/{chunk-GZHHUV5C.cjs → chunk-GVA4JX2D.cjs} +5 -5
- package/dist/{chunk-GZHHUV5C.cjs.map → chunk-GVA4JX2D.cjs.map} +1 -1
- package/dist/{chunk-2KZYFEKJ.cjs → chunk-HCMJMPCZ.cjs} +3 -3
- package/dist/{chunk-2KZYFEKJ.cjs.map → chunk-HCMJMPCZ.cjs.map} +1 -1
- package/dist/chunk-HGHRC5AK.cjs +2 -0
- package/dist/{chunk-WYZHAKCR.cjs.map → chunk-HGHRC5AK.cjs.map} +1 -1
- package/dist/chunk-HLLL4MLA.js +2 -0
- package/dist/{chunk-B76YPHAH.js.map → chunk-HLLL4MLA.js.map} +1 -1
- package/dist/{chunk-RFRK6BUC.cjs → chunk-IBU33SDB.cjs} +2 -2
- package/dist/{chunk-RFRK6BUC.cjs.map → chunk-IBU33SDB.cjs.map} +1 -1
- package/dist/chunk-IEYU6G6E.js +2 -0
- package/dist/chunk-IEYU6G6E.js.map +1 -0
- package/dist/{chunk-XFTJ7NKV.cjs → chunk-IEZQTNUX.cjs} +2 -2
- package/dist/{chunk-XFTJ7NKV.cjs.map → chunk-IEZQTNUX.cjs.map} +1 -1
- package/dist/{chunk-B7YJGNTR.js → chunk-IPKKSKOO.js} +3 -3
- package/dist/{chunk-B7YJGNTR.js.map → chunk-IPKKSKOO.js.map} +1 -1
- package/dist/chunk-JV4MVHYU.cjs +2 -0
- package/dist/chunk-JV4MVHYU.cjs.map +1 -0
- package/dist/chunk-K5BMCL4A.cjs +11 -0
- package/dist/chunk-K5BMCL4A.cjs.map +1 -0
- package/dist/{chunk-BUDZOPTY.js → chunk-K5FWHEG5.js} +2 -2
- package/dist/{chunk-BUDZOPTY.js.map → chunk-K5FWHEG5.js.map} +1 -1
- package/dist/{chunk-A5GKITOP.cjs → chunk-KJ22EVW5.cjs} +2 -2
- package/dist/{chunk-A5GKITOP.cjs.map → chunk-KJ22EVW5.cjs.map} +1 -1
- package/dist/{chunk-V65QEDW6.js → chunk-KNBH7SPN.js} +3 -3
- package/dist/{chunk-V65QEDW6.js.map → chunk-KNBH7SPN.js.map} +1 -1
- package/dist/chunk-KRDJEYBG.js +2 -0
- package/dist/chunk-KRDJEYBG.js.map +1 -0
- package/dist/{chunk-RRXWCZ2H.cjs → chunk-KSTGNBYA.cjs} +2 -2
- package/dist/{chunk-RRXWCZ2H.cjs.map → chunk-KSTGNBYA.cjs.map} +1 -1
- package/dist/{chunk-EOL5LF2X.cjs → chunk-KSZKPSHR.cjs} +4 -4
- package/dist/{chunk-EOL5LF2X.cjs.map → chunk-KSZKPSHR.cjs.map} +1 -1
- package/dist/{chunk-Y76ZYKO6.cjs → chunk-LK535IDW.cjs} +5 -5
- package/dist/{chunk-Y76ZYKO6.cjs.map → chunk-LK535IDW.cjs.map} +1 -1
- package/dist/chunk-LQ5UGPEI.cjs +2 -0
- package/dist/{chunk-VPP5S2AP.cjs.map → chunk-LQ5UGPEI.cjs.map} +1 -1
- package/dist/{chunk-PBRHKFJE.js → chunk-LRX4MENV.js} +3 -3
- package/dist/{chunk-PBRHKFJE.js.map → chunk-LRX4MENV.js.map} +1 -1
- package/dist/{chunk-PPWX32VD.cjs → chunk-LZCPDLCP.cjs} +3 -3
- package/dist/{chunk-PPWX32VD.cjs.map → chunk-LZCPDLCP.cjs.map} +1 -1
- package/dist/{chunk-UAA5ZESJ.cjs → chunk-M3BZ3NXB.cjs} +2 -2
- package/dist/{chunk-UAA5ZESJ.cjs.map → chunk-M3BZ3NXB.cjs.map} +1 -1
- package/dist/{chunk-ABCVKUDO.cjs → chunk-M4CW35TL.cjs} +4 -4
- package/dist/{chunk-ABCVKUDO.cjs.map → chunk-M4CW35TL.cjs.map} +1 -1
- package/dist/{chunk-MTPJSWZQ.js → chunk-MFW25ZMV.js} +3 -3
- package/dist/{chunk-MTPJSWZQ.js.map → chunk-MFW25ZMV.js.map} +1 -1
- package/dist/{chunk-AUJYAZT2.js → chunk-MRU4WX3A.js} +3 -3
- package/dist/{chunk-AUJYAZT2.js.map → chunk-MRU4WX3A.js.map} +1 -1
- package/dist/chunk-MYSPLFQB.cjs +2 -0
- package/dist/{chunk-R5PZWAMJ.cjs.map → chunk-MYSPLFQB.cjs.map} +1 -1
- package/dist/{chunk-OYJ7UAEF.js → chunk-N7WW7Q46.js} +2 -2
- package/dist/{chunk-OYJ7UAEF.js.map → chunk-N7WW7Q46.js.map} +1 -1
- package/dist/{chunk-RIFWS6TG.cjs → chunk-ODWAQOOU.cjs} +5 -5
- package/dist/{chunk-RIFWS6TG.cjs.map → chunk-ODWAQOOU.cjs.map} +1 -1
- package/dist/{chunk-F5RCJYU6.cjs → chunk-OXIAIJPE.cjs} +4 -4
- package/dist/{chunk-F5RCJYU6.cjs.map → chunk-OXIAIJPE.cjs.map} +1 -1
- package/dist/chunk-P2OHPMKV.js +2 -0
- package/dist/{chunk-ZNSJ3LGP.js.map → chunk-P2OHPMKV.js.map} +1 -1
- package/dist/chunk-P77IWGVJ.cjs +2 -0
- package/dist/chunk-P77IWGVJ.cjs.map +1 -0
- package/dist/{chunk-DXSZGYV3.cjs → chunk-PK5FIQJK.cjs} +4 -4
- package/dist/{chunk-DXSZGYV3.cjs.map → chunk-PK5FIQJK.cjs.map} +1 -1
- package/dist/{chunk-WEKLNULG.js → chunk-PQD7XP6U.js} +2 -2
- package/dist/{chunk-WEKLNULG.js.map → chunk-PQD7XP6U.js.map} +1 -1
- package/dist/{chunk-6YGR4NRU.js → chunk-PU2HBJ4X.js} +2 -2
- package/dist/{chunk-6YGR4NRU.js.map → chunk-PU2HBJ4X.js.map} +1 -1
- package/dist/{chunk-OCBHRS55.cjs → chunk-QCZVADE4.cjs} +5 -5
- package/dist/{chunk-OCBHRS55.cjs.map → chunk-QCZVADE4.cjs.map} +1 -1
- package/dist/{chunk-HKRY2TXF.js → chunk-QQJC7VS6.js} +2 -2
- package/dist/{chunk-HKRY2TXF.js.map → chunk-QQJC7VS6.js.map} +1 -1
- package/dist/chunk-QRO22BPZ.cjs +2 -0
- package/dist/chunk-QRO22BPZ.cjs.map +1 -0
- package/dist/{chunk-3ZGLXK5S.cjs → chunk-QSAVVYAR.cjs} +3 -3
- package/dist/{chunk-RKT3GK3X.js.map → chunk-QSAVVYAR.cjs.map} +1 -1
- package/dist/{chunk-7AFO2BG4.js → chunk-QWZ4CBP3.js} +3 -3
- package/dist/{chunk-7AFO2BG4.js.map → chunk-QWZ4CBP3.js.map} +1 -1
- package/dist/{chunk-VB27H4NS.js → chunk-R3AQSHLA.js} +3 -3
- package/dist/{chunk-VB27H4NS.js.map → chunk-R3AQSHLA.js.map} +1 -1
- package/dist/chunk-R6CFUJNS.js +211 -0
- package/dist/chunk-R6CFUJNS.js.map +1 -0
- package/dist/chunk-RSME6AGH.cjs +2 -0
- package/dist/{chunk-XHSZ2RB6.cjs.map → chunk-RSME6AGH.cjs.map} +1 -1
- package/dist/chunk-SFD64MS4.js +2 -0
- package/dist/chunk-SFD64MS4.js.map +1 -0
- package/dist/{chunk-PNLBULUA.js → chunk-SFJCN5IS.js} +3 -3
- package/dist/{chunk-PNLBULUA.js.map → chunk-SFJCN5IS.js.map} +1 -1
- package/dist/{chunk-WDZH75JO.js → chunk-SS4IVJZJ.js} +2 -2
- package/dist/{chunk-WDZH75JO.js.map → chunk-SS4IVJZJ.js.map} +1 -1
- package/dist/{chunk-VA6RIOEQ.js → chunk-T2KDRJQQ.js} +3 -3
- package/dist/{chunk-VA6RIOEQ.js.map → chunk-T2KDRJQQ.js.map} +1 -1
- package/dist/{chunk-DXCMGQXM.cjs → chunk-T7TSZFRY.cjs} +4 -4
- package/dist/{chunk-DXCMGQXM.cjs.map → chunk-T7TSZFRY.cjs.map} +1 -1
- package/dist/{chunk-BRSLPRPO.cjs → chunk-TQQZDOXP.cjs} +2 -2
- package/dist/{chunk-BRSLPRPO.cjs.map → chunk-TQQZDOXP.cjs.map} +1 -1
- package/dist/chunk-VQR2WI32.js +2 -0
- package/dist/{chunk-O4JKOTIE.js.map → chunk-VQR2WI32.js.map} +1 -1
- package/dist/{chunk-XTJIU23Y.js → chunk-X66F3FJ3.js} +2 -2
- package/dist/{chunk-XTJIU23Y.js.map → chunk-X66F3FJ3.js.map} +1 -1
- package/dist/{chunk-GT3WQSKY.js → chunk-XLD7FH6M.js} +3 -3
- package/dist/{chunk-GT3WQSKY.js.map → chunk-XLD7FH6M.js.map} +1 -1
- package/dist/{chunk-HIH5ZNPS.cjs → chunk-YJWP6XAA.cjs} +2 -2
- package/dist/{chunk-HIH5ZNPS.cjs.map → chunk-YJWP6XAA.cjs.map} +1 -1
- package/dist/chunk-YTIIAU4W.js +2 -0
- package/dist/chunk-YTIIAU4W.js.map +1 -0
- package/dist/{chunk-FWDMMR72.js → chunk-Z5UXDJKD.js} +2 -2
- package/dist/{chunk-FWDMMR72.js.map → chunk-Z5UXDJKD.js.map} +1 -1
- package/dist/chunk-ZK6NDNPA.js +2 -0
- package/dist/{chunk-AXEU6V3S.js.map → chunk-ZK6NDNPA.js.map} +1 -1
- package/dist/{chunk-F2QSPXDU.cjs → chunk-ZNBJBTRV.cjs} +3 -3
- package/dist/{chunk-F2QSPXDU.cjs.map → chunk-ZNBJBTRV.cjs.map} +1 -1
- package/dist/clients/contentful.ts +59 -0
- package/dist/clients/index.stories.tsx +38 -0
- package/dist/constants/constants.ts +2 -0
- package/dist/constants.ts +6 -0
- package/dist/global.d.ts +71 -0
- package/dist/hooks/index.ts +3 -0
- package/dist/hooks/useWindowSize.ts +48 -0
- package/dist/index.cjs +1 -1
- package/dist/index.d.ts +3 -0
- package/dist/index.js +1 -1
- package/dist/index.ts +113 -0
- package/dist/{utils/utils.cjs → lib/sleep.cjs} +2 -2
- package/dist/lib/sleep.cjs.map +1 -0
- package/dist/lib/sleep.js +2 -0
- package/dist/lib/sleep.js.map +1 -0
- package/dist/lib/sleep.ts +11 -0
- package/dist/lib/text.cjs +2 -0
- package/dist/lib/text.js +2 -0
- package/dist/lib/text.ts +1 -0
- package/dist/lib/utils.cjs +2 -0
- package/dist/lib/utils.cjs.map +1 -0
- package/dist/lib/utils.d.ts +2 -0
- package/dist/lib/utils.js +2 -0
- package/dist/lib/utils.js.map +1 -0
- package/dist/lib/utils.ts +6 -0
- package/dist/metafile-cjs.json +1 -1
- package/dist/metafile-esm.json +1 -1
- package/dist/theme/index.tsx +295 -0
- package/dist/theme/stories/colors.stories.tsx +39 -0
- package/dist/theme/stories/spacing.stories.tsx +62 -0
- package/dist/theme/themeVariables.tsx +184 -0
- package/dist/v2/button/button.cjs +2 -0
- package/dist/v2/button/button.cjs.map +1 -0
- package/dist/v2/button/button.d.ts +10 -0
- package/dist/v2/button/button.js +2 -0
- package/dist/v2/button/button.js.map +1 -0
- package/dist/v2/button/button.stories.d.ts +6 -0
- package/dist/v2/button/button.stories.tsx +41 -0
- package/dist/v2/button/button.tsx +53 -0
- package/dist/v2/checkbox/checkbox.cjs +2 -0
- package/dist/v2/checkbox/checkbox.cjs.map +1 -0
- package/dist/v2/checkbox/checkbox.d.ts +4 -0
- package/dist/v2/checkbox/checkbox.js +2 -0
- package/dist/v2/checkbox/checkbox.js.map +1 -0
- package/dist/v2/checkbox/checkbox.stories.d.ts +6 -0
- package/dist/v2/checkbox/checkbox.stories.tsx +28 -0
- package/dist/v2/checkbox/checkbox.tsx +27 -0
- package/dist/v2/index.cjs +2 -0
- package/dist/v2/index.cjs.map +1 -0
- package/dist/v2/index.d.ts +2 -0
- package/dist/v2/index.js +2 -0
- package/dist/v2/index.js.map +1 -0
- package/dist/v2/index.stories.d.ts +7 -0
- package/dist/v2/index.stories.tsx +19 -0
- package/dist/v2/index.ts +2 -0
- package/package.json +27 -2
- package/dist/chunk-3ZGLXK5S.cjs.map +0 -1
- package/dist/chunk-AXEU6V3S.js +0 -2
- package/dist/chunk-B76YPHAH.js +0 -2
- package/dist/chunk-DAA2NRIK.js +0 -2
- package/dist/chunk-GBFOWZU3.cjs +0 -2
- package/dist/chunk-GLNSVHHK.js +0 -2
- package/dist/chunk-KGY2QLNU.cjs +0 -2
- package/dist/chunk-N3K7WR26.cjs +0 -2
- package/dist/chunk-O4JKOTIE.js +0 -2
- package/dist/chunk-Q2RHLUE3.js +0 -2
- package/dist/chunk-QIYGV2J6.js +0 -211
- package/dist/chunk-QIYGV2J6.js.map +0 -1
- package/dist/chunk-R5PZWAMJ.cjs +0 -2
- package/dist/chunk-RUTKT64W.cjs +0 -2
- package/dist/chunk-SKEJGSPK.cjs +0 -2
- package/dist/chunk-SKEJGSPK.cjs.map +0 -1
- package/dist/chunk-SPUQRE3S.cjs +0 -2
- package/dist/chunk-UJDEZ2OQ.cjs +0 -2
- package/dist/chunk-VPP5S2AP.cjs +0 -2
- package/dist/chunk-VT3TBLHH.cjs +0 -211
- package/dist/chunk-VT3TBLHH.cjs.map +0 -1
- package/dist/chunk-WAF3SEN6.js +0 -2
- package/dist/chunk-WIG4X7S7.js +0 -2
- package/dist/chunk-WIG4X7S7.js.map +0 -1
- package/dist/chunk-WYZHAKCR.cjs +0 -2
- package/dist/chunk-XBDPFZ6R.cjs +0 -2
- package/dist/chunk-XHSZ2RB6.cjs +0 -2
- package/dist/chunk-ZNSJ3LGP.js +0 -2
- package/dist/utils/text.cjs +0 -2
- package/dist/utils/text.js +0 -2
- package/dist/utils/utils.cjs.map +0 -1
- package/dist/utils/utils.js +0 -2
- package/dist/utils/utils.js.map +0 -1
- /package/dist/{utils/utils.d.ts → lib/sleep.d.ts} +0 -0
- /package/dist/{utils → lib}/text.cjs.map +0 -0
- /package/dist/{utils → lib}/text.d.ts +0 -0
- /package/dist/{utils → lib}/text.js.map +0 -0
package/README.md
CHANGED
|
@@ -73,6 +73,10 @@ To automatically build and publish new changes to the UI repo with yalc, run the
|
|
|
73
73
|
npm run dev
|
|
74
74
|
```
|
|
75
75
|
|
|
76
|
+
This makes a production build, updating the `dist` folder, and then publishes the library with yalc.
|
|
77
|
+
|
|
78
|
+
Consumer apps will see the changed `dist` folder and will reload themselves.
|
|
79
|
+
|
|
76
80
|
On the consumer app, if it's a next.js app, you have to clear the cache first in order to see yalc'd changes.
|
|
77
81
|
For Vite apps, you can force a build of all deps with the [--force](https://vite.dev/guide/cli#options) flag.
|
|
78
82
|
|
|
@@ -88,12 +92,25 @@ To remove the link on the consumer app, run:
|
|
|
88
92
|
yalc remove @solace-health/ui
|
|
89
93
|
```
|
|
90
94
|
|
|
91
|
-
This makes a production build, updating the `dist` folder, and then publishes the library with yalc.
|
|
92
|
-
|
|
93
|
-
Consumer apps will see the changed `dist` folder and will reload themselves.
|
|
94
|
-
|
|
95
95
|
## Deploy to NPM
|
|
96
96
|
|
|
97
97
|
Simply cut a new [release](https://github.com/Solace-Health/solace-health-ui/releases) in github with an appropriate semantic version. There is a github action that will fire when it detects a new cut tag. From there it will build and deploy using the tag from github and mark it as latest. Once that is complete, the action will update the version in package.json. No need for any manual updates on the code side.
|
|
98
98
|
|
|
99
99
|
We use release drafter to scaffold the upcoming releases. You rarely will need to draft a new release manually.
|
|
100
|
+
|
|
101
|
+
## V2 Components
|
|
102
|
+
|
|
103
|
+
The V2 components are located in the `src/v2` directory, and are powered by [Shadcn](https://ui.shadcn.com/).
|
|
104
|
+
|
|
105
|
+
Please refer to the [Shadcn docs](https://ui.shadcn.com/docs/components) to add more components.
|
|
106
|
+
|
|
107
|
+
### V2 Component Requirements on the Consumer Apps
|
|
108
|
+
|
|
109
|
+
To use the V2 components, consumer apps must install [tailwindcss](https://tailwindcss.com/docs/installation/using-vite), include the `tailwindTheme.css` file provided by this repo, and configure tailwind to scan the source files of `@solace-health/ui` in their `node_modules` directory.
|
|
110
|
+
|
|
111
|
+
E.g. for `@solace-health/ui`, in the `globals.css` file:
|
|
112
|
+
|
|
113
|
+
```css
|
|
114
|
+
@source "../../node_modules/@solace-health/ui/dist/v2";
|
|
115
|
+
@import "@solace-health/ui/tailwindTheme.css";
|
|
116
|
+
```
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { Meta, StoryObj } from '@storybook/react';
|
|
2
|
+
import Affix from '.';
|
|
3
|
+
import Button from '../Button';
|
|
4
|
+
|
|
5
|
+
const meta: Meta<typeof Affix> = {
|
|
6
|
+
title: 'General/Affix',
|
|
7
|
+
component: Affix,
|
|
8
|
+
};
|
|
9
|
+
|
|
10
|
+
export default meta;
|
|
11
|
+
type Story = StoryObj<typeof Affix>;
|
|
12
|
+
|
|
13
|
+
export const Primary: Story = {
|
|
14
|
+
render: (args) => (
|
|
15
|
+
<div style={{ height: '100vh', overflow: 'auto', padding: '60px 20px' }}>
|
|
16
|
+
<div style={{ height: '2000px', padding: '20px', backgroundColor: '#f0f0f0' }}>
|
|
17
|
+
<p>Scroll down to see the Affix component stick to the top</p>
|
|
18
|
+
<Affix {...args} offsetTop={10}>
|
|
19
|
+
<Button.Primary>Sticky!</Button.Primary>
|
|
20
|
+
</Affix>
|
|
21
|
+
<p>
|
|
22
|
+
This is some filler content to make the container scrollable. Lorem ipsum dolor sit amet,
|
|
23
|
+
consectetur adipiscing elit. Nullam quis risus eget urna mollis ornare vel eu leo. Cras
|
|
24
|
+
mattis consectetur purus sit amet fermentum. Cras justo odio, dapibus ac facilisis in,
|
|
25
|
+
egestas eget quam. Donec id elit non mi porta gravida at eget metus. Nullam quis risus
|
|
26
|
+
eget urna mollis ornare vel eu leo. Cras mattis consectetur purus sit amet fermentum. Cras
|
|
27
|
+
justo odio, dapibus ac facilisis in, egestas eget quam. Donec id elit non mi porta gravida
|
|
28
|
+
at eget metus.
|
|
29
|
+
</p>
|
|
30
|
+
</div>
|
|
31
|
+
</div>
|
|
32
|
+
),
|
|
33
|
+
};
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import type { Meta, StoryObj } from '@storybook/react';
|
|
2
|
+
import styled from '@emotion/styled';
|
|
3
|
+
import Alert from '.';
|
|
4
|
+
|
|
5
|
+
const Container = styled.div`
|
|
6
|
+
max-width: 30rem;
|
|
7
|
+
margin: 0 auto;
|
|
8
|
+
padding: 2rem;
|
|
9
|
+
display: flex;
|
|
10
|
+
flex-flow: column;
|
|
11
|
+
gap: 1rem;
|
|
12
|
+
`;
|
|
13
|
+
|
|
14
|
+
const meta: Meta<typeof Alert> = {
|
|
15
|
+
title: 'Feedback/Alert',
|
|
16
|
+
component: Alert,
|
|
17
|
+
tags: ['autodocs'],
|
|
18
|
+
args: {
|
|
19
|
+
message: 'This is an alert message',
|
|
20
|
+
type: 'warning',
|
|
21
|
+
showIcon: true,
|
|
22
|
+
banner: false,
|
|
23
|
+
},
|
|
24
|
+
parameters: {
|
|
25
|
+
layout: 'fullscreen',
|
|
26
|
+
},
|
|
27
|
+
};
|
|
28
|
+
|
|
29
|
+
export default meta;
|
|
30
|
+
|
|
31
|
+
export const AlertStory: StoryObj<typeof Alert> = {
|
|
32
|
+
render: (args) => (
|
|
33
|
+
<Container>
|
|
34
|
+
<Alert {...args} />
|
|
35
|
+
</Container>
|
|
36
|
+
),
|
|
37
|
+
};
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
import type { Meta, StoryObj } from '@storybook/react';
|
|
2
|
+
import styled from '@emotion/styled';
|
|
3
|
+
import { useState } from 'react';
|
|
4
|
+
import Animate from '.';
|
|
5
|
+
import Button from '../Button';
|
|
6
|
+
|
|
7
|
+
const Container = styled.div`
|
|
8
|
+
max-width: 30rem;
|
|
9
|
+
margin: 0 auto;
|
|
10
|
+
padding: 2rem;
|
|
11
|
+
|
|
12
|
+
display: flex;
|
|
13
|
+
flex-flow: column;
|
|
14
|
+
gap: 1rem;
|
|
15
|
+
`;
|
|
16
|
+
|
|
17
|
+
const meta: Meta<typeof Animate> = {
|
|
18
|
+
title: 'Animation/Animate',
|
|
19
|
+
component: Animate,
|
|
20
|
+
decorators: [
|
|
21
|
+
(Story) => (
|
|
22
|
+
<Container>
|
|
23
|
+
<Story />
|
|
24
|
+
</Container>
|
|
25
|
+
),
|
|
26
|
+
],
|
|
27
|
+
tags: ['autodocs'],
|
|
28
|
+
parameters: {
|
|
29
|
+
layout: 'fullscreen',
|
|
30
|
+
},
|
|
31
|
+
argTypes: {
|
|
32
|
+
trigger: {
|
|
33
|
+
type: 'boolean',
|
|
34
|
+
},
|
|
35
|
+
},
|
|
36
|
+
args: {
|
|
37
|
+
trigger: true,
|
|
38
|
+
},
|
|
39
|
+
};
|
|
40
|
+
|
|
41
|
+
export default meta;
|
|
42
|
+
|
|
43
|
+
type Story = StoryObj<typeof Animate>;
|
|
44
|
+
|
|
45
|
+
export const AnimateFadeIn: Story = {
|
|
46
|
+
render: () => (
|
|
47
|
+
<Animate delay={1000}>
|
|
48
|
+
<Button.Primary>An Example Button</Button.Primary>
|
|
49
|
+
</Animate>
|
|
50
|
+
),
|
|
51
|
+
};
|
|
52
|
+
|
|
53
|
+
export const AnimateSlideIn: Story = {
|
|
54
|
+
render: () => (
|
|
55
|
+
<Animate type="slideIn" delay={1000} config="slow">
|
|
56
|
+
<Button.Primary>An Example Button</Button.Primary>
|
|
57
|
+
</Animate>
|
|
58
|
+
),
|
|
59
|
+
};
|
|
60
|
+
|
|
61
|
+
export const AnimateOnTrigger: Story = {
|
|
62
|
+
render: () => {
|
|
63
|
+
const [trigger, setTrigger] = useState(false);
|
|
64
|
+
return (
|
|
65
|
+
<>
|
|
66
|
+
<Animate type="slideIn" trigger={trigger}>
|
|
67
|
+
<Button.Primary>An Example Button</Button.Primary>
|
|
68
|
+
</Animate>
|
|
69
|
+
<Button.Primary onClick={() => setTrigger(!trigger)}>Toggle Trigger</Button.Primary>
|
|
70
|
+
</>
|
|
71
|
+
);
|
|
72
|
+
},
|
|
73
|
+
};
|
|
@@ -0,0 +1,116 @@
|
|
|
1
|
+
import { AnimationProps, animated, config as springConfig, useSpring } from '@react-spring/web';
|
|
2
|
+
import { CSSProperties } from 'react';
|
|
3
|
+
|
|
4
|
+
/**
|
|
5
|
+
* Props for the Animate component.
|
|
6
|
+
*/
|
|
7
|
+
export type AnimateProps = {
|
|
8
|
+
/** The content to be animated. */
|
|
9
|
+
children?: React.ReactNode | React.ReactNode[] | null;
|
|
10
|
+
|
|
11
|
+
/** The type of animation to apply. */
|
|
12
|
+
type?: 'fadeIn' | 'slideIn';
|
|
13
|
+
|
|
14
|
+
/** The delay before the animation starts, in milliseconds. */
|
|
15
|
+
delay?: number;
|
|
16
|
+
|
|
17
|
+
/** The CSS properties to animate to. */
|
|
18
|
+
to?: CSSProperties | null;
|
|
19
|
+
|
|
20
|
+
/** The CSS properties to animate from. */
|
|
21
|
+
from?: CSSProperties | null;
|
|
22
|
+
|
|
23
|
+
/** Determines whether the animation should be triggered. */
|
|
24
|
+
trigger?: boolean;
|
|
25
|
+
|
|
26
|
+
/** Determines whether the animation is disabled. */
|
|
27
|
+
disabled?: boolean;
|
|
28
|
+
|
|
29
|
+
/** Additional inline styles to apply to the animated element. */
|
|
30
|
+
style?: CSSProperties;
|
|
31
|
+
|
|
32
|
+
/** The configuration for the animation. */
|
|
33
|
+
config?: keyof typeof springConfig;
|
|
34
|
+
|
|
35
|
+
/** Additional animation properties. */
|
|
36
|
+
animationProps?: AnimationProps;
|
|
37
|
+
|
|
38
|
+
className?: string;
|
|
39
|
+
};
|
|
40
|
+
|
|
41
|
+
const FadeInAnimation = {
|
|
42
|
+
from: {
|
|
43
|
+
opacity: 0,
|
|
44
|
+
},
|
|
45
|
+
to: {
|
|
46
|
+
opacity: 1,
|
|
47
|
+
},
|
|
48
|
+
};
|
|
49
|
+
|
|
50
|
+
const SlideInAnimation = {
|
|
51
|
+
from: {
|
|
52
|
+
transform: 'translateY(50px)',
|
|
53
|
+
opacity: 0,
|
|
54
|
+
},
|
|
55
|
+
to: {
|
|
56
|
+
transform: 'translateY(0px)',
|
|
57
|
+
opacity: 1,
|
|
58
|
+
},
|
|
59
|
+
};
|
|
60
|
+
|
|
61
|
+
const keypoints = (
|
|
62
|
+
type: 'fadeIn' | 'slideIn',
|
|
63
|
+
to: CSSProperties | null,
|
|
64
|
+
from: CSSProperties | null,
|
|
65
|
+
) => {
|
|
66
|
+
if (!!to && !!from) return { to, from };
|
|
67
|
+
switch (type) {
|
|
68
|
+
case 'fadeIn':
|
|
69
|
+
return FadeInAnimation;
|
|
70
|
+
case 'slideIn':
|
|
71
|
+
return SlideInAnimation;
|
|
72
|
+
default:
|
|
73
|
+
return { to, from };
|
|
74
|
+
}
|
|
75
|
+
};
|
|
76
|
+
|
|
77
|
+
/**
|
|
78
|
+
* Interface for React Spring animations
|
|
79
|
+
*
|
|
80
|
+
* When used in a Next.js app, make sure to disable reactStrictMode in next.config to avoid a React Spring bug happening locally.
|
|
81
|
+
*/
|
|
82
|
+
const Animate = ({
|
|
83
|
+
children = null,
|
|
84
|
+
delay = 0,
|
|
85
|
+
type = 'fadeIn',
|
|
86
|
+
to = null,
|
|
87
|
+
from = null,
|
|
88
|
+
trigger = true,
|
|
89
|
+
disabled = false,
|
|
90
|
+
style = {},
|
|
91
|
+
config = 'default',
|
|
92
|
+
animationProps = {},
|
|
93
|
+
className = '',
|
|
94
|
+
...rest
|
|
95
|
+
}: AnimateProps) => {
|
|
96
|
+
const { to: toStyle, from: fromStyle } = keypoints(type, to, from);
|
|
97
|
+
const animationStyles = useSpring({
|
|
98
|
+
from: fromStyle,
|
|
99
|
+
to: trigger ? toStyle : fromStyle,
|
|
100
|
+
delay,
|
|
101
|
+
config: springConfig[config],
|
|
102
|
+
...animationProps,
|
|
103
|
+
});
|
|
104
|
+
|
|
105
|
+
if (disabled) {
|
|
106
|
+
return <div {...rest}>{children}</div>;
|
|
107
|
+
}
|
|
108
|
+
|
|
109
|
+
return (
|
|
110
|
+
<animated.div className={className} style={{ ...style, ...animationStyles }} {...rest}>
|
|
111
|
+
{children}
|
|
112
|
+
</animated.div>
|
|
113
|
+
);
|
|
114
|
+
};
|
|
115
|
+
|
|
116
|
+
export default Animate;
|
package/dist/Animate/style.cjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
'use strict';require('../chunk-
|
|
1
|
+
'use strict';require('../chunk-LZCPDLCP.cjs'),require('../chunk-T7TSZFRY.cjs');var chunk5OBABRCS_cjs=require('../chunk-5OBABRCS.cjs');require('../chunk-76OYHAAP.cjs'),require('../chunk-BNRHWISQ.cjs'),require('../chunk-7LFT44D3.cjs'),require('../chunk-JCII7PPA.cjs'),require('../chunk-B6L5BLXJ.cjs'),require('../chunk-4VIXEDG4.cjs'),require('../chunk-BXFHENQ3.cjs'),require('../chunk-WH6WPZPG.cjs');var antd=require('antd'),o=require('@emotion/styled');function _interopDefault(e){return e&&e.__esModule?e:{default:e}}var o__default=/*#__PURE__*/_interopDefault(o);var s=e=>{switch(e){case "patient":return "#D7A13B";case "client":default:return "#285E50"}},i=o__default.default(antd.Avatar)`
|
|
2
2
|
flex: none;
|
|
3
3
|
display: flex;
|
|
4
4
|
align-items: center;
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
background-color: ${e=>s(e.type)};
|
|
7
7
|
padding: ${e=>e.hasImage?0:e.size*.2}px;
|
|
8
8
|
color: #fff;
|
|
9
|
-
`,c=o__default.default(
|
|
9
|
+
`,c=o__default.default(chunk5OBABRCS_cjs.a.Display)`
|
|
10
10
|
color: white;
|
|
11
11
|
`;exports.Name=c;exports.VendorAvatar=i;//# sourceMappingURL=style.cjs.map
|
|
12
12
|
//# sourceMappingURL=style.cjs.map
|
package/dist/Animate/style.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import'../chunk-
|
|
1
|
+
import'../chunk-3LYCJCIS.js';import'../chunk-KNBH7SPN.js';import {a}from'../chunk-HLLL4MLA.js';import'../chunk-EZJUXSCR.js';import'../chunk-3Q3QYSRT.js';import'../chunk-EGPXWR3O.js';import'../chunk-I74OKVBY.js';import'../chunk-JIZJIZYR.js';import'../chunk-7QZQXRMR.js';import'../chunk-SLCTEGVG.js';import'../chunk-RFBBAUMM.js';import {Avatar}from'antd';import o from'@emotion/styled';var s=e=>{switch(e){case "patient":return "#D7A13B";case "client":default:return "#285E50"}},i=o(Avatar)`
|
|
2
2
|
flex: none;
|
|
3
3
|
display: flex;
|
|
4
4
|
align-items: center;
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { Avatar } from 'antd';
|
|
2
|
+
import styled from '@emotion/styled';
|
|
3
|
+
import Typography from '../Typography';
|
|
4
|
+
import { UserTypes } from '../Avatar';
|
|
5
|
+
|
|
6
|
+
const colorByType = (type?: UserTypes) => {
|
|
7
|
+
switch (type) {
|
|
8
|
+
case UserTypes.Patient:
|
|
9
|
+
return '#D7A13B';
|
|
10
|
+
case UserTypes.Client:
|
|
11
|
+
default:
|
|
12
|
+
return '#285E50';
|
|
13
|
+
}
|
|
14
|
+
};
|
|
15
|
+
|
|
16
|
+
export const VendorAvatar = styled(Avatar)<{
|
|
17
|
+
type?: UserTypes;
|
|
18
|
+
size: number;
|
|
19
|
+
hasImage?: boolean;
|
|
20
|
+
}>`
|
|
21
|
+
flex: none;
|
|
22
|
+
display: flex;
|
|
23
|
+
align-items: center;
|
|
24
|
+
justify-content: center;
|
|
25
|
+
background-color: ${(p) => colorByType(p.type)};
|
|
26
|
+
padding: ${(p) => (p.hasImage ? 0 : p.size * 0.2)}px;
|
|
27
|
+
color: #fff;
|
|
28
|
+
`;
|
|
29
|
+
|
|
30
|
+
export const Name = styled(Typography.Display)`
|
|
31
|
+
color: white;
|
|
32
|
+
`;
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
import FillContainer from '../shared/FillContainer';
|
|
2
|
+
import { IconContainer } from '../shared/style';
|
|
3
|
+
import { AnimatedIconProps } from '../shared/type';
|
|
4
|
+
|
|
5
|
+
export const Afternoon = ({ size = 32, color = '#000', active = false }: AnimatedIconProps) => (
|
|
6
|
+
<IconContainer>
|
|
7
|
+
<svg
|
|
8
|
+
width={size}
|
|
9
|
+
height={size}
|
|
10
|
+
viewBox="0 0 32 32"
|
|
11
|
+
fill="none"
|
|
12
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
13
|
+
>
|
|
14
|
+
<path d="M14.3795 8.59869C10.9154 9.22272 8.29484 11.6749 8.02 15.4438C7.70248 19.7979 11.2114 23.1277 15.2567 23.4691C19.0691 23.7908 22.5485 21.5881 23.3705 17.5681C24.3995 12.5356 19.1012 7.74811 14.3795 8.59869Z" />
|
|
15
|
+
<path
|
|
16
|
+
d="M20.904 13.507C20.4635 12.6425 19.8015 11.91 18.9925 11.3845M30.5 22L28.472 21.1665L30.5 22ZM24.7765 19.635L26.6245 20.401L24.7765 19.635ZM21.1655 28.4725L22 30.4685L21.1655 28.4725ZM19.635 24.776L20.401 26.6245L19.635 24.776ZM10.8335 28.472L10 30.5L10.8335 28.472ZM12.365 24.7765L11.599 26.6245L12.365 24.7765ZM3.528 21.1655L1.5 22L3.528 21.1655ZM7.224 19.6355L5.3755 20.401L7.224 19.6355ZM3.5285 10.8335L1.5 10L3.5285 10.8335ZM5.3755 11.599L7.2235 12.3645L5.3755 11.599ZM10 1.5L10.8345 3.528L10 1.5ZM12.3645 7.2235L11.599 5.3755L12.3645 7.2235ZM21.1665 3.528L22 1.5L21.1665 3.528ZM19.6355 7.2235L20.401 5.3755L19.6355 7.2235ZM28.472 10.834L30.5 10L28.472 10.834ZM24.777 12.3645L26.6245 11.599L24.777 12.3645ZM25.369 6.881L22.8945 9.3555L25.369 6.881ZM9.459 22.7905L6.631 25.619L9.459 22.7905ZM25.7225 25.619L22.8945 22.7905L25.7225 25.619ZM6.631 6.5275L9.459 9.3555L6.631 6.5275ZM16 6.5V3V6.5ZM16 25.5V29.5V25.5ZM29.5 16H25.5H29.5ZM6.5 16H2.5H6.5ZM16 23.5C11.8575 23.5 8.5 20.142 8.5 16C8.5 11.858 11.8575 8.5 16 8.5C20.1415 8.5 23.5 11.858 23.5 16C23.5 20.142 20.1415 23.5 16 23.5Z"
|
|
17
|
+
stroke={color}
|
|
18
|
+
strokeLinecap="round"
|
|
19
|
+
strokeLinejoin="round"
|
|
20
|
+
/>
|
|
21
|
+
</svg>
|
|
22
|
+
|
|
23
|
+
<FillContainer active={active}>
|
|
24
|
+
<svg
|
|
25
|
+
width={size}
|
|
26
|
+
height={size}
|
|
27
|
+
viewBox="0 0 32 32"
|
|
28
|
+
fill="none"
|
|
29
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
30
|
+
>
|
|
31
|
+
<path
|
|
32
|
+
d="M14.3795 8.59869C10.9154 9.22272 8.29484 11.6749 8.02 15.4438C7.70248 19.7979 11.2114 23.1277 15.2567 23.4691C19.0691 23.7908 22.5485 21.5881 23.3705 17.5681C24.3995 12.5356 19.1012 7.74811 14.3795 8.59869Z"
|
|
33
|
+
fill="url(#paint0_linear_4989_839)"
|
|
34
|
+
/>
|
|
35
|
+
<defs>
|
|
36
|
+
<linearGradient
|
|
37
|
+
id="paint0_linear_4989_839"
|
|
38
|
+
x1="15.75"
|
|
39
|
+
y1="8.5"
|
|
40
|
+
x2="15.75"
|
|
41
|
+
y2="23.5"
|
|
42
|
+
gradientUnits="userSpaceOnUse"
|
|
43
|
+
>
|
|
44
|
+
<stop stopColor="#DEB260" />
|
|
45
|
+
<stop offset="0.348958" stopColor="#D7B161" />
|
|
46
|
+
<stop offset="1" stopColor="#AFC8BF" />
|
|
47
|
+
</linearGradient>
|
|
48
|
+
</defs>
|
|
49
|
+
</svg>
|
|
50
|
+
</FillContainer>
|
|
51
|
+
</IconContainer>
|
|
52
|
+
);
|
|
@@ -0,0 +1,96 @@
|
|
|
1
|
+
import FillContainer from '../shared/FillContainer';
|
|
2
|
+
import { AnimatedIconProps } from '../shared/type';
|
|
3
|
+
import { IconContainer } from '../shared/style';
|
|
4
|
+
|
|
5
|
+
export const Bank = ({ size = 32, color = '#000', active = false }: AnimatedIconProps) => (
|
|
6
|
+
<IconContainer>
|
|
7
|
+
<svg width={size} viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
8
|
+
<g clipPath="url(#clip0_4877_23288)">
|
|
9
|
+
<path
|
|
10
|
+
d="M23.25 23.25V22.5H1.5V23.25M16.5 19.5H20.25M16.5 9.75H20.25M17.25 19.5V9.75M19.5 19.5V9.75M10.5 19.5H14.25M10.5 9.75H14.25M11.25 19.5V9.75M13.5 19.5V9.75M4.5 19.5H8.25M4.5 9.75H8.25M21.75 21H3M5.25 19.5V9.75M7.5 19.5V9.75M1.5 8.25L12.375 1.5L23.25 8.25H1.5Z"
|
|
11
|
+
stroke={color}
|
|
12
|
+
fill="none"
|
|
13
|
+
strokeWidth="0.8"
|
|
14
|
+
strokeLinecap="round"
|
|
15
|
+
strokeLinejoin="round"
|
|
16
|
+
/>
|
|
17
|
+
</g>
|
|
18
|
+
</svg>
|
|
19
|
+
|
|
20
|
+
<FillContainer active={active}>
|
|
21
|
+
<svg width={size} viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
22
|
+
<path
|
|
23
|
+
d="M22.3125 21.75C22.8303 21.75 23.25 22.1697 23.25 22.6875C23.25 23.2053 22.8303 23.625 22.3125 23.625L1.6875 23.625C1.16973 23.625 0.75 23.2053 0.75 22.6875C0.75 22.1697 1.16973 21.75 1.6875 21.75L22.3125 21.75Z"
|
|
24
|
+
fill="url(#paint3_linear_4877_23288)"
|
|
25
|
+
/>
|
|
26
|
+
<path
|
|
27
|
+
d="M20.3741 8.57006L2.6393 8.30135C1.64262 8.28625 1.27917 6.98177 2.12445 6.45347L10.1962 1.4086C10.8415 1.00529 11.6598 1.00311 12.3072 1.403L20.9147 6.71938C21.7786 7.25297 21.3894 8.58544 20.3741 8.57006Z"
|
|
28
|
+
fill="url(#paint4_linear_4877_23288)"
|
|
29
|
+
/>
|
|
30
|
+
<rect x="17.25" y="9.75" width="2.25" height="9.75" fill="url(#paint0_linear_4877_23288)" />
|
|
31
|
+
<rect x="11.25" y="10.125" width="2.25" height="9" fill="url(#paint1_linear_4877_23288)" />
|
|
32
|
+
<rect x="5.25" y="10.125" width="2.25" height="9" fill="url(#paint2_linear_4877_23288)" />
|
|
33
|
+
<defs>
|
|
34
|
+
<linearGradient
|
|
35
|
+
id="paint0_linear_4877_23288"
|
|
36
|
+
x1="18.2871"
|
|
37
|
+
y1="11.1684"
|
|
38
|
+
x2="18.2871"
|
|
39
|
+
y2="19.8177"
|
|
40
|
+
gradientUnits="userSpaceOnUse"
|
|
41
|
+
>
|
|
42
|
+
<stop stopColor="#AFC8BF" />
|
|
43
|
+
<stop offset="0.96875" stopColor="#DEB260" />
|
|
44
|
+
</linearGradient>
|
|
45
|
+
<linearGradient
|
|
46
|
+
id="paint1_linear_4877_23288"
|
|
47
|
+
x1="12.375"
|
|
48
|
+
y1="16.125"
|
|
49
|
+
x2="12.2871"
|
|
50
|
+
y2="19.4183"
|
|
51
|
+
gradientUnits="userSpaceOnUse"
|
|
52
|
+
>
|
|
53
|
+
<stop stopColor="#AFC8BF" />
|
|
54
|
+
<stop offset="0.96875" stopColor="#DEB260" />
|
|
55
|
+
</linearGradient>
|
|
56
|
+
<linearGradient
|
|
57
|
+
id="paint2_linear_4877_23288"
|
|
58
|
+
x1="6.28706"
|
|
59
|
+
y1="11.4343"
|
|
60
|
+
x2="6.28706"
|
|
61
|
+
y2="19.4183"
|
|
62
|
+
gradientUnits="userSpaceOnUse"
|
|
63
|
+
>
|
|
64
|
+
<stop stopColor="#AFC8BF" />
|
|
65
|
+
<stop offset="0.96875" stopColor="#DEB260" />
|
|
66
|
+
</linearGradient>
|
|
67
|
+
<linearGradient
|
|
68
|
+
id="paint3_linear_4877_23288"
|
|
69
|
+
x1="19.9767"
|
|
70
|
+
y1="22.8164"
|
|
71
|
+
x2="0.0167381"
|
|
72
|
+
y2="22.8164"
|
|
73
|
+
gradientUnits="userSpaceOnUse"
|
|
74
|
+
>
|
|
75
|
+
<stop stopColor="#AFC8BF" />
|
|
76
|
+
<stop offset="0.96875" stopColor="#DEB260" />
|
|
77
|
+
</linearGradient>
|
|
78
|
+
<linearGradient
|
|
79
|
+
id="paint4_linear_4877_23288"
|
|
80
|
+
x1="11.1499"
|
|
81
|
+
y1="2.80243"
|
|
82
|
+
x2="11.1499"
|
|
83
|
+
y2="8.45776"
|
|
84
|
+
gradientUnits="userSpaceOnUse"
|
|
85
|
+
>
|
|
86
|
+
<stop stopColor="#AFC8BF" />
|
|
87
|
+
<stop offset="0.96875" stopColor="#DEB260" />
|
|
88
|
+
</linearGradient>
|
|
89
|
+
<clipPath id="clip0_4877_23288">
|
|
90
|
+
<rect width="24" height="24" fill="white" />
|
|
91
|
+
</clipPath>
|
|
92
|
+
</defs>
|
|
93
|
+
</svg>
|
|
94
|
+
</FillContainer>
|
|
95
|
+
</IconContainer>
|
|
96
|
+
);
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import FillContainer from '../shared/FillContainer';
|
|
2
|
+
import { IconContainer } from '../shared/style';
|
|
3
|
+
import { AnimatedIconProps } from '../shared/type';
|
|
4
|
+
|
|
5
|
+
export const Books = ({ size = 32, color = '#000', active = false }: AnimatedIconProps) => (
|
|
6
|
+
<IconContainer>
|
|
7
|
+
<svg width={size} viewBox="0 0 30 30" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
8
|
+
<path
|
|
9
|
+
fill="none"
|
|
10
|
+
d="M3.5 3.5H1.5C0.948 3.5 0.5 3.948 0.5 4.5V28.5C0.5 29.052 0.948 29.5 1.5 29.5H28.5C29.052 29.5 29.5 29.052 29.5 28.5V5.5C29.5 4.948 29.052 4.5 28.5 4.5H25.5M14.5 15.5H16.5V8.5H14.5V15.5ZM23.5 7.5H27H23.5ZM18.5 4.5H21.5H18.5ZM12.5 2.5H16.5H12.5ZM23.5 29.5V2.5C23.5 1.948 23.073 1.5 22.5 1.5H19.5C18.9375 1.5 18.5 1.948 18.5 2.5V29.5H23.5ZM25.5 12.5V17.5V12.5ZM27.5 12.5V17.5V12.5ZM7.5 15.5H10.5V8.5H7.5V15.5ZM25.5 24.5H27.5H25.5ZM25.5 26.5H27.5H25.5ZM14.5 24.5H16.5H14.5ZM14.5 26.5H16.5H14.5ZM7.5 24.5H10.5H7.5ZM7.5 26.5H10.5H7.5ZM20.5 8.5H21.5H20.5ZM20.5 10.5H21.5H20.5ZM20.5 12.5H21.5H20.5ZM20.5 24.5H21.5H20.5ZM20.5 26.5H21.5H20.5ZM2.5 24.5H3.5H2.5ZM2.5 26.5H3.5H2.5ZM2.5 12.5H3.5H2.5ZM5.5 3.5H10.5H5.5ZM2.5 6.5H5.5H2.5ZM2.5 14.5H3.5H2.5ZM5.5 29.5V1.5C5.5 0.948 5.9375 0.5 6.5 0.5H11.5C12.073 0.5 12.5 0.948 12.5 1.5V29.5H5.5Z"
|
|
11
|
+
stroke={color}
|
|
12
|
+
strokeLinecap="round"
|
|
13
|
+
strokeLinejoin="round"
|
|
14
|
+
/>
|
|
15
|
+
</svg>
|
|
16
|
+
|
|
17
|
+
<FillContainer active={active}>
|
|
18
|
+
<svg width={size} viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
19
|
+
<path
|
|
20
|
+
d="M19.5 30.9999C19.5 30.9999 17.5004 6.99985 19.5003 3.49988C21.5001 -9.82285e-05 29.0002 4.99986 30.5 5.99989C31.9999 6.99993 30.5 30.9999 30.5 30.9999H19.5Z"
|
|
21
|
+
fill="url(#paint0_linear_11308_26823)"
|
|
22
|
+
/>
|
|
23
|
+
<path d="M6.5 30.5V2H13.5V30.5H6.5Z" fill="url(#paint1_linear_11308_26823)" />
|
|
24
|
+
<defs>
|
|
25
|
+
<linearGradient
|
|
26
|
+
id="paint0_linear_11308_26823"
|
|
27
|
+
x1="24.889"
|
|
28
|
+
y1="2.27319"
|
|
29
|
+
x2="24.889"
|
|
30
|
+
y2="30.9999"
|
|
31
|
+
gradientUnits="userSpaceOnUse"
|
|
32
|
+
>
|
|
33
|
+
<stop stopColor="#D7A13B" />
|
|
34
|
+
<stop offset="1" stopColor="#BED3CC" />
|
|
35
|
+
</linearGradient>
|
|
36
|
+
<linearGradient
|
|
37
|
+
id="paint1_linear_11308_26823"
|
|
38
|
+
x1="10"
|
|
39
|
+
y1="2"
|
|
40
|
+
x2="10"
|
|
41
|
+
y2="30.5"
|
|
42
|
+
gradientUnits="userSpaceOnUse"
|
|
43
|
+
>
|
|
44
|
+
<stop stopColor="#DEB260" />
|
|
45
|
+
<stop offset="1" stopColor="#AFC8BF" />
|
|
46
|
+
</linearGradient>
|
|
47
|
+
</defs>
|
|
48
|
+
</svg>
|
|
49
|
+
</FillContainer>
|
|
50
|
+
</IconContainer>
|
|
51
|
+
);
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import FillContainer from '../shared/FillContainer';
|
|
2
|
+
import { IconContainer } from '../shared/style';
|
|
3
|
+
import { AnimatedIconProps } from '../shared/type';
|
|
4
|
+
|
|
5
|
+
export const CalendarClock = ({ size = 32, color = '#000', active = false }: AnimatedIconProps) => (
|
|
6
|
+
<IconContainer>
|
|
7
|
+
<svg width={size} viewBox="0 0 30 30" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
8
|
+
<path
|
|
9
|
+
fill="none"
|
|
10
|
+
d="M17.5 21.5H16.5V23.5H17.5M24.5 22.5V24.5H27.5M23.5 17.5V16.5H21.5V17.5M27.5 18V8.5H2.5V26C2.5 26.8285 3.1715 27.5 4 27.5H18M27.5 6.5H0.5V27.5C0.5 28.5 1.5 29.5 2.5 29.5H19M29.5 19V3.5C29.5 2.5 28.5 1.5 27.5 1.5H25.5M0.5 4.5V3.5C0.5 2.5 1.5 1.5 2.5 1.5H4.5M29.5 24.5C29.5 21.739 27.2605 19.5 24.5 19.5C21.7395 19.5 19.5 21.739 19.5 24.5C19.5 27.261 21.7395 29.5 24.5 29.5C27.2605 29.5 29.5 27.261 29.5 24.5ZM21.5 13.5H23.5V11.5H21.5V13.5ZM11.5 23.5H13.5V21.5H11.5V23.5ZM6.5 23.5H8.5V21.5H6.5V23.5ZM16.5 13.5H18.5V11.5H16.5V13.5ZM16.5 18.5H18.5V16.5H16.5V18.5ZM11.5 18.5H13.5V16.5H11.5V18.5ZM11.5 13.5H13.5V11.5H11.5V13.5ZM6.5 18.5H8.5V16.5H6.5V18.5ZM6.5 13.5H8.5V11.5H6.5V13.5ZM23.5 1.5C23.5 0.948 23.052 0.5 22.5 0.5C21.948 0.5 21.5 0.948 21.5 1.5V3.5C21.5 4.052 21.948 4.5 22.5 4.5C23.052 4.5 23.5 4.052 23.5 3.5V1.5ZM18.5 1.5C18.5 0.948 18.052 0.5 17.5 0.5C16.948 0.5 16.5 0.948 16.5 1.5V3.5C16.5 4.052 16.948 4.5 17.5 4.5C18.052 4.5 18.5 4.052 18.5 3.5V1.5ZM13.5 1.5C13.5 0.948 13.052 0.5 12.5 0.5C11.948 0.5 11.5 0.948 11.5 1.5V3.5C11.5 4.052 11.948 4.5 12.5 4.5C13.052 4.5 13.5 4.052 13.5 3.5V1.5ZM8.5 1.5C8.5 0.948 8.052 0.5 7.5 0.5C6.948 0.5 6.5 0.948 6.5 1.5V3.5C6.5 4.052 6.948 4.5 7.5 4.5C8.052 4.5 8.5 4.052 8.5 3.5V1.5Z"
|
|
11
|
+
stroke={color}
|
|
12
|
+
strokeLinejoin="round"
|
|
13
|
+
/>
|
|
14
|
+
</svg>
|
|
15
|
+
|
|
16
|
+
<FillContainer active={active}>
|
|
17
|
+
<svg width={size} viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
18
|
+
<path
|
|
19
|
+
d="M3.5 28V9.5H28.5V21.5C28.5 21.5 26.5 20 24.5 20.5C22.5 21 21.8609 21.5577 21 23C19.8991 24.8443 21 28.5 21 28.5L3.5 28Z"
|
|
20
|
+
fill="url(#paint0_linear_11308_26842)"
|
|
21
|
+
/>
|
|
22
|
+
<defs>
|
|
23
|
+
<linearGradient
|
|
24
|
+
id="paint0_linear_11308_26842"
|
|
25
|
+
x1="16"
|
|
26
|
+
y1="9.5"
|
|
27
|
+
x2="16"
|
|
28
|
+
y2="28.5"
|
|
29
|
+
gradientUnits="userSpaceOnUse"
|
|
30
|
+
>
|
|
31
|
+
<stop offset="0.208333" stopColor="#AFC8BF" />
|
|
32
|
+
<stop offset="1" stopColor="#D7A13B" />
|
|
33
|
+
</linearGradient>
|
|
34
|
+
</defs>
|
|
35
|
+
</svg>
|
|
36
|
+
</FillContainer>
|
|
37
|
+
</IconContainer>
|
|
38
|
+
);
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import FillContainer from '../shared/FillContainer';
|
|
2
|
+
import { IconContainer } from '../shared/style';
|
|
3
|
+
import { AnimatedIconProps } from '../shared/type';
|
|
4
|
+
|
|
5
|
+
export const CarePlan = ({ size = 32, color = '#000', active = false }: AnimatedIconProps) => (
|
|
6
|
+
<IconContainer>
|
|
7
|
+
<svg width={size} viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
8
|
+
<rect width="32" height="32" transform="translate(0 0.000488281)" fill="none" />
|
|
9
|
+
<path
|
|
10
|
+
d="M23.8 28.9315L26.92 25.8281V5.13842H23.8M8.2 5.13842H5.08V27.3798C5.08 28.2369 5.77836 28.9315 6.64 28.9315H21.72V25.8281C21.72 25.3108 22.1859 24.7936 22.76 24.7936H24.84M23.8 3.06945H26.92C27.96 3.06945 29 4.10394 29 5.13842V28.9315C29 29.966 27.96 31.0005 26.92 31.0005H5.08C4.04 31.0005 3 29.966 3 28.9315V5.13842C3 4.10394 4.04 3.06945 5.08 3.06945H8.2M18.5475 3.06945C18.3067 1.88911 17.2579 1.00049 16 1.00049C14.7421 1.00049 13.6933 1.88911 13.4525 3.06945H10.28V6.1729H21.72V3.06945H18.5475ZM16 3.06945C15.7124 3.06945 15.48 3.30118 15.48 3.5867C15.48 3.87221 15.7124 4.10394 16 4.10394C16.2876 4.10394 16.52 3.87221 16.52 3.5867C16.52 3.30118 16.2876 3.06945 16 3.06945Z"
|
|
11
|
+
stroke={color}
|
|
12
|
+
fill="none"
|
|
13
|
+
strokeLinecap="round"
|
|
14
|
+
strokeLinejoin="round"
|
|
15
|
+
/>
|
|
16
|
+
<path
|
|
17
|
+
d="M13.916 22.467C13.916 22.8536 14.2294 23.167 14.616 23.167H18.716C19.1026 23.167 19.416 22.8536 19.416 22.467V19.417H22.466C22.8526 19.417 23.166 19.1036 23.166 18.717V14.617C23.166 14.2304 22.8526 13.917 22.466 13.917H19.416V10.867C19.416 10.4804 19.1026 10.167 18.716 10.167H14.616C14.2294 10.167 13.916 10.4804 13.916 10.867V13.917H10.866C10.4794 13.917 10.166 14.2304 10.166 14.617V18.717C10.166 19.1036 10.4794 19.417 10.866 19.417H13.916V22.467ZM18.416 22.167H14.916V19.117C14.916 18.7304 14.6026 18.417 14.216 18.417H11.166V14.917H14.216C14.6026 14.917 14.916 14.6036 14.916 14.217V11.167H18.416V14.217C18.416 14.6036 18.7294 14.917 19.116 14.917H22.166V18.417H19.116C18.7294 18.417 18.416 18.7304 18.416 19.117V22.167Z"
|
|
18
|
+
stroke={color}
|
|
19
|
+
fill={color}
|
|
20
|
+
strokeWidth=".3"
|
|
21
|
+
/>
|
|
22
|
+
</svg>
|
|
23
|
+
|
|
24
|
+
<FillContainer active={active}>
|
|
25
|
+
<svg width={size} viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
26
|
+
<g clipPath="url(#clip0_4876_13562)">
|
|
27
|
+
<path
|
|
28
|
+
d="M2 4.00049C2 2.89592 2.89543 2.00049 4 2.00049H7.87243C8.51525 2.00049 9.03636 2.5216 9.03636 3.16442C9.03636 3.80725 9.55747 4.32836 10.2003 4.32836H21.1142C21.2319 4.32836 21.3273 4.23294 21.3273 4.11524C21.3273 3.99754 21.4227 3.90213 21.5404 3.90213H25C26.1046 3.90213 27 4.79756 27 5.90213V19.8693C27 20.9739 26.1046 21.8693 25 21.8693H22.3818C21.2773 21.8693 20.3818 22.7648 20.3818 23.8693V27.0005C20.3818 28.1051 19.4864 29.0005 18.3818 29.0005H4C2.89543 29.0005 2 28.1051 2 27.0005V4.00049Z"
|
|
29
|
+
fill="url(#paint0_linear_4876_13562)"
|
|
30
|
+
/>
|
|
31
|
+
</g>
|
|
32
|
+
<defs>
|
|
33
|
+
<linearGradient
|
|
34
|
+
id="paint0_linear_4876_13562"
|
|
35
|
+
x1="13.895"
|
|
36
|
+
y1="6.49855"
|
|
37
|
+
x2="13.895"
|
|
38
|
+
y2="28.4291"
|
|
39
|
+
gradientUnits="userSpaceOnUse"
|
|
40
|
+
>
|
|
41
|
+
<stop stopColor="#AFC8BF" />
|
|
42
|
+
<stop offset="0.96875" stopColor="#DEB260" />
|
|
43
|
+
</linearGradient>
|
|
44
|
+
<clipPath id="clip0_4876_13562">
|
|
45
|
+
<rect width="32" height="32" fill="white" transform="translate(0 0.000488281)" />
|
|
46
|
+
</clipPath>
|
|
47
|
+
</defs>
|
|
48
|
+
</svg>
|
|
49
|
+
</FillContainer>
|
|
50
|
+
</IconContainer>
|
|
51
|
+
);
|