@genesislcap/pbc-notify-ui 14.495.0 → 14.496.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.
@@ -5157,70 +5157,70 @@
5157
5157
  },
5158
5158
  {
5159
5159
  "kind": "javascript-module",
5160
- "path": "src/components/foundation-notification-dashboard/components/notify-audit/notify-audit-management.ts",
5160
+ "path": "src/components/foundation-notification-dashboard/components/routes/route-management.ts",
5161
5161
  "declarations": [
5162
5162
  {
5163
5163
  "kind": "class",
5164
5164
  "description": "",
5165
- "name": "NotifyAuditManagement",
5165
+ "name": "RouteManagement",
5166
5166
  "superclass": {
5167
5167
  "name": "GenesisElement",
5168
5168
  "package": "@genesislcap/web-core"
5169
5169
  },
5170
- "tagName": "notify-audit-management",
5170
+ "tagName": "route-management",
5171
5171
  "customElement": true
5172
5172
  }
5173
5173
  ],
5174
5174
  "exports": [
5175
5175
  {
5176
5176
  "kind": "js",
5177
- "name": "NotifyAuditManagement",
5177
+ "name": "RouteManagement",
5178
5178
  "declaration": {
5179
- "name": "NotifyAuditManagement",
5180
- "module": "src/components/foundation-notification-dashboard/components/notify-audit/notify-audit-management.ts"
5179
+ "name": "RouteManagement",
5180
+ "module": "src/components/foundation-notification-dashboard/components/routes/route-management.ts"
5181
5181
  }
5182
5182
  },
5183
5183
  {
5184
5184
  "kind": "custom-element-definition",
5185
- "name": "notify-audit-management",
5185
+ "name": "route-management",
5186
5186
  "declaration": {
5187
- "name": "NotifyAuditManagement",
5188
- "module": "src/components/foundation-notification-dashboard/components/notify-audit/notify-audit-management.ts"
5187
+ "name": "RouteManagement",
5188
+ "module": "src/components/foundation-notification-dashboard/components/routes/route-management.ts"
5189
5189
  }
5190
5190
  }
5191
5191
  ]
5192
5192
  },
5193
5193
  {
5194
5194
  "kind": "javascript-module",
5195
- "path": "src/components/foundation-notification-dashboard/components/routes/route-management.ts",
5195
+ "path": "src/components/foundation-notification-dashboard/components/notify-audit/notify-audit-management.ts",
5196
5196
  "declarations": [
5197
5197
  {
5198
5198
  "kind": "class",
5199
5199
  "description": "",
5200
- "name": "RouteManagement",
5200
+ "name": "NotifyAuditManagement",
5201
5201
  "superclass": {
5202
5202
  "name": "GenesisElement",
5203
5203
  "package": "@genesislcap/web-core"
5204
5204
  },
5205
- "tagName": "route-management",
5205
+ "tagName": "notify-audit-management",
5206
5206
  "customElement": true
5207
5207
  }
5208
5208
  ],
5209
5209
  "exports": [
5210
5210
  {
5211
5211
  "kind": "js",
5212
- "name": "RouteManagement",
5212
+ "name": "NotifyAuditManagement",
5213
5213
  "declaration": {
5214
- "name": "RouteManagement",
5215
- "module": "src/components/foundation-notification-dashboard/components/routes/route-management.ts"
5214
+ "name": "NotifyAuditManagement",
5215
+ "module": "src/components/foundation-notification-dashboard/components/notify-audit/notify-audit-management.ts"
5216
5216
  }
5217
5217
  },
5218
5218
  {
5219
5219
  "kind": "custom-element-definition",
5220
- "name": "route-management",
5220
+ "name": "notify-audit-management",
5221
5221
  "declaration": {
5222
- "name": "RouteManagement",
5223
- "module": "src/components/foundation-notification-dashboard/components/routes/route-management.ts"
5222
+ "name": "NotifyAuditManagement",
5223
+ "module": "src/components/foundation-notification-dashboard/components/notify-audit/notify-audit-management.ts"
5224
5224
  }
5225
5225
  }
5226
5226
  ]
@@ -114,23 +114,23 @@ export declare const InboxSubscription: React.ForwardRefExoticComponent<
114
114
  >;
115
115
  export type InboxSubscriptionRef = InboxSubscriptionWC;
116
116
 
117
- export declare const NotifyAuditManagement: React.ForwardRefExoticComponent<
117
+ export declare const RouteManagement: React.ForwardRefExoticComponent<
118
118
  React.PropsWithChildren<
119
- Omit<PublicOf<NotifyAuditManagementWC>, 'children' | 'style'> &
119
+ Omit<PublicOf<RouteManagementWC>, 'children' | 'style'> &
120
120
  HTMLWCProps & {
121
121
  }
122
- > & React.RefAttributes<NotifyAuditManagementWC>
122
+ > & React.RefAttributes<RouteManagementWC>
123
123
  >;
124
- export type NotifyAuditManagementRef = NotifyAuditManagementWC;
124
+ export type RouteManagementRef = RouteManagementWC;
125
125
 
126
- export declare const RouteManagement: React.ForwardRefExoticComponent<
126
+ export declare const NotifyAuditManagement: React.ForwardRefExoticComponent<
127
127
  React.PropsWithChildren<
128
- Omit<PublicOf<RouteManagementWC>, 'children' | 'style'> &
128
+ Omit<PublicOf<NotifyAuditManagementWC>, 'children' | 'style'> &
129
129
  HTMLWCProps & {
130
130
  }
131
- > & React.RefAttributes<RouteManagementWC>
131
+ > & React.RefAttributes<NotifyAuditManagementWC>
132
132
  >;
133
- export type RouteManagementRef = RouteManagementWC;
133
+ export type NotifyAuditManagementRef = NotifyAuditManagementWC;
134
134
 
135
135
  export declare const RuleManagement: React.ForwardRefExoticComponent<
136
136
  React.PropsWithChildren<
package/dist/react.cjs CHANGED
@@ -86,14 +86,14 @@ const InboxSubscription = React.forwardRef(function InboxSubscription(props, ref
86
86
  return React.createElement(customElements.getName(InboxSubscriptionWC) ?? 'inbox-subscription', { ...rest, ref: _mergeRefs(_innerRef, ref) }, children);
87
87
  });
88
88
 
89
- const NotifyAuditManagement = React.forwardRef(function NotifyAuditManagement(props, ref) {
89
+ const RouteManagement = React.forwardRef(function RouteManagement(props, ref) {
90
90
  const { children, ...rest } = props;
91
- return React.createElement(customElements.getName(NotifyAuditManagementWC) ?? 'notify-audit-management', { ...rest, ref }, children);
91
+ return React.createElement(customElements.getName(RouteManagementWC) ?? 'route-management', { ...rest, ref }, children);
92
92
  });
93
93
 
94
- const RouteManagement = React.forwardRef(function RouteManagement(props, ref) {
94
+ const NotifyAuditManagement = React.forwardRef(function NotifyAuditManagement(props, ref) {
95
95
  const { children, ...rest } = props;
96
- return React.createElement(customElements.getName(RouteManagementWC) ?? 'route-management', { ...rest, ref }, children);
96
+ return React.createElement(customElements.getName(NotifyAuditManagementWC) ?? 'notify-audit-management', { ...rest, ref }, children);
97
97
  });
98
98
 
99
99
  const RuleManagement = React.forwardRef(function RuleManagement(props, ref) {
@@ -299,8 +299,8 @@ module.exports = {
299
299
  FoundationInboxCounter,
300
300
  FoundationInboxFlyout,
301
301
  InboxSubscription,
302
- NotifyAuditManagement,
303
302
  RouteManagement,
303
+ NotifyAuditManagement,
304
304
  RuleManagement,
305
305
  TemplateManagement,
306
306
  RuleParameter,
package/dist/react.mjs CHANGED
@@ -84,14 +84,14 @@ export const InboxSubscription = React.forwardRef(function InboxSubscription(pro
84
84
  return React.createElement(customElements.getName(InboxSubscriptionWC) ?? 'inbox-subscription', { ...rest, ref: _mergeRefs(_innerRef, ref) }, children);
85
85
  });
86
86
 
87
- export const NotifyAuditManagement = React.forwardRef(function NotifyAuditManagement(props, ref) {
87
+ export const RouteManagement = React.forwardRef(function RouteManagement(props, ref) {
88
88
  const { children, ...rest } = props;
89
- return React.createElement(customElements.getName(NotifyAuditManagementWC) ?? 'notify-audit-management', { ...rest, ref }, children);
89
+ return React.createElement(customElements.getName(RouteManagementWC) ?? 'route-management', { ...rest, ref }, children);
90
90
  });
91
91
 
92
- export const RouteManagement = React.forwardRef(function RouteManagement(props, ref) {
92
+ export const NotifyAuditManagement = React.forwardRef(function NotifyAuditManagement(props, ref) {
93
93
  const { children, ...rest } = props;
94
- return React.createElement(customElements.getName(RouteManagementWC) ?? 'route-management', { ...rest, ref }, children);
94
+ return React.createElement(customElements.getName(NotifyAuditManagementWC) ?? 'notify-audit-management', { ...rest, ref }, children);
95
95
  });
96
96
 
97
97
  export const RuleManagement = React.forwardRef(function RuleManagement(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": "14.495.0",
4
+ "version": "14.496.0",
5
5
  "license": "SEE LICENSE IN license.txt",
6
6
  "workspaces": [
7
7
  "client"
@@ -83,30 +83,30 @@
83
83
  "@commitlint/format": "^19.0.3",
84
84
  "@genesiscommunitysuccess/cep-fast-plugin": "5.0.3",
85
85
  "@genesiscommunitysuccess/custom-elements-lsp": "5.0.3",
86
- "@genesislcap/design-system-configurator": "14.495.0",
87
- "@genesislcap/eslint-config": "14.495.0",
88
- "@genesislcap/eslint-stylelint-builder": "14.495.0",
89
- "@genesislcap/foundation-testing": "14.495.0",
90
- "@genesislcap/genx": "14.495.0",
91
- "@genesislcap/prettier-config": "14.495.0",
92
- "@genesislcap/stylelint-config": "14.495.0",
93
- "@genesislcap/vite-builder": "14.495.0",
94
- "@genesislcap/webpack-builder": "14.495.0",
86
+ "@genesislcap/design-system-configurator": "14.496.0",
87
+ "@genesislcap/eslint-config": "14.496.0",
88
+ "@genesislcap/eslint-stylelint-builder": "14.496.0",
89
+ "@genesislcap/foundation-testing": "14.496.0",
90
+ "@genesislcap/genx": "14.496.0",
91
+ "@genesislcap/prettier-config": "14.496.0",
92
+ "@genesislcap/stylelint-config": "14.496.0",
93
+ "@genesislcap/vite-builder": "14.496.0",
94
+ "@genesislcap/webpack-builder": "14.496.0",
95
95
  "dayjs": "^1.11.7"
96
96
  },
97
97
  "dependencies": {
98
- "@genesislcap/foundation-comms": "14.495.0",
99
- "@genesislcap/foundation-criteria": "14.495.0",
100
- "@genesislcap/foundation-entity-management": "14.495.0",
101
- "@genesislcap/foundation-forms": "14.495.0",
102
- "@genesislcap/foundation-layout": "14.495.0",
103
- "@genesislcap/foundation-logger": "14.495.0",
104
- "@genesislcap/foundation-notifications": "14.495.0",
105
- "@genesislcap/foundation-ui": "14.495.0",
106
- "@genesislcap/foundation-utils": "14.495.0",
107
- "@genesislcap/rapid-design-system": "14.495.0",
108
- "@genesislcap/rapid-grid-pro": "14.495.0",
109
- "@genesislcap/web-core": "14.495.0",
98
+ "@genesislcap/foundation-comms": "14.496.0",
99
+ "@genesislcap/foundation-criteria": "14.496.0",
100
+ "@genesislcap/foundation-entity-management": "14.496.0",
101
+ "@genesislcap/foundation-forms": "14.496.0",
102
+ "@genesislcap/foundation-layout": "14.496.0",
103
+ "@genesislcap/foundation-logger": "14.496.0",
104
+ "@genesislcap/foundation-notifications": "14.496.0",
105
+ "@genesislcap/foundation-ui": "14.496.0",
106
+ "@genesislcap/foundation-utils": "14.496.0",
107
+ "@genesislcap/rapid-design-system": "14.496.0",
108
+ "@genesislcap/rapid-grid-pro": "14.496.0",
109
+ "@genesislcap/web-core": "14.496.0",
110
110
  "lodash.debounce": "^4.0.8",
111
111
  "rxjs": "^7.5.4"
112
112
  },
@@ -114,5 +114,5 @@
114
114
  "access": "public"
115
115
  },
116
116
  "customElements": "dist/custom-elements.json",
117
- "gitHead": "24d26a75271717d40c0b6168b983bd8536a3db7f"
117
+ "gitHead": "2ae3ec60cab8440c6beb1da84e2d47239b11e9b5"
118
118
  }