testio-tailwind 0.2.0 → 0.2.2
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/.circleci/config.yml +217 -0
- package/.dockerignore +4 -0
- package/.eleventy.js +57 -57
- package/Dockerfile +27 -0
- package/LICENSE +21 -21
- package/README.md +43 -43
- package/icon-classes-extractor.js +29 -29
- package/index.html +399 -478
- package/package.json +66 -66
- package/src/_data/navigation.json +44 -44
- package/src/_data/site.js +12 -12
- package/src/_includes/card_popover.haml +7 -7
- package/src/_includes/example-header-customer.pug +99 -99
- package/src/_includes/example-header-manager.njk +53 -53
- package/src/_includes/example-header-tester.njk +99 -99
- package/src/_includes/example-header.njk +50 -50
- package/src/_includes/page-with-sidebar-nocode.njk +37 -46
- package/src/_includes/page-with-sidebar.njk +46 -46
- package/src/_includes/page.njk +38 -38
- package/src/_layouts/base.njk +83 -83
- package/src/_layouts/email-template.njk +90 -90
- package/src/_layouts/page-example-customer.njk +74 -74
- package/src/_layouts/page-example-manager.njk +74 -74
- package/src/_layouts/page-example-tester.njk +75 -75
- package/src/_layouts/page-example.njk +83 -83
- package/src/assets/images/Cirro-App-Defaultimage.svg +25 -25
- package/src/assets/images/arrow-down.svg +13 -13
- package/src/assets/images/arrow-left.svg +13 -13
- package/src/assets/images/arrow-right.svg +13 -13
- package/src/assets/images/arrow-thick-left.svg +13 -13
- package/src/assets/images/arrow-thick-right.svg +13 -13
- package/src/assets/images/arrow-up.svg +13 -13
- package/src/assets/images/at-sign.svg +12 -12
- package/src/assets/images/attachment-fallbackimage.svg +19 -19
- package/src/assets/images/attachment.svg +8 -8
- package/src/assets/images/bell-smile-xl.svg +18 -18
- package/src/assets/images/blocked.svg +7 -7
- package/src/assets/images/bug-chat-xl.svg +15 -15
- package/src/assets/images/bug-deceased-xl.svg +15 -15
- package/src/assets/images/bug-reproduction.svg +14 -14
- package/src/assets/images/bug-sad-xl.svg +13 -13
- package/src/assets/images/bug-search-xl.svg +18 -18
- package/src/assets/images/bug-sleeping-xl.svg +14 -14
- package/src/assets/images/bug-smile-xl.svg +9 -9
- package/src/assets/images/calendar.svg +15 -15
- package/src/assets/images/caret-down-centered.svg +6 -6
- package/src/assets/images/caret-down.svg +11 -11
- package/src/assets/images/caret-left-centered.svg +6 -6
- package/src/assets/images/caret-left.svg +6 -6
- package/src/assets/images/caret-right-centered.svg +6 -6
- package/src/assets/images/caret-right.svg +6 -6
- package/src/assets/images/caret-up-centered.svg +6 -6
- package/src/assets/images/caret-up.svg +11 -11
- package/src/assets/images/check-circle-filled-white.svg +9 -9
- package/src/assets/images/check-circle-filled.svg +12 -12
- package/src/assets/images/check-circle.svg +7 -7
- package/src/assets/images/check-selectable-items.svg +11 -11
- package/src/assets/images/check-thick-outline.svg +11 -11
- package/src/assets/images/check-thick.svg +6 -6
- package/src/assets/images/check.svg +17 -17
- package/src/assets/images/checkbox-background-black.svg +6 -6
- package/src/assets/images/checkbox-background-sm.svg +12 -12
- package/src/assets/images/checkbox-background-white.svg +6 -6
- package/src/assets/images/checkbox-background.svg +6 -6
- package/src/assets/images/checkbox-sm-checked.svg +11 -11
- package/src/assets/images/circle-empty-white.svg +6 -6
- package/src/assets/images/circle-sm-filled.svg +6 -6
- package/src/assets/images/clock.svg +12 -12
- package/src/assets/images/cross-circle-filled.svg +6 -6
- package/src/assets/images/cross-circle.svg +7 -7
- package/src/assets/images/cross-thick.svg +15 -15
- package/src/assets/images/cross.svg +7 -7
- package/src/assets/images/exclamation-circle-filled.svg +11 -11
- package/src/assets/images/exclamation-circle.svg +12 -12
- package/src/assets/images/feature-check.svg +9 -9
- package/src/assets/images/feature-cross.svg +10 -10
- package/src/assets/images/feature-draft.svg +14 -14
- package/src/assets/images/feature.svg +8 -8
- package/src/assets/images/file-image-plus-lg.svg +19 -19
- package/src/assets/images/file-image-plus-xl.svg +20 -20
- package/src/assets/images/format-bold.svg +11 -11
- package/src/assets/images/format-code.svg +12 -12
- package/src/assets/images/format-heading.svg +11 -11
- package/src/assets/images/format-indent-decrease.svg +11 -11
- package/src/assets/images/format-indent-increase.svg +11 -11
- package/src/assets/images/format-italic.svg +11 -11
- package/src/assets/images/format-link.svg +11 -11
- package/src/assets/images/format-list-bulleted.svg +17 -17
- package/src/assets/images/format-list-numbered.svg +17 -17
- package/src/assets/images/format-mark.svg +13 -13
- package/src/assets/images/format-quote.svg +17 -17
- package/src/assets/images/format-strikethrough.svg +11 -11
- package/src/assets/images/forward.svg +11 -11
- package/src/assets/images/google_signin.svg +22 -22
- package/src/assets/images/info-circle-cirro.svg +21 -21
- package/src/assets/images/info-circle-ux.svg +21 -21
- package/src/assets/images/lock.svg +15 -15
- package/src/assets/images/logo-mobile-cloud.svg +12 -12
- package/src/assets/images/logo-testio/testio_horizontal_black.svg +14 -14
- package/src/assets/images/logo-testio/testio_horizontal_icon_black.svg +25 -25
- package/src/assets/images/logo-testio/testio_horizontal_icon_purple_black.svg +27 -27
- package/src/assets/images/logo-testio/testio_horizontal_icon_purple_white.svg +25 -25
- package/src/assets/images/logo-testio/testio_horizontal_icon_white.svg +25 -25
- package/src/assets/images/logo-testio/testio_horizontal_purple_black.svg +9 -9
- package/src/assets/images/logo-testio/testio_horizontal_purple_white.svg +14 -14
- package/src/assets/images/logo-testio/testio_horizontal_purpleteal_black.svg +21 -21
- package/src/assets/images/logo-testio/testio_horizontal_purpleteal_white.svg +19 -19
- package/src/assets/images/logo-testio/testio_horizontal_teal_black.svg +14 -14
- package/src/assets/images/logo-testio/testio_horizontal_teal_white.svg +14 -14
- package/src/assets/images/logo-testio/testio_horizontal_tealpurple_black.svg +21 -21
- package/src/assets/images/logo-testio/testio_horizontal_tealpurple_white.svg +21 -21
- package/src/assets/images/logo-testio/testio_horizontal_white.svg +14 -14
- package/src/assets/images/logo-testio/testio_symbol_black_round.svg +11 -11
- package/src/assets/images/logo-testio/testio_symbol_purple.svg +15 -15
- package/src/assets/images/logo-testio/testio_symbol_purpleteal_round.svg +18 -18
- package/src/assets/images/logo-testio/testio_symbol_purpleteal_square.svg +18 -18
- package/src/assets/images/logo-testio/testio_symbol_teal.svg +15 -15
- package/src/assets/images/logo-testio/testio_symbol_tealpurple_round.svg +18 -18
- package/src/assets/images/logo-testio/testio_symbol_tealpurple_square.svg +18 -18
- package/src/assets/images/logo-testio/testio_symbol_white_round.svg +11 -11
- package/src/assets/images/logo-testio/testio_typo_black.svg +11 -11
- package/src/assets/images/logo-testio/testio_typo_white.svg +11 -11
- package/src/assets/images/logo-testio/testio_vertical_purpleteal_black.svg +19 -19
- package/src/assets/images/logo-testio/testio_vertical_purpleteal_white.svg +19 -19
- package/src/assets/images/logo-testio/testio_vertical_tealpurple_black.svg +19 -19
- package/src/assets/images/logo-testio/testio_vertical_tealpurple_white.svg +19 -19
- package/src/assets/images/message-feedback.svg +10 -10
- package/src/assets/images/message-question-filled.svg +6 -6
- package/src/assets/images/message-question.svg +8 -8
- package/src/assets/images/message.svg +11 -11
- package/src/assets/images/question-circle.svg +24 -24
- package/src/assets/images/radio-checked-black.svg +5 -5
- package/src/assets/images/redo.svg +7 -7
- package/src/assets/images/remove.svg +6 -6
- package/src/assets/images/search.svg +11 -11
- package/src/assets/images/seat.svg +14 -14
- package/src/assets/images/section.svg +8 -8
- package/src/assets/images/sendmessage.svg +15 -15
- package/src/assets/images/speaker.svg +10 -10
- package/src/assets/images/test-archived.svg +12 -12
- package/src/assets/images/test-automation.svg +8 -8
- package/src/assets/images/test-check.svg +9 -9
- package/src/assets/images/test-ended.svg +9 -9
- package/src/assets/images/test-failed.svg +10 -10
- package/src/assets/images/test-initialized.svg +10 -10
- package/src/assets/images/test-locked.svg +15 -15
- package/src/assets/images/test-plus.svg +11 -11
- package/src/assets/images/test-promoted.svg +9 -9
- package/src/assets/images/test-running.svg +9 -9
- package/src/assets/images/test-stopped.svg +17 -17
- package/src/assets/images/test.svg +8 -8
- package/src/assets/images/testcase.svg +10 -10
- package/src/assets/images/triangle-centered-down.svg +12 -12
- package/src/assets/images/triangle-centered-left.svg +12 -12
- package/src/assets/images/triangle-centered-right.svg +12 -12
- package/src/assets/images/triangle-centered-up.svg +12 -12
- package/src/assets/images/triangle-down.svg +5 -5
- package/src/assets/images/triangle-up.svg +5 -5
- package/src/assets/images/undo.svg +7 -7
- package/src/assets/images/verify-exclamation.svg +11 -11
- package/src/assets/scripts/app.js +150 -150
- package/src/assets/scripts/modules/colors.js +10 -10
- package/src/assets/scripts/modules/echarts_area.js +94 -94
- package/src/assets/scripts/modules/echarts_donut.js +85 -85
- package/src/assets/scripts/modules/echarts_exampledata.js +105 -105
- package/src/assets/scripts/modules/echarts_exampleseries.js +146 -146
- package/src/assets/scripts/modules/echarts_gauge.js +74 -74
- package/src/assets/scripts/modules/echarts_horizontal.js +80 -80
- package/src/assets/scripts/modules/echarts_legend.js +12 -12
- package/src/assets/scripts/modules/echarts_vertical.js +80 -80
- package/src/assets/stylesheets/app.css +77 -77
- package/src/assets/stylesheets/components/actionbar.css +41 -41
- package/src/assets/stylesheets/components/alerts.css +50 -50
- package/src/assets/stylesheets/components/banner_card.css +56 -56
- package/src/assets/stylesheets/components/buttons.css +192 -192
- package/src/assets/stylesheets/components/cards.css +148 -148
- package/src/assets/stylesheets/components/chat.css +265 -265
- package/src/assets/stylesheets/components/checkboxes_radiobuttons.css +173 -173
- package/src/assets/stylesheets/components/customer/customer_header.css +97 -97
- package/src/assets/stylesheets/components/customer/customer_productcards.css +212 -212
- package/src/assets/stylesheets/components/customer/customer_sidebar.css +76 -76
- package/src/assets/stylesheets/components/devices.css +77 -77
- package/src/assets/stylesheets/components/drawer.css +99 -99
- package/src/assets/stylesheets/components/dropdown.css +92 -92
- package/src/assets/stylesheets/components/emptystate_message.css +41 -41
- package/src/assets/stylesheets/components/form_card.css +20 -20
- package/src/assets/stylesheets/components/form_grid.css +11 -11
- package/src/assets/stylesheets/components/forms.css +106 -106
- package/src/assets/stylesheets/components/header.css +220 -220
- package/src/assets/stylesheets/components/iconfont.css +3303 -3303
- package/src/assets/stylesheets/components/icons.css +142 -142
- package/src/assets/stylesheets/components/images.css +27 -27
- package/src/assets/stylesheets/components/layout.css +37 -82
- package/src/assets/stylesheets/components/list_item.css +285 -285
- package/src/assets/stylesheets/components/lists.css +67 -67
- package/src/assets/stylesheets/components/loading_spinner.css +104 -104
- package/src/assets/stylesheets/components/manager/manager_header.css +50 -50
- package/src/assets/stylesheets/components/manager/manager_sidebar.css +76 -76
- package/src/assets/stylesheets/components/markdown_trix_styles.css +200 -200
- package/src/assets/stylesheets/components/metasidebar.css +56 -56
- package/src/assets/stylesheets/components/metrics.css +12 -12
- package/src/assets/stylesheets/components/modals.css +105 -105
- package/src/assets/stylesheets/components/notifications.css +154 -154
- package/src/assets/stylesheets/components/popover.css +120 -120
- package/src/assets/stylesheets/components/progress.css +69 -69
- package/src/assets/stylesheets/components/radio_tabs.css +59 -59
- package/src/assets/stylesheets/components/reset.css +26 -26
- package/src/assets/stylesheets/components/resultmodule.css +132 -132
- package/src/assets/stylesheets/components/search.css +110 -110
- package/src/assets/stylesheets/components/sections.css +97 -96
- package/src/assets/stylesheets/components/select.css +50 -50
- package/src/assets/stylesheets/components/select2.css +252 -252
- package/src/assets/stylesheets/components/selectable_token.css +223 -223
- package/src/assets/stylesheets/components/sidebar.css +480 -480
- package/src/assets/stylesheets/components/splitview.css +307 -307
- package/src/assets/stylesheets/components/tables.css +108 -108
- package/src/assets/stylesheets/components/tabs.css +121 -121
- package/src/assets/stylesheets/components/tags.css +28 -28
- package/src/assets/stylesheets/components/task_issue_item.css +78 -78
- package/src/assets/stylesheets/components/test_header.css +167 -167
- package/src/assets/stylesheets/components/test_item.css +89 -89
- package/src/assets/stylesheets/components/tester/tester_cards.css +143 -143
- package/src/assets/stylesheets/components/tester/tester_header.css +37 -37
- package/src/assets/stylesheets/components/tester/tester_sidebar.css +92 -92
- package/src/assets/stylesheets/components/toggleswitch.css +118 -118
- package/src/assets/stylesheets/components/tom_select.css +186 -186
- package/src/assets/stylesheets/components/trix_editor.css +174 -174
- package/src/assets/stylesheets/components/typography.css +81 -81
- package/src/assets/stylesheets/components/uploads.css +194 -194
- package/src/assets/stylesheets/components/user_item.css +57 -57
- package/src/assets/stylesheets/designsystem-styles.css +81 -81
- package/src/assets/stylesheets/postcss.config.js +16 -16
- package/src/assets/stylesheets/tailwind.config.js +332 -331
- package/src/humans.txt.njk +10 -10
- package/src/index.pug +16 -16
- package/src/pages/buttons/block.haml +39 -39
- package/src/pages/buttons/buttons-lg.haml +20 -20
- package/src/pages/buttons/buttons-sm.haml +41 -41
- package/src/pages/buttons/buttons-xl.haml +23 -23
- package/src/pages/buttons/buttons.haml +58 -58
- package/src/pages/buttons/buttons_input.haml +39 -39
- package/src/pages/buttons/dropdown-menu.haml +73 -73
- package/src/pages/buttons/index.njk +7 -7
- package/src/pages/buttons/info_popover.haml +32 -32
- package/src/pages/buttons/link-with-icon.haml +13 -13
- package/src/pages/buttons/square-buttons.haml +55 -55
- package/src/pages/charts/area.haml +215 -215
- package/src/pages/charts/bar_horizontal.haml +335 -335
- package/src/pages/charts/bar_vertical.haml +391 -391
- package/src/pages/charts/donut.haml +269 -269
- package/src/pages/charts/gauge.haml +214 -214
- package/src/pages/charts/index.njk +6 -6
- package/src/pages/ci.pug +8 -8
- package/src/pages/colors.pug +147 -147
- package/src/pages/components/alerts.haml +31 -31
- package/src/pages/components/banner_cards.haml +45 -45
- package/src/pages/components/cards.haml +111 -111
- package/src/pages/components/cards_customer.haml +487 -487
- package/src/pages/components/cards_fixedwidth.haml +135 -135
- package/src/pages/components/cards_iconheader.haml +57 -57
- package/src/pages/components/cards_tester.haml +159 -159
- package/src/pages/components/chat_window.haml +240 -240
- package/src/pages/components/comments_bug_preview.haml +29 -29
- package/src/pages/components/comments_chatmessages.haml +229 -229
- package/src/pages/components/descriptionlist.haml +47 -47
- package/src/pages/components/devices.haml +115 -115
- package/src/pages/components/drawer.haml +49 -49
- package/src/pages/components/drawer_filter.haml +76 -76
- package/src/pages/components/emptystate.haml +15 -15
- package/src/pages/components/index.njk +6 -6
- package/src/pages/components/issue-item.haml +18 -18
- package/src/pages/components/listitem_with_footer.haml +208 -208
- package/src/pages/components/listitems.haml +136 -136
- package/src/pages/components/listitems_badge.haml +36 -36
- package/src/pages/components/listitems_collapsable.haml +117 -117
- package/src/pages/components/listitems_nested.haml +50 -50
- package/src/pages/components/listitems_selectable.haml +59 -59
- package/src/pages/components/listitems_white.haml +82 -82
- package/src/pages/components/loading_spinner.haml +11 -11
- package/src/pages/components/metasidebar.haml +13 -13
- package/src/pages/components/modal_details.haml +68 -68
- package/src/pages/components/notification_center.haml +48 -48
- package/src/pages/components/notifications.haml +42 -42
- package/src/pages/components/profilethumb.haml +27 -27
- package/src/pages/components/progress.haml +23 -23
- package/src/pages/components/resultmodule.haml +150 -150
- package/src/pages/components/resultmodule_testcase.haml +125 -125
- package/src/pages/components/section_collapsable.haml +24 -24
- package/src/pages/components/splitview_item.haml +111 -111
- package/src/pages/components/splitview_item_collapsable.haml +65 -65
- package/src/pages/components/tables.haml +57 -57
- package/src/pages/components/tables_linked.haml +29 -29
- package/src/pages/components/tags.haml +12 -12
- package/src/pages/components/task_item.haml +33 -33
- package/src/pages/components/test_item.haml +119 -119
- package/src/pages/components/tester_levels.haml +70 -70
- package/src/pages/components/user_item.haml +49 -49
- package/src/pages/examples/layout-actionbar.haml +267 -267
- package/src/pages/examples/layout-basic.haml +28 -28
- package/src/pages/examples/layout-chat.haml +327 -327
- package/src/pages/examples/layout-customer.haml +189 -189
- package/src/pages/examples/layout-form-sidebar-actionbar-metasidebar.haml +312 -312
- package/src/pages/examples/layout-manager.haml +98 -98
- package/src/pages/examples/layout-metasidebar.haml +269 -269
- package/src/pages/examples/layout-sidebar-actionbar-metasidebar.haml +308 -308
- package/src/pages/examples/layout-sidebar-actionbar.haml +308 -308
- package/src/pages/examples/layout-sidebar.haml +296 -296
- package/src/pages/examples/layout-tester.haml +105 -105
- package/src/pages/examples/splitview-testcases.haml +477 -477
- package/src/pages/examples/splitview.haml +389 -389
- package/src/pages/forms/checkboxes.haml +64 -64
- package/src/pages/forms/checkboxes_devices.haml +45 -45
- package/src/pages/forms/form-addon.haml +16 -16
- package/src/pages/forms/form-card.haml +36 -36
- package/src/pages/forms/form-grid.haml +16 -16
- package/src/pages/forms/form_grid_narrow.haml +18 -18
- package/src/pages/forms/forms.haml +22 -22
- package/src/pages/forms/index.njk +6 -6
- package/src/pages/forms/radiobuttons.haml +50 -50
- package/src/pages/forms/rating_scale.haml +62 -62
- package/src/pages/forms/search.haml +71 -71
- package/src/pages/forms/select2.haml +72 -72
- package/src/pages/forms/select_native.haml +74 -74
- package/src/pages/forms/selectable_token.haml +49 -49
- package/src/pages/forms/selectable_token_browsers.haml +66 -66
- package/src/pages/forms/selectable_token_lg.haml +49 -49
- package/src/pages/forms/selectable_token_xl.haml +49 -49
- package/src/pages/forms/textarea.haml +24 -24
- package/src/pages/forms/toggle-buttons.haml +94 -94
- package/src/pages/forms/toggle-switch.haml +31 -31
- package/src/pages/forms/tomselect.haml +76 -76
- package/src/pages/forms/trix_editor.pug +10 -10
- package/src/pages/forms/uploads.pug +101 -101
- package/src/pages/icons/bug-icons.haml +75 -75
- package/src/pages/icons/index.njk +75 -83
- package/src/pages/icons/status-icons.haml +38 -38
- package/src/pages/layout/app_layout.haml +27 -27
- package/src/pages/layout/index.njk +7 -7
- package/src/pages/layout/max_width.haml +49 -49
- package/src/pages/layout/spacing.haml +30 -30
- package/src/pages/navigation/header-manager.haml +73 -73
- package/src/pages/navigation/header-tester.haml +100 -100
- package/src/pages/navigation/header.haml +76 -76
- package/src/pages/navigation/header_customer.haml +77 -77
- package/src/pages/navigation/header_tester_epam.haml +108 -108
- package/src/pages/navigation/index.njk +7 -7
- package/src/pages/navigation/product_dropdown.haml +65 -65
- package/src/pages/navigation/radio_tabs.haml +22 -22
- package/src/pages/navigation/sidebar-manager.haml +46 -46
- package/src/pages/navigation/sidebar-tester-elements.haml +105 -105
- package/src/pages/navigation/sidebar-tester-seatlimitation.haml +108 -108
- package/src/pages/navigation/sidebar-tester.haml +75 -75
- package/src/pages/navigation/sidebar.haml +46 -46
- package/src/pages/navigation/sidebar_collapsables.haml +136 -136
- package/src/pages/navigation/sidebar_customer.haml +146 -146
- package/src/pages/navigation/tabnavigation.haml +12 -12
- package/src/pages/navigation/tabnavigation_actions.haml +21 -21
- package/src/pages/navigation/tabnavigation_pills.haml +12 -12
- package/src/pages/navigation/test-header-tester.haml +177 -177
- package/src/pages/typography/index.njk +7 -7
- package/src/pages/typography/link_with_icon.haml +12 -12
- package/src/pages/typography/linked_icon.haml +10 -10
- package/src/pages/typography/markdown.md +112 -112
- package/src/pages/typography/section_header.haml +25 -25
- package/src/pages/typography/section_header_actions.haml +59 -59
- package/src/pages/typography/text_with_icon.haml +12 -12
- package/src/pages/typography/trix_styles.haml +127 -127
- package/src/pages/typography/typography.haml +51 -51
- package/src/sitemap.xml.njk +13 -13
- package/src/static/app.compiled.css +188 -197
- package/src/static/app.compiled.css.map +1 -1
- package/src/static/browserconfig.xml +9 -9
- package/src/static/site.webmanifest +3 -3
- package/utils/collections.js +29 -29
- package/utils/filters.js +11 -11
- package/utils/markdown.js +9 -9
- package/utils/shortcodes.js +6 -6
- package/utils/transforms.js +19 -19
- package/webpack.config.js +24 -24
- package/src/pages/icons/marketingicons.haml +0 -16
|
@@ -1,10 +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>
|
|
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>
|
|
@@ -1,12 +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>
|
|
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>
|
|
@@ -1,12 +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>
|
|
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>
|
|
@@ -1,12 +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>
|
|
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>
|
|
@@ -1,12 +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>
|
|
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>
|
|
@@ -1,5 +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>
|
|
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>
|
|
@@ -1,5 +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>
|
|
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>
|
|
@@ -1,7 +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>
|
|
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>
|
|
@@ -1,11 +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>
|
|
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>
|
|
@@ -1,150 +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);
|
|
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);
|
|
@@ -1,11 +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';
|
|
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
11
|
export const colorBlueLight = '#21bef4';
|