azion-theme 1.16.2 → 1.18.3

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,34 @@
1
+ ## [1.18.3](https://github.com/aziontech/azion-theme/compare/v1.18.2...v1.18.3) (2026-02-25)
2
+
3
+ ### Bug Fixes
4
+
5
+ * trigger, allow empty ([ab231f6](https://github.com/aziontech/azion-theme/commit/ab231f64247e3c4cc026a3cff351d4b92975bdb2))
6
+
7
+ ## [1.18.2](https://github.com/aziontech/azion-theme/compare/v1.18.1...v1.18.2) (2026-02-25)
8
+
9
+ ### Bug Fixes
10
+
11
+ * trigger to test password ([312f433](https://github.com/aziontech/azion-theme/commit/312f433662dbf447f1a3059085dbc87b369cde1c))
12
+
13
+ ## [1.18.1](https://github.com/aziontech/azion-theme/compare/v1.18.0...v1.18.1) (2026-02-25)
14
+
15
+ ### Bug Fixes
16
+
17
+ * trigger ([322d359](https://github.com/aziontech/azion-theme/commit/322d359c536cef3be35d79cf52df56da89ba0ad7))
18
+ * trigger ([a4b3f83](https://github.com/aziontech/azion-theme/commit/a4b3f83eb497079418f2d8dc3788d1cb01170eeb))
19
+
20
+ ## [1.18.0](https://github.com/aziontech/azion-theme/compare/v1.17.0...v1.18.0) (2026-02-25)
21
+
22
+ ### Features
23
+
24
+ * change font to sora ([#74](https://github.com/aziontech/azion-theme/issues/74)) ([4ef00e3](https://github.com/aziontech/azion-theme/commit/4ef00e3c5d1913c0f8d21408afa8fd66d99340b2))
25
+
26
+ ## [1.17.0](https://github.com/aziontech/azion-theme/compare/v1.16.2...v1.17.0) (2025-12-01)
27
+
28
+ ### Features
29
+
30
+ * remove markdown.scss ([#70](https://github.com/aziontech/azion-theme/issues/70)) ([68a87ca](https://github.com/aziontech/azion-theme/commit/68a87ca6e8140cb9cce8e235ad33739a640fec3c))
31
+
1
32
  ## [1.16.2](https://github.com/aziontech/azion-theme/compare/v1.16.1...v1.16.2) (2025-11-25)
2
33
 
3
34
  ### Bug Fixes
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "azion-theme",
3
3
  "type": "module",
4
- "version": "1.16.2",
4
+ "version": "1.18.3",
5
5
  "author": "aziontech",
6
6
  "contributors": [
7
7
  {
@@ -1,4 +1,3 @@
1
- /* Customizations to the designer theme should be defined here */
2
1
  @layer primevue {
3
2
  @import './extended-components/autocomplete';
4
3
  @import './extended-components/button';
@@ -30,7 +30,7 @@
30
30
  --red-800: #8c221c;
31
31
  --red-900: #661814;
32
32
 
33
- --font-family: "Roboto", sans-serif;
33
+ --font-family: "Sora", sans-serif;
34
34
  }
35
35
  // Mandatory Designer Variables
36
36
 
@@ -171,8 +171,8 @@ $colors: (
171
171
  --input-group-bg: #1c1c1c;
172
172
  --input-list-bg: #171717;
173
173
  --input-list-header-bg: #1c1c1c;
174
- --input-overlay-shadow: 0px 0px 0px 1px #3b3b3b,
175
- 0px 5px 10px 0px rgba(0, 0, 0, 0.05);
174
+ --input-overlay-shadow:
175
+ 0px 0px 0px 1px #3b3b3b, 0px 5px 10px 0px rgba(0, 0, 0, 0.05);
176
176
  --checkbox-border: #666666;
177
177
  --calendar-bg: #292929;
178
178
  --calendar-cell-date-today-bg: #f4f4f4;
@@ -189,13 +189,13 @@ $colors: (
189
189
  --panel-content-bg: var(--surface-section);
190
190
  --panel-header-hover-border-color: #171717;
191
191
  --panel-header-text-hover-color: rgba(244, 244, 244, 0.04);
192
- --card-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.02),
193
- 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12),
194
- 0px 0px 0px 1px #3c3c3c;
192
+ --card-shadow:
193
+ 0px 2px 1px -1px rgba(0, 0, 0, 0.02), 0px 1px 1px 0px rgba(0, 0, 0, 0.14),
194
+ 0px 1px 3px 0px rgba(0, 0, 0, 0.12), 0px 0px 0px 1px #3c3c3c;
195
195
  --splitter-gutter-handle-bg: var(--surface-100);
196
- --overlay-container-shadow: 0px 0px 0px 1px #3e3e3e,
197
- 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 11px 15px -7px rgba(0, 0, 0, 0.2),
198
- 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
196
+ --overlay-container-shadow:
197
+ 0px 0px 0px 1px #3e3e3e, 0px 24px 38px 3px rgba(0, 0, 0, 0.14),
198
+ 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
199
199
  --dialog-header-bg: var(--surface-section);
200
200
  --tooltip-text-color: #1c1c1c;
201
201
  --badge-font-weight: 400;
@@ -217,9 +217,9 @@ $colors: (
217
217
  --menu-bg: #1c1c1c;
218
218
  --menu-border: #3e3e3e;
219
219
  --submenu-header-font-weight: 500;
220
- --overlay-menu-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.12),
221
- 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 2px 4px -1px rgba(0, 0, 0, 0.2),
222
- 0px 0px 0px 1px #3c3c3c;
220
+ --overlay-menu-shadow:
221
+ 0px 1px 10px 0px rgba(0, 0, 0, 0.12), 0px 4px 5px 0px rgba(0, 0, 0, 0.14),
222
+ 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 0px 0px 1px #3c3c3c;
223
223
  --horizontal-menu-bg: #1c1c1c;
224
224
  --p-tag-background: #ff6c4729;
225
225
  --p-tag-color: #ff6c47;
@@ -230,7 +230,7 @@ $colors: (
230
230
  --p-tag-danger-background: #f53d3d33;
231
231
  --p-tag-danger-color: #f53d3d;
232
232
  --p-tag-close-background: #404040;
233
- --p-tag-close-color: #FFFFFF;
233
+ --p-tag-close-color: #ffffff;
234
234
  --carousel-indicator: #e9ecef20;
235
235
  --carousel-indicator-highlight: #ededed;
236
236
  --carousel-indicator-hover: #dee2e640;
@@ -343,8 +343,8 @@ $colors: (
343
343
  --input-group-bg: #eaeaea;
344
344
  --input-list-bg: #ffffff;
345
345
  --input-list-header-bg: #f8f9fa;
346
- --input-overlay-shadow: 0px 0px 0px 1px #e7e7e7,
347
- 0px 1px 4px 0px rgba(0, 0, 0, 0.04);
346
+ --input-overlay-shadow:
347
+ 0px 0px 0px 1px #e7e7e7, 0px 1px 4px 0px rgba(0, 0, 0, 0.04);
348
348
  --checkbox-border: var(--surface-border);
349
349
  --calendar-bg: #ffffff;
350
350
  --calendar-cell-date-today-bg: #1e1e1e;
@@ -363,8 +363,8 @@ $colors: (
363
363
  --panel-header-text-hover-color: var(--text-color);
364
364
  --card-shadow: 0px 0px 0px 1px #e7e7e7;
365
365
  --splitter-gutter-handle-bg: #e7e7e7;
366
- --overlay-container-shadow: 0px 0px 0px 1px #e7e7e7,
367
- 0px 5px 10px 0px rgba(0, 0, 0, 0.05);
366
+ --overlay-container-shadow:
367
+ 0px 0px 0px 1px #e7e7e7, 0px 5px 10px 0px rgba(0, 0, 0, 0.05);
368
368
  --dialog-header-bg: var(--surface-section);
369
369
  --tooltip-text-color: #ffffff;
370
370
  --badge-font-weight: 500;
@@ -386,8 +386,8 @@ $colors: (
386
386
  --menu-bg: #ffffff;
387
387
  --menu-border: #e7e7e7;
388
388
  --submenu-header-font-weight: 400;
389
- --overlay-menu-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.04),
390
- 0px 0px 0px 1px #e7e7e7;
389
+ --overlay-menu-shadow:
390
+ 0px 1px 4px 0px rgba(0, 0, 0, 0.04), 0px 0px 0px 1px #e7e7e7;
391
391
  --horizontal-menu-bg: #f8f9fa;
392
392
  --p-tag-background: #ff6c4729;
393
393
  --p-tag-color: #ff6c47;
@@ -398,7 +398,7 @@ $colors: (
398
398
  --p-tag-danger-background: #ef404033;
399
399
  --p-tag-danger-color: #ef4040;
400
400
  --p-tag-close-background: #404040;
401
- --p-tag-close-color: #FFFFFF;
401
+ --p-tag-close-color: #ffffff;
402
402
  --carousel-indicator: #e9ecef;
403
403
  --carousel-indicator-highlight: #1c1c1c;
404
404
  --carousel-indicator-hover: #dee2e6;
@@ -1,3 +1,9 @@
1
+ .surface-card {
2
+ .p-divider-content {
3
+ background-color: var(--surface-card) !important;
4
+ }
5
+ }
6
+
1
7
  .p-divider {
2
8
  .p-divider-content {
3
9
  background-color: $panelContentBg;
@@ -132,4 +132,4 @@
132
132
 
133
133
  .astro-code {
134
134
  background-color: var(--surface-400) !important;
135
- }
135
+ }
@@ -1,7 +1,16 @@
1
+ .surface-card {
2
+ .p-divider-content {
3
+ background-color: var(--surface-card) !important;
4
+ }
5
+ }
6
+
1
7
  .p-divider {
2
- .p-divider-content {
3
- background-color: $panelContentBg;
4
- }
8
+ .p-divider-content {
9
+ background-color: $panelContentBg;
10
+ }
11
+
12
+
13
+
5
14
 
6
15
  &.p-divider-horizontal {
7
16
  margin: $dividerHorizontalMargin;