@gravitee/ui-particles-angular 16.2.1-apim-11833-llm-proxy-ui-does-not-match-designs-e2ce3f9 → 16.2.1-apim-11833-llm-proxy-ui-does-not-match-designs-9b7fa6a

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/index.d.ts CHANGED
@@ -528,7 +528,6 @@ interface GioConfig extends GioUiTypeConfig {
528
528
  enumLabelMap?: Record<string, string>;
529
529
  uiBorder?: 'none' | 'full';
530
530
  el?: boolean;
531
- unique?: boolean;
532
531
  }
533
532
  type GioBannerConfig = {
534
533
  title: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gravitee/ui-particles-angular",
3
- "version": "16.2.1-apim-11833-llm-proxy-ui-does-not-match-designs-e2ce3f9",
3
+ "version": "16.2.1-apim-11833-llm-proxy-ui-does-not-match-designs-9b7fa6a",
4
4
  "description": "Gravitee.io - UI Particles Angular",
5
5
  "repository": {
6
6
  "type": "git",
@@ -55,14 +55,14 @@
55
55
  "types": "./index.d.ts",
56
56
  "default": "./fesm2022/gravitee-ui-particles-angular.mjs"
57
57
  },
58
- "./gio-el": {
59
- "types": "./gio-el/index.d.ts",
60
- "default": "./fesm2022/gravitee-ui-particles-angular-gio-el.mjs"
61
- },
62
58
  "./gio-asciidoctor": {
63
59
  "types": "./gio-asciidoctor/index.d.ts",
64
60
  "default": "./fesm2022/gravitee-ui-particles-angular-gio-asciidoctor.mjs"
65
61
  },
62
+ "./gio-el": {
63
+ "types": "./gio-el/index.d.ts",
64
+ "default": "./fesm2022/gravitee-ui-particles-angular-gio-el.mjs"
65
+ },
66
66
  "./testing": {
67
67
  "types": "./testing/index.d.ts",
68
68
  "default": "./fesm2022/gravitee-ui-particles-angular-testing.mjs"