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
|
@@ -106,7 +106,7 @@
|
|
|
106
106
|
}
|
|
107
107
|
|
|
108
108
|
&::before {
|
|
109
|
-
content: '\
|
|
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: '\
|
|
171
|
+
content: '\f21c';
|
|
172
172
|
}
|
|
173
173
|
|
|
174
174
|
.array-list-item-move-down::before {
|
|
175
|
-
content: '\
|
|
175
|
+
content: '\f223';
|
|
176
176
|
}
|
|
177
177
|
|
|
178
178
|
.array-list-item-delete::before {
|
|
179
|
-
content: '\
|
|
179
|
+
content: '\f11e';
|
|
180
180
|
}
|
|
181
181
|
}
|
|
182
182
|
}
|