@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.
@@ -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.0",
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.0",
85
- "@genesislcap/eslint-config": "15.9.0",
86
- "@genesislcap/eslint-stylelint-builder": "15.9.0",
87
- "@genesislcap/foundation-testing": "15.9.0",
88
- "@genesislcap/genx": "15.9.0",
89
- "@genesislcap/prettier-config": "15.9.0",
90
- "@genesislcap/stylelint-config": "15.9.0",
91
- "@genesislcap/vite-builder": "15.9.0",
92
- "@genesislcap/webpack-builder": "15.9.0",
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.0",
97
- "@genesislcap/foundation-criteria": "15.9.0",
98
- "@genesislcap/foundation-entity-management": "15.9.0",
99
- "@genesislcap/foundation-forms": "15.9.0",
100
- "@genesislcap/foundation-layout": "15.9.0",
101
- "@genesislcap/foundation-logger": "15.9.0",
102
- "@genesislcap/foundation-notifications": "15.9.0",
103
- "@genesislcap/foundation-ui": "15.9.0",
104
- "@genesislcap/foundation-utils": "15.9.0",
105
- "@genesislcap/rapid-design-system": "15.9.0",
106
- "@genesislcap/rapid-grid-pro": "15.9.0",
107
- "@genesislcap/web-core": "15.9.0",
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": "640fddb70d899b01c9337563ae874ddb5226cbcd"
115
+ "gitHead": "ebb65f317242acb27f8df7bd88c709f9482e5fe3"
116
116
  }