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
|
@@ -0,0 +1,304 @@
|
|
|
1
|
+
.splitview-layout {
|
|
2
|
+
@apply relative grid overflow-hidden max-h-full;
|
|
3
|
+
grid-template-areas: "splitview-header splitview-header"
|
|
4
|
+
"splitview-list-header splitview-details"
|
|
5
|
+
"splitview-list splitview-details"
|
|
6
|
+
"splitview-list-actionbar splitview-details-actionbar";
|
|
7
|
+
grid-template-columns: 1fr;
|
|
8
|
+
grid-template-rows: auto auto 1fr auto;
|
|
9
|
+
grid-area: main;
|
|
10
|
+
@screen lg {
|
|
11
|
+
grid-template-columns: 1fr 1fr;
|
|
12
|
+
}
|
|
13
|
+
@screen xl {
|
|
14
|
+
grid-template-columns: 1fr 2fr;
|
|
15
|
+
}
|
|
16
|
+
@screen 2xl {
|
|
17
|
+
grid-template-columns: 1fr 3fr;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
.splitview-layout .splitview-details {
|
|
22
|
+
@apply hidden lg:block;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
/*/ hide content when no item is selected */
|
|
26
|
+
.splitview-layout .splitview-details-content {
|
|
27
|
+
@apply hidden;
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
.splitview-layout.item-selected .splitview-list-header {
|
|
31
|
+
@apply hidden lg:flex;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
.splitview-layout.item-selected .splitview-list {
|
|
35
|
+
@apply hidden lg:block overflow-x-hidden;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
.splitview-layout.item-selected {
|
|
39
|
+
|
|
40
|
+
.splitview-details {
|
|
41
|
+
display: block;
|
|
42
|
+
}
|
|
43
|
+
.splitview-details-content {
|
|
44
|
+
display: block; /*/ Show content when items are selected */
|
|
45
|
+
}
|
|
46
|
+
.splitview-details-emptystate {
|
|
47
|
+
display: none;
|
|
48
|
+
}
|
|
49
|
+
.splitview-details {
|
|
50
|
+
@apply border-info;
|
|
51
|
+
}
|
|
52
|
+
.splitview-list-actionbar {
|
|
53
|
+
display: none;
|
|
54
|
+
}
|
|
55
|
+
.splitview-details-actionbar {
|
|
56
|
+
display: flex;
|
|
57
|
+
}
|
|
58
|
+
.splitview-list {
|
|
59
|
+
grid-row-start: 3;
|
|
60
|
+
grid-row-end: 5;
|
|
61
|
+
}
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
.splitview-header {
|
|
65
|
+
@apply relative px-body-padding-mobile pt-body-padding-mobile pb-md sm:px-body-padding-tablet sm:pt-body-padding-tablet xl:px-body-padding-desktop xl:pt-body-padding-desktop;
|
|
66
|
+
grid-area: splitview-header;
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
.splitview-list {
|
|
70
|
+
@apply relative h-full max-h-full min-h-0 pl-body-padding-mobile pb-xl sm:pl-body-padding-tablet xl:pl-body-padding-desktop overflow-y-scroll overflow-x-hidden;
|
|
71
|
+
grid-area: splitview-list;
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
.splitview-list-header {
|
|
75
|
+
@apply relative flex flex-row mr-spacing mb-xs ml-body-padding-mobile sm:ml-body-padding-tablet xl:ml-body-padding-desktop;
|
|
76
|
+
grid-area: splitview-list-header;
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
.splitview-list-header::before {
|
|
80
|
+
@apply absolute block left-0 bottom-xxs w-full h-1px border-b border-bordercolor;
|
|
81
|
+
content: "";
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
.splitview-list-header-title {
|
|
85
|
+
@apply relative inline-block pr-sm mt-xxs text-heading-3 bg-appbody;
|
|
86
|
+
line-height: 1.1;
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
.splitview-list-header .form-check {
|
|
90
|
+
@apply pr-xs bg-white;
|
|
91
|
+
margin-top: 8px;
|
|
92
|
+
}
|
|
93
|
+
|
|
94
|
+
.splitview-list-header-actions {
|
|
95
|
+
@apply flex flex-row justify-end ml-auto;
|
|
96
|
+
}
|
|
97
|
+
|
|
98
|
+
.splitview-list-header-actions .linked-icon {
|
|
99
|
+
@apply ml-sm;
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
/*///// Splitview Details /////*/
|
|
103
|
+
|
|
104
|
+
.splitview-details {
|
|
105
|
+
@apply px-spacing pb-xl overflow-y-scroll overflow-x-hidden h-full max-h-full min-h-0 max-w-full min-w-0 border-l-2 border-bordercolor;
|
|
106
|
+
grid-area: splitview-details;
|
|
107
|
+
}
|
|
108
|
+
|
|
109
|
+
.splitview-details-header {
|
|
110
|
+
@apply grid gap-xs mb-md;
|
|
111
|
+
grid-template-columns: auto 1fr auto;
|
|
112
|
+
}
|
|
113
|
+
|
|
114
|
+
.splitview-details-title {
|
|
115
|
+
@apply text-heading-3;
|
|
116
|
+
}
|
|
117
|
+
|
|
118
|
+
.splitview-details-header .btn-close-detailview {
|
|
119
|
+
@apply lg:hidden;
|
|
120
|
+
}
|
|
121
|
+
|
|
122
|
+
.list-splitview-meta {
|
|
123
|
+
@apply grid content-start gap-xs mb-xs;
|
|
124
|
+
grid-template-columns: 1fr 2fr;
|
|
125
|
+
|
|
126
|
+
dd {
|
|
127
|
+
margin-bottom: 0;
|
|
128
|
+
}
|
|
129
|
+
@screen xl {
|
|
130
|
+
grid-template-columns: 1fr 2fr 1fr 2fr;
|
|
131
|
+
}
|
|
132
|
+
}
|
|
133
|
+
|
|
134
|
+
.meta-collapsable {
|
|
135
|
+
@apply border-b border-bordercolor mb-md;
|
|
136
|
+
|
|
137
|
+
.summary-closed {
|
|
138
|
+
@apply block;
|
|
139
|
+
}
|
|
140
|
+
.summary-open {
|
|
141
|
+
@apply hidden;
|
|
142
|
+
}
|
|
143
|
+
}
|
|
144
|
+
|
|
145
|
+
.meta-collapsable > summary {
|
|
146
|
+
@apply flex items-center justify-center h-btn-sm text-primary cursor-pointer;
|
|
147
|
+
|
|
148
|
+
&:hover, &:focus {
|
|
149
|
+
@apply text-white bg-link-hover border-link-hover;
|
|
150
|
+
}
|
|
151
|
+
}
|
|
152
|
+
|
|
153
|
+
.meta-collapsable[open] {
|
|
154
|
+
@apply flex flex-col-reverse;
|
|
155
|
+
.summary-open {
|
|
156
|
+
@apply block;
|
|
157
|
+
}
|
|
158
|
+
.summary-closed {
|
|
159
|
+
@apply hidden;
|
|
160
|
+
}
|
|
161
|
+
}
|
|
162
|
+
|
|
163
|
+
.splitview-details-content-grid {
|
|
164
|
+
@apply grid gap-xs mb-md;
|
|
165
|
+
|
|
166
|
+
@screen xl {
|
|
167
|
+
grid-template-columns: 1fr 3fr;
|
|
168
|
+
.label {
|
|
169
|
+
padding-top: 2px;
|
|
170
|
+
}
|
|
171
|
+
}
|
|
172
|
+
}
|
|
173
|
+
|
|
174
|
+
/*///// Splitview actionbars /////*/
|
|
175
|
+
|
|
176
|
+
.splitview-list-actionbar {
|
|
177
|
+
@apply flex px-body-padding-mobile sm:px-body-padding-tablet xl:px-body-padding-desktop bg-primary;
|
|
178
|
+
grid-area: splitview-list-actionbar;
|
|
179
|
+
grid-column-start: 1;
|
|
180
|
+
grid-column-end: 3;
|
|
181
|
+
}
|
|
182
|
+
|
|
183
|
+
.splitview-details-actionbar {
|
|
184
|
+
@apply hidden bg-info px-body-padding-mobile sm:px-body-padding-tablet;
|
|
185
|
+
|
|
186
|
+
.popover-menu {
|
|
187
|
+
@apply bg-info;
|
|
188
|
+
}
|
|
189
|
+
}
|
|
190
|
+
|
|
191
|
+
|
|
192
|
+
/*///// Splitview item /////*/
|
|
193
|
+
|
|
194
|
+
.splitview-item {
|
|
195
|
+
@apply grid p-xs pr-spacing -mx-xs cursor-pointer;
|
|
196
|
+
grid-template-areas: "split-check split-icon split-text split-status";
|
|
197
|
+
grid-template-columns: auto auto 1fr auto;
|
|
198
|
+
}
|
|
199
|
+
|
|
200
|
+
.splitview-item.selected {
|
|
201
|
+
@apply text-white bg-info;
|
|
202
|
+
.splitview-item-icon,
|
|
203
|
+
.splitview-item-metainfo {
|
|
204
|
+
@apply text-white;
|
|
205
|
+
}
|
|
206
|
+
.status-icon {
|
|
207
|
+
@apply bg-white;
|
|
208
|
+
}
|
|
209
|
+
.splitview-item-checkbox input {
|
|
210
|
+
@apply border-white;
|
|
211
|
+
}
|
|
212
|
+
.splitview-item-checkbox input[type=checkbox]:checked {
|
|
213
|
+
@apply bg-white;
|
|
214
|
+
}
|
|
215
|
+
.splitview-item-checkbox input[type=checkbox]:checked::after {
|
|
216
|
+
@apply bg-info;
|
|
217
|
+
}
|
|
218
|
+
}
|
|
219
|
+
|
|
220
|
+
.splitview-item:hover {
|
|
221
|
+
@apply text-white bg-link-hover;
|
|
222
|
+
|
|
223
|
+
.splitview-item-icon,
|
|
224
|
+
.splitview-item-metainfo {
|
|
225
|
+
@apply text-white;
|
|
226
|
+
}
|
|
227
|
+
.status-icon {
|
|
228
|
+
@apply bg-white;
|
|
229
|
+
}
|
|
230
|
+
.splitview-item-checkbox input {
|
|
231
|
+
@apply border-white;
|
|
232
|
+
}
|
|
233
|
+
.splitview-item-checkbox input[type=checkbox]:checked {
|
|
234
|
+
@apply border-white bg-white;
|
|
235
|
+
}
|
|
236
|
+
.splitview-item-checkbox input[type=checkbox]:checked::after {
|
|
237
|
+
@apply bg-info;
|
|
238
|
+
}
|
|
239
|
+
}
|
|
240
|
+
|
|
241
|
+
.splitview-item-checkbox {
|
|
242
|
+
grid-area: split-check;
|
|
243
|
+
& input {
|
|
244
|
+
@apply mr-xs;
|
|
245
|
+
}
|
|
246
|
+
}
|
|
247
|
+
|
|
248
|
+
.splitview-item-icon {
|
|
249
|
+
@apply w-spacing;
|
|
250
|
+
grid-area: split-icon;
|
|
251
|
+
}
|
|
252
|
+
|
|
253
|
+
.splitview-item-text {
|
|
254
|
+
@apply pr-xs;
|
|
255
|
+
grid-area: split-text;
|
|
256
|
+
line-height: 1.3;
|
|
257
|
+
}
|
|
258
|
+
|
|
259
|
+
.splitview-item-title {
|
|
260
|
+
overflow: hidden;
|
|
261
|
+
display: -webkit-box;
|
|
262
|
+
-webkit-box-orient: vertical;
|
|
263
|
+
line-clamp: 4;
|
|
264
|
+
-webkit-line-clamp: 4;
|
|
265
|
+
}
|
|
266
|
+
|
|
267
|
+
.splitview-item-metainfo {
|
|
268
|
+
@apply mt-xxs text-label text-label-color;
|
|
269
|
+
line-height: 1.3;
|
|
270
|
+
}
|
|
271
|
+
|
|
272
|
+
.splitview-item-status {
|
|
273
|
+
@apply flex flex-col items-end w-spacing;
|
|
274
|
+
grid-area: split-status;
|
|
275
|
+
}
|
|
276
|
+
|
|
277
|
+
.splitview-item-status .status-icon {
|
|
278
|
+
@apply mb-xxs;
|
|
279
|
+
}
|
|
280
|
+
|
|
281
|
+
.splitview-item .list-tags {
|
|
282
|
+
@apply mt-xxs;
|
|
283
|
+
}
|
|
284
|
+
|
|
285
|
+
/*///// Collapsable splitview item/group /////*/
|
|
286
|
+
|
|
287
|
+
.splitview-group > summary::before {
|
|
288
|
+
@apply inline-block w-icon h-icon mr-xxs bg-primary;
|
|
289
|
+
content: "";
|
|
290
|
+
mask-repeat: no-repeat;
|
|
291
|
+
mask-image: url("/assets/images/triangle-centered-right.svg");
|
|
292
|
+
}
|
|
293
|
+
|
|
294
|
+
.splitview-group[open] > summary::before {
|
|
295
|
+
mask-image: url("/assets/images/triangle-centered-down.svg");
|
|
296
|
+
}
|
|
297
|
+
|
|
298
|
+
.splitview-group > summary:hover::before {
|
|
299
|
+
@apply bg-white;
|
|
300
|
+
}
|
|
301
|
+
|
|
302
|
+
.splitview-group .splitview-item:not(summary) {
|
|
303
|
+
padding-left: 65px;
|
|
304
|
+
}
|
|
@@ -0,0 +1,109 @@
|
|
|
1
|
+
|
|
2
|
+
.table {
|
|
3
|
+
@apply w-full mb-spacing;
|
|
4
|
+
|
|
5
|
+
th,
|
|
6
|
+
td {
|
|
7
|
+
@apply p-xs align-middle border-t border-bordercolor;
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
thead th {
|
|
11
|
+
@apply text-left align-bottom border-b border-bordercolor;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
tbody + tbody {
|
|
15
|
+
@apply border-t border-bordercolor;
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
.table-bordered {
|
|
20
|
+
@apply border border-bordercolor;
|
|
21
|
+
|
|
22
|
+
th,
|
|
23
|
+
td {
|
|
24
|
+
@apply border border-bordercolor;
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
thead {
|
|
28
|
+
th,
|
|
29
|
+
td {
|
|
30
|
+
@apply border-b border-bordercolor;
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
.table td {
|
|
36
|
+
|
|
37
|
+
&.td-fixed-width {
|
|
38
|
+
max-width: 150px;
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
&.td-actions {
|
|
42
|
+
min-width: 120px;
|
|
43
|
+
max-width: 150px;
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
&.title {
|
|
47
|
+
max-width: 500px;
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
.table.table-borderless {
|
|
52
|
+
th {
|
|
53
|
+
border: 0;
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
td {
|
|
57
|
+
border: 0;
|
|
58
|
+
}
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
.table.table-sm td {
|
|
62
|
+
@apply pr-spacing;
|
|
63
|
+
&:last-child {
|
|
64
|
+
padding-right: 0;
|
|
65
|
+
}
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
.table th,
|
|
69
|
+
.table thead th {
|
|
70
|
+
@apply py-xxs text-label font-semibold border-b border-bordercolor;
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
.table tr:first-child td,
|
|
74
|
+
.table.tbody tr:first-child td {
|
|
75
|
+
border-top: 0;
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
.td-title {
|
|
79
|
+
@apply inline pr-xs text-black hover:text-link-hover;
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
.table-bordered,
|
|
83
|
+
.table-bordered thead,
|
|
84
|
+
.table-bordered tbody {
|
|
85
|
+
border: 0;
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
.table-bordered tr th:first-child,
|
|
89
|
+
.table-bordered tr td:first-child {
|
|
90
|
+
border-left: 0;
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
.table-bordered tr td:last-child,
|
|
94
|
+
.table-bordered tr th:last-child {
|
|
95
|
+
border-right: 0;
|
|
96
|
+
}
|
|
97
|
+
|
|
98
|
+
.table td.cell-with-buttons {
|
|
99
|
+
@apply py-xxs;
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
.table .linked-cell:hover,
|
|
103
|
+
.table .linked-row:hover {
|
|
104
|
+
@apply text-white bg-link-hover cursor-pointer;
|
|
105
|
+
}
|
|
106
|
+
|
|
107
|
+
.table tr:has(.highlight-parent-row:hover) {
|
|
108
|
+
@apply text-white bg-link-hover cursor-pointer;
|
|
109
|
+
}
|
|
@@ -0,0 +1,122 @@
|
|
|
1
|
+
|
|
2
|
+
.nav-tabs,
|
|
3
|
+
.nav-pills {
|
|
4
|
+
@apply relative flex flex-row mb-spacing overflow-x-scroll overflow-y-hidden;
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
.nav-tabs {
|
|
8
|
+
@apply border-b border-bordercolor;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
.nav-tabs::after {
|
|
12
|
+
@apply absolute block top-0 right-0 h-full w-spacing;
|
|
13
|
+
content: "";
|
|
14
|
+
background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 90%);
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
.nav-tabs::-webkit-scrollbar,
|
|
18
|
+
.nav-pills::-webkit-scrollbar,
|
|
19
|
+
.nav-tabs .navlinks::-webkit-scrollbar {
|
|
20
|
+
display: none;
|
|
21
|
+
-ms-overflow-style: none; /* IE and Edge */
|
|
22
|
+
scrollbar-width: none; /* Firefox */
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
.nav-tabs .navlink,
|
|
26
|
+
.nav-tabs .nav-link {
|
|
27
|
+
@apply inline-flex items-start whitespace-nowrap mr-md h-spacing text-primary text-heading-5 font-headings border-b border-link-hover rounded-none cursor-pointer;
|
|
28
|
+
margin-bottom: -1px;
|
|
29
|
+
line-height: 1;
|
|
30
|
+
user-select: none;
|
|
31
|
+
|
|
32
|
+
&.active {
|
|
33
|
+
@apply border-b-4 border-info;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
&:hover, &:focus {
|
|
37
|
+
@apply text-link-hover border-b-4 border-link-hover;
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
&.disabled, &.disabled:hover, &.disabled:focus {
|
|
41
|
+
@apply text-disabled;
|
|
42
|
+
cursor: not-allowed;
|
|
43
|
+
border-bottom: none;
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
&:last-child {
|
|
47
|
+
margin-right: 0;
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
.nav-tabs .counter {
|
|
52
|
+
@apply ml-xxs mr-0 text-sm;
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
.nav-tabs:has(.nav-actions) {
|
|
56
|
+
display: grid;
|
|
57
|
+
grid-template-columns: 1fr auto;
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
.nav-tabs:has(.nav-actions) .navlinks {
|
|
61
|
+
@apply pr-spacing;
|
|
62
|
+
overflow-x: scroll;
|
|
63
|
+
overflow-y: hidden;
|
|
64
|
+
white-space: nowrap;
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
.nav-tabs:has(.nav-actions)::after {
|
|
68
|
+
content: none;
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
.nav-tabs:has(.nav-actions) .nav-actions::before {
|
|
72
|
+
@apply absolute block top-0 -left-spacing h-full w-spacing;
|
|
73
|
+
content: "";
|
|
74
|
+
background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 90%);
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
.nav-tabs .nav-actions {
|
|
78
|
+
@apply relative flex flex-row justify-end self-end bottom-xxs ml-auto whitespace-nowrap;
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
.nav-tabs .nav-actions .link-with-icon,
|
|
82
|
+
.nav-tabs .nav-actions .linked-icon {
|
|
83
|
+
@apply ml-sm;
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
|
|
87
|
+
/*/////// Nav pills ///////*/
|
|
88
|
+
|
|
89
|
+
.nav-pills {
|
|
90
|
+
@apply relative flex mb-md;
|
|
91
|
+
overflow-x: scroll;
|
|
92
|
+
overflow-y: hidden;
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
.nav-pills .navlink {
|
|
96
|
+
@apply inline-flex items-start flex-shrink-0 whitespace-nowrap mr-xxs py-xxs px-sm bg-gray-lighter rounded cursor-pointer;
|
|
97
|
+
&.active {
|
|
98
|
+
@apply text-white bg-info;
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
&:hover, &:focus {
|
|
102
|
+
@apply text-white bg-link-hover;
|
|
103
|
+
}
|
|
104
|
+
|
|
105
|
+
&.disabled, &.disabled:hover, &.disabled:focus {
|
|
106
|
+
@apply text-disabled cursor-not-allowed;
|
|
107
|
+
}
|
|
108
|
+
|
|
109
|
+
&:last-child {
|
|
110
|
+
margin-right: 0;
|
|
111
|
+
}
|
|
112
|
+
|
|
113
|
+
&.disabled {
|
|
114
|
+
@apply text-disabled bg-transparent;
|
|
115
|
+
background-image: url("/assets/images/pattern-stripes-gray.png");
|
|
116
|
+
background-repeat: repeat;
|
|
117
|
+
}
|
|
118
|
+
}
|
|
119
|
+
|
|
120
|
+
.nav-pills .counter {
|
|
121
|
+
@apply ml-xxs mr-0;
|
|
122
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
|
|
2
|
+
.list-tags {
|
|
3
|
+
@apply flex flex-row items-center flex-wrap;
|
|
4
|
+
.tag {
|
|
5
|
+
@apply mr-xxs mb-xxs;
|
|
6
|
+
}
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
.tag {
|
|
10
|
+
@apply inline-flex items-center flex-row h-md px-xs text-sm leading-none bg-gray-light rounded;
|
|
11
|
+
padding-top: 2px;
|
|
12
|
+
padding-bottom: 2px;
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
.tag .icon {
|
|
16
|
+
@apply text-xxs h-icon-xxs;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
.tag.sm {
|
|
20
|
+
@apply h-sm text-xs px-xxs;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
.tag.focus-group {
|
|
24
|
+
@apply text-white bg-orange-500;
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
.tag.teamleader-verified {
|
|
28
|
+
@apply text-white bg-gray-dark;
|
|
29
|
+
}
|
|
@@ -0,0 +1,79 @@
|
|
|
1
|
+
|
|
2
|
+
.list-tasks,
|
|
3
|
+
.list-issues {
|
|
4
|
+
@apply gap-sm;
|
|
5
|
+
display: grid;
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
.task-item,
|
|
9
|
+
.issue-item {
|
|
10
|
+
display: grid;
|
|
11
|
+
grid-template-areas: "item-icon item-title item-metrics"
|
|
12
|
+
"item-icon item-info item-info";
|
|
13
|
+
grid-template-columns: auto 1fr;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
.task-item-wrapper,
|
|
17
|
+
.issue-item-wrapper {
|
|
18
|
+
display: grid;
|
|
19
|
+
grid-template-columns: 1fr auto;
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
.task-item:hover,
|
|
23
|
+
.issue-item:hover {
|
|
24
|
+
.task-icon,
|
|
25
|
+
.task-title,
|
|
26
|
+
.task-info,
|
|
27
|
+
.task-metrics .icon,
|
|
28
|
+
.issue-icon,
|
|
29
|
+
.issue-title,
|
|
30
|
+
.issue-info,
|
|
31
|
+
.issue-metrics .icon {
|
|
32
|
+
@apply text-link-hover;
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
.task-item .task-icon,
|
|
37
|
+
.issue-item .issue-icon {
|
|
38
|
+
@apply w-spacing mr-xxs;
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
.task-item .task-title,
|
|
42
|
+
.issue-item .issue-title {
|
|
43
|
+
@apply text-black font-medium;
|
|
44
|
+
grid-area: item-title;
|
|
45
|
+
overflow: hidden;
|
|
46
|
+
display: -webkit-box;
|
|
47
|
+
-webkit-box-orient: vertical;
|
|
48
|
+
line-clamp: 3;
|
|
49
|
+
-webkit-line-clamp: 3;
|
|
50
|
+
line-height: 1.3;
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
.task-item .task-info,
|
|
54
|
+
.issue-item .issue-info {
|
|
55
|
+
@apply text-xs text-label-color font-semibold;
|
|
56
|
+
grid-area: item-info;
|
|
57
|
+
overflow: hidden;
|
|
58
|
+
display: -webkit-box;
|
|
59
|
+
-webkit-box-orient: vertical;
|
|
60
|
+
line-clamp: 2;
|
|
61
|
+
-webkit-line-clamp: 2;
|
|
62
|
+
padding-top: 2px;
|
|
63
|
+
line-height: 1.2;
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
.task-item .task-action
|
|
67
|
+
.issue-item .issue-action {
|
|
68
|
+
grid-area: item-actions;
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
.task-item .task-metrics,
|
|
72
|
+
.issue-item .issue-metrics {
|
|
73
|
+
grid-area: item-metrics;
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
.task-item .metric-item,
|
|
77
|
+
.issue-item .metric-item {
|
|
78
|
+
@apply ml-xs;
|
|
79
|
+
}
|
|
@@ -0,0 +1,90 @@
|
|
|
1
|
+
|
|
2
|
+
.list-test-items {
|
|
3
|
+
@apply grid gap-sm;
|
|
4
|
+
}
|
|
5
|
+
|
|
6
|
+
.test-item {
|
|
7
|
+
@apply relative grid pl-spacing;
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
.test-item .test-title::before {
|
|
11
|
+
@apply w-icon h-icon bg-black;
|
|
12
|
+
content: "";
|
|
13
|
+
position: absolute;
|
|
14
|
+
display: inline-block;
|
|
15
|
+
mask-repeat: no-repeat;
|
|
16
|
+
left: 0;
|
|
17
|
+
top: -2px;
|
|
18
|
+
mask-repeat: no-repeat;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
.test-item.test-initialized .test-title::before {
|
|
22
|
+
mask-image: url("/assets/images/test-initialized.svg");
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
.test-item.test-running .test-title::before {
|
|
26
|
+
mask-image: url("/assets/images/test-running.svg");
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
.test-item.test-stopped .test-title::before {
|
|
30
|
+
mask-image: url("/assets/images/test-stopped.svg");
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
.test-item.test-locked .test-title::before {
|
|
34
|
+
mask-image: url("/assets/images/test-locked.svg");
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
.test-item.test-failed .test-title::before {
|
|
38
|
+
@apply bg-danger;
|
|
39
|
+
mask-image: url("/assets/images/test-failed.svg");
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
.test-item.test-archived .test-title::before {
|
|
43
|
+
mask-image: url("/assets/images/test-archived.svg");
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
.test-item.test-success .test-title::before {
|
|
47
|
+
@apply bg-success;
|
|
48
|
+
mask-image: url("/assets/images/test-check.svg");
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
.test-item.test-promoted .test-title::before {
|
|
52
|
+
mask-image: url("/assets/images/test-promoted.svg");
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
.test-item .test-title {
|
|
56
|
+
@apply text-black font-medium;
|
|
57
|
+
overflow: hidden;
|
|
58
|
+
display: -webkit-box;
|
|
59
|
+
-webkit-box-orient: vertical;
|
|
60
|
+
-webkit-line-clamp: 3;
|
|
61
|
+
line-height: 1.3;
|
|
62
|
+
&:hover, &:focus {
|
|
63
|
+
@apply text-link-hover;
|
|
64
|
+
&::before {
|
|
65
|
+
@apply bg-link-hover;
|
|
66
|
+
}
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
.test-item .test-info {
|
|
71
|
+
@apply text-xs text-label-color font-semibold;
|
|
72
|
+
overflow: hidden;
|
|
73
|
+
display: -webkit-box;
|
|
74
|
+
margin-top: 2px;
|
|
75
|
+
-webkit-box-orient: vertical;
|
|
76
|
+
-webkit-line-clamp: 2;
|
|
77
|
+
line-height: 1.3;
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
.test-item .test-progress {
|
|
81
|
+
@apply mt-xxs mb-xxs;
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
.test-item .test-metrics {
|
|
85
|
+
@apply pt-xxs;
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
.test-item .metric-item {
|
|
89
|
+
@apply mr-xs;
|
|
90
|
+
}
|