testio-tailwind 3.17.0 → 3.17.1
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/package.json
CHANGED
|
@@ -35,7 +35,8 @@ title: Splitview items
|
|
|
35
35
|
.splitview-item-icon.icon.icon-blocked.blocked
|
|
36
36
|
.splitview-item-text Check title with a lot of lorem ipsum
|
|
37
37
|
.splitview-item.unread
|
|
38
|
-
.splitview-item-icon
|
|
38
|
+
.splitview-item-icon
|
|
39
|
+
.icon.icon-sync.pending.w-icon.animate-spin
|
|
39
40
|
.splitview-item-text Check title with a lot of lorem ipsum
|
|
40
41
|
%details.splitview-group
|
|
41
42
|
%summary.splitview-item
|
|
@@ -60,4 +61,31 @@ title: Splitview items
|
|
|
60
61
|
.splitview-item-icon.icon.icon-check-circle-filled.success
|
|
61
62
|
.splitview-item-text Main Product Image
|
|
62
63
|
%btn.btn.splitview-btn Show 99 dismissed checks
|
|
64
|
+
%details.splitview-group
|
|
65
|
+
%summary.splitview-item
|
|
66
|
+
.splitview-item-icon.icon.icon-circle-empty.text-chart-empty
|
|
67
|
+
.splitview-item-text
|
|
68
|
+
.splitview-item-title https://url.com
|
|
69
|
+
.splitview-group-status.status-stepper
|
|
70
|
+
.status-step.completed
|
|
71
|
+
.icon.icon-check-thick-centered
|
|
72
|
+
3 done
|
|
73
|
+
.status-step.active
|
|
74
|
+
.icon.icon-sync
|
|
75
|
+
Executing checks
|
|
76
|
+
.status-step
|
|
77
|
+
+ 3 to do
|
|
78
|
+
%turbo-frame.turbo-wrapper
|
|
79
|
+
%a.splitview-item
|
|
80
|
+
.splitview-item-icon
|
|
81
|
+
.icon.icon-sync.pending.w-icon.animate-spin
|
|
82
|
+
.splitview-item-text Navigation Menu Hover
|
|
83
|
+
%turbo-frame.turbo-wrapper
|
|
84
|
+
%a.splitview-item
|
|
85
|
+
.splitview-item-icon.icon.icon-cross-circle-filled.danger
|
|
86
|
+
.splitview-item-text No Results Message
|
|
87
|
+
%turbo-frame.turbo-wrapper
|
|
88
|
+
%a.splitview-item.selected
|
|
89
|
+
.splitview-item-icon.icon.icon-check-circle-filled.success
|
|
90
|
+
.splitview-item-text Last selected child will have no rounded border on the right
|
|
63
91
|
%btn.btn.splitview-btn Show 99 dismissed pages
|