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,331 @@
|
|
|
1
|
+
module.exports = {
|
|
2
|
+
future: {},
|
|
3
|
+
purge: [],
|
|
4
|
+
theme: {
|
|
5
|
+
colors: {
|
|
6
|
+
transparent: 'transparent',
|
|
7
|
+
current: 'currentColor',
|
|
8
|
+
|
|
9
|
+
black: '#1d1d1d',
|
|
10
|
+
white: '#fff',
|
|
11
|
+
|
|
12
|
+
gray: {
|
|
13
|
+
100: '#f2f2f2',
|
|
14
|
+
200: '#e6e6e6',
|
|
15
|
+
300: '#bfc1c5',
|
|
16
|
+
400: '#9fa2a8',
|
|
17
|
+
500: '#7c8188',
|
|
18
|
+
600: '#5f656d',
|
|
19
|
+
700: '#343A40',
|
|
20
|
+
800: '#262626',
|
|
21
|
+
900: '#222222',
|
|
22
|
+
'lightest': '#f2f2f2',
|
|
23
|
+
'lighter': '#e6e6e6',
|
|
24
|
+
'light': '#bfc1c5',
|
|
25
|
+
DEFAULT: '#9fa2a8',
|
|
26
|
+
'dark': '#7c8188',
|
|
27
|
+
'darker': '#5f656d',
|
|
28
|
+
'darkest': '#262626',
|
|
29
|
+
},
|
|
30
|
+
red: {
|
|
31
|
+
200: '#FF3131',
|
|
32
|
+
500: '#ec0404'
|
|
33
|
+
},
|
|
34
|
+
orange: {
|
|
35
|
+
500: '#f48d21'
|
|
36
|
+
},
|
|
37
|
+
green: {
|
|
38
|
+
500: '#8cbd24',
|
|
39
|
+
},
|
|
40
|
+
yellow: {
|
|
41
|
+
500: '#d8ce0d'
|
|
42
|
+
},
|
|
43
|
+
blue: {
|
|
44
|
+
200: '#21bef4',
|
|
45
|
+
500: '#326dd1'
|
|
46
|
+
},
|
|
47
|
+
petrol: {
|
|
48
|
+
500: '#236a84',
|
|
49
|
+
DEFAULT: '#236a84',
|
|
50
|
+
800: '#263340',
|
|
51
|
+
'dark': '#263340',
|
|
52
|
+
},
|
|
53
|
+
teal: {
|
|
54
|
+
300: '#78eac1',
|
|
55
|
+
400: '#6ddeba',
|
|
56
|
+
500: '#33ba9e'
|
|
57
|
+
},
|
|
58
|
+
pink: {
|
|
59
|
+
500: '#e83e8c'
|
|
60
|
+
},
|
|
61
|
+
purple: {
|
|
62
|
+
200: '#8988eb',
|
|
63
|
+
500: '#7954ff'
|
|
64
|
+
},
|
|
65
|
+
},
|
|
66
|
+
fontFamily: {
|
|
67
|
+
'sans': ['Source Sans Pro', 'sans-serif'],
|
|
68
|
+
'serif': ['Source Sans Pro', 'sans-serif'],
|
|
69
|
+
'mono': ['Source Code Pro', 'monospace'],
|
|
70
|
+
'display': ['Source Sans Pro', 'sans-serif'],
|
|
71
|
+
'body': ['Source Sans Pro', 'sans-serif']
|
|
72
|
+
},
|
|
73
|
+
borderWidth: {
|
|
74
|
+
DEFAULT: '1px',
|
|
75
|
+
'0': '0px',
|
|
76
|
+
'1': '1px',
|
|
77
|
+
'2': '2px',
|
|
78
|
+
'4': '4px',
|
|
79
|
+
'6': '6px',
|
|
80
|
+
'10': '10px',
|
|
81
|
+
},
|
|
82
|
+
extend: {
|
|
83
|
+
colors: {
|
|
84
|
+
'appbody': '#FFFFFF',
|
|
85
|
+
'black': '#1d1d1d',
|
|
86
|
+
'primary': '#236a84',
|
|
87
|
+
'link': '#236a84',
|
|
88
|
+
'link-hover': '#21bef4',
|
|
89
|
+
'header': '#1d1d1d',
|
|
90
|
+
'actionbar': '#236a84',
|
|
91
|
+
'bordercolor': '#e6e6e6',
|
|
92
|
+
'bordercolor-dark': '#D4D6DC',
|
|
93
|
+
'success': '#8cbd24',
|
|
94
|
+
'danger': '#ec0404',
|
|
95
|
+
'disabled': '#bfc1c5',
|
|
96
|
+
'disabled-dark': '#5f656d',
|
|
97
|
+
'placeholder': '#bfc1c5',
|
|
98
|
+
'info': '#326dd1',
|
|
99
|
+
'label-color': '#5f656d',
|
|
100
|
+
'label-inverted-color': '#bfc1c5',
|
|
101
|
+
'dark': '#222222',
|
|
102
|
+
'card': '#e6e6e6',
|
|
103
|
+
'critical': '#ec0404',
|
|
104
|
+
'high': '#d8ce0d',
|
|
105
|
+
'low': '#9fa2a8',
|
|
106
|
+
'visual': '#f48d21',
|
|
107
|
+
'content': '#326dd1',
|
|
108
|
+
'usability': '#263340',
|
|
109
|
+
'color-product-website': '#236a84',
|
|
110
|
+
'color-product-apple': '#326dd1',
|
|
111
|
+
'color-product-android': '#8cbd24',
|
|
112
|
+
'color-product-streaming': '#FF3131',
|
|
113
|
+
'color-product-gaming': '#f48d21',
|
|
114
|
+
'color-product-windows': '#d8ce0d',
|
|
115
|
+
'navigation-customer-color': '#262626',
|
|
116
|
+
'navlink-customer-hover-color': '#78eac1',
|
|
117
|
+
'navlink-customer-hover-bg': '#343A40',
|
|
118
|
+
'navlink-customer-active-bg': '#78eac1',
|
|
119
|
+
'navigation-tester-color': '#1d1d1d',
|
|
120
|
+
'navlink-tester-hover-color': '#7954ff',
|
|
121
|
+
'navlink-tester-hover-bg': '#343A40',
|
|
122
|
+
'navlink-tester-active-bg': '#7954ff',
|
|
123
|
+
'navigation-manager-color': '#ffffff',
|
|
124
|
+
'navlink-manager-hover-color': '#222222',
|
|
125
|
+
'navlink-manager-hover-bg': '#e6e6e6',
|
|
126
|
+
'navlink-manager-active-bg': '#6ddeba'
|
|
127
|
+
},
|
|
128
|
+
fontSize: {
|
|
129
|
+
'heading-1': ['2.25rem', '2.25rem'],
|
|
130
|
+
'heading-2': ['1.875rem', '1.875rem'],
|
|
131
|
+
'heading-3': ['1.563rem', '1.563rem'],
|
|
132
|
+
'heading-4': ['1.375rem', '1.375rem'],
|
|
133
|
+
'heading-5': ['1.125rem', '1.125rem'],
|
|
134
|
+
'heading-6': ['1rem', '1rem'],
|
|
135
|
+
'navlinks': ['14px', '16px'],
|
|
136
|
+
'base': ['14px', '18px'],
|
|
137
|
+
'buttons': ['14px', '16px'],
|
|
138
|
+
'label': ['13px', '13px'],
|
|
139
|
+
'label-sm': ['12px', '12px'],
|
|
140
|
+
'icon': '20px',
|
|
141
|
+
'icon-lg': '40px',
|
|
142
|
+
'icon-xl': '60px',
|
|
143
|
+
'icon-sm': '18px',
|
|
144
|
+
'icon-xs': '16px',
|
|
145
|
+
'icon-xxs': '14px',
|
|
146
|
+
'icon-xxxs': '10px',
|
|
147
|
+
'xl': ['4.25rem', '4.25rem'],
|
|
148
|
+
'lg': ['1.25rem', '1.25rem'],
|
|
149
|
+
'sm': ['0.813rem', '0.813rem'],
|
|
150
|
+
'xs': ['11px', '11px'],
|
|
151
|
+
'xxs': ['10px', '10px'],
|
|
152
|
+
'display-1': ['3.25rem','3.25rem'],
|
|
153
|
+
'display-2': ['3rem','3rem'],
|
|
154
|
+
'display-3': ['2.75rem','2.75rem'],
|
|
155
|
+
'display-4': ['2.5rem','2.5rem'],
|
|
156
|
+
'hidden': ['0rem','0rem'],
|
|
157
|
+
},
|
|
158
|
+
fontWeight: {
|
|
159
|
+
'headings': ['300'],
|
|
160
|
+
'navlinks': ['600'],
|
|
161
|
+
'display': ['300']
|
|
162
|
+
},
|
|
163
|
+
borderRadius: {
|
|
164
|
+
DEFAULT: '5px',
|
|
165
|
+
'default': '0.3rem'
|
|
166
|
+
},
|
|
167
|
+
spacing: {
|
|
168
|
+
'spacing': '30px',
|
|
169
|
+
'xxs': '5px',
|
|
170
|
+
'xs': '10px',
|
|
171
|
+
'sm': '15px',
|
|
172
|
+
'md': '20px',
|
|
173
|
+
'lg': '50px',
|
|
174
|
+
'xl': '60px',
|
|
175
|
+
'xxl': '90px',
|
|
176
|
+
'spacing-3xl': '180px',
|
|
177
|
+
'spacing-4xl': '240px',
|
|
178
|
+
'spacing-5xl': '300px',
|
|
179
|
+
'spacing-6xl': '360px',
|
|
180
|
+
'spacing-7xl': '420px',
|
|
181
|
+
'spacing-8xl': '480px',
|
|
182
|
+
'btn': '40px',
|
|
183
|
+
'btn-xs': '20px',
|
|
184
|
+
'btn-sm': '30px',
|
|
185
|
+
'btn-lg': '90px',
|
|
186
|
+
'btn-xl': '150px',
|
|
187
|
+
'header' : '50px',
|
|
188
|
+
'icon' : '20px',
|
|
189
|
+
'icon-lg' : '40px',
|
|
190
|
+
'icon-xl' : '60px',
|
|
191
|
+
'icon-sm' : '18px',
|
|
192
|
+
'icon-xs' : '16px',
|
|
193
|
+
'icon-xxs' : '14px',
|
|
194
|
+
'icon-spacing' : '8px',
|
|
195
|
+
'heading' : '1rem',
|
|
196
|
+
'heading-lg' : '2rem',
|
|
197
|
+
'section-margin' : '30px',
|
|
198
|
+
'actionbar' : '70px',
|
|
199
|
+
'aside' : '20rem',
|
|
200
|
+
'sidebar' : '200px',
|
|
201
|
+
'grid-gutter' : '20px',
|
|
202
|
+
'13': '3.25rem',
|
|
203
|
+
'30': '7.25rem',
|
|
204
|
+
'144': '36rem',
|
|
205
|
+
'192': '48rem',
|
|
206
|
+
'240': '60rem',
|
|
207
|
+
'body-padding-mobile': '15px',
|
|
208
|
+
'body-padding-tablet': '30px',
|
|
209
|
+
'body-padding-desktop': '50px',
|
|
210
|
+
'card-lg': '380px',
|
|
211
|
+
'card-md': '280px',
|
|
212
|
+
'card-sm': '180px',
|
|
213
|
+
'card-xs': '80px',
|
|
214
|
+
'1px': '1px',
|
|
215
|
+
'modal-lg': '1200px',
|
|
216
|
+
'modal-md': '700px',
|
|
217
|
+
'modal-sm': '400px',
|
|
218
|
+
'progress-bar-thin-height': '2px',
|
|
219
|
+
'progress-bar-thick-height': '10px',
|
|
220
|
+
'meta-sidebar-width': '350px',
|
|
221
|
+
'popover-width': '15rem'
|
|
222
|
+
},
|
|
223
|
+
minWidth: {
|
|
224
|
+
'auto': 'auto',
|
|
225
|
+
'btn': '40px',
|
|
226
|
+
'btn-sm': '30px',
|
|
227
|
+
'cell': '10rem',
|
|
228
|
+
'6': '1.5rem',
|
|
229
|
+
'9': '2.25rem',
|
|
230
|
+
'11': '2.75rem',
|
|
231
|
+
'12': '3rem',
|
|
232
|
+
'24': '6rem',
|
|
233
|
+
'30': '7.25rem',
|
|
234
|
+
'36': '9rem',
|
|
235
|
+
'56': '14rem',
|
|
236
|
+
'spacing': '30px',
|
|
237
|
+
},
|
|
238
|
+
minHeight: {
|
|
239
|
+
'auto': 'auto',
|
|
240
|
+
'btn': '40px',
|
|
241
|
+
'btn-sm': '30px',
|
|
242
|
+
'8': '2rem',
|
|
243
|
+
'11': '2.75rem',
|
|
244
|
+
'12': '3rem',
|
|
245
|
+
'16': '4rem',
|
|
246
|
+
'22': '5.5rem',
|
|
247
|
+
'24': '6rem',
|
|
248
|
+
'30': '7.25rem',
|
|
249
|
+
'32': '8rem',
|
|
250
|
+
'48': '12rem',
|
|
251
|
+
'96': '24rem',
|
|
252
|
+
'144': '36rem',
|
|
253
|
+
'spacing': '30px',
|
|
254
|
+
'xxs': '5px',
|
|
255
|
+
'xs': '10px',
|
|
256
|
+
'sm': '15px',
|
|
257
|
+
'md': '20px',
|
|
258
|
+
'lg': '50px',
|
|
259
|
+
'xl': '60px',
|
|
260
|
+
'xxl': '90px',
|
|
261
|
+
},
|
|
262
|
+
maxWidth: {
|
|
263
|
+
'1/2': '50%',
|
|
264
|
+
'2/3': '66%',
|
|
265
|
+
'8': '2rem',
|
|
266
|
+
'32': '8rem',
|
|
267
|
+
'44': '11rem',
|
|
268
|
+
'48': '12rem',
|
|
269
|
+
'96': '24rem',
|
|
270
|
+
'144': '36rem',
|
|
271
|
+
'192': '48rem',
|
|
272
|
+
'xxl': '90px',
|
|
273
|
+
'card-lg': '380px',
|
|
274
|
+
'card-md': '280px',
|
|
275
|
+
'card-sm': '180px',
|
|
276
|
+
'card-xs': '80px',
|
|
277
|
+
'capped': '700px',
|
|
278
|
+
},
|
|
279
|
+
boxShadow: {
|
|
280
|
+
DEFAULT: '0 3px 6px 0 rgba(0, 0, 0, 0.2), 0 0px 0px 0 rgba(0, 0, 0, 0.05)',
|
|
281
|
+
},
|
|
282
|
+
backgroundImage: theme => ({
|
|
283
|
+
'pattern-disabled-bright': "url('/assets/images/pattern-striped-bright.png')",
|
|
284
|
+
'pattern-disabled-dark': "url('/assets/images/pattern-striped-dark.png')"
|
|
285
|
+
}),
|
|
286
|
+
gridTemplateColumns: {
|
|
287
|
+
'3-1': '3fr 1fr',
|
|
288
|
+
'1-3': '1fr 3fr',
|
|
289
|
+
'max-auto': 'max-content auto',
|
|
290
|
+
'4-auto': 'auto auto auto auto',
|
|
291
|
+
'3-auto': 'auto auto auto',
|
|
292
|
+
'2-auto': 'auto auto',
|
|
293
|
+
'auto-fr-auto': 'auto 1fr auto',
|
|
294
|
+
'auto-fr-2-auto': 'auto 1fr auto auto',
|
|
295
|
+
'auto-fr': 'auto 1fr',
|
|
296
|
+
'auto': 'auto',
|
|
297
|
+
'14': 'repeat(14, minmax(0, 1fr))',
|
|
298
|
+
},
|
|
299
|
+
gridTemplateRows: {
|
|
300
|
+
'auto': 'auto',
|
|
301
|
+
'auto-auto': 'auto auto',
|
|
302
|
+
},
|
|
303
|
+
screens: {
|
|
304
|
+
'3xl': '1930px',
|
|
305
|
+
},
|
|
306
|
+
lineHeight: {
|
|
307
|
+
'ultratight': '0.5',
|
|
308
|
+
},
|
|
309
|
+
outline: {
|
|
310
|
+
'link-hover': '2px solid #21bef4',
|
|
311
|
+
}
|
|
312
|
+
}
|
|
313
|
+
},
|
|
314
|
+
variants: {
|
|
315
|
+
extend: {
|
|
316
|
+
margin: ['first', 'last'],
|
|
317
|
+
padding: ['first', 'last'],
|
|
318
|
+
borderRadius: ['first', 'last', 'focus'],
|
|
319
|
+
borderWidth: ['first', 'last', 'focus'],
|
|
320
|
+
backgroundColor: ['active'],
|
|
321
|
+
backgroundImage: ['hover', 'focus'],
|
|
322
|
+
width: ['first', 'last'],
|
|
323
|
+
textColor: ['group-hover', 'active']
|
|
324
|
+
}
|
|
325
|
+
},
|
|
326
|
+
plugins: [
|
|
327
|
+
require('@tailwindcss/line-clamp'),
|
|
328
|
+
require('@tailwindcss/forms'),
|
|
329
|
+
require('@tailwindcss/typography'),
|
|
330
|
+
]
|
|
331
|
+
}
|
package/src/index.pug
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
---
|
|
2
|
+
layout: base.njk
|
|
3
|
+
title: "Test IO - TailWind"
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
main.main-content.main-content-padding
|
|
7
|
+
.flex.flex-col.justify-center.items-center
|
|
8
|
+
img.w-spacing-3xl.h-spacing-3xl.mb-3.mt-5(src="/assets/images/logo-testio/testio_vertical_purpleteal_black.svg")
|
|
9
|
+
p.max-w-paragraph This design system provides Test IO themed components based on TailWindCSS. It helps designers and developers build products and services more easily. Component classes, and HTML snippets offer a starting point for development.
|
|
10
|
+
a.pt-6(href='https://badge.fury.io/js/testio-designsystem')
|
|
11
|
+
img(src='https://badge.fury.io/js/testio-designsystem.svg', alt='npm version', height='18')
|
|
12
|
+
p.max-w-paragraph.mt-3.mb-heading To get started with using the styles provided by the design system, just download the current compiled CSS below and implement your components with the provided code.
|
|
13
|
+
a.btn.btn-block.btn-primary.max-w-paragraph(href="/static/app.compiled.css", target="_blank")
|
|
14
|
+
.icon.icon-cloud-download.mr-icon-spacing
|
|
15
|
+
| Download compiled CSS
|
|
16
|
+
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
---
|
|
2
|
+
title: Block Buttons
|
|
3
|
+
tags: button
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
.row
|
|
7
|
+
.col-sm-6
|
|
8
|
+
%ul.list-vertical.mb-2
|
|
9
|
+
%li
|
|
10
|
+
%button.btn.btn-block.btn-primary Primary
|
|
11
|
+
%li
|
|
12
|
+
%button.btn.btn-block.btn-secondary Secondary
|
|
13
|
+
%li
|
|
14
|
+
%button.btn.btn-block.btn-success Success
|
|
15
|
+
%li
|
|
16
|
+
%button.btn.btn-block.btn-danger Danger
|
|
17
|
+
%li
|
|
18
|
+
%button.btn.btn-block.btn-warning Warning
|
|
19
|
+
%li
|
|
20
|
+
%button.btn.btn-block.btn-info Info
|
|
21
|
+
%li
|
|
22
|
+
%button.btn.btn-block.btn-dashed Dashed
|
|
23
|
+
%li
|
|
24
|
+
%button.btn.btn-block.btn-link Link
|
|
25
|
+
%li
|
|
26
|
+
%button.btn.btn-block.btn-ghost Ghost
|
|
27
|
+
%li
|
|
28
|
+
%button.btn.btn-block{disabled: "disabled"} Disabled
|
|
29
|
+
|
|
30
|
+
.col-sm-6
|
|
31
|
+
.bg-dark.p-2
|
|
32
|
+
%ul.list-vertical
|
|
33
|
+
%li
|
|
34
|
+
%button.btn.btn-block.btn-primary-inverted primary-inverted
|
|
35
|
+
%li
|
|
36
|
+
%button.btn.btn-block.btn-secondary-inverted Secondary
|
|
37
|
+
%li
|
|
38
|
+
%button.btn.btn-block.btn-outline-primary-inverted outline-primary-inverted
|
|
39
|
+
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
---
|
|
2
|
+
title: LG Buttons
|
|
3
|
+
tags: button
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
%ul.list-inline
|
|
7
|
+
%li.btn-lg-wrapper
|
|
8
|
+
%a.btn.btn-lg.btn-square.btn-primary
|
|
9
|
+
%span.icon.icon-computer-lg.icon-lg
|
|
10
|
+
.btn-label Primary
|
|
11
|
+
%li.btn-lg-wrapper
|
|
12
|
+
%a.btn.btn-lg.btn-square.btn-secondary
|
|
13
|
+
%span.icon.icon-computer-lg.icon-lg
|
|
14
|
+
.btn-label Secondary label with a much longer text
|
|
15
|
+
%li.btn-lg-wrapper.disabled
|
|
16
|
+
%a.btn.btn-lg.btn-square.btn-primary
|
|
17
|
+
%span.icon.icon-computer-lg.icon-lg
|
|
18
|
+
.btn-label Button label
|
|
19
|
+
|
|
20
|
+
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
---
|
|
2
|
+
title: Buttons SM
|
|
3
|
+
tags: button
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
%ul.list-inline
|
|
7
|
+
%li
|
|
8
|
+
%button.btn.btn-sm.btn-primary Primary
|
|
9
|
+
%li
|
|
10
|
+
%button.btn.btn-sm.btn-primary
|
|
11
|
+
.icon.icon-check-circle-filled.mr-icon-spacing
|
|
12
|
+
Primary
|
|
13
|
+
%li
|
|
14
|
+
%button.btn.btn-sm.btn-primary.btn-square
|
|
15
|
+
.icon.icon-check-circle-filled
|
|
16
|
+
%li
|
|
17
|
+
%button.btn.btn-sm.btn-secondary Secondary
|
|
18
|
+
%li
|
|
19
|
+
%button.btn.btn-sm.btn-success Success
|
|
20
|
+
%li
|
|
21
|
+
%button.btn.btn-sm.btn-danger Danger
|
|
22
|
+
%li
|
|
23
|
+
%button.btn.btn-sm.btn-warning Warning
|
|
24
|
+
%li
|
|
25
|
+
%button.btn.btn-sm.btn-info Info
|
|
26
|
+
%li
|
|
27
|
+
%button.btn.btn-sm.btn-dashed Dashed
|
|
28
|
+
%li
|
|
29
|
+
%button.btn.btn-sm.btn-link Link
|
|
30
|
+
%li
|
|
31
|
+
%button.btn.btn-sm.btn-link{disabled: "disabled"} Link
|
|
32
|
+
|
|
33
|
+
.bg-dark.p-2
|
|
34
|
+
%ul.list-inline
|
|
35
|
+
%li
|
|
36
|
+
%button.btn.btn-sm.btn-primary-inverted primary-inverted
|
|
37
|
+
%li
|
|
38
|
+
%button.btn.btn-sm.btn-secondary-inverted Secondary
|
|
39
|
+
%li
|
|
40
|
+
%button.btn.btn-sm.btn-outline-primary-inverted outline-primary-inverted
|
|
41
|
+
%li
|
|
42
|
+
%button.btn.btn-sm.btn-primary-inverted{disabled: "disabled"} disabled
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
---
|
|
2
|
+
title: XL Buttons
|
|
3
|
+
tags: button
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
%ul.list-inline
|
|
7
|
+
%li
|
|
8
|
+
%a.btn.btn-xl.btn-primary
|
|
9
|
+
.icon.icon-computer-xl.icon-xl
|
|
10
|
+
Primary
|
|
11
|
+
%li
|
|
12
|
+
%a.btn.btn-xl.btn-secondary
|
|
13
|
+
.icon.icon-computer-xl.icon-xl
|
|
14
|
+
Secondary
|
|
15
|
+
%li
|
|
16
|
+
%a.btn.btn-xl.btn-dashed
|
|
17
|
+
.icon.icon-computer-xl.icon-xl
|
|
18
|
+
Dashed
|
|
19
|
+
%li
|
|
20
|
+
%a.btn.btn-xl.btn-dashed.disabled
|
|
21
|
+
.icon.icon-computer-xl.icon-xl
|
|
22
|
+
Disabled
|
|
23
|
+
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
---
|
|
2
|
+
title: Buttons
|
|
3
|
+
tags: button
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
%ul.list-inline
|
|
7
|
+
%li
|
|
8
|
+
%button.btn.btn-primary Primary
|
|
9
|
+
%li
|
|
10
|
+
%button.btn.btn-primary
|
|
11
|
+
.icon.icon-check-circle-filled.mr-icon-spacing
|
|
12
|
+
Primary
|
|
13
|
+
%li
|
|
14
|
+
%button.btn.btn-secondary Secondary
|
|
15
|
+
%li
|
|
16
|
+
%button.btn.btn-secondary
|
|
17
|
+
.icon.icon-check-circle-filled.mr-icon-spacing
|
|
18
|
+
Secondary
|
|
19
|
+
%li
|
|
20
|
+
%button.btn.btn-success Success
|
|
21
|
+
%li
|
|
22
|
+
%button.btn.btn-success
|
|
23
|
+
.icon.icon-check-circle-filled.mr-icon-spacing
|
|
24
|
+
Success
|
|
25
|
+
%li
|
|
26
|
+
%button.btn.btn-danger Danger
|
|
27
|
+
%li
|
|
28
|
+
%button.btn.btn-danger
|
|
29
|
+
.icon.icon-check-circle-filled.mr-icon-spacing
|
|
30
|
+
Danger
|
|
31
|
+
%li
|
|
32
|
+
%button.btn.btn-warning Warning
|
|
33
|
+
%li
|
|
34
|
+
%button.btn.btn-info Info
|
|
35
|
+
%li
|
|
36
|
+
%button.btn.btn-dashed Dashed
|
|
37
|
+
%li
|
|
38
|
+
%button.btn.btn-link Link
|
|
39
|
+
%li
|
|
40
|
+
%button.btn.btn-ghost Ghost
|
|
41
|
+
%li
|
|
42
|
+
%button.btn{disabled: "disabled"} Disabled
|
|
43
|
+
|
|
44
|
+
.bg-dark.p-2
|
|
45
|
+
%ul.list-inline
|
|
46
|
+
%li
|
|
47
|
+
%button.btn.btn-primary-inverted primary-inverted
|
|
48
|
+
%li
|
|
49
|
+
%button.btn.btn-inverted inverted
|
|
50
|
+
%li
|
|
51
|
+
%button.btn.btn-secondary-inverted secondary-inverted
|
|
52
|
+
%li
|
|
53
|
+
%button.btn.btn-outline-primary-inverted outline-primary-inverted
|
|
54
|
+
%li
|
|
55
|
+
%button.btn.btn-ghost-inverted Ghost inverted
|
|
56
|
+
%li
|
|
57
|
+
%button.btn.btn-primary-inverted{disabled: "disabled"} disabled
|
|
58
|
+
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
---
|
|
2
|
+
title: Input buttons
|
|
3
|
+
tags: button
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
%ul.list-inline
|
|
7
|
+
%li
|
|
8
|
+
%input.btn.btn-primary{type:'submit', value:'Input btn'}
|
|
9
|
+
%li
|
|
10
|
+
%input.btn.btn-secondary{type:'submit', value:'Secondary'}
|
|
11
|
+
%li
|
|
12
|
+
%input.btn.btn-success{type:'submit', value:'Success'}
|
|
13
|
+
%li
|
|
14
|
+
%input.btn.btn-danger{type:'submit', value:'Danger'}
|
|
15
|
+
%li
|
|
16
|
+
%input.btn.btn-warning{type:'submit', value:'Warning'}
|
|
17
|
+
%li
|
|
18
|
+
%input.btn.btn-info{type:'submit', value:'Info'}
|
|
19
|
+
%li
|
|
20
|
+
%input.btn.btn-dashed{type:'submit', value:'Dashed'}
|
|
21
|
+
%li
|
|
22
|
+
%input.btn.btn-link{type:'submit', value:'Link'}
|
|
23
|
+
%li
|
|
24
|
+
%input.btn.btn-ghost{type:'submit', value:'Ghost'}
|
|
25
|
+
%li
|
|
26
|
+
%input.btn{type:'submit', value:'Disabled', disabled:"true"}
|
|
27
|
+
|
|
28
|
+
.bg-dark.p-2
|
|
29
|
+
%ul.list-inline
|
|
30
|
+
%li
|
|
31
|
+
%input.btn.btn-primary-inverted{type:'submit', value:'primary-inverted'}
|
|
32
|
+
%li
|
|
33
|
+
%input.btn.btn-inverted{type:'submit', value:'Inverted'}
|
|
34
|
+
%li
|
|
35
|
+
%input.btn.btn-secondary-inverted{type:'submit', value:'Secondary-inverted'}
|
|
36
|
+
%li
|
|
37
|
+
%input.btn.btn-ghost-inverted{type:'submit', value:'Ghost inverted'}
|
|
38
|
+
%li
|
|
39
|
+
%input.btn.btn-primary-inverted{type:'submit', value:'Disabled', disabled: "disabled"}
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
---
|
|
2
|
+
tags: button
|
|
3
|
+
title: Action popover
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
.flex.justify-between
|
|
7
|
+
.popover-menu
|
|
8
|
+
%a.popover-action{href:'#'}
|
|
9
|
+
%span.icon.text-icon-default.icon-pencil
|
|
10
|
+
Edit
|
|
11
|
+
%a.popover-action{href:'#'}
|
|
12
|
+
%span.icon.text-icon-default.icon-duplicate
|
|
13
|
+
Duplicate
|
|
14
|
+
%a.popover-action{href:'#'}
|
|
15
|
+
%span.icon.text-icon-default.icon-remove
|
|
16
|
+
Delete
|
|
17
|
+
.px-1
|
|
18
|
+
%details.dropdown-actions.dropright
|
|
19
|
+
%summary
|
|
20
|
+
.btn.btn-square.btn-primary
|
|
21
|
+
%span.icon.text-icon-default.icon-more
|
|
22
|
+
.popover-menu
|
|
23
|
+
%a.popover-action{href:'#'}
|
|
24
|
+
%span.icon.text-icon-default.icon-pencil
|
|
25
|
+
Edit
|
|
26
|
+
%a.popover-action{href:'#'}
|
|
27
|
+
%span.icon.text-icon-default.icon-duplicate
|
|
28
|
+
Duplicate
|
|
29
|
+
%a.popover-action{href:'#'}
|
|
30
|
+
%span.icon.text-icon-default.icon-remove
|
|
31
|
+
Delete
|
|
32
|
+
.px-1
|
|
33
|
+
%details.dropdown-actions
|
|
34
|
+
%summary
|
|
35
|
+
.btn.btn-primary.btn-default Dropdown
|
|
36
|
+
.popover-menu
|
|
37
|
+
%a.popover-action{href:'#'}
|
|
38
|
+
%span.icon.text-icon-default.icon-pencil
|
|
39
|
+
Edit
|
|
40
|
+
%a.popover-action{href:'#'}
|
|
41
|
+
%span.icon.text-icon-default.icon-duplicate
|
|
42
|
+
Duplicate
|
|
43
|
+
%a.popover-action{href:'#'}
|
|
44
|
+
%span.icon.text-icon-default.icon-remove
|
|
45
|
+
Delete
|
|
46
|
+
.px-1
|
|
47
|
+
%details.dropdown-actions.dropright
|
|
48
|
+
%summary
|
|
49
|
+
.btn.btn-primary.btn-default Dropright
|
|
50
|
+
.popover-menu
|
|
51
|
+
%a.popover-action{href:'#'}
|
|
52
|
+
%span.icon.text-icon-default.icon-pencil
|
|
53
|
+
Edit
|
|
54
|
+
%a.popover-action{href:'#'}
|
|
55
|
+
%span.icon.text-icon-default.icon-duplicate
|
|
56
|
+
Duplicate
|
|
57
|
+
%a.popover-action{href:'#'}
|
|
58
|
+
%span.icon.text-icon-default.icon-remove
|
|
59
|
+
Delete
|
|
60
|
+
.px-1
|
|
61
|
+
%details.dropdown-actions.dropup.dropright
|
|
62
|
+
%summary
|
|
63
|
+
.btn.btn-primary.btn-default Dropup
|
|
64
|
+
.popover-menu
|
|
65
|
+
%a.popover-action{href:'#'}
|
|
66
|
+
%span.icon.text-icon-default.icon-pencil
|
|
67
|
+
Edit
|
|
68
|
+
%a.popover-action{href:'#'}
|
|
69
|
+
%span.icon.text-icon-default.icon-duplicate
|
|
70
|
+
Duplicate
|
|
71
|
+
%a.popover-action{href:'#'}
|
|
72
|
+
%span.icon.text-icon-default.icon-remove
|
|
73
|
+
Delete
|