@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
|
@@ -1,21 +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 CurrencyEuroIcon = ({color, size = Scale.l}: IconSVGProps) => {
|
|
10
|
-
const context = useContext(ThemeCtx);
|
|
11
|
-
return (
|
|
12
|
-
<Svg width={size} height={size} viewBox="0 0 18 18" fill="none">
|
|
13
|
-
<Path
|
|
14
|
-
fill={color ? HexColor.of(color).toString() : context.colors.main['0']}
|
|
15
|
-
fillRule="evenodd"
|
|
16
|
-
clipRule="evenodd"
|
|
17
|
-
d="M8.99995 17.8C13.8601 17.8 17.7999 13.8601 17.7999 9.00001C17.7999 4.13991 13.8601 0.200012 8.99995 0.200012C4.13985 0.200012 0.199951 4.13991 0.199951 9.00001C0.199951 13.8601 4.13985 17.8 8.99995 17.8ZM7.60974 5.67687C8.12867 4.81199 8.66574 4.60001 8.99995 4.60001C9.33416 4.60001 9.87123 4.81199 10.3902 5.67687C10.7027 6.19781 11.3784 6.36673 11.8993 6.05417C12.4203 5.7416 12.5892 5.06592 12.2766 4.54498C11.5068 3.26198 10.3548 2.40001 8.99995 2.40001C7.64507 2.40001 6.49306 3.26198 5.72326 4.54498C5.4099 5.06723 5.16559 5.64434 4.98601 6.25001H4.59995C3.99244 6.25001 3.49995 6.7425 3.49995 7.35001C3.49995 7.95752 3.99244 8.45001 4.59995 8.45001H4.61466C4.60482 8.63374 4.59995 8.81728 4.59995 9.00001C4.59995 9.18274 4.60482 9.36629 4.61466 9.55001H4.59995C3.99244 9.55001 3.49995 10.0425 3.49995 10.65C3.49995 11.2575 3.99244 11.75 4.59995 11.75H4.98601C5.16559 12.3557 5.4099 12.9328 5.72326 13.455C6.49306 14.738 7.64507 15.6 8.99995 15.6C10.3548 15.6 11.5068 14.738 12.2766 13.455C12.5892 12.9341 12.4203 12.2584 11.8993 11.9459C11.3784 11.6333 10.7027 11.8022 10.3902 12.3232C9.87123 13.188 9.33416 13.4 8.99995 13.4C8.66574 13.4 8.12867 13.188 7.60974 12.3232C7.50315 12.1455 7.40616 11.9536 7.31933 11.75H8.99995C9.60746 11.75 10.1 11.2575 10.1 10.65C10.1 10.0425 9.60746 9.55001 8.99995 9.55001H6.8186C6.80623 9.36853 6.79995 9.18491 6.79995 9.00001C6.79995 8.81511 6.80623 8.63149 6.8186 8.45001H8.99995C9.60746 8.45001 10.1 7.95752 10.1 7.35001C10.1 6.7425 9.60746 6.25001 8.99995 6.25001H7.31933C7.40616 6.04637 7.50315 5.85453 7.60974 5.67687Z"
|
|
18
|
-
/>
|
|
19
|
-
</Svg>
|
|
20
|
-
);
|
|
21
|
-
};
|
|
@@ -1,22 +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 DocumentTextIcon = ({color, size = Scale.l}: IconSVGProps) => {
|
|
10
|
-
const context = useContext(ThemeCtx);
|
|
11
|
-
|
|
12
|
-
return (
|
|
13
|
-
<Svg width={size} height={size} viewBox="0 0 14 18" fill="none">
|
|
14
|
-
<Path
|
|
15
|
-
fill={color ? HexColor.of(color).toString() : context.colors.main['0']}
|
|
16
|
-
fillRule="evenodd"
|
|
17
|
-
clipRule="evenodd"
|
|
18
|
-
d="M0.400024 2.39995C0.400024 1.18493 1.385 0.199951 2.60002 0.199951H7.64439C8.22787 0.199951 8.78745 0.431736 9.20002 0.844316L12.9557 4.59995C13.3682 5.01253 13.6 5.57211 13.6 6.15559V15.5999C13.6 16.815 12.6151 17.7999 11.4 17.7999H2.60002C1.385 17.7999 0.400024 16.815 0.400024 15.5999V2.39995ZM2.60002 8.99995C2.60002 8.39244 3.09251 7.89995 3.70002 7.89995H10.3C10.9075 7.89995 11.4 8.39244 11.4 8.99995C11.4 9.60746 10.9075 10.1 10.3 10.1H3.70002C3.09251 10.1 2.60002 9.60746 2.60002 8.99995ZM3.70002 12.2999C3.09251 12.2999 2.60002 12.7924 2.60002 13.4C2.60002 14.0075 3.09251 14.5 3.70002 14.5H10.3C10.9075 14.5 11.4 14.0075 11.4 13.4C11.4 12.7924 10.9075 12.2999 10.3 12.2999H3.70002Z"
|
|
19
|
-
/>
|
|
20
|
-
</Svg>
|
|
21
|
-
);
|
|
22
|
-
};
|
|
@@ -1,20 +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 {Scale} from '../../../theme/scale/index';
|
|
7
|
-
|
|
8
|
-
export const ExclamationIcon = ({color, size = Scale.l}: IconSVGProps) => {
|
|
9
|
-
const context = useContext(ThemeCtx);
|
|
10
|
-
return (
|
|
11
|
-
<Svg width={size} height={size} viewBox="0 0 19 16" fill="none">
|
|
12
|
-
<Path
|
|
13
|
-
fill={color ? color : context.colors.main['0']}
|
|
14
|
-
fillRule="evenodd"
|
|
15
|
-
clipRule="evenodd"
|
|
16
|
-
d="M7.49549 1.40872C8.37479 -0.0865156 10.6254 -0.0865164 11.5047 1.40872L17.9221 12.3213C18.7845 13.7878 17.6766 15.5999 15.9175 15.5999H3.08277C1.32367 15.5999 0.215724 13.7878 1.07814 12.3213L7.49549 1.40872ZM10.65 12.3C10.65 12.9075 10.1351 13.4 9.50002 13.4C8.86489 13.4 8.35002 12.9075 8.35002 12.3C8.35002 11.6925 8.86489 11.2 9.50002 11.2C10.1351 11.2 10.65 11.6925 10.65 12.3ZM9.50002 3.50001C8.86489 3.50001 8.35002 3.9925 8.35002 4.60001V7.90001C8.35002 8.50753 8.86489 9.00001 9.50002 9.00001C10.1351 9.00001 10.65 8.50753 10.65 7.90001V4.60001C10.65 3.9925 10.1351 3.50001 9.50002 3.50001Z"
|
|
17
|
-
/>
|
|
18
|
-
</Svg>
|
|
19
|
-
);
|
|
20
|
-
};
|
|
@@ -1,23 +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 {Scale} from '../../../theme/scale/index';
|
|
7
|
-
|
|
8
|
-
export const ExclamationCircleIcon = ({
|
|
9
|
-
color,
|
|
10
|
-
size = Scale.l,
|
|
11
|
-
}: IconSVGProps) => {
|
|
12
|
-
const context = useContext(ThemeCtx);
|
|
13
|
-
return (
|
|
14
|
-
<Svg width={size} height={size} viewBox="0 0 18 19" fill="none">
|
|
15
|
-
<Path
|
|
16
|
-
fill={color ? color : context.colors.main['0']}
|
|
17
|
-
fillRule="evenodd"
|
|
18
|
-
clipRule="evenodd"
|
|
19
|
-
d="M17.7999 9.49999C17.7999 14.581 13.8601 18.7 8.99995 18.7C4.13985 18.7 0.199951 14.581 0.199951 9.49999C0.199951 4.41897 4.13985 0.299988 8.99995 0.299988C13.8601 0.299988 17.7999 4.41897 17.7999 9.49999ZM10.1 14.1C10.1 14.7351 9.60746 15.25 8.99995 15.25C8.39244 15.25 7.89995 14.7351 7.89995 14.1C7.89995 13.4649 8.39244 12.95 8.99995 12.95C9.60746 12.95 10.1 13.4649 10.1 14.1ZM8.99995 3.74999C8.39244 3.74999 7.89995 4.26486 7.89995 4.89999V9.49999C7.89995 10.1351 8.39244 10.65 8.99995 10.65C9.60746 10.65 10.1 10.1351 10.1 9.49999V4.89999C10.1 4.26486 9.60746 3.74999 8.99995 3.74999Z"
|
|
20
|
-
/>
|
|
21
|
-
</Svg>
|
|
22
|
-
);
|
|
23
|
-
};
|
|
@@ -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 {Scale} from '../../../theme/scale/index';
|
|
7
|
-
|
|
8
|
-
export const EyeIcon = ({color, size = Scale.l}: IconSVGProps) => {
|
|
9
|
-
const context = useContext(ThemeCtx);
|
|
10
|
-
return (
|
|
11
|
-
<Svg width={size} height={size} viewBox="0 0 23 17" fill="none">
|
|
12
|
-
<Path
|
|
13
|
-
fill={color ? color : context.colors.main['0']}
|
|
14
|
-
d="M11.4999 10.8C12.7702 10.8 13.7999 9.77027 13.7999 8.50001C13.7999 7.22976 12.7702 6.20001 11.4999 6.20001C10.2297 6.20001 9.19995 7.22976 9.19995 8.50001C9.19995 9.77027 10.2297 10.8 11.4999 10.8Z"
|
|
15
|
-
/>
|
|
16
|
-
<Path
|
|
17
|
-
fill={color ? color : context.colors.main['0']}
|
|
18
|
-
fillRule="evenodd"
|
|
19
|
-
clipRule="evenodd"
|
|
20
|
-
d="M0.526367 8.50006C1.99176 3.83436 6.3506 0.450012 11.4999 0.450012C16.6492 0.450012 21.008 3.83432 22.4734 8.49997C21.008 13.1657 16.6492 16.55 11.4999 16.55C6.35061 16.55 1.99178 13.1657 0.526367 8.50006ZM16.0999 8.50001C16.0999 11.0405 14.0405 13.1 11.4999 13.1C8.95944 13.1 6.89995 11.0405 6.89995 8.50001C6.89995 5.9595 8.95944 3.90001 11.4999 3.90001C14.0405 3.90001 16.0999 5.9595 16.0999 8.50001Z"
|
|
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 {Scale} from '../../../theme/scale/index';
|
|
7
|
-
|
|
8
|
-
export const EyeOffIcon = ({color, size = Scale.l}: IconSVGProps) => {
|
|
9
|
-
const context = useContext(ThemeCtx);
|
|
10
|
-
return (
|
|
11
|
-
<Svg width={size} height={size} viewBox="0 0 22 18" fill="none">
|
|
12
|
-
<Path
|
|
13
|
-
fill={color ? color : context.colors.main['0']}
|
|
14
|
-
fillRule="evenodd"
|
|
15
|
-
clipRule="evenodd"
|
|
16
|
-
d="M4.07779 0.522134C3.64822 0.092557 2.95174 0.092557 2.52216 0.522134C2.09258 0.95171 2.09258 1.64819 2.52216 2.07777L17.9222 17.4778C18.3517 17.9073 19.0482 17.9073 19.4778 17.4778C19.9074 17.0482 19.9074 16.3517 19.4778 15.9221L17.8573 14.3016C19.5486 12.9516 20.8329 11.1132 21.4966 8.99991C20.0949 4.53712 15.9256 1.29995 11.0002 1.29995C9.21429 1.29995 7.52776 1.72556 6.03654 2.48088L4.07779 0.522134ZM8.76492 5.20926L10.4302 6.87453C10.612 6.82588 10.8031 6.79995 11.0003 6.79995C12.2153 6.79995 13.2003 7.78492 13.2003 8.99995C13.2003 9.19711 13.1743 9.3882 13.1257 9.57002L14.791 11.2353C15.1781 10.5802 15.4003 9.81601 15.4003 8.99995C15.4003 6.5699 13.4303 4.59995 11.0003 4.59995C10.1842 4.59995 9.42002 4.82211 8.76492 5.20926Z"
|
|
17
|
-
/>
|
|
18
|
-
<Path
|
|
19
|
-
fill={color ? color : context.colors.main['0']}
|
|
20
|
-
d="M13.6995 16.3663L10.7246 13.3915C8.51412 13.2548 6.74539 11.4861 6.60875 9.27561L2.56839 5.23525C1.65067 6.3294 0.941981 7.60481 0.503784 8.99999C1.90549 13.4628 6.0748 16.6999 11.0002 16.6999C11.9315 16.6999 12.8358 16.5842 13.6995 16.3663Z"
|
|
21
|
-
/>
|
|
22
|
-
</Svg>
|
|
23
|
-
);
|
|
24
|
-
};
|
|
@@ -1,21 +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 {Scale} from '../../../theme/scale/index';
|
|
7
|
-
|
|
8
|
-
export const FilterIcon = ({color, size = Scale.l}: IconSVGProps) => {
|
|
9
|
-
const context = useContext(ThemeCtx);
|
|
10
|
-
|
|
11
|
-
return (
|
|
12
|
-
<Svg width={size} height={size} viewBox="0 0 16 18" fill="none">
|
|
13
|
-
<Path
|
|
14
|
-
fill={color ? color : context.colors.main['0']}
|
|
15
|
-
fillRule="evenodd"
|
|
16
|
-
clipRule="evenodd"
|
|
17
|
-
d="M0.300049 1.30001C0.300049 0.692499 0.792536 0.200012 1.40005 0.200012H14.6C15.2076 0.200012 15.7 0.692499 15.7 1.30001V4.60001C15.7 4.89175 15.5842 5.17154 15.3779 5.37783L10.2 10.5556V14.5C10.2 14.7918 10.0842 15.0715 9.87787 15.2778L7.67787 17.4778C7.36327 17.7924 6.89014 17.8865 6.4791 17.7163C6.06806 17.546 5.80005 17.1449 5.80005 16.7V10.5556L0.622231 5.37783C0.415941 5.17154 0.300049 4.89175 0.300049 4.60001V1.30001Z"
|
|
18
|
-
/>
|
|
19
|
-
</Svg>
|
|
20
|
-
);
|
|
21
|
-
};
|
|
@@ -1,25 +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 InformationCircleIcon = ({
|
|
10
|
-
color,
|
|
11
|
-
size = Scale.l,
|
|
12
|
-
}: IconSVGProps) => {
|
|
13
|
-
const context = useContext(ThemeCtx);
|
|
14
|
-
|
|
15
|
-
return (
|
|
16
|
-
<Svg width={size} height={size} viewBox="0 0 18 18" fill="none">
|
|
17
|
-
<Path
|
|
18
|
-
fill={color ? HexColor.of(color).toString() : context.colors.main['0']}
|
|
19
|
-
fillRule="evenodd"
|
|
20
|
-
clipRule="evenodd"
|
|
21
|
-
d="M17.7999 9.00001C17.7999 13.8601 13.8601 17.8 8.99995 17.8C4.13985 17.8 0.199951 13.8601 0.199951 9.00001C0.199951 4.13991 4.13985 0.200012 8.99995 0.200012C13.8601 0.200012 17.7999 4.13991 17.7999 9.00001ZM10.1 4.60001C10.1 5.20752 9.60746 5.70001 8.99995 5.70001C8.39244 5.70001 7.89995 5.20752 7.89995 4.60001C7.89995 3.9925 8.39244 3.50001 8.99995 3.50001C9.60746 3.50001 10.1 3.9925 10.1 4.60001ZM7.89995 7.90001C7.29244 7.90001 6.79995 8.3925 6.79995 9.00001C6.79995 9.60752 7.29244 10.1 7.89995 10.1V13.4C7.89995 14.0075 8.39244 14.5 8.99995 14.5H10.1C10.7075 14.5 11.2 14.0075 11.2 13.4C11.2 12.7925 10.7075 12.3 10.1 12.3V9.00001C10.1 8.3925 9.60746 7.90001 8.99995 7.90001H7.89995Z"
|
|
22
|
-
/>
|
|
23
|
-
</Svg>
|
|
24
|
-
);
|
|
25
|
-
};
|
|
@@ -1,26 +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 {Scale} from '../../../theme/scale/index';
|
|
7
|
-
|
|
8
|
-
export const LogoutIcon = ({color, size = Scale.l}: IconSVGProps) => {
|
|
9
|
-
const context = useContext(ThemeCtx);
|
|
10
|
-
return (
|
|
11
|
-
<Svg
|
|
12
|
-
width={size}
|
|
13
|
-
height={size}
|
|
14
|
-
viewBox="0 0 18 17"
|
|
15
|
-
fill="none"
|
|
16
|
-
style={{transform: [{scaleX: -1}]}}
|
|
17
|
-
>
|
|
18
|
-
<Path
|
|
19
|
-
fill={color ? color : context.colors.main['0']}
|
|
20
|
-
fillRule="evenodd"
|
|
21
|
-
clipRule="evenodd"
|
|
22
|
-
d="M1.30005 0.450011C1.90756 0.450011 2.40005 0.964884 2.40005 1.60001L2.40005 15.4C2.40005 16.0351 1.90756 16.55 1.30005 16.55C0.692535 16.55 0.200048 16.0351 0.200048 15.4L0.200048 1.60001C0.200048 0.964884 0.692535 0.450011 1.30005 0.450011ZM9.77787 4.23684C10.2074 4.68594 10.2074 5.41408 9.77787 5.86319L8.35568 7.35001L16.7 7.35001C17.3076 7.35001 17.8 7.86488 17.8 8.50001C17.8 9.13514 17.3076 9.65001 16.7 9.65001L8.35568 9.65001L9.77787 11.1368C10.2074 11.5859 10.2074 12.3141 9.77787 12.7632C9.34829 13.2123 8.65181 13.2123 8.22223 12.7632L4.92223 9.31319C4.71594 9.09752 4.60005 8.80501 4.60005 8.50001C4.60005 8.19501 4.71594 7.90251 4.92223 7.68684L8.22223 4.23684C8.65181 3.78774 9.34829 3.78774 9.77787 4.23684Z"
|
|
23
|
-
/>
|
|
24
|
-
</Svg>
|
|
25
|
-
);
|
|
26
|
-
};
|
|
@@ -1,23 +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 MailIcon = ({color, size = Scale.l}: IconSVGProps) => {
|
|
10
|
-
const context = useContext(ThemeCtx);
|
|
11
|
-
return (
|
|
12
|
-
<Svg width={size} height={size} viewBox="0 0 18 14" fill="none">
|
|
13
|
-
<Path
|
|
14
|
-
fill={color ? HexColor.of(color).toString() : context.colors.main['0']}
|
|
15
|
-
d="M0.203618 2.4719L8.99989 6.87004L17.7963 2.47185C17.7299 1.31646 16.772 0.399994 15.5999 0.399994H2.39995C1.22792 0.399994 0.269949 1.31649 0.203618 2.4719Z"
|
|
16
|
-
/>
|
|
17
|
-
<Path
|
|
18
|
-
fill={color ? HexColor.of(color).toString() : context.colors.main['0']}
|
|
19
|
-
d="M17.7999 4.92969L8.99989 9.32972L0.199951 4.92975V11.4C0.199951 12.615 1.18492 13.6 2.39995 13.6H15.5999C16.815 13.6 17.7999 12.615 17.7999 11.4V4.92969Z"
|
|
20
|
-
/>
|
|
21
|
-
</Svg>
|
|
22
|
-
);
|
|
23
|
-
};
|
|
@@ -1,21 +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 MailOpenIcon = ({color, size = Scale.l}: IconSVGProps) => {
|
|
10
|
-
const context = useContext(ThemeCtx);
|
|
11
|
-
return (
|
|
12
|
-
<Svg width={size} height={size} viewBox="0 0 18 18" fill="none">
|
|
13
|
-
<Path
|
|
14
|
-
fill={color ? HexColor.of(color).toString() : context.colors.main['0']}
|
|
15
|
-
fillRule="evenodd"
|
|
16
|
-
clipRule="evenodd"
|
|
17
|
-
d="M1.23395 5.05364C0.590714 5.45567 0.199951 6.1607 0.199951 6.91924V15.5999C0.199951 16.8149 1.18492 17.7999 2.39995 17.7999H15.5999C16.815 17.7999 17.7999 16.8149 17.7999 15.5999V6.91924C17.7999 6.1607 17.4092 5.45567 16.7659 5.05364L10.1659 0.928642C9.45255 0.482771 8.54735 0.48277 7.83395 0.928642L1.23395 5.05364ZM4.11012 7.71808C3.60464 7.38109 2.92168 7.51768 2.5847 8.02316C2.24771 8.52864 2.3843 9.2116 2.88978 9.54859L8.38978 13.2153C8.75927 13.4616 9.24063 13.4616 9.61012 13.2153L15.1101 9.54859C15.6156 9.2116 15.7522 8.52864 15.4152 8.02316C15.0782 7.51768 14.3953 7.38109 13.8898 7.71808L8.99995 10.978L4.11012 7.71808Z"
|
|
18
|
-
/>
|
|
19
|
-
</Svg>
|
|
20
|
-
);
|
|
21
|
-
};
|
|
@@ -1,33 +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 MenuIcon = ({color, size = Scale.l}: IconSVGProps) => {
|
|
10
|
-
const context = useContext(ThemeCtx);
|
|
11
|
-
return (
|
|
12
|
-
<Svg width={size} height={size} viewBox="0 0 16 14" fill="none">
|
|
13
|
-
<Path
|
|
14
|
-
fill={color ? HexColor.of(color).toString() : context.colors.main['0']}
|
|
15
|
-
fillRule="evenodd"
|
|
16
|
-
clipRule="evenodd"
|
|
17
|
-
d="M0.300049 1.49999C0.300049 0.892481 0.792536 0.399994 1.40005 0.399994H14.6C15.2076 0.399994 15.7 0.892481 15.7 1.49999C15.7 2.10751 15.2076 2.59999 14.6 2.59999H1.40005C0.792536 2.59999 0.300049 2.10751 0.300049 1.49999Z"
|
|
18
|
-
/>
|
|
19
|
-
<Path
|
|
20
|
-
fill={color ? HexColor.of(color).toString() : context.colors.main['0']}
|
|
21
|
-
fillRule="evenodd"
|
|
22
|
-
clipRule="evenodd"
|
|
23
|
-
d="M0.300049 6.99999C0.300049 6.39248 0.792536 5.89999 1.40005 5.89999H14.6C15.2076 5.89999 15.7 6.39248 15.7 6.99999C15.7 7.60751 15.2076 8.09999 14.6 8.09999H1.40005C0.792536 8.09999 0.300049 7.60751 0.300049 6.99999Z"
|
|
24
|
-
/>
|
|
25
|
-
<Path
|
|
26
|
-
fill={color ? HexColor.of(color).toString() : context.colors.main['0']}
|
|
27
|
-
fillRule="evenodd"
|
|
28
|
-
clipRule="evenodd"
|
|
29
|
-
d="M0.300049 12.5C0.300049 11.8925 0.792536 11.4 1.40005 11.4H14.6C15.2076 11.4 15.7 11.8925 15.7 12.5C15.7 13.1075 15.2076 13.6 14.6 13.6H1.40005C0.792536 13.6 0.300049 13.1075 0.300049 12.5Z"
|
|
30
|
-
/>
|
|
31
|
-
</Svg>
|
|
32
|
-
);
|
|
33
|
-
};
|
|
@@ -1,21 +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 MinusSmallIcon = ({color, size = Scale.l}: IconSVGProps) => {
|
|
10
|
-
const context = useContext(ThemeCtx);
|
|
11
|
-
return (
|
|
12
|
-
<Svg width={size} height={size} viewBox="0 0 12 3" fill="none">
|
|
13
|
-
<Path
|
|
14
|
-
fill={color ? HexColor.of(color).toString() : context.colors.main['0']}
|
|
15
|
-
fillRule="evenodd"
|
|
16
|
-
clipRule="evenodd"
|
|
17
|
-
d="M0.5 1.49998C0.5 0.864848 0.992487 0.349976 1.6 0.349976L10.4 0.349976C11.0075 0.349976 11.5 0.864849 11.5 1.49998C11.5 2.13511 11.0075 2.64998 10.4 2.64998L1.6 2.64998C0.992487 2.64998 0.5 2.1351 0.5 1.49998Z"
|
|
18
|
-
/>
|
|
19
|
-
</Svg>
|
|
20
|
-
);
|
|
21
|
-
};
|
|
@@ -1,21 +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 OfficeBuildingIcon = ({color, size = Scale.l}: IconSVGProps) => {
|
|
10
|
-
const context = useContext(ThemeCtx);
|
|
11
|
-
return (
|
|
12
|
-
<Svg width={size} height={size} viewBox="0 0 16 19" fill="none">
|
|
13
|
-
<Path
|
|
14
|
-
fill={color ? HexColor.of(color).toString() : context.colors.main['0']}
|
|
15
|
-
fillRule="evenodd"
|
|
16
|
-
clipRule="evenodd"
|
|
17
|
-
d="M1.40005 2.59999C1.40005 1.32973 2.38502 0.299988 3.60005 0.299988H12.4C13.6151 0.299988 14.6 1.32973 14.6 2.59999V16.4C15.2076 16.4 15.7 16.9149 15.7 17.55C15.7 18.1851 15.2076 18.7 14.6 18.7H11.2C10.6478 18.7 10.2 18.2523 10.2 17.7V15.25C10.2 14.6149 9.70756 14.1 9.10005 14.1H6.90005C6.29254 14.1 5.80005 14.6149 5.80005 15.25V17.7C5.80005 18.2523 5.35233 18.7 4.80005 18.7H1.40005C0.792536 18.7 0.300049 18.1851 0.300049 17.55C0.300049 16.9149 0.792536 16.4 1.40005 16.4V2.59999ZM4.70005 3.74999H6.90005V6.04999H4.70005V3.74999ZM6.90005 8.34999H4.70005V10.65H6.90005V8.34999ZM9.10005 3.74999H11.3V6.04999H9.10005V3.74999ZM11.3 8.34999H9.10005V10.65H11.3V8.34999Z"
|
|
18
|
-
/>
|
|
19
|
-
</Svg>
|
|
20
|
-
);
|
|
21
|
-
};
|
|
@@ -1,25 +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 PaperAirplaneIcon = ({color, size = Scale.l}: IconSVGProps) => {
|
|
10
|
-
const context = useContext(ThemeCtx);
|
|
11
|
-
return (
|
|
12
|
-
<Svg
|
|
13
|
-
width={size}
|
|
14
|
-
height={size}
|
|
15
|
-
viewBox="0 0 18 18"
|
|
16
|
-
fill="none"
|
|
17
|
-
style={{transform: [{rotate: '90deg'}]}}
|
|
18
|
-
>
|
|
19
|
-
<Path
|
|
20
|
-
fill={color ? HexColor.of(color).toString() : context.colors.main['0']}
|
|
21
|
-
d="M9.98383 0.808016C9.7975 0.435354 9.41661 0.199951 8.99996 0.199951C8.58331 0.199951 8.20242 0.435354 8.01609 0.808016L0.316093 16.208C0.121008 16.5982 0.174915 17.0668 0.453503 17.4025C0.732091 17.7381 1.18272 17.8775 1.60216 17.7576L7.10214 16.1862C7.57438 16.0513 7.89995 15.6197 7.89995 15.1285V10.1C7.89995 9.49244 8.39244 8.99995 8.99995 8.99995C9.60746 8.99995 10.1 9.49244 10.1 10.1V15.1285C10.1 15.6196 10.4255 16.0513 10.8978 16.1862L16.3978 17.7576C16.8172 17.8775 17.2678 17.7381 17.5464 17.4025C17.825 17.0668 17.8789 16.5982 17.6838 16.208L9.98383 0.808016Z"
|
|
22
|
-
/>
|
|
23
|
-
</Svg>
|
|
24
|
-
);
|
|
25
|
-
};
|
|
@@ -1,21 +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 PaperClipIcon = ({color, size = Scale.l}: IconSVGProps) => {
|
|
10
|
-
const context = useContext(ThemeCtx);
|
|
11
|
-
return (
|
|
12
|
-
<Svg width={size} height={size} viewBox="0 0 16 18" fill="none">
|
|
13
|
-
<Path
|
|
14
|
-
fill={color ? HexColor.of(color).toString() : context.colors.main['0']}
|
|
15
|
-
fillRule="evenodd"
|
|
16
|
-
clipRule="evenodd"
|
|
17
|
-
d="M5.80005 2.40001C3.97751 2.40001 2.50005 3.87747 2.50005 5.70001V10.1C2.50005 13.1376 4.96248 15.6 8.00005 15.6C11.0376 15.6 13.5 13.1376 13.5 10.1V5.70001C13.5 5.0925 13.9925 4.60001 14.6 4.60001C15.2076 4.60001 15.7 5.0925 15.7 5.70001V10.1C15.7 14.3526 12.2526 17.8 8.00005 17.8C3.74746 17.8 0.300049 14.3526 0.300049 10.1V5.70001C0.300049 2.66245 2.76248 0.200012 5.80005 0.200012C8.83762 0.200012 11.3 2.66245 11.3 5.70001V10.1C11.3 11.9226 9.82259 13.4 8.00005 13.4C6.17751 13.4 4.70005 11.9226 4.70005 10.1V5.70001C4.70005 5.0925 5.19254 4.60001 5.80005 4.60001C6.40756 4.60001 6.90005 5.0925 6.90005 5.70001V10.1C6.90005 10.7075 7.39254 11.2 8.00005 11.2C8.60756 11.2 9.10005 10.7075 9.10005 10.1V5.70001C9.10005 3.87747 7.62259 2.40001 5.80005 2.40001Z"
|
|
18
|
-
/>
|
|
19
|
-
</Svg>
|
|
20
|
-
);
|
|
21
|
-
};
|
|
@@ -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 PencilIcon = ({color, size = Scale.l}: IconSVGProps) => {
|
|
10
|
-
const context = useContext(ThemeCtx);
|
|
11
|
-
|
|
12
|
-
return (
|
|
13
|
-
<Svg width={size} height={size} viewBox="0 0 16 17" fill="none">
|
|
14
|
-
<Path
|
|
15
|
-
fill={color ? HexColor.of(color).toString() : context.colors.main['0']}
|
|
16
|
-
d="M11.9444 1.12367C12.8036 0.225461 14.1965 0.225461 15.0557 1.12367C15.9148 2.02187 15.9148 3.47815 15.0557 4.37636L14.1835 5.28818L11.0722 2.03549L11.9444 1.12367Z"
|
|
17
|
-
/>
|
|
18
|
-
<Path
|
|
19
|
-
fill={color ? HexColor.of(color).toString() : context.colors.main['0']}
|
|
20
|
-
d="M9.5166 3.66184L0.300049 13.2973V16.55H3.41132L12.6279 6.91453L9.5166 3.66184Z"
|
|
21
|
-
/>
|
|
22
|
-
</Svg>
|
|
23
|
-
);
|
|
24
|
-
};
|
|
@@ -1,20 +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 PhoneIcon = ({color, size = Scale.l}: IconSVGProps) => {
|
|
10
|
-
const context = useContext(ThemeCtx);
|
|
11
|
-
|
|
12
|
-
return (
|
|
13
|
-
<Svg width={size} height={size} viewBox="0 0 18 18" fill="none">
|
|
14
|
-
<Path
|
|
15
|
-
fill={color ? HexColor.of(color).toString() : context.colors.main['0']}
|
|
16
|
-
d="M0.199951 1.30001C0.199951 0.692499 0.692438 0.200012 1.29995 0.200012H3.66811C4.20583 0.200012 4.66474 0.588767 4.75314 1.11917L5.56639 5.99863C5.64578 6.47497 5.40521 6.94738 4.97329 7.16334L3.27034 8.01482C4.49827 11.0662 6.9338 13.5017 9.98514 14.7296L10.8366 13.0267C11.0526 12.5947 11.525 12.3542 12.0013 12.4336L16.8808 13.2468C17.4112 13.3352 17.7999 13.7941 17.7999 14.3319V16.7C17.7999 17.3075 17.3075 17.8 16.6999 17.8H14.5C6.60228 17.8 0.199951 11.3977 0.199951 3.50001V1.30001Z"
|
|
17
|
-
/>
|
|
18
|
-
</Svg>
|
|
19
|
-
);
|
|
20
|
-
};
|
|
@@ -1,20 +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 PhotographIcon = ({color, size = Scale.l}: IconSVGProps) => {
|
|
10
|
-
const context = useContext(ThemeCtx);
|
|
11
|
-
|
|
12
|
-
return (
|
|
13
|
-
<Svg width={size} height={size} viewBox="0 0 18 16" fill="none">
|
|
14
|
-
<Path
|
|
15
|
-
d="M2.39995 0.299988C1.18492 0.299988 0.199951 1.28496 0.199951 2.49999V13.5C0.199951 14.715 1.18492 15.7 2.39995 15.7H15.5999C16.815 15.7 17.7999 14.715 17.7999 13.5V2.49999C17.7999 1.28496 16.815 0.299988 15.5999 0.299988H2.39995ZM15.5999 13.5H2.39995L6.79995 4.69999L10.1 11.3L12.2999 6.89999L15.5999 13.5Z"
|
|
16
|
-
fill={color ? HexColor.of(color).toString() : context.colors.main['0']}
|
|
17
|
-
/>
|
|
18
|
-
</Svg>
|
|
19
|
-
);
|
|
20
|
-
};
|
|
@@ -1,21 +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 PlusIcon = ({color, size = Scale.l}: IconSVGProps) => {
|
|
10
|
-
const context = useContext(ThemeCtx);
|
|
11
|
-
return (
|
|
12
|
-
<Svg width={size} height={size} viewBox="0 0 17 16" fill="none">
|
|
13
|
-
<Path
|
|
14
|
-
fill={color ? HexColor.of(color).toString() : context.colors.main['0']}
|
|
15
|
-
fillRule="evenodd"
|
|
16
|
-
clipRule="evenodd"
|
|
17
|
-
d="M8.49995 0.299988C9.13508 0.299988 9.64995 0.792475 9.64995 1.39999V6.89999H15.4C16.0351 6.89999 16.55 7.39247 16.55 7.99999C16.55 8.6075 16.0351 9.09999 15.4 9.09999H9.64995V14.6C9.64995 15.2075 9.13508 15.7 8.49995 15.7C7.86482 15.7 7.34995 15.2075 7.34995 14.6V9.09999H1.59995C0.964824 9.09999 0.449951 8.6075 0.449951 7.99999C0.449951 7.39247 0.964824 6.89999 1.59995 6.89999L7.34995 6.89999V1.39999C7.34995 0.792475 7.86482 0.299988 8.49995 0.299988Z"
|
|
18
|
-
/>
|
|
19
|
-
</Svg>
|
|
20
|
-
);
|
|
21
|
-
};
|
|
@@ -1,21 +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 PlusSmallIcon = ({color, size = Scale.l}: IconSVGProps) => {
|
|
10
|
-
const context = useContext(ThemeCtx);
|
|
11
|
-
return (
|
|
12
|
-
<Svg width={size} height={size} viewBox="0 0 13 13" fill="none">
|
|
13
|
-
<Path
|
|
14
|
-
fill={color ? HexColor.of(color).toString() : context.colors.main['0']}
|
|
15
|
-
fillRule="evenodd"
|
|
16
|
-
clipRule="evenodd"
|
|
17
|
-
d="M6.5 0.75C7.13513 0.75 7.65 1.26487 7.65 1.9V5.35L11.1 5.35C11.7351 5.35 12.25 5.86487 12.25 6.5C12.25 7.13513 11.7351 7.65 11.1 7.65H7.65V11.1C7.65 11.7351 7.13513 12.25 6.5 12.25C5.86487 12.25 5.35 11.7351 5.35 11.1V7.65H1.9C1.26487 7.65 0.75 7.13513 0.75 6.5C0.75 5.86487 1.26487 5.35 1.9 5.35H5.35V1.9C5.35 1.26487 5.86487 0.75 6.5 0.75Z"
|
|
18
|
-
/>
|
|
19
|
-
</Svg>
|
|
20
|
-
);
|
|
21
|
-
};
|