@genesislcap/pbc-reporting-ui 15.3.1 → 15.3.2-FUI-2591.1

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.
Files changed (2) hide show
  1. package/dist/custom-elements.json +109 -109
  2. package/package.json +22 -22
@@ -4395,115 +4395,6 @@
4395
4395
  }
4396
4396
  ]
4397
4397
  },
4398
- {
4399
- "kind": "javascript-module",
4400
- "path": "src/new/lib/redux-store/index.ts",
4401
- "declarations": [],
4402
- "exports": [
4403
- {
4404
- "kind": "js",
4405
- "name": "*",
4406
- "declaration": {
4407
- "name": "*",
4408
- "package": "./store"
4409
- }
4410
- },
4411
- {
4412
- "kind": "js",
4413
- "name": "*",
4414
- "declaration": {
4415
- "name": "*",
4416
- "package": "./state-utils"
4417
- }
4418
- }
4419
- ]
4420
- },
4421
- {
4422
- "kind": "javascript-module",
4423
- "path": "src/new/lib/redux-store/state-utils.ts",
4424
- "declarations": [],
4425
- "exports": [
4426
- {
4427
- "kind": "js",
4428
- "name": "find",
4429
- "declaration": {
4430
- "name": "find",
4431
- "package": "lodash"
4432
- }
4433
- },
4434
- {
4435
- "kind": "js",
4436
- "name": "get",
4437
- "declaration": {
4438
- "name": "get",
4439
- "package": "lodash"
4440
- }
4441
- },
4442
- {
4443
- "kind": "js",
4444
- "name": "set",
4445
- "declaration": {
4446
- "name": "set",
4447
- "package": "lodash"
4448
- }
4449
- },
4450
- {
4451
- "kind": "js",
4452
- "name": "findIndex",
4453
- "declaration": {
4454
- "name": "findIndex",
4455
- "package": "lodash"
4456
- }
4457
- }
4458
- ]
4459
- },
4460
- {
4461
- "kind": "javascript-module",
4462
- "path": "src/new/lib/redux-store/store.ts",
4463
- "declarations": [
4464
- {
4465
- "kind": "function",
4466
- "name": "createStore",
4467
- "return": {
4468
- "type": {
4469
- "text": "StoreReturn<S>"
4470
- }
4471
- },
4472
- "parameters": [
4473
- {
4474
- "name": "slices",
4475
- "type": {
4476
- "text": "S"
4477
- }
4478
- },
4479
- {
4480
- "name": "preloadedState",
4481
- "type": {
4482
- "text": "RootStateFromSlices<S>"
4483
- }
4484
- }
4485
- ]
4486
- }
4487
- ],
4488
- "exports": [
4489
- {
4490
- "kind": "js",
4491
- "name": "createSlice",
4492
- "declaration": {
4493
- "name": "createSlice",
4494
- "package": "@reduxjs/toolkit"
4495
- }
4496
- },
4497
- {
4498
- "kind": "js",
4499
- "name": "createStore",
4500
- "declaration": {
4501
- "name": "createStore",
4502
- "module": "src/new/lib/redux-store/store.ts"
4503
- }
4504
- }
4505
- ]
4506
- },
4507
4398
  {
4508
4399
  "kind": "javascript-module",
4509
4400
  "path": "src/new/components/clone-report-config-modal/clone-report-config-modal.styles.ts",
@@ -5178,6 +5069,115 @@
5178
5069
  }
5179
5070
  ]
5180
5071
  },
5072
+ {
5073
+ "kind": "javascript-module",
5074
+ "path": "src/new/lib/redux-store/index.ts",
5075
+ "declarations": [],
5076
+ "exports": [
5077
+ {
5078
+ "kind": "js",
5079
+ "name": "*",
5080
+ "declaration": {
5081
+ "name": "*",
5082
+ "package": "./store"
5083
+ }
5084
+ },
5085
+ {
5086
+ "kind": "js",
5087
+ "name": "*",
5088
+ "declaration": {
5089
+ "name": "*",
5090
+ "package": "./state-utils"
5091
+ }
5092
+ }
5093
+ ]
5094
+ },
5095
+ {
5096
+ "kind": "javascript-module",
5097
+ "path": "src/new/lib/redux-store/state-utils.ts",
5098
+ "declarations": [],
5099
+ "exports": [
5100
+ {
5101
+ "kind": "js",
5102
+ "name": "find",
5103
+ "declaration": {
5104
+ "name": "find",
5105
+ "package": "lodash"
5106
+ }
5107
+ },
5108
+ {
5109
+ "kind": "js",
5110
+ "name": "get",
5111
+ "declaration": {
5112
+ "name": "get",
5113
+ "package": "lodash"
5114
+ }
5115
+ },
5116
+ {
5117
+ "kind": "js",
5118
+ "name": "set",
5119
+ "declaration": {
5120
+ "name": "set",
5121
+ "package": "lodash"
5122
+ }
5123
+ },
5124
+ {
5125
+ "kind": "js",
5126
+ "name": "findIndex",
5127
+ "declaration": {
5128
+ "name": "findIndex",
5129
+ "package": "lodash"
5130
+ }
5131
+ }
5132
+ ]
5133
+ },
5134
+ {
5135
+ "kind": "javascript-module",
5136
+ "path": "src/new/lib/redux-store/store.ts",
5137
+ "declarations": [
5138
+ {
5139
+ "kind": "function",
5140
+ "name": "createStore",
5141
+ "return": {
5142
+ "type": {
5143
+ "text": "StoreReturn<S>"
5144
+ }
5145
+ },
5146
+ "parameters": [
5147
+ {
5148
+ "name": "slices",
5149
+ "type": {
5150
+ "text": "S"
5151
+ }
5152
+ },
5153
+ {
5154
+ "name": "preloadedState",
5155
+ "type": {
5156
+ "text": "RootStateFromSlices<S>"
5157
+ }
5158
+ }
5159
+ ]
5160
+ }
5161
+ ],
5162
+ "exports": [
5163
+ {
5164
+ "kind": "js",
5165
+ "name": "createSlice",
5166
+ "declaration": {
5167
+ "name": "createSlice",
5168
+ "package": "@reduxjs/toolkit"
5169
+ }
5170
+ },
5171
+ {
5172
+ "kind": "js",
5173
+ "name": "createStore",
5174
+ "declaration": {
5175
+ "name": "createStore",
5176
+ "module": "src/new/lib/redux-store/store.ts"
5177
+ }
5178
+ }
5179
+ ]
5180
+ },
5181
5181
  {
5182
5182
  "kind": "javascript-module",
5183
5183
  "path": "src/new/main/edit-config/config-journey-orchestrator.styles.ts",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/pbc-reporting-ui",
3
3
  "description": "Genesis PBC Reporting UI",
4
- "version": "15.3.1",
4
+ "version": "15.3.2-FUI-2591.1",
5
5
  "license": "SEE LICENSE IN license.txt",
6
6
  "main": "dist/esm/index.js",
7
7
  "types": "dist/dts/index.d.ts",
@@ -86,21 +86,21 @@
86
86
  "@ag-grid-community/core": "29.2.0"
87
87
  },
88
88
  "dependencies": {
89
- "@genesislcap/foundation-comms": "15.3.1",
90
- "@genesislcap/foundation-entity-management": "15.3.1",
91
- "@genesislcap/foundation-events": "15.3.1",
92
- "@genesislcap/foundation-forms": "15.3.1",
93
- "@genesislcap/foundation-logger": "15.3.1",
94
- "@genesislcap/foundation-notifications": "15.3.1",
95
- "@genesislcap/foundation-ui": "15.3.1",
96
- "@genesislcap/foundation-user": "15.3.1",
97
- "@genesislcap/foundation-utils": "15.3.1",
98
- "@genesislcap/foundation-zero": "15.3.1",
99
- "@genesislcap/foundation-zero-grid-pro": "15.3.1",
100
- "@genesislcap/grid-pro": "15.3.1",
101
- "@genesislcap/rapid-design-system": "15.3.1",
102
- "@genesislcap/rapid-grid-pro": "15.3.1",
103
- "@genesislcap/web-core": "15.3.1",
89
+ "@genesislcap/foundation-comms": "15.3.2-FUI-2591.1",
90
+ "@genesislcap/foundation-entity-management": "15.3.2-FUI-2591.1",
91
+ "@genesislcap/foundation-events": "15.3.2-FUI-2591.1",
92
+ "@genesislcap/foundation-forms": "15.3.2-FUI-2591.1",
93
+ "@genesislcap/foundation-logger": "15.3.2-FUI-2591.1",
94
+ "@genesislcap/foundation-notifications": "15.3.2-FUI-2591.1",
95
+ "@genesislcap/foundation-ui": "15.3.2-FUI-2591.1",
96
+ "@genesislcap/foundation-user": "15.3.2-FUI-2591.1",
97
+ "@genesislcap/foundation-utils": "15.3.2-FUI-2591.1",
98
+ "@genesislcap/foundation-zero": "15.3.2-FUI-2591.1",
99
+ "@genesislcap/foundation-zero-grid-pro": "15.3.2-FUI-2591.1",
100
+ "@genesislcap/grid-pro": "15.3.2-FUI-2591.1",
101
+ "@genesislcap/rapid-design-system": "15.3.2-FUI-2591.1",
102
+ "@genesislcap/rapid-grid-pro": "15.3.2-FUI-2591.1",
103
+ "@genesislcap/web-core": "15.3.2-FUI-2591.1",
104
104
  "@reduxjs/toolkit": "^2.2.5",
105
105
  "@types/node": "^22.10.2",
106
106
  "change-case": "^5.4.3",
@@ -109,11 +109,11 @@
109
109
  "devDependencies": {
110
110
  "@genesiscommunitysuccess/cep-fast-plugin": "^5.0.3",
111
111
  "@genesiscommunitysuccess/custom-elements-lsp": "^5.0.3",
112
- "@genesislcap/eslint-config": "15.3.1",
113
- "@genesislcap/foundation-testing": "15.3.1",
114
- "@genesislcap/genx": "15.3.1",
115
- "@genesislcap/prettier-config": "15.3.1",
116
- "@genesislcap/stylelint-config": "15.3.1",
112
+ "@genesislcap/eslint-config": "15.3.2-FUI-2591.1",
113
+ "@genesislcap/foundation-testing": "15.3.2-FUI-2591.1",
114
+ "@genesislcap/genx": "15.3.2-FUI-2591.1",
115
+ "@genesislcap/prettier-config": "15.3.2-FUI-2591.1",
116
+ "@genesislcap/stylelint-config": "15.3.2-FUI-2591.1",
117
117
  "@types/json-schema": "^7.0.11",
118
118
  "playwright-lighthouse": "^4.0.0",
119
119
  "rimraf": "^5.0.0"
@@ -122,5 +122,5 @@
122
122
  "access": "public"
123
123
  },
124
124
  "customElements": "dist/custom-elements.json",
125
- "gitHead": "1c3a33f7d56acec166f832b9610e83343a8873e6"
125
+ "gitHead": "36595b8ce13d31fda4bb2638948c78931133159a"
126
126
  }