@gravitee/ui-components 3.24.5-6614-conditional-policy-v2-5e326c7 → 3.25.0-fix-gvcode-15ce1d2

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,13 @@
1
+ # [3.25.0](https://github.com/gravitee-io/gravitee-ui-components/compare/v3.24.5...v3.25.0) (2021-12-21)
2
+
3
+
4
+ ### Features
5
+
6
+ * add conditional step management ([be0af4c](https://github.com/gravitee-io/gravitee-ui-components/commit/be0af4ce77077642f695a9fae8aa1951de72612c))
7
+ * add conditional top left icon inside flow step ([48aacff](https://github.com/gravitee-io/gravitee-ui-components/commit/48aacffb374f60429a8a02256b1c944a37afe65f))
8
+ * add groups option for schema forms ([ef78a40](https://github.com/gravitee-io/gravitee-ui-components/commit/ef78a4093ab42dfe0f67f3580595273bf2a32813))
9
+ * separate description of the other policy settings ([be9160c](https://github.com/gravitee-io/gravitee-ui-components/commit/be9160c73182f4c25ea048eb39826b1ffe9cde44))
10
+
1
11
  ## [3.24.5](https://github.com/gravitee-io/gravitee-ui-components/compare/v3.24.4...v3.24.5) (2021-12-20)
2
12
 
3
13
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gravitee/ui-components",
3
- "version": "3.24.5-6614-conditional-policy-v2-5e326c7",
3
+ "version": "3.25.0-fix-gvcode-15ce1d2",
4
4
  "description": "Gravitee.io UI Components library, based on Web Components",
5
5
  "repository": {
6
6
  "type": "git",
@@ -25,7 +25,7 @@ import { placeholder } from '@codemirror/view';
25
25
  import { shapeClipboard } from '../styles/shapes';
26
26
  import { dispatchCustomEvent } from '../lib/events';
27
27
  import { uuid } from '../lib/utils';
28
- import { classMap } from 'lit-html/directives/class-map';
28
+ import { classMap } from 'lit/directives/class-map';
29
29
  import { GvInput } from '../atoms/gv-input';
30
30
  import { skeleton } from '../styles/skeleton';
31
31
  import { empty } from '../styles/empty';
@@ -17,7 +17,7 @@ import { css, html, LitElement } from 'lit';
17
17
  import { dispatchCustomEvent } from '../lib/events';
18
18
  import { toDom } from '../lib/text-format';
19
19
  import { empty } from '../styles/empty';
20
- import { classMap } from 'lit-html/directives/class-map';
20
+ import { classMap } from 'lit/directives/class-map';
21
21
 
22
22
  /**
23
23
  * Documentation component