@genesislcap/pbc-reporting-ui 1.0.369 → 1.0.371
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.
|
@@ -85,7 +85,7 @@ export function REPORT_COLUMN_DEFS(context) {
|
|
|
85
85
|
sortable: false,
|
|
86
86
|
cellStyle: {
|
|
87
87
|
display: 'flex',
|
|
88
|
-
justifyContent: 'flex-
|
|
88
|
+
justifyContent: 'flex-start',
|
|
89
89
|
alignItems: 'center',
|
|
90
90
|
},
|
|
91
91
|
cellRendererSelector: (params) => {
|
|
@@ -107,7 +107,7 @@ export function REPORT_COLUMN_DEFS(context) {
|
|
|
107
107
|
sortable: false,
|
|
108
108
|
cellStyle: {
|
|
109
109
|
display: 'flex',
|
|
110
|
-
justifyContent: 'flex-
|
|
110
|
+
justifyContent: 'flex-start',
|
|
111
111
|
alignItems: 'center',
|
|
112
112
|
},
|
|
113
113
|
cellRendererSelector: (params) => {
|
|
@@ -129,7 +129,7 @@ export function REPORT_COLUMN_DEFS(context) {
|
|
|
129
129
|
sortable: false,
|
|
130
130
|
cellStyle: {
|
|
131
131
|
display: 'flex',
|
|
132
|
-
justifyContent: 'flex-
|
|
132
|
+
justifyContent: 'flex-start',
|
|
133
133
|
alignItems: 'center',
|
|
134
134
|
},
|
|
135
135
|
cellRendererSelector: (params) => {
|
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@genesislcap/pbc-reporting-ui",
|
|
3
3
|
"description": "Genesis PBC Reporting UI",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.371",
|
|
5
5
|
"license": "SEE LICENSE IN license.txt",
|
|
6
6
|
"main": "dist/esm/index.js",
|
|
7
|
-
"types": "dist/
|
|
7
|
+
"types": "dist/dts/index.d.ts",
|
|
8
8
|
"engines": {
|
|
9
9
|
"node": ">=20.0.0"
|
|
10
10
|
},
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
},
|
|
14
14
|
"exports": {
|
|
15
15
|
".": {
|
|
16
|
-
"types": "./dist/
|
|
16
|
+
"types": "./dist/dts/index.d.ts",
|
|
17
17
|
"default": "./dist/esm/index.js"
|
|
18
18
|
},
|
|
19
19
|
"./config": {
|