@genesislcap/pbc-notify-ui 14.484.0 → 14.484.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 +21 -21
- package/package.json +22 -22
|
@@ -379,6 +379,27 @@
|
|
|
379
379
|
}
|
|
380
380
|
]
|
|
381
381
|
},
|
|
382
|
+
{
|
|
383
|
+
"kind": "javascript-module",
|
|
384
|
+
"path": "src/styles/scrollbar.styles.ts",
|
|
385
|
+
"declarations": [
|
|
386
|
+
{
|
|
387
|
+
"kind": "variable",
|
|
388
|
+
"name": "scrollbarStyles",
|
|
389
|
+
"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`"
|
|
390
|
+
}
|
|
391
|
+
],
|
|
392
|
+
"exports": [
|
|
393
|
+
{
|
|
394
|
+
"kind": "js",
|
|
395
|
+
"name": "scrollbarStyles",
|
|
396
|
+
"declaration": {
|
|
397
|
+
"name": "scrollbarStyles",
|
|
398
|
+
"module": "src/styles/scrollbar.styles.ts"
|
|
399
|
+
}
|
|
400
|
+
}
|
|
401
|
+
]
|
|
402
|
+
},
|
|
382
403
|
{
|
|
383
404
|
"kind": "javascript-module",
|
|
384
405
|
"path": "src/utils/eventDetail.ts",
|
|
@@ -700,27 +721,6 @@
|
|
|
700
721
|
}
|
|
701
722
|
]
|
|
702
723
|
},
|
|
703
|
-
{
|
|
704
|
-
"kind": "javascript-module",
|
|
705
|
-
"path": "src/styles/scrollbar.styles.ts",
|
|
706
|
-
"declarations": [
|
|
707
|
-
{
|
|
708
|
-
"kind": "variable",
|
|
709
|
-
"name": "scrollbarStyles",
|
|
710
|
-
"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`"
|
|
711
|
-
}
|
|
712
|
-
],
|
|
713
|
-
"exports": [
|
|
714
|
-
{
|
|
715
|
-
"kind": "js",
|
|
716
|
-
"name": "scrollbarStyles",
|
|
717
|
-
"declaration": {
|
|
718
|
-
"name": "scrollbarStyles",
|
|
719
|
-
"module": "src/styles/scrollbar.styles.ts"
|
|
720
|
-
}
|
|
721
|
-
}
|
|
722
|
-
]
|
|
723
|
-
},
|
|
724
724
|
{
|
|
725
725
|
"kind": "javascript-module",
|
|
726
726
|
"path": "src/components/foundation-inbox/inbox.styles.ts",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@genesislcap/pbc-notify-ui",
|
|
3
3
|
"description": "Genesis PBC Notify UI",
|
|
4
|
-
"version": "14.484.
|
|
4
|
+
"version": "14.484.1",
|
|
5
5
|
"license": "SEE LICENSE IN license.txt",
|
|
6
6
|
"workspaces": [
|
|
7
7
|
"client"
|
|
@@ -83,29 +83,29 @@
|
|
|
83
83
|
"@commitlint/format": "^19.0.3",
|
|
84
84
|
"@genesiscommunitysuccess/cep-fast-plugin": "5.0.3",
|
|
85
85
|
"@genesiscommunitysuccess/custom-elements-lsp": "5.0.3",
|
|
86
|
-
"@genesislcap/design-system-configurator": "14.484.
|
|
87
|
-
"@genesislcap/eslint-config": "14.484.
|
|
88
|
-
"@genesislcap/eslint-stylelint-builder": "14.484.
|
|
89
|
-
"@genesislcap/foundation-testing": "14.484.
|
|
90
|
-
"@genesislcap/genx": "14.484.
|
|
91
|
-
"@genesislcap/prettier-config": "14.484.
|
|
92
|
-
"@genesislcap/stylelint-config": "14.484.
|
|
93
|
-
"@genesislcap/vite-builder": "14.484.
|
|
94
|
-
"@genesislcap/webpack-builder": "14.484.
|
|
86
|
+
"@genesislcap/design-system-configurator": "14.484.1",
|
|
87
|
+
"@genesislcap/eslint-config": "14.484.1",
|
|
88
|
+
"@genesislcap/eslint-stylelint-builder": "14.484.1",
|
|
89
|
+
"@genesislcap/foundation-testing": "14.484.1",
|
|
90
|
+
"@genesislcap/genx": "14.484.1",
|
|
91
|
+
"@genesislcap/prettier-config": "14.484.1",
|
|
92
|
+
"@genesislcap/stylelint-config": "14.484.1",
|
|
93
|
+
"@genesislcap/vite-builder": "14.484.1",
|
|
94
|
+
"@genesislcap/webpack-builder": "14.484.1",
|
|
95
95
|
"dayjs": "^1.11.7"
|
|
96
96
|
},
|
|
97
97
|
"dependencies": {
|
|
98
|
-
"@genesislcap/foundation-comms": "14.484.
|
|
99
|
-
"@genesislcap/foundation-criteria": "14.484.
|
|
100
|
-
"@genesislcap/foundation-entity-management": "14.484.
|
|
101
|
-
"@genesislcap/foundation-forms": "14.484.
|
|
102
|
-
"@genesislcap/foundation-layout": "14.484.
|
|
103
|
-
"@genesislcap/foundation-logger": "14.484.
|
|
104
|
-
"@genesislcap/foundation-notifications": "14.484.
|
|
105
|
-
"@genesislcap/foundation-utils": "14.484.
|
|
106
|
-
"@genesislcap/rapid-design-system": "14.484.
|
|
107
|
-
"@genesislcap/rapid-grid-pro": "14.484.
|
|
108
|
-
"@genesislcap/web-core": "14.484.
|
|
98
|
+
"@genesislcap/foundation-comms": "14.484.1",
|
|
99
|
+
"@genesislcap/foundation-criteria": "14.484.1",
|
|
100
|
+
"@genesislcap/foundation-entity-management": "14.484.1",
|
|
101
|
+
"@genesislcap/foundation-forms": "14.484.1",
|
|
102
|
+
"@genesislcap/foundation-layout": "14.484.1",
|
|
103
|
+
"@genesislcap/foundation-logger": "14.484.1",
|
|
104
|
+
"@genesislcap/foundation-notifications": "14.484.1",
|
|
105
|
+
"@genesislcap/foundation-utils": "14.484.1",
|
|
106
|
+
"@genesislcap/rapid-design-system": "14.484.1",
|
|
107
|
+
"@genesislcap/rapid-grid-pro": "14.484.1",
|
|
108
|
+
"@genesislcap/web-core": "14.484.1",
|
|
109
109
|
"lodash.debounce": "^4.0.8",
|
|
110
110
|
"rxjs": "^7.5.4"
|
|
111
111
|
},
|
|
@@ -113,5 +113,5 @@
|
|
|
113
113
|
"access": "public"
|
|
114
114
|
},
|
|
115
115
|
"customElements": "dist/custom-elements.json",
|
|
116
|
-
"gitHead": "
|
|
116
|
+
"gitHead": "805c947c8df90977fa68f5da82e358de498ada51"
|
|
117
117
|
}
|