@genesislcap/foundation-forms 14.305.0 → 14.306.0

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.
@@ -57,6 +57,15 @@
57
57
  "name": "resourceNameChanged",
58
58
  "privacy": "private"
59
59
  },
60
+ {
61
+ "kind": "field",
62
+ "name": "confirmationMessage",
63
+ "type": {
64
+ "text": "string"
65
+ },
66
+ "description": "Optional confirmation message to display before form submission.\nIf set, a confirmation dialog will be shown when the user clicks submit.",
67
+ "privacy": "public"
68
+ },
60
69
  {
61
70
  "kind": "field",
62
71
  "name": "uischema",
@@ -371,6 +380,14 @@
371
380
  "description": "Name of the backend resource which will provide metadata\nused to generate form and later used for submitting data",
372
381
  "fieldName": "resourceName"
373
382
  },
383
+ {
384
+ "name": "confirmation-message",
385
+ "type": {
386
+ "text": "string"
387
+ },
388
+ "description": "Optional confirmation message to display before form submission.\nIf set, a confirmation dialog will be shown when the user clicks submit.",
389
+ "fieldName": "confirmationMessage"
390
+ },
374
391
  {
375
392
  "type": {
376
393
  "text": "boolean"
@@ -1092,6 +1109,12 @@
1092
1109
  }
1093
1110
  ]
1094
1111
  },
1112
+ {
1113
+ "kind": "javascript-module",
1114
+ "path": "src/utils/confirmation-dialog-utils.ts",
1115
+ "declarations": [],
1116
+ "exports": []
1117
+ },
1095
1118
  {
1096
1119
  "kind": "javascript-module",
1097
1120
  "path": "src/utils/filters.ts",
@@ -81,15 +81,7 @@ declare const Form_base: (new (...args: any[]) => {
81
81
  slot: string;
82
82
  readonly tagName: string;
83
83
  attachShadow(init: ShadowRootInit): ShadowRoot;
84
- checkVisibility(options
85
- /**
86
- * Controls the visibility of the submit button.
87
- * @public
88
- */
89
- ? /**
90
- * Controls the visibility of the submit button.
91
- * @public
92
- */: CheckVisibilityOptions): boolean;
84
+ checkVisibility(options?: CheckVisibilityOptions): boolean;
93
85
  closest<K extends keyof HTMLElementTagNameMap>(selector: K): HTMLElementTagNameMap[K];
94
86
  closest<K extends keyof SVGElementTagNameMap>(selector: K): SVGElementTagNameMap[K];
95
87
  closest<K extends keyof MathMLElementTagNameMap>(selector: K): MathMLElementTagNameMap[K];
@@ -399,6 +391,12 @@ export declare class Form extends Form_base {
399
391
  */
400
392
  resourceName: string;
401
393
  private resourceNameChanged;
394
+ /**
395
+ * Optional confirmation message to display before form submission.
396
+ * If set, a confirmation dialog will be shown when the user clicks submit.
397
+ * @public
398
+ */
399
+ confirmationMessage: string;
402
400
  /**
403
401
  * UI schema used to define configuration of the layout and elements in the form
404
402
  * Check {@link UiSchema} for possible options
@@ -1 +1 @@
1
- {"version":3,"file":"form.d.ts","sourceRoot":"","sources":["../../src/form.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,iBAAiB,EAAE,MAAM,4BAA4B,CAAC;AAE/D,OAAO,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAoB1C,OAAO,EAAE,aAAa,EAAE,QAAQ,EAAE,MAAM,SAAS,CAAC;AAgBlD;;;GAGG;AACH,eAAO,MAAM,SAAS,OAkBrB,CAAC;;;;;;;kBANoB,CAAC;;;;;;;;8BAsDV,CAAC,cAAc,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAyCvB,CAAC;4IAOL,CAAD;wFAI2D,CAAC;+IACkE,CAAA;2FACb,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAuCjH;;;OAGG;IACH,CAJF,CAAE;;;OAGG;;;;;;;;;;;;;;;;;;;;;;;mBAsFyB,CAAC;;;;;;;;;;;;;6BAeikB,CAAC;8BAAuE,CAAC;kBAA4D,CAAC;;oBAA8F,CAAC;;sBAAkG,CAAC;oBAAkE,CAAC;;;;;;;;gDAAme,CAAC;;;;;;;;;;;;;;;;;;uBAA8yB,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4EAAiiH,CAAC;yBAA8E,CAAC;UAAoD,GAAG;WAAgD,GAAG;;gBAA6E,GAAG;;;;;;;WAA4V,GAAG;YAAiD,GAAG;;;;;;;;;;;oBAAupC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAAiiO,CAAC;cAA6F,CAAC;eAA8F,CAAC;gBAA+F,CAAC;;;;;;;;;;;;;;SAAulC,CAAC;;;iBAA+E,CAAC;;AApP7jgB;;;;;GAKG;AACH,qBAKa,IAAK,SAAQ,SAAiC;IACzD;;;OAGG;IAC0C,MAAM,EAAE,MAAM,CAAW;IACtE;;;;OAIG;IACG,YAAY,EAAE,MAAM,CAAC;YACb,mBAAmB;IAcjC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OAqCG;IACS,QAAQ,EAAE,QAAQ,CAAC;IAC/B;;;OAGG;IACS,SAAS,EAAE,aAAa,EAAE,CAAa;IACnD;;OAEG;IACH,gBAAgB;IAGhB;;;OAGG;IACS,mBAAmB,EAAE,aAAa,EAAE,CAAM;IACtD;;OAEG;IACH,0BAA0B;IAG1B;;;;;OAKG;IACS,eAAe,EAAE,aAAa,EAAE,CAAa;IACzD,OAAO,CAAC,qBAAqB;IAI7B;;;;;;OAMG;IACS,UAAU,EAAE,WAAW,CAAC;IAEpC,OAAO,CAAC,MAAM,CAAqB;IAC1B,OAAO,CAAC,OAAO,CAAW;IACnC;;;OAGG;IACS,IAAI,EAAE,GAAG,CAAM;IAE3B;;OAEG;IACS,UAAU,EAAE,OAAO,CAAC;IAChC;;OAEG;IACS,SAAS,EAAE,OAAO,CAAC;IAE/B;;;OAGG;IACwB,QAAQ,EAAE,OAAO,CAAC;IAC7C;;;OAGG;IACyD,UAAU,EAAE,OAAO,CAAC;IAEhF;;OAEG;IACG,OAAO;IA4Bb;;;OAGG;IACH,IAAc,cAAc,YAM3B;IAED;;OAEG;IACM,SAAS,IAAI,IAAI;IAW1B;;OAEG;IACH,UAAU,CAAC,KAAK,EAAE,WAAW;IAI7B;;OAEG;IACH,QAAQ,CAAC,KAAK,EAAE,WAAW;IAY3B;;OAEG;IACH,oBAAoB;IAKpB;;;OAGG;IACH,KAAK,CAAC,SAAS,UAAO;CAMvB"}
1
+ {"version":3,"file":"form.d.ts","sourceRoot":"","sources":["../../src/form.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,iBAAiB,EAAE,MAAM,4BAA4B,CAAC;AAE/D,OAAO,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAoB1C,OAAO,EAAE,aAAa,EAAE,QAAQ,EAAE,MAAM,SAAS,CAAC;AAiBlD;;;GAGG;AACH,eAAO,MAAM,SAAS,OAkBrB,CAAC;;;;;;;kBATW,CAAC;;;;;;;;8BAoD4B,CAAC,cAAc,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAwCxD,CAAC;4IAE6H,CAAC;wFAQvH,CAAC;+IAQJ,CAAC;2FAMsC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2BAuBpC,CAAC;;;;;;;;;;;;;;;;;;;;;;;mBAkFF,CAAC;;;;;;;;;;;;;6BA2CL,CAAC;8BAGL,CAAF;kBAMI,CAAC;;oBAID,CAAH;;sBAGsF,CAAC;oBAAkE,CAAC;;;;;;;;gDAAme,CAAC;;;;;;;;;;;;;;;;;;uBAA8yB,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4EAAiiH,CAAC;yBAA8E,CAAC;UAAoD,GAAG;WAAgD,GAAG;;gBAA6E,GAAG;;;;;;;WAA4V,GAAG;YAAiD,GAAG;;;;;;;;;;;oBAAupC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAAiiO,CAAC;cAA6F,CAAC;eAA8F,CAAC;gBAA+F,CAAC;;;;;;;;;;;;;;SAAulC,CAAC;;;iBAA+E,CAAC;;AA9Q7ue;;;;;GAKG;AACH,qBAKa,IAAK,SAAQ,SAAiC;IACzD;;;OAGG;IAC0C,MAAM,EAAE,MAAM,CAAW;IACtE;;;;OAIG;IACG,YAAY,EAAE,MAAM,CAAC;YACb,mBAAmB;IAcjC;;;;OAIG;IAC0C,mBAAmB,EAAE,MAAM,CAAC;IAEzE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OAqCG;IACS,QAAQ,EAAE,QAAQ,CAAC;IAC/B;;;OAGG;IACS,SAAS,EAAE,aAAa,EAAE,CAAa;IACnD;;OAEG;IACH,gBAAgB;IAGhB;;;OAGG;IACS,mBAAmB,EAAE,aAAa,EAAE,CAAM;IACtD;;OAEG;IACH,0BAA0B;IAG1B;;;;;OAKG;IACS,eAAe,EAAE,aAAa,EAAE,CAAa;IACzD,OAAO,CAAC,qBAAqB;IAI7B;;;;;;OAMG;IACS,UAAU,EAAE,WAAW,CAAC;IAEpC,OAAO,CAAC,MAAM,CAAqB;IAC1B,OAAO,CAAC,OAAO,CAAW;IACnC;;;OAGG;IACS,IAAI,EAAE,GAAG,CAAM;IAE3B;;OAEG;IACS,UAAU,EAAE,OAAO,CAAC;IAChC;;OAEG;IACS,SAAS,EAAE,OAAO,CAAC;IAE/B;;;OAGG;IACwB,QAAQ,EAAE,OAAO,CAAC;IAC7C;;;OAGG;IACyD,UAAU,EAAE,OAAO,CAAC;IAEhF;;OAEG;IACG,OAAO;IA+Cb;;;OAGG;IACH,IAAc,cAAc,YAM3B;IAED;;OAEG;IACM,SAAS,IAAI,IAAI;IAW1B;;OAEG;IACH,UAAU,CAAC,KAAK,EAAE,WAAW;IAI7B;;OAEG;IACH,QAAQ,CAAC,KAAK,EAAE,WAAW;IAY3B;;OAEG;IACH,oBAAoB;IAKpB;;;OAGG;IACH,KAAK,CAAC,SAAS,UAAO;CAMvB"}
@@ -0,0 +1,18 @@
1
+ /**
2
+ * Finds the modal parent element to use as boundary for notifications.
3
+ * This is required to ensure the confirmation message appears above the entity manager form modal.
4
+ * @internal
5
+ * @param element - The element to start searching from
6
+ * @returns The modal parent element or undefined if not found
7
+ */
8
+ export declare const findModalParent: (element: HTMLElement) => HTMLElement | undefined;
9
+ /**
10
+ * Shows a confirmation dialog using the foundation notifications system.
11
+ * @internal
12
+ * @param confirmationMessage - The message to display in the confirmation dialog
13
+ * @param prefix - The design system prefix
14
+ * @param modalParent - The modal parent element to use as boundary
15
+ * @returns A promise that resolves to true if confirmed, false if cancelled
16
+ */
17
+ export declare const showConfirmationDialog: (confirmationMessage: string, prefix: string, modalParent?: HTMLElement) => Promise<boolean>;
18
+ //# sourceMappingURL=confirmation-dialog-utils.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"confirmation-dialog-utils.d.ts","sourceRoot":"","sources":["../../../src/utils/confirmation-dialog-utils.ts"],"names":[],"mappings":"AAEA;;;;;;GAMG;AACH,eAAO,MAAM,eAAe,GAAI,SAAS,WAAW,KAAG,WAAW,GAAG,SAapE,CAAC;AAEF;;;;;;;GAOG;AACH,eAAO,MAAM,sBAAsB,GACjC,qBAAqB,MAAM,EAC3B,QAAQ,MAAM,EACd,cAAc,WAAW,KACxB,OAAO,CAAC,OAAO,CAuBjB,CAAC"}
package/dist/esm/form.js CHANGED
@@ -24,6 +24,7 @@ import { NumberControlRendererEntry } from './jsonforms/renderers/NumberControlR
24
24
  import { StringArrayEntry } from './jsonforms/renderers/StringArrayControlRenderer';
25
25
  import { StringControlRendererTemplate } from './jsonforms/renderers/StringControlRenderer';
26
26
  import { logger } from './utils';
27
+ import { findModalParent, showConfirmationDialog } from './utils/confirmation-dialog-utils';
27
28
  import { removeDataPropertiesNotInSchema } from './utils/form-utils';
28
29
  const stringEntry = {
29
30
  renderer: StringControlRendererTemplate,
@@ -134,6 +135,17 @@ let Form = class Form extends LifecycleMixin(FoundationElement) {
134
135
  if (this.submitting) {
135
136
  return;
136
137
  }
138
+ // Show confirmation dialog if confirmation message is set
139
+ if (this.confirmationMessage) {
140
+ const modalParent = findModalParent(this);
141
+ if (!modalParent) {
142
+ logger.warn('No modal parent found for confirmation dialog. Dialog may not display as expected.');
143
+ }
144
+ const confirmed = yield showConfirmationDialog(this.confirmationMessage, this.prefix, modalParent);
145
+ if (!confirmed) {
146
+ return;
147
+ }
148
+ }
137
149
  if (removeDataPropertiesNotInSchema(this.data, this.jsonSchema)) {
138
150
  this.data = Object.assign({}, this.data);
139
151
  yield DOM.nextUpdate();
@@ -224,6 +236,9 @@ __decorate([
224
236
  __decorate([
225
237
  attr
226
238
  ], Form.prototype, "resourceName", void 0);
239
+ __decorate([
240
+ attr({ attribute: 'confirmation-message' })
241
+ ], Form.prototype, "confirmationMessage", void 0);
227
242
  __decorate([
228
243
  observable
229
244
  ], Form.prototype, "uischema", void 0);
@@ -0,0 +1,48 @@
1
+ import { showNotificationDialog } from '@genesislcap/foundation-notifications';
2
+ /**
3
+ * Finds the modal parent element to use as boundary for notifications.
4
+ * This is required to ensure the confirmation message appears above the entity manager form modal.
5
+ * @internal
6
+ * @param element - The element to start searching from
7
+ * @returns The modal parent element or undefined if not found
8
+ */
9
+ export const findModalParent = (element) => {
10
+ let current = element.parentElement;
11
+ while (current) {
12
+ // Look for modal elements (rapid-modal, zero-modal, foundation-modal)
13
+ if (current.tagName &&
14
+ (current.tagName.toLowerCase().includes('modal') || current.classList.contains('edit-modal'))) {
15
+ return current;
16
+ }
17
+ current = current.parentElement;
18
+ }
19
+ return undefined;
20
+ };
21
+ /**
22
+ * Shows a confirmation dialog using the foundation notifications system.
23
+ * @internal
24
+ * @param confirmationMessage - The message to display in the confirmation dialog
25
+ * @param prefix - The design system prefix
26
+ * @param modalParent - The modal parent element to use as boundary
27
+ * @returns A promise that resolves to true if confirmed, false if cancelled
28
+ */
29
+ export const showConfirmationDialog = (confirmationMessage, prefix, modalParent) => {
30
+ return new Promise((resolve) => {
31
+ showNotificationDialog({
32
+ title: 'Confirm Submission',
33
+ body: confirmationMessage,
34
+ dialog: {
35
+ confirmingActions: [
36
+ {
37
+ label: 'Submit',
38
+ action: () => resolve(true),
39
+ },
40
+ ],
41
+ dismissingAction: {
42
+ label: 'Cancel',
43
+ action: () => resolve(false),
44
+ },
45
+ },
46
+ }, `${prefix}-form`, modalParent);
47
+ });
48
+ };
@@ -1000,6 +1000,36 @@
1000
1000
  "isProtected": false,
1001
1001
  "isAbstract": false
1002
1002
  },
1003
+ {
1004
+ "kind": "Property",
1005
+ "canonicalReference": "@genesislcap/foundation-forms!Form#confirmationMessage:member",
1006
+ "docComment": "/**\n * Optional confirmation message to display before form submission. If set, a confirmation dialog will be shown when the user clicks submit.\n *\n * @public\n */\n",
1007
+ "excerptTokens": [
1008
+ {
1009
+ "kind": "Content",
1010
+ "text": "confirmationMessage: "
1011
+ },
1012
+ {
1013
+ "kind": "Content",
1014
+ "text": "string"
1015
+ },
1016
+ {
1017
+ "kind": "Content",
1018
+ "text": ";"
1019
+ }
1020
+ ],
1021
+ "isReadonly": false,
1022
+ "isOptional": false,
1023
+ "releaseTag": "Public",
1024
+ "name": "confirmationMessage",
1025
+ "propertyTypeTokenRange": {
1026
+ "startIndex": 1,
1027
+ "endIndex": 2
1028
+ },
1029
+ "isStatic": false,
1030
+ "isProtected": false,
1031
+ "isAbstract": false
1032
+ },
1003
1033
  {
1004
1034
  "kind": "Property",
1005
1035
  "canonicalReference": "@genesislcap/foundation-forms!Form#data:member",
@@ -331,6 +331,12 @@ export declare class Form extends Form_base {
331
331
  */
332
332
  resourceName: string;
333
333
  private resourceNameChanged;
334
+ /**
335
+ * Optional confirmation message to display before form submission.
336
+ * If set, a confirmation dialog will be shown when the user clicks submit.
337
+ * @public
338
+ */
339
+ confirmationMessage: string;
334
340
  /**
335
341
  * UI schema used to define configuration of the layout and elements in the form
336
342
  * Check {@link UiSchema} for possible options
@@ -536,15 +542,7 @@ declare const Form_base: (new (...args: any[]) => {
536
542
  slot: string;
537
543
  readonly tagName: string;
538
544
  attachShadow(init: ShadowRootInit): ShadowRoot;
539
- checkVisibility(options
540
- /**
541
- * Controls the visibility of the submit button.
542
- * @public
543
- */
544
- ? /**
545
- * Controls the visibility of the submit button.
546
- * @public
547
- */: CheckVisibilityOptions): boolean;
545
+ checkVisibility(options?: CheckVisibilityOptions): boolean;
548
546
  closest<K extends keyof HTMLElementTagNameMap>(selector: K): HTMLElementTagNameMap[K];
549
547
  closest<K extends keyof SVGElementTagNameMap>(selector: K): SVGElementTagNameMap[K];
550
548
  closest<K extends keyof MathMLElementTagNameMap>(selector: K): MathMLElementTagNameMap[K];
@@ -0,0 +1,13 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@genesislcap/foundation-forms](./foundation-forms.md) &gt; [Form](./foundation-forms.form.md) &gt; [confirmationMessage](./foundation-forms.form.confirmationmessage.md)
4
+
5
+ ## Form.confirmationMessage property
6
+
7
+ Optional confirmation message to display before form submission. If set, a confirmation dialog will be shown when the user clicks submit.
8
+
9
+ **Signature:**
10
+
11
+ ```typescript
12
+ confirmationMessage: string;
13
+ ```
@@ -54,6 +54,25 @@ Description
54
54
  Allows to provide set of additional renderers used by the form.
55
55
 
56
56
 
57
+ </td></tr>
58
+ <tr><td>
59
+
60
+ [confirmationMessage](./foundation-forms.form.confirmationmessage.md)
61
+
62
+
63
+ </td><td>
64
+
65
+
66
+ </td><td>
67
+
68
+ string
69
+
70
+
71
+ </td><td>
72
+
73
+ Optional confirmation message to display before form submission. If set, a confirmation dialog will be shown when the user clicks submit.
74
+
75
+
57
76
  </td></tr>
58
77
  <tr><td>
59
78
 
@@ -120,6 +120,7 @@ export class Form extends Form_base {
120
120
  additionalRenderers: RendererEntry[];
121
121
  // @internal (undocumented)
122
122
  additionalRenderersChanged(): void;
123
+ confirmationMessage: string;
123
124
  data: any;
124
125
  // @internal (undocumented)
125
126
  deepClone(): Node;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/foundation-forms",
3
3
  "description": "Genesis Foundation Forms",
4
- "version": "14.305.0",
4
+ "version": "14.306.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -48,22 +48,22 @@
48
48
  }
49
49
  },
50
50
  "devDependencies": {
51
- "@genesislcap/foundation-testing": "14.305.0",
52
- "@genesislcap/genx": "14.305.0",
53
- "@genesislcap/rollup-builder": "14.305.0",
54
- "@genesislcap/ts-builder": "14.305.0",
55
- "@genesislcap/uvu-playwright-builder": "14.305.0",
56
- "@genesislcap/vite-builder": "14.305.0",
57
- "@genesislcap/webpack-builder": "14.305.0",
51
+ "@genesislcap/foundation-testing": "14.306.0",
52
+ "@genesislcap/genx": "14.306.0",
53
+ "@genesislcap/rollup-builder": "14.306.0",
54
+ "@genesislcap/ts-builder": "14.306.0",
55
+ "@genesislcap/uvu-playwright-builder": "14.306.0",
56
+ "@genesislcap/vite-builder": "14.306.0",
57
+ "@genesislcap/webpack-builder": "14.306.0",
58
58
  "@types/json-schema": "^7.0.11"
59
59
  },
60
60
  "dependencies": {
61
- "@genesislcap/foundation-comms": "14.305.0",
62
- "@genesislcap/foundation-criteria": "14.305.0",
63
- "@genesislcap/foundation-logger": "14.305.0",
64
- "@genesislcap/foundation-notifications": "14.305.0",
65
- "@genesislcap/foundation-ui": "14.305.0",
66
- "@genesislcap/foundation-utils": "14.305.0",
61
+ "@genesislcap/foundation-comms": "14.306.0",
62
+ "@genesislcap/foundation-criteria": "14.306.0",
63
+ "@genesislcap/foundation-logger": "14.306.0",
64
+ "@genesislcap/foundation-notifications": "14.306.0",
65
+ "@genesislcap/foundation-ui": "14.306.0",
66
+ "@genesislcap/foundation-utils": "14.306.0",
67
67
  "@json-schema-tools/dereferencer": "^1.6.1",
68
68
  "@jsonforms/core": "^3.2.1",
69
69
  "@microsoft/fast-components": "2.30.6",
@@ -84,5 +84,5 @@
84
84
  "access": "public"
85
85
  },
86
86
  "customElements": "dist/custom-elements.json",
87
- "gitHead": "d936ada51801a5d7b91c5301f39616fd650e7f5b"
87
+ "gitHead": "df5d88c4e8e25a56d2bf22dab70ca551784e6df0"
88
88
  }