@genesislcap/pbc-notify-ui 15.7.0 → 15.7.2

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.
@@ -86,15 +86,6 @@ export declare const FoundationNotificationDashboard: React.ForwardRefExoticComp
86
86
  >;
87
87
  export type FoundationNotificationDashboardRef = FoundationNotificationDashboardWC;
88
88
 
89
- export declare const FoundationInboxCounter: React.ForwardRefExoticComponent<
90
- React.PropsWithChildren<
91
- Omit<PublicOf<FoundationInboxCounterWC>, 'children' | 'style'> &
92
- HTMLWCProps & {
93
- }
94
- > & React.RefAttributes<FoundationInboxCounterWC>
95
- >;
96
- export type FoundationInboxCounterRef = FoundationInboxCounterWC;
97
-
98
89
  export declare const FoundationInboxFlyout: React.ForwardRefExoticComponent<
99
90
  React.PropsWithChildren<
100
91
  Omit<PublicOf<FoundationInboxFlyoutWC>, 'children' | 'style'> &
@@ -115,6 +106,15 @@ export declare const InboxSubscription: React.ForwardRefExoticComponent<
115
106
  >;
116
107
  export type InboxSubscriptionRef = InboxSubscriptionWC;
117
108
 
109
+ export declare const FoundationInboxCounter: React.ForwardRefExoticComponent<
110
+ React.PropsWithChildren<
111
+ Omit<PublicOf<FoundationInboxCounterWC>, 'children' | 'style'> &
112
+ HTMLWCProps & {
113
+ }
114
+ > & React.RefAttributes<FoundationInboxCounterWC>
115
+ >;
116
+ export type FoundationInboxCounterRef = FoundationInboxCounterWC;
117
+
118
118
  export declare const NotifyAuditManagement: React.ForwardRefExoticComponent<
119
119
  React.PropsWithChildren<
120
120
  Omit<PublicOf<NotifyAuditManagementWC>, 'children' | 'style'> &
@@ -257,17 +257,6 @@ export declare const RuleConditionGroup: React.ForwardRefExoticComponent<
257
257
  >;
258
258
  export type RuleConditionGroupRef = RuleConditionGroupWC;
259
259
 
260
- export declare const ParameterBuilder: React.ForwardRefExoticComponent<
261
- React.PropsWithChildren<
262
- Omit<PublicOf<ParameterBuilderWC>, 'children' | 'style'> &
263
- HTMLWCProps & {
264
- onDelete?: (event: CustomEvent<ParameterBuilderEntity>) => void;
265
- onEdit?: (event: CustomEvent<ParameterBuilderEntity>) => void;
266
- }
267
- > & React.RefAttributes<ParameterBuilderWC>
268
- >;
269
- export type ParameterBuilderRef = ParameterBuilderWC;
270
-
271
260
  export declare const TemplateConditionBuilder: React.ForwardRefExoticComponent<
272
261
  React.PropsWithChildren<
273
262
  Omit<PublicOf<TemplateConditionBuilderWC>, 'children' | 'style'> &
@@ -279,6 +268,17 @@ export declare const TemplateConditionBuilder: React.ForwardRefExoticComponent<
279
268
  >;
280
269
  export type TemplateConditionBuilderRef = TemplateConditionBuilderWC;
281
270
 
271
+ export declare const ParameterBuilder: React.ForwardRefExoticComponent<
272
+ React.PropsWithChildren<
273
+ Omit<PublicOf<ParameterBuilderWC>, 'children' | 'style'> &
274
+ HTMLWCProps & {
275
+ onDelete?: (event: CustomEvent<ParameterBuilderEntity>) => void;
276
+ onEdit?: (event: CustomEvent<ParameterBuilderEntity>) => void;
277
+ }
278
+ > & React.RefAttributes<ParameterBuilderWC>
279
+ >;
280
+ export type ParameterBuilderRef = ParameterBuilderWC;
281
+
282
282
  export declare const TemplateConditionGroup: React.ForwardRefExoticComponent<
283
283
  React.PropsWithChildren<
284
284
  Omit<PublicOf<TemplateConditionGroupWC>, 'children' | 'style'> &
package/dist/react.cjs CHANGED
@@ -55,11 +55,6 @@ const FoundationNotificationDashboard = React.forwardRef(function FoundationNoti
55
55
  return React.createElement(customElements.getName(FoundationNotificationDashboardWC) ?? 'foundation-notification-dashboard', { ...rest, ref }, children);
56
56
  });
57
57
 
58
- const FoundationInboxCounter = React.forwardRef(function FoundationInboxCounter(props, ref) {
59
- const { children, ...rest } = props;
60
- return React.createElement(customElements.getName(FoundationInboxCounterWC) ?? 'foundation-inbox-counter', { ...rest, ref }, children);
61
- });
62
-
63
58
  const FoundationInboxFlyout = React.forwardRef(function FoundationInboxFlyout(props, ref) {
64
59
  const { children, ...rest } = props;
65
60
  return React.createElement(customElements.getName(FoundationInboxFlyoutWC) ?? 'foundation-inbox-flyout', { ...rest, ref }, children);
@@ -87,6 +82,11 @@ const InboxSubscription = React.forwardRef(function InboxSubscription(props, ref
87
82
  return React.createElement(customElements.getName(InboxSubscriptionWC) ?? 'inbox-subscription', { ...rest, ref: _mergeRefs(_innerRef, ref) }, children);
88
83
  });
89
84
 
85
+ const FoundationInboxCounter = React.forwardRef(function FoundationInboxCounter(props, ref) {
86
+ const { children, ...rest } = props;
87
+ return React.createElement(customElements.getName(FoundationInboxCounterWC) ?? 'foundation-inbox-counter', { ...rest, ref }, children);
88
+ });
89
+
90
90
  const NotifyAuditManagement = React.forwardRef(function NotifyAuditManagement(props, ref) {
91
91
  const { children, ...rest } = props;
92
92
  return React.createElement(customElements.getName(NotifyAuditManagementWC) ?? 'notify-audit-management', { ...rest, ref }, children);
@@ -232,7 +232,7 @@ const RuleConditionGroup = React.forwardRef(function RuleConditionGroup(props, r
232
232
  return React.createElement(customElements.getName(RuleConditionGroupWC) ?? 'rule-condition-group', { ...rest, ref: _mergeRefs(_innerRef, ref) }, children);
233
233
  });
234
234
 
235
- const ParameterBuilder = React.forwardRef(function ParameterBuilder(props, ref) {
235
+ const TemplateConditionBuilder = React.forwardRef(function TemplateConditionBuilder(props, ref) {
236
236
  const { onDelete, onEdit, children, ...rest } = props;
237
237
  const _innerRef = React.useRef(null);
238
238
  const _onDeleteRef = React.useRef(onDelete);
@@ -251,10 +251,10 @@ const ParameterBuilder = React.forwardRef(function ParameterBuilder(props, ref)
251
251
  el.removeEventListener('edit', _onEditFn);
252
252
  };
253
253
  }, []);
254
- return React.createElement(customElements.getName(ParameterBuilderWC) ?? 'parameter-builder', { ...rest, ref: _mergeRefs(_innerRef, ref) }, children);
254
+ return React.createElement(customElements.getName(TemplateConditionBuilderWC) ?? 'template-condition-builder', { ...rest, ref: _mergeRefs(_innerRef, ref) }, children);
255
255
  });
256
256
 
257
- const TemplateConditionBuilder = React.forwardRef(function TemplateConditionBuilder(props, ref) {
257
+ const ParameterBuilder = React.forwardRef(function ParameterBuilder(props, ref) {
258
258
  const { onDelete, onEdit, children, ...rest } = props;
259
259
  const _innerRef = React.useRef(null);
260
260
  const _onDeleteRef = React.useRef(onDelete);
@@ -273,7 +273,7 @@ const TemplateConditionBuilder = React.forwardRef(function TemplateConditionBuil
273
273
  el.removeEventListener('edit', _onEditFn);
274
274
  };
275
275
  }, []);
276
- return React.createElement(customElements.getName(TemplateConditionBuilderWC) ?? 'template-condition-builder', { ...rest, ref: _mergeRefs(_innerRef, ref) }, children);
276
+ return React.createElement(customElements.getName(ParameterBuilderWC) ?? 'parameter-builder', { ...rest, ref: _mergeRefs(_innerRef, ref) }, children);
277
277
  });
278
278
 
279
279
  const TemplateConditionGroup = React.forwardRef(function TemplateConditionGroup(props, ref) {
@@ -302,9 +302,9 @@ module.exports = {
302
302
  ReconciliationSandbox,
303
303
  FoundationInbox,
304
304
  FoundationNotificationDashboard,
305
- FoundationInboxCounter,
306
305
  FoundationInboxFlyout,
307
306
  InboxSubscription,
307
+ FoundationInboxCounter,
308
308
  NotifyAuditManagement,
309
309
  RouteManagement,
310
310
  RuleManagement,
@@ -320,7 +320,7 @@ module.exports = {
320
320
  TemplateDialog,
321
321
  RuleConditionBuilder,
322
322
  RuleConditionGroup,
323
- ParameterBuilder,
324
323
  TemplateConditionBuilder,
324
+ ParameterBuilder,
325
325
  TemplateConditionGroup,
326
326
  };
package/dist/react.mjs CHANGED
@@ -53,11 +53,6 @@ export const FoundationNotificationDashboard = React.forwardRef(function Foundat
53
53
  return React.createElement(customElements.getName(FoundationNotificationDashboardWC) ?? 'foundation-notification-dashboard', { ...rest, ref }, children);
54
54
  });
55
55
 
56
- export const FoundationInboxCounter = React.forwardRef(function FoundationInboxCounter(props, ref) {
57
- const { children, ...rest } = props;
58
- return React.createElement(customElements.getName(FoundationInboxCounterWC) ?? 'foundation-inbox-counter', { ...rest, ref }, children);
59
- });
60
-
61
56
  export const FoundationInboxFlyout = React.forwardRef(function FoundationInboxFlyout(props, ref) {
62
57
  const { children, ...rest } = props;
63
58
  return React.createElement(customElements.getName(FoundationInboxFlyoutWC) ?? 'foundation-inbox-flyout', { ...rest, ref }, children);
@@ -85,6 +80,11 @@ export const InboxSubscription = React.forwardRef(function InboxSubscription(pro
85
80
  return React.createElement(customElements.getName(InboxSubscriptionWC) ?? 'inbox-subscription', { ...rest, ref: _mergeRefs(_innerRef, ref) }, children);
86
81
  });
87
82
 
83
+ export const FoundationInboxCounter = React.forwardRef(function FoundationInboxCounter(props, ref) {
84
+ const { children, ...rest } = props;
85
+ return React.createElement(customElements.getName(FoundationInboxCounterWC) ?? 'foundation-inbox-counter', { ...rest, ref }, children);
86
+ });
87
+
88
88
  export const NotifyAuditManagement = React.forwardRef(function NotifyAuditManagement(props, ref) {
89
89
  const { children, ...rest } = props;
90
90
  return React.createElement(customElements.getName(NotifyAuditManagementWC) ?? 'notify-audit-management', { ...rest, ref }, children);
@@ -230,7 +230,7 @@ export const RuleConditionGroup = React.forwardRef(function RuleConditionGroup(p
230
230
  return React.createElement(customElements.getName(RuleConditionGroupWC) ?? 'rule-condition-group', { ...rest, ref: _mergeRefs(_innerRef, ref) }, children);
231
231
  });
232
232
 
233
- export const ParameterBuilder = React.forwardRef(function ParameterBuilder(props, ref) {
233
+ export const TemplateConditionBuilder = React.forwardRef(function TemplateConditionBuilder(props, ref) {
234
234
  const { onDelete, onEdit, children, ...rest } = props;
235
235
  const _innerRef = React.useRef(null);
236
236
  const _onDeleteRef = React.useRef(onDelete);
@@ -249,10 +249,10 @@ export const ParameterBuilder = React.forwardRef(function ParameterBuilder(props
249
249
  el.removeEventListener('edit', _onEditFn);
250
250
  };
251
251
  }, []);
252
- return React.createElement(customElements.getName(ParameterBuilderWC) ?? 'parameter-builder', { ...rest, ref: _mergeRefs(_innerRef, ref) }, children);
252
+ return React.createElement(customElements.getName(TemplateConditionBuilderWC) ?? 'template-condition-builder', { ...rest, ref: _mergeRefs(_innerRef, ref) }, children);
253
253
  });
254
254
 
255
- export const TemplateConditionBuilder = React.forwardRef(function TemplateConditionBuilder(props, ref) {
255
+ export const ParameterBuilder = React.forwardRef(function ParameterBuilder(props, ref) {
256
256
  const { onDelete, onEdit, children, ...rest } = props;
257
257
  const _innerRef = React.useRef(null);
258
258
  const _onDeleteRef = React.useRef(onDelete);
@@ -271,7 +271,7 @@ export const TemplateConditionBuilder = React.forwardRef(function TemplateCondit
271
271
  el.removeEventListener('edit', _onEditFn);
272
272
  };
273
273
  }, []);
274
- return React.createElement(customElements.getName(TemplateConditionBuilderWC) ?? 'template-condition-builder', { ...rest, ref: _mergeRefs(_innerRef, ref) }, children);
274
+ return React.createElement(customElements.getName(ParameterBuilderWC) ?? 'parameter-builder', { ...rest, ref: _mergeRefs(_innerRef, ref) }, children);
275
275
  });
276
276
 
277
277
  export const TemplateConditionGroup = React.forwardRef(function TemplateConditionGroup(props, ref) {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/pbc-notify-ui",
3
3
  "description": "Genesis PBC Notify UI",
4
- "version": "15.7.0",
4
+ "version": "15.7.2",
5
5
  "license": "SEE LICENSE IN license.txt",
6
6
  "workspaces": [
7
7
  "client"
@@ -81,30 +81,30 @@
81
81
  "@commitlint/cli": "^19.2.1",
82
82
  "@commitlint/config-conventional": "^19.1.0",
83
83
  "@commitlint/format": "^19.0.3",
84
- "@genesislcap/design-system-configurator": "15.7.0",
85
- "@genesislcap/eslint-config": "15.7.0",
86
- "@genesislcap/eslint-stylelint-builder": "15.7.0",
87
- "@genesislcap/foundation-testing": "15.7.0",
88
- "@genesislcap/genx": "15.7.0",
89
- "@genesislcap/prettier-config": "15.7.0",
90
- "@genesislcap/stylelint-config": "15.7.0",
91
- "@genesislcap/vite-builder": "15.7.0",
92
- "@genesislcap/webpack-builder": "15.7.0",
84
+ "@genesislcap/design-system-configurator": "15.7.2",
85
+ "@genesislcap/eslint-config": "15.7.2",
86
+ "@genesislcap/eslint-stylelint-builder": "15.7.2",
87
+ "@genesislcap/foundation-testing": "15.7.2",
88
+ "@genesislcap/genx": "15.7.2",
89
+ "@genesislcap/prettier-config": "15.7.2",
90
+ "@genesislcap/stylelint-config": "15.7.2",
91
+ "@genesislcap/vite-builder": "15.7.2",
92
+ "@genesislcap/webpack-builder": "15.7.2",
93
93
  "dayjs": "^1.11.7"
94
94
  },
95
95
  "dependencies": {
96
- "@genesislcap/foundation-comms": "15.7.0",
97
- "@genesislcap/foundation-criteria": "15.7.0",
98
- "@genesislcap/foundation-entity-management": "15.7.0",
99
- "@genesislcap/foundation-forms": "15.7.0",
100
- "@genesislcap/foundation-layout": "15.7.0",
101
- "@genesislcap/foundation-logger": "15.7.0",
102
- "@genesislcap/foundation-notifications": "15.7.0",
103
- "@genesislcap/foundation-ui": "15.7.0",
104
- "@genesislcap/foundation-utils": "15.7.0",
105
- "@genesislcap/rapid-design-system": "15.7.0",
106
- "@genesislcap/rapid-grid-pro": "15.7.0",
107
- "@genesislcap/web-core": "15.7.0",
96
+ "@genesislcap/foundation-comms": "15.7.2",
97
+ "@genesislcap/foundation-criteria": "15.7.2",
98
+ "@genesislcap/foundation-entity-management": "15.7.2",
99
+ "@genesislcap/foundation-forms": "15.7.2",
100
+ "@genesislcap/foundation-layout": "15.7.2",
101
+ "@genesislcap/foundation-logger": "15.7.2",
102
+ "@genesislcap/foundation-notifications": "15.7.2",
103
+ "@genesislcap/foundation-ui": "15.7.2",
104
+ "@genesislcap/foundation-utils": "15.7.2",
105
+ "@genesislcap/rapid-design-system": "15.7.2",
106
+ "@genesislcap/rapid-grid-pro": "15.7.2",
107
+ "@genesislcap/web-core": "15.7.2",
108
108
  "lodash.debounce": "^4.0.8",
109
109
  "rxjs": "^7.5.4"
110
110
  },
@@ -112,5 +112,5 @@
112
112
  "access": "public"
113
113
  },
114
114
  "customElements": "dist/custom-elements.json",
115
- "gitHead": "485a2cc9d4b8695ea2e57a9cc66cad55effb2184"
115
+ "gitHead": "fff7bda0cf8c4ce2e9a7b5363d991fd63e4ecd3a"
116
116
  }