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.
Files changed (380) hide show
  1. package/.circleci/config.yml +217 -0
  2. package/.dockerignore +4 -0
  3. package/.eleventy.js +57 -57
  4. package/Dockerfile +27 -0
  5. package/LICENSE +21 -21
  6. package/README.md +43 -43
  7. package/icon-classes-extractor.js +29 -29
  8. package/index.html +399 -478
  9. package/package.json +66 -66
  10. package/src/_data/navigation.json +44 -44
  11. package/src/_data/site.js +12 -12
  12. package/src/_includes/card_popover.haml +7 -7
  13. package/src/_includes/example-header-customer.pug +99 -99
  14. package/src/_includes/example-header-manager.njk +53 -53
  15. package/src/_includes/example-header-tester.njk +99 -99
  16. package/src/_includes/example-header.njk +50 -50
  17. package/src/_includes/page-with-sidebar-nocode.njk +37 -46
  18. package/src/_includes/page-with-sidebar.njk +46 -46
  19. package/src/_includes/page.njk +38 -38
  20. package/src/_layouts/base.njk +83 -83
  21. package/src/_layouts/email-template.njk +90 -90
  22. package/src/_layouts/page-example-customer.njk +74 -74
  23. package/src/_layouts/page-example-manager.njk +74 -74
  24. package/src/_layouts/page-example-tester.njk +75 -75
  25. package/src/_layouts/page-example.njk +83 -83
  26. package/src/assets/images/Cirro-App-Defaultimage.svg +25 -25
  27. package/src/assets/images/arrow-down.svg +13 -13
  28. package/src/assets/images/arrow-left.svg +13 -13
  29. package/src/assets/images/arrow-right.svg +13 -13
  30. package/src/assets/images/arrow-thick-left.svg +13 -13
  31. package/src/assets/images/arrow-thick-right.svg +13 -13
  32. package/src/assets/images/arrow-up.svg +13 -13
  33. package/src/assets/images/at-sign.svg +12 -12
  34. package/src/assets/images/attachment-fallbackimage.svg +19 -19
  35. package/src/assets/images/attachment.svg +8 -8
  36. package/src/assets/images/bell-smile-xl.svg +18 -18
  37. package/src/assets/images/blocked.svg +7 -7
  38. package/src/assets/images/bug-chat-xl.svg +15 -15
  39. package/src/assets/images/bug-deceased-xl.svg +15 -15
  40. package/src/assets/images/bug-reproduction.svg +14 -14
  41. package/src/assets/images/bug-sad-xl.svg +13 -13
  42. package/src/assets/images/bug-search-xl.svg +18 -18
  43. package/src/assets/images/bug-sleeping-xl.svg +14 -14
  44. package/src/assets/images/bug-smile-xl.svg +9 -9
  45. package/src/assets/images/calendar.svg +15 -15
  46. package/src/assets/images/caret-down-centered.svg +6 -6
  47. package/src/assets/images/caret-down.svg +11 -11
  48. package/src/assets/images/caret-left-centered.svg +6 -6
  49. package/src/assets/images/caret-left.svg +6 -6
  50. package/src/assets/images/caret-right-centered.svg +6 -6
  51. package/src/assets/images/caret-right.svg +6 -6
  52. package/src/assets/images/caret-up-centered.svg +6 -6
  53. package/src/assets/images/caret-up.svg +11 -11
  54. package/src/assets/images/check-circle-filled-white.svg +9 -9
  55. package/src/assets/images/check-circle-filled.svg +12 -12
  56. package/src/assets/images/check-circle.svg +7 -7
  57. package/src/assets/images/check-selectable-items.svg +11 -11
  58. package/src/assets/images/check-thick-outline.svg +11 -11
  59. package/src/assets/images/check-thick.svg +6 -6
  60. package/src/assets/images/check.svg +17 -17
  61. package/src/assets/images/checkbox-background-black.svg +6 -6
  62. package/src/assets/images/checkbox-background-sm.svg +12 -12
  63. package/src/assets/images/checkbox-background-white.svg +6 -6
  64. package/src/assets/images/checkbox-background.svg +6 -6
  65. package/src/assets/images/checkbox-sm-checked.svg +11 -11
  66. package/src/assets/images/circle-empty-white.svg +6 -6
  67. package/src/assets/images/circle-sm-filled.svg +6 -6
  68. package/src/assets/images/clock.svg +12 -12
  69. package/src/assets/images/cross-circle-filled.svg +6 -6
  70. package/src/assets/images/cross-circle.svg +7 -7
  71. package/src/assets/images/cross-thick.svg +15 -15
  72. package/src/assets/images/cross.svg +7 -7
  73. package/src/assets/images/exclamation-circle-filled.svg +11 -11
  74. package/src/assets/images/exclamation-circle.svg +12 -12
  75. package/src/assets/images/feature-check.svg +9 -9
  76. package/src/assets/images/feature-cross.svg +10 -10
  77. package/src/assets/images/feature-draft.svg +14 -14
  78. package/src/assets/images/feature.svg +8 -8
  79. package/src/assets/images/file-image-plus-lg.svg +19 -19
  80. package/src/assets/images/file-image-plus-xl.svg +20 -20
  81. package/src/assets/images/format-bold.svg +11 -11
  82. package/src/assets/images/format-code.svg +12 -12
  83. package/src/assets/images/format-heading.svg +11 -11
  84. package/src/assets/images/format-indent-decrease.svg +11 -11
  85. package/src/assets/images/format-indent-increase.svg +11 -11
  86. package/src/assets/images/format-italic.svg +11 -11
  87. package/src/assets/images/format-link.svg +11 -11
  88. package/src/assets/images/format-list-bulleted.svg +17 -17
  89. package/src/assets/images/format-list-numbered.svg +17 -17
  90. package/src/assets/images/format-mark.svg +13 -13
  91. package/src/assets/images/format-quote.svg +17 -17
  92. package/src/assets/images/format-strikethrough.svg +11 -11
  93. package/src/assets/images/forward.svg +11 -11
  94. package/src/assets/images/google_signin.svg +22 -22
  95. package/src/assets/images/info-circle-cirro.svg +21 -21
  96. package/src/assets/images/info-circle-ux.svg +21 -21
  97. package/src/assets/images/lock.svg +15 -15
  98. package/src/assets/images/logo-mobile-cloud.svg +12 -12
  99. package/src/assets/images/logo-testio/testio_horizontal_black.svg +14 -14
  100. package/src/assets/images/logo-testio/testio_horizontal_icon_black.svg +25 -25
  101. package/src/assets/images/logo-testio/testio_horizontal_icon_purple_black.svg +27 -27
  102. package/src/assets/images/logo-testio/testio_horizontal_icon_purple_white.svg +25 -25
  103. package/src/assets/images/logo-testio/testio_horizontal_icon_white.svg +25 -25
  104. package/src/assets/images/logo-testio/testio_horizontal_purple_black.svg +9 -9
  105. package/src/assets/images/logo-testio/testio_horizontal_purple_white.svg +14 -14
  106. package/src/assets/images/logo-testio/testio_horizontal_purpleteal_black.svg +21 -21
  107. package/src/assets/images/logo-testio/testio_horizontal_purpleteal_white.svg +19 -19
  108. package/src/assets/images/logo-testio/testio_horizontal_teal_black.svg +14 -14
  109. package/src/assets/images/logo-testio/testio_horizontal_teal_white.svg +14 -14
  110. package/src/assets/images/logo-testio/testio_horizontal_tealpurple_black.svg +21 -21
  111. package/src/assets/images/logo-testio/testio_horizontal_tealpurple_white.svg +21 -21
  112. package/src/assets/images/logo-testio/testio_horizontal_white.svg +14 -14
  113. package/src/assets/images/logo-testio/testio_symbol_black_round.svg +11 -11
  114. package/src/assets/images/logo-testio/testio_symbol_purple.svg +15 -15
  115. package/src/assets/images/logo-testio/testio_symbol_purpleteal_round.svg +18 -18
  116. package/src/assets/images/logo-testio/testio_symbol_purpleteal_square.svg +18 -18
  117. package/src/assets/images/logo-testio/testio_symbol_teal.svg +15 -15
  118. package/src/assets/images/logo-testio/testio_symbol_tealpurple_round.svg +18 -18
  119. package/src/assets/images/logo-testio/testio_symbol_tealpurple_square.svg +18 -18
  120. package/src/assets/images/logo-testio/testio_symbol_white_round.svg +11 -11
  121. package/src/assets/images/logo-testio/testio_typo_black.svg +11 -11
  122. package/src/assets/images/logo-testio/testio_typo_white.svg +11 -11
  123. package/src/assets/images/logo-testio/testio_vertical_purpleteal_black.svg +19 -19
  124. package/src/assets/images/logo-testio/testio_vertical_purpleteal_white.svg +19 -19
  125. package/src/assets/images/logo-testio/testio_vertical_tealpurple_black.svg +19 -19
  126. package/src/assets/images/logo-testio/testio_vertical_tealpurple_white.svg +19 -19
  127. package/src/assets/images/message-feedback.svg +10 -10
  128. package/src/assets/images/message-question-filled.svg +6 -6
  129. package/src/assets/images/message-question.svg +8 -8
  130. package/src/assets/images/message.svg +11 -11
  131. package/src/assets/images/question-circle.svg +24 -24
  132. package/src/assets/images/radio-checked-black.svg +5 -5
  133. package/src/assets/images/redo.svg +7 -7
  134. package/src/assets/images/remove.svg +6 -6
  135. package/src/assets/images/search.svg +11 -11
  136. package/src/assets/images/seat.svg +14 -14
  137. package/src/assets/images/section.svg +8 -8
  138. package/src/assets/images/sendmessage.svg +15 -15
  139. package/src/assets/images/speaker.svg +10 -10
  140. package/src/assets/images/test-archived.svg +12 -12
  141. package/src/assets/images/test-automation.svg +8 -8
  142. package/src/assets/images/test-check.svg +9 -9
  143. package/src/assets/images/test-ended.svg +9 -9
  144. package/src/assets/images/test-failed.svg +10 -10
  145. package/src/assets/images/test-initialized.svg +10 -10
  146. package/src/assets/images/test-locked.svg +15 -15
  147. package/src/assets/images/test-plus.svg +11 -11
  148. package/src/assets/images/test-promoted.svg +9 -9
  149. package/src/assets/images/test-running.svg +9 -9
  150. package/src/assets/images/test-stopped.svg +17 -17
  151. package/src/assets/images/test.svg +8 -8
  152. package/src/assets/images/testcase.svg +10 -10
  153. package/src/assets/images/triangle-centered-down.svg +12 -12
  154. package/src/assets/images/triangle-centered-left.svg +12 -12
  155. package/src/assets/images/triangle-centered-right.svg +12 -12
  156. package/src/assets/images/triangle-centered-up.svg +12 -12
  157. package/src/assets/images/triangle-down.svg +5 -5
  158. package/src/assets/images/triangle-up.svg +5 -5
  159. package/src/assets/images/undo.svg +7 -7
  160. package/src/assets/images/verify-exclamation.svg +11 -11
  161. package/src/assets/scripts/app.js +150 -150
  162. package/src/assets/scripts/modules/colors.js +10 -10
  163. package/src/assets/scripts/modules/echarts_area.js +94 -94
  164. package/src/assets/scripts/modules/echarts_donut.js +85 -85
  165. package/src/assets/scripts/modules/echarts_exampledata.js +105 -105
  166. package/src/assets/scripts/modules/echarts_exampleseries.js +146 -146
  167. package/src/assets/scripts/modules/echarts_gauge.js +74 -74
  168. package/src/assets/scripts/modules/echarts_horizontal.js +80 -80
  169. package/src/assets/scripts/modules/echarts_legend.js +12 -12
  170. package/src/assets/scripts/modules/echarts_vertical.js +80 -80
  171. package/src/assets/stylesheets/app.css +77 -77
  172. package/src/assets/stylesheets/components/actionbar.css +41 -41
  173. package/src/assets/stylesheets/components/alerts.css +50 -50
  174. package/src/assets/stylesheets/components/banner_card.css +56 -56
  175. package/src/assets/stylesheets/components/buttons.css +192 -192
  176. package/src/assets/stylesheets/components/cards.css +148 -148
  177. package/src/assets/stylesheets/components/chat.css +265 -265
  178. package/src/assets/stylesheets/components/checkboxes_radiobuttons.css +173 -173
  179. package/src/assets/stylesheets/components/customer/customer_header.css +97 -97
  180. package/src/assets/stylesheets/components/customer/customer_productcards.css +212 -212
  181. package/src/assets/stylesheets/components/customer/customer_sidebar.css +76 -76
  182. package/src/assets/stylesheets/components/devices.css +77 -77
  183. package/src/assets/stylesheets/components/drawer.css +99 -99
  184. package/src/assets/stylesheets/components/dropdown.css +92 -92
  185. package/src/assets/stylesheets/components/emptystate_message.css +41 -41
  186. package/src/assets/stylesheets/components/form_card.css +20 -20
  187. package/src/assets/stylesheets/components/form_grid.css +11 -11
  188. package/src/assets/stylesheets/components/forms.css +106 -106
  189. package/src/assets/stylesheets/components/header.css +220 -220
  190. package/src/assets/stylesheets/components/iconfont.css +3303 -3303
  191. package/src/assets/stylesheets/components/icons.css +142 -142
  192. package/src/assets/stylesheets/components/images.css +27 -27
  193. package/src/assets/stylesheets/components/layout.css +37 -82
  194. package/src/assets/stylesheets/components/list_item.css +285 -285
  195. package/src/assets/stylesheets/components/lists.css +67 -67
  196. package/src/assets/stylesheets/components/loading_spinner.css +104 -104
  197. package/src/assets/stylesheets/components/manager/manager_header.css +50 -50
  198. package/src/assets/stylesheets/components/manager/manager_sidebar.css +76 -76
  199. package/src/assets/stylesheets/components/markdown_trix_styles.css +200 -200
  200. package/src/assets/stylesheets/components/metasidebar.css +56 -56
  201. package/src/assets/stylesheets/components/metrics.css +12 -12
  202. package/src/assets/stylesheets/components/modals.css +105 -105
  203. package/src/assets/stylesheets/components/notifications.css +154 -154
  204. package/src/assets/stylesheets/components/popover.css +120 -120
  205. package/src/assets/stylesheets/components/progress.css +69 -69
  206. package/src/assets/stylesheets/components/radio_tabs.css +59 -59
  207. package/src/assets/stylesheets/components/reset.css +26 -26
  208. package/src/assets/stylesheets/components/resultmodule.css +132 -132
  209. package/src/assets/stylesheets/components/search.css +110 -110
  210. package/src/assets/stylesheets/components/sections.css +97 -96
  211. package/src/assets/stylesheets/components/select.css +50 -50
  212. package/src/assets/stylesheets/components/select2.css +252 -252
  213. package/src/assets/stylesheets/components/selectable_token.css +223 -223
  214. package/src/assets/stylesheets/components/sidebar.css +480 -480
  215. package/src/assets/stylesheets/components/splitview.css +307 -307
  216. package/src/assets/stylesheets/components/tables.css +108 -108
  217. package/src/assets/stylesheets/components/tabs.css +121 -121
  218. package/src/assets/stylesheets/components/tags.css +28 -28
  219. package/src/assets/stylesheets/components/task_issue_item.css +78 -78
  220. package/src/assets/stylesheets/components/test_header.css +167 -167
  221. package/src/assets/stylesheets/components/test_item.css +89 -89
  222. package/src/assets/stylesheets/components/tester/tester_cards.css +143 -143
  223. package/src/assets/stylesheets/components/tester/tester_header.css +37 -37
  224. package/src/assets/stylesheets/components/tester/tester_sidebar.css +92 -92
  225. package/src/assets/stylesheets/components/toggleswitch.css +118 -118
  226. package/src/assets/stylesheets/components/tom_select.css +186 -186
  227. package/src/assets/stylesheets/components/trix_editor.css +174 -174
  228. package/src/assets/stylesheets/components/typography.css +81 -81
  229. package/src/assets/stylesheets/components/uploads.css +194 -194
  230. package/src/assets/stylesheets/components/user_item.css +57 -57
  231. package/src/assets/stylesheets/designsystem-styles.css +81 -81
  232. package/src/assets/stylesheets/postcss.config.js +16 -16
  233. package/src/assets/stylesheets/tailwind.config.js +332 -331
  234. package/src/humans.txt.njk +10 -10
  235. package/src/index.pug +16 -16
  236. package/src/pages/buttons/block.haml +39 -39
  237. package/src/pages/buttons/buttons-lg.haml +20 -20
  238. package/src/pages/buttons/buttons-sm.haml +41 -41
  239. package/src/pages/buttons/buttons-xl.haml +23 -23
  240. package/src/pages/buttons/buttons.haml +58 -58
  241. package/src/pages/buttons/buttons_input.haml +39 -39
  242. package/src/pages/buttons/dropdown-menu.haml +73 -73
  243. package/src/pages/buttons/index.njk +7 -7
  244. package/src/pages/buttons/info_popover.haml +32 -32
  245. package/src/pages/buttons/link-with-icon.haml +13 -13
  246. package/src/pages/buttons/square-buttons.haml +55 -55
  247. package/src/pages/charts/area.haml +215 -215
  248. package/src/pages/charts/bar_horizontal.haml +335 -335
  249. package/src/pages/charts/bar_vertical.haml +391 -391
  250. package/src/pages/charts/donut.haml +269 -269
  251. package/src/pages/charts/gauge.haml +214 -214
  252. package/src/pages/charts/index.njk +6 -6
  253. package/src/pages/ci.pug +8 -8
  254. package/src/pages/colors.pug +147 -147
  255. package/src/pages/components/alerts.haml +31 -31
  256. package/src/pages/components/banner_cards.haml +45 -45
  257. package/src/pages/components/cards.haml +111 -111
  258. package/src/pages/components/cards_customer.haml +487 -487
  259. package/src/pages/components/cards_fixedwidth.haml +135 -135
  260. package/src/pages/components/cards_iconheader.haml +57 -57
  261. package/src/pages/components/cards_tester.haml +159 -159
  262. package/src/pages/components/chat_window.haml +240 -240
  263. package/src/pages/components/comments_bug_preview.haml +29 -29
  264. package/src/pages/components/comments_chatmessages.haml +229 -229
  265. package/src/pages/components/descriptionlist.haml +47 -47
  266. package/src/pages/components/devices.haml +115 -115
  267. package/src/pages/components/drawer.haml +49 -49
  268. package/src/pages/components/drawer_filter.haml +76 -76
  269. package/src/pages/components/emptystate.haml +15 -15
  270. package/src/pages/components/index.njk +6 -6
  271. package/src/pages/components/issue-item.haml +18 -18
  272. package/src/pages/components/listitem_with_footer.haml +208 -208
  273. package/src/pages/components/listitems.haml +136 -136
  274. package/src/pages/components/listitems_badge.haml +36 -36
  275. package/src/pages/components/listitems_collapsable.haml +117 -117
  276. package/src/pages/components/listitems_nested.haml +50 -50
  277. package/src/pages/components/listitems_selectable.haml +59 -59
  278. package/src/pages/components/listitems_white.haml +82 -82
  279. package/src/pages/components/loading_spinner.haml +11 -11
  280. package/src/pages/components/metasidebar.haml +13 -13
  281. package/src/pages/components/modal_details.haml +68 -68
  282. package/src/pages/components/notification_center.haml +48 -48
  283. package/src/pages/components/notifications.haml +42 -42
  284. package/src/pages/components/profilethumb.haml +27 -27
  285. package/src/pages/components/progress.haml +23 -23
  286. package/src/pages/components/resultmodule.haml +150 -150
  287. package/src/pages/components/resultmodule_testcase.haml +125 -125
  288. package/src/pages/components/section_collapsable.haml +24 -24
  289. package/src/pages/components/splitview_item.haml +111 -111
  290. package/src/pages/components/splitview_item_collapsable.haml +65 -65
  291. package/src/pages/components/tables.haml +57 -57
  292. package/src/pages/components/tables_linked.haml +29 -29
  293. package/src/pages/components/tags.haml +12 -12
  294. package/src/pages/components/task_item.haml +33 -33
  295. package/src/pages/components/test_item.haml +119 -119
  296. package/src/pages/components/tester_levels.haml +70 -70
  297. package/src/pages/components/user_item.haml +49 -49
  298. package/src/pages/examples/layout-actionbar.haml +267 -267
  299. package/src/pages/examples/layout-basic.haml +28 -28
  300. package/src/pages/examples/layout-chat.haml +327 -327
  301. package/src/pages/examples/layout-customer.haml +189 -189
  302. package/src/pages/examples/layout-form-sidebar-actionbar-metasidebar.haml +312 -312
  303. package/src/pages/examples/layout-manager.haml +98 -98
  304. package/src/pages/examples/layout-metasidebar.haml +269 -269
  305. package/src/pages/examples/layout-sidebar-actionbar-metasidebar.haml +308 -308
  306. package/src/pages/examples/layout-sidebar-actionbar.haml +308 -308
  307. package/src/pages/examples/layout-sidebar.haml +296 -296
  308. package/src/pages/examples/layout-tester.haml +105 -105
  309. package/src/pages/examples/splitview-testcases.haml +477 -477
  310. package/src/pages/examples/splitview.haml +389 -389
  311. package/src/pages/forms/checkboxes.haml +64 -64
  312. package/src/pages/forms/checkboxes_devices.haml +45 -45
  313. package/src/pages/forms/form-addon.haml +16 -16
  314. package/src/pages/forms/form-card.haml +36 -36
  315. package/src/pages/forms/form-grid.haml +16 -16
  316. package/src/pages/forms/form_grid_narrow.haml +18 -18
  317. package/src/pages/forms/forms.haml +22 -22
  318. package/src/pages/forms/index.njk +6 -6
  319. package/src/pages/forms/radiobuttons.haml +50 -50
  320. package/src/pages/forms/rating_scale.haml +62 -62
  321. package/src/pages/forms/search.haml +71 -71
  322. package/src/pages/forms/select2.haml +72 -72
  323. package/src/pages/forms/select_native.haml +74 -74
  324. package/src/pages/forms/selectable_token.haml +49 -49
  325. package/src/pages/forms/selectable_token_browsers.haml +66 -66
  326. package/src/pages/forms/selectable_token_lg.haml +49 -49
  327. package/src/pages/forms/selectable_token_xl.haml +49 -49
  328. package/src/pages/forms/textarea.haml +24 -24
  329. package/src/pages/forms/toggle-buttons.haml +94 -94
  330. package/src/pages/forms/toggle-switch.haml +31 -31
  331. package/src/pages/forms/tomselect.haml +76 -76
  332. package/src/pages/forms/trix_editor.pug +10 -10
  333. package/src/pages/forms/uploads.pug +101 -101
  334. package/src/pages/icons/bug-icons.haml +75 -75
  335. package/src/pages/icons/index.njk +75 -83
  336. package/src/pages/icons/status-icons.haml +38 -38
  337. package/src/pages/layout/app_layout.haml +27 -27
  338. package/src/pages/layout/index.njk +7 -7
  339. package/src/pages/layout/max_width.haml +49 -49
  340. package/src/pages/layout/spacing.haml +30 -30
  341. package/src/pages/navigation/header-manager.haml +73 -73
  342. package/src/pages/navigation/header-tester.haml +100 -100
  343. package/src/pages/navigation/header.haml +76 -76
  344. package/src/pages/navigation/header_customer.haml +77 -77
  345. package/src/pages/navigation/header_tester_epam.haml +108 -108
  346. package/src/pages/navigation/index.njk +7 -7
  347. package/src/pages/navigation/product_dropdown.haml +65 -65
  348. package/src/pages/navigation/radio_tabs.haml +22 -22
  349. package/src/pages/navigation/sidebar-manager.haml +46 -46
  350. package/src/pages/navigation/sidebar-tester-elements.haml +105 -105
  351. package/src/pages/navigation/sidebar-tester-seatlimitation.haml +108 -108
  352. package/src/pages/navigation/sidebar-tester.haml +75 -75
  353. package/src/pages/navigation/sidebar.haml +46 -46
  354. package/src/pages/navigation/sidebar_collapsables.haml +136 -136
  355. package/src/pages/navigation/sidebar_customer.haml +146 -146
  356. package/src/pages/navigation/tabnavigation.haml +12 -12
  357. package/src/pages/navigation/tabnavigation_actions.haml +21 -21
  358. package/src/pages/navigation/tabnavigation_pills.haml +12 -12
  359. package/src/pages/navigation/test-header-tester.haml +177 -177
  360. package/src/pages/typography/index.njk +7 -7
  361. package/src/pages/typography/link_with_icon.haml +12 -12
  362. package/src/pages/typography/linked_icon.haml +10 -10
  363. package/src/pages/typography/markdown.md +112 -112
  364. package/src/pages/typography/section_header.haml +25 -25
  365. package/src/pages/typography/section_header_actions.haml +59 -59
  366. package/src/pages/typography/text_with_icon.haml +12 -12
  367. package/src/pages/typography/trix_styles.haml +127 -127
  368. package/src/pages/typography/typography.haml +51 -51
  369. package/src/sitemap.xml.njk +13 -13
  370. package/src/static/app.compiled.css +188 -197
  371. package/src/static/app.compiled.css.map +1 -1
  372. package/src/static/browserconfig.xml +9 -9
  373. package/src/static/site.webmanifest +3 -3
  374. package/utils/collections.js +29 -29
  375. package/utils/filters.js +11 -11
  376. package/utils/markdown.js +9 -9
  377. package/utils/shortcodes.js +6 -6
  378. package/utils/transforms.js +19 -19
  379. package/webpack.config.js +24 -24
  380. package/src/pages/icons/marketingicons.haml +0 -16
@@ -1,50 +1,50 @@
1
- ---
2
- tags: components
3
- title: List items nested
4
- ---
5
-
6
- .list-listitems
7
- %details.listitem
8
- %summary.listitem-header
9
- .listitem-badge.success
10
- .counter 99
11
- .listitem-title List item collapsable with nested list items inside
12
- .listitem-metrics
13
- .listitem-metric
14
- .icon.icon-testcase-bug
15
- 99
16
- .listitem-actions
17
- .btn.collapse-btn
18
- .listitem-content
19
- .listitem-subheadline Step description
20
- .listitem-card
21
- %p Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source.
22
- .listitem-subheadline Bugs
23
- %details.listitem
24
- %summary.listitem-header
25
- .listitem-badge
26
- .icon.icon-testcase-bug
27
- .listitem-title A nested List item collapsable with cards
28
- .listitem-actions
29
- .btn.collapse-btn
30
- .listitem-content
31
- .listitem-subheadline Listitem-card
32
- .listitem-card
33
- %p Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source.
34
- .listitem-subheadline Listitem-card
35
- .listitem-card
36
- %p Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source.
37
- %details.listitem
38
- %summary.listitem-header
39
- .listitem-badge
40
- .icon.icon-testcase-bug
41
- .listitem-title A nested listitem with bug content
42
- .listitem-actions
43
- .btn.collapse-btn
44
- .listitem-content
45
- .listitem-subheadline Listitem-card
46
- .listitem-card
47
- %p Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source.
48
- .listitem-subheadline Listitem-card
49
- .listitem-card
50
- %p Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source.
1
+ ---
2
+ tags: components
3
+ title: List items nested
4
+ ---
5
+
6
+ .list-listitems
7
+ %details.listitem
8
+ %summary.listitem-header
9
+ .listitem-badge.success
10
+ .counter 99
11
+ .listitem-title List item collapsable with nested list items inside
12
+ .listitem-metrics
13
+ .listitem-metric
14
+ .icon.icon-testcase-bug
15
+ 99
16
+ .listitem-actions
17
+ .btn.collapse-btn
18
+ .listitem-content
19
+ .listitem-subheadline Step description
20
+ .listitem-card
21
+ %p Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source.
22
+ .listitem-subheadline Bugs
23
+ %details.listitem
24
+ %summary.listitem-header
25
+ .listitem-badge
26
+ .icon.icon-testcase-bug
27
+ .listitem-title A nested List item collapsable with cards
28
+ .listitem-actions
29
+ .btn.collapse-btn
30
+ .listitem-content
31
+ .listitem-subheadline Listitem-card
32
+ .listitem-card
33
+ %p Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source.
34
+ .listitem-subheadline Listitem-card
35
+ .listitem-card
36
+ %p Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source.
37
+ %details.listitem
38
+ %summary.listitem-header
39
+ .listitem-badge
40
+ .icon.icon-testcase-bug
41
+ .listitem-title A nested listitem with bug content
42
+ .listitem-actions
43
+ .btn.collapse-btn
44
+ .listitem-content
45
+ .listitem-subheadline Listitem-card
46
+ .listitem-card
47
+ %p Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source.
48
+ .listitem-subheadline Listitem-card
49
+ .listitem-card
50
+ %p Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source.
@@ -1,59 +1,59 @@
1
- ---
2
- tags: components
3
- title: List item selectable
4
- ---
5
-
6
- .list-listitems
7
- .listitem
8
- .listitem-check
9
- %input#itemcheck1{type:"checkbox", checked:"true"}
10
- %label{for:"itemcheck1"}
11
- .listitem-title
12
- List-item title
13
- .listitem-label List-item Label
14
- .listitem-metrics
15
- .listitem-metric
16
- .icon.icon-critical
17
- 99
18
- .listitem-metric
19
- .icon.icon-high
20
- 99
21
- .listitem-metric
22
- .icon.icon-low
23
- 99
24
- .listitem-metric
25
- .icon.icon-user-story
26
- 99/99
27
-
28
- .list-listitems
29
- %details.listitem
30
- %summary.listitem-header
31
- .listitem-check
32
- %input#itemcheck2{type:"checkbox", checked:"true"}
33
- %label{for:"itemcheck2"}
34
- .listitem-title
35
- List item
36
- .listitem-label collapsable
37
- .listitem-metrics
38
- .listitem-metric
39
- .icon.icon-critical
40
- 99
41
- .listitem-metric
42
- .icon.icon-high
43
- 99
44
- .listitem-metric
45
- .icon.icon-low
46
- 99
47
- .listitem-metric
48
- .icon.icon-user-story
49
- 99/99
50
- .listitem-actions
51
- %a.btn.collapse-btn
52
- .listitem-content
53
- .listitem-subheadline Subheadline
54
- .listitem-card
55
- %p This is a listitem-card with some Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source.
56
- .listitem-subheadline Subheadline
57
- .listitem-card
58
- %p Another listitem-card with some Lorem Ipsum and a nice placeholder image.
59
- %img{src:"/assets/images/placeholders/security-jira-server.png"}
1
+ ---
2
+ tags: components
3
+ title: List item selectable
4
+ ---
5
+
6
+ .list-listitems
7
+ .listitem
8
+ .listitem-check
9
+ %input#itemcheck1{type:"checkbox", checked:"true"}
10
+ %label{for:"itemcheck1"}
11
+ .listitem-title
12
+ List-item title
13
+ .listitem-label List-item Label
14
+ .listitem-metrics
15
+ .listitem-metric
16
+ .icon.icon-critical
17
+ 99
18
+ .listitem-metric
19
+ .icon.icon-high
20
+ 99
21
+ .listitem-metric
22
+ .icon.icon-low
23
+ 99
24
+ .listitem-metric
25
+ .icon.icon-user-story
26
+ 99/99
27
+
28
+ .list-listitems
29
+ %details.listitem
30
+ %summary.listitem-header
31
+ .listitem-check
32
+ %input#itemcheck2{type:"checkbox", checked:"true"}
33
+ %label{for:"itemcheck2"}
34
+ .listitem-title
35
+ List item
36
+ .listitem-label collapsable
37
+ .listitem-metrics
38
+ .listitem-metric
39
+ .icon.icon-critical
40
+ 99
41
+ .listitem-metric
42
+ .icon.icon-high
43
+ 99
44
+ .listitem-metric
45
+ .icon.icon-low
46
+ 99
47
+ .listitem-metric
48
+ .icon.icon-user-story
49
+ 99/99
50
+ .listitem-actions
51
+ %a.btn.collapse-btn
52
+ .listitem-content
53
+ .listitem-subheadline Subheadline
54
+ .listitem-card
55
+ %p This is a listitem-card with some Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source.
56
+ .listitem-subheadline Subheadline
57
+ .listitem-card
58
+ %p Another listitem-card with some Lorem Ipsum and a nice placeholder image.
59
+ %img{src:"/assets/images/placeholders/security-jira-server.png"}
@@ -1,82 +1,82 @@
1
- ---
2
- tags: components
3
- title: List item white
4
- ---
5
-
6
- .list-listitems
7
- .listitem.white
8
- .listitem-title
9
- List-item
10
- .listitem-metrics
11
- .listitem-metric
12
- .icon.icon-critical
13
- 99
14
- %details.listitem.white
15
- %summary.listitem-header
16
- .listitem-title List item collapsable
17
- .listitem-metrics
18
- .listitem-metric
19
- .icon.icon-critical
20
- 99
21
- .listitem-metric
22
- .icon.icon-high
23
- 99
24
- .listitem-metric
25
- .icon.icon-low
26
- 99
27
- .listitem-metric
28
- .icon.icon-user-story
29
- 99/99
30
- .listitem-actions
31
- .btn.collapse-btn
32
- .listitem-content
33
- .listitem-subheadline Subheadline
34
- .listitem-card
35
- %p This is a listitem-card with some Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source.
36
- .listitem-subheadline Subheadline
37
- .listitem-card
38
- %p Another listitem-card with some Lorem Ipsum and a nice placeholder image.
39
- %img{src:"/assets/images/placeholders/security-jira-server.png"}
40
- %details.listitem.white
41
- %summary.listitem-header
42
- .listitem-badge
43
- .icon.icon-testcase-bug
44
- .listitem-title List item collapsable
45
- .listitem-metrics
46
- .listitem-metric
47
- .icon.icon-critical
48
- 99
49
- .listitem-metric
50
- .icon.icon-high
51
- 99
52
- .listitem-metric
53
- .icon.icon-low
54
- 99
55
- .listitem-metric
56
- .icon.icon-user-story
57
- 99/99
58
- .listitem-actions
59
- .btn.collapse-btn
60
- %a.btn.btn-primary Action
61
- %details.dropdown-actions.dropright
62
- %summary
63
- .btn.btn-primary.btn-square
64
- %span.icon.text-icon-default.icon-more
65
- .popover-menu
66
- %a.popover-action
67
- %span.icon.text-icon-default.icon-pencil
68
- Edit
69
- %a.popover-action
70
- %span.icon.text-icon-default.icon-duplicate
71
- Duplicate
72
- %a.popover-action
73
- %span.icon.text-icon-default.icon-remove
74
- Delete
75
- .listitem-content
76
- .listitem-subheadline Subheadline
77
- .listitem-card
78
- %p This is a listitem-card with some Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source.
79
- .listitem-subheadline Subheadline
80
- .listitem-card
81
- %p Another listitem-card with some Lorem Ipsum and a nice placeholder image.
82
- %img{src:"/assets/images/placeholders/security-jira-server.png"}
1
+ ---
2
+ tags: components
3
+ title: List item white
4
+ ---
5
+
6
+ .list-listitems
7
+ .listitem.white
8
+ .listitem-title
9
+ List-item
10
+ .listitem-metrics
11
+ .listitem-metric
12
+ .icon.icon-critical
13
+ 99
14
+ %details.listitem.white
15
+ %summary.listitem-header
16
+ .listitem-title List item collapsable
17
+ .listitem-metrics
18
+ .listitem-metric
19
+ .icon.icon-critical
20
+ 99
21
+ .listitem-metric
22
+ .icon.icon-high
23
+ 99
24
+ .listitem-metric
25
+ .icon.icon-low
26
+ 99
27
+ .listitem-metric
28
+ .icon.icon-user-story
29
+ 99/99
30
+ .listitem-actions
31
+ .btn.collapse-btn
32
+ .listitem-content
33
+ .listitem-subheadline Subheadline
34
+ .listitem-card
35
+ %p This is a listitem-card with some Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source.
36
+ .listitem-subheadline Subheadline
37
+ .listitem-card
38
+ %p Another listitem-card with some Lorem Ipsum and a nice placeholder image.
39
+ %img{src:"/assets/images/placeholders/security-jira-server.png"}
40
+ %details.listitem.white
41
+ %summary.listitem-header
42
+ .listitem-badge
43
+ .icon.icon-testcase-bug
44
+ .listitem-title List item collapsable
45
+ .listitem-metrics
46
+ .listitem-metric
47
+ .icon.icon-critical
48
+ 99
49
+ .listitem-metric
50
+ .icon.icon-high
51
+ 99
52
+ .listitem-metric
53
+ .icon.icon-low
54
+ 99
55
+ .listitem-metric
56
+ .icon.icon-user-story
57
+ 99/99
58
+ .listitem-actions
59
+ .btn.collapse-btn
60
+ %a.btn.btn-primary Action
61
+ %details.dropdown-actions.dropright
62
+ %summary
63
+ .btn.btn-primary.btn-square
64
+ %span.icon.text-icon-default.icon-more
65
+ .popover-menu
66
+ %a.popover-action
67
+ %span.icon.text-icon-default.icon-pencil
68
+ Edit
69
+ %a.popover-action
70
+ %span.icon.text-icon-default.icon-duplicate
71
+ Duplicate
72
+ %a.popover-action
73
+ %span.icon.text-icon-default.icon-remove
74
+ Delete
75
+ .listitem-content
76
+ .listitem-subheadline Subheadline
77
+ .listitem-card
78
+ %p This is a listitem-card with some Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source.
79
+ .listitem-subheadline Subheadline
80
+ .listitem-card
81
+ %p Another listitem-card with some Lorem Ipsum and a nice placeholder image.
82
+ %img{src:"/assets/images/placeholders/security-jira-server.png"}
@@ -1,11 +1,11 @@
1
- ---
2
- tags: components
3
- title: Loading spinner
4
- ---
5
-
6
- .testio-loader-wrapper.d-inline-block
7
- %svg.testio-loader-i{viewbox:'0 0 50 50'}
8
- %line.anim-bar.stroke{x1:'4px', y1:'5px', x2:'4px', y2:'45px'}
9
- .testio-loader-o-wrapper
10
- %svg.testio-loader-o{viewbox:'25 25 50 50'}
11
- %circle.anim-circle.stroke{cx:'50', cy:'50', r:'20', fill:'none'}
1
+ ---
2
+ tags: components
3
+ title: Loading spinner
4
+ ---
5
+
6
+ .testio-loader-wrapper.d-inline-block
7
+ %svg.testio-loader-i{viewbox:'0 0 50 50'}
8
+ %line.anim-bar.stroke{x1:'4px', y1:'5px', x2:'4px', y2:'45px'}
9
+ .testio-loader-o-wrapper
10
+ %svg.testio-loader-o{viewbox:'25 25 50 50'}
11
+ %circle.anim-circle.stroke{cx:'50', cy:'50', r:'20', fill:'none'}
@@ -1,13 +1,13 @@
1
- ---
2
- tags: components
3
- title: Metasidebar
4
- ---
5
-
6
- %aside.metasidebar
7
- %details.metasidebar-wrapper{open:"true"}
8
- %summary.metasidebar-btn
9
- .metasidebar-content
10
- %h2.metasidebar-title Metasidebar title
11
- %p.mb-md Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam. Totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo.
12
- %h3.metasidebar-subheading Metasidebar subheading
13
- %p.mb-xs Eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis vel illum qui dolorem eum fugiat quo voluptas nulla pariatur.
1
+ ---
2
+ tags: components
3
+ title: Metasidebar
4
+ ---
5
+
6
+ %aside.metasidebar
7
+ %details.metasidebar-wrapper{open:"true"}
8
+ %summary.metasidebar-btn
9
+ .metasidebar-content
10
+ %h2.metasidebar-title Metasidebar title
11
+ %p.mb-md Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam. Totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo.
12
+ %h3.metasidebar-subheading Metasidebar subheading
13
+ %p.mb-xs Eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis vel illum qui dolorem eum fugiat quo voluptas nulla pariatur.
@@ -1,68 +1,68 @@
1
- ---
2
- tags: components
3
- title: Modal - based on details tag
4
- ---
5
-
6
- %p.mb-heading Add the class .modal-close-btn to an element to make it close it's parent modal.
7
-
8
- %details.modal-wrapper.mb-md
9
- %summary.modal-trigger
10
- .btn.btn-primary Open modal
11
- .modal-container
12
- .modal
13
- .modal-header
14
- %h2.modal-title Modal
15
- .btn.btn-square.close-btn
16
- .icon.icon-cross
17
- .modal-content
18
- %p.mb-xs Some cool modal content going on here: Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.
19
- .form-grid
20
- .form-group
21
- %label.form-label Input
22
- %input.form-control{type:'text', placeholder:''}
23
- .modal-footer
24
- %a.btn.btn-primary{href:''} Primary
25
- %a.btn.btn-secondary{href:''} Secondary
26
- %a.btn.btn-success{href:''} Success
27
- %a.btn.btn-danger{href:''} Danger
28
- %a.btn.btn-primary.disabled{href:''} Disabled
29
- %a.btn.btn-secondary.close-btn{href:''} Close
30
- %details.modal-wrapper.mb-md
31
- %summary.modal-trigger
32
- .btn.btn-primary Open modal-lg
33
- .modal-container
34
- .modal.modal-lg
35
- .modal-header
36
- %h2.modal-title Modal
37
- .btn.btn-square.close-btn
38
- .icon.icon-cross
39
- .modal-content
40
- %p.mb-xs Some cool modal content going on here: Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.
41
- .form-grid
42
- .form-group
43
- %label.form-label Input
44
- %input.form-control{type:'text', placeholder:''}
45
- .modal-footer
46
- %a.btn.btn-primary{href:''} Primary
47
- %a.btn.btn-secondary{href:''} Secondary
48
- %a.btn.btn-success{href:''} Success
49
- %a.btn.btn-danger{href:''} Danger
50
- %a.btn.btn-primary.disabled{href:''} Disabled
51
- %a.btn.btn-secondary.close-btn{href:''} Close
52
- %details.modal-wrapper
53
- %summary.modal-trigger
54
- .btn.btn-primary Open confirmation dialog
55
- .modal-container
56
- .modal.modal-sm
57
- .modal-header
58
- %h2.modal-title Modal
59
- .btn.btn-square.close-btn
60
- .icon.icon-cross
61
- .modal-content
62
- %p.mb-xs Some cool modal content going on here: Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.
63
- .modal-footer
64
- %a.btn.btn-success{href:''} Success
65
- %a.btn.btn-danger{href:''} Danger
66
- %a.btn.btn-secondary.close-btn{href:''} Close
67
-
68
-
1
+ ---
2
+ tags: components
3
+ title: Modal - based on details tag
4
+ ---
5
+
6
+ %p.mb-heading Add the class .modal-close-btn to an element to make it close it's parent modal.
7
+
8
+ %details.modal-wrapper.mb-md
9
+ %summary.modal-trigger
10
+ .btn.btn-primary Open modal
11
+ .modal-container
12
+ .modal
13
+ .modal-header
14
+ %h2.modal-title Modal
15
+ .btn.btn-square.close-btn
16
+ .icon.icon-cross
17
+ .modal-content
18
+ %p.mb-xs Some cool modal content going on here: Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.
19
+ .form-grid
20
+ .form-group
21
+ %label.form-label Input
22
+ %input.form-control{type:'text', placeholder:''}
23
+ .modal-footer
24
+ %a.btn.btn-primary{href:''} Primary
25
+ %a.btn.btn-secondary{href:''} Secondary
26
+ %a.btn.btn-success{href:''} Success
27
+ %a.btn.btn-danger{href:''} Danger
28
+ %a.btn.btn-primary.disabled{href:''} Disabled
29
+ %a.btn.btn-secondary.close-btn{href:''} Close
30
+ %details.modal-wrapper.mb-md
31
+ %summary.modal-trigger
32
+ .btn.btn-primary Open modal-lg
33
+ .modal-container
34
+ .modal.modal-lg
35
+ .modal-header
36
+ %h2.modal-title Modal
37
+ .btn.btn-square.close-btn
38
+ .icon.icon-cross
39
+ .modal-content
40
+ %p.mb-xs Some cool modal content going on here: Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.
41
+ .form-grid
42
+ .form-group
43
+ %label.form-label Input
44
+ %input.form-control{type:'text', placeholder:''}
45
+ .modal-footer
46
+ %a.btn.btn-primary{href:''} Primary
47
+ %a.btn.btn-secondary{href:''} Secondary
48
+ %a.btn.btn-success{href:''} Success
49
+ %a.btn.btn-danger{href:''} Danger
50
+ %a.btn.btn-primary.disabled{href:''} Disabled
51
+ %a.btn.btn-secondary.close-btn{href:''} Close
52
+ %details.modal-wrapper
53
+ %summary.modal-trigger
54
+ .btn.btn-primary Open confirmation dialog
55
+ .modal-container
56
+ .modal.modal-sm
57
+ .modal-header
58
+ %h2.modal-title Modal
59
+ .btn.btn-square.close-btn
60
+ .icon.icon-cross
61
+ .modal-content
62
+ %p.mb-xs Some cool modal content going on here: Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.
63
+ .modal-footer
64
+ %a.btn.btn-success{href:''} Success
65
+ %a.btn.btn-danger{href:''} Danger
66
+ %a.btn.btn-secondary.close-btn{href:''} Close
67
+
68
+