@volue/design-elevation 1.0.10-next.2 → 1.0.10-next.3
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/dist/index.common.js +1 -1
- package/dist/index.custom-properties.css +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.module.js +1 -1
- package/dist/index.scss +1 -1
- package/package.json +3 -3
package/dist/index.common.js
CHANGED
package/dist/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on Fri,
|
|
3
|
+
* Generated on Fri, 03 Oct 2025 12:41:41 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
export const elevationXs : "0 1px 2.5px hsla(var(--shadow-color, 191, 74%, 6%), calc(var(--shadow-intensity, 1) * 0.08)), 0 3px 9px hsla(var(--shadow-color, 191, 74%, 6%), calc(var(--shadow-intensity, 1) * 0.048))";
|
package/dist/index.module.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on Fri,
|
|
3
|
+
* Generated on Fri, 03 Oct 2025 12:41:41 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
export const elevationXs = "0 1px 2.5px hsla(var(--shadow-color, 191, 74%, 6%), calc(var(--shadow-intensity, 1) * 0.08)), 0 3px 9px hsla(var(--shadow-color, 191, 74%, 6%), calc(var(--shadow-intensity, 1) * 0.048))";
|
package/dist/index.scss
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on Fri,
|
|
3
|
+
// Generated on Fri, 03 Oct 2025 12:41:41 GMT
|
|
4
4
|
|
|
5
5
|
$elevation-xs: 0 1px 2.5px hsla(var(--shadow-color, 191, 74%, 6%), calc(var(--shadow-intensity, 1) * 0.08)), 0 3px 9px hsla(var(--shadow-color, 191, 74%, 6%), calc(var(--shadow-intensity, 1) * 0.048));
|
|
6
6
|
$elevation-s: 0 0.4px 2.2px hsla(var(--shadow-color, 191, 74%, 6%), calc(var(--shadow-intensity, 1) * 0.022)), 0 1.4px 5px hsla(var(--shadow-color, 191, 74%, 6%), calc(var(--shadow-intensity, 1) * 0.04)), 0 5px 14px hsla(var(--shadow-color, 191, 74%, 6%), calc(var(--shadow-intensity, 1) * 0.06));
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@volue/design-elevation",
|
|
3
|
-
"version": "1.0.10-next.
|
|
3
|
+
"version": "1.0.10-next.3",
|
|
4
4
|
"description": "Shadow/elevation primitives for Volue design primitives",
|
|
5
5
|
"license": "UNLICENSED",
|
|
6
6
|
"repository": {
|
|
@@ -41,11 +41,11 @@
|
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
43
|
"@volue/eslint-config": "1.3.11",
|
|
44
|
-
"eslint": "9.
|
|
44
|
+
"eslint": "9.36.0",
|
|
45
45
|
"npm-run-all2": "8.0.4",
|
|
46
46
|
"premove": "4.0.0",
|
|
47
47
|
"prettier": "3.6.2",
|
|
48
48
|
"style-dictionary": "3.9.2",
|
|
49
|
-
"typescript": "5.9.
|
|
49
|
+
"typescript": "5.9.3"
|
|
50
50
|
}
|
|
51
51
|
}
|