@genesislcap/pbc-reconciliation-ui 14.486.0 → 14.486.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.
- package/dist/custom-elements.json +42 -42
- package/package.json +27 -27
|
@@ -788,48 +788,6 @@
|
|
|
788
788
|
}
|
|
789
789
|
]
|
|
790
790
|
},
|
|
791
|
-
{
|
|
792
|
-
"kind": "javascript-module",
|
|
793
|
-
"path": "src/styles/scrollbar.styles.ts",
|
|
794
|
-
"declarations": [
|
|
795
|
-
{
|
|
796
|
-
"kind": "variable",
|
|
797
|
-
"name": "scrollbarStyles",
|
|
798
|
-
"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`"
|
|
799
|
-
}
|
|
800
|
-
],
|
|
801
|
-
"exports": [
|
|
802
|
-
{
|
|
803
|
-
"kind": "js",
|
|
804
|
-
"name": "scrollbarStyles",
|
|
805
|
-
"declaration": {
|
|
806
|
-
"name": "scrollbarStyles",
|
|
807
|
-
"module": "src/styles/scrollbar.styles.ts"
|
|
808
|
-
}
|
|
809
|
-
}
|
|
810
|
-
]
|
|
811
|
-
},
|
|
812
|
-
{
|
|
813
|
-
"kind": "javascript-module",
|
|
814
|
-
"path": "src/tags/index.ts",
|
|
815
|
-
"declarations": [],
|
|
816
|
-
"exports": [
|
|
817
|
-
{
|
|
818
|
-
"kind": "js",
|
|
819
|
-
"name": "*",
|
|
820
|
-
"declaration": {
|
|
821
|
-
"name": "*",
|
|
822
|
-
"package": "./tags"
|
|
823
|
-
}
|
|
824
|
-
}
|
|
825
|
-
]
|
|
826
|
-
},
|
|
827
|
-
{
|
|
828
|
-
"kind": "javascript-module",
|
|
829
|
-
"path": "src/tags/tags.ts",
|
|
830
|
-
"declarations": [],
|
|
831
|
-
"exports": []
|
|
832
|
-
},
|
|
833
791
|
{
|
|
834
792
|
"kind": "javascript-module",
|
|
835
793
|
"path": "src/services/data-dictionary.service.ts",
|
|
@@ -910,6 +868,48 @@
|
|
|
910
868
|
}
|
|
911
869
|
]
|
|
912
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
|
+
{
|
|
893
|
+
"kind": "javascript-module",
|
|
894
|
+
"path": "src/tags/index.ts",
|
|
895
|
+
"declarations": [],
|
|
896
|
+
"exports": [
|
|
897
|
+
{
|
|
898
|
+
"kind": "js",
|
|
899
|
+
"name": "*",
|
|
900
|
+
"declaration": {
|
|
901
|
+
"name": "*",
|
|
902
|
+
"package": "./tags"
|
|
903
|
+
}
|
|
904
|
+
}
|
|
905
|
+
]
|
|
906
|
+
},
|
|
907
|
+
{
|
|
908
|
+
"kind": "javascript-module",
|
|
909
|
+
"path": "src/tags/tags.ts",
|
|
910
|
+
"declarations": [],
|
|
911
|
+
"exports": []
|
|
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": "14.486.
|
|
4
|
+
"version": "14.486.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,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": "14.486.
|
|
90
|
-
"@genesislcap/eslint-config": "14.486.
|
|
91
|
-
"@genesislcap/eslint-stylelint-builder": "14.486.
|
|
92
|
-
"@genesislcap/foundation-testing": "14.486.
|
|
93
|
-
"@genesislcap/genx": "14.486.
|
|
94
|
-
"@genesislcap/prettier-config": "14.486.
|
|
95
|
-
"@genesislcap/stylelint-config": "14.486.
|
|
96
|
-
"@genesislcap/uvu-playwright-builder": "14.486.
|
|
97
|
-
"@genesislcap/vite-builder": "14.486.
|
|
98
|
-
"@genesislcap/webpack-builder": "14.486.
|
|
89
|
+
"@genesislcap/design-system-configurator": "14.486.1",
|
|
90
|
+
"@genesislcap/eslint-config": "14.486.1",
|
|
91
|
+
"@genesislcap/eslint-stylelint-builder": "14.486.1",
|
|
92
|
+
"@genesislcap/foundation-testing": "14.486.1",
|
|
93
|
+
"@genesislcap/genx": "14.486.1",
|
|
94
|
+
"@genesislcap/prettier-config": "14.486.1",
|
|
95
|
+
"@genesislcap/stylelint-config": "14.486.1",
|
|
96
|
+
"@genesislcap/uvu-playwright-builder": "14.486.1",
|
|
97
|
+
"@genesislcap/vite-builder": "14.486.1",
|
|
98
|
+
"@genesislcap/webpack-builder": "14.486.1",
|
|
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": "14.486.
|
|
106
|
-
"@genesislcap/foundation-events": "14.486.
|
|
107
|
-
"@genesislcap/foundation-layout": "14.486.
|
|
108
|
-
"@genesislcap/foundation-logger": "14.486.
|
|
109
|
-
"@genesislcap/foundation-notifications": "14.486.
|
|
110
|
-
"@genesislcap/foundation-shell": "14.486.
|
|
111
|
-
"@genesislcap/foundation-store": "14.486.
|
|
112
|
-
"@genesislcap/foundation-ui": "14.486.
|
|
113
|
-
"@genesislcap/foundation-utils": "14.486.
|
|
114
|
-
"@genesislcap/foundation-zero": "14.486.
|
|
115
|
-
"@genesislcap/foundation-zero-grid-pro": "14.486.
|
|
116
|
-
"@genesislcap/g2plot-chart": "14.486.
|
|
117
|
-
"@genesislcap/rapid-design-system": "14.486.
|
|
118
|
-
"@genesislcap/rapid-grid-pro": "14.486.
|
|
119
|
-
"@genesislcap/web-core": "14.486.
|
|
105
|
+
"@genesislcap/foundation-comms": "14.486.1",
|
|
106
|
+
"@genesislcap/foundation-events": "14.486.1",
|
|
107
|
+
"@genesislcap/foundation-layout": "14.486.1",
|
|
108
|
+
"@genesislcap/foundation-logger": "14.486.1",
|
|
109
|
+
"@genesislcap/foundation-notifications": "14.486.1",
|
|
110
|
+
"@genesislcap/foundation-shell": "14.486.1",
|
|
111
|
+
"@genesislcap/foundation-store": "14.486.1",
|
|
112
|
+
"@genesislcap/foundation-ui": "14.486.1",
|
|
113
|
+
"@genesislcap/foundation-utils": "14.486.1",
|
|
114
|
+
"@genesislcap/foundation-zero": "14.486.1",
|
|
115
|
+
"@genesislcap/foundation-zero-grid-pro": "14.486.1",
|
|
116
|
+
"@genesislcap/g2plot-chart": "14.486.1",
|
|
117
|
+
"@genesislcap/rapid-design-system": "14.486.1",
|
|
118
|
+
"@genesislcap/rapid-grid-pro": "14.486.1",
|
|
119
|
+
"@genesislcap/web-core": "14.486.1"
|
|
120
120
|
},
|
|
121
121
|
"publishConfig": {
|
|
122
122
|
"access": "public"
|
|
123
123
|
},
|
|
124
124
|
"customElements": "dist/custom-elements.json",
|
|
125
|
-
"gitHead": "
|
|
125
|
+
"gitHead": "1e4e55b1ba9ef3aca8177127b52111d3ef0e53ae"
|
|
126
126
|
}
|