@genesislcap/pbc-notify-ui 15.9.0 → 15.9.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 +23 -23
|
@@ -479,6 +479,27 @@
|
|
|
479
479
|
}
|
|
480
480
|
]
|
|
481
481
|
},
|
|
482
|
+
{
|
|
483
|
+
"kind": "javascript-module",
|
|
484
|
+
"path": "src/styles/scrollbar.styles.ts",
|
|
485
|
+
"declarations": [
|
|
486
|
+
{
|
|
487
|
+
"kind": "variable",
|
|
488
|
+
"name": "scrollbarStyles",
|
|
489
|
+
"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`"
|
|
490
|
+
}
|
|
491
|
+
],
|
|
492
|
+
"exports": [
|
|
493
|
+
{
|
|
494
|
+
"kind": "js",
|
|
495
|
+
"name": "scrollbarStyles",
|
|
496
|
+
"declaration": {
|
|
497
|
+
"name": "scrollbarStyles",
|
|
498
|
+
"module": "src/styles/scrollbar.styles.ts"
|
|
499
|
+
}
|
|
500
|
+
}
|
|
501
|
+
]
|
|
502
|
+
},
|
|
482
503
|
{
|
|
483
504
|
"kind": "javascript-module",
|
|
484
505
|
"path": "src/utils/eventDetail.ts",
|
|
@@ -800,27 +821,6 @@
|
|
|
800
821
|
}
|
|
801
822
|
]
|
|
802
823
|
},
|
|
803
|
-
{
|
|
804
|
-
"kind": "javascript-module",
|
|
805
|
-
"path": "src/styles/scrollbar.styles.ts",
|
|
806
|
-
"declarations": [
|
|
807
|
-
{
|
|
808
|
-
"kind": "variable",
|
|
809
|
-
"name": "scrollbarStyles",
|
|
810
|
-
"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`"
|
|
811
|
-
}
|
|
812
|
-
],
|
|
813
|
-
"exports": [
|
|
814
|
-
{
|
|
815
|
-
"kind": "js",
|
|
816
|
-
"name": "scrollbarStyles",
|
|
817
|
-
"declaration": {
|
|
818
|
-
"name": "scrollbarStyles",
|
|
819
|
-
"module": "src/styles/scrollbar.styles.ts"
|
|
820
|
-
}
|
|
821
|
-
}
|
|
822
|
-
]
|
|
823
|
-
},
|
|
824
824
|
{
|
|
825
825
|
"kind": "javascript-module",
|
|
826
826
|
"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": "15.9.
|
|
4
|
+
"version": "15.9.1",
|
|
5
5
|
"license": "SEE LICENSE IN license.txt",
|
|
6
6
|
"workspaces": [
|
|
7
7
|
"client"
|
|
@@ -81,30 +81,30 @@
|
|
|
81
81
|
"@commitlint/cli": "^19.2.1",
|
|
82
82
|
"@commitlint/config-conventional": "^19.1.0",
|
|
83
83
|
"@commitlint/format": "^19.0.3",
|
|
84
|
-
"@genesislcap/design-system-configurator": "15.9.
|
|
85
|
-
"@genesislcap/eslint-config": "15.9.
|
|
86
|
-
"@genesislcap/eslint-stylelint-builder": "15.9.
|
|
87
|
-
"@genesislcap/foundation-testing": "15.9.
|
|
88
|
-
"@genesislcap/genx": "15.9.
|
|
89
|
-
"@genesislcap/prettier-config": "15.9.
|
|
90
|
-
"@genesislcap/stylelint-config": "15.9.
|
|
91
|
-
"@genesislcap/vite-builder": "15.9.
|
|
92
|
-
"@genesislcap/webpack-builder": "15.9.
|
|
84
|
+
"@genesislcap/design-system-configurator": "15.9.1",
|
|
85
|
+
"@genesislcap/eslint-config": "15.9.1",
|
|
86
|
+
"@genesislcap/eslint-stylelint-builder": "15.9.1",
|
|
87
|
+
"@genesislcap/foundation-testing": "15.9.1",
|
|
88
|
+
"@genesislcap/genx": "15.9.1",
|
|
89
|
+
"@genesislcap/prettier-config": "15.9.1",
|
|
90
|
+
"@genesislcap/stylelint-config": "15.9.1",
|
|
91
|
+
"@genesislcap/vite-builder": "15.9.1",
|
|
92
|
+
"@genesislcap/webpack-builder": "15.9.1",
|
|
93
93
|
"dayjs": "^1.11.7"
|
|
94
94
|
},
|
|
95
95
|
"dependencies": {
|
|
96
|
-
"@genesislcap/foundation-comms": "15.9.
|
|
97
|
-
"@genesislcap/foundation-criteria": "15.9.
|
|
98
|
-
"@genesislcap/foundation-entity-management": "15.9.
|
|
99
|
-
"@genesislcap/foundation-forms": "15.9.
|
|
100
|
-
"@genesislcap/foundation-layout": "15.9.
|
|
101
|
-
"@genesislcap/foundation-logger": "15.9.
|
|
102
|
-
"@genesislcap/foundation-notifications": "15.9.
|
|
103
|
-
"@genesislcap/foundation-ui": "15.9.
|
|
104
|
-
"@genesislcap/foundation-utils": "15.9.
|
|
105
|
-
"@genesislcap/rapid-design-system": "15.9.
|
|
106
|
-
"@genesislcap/rapid-grid-pro": "15.9.
|
|
107
|
-
"@genesislcap/web-core": "15.9.
|
|
96
|
+
"@genesislcap/foundation-comms": "15.9.1",
|
|
97
|
+
"@genesislcap/foundation-criteria": "15.9.1",
|
|
98
|
+
"@genesislcap/foundation-entity-management": "15.9.1",
|
|
99
|
+
"@genesislcap/foundation-forms": "15.9.1",
|
|
100
|
+
"@genesislcap/foundation-layout": "15.9.1",
|
|
101
|
+
"@genesislcap/foundation-logger": "15.9.1",
|
|
102
|
+
"@genesislcap/foundation-notifications": "15.9.1",
|
|
103
|
+
"@genesislcap/foundation-ui": "15.9.1",
|
|
104
|
+
"@genesislcap/foundation-utils": "15.9.1",
|
|
105
|
+
"@genesislcap/rapid-design-system": "15.9.1",
|
|
106
|
+
"@genesislcap/rapid-grid-pro": "15.9.1",
|
|
107
|
+
"@genesislcap/web-core": "15.9.1",
|
|
108
108
|
"lodash.debounce": "^4.0.8",
|
|
109
109
|
"rxjs": "^7.5.4"
|
|
110
110
|
},
|
|
@@ -112,5 +112,5 @@
|
|
|
112
112
|
"access": "public"
|
|
113
113
|
},
|
|
114
114
|
"customElements": "dist/custom-elements.json",
|
|
115
|
-
"gitHead": "
|
|
115
|
+
"gitHead": "ebb65f317242acb27f8df7bd88c709f9482e5fe3"
|
|
116
116
|
}
|