@gravitee/ui-particles-angular 12.22.2 → 13.0.0-minor-improvements-3a9e5ec

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.
Files changed (128) hide show
  1. package/README.md +1 -1
  2. package/assets/gio-icons.svg +4 -0
  3. package/esm2022/gio-asciidoctor/gio-asciidoctor.component.mjs +3 -3
  4. package/esm2022/gio-asciidoctor/gio-asciidoctor.module.mjs +4 -4
  5. package/esm2022/gio-asciidoctor/gio-asciidoctor.service.mjs +3 -3
  6. package/esm2022/lib/gio-avatar/gio-avatar.component.mjs +3 -3
  7. package/esm2022/lib/gio-avatar/gio-avatar.module.mjs +4 -4
  8. package/esm2022/lib/gio-banner/gio-banner.component.mjs +21 -21
  9. package/esm2022/lib/gio-banner/gio-banner.module.mjs +4 -4
  10. package/esm2022/lib/gio-breadcrumb/gio-breadcrumb-item.directive.mjs +3 -3
  11. package/esm2022/lib/gio-breadcrumb/gio-breadcrumb.component.mjs +3 -3
  12. package/esm2022/lib/gio-breadcrumb/gio-breadcrumb.module.mjs +4 -4
  13. package/esm2022/lib/gio-card-empty-state/gio-card-empty-state.component.mjs +3 -3
  14. package/esm2022/lib/gio-card-empty-state/gio-card-empty-state.module.mjs +4 -4
  15. package/esm2022/lib/gio-clipboard/gio-clipboard-copy-icon.component.mjs +3 -3
  16. package/esm2022/lib/gio-clipboard/gio-clipboard-copy-wrapper.component.mjs +3 -3
  17. package/esm2022/lib/gio-clipboard/gio-clipboard.base.component.mjs +3 -3
  18. package/esm2022/lib/gio-clipboard/gio-clipboard.module.mjs +4 -4
  19. package/esm2022/lib/gio-confirm-and-validate-dialog/gio-confirm-and-validate-dialog.component.mjs +3 -3
  20. package/esm2022/lib/gio-confirm-and-validate-dialog/gio-confirm-and-validate-dialog.module.mjs +4 -4
  21. package/esm2022/lib/gio-confirm-dialog/gio-confirm-dialog.component.mjs +3 -3
  22. package/esm2022/lib/gio-confirm-dialog/gio-confirm-dialog.module.mjs +4 -4
  23. package/esm2022/lib/gio-form-cron/gio-form-cron-hint.component.mjs +3 -3
  24. package/esm2022/lib/gio-form-cron/gio-form-cron-label.component.mjs +3 -3
  25. package/esm2022/lib/gio-form-cron/gio-form-cron.component.mjs +6 -6
  26. package/esm2022/lib/gio-form-cron/gio-form-cron.module.mjs +4 -4
  27. package/esm2022/lib/gio-form-file-picker/gio-form-file-picker-add-button/gio-form-file-picker-add-button.component.mjs +3 -3
  28. package/esm2022/lib/gio-form-file-picker/gio-form-file-picker-empty/gio-form-file-picker-empty.component.mjs +3 -3
  29. package/esm2022/lib/gio-form-file-picker/gio-form-file-picker-label/gio-form-file-picker-label.component.mjs +3 -3
  30. package/esm2022/lib/gio-form-file-picker/gio-form-file-picker.component.mjs +3 -3
  31. package/esm2022/lib/gio-form-file-picker/gio-form-file-picker.module.mjs +4 -4
  32. package/esm2022/lib/gio-form-focus-first-invalid/gio-form-focus-first-invalid-ignore.directive.mjs +3 -3
  33. package/esm2022/lib/gio-form-focus-first-invalid/gio-form-focus-first-invalid.directive.mjs +9 -9
  34. package/esm2022/lib/gio-form-focus-first-invalid/gio-form-focus-first-invalid.module.mjs +4 -4
  35. package/esm2022/lib/gio-form-headers/gio-form-headers-label.component.mjs +3 -3
  36. package/esm2022/lib/gio-form-headers/gio-form-headers.component.mjs +3 -3
  37. package/esm2022/lib/gio-form-headers/gio-form-headers.module.mjs +4 -4
  38. package/esm2022/lib/gio-form-json-schema/gio-form-json-schema.component.mjs +3 -3
  39. package/esm2022/lib/gio-form-json-schema/gio-form-json-schema.module.mjs +4 -4
  40. package/esm2022/lib/gio-form-json-schema/gio-formly-json-schema.service.mjs +3 -3
  41. package/esm2022/lib/gio-form-json-schema/type-component/array-type.component.mjs +3 -3
  42. package/esm2022/lib/gio-form-json-schema/type-component/code-editor-type.component.mjs +3 -3
  43. package/esm2022/lib/gio-form-json-schema/type-component/cron-type.component.mjs +3 -3
  44. package/esm2022/lib/gio-form-json-schema/type-component/headers-type.component.mjs +3 -3
  45. package/esm2022/lib/gio-form-json-schema/type-component/multischema-type.component.mjs +3 -3
  46. package/esm2022/lib/gio-form-json-schema/type-component/null-type.component.mjs +3 -3
  47. package/esm2022/lib/gio-form-json-schema/type-component/object-type.component.mjs +3 -3
  48. package/esm2022/lib/gio-form-json-schema/type-component/toggle-type.component.mjs +4 -4
  49. package/esm2022/lib/gio-form-json-schema/wrappers/gio-banner-wrapper.component.mjs +3 -3
  50. package/esm2022/lib/gio-form-json-schema/wrappers/gio-password-eye.component.mjs +3 -3
  51. package/esm2022/lib/gio-form-selection-inline/gio-form-selection-inline-card-content/gio-form-selection-inline-card-content.component.mjs +9 -9
  52. package/esm2022/lib/gio-form-selection-inline/gio-form-selection-inline-card.component.mjs +3 -3
  53. package/esm2022/lib/gio-form-selection-inline/gio-form-selection-inline.component.mjs +3 -3
  54. package/esm2022/lib/gio-form-selection-inline/gio-form-selection-inline.module.mjs +4 -4
  55. package/esm2022/lib/gio-form-slide-toggle/gio-form-label.directive.mjs +9 -9
  56. package/esm2022/lib/gio-form-slide-toggle/gio-form-slide-toggle.component.mjs +3 -3
  57. package/esm2022/lib/gio-form-slide-toggle/gio-form-slide-toggle.module.mjs +4 -4
  58. package/esm2022/lib/gio-form-tags-input/gio-form-tags-input.component.mjs +3 -3
  59. package/esm2022/lib/gio-form-tags-input/gio-form-tags-input.module.mjs +4 -4
  60. package/esm2022/lib/gio-icons/gio-icons.module.mjs +4 -4
  61. package/esm2022/lib/gio-license/gio-license-dialog/gio-license-dialog.component.mjs +3 -3
  62. package/esm2022/lib/gio-license/gio-license-dialog/gio-license-dialog.module.mjs +4 -4
  63. package/esm2022/lib/gio-license/gio-license.directive.mjs +3 -3
  64. package/esm2022/lib/gio-license/gio-license.module.mjs +4 -4
  65. package/esm2022/lib/gio-license/gio-license.service.mjs +3 -3
  66. package/esm2022/lib/gio-license/gio-license.testing.module.mjs +4 -4
  67. package/esm2022/lib/gio-license-expiration-notification/gio-license-expiration-notification.component.mjs +3 -3
  68. package/esm2022/lib/gio-license-expiration-notification/gio-license-expiration-notification.module.mjs +4 -4
  69. package/esm2022/lib/gio-loader/gio-loader.component.mjs +3 -3
  70. package/esm2022/lib/gio-loader/gio-loader.module.mjs +4 -4
  71. package/esm2022/lib/gio-mat-config/gio-mat-config.module.mjs +4 -4
  72. package/esm2022/lib/gio-monaco-editor/gio-monaco-editor-form-field.directive.mjs +3 -3
  73. package/esm2022/lib/gio-monaco-editor/gio-monaco-editor.component.mjs +3 -3
  74. package/esm2022/lib/gio-monaco-editor/gio-monaco-editor.module.mjs +4 -4
  75. package/esm2022/lib/gio-monaco-editor/gio-monaco-editor.testing.component.mjs +3 -3
  76. package/esm2022/lib/gio-monaco-editor/services/gio-language-el.service.mjs +3 -3
  77. package/esm2022/lib/gio-monaco-editor/services/gio-language-json.service.mjs +3 -3
  78. package/esm2022/lib/gio-monaco-editor/services/gio-monaco-editor.service.mjs +3 -3
  79. package/esm2022/lib/gio-pipe/gio.pipe.module.mjs +4 -4
  80. package/esm2022/lib/gio-pipe/safe.pipe.mjs +3 -3
  81. package/esm2022/lib/gio-prismjs/gio-prismjs.service.mjs +3 -3
  82. package/esm2022/lib/gio-save-bar/gio-save-bar.component.mjs +3 -3
  83. package/esm2022/lib/gio-save-bar/gio-save-bar.module.mjs +4 -4
  84. package/esm2022/lib/oem-theme/gio-menu/gio-menu-footer/gio-menu-footer.component.mjs +3 -3
  85. package/esm2022/lib/oem-theme/gio-menu/gio-menu-header/gio-menu-header.component.mjs +3 -3
  86. package/esm2022/lib/oem-theme/gio-menu/gio-menu-item/gio-menu-item.component.mjs +3 -3
  87. package/esm2022/lib/oem-theme/gio-menu/gio-menu-license-expiration-notification/gio-menu-license-expiration-notification.component.mjs +3 -3
  88. package/esm2022/lib/oem-theme/gio-menu/gio-menu-list/gio-menu-list.component.mjs +3 -3
  89. package/esm2022/lib/oem-theme/gio-menu/gio-menu-search/gio-menu-search.component.mjs +3 -3
  90. package/esm2022/lib/oem-theme/gio-menu/gio-menu-search/gio-menu-search.service.mjs +3 -3
  91. package/esm2022/lib/oem-theme/gio-menu/gio-menu-selector/gio-menu-selector.component.mjs +3 -3
  92. package/esm2022/lib/oem-theme/gio-menu/gio-menu.component.mjs +3 -3
  93. package/esm2022/lib/oem-theme/gio-menu/gio-menu.module.mjs +4 -4
  94. package/esm2022/lib/oem-theme/gio-menu/gio-menu.service.mjs +3 -3
  95. package/esm2022/lib/oem-theme/gio-submenu/gio-submenu-group/gio-submenu-group.component.mjs +3 -3
  96. package/esm2022/lib/oem-theme/gio-submenu/gio-submenu-item/gio-submenu-item.component.mjs +3 -3
  97. package/esm2022/lib/oem-theme/gio-submenu/gio-submenu.component.mjs +6 -6
  98. package/esm2022/lib/oem-theme/gio-submenu/gio-submenu.module.mjs +4 -4
  99. package/esm2022/lib/oem-theme/gio-top-bar/gio-top-bar-content/gio-top-bar-content.component.mjs +3 -3
  100. package/esm2022/lib/oem-theme/gio-top-bar/gio-top-bar-link/gio-top-bar-link.component.mjs +3 -3
  101. package/esm2022/lib/oem-theme/gio-top-bar/gio-top-bar-link/gio-top-bar-link.module.mjs +4 -4
  102. package/esm2022/lib/oem-theme/gio-top-bar/gio-top-bar-menu/gio-top-bar-menu.component.mjs +3 -3
  103. package/esm2022/lib/oem-theme/gio-top-bar/gio-top-bar-menu/gio-top-bar-menu.module.mjs +4 -4
  104. package/esm2022/lib/oem-theme/gio-top-bar/gio-top-bar.component.mjs +3 -3
  105. package/esm2022/lib/oem-theme/gio-top-bar/gio-top-bar.module.mjs +4 -4
  106. package/esm2022/lib/oem-theme/oem-theme.service.mjs +1 -1
  107. package/fesm2022/gravitee-ui-particles-angular-gio-asciidoctor.mjs +10 -10
  108. package/fesm2022/gravitee-ui-particles-angular.mjs +372 -372
  109. package/fesm2022/gravitee-ui-particles-angular.mjs.map +1 -1
  110. package/lib/gio-form-cron/gio-form-cron.adapter.d.ts +1 -1
  111. package/lib/oem-theme/oem-theme.service.d.ts +2 -12
  112. package/package.json +8 -8
  113. package/src/lib/gio-badge/gio-badge.scss +16 -16
  114. package/src/lib/gio-button-toggle-group/gio-button-toggle-group.scss +6 -6
  115. package/src/lib/gio-description-list/gio-description-list.scss +4 -4
  116. package/src/lib/gio-method-badge/gio-method-badge.scss +22 -22
  117. package/src/lib/gio-table-light/gio-table-light.scss +22 -8
  118. package/src/scss/gio-mat-palettes.scss +31 -31
  119. package/src/scss/gio-mat-theme-variable.scss +20 -20
  120. package/src/scss/gio-oem-palette.scss +1 -1
  121. package/src/scss/mat-override/mat-list.scss +1 -1
  122. package/src/scss/mat-override/mat-option.scss +1 -1
  123. package/src/scss/mat-override/mat-table.scss +1 -1
  124. package/src/scss/theme/color/gio-palettes.stories.scss +14 -14
  125. package/src/scss/theme/color/showcase-color.component.scss +1 -1
  126. package/src/scss/theme/typography/gio-typography.scss +2 -2
  127. package/testing/harnesses/div.harness.d.ts +3 -3
  128. package/testing/harnesses/span.harness.d.ts +3 -3
@@ -31,8 +31,8 @@ $palettes: (
31
31
  @each $paletteName, $palette in $palettes {
32
32
  @each $colorName in $colorNames {
33
33
  @if map.has-key($palette, $colorName) {
34
- $color: mat.get-color-from-palette($palette, $colorName);
35
- $color-contrast: mat.get-color-from-palette($palette, #{$colorName}-contrast);
34
+ $color: mat.m2-get-color-from-palette($palette, $colorName);
35
+ $color-contrast: mat.m2-get-color-from-palette($palette, #{$colorName}-contrast);
36
36
 
37
37
  --gp--#{$paletteName}__#{$colorName}: #{$color};
38
38
  --gp--#{$paletteName}__#{$colorName}-contrast: #{$color-contrast};
@@ -43,48 +43,48 @@ $palettes: (
43
43
  // Special palettes
44
44
 
45
45
  @each $colorName in (patch, post, put, get, delete, option, trace, head) {
46
- $color: mat.get-color-from-palette(gio.$mat-method-palette, $colorName);
47
- $color-contrast: mat.get-color-from-palette(gio.$mat-method-palette, #{$colorName}-contrast);
46
+ $color: mat.m2-get-color-from-palette(gio.$mat-method-palette, $colorName);
47
+ $color-contrast: mat.m2-get-color-from-palette(gio.$mat-method-palette, #{$colorName}-contrast);
48
48
 
49
49
  --gp--method__#{$colorName}: #{$color};
50
50
  --gp--method__#{$colorName}-contrast: #{$color-contrast};
51
51
  }
52
52
 
53
53
  @each $colorName in (white, black, disabled) {
54
- $color: mat.get-color-from-palette(gio.$mat-basic-palette, $colorName);
55
- $color-contrast: mat.get-color-from-palette(gio.$mat-basic-palette, #{$colorName}-contrast);
54
+ $color: mat.m2-get-color-from-palette(gio.$mat-basic-palette, $colorName);
55
+ $color-contrast: mat.m2-get-color-from-palette(gio.$mat-basic-palette, #{$colorName}-contrast);
56
56
 
57
57
  --gp--basic__#{$colorName}: #{$color};
58
58
  --gp--basic__#{$colorName}-contrast: #{$color-contrast};
59
59
  }
60
60
 
61
61
  @each $colorName in (lighter80, lighter70, lighter60, lighter50, lighter40, lighter30, lighter20, lighter10, default) {
62
- $color: mat.get-color-from-palette(gio.$mat-space-palette, $colorName);
63
- $color-contrast: mat.get-color-from-palette(gio.$mat-space-palette, #{$colorName}-contrast);
62
+ $color: mat.m2-get-color-from-palette(gio.$mat-space-palette, $colorName);
63
+ $color-contrast: mat.m2-get-color-from-palette(gio.$mat-space-palette, #{$colorName}-contrast);
64
64
 
65
65
  --gp--space__#{$colorName}: #{$color};
66
66
  --gp--space__#{$colorName}-contrast: #{$color-contrast};
67
67
  }
68
68
 
69
69
  @each $colorName in (darker80, darker70, darker60, darker50, darker40, darker30, darker20, darker10, default) {
70
- $color: mat.get-color-from-palette(gio.$mat-dove-palette, $colorName);
71
- $color-contrast: mat.get-color-from-palette(gio.$mat-dove-palette, #{$colorName}-contrast);
70
+ $color: mat.m2-get-color-from-palette(gio.$mat-dove-palette, $colorName);
71
+ $color-contrast: mat.m2-get-color-from-palette(gio.$mat-dove-palette, #{$colorName}-contrast);
72
72
 
73
73
  --gp--dove__#{$colorName}: #{$color};
74
74
  --gp--dove__#{$colorName}-contrast: #{$color-contrast};
75
75
  }
76
76
 
77
77
  @each $colorName in (lighter80, lighter60, lighter40, lighter20, default) {
78
- $color: mat.get-color-from-palette(gio.$mat-cyan-palette, $colorName);
79
- $color-contrast: mat.get-color-from-palette(gio.$mat-cyan-palette, #{$colorName}-contrast);
78
+ $color: mat.m2-get-color-from-palette(gio.$mat-cyan-palette, $colorName);
79
+ $color-contrast: mat.m2-get-color-from-palette(gio.$mat-cyan-palette, #{$colorName}-contrast);
80
80
 
81
81
  --gp--cyan__#{$colorName}: #{$color};
82
82
  --gp--cyan__#{$colorName}-contrast: #{$color-contrast};
83
83
  }
84
84
 
85
85
  @each $colorName in (lighter80, lighter60, lighter40, lighter20, default) {
86
- $color: mat.get-color-from-palette(gio.$mat-blue-palette, $colorName);
87
- $color-contrast: mat.get-color-from-palette(gio.$mat-blue-palette, #{$colorName}-contrast);
86
+ $color: mat.m2-get-color-from-palette(gio.$mat-blue-palette, $colorName);
87
+ $color-contrast: mat.m2-get-color-from-palette(gio.$mat-blue-palette, #{$colorName}-contrast);
88
88
 
89
89
  --gp--blue__#{$colorName}: #{$color};
90
90
  --gp--blue__#{$colorName}-contrast: #{$color-contrast};
@@ -20,7 +20,7 @@
20
20
 
21
21
  .title {
22
22
  flex: 1 1 30%;
23
- color: mat.get-color-from-palette(gio.$mat-dove-palette, darker10-contrast);
23
+ color: mat.m2-get-color-from-palette(gio.$mat-dove-palette, darker10-contrast);
24
24
  }
25
25
 
26
26
  .row {
@@ -33,12 +33,12 @@
33
33
  }
34
34
 
35
35
  @mixin link-typography() {
36
- color: mat.get-color-from-palette(palettes.$mat-primary-palette, 'darker40');
36
+ color: mat.m2-get-color-from-palette(palettes.$mat-primary-palette, 'darker40');
37
37
  cursor: pointer;
38
38
  text-decoration-thickness: 2px;
39
39
 
40
40
  &:hover {
41
- color: mat.get-color-from-palette(palettes.$mat-primary-palette, 'darker20');
41
+ color: mat.m2-get-color-from-palette(palettes.$mat-primary-palette, 'darker20');
42
42
  }
43
43
  }
44
44
 
@@ -12,9 +12,9 @@ export declare class DivHarness extends ComponentHarness {
12
12
  * @return a `HarnessPredicate` configured with the given options.
13
13
  */
14
14
  static with(options?: DivHarnessFilters): HarnessPredicate<DivHarness>;
15
- childLocatorFor: <T extends (string | import("@angular/cdk/testing").HarnessQuery<any>)[]>(...queries: T) => import("@angular/cdk/testing").AsyncFactoryFn<import("@angular/cdk/testing").LocatorFnResult<T>>;
16
- childLocatorForOptional: <T extends (string | import("@angular/cdk/testing").HarnessQuery<any>)[]>(...queries: T) => import("@angular/cdk/testing").AsyncFactoryFn<import("@angular/cdk/testing").LocatorFnResult<T> | null>;
17
- childLocatorForAll: <T extends (string | import("@angular/cdk/testing").HarnessQuery<any>)[]>(...queries: T) => import("@angular/cdk/testing").AsyncFactoryFn<import("@angular/cdk/testing").LocatorFnResult<T>[]>;
15
+ childLocatorFor: <T extends (import("@angular/cdk/testing").HarnessQuery<any> | string)[]>(...queries: T) => import("@angular/cdk/testing").AsyncFactoryFn<import("@angular/cdk/testing").LocatorFnResult<T>>;
16
+ childLocatorForOptional: <T extends (import("@angular/cdk/testing").HarnessQuery<any> | string)[]>(...queries: T) => import("@angular/cdk/testing").AsyncFactoryFn<import("@angular/cdk/testing").LocatorFnResult<T> | null>;
17
+ childLocatorForAll: <T extends (import("@angular/cdk/testing").HarnessQuery<any> | string)[]>(...queries: T) => import("@angular/cdk/testing").AsyncFactoryFn<import("@angular/cdk/testing").LocatorFnResult<T>[]>;
18
18
  getText(option?: {
19
19
  childSelector?: string;
20
20
  }): Promise<string | null>;
@@ -12,9 +12,9 @@ export declare class SpanHarness extends ComponentHarness {
12
12
  * @return a `HarnessPredicate` configured with the given options.
13
13
  */
14
14
  static with(options?: SpanHarnessFilters): HarnessPredicate<SpanHarness>;
15
- childLocatorFor: <T extends (string | import("@angular/cdk/testing").HarnessQuery<any>)[]>(...queries: T) => import("@angular/cdk/testing").AsyncFactoryFn<import("@angular/cdk/testing").LocatorFnResult<T>>;
16
- childLocatorForOptional: <T extends (string | import("@angular/cdk/testing").HarnessQuery<any>)[]>(...queries: T) => import("@angular/cdk/testing").AsyncFactoryFn<import("@angular/cdk/testing").LocatorFnResult<T> | null>;
17
- childLocatorForAll: <T extends (string | import("@angular/cdk/testing").HarnessQuery<any>)[]>(...queries: T) => import("@angular/cdk/testing").AsyncFactoryFn<import("@angular/cdk/testing").LocatorFnResult<T>[]>;
15
+ childLocatorFor: <T extends (import("@angular/cdk/testing").HarnessQuery<any> | string)[]>(...queries: T) => import("@angular/cdk/testing").AsyncFactoryFn<import("@angular/cdk/testing").LocatorFnResult<T>>;
16
+ childLocatorForOptional: <T extends (import("@angular/cdk/testing").HarnessQuery<any> | string)[]>(...queries: T) => import("@angular/cdk/testing").AsyncFactoryFn<import("@angular/cdk/testing").LocatorFnResult<T> | null>;
17
+ childLocatorForAll: <T extends (import("@angular/cdk/testing").HarnessQuery<any> | string)[]>(...queries: T) => import("@angular/cdk/testing").AsyncFactoryFn<import("@angular/cdk/testing").LocatorFnResult<T>[]>;
18
18
  getText(option?: {
19
19
  childSelector?: string;
20
20
  }): Promise<string | null>;