@genesislcap/pbc-notify-ui 15.3.2-FUI-2591.1 → 15.3.3-alpha-4899ddd.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.
@@ -415,6 +415,27 @@
415
415
  }
416
416
  ]
417
417
  },
418
+ {
419
+ "kind": "javascript-module",
420
+ "path": "src/styles/scrollbar.styles.ts",
421
+ "declarations": [
422
+ {
423
+ "kind": "variable",
424
+ "name": "scrollbarStyles",
425
+ "default": "css`\n ::-webkit-scrollbar {\n width: calc((var(--base-height-multiplier) + var(--design-unit)) * 1px);\n }\n\n ::-webkit-scrollbar-track {\n background: var(--neutral-layer-1);\n }\n\n ::-webkit-scrollbar-thumb {\n background: var(--neutral-fill-rest);\n }\n`"
426
+ }
427
+ ],
428
+ "exports": [
429
+ {
430
+ "kind": "js",
431
+ "name": "scrollbarStyles",
432
+ "declaration": {
433
+ "name": "scrollbarStyles",
434
+ "module": "src/styles/scrollbar.styles.ts"
435
+ }
436
+ }
437
+ ]
438
+ },
418
439
  {
419
440
  "kind": "javascript-module",
420
441
  "path": "src/utils/eventDetail.ts",
@@ -736,27 +757,6 @@
736
757
  }
737
758
  ]
738
759
  },
739
- {
740
- "kind": "javascript-module",
741
- "path": "src/styles/scrollbar.styles.ts",
742
- "declarations": [
743
- {
744
- "kind": "variable",
745
- "name": "scrollbarStyles",
746
- "default": "css`\n ::-webkit-scrollbar {\n width: calc((var(--base-height-multiplier) + var(--design-unit)) * 1px);\n }\n\n ::-webkit-scrollbar-track {\n background: var(--neutral-layer-1);\n }\n\n ::-webkit-scrollbar-thumb {\n background: var(--neutral-fill-rest);\n }\n`"
747
- }
748
- ],
749
- "exports": [
750
- {
751
- "kind": "js",
752
- "name": "scrollbarStyles",
753
- "declaration": {
754
- "name": "scrollbarStyles",
755
- "module": "src/styles/scrollbar.styles.ts"
756
- }
757
- }
758
- ]
759
- },
760
760
  {
761
761
  "kind": "javascript-module",
762
762
  "path": "src/components/foundation-inbox/inbox.styles.ts",
@@ -5448,70 +5448,70 @@
5448
5448
  },
5449
5449
  {
5450
5450
  "kind": "javascript-module",
5451
- "path": "src/components/foundation-notification-dashboard/components/routes/route-management.ts",
5451
+ "path": "src/components/foundation-notification-dashboard/components/notify-audit/notify-audit-management.ts",
5452
5452
  "declarations": [
5453
5453
  {
5454
5454
  "kind": "class",
5455
5455
  "description": "",
5456
- "name": "RouteManagement",
5456
+ "name": "NotifyAuditManagement",
5457
5457
  "superclass": {
5458
5458
  "name": "GenesisElement",
5459
5459
  "package": "@genesislcap/web-core"
5460
5460
  },
5461
- "tagName": "route-management",
5461
+ "tagName": "notify-audit-management",
5462
5462
  "customElement": true
5463
5463
  }
5464
5464
  ],
5465
5465
  "exports": [
5466
5466
  {
5467
5467
  "kind": "js",
5468
- "name": "RouteManagement",
5468
+ "name": "NotifyAuditManagement",
5469
5469
  "declaration": {
5470
- "name": "RouteManagement",
5471
- "module": "src/components/foundation-notification-dashboard/components/routes/route-management.ts"
5470
+ "name": "NotifyAuditManagement",
5471
+ "module": "src/components/foundation-notification-dashboard/components/notify-audit/notify-audit-management.ts"
5472
5472
  }
5473
5473
  },
5474
5474
  {
5475
5475
  "kind": "custom-element-definition",
5476
- "name": "route-management",
5476
+ "name": "notify-audit-management",
5477
5477
  "declaration": {
5478
- "name": "RouteManagement",
5479
- "module": "src/components/foundation-notification-dashboard/components/routes/route-management.ts"
5478
+ "name": "NotifyAuditManagement",
5479
+ "module": "src/components/foundation-notification-dashboard/components/notify-audit/notify-audit-management.ts"
5480
5480
  }
5481
5481
  }
5482
5482
  ]
5483
5483
  },
5484
5484
  {
5485
5485
  "kind": "javascript-module",
5486
- "path": "src/components/foundation-notification-dashboard/components/notify-audit/notify-audit-management.ts",
5486
+ "path": "src/components/foundation-notification-dashboard/components/routes/route-management.ts",
5487
5487
  "declarations": [
5488
5488
  {
5489
5489
  "kind": "class",
5490
5490
  "description": "",
5491
- "name": "NotifyAuditManagement",
5491
+ "name": "RouteManagement",
5492
5492
  "superclass": {
5493
5493
  "name": "GenesisElement",
5494
5494
  "package": "@genesislcap/web-core"
5495
5495
  },
5496
- "tagName": "notify-audit-management",
5496
+ "tagName": "route-management",
5497
5497
  "customElement": true
5498
5498
  }
5499
5499
  ],
5500
5500
  "exports": [
5501
5501
  {
5502
5502
  "kind": "js",
5503
- "name": "NotifyAuditManagement",
5503
+ "name": "RouteManagement",
5504
5504
  "declaration": {
5505
- "name": "NotifyAuditManagement",
5506
- "module": "src/components/foundation-notification-dashboard/components/notify-audit/notify-audit-management.ts"
5505
+ "name": "RouteManagement",
5506
+ "module": "src/components/foundation-notification-dashboard/components/routes/route-management.ts"
5507
5507
  }
5508
5508
  },
5509
5509
  {
5510
5510
  "kind": "custom-element-definition",
5511
- "name": "notify-audit-management",
5511
+ "name": "route-management",
5512
5512
  "declaration": {
5513
- "name": "NotifyAuditManagement",
5514
- "module": "src/components/foundation-notification-dashboard/components/notify-audit/notify-audit-management.ts"
5513
+ "name": "RouteManagement",
5514
+ "module": "src/components/foundation-notification-dashboard/components/routes/route-management.ts"
5515
5515
  }
5516
5516
  }
5517
5517
  ]
@@ -115,23 +115,23 @@ export declare const InboxSubscription: React.ForwardRefExoticComponent<
115
115
  >;
116
116
  export type InboxSubscriptionRef = InboxSubscriptionWC;
117
117
 
118
- export declare const RouteManagement: React.ForwardRefExoticComponent<
118
+ export declare const NotifyAuditManagement: React.ForwardRefExoticComponent<
119
119
  React.PropsWithChildren<
120
- Omit<PublicOf<RouteManagementWC>, 'children' | 'style'> &
120
+ Omit<PublicOf<NotifyAuditManagementWC>, 'children' | 'style'> &
121
121
  HTMLWCProps & {
122
122
  }
123
- > & React.RefAttributes<RouteManagementWC>
123
+ > & React.RefAttributes<NotifyAuditManagementWC>
124
124
  >;
125
- export type RouteManagementRef = RouteManagementWC;
125
+ export type NotifyAuditManagementRef = NotifyAuditManagementWC;
126
126
 
127
- export declare const NotifyAuditManagement: React.ForwardRefExoticComponent<
127
+ export declare const RouteManagement: React.ForwardRefExoticComponent<
128
128
  React.PropsWithChildren<
129
- Omit<PublicOf<NotifyAuditManagementWC>, 'children' | 'style'> &
129
+ Omit<PublicOf<RouteManagementWC>, 'children' | 'style'> &
130
130
  HTMLWCProps & {
131
131
  }
132
- > & React.RefAttributes<NotifyAuditManagementWC>
132
+ > & React.RefAttributes<RouteManagementWC>
133
133
  >;
134
- export type NotifyAuditManagementRef = NotifyAuditManagementWC;
134
+ export type RouteManagementRef = RouteManagementWC;
135
135
 
136
136
  export declare const RuleManagement: React.ForwardRefExoticComponent<
137
137
  React.PropsWithChildren<
package/dist/react.cjs CHANGED
@@ -87,14 +87,14 @@ const InboxSubscription = React.forwardRef(function InboxSubscription(props, ref
87
87
  return React.createElement(customElements.getName(InboxSubscriptionWC) ?? 'inbox-subscription', { ...rest, ref: _mergeRefs(_innerRef, ref) }, children);
88
88
  });
89
89
 
90
- const RouteManagement = React.forwardRef(function RouteManagement(props, ref) {
90
+ const NotifyAuditManagement = React.forwardRef(function NotifyAuditManagement(props, ref) {
91
91
  const { children, ...rest } = props;
92
- return React.createElement(customElements.getName(RouteManagementWC) ?? 'route-management', { ...rest, ref }, children);
92
+ return React.createElement(customElements.getName(NotifyAuditManagementWC) ?? 'notify-audit-management', { ...rest, ref }, children);
93
93
  });
94
94
 
95
- const NotifyAuditManagement = React.forwardRef(function NotifyAuditManagement(props, ref) {
95
+ const RouteManagement = React.forwardRef(function RouteManagement(props, ref) {
96
96
  const { children, ...rest } = props;
97
- return React.createElement(customElements.getName(NotifyAuditManagementWC) ?? 'notify-audit-management', { ...rest, ref }, children);
97
+ return React.createElement(customElements.getName(RouteManagementWC) ?? 'route-management', { ...rest, ref }, children);
98
98
  });
99
99
 
100
100
  const RuleManagement = React.forwardRef(function RuleManagement(props, ref) {
@@ -305,8 +305,8 @@ module.exports = {
305
305
  FoundationInboxCounter,
306
306
  FoundationInboxFlyout,
307
307
  InboxSubscription,
308
- RouteManagement,
309
308
  NotifyAuditManagement,
309
+ RouteManagement,
310
310
  RuleManagement,
311
311
  TemplateManagement,
312
312
  RuleParameter,
package/dist/react.mjs CHANGED
@@ -85,14 +85,14 @@ export const InboxSubscription = React.forwardRef(function InboxSubscription(pro
85
85
  return React.createElement(customElements.getName(InboxSubscriptionWC) ?? 'inbox-subscription', { ...rest, ref: _mergeRefs(_innerRef, ref) }, children);
86
86
  });
87
87
 
88
- export const RouteManagement = React.forwardRef(function RouteManagement(props, ref) {
88
+ export const NotifyAuditManagement = React.forwardRef(function NotifyAuditManagement(props, ref) {
89
89
  const { children, ...rest } = props;
90
- return React.createElement(customElements.getName(RouteManagementWC) ?? 'route-management', { ...rest, ref }, children);
90
+ return React.createElement(customElements.getName(NotifyAuditManagementWC) ?? 'notify-audit-management', { ...rest, ref }, children);
91
91
  });
92
92
 
93
- export const NotifyAuditManagement = React.forwardRef(function NotifyAuditManagement(props, ref) {
93
+ export const RouteManagement = React.forwardRef(function RouteManagement(props, ref) {
94
94
  const { children, ...rest } = props;
95
- return React.createElement(customElements.getName(NotifyAuditManagementWC) ?? 'notify-audit-management', { ...rest, ref }, children);
95
+ return React.createElement(customElements.getName(RouteManagementWC) ?? 'route-management', { ...rest, ref }, children);
96
96
  });
97
97
 
98
98
  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": "15.3.2-FUI-2591.1",
4
+ "version": "15.3.3-alpha-4899ddd.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": "15.3.2-FUI-2591.1",
87
- "@genesislcap/eslint-config": "15.3.2-FUI-2591.1",
88
- "@genesislcap/eslint-stylelint-builder": "15.3.2-FUI-2591.1",
89
- "@genesislcap/foundation-testing": "15.3.2-FUI-2591.1",
90
- "@genesislcap/genx": "15.3.2-FUI-2591.1",
91
- "@genesislcap/prettier-config": "15.3.2-FUI-2591.1",
92
- "@genesislcap/stylelint-config": "15.3.2-FUI-2591.1",
93
- "@genesislcap/vite-builder": "15.3.2-FUI-2591.1",
94
- "@genesislcap/webpack-builder": "15.3.2-FUI-2591.1",
86
+ "@genesislcap/design-system-configurator": "15.3.3-alpha-4899ddd.0",
87
+ "@genesislcap/eslint-config": "15.3.3-alpha-4899ddd.0",
88
+ "@genesislcap/eslint-stylelint-builder": "15.3.3-alpha-4899ddd.0",
89
+ "@genesislcap/foundation-testing": "15.3.3-alpha-4899ddd.0",
90
+ "@genesislcap/genx": "15.3.3-alpha-4899ddd.0",
91
+ "@genesislcap/prettier-config": "15.3.3-alpha-4899ddd.0",
92
+ "@genesislcap/stylelint-config": "15.3.3-alpha-4899ddd.0",
93
+ "@genesislcap/vite-builder": "15.3.3-alpha-4899ddd.0",
94
+ "@genesislcap/webpack-builder": "15.3.3-alpha-4899ddd.0",
95
95
  "dayjs": "^1.11.7"
96
96
  },
97
97
  "dependencies": {
98
- "@genesislcap/foundation-comms": "15.3.2-FUI-2591.1",
99
- "@genesislcap/foundation-criteria": "15.3.2-FUI-2591.1",
100
- "@genesislcap/foundation-entity-management": "15.3.2-FUI-2591.1",
101
- "@genesislcap/foundation-forms": "15.3.2-FUI-2591.1",
102
- "@genesislcap/foundation-layout": "15.3.2-FUI-2591.1",
103
- "@genesislcap/foundation-logger": "15.3.2-FUI-2591.1",
104
- "@genesislcap/foundation-notifications": "15.3.2-FUI-2591.1",
105
- "@genesislcap/foundation-ui": "15.3.2-FUI-2591.1",
106
- "@genesislcap/foundation-utils": "15.3.2-FUI-2591.1",
107
- "@genesislcap/rapid-design-system": "15.3.2-FUI-2591.1",
108
- "@genesislcap/rapid-grid-pro": "15.3.2-FUI-2591.1",
109
- "@genesislcap/web-core": "15.3.2-FUI-2591.1",
98
+ "@genesislcap/foundation-comms": "15.3.3-alpha-4899ddd.0",
99
+ "@genesislcap/foundation-criteria": "15.3.3-alpha-4899ddd.0",
100
+ "@genesislcap/foundation-entity-management": "15.3.3-alpha-4899ddd.0",
101
+ "@genesislcap/foundation-forms": "15.3.3-alpha-4899ddd.0",
102
+ "@genesislcap/foundation-layout": "15.3.3-alpha-4899ddd.0",
103
+ "@genesislcap/foundation-logger": "15.3.3-alpha-4899ddd.0",
104
+ "@genesislcap/foundation-notifications": "15.3.3-alpha-4899ddd.0",
105
+ "@genesislcap/foundation-ui": "15.3.3-alpha-4899ddd.0",
106
+ "@genesislcap/foundation-utils": "15.3.3-alpha-4899ddd.0",
107
+ "@genesislcap/rapid-design-system": "15.3.3-alpha-4899ddd.0",
108
+ "@genesislcap/rapid-grid-pro": "15.3.3-alpha-4899ddd.0",
109
+ "@genesislcap/web-core": "15.3.3-alpha-4899ddd.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": "36595b8ce13d31fda4bb2638948c78931133159a"
117
+ "gitHead": "aaf601ba5464fd53d1edc1a690443b6e38f5dff3"
118
118
  }