@genesislcap/pbc-notify-ui 1.0.33 → 1.0.34

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.
@@ -1 +1 @@
1
- {"version":3,"file":"parameter-builder.styles.d.ts","sourceRoot":"","sources":["../../../../../../../../src/components/foundation-notification-dashboard/components/templates/template-dialog/parameter-builder/parameter-builder.styles.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,sBAAsB,iDA+ClC,CAAC"}
1
+ {"version":3,"file":"parameter-builder.styles.d.ts","sourceRoot":"","sources":["../../../../../../../../src/components/foundation-notification-dashboard/components/templates/template-dialog/parameter-builder/parameter-builder.styles.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,sBAAsB,iDAiDlC,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"condition-builder.styles.d.ts","sourceRoot":"","sources":["../../../../../src/components/foundation-notification-dashboard/styles/condition-builder.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,sBAAsB,iDAmDlC,CAAC"}
1
+ {"version":3,"file":"condition-builder.styles.d.ts","sourceRoot":"","sources":["../../../../../src/components/foundation-notification-dashboard/styles/condition-builder.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,sBAAsB,iDAqDlC,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"dynamic-rule.styles.d.ts","sourceRoot":"","sources":["../../../../../src/components/foundation-notification-dashboard/styles/dynamic-rule.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,2BAA2B,iDAevC,CAAC;AA8DF,eAAO,MAAM,uBAAuB,iDAwEnC,CAAC"}
1
+ {"version":3,"file":"dynamic-rule.styles.d.ts","sourceRoot":"","sources":["../../../../../src/components/foundation-notification-dashboard/styles/dynamic-rule.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,2BAA2B,iDAevC,CAAC;AA8DF,eAAO,MAAM,uBAAuB,iDAoFnC,CAAC"}
@@ -14,6 +14,8 @@ export const ParameterBuilderStyles = css `
14
14
  .delete {
15
15
  margin: 0;
16
16
  background-color: var(--neutral-layer-1);
17
+ display: flex;
18
+ justify-content: center;
17
19
  }
18
20
 
19
21
  .delete:hover {
@@ -12,6 +12,8 @@ export const ConditionBuilderStyles = css `
12
12
 
13
13
  .delete {
14
14
  margin: 0;
15
+ display: flex;
16
+ justify-content: center;
15
17
  }
16
18
 
17
19
  rapid-text-field {
@@ -142,5 +142,17 @@ export const DynamicRuleDialogStyles = css `
142
142
  .topic {
143
143
  min-width: revert-layer;
144
144
  }
145
+
146
+ ::-webkit-scrollbar {
147
+ width: calc((var(--base-height-multiplier) + var(--design-unit)) * 1px);
148
+ }
149
+
150
+ ::-webkit-scrollbar-track {
151
+ background: var(--neutral-layer-1);
152
+ }
153
+
154
+ ::-webkit-scrollbar-thumb {
155
+ background: var(--neutral-fill-rest);
156
+ }
145
157
  `;
146
158
  // #endregion
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": "1.0.33",
4
+ "version": "1.0.34",
5
5
  "license": "SEE LICENSE IN license.txt",
6
6
  "workspaces": [
7
7
  "client"