@volue/design-elevation 1.0.10-next.4 → 1.0.10

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,6 +4,17 @@ 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.10](https://github.com/Volue/wave/compare/@volue/design-elevation@1.0.9...@volue/design-elevation@1.0.10) "@volue/design-elevation" (2025-10-16)
8
+
9
+
10
+ ### Bug Fixes
11
+
12
+ * improve resolution of `design-*` packages ([60d86a9](https://github.com/Volue/wave/commit/60d86a9506b75d07c0179c94a529510dbb03396a))
13
+ * rm legacy color and font-size aliases ([ee03eff](https://github.com/Volue/wave/commit/ee03eff2ce65c7b5bbcb0acb70f79bdbcea76185))
14
+
15
+
16
+
17
+
7
18
  ## [1.0.9](https://github.com/Volue/wave/compare/@volue/design-elevation@1.0.8...@volue/design-elevation@1.0.9) "@volue/design-elevation" (2025-07-16)
8
19
 
9
20
 
package/dist/index.cjs CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 10 Oct 2025 09:30:26 GMT
3
+ * Generated on Thu, 16 Oct 2025 13:18:54 GMT
4
4
  */
5
5
 
6
6
  module.exports = {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 10 Oct 2025 09:30:26 GMT
3
+ * Generated on Thu, 16 Oct 2025 13:18:54 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
3
- * Generated on Fri, 10 Oct 2025 09:30:26 GMT
3
+ * Generated on Thu, 16 Oct 2025 13:18:54 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.mjs CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 10 Oct 2025 09:30:26 GMT
3
+ * Generated on Thu, 16 Oct 2025 13:18:54 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, 10 Oct 2025 09:30:26 GMT
3
+ // Generated on Thu, 16 Oct 2025 13:18:54 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.4",
3
+ "version": "1.0.10",
4
4
  "description": "Shadow/elevation primitives for Volue design primitives",
5
5
  "license": "UNLICENSED",
6
6
  "repository": {
@@ -15,6 +15,7 @@
15
15
  ".": {
16
16
  "types": "./dist/index.d.ts",
17
17
  "import": "./dist/index.mjs",
18
+ "require": "./dist/index.cjs",
18
19
  "default": "./dist/index.cjs"
19
20
  },
20
21
  "./dist/*": "./dist/*",