@gravitee/ui-particles-angular 14.2.0-update-gravitee-theme-cc530fb → 14.2.0-update-gravitee-theme-e0d869e
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/assets/gio-icons.svg
CHANGED
|
@@ -574,7 +574,7 @@
|
|
|
574
574
|
<path fill="currentColor" d="M5.134.81a.96.96 0 0 1-.056 1.356L1.86 5.132A.96.96 0 0 1 .56 3.72L3.776.754a.96.96 0 0 1 1.357.055Zm13.758 0a.96.96 0 0 0 .056 1.356l3.218 2.966a.959.959 0 1 0 1.301-1.41L20.248.756a.959.959 0 0 0-1.357.053Z"/>
|
|
575
575
|
</symbol>
|
|
576
576
|
<symbol id="gravitee" fill="none" viewBox="0 0 24 24">
|
|
577
|
-
<path fill="currentColor" fill-rule="evenodd" d="
|
|
577
|
+
<path fill="currentColor" fill-rule="evenodd" d="M11.5535 2C6.27727 2.00008 2.00005 6.47719 2 12C2 17.5228 6.27719 22 11.5536 22H15.9136V17.1026H22L17.4219 11.5088H11.3054L15.879 17.0972H11.5536C8.86411 17.0972 6.68403 14.8151 6.68395 12C6.68395 9.18499 8.86415 6.9029 11.5536 6.90281C12.89 6.90286 14.1 7.46567 14.9804 8.37851L15.3665 8.77881L18.6369 5.26621L18.2545 4.87237C16.5307 3.09661 14.1639 2.00004 11.5535 2Z" clip-rule="evenodd"/>
|
|
578
578
|
</symbol>
|
|
579
579
|
<symbol id="product-cockpit" fill="none" viewBox="0 0 24 24">
|
|
580
580
|
<path fill="currentColor" fill-rule="evenodd" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".5" d="m11.616 3.52-8.137 3.8a1.037 1.037 0 0 0-.04.058.084.084 0 0 0 .038.06l8.137 3.752a.88.88 0 0 0 .762.001l8.137-3.801a1.468 1.468 0 0 0 .04-.058.084.084 0 0 0-.038-.06L12.378 3.52a.88.88 0 0 0-.762 0ZM3.501 7.293s0 0 0 0h0Zm7.529-5.082a2.305 2.305 0 0 1 1.932 0l.009.004 8.158 3.761a.742.742 0 0 1 .021.01c.745.373 1.068 1.32.652 2.05a.701.701 0 0 1-.026.041l-.008.012c-.045.067-.12.181-.212.283-.095.105-.24.24-.45.32l-8.132 3.8-.012.005a2.306 2.306 0 0 1-1.932 0l-.008-.004-8.16-3.761a.702.702 0 0 1-.02-.01c-.745-.373-1.068-1.32-.651-2.05a.71.71 0 0 1 .033-.053c.045-.067.12-.18.212-.283.095-.105.24-.24.45-.32l8.132-3.8.012-.005Zm10.9 9.984a.717.717 0 0 1-.35.95l-8.71 4.012a2.368 2.368 0 0 1-1.8 0l-8.659-4.013a.717.717 0 0 1 .6-1.3l8.633 4a.936.936 0 0 0 .655 0l8.683-4a.714.714 0 0 1 .948.351Zm0 4.664a.717.717 0 0 1-.35.95l-8.71 4.012a2.369 2.369 0 0 1-1.8 0l-8.659-4.013a.717.717 0 0 1 .6-1.3l8.633 4a.936.936 0 0 0 .655-.001l8.683-4a.714.714 0 0 1 .948.352Z" clip-rule="evenodd"/>
|
package/package.json
CHANGED
|
@@ -431,14 +431,12 @@ $mat-method-palette: mat.m2-define-palette(
|
|
|
431
431
|
// Gradient to be used for buttons and logo
|
|
432
432
|
$mat-gradient-palette: mat.m2-define-palette(
|
|
433
433
|
(
|
|
434
|
-
button: linear-gradient(
|
|
435
|
-
logo: linear-gradient(222.67deg, #ff7200 7.45%, #f01114 94.83%),
|
|
434
|
+
button: linear-gradient(222.67deg, #ff7200 7.45%, #f01114 94.83%),
|
|
436
435
|
contrast: (
|
|
437
436
|
button: #fff,
|
|
438
|
-
logo: #fff,
|
|
439
437
|
),
|
|
440
438
|
),
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
439
|
+
button,
|
|
440
|
+
button,
|
|
441
|
+
button
|
|
444
442
|
);
|
|
@@ -40,5 +40,17 @@
|
|
|
40
40
|
font-size: 22px;
|
|
41
41
|
}
|
|
42
42
|
}
|
|
43
|
+
|
|
44
|
+
&[color='primary'] {
|
|
45
|
+
@include mat.button-overrides(
|
|
46
|
+
(
|
|
47
|
+
filled-label-text-color: mat.m2-get-color-from-palette(palettes.$mat-gradient-palette, button-contrast),
|
|
48
|
+
text-label-text-color: mat.m2-get-color-from-palette(palettes.$mat-gradient-palette, button-contrast),
|
|
49
|
+
outlined-label-text-color: mat.m2-get-color-from-palette(palettes.$mat-gradient-palette, button-contrast),
|
|
50
|
+
)
|
|
51
|
+
);
|
|
52
|
+
|
|
53
|
+
background: mat.m2-get-color-from-palette(palettes.$mat-gradient-palette, button);
|
|
54
|
+
}
|
|
43
55
|
}
|
|
44
56
|
}
|