@tactics/toddle-styleguide 5.0.1 → 5.0.2
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/build/export.js +10328 -0
- package/package.json +16 -6
- package/.prettierrc.js +0 -9
- package/.yarnrc.yml +0 -2
- package/App.d.ts +0 -5
- package/App.tsx +0 -655
- package/app.json +0 -37
- package/assets/adaptive-icon.png +0 -0
- package/assets/components/avatar/baby.png +0 -0
- package/assets/favicon.png +0 -0
- package/assets/fonts/montserrat/bold.ttf +0 -0
- package/assets/fonts/montserrat/regular.ttf +0 -0
- package/assets/fonts/source-sans-pro/bold.ttf +0 -0
- package/assets/fonts/source-sans-pro/regular.ttf +0 -0
- package/assets/icon.png +0 -0
- package/assets/lottie/wave-for-daycares.json +0 -1197
- package/assets/lottie/wave-for-parents.json +0 -1
- package/assets/splash.png +0 -0
- package/babel.config.js +0 -20
- package/index.d.ts +0 -79
- package/index.tsx +0 -196
- package/jest.config.js +0 -26
- package/metro.config.js +0 -11
- package/src/components/atoms/animated-wave/animated-wave.component.d.ts +0 -2
- package/src/components/atoms/animated-wave/animated-wave.component.tsx +0 -28
- package/src/components/atoms/animated-wave/animated-wave.preview.tsx +0 -20
- package/src/components/atoms/animated-wave/animated-wave.styles.d.ts +0 -21
- package/src/components/atoms/animated-wave/animated-wave.styles.js +0 -25
- package/src/components/atoms/backdrop/backdrop.component.d.ts +0 -7
- package/src/components/atoms/backdrop/backdrop.component.tsx +0 -48
- package/src/components/atoms/backdrop/backdrop.styles.d.ts +0 -11
- package/src/components/atoms/backdrop/backdrop.styles.js +0 -15
- package/src/components/atoms/background-gradient/__snapshots__/background-gradient.test.js.snap +0 -40
- package/src/components/atoms/background-gradient/background-gradient.component.d.ts +0 -2
- package/src/components/atoms/background-gradient/background-gradient.component.tsx +0 -19
- package/src/components/atoms/background-gradient/background-gradient.preview.d.ts +0 -2
- package/src/components/atoms/background-gradient/background-gradient.preview.tsx +0 -77
- package/src/components/atoms/background-gradient/background-gradient.styles.d.ts +0 -8
- package/src/components/atoms/background-gradient/background-gradient.styles.js +0 -11
- package/src/components/atoms/background-gradient/background-gradient.test.js +0 -10
- package/src/components/atoms/calendar/__snapshots__/calendar.test.js.snap +0 -6817
- package/src/components/atoms/calendar/calendar.component.d.ts +0 -10
- package/src/components/atoms/calendar/calendar.component.tsx +0 -101
- package/src/components/atoms/calendar/calendar.preview.d.ts +0 -2
- package/src/components/atoms/calendar/calendar.preview.tsx +0 -39
- package/src/components/atoms/calendar/calendar.styles.d.ts +0 -81
- package/src/components/atoms/calendar/calendar.styles.js +0 -88
- package/src/components/atoms/calendar/calendar.test.js +0 -35
- package/src/components/atoms/check-switch/__snapshots__/check-switch.test.js.snap +0 -84
- package/src/components/atoms/check-switch/check-switch.component.d.ts +0 -7
- package/src/components/atoms/check-switch/check-switch.component.tsx +0 -48
- package/src/components/atoms/check-switch/check-switch.preview.d.ts +0 -2
- package/src/components/atoms/check-switch/check-switch.preview.tsx +0 -31
- package/src/components/atoms/check-switch/check-switch.styles.d.ts +0 -33
- package/src/components/atoms/check-switch/check-switch.styles.js +0 -36
- package/src/components/atoms/check-switch/check-switch.test.js +0 -13
- package/src/components/atoms/count/count.component.d.ts +0 -7
- package/src/components/atoms/count/count.component.tsx +0 -21
- package/src/components/atoms/count/count.preview.d.ts +0 -2
- package/src/components/atoms/count/count.preview.tsx +0 -16
- package/src/components/atoms/count/count.styles.d.ts +0 -24
- package/src/components/atoms/count/count.styles.js +0 -33
- package/src/components/atoms/footer/footer.component.d.ts +0 -6
- package/src/components/atoms/footer/footer.component.tsx +0 -28
- package/src/components/atoms/footer/footer.preview.d.ts +0 -2
- package/src/components/atoms/footer/footer.preview.tsx +0 -24
- package/src/components/atoms/footer/footer.styles.d.ts +0 -17
- package/src/components/atoms/footer/footer.styles.js +0 -18
- package/src/components/atoms/heading-components/all-caps-heading/__snapshots__/all-caps-heading.test.js.snap +0 -113
- package/src/components/atoms/heading-components/all-caps-heading/all-caps-heading.component.d.ts +0 -3
- package/src/components/atoms/heading-components/all-caps-heading/all-caps-heading.component.tsx +0 -28
- package/src/components/atoms/heading-components/all-caps-heading/all-caps-heading.test.js +0 -44
- package/src/components/atoms/heading-components/heading.styles.d.ts +0 -48
- package/src/components/atoms/heading-components/heading.styles.js +0 -63
- package/src/components/atoms/heading-components/heading1/__snapshots__/heading1.test.js.snap +0 -121
- package/src/components/atoms/heading-components/heading1/heading1.component.d.ts +0 -3
- package/src/components/atoms/heading-components/heading1/heading1.component.tsx +0 -28
- package/src/components/atoms/heading-components/heading1/heading1.test.js +0 -51
- package/src/components/atoms/heading-components/heading2/__snapshots__/heading2.test.js.snap +0 -121
- package/src/components/atoms/heading-components/heading2/heading2.component.d.ts +0 -3
- package/src/components/atoms/heading-components/heading2/heading2.component.tsx +0 -28
- package/src/components/atoms/heading-components/heading2/heading2.test.js +0 -51
- package/src/components/atoms/heading-components/heading3/__snapshots__/heading3.test.js.snap +0 -121
- package/src/components/atoms/heading-components/heading3/heading3.component.d.ts +0 -3
- package/src/components/atoms/heading-components/heading3/heading3.component.tsx +0 -28
- package/src/components/atoms/heading-components/heading3/heading3.test.js +0 -51
- package/src/components/atoms/heading-components/heading4/__snapshots__/heading4.test.js.snap +0 -121
- package/src/components/atoms/heading-components/heading4/heading4.component.d.ts +0 -3
- package/src/components/atoms/heading-components/heading4/heading4.component.tsx +0 -28
- package/src/components/atoms/heading-components/heading4/heading4.test.js +0 -51
- package/src/components/atoms/heading-components/headings.preview.d.ts +0 -2
- package/src/components/atoms/heading-components/headings.preview.tsx +0 -86
- package/src/components/atoms/heading-components/index.d.ts +0 -6
- package/src/components/atoms/heading-components/index.tsx +0 -7
- package/src/components/atoms/image-bubble/__snapshots__/image-bubble.test.js.snap +0 -67
- package/src/components/atoms/image-bubble/image-bubble.component.d.ts +0 -9
- package/src/components/atoms/image-bubble/image-bubble.component.tsx +0 -27
- package/src/components/atoms/image-bubble/image-bubble.preview.d.ts +0 -2
- package/src/components/atoms/image-bubble/image-bubble.preview.tsx +0 -19
- package/src/components/atoms/image-bubble/image-bubble.styles.d.ts +0 -35
- package/src/components/atoms/image-bubble/image-bubble.styles.js +0 -31
- package/src/components/atoms/image-bubble/image-bubble.test.js +0 -20
- package/src/components/atoms/increment-input/__snapshots__/increment-input.test.js.snap +0 -269
- package/src/components/atoms/increment-input/increment-input.component.d.ts +0 -8
- package/src/components/atoms/increment-input/increment-input.component.tsx +0 -63
- package/src/components/atoms/increment-input/increment-input.preview.d.ts +0 -2
- package/src/components/atoms/increment-input/increment-input.preview.tsx +0 -26
- package/src/components/atoms/increment-input/increment-input.styles.d.ts +0 -35
- package/src/components/atoms/increment-input/increment-input.styles.js +0 -39
- package/src/components/atoms/increment-input/increment-input.test.js +0 -14
- package/src/components/atoms/line/line.component.d.ts +0 -9
- package/src/components/atoms/line/line.component.tsx +0 -23
- package/src/components/atoms/line/line.preview.d.ts +0 -2
- package/src/components/atoms/line/line.preview.tsx +0 -55
- package/src/components/atoms/line/line.styles.d.ts +0 -12
- package/src/components/atoms/line/line.styles.js +0 -10
- package/src/components/atoms/logo/__snapshots__/logo.test.js.snap +0 -113
- package/src/components/atoms/logo/logo.component.d.ts +0 -7
- package/src/components/atoms/logo/logo.component.tsx +0 -39
- package/src/components/atoms/logo/logo.preview.d.ts +0 -2
- package/src/components/atoms/logo/logo.preview.tsx +0 -15
- package/src/components/atoms/logo/logo.test.js +0 -16
- package/src/components/atoms/paragraph-components/index.d.ts +0 -4
- package/src/components/atoms/paragraph-components/index.tsx +0 -5
- package/src/components/atoms/paragraph-components/paragraph/__snapshots__/paragraph.test.js.snap +0 -121
- package/src/components/atoms/paragraph-components/paragraph/paragraph.component.d.ts +0 -3
- package/src/components/atoms/paragraph-components/paragraph/paragraph.component.tsx +0 -28
- package/src/components/atoms/paragraph-components/paragraph/paragraph.test.js +0 -76
- package/src/components/atoms/paragraph-components/paragraph-components.preview.d.ts +0 -2
- package/src/components/atoms/paragraph-components/paragraph-components.preview.tsx +0 -94
- package/src/components/atoms/paragraph-components/paragraph-text.styles.d.ts +0 -30
- package/src/components/atoms/paragraph-components/paragraph-text.styles.js +0 -41
- package/src/components/atoms/paragraph-components/small-text/__snapshots__/small-text.test.js.snap +0 -121
- package/src/components/atoms/paragraph-components/small-text/small-text.component.d.ts +0 -3
- package/src/components/atoms/paragraph-components/small-text/small-text.component.tsx +0 -28
- package/src/components/atoms/paragraph-components/small-text/small-text.test.js +0 -76
- package/src/components/atoms/paragraph-components/tiny-text/__snapshots__/tiny-text.test.js.snap +0 -121
- package/src/components/atoms/paragraph-components/tiny-text/tiny-text.component.d.ts +0 -3
- package/src/components/atoms/paragraph-components/tiny-text/tiny-text.component.tsx +0 -28
- package/src/components/atoms/paragraph-components/tiny-text/tiny-text.test.js +0 -76
- package/src/components/atoms/quick-message/__snapshots__/quick-message.test.js.snap +0 -143
- package/src/components/atoms/quick-message/quick-message.component.d.ts +0 -9
- package/src/components/atoms/quick-message/quick-message.component.tsx +0 -35
- package/src/components/atoms/quick-message/quick-message.preview.d.ts +0 -2
- package/src/components/atoms/quick-message/quick-message.preview.tsx +0 -43
- package/src/components/atoms/quick-message/quick-message.styles.d.ts +0 -17
- package/src/components/atoms/quick-message/quick-message.styles.js +0 -20
- package/src/components/atoms/quick-message/quick-message.test.js +0 -58
- package/src/components/atoms/split-container/__snapshots__/split-container.test.js.snap +0 -333
- package/src/components/atoms/split-container/split-container.component.d.ts +0 -7
- package/src/components/atoms/split-container/split-container.component.tsx +0 -27
- package/src/components/atoms/split-container/split-container.preview.d.ts +0 -2
- package/src/components/atoms/split-container/split-container.preview.tsx +0 -62
- package/src/components/atoms/split-container/split-container.styles.d.ts +0 -14
- package/src/components/atoms/split-container/split-container.styles.js +0 -19
- package/src/components/atoms/split-container/split-container.test.js +0 -45
- package/src/components/atoms/static-wave/static-wave.component.d.ts +0 -9
- package/src/components/atoms/static-wave/static-wave.component.tsx +0 -46
- package/src/components/atoms/static-wave/static-wave.styles.d.ts +0 -14
- package/src/components/atoms/static-wave/static-wave.styles.js +0 -14
- package/src/components/atoms/text-input/__snapshots__/text-input.test.js.snap +0 -123
- package/src/components/atoms/text-input/text-input.component.d.ts +0 -9
- package/src/components/atoms/text-input/text-input.component.tsx +0 -30
- package/src/components/atoms/text-input/text-input.preview.d.ts +0 -2
- package/src/components/atoms/text-input/text-input.preview.tsx +0 -41
- package/src/components/atoms/text-input/text-input.styles.d.ts +0 -33
- package/src/components/atoms/text-input/text-input.styles.js +0 -29
- package/src/components/atoms/text-input/text-input.test.js +0 -59
- package/src/components/molecules/amount/amount.component.d.ts +0 -12
- package/src/components/molecules/amount/amount.component.tsx +0 -148
- package/src/components/molecules/amount/amount.preview.d.ts +0 -2
- package/src/components/molecules/amount/amount.preview.tsx +0 -77
- package/src/components/molecules/amount/amount.styles.d.ts +0 -36
- package/src/components/molecules/amount/amount.styles.js +0 -40
- package/src/components/molecules/avatar/__snapshots__/avatar.test.js.snap +0 -97
- package/src/components/molecules/avatar/avatar.component.d.ts +0 -15
- package/src/components/molecules/avatar/avatar.component.tsx +0 -118
- package/src/components/molecules/avatar/avatar.preview.d.ts +0 -2
- package/src/components/molecules/avatar/avatar.preview.tsx +0 -82
- package/src/components/molecules/avatar/avatar.styles.d.ts +0 -102
- package/src/components/molecules/avatar/avatar.styles.js +0 -90
- package/src/components/molecules/avatar/avatar.test.js +0 -22
- package/src/components/molecules/bare-time-picker/bare-time-picker.component.d.ts +0 -9
- package/src/components/molecules/bare-time-picker/bare-time-picker.component.native.tsx +0 -78
- package/src/components/molecules/bare-time-picker/bare-time-picker.component.tsx +0 -52
- package/src/components/molecules/bare-time-picker/bare-time-picker.preview.d.ts +0 -2
- package/src/components/molecules/bare-time-picker/bare-time-picker.preview.tsx +0 -86
- package/src/components/molecules/bare-time-picker/bare-time-picker.styles.d.ts +0 -14
- package/src/components/molecules/bare-time-picker/bare-time-picker.styles.js +0 -18
- package/src/components/molecules/blocked-message/__snapshots__/blocked-message.test.js.snap +0 -107
- package/src/components/molecules/blocked-message/blocked-message.component.d.ts +0 -6
- package/src/components/molecules/blocked-message/blocked-message.component.tsx +0 -35
- package/src/components/molecules/blocked-message/blocked-message.preview.d.ts +0 -2
- package/src/components/molecules/blocked-message/blocked-message.preview.tsx +0 -23
- package/src/components/molecules/blocked-message/blocked-message.styles.d.ts +0 -22
- package/src/components/molecules/blocked-message/blocked-message.styles.js +0 -21
- package/src/components/molecules/blocked-message/blocked-message.test.js +0 -12
- package/src/components/molecules/button/__snapshots__/button.test.js.snap +0 -652
- package/src/components/molecules/button/button.component.d.ts +0 -15
- package/src/components/molecules/button/button.component.tsx +0 -77
- package/src/components/molecules/button/button.preview.d.ts +0 -2
- package/src/components/molecules/button/button.preview.tsx +0 -57
- package/src/components/molecules/button/button.styles.d.ts +0 -18
- package/src/components/molecules/button/button.styles.js +0 -18
- package/src/components/molecules/button/button.test.js +0 -56
- package/src/components/molecules/calendar-select/__snapshots__/calendar-select.test.js.snap +0 -343
- package/src/components/molecules/calendar-select/calendar-select.component.d.ts +0 -10
- package/src/components/molecules/calendar-select/calendar-select.component.tsx +0 -98
- package/src/components/molecules/calendar-select/calendar-select.preview.d.ts +0 -2
- package/src/components/molecules/calendar-select/calendar-select.preview.tsx +0 -20
- package/src/components/molecules/calendar-select/calendar-select.styles.d.ts +0 -33
- package/src/components/molecules/calendar-select/calendar-select.styles.js +0 -37
- package/src/components/molecules/calendar-select/calendar-select.test.js +0 -20
- package/src/components/molecules/cancel-link/__snapshots__/cancel-link.test.js.snap +0 -139
- package/src/components/molecules/cancel-link/cancel-link.component.d.ts +0 -7
- package/src/components/molecules/cancel-link/cancel-link.component.tsx +0 -27
- package/src/components/molecules/cancel-link/cancel-link.preview.d.ts +0 -2
- package/src/components/molecules/cancel-link/cancel-link.preview.tsx +0 -20
- package/src/components/molecules/cancel-link/cancel-link.styles.d.ts +0 -11
- package/src/components/molecules/cancel-link/cancel-link.styles.js +0 -15
- package/src/components/molecules/cancel-link/cancel-link.test.js +0 -28
- package/src/components/molecules/checkbox/__snapshots__/checkbox.test.js.snap +0 -176
- package/src/components/molecules/checkbox/checkbox.component.d.ts +0 -8
- package/src/components/molecules/checkbox/checkbox.component.tsx +0 -31
- package/src/components/molecules/checkbox/checkbox.preview.d.ts +0 -2
- package/src/components/molecules/checkbox/checkbox.preview.tsx +0 -46
- package/src/components/molecules/checkbox/checkbox.styles.d.ts +0 -32
- package/src/components/molecules/checkbox/checkbox.styles.js +0 -30
- package/src/components/molecules/checkbox/checkbox.test.js +0 -30
- package/src/components/molecules/contact-role/__snapshots__/contact-role.test.js.snap +0 -113
- package/src/components/molecules/contact-role/contact-role.component.d.ts +0 -8
- package/src/components/molecules/contact-role/contact-role.component.tsx +0 -37
- package/src/components/molecules/contact-role/contact-role.preview.d.ts +0 -2
- package/src/components/molecules/contact-role/contact-role.preview.tsx +0 -17
- package/src/components/molecules/contact-role/contact-role.styles.d.ts +0 -16
- package/src/components/molecules/contact-role/contact-role.styles.js +0 -20
- package/src/components/molecules/contact-role/contact-role.test.js +0 -18
- package/src/components/molecules/context-label/context-label.component.d.ts +0 -7
- package/src/components/molecules/context-label/context-label.component.tsx +0 -37
- package/src/components/molecules/context-label/context-label.preview.d.ts +0 -2
- package/src/components/molecules/context-label/context-label.preview.tsx +0 -70
- package/src/components/molecules/context-label/context-label.styles.d.ts +0 -18
- package/src/components/molecules/context-label/context-label.styles.js +0 -21
- package/src/components/molecules/date-input/__snapshots__/date-input.test.js.snap +0 -140
- package/src/components/molecules/date-input/date-input.component.d.ts +0 -8
- package/src/components/molecules/date-input/date-input.component.tsx +0 -32
- package/src/components/molecules/date-input/date-input.preview.d.ts +0 -2
- package/src/components/molecules/date-input/date-input.preview.tsx +0 -62
- package/src/components/molecules/date-input/date-input.styles.d.ts +0 -18
- package/src/components/molecules/date-input/date-input.styles.js +0 -22
- package/src/components/molecules/date-input/date-input.test.js +0 -23
- package/src/components/molecules/day/__snapshots__/day.test.js.snap +0 -263
- package/src/components/molecules/day/day.component.d.ts +0 -13
- package/src/components/molecules/day/day.component.tsx +0 -69
- package/src/components/molecules/day/day.styles.d.ts +0 -35
- package/src/components/molecules/day/day.styles.js +0 -27
- package/src/components/molecules/day/day.test.js +0 -37
- package/src/components/molecules/default-select/__snapshots__/default-select.test.js.snap +0 -140
- package/src/components/molecules/default-select/default-select.component.d.ts +0 -7
- package/src/components/molecules/default-select/default-select.component.tsx +0 -42
- package/src/components/molecules/default-select/default-select.preview.d.ts +0 -2
- package/src/components/molecules/default-select/default-select.preview.tsx +0 -34
- package/src/components/molecules/default-select/default-select.styles.d.ts +0 -13
- package/src/components/molecules/default-select/default-select.styles.js +0 -17
- package/src/components/molecules/default-select/default-select.test.js +0 -17
- package/src/components/molecules/department_logo/__snapshots__/department-logo.test.js.snap +0 -27
- package/src/components/molecules/department_logo/department-logo.component.d.ts +0 -6
- package/src/components/molecules/department_logo/department-logo.component.tsx +0 -21
- package/src/components/molecules/department_logo/department-logo.preview.d.ts +0 -2
- package/src/components/molecules/department_logo/department-logo.preview.tsx +0 -11
- package/src/components/molecules/department_logo/department-logo.styles.d.ts +0 -5
- package/src/components/molecules/department_logo/department-logo.styles.js +0 -9
- package/src/components/molecules/department_logo/department-logo.test.js +0 -12
- package/src/components/molecules/failed-to-send/__snapshots__/failed-bubble.test.js.snap +0 -386
- package/src/components/molecules/failed-to-send/failed-bubble.component.d.ts +0 -9
- package/src/components/molecules/failed-to-send/failed-bubble.component.tsx +0 -101
- package/src/components/molecules/failed-to-send/failed-bubble.styles.d.ts +0 -38
- package/src/components/molecules/failed-to-send/failed-bubble.styles.js +0 -42
- package/src/components/molecules/failed-to-send/failed-bubble.test.js +0 -75
- package/src/components/molecules/filter-range/__snapshots__/filter-range.test.js.snap +0 -208
- package/src/components/molecules/filter-range/filter-range.component.d.ts +0 -11
- package/src/components/molecules/filter-range/filter-range.component.tsx +0 -72
- package/src/components/molecules/filter-range/filter-range.preview.d.ts +0 -2
- package/src/components/molecules/filter-range/filter-range.preview.tsx +0 -26
- package/src/components/molecules/filter-range/filter-range.styles.d.ts +0 -22
- package/src/components/molecules/filter-range/filter-range.styles.js +0 -26
- package/src/components/molecules/filter-range/filter-range.test.js +0 -20
- package/src/components/molecules/filter-tab/__snapshots__/filter-tab.test.js.snap +0 -536
- package/src/components/molecules/filter-tab/filter-tab.component.d.ts +0 -11
- package/src/components/molecules/filter-tab/filter-tab.component.tsx +0 -108
- package/src/components/molecules/filter-tab/filter-tab.preview.d.ts +0 -2
- package/src/components/molecules/filter-tab/filter-tab.preview.tsx +0 -80
- package/src/components/molecules/filter-tab/filter-tab.styles.d.ts +0 -59
- package/src/components/molecules/filter-tab/filter-tab.styles.js +0 -58
- package/src/components/molecules/filter-tab/filter-tab.test.js +0 -42
- package/src/components/molecules/info/__snapshots__/info.test.js.snap +0 -64
- package/src/components/molecules/info/info.component.d.ts +0 -8
- package/src/components/molecules/info/info.component.tsx +0 -39
- package/src/components/molecules/info/info.preview.d.ts +0 -2
- package/src/components/molecules/info/info.preview.tsx +0 -28
- package/src/components/molecules/info/info.styles.d.ts +0 -16
- package/src/components/molecules/info/info.styles.js +0 -20
- package/src/components/molecules/info/info.test.js +0 -18
- package/src/components/molecules/inline-error/inline-error.component.d.ts +0 -6
- package/src/components/molecules/inline-error/inline-error.component.tsx +0 -34
- package/src/components/molecules/inline-error/inline-error.preview.d.ts +0 -2
- package/src/components/molecules/inline-error/inline-error.preview.tsx +0 -22
- package/src/components/molecules/inline-error/inline-error.styles.d.ts +0 -18
- package/src/components/molecules/inline-error/inline-error.styles.js +0 -22
- package/src/components/molecules/inline-notice/inline-notice.component.d.ts +0 -6
- package/src/components/molecules/inline-notice/inline-notice.component.tsx +0 -31
- package/src/components/molecules/inline-notice/inline-notice.preview.tsx +0 -22
- package/src/components/molecules/inline-notice/inline-notice.styles.d.ts +0 -18
- package/src/components/molecules/inline-notice/inline-notice.styles.js +0 -22
- package/src/components/molecules/language-button/__snapshots__/language-button.test.js.snap +0 -129
- package/src/components/molecules/language-button/language-button.component.d.ts +0 -8
- package/src/components/molecules/language-button/language-button.component.tsx +0 -33
- package/src/components/molecules/language-button/language-button.preview.d.ts +0 -2
- package/src/components/molecules/language-button/language-button.preview.tsx +0 -29
- package/src/components/molecules/language-button/language-button.styles.d.ts +0 -8
- package/src/components/molecules/language-button/language-button.styles.js +0 -12
- package/src/components/molecules/language-button/language-button.test.js +0 -29
- package/src/components/molecules/message-input/__snapshots__/message-input.test.js.snap +0 -611
- package/src/components/molecules/message-input/message-input.component.d.ts +0 -9
- package/src/components/molecules/message-input/message-input.component.tsx +0 -54
- package/src/components/molecules/message-input/message-input.preview.d.ts +0 -2
- package/src/components/molecules/message-input/message-input.preview.tsx +0 -54
- package/src/components/molecules/message-input/message-input.styles.d.ts +0 -33
- package/src/components/molecules/message-input/message-input.styles.js +0 -37
- package/src/components/molecules/message-input/message-input.test.js +0 -63
- package/src/components/molecules/more-info-button/__snapshots__/more-info-button.test.js.snap +0 -133
- package/src/components/molecules/more-info-button/more-info-button.component.d.ts +0 -8
- package/src/components/molecules/more-info-button/more-info-button.component.tsx +0 -33
- package/src/components/molecules/more-info-button/more-info-button.preview.d.ts +0 -2
- package/src/components/molecules/more-info-button/more-info-button.preview.tsx +0 -29
- package/src/components/molecules/more-info-button/more-info-button.styles.d.ts +0 -10
- package/src/components/molecules/more-info-button/more-info-button.styles.js +0 -15
- package/src/components/molecules/more-info-button/more-info-button.test.js +0 -29
- package/src/components/molecules/password-input/__snapshots__/password-input.test.js.snap +0 -504
- package/src/components/molecules/password-input/password-input.component.d.ts +0 -8
- package/src/components/molecules/password-input/password-input.component.tsx +0 -55
- package/src/components/molecules/password-input/password-input.preview.d.ts +0 -2
- package/src/components/molecules/password-input/password-input.preview.tsx +0 -59
- package/src/components/molecules/password-input/password-input.styles.d.ts +0 -29
- package/src/components/molecules/password-input/password-input.styles.js +0 -33
- package/src/components/molecules/password-input/password-input.test.js +0 -46
- package/src/components/molecules/pill/__snapshots__/pill.test.js.snap +0 -226
- package/src/components/molecules/pill/pill.component.d.ts +0 -8
- package/src/components/molecules/pill/pill.component.tsx +0 -33
- package/src/components/molecules/pill/pill.preview.d.ts +0 -2
- package/src/components/molecules/pill/pill.preview.tsx +0 -23
- package/src/components/molecules/pill/pill.styles.d.ts +0 -32
- package/src/components/molecules/pill/pill.styles.js +0 -33
- package/src/components/molecules/pill/pill.test.js +0 -42
- package/src/components/molecules/pressable-icon/__snapshots__/pressable-icon.test.js.snap +0 -460
- package/src/components/molecules/pressable-icon/pressable-icon.component.d.ts +0 -9
- package/src/components/molecules/pressable-icon/pressable-icon.component.tsx +0 -50
- package/src/components/molecules/pressable-icon/pressable-icon.preview.d.ts +0 -2
- package/src/components/molecules/pressable-icon/pressable-icon.preview.tsx +0 -37
- package/src/components/molecules/pressable-icon/pressable-icon.styles.d.ts +0 -20
- package/src/components/molecules/pressable-icon/pressable-icon.styles.js +0 -25
- package/src/components/molecules/pressable-icon/pressable-icon.test.js +0 -51
- package/src/components/molecules/quick-filter/__snapshots__/quick-filter.test.js.snap +0 -557
- package/src/components/molecules/quick-filter/quick-filter.component.d.ts +0 -12
- package/src/components/molecules/quick-filter/quick-filter.component.tsx +0 -50
- package/src/components/molecules/quick-filter/quick-filter.preview.d.ts +0 -2
- package/src/components/molecules/quick-filter/quick-filter.preview.tsx +0 -57
- package/src/components/molecules/quick-filter/quick-filter.styles.d.ts +0 -35
- package/src/components/molecules/quick-filter/quick-filter.styles.js +0 -49
- package/src/components/molecules/quick-filter/quick-filter.test.js +0 -134
- package/src/components/molecules/search-input/__snapshots__/search.test.js.snap +0 -145
- package/src/components/molecules/search-input/search.component.d.ts +0 -10
- package/src/components/molecules/search-input/search.component.tsx +0 -50
- package/src/components/molecules/search-input/search.preview.d.ts +0 -2
- package/src/components/molecules/search-input/search.preview.tsx +0 -26
- package/src/components/molecules/search-input/search.styles.d.ts +0 -33
- package/src/components/molecules/search-input/search.styles.js +0 -38
- package/src/components/molecules/search-input/search.test.js +0 -22
- package/src/components/molecules/select-link/__snapshots__/select-link.test.js.snap +0 -70
- package/src/components/molecules/select-link/select-link.component.d.ts +0 -7
- package/src/components/molecules/select-link/select-link.component.tsx +0 -29
- package/src/components/molecules/select-link/select-link.preview.d.ts +0 -2
- package/src/components/molecules/select-link/select-link.preview.tsx +0 -20
- package/src/components/molecules/select-link/select-link.styles.d.ts +0 -11
- package/src/components/molecules/select-link/select-link.styles.js +0 -15
- package/src/components/molecules/select-link/select-link.test.js +0 -17
- package/src/components/molecules/select-list-item/__snapshots__/select-list-item.test.js.snap +0 -762
- package/src/components/molecules/select-list-item/select-list-item-preview.d.ts +0 -2
- package/src/components/molecules/select-list-item/select-list-item-preview.tsx +0 -40
- package/src/components/molecules/select-list-item/select-list-item.component.d.ts +0 -12
- package/src/components/molecules/select-list-item/select-list-item.component.tsx +0 -82
- package/src/components/molecules/select-list-item/select-list-item.styles.d.ts +0 -41
- package/src/components/molecules/select-list-item/select-list-item.styles.js +0 -43
- package/src/components/molecules/select-list-item/select-list-item.test.js +0 -38
- package/src/components/molecules/select-picker/__snapshots__/select-picker.test.js.snap +0 -407
- package/src/components/molecules/select-picker/select-picker.component.d.ts +0 -12
- package/src/components/molecules/select-picker/select-picker.component.tsx +0 -75
- package/src/components/molecules/select-picker/select-picker.preview.d.ts +0 -2
- package/src/components/molecules/select-picker/select-picker.preview.tsx +0 -63
- package/src/components/molecules/select-picker/select-picker.styles.d.ts +0 -32
- package/src/components/molecules/select-picker/select-picker.styles.js +0 -38
- package/src/components/molecules/select-picker/select-picker.test.js +0 -31
- package/src/components/molecules/selectable-list-item/selectable-list-item-preview.d.ts +0 -2
- package/src/components/molecules/selectable-list-item/selectable-list-item-preview.tsx +0 -51
- package/src/components/molecules/selectable-list-item/selectable-list-item.component.d.ts +0 -11
- package/src/components/molecules/selectable-list-item/selectable-list-item.component.tsx +0 -73
- package/src/components/molecules/selectable-list-item/selectable-list-item.styles.d.ts +0 -32
- package/src/components/molecules/selectable-list-item/selectable-list-item.styles.js +0 -34
- package/src/components/molecules/send-bubble/__snapshots__/send-text-bubble.test.js.snap +0 -1979
- package/src/components/molecules/send-bubble/send-text-bubble.component.d.ts +0 -11
- package/src/components/molecules/send-bubble/send-text-bubble.component.tsx +0 -104
- package/src/components/molecules/send-bubble/send-text-bubble.styles.d.ts +0 -60
- package/src/components/molecules/send-bubble/send-text-bubble.styles.js +0 -50
- package/src/components/molecules/send-bubble/send-text-bubble.test.js +0 -156
- package/src/components/molecules/snackbar/__snapshots__/snackbar.test.js.snap +0 -557
- package/src/components/molecules/snackbar/snackbar.component.d.ts +0 -8
- package/src/components/molecules/snackbar/snackbar.component.tsx +0 -65
- package/src/components/molecules/snackbar/snackbar.preview.d.ts +0 -2
- package/src/components/molecules/snackbar/snackbar.preview.tsx +0 -40
- package/src/components/molecules/snackbar/snackbar.styles.d.ts +0 -57
- package/src/components/molecules/snackbar/snackbar.styles.js +0 -54
- package/src/components/molecules/snackbar/snackbar.test.js +0 -35
- package/src/components/molecules/swipe/__snapshots__/swipe.test.js.snap +0 -340
- package/src/components/molecules/swipe/swipe.component.d.ts +0 -7
- package/src/components/molecules/swipe/swipe.component.native.tsx +0 -78
- package/src/components/molecules/swipe/swipe.component.tsx +0 -20
- package/src/components/molecules/swipe/swipe.preview.d.ts +0 -2
- package/src/components/molecules/swipe/swipe.preview.tsx +0 -123
- package/src/components/molecules/swipe/swipe.styles.d.ts +0 -28
- package/src/components/molecules/swipe/swipe.styles.js +0 -32
- package/src/components/molecules/swipe/swipe.test.js +0 -46
- package/src/components/molecules/swipeable/swipeable-action.component.d.ts +0 -10
- package/src/components/molecules/swipeable/swipeable-action.component.tsx +0 -57
- package/src/components/molecules/swipeable/swipeable-action.styles.d.ts +0 -12
- package/src/components/molecules/swipeable/swipeable-action.styles.js +0 -20
- package/src/components/molecules/swipeable/swipeable-container.component.d.ts +0 -14
- package/src/components/molecules/swipeable/swipeable-container.component.tsx +0 -69
- package/src/components/molecules/swipeable/swipeable-container.styles.d.ts +0 -9
- package/src/components/molecules/swipeable/swipeable-container.styles.js +0 -14
- package/src/components/molecules/tag/__snapshots__/tag.test.js.snap +0 -139
- package/src/components/molecules/tag/tag.component.d.ts +0 -9
- package/src/components/molecules/tag/tag.component.tsx +0 -39
- package/src/components/molecules/tag/tag.preview.d.ts +0 -2
- package/src/components/molecules/tag/tag.preview.tsx +0 -85
- package/src/components/molecules/tag/tag.styles.d.ts +0 -19
- package/src/components/molecules/tag/tag.styles.js +0 -19
- package/src/components/molecules/tag/tag.test.js +0 -34
- package/src/components/molecules/time-picker/__snapshots__/time-picker.test.js.snap +0 -2221
- package/src/components/molecules/time-picker/time-picker.component.d.ts +0 -9
- package/src/components/molecules/time-picker/time-picker.component.tsx +0 -98
- package/src/components/molecules/time-picker/time-picker.preview.d.ts +0 -2
- package/src/components/molecules/time-picker/time-picker.preview.tsx +0 -109
- package/src/components/molecules/time-picker/time-picker.styles.d.ts +0 -27
- package/src/components/molecules/time-picker/time-picker.styles.js +0 -31
- package/src/components/molecules/time-picker/time-picker.test.js +0 -18
- package/src/components/molecules/time-tracker/__snapshots__/time-tracker.test.js.snap +0 -266
- package/src/components/molecules/time-tracker/time-tracker.component.d.ts +0 -9
- package/src/components/molecules/time-tracker/time-tracker.component.tsx +0 -30
- package/src/components/molecules/time-tracker/time-tracker.preview.d.ts +0 -2
- package/src/components/molecules/time-tracker/time-tracker.preview.tsx +0 -15
- package/src/components/molecules/time-tracker/time-tracker.styles.d.ts +0 -33
- package/src/components/molecules/time-tracker/time-tracker.styles.js +0 -32
- package/src/components/molecules/time-tracker/time-tracker.test.js +0 -36
- package/src/components/molecules/timeline/__snapshots__/timeline.test.js.snap +0 -257
- package/src/components/molecules/timeline/timeline.component.d.ts +0 -7
- package/src/components/molecules/timeline/timeline.component.tsx +0 -69
- package/src/components/molecules/timeline/timeline.preview.d.ts +0 -2
- package/src/components/molecules/timeline/timeline.preview.tsx +0 -32
- package/src/components/molecules/timeline/timeline.styles.d.ts +0 -61
- package/src/components/molecules/timeline/timeline.styles.js +0 -46
- package/src/components/molecules/timeline/timeline.test.js +0 -18
- package/src/components/molecules/timestamp/__snapshots__/timestamp.test.js.snap +0 -28
- package/src/components/molecules/timestamp/timestamp.component.d.ts +0 -8
- package/src/components/molecules/timestamp/timestamp.component.tsx +0 -30
- package/src/components/molecules/timestamp/timestamp.styles.d.ts +0 -5
- package/src/components/molecules/timestamp/timestamp.styles.js +0 -8
- package/src/components/molecules/timestamp/timestamp.test.js +0 -16
- package/src/components/molecules/wave-background/__snapshots__/wave.test.js.snap +0 -173
- package/src/components/molecules/wave-background/wave.component.d.ts +0 -3
- package/src/components/molecules/wave-background/wave.component.tsx +0 -35
- package/src/components/molecules/wave-background/wave.preview.d.ts +0 -2
- package/src/components/molecules/wave-background/wave.preview.tsx +0 -78
- package/src/components/molecules/wave-background/wave.styles.d.ts +0 -13
- package/src/components/molecules/wave-background/wave.styles.js +0 -13
- package/src/components/molecules/wave-background/wave.test.js +0 -25
- package/src/components/molecules/wide-button/__snapshots__/wide-button.test.js.snap +0 -269
- package/src/components/molecules/wide-button/wide-button.component.d.ts +0 -9
- package/src/components/molecules/wide-button/wide-button.component.tsx +0 -39
- package/src/components/molecules/wide-button/wide-button.preview.d.ts +0 -2
- package/src/components/molecules/wide-button/wide-button.preview.tsx +0 -28
- package/src/components/molecules/wide-button/wide-button.styles.d.ts +0 -15
- package/src/components/molecules/wide-button/wide-button.styles.js +0 -19
- package/src/components/molecules/wide-button/wide-button.test.js +0 -30
- package/src/components/organisms/child-list-item/__snapshots__/child-list-item.test.js.snap +0 -1040
- package/src/components/organisms/child-list-item/child-list-item.component.d.ts +0 -23
- package/src/components/organisms/child-list-item/child-list-item.component.tsx +0 -166
- package/src/components/organisms/child-list-item/child-list-item.preview.d.ts +0 -2
- package/src/components/organisms/child-list-item/child-list-item.preview.tsx +0 -141
- package/src/components/organisms/child-list-item/child-list-item.styles.d.ts +0 -57
- package/src/components/organisms/child-list-item/child-list-item.styles.js +0 -61
- package/src/components/organisms/child-list-item/child-list-item.test.js +0 -75
- package/src/components/organisms/child-list-item/components/child-list-tag.component.d.ts +0 -7
- package/src/components/organisms/child-list-item/components/child-list-tag.component.tsx +0 -28
- package/src/components/organisms/child-list-item/components/child-list-tag.styles.d.ts +0 -13
- package/src/components/organisms/child-list-item/components/child-list-tag.styles.js +0 -16
- package/src/components/organisms/contact-item/__snapshots__/contact-item.test.js.snap +0 -404
- package/src/components/organisms/contact-item/contact-item.component.d.ts +0 -10
- package/src/components/organisms/contact-item/contact-item.component.tsx +0 -85
- package/src/components/organisms/contact-item/contact-item.preview.d.ts +0 -2
- package/src/components/organisms/contact-item/contact-item.preview.tsx +0 -38
- package/src/components/organisms/contact-item/contact-item.styles.d.ts +0 -22
- package/src/components/organisms/contact-item/contact-item.styles.js +0 -27
- package/src/components/organisms/contact-item/contact-item.test.js +0 -22
- package/src/components/organisms/journal-entry/components/entry-type-indicator/entry-type-indicator.component.d.ts +0 -7
- package/src/components/organisms/journal-entry/components/entry-type-indicator/entry-type-indicator.component.tsx +0 -96
- package/src/components/organisms/journal-entry/components/entry-type-indicator/entry-type-indicator.styles.d.ts +0 -13
- package/src/components/organisms/journal-entry/components/entry-type-indicator/entry-type-indicator.styles.js +0 -17
- package/src/components/organisms/journal-entry/components/index.d.ts +0 -2
- package/src/components/organisms/journal-entry/components/index.ts +0 -2
- package/src/components/organisms/journal-entry/components/journal-entry-type/journal-entry-type.component.d.ts +0 -11
- package/src/components/organisms/journal-entry/components/journal-entry-type/journal-entry-type.component.tsx +0 -63
- package/src/components/organisms/journal-entry/components/journal-entry-type/journal-entry-type.styles.d.ts +0 -13
- package/src/components/organisms/journal-entry/components/journal-entry-type/journal-entry-type.styles.js +0 -16
- package/src/components/organisms/journal-entry/journal-entry.component.d.ts +0 -20
- package/src/components/organisms/journal-entry/journal-entry.component.tsx +0 -134
- package/src/components/organisms/journal-entry/journal-entry.preview.d.ts +0 -2
- package/src/components/organisms/journal-entry/journal-entry.preview.tsx +0 -214
- package/src/components/organisms/journal-entry/journal-entry.styles.d.ts +0 -26
- package/src/components/organisms/journal-entry/journal-entry.styles.js +0 -27
- package/src/components/organisms/loading-indicator/__snapshots__/loading-indicator.test.js.snap +0 -474
- package/src/components/organisms/loading-indicator/animation-style.animate.d.ts +0 -3
- package/src/components/organisms/loading-indicator/animation-style.animate.ts +0 -164
- package/src/components/organisms/loading-indicator/container.component.d.ts +0 -1
- package/src/components/organisms/loading-indicator/container.component.tsx +0 -65
- package/src/components/organisms/loading-indicator/dot.component.d.ts +0 -6
- package/src/components/organisms/loading-indicator/dot.component.tsx +0 -27
- package/src/components/organisms/loading-indicator/loading-indicator.component.d.ts +0 -2
- package/src/components/organisms/loading-indicator/loading-indicator.component.tsx +0 -21
- package/src/components/organisms/loading-indicator/loading-indicator.preview.d.ts +0 -2
- package/src/components/organisms/loading-indicator/loading-indicator.preview.tsx +0 -100
- package/src/components/organisms/loading-indicator/loading-indicator.test.js +0 -41
- package/src/components/organisms/my-child-list-item/__snapshots__/my-child-list-item.test.js.snap +0 -293
- package/src/components/organisms/my-child-list-item/my-child-list-item.component.d.ts +0 -13
- package/src/components/organisms/my-child-list-item/my-child-list-item.component.tsx +0 -61
- package/src/components/organisms/my-child-list-item/my-child-list-item.preview.d.ts +0 -2
- package/src/components/organisms/my-child-list-item/my-child-list-item.preview.tsx +0 -51
- package/src/components/organisms/my-child-list-item/my-child-list-item.styles.d.ts +0 -33
- package/src/components/organisms/my-child-list-item/my-child-list-item.styles.js +0 -37
- package/src/components/organisms/my-child-list-item/my-child-list-item.test.js +0 -23
- package/src/components/organisms/person-info-card/__snapshots__/person-info-card.test.js.snap +0 -709
- package/src/components/organisms/person-info-card/person-info-card.component.d.ts +0 -15
- package/src/components/organisms/person-info-card/person-info-card.component.tsx +0 -45
- package/src/components/organisms/person-info-card/person-info-card.preview.d.ts +0 -2
- package/src/components/organisms/person-info-card/person-info-card.preview.tsx +0 -75
- package/src/components/organisms/person-info-card/person-info-card.styles.d.ts +0 -6
- package/src/components/organisms/person-info-card/person-info-card.styles.js +0 -10
- package/src/components/organisms/person-info-card/person-info-card.test.js +0 -85
- package/src/components/organisms/text-bubble/__snapshots__/text-bubble.test.js.snap +0 -3046
- package/src/components/organisms/text-bubble/text-bubble.component.d.ts +0 -15
- package/src/components/organisms/text-bubble/text-bubble.component.tsx +0 -71
- package/src/components/organisms/text-bubble/text-bubble.preview.d.ts +0 -2
- package/src/components/organisms/text-bubble/text-bubble.preview.tsx +0 -85
- package/src/components/organisms/text-bubble/text-bubble.styles.d.ts +0 -16
- package/src/components/organisms/text-bubble/text-bubble.styles.js +0 -20
- package/src/components/organisms/text-bubble/text-bubble.test.js +0 -144
- package/src/components/organisms/timetable-edit/timetable-edit.component.d.ts +0 -17
- package/src/components/organisms/timetable-edit/timetable-edit.component.tsx +0 -97
- package/src/components/organisms/timetable-edit/timetable-edit.preview.d.ts +0 -2
- package/src/components/organisms/timetable-edit/timetable-edit.preview.tsx +0 -84
- package/src/components/organisms/timetable-edit/timetable-edit.styles.d.ts +0 -21
- package/src/components/organisms/timetable-edit/timetable-edit.styles.js +0 -25
- package/src/components/organisms/timetable-editor/components/timetable-edit-wrapper.d.ts +0 -12
- package/src/components/organisms/timetable-editor/components/timetable-edit-wrapper.tsx +0 -70
- package/src/components/organisms/timetable-editor/timetable-editor-staff.component.d.ts +0 -8
- package/src/components/organisms/timetable-editor/timetable-editor-staff.component.tsx +0 -72
- package/src/components/organisms/timetable-editor/timetable-editor.component.d.ts +0 -8
- package/src/components/organisms/timetable-editor/timetable-editor.component.tsx +0 -84
- package/src/components/organisms/timetable-editor/timetable-editor.preview.d.ts +0 -2
- package/src/components/organisms/timetable-editor/timetable-editor.preview.tsx +0 -53
- package/src/components/organisms/timetable-editor/timetable-editor.styles.d.ts +0 -8
- package/src/components/organisms/timetable-editor/timetable-editor.styles.js +0 -12
- package/src/components/templates/modal/components/fade-panel.component.d.ts +0 -11
- package/src/components/templates/modal/components/fade-panel.component.tsx +0 -53
- package/src/components/templates/modal/components/fade-panel.styles.d.ts +0 -18
- package/src/components/templates/modal/components/fade-panel.styles.js +0 -19
- package/src/components/templates/modal/modal-preview.styles.d.ts +0 -13
- package/src/components/templates/modal/modal-preview.styles.js +0 -17
- package/src/components/templates/modal/modal.component.d.ts +0 -10
- package/src/components/templates/modal/modal.component.tsx +0 -53
- package/src/components/templates/modal/modal.preview.d.ts +0 -2
- package/src/components/templates/modal/modal.preview.tsx +0 -48
- package/src/components/templates/modal/modal.styles.d.ts +0 -23
- package/src/components/templates/modal/modal.styles.js +0 -28
- package/src/components/templates/popover/components/foreground/foreground.component.d.ts +0 -7
- package/src/components/templates/popover/components/foreground/foreground.component.tsx +0 -15
- package/src/components/templates/popover/components/foreground/foreground.styles.d.ts +0 -12
- package/src/components/templates/popover/components/foreground/foreground.styles.js +0 -17
- package/src/components/templates/popover/components/index.d.ts +0 -4
- package/src/components/templates/popover/components/index.js +0 -5
- package/src/components/templates/popover/components/modal/close/close.component.d.ts +0 -7
- package/src/components/templates/popover/components/modal/close/close.component.tsx +0 -28
- package/src/components/templates/popover/components/modal/close/close.styles.d.ts +0 -10
- package/src/components/templates/popover/components/modal/close/close.styles.js +0 -16
- package/src/components/templates/popover/components/modal/heading/heading.component.d.ts +0 -7
- package/src/components/templates/popover/components/modal/heading/heading.component.tsx +0 -35
- package/src/components/templates/popover/components/modal/heading/heading.styles.d.ts +0 -14
- package/src/components/templates/popover/components/modal/heading/heading.styles.js +0 -19
- package/src/components/templates/popover/components/modal/modal.component.d.ts +0 -12
- package/src/components/templates/popover/components/modal/modal.component.tsx +0 -92
- package/src/components/templates/popover/components/modal/modal.styles.d.ts +0 -19
- package/src/components/templates/popover/components/modal/modal.styles.js +0 -24
- package/src/components/templates/popover/components/modal/scroll-content/scroll-content.component.d.ts +0 -6
- package/src/components/templates/popover/components/modal/scroll-content/scroll-content.component.tsx +0 -20
- package/src/components/templates/popover/components/modal/scroll-content/scroll-content.styles.d.ts +0 -6
- package/src/components/templates/popover/components/modal/scroll-content/scroll-content.styles.js +0 -10
- package/src/components/templates/popover/popover.component.d.ts +0 -11
- package/src/components/templates/popover/popover.component.tsx +0 -67
- package/src/components/templates/popover/popover.preview.d.ts +0 -2
- package/src/components/templates/popover/popover.preview.tsx +0 -99
- package/src/components/templates/popover/popover.styles.d.ts +0 -11
- package/src/components/templates/popover/popover.styles.js +0 -15
- package/src/components/templates/popover-action/popover-action.component.d.ts +0 -12
- package/src/components/templates/popover-action/popover-action.component.tsx +0 -127
- package/src/components/templates/popover-action/popover-action.preview.d.ts +0 -2
- package/src/components/templates/popover-action/popover-action.preview.tsx +0 -142
- package/src/components/templates/popover-action/popover-action.styles.d.ts +0 -28
- package/src/components/templates/popover-action/popover-action.styles.js +0 -33
- package/src/context/loading-dots.context.d.ts +0 -8
- package/src/context/loading-dots.context.tsx +0 -33
- package/src/context/theme.context.d.ts +0 -74
- package/src/context/theme.context.ts +0 -77
- package/src/gradients/main/main.gradient.d.ts +0 -6
- package/src/gradients/main/main.gradient.tsx +0 -29
- package/src/gradients/main/main.styles.d.ts +0 -9
- package/src/gradients/main/main.styles.js +0 -11
- package/src/hooks/use-debounce.d.ts +0 -1
- package/src/hooks/use-debounce.ts +0 -15
- package/src/icons/__snapshots__/icons.test.js.snap +0 -3152
- package/src/icons/crown.icon.d.ts +0 -2
- package/src/icons/crown.icon.tsx +0 -29
- package/src/icons/icons.test.js +0 -328
- package/src/icons/index.d.ts +0 -3
- package/src/icons/index.tsx +0 -16
- package/src/icons/outline/calendar/calendar.icon.d.ts +0 -3
- package/src/icons/outline/calendar/calendar.icon.tsx +0 -24
- package/src/icons/outline/chat/chat.icon.d.ts +0 -3
- package/src/icons/outline/chat/chat.icon.tsx +0 -24
- package/src/icons/outline/chat-alt/chat-alt.icon.d.ts +0 -3
- package/src/icons/outline/chat-alt/chat-alt.icon.tsx +0 -24
- package/src/icons/outline/check-circle/check-circle.icon.d.ts +0 -3
- package/src/icons/outline/check-circle/check-circle.icon.tsx +0 -24
- package/src/icons/outline/chevron-left/chevron-left.icon.d.ts +0 -3
- package/src/icons/outline/chevron-left/chevron-left.icon.tsx +0 -24
- package/src/icons/outline/chevron-right/chevron-right.icon.d.ts +0 -3
- package/src/icons/outline/chevron-right/chevron-right.icon.tsx +0 -24
- package/src/icons/outline/clock/clock.icon.d.ts +0 -3
- package/src/icons/outline/clock/clock.icon.tsx +0 -24
- package/src/icons/outline/cloud-download/cloud-download.icon.d.ts +0 -3
- package/src/icons/outline/cloud-download/cloud-download.icon.tsx +0 -24
- package/src/icons/outline/currency-euro/currency-euro.icon.d.ts +0 -3
- package/src/icons/outline/currency-euro/currency-euro.icon.tsx +0 -24
- package/src/icons/outline/document-text/document-text.icon.d.ts +0 -3
- package/src/icons/outline/document-text/document-text.icon.tsx +0 -21
- package/src/icons/outline/exclamation/exclamation.icon.d.ts +0 -3
- package/src/icons/outline/exclamation/exclamation.icon.tsx +0 -21
- package/src/icons/outline/exclamation-circle/exclamation-circle.icon.d.ts +0 -3
- package/src/icons/outline/exclamation-circle/exclamation-circle.icon.tsx +0 -24
- package/src/icons/outline/eye/eye.icon.d.ts +0 -3
- package/src/icons/outline/eye/eye.icon.tsx +0 -28
- package/src/icons/outline/eye-off/eye-off.icon.d.ts +0 -3
- package/src/icons/outline/eye-off/eye-off.icon.tsx +0 -21
- package/src/icons/outline/filter/filter.icon.d.ts +0 -3
- package/src/icons/outline/filter/filter.icon.tsx +0 -22
- package/src/icons/outline/information-circle/information-circle.icon.d.ts +0 -3
- package/src/icons/outline/information-circle/information-circle.icon.tsx +0 -24
- package/src/icons/outline/logout/logout.icon.d.ts +0 -3
- package/src/icons/outline/logout/logout.icon.tsx +0 -27
- package/src/icons/outline/mail/mail.icon.d.ts +0 -3
- package/src/icons/outline/mail/mail.icon.tsx +0 -24
- package/src/icons/outline/mail-open/mail-open.icon.d.ts +0 -3
- package/src/icons/outline/mail-open/mail-open.icon.tsx +0 -24
- package/src/icons/outline/menu/menu.icon.d.ts +0 -3
- package/src/icons/outline/menu/menu.icon.tsx +0 -24
- package/src/icons/outline/minus-sm/minus-sm.icon.d.ts +0 -3
- package/src/icons/outline/minus-sm/minus-sm.icon.tsx +0 -24
- package/src/icons/outline/office-building/office-building.icon.d.ts +0 -3
- package/src/icons/outline/office-building/office-building.icon.tsx +0 -24
- package/src/icons/outline/outline-default.preview.d.ts +0 -2
- package/src/icons/outline/outline-default.preview.tsx +0 -115
- package/src/icons/outline/outline-grey.preview.d.ts +0 -2
- package/src/icons/outline/outline-grey.preview.tsx +0 -117
- package/src/icons/outline/outline-white.preview.d.ts +0 -2
- package/src/icons/outline/outline-white.preview.tsx +0 -121
- package/src/icons/outline/outline.d.ts +0 -2
- package/src/icons/outline/outline.tsx +0 -146
- package/src/icons/outline/paper-airplane/paper-airplane.icon.d.ts +0 -3
- package/src/icons/outline/paper-airplane/paper-airplane.icon.tsx +0 -30
- package/src/icons/outline/paperclip/paperclip.icon.d.ts +0 -3
- package/src/icons/outline/paperclip/paperclip.icon.tsx +0 -24
- package/src/icons/outline/pencil/pencil.icon.d.ts +0 -3
- package/src/icons/outline/pencil/pencil.icon.tsx +0 -24
- package/src/icons/outline/phone/phone.icon.d.ts +0 -3
- package/src/icons/outline/phone/phone.icon.tsx +0 -24
- package/src/icons/outline/photograph/photograph.icon.d.ts +0 -3
- package/src/icons/outline/photograph/photograph.icon.tsx +0 -24
- package/src/icons/outline/plus/plus.icon.d.ts +0 -3
- package/src/icons/outline/plus/plus.icon.tsx +0 -24
- package/src/icons/outline/plus-sm/plus-sm.icon.d.ts +0 -3
- package/src/icons/outline/plus-sm/plus-sm.icon.tsx +0 -21
- package/src/icons/outline/qrcode/qrcode.icon.d.ts +0 -3
- package/src/icons/outline/qrcode/qrcode.icon.tsx +0 -18
- package/src/icons/outline/refresh/refresh.icon.d.ts +0 -3
- package/src/icons/outline/refresh/refresh.icon.tsx +0 -24
- package/src/icons/outline/search/search.icon.d.ts +0 -3
- package/src/icons/outline/search/search.icon.tsx +0 -24
- package/src/icons/outline/selector/selector.icon.d.ts +0 -3
- package/src/icons/outline/selector/selector.icon.tsx +0 -24
- package/src/icons/outline/share/share.icon.d.ts +0 -3
- package/src/icons/outline/share/share.icon.tsx +0 -24
- package/src/icons/outline/sm-view-grid-add/sm-view-grid-add.icon.d.ts +0 -3
- package/src/icons/outline/sm-view-grid-add/sm-view-grid-add.icon.tsx +0 -24
- package/src/icons/outline/status-online/status-online.icon.d.ts +0 -3
- package/src/icons/outline/status-online/status-online.icon.tsx +0 -24
- package/src/icons/outline/thumb-up/thumb-up.icon.d.ts +0 -3
- package/src/icons/outline/thumb-up/thumb-up.icon.tsx +0 -24
- package/src/icons/outline/trash/trash.icon.d.ts +0 -3
- package/src/icons/outline/trash/trash.icon.tsx +0 -24
- package/src/icons/outline/user/user.icon.d.ts +0 -3
- package/src/icons/outline/user/user.icon.tsx +0 -33
- package/src/icons/outline/user-group/user-group.icon.d.ts +0 -3
- package/src/icons/outline/user-group/user-group.icon.tsx +0 -24
- package/src/icons/outline/users/users.icon.d.ts +0 -3
- package/src/icons/outline/users/users.icon.tsx +0 -24
- package/src/icons/outline/xmark/xmark.icon.d.ts +0 -3
- package/src/icons/outline/xmark/xmark.icon.tsx +0 -24
- package/src/icons/solid/calendar/calendar.icon.d.ts +0 -3
- package/src/icons/solid/calendar/calendar.icon.tsx +0 -21
- package/src/icons/solid/chat/chat.icon.d.ts +0 -3
- package/src/icons/solid/chat/chat.icon.tsx +0 -21
- package/src/icons/solid/chat-alt/chat-alt-solid.icon.d.ts +0 -3
- package/src/icons/solid/chat-alt/chat-alt-solid.icon.tsx +0 -21
- package/src/icons/solid/check-circle/check-circle.icon.d.ts +0 -3
- package/src/icons/solid/check-circle/check-circle.icon.tsx +0 -21
- package/src/icons/solid/chevron-left/chevron-left.icon.d.ts +0 -3
- package/src/icons/solid/chevron-left/chevron-left.icon.tsx +0 -21
- package/src/icons/solid/chevron-right/chevron-right.icon.d.ts +0 -3
- package/src/icons/solid/chevron-right/chevron-right.icon.tsx +0 -21
- package/src/icons/solid/clock/clock-solid.icon.d.ts +0 -3
- package/src/icons/solid/clock/clock-solid.icon.tsx +0 -22
- package/src/icons/solid/cloud-download/cloud-download.icon.d.ts +0 -3
- package/src/icons/solid/cloud-download/cloud-download.icon.tsx +0 -21
- package/src/icons/solid/currency-euro/currency-euro.icon.d.ts +0 -3
- package/src/icons/solid/currency-euro/currency-euro.icon.tsx +0 -21
- package/src/icons/solid/document-text/document-text-solid.icon.d.ts +0 -3
- package/src/icons/solid/document-text/document-text-solid.icon.tsx +0 -22
- package/src/icons/solid/exclamation/exclamation.icon.d.ts +0 -3
- package/src/icons/solid/exclamation/exclamation.icon.tsx +0 -20
- package/src/icons/solid/exclamation-circle/exclamation-circle.icon.d.ts +0 -3
- package/src/icons/solid/exclamation-circle/exclamation-circle.icon.tsx +0 -23
- package/src/icons/solid/eye/eye.icon.d.ts +0 -3
- package/src/icons/solid/eye/eye.icon.tsx +0 -24
- package/src/icons/solid/eye-off/eye-off.icon.d.ts +0 -3
- package/src/icons/solid/eye-off/eye-off.icon.tsx +0 -24
- package/src/icons/solid/filter/filter.icon.d.ts +0 -3
- package/src/icons/solid/filter/filter.icon.tsx +0 -21
- package/src/icons/solid/information-circle/information-circle-solid.icon.d.ts +0 -3
- package/src/icons/solid/information-circle/information-circle-solid.icon.tsx +0 -25
- package/src/icons/solid/logout/logout.icon.d.ts +0 -3
- package/src/icons/solid/logout/logout.icon.tsx +0 -26
- package/src/icons/solid/mail/mail.icon.d.ts +0 -3
- package/src/icons/solid/mail/mail.icon.tsx +0 -23
- package/src/icons/solid/mail-open/mail-open.icon.d.ts +0 -3
- package/src/icons/solid/mail-open/mail-open.icon.tsx +0 -21
- package/src/icons/solid/menu/menu.icon.d.ts +0 -3
- package/src/icons/solid/menu/menu.icon.tsx +0 -33
- package/src/icons/solid/minus-sm/minus-sm.icon.d.ts +0 -3
- package/src/icons/solid/minus-sm/minus-sm.icon.tsx +0 -21
- package/src/icons/solid/office-building/office-building.icon.d.ts +0 -3
- package/src/icons/solid/office-building/office-building.icon.tsx +0 -21
- package/src/icons/solid/paper-airplane/paper-airplane.icon.d.ts +0 -3
- package/src/icons/solid/paper-airplane/paper-airplane.icon.tsx +0 -25
- package/src/icons/solid/paperclip/paperclip.icon.d.ts +0 -3
- package/src/icons/solid/paperclip/paperclip.icon.tsx +0 -21
- package/src/icons/solid/pencil/pencil-solid.icon.d.ts +0 -3
- package/src/icons/solid/pencil/pencil-solid.icon.tsx +0 -24
- package/src/icons/solid/phone/phone-solid.icon.d.ts +0 -3
- package/src/icons/solid/phone/phone-solid.icon.tsx +0 -20
- package/src/icons/solid/photograph/photograph-solid.icon.d.ts +0 -3
- package/src/icons/solid/photograph/photograph-solid.icon.tsx +0 -20
- package/src/icons/solid/plus/plus.icon.d.ts +0 -3
- package/src/icons/solid/plus/plus.icon.tsx +0 -21
- package/src/icons/solid/plus-sm/plus-sm.icon.d.ts +0 -3
- package/src/icons/solid/plus-sm/plus-sm.icon.tsx +0 -21
- package/src/icons/solid/qrcode/qrcode.icon.d.ts +0 -3
- package/src/icons/solid/qrcode/qrcode.icon.tsx +0 -60
- package/src/icons/solid/refresh/refresh-solid.icon.d.ts +0 -3
- package/src/icons/solid/refresh/refresh-solid.icon.tsx +0 -22
- package/src/icons/solid/search/search.icon.d.ts +0 -3
- package/src/icons/solid/search/search.icon.tsx +0 -21
- package/src/icons/solid/selector/selector.icon.d.ts +0 -3
- package/src/icons/solid/selector/selector.icon.tsx +0 -21
- package/src/icons/solid/share/share.icon.d.ts +0 -3
- package/src/icons/solid/share/share.icon.tsx +0 -19
- package/src/icons/solid/sm-view-grid-add/sm-view-grid-add.icon.d.ts +0 -3
- package/src/icons/solid/sm-view-grid-add/sm-view-grid-add.icon.tsx +0 -31
- package/src/icons/solid/solid.d.ts +0 -2
- package/src/icons/solid/solid.preview.d.ts +0 -2
- package/src/icons/solid/solid.preview.tsx +0 -146
- package/src/icons/solid/solid.tsx +0 -141
- package/src/icons/solid/status-online/status-online-solid.icon.d.ts +0 -3
- package/src/icons/solid/status-online/status-online-solid.icon.tsx +0 -22
- package/src/icons/solid/thumb-up/thumb-up.icon.d.ts +0 -3
- package/src/icons/solid/thumb-up/thumb-up.icon.tsx +0 -23
- package/src/icons/solid/trash/trash-solid.icon.d.ts +0 -3
- package/src/icons/solid/trash/trash-solid.icon.tsx +0 -22
- package/src/icons/solid/user/user.icon.d.ts +0 -3
- package/src/icons/solid/user/user.icon.tsx +0 -23
- package/src/icons/solid/user-group/user-group.icon.d.ts +0 -3
- package/src/icons/solid/user-group/user-group.icon.tsx +0 -72
- package/src/icons/solid/users/users-solid.icon.d.ts +0 -3
- package/src/icons/solid/users/users-solid.icon.tsx +0 -57
- package/src/icons/solid/xmark/xmark.icon.d.ts +0 -3
- package/src/icons/solid/xmark/xmark.icon.tsx +0 -21
- package/src/interfaces/icon.interface.d.ts +0 -11
- package/src/interfaces/icon.interface.ts +0 -12
- package/src/models/hex-color.model.d.ts +0 -6
- package/src/models/hex-color.model.ts +0 -25
- package/src/models/hex-color.test.js +0 -20
- package/src/models/initials.model.d.ts +0 -7
- package/src/models/initials.model.ts +0 -32
- package/src/models/initials.test.js +0 -23
- package/src/models/time-slot-record.d.ts +0 -15
- package/src/models/time-slot-record.ts +0 -37
- package/src/models/time-slot-sequence.d.ts +0 -15
- package/src/models/time-slot-sequence.ts +0 -79
- package/src/theme/font/font.d.ts +0 -72
- package/src/theme/font/font.ts +0 -72
- package/src/theme/font/index.d.ts +0 -3
- package/src/theme/font/index.ts +0 -4
- package/src/theme/font/load-fonts.d.ts +0 -1
- package/src/theme/font/load-fonts.ts +0 -10
- package/src/theme/provider/index.d.ts +0 -3
- package/src/theme/provider/index.ts +0 -4
- package/src/theme/provider/parent.theme.d.ts +0 -71
- package/src/theme/provider/parent.theme.ts +0 -73
- package/src/theme/provider/staff-member.theme.d.ts +0 -71
- package/src/theme/provider/staff-member.theme.ts +0 -73
- package/src/theme/responsive/index.d.ts +0 -2
- package/src/theme/responsive/index.ts +0 -17
- package/src/theme/scale/index.d.ts +0 -12
- package/src/theme/scale/index.ts +0 -14
- package/src/types/bubble-alignment.enum.d.ts +0 -4
- package/src/types/bubble-alignment.enum.ts +0 -4
- package/src/types/icontype.type.d.ts +0 -2
- package/src/types/icontype.type.ts +0 -45
- package/src/types/keyboard-types.enum.d.ts +0 -9
- package/src/types/keyboard-types.enum.ts +0 -9
- package/src/types/loading-dots.type.d.ts +0 -8
- package/src/types/loading-dots.type.ts +0 -8
- package/src/types/size.enum.d.ts +0 -5
- package/src/types/size.enum.ts +0 -5
- package/src/types/state.enum.d.ts +0 -7
- package/src/types/state.enum.ts +0 -7
- package/src/types/text-properties.type.d.ts +0 -11
- package/src/types/text-properties.type.ts +0 -12
- package/src/types/timetable-edit.enum.d.ts +0 -5
- package/src/types/timetable-edit.enum.ts +0 -5
- package/src/types/visual-state.enum.d.ts +0 -7
- package/src/types/visual-state.enum.ts +0 -7
- package/src/utilities/color-handler/color-handler.d.ts +0 -4
- package/src/utilities/color-handler/color-handler.ts +0 -74
- package/src/utilities/toddle-datetime/interfaces/duration.interface.d.ts +0 -22
- package/src/utilities/toddle-datetime/interfaces/duration.interface.tsx +0 -23
- package/src/utilities/toddle-datetime/interfaces/toddle-datetime.interface.d.ts +0 -22
- package/src/utilities/toddle-datetime/interfaces/toddle-datetime.interface.tsx +0 -25
- package/src/utilities/toddle-datetime/toddle-datetime.class.d.ts +0 -50
- package/src/utilities/toddle-datetime/toddle-datetime.class.tsx +0 -206
- package/src/utilities/toddle-datetime/toddle-datetime.preview.d.ts +0 -2
- package/src/utilities/toddle-datetime/toddle-datetime.preview.tsx +0 -160
- package/src/utilities/toddle-datetime/toddle-datetime.test.js +0 -127
- package/src/utilities/toddle-datetime/types/duration.type.d.ts +0 -4
- package/src/utilities/toddle-datetime/types/duration.type.tsx +0 -6
- package/src/utilities/toddle-datetime/types/toddle-datetime.type.d.ts +0 -5
- package/src/utilities/toddle-datetime/types/toddle-datetime.type.tsx +0 -23
- package/tsconfig.json +0 -13
- package/types/src/components/atoms/avatar/avatar.component.d.ts +0 -11
- package/types/src/components/atoms/avatar/avatar.styles.d.ts +0 -36
- package/types/src/components/atoms/button/button.component.d.ts +0 -9
- package/types/src/components/atoms/button/button.styles.d.ts +0 -20
- package/types/src/components/atoms/cancel-link/cancel-link.component.d.ts +0 -7
- package/types/src/components/atoms/cancel-link/cancel-link.styles.d.ts +0 -17
- package/types/src/components/atoms/check-switch/check-switch.component.d.ts +0 -7
- package/types/src/components/atoms/check-switch/check-switch.styles.d.ts +0 -30
- package/types/src/components/atoms/checkbox/checkbox.component.d.ts +0 -8
- package/types/src/components/atoms/checkbox/checkbox.styles.d.ts +0 -32
- package/types/src/components/atoms/child-list-item/child-list-item.component.d.ts +0 -19
- package/types/src/components/atoms/child-list-item/child-list-item.styles.d.ts +0 -68
- package/types/src/components/atoms/contact-item/contact-item.component.d.ts +0 -10
- package/types/src/components/atoms/contact-item/contact-item.styles.d.ts +0 -24
- package/types/src/components/atoms/filter-tab/filter-tab.component.d.ts +0 -9
- package/types/src/components/atoms/filter-tab/filter-tab.styles.d.ts +0 -61
- package/types/src/components/atoms/form-actions/form-action.component.d.ts +0 -7
- package/types/src/components/atoms/form-actions/form-action.styles.d.ts +0 -14
- package/types/src/components/atoms/image-bubble/image-bubble.component.d.ts +0 -9
- package/types/src/components/atoms/image-bubble/image-bubble.styles.d.ts +0 -27
- package/types/src/components/atoms/info/info.component.d.ts +0 -7
- package/types/src/components/atoms/info/info.styles.d.ts +0 -24
- package/types/src/components/atoms/pill/pill.component.d.ts +0 -8
- package/types/src/components/atoms/pill/pill.styles.d.ts +0 -24
- package/types/src/components/atoms/popover/components/backdrop/backdrop.component.d.ts +0 -6
- package/types/src/components/atoms/popover/components/backdrop/backdrop.styles.d.ts +0 -11
- package/types/src/components/atoms/popover/components/foreground/foreground.component.d.ts +0 -7
- package/types/src/components/atoms/popover/components/foreground/foreground.styles.d.ts +0 -12
- package/types/src/components/atoms/popover/components/index.d.ts +0 -4
- package/types/src/components/atoms/popover/components/modal/close/close.component.d.ts +0 -7
- package/types/src/components/atoms/popover/components/modal/close/close.styles.d.ts +0 -9
- package/types/src/components/atoms/popover/components/modal/heading/heading.component.d.ts +0 -7
- package/types/src/components/atoms/popover/components/modal/heading/heading.styles.d.ts +0 -22
- package/types/src/components/atoms/popover/components/modal/modal.component.d.ts +0 -11
- package/types/src/components/atoms/popover/components/modal/modal.styles.d.ts +0 -18
- package/types/src/components/atoms/popover/components/modal/scroll-content/scroll-content.component.d.ts +0 -6
- package/types/src/components/atoms/popover/components/modal/scroll-content/scroll-content.styles.d.ts +0 -6
- package/types/src/components/atoms/popover/popover.component.d.ts +0 -10
- package/types/src/components/atoms/popover/popover.styles.d.ts +0 -8
- package/types/src/components/atoms/pressable-icon/pressable-icon.component.d.ts +0 -9
- package/types/src/components/atoms/pressable-icon/pressable-icon.styles.d.ts +0 -17
- package/types/src/components/atoms/quick-filter/quick-filter.component.d.ts +0 -11
- package/types/src/components/atoms/quick-filter/quick-filter.styles.d.ts +0 -34
- package/types/src/components/atoms/select-list-item/select-list-item.component.d.ts +0 -10
- package/types/src/components/atoms/select-list-item/select-list-item.styles.d.ts +0 -37
- package/types/src/components/atoms/snackbar/snackbar.component.d.ts +0 -8
- package/types/src/components/atoms/snackbar/snackbar.styles.d.ts +0 -50
- package/types/src/components/atoms/tag/tag.component.d.ts +0 -13
- package/types/src/components/atoms/tag/tag.styles.d.ts +0 -16
- package/types/src/components/atoms/text-bubble/text-bubble.component.d.ts +0 -10
- package/types/src/components/atoms/text-bubble/text-bubble.styles.d.ts +0 -62
- package/types/src/components/atoms/text-input/text-input.component.d.ts +0 -9
- package/types/src/components/atoms/text-input/text-input.styles.d.ts +0 -21
- package/types/src/components/atoms/time-tracker/time-tracker.component.d.ts +0 -8
- package/types/src/components/atoms/time-tracker/time-tracker.styles.d.ts +0 -25
- package/types/src/components/atoms/wide-button/wide-button.component.d.ts +0 -8
- package/types/src/components/atoms/wide-button/wide-button.styles.d.ts +0 -17
- package/types/src/context/theme.context.d.ts +0 -46
- package/types/src/gradients/main/main.gradient.d.ts +0 -2
- package/types/src/gradients/main/main.styles.d.ts +0 -7
- package/types/src/icons/outline/chevron-right/chevron-right.icon.d.ts +0 -3
- package/types/src/icons/outline/cross/cross.icon.d.ts +0 -3
- package/types/src/icons/outline/filter/filter.icon.d.ts +0 -3
- package/types/src/models/initials.model.d.ts +0 -7
- package/types/src/theme/font/font.d.ts +0 -72
- package/types/src/theme/font/index.d.ts +0 -3
- package/types/src/theme/font/load-fonts.d.ts +0 -1
- package/types/src/theme/provider/index.d.ts +0 -3
- package/types/src/theme/provider/parent.theme.d.ts +0 -43
- package/types/src/theme/provider/staff-member.theme.d.ts +0 -43
- package/types/src/theme/scale/index.d.ts +0 -12
- package/types/src/types/bubble-alignment.enum.d.ts +0 -4
- package/types/src/types/icontype.type.d.ts +0 -3
- package/types/src/types/keyboard-types.enum.d.ts +0 -9
- package/types/src/types/size.enum.d.ts +0 -5
- package/types/src/types/visual-state.enum.d.ts +0 -6
package/src/icons/crown.icon.tsx
DELETED
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import Svg, {Defs, Image, Pattern, Rect, Use} from 'react-native-svg';
|
|
3
|
-
|
|
4
|
-
export const CrownIcon = () => {
|
|
5
|
-
return (
|
|
6
|
-
<Svg width="32" height="28" viewBox="0 0 32 28" fill="none">
|
|
7
|
-
<Rect width="32" height="27.3231" fill="url(#pattern0)" />
|
|
8
|
-
<Defs>
|
|
9
|
-
<Pattern
|
|
10
|
-
id="pattern0"
|
|
11
|
-
patternContentUnits="objectBoundingBox"
|
|
12
|
-
width="1"
|
|
13
|
-
height="1"
|
|
14
|
-
>
|
|
15
|
-
<Use
|
|
16
|
-
xlinkHref="#image0_226_1363"
|
|
17
|
-
transform="scale(0.00769231 0.00900901)"
|
|
18
|
-
/>
|
|
19
|
-
</Pattern>
|
|
20
|
-
<Image
|
|
21
|
-
id="image0_226_1363"
|
|
22
|
-
width="130"
|
|
23
|
-
height="111"
|
|
24
|
-
xlinkHref="data:image/png;base64,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"
|
|
25
|
-
/>
|
|
26
|
-
</Defs>
|
|
27
|
-
</Svg>
|
|
28
|
-
);
|
|
29
|
-
};
|
package/src/icons/icons.test.js
DELETED
|
@@ -1,328 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import render from 'react-test-renderer';
|
|
3
|
-
import {Icon} from './index';
|
|
4
|
-
|
|
5
|
-
describe('test icons', () => {
|
|
6
|
-
const greyColor = '#808080';
|
|
7
|
-
const whiteColor = '#ffffff';
|
|
8
|
-
|
|
9
|
-
it('render an outlined calendar icon in the main color', function () {
|
|
10
|
-
const tree = render
|
|
11
|
-
.create(<Icon style={'regular'} name={'calendar'} />)
|
|
12
|
-
.toJSON();
|
|
13
|
-
expect(tree).toMatchSnapshot();
|
|
14
|
-
});
|
|
15
|
-
it('render an outlined chat icon in the main color', () => {
|
|
16
|
-
const tree = render
|
|
17
|
-
.create(<Icon style={'regular'} name={'chat'} />)
|
|
18
|
-
.toJSON();
|
|
19
|
-
expect(tree).toMatchSnapshot();
|
|
20
|
-
});
|
|
21
|
-
it('render an outlined chat-alt icon in a grey color and a size of 20px', () => {
|
|
22
|
-
const tree = render
|
|
23
|
-
.create(
|
|
24
|
-
<Icon style={'regular'} name={'chat-alt'} color={greyColor} size={20} />
|
|
25
|
-
)
|
|
26
|
-
.toJSON();
|
|
27
|
-
expect(tree).toMatchSnapshot();
|
|
28
|
-
});
|
|
29
|
-
it('render an outlined check-circle icon in a grey color', () => {
|
|
30
|
-
const tree = render
|
|
31
|
-
.create(
|
|
32
|
-
<Icon style={'regular'} name={'check-circle'} color={greyColor} />
|
|
33
|
-
)
|
|
34
|
-
.toJSON();
|
|
35
|
-
expect(tree).toMatchSnapshot();
|
|
36
|
-
});
|
|
37
|
-
it('render an outlined chevron-left icon in a white color', () => {
|
|
38
|
-
const tree = render
|
|
39
|
-
.create(
|
|
40
|
-
<Icon style={'regular'} name={'chevron-left'} color={whiteColor} />
|
|
41
|
-
)
|
|
42
|
-
.toJSON();
|
|
43
|
-
expect(tree).toMatchSnapshot();
|
|
44
|
-
});
|
|
45
|
-
it('render an outlined chevron-right icon in a white color', () => {
|
|
46
|
-
const tree = render
|
|
47
|
-
.create(
|
|
48
|
-
<Icon style={'regular'} name={'chevron-right'} color={whiteColor} />
|
|
49
|
-
)
|
|
50
|
-
.toJSON();
|
|
51
|
-
expect(tree).toMatchSnapshot();
|
|
52
|
-
});
|
|
53
|
-
it('render an outlined clock icon in the main color', () => {
|
|
54
|
-
const tree = render
|
|
55
|
-
.create(<Icon style={'regular'} name={'clock'} />)
|
|
56
|
-
.toJSON();
|
|
57
|
-
expect(tree).toMatchSnapshot();
|
|
58
|
-
});
|
|
59
|
-
it('render an outlined cloud-download icon in a grey color with a size of 16px', () => {
|
|
60
|
-
const tree = render
|
|
61
|
-
.create(
|
|
62
|
-
<Icon
|
|
63
|
-
style={'regular'}
|
|
64
|
-
name={'cloud-download'}
|
|
65
|
-
color={greyColor}
|
|
66
|
-
size={16}
|
|
67
|
-
/>
|
|
68
|
-
)
|
|
69
|
-
.toJSON();
|
|
70
|
-
expect(tree).toMatchSnapshot();
|
|
71
|
-
});
|
|
72
|
-
it('render an outlined currency-euro icon in a red color', () => {
|
|
73
|
-
const tree = render
|
|
74
|
-
.create(
|
|
75
|
-
<Icon style={'regular'} name={'currency-euro'} color={'#FF0000'} />
|
|
76
|
-
)
|
|
77
|
-
.toJSON();
|
|
78
|
-
expect(tree).toMatchSnapshot();
|
|
79
|
-
});
|
|
80
|
-
it('render a solid document-text icon in a white color', () => {
|
|
81
|
-
const tree = render
|
|
82
|
-
.create(
|
|
83
|
-
<Icon style={'solid'} name={'document-text'} color={whiteColor} />
|
|
84
|
-
)
|
|
85
|
-
.toJSON();
|
|
86
|
-
expect(tree).toMatchSnapshot();
|
|
87
|
-
});
|
|
88
|
-
it('render an outlined exclamation icon in a blue color', () => {
|
|
89
|
-
const tree = render
|
|
90
|
-
.create(<Icon style={'regular'} name={'exclamation'} color={'#0000FF'} />)
|
|
91
|
-
.toJSON();
|
|
92
|
-
expect(tree).toMatchSnapshot();
|
|
93
|
-
});
|
|
94
|
-
it('render an outlined exclamation-circle icon in a pink color', () => {
|
|
95
|
-
const tree = render
|
|
96
|
-
.create(
|
|
97
|
-
<Icon style={'regular'} name={'exclamation-circle'} color={'#FFC0CB'} />
|
|
98
|
-
)
|
|
99
|
-
.toJSON();
|
|
100
|
-
expect(tree).toMatchSnapshot();
|
|
101
|
-
});
|
|
102
|
-
it('render an outlined eye icon in a purple color', () => {
|
|
103
|
-
const tree = render
|
|
104
|
-
.create(<Icon style={'regular'} name={'eye'} color={'#A020F0'} />)
|
|
105
|
-
.toJSON();
|
|
106
|
-
expect(tree).toMatchSnapshot();
|
|
107
|
-
});
|
|
108
|
-
it('render an outlined filter icon in the main color', () => {
|
|
109
|
-
const tree = render
|
|
110
|
-
.create(<Icon style={'regular'} name={'filter'} />)
|
|
111
|
-
.toJSON();
|
|
112
|
-
expect(tree).toMatchSnapshot();
|
|
113
|
-
});
|
|
114
|
-
it('render an outlined information-circle icon in the main color', () => {
|
|
115
|
-
const tree = render
|
|
116
|
-
.create(<Icon style={'regular'} name={'information-circle'} />)
|
|
117
|
-
.toJSON();
|
|
118
|
-
expect(tree).toMatchSnapshot();
|
|
119
|
-
});
|
|
120
|
-
it('render an outlined logout icon in a red color', () => {
|
|
121
|
-
const tree = render
|
|
122
|
-
.create(<Icon style={'regular'} name={'logout'} color={'#FF0000'} />)
|
|
123
|
-
.toJSON();
|
|
124
|
-
expect(tree).toMatchSnapshot();
|
|
125
|
-
});
|
|
126
|
-
it('render an outlined mail icon in a brown color', () => {
|
|
127
|
-
const tree = render
|
|
128
|
-
.create(<Icon style={'regular'} name={'mail'} color={'#964B00'} />)
|
|
129
|
-
.toJSON();
|
|
130
|
-
expect(tree).toMatchSnapshot();
|
|
131
|
-
});
|
|
132
|
-
it('render an outlined mail-open icon in a grey color', () => {
|
|
133
|
-
const tree = render
|
|
134
|
-
.create(<Icon style={'regular'} name={'mail-open'} color={greyColor} />)
|
|
135
|
-
.toJSON();
|
|
136
|
-
expect(tree).toMatchSnapshot();
|
|
137
|
-
});
|
|
138
|
-
it('render an outlined menu icon in the main color', () => {
|
|
139
|
-
const tree = render
|
|
140
|
-
.create(<Icon style={'regular'} name={'menu'} />)
|
|
141
|
-
.toJSON();
|
|
142
|
-
expect(tree).toMatchSnapshot();
|
|
143
|
-
});
|
|
144
|
-
it('render an outlined minus-sm icon in the main color', () => {
|
|
145
|
-
const tree = render
|
|
146
|
-
.create(<Icon style={'regular'} name={'minus-sm'} />)
|
|
147
|
-
.toJSON();
|
|
148
|
-
expect(tree).toMatchSnapshot();
|
|
149
|
-
});
|
|
150
|
-
it('render an outlined office-building icon in a green color', () => {
|
|
151
|
-
const tree = render
|
|
152
|
-
.create(
|
|
153
|
-
<Icon style={'regular'} name={'office-building'} color={'#00FF00'} />
|
|
154
|
-
)
|
|
155
|
-
.toJSON();
|
|
156
|
-
expect(tree).toMatchSnapshot();
|
|
157
|
-
});
|
|
158
|
-
it('render an outlined paper-airplane icon in a white color', () => {
|
|
159
|
-
const tree = render
|
|
160
|
-
.create(
|
|
161
|
-
<Icon style={'regular'} name={'paper-airplane'} color={whiteColor} />
|
|
162
|
-
)
|
|
163
|
-
.toJSON();
|
|
164
|
-
expect(tree).toMatchSnapshot();
|
|
165
|
-
});
|
|
166
|
-
it('render an outlined paperclip icon in the main color', () => {
|
|
167
|
-
const tree = render
|
|
168
|
-
.create(<Icon style={'regular'} name={'paper-clip'} />)
|
|
169
|
-
.toJSON();
|
|
170
|
-
expect(tree).toMatchSnapshot();
|
|
171
|
-
});
|
|
172
|
-
it('render an outlined pencil icon in the main color', () => {
|
|
173
|
-
const tree = render
|
|
174
|
-
.create(<Icon style={'regular'} name={'pencil'} />)
|
|
175
|
-
.toJSON();
|
|
176
|
-
expect(tree).toMatchSnapshot();
|
|
177
|
-
});
|
|
178
|
-
it('render an outlined phone icon in the main color', () => {
|
|
179
|
-
const tree = render
|
|
180
|
-
.create(<Icon style={'regular'} name={'phone'} />)
|
|
181
|
-
.toJSON();
|
|
182
|
-
expect(tree).toMatchSnapshot();
|
|
183
|
-
});
|
|
184
|
-
it('render an outlined plus icon in a grey color', () => {
|
|
185
|
-
const tree = render
|
|
186
|
-
.create(<Icon style={'regular'} name={'plus'} color={greyColor} />)
|
|
187
|
-
.toJSON();
|
|
188
|
-
expect(tree).toMatchSnapshot();
|
|
189
|
-
});
|
|
190
|
-
it('render an outlined plus-sm icon in a red color', () => {
|
|
191
|
-
const tree = render
|
|
192
|
-
.create(<Icon style={'regular'} name={'plus-sm'} color={'#FF0000'} />)
|
|
193
|
-
.toJSON();
|
|
194
|
-
expect(tree).toMatchSnapshot();
|
|
195
|
-
});
|
|
196
|
-
it('render an outlined qrcode icon in a purple color', () => {
|
|
197
|
-
const tree = render
|
|
198
|
-
.create(<Icon style={'regular'} name={'qrcode'} color={'#A020F0'} />)
|
|
199
|
-
.toJSON();
|
|
200
|
-
expect(tree).toMatchSnapshot();
|
|
201
|
-
});
|
|
202
|
-
it('render an outlined refresh icon in a purple color', () => {
|
|
203
|
-
const tree = render
|
|
204
|
-
.create(<Icon style={'regular'} name={'refresh'} color={'#A020F0'} />)
|
|
205
|
-
.toJSON();
|
|
206
|
-
expect(tree).toMatchSnapshot();
|
|
207
|
-
});
|
|
208
|
-
it('render an outlined search icon in a white color', () => {
|
|
209
|
-
const tree = render
|
|
210
|
-
.create(<Icon style={'regular'} name={'search'} color={whiteColor} />)
|
|
211
|
-
.toJSON();
|
|
212
|
-
expect(tree).toMatchSnapshot();
|
|
213
|
-
});
|
|
214
|
-
it('render an outlined selector icon in the main color', () => {
|
|
215
|
-
const tree = render
|
|
216
|
-
.create(<Icon style={'regular'} name={'selector'} />)
|
|
217
|
-
.toJSON();
|
|
218
|
-
expect(tree).toMatchSnapshot();
|
|
219
|
-
});
|
|
220
|
-
it('render an outlined sm-view-grid-add icon in a yellow color', () => {
|
|
221
|
-
const tree = render
|
|
222
|
-
.create(
|
|
223
|
-
<Icon style={'regular'} name={'sm-view-grid-add'} color={'#FFFF00'} />
|
|
224
|
-
)
|
|
225
|
-
.toJSON();
|
|
226
|
-
expect(tree).toMatchSnapshot();
|
|
227
|
-
});
|
|
228
|
-
it('render an outlined status-online icon in an orange color', () => {
|
|
229
|
-
const tree = render
|
|
230
|
-
.create(
|
|
231
|
-
<Icon style={'regular'} name={'status-online'} color={'#FFA500'} />
|
|
232
|
-
)
|
|
233
|
-
.toJSON();
|
|
234
|
-
expect(tree).toMatchSnapshot();
|
|
235
|
-
});
|
|
236
|
-
it('render an outlined thumb-up icon in a blue color', () => {
|
|
237
|
-
const tree = render
|
|
238
|
-
.create(<Icon style={'regular'} name={'thumb-up'} color={'#0000FF'} />)
|
|
239
|
-
.toJSON();
|
|
240
|
-
expect(tree).toMatchSnapshot();
|
|
241
|
-
});
|
|
242
|
-
it('render an outlined trash icon in a red color', () => {
|
|
243
|
-
const tree = render
|
|
244
|
-
.create(<Icon style={'regular'} name={'trash'} color={'#FF0000'} />)
|
|
245
|
-
.toJSON();
|
|
246
|
-
expect(tree).toMatchSnapshot();
|
|
247
|
-
});
|
|
248
|
-
it('render an outlined user icon in the main color', () => {
|
|
249
|
-
const tree = render
|
|
250
|
-
.create(<Icon style={'regular'} name={'user'} />)
|
|
251
|
-
.toJSON();
|
|
252
|
-
expect(tree).toMatchSnapshot();
|
|
253
|
-
});
|
|
254
|
-
it('render an outlined user-group icon in a grey color', () => {
|
|
255
|
-
const tree = render
|
|
256
|
-
.create(<Icon style={'regular'} name={'user-group'} color={greyColor} />)
|
|
257
|
-
.toJSON();
|
|
258
|
-
expect(tree).toMatchSnapshot();
|
|
259
|
-
});
|
|
260
|
-
it('render an outlined users icon in a white color', () => {
|
|
261
|
-
const tree = render
|
|
262
|
-
.create(<Icon style={'regular'} name={'users'} color={whiteColor} />)
|
|
263
|
-
.toJSON();
|
|
264
|
-
expect(tree).toMatchSnapshot();
|
|
265
|
-
});
|
|
266
|
-
it('render an outlined xmark icon in the main color', () => {
|
|
267
|
-
const tree = render
|
|
268
|
-
.create(<Icon style={'regular'} name={'xmark'} />)
|
|
269
|
-
.toJSON();
|
|
270
|
-
expect(tree).toMatchSnapshot();
|
|
271
|
-
});
|
|
272
|
-
it('render a solid chat-alt icon in a coral color', () => {
|
|
273
|
-
const tree = render
|
|
274
|
-
.create(<Icon style={'solid'} name={'chat-alt'} color={'#FF7F50'} />)
|
|
275
|
-
.toJSON();
|
|
276
|
-
expect(tree).toMatchSnapshot();
|
|
277
|
-
});
|
|
278
|
-
it('render a solid clock icon in a darkcyan color', () => {
|
|
279
|
-
const tree = render
|
|
280
|
-
.create(<Icon style={'solid'} name={'clock'} color={'#008b8b'} />)
|
|
281
|
-
.toJSON();
|
|
282
|
-
expect(tree).toMatchSnapshot();
|
|
283
|
-
});
|
|
284
|
-
it('render a solid information-circle icon in a gold color', () => {
|
|
285
|
-
const tree = render
|
|
286
|
-
.create(
|
|
287
|
-
<Icon style={'solid'} name={'information-circle'} color={'#FFD700'} />
|
|
288
|
-
)
|
|
289
|
-
.toJSON();
|
|
290
|
-
expect(tree).toMatchSnapshot();
|
|
291
|
-
});
|
|
292
|
-
it('render a solid pencil icon in a grey color', () => {
|
|
293
|
-
const tree = render
|
|
294
|
-
.create(<Icon style={'solid'} name={'pencil'} color={greyColor} />)
|
|
295
|
-
.toJSON();
|
|
296
|
-
expect(tree).toMatchSnapshot();
|
|
297
|
-
});
|
|
298
|
-
it('render a solid phone icon in an ivory color', () => {
|
|
299
|
-
const tree = render
|
|
300
|
-
.create(<Icon style={'solid'} name={'phone'} color={'#FFFFF0'} />)
|
|
301
|
-
.toJSON();
|
|
302
|
-
expect(tree).toMatchSnapshot();
|
|
303
|
-
});
|
|
304
|
-
it('render a solid refresh icon in the main color', () => {
|
|
305
|
-
const tree = render
|
|
306
|
-
.create(<Icon style={'solid'} name={'refresh'} />)
|
|
307
|
-
.toJSON();
|
|
308
|
-
expect(tree).toMatchSnapshot();
|
|
309
|
-
});
|
|
310
|
-
it('render a solid status-online icon in a navy color', () => {
|
|
311
|
-
const tree = render
|
|
312
|
-
.create(<Icon style={'solid'} name={'status-online'} color={'#000080'} />)
|
|
313
|
-
.toJSON();
|
|
314
|
-
expect(tree).toMatchSnapshot();
|
|
315
|
-
});
|
|
316
|
-
it('render a solid trash icon in a tomato color', () => {
|
|
317
|
-
const tree = render
|
|
318
|
-
.create(<Icon style={'solid'} name={'trash'} color={'#FF6347'} />)
|
|
319
|
-
.toJSON();
|
|
320
|
-
expect(tree).toMatchSnapshot();
|
|
321
|
-
});
|
|
322
|
-
it('render a solid eye off icon in a tomato color', () => {
|
|
323
|
-
const tree = render
|
|
324
|
-
.create(<Icon style={'solid'} name={'eye-off'} color={'#FF6347'} />)
|
|
325
|
-
.toJSON();
|
|
326
|
-
expect(tree).toMatchSnapshot();
|
|
327
|
-
});
|
|
328
|
-
});
|
package/src/icons/index.d.ts
DELETED
package/src/icons/index.tsx
DELETED
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import {IconInterface} from '../interfaces/icon.interface';
|
|
3
|
-
import {Outline} from './outline/outline';
|
|
4
|
-
import {Solid} from './solid/solid';
|
|
5
|
-
|
|
6
|
-
export const Icon = ({style, name, size, color}: IconInterface) => {
|
|
7
|
-
const renderIconStyle = () => {
|
|
8
|
-
switch (style) {
|
|
9
|
-
case 'regular':
|
|
10
|
-
return <Outline name={name} size={size} color={color} />;
|
|
11
|
-
case 'solid':
|
|
12
|
-
return <Solid name={name} size={size} color={color} />;
|
|
13
|
-
}
|
|
14
|
-
};
|
|
15
|
-
return renderIconStyle();
|
|
16
|
-
};
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import {useContext} from 'react';
|
|
3
|
-
import Svg, {Path} from 'react-native-svg';
|
|
4
|
-
import {ThemeCtx} from '../../../context/theme.context';
|
|
5
|
-
import {IconSVGProps} from '../../../interfaces/icon.interface';
|
|
6
|
-
import {HexColor} from '../../../models/hex-color.model';
|
|
7
|
-
import {Scale} from '../../../theme/scale/index';
|
|
8
|
-
|
|
9
|
-
export const CalendarIcon = ({color, size = Scale.l}: IconSVGProps) => {
|
|
10
|
-
const context = useContext(ThemeCtx);
|
|
11
|
-
return (
|
|
12
|
-
<Svg width={size} height={size} viewBox="0 0 24 24" fill="none">
|
|
13
|
-
<Path
|
|
14
|
-
stroke={
|
|
15
|
-
color ? HexColor.of(color).toString() : context.colors.main['0']
|
|
16
|
-
}
|
|
17
|
-
strokeWidth="2"
|
|
18
|
-
strokeLinecap="round"
|
|
19
|
-
strokeLinejoin="round"
|
|
20
|
-
d="M7.33333 6.16667V1.5M16.6667 6.16667V1.5M6.16667 10.8333H17.8333M3.83333 22.5H20.1667C21.4553 22.5 22.5 21.4553 22.5 20.1667V6.16667C22.5 4.878 21.4553 3.83333 20.1667 3.83333H3.83333C2.54467 3.83333 1.5 4.878 1.5 6.16667V20.1667C1.5 21.4553 2.54467 22.5 3.83333 22.5Z"
|
|
21
|
-
/>
|
|
22
|
-
</Svg>
|
|
23
|
-
);
|
|
24
|
-
};
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import {useContext} from 'react';
|
|
3
|
-
import Svg, {Path} from 'react-native-svg';
|
|
4
|
-
import {ThemeCtx} from '../../../context/theme.context';
|
|
5
|
-
import {IconSVGProps} from '../../../interfaces/icon.interface';
|
|
6
|
-
import {HexColor} from '../../../models/hex-color.model';
|
|
7
|
-
import {Scale} from '../../../theme/scale/index';
|
|
8
|
-
|
|
9
|
-
export const ChatIcon = ({color, size = Scale.l}: IconSVGProps) => {
|
|
10
|
-
const context = useContext(ThemeCtx);
|
|
11
|
-
return (
|
|
12
|
-
<Svg width={size} height={size} viewBox="0 0 23 21" fill="none">
|
|
13
|
-
<Path
|
|
14
|
-
stroke={
|
|
15
|
-
color ? HexColor.of(color).toString() : context.colors.main['0']
|
|
16
|
-
}
|
|
17
|
-
strokeWidth="2"
|
|
18
|
-
strokeLinecap="round"
|
|
19
|
-
strokeLinejoin="round"
|
|
20
|
-
d="M7 10.5H7.01125M11.5 10.5H11.5113M16 10.5H16.0113M21.625 10.5C21.625 15.4706 17.0919 19.5 11.5 19.5C9.76832 19.5 8.13818 19.1136 6.71275 18.4324L1.375 19.5L2.94436 15.315C1.95051 13.9226 1.375 12.2711 1.375 10.5C1.375 5.52944 5.90812 1.5 11.5 1.5C17.0919 1.5 21.625 5.52944 21.625 10.5Z"
|
|
21
|
-
/>
|
|
22
|
-
</Svg>
|
|
23
|
-
);
|
|
24
|
-
};
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import {useContext} from 'react';
|
|
3
|
-
import Svg, {Path} from 'react-native-svg';
|
|
4
|
-
import {ThemeCtx} from '../../../context/theme.context';
|
|
5
|
-
import {IconSVGProps} from '../../../interfaces/icon.interface';
|
|
6
|
-
import {HexColor} from '../../../models/hex-color.model';
|
|
7
|
-
import {Scale} from '../../../theme/scale/index';
|
|
8
|
-
|
|
9
|
-
export const ChatAltIcon = ({color, size = Scale.l}: IconSVGProps) => {
|
|
10
|
-
const context = useContext(ThemeCtx);
|
|
11
|
-
return (
|
|
12
|
-
<Svg width={size} height={size} viewBox="0 0 23 22" fill="none">
|
|
13
|
-
<Path
|
|
14
|
-
stroke={
|
|
15
|
-
color ? HexColor.of(color).toString() : context.colors.main['0']
|
|
16
|
-
}
|
|
17
|
-
strokeWidth="2"
|
|
18
|
-
strokeLinecap="round"
|
|
19
|
-
strokeLinejoin="round"
|
|
20
|
-
d="M7 8.25H7.01125M11.5 8.25H11.5113M16 8.25H16.0113M8.125 15H3.625C2.38236 15 1.375 13.9926 1.375 12.75V3.75C1.375 2.50736 2.38236 1.5 3.625 1.5H19.375C20.6176 1.5 21.625 2.50736 21.625 3.75V12.75C21.625 13.9926 20.6176 15 19.375 15H13.75L8.125 20.625V15Z"
|
|
21
|
-
/>
|
|
22
|
-
</Svg>
|
|
23
|
-
);
|
|
24
|
-
};
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import {useContext} from 'react';
|
|
3
|
-
import Svg, {Path} from 'react-native-svg';
|
|
4
|
-
import {ThemeCtx} from '../../../context/theme.context';
|
|
5
|
-
import {IconSVGProps} from '../../../interfaces/icon.interface';
|
|
6
|
-
import {HexColor} from '../../../models/hex-color.model';
|
|
7
|
-
import {Scale} from '../../../theme/scale/index';
|
|
8
|
-
|
|
9
|
-
export const CheckCircleIcon = ({color, size = Scale.l}: IconSVGProps) => {
|
|
10
|
-
const context = useContext(ThemeCtx);
|
|
11
|
-
return (
|
|
12
|
-
<Svg width={size} height={size} viewBox="0 0 23 23" fill="none">
|
|
13
|
-
<Path
|
|
14
|
-
stroke={
|
|
15
|
-
color ? HexColor.of(color).toString() : context.colors.main['0']
|
|
16
|
-
}
|
|
17
|
-
strokeWidth="2"
|
|
18
|
-
strokeLinecap="round"
|
|
19
|
-
strokeLinejoin="round"
|
|
20
|
-
d="M8.125 11.5L10.375 13.75L14.875 9.25M21.625 11.5C21.625 17.0919 17.0919 21.625 11.5 21.625C5.90812 21.625 1.375 17.0919 1.375 11.5C1.375 5.90812 5.90812 1.375 11.5 1.375C17.0919 1.375 21.625 5.90812 21.625 11.5Z"
|
|
21
|
-
/>
|
|
22
|
-
</Svg>
|
|
23
|
-
);
|
|
24
|
-
};
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import {useContext} from 'react';
|
|
3
|
-
import Svg, {Path} from 'react-native-svg';
|
|
4
|
-
import {ThemeCtx} from '../../../context/theme.context';
|
|
5
|
-
import {IconSVGProps} from '../../../interfaces/icon.interface';
|
|
6
|
-
import {HexColor} from '../../../models/hex-color.model';
|
|
7
|
-
import {Scale} from '../../../theme/scale/index';
|
|
8
|
-
|
|
9
|
-
export const ChevronLeftIcon = ({color, size = Scale.l}: IconSVGProps) => {
|
|
10
|
-
const context = useContext(ThemeCtx);
|
|
11
|
-
return (
|
|
12
|
-
<Svg width={size} height={size} viewBox="0 0 10 19" fill="none">
|
|
13
|
-
<Path
|
|
14
|
-
stroke={
|
|
15
|
-
color ? HexColor.of(color).toString() : context.colors.main['0']
|
|
16
|
-
}
|
|
17
|
-
strokeWidth="2"
|
|
18
|
-
strokeLinecap="round"
|
|
19
|
-
strokeLinejoin="round"
|
|
20
|
-
d="M8.875 17.375L1 9.5L8.875 1.625"
|
|
21
|
-
/>
|
|
22
|
-
</Svg>
|
|
23
|
-
);
|
|
24
|
-
};
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import {useContext} from 'react';
|
|
3
|
-
import Svg, {Path} from 'react-native-svg';
|
|
4
|
-
import {ThemeCtx} from '../../../context/theme.context';
|
|
5
|
-
import {IconSVGProps} from '../../../interfaces/icon.interface';
|
|
6
|
-
import {HexColor} from '../../../models/hex-color.model';
|
|
7
|
-
import {Scale} from '../../../theme/scale/index';
|
|
8
|
-
|
|
9
|
-
export const ChevronRightIcon = ({color, size = Scale.l}: IconSVGProps) => {
|
|
10
|
-
const context = useContext(ThemeCtx);
|
|
11
|
-
return (
|
|
12
|
-
<Svg width={size} height={size} viewBox="0 0 11 19" fill="none">
|
|
13
|
-
<Path
|
|
14
|
-
stroke={
|
|
15
|
-
color ? HexColor.of(color).toString() : context.colors.main['0']
|
|
16
|
-
}
|
|
17
|
-
strokeWidth="2"
|
|
18
|
-
strokeLinecap="round"
|
|
19
|
-
strokeLinejoin="round"
|
|
20
|
-
d="M1.75 1.625L9.33333 9.5L1.75 17.375"
|
|
21
|
-
/>
|
|
22
|
-
</Svg>
|
|
23
|
-
);
|
|
24
|
-
};
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import {useContext} from 'react';
|
|
3
|
-
import Svg, {Path} from 'react-native-svg';
|
|
4
|
-
import {ThemeCtx} from '../../../context/theme.context';
|
|
5
|
-
import {IconSVGProps} from '../../../interfaces/icon.interface';
|
|
6
|
-
import {HexColor} from '../../../models/hex-color.model';
|
|
7
|
-
import {Scale} from '../../../theme/scale/index';
|
|
8
|
-
|
|
9
|
-
export const ClockIcon = ({color, size = Scale.l}: IconSVGProps) => {
|
|
10
|
-
const context = useContext(ThemeCtx);
|
|
11
|
-
return (
|
|
12
|
-
<Svg width={size} height={size} viewBox="0 0 23 22" fill="none">
|
|
13
|
-
<Path
|
|
14
|
-
stroke={
|
|
15
|
-
color ? HexColor.of(color).toString() : context.colors.main['0']
|
|
16
|
-
}
|
|
17
|
-
strokeWidth="2"
|
|
18
|
-
strokeLinecap="round"
|
|
19
|
-
strokeLinejoin="round"
|
|
20
|
-
d="M11.5 6.66667V11L14.875 14.25M21.625 11C21.625 16.3848 17.0919 20.75 11.5 20.75C5.90812 20.75 1.375 16.3848 1.375 11C1.375 5.61522 5.90812 1.25 11.5 1.25C17.0919 1.25 21.625 5.61522 21.625 11Z"
|
|
21
|
-
/>
|
|
22
|
-
</Svg>
|
|
23
|
-
);
|
|
24
|
-
};
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import {useContext} from 'react';
|
|
3
|
-
import Svg, {Path} from 'react-native-svg';
|
|
4
|
-
import {ThemeCtx} from '../../../context/theme.context';
|
|
5
|
-
import {IconSVGProps} from '../../../interfaces/icon.interface';
|
|
6
|
-
import {HexColor} from '../../../models/hex-color.model';
|
|
7
|
-
import {Scale} from '../../../theme/scale/index';
|
|
8
|
-
|
|
9
|
-
export const CloudDownloadIcon = ({color, size = Scale.l}: IconSVGProps) => {
|
|
10
|
-
const context = useContext(ThemeCtx);
|
|
11
|
-
return (
|
|
12
|
-
<Svg width={size} height={size} viewBox="0 0 23 25" fill="none">
|
|
13
|
-
<Path
|
|
14
|
-
stroke={
|
|
15
|
-
color ? HexColor.of(color).toString() : context.colors.main['0']
|
|
16
|
-
}
|
|
17
|
-
strokeWidth="2"
|
|
18
|
-
strokeLinecap="round"
|
|
19
|
-
strokeLinejoin="round"
|
|
20
|
-
d="M5.875 17C3.38972 17 1.375 14.9853 1.375 12.5C1.375 10.3546 2.87639 8.5598 4.8858 8.10907C4.7969 7.71194 4.75 7.29895 4.75 6.875C4.75 3.7684 7.2684 1.25 10.375 1.25C13.0967 1.25 15.3669 3.18303 15.8877 5.7511C15.925 5.75037 15.9625 5.75 16 5.75C19.1066 5.75 21.625 8.2684 21.625 11.375C21.625 14.0963 19.6925 16.3663 17.125 16.8875M8.125 20.375L11.5 23.75M11.5 23.75L14.875 20.375M11.5 23.75V10.25"
|
|
21
|
-
/>
|
|
22
|
-
</Svg>
|
|
23
|
-
);
|
|
24
|
-
};
|