@mevbg/design-essentials-vendor 2.0.6 → 2.0.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.
|
@@ -9,7 +9,7 @@ import { cssGenerator } from '../../utils/generators.utils.js';
|
|
|
9
9
|
// This function outputs the scrollbar styles
|
|
10
10
|
export const scrollbarGenerator = (params) => cssGenerator('scrollbar', params, (output, config) => {
|
|
11
11
|
output.push(cssSelectorBlock({
|
|
12
|
-
name: 'html:not(.
|
|
12
|
+
name: 'html:not(.isMobile):not(.isMacOs)',
|
|
13
13
|
code: ` --scrollbar-area: ${config.areaWidth}px;
|
|
14
14
|
--scrollbar-thumb-size-base: ${config.thumbSizeBase}px;
|
|
15
15
|
--scrollbar-thumb-size-over: ${config.thumbSizeOver}px;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mevbg/design-essentials-vendor",
|
|
3
3
|
"title": "Design Essentials Vendor",
|
|
4
|
-
"version": "2.0.
|
|
4
|
+
"version": "2.0.8",
|
|
5
5
|
"description": "Mev’s personal vendor of design system essentials.",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"design essentials vendor",
|
|
@@ -68,13 +68,13 @@
|
|
|
68
68
|
"dependencies": {
|
|
69
69
|
"@mevbg/wm": "^1.0.6",
|
|
70
70
|
"favicons": "^7.2.0",
|
|
71
|
-
"style-dictionary": "
|
|
71
|
+
"style-dictionary": "5.1.1"
|
|
72
72
|
},
|
|
73
73
|
"devDependencies": {
|
|
74
74
|
"@eslint/js": "^9.39.2",
|
|
75
|
-
"@types/node": "^25.0.
|
|
76
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
77
|
-
"@typescript-eslint/parser": "^8.
|
|
75
|
+
"@types/node": "^25.0.5",
|
|
76
|
+
"@typescript-eslint/eslint-plugin": "^8.52.0",
|
|
77
|
+
"@typescript-eslint/parser": "^8.52.0",
|
|
78
78
|
"chokidar": "^5.0.0",
|
|
79
79
|
"colorjs.io": "^0.6.0",
|
|
80
80
|
"del-cli": "^7.0.0",
|
|
@@ -82,7 +82,7 @@
|
|
|
82
82
|
"eslint": "^9.39.2",
|
|
83
83
|
"eslint-config-prettier": "^10.1.8",
|
|
84
84
|
"eslint-plugin-prettier": "^5.5.4",
|
|
85
|
-
"globals": "^
|
|
85
|
+
"globals": "^17.0.0",
|
|
86
86
|
"nodemon": "^3.1.11",
|
|
87
87
|
"prettier-plugin-organize-imports": "^4.3.0",
|
|
88
88
|
"tsx": "^4.21.0",
|