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,50 @@
|
|
|
1
|
+
.alert {
|
|
2
|
+
@apply relative overflow-hidden flex flex-row items-start w-full mb-xs p-xxs text-left text-white bg-info border-0 rounded;
|
|
3
|
+
}
|
|
4
|
+
|
|
5
|
+
.alert-message {
|
|
6
|
+
@apply flex flex-col sm:flex-row sm:flex-grow items-start justify-between w-full p-xs;
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
.alert-message .btn {
|
|
10
|
+
@apply mt-xs sm:-my-xs ml-0 sm:ml-xs -mr-xxs text-primary bg-white hover:text-white hover:bg-link-hover;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
.alert .close {
|
|
14
|
+
@apply flex justify-center items-center flex-shrink-0 w-btn h-btn top-xxs right-xxs text-info bg-white hover:bg-link-hover rounded opacity-100;
|
|
15
|
+
.icon {
|
|
16
|
+
@apply text-icon;
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
.alert .close:hover, .alert .close:focus {
|
|
21
|
+
@apply text-white bg-link-hover outline-none;
|
|
22
|
+
.icon {
|
|
23
|
+
@apply text-white;
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
.alert .close:not(:disabled):not(.disabled):hover,
|
|
28
|
+
.alert .close:not(:disabled):not(.disabled):focus {
|
|
29
|
+
@apply opacity-100;
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
.alert-info {
|
|
33
|
+
@apply bg-info;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
.alert-success {
|
|
37
|
+
@apply bg-success;
|
|
38
|
+
.icon {
|
|
39
|
+
@apply text-success;
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
.alert-warning,
|
|
44
|
+
.alert-danger,
|
|
45
|
+
.alert-error {
|
|
46
|
+
@apply bg-danger;
|
|
47
|
+
.icon {
|
|
48
|
+
@apply text-danger;
|
|
49
|
+
}
|
|
50
|
+
}
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
.banner-card {
|
|
2
|
+
@apply flex flex-row mb-md w-full rounded overflow-hidden bg-gray-lightest border border-bordercolor;
|
|
3
|
+
}
|
|
4
|
+
|
|
5
|
+
.banner-card.welcome {
|
|
6
|
+
@apply text-white bg-purple-500;
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
.banner-card .welcome-image {
|
|
10
|
+
@apply w-spacing-3xl;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
.banner-card .card-content {
|
|
14
|
+
@apply p-md;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
.banner-card.welcome .card-content {
|
|
18
|
+
@apply pl-0;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
.banner-card .card-title {
|
|
22
|
+
@apply p-0 mb-xs;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
.banner-card .card-actions {
|
|
26
|
+
@apply flex mt-sm;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
.banner-card .card-actions .btn {
|
|
30
|
+
@apply mr-xs;
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
.banner-card .card-image {
|
|
34
|
+
@apply p-md pr-0;
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
.banner-card .card-image img {
|
|
38
|
+
@apply w-spacing-3xl;
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
.banner-card .card-chart {
|
|
42
|
+
@apply flex flex-col justify-center items-center text-center m-md mr-0 w-xxl h-xxl flex-shrink-0;
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
.banner-card .card-chart .chart-value {
|
|
46
|
+
@apply text-display-3 font-display h-xl;
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
.banner-card .card-chart .chart-label {
|
|
50
|
+
@apply pt-xxs px-md text-label-sm text-label-color;
|
|
51
|
+
line-height: 1.2;
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
.banner-card .card-chart .piechart-example {
|
|
55
|
+
@apply absolute rounded-full w-xxl border-gray-lighter;
|
|
56
|
+
border: 5px solid;
|
|
57
|
+
}
|
|
@@ -0,0 +1,193 @@
|
|
|
1
|
+
|
|
2
|
+
.btn,
|
|
3
|
+
input.btn,
|
|
4
|
+
input[type="submit"].btn {
|
|
5
|
+
@apply inline-flex justify-start items-center h-btn px-md text-buttons whitespace-nowrap text-primary border-0 rounded cursor-pointer select-none;
|
|
6
|
+
|
|
7
|
+
&:hover, &:focus, &:active {
|
|
8
|
+
@apply text-white bg-link-hover;
|
|
9
|
+
.icon {
|
|
10
|
+
@apply text-white;
|
|
11
|
+
}
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
.btn-primary,
|
|
16
|
+
input.btn-primary,
|
|
17
|
+
input[type="submit"].btn-primary {
|
|
18
|
+
@apply text-white bg-primary;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
.btn-secondary,
|
|
22
|
+
input[type="submit"].btn-secondary {
|
|
23
|
+
@apply border-1 border-primary text-primary bg-transparent hover:border-link-hover;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
.btn-info,
|
|
27
|
+
input[type="submit"].btn-info {
|
|
28
|
+
@apply text-white bg-info;
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
.btn-ghost,
|
|
32
|
+
input[type="submit"].btn-ghost {
|
|
33
|
+
@apply text-primary bg-transparent border-transparent;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
.btn-ghost-inverted,
|
|
37
|
+
input[type="submit"].btn-ghost-inverted {
|
|
38
|
+
@apply text-white bg-transparent;
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
.btn-sm {
|
|
42
|
+
@apply h-btn-sm py-xxs px-xs;
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
.btn-sm .icon {
|
|
46
|
+
@apply h-icon-sm text-icon-sm;
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
.btn-block {
|
|
50
|
+
@apply flex w-full justify-center;
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
.btn.btn-square {
|
|
54
|
+
@apply inline-flex justify-center items-center flex-shrink-0 h-btn w-btn p-0;
|
|
55
|
+
|
|
56
|
+
.icon {
|
|
57
|
+
margin: 0;
|
|
58
|
+
}
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
.btn-square.btn-sm {
|
|
62
|
+
@apply w-btn-sm h-btn-sm p-0;
|
|
63
|
+
|
|
64
|
+
.icon {
|
|
65
|
+
@apply h-icon-sm;
|
|
66
|
+
}
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
.btn-danger,
|
|
70
|
+
input[type="submit"].btn-danger,
|
|
71
|
+
.btn-warning,
|
|
72
|
+
input[type="submit"].btn-warning {
|
|
73
|
+
@apply text-white bg-danger;
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
.btn-success,
|
|
77
|
+
input[type="submit"].btn-success {
|
|
78
|
+
@apply text-white bg-success;
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
.btn-inverted,
|
|
82
|
+
input[type="submit"].btn-inverted,
|
|
83
|
+
.btn-primary-inverted,
|
|
84
|
+
input[type="submit"].btn-primary-inverted {
|
|
85
|
+
@apply text-primary bg-white;
|
|
86
|
+
|
|
87
|
+
.icon {
|
|
88
|
+
@apply text-primary;
|
|
89
|
+
}
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
.btn-outline-primary-inverted,
|
|
93
|
+
.btn-secondary-inverted,
|
|
94
|
+
input[type="submit"].btn-secondary-inverted,
|
|
95
|
+
.btn-white-secondary,
|
|
96
|
+
input[type="submit"].btn-white-secondary,
|
|
97
|
+
input.btn-white-secondary,
|
|
98
|
+
input[type="submit"].btn-white-secondary {
|
|
99
|
+
@apply text-white border border-white bg-transparent;
|
|
100
|
+
|
|
101
|
+
.icon {
|
|
102
|
+
@apply text-white;
|
|
103
|
+
}
|
|
104
|
+
}
|
|
105
|
+
|
|
106
|
+
.btn.btn-lg {
|
|
107
|
+
@apply h-btn-lg w-btn-lg p-0;
|
|
108
|
+
|
|
109
|
+
.icon {
|
|
110
|
+
@apply m-0;
|
|
111
|
+
}
|
|
112
|
+
}
|
|
113
|
+
|
|
114
|
+
.btn-lg-wrapper {
|
|
115
|
+
@apply text-center max-w-xxl;
|
|
116
|
+
}
|
|
117
|
+
|
|
118
|
+
.btn-lg-wrapper .btn-label {
|
|
119
|
+
@apply mt-xs text-label;
|
|
120
|
+
line-height: 1.2;
|
|
121
|
+
}
|
|
122
|
+
|
|
123
|
+
|
|
124
|
+
.btn-dashed,
|
|
125
|
+
input[type="submit"].btn-dashed {
|
|
126
|
+
@apply border-primary border-dashed border-1 bg-transparent;
|
|
127
|
+
}
|
|
128
|
+
|
|
129
|
+
.btn.btn-xl {
|
|
130
|
+
@apply flex-col justify-center w-btn-xl h-btn-xl;
|
|
131
|
+
|
|
132
|
+
.icon {
|
|
133
|
+
@apply block text-icon-xl h-icon-xl my-xs;
|
|
134
|
+
}
|
|
135
|
+
}
|
|
136
|
+
|
|
137
|
+
.btn.btn-circle {
|
|
138
|
+
@apply justify-center items-center w-btn rounded-full;
|
|
139
|
+
.icon {
|
|
140
|
+
@apply m-0;
|
|
141
|
+
}
|
|
142
|
+
}
|
|
143
|
+
|
|
144
|
+
.btn-intercom {
|
|
145
|
+
@apply flex items-center justify-center w-btn h-btn rounded-full bg-info hover:bg-link-hover focus:bg-link-hover;
|
|
146
|
+
box-shadow: 4px 4px 8px rgba(0, 0, 0, .2);
|
|
147
|
+
|
|
148
|
+
.icon-intercom::before {
|
|
149
|
+
@apply text-white;
|
|
150
|
+
}
|
|
151
|
+
}
|
|
152
|
+
|
|
153
|
+
|
|
154
|
+
.btn:disabled,
|
|
155
|
+
.btn[disabled],
|
|
156
|
+
button:disabled,
|
|
157
|
+
button[disabled],
|
|
158
|
+
.btn.disabled,
|
|
159
|
+
.btn-sm:disabled,
|
|
160
|
+
.btn-sm[disabled],
|
|
161
|
+
.btn-sm.disabled,
|
|
162
|
+
.btn-lg-wrapper:disabled .btn-lg,
|
|
163
|
+
.btn-lg-wrapper[disabled] .btn-lg,
|
|
164
|
+
.btn-lg-wrapper.disabled .btn-lg,
|
|
165
|
+
.btn-lg:disabled,
|
|
166
|
+
.btn-lg[disabled],
|
|
167
|
+
.btn-lg.disabled,
|
|
168
|
+
.btn-xl:disabled,
|
|
169
|
+
.btn-xl[disabled],
|
|
170
|
+
.btn-xl.disabled,
|
|
171
|
+
input[type="submit"].btn[disabled],
|
|
172
|
+
input.btn[disabled],
|
|
173
|
+
input.btn-sm[disabled],
|
|
174
|
+
input.btn-lg[disabled] {
|
|
175
|
+
@apply text-disabled border border-disabled bg-pattern-disabled-bright hover:bg-pattern-disabled-bright bg-transparent hover:bg-transparent hover:text-disabled shadow-none cursor-not-allowed;
|
|
176
|
+
|
|
177
|
+
&:hover .icon, &:focus .icon {
|
|
178
|
+
@apply text-disabled;
|
|
179
|
+
}
|
|
180
|
+
|
|
181
|
+
&.disabled-dark {
|
|
182
|
+
@apply text-disabled-dark bg-pattern-disabled-dark hover:bg-pattern-disabled-dark bg-transparent border-disabled-dark;
|
|
183
|
+
}
|
|
184
|
+
|
|
185
|
+
&.disabled-actionbar {
|
|
186
|
+
@apply text-disabled-dark bg-pattern-disabled-dark hover:bg-pattern-disabled-dark bg-transparent border-disabled-dark;
|
|
187
|
+
}
|
|
188
|
+
}
|
|
189
|
+
|
|
190
|
+
|
|
191
|
+
.btn-gray {
|
|
192
|
+
@apply bg-gray-lighter text-black;
|
|
193
|
+
}
|
|
@@ -0,0 +1,149 @@
|
|
|
1
|
+
.grid-cards-achievements {
|
|
2
|
+
@apply grid gap-grid-gutter;
|
|
3
|
+
grid-template-columns: 1fr 1fr;
|
|
4
|
+
@screen lg {
|
|
5
|
+
grid-template-columns: 1fr 1fr 1fr;
|
|
6
|
+
}
|
|
7
|
+
@screen xl {
|
|
8
|
+
grid-template-columns: 1fr 1fr 1fr 1fr;
|
|
9
|
+
}
|
|
10
|
+
@screen 2xl {
|
|
11
|
+
grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
.grid-cards {
|
|
16
|
+
@apply grid gap-grid-gutter;
|
|
17
|
+
grid-template-columns: 1fr;
|
|
18
|
+
@screen sm {
|
|
19
|
+
grid-template-columns: 1fr 1fr;
|
|
20
|
+
}
|
|
21
|
+
@screen lg {
|
|
22
|
+
grid-template-columns: 1fr 1fr 1fr;
|
|
23
|
+
}
|
|
24
|
+
@screen xl {
|
|
25
|
+
grid-template-columns: 1fr 1fr 1fr 1fr;
|
|
26
|
+
}
|
|
27
|
+
@screen 2xl {
|
|
28
|
+
grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
.list-cards {
|
|
33
|
+
@apply flex flex-wrap;
|
|
34
|
+
|
|
35
|
+
.card {
|
|
36
|
+
@apply sm:mr-grid-gutter mb-grid-gutter;
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
.card:last-child {
|
|
40
|
+
@apply mr-0;
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
.card {
|
|
45
|
+
@apply relative flex flex-col bg-card rounded;
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
.card.card-sm {
|
|
49
|
+
@apply w-full sm:w-card-sm;
|
|
50
|
+
|
|
51
|
+
.card-title {
|
|
52
|
+
@apply block overflow-ellipsis text-heading-5 text-center;
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
.card.card-md {
|
|
57
|
+
@apply w-full sm:w-card-md;
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
.card.card-lg {
|
|
61
|
+
@apply w-full sm:w-card-lg;
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
.card-header {
|
|
65
|
+
@apply relative px-md pt-md;
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
.card-header .popover_info_icon {
|
|
69
|
+
@apply relative text-icon-xs;
|
|
70
|
+
top: 3px;
|
|
71
|
+
right: 3px;
|
|
72
|
+
padding: 3px;
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
.card-header.highlight {
|
|
76
|
+
@apply bg-info text-white;
|
|
77
|
+
|
|
78
|
+
.card-title {
|
|
79
|
+
@apply text-white;
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
.popover_info_icon {
|
|
83
|
+
@apply text-white;
|
|
84
|
+
}
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
.card-image {
|
|
88
|
+
@apply rounded-t;
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
.card-body {
|
|
92
|
+
@apply relative flex-grow p-md;
|
|
93
|
+
flex: 1 1 1;
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
.card.highlight {
|
|
97
|
+
@apply text-white bg-info border-0;
|
|
98
|
+
|
|
99
|
+
.card-header {
|
|
100
|
+
@apply border-white text-white;
|
|
101
|
+
|
|
102
|
+
.popover_info_icon {
|
|
103
|
+
@apply text-white;
|
|
104
|
+
}
|
|
105
|
+
}
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
.card-content {
|
|
109
|
+
flex: 1 1 auto;
|
|
110
|
+
}
|
|
111
|
+
|
|
112
|
+
.card-footer {
|
|
113
|
+
@apply flex w-full h-btn;
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
.card-footer .btn {
|
|
117
|
+
@apply m-0 px-sm rounded-none border-l border-white first:border-l-0 first:rounded-bl last:rounded-br;
|
|
118
|
+
}
|
|
119
|
+
|
|
120
|
+
.card-footer .dropdown-actions .btn {
|
|
121
|
+
@apply border-l border-white rounded-bl-none;
|
|
122
|
+
}
|
|
123
|
+
|
|
124
|
+
.card-footer .btn-primary {
|
|
125
|
+
@apply flex-grow;
|
|
126
|
+
}
|
|
127
|
+
|
|
128
|
+
.card-footer .btn-secondary {
|
|
129
|
+
@apply flex-1 text-white bg-primary hover:bg-link-hover border-t-0 border-r-0 border-b-0;
|
|
130
|
+
}
|
|
131
|
+
|
|
132
|
+
.card-footer .btn-square {
|
|
133
|
+
@apply flex-auto flex-grow-0 flex-shrink-0;
|
|
134
|
+
}
|
|
135
|
+
|
|
136
|
+
.card-icon-header {
|
|
137
|
+
@apply h-lg mb-xs text-center border-b border-bordercolor;
|
|
138
|
+
}
|
|
139
|
+
|
|
140
|
+
.card-icon-header .icon {
|
|
141
|
+
@apply absolute h-icon-lg top-spacing px-xs text-icon-lg;
|
|
142
|
+
left: 50%;
|
|
143
|
+
transform: translateX(-50%);
|
|
144
|
+
}
|
|
145
|
+
|
|
146
|
+
.card .card-info-popover {
|
|
147
|
+
@apply absolute right-xxs top-xxs;
|
|
148
|
+
z-index: 1;
|
|
149
|
+
}
|
|
@@ -0,0 +1,265 @@
|
|
|
1
|
+
.list-chat-messages {
|
|
2
|
+
@apply grid gap-md;
|
|
3
|
+
}
|
|
4
|
+
|
|
5
|
+
.chat-message-item {
|
|
6
|
+
@apply relative grid max-w-capped;
|
|
7
|
+
position: relative;
|
|
8
|
+
display: grid;
|
|
9
|
+
grid-template-areas: "chat-avatar chat-header chat-header"
|
|
10
|
+
"chat-avatar chat-message chat-actions";
|
|
11
|
+
grid-template-columns: auto auto 1fr;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
.chat-avatar {
|
|
15
|
+
grid-area: chat-avatar;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
img.chat-avatar {
|
|
19
|
+
@apply w-spacing h-spacing mr-xs rounded-full;
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
.chat-header {
|
|
23
|
+
@apply flex text-label py-xxs text-label-color;
|
|
24
|
+
grid-area: chat-header;
|
|
25
|
+
line-height: 1.3;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
.chat-author {
|
|
29
|
+
@apply ml-xxs font-semibold;
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
.chat-message {
|
|
33
|
+
@apply p-xs rounded bg-gray-lightest;
|
|
34
|
+
grid-area: chat-message;
|
|
35
|
+
min-width: 0;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
.chat-message .message-banner {
|
|
39
|
+
@apply relative flex flex-row items-center py-xxs pl-xs -mx-xs -mt-xs mb-xs text-white bg-info border-b border-white rounded-t;
|
|
40
|
+
&::before {
|
|
41
|
+
@apply block w-icon-xs h-icon-xs mr-xs bg-white;
|
|
42
|
+
content: "";
|
|
43
|
+
mask-repeat: no-repeat;
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
.chat-message .message-banner.announcement::before {
|
|
48
|
+
mask-image: url("/assets/images/speaker.svg");
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
.chat-message .message-banner.mentioned::before {
|
|
52
|
+
mask-image: url("/assets/images/at-sign.svg");
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
.chat-message .text-mentioned {
|
|
56
|
+
@apply mr-xxs font-bold;
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
.chat-actions {
|
|
60
|
+
@apply pl-xxs;
|
|
61
|
+
grid-area: chat-actions;
|
|
62
|
+
place-self: start;
|
|
63
|
+
display: flex;
|
|
64
|
+
flex-direction: column;
|
|
65
|
+
padding-right: 0;
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
.chat-actions .btn {
|
|
69
|
+
@apply w-btn-sm h-btn-sm;
|
|
70
|
+
justify-content: center;
|
|
71
|
+
padding: 0;
|
|
72
|
+
.icon {
|
|
73
|
+
@apply h-icon-xs text-icon-xs;
|
|
74
|
+
}
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
.chat-actions .dropdown-actions[open] .dropdown-menu,
|
|
78
|
+
.chat-actions .dropdown-actions[open] .popover-menu {
|
|
79
|
+
right: 0;
|
|
80
|
+
left: auto;
|
|
81
|
+
margin-top: 0;
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
.chat-message-addons {
|
|
85
|
+
@apply flex flex-row mt-xxs;
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
.chat-message-addons .btn {
|
|
89
|
+
@apply h-btn-xs px-xxs mr-1px text-gray-dark bg-gray-lighter border-0;
|
|
90
|
+
&:hover, &:focus, &:active {
|
|
91
|
+
@apply text-white border-0 bg-link-hover;
|
|
92
|
+
}
|
|
93
|
+
.icon {
|
|
94
|
+
@apply h-icon-xs text-icon-xs mr-xxs;
|
|
95
|
+
}
|
|
96
|
+
}
|
|
97
|
+
|
|
98
|
+
/*///// Your message /////*/
|
|
99
|
+
|
|
100
|
+
.chat-message-item.your-message {
|
|
101
|
+
grid-template-areas: "chat-header chat-header chat-avatar "
|
|
102
|
+
"chat-actions chat-message chat-avatar";
|
|
103
|
+
grid-template-columns: 1fr auto auto;
|
|
104
|
+
place-self: end;
|
|
105
|
+
}
|
|
106
|
+
|
|
107
|
+
.chat-message-item.your-message img.chat-avatar {
|
|
108
|
+
@apply ml-xs mr-0;
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
.chat-message-item.your-message .chat-actions {
|
|
112
|
+
@apply pl-0 pr-xxs;
|
|
113
|
+
}
|
|
114
|
+
|
|
115
|
+
.chat-message-item.your-message .chat-header {
|
|
116
|
+
text-align: end;
|
|
117
|
+
}
|
|
118
|
+
|
|
119
|
+
.chat-message-item.your-message .chat-message {
|
|
120
|
+
@apply text-white bg-primary;
|
|
121
|
+
}
|
|
122
|
+
|
|
123
|
+
.chat-message-item.your-message .chat-message-addons .btn {
|
|
124
|
+
@apply text-white bg-gray bg-opacity-25;
|
|
125
|
+
&:hover, &:focus, &:active {
|
|
126
|
+
@apply text-white bg-link-hover;
|
|
127
|
+
}
|
|
128
|
+
}
|
|
129
|
+
|
|
130
|
+
.chat-message-item.your-message .chat-message-addons .tag-item {
|
|
131
|
+
@apply text-white bg-gray bg-opacity-25;
|
|
132
|
+
}
|
|
133
|
+
|
|
134
|
+
.chat-message-item.your-message .chat-actions .dropdown-actions[open] .dropdown-menu,
|
|
135
|
+
.chat-message-item.your-message .chat-actions .dropdown-actions[open] .popover-menu {
|
|
136
|
+
left: 0;
|
|
137
|
+
right: auto;
|
|
138
|
+
}
|
|
139
|
+
|
|
140
|
+
.chat-message-item.announcement .chat-message {
|
|
141
|
+
@apply text-white bg-info;
|
|
142
|
+
}
|
|
143
|
+
|
|
144
|
+
.chat-message-item.announcement .chat-message-addons .btn {
|
|
145
|
+
@apply text-white bg-gray bg-opacity-25;
|
|
146
|
+
&:hover, &:focus, &:active {
|
|
147
|
+
@apply text-white bg-link-hover;
|
|
148
|
+
}
|
|
149
|
+
}
|
|
150
|
+
|
|
151
|
+
.chat-message-item.announcement .chat-message-addons .tag-item {
|
|
152
|
+
@apply text-white bg-gray bg-opacity-25;
|
|
153
|
+
}
|
|
154
|
+
|
|
155
|
+
|
|
156
|
+
/*///// Chat window /////*/
|
|
157
|
+
|
|
158
|
+
.chat-container {
|
|
159
|
+
grid-area: chat-container;
|
|
160
|
+
position: relative;
|
|
161
|
+
}
|
|
162
|
+
|
|
163
|
+
.chat-container .chat-window {
|
|
164
|
+
position: absolute;
|
|
165
|
+
right: 0;
|
|
166
|
+
bottom: 0;
|
|
167
|
+
}
|
|
168
|
+
|
|
169
|
+
.chat-window {
|
|
170
|
+
@apply w-spacing-5xl bg-petrol-800 rounded-t;
|
|
171
|
+
z-index: 10;
|
|
172
|
+
box-shadow: rgba(0,0,0,0.2) 0 0 10px 5px;
|
|
173
|
+
}
|
|
174
|
+
|
|
175
|
+
.chat-window-header {
|
|
176
|
+
@apply flex flex-row justify-between items-center p-xxs pl-sm text-white border-b border-primary rounded-t select-none cursor-pointer;
|
|
177
|
+
}
|
|
178
|
+
|
|
179
|
+
.chat-window-header a {
|
|
180
|
+
@apply ml-xs text-link-hover;
|
|
181
|
+
&:hover, &:focus {
|
|
182
|
+
@apply text-link-hover underline;
|
|
183
|
+
}
|
|
184
|
+
}
|
|
185
|
+
|
|
186
|
+
.chat-window-header .btn {
|
|
187
|
+
@apply w-btn-xs h-btn-xs p-xxs;
|
|
188
|
+
}
|
|
189
|
+
|
|
190
|
+
.chat-window[open] .chat-window-header {
|
|
191
|
+
@apply bg-primary;
|
|
192
|
+
}
|
|
193
|
+
|
|
194
|
+
.chat-message-counter {
|
|
195
|
+
@apply relative pl-md;
|
|
196
|
+
}
|
|
197
|
+
|
|
198
|
+
.chat-message-counter::before {
|
|
199
|
+
@apply absolute inline-block bg-link-hover h-icon-sm w-icon left-0 top-1px;
|
|
200
|
+
content: "";
|
|
201
|
+
mask-image: url("/assets/images/circle-sm-filled.svg");
|
|
202
|
+
mask-repeat: no-repeat;
|
|
203
|
+
}
|
|
204
|
+
|
|
205
|
+
.chat-window .chat-title {
|
|
206
|
+
@apply flex-grow ml-xs;
|
|
207
|
+
}
|
|
208
|
+
|
|
209
|
+
.chat-window .list-chat-messages {
|
|
210
|
+
@apply max-h-spacing-8xl p-md;
|
|
211
|
+
overflow-y: scroll;
|
|
212
|
+
overflow-x: hidden;
|
|
213
|
+
scrollbar-width: none;
|
|
214
|
+
}
|
|
215
|
+
|
|
216
|
+
.chat-window .chat-header {
|
|
217
|
+
@apply text-label-inverted-color;
|
|
218
|
+
}
|
|
219
|
+
|
|
220
|
+
.chat-window .list-chat-messages .popover-menu {
|
|
221
|
+
@apply w-spacing-3xl;
|
|
222
|
+
}
|
|
223
|
+
|
|
224
|
+
.chat-window-actions {
|
|
225
|
+
@apply relative p-xs bg-primary;
|
|
226
|
+
}
|
|
227
|
+
|
|
228
|
+
.chat-window-actions .form-control {
|
|
229
|
+
@apply pr-lg;
|
|
230
|
+
}
|
|
231
|
+
|
|
232
|
+
.chat-window-actions .btn-send-message {
|
|
233
|
+
@apply absolute right-sm bottom-md;
|
|
234
|
+
position: absolute;
|
|
235
|
+
&::before {
|
|
236
|
+
@apply inline-block h-icon-sm w-icon bg-white;
|
|
237
|
+
content: "";
|
|
238
|
+
mask-image: url("/assets/images/sendmessage.svg");
|
|
239
|
+
mask-repeat: no-repeat;
|
|
240
|
+
}
|
|
241
|
+
input {
|
|
242
|
+
@apply absolute appearance-none left-0 top-0 w-btn-sm h-btn-sm p-0;
|
|
243
|
+
opacity: 0;
|
|
244
|
+
padding: 0;
|
|
245
|
+
font-size: 0;
|
|
246
|
+
color: transparent;
|
|
247
|
+
}
|
|
248
|
+
}
|
|
249
|
+
|
|
250
|
+
|
|
251
|
+
/*///// Floating chat input /////*/
|
|
252
|
+
|
|
253
|
+
.floating-chatinput {
|
|
254
|
+
@apply sticky left-0 right-spacing -bottom-body-padding-mobile sm:-bottom-body-padding-tablet xl:-bottom-body-padding-desktop w-full pt-xxs pb-body-padding-mobile sm:pb-body-padding-tablet bg-white;
|
|
255
|
+
z-index: 1;
|
|
256
|
+
}
|
|
257
|
+
|
|
258
|
+
.floating-chatinput .form-control {
|
|
259
|
+
@apply min-h-lg pr-lg border-gray-light;
|
|
260
|
+
}
|
|
261
|
+
|
|
262
|
+
.floating-chatinput .btn-sendmessage {
|
|
263
|
+
@apply absolute bottom-md sm:bottom-spacing right-xxs;
|
|
264
|
+
z-index: 1;
|
|
265
|
+
}
|