@genesislcap/pbc-notify-ui 14.499.0 → 14.500.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.
@@ -399,6 +399,27 @@
399
399
  }
400
400
  ]
401
401
  },
402
+ {
403
+ "kind": "javascript-module",
404
+ "path": "src/styles/scrollbar.styles.ts",
405
+ "declarations": [
406
+ {
407
+ "kind": "variable",
408
+ "name": "scrollbarStyles",
409
+ "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`"
410
+ }
411
+ ],
412
+ "exports": [
413
+ {
414
+ "kind": "js",
415
+ "name": "scrollbarStyles",
416
+ "declaration": {
417
+ "name": "scrollbarStyles",
418
+ "module": "src/styles/scrollbar.styles.ts"
419
+ }
420
+ }
421
+ ]
422
+ },
402
423
  {
403
424
  "kind": "javascript-module",
404
425
  "path": "src/utils/eventDetail.ts",
@@ -720,27 +741,6 @@
720
741
  }
721
742
  ]
722
743
  },
723
- {
724
- "kind": "javascript-module",
725
- "path": "src/styles/scrollbar.styles.ts",
726
- "declarations": [
727
- {
728
- "kind": "variable",
729
- "name": "scrollbarStyles",
730
- "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`"
731
- }
732
- ],
733
- "exports": [
734
- {
735
- "kind": "js",
736
- "name": "scrollbarStyles",
737
- "declaration": {
738
- "name": "scrollbarStyles",
739
- "module": "src/styles/scrollbar.styles.ts"
740
- }
741
- }
742
- ]
743
- },
744
744
  {
745
745
  "kind": "javascript-module",
746
746
  "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.499.0",
4
+ "version": "14.500.0",
5
5
  "license": "SEE LICENSE IN license.txt",
6
6
  "workspaces": [
7
7
  "client"
@@ -83,30 +83,30 @@
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.499.0",
87
- "@genesislcap/eslint-config": "14.499.0",
88
- "@genesislcap/eslint-stylelint-builder": "14.499.0",
89
- "@genesislcap/foundation-testing": "14.499.0",
90
- "@genesislcap/genx": "14.499.0",
91
- "@genesislcap/prettier-config": "14.499.0",
92
- "@genesislcap/stylelint-config": "14.499.0",
93
- "@genesislcap/vite-builder": "14.499.0",
94
- "@genesislcap/webpack-builder": "14.499.0",
86
+ "@genesislcap/design-system-configurator": "14.500.0",
87
+ "@genesislcap/eslint-config": "14.500.0",
88
+ "@genesislcap/eslint-stylelint-builder": "14.500.0",
89
+ "@genesislcap/foundation-testing": "14.500.0",
90
+ "@genesislcap/genx": "14.500.0",
91
+ "@genesislcap/prettier-config": "14.500.0",
92
+ "@genesislcap/stylelint-config": "14.500.0",
93
+ "@genesislcap/vite-builder": "14.500.0",
94
+ "@genesislcap/webpack-builder": "14.500.0",
95
95
  "dayjs": "^1.11.7"
96
96
  },
97
97
  "dependencies": {
98
- "@genesislcap/foundation-comms": "14.499.0",
99
- "@genesislcap/foundation-criteria": "14.499.0",
100
- "@genesislcap/foundation-entity-management": "14.499.0",
101
- "@genesislcap/foundation-forms": "14.499.0",
102
- "@genesislcap/foundation-layout": "14.499.0",
103
- "@genesislcap/foundation-logger": "14.499.0",
104
- "@genesislcap/foundation-notifications": "14.499.0",
105
- "@genesislcap/foundation-ui": "14.499.0",
106
- "@genesislcap/foundation-utils": "14.499.0",
107
- "@genesislcap/rapid-design-system": "14.499.0",
108
- "@genesislcap/rapid-grid-pro": "14.499.0",
109
- "@genesislcap/web-core": "14.499.0",
98
+ "@genesislcap/foundation-comms": "14.500.0",
99
+ "@genesislcap/foundation-criteria": "14.500.0",
100
+ "@genesislcap/foundation-entity-management": "14.500.0",
101
+ "@genesislcap/foundation-forms": "14.500.0",
102
+ "@genesislcap/foundation-layout": "14.500.0",
103
+ "@genesislcap/foundation-logger": "14.500.0",
104
+ "@genesislcap/foundation-notifications": "14.500.0",
105
+ "@genesislcap/foundation-ui": "14.500.0",
106
+ "@genesislcap/foundation-utils": "14.500.0",
107
+ "@genesislcap/rapid-design-system": "14.500.0",
108
+ "@genesislcap/rapid-grid-pro": "14.500.0",
109
+ "@genesislcap/web-core": "14.500.0",
110
110
  "lodash.debounce": "^4.0.8",
111
111
  "rxjs": "^7.5.4"
112
112
  },
@@ -114,5 +114,5 @@
114
114
  "access": "public"
115
115
  },
116
116
  "customElements": "dist/custom-elements.json",
117
- "gitHead": "49903bfdc57c5c5a7dd0d711d9717908df0b7ac7"
117
+ "gitHead": "71f449cda804427acfa5d246da83d1044f2cb2c4"
118
118
  }