@dktunited-techoff/techoff-suite-ui 1.1.0 → 1.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/{lib/components/Button/Button.css → src/components/TsButton/TsButton.css} +18 -18
- package/src/components/TsButton/TsButton.tsx +34 -0
- package/src/components/{Button/Button.types.ts → TsButton/TsButton.types.ts} +1 -1
- package/{esm/components/Button/__stories__/Button.stories.mdx → src/components/TsButton/__stories__/TsButton.stories.mdx} +4 -4
- package/{esm/components/Icon/Icon.css → src/components/TsIcon/TsIcon.css} +4 -4
- package/src/components/TsIcon/TsIcon.tsx +13 -0
- package/src/components/TsIcon/TsIcon.types.ts +1 -0
- package/{lib/components/Icon/__stories__/Icon.stories.mdx → src/components/TsIcon/__stories__/TsIcon.stories.mdx} +4 -4
- package/{lib/components/Loader/Loader.css → src/components/TsLoader/TsLoader.css} +5 -5
- package/src/components/TsLoader/TsLoader.tsx +7 -0
- package/src/components/TsLoader/TsLoader.types.ts +1 -0
- package/{lib/components/Loader/__stories__/Loader.stories.mdx → src/components/TsLoader/__stories__/TsLoader.stories.mdx} +3 -3
- package/src/index.ts +6 -11
- package/{esm/layouts/Header/Header.css → src/layouts/TsHeader/TsHeader.css} +25 -25
- package/src/layouts/TsHeader/TsHeader.tsx +20 -0
- package/src/layouts/{Header/Header.types.ts → TsHeader/TsHeader.types.ts} +4 -4
- package/src/layouts/TsHeader/TsHeaderProfile.tsx +56 -0
- package/src/layouts/{Header/HeaderSearch.tsx → TsHeader/TsHeaderSearch.tsx} +15 -15
- package/src/layouts/{Header/__stories__/Header.stories.mdx → TsHeader/__stories__/TsHeader.stories.mdx} +12 -12
- package/src/layouts/{Navigation/Navigation.css → TsNavigation/TsNavigation.css} +16 -16
- package/src/layouts/TsNavigation/TsNavigation.tsx +54 -0
- package/src/layouts/TsNavigation/TsNavigation.types.ts +4 -0
- package/src/layouts/TsNavigation/__stories__/TsNavigation.stories.mdx +51 -0
- package/esm/assets/fonts/Montserrat-Medium.ttf +0 -0
- package/esm/assets/fonts/Roboto-Light.ttf +0 -0
- package/esm/components/Button/Button.css +0 -91
- package/esm/components/Button/Button.d.ts +0 -5
- package/esm/components/Button/Button.js +0 -17
- package/esm/components/Button/Button.js.map +0 -1
- package/esm/components/Button/Button.types.d.ts +0 -9
- package/esm/components/Button/Button.types.js +0 -2
- package/esm/components/Button/Button.types.js.map +0 -1
- package/esm/components/Checkbox/Checkbox.css +0 -72
- package/esm/components/Checkbox/Checkbox.d.ts +0 -4
- package/esm/components/Checkbox/Checkbox.js +0 -18
- package/esm/components/Checkbox/Checkbox.js.map +0 -1
- package/esm/components/Checkbox/Checkbox.types.d.ts +0 -7
- package/esm/components/Checkbox/Checkbox.types.js +0 -2
- package/esm/components/Checkbox/Checkbox.types.js.map +0 -1
- package/esm/components/Checkbox/__stories__/Checkbox.stories.mdx +0 -56
- package/esm/components/Icon/Icon.d.ts +0 -4
- package/esm/components/Icon/Icon.js +0 -12
- package/esm/components/Icon/Icon.js.map +0 -1
- package/esm/components/Icon/Icon.types.d.ts +0 -4
- package/esm/components/Icon/Icon.types.js +0 -2
- package/esm/components/Icon/Icon.types.js.map +0 -1
- package/esm/components/Icon/__stories__/Icon.stories.mdx +0 -89
- package/esm/components/Icon/icons/index.d.ts +0 -3
- package/esm/components/Icon/icons/index.js +0 -59
- package/esm/components/Icon/icons/index.js.map +0 -1
- package/esm/components/Inputs/BooleanInput/BooleanInput.css +0 -58
- package/esm/components/Inputs/BooleanInput/BooleanInput.d.ts +0 -4
- package/esm/components/Inputs/BooleanInput/BooleanInput.js +0 -13
- package/esm/components/Inputs/BooleanInput/BooleanInput.js.map +0 -1
- package/esm/components/Inputs/BooleanInput/BooleanInput.tsx +0 -24
- package/esm/components/Inputs/BooleanInput/BooleanInput.types.d.ts +0 -8
- package/esm/components/Inputs/BooleanInput/BooleanInput.types.js +0 -2
- package/esm/components/Inputs/BooleanInput/BooleanInput.types.js.map +0 -1
- package/esm/components/Inputs/BooleanInput/BooleanInput.types.ts +0 -8
- package/esm/components/Inputs/BooleanInput/__stories__/BooleanInput.stories.mdx +0 -53
- package/esm/components/Inputs/Input/Input.css +0 -97
- package/esm/components/Inputs/Input/Input.d.ts +0 -4
- package/esm/components/Inputs/Input/Input.js +0 -26
- package/esm/components/Inputs/Input/Input.js.map +0 -1
- package/esm/components/Inputs/Input/Input.tsx +0 -67
- package/esm/components/Inputs/Input/Input.types.d.ts +0 -14
- package/esm/components/Inputs/Input/Input.types.js +0 -2
- package/esm/components/Inputs/Input/Input.types.js.map +0 -1
- package/esm/components/Inputs/Input/Input.types.ts +0 -15
- package/esm/components/Inputs/Input/__stories__/Input.stories.mdx +0 -95
- package/esm/components/Loader/Loader.css +0 -42
- package/esm/components/Loader/Loader.d.ts +0 -4
- package/esm/components/Loader/Loader.js +0 -6
- package/esm/components/Loader/Loader.js.map +0 -1
- package/esm/components/Loader/Loader.types.d.ts +0 -3
- package/esm/components/Loader/Loader.types.js +0 -2
- package/esm/components/Loader/Loader.types.js.map +0 -1
- package/esm/components/Loader/__stories__/Loader.stories.mdx +0 -30
- package/esm/components/Select/Select.css +0 -30
- package/esm/components/Select/Select.d.ts +0 -4
- package/esm/components/Select/Select.js +0 -14
- package/esm/components/Select/Select.js.map +0 -1
- package/esm/components/Select/Select.types.d.ts +0 -7
- package/esm/components/Select/Select.types.js +0 -2
- package/esm/components/Select/Select.types.js.map +0 -1
- package/esm/components/Select/__stories__/Select.stories.mdx +0 -44
- package/esm/hooks/use-click-outside.d.ts +0 -2
- package/esm/hooks/use-click-outside.js +0 -14
- package/esm/hooks/use-click-outside.js.map +0 -1
- package/esm/index.d.ts +0 -11
- package/esm/index.js +0 -12
- package/esm/index.js.map +0 -1
- package/esm/layouts/Header/Header.d.ts +0 -4
- package/esm/layouts/Header/Header.js +0 -14
- package/esm/layouts/Header/Header.js.map +0 -1
- package/esm/layouts/Header/Header.types.d.ts +0 -23
- package/esm/layouts/Header/Header.types.js +0 -2
- package/esm/layouts/Header/Header.types.js.map +0 -1
- package/esm/layouts/Header/HeaderProfile.d.ts +0 -5
- package/esm/layouts/Header/HeaderProfile.js +0 -38
- package/esm/layouts/Header/HeaderProfile.js.map +0 -1
- package/esm/layouts/Header/HeaderSearch.d.ts +0 -3
- package/esm/layouts/Header/HeaderSearch.js +0 -60
- package/esm/layouts/Header/HeaderSearch.js.map +0 -1
- package/esm/layouts/Header/__stories__/Header.stories.mdx +0 -71
- package/esm/layouts/Navigation/Navigation.css +0 -74
- package/esm/layouts/Navigation/Navigation.d.ts +0 -7
- package/esm/layouts/Navigation/Navigation.js +0 -29
- package/esm/layouts/Navigation/Navigation.js.map +0 -1
- package/esm/layouts/Navigation/Navigation.types.d.ts +0 -10
- package/esm/layouts/Navigation/Navigation.types.js +0 -2
- package/esm/layouts/Navigation/Navigation.types.js.map +0 -1
- package/esm/layouts/Navigation/__stories__/Navigation.stories.mdx +0 -51
- package/esm/utils/string.utils.d.ts +0 -1
- package/esm/utils/string.utils.js +0 -2
- package/esm/utils/string.utils.js.map +0 -1
- package/lib/assets/fonts/Montserrat-Medium.ttf +0 -0
- package/lib/assets/fonts/Roboto-Light.ttf +0 -0
- package/lib/components/Button/Button.d.ts +0 -5
- package/lib/components/Button/Button.js +0 -21
- package/lib/components/Button/Button.js.map +0 -1
- package/lib/components/Button/Button.types.d.ts +0 -9
- package/lib/components/Button/Button.types.js +0 -3
- package/lib/components/Button/Button.types.js.map +0 -1
- package/lib/components/Button/__stories__/Button.stories.mdx +0 -74
- package/lib/components/Checkbox/Checkbox.css +0 -72
- package/lib/components/Checkbox/Checkbox.d.ts +0 -4
- package/lib/components/Checkbox/Checkbox.js +0 -22
- package/lib/components/Checkbox/Checkbox.js.map +0 -1
- package/lib/components/Checkbox/Checkbox.types.d.ts +0 -7
- package/lib/components/Checkbox/Checkbox.types.js +0 -3
- package/lib/components/Checkbox/Checkbox.types.js.map +0 -1
- package/lib/components/Checkbox/__stories__/Checkbox.stories.mdx +0 -56
- package/lib/components/Icon/Icon.css +0 -26
- package/lib/components/Icon/Icon.d.ts +0 -4
- package/lib/components/Icon/Icon.js +0 -16
- package/lib/components/Icon/Icon.js.map +0 -1
- package/lib/components/Icon/Icon.types.d.ts +0 -4
- package/lib/components/Icon/Icon.types.js +0 -3
- package/lib/components/Icon/Icon.types.js.map +0 -1
- package/lib/components/Icon/icons/add-circle.svg +0 -1
- package/lib/components/Icon/icons/add.svg +0 -1
- package/lib/components/Icon/icons/alert-circle-filled.svg +0 -1
- package/lib/components/Icon/icons/alert-circle.svg +0 -1
- package/lib/components/Icon/icons/alert-triangle-filled.svg +0 -1
- package/lib/components/Icon/icons/alert-triangle.svg +0 -1
- package/lib/components/Icon/icons/arrow-diagonal-collapse.svg +0 -1
- package/lib/components/Icon/icons/arrow-diagonal-expand.svg +0 -1
- package/lib/components/Icon/icons/arrow-down.svg +0 -1
- package/lib/components/Icon/icons/arrow-go-back.svg +0 -1
- package/lib/components/Icon/icons/arrow-left-right.svg +0 -1
- package/lib/components/Icon/icons/arrow-left.svg +0 -1
- package/lib/components/Icon/icons/arrow-right.svg +0 -1
- package/lib/components/Icon/icons/arrow-up-down.svg +0 -1
- package/lib/components/Icon/icons/arrow-up.svg +0 -1
- package/lib/components/Icon/icons/award.svg +0 -1
- package/lib/components/Icon/icons/check-circle-filled.svg +0 -1
- package/lib/components/Icon/icons/check-circle-timer.svg +0 -7
- package/lib/components/Icon/icons/check-circle.svg +0 -1
- package/lib/components/Icon/icons/check-square-filled.svg +0 -1
- package/lib/components/Icon/icons/check-square.svg +0 -1
- package/lib/components/Icon/icons/check.svg +0 -1
- package/lib/components/Icon/icons/chevron-down.svg +0 -1
- package/lib/components/Icon/icons/chevron-left.svg +0 -1
- package/lib/components/Icon/icons/chevron-right.svg +0 -1
- package/lib/components/Icon/icons/chevron-up.svg +0 -1
- package/lib/components/Icon/icons/circle.svg +0 -1
- package/lib/components/Icon/icons/close-circle.svg +0 -1
- package/lib/components/Icon/icons/close.svg +0 -1
- package/lib/components/Icon/icons/currency-euro.svg +0 -1
- package/lib/components/Icon/icons/download.svg +0 -1
- package/lib/components/Icon/icons/edit.svg +0 -1
- package/lib/components/Icon/icons/external-link.svg +0 -1
- package/lib/components/Icon/icons/filter-off.svg +0 -1
- package/lib/components/Icon/icons/filter.svg +0 -1
- package/lib/components/Icon/icons/flashlight-off.svg +0 -1
- package/lib/components/Icon/icons/flashlight.svg +0 -1
- package/lib/components/Icon/icons/header-bikestudio.svg +0 -32
- package/lib/components/Icon/icons/header-nsc-helmet.svg +0 -32
- package/lib/components/Icon/icons/header-opticost.svg +0 -32
- package/lib/components/Icon/icons/header-repairability.svg +0 -32
- package/lib/components/Icon/icons/heart-filled.svg +0 -1
- package/lib/components/Icon/icons/heart.svg +0 -1
- package/lib/components/Icon/icons/history.svg +0 -1
- package/lib/components/Icon/icons/home.svg +0 -1
- package/lib/components/Icon/icons/index.d.ts +0 -3
- package/lib/components/Icon/icons/index.js +0 -62
- package/lib/components/Icon/icons/index.js.map +0 -1
- package/lib/components/Icon/icons/index.ts +0 -58
- package/lib/components/Icon/icons/link.svg +0 -1
- package/lib/components/Icon/icons/list-settings.svg +0 -1
- package/lib/components/Icon/icons/lock.svg +0 -1
- package/lib/components/Icon/icons/loop-right.svg +0 -1
- package/lib/components/Icon/icons/question-circle.svg +0 -1
- package/lib/components/Icon/icons/save.svg +0 -1
- package/lib/components/Icon/icons/search.svg +0 -1
- package/lib/components/Icon/icons/seedling-circle.svg +0 -12
- package/lib/components/Icon/icons/square.svg +0 -1
- package/lib/components/Icon/icons/tools.svg +0 -1
- package/lib/components/Icon/icons/user.svg +0 -1
- package/lib/components/Inputs/BooleanInput/BooleanInput.css +0 -58
- package/lib/components/Inputs/BooleanInput/BooleanInput.d.ts +0 -4
- package/lib/components/Inputs/BooleanInput/BooleanInput.js +0 -17
- package/lib/components/Inputs/BooleanInput/BooleanInput.js.map +0 -1
- package/lib/components/Inputs/BooleanInput/BooleanInput.tsx +0 -24
- package/lib/components/Inputs/BooleanInput/BooleanInput.types.d.ts +0 -8
- package/lib/components/Inputs/BooleanInput/BooleanInput.types.js +0 -3
- package/lib/components/Inputs/BooleanInput/BooleanInput.types.js.map +0 -1
- package/lib/components/Inputs/BooleanInput/BooleanInput.types.ts +0 -8
- package/lib/components/Inputs/BooleanInput/__stories__/BooleanInput.stories.mdx +0 -53
- package/lib/components/Inputs/Input/Input.css +0 -97
- package/lib/components/Inputs/Input/Input.d.ts +0 -4
- package/lib/components/Inputs/Input/Input.js +0 -30
- package/lib/components/Inputs/Input/Input.js.map +0 -1
- package/lib/components/Inputs/Input/Input.tsx +0 -67
- package/lib/components/Inputs/Input/Input.types.d.ts +0 -14
- package/lib/components/Inputs/Input/Input.types.js +0 -3
- package/lib/components/Inputs/Input/Input.types.js.map +0 -1
- package/lib/components/Inputs/Input/Input.types.ts +0 -15
- package/lib/components/Inputs/Input/__stories__/Input.stories.mdx +0 -95
- package/lib/components/Loader/Loader.d.ts +0 -4
- package/lib/components/Loader/Loader.js +0 -10
- package/lib/components/Loader/Loader.js.map +0 -1
- package/lib/components/Loader/Loader.types.d.ts +0 -3
- package/lib/components/Loader/Loader.types.js +0 -3
- package/lib/components/Loader/Loader.types.js.map +0 -1
- package/lib/components/Select/Select.css +0 -30
- package/lib/components/Select/Select.d.ts +0 -4
- package/lib/components/Select/Select.js +0 -18
- package/lib/components/Select/Select.js.map +0 -1
- package/lib/components/Select/Select.types.d.ts +0 -7
- package/lib/components/Select/Select.types.js +0 -3
- package/lib/components/Select/Select.types.js.map +0 -1
- package/lib/components/Select/__stories__/Select.stories.mdx +0 -44
- package/lib/hooks/use-click-outside.d.ts +0 -2
- package/lib/hooks/use-click-outside.js +0 -18
- package/lib/hooks/use-click-outside.js.map +0 -1
- package/lib/index.d.ts +0 -11
- package/lib/index.js +0 -28
- package/lib/index.js.map +0 -1
- package/lib/layouts/Header/Header.css +0 -186
- package/lib/layouts/Header/Header.d.ts +0 -4
- package/lib/layouts/Header/Header.js +0 -18
- package/lib/layouts/Header/Header.js.map +0 -1
- package/lib/layouts/Header/Header.types.d.ts +0 -23
- package/lib/layouts/Header/Header.types.js +0 -3
- package/lib/layouts/Header/Header.types.js.map +0 -1
- package/lib/layouts/Header/HeaderProfile.d.ts +0 -5
- package/lib/layouts/Header/HeaderProfile.js +0 -43
- package/lib/layouts/Header/HeaderProfile.js.map +0 -1
- package/lib/layouts/Header/HeaderSearch.d.ts +0 -3
- package/lib/layouts/Header/HeaderSearch.js +0 -64
- package/lib/layouts/Header/HeaderSearch.js.map +0 -1
- package/lib/layouts/Header/__stories__/Header.stories.mdx +0 -71
- package/lib/layouts/Navigation/Navigation.css +0 -74
- package/lib/layouts/Navigation/Navigation.d.ts +0 -7
- package/lib/layouts/Navigation/Navigation.js +0 -35
- package/lib/layouts/Navigation/Navigation.js.map +0 -1
- package/lib/layouts/Navigation/Navigation.types.d.ts +0 -10
- package/lib/layouts/Navigation/Navigation.types.js +0 -3
- package/lib/layouts/Navigation/Navigation.types.js.map +0 -1
- package/lib/layouts/Navigation/__stories__/Navigation.stories.mdx +0 -51
- package/lib/utils/string.utils.d.ts +0 -1
- package/lib/utils/string.utils.js +0 -6
- package/lib/utils/string.utils.js.map +0 -1
- package/src/components/Button/Button.css +0 -91
- package/src/components/Button/Button.tsx +0 -34
- package/src/components/Button/__stories__/Button.stories.mdx +0 -74
- package/src/components/Checkbox/Checkbox.css +0 -72
- package/src/components/Checkbox/Checkbox.tsx +0 -26
- package/src/components/Checkbox/Checkbox.types.ts +0 -7
- package/src/components/Checkbox/__stories__/Checkbox.stories.mdx +0 -56
- package/src/components/Icon/Icon.css +0 -26
- package/src/components/Icon/Icon.tsx +0 -13
- package/src/components/Icon/Icon.types.ts +0 -1
- package/src/components/Icon/__stories__/Icon.stories.mdx +0 -89
- package/src/components/Icon/icons/add-circle.svg +0 -1
- package/src/components/Icon/icons/add.svg +0 -1
- package/src/components/Icon/icons/alert-circle-filled.svg +0 -1
- package/src/components/Icon/icons/alert-circle.svg +0 -1
- package/src/components/Icon/icons/alert-triangle-filled.svg +0 -1
- package/src/components/Icon/icons/alert-triangle.svg +0 -1
- package/src/components/Icon/icons/arrow-diagonal-collapse.svg +0 -1
- package/src/components/Icon/icons/arrow-diagonal-expand.svg +0 -1
- package/src/components/Icon/icons/arrow-down.svg +0 -1
- package/src/components/Icon/icons/arrow-go-back.svg +0 -1
- package/src/components/Icon/icons/arrow-left-right.svg +0 -1
- package/src/components/Icon/icons/arrow-left.svg +0 -1
- package/src/components/Icon/icons/arrow-right.svg +0 -1
- package/src/components/Icon/icons/arrow-up-down.svg +0 -1
- package/src/components/Icon/icons/arrow-up.svg +0 -1
- package/src/components/Icon/icons/award.svg +0 -1
- package/src/components/Icon/icons/check-circle-filled.svg +0 -1
- package/src/components/Icon/icons/check-circle-timer.svg +0 -7
- package/src/components/Icon/icons/check-circle.svg +0 -1
- package/src/components/Icon/icons/check-square-filled.svg +0 -1
- package/src/components/Icon/icons/check-square.svg +0 -1
- package/src/components/Icon/icons/check.svg +0 -1
- package/src/components/Icon/icons/chevron-down.svg +0 -1
- package/src/components/Icon/icons/chevron-left.svg +0 -1
- package/src/components/Icon/icons/chevron-right.svg +0 -1
- package/src/components/Icon/icons/chevron-up.svg +0 -1
- package/src/components/Icon/icons/circle.svg +0 -1
- package/src/components/Icon/icons/close-circle.svg +0 -1
- package/src/components/Icon/icons/close.svg +0 -1
- package/src/components/Icon/icons/currency-euro.svg +0 -1
- package/src/components/Icon/icons/download.svg +0 -1
- package/src/components/Icon/icons/edit.svg +0 -1
- package/src/components/Icon/icons/external-link.svg +0 -1
- package/src/components/Icon/icons/filter-off.svg +0 -1
- package/src/components/Icon/icons/filter.svg +0 -1
- package/src/components/Icon/icons/flashlight-off.svg +0 -1
- package/src/components/Icon/icons/flashlight.svg +0 -1
- package/src/components/Icon/icons/header-bikestudio.svg +0 -32
- package/src/components/Icon/icons/header-nsc-helmet.svg +0 -32
- package/src/components/Icon/icons/header-opticost.svg +0 -32
- package/src/components/Icon/icons/header-repairability.svg +0 -32
- package/src/components/Icon/icons/heart-filled.svg +0 -1
- package/src/components/Icon/icons/heart.svg +0 -1
- package/src/components/Icon/icons/history.svg +0 -1
- package/src/components/Icon/icons/home.svg +0 -1
- package/src/components/Icon/icons/index.ts +0 -58
- package/src/components/Icon/icons/link.svg +0 -1
- package/src/components/Icon/icons/list-settings.svg +0 -1
- package/src/components/Icon/icons/lock.svg +0 -1
- package/src/components/Icon/icons/loop-right.svg +0 -1
- package/src/components/Icon/icons/question-circle.svg +0 -1
- package/src/components/Icon/icons/save.svg +0 -1
- package/src/components/Icon/icons/search.svg +0 -1
- package/src/components/Icon/icons/seedling-circle.svg +0 -12
- package/src/components/Icon/icons/square.svg +0 -1
- package/src/components/Icon/icons/tools.svg +0 -1
- package/src/components/Icon/icons/user.svg +0 -1
- package/src/components/Inputs/BooleanInput/BooleanInput.css +0 -58
- package/src/components/Inputs/BooleanInput/BooleanInput.tsx +0 -24
- package/src/components/Inputs/BooleanInput/BooleanInput.types.ts +0 -8
- package/src/components/Inputs/BooleanInput/__stories__/BooleanInput.stories.mdx +0 -53
- package/src/components/Inputs/Input/Input.css +0 -97
- package/src/components/Inputs/Input/Input.tsx +0 -67
- package/src/components/Inputs/Input/Input.types.ts +0 -15
- package/src/components/Inputs/Input/__stories__/Input.stories.mdx +0 -95
- package/src/components/Loader/Loader.css +0 -42
- package/src/components/Loader/Loader.tsx +0 -7
- package/src/components/Loader/Loader.types.ts +0 -1
- package/src/components/Loader/__stories__/Loader.stories.mdx +0 -30
- package/src/components/Select/Select.css +0 -30
- package/src/components/Select/Select.tsx +0 -21
- package/src/components/Select/Select.types.ts +0 -3
- package/src/components/Select/__stories__/Select.stories.mdx +0 -44
- package/src/layouts/Header/Header.css +0 -186
- package/src/layouts/Header/Header.tsx +0 -20
- package/src/layouts/Header/HeaderProfile.tsx +0 -56
- package/src/layouts/Navigation/Navigation.tsx +0 -54
- package/src/layouts/Navigation/Navigation.types.ts +0 -4
- package/src/layouts/Navigation/__stories__/Navigation.stories.mdx +0 -51
- /package/{esm/components/Icon → src/components/TsIcon}/icons/add-circle.svg +0 -0
- /package/{esm/components/Icon → src/components/TsIcon}/icons/add.svg +0 -0
- /package/{esm/components/Icon → src/components/TsIcon}/icons/alert-circle-filled.svg +0 -0
- /package/{esm/components/Icon → src/components/TsIcon}/icons/alert-circle.svg +0 -0
- /package/{esm/components/Icon → src/components/TsIcon}/icons/alert-triangle-filled.svg +0 -0
- /package/{esm/components/Icon → src/components/TsIcon}/icons/alert-triangle.svg +0 -0
- /package/{esm/components/Icon → src/components/TsIcon}/icons/arrow-diagonal-collapse.svg +0 -0
- /package/{esm/components/Icon → src/components/TsIcon}/icons/arrow-diagonal-expand.svg +0 -0
- /package/{esm/components/Icon → src/components/TsIcon}/icons/arrow-down.svg +0 -0
- /package/{esm/components/Icon → src/components/TsIcon}/icons/arrow-go-back.svg +0 -0
- /package/{esm/components/Icon → src/components/TsIcon}/icons/arrow-left-right.svg +0 -0
- /package/{esm/components/Icon → src/components/TsIcon}/icons/arrow-left.svg +0 -0
- /package/{esm/components/Icon → src/components/TsIcon}/icons/arrow-right.svg +0 -0
- /package/{esm/components/Icon → src/components/TsIcon}/icons/arrow-up-down.svg +0 -0
- /package/{esm/components/Icon → src/components/TsIcon}/icons/arrow-up.svg +0 -0
- /package/{esm/components/Icon → src/components/TsIcon}/icons/award.svg +0 -0
- /package/{esm/components/Icon → src/components/TsIcon}/icons/check-circle-filled.svg +0 -0
- /package/{esm/components/Icon → src/components/TsIcon}/icons/check-circle-timer.svg +0 -0
- /package/{esm/components/Icon → src/components/TsIcon}/icons/check-circle.svg +0 -0
- /package/{esm/components/Icon → src/components/TsIcon}/icons/check-square-filled.svg +0 -0
- /package/{esm/components/Icon → src/components/TsIcon}/icons/check-square.svg +0 -0
- /package/{esm/components/Icon → src/components/TsIcon}/icons/check.svg +0 -0
- /package/{esm/components/Icon → src/components/TsIcon}/icons/chevron-down.svg +0 -0
- /package/{esm/components/Icon → src/components/TsIcon}/icons/chevron-left.svg +0 -0
- /package/{esm/components/Icon → src/components/TsIcon}/icons/chevron-right.svg +0 -0
- /package/{esm/components/Icon → src/components/TsIcon}/icons/chevron-up.svg +0 -0
- /package/{esm/components/Icon → src/components/TsIcon}/icons/circle.svg +0 -0
- /package/{esm/components/Icon → src/components/TsIcon}/icons/close-circle.svg +0 -0
- /package/{esm/components/Icon → src/components/TsIcon}/icons/close.svg +0 -0
- /package/{esm/components/Icon → src/components/TsIcon}/icons/currency-euro.svg +0 -0
- /package/{esm/components/Icon → src/components/TsIcon}/icons/download.svg +0 -0
- /package/{esm/components/Icon → src/components/TsIcon}/icons/edit.svg +0 -0
- /package/{esm/components/Icon → src/components/TsIcon}/icons/external-link.svg +0 -0
- /package/{esm/components/Icon → src/components/TsIcon}/icons/filter-off.svg +0 -0
- /package/{esm/components/Icon → src/components/TsIcon}/icons/filter.svg +0 -0
- /package/{esm/components/Icon → src/components/TsIcon}/icons/flashlight-off.svg +0 -0
- /package/{esm/components/Icon → src/components/TsIcon}/icons/flashlight.svg +0 -0
- /package/{esm/components/Icon → src/components/TsIcon}/icons/header-bikestudio.svg +0 -0
- /package/{esm/components/Icon → src/components/TsIcon}/icons/header-nsc-helmet.svg +0 -0
- /package/{esm/components/Icon → src/components/TsIcon}/icons/header-opticost.svg +0 -0
- /package/{esm/components/Icon → src/components/TsIcon}/icons/header-repairability.svg +0 -0
- /package/{esm/components/Icon → src/components/TsIcon}/icons/heart-filled.svg +0 -0
- /package/{esm/components/Icon → src/components/TsIcon}/icons/heart.svg +0 -0
- /package/{esm/components/Icon → src/components/TsIcon}/icons/history.svg +0 -0
- /package/{esm/components/Icon → src/components/TsIcon}/icons/home.svg +0 -0
- /package/{esm/components/Icon → src/components/TsIcon}/icons/index.ts +0 -0
- /package/{esm/components/Icon → src/components/TsIcon}/icons/link.svg +0 -0
- /package/{esm/components/Icon → src/components/TsIcon}/icons/list-settings.svg +0 -0
- /package/{esm/components/Icon → src/components/TsIcon}/icons/lock.svg +0 -0
- /package/{esm/components/Icon → src/components/TsIcon}/icons/loop-right.svg +0 -0
- /package/{esm/components/Icon → src/components/TsIcon}/icons/question-circle.svg +0 -0
- /package/{esm/components/Icon → src/components/TsIcon}/icons/save.svg +0 -0
- /package/{esm/components/Icon → src/components/TsIcon}/icons/search.svg +0 -0
- /package/{esm/components/Icon → src/components/TsIcon}/icons/seedling-circle.svg +0 -0
- /package/{esm/components/Icon → src/components/TsIcon}/icons/square.svg +0 -0
- /package/{esm/components/Icon → src/components/TsIcon}/icons/tools.svg +0 -0
- /package/{esm/components/Icon → src/components/TsIcon}/icons/user.svg +0 -0
|
@@ -1,58 +0,0 @@
|
|
|
1
|
-
.boolean-input {
|
|
2
|
-
display: flex;
|
|
3
|
-
flex-direction: column;
|
|
4
|
-
}
|
|
5
|
-
.boolean-input > label {
|
|
6
|
-
display: block;
|
|
7
|
-
margin-bottom: 4px;
|
|
8
|
-
color: #012b49;
|
|
9
|
-
font-weight: 700;
|
|
10
|
-
}
|
|
11
|
-
.boolean-input-container {
|
|
12
|
-
display: flex;
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
.boolean-input--disabled {
|
|
16
|
-
opacity: 0.5;
|
|
17
|
-
}
|
|
18
|
-
.boolean-input--disabled .boolean-input-content > div {
|
|
19
|
-
cursor: not-allowed;
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
/* ######## */
|
|
23
|
-
/* INPUTS */
|
|
24
|
-
.boolean-input-content {
|
|
25
|
-
display: flex;
|
|
26
|
-
height: 32px;
|
|
27
|
-
border-radius: 6px;
|
|
28
|
-
overflow: hidden;
|
|
29
|
-
}
|
|
30
|
-
.boolean-input-content > div {
|
|
31
|
-
display: flex;
|
|
32
|
-
align-items: center;
|
|
33
|
-
justify-content: center;
|
|
34
|
-
min-width: 44px;
|
|
35
|
-
padding: 12px;
|
|
36
|
-
background: #e7f3f9;
|
|
37
|
-
color: #007dbc;
|
|
38
|
-
font-weight: 700;
|
|
39
|
-
cursor: pointer;
|
|
40
|
-
transition: all ease 0.3s;
|
|
41
|
-
}
|
|
42
|
-
.boolean-input-content > div:first-child {
|
|
43
|
-
border-right: 1px solid #007dbc;
|
|
44
|
-
}
|
|
45
|
-
.boolean-input-content > .boolean-input--selected {
|
|
46
|
-
background: #007dbc;
|
|
47
|
-
color: #ffffff;
|
|
48
|
-
}
|
|
49
|
-
|
|
50
|
-
/* ######### */
|
|
51
|
-
/* GLOBALS */
|
|
52
|
-
* {
|
|
53
|
-
font-size: 14px;
|
|
54
|
-
outline: none;
|
|
55
|
-
box-sizing: border-box;
|
|
56
|
-
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans',
|
|
57
|
-
'Helvetica Neue', sans-serif;
|
|
58
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.BooleanInput = void 0;
|
|
4
|
-
const React = require("react");
|
|
5
|
-
require("./BooleanInput.css");
|
|
6
|
-
const BooleanInput = ({ label, labelFalse, labelTrue, disabled, value, onChange }) => {
|
|
7
|
-
// #########
|
|
8
|
-
// Rendering
|
|
9
|
-
return (React.createElement("div", { className: `boolean-input ${disabled ? 'boolean-input--disabled' : ''}` },
|
|
10
|
-
label && React.createElement("label", null, label),
|
|
11
|
-
React.createElement("div", { className: "boolean-input-container" },
|
|
12
|
-
React.createElement("div", { className: "boolean-input-content" },
|
|
13
|
-
React.createElement("div", { className: value === true ? 'boolean-input--selected' : '', onClick: () => onChange(true) }, labelTrue),
|
|
14
|
-
React.createElement("div", { className: value === false ? 'boolean-input--selected' : '', onClick: () => onChange(false) }, labelFalse)))));
|
|
15
|
-
};
|
|
16
|
-
exports.BooleanInput = BooleanInput;
|
|
17
|
-
//# sourceMappingURL=BooleanInput.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"BooleanInput.js","sourceRoot":"","sources":["../../../../src/components/Inputs/BooleanInput/BooleanInput.tsx"],"names":[],"mappings":";;;AAAA,+BAA+B;AAE/B,8BAA4B;AAErB,MAAM,YAAY,GAAG,CAAC,EAAE,KAAK,EAAE,UAAU,EAAE,SAAS,EAAE,QAAQ,EAAE,KAAK,EAAE,QAAQ,EAAqB,EAAE,EAAE;IAC7G,YAAY;IACZ,YAAY;IACZ,OAAO,CACL,6BAAK,SAAS,EAAE,iBAAiB,QAAQ,CAAC,CAAC,CAAC,yBAAyB,CAAC,CAAC,CAAC,EAAE,EAAE;QACzE,KAAK,IAAI,mCAAQ,KAAK,CAAS;QAEhC,6BAAK,SAAS,EAAC,yBAAyB;YACtC,6BAAK,SAAS,EAAC,uBAAuB;gBACpC,6BAAK,SAAS,EAAE,KAAK,KAAK,IAAI,CAAC,CAAC,CAAC,yBAAyB,CAAC,CAAC,CAAC,EAAE,EAAE,OAAO,EAAE,GAAG,EAAE,CAAC,QAAQ,CAAC,IAAI,CAAC,IAC3F,SAAS,CACN;gBACN,6BAAK,SAAS,EAAE,KAAK,KAAK,KAAK,CAAC,CAAC,CAAC,yBAAyB,CAAC,CAAC,CAAC,EAAE,EAAE,OAAO,EAAE,GAAG,EAAE,CAAC,QAAQ,CAAC,KAAK,CAAC,IAC7F,UAAU,CACP,CACF,CACF,CACF,CACP,CAAC;AACJ,CAAC,CAAC;AAnBW,QAAA,YAAY,gBAmBvB"}
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import { BooleanInputProps } from './BooleanInput.types';
|
|
3
|
-
import './BooleanInput.css';
|
|
4
|
-
|
|
5
|
-
export const BooleanInput = ({ label, labelFalse, labelTrue, disabled, value, onChange }: BooleanInputProps) => {
|
|
6
|
-
// #########
|
|
7
|
-
// Rendering
|
|
8
|
-
return (
|
|
9
|
-
<div className={`boolean-input ${disabled ? 'boolean-input--disabled' : ''}`}>
|
|
10
|
-
{label && <label>{label}</label>}
|
|
11
|
-
|
|
12
|
-
<div className="boolean-input-container">
|
|
13
|
-
<div className="boolean-input-content">
|
|
14
|
-
<div className={value === true ? 'boolean-input--selected' : ''} onClick={() => onChange(true)}>
|
|
15
|
-
{labelTrue}
|
|
16
|
-
</div>
|
|
17
|
-
<div className={value === false ? 'boolean-input--selected' : ''} onClick={() => onChange(false)}>
|
|
18
|
-
{labelFalse}
|
|
19
|
-
</div>
|
|
20
|
-
</div>
|
|
21
|
-
</div>
|
|
22
|
-
</div>
|
|
23
|
-
);
|
|
24
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"BooleanInput.types.js","sourceRoot":"","sources":["../../../../src/components/Inputs/BooleanInput/BooleanInput.types.ts"],"names":[],"mappings":""}
|
|
@@ -1,53 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { ArgsTable, Canvas, Meta, Story } from '@storybook/blocks';
|
|
3
|
-
import { BooleanInput } from '../BooleanInput';
|
|
4
|
-
|
|
5
|
-
<Meta title="Components/Inputs/BooleanInput" />
|
|
6
|
-
|
|
7
|
-
export const inputArgType = {
|
|
8
|
-
label: {
|
|
9
|
-
control: 'text',
|
|
10
|
-
description: 'Label of the input.',
|
|
11
|
-
},
|
|
12
|
-
labelFalse: {
|
|
13
|
-
control: 'text',
|
|
14
|
-
description: 'Label of the FALSE value.',
|
|
15
|
-
},
|
|
16
|
-
labelTrue: {
|
|
17
|
-
control: 'text',
|
|
18
|
-
description: 'Label of the TRUE value.',
|
|
19
|
-
},
|
|
20
|
-
disabled: {
|
|
21
|
-
control: 'boolean',
|
|
22
|
-
description: 'Enable state of the input.',
|
|
23
|
-
table: { defaultValue: { summary: 'false' } },
|
|
24
|
-
},
|
|
25
|
-
value: {
|
|
26
|
-
control: 'boolean',
|
|
27
|
-
description: 'Value of the input (can be undefined).',
|
|
28
|
-
},
|
|
29
|
-
onChange: {
|
|
30
|
-
control: 'function',
|
|
31
|
-
description: 'The handler called when clicking on input.',
|
|
32
|
-
},
|
|
33
|
-
};
|
|
34
|
-
|
|
35
|
-
# Boolean Input
|
|
36
|
-
|
|
37
|
-
The Boolean input is used to quickly switch between two possible states. It is commonly used for "yes/no" switches. The input can in some cases have a 3rd state, EMPTY.
|
|
38
|
-
|
|
39
|
-
## Overview
|
|
40
|
-
|
|
41
|
-
<Canvas>
|
|
42
|
-
<Story
|
|
43
|
-
name="Overview"
|
|
44
|
-
args={{ label: 'Label', labelFalse: 'No', labelTrue: 'Yes', disabled: false }}
|
|
45
|
-
argTypes={inputArgType}
|
|
46
|
-
>
|
|
47
|
-
{args => <BooleanInput {...args} />}
|
|
48
|
-
</Story>
|
|
49
|
-
</Canvas>
|
|
50
|
-
|
|
51
|
-
## Props
|
|
52
|
-
|
|
53
|
-
<ArgsTable story="Overview" of={BooleanInput} />
|
|
@@ -1,97 +0,0 @@
|
|
|
1
|
-
.input {
|
|
2
|
-
display: flex;
|
|
3
|
-
flex-direction: column;
|
|
4
|
-
}
|
|
5
|
-
input[type='number'] {
|
|
6
|
-
-moz-appearance: textfield;
|
|
7
|
-
}
|
|
8
|
-
input[type='number']::-webkit-inner-spin-button,
|
|
9
|
-
input[type='number']::-webkit-outer-spin-button {
|
|
10
|
-
-webkit-appearance: none;
|
|
11
|
-
margin: 0;
|
|
12
|
-
}
|
|
13
|
-
.input > label {
|
|
14
|
-
display: block;
|
|
15
|
-
margin-bottom: 4px;
|
|
16
|
-
color: #012b49;
|
|
17
|
-
font-weight: 700;
|
|
18
|
-
}
|
|
19
|
-
.input--disabled {
|
|
20
|
-
opacity: 0.5;
|
|
21
|
-
}
|
|
22
|
-
.input--disabled .boolean-input-container > div {
|
|
23
|
-
cursor: not-allowed;
|
|
24
|
-
}
|
|
25
|
-
.input-container {
|
|
26
|
-
position: relative;
|
|
27
|
-
}
|
|
28
|
-
.input-container > input {
|
|
29
|
-
width: 100%;
|
|
30
|
-
padding: 0 16px;
|
|
31
|
-
border-radius: 6px;
|
|
32
|
-
background: #ffffff;
|
|
33
|
-
color: #007dbc;
|
|
34
|
-
font-weight: 700;
|
|
35
|
-
}
|
|
36
|
-
.input-container > input::placeholder {
|
|
37
|
-
font-weight: 400;
|
|
38
|
-
}
|
|
39
|
-
.input-container > .input-icon-container {
|
|
40
|
-
position: absolute;
|
|
41
|
-
top: 50%;
|
|
42
|
-
right: 12px;
|
|
43
|
-
display: flex;
|
|
44
|
-
color: #4e5d6b;
|
|
45
|
-
transform: translateY(-50%);
|
|
46
|
-
}
|
|
47
|
-
.input-container > .input-icon-container > * {
|
|
48
|
-
margin-left: 8px;
|
|
49
|
-
}
|
|
50
|
-
.input--error {
|
|
51
|
-
display: flex;
|
|
52
|
-
align-items: center;
|
|
53
|
-
color: #ed6a5e;
|
|
54
|
-
font-size: 12px;
|
|
55
|
-
font-weight: 600;
|
|
56
|
-
}
|
|
57
|
-
.input--error-label {
|
|
58
|
-
margin-left: 4px;
|
|
59
|
-
}
|
|
60
|
-
.input-container--error > input {
|
|
61
|
-
border: 2px solid #ed6a5e;
|
|
62
|
-
}
|
|
63
|
-
|
|
64
|
-
/* ########## */
|
|
65
|
-
/* VARIANTS */
|
|
66
|
-
.input-primary .input-container > input {
|
|
67
|
-
border: 1px solid #d4d4d4;
|
|
68
|
-
}
|
|
69
|
-
.input-shadow .input-container > input {
|
|
70
|
-
border: 0;
|
|
71
|
-
box-shadow: 0px 12px 12px 0px #00537d1a;
|
|
72
|
-
}
|
|
73
|
-
|
|
74
|
-
/* ###### */
|
|
75
|
-
/* SIZE */
|
|
76
|
-
.input-md .input-container > input {
|
|
77
|
-
height: 32px;
|
|
78
|
-
}
|
|
79
|
-
.input-lg .input-container > input {
|
|
80
|
-
height: 40px;
|
|
81
|
-
}
|
|
82
|
-
|
|
83
|
-
/* ######### */
|
|
84
|
-
/* ROUNDED */
|
|
85
|
-
.input--rounded .input-container > input {
|
|
86
|
-
border-radius: 9999px;
|
|
87
|
-
}
|
|
88
|
-
|
|
89
|
-
/* ######### */
|
|
90
|
-
/* GLOBALS */
|
|
91
|
-
* {
|
|
92
|
-
font-size: 14px;
|
|
93
|
-
outline: none;
|
|
94
|
-
box-sizing: border-box;
|
|
95
|
-
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans',
|
|
96
|
-
'Helvetica Neue', sans-serif;
|
|
97
|
-
}
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.Input = void 0;
|
|
4
|
-
const React = require("react");
|
|
5
|
-
const Icon_1 = require("../../Icon/Icon");
|
|
6
|
-
require("./Input.css");
|
|
7
|
-
const Input = ({ errorLabel, icon, label, size = 'md', type = 'text', value, variant = 'primary', disabled, resetable, rounded, onChange, ...props }) => {
|
|
8
|
-
// ########
|
|
9
|
-
// Handlers
|
|
10
|
-
const handleChange = (e) => onChange(e.target.value);
|
|
11
|
-
// #########
|
|
12
|
-
// Rendering
|
|
13
|
-
return (React.createElement("div", { className: `
|
|
14
|
-
input input-${variant} input-${size}
|
|
15
|
-
${disabled ? 'input--disabled' : ''}
|
|
16
|
-
${rounded ? 'input--rounded' : ''}
|
|
17
|
-
` },
|
|
18
|
-
label && React.createElement("label", null, label),
|
|
19
|
-
React.createElement("div", { className: `input-container ${errorLabel ? 'input-container--error' : ''}` },
|
|
20
|
-
React.createElement("input", { style: { paddingRight: icon && resetable ? '58px' : icon || resetable ? '36px' : '16px' }, type: type, value: value, disabled: disabled, onChange: handleChange, ...props }),
|
|
21
|
-
(icon || resetable) && (React.createElement("div", { className: "input-icon-container" },
|
|
22
|
-
resetable && (React.createElement("div", { style: { cursor: 'pointer' }, onClick: () => onChange('') },
|
|
23
|
-
React.createElement(Icon_1.Icon, { name: "close", size: "16" }))),
|
|
24
|
-
icon && React.createElement(Icon_1.Icon, { name: icon, size: "16" })))),
|
|
25
|
-
errorLabel && (React.createElement("div", { className: "input--error" },
|
|
26
|
-
React.createElement(Icon_1.Icon, { name: "alert-circle-filled" }),
|
|
27
|
-
React.createElement("div", { className: "input--error-label" }, errorLabel)))));
|
|
28
|
-
};
|
|
29
|
-
exports.Input = Input;
|
|
30
|
-
//# sourceMappingURL=Input.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Input.js","sourceRoot":"","sources":["../../../../src/components/Inputs/Input/Input.tsx"],"names":[],"mappings":";;;AAAA,+BAA+B;AAE/B,0CAAuC;AAEvC,uBAAqB;AAEd,MAAM,KAAK,GAAG,CAAC,EACpB,UAAU,EACV,IAAI,EACJ,KAAK,EACL,IAAI,GAAG,IAAI,EACX,IAAI,GAAG,MAAM,EACb,KAAK,EACL,OAAO,GAAG,SAAS,EACnB,QAAQ,EACR,SAAS,EACT,OAAO,EACP,QAAQ,EACR,GAAG,KAAK,EACG,EAAE,EAAE;IACf,WAAW;IACX,WAAW;IACX,MAAM,YAAY,GAAG,CAAC,CAAgC,EAAE,EAAE,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;IAEpF,YAAY;IACZ,YAAY;IACZ,OAAO,CACL,6BACE,SAAS,EAAE;sBACK,OAAO,UAAU,IAAI;UACjC,QAAQ,CAAC,CAAC,CAAC,iBAAiB,CAAC,CAAC,CAAC,EAAE;UACjC,OAAO,CAAC,CAAC,CAAC,gBAAgB,CAAC,CAAC,CAAC,EAAE;OAClC;QAEA,KAAK,IAAI,mCAAQ,KAAK,CAAS;QAEhC,6BAAK,SAAS,EAAE,mBAAmB,UAAU,CAAC,CAAC,CAAC,wBAAwB,CAAC,CAAC,CAAC,EAAE,EAAE;YAC7E,+BACE,KAAK,EAAE,EAAE,YAAY,EAAE,IAAI,IAAI,SAAS,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,IAAI,IAAI,SAAS,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,MAAM,EAAE,EACzF,IAAI,EAAE,IAAI,EACV,KAAK,EAAE,KAAK,EACZ,QAAQ,EAAE,QAAQ,EAClB,QAAQ,EAAE,YAAY,KAClB,KAAK,GACT;YAED,CAAC,IAAI,IAAI,SAAS,CAAC,IAAI,CACtB,6BAAK,SAAS,EAAC,sBAAsB;gBAClC,SAAS,IAAI,CACZ,6BAAK,KAAK,EAAE,EAAE,MAAM,EAAE,SAAS,EAAE,EAAE,OAAO,EAAE,GAAG,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC;oBAC5D,oBAAC,WAAI,IAAC,IAAI,EAAC,OAAO,EAAC,IAAI,EAAC,IAAI,GAAG,CAC3B,CACP;gBACA,IAAI,IAAI,oBAAC,WAAI,IAAC,IAAI,EAAE,IAAI,EAAE,IAAI,EAAC,IAAI,GAAG,CACnC,CACP,CACG;QAEL,UAAU,IAAI,CACb,6BAAK,SAAS,EAAC,cAAc;YAC3B,oBAAC,WAAI,IAAC,IAAI,EAAC,qBAAqB,GAAG;YACnC,6BAAK,SAAS,EAAC,oBAAoB,IAAE,UAAU,CAAO,CAClD,CACP,CACG,CACP,CAAC;AACJ,CAAC,CAAC;AA5DW,QAAA,KAAK,SA4DhB"}
|
|
@@ -1,67 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import { ChangeEvent } from 'react';
|
|
3
|
-
import { Icon } from '../../Icon/Icon';
|
|
4
|
-
import { InputProps } from './Input.types';
|
|
5
|
-
import './Input.css';
|
|
6
|
-
|
|
7
|
-
export const Input = ({
|
|
8
|
-
errorLabel,
|
|
9
|
-
icon,
|
|
10
|
-
label,
|
|
11
|
-
size = 'md',
|
|
12
|
-
type = 'text',
|
|
13
|
-
value,
|
|
14
|
-
variant = 'primary',
|
|
15
|
-
disabled,
|
|
16
|
-
resetable,
|
|
17
|
-
rounded,
|
|
18
|
-
onChange,
|
|
19
|
-
...props
|
|
20
|
-
}: InputProps) => {
|
|
21
|
-
// ########
|
|
22
|
-
// Handlers
|
|
23
|
-
const handleChange = (e: ChangeEvent<HTMLInputElement>) => onChange(e.target.value);
|
|
24
|
-
|
|
25
|
-
// #########
|
|
26
|
-
// Rendering
|
|
27
|
-
return (
|
|
28
|
-
<div
|
|
29
|
-
className={`
|
|
30
|
-
input input-${variant} input-${size}
|
|
31
|
-
${disabled ? 'input--disabled' : ''}
|
|
32
|
-
${rounded ? 'input--rounded' : ''}
|
|
33
|
-
`}
|
|
34
|
-
>
|
|
35
|
-
{label && <label>{label}</label>}
|
|
36
|
-
|
|
37
|
-
<div className={`input-container ${errorLabel ? 'input-container--error' : ''}`}>
|
|
38
|
-
<input
|
|
39
|
-
style={{ paddingRight: icon && resetable ? '58px' : icon || resetable ? '36px' : '16px' }}
|
|
40
|
-
type={type}
|
|
41
|
-
value={value}
|
|
42
|
-
disabled={disabled}
|
|
43
|
-
onChange={handleChange}
|
|
44
|
-
{...props}
|
|
45
|
-
/>
|
|
46
|
-
|
|
47
|
-
{(icon || resetable) && (
|
|
48
|
-
<div className="input-icon-container">
|
|
49
|
-
{resetable && (
|
|
50
|
-
<div style={{ cursor: 'pointer' }} onClick={() => onChange('')}>
|
|
51
|
-
<Icon name="close" size="16" />
|
|
52
|
-
</div>
|
|
53
|
-
)}
|
|
54
|
-
{icon && <Icon name={icon} size="16" />}
|
|
55
|
-
</div>
|
|
56
|
-
)}
|
|
57
|
-
</div>
|
|
58
|
-
|
|
59
|
-
{errorLabel && (
|
|
60
|
-
<div className="input--error">
|
|
61
|
-
<Icon name="alert-circle-filled" />
|
|
62
|
-
<div className="input--error-label">{errorLabel}</div>
|
|
63
|
-
</div>
|
|
64
|
-
)}
|
|
65
|
-
</div>
|
|
66
|
-
);
|
|
67
|
-
};
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { InputHTMLAttributes } from 'react';
|
|
2
|
-
export type InputProps = {
|
|
3
|
-
errorLabel?: string;
|
|
4
|
-
icon?: string;
|
|
5
|
-
label?: string;
|
|
6
|
-
size?: 'md' | 'lg';
|
|
7
|
-
type?: 'text' | 'number';
|
|
8
|
-
value: string;
|
|
9
|
-
variant?: 'primary' | 'shadow';
|
|
10
|
-
disabled?: boolean;
|
|
11
|
-
resetable?: boolean;
|
|
12
|
-
rounded?: boolean;
|
|
13
|
-
onChange: (value: string) => void;
|
|
14
|
-
} & Omit<Omit<InputHTMLAttributes<HTMLInputElement>, 'onChange'>, 'size'>;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Input.types.js","sourceRoot":"","sources":["../../../../src/components/Inputs/Input/Input.types.ts"],"names":[],"mappings":""}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { InputHTMLAttributes } from 'react';
|
|
2
|
-
|
|
3
|
-
export type InputProps = {
|
|
4
|
-
errorLabel?: string;
|
|
5
|
-
icon?: string;
|
|
6
|
-
label?: string;
|
|
7
|
-
size?: 'md' | 'lg';
|
|
8
|
-
type?: 'text' | 'number';
|
|
9
|
-
value: string;
|
|
10
|
-
variant?: 'primary' | 'shadow';
|
|
11
|
-
disabled?: boolean;
|
|
12
|
-
resetable?: boolean;
|
|
13
|
-
rounded?: boolean;
|
|
14
|
-
onChange: (value: string) => void;
|
|
15
|
-
} & Omit<Omit<InputHTMLAttributes<HTMLInputElement>, 'onChange'>, 'size'>;
|
|
@@ -1,95 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { ArgsTable, Canvas, Meta, Story } from '@storybook/blocks';
|
|
3
|
-
import { Input } from '../Input';
|
|
4
|
-
import { icons } from '../../../Icon/icons';
|
|
5
|
-
|
|
6
|
-
<Meta title="Components/Inputs/Input" />
|
|
7
|
-
|
|
8
|
-
export const inputArgTypes = {
|
|
9
|
-
errorLabel: { control: 'text', description: 'Show error on the input.' },
|
|
10
|
-
icon: {
|
|
11
|
-
control: 'select',
|
|
12
|
-
options: Object.keys(icons),
|
|
13
|
-
description: 'Name of an icon.',
|
|
14
|
-
},
|
|
15
|
-
label: {
|
|
16
|
-
control: 'text',
|
|
17
|
-
description: 'Label of the input.',
|
|
18
|
-
},
|
|
19
|
-
placeholder: {
|
|
20
|
-
control: 'text',
|
|
21
|
-
description: 'Placeholder displayed when the input is empty.',
|
|
22
|
-
},
|
|
23
|
-
size: {
|
|
24
|
-
control: 'inline-radio',
|
|
25
|
-
options: ['md', 'lg'],
|
|
26
|
-
description: 'Define the size of the input.',
|
|
27
|
-
table: { defaultValue: { summary: 'md' } },
|
|
28
|
-
},
|
|
29
|
-
type: {
|
|
30
|
-
control: 'inline-radio',
|
|
31
|
-
options: ['text', 'number'],
|
|
32
|
-
description: 'Type of the input.',
|
|
33
|
-
table: { defaultValue: { summary: 'text' } },
|
|
34
|
-
},
|
|
35
|
-
value: {
|
|
36
|
-
control: 'text',
|
|
37
|
-
description: 'Value of the input.',
|
|
38
|
-
},
|
|
39
|
-
variant: {
|
|
40
|
-
control: 'inline-radio',
|
|
41
|
-
options: ['primary', 'shadow'],
|
|
42
|
-
description: 'Variant of the input.',
|
|
43
|
-
table: { defaultValue: { summary: 'primary' } },
|
|
44
|
-
},
|
|
45
|
-
disabled: {
|
|
46
|
-
control: 'boolean',
|
|
47
|
-
description: 'Disabled the input',
|
|
48
|
-
table: { defaultValue: { summary: 'false' } },
|
|
49
|
-
},
|
|
50
|
-
resetable: {
|
|
51
|
-
control: 'boolean',
|
|
52
|
-
description: 'Reset the input value',
|
|
53
|
-
table: { defaultValue: { summary: 'false' } },
|
|
54
|
-
},
|
|
55
|
-
rounded: {
|
|
56
|
-
control: 'boolean',
|
|
57
|
-
description: 'Rounded the input',
|
|
58
|
-
table: { defaultValue: { summary: 'false' } },
|
|
59
|
-
},
|
|
60
|
-
onChange: {
|
|
61
|
-
control: 'function',
|
|
62
|
-
description: 'The handler called when the value of the input changes.',
|
|
63
|
-
},
|
|
64
|
-
};
|
|
65
|
-
|
|
66
|
-
# Text Input
|
|
67
|
-
|
|
68
|
-
Text input allows the user to enter content and data when the expected user input is a single line of text.
|
|
69
|
-
|
|
70
|
-
## Overview
|
|
71
|
-
|
|
72
|
-
<Canvas>
|
|
73
|
-
<Story
|
|
74
|
-
name="Overview"
|
|
75
|
-
args={{
|
|
76
|
-
errorLabel: '',
|
|
77
|
-
label: 'Label',
|
|
78
|
-
placeholder: 'This is a placeholder',
|
|
79
|
-
size: 'md',
|
|
80
|
-
type: 'text',
|
|
81
|
-
value: '',
|
|
82
|
-
variant: 'primary',
|
|
83
|
-
disabled: false,
|
|
84
|
-
resetable: false,
|
|
85
|
-
rounded: false,
|
|
86
|
-
}}
|
|
87
|
-
argTypes={inputArgTypes}
|
|
88
|
-
>
|
|
89
|
-
{args => <Input type="number" {...args} />}
|
|
90
|
-
</Story>
|
|
91
|
-
</Canvas>
|
|
92
|
-
|
|
93
|
-
## Props
|
|
94
|
-
|
|
95
|
-
<ArgsTable story="Overview" of={Input} />
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.Loader = void 0;
|
|
4
|
-
const React = require("react");
|
|
5
|
-
require("./Loader.css");
|
|
6
|
-
const Loader = ({ size = 'md' }) => {
|
|
7
|
-
return React.createElement("div", { className: `loader loader--${size}` });
|
|
8
|
-
};
|
|
9
|
-
exports.Loader = Loader;
|
|
10
|
-
//# sourceMappingURL=Loader.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Loader.js","sourceRoot":"","sources":["../../../src/components/Loader/Loader.tsx"],"names":[],"mappings":";;;AAAA,+BAA+B;AAE/B,wBAAsB;AAEf,MAAM,MAAM,GAAG,CAAC,EAAE,IAAI,GAAG,IAAI,EAAe,EAAE,EAAE;IACrD,OAAO,6BAAK,SAAS,EAAE,kBAAkB,IAAI,EAAE,GAAI,CAAC;AACtD,CAAC,CAAC;AAFW,QAAA,MAAM,UAEjB"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Loader.types.js","sourceRoot":"","sources":["../../../src/components/Loader/Loader.types.ts"],"names":[],"mappings":""}
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
.select-container {
|
|
2
|
-
display: flex;
|
|
3
|
-
flex-direction: column;
|
|
4
|
-
}
|
|
5
|
-
.select-container > label {
|
|
6
|
-
display: block;
|
|
7
|
-
margin-bottom: 4px;
|
|
8
|
-
color: #012b49;
|
|
9
|
-
font-weight: 700;
|
|
10
|
-
}
|
|
11
|
-
.select-container > select {
|
|
12
|
-
width: 100%;
|
|
13
|
-
height: 32px;
|
|
14
|
-
padding: 0 40px 0 12px;
|
|
15
|
-
border: 1px solid #d4d4d4;
|
|
16
|
-
border-radius: 6px;
|
|
17
|
-
color: #007dbc;
|
|
18
|
-
font-weight: 700;
|
|
19
|
-
cursor: pointer;
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
/* ######### */
|
|
23
|
-
/* GLOBALS */
|
|
24
|
-
* {
|
|
25
|
-
font-size: 14px;
|
|
26
|
-
outline: none;
|
|
27
|
-
box-sizing: border-box;
|
|
28
|
-
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans',
|
|
29
|
-
'Helvetica Neue', sans-serif;
|
|
30
|
-
}
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.Select = void 0;
|
|
4
|
-
const React = require("react");
|
|
5
|
-
const react_1 = require("react");
|
|
6
|
-
require("./Select.css");
|
|
7
|
-
const Select = ({ label, value, options, onChange }) => {
|
|
8
|
-
// ########
|
|
9
|
-
// Handlers
|
|
10
|
-
const handleChange = (e) => onChange(e.target.value);
|
|
11
|
-
// #########
|
|
12
|
-
// Rendering
|
|
13
|
-
return (React.createElement("div", { className: "select-container" },
|
|
14
|
-
label && React.createElement("label", null, label),
|
|
15
|
-
React.createElement("select", { value: value, onChange: handleChange }, options.map((option, index) => (0, react_1.cloneElement)(option, { key: index, ...option.props })))));
|
|
16
|
-
};
|
|
17
|
-
exports.Select = Select;
|
|
18
|
-
//# sourceMappingURL=Select.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Select.js","sourceRoot":"","sources":["../../../src/components/Select/Select.tsx"],"names":[],"mappings":";;;AAAA,+BAA+B;AAC/B,iCAAkD;AAElD,wBAAsB;AAEf,MAAM,MAAM,GAAG,CAAC,EAAE,KAAK,EAAE,KAAK,EAAE,OAAO,EAAE,QAAQ,EAAe,EAAE,EAAE;IACzE,WAAW;IACX,WAAW;IACX,MAAM,YAAY,GAAG,CAAC,CAAiC,EAAE,EAAE,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;IAErF,YAAY;IACZ,YAAY;IACZ,OAAO,CACL,6BAAK,SAAS,EAAC,kBAAkB;QAC9B,KAAK,IAAI,mCAAQ,KAAK,CAAS;QAChC,gCAAQ,KAAK,EAAE,KAAK,EAAE,QAAQ,EAAE,YAAY,IACzC,OAAO,CAAC,GAAG,CAAC,CAAC,MAAM,EAAE,KAAK,EAAE,EAAE,CAAC,IAAA,oBAAY,EAAC,MAAM,EAAE,EAAE,GAAG,EAAE,KAAK,EAAE,GAAG,MAAM,CAAC,KAAK,EAAE,CAAC,CAAC,CAC/E,CACL,CACP,CAAC;AACJ,CAAC,CAAC;AAfW,QAAA,MAAM,UAejB"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Select.types.js","sourceRoot":"","sources":["../../../src/components/Select/Select.types.ts"],"names":[],"mappings":""}
|