@genesislcap/pbc-notify-ui 15.13.0 → 15.13.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 +89 -89
- package/package.json +23 -23
|
@@ -4229,6 +4229,95 @@
|
|
|
4229
4229
|
}
|
|
4230
4230
|
]
|
|
4231
4231
|
},
|
|
4232
|
+
{
|
|
4233
|
+
"kind": "javascript-module",
|
|
4234
|
+
"path": "src/components/foundation-notification-dashboard/styles/condition-builder.styles.ts",
|
|
4235
|
+
"declarations": [
|
|
4236
|
+
{
|
|
4237
|
+
"kind": "variable",
|
|
4238
|
+
"name": "ConditionBuilderStyles",
|
|
4239
|
+
"default": "css`\n .condition-builder {\n display: flex;\n gap: calc(var(--design-unit) * 2px);\n align-items: center;\n margin-bottom: calc(var(--design-unit) * 2px);\n }\n\n rapid-button {\n margin: 0;\n }\n\n /* The AND/OR toggle sits on its own row ABOVE the condition it joins,\n rendered as a pair of small text links rather than buttons - reads like\n a sentence connector (\"... and ...\") instead of a UI control competing\n with the row's fields for attention. */\n .join-toggle-row {\n display: flex;\n margin-bottom: calc(var(--design-unit) * 1px);\n }\n\n .join-toggle {\n display: flex;\n gap: calc(var(--design-unit) * 1.5px);\n }\n\n .join-text {\n font-size: 11px;\n font-weight: 700;\n letter-spacing: 0.02em;\n color: var(--accent-fill-rest);\n cursor: pointer;\n text-decoration: underline dotted;\n text-underline-offset: 3px;\n opacity: 40%;\n }\n\n .join-text:hover {\n opacity: 70%;\n }\n\n .join-text.active {\n opacity: 100%;\n text-decoration: underline solid;\n }\n\n .join-text.active:hover {\n opacity: 100%;\n }\n\n .delete {\n margin: 0;\n display: flex;\n justify-content: center;\n height: calc(var(--design-unit) * 9px);\n }\n\n .delete:hover {\n background-color: color-mix(in srgb, var(--neutral-foreground-rest), transparent 89%);\n }\n\n rapid-text-field {\n width: 100%;\n margin-bottom: 0;\n }\n\n rapid-text-field::part(root) {\n height: calc(var(--design-unit) * 9px);\n }\n\n rapid-select {\n min-width: auto;\n }\n\n rapid-select.left-value::part(control) {\n width: 250px;\n }\n\n rapid-select.logical-operator::part(control) {\n width: 160px;\n }\n\n .logical-operator-null-and-blank {\n width: 100%;\n }\n\n rapid-select.right-criteria::part(control) {\n width: 135px;\n }\n\n rapid-select.right-criteria-user-entry {\n width: 100%;\n }\n\n rapid-select.right-criteria-select {\n width: 100%;\n min-width: 0;\n }\n\n rapid-select::part(listbox) {\n max-height: 160px;\n }\n`"
|
|
4240
|
+
},
|
|
4241
|
+
{
|
|
4242
|
+
"kind": "variable",
|
|
4243
|
+
"name": "ConditionGroupStyles",
|
|
4244
|
+
"default": "css`\n .condition-group-row {\n margin-bottom: calc(var(--design-unit) * 2px);\n }\n\n /* The AND/OR toggle sits on its own row ABOVE the group it joins - see\n ConditionBuilderStyles' .join-toggle-row/.join-text for why it's a pair\n of text links rather than buttons. */\n .join-toggle-row {\n display: flex;\n margin-bottom: calc(var(--design-unit) * 1px);\n }\n\n .join-toggle {\n display: flex;\n gap: calc(var(--design-unit) * 1.5px);\n }\n\n .join-text {\n font-size: 11px;\n font-weight: 700;\n letter-spacing: 0.02em;\n color: var(--accent-fill-rest);\n cursor: pointer;\n text-decoration: underline dotted;\n text-underline-offset: 3px;\n opacity: 40%;\n }\n\n .join-text:hover {\n opacity: 70%;\n }\n\n .join-text.active {\n opacity: 100%;\n text-decoration: underline solid;\n }\n\n .join-text.active:hover {\n opacity: 100%;\n }\n\n /* A full bordered box reads as \"this is one parenthesized unit\" more\n literally than a left rail - it nests naturally too, a group inside a\n group just gets a second box drawn inside the first, like actual nested\n parens would look. */\n .condition-group-box {\n flex: 1;\n min-width: 0;\n border: calc(var(--design-unit) * 0.5px) solid\n color-mix(in srgb, var(--accent-fill-rest), transparent 25%);\n border-radius: calc(var(--design-unit) * 1px);\n padding: calc(var(--design-unit) * 2px);\n background-color: color-mix(in srgb, var(--accent-fill-rest), transparent 96%);\n }\n\n .condition-group-box > .content-row {\n display: flex;\n gap: calc(var(--design-unit) * 2px);\n align-items: center;\n margin-top: calc(var(--design-unit) * 1px);\n }\n\n .condition-group-box > .content-row rapid-button {\n font-size: 12px;\n }\n\n rule-condition-builder,\n rule-condition-group,\n template-condition-builder,\n template-condition-group {\n display: block;\n margin-bottom: calc(var(--design-unit) * 1px);\n }\n\n .delete-group {\n margin: 0;\n opacity: 60%;\n }\n\n .delete-group:hover {\n opacity: 100%;\n }\n`"
|
|
4245
|
+
}
|
|
4246
|
+
],
|
|
4247
|
+
"exports": [
|
|
4248
|
+
{
|
|
4249
|
+
"kind": "js",
|
|
4250
|
+
"name": "ConditionBuilderStyles",
|
|
4251
|
+
"declaration": {
|
|
4252
|
+
"name": "ConditionBuilderStyles",
|
|
4253
|
+
"module": "src/components/foundation-notification-dashboard/styles/condition-builder.styles.ts"
|
|
4254
|
+
}
|
|
4255
|
+
},
|
|
4256
|
+
{
|
|
4257
|
+
"kind": "js",
|
|
4258
|
+
"name": "ConditionGroupStyles",
|
|
4259
|
+
"declaration": {
|
|
4260
|
+
"name": "ConditionGroupStyles",
|
|
4261
|
+
"module": "src/components/foundation-notification-dashboard/styles/condition-builder.styles.ts"
|
|
4262
|
+
}
|
|
4263
|
+
}
|
|
4264
|
+
]
|
|
4265
|
+
},
|
|
4266
|
+
{
|
|
4267
|
+
"kind": "javascript-module",
|
|
4268
|
+
"path": "src/components/foundation-notification-dashboard/styles/dynamic-rule.styles.ts",
|
|
4269
|
+
"declarations": [
|
|
4270
|
+
{
|
|
4271
|
+
"kind": "variable",
|
|
4272
|
+
"name": "DynamicRuleManagementStyles",
|
|
4273
|
+
"default": "css`\n .container {\n display: flex;\n height: 100%;\n flex-direction: column;\n }\n\n .header {\n display: flex;\n flex-direction: row-reverse;\n }\n\n .grid {\n height: 100%;\n }\n`"
|
|
4274
|
+
},
|
|
4275
|
+
{
|
|
4276
|
+
"kind": "variable",
|
|
4277
|
+
"name": "DynamicRuleDialogStyles",
|
|
4278
|
+
"default": "css`\n ${scrollbarStyles}\n ${top}\n ${bottom}\n\n rapid-modal::part(dialog) {\n padding: 0;\n background: var(--neutral-layer-4);\n border: calc(var(--stroke-width) * 1px) solid var(--neutral-stroke-divider-rest);\n }\n\n .dialog-content {\n display: flex;\n flex-direction: column;\n width: ${String(modalWidthPx)}px;\n max-height: 600px;\n overflow-y: scroll;\n gap: calc(var(--design-unit) * 3px);\n padding: calc(var(--design-unit) * 4px);\n }\n\n .content-row {\n display: flex;\n gap: calc(var(--design-unit) * 3px);\n }\n\n .control {\n display: flex;\n flex-direction: column;\n width: 100%;\n gap: calc(var(--design-unit) * 2px);\n }\n\n .items {\n border: calc(var(--stroke-width) * 1px) solid var(--neutral-stroke-divider-rest);\n border-radius: calc(var(--control-corner-radius) * 1px);\n display: flex;\n padding: calc(var(--design-unit) * 2px);\n flex-direction: column;\n }\n\n .item {\n gap: 0;\n flex-direction: column;\n margin-bottom: 0;\n }\n\n ${textField}\n ${select}\n\n rapid-button {\n margin: 0;\n }\n\n rapid-select {\n min-width: 0;\n }\n\n rapid-select::part(listbox) {\n max-height: 160px;\n }\n\n .horizontal {\n flex-direction: row;\n }\n\n .destination {\n align-self: center;\n }\n\n .topic {\n min-width: revert-layer;\n }\n\n .expression-preview {\n width: 100%;\n margin-top: calc(var(--design-unit) * 2px);\n }\n\n .expression-preview::part(control) {\n font-family: var(--body-font, monospace);\n font-size: 12px;\n color: var(--neutral-foreground-hint);\n min-height: calc(var(--design-unit) * 12px);\n resize: vertical;\n }\n\n .alert-sound {\n display: flex;\n flex-direction: column;\n gap: calc(var(--design-unit) * 2px);\n margin-top: calc(var(--design-unit) * 2px);\n }\n\n .alert-sound .file-input {\n display: none;\n }\n\n .alert-sound-row {\n display: flex;\n align-items: center;\n gap: calc(var(--design-unit) * 2px);\n flex-wrap: wrap;\n border: calc(var(--stroke-width) * 1px) solid var(--neutral-stroke-divider-rest);\n border-radius: calc(var(--control-corner-radius) * 1px);\n padding: calc(var(--design-unit) * 2px);\n }\n\n .alert-sound-name {\n flex: 1;\n min-width: 120px;\n color: var(--neutral-foreground-hint);\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n }\n`"
|
|
4279
|
+
}
|
|
4280
|
+
],
|
|
4281
|
+
"exports": [
|
|
4282
|
+
{
|
|
4283
|
+
"kind": "js",
|
|
4284
|
+
"name": "DynamicRuleManagementStyles",
|
|
4285
|
+
"declaration": {
|
|
4286
|
+
"name": "DynamicRuleManagementStyles",
|
|
4287
|
+
"module": "src/components/foundation-notification-dashboard/styles/dynamic-rule.styles.ts"
|
|
4288
|
+
}
|
|
4289
|
+
},
|
|
4290
|
+
{
|
|
4291
|
+
"kind": "js",
|
|
4292
|
+
"name": "DynamicRuleDialogStyles",
|
|
4293
|
+
"declaration": {
|
|
4294
|
+
"name": "DynamicRuleDialogStyles",
|
|
4295
|
+
"module": "src/components/foundation-notification-dashboard/styles/dynamic-rule.styles.ts"
|
|
4296
|
+
}
|
|
4297
|
+
}
|
|
4298
|
+
]
|
|
4299
|
+
},
|
|
4300
|
+
{
|
|
4301
|
+
"kind": "javascript-module",
|
|
4302
|
+
"path": "src/components/foundation-notification-dashboard/styles/management.styles.ts",
|
|
4303
|
+
"declarations": [
|
|
4304
|
+
{
|
|
4305
|
+
"kind": "variable",
|
|
4306
|
+
"name": "managementGridStyles",
|
|
4307
|
+
"default": "css`\n :host {\n height: 100%;\n }\n\n .container {\n display: flex;\n height: 100%;\n flex-direction: column;\n }\n\n .header {\n display: flex;\n }\n\n .grid {\n height: 100%;\n }\n`"
|
|
4308
|
+
}
|
|
4309
|
+
],
|
|
4310
|
+
"exports": [
|
|
4311
|
+
{
|
|
4312
|
+
"kind": "js",
|
|
4313
|
+
"name": "managementGridStyles",
|
|
4314
|
+
"declaration": {
|
|
4315
|
+
"name": "managementGridStyles",
|
|
4316
|
+
"module": "src/components/foundation-notification-dashboard/styles/management.styles.ts"
|
|
4317
|
+
}
|
|
4318
|
+
}
|
|
4319
|
+
]
|
|
4320
|
+
},
|
|
4232
4321
|
{
|
|
4233
4322
|
"kind": "javascript-module",
|
|
4234
4323
|
"path": "src/components/foundation-notification-dashboard/types/expression-type.ts",
|
|
@@ -4829,95 +4918,6 @@
|
|
|
4829
4918
|
}
|
|
4830
4919
|
]
|
|
4831
4920
|
},
|
|
4832
|
-
{
|
|
4833
|
-
"kind": "javascript-module",
|
|
4834
|
-
"path": "src/components/foundation-notification-dashboard/styles/condition-builder.styles.ts",
|
|
4835
|
-
"declarations": [
|
|
4836
|
-
{
|
|
4837
|
-
"kind": "variable",
|
|
4838
|
-
"name": "ConditionBuilderStyles",
|
|
4839
|
-
"default": "css`\n .condition-builder {\n display: flex;\n gap: calc(var(--design-unit) * 2px);\n align-items: center;\n margin-bottom: calc(var(--design-unit) * 2px);\n }\n\n rapid-button {\n margin: 0;\n }\n\n /* The AND/OR toggle sits on its own row ABOVE the condition it joins,\n rendered as a pair of small text links rather than buttons - reads like\n a sentence connector (\"... and ...\") instead of a UI control competing\n with the row's fields for attention. */\n .join-toggle-row {\n display: flex;\n margin-bottom: calc(var(--design-unit) * 1px);\n }\n\n .join-toggle {\n display: flex;\n gap: calc(var(--design-unit) * 1.5px);\n }\n\n .join-text {\n font-size: 11px;\n font-weight: 700;\n letter-spacing: 0.02em;\n color: var(--accent-fill-rest);\n cursor: pointer;\n text-decoration: underline dotted;\n text-underline-offset: 3px;\n opacity: 40%;\n }\n\n .join-text:hover {\n opacity: 70%;\n }\n\n .join-text.active {\n opacity: 100%;\n text-decoration: underline solid;\n }\n\n .join-text.active:hover {\n opacity: 100%;\n }\n\n .delete {\n margin: 0;\n display: flex;\n justify-content: center;\n height: calc(var(--design-unit) * 9px);\n }\n\n .delete:hover {\n background-color: color-mix(in srgb, var(--neutral-foreground-rest), transparent 89%);\n }\n\n rapid-text-field {\n width: 100%;\n margin-bottom: 0;\n }\n\n rapid-text-field::part(root) {\n height: calc(var(--design-unit) * 9px);\n }\n\n rapid-select {\n min-width: auto;\n }\n\n rapid-select.left-value::part(control) {\n width: 250px;\n }\n\n rapid-select.logical-operator::part(control) {\n width: 160px;\n }\n\n .logical-operator-null-and-blank {\n width: 100%;\n }\n\n rapid-select.right-criteria::part(control) {\n width: 135px;\n }\n\n rapid-select.right-criteria-user-entry {\n width: 100%;\n }\n\n rapid-select.right-criteria-select {\n width: 100%;\n min-width: 0;\n }\n\n rapid-select::part(listbox) {\n max-height: 160px;\n }\n`"
|
|
4840
|
-
},
|
|
4841
|
-
{
|
|
4842
|
-
"kind": "variable",
|
|
4843
|
-
"name": "ConditionGroupStyles",
|
|
4844
|
-
"default": "css`\n .condition-group-row {\n margin-bottom: calc(var(--design-unit) * 2px);\n }\n\n /* The AND/OR toggle sits on its own row ABOVE the group it joins - see\n ConditionBuilderStyles' .join-toggle-row/.join-text for why it's a pair\n of text links rather than buttons. */\n .join-toggle-row {\n display: flex;\n margin-bottom: calc(var(--design-unit) * 1px);\n }\n\n .join-toggle {\n display: flex;\n gap: calc(var(--design-unit) * 1.5px);\n }\n\n .join-text {\n font-size: 11px;\n font-weight: 700;\n letter-spacing: 0.02em;\n color: var(--accent-fill-rest);\n cursor: pointer;\n text-decoration: underline dotted;\n text-underline-offset: 3px;\n opacity: 40%;\n }\n\n .join-text:hover {\n opacity: 70%;\n }\n\n .join-text.active {\n opacity: 100%;\n text-decoration: underline solid;\n }\n\n .join-text.active:hover {\n opacity: 100%;\n }\n\n /* A full bordered box reads as \"this is one parenthesized unit\" more\n literally than a left rail - it nests naturally too, a group inside a\n group just gets a second box drawn inside the first, like actual nested\n parens would look. */\n .condition-group-box {\n flex: 1;\n min-width: 0;\n border: calc(var(--design-unit) * 0.5px) solid\n color-mix(in srgb, var(--accent-fill-rest), transparent 25%);\n border-radius: calc(var(--design-unit) * 1px);\n padding: calc(var(--design-unit) * 2px);\n background-color: color-mix(in srgb, var(--accent-fill-rest), transparent 96%);\n }\n\n .condition-group-box > .content-row {\n display: flex;\n gap: calc(var(--design-unit) * 2px);\n align-items: center;\n margin-top: calc(var(--design-unit) * 1px);\n }\n\n .condition-group-box > .content-row rapid-button {\n font-size: 12px;\n }\n\n rule-condition-builder,\n rule-condition-group,\n template-condition-builder,\n template-condition-group {\n display: block;\n margin-bottom: calc(var(--design-unit) * 1px);\n }\n\n .delete-group {\n margin: 0;\n opacity: 60%;\n }\n\n .delete-group:hover {\n opacity: 100%;\n }\n`"
|
|
4845
|
-
}
|
|
4846
|
-
],
|
|
4847
|
-
"exports": [
|
|
4848
|
-
{
|
|
4849
|
-
"kind": "js",
|
|
4850
|
-
"name": "ConditionBuilderStyles",
|
|
4851
|
-
"declaration": {
|
|
4852
|
-
"name": "ConditionBuilderStyles",
|
|
4853
|
-
"module": "src/components/foundation-notification-dashboard/styles/condition-builder.styles.ts"
|
|
4854
|
-
}
|
|
4855
|
-
},
|
|
4856
|
-
{
|
|
4857
|
-
"kind": "js",
|
|
4858
|
-
"name": "ConditionGroupStyles",
|
|
4859
|
-
"declaration": {
|
|
4860
|
-
"name": "ConditionGroupStyles",
|
|
4861
|
-
"module": "src/components/foundation-notification-dashboard/styles/condition-builder.styles.ts"
|
|
4862
|
-
}
|
|
4863
|
-
}
|
|
4864
|
-
]
|
|
4865
|
-
},
|
|
4866
|
-
{
|
|
4867
|
-
"kind": "javascript-module",
|
|
4868
|
-
"path": "src/components/foundation-notification-dashboard/styles/dynamic-rule.styles.ts",
|
|
4869
|
-
"declarations": [
|
|
4870
|
-
{
|
|
4871
|
-
"kind": "variable",
|
|
4872
|
-
"name": "DynamicRuleManagementStyles",
|
|
4873
|
-
"default": "css`\n .container {\n display: flex;\n height: 100%;\n flex-direction: column;\n }\n\n .header {\n display: flex;\n flex-direction: row-reverse;\n }\n\n .grid {\n height: 100%;\n }\n`"
|
|
4874
|
-
},
|
|
4875
|
-
{
|
|
4876
|
-
"kind": "variable",
|
|
4877
|
-
"name": "DynamicRuleDialogStyles",
|
|
4878
|
-
"default": "css`\n ${scrollbarStyles}\n ${top}\n ${bottom}\n\n rapid-modal::part(dialog) {\n padding: 0;\n background: var(--neutral-layer-4);\n border: calc(var(--stroke-width) * 1px) solid var(--neutral-stroke-divider-rest);\n }\n\n .dialog-content {\n display: flex;\n flex-direction: column;\n width: ${String(modalWidthPx)}px;\n max-height: 600px;\n overflow-y: scroll;\n gap: calc(var(--design-unit) * 3px);\n padding: calc(var(--design-unit) * 4px);\n }\n\n .content-row {\n display: flex;\n gap: calc(var(--design-unit) * 3px);\n }\n\n .control {\n display: flex;\n flex-direction: column;\n width: 100%;\n gap: calc(var(--design-unit) * 2px);\n }\n\n .items {\n border: calc(var(--stroke-width) * 1px) solid var(--neutral-stroke-divider-rest);\n border-radius: calc(var(--control-corner-radius) * 1px);\n display: flex;\n padding: calc(var(--design-unit) * 2px);\n flex-direction: column;\n }\n\n .item {\n gap: 0;\n flex-direction: column;\n margin-bottom: 0;\n }\n\n ${textField}\n ${select}\n\n rapid-button {\n margin: 0;\n }\n\n rapid-select {\n min-width: 0;\n }\n\n rapid-select::part(listbox) {\n max-height: 160px;\n }\n\n .horizontal {\n flex-direction: row;\n }\n\n .destination {\n align-self: center;\n }\n\n .topic {\n min-width: revert-layer;\n }\n\n .expression-preview {\n width: 100%;\n margin-top: calc(var(--design-unit) * 2px);\n }\n\n .expression-preview::part(control) {\n font-family: var(--body-font, monospace);\n font-size: 12px;\n color: var(--neutral-foreground-hint);\n min-height: calc(var(--design-unit) * 12px);\n resize: vertical;\n }\n\n .alert-sound {\n display: flex;\n flex-direction: column;\n gap: calc(var(--design-unit) * 2px);\n margin-top: calc(var(--design-unit) * 2px);\n }\n\n .alert-sound .file-input {\n display: none;\n }\n\n .alert-sound-row {\n display: flex;\n align-items: center;\n gap: calc(var(--design-unit) * 2px);\n flex-wrap: wrap;\n border: calc(var(--stroke-width) * 1px) solid var(--neutral-stroke-divider-rest);\n border-radius: calc(var(--control-corner-radius) * 1px);\n padding: calc(var(--design-unit) * 2px);\n }\n\n .alert-sound-name {\n flex: 1;\n min-width: 120px;\n color: var(--neutral-foreground-hint);\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n }\n`"
|
|
4879
|
-
}
|
|
4880
|
-
],
|
|
4881
|
-
"exports": [
|
|
4882
|
-
{
|
|
4883
|
-
"kind": "js",
|
|
4884
|
-
"name": "DynamicRuleManagementStyles",
|
|
4885
|
-
"declaration": {
|
|
4886
|
-
"name": "DynamicRuleManagementStyles",
|
|
4887
|
-
"module": "src/components/foundation-notification-dashboard/styles/dynamic-rule.styles.ts"
|
|
4888
|
-
}
|
|
4889
|
-
},
|
|
4890
|
-
{
|
|
4891
|
-
"kind": "js",
|
|
4892
|
-
"name": "DynamicRuleDialogStyles",
|
|
4893
|
-
"declaration": {
|
|
4894
|
-
"name": "DynamicRuleDialogStyles",
|
|
4895
|
-
"module": "src/components/foundation-notification-dashboard/styles/dynamic-rule.styles.ts"
|
|
4896
|
-
}
|
|
4897
|
-
}
|
|
4898
|
-
]
|
|
4899
|
-
},
|
|
4900
|
-
{
|
|
4901
|
-
"kind": "javascript-module",
|
|
4902
|
-
"path": "src/components/foundation-notification-dashboard/styles/management.styles.ts",
|
|
4903
|
-
"declarations": [
|
|
4904
|
-
{
|
|
4905
|
-
"kind": "variable",
|
|
4906
|
-
"name": "managementGridStyles",
|
|
4907
|
-
"default": "css`\n :host {\n height: 100%;\n }\n\n .container {\n display: flex;\n height: 100%;\n flex-direction: column;\n }\n\n .header {\n display: flex;\n }\n\n .grid {\n height: 100%;\n }\n`"
|
|
4908
|
-
}
|
|
4909
|
-
],
|
|
4910
|
-
"exports": [
|
|
4911
|
-
{
|
|
4912
|
-
"kind": "js",
|
|
4913
|
-
"name": "managementGridStyles",
|
|
4914
|
-
"declaration": {
|
|
4915
|
-
"name": "managementGridStyles",
|
|
4916
|
-
"module": "src/components/foundation-notification-dashboard/styles/management.styles.ts"
|
|
4917
|
-
}
|
|
4918
|
-
}
|
|
4919
|
-
]
|
|
4920
|
-
},
|
|
4921
4921
|
{
|
|
4922
4922
|
"kind": "javascript-module",
|
|
4923
4923
|
"path": "src/components/foundation-inbox/components/foundation-inbox-counter/foundation-inbox-counter.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.13.
|
|
4
|
+
"version": "15.13.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.13.
|
|
85
|
-
"@genesislcap/eslint-config": "15.13.
|
|
86
|
-
"@genesislcap/eslint-stylelint-builder": "15.13.
|
|
87
|
-
"@genesislcap/foundation-testing": "15.13.
|
|
88
|
-
"@genesislcap/genx": "15.13.
|
|
89
|
-
"@genesislcap/prettier-config": "15.13.
|
|
90
|
-
"@genesislcap/stylelint-config": "15.13.
|
|
91
|
-
"@genesislcap/vite-builder": "15.13.
|
|
92
|
-
"@genesislcap/webpack-builder": "15.13.
|
|
84
|
+
"@genesislcap/design-system-configurator": "15.13.1",
|
|
85
|
+
"@genesislcap/eslint-config": "15.13.1",
|
|
86
|
+
"@genesislcap/eslint-stylelint-builder": "15.13.1",
|
|
87
|
+
"@genesislcap/foundation-testing": "15.13.1",
|
|
88
|
+
"@genesislcap/genx": "15.13.1",
|
|
89
|
+
"@genesislcap/prettier-config": "15.13.1",
|
|
90
|
+
"@genesislcap/stylelint-config": "15.13.1",
|
|
91
|
+
"@genesislcap/vite-builder": "15.13.1",
|
|
92
|
+
"@genesislcap/webpack-builder": "15.13.1",
|
|
93
93
|
"dayjs": "^1.11.7"
|
|
94
94
|
},
|
|
95
95
|
"dependencies": {
|
|
96
|
-
"@genesislcap/foundation-comms": "15.13.
|
|
97
|
-
"@genesislcap/foundation-criteria": "15.13.
|
|
98
|
-
"@genesislcap/foundation-entity-management": "15.13.
|
|
99
|
-
"@genesislcap/foundation-forms": "15.13.
|
|
100
|
-
"@genesislcap/foundation-layout": "15.13.
|
|
101
|
-
"@genesislcap/foundation-logger": "15.13.
|
|
102
|
-
"@genesislcap/foundation-notifications": "15.13.
|
|
103
|
-
"@genesislcap/foundation-ui": "15.13.
|
|
104
|
-
"@genesislcap/foundation-utils": "15.13.
|
|
105
|
-
"@genesislcap/rapid-design-system": "15.13.
|
|
106
|
-
"@genesislcap/rapid-grid-pro": "15.13.
|
|
107
|
-
"@genesislcap/web-core": "15.13.
|
|
96
|
+
"@genesislcap/foundation-comms": "15.13.1",
|
|
97
|
+
"@genesislcap/foundation-criteria": "15.13.1",
|
|
98
|
+
"@genesislcap/foundation-entity-management": "15.13.1",
|
|
99
|
+
"@genesislcap/foundation-forms": "15.13.1",
|
|
100
|
+
"@genesislcap/foundation-layout": "15.13.1",
|
|
101
|
+
"@genesislcap/foundation-logger": "15.13.1",
|
|
102
|
+
"@genesislcap/foundation-notifications": "15.13.1",
|
|
103
|
+
"@genesislcap/foundation-ui": "15.13.1",
|
|
104
|
+
"@genesislcap/foundation-utils": "15.13.1",
|
|
105
|
+
"@genesislcap/rapid-design-system": "15.13.1",
|
|
106
|
+
"@genesislcap/rapid-grid-pro": "15.13.1",
|
|
107
|
+
"@genesislcap/web-core": "15.13.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": "4ac0cfb22051b17da81586baf5166c9b605fae10"
|
|
116
116
|
}
|