@elementor/icons 0.8.0 → 0.8.2
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 +15 -60
- package/dist/index.js +554 -63
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +554 -63
- package/dist/index.mjs.map +1 -1
- package/package.json +37 -37
- package/src/components/adjustments-horizontal-icon.tsx +5 -1
- package/src/components/ai-icon.tsx +5 -1
- package/src/components/archive-template-icon.tsx +5 -1
- package/src/components/arrow-up-right-icon.tsx +5 -1
- package/src/components/checked-circle-icon.tsx +10 -2
- package/src/components/chevron-down-icon.tsx +5 -1
- package/src/components/chevron-right-icon.tsx +5 -1
- package/src/components/container-template-icon.tsx +5 -1
- package/src/components/copy-icon.tsx +5 -1
- package/src/components/desktop-icon.tsx +5 -1
- package/src/components/erase-icon.tsx +5 -1
- package/src/components/error-404-template-icon.tsx +5 -1
- package/src/components/expand-icon.tsx +20 -4
- package/src/components/eye-icon.tsx +5 -1
- package/src/components/file-report-icon.tsx +5 -1
- package/src/components/folder-icon.tsx +5 -1
- package/src/components/footer-template-icon.tsx +5 -1
- package/src/components/header-template-icon.tsx +5 -1
- package/src/components/help-icon.tsx +5 -1
- package/src/components/history-icon.tsx +5 -1
- package/src/components/home-icon.tsx +5 -1
- package/src/components/keyboard-icon.tsx +5 -1
- package/src/components/landing-page-template-icon.tsx +5 -1
- package/src/components/laptop-icon.tsx +5 -1
- package/src/components/link-icon.tsx +19 -4
- package/src/components/loop-item-template-icon.tsx +10 -2
- package/src/components/message-icon.tsx +5 -1
- package/src/components/mobile-icon.tsx +5 -1
- package/src/components/mobile-landscape-icon.tsx +5 -1
- package/src/components/page-template-icon.tsx +5 -1
- package/src/components/page-type-icon.tsx +5 -1
- package/src/components/pages-icon.tsx +5 -1
- package/src/components/plug-icon.tsx +5 -1
- package/src/components/plus-icon.tsx +5 -1
- package/src/components/popup-template-icon.tsx +15 -3
- package/src/components/post-type-icon.tsx +5 -1
- package/src/components/refresh-icon.tsx +12 -2
- package/src/components/search-icon.tsx +5 -1
- package/src/components/search-results-template-icon.tsx +5 -1
- package/src/components/section-template-icon.tsx +5 -1
- package/src/components/settings-icon.tsx +5 -1
- package/src/components/shrink-icon.tsx +40 -8
- package/src/components/structure-icon.tsx +5 -1
- package/src/components/tablet-icon.tsx +5 -1
- package/src/components/tablet-landscape-icon.tsx +5 -1
- package/src/components/theme-builder-icon.tsx +5 -1
- package/src/components/toggle-right-icon.tsx +5 -1
- package/src/components/trash-icon.tsx +5 -1
- package/src/components/upgrade-icon.tsx +5 -1
- package/src/components/widescreen-icon.tsx +5 -1
- package/src/components/wordpress-icon.tsx +5 -1
- package/src/components/x-icon.tsx +10 -2
package/CHANGELOG.md
CHANGED
|
@@ -3,123 +3,78 @@
|
|
|
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
|
-
|
|
7
|
-
|
|
6
|
+
## [0.8.2](https://github.com/elementor/elementor-packages/compare/@elementor/icons@0.8.1...@elementor/icons@0.8.2) (2024-07-16)
|
|
8
7
|
|
|
9
|
-
|
|
8
|
+
**Note:** Version bump only for package @elementor/icons
|
|
10
9
|
|
|
11
|
-
|
|
10
|
+
## [0.8.1](https://github.com/elementor/elementor-packages/compare/@elementor/icons@0.8.0...@elementor/icons@0.8.1) (2024-07-03)
|
|
12
11
|
|
|
12
|
+
**Note:** Version bump only for package @elementor/icons
|
|
13
13
|
|
|
14
|
+
# [0.8.0](https://github.com/elementor/elementor-packages/compare/@elementor/icons@0.7.3...@elementor/icons@0.8.0) (2024-05-09)
|
|
14
15
|
|
|
16
|
+
### Features
|
|
15
17
|
|
|
18
|
+
- conversions - add logic to top bar for links page ([#181](https://github.com/elementor/elementor-packages/issues/181)) ([19b3d82](https://github.com/elementor/elementor-packages/commit/19b3d82b3795917e8d0aaaf40da36309ec83da97))
|
|
16
19
|
|
|
17
20
|
## [0.7.3](https://github.com/elementor/elementor-packages/compare/@elementor/icons@0.7.2...@elementor/icons@0.7.3) (2024-03-05)
|
|
18
21
|
|
|
19
|
-
|
|
20
22
|
### Bug Fixes
|
|
21
23
|
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
24
|
+
- **icons:** ui as peer dependency [ED-13956] ([#167](https://github.com/elementor/elementor-packages/issues/167)) ([99e3343](https://github.com/elementor/elementor-packages/commit/99e33439c76228e3d1d6ca3d655bff1c68872f4a))
|
|
27
25
|
|
|
28
26
|
## [0.7.2](https://github.com/elementor/elementor-packages/compare/@elementor/icons@0.7.1...@elementor/icons@0.7.2) (2023-11-07)
|
|
29
27
|
|
|
30
28
|
**Note:** Version bump only for package @elementor/icons
|
|
31
29
|
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
30
|
## [0.7.1](https://github.com/elementor/elementor-packages/compare/@elementor/icons@0.7.0...@elementor/icons@0.7.1) (2023-10-19)
|
|
37
31
|
|
|
38
32
|
**Note:** Version bump only for package @elementor/icons
|
|
39
33
|
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
34
|
# [0.7.0](https://github.com/elementor/elementor-packages/compare/@elementor/icons@0.6.1...@elementor/icons@0.7.0) (2023-08-01)
|
|
45
35
|
|
|
46
|
-
|
|
47
36
|
### Features
|
|
48
37
|
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
38
|
+
- **app-bar:** introduce integrations menu [ED-11437] ([#93](https://github.com/elementor/elementor-packages/issues/93)) ([507f367](https://github.com/elementor/elementor-packages/commit/507f367ea54e80ed29c22b64fe93f15353327c21))
|
|
54
39
|
|
|
55
40
|
## [0.6.1](https://github.com/elementor/elementor-packages/compare/@elementor/icons@0.6.0...@elementor/icons@0.6.1) (2023-06-29)
|
|
56
41
|
|
|
57
42
|
**Note:** Version bump only for package @elementor/icons
|
|
58
43
|
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
44
|
# [0.6.0](https://github.com/elementor/elementor-packages/compare/@elementor/icons@0.5.0...@elementor/icons@0.6.0) (2023-06-26)
|
|
64
45
|
|
|
65
|
-
|
|
66
46
|
### Features
|
|
67
47
|
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
48
|
+
- added panel infrastructure to pages panel [ED-10863] ([#65](https://github.com/elementor/elementor-packages/issues/65)) ([e743522](https://github.com/elementor/elementor-packages/commit/e743522558b9e7cdf40e2c2dcf71e4049c815992))
|
|
73
49
|
|
|
74
50
|
# [0.5.0](https://github.com/elementor/elementor-packages/compare/@elementor/icons@0.4.0...@elementor/icons@0.5.0) (2023-06-25)
|
|
75
51
|
|
|
76
|
-
|
|
77
52
|
### Features
|
|
78
53
|
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
54
|
+
- **site-navigation:** pages navigation panel UI [ED-10871] ([#51](https://github.com/elementor/elementor-packages/issues/51)) ([594427c](https://github.com/elementor/elementor-packages/commit/594427c3c296fe664577319bba29bf711f6bbdde))
|
|
84
55
|
|
|
85
56
|
# [0.4.0](https://github.com/elementor/elementor-packages/compare/@elementor/icons@0.3.0...@elementor/icons@0.4.0) (2023-06-06)
|
|
86
57
|
|
|
87
|
-
|
|
88
58
|
### Features
|
|
89
59
|
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
60
|
+
- drop support for React 17 [ED-10982] ([#50](https://github.com/elementor/elementor-packages/issues/50)) ([59c576c](https://github.com/elementor/elementor-packages/commit/59c576ca218947dc0992616311d4d399a20e91a6))
|
|
95
61
|
|
|
96
62
|
# 0.3.0 (2023-06-01)
|
|
97
63
|
|
|
98
|
-
|
|
99
64
|
### Features
|
|
100
65
|
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
66
|
+
- add support for React 18 [ED-10905] ([#46](https://github.com/elementor/elementor-packages/issues/46)) ([c8915c6](https://github.com/elementor/elementor-packages/commit/c8915c6ea62550bcdeb5c8a576f311bedc35bcad))
|
|
104
67
|
|
|
105
68
|
## 0.2.1 (2023-05-11)
|
|
106
69
|
|
|
107
|
-
|
|
108
70
|
### Bug Fixes
|
|
109
71
|
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
72
|
+
- **editor-app-bar:** make save options button disabled in site-settings [ED-10221] ([#30](https://github.com/elementor/elementor-packages/issues/30)) ([1991096](https://github.com/elementor/elementor-packages/commit/1991096115efeae7bc3648e4889899b85d7328d6))
|
|
113
73
|
|
|
114
74
|
# 0.2.0 (2023-05-09)
|
|
115
75
|
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
76
|
## [0.2.1](https://github.com/elementor/elementor-packages/compare/v0.2.0...v0.2.1) (2023-05-11)
|
|
121
77
|
|
|
122
|
-
|
|
123
78
|
### Bug Fixes
|
|
124
79
|
|
|
125
|
-
|
|
80
|
+
- **editor-app-bar:** make save options button disabled in site-settings [ED-10221] ([#30](https://github.com/elementor/elementor-packages/issues/30)) ([1991096](https://github.com/elementor/elementor-packages/commit/1991096115efeae7bc3648e4889899b85d7328d6))
|