@orangesk/orange-design-system 2.0.0-alpha.0 → 2.0.0-alpha.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/404.html +1 -1
- package/build/_next/static/CRhIjUFtohDOfdDfzvfXM/_buildManifest.js +1 -0
- package/build/_next/static/chunks/925.75d0c8afa7ab7cfa.js +1 -0
- package/build/_next/static/chunks/998-a45c3cf6f575e126.js +1 -0
- package/build/_next/static/chunks/app/components/alert/page-d591b03a7394f81e.js +1 -0
- package/build/_next/static/chunks/app/components/button/page-b922a8f5114b0a69.js +1 -0
- package/build/_next/static/chunks/app/components/buttons/page-0a5bf7e5ac7991fb.js +1 -0
- package/build/_next/static/chunks/app/components/icon/page-dac6ba29b85d924d.js +1 -0
- package/build/_next/static/chunks/app/components/modal/page-4a249b6d271eea91.js +1 -0
- package/build/_next/static/chunks/app/components/tabs/page-7d82e8eafd25b86e.js +1 -0
- package/build/_next/static/chunks/app/layout-f74d44a2772d8d63.js +1 -0
- package/build/_next/static/chunks/app/page-9efa16a51ef59461.js +1 -0
- package/build/_next/static/chunks/webpack-623f6e616651e1c0.js +1 -0
- package/build/_next/static/css/14f3a3e0186fb7a8.css +3 -0
- package/build/_next/static/css/168dd2b7e791cf72.css +1 -0
- package/build/_next/static/css/28a41a1d7dcdbfd9.css +1 -0
- package/build/_next/static/css/291602d64f1f3570.css +1 -0
- package/build/_next/static/css/4c4366b3963177f0.css +1 -0
- package/build/_next/static/css/5481aeac9adca710.css +1 -0
- package/build/_next/static/css/73b136688c14b891.css +1 -0
- package/build/_next/static/css/91c8cf755bf9ff19.css +1 -0
- package/build/_next/static/css/c1b0424033f305ff.css +1 -0
- package/build/_next/static/css/eea9fd9ccdd56c76.css +1 -0
- package/build/_next/static/media/671791babd225be4-s.p.woff2 +0 -0
- package/build/_next/static/media/c62d990acddde5f0-s.p.woff2 +0 -0
- package/build/_next/static/media/dfdbb1c4973e0bd7-s.p.woff2 +0 -0
- package/build/components/Accordion/index.js +1170 -0
- package/build/components/Accordion/index.js.map +1 -0
- package/build/components/Accordion/style.css +2 -0
- package/build/components/Accordion/style.css.map +1 -0
- package/build/components/Alert/index.js +1920 -0
- package/build/components/Alert/index.js.map +1 -0
- package/build/components/Alert/style.css +2 -0
- package/build/components/Alert/style.css.map +1 -0
- package/build/components/Badge/index.js +6 -3
- package/build/components/Badge/index.js.map +1 -1
- package/build/components/Badge/style.css +1 -1
- package/build/components/Badge/style.css.map +1 -1
- package/build/components/Breadcrumbs/index.js +687 -0
- package/build/components/Breadcrumbs/index.js.map +1 -0
- package/build/components/Breadcrumbs/style.css +2 -0
- package/build/components/Breadcrumbs/style.css.map +1 -0
- package/build/components/Button/index.js +734 -0
- package/build/components/Button/index.js.map +1 -0
- package/build/components/Button/style.css +2 -0
- package/build/components/Button/style.css.map +1 -0
- package/build/components/Buttons/index.js +614 -0
- package/build/components/Buttons/index.js.map +1 -0
- package/build/components/Buttons/style.css +2 -0
- package/build/components/Buttons/style.css.map +1 -0
- package/build/components/Container/index.js +611 -0
- package/build/components/Container/index.js.map +1 -0
- package/build/components/Container/style.css +2 -0
- package/build/components/Container/style.css.map +1 -0
- package/build/components/Grid/index.js +1082 -0
- package/build/components/Grid/index.js.map +1 -0
- package/build/components/Grid/style.css +2 -0
- package/build/components/Grid/style.css.map +1 -0
- package/build/components/Icon/index.js +628 -0
- package/build/components/Icon/index.js.map +1 -0
- package/build/components/Icon/style.css +2 -0
- package/build/components/Icon/style.css.map +1 -0
- package/build/components/Image/index.js +659 -0
- package/build/components/Image/index.js.map +1 -0
- package/build/components/Image/style.css +2 -0
- package/build/components/Image/style.css.map +1 -0
- package/build/components/Link/index.js +173 -0
- package/build/components/Link/index.js.map +1 -0
- package/build/components/Link/style.css +2 -0
- package/build/components/Link/style.css.map +1 -0
- package/build/components/Modal/index.js +3170 -0
- package/build/components/Modal/index.js.map +1 -0
- package/build/components/Modal/style.css +2 -0
- package/build/components/Modal/style.css.map +1 -0
- package/build/components/Section/index.js +632 -0
- package/build/components/Section/index.js.map +1 -0
- package/build/components/Section/style.css +2 -0
- package/build/components/Section/style.css.map +1 -0
- package/build/components/Tabs/index.js +1056 -0
- package/build/components/Tabs/index.js.map +1 -0
- package/build/components/Tabs/style.css +2 -0
- package/build/components/Tabs/style.css.map +1 -0
- package/build/components/alert.html +2 -0
- package/build/components/alert.txt +30 -0
- package/build/components/badge.html +4 -1
- package/build/components/badge.txt +23 -18
- package/build/components/button.html +2 -0
- package/build/components/button.txt +27 -0
- package/build/components/buttons.html +1 -0
- package/build/components/buttons.txt +27 -0
- package/build/components/icon.html +1 -0
- package/build/components/icon.txt +23 -0
- package/build/components/index.css +1 -1
- package/build/components/index.css.map +1 -1
- package/build/components/index.js +3079 -17
- package/build/components/index.js.map +1 -1
- package/build/components/modal.html +1 -0
- package/build/components/modal.txt +29 -0
- package/build/components/static.js +1261 -17
- package/build/components/static.js.map +1 -1
- package/build/components/tabs.html +1 -0
- package/build/components/tabs.txt +27 -0
- package/build/components/types/components/Alert/Alert.d.ts +25 -0
- package/build/components/types/components/Alert/data.d.ts +7 -0
- package/build/components/types/components/Alert/index.d.ts +2 -0
- package/build/components/types/{Badge → components/Badge}/Badge.d.ts +2 -2
- package/build/components/types/components/Badge/index.d.ts +2 -0
- package/build/components/types/components/Button/Button.d.ts +25 -0
- package/build/components/types/components/Button/IconButton.d.ts +18 -0
- package/build/components/types/components/Button/index.d.ts +17 -0
- package/build/components/types/components/Buttons/Buttons.d.ts +8 -0
- package/build/components/types/components/Buttons/index.d.ts +2 -0
- package/build/components/types/components/Container/Container.d.ts +6 -0
- package/build/components/types/components/Container/index.d.ts +3 -0
- package/build/components/types/components/Icon/Icon.d.ts +18 -0
- package/build/components/types/components/Icon/SpritePathContext.d.ts +8 -0
- package/build/components/types/components/Icon/index.d.ts +3 -0
- package/build/components/types/components/Modal/Modal.d.ts +33 -0
- package/build/components/types/components/Modal/Modal.static.d.ts +33 -0
- package/build/components/types/components/Modal/ModalBody.d.ts +10 -0
- package/build/components/types/components/Modal/ModalCloseButton.d.ts +8 -0
- package/build/components/types/components/Modal/ModalTitle.d.ts +9 -0
- package/build/components/types/components/Modal/index.d.ts +5 -0
- package/build/components/types/components/Section/Section.d.ts +23 -0
- package/build/components/types/components/Section/index.d.ts +2 -0
- package/build/components/types/components/Tabs/Tab.d.ts +13 -0
- package/build/components/types/components/Tabs/TabPanel.d.ts +14 -0
- package/build/components/types/components/Tabs/Tabs.d.ts +33 -0
- package/build/components/types/components/Tabs/Tabs.static.d.ts +28 -0
- package/build/components/types/components/Tabs/index.d.ts +4 -0
- package/build/components/types/components/index.d.ts +11 -0
- package/build/components/types/utils/ConditionalWrapper.d.ts +13 -0
- package/build/components/types/utils/constants.d.ts +18 -0
- package/build/components/types/utils/generateId.d.ts +6 -0
- package/build/components/types/utils/hooks.d.ts +29 -0
- package/build/components/types/utils/keyboard.d.ts +14 -0
- package/build/fonts/HelveticaNeue-Bold.woff2 +0 -0
- package/build/fonts/HelveticaNeue-Light.woff2 +0 -0
- package/build/fonts/HelveticaNeue-Roman.woff2 +0 -0
- package/build/index.html +11 -46
- package/build/index.txt +22 -17
- package/build/lib/after-components.css +1 -1
- package/build/lib/after-components.css.map +1 -1
- package/build/lib/before-components.css +1 -1
- package/build/lib/before-components.css.map +1 -1
- package/build/lib/components.css +1 -1
- package/build/lib/components.css.map +1 -1
- package/build/lib/fonts.css +1 -1
- package/build/lib/fonts.css.map +1 -1
- package/build/lib/scripts.js +1261 -17
- package/build/lib/scripts.js.map +1 -1
- package/build/lib/style.css +1 -1
- package/build/lib/style.css.map +1 -1
- package/build/sprite.svg +1 -0
- package/package.json +8 -4
- package/public/fonts/HelveticaNeue-Bold.woff2 +0 -0
- package/public/fonts/HelveticaNeue-Light.woff2 +0 -0
- package/public/fonts/HelveticaNeue-Roman.woff2 +0 -0
- package/src/assets/icons/4g.svg +1 -0
- package/src/assets/icons/5g.svg +1 -0
- package/src/assets/icons/accessibility-mobility.svg +1 -0
- package/src/assets/icons/accessibility-motor.svg +1 -0
- package/src/assets/icons/accessibility-vision.svg +1 -0
- package/src/assets/icons/accessibility.svg +1 -0
- package/src/assets/icons/add.svg +1 -0
- package/src/assets/icons/advertising.svg +1 -0
- package/src/assets/icons/aeroplane.svg +1 -0
- package/src/assets/icons/age-rating-3.svg +1 -0
- package/src/assets/icons/airbox-auto.svg +1 -0
- package/src/assets/icons/alias-numbers.svg +1 -0
- package/src/assets/icons/android-manage.svg +1 -0
- package/src/assets/icons/antenna.svg +1 -0
- package/src/assets/icons/apartment-building.svg +1 -0
- package/src/assets/icons/apps.svg +1 -0
- package/src/assets/icons/assistance.svg +1 -0
- package/src/assets/icons/assistent.svg +1 -0
- package/src/assets/icons/at.svg +1 -0
- package/src/assets/icons/avatar.svg +1 -0
- package/src/assets/icons/backup-internet.svg +1 -0
- package/src/assets/icons/bank.svg +1 -0
- package/src/assets/icons/battery-charging.svg +1 -0
- package/src/assets/icons/battery-full.svg +1 -0
- package/src/assets/icons/battery-status-1-3.svg +1 -0
- package/src/assets/icons/battery-status-charging.svg +1 -0
- package/src/assets/icons/battery-status-full.svg +1 -0
- package/src/assets/icons/bed.svg +1 -0
- package/src/assets/icons/birth.svg +1 -0
- package/src/assets/icons/birthday.svg +1 -0
- package/src/assets/icons/bluetooth.svg +1 -0
- package/src/assets/icons/boarding-pass.svg +1 -0
- package/src/assets/icons/book-award.svg +1 -0
- package/src/assets/icons/book.svg +1 -0
- package/src/assets/icons/boxes.svg +1 -0
- package/src/assets/icons/briefcase.svg +1 -0
- package/src/assets/icons/browser-plug-in.svg +1 -0
- package/src/assets/icons/business-advisor.svg +1 -0
- package/src/assets/icons/business-consultant.svg +1 -0
- package/src/assets/icons/business-lounge.svg +1 -0
- package/src/assets/icons/buy.svg +1 -0
- package/src/assets/icons/calendar-30.svg +1 -0
- package/src/assets/icons/calendar-alarm.svg +1 -0
- package/src/assets/icons/calendar-day.svg +1 -0
- package/src/assets/icons/calendar-month.svg +1 -0
- package/src/assets/icons/call-in.svg +1 -0
- package/src/assets/icons/call-out.svg +1 -0
- package/src/assets/icons/call.svg +1 -0
- package/src/assets/icons/camera.svg +1 -0
- package/src/assets/icons/car-park.svg +1 -0
- package/src/assets/icons/car.svg +1 -0
- package/src/assets/icons/card-reader.svg +1 -0
- package/src/assets/icons/casting.svg +1 -0
- package/src/assets/icons/cest-ici.svg +1 -0
- package/src/assets/icons/charger.svg +1 -0
- package/src/assets/icons/chatbot.svg +1 -0
- package/src/assets/icons/check-your-balance.svg +1 -0
- package/src/assets/icons/checked.svg +1 -0
- package/src/assets/icons/chevron-down.svg +1 -0
- package/src/assets/icons/chevron-end.svg +1 -0
- package/src/assets/icons/chevron-left.svg +1 -0
- package/src/assets/icons/chevron-right.svg +1 -0
- package/src/assets/icons/chevron-start.svg +1 -0
- package/src/assets/icons/chevron-up.svg +1 -0
- package/src/assets/icons/child.svg +1 -0
- package/src/assets/icons/children-channel.svg +1 -0
- package/src/assets/icons/childrens-content.svg +1 -0
- package/src/assets/icons/christmas-tree.svg +1 -0
- package/src/assets/icons/cinema-ticket-2-for-1.svg +1 -0
- package/src/assets/icons/cle-pc.svg +1 -0
- package/src/assets/icons/clock.svg +1 -0
- package/src/assets/icons/close.svg +5 -0
- package/src/assets/icons/closed-captions.svg +1 -0
- package/src/assets/icons/cloud-backup.svg +1 -0
- package/src/assets/icons/cloud-security.svg +1 -0
- package/src/assets/icons/collective-class-training.svg +1 -0
- package/src/assets/icons/community-sms.svg +1 -0
- package/src/assets/icons/company-structure.svg +1 -0
- package/src/assets/icons/connections.svg +1 -0
- package/src/assets/icons/control-centre.svg +1 -0
- package/src/assets/icons/control-my-data.svg +3 -0
- package/src/assets/icons/cpu.svg +1 -0
- package/src/assets/icons/currency-euro.svg +1 -0
- package/src/assets/icons/cyber-shield.svg +1 -0
- package/src/assets/icons/dashboard-display.svg +1 -0
- package/src/assets/icons/data-analytics.svg +1 -0
- package/src/assets/icons/data-centre.svg +1 -0
- package/src/assets/icons/data-services.svg +1 -0
- package/src/assets/icons/data-traffic.svg +1 -0
- package/src/assets/icons/data.svg +1 -0
- package/src/assets/icons/delete.svg +1 -0
- package/src/assets/icons/desk-phone.svg +1 -0
- package/src/assets/icons/desktop-pc.svg +1 -0
- package/src/assets/icons/device-fixed-line-phone.svg +1 -0
- package/src/assets/icons/device-laptop-computer-connected.svg +1 -0
- package/src/assets/icons/device-laptop-computer.svg +1 -0
- package/src/assets/icons/device-smart-phone.svg +1 -0
- package/src/assets/icons/device-tablet.svg +1 -0
- package/src/assets/icons/device-tv.svg +1 -0
- package/src/assets/icons/diagnostic.svg +1 -0
- package/src/assets/icons/digital-frame.svg +1 -0
- package/src/assets/icons/discussion-more.svg +1 -0
- package/src/assets/icons/doctor.svg +1 -0
- package/src/assets/icons/documentary.svg +1 -0
- package/src/assets/icons/donation.svg +1 -0
- package/src/assets/icons/download-file.svg +1 -0
- package/src/assets/icons/download.svg +1 -0
- package/src/assets/icons/e-reader.svg +1 -0
- package/src/assets/icons/e-shop.svg +1 -0
- package/src/assets/icons/easy-internet.svg +1 -0
- package/src/assets/icons/eco-mode.svg +1 -0
- package/src/assets/icons/edit.svg +1 -0
- package/src/assets/icons/electrcar.svg +1 -0
- package/src/assets/icons/email.svg +1 -0
- package/src/assets/icons/employees.svg +1 -0
- package/src/assets/icons/empty-trash.svg +1 -0
- package/src/assets/icons/entertainment.svg +1 -0
- package/src/assets/icons/epg.svg +1 -0
- package/src/assets/icons/error-severe.svg +1 -0
- package/src/assets/icons/ethernet.svg +1 -0
- package/src/assets/icons/euro.svg +1 -0
- package/src/assets/icons/exit.svg +1 -0
- package/src/assets/icons/facebook-2.svg +1 -0
- package/src/assets/icons/facebook.svg +1 -0
- package/src/assets/icons/factory.svg +1 -0
- package/src/assets/icons/family-place.svg +1 -0
- package/src/assets/icons/fashion.svg +1 -0
- package/src/assets/icons/fast-delivery.svg +1 -0
- package/src/assets/icons/file-compressed.svg +1 -0
- package/src/assets/icons/file-copy.svg +1 -0
- package/src/assets/icons/file-document-compose.svg +1 -0
- package/src/assets/icons/file-download.svg +1 -0
- package/src/assets/icons/file-draft-edit.svg +1 -0
- package/src/assets/icons/file-pdf.svg +1 -0
- package/src/assets/icons/file-terms-and-conditions.svg +1 -0
- package/src/assets/icons/files.svg +1 -0
- package/src/assets/icons/film.svg +1 -0
- package/src/assets/icons/filter.svg +1 -0
- package/src/assets/icons/finance.svg +1 -0
- package/src/assets/icons/firewall.svg +1 -0
- package/src/assets/icons/flag.svg +1 -0
- package/src/assets/icons/flashlight.svg +1 -0
- package/src/assets/icons/flexible-storage.svg +1 -0
- package/src/assets/icons/folder.svg +1 -0
- package/src/assets/icons/football-match.svg +1 -0
- package/src/assets/icons/football-quiz.svg +1 -0
- package/src/assets/icons/football.svg +1 -0
- package/src/assets/icons/form-tick.svg +1 -0
- package/src/assets/icons/front-end-dashboard.svg +1 -0
- package/src/assets/icons/funny.svg +1 -0
- package/src/assets/icons/futher-education.svg +1 -0
- package/src/assets/icons/games.svg +1 -0
- package/src/assets/icons/garage-closed.svg +1 -0
- package/src/assets/icons/gauge-rate.svg +1 -0
- package/src/assets/icons/gears.svg +1 -0
- package/src/assets/icons/geolocation.svg +1 -0
- package/src/assets/icons/guide-info.svg +1 -0
- package/src/assets/icons/hammer.svg +1 -0
- package/src/assets/icons/hand-shake.svg +1 -0
- package/src/assets/icons/hard-drive.svg +1 -0
- package/src/assets/icons/hdmi-key.svg +1 -0
- package/src/assets/icons/headphones.svg +1 -0
- package/src/assets/icons/health-app.svg +1 -0
- package/src/assets/icons/health-monitor.svg +1 -0
- package/src/assets/icons/health-patient.svg +1 -0
- package/src/assets/icons/heart.svg +1 -0
- package/src/assets/icons/home-appliance.svg +1 -0
- package/src/assets/icons/home.svg +1 -0
- package/src/assets/icons/homelive.svg +1 -0
- package/src/assets/icons/hourglass.svg +1 -0
- package/src/assets/icons/house.svg +1 -0
- package/src/assets/icons/id-card.svg +1 -0
- package/src/assets/icons/image.svg +1 -0
- package/src/assets/icons/important.svg +1 -0
- package/src/assets/icons/improvement.svg +1 -0
- package/src/assets/icons/inbox.svg +1 -0
- package/src/assets/icons/info.svg +1 -0
- package/src/assets/icons/information-data.svg +1 -0
- package/src/assets/icons/instagram.svg +1 -0
- package/src/assets/icons/international-globe.svg +1 -0
- package/src/assets/icons/internet-browser.svg +1 -0
- package/src/assets/icons/internet-security-desktop.svg +1 -0
- package/src/assets/icons/internet-security-mobile.svg +1 -0
- package/src/assets/icons/internet-security-password.svg +1 -0
- package/src/assets/icons/internet-usage.svg +1 -0
- package/src/assets/icons/internet.svg +1 -0
- package/src/assets/icons/invoice-euro.svg +1 -0
- package/src/assets/icons/invoices-euro.svg +1 -0
- package/src/assets/icons/iso.svg +1 -0
- package/src/assets/icons/it-infrastructure.svg +1 -0
- package/src/assets/icons/keyboard.svg +1 -0
- package/src/assets/icons/la-cle-tv.svg +1 -0
- package/src/assets/icons/laptop-connected.svg +1 -0
- package/src/assets/icons/laptop.svg +1 -0
- package/src/assets/icons/le-vote.svg +1 -0
- package/src/assets/icons/link.svg +1 -0
- package/src/assets/icons/linkedin-2.svg +1 -0
- package/src/assets/icons/linkedin.svg +1 -0
- package/src/assets/icons/location-on-map.svg +1 -0
- package/src/assets/icons/location-pin.svg +1 -0
- package/src/assets/icons/lock-open.svg +1 -0
- package/src/assets/icons/lock.svg +1 -0
- package/src/assets/icons/logistics.svg +1 -0
- package/src/assets/icons/love-logo.svg +1 -0
- package/src/assets/icons/mahali.svg +1 -0
- package/src/assets/icons/maintenance-man.svg +1 -0
- package/src/assets/icons/map-pin.svg +1 -0
- package/src/assets/icons/map.svg +1 -0
- package/src/assets/icons/medal.svg +1 -0
- package/src/assets/icons/medical-app.svg +1 -0
- package/src/assets/icons/medical-chart.svg +1 -0
- package/src/assets/icons/medicine.svg +1 -0
- package/src/assets/icons/menu-arrow.svg +1 -0
- package/src/assets/icons/menu-grid.svg +1 -0
- package/src/assets/icons/menu.svg +1 -0
- package/src/assets/icons/message-alert.svg +1 -0
- package/src/assets/icons/messages.svg +1 -0
- package/src/assets/icons/micro-sd-card.svg +1 -0
- package/src/assets/icons/microphone-mute.svg +1 -0
- package/src/assets/icons/microphone.svg +1 -0
- package/src/assets/icons/mini-games.svg +1 -0
- package/src/assets/icons/mobile-applications.svg +1 -0
- package/src/assets/icons/mobile-data-toggle.svg +1 -0
- package/src/assets/icons/mobile-insurance.svg +1 -0
- package/src/assets/icons/mobile-network-coverage.svg +1 -0
- package/src/assets/icons/mobile-payment.svg +1 -0
- package/src/assets/icons/mobile-security.svg +1 -0
- package/src/assets/icons/mobile-setup.svg +1 -0
- package/src/assets/icons/modem.svg +1 -0
- package/src/assets/icons/modifier-delete.svg +1 -0
- package/src/assets/icons/modifier-done.svg +1 -0
- package/src/assets/icons/modifier-download.svg +1 -0
- package/src/assets/icons/modifier-upload.svg +1 -0
- package/src/assets/icons/money-box.svg +1 -0
- package/src/assets/icons/more-dots.svg +1 -0
- package/src/assets/icons/multi-sim.svg +1 -0
- package/src/assets/icons/music.svg +1 -0
- package/src/assets/icons/my-account.svg +1 -0
- package/src/assets/icons/my-orange.svg +1 -0
- package/src/assets/icons/my-skills.svg +1 -0
- package/src/assets/icons/my-vacation.svg +1 -0
- package/src/assets/icons/network-dslam.svg +1 -0
- package/src/assets/icons/network-gatekeeper.svg +1 -0
- package/src/assets/icons/network-gateway.svg +1 -0
- package/src/assets/icons/network-optical-amplifier.svg +1 -0
- package/src/assets/icons/network-optical-transport.svg +1 -0
- package/src/assets/icons/network-wan-optimisation-engine.svg +1 -0
- package/src/assets/icons/networks.svg +1 -0
- package/src/assets/icons/newspaper.svg +1 -0
- package/src/assets/icons/not-checked.svg +1 -0
- package/src/assets/icons/notification-alert.svg +1 -0
- package/src/assets/icons/office.svg +1 -0
- package/src/assets/icons/online-help.svg +1 -0
- package/src/assets/icons/orange-assistant.svg +1 -0
- package/src/assets/icons/orange-cash.svg +1 -0
- package/src/assets/icons/orange-detente.svg +1 -0
- package/src/assets/icons/orange-dialler.svg +1 -0
- package/src/assets/icons/orange-events.svg +1 -0
- package/src/assets/icons/orange-experts-expert.svg +1 -0
- package/src/assets/icons/orange-experts-insurance.svg +1 -0
- package/src/assets/icons/orange-experts-orange-business-consultant.svg +1 -0
- package/src/assets/icons/orange-experts-recycle.svg +1 -0
- package/src/assets/icons/orange-experts-repair.svg +1 -0
- package/src/assets/icons/orange-football-club.svg +1 -0
- package/src/assets/icons/orange-games.svg +1 -0
- package/src/assets/icons/orange-messenger.svg +1 -0
- package/src/assets/icons/orange-money-nfc.svg +1 -0
- package/src/assets/icons/orange-reflect.svg +1 -0
- package/src/assets/icons/orange-rewards.svg +1 -0
- package/src/assets/icons/orange-tv.svg +1 -0
- package/src/assets/icons/orange-vr-experience.svg +1 -0
- package/src/assets/icons/outbox.svg +1 -0
- package/src/assets/icons/package-content.svg +1 -0
- package/src/assets/icons/package-services.svg +1 -0
- package/src/assets/icons/package.svg +1 -0
- package/src/assets/icons/packaging-icon-hd.svg +1 -0
- package/src/assets/icons/parabole-tv.svg +1 -0
- package/src/assets/icons/parental-control.svg +1 -0
- package/src/assets/icons/pause.svg +1 -0
- package/src/assets/icons/payment-card.svg +1 -0
- package/src/assets/icons/payment-euro.svg +1 -0
- package/src/assets/icons/pda.svg +1 -0
- package/src/assets/icons/pdf-file.svg +1 -0
- package/src/assets/icons/pencil.svg +1 -0
- package/src/assets/icons/personal-hotspot.svg +1 -0
- package/src/assets/icons/personal-smartphone-trainer.svg +1 -0
- package/src/assets/icons/phone-advisor.svg +1 -0
- package/src/assets/icons/play-and-win.svg +1 -0
- package/src/assets/icons/play.svg +1 -0
- package/src/assets/icons/plug-socket.svg +1 -0
- package/src/assets/icons/power.svg +1 -0
- package/src/assets/icons/powerstation.svg +1 -0
- package/src/assets/icons/presentation.svg +1 -0
- package/src/assets/icons/print.svg +1 -0
- package/src/assets/icons/printer.svg +1 -0
- package/src/assets/icons/real-time.svg +1 -0
- package/src/assets/icons/recycle-device.svg +1 -0
- package/src/assets/icons/recycle.svg +1 -0
- package/src/assets/icons/reduction.svg +1 -0
- package/src/assets/icons/reload.svg +1 -0
- package/src/assets/icons/reminders.svg +1 -0
- package/src/assets/icons/remote-desktop-protocol.svg +1 -0
- package/src/assets/icons/remove.svg +1 -0
- package/src/assets/icons/repair.svg +1 -0
- package/src/assets/icons/reseau.svg +1 -0
- package/src/assets/icons/restaurant.svg +1 -0
- package/src/assets/icons/rewards.svg +1 -0
- package/src/assets/icons/running.svg +1 -0
- package/src/assets/icons/safety.svg +1 -0
- package/src/assets/icons/satallite.svg +1 -0
- package/src/assets/icons/save.svg +1 -0
- package/src/assets/icons/school.svg +1 -0
- package/src/assets/icons/science.svg +1 -0
- package/src/assets/icons/sd-card.svg +1 -0
- package/src/assets/icons/search.svg +1 -0
- package/src/assets/icons/security-status-good.svg +1 -0
- package/src/assets/icons/send.svg +1 -0
- package/src/assets/icons/senior-person.svg +1 -0
- package/src/assets/icons/server-storage-array.svg +1 -0
- package/src/assets/icons/server-tower.svg +1 -0
- package/src/assets/icons/session-enter.svg +1 -0
- package/src/assets/icons/session-leave.svg +1 -0
- package/src/assets/icons/settings.svg +1 -0
- package/src/assets/icons/share.svg +1 -0
- package/src/assets/icons/shop-pin.svg +1 -0
- package/src/assets/icons/shop.svg +1 -0
- package/src/assets/icons/showroom-mobile-pro.svg +1 -0
- package/src/assets/icons/signal-5-5.svg +1 -0
- package/src/assets/icons/silence.svg +1 -0
- package/src/assets/icons/sim-e.svg +1 -0
- package/src/assets/icons/sim.svg +1 -0
- package/src/assets/icons/simple-mode.svg +1 -0
- package/src/assets/icons/simplicity.svg +1 -0
- package/src/assets/icons/siren.svg +1 -0
- package/src/assets/icons/skiing.svg +1 -0
- package/src/assets/icons/skip-to-end.svg +1 -0
- package/src/assets/icons/skip-to-start.svg +1 -0
- package/src/assets/icons/sleep.svg +1 -0
- package/src/assets/icons/smart-care.svg +1 -0
- package/src/assets/icons/smart-home.svg +1 -0
- package/src/assets/icons/smart-tap.svg +1 -0
- package/src/assets/icons/smart-watch.svg +1 -0
- package/src/assets/icons/sms-alert.svg +1 -0
- package/src/assets/icons/sms-message-compose.svg +1 -0
- package/src/assets/icons/sms-message.svg +1 -0
- package/src/assets/icons/social-network.svg +1 -0
- package/src/assets/icons/sofa.svg +1 -0
- package/src/assets/icons/sort.svg +1 -0
- package/src/assets/icons/stadium.svg +1 -0
- package/src/assets/icons/star-empty.svg +1 -0
- package/src/assets/icons/star-favourite-half.svg +1 -0
- package/src/assets/icons/star-favourite.svg +1 -0
- package/src/assets/icons/startover.svg +1 -0
- package/src/assets/icons/statistics.svg +1 -0
- package/src/assets/icons/stop-secret.svg +1 -0
- package/src/assets/icons/storage-cloud.svg +1 -0
- package/src/assets/icons/store-locator.svg +1 -0
- package/src/assets/icons/street.svg +1 -0
- package/src/assets/icons/subscription-package.svg +1 -0
- package/src/assets/icons/suitcase.svg +1 -0
- package/src/assets/icons/support.svg +1 -0
- package/src/assets/icons/surveillance-camera.svg +1 -0
- package/src/assets/icons/syncronise.svg +1 -0
- package/src/assets/icons/tag-advertising.svg +1 -0
- package/src/assets/icons/tag.svg +1 -0
- package/src/assets/icons/target-location.svg +1 -0
- package/src/assets/icons/tarif.svg +1 -0
- package/src/assets/icons/task-list.svg +1 -0
- package/src/assets/icons/team-connect.svg +1 -0
- package/src/assets/icons/thumb-up.svg +1 -0
- package/src/assets/icons/tick.svg +1 -0
- package/src/assets/icons/ticket.svg +1 -0
- package/src/assets/icons/top-up-card-euro.svg +1 -0
- package/src/assets/icons/top-up-euro.svg +1 -0
- package/src/assets/icons/top-up-time.svg +1 -0
- package/src/assets/icons/town.svg +1 -0
- package/src/assets/icons/townhall.svg +1 -0
- package/src/assets/icons/train.svg +1 -0
- package/src/assets/icons/training-session.svg +1 -0
- package/src/assets/icons/tranquility.svg +1 -0
- package/src/assets/icons/transfer-data.svg +1 -0
- package/src/assets/icons/transfers.svg +1 -0
- package/src/assets/icons/trash.svg +1 -0
- package/src/assets/icons/tv-channel-list.svg +1 -0
- package/src/assets/icons/tv-commande.svg +1 -0
- package/src/assets/icons/unlimited-calls.svg +1 -0
- package/src/assets/icons/upload.svg +1 -0
- package/src/assets/icons/usb-hard-drive.svg +1 -0
- package/src/assets/icons/usb-key.svg +1 -0
- package/src/assets/icons/user-manual.svg +1 -0
- package/src/assets/icons/user.svg +1 -0
- package/src/assets/icons/video-call.svg +1 -0
- package/src/assets/icons/video-live.svg +1 -0
- package/src/assets/icons/video-phone.svg +1 -0
- package/src/assets/icons/video-record.svg +1 -0
- package/src/assets/icons/video.svg +1 -0
- package/src/assets/icons/vip-contact.svg +1 -0
- package/src/assets/icons/virtual-gamepad.svg +1 -0
- package/src/assets/icons/vod-portrait.svg +1 -0
- package/src/assets/icons/volte.svg +1 -0
- package/src/assets/icons/volume-status-4-4.svg +1 -0
- package/src/assets/icons/vowifi.svg +1 -0
- package/src/assets/icons/wallet.svg +1 -0
- package/src/assets/icons/warning-important.svg +1 -0
- package/src/assets/icons/washroom.svg +1 -0
- package/src/assets/icons/watch.svg +1 -0
- package/src/assets/icons/water.svg +1 -0
- package/src/assets/icons/weather.svg +1 -0
- package/src/assets/icons/web-browser.svg +1 -0
- package/src/assets/icons/web-camera.svg +1 -0
- package/src/assets/icons/weighing-scales.svg +1 -0
- package/src/assets/icons/widget.svg +1 -0
- package/src/assets/icons/wifi-home.svg +1 -0
- package/src/assets/icons/wifi.svg +1 -0
- package/src/assets/icons/x.svg +1 -0
- package/src/assets/icons/your-balance.svg +1 -0
- package/src/assets/icons/youtube.svg +1 -0
- package/src/assets/icons/zoom-in.svg +1 -0
- package/src/assets/icons/zoom-out.svg +1 -0
- package/src/assets/images/developers/hands-with-phones.svg +90 -0
- package/src/assets/images/developers/iphone-size-2x.png +0 -0
- package/src/assets/images/developers/iphone-xr-white-select.png +0 -0
- package/src/assets/images/developers/phones.png +0 -0
- package/src/assets/images/developers/router.png +0 -0
- package/src/assets/images/developers/rule-component-block.png +0 -0
- package/src/assets/images/developers/rule-component-inline.png +0 -0
- package/src/assets/images/developers/rule-container.png +0 -0
- package/src/assets/images/developers/rule-content.png +0 -0
- package/src/assets/images/developers/two-phones.png +0 -0
- package/src/assets/logo/logo.svg +1 -0
- package/src/components/Accordion/Accordion.mdx +222 -0
- package/src/components/Accordion/Accordion.static.ts +104 -0
- package/src/components/Accordion/Accordion.tsx +70 -0
- package/src/components/Accordion/AccordionHeader.tsx +59 -0
- package/src/components/Accordion/AccordionItem.tsx +76 -0
- package/src/components/Accordion/HeadingContext.tsx +5 -0
- package/src/components/Accordion/index.ts +4 -0
- package/src/components/Accordion/styles/config.scss +8 -0
- package/src/components/Accordion/styles/mixins.scss +91 -0
- package/src/components/Accordion/styles/style.scss +47 -0
- package/src/components/Accordion/tests/Accordion.static.test.js +207 -0
- package/src/components/Accordion/tests/Accordion.unit.test.js +822 -0
- package/src/components/Accordion/tests/data.js +18 -0
- package/src/components/Alert/Alert.mdx +141 -0
- package/src/components/Alert/Alert.tsx +119 -0
- package/src/components/Alert/CHANGELOG.md +33 -0
- package/src/components/Alert/data.ts +8 -0
- package/src/components/Alert/index.ts +3 -0
- package/src/components/Alert/styles/config.scss +58 -0
- package/src/components/Alert/styles/mixins.scss +54 -0
- package/src/components/Alert/styles/style.scss +44 -0
- package/src/components/Alert/tests/Alert.conformance.test.js +30 -0
- package/src/components/Alert/tests/Alert.test.js +87 -0
- package/src/components/Badge/Badge.tsx +5 -3
- package/src/components/Badge/index.ts +1 -1
- package/src/components/Badge/styles/config.scss +53 -17
- package/src/components/Badge/styles/mixins.scss +8 -2
- package/src/components/Badge/styles/style.scss +7 -3
- package/src/components/Badge/tests/Badge.conformance.test.js +8 -8
- package/src/components/Badge/tests/Badge.unit.test.js +3 -3
- package/src/components/Breadcrumbs/BreadcrumbItem.tsx +54 -0
- package/src/components/Breadcrumbs/Breadcrumbs.mdx +84 -0
- package/src/components/Breadcrumbs/Breadcrumbs.tsx +60 -0
- package/src/components/Breadcrumbs/index.ts +5 -0
- package/src/components/Breadcrumbs/styles/config.scss +2 -0
- package/src/components/Breadcrumbs/styles/mixins.scss +105 -0
- package/src/components/Breadcrumbs/styles/style.scss +37 -0
- package/src/components/Breadcrumbs/tests/BreadcrumbItem.unit.test.js +295 -0
- package/src/components/Breadcrumbs/tests/Breadcrumbs.conformance.test.js +53 -0
- package/src/components/Breadcrumbs/tests/Breadcrumbs.integration.test.js +309 -0
- package/src/components/Breadcrumbs/tests/Breadcrumbs.unit.test.js +280 -0
- package/src/components/Button/Button.mdx +273 -0
- package/src/components/Button/Button.tsx +105 -0
- package/src/components/Button/IconButton.tsx +67 -0
- package/src/components/Button/index.tsx +23 -0
- package/src/components/Button/styles/config.scss +229 -0
- package/src/components/Button/styles/mixins.scss +164 -0
- package/src/components/Button/styles/style.scss +66 -0
- package/src/components/Button/tests/Button.conformance.test.js +37 -0
- package/src/components/Button/tests/Button.test.js +114 -0
- package/src/components/Button/tests/IconButton.unit.test.js +107 -0
- package/src/components/Buttons/Buttons.mdx +39 -0
- package/src/components/Buttons/Buttons.tsx +34 -0
- package/src/components/Buttons/index.ts +3 -0
- package/src/components/Buttons/styles/config.scss +3 -0
- package/src/components/Buttons/styles/mixins.scss +39 -0
- package/src/components/Buttons/styles/style.scss +10 -0
- package/src/components/Buttons/tests/Buttons.conformance.test.js +22 -0
- package/src/components/Buttons/tests/Buttons.unit.test.js +26 -0
- package/src/components/Container/Container.mdx +73 -0
- package/src/components/Container/Container.tsx +15 -0
- package/src/components/Container/index.ts +5 -0
- package/src/components/Container/styles/config.scss +11 -0
- package/src/components/Container/styles/mixins.scss +22 -0
- package/src/components/Container/styles/style.scss +5 -0
- package/src/components/Container/tests/Container.conformance.test.js +209 -0
- package/src/components/Container/tests/Container.unit.test.js +320 -0
- package/src/components/Grid/Grid.mdx +319 -0
- package/src/components/Grid/Grid.tsx +51 -0
- package/src/components/Grid/GridCol.tsx +33 -0
- package/src/components/Grid/index.ts +6 -0
- package/src/components/Grid/styles/config.scss +10 -0
- package/src/components/Grid/styles/mixins.scss +126 -0
- package/src/components/Grid/styles/style.scss +41 -0
- package/src/components/Grid/tests/Grid.unit.test.tsx +533 -0
- package/src/components/Grid/tests/GridCol.unit.test.tsx +199 -0
- package/src/components/Icon/Icon.mdx +172 -0
- package/src/components/Icon/Icon.tsx +73 -0
- package/src/components/Icon/IconSearch.jsx +247 -0
- package/src/components/Icon/SpritePathContext.tsx +22 -0
- package/src/components/Icon/iconSearchTags.ts +437 -0
- package/src/components/Icon/index.ts +5 -0
- package/src/components/Icon/styles/config.scss +27 -0
- package/src/components/Icon/styles/export/color.scss +8 -0
- package/src/components/Icon/styles/export/size.scss +13 -0
- package/src/components/Icon/styles/mixins.scss +31 -0
- package/src/components/Icon/styles/style.scss +13 -0
- package/src/components/Icon/tests/Icon.conformance.test.js +22 -0
- package/src/components/Icon/tests/Icon.unit.test.js +112 -0
- package/src/components/Image/Image.mdx +166 -0
- package/src/components/Image/Image.tsx +65 -0
- package/src/components/Image/index.ts +7 -0
- package/src/components/Image/styles/mixins.scss +12 -0
- package/src/components/Image/styles/style.scss +9 -0
- package/src/components/Image/tests/Image.conformance.test.js +264 -0
- package/src/components/Image/tests/Image.unit.test.js +338 -0
- package/src/components/Link/Link.mdx +224 -0
- package/src/components/Link/Link.tsx +52 -0
- package/src/components/Link/index.ts +3 -0
- package/src/components/Link/styles/config.scss +85 -0
- package/src/components/Link/styles/mixins.scss +42 -0
- package/src/components/Link/styles/style.scss +59 -0
- package/src/components/Link/tests/Link.conformance.test.js +302 -0
- package/src/components/Link/tests/Link.integration.test.js +393 -0
- package/src/components/Link/tests/Link.unit.test.js +308 -0
- package/src/components/Modal/Modal.mdx +449 -0
- package/src/components/Modal/Modal.static.ts +223 -0
- package/src/components/Modal/Modal.tsx +145 -0
- package/src/components/Modal/ModalBody.tsx +46 -0
- package/src/components/Modal/ModalCloseButton.tsx +26 -0
- package/src/components/Modal/ModalTitle.tsx +32 -0
- package/src/components/Modal/TODO.md +2 -0
- package/src/components/Modal/index.ts +6 -0
- package/src/components/Modal/styles/config.scss +42 -0
- package/src/components/Modal/styles/mixins.scss +200 -0
- package/src/components/Modal/styles/style.scss +97 -0
- package/src/components/Modal/tests/Modal.conformance.test.js +41 -0
- package/src/components/Modal/tests/Modal.unit.test.js +56 -0
- package/src/components/Modal/tests/ModalBody.unit.test.js +39 -0
- package/src/components/Modal/tests/ModalCloseButton.unit.test.js +84 -0
- package/src/components/Modal/tests/ModalTitle.unit.test.js +25 -0
- package/src/components/Section/Section.mdx +397 -0
- package/src/components/Section/Section.tsx +54 -0
- package/src/components/Section/index.ts +3 -0
- package/src/components/Section/styles/config.scss +38 -0
- package/src/components/Section/styles/mixins.scss +30 -0
- package/src/components/Section/styles/style.scss +35 -0
- package/src/components/Section/tests/Section.conformance.test.js +502 -0
- package/src/components/Section/tests/Section.unit.test.js +642 -0
- package/src/components/Tabs/TODO.md +2 -0
- package/src/components/Tabs/Tab.tsx +55 -0
- package/src/components/Tabs/TabPanel.tsx +42 -0
- package/src/components/Tabs/Tabs.mdx +373 -0
- package/src/components/Tabs/Tabs.static.ts +185 -0
- package/src/components/Tabs/Tabs.tsx +130 -0
- package/src/components/Tabs/index.ts +5 -0
- package/src/components/Tabs/styles/config.scss +78 -0
- package/src/components/Tabs/styles/mixins.scss +107 -0
- package/src/components/Tabs/styles/style.scss +64 -0
- package/src/components/Tabs/tests/Tab.unit.test.js +85 -0
- package/src/components/Tabs/tests/TabPanel.unit.test.js +53 -0
- package/src/components/Tabs/tests/Tabs.unit.test.js +260 -0
- package/src/components/index.ts +33 -2
- package/src/styles/base/globals.scss +18 -13
- package/src/styles/base/styleguide.scss +1 -1
- package/src/styles/before-components.scss +1 -1
- package/src/styles/export/breakpoint.ts +12 -0
- package/src/styles/export/color.scss +1 -1
- package/src/styles/tokens/base.scss +6 -4
- package/src/styles/tokens/color.scss +127 -25
- package/src/styles/tools/convert.scss +1 -1
- package/src/styles/typography/config.scss +187 -0
- package/src/{components/Typography/styles → styles/typography}/mixins.scss +31 -24
- package/src/{components/Typography/styles → styles/typography}/style.scss +9 -3
- package/src/styles/utilities/text.scss +2 -2
- package/build/.htaccess +0 -7
- package/build/_next/static/chunks/app/layout-69efc42b1696abf9.js +0 -1
- package/build/_next/static/chunks/app/page-687dfdffc8d1b6e5.js +0 -1
- package/build/_next/static/chunks/webpack-778f3ec87f8d2826.js +0 -1
- package/build/_next/static/css/08a2fcd6f5aac3e0.css +0 -1
- package/build/_next/static/css/d2fc2f581fe4b371.css +0 -1
- package/build/_next/static/rsiMOOYAxBtOjvpzBN4vJ/_buildManifest.js +0 -1
- package/build/_redirects +0 -1
- package/build/components/types/Badge/index.d.ts +0 -2
- package/build/components/types/index.d.ts +0 -4
- package/build/fonts/HelvNeue55_W1G.eot +0 -0
- package/build/fonts/HelvNeue55_W1G.svg +0 -653
- package/build/fonts/HelvNeue55_W1G.ttf +0 -0
- package/build/fonts/HelvNeue55_W1G.woff +0 -0
- package/build/fonts/HelvNeue55_W1G.woff2 +0 -0
- package/build/fonts/HelvNeue75_W1G.eot +0 -0
- package/build/fonts/HelvNeue75_W1G.svg +0 -653
- package/build/fonts/HelvNeue75_W1G.ttf +0 -0
- package/build/fonts/HelvNeue75_W1G.woff +0 -0
- package/build/fonts/HelvNeue75_W1G.woff2 +0 -0
- package/build/manifest.json +0 -15
- package/build/sprite-sg.svg +0 -1
- package/public/fonts/HelvNeue55_W1G.eot +0 -0
- package/public/fonts/HelvNeue55_W1G.svg +0 -653
- package/public/fonts/HelvNeue55_W1G.ttf +0 -0
- package/public/fonts/HelvNeue55_W1G.woff +0 -0
- package/public/fonts/HelvNeue55_W1G.woff2 +0 -0
- package/public/fonts/HelvNeue75_W1G.eot +0 -0
- package/public/fonts/HelvNeue75_W1G.svg +0 -653
- package/public/fonts/HelvNeue75_W1G.ttf +0 -0
- package/public/fonts/HelvNeue75_W1G.woff +0 -0
- package/public/fonts/HelvNeue75_W1G.woff2 +0 -0
- package/src/components/Badge/Badge.test.js +0 -45
- package/src/components/Typography/styles/config.scss +0 -181
- /package/build/_next/static/{rsiMOOYAxBtOjvpzBN4vJ → CRhIjUFtohDOfdDfzvfXM}/_ssgManifest.js +0 -0
- /package/build/_next/static/chunks/{4bd1b696-67ee12fb04071d3b.js → 4bd1b696-40a218329c8ae32b.js} +0 -0
- /package/build/_next/static/chunks/{684-2d117c50cbadadca.js → 684-c72f8f73e7f2d568.js} +0 -0
- /package/build/_next/static/chunks/app/_not-found/{page-f08302ee705a96b1.js → page-c799b4c91b89a5c2.js} +0 -0
|
@@ -0,0 +1,260 @@
|
|
|
1
|
+
import { render, fireEvent, screen } from "@testing-library/react";
|
|
2
|
+
import userEvent from "@testing-library/user-event";
|
|
3
|
+
|
|
4
|
+
import { Tabs } from "../Tabs";
|
|
5
|
+
import { TabPanel } from "../TabPanel";
|
|
6
|
+
|
|
7
|
+
const arr = [1, 2, 3, 4];
|
|
8
|
+
|
|
9
|
+
const TabsExample = (props) => {
|
|
10
|
+
return (
|
|
11
|
+
<Tabs data-testid="test-id" {...props}>
|
|
12
|
+
<TabPanel id="tabpanel-1" tab="Tab 1">
|
|
13
|
+
Tab 1 content
|
|
14
|
+
</TabPanel>
|
|
15
|
+
<TabPanel id="tabpanel-2" tab="Tab 2">
|
|
16
|
+
Tab 2 content
|
|
17
|
+
</TabPanel>
|
|
18
|
+
<TabPanel id="tabpanel-3" tab="Tab 3">
|
|
19
|
+
Tab 3 content
|
|
20
|
+
</TabPanel>
|
|
21
|
+
<TabPanel id="tabpanel-4" isDisabled tab="Tab 4">
|
|
22
|
+
Tab 4 content
|
|
23
|
+
</TabPanel>
|
|
24
|
+
</Tabs>
|
|
25
|
+
);
|
|
26
|
+
};
|
|
27
|
+
|
|
28
|
+
//children were required plus they helped to check defaultTabIndex
|
|
29
|
+
describe("rendering Tabs", () => {
|
|
30
|
+
describe("initial state", () => {
|
|
31
|
+
it("has class tab-list", () => {
|
|
32
|
+
const { getByTestId } = render(<TabsExample />);
|
|
33
|
+
expect(getByTestId("test-id")).toBeInTheDocument();
|
|
34
|
+
expect(getByTestId("test-id")).toHaveClass("tab-list");
|
|
35
|
+
});
|
|
36
|
+
it("has role tablist", () => {
|
|
37
|
+
const { getByTestId } = render(<TabsExample />);
|
|
38
|
+
expect(getByTestId("test-id")).toBeInTheDocument();
|
|
39
|
+
expect(getByTestId("test-id").getAttribute("role")).toBe("tablist");
|
|
40
|
+
});
|
|
41
|
+
it("default activeTabIndex is set to 0", () => {
|
|
42
|
+
const { container } = render(<TabsExample />);
|
|
43
|
+
expect(
|
|
44
|
+
container.querySelector('button[tabindex="0"]'),
|
|
45
|
+
).toBeInTheDocument();
|
|
46
|
+
expect(container.querySelector('button[tabindex="0"]').textContent).toBe(
|
|
47
|
+
"Tab 1",
|
|
48
|
+
);
|
|
49
|
+
});
|
|
50
|
+
});
|
|
51
|
+
describe("passed props", () => {
|
|
52
|
+
it("has additional class when classesTabNav is set", () => {
|
|
53
|
+
const { getByTestId } = render(
|
|
54
|
+
<TabsExample classesTabNav="test-class" />,
|
|
55
|
+
);
|
|
56
|
+
expect(getByTestId("test-id")).toHaveClass("tab-list");
|
|
57
|
+
expect(getByTestId("test-id")).toHaveClass("test-class");
|
|
58
|
+
});
|
|
59
|
+
it("has additional class tab-list--equal when hasEqualTabWidth prop is passed", () => {
|
|
60
|
+
const { getByTestId } = render(<TabsExample hasEqualTabWidth />);
|
|
61
|
+
expect(getByTestId("test-id")).toHaveClass("tab-list");
|
|
62
|
+
expect(getByTestId("test-id")).toHaveClass("tab-list--equal");
|
|
63
|
+
});
|
|
64
|
+
it("has additional class tab-list--fullwidth when isFullWidth prop is passed", () => {
|
|
65
|
+
const { getByTestId } = render(<TabsExample isFullWidth />);
|
|
66
|
+
expect(getByTestId("test-id")).toHaveClass("tab-list");
|
|
67
|
+
expect(getByTestId("test-id")).toHaveClass("tab-list--fullwidth");
|
|
68
|
+
});
|
|
69
|
+
it("renders list element with role presentation and class tab-list__hr when isFullWidth prop is passed", () => {
|
|
70
|
+
const { container } = render(<TabsExample isFullWidth />);
|
|
71
|
+
const li = container.getElementsByClassName("tab-list__hr");
|
|
72
|
+
expect(li.length).toBe(1);
|
|
73
|
+
expect(li[0]).toBeInTheDocument();
|
|
74
|
+
expect(li[0].getAttribute("role")).toBe("presentation");
|
|
75
|
+
});
|
|
76
|
+
it("activeTabIndex is set to 0, therefore text content of first TabPanel doesnt have hidden attribute", () => {
|
|
77
|
+
const { container } = render(<TabsExample />);
|
|
78
|
+
for (let i of arr) {
|
|
79
|
+
const panel = container.querySelector(`#tabpanel-${i}`);
|
|
80
|
+
expect(panel).toBeInTheDocument();
|
|
81
|
+
if (i === 1) {
|
|
82
|
+
expect(panel.getAttribute("hidden")).toBe(null);
|
|
83
|
+
} else {
|
|
84
|
+
expect(panel.getAttribute("hidden")).toBe("");
|
|
85
|
+
}
|
|
86
|
+
}
|
|
87
|
+
});
|
|
88
|
+
it("activeTabIndex is set to 0, therefore first tab button has arial-selected set to true and other buttons to false", () => {
|
|
89
|
+
const { container } = render(<TabsExample />);
|
|
90
|
+
for (let i of arr) {
|
|
91
|
+
const button = container.querySelector(
|
|
92
|
+
`button[aria-controls="tabpanel-${i}"]`,
|
|
93
|
+
);
|
|
94
|
+
expect(button).toBeInTheDocument();
|
|
95
|
+
if (i === 1) {
|
|
96
|
+
expect(button.getAttribute("aria-selected")).toBe("true");
|
|
97
|
+
} else {
|
|
98
|
+
expect(button.getAttribute("aria-selected")).toBe("false");
|
|
99
|
+
}
|
|
100
|
+
}
|
|
101
|
+
});
|
|
102
|
+
});
|
|
103
|
+
describe("checking fireEvents", () => {
|
|
104
|
+
it("click in disabled tab button doesnt cause change", () => {
|
|
105
|
+
const { container } = render(<TabsExample />);
|
|
106
|
+
const disabledButton = container.querySelector(
|
|
107
|
+
'button[aria-disabled="true"]',
|
|
108
|
+
);
|
|
109
|
+
expect(disabledButton).toBeInTheDocument();
|
|
110
|
+
fireEvent.click(disabledButton);
|
|
111
|
+
for (let i of arr) {
|
|
112
|
+
const button = container.querySelector(
|
|
113
|
+
`button[aria-controls="tabpanel-${i}"]`,
|
|
114
|
+
);
|
|
115
|
+
expect(button).toBeInTheDocument();
|
|
116
|
+
expect(button.getAttribute("aria-selected")).toBe(
|
|
117
|
+
i === 1 ? "true" : "false",
|
|
118
|
+
);
|
|
119
|
+
}
|
|
120
|
+
});
|
|
121
|
+
it("click on active tab doesnt cause change", () => {
|
|
122
|
+
const { container } = render(<TabsExample />);
|
|
123
|
+
const activeBtn = container.querySelector(
|
|
124
|
+
'button[aria-controls="tabpanel-1"]',
|
|
125
|
+
);
|
|
126
|
+
expect(activeBtn).toBeInTheDocument();
|
|
127
|
+
fireEvent.click(activeBtn);
|
|
128
|
+
for (let i of arr) {
|
|
129
|
+
if (i === 1) {
|
|
130
|
+
expect(activeBtn.getAttribute("aria-selected")).toBe("true");
|
|
131
|
+
} else {
|
|
132
|
+
const button = container.querySelector(
|
|
133
|
+
`button[aria-controls="tabpanel-${i}"]`,
|
|
134
|
+
);
|
|
135
|
+
expect(button).toBeInTheDocument();
|
|
136
|
+
expect(button.getAttribute("aria-selected")).toBe("false");
|
|
137
|
+
}
|
|
138
|
+
}
|
|
139
|
+
});
|
|
140
|
+
it("click on inactive tab cause change - clicked button is selected", () => {
|
|
141
|
+
const { container } = render(<TabsExample />);
|
|
142
|
+
const btn = container.querySelector('button[aria-controls="tabpanel-2"]');
|
|
143
|
+
expect(btn).toBeInTheDocument();
|
|
144
|
+
fireEvent.click(btn);
|
|
145
|
+
for (let i of arr) {
|
|
146
|
+
if (i === 2) {
|
|
147
|
+
expect(btn.getAttribute("aria-selected")).toBe("true");
|
|
148
|
+
} else {
|
|
149
|
+
const button = container.querySelector(
|
|
150
|
+
`button[aria-controls="tabpanel-${i}"]`,
|
|
151
|
+
);
|
|
152
|
+
expect(button).toBeInTheDocument();
|
|
153
|
+
expect(button.getAttribute("aria-selected")).toBe("false");
|
|
154
|
+
}
|
|
155
|
+
}
|
|
156
|
+
});
|
|
157
|
+
it("click on inactive tab cause change - text content that belongs to clicked tab doesn't have hidden attribute", () => {
|
|
158
|
+
const { container } = render(<TabsExample />);
|
|
159
|
+
const btn = container.querySelector('button[aria-controls="tabpanel-2"]');
|
|
160
|
+
expect(btn).toBeInTheDocument();
|
|
161
|
+
fireEvent.click(btn);
|
|
162
|
+
for (let i of arr) {
|
|
163
|
+
const panel = container.querySelector(`#tabpanel-${i}`);
|
|
164
|
+
expect(panel).toBeInTheDocument();
|
|
165
|
+
if (i === 2) {
|
|
166
|
+
expect(panel.getAttribute("hidden")).toBe(null);
|
|
167
|
+
} else {
|
|
168
|
+
expect(panel.getAttribute("hidden")).toBe("");
|
|
169
|
+
}
|
|
170
|
+
}
|
|
171
|
+
});
|
|
172
|
+
});
|
|
173
|
+
describe("keyboard navigation", () => {
|
|
174
|
+
let user;
|
|
175
|
+
let tabs;
|
|
176
|
+
let panels;
|
|
177
|
+
beforeEach(() => {
|
|
178
|
+
user = userEvent.setup();
|
|
179
|
+
render(<TabsExample />);
|
|
180
|
+
panels = screen.getAllByRole("tabpanel", { hidden: true });
|
|
181
|
+
tabs = screen.getAllByRole("tab");
|
|
182
|
+
});
|
|
183
|
+
beforeAll(() => {
|
|
184
|
+
window.document.getSelection = jest.fn();
|
|
185
|
+
});
|
|
186
|
+
it('"ArrowLeft" moves focus left and loops from first to last item', async () => {
|
|
187
|
+
expect.assertions(3);
|
|
188
|
+
|
|
189
|
+
tabs[0].focus();
|
|
190
|
+
expect(tabs[0]).toHaveFocus();
|
|
191
|
+
|
|
192
|
+
await user.keyboard("{ArrowLeft}");
|
|
193
|
+
expect(tabs[3]).toHaveFocus();
|
|
194
|
+
|
|
195
|
+
await user.keyboard("{ArrowLeft}");
|
|
196
|
+
expect(tabs[2]).toHaveFocus();
|
|
197
|
+
});
|
|
198
|
+
it('"ArrowRight" moves focus right and loops from last to first', async () => {
|
|
199
|
+
expect.assertions(3);
|
|
200
|
+
|
|
201
|
+
tabs[3].focus();
|
|
202
|
+
expect(tabs[3]).toHaveFocus();
|
|
203
|
+
|
|
204
|
+
await user.keyboard("{ArrowRight}");
|
|
205
|
+
expect(tabs[0]).toHaveFocus();
|
|
206
|
+
|
|
207
|
+
await user.keyboard("{ArrowRight}");
|
|
208
|
+
expect(tabs[1]).toHaveFocus();
|
|
209
|
+
});
|
|
210
|
+
it('"Tab" moves focus to the current active tab panel', async () => {
|
|
211
|
+
expect.assertions(2);
|
|
212
|
+
|
|
213
|
+
tabs[0].focus();
|
|
214
|
+
expect(tabs[0]).toHaveFocus();
|
|
215
|
+
|
|
216
|
+
await user.keyboard("{Tab}");
|
|
217
|
+
expect(panels[0]).toHaveFocus();
|
|
218
|
+
});
|
|
219
|
+
it('"Enter" key activates a new panel', async () => {
|
|
220
|
+
expect.assertions(5);
|
|
221
|
+
|
|
222
|
+
fireEvent.click(tabs[0]);
|
|
223
|
+
tabs[0].focus();
|
|
224
|
+
expect(panels[0]).toBeVisible();
|
|
225
|
+
|
|
226
|
+
await user.keyboard("{ArrowRight}{Enter}");
|
|
227
|
+
panels.forEach((_, i) => {
|
|
228
|
+
if (i === 1) {
|
|
229
|
+
expect(panels[i]).toBeVisible();
|
|
230
|
+
} else {
|
|
231
|
+
expect(panels[i]).not.toBeVisible();
|
|
232
|
+
}
|
|
233
|
+
});
|
|
234
|
+
});
|
|
235
|
+
it('"Spacebar" key activates a new panel', async () => {
|
|
236
|
+
expect.assertions(5);
|
|
237
|
+
|
|
238
|
+
fireEvent.click(tabs[0]);
|
|
239
|
+
tabs[0].focus();
|
|
240
|
+
expect(panels[0]).toBeVisible();
|
|
241
|
+
|
|
242
|
+
await user.keyboard("{ArrowRight} ");
|
|
243
|
+
panels.forEach((_, i) => {
|
|
244
|
+
if (i === 1) {
|
|
245
|
+
expect(panels[i]).toBeVisible();
|
|
246
|
+
} else {
|
|
247
|
+
expect(panels[i]).not.toBeVisible();
|
|
248
|
+
}
|
|
249
|
+
});
|
|
250
|
+
});
|
|
251
|
+
it("disabled tabs cannot be activated", async () => {
|
|
252
|
+
tabs[3].focus();
|
|
253
|
+
expect(tabs[3]).toHaveAttribute("aria-disabled");
|
|
254
|
+
|
|
255
|
+
await user.keyboard("{Enter} ");
|
|
256
|
+
expect(panels[0]).toBeVisible();
|
|
257
|
+
expect(panels[3]).not.toBeVisible();
|
|
258
|
+
});
|
|
259
|
+
});
|
|
260
|
+
});
|
package/src/components/index.ts
CHANGED
|
@@ -1,7 +1,38 @@
|
|
|
1
1
|
import "../styles/before-components.scss";
|
|
2
2
|
|
|
3
|
-
import
|
|
3
|
+
import { Alert } from "./Alert";
|
|
4
|
+
import { Badge } from "./Badge";
|
|
5
|
+
import {
|
|
6
|
+
Button,
|
|
7
|
+
ButtonFill,
|
|
8
|
+
ButtonGhost,
|
|
9
|
+
ButtonPrimary,
|
|
10
|
+
IconButton,
|
|
11
|
+
} from "./Button";
|
|
12
|
+
import { Buttons } from "./Buttons";
|
|
13
|
+
import { Icon } from "./Icon";
|
|
14
|
+
import { Modal, ModalBody, ModalCloseButton, ModalTitle } from "./Modal";
|
|
15
|
+
import { Section } from "./Section";
|
|
16
|
+
import { Tab, TabPanel, Tabs } from "./Tabs";
|
|
4
17
|
|
|
5
18
|
import "../styles/after-components.scss";
|
|
6
19
|
|
|
7
|
-
export {
|
|
20
|
+
export {
|
|
21
|
+
Alert,
|
|
22
|
+
Badge,
|
|
23
|
+
Button,
|
|
24
|
+
ButtonFill,
|
|
25
|
+
ButtonGhost,
|
|
26
|
+
ButtonPrimary,
|
|
27
|
+
Buttons,
|
|
28
|
+
IconButton,
|
|
29
|
+
Icon,
|
|
30
|
+
Modal,
|
|
31
|
+
ModalBody,
|
|
32
|
+
ModalCloseButton,
|
|
33
|
+
ModalTitle,
|
|
34
|
+
Section,
|
|
35
|
+
Tab,
|
|
36
|
+
TabPanel,
|
|
37
|
+
Tabs,
|
|
38
|
+
};
|
|
@@ -1,5 +1,9 @@
|
|
|
1
|
-
@use
|
|
2
|
-
@use
|
|
1
|
+
@use "../tokens/base";
|
|
2
|
+
@use "../tokens/space";
|
|
3
|
+
|
|
4
|
+
html {
|
|
5
|
+
font-size: base.$font-size;
|
|
6
|
+
}
|
|
3
7
|
|
|
4
8
|
html,
|
|
5
9
|
body {
|
|
@@ -12,7 +16,7 @@ body {
|
|
|
12
16
|
body {
|
|
13
17
|
position: relative;
|
|
14
18
|
background-color: base.$background;
|
|
15
|
-
font-family: #{base.$font-family};
|
|
19
|
+
font-family: #{base.$font-family};
|
|
16
20
|
color: base.$text-color;
|
|
17
21
|
}
|
|
18
22
|
|
|
@@ -43,20 +47,20 @@ input,
|
|
|
43
47
|
select,
|
|
44
48
|
textarea,
|
|
45
49
|
button,
|
|
46
|
-
[type=
|
|
50
|
+
[type="button"],
|
|
47
51
|
iframe,
|
|
48
|
-
[tabindex]:not([tabindex=
|
|
49
|
-
[contentEditable=
|
|
52
|
+
[tabindex]:not([tabindex="-1"]),
|
|
53
|
+
[contentEditable="true"] {
|
|
50
54
|
@include base.focusring;
|
|
51
55
|
}
|
|
52
56
|
|
|
53
|
-
[tabindex=
|
|
57
|
+
[tabindex="-1"]:focus {
|
|
54
58
|
outline: none;
|
|
55
59
|
}
|
|
56
60
|
|
|
57
|
-
[type=
|
|
58
|
-
[type=
|
|
59
|
-
[type=
|
|
61
|
+
[type="button"]:not(:disabled),
|
|
62
|
+
[type="reset"]:not(:disabled),
|
|
63
|
+
[type="submit"]:not(:disabled),
|
|
60
64
|
button:not(:disabled) {
|
|
61
65
|
cursor: pointer;
|
|
62
66
|
}
|
|
@@ -67,7 +71,7 @@ a {
|
|
|
67
71
|
|
|
68
72
|
// stylelint-disable-next-line no-descending-specificity
|
|
69
73
|
button,
|
|
70
|
-
[role=
|
|
74
|
+
[role="button"] {
|
|
71
75
|
border: 0 solid transparent;
|
|
72
76
|
margin: 0;
|
|
73
77
|
padding: 0;
|
|
@@ -88,6 +92,7 @@ button,
|
|
|
88
92
|
|
|
89
93
|
/* Corrects inability to style clickable `input` types in iOS */
|
|
90
94
|
-webkit-appearance: none; // stylelint-disable-line property-no-vendor-prefix
|
|
95
|
+
appearance: none;
|
|
91
96
|
|
|
92
97
|
/* Remove excess padding and border in Firefox 4+ */
|
|
93
98
|
// stylelint-disable-next-line no-descending-specificity
|
|
@@ -106,7 +111,7 @@ table {
|
|
|
106
111
|
}
|
|
107
112
|
|
|
108
113
|
blockquote {
|
|
109
|
-
margin: 0 0 space.get(
|
|
114
|
+
margin: 0 0 space.get("medium") 0;
|
|
110
115
|
}
|
|
111
116
|
|
|
112
117
|
th {
|
|
@@ -115,7 +120,7 @@ th {
|
|
|
115
120
|
text-align: inherit;
|
|
116
121
|
}
|
|
117
122
|
|
|
118
|
-
button[aria-expanded=
|
|
123
|
+
button[aria-expanded="true"] .expand-icon {
|
|
119
124
|
transform: rotate(180deg);
|
|
120
125
|
}
|
|
121
126
|
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
// Export breakpoints from SCSS tokens
|
|
2
|
+
// TODO: Remove this file and use the SCSS module instead but now is best solution this one
|
|
3
|
+
const breakpoints = {
|
|
4
|
+
xs: '0px',
|
|
5
|
+
sm: '480px',
|
|
6
|
+
md: '768px',
|
|
7
|
+
lg: '992px',
|
|
8
|
+
xl: '1240px',
|
|
9
|
+
xxl: '1380px',
|
|
10
|
+
};
|
|
11
|
+
|
|
12
|
+
export default breakpoints;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
@use
|
|
2
|
-
@use
|
|
1
|
+
@use "sass:color" as sasscolor;
|
|
2
|
+
@use "./color";
|
|
3
3
|
|
|
4
|
-
$font-family:
|
|
4
|
+
$font-family: "orangeSKNeue", "Helvetica Neue", helvetica, arial, sans-serif;
|
|
5
5
|
$font-size: 16px;
|
|
6
6
|
$line-height: 1.25;
|
|
7
7
|
|
|
@@ -12,7 +12,9 @@ $focusring-color: color.$info;
|
|
|
12
12
|
$focusring-width: 2px;
|
|
13
13
|
$focusring-offset: 2px;
|
|
14
14
|
$focus-outline: $focusring-width solid $focusring-color;
|
|
15
|
-
$focus-shadow:
|
|
15
|
+
$focus-shadow:
|
|
16
|
+
0 0 0 2px #fff,
|
|
17
|
+
0 0 0 4px $focusring-color;
|
|
16
18
|
|
|
17
19
|
$selection-background: sasscolor.adjust(color.$orange-dark, $alpha: -0.1);
|
|
18
20
|
|
|
@@ -1,27 +1,129 @@
|
|
|
1
|
-
|
|
2
|
-
$orange: #ff7900;
|
|
3
|
-
$orange-dark: #f16e00;
|
|
4
|
-
$black: #000;
|
|
5
|
-
$white: #fff;
|
|
1
|
+
@use "sass:map";
|
|
6
2
|
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
3
|
+
$colors-light: (
|
|
4
|
+
background-primary: #ffffff,
|
|
5
|
+
background-secondary: #f4f4f4,
|
|
6
|
+
background-contrast: #141414,
|
|
7
|
+
background-accent: #fff6e0,
|
|
8
|
+
surface-primary: #ffffff,
|
|
9
|
+
surface-secondary: #ff7900,
|
|
10
|
+
surface-tertiary: #f16e00,
|
|
11
|
+
surface-subtle: #eeeeee,
|
|
12
|
+
surface-moderate: #dddddd,
|
|
13
|
+
surface-contrast: #ffffff,
|
|
14
|
+
surface-accent: #fff6e0,
|
|
15
|
+
fill-primary: #ffffff,
|
|
16
|
+
fill-secondary: #ff7900,
|
|
17
|
+
fill-tertiary: #f16e00,
|
|
18
|
+
fill-subtle: #eeeeee,
|
|
19
|
+
fill-moderate: #dddddd,
|
|
20
|
+
fill-disabled: #cccccc,
|
|
21
|
+
fill-contrast: #000000,
|
|
22
|
+
fill-accent1: #4bb4e6,
|
|
23
|
+
fill-accent2: #50be87,
|
|
24
|
+
fill-accent3: #ffb4e6,
|
|
25
|
+
fill-accent4: #a885d8,
|
|
26
|
+
fill-accent5: #ffd200,
|
|
27
|
+
fill-information: #4170d814,
|
|
28
|
+
fill-positive: #22872214,
|
|
29
|
+
fill-warning: #ffcc0014,
|
|
30
|
+
fill-negative: #cd3c1414,
|
|
31
|
+
border-subtle: #dddddd,
|
|
32
|
+
border-strong: #cccccc,
|
|
33
|
+
border-contrast: #000000,
|
|
34
|
+
border-accent: #f16e00,
|
|
35
|
+
border-information: #4170d8,
|
|
36
|
+
border-positive: #228722,
|
|
37
|
+
border-warning: #ffcc00,
|
|
38
|
+
border-negative: #cd3c14,
|
|
39
|
+
icon-default: #000000,
|
|
40
|
+
icon-inverse: #ffffff,
|
|
41
|
+
icon-brand: #f16e00,
|
|
42
|
+
icon-accent: #ffc48f,
|
|
43
|
+
icon-disabled: #cccccc,
|
|
44
|
+
icon-information: #4170d8,
|
|
45
|
+
icon-positive: #228722,
|
|
46
|
+
icon-warning: #ffcc00,
|
|
47
|
+
icon-negative: #cd3c14,
|
|
48
|
+
text-default: #000000,
|
|
49
|
+
text-secondary: #000000,
|
|
50
|
+
text-disabled: #cccccc,
|
|
51
|
+
text-inverse: #ffffff,
|
|
52
|
+
text-accent: #f16e00,
|
|
53
|
+
);
|
|
15
54
|
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
55
|
+
$colors-dark: (
|
|
56
|
+
background-primary: #141414,
|
|
57
|
+
background-secondary: #333333,
|
|
58
|
+
background-contrast: #ffffff,
|
|
59
|
+
background-accent: #291a10,
|
|
60
|
+
surface-primary: #141414,
|
|
61
|
+
surface-secondary: #ff7900,
|
|
62
|
+
surface-tertiary: #f16e00,
|
|
63
|
+
surface-subtle: #333333,
|
|
64
|
+
surface-moderate: #595959,
|
|
65
|
+
surface-contrast: #000000,
|
|
66
|
+
surface-accent: #291a10,
|
|
67
|
+
fill-primary: #141414,
|
|
68
|
+
fill-secondary: #ff7900,
|
|
69
|
+
fill-tertiary: #f16e00,
|
|
70
|
+
fill-subtle: #333333,
|
|
71
|
+
fill-moderate: #595959,
|
|
72
|
+
fill-disabled: #666666,
|
|
73
|
+
fill-contrast: #ffffff,
|
|
74
|
+
fill-accent1: #4bb4e6,
|
|
75
|
+
fill-accent2: #50be87,
|
|
76
|
+
fill-accent3: #ffb4e6,
|
|
77
|
+
fill-accent4: #a885d8,
|
|
78
|
+
fill-accent5: #ffd200,
|
|
79
|
+
fill-information: #4170d814,
|
|
80
|
+
fill-positive: #22872214,
|
|
81
|
+
fill-warning: #ffcc0014,
|
|
82
|
+
fill-negative: #cd3c1414,
|
|
83
|
+
border-subtle: #333333,
|
|
84
|
+
border-strong: #666666,
|
|
85
|
+
border-contrast: #ffffff,
|
|
86
|
+
border-accent: #ff7900,
|
|
87
|
+
border-information: #6699ff,
|
|
88
|
+
border-positive: #66cc66,
|
|
89
|
+
border-warning: #ffcc00,
|
|
90
|
+
border-negative: #ff4d4d,
|
|
91
|
+
icon-default: #ffffff,
|
|
92
|
+
icon-inverse: #000000,
|
|
93
|
+
icon-brand: #ff7900,
|
|
94
|
+
icon-accent: #da8436,
|
|
95
|
+
icon-disabled: #666666,
|
|
96
|
+
icon-information: #6699ff,
|
|
97
|
+
icon-positive: #66cc66,
|
|
98
|
+
icon-warning: #ffcc00,
|
|
99
|
+
icon-negative: #ff4d4d,
|
|
100
|
+
text-default: #ffffff,
|
|
101
|
+
text-secondary: #cccccc,
|
|
102
|
+
text-disabled: #666666,
|
|
103
|
+
text-inverse: #000000,
|
|
104
|
+
text-accent: #ff7900,
|
|
105
|
+
);
|
|
106
|
+
|
|
107
|
+
// Legacy single-value tokens (alias to light palette for backward compatibility)
|
|
108
|
+
$orange: map.get($colors-light, icon-brand);
|
|
109
|
+
$orange-dark: map.get($colors-light, surface-tertiary);
|
|
110
|
+
$black: map.get($colors-light, icon-default);
|
|
111
|
+
$white: map.get($colors-light, icon-inverse);
|
|
112
|
+
$blue: map.get($colors-light, fill-accent1);
|
|
113
|
+
$green: map.get($colors-light, fill-accent2);
|
|
114
|
+
$pink: map.get($colors-light, fill-accent3);
|
|
115
|
+
$violet: map.get($colors-light, fill-accent4);
|
|
116
|
+
$yellow: map.get($colors-light, fill-accent5);
|
|
117
|
+
$yellow-lighter: #fff6b6; // not in new palette, fallback
|
|
118
|
+
$red: #ff4d4d; // not in new palette, fallback
|
|
119
|
+
$gray-300: map.get($colors-light, surface-subtle);
|
|
120
|
+
$gray-400: #ddd; // fallback
|
|
121
|
+
$gray-500: map.get($colors-light, surface-moderate);
|
|
122
|
+
$gray-600: #999; // fallback
|
|
123
|
+
$gray-700: #666; // fallback
|
|
124
|
+
$gray-800: #595959; // fallback
|
|
125
|
+
$gray-900: #333; // fallback
|
|
126
|
+
$success: map.get($colors-light, fill-positive);
|
|
127
|
+
$danger: map.get($colors-light, fill-negative);
|
|
128
|
+
$info: map.get($colors-light, fill-information);
|
|
129
|
+
$warning: map.get($colors-light, fill-warning);
|