testio-tailwind 3.20.5 → 3.22.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (137) hide show
  1. package/AI_DESIGN_SYSTEM_REFERENCE.md +2407 -0
  2. package/package.json +2 -1
  3. package/src/_data/navigation.json +4 -0
  4. package/src/_includes/header.njk +8 -8
  5. package/src/_includes/page-with-sidebar.njk +10 -1
  6. package/src/assets/scripts/app.js +43 -0
  7. package/src/assets/stylesheets/app.css +2 -0
  8. package/src/assets/stylesheets/components/designsystem/designsystem-styles.css +4 -2
  9. package/src/assets/stylesheets/components/forms.css +19 -11
  10. package/src/assets/stylesheets/components/tables.css +4 -0
  11. package/src/assets/stylesheets/plugin_themes/flatpickr.css +86 -0
  12. package/src/pages/buttons/block.haml +1 -0
  13. package/src/pages/buttons/button_group.haml +1 -0
  14. package/src/pages/buttons/buttons-lg.haml +1 -0
  15. package/src/pages/buttons/buttons-round.haml +1 -0
  16. package/src/pages/buttons/buttons-sm.haml +1 -0
  17. package/src/pages/buttons/buttons-xl.haml +1 -0
  18. package/src/pages/buttons/buttons.haml +1 -0
  19. package/src/pages/buttons/buttons_input.haml +4 -0
  20. package/src/pages/buttons/dropdown-menu.haml +2 -11
  21. package/src/pages/buttons/square-buttons.haml +15 -0
  22. package/src/pages/components/alerts.haml +1 -0
  23. package/src/pages/components/banner_cards.haml +1 -0
  24. package/src/pages/components/card_badges.haml +8 -7
  25. package/src/pages/components/cards.haml +15 -22
  26. package/src/pages/components/cards_customer.haml +1 -0
  27. package/src/pages/components/cards_fixedwidth.haml +7 -0
  28. package/src/pages/components/cards_iconheader.haml +1 -0
  29. package/src/pages/components/cards_tester.haml +1 -0
  30. package/src/pages/components/descriptionlist.haml +12 -3
  31. package/src/pages/components/devices.haml +1 -0
  32. package/src/pages/components/drawer.haml +1 -0
  33. package/src/pages/components/drawer_filter.haml +1 -0
  34. package/src/pages/components/emptystate.haml +2 -0
  35. package/src/pages/{buttons → components}/info_popover.haml +2 -1
  36. package/src/pages/components/listitem_with_actionbar.haml +1 -0
  37. package/src/pages/components/listitem_with_footer.haml +1 -0
  38. package/src/pages/components/listitems.haml +1 -0
  39. package/src/pages/components/listitems_badge.haml +1 -0
  40. package/src/pages/components/listitems_collapsable.haml +1 -0
  41. package/src/pages/components/listitems_nested.haml +1 -0
  42. package/src/pages/components/listitems_selectable.haml +1 -0
  43. package/src/pages/components/loading_spinner.haml +1 -0
  44. package/src/pages/components/metasidebar.haml +1 -0
  45. package/src/pages/components/modal_details.haml +3 -1
  46. package/src/pages/components/notifications.haml +2 -1
  47. package/src/pages/components/user_item.haml +1 -0
  48. package/src/pages/forms/attachments.pug +71 -0
  49. package/src/pages/forms/checkboxes.haml +1 -0
  50. package/src/pages/forms/checkboxes_devices.haml +1 -0
  51. package/src/pages/forms/date-time.haml +24 -0
  52. package/src/pages/forms/dropzone.pug +38 -0
  53. package/src/pages/forms/flatpickr.haml +27 -0
  54. package/src/pages/forms/form-addon.haml +1 -0
  55. package/src/pages/forms/form-card.haml +1 -0
  56. package/src/pages/forms/form_grid.haml +1 -0
  57. package/src/pages/forms/form_hint.haml +1 -0
  58. package/src/pages/forms/forms.haml +1 -0
  59. package/src/pages/forms/radiobuttons.haml +1 -0
  60. package/src/pages/forms/rating_scale.haml +1 -0
  61. package/src/pages/forms/search.haml +1 -0
  62. package/src/pages/forms/selectable_token.haml +1 -0
  63. package/src/pages/forms/selectable_token_browsers.haml +1 -0
  64. package/src/pages/forms/selectable_token_lg.haml +1 -0
  65. package/src/pages/forms/selectable_token_xl.haml +1 -0
  66. package/src/pages/forms/textarea.haml +4 -0
  67. package/src/pages/forms/toggle-buttons.haml +1 -0
  68. package/src/pages/forms/toggle-switch.haml +1 -0
  69. package/src/pages/forms/trix_editor.pug +1 -0
  70. package/src/pages/icons/bug-icons.haml +1 -0
  71. package/src/pages/icons/index.njk +18 -14
  72. package/src/pages/icons/status-icons.haml +1 -0
  73. package/src/pages/layout/app_layout.haml +2 -0
  74. package/src/pages/layout/margins.haml +1 -0
  75. package/src/pages/layout/max_width.haml +2 -1
  76. package/src/pages/layout/paddings.haml +1 -0
  77. package/src/pages/layout/spacing.haml +1 -0
  78. package/src/pages/{examples → layouts}/agenticqa_splitview.haml +1 -1
  79. package/src/pages/layouts/layout-actionbar.haml +45 -0
  80. package/src/pages/{examples → layouts}/layout-basic.haml +3 -2
  81. package/src/pages/{examples → layouts}/layout-chat.haml +3 -2
  82. package/src/pages/{examples/layout-sidebar-actionbar-metasidebar.haml → layouts/layout-chatwindow.haml} +3 -2
  83. package/src/pages/{examples → layouts}/layout-customer.haml +3 -2
  84. package/src/pages/{examples → layouts}/layout-form-sidebar-actionbar-metasidebar.haml +5 -228
  85. package/src/pages/{examples → layouts}/layout-manager.haml +3 -2
  86. package/src/pages/{examples → layouts}/layout-metasidebar.haml +3 -2
  87. package/src/pages/{examples → layouts}/layout-sidebar.haml +3 -2
  88. package/src/pages/{examples → layouts}/layout-tester.haml +3 -2
  89. package/src/pages/{examples → layouts}/splitview-metasidebar.haml +3 -3
  90. package/src/pages/{examples → layouts}/splitview-testcases.haml +2 -2
  91. package/src/pages/{examples → layouts}/splitview.haml +3 -3
  92. package/src/pages/navigation/header-manager.haml +1 -0
  93. package/src/pages/navigation/header-tester.haml +1 -0
  94. package/src/pages/navigation/header.haml +1 -0
  95. package/src/pages/navigation/header_customer.haml +1 -0
  96. package/src/pages/navigation/header_tester_epam.haml +1 -0
  97. package/src/pages/navigation/product_dropdown.haml +2 -0
  98. package/src/pages/navigation/radio_tabs.haml +1 -0
  99. package/src/pages/navigation/sidebar-manager.haml +2 -1
  100. package/src/pages/navigation/sidebar-tester-elements.haml +1 -0
  101. package/src/pages/navigation/sidebar-tester-seatlimitation.haml +1 -1
  102. package/src/pages/navigation/sidebar-tester.haml +1 -1
  103. package/src/pages/navigation/sidebar.haml +1 -0
  104. package/src/pages/navigation/sidebar_collapsables.haml +1 -0
  105. package/src/pages/navigation/sidebar_customer.haml +1 -0
  106. package/src/pages/navigation/tabnavigation.haml +1 -0
  107. package/src/pages/navigation/tabnavigation_actions.haml +1 -0
  108. package/src/pages/navigation/tabnavigation_pills.haml +1 -0
  109. package/src/pages/navigation/tabnavigation_sm.haml +1 -0
  110. package/src/pages/navigation/test-header-tester.haml +2 -0
  111. package/src/pages/tables/index.njk +7 -0
  112. package/src/pages/tables/tables-cellstyle.haml +38 -0
  113. package/src/pages/tables/tables-grid.haml +31 -0
  114. package/src/pages/tables/tables.haml +16 -0
  115. package/src/pages/tables/tables_alternating.haml +27 -0
  116. package/src/pages/tables/tables_borders.haml +22 -0
  117. package/src/pages/tables/tables_cells.haml +50 -0
  118. package/src/pages/tables/tables_footer.haml +27 -0
  119. package/src/pages/tables/tables_formrow.haml +31 -0
  120. package/src/pages/tables/tables_header.haml +22 -0
  121. package/src/pages/{components → tables}/tables_linked.haml +11 -10
  122. package/src/pages/typography/link_with_icon.haml +10 -2
  123. package/src/pages/typography/linked_icon.haml +6 -0
  124. package/src/pages/typography/section_header.haml +1 -0
  125. package/src/pages/typography/section_header_actions.haml +1 -0
  126. package/src/pages/typography/text_with_icon.haml +3 -2
  127. package/utils/filters.js +161 -0
  128. package/CLAUDE_DESIGN_SYSTEM_REFERENCE.md +0 -1978
  129. package/src/pages/buttons/link-with-icon.haml +0 -13
  130. package/src/pages/components/tables-cellstyle.pug +0 -285
  131. package/src/pages/components/tables-grid.pug +0 -258
  132. package/src/pages/components/tables.haml +0 -57
  133. package/src/pages/components/tables_cells.pug +0 -57
  134. package/src/pages/components/tables_formrow.haml +0 -55
  135. package/src/pages/examples/layout-actionbar.haml +0 -268
  136. package/src/pages/examples/layout-sidebar-actionbar.haml +0 -308
  137. package/src/pages/forms/uploads.pug +0 -101
@@ -0,0 +1,45 @@
1
+ ---
2
+ layout: page-example.njk
3
+ title: "Actionbar"
4
+ tags: "layouts"
5
+ ---
6
+
7
+ %main.main-content.main-content-padding
8
+ %h1.mb-heading Layout with actionbar
9
+ %p.mb-heading This is a layout with an actionbar at the bottom of the page. The actionbar typically contains primary actions that the user can take, such as saving changes or submitting a form. This layout is useful for pages where you want to keep important actions easily accessible to the user.
10
+ %section.section
11
+ %h4.mb-heading Structure
12
+ .grid.gap-1px.p-xs.bg-gray-lightest.rounded.text-black
13
+ %p .app-body
14
+ .p-xs.pl-md.bg-petrol-dark.text-white.rounded-top .header
15
+ .bg-white.p-xs.pl-md.h-xxl .main-content
16
+ .bg-info.text-white.p-xs.pl-md.rounded-br .chat-container
17
+ .bg-petrol.text-white.p-xs.pl-md.rounded-bottom footer.actionbar
18
+ %h5.mt-md HTML structure
19
+ %code
20
+ &#60body class=&quotapp-body&quot&#62
21
+ %br
22
+ .ml-md &#60header class=&quotheader&quot&#62
23
+ .ml-md &#60main class=&quotmain-content&quot&#62
24
+ .ml-md &#60div class=&quotchat-container&quot&#62
25
+ .ml-md &#60footer class=&quotactionbar&quot&#62
26
+ &#60/body&quot&#62
27
+ %section.section
28
+ %h2.mb-heading Dummy Content
29
+ %p Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, 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 autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla pariatur
30
+ %p Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, 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 autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla pariatur
31
+ %p Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, 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 autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla pariatur
32
+ %p Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, 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 autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla pariatur
33
+ %p Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, 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 autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla pariatur
34
+ %footer.actionbar
35
+ %button.btn.btn-default.btn-primary
36
+ %span.icon.icon-check-circle-filled.mr-icon-spacing
37
+ Primary
38
+ %button.btn.btn-default.btn-secondary
39
+ %span.icon.icon-check-circle-filled.mr-icon-spacing
40
+ Secondary
41
+ %button.btn.btn-default.btn-info
42
+ %span.icon.icon-check-circle-filled.mr-icon-spacing
43
+ Info
44
+ %button.btn-intercom
45
+ %span.icon.icon-intercom
@@ -1,11 +1,12 @@
1
1
  ---
2
2
  layout: page-example.njk
3
- title: "Layout basic"
4
- tags: "examples"
3
+ title: "Basic"
4
+ tags: "layouts"
5
5
  ---
6
6
 
7
7
  %main.main-content.main-content-padding
8
8
  %h1.mb-heading Basic layout
9
+ %p.mb-heading This is the basic layout structure used throughout the application. It consists of a header and a main content area.
9
10
  %section.section
10
11
  %h4.mb-heading Structure
11
12
  .grid.gap-1px.p-xs.bg-gray-lightest.rounded.text-black
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  layout: page-example-tester.njk
3
- title: "Layout chat page"
4
- tags: "examples"
3
+ title: "Chat page"
4
+ tags: "layouts"
5
5
  ---
6
6
 
7
7
  %nav.sidebar.tester{arialabel:'Sidebar'}
@@ -54,6 +54,7 @@ tags: "examples"
54
54
  .navlink.disabled{href:""} Disabled
55
55
  %main.main-content.main-content-padding
56
56
  %h1.mb-heading Layout chat page
57
+ %p.mb-heading This is the layout for a chat page within the tester UI. In addition to other basic layout elements it contains a floating chat input at the bottom of the main content area.
57
58
  %section.section
58
59
  %section
59
60
  .section-header
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  layout: page-example.njk
3
- title: "Layout with sidebar, metasidebar and actionbar"
4
- tags: "examples"
3
+ title: "Full layout plus chat window"
4
+ tags: "layouts"
5
5
  ---
6
6
 
7
7
  %nav.sidebar{arialabel:'Sidebar'}
@@ -33,6 +33,7 @@ tags: "examples"
33
33
  Navlink with a long title to see how things are breaking into several lines and don't cause a broken layout
34
34
  %main.main-content.main-content-padding
35
35
  %h1.mb-heading Layout with sidebar, metasidebar and actionbar
36
+ %p.mb-heading This is a layout that includes a sidebar for navigation, a metasidebar for additional information or actions, and an actionbar at the bottom for primary actions. In addition to these elements, it also features a chat container for real-time communication. This layout is ideal for applications that require multiple interactive components while maintaining a clean and organized interface.
36
37
  %section.section
37
38
  .grid.gap-1px.p-xs.bg-gray-lightest.rounded
38
39
  %p .app-body
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  layout: page-example-customer.njk
3
- title: "Layout Customer UI"
4
- tags: "examples"
3
+ title: "Customer UI"
4
+ tags: "layouts"
5
5
  ---
6
6
 
7
7
  %nav.sidebar.customer.ds-removethisclass-flex{arialabel:'Sidebar'}
@@ -139,6 +139,7 @@ tags: "examples"
139
139
 
140
140
  %main.main-content.main-content-padding
141
141
  %h1.mb-heading Layout Customer UI
142
+ %p.mb-heading This is a layout for the Customer UI. It includes a sidebar for navigation, a metasidebar for additional information or actions, and an actionbar at the bottom for primary actions.
142
143
  %section.section
143
144
  .grid.gap-1px.p-xs.bg-gray-lightest.rounded
144
145
  %p .app-body
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  layout: page-example.njk
3
- title: "Form layout with sidebar, metasidebar and actionbar"
4
- tags: "examples"
3
+ title: "Form page"
4
+ tags: "layouts"
5
5
  ---
6
6
 
7
7
  %nav.sidebar{arialabel:'Sidebar'}
@@ -34,6 +34,7 @@ tags: "examples"
34
34
  %form.form-page-wrapper
35
35
  .main-content
36
36
  %h1.mb-heading Form layout with sidebar, metasidebar and actionbar
37
+ %p.mb-heading This is a layout for the case when your whole page is a form. It includes a sidebar for navigation, a metasidebar for additional information or actions, and an actionbar at the bottom for form submission and other actions.
37
38
  %section.section
38
39
  .grid.gap-1px.p-xs.bg-gray-lightest.rounded
39
40
  %p .app-body
@@ -70,8 +71,8 @@ tags: "examples"
70
71
  %p Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, 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 autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla pariatur
71
72
  %p Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, 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 autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla pariatur
72
73
  %footer.actionbar
73
- %input.btn.btn-default.btn-primary{type:"submit", value:"Submit"}
74
- %button.btn.btn-default.btn-secondary
74
+ %input.btn.btn-inverted{type:"submit", value:"Submit"}
75
+ %button.btn.btn-secondary
75
76
  %span.icon.icon-check-circle-filled.mr-icon-spacing
76
77
  Secondary action
77
78
  %button.btn-intercom
@@ -87,227 +88,3 @@ tags: "examples"
87
88
  %p Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, 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 autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla pariatur
88
89
  %p Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, 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 autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla pariatur
89
90
  %p Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, 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 autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla pariatur
90
- .chat-container
91
- %details.chat-window
92
- %summary.chat-window-header
93
- .chat-message-counter 999
94
- %a{href:""} #123321
95
- .chat-title Chat title
96
- %button.btn.btn-xs.btn-ghost-inverted.btn-square
97
- .icon.icon-xs.icon-cross
98
- .list-chat-messages
99
- .chat-message-item
100
- %details.dropdown-actions.chat-avatar
101
- %summary
102
- .user-item.linked
103
- %img{src:"/assets/images/placeholders/profile_supergirl.png"}
104
- .popover-menu
105
- %a.popover-action{href:'#'}
106
- %span.icon.icon-user-story-test
107
- Tester profile
108
- %a.popover-action{href:'#'}
109
- %span.icon.icon-review-exclamation
110
- Report tester
111
- .chat-header
112
- %span 2 hours by
113
- %span.chat-author Message sender
114
- .chat-message
115
- Here's a short message.
116
- .chat-actions
117
- .btn
118
- .icon.icon-heart
119
- .chat-message-item
120
- %details.dropdown-actions.chat-avatar
121
- %summary
122
- .user-item.linked
123
- %img{src:"/assets/images/placeholders/profile_supergirl.png"}
124
- .popover-menu
125
- %a.popover-action{href:'#'}
126
- %span.icon.icon-user-story-test
127
- Tester profile
128
- %a.popover-action{href:'#'}
129
- %span.icon.icon-review-exclamation
130
- Report tester
131
- .chat-header
132
- %span 2 hours by
133
- %span.chat-author Message sender with a much much longer name
134
- .chat-message
135
- Here's a short message which you liked.
136
- .chat-message-addons
137
- %details.popover-wrapper.dropup
138
- %summary.btn
139
- .icon.icon-heart-filled
140
- 1
141
- .popover-menu.info
142
- .popover-title 1 person likes this
143
- .popover-content You
144
- .chat-actions
145
- .btn
146
- .icon.icon-heart-filled
147
- .chat-message-item
148
- %details.dropdown-actions.chat-avatar
149
- %summary
150
- .user-item.linked
151
- %img{src:"/assets/images/placeholders/profile_supergirl.png"}
152
- .popover-menu
153
- %a.popover-action{href:'#'}
154
- %span.icon.icon-user-story-test
155
- Tester profile
156
- %a.popover-action{href:'#'}
157
- %span.icon.icon-review-exclamation
158
- Report tester
159
- .chat-header
160
- %span 2 hours by
161
- %span.chat-author Message sender
162
- .chat-message
163
- Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat.
164
- .chat-message-addons
165
- %details.popover-wrapper.dropup
166
- %summary.btn
167
- .icon.icon-heart-filled
168
- 10
169
- .popover-menu.info
170
- .popover-title 10 people like this
171
- .popover-content Stephany77, HannaTester77, WonderTester, MerryJerryBerry, SuperTester3000, SomeTester, Torry444, UliaUsachova, TesterNumber9, TesterNumber10
172
- %details.popover-wrapper.dropup
173
- %summary.btn
174
- .icon.icon-verify-check
175
- TL
176
- .popover-menu.info
177
- .popover-title Verified by Team Leader
178
- .popover-content Team Leader name
179
- .chat-actions
180
- %details.dropdown-actions.chat-message-actions
181
- %summary
182
- .btn
183
- .icon.icon-more
184
- .popover-menu
185
- %a.popover-action{href:'#'}
186
- %span.icon.icon-pencil
187
- Action
188
- %a.popover-action{href:'#'}
189
- %span.icon.icon-remove
190
- Action
191
- .chat-message-item
192
- %details.dropdown-actions.chat-avatar
193
- %summary
194
- .user-item.linked
195
- %img{src:"/assets/images/placeholders/profile_supergirl.png"}
196
- .popover-menu
197
- %a.popover-action{href:'#'}
198
- %span.icon.icon-user-story-test
199
- Tester profile
200
- %a.popover-action{href:'#'}
201
- %span.icon.icon-review-exclamation
202
- Report tester
203
- .chat-header
204
- %span 2 hours by
205
- %span.chat-author Message sender with a much much longer name
206
- .chat-message
207
- Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.
208
- .chat-actions
209
- %details.dropdown-actions.chat-message-actions
210
- %summary
211
- .btn
212
- .icon.icon-more
213
- .popover-menu
214
- %a.popover-action{href:'#'}
215
- %span.icon.icon-pencil
216
- Action
217
- %a.popover-action{href:'#'}
218
- %span.icon.icon-remove
219
- Action
220
- .chat-message-item.your-message
221
- %img.chat-avatar{src:"/assets/images/placeholders/profile_supergirl.png"}
222
- .chat-header
223
- %span 2 hours by
224
- %span.chat-author You
225
- .chat-message
226
- Your short chat message with no lorem ipsum.
227
- .chat-actions
228
- %details.dropdown-actions.chat-message-actions
229
- %summary
230
- .btn
231
- .icon.icon-more
232
- .popover-menu
233
- %a.popover-action{href:'#'}
234
- %span.icon.icon-pencil
235
- Action
236
- %a.popover-action{href:'#'}
237
- %span.icon.icon-remove
238
- Action
239
- .chat-message-item.your-message
240
- %img.chat-avatar{src:"/assets/images/placeholders/profile_supergirl.png"}
241
- .chat-header
242
- %span 2 hours by
243
- %span.chat-author You
244
- .chat-message
245
- Another message by you with a lot ofLorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.
246
- .chat-message-addons
247
- %details.popover-wrapper.dropup
248
- %summary.btn
249
- .icon.icon-heart-filled
250
- 10
251
- .popover-menu.info
252
- .popover-title 10 people like this
253
- .popover-content Stephany77, HannaTester77, WonderTester, MerryJerryBerry, SuperTester3000, SomeTester, Torry444, UliaUsachova, TesterNumber9, TesterNumber10
254
- %details.popover-wrapper.dropup
255
- %summary.btn
256
- .icon.icon-verify-check
257
- TL
258
- .popover-menu.info
259
- .popover-title Verified by Team Leader
260
- .popover-content Team Leader name
261
- .chat-message-item.announcement
262
- %img.chat-avatar{src:"/assets/images/placeholders/profile_supergirl.png"}
263
- .chat-header
264
- %span 2 hours by
265
- %span.chat-author Team Leader
266
- .chat-message
267
- .message-banner.announcement Announcement
268
- %span.text-mentioned @All
269
- here's an announcement with a lot of Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr.
270
- .chat-message-addons
271
- %a.btn{href:""} Show in chat
272
- %details.popover-wrapper.dropup
273
- %summary.btn
274
- .icon.icon-heart-filled
275
- 10
276
- .popover-menu.info
277
- .popover-title 10 people like this
278
- .popover-content Stephany77, HannaTester77, WonderTester, MerryJerryBerry, SuperTester3000, SomeTester, Torry444, UliaUsachova, TesterNumber9, TesterNumber10
279
- %details.popover-wrapper.dropup
280
- %summary.btn
281
- .icon.icon-verify-check
282
- TL
283
- .popover-menu.info
284
- .popover-title Verified by Team Leader
285
- .popover-content Team Leader name
286
- .chat-message-item
287
- %img.chat-avatar{src:"/assets/images/placeholders/profile_supergirl.png"}
288
- .chat-header
289
- %span 2 hours by
290
- %span.chat-author Team Leader
291
- .chat-message
292
- .message-banner.mentioned You were mentioned
293
- %span.text-mentioned @You
294
- here's an announcement with a lot of Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore.
295
- .chat-message-addons
296
- %details.popover-wrapper.dropup
297
- %summary.btn
298
- .icon.icon-heart-filled
299
- 10
300
- .popover-menu.info
301
- .popover-title 10 people like this
302
- .popover-content Stephany77, HannaTester77, WonderTester, MerryJerryBerry, SuperTester3000, SomeTester, Torry444, UliaUsachova, TesterNumber9, TesterNumber10
303
- %details.popover-wrapper.dropup
304
- %summary.btn
305
- .icon.icon-verify-check
306
- TL
307
- .popover-menu.info
308
- .popover-title Verified by Team Leader
309
- .popover-content Team Leader name
310
- %form.chat-window-actions
311
- %textarea.form-control{rows:'1', placeholder:"Enter your message"}
312
- .btn.btn-sm.btn-square.btn-primary.btn-send-message
313
- %input{type:"submit", value:""}
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  layout: page-example-manager.njk
3
- title: "Layout Team Leader UI"
4
- tags: "examples"
3
+ title: "Manager UI"
4
+ tags: "layouts"
5
5
  ---
6
6
 
7
7
  %nav.sidebar.manager.ds-removethisclass-flex{arialabel:'Sidebar'}
@@ -48,6 +48,7 @@ tags: "examples"
48
48
 
49
49
  %main.main-content.main-content-padding
50
50
  %h1.mb-heading Layout Team Leader UI
51
+ %h1.mb-heading This is a layout for the Manger, CSM and Team Leader UI. It includes a sidebar for navigation, a metasidebar for additional information or actions, and an actionbar at the bottom for primary actions.
51
52
  %section.section
52
53
  .grid.gap-1px.p-xs.bg-gray-lightest.rounded
53
54
  %p .app-body
@@ -1,11 +1,12 @@
1
1
  ---
2
2
  layout: page-example.njk
3
- title: "Layout with metasidebar"
4
- tags: "examples"
3
+ title: "Metasidebar"
4
+ tags: "layouts"
5
5
  ---
6
6
 
7
7
  %main.main-content.main-content-padding
8
8
  %h1.mb-heading Layout with metasidebar
9
+ %p.mb-heading This is a layout that includes a metasidebar alongside the main content area. The metasidebar is typically used to display additional information, tools, or actions related to the main content. This layout is useful for pages where you want to provide users with supplementary content without cluttering the main content area.
9
10
  %section.section
10
11
  .grid.gap-1px.p-xs.bg-gray-lightest.rounded
11
12
  %p .app-body
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  layout: page-example.njk
3
- title: "Layout with sidebar"
4
- tags: "examples"
3
+ title: "Sidebar"
4
+ tags: "layouts"
5
5
  ---
6
6
 
7
7
  %nav.sidebar{arialabel:'Sidebar'}
@@ -33,6 +33,7 @@ tags: "examples"
33
33
  Navlink with a long title to see how things are breaking into several lines and don't cause a broken layout
34
34
  %main.main-content.main-content-padding
35
35
  %h1.mb-heading Layout with sidebar
36
+ %p.mb-heading This is a layout that includes a sidebar for navigation alongside the main content area. The sidebar typically contains links to different sections or pages within the application, allowing users to easily navigate through the interface.
36
37
  %section.section
37
38
  .grid.gap-1px.p-xs.bg-gray-lightest.rounded.text-black
38
39
  %p .app-body
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  layout: page-example-tester.njk
3
- title: "Layout Tester UI"
4
- tags: "examples"
3
+ title: "Tester UI"
4
+ tags: "layouts"
5
5
  ---
6
6
 
7
7
  %nav.sidebar.tester{arialabel:'Sidebar'}
@@ -54,6 +54,7 @@ tags: "examples"
54
54
  .navlink.disabled{href:""} Disabled
55
55
  %main.main-content.main-content-padding
56
56
  %h1.mb-heading Layout Tester UI
57
+ %p.mb-heading This is a layout for the Tester UI. It includes a sidebar for navigation, a header with test information and actions, a metasidebar for additional information or actions, and an actionbar at the bottom for primary actions.
57
58
  %section.section
58
59
  .grid.gap-1px.p-xs.bg-gray-lightest.rounded
59
60
  %p .app-body
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  layout: page-example.njk
3
- title: "Splitview Layout with metasidebar"
4
- tags: "examples"
3
+ title: "Splitview with metasidebar"
4
+ tags: "layouts"
5
5
  ---
6
6
  %nav.sidebar{arialabel:'Sidebar'}
7
7
  %a.navlink.active{href:'#'}
@@ -34,7 +34,7 @@ tags: "examples"
34
34
  %main.splitview-layout#ds-splitview-demo
35
35
  .splitview-header
36
36
  %h1 Splitview layout
37
- %p This is the header which will be independent from the 2 columns.
37
+ %p This is a splitview layout with an additional metaside bar, allowing for secondary content related to the selected item.
38
38
  .splitview-list-header
39
39
  .form-check.sm
40
40
  %input{type:'checkbox'}
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  layout: page-example.njk
3
3
  title: "Splitview Test Case Executions"
4
- tags: "examples"
4
+ tags: "layouts"
5
5
  ---
6
6
  %nav.sidebar{arialabel:'Sidebar'}
7
7
  %a.navlink.active{href:'#'}
@@ -33,7 +33,7 @@ tags: "examples"
33
33
  %main.splitview-layout#ds-splitview-demo
34
34
  .splitview-header
35
35
  %h1 Splitview layout
36
- %p This is the header which will be independent from the 2 columns.
36
+ %p This is a specialized splitview layout with nested elements, designed specifically for displaying test case executions. The left panel features a list of test case executions, while the right panel provides detailed information about the selected execution. Both panel includes nested list items allowing for multiple levels of hierarchy. Both panels have their own dedicated actionbars for context-specific actions, enhancing user interaction and workflow efficiency.
37
37
  .splitview-list-header
38
38
  %h3.splitview-list-header-title 4 Executions
39
39
  .splitview-list-header-actions
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  layout: page-example.njk
3
- title: "Splitview Layout"
4
- tags: "examples"
3
+ title: "Splitview"
4
+ tags: "layouts"
5
5
  ---
6
6
  %nav.sidebar{arialabel:'Sidebar'}
7
7
  %a.navlink.active{href:'#'}
@@ -33,7 +33,7 @@ tags: "examples"
33
33
  %main.splitview-layout#ds-splitview-demo
34
34
  .splitview-header
35
35
  %h1 Splitview layout
36
- %p This is the header which will be independent from the 2 columns.
36
+ %p This is a splitview layout , allowing users to view and interact with two related sections of content side by side. The left contains a list or overview of items, while the right pane displays detailed information about the selected item from the list. Both panels have their own dedicated actionbar. This layout is particularly useful for applications that require efficient navigation and quick access to detailed information.
37
37
  .splitview-list-header
38
38
  .form-check.sm
39
39
  %input{type:'checkbox'}
@@ -3,6 +3,7 @@ tags: navigation
3
3
  title: Header - Manager
4
4
  ---
5
5
 
6
+ %p.mb-heading Header for the Manager UI.
6
7
  %nav.header.manager
7
8
  .navlinks.logo-wrapper
8
9
  %a.navlink.header-logo{href:'#'}
@@ -3,6 +3,7 @@ tags: navigation
3
3
  title: Header - Tester
4
4
  ---
5
5
 
6
+ %p.mb-heading Header for the Tester UI for freelancers.
6
7
  %nav.header.tester
7
8
  .navlinks.logo-wrapper
8
9
  %a.navlink.header-logo{href:'#'}
@@ -3,6 +3,7 @@ tags: navigation
3
3
  title: Header
4
4
  ---
5
5
 
6
+ %p.mb-heading Header component with navigation links, dropdowns, and responsive behavior.
6
7
  %nav.header
7
8
  .navlinks.logo-wrapper
8
9
  %a.navlink.header-logo{href:'#'}
@@ -3,6 +3,7 @@ tags: navigation
3
3
  title: Header - Customer
4
4
  ---
5
5
 
6
+ %p.mb-heading Header for the Customer UI.
6
7
  %nav.header.customer
7
8
  .navlinks.logo-wrapper
8
9
  %a.navlink.header-logo{href:'#'}
@@ -3,6 +3,7 @@ tags: navigation
3
3
  title: Header - EPAM Tester
4
4
  ---
5
5
 
6
+ %p.mb-heading Header for the Tester UI for EPAM testers.
6
7
  %nav.header.tester
7
8
  .navlinks.logo-wrapper
8
9
  %a.navlink.header-logo{href:'#'}
@@ -2,6 +2,8 @@
2
2
  tags: navigation
3
3
  title: Customer product dropdown
4
4
  ---
5
+
6
+ %p.mb-heading Product dropdown in the Customer UI.
5
7
  .header.customer
6
8
  .navlinks.logo-wrapper
7
9
  %a.navlink.header-logo{href:'#'}
@@ -3,6 +3,7 @@ tags: navigation
3
3
  title: Radio tabs
4
4
  ---
5
5
 
6
+ %p.mb-heading Radio tabs allow users to switch between different views or sections within the same context. Only one tab can be active at a time.
6
7
  .radio-tabs
7
8
  %input.radio-tab#tab1{checked: "checked", name: "tabs", tabindex: "1", type: "radio"}
8
9
  %label.radio-tab-btn{for: "tab1"} Tab One
@@ -1,8 +1,9 @@
1
1
  ---
2
2
  tags: navigation
3
- title: Sidebar - Teamleader
3
+ title: Sidebar - Manager
4
4
  ---
5
5
 
6
+ %p.mb-heading Sidebar navigation for the Manager UI.
6
7
  %nav.sidebar.manager.ds-removethisclass-flex{arialabel:'Sidebar'}
7
8
  %a.navlink.active{href:'#'}
8
9
  %span.icon.icon-home
@@ -3,6 +3,7 @@ tags: navigation
3
3
  title: Sidebar - Tester - Elements
4
4
  ---
5
5
 
6
+ %p.mb-heading Sidebar navigation for the Tester UI for freelancers, showcasing various elements.
6
7
  %nav.sidebar.tester.ds-removethisclass-flex{arialabel:'Sidebar'}
7
8
  .profilepicture-wrapper
8
9
  %details.profilepicture-actions
@@ -3,7 +3,7 @@ tags: navigation
3
3
  title: Sidebar - Tester - seat limitation
4
4
  ---
5
5
 
6
- %p.mb-heading Tester sidebar with seat limitation.
6
+ %p.mb-heading Sidebar navigation for the Tester UI with seat limitation and corresponding elements.
7
7
  %nav.sidebar.tester.ds-removethisclass-flex{arialabel:'Sidebar'}
8
8
  .profilepicture-wrapper
9
9
  %details.profilepicture-actions
@@ -3,7 +3,7 @@ tags: navigation
3
3
  title: Sidebar - Tester
4
4
  ---
5
5
 
6
- %p.mb-heading Tester sidebar with no seat limitation
6
+ %p.mb-heading Sidebar navigation for the Tester UI with no seat limitation.
7
7
  %nav.sidebar.tester.ds-removethisclass-flex{arialabel:'Sidebar'}
8
8
  .profilepicture-wrapper
9
9
  %details.profilepicture-actions
@@ -3,6 +3,7 @@ tags: navigation
3
3
  title: Sidebar
4
4
  ---
5
5
 
6
+ %p.mb-heading Sidebar navigation for the general UI.
6
7
  %nav.sidebar.ds-removethisclass-flex{arialabel:'Sidebar'}
7
8
  %a.navlink.active{href:'#'}
8
9
  %span.icon.icon-home
@@ -3,6 +3,7 @@ tags: navigation
3
3
  title: Sidebar colored collapsables
4
4
  ---
5
5
 
6
+ %p.mb-heading Sidebar with colored collapsable sections to organize and group navigation links.
6
7
  %nav.sidebar.customer.ds-removethisclass-flex{arialabel:'Sidebar'}
7
8
  .navlinks
8
9
  %details
@@ -3,6 +3,7 @@ tags: navigation
3
3
  title: Sidebar - Customer
4
4
  ---
5
5
 
6
+ %p.mb-heading Sidebar navigation for the Customer UI.
6
7
  %nav.sidebar.customer.ds-removethisclass-flex{arialabel:'Sidebar'}
7
8
  .profilepicture-wrapper
8
9
  %details.profilepicture-actions