azion-theme 1.18.3 → 1.18.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 CHANGED
@@ -1,3 +1,9 @@
1
+ ## [1.18.4](https://github.com/aziontech/azion-theme/compare/v1.18.3...v1.18.4) (2026-03-09)
2
+
3
+ ### Bug Fixes
4
+
5
+ * jsonforms function formbuilder icons ([#76](https://github.com/aziontech/azion-theme/issues/76)) ([62b4e74](https://github.com/aziontech/azion-theme/commit/62b4e745660b1a062fbc9173d55029932c73e15b))
6
+
1
7
  ## [1.18.3](https://github.com/aziontech/azion-theme/compare/v1.18.2...v1.18.3) (2026-02-25)
2
8
 
3
9
  ### Bug Fixes
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "azion-theme",
3
3
  "type": "module",
4
- "version": "1.18.3",
4
+ "version": "1.18.4",
5
5
  "author": "aziontech",
6
6
  "contributors": [
7
7
  {
@@ -28,7 +28,7 @@
28
28
 
29
29
  &::before {
30
30
  font-family: "primeicons";
31
- content: "\e909";
31
+ content: "\f1f1";
32
32
  display: block;
33
33
  position: absolute;
34
34
  top: -1px;
@@ -106,7 +106,7 @@
106
106
  }
107
107
 
108
108
  &::before {
109
- content: '\e90d';
109
+ content: '\f16e';
110
110
  display: block;
111
111
  position: absolute;
112
112
  font-family: "primeicons";
@@ -168,15 +168,15 @@
168
168
  }
169
169
 
170
170
  .array-list-item-move-up::before {
171
- content: '\e91c';
171
+ content: '\f21c';
172
172
  }
173
173
 
174
174
  .array-list-item-move-down::before {
175
- content: '\e919';
175
+ content: '\f223';
176
176
  }
177
177
 
178
178
  .array-list-item-delete::before {
179
- content: '\e93d';
179
+ content: '\f11e';
180
180
  }
181
181
  }
182
182
  }