@dktunited-techoff/techoff-suite-ui 0.8.4 → 0.8.6
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/src/assets/fonts/Roboto-Light.ttf +0 -0
- package/src/components/Icon/__stories__/Icon.stories.mdx +9 -7
- package/src/components/Icon/icons/header-bikestudio.svg +32 -0
- package/src/components/Icon/icons/header-nsc-helmet.svg +32 -0
- package/src/components/Icon/icons/header-opticost.svg +32 -0
- package/src/components/Icon/icons/header-repairability.svg +32 -0
- package/src/components/Icon/icons/in-progress.svg +18 -0
- package/src/components/Icon/icons/index.ts +43 -489
- package/src/components/Icon/icons/lightning-off.svg +1 -0
- package/src/components/Icon/icons/waiting-validation.svg +19 -0
- package/src/layouts/Header/Header.css +15 -23
- package/src/layouts/Header/Header.tsx +9 -4
- package/src/layouts/Header/Header.types.ts +1 -0
- package/src/layouts/Header/__stories__/Header.stories.mdx +11 -3
- package/esm/assets/fonts/Montserrat-Medium.ttf +0 -0
- package/esm/components/Button/Button.css +0 -93
- 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/Button/__stories__/Button.stories.mdx +0 -74
- package/esm/components/Checkbox/Checkbox.css +0 -61
- package/esm/components/Checkbox/Checkbox.d.ts +0 -7
- package/esm/components/Checkbox/Checkbox.js +0 -21
- package/esm/components/Checkbox/Checkbox.js.map +0 -1
- package/esm/components/Checkbox/Checkbox.types.d.ts +0 -4
- 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 -43
- package/esm/components/Icon/Icon.css +0 -26
- 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 -86
- package/esm/components/Icon/icons/accessibility-fill.svg +0 -1
- package/esm/components/Icon/icons/accessibility-line.svg +0 -1
- package/esm/components/Icon/icons/add-circle-fill.svg +0 -1
- package/esm/components/Icon/icons/add-line.svg +0 -1
- package/esm/components/Icon/icons/alert-fill.svg +0 -1
- package/esm/components/Icon/icons/alert-line.svg +0 -1
- package/esm/components/Icon/icons/align-bottom-fill.svg +0 -1
- package/esm/components/Icon/icons/align-bottom-line.svg +0 -1
- package/esm/components/Icon/icons/align-center-fill.svg +0 -1
- package/esm/components/Icon/icons/align-center-line.svg +0 -1
- package/esm/components/Icon/icons/align-left-fill.svg +0 -1
- package/esm/components/Icon/icons/align-left-line.svg +0 -1
- package/esm/components/Icon/icons/align-right-fill.svg +0 -1
- package/esm/components/Icon/icons/align-right-line.svg +0 -1
- package/esm/components/Icon/icons/align-top-fill.svg +0 -1
- package/esm/components/Icon/icons/align-top-line.svg +0 -1
- package/esm/components/Icon/icons/align-vertically-fill.svg +0 -1
- package/esm/components/Icon/icons/align-vertically-line.svg +0 -1
- package/esm/components/Icon/icons/amazon-fill.svg +0 -1
- package/esm/components/Icon/icons/amazon-line.svg +0 -1
- package/esm/components/Icon/icons/android-fill.svg +0 -1
- package/esm/components/Icon/icons/android-line.svg +0 -1
- package/esm/components/Icon/icons/apple-fill.svg +0 -1
- package/esm/components/Icon/icons/apple-line.svg +0 -1
- package/esm/components/Icon/icons/arrow-down-circle-fill.svg +0 -1
- package/esm/components/Icon/icons/arrow-down-circle-line.svg +0 -1
- package/esm/components/Icon/icons/arrow-down-fill.svg +0 -1
- package/esm/components/Icon/icons/arrow-go-back-fill.svg +0 -1
- package/esm/components/Icon/icons/arrow-go-forward-fill.svg +0 -1
- package/esm/components/Icon/icons/arrow-go-forward-line.svg +0 -1
- package/esm/components/Icon/icons/arrow-left-circle-fill.svg +0 -1
- package/esm/components/Icon/icons/arrow-left-circle-line.svg +0 -1
- package/esm/components/Icon/icons/arrow-left-down-fill.svg +0 -1
- package/esm/components/Icon/icons/arrow-left-down-line.svg +0 -1
- package/esm/components/Icon/icons/arrow-left-line.svg +0 -1
- package/esm/components/Icon/icons/arrow-left-right-fill.svg +0 -1
- package/esm/components/Icon/icons/arrow-left-right-line.svg +0 -1
- package/esm/components/Icon/icons/arrow-left-up-fill.svg +0 -1
- package/esm/components/Icon/icons/arrow-left-up-line.svg +0 -1
- package/esm/components/Icon/icons/arrow-right-circle-fill.svg +0 -1
- package/esm/components/Icon/icons/arrow-right-circle-line.svg +0 -1
- package/esm/components/Icon/icons/arrow-right-down-fill.svg +0 -1
- package/esm/components/Icon/icons/arrow-right-down-line.svg +0 -1
- package/esm/components/Icon/icons/arrow-right-line.svg +0 -1
- package/esm/components/Icon/icons/arrow-right-up-fill.svg +0 -1
- package/esm/components/Icon/icons/arrow-right-up-line.svg +0 -1
- package/esm/components/Icon/icons/arrow-up-circle-fill.svg +0 -1
- package/esm/components/Icon/icons/arrow-up-circle-line.svg +0 -1
- package/esm/components/Icon/icons/arrow-up-down-fill.svg +0 -1
- package/esm/components/Icon/icons/arrow-up-line.svg +0 -1
- package/esm/components/Icon/icons/attachment-fill.svg +0 -1
- package/esm/components/Icon/icons/attachment-line.svg +0 -1
- package/esm/components/Icon/icons/award-fill.svg +0 -1
- package/esm/components/Icon/icons/award-line.svg +0 -1
- package/esm/components/Icon/icons/bank-card-fill.svg +0 -1
- package/esm/components/Icon/icons/bank-card-line.svg +0 -1
- package/esm/components/Icon/icons/bar-chart-fill.svg +0 -1
- package/esm/components/Icon/icons/bar-chart-line.svg +0 -1
- package/esm/components/Icon/icons/barcode-fill.svg +0 -1
- package/esm/components/Icon/icons/barcode-line.svg +0 -1
- package/esm/components/Icon/icons/bill-fill.svg +0 -1
- package/esm/components/Icon/icons/bill-line.svg +0 -1
- package/esm/components/Icon/icons/body-scan-fill.svg +0 -1
- package/esm/components/Icon/icons/body-scan-line.svg +0 -1
- package/esm/components/Icon/icons/bold-fill.svg +0 -1
- package/esm/components/Icon/icons/bold-line.svg +0 -1
- package/esm/components/Icon/icons/calendar-2-fill.svg +0 -1
- package/esm/components/Icon/icons/calendar-2-line.svg +0 -1
- package/esm/components/Icon/icons/calendar-check-fill.svg +0 -1
- package/esm/components/Icon/icons/calendar-check-line.svg +0 -1
- package/esm/components/Icon/icons/calendar-date-fill.svg +0 -1
- package/esm/components/Icon/icons/calendar-date-line.svg +0 -1
- package/esm/components/Icon/icons/calendar-fill.svg +0 -1
- package/esm/components/Icon/icons/calendar-line.svg +0 -1
- package/esm/components/Icon/icons/camera-fill.svg +0 -1
- package/esm/components/Icon/icons/camera-line.svg +0 -1
- package/esm/components/Icon/icons/car-fill.svg +0 -1
- package/esm/components/Icon/icons/car-line.svg +0 -1
- package/esm/components/Icon/icons/check-line.svg +0 -1
- package/esm/components/Icon/icons/checkbox-blank-circle-fill.svg +0 -1
- package/esm/components/Icon/icons/checkbox-blank-circle-line.svg +0 -1
- package/esm/components/Icon/icons/checkbox-blank-fill.svg +0 -1
- package/esm/components/Icon/icons/checkbox-line.svg +0 -1
- package/esm/components/Icon/icons/checkbox-multiple-fill.svg +0 -1
- package/esm/components/Icon/icons/checkbox-multiple-line.svg +0 -1
- package/esm/components/Icon/icons/chevron-down-line.svg +0 -1
- package/esm/components/Icon/icons/chevron-left-line.svg +0 -1
- package/esm/components/Icon/icons/chevron-right-fill.svg +0 -1
- package/esm/components/Icon/icons/chevron-up-line.svg +0 -1
- package/esm/components/Icon/icons/chrome-fill.svg +0 -1
- package/esm/components/Icon/icons/chrome-line.svg +0 -1
- package/esm/components/Icon/icons/close-circle-line.svg +0 -1
- package/esm/components/Icon/icons/close-line.svg +0 -1
- package/esm/components/Icon/icons/cloud-fill.svg +0 -1
- package/esm/components/Icon/icons/cloud-line.svg +0 -1
- package/esm/components/Icon/icons/cloud-windy-fill.svg +0 -1
- package/esm/components/Icon/icons/cloud-windy-line.svg +0 -1
- package/esm/components/Icon/icons/counter-fill.svg +0 -1
- package/esm/components/Icon/icons/counter-line.svg +0 -1
- package/esm/components/Icon/icons/customer-service-fill.svg +0 -1
- package/esm/components/Icon/icons/customer-service-line.svg +0 -1
- package/esm/components/Icon/icons/database-fill.svg +0 -1
- package/esm/components/Icon/icons/database-line.svg +0 -1
- package/esm/components/Icon/icons/delete-bin-fill.svg +0 -1
- package/esm/components/Icon/icons/delete-bin-line.svg +0 -1
- package/esm/components/Icon/icons/direction-fill.svg +0 -1
- package/esm/components/Icon/icons/direction-line.svg +0 -1
- package/esm/components/Icon/icons/distance-fill.svg +0 -1
- package/esm/components/Icon/icons/distance-line.svg +0 -1
- package/esm/components/Icon/icons/download-fill.svg +0 -1
- package/esm/components/Icon/icons/drive-fill.svg +0 -1
- package/esm/components/Icon/icons/drive-line.svg +0 -1
- package/esm/components/Icon/icons/drizzle-fill.svg +0 -1
- package/esm/components/Icon/icons/drizzle-line.svg +0 -1
- package/esm/components/Icon/icons/earth-fill.svg +0 -1
- package/esm/components/Icon/icons/earth-line.svg +0 -1
- package/esm/components/Icon/icons/edit-fill.svg +0 -1
- package/esm/components/Icon/icons/emotion-fill.svg +0 -1
- package/esm/components/Icon/icons/emotion-laugh-fill.svg +0 -1
- package/esm/components/Icon/icons/emotion-laugh-line.svg +0 -1
- package/esm/components/Icon/icons/emotion-line.svg +0 -1
- package/esm/components/Icon/icons/emotion-normal-fill.svg +0 -1
- package/esm/components/Icon/icons/emotion-normal-line.svg +0 -1
- package/esm/components/Icon/icons/emotion-sad-fill.svg +0 -1
- package/esm/components/Icon/icons/emotion-sad-line.svg +0 -1
- package/esm/components/Icon/icons/emotion-unhappy-fill.svg +0 -1
- package/esm/components/Icon/icons/emotion-unhappy-line.svg +0 -1
- package/esm/components/Icon/icons/equalizer-fill.svg +0 -1
- package/esm/components/Icon/icons/equalizer-line.svg +0 -1
- package/esm/components/Icon/icons/error-warning-fill.svg +0 -1
- package/esm/components/Icon/icons/error-warning-line.svg +0 -1
- package/esm/components/Icon/icons/exchange-fill.svg +0 -1
- package/esm/components/Icon/icons/exchange-line.svg +0 -1
- package/esm/components/Icon/icons/external-link-fill.svg +0 -1
- package/esm/components/Icon/icons/eye-fill.svg +0 -1
- package/esm/components/Icon/icons/eye-line.svg +0 -1
- package/esm/components/Icon/icons/eye-off-fill.svg +0 -1
- package/esm/components/Icon/icons/eye-off-line.svg +0 -1
- package/esm/components/Icon/icons/facebook-fill.svg +0 -1
- package/esm/components/Icon/icons/facebook-line.svg +0 -1
- package/esm/components/Icon/icons/feedback-fill.svg +0 -1
- package/esm/components/Icon/icons/feedback-line.svg +0 -1
- package/esm/components/Icon/icons/file-copy-fill.svg +0 -1
- package/esm/components/Icon/icons/file-copy-line.svg +0 -1
- package/esm/components/Icon/icons/file-fill.svg +0 -1
- package/esm/components/Icon/icons/file-line.svg +0 -1
- package/esm/components/Icon/icons/film-fill.svg +0 -1
- package/esm/components/Icon/icons/film-line.svg +0 -1
- package/esm/components/Icon/icons/filter-fill.svg +0 -1
- package/esm/components/Icon/icons/filter-off-fill.svg +0 -1
- package/esm/components/Icon/icons/fire-fill.svg +0 -1
- package/esm/components/Icon/icons/fire-line.svg +0 -1
- package/esm/components/Icon/icons/firefox-fill.svg +0 -1
- package/esm/components/Icon/icons/firefox-line.svg +0 -1
- package/esm/components/Icon/icons/flashlight-fill.svg +0 -1
- package/esm/components/Icon/icons/flashlight-line.svg +0 -1
- package/esm/components/Icon/icons/focus-fill.svg +0 -1
- package/esm/components/Icon/icons/focus-line.svg +0 -1
- package/esm/components/Icon/icons/foggy-fill.svg +0 -1
- package/esm/components/Icon/icons/foggy-line.svg +0 -1
- package/esm/components/Icon/icons/font-size-fill.svg +0 -1
- package/esm/components/Icon/icons/font-size-line.svg +0 -1
- package/esm/components/Icon/icons/football-fill.svg +0 -1
- package/esm/components/Icon/icons/football-line.svg +0 -1
- package/esm/components/Icon/icons/forbid-fill.svg +0 -1
- package/esm/components/Icon/icons/forbid-line.svg +0 -1
- package/esm/components/Icon/icons/fullscreen-fill.svg +0 -1
- package/esm/components/Icon/icons/fullscreen-line.svg +0 -1
- package/esm/components/Icon/icons/function-fill.svg +0 -1
- package/esm/components/Icon/icons/function-line.svg +0 -1
- package/esm/components/Icon/icons/gift-fill.svg +0 -1
- package/esm/components/Icon/icons/gift-line.svg +0 -1
- package/esm/components/Icon/icons/github-fill.svg +0 -1
- package/esm/components/Icon/icons/github-line.svg +0 -1
- package/esm/components/Icon/icons/google-fill.svg +0 -1
- package/esm/components/Icon/icons/google-line.svg +0 -1
- package/esm/components/Icon/icons/grid-fill.svg +0 -1
- package/esm/components/Icon/icons/grid-line.svg +0 -1
- package/esm/components/Icon/icons/group-fill.svg +0 -1
- package/esm/components/Icon/icons/group-line.svg +0 -1
- package/esm/components/Icon/icons/hail-fill.svg +0 -1
- package/esm/components/Icon/icons/hail-line.svg +0 -1
- package/esm/components/Icon/icons/hearing-impairment-fill.svg +0 -1
- package/esm/components/Icon/icons/hearing-impairment-line.svg +0 -1
- package/esm/components/Icon/icons/heart-fill.svg +0 -1
- package/esm/components/Icon/icons/heart-pulse-fill.svg +0 -1
- package/esm/components/Icon/icons/heart-pulse-line.svg +0 -1
- package/esm/components/Icon/icons/history-fill.svg +0 -1
- package/esm/components/Icon/icons/history-line.svg +0 -1
- package/esm/components/Icon/icons/home-fill.svg +0 -1
- package/esm/components/Icon/icons/hourglass-fill.svg +0 -1
- package/esm/components/Icon/icons/ie-fill.svg +0 -1
- package/esm/components/Icon/icons/ie-line.svg +0 -1
- package/esm/components/Icon/icons/image-fill.svg +0 -1
- package/esm/components/Icon/icons/image-line.svg +0 -1
- package/esm/components/Icon/icons/index.d.ts +0 -3
- package/esm/components/Icon/icons/index.js +0 -495
- package/esm/components/Icon/icons/index.js.map +0 -1
- package/esm/components/Icon/icons/index.ts +0 -494
- package/esm/components/Icon/icons/information-fill.svg +0 -1
- package/esm/components/Icon/icons/information-line.svg +0 -1
- package/esm/components/Icon/icons/instagram-fill.svg +0 -1
- package/esm/components/Icon/icons/instagram-line.svg +0 -1
- package/esm/components/Icon/icons/italic-fill.svg +0 -1
- package/esm/components/Icon/icons/italic-line.svg +0 -1
- package/esm/components/Icon/icons/kakao-talk-fill.svg +0 -1
- package/esm/components/Icon/icons/kakao-talk-line.svg +0 -1
- package/esm/components/Icon/icons/keyboard-fill.svg +0 -1
- package/esm/components/Icon/icons/keyboard-line.svg +0 -1
- package/esm/components/Icon/icons/leaf-fill.svg +0 -1
- package/esm/components/Icon/icons/leaf-line.svg +0 -1
- package/esm/components/Icon/icons/lightbulb-fill.svg +0 -1
- package/esm/components/Icon/icons/lightbulb-line.svg +0 -1
- package/esm/components/Icon/icons/lightning-fill.svg +0 -1
- package/esm/components/Icon/icons/line-chart-fill.svg +0 -1
- package/esm/components/Icon/icons/line-chart-line.svg +0 -1
- package/esm/components/Icon/icons/line-fill.svg +0 -1
- package/esm/components/Icon/icons/line-line.svg +0 -1
- package/esm/components/Icon/icons/link-fill.svg +0 -1
- package/esm/components/Icon/icons/link-line.svg +0 -1
- package/esm/components/Icon/icons/list-check-fill.svg +0 -1
- package/esm/components/Icon/icons/list-check-line.svg +0 -1
- package/esm/components/Icon/icons/list-settings-fill.svg +0 -1
- package/esm/components/Icon/icons/lock-fill.svg +0 -1
- package/esm/components/Icon/icons/logout-fill.svg +0 -1
- package/esm/components/Icon/icons/logout-line.svg +0 -1
- package/esm/components/Icon/icons/loyalty-card-fill.svg +0 -1
- package/esm/components/Icon/icons/loyalty-card-line.svg +0 -1
- package/esm/components/Icon/icons/mac-fill.svg +0 -1
- package/esm/components/Icon/icons/mac-line.svg +0 -1
- package/esm/components/Icon/icons/macbook-fill.svg +0 -1
- package/esm/components/Icon/icons/macbook-line.svg +0 -1
- package/esm/components/Icon/icons/mail-fill.svg +0 -1
- package/esm/components/Icon/icons/mail-line.svg +0 -1
- package/esm/components/Icon/icons/mail-send-fill.svg +0 -1
- package/esm/components/Icon/icons/mail-send-line.svg +0 -1
- package/esm/components/Icon/icons/map-pin-fill.svg +0 -1
- package/esm/components/Icon/icons/map-pin-line.svg +0 -1
- package/esm/components/Icon/icons/mastercard-fill.svg +0 -1
- package/esm/components/Icon/icons/mastercard-line.svg +0 -1
- package/esm/components/Icon/icons/menu-fill.svg +0 -1
- package/esm/components/Icon/icons/menu-line.svg +0 -1
- package/esm/components/Icon/icons/message-fill.svg +0 -1
- package/esm/components/Icon/icons/message-line.svg +0 -1
- package/esm/components/Icon/icons/messenger-fill.svg +0 -1
- package/esm/components/Icon/icons/messenger-line.svg +0 -1
- package/esm/components/Icon/icons/mic-fill.svg +0 -1
- package/esm/components/Icon/icons/mic-line.svg +0 -1
- package/esm/components/Icon/icons/mist-fill.svg +0 -1
- package/esm/components/Icon/icons/mist-line.svg +0 -1
- package/esm/components/Icon/icons/money-cny-box-fill.svg +0 -1
- package/esm/components/Icon/icons/money-cny-box-line.svg +0 -1
- package/esm/components/Icon/icons/money-dollar-box-fill.svg +0 -1
- package/esm/components/Icon/icons/money-dollar-box-line.svg +0 -1
- package/esm/components/Icon/icons/money-euro-box-fill.svg +0 -1
- package/esm/components/Icon/icons/money-euro-box-line.svg +0 -1
- package/esm/components/Icon/icons/money-pound-box-fill.svg +0 -1
- package/esm/components/Icon/icons/money-pound-box-line.svg +0 -1
- package/esm/components/Icon/icons/moon-cloudy-fill.svg +0 -1
- package/esm/components/Icon/icons/moon-cloudy-line.svg +0 -1
- package/esm/components/Icon/icons/moon-fill.svg +0 -1
- package/esm/components/Icon/icons/moon-line.svg +0 -1
- package/esm/components/Icon/icons/more-2-fill.svg +0 -1
- package/esm/components/Icon/icons/more-fill.svg +0 -1
- package/esm/components/Icon/icons/more-line.svg +0 -1
- package/esm/components/Icon/icons/music-2-fill.svg +0 -1
- package/esm/components/Icon/icons/music-2-line.svg +0 -1
- package/esm/components/Icon/icons/music-fill.svg +0 -1
- package/esm/components/Icon/icons/music-line.svg +0 -1
- package/esm/components/Icon/icons/naver-fill.svg +0 -1
- package/esm/components/Icon/icons/naver-line.svg +0 -1
- package/esm/components/Icon/icons/navigation-fill.svg +0 -1
- package/esm/components/Icon/icons/navigation-line.svg +0 -1
- package/esm/components/Icon/icons/notification-fill.svg +0 -1
- package/esm/components/Icon/icons/notification-line.svg +0 -1
- package/esm/components/Icon/icons/package-fill.svg +0 -1
- package/esm/components/Icon/icons/package-line.svg +0 -1
- package/esm/components/Icon/icons/pause-circle-fill.svg +0 -1
- package/esm/components/Icon/icons/pause-circle-line.svg +0 -1
- package/esm/components/Icon/icons/pause-fill.svg +0 -1
- package/esm/components/Icon/icons/pause-line.svg +0 -1
- package/esm/components/Icon/icons/phone-fill.svg +0 -1
- package/esm/components/Icon/icons/phone-line.svg +0 -1
- package/esm/components/Icon/icons/pie-chart-fill.svg +0 -1
- package/esm/components/Icon/icons/pie-chart-line.svg +0 -1
- package/esm/components/Icon/icons/pinterest-fill.svg +0 -1
- package/esm/components/Icon/icons/pinterest-line.svg +0 -1
- package/esm/components/Icon/icons/play-circle-fill.svg +0 -1
- package/esm/components/Icon/icons/play-circle-line.svg +0 -1
- package/esm/components/Icon/icons/play-fill.svg +0 -1
- package/esm/components/Icon/icons/play-line.svg +0 -1
- package/esm/components/Icon/icons/price-tag-fill.svg +0 -1
- package/esm/components/Icon/icons/price-tag-line.svg +0 -1
- package/esm/components/Icon/icons/printer-fill.svg +0 -1
- package/esm/components/Icon/icons/printer-line.svg +0 -1
- package/esm/components/Icon/icons/qr-scan-fill.svg +0 -1
- package/esm/components/Icon/icons/qr-scan-line.svg +0 -1
- package/esm/components/Icon/icons/question-fill.svg +0 -1
- package/esm/components/Icon/icons/question-line.svg +0 -1
- package/esm/components/Icon/icons/radio-button-fill.svg +0 -1
- package/esm/components/Icon/icons/radio-button-line.svg +0 -1
- package/esm/components/Icon/icons/rainy-fill.svg +0 -1
- package/esm/components/Icon/icons/rainy-line.svg +0 -1
- package/esm/components/Icon/icons/recycle-fill.svg +0 -1
- package/esm/components/Icon/icons/recycle-line.svg +0 -1
- package/esm/components/Icon/icons/refresh-fill.svg +0 -1
- package/esm/components/Icon/icons/refresh-line.svg +0 -1
- package/esm/components/Icon/icons/refund-fill.svg +0 -1
- package/esm/components/Icon/icons/refund-line.svg +0 -1
- package/esm/components/Icon/icons/repeat-fill.svg +0 -1
- package/esm/components/Icon/icons/repeat-line.svg +0 -1
- package/esm/components/Icon/icons/return-fill.svg +0 -1
- package/esm/components/Icon/icons/return-line.svg +0 -1
- package/esm/components/Icon/icons/riding-fill.svg +0 -1
- package/esm/components/Icon/icons/riding-line.svg +0 -1
- package/esm/components/Icon/icons/rocket-fill.svg +0 -1
- package/esm/components/Icon/icons/rocket-line.svg +0 -1
- package/esm/components/Icon/icons/rss-fill.svg +0 -1
- package/esm/components/Icon/icons/rss-line.svg +0 -1
- package/esm/components/Icon/icons/ruler-fill.svg +0 -1
- package/esm/components/Icon/icons/ruler-line.svg +0 -1
- package/esm/components/Icon/icons/run-fill.svg +0 -1
- package/esm/components/Icon/icons/run-line.svg +0 -1
- package/esm/components/Icon/icons/safari-fill.svg +0 -1
- package/esm/components/Icon/icons/safari-line.svg +0 -1
- package/esm/components/Icon/icons/scales-fill.svg +0 -1
- package/esm/components/Icon/icons/scales-line.svg +0 -1
- package/esm/components/Icon/icons/search-fill.svg +0 -1
- package/esm/components/Icon/icons/secure-payment-fill.svg +0 -1
- package/esm/components/Icon/icons/secure-payment-line.svg +0 -1
- package/esm/components/Icon/icons/seed-1-fill.svg +0 -1
- package/esm/components/Icon/icons/seed-1-line.svg +0 -1
- package/esm/components/Icon/icons/seed-2-fill.svg +0 -1
- package/esm/components/Icon/icons/seed-3-fill.svg +0 -1
- package/esm/components/Icon/icons/seed-3-line.svg +0 -1
- package/esm/components/Icon/icons/selected-by-decathlon-fill.svg +0 -1
- package/esm/components/Icon/icons/selected-by-decathlon-line.svg +0 -1
- package/esm/components/Icon/icons/send-plane-2-fill.svg +0 -1
- package/esm/components/Icon/icons/send-plane-2-line.svg +0 -1
- package/esm/components/Icon/icons/send-plane-fill.svg +0 -1
- package/esm/components/Icon/icons/send-plane-line.svg +0 -1
- package/esm/components/Icon/icons/settings-fill.svg +0 -1
- package/esm/components/Icon/icons/settings-line.svg +0 -1
- package/esm/components/Icon/icons/share-android-fill.svg +0 -1
- package/esm/components/Icon/icons/share-android-line.svg +0 -1
- package/esm/components/Icon/icons/share-fill.svg +0 -1
- package/esm/components/Icon/icons/share-ios-fill.svg +0 -1
- package/esm/components/Icon/icons/share-ios-line.svg +0 -1
- package/esm/components/Icon/icons/share-line.svg +0 -1
- package/esm/components/Icon/icons/shield-check-fill.svg +0 -1
- package/esm/components/Icon/icons/shield-check-line.svg +0 -1
- package/esm/components/Icon/icons/shopping-bag-fill.svg +0 -1
- package/esm/components/Icon/icons/shopping-bag-line.svg +0 -1
- package/esm/components/Icon/icons/shopping-cart-fill.svg +0 -1
- package/esm/components/Icon/icons/shopping-cart-line.svg +0 -1
- package/esm/components/Icon/icons/showers-fill.svg +0 -1
- package/esm/components/Icon/icons/showers-line.svg +0 -1
- package/esm/components/Icon/icons/shut-down-fill.svg +0 -1
- package/esm/components/Icon/icons/shut-down-line.svg +0 -1
- package/esm/components/Icon/icons/slack-fill.svg +0 -1
- package/esm/components/Icon/icons/slack-line.svg +0 -1
- package/esm/components/Icon/icons/smartphone-fill.svg +0 -1
- package/esm/components/Icon/icons/smartphone-line.svg +0 -1
- package/esm/components/Icon/icons/snapchat-fill.svg +0 -1
- package/esm/components/Icon/icons/snapchat-line.svg +0 -1
- package/esm/components/Icon/icons/snowy-fill.svg +0 -1
- package/esm/components/Icon/icons/snowy-line.svg +0 -1
- package/esm/components/Icon/icons/sparkles-fill.svg +0 -1
- package/esm/components/Icon/icons/sparkles-line.svg +0 -1
- package/esm/components/Icon/icons/star-fill.svg +0 -1
- package/esm/components/Icon/icons/star-half-fill.svg +0 -1
- package/esm/components/Icon/icons/star-half-line.svg +0 -1
- package/esm/components/Icon/icons/star-line.svg +0 -1
- package/esm/components/Icon/icons/stop-circle-fill.svg +0 -1
- package/esm/components/Icon/icons/stop-circle-line.svg +0 -1
- package/esm/components/Icon/icons/stop-fill.svg +0 -1
- package/esm/components/Icon/icons/stop-line.svg +0 -1
- package/esm/components/Icon/icons/store-fill.svg +0 -1
- package/esm/components/Icon/icons/store-line.svg +0 -1
- package/esm/components/Icon/icons/subtract-fill.svg +0 -1
- package/esm/components/Icon/icons/subtract-line.svg +0 -1
- package/esm/components/Icon/icons/suitcase-fill.svg +0 -1
- package/esm/components/Icon/icons/suitcase-line.svg +0 -1
- package/esm/components/Icon/icons/sun-cloudy-fill.svg +0 -1
- package/esm/components/Icon/icons/sun-cloudy-line.svg +0 -1
- package/esm/components/Icon/icons/sun-fill.svg +0 -1
- package/esm/components/Icon/icons/sun-line.svg +0 -1
- package/esm/components/Icon/icons/t-shirt-fill.svg +0 -1
- package/esm/components/Icon/icons/t-shirt-line.svg +0 -1
- package/esm/components/Icon/icons/t-shirt-number-fill.svg +0 -1
- package/esm/components/Icon/icons/t-shirt-number-line.svg +0 -1
- package/esm/components/Icon/icons/tablet-fill.svg +0 -1
- package/esm/components/Icon/icons/tablet-line.svg +0 -1
- package/esm/components/Icon/icons/task-fill.svg +0 -1
- package/esm/components/Icon/icons/task-line.svg +0 -1
- package/esm/components/Icon/icons/telegram-fill.svg +0 -1
- package/esm/components/Icon/icons/telegram-line.svg +0 -1
- package/esm/components/Icon/icons/temp-cold-fill.svg +0 -1
- package/esm/components/Icon/icons/temp-cold-line.svg +0 -1
- package/esm/components/Icon/icons/temp-hot-fill.svg +0 -1
- package/esm/components/Icon/icons/temp-hot-line.svg +0 -1
- package/esm/components/Icon/icons/text-curved-fill.svg +0 -1
- package/esm/components/Icon/icons/text-curved-line.svg +0 -1
- package/esm/components/Icon/icons/text-fill.svg +0 -1
- package/esm/components/Icon/icons/text-line.svg +0 -1
- package/esm/components/Icon/icons/thumb-down-fill.svg +0 -1
- package/esm/components/Icon/icons/thumb-down-line.svg +0 -1
- package/esm/components/Icon/icons/thumb-up-fill.svg +0 -1
- package/esm/components/Icon/icons/thumb-up-line.svg +0 -1
- package/esm/components/Icon/icons/thunderstorms-fill.svg +0 -1
- package/esm/components/Icon/icons/thunderstorms-line.svg +0 -1
- package/esm/components/Icon/icons/tiktok-fill.svg +0 -1
- package/esm/components/Icon/icons/tiktok-line.svg +0 -1
- package/esm/components/Icon/icons/time-fill.svg +0 -1
- package/esm/components/Icon/icons/time-line.svg +0 -1
- package/esm/components/Icon/icons/timer-fill.svg +0 -1
- package/esm/components/Icon/icons/timer-line.svg +0 -1
- package/esm/components/Icon/icons/tools-fill.svg +0 -1
- package/esm/components/Icon/icons/train-fill.svg +0 -1
- package/esm/components/Icon/icons/train-line.svg +0 -1
- package/esm/components/Icon/icons/trophy-fill.svg +0 -1
- package/esm/components/Icon/icons/trophy-line.svg +0 -1
- package/esm/components/Icon/icons/truck-fill.svg +0 -1
- package/esm/components/Icon/icons/truck-line.svg +0 -1
- package/esm/components/Icon/icons/twitter-fill.svg +0 -1
- package/esm/components/Icon/icons/twitter-line.svg +0 -1
- package/esm/components/Icon/icons/unlink-fill.svg +0 -1
- package/esm/components/Icon/icons/unlink-line.svg +0 -1
- package/esm/components/Icon/icons/upload-fill.svg +0 -1
- package/esm/components/Icon/icons/upload-line.svg +0 -1
- package/esm/components/Icon/icons/user-fill.svg +0 -1
- package/esm/components/Icon/icons/viber-fill.svg +0 -1
- package/esm/components/Icon/icons/viber-line.svg +0 -1
- package/esm/components/Icon/icons/visa-fill.svg +0 -1
- package/esm/components/Icon/icons/visa-line.svg +0 -1
- package/esm/components/Icon/icons/volume-alert-fill.svg +0 -1
- package/esm/components/Icon/icons/volume-alert-line.svg +0 -1
- package/esm/components/Icon/icons/volume-down-fill.svg +0 -1
- package/esm/components/Icon/icons/volume-down-line.svg +0 -1
- package/esm/components/Icon/icons/volume-mute-fill.svg +0 -1
- package/esm/components/Icon/icons/volume-mute-line.svg +0 -1
- package/esm/components/Icon/icons/volume-up-fill.svg +0 -1
- package/esm/components/Icon/icons/volume-up-line.svg +0 -1
- package/esm/components/Icon/icons/walk-fill.svg +0 -1
- package/esm/components/Icon/icons/walk-line.svg +0 -1
- package/esm/components/Icon/icons/wallet-fill.svg +0 -1
- package/esm/components/Icon/icons/wallet-line.svg +0 -1
- package/esm/components/Icon/icons/whatsapp-fill.svg +0 -1
- package/esm/components/Icon/icons/whatsapp-line.svg +0 -1
- package/esm/components/Icon/icons/wifi-off-fill.svg +0 -1
- package/esm/components/Icon/icons/wifi-off-line.svg +0 -1
- package/esm/components/Icon/icons/wifi-on-fill.svg +0 -1
- package/esm/components/Icon/icons/wifi-on-line.svg +0 -1
- package/esm/components/Icon/icons/windy-fill.svg +0 -1
- package/esm/components/Icon/icons/windy-line.svg +0 -1
- package/esm/components/Icon/icons/youtube-fill.svg +0 -1
- package/esm/components/Icon/icons/youtube-line.svg +0 -1
- package/esm/components/Icon/icons/zoom-in-fill.svg +0 -1
- package/esm/components/Icon/icons/zoom-in-line.svg +0 -1
- package/esm/components/Icon/icons/zoom-out-fill.svg +0 -1
- package/esm/components/Icon/icons/zoom-out-line.svg +0 -1
- package/esm/components/Inputs/BooleanInput/BooleanInput.css +0 -51
- 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 -7
- 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 -7
- package/esm/components/Inputs/BooleanInput/__stories__/BooleanInput.stories.mdx +0 -44
- package/esm/components/Inputs/TextInput/TextInput.css +0 -42
- package/esm/components/Inputs/TextInput/TextInput.d.ts +0 -4
- package/esm/components/Inputs/TextInput/TextInput.js +0 -16
- package/esm/components/Inputs/TextInput/TextInput.js.map +0 -1
- package/esm/components/Inputs/TextInput/TextInput.tsx +0 -24
- package/esm/components/Inputs/TextInput/TextInput.types.d.ts +0 -8
- package/esm/components/Inputs/TextInput/TextInput.types.js +0 -2
- package/esm/components/Inputs/TextInput/TextInput.types.js.map +0 -1
- package/esm/components/Inputs/TextInput/TextInput.types.ts +0 -8
- package/esm/components/Inputs/TextInput/__stories__/TextInput.stories.mdx +0 -55
- 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/index.d.ts +0 -9
- package/esm/index.js +0 -10
- package/esm/index.js.map +0 -1
- package/esm/layouts/Header/Header.css +0 -83
- 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 -4
- package/esm/layouts/Header/Header.types.js +0 -2
- package/esm/layouts/Header/Header.types.js.map +0 -1
- package/esm/layouts/Header/HeaderActions.d.ts +0 -3
- package/esm/layouts/Header/HeaderActions.js +0 -7
- package/esm/layouts/Header/HeaderActions.js.map +0 -1
- package/esm/layouts/Header/HeaderProfile.d.ts +0 -3
- package/esm/layouts/Header/HeaderProfile.js +0 -16
- package/esm/layouts/Header/HeaderProfile.js.map +0 -1
- package/esm/layouts/Header/HeaderTitle.d.ts +0 -3
- package/esm/layouts/Header/HeaderTitle.js +0 -11
- package/esm/layouts/Header/HeaderTitle.js.map +0 -1
- package/esm/layouts/Header/__stories__/Header.stories.mdx +0 -36
- package/esm/layouts/Navigation/Navigation.css +0 -74
- package/esm/layouts/Navigation/Navigation.d.ts +0 -4
- package/esm/layouts/Navigation/Navigation.js +0 -15
- package/esm/layouts/Navigation/Navigation.js.map +0 -1
- package/esm/layouts/Navigation/Navigation.types.d.ts +0 -5
- package/esm/layouts/Navigation/Navigation.types.js +0 -2
- package/esm/layouts/Navigation/Navigation.types.js.map +0 -1
- package/esm/layouts/Navigation/NavigationActions.d.ts +0 -4
- package/esm/layouts/Navigation/NavigationActions.js +0 -4
- package/esm/layouts/Navigation/NavigationActions.js.map +0 -1
- package/esm/layouts/Navigation/NavigationBreadcrumb.d.ts +0 -6
- package/esm/layouts/Navigation/NavigationBreadcrumb.js +0 -26
- package/esm/layouts/Navigation/NavigationBreadcrumb.js.map +0 -1
- package/esm/layouts/Navigation/__stories__/Navigation.stories.mdx +0 -46
- 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/esm/utils/validator.utils.d.ts +0 -2
- package/esm/utils/validator.utils.js +0 -5
- package/esm/utils/validator.utils.js.map +0 -1
- package/lib/assets/fonts/Montserrat-Medium.ttf +0 -0
- package/lib/components/Button/Button.css +0 -93
- 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 -61
- package/lib/components/Checkbox/Checkbox.d.ts +0 -7
- package/lib/components/Checkbox/Checkbox.js +0 -27
- package/lib/components/Checkbox/Checkbox.js.map +0 -1
- package/lib/components/Checkbox/Checkbox.types.d.ts +0 -4
- 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 -43
- 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/__stories__/Icon.stories.mdx +0 -86
- package/lib/components/Icon/icons/accessibility-fill.svg +0 -1
- package/lib/components/Icon/icons/accessibility-line.svg +0 -1
- package/lib/components/Icon/icons/add-circle-fill.svg +0 -1
- package/lib/components/Icon/icons/add-circle-line.svg +0 -1
- package/lib/components/Icon/icons/add-fill.svg +0 -1
- package/lib/components/Icon/icons/add-line.svg +0 -1
- package/lib/components/Icon/icons/alert-fill.svg +0 -1
- package/lib/components/Icon/icons/alert-line.svg +0 -1
- package/lib/components/Icon/icons/align-bottom-fill.svg +0 -1
- package/lib/components/Icon/icons/align-bottom-line.svg +0 -1
- package/lib/components/Icon/icons/align-center-fill.svg +0 -1
- package/lib/components/Icon/icons/align-center-line.svg +0 -1
- package/lib/components/Icon/icons/align-left-fill.svg +0 -1
- package/lib/components/Icon/icons/align-left-line.svg +0 -1
- package/lib/components/Icon/icons/align-right-fill.svg +0 -1
- package/lib/components/Icon/icons/align-right-line.svg +0 -1
- package/lib/components/Icon/icons/align-top-fill.svg +0 -1
- package/lib/components/Icon/icons/align-top-line.svg +0 -1
- package/lib/components/Icon/icons/align-vertically-fill.svg +0 -1
- package/lib/components/Icon/icons/align-vertically-line.svg +0 -1
- package/lib/components/Icon/icons/amazon-fill.svg +0 -1
- package/lib/components/Icon/icons/amazon-line.svg +0 -1
- package/lib/components/Icon/icons/android-fill.svg +0 -1
- package/lib/components/Icon/icons/android-line.svg +0 -1
- package/lib/components/Icon/icons/apple-fill.svg +0 -1
- package/lib/components/Icon/icons/apple-line.svg +0 -1
- package/lib/components/Icon/icons/arrow-down-circle-fill.svg +0 -1
- package/lib/components/Icon/icons/arrow-down-circle-line.svg +0 -1
- package/lib/components/Icon/icons/arrow-down-fill.svg +0 -1
- package/lib/components/Icon/icons/arrow-down-line.svg +0 -1
- package/lib/components/Icon/icons/arrow-go-back-fill.svg +0 -1
- package/lib/components/Icon/icons/arrow-go-back-line.svg +0 -1
- package/lib/components/Icon/icons/arrow-go-forward-fill.svg +0 -1
- package/lib/components/Icon/icons/arrow-go-forward-line.svg +0 -1
- package/lib/components/Icon/icons/arrow-left-circle-fill.svg +0 -1
- package/lib/components/Icon/icons/arrow-left-circle-line.svg +0 -1
- package/lib/components/Icon/icons/arrow-left-down-fill.svg +0 -1
- package/lib/components/Icon/icons/arrow-left-down-line.svg +0 -1
- package/lib/components/Icon/icons/arrow-left-fill.svg +0 -1
- package/lib/components/Icon/icons/arrow-left-line.svg +0 -1
- package/lib/components/Icon/icons/arrow-left-right-fill.svg +0 -1
- package/lib/components/Icon/icons/arrow-left-right-line.svg +0 -1
- package/lib/components/Icon/icons/arrow-left-up-fill.svg +0 -1
- package/lib/components/Icon/icons/arrow-left-up-line.svg +0 -1
- package/lib/components/Icon/icons/arrow-right-circle-fill.svg +0 -1
- package/lib/components/Icon/icons/arrow-right-circle-line.svg +0 -1
- package/lib/components/Icon/icons/arrow-right-down-fill.svg +0 -1
- package/lib/components/Icon/icons/arrow-right-down-line.svg +0 -1
- package/lib/components/Icon/icons/arrow-right-fill.svg +0 -1
- package/lib/components/Icon/icons/arrow-right-line.svg +0 -1
- package/lib/components/Icon/icons/arrow-right-up-fill.svg +0 -1
- package/lib/components/Icon/icons/arrow-right-up-line.svg +0 -1
- package/lib/components/Icon/icons/arrow-up-circle-fill.svg +0 -1
- package/lib/components/Icon/icons/arrow-up-circle-line.svg +0 -1
- package/lib/components/Icon/icons/arrow-up-down-fill.svg +0 -1
- package/lib/components/Icon/icons/arrow-up-down-line.svg +0 -1
- package/lib/components/Icon/icons/arrow-up-fill.svg +0 -1
- package/lib/components/Icon/icons/arrow-up-line.svg +0 -1
- package/lib/components/Icon/icons/attachment-fill.svg +0 -1
- package/lib/components/Icon/icons/attachment-line.svg +0 -1
- package/lib/components/Icon/icons/award-fill.svg +0 -1
- package/lib/components/Icon/icons/award-line.svg +0 -1
- package/lib/components/Icon/icons/bank-card-fill.svg +0 -1
- package/lib/components/Icon/icons/bank-card-line.svg +0 -1
- package/lib/components/Icon/icons/bar-chart-fill.svg +0 -1
- package/lib/components/Icon/icons/bar-chart-line.svg +0 -1
- package/lib/components/Icon/icons/barcode-fill.svg +0 -1
- package/lib/components/Icon/icons/barcode-line.svg +0 -1
- package/lib/components/Icon/icons/bill-fill.svg +0 -1
- package/lib/components/Icon/icons/bill-line.svg +0 -1
- package/lib/components/Icon/icons/body-scan-fill.svg +0 -1
- package/lib/components/Icon/icons/body-scan-line.svg +0 -1
- package/lib/components/Icon/icons/bold-fill.svg +0 -1
- package/lib/components/Icon/icons/bold-line.svg +0 -1
- package/lib/components/Icon/icons/calendar-2-fill.svg +0 -1
- package/lib/components/Icon/icons/calendar-2-line.svg +0 -1
- package/lib/components/Icon/icons/calendar-check-fill.svg +0 -1
- package/lib/components/Icon/icons/calendar-check-line.svg +0 -1
- package/lib/components/Icon/icons/calendar-date-fill.svg +0 -1
- package/lib/components/Icon/icons/calendar-date-line.svg +0 -1
- package/lib/components/Icon/icons/calendar-fill.svg +0 -1
- package/lib/components/Icon/icons/calendar-line.svg +0 -1
- package/lib/components/Icon/icons/camera-fill.svg +0 -1
- package/lib/components/Icon/icons/camera-line.svg +0 -1
- package/lib/components/Icon/icons/car-fill.svg +0 -1
- package/lib/components/Icon/icons/car-line.svg +0 -1
- package/lib/components/Icon/icons/check-fill.svg +0 -1
- package/lib/components/Icon/icons/check-line.svg +0 -1
- package/lib/components/Icon/icons/checkbox-blank-circle-fill.svg +0 -1
- package/lib/components/Icon/icons/checkbox-blank-circle-line.svg +0 -1
- package/lib/components/Icon/icons/checkbox-blank-fill.svg +0 -1
- package/lib/components/Icon/icons/checkbox-circle-fill.svg +0 -1
- package/lib/components/Icon/icons/checkbox-circle-line.svg +0 -1
- package/lib/components/Icon/icons/checkbox-fill.svg +0 -1
- package/lib/components/Icon/icons/checkbox-line.svg +0 -1
- package/lib/components/Icon/icons/checkbox-multiple-fill.svg +0 -1
- package/lib/components/Icon/icons/checkbox-multiple-line.svg +0 -1
- package/lib/components/Icon/icons/chevron-down-fill.svg +0 -1
- package/lib/components/Icon/icons/chevron-down-line.svg +0 -1
- package/lib/components/Icon/icons/chevron-left-fill.svg +0 -1
- package/lib/components/Icon/icons/chevron-left-line.svg +0 -1
- package/lib/components/Icon/icons/chevron-right-fill.svg +0 -1
- package/lib/components/Icon/icons/chevron-right-line.svg +0 -1
- package/lib/components/Icon/icons/chevron-up-fill.svg +0 -1
- package/lib/components/Icon/icons/chevron-up-line.svg +0 -1
- package/lib/components/Icon/icons/chrome-fill.svg +0 -1
- package/lib/components/Icon/icons/chrome-line.svg +0 -1
- package/lib/components/Icon/icons/close-circle-fill.svg +0 -1
- package/lib/components/Icon/icons/close-circle-line.svg +0 -1
- package/lib/components/Icon/icons/close-fill.svg +0 -1
- package/lib/components/Icon/icons/close-line.svg +0 -1
- package/lib/components/Icon/icons/cloud-fill.svg +0 -1
- package/lib/components/Icon/icons/cloud-line.svg +0 -1
- package/lib/components/Icon/icons/cloud-windy-fill.svg +0 -1
- package/lib/components/Icon/icons/cloud-windy-line.svg +0 -1
- package/lib/components/Icon/icons/counter-fill.svg +0 -1
- package/lib/components/Icon/icons/counter-line.svg +0 -1
- package/lib/components/Icon/icons/customer-service-fill.svg +0 -1
- package/lib/components/Icon/icons/customer-service-line.svg +0 -1
- package/lib/components/Icon/icons/database-fill.svg +0 -1
- package/lib/components/Icon/icons/database-line.svg +0 -1
- package/lib/components/Icon/icons/delete-bin-fill.svg +0 -1
- package/lib/components/Icon/icons/delete-bin-line.svg +0 -1
- package/lib/components/Icon/icons/direction-fill.svg +0 -1
- package/lib/components/Icon/icons/direction-line.svg +0 -1
- package/lib/components/Icon/icons/distance-fill.svg +0 -1
- package/lib/components/Icon/icons/distance-line.svg +0 -1
- package/lib/components/Icon/icons/download-fill.svg +0 -1
- package/lib/components/Icon/icons/download-line.svg +0 -1
- package/lib/components/Icon/icons/drive-fill.svg +0 -1
- package/lib/components/Icon/icons/drive-line.svg +0 -1
- package/lib/components/Icon/icons/drizzle-fill.svg +0 -1
- package/lib/components/Icon/icons/drizzle-line.svg +0 -1
- package/lib/components/Icon/icons/earth-fill.svg +0 -1
- package/lib/components/Icon/icons/earth-line.svg +0 -1
- package/lib/components/Icon/icons/edit-fill.svg +0 -1
- package/lib/components/Icon/icons/edit-line.svg +0 -1
- package/lib/components/Icon/icons/emotion-fill.svg +0 -1
- package/lib/components/Icon/icons/emotion-laugh-fill.svg +0 -1
- package/lib/components/Icon/icons/emotion-laugh-line.svg +0 -1
- package/lib/components/Icon/icons/emotion-line.svg +0 -1
- package/lib/components/Icon/icons/emotion-normal-fill.svg +0 -1
- package/lib/components/Icon/icons/emotion-normal-line.svg +0 -1
- package/lib/components/Icon/icons/emotion-sad-fill.svg +0 -1
- package/lib/components/Icon/icons/emotion-sad-line.svg +0 -1
- package/lib/components/Icon/icons/emotion-unhappy-fill.svg +0 -1
- package/lib/components/Icon/icons/emotion-unhappy-line.svg +0 -1
- package/lib/components/Icon/icons/equalizer-fill.svg +0 -1
- package/lib/components/Icon/icons/equalizer-line.svg +0 -1
- package/lib/components/Icon/icons/error-warning-fill.svg +0 -1
- package/lib/components/Icon/icons/error-warning-line.svg +0 -1
- package/lib/components/Icon/icons/exchange-fill.svg +0 -1
- package/lib/components/Icon/icons/exchange-line.svg +0 -1
- package/lib/components/Icon/icons/external-link-fill.svg +0 -1
- package/lib/components/Icon/icons/external-link-line.svg +0 -1
- package/lib/components/Icon/icons/eye-fill.svg +0 -1
- package/lib/components/Icon/icons/eye-line.svg +0 -1
- package/lib/components/Icon/icons/eye-off-fill.svg +0 -1
- package/lib/components/Icon/icons/eye-off-line.svg +0 -1
- package/lib/components/Icon/icons/facebook-fill.svg +0 -1
- package/lib/components/Icon/icons/facebook-line.svg +0 -1
- package/lib/components/Icon/icons/feedback-fill.svg +0 -1
- package/lib/components/Icon/icons/feedback-line.svg +0 -1
- package/lib/components/Icon/icons/file-copy-fill.svg +0 -1
- package/lib/components/Icon/icons/file-copy-line.svg +0 -1
- package/lib/components/Icon/icons/file-fill.svg +0 -1
- package/lib/components/Icon/icons/file-line.svg +0 -1
- package/lib/components/Icon/icons/film-fill.svg +0 -1
- package/lib/components/Icon/icons/film-line.svg +0 -1
- package/lib/components/Icon/icons/filter-fill.svg +0 -1
- package/lib/components/Icon/icons/filter-line.svg +0 -1
- package/lib/components/Icon/icons/filter-off-fill.svg +0 -1
- package/lib/components/Icon/icons/filter-off-line.svg +0 -1
- package/lib/components/Icon/icons/fire-fill.svg +0 -1
- package/lib/components/Icon/icons/fire-line.svg +0 -1
- package/lib/components/Icon/icons/firefox-fill.svg +0 -1
- package/lib/components/Icon/icons/firefox-line.svg +0 -1
- package/lib/components/Icon/icons/flashlight-fill.svg +0 -1
- package/lib/components/Icon/icons/flashlight-line.svg +0 -1
- package/lib/components/Icon/icons/focus-fill.svg +0 -1
- package/lib/components/Icon/icons/focus-line.svg +0 -1
- package/lib/components/Icon/icons/foggy-fill.svg +0 -1
- package/lib/components/Icon/icons/foggy-line.svg +0 -1
- package/lib/components/Icon/icons/font-size-fill.svg +0 -1
- package/lib/components/Icon/icons/font-size-line.svg +0 -1
- package/lib/components/Icon/icons/football-fill.svg +0 -1
- package/lib/components/Icon/icons/football-line.svg +0 -1
- package/lib/components/Icon/icons/forbid-fill.svg +0 -1
- package/lib/components/Icon/icons/forbid-line.svg +0 -1
- package/lib/components/Icon/icons/fullscreen-fill.svg +0 -1
- package/lib/components/Icon/icons/fullscreen-line.svg +0 -1
- package/lib/components/Icon/icons/function-fill.svg +0 -1
- package/lib/components/Icon/icons/function-line.svg +0 -1
- package/lib/components/Icon/icons/gift-fill.svg +0 -1
- package/lib/components/Icon/icons/gift-line.svg +0 -1
- package/lib/components/Icon/icons/github-fill.svg +0 -1
- package/lib/components/Icon/icons/github-line.svg +0 -1
- package/lib/components/Icon/icons/google-fill.svg +0 -1
- package/lib/components/Icon/icons/google-line.svg +0 -1
- package/lib/components/Icon/icons/grid-fill.svg +0 -1
- package/lib/components/Icon/icons/grid-line.svg +0 -1
- package/lib/components/Icon/icons/group-fill.svg +0 -1
- package/lib/components/Icon/icons/group-line.svg +0 -1
- package/lib/components/Icon/icons/hail-fill.svg +0 -1
- package/lib/components/Icon/icons/hail-line.svg +0 -1
- package/lib/components/Icon/icons/hearing-impairment-fill.svg +0 -1
- package/lib/components/Icon/icons/hearing-impairment-line.svg +0 -1
- package/lib/components/Icon/icons/heart-fill.svg +0 -1
- package/lib/components/Icon/icons/heart-line.svg +0 -1
- package/lib/components/Icon/icons/heart-pulse-fill.svg +0 -1
- package/lib/components/Icon/icons/heart-pulse-line.svg +0 -1
- package/lib/components/Icon/icons/history-fill.svg +0 -1
- package/lib/components/Icon/icons/history-line.svg +0 -1
- package/lib/components/Icon/icons/home-fill.svg +0 -1
- package/lib/components/Icon/icons/home-line.svg +0 -1
- package/lib/components/Icon/icons/hourglass-fill.svg +0 -1
- package/lib/components/Icon/icons/hourglass-line.svg +0 -1
- package/lib/components/Icon/icons/ie-fill.svg +0 -1
- package/lib/components/Icon/icons/ie-line.svg +0 -1
- package/lib/components/Icon/icons/image-fill.svg +0 -1
- package/lib/components/Icon/icons/image-line.svg +0 -1
- package/lib/components/Icon/icons/index.d.ts +0 -3
- package/lib/components/Icon/icons/index.js +0 -498
- package/lib/components/Icon/icons/index.js.map +0 -1
- package/lib/components/Icon/icons/index.ts +0 -494
- package/lib/components/Icon/icons/information-fill.svg +0 -1
- package/lib/components/Icon/icons/information-line.svg +0 -1
- package/lib/components/Icon/icons/instagram-fill.svg +0 -1
- package/lib/components/Icon/icons/instagram-line.svg +0 -1
- package/lib/components/Icon/icons/italic-fill.svg +0 -1
- package/lib/components/Icon/icons/italic-line.svg +0 -1
- package/lib/components/Icon/icons/kakao-talk-fill.svg +0 -1
- package/lib/components/Icon/icons/kakao-talk-line.svg +0 -1
- package/lib/components/Icon/icons/keyboard-fill.svg +0 -1
- package/lib/components/Icon/icons/keyboard-line.svg +0 -1
- package/lib/components/Icon/icons/leaf-fill.svg +0 -1
- package/lib/components/Icon/icons/leaf-line.svg +0 -1
- package/lib/components/Icon/icons/lightbulb-fill.svg +0 -1
- package/lib/components/Icon/icons/lightbulb-line.svg +0 -1
- package/lib/components/Icon/icons/lightning-fill.svg +0 -1
- package/lib/components/Icon/icons/lightning-line.svg +0 -1
- package/lib/components/Icon/icons/line-chart-fill.svg +0 -1
- package/lib/components/Icon/icons/line-chart-line.svg +0 -1
- package/lib/components/Icon/icons/line-fill.svg +0 -1
- package/lib/components/Icon/icons/line-line.svg +0 -1
- package/lib/components/Icon/icons/link-fill.svg +0 -1
- package/lib/components/Icon/icons/link-line.svg +0 -1
- package/lib/components/Icon/icons/list-check-fill.svg +0 -1
- package/lib/components/Icon/icons/list-check-line.svg +0 -1
- package/lib/components/Icon/icons/list-settings-fill.svg +0 -1
- package/lib/components/Icon/icons/list-settings-line.svg +0 -1
- package/lib/components/Icon/icons/lock-fill.svg +0 -1
- package/lib/components/Icon/icons/lock-line.svg +0 -1
- package/lib/components/Icon/icons/logout-fill.svg +0 -1
- package/lib/components/Icon/icons/logout-line.svg +0 -1
- package/lib/components/Icon/icons/loyalty-card-fill.svg +0 -1
- package/lib/components/Icon/icons/loyalty-card-line.svg +0 -1
- package/lib/components/Icon/icons/mac-fill.svg +0 -1
- package/lib/components/Icon/icons/mac-line.svg +0 -1
- package/lib/components/Icon/icons/macbook-fill.svg +0 -1
- package/lib/components/Icon/icons/macbook-line.svg +0 -1
- package/lib/components/Icon/icons/mail-fill.svg +0 -1
- package/lib/components/Icon/icons/mail-line.svg +0 -1
- package/lib/components/Icon/icons/mail-send-fill.svg +0 -1
- package/lib/components/Icon/icons/mail-send-line.svg +0 -1
- package/lib/components/Icon/icons/map-pin-fill.svg +0 -1
- package/lib/components/Icon/icons/map-pin-line.svg +0 -1
- package/lib/components/Icon/icons/mastercard-fill.svg +0 -1
- package/lib/components/Icon/icons/mastercard-line.svg +0 -1
- package/lib/components/Icon/icons/menu-fill.svg +0 -1
- package/lib/components/Icon/icons/menu-line.svg +0 -1
- package/lib/components/Icon/icons/message-fill.svg +0 -1
- package/lib/components/Icon/icons/message-line.svg +0 -1
- package/lib/components/Icon/icons/messenger-fill.svg +0 -1
- package/lib/components/Icon/icons/messenger-line.svg +0 -1
- package/lib/components/Icon/icons/mic-fill.svg +0 -1
- package/lib/components/Icon/icons/mic-line.svg +0 -1
- package/lib/components/Icon/icons/mist-fill.svg +0 -1
- package/lib/components/Icon/icons/mist-line.svg +0 -1
- package/lib/components/Icon/icons/money-cny-box-fill.svg +0 -1
- package/lib/components/Icon/icons/money-cny-box-line.svg +0 -1
- package/lib/components/Icon/icons/money-dollar-box-fill.svg +0 -1
- package/lib/components/Icon/icons/money-dollar-box-line.svg +0 -1
- package/lib/components/Icon/icons/money-euro-box-fill.svg +0 -1
- package/lib/components/Icon/icons/money-euro-box-line.svg +0 -1
- package/lib/components/Icon/icons/money-pound-box-fill.svg +0 -1
- package/lib/components/Icon/icons/money-pound-box-line.svg +0 -1
- package/lib/components/Icon/icons/moon-cloudy-fill.svg +0 -1
- package/lib/components/Icon/icons/moon-cloudy-line.svg +0 -1
- package/lib/components/Icon/icons/moon-fill.svg +0 -1
- package/lib/components/Icon/icons/moon-line.svg +0 -1
- package/lib/components/Icon/icons/more-2-fill.svg +0 -1
- package/lib/components/Icon/icons/more-2-line.svg +0 -1
- package/lib/components/Icon/icons/more-fill.svg +0 -1
- package/lib/components/Icon/icons/more-line.svg +0 -1
- package/lib/components/Icon/icons/music-2-fill.svg +0 -1
- package/lib/components/Icon/icons/music-2-line.svg +0 -1
- package/lib/components/Icon/icons/music-fill.svg +0 -1
- package/lib/components/Icon/icons/music-line.svg +0 -1
- package/lib/components/Icon/icons/naver-fill.svg +0 -1
- package/lib/components/Icon/icons/naver-line.svg +0 -1
- package/lib/components/Icon/icons/navigation-fill.svg +0 -1
- package/lib/components/Icon/icons/navigation-line.svg +0 -1
- package/lib/components/Icon/icons/notification-fill.svg +0 -1
- package/lib/components/Icon/icons/notification-line.svg +0 -1
- package/lib/components/Icon/icons/package-fill.svg +0 -1
- package/lib/components/Icon/icons/package-line.svg +0 -1
- package/lib/components/Icon/icons/pause-circle-fill.svg +0 -1
- package/lib/components/Icon/icons/pause-circle-line.svg +0 -1
- package/lib/components/Icon/icons/pause-fill.svg +0 -1
- package/lib/components/Icon/icons/pause-line.svg +0 -1
- package/lib/components/Icon/icons/phone-fill.svg +0 -1
- package/lib/components/Icon/icons/phone-line.svg +0 -1
- package/lib/components/Icon/icons/pie-chart-fill.svg +0 -1
- package/lib/components/Icon/icons/pie-chart-line.svg +0 -1
- package/lib/components/Icon/icons/pinterest-fill.svg +0 -1
- package/lib/components/Icon/icons/pinterest-line.svg +0 -1
- package/lib/components/Icon/icons/play-circle-fill.svg +0 -1
- package/lib/components/Icon/icons/play-circle-line.svg +0 -1
- package/lib/components/Icon/icons/play-fill.svg +0 -1
- package/lib/components/Icon/icons/play-line.svg +0 -1
- package/lib/components/Icon/icons/price-tag-fill.svg +0 -1
- package/lib/components/Icon/icons/price-tag-line.svg +0 -1
- package/lib/components/Icon/icons/printer-fill.svg +0 -1
- package/lib/components/Icon/icons/printer-line.svg +0 -1
- package/lib/components/Icon/icons/qr-scan-fill.svg +0 -1
- package/lib/components/Icon/icons/qr-scan-line.svg +0 -1
- package/lib/components/Icon/icons/question-fill.svg +0 -1
- package/lib/components/Icon/icons/question-line.svg +0 -1
- package/lib/components/Icon/icons/radio-button-fill.svg +0 -1
- package/lib/components/Icon/icons/radio-button-line.svg +0 -1
- package/lib/components/Icon/icons/rainy-fill.svg +0 -1
- package/lib/components/Icon/icons/rainy-line.svg +0 -1
- package/lib/components/Icon/icons/recycle-fill.svg +0 -1
- package/lib/components/Icon/icons/recycle-line.svg +0 -1
- package/lib/components/Icon/icons/refresh-fill.svg +0 -1
- package/lib/components/Icon/icons/refresh-line.svg +0 -1
- package/lib/components/Icon/icons/refund-fill.svg +0 -1
- package/lib/components/Icon/icons/refund-line.svg +0 -1
- package/lib/components/Icon/icons/repeat-fill.svg +0 -1
- package/lib/components/Icon/icons/repeat-line.svg +0 -1
- package/lib/components/Icon/icons/return-fill.svg +0 -1
- package/lib/components/Icon/icons/return-line.svg +0 -1
- package/lib/components/Icon/icons/riding-fill.svg +0 -1
- package/lib/components/Icon/icons/riding-line.svg +0 -1
- package/lib/components/Icon/icons/rocket-fill.svg +0 -1
- package/lib/components/Icon/icons/rocket-line.svg +0 -1
- package/lib/components/Icon/icons/rss-fill.svg +0 -1
- package/lib/components/Icon/icons/rss-line.svg +0 -1
- package/lib/components/Icon/icons/ruler-fill.svg +0 -1
- package/lib/components/Icon/icons/ruler-line.svg +0 -1
- package/lib/components/Icon/icons/run-fill.svg +0 -1
- package/lib/components/Icon/icons/run-line.svg +0 -1
- package/lib/components/Icon/icons/safari-fill.svg +0 -1
- package/lib/components/Icon/icons/safari-line.svg +0 -1
- package/lib/components/Icon/icons/scales-fill.svg +0 -1
- package/lib/components/Icon/icons/scales-line.svg +0 -1
- package/lib/components/Icon/icons/search-fill.svg +0 -1
- package/lib/components/Icon/icons/search-line.svg +0 -1
- package/lib/components/Icon/icons/secure-payment-fill.svg +0 -1
- package/lib/components/Icon/icons/secure-payment-line.svg +0 -1
- package/lib/components/Icon/icons/seed-1-fill.svg +0 -1
- package/lib/components/Icon/icons/seed-1-line.svg +0 -1
- package/lib/components/Icon/icons/seed-2-fill.svg +0 -1
- package/lib/components/Icon/icons/seed-2-line.svg +0 -1
- package/lib/components/Icon/icons/seed-3-fill.svg +0 -1
- package/lib/components/Icon/icons/seed-3-line.svg +0 -1
- package/lib/components/Icon/icons/selected-by-decathlon-fill.svg +0 -1
- package/lib/components/Icon/icons/selected-by-decathlon-line.svg +0 -1
- package/lib/components/Icon/icons/send-plane-2-fill.svg +0 -1
- package/lib/components/Icon/icons/send-plane-2-line.svg +0 -1
- package/lib/components/Icon/icons/send-plane-fill.svg +0 -1
- package/lib/components/Icon/icons/send-plane-line.svg +0 -1
- package/lib/components/Icon/icons/settings-fill.svg +0 -1
- package/lib/components/Icon/icons/settings-line.svg +0 -1
- package/lib/components/Icon/icons/share-android-fill.svg +0 -1
- package/lib/components/Icon/icons/share-android-line.svg +0 -1
- package/lib/components/Icon/icons/share-fill.svg +0 -1
- package/lib/components/Icon/icons/share-ios-fill.svg +0 -1
- package/lib/components/Icon/icons/share-ios-line.svg +0 -1
- package/lib/components/Icon/icons/share-line.svg +0 -1
- package/lib/components/Icon/icons/shield-check-fill.svg +0 -1
- package/lib/components/Icon/icons/shield-check-line.svg +0 -1
- package/lib/components/Icon/icons/shopping-bag-fill.svg +0 -1
- package/lib/components/Icon/icons/shopping-bag-line.svg +0 -1
- package/lib/components/Icon/icons/shopping-cart-fill.svg +0 -1
- package/lib/components/Icon/icons/shopping-cart-line.svg +0 -1
- package/lib/components/Icon/icons/showers-fill.svg +0 -1
- package/lib/components/Icon/icons/showers-line.svg +0 -1
- package/lib/components/Icon/icons/shut-down-fill.svg +0 -1
- package/lib/components/Icon/icons/shut-down-line.svg +0 -1
- package/lib/components/Icon/icons/slack-fill.svg +0 -1
- package/lib/components/Icon/icons/slack-line.svg +0 -1
- package/lib/components/Icon/icons/smartphone-fill.svg +0 -1
- package/lib/components/Icon/icons/smartphone-line.svg +0 -1
- package/lib/components/Icon/icons/snapchat-fill.svg +0 -1
- package/lib/components/Icon/icons/snapchat-line.svg +0 -1
- package/lib/components/Icon/icons/snowy-fill.svg +0 -1
- package/lib/components/Icon/icons/snowy-line.svg +0 -1
- package/lib/components/Icon/icons/sparkles-fill.svg +0 -1
- package/lib/components/Icon/icons/sparkles-line.svg +0 -1
- package/lib/components/Icon/icons/star-fill.svg +0 -1
- package/lib/components/Icon/icons/star-half-fill.svg +0 -1
- package/lib/components/Icon/icons/star-half-line.svg +0 -1
- package/lib/components/Icon/icons/star-line.svg +0 -1
- package/lib/components/Icon/icons/stop-circle-fill.svg +0 -1
- package/lib/components/Icon/icons/stop-circle-line.svg +0 -1
- package/lib/components/Icon/icons/stop-fill.svg +0 -1
- package/lib/components/Icon/icons/stop-line.svg +0 -1
- package/lib/components/Icon/icons/store-fill.svg +0 -1
- package/lib/components/Icon/icons/store-line.svg +0 -1
- package/lib/components/Icon/icons/subtract-fill.svg +0 -1
- package/lib/components/Icon/icons/subtract-line.svg +0 -1
- package/lib/components/Icon/icons/suitcase-fill.svg +0 -1
- package/lib/components/Icon/icons/suitcase-line.svg +0 -1
- package/lib/components/Icon/icons/sun-cloudy-fill.svg +0 -1
- package/lib/components/Icon/icons/sun-cloudy-line.svg +0 -1
- package/lib/components/Icon/icons/sun-fill.svg +0 -1
- package/lib/components/Icon/icons/sun-line.svg +0 -1
- package/lib/components/Icon/icons/t-shirt-fill.svg +0 -1
- package/lib/components/Icon/icons/t-shirt-line.svg +0 -1
- package/lib/components/Icon/icons/t-shirt-number-fill.svg +0 -1
- package/lib/components/Icon/icons/t-shirt-number-line.svg +0 -1
- package/lib/components/Icon/icons/tablet-fill.svg +0 -1
- package/lib/components/Icon/icons/tablet-line.svg +0 -1
- package/lib/components/Icon/icons/task-fill.svg +0 -1
- package/lib/components/Icon/icons/task-line.svg +0 -1
- package/lib/components/Icon/icons/telegram-fill.svg +0 -1
- package/lib/components/Icon/icons/telegram-line.svg +0 -1
- package/lib/components/Icon/icons/temp-cold-fill.svg +0 -1
- package/lib/components/Icon/icons/temp-cold-line.svg +0 -1
- package/lib/components/Icon/icons/temp-hot-fill.svg +0 -1
- package/lib/components/Icon/icons/temp-hot-line.svg +0 -1
- package/lib/components/Icon/icons/text-curved-fill.svg +0 -1
- package/lib/components/Icon/icons/text-curved-line.svg +0 -1
- package/lib/components/Icon/icons/text-fill.svg +0 -1
- package/lib/components/Icon/icons/text-line.svg +0 -1
- package/lib/components/Icon/icons/thumb-down-fill.svg +0 -1
- package/lib/components/Icon/icons/thumb-down-line.svg +0 -1
- package/lib/components/Icon/icons/thumb-up-fill.svg +0 -1
- package/lib/components/Icon/icons/thumb-up-line.svg +0 -1
- package/lib/components/Icon/icons/thunderstorms-fill.svg +0 -1
- package/lib/components/Icon/icons/thunderstorms-line.svg +0 -1
- package/lib/components/Icon/icons/tiktok-fill.svg +0 -1
- package/lib/components/Icon/icons/tiktok-line.svg +0 -1
- package/lib/components/Icon/icons/time-fill.svg +0 -1
- package/lib/components/Icon/icons/time-line.svg +0 -1
- package/lib/components/Icon/icons/timer-fill.svg +0 -1
- package/lib/components/Icon/icons/timer-line.svg +0 -1
- package/lib/components/Icon/icons/tools-fill.svg +0 -1
- package/lib/components/Icon/icons/tools-line.svg +0 -1
- package/lib/components/Icon/icons/train-fill.svg +0 -1
- package/lib/components/Icon/icons/train-line.svg +0 -1
- package/lib/components/Icon/icons/trophy-fill.svg +0 -1
- package/lib/components/Icon/icons/trophy-line.svg +0 -1
- package/lib/components/Icon/icons/truck-fill.svg +0 -1
- package/lib/components/Icon/icons/truck-line.svg +0 -1
- package/lib/components/Icon/icons/twitter-fill.svg +0 -1
- package/lib/components/Icon/icons/twitter-line.svg +0 -1
- package/lib/components/Icon/icons/unlink-fill.svg +0 -1
- package/lib/components/Icon/icons/unlink-line.svg +0 -1
- package/lib/components/Icon/icons/upload-fill.svg +0 -1
- package/lib/components/Icon/icons/upload-line.svg +0 -1
- package/lib/components/Icon/icons/user-fill.svg +0 -1
- package/lib/components/Icon/icons/user-line.svg +0 -1
- package/lib/components/Icon/icons/viber-fill.svg +0 -1
- package/lib/components/Icon/icons/viber-line.svg +0 -1
- package/lib/components/Icon/icons/visa-fill.svg +0 -1
- package/lib/components/Icon/icons/visa-line.svg +0 -1
- package/lib/components/Icon/icons/volume-alert-fill.svg +0 -1
- package/lib/components/Icon/icons/volume-alert-line.svg +0 -1
- package/lib/components/Icon/icons/volume-down-fill.svg +0 -1
- package/lib/components/Icon/icons/volume-down-line.svg +0 -1
- package/lib/components/Icon/icons/volume-mute-fill.svg +0 -1
- package/lib/components/Icon/icons/volume-mute-line.svg +0 -1
- package/lib/components/Icon/icons/volume-up-fill.svg +0 -1
- package/lib/components/Icon/icons/volume-up-line.svg +0 -1
- package/lib/components/Icon/icons/walk-fill.svg +0 -1
- package/lib/components/Icon/icons/walk-line.svg +0 -1
- package/lib/components/Icon/icons/wallet-fill.svg +0 -1
- package/lib/components/Icon/icons/wallet-line.svg +0 -1
- package/lib/components/Icon/icons/whatsapp-fill.svg +0 -1
- package/lib/components/Icon/icons/whatsapp-line.svg +0 -1
- package/lib/components/Icon/icons/wifi-off-fill.svg +0 -1
- package/lib/components/Icon/icons/wifi-off-line.svg +0 -1
- package/lib/components/Icon/icons/wifi-on-fill.svg +0 -1
- package/lib/components/Icon/icons/wifi-on-line.svg +0 -1
- package/lib/components/Icon/icons/windy-fill.svg +0 -1
- package/lib/components/Icon/icons/windy-line.svg +0 -1
- package/lib/components/Icon/icons/youtube-fill.svg +0 -1
- package/lib/components/Icon/icons/youtube-line.svg +0 -1
- package/lib/components/Icon/icons/zoom-in-fill.svg +0 -1
- package/lib/components/Icon/icons/zoom-in-line.svg +0 -1
- package/lib/components/Icon/icons/zoom-out-fill.svg +0 -1
- package/lib/components/Icon/icons/zoom-out-line.svg +0 -1
- package/lib/components/Inputs/BooleanInput/BooleanInput.css +0 -51
- 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 -7
- 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 -7
- package/lib/components/Inputs/BooleanInput/__stories__/BooleanInput.stories.mdx +0 -44
- package/lib/components/Inputs/TextInput/TextInput.css +0 -42
- package/lib/components/Inputs/TextInput/TextInput.d.ts +0 -4
- package/lib/components/Inputs/TextInput/TextInput.js +0 -20
- package/lib/components/Inputs/TextInput/TextInput.js.map +0 -1
- package/lib/components/Inputs/TextInput/TextInput.tsx +0 -24
- package/lib/components/Inputs/TextInput/TextInput.types.d.ts +0 -8
- package/lib/components/Inputs/TextInput/TextInput.types.js +0 -3
- package/lib/components/Inputs/TextInput/TextInput.types.js.map +0 -1
- package/lib/components/Inputs/TextInput/TextInput.types.ts +0 -8
- package/lib/components/Inputs/TextInput/__stories__/TextInput.stories.mdx +0 -55
- package/lib/components/Loader/Loader.css +0 -42
- 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/Loader/__stories__/Loader.stories.mdx +0 -30
- package/lib/index.d.ts +0 -9
- package/lib/index.js +0 -26
- package/lib/index.js.map +0 -1
- package/lib/layouts/Header/Header.css +0 -83
- 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 -4
- package/lib/layouts/Header/Header.types.js +0 -3
- package/lib/layouts/Header/Header.types.js.map +0 -1
- package/lib/layouts/Header/HeaderActions.d.ts +0 -3
- package/lib/layouts/Header/HeaderActions.js +0 -11
- package/lib/layouts/Header/HeaderActions.js.map +0 -1
- package/lib/layouts/Header/HeaderProfile.d.ts +0 -3
- package/lib/layouts/Header/HeaderProfile.js +0 -20
- package/lib/layouts/Header/HeaderProfile.js.map +0 -1
- package/lib/layouts/Header/HeaderTitle.d.ts +0 -3
- package/lib/layouts/Header/HeaderTitle.js +0 -15
- package/lib/layouts/Header/HeaderTitle.js.map +0 -1
- package/lib/layouts/Header/__stories__/Header.stories.mdx +0 -36
- package/lib/layouts/Navigation/Navigation.css +0 -74
- package/lib/layouts/Navigation/Navigation.d.ts +0 -4
- package/lib/layouts/Navigation/Navigation.js +0 -19
- package/lib/layouts/Navigation/Navigation.js.map +0 -1
- package/lib/layouts/Navigation/Navigation.types.d.ts +0 -5
- package/lib/layouts/Navigation/Navigation.types.js +0 -3
- package/lib/layouts/Navigation/Navigation.types.js.map +0 -1
- package/lib/layouts/Navigation/NavigationActions.d.ts +0 -4
- package/lib/layouts/Navigation/NavigationActions.js +0 -8
- package/lib/layouts/Navigation/NavigationActions.js.map +0 -1
- package/lib/layouts/Navigation/NavigationBreadcrumb.d.ts +0 -6
- package/lib/layouts/Navigation/NavigationBreadcrumb.js +0 -31
- package/lib/layouts/Navigation/NavigationBreadcrumb.js.map +0 -1
- package/lib/layouts/Navigation/__stories__/Navigation.stories.mdx +0 -46
- 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/lib/utils/validator.utils.d.ts +0 -2
- package/lib/utils/validator.utils.js +0 -9
- package/lib/utils/validator.utils.js.map +0 -1
- package/src/components/Icon/icons/accessibility-fill.svg +0 -1
- package/src/components/Icon/icons/accessibility-line.svg +0 -1
- package/src/components/Icon/icons/add-circle-fill.svg +0 -1
- package/src/components/Icon/icons/add-circle-line.svg +0 -1
- package/src/components/Icon/icons/add-fill.svg +0 -1
- package/src/components/Icon/icons/add-line.svg +0 -1
- package/src/components/Icon/icons/align-bottom-fill.svg +0 -1
- package/src/components/Icon/icons/align-bottom-line.svg +0 -1
- package/src/components/Icon/icons/align-center-fill.svg +0 -1
- package/src/components/Icon/icons/align-center-line.svg +0 -1
- package/src/components/Icon/icons/align-left-fill.svg +0 -1
- package/src/components/Icon/icons/align-left-line.svg +0 -1
- package/src/components/Icon/icons/align-right-fill.svg +0 -1
- package/src/components/Icon/icons/align-right-line.svg +0 -1
- package/src/components/Icon/icons/align-top-fill.svg +0 -1
- package/src/components/Icon/icons/align-top-line.svg +0 -1
- package/src/components/Icon/icons/align-vertically-fill.svg +0 -1
- package/src/components/Icon/icons/align-vertically-line.svg +0 -1
- package/src/components/Icon/icons/amazon-fill.svg +0 -1
- package/src/components/Icon/icons/amazon-line.svg +0 -1
- package/src/components/Icon/icons/android-fill.svg +0 -1
- package/src/components/Icon/icons/android-line.svg +0 -1
- package/src/components/Icon/icons/apple-fill.svg +0 -1
- package/src/components/Icon/icons/apple-line.svg +0 -1
- package/src/components/Icon/icons/arrow-down-circle-fill.svg +0 -1
- package/src/components/Icon/icons/arrow-down-circle-line.svg +0 -1
- package/src/components/Icon/icons/arrow-down-fill.svg +0 -1
- package/src/components/Icon/icons/arrow-down-line.svg +0 -1
- package/src/components/Icon/icons/arrow-go-back-fill.svg +0 -1
- package/src/components/Icon/icons/arrow-go-back-line.svg +0 -1
- package/src/components/Icon/icons/arrow-go-forward-fill.svg +0 -1
- package/src/components/Icon/icons/arrow-go-forward-line.svg +0 -1
- package/src/components/Icon/icons/arrow-left-circle-fill.svg +0 -1
- package/src/components/Icon/icons/arrow-left-circle-line.svg +0 -1
- package/src/components/Icon/icons/arrow-left-down-fill.svg +0 -1
- package/src/components/Icon/icons/arrow-left-down-line.svg +0 -1
- package/src/components/Icon/icons/arrow-left-fill.svg +0 -1
- package/src/components/Icon/icons/arrow-left-line.svg +0 -1
- package/src/components/Icon/icons/arrow-left-right-fill.svg +0 -1
- package/src/components/Icon/icons/arrow-left-right-line.svg +0 -1
- package/src/components/Icon/icons/arrow-left-up-fill.svg +0 -1
- package/src/components/Icon/icons/arrow-left-up-line.svg +0 -1
- package/src/components/Icon/icons/arrow-right-circle-fill.svg +0 -1
- package/src/components/Icon/icons/arrow-right-circle-line.svg +0 -1
- package/src/components/Icon/icons/arrow-right-down-fill.svg +0 -1
- package/src/components/Icon/icons/arrow-right-down-line.svg +0 -1
- package/src/components/Icon/icons/arrow-right-fill.svg +0 -1
- package/src/components/Icon/icons/arrow-right-line.svg +0 -1
- package/src/components/Icon/icons/arrow-right-up-fill.svg +0 -1
- package/src/components/Icon/icons/arrow-right-up-line.svg +0 -1
- package/src/components/Icon/icons/arrow-up-circle-fill.svg +0 -1
- package/src/components/Icon/icons/arrow-up-circle-line.svg +0 -1
- package/src/components/Icon/icons/arrow-up-down-fill.svg +0 -1
- package/src/components/Icon/icons/arrow-up-down-line.svg +0 -1
- package/src/components/Icon/icons/arrow-up-fill.svg +0 -1
- package/src/components/Icon/icons/arrow-up-line.svg +0 -1
- package/src/components/Icon/icons/attachment-fill.svg +0 -1
- package/src/components/Icon/icons/attachment-line.svg +0 -1
- package/src/components/Icon/icons/award-fill.svg +0 -1
- package/src/components/Icon/icons/award-line.svg +0 -1
- package/src/components/Icon/icons/bank-card-fill.svg +0 -1
- package/src/components/Icon/icons/bank-card-line.svg +0 -1
- package/src/components/Icon/icons/bar-chart-fill.svg +0 -1
- package/src/components/Icon/icons/bar-chart-line.svg +0 -1
- package/src/components/Icon/icons/barcode-fill.svg +0 -1
- package/src/components/Icon/icons/barcode-line.svg +0 -1
- package/src/components/Icon/icons/bill-fill.svg +0 -1
- package/src/components/Icon/icons/bill-line.svg +0 -1
- package/src/components/Icon/icons/body-scan-fill.svg +0 -1
- package/src/components/Icon/icons/body-scan-line.svg +0 -1
- package/src/components/Icon/icons/bold-fill.svg +0 -1
- package/src/components/Icon/icons/bold-line.svg +0 -1
- package/src/components/Icon/icons/calendar-2-fill.svg +0 -1
- package/src/components/Icon/icons/calendar-2-line.svg +0 -1
- package/src/components/Icon/icons/calendar-check-fill.svg +0 -1
- package/src/components/Icon/icons/calendar-check-line.svg +0 -1
- package/src/components/Icon/icons/calendar-date-fill.svg +0 -1
- package/src/components/Icon/icons/calendar-date-line.svg +0 -1
- package/src/components/Icon/icons/calendar-fill.svg +0 -1
- package/src/components/Icon/icons/calendar-line.svg +0 -1
- package/src/components/Icon/icons/camera-fill.svg +0 -1
- package/src/components/Icon/icons/camera-line.svg +0 -1
- package/src/components/Icon/icons/car-fill.svg +0 -1
- package/src/components/Icon/icons/car-line.svg +0 -1
- package/src/components/Icon/icons/check-fill.svg +0 -1
- package/src/components/Icon/icons/check-line.svg +0 -1
- package/src/components/Icon/icons/checkbox-blank-circle-fill.svg +0 -1
- package/src/components/Icon/icons/checkbox-blank-circle-line.svg +0 -1
- package/src/components/Icon/icons/checkbox-blank-fill.svg +0 -1
- package/src/components/Icon/icons/checkbox-blank-line.svg +0 -1
- package/src/components/Icon/icons/checkbox-circle-fill.svg +0 -1
- package/src/components/Icon/icons/checkbox-circle-line.svg +0 -1
- package/src/components/Icon/icons/checkbox-fill.svg +0 -1
- package/src/components/Icon/icons/checkbox-line.svg +0 -1
- package/src/components/Icon/icons/checkbox-multiple-fill.svg +0 -1
- package/src/components/Icon/icons/checkbox-multiple-line.svg +0 -1
- package/src/components/Icon/icons/chevron-down-fill.svg +0 -1
- package/src/components/Icon/icons/chevron-down-line.svg +0 -1
- package/src/components/Icon/icons/chevron-left-fill.svg +0 -1
- package/src/components/Icon/icons/chevron-left-line.svg +0 -1
- package/src/components/Icon/icons/chevron-right-fill.svg +0 -1
- package/src/components/Icon/icons/chevron-right-line.svg +0 -1
- package/src/components/Icon/icons/chevron-up-fill.svg +0 -1
- package/src/components/Icon/icons/chevron-up-line.svg +0 -1
- package/src/components/Icon/icons/chrome-fill.svg +0 -1
- package/src/components/Icon/icons/chrome-line.svg +0 -1
- package/src/components/Icon/icons/close-circle-fill.svg +0 -1
- package/src/components/Icon/icons/close-circle-line.svg +0 -1
- package/src/components/Icon/icons/close-fill.svg +0 -1
- package/src/components/Icon/icons/close-line.svg +0 -1
- package/src/components/Icon/icons/cloud-fill.svg +0 -1
- package/src/components/Icon/icons/cloud-line.svg +0 -1
- package/src/components/Icon/icons/cloud-windy-fill.svg +0 -1
- package/src/components/Icon/icons/cloud-windy-line.svg +0 -1
- package/src/components/Icon/icons/counter-fill.svg +0 -1
- package/src/components/Icon/icons/counter-line.svg +0 -1
- package/src/components/Icon/icons/customer-service-fill.svg +0 -1
- package/src/components/Icon/icons/customer-service-line.svg +0 -1
- package/src/components/Icon/icons/database-fill.svg +0 -1
- package/src/components/Icon/icons/database-line.svg +0 -1
- package/src/components/Icon/icons/delete-bin-fill.svg +0 -1
- package/src/components/Icon/icons/delete-bin-line.svg +0 -1
- package/src/components/Icon/icons/direction-fill.svg +0 -1
- package/src/components/Icon/icons/direction-line.svg +0 -1
- package/src/components/Icon/icons/distance-fill.svg +0 -1
- package/src/components/Icon/icons/distance-line.svg +0 -1
- package/src/components/Icon/icons/download-fill.svg +0 -1
- package/src/components/Icon/icons/download-line.svg +0 -1
- package/src/components/Icon/icons/drive-fill.svg +0 -1
- package/src/components/Icon/icons/drive-line.svg +0 -1
- package/src/components/Icon/icons/drizzle-fill.svg +0 -1
- package/src/components/Icon/icons/drizzle-line.svg +0 -1
- package/src/components/Icon/icons/earth-fill.svg +0 -1
- package/src/components/Icon/icons/earth-line.svg +0 -1
- package/src/components/Icon/icons/edit-fill.svg +0 -1
- package/src/components/Icon/icons/edit-line.svg +0 -1
- package/src/components/Icon/icons/emotion-fill.svg +0 -1
- package/src/components/Icon/icons/emotion-laugh-fill.svg +0 -1
- package/src/components/Icon/icons/emotion-laugh-line.svg +0 -1
- package/src/components/Icon/icons/emotion-line.svg +0 -1
- package/src/components/Icon/icons/emotion-normal-fill.svg +0 -1
- package/src/components/Icon/icons/emotion-normal-line.svg +0 -1
- package/src/components/Icon/icons/emotion-sad-fill.svg +0 -1
- package/src/components/Icon/icons/emotion-sad-line.svg +0 -1
- package/src/components/Icon/icons/emotion-unhappy-fill.svg +0 -1
- package/src/components/Icon/icons/emotion-unhappy-line.svg +0 -1
- package/src/components/Icon/icons/equalizer-fill.svg +0 -1
- package/src/components/Icon/icons/equalizer-line.svg +0 -1
- package/src/components/Icon/icons/error-warning-fill.svg +0 -1
- package/src/components/Icon/icons/error-warning-line.svg +0 -1
- package/src/components/Icon/icons/exchange-fill.svg +0 -1
- package/src/components/Icon/icons/exchange-line.svg +0 -1
- package/src/components/Icon/icons/external-link-fill.svg +0 -1
- package/src/components/Icon/icons/external-link-line.svg +0 -1
- package/src/components/Icon/icons/eye-fill.svg +0 -1
- package/src/components/Icon/icons/eye-line.svg +0 -1
- package/src/components/Icon/icons/eye-off-fill.svg +0 -1
- package/src/components/Icon/icons/eye-off-line.svg +0 -1
- package/src/components/Icon/icons/facebook-fill.svg +0 -1
- package/src/components/Icon/icons/facebook-line.svg +0 -1
- package/src/components/Icon/icons/feedback-fill.svg +0 -1
- package/src/components/Icon/icons/feedback-line.svg +0 -1
- package/src/components/Icon/icons/file-copy-fill.svg +0 -1
- package/src/components/Icon/icons/file-copy-line.svg +0 -1
- package/src/components/Icon/icons/file-fill.svg +0 -1
- package/src/components/Icon/icons/file-line.svg +0 -1
- package/src/components/Icon/icons/film-fill.svg +0 -1
- package/src/components/Icon/icons/film-line.svg +0 -1
- package/src/components/Icon/icons/filter-fill.svg +0 -1
- package/src/components/Icon/icons/filter-line.svg +0 -1
- package/src/components/Icon/icons/filter-off-fill.svg +0 -1
- package/src/components/Icon/icons/filter-off-line.svg +0 -1
- package/src/components/Icon/icons/fire-fill.svg +0 -1
- package/src/components/Icon/icons/fire-line.svg +0 -1
- package/src/components/Icon/icons/firefox-fill.svg +0 -1
- package/src/components/Icon/icons/firefox-line.svg +0 -1
- package/src/components/Icon/icons/flashlight-fill.svg +0 -1
- package/src/components/Icon/icons/flashlight-line.svg +0 -1
- package/src/components/Icon/icons/focus-fill.svg +0 -1
- package/src/components/Icon/icons/focus-line.svg +0 -1
- package/src/components/Icon/icons/foggy-fill.svg +0 -1
- package/src/components/Icon/icons/foggy-line.svg +0 -1
- package/src/components/Icon/icons/font-size-fill.svg +0 -1
- package/src/components/Icon/icons/font-size-line.svg +0 -1
- package/src/components/Icon/icons/football-fill.svg +0 -1
- package/src/components/Icon/icons/football-line.svg +0 -1
- package/src/components/Icon/icons/forbid-fill.svg +0 -1
- package/src/components/Icon/icons/forbid-line.svg +0 -1
- package/src/components/Icon/icons/fullscreen-fill.svg +0 -1
- package/src/components/Icon/icons/fullscreen-line.svg +0 -1
- package/src/components/Icon/icons/function-fill.svg +0 -1
- package/src/components/Icon/icons/function-line.svg +0 -1
- package/src/components/Icon/icons/gift-fill.svg +0 -1
- package/src/components/Icon/icons/gift-line.svg +0 -1
- package/src/components/Icon/icons/github-fill.svg +0 -1
- package/src/components/Icon/icons/github-line.svg +0 -1
- package/src/components/Icon/icons/google-fill.svg +0 -1
- package/src/components/Icon/icons/google-line.svg +0 -1
- package/src/components/Icon/icons/grid-fill.svg +0 -1
- package/src/components/Icon/icons/grid-line.svg +0 -1
- package/src/components/Icon/icons/group-fill.svg +0 -1
- package/src/components/Icon/icons/group-line.svg +0 -1
- package/src/components/Icon/icons/hail-fill.svg +0 -1
- package/src/components/Icon/icons/hail-line.svg +0 -1
- package/src/components/Icon/icons/hearing-impairment-fill.svg +0 -1
- package/src/components/Icon/icons/hearing-impairment-line.svg +0 -1
- package/src/components/Icon/icons/heart-line.svg +0 -1
- package/src/components/Icon/icons/heart-pulse-fill.svg +0 -1
- package/src/components/Icon/icons/heart-pulse-line.svg +0 -1
- package/src/components/Icon/icons/history-fill.svg +0 -1
- package/src/components/Icon/icons/history-line.svg +0 -1
- package/src/components/Icon/icons/home-fill.svg +0 -1
- package/src/components/Icon/icons/home-line.svg +0 -1
- package/src/components/Icon/icons/hourglass-fill.svg +0 -1
- package/src/components/Icon/icons/hourglass-line.svg +0 -1
- package/src/components/Icon/icons/ie-fill.svg +0 -1
- package/src/components/Icon/icons/ie-line.svg +0 -1
- package/src/components/Icon/icons/image-fill.svg +0 -1
- package/src/components/Icon/icons/image-line.svg +0 -1
- package/src/components/Icon/icons/information-fill.svg +0 -1
- package/src/components/Icon/icons/information-line.svg +0 -1
- package/src/components/Icon/icons/instagram-fill.svg +0 -1
- package/src/components/Icon/icons/instagram-line.svg +0 -1
- package/src/components/Icon/icons/italic-fill.svg +0 -1
- package/src/components/Icon/icons/italic-line.svg +0 -1
- package/src/components/Icon/icons/kakao-talk-fill.svg +0 -1
- package/src/components/Icon/icons/kakao-talk-line.svg +0 -1
- package/src/components/Icon/icons/keyboard-fill.svg +0 -1
- package/src/components/Icon/icons/keyboard-line.svg +0 -1
- package/src/components/Icon/icons/leaf-fill.svg +0 -1
- package/src/components/Icon/icons/leaf-line.svg +0 -1
- package/src/components/Icon/icons/lightbulb-fill.svg +0 -1
- package/src/components/Icon/icons/lightbulb-line.svg +0 -1
- package/src/components/Icon/icons/lightning-fill.svg +0 -1
- package/src/components/Icon/icons/lightning-line.svg +0 -1
- package/src/components/Icon/icons/line-chart-fill.svg +0 -1
- package/src/components/Icon/icons/line-chart-line.svg +0 -1
- package/src/components/Icon/icons/line-fill.svg +0 -1
- package/src/components/Icon/icons/line-line.svg +0 -1
- package/src/components/Icon/icons/link-fill.svg +0 -1
- package/src/components/Icon/icons/link-line.svg +0 -1
- package/src/components/Icon/icons/list-check-fill.svg +0 -1
- package/src/components/Icon/icons/list-check-line.svg +0 -1
- package/src/components/Icon/icons/list-settings-fill.svg +0 -1
- package/src/components/Icon/icons/list-settings-line.svg +0 -1
- package/src/components/Icon/icons/lock-fill.svg +0 -1
- package/src/components/Icon/icons/lock-line.svg +0 -1
- package/src/components/Icon/icons/logout-fill.svg +0 -1
- package/src/components/Icon/icons/logout-line.svg +0 -1
- package/src/components/Icon/icons/loyalty-card-fill.svg +0 -1
- package/src/components/Icon/icons/loyalty-card-line.svg +0 -1
- package/src/components/Icon/icons/mac-fill.svg +0 -1
- package/src/components/Icon/icons/mac-line.svg +0 -1
- package/src/components/Icon/icons/macbook-fill.svg +0 -1
- package/src/components/Icon/icons/macbook-line.svg +0 -1
- package/src/components/Icon/icons/mail-fill.svg +0 -1
- package/src/components/Icon/icons/mail-line.svg +0 -1
- package/src/components/Icon/icons/mail-send-fill.svg +0 -1
- package/src/components/Icon/icons/mail-send-line.svg +0 -1
- package/src/components/Icon/icons/map-pin-fill.svg +0 -1
- package/src/components/Icon/icons/map-pin-line.svg +0 -1
- package/src/components/Icon/icons/mastercard-fill.svg +0 -1
- package/src/components/Icon/icons/mastercard-line.svg +0 -1
- package/src/components/Icon/icons/menu-fill.svg +0 -1
- package/src/components/Icon/icons/menu-line.svg +0 -1
- package/src/components/Icon/icons/message-fill.svg +0 -1
- package/src/components/Icon/icons/message-line.svg +0 -1
- package/src/components/Icon/icons/messenger-fill.svg +0 -1
- package/src/components/Icon/icons/messenger-line.svg +0 -1
- package/src/components/Icon/icons/mic-fill.svg +0 -1
- package/src/components/Icon/icons/mic-line.svg +0 -1
- package/src/components/Icon/icons/mist-fill.svg +0 -1
- package/src/components/Icon/icons/mist-line.svg +0 -1
- package/src/components/Icon/icons/money-cny-box-fill.svg +0 -1
- package/src/components/Icon/icons/money-cny-box-line.svg +0 -1
- package/src/components/Icon/icons/money-dollar-box-fill.svg +0 -1
- package/src/components/Icon/icons/money-dollar-box-line.svg +0 -1
- package/src/components/Icon/icons/money-euro-box-fill.svg +0 -1
- package/src/components/Icon/icons/money-euro-box-line.svg +0 -1
- package/src/components/Icon/icons/money-pound-box-fill.svg +0 -1
- package/src/components/Icon/icons/money-pound-box-line.svg +0 -1
- package/src/components/Icon/icons/moon-cloudy-fill.svg +0 -1
- package/src/components/Icon/icons/moon-cloudy-line.svg +0 -1
- package/src/components/Icon/icons/moon-fill.svg +0 -1
- package/src/components/Icon/icons/moon-line.svg +0 -1
- package/src/components/Icon/icons/more-2-fill.svg +0 -1
- package/src/components/Icon/icons/more-2-line.svg +0 -1
- package/src/components/Icon/icons/more-fill.svg +0 -1
- package/src/components/Icon/icons/more-line.svg +0 -1
- package/src/components/Icon/icons/music-2-fill.svg +0 -1
- package/src/components/Icon/icons/music-2-line.svg +0 -1
- package/src/components/Icon/icons/music-fill.svg +0 -1
- package/src/components/Icon/icons/music-line.svg +0 -1
- package/src/components/Icon/icons/naver-fill.svg +0 -1
- package/src/components/Icon/icons/naver-line.svg +0 -1
- package/src/components/Icon/icons/navigation-fill.svg +0 -1
- package/src/components/Icon/icons/navigation-line.svg +0 -1
- package/src/components/Icon/icons/notification-fill.svg +0 -1
- package/src/components/Icon/icons/notification-line.svg +0 -1
- package/src/components/Icon/icons/package-fill.svg +0 -1
- package/src/components/Icon/icons/package-line.svg +0 -1
- package/src/components/Icon/icons/pause-circle-fill.svg +0 -1
- package/src/components/Icon/icons/pause-circle-line.svg +0 -1
- package/src/components/Icon/icons/pause-fill.svg +0 -1
- package/src/components/Icon/icons/pause-line.svg +0 -1
- package/src/components/Icon/icons/phone-fill.svg +0 -1
- package/src/components/Icon/icons/phone-line.svg +0 -1
- package/src/components/Icon/icons/pie-chart-fill.svg +0 -1
- package/src/components/Icon/icons/pie-chart-line.svg +0 -1
- package/src/components/Icon/icons/pinterest-fill.svg +0 -1
- package/src/components/Icon/icons/pinterest-line.svg +0 -1
- package/src/components/Icon/icons/play-circle-fill.svg +0 -1
- package/src/components/Icon/icons/play-circle-line.svg +0 -1
- package/src/components/Icon/icons/play-fill.svg +0 -1
- package/src/components/Icon/icons/play-line.svg +0 -1
- package/src/components/Icon/icons/price-tag-fill.svg +0 -1
- package/src/components/Icon/icons/price-tag-line.svg +0 -1
- package/src/components/Icon/icons/printer-fill.svg +0 -1
- package/src/components/Icon/icons/printer-line.svg +0 -1
- package/src/components/Icon/icons/qr-scan-fill.svg +0 -1
- package/src/components/Icon/icons/qr-scan-line.svg +0 -1
- package/src/components/Icon/icons/question-fill.svg +0 -1
- package/src/components/Icon/icons/question-line.svg +0 -1
- package/src/components/Icon/icons/radio-button-fill.svg +0 -1
- package/src/components/Icon/icons/radio-button-line.svg +0 -1
- package/src/components/Icon/icons/rainy-fill.svg +0 -1
- package/src/components/Icon/icons/rainy-line.svg +0 -1
- package/src/components/Icon/icons/recycle-fill.svg +0 -1
- package/src/components/Icon/icons/recycle-line.svg +0 -1
- package/src/components/Icon/icons/refresh-fill.svg +0 -1
- package/src/components/Icon/icons/refresh-line.svg +0 -1
- package/src/components/Icon/icons/refund-fill.svg +0 -1
- package/src/components/Icon/icons/refund-line.svg +0 -1
- package/src/components/Icon/icons/repeat-fill.svg +0 -1
- package/src/components/Icon/icons/repeat-line.svg +0 -1
- package/src/components/Icon/icons/return-fill.svg +0 -1
- package/src/components/Icon/icons/return-line.svg +0 -1
- package/src/components/Icon/icons/riding-fill.svg +0 -1
- package/src/components/Icon/icons/riding-line.svg +0 -1
- package/src/components/Icon/icons/rocket-fill.svg +0 -1
- package/src/components/Icon/icons/rocket-line.svg +0 -1
- package/src/components/Icon/icons/rss-fill.svg +0 -1
- package/src/components/Icon/icons/rss-line.svg +0 -1
- package/src/components/Icon/icons/ruler-fill.svg +0 -1
- package/src/components/Icon/icons/ruler-line.svg +0 -1
- package/src/components/Icon/icons/run-fill.svg +0 -1
- package/src/components/Icon/icons/run-line.svg +0 -1
- package/src/components/Icon/icons/safari-fill.svg +0 -1
- package/src/components/Icon/icons/safari-line.svg +0 -1
- package/src/components/Icon/icons/scales-fill.svg +0 -1
- package/src/components/Icon/icons/scales-line.svg +0 -1
- package/src/components/Icon/icons/search-fill.svg +0 -1
- package/src/components/Icon/icons/search-line.svg +0 -1
- package/src/components/Icon/icons/secure-payment-fill.svg +0 -1
- package/src/components/Icon/icons/secure-payment-line.svg +0 -1
- package/src/components/Icon/icons/seed-1-fill.svg +0 -1
- package/src/components/Icon/icons/seed-1-line.svg +0 -1
- package/src/components/Icon/icons/seed-2-fill.svg +0 -1
- package/src/components/Icon/icons/seed-2-line.svg +0 -1
- package/src/components/Icon/icons/seed-3-fill.svg +0 -1
- package/src/components/Icon/icons/seed-3-line.svg +0 -1
- package/src/components/Icon/icons/selected-by-decathlon-fill.svg +0 -1
- package/src/components/Icon/icons/selected-by-decathlon-line.svg +0 -1
- package/src/components/Icon/icons/send-plane-2-fill.svg +0 -1
- package/src/components/Icon/icons/send-plane-2-line.svg +0 -1
- package/src/components/Icon/icons/send-plane-fill.svg +0 -1
- package/src/components/Icon/icons/send-plane-line.svg +0 -1
- package/src/components/Icon/icons/settings-fill.svg +0 -1
- package/src/components/Icon/icons/settings-line.svg +0 -1
- package/src/components/Icon/icons/share-android-fill.svg +0 -1
- package/src/components/Icon/icons/share-android-line.svg +0 -1
- package/src/components/Icon/icons/share-fill.svg +0 -1
- package/src/components/Icon/icons/share-ios-fill.svg +0 -1
- package/src/components/Icon/icons/share-ios-line.svg +0 -1
- package/src/components/Icon/icons/share-line.svg +0 -1
- package/src/components/Icon/icons/shield-check-fill.svg +0 -1
- package/src/components/Icon/icons/shield-check-line.svg +0 -1
- package/src/components/Icon/icons/shopping-bag-fill.svg +0 -1
- package/src/components/Icon/icons/shopping-bag-line.svg +0 -1
- package/src/components/Icon/icons/shopping-cart-fill.svg +0 -1
- package/src/components/Icon/icons/shopping-cart-line.svg +0 -1
- package/src/components/Icon/icons/showers-fill.svg +0 -1
- package/src/components/Icon/icons/showers-line.svg +0 -1
- package/src/components/Icon/icons/shut-down-fill.svg +0 -1
- package/src/components/Icon/icons/shut-down-line.svg +0 -1
- package/src/components/Icon/icons/slack-fill.svg +0 -1
- package/src/components/Icon/icons/slack-line.svg +0 -1
- package/src/components/Icon/icons/smartphone-fill.svg +0 -1
- package/src/components/Icon/icons/smartphone-line.svg +0 -1
- package/src/components/Icon/icons/snapchat-fill.svg +0 -1
- package/src/components/Icon/icons/snapchat-line.svg +0 -1
- package/src/components/Icon/icons/snowy-fill.svg +0 -1
- package/src/components/Icon/icons/snowy-line.svg +0 -1
- package/src/components/Icon/icons/sparkles-fill.svg +0 -1
- package/src/components/Icon/icons/sparkles-line.svg +0 -1
- package/src/components/Icon/icons/star-fill.svg +0 -1
- package/src/components/Icon/icons/star-half-fill.svg +0 -1
- package/src/components/Icon/icons/star-half-line.svg +0 -1
- package/src/components/Icon/icons/star-line.svg +0 -1
- package/src/components/Icon/icons/stop-circle-fill.svg +0 -1
- package/src/components/Icon/icons/stop-circle-line.svg +0 -1
- package/src/components/Icon/icons/stop-fill.svg +0 -1
- package/src/components/Icon/icons/stop-line.svg +0 -1
- package/src/components/Icon/icons/store-fill.svg +0 -1
- package/src/components/Icon/icons/store-line.svg +0 -1
- package/src/components/Icon/icons/subtract-fill.svg +0 -1
- package/src/components/Icon/icons/subtract-line.svg +0 -1
- package/src/components/Icon/icons/suitcase-fill.svg +0 -1
- package/src/components/Icon/icons/suitcase-line.svg +0 -1
- package/src/components/Icon/icons/sun-cloudy-fill.svg +0 -1
- package/src/components/Icon/icons/sun-cloudy-line.svg +0 -1
- package/src/components/Icon/icons/sun-fill.svg +0 -1
- package/src/components/Icon/icons/sun-line.svg +0 -1
- package/src/components/Icon/icons/t-shirt-fill.svg +0 -1
- package/src/components/Icon/icons/t-shirt-line.svg +0 -1
- package/src/components/Icon/icons/t-shirt-number-fill.svg +0 -1
- package/src/components/Icon/icons/t-shirt-number-line.svg +0 -1
- package/src/components/Icon/icons/tablet-fill.svg +0 -1
- package/src/components/Icon/icons/tablet-line.svg +0 -1
- package/src/components/Icon/icons/task-fill.svg +0 -1
- package/src/components/Icon/icons/task-line.svg +0 -1
- package/src/components/Icon/icons/telegram-fill.svg +0 -1
- package/src/components/Icon/icons/telegram-line.svg +0 -1
- package/src/components/Icon/icons/temp-cold-fill.svg +0 -1
- package/src/components/Icon/icons/temp-cold-line.svg +0 -1
- package/src/components/Icon/icons/temp-hot-fill.svg +0 -1
- package/src/components/Icon/icons/temp-hot-line.svg +0 -1
- package/src/components/Icon/icons/text-curved-fill.svg +0 -1
- package/src/components/Icon/icons/text-curved-line.svg +0 -1
- package/src/components/Icon/icons/text-fill.svg +0 -1
- package/src/components/Icon/icons/text-line.svg +0 -1
- package/src/components/Icon/icons/thumb-down-fill.svg +0 -1
- package/src/components/Icon/icons/thumb-down-line.svg +0 -1
- package/src/components/Icon/icons/thumb-up-fill.svg +0 -1
- package/src/components/Icon/icons/thumb-up-line.svg +0 -1
- package/src/components/Icon/icons/thunderstorms-fill.svg +0 -1
- package/src/components/Icon/icons/thunderstorms-line.svg +0 -1
- package/src/components/Icon/icons/tiktok-fill.svg +0 -1
- package/src/components/Icon/icons/tiktok-line.svg +0 -1
- package/src/components/Icon/icons/time-fill.svg +0 -1
- package/src/components/Icon/icons/time-line.svg +0 -1
- package/src/components/Icon/icons/timer-fill.svg +0 -1
- package/src/components/Icon/icons/timer-line.svg +0 -1
- package/src/components/Icon/icons/tools-fill.svg +0 -1
- package/src/components/Icon/icons/tools-line.svg +0 -1
- package/src/components/Icon/icons/train-fill.svg +0 -1
- package/src/components/Icon/icons/train-line.svg +0 -1
- package/src/components/Icon/icons/trophy-fill.svg +0 -1
- package/src/components/Icon/icons/trophy-line.svg +0 -1
- package/src/components/Icon/icons/truck-fill.svg +0 -1
- package/src/components/Icon/icons/truck-line.svg +0 -1
- package/src/components/Icon/icons/twitter-fill.svg +0 -1
- package/src/components/Icon/icons/twitter-line.svg +0 -1
- package/src/components/Icon/icons/unlink-fill.svg +0 -1
- package/src/components/Icon/icons/unlink-line.svg +0 -1
- package/src/components/Icon/icons/upload-fill.svg +0 -1
- package/src/components/Icon/icons/upload-line.svg +0 -1
- package/src/components/Icon/icons/user-fill.svg +0 -1
- package/src/components/Icon/icons/user-line.svg +0 -1
- package/src/components/Icon/icons/viber-fill.svg +0 -1
- package/src/components/Icon/icons/viber-line.svg +0 -1
- package/src/components/Icon/icons/visa-fill.svg +0 -1
- package/src/components/Icon/icons/visa-line.svg +0 -1
- package/src/components/Icon/icons/volume-alert-fill.svg +0 -1
- package/src/components/Icon/icons/volume-alert-line.svg +0 -1
- package/src/components/Icon/icons/volume-down-fill.svg +0 -1
- package/src/components/Icon/icons/volume-down-line.svg +0 -1
- package/src/components/Icon/icons/volume-mute-fill.svg +0 -1
- package/src/components/Icon/icons/volume-mute-line.svg +0 -1
- package/src/components/Icon/icons/volume-up-fill.svg +0 -1
- package/src/components/Icon/icons/volume-up-line.svg +0 -1
- package/src/components/Icon/icons/walk-fill.svg +0 -1
- package/src/components/Icon/icons/walk-line.svg +0 -1
- package/src/components/Icon/icons/wallet-fill.svg +0 -1
- package/src/components/Icon/icons/wallet-line.svg +0 -1
- package/src/components/Icon/icons/whatsapp-fill.svg +0 -1
- package/src/components/Icon/icons/whatsapp-line.svg +0 -1
- package/src/components/Icon/icons/wifi-off-fill.svg +0 -1
- package/src/components/Icon/icons/wifi-off-line.svg +0 -1
- package/src/components/Icon/icons/wifi-on-fill.svg +0 -1
- package/src/components/Icon/icons/wifi-on-line.svg +0 -1
- package/src/components/Icon/icons/windy-fill.svg +0 -1
- package/src/components/Icon/icons/windy-line.svg +0 -1
- package/src/components/Icon/icons/youtube-fill.svg +0 -1
- package/src/components/Icon/icons/youtube-line.svg +0 -1
- package/src/components/Icon/icons/zoom-in-fill.svg +0 -1
- package/src/components/Icon/icons/zoom-in-line.svg +0 -1
- package/src/components/Icon/icons/zoom-out-fill.svg +0 -1
- package/src/components/Icon/icons/zoom-out-line.svg +0 -1
- package/src/layouts/Header/HeaderTitle.tsx +0 -17
- /package/{esm/components/Icon/icons/arrow-go-back-line.svg → src/components/Icon/icons/arrow-back.svg} +0 -0
- /package/{esm/components/Icon/icons/arrow-down-line.svg → src/components/Icon/icons/arrow-down.svg} +0 -0
- /package/{esm/components/Icon/icons/arrow-left-fill.svg → src/components/Icon/icons/arrow-left.svg} +0 -0
- /package/{esm/components/Icon/icons/arrow-right-fill.svg → src/components/Icon/icons/arrow-right-.svg} +0 -0
- /package/{esm/components/Icon/icons/arrow-up-fill.svg → src/components/Icon/icons/arrow-up.svg} +0 -0
- /package/{esm/components/Icon/icons/arrow-up-down-line.svg → src/components/Icon/icons/arrows-up-down.svg} +0 -0
- /package/{esm/components/Icon/icons/checkbox-circle-fill.svg → src/components/Icon/icons/check-circle-fill.svg} +0 -0
- /package/{esm/components/Icon/icons/checkbox-circle-line.svg → src/components/Icon/icons/check-circle.svg} +0 -0
- /package/{esm/components/Icon/icons/check-fill.svg → src/components/Icon/icons/check.svg} +0 -0
- /package/{esm/components/Icon/icons/chevron-down-fill.svg → src/components/Icon/icons/chevron-down.svg} +0 -0
- /package/{esm/components/Icon/icons/chevron-left-fill.svg → src/components/Icon/icons/chevron-left.svg} +0 -0
- /package/{esm/components/Icon/icons/chevron-right-line.svg → src/components/Icon/icons/chevron-right.svg} +0 -0
- /package/{esm/components/Icon/icons/chevron-up-fill.svg → src/components/Icon/icons/chevron-up.svg} +0 -0
- /package/{esm/components/Icon/icons/checkbox-blank-line.svg → src/components/Icon/icons/circle.svg} +0 -0
- /package/{esm/components/Icon/icons/more-2-line.svg → src/components/Icon/icons/dots-vertical.svg} +0 -0
- /package/{esm/components/Icon/icons/download-line.svg → src/components/Icon/icons/download.svg} +0 -0
- /package/{esm/components/Icon/icons/edit-line.svg → src/components/Icon/icons/edit.svg} +0 -0
- /package/{esm/components/Icon/icons/external-link-line.svg → src/components/Icon/icons/external-link.svg} +0 -0
- /package/{esm/components/Icon/icons/filter-off-line.svg → src/components/Icon/icons/filter-off.svg} +0 -0
- /package/{esm/components/Icon/icons/filter-line.svg → src/components/Icon/icons/filter.svg} +0 -0
- /package/{esm/components/Icon/icons/heart-line.svg → src/components/Icon/icons/heart.svg} +0 -0
- /package/{esm/components/Icon/icons/home-line.svg → src/components/Icon/icons/home.svg} +0 -0
- /package/{esm/components/Icon/icons/hourglass-line.svg → src/components/Icon/icons/houglass.svg} +0 -0
- /package/{esm/components/Icon/icons/lightning-line.svg → src/components/Icon/icons/lightning.svg} +0 -0
- /package/{esm/components/Icon/icons/list-settings-line.svg → src/components/Icon/icons/list-settings.svg} +0 -0
- /package/{esm/components/Icon/icons/lock-line.svg → src/components/Icon/icons/lock.svg} +0 -0
- /package/{esm/components/Icon/icons/add-circle-line.svg → src/components/Icon/icons/plus-circle.svg} +0 -0
- /package/{esm/components/Icon/icons/add-fill.svg → src/components/Icon/icons/plus.svg} +0 -0
- /package/{esm/components/Icon/icons/search-line.svg → src/components/Icon/icons/search.svg} +0 -0
- /package/{esm/components/Icon/icons/seed-2-line.svg → src/components/Icon/icons/seed-2.svg} +0 -0
- /package/{esm/components/Icon/icons/checkbox-fill.svg → src/components/Icon/icons/square-check-fill.svg} +0 -0
- /package/{lib/components/Icon/icons/checkbox-blank-line.svg → src/components/Icon/icons/square.svg} +0 -0
- /package/{esm/components/Icon/icons/tools-line.svg → src/components/Icon/icons/tools.svg} +0 -0
- /package/{esm/components/Icon/icons/user-line.svg → src/components/Icon/icons/user.svg} +0 -0
- /package/{esm/components/Icon/icons/close-circle-fill.svg → src/components/Icon/icons/x-circle-fill.svg} +0 -0
- /package/{esm/components/Icon/icons/close-fill.svg → src/components/Icon/icons/x.svg} +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-bolt-off" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M3 3l18 18" /><path d="M15.212 15.21l-4.212 5.79v-7h-6l3.79 -5.21m1.685 -2.32l2.525 -3.47v6m1 1h5l-2.104 2.893" /></svg>
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
+
<!-- Generator: Adobe Illustrator 27.3.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
|
3
|
+
<svg version="1.1" id="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
|
4
|
+
viewBox="0 0 21.5 21.6" style="enable-background:new 0 0 21.5 21.6;" xml:space="preserve">
|
|
5
|
+
<style type="text/css">
|
|
6
|
+
.st0{fill:none;stroke:#4D6F56;stroke-width:2;stroke-miterlimit:10;}
|
|
7
|
+
.st1{fill:none;stroke:#88CABA;stroke-width:2;stroke-miterlimit:10;}
|
|
8
|
+
.st2{fill:none;stroke:#88CABA;stroke-width:1.8;stroke-miterlimit:10;}
|
|
9
|
+
.st3{fill:#88CABA;}
|
|
10
|
+
.st4{fill:none;stroke:#FFFFFF;stroke-width:1.1;stroke-miterlimit:10;}
|
|
11
|
+
</style>
|
|
12
|
+
<g id="XMLID_00000036946766399946185720000000839440717394961049_">
|
|
13
|
+
<circle class="st0" cx="9" cy="12.6" r="8"/>
|
|
14
|
+
<circle class="st1" cx="9" cy="12.6" r="8"/>
|
|
15
|
+
</g>
|
|
16
|
+
<polyline class="st2" points="13.8,9.3 8.2,15 8.2,15 5,11.9 "/>
|
|
17
|
+
<circle class="st3" cx="15.8" cy="5.7" r="5.7"/>
|
|
18
|
+
<polyline class="st4" points="18.7,6.2 15.8,6.2 15.8,2.9 "/>
|
|
19
|
+
</svg>
|
|
@@ -1,7 +1,11 @@
|
|
|
1
1
|
@font-face {
|
|
2
|
-
font-family: 'Montserrat';
|
|
2
|
+
font-family: 'Montserrat-Medium';
|
|
3
3
|
src: url('../../assets/fonts/Montserrat-Medium.ttf');
|
|
4
4
|
}
|
|
5
|
+
@font-face {
|
|
6
|
+
font-family: 'Roboto-Light';
|
|
7
|
+
src: url('../../assets/fonts/Roboto-Light.ttf');
|
|
8
|
+
}
|
|
5
9
|
|
|
6
10
|
/* ######## */
|
|
7
11
|
/* HEADER */
|
|
@@ -13,6 +17,12 @@ header {
|
|
|
13
17
|
height: 64px;
|
|
14
18
|
padding: 0 24px;
|
|
15
19
|
}
|
|
20
|
+
.ts-header-left-side {
|
|
21
|
+
display: flex;
|
|
22
|
+
flex: 1;
|
|
23
|
+
align-items: center;
|
|
24
|
+
height: 100%;
|
|
25
|
+
}
|
|
16
26
|
.header-actions {
|
|
17
27
|
display: flex;
|
|
18
28
|
}
|
|
@@ -20,30 +30,12 @@ header {
|
|
|
20
30
|
margin-left: 12px;
|
|
21
31
|
}
|
|
22
32
|
|
|
23
|
-
/*
|
|
24
|
-
/* HEADER
|
|
25
|
-
.header-
|
|
33
|
+
/* ################ */
|
|
34
|
+
/* HEADER TECHOFF */
|
|
35
|
+
.ts-header-techoff {
|
|
26
36
|
display: flex;
|
|
27
|
-
|
|
28
|
-
height: 30px;
|
|
29
|
-
}
|
|
30
|
-
.header-title {
|
|
31
|
-
font-family: 'Montserrat';
|
|
32
|
-
font-size: 25px;
|
|
33
|
-
line-height: 19px;
|
|
34
|
-
text-transform: uppercase;
|
|
35
|
-
}
|
|
36
|
-
.header-by {
|
|
37
|
-
margin-left: 15px;
|
|
38
|
-
font-family: 'Montserrat';
|
|
39
|
-
font-size: 12px;
|
|
40
|
-
line-height: 10px;
|
|
41
|
-
text-transform: uppercase;
|
|
42
|
-
}
|
|
43
|
-
.header-techoff {
|
|
44
|
-
width: 64px;
|
|
37
|
+
height: 18px;
|
|
45
38
|
margin-left: 4px;
|
|
46
|
-
margin-bottom: -2px;
|
|
47
39
|
}
|
|
48
40
|
|
|
49
41
|
/* ################ */
|
|
@@ -1,17 +1,22 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
import { Children, PropsWithChildren } from 'react';
|
|
3
|
+
import { icons } from '../../components/Icon/icons';
|
|
3
4
|
import { isSuiteElement } from '../../utils/validator.utils';
|
|
5
|
+
import { HeaderProps } from './Header.types';
|
|
4
6
|
import './Header.css';
|
|
5
7
|
|
|
6
|
-
export const Header = (
|
|
7
|
-
const
|
|
8
|
-
|
|
8
|
+
export const Header = (props: HeaderProps & PropsWithChildren) => {
|
|
9
|
+
const actionsElement = Children.toArray(props.children).find(c => isSuiteElement(c, 'HeaderActions'));
|
|
10
|
+
|
|
11
|
+
console.log(props);
|
|
9
12
|
|
|
10
13
|
// #########
|
|
11
14
|
// Rendering
|
|
12
15
|
return (
|
|
13
16
|
<header>
|
|
14
|
-
<div>
|
|
17
|
+
<div className="ts-header-left-side">
|
|
18
|
+
<div className="ts-header-techoff" dangerouslySetInnerHTML={{ __html: icons[`header-${props.appName}`] }} />
|
|
19
|
+
</div>
|
|
15
20
|
<div>{actionsElement}</div>
|
|
16
21
|
</header>
|
|
17
22
|
);
|
|
@@ -2,12 +2,19 @@ import React from 'react';
|
|
|
2
2
|
import { ArgsTable, Canvas, Meta, Story } from '@storybook/blocks';
|
|
3
3
|
import { Header } from '../Header';
|
|
4
4
|
import { HeaderActions } from '../HeaderActions';
|
|
5
|
-
import { HeaderTitle } from '../HeaderTitle';
|
|
6
5
|
import { HeaderProfile } from '../HeaderProfile';
|
|
7
6
|
import { Button } from '../../../components/Button/Button';
|
|
8
7
|
|
|
9
8
|
<Meta title="Layouts/Header" />
|
|
10
9
|
|
|
10
|
+
export const headerArgTypes = {
|
|
11
|
+
appName: {
|
|
12
|
+
control: 'select',
|
|
13
|
+
options: ['bikestudio', 'nsc-helmet', 'opticost', 'repairability'],
|
|
14
|
+
description: 'Icon of the button.',
|
|
15
|
+
},
|
|
16
|
+
};
|
|
17
|
+
|
|
11
18
|
# Header
|
|
12
19
|
|
|
13
20
|
The header will allow users to quickly find the information they need at a glance but also make some actions. The header is therefore central in the design of each application: it contains all the essential information, obvious shortcuts, which will help boost Deacthlon Techoff brand image.
|
|
@@ -18,16 +25,17 @@ The header will allow users to quickly find the information they need at a glanc
|
|
|
18
25
|
<Story
|
|
19
26
|
name="Overview"
|
|
20
27
|
args={{
|
|
28
|
+
appName: 'repairability',
|
|
21
29
|
children: [
|
|
22
|
-
<HeaderTitle>Techoff Suite UI</HeaderTitle>,
|
|
23
30
|
<HeaderActions>
|
|
24
31
|
<Button icon="plus" size="lg" variant="shadow" rounded onClick={() => {}} />
|
|
25
32
|
<HeaderProfile firstname="John" lastname="Doe" />
|
|
26
33
|
</HeaderActions>,
|
|
27
34
|
],
|
|
28
35
|
}}
|
|
36
|
+
argTypes={headerArgTypes}
|
|
29
37
|
>
|
|
30
|
-
{args => <Header>{args.children}</Header>}
|
|
38
|
+
{args => <Header {...args}>{args.children}</Header>}
|
|
31
39
|
</Story>
|
|
32
40
|
</Canvas>
|
|
33
41
|
|
|
Binary file
|
|
@@ -1,93 +0,0 @@
|
|
|
1
|
-
.button {
|
|
2
|
-
display: flex;
|
|
3
|
-
align-items: center;
|
|
4
|
-
justify-content: center;
|
|
5
|
-
border: none;
|
|
6
|
-
border-radius: 6px;
|
|
7
|
-
font-size: 14px;
|
|
8
|
-
line-height: 16px;
|
|
9
|
-
font-weight: 500;
|
|
10
|
-
cursor: pointer;
|
|
11
|
-
transition: all ease 0.3s;
|
|
12
|
-
}
|
|
13
|
-
.button > div {
|
|
14
|
-
margin-right: 8px;
|
|
15
|
-
}
|
|
16
|
-
.button > div:last-child {
|
|
17
|
-
margin-right: 0px;
|
|
18
|
-
}
|
|
19
|
-
/* ####### */
|
|
20
|
-
/* BLOCK */
|
|
21
|
-
.button--block {
|
|
22
|
-
width: 100%;
|
|
23
|
-
}
|
|
24
|
-
/* ####### */
|
|
25
|
-
/* SIZES */
|
|
26
|
-
.button--md {
|
|
27
|
-
height: 32px;
|
|
28
|
-
padding: 0 14px;
|
|
29
|
-
}
|
|
30
|
-
.button--md.button--icon-only {
|
|
31
|
-
width: 32px;
|
|
32
|
-
padding: 0;
|
|
33
|
-
}
|
|
34
|
-
.button--lg {
|
|
35
|
-
height: 40px;
|
|
36
|
-
padding: 0 16px;
|
|
37
|
-
}
|
|
38
|
-
.button--lg.button--icon-only {
|
|
39
|
-
width: 40px;
|
|
40
|
-
padding: 0;
|
|
41
|
-
}
|
|
42
|
-
/* ########## */
|
|
43
|
-
/* VARIANTS */
|
|
44
|
-
.button--primary {
|
|
45
|
-
background: #007dbc;
|
|
46
|
-
color: #ffffff;
|
|
47
|
-
}
|
|
48
|
-
.button--primary:hover {
|
|
49
|
-
background: #00689d;
|
|
50
|
-
}
|
|
51
|
-
.button--secondary {
|
|
52
|
-
background: #e7f3f9;
|
|
53
|
-
color: #007dbc;
|
|
54
|
-
}
|
|
55
|
-
.button--secondary:hover {
|
|
56
|
-
background: #bedeef;
|
|
57
|
-
}
|
|
58
|
-
.button--success {
|
|
59
|
-
background: #02be8a;
|
|
60
|
-
color: #ffffff;
|
|
61
|
-
}
|
|
62
|
-
.button--success:hover {
|
|
63
|
-
background: #029e73;
|
|
64
|
-
color: #ffffff;
|
|
65
|
-
}
|
|
66
|
-
.button--ghost {
|
|
67
|
-
background: #ffffff;
|
|
68
|
-
color: #1d1d1b;
|
|
69
|
-
font-weight: 400;
|
|
70
|
-
}
|
|
71
|
-
.button--ghost:hover {
|
|
72
|
-
background: #e7f3f9;
|
|
73
|
-
}
|
|
74
|
-
.button--shadow {
|
|
75
|
-
box-shadow: 0px 12px 12px 0px #00537d1a;
|
|
76
|
-
background: #ffffff;
|
|
77
|
-
color: #4e5d6b;
|
|
78
|
-
}
|
|
79
|
-
/* ######### */
|
|
80
|
-
/* ROUNDED */
|
|
81
|
-
.button--rounded {
|
|
82
|
-
border-radius: 9999px;
|
|
83
|
-
}
|
|
84
|
-
|
|
85
|
-
/* ######### */
|
|
86
|
-
/* GLOBALS */
|
|
87
|
-
* {
|
|
88
|
-
font-size: 14px;
|
|
89
|
-
outline: none;
|
|
90
|
-
box-sizing: border-box;
|
|
91
|
-
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans',
|
|
92
|
-
'Helvetica Neue', sans-serif;
|
|
93
|
-
}
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import { PropsWithChildren } from 'react';
|
|
3
|
-
import { ButtonProps } from './Button.types';
|
|
4
|
-
import './Button.css';
|
|
5
|
-
export declare const Button: ({ children, icon, iconDirection, size, variant, block, rounded, onClick, }: PropsWithChildren<ButtonProps>) => React.JSX.Element;
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import { Icon } from '../Icon/Icon';
|
|
3
|
-
import './Button.css';
|
|
4
|
-
export const Button = ({ children, icon, iconDirection = 'left', size = 'md', variant = 'primary', block, rounded, onClick, }) => {
|
|
5
|
-
// #########
|
|
6
|
-
// Rendering
|
|
7
|
-
return (React.createElement("button", { className: `
|
|
8
|
-
button button--${size} button--${variant}
|
|
9
|
-
${block ? 'button--block' : ''}
|
|
10
|
-
${rounded ? 'button--rounded' : ''}
|
|
11
|
-
${icon && !children ? 'button--icon-only' : ''}
|
|
12
|
-
`, onClick: onClick },
|
|
13
|
-
icon && iconDirection === 'left' && React.createElement(Icon, { name: icon, size: "16" }),
|
|
14
|
-
children && React.createElement("div", null, children),
|
|
15
|
-
icon && iconDirection === 'right' && React.createElement(Icon, { name: icon, size: "16" })));
|
|
16
|
-
};
|
|
17
|
-
//# sourceMappingURL=Button.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Button.js","sourceRoot":"","sources":["../../../src/components/Button/Button.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,EAAE,IAAI,EAAE,MAAM,cAAc,CAAC;AAEpC,OAAO,cAAc,CAAC;AAEtB,MAAM,CAAC,MAAM,MAAM,GAAG,CAAC,EACrB,QAAQ,EACR,IAAI,EACJ,aAAa,GAAG,MAAM,EACtB,IAAI,GAAG,IAAI,EACX,OAAO,GAAG,SAAS,EACnB,KAAK,EACL,OAAO,EACP,OAAO,GACwB,EAAE,EAAE;IACnC,YAAY;IACZ,YAAY;IACZ,OAAO,CACL,gCACE,SAAS,EAAE;yBACQ,IAAI,YAAY,OAAO;UACtC,KAAK,CAAC,CAAC,CAAC,eAAe,CAAC,CAAC,CAAC,EAAE;UAC5B,OAAO,CAAC,CAAC,CAAC,iBAAiB,CAAC,CAAC,CAAC,EAAE;UAChC,IAAI,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,mBAAmB,CAAC,CAAC,CAAC,EAAE;OAC/C,EACD,OAAO,EAAE,OAAO;QAEf,IAAI,IAAI,aAAa,KAAK,MAAM,IAAI,oBAAC,IAAI,IAAC,IAAI,EAAE,IAAI,EAAE,IAAI,EAAC,IAAI,GAAG;QAClE,QAAQ,IAAI,iCAAM,QAAQ,CAAO;QACjC,IAAI,IAAI,aAAa,KAAK,OAAO,IAAI,oBAAC,IAAI,IAAC,IAAI,EAAE,IAAI,EAAE,IAAI,EAAC,IAAI,GAAG,CAC7D,CACV,CAAC;AACJ,CAAC,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Button.types.js","sourceRoot":"","sources":["../../../src/components/Button/Button.types.ts"],"names":[],"mappings":""}
|
|
@@ -1,74 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { ArgsTable, Canvas, Meta, Story } from '@storybook/blocks';
|
|
3
|
-
import { Button } from '../Button';
|
|
4
|
-
import { icons } from '../../Icon/icons';
|
|
5
|
-
|
|
6
|
-
<Meta title="Components/Button" />
|
|
7
|
-
|
|
8
|
-
export const buttonArgTypes = {
|
|
9
|
-
children: {
|
|
10
|
-
control: 'text',
|
|
11
|
-
description: 'Child of the button.',
|
|
12
|
-
},
|
|
13
|
-
icon: {
|
|
14
|
-
control: 'select',
|
|
15
|
-
options: Object.keys(icons),
|
|
16
|
-
description: 'Icon of the button.',
|
|
17
|
-
},
|
|
18
|
-
iconDirection: {
|
|
19
|
-
control: 'inline-radio',
|
|
20
|
-
options: ['left', 'right'],
|
|
21
|
-
description: 'Define the direction of the icon.',
|
|
22
|
-
table: { defaultValue: { summary: 'left' } },
|
|
23
|
-
},
|
|
24
|
-
size: {
|
|
25
|
-
control: 'inline-radio',
|
|
26
|
-
options: ['md', 'lg'],
|
|
27
|
-
description: 'Define the size of the button.',
|
|
28
|
-
table: { defaultValue: { summary: 'md' } },
|
|
29
|
-
},
|
|
30
|
-
variant: {
|
|
31
|
-
control: 'inline-radio',
|
|
32
|
-
options: ['primary', 'secondary', 'success', 'ghost', 'shadow'],
|
|
33
|
-
description: "Variant of the button defining it's color and outline.",
|
|
34
|
-
table: { defaultValue: { summary: 'primary' } },
|
|
35
|
-
},
|
|
36
|
-
block: {
|
|
37
|
-
control: 'boolean',
|
|
38
|
-
description: 'Define if the button is full width',
|
|
39
|
-
table: { defaultValue: { summary: 'false' } },
|
|
40
|
-
},
|
|
41
|
-
rounded: {
|
|
42
|
-
control: 'boolean',
|
|
43
|
-
description: 'Define if the button has its corner full rounded',
|
|
44
|
-
table: { defaultValue: { summary: 'false' } },
|
|
45
|
-
},
|
|
46
|
-
};
|
|
47
|
-
|
|
48
|
-
# Button
|
|
49
|
-
|
|
50
|
-
Buttons express what action will occur when the users clicks. Buttons are used to initialize an action, either in the background or foreground of an experience.
|
|
51
|
-
|
|
52
|
-
## Overview
|
|
53
|
-
|
|
54
|
-
<Canvas>
|
|
55
|
-
<Story
|
|
56
|
-
name="Overview"
|
|
57
|
-
args={{
|
|
58
|
-
children: 'Button',
|
|
59
|
-
iconDirection: 'left',
|
|
60
|
-
size: 'md',
|
|
61
|
-
variant: 'primary',
|
|
62
|
-
block: false,
|
|
63
|
-
rounded: false,
|
|
64
|
-
onClick: () => {},
|
|
65
|
-
}}
|
|
66
|
-
argTypes={buttonArgTypes}
|
|
67
|
-
>
|
|
68
|
-
{args => <Button {...args}>{args.children}</Button>}
|
|
69
|
-
</Story>
|
|
70
|
-
</Canvas>
|
|
71
|
-
|
|
72
|
-
## Props
|
|
73
|
-
|
|
74
|
-
<ArgsTable story="Overview" of={Button} />
|
|
@@ -1,61 +0,0 @@
|
|
|
1
|
-
.checkbox {
|
|
2
|
-
display: flex;
|
|
3
|
-
align-items: center;
|
|
4
|
-
cursor: pointer;
|
|
5
|
-
}
|
|
6
|
-
/* ##### */
|
|
7
|
-
/* BOX */
|
|
8
|
-
.checkbox:hover .checkbox-box {
|
|
9
|
-
background: #e7f3f9;
|
|
10
|
-
}
|
|
11
|
-
.checkbox-box {
|
|
12
|
-
position: relative;
|
|
13
|
-
display: flex;
|
|
14
|
-
align-items: center;
|
|
15
|
-
justify-content: center;
|
|
16
|
-
width: 24px;
|
|
17
|
-
height: 24px;
|
|
18
|
-
border-radius: 6px;
|
|
19
|
-
color: #007dbc;
|
|
20
|
-
transition: all ease 0.3s;
|
|
21
|
-
}
|
|
22
|
-
.checkbox-box::before {
|
|
23
|
-
content: '';
|
|
24
|
-
position: absolute;
|
|
25
|
-
width: 16px;
|
|
26
|
-
height: 16px;
|
|
27
|
-
border-radius: 6px;
|
|
28
|
-
background: #ffffff;
|
|
29
|
-
z-index: 10;
|
|
30
|
-
}
|
|
31
|
-
.checkbox-box .icon {
|
|
32
|
-
z-index: 20;
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
/* ################# */
|
|
36
|
-
/* LABEL / CAPTION */
|
|
37
|
-
.checkbox-container {
|
|
38
|
-
width: 100%;
|
|
39
|
-
margin-left: 4px;
|
|
40
|
-
padding: 4px 8px;
|
|
41
|
-
border-radius: 6px;
|
|
42
|
-
}
|
|
43
|
-
.checkbox-container--with-caption .checkbox-label {
|
|
44
|
-
color: #007dbc;
|
|
45
|
-
font-weight: 700;
|
|
46
|
-
}
|
|
47
|
-
.checkbox-caption {
|
|
48
|
-
color: #404040;
|
|
49
|
-
font-size: 12px;
|
|
50
|
-
font-style: italic;
|
|
51
|
-
}
|
|
52
|
-
|
|
53
|
-
/* ######### */
|
|
54
|
-
/* GLOBALS */
|
|
55
|
-
* {
|
|
56
|
-
font-size: 14px;
|
|
57
|
-
outline: none;
|
|
58
|
-
box-sizing: border-box;
|
|
59
|
-
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans',
|
|
60
|
-
'Helvetica Neue', sans-serif;
|
|
61
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import { PropsWithChildren } from 'react';
|
|
3
|
-
import { CheckboxProps } from './Checkbox.types';
|
|
4
|
-
import './Checkbox.css';
|
|
5
|
-
export declare const CheckboxLabel: ({ children }: PropsWithChildren) => React.JSX.Element;
|
|
6
|
-
export declare const CheckboxCaption: ({ children }: PropsWithChildren) => React.JSX.Element;
|
|
7
|
-
export declare const Checkbox: ({ children, checked, onChange }: PropsWithChildren<CheckboxProps>) => React.JSX.Element;
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import { Children } from 'react';
|
|
3
|
-
import { isSuiteElement } from '../../utils/validator.utils';
|
|
4
|
-
import { Icon } from '../Icon/Icon';
|
|
5
|
-
import './Checkbox.css';
|
|
6
|
-
export const CheckboxLabel = ({ children }) => React.createElement("div", { className: "checkbox-label" }, children);
|
|
7
|
-
export const CheckboxCaption = ({ children }) => React.createElement("div", { className: "checkbox-caption" }, children);
|
|
8
|
-
export const Checkbox = ({ children, checked, onChange }) => {
|
|
9
|
-
const labelElement = Children.toArray(children).find(c => isSuiteElement(c, 'CheckboxLabel'));
|
|
10
|
-
const captionElement = Children.toArray(children).find(c => isSuiteElement(c, 'CheckboxCaption'));
|
|
11
|
-
// #########
|
|
12
|
-
// Rendering
|
|
13
|
-
return (React.createElement("div", { className: "checkbox", onClick: () => onChange(!checked) },
|
|
14
|
-
React.createElement("div", { className: "checkbox-box" },
|
|
15
|
-
checked && React.createElement(Icon, { name: "square-check-filled" }),
|
|
16
|
-
!checked && React.createElement(Icon, { name: "square" })),
|
|
17
|
-
React.createElement("div", { className: `checkbox-container ${captionElement ? 'checkbox-container--with-caption' : ''}` },
|
|
18
|
-
labelElement,
|
|
19
|
-
captionElement)));
|
|
20
|
-
};
|
|
21
|
-
//# sourceMappingURL=Checkbox.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Checkbox.js","sourceRoot":"","sources":["../../../src/components/Checkbox/Checkbox.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,QAAQ,EAAqB,MAAM,OAAO,CAAC;AACpD,OAAO,EAAE,cAAc,EAAE,MAAM,6BAA6B,CAAC;AAC7D,OAAO,EAAE,IAAI,EAAE,MAAM,cAAc,CAAC;AAEpC,OAAO,gBAAgB,CAAC;AAExB,MAAM,CAAC,MAAM,aAAa,GAAG,CAAC,EAAE,QAAQ,EAAqB,EAAE,EAAE,CAAC,6BAAK,SAAS,EAAC,gBAAgB,IAAE,QAAQ,CAAO,CAAC;AACnH,MAAM,CAAC,MAAM,eAAe,GAAG,CAAC,EAAE,QAAQ,EAAqB,EAAE,EAAE,CAAC,6BAAK,SAAS,EAAC,kBAAkB,IAAE,QAAQ,CAAO,CAAC;AAEvH,MAAM,CAAC,MAAM,QAAQ,GAAG,CAAC,EAAE,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAoC,EAAE,EAAE;IAC5F,MAAM,YAAY,GAAG,QAAQ,CAAC,OAAO,CAAC,QAAQ,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,EAAE,CAAC,cAAc,CAAC,CAAC,EAAE,eAAe,CAAC,CAAC,CAAC;IAC9F,MAAM,cAAc,GAAG,QAAQ,CAAC,OAAO,CAAC,QAAQ,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,EAAE,CAAC,cAAc,CAAC,CAAC,EAAE,iBAAiB,CAAC,CAAC,CAAC;IAElG,YAAY;IACZ,YAAY;IACZ,OAAO,CACL,6BAAK,SAAS,EAAC,UAAU,EAAC,OAAO,EAAE,GAAG,EAAE,CAAC,QAAQ,CAAC,CAAC,OAAO,CAAC;QACzD,6BAAK,SAAS,EAAC,cAAc;YAC1B,OAAO,IAAI,oBAAC,IAAI,IAAC,IAAI,EAAC,qBAAqB,GAAG;YAC9C,CAAC,OAAO,IAAI,oBAAC,IAAI,IAAC,IAAI,EAAC,QAAQ,GAAG,CAC/B;QAEN,6BAAK,SAAS,EAAE,sBAAsB,cAAc,CAAC,CAAC,CAAC,kCAAkC,CAAC,CAAC,CAAC,EAAE,EAAE;YAC7F,YAAY;YACZ,cAAc,CACX,CACF,CACP,CAAC;AACJ,CAAC,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Checkbox.types.js","sourceRoot":"","sources":["../../../src/components/Checkbox/Checkbox.types.ts"],"names":[],"mappings":""}
|
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { ArgsTable, Canvas, Meta, Story } from '@storybook/blocks';
|
|
3
|
-
import { Checkbox, CheckboxLabel, CheckboxCaption } from '../Checkbox';
|
|
4
|
-
|
|
5
|
-
<Meta title="Components/Checkbox" />
|
|
6
|
-
|
|
7
|
-
export const checkboxArgTypes = {
|
|
8
|
-
checked: {
|
|
9
|
-
control: 'boolean',
|
|
10
|
-
description: 'State of the checkbox.',
|
|
11
|
-
table: { defaultValue: { summary: 'false' } },
|
|
12
|
-
},
|
|
13
|
-
};
|
|
14
|
-
|
|
15
|
-
# Checkbox
|
|
16
|
-
|
|
17
|
-
Checkboxes are applied when users can select all, several, or none of the options from a given list.
|
|
18
|
-
|
|
19
|
-
## Overview
|
|
20
|
-
|
|
21
|
-
<Canvas>
|
|
22
|
-
<Story
|
|
23
|
-
name="Overview"
|
|
24
|
-
args={{
|
|
25
|
-
children: [
|
|
26
|
-
<CheckboxLabel>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</CheckboxLabel>,
|
|
27
|
-
<CheckboxCaption>
|
|
28
|
-
Auctor nisl justo, sed posuere est dignissim nec. Integer ultricies, metus ac imperdiet ullamcorper, est justo
|
|
29
|
-
viverra nisl, in posuere dui urna eget quam.
|
|
30
|
-
</CheckboxCaption>,
|
|
31
|
-
],
|
|
32
|
-
checked: false,
|
|
33
|
-
onChange: () => {},
|
|
34
|
-
}}
|
|
35
|
-
argTypes={checkboxArgTypes}
|
|
36
|
-
>
|
|
37
|
-
{args => <Checkbox {...args}>{args.children}</Checkbox>}
|
|
38
|
-
</Story>
|
|
39
|
-
</Canvas>
|
|
40
|
-
|
|
41
|
-
## Props
|
|
42
|
-
|
|
43
|
-
<ArgsTable story="Overview" of={Checkbox} />
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
.icon--16 {
|
|
2
|
-
width: 16px;
|
|
3
|
-
height: 16px;
|
|
4
|
-
}
|
|
5
|
-
.icon--20 {
|
|
6
|
-
width: 20px;
|
|
7
|
-
height: 20px;
|
|
8
|
-
}
|
|
9
|
-
.icon--24 {
|
|
10
|
-
width: 24px;
|
|
11
|
-
height: 24px;
|
|
12
|
-
}
|
|
13
|
-
.icon svg {
|
|
14
|
-
width: 100%;
|
|
15
|
-
height: 100%;
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
/* ######### */
|
|
19
|
-
/* GLOBALS */
|
|
20
|
-
* {
|
|
21
|
-
font-size: 14px;
|
|
22
|
-
outline: none;
|
|
23
|
-
box-sizing: border-box;
|
|
24
|
-
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans',
|
|
25
|
-
'Helvetica Neue', sans-serif;
|
|
26
|
-
}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import { icons } from './icons';
|
|
3
|
-
import './Icon.css';
|
|
4
|
-
export const Icon = ({ name, size = '20' }) => {
|
|
5
|
-
const icon = icons[name];
|
|
6
|
-
// #########
|
|
7
|
-
// Rendering
|
|
8
|
-
if (!icon)
|
|
9
|
-
return React.createElement(React.Fragment, null);
|
|
10
|
-
return React.createElement("div", { className: `icon icon--${size}`, dangerouslySetInnerHTML: { __html: icon } });
|
|
11
|
-
};
|
|
12
|
-
//# sourceMappingURL=Icon.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Icon.js","sourceRoot":"","sources":["../../../src/components/Icon/Icon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAChC,OAAO,YAAY,CAAC;AAEpB,MAAM,CAAC,MAAM,IAAI,GAAG,CAAC,EAAE,IAAI,EAAE,IAAI,GAAG,IAAI,EAAa,EAAE,EAAE;IACvD,MAAM,IAAI,GAAG,KAAK,CAAC,IAAI,CAAC,CAAC;IAEzB,YAAY;IACZ,YAAY;IACZ,IAAI,CAAC,IAAI;QAAE,OAAO,yCAAK,CAAC;IACxB,OAAO,6BAAK,SAAS,EAAE,cAAc,IAAI,EAAE,EAAE,uBAAuB,EAAE,EAAE,MAAM,EAAE,IAAI,EAAE,GAAI,CAAC;AAC7F,CAAC,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Icon.types.js","sourceRoot":"","sources":["../../../src/components/Icon/Icon.types.ts"],"names":[],"mappings":""}
|