@genesislcap/pbc-reporting-ui 15.24.2 → 15.25.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 +21 -21
@@ -5111,6 +5111,115 @@
5111
5111
  }
5112
5112
  ]
5113
5113
  },
5114
+ {
5115
+ "kind": "javascript-module",
5116
+ "path": "src/new/lib/redux-store/index.ts",
5117
+ "declarations": [],
5118
+ "exports": [
5119
+ {
5120
+ "kind": "js",
5121
+ "name": "*",
5122
+ "declaration": {
5123
+ "name": "*",
5124
+ "package": "./store"
5125
+ }
5126
+ },
5127
+ {
5128
+ "kind": "js",
5129
+ "name": "*",
5130
+ "declaration": {
5131
+ "name": "*",
5132
+ "package": "./state-utils"
5133
+ }
5134
+ }
5135
+ ]
5136
+ },
5137
+ {
5138
+ "kind": "javascript-module",
5139
+ "path": "src/new/lib/redux-store/state-utils.ts",
5140
+ "declarations": [],
5141
+ "exports": [
5142
+ {
5143
+ "kind": "js",
5144
+ "name": "find",
5145
+ "declaration": {
5146
+ "name": "find",
5147
+ "package": "lodash"
5148
+ }
5149
+ },
5150
+ {
5151
+ "kind": "js",
5152
+ "name": "get",
5153
+ "declaration": {
5154
+ "name": "get",
5155
+ "package": "lodash"
5156
+ }
5157
+ },
5158
+ {
5159
+ "kind": "js",
5160
+ "name": "set",
5161
+ "declaration": {
5162
+ "name": "set",
5163
+ "package": "lodash"
5164
+ }
5165
+ },
5166
+ {
5167
+ "kind": "js",
5168
+ "name": "findIndex",
5169
+ "declaration": {
5170
+ "name": "findIndex",
5171
+ "package": "lodash"
5172
+ }
5173
+ }
5174
+ ]
5175
+ },
5176
+ {
5177
+ "kind": "javascript-module",
5178
+ "path": "src/new/lib/redux-store/store.ts",
5179
+ "declarations": [
5180
+ {
5181
+ "kind": "function",
5182
+ "name": "createStore",
5183
+ "return": {
5184
+ "type": {
5185
+ "text": "StoreReturn<S>"
5186
+ }
5187
+ },
5188
+ "parameters": [
5189
+ {
5190
+ "name": "slices",
5191
+ "type": {
5192
+ "text": "S"
5193
+ }
5194
+ },
5195
+ {
5196
+ "name": "preloadedState",
5197
+ "type": {
5198
+ "text": "RootStateFromSlices<S>"
5199
+ }
5200
+ }
5201
+ ]
5202
+ }
5203
+ ],
5204
+ "exports": [
5205
+ {
5206
+ "kind": "js",
5207
+ "name": "createSlice",
5208
+ "declaration": {
5209
+ "name": "createSlice",
5210
+ "package": "@reduxjs/toolkit"
5211
+ }
5212
+ },
5213
+ {
5214
+ "kind": "js",
5215
+ "name": "createStore",
5216
+ "declaration": {
5217
+ "name": "createStore",
5218
+ "module": "src/new/lib/redux-store/store.ts"
5219
+ }
5220
+ }
5221
+ ]
5222
+ },
5114
5223
  {
5115
5224
  "kind": "javascript-module",
5116
5225
  "path": "src/new/main/edit-config/config-journey-orchestrator.styles.ts",
@@ -5698,115 +5807,6 @@
5698
5807
  }
5699
5808
  ]
5700
5809
  },
5701
- {
5702
- "kind": "javascript-module",
5703
- "path": "src/new/lib/redux-store/index.ts",
5704
- "declarations": [],
5705
- "exports": [
5706
- {
5707
- "kind": "js",
5708
- "name": "*",
5709
- "declaration": {
5710
- "name": "*",
5711
- "package": "./store"
5712
- }
5713
- },
5714
- {
5715
- "kind": "js",
5716
- "name": "*",
5717
- "declaration": {
5718
- "name": "*",
5719
- "package": "./state-utils"
5720
- }
5721
- }
5722
- ]
5723
- },
5724
- {
5725
- "kind": "javascript-module",
5726
- "path": "src/new/lib/redux-store/state-utils.ts",
5727
- "declarations": [],
5728
- "exports": [
5729
- {
5730
- "kind": "js",
5731
- "name": "find",
5732
- "declaration": {
5733
- "name": "find",
5734
- "package": "lodash"
5735
- }
5736
- },
5737
- {
5738
- "kind": "js",
5739
- "name": "get",
5740
- "declaration": {
5741
- "name": "get",
5742
- "package": "lodash"
5743
- }
5744
- },
5745
- {
5746
- "kind": "js",
5747
- "name": "set",
5748
- "declaration": {
5749
- "name": "set",
5750
- "package": "lodash"
5751
- }
5752
- },
5753
- {
5754
- "kind": "js",
5755
- "name": "findIndex",
5756
- "declaration": {
5757
- "name": "findIndex",
5758
- "package": "lodash"
5759
- }
5760
- }
5761
- ]
5762
- },
5763
- {
5764
- "kind": "javascript-module",
5765
- "path": "src/new/lib/redux-store/store.ts",
5766
- "declarations": [
5767
- {
5768
- "kind": "function",
5769
- "name": "createStore",
5770
- "return": {
5771
- "type": {
5772
- "text": "StoreReturn<S>"
5773
- }
5774
- },
5775
- "parameters": [
5776
- {
5777
- "name": "slices",
5778
- "type": {
5779
- "text": "S"
5780
- }
5781
- },
5782
- {
5783
- "name": "preloadedState",
5784
- "type": {
5785
- "text": "RootStateFromSlices<S>"
5786
- }
5787
- }
5788
- ]
5789
- }
5790
- ],
5791
- "exports": [
5792
- {
5793
- "kind": "js",
5794
- "name": "createSlice",
5795
- "declaration": {
5796
- "name": "createSlice",
5797
- "package": "@reduxjs/toolkit"
5798
- }
5799
- },
5800
- {
5801
- "kind": "js",
5802
- "name": "createStore",
5803
- "declaration": {
5804
- "name": "createStore",
5805
- "module": "src/new/lib/redux-store/store.ts"
5806
- }
5807
- }
5808
- ]
5809
- },
5810
5810
  {
5811
5811
  "kind": "javascript-module",
5812
5812
  "path": "src/old/assets/images/index.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.24.2",
4
+ "version": "15.25.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,32 +86,32 @@
86
86
  "@ag-grid-community/core": "29.2.0"
87
87
  },
88
88
  "dependencies": {
89
- "@genesislcap/foundation-comms": "15.24.2",
90
- "@genesislcap/foundation-entity-management": "15.24.2",
91
- "@genesislcap/foundation-events": "15.24.2",
92
- "@genesislcap/foundation-forms": "15.24.2",
93
- "@genesislcap/foundation-logger": "15.24.2",
94
- "@genesislcap/foundation-notifications": "15.24.2",
95
- "@genesislcap/foundation-ui": "15.24.2",
96
- "@genesislcap/foundation-user": "15.24.2",
97
- "@genesislcap/foundation-utils": "15.24.2",
98
- "@genesislcap/foundation-zero": "15.24.2",
99
- "@genesislcap/foundation-zero-grid-pro": "15.24.2",
100
- "@genesislcap/grid-pro": "15.24.2",
101
- "@genesislcap/rapid-design-system": "15.24.2",
102
- "@genesislcap/rapid-grid-pro": "15.24.2",
103
- "@genesislcap/web-core": "15.24.2",
89
+ "@genesislcap/foundation-comms": "15.25.1",
90
+ "@genesislcap/foundation-entity-management": "15.25.1",
91
+ "@genesislcap/foundation-events": "15.25.1",
92
+ "@genesislcap/foundation-forms": "15.25.1",
93
+ "@genesislcap/foundation-logger": "15.25.1",
94
+ "@genesislcap/foundation-notifications": "15.25.1",
95
+ "@genesislcap/foundation-ui": "15.25.1",
96
+ "@genesislcap/foundation-user": "15.25.1",
97
+ "@genesislcap/foundation-utils": "15.25.1",
98
+ "@genesislcap/foundation-zero": "15.25.1",
99
+ "@genesislcap/foundation-zero-grid-pro": "15.25.1",
100
+ "@genesislcap/grid-pro": "15.25.1",
101
+ "@genesislcap/rapid-design-system": "15.25.1",
102
+ "@genesislcap/rapid-grid-pro": "15.25.1",
103
+ "@genesislcap/web-core": "15.25.1",
104
104
  "@reduxjs/toolkit": "^2.2.5",
105
105
  "@types/node": "^22.10.2",
106
106
  "change-case": "^5.4.3",
107
107
  "lodash": "^4.17.21"
108
108
  },
109
109
  "devDependencies": {
110
- "@genesislcap/eslint-config": "15.24.2",
111
- "@genesislcap/foundation-testing": "15.24.2",
112
- "@genesislcap/genx": "15.24.2",
113
- "@genesislcap/prettier-config": "15.24.2",
114
- "@genesislcap/stylelint-config": "15.24.2",
110
+ "@genesislcap/eslint-config": "15.25.1",
111
+ "@genesislcap/foundation-testing": "15.25.1",
112
+ "@genesislcap/genx": "15.25.1",
113
+ "@genesislcap/prettier-config": "15.25.1",
114
+ "@genesislcap/stylelint-config": "15.25.1",
115
115
  "@types/json-schema": "^7.0.11",
116
116
  "playwright-lighthouse": "^4.0.0",
117
117
  "rimraf": "^5.0.0"