testeranto 0.165.0 → 0.166.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/bundle.js +1 -1
- package/dist/prebuild/App.css +11669 -0
- package/package.json +1 -1
- package/testeranto/App.css +1 -20
- package/testeranto/bundles/pure/allTests/metafile.json +15 -15
package/package.json
CHANGED
package/testeranto/App.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
@charset "UTF-8";
|
|
2
2
|
|
|
3
|
-
/* src/
|
|
3
|
+
/* src/App.scss */
|
|
4
4
|
:root,
|
|
5
5
|
[data-bs-theme=light] {
|
|
6
6
|
--bs-blue: #0d6efd;
|
|
@@ -11662,25 +11662,6 @@ code {
|
|
|
11662
11662
|
.gear-icon {
|
|
11663
11663
|
transition: transform 0.3s ease;
|
|
11664
11664
|
}
|
|
11665
|
-
.nav-tabs {
|
|
11666
|
-
border-bottom: 2px solid rgba(255, 255, 255, 0.2);
|
|
11667
|
-
}
|
|
11668
|
-
.nav-tabs .nav-link {
|
|
11669
|
-
color: var(--dark);
|
|
11670
|
-
border: none;
|
|
11671
|
-
padding: 0.75rem 1.5rem;
|
|
11672
|
-
font-weight: 500;
|
|
11673
|
-
transition: all 0.2s ease;
|
|
11674
|
-
}
|
|
11675
|
-
.nav-tabs .nav-link:hover {
|
|
11676
|
-
background-color: rgba(255, 255, 255, 0.1);
|
|
11677
|
-
border-color: transparent;
|
|
11678
|
-
}
|
|
11679
|
-
.nav-tabs .nav-link.active {
|
|
11680
|
-
color: var(--primary);
|
|
11681
|
-
background-color: rgba(var(--primary-rgb), 0.1);
|
|
11682
|
-
border-bottom: 2px solid var(--primary);
|
|
11683
|
-
}
|
|
11684
11665
|
/*!
|
|
11685
11666
|
* Bootstrap v5.3.5 (https://getbootstrap.com/)
|
|
11686
11667
|
* Copyright 2011-2025 The Bootstrap Authors
|
|
@@ -23,21 +23,6 @@
|
|
|
23
23
|
"pluginName": "console-detector",
|
|
24
24
|
"text": "call of \"console.debug\" was detected, which is not supported in the pure runtime."
|
|
25
25
|
},
|
|
26
|
-
{
|
|
27
|
-
"id": "",
|
|
28
|
-
"location": {
|
|
29
|
-
"column": 7,
|
|
30
|
-
"file": "src/Pure.ts",
|
|
31
|
-
"length": 16,
|
|
32
|
-
"line": 13,
|
|
33
|
-
"lineText": "} from \"./lib/index.js\";",
|
|
34
|
-
"namespace": "",
|
|
35
|
-
"suggestion": ""
|
|
36
|
-
},
|
|
37
|
-
"notes": [],
|
|
38
|
-
"pluginName": "console-detector",
|
|
39
|
-
"text": "call of \"console.error\" was detected, which is not supported in the pure runtime."
|
|
40
|
-
},
|
|
41
26
|
{
|
|
42
27
|
"id": "",
|
|
43
28
|
"location": {
|
|
@@ -68,6 +53,21 @@
|
|
|
68
53
|
"pluginName": "console-detector",
|
|
69
54
|
"text": "call of \"console.log\" was detected, which is not supported in the pure runtime."
|
|
70
55
|
},
|
|
56
|
+
{
|
|
57
|
+
"id": "",
|
|
58
|
+
"location": {
|
|
59
|
+
"column": 7,
|
|
60
|
+
"file": "src/Web.ts",
|
|
61
|
+
"length": 16,
|
|
62
|
+
"line": 18,
|
|
63
|
+
"lineText": "} from \"./lib/index.js\";",
|
|
64
|
+
"namespace": "",
|
|
65
|
+
"suggestion": ""
|
|
66
|
+
},
|
|
67
|
+
"notes": [],
|
|
68
|
+
"pluginName": "console-detector",
|
|
69
|
+
"text": "call of \"console.error\" was detected, which is not supported in the pure runtime."
|
|
70
|
+
},
|
|
71
71
|
{
|
|
72
72
|
"id": "",
|
|
73
73
|
"location": {
|