@genesislcap/pbc-reconciliation-ui 15.3.2-FUI-2591.1 → 15.3.3
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 +21 -21
- package/package.json +27 -27
|
@@ -868,27 +868,6 @@
|
|
|
868
868
|
}
|
|
869
869
|
]
|
|
870
870
|
},
|
|
871
|
-
{
|
|
872
|
-
"kind": "javascript-module",
|
|
873
|
-
"path": "src/styles/scrollbar.styles.ts",
|
|
874
|
-
"declarations": [
|
|
875
|
-
{
|
|
876
|
-
"kind": "variable",
|
|
877
|
-
"name": "scrollbarStyles",
|
|
878
|
-
"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`"
|
|
879
|
-
}
|
|
880
|
-
],
|
|
881
|
-
"exports": [
|
|
882
|
-
{
|
|
883
|
-
"kind": "js",
|
|
884
|
-
"name": "scrollbarStyles",
|
|
885
|
-
"declaration": {
|
|
886
|
-
"name": "scrollbarStyles",
|
|
887
|
-
"module": "src/styles/scrollbar.styles.ts"
|
|
888
|
-
}
|
|
889
|
-
}
|
|
890
|
-
]
|
|
891
|
-
},
|
|
892
871
|
{
|
|
893
872
|
"kind": "javascript-module",
|
|
894
873
|
"path": "src/tags/index.ts",
|
|
@@ -910,6 +889,27 @@
|
|
|
910
889
|
"declarations": [],
|
|
911
890
|
"exports": []
|
|
912
891
|
},
|
|
892
|
+
{
|
|
893
|
+
"kind": "javascript-module",
|
|
894
|
+
"path": "src/styles/scrollbar.styles.ts",
|
|
895
|
+
"declarations": [
|
|
896
|
+
{
|
|
897
|
+
"kind": "variable",
|
|
898
|
+
"name": "scrollbarStyles",
|
|
899
|
+
"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`"
|
|
900
|
+
}
|
|
901
|
+
],
|
|
902
|
+
"exports": [
|
|
903
|
+
{
|
|
904
|
+
"kind": "js",
|
|
905
|
+
"name": "scrollbarStyles",
|
|
906
|
+
"declaration": {
|
|
907
|
+
"name": "scrollbarStyles",
|
|
908
|
+
"module": "src/styles/scrollbar.styles.ts"
|
|
909
|
+
}
|
|
910
|
+
}
|
|
911
|
+
]
|
|
912
|
+
},
|
|
913
913
|
{
|
|
914
914
|
"kind": "javascript-module",
|
|
915
915
|
"path": "src/utils/delete-row-action-cell-renderer.ts",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@genesislcap/pbc-reconciliation-ui",
|
|
3
3
|
"description": "Genesis PBC Reconciliation UI",
|
|
4
|
-
"version": "15.3.
|
|
4
|
+
"version": "15.3.3",
|
|
5
5
|
"license": "SEE LICENSE IN license.txt",
|
|
6
6
|
"main": "dist/esm/index.js",
|
|
7
7
|
"types": "dist/dts/index.d.ts",
|
|
@@ -86,41 +86,41 @@
|
|
|
86
86
|
"devDependencies": {
|
|
87
87
|
"@genesiscommunitysuccess/cep-fast-plugin": "5.0.3",
|
|
88
88
|
"@genesiscommunitysuccess/custom-elements-lsp": "5.0.3",
|
|
89
|
-
"@genesislcap/design-system-configurator": "15.3.
|
|
90
|
-
"@genesislcap/eslint-config": "15.3.
|
|
91
|
-
"@genesislcap/eslint-stylelint-builder": "15.3.
|
|
92
|
-
"@genesislcap/foundation-testing": "15.3.
|
|
93
|
-
"@genesislcap/genx": "15.3.
|
|
94
|
-
"@genesislcap/prettier-config": "15.3.
|
|
95
|
-
"@genesislcap/stylelint-config": "15.3.
|
|
96
|
-
"@genesislcap/uvu-playwright-builder": "15.3.
|
|
97
|
-
"@genesislcap/vite-builder": "15.3.
|
|
98
|
-
"@genesislcap/webpack-builder": "15.3.
|
|
89
|
+
"@genesislcap/design-system-configurator": "15.3.3",
|
|
90
|
+
"@genesislcap/eslint-config": "15.3.3",
|
|
91
|
+
"@genesislcap/eslint-stylelint-builder": "15.3.3",
|
|
92
|
+
"@genesislcap/foundation-testing": "15.3.3",
|
|
93
|
+
"@genesislcap/genx": "15.3.3",
|
|
94
|
+
"@genesislcap/prettier-config": "15.3.3",
|
|
95
|
+
"@genesislcap/stylelint-config": "15.3.3",
|
|
96
|
+
"@genesislcap/uvu-playwright-builder": "15.3.3",
|
|
97
|
+
"@genesislcap/vite-builder": "15.3.3",
|
|
98
|
+
"@genesislcap/webpack-builder": "15.3.3",
|
|
99
99
|
"@types/node": "20.11.5",
|
|
100
100
|
"husky": "^7.0.4",
|
|
101
101
|
"lint-prepush": "^2.2.1",
|
|
102
102
|
"lint-staged": "^12.4.1"
|
|
103
103
|
},
|
|
104
104
|
"dependencies": {
|
|
105
|
-
"@genesislcap/foundation-comms": "15.3.
|
|
106
|
-
"@genesislcap/foundation-events": "15.3.
|
|
107
|
-
"@genesislcap/foundation-layout": "15.3.
|
|
108
|
-
"@genesislcap/foundation-logger": "15.3.
|
|
109
|
-
"@genesislcap/foundation-notifications": "15.3.
|
|
110
|
-
"@genesislcap/foundation-shell": "15.3.
|
|
111
|
-
"@genesislcap/foundation-store": "15.3.
|
|
112
|
-
"@genesislcap/foundation-ui": "15.3.
|
|
113
|
-
"@genesislcap/foundation-utils": "15.3.
|
|
114
|
-
"@genesislcap/foundation-zero": "15.3.
|
|
115
|
-
"@genesislcap/foundation-zero-grid-pro": "15.3.
|
|
116
|
-
"@genesislcap/g2plot-chart": "15.3.
|
|
117
|
-
"@genesislcap/rapid-design-system": "15.3.
|
|
118
|
-
"@genesislcap/rapid-grid-pro": "15.3.
|
|
119
|
-
"@genesislcap/web-core": "15.3.
|
|
105
|
+
"@genesislcap/foundation-comms": "15.3.3",
|
|
106
|
+
"@genesislcap/foundation-events": "15.3.3",
|
|
107
|
+
"@genesislcap/foundation-layout": "15.3.3",
|
|
108
|
+
"@genesislcap/foundation-logger": "15.3.3",
|
|
109
|
+
"@genesislcap/foundation-notifications": "15.3.3",
|
|
110
|
+
"@genesislcap/foundation-shell": "15.3.3",
|
|
111
|
+
"@genesislcap/foundation-store": "15.3.3",
|
|
112
|
+
"@genesislcap/foundation-ui": "15.3.3",
|
|
113
|
+
"@genesislcap/foundation-utils": "15.3.3",
|
|
114
|
+
"@genesislcap/foundation-zero": "15.3.3",
|
|
115
|
+
"@genesislcap/foundation-zero-grid-pro": "15.3.3",
|
|
116
|
+
"@genesislcap/g2plot-chart": "15.3.3",
|
|
117
|
+
"@genesislcap/rapid-design-system": "15.3.3",
|
|
118
|
+
"@genesislcap/rapid-grid-pro": "15.3.3",
|
|
119
|
+
"@genesislcap/web-core": "15.3.3"
|
|
120
120
|
},
|
|
121
121
|
"publishConfig": {
|
|
122
122
|
"access": "public"
|
|
123
123
|
},
|
|
124
124
|
"customElements": "dist/custom-elements.json",
|
|
125
|
-
"gitHead": "
|
|
125
|
+
"gitHead": "f02b0631f64efa5fa842ba5f44028246fad7252c"
|
|
126
126
|
}
|