@volue/design-icons 1.8.4-next.0 → 1.8.4
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 +5 -0
- package/dist/index.common.d.ts +1 -1
- 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 +14 -5
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.8.4](https://github.com/Volue/wave/compare/@volue/design-icons@1.8.3...@volue/design-icons@1.8.4) "@volue/design-icons" (2024-02-28)
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
7
12
|
## [1.8.3](https://github.com/Volue/wave/compare/@volue/design-icons@1.8.2...@volue/design-icons@1.8.3) "@volue/design-icons" (2024-01-09)
|
|
8
13
|
|
|
9
14
|
|
package/dist/index.common.d.ts
CHANGED
package/dist/index.common.js
CHANGED
package/dist/index.d.ts
CHANGED
package/dist/index.module.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Wed, 28 Feb 2024 10:08:04 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
export const activity = "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M22 12h-4l-3 9L9 3l-3 9H2\"/></svg>";
|
package/dist/index.scss
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Wed, 28 Feb 2024 10:08:04 GMT
|
|
4
4
|
|
|
5
5
|
$activity: <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M22 12h-4l-3 9L9 3l-3 9H2"/></svg>;
|
|
6
6
|
$add: <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M12 19V5m-7 7h14"/></svg>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@volue/design-icons",
|
|
3
|
-
"version": "1.8.4
|
|
3
|
+
"version": "1.8.4",
|
|
4
4
|
"description": "Icons 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",
|
|
@@ -35,16 +44,16 @@
|
|
|
35
44
|
},
|
|
36
45
|
"devDependencies": {
|
|
37
46
|
"change-case": "4.1.2",
|
|
38
|
-
"eslint": "8.
|
|
39
|
-
"eslint-config-volue": "15.
|
|
47
|
+
"eslint": "8.57.0",
|
|
48
|
+
"eslint-config-volue": "15.2.0",
|
|
40
49
|
"eslint-import-resolver-node": "0.3.9",
|
|
41
50
|
"eslint-plugin-import": "2.29.1",
|
|
42
51
|
"fs-extra": "10.1.0",
|
|
43
52
|
"js-yaml": "4.1.0",
|
|
44
53
|
"npm-run-all": "4.1.5",
|
|
45
|
-
"prettier": "3.
|
|
54
|
+
"prettier": "3.2.5",
|
|
46
55
|
"rimraf": "3.0.2",
|
|
47
|
-
"style-dictionary": "3.9.
|
|
56
|
+
"style-dictionary": "3.9.2",
|
|
48
57
|
"svgo": "2.8.0",
|
|
49
58
|
"typescript": "5.3.3",
|
|
50
59
|
"xml2js": "0.6.2"
|