@synerise/ds-icon 1.8.0 → 1.9.1
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 +12 -47
- package/dist/DynamicIcon/DynamicIcon.d.ts +1171 -0
- package/dist/DynamicIcon/DynamicIcon.js +19 -0
- package/dist/Icon.types.d.ts +3 -1
- package/dist/icons/L/index.d.ts +105 -33
- package/dist/icons/L/index.js +175 -33
- package/dist/icons/XL/index.d.ts +155 -50
- package/dist/icons/XL/index.js +258 -50
- package/dist/icons/additional/index.d.ts +145 -43
- package/dist/icons/additional/index.js +245 -43
- package/dist/icons/colorIcons/index.d.ts +22 -6
- package/dist/icons/colorIcons/index.js +36 -6
- package/dist/icons/index.d.ts +1293 -416
- package/dist/icons/index.js +2169 -417
- package/dist/index.d.ts +1 -0
- package/dist/index.js +1 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -3,103 +3,68 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
-
|
|
6
|
+
## [1.9.1](https://github.com/Synerise/synerise-design/compare/@synerise/ds-icon@1.9.0...@synerise/ds-icon@1.9.1) (2025-12-15)
|
|
7
7
|
|
|
8
|
+
**Note:** Version bump only for package @synerise/ds-icon
|
|
8
9
|
|
|
9
|
-
|
|
10
|
+
# [1.9.0](https://github.com/Synerise/synerise-design/compare/@synerise/ds-icon@1.8.0...@synerise/ds-icon@1.9.0) (2025-11-28)
|
|
10
11
|
|
|
11
|
-
|
|
12
|
+
### Features
|
|
12
13
|
|
|
14
|
+
- **icon:** dynamic icon ([585fb33](https://github.com/Synerise/synerise-design/commit/585fb331c86c55e7368c6cc0c5707db85c9e6d72))
|
|
13
15
|
|
|
16
|
+
# [1.8.0](https://github.com/Synerise/synerise-design/compare/@synerise/ds-icon@1.7.3...@synerise/ds-icon@1.8.0) (2025-11-06)
|
|
14
17
|
|
|
18
|
+
### Features
|
|
15
19
|
|
|
20
|
+
- **dropdown:** dropdownMenu component ([f0ec827](https://github.com/Synerise/synerise-design/commit/f0ec82792cdcb021fa9a454912f6e7a892e53895))
|
|
16
21
|
|
|
17
22
|
## [1.7.3](https://github.com/Synerise/synerise-design/compare/@synerise/ds-icon@1.7.2...@synerise/ds-icon@1.7.3) (2025-10-10)
|
|
18
23
|
|
|
19
24
|
**Note:** Version bump only for package @synerise/ds-icon
|
|
20
25
|
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
26
|
## [1.7.2](https://github.com/Synerise/synerise-design/compare/@synerise/ds-icon@1.7.1...@synerise/ds-icon@1.7.2) (2025-09-16)
|
|
26
27
|
|
|
27
28
|
**Note:** Version bump only for package @synerise/ds-icon
|
|
28
29
|
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
30
|
## [1.7.1](https://github.com/Synerise/synerise-design/compare/@synerise/ds-icon@1.7.0...@synerise/ds-icon@1.7.1) (2025-08-28)
|
|
34
31
|
|
|
35
|
-
|
|
36
32
|
### Bug Fixes
|
|
37
33
|
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
34
|
+
- **icon:** new icons XL ([183619b](https://github.com/Synerise/synerise-design/commit/183619b69d96e50d174ed703982ffaac958e9ddf))
|
|
43
35
|
|
|
44
36
|
# [1.7.0](https://github.com/Synerise/synerise-design/compare/@synerise/ds-icon@1.6.2...@synerise/ds-icon@1.7.0) (2025-08-14)
|
|
45
37
|
|
|
46
|
-
|
|
47
38
|
### Bug Fixes
|
|
48
39
|
|
|
49
|
-
|
|
50
|
-
|
|
40
|
+
- **icon:** add new icons ([3a68839](https://github.com/Synerise/synerise-design/commit/3a688395eff0fe0c5c4e163a7882be53411341da))
|
|
51
41
|
|
|
52
42
|
### Features
|
|
53
43
|
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
44
|
+
- add globe-clock icon SVG ([8f30904](https://github.com/Synerise/synerise-design/commit/8f30904f076b51c7c7d4ce96c92ef4a24af0aca0))
|
|
59
45
|
|
|
60
46
|
## [1.6.2](https://github.com/Synerise/synerise-design/compare/@synerise/ds-icon@1.6.1...@synerise/ds-icon@1.6.2) (2025-07-24)
|
|
61
47
|
|
|
62
48
|
**Note:** Version bump only for package @synerise/ds-icon
|
|
63
49
|
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
50
|
## [1.6.1](https://github.com/Synerise/synerise-design/compare/@synerise/ds-icon@1.6.0...@synerise/ds-icon@1.6.1) (2025-07-17)
|
|
69
51
|
|
|
70
52
|
**Note:** Version bump only for package @synerise/ds-icon
|
|
71
53
|
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
54
|
# [1.6.0](https://github.com/Synerise/synerise-design/compare/@synerise/ds-icon@1.5.4...@synerise/ds-icon@1.6.0) (2025-07-15)
|
|
77
55
|
|
|
78
|
-
|
|
79
56
|
### Features
|
|
80
57
|
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
58
|
+
- **icon:** new icons ([33f6a5d](https://github.com/Synerise/synerise-design/commit/33f6a5dba0cb18850ae45b7a5f6a75aeb6501d09))
|
|
86
59
|
|
|
87
60
|
## [1.5.4](https://github.com/Synerise/synerise-design/compare/@synerise/ds-icon@1.5.3...@synerise/ds-icon@1.5.4) (2025-07-01)
|
|
88
61
|
|
|
89
62
|
**Note:** Version bump only for package @synerise/ds-icon
|
|
90
63
|
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
64
|
## [1.5.3](https://github.com/Synerise/synerise-design/compare/@synerise/ds-icon@1.5.2...@synerise/ds-icon@1.5.3) (2025-06-24)
|
|
96
65
|
|
|
97
66
|
**Note:** Version bump only for package @synerise/ds-icon
|
|
98
67
|
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
68
|
## [1.5.2](https://github.com/Synerise/synerise-design/compare/@synerise/ds-icon@1.5.1...@synerise/ds-icon@1.5.2) (2025-06-05)
|
|
104
69
|
|
|
105
70
|
**Note:** Version bump only for package @synerise/ds-icon
|