testio-tailwind 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.eleventy.js +57 -0
- package/LICENSE +21 -0
- package/README.md +43 -0
- package/icon-classes-extractor.js +29 -0
- package/index.html +478 -0
- package/package.json +66 -0
- package/src/_data/navigation.json +44 -0
- package/src/_data/site.js +12 -0
- package/src/_includes/card_popover.haml +7 -0
- package/src/_includes/example-header-customer.pug +99 -0
- package/src/_includes/example-header-manager.njk +54 -0
- package/src/_includes/example-header-tester.njk +99 -0
- package/src/_includes/example-header.njk +50 -0
- package/src/_includes/footer-scripts.njk +1 -0
- package/src/_includes/head.njk +72 -0
- package/src/_includes/page-with-sidebar-nocode.njk +46 -0
- package/src/_includes/page-with-sidebar.njk +46 -0
- package/src/_includes/page.njk +39 -0
- package/src/_layouts/base.njk +83 -0
- package/src/_layouts/email-template.njk +90 -0
- package/src/_layouts/page-example-customer.njk +74 -0
- package/src/_layouts/page-example-manager.njk +74 -0
- package/src/_layouts/page-example-tester.njk +75 -0
- package/src/_layouts/page-example.njk +83 -0
- package/src/assets/images/Cirro-App-Defaultimage.png +0 -0
- package/src/assets/images/Cirro-App-Defaultimage.svg +25 -0
- package/src/assets/images/arrow-down.svg +13 -0
- package/src/assets/images/arrow-left.svg +13 -0
- package/src/assets/images/arrow-right.svg +13 -0
- package/src/assets/images/arrow-thick-left.svg +13 -0
- package/src/assets/images/arrow-thick-right.svg +13 -0
- package/src/assets/images/arrow-translation-lg.svg +1 -0
- package/src/assets/images/arrow-translation.svg +1 -0
- package/src/assets/images/arrow-up.svg +13 -0
- package/src/assets/images/at-sign.svg +12 -0
- package/src/assets/images/attachment-fallbackimage.svg +19 -0
- package/src/assets/images/attachment.svg +8 -0
- package/src/assets/images/bell-smile-xl.svg +18 -0
- package/src/assets/images/blocked.svg +7 -0
- package/src/assets/images/bug-chat-xl.svg +15 -0
- package/src/assets/images/bug-deceased-xl.svg +15 -0
- package/src/assets/images/bug-reproduction.svg +14 -0
- package/src/assets/images/bug-sad-xl.svg +13 -0
- package/src/assets/images/bug-search-xl.svg +18 -0
- package/src/assets/images/bug-sleeping-xl.svg +14 -0
- package/src/assets/images/bug-smile-xl.svg +9 -0
- package/src/assets/images/calendar.svg +15 -0
- package/src/assets/images/caret-down-centered.svg +6 -0
- package/src/assets/images/caret-down.svg +11 -0
- package/src/assets/images/caret-left-centered.svg +6 -0
- package/src/assets/images/caret-left.svg +6 -0
- package/src/assets/images/caret-right-centered.svg +6 -0
- package/src/assets/images/caret-right.svg +6 -0
- package/src/assets/images/caret-up-centered.svg +6 -0
- package/src/assets/images/caret-up.svg +11 -0
- package/src/assets/images/check-circle-filled-white.svg +9 -0
- package/src/assets/images/check-circle-filled.svg +12 -0
- package/src/assets/images/check-circle.svg +7 -0
- package/src/assets/images/check-selectable-items.svg +11 -0
- package/src/assets/images/check-thick-outline.svg +11 -0
- package/src/assets/images/check-thick.svg +6 -0
- package/src/assets/images/check.svg +17 -0
- package/src/assets/images/checkbox-background-black.svg +6 -0
- package/src/assets/images/checkbox-background-sm.svg +12 -0
- package/src/assets/images/checkbox-background-white.svg +6 -0
- package/src/assets/images/checkbox-background.svg +6 -0
- package/src/assets/images/checkbox-sm-checked.svg +11 -0
- package/src/assets/images/circle-empty-white.svg +6 -0
- package/src/assets/images/circle-sm-filled.svg +6 -0
- package/src/assets/images/clock.svg +12 -0
- package/src/assets/images/cross-circle-filled.svg +6 -0
- package/src/assets/images/cross-circle.svg +7 -0
- package/src/assets/images/cross-thick.svg +15 -0
- package/src/assets/images/cross.svg +7 -0
- package/src/assets/images/exclamation-circle-filled.svg +11 -0
- package/src/assets/images/exclamation-circle.svg +12 -0
- package/src/assets/images/feature-check.svg +9 -0
- package/src/assets/images/feature-cross.svg +10 -0
- package/src/assets/images/feature-draft.svg +14 -0
- package/src/assets/images/feature.svg +8 -0
- package/src/assets/images/file-image-plus-lg.svg +19 -0
- package/src/assets/images/file-image-plus-xl.svg +20 -0
- package/src/assets/images/format-bold.svg +11 -0
- package/src/assets/images/format-code.svg +12 -0
- package/src/assets/images/format-heading.svg +11 -0
- package/src/assets/images/format-indent-decrease.svg +11 -0
- package/src/assets/images/format-indent-increase.svg +11 -0
- package/src/assets/images/format-italic.svg +11 -0
- package/src/assets/images/format-link.svg +11 -0
- package/src/assets/images/format-list-bulleted.svg +17 -0
- package/src/assets/images/format-list-numbered.svg +17 -0
- package/src/assets/images/format-mark.svg +13 -0
- package/src/assets/images/format-quote.svg +17 -0
- package/src/assets/images/format-strikethrough.svg +11 -0
- package/src/assets/images/forward.svg +11 -0
- package/src/assets/images/google_signin.svg +22 -0
- package/src/assets/images/info-circle-cirro.svg +21 -0
- package/src/assets/images/info-circle-ux.svg +21 -0
- package/src/assets/images/lock.svg +15 -0
- package/src/assets/images/logo-mobile-cloud.svg +12 -0
- package/src/assets/images/logo-testio/testio_horizontal_black-1000px.png +0 -0
- package/src/assets/images/logo-testio/testio_horizontal_black.png +0 -0
- package/src/assets/images/logo-testio/testio_horizontal_black.svg +14 -0
- package/src/assets/images/logo-testio/testio_horizontal_icon_black-1000px.png +0 -0
- package/src/assets/images/logo-testio/testio_horizontal_icon_black.png +0 -0
- package/src/assets/images/logo-testio/testio_horizontal_icon_black.svg +25 -0
- package/src/assets/images/logo-testio/testio_horizontal_icon_purple_black-1000px.png +0 -0
- package/src/assets/images/logo-testio/testio_horizontal_icon_purple_black.png +0 -0
- package/src/assets/images/logo-testio/testio_horizontal_icon_purple_black.svg +27 -0
- package/src/assets/images/logo-testio/testio_horizontal_icon_purple_white-1000px.png +0 -0
- package/src/assets/images/logo-testio/testio_horizontal_icon_purple_white.png +0 -0
- package/src/assets/images/logo-testio/testio_horizontal_icon_purple_white.svg +25 -0
- package/src/assets/images/logo-testio/testio_horizontal_icon_white-1000px.png +0 -0
- package/src/assets/images/logo-testio/testio_horizontal_icon_white.png +0 -0
- package/src/assets/images/logo-testio/testio_horizontal_icon_white.svg +25 -0
- package/src/assets/images/logo-testio/testio_horizontal_purple_black-1000px.png +0 -0
- package/src/assets/images/logo-testio/testio_horizontal_purple_black.png +0 -0
- package/src/assets/images/logo-testio/testio_horizontal_purple_black.svg +9 -0
- package/src/assets/images/logo-testio/testio_horizontal_purple_white-1000px.png +0 -0
- package/src/assets/images/logo-testio/testio_horizontal_purple_white.png +0 -0
- package/src/assets/images/logo-testio/testio_horizontal_purple_white.svg +14 -0
- package/src/assets/images/logo-testio/testio_horizontal_purpleteal_black-1000px.png +0 -0
- package/src/assets/images/logo-testio/testio_horizontal_purpleteal_black.png +0 -0
- package/src/assets/images/logo-testio/testio_horizontal_purpleteal_black.svg +21 -0
- package/src/assets/images/logo-testio/testio_horizontal_purpleteal_white-1000px.png +0 -0
- package/src/assets/images/logo-testio/testio_horizontal_purpleteal_white.png +0 -0
- package/src/assets/images/logo-testio/testio_horizontal_purpleteal_white.svg +19 -0
- package/src/assets/images/logo-testio/testio_horizontal_teal_black-1000px.png +0 -0
- package/src/assets/images/logo-testio/testio_horizontal_teal_black.png +0 -0
- package/src/assets/images/logo-testio/testio_horizontal_teal_black.svg +14 -0
- package/src/assets/images/logo-testio/testio_horizontal_teal_white-1000px.png +0 -0
- package/src/assets/images/logo-testio/testio_horizontal_teal_white.png +0 -0
- package/src/assets/images/logo-testio/testio_horizontal_teal_white.svg +14 -0
- package/src/assets/images/logo-testio/testio_horizontal_tealpurple_black-1000px.png +0 -0
- package/src/assets/images/logo-testio/testio_horizontal_tealpurple_black.png +0 -0
- package/src/assets/images/logo-testio/testio_horizontal_tealpurple_black.svg +21 -0
- package/src/assets/images/logo-testio/testio_horizontal_tealpurple_white-1000px.png +0 -0
- package/src/assets/images/logo-testio/testio_horizontal_tealpurple_white.png +0 -0
- package/src/assets/images/logo-testio/testio_horizontal_tealpurple_white.svg +21 -0
- package/src/assets/images/logo-testio/testio_horizontal_white-1000px.png +0 -0
- package/src/assets/images/logo-testio/testio_horizontal_white.png +0 -0
- package/src/assets/images/logo-testio/testio_horizontal_white.svg +14 -0
- package/src/assets/images/logo-testio/testio_symbol_black_round-1000px.png +0 -0
- package/src/assets/images/logo-testio/testio_symbol_black_round.png +0 -0
- package/src/assets/images/logo-testio/testio_symbol_black_round.svg +11 -0
- package/src/assets/images/logo-testio/testio_symbol_purple-1000px.png +0 -0
- package/src/assets/images/logo-testio/testio_symbol_purple.png +0 -0
- package/src/assets/images/logo-testio/testio_symbol_purple.svg +15 -0
- package/src/assets/images/logo-testio/testio_symbol_purpleteal_round-1000px.png +0 -0
- package/src/assets/images/logo-testio/testio_symbol_purpleteal_round.png +0 -0
- package/src/assets/images/logo-testio/testio_symbol_purpleteal_round.svg +18 -0
- package/src/assets/images/logo-testio/testio_symbol_purpleteal_square-1000px.png +0 -0
- package/src/assets/images/logo-testio/testio_symbol_purpleteal_square.png +0 -0
- package/src/assets/images/logo-testio/testio_symbol_purpleteal_square.svg +18 -0
- package/src/assets/images/logo-testio/testio_symbol_teal-1000px.png +0 -0
- package/src/assets/images/logo-testio/testio_symbol_teal.png +0 -0
- package/src/assets/images/logo-testio/testio_symbol_teal.svg +15 -0
- package/src/assets/images/logo-testio/testio_symbol_tealpurple_round-1000px.png +0 -0
- package/src/assets/images/logo-testio/testio_symbol_tealpurple_round.png +0 -0
- package/src/assets/images/logo-testio/testio_symbol_tealpurple_round.svg +18 -0
- package/src/assets/images/logo-testio/testio_symbol_tealpurple_square-1000px.png +0 -0
- package/src/assets/images/logo-testio/testio_symbol_tealpurple_square.png +0 -0
- package/src/assets/images/logo-testio/testio_symbol_tealpurple_square.svg +18 -0
- package/src/assets/images/logo-testio/testio_symbol_white_round-1000px.png +0 -0
- package/src/assets/images/logo-testio/testio_symbol_white_round.png +0 -0
- package/src/assets/images/logo-testio/testio_symbol_white_round.svg +11 -0
- package/src/assets/images/logo-testio/testio_typo_black-1000px.png +0 -0
- package/src/assets/images/logo-testio/testio_typo_black.png +0 -0
- package/src/assets/images/logo-testio/testio_typo_black.svg +11 -0
- package/src/assets/images/logo-testio/testio_typo_white-1000px.png +0 -0
- package/src/assets/images/logo-testio/testio_typo_white.png +0 -0
- package/src/assets/images/logo-testio/testio_typo_white.svg +11 -0
- package/src/assets/images/logo-testio/testio_vertical_purpleteal_black-1000px.png +0 -0
- package/src/assets/images/logo-testio/testio_vertical_purpleteal_black.png +0 -0
- package/src/assets/images/logo-testio/testio_vertical_purpleteal_black.svg +19 -0
- package/src/assets/images/logo-testio/testio_vertical_purpleteal_white-1000px.png +0 -0
- package/src/assets/images/logo-testio/testio_vertical_purpleteal_white.png +0 -0
- package/src/assets/images/logo-testio/testio_vertical_purpleteal_white.svg +19 -0
- package/src/assets/images/logo-testio/testio_vertical_tealpurple_black-1000px.png +0 -0
- package/src/assets/images/logo-testio/testio_vertical_tealpurple_black.png +0 -0
- package/src/assets/images/logo-testio/testio_vertical_tealpurple_black.svg +19 -0
- package/src/assets/images/logo-testio/testio_vertical_tealpurple_white-1000px.png +0 -0
- package/src/assets/images/logo-testio/testio_vertical_tealpurple_white.png +0 -0
- package/src/assets/images/logo-testio/testio_vertical_tealpurple_white.svg +19 -0
- package/src/assets/images/message-feedback.svg +10 -0
- package/src/assets/images/message-question-filled.svg +6 -0
- package/src/assets/images/message-question.svg +8 -0
- package/src/assets/images/message.svg +11 -0
- package/src/assets/images/pattern-striped-bright.png +0 -0
- package/src/assets/images/pattern-striped-dark.png +0 -0
- package/src/assets/images/pattern-stripes-black-bg.png +0 -0
- package/src/assets/images/pattern-stripes-black.png +0 -0
- package/src/assets/images/pattern-stripes-gray-60px.png +0 -0
- package/src/assets/images/pattern-stripes-gray-darker.png +0 -0
- package/src/assets/images/pattern-stripes-gray-petroldark-60px.png +0 -0
- package/src/assets/images/pattern-stripes-gray.png +0 -0
- package/src/assets/images/pattern-stripes-petrol.png +0 -0
- package/src/assets/images/pattern-stripes-transparent.png +0 -0
- package/src/assets/images/placeholders/Approaches-desktop.png +0 -0
- package/src/assets/images/placeholders/BugFixConfirmation-desktop.png +0 -0
- package/src/assets/images/placeholders/CustomerUI-Mobile-Sidebar.png +0 -0
- package/src/assets/images/placeholders/Exploratorytesting-desktop.png +0 -0
- package/src/assets/images/placeholders/Logo-alpha-empire-white.png +0 -0
- package/src/assets/images/placeholders/Mobiletesting-mobileportrait.png +0 -0
- package/src/assets/images/placeholders/Plattforms-mobileportrait.png +0 -0
- package/src/assets/images/placeholders/Rocket-Blueprint.png +0 -0
- package/src/assets/images/placeholders/Rocket-Flying.png +0 -0
- package/src/assets/images/placeholders/TESTIO-email-header-darkteal.png +0 -0
- package/src/assets/images/placeholders/TestCaseExecution-mobile.png +0 -0
- package/src/assets/images/placeholders/Usability testing - desktop.png +0 -0
- package/src/assets/images/placeholders/automate-favicon.png +0 -0
- package/src/assets/images/placeholders/bugdetails.png +0 -0
- package/src/assets/images/placeholders/profile_boxer.png +0 -0
- package/src/assets/images/placeholders/profile_supergirl.png +0 -0
- package/src/assets/images/placeholders/security-jira-server.png +0 -0
- package/src/assets/images/placeholders/testio_symbol_purpleteal_square-1000px.png +0 -0
- package/src/assets/images/placeholders/testio_symbol_tealpurple_square-1000px.png +0 -0
- package/src/assets/images/question-circle.svg +24 -0
- package/src/assets/images/radio-checked-black.svg +5 -0
- package/src/assets/images/radio-checked-white.svg +1 -0
- package/src/assets/images/redo.svg +7 -0
- package/src/assets/images/remove.svg +6 -0
- package/src/assets/images/search.svg +11 -0
- package/src/assets/images/seat.svg +14 -0
- package/src/assets/images/section.svg +8 -0
- package/src/assets/images/select-languagepair-arrow-double.svg +1 -0
- package/src/assets/images/select-languagepair-arrow-single.svg +1 -0
- package/src/assets/images/sendmessage.svg +15 -0
- package/src/assets/images/speaker.svg +10 -0
- package/src/assets/images/test-archived.svg +12 -0
- package/src/assets/images/test-automation.svg +8 -0
- package/src/assets/images/test-check.svg +9 -0
- package/src/assets/images/test-ended.svg +9 -0
- package/src/assets/images/test-failed.svg +10 -0
- package/src/assets/images/test-initialized.svg +10 -0
- package/src/assets/images/test-locked.svg +15 -0
- package/src/assets/images/test-plus.svg +11 -0
- package/src/assets/images/test-promoted.svg +9 -0
- package/src/assets/images/test-running.svg +9 -0
- package/src/assets/images/test-stopped.svg +17 -0
- package/src/assets/images/test.svg +8 -0
- package/src/assets/images/testcase.svg +10 -0
- package/src/assets/images/tester-badges/testIO-testerbadge-cybersecurity.png +0 -0
- package/src/assets/images/tester-badges/testIO-testerbadge-cybersecurity.svg +1 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_1_lg.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_1_lg@2x.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_1_lg@4x.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_1_md.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_1_md@2x.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_1_sm.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_1_sm@2x.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_1_xs.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_1_xs@2x.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_2_lg-disabled.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_2_lg-disabled@2x.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_2_lg.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_2_lg@2x.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_2_lg@4x.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_2_md.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_2_md@2x.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_2_sm.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_2_sm@2x.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_2_xs.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_2_xs@2x.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_3_lg-disabled.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_3_lg-disabled@2x.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_3_lg.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_3_lg@2x.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_3_lg@4x.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_3_md.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_3_md@2x.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_3_sm.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_3_sm@2x.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_3_xs.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_3_xs@2x.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_4_g-disabled.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_4_g-disabled@2x.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_4_lg.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_4_lg@2x.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_4_lg@4x.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_4_md.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_4_md@2x.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_4_sm.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_4_sm@2x.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_4_xs.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_4_xs@2x.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_5_g-disabled.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_5_g-disabled@2x.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_5_lg.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_5_lg@2x.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_5_lg@4x.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_5_md.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_5_md@2x.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_5_sm.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_5_sm@2x.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_5_xs.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_5_xs@2x.png +0 -0
- package/src/assets/images/testio-logo-onwhite.svg +1 -0
- package/src/assets/images/testio-symbol-red.svg +1 -0
- package/src/assets/images/triangle-centered-down.svg +12 -0
- package/src/assets/images/triangle-centered-left.svg +12 -0
- package/src/assets/images/triangle-centered-right.svg +12 -0
- package/src/assets/images/triangle-centered-up.svg +12 -0
- package/src/assets/images/triangle-down.svg +5 -0
- package/src/assets/images/triangle-up.svg +5 -0
- package/src/assets/images/undo.svg +7 -0
- package/src/assets/images/verify-exclamation.svg +11 -0
- package/src/assets/scripts/app.js +150 -0
- package/src/assets/scripts/modules/colors.js +11 -0
- package/src/assets/scripts/modules/echarts_area.js +94 -0
- package/src/assets/scripts/modules/echarts_donut.js +85 -0
- package/src/assets/scripts/modules/echarts_exampledata.js +106 -0
- package/src/assets/scripts/modules/echarts_exampleseries.js +146 -0
- package/src/assets/scripts/modules/echarts_gauge.js +74 -0
- package/src/assets/scripts/modules/echarts_horizontal.js +80 -0
- package/src/assets/scripts/modules/echarts_legend.js +13 -0
- package/src/assets/scripts/modules/echarts_vertical.js +80 -0
- package/src/assets/stylesheets/app.css +76 -0
- package/src/assets/stylesheets/components/actionbar.css +41 -0
- package/src/assets/stylesheets/components/alerts.css +50 -0
- package/src/assets/stylesheets/components/banner_card.css +57 -0
- package/src/assets/stylesheets/components/buttons.css +193 -0
- package/src/assets/stylesheets/components/cards.css +149 -0
- package/src/assets/stylesheets/components/chat.css +265 -0
- package/src/assets/stylesheets/components/checkboxes_radiobuttons.css +173 -0
- package/src/assets/stylesheets/components/customer/customer_header.css +98 -0
- package/src/assets/stylesheets/components/customer/customer_productcards.css +212 -0
- package/src/assets/stylesheets/components/customer/customer_sidebar.css +76 -0
- package/src/assets/stylesheets/components/devices.css +84 -0
- package/src/assets/stylesheets/components/drawer.css +100 -0
- package/src/assets/stylesheets/components/dropdown.css +92 -0
- package/src/assets/stylesheets/components/emptystate_message.css +42 -0
- package/src/assets/stylesheets/components/fonts/testio.eot +0 -0
- package/src/assets/stylesheets/components/fonts/testio.svg +1025 -0
- package/src/assets/stylesheets/components/fonts/testio.ttf +0 -0
- package/src/assets/stylesheets/components/fonts/testio.woff +0 -0
- package/src/assets/stylesheets/components/fonts/testio.woff2 +0 -0
- package/src/assets/stylesheets/components/form_card.css +21 -0
- package/src/assets/stylesheets/components/form_grid.css +12 -0
- package/src/assets/stylesheets/components/forms.css +106 -0
- package/src/assets/stylesheets/components/header.css +221 -0
- package/src/assets/stylesheets/components/iconfont.css +3303 -0
- package/src/assets/stylesheets/components/icons.css +143 -0
- package/src/assets/stylesheets/components/images.css +27 -0
- package/src/assets/stylesheets/components/layout.css +82 -0
- package/src/assets/stylesheets/components/list_item.css +281 -0
- package/src/assets/stylesheets/components/lists.css +68 -0
- package/src/assets/stylesheets/components/loading_spinner.css +104 -0
- package/src/assets/stylesheets/components/manager/manager_header.css +51 -0
- package/src/assets/stylesheets/components/manager/manager_sidebar.css +76 -0
- package/src/assets/stylesheets/components/markdown_trix_styles.css +200 -0
- package/src/assets/stylesheets/components/metasidebar.css +57 -0
- package/src/assets/stylesheets/components/metrics.css +13 -0
- package/src/assets/stylesheets/components/modals.css +105 -0
- package/src/assets/stylesheets/components/notifications.css +155 -0
- package/src/assets/stylesheets/components/popover.css +120 -0
- package/src/assets/stylesheets/components/progress.css +70 -0
- package/src/assets/stylesheets/components/radio_tabs.css +59 -0
- package/src/assets/stylesheets/components/reset.css +27 -0
- package/src/assets/stylesheets/components/resultmodule.css +133 -0
- package/src/assets/stylesheets/components/search.css +110 -0
- package/src/assets/stylesheets/components/sections.css +98 -0
- package/src/assets/stylesheets/components/select.css +51 -0
- package/src/assets/stylesheets/components/select2.css +252 -0
- package/src/assets/stylesheets/components/selectable_token.css +223 -0
- package/src/assets/stylesheets/components/sidebar.css +480 -0
- package/src/assets/stylesheets/components/splitview.css +304 -0
- package/src/assets/stylesheets/components/tables.css +109 -0
- package/src/assets/stylesheets/components/tabs.css +122 -0
- package/src/assets/stylesheets/components/tags.css +29 -0
- package/src/assets/stylesheets/components/task_issue_item.css +79 -0
- package/src/assets/stylesheets/components/test_item.css +90 -0
- package/src/assets/stylesheets/components/tester/tester_cards.css +144 -0
- package/src/assets/stylesheets/components/tester/tester_header.css +37 -0
- package/src/assets/stylesheets/components/tester/tester_sidebar.css +93 -0
- package/src/assets/stylesheets/components/toggleswitch.css +119 -0
- package/src/assets/stylesheets/components/tom_select.css +186 -0
- package/src/assets/stylesheets/components/trix_editor.css +174 -0
- package/src/assets/stylesheets/components/typography.css +81 -0
- package/src/assets/stylesheets/components/uploads.css +195 -0
- package/src/assets/stylesheets/components/user_item.css +58 -0
- package/src/assets/stylesheets/designsystem-styles.css +82 -0
- package/src/assets/stylesheets/postcss.config.js +16 -0
- package/src/assets/stylesheets/tailwind.config.js +331 -0
- package/src/humans.txt.njk +11 -0
- package/src/index.pug +16 -0
- package/src/pages/buttons/block.haml +39 -0
- package/src/pages/buttons/buttons-lg.haml +20 -0
- package/src/pages/buttons/buttons-sm.haml +42 -0
- package/src/pages/buttons/buttons-xl.haml +23 -0
- package/src/pages/buttons/buttons.haml +58 -0
- package/src/pages/buttons/buttons_input.haml +39 -0
- package/src/pages/buttons/dropdown-menu.haml +73 -0
- package/src/pages/buttons/index.njk +7 -0
- package/src/pages/buttons/info_popover.haml +33 -0
- package/src/pages/buttons/link-with-icon.haml +13 -0
- package/src/pages/buttons/square-buttons.haml +55 -0
- package/src/pages/charts/area.haml +215 -0
- package/src/pages/charts/bar_horizontal.haml +336 -0
- package/src/pages/charts/bar_vertical.haml +392 -0
- package/src/pages/charts/donut.haml +270 -0
- package/src/pages/charts/gauge.haml +215 -0
- package/src/pages/charts/index.njk +7 -0
- package/src/pages/ci.pug +8 -0
- package/src/pages/colors.pug +147 -0
- package/src/pages/components/alerts.haml +32 -0
- package/src/pages/components/banner_cards.haml +46 -0
- package/src/pages/components/cards.haml +112 -0
- package/src/pages/components/cards_customer.haml +487 -0
- package/src/pages/components/cards_fixedwidth.haml +135 -0
- package/src/pages/components/cards_iconheader.haml +58 -0
- package/src/pages/components/cards_tester.haml +159 -0
- package/src/pages/components/chat_window.haml +241 -0
- package/src/pages/components/comments_bug_preview.haml +29 -0
- package/src/pages/components/comments_chatmessages.haml +229 -0
- package/src/pages/components/descriptionlist.haml +47 -0
- package/src/pages/components/devices.haml +115 -0
- package/src/pages/components/drawer.haml +50 -0
- package/src/pages/components/drawer_filter.haml +76 -0
- package/src/pages/components/emptystate.haml +16 -0
- package/src/pages/components/index.njk +7 -0
- package/src/pages/components/issue-item.haml +18 -0
- package/src/pages/components/listitem_with_footer.haml +209 -0
- package/src/pages/components/listitems.haml +137 -0
- package/src/pages/components/listitems_badge.haml +36 -0
- package/src/pages/components/listitems_collapsable.haml +117 -0
- package/src/pages/components/listitems_nested.haml +50 -0
- package/src/pages/components/listitems_selectable.haml +59 -0
- package/src/pages/components/listitems_white.haml +82 -0
- package/src/pages/components/loading_spinner.haml +11 -0
- package/src/pages/components/metasidebar.haml +13 -0
- package/src/pages/components/modal_details.haml +68 -0
- package/src/pages/components/notification_center.haml +48 -0
- package/src/pages/components/notifications.haml +42 -0
- package/src/pages/components/profilethumb.haml +27 -0
- package/src/pages/components/progress.haml +23 -0
- package/src/pages/components/resultmodule.haml +151 -0
- package/src/pages/components/resultmodule_testcase.haml +125 -0
- package/src/pages/components/section_collapsable.haml +25 -0
- package/src/pages/components/splitview_item.haml +111 -0
- package/src/pages/components/splitview_item_collapsable.haml +65 -0
- package/src/pages/components/tables.haml +57 -0
- package/src/pages/components/tables_linked.haml +29 -0
- package/src/pages/components/tags.haml +12 -0
- package/src/pages/components/task_item.haml +33 -0
- package/src/pages/components/test_item.haml +119 -0
- package/src/pages/components/tester_levels.haml +70 -0
- package/src/pages/components/user_item.haml +49 -0
- package/src/pages/examples/layout-actionbar.haml +268 -0
- package/src/pages/examples/layout-basic.haml +28 -0
- package/src/pages/examples/layout-chat.haml +327 -0
- package/src/pages/examples/layout-customer.haml +190 -0
- package/src/pages/examples/layout-form-sidebar-actionbar-metasidebar.haml +313 -0
- package/src/pages/examples/layout-manager.haml +99 -0
- package/src/pages/examples/layout-metasidebar.haml +269 -0
- package/src/pages/examples/layout-sidebar-actionbar-metasidebar.haml +309 -0
- package/src/pages/examples/layout-sidebar-actionbar.haml +308 -0
- package/src/pages/examples/layout-sidebar.haml +296 -0
- package/src/pages/examples/layout-tester.haml +106 -0
- package/src/pages/examples/splitview-testcases.haml +478 -0
- package/src/pages/examples/splitview.haml +390 -0
- package/src/pages/forms/checkboxes.haml +64 -0
- package/src/pages/forms/checkboxes_devices.haml +45 -0
- package/src/pages/forms/form-addon.haml +16 -0
- package/src/pages/forms/form-card.haml +36 -0
- package/src/pages/forms/form-grid.haml +17 -0
- package/src/pages/forms/form_grid_narrow.haml +19 -0
- package/src/pages/forms/forms.haml +23 -0
- package/src/pages/forms/index.njk +7 -0
- package/src/pages/forms/radiobuttons.haml +50 -0
- package/src/pages/forms/rating_scale.haml +62 -0
- package/src/pages/forms/search.haml +71 -0
- package/src/pages/forms/select2.haml +72 -0
- package/src/pages/forms/select_native.haml +74 -0
- package/src/pages/forms/selectable_token.haml +49 -0
- package/src/pages/forms/selectable_token_browsers.haml +66 -0
- package/src/pages/forms/selectable_token_lg.haml +49 -0
- package/src/pages/forms/selectable_token_xl.haml +49 -0
- package/src/pages/forms/textarea.haml +24 -0
- package/src/pages/forms/toggle-buttons.haml +94 -0
- package/src/pages/forms/toggle-switch.haml +31 -0
- package/src/pages/forms/tomselect.haml +76 -0
- package/src/pages/forms/trix_editor.pug +10 -0
- package/src/pages/forms/uploads.pug +101 -0
- package/src/pages/icons/bug-icons.haml +76 -0
- package/src/pages/icons/index.njk +83 -0
- package/src/pages/icons/marketingicons.haml +16 -0
- package/src/pages/icons/status-icons.haml +39 -0
- package/src/pages/layout/app_layout.haml +28 -0
- package/src/pages/layout/index.njk +7 -0
- package/src/pages/layout/max_width.haml +50 -0
- package/src/pages/layout/spacing.haml +30 -0
- package/src/pages/navigation/header-manager.haml +74 -0
- package/src/pages/navigation/header-tester.haml +100 -0
- package/src/pages/navigation/header.haml +76 -0
- package/src/pages/navigation/header_customer.haml +77 -0
- package/src/pages/navigation/header_tester_epam.haml +108 -0
- package/src/pages/navigation/index.njk +7 -0
- package/src/pages/navigation/product_dropdown.haml +65 -0
- package/src/pages/navigation/radio_tabs.haml +22 -0
- package/src/pages/navigation/sidebar-manager.haml +46 -0
- package/src/pages/navigation/sidebar-tester-elements.haml +105 -0
- package/src/pages/navigation/sidebar-tester-seatlimitation.haml +108 -0
- package/src/pages/navigation/sidebar-tester.haml +75 -0
- package/src/pages/navigation/sidebar.haml +46 -0
- package/src/pages/navigation/sidebar_collapsables.haml +136 -0
- package/src/pages/navigation/sidebar_customer.haml +146 -0
- package/src/pages/navigation/tabnavigation.haml +13 -0
- package/src/pages/navigation/tabnavigation_actions.haml +22 -0
- package/src/pages/navigation/tabnavigation_pills.haml +13 -0
- package/src/pages/typography/index.njk +7 -0
- package/src/pages/typography/link_with_icon.haml +12 -0
- package/src/pages/typography/linked_icon.haml +10 -0
- package/src/pages/typography/markdown.md +113 -0
- package/src/pages/typography/section_header.haml +25 -0
- package/src/pages/typography/section_header_actions.haml +60 -0
- package/src/pages/typography/text_with_icon.haml +12 -0
- package/src/pages/typography/trix_styles.haml +127 -0
- package/src/pages/typography/typography.haml +52 -0
- package/src/sitemap.xml.njk +14 -0
- package/src/static/android-chrome-192x192.png +0 -0
- package/src/static/android-chrome-512x512.png +0 -0
- package/src/static/app.bundled.js +6332 -0
- package/src/static/app.compiled.css +468887 -0
- package/src/static/app.compiled.css.map +1 -0
- package/src/static/apple-touch-icon.png +0 -0
- package/src/static/browserconfig.xml +9 -0
- package/src/static/favicon-16x16.png +0 -0
- package/src/static/favicon-32x32.png +0 -0
- package/src/static/favicon.ico +0 -0
- package/src/static/icons-cirro.json +1 -0
- package/src/static/site.webmanifest +4 -0
- package/utils/collections.js +30 -0
- package/utils/filters.js +11 -0
- package/utils/markdown.js +10 -0
- package/utils/shortcodes.js +7 -0
- package/utils/transforms.js +19 -0
- package/webpack.config.js +25 -0
package/.eleventy.js
ADDED
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
const filters = require('./utils/filters.js')
|
|
2
|
+
const transforms = require('./utils/transforms.js')
|
|
3
|
+
const collections = require('./utils/collections.js')
|
|
4
|
+
const markdownIt = require('./utils/markdown.js');
|
|
5
|
+
const appConfigs = {
|
|
6
|
+
cirro: { output: "dist/" }
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
module.exports = function (eleventyConfig) {
|
|
10
|
+
// Folders to copy to build dir (See. 1.1)
|
|
11
|
+
eleventyConfig.addPassthroughCopy({
|
|
12
|
+
"src/static/site.webmanifest": "",
|
|
13
|
+
"src/static/*": "static",
|
|
14
|
+
"src/assets/fonts/*": "assets/fonts",
|
|
15
|
+
"src/static/downloads/*": "downloads",
|
|
16
|
+
"src/assets/images/*": "assets/images"
|
|
17
|
+
})
|
|
18
|
+
|
|
19
|
+
// Filters
|
|
20
|
+
Object.keys(filters).forEach((filterName) => {
|
|
21
|
+
eleventyConfig.addFilter(filterName, filters[filterName])
|
|
22
|
+
})
|
|
23
|
+
|
|
24
|
+
// Transforms
|
|
25
|
+
Object.keys(transforms).forEach((transformName) => {
|
|
26
|
+
eleventyConfig.addTransform(transformName, transforms[transformName])
|
|
27
|
+
})
|
|
28
|
+
|
|
29
|
+
// Collections
|
|
30
|
+
Object.keys(collections).forEach((collectionName) => {
|
|
31
|
+
eleventyConfig.addCollection(collectionName, collections[collectionName])
|
|
32
|
+
})
|
|
33
|
+
|
|
34
|
+
// This allows Eleventy to watch for file changes during local development.
|
|
35
|
+
eleventyConfig.setUseGitIgnore(false);
|
|
36
|
+
|
|
37
|
+
eleventyConfig.addShortcode('tag', (arg) => `<div>${arg}</div>`);
|
|
38
|
+
eleventyConfig.addPairedShortcode('tag', (children) => `<div class="markdown">${children}</div>`);
|
|
39
|
+
|
|
40
|
+
let haml = require("hamljs");
|
|
41
|
+
eleventyConfig.setLibrary("haml", haml);
|
|
42
|
+
eleventyConfig.setLibrary('md', markdownIt);
|
|
43
|
+
|
|
44
|
+
return {
|
|
45
|
+
dir: {
|
|
46
|
+
input: "src",
|
|
47
|
+
output: appConfigs[process.env.APP].output,
|
|
48
|
+
includes: "_includes",
|
|
49
|
+
layouts: "_layouts"
|
|
50
|
+
},
|
|
51
|
+
templateFormats: ["html", "md", "njk", "pug", "haml", "png", "svg", "eot", "ttf", "woff", "woff2", "jpg", "otf"],
|
|
52
|
+
htmlTemplateEngine: "njk",
|
|
53
|
+
|
|
54
|
+
// 1.1 Enable eleventy to pass dirs specified above
|
|
55
|
+
passthroughFileCopy: true
|
|
56
|
+
};
|
|
57
|
+
};
|
package/LICENSE
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2020 Chris Collins
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|
package/README.md
ADDED
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
# Translation Space Designsystem
|
|
2
|
+
|
|
3
|
+
[](https://dl.circleci.com/status-badge/redirect/gh/test-IO/translation-space-designsystem/tree/main)
|
|
4
|
+
|
|
5
|
+
--- (Live deployment)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
## Development
|
|
9
|
+
|
|
10
|
+
### Requirements
|
|
11
|
+
|
|
12
|
+
1. Node.js
|
|
13
|
+
2. NPM (comes with Node.js)
|
|
14
|
+
|
|
15
|
+
### Install dependencies
|
|
16
|
+
|
|
17
|
+
```sh
|
|
18
|
+
npm i
|
|
19
|
+
```
|
|
20
|
+
|
|
21
|
+
### Working locally
|
|
22
|
+
|
|
23
|
+
Starts watch tasks to compile when changes detected
|
|
24
|
+
|
|
25
|
+
```sh
|
|
26
|
+
npm start
|
|
27
|
+
```
|
|
28
|
+
|
|
29
|
+
### Creating a production build
|
|
30
|
+
|
|
31
|
+
Minify HTML, compress JS, inline and minify CSS.
|
|
32
|
+
|
|
33
|
+
```sh
|
|
34
|
+
npm run build
|
|
35
|
+
```
|
|
36
|
+
|
|
37
|
+
---
|
|
38
|
+
|
|
39
|
+
### Publishing to registry
|
|
40
|
+
|
|
41
|
+
* Make sure to update the version number in package.json file for every pull request
|
|
42
|
+
* CircleCI will take care of publishing to npm and also adding a tag when the commits are merged to master
|
|
43
|
+
* CircleCI will publish it only if the package version has been increased
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
const fs = require('fs');
|
|
2
|
+
const readline = require('readline');
|
|
3
|
+
|
|
4
|
+
async function extractIconClasses(app) {
|
|
5
|
+
const fileStream = fs.createReadStream('src/assets/stylesheets/components/iconfont.css');
|
|
6
|
+
|
|
7
|
+
const rl = readline.createInterface({
|
|
8
|
+
input: fileStream,
|
|
9
|
+
crlfDelay: Infinity
|
|
10
|
+
});
|
|
11
|
+
|
|
12
|
+
const iconClasses = [];
|
|
13
|
+
|
|
14
|
+
for await (const line of rl) {
|
|
15
|
+
if (line.startsWith('.icon-'))
|
|
16
|
+
iconClasses.push(line.split(':')[0].replace('.', ''));
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
fs.writeFile('src/static/icons-' + app + '.json', JSON.stringify(iconClasses), err => {
|
|
20
|
+
if (err) {
|
|
21
|
+
console.log('Error writing file', err)
|
|
22
|
+
} else {
|
|
23
|
+
console.log('Successfully extracted icon classes')
|
|
24
|
+
}
|
|
25
|
+
});
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
extractIconClasses('cirro');
|
|
29
|
+
|
package/index.html
ADDED
|
@@ -0,0 +1,478 @@
|
|
|
1
|
+
|
|
2
|
+
<!DOCTYPE html>
|
|
3
|
+
<html lang="en">
|
|
4
|
+
<head>
|
|
5
|
+
<!--
|
|
6
|
+
Maintained with the excellent knowledge from https://htmlhead.dev
|
|
7
|
+
These comments will be removed in production
|
|
8
|
+
|
|
9
|
+
========================
|
|
10
|
+
|
|
11
|
+
The following 2 meta tags *must* come first in the <head>
|
|
12
|
+
to consistently ensure proper document rendering.
|
|
13
|
+
Any other head element should come *after* these tags.
|
|
14
|
+
-->
|
|
15
|
+
<meta charset="utf-8">
|
|
16
|
+
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
17
|
+
|
|
18
|
+
<!-- Set the base URL for all relative URLs within the document -->
|
|
19
|
+
<base href="/">
|
|
20
|
+
|
|
21
|
+
<!--
|
|
22
|
+
Short description of the document (limit to 150 characters)
|
|
23
|
+
This content *may* be used as a part of search engine results.
|
|
24
|
+
-->
|
|
25
|
+
<meta name="description" content="Fortissimo Design System">
|
|
26
|
+
|
|
27
|
+
<!-- Control the behavior of search engine crawling and indexing -->
|
|
28
|
+
<meta name="robots" content="index,follow"><!-- All Search Engines -->
|
|
29
|
+
<meta name="googlebot" content="index,follow"><!-- Google Specific -->
|
|
30
|
+
|
|
31
|
+
<!-- Tells Google not to show the sitelinks search box -->
|
|
32
|
+
<meta name="google" content="nositelinkssearchbox">
|
|
33
|
+
<!-- Tells Google not to provide a translation for this document -->
|
|
34
|
+
<meta name="google" content="notranslate">
|
|
35
|
+
|
|
36
|
+
<!-- Identify the software used to build the document, Eleventy ftw! -->
|
|
37
|
+
<meta name="generator" content="eleventy">
|
|
38
|
+
|
|
39
|
+
<!-- Disable automatic detection and formatting of possible phone numbers -->
|
|
40
|
+
<meta name="format-detection" content="telephone=no">
|
|
41
|
+
|
|
42
|
+
<!-- Helps prevent duplicate content issues -->
|
|
43
|
+
<link rel="canonical" href="https://test.io/">
|
|
44
|
+
|
|
45
|
+
<title>Translation space - Design System - Fortissimo Design system</title>
|
|
46
|
+
|
|
47
|
+
<!-- Links to information about the author(s) of the document -->
|
|
48
|
+
<link rel="author" href="humans.txt">
|
|
49
|
+
|
|
50
|
+
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
|
|
51
|
+
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
|
|
52
|
+
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
|
|
53
|
+
<link rel="manifest" href="/site.webmanifest">
|
|
54
|
+
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
|
|
55
|
+
<meta name="msapplication-TileColor" content="#000000">
|
|
56
|
+
<meta name="theme-color" content="#ffffff">
|
|
57
|
+
|
|
58
|
+
<!-- Facebook Open Graph meta -->
|
|
59
|
+
<meta property="og:url" content="https://test.io/">
|
|
60
|
+
<meta property="og:type" content="website">
|
|
61
|
+
<meta property="og:title" content="Translation space - Design System">
|
|
62
|
+
|
|
63
|
+
<meta property="og:description" content="Fortissimo Design System" />
|
|
64
|
+
<meta property="og:site_name" content="Fortissimo Design system">
|
|
65
|
+
<meta property="og:locale" content="en_US">
|
|
66
|
+
<meta property="article:author" content="test IO">
|
|
67
|
+
|
|
68
|
+
<!-- Twitter Open Graph meta -->
|
|
69
|
+
<meta name="twitter:card" content="summary_large_image">
|
|
70
|
+
<meta name="twitter:site" content="">
|
|
71
|
+
<meta name="twitter:creator" content="">
|
|
72
|
+
|
|
73
|
+
<!-- disallow Twitter from using your site's info for personalization purposes -->
|
|
74
|
+
<meta name="twitter:dnt" content="on">
|
|
75
|
+
|
|
76
|
+
|
|
77
|
+
<link rel="stylesheet" href="/static/app.compiled.css" id="cirro-space-stylesheet" title="Cirro Space Design System">
|
|
78
|
+
<script src="https://cdnjs.cloudflare.com/ajax/libs/js-beautify/1.13.0/beautify-html.js"></script>
|
|
79
|
+
<script>
|
|
80
|
+
window.onload = () => {
|
|
81
|
+
const previews = document.getElementsByClassName("html-preview");
|
|
82
|
+
for (i = 0; i < previews.length; i++) {
|
|
83
|
+
previews[i].innerText = html_beautify(previews[i].textContent)
|
|
84
|
+
}
|
|
85
|
+
}
|
|
86
|
+
</script>
|
|
87
|
+
|
|
88
|
+
<script type="module" integrity="sha512-7Y25+FX/kRUbZEHtQBOSLffzofBxz8ABQErLAVpGkfzactkpJU5wtTmhIfIZeTw7VHg1JeTIC5kHkzPq7LqR1w==" src="/.11ty/reload-client.js"></script></head>
|
|
89
|
+
|
|
90
|
+
<body class="app-body">
|
|
91
|
+
<a href="#main-content" class="skip-link">Skip to main content</a>
|
|
92
|
+
|
|
93
|
+
<header class="header"><a class="navlink header-logo" href="/"></a>
|
|
94
|
+
<div class="navlinks">
|
|
95
|
+
|
|
96
|
+
<a href="/buttons/"
|
|
97
|
+
|
|
98
|
+
class="navlink
|
|
99
|
+
">
|
|
100
|
+
Buttons
|
|
101
|
+
</a>
|
|
102
|
+
|
|
103
|
+
<a href="/ci/"
|
|
104
|
+
|
|
105
|
+
class="navlink
|
|
106
|
+
">
|
|
107
|
+
CI
|
|
108
|
+
</a>
|
|
109
|
+
|
|
110
|
+
<a href="/colors/"
|
|
111
|
+
|
|
112
|
+
class="navlink
|
|
113
|
+
">
|
|
114
|
+
Colors
|
|
115
|
+
</a>
|
|
116
|
+
|
|
117
|
+
<a href="/components/"
|
|
118
|
+
|
|
119
|
+
class="navlink
|
|
120
|
+
">
|
|
121
|
+
Components
|
|
122
|
+
</a>
|
|
123
|
+
|
|
124
|
+
<a href="/forms/"
|
|
125
|
+
|
|
126
|
+
class="navlink
|
|
127
|
+
">
|
|
128
|
+
Forms
|
|
129
|
+
</a>
|
|
130
|
+
|
|
131
|
+
<a href="/icons/"
|
|
132
|
+
|
|
133
|
+
class="navlink
|
|
134
|
+
">
|
|
135
|
+
Icons
|
|
136
|
+
</a>
|
|
137
|
+
|
|
138
|
+
<a href="/layout/"
|
|
139
|
+
|
|
140
|
+
class="navlink
|
|
141
|
+
">
|
|
142
|
+
Layout
|
|
143
|
+
</a>
|
|
144
|
+
|
|
145
|
+
<a href="/navigation/"
|
|
146
|
+
|
|
147
|
+
class="navlink
|
|
148
|
+
">
|
|
149
|
+
Navigation
|
|
150
|
+
</a>
|
|
151
|
+
|
|
152
|
+
<a href="/typography/"
|
|
153
|
+
|
|
154
|
+
class="navlink
|
|
155
|
+
">
|
|
156
|
+
Typography
|
|
157
|
+
</a>
|
|
158
|
+
|
|
159
|
+
<details class="header-dropdown">
|
|
160
|
+
<summary class="navlink">Examples</summary>
|
|
161
|
+
<div class="dropdown-menu">
|
|
162
|
+
|
|
163
|
+
<a href="/pages/examples/clientui-collaborators/"
|
|
164
|
+
class="dropdown-link">
|
|
165
|
+
Client UI - Collaborators
|
|
166
|
+
</a>
|
|
167
|
+
|
|
168
|
+
<a href="/pages/examples/clientui-request-details/"
|
|
169
|
+
class="dropdown-link">
|
|
170
|
+
Client UI - Request details
|
|
171
|
+
</a>
|
|
172
|
+
|
|
173
|
+
<a href="/pages/examples/clientui-request-form/"
|
|
174
|
+
class="dropdown-link">
|
|
175
|
+
Client UI - Request form
|
|
176
|
+
</a>
|
|
177
|
+
|
|
178
|
+
<a href="/pages/examples/dashboard/"
|
|
179
|
+
class="dropdown-link">
|
|
180
|
+
Dashboard
|
|
181
|
+
</a>
|
|
182
|
+
|
|
183
|
+
<a href="/pages/examples/layout-actionbar/"
|
|
184
|
+
class="dropdown-link">
|
|
185
|
+
Layout with actionbar
|
|
186
|
+
</a>
|
|
187
|
+
|
|
188
|
+
<a href="/pages/examples/layout-basic/"
|
|
189
|
+
class="dropdown-link">
|
|
190
|
+
Basic layout
|
|
191
|
+
</a>
|
|
192
|
+
|
|
193
|
+
<a href="/pages/examples/layout-infosidebar/"
|
|
194
|
+
class="dropdown-link">
|
|
195
|
+
Layout with info sidebar
|
|
196
|
+
</a>
|
|
197
|
+
|
|
198
|
+
<a href="/pages/examples/layout-sidebar-actionbar/"
|
|
199
|
+
class="dropdown-link">
|
|
200
|
+
Layout with sidebar and actionbar
|
|
201
|
+
</a>
|
|
202
|
+
|
|
203
|
+
<a href="/pages/examples/layout-sidebar-contentactionbar/"
|
|
204
|
+
class="dropdown-link">
|
|
205
|
+
Layout with sidebar and content actionbar
|
|
206
|
+
</a>
|
|
207
|
+
|
|
208
|
+
<a href="/pages/examples/layout-sidebar-form-actionbar-aside/"
|
|
209
|
+
class="dropdown-link">
|
|
210
|
+
Form layout: sidebar, actionbar, aside
|
|
211
|
+
</a>
|
|
212
|
+
|
|
213
|
+
<a href="/pages/examples/layout-sidebar-form-actionbar/"
|
|
214
|
+
class="dropdown-link">
|
|
215
|
+
Form layout with sidebar and actionbar
|
|
216
|
+
</a>
|
|
217
|
+
|
|
218
|
+
<a href="/pages/examples/layout-sidebar-form-contentactionbar-aside/"
|
|
219
|
+
class="dropdown-link">
|
|
220
|
+
Form layout: sidebar, content actionbar, aside
|
|
221
|
+
</a>
|
|
222
|
+
|
|
223
|
+
<a href="/pages/examples/layout-sidebar-form-contentactionbar/"
|
|
224
|
+
class="dropdown-link">
|
|
225
|
+
Form layout with sidebar and content actionbar
|
|
226
|
+
</a>
|
|
227
|
+
|
|
228
|
+
<a href="/pages/examples/layout-sidebar/"
|
|
229
|
+
class="dropdown-link">
|
|
230
|
+
Layout with sidebar navigation
|
|
231
|
+
</a>
|
|
232
|
+
|
|
233
|
+
<a href="/pages/examples/settings/"
|
|
234
|
+
class="dropdown-link">
|
|
235
|
+
Settings
|
|
236
|
+
</a>
|
|
237
|
+
|
|
238
|
+
<a href="/pages/examples/task-accepted/"
|
|
239
|
+
class="dropdown-link">
|
|
240
|
+
Task accepted
|
|
241
|
+
</a>
|
|
242
|
+
|
|
243
|
+
<a href="/pages/examples/task-preview/"
|
|
244
|
+
class="dropdown-link">
|
|
245
|
+
Task preview
|
|
246
|
+
</a>
|
|
247
|
+
|
|
248
|
+
<a href="/pages/examples/signin/"
|
|
249
|
+
class="dropdown-link">
|
|
250
|
+
Sign in
|
|
251
|
+
</a>
|
|
252
|
+
|
|
253
|
+
<a href="/pages/examples/signup-languages/"
|
|
254
|
+
class="dropdown-link">
|
|
255
|
+
Sign up - Add Language
|
|
256
|
+
</a>
|
|
257
|
+
|
|
258
|
+
<a href="/pages/examples/signup-preferences/"
|
|
259
|
+
class="dropdown-link">
|
|
260
|
+
Sign up - Add Preferences
|
|
261
|
+
</a>
|
|
262
|
+
|
|
263
|
+
</div>
|
|
264
|
+
</details>
|
|
265
|
+
|
|
266
|
+
<details class="header-dropdown">
|
|
267
|
+
<summary class="navlink">E-Mail Templates</summary>
|
|
268
|
+
<div class="dropdown-menu">
|
|
269
|
+
|
|
270
|
+
<a href="/pages/email-templates/email-generic/"
|
|
271
|
+
class="dropdown-link">
|
|
272
|
+
Email Generic
|
|
273
|
+
</a>
|
|
274
|
+
|
|
275
|
+
</div>
|
|
276
|
+
</details>
|
|
277
|
+
|
|
278
|
+
</div>
|
|
279
|
+
|
|
280
|
+
|
|
281
|
+
<!-- Mobile menu button-->
|
|
282
|
+
<div class="mobile-links">
|
|
283
|
+
<details>
|
|
284
|
+
<summary class="mobile-menu-btn"><div class="navlink"><span class="sr-only">Open main menu</span><!-- Icon when menu is closed.--><span class="text-xl icon icon-menu" aria-hidden="true"></span></div></summary>
|
|
285
|
+
<div class="mobile-menu sidebar">
|
|
286
|
+
|
|
287
|
+
|
|
288
|
+
<a href="/buttons/"
|
|
289
|
+
|
|
290
|
+
class="navlink
|
|
291
|
+
">
|
|
292
|
+
Buttons
|
|
293
|
+
</a>
|
|
294
|
+
|
|
295
|
+
<a href="/ci/"
|
|
296
|
+
|
|
297
|
+
class="navlink
|
|
298
|
+
">
|
|
299
|
+
CI
|
|
300
|
+
</a>
|
|
301
|
+
|
|
302
|
+
<a href="/colors/"
|
|
303
|
+
|
|
304
|
+
class="navlink
|
|
305
|
+
">
|
|
306
|
+
Colors
|
|
307
|
+
</a>
|
|
308
|
+
|
|
309
|
+
<a href="/components/"
|
|
310
|
+
|
|
311
|
+
class="navlink
|
|
312
|
+
">
|
|
313
|
+
Components
|
|
314
|
+
</a>
|
|
315
|
+
|
|
316
|
+
<a href="/forms/"
|
|
317
|
+
|
|
318
|
+
class="navlink
|
|
319
|
+
">
|
|
320
|
+
Forms
|
|
321
|
+
</a>
|
|
322
|
+
|
|
323
|
+
<a href="/icons/"
|
|
324
|
+
|
|
325
|
+
class="navlink
|
|
326
|
+
">
|
|
327
|
+
Icons
|
|
328
|
+
</a>
|
|
329
|
+
|
|
330
|
+
<a href="/layout/"
|
|
331
|
+
|
|
332
|
+
class="navlink
|
|
333
|
+
">
|
|
334
|
+
Layout
|
|
335
|
+
</a>
|
|
336
|
+
|
|
337
|
+
<a href="/navigation/"
|
|
338
|
+
|
|
339
|
+
class="navlink
|
|
340
|
+
">
|
|
341
|
+
Navigation
|
|
342
|
+
</a>
|
|
343
|
+
|
|
344
|
+
<a href="/typography/"
|
|
345
|
+
|
|
346
|
+
class="navlink
|
|
347
|
+
">
|
|
348
|
+
Typography
|
|
349
|
+
</a>
|
|
350
|
+
|
|
351
|
+
|
|
352
|
+
<details>
|
|
353
|
+
<summary class="navlink-container"><div class="navlink">Examples</div></summary>
|
|
354
|
+
|
|
355
|
+
<a href="/pages/examples/clientui-collaborators/"
|
|
356
|
+
class="navlink">
|
|
357
|
+
Client UI - Collaborators
|
|
358
|
+
</a>
|
|
359
|
+
|
|
360
|
+
<a href="/pages/examples/clientui-request-details/"
|
|
361
|
+
class="navlink">
|
|
362
|
+
Client UI - Request details
|
|
363
|
+
</a>
|
|
364
|
+
|
|
365
|
+
<a href="/pages/examples/clientui-request-form/"
|
|
366
|
+
class="navlink">
|
|
367
|
+
Client UI - Request form
|
|
368
|
+
</a>
|
|
369
|
+
|
|
370
|
+
<a href="/pages/examples/dashboard/"
|
|
371
|
+
class="navlink">
|
|
372
|
+
Dashboard
|
|
373
|
+
</a>
|
|
374
|
+
|
|
375
|
+
<a href="/pages/examples/layout-actionbar/"
|
|
376
|
+
class="navlink">
|
|
377
|
+
Layout with actionbar
|
|
378
|
+
</a>
|
|
379
|
+
|
|
380
|
+
<a href="/pages/examples/layout-basic/"
|
|
381
|
+
class="navlink">
|
|
382
|
+
Basic layout
|
|
383
|
+
</a>
|
|
384
|
+
|
|
385
|
+
<a href="/pages/examples/layout-infosidebar/"
|
|
386
|
+
class="navlink">
|
|
387
|
+
Layout with info sidebar
|
|
388
|
+
</a>
|
|
389
|
+
|
|
390
|
+
<a href="/pages/examples/layout-sidebar-actionbar/"
|
|
391
|
+
class="navlink">
|
|
392
|
+
Layout with sidebar and actionbar
|
|
393
|
+
</a>
|
|
394
|
+
|
|
395
|
+
<a href="/pages/examples/layout-sidebar-contentactionbar/"
|
|
396
|
+
class="navlink">
|
|
397
|
+
Layout with sidebar and content actionbar
|
|
398
|
+
</a>
|
|
399
|
+
|
|
400
|
+
<a href="/pages/examples/layout-sidebar-form-actionbar-aside/"
|
|
401
|
+
class="navlink">
|
|
402
|
+
Form layout: sidebar, actionbar, aside
|
|
403
|
+
</a>
|
|
404
|
+
|
|
405
|
+
<a href="/pages/examples/layout-sidebar-form-actionbar/"
|
|
406
|
+
class="navlink">
|
|
407
|
+
Form layout with sidebar and actionbar
|
|
408
|
+
</a>
|
|
409
|
+
|
|
410
|
+
<a href="/pages/examples/layout-sidebar-form-contentactionbar-aside/"
|
|
411
|
+
class="navlink">
|
|
412
|
+
Form layout: sidebar, content actionbar, aside
|
|
413
|
+
</a>
|
|
414
|
+
|
|
415
|
+
<a href="/pages/examples/layout-sidebar-form-contentactionbar/"
|
|
416
|
+
class="navlink">
|
|
417
|
+
Form layout with sidebar and content actionbar
|
|
418
|
+
</a>
|
|
419
|
+
|
|
420
|
+
<a href="/pages/examples/layout-sidebar/"
|
|
421
|
+
class="navlink">
|
|
422
|
+
Layout with sidebar navigation
|
|
423
|
+
</a>
|
|
424
|
+
|
|
425
|
+
<a href="/pages/examples/settings/"
|
|
426
|
+
class="navlink">
|
|
427
|
+
Settings
|
|
428
|
+
</a>
|
|
429
|
+
|
|
430
|
+
<a href="/pages/examples/task-accepted/"
|
|
431
|
+
class="navlink">
|
|
432
|
+
Task accepted
|
|
433
|
+
</a>
|
|
434
|
+
|
|
435
|
+
<a href="/pages/examples/task-preview/"
|
|
436
|
+
class="navlink">
|
|
437
|
+
Task preview
|
|
438
|
+
</a>
|
|
439
|
+
|
|
440
|
+
<a href="/pages/examples/signin/"
|
|
441
|
+
class="navlink">
|
|
442
|
+
Sign in
|
|
443
|
+
</a>
|
|
444
|
+
|
|
445
|
+
<a href="/pages/examples/signup-languages/"
|
|
446
|
+
class="navlink">
|
|
447
|
+
Sign up - Add Language
|
|
448
|
+
</a>
|
|
449
|
+
|
|
450
|
+
<a href="/pages/examples/signup-preferences/"
|
|
451
|
+
class="navlink">
|
|
452
|
+
Sign up - Add Preferences
|
|
453
|
+
</a>
|
|
454
|
+
|
|
455
|
+
</details>
|
|
456
|
+
|
|
457
|
+
<details>
|
|
458
|
+
<summary class="navlink-container"><div class="navlink">E-Mail</div></summary>
|
|
459
|
+
|
|
460
|
+
<a href="/pages/email-templates/email-generic/"
|
|
461
|
+
class="navlink">
|
|
462
|
+
Email Generic
|
|
463
|
+
</a>
|
|
464
|
+
|
|
465
|
+
</details>
|
|
466
|
+
|
|
467
|
+
</div>
|
|
468
|
+
</details>
|
|
469
|
+
|
|
470
|
+
</div>
|
|
471
|
+
</header>
|
|
472
|
+
|
|
473
|
+
|
|
474
|
+
<main class="main-content main-content-padding"><div class="centered-column"><div class="centered-column-content"><img class="mt-10 mb-5" src="/assets/images/logo-fortissimo/fortissimo-logo-horizontal-black.svg"/><p class="max-w-md mx-auto md:mt-5 md:max-w-3xl">The Translation Space Design System provides a set of tools to help designers and developers build products and services more easily. Our custom TailwindCSS config file, component classes, and HTML snippets offer a starting point for development.</p><div class="flex justify-center pt-10"><a href="https://badge.fury.io/js/translation-space-designsystem"><img src="https://badge.fury.io/js/translation-space-designsystem.svg" alt="npm version" height="18"/></a></div></div></div></main>
|
|
475
|
+
|
|
476
|
+
</body>
|
|
477
|
+
<script src="/static/app.bundled.js"></script>
|
|
478
|
+
</html>
|