@volue/design-elevation 1.0.3-next.0 → 1.0.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/CHANGELOG.md CHANGED
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file. See [Conven
4
4
 
5
5
  <!-- MONODEPLOY:BELOW -->
6
6
 
7
+ ## [1.0.3](https://github.com/Volue/wave/compare/@volue/design-elevation@1.0.2...@volue/design-elevation@1.0.3) "@volue/design-elevation" (2024-02-28)
8
+
9
+
10
+
11
+
7
12
  ## [1.0.2](https://github.com/Volue/wave/compare/@volue/design-elevation@1.0.1...@volue/design-elevation@1.0.2) "@volue/design-elevation" (2024-01-09)
8
13
 
9
14
 
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 11 Jan 2024 17:49:50 GMT
3
+ * Generated on Wed, 28 Feb 2024 10:07:57 GMT
4
4
  */
5
5
 
6
6
  module.exports = {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 11 Jan 2024 17:49:50 GMT
3
+ * Generated on Wed, 28 Feb 2024 10:07:57 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 Thu, 11 Jan 2024 17:49:50 GMT
3
+ * Generated on Wed, 28 Feb 2024 10:07:57 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
3
- * Generated on Thu, 11 Jan 2024 17:49:50 GMT
3
+ * Generated on Wed, 28 Feb 2024 10:07:57 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 Thu, 11 Jan 2024 17:49:50 GMT
3
+ // Generated on Wed, 28 Feb 2024 10:07:57 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.3-next.0",
3
+ "version": "1.0.3",
4
4
  "description": "Shadow/elevation primitives for Volue design primitives",
5
5
  "license": "UNLICENSED",
6
6
  "repository": {
@@ -11,6 +11,15 @@
11
11
  "publishConfig": {
12
12
  "access": "public"
13
13
  },
14
+ "exports": {
15
+ ".": {
16
+ "types": "./dist/index.d.ts",
17
+ "import": "./dist/index.module.js",
18
+ "default": "./dist/index.common.js"
19
+ },
20
+ "./dist/*": "./dist/*",
21
+ "./package.json": "./package.json"
22
+ },
14
23
  "main": "dist/index.common.js",
15
24
  "module": "dist/index.module.js",
16
25
  "types": "dist/index.d.ts",
@@ -31,14 +40,14 @@
31
40
  "prepack": "yarn run build"
32
41
  },
33
42
  "devDependencies": {
34
- "eslint": "8.56.0",
35
- "eslint-config-volue": "15.1.0",
43
+ "eslint": "8.57.0",
44
+ "eslint-config-volue": "15.2.0",
36
45
  "eslint-import-resolver-node": "0.3.9",
37
46
  "eslint-plugin-import": "2.29.1",
38
47
  "npm-run-all": "4.1.5",
39
- "prettier": "3.1.1",
48
+ "prettier": "3.2.5",
40
49
  "rimraf": "3.0.2",
41
- "style-dictionary": "3.9.1",
50
+ "style-dictionary": "3.9.2",
42
51
  "typescript": "5.3.3"
43
52
  }
44
53
  }