@elementor/icons 0.8.1 → 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 +12 -65
- 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,131 +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
|
-
## [0.8.
|
|
6
|
+
## [0.8.2](https://github.com/elementor/elementor-packages/compare/@elementor/icons@0.8.1...@elementor/icons@0.8.2) (2024-07-16)
|
|
7
7
|
|
|
8
8
|
**Note:** Version bump only for package @elementor/icons
|
|
9
9
|
|
|
10
|
+
## [0.8.1](https://github.com/elementor/elementor-packages/compare/@elementor/icons@0.8.0...@elementor/icons@0.8.1) (2024-07-03)
|
|
10
11
|
|
|
11
|
-
|
|
12
|
-
|
|
12
|
+
**Note:** Version bump only for package @elementor/icons
|
|
13
13
|
|
|
14
14
|
# [0.8.0](https://github.com/elementor/elementor-packages/compare/@elementor/icons@0.7.3...@elementor/icons@0.8.0) (2024-05-09)
|
|
15
15
|
|
|
16
|
-
|
|
17
16
|
### Features
|
|
18
17
|
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
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))
|
|
24
19
|
|
|
25
20
|
## [0.7.3](https://github.com/elementor/elementor-packages/compare/@elementor/icons@0.7.2...@elementor/icons@0.7.3) (2024-03-05)
|
|
26
21
|
|
|
27
|
-
|
|
28
22
|
### Bug Fixes
|
|
29
23
|
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
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))
|
|
35
25
|
|
|
36
26
|
## [0.7.2](https://github.com/elementor/elementor-packages/compare/@elementor/icons@0.7.1...@elementor/icons@0.7.2) (2023-11-07)
|
|
37
27
|
|
|
38
28
|
**Note:** Version bump only for package @elementor/icons
|
|
39
29
|
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
30
|
## [0.7.1](https://github.com/elementor/elementor-packages/compare/@elementor/icons@0.7.0...@elementor/icons@0.7.1) (2023-10-19)
|
|
45
31
|
|
|
46
32
|
**Note:** Version bump only for package @elementor/icons
|
|
47
33
|
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
34
|
# [0.7.0](https://github.com/elementor/elementor-packages/compare/@elementor/icons@0.6.1...@elementor/icons@0.7.0) (2023-08-01)
|
|
53
35
|
|
|
54
|
-
|
|
55
36
|
### Features
|
|
56
37
|
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
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))
|
|
62
39
|
|
|
63
40
|
## [0.6.1](https://github.com/elementor/elementor-packages/compare/@elementor/icons@0.6.0...@elementor/icons@0.6.1) (2023-06-29)
|
|
64
41
|
|
|
65
42
|
**Note:** Version bump only for package @elementor/icons
|
|
66
43
|
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
44
|
# [0.6.0](https://github.com/elementor/elementor-packages/compare/@elementor/icons@0.5.0...@elementor/icons@0.6.0) (2023-06-26)
|
|
72
45
|
|
|
73
|
-
|
|
74
46
|
### Features
|
|
75
47
|
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
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))
|
|
81
49
|
|
|
82
50
|
# [0.5.0](https://github.com/elementor/elementor-packages/compare/@elementor/icons@0.4.0...@elementor/icons@0.5.0) (2023-06-25)
|
|
83
51
|
|
|
84
|
-
|
|
85
52
|
### Features
|
|
86
53
|
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
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))
|
|
92
55
|
|
|
93
56
|
# [0.4.0](https://github.com/elementor/elementor-packages/compare/@elementor/icons@0.3.0...@elementor/icons@0.4.0) (2023-06-06)
|
|
94
57
|
|
|
95
|
-
|
|
96
58
|
### Features
|
|
97
59
|
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
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))
|
|
103
61
|
|
|
104
62
|
# 0.3.0 (2023-06-01)
|
|
105
63
|
|
|
106
|
-
|
|
107
64
|
### Features
|
|
108
65
|
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
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))
|
|
112
67
|
|
|
113
68
|
## 0.2.1 (2023-05-11)
|
|
114
69
|
|
|
115
|
-
|
|
116
70
|
### Bug Fixes
|
|
117
71
|
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
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))
|
|
121
73
|
|
|
122
74
|
# 0.2.0 (2023-05-09)
|
|
123
75
|
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
76
|
## [0.2.1](https://github.com/elementor/elementor-packages/compare/v0.2.0...v0.2.1) (2023-05-11)
|
|
129
77
|
|
|
130
|
-
|
|
131
78
|
### Bug Fixes
|
|
132
79
|
|
|
133
|
-
|
|
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))
|