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 CHANGED
@@ -1,5 +1,4 @@
1
1
  [![npm](https://img.shields.io/npm/v/mf-styling.svg)](https://www.npmjs.com/package/mf-styling)
2
- [![License](https://img.shields.io/badge/License-BSD%203--Clause-blue.svg)](https://opensource.org/licenses/BSD-3-Clause)
3
2
  [![bundlejs](https://deno.bundlejs.com/?q=mf-styling\&badge=detailed)](https://bundlejs.com/?q=mf-styling)
4
3
  [![downloads](http://img.shields.io/npm/dm/mf-styling.svg?style=flat-square)](https://npmjs.org/package/mf-styling)
5
4
  [![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](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.6",
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/*.css",
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.0",
58
- "@semantic-release/exec": "^6.0.3",
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.1",
61
- "npm-pkgbuild": "^15.6.5",
62
- "semantic-release": "^24.2.0",
63
- "stylelint": "^16.10.0",
64
- "stylelint-config-standard": "^36.0.1",
65
- "testcafe": "^3.7.0",
66
- "vite": "^5.4.10",
67
- "vite-plugin-compression2": "^1.3.0"
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.1"
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-neutra-500);
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 rgba(160 160 160 20%);
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);
package/src/table.css CHANGED
@@ -58,7 +58,7 @@ td {
58
58
  }
59
59
 
60
60
  .hoverable tr:hover {
61
- background-color: var(--color-accent-100);
61
+ background: var(--color-accent-100);
62
62
  }
63
63
 
64
64
  .sticky thead {