@moneko/core 2.0.53-beta.11 → 2.0.53-beta.12
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/lib/styles/normalize.css
CHANGED
|
@@ -26,7 +26,7 @@ body {
|
|
|
26
26
|
|
|
27
27
|
input,
|
|
28
28
|
textarea {
|
|
29
|
-
caret-color: var(--primary-
|
|
29
|
+
caret-color: var(--primary-bg);;
|
|
30
30
|
}
|
|
31
31
|
|
|
32
32
|
h1 {
|
|
@@ -138,7 +138,7 @@ button:-moz-focusring,
|
|
|
138
138
|
[type='button']:-moz-focusring,
|
|
139
139
|
[type='reset']:-moz-focusring,
|
|
140
140
|
[type='submit']:-moz-focusring {
|
|
141
|
-
outline: 1px dotted var(--primary-
|
|
141
|
+
outline: 1px dotted var(--primary-outline);
|
|
142
142
|
}
|
|
143
143
|
|
|
144
144
|
fieldset {
|
|
@@ -215,15 +215,15 @@ template {
|
|
|
215
215
|
}
|
|
216
216
|
|
|
217
217
|
:hover::-webkit-scrollbar-thumb {
|
|
218
|
-
background-color: var(--primary-
|
|
218
|
+
background-color: var(--primary-bg);
|
|
219
219
|
}
|
|
220
220
|
|
|
221
221
|
::-webkit-scrollbar-thumb:hover {
|
|
222
|
-
background-color: var(--primary-
|
|
222
|
+
background-color: var(--primary-hover);
|
|
223
223
|
}
|
|
224
224
|
|
|
225
225
|
::-webkit-scrollbar-thumb:active {
|
|
226
|
-
background-color: var(--primary-
|
|
226
|
+
background-color: var(--primary-active);
|
|
227
227
|
}
|
|
228
228
|
|
|
229
229
|
::-webkit-scrollbar-button {
|
package/lib/styles/variables.css
CHANGED
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
--text-color: rgb(0 0 0 / 65%);
|
|
13
13
|
--text-secondary: #4e4e4e;
|
|
14
14
|
--text-heading: #1b1b1b;
|
|
15
|
-
--text-selection-bg: var(--primary-
|
|
15
|
+
--text-selection-bg: var(--primary-bg);
|
|
16
16
|
--text-shadow-color: rgb(0 0 0 / 10%);
|
|
17
17
|
--box-shadow-base: 0 3px 6px -4px rgb(0 0 0 / 12%), 0 6px 16px 0 rgb(0 0 0 / 8%),
|
|
18
18
|
0 9px 28px 8px rgb(0 0 0 / 5%);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@moneko/core",
|
|
3
|
-
"version": "2.0.53-beta.
|
|
3
|
+
"version": "2.0.53-beta.12",
|
|
4
4
|
"description": "core",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -54,13 +54,13 @@
|
|
|
54
54
|
"ts-import-plugin": "2.0.0",
|
|
55
55
|
"ts-loader": "9.4.2",
|
|
56
56
|
"typescript": "5.0.4",
|
|
57
|
-
"webpack": "5.
|
|
57
|
+
"webpack": "5.76.1",
|
|
58
58
|
"webpack-bundle-analyzer": "4.8.0",
|
|
59
59
|
"webpack-cli": "5.0.1",
|
|
60
|
-
"webpack-dev-server": "4.
|
|
60
|
+
"webpack-dev-server": "4.11.1",
|
|
61
61
|
"webpack-merge": "5.8.0",
|
|
62
62
|
"webpackbar": "5.0.2",
|
|
63
|
-
"xml2js": "0.
|
|
63
|
+
"xml2js": "0.4.23"
|
|
64
64
|
},
|
|
65
65
|
"devDependencies": {
|
|
66
66
|
"@swc/cli": "0.1.62",
|