@volue/design-elevation 1.0.16 → 1.0.17-next.0

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/CHANGELOG.md CHANGED
@@ -4,11 +4,6 @@ All notable changes to this project will be documented in this file. See [Conven
4
4
 
5
5
  <!-- MONOWEAVE:BELOW -->
6
6
 
7
- ## [1.0.16](https://github.com/Volue/wave/compare/@volue/design-elevation@1.0.15...@volue/design-elevation@1.0.16) "@volue/design-elevation" (2026-03-30)
8
-
9
-
10
-
11
-
12
7
  ## [1.0.15](https://github.com/Volue/wave/compare/@volue/design-elevation@1.0.14...@volue/design-elevation@1.0.15) "@volue/design-elevation" (2026-02-27)
13
8
 
14
9
 
package/dist/index.cjs CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly, this file was auto-generated.
3
- * Generated on Mon, 30 Mar 2026 09:37:31 GMT
3
+ * Generated on Fri, 10 Apr 2026 08:05:10 GMT
4
4
  */
5
5
 
6
6
  module.exports = {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly, this file was auto-generated.
3
- * Generated on Mon, 30 Mar 2026 09:37:31 GMT
3
+ * Generated on Fri, 10 Apr 2026 08:05:10 GMT
4
4
  */
5
5
 
6
6
  @value 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));
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly, this file was auto-generated.
3
- * Generated on Mon, 30 Mar 2026 09:37:31 GMT
3
+ * Generated on Fri, 10 Apr 2026 08:05:10 GMT
4
4
  */
5
5
 
6
6
  :root {
package/dist/index.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly, this file was auto-generated.
3
- * Generated on Mon, 30 Mar 2026 09:37:31 GMT
3
+ * Generated on Fri, 10 Apr 2026 08:05:10 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))";
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly, this file was auto-generated.
3
- * Generated on Mon, 30 Mar 2026 09:37:31 GMT
3
+ * Generated on Fri, 10 Apr 2026 08:05:10 GMT
4
4
  */
5
5
 
6
6
  $elevation-map: (
package/dist/index.mjs CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly, this file was auto-generated.
3
- * Generated on Mon, 30 Mar 2026 09:37:31 GMT
3
+ * Generated on Fri, 10 Apr 2026 08:05:10 GMT
4
4
  */
5
5
 
6
6
  export const elevationXs =
package/dist/index.scss CHANGED
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly, this file was auto-generated.
3
- // Generated on Mon, 30 Mar 2026 09:37:31 GMT
3
+ // Generated on Fri, 10 Apr 2026 08:05:10 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.16",
3
+ "version": "1.0.17-next.0",
4
4
  "type": "module",
5
5
  "description": "Shadow/elevation primitives for Volue design primitives",
6
6
  "license": "UNLICENSED",
@@ -46,7 +46,7 @@
46
46
  "eslint": "9.39.4",
47
47
  "npm-run-all2": "8.0.4",
48
48
  "premove": "4.0.0",
49
- "prettier": "3.8.1",
49
+ "prettier": "3.8.2",
50
50
  "style-dictionary": "5.4.0",
51
51
  "typescript": "5.9.3"
52
52
  }