mf-styling 3.2.6 → 3.2.8
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/README.md +0 -1
- package/package.json +13 -13
- package/src/card.css +2 -2
- package/src/table.css +1 -1
package/README.md
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
[](https://www.npmjs.com/package/mf-styling)
|
|
2
|
-
[](https://opensource.org/licenses/BSD-3-Clause)
|
|
3
2
|
[](https://bundlejs.com/?q=mf-styling)
|
|
4
3
|
[](https://npmjs.org/package/mf-styling)
|
|
5
4
|
[](git+https://github.com/arlac77/mf-styling.git)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mf-styling",
|
|
3
|
-
"version": "3.2.
|
|
3
|
+
"version": "3.2.8",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -49,25 +49,25 @@
|
|
|
49
49
|
"start": "vite",
|
|
50
50
|
"test": "node --run test:cafe",
|
|
51
51
|
"test:cafe": "testcafe $BROWSER:headless tests/cafe/*-cafe.mjs --esm -s build/test --page-request-timeout 5000 --app-init-delay 8000 --app vite",
|
|
52
|
-
"lint:css": "stylelint ./src
|
|
52
|
+
"lint:css": "stylelint ./src**/*.css",
|
|
53
53
|
"lint": "node --run lint:css",
|
|
54
54
|
"preview": "vite preview"
|
|
55
55
|
},
|
|
56
56
|
"devDependencies": {
|
|
57
|
-
"@semantic-release/commit-analyzer": "^13.0.
|
|
58
|
-
"@semantic-release/exec": "^
|
|
57
|
+
"@semantic-release/commit-analyzer": "^13.0.1",
|
|
58
|
+
"@semantic-release/exec": "^7.0.3",
|
|
59
59
|
"@semantic-release/github": "^11.0.1",
|
|
60
|
-
"@semantic-release/release-notes-generator": "^14.0.
|
|
61
|
-
"npm-pkgbuild": "^15.6.
|
|
62
|
-
"semantic-release": "^24.2.
|
|
63
|
-
"stylelint": "^16.
|
|
64
|
-
"stylelint-config-standard": "^
|
|
65
|
-
"testcafe": "^3.7.
|
|
66
|
-
"vite": "^
|
|
67
|
-
"vite-plugin-compression2": "^1.3.
|
|
60
|
+
"@semantic-release/release-notes-generator": "^14.0.3",
|
|
61
|
+
"npm-pkgbuild": "^15.6.11",
|
|
62
|
+
"semantic-release": "^24.2.1",
|
|
63
|
+
"stylelint": "^16.14.1",
|
|
64
|
+
"stylelint-config-standard": "^37.0.0",
|
|
65
|
+
"testcafe": "^3.7.1",
|
|
66
|
+
"vite": "^6.1.0",
|
|
67
|
+
"vite-plugin-compression2": "^1.3.3"
|
|
68
68
|
},
|
|
69
69
|
"optionalDependencies": {
|
|
70
|
-
"mf-hosting-frontend": "^3.8.
|
|
70
|
+
"mf-hosting-frontend": "^3.8.4"
|
|
71
71
|
},
|
|
72
72
|
"repository": {
|
|
73
73
|
"type": "git",
|
package/src/card.css
CHANGED
|
@@ -136,7 +136,7 @@
|
|
|
136
136
|
}
|
|
137
137
|
|
|
138
138
|
.card .card-image .card-title {
|
|
139
|
-
color: var(--color-
|
|
139
|
+
color: var(--color-neutral-500);
|
|
140
140
|
position: absolute;
|
|
141
141
|
bottom: 0;
|
|
142
142
|
left: 0;
|
|
@@ -160,7 +160,7 @@
|
|
|
160
160
|
|
|
161
161
|
.card .card-action {
|
|
162
162
|
background-color: inherit;
|
|
163
|
-
border-top: 1px solid
|
|
163
|
+
border-top: 1px solid var(--color-neutral-500);
|
|
164
164
|
position: relative;
|
|
165
165
|
padding: 16px 24px;
|
|
166
166
|
color: var(--color-accent-400);
|