@genesislcap/pbc-reporting-ui 15.17.0 → 15.18.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.
- package/dist/custom-elements.json +144 -144
- package/package.json +22 -22
|
@@ -976,150 +976,6 @@
|
|
|
976
976
|
}
|
|
977
977
|
]
|
|
978
978
|
},
|
|
979
|
-
{
|
|
980
|
-
"kind": "javascript-module",
|
|
981
|
-
"path": "src/new/styles/constraints.styles.ts",
|
|
982
|
-
"declarations": [
|
|
983
|
-
{
|
|
984
|
-
"kind": "function",
|
|
985
|
-
"name": "constrainedDimensions",
|
|
986
|
-
"parameters": [
|
|
987
|
-
{
|
|
988
|
-
"name": "{ navToContentPx }",
|
|
989
|
-
"type": {
|
|
990
|
-
"text": "{ navToContentPx: number }"
|
|
991
|
-
}
|
|
992
|
-
}
|
|
993
|
-
],
|
|
994
|
-
"description": "Set the `--constrained-height` and `-constrained-width` css variables in a cssPartial\nwhich can be used to size `display: block` contents within bounds.\n\nVariable allows you to specify the height of the content from the top of the PBC to the content,\nallowing the content to be sized correctly\n\nLooks at `--app-top-height` which let's the PBC user specify extra pixel height (e.g. they have their\nown nav)"
|
|
995
|
-
}
|
|
996
|
-
],
|
|
997
|
-
"exports": [
|
|
998
|
-
{
|
|
999
|
-
"kind": "js",
|
|
1000
|
-
"name": "constrainedDimensions",
|
|
1001
|
-
"declaration": {
|
|
1002
|
-
"name": "constrainedDimensions",
|
|
1003
|
-
"module": "src/new/styles/constraints.styles.ts"
|
|
1004
|
-
}
|
|
1005
|
-
}
|
|
1006
|
-
]
|
|
1007
|
-
},
|
|
1008
|
-
{
|
|
1009
|
-
"kind": "javascript-module",
|
|
1010
|
-
"path": "src/new/styles/forms.styles.ts",
|
|
1011
|
-
"declarations": [
|
|
1012
|
-
{
|
|
1013
|
-
"kind": "function",
|
|
1014
|
-
"name": "optionMessageBubble",
|
|
1015
|
-
"parameters": [
|
|
1016
|
-
{
|
|
1017
|
-
"name": "dataAttr",
|
|
1018
|
-
"default": "'data-bubble-content'",
|
|
1019
|
-
"type": {
|
|
1020
|
-
"text": "string"
|
|
1021
|
-
}
|
|
1022
|
-
}
|
|
1023
|
-
]
|
|
1024
|
-
},
|
|
1025
|
-
{
|
|
1026
|
-
"kind": "variable",
|
|
1027
|
-
"name": "formLabel",
|
|
1028
|
-
"default": "css`\n .label {\n display: block;\n padding-bottom: calc(var(--design-unit) * 2px);\n color: var(--neutral-foreground-hint);\n margin: 0;\n cursor: pointer;\n font-size: var(--type-ramp-base-font-size);\n line-height: var(--type-ramp-base-line-height);\n }\n`"
|
|
1029
|
-
}
|
|
1030
|
-
],
|
|
1031
|
-
"exports": [
|
|
1032
|
-
{
|
|
1033
|
-
"kind": "js",
|
|
1034
|
-
"name": "optionMessageBubble",
|
|
1035
|
-
"declaration": {
|
|
1036
|
-
"name": "optionMessageBubble",
|
|
1037
|
-
"module": "src/new/styles/forms.styles.ts"
|
|
1038
|
-
}
|
|
1039
|
-
},
|
|
1040
|
-
{
|
|
1041
|
-
"kind": "js",
|
|
1042
|
-
"name": "formLabel",
|
|
1043
|
-
"declaration": {
|
|
1044
|
-
"name": "formLabel",
|
|
1045
|
-
"module": "src/new/styles/forms.styles.ts"
|
|
1046
|
-
}
|
|
1047
|
-
}
|
|
1048
|
-
]
|
|
1049
|
-
},
|
|
1050
|
-
{
|
|
1051
|
-
"kind": "javascript-module",
|
|
1052
|
-
"path": "src/new/styles/index.ts",
|
|
1053
|
-
"declarations": [],
|
|
1054
|
-
"exports": [
|
|
1055
|
-
{
|
|
1056
|
-
"kind": "js",
|
|
1057
|
-
"name": "*",
|
|
1058
|
-
"declaration": {
|
|
1059
|
-
"name": "*",
|
|
1060
|
-
"package": "./forms.styles"
|
|
1061
|
-
}
|
|
1062
|
-
},
|
|
1063
|
-
{
|
|
1064
|
-
"kind": "js",
|
|
1065
|
-
"name": "*",
|
|
1066
|
-
"declaration": {
|
|
1067
|
-
"name": "*",
|
|
1068
|
-
"package": "./misc.styles"
|
|
1069
|
-
}
|
|
1070
|
-
},
|
|
1071
|
-
{
|
|
1072
|
-
"kind": "js",
|
|
1073
|
-
"name": "*",
|
|
1074
|
-
"declaration": {
|
|
1075
|
-
"name": "*",
|
|
1076
|
-
"package": "./constraints.styles"
|
|
1077
|
-
}
|
|
1078
|
-
}
|
|
1079
|
-
]
|
|
1080
|
-
},
|
|
1081
|
-
{
|
|
1082
|
-
"kind": "javascript-module",
|
|
1083
|
-
"path": "src/new/styles/misc.styles.ts",
|
|
1084
|
-
"declarations": [
|
|
1085
|
-
{
|
|
1086
|
-
"kind": "variable",
|
|
1087
|
-
"name": "errorMessageStyles",
|
|
1088
|
-
"default": "css`\n .error-message {\n color: ${neutralForegroundRest};\n background-color: ${neutralLayer4};\n border-color: ${errorColor};\n border-radius: 7px;\n border-style: solid;\n border-width: 4px;\n padding: 5px;\n margin: 15px;\n text-align: center;\n width: fit-content;\n }\n`"
|
|
1089
|
-
},
|
|
1090
|
-
{
|
|
1091
|
-
"kind": "function",
|
|
1092
|
-
"name": "mixinScreen",
|
|
1093
|
-
"parameters": [
|
|
1094
|
-
{
|
|
1095
|
-
"name": "display",
|
|
1096
|
-
"default": "'block'",
|
|
1097
|
-
"type": {
|
|
1098
|
-
"text": "string"
|
|
1099
|
-
}
|
|
1100
|
-
}
|
|
1101
|
-
]
|
|
1102
|
-
}
|
|
1103
|
-
],
|
|
1104
|
-
"exports": [
|
|
1105
|
-
{
|
|
1106
|
-
"kind": "js",
|
|
1107
|
-
"name": "errorMessageStyles",
|
|
1108
|
-
"declaration": {
|
|
1109
|
-
"name": "errorMessageStyles",
|
|
1110
|
-
"module": "src/new/styles/misc.styles.ts"
|
|
1111
|
-
}
|
|
1112
|
-
},
|
|
1113
|
-
{
|
|
1114
|
-
"kind": "js",
|
|
1115
|
-
"name": "mixinScreen",
|
|
1116
|
-
"declaration": {
|
|
1117
|
-
"name": "mixinScreen",
|
|
1118
|
-
"module": "src/new/styles/misc.styles.ts"
|
|
1119
|
-
}
|
|
1120
|
-
}
|
|
1121
|
-
]
|
|
1122
|
-
},
|
|
1123
979
|
{
|
|
1124
980
|
"kind": "javascript-module",
|
|
1125
981
|
"path": "src/new/store/index.ts",
|
|
@@ -1345,6 +1201,150 @@
|
|
|
1345
1201
|
"declarations": [],
|
|
1346
1202
|
"exports": []
|
|
1347
1203
|
},
|
|
1204
|
+
{
|
|
1205
|
+
"kind": "javascript-module",
|
|
1206
|
+
"path": "src/new/styles/constraints.styles.ts",
|
|
1207
|
+
"declarations": [
|
|
1208
|
+
{
|
|
1209
|
+
"kind": "function",
|
|
1210
|
+
"name": "constrainedDimensions",
|
|
1211
|
+
"parameters": [
|
|
1212
|
+
{
|
|
1213
|
+
"name": "{ navToContentPx }",
|
|
1214
|
+
"type": {
|
|
1215
|
+
"text": "{ navToContentPx: number }"
|
|
1216
|
+
}
|
|
1217
|
+
}
|
|
1218
|
+
],
|
|
1219
|
+
"description": "Set the `--constrained-height` and `-constrained-width` css variables in a cssPartial\nwhich can be used to size `display: block` contents within bounds.\n\nVariable allows you to specify the height of the content from the top of the PBC to the content,\nallowing the content to be sized correctly\n\nLooks at `--app-top-height` which let's the PBC user specify extra pixel height (e.g. they have their\nown nav)"
|
|
1220
|
+
}
|
|
1221
|
+
],
|
|
1222
|
+
"exports": [
|
|
1223
|
+
{
|
|
1224
|
+
"kind": "js",
|
|
1225
|
+
"name": "constrainedDimensions",
|
|
1226
|
+
"declaration": {
|
|
1227
|
+
"name": "constrainedDimensions",
|
|
1228
|
+
"module": "src/new/styles/constraints.styles.ts"
|
|
1229
|
+
}
|
|
1230
|
+
}
|
|
1231
|
+
]
|
|
1232
|
+
},
|
|
1233
|
+
{
|
|
1234
|
+
"kind": "javascript-module",
|
|
1235
|
+
"path": "src/new/styles/forms.styles.ts",
|
|
1236
|
+
"declarations": [
|
|
1237
|
+
{
|
|
1238
|
+
"kind": "function",
|
|
1239
|
+
"name": "optionMessageBubble",
|
|
1240
|
+
"parameters": [
|
|
1241
|
+
{
|
|
1242
|
+
"name": "dataAttr",
|
|
1243
|
+
"default": "'data-bubble-content'",
|
|
1244
|
+
"type": {
|
|
1245
|
+
"text": "string"
|
|
1246
|
+
}
|
|
1247
|
+
}
|
|
1248
|
+
]
|
|
1249
|
+
},
|
|
1250
|
+
{
|
|
1251
|
+
"kind": "variable",
|
|
1252
|
+
"name": "formLabel",
|
|
1253
|
+
"default": "css`\n .label {\n display: block;\n padding-bottom: calc(var(--design-unit) * 2px);\n color: var(--neutral-foreground-hint);\n margin: 0;\n cursor: pointer;\n font-size: var(--type-ramp-base-font-size);\n line-height: var(--type-ramp-base-line-height);\n }\n`"
|
|
1254
|
+
}
|
|
1255
|
+
],
|
|
1256
|
+
"exports": [
|
|
1257
|
+
{
|
|
1258
|
+
"kind": "js",
|
|
1259
|
+
"name": "optionMessageBubble",
|
|
1260
|
+
"declaration": {
|
|
1261
|
+
"name": "optionMessageBubble",
|
|
1262
|
+
"module": "src/new/styles/forms.styles.ts"
|
|
1263
|
+
}
|
|
1264
|
+
},
|
|
1265
|
+
{
|
|
1266
|
+
"kind": "js",
|
|
1267
|
+
"name": "formLabel",
|
|
1268
|
+
"declaration": {
|
|
1269
|
+
"name": "formLabel",
|
|
1270
|
+
"module": "src/new/styles/forms.styles.ts"
|
|
1271
|
+
}
|
|
1272
|
+
}
|
|
1273
|
+
]
|
|
1274
|
+
},
|
|
1275
|
+
{
|
|
1276
|
+
"kind": "javascript-module",
|
|
1277
|
+
"path": "src/new/styles/index.ts",
|
|
1278
|
+
"declarations": [],
|
|
1279
|
+
"exports": [
|
|
1280
|
+
{
|
|
1281
|
+
"kind": "js",
|
|
1282
|
+
"name": "*",
|
|
1283
|
+
"declaration": {
|
|
1284
|
+
"name": "*",
|
|
1285
|
+
"package": "./forms.styles"
|
|
1286
|
+
}
|
|
1287
|
+
},
|
|
1288
|
+
{
|
|
1289
|
+
"kind": "js",
|
|
1290
|
+
"name": "*",
|
|
1291
|
+
"declaration": {
|
|
1292
|
+
"name": "*",
|
|
1293
|
+
"package": "./misc.styles"
|
|
1294
|
+
}
|
|
1295
|
+
},
|
|
1296
|
+
{
|
|
1297
|
+
"kind": "js",
|
|
1298
|
+
"name": "*",
|
|
1299
|
+
"declaration": {
|
|
1300
|
+
"name": "*",
|
|
1301
|
+
"package": "./constraints.styles"
|
|
1302
|
+
}
|
|
1303
|
+
}
|
|
1304
|
+
]
|
|
1305
|
+
},
|
|
1306
|
+
{
|
|
1307
|
+
"kind": "javascript-module",
|
|
1308
|
+
"path": "src/new/styles/misc.styles.ts",
|
|
1309
|
+
"declarations": [
|
|
1310
|
+
{
|
|
1311
|
+
"kind": "variable",
|
|
1312
|
+
"name": "errorMessageStyles",
|
|
1313
|
+
"default": "css`\n .error-message {\n color: ${neutralForegroundRest};\n background-color: ${neutralLayer4};\n border-color: ${errorColor};\n border-radius: 7px;\n border-style: solid;\n border-width: 4px;\n padding: 5px;\n margin: 15px;\n text-align: center;\n width: fit-content;\n }\n`"
|
|
1314
|
+
},
|
|
1315
|
+
{
|
|
1316
|
+
"kind": "function",
|
|
1317
|
+
"name": "mixinScreen",
|
|
1318
|
+
"parameters": [
|
|
1319
|
+
{
|
|
1320
|
+
"name": "display",
|
|
1321
|
+
"default": "'block'",
|
|
1322
|
+
"type": {
|
|
1323
|
+
"text": "string"
|
|
1324
|
+
}
|
|
1325
|
+
}
|
|
1326
|
+
]
|
|
1327
|
+
}
|
|
1328
|
+
],
|
|
1329
|
+
"exports": [
|
|
1330
|
+
{
|
|
1331
|
+
"kind": "js",
|
|
1332
|
+
"name": "errorMessageStyles",
|
|
1333
|
+
"declaration": {
|
|
1334
|
+
"name": "errorMessageStyles",
|
|
1335
|
+
"module": "src/new/styles/misc.styles.ts"
|
|
1336
|
+
}
|
|
1337
|
+
},
|
|
1338
|
+
{
|
|
1339
|
+
"kind": "js",
|
|
1340
|
+
"name": "mixinScreen",
|
|
1341
|
+
"declaration": {
|
|
1342
|
+
"name": "mixinScreen",
|
|
1343
|
+
"module": "src/new/styles/misc.styles.ts"
|
|
1344
|
+
}
|
|
1345
|
+
}
|
|
1346
|
+
]
|
|
1347
|
+
},
|
|
1348
1348
|
{
|
|
1349
1349
|
"kind": "javascript-module",
|
|
1350
1350
|
"path": "src/new/utils/alias-generator.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.
|
|
4
|
+
"version": "15.18.0",
|
|
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.
|
|
90
|
-
"@genesislcap/foundation-entity-management": "15.
|
|
91
|
-
"@genesislcap/foundation-events": "15.
|
|
92
|
-
"@genesislcap/foundation-forms": "15.
|
|
93
|
-
"@genesislcap/foundation-logger": "15.
|
|
94
|
-
"@genesislcap/foundation-notifications": "15.
|
|
95
|
-
"@genesislcap/foundation-ui": "15.
|
|
96
|
-
"@genesislcap/foundation-user": "15.
|
|
97
|
-
"@genesislcap/foundation-utils": "15.
|
|
98
|
-
"@genesislcap/foundation-zero": "15.
|
|
99
|
-
"@genesislcap/foundation-zero-grid-pro": "15.
|
|
100
|
-
"@genesislcap/grid-pro": "15.
|
|
101
|
-
"@genesislcap/rapid-design-system": "15.
|
|
102
|
-
"@genesislcap/rapid-grid-pro": "15.
|
|
103
|
-
"@genesislcap/web-core": "15.
|
|
89
|
+
"@genesislcap/foundation-comms": "15.18.0",
|
|
90
|
+
"@genesislcap/foundation-entity-management": "15.18.0",
|
|
91
|
+
"@genesislcap/foundation-events": "15.18.0",
|
|
92
|
+
"@genesislcap/foundation-forms": "15.18.0",
|
|
93
|
+
"@genesislcap/foundation-logger": "15.18.0",
|
|
94
|
+
"@genesislcap/foundation-notifications": "15.18.0",
|
|
95
|
+
"@genesislcap/foundation-ui": "15.18.0",
|
|
96
|
+
"@genesislcap/foundation-user": "15.18.0",
|
|
97
|
+
"@genesislcap/foundation-utils": "15.18.0",
|
|
98
|
+
"@genesislcap/foundation-zero": "15.18.0",
|
|
99
|
+
"@genesislcap/foundation-zero-grid-pro": "15.18.0",
|
|
100
|
+
"@genesislcap/grid-pro": "15.18.0",
|
|
101
|
+
"@genesislcap/rapid-design-system": "15.18.0",
|
|
102
|
+
"@genesislcap/rapid-grid-pro": "15.18.0",
|
|
103
|
+
"@genesislcap/web-core": "15.18.0",
|
|
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.
|
|
111
|
-
"@genesislcap/foundation-testing": "15.
|
|
112
|
-
"@genesislcap/genx": "15.
|
|
113
|
-
"@genesislcap/prettier-config": "15.
|
|
114
|
-
"@genesislcap/stylelint-config": "15.
|
|
110
|
+
"@genesislcap/eslint-config": "15.18.0",
|
|
111
|
+
"@genesislcap/foundation-testing": "15.18.0",
|
|
112
|
+
"@genesislcap/genx": "15.18.0",
|
|
113
|
+
"@genesislcap/prettier-config": "15.18.0",
|
|
114
|
+
"@genesislcap/stylelint-config": "15.18.0",
|
|
115
115
|
"@types/json-schema": "^7.0.11",
|
|
116
116
|
"playwright-lighthouse": "^4.0.0",
|
|
117
117
|
"rimraf": "^5.0.0"
|
|
@@ -120,5 +120,5 @@
|
|
|
120
120
|
"access": "public"
|
|
121
121
|
},
|
|
122
122
|
"customElements": "dist/custom-elements.json",
|
|
123
|
-
"gitHead": "
|
|
123
|
+
"gitHead": "a92013873774dbc7f67a32d37994f10777f86383"
|
|
124
124
|
}
|