@gravitee/ui-particles-angular 11.3.0-angular-17-e6e974d → 11.3.0-angular-17-0246c3e
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/esm2022/lib/gio-banner/gio-banner.component.mjs +10 -10
- package/esm2022/lib/gio-form-cron/gio-form-cron.component.mjs +2 -2
- package/esm2022/lib/gio-form-file-picker/gio-form-file-picker-add-button/gio-form-file-picker-add-button.component.mjs +2 -2
- package/esm2022/lib/gio-form-file-picker/gio-form-file-picker.component.mjs +2 -2
- package/esm2022/lib/gio-form-headers/gio-form-headers.component.mjs +2 -2
- package/esm2022/lib/gio-form-json-schema/type-component/array-type.component.mjs +2 -2
- package/esm2022/lib/gio-form-json-schema/type-component/headers-type.component.mjs +2 -2
- package/esm2022/lib/gio-form-json-schema/type-component/multischema-type.component.mjs +2 -2
- package/esm2022/lib/gio-form-json-schema/type-component/object-type.component.mjs +2 -2
- package/esm2022/lib/gio-form-json-schema/wrappers/gio-banner-wrapper.component.mjs +2 -2
- package/esm2022/lib/gio-form-slide-toggle/gio-form-slide-toggle.component.mjs +2 -2
- package/esm2022/lib/gio-license/gio-license-dialog/gio-license-dialog.component.mjs +2 -2
- package/esm2022/lib/gio-license-expiration-notification/gio-license-expiration-notification.component.mjs +2 -2
- package/esm2022/lib/gio-save-bar/gio-save-bar.component.mjs +3 -3
- package/esm2022/lib/oem-theme/gio-menu/gio-menu-search/gio-menu-search.component.mjs +2 -2
- package/esm2022/lib/oem-theme/gio-top-bar/gio-top-bar-content/gio-top-bar-content.component.mjs +2 -2
- package/esm2022/lib/oem-theme/gio-top-bar/gio-top-bar-link/gio-top-bar-link.component.mjs +2 -2
- package/esm2022/src/lib/gio-asciidoctor/gio-asciidoctor.component.mjs +2 -2
- package/fesm2022/gravitee-ui-particles-angular-src-lib-gio-asciidoctor.mjs +2 -2
- package/fesm2022/gravitee-ui-particles-angular-src-lib-gio-asciidoctor.mjs.map +1 -1
- package/fesm2022/gravitee-ui-particles-angular.mjs +42 -42
- package/fesm2022/gravitee-ui-particles-angular.mjs.map +1 -1
- package/package.json +4 -4
- package/src/scss/gio-fonts.scss +6 -6
- package/src/scss/gio-mat-theme-variable.scss +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gravitee/ui-particles-angular",
|
|
3
|
-
"version": "11.3.0-angular-17-
|
|
3
|
+
"version": "11.3.0-angular-17-0246c3e",
|
|
4
4
|
"description": "Gravitee.io - UI Particles Angular",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -8,9 +8,9 @@
|
|
|
8
8
|
},
|
|
9
9
|
"license": "Apache-2.0",
|
|
10
10
|
"dependencies": {
|
|
11
|
-
"@fontsource/fira-mono": "
|
|
12
|
-
"@fontsource/golos-
|
|
13
|
-
"@fontsource/material-icons": "
|
|
11
|
+
"@fontsource/fira-mono": "4.5.0",
|
|
12
|
+
"@fontsource/golos-ui": "^4.5.1",
|
|
13
|
+
"@fontsource/material-icons": "4.5.1",
|
|
14
14
|
"cronstrue": "^2.48.0",
|
|
15
15
|
"tslib": "^2.6.2"
|
|
16
16
|
},
|
package/src/scss/gio-fonts.scss
CHANGED
|
@@ -23,16 +23,16 @@
|
|
|
23
23
|
@if $withTilde == true {
|
|
24
24
|
@import '~@fontsource/material-icons/400.css';
|
|
25
25
|
@import '~@fontsource/fira-mono/400.css';
|
|
26
|
-
@import '~@fontsource/golos-
|
|
27
|
-
@import '~@fontsource/golos-
|
|
28
|
-
@import '~@fontsource/golos-
|
|
26
|
+
@import '~@fontsource/golos-ui/400.css';
|
|
27
|
+
@import '~@fontsource/golos-ui/500.css';
|
|
28
|
+
@import '~@fontsource/golos-ui/600.css';
|
|
29
29
|
}
|
|
30
30
|
|
|
31
31
|
@if $withTilde == false {
|
|
32
32
|
@import '@fontsource/material-icons/400.css';
|
|
33
33
|
@import '@fontsource/fira-mono/400.css';
|
|
34
|
-
@import '@fontsource/golos-
|
|
35
|
-
@import '@fontsource/golos-
|
|
36
|
-
@import '@fontsource/golos-
|
|
34
|
+
@import '@fontsource/golos-ui/400.css';
|
|
35
|
+
@import '@fontsource/golos-ui/500.css';
|
|
36
|
+
@import '@fontsource/golos-ui/600.css';
|
|
37
37
|
}
|
|
38
38
|
}
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
|
|
21
21
|
// Config mat Typography
|
|
22
22
|
$mat-typography: mat.define-typography-config(
|
|
23
|
-
$font-family: '"Golos
|
|
23
|
+
$font-family: '"Golos UI", Roboto, "Helvetica Neue", sans-serif',
|
|
24
24
|
$headline-1: mat.define-typography-level(112px, 112px, 400, $letter-spacing: -0.05em),
|
|
25
25
|
$headline-2: mat.define-typography-level(56px, 56px, 400, $letter-spacing: -0.02em),
|
|
26
26
|
$headline-3: mat.define-typography-level(45px, 48px, 400, $letter-spacing: -0.005em),
|