@genesislcap/foundation-layout 14.388.0 → 14.388.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.
@@ -0,0 +1 @@
1
+ src/styles/layout.styles.ts
@@ -1306,7 +1306,7 @@
1306
1306
  {
1307
1307
  "kind": "variable",
1308
1308
  "name": "layoutStyles",
1309
- "default": "css`\n ${containerStyles}\n ${loadingSpinnerStyles}\n\n :host {\n --foundation-tab-height: calc((( (var(--base-height-multiplier) + var(--density)) * var(--design-unit)) - 4) * 1px);\n }\n\n .lm_goldenlayout {\n border-radius: calc(var(--control-corner-radius) * 1.5px);\n }\n\n .lm_stack.lm_item {\n background-color: var(--neutral-layer-3);\n border-radius: calc(var(--control-corner-radius) * 1.5px);\n }\n .lm_maximised .lm_header {\n background-color: var(--neutral-layer-3);\n border-radius: calc(var(--control-corner-radius) * 1.5px);\n position: unset;\n }\n\n .lm_maximised .lm_header .lm_tabs {\n z-index: 3;\n }\n\n .lm_content {\n background-color: var(--neutral-layer-card-container);\n border-radius: calc(var(--control-corner-radius) * 1.5px);\n border: 1px solid;\n border-color: var(--neutral-stroke-rest);\n box-sizing: border-box;\n color: var(--neutral-foreground-rest);\n }\n\n .lm_header .lm_tabs {\n padding: 0 16px;\n }\n\n .lm_stack > .lm_items {\n box-shadow: 0px -1px 15px rgba(0, 0, 0, 0.15);\n }\n\n .lm_header .lm_tab.lm_active.lm_focused {\n background-color: var(--neutral-layer-card-container);\n }\n .lm_header .lm_tab.lm_active {\n background-color: var(--neutral-layer-card-container);\n border: 1px solid;\n border-color: var(--neutral-stroke-rest);\n border-bottom: 0;\n color: var(--accent-foreground-rest);\n }\n\n .lm_header .lm_tab {\n align-items: center;\n background-color: var(--neutral-layer-4);\n border: 0;\n border-bottom-color: transparent;\n border-bottom: 0px solid;\n border-color: var(--neutral-stroke-rest);\n border-radius: calc(var(--control-corner-radius) * 1.5px) calc(var(--control-corner-radius) * 1.5px) 0 0;\n color: var(--accent-foreground-rest);\n display: flex;\n font-family: inherit;\n font-size: 13px;\n font-weight: 400;\n height: calc(var(--foundation-tab-height, ${DEFAULT_TAB_HEIGHT}) - 8px);\n margin-right: 2px;\n margin-top: 3px;\n padding: 2px 16px;\n }\n\n .lm_header .lm_tab:not(.lm_active):hover {\n background-color: var(--neutral-layer-card-container);\n color: var(--accent-foreground-rest);\n }\n\n .lm_header .lm_controls {\n top: 4px;\n display: flex;\n }\n .lm_header .lm_controls > * {\n width: calc(var(--foundation-tab-height, ${DEFAULT_TAB_HEIGHT}) - 6px);\n height: calc(var(--foundation-tab-height, ${DEFAULT_TAB_HEIGHT}) - 6px);\n background-repeat: no-repeat;\n background-position: center;\n background-size: calc(var(--foundation-tab-height, ${DEFAULT_TAB_HEIGHT}) * 0.533333);\n background-color: color-mix(in srgb, var(--neutral-fill-strong-rest), transparent 90%);\n border-radius: calc(var(--control-corner-radius) * 1.5px);\n margin-right: 4px;\n top: 3px;\n opacity: 1;\n }\n .lm_header .lm_controls > *:hover {\n background-color: color-mix(in srgb, var(--neutral-fill-strong-hover), transparent 75%);\n cursor: pointer;\n }\n\n .lm_controls .lm_maximise {\n background-image: url('${LAYOUT_ICONS.maximiseSVG}');\n }\n .lm_maximised .lm_controls .lm_maximise {\n background-image: url('${LAYOUT_ICONS.minimiseSVG}');\n }\n .lm_controls .lm_close {\n background-image: url('${LAYOUT_ICONS.closeSVG}');\n }\n .lm_header .lm_tab .lm_close_tab {\n background-image: url('${LAYOUT_ICONS.closeSVG}');\n background-size: calc(var(--foundation-tab-height, ${DEFAULT_TAB_HEIGHT}) * 0.2777);\n background-repeat: no-repeat;\n margin-left: 12px;\n position: relative;\n top: 0;\n right: 0;\n }\n\n .lm_header .lm_tab.lm_active {\n padding: 4px 25px 3px 10px;\n }\n\n .lm_header .lm_tab:not(.lm_active) .lm_title {\n color: var(--neutral-foreground-hint);\n }\n\n .lm_header .lm_controls .lm_tabdropdown::before {\n content: none;\n }\n .lm_header .lm_controls .lm_tabdropdown {\n background-image: url('${LAYOUT_ICONS.tabDropdownSVG}');\n }\n .lm_header .lm_tabdropdown_list {\n top: var(--foundation-tab-height, ${DEFAULT_TAB_HEIGHT});\n right: 108px;\n background-color: var(--neutral-layer-3);\n border: 1px solid;\n border-color: var(--neutral-stroke-rest);\n border-radius: calc(var(--control-corner-radius) * 1.5px);\n box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.35);\n }\n .lm_header .lm_tabdropdown_list > .lm_tab {\n box-shadow: none;\n padding: 0 16px;\n white-space: nowrap;\n background-color: transparent;\n color: var(--neutral-foreground-rest);\n height: var(--foundation-tab-height, ${DEFAULT_TAB_HEIGHT});\n border-radius: 0;\n overflow: visible;\n text-overflow: normal;\n }\n .lm_header .lm_tabdropdown_list > .lm_tab:last-child {\n border-bottom: 0;\n }\n\n /* gl base styles start */\n .lm_root {\n position: relative;\n }\n .lm_row > .lm_item {\n float: left;\n }\n .lm_content {\n overflow: hidden;\n position: relative;\n }\n .lm_dragging,\n .lm_dragging * {\n cursor: move !important;\n user-select: none;\n }\n .lm_maximised {\n left: 0;\n padding: 1px;\n position: absolute;\n top: 0;\n z-index: 40;\n }\n .lm_maximise_placeholder {\n display: none;\n }\n .lm_splitter {\n position: relative;\n z-index: 20;\n }\n .lm_splitter:hover,\n .lm_splitter.lm_dragging {\n background: var(--accent-fill-rest);\n border-radius: calc(var(--control-corner-radius) * 4px);\n }\n .lm_splitter.lm_vertical .lm_drag_handle {\n width: 100%;\n height: 15px;\n position: absolute;\n top: -5px;\n cursor: ns-resize !important;\n }\n .lm_splitter.lm_horizontal {\n float: left;\n height: 100%;\n }\n .lm_splitter.lm_horizontal .lm_drag_handle {\n width: 15px;\n height: 100%;\n position: absolute;\n left: -5px;\n cursor: ew-resize !important;\n }\n .lm_header {\n overflow: visible;\n position: relative;\n }\n .lm_header [class^='lm_'] {\n box-sizing: content-box !important;\n }\n .lm_header .lm_controls {\n position: absolute;\n right: 3px;\n }\n .lm_header .lm_controls > li {\n cursor: pointer;\n float: left;\n width: 18px;\n height: 18px;\n text-align: center;\n }\n .lm_header ul {\n margin: 0;\n padding: 0;\n list-style-type: none;\n }\n .lm_header .lm_tabs {\n position: absolute;\n }\n .lm_header .lm_tab {\n cursor: pointer;\n float: left;\n margin-top: 1px;\n padding: 3px 25px 3px 10px;\n position: relative;\n }\n .lm_header .lm_tab i {\n width: 2px;\n height: 19px;\n position: absolute;\n }\n .lm_header .lm_tab i.lm_left {\n top: 0;\n left: -2px;\n }\n .lm_header .lm_tab i.lm_right {\n top: 0;\n right: -2px;\n }\n .lm_header .lm_tab .lm_title {\n display: inline-block;\n overflow: hidden;\n text-overflow: ellipsis;\n user-select: none;\n }\n .lm_header .lm_tab .lm_title:only-child {\n padding-left: 10px;\n }\n .lm_header .lm_tab .lm_close_tab {\n width: calc(var(--foundation-tab-height, ${DEFAULT_TAB_HEIGHT}) * 0.3888);\n height: calc(var(--foundation-tab-height, ${DEFAULT_TAB_HEIGHT}) * 0.3888);\n top: calc(var(--foundation-tab-height, ${DEFAULT_TAB_HEIGHT}) * 0.3055);\n position: absolute;\n right: 0;\n text-align: center;\n }\n .lm_stack.lm_left .lm_header,\n .lm_stack.lm_right .lm_header {\n height: 100%;\n }\n .lm_dragProxy.lm_left .lm_header,\n .lm_dragProxy.lm_right .lm_header,\n .lm_stack.lm_left .lm_header,\n .lm_stack.lm_right .lm_header {\n width: 20px;\n float: left;\n vertical-align: top;\n }\n .lm_dragProxy.lm_left .lm_header .lm_tabs,\n .lm_dragProxy.lm_right .lm_header .lm_tabs,\n .lm_stack.lm_left .lm_header .lm_tabs,\n .lm_stack.lm_right .lm_header .lm_tabs {\n transform-origin: left top;\n top: 0;\n width: 1000px;\n }\n .lm_dragProxy.lm_left .lm_header .lm_controls,\n .lm_dragProxy.lm_right .lm_header .lm_controls,\n .lm_stack.lm_left .lm_header .lm_controls,\n .lm_stack.lm_right .lm_header .lm_controls {\n bottom: 0;\n }\n .lm_dragProxy.lm_left .lm_items,\n .lm_dragProxy.lm_right .lm_items,\n .lm_stack.lm_left .lm_items,\n .lm_stack.lm_right .lm_items {.lm_header .lm_tab.lm_active\n float: left;\n }\n .lm_dragProxy.lm_left .lm_header .lm_tabs,\n .lm_stack.lm_left .lm_header .lm_tabs {\n transform: rotate(-90deg) scaleX(-1);\n left: 0;\n }\n .lm_dragProxy.lm_left .lm_header .lm_tabs .lm_tab,\n .lm_stack.lm_left .lm_header .lm_tabs .lm_tab {\n transform: scaleX(-1);\n margin-top: 1px;\n }\n .lm_dragProxy.lm_left .lm_header .lm_tabdropdown_list,\n .lm_stack.lm_left .lm_header .lm_tabdropdown_list {\n top: initial;\n right: initial;\n left: 20px;\n }\n .lm_dragProxy.lm_right .lm_content {\n float: left;\n }\n .lm_dragProxy.lm_right .lm_header .lm_tabs,\n .lm_stack.lm_right .lm_header .lm_tabs {\n transform: rotate(90deg) scaleX(1);\n left: 100%;\n margin-left: 0;\n }\n .lm_dragProxy.lm_right .lm_header .lm_controls,\n .lm_stack.lm_right .lm_header .lm_controls {\n left: 3px;\n }\n .lm_dragProxy.lm_right .lm_header .lm_tabdropdown_list,\n .lm_stack.lm_right .lm_header .lm_tabdropdown_list {\n top: initial;\n right: 20px;\n }\n .lm_dragProxy.lm_bottom .lm_header .lm_tab,\n .lm_stack.lm_bottom .lm_header .lm_tab {\n margin-top: 0;\n border-top: none;\n }\n .lm_dragProxy.lm_bottom .lm_header .lm_controls,\n .lm_stack.lm_bottom .lm_header .lm_controls {\n top: 3px;\n }\n .lm_dragProxy.lm_bottom .lm_header .lm_tabdropdown_list,\n .lm_stack.lm_bottom .lm_header .lm_tabdropdown_list {\n top: initial;\n bottom: 20px;\n }\n .lm_drop_tab_placeholder {\n float: left;\n width: 100px;\n height: 10px;\n visibility: hidden;\n }\n .lm_header .lm_tabdropdown_list {\n position: absolute;\n top: 20px;\n right: 0;\n z-index: 5;\n overflow: hidden;\n }\n .lm_header .lm_tabdropdown_list .lm_tab {\n clear: both;\n padding-right: 10px;\n margin: 0;\n }\n .lm_header .lm_tabdropdown_list .lm_tab .lm_title {\n width: 100px;\n }\n .lm_header .lm_tabdropdown_list .lm_close_tab {\n display: none !important;\n }\n .lm_dragProxy {\n position: absolute;\n top: 0;\n left: 0;\n z-index: 30;\n }\n .lm_dragProxy .lm_header {\n background: transparent;\n }\n .lm_dragProxy .lm_content {\n border-top: none;\n overflow: hidden;\n }\n .lm_dropTargetIndicator {\n display: none;\n position: absolute;\n z-index: 20;\n box-shadow: none;\n }\n .lm_dropTargetIndicator .lm_inner {\n width: 100%;\n height: 100%;\n position: relative;\n top: 0;\n left: 0;\n }\n .lm_transition_indicator {\n display: none;\n width: 20px;\n height: 20px;\n position: absolute;\n top: 0;\n left: 0;\n z-index: 20;\n }\n .lm_popin {\n width: 20px;\n height: 20px;\n position: absolute;\n bottom: 0;\n right: 0;\n z-index: 9999;\n }\n .lm_popin > * {\n width: 100%;\n height: 100%;\n position: absolute;\n top: 0;\n left: 0;\n }\n .lm_popin > .lm_bg {\n z-index: 10;\n }\n .lm_popin > .lm_icon {\n z-index: 20;\n } /*# sourceMappingURL=goldenlayout-base.css.map */\n`",
1309
+ "default": "css`\n ${containerStyles}\n ${loadingSpinnerStyles}\n\n :host {\n --foundation-tab-height: calc(\n (((var(--base-height-multiplier) + var(--density)) * var(--design-unit)) - 4) * 1px\n );\n }\n\n .lm_goldenlayout {\n border-radius: calc(var(--control-corner-radius) * 1.5px);\n }\n\n .lm_stack.lm_item {\n background-color: var(--neutral-layer-3);\n border-radius: calc(var(--control-corner-radius) * 1.5px);\n }\n\n .lm_maximised .lm_header {\n background-color: var(--neutral-layer-3);\n border-radius: calc(var(--control-corner-radius) * 1.5px);\n position: unset;\n }\n\n .lm_maximised .lm_header .lm_tabs {\n z-index: 3;\n }\n\n .lm_content {\n background-color: var(--neutral-layer-card-container);\n border-radius: calc(var(--control-corner-radius) * 1.5px);\n border: 1px solid;\n border-color: var(--neutral-stroke-rest);\n box-sizing: border-box;\n color: var(--neutral-foreground-rest);\n }\n\n .lm_header .lm_tabs {\n padding: 0 16px;\n }\n\n .lm_stack > .lm_items {\n box-shadow: 0 -1px 15px rgb(0 0 0 / 15%);\n }\n\n .lm_header .lm_tab.lm_active.lm_focused {\n background-color: var(--neutral-layer-card-container);\n }\n\n .lm_header .lm_tab.lm_active {\n background-color: var(--neutral-layer-card-container);\n border: 1px solid;\n border-color: var(--neutral-stroke-rest);\n border-bottom: 0;\n color: var(--accent-foreground-rest);\n }\n\n .lm_header .lm_tab {\n align-items: center;\n background-color: var(--neutral-layer-4);\n border: 0;\n border-bottom-color: transparent;\n border-bottom: 0 solid;\n border-color: var(--neutral-stroke-rest);\n border-radius: calc(var(--control-corner-radius) * 1.5px)\n calc(var(--control-corner-radius) * 1.5px) 0 0;\n color: var(--accent-foreground-rest);\n display: flex;\n font-family: inherit;\n font-size: 13px;\n font-weight: 400;\n height: calc(var(--foundation-tab-height, ${DEFAULT_TAB_HEIGHT}) - 8px);\n margin-right: 2px;\n margin-top: 3px;\n padding: 2px 16px;\n }\n\n .lm_header .lm_tab:not(.lm_active):hover {\n background-color: var(--neutral-layer-card-container);\n color: var(--accent-foreground-rest);\n }\n\n .lm_header .lm_controls {\n top: 4px;\n display: flex;\n }\n\n .lm_header .lm_controls > * {\n width: calc(var(--foundation-tab-height, ${DEFAULT_TAB_HEIGHT}) - 6px);\n height: calc(var(--foundation-tab-height, ${DEFAULT_TAB_HEIGHT}) - 6px);\n background-repeat: no-repeat;\n background-position: center;\n background-size: calc(var(--foundation-tab-height, ${DEFAULT_TAB_HEIGHT}) * 0.533333);\n background-color: color-mix(in srgb, var(--neutral-fill-strong-rest), transparent 90%);\n border-radius: calc(var(--control-corner-radius) * 1.5px);\n margin-right: 4px;\n top: 3px;\n opacity: 100%;\n }\n\n .lm_header .lm_controls > *:hover {\n background-color: color-mix(in srgb, var(--neutral-fill-strong-hover), transparent 75%);\n cursor: pointer;\n }\n\n .lm_controls .lm_maximise {\n background-image: url('${LAYOUT_ICONS.maximiseSVG}');\n }\n\n .lm_maximised .lm_controls .lm_maximise {\n background-image: url('${LAYOUT_ICONS.minimiseSVG}');\n }\n\n .lm_controls .lm_close {\n background-image: url('${LAYOUT_ICONS.closeSVG}');\n }\n\n .lm_header .lm_tab .lm_close_tab {\n background-image: url('${LAYOUT_ICONS.closeSVG}');\n background-size: calc(var(--foundation-tab-height, ${DEFAULT_TAB_HEIGHT}) * 0.2777);\n background-repeat: no-repeat;\n margin-left: 12px;\n position: relative;\n top: 0;\n right: 0;\n }\n\n .lm_header .lm_tab.lm_active {\n padding: 4px 25px 3px 10px;\n }\n\n .lm_header .lm_tab:not(.lm_active) .lm_title {\n color: var(--neutral-foreground-hint);\n }\n\n .lm_header .lm_controls .lm_tabdropdown::before {\n content: none;\n }\n\n .lm_header .lm_controls .lm_tabdropdown {\n background-image: url('${LAYOUT_ICONS.tabDropdownSVG}');\n }\n\n .lm_header .lm_tabdropdown_list {\n top: var(--foundation-tab-height, ${DEFAULT_TAB_HEIGHT});\n right: 108px;\n background-color: var(--neutral-layer-3);\n border: 1px solid;\n border-color: var(--neutral-stroke-rest);\n border-radius: calc(var(--control-corner-radius) * 1.5px);\n box-shadow: 0 5px 15px rgb(0 0 0 / 35%);\n }\n\n .lm_header .lm_tabdropdown_list > .lm_tab {\n box-shadow: none;\n padding: 0 16px;\n white-space: nowrap;\n background-color: transparent;\n color: var(--neutral-foreground-rest);\n height: var(--foundation-tab-height, ${DEFAULT_TAB_HEIGHT});\n border-radius: 0;\n overflow: visible;\n text-overflow: normal;\n }\n\n .lm_header .lm_tabdropdown_list > .lm_tab:last-child {\n border-bottom: 0;\n }\n\n /* gl base styles start */\n .lm_root {\n position: relative;\n }\n\n .lm_row > .lm_item {\n float: left;\n }\n\n .lm_content {\n overflow: hidden;\n position: relative;\n }\n\n .lm_dragging,\n .lm_dragging * {\n cursor: move !important;\n user-select: none;\n }\n\n .lm_maximised {\n left: 0;\n padding: 1px;\n position: absolute;\n top: 0;\n z-index: 40;\n }\n\n .lm_maximise_placeholder {\n display: none;\n }\n\n .lm_splitter {\n position: relative;\n z-index: 20;\n }\n\n .lm_splitter:hover,\n .lm_splitter.lm_dragging {\n background: var(--accent-fill-rest);\n border-radius: calc(var(--control-corner-radius) * 4px);\n }\n\n .lm_splitter.lm_vertical .lm_drag_handle {\n width: 100%;\n height: 15px;\n position: absolute;\n top: -5px;\n cursor: ns-resize !important;\n }\n\n .lm_splitter.lm_horizontal {\n float: left;\n height: 100%;\n }\n\n .lm_splitter.lm_horizontal .lm_drag_handle {\n width: 15px;\n height: 100%;\n position: absolute;\n left: -5px;\n cursor: ew-resize !important;\n }\n\n .lm_header {\n overflow: visible;\n position: relative;\n }\n\n .lm_header [class^='lm_'] {\n box-sizing: content-box !important;\n }\n\n .lm_header .lm_controls {\n position: absolute;\n right: 3px;\n }\n\n .lm_header .lm_controls > li {\n cursor: pointer;\n float: left;\n width: 18px;\n height: 18px;\n text-align: center;\n }\n\n .lm_header ul {\n margin: 0;\n padding: 0;\n list-style-type: none;\n }\n\n .lm_header .lm_tabs {\n position: absolute;\n }\n\n .lm_header .lm_tab {\n cursor: pointer;\n float: left;\n margin-top: 1px;\n padding: 3px 25px 3px 10px;\n position: relative;\n }\n\n .lm_header .lm_tab i {\n width: 2px;\n height: 19px;\n position: absolute;\n }\n\n .lm_header .lm_tab i.lm_left {\n top: 0;\n left: -2px;\n }\n\n .lm_header .lm_tab i.lm_right {\n top: 0;\n right: -2px;\n }\n\n .lm_header .lm_tab .lm_title {\n display: inline-block;\n overflow: hidden;\n text-overflow: ellipsis;\n user-select: none;\n }\n\n .lm_header .lm_tab .lm_title:only-child {\n padding-left: 10px;\n }\n\n .lm_header .lm_tab .lm_close_tab {\n width: calc(var(--foundation-tab-height, ${DEFAULT_TAB_HEIGHT}) * 0.3888);\n height: calc(var(--foundation-tab-height, ${DEFAULT_TAB_HEIGHT}) * 0.3888);\n top: calc(var(--foundation-tab-height, ${DEFAULT_TAB_HEIGHT}) * 0.3055);\n position: absolute;\n right: 0;\n text-align: center;\n }\n\n .lm_stack.lm_left .lm_header,\n .lm_stack.lm_right .lm_header {\n height: 100%;\n }\n\n .lm_dragProxy.lm_left .lm_header,\n .lm_dragProxy.lm_right .lm_header,\n .lm_stack.lm_left .lm_header,\n .lm_stack.lm_right .lm_header {\n width: 20px;\n float: left;\n vertical-align: top;\n }\n\n .lm_dragProxy.lm_left .lm_header .lm_tabs,\n .lm_dragProxy.lm_right .lm_header .lm_tabs,\n .lm_stack.lm_left .lm_header .lm_tabs,\n .lm_stack.lm_right .lm_header .lm_tabs {\n transform-origin: left top;\n top: 0;\n width: 1000px;\n }\n\n .lm_dragProxy.lm_left .lm_header .lm_controls,\n .lm_dragProxy.lm_right .lm_header .lm_controls,\n .lm_stack.lm_left .lm_header .lm_controls,\n .lm_stack.lm_right .lm_header .lm_controls {\n bottom: 0;\n }\n\n .lm_dragProxy.lm_left .lm_items,\n .lm_dragProxy.lm_right .lm_items,\n .lm_stack.lm_left .lm_items,\n .lm_stack.lm_right .lm_items {\n float: left;\n }\n\n .lm_dragProxy.lm_left .lm_header .lm_tabs,\n .lm_stack.lm_left .lm_header .lm_tabs {\n transform: rotate(-90deg) scaleX(-1);\n left: 0;\n }\n\n .lm_dragProxy.lm_left .lm_header .lm_tabs .lm_tab,\n .lm_stack.lm_left .lm_header .lm_tabs .lm_tab {\n transform: scaleX(-1);\n margin-top: 1px;\n }\n\n .lm_dragProxy.lm_left .lm_header .lm_tabdropdown_list,\n .lm_stack.lm_left .lm_header .lm_tabdropdown_list {\n top: initial;\n right: initial;\n left: 20px;\n }\n\n .lm_dragProxy.lm_right .lm_content {\n float: left;\n }\n\n .lm_dragProxy.lm_right .lm_header .lm_tabs,\n .lm_stack.lm_right .lm_header .lm_tabs {\n transform: rotate(90deg) scaleX(1);\n left: 100%;\n margin-left: 0;\n }\n\n .lm_dragProxy.lm_right .lm_header .lm_controls,\n .lm_stack.lm_right .lm_header .lm_controls {\n left: 3px;\n }\n\n .lm_dragProxy.lm_right .lm_header .lm_tabdropdown_list,\n .lm_stack.lm_right .lm_header .lm_tabdropdown_list {\n top: initial;\n right: 20px;\n }\n\n .lm_dragProxy.lm_bottom .lm_header .lm_tab,\n .lm_stack.lm_bottom .lm_header .lm_tab {\n margin-top: 0;\n border-top: none;\n }\n\n .lm_dragProxy.lm_bottom .lm_header .lm_controls,\n .lm_stack.lm_bottom .lm_header .lm_controls {\n top: 3px;\n }\n\n .lm_dragProxy.lm_bottom .lm_header .lm_tabdropdown_list,\n .lm_stack.lm_bottom .lm_header .lm_tabdropdown_list {\n top: initial;\n bottom: 20px;\n }\n\n .lm_drop_tab_placeholder {\n float: left;\n width: 100px;\n height: 10px;\n visibility: hidden;\n }\n\n .lm_header .lm_tabdropdown_list {\n position: absolute;\n top: 20px;\n right: 0;\n z-index: 5;\n overflow: hidden;\n }\n\n .lm_header .lm_tabdropdown_list .lm_tab {\n clear: both;\n padding-right: 10px;\n margin: 0;\n }\n\n .lm_header .lm_tabdropdown_list .lm_tab .lm_title {\n width: 100px;\n }\n\n .lm_header .lm_tabdropdown_list .lm_close_tab {\n display: none !important;\n }\n\n .lm_dragProxy {\n position: absolute;\n top: 0;\n left: 0;\n z-index: 30;\n }\n\n .lm_dragProxy .lm_header {\n background: transparent;\n }\n\n .lm_dragProxy .lm_content {\n border-top: none;\n overflow: hidden;\n }\n\n .lm_dropTargetIndicator {\n display: none;\n position: absolute;\n z-index: 20;\n box-shadow: none;\n }\n\n .lm_dropTargetIndicator .lm_inner {\n width: 100%;\n height: 100%;\n position: relative;\n top: 0;\n left: 0;\n }\n\n .lm_transition_indicator {\n display: none;\n width: 20px;\n height: 20px;\n position: absolute;\n top: 0;\n left: 0;\n z-index: 20;\n }\n\n .lm_popin {\n width: 20px;\n height: 20px;\n position: absolute;\n bottom: 0;\n right: 0;\n z-index: 9999;\n }\n\n .lm_popin > * {\n width: 100%;\n height: 100%;\n position: absolute;\n top: 0;\n left: 0;\n }\n\n .lm_popin > .lm_bg {\n z-index: 10;\n }\n\n .lm_popin > .lm_icon {\n z-index: 20;\n } /*# sourceMappingURL=goldenlayout-base.css.map */\n`",
1310
1310
  "description": "`ElementStyles` which defines the css for FoundationLayout.",
1311
1311
  "privacy": "public"
1312
1312
  }
@@ -1 +1 @@
1
- {"version":3,"file":"layout.styles.d.ts","sourceRoot":"","sources":["../../../src/styles/layout.styles.ts"],"names":[],"mappings":"AA2FA;;;;;GAKG;AACH,eAAO,MAAM,YAAY,iDAgbxB,CAAC"}
1
+ {"version":3,"file":"layout.styles.d.ts","sourceRoot":"","sources":["../../../src/styles/layout.styles.ts"],"names":[],"mappings":"AA4FA;;;;;GAKG;AACH,eAAO,MAAM,YAAY,iDAmfxB,CAAC"}
@@ -30,18 +30,16 @@ const loadingSpinnerStyles = css `
30
30
  }
31
31
 
32
32
  .html-spinner {
33
- -webkit-transition-property: -webkit-transform;
34
- -webkit-transition-duration: 1.2s;
35
- -webkit-animation-name: rotate;
36
- -webkit-animation-iteration-count: infinite;
37
- -webkit-animation-timing-function: linear;
38
-
39
- -moz-transition-property: -moz-transform;
40
- -moz-animation-name: rotate;
41
- -moz-animation-duration: 1.2s;
42
- -moz-animation-iteration-count: infinite;
43
- -moz-animation-timing-function: linear;
44
-
33
+ transition-property: -webkit-transform;
34
+ transition-duration: 1.2s;
35
+ animation-name: rotate;
36
+ animation-iteration-count: infinite;
37
+ animation-timing-function: linear;
38
+ transition-property: -moz-transform;
39
+ animation-name: rotate;
40
+ animation-duration: 1.2s;
41
+ animation-iteration-count: infinite;
42
+ animation-timing-function: linear;
45
43
  transition-property: transform;
46
44
  animation-name: rotate;
47
45
  animation-duration: 1.2s;
@@ -49,21 +47,23 @@ const loadingSpinnerStyles = css `
49
47
  animation-timing-function: linear;
50
48
  }
51
49
 
52
- @-webkit-keyframes rotate {
50
+ @keyframes rotate {
53
51
  from {
54
- -webkit-transform: rotate(0deg);
52
+ transform: rotate(0deg);
55
53
  }
54
+
56
55
  to {
57
- -webkit-transform: rotate(360deg);
56
+ transform: rotate(360deg);
58
57
  }
59
58
  }
60
59
 
61
- @-moz-keyframes rotate {
60
+ @keyframes rotate {
62
61
  from {
63
- -moz-transform: rotate(0deg);
62
+ transform: rotate(0deg);
64
63
  }
64
+
65
65
  to {
66
- -moz-transform: rotate(360deg);
66
+ transform: rotate(360deg);
67
67
  }
68
68
  }
69
69
 
@@ -71,6 +71,7 @@ const loadingSpinnerStyles = css `
71
71
  from {
72
72
  transform: rotate(0deg);
73
73
  }
74
+
74
75
  to {
75
76
  transform: rotate(360deg);
76
77
  }
@@ -96,7 +97,9 @@ export const layoutStyles = css `
96
97
  ${loadingSpinnerStyles}
97
98
 
98
99
  :host {
99
- --foundation-tab-height: calc((( (var(--base-height-multiplier) + var(--density)) * var(--design-unit)) - 4) * 1px);
100
+ --foundation-tab-height: calc(
101
+ (((var(--base-height-multiplier) + var(--density)) * var(--design-unit)) - 4) * 1px
102
+ );
100
103
  }
101
104
 
102
105
  .lm_goldenlayout {
@@ -107,6 +110,7 @@ export const layoutStyles = css `
107
110
  background-color: var(--neutral-layer-3);
108
111
  border-radius: calc(var(--control-corner-radius) * 1.5px);
109
112
  }
113
+
110
114
  .lm_maximised .lm_header {
111
115
  background-color: var(--neutral-layer-3);
112
116
  border-radius: calc(var(--control-corner-radius) * 1.5px);
@@ -131,12 +135,13 @@ export const layoutStyles = css `
131
135
  }
132
136
 
133
137
  .lm_stack > .lm_items {
134
- box-shadow: 0px -1px 15px rgba(0, 0, 0, 0.15);
138
+ box-shadow: 0 -1px 15px rgb(0 0 0 / 15%);
135
139
  }
136
140
 
137
141
  .lm_header .lm_tab.lm_active.lm_focused {
138
142
  background-color: var(--neutral-layer-card-container);
139
143
  }
144
+
140
145
  .lm_header .lm_tab.lm_active {
141
146
  background-color: var(--neutral-layer-card-container);
142
147
  border: 1px solid;
@@ -150,9 +155,10 @@ export const layoutStyles = css `
150
155
  background-color: var(--neutral-layer-4);
151
156
  border: 0;
152
157
  border-bottom-color: transparent;
153
- border-bottom: 0px solid;
158
+ border-bottom: 0 solid;
154
159
  border-color: var(--neutral-stroke-rest);
155
- border-radius: calc(var(--control-corner-radius) * 1.5px) calc(var(--control-corner-radius) * 1.5px) 0 0;
160
+ border-radius: calc(var(--control-corner-radius) * 1.5px)
161
+ calc(var(--control-corner-radius) * 1.5px) 0 0;
156
162
  color: var(--accent-foreground-rest);
157
163
  display: flex;
158
164
  font-family: inherit;
@@ -173,6 +179,7 @@ export const layoutStyles = css `
173
179
  top: 4px;
174
180
  display: flex;
175
181
  }
182
+
176
183
  .lm_header .lm_controls > * {
177
184
  width: calc(var(--foundation-tab-height, ${DEFAULT_TAB_HEIGHT}) - 6px);
178
185
  height: calc(var(--foundation-tab-height, ${DEFAULT_TAB_HEIGHT}) - 6px);
@@ -183,8 +190,9 @@ export const layoutStyles = css `
183
190
  border-radius: calc(var(--control-corner-radius) * 1.5px);
184
191
  margin-right: 4px;
185
192
  top: 3px;
186
- opacity: 1;
193
+ opacity: 100%;
187
194
  }
195
+
188
196
  .lm_header .lm_controls > *:hover {
189
197
  background-color: color-mix(in srgb, var(--neutral-fill-strong-hover), transparent 75%);
190
198
  cursor: pointer;
@@ -193,15 +201,18 @@ export const layoutStyles = css `
193
201
  .lm_controls .lm_maximise {
194
202
  background-image: url('${LAYOUT_ICONS.maximiseSVG}');
195
203
  }
204
+
196
205
  .lm_maximised .lm_controls .lm_maximise {
197
206
  background-image: url('${LAYOUT_ICONS.minimiseSVG}');
198
207
  }
208
+
199
209
  .lm_controls .lm_close {
200
210
  background-image: url('${LAYOUT_ICONS.closeSVG}');
201
211
  }
212
+
202
213
  .lm_header .lm_tab .lm_close_tab {
203
214
  background-image: url('${LAYOUT_ICONS.closeSVG}');
204
- background-size: calc(var(--foundation-tab-height, ${DEFAULT_TAB_HEIGHT}) * 0.2777);
215
+ background-size: calc(var(--foundation-tab-height, ${DEFAULT_TAB_HEIGHT}) * 0.2777);
205
216
  background-repeat: no-repeat;
206
217
  margin-left: 12px;
207
218
  position: relative;
@@ -220,9 +231,11 @@ export const layoutStyles = css `
220
231
  .lm_header .lm_controls .lm_tabdropdown::before {
221
232
  content: none;
222
233
  }
234
+
223
235
  .lm_header .lm_controls .lm_tabdropdown {
224
236
  background-image: url('${LAYOUT_ICONS.tabDropdownSVG}');
225
237
  }
238
+
226
239
  .lm_header .lm_tabdropdown_list {
227
240
  top: var(--foundation-tab-height, ${DEFAULT_TAB_HEIGHT});
228
241
  right: 108px;
@@ -230,8 +243,9 @@ export const layoutStyles = css `
230
243
  border: 1px solid;
231
244
  border-color: var(--neutral-stroke-rest);
232
245
  border-radius: calc(var(--control-corner-radius) * 1.5px);
233
- box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.35);
246
+ box-shadow: 0 5px 15px rgb(0 0 0 / 35%);
234
247
  }
248
+
235
249
  .lm_header .lm_tabdropdown_list > .lm_tab {
236
250
  box-shadow: none;
237
251
  padding: 0 16px;
@@ -243,6 +257,7 @@ export const layoutStyles = css `
243
257
  overflow: visible;
244
258
  text-overflow: normal;
245
259
  }
260
+
246
261
  .lm_header .lm_tabdropdown_list > .lm_tab:last-child {
247
262
  border-bottom: 0;
248
263
  }
@@ -251,18 +266,22 @@ export const layoutStyles = css `
251
266
  .lm_root {
252
267
  position: relative;
253
268
  }
269
+
254
270
  .lm_row > .lm_item {
255
271
  float: left;
256
272
  }
273
+
257
274
  .lm_content {
258
275
  overflow: hidden;
259
276
  position: relative;
260
277
  }
278
+
261
279
  .lm_dragging,
262
280
  .lm_dragging * {
263
281
  cursor: move !important;
264
282
  user-select: none;
265
283
  }
284
+
266
285
  .lm_maximised {
267
286
  left: 0;
268
287
  padding: 1px;
@@ -270,18 +289,22 @@ export const layoutStyles = css `
270
289
  top: 0;
271
290
  z-index: 40;
272
291
  }
292
+
273
293
  .lm_maximise_placeholder {
274
294
  display: none;
275
295
  }
296
+
276
297
  .lm_splitter {
277
298
  position: relative;
278
299
  z-index: 20;
279
300
  }
301
+
280
302
  .lm_splitter:hover,
281
303
  .lm_splitter.lm_dragging {
282
304
  background: var(--accent-fill-rest);
283
305
  border-radius: calc(var(--control-corner-radius) * 4px);
284
306
  }
307
+
285
308
  .lm_splitter.lm_vertical .lm_drag_handle {
286
309
  width: 100%;
287
310
  height: 15px;
@@ -289,10 +312,12 @@ export const layoutStyles = css `
289
312
  top: -5px;
290
313
  cursor: ns-resize !important;
291
314
  }
315
+
292
316
  .lm_splitter.lm_horizontal {
293
317
  float: left;
294
318
  height: 100%;
295
319
  }
320
+
296
321
  .lm_splitter.lm_horizontal .lm_drag_handle {
297
322
  width: 15px;
298
323
  height: 100%;
@@ -300,17 +325,21 @@ export const layoutStyles = css `
300
325
  left: -5px;
301
326
  cursor: ew-resize !important;
302
327
  }
328
+
303
329
  .lm_header {
304
330
  overflow: visible;
305
331
  position: relative;
306
332
  }
333
+
307
334
  .lm_header [class^='lm_'] {
308
335
  box-sizing: content-box !important;
309
336
  }
337
+
310
338
  .lm_header .lm_controls {
311
339
  position: absolute;
312
340
  right: 3px;
313
341
  }
342
+
314
343
  .lm_header .lm_controls > li {
315
344
  cursor: pointer;
316
345
  float: left;
@@ -318,14 +347,17 @@ export const layoutStyles = css `
318
347
  height: 18px;
319
348
  text-align: center;
320
349
  }
350
+
321
351
  .lm_header ul {
322
352
  margin: 0;
323
353
  padding: 0;
324
354
  list-style-type: none;
325
355
  }
356
+
326
357
  .lm_header .lm_tabs {
327
358
  position: absolute;
328
359
  }
360
+
329
361
  .lm_header .lm_tab {
330
362
  cursor: pointer;
331
363
  float: left;
@@ -333,28 +365,34 @@ export const layoutStyles = css `
333
365
  padding: 3px 25px 3px 10px;
334
366
  position: relative;
335
367
  }
368
+
336
369
  .lm_header .lm_tab i {
337
370
  width: 2px;
338
371
  height: 19px;
339
372
  position: absolute;
340
373
  }
374
+
341
375
  .lm_header .lm_tab i.lm_left {
342
376
  top: 0;
343
377
  left: -2px;
344
378
  }
379
+
345
380
  .lm_header .lm_tab i.lm_right {
346
381
  top: 0;
347
382
  right: -2px;
348
383
  }
384
+
349
385
  .lm_header .lm_tab .lm_title {
350
386
  display: inline-block;
351
387
  overflow: hidden;
352
388
  text-overflow: ellipsis;
353
389
  user-select: none;
354
390
  }
391
+
355
392
  .lm_header .lm_tab .lm_title:only-child {
356
393
  padding-left: 10px;
357
394
  }
395
+
358
396
  .lm_header .lm_tab .lm_close_tab {
359
397
  width: calc(var(--foundation-tab-height, ${DEFAULT_TAB_HEIGHT}) * 0.3888);
360
398
  height: calc(var(--foundation-tab-height, ${DEFAULT_TAB_HEIGHT}) * 0.3888);
@@ -363,10 +401,12 @@ export const layoutStyles = css `
363
401
  right: 0;
364
402
  text-align: center;
365
403
  }
404
+
366
405
  .lm_stack.lm_left .lm_header,
367
406
  .lm_stack.lm_right .lm_header {
368
407
  height: 100%;
369
408
  }
409
+
370
410
  .lm_dragProxy.lm_left .lm_header,
371
411
  .lm_dragProxy.lm_right .lm_header,
372
412
  .lm_stack.lm_left .lm_header,
@@ -375,6 +415,7 @@ export const layoutStyles = css `
375
415
  float: left;
376
416
  vertical-align: top;
377
417
  }
418
+
378
419
  .lm_dragProxy.lm_left .lm_header .lm_tabs,
379
420
  .lm_dragProxy.lm_right .lm_header .lm_tabs,
380
421
  .lm_stack.lm_left .lm_header .lm_tabs,
@@ -383,72 +424,86 @@ export const layoutStyles = css `
383
424
  top: 0;
384
425
  width: 1000px;
385
426
  }
427
+
386
428
  .lm_dragProxy.lm_left .lm_header .lm_controls,
387
429
  .lm_dragProxy.lm_right .lm_header .lm_controls,
388
430
  .lm_stack.lm_left .lm_header .lm_controls,
389
431
  .lm_stack.lm_right .lm_header .lm_controls {
390
432
  bottom: 0;
391
433
  }
434
+
392
435
  .lm_dragProxy.lm_left .lm_items,
393
436
  .lm_dragProxy.lm_right .lm_items,
394
437
  .lm_stack.lm_left .lm_items,
395
- .lm_stack.lm_right .lm_items {.lm_header .lm_tab.lm_active
438
+ .lm_stack.lm_right .lm_items {
396
439
  float: left;
397
440
  }
441
+
398
442
  .lm_dragProxy.lm_left .lm_header .lm_tabs,
399
443
  .lm_stack.lm_left .lm_header .lm_tabs {
400
444
  transform: rotate(-90deg) scaleX(-1);
401
445
  left: 0;
402
446
  }
447
+
403
448
  .lm_dragProxy.lm_left .lm_header .lm_tabs .lm_tab,
404
449
  .lm_stack.lm_left .lm_header .lm_tabs .lm_tab {
405
450
  transform: scaleX(-1);
406
451
  margin-top: 1px;
407
452
  }
453
+
408
454
  .lm_dragProxy.lm_left .lm_header .lm_tabdropdown_list,
409
455
  .lm_stack.lm_left .lm_header .lm_tabdropdown_list {
410
456
  top: initial;
411
457
  right: initial;
412
458
  left: 20px;
413
459
  }
460
+
414
461
  .lm_dragProxy.lm_right .lm_content {
415
462
  float: left;
416
463
  }
464
+
417
465
  .lm_dragProxy.lm_right .lm_header .lm_tabs,
418
466
  .lm_stack.lm_right .lm_header .lm_tabs {
419
467
  transform: rotate(90deg) scaleX(1);
420
468
  left: 100%;
421
469
  margin-left: 0;
422
470
  }
471
+
423
472
  .lm_dragProxy.lm_right .lm_header .lm_controls,
424
473
  .lm_stack.lm_right .lm_header .lm_controls {
425
474
  left: 3px;
426
475
  }
476
+
427
477
  .lm_dragProxy.lm_right .lm_header .lm_tabdropdown_list,
428
478
  .lm_stack.lm_right .lm_header .lm_tabdropdown_list {
429
479
  top: initial;
430
480
  right: 20px;
431
481
  }
482
+
432
483
  .lm_dragProxy.lm_bottom .lm_header .lm_tab,
433
484
  .lm_stack.lm_bottom .lm_header .lm_tab {
434
485
  margin-top: 0;
435
486
  border-top: none;
436
487
  }
488
+
437
489
  .lm_dragProxy.lm_bottom .lm_header .lm_controls,
438
490
  .lm_stack.lm_bottom .lm_header .lm_controls {
439
491
  top: 3px;
440
492
  }
493
+
441
494
  .lm_dragProxy.lm_bottom .lm_header .lm_tabdropdown_list,
442
495
  .lm_stack.lm_bottom .lm_header .lm_tabdropdown_list {
443
496
  top: initial;
444
497
  bottom: 20px;
445
498
  }
499
+
446
500
  .lm_drop_tab_placeholder {
447
501
  float: left;
448
502
  width: 100px;
449
503
  height: 10px;
450
504
  visibility: hidden;
451
505
  }
506
+
452
507
  .lm_header .lm_tabdropdown_list {
453
508
  position: absolute;
454
509
  top: 20px;
@@ -456,36 +511,44 @@ export const layoutStyles = css `
456
511
  z-index: 5;
457
512
  overflow: hidden;
458
513
  }
514
+
459
515
  .lm_header .lm_tabdropdown_list .lm_tab {
460
516
  clear: both;
461
517
  padding-right: 10px;
462
518
  margin: 0;
463
519
  }
520
+
464
521
  .lm_header .lm_tabdropdown_list .lm_tab .lm_title {
465
522
  width: 100px;
466
523
  }
524
+
467
525
  .lm_header .lm_tabdropdown_list .lm_close_tab {
468
526
  display: none !important;
469
527
  }
528
+
470
529
  .lm_dragProxy {
471
530
  position: absolute;
472
531
  top: 0;
473
532
  left: 0;
474
533
  z-index: 30;
475
534
  }
535
+
476
536
  .lm_dragProxy .lm_header {
477
537
  background: transparent;
478
538
  }
539
+
479
540
  .lm_dragProxy .lm_content {
480
541
  border-top: none;
481
542
  overflow: hidden;
482
543
  }
544
+
483
545
  .lm_dropTargetIndicator {
484
546
  display: none;
485
547
  position: absolute;
486
548
  z-index: 20;
487
549
  box-shadow: none;
488
550
  }
551
+
489
552
  .lm_dropTargetIndicator .lm_inner {
490
553
  width: 100%;
491
554
  height: 100%;
@@ -493,6 +556,7 @@ export const layoutStyles = css `
493
556
  top: 0;
494
557
  left: 0;
495
558
  }
559
+
496
560
  .lm_transition_indicator {
497
561
  display: none;
498
562
  width: 20px;
@@ -502,6 +566,7 @@ export const layoutStyles = css `
502
566
  left: 0;
503
567
  z-index: 20;
504
568
  }
569
+
505
570
  .lm_popin {
506
571
  width: 20px;
507
572
  height: 20px;
@@ -510,6 +575,7 @@ export const layoutStyles = css `
510
575
  right: 0;
511
576
  z-index: 9999;
512
577
  }
578
+
513
579
  .lm_popin > * {
514
580
  width: 100%;
515
581
  height: 100%;
@@ -517,9 +583,11 @@ export const layoutStyles = css `
517
583
  top: 0;
518
584
  left: 0;
519
585
  }
586
+
520
587
  .lm_popin > .lm_bg {
521
588
  z-index: 10;
522
589
  }
590
+
523
591
  .lm_popin > .lm_icon {
524
592
  z-index: 20;
525
593
  } /*# sourceMappingURL=goldenlayout-base.css.map */
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/foundation-layout",
3
3
  "description": "Genesis Foundation UI App Layout",
4
- "version": "14.388.0",
4
+ "version": "14.388.1",
5
5
  "license": "SEE LICENSE IN license.txt",
6
6
  "main": "dist/esm/index.js",
7
7
  "types": "dist/foundation-layout.d.ts",
@@ -19,6 +19,8 @@
19
19
  "clean": "rimraf dist temp tsconfig.tsbuildinfo",
20
20
  "dev": "genx dev -b webpack",
21
21
  "dev:tsc": "genx dev -b ts",
22
+ "lint": "genx lint --profile",
23
+ "lint:fix": "genx lint --fix",
22
24
  "serve": "genx serve",
23
25
  "test": "genx test",
24
26
  "test:coverage": "genx test --coverage",
@@ -36,20 +38,20 @@
36
38
  }
37
39
  },
38
40
  "devDependencies": {
39
- "@genesislcap/foundation-testing": "14.388.0",
40
- "@genesislcap/genx": "14.388.0",
41
- "@genesislcap/rollup-builder": "14.388.0",
42
- "@genesislcap/ts-builder": "14.388.0",
43
- "@genesislcap/uvu-playwright-builder": "14.388.0",
44
- "@genesislcap/vite-builder": "14.388.0",
45
- "@genesislcap/webpack-builder": "14.388.0"
41
+ "@genesislcap/foundation-testing": "14.388.1",
42
+ "@genesislcap/genx": "14.388.1",
43
+ "@genesislcap/rollup-builder": "14.388.1",
44
+ "@genesislcap/ts-builder": "14.388.1",
45
+ "@genesislcap/uvu-playwright-builder": "14.388.1",
46
+ "@genesislcap/vite-builder": "14.388.1",
47
+ "@genesislcap/webpack-builder": "14.388.1"
46
48
  },
47
49
  "dependencies": {
48
50
  "@genesis-community/golden-layout": "^2.11.0",
49
- "@genesislcap/foundation-comms": "14.388.0",
50
- "@genesislcap/foundation-logger": "14.388.0",
51
- "@genesislcap/foundation-ui": "14.388.0",
52
- "@genesislcap/foundation-utils": "14.388.0",
51
+ "@genesislcap/foundation-comms": "14.388.1",
52
+ "@genesislcap/foundation-logger": "14.388.1",
53
+ "@genesislcap/foundation-ui": "14.388.1",
54
+ "@genesislcap/foundation-utils": "14.388.1",
53
55
  "@microsoft/fast-components": "2.30.6",
54
56
  "@microsoft/fast-element": "1.14.0",
55
57
  "@microsoft/fast-foundation": "2.49.6"
@@ -63,5 +65,5 @@
63
65
  "access": "public"
64
66
  },
65
67
  "customElements": "dist/custom-elements.json",
66
- "gitHead": "f89254b450f163535a403149dd4c0631641115d3"
68
+ "gitHead": "576c66a3549832786971673c3b78d5cdd6b08902"
67
69
  }