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,10 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
+
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
|
3
|
+
<svg width="100%" height="100%" viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
|
|
4
|
+
<rect id="testcase" x="0" y="0" width="20" height="20" style="fill:none;"/>
|
|
5
|
+
<rect x="18" y="0.001" width="2" height="13.999"/>
|
|
6
|
+
<rect x="10" y="0.001" width="2.001" height="13.999"/>
|
|
7
|
+
<rect x="14" y="0.001" width="2.001" height="13.999"/>
|
|
8
|
+
<rect x="6" y="0.001" width="2" height="13.999"/>
|
|
9
|
+
<path d="M2,0.001L0,0.001L0,20L20,20L20,18L2,18L2,0.001Z"/>
|
|
10
|
+
</svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg width="100%" height="100%" viewBox="0 0 440 440" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:1.5;"><rect id="testIO-testerbadge-cybersecurity" x="0.004" y="0.002" width="440" height="440" style="fill:none;"/><clipPath id="_clip1"><rect x="0.004" y="0.002" width="440" height="440"/></clipPath><g clip-path="url(#_clip1)"><g id="Badge"><path d="M220.003,427.627l-28.964,12.378l-24.772,-19.456l-31.179,4.461l-18.895,-25.198l-31.274,-3.764l-11.728,-29.233l-29.23,-11.73l-3.767,-31.271l-25.195,-18.896l4.456,-31.178l-19.451,-24.774l12.378,-28.963l-12.378,-28.964l19.451,-24.774l-4.456,-31.179l25.195,-18.895l3.767,-31.271l29.23,-11.728l11.728,-29.233l31.274,-3.764l18.895,-25.2l31.179,4.458l24.772,-19.451l28.964,12.376l28.964,-12.376l24.775,19.451l31.178,-4.458l18.896,25.2l31.273,3.764l11.726,29.233l29.232,11.728l3.767,31.271l25.195,18.895l-4.456,31.179l19.451,24.774l-12.378,28.964l12.378,28.963l-19.451,24.774l4.456,31.178l-25.195,18.896l-3.767,31.271l-29.232,11.73l-11.726,29.233l-31.273,3.764l-18.896,25.198l-31.178,-4.461l-24.775,19.456l-28.964,-12.378Z" style="fill:#326dd1;fill-rule:nonzero;"/><path d="M220.003,427.627l-28.964,12.378l-24.772,-19.456l-31.179,4.461l-18.895,-25.198l-31.274,-3.764l-11.728,-29.233l-29.23,-11.73l-3.767,-31.271l-25.195,-18.896l4.456,-31.178l-19.451,-24.774l12.378,-28.963l-12.378,-28.964l19.451,-24.774l-4.456,-31.179l25.195,-18.895l3.767,-31.271l29.23,-11.728l11.728,-29.233l31.274,-3.764l18.895,-25.2l31.179,4.458l24.772,-19.451l28.964,12.376l28.964,-12.376l24.775,19.451l31.178,-4.458l18.896,25.2l31.273,3.764l11.726,29.233l29.232,11.728l3.767,31.271l25.195,18.895l-4.456,31.179l19.451,24.774l-12.378,28.964l12.378,28.963l-19.451,24.774l4.456,31.178l-25.195,18.896l-3.767,31.271l-29.232,11.73l-11.726,29.233l-31.273,3.764l-18.896,25.198l-31.178,-4.461l-24.775,19.456l-28.964,-12.378Zm0.819,-1.916c-0.523,-0.224 -1.115,-0.224 -1.638,-0l-27.829,11.893c-0,-0 -23.802,-18.693 -23.802,-18.693c-0.447,-0.351 -1.018,-0.505 -1.582,-0.424l-29.957,4.286c0,-0 -18.155,-24.211 -18.155,-24.211c-0.341,-0.455 -0.853,-0.75 -1.417,-0.818l-30.049,-3.617c0,-0 -11.268,-28.088 -11.268,-28.088c-0.212,-0.527 -0.63,-0.946 -1.158,-1.157l-28.085,-11.271c-0,0 -3.619,-30.046 -3.619,-30.046c-0.068,-0.565 -0.364,-1.077 -0.819,-1.418l-24.208,-18.155c-0,-0 4.281,-29.957 4.281,-29.957c0.081,-0.563 -0.072,-1.134 -0.423,-1.582l-18.689,-23.803c-0,-0 11.893,-27.828 11.893,-27.828c0.223,-0.523 0.223,-1.114 -0,-1.637c-0,-0 -11.893,-27.83 -11.893,-27.83c-0,0 18.689,-23.804 18.689,-23.804c0.351,-0.447 0.504,-1.018 0.423,-1.581l-4.281,-29.957c-0,-0 24.208,-18.156 24.208,-18.156c0.455,-0.341 0.751,-0.853 0.819,-1.417l3.619,-30.046c-0,-0 28.085,-11.269 28.085,-11.269c0.528,-0.211 0.946,-0.63 1.158,-1.157l11.268,-28.088c0,-0 30.049,-3.617 30.049,-3.617c0.564,-0.068 1.076,-0.364 1.417,-0.818l18.156,-24.213c-0,-0 29.957,4.283 29.957,4.283c0.563,0.081 1.134,-0.072 1.581,-0.423l23.802,-18.689c-0,-0 27.829,11.891 27.829,11.891c0.523,0.223 1.115,0.223 1.638,-0l27.829,-11.891c0,-0 23.804,18.689 23.804,18.689c0.447,0.351 1.019,0.504 1.582,0.423l29.957,-4.283c-0,-0 18.155,24.213 18.155,24.213c0.341,0.454 0.853,0.75 1.418,0.818l30.048,3.617c-0,-0 11.266,28.087 11.266,28.087c0.212,0.528 0.63,0.947 1.158,1.158l28.088,11.269c-0,-0 3.619,30.046 3.619,30.046c0.068,0.564 0.363,1.076 0.818,1.417l24.209,18.156c-0,-0 -4.282,29.957 -4.282,29.957c-0.08,0.563 0.073,1.134 0.424,1.581l18.689,23.804c-0,0 -11.894,27.83 -11.894,27.83c-0.223,0.523 -0.223,1.114 0.001,1.637l11.892,27.828c0.001,-0 -18.688,23.803 -18.688,23.803c-0.351,0.448 -0.504,1.019 -0.424,1.582l4.282,29.957c-0,-0 -24.209,18.155 -24.209,18.155c-0.455,0.341 -0.75,0.853 -0.818,1.418c-0,-0 -3.619,30.046 -3.619,30.046c-0,-0 -28.088,11.271 -28.088,11.271c-0.528,0.211 -0.946,0.63 -1.158,1.158l-11.266,28.087c-0,-0 -30.048,3.617 -30.048,3.617c-0.565,0.068 -1.077,0.363 -1.418,0.818l-18.155,24.211c-0,-0 -29.957,-4.286 -29.957,-4.286c-0.563,-0.081 -1.135,0.073 -1.582,0.424l-23.804,18.693c0,-0 -27.829,-11.893 -27.829,-11.893Z" style="fill:#fff;fill-opacity:0.5;"/><path id="badge-ring" serif:id="badge ring" d="M220.004,44.502c96.861,0 175.5,78.639 175.5,175.5c0,96.861 -78.639,175.5 -175.5,175.5c-96.861,0 -175.5,-78.639 -175.5,-175.5c0,-96.861 78.639,-175.5 175.5,-175.5Zm0,2.084c95.711,-0 173.417,77.705 173.417,173.416c-0,95.712 -77.706,173.417 -173.417,173.417c-95.711,-0 -173.417,-77.705 -173.417,-173.417c0,-95.711 77.706,-173.416 173.417,-173.416Z" style="fill:#1d1d1d;"/><path id="Coverup" d="M400.225,249.685l-0,-56.577l-39.207,-0l-0,56.577l39.207,0Z" style="fill:#326dd1;"/><path id="Coverup1" serif:id="Coverup" d="M80.225,249.685l-0,-56.577l-39.207,-0l-0,56.577l39.207,0Z" style="fill:#326dd1;"/><rect id="Coverup2" serif:id="Coverup" x="140.323" y="32.002" width="159.362" height="37.972" style="fill:#326dd1;"/><g id="Logo-test-IO" serif:id="Logo test IO"><path d="M266.629,50.868c-0.003,-0.088 -0.005,-0.177 -0.005,-0.266c-0,-3.5 2.879,-6.38 6.379,-6.38c3.5,0 6.379,2.88 6.379,6.38c0,0.089 -0.002,0.178 -0.005,0.266c-0,3.977 -2.833,6.919 -6.374,6.919c-3.541,-0 -6.374,-2.942 -6.374,-6.919m-3.622,0c-0.001,0.046 -0.001,0.091 -0.001,0.136c-0,5.484 4.513,9.997 9.997,9.997c5.484,0 9.997,-4.513 9.997,-9.997c0,-0.045 -0,-0.09 -0.001,-0.136c-0.074,-5.432 -4.563,-9.86 -9.996,-9.86c-5.433,0 -9.922,4.428 -9.996,9.86m-11.44,9.806l3.513,0l0,-19.339l-3.513,0l-0,19.339Zm-27.756,0l3.514,0l0,-16.315l6.347,-0l-0,-3.024l-16.207,0l-0,3.024l6.346,-0l0,16.315Zm-24.922,-2.315c1.784,1.732 4.187,2.683 6.673,2.642c4.032,0 6.374,-2.588 6.374,-5.665c0,-6.184 -9.097,-5.339 -9.097,-8.771c-0,-1.362 1.28,-2.315 2.914,-2.315c1.574,0.07 3.08,0.664 4.276,1.688l1.526,-2.86c-1.585,-1.408 -3.656,-2.15 -5.775,-2.07c-3.704,0 -6.482,2.397 -6.482,5.611c-0,5.938 9.124,5.339 9.124,8.798c0,1.58 -1.334,2.343 -2.805,2.343c-1.795,-0.101 -3.5,-0.823 -4.821,-2.043l-1.907,2.642Zm-18.549,2.315l12.012,0l-0,-3.023l-8.498,-0l-0,-5.203l6.509,0l0,-3.023l-6.509,-0l-0,-5.066l8.062,-0l0,-3.024l-11.576,0l-0,19.339Zm-16.779,0l3.514,0l-0,-16.315l6.346,-0l0,-3.024l-16.206,0l-0,3.024l6.346,-0l0,16.315Z" style="fill:#1d1d1d;fill-rule:nonzero;"/></g><circle id="plate" cx="220.004" cy="220.002" r="145" style="fill:#263340;"/><path d="M220.004,75.002c80.028,0 145,64.973 145,145c0,80.028 -64.972,145 -145,145c-80.028,0 -145,-64.972 -145,-145c0,-80.027 64.972,-145 145,-145Zm0,2.084c78.878,-0 142.917,64.038 142.917,142.916c-0,78.878 -64.039,142.917 -142.917,142.917c-78.878,-0 -142.917,-64.039 -142.917,-142.917c0,-78.878 64.039,-142.916 142.917,-142.916Z" style="fill:#1d1d1d;"/><path id="test-IO-symbol" serif:id="test IO symbol" d="M412.357,212.003l-3.742,4.424c0.463,1.231 0.7,2.536 0.7,3.852c0,6.004 -4.94,10.944 -10.944,10.944c-0.107,0 -0.214,-0.002 -0.321,-0.005l-23.046,0l0,5.305l22.804,-0.022l1.034,-0c8.733,-0.232 15.789,-7.479 15.789,-16.215c0,-2.915 -0.786,-5.777 -2.274,-8.283Zm-22.738,15.143c0.047,-0.003 0.085,-0.041 0.088,-0.088c0,-0.022 0,-0.044 -0.022,-0.044c-1.51,-1.928 -2.33,-4.308 -2.33,-6.757c-0,-6.013 4.947,-10.96 10.96,-10.96c0.867,-0 1.731,0.103 2.574,0.307l3.698,-4.359c-1.977,-0.82 -4.097,-1.243 -6.238,-1.243c-8.926,0 -16.271,7.346 -16.271,16.272c-0,2.382 0.523,4.736 1.532,6.894l6.009,0l0,-0.022Zm17.719,-19.678c1.47,0 2.664,1.194 2.664,2.664c-0,1.47 -1.194,2.663 -2.664,2.663c-1.47,0 -2.663,-1.193 -2.663,-2.663c-0,-1.47 1.193,-2.664 2.663,-2.664Z" style="fill:#1d1d1d;"/><path id="test-IO-symbol1" serif:id="test IO symbol" d="M62.357,212.003l-3.742,4.424c0.463,1.231 0.7,2.536 0.7,3.852c0,6.004 -4.94,10.944 -10.944,10.944c-0.107,0 -0.214,-0.002 -0.321,-0.005l-23.046,0l0,5.305l22.804,-0.022l1.034,-0c8.733,-0.232 15.789,-7.479 15.789,-16.215c0,-2.915 -0.786,-5.777 -2.274,-8.283Zm-22.738,15.143c0.047,-0.003 0.085,-0.041 0.088,-0.088c0,-0.022 0,-0.044 -0.022,-0.044c-1.51,-1.928 -2.33,-4.308 -2.33,-6.757c-0,-6.013 4.947,-10.96 10.96,-10.96c0.867,-0 1.731,0.103 2.574,0.307l3.698,-4.359c-1.977,-0.82 -4.097,-1.243 -6.238,-1.243c-8.926,0 -16.271,7.346 -16.271,16.272c-0,2.382 0.523,4.736 1.532,6.894l6.009,0l0,-0.022Zm17.719,-19.678c1.47,0 2.664,1.194 2.664,2.664c-0,1.47 -1.194,2.663 -2.664,2.663c-1.47,0 -2.663,-1.193 -2.663,-2.663c-0,-1.47 1.193,-2.664 2.663,-2.664Z" style="fill:#1d1d1d;"/></g><g transform="matrix(0.878784,0,0,0.878784,27.7009,20.8372)"><g transform="matrix(1.13794,0,0,1.13794,-0.753933,-1.83098)"><path d="M327.819,269.384c-2.93,5.777 -5.663,10.408 -9.282,15.749c-3.589,5.355 -6.85,9.615 -11.07,14.473c-4.194,4.878 -7.936,8.718 -12.702,13.037c-4.746,4.344 -8.919,7.713 -14.175,11.439c-5.24,3.754 -9.795,6.606 -15.484,9.684c-5.681,3.111 -10.569,5.403 -16.638,7.782c-6.068,2.417 -11.249,4.108 -17.647,5.739c-6.407,1.671 -11.85,2.722 -18.534,3.555c-6.704,0.872 -12.391,1.24 -19.321,1.221c-6.849,0.019 -12.47,-0.341 -19.098,-1.193c-6.608,-0.814 -11.991,-1.841 -18.33,-3.473c-6.33,-1.595 -11.458,-3.248 -17.467,-5.61c-6.009,-2.327 -10.853,-4.567 -16.485,-7.61c-5.641,-3.011 -10.161,-5.8 -15.367,-9.474c-5.22,-3.646 -9.37,-6.943 -14.096,-11.196c-4.746,-4.229 -8.478,-7.989 -12.67,-12.768c-4.217,-4.759 -7.483,-8.934 -11.088,-14.184c-3.634,-5.236 -6.389,-9.777 -9.357,-15.444l-39.534,20.833c10.855,20.527 25.716,39.478 42.838,54.854c17.164,15.326 37.703,28.071 59.515,36.62c21.815,8.476 46.315,13.293 71.139,13.333l-0,-0c25.12,-0.041 49.899,-4.974 71.927,-13.643c22.025,-8.744 42.727,-21.773 59.963,-37.427c17.192,-15.704 32.037,-35.046 42.763,-55.976l-39.8,-20.321Z" style="fill:#326dd1;"/></g><g transform="matrix(1.13794,0,0,1.13794,-0.753933,-1.83098)"><g transform="matrix(0.592996,0.805206,-0.805206,0.592996,254.706,95.4245)"><g transform="matrix(40,0,0,40,33.6637,299.664)"><path d="M0.531,-0.263l0.14,0.044c-0.022,0.078 -0.057,0.136 -0.107,0.174c-0.05,0.038 -0.114,0.057 -0.19,0.057c-0.096,0 -0.174,-0.032 -0.235,-0.097c-0.061,-0.065 -0.092,-0.154 -0.092,-0.267c0,-0.119 0.031,-0.211 0.093,-0.277c0.061,-0.066 0.142,-0.099 0.242,-0.099c0.088,-0 0.159,0.026 0.214,0.078c0.032,0.03 0.057,0.074 0.073,0.131l-0.143,0.035c-0.009,-0.037 -0.026,-0.067 -0.053,-0.088c-0.027,-0.022 -0.06,-0.032 -0.098,-0.032c-0.053,-0 -0.096,0.019 -0.129,0.057c-0.033,0.038 -0.05,0.099 -0.05,0.185c0,0.09 0.017,0.155 0.049,0.193c0.033,0.038 0.075,0.058 0.127,0.058c0.038,-0 0.072,-0.013 0.099,-0.037c0.028,-0.024 0.048,-0.063 0.06,-0.115Z" style="fill:#fff;fill-rule:nonzero;"/></g></g><g transform="matrix(0.717815,0.696234,-0.696234,0.717815,241.466,55.3991)"><g transform="matrix(40,0,0,40,53.093,325.583)"><path d="M0.261,-0l-0,-0.301l-0.262,-0.415l0.169,0l0.168,0.283l0.165,-0.283l0.167,0l-0.263,0.416l-0,0.3l-0.144,-0Z" style="fill:#fff;fill-rule:nonzero;"/></g></g><g transform="matrix(0.824095,0.566451,-0.566451,0.824095,209.331,19.0066)"><g transform="matrix(40,0,0,40,74.7659,346.549)"><path d="M0.073,-0.716l0.286,0c0.057,0 0.099,0.003 0.127,0.007c0.028,0.005 0.053,0.015 0.075,0.03c0.022,0.015 0.04,0.035 0.055,0.06c0.014,0.025 0.022,0.052 0.022,0.083c-0,0.034 -0.009,0.065 -0.027,0.093c-0.018,0.028 -0.043,0.049 -0.074,0.063c0.044,0.012 0.077,0.034 0.101,0.065c0.023,0.03 0.035,0.066 0.035,0.107c-0,0.033 -0.008,0.065 -0.023,0.095c-0.015,0.031 -0.036,0.056 -0.062,0.074c-0.026,0.019 -0.058,0.03 -0.097,0.034c-0.024,0.003 -0.082,0.004 -0.174,0.005l-0.244,0l0,-0.716Zm0.145,0.119l-0,0.166l0.094,-0c0.057,-0 0.092,-0.001 0.105,-0.003c0.025,-0.003 0.045,-0.011 0.059,-0.025c0.014,-0.014 0.021,-0.033 0.021,-0.056c0,-0.022 -0.006,-0.04 -0.018,-0.054c-0.012,-0.014 -0.031,-0.022 -0.055,-0.025c-0.014,-0.002 -0.055,-0.003 -0.123,-0.003l-0.083,0Zm-0,0.285l-0,0.191l0.134,0c0.052,0 0.085,-0.001 0.099,-0.004c0.021,-0.004 0.039,-0.013 0.052,-0.029c0.014,-0.015 0.02,-0.035 0.02,-0.06c0,-0.022 -0.005,-0.04 -0.015,-0.055c-0.011,-0.015 -0.026,-0.026 -0.045,-0.033c-0.02,-0.007 -0.063,-0.01 -0.129,-0.01l-0.116,-0Z" style="fill:#fff;fill-rule:nonzero;"/></g></g><g transform="matrix(0.906477,0.422256,-0.422256,0.906477,163.431,-8.45853)"><g transform="matrix(40,0,0,40,101.514,364.715)"><path d="M0.073,-0l-0,-0.716l0.531,0l-0,0.121l-0.387,0l0,0.159l0.36,-0l-0,0.121l-0.36,-0l0,0.194l0.4,0l0,0.121l-0.544,-0Z" style="fill:#fff;fill-rule:nonzero;"/></g></g><g transform="matrix(0.965419,0.260702,-0.260702,0.965419,102.847,-20.3403)"><g transform="matrix(40,0,0,40,128.799,377.51)"><path d="M0.073,-0l0,-0.716l0.304,0c0.077,0 0.133,0.007 0.167,0.019c0.035,0.013 0.063,0.036 0.083,0.069c0.021,0.033 0.032,0.071 0.032,0.113c-0,0.054 -0.016,0.098 -0.048,0.133c-0.031,0.035 -0.078,0.057 -0.141,0.066c0.031,0.018 0.057,0.038 0.077,0.06c0.02,0.022 0.048,0.061 0.082,0.116l0.088,0.14l-0.173,-0l-0.105,-0.156c-0.037,-0.055 -0.062,-0.091 -0.076,-0.105c-0.013,-0.014 -0.028,-0.024 -0.043,-0.03c-0.015,-0.005 -0.04,-0.008 -0.073,-0.008l-0.029,0l-0,0.299l-0.145,-0Zm0.145,-0.413l0.107,-0c0.069,-0 0.112,-0.003 0.13,-0.009c0.017,-0.006 0.03,-0.016 0.04,-0.03c0.01,-0.014 0.015,-0.032 0.015,-0.054c-0,-0.024 -0.007,-0.043 -0.02,-0.058c-0.012,-0.015 -0.031,-0.024 -0.054,-0.028c-0.012,-0.002 -0.047,-0.003 -0.105,-0.003l-0.113,0l-0,0.182Z" style="fill:#fff;fill-rule:nonzero;"/></g></g><g transform="matrix(0.994504,0.1047,-0.1047,0.994504,41.2688,-14.5719)"><g transform="matrix(40,0,0,40,160.132,385.793)"><path d="M0.036,-0.233l0.141,-0.014c0.008,0.048 0.025,0.082 0.051,0.104c0.026,0.023 0.061,0.034 0.105,0.034c0.047,-0 0.082,-0.01 0.105,-0.03c0.024,-0.02 0.036,-0.043 0.036,-0.069c-0,-0.017 -0.005,-0.031 -0.015,-0.043c-0.01,-0.012 -0.028,-0.022 -0.052,-0.031c-0.017,-0.006 -0.056,-0.017 -0.116,-0.031c-0.077,-0.02 -0.132,-0.043 -0.163,-0.071c-0.044,-0.04 -0.066,-0.088 -0.066,-0.144c0,-0.037 0.01,-0.071 0.031,-0.103c0.021,-0.031 0.05,-0.056 0.089,-0.072c0.039,-0.017 0.086,-0.025 0.141,-0.025c0.09,-0 0.158,0.02 0.203,0.059c0.046,0.039 0.069,0.092 0.072,0.158l-0.145,0.006c-0.006,-0.037 -0.019,-0.063 -0.04,-0.079c-0.02,-0.016 -0.051,-0.024 -0.091,-0.024c-0.042,-0 -0.075,0.008 -0.099,0.025c-0.015,0.012 -0.023,0.026 -0.023,0.045c0,0.017 0.007,0.031 0.022,0.043c0.018,0.016 0.062,0.032 0.132,0.048c0.071,0.017 0.123,0.034 0.156,0.052c0.034,0.017 0.061,0.042 0.08,0.072c0.019,0.031 0.028,0.069 0.028,0.115c0,0.041 -0.011,0.079 -0.034,0.115c-0.023,0.036 -0.055,0.062 -0.097,0.08c-0.041,0.017 -0.093,0.026 -0.155,0.026c-0.091,-0 -0.16,-0.021 -0.209,-0.063c-0.048,-0.042 -0.077,-0.103 -0.087,-0.183Z" style="fill:#fff;fill-rule:nonzero;"/></g></g><g transform="matrix(0.99835,-0.0574157,0.0574157,0.99835,-22.0104,11.516)"><g transform="matrix(40,0,0,40,190.105,388.794)"><path d="M0.073,-0l-0,-0.716l0.531,0l-0,0.121l-0.387,0l0,0.159l0.36,-0l-0,0.121l-0.36,-0l0,0.194l0.4,0l0,0.121l-0.544,-0Z" style="fill:#fff;fill-rule:nonzero;"/></g></g><g transform="matrix(0.975713,-0.219051,0.219051,0.975713,-79.4494,57.4707)"><g transform="matrix(40,0,0,40,220.155,387.029)"><path d="M0.531,-0.263l0.14,0.044c-0.022,0.078 -0.057,0.136 -0.107,0.174c-0.05,0.038 -0.114,0.057 -0.19,0.057c-0.096,0 -0.174,-0.032 -0.235,-0.097c-0.061,-0.065 -0.092,-0.154 -0.092,-0.267c0,-0.119 0.031,-0.211 0.093,-0.277c0.061,-0.066 0.142,-0.099 0.242,-0.099c0.088,-0 0.159,0.026 0.214,0.078c0.032,0.03 0.057,0.074 0.073,0.131l-0.143,0.035c-0.009,-0.037 -0.026,-0.067 -0.053,-0.088c-0.027,-0.022 -0.06,-0.032 -0.098,-0.032c-0.053,-0 -0.096,0.019 -0.129,0.057c-0.033,0.038 -0.05,0.099 -0.05,0.185c0,0.09 0.017,0.155 0.049,0.193c0.033,0.038 0.075,0.058 0.127,0.058c0.038,-0 0.072,-0.013 0.099,-0.037c0.028,-0.024 0.048,-0.063 0.06,-0.115Z" style="fill:#fff;fill-rule:nonzero;"/></g></g><g transform="matrix(0.923276,-0.384138,0.384138,0.923276,-126.609,125.563)"><g transform="matrix(40,0,0,40,251.73,379.73)"><path d="M0.072,-0.716l0.144,0l0,0.388c0,0.061 0.002,0.101 0.006,0.12c0.006,0.029 0.021,0.052 0.044,0.07c0.023,0.018 0.055,0.027 0.095,0.027c0.041,-0 0.072,-0.009 0.093,-0.025c0.021,-0.017 0.033,-0.038 0.038,-0.062c0.004,-0.025 0.006,-0.065 0.006,-0.122l0,-0.396l0.145,0l-0,0.376c-0,0.086 -0.004,0.147 -0.012,0.182c-0.008,0.036 -0.022,0.066 -0.043,0.09c-0.021,0.025 -0.049,0.044 -0.085,0.058c-0.035,0.015 -0.081,0.022 -0.137,0.022c-0.069,0 -0.12,-0.008 -0.156,-0.023c-0.035,-0.016 -0.063,-0.037 -0.084,-0.062c-0.02,-0.025 -0.034,-0.052 -0.04,-0.079c-0.01,-0.041 -0.014,-0.102 -0.014,-0.182l-0,-0.382Z" style="fill:#fff;fill-rule:nonzero;"/></g></g><g transform="matrix(0.839305,-0.54366,0.54366,0.839305,-154.517,211.703)"><g transform="matrix(40,0,0,40,281.559,367.231)"><path d="M0.073,-0l0,-0.716l0.304,0c0.077,0 0.133,0.007 0.167,0.019c0.035,0.013 0.063,0.036 0.083,0.069c0.021,0.033 0.032,0.071 0.032,0.113c-0,0.054 -0.016,0.098 -0.048,0.133c-0.031,0.035 -0.078,0.057 -0.141,0.066c0.031,0.018 0.057,0.038 0.077,0.06c0.02,0.022 0.048,0.061 0.082,0.116l0.088,0.14l-0.173,-0l-0.105,-0.156c-0.037,-0.055 -0.062,-0.091 -0.076,-0.105c-0.013,-0.014 -0.028,-0.024 -0.043,-0.03c-0.015,-0.005 -0.04,-0.008 -0.073,-0.008l-0.029,0l-0,0.299l-0.145,-0Zm0.145,-0.413l0.107,-0c0.069,-0 0.112,-0.003 0.13,-0.009c0.017,-0.006 0.03,-0.016 0.04,-0.03c0.01,-0.014 0.015,-0.032 0.015,-0.054c-0,-0.024 -0.007,-0.043 -0.02,-0.058c-0.012,-0.015 -0.031,-0.024 -0.054,-0.028c-0.012,-0.002 -0.047,-0.003 -0.105,-0.003l-0.113,0l-0,0.182Z" style="fill:#fff;fill-rule:nonzero;"/></g></g><g transform="matrix(0.769788,-0.638299,0.638299,0.769788,-152.071,276.77)"><g transform="matrix(40,0,0,40,308.362,349.206)"><rect x="0.068" y="-0.716" width="0.145" height="0.716" style="fill:#fff;fill-rule:nonzero;"/></g></g><g transform="matrix(0.693557,-0.720401,0.720401,0.693557,-147.23,334.07)"><g transform="matrix(40,0,0,40,319.763,340.093)"><path d="M0.234,-0l-0,-0.595l-0.213,0l0,-0.121l0.569,0l0,0.121l-0.212,0l0,0.595l-0.144,-0Z" style="fill:#fff;fill-rule:nonzero;"/></g></g><g transform="matrix(0.575374,-0.81789,0.81789,0.575374,-118.018,412.595)"><g transform="matrix(40,0,0,40,339.053,319.957)"><path d="M0.261,-0l-0,-0.301l-0.262,-0.415l0.169,0l0.168,0.283l0.165,-0.283l0.167,0l-0.263,0.416l-0,0.3l-0.144,-0Z" style="fill:#fff;fill-rule:nonzero;"/></g></g></g></g><path id="Shadow" d="M363.13,243.202c-8.402,52.255 -44.777,95.202 -93.245,112.978l-84.076,-84.077l-30.696,-55.743l0.953,-39.922l61.067,-18.599l0.788,-5.718l4.166,-0c10.262,13.877 29.478,21.604 66.833,16.871l74.21,74.21Z" style="fill:#1d1d1d;"/><path id="shield" d="M219.6,165.475c8.347,5.765 25.472,13.695 57.312,14.811c1.639,22.767 -1.503,42.368 -10.266,58.427c-9.205,16.868 -24.629,29.642 -46.642,38.224c-22.012,-8.582 -37.436,-21.355 -46.642,-38.224c-8.763,-16.059 -11.904,-35.66 -10.265,-58.428c31.613,-1.113 48.348,-8.986 56.503,-14.81Z" style="fill:#fff;"/><path id="shield1" serif:id="shield" d="M217.921,152.121l-0,10.315c-9.084,6.052 -26.797,13.7 -58.998,14.763c-1.833,24.56 1.521,45.689 10.957,62.981c9.59,17.574 25.478,31.007 48.041,40.182l-0,9.073l1.515,0.567c-54.264,-19.989 -74.916,-61.71 -68.21,-121.123c43.449,0 61.166,-11.829 66.695,-16.758Zm4.166,-0c5.53,4.929 23.247,16.758 66.696,16.758c6.706,59.413 -13.947,101.134 -68.211,121.123l1.515,-0.567l0,-9.074c22.565,-9.176 38.452,-22.608 48.042,-40.181c9.435,-17.291 12.789,-38.42 10.956,-62.981c-31.479,-1.033 -49.46,-8.324 -58.998,-14.247l0,-10.831Z" style="fill:#fff;"/><path d="M215.004,260l-15,-0l0,-10l-10,0.002l0,-50l30,0l0,10.001l40,-0.001l0,10" style="fill:none;stroke:#1d1d1d;stroke-width:4.17px;"/><rect x="200.004" y="210.002" width="10" height="30.001" style="fill:none;stroke:#1d1d1d;stroke-width:4.17px;"/><rect x="250.004" y="190.002" width="10" height="10" style="fill:none;stroke:#1d1d1d;stroke-width:4.17px;"/><rect x="170.004" y="200.002" width="10" height="10" style="fill:none;stroke:#1d1d1d;stroke-width:4.17px;"/><path d="M250.004,230.003l-10,-0.001l0,-9.999l20,-0.003" style="fill:none;stroke:#1d1d1d;stroke-width:4.17px;"/><path d="M190.004,220.003l-20,-0.001" style="fill:none;stroke:#1d1d1d;stroke-width:4.17px;"/><path d="M190.004,230.003l-10,-0.001" style="fill:none;stroke:#1d1d1d;stroke-width:4.17px;"/><path d="M250.004,250.003l-10,-0.001" style="fill:none;stroke:#1d1d1d;stroke-width:4.17px;"/><path d="M240.004,250.003l-10,-0.001" style="fill:none;stroke:#1d1d1d;stroke-width:4.17px;"/><path d="M210.004,250.003l-10,-0.001" style="fill:none;stroke:#1d1d1d;stroke-width:4.17px;"/><path d="M250.004,240.003l-10,-0.001" style="fill:none;stroke:#1d1d1d;stroke-width:4.17px;"/><path d="M230.004,250.003l0,-10" style="fill:none;stroke:#1d1d1d;stroke-width:4.17px;"/><path d="M240.004,200.003l-10,-0.001" style="fill:none;stroke:#1d1d1d;stroke-width:4.17px;"/><path d="M240.004,190.003l-20,-0.001" style="fill:none;stroke:#1d1d1d;stroke-width:4.17px;"/><path d="M190.004,240.003l-10,-0.001" style="fill:none;stroke:#1d1d1d;stroke-width:4.17px;"/><circle cx="255.004" cy="230" r="5" style="fill:none;stroke:#1d1d1d;stroke-width:4.17px;"/><circle cx="220.004" cy="220" r="2" style="fill:#1d1d1d;"/><circle cx="230.004" cy="220" r="2" style="fill:#1d1d1d;"/><circle cx="220.004" cy="230" r="2" style="fill:#1d1d1d;"/><circle cx="220.004" cy="240" r="2" style="fill:#1d1d1d;"/><circle cx="230.004" cy="230" r="2" style="fill:#1d1d1d;"/><circle cx="220.004" cy="260" r="5" style="fill:none;stroke:#1d1d1d;stroke-width:4.17px;"/><path d="M225.004,260.002l15,0l0,-30" style="fill:none;stroke:#1d1d1d;stroke-width:4.17px;"/><path d="M270.004,190.002l0,20l-10,0" style="fill:none;stroke:#1d1d1d;stroke-width:4.17px;"/><path d="M200.004,180.002l0,10" style="fill:none;stroke:#1d1d1d;stroke-width:4.17px;"/><path d="M220.004,190.002l0,10" style="fill:none;stroke:#1d1d1d;stroke-width:4.17px;"/><path d="M240.004,200.002l0,-20l-30,0l0,10l-40,0" style="fill:none;stroke:#1d1d1d;stroke-width:4.17px;"/></g></svg>
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg width="100%" height="100%" viewBox="0 0 905 209" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"><rect id="testIO-logo-onwhite" x="0" y="0" width="900.648" height="208.333" style="fill:none;"/><clipPath id="_clip1"><rect x="0" y="0" width="900.648" height="208.333"/></clipPath><g clip-path="url(#_clip1)"><path d="M898.439,84.336c-1.279,-6.596 -3.204,-13.092 -5.72,-19.308c-2.567,-6.33 -5.784,-12.434 -9.55,-18.142c-3.855,-5.842 -8.342,-11.333 -13.334,-16.329c-4.991,-4.992 -10.487,-9.479 -16.325,-13.334c-5.704,-3.766 -11.808,-6.979 -18.141,-9.545c-6.209,-2.521 -12.709,-4.446 -19.313,-5.725c-13.054,-2.53 -26.704,-2.53 -39.767,0c-6.608,1.279 -13.104,3.208 -19.308,5.725c-6.337,2.57 -12.442,5.779 -18.142,9.545c-1.312,0.867 -2.533,1.871 -3.804,2.8l26.104,26.109c3.038,-1.838 6.188,-3.504 9.48,-4.842c4.033,-1.633 8.266,-2.887 12.57,-3.725c4.263,-0.821 8.63,-1.242 12.988,-1.242c4.35,0 8.721,0.421 12.979,1.242c4.304,0.838 8.538,2.092 12.579,3.729c4.113,1.671 8.079,3.754 11.784,6.204c3.808,2.513 7.395,5.446 10.662,8.713c3.267,3.267 6.2,6.854 8.708,10.662c2.455,3.709 4.538,7.675 6.209,11.784c1.637,4.046 2.891,8.279 3.725,12.575c0.825,4.271 1.246,8.637 1.246,12.983c0,4.346 -0.421,8.717 -1.246,12.983c-0.834,4.3 -2.088,8.53 -3.725,12.575c-1.671,4.113 -3.754,8.08 -6.209,11.788c-2.508,3.804 -5.441,7.396 -8.708,10.662c-3.267,3.267 -6.854,6.196 -10.667,8.717c-3.7,2.446 -7.666,4.529 -11.787,6.2c-4.033,1.638 -8.267,2.888 -12.575,3.729c-8.513,1.646 -17.438,1.646 -25.958,0c-4.309,-0.841 -8.542,-2.091 -12.58,-3.729c-4.12,-1.671 -8.083,-3.758 -11.779,-6.2c-3.816,-2.521 -7.404,-5.454 -10.662,-8.712l-0.009,-0.009c-3.262,-3.258 -6.191,-6.85 -8.708,-10.658c-2.45,-3.704 -4.537,-7.671 -6.204,-11.788c-1.642,-4.045 -2.896,-8.275 -3.729,-12.579c-0.821,-4.254 -1.242,-8.625 -1.242,-12.979c0,-4.354 0.421,-8.721 1.246,-12.987c0.829,-4.292 2.083,-8.525 3.721,-12.563c0.837,-2.058 1.775,-4.083 2.812,-6.05l-26.391,-26.396c-0.155,0.229 -0.342,0.438 -0.492,0.667c-3.763,5.7 -6.975,11.804 -9.546,18.142c-2.521,6.22 -4.446,12.716 -5.721,19.308c-1.266,6.525 -1.904,13.217 -1.904,19.879c0,6.667 0.638,13.358 1.904,19.875c1.275,6.596 3.2,13.096 5.725,19.321c2.567,6.333 5.779,12.437 9.546,18.142c3.858,5.845 8.346,11.337 13.329,16.32c0.004,0.005 0.004,0.005 0.009,0.005c4.983,4.983 10.475,9.475 16.32,13.333c5.7,3.767 11.805,6.975 18.138,9.542c6.208,2.52 12.704,4.45 19.317,5.725c6.525,1.266 13.216,1.908 19.883,1.908c6.662,0 13.354,-0.642 19.879,-1.908c6.604,-1.275 13.104,-3.2 19.304,-5.721c6.342,-2.567 12.446,-5.779 18.146,-9.546c5.842,-3.854 11.338,-8.346 16.329,-13.333c4.992,-4.996 9.479,-10.488 13.334,-16.33c3.766,-5.708 6.983,-11.816 9.55,-18.141c2.516,-6.217 4.441,-12.713 5.72,-19.313c1.267,-6.537 1.909,-13.225 1.909,-19.879c0,-6.65 -0.642,-13.337 -1.909,-19.879" style="fill:#21bef4;fill-rule:nonzero;"/><path d="M627.044,0.826l0,207.562l36.459,0l0,-207.549" style="fill:#21bef4;fill-rule:nonzero;"/><path d="M368.544,112.675l-25.025,-8.013c-16.737,-5.579 -24.879,-12.192 -24.879,-20.217c0,-8.07 5.738,-17.691 33.063,-17.691c17.387,0 34.65,4.454 48.616,12.537l5.563,3.221l0,-34.271l-2.246,-0.962c-7.008,-3.004 -26.104,-9.992 -51.933,-9.992c-40.217,0 -65.204,18.325 -65.204,47.825c0,21.463 15.679,37.942 45.291,47.638l24.425,8.37c15.534,5.175 21.867,10.838 21.867,19.555c0,14.891 -18.342,18.02 -33.729,18.02c-17.904,0 -35.7,-5.229 -47.609,-13.983l-5.895,-4.342l0,34.53l1.85,1.07c10.22,5.896 29.066,12.192 51.316,12.192c41.459,0 66.209,-18.379 66.209,-49.158c0,-29.288 -23.775,-40.463 -41.68,-46.329" style="fill:#1d1d1d;fill-rule:nonzero;"/><path d="M89.331,173.142c-2.588,0.6 -4.705,1.125 -6.555,1.579c-5.041,1.25 -7.92,1.954 -12.904,2.3c-0.316,-0.025 -0.637,-0.058 -0.941,-0.058c-21.921,0 -32.58,-10.908 -32.58,-33.35l0,-74.713l42.934,0l5.508,-28.062l-48.442,0l0,-40.783l-36.337,0l0,143.091c0,44.792 32.696,65.188 63.075,65.188c0.3,0 1.062,-0.079 2.079,-0.217c9.242,-0.167 12.338,-0.95 18.696,-2.558c1.946,-0.492 4.229,-1.067 7.129,-1.738l2.875,-0.662l0,-31.063l-4.537,1.046Z" style="fill:#1d1d1d;fill-rule:nonzero;"/><path d="M243.621,61.407c-12.875,-15.842 -32.025,-24.271 -55.4,-24.421c-0.72,-0.075 -1.47,-0.104 -2.254,-0.054c-47.475,2.95 -76.971,34.413 -76.971,82.117c0,59.029 30.713,88.954 91.28,88.954c18.733,0 43.762,-6.017 48.591,-7.225l2.809,-0.7l0,-31.004l-4.538,1.046c-2.121,0.487 -4.204,1 -6.296,1.512c-11.029,2.708 -22.441,5.5 -42.133,5.5c-29.129,0 -46.108,-12.5 -51.492,-38.071l0.054,0c-0.366,-2.525 -2.55,-18.058 -1.608,-26.854c0.008,-0.104 0.042,-0.192 0.067,-0.287l-0.104,0c2.116,-27.546 19.633,-44.525 45.158,-44.35c21.471,1.562 36.021,18.825 37.3,44.35l-55.204,0l0.329,27.141l85.921,0l0.296,-3.387c0.608,-6.979 0.729,-14.542 0.729,-25.242c0,-18.229 -6.029,-36.096 -16.534,-49.025" style="fill:#1d1d1d;fill-rule:nonzero;"/><path d="M528.041,173.142c-2.587,0.6 -4.704,1.125 -6.554,1.579c-5.037,1.25 -7.921,1.954 -12.9,2.3c-0.321,-0.025 -0.641,-0.058 -0.946,-0.058c-21.92,0 -32.575,-10.908 -32.575,-33.35l0,-74.713l42.93,0l5.508,-28.062l-48.438,0l0,-40.783l-36.341,0l0,143.091c0,44.792 32.7,65.188 63.079,65.188c0.296,0 1.058,-0.079 2.075,-0.217c9.242,-0.167 12.337,-0.95 18.696,-2.558c1.95,-0.492 4.229,-1.067 7.133,-1.738l2.871,-0.662l0,-31.063l-4.538,1.046Z" style="fill:#1d1d1d;fill-rule:nonzero;"/></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg width="100%" height="100%" viewBox="0 0 321 292" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"><rect id="testIO-symbol-red" x="0" y="0" width="320.833" height="291.667" style="fill:none;"/><clipPath id="_clip1"><rect x="0" y="0" width="320.833" height="291.667"/></clipPath><g clip-path="url(#_clip1)"><path id="Logo" d="M187.391,291.415l0,0.048c88.576,-2.024 133.442,-51.035 133.442,-145.539c0,-96.769 -46.794,-145.924 -139.081,-145.924c-92.383,0 -139.225,48.866 -139.225,145.635c0.096,19.373 2.024,36.819 5.783,52.336l63.902,0c-5.735,-14.072 -8.53,-31.758 -8.53,-53.059c0,-62.649 25.541,-93.058 78.167,-93.058c52.577,0 78.166,30.457 78.166,93.058c0,64.047 -25.541,95.227 -78.166,95.227c-1.302,0 -180.403,0.225 -181.849,0.177l0,51.517c15.807,-0.048 187.391,-0.418 187.391,-0.418Z" style="fill:#ec0404;fill-rule:nonzero;"/></g></svg>
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
+
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
|
3
|
+
<svg width="100%" height="100%" viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
|
|
4
|
+
<rect id="triangle-centered-down" x="0" y="0" width="20" height="20" style="fill:none;"/>
|
|
5
|
+
<clipPath id="_clip1">
|
|
6
|
+
<rect x="0" y="0" width="20" height="20"/>
|
|
7
|
+
</clipPath>
|
|
8
|
+
<g clip-path="url(#_clip1)">
|
|
9
|
+
<rect id="bounding-box" serif:id="bounding box" x="0" y="0" width="20" height="20" style="fill:none;"/>
|
|
10
|
+
<path id="shape" d="M10,15L4,5L16,5C14,8.333 12,11.667 10,15Z"/>
|
|
11
|
+
</g>
|
|
12
|
+
</svg>
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
+
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
|
3
|
+
<svg width="100%" height="100%" viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
|
|
4
|
+
<rect id="triangle-centered-left" x="0" y="0" width="20" height="20" style="fill:none;"/>
|
|
5
|
+
<clipPath id="_clip1">
|
|
6
|
+
<rect x="0" y="0" width="20" height="20"/>
|
|
7
|
+
</clipPath>
|
|
8
|
+
<g clip-path="url(#_clip1)">
|
|
9
|
+
<rect id="bounding-box" serif:id="bounding box" x="0" y="0" width="20" height="20" style="fill:none;"/>
|
|
10
|
+
<path id="shape" d="M5,10L15,4L15,16C11.667,14 8.333,12 5,10Z"/>
|
|
11
|
+
</g>
|
|
12
|
+
</svg>
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
+
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
|
3
|
+
<svg width="100%" height="100%" viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
|
|
4
|
+
<rect id="triangle-centered-right" x="0" y="0" width="20" height="20" style="fill:none;"/>
|
|
5
|
+
<clipPath id="_clip1">
|
|
6
|
+
<rect x="0" y="0" width="20" height="20" style="fill=currentColor"/>
|
|
7
|
+
</clipPath>
|
|
8
|
+
<g clip-path="url(#_clip1)" style="fill=currentColor">
|
|
9
|
+
<rect id="bounding-box" serif:id="bounding box" x="0" y="0" width="20" height="20" style="fill:none;"/>
|
|
10
|
+
<path id="shape" d="M15,10L5,16L5,4C8.333,6 11.667,8 15,10Z" style="fill=currentColor"/>
|
|
11
|
+
</g>
|
|
12
|
+
</svg>
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
+
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
|
3
|
+
<svg width="100%" height="100%" viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
|
|
4
|
+
<rect id="triangle-centered-up" x="0" y="0" width="20" height="20" style="fill:none;"/>
|
|
5
|
+
<clipPath id="_clip1">
|
|
6
|
+
<rect x="0" y="0" width="20" height="20"/>
|
|
7
|
+
</clipPath>
|
|
8
|
+
<g clip-path="url(#_clip1)">
|
|
9
|
+
<rect id="bounding-box" serif:id="bounding box" x="0" y="0" width="20" height="20" style="fill:none;"/>
|
|
10
|
+
<path id="shape" d="M10,5L16,15L4,15C6,11.667 8,8.333 10,5Z"/>
|
|
11
|
+
</g>
|
|
12
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
+
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
|
3
|
+
<svg width="100%" height="100%" viewBox="0 0 23 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
|
|
4
|
+
<path d="M11.5,20L0,0L23,0C19.167,6.667 15.333,13.333 11.5,20Z" style="fill:white;"/>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
+
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
|
3
|
+
<svg width="100%" height="100%" viewBox="0 0 23 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
|
|
4
|
+
<path d="M11.5,0L23,20L-0,20C3.833,13.333 7.667,6.667 11.5,0Z" style="fill:white;"/>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
+
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
|
3
|
+
<svg width="100%" height="100%" viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
|
|
4
|
+
<rect id="undo" x="0" y="0" width="20" height="20" style="fill:none;"/>
|
|
5
|
+
<path d="M0,6L8,14L0,14L0,6Z" style="fill-rule:nonzero;"/>
|
|
6
|
+
<path d="M17.787,14L19.867,14C18.957,10.399 15.892,7.435 11.824,6.716C8.472,6.123 5.231,7.2 3.029,9.315L4.415,10.757C6.181,9.06 8.786,8.21 11.476,8.685C14.541,9.227 16.919,11.352 17.787,14Z"/>
|
|
7
|
+
</svg>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
+
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
|
3
|
+
<svg width="100%" height="100%" viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
|
|
4
|
+
<rect id="verify-exclamation" x="0" y="0" width="20" height="20" style="fill:none;"/>
|
|
5
|
+
<clipPath id="_clip1">
|
|
6
|
+
<rect x="0" y="0" width="20" height="20"/>
|
|
7
|
+
</clipPath>
|
|
8
|
+
<g clip-path="url(#_clip1)">
|
|
9
|
+
<path id="cloud" d="M17.727,12.071C18.982,12.071 20,11.143 20,10C20,8.857 18.982,7.929 17.727,7.929C18.814,7.302 19.232,5.99 18.66,5C18.089,4.01 16.743,3.716 15.657,4.343C16.284,3.257 15.99,1.911 15,1.34C14.01,0.768 12.698,1.186 12.071,2.273C12.071,1.018 11.143,0 10,0C8.857,0 7.929,1.018 7.929,2.273C7.302,1.186 5.99,0.768 5,1.34C4.01,1.911 3.716,3.257 4.343,4.343C3.257,3.716 1.911,4.01 1.34,5C0.768,5.99 1.186,7.302 2.273,7.929C1.018,7.929 0,8.857 0,10C0,11.143 1.018,12.071 2.273,12.071C1.186,12.698 0.768,14.01 1.34,15C1.911,15.99 3.257,16.284 4.343,15.657C3.716,16.743 4.01,18.089 5,18.66C5.99,19.232 7.302,18.814 7.929,17.727C7.929,18.982 8.857,20 10,20C11.143,20 12.071,18.982 12.071,17.727C12.698,18.814 14.01,19.232 15,18.66C15.99,18.089 16.284,16.743 15.657,15.657C16.743,16.284 18.089,15.99 18.66,15C19.232,14.01 18.814,12.698 17.727,12.071ZM9.999,14.998C9.4,14.998 9,14.498 9,13.999C9,13.4 9.499,13 9.999,13C10.598,13 10.998,13.499 10.998,13.999C10.998,14.498 10.598,14.998 9.999,14.998ZM9,6C9,5.4 9.5,5 10,5C10.6,5 11,5.5 11,6L11,11C11,11.5 10.6,12 10,12C9.4,12 9,11.5 9,11L9,6Z"/>
|
|
10
|
+
</g>
|
|
11
|
+
</svg>
|
|
@@ -0,0 +1,150 @@
|
|
|
1
|
+
import autosize from "autosize";
|
|
2
|
+
import Dropzone from "dropzone";
|
|
3
|
+
import $ from "jquery";
|
|
4
|
+
import Trix from "trix";
|
|
5
|
+
Trix.config.lang.italic = "Highlight";
|
|
6
|
+
|
|
7
|
+
// Close details/summary element by click
|
|
8
|
+
|
|
9
|
+
document.querySelectorAll('.close-btn').forEach((el)=>{
|
|
10
|
+
el.addEventListener("click",
|
|
11
|
+
function closeDetails() {
|
|
12
|
+
this.closest("details").removeAttribute("open");
|
|
13
|
+
}
|
|
14
|
+
);
|
|
15
|
+
});
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
////// Tom-Select https://tom-select.js.org //////
|
|
19
|
+
|
|
20
|
+
import TomSelect from "tom-select";
|
|
21
|
+
document.querySelectorAll('.tom-select').forEach((el)=>{
|
|
22
|
+
let settings = {};
|
|
23
|
+
new TomSelect(el,settings);
|
|
24
|
+
});
|
|
25
|
+
|
|
26
|
+
document.querySelectorAll('.tom-select-multi').forEach((el)=>{
|
|
27
|
+
let settings = {
|
|
28
|
+
plugins: {
|
|
29
|
+
remove_button:{
|
|
30
|
+
label: "",
|
|
31
|
+
title:'Remove this item',
|
|
32
|
+
}
|
|
33
|
+
},
|
|
34
|
+
persist: false,
|
|
35
|
+
};
|
|
36
|
+
new TomSelect(el,settings);
|
|
37
|
+
});
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
////// Select2 https://select2.org //////
|
|
41
|
+
|
|
42
|
+
import select2 from "select2";
|
|
43
|
+
$(".select2").select2({
|
|
44
|
+
theme: "testio",
|
|
45
|
+
placeholder: "Please select"
|
|
46
|
+
})
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
// Autosize textareas according to content https://www.jacklmoore.com/autosize/
|
|
50
|
+
|
|
51
|
+
autosize(document.querySelectorAll('textarea'));
|
|
52
|
+
|
|
53
|
+
|
|
54
|
+
// Dropzone
|
|
55
|
+
|
|
56
|
+
document.querySelectorAll('.dropzone').forEach((el)=>{
|
|
57
|
+
let dropzone = new Dropzone(el, {
|
|
58
|
+
addRemoveLinks: true,
|
|
59
|
+
uploadMultiple: true,
|
|
60
|
+
autoQueue: false,
|
|
61
|
+
dictCancelUpload: "",
|
|
62
|
+
dictRemoveFile: ""
|
|
63
|
+
});
|
|
64
|
+
});
|
|
65
|
+
|
|
66
|
+
|
|
67
|
+
|
|
68
|
+
// Animation examples
|
|
69
|
+
|
|
70
|
+
document.querySelectorAll('.anim-example-button-fadeout').forEach((el)=>{
|
|
71
|
+
el.addEventListener("click",
|
|
72
|
+
function startAnimation() {
|
|
73
|
+
this.closest("button").classList.toggle("anim-fadeout");
|
|
74
|
+
}
|
|
75
|
+
);
|
|
76
|
+
});
|
|
77
|
+
|
|
78
|
+
document.querySelectorAll('.anim-example-button-slideup').forEach((el)=>{
|
|
79
|
+
el.addEventListener("click",
|
|
80
|
+
function startAnimation() {
|
|
81
|
+
this.closest("button").classList.toggle("anim-slideup");
|
|
82
|
+
}
|
|
83
|
+
);
|
|
84
|
+
});
|
|
85
|
+
|
|
86
|
+
document.querySelectorAll('.anim-example-button-slidedown').forEach((el)=>{
|
|
87
|
+
el.addEventListener("click",
|
|
88
|
+
function startAnimation() {
|
|
89
|
+
this.closest("button").classList.toggle("anim-slidedown");
|
|
90
|
+
}
|
|
91
|
+
);
|
|
92
|
+
});
|
|
93
|
+
|
|
94
|
+
|
|
95
|
+
// Splitview demo
|
|
96
|
+
|
|
97
|
+
document.querySelectorAll('#ds-splitview-demo-item').forEach((el)=>{
|
|
98
|
+
el.addEventListener("click",
|
|
99
|
+
function selectSplitviewItem() {
|
|
100
|
+
this.classList.toggle("selected");
|
|
101
|
+
document.getElementById("ds-splitview-demo").classList.toggle("item-selected");
|
|
102
|
+
}
|
|
103
|
+
);
|
|
104
|
+
});
|
|
105
|
+
|
|
106
|
+
document.querySelectorAll('#ds-demo-close-splitview').forEach((el)=>{
|
|
107
|
+
el.addEventListener("click",
|
|
108
|
+
function selectSplitviewItem() {
|
|
109
|
+
document.getElementById("ds-splitview-demo-item").classList.toggle("selected");
|
|
110
|
+
document.getElementById("ds-splitview-demo").classList.toggle("item-selected");
|
|
111
|
+
}
|
|
112
|
+
);
|
|
113
|
+
});
|
|
114
|
+
|
|
115
|
+
// Initialize Trixeditor
|
|
116
|
+
|
|
117
|
+
document.addEventListener("trix-before-initialize", () => {
|
|
118
|
+
// Change Trix.config if you need
|
|
119
|
+
})
|
|
120
|
+
|
|
121
|
+
|
|
122
|
+
////// ECharts //////
|
|
123
|
+
|
|
124
|
+
import { colorBlueLight, colorInfo } from './modules/colors';
|
|
125
|
+
import { createChartHorizontal } from './modules/echarts_horizontal';
|
|
126
|
+
import { createChartDonut } from './modules/echarts_donut';
|
|
127
|
+
import { createChartGauge } from './modules/echarts_gauge';
|
|
128
|
+
import { createChartArea } from './modules/echarts_area';
|
|
129
|
+
import { createChartVertical } from './modules/echarts_vertical';
|
|
130
|
+
|
|
131
|
+
import { echartsSeriesFew, echartsSeriesMany } from './modules/echarts_exampleseries';
|
|
132
|
+
|
|
133
|
+
import { dataFeaturesFew, dataFeaturesMany, dataBugs, dataBugsFew, dataBugsCategories, dataBugsCategoriesFew, dataTestCases, dataGaugeSuccess, dataGaugeDanger, dataGaugeInfo, dataAreaValues, dataAreaMonths, dataFeaturesManyNumbers } from './modules/echarts_exampledata';
|
|
134
|
+
|
|
135
|
+
createChartVertical("echarts-bar-vertical-1", dataBugs, dataBugsCategories);
|
|
136
|
+
createChartVertical("echarts-bar-vertical-2", dataBugsFew, dataBugsCategoriesFew);
|
|
137
|
+
createChartVertical("echarts-bar-vertical-3", dataFeaturesManyNumbers, dataFeaturesMany);
|
|
138
|
+
createChartVertical("echarts-bar-vertical-1-fixed", dataBugs, dataBugsCategories, 10);
|
|
139
|
+
createChartVertical("echarts-bar-vertical-2-fixed", dataBugsFew, dataBugsCategoriesFew, 10);
|
|
140
|
+
createChartVertical("echarts-bar-vertical-3-fixed", dataFeaturesManyNumbers, dataFeaturesMany, 10);
|
|
141
|
+
createChartHorizontal("echarts-bar-horizontal-1", dataFeaturesFew, echartsSeriesFew, false);
|
|
142
|
+
createChartHorizontal("echarts-bar-horizontal-2", dataFeaturesMany, echartsSeriesMany, true);
|
|
143
|
+
createChartDonut("echarts-donut-1", dataBugs, "340", "Bugs", false);
|
|
144
|
+
createChartDonut("echarts-donut-2", dataBugs, "9999", "label with a lot of text to show how things break", true);
|
|
145
|
+
createChartDonut("echarts-donut-testcases", dataTestCases, "100", "Test Cases", false);
|
|
146
|
+
createChartGauge("echarts-gauge-1", dataGaugeSuccess);
|
|
147
|
+
createChartGauge("echarts-gauge-2", dataGaugeDanger);
|
|
148
|
+
createChartGauge("echarts-gauge-3", dataGaugeInfo);
|
|
149
|
+
createChartArea("echarts-area-1", dataAreaMonths, dataAreaValues, colorBlueLight);
|
|
150
|
+
createChartArea("echarts-area-2", dataAreaMonths, dataAreaValues, colorInfo);
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export const colorCritical = '#FF3131';
|
|
2
|
+
export const colorHigh = '#d8ce0d';
|
|
3
|
+
export const colorLow = '#9fa2a8';
|
|
4
|
+
export const colorVisual = '#f48d21';
|
|
5
|
+
export const colorContent = '#326dd1';
|
|
6
|
+
export const colorUX = '#263340';
|
|
7
|
+
export const colorSuccess = '#8cbd24';
|
|
8
|
+
export const colorDanger = '#FF3131';
|
|
9
|
+
export const colorNeutral = '#e6e6e6';
|
|
10
|
+
export const colorInfo = '#326dd1';
|
|
11
|
+
export const colorBlueLight = '#21bef4';
|
|
@@ -0,0 +1,94 @@
|
|
|
1
|
+
////// Area chart
|
|
2
|
+
|
|
3
|
+
import * as echarts from 'echarts';
|
|
4
|
+
|
|
5
|
+
export function createChartArea (target, targetDataX, targetDataY, chartColor) {
|
|
6
|
+
var chartHeight = 190;
|
|
7
|
+
var dom = document.getElementById(target);
|
|
8
|
+
var myChartArea = echarts.init(dom, null, {
|
|
9
|
+
renderer: 'canvas',
|
|
10
|
+
useDirtyRect: false,
|
|
11
|
+
height: chartHeight
|
|
12
|
+
});
|
|
13
|
+
var optionArea;
|
|
14
|
+
var optionArea = {
|
|
15
|
+
grid: {
|
|
16
|
+
show: false,
|
|
17
|
+
zlevel: 0,
|
|
18
|
+
top: 30,
|
|
19
|
+
right: 20,
|
|
20
|
+
left: 20,
|
|
21
|
+
bottom: 30
|
|
22
|
+
},
|
|
23
|
+
xAxis: {
|
|
24
|
+
boundaryGap: false,
|
|
25
|
+
zlevel: 2,
|
|
26
|
+
data: targetDataX,
|
|
27
|
+
axisLine: {
|
|
28
|
+
show: false
|
|
29
|
+
},
|
|
30
|
+
axisLabel: {
|
|
31
|
+
show: true,
|
|
32
|
+
margin: 15
|
|
33
|
+
},
|
|
34
|
+
axisTick: {
|
|
35
|
+
show: false
|
|
36
|
+
},
|
|
37
|
+
splitLine: {
|
|
38
|
+
show: true,
|
|
39
|
+
lineStyle: {
|
|
40
|
+
type: 'dashed'
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
},
|
|
44
|
+
yAxis: {
|
|
45
|
+
show: false,
|
|
46
|
+
min: 0,
|
|
47
|
+
max: targetDataY
|
|
48
|
+
},
|
|
49
|
+
series: [
|
|
50
|
+
{
|
|
51
|
+
data: targetDataY,
|
|
52
|
+
type: 'line',
|
|
53
|
+
lineStyle: {
|
|
54
|
+
width: 1,
|
|
55
|
+
color: chartColor
|
|
56
|
+
},
|
|
57
|
+
areaStyle: {
|
|
58
|
+
opacity: 1,
|
|
59
|
+
color: chartColor
|
|
60
|
+
},
|
|
61
|
+
zlevel: 1
|
|
62
|
+
},
|
|
63
|
+
{
|
|
64
|
+
data: targetDataY,
|
|
65
|
+
type: 'line',
|
|
66
|
+
lineStyle: {
|
|
67
|
+
width: 0
|
|
68
|
+
},
|
|
69
|
+
symbol: 'circle',
|
|
70
|
+
symbolSize: 10,
|
|
71
|
+
itemStyle: {
|
|
72
|
+
borderWidth: 2,
|
|
73
|
+
color: chartColor,
|
|
74
|
+
borderColor: '#ffffff'
|
|
75
|
+
},
|
|
76
|
+
label: {
|
|
77
|
+
show: true
|
|
78
|
+
},
|
|
79
|
+
areaStyle: {
|
|
80
|
+
opacity: 0
|
|
81
|
+
},
|
|
82
|
+
zlevel: 3
|
|
83
|
+
}
|
|
84
|
+
]
|
|
85
|
+
};
|
|
86
|
+
|
|
87
|
+
if (optionArea && typeof optionArea === 'object') {
|
|
88
|
+
myChartArea.setOption(optionArea);
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
window.addEventListener('resize', myChartArea.resize);
|
|
92
|
+
}
|
|
93
|
+
|
|
94
|
+
|