testio-tailwind 3.18.0 → 3.20.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.nvmrc +1 -0
- package/CLAUDE_DESIGN_SYSTEM_REFERENCE.md +1978 -0
- package/package.json +1 -1
- package/src/_includes/page-with-sidebar-dark.njk +1 -1
- package/src/_includes/page-with-sidebar.njk +1 -1
- package/src/assets/fonts/testio.eot +0 -0
- package/src/assets/fonts/testio.svg +5 -2
- package/src/assets/fonts/testio.ttf +0 -0
- package/src/assets/fonts/testio.woff +0 -0
- package/src/assets/fonts/testio.woff2 +0 -0
- package/src/assets/stylesheets/app.css +2 -0
- package/src/assets/stylesheets/components/actionbar.css +4 -4
- package/src/assets/stylesheets/components/buttons.css +27 -18
- package/src/assets/stylesheets/components/checkboxes_radiobuttons.css +58 -41
- package/src/assets/stylesheets/components/designsystem/designsystem-styles.css +8 -0
- package/src/assets/stylesheets/components/drawer.css +9 -18
- package/src/assets/stylesheets/components/dropdown.css +2 -3
- package/src/assets/stylesheets/components/forms.css +6 -4
- package/src/assets/stylesheets/components/iconfont.css +20 -1
- package/src/assets/stylesheets/components/modals.css +9 -17
- package/src/assets/stylesheets/components/search.css +2 -2
- package/src/assets/stylesheets/components/select.css +3 -4
- package/src/assets/stylesheets/components/selectable_token.css +22 -19
- package/src/assets/stylesheets/components/tables.css +59 -5
- package/src/assets/stylesheets/components/toggleswitch.css +7 -4
- package/src/assets/stylesheets/components/typography.css +8 -0
- package/src/assets/stylesheets/components/uploads.css +17 -8
- package/src/assets/stylesheets/components/url_collapsable.css +32 -0
- package/src/assets/stylesheets/plugin_themes/dropzone.css +1 -1
- package/src/assets/stylesheets/plugin_themes/select2.css +15 -18
- package/src/assets/stylesheets/plugin_themes/tom_select.css +7 -2
- package/src/assets/stylesheets/plugin_themes/trix_editor.css +1 -1
- package/src/assets/stylesheets/tailwind_theme_dark.css +2 -1
- package/src/pages/agenticqa/email.njk +1 -1
- package/src/pages/agenticqa/tables-formrow.haml +68 -0
- package/src/pages/agenticqa/tables-grid.haml +125 -0
- package/src/pages/agenticqa/url_collapsable.haml +17 -0
- package/src/pages/components/drawer_filter.haml +1 -1
- package/src/pages/components/modal_details.haml +8 -8
- package/src/pages/forms/radiobuttons.haml +32 -6
- package/src/pages/forms/uploads.pug +3 -3
- package/src/static/app.bundled.js +0 -6663
|
@@ -0,0 +1,125 @@
|
|
|
1
|
+
---
|
|
2
|
+
tags: ['agenticqa']
|
|
3
|
+
title: Tables - Grid
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
.table-grid.table-rowgroups{style:"grid-template-columns: repeat(2, auto) repeat(2, minmax(12rem, 1fr)) repeat(5, auto);"}
|
|
7
|
+
.thead
|
|
8
|
+
.tr
|
|
9
|
+
.th
|
|
10
|
+
.form-check.sm
|
|
11
|
+
%input#check1sm{type:'checkbox'}
|
|
12
|
+
.th status
|
|
13
|
+
.th title
|
|
14
|
+
.th urls
|
|
15
|
+
.th check suite
|
|
16
|
+
.th results
|
|
17
|
+
.th executions
|
|
18
|
+
.th executed
|
|
19
|
+
.th
|
|
20
|
+
.tbody
|
|
21
|
+
.tr
|
|
22
|
+
.btn.btn-sm.btn-block.btn-subtile.mb-xxs.col-span-9{style:""}
|
|
23
|
+
.icon.icon-plus.mr-icon-spacing
|
|
24
|
+
Add new check
|
|
25
|
+
.tr
|
|
26
|
+
.td.checkbox-column
|
|
27
|
+
.form-check.sm
|
|
28
|
+
%input#check1sm{type:'checkbox'}
|
|
29
|
+
.td status
|
|
30
|
+
.td
|
|
31
|
+
%a.white.font-normal{href:"#"} Short Title with a bit of Lorem ipsum
|
|
32
|
+
.td
|
|
33
|
+
%details.url-collapsable
|
|
34
|
+
%summary
|
|
35
|
+
%p https://url.com
|
|
36
|
+
.trigger
|
|
37
|
+
.text-closed Show 3 more
|
|
38
|
+
.text-open Show less
|
|
39
|
+
%p https://url.com/1
|
|
40
|
+
%p https://url.com/2
|
|
41
|
+
%p https://url.com/3
|
|
42
|
+
.td
|
|
43
|
+
%a.white.font-normal{href:"#"} Check suite title
|
|
44
|
+
.td
|
|
45
|
+
.flex.flex-row
|
|
46
|
+
.text-with-icon.mr-sm
|
|
47
|
+
.icon.icon-check-circle-filled.text-success
|
|
48
|
+
999
|
|
49
|
+
.text-with-icon.mr-sm
|
|
50
|
+
.icon.icon-cross-circle-filled.text-danger
|
|
51
|
+
999
|
|
52
|
+
.text-with-icon
|
|
53
|
+
.icon.icon-blocked.text-blocked
|
|
54
|
+
999
|
|
55
|
+
.td 6
|
|
56
|
+
.td 13h ago
|
|
57
|
+
.td.action-column
|
|
58
|
+
%a.btn.btn-square{href:'#'}
|
|
59
|
+
.icon.icon-pencil
|
|
60
|
+
%details.dropdown-actions.dropright
|
|
61
|
+
%summary
|
|
62
|
+
.btn.btn-square
|
|
63
|
+
.icon.icon-more
|
|
64
|
+
.popover-menu
|
|
65
|
+
%a.popover-action{href:'#'}
|
|
66
|
+
%span.icon.text-icon-default.icon-pencil
|
|
67
|
+
Edit
|
|
68
|
+
%a.popover-action{href:'#'}
|
|
69
|
+
%span.icon.text-icon-default.icon-duplicate
|
|
70
|
+
Duplicate
|
|
71
|
+
%a.popover-action{href:'#'}
|
|
72
|
+
%span.icon.text-icon-default.icon-remove
|
|
73
|
+
Delete
|
|
74
|
+
.tr
|
|
75
|
+
.td.checkbox-column
|
|
76
|
+
.form-check.sm
|
|
77
|
+
%input#check1sm{type:'checkbox'}
|
|
78
|
+
.td status
|
|
79
|
+
.td
|
|
80
|
+
%a.white.font-normal{href:"#"} Title 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.
|
|
81
|
+
.td
|
|
82
|
+
%details.url-collapsable
|
|
83
|
+
%summary
|
|
84
|
+
%p https://example.url/with-long/text/sets/long-format/experimental/phase-2/results/compiled/overview/report-final
|
|
85
|
+
.trigger
|
|
86
|
+
.text-closed Show 6 more
|
|
87
|
+
.text-open Show less
|
|
88
|
+
%p https://example.url/with-long/text/data/sets/long-format/experimental/1
|
|
89
|
+
%p https://example.url/with-long/text/data/sets/long-format/experimental/2wordforbreaking
|
|
90
|
+
%p https://example.url/with-long/text/data/sets/long-format/experimental/3
|
|
91
|
+
%p https://example.url/with-long/text/data/sets/long-format/experimental/4
|
|
92
|
+
%p https://example.url/with-long/text/data/sets/long-format/experimental/5
|
|
93
|
+
%p https://example.url/with-long/text/data/sets/long-format/experimental/6
|
|
94
|
+
.td
|
|
95
|
+
%a.white.font-normal{href:"#"} Check suite title
|
|
96
|
+
.td
|
|
97
|
+
.flex.flex-row
|
|
98
|
+
.text-with-icon.mr-sm
|
|
99
|
+
.icon.icon-check-circle-filled.text-success
|
|
100
|
+
999
|
|
101
|
+
.text-with-icon.mr-sm
|
|
102
|
+
.icon.icon-cross-circle-filled.text-danger
|
|
103
|
+
999
|
|
104
|
+
.text-with-icon
|
|
105
|
+
.icon.icon-blocked.text-blocked
|
|
106
|
+
999
|
|
107
|
+
.td 6
|
|
108
|
+
.td 13h ago
|
|
109
|
+
.td.action-column
|
|
110
|
+
%a.btn.btn-square{href:'#'}
|
|
111
|
+
.icon.icon-pencil
|
|
112
|
+
%details.dropdown-actions.dropright
|
|
113
|
+
%summary
|
|
114
|
+
.btn.btn-square
|
|
115
|
+
.icon.icon-more
|
|
116
|
+
.popover-menu
|
|
117
|
+
%a.popover-action{href:'#'}
|
|
118
|
+
%span.icon.text-icon-default.icon-pencil
|
|
119
|
+
Edit
|
|
120
|
+
%a.popover-action{href:'#'}
|
|
121
|
+
%span.icon.text-icon-default.icon-duplicate
|
|
122
|
+
Duplicate
|
|
123
|
+
%a.popover-action{href:'#'}
|
|
124
|
+
%span.icon.text-icon-default.icon-remove
|
|
125
|
+
Delete
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
---
|
|
2
|
+
tags: ['agenticqa']
|
|
3
|
+
title: URL collapsable
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
%details.url-collapsable
|
|
7
|
+
%summary
|
|
8
|
+
%p https://example.invalid/nebula-saffron/research/data/sets/long-format/experimental/phase-2/results/compiled/overview/report-final
|
|
9
|
+
.trigger
|
|
10
|
+
.text-closed Show 6 more
|
|
11
|
+
.text-open Show less
|
|
12
|
+
%p https://example.invalid/nebula-saffron/research/data/sets/long-format/experimental/1
|
|
13
|
+
%p https://example.invalid/nebula-saffron/research/data/sets/long-format/experimental/2wordforbreaking
|
|
14
|
+
%p https://example.invalid/nebula-saffron/research/data/sets/long-format/experimental/3
|
|
15
|
+
%p https://example.invalid/nebula-saffron/research/data/sets/long-format/experimental/4
|
|
16
|
+
%p https://example.invalid/nebula-saffron/research/data/sets/long-format/experimental/5
|
|
17
|
+
%p https://example.invalid/nebula-saffron/research/data/sets/long-format/experimental/6
|
|
@@ -34,7 +34,7 @@ title: Drawer for filtering
|
|
|
34
34
|
%input#check_drawer4{type:'checkbox'}
|
|
35
35
|
%label{for:'check_drawer4'}
|
|
36
36
|
%span.icon.icon-low.mr-icon-spacing
|
|
37
|
-
Checkbox label
|
|
37
|
+
Checkbox label with a lot of lorem ipsum to break into several lines and check if the layout still looks good
|
|
38
38
|
.form-check.sm.inverted
|
|
39
39
|
%input#check_drawer5{type:'checkbox'}
|
|
40
40
|
%label{for:'check_drawer5'}
|
|
@@ -26,8 +26,8 @@ title: Modal - based on details tag
|
|
|
26
26
|
.modal-footer
|
|
27
27
|
%a.btn.btn-primary{href:''} Primary
|
|
28
28
|
%a.btn.btn-secondary{href:''} Secondary
|
|
29
|
-
%a.btn.btn-success{href:''}
|
|
30
|
-
%a.btn.btn-danger{href:''}
|
|
29
|
+
%a.btn.btn-success{href:''} Yes
|
|
30
|
+
%a.btn.btn-danger{href:''} No
|
|
31
31
|
%a.btn.btn-primary.disabled{href:''} Disabled
|
|
32
32
|
%a.btn.btn-secondary.close-btn{href:''} Close
|
|
33
33
|
%details.modal-wrapper.mb-md
|
|
@@ -48,8 +48,8 @@ title: Modal - based on details tag
|
|
|
48
48
|
.modal-footer
|
|
49
49
|
%a.btn.btn-primary{href:''} Primary
|
|
50
50
|
%a.btn.btn-secondary{href:''} Secondary
|
|
51
|
-
%a.btn.btn-success{href:''}
|
|
52
|
-
%a.btn.btn-danger{href:''}
|
|
51
|
+
%a.btn.btn-success{href:''} Yes
|
|
52
|
+
%a.btn.btn-danger{href:''} No
|
|
53
53
|
%a.btn.btn-primary.disabled{href:''} Disabled
|
|
54
54
|
%a.btn.btn-secondary.close-btn{href:''} Close
|
|
55
55
|
%details.modal-wrapper
|
|
@@ -64,8 +64,8 @@ title: Modal - based on details tag
|
|
|
64
64
|
.modal-content
|
|
65
65
|
%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.
|
|
66
66
|
.modal-footer
|
|
67
|
-
%a.btn.btn-success{href:''}
|
|
68
|
-
%a.btn.btn-danger{href:''}
|
|
67
|
+
%a.btn.btn-success{href:''} Yes
|
|
68
|
+
%a.btn.btn-danger{href:''} No
|
|
69
69
|
%a.btn.btn-secondary.close-btn{href:''} Close
|
|
70
70
|
%p.mb-heading.mt-md
|
|
71
71
|
If you want a modal that doesn't close automatically when clicking on the fade background, then add the class
|
|
@@ -89,6 +89,6 @@ title: Modal - based on details tag
|
|
|
89
89
|
%label.form-label Input
|
|
90
90
|
%input.form-control{type:'text', placeholder:''}
|
|
91
91
|
.modal-footer
|
|
92
|
-
%a.btn.btn-primary{href:''}
|
|
93
|
-
%a.btn.btn-secondary{href:''}
|
|
92
|
+
%a.btn.btn-primary{href:''} Yes
|
|
93
|
+
%a.btn.btn-secondary{href:''} No
|
|
94
94
|
%a.btn.btn-secondary.close-btn{href:''} Close
|
|
@@ -20,19 +20,32 @@ title: Radiobuttons
|
|
|
20
20
|
.form-grid.single.narrow.mb-3
|
|
21
21
|
.form-radio
|
|
22
22
|
.field_with_errors
|
|
23
|
-
%input#
|
|
24
|
-
%label{for:'
|
|
23
|
+
%input#radio11{type:'radio', name:'radio-group', value:'1'}
|
|
24
|
+
%label{for:'radio11'} Option in error state
|
|
25
25
|
.form-radio
|
|
26
26
|
.field_with_errors
|
|
27
|
-
%input#
|
|
28
|
-
%label{for:'
|
|
27
|
+
%input#radio12{type:'radio', name:'radio-group', value:'2'}
|
|
28
|
+
%label{for:'radio12'} Option 2
|
|
29
29
|
.form-radio.disabled
|
|
30
30
|
.field_with_errors
|
|
31
|
-
%input#
|
|
32
|
-
%label{for:'
|
|
31
|
+
%input#radio14{type:'radio', name:'radio-group', value:'4', disabled:'true'}
|
|
32
|
+
%label{for:'radio14'} Disabled
|
|
33
33
|
.form-hint.error
|
|
34
34
|
You made a mistake, which is why you see this form validation error message with some helpful 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.
|
|
35
35
|
|
|
36
|
+
.form-grid.single.narrow.mb-3
|
|
37
|
+
.form-radio.sm
|
|
38
|
+
%input#radio1sm{type:'radio', checked:'true', name:'radio-groupsm', value:'1'}
|
|
39
|
+
%label{for:'radio1sm'} SM Option 1
|
|
40
|
+
.form-radio.sm
|
|
41
|
+
%input#radio2sm{type:'radio', name:'radio-groupsm', value:'2'}
|
|
42
|
+
%label{for:'radio2sm'} SM Option 2
|
|
43
|
+
.form-radio.sm
|
|
44
|
+
%input#radio3sm{type:'radio', name:'radio-groupsm', value:'3'}
|
|
45
|
+
%label{for:'radio3sm'} SM Option 3
|
|
46
|
+
.form-radio.disabled.sm
|
|
47
|
+
%input#radio4sm{type:'radio', name:'radio-groupsm', value:'4', disabled:'true'}
|
|
48
|
+
%label{for:'radio4sm'} Disabled
|
|
36
49
|
|
|
37
50
|
|
|
38
51
|
.form-grid.single.narrow.bg-black.p-3
|
|
@@ -48,3 +61,16 @@ title: Radiobuttons
|
|
|
48
61
|
.form-radio.inverted.disabled
|
|
49
62
|
%input#radio9{type:'radio', name:'radio-group2', value:'4', disabled:'true'}
|
|
50
63
|
%label{for:'radio9'} Disabled
|
|
64
|
+
.p-xs
|
|
65
|
+
.form-radio.inverted.sm
|
|
66
|
+
%input#radio6sm{type:'radio', checked:'true', name:'radio-group2sm', value:'1'}
|
|
67
|
+
%label{for:'radio6sm'} SM Option 1
|
|
68
|
+
.form-radio.inverted.sm
|
|
69
|
+
%input#radio7sm{type:'radio', name:'radio-group2sm', value:'2'}
|
|
70
|
+
%label{for:'radio7sm'} SM Option 2
|
|
71
|
+
.form-radio.inverted.sm
|
|
72
|
+
%input#radio8sm{type:'radio', name:'radio-group2sm', value:'3'}
|
|
73
|
+
%label{for:'radio8sm'} SM Option 3
|
|
74
|
+
.form-radio.inverted.disabled.sm
|
|
75
|
+
%input#radio9sm{type:'radio', name:'radio-group2sm', value:'4', disabled:'true'}
|
|
76
|
+
%label{for:'radio9sm'} SM Disabled
|
|
@@ -17,7 +17,7 @@ title: Uploads and attachments
|
|
|
17
17
|
| });
|
|
18
18
|
|
|
19
19
|
.form-grid-single
|
|
20
|
-
form.
|
|
20
|
+
form.dropzone(action="/file-upload" class="dropzone" id="my-awesome-dropzone")
|
|
21
21
|
.dz-default.dz-message
|
|
22
22
|
p.dropzone-msg-title Click to upload a file or drag and drop
|
|
23
23
|
p.dropzone-msg-desc Files up to 10MB
|
|
@@ -65,7 +65,7 @@ title: Uploads and attachments
|
|
|
65
65
|
|
|
66
66
|
p.mt-3 Form errors example
|
|
67
67
|
.form-grid-single
|
|
68
|
-
form.
|
|
68
|
+
form.dropzone.field_with_errors(action="/file-upload" class="dropzone" id="my-awesome-dropzone")
|
|
69
69
|
.dz-default.dz-message
|
|
70
70
|
p.dropzone-msg-title Click to upload a file or drag and drop
|
|
71
71
|
p.dropzone-msg-desc Files up to 10MB
|
|
@@ -74,7 +74,7 @@ p.mt-3 Form errors example
|
|
|
74
74
|
|
|
75
75
|
.bg-black.p-md.mt-3
|
|
76
76
|
.form-grid-single
|
|
77
|
-
form.
|
|
77
|
+
form.dropzone.inverted(action="/file-upload" class="dropzone" id="my-awesome-dropzone-inverted")
|
|
78
78
|
.dz-default.dz-message
|
|
79
79
|
p.dropzone-msg-title Click to upload a file or drag and drop
|
|
80
80
|
p.dropzone-msg-desc Files up to 10MB
|