@vuu-ui/vuu-ui-controls 0.8.21 → 0.8.22-debug

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/index.css.map CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
- "sources": ["../../../packages/vuu-ui-controls/src/dropdown/Dropdown.css", "../../../packages/vuu-ui-controls/src/dropdown/DropdownButton.css", "../../../packages/vuu-ui-controls/src/list/Highlighter.css", "../../../packages/vuu-ui-controls/src/list/CheckboxIcon.css", "../../../packages/vuu-ui-controls/src/list/ListItem.css", "../../../packages/vuu-ui-controls/src/drag-drop/Draggable.css", "../../../packages/vuu-ui-controls/src/list/List.css", "../../../packages/vuu-ui-controls/src/list/RadioIcon.css", "../../../packages/vuu-ui-controls/src/calendar/internal/CalendarNavigation.css", "../../../packages/vuu-ui-controls/src/calendar/internal/CalendarWeekHeader.css", "../../../packages/vuu-ui-controls/src/calendar/internal/CalendarDay.css", "../../../packages/vuu-ui-controls/src/calendar/internal/CalendarMonth.css", "../../../packages/vuu-ui-controls/src/calendar/internal/CalendarCarousel.css", "../../../packages/vuu-ui-controls/src/calendar/Calendar.css", "../../../packages/vuu-ui-controls/src/list/ChevronIcon.css", "../../../packages/vuu-ui-controls/src/date-picker/input/DatePickerInput.css", "../../../packages/vuu-ui-controls/src/date-picker/internal/CalendarIconButton.css", "../../../packages/vuu-ui-controls/src/date-picker/DatePicker.css", "../../../packages/vuu-ui-controls/src/date-picker/input/DateRangePickerInput.css", "../../../packages/vuu-ui-controls/src/editable-label/EditableLabel.css", "../../../packages/vuu-ui-controls/src/vuu-input/VuuInput.css", "../../../packages/vuu-ui-controls/src/expando-input/ExpandoInput.css", "../../../packages/vuu-ui-controls/src/inputs/Checkbox.css", "../../../packages/vuu-ui-controls/src/inputs/RadioButton.css", "../../../packages/vuu-ui-controls/src/instrument-picker/InstrumentPicker.css", "../../../packages/vuu-ui-controls/src/instrument-search/SearchCell.css", "../../../packages/vuu-ui-controls/src/instrument-search/InstrumentSearch.css", "../../../packages/vuu-ui-controls/src/price-ticker/PriceTicker.css", "../../../packages/vuu-ui-controls/src/tabstrip/Tabstrip.css", "../../../packages/vuu-ui-controls/src/tabstrip/TabMenu.css", "../../../packages/vuu-ui-controls/src/tabstrip/Tab.css", "../../../packages/vuu-ui-controls/src/tree/Tree.css"],
4
- "sourcesContent": [".vuuDropdown {\n --saltIcon-margin: 2px 0 0 8px;\n\n display: inline-block;\n line-height: 0;\n position: relative;\n width: var(--vuuDropdown-width, auto);\n}\n\n.vuuDropdownButton.saltButton-secondary {\n --saltButton-borderStyle: solid;\n --saltButton-borderColor: var(--salt-editable-borderColor);\n --saltButton-borderWidth: 1px;\n --saltButton-borderRadius: 6px;\n --saltButton-height: var(--vuuDropdown-height, auto);\n}\n\n.vuuDropdown-fullWidth {\n width: 100%;\n}\n\n.vuuDropdown-popup {\n background: var(--salt-container-primary-background);\n z-index: calc(var(--salt-zIndex-flyover) - 1);\n}\n\n.vuuDropdown-popup-component {\n --vuuList-borderStyle: none;\n}\n\n.vuuDropdownButton {\n width: 100%;\n}", ".vuuDropdownButton {\n --saltButton-background-hover: var(--salt-actionable-secondary-background);\n --saltButton-background-active: var(--salt-actionable-secondary-background);\n --saltButton-fontWeight: var(--salt-text-fontWeight-strong); /* TODO: Check with design */\n --saltButton-textAlign: left;\n --saltButton-textTransform: none;\n --saltButton-width: 100%;\n\n --vuu-icon-size: 16px;\n}\n\n.vuuDropdownButton:active {\n --saltIcon-color: var(--salt-actionable-secondary-foreground);\n --saltButton-text-color-active: var(--salt-actionable-secondary-foreground);\n}\n\n.vuuDropdownButton-fullwidth {\n width: 100%;\n}\n\n.vuuDropdownButton-content {\n align-items: center;\n flex: 1;\n width: 100%;\n display: flex;\n white-space: nowrap;\n}\n\n.vuuDropdownButton-buttonLabel {\n display: inline-block;\n letter-spacing: 0;\n overflow: hidden;\n text-overflow: ellipsis;\n width: 100%;\n}\n\n.vuuDropdownButton-formField.saltButton:focus,\n.vuuDropdownButton-formField.saltButton:focus-visible {\n outline: none;\n}\n", ".saltHighlighter-highlight {\n font-weight: var(--salt-text-fontWeight-strong); /* TODO: Check with design */\n}\n", ".vuuCheckboxIcon {\n --vuu-icon-size: 12px;\n --vuu-icon-left: -1px;\n --vuu-icon-top: -1px;\n --vuu-icon-svg: var(--vuu-svg-tick);\n border-style: solid;\n border-color: var(\n --vuuCheckboxIcon-borderColor,\n var(--salt-selectable-borderColor)\n );\n border-radius: var(--vuuCheckboxIcon-borderRadius, 3px);\n border-width: 1px;\n display: inline-block;\n height: var(--vuuCheckboxIcon-size, 12px);\n position: relative;\n width: var(--vuuCheckboxIcon-size, 12px);\n}\n\n.vuuCheckboxIcon-checked-enabled {\n background-color: var(\n --vuuCheckboxIcon-background-checked-enabled,\n var(--vuu-color-purple-10)\n );\n border-color: var(\n --vuuCheckboxIcon-borderColor-checked-enabled,\n var(--vuu-color-purple-10)\n );\n}\n\n.vuuCheckboxIcon-checked-disabled {\n background-color: var(\n --vuuCheckboxIcon-background-checked-disabled,\n var(--vuu-color-gray-35)\n );\n border-color: var(\n --vuuCheckboxIcon-borderColor-checked-disabled,\n var(--vuu-color-gray-35)\n );\n}\n\n.vuuCheckboxIcon-checked-enabled::after,\n.vuuCheckboxIcon-checked-disabled::after {\n content: \"\";\n background-color: white;\n left: var(--vuu-icon-left, auto);\n height: var(--vuu-icon-height, var(--vuu-icon-size, 12px));\n -webkit-mask: var(--vuu-icon-svg) center center/var(--vuu-icon-size)\n var(--vuu-icon-size);\n mask: var(--vuu-icon-svg) center center/var(--vuu-icon-size)\n var(--vuu-icon-size);\n mask-repeat: no-repeat;\n -webkit-mask-repeat: no-repeat;\n position: absolute;\n top: var(--vuu-icon-top, auto);\n width: var(--vuu-icon-width, var(--vuu-icon-size, 12px));\n}\n\n.vuuCheckboxIcon-checked-disabled::after {\n background-color: var(\n --vuuCheckboxIcon-tick-checked-disabled,\n var(--vuu-color-gray-30)\n );\n}\n", ".vuuListItem {\n /* Color */\n --list-item-text-color: var(--salt-text-primary-foreground);\n --list-item-background: var(--vuuList-item-background, var(--salt-selectable-background));\n /* --list-item-selected-focus-outlineColor: var(--salt-color-white); TODO: Check token with design */\n --list-item-text-color-active: var(--salt-text-primary-foreground);\n --list-item-background-active: var(--salt-selectable-background-selected);\n --list-item-alignItems: center;\n}\n\n.vuuListItem.vuuHighlighted {\n --saltCheckbox-icon-stroke: var(--salt-selectable-borderColor-hover);\n --list-item-background: var(--salt-selectable-background-hover);\n}\n\n.vuuListItemHeader {\n font-weight: var(--salt-text-fontWeight-strong); /* TODO: Check token with design */\n}\n\n.vuuListItemHeader[data-sticky] {\n position: sticky;\n top: 0;\n z-index: 1;\n}\n\n.vuuListItem {\n color: var(--list-item-text-color);\n cursor: var(--vuuList-item-cursor, pointer);\n background: var(--vuuList-item-background, var(--list-item-background));\n font-size: var(--salt-text-fontSize);\n text-align: var(--salt-text-textAlign);\n line-height: var(--salt-text-lineHeight);\n height: var(--vuuList-item-height, var(--list-item-height, auto));\n /* Replaced border-bottom with margin. In design spec, the height of the items should not include gap */\n margin-bottom: var(--list-item-gap);\n padding: 0 var(--vuuListItem-padding, var(--salt-size-unit));\n left: 0;\n right: 0;\n display: flex;\n position: relative;\n align-items: var(--list-item-alignItems);\n white-space: nowrap;\n}\n\n.vuuListItem:last-child {\n margin-bottom: 0px;\n}\n\n.vuuListItem-checkbox {\n --list-item-background-active: var(--salt-selectable-background);\n --list-item-text-color-active: var(--salt-text-primary-foreground);\n --list-item-text-padding: 0 0 0 var(--salt-size-unit);\n}\n\n.vuuListItem[aria-selected=\"true\"]:not(.vuuListItem-checkbox) {\n --list-item-background: var(--list-item-background-active);\n color: var(--list-item-text-color-active);\n}\n\n.vuuListItem.vuuDisabled {\n --list-item-text-color: var(--salt-text-primary-foreground-disabled);\n cursor: var(--salt-selectable-cursor-disabled);\n}\n\n.vuuListItem.vuuFocusVisible {\n outline-style: var(--salt-focused-outlineStyle);\n outline-width: var(--salt-focused-outlineWidth);\n outline-offset: -2px;\n outline-color: var(--salt-focused-outlineColor);\n}\n\n.vuuListItem.vuuFocusVisible:after {\n content: none;\n}\n\n.vuuListItem[aria-selected=\"true\"]:not(.vuuListItem-checkbox).vuuFocusVisible {\n outline-color: var(--list-item-selected-focus-outlineColor);\n}\n\n.vuuListItem-textWrapper {\n flex: 1;\n overflow: hidden;\n padding: var(--list-item-text-padding, 0px);\n white-space: nowrap;\n text-overflow: ellipsis;\n}\n\n.vuuListItem-proxy {\n position: absolute !important;\n visibility: hidden;\n}\n.vuuDraggable-list-item {\n --vuuList-item-height: 24px;\n background-color: white;\n}\n\n.vuuListItem.vuuDraggable-dragAway {\n display: none;\n}", ".vuuDraggable {\n background: transparent;\n box-shadow: var(--salt-overlayable-shadow-drag);\n cursor: var(--salt-draggable-grab-cursor-active);\n position: absolute;\n opacity: .95;\n z-index: 2000;\n}\n\n.vuuDraggable-spacer {\n display: var(--vuuDraggable-display, inline-block);\n height: var(--vuuDraggable-spacer-height, var(--tabstrip-height));\n transition: var(--vuuDraggable-transitionProp, width) 0.3s ease;\n width: var(--vuuDraggable-spacer-width, 0);\n}\n\n.vuuDraggable-dropIndicatorPosition {\n display: var(--saltDraggable-display, inline-block);\n /* height: var(--saltDraggable-spacer-height, var(--tabstrip-height)); */\n /* width: var(--saltDraggable-spacer-width, 0); */\n height: 0px;\n width: 100%;\n}\n\n.vuuDraggable-dropIndicatorContainer {\n transition: var(--vuuDraggable-transitionProp, top) 0.2s ease;\n}\n\n.vuuDraggable-dropIndicator {\n /* height: var(--saltDraggable-spacer-height, var(--tabstrip-height)); */\n /* width: var(--saltDraggable-spacer-width, 0); */\n background-color: var(--salt-palette-accent-background);\n height: 2px;\n width: 100%;\n}\n\n.vuuDraggable-dropIndicator:before {\n content: '';\n width: 6px;\n height: 6px;\n border-radius: 3px;\n background-color: var(--salt-palette-accent-background);\n position: absolute;\n top: -2px;\n left: -3px;\n}\n\n.vuuDraggable-settling {\n transition-property: left, top;\n transition-duration: .15s;\n transition-timing-function: ease-out;\n}\n\n.vuuDraggable-spacer {\n order: 1;\n}", ".vuuList {\n --list-background: var(--salt-container-primary-background);\n --list-borderStyle: var(--vuuList-borderStyle,var(--salt-container-borderStyle));\n --list-borderWidth: var(--salt-size-border);\n --list-height: auto;\n --list-item-height: var(--salt-size-stackable);\n --list-item-gap: 0px;\n --list-maxHeight: 100%;\n --vuuDraggable-display: block;\n --vuuDraggable-spacer-height: 0;\n --vuuDraggable-spacer-width: 100%;\n --vuuDraggable-transitionProp: height;\n --vuuMeasuredContainer-height: var(--computed-list-height);\n\n background: var(--list-background);\n height: var(--saltList-height, var(--list-height));\n max-height: var(--list-maxHeight);\n outline: none;\n position: relative;\n user-select: none;\n width: var(--saltList-width, auto);\n padding: 0 1px;\n}\n\n.vuuList-contentSized {\n box-sizing: content-box;\n}\n\n.vuuList-borderless {\n --list-borderStyle: none;\n}\n\n/* virtualised list */\n.vuuList-viewport {\n height: var(--computed-list-height, var(--measured-px-height));\n overflow: auto;\n}\n\n.vuuListHeader {\n --saltList-item-background: var(--list-item-header-background);\n color: var(--list-item-header-color);\n font-weight: 600;\n}\n\n.vuuListHeader[data-sticky=\"true\"] {\n --saltList-item-background: var(--list-background);\n position: sticky;\n top: 0;\n z-index: 1;\n}\n\n.vuuList-collapsible .vuuListItemHeader:after {\n border-width: var(--checkbox-borderWidth);\n border-color: var(--checkbox-borderColor);\n content: var(--list-item-header-twisty-content);\n -webkit-mask: var(--list-svg-chevron-down) center center/12px 12px no-repeat;\n mask: var(--list-svg-chevron-down) center center/12px 12px no-repeat;\n background: var(--list-item-header-twisty-color);\n height: 12px;\n left: var(--list-item-header-twisty-left);\n right: var(--list-item-header-twisty-right);\n margin-top: -8px;\n position: absolute;\n top: var(--list-item-header-twisty-top);\n transition: transform 0.3s;\n width: 12px;\n}\n.vuuListItemHeader[aria-expanded=\"false\"]:after {\n transform: rotate(-90deg);\n}\n\n/* Selection */\n\n.vuuList-scrollingContentContainer {\n box-sizing: inherit;\n position: relative;\n}\n\n.vuuList-virtualized .vuuListItem {\n line-height: 30px;\n position: absolute;\n top: 0;\n left: 0;\n right: 0;\n will-change: transform;\n}\n.vuuList.saltFocusVisible:after {\n inset: 2px;\n}\n", ".vuuRadioIcon {\n --vuu-icon-size: 12px;\n --vuu-icon-left: -1px;\n --vuu-icon-top: -1px;\n --vuu-icon-svg: var(--vuu-svg-radio);\n border-style: solid;\n border-color: var(--vuuRadioIcon-borderColor, var(--salt-selectable-borderColor));\n border-radius: 50%;\n border-width: 1px;\n display: inline-block;\n height: var(--vuuRadioIcon-size, 12px);\n position: relative;\n width: var(--vuuRadioIcon-size, 12px);\n}\n\n.vuuRadioIcon-checked {\n background-image: var(--vuu-svg-radio);\n border: none;\n background-repeat: no-repeat;\n}\n\n.vuuRadioIcon-checked:after {\n content: \"\";\n left: var(--vuu-icon-left, auto);\n height: var(--vuu-icon-height, var(--vuu-icon-size, 12px));\n -webkit-mask: var(--vuu-icon-svg) center center/var(--vuu-icon-size) var(--vuu-icon-size);\n mask: var(--vuu-icon-svg) center center/var(--vuu-icon-size) var(--vuu-icon-size);\n mask-repeat: no-repeat;\n -webkit-mask-repeat: no-repeat;\n position: absolute;\n top: var(--vuu-icon-top, auto);\n width: var(--vuu-icon-width, var(--vuu-icon-size, 12px));\n}\n", ".salt-density-medium,\n.salt-density-touch,\n.salt-density-low {\n --calendar-navigation-gap: calc(var(--salt-size-unit) * 0.5);\n}\n\n.salt-density-high {\n --calendar-navigation-gap: 0px;\n}\n\n.saltCalendarNavigation-hideYearDropdown {\n --calendar-navigation-gap: calc(var(--salt-size-unit) * 2);\n}\n\n.saltCalendarNavigation {\n display: grid;\n grid-template-columns: min-content auto auto min-content;\n grid-gap: var(--calendar-navigation-gap);\n align-items: center;\n}\n\n.saltCalendarNavigation-hideYearDropdown {\n grid-template-columns: min-content auto min-content;\n}\n", ".saltCalendarWeekHeader {\n --calendar-week-header-underline-color: var(--salt-separable-secondary-borderColor);\n --calendar-week-header-text-color: var(--salt-content-secondary-foreground);\n --calendar-week-header-size: var(--salt-size-base);\n --calendar-week-header-fontSize: var(--saltCalendar-week-header-fontSize, var(--salt-text-label-fontSize));\n}\n\n.saltCalendarWeekHeader {\n display: grid;\n grid-template-columns: repeat(7, 1fr);\n text-align: center;\n box-shadow: inset 0 -1px 0 var(--calendar-week-header-underline-color);\n}\n\n.saltCalendarWeekHeader-dayOfWeek {\n width: var(--calendar-week-header-size);\n height: var(--calendar-week-header-size);\n color: var(--calendar-week-header-text-color);\n line-height: var(--calendar-week-header-size);\n font-size: var(--calendar-week-header-fontSize);\n}\n", "/* TODO: Design need to align characteristics for CalendarDay */\n.saltCalendarDay {\n --calendar-day-text-color: var(--salt-content-primary-foreground);\n --calendar-day-background: var(--salt-selectable-background);\n --calendar-day-background-hover: var(--salt-selectable-background-hover);\n --calendar-day-text-color-hover: var(--salt-content-primary-foreground);\n --calendar-day-outOfRange-text-color: var(--salt-content-secondary-foreground-disabled);\n --calendar-day-blocked-text-color: var(--salt-content-primary-foreground);\n --calendar-day-blocked-cursor: var(--salt-selectable-cursor-disabled);\n --calendar-day-blocked-icon-color: var(--salt-status-error-foreground);\n --calendar-day-blocked-background: var(--calendar-day-background);\n --calendar-day-unselectable-text-color: var(--salt-content-secondary-foreground-disabled);\n --calendar-day-unselectable-background: var(--calendar-day-background);\n --calendar-day-unselectable-cursor: var(--salt-selectable-cursor-disabled);\n\n --calendar-day-selected-background: var(--salt-selectable-background-selected);\n --calendar-day-selected-text-color: var(--salt-content-primary-foreground);\n /* --calendar-day-selected-focused-outlineColor: var(--salt-color-white); TODO: Check with design */\n\n --calendar-day-selectedStart-background: var(--salt-selectable-background-selected);\n --calendar-day-selectedStart-text-color: var(--salt-content-primary-foreground);\n /* --calendar-day-selectedStart-focused-outlineColor: var(--salt-color-white); TODO: Check with design */\n\n --calendar-day-selectedEnd-background: var(--salt-selectable-background-selected);\n --calendar-day-selectedEnd-text-color: var(--salt-content-primary-foreground);\n /* --calendar-day-selectedEnd-focused-outlineColor: var(--salt-color-white); TODO: Check with design */\n\n --calendar-day-selectedSpan-background: var(--salt-selectable-background-blurSelected);\n --calendar-day-selectedSpan-text-color: var(--salt-content-primary-foreground);\n\n --calendar-day-hoveredSpan-background: var(--salt-selectable-background-hover);\n --calendar-day-hoveredSpan-text-color: var(--salt-content-primary-foreground);\n\n --calendar-day-hoveredOffset-background: var(--salt-selectable-background-hover);\n --calendar-day-hoveredOffset-text-color: var(--salt-content-primary-foreground);\n\n --calendar-day-currentDay-borderColor: var(--salt-content-primary-foreground); /* TODO should not be foreground color */\n\n /* Focus */\n --calendar-day-focused-outline: var(--salt-focused-outline);\n --calendar-day-size: var(--salt-size-base);\n --calendar-day-fontSize: var(--salt-text-fontSize);\n}\n\n.saltCalendarDay {\n width: var(--calendar-day-size);\n height: var(--calendar-day-size);\n color: var(--calendar-day-text-color);\n background-color: var(--calendar-day-background);\n font-size: var(--calendar-day-fontSize);\n border: 0;\n cursor: pointer;\n position: relative;\n display: flex;\n justify-content: center;\n align-items: center;\n}\n\n.saltCalendarDay:focus-visible {\n outline: var(--calendar-day-focused-outline);\n outline-offset: calc(0px - var(--salt-focused-outlineWidth));\n}\n\n.saltCalendarDay-outOfRange {\n color: var(--calendar-day-outOfRange-text-color);\n}\n\n.saltCalendarDay:hover {\n background: var(--calendar-day-background-hover);\n color: var(--calendar-day-text-color-hover);\n}\n\n.saltCalendarDay-unselectableMedium,\n.saltCalendarDay-unselectableMedium:hover {\n color: var(--calendar-day-blocked-text-color);\n cursor: var(--calendar-day-blocked-cursor);\n background: var(--calendar-day-blocked-background);\n}\n\n.saltCalendarDay-today {\n border: 1px solid var(--calendar-day-currentDay-borderColor);\n}\n\n.saltCalendarDay-selectedSpan {\n background: var(--calendar-day-selectedSpan-background);\n color: var(--calendar-day-selectedSpan-text-color);\n}\n\n.saltCalendarDay-hoveredSpan,\n.saltCalendarDay-hoveredSpan:hover {\n background: var(--calendar-day-hoveredSpan-background);\n color: var(--calendar-day-hoveredSpan-text-color);\n}\n\n.saltCalendarDay-hoveredOffset,\n.saltCalendarDay-hoveredOffset:hover {\n background: var(--calendar-day-hoveredOffset-background);\n color: var(--calendar-day-hoveredOffset-text-color);\n}\n\n.saltCalendarDay-selected,\n.saltCalendarDay-selected:hover {\n background: var(--calendar-day-selected-background);\n color: var(--calendar-day-selected-text-color);\n}\n\n.saltCalendarDay-selectedStart,\n.saltCalendarDay-selectedStart:hover {\n background: var(--calendar-day-selectedStart-background);\n color: var(--calendar-day-selectedStart-text-color);\n}\n\n.saltCalendarDay-selectedEnd,\n.saltCalendarDay-selectedEnd:hover {\n background: var(--calendar-day-selectedEnd-background);\n color: var(--calendar-day-selectedEnd-text-color);\n}\n\n.saltCalendarDay-selected:focus-visible {\n outline-color: var(--calendar-day-selected-focused-outlineColor);\n}\n\n.saltCalendarDay-selectedStart:focus-visible {\n outline-color: var(--calendar-day-selectedStart-focused-outlineColor);\n}\n\n.saltCalendarDay-selectedEnd:focus-visible {\n outline-color: var(--calendar-day-selectedEnd-focused-outlineColor);\n}\n\n.saltCalendarDay-unselectableLow,\n.saltCalendarDay-unselectableLow:hover {\n color: var(--calendar-day-unselectable-text-color);\n background: var(--calendar-day-unselectable-background);\n cursor: var(--calendar-day-unselectable-cursor);\n text-decoration: line-through;\n}\n\n.salt-density-high {\n --calendar-day-blocked-icon-size: 14px;\n}\n\n.salt-density-medium {\n --calendar-day-blocked-icon-size: 18px;\n}\n\n.salt-density-low {\n --calendar-day-blocked-icon-size: 24px;\n}\n\n.salt-density-touch {\n --calendar-day-blocked-icon-size: 28px;\n}\n\n.saltCalendarDay-blockedIcon {\n fill: var(--calendar-day-blocked-icon-color);\n position: absolute;\n --icon-size: var(--calendar-day-blocked-icon-size);\n pointer-events: none;\n line-height: 1.29;\n}\n\n.saltCalendarDay-hidden {\n visibility: hidden;\n}\n", ".saltCalendarMonth-dateGrid {\n display: grid;\n grid-template-columns: repeat(7, 1fr);\n text-align: center;\n}\n", ".saltCalendarCarousel-track {\n display: grid;\n grid-auto-flow: column;\n}\n\n.saltCalendarCarousel-track > * {\n position: absolute;\n left: 0;\n width: 100%;\n}\n\n.saltCalendarCarousel-track > :nth-child(2) {\n position: relative;\n}\n\n.saltCalendarCarousel-shouldAnimate {\n transition: transform 200ms ease-in-out;\n}\n", ".saltCalendar {\n width: min-content;\n}\n\n.saltCalendar .saltIcon {\n display: inline-block;\n}\n", ".vuuChevronIcon {\n --vuu-icon-size: 14px;\n --vuu-icon-left: -1px;\n --vuu-icon-top: -1px;\n height: var(--vuuChevronIcon-size, 14px);\n position: relative;\n width: var(--vuuChevronIcon-size, 14px);\n cursor: pointer;\n}\n\n.vuuChevronIcon:after {\n content: \"\";\n background-color: #777C94;\n left: var(--vuu-icon-left, auto);\n height: var(--vuu-icon-height, var(--vuu-icon-size, 12px));\n -webkit-mask: var(--vuu-icon-svg) center center/var(--vuu-icon-size) var(--vuu-icon-size);\n mask: var(--vuu-icon-svg) center center/var(--vuu-icon-size) var(--vuu-icon-size);\n mask-repeat: no-repeat;\n -webkit-mask-repeat: no-repeat;\n position: absolute;\n top: var(--vuu-icon-top, auto);\n width: var(--vuu-icon-width, var(--vuu-icon-size, 12px));\n}\n\n.vuuChevronIcon.up {\n --vuu-icon-svg: var(--vuu-svg-chevron-up);\n}\n\n.vuuChevronIcon.down {\n --vuu-icon-svg: var(--vuu-svg-chevron-down);\n}\n\n.vuuChevronIcon.left {\n --vuu-icon-svg: var(--vuu-svg-chevron-left);\n}\n\n.vuuChevronIcon.right {\n --vuu-icon-svg: var(--vuu-svg-chevron-right);\n}\n", ".vuuDatePickerInput {\n border: none;\n width: 100%;\n padding-left: 0;\n}\n\n.vuuDatePickerInput:focus {\n outline: none;\n}\n\ninput[type=\"date\"]::-webkit-calendar-picker-indicator {\n display: none;\n}\n", ".vuuDatePicker-calendarIconButton {\n padding: 3px;\n}\n\n.vuuDatePicker-calendarIconButton .saltIcon {\n display: inline-block;\n margin: 0;\n}\n", ".vuuDatePicker {\n display: flex;\n flex-direction: row;\n justify-content: space-between;\n gap: 1px;\n padding: 0 2px;\n}\n\n.vuuDatePicker-calendar {\n padding: 2px;\n}\n", ".vuuDateRangePickerInput {\n display: flex;\n flex-direction: row;\n gap: 0.5em;\n align-items: center;\n justify-content: space-between;\n width: 100%;\n}\n\n.vuuDateRangePickerInput input:last-child {\n text-align: right;\n}\n\n.vuuDateRangePickerInput span {\n width: fit-content;\n}\n", ".vuuEditableLabel {\n --editableLabel-padding: var(--vuuEditableLabel-padding, 6px);\n --editableLabel-height: var(--vuuEditableLabel-height, 26px);\n --saltInput-background: transparent;\n --saltInput-height: calc(var(--editableLabel-height) - 4px);\n --saltInput-minWidth: 14px;\n\n color: inherit;\n cursor: default;\n display: flex;\n flex-direction: column;\n font-size: var(--salt-text-fontSize);\n height: var(--editableLabel-height);\n justify-content: center;\n /* max-width: 170px; */\n outline: none;\n overflow: hidden;\n padding: 0 var(--editableLabel-padding);\n position: relative;\n text-overflow: ellipsis;\n white-space: nowrap;\n z-index: var(--salt-zIndex-default);\n}\n\n.vuuEditableLabel:before {\n content: attr(data-text);\n display: block;\n height: 0px;\n visibility: hidden;\n white-space: pre-wrap;\n}\n\n.vuuEditableLabel .saltInput {\n font-weight: var(--salt-text-fontWeight);\n left: var(--editableLabel-padding, 0);\n padding: 0;\n outline-style: none;\n position: absolute;\n right: var(--editableLabel-padding, 0);\n top: var(--saltEditableLabel-top, 2px);\n width: auto;\n}\n\n.vuuEditableLabel .saltInput-activationIndicator {\n display: none;\n}\n\n.vuuEditableLabel-input {\n background-color: transparent;\n border: none;\n box-sizing: content-box;\n color: inherit;\n display: block;\n flex: 1;\n font: inherit;\n height: 20px;\n margin:0;\n min-width:0;\n outline: none;\n padding: 0;\n}\n\n.vuuEditableLabel-label {\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n}\n", ".vuuInput {\n --vuu-icon-size: 16px;\n}\n\n.vuuInput-errorIcon:after {\n cursor: pointer;\n}", ".vuuExpandoInput {\n\n --salt-editable-secondary-background: white;\n --expandoInput-height: var(--vuuExpandoInput-height, 26px);\n --expandoInput-padding: var(--vuuExpandoInput-padding, 6px);\n\n --saltInput-height: calc(var(--vuuExpandoInput-height) - 4px);\n --saltInput-minWidth: var(--vuuExpandoInput-minWidth, 8px);\n \n border: var(--vuuExpandoInput-border, none);\n border-radius: var(--vuuExpandoInput-borderRadius, 0);\n color: inherit;\n cursor: default;\n display: inline-block;\n font-size: var(--salt-text-fontSize);\n height: var(--expandoInput-height);\n min-width: calc(var(--saltInput-minWidth) + 2 * var(--expandoInput-padding));\n outline: none;\n padding: 0 var(--expandoInput-padding);\n position: relative;\n\n}\n\n.vuuExpandoInput:before {\n content: attr(data-text);\n display: block;\n height: 0px;\n visibility: hidden;\n white-space: pre-wrap;\n }\n .vuuExpandoInput-error {\n border-color: var(--vuu-color-red-50);\n }\n\n .vuuExpandoInput .saltInput {\n font-weight: var(--salt-text-fontWeight);\n left: var(--expandoInput-padding, 0);\n padding: 0;\n outline-style: none;\n position: absolute;\n right: var(--expandoInput-padding, 0);\n top: var(--vuuExpandoInput-top, 2px);\n width: auto;\n }\n \n .vuuExpandoInput .saltInput-activationIndicator {\n display: none;\n }\n \n .vuuExpandoInput-input {\n background-color: transparent;\n border: none;\n box-sizing: content-box;\n display: block;\n flex: 1;\n font: inherit;\n height: 20px;\n margin:0;\n min-width:0;\n outline: none;\n padding: 0;\n }\n ", ".vuuCheckbox {\n --vuuCheckboxIcon-background-checked-enabled: var(--vuu-color-purple-10);\n display: flex;\n height: 24px;\n align-items: center;\n gap: 6px;\n color: var(--light-text-primary, #15171B);\n font-family: Nunito Sans A-Variant, serif;\n font-feature-settings: 'ss02' on, 'ss01' on, 'salt' on, 'liga' off;\n font-size: 12px;\n font-weight: 400;\n cursor: pointer;\n}", ".vuuRadioButton {\n display: flex;\n height: 24px;\n align-items: center;\n gap: 6px;\n color: var(--light-text-primary, #15171B);\n font-family: Nunito Sans A-Variant, sans-serif;\n font-feature-settings: 'ss02' on, 'ss01' on, 'salt' on, 'liga' off;\n font-size: 12px;\n font-weight: 400;\n cursor: pointer;\n}\n\n.radio {\n position: relative;\n height: 12px;\n}\n\ninput[type=\"radio\"] {\n\tposition: absolute;\n appearance: none;\n\twidth: 100%;\n height: 100%;\n border-radius: 50%;\n margin: 0;\n top: 0;\n}", ".vuuInstrumentPicker {\n height: 100%;\n padding: var(--vuuInstrumentPicker-padding, 12px);\n display: flex;\n flex-direction: column;\n}\n\n.vuuInstrumentPicker-inputField {\n --vuu-icon-size: 16px;\n flex: 0 0 40px;\n}\n.vuuInstrumentPicker-list {\n background-color: var(--salt-container-primary-background);\n flex: 1 1 auto;\n}\n\n.vuuInstrumentPicker .vuuTableCell {\n padding: 0;\n}\n", "\n.vuuSearchCell {\n --vuu-icon-left: 0;\n --vuu-icon-size: 16px;\n --vuu-icon-top: 0px;\n align-items: center;\n color: var(--background-cell-color);\n display: flex;\n gap: 4px;\n padding: 0 8px 0 8px;\n position: relative;\n z-index: -1;\n}\n\n", ".vuuInstrumentSearch {\n height: 100%;\n padding: var(--vuuInstrumentSearch-padding, 12px);\n display: flex;\n flex-direction: column;\n}\n\n.vuuInstrumentSearch-inputField {\n --vuu-icon-size: 16px;\n flex: 0 0 40px;\n padding: 0 12px;\n}\n.vuuInstrumentSearch-list {\n --vuuMeasuredContainer-flex: 1 1 1px;\n background-color: var(--salt-container-primary-background);\n flex: 1 1 auto;\n}\n\n.vuuInstrumentSearch .vuuTableCell {\n padding: 0;\n}\n", "@property --price-ticker-color {\n syntax: '<color>'; /* <- defined as type number for the transition to work */\n initial-value: #15171B;\n inherits: false;\n}\n \n.vuuPriceTicker {\n align-items: center;\n display: flex;\n font-size: var(--vuuPriceTicker-fontSize, var(--salt-text-fontSize));\n font-weight: var(--vuuPriceTicker-fontWeight, 700);\n transition-property: color;\n transition-duration: .3s;;\n}\n\n.vuuPriceTicker.up1 {\n --vuu-icon-color: var(--vuu-color-green-50);\n color: var(--vuu-color-green-50);\n animation-duration: 30s;\n }\n \n .vuuPriceTicker.up2 {\n --vuu-icon-color: var(--vuu-color-green-50);\n color: var(--vuu-color-green-50);\n animation-duration: 30s;\n }\n \n .vuuPriceTicker.down1 {\n --vuu-icon-transform: rotate(180deg);\n --vuu-icon-color: var(--vuu-color-red-50);\n color: var(--vuu-color-red-50);\n animation-duration: 30s;\n }\n \n .vuuPriceTicker.down2 {\n --vuu-icon-transform: rotate(180deg);\n --vuu-icon-color: var(--vuu-color-red-50);\n color: var(--vuu-color-red-50);\n animation-duration: 30s;\n }\n ", "/* Component class applied to the root element */\n.vuuTabstrip {\n --vuuOverflowContainer-background: transparent;\n /* --tabstrip-height: var(--vuuTabstrip-height, var(--salt-size-stackable)); */\n --tabstrip-dragging-display: none;\n --tabstrip-display: inline-flex;\n --tabstrip-background: transparent;\n\n align-self: var(--saltTabs-tabstrip-alignSelf, stretch);\n display: flex;\n font-size: var(--salt-text-fontSize);\n font-weight: var(--vuuTabstrip-fontWeight, var(--salt-text-fontWeight));\n min-width: 28px;\n position: relative;\n overflow: visible;\n width: var(--tabstrip-width);\n}\n\n/* Tabstrip orientation is horizontal */\n.vuuTabstrip-horizontal {\n --vuuOverflowContainer-borderColor: var(--salt-container-primary-borderColor);\n --vuuOverflowContainer-borderStyle: none none solid none;\n --vuuOverflowContainer-borderBottomWidth: 1px;\n\n --tabstrip-height: var(--vuuTabstrip-height, 28px);\n --tabstrip-width: var(--vuuTabstrip-width, 100%);\n --tab-height: var(--tabstrip-height);\n --tab-width: auto;\n --tab-thumb-height: 2px;\n --tab-thumb-left: var(--tab-thumb-offset, 0);\n --tab-thumb-top: auto;\n --tab-thumb-width: var(--tab-thumb-size, 100%);\n align-items: flex-start;\n /* border-bottom: var(--vuuTabstrip-borderBottom, solid 1px var(--salt-container-primary-borderColor)); */\n}\n\n/* Tabstrip orientation is vertical */\n.vuuTabstrip-vertical {\n --tabstrip-height: var(--vuuTabstrip-height, 100%);\n --tabstrip-width: var(--vuuTabstrip-width, 100px);\n --tab-height: 50px;\n --tab-width: 100%;\n --tab-thumb-height: 0;\n --tab-thumb-left: 0;\n --tab-thumb-top: var(--tab-thumb-offset, 0);\n --tab-thumb-width: 2px;\n\n align-self: flex-start;\n display: inline-flex;\n}\n\n.vuuTabstrip-draggingTab .vuuTab {\n pointer-events: none;\n}\n\n.vuuTabstrip-addTabButton {\n --saltButton-height: 20px;\n --saltButton-width: 20px;\n}\n\n.vuuTabstrip-overflowMenu.vuuDropdown {\n --saltIcon-margin: 2px 0 0 0px;\n}\n\n.vuuTabstrip-overflowMenu-open {\n --saltButton-background: var(--salt-actionable-secondary-background-active);\n --saltButton-text-color: var(--salt-actionable-secondary-text-color-active);\n}\n\n.vuuTabstrip-overflowMenu-open .saltButton {\n --saltIcon-color: var(--salt-actionable-secondary-foreground-active);\n}\n\n.vuuTabstrip-inner {\n width: 100%;\n align-items: center;\n display: flex;\n flex-basis: auto;\n flex-grow: 0;\n flex-shrink: 1;\n flex-wrap: wrap;\n justify-content: flex-start;\n line-height: var(--tabstrip-height);\n}\n\n.vuuTabstrip-vertical .vuuTabstrip-inner {\n flex-direction: column;\n height: auto;\n}\n\n.vuuTabstrip-centered .vuuTabstrip-inner {\n justify-content: center;\n}\n\n/* Styling applied to Draggable wrapper when used to drag a Tab */\n.vuuDraggable[class*=\"vuuTabstrip\"] {\n --tabstrip-display: flex;\n --tabstrip-height: 100%;\n --tabstrip-dragging-display: block;\n\n --tabs-tab-background: var(--salt-navigable-primary-background-hover);\n --tabs-tab-before-content: \"\";\n --tabs-tab-before-background: var(--salt-navigable-indicator-hover);\n --tabs-tab-before-height: var(--tab-activationIndicator-thumb-height);\n --tabs-tab-before-inset: var(--tab-activationIndicator-inset);\n --tabs-tab-before-width: var(--tab-activationIndicator-thumb-width);\n --tabs-tab-cursor: var(--salt-draggable-grab-cursor-active);\n --tabs-tab-position: static;\n\n font-size: 12px;\n}\n\n.vuuDraggable-tabstrip-horizontal {\n --overflow-item-height: var(--tabstrip-height);\n --tab-thumb-height: 2px;\n --tab-thumb-left: 0px;\n --tabstrip-display: inline-flex;\n --tabstrip-height: 28px;\n line-height: var(--tabstrip-height);\n}\n\n\n.vuuDraggable[class*=\"tabstrip\"] .vuuTab[aria-selected=\"true\"]:before {\n --tabs-tab-before-background: var(--salt-navigable-indicator-active);\n}\n\n/* [data-overflowed] {\n order: 99;\n visibility: hidden;\n} */\n\n.vuuTabstrip-overflowMenu-dropTarget:after {\n background: var(--salt-selectable-background-selected);\n content: \"\";\n position: absolute;\n height: 2px;\n left: 0;\n right: 0;\n bottom: 0;\n}\n", ".vuuTabMenu {\n top: var(--vuuTabMenu-top, -2px);\n}", "/* Class applied to root Tab element */\n.vuuTab {\n \n --saltEditableLabel-padding: 0;\n --saltEditableLabel-height: calc(var(--tabstrip-height) - 2px);\n --saltInputLegacy-minWidth: 4em;\n --saltEditableLabel-top: 2px;\n\n --tab-background: var(--vuuTab-background, var(--salt-navigable-primary-background));\n --tab-cursor: pointer;\n --tab-position: relative;\n}\n\n.vuuTab {\n align-items: center;\n align-self: stretch;\n background: var(--tab-background);\n border: none;\n border-radius: var(--vuuTab-borderRadius, 0);\n color: var(--salt-text-primary-foreground);\n cursor: var(--vuuTab-cursor, var(--tab-cursor));\n display: var(--tabstrip-display);\n gap: 8px;\n height: var(--vuuTabHeight, var(--tab-height));\n letter-spacing: var(--vuuTab-letterSpacing, var(--tab-letterSpacing, 0));\n min-width: var(--vuuTab-minWidth, 40px);\n outline: none;\n padding: var(--vuuTab-padding, 0 24px);\n position: var(--vuuTab-position, var(--tab-position));\n user-select: none;\n width: var(--tab-width)\n}\n\n/* Overrides characteristic used in saltFocusVisible */\n/* .vuuTab.saltFocusVisible:after {\n inset: 2px 2px 4px 2px;\n} */\n\n.vuuTab {\n margin: 0 var(--tab-spacing) 0 0;\n}\n\n.vuuTab-selected {\n background: var(--vuuTab-background-selected, var(--tab-background));\n color: var(--salt-text-primary-foreground);\n font-weight: var(--salt-navigable-fontWeight-active);\n}\n\n/* main content aria of Tab */\n.vuuTab-main {\n align-items: center;;\n border: none;\n color: inherit;\n cursor: inherit;\n display: flex;\n font-family: inherit;\n font-size: inherit;\n font-weight: inherit;\n height: calc(var(--tab-height) - var(--tab-thumb-height));\n margin-bottom: var(--tab-thumb-height);\n outline: none;\n position: relative;\n}\n\n.vuuTab-closeable .vuuTab-main {\n border-right: solid transparent var(--salt-size-unit);\n}\n\n.vuuTab .vuuTab-closeButton {\n display: flex;\n align-items: center;\n justify-content: center;\n}\n\n/* the close Button on a closeable Tab*/\n.vuuTab-close-icon {\n display: none;\n}\n\n.salt-density-touch .vuuTab-close-icon,\n.salt-density-low .vuuTab-close-icon {\n display: block;\n}\n\n.salt-density-touch .vuuTab-close-icon-small,\n.salt-density-low .vuuTab-close-icon-small {\n display: none;\n}\n\n.vuuTab .vuuTab-text {\n display: inline-block;\n position: relative;\n overflow: hidden;\n text-align: var(--salt-text-textAlign-embedded);\n text-overflow: ellipsis;\n top: var(--vuuTab-top, var(--tab-top, auto));\n white-space: nowrap;\n /* ensure content sits above focus ring */\n z-index: var(--salt-zIndex-default);\n}\n\n.vuuTab .vuuTab-text:before {\n height: 0;\n content: attr(data-text);\n display: block;\n visibility: hidden;\n font-weight: var(--salt-navigable-fontWeight-active);\n}\n\n/* FIXME: these are all focusVisible styles, but with a bespoke inset */\n.vuuTab-editing:after {\n content: \"\";\n position: absolute;\n top: 0;\n left: 0;\n right: 0;\n bottom: 2px;\n outline-color: var(--salt-focused-outlineColor);\n outline-style: var(--salt-focused-outlineStyle);\n outline-width: var(--salt-focused-outlineWidth);\n outline-offset: -2px;\n}\n\n.vuuTab.vuuFocusVisible {\n background: var(--vuuTab-hover-background, var(--salt-navigable-primary-background-hover));\n outline-color: var(--vuuTab-focusVisible-color, var(--salt-focused-outlineColor));\n outline-style: dashed;\n outline-width: 1px;\n outline-offset: -1px;\n}\n\n.vuuTab:before {\n content: var(--tab-before-content, none);\n content: \"\";\n background: var(--tab-before-background);\n height: var(--tab-before-height);\n inset: var(--tab-before-inset);\n position: absolute;\n width: var(--tab-before-width);\n z-index: 1;\n}\n\n.vuuTabstrip-draggingTab .vuuTab-selected:before {\n --tab-before-content: \"\";\n --tab-before-background: var(--salt-navigable-indicator-color-active);\n --tab-before-height: var(--tab-thumb-height);\n --tab-before-inset: var(--tab-activationIndicator-inset);\n --tab-before-width: var(--tab-activationIndicator-thumb-width);\n}\n\n\n.vuuTab-selected:before {\n --tab-before-content: \"\";\n background: var(--salt-navigable-indicator-active);\n height: var(--tab-thumb-height);\n position: absolute;\n left: var(--tab-thumb-left);\n bottom: 0px; \n top: var(--tab-thumb-top, auto);\n transition: var(--tab-thumb-transition, none);\n width: var(--tab-thumb-width, 100%);\n}\n\n.vuuTab:hover:not(.vuuTab-closeHover, .vuuTab-selected) {\n background: var(--vuuTab-hover-background, var(--salt-navigable-primary-background-hover));\n}\n\n", ".vuuTree {\n --tree-node-collapse: var(--vuuTree-toggle-collapse, var(--svg-tree-node-collapse));\n --tree-node-expand: var(--vuuTree-toggle-expand, var(--svg-tree-node-expand));\n --tree-toggle-width: 12px;\n --tree-icon-color: var(--vuuTree-icon-color, #4c505b);\n --tree-node-expanded-transform: var(--vuuTree-node-expanded-transform, none);\n --tree-node-indent: 0px;\n\n --list-hilited-bg: var(--hw-list-hilited-bg, rgba(0, 0, 0, 0.1));\n --list-item-height: var(--hw-list-item-height, 30px);\n --list-item-padding: var(--hw-list-item-padding, 0 6px);\n --list-item-header-bg: var(--hw-list-item-header-bg, black);\n --list-item-header-color: var(--hw-list-item-header-color, white);\n --list-item-header-font-weight: bold;\n --list-item-header-twisty-color: black;\n --list-item-header-twisty-content: '';\n --list-item-header-twisty-top: 50%;\n --list-item-header-twisty-left: -18px;\n --list-item-header-twisty-right: auto;\n --list-item-selected-bg: var(--hw-list-selected-bg, #1ea7fd);\n --list-item-selected-color: white;\n --list-item-text-color: var(--hw-gray-800);\n --focus-visible-border-color: var(--hw-focus-visible-border-color, rgb(141, 154, 179));\n\n list-style: none;\n margin: 0;\n padding: 0 1px;\n font-size: var(--vuuTree-font-size, 14px);\n max-height: inherit;\n outline: none;\n overflow-y: auto;\n position: relative;\n user-select: none;\n}\n\n.vuuTree-viewport {\n --list-item-height: 30px;\n box-sizing: border-box;\n max-height: inherit;\n overflow: auto;\n}\n\n.vuuTree-scrollingContentContainer {\n box-sizing: inherit;\n position: relative;\n}\n\n.vuuTree-scrollingContentContainer .vuuTreeNode {\n line-height: 30px;\n position: absolute;\n top: 0;\n left: 0;\n right: 0;\n will-change: transform;\n}\n\n.vuuTreeNode {\n list-style: none;\n}\n\n/* Leaf node or the div child of a collapsible node */\n.vuuTreeNode:not([aria-expanded]),\n.vuuTreeNode[aria-expanded] > .vuuTreeNode-label {\n --checkbox-border-color: black;\n --checkbox-border-width: 1px;\n --checkbox-tick: black;\n --list-item-padding-left: 6px;\n --svg-toggle: var(--tree-node-collapse);\n\n align-items: center;\n color: var(--list-item-text-color);\n display: flex;\n flex-wrap: nowrap;\n height: var(--list-item-height);\n line-height: var(--list-item-height);\n padding: var(--list-item-padding);\n padding-left: var(--padding-left);\n position: relative;\n cursor: default;\n margin: 0;\n white-space: nowrap;\n}\n\n.vuuTreeNode:not([aria-expanded]) {\n --padding-left: calc(\n var(--list-item-padding-left) + var(--tree-toggle-width) + var(--tree-node-indent)\n );\n}\n\n.vuuTreeNode[aria-expanded] > .vuuTreeNode-label {\n --padding-left: calc(\n var(--list-item-padding-left) + var(--tree-toggle-width) + var(--tree-node-indent)\n );\n}\n\n.vuuTreeNode-icon {\n background-color: var(--tree-icon-color);\n display: inline-block;\n height: 18px;\n margin-right: 6px;\n -webkit-mask: var(--vuu-icon-svg) center center/12px 12px no-repeat;\n mask: var(--vuu-icon-svg) center center/12px 12px no-repeat;\n flex: 0 0 18px;\n}\n\n.vuuTreeNode[aria-expanded] {\n flex-direction: column;\n}\n\n.vuuTreeNode[aria-expanded] {\n flex-direction: column;\n height: auto;\n}\n\n.vuuTreeNode > *[role='group'] {\n padding-left: 0px;\n}\n\n.vuuTreeNode {\n padding-left: calc(var(--padding-left) + var(--tree-node-indent));\n}\n\n.vuuTreeNode[aria-level='2'] {\n --tree-node-indent: 12px;\n}\n.vuuTreeNode[aria-level='3'] {\n --tree-node-indent: 24px;\n}\n.vuuTreeNode[aria-level='4'] {\n --tree-node-indent: 36px;\n}\n\n.vuuTreeNode:not(.focusVisible):not(.hwListItemHeader):not([aria-expanded])[data-highlighted],\n.vuuTreeNode:not(.focusVisible):not(.hwListItemHeader)[aria-expanded][data-highlighted]\n > div:first-child {\n background-color: var(--list-hilited-bg);\n}\n\n.vuuTreeNode-toggle {\n cursor: pointer;\n}\n\n.vuuTreeNode > .vuuTreeNode-toggle {\n display: inline-block;\n height: 100%;\n left: 0;\n position: absolute;\n width: calc(var(--list-item-padding-left) + var(--tree-toggle-width));\n}\n\n.vuuTreeNode[aria-expanded] > .vuuTreeNode-label:after {\n content: var(--list-item-header-twisty-content);\n -webkit-mask: var(--svg-toggle) center center/8px 8px no-repeat;\n mask: var(--svg-toggle) center center/8px 8px no-repeat;\n background-color: var(--list-item-header-twisty-color);\n height: 18px;\n margin-top: -9px;\n left: var(--tree-node-indent);\n position: absolute;\n top: var(--list-item-header-twisty-top);\n transition: transform 0.3s;\n width: 18px;\n}\n\n.vuuTreeNode[aria-selected='true'] {\n --list-item-header-twisty-color: var(--list-item-selected-color);\n}\n\n\n.vuuTreeNode:not(.focusVisible):focus {\n background-color: rgba(0, 0, 0, 0.1);\n}\n\n.vuuTreeNode:not([aria-expanded]).focusVisible:before,\n.vuuTreeNode[aria-expanded].focusVisible > div:first-child:before {\n content: '';\n position: absolute;\n top: 0px;\n left: var(--tree-focus-offset, 0px);\n right: 0;\n bottom: 0px;\n border: dotted var(--focus-visible-border-color) 2px;\n background-color: var(--list-hilited-bg);\n}\n\n\n.vuuTreeNode[aria-expanded='false'] > *:first-child:after {\n --svg-toggle: var(--tree-node-expand);\n}\n\n.vuuTreeNode[aria-expanded='true'] > *:first-child:after {\n transform: var(--tree-node-expanded-transform);\n}\n\n/* Selection */\n\n.vuuTree:not(.checkbox-only) .vuuTreeNode:not([aria-expanded])[aria-selected='true'],\n.vuuTree:not(.checkbox-only) .vuuTreeNode[aria-expanded][aria-selected='true'] > div:first-child {\n --checkbox-border-color: var(--list-item-selected-color);\n --checkbox-tick: var(--list-item-selected-color);\n --focus-visible-border-color: var(--list-item-selected-color);\n background-color: var(--list-item-selected-bg);\n color: var(--list-item-selected-color);\n}\n\n.with-checkbox .vuuTreeNode {\n padding-left: 28px;\n}\n\n.with-checkbox .vuuTreeNode:before {\n border-style: solid;\n border-width: var(--checkbox-border-width);\n border-color: var(--checkbox-border-color);\n content: '';\n height: 12px;\n left: 3px;\n margin-top: -7px;\n position: absolute;\n top: 50%;\n width: 12px;\n}\n"],
5
- "mappings": "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",
3
+ "sources": ["../../../packages/vuu-ui-controls/src/dropdown/Dropdown.css", "../../../packages/vuu-ui-controls/src/dropdown/DropdownButton.css", "../../../packages/vuu-ui-controls/src/list/Highlighter.css", "../../../packages/vuu-ui-controls/src/list/CheckboxIcon.css", "../../../packages/vuu-ui-controls/src/list/ListItem.css", "../../../packages/vuu-ui-controls/src/drag-drop/Draggable.css", "../../../packages/vuu-ui-controls/src/list/List.css", "../../../packages/vuu-ui-controls/src/list/RadioIcon.css", "../../../packages/vuu-ui-controls/src/calendar/internal/CalendarNavigation.css", "../../../packages/vuu-ui-controls/src/calendar/internal/CalendarWeekHeader.css", "../../../packages/vuu-ui-controls/src/calendar/internal/CalendarDay.css", "../../../packages/vuu-ui-controls/src/calendar/internal/CalendarMonth.css", "../../../packages/vuu-ui-controls/src/calendar/internal/CalendarCarousel.css", "../../../packages/vuu-ui-controls/src/calendar/Calendar.css", "../../../packages/vuu-ui-controls/src/list/ChevronIcon.css", "../../../packages/vuu-ui-controls/src/date-picker/input/DatePickerInput.css", "../../../packages/vuu-ui-controls/src/date-picker/internal/CalendarIconButton.css", "../../../packages/vuu-ui-controls/src/date-picker/DatePicker.css", "../../../packages/vuu-ui-controls/src/date-picker/input/DateRangePickerInput.css", "../../../packages/vuu-ui-controls/src/editable-label/EditableLabel.css", "../../../packages/vuu-ui-controls/src/vuu-input/VuuInput.css", "../../../packages/vuu-ui-controls/src/expando-input/ExpandoInput.css", "../../../packages/vuu-ui-controls/src/inputs/Checkbox.css", "../../../packages/vuu-ui-controls/src/inputs/RadioButton.css", "../../../packages/vuu-ui-controls/src/instrument-picker/SearchCell.css", "../../../packages/vuu-ui-controls/src/instrument-picker/InstrumentPicker.css", "../../../packages/vuu-ui-controls/src/instrument-search/SearchCell.css", "../../../packages/vuu-ui-controls/src/instrument-search/InstrumentSearch.css", "../../../packages/vuu-ui-controls/src/price-ticker/PriceTicker.css", "../../../packages/vuu-ui-controls/src/tabstrip/Tabstrip.css", "../../../packages/vuu-ui-controls/src/tabstrip/TabMenu.css", "../../../packages/vuu-ui-controls/src/tabstrip/Tab.css", "../../../packages/vuu-ui-controls/src/tree/Tree.css"],
4
+ "sourcesContent": [".vuuDropdown {\n --saltIcon-margin: 2px 0 0 8px;\n\n display: inline-block;\n line-height: 0;\n position: relative;\n width: var(--vuuDropdown-width, auto);\n}\n\n.vuuDropdownButton.saltButton-secondary {\n --saltButton-borderStyle: solid;\n --saltButton-borderColor: var(--salt-editable-borderColor);\n --saltButton-borderWidth: 1px;\n --saltButton-borderRadius: 6px;\n --saltButton-height: var(--vuuDropdown-height, auto);\n}\n\n.vuuDropdown-fullWidth {\n width: 100%;\n}\n\n.vuuDropdown-popup {\n background: var(--salt-container-primary-background);\n z-index: calc(var(--salt-zIndex-flyover) - 1);\n}\n\n.vuuDropdown-popup-component {\n --vuuList-borderStyle: none;\n}\n\n.vuuDropdownButton {\n width: 100%;\n}", ".vuuDropdownButton {\n --saltButton-background-hover: var(--salt-actionable-secondary-background);\n --saltButton-background-active: var(--salt-actionable-secondary-background);\n --saltButton-fontWeight: var(--salt-text-fontWeight-strong); /* TODO: Check with design */\n --saltButton-textAlign: left;\n --saltButton-textTransform: none;\n --saltButton-width: 100%;\n\n --vuu-icon-size: 16px;\n}\n\n.vuuDropdownButton:active {\n --saltIcon-color: var(--salt-actionable-secondary-foreground);\n --saltButton-text-color-active: var(--salt-actionable-secondary-foreground);\n}\n\n.vuuDropdownButton-fullwidth {\n width: 100%;\n}\n\n.vuuDropdownButton-content {\n align-items: center;\n flex: 1;\n width: 100%;\n display: flex;\n white-space: nowrap;\n}\n\n.vuuDropdownButton-buttonLabel {\n display: inline-block;\n letter-spacing: 0;\n overflow: hidden;\n text-overflow: ellipsis;\n width: 100%;\n}\n\n.vuuDropdownButton-formField.saltButton:focus,\n.vuuDropdownButton-formField.saltButton:focus-visible {\n outline: none;\n}\n", ".saltHighlighter-highlight {\n font-weight: var(--salt-text-fontWeight-strong); /* TODO: Check with design */\n}\n", ".vuuCheckboxIcon {\n --vuu-icon-size: 12px;\n --vuu-icon-left: -1px;\n --vuu-icon-top: -1px;\n --vuu-icon-svg: var(--vuu-svg-tick);\n border-style: solid;\n border-color: var(\n --vuuCheckboxIcon-borderColor,\n var(--salt-selectable-borderColor)\n );\n border-radius: var(--vuuCheckboxIcon-borderRadius, 3px);\n border-width: 1px;\n display: inline-block;\n height: var(--vuuCheckboxIcon-size, 12px);\n position: relative;\n width: var(--vuuCheckboxIcon-size, 12px);\n}\n\n.vuuCheckboxIcon-checked-enabled {\n background-color: var(\n --vuuCheckboxIcon-background-checked-enabled,\n var(--vuu-color-purple-10)\n );\n border-color: var(\n --vuuCheckboxIcon-borderColor-checked-enabled,\n var(--vuu-color-purple-10)\n );\n}\n\n.vuuCheckboxIcon-checked-disabled {\n background-color: var(\n --vuuCheckboxIcon-background-checked-disabled,\n var(--vuu-color-gray-35)\n );\n border-color: var(\n --vuuCheckboxIcon-borderColor-checked-disabled,\n var(--vuu-color-gray-35)\n );\n}\n\n.vuuCheckboxIcon-checked-enabled::after,\n.vuuCheckboxIcon-checked-disabled::after {\n content: \"\";\n background-color: white;\n left: var(--vuu-icon-left, auto);\n height: var(--vuu-icon-height, var(--vuu-icon-size, 12px));\n -webkit-mask: var(--vuu-icon-svg) center center/var(--vuu-icon-size)\n var(--vuu-icon-size);\n mask: var(--vuu-icon-svg) center center/var(--vuu-icon-size)\n var(--vuu-icon-size);\n mask-repeat: no-repeat;\n -webkit-mask-repeat: no-repeat;\n position: absolute;\n top: var(--vuu-icon-top, auto);\n width: var(--vuu-icon-width, var(--vuu-icon-size, 12px));\n}\n\n.vuuCheckboxIcon-checked-disabled::after {\n background-color: var(\n --vuuCheckboxIcon-tick-checked-disabled,\n var(--vuu-color-gray-30)\n );\n}\n", ".vuuListItem {\n /* Color */\n --list-item-text-color: var(--salt-text-primary-foreground);\n --list-item-background: var(--vuuList-item-background, var(--salt-selectable-background));\n /* --list-item-selected-focus-outlineColor: var(--salt-color-white); TODO: Check token with design */\n --list-item-text-color-active: var(--salt-text-primary-foreground);\n --list-item-background-active: var(--salt-selectable-background-selected);\n --list-item-alignItems: center;\n}\n\n.vuuListItem.vuuHighlighted {\n --saltCheckbox-icon-stroke: var(--salt-selectable-borderColor-hover);\n --list-item-background: var(--salt-selectable-background-hover);\n}\n\n.vuuListItemHeader {\n font-weight: var(--salt-text-fontWeight-strong); /* TODO: Check token with design */\n}\n\n.vuuListItemHeader[data-sticky] {\n position: sticky;\n top: 0;\n z-index: 1;\n}\n\n.vuuListItem {\n color: var(--list-item-text-color);\n cursor: var(--vuuList-item-cursor, pointer);\n background: var(--vuuList-item-background, var(--list-item-background));\n font-size: var(--salt-text-fontSize);\n text-align: var(--salt-text-textAlign);\n line-height: var(--salt-text-lineHeight);\n height: var(--vuuList-item-height, var(--list-item-height, auto));\n /* Replaced border-bottom with margin. In design spec, the height of the items should not include gap */\n margin-bottom: var(--list-item-gap);\n padding: 0 var(--vuuListItem-padding, var(--salt-size-unit));\n left: 0;\n right: 0;\n display: flex;\n position: relative;\n align-items: var(--list-item-alignItems);\n white-space: nowrap;\n}\n\n.vuuListItem:last-child {\n margin-bottom: 0px;\n}\n\n.vuuListItem-checkbox {\n --list-item-background-active: var(--salt-selectable-background);\n --list-item-text-color-active: var(--salt-text-primary-foreground);\n --list-item-text-padding: 0 0 0 var(--salt-size-unit);\n}\n\n.vuuListItem[aria-selected=\"true\"]:not(.vuuListItem-checkbox) {\n --list-item-background: var(--list-item-background-active);\n color: var(--list-item-text-color-active);\n}\n\n.vuuListItem.vuuDisabled {\n --list-item-text-color: var(--salt-text-primary-foreground-disabled);\n cursor: var(--salt-selectable-cursor-disabled);\n}\n\n.vuuListItem.vuuFocusVisible {\n outline-style: var(--salt-focused-outlineStyle);\n outline-width: var(--salt-focused-outlineWidth);\n outline-offset: -2px;\n outline-color: var(--salt-focused-outlineColor);\n}\n\n.vuuListItem.vuuFocusVisible:after {\n content: none;\n}\n\n.vuuListItem[aria-selected=\"true\"]:not(.vuuListItem-checkbox).vuuFocusVisible {\n outline-color: var(--list-item-selected-focus-outlineColor);\n}\n\n.vuuListItem-textWrapper {\n flex: 1;\n overflow: hidden;\n padding: var(--list-item-text-padding, 0px);\n white-space: nowrap;\n text-overflow: ellipsis;\n}\n\n.vuuListItem-proxy {\n position: absolute !important;\n visibility: hidden;\n}\n.vuuDraggable-list-item {\n --vuuList-item-height: 24px;\n background-color: white;\n}\n\n.vuuListItem.vuuDraggable-dragAway {\n display: none;\n}", ".vuuDraggable {\n background: transparent;\n box-shadow: var(--salt-overlayable-shadow-drag);\n cursor: var(--salt-draggable-grab-cursor-active);\n position: absolute;\n opacity: .95;\n z-index: 2000;\n}\n\n.vuuDraggable-spacer {\n display: var(--vuuDraggable-display, inline-block);\n height: var(--vuuDraggable-spacer-height, var(--tabstrip-height));\n transition: var(--vuuDraggable-transitionProp, width) 0.3s ease;\n width: var(--vuuDraggable-spacer-width, 0);\n}\n\n.vuuDraggable-dropIndicatorPosition {\n display: var(--saltDraggable-display, inline-block);\n /* height: var(--saltDraggable-spacer-height, var(--tabstrip-height)); */\n /* width: var(--saltDraggable-spacer-width, 0); */\n height: 0px;\n width: 100%;\n}\n\n.vuuDraggable-dropIndicatorContainer {\n transition: var(--vuuDraggable-transitionProp, top) 0.2s ease;\n}\n\n.vuuDraggable-dropIndicator {\n /* height: var(--saltDraggable-spacer-height, var(--tabstrip-height)); */\n /* width: var(--saltDraggable-spacer-width, 0); */\n background-color: var(--salt-palette-accent-background);\n height: 2px;\n width: 100%;\n}\n\n.vuuDraggable-dropIndicator:before {\n content: '';\n width: 6px;\n height: 6px;\n border-radius: 3px;\n background-color: var(--salt-palette-accent-background);\n position: absolute;\n top: -2px;\n left: -3px;\n}\n\n.vuuDraggable-settling {\n transition-property: left, top;\n transition-duration: .15s;\n transition-timing-function: ease-out;\n}\n\n.vuuDraggable-spacer {\n order: 1;\n}", ".vuuList {\n --list-background: var(--salt-container-primary-background);\n --list-borderStyle: var(--vuuList-borderStyle,var(--salt-container-borderStyle));\n --list-borderWidth: var(--salt-size-border);\n --list-height: auto;\n --list-item-height: var(--salt-size-stackable);\n --list-item-gap: 0px;\n --list-maxHeight: 100%;\n --vuuDraggable-display: block;\n --vuuDraggable-spacer-height: 0;\n --vuuDraggable-spacer-width: 100%;\n --vuuDraggable-transitionProp: height;\n --vuuMeasuredContainer-height: var(--computed-list-height);\n\n background: var(--list-background);\n height: var(--saltList-height, var(--list-height));\n max-height: var(--list-maxHeight);\n outline: none;\n position: relative;\n user-select: none;\n width: var(--saltList-width, auto);\n padding: 0 1px;\n}\n\n.vuuList-contentSized {\n box-sizing: content-box;\n}\n\n.vuuList-borderless {\n --list-borderStyle: none;\n}\n\n/* virtualised list */\n.vuuList-viewport {\n height: var(--computed-list-height, var(--measured-px-height));\n overflow: auto;\n}\n\n.vuuListHeader {\n --saltList-item-background: var(--list-item-header-background);\n color: var(--list-item-header-color);\n font-weight: 600;\n}\n\n.vuuListHeader[data-sticky=\"true\"] {\n --saltList-item-background: var(--list-background);\n position: sticky;\n top: 0;\n z-index: 1;\n}\n\n.vuuList-collapsible .vuuListItemHeader:after {\n border-width: var(--checkbox-borderWidth);\n border-color: var(--checkbox-borderColor);\n content: var(--list-item-header-twisty-content);\n -webkit-mask: var(--list-svg-chevron-down) center center/12px 12px no-repeat;\n mask: var(--list-svg-chevron-down) center center/12px 12px no-repeat;\n background: var(--list-item-header-twisty-color);\n height: 12px;\n left: var(--list-item-header-twisty-left);\n right: var(--list-item-header-twisty-right);\n margin-top: -8px;\n position: absolute;\n top: var(--list-item-header-twisty-top);\n transition: transform 0.3s;\n width: 12px;\n}\n.vuuListItemHeader[aria-expanded=\"false\"]:after {\n transform: rotate(-90deg);\n}\n\n/* Selection */\n\n.vuuList-scrollingContentContainer {\n box-sizing: inherit;\n position: relative;\n}\n\n.vuuList-virtualized .vuuListItem {\n line-height: 30px;\n position: absolute;\n top: 0;\n left: 0;\n right: 0;\n will-change: transform;\n}\n.vuuList.saltFocusVisible:after {\n inset: 2px;\n}\n", ".vuuRadioIcon {\n --vuu-icon-size: 12px;\n --vuu-icon-left: -1px;\n --vuu-icon-top: -1px;\n --vuu-icon-svg: var(--vuu-svg-radio);\n border-style: solid;\n border-color: var(--vuuRadioIcon-borderColor, var(--salt-selectable-borderColor));\n border-radius: 50%;\n border-width: 1px;\n display: inline-block;\n height: var(--vuuRadioIcon-size, 12px);\n position: relative;\n width: var(--vuuRadioIcon-size, 12px);\n}\n\n.vuuRadioIcon-checked {\n background-image: var(--vuu-svg-radio);\n border: none;\n background-repeat: no-repeat;\n}\n\n.vuuRadioIcon-checked:after {\n content: \"\";\n left: var(--vuu-icon-left, auto);\n height: var(--vuu-icon-height, var(--vuu-icon-size, 12px));\n -webkit-mask: var(--vuu-icon-svg) center center/var(--vuu-icon-size) var(--vuu-icon-size);\n mask: var(--vuu-icon-svg) center center/var(--vuu-icon-size) var(--vuu-icon-size);\n mask-repeat: no-repeat;\n -webkit-mask-repeat: no-repeat;\n position: absolute;\n top: var(--vuu-icon-top, auto);\n width: var(--vuu-icon-width, var(--vuu-icon-size, 12px));\n}\n", ".salt-density-medium,\n.salt-density-touch,\n.salt-density-low {\n --calendar-navigation-gap: calc(var(--salt-size-unit) * 0.5);\n}\n\n.salt-density-high {\n --calendar-navigation-gap: 0px;\n}\n\n.saltCalendarNavigation-hideYearDropdown {\n --calendar-navigation-gap: calc(var(--salt-size-unit) * 2);\n}\n\n.saltCalendarNavigation {\n display: grid;\n grid-template-columns: min-content auto auto min-content;\n grid-gap: var(--calendar-navigation-gap);\n align-items: center;\n}\n\n.saltCalendarNavigation-hideYearDropdown {\n grid-template-columns: min-content auto min-content;\n}\n", ".saltCalendarWeekHeader {\n --calendar-week-header-underline-color: var(--salt-separable-secondary-borderColor);\n --calendar-week-header-text-color: var(--salt-content-secondary-foreground);\n --calendar-week-header-size: var(--salt-size-base);\n --calendar-week-header-fontSize: var(--saltCalendar-week-header-fontSize, var(--salt-text-label-fontSize));\n}\n\n.saltCalendarWeekHeader {\n display: grid;\n grid-template-columns: repeat(7, 1fr);\n text-align: center;\n box-shadow: inset 0 -1px 0 var(--calendar-week-header-underline-color);\n}\n\n.saltCalendarWeekHeader-dayOfWeek {\n width: var(--calendar-week-header-size);\n height: var(--calendar-week-header-size);\n color: var(--calendar-week-header-text-color);\n line-height: var(--calendar-week-header-size);\n font-size: var(--calendar-week-header-fontSize);\n}\n", "/* TODO: Design need to align characteristics for CalendarDay */\n.saltCalendarDay {\n --calendar-day-text-color: var(--salt-content-primary-foreground);\n --calendar-day-background: var(--salt-selectable-background);\n --calendar-day-background-hover: var(--salt-selectable-background-hover);\n --calendar-day-text-color-hover: var(--salt-content-primary-foreground);\n --calendar-day-outOfRange-text-color: var(--salt-content-secondary-foreground-disabled);\n --calendar-day-blocked-text-color: var(--salt-content-primary-foreground);\n --calendar-day-blocked-cursor: var(--salt-selectable-cursor-disabled);\n --calendar-day-blocked-icon-color: var(--salt-status-error-foreground);\n --calendar-day-blocked-background: var(--calendar-day-background);\n --calendar-day-unselectable-text-color: var(--salt-content-secondary-foreground-disabled);\n --calendar-day-unselectable-background: var(--calendar-day-background);\n --calendar-day-unselectable-cursor: var(--salt-selectable-cursor-disabled);\n\n --calendar-day-selected-background: var(--salt-selectable-background-selected);\n --calendar-day-selected-text-color: var(--salt-content-primary-foreground);\n /* --calendar-day-selected-focused-outlineColor: var(--salt-color-white); TODO: Check with design */\n\n --calendar-day-selectedStart-background: var(--salt-selectable-background-selected);\n --calendar-day-selectedStart-text-color: var(--salt-content-primary-foreground);\n /* --calendar-day-selectedStart-focused-outlineColor: var(--salt-color-white); TODO: Check with design */\n\n --calendar-day-selectedEnd-background: var(--salt-selectable-background-selected);\n --calendar-day-selectedEnd-text-color: var(--salt-content-primary-foreground);\n /* --calendar-day-selectedEnd-focused-outlineColor: var(--salt-color-white); TODO: Check with design */\n\n --calendar-day-selectedSpan-background: var(--salt-selectable-background-blurSelected);\n --calendar-day-selectedSpan-text-color: var(--salt-content-primary-foreground);\n\n --calendar-day-hoveredSpan-background: var(--salt-selectable-background-hover);\n --calendar-day-hoveredSpan-text-color: var(--salt-content-primary-foreground);\n\n --calendar-day-hoveredOffset-background: var(--salt-selectable-background-hover);\n --calendar-day-hoveredOffset-text-color: var(--salt-content-primary-foreground);\n\n --calendar-day-currentDay-borderColor: var(--salt-content-primary-foreground); /* TODO should not be foreground color */\n\n /* Focus */\n --calendar-day-focused-outline: var(--salt-focused-outline);\n --calendar-day-size: var(--salt-size-base);\n --calendar-day-fontSize: var(--salt-text-fontSize);\n}\n\n.saltCalendarDay {\n width: var(--calendar-day-size);\n height: var(--calendar-day-size);\n color: var(--calendar-day-text-color);\n background-color: var(--calendar-day-background);\n font-size: var(--calendar-day-fontSize);\n border: 0;\n cursor: pointer;\n position: relative;\n display: flex;\n justify-content: center;\n align-items: center;\n}\n\n.saltCalendarDay:focus-visible {\n outline: var(--calendar-day-focused-outline);\n outline-offset: calc(0px - var(--salt-focused-outlineWidth));\n}\n\n.saltCalendarDay-outOfRange {\n color: var(--calendar-day-outOfRange-text-color);\n}\n\n.saltCalendarDay:hover {\n background: var(--calendar-day-background-hover);\n color: var(--calendar-day-text-color-hover);\n}\n\n.saltCalendarDay-unselectableMedium,\n.saltCalendarDay-unselectableMedium:hover {\n color: var(--calendar-day-blocked-text-color);\n cursor: var(--calendar-day-blocked-cursor);\n background: var(--calendar-day-blocked-background);\n}\n\n.saltCalendarDay-today {\n border: 1px solid var(--calendar-day-currentDay-borderColor);\n}\n\n.saltCalendarDay-selectedSpan {\n background: var(--calendar-day-selectedSpan-background);\n color: var(--calendar-day-selectedSpan-text-color);\n}\n\n.saltCalendarDay-hoveredSpan,\n.saltCalendarDay-hoveredSpan:hover {\n background: var(--calendar-day-hoveredSpan-background);\n color: var(--calendar-day-hoveredSpan-text-color);\n}\n\n.saltCalendarDay-hoveredOffset,\n.saltCalendarDay-hoveredOffset:hover {\n background: var(--calendar-day-hoveredOffset-background);\n color: var(--calendar-day-hoveredOffset-text-color);\n}\n\n.saltCalendarDay-selected,\n.saltCalendarDay-selected:hover {\n background: var(--calendar-day-selected-background);\n color: var(--calendar-day-selected-text-color);\n}\n\n.saltCalendarDay-selectedStart,\n.saltCalendarDay-selectedStart:hover {\n background: var(--calendar-day-selectedStart-background);\n color: var(--calendar-day-selectedStart-text-color);\n}\n\n.saltCalendarDay-selectedEnd,\n.saltCalendarDay-selectedEnd:hover {\n background: var(--calendar-day-selectedEnd-background);\n color: var(--calendar-day-selectedEnd-text-color);\n}\n\n.saltCalendarDay-selected:focus-visible {\n outline-color: var(--calendar-day-selected-focused-outlineColor);\n}\n\n.saltCalendarDay-selectedStart:focus-visible {\n outline-color: var(--calendar-day-selectedStart-focused-outlineColor);\n}\n\n.saltCalendarDay-selectedEnd:focus-visible {\n outline-color: var(--calendar-day-selectedEnd-focused-outlineColor);\n}\n\n.saltCalendarDay-unselectableLow,\n.saltCalendarDay-unselectableLow:hover {\n color: var(--calendar-day-unselectable-text-color);\n background: var(--calendar-day-unselectable-background);\n cursor: var(--calendar-day-unselectable-cursor);\n text-decoration: line-through;\n}\n\n.salt-density-high {\n --calendar-day-blocked-icon-size: 14px;\n}\n\n.salt-density-medium {\n --calendar-day-blocked-icon-size: 18px;\n}\n\n.salt-density-low {\n --calendar-day-blocked-icon-size: 24px;\n}\n\n.salt-density-touch {\n --calendar-day-blocked-icon-size: 28px;\n}\n\n.saltCalendarDay-blockedIcon {\n fill: var(--calendar-day-blocked-icon-color);\n position: absolute;\n --icon-size: var(--calendar-day-blocked-icon-size);\n pointer-events: none;\n line-height: 1.29;\n}\n\n.saltCalendarDay-hidden {\n visibility: hidden;\n}\n", ".saltCalendarMonth-dateGrid {\n display: grid;\n grid-template-columns: repeat(7, 1fr);\n text-align: center;\n}\n", ".saltCalendarCarousel-track {\n display: grid;\n grid-auto-flow: column;\n}\n\n.saltCalendarCarousel-track > * {\n position: absolute;\n left: 0;\n width: 100%;\n}\n\n.saltCalendarCarousel-track > :nth-child(2) {\n position: relative;\n}\n\n.saltCalendarCarousel-shouldAnimate {\n transition: transform 200ms ease-in-out;\n}\n", ".saltCalendar {\n width: min-content;\n}\n\n.saltCalendar .saltIcon {\n display: inline-block;\n}\n", ".vuuChevronIcon {\n --vuu-icon-size: 14px;\n --vuu-icon-left: -1px;\n --vuu-icon-top: -1px;\n height: var(--vuuChevronIcon-size, 14px);\n position: relative;\n width: var(--vuuChevronIcon-size, 14px);\n cursor: pointer;\n}\n\n.vuuChevronIcon:after {\n content: \"\";\n background-color: #777C94;\n left: var(--vuu-icon-left, auto);\n height: var(--vuu-icon-height, var(--vuu-icon-size, 12px));\n -webkit-mask: var(--vuu-icon-svg) center center/var(--vuu-icon-size) var(--vuu-icon-size);\n mask: var(--vuu-icon-svg) center center/var(--vuu-icon-size) var(--vuu-icon-size);\n mask-repeat: no-repeat;\n -webkit-mask-repeat: no-repeat;\n position: absolute;\n top: var(--vuu-icon-top, auto);\n width: var(--vuu-icon-width, var(--vuu-icon-size, 12px));\n}\n\n.vuuChevronIcon.up {\n --vuu-icon-svg: var(--vuu-svg-chevron-up);\n}\n\n.vuuChevronIcon.down {\n --vuu-icon-svg: var(--vuu-svg-chevron-down);\n}\n\n.vuuChevronIcon.left {\n --vuu-icon-svg: var(--vuu-svg-chevron-left);\n}\n\n.vuuChevronIcon.right {\n --vuu-icon-svg: var(--vuu-svg-chevron-right);\n}\n", ".vuuDatePickerInput {\n border: none;\n width: 100%;\n padding-left: 0;\n}\n\n.vuuDatePickerInput:focus {\n outline: none;\n}\n\ninput[type=\"date\"]::-webkit-calendar-picker-indicator {\n display: none;\n}\n", ".vuuDatePicker-calendarIconButton {\n padding: 3px;\n}\n\n.vuuDatePicker-calendarIconButton .saltIcon {\n display: inline-block;\n margin: 0;\n}\n", ".vuuDatePicker {\n display: flex;\n flex-direction: row;\n justify-content: space-between;\n gap: 1px;\n padding: 0 2px;\n}\n\n.vuuDatePicker-calendar {\n padding: 2px;\n}\n", ".vuuDateRangePickerInput {\n display: flex;\n flex-direction: row;\n gap: 0.5em;\n align-items: center;\n justify-content: space-between;\n width: 100%;\n}\n\n.vuuDateRangePickerInput input:last-child {\n text-align: right;\n}\n\n.vuuDateRangePickerInput span {\n width: fit-content;\n}\n", ".vuuEditableLabel {\n --editableLabel-padding: var(--vuuEditableLabel-padding, 6px);\n --editableLabel-height: var(--vuuEditableLabel-height, 26px);\n --saltInput-background: transparent;\n --saltInput-height: calc(var(--editableLabel-height) - 4px);\n --saltInput-minWidth: 14px;\n\n color: inherit;\n cursor: default;\n display: flex;\n flex-direction: column;\n font-size: var(--salt-text-fontSize);\n height: var(--editableLabel-height);\n justify-content: center;\n /* max-width: 170px; */\n outline: none;\n overflow: hidden;\n padding: 0 var(--editableLabel-padding);\n position: relative;\n text-overflow: ellipsis;\n white-space: nowrap;\n z-index: var(--salt-zIndex-default);\n}\n\n.vuuEditableLabel:before {\n content: attr(data-text);\n display: block;\n height: 0px;\n visibility: hidden;\n white-space: pre-wrap;\n}\n\n.vuuEditableLabel .saltInput {\n font-weight: var(--salt-text-fontWeight);\n left: var(--editableLabel-padding, 0);\n padding: 0;\n outline-style: none;\n position: absolute;\n right: var(--editableLabel-padding, 0);\n top: var(--saltEditableLabel-top, 2px);\n width: auto;\n}\n\n.vuuEditableLabel .saltInput-activationIndicator {\n display: none;\n}\n\n.vuuEditableLabel-input {\n background-color: transparent;\n border: none;\n box-sizing: content-box;\n color: inherit;\n display: block;\n flex: 1;\n font: inherit;\n height: 20px;\n margin:0;\n min-width:0;\n outline: none;\n padding: 0;\n}\n\n.vuuEditableLabel-label {\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n}\n", ".vuuInput {\n --vuu-icon-size: 16px;\n}\n\n.vuuInput-errorIcon:after {\n cursor: pointer;\n}", ".vuuExpandoInput {\n\n --salt-editable-secondary-background: white;\n --expandoInput-height: var(--vuuExpandoInput-height, 26px);\n --expandoInput-padding: var(--vuuExpandoInput-padding, 6px);\n\n --saltInput-height: calc(var(--vuuExpandoInput-height) - 4px);\n --saltInput-minWidth: var(--vuuExpandoInput-minWidth, 8px);\n \n border: var(--vuuExpandoInput-border, none);\n border-radius: var(--vuuExpandoInput-borderRadius, 0);\n color: inherit;\n cursor: default;\n display: inline-block;\n font-size: var(--salt-text-fontSize);\n height: var(--expandoInput-height);\n min-width: calc(var(--saltInput-minWidth) + 2 * var(--expandoInput-padding));\n outline: none;\n padding: 0 var(--expandoInput-padding);\n position: relative;\n\n}\n\n.vuuExpandoInput:before {\n content: attr(data-text);\n display: block;\n height: 0px;\n visibility: hidden;\n white-space: pre-wrap;\n }\n .vuuExpandoInput-error {\n border-color: var(--vuu-color-red-50);\n }\n\n .vuuExpandoInput .saltInput {\n font-weight: var(--salt-text-fontWeight);\n left: var(--expandoInput-padding, 0);\n padding: 0;\n outline-style: none;\n position: absolute;\n right: var(--expandoInput-padding, 0);\n top: var(--vuuExpandoInput-top, 2px);\n width: auto;\n }\n \n .vuuExpandoInput .saltInput-activationIndicator {\n display: none;\n }\n \n .vuuExpandoInput-input {\n background-color: transparent;\n border: none;\n box-sizing: content-box;\n display: block;\n flex: 1;\n font: inherit;\n height: 20px;\n margin:0;\n min-width:0;\n outline: none;\n padding: 0;\n }\n ", ".vuuCheckbox {\n --vuuCheckboxIcon-background-checked-enabled: var(--vuu-color-purple-10);\n display: flex;\n height: 24px;\n align-items: center;\n gap: 6px;\n color: var(--light-text-primary, #15171B);\n font-family: Nunito Sans A-Variant, serif;\n font-feature-settings: 'ss02' on, 'ss01' on, 'salt' on, 'liga' off;\n font-size: 12px;\n font-weight: 400;\n cursor: pointer;\n}", ".vuuRadioButton {\n display: flex;\n height: 24px;\n align-items: center;\n gap: 6px;\n color: var(--light-text-primary, #15171B);\n font-family: Nunito Sans A-Variant, sans-serif;\n font-feature-settings: 'ss02' on, 'ss01' on, 'salt' on, 'liga' off;\n font-size: 12px;\n font-weight: 400;\n cursor: pointer;\n}\n\n.radio {\n position: relative;\n height: 12px;\n}\n\ninput[type=\"radio\"] {\n\tposition: absolute;\n appearance: none;\n\twidth: 100%;\n height: 100%;\n border-radius: 50%;\n margin: 0;\n top: 0;\n}", "\n.vuuSearchCell {\n --vuu-icon-left: 0;\n --vuu-icon-size: 16px;\n --vuu-icon-top: 0px;\n align-items: center;\n color: var(--background-cell-color);\n display: flex;\n gap: 4px;\n padding: 0 8px 0 8px;\n position: relative;\n z-index: -1;\n}\n\n", ".vuuInstrumentPicker {\n height: 100%;\n padding: var(--vuuInstrumentPicker-padding, 12px);\n display: flex;\n flex-direction: column;\n}\n\n.vuuInstrumentPicker-inputField {\n --vuu-icon-size: 16px;\n flex: 0 0 40px;\n}\n.vuuInstrumentPicker-list {\n background-color: var(--salt-container-primary-background);\n flex: 1 1 auto;\n}\n\n.vuuInstrumentPicker .vuuTableCell {\n padding: 0;\n}\n", "\n.vuuSearchCell {\n --vuu-icon-left: 0;\n --vuu-icon-size: 16px;\n --vuu-icon-top: 0px;\n align-items: center;\n color: var(--background-cell-color);\n display: flex;\n gap: 4px;\n padding: 0 8px 0 8px;\n position: relative;\n z-index: -1;\n}\n\n", ".vuuInstrumentSearch {\n height: 100%;\n padding: var(--vuuInstrumentSearch-padding, 12px);\n display: flex;\n flex-direction: column;\n}\n\n.vuuInstrumentSearch-inputField {\n --vuu-icon-size: 16px;\n flex: 0 0 40px;\n padding: 0 12px;\n}\n.vuuInstrumentSearch-list {\n --vuuMeasuredContainer-flex: 1 1 1px;\n background-color: var(--salt-container-primary-background);\n flex: 1 1 auto;\n}\n\n.vuuInstrumentSearch .vuuTableCell {\n padding: 0;\n}\n", "@property --price-ticker-color {\n syntax: '<color>'; /* <- defined as type number for the transition to work */\n initial-value: #15171B;\n inherits: false;\n}\n \n.vuuPriceTicker {\n align-items: center;\n display: flex;\n font-size: var(--vuuPriceTicker-fontSize, var(--salt-text-fontSize));\n font-weight: var(--vuuPriceTicker-fontWeight, 700);\n transition-property: color;\n transition-duration: .3s;;\n}\n\n.vuuPriceTicker.up1 {\n --vuu-icon-color: var(--vuu-color-green-50);\n color: var(--vuu-color-green-50);\n animation-duration: 30s;\n }\n \n .vuuPriceTicker.up2 {\n --vuu-icon-color: var(--vuu-color-green-50);\n color: var(--vuu-color-green-50);\n animation-duration: 30s;\n }\n \n .vuuPriceTicker.down1 {\n --vuu-icon-transform: rotate(180deg);\n --vuu-icon-color: var(--vuu-color-red-50);\n color: var(--vuu-color-red-50);\n animation-duration: 30s;\n }\n \n .vuuPriceTicker.down2 {\n --vuu-icon-transform: rotate(180deg);\n --vuu-icon-color: var(--vuu-color-red-50);\n color: var(--vuu-color-red-50);\n animation-duration: 30s;\n }\n ", "/* Component class applied to the root element */\n.vuuTabstrip {\n --vuuOverflowContainer-background: transparent;\n /* --tabstrip-height: var(--vuuTabstrip-height, var(--salt-size-stackable)); */\n --tabstrip-dragging-display: none;\n --tabstrip-display: inline-flex;\n --tabstrip-background: transparent;\n\n align-self: var(--saltTabs-tabstrip-alignSelf, stretch);\n display: flex;\n font-size: var(--salt-text-fontSize);\n font-weight: var(--vuuTabstrip-fontWeight, var(--salt-text-fontWeight));\n min-width: 28px;\n position: relative;\n overflow: visible;\n width: var(--tabstrip-width);\n}\n\n/* Tabstrip orientation is horizontal */\n.vuuTabstrip-horizontal {\n --vuuOverflowContainer-borderColor: var(--salt-container-primary-borderColor);\n --vuuOverflowContainer-borderStyle: none none solid none;\n --vuuOverflowContainer-borderBottomWidth: 1px;\n\n --tabstrip-height: var(--vuuTabstrip-height, 28px);\n --tabstrip-width: var(--vuuTabstrip-width, 100%);\n --tab-height: var(--tabstrip-height);\n --tab-width: auto;\n --tab-thumb-height: 2px;\n --tab-thumb-left: var(--tab-thumb-offset, 0);\n --tab-thumb-top: auto;\n --tab-thumb-width: var(--tab-thumb-size, 100%);\n align-items: flex-start;\n /* border-bottom: var(--vuuTabstrip-borderBottom, solid 1px var(--salt-container-primary-borderColor)); */\n}\n\n/* Tabstrip orientation is vertical */\n.vuuTabstrip-vertical {\n --tabstrip-height: var(--vuuTabstrip-height, 100%);\n --tabstrip-width: var(--vuuTabstrip-width, 100px);\n --tab-height: 50px;\n --tab-width: 100%;\n --tab-thumb-height: 0;\n --tab-thumb-left: 0;\n --tab-thumb-top: var(--tab-thumb-offset, 0);\n --tab-thumb-width: 2px;\n\n align-self: flex-start;\n display: inline-flex;\n}\n\n.vuuTabstrip-draggingTab .vuuTab {\n pointer-events: none;\n}\n\n.vuuTabstrip-addTabButton {\n --saltButton-height: 20px;\n --saltButton-width: 20px;\n}\n\n.vuuTabstrip-overflowMenu.vuuDropdown {\n --saltIcon-margin: 2px 0 0 0px;\n}\n\n.vuuTabstrip-overflowMenu-open {\n --saltButton-background: var(--salt-actionable-secondary-background-active);\n --saltButton-text-color: var(--salt-actionable-secondary-text-color-active);\n}\n\n.vuuTabstrip-overflowMenu-open .saltButton {\n --saltIcon-color: var(--salt-actionable-secondary-foreground-active);\n}\n\n.vuuTabstrip-inner {\n width: 100%;\n align-items: center;\n display: flex;\n flex-basis: auto;\n flex-grow: 0;\n flex-shrink: 1;\n flex-wrap: wrap;\n justify-content: flex-start;\n line-height: var(--tabstrip-height);\n}\n\n.vuuTabstrip-vertical .vuuTabstrip-inner {\n flex-direction: column;\n height: auto;\n}\n\n.vuuTabstrip-centered .vuuTabstrip-inner {\n justify-content: center;\n}\n\n/* Styling applied to Draggable wrapper when used to drag a Tab */\n.vuuDraggable[class*=\"vuuTabstrip\"] {\n --tabstrip-display: flex;\n --tabstrip-height: 100%;\n --tabstrip-dragging-display: block;\n\n --tabs-tab-background: var(--salt-navigable-primary-background-hover);\n --tabs-tab-before-content: \"\";\n --tabs-tab-before-background: var(--salt-navigable-indicator-hover);\n --tabs-tab-before-height: var(--tab-activationIndicator-thumb-height);\n --tabs-tab-before-inset: var(--tab-activationIndicator-inset);\n --tabs-tab-before-width: var(--tab-activationIndicator-thumb-width);\n --tabs-tab-cursor: var(--salt-draggable-grab-cursor-active);\n --tabs-tab-position: static;\n\n font-size: 12px;\n}\n\n.vuuDraggable-tabstrip-horizontal {\n --overflow-item-height: var(--tabstrip-height);\n --tab-thumb-height: 2px;\n --tab-thumb-left: 0px;\n --tabstrip-display: inline-flex;\n --tabstrip-height: 28px;\n line-height: var(--tabstrip-height);\n}\n\n\n.vuuDraggable[class*=\"tabstrip\"] .vuuTab[aria-selected=\"true\"]:before {\n --tabs-tab-before-background: var(--salt-navigable-indicator-active);\n}\n\n/* [data-overflowed] {\n order: 99;\n visibility: hidden;\n} */\n\n.vuuTabstrip-overflowMenu-dropTarget:after {\n background: var(--salt-selectable-background-selected);\n content: \"\";\n position: absolute;\n height: 2px;\n left: 0;\n right: 0;\n bottom: 0;\n}\n", ".vuuTabMenu {\n top: var(--vuuTabMenu-top, -2px);\n}", "/* Class applied to root Tab element */\n.vuuTab {\n \n --saltEditableLabel-padding: 0;\n --saltEditableLabel-height: calc(var(--tabstrip-height) - 2px);\n --saltInputLegacy-minWidth: 4em;\n --saltEditableLabel-top: 2px;\n\n --tab-background: var(--vuuTab-background, var(--salt-navigable-primary-background));\n --tab-cursor: pointer;\n --tab-position: relative;\n}\n\n.vuuTab {\n align-items: center;\n align-self: stretch;\n background: var(--tab-background);\n border: none;\n border-radius: var(--vuuTab-borderRadius, 0);\n color: var(--salt-text-primary-foreground);\n cursor: var(--vuuTab-cursor, var(--tab-cursor));\n display: var(--tabstrip-display);\n gap: 8px;\n height: var(--vuuTabHeight, var(--tab-height));\n letter-spacing: var(--vuuTab-letterSpacing, var(--tab-letterSpacing, 0));\n min-width: var(--vuuTab-minWidth, 40px);\n outline: none;\n padding: var(--vuuTab-padding, 0 24px);\n position: var(--vuuTab-position, var(--tab-position));\n user-select: none;\n width: var(--tab-width)\n}\n\n/* Overrides characteristic used in saltFocusVisible */\n/* .vuuTab.saltFocusVisible:after {\n inset: 2px 2px 4px 2px;\n} */\n\n.vuuTab {\n margin: 0 var(--tab-spacing) 0 0;\n}\n\n.vuuTab-selected {\n background: var(--vuuTab-background-selected, var(--tab-background));\n color: var(--salt-text-primary-foreground);\n font-weight: var(--salt-navigable-fontWeight-active);\n}\n\n/* main content aria of Tab */\n.vuuTab-main {\n align-items: center;;\n border: none;\n color: inherit;\n cursor: inherit;\n display: flex;\n font-family: inherit;\n font-size: inherit;\n font-weight: inherit;\n height: calc(var(--tab-height) - var(--tab-thumb-height));\n margin-bottom: var(--tab-thumb-height);\n outline: none;\n position: relative;\n}\n\n.vuuTab-closeable .vuuTab-main {\n border-right: solid transparent var(--salt-size-unit);\n}\n\n.vuuTab .vuuTab-closeButton {\n display: flex;\n align-items: center;\n justify-content: center;\n}\n\n/* the close Button on a closeable Tab*/\n.vuuTab-close-icon {\n display: none;\n}\n\n.salt-density-touch .vuuTab-close-icon,\n.salt-density-low .vuuTab-close-icon {\n display: block;\n}\n\n.salt-density-touch .vuuTab-close-icon-small,\n.salt-density-low .vuuTab-close-icon-small {\n display: none;\n}\n\n.vuuTab .vuuTab-text {\n display: inline-block;\n position: relative;\n overflow: hidden;\n text-align: var(--salt-text-textAlign-embedded);\n text-overflow: ellipsis;\n top: var(--vuuTab-top, var(--tab-top, auto));\n white-space: nowrap;\n /* ensure content sits above focus ring */\n z-index: var(--salt-zIndex-default);\n}\n\n.vuuTab .vuuTab-text:before {\n height: 0;\n content: attr(data-text);\n display: block;\n visibility: hidden;\n font-weight: var(--salt-navigable-fontWeight-active);\n}\n\n/* FIXME: these are all focusVisible styles, but with a bespoke inset */\n.vuuTab-editing:after {\n content: \"\";\n position: absolute;\n top: 0;\n left: 0;\n right: 0;\n bottom: 2px;\n outline-color: var(--salt-focused-outlineColor);\n outline-style: var(--salt-focused-outlineStyle);\n outline-width: var(--salt-focused-outlineWidth);\n outline-offset: -2px;\n}\n\n.vuuTab.vuuFocusVisible {\n background: var(--vuuTab-hover-background, var(--salt-navigable-primary-background-hover));\n outline-color: var(--vuuTab-focusVisible-color, var(--salt-focused-outlineColor));\n outline-style: dashed;\n outline-width: 1px;\n outline-offset: -1px;\n}\n\n.vuuTab:before {\n content: var(--tab-before-content, none);\n content: \"\";\n background: var(--tab-before-background);\n height: var(--tab-before-height);\n inset: var(--tab-before-inset);\n position: absolute;\n width: var(--tab-before-width);\n z-index: 1;\n}\n\n.vuuTabstrip-draggingTab .vuuTab-selected:before {\n --tab-before-content: \"\";\n --tab-before-background: var(--salt-navigable-indicator-color-active);\n --tab-before-height: var(--tab-thumb-height);\n --tab-before-inset: var(--tab-activationIndicator-inset);\n --tab-before-width: var(--tab-activationIndicator-thumb-width);\n}\n\n\n.vuuTab-selected:before {\n --tab-before-content: \"\";\n background: var(--salt-navigable-indicator-active);\n height: var(--tab-thumb-height);\n position: absolute;\n left: var(--tab-thumb-left);\n bottom: 0px; \n top: var(--tab-thumb-top, auto);\n transition: var(--tab-thumb-transition, none);\n width: var(--tab-thumb-width, 100%);\n}\n\n.vuuTab:hover:not(.vuuTab-closeHover, .vuuTab-selected) {\n background: var(--vuuTab-hover-background, var(--salt-navigable-primary-background-hover));\n}\n\n", ".vuuTree {\n --tree-node-collapse: var(--vuuTree-toggle-collapse, var(--svg-tree-node-collapse));\n --tree-node-expand: var(--vuuTree-toggle-expand, var(--svg-tree-node-expand));\n --tree-toggle-width: 12px;\n --tree-icon-color: var(--vuuTree-icon-color, #4c505b);\n --tree-node-expanded-transform: var(--vuuTree-node-expanded-transform, none);\n --tree-node-indent: 0px;\n\n --list-hilited-bg: var(--hw-list-hilited-bg, rgba(0, 0, 0, 0.1));\n --list-item-height: var(--hw-list-item-height, 30px);\n --list-item-padding: var(--hw-list-item-padding, 0 6px);\n --list-item-header-bg: var(--hw-list-item-header-bg, black);\n --list-item-header-color: var(--hw-list-item-header-color, white);\n --list-item-header-font-weight: bold;\n --list-item-header-twisty-color: black;\n --list-item-header-twisty-content: '';\n --list-item-header-twisty-top: 50%;\n --list-item-header-twisty-left: -18px;\n --list-item-header-twisty-right: auto;\n --list-item-selected-bg: var(--hw-list-selected-bg, #1ea7fd);\n --list-item-selected-color: white;\n --list-item-text-color: var(--hw-gray-800);\n --focus-visible-border-color: var(--hw-focus-visible-border-color, rgb(141, 154, 179));\n\n list-style: none;\n margin: 0;\n padding: 0 1px;\n font-size: var(--vuuTree-font-size, 14px);\n max-height: inherit;\n outline: none;\n overflow-y: auto;\n position: relative;\n user-select: none;\n}\n\n.vuuTree-viewport {\n --list-item-height: 30px;\n box-sizing: border-box;\n max-height: inherit;\n overflow: auto;\n}\n\n.vuuTree-scrollingContentContainer {\n box-sizing: inherit;\n position: relative;\n}\n\n.vuuTree-scrollingContentContainer .vuuTreeNode {\n line-height: 30px;\n position: absolute;\n top: 0;\n left: 0;\n right: 0;\n will-change: transform;\n}\n\n.vuuTreeNode {\n list-style: none;\n}\n\n/* Leaf node or the div child of a collapsible node */\n.vuuTreeNode:not([aria-expanded]),\n.vuuTreeNode[aria-expanded] > .vuuTreeNode-label {\n --checkbox-border-color: black;\n --checkbox-border-width: 1px;\n --checkbox-tick: black;\n --list-item-padding-left: 6px;\n --svg-toggle: var(--tree-node-collapse);\n\n align-items: center;\n color: var(--list-item-text-color);\n display: flex;\n flex-wrap: nowrap;\n height: var(--list-item-height);\n line-height: var(--list-item-height);\n padding: var(--list-item-padding);\n padding-left: var(--padding-left);\n position: relative;\n cursor: default;\n margin: 0;\n white-space: nowrap;\n}\n\n.vuuTreeNode:not([aria-expanded]) {\n --padding-left: calc(\n var(--list-item-padding-left) + var(--tree-toggle-width) + var(--tree-node-indent)\n );\n}\n\n.vuuTreeNode[aria-expanded] > .vuuTreeNode-label {\n --padding-left: calc(\n var(--list-item-padding-left) + var(--tree-toggle-width) + var(--tree-node-indent)\n );\n}\n\n.vuuTreeNode-icon {\n background-color: var(--tree-icon-color);\n display: inline-block;\n height: 18px;\n margin-right: 6px;\n -webkit-mask: var(--vuu-icon-svg) center center/12px 12px no-repeat;\n mask: var(--vuu-icon-svg) center center/12px 12px no-repeat;\n flex: 0 0 18px;\n}\n\n.vuuTreeNode[aria-expanded] {\n flex-direction: column;\n}\n\n.vuuTreeNode[aria-expanded] {\n flex-direction: column;\n height: auto;\n}\n\n.vuuTreeNode > *[role='group'] {\n padding-left: 0px;\n}\n\n.vuuTreeNode {\n padding-left: calc(var(--padding-left) + var(--tree-node-indent));\n}\n\n.vuuTreeNode[aria-level='2'] {\n --tree-node-indent: 12px;\n}\n.vuuTreeNode[aria-level='3'] {\n --tree-node-indent: 24px;\n}\n.vuuTreeNode[aria-level='4'] {\n --tree-node-indent: 36px;\n}\n\n.vuuTreeNode:not(.focusVisible):not(.hwListItemHeader):not([aria-expanded])[data-highlighted],\n.vuuTreeNode:not(.focusVisible):not(.hwListItemHeader)[aria-expanded][data-highlighted]\n > div:first-child {\n background-color: var(--list-hilited-bg);\n}\n\n.vuuTreeNode-toggle {\n cursor: pointer;\n}\n\n.vuuTreeNode > .vuuTreeNode-toggle {\n display: inline-block;\n height: 100%;\n left: 0;\n position: absolute;\n width: calc(var(--list-item-padding-left) + var(--tree-toggle-width));\n}\n\n.vuuTreeNode[aria-expanded] > .vuuTreeNode-label:after {\n content: var(--list-item-header-twisty-content);\n -webkit-mask: var(--svg-toggle) center center/8px 8px no-repeat;\n mask: var(--svg-toggle) center center/8px 8px no-repeat;\n background-color: var(--list-item-header-twisty-color);\n height: 18px;\n margin-top: -9px;\n left: var(--tree-node-indent);\n position: absolute;\n top: var(--list-item-header-twisty-top);\n transition: transform 0.3s;\n width: 18px;\n}\n\n.vuuTreeNode[aria-selected='true'] {\n --list-item-header-twisty-color: var(--list-item-selected-color);\n}\n\n\n.vuuTreeNode:not(.focusVisible):focus {\n background-color: rgba(0, 0, 0, 0.1);\n}\n\n.vuuTreeNode:not([aria-expanded]).focusVisible:before,\n.vuuTreeNode[aria-expanded].focusVisible > div:first-child:before {\n content: '';\n position: absolute;\n top: 0px;\n left: var(--tree-focus-offset, 0px);\n right: 0;\n bottom: 0px;\n border: dotted var(--focus-visible-border-color) 2px;\n background-color: var(--list-hilited-bg);\n}\n\n\n.vuuTreeNode[aria-expanded='false'] > *:first-child:after {\n --svg-toggle: var(--tree-node-expand);\n}\n\n.vuuTreeNode[aria-expanded='true'] > *:first-child:after {\n transform: var(--tree-node-expanded-transform);\n}\n\n/* Selection */\n\n.vuuTree:not(.checkbox-only) .vuuTreeNode:not([aria-expanded])[aria-selected='true'],\n.vuuTree:not(.checkbox-only) .vuuTreeNode[aria-expanded][aria-selected='true'] > div:first-child {\n --checkbox-border-color: var(--list-item-selected-color);\n --checkbox-tick: var(--list-item-selected-color);\n --focus-visible-border-color: var(--list-item-selected-color);\n background-color: var(--list-item-selected-bg);\n color: var(--list-item-selected-color);\n}\n\n.with-checkbox .vuuTreeNode {\n padding-left: 28px;\n}\n\n.with-checkbox .vuuTreeNode:before {\n border-style: solid;\n border-width: var(--checkbox-border-width);\n border-color: var(--checkbox-border-color);\n content: '';\n height: 12px;\n left: 3px;\n margin-top: -7px;\n position: absolute;\n top: 50%;\n width: 12px;\n}\n"],
5
+ "mappings": "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",
6
6
  "names": []
7
7
  }
package/package.json CHANGED
@@ -1,18 +1,18 @@
1
1
  {
2
2
  "name": "@vuu-ui/vuu-ui-controls",
3
- "version": "0.8.21",
3
+ "version": "0.8.22-debug",
4
4
  "description": "VUU UI Controls",
5
5
  "author": "heswell",
6
6
  "license": "Apache-2.0",
7
7
  "dependencies": {
8
8
  "@salt-ds/core": "1.13.2",
9
9
  "@salt-ds/icons": "1.9.1",
10
- "@vuu-ui/vuu-data-types": "0.8.21",
11
- "@vuu-ui/vuu-table-types": "0.8.21",
12
- "@vuu-ui/vuu-layout": "0.8.21",
13
- "@vuu-ui/vuu-table": "0.8.21",
14
- "@vuu-ui/vuu-popups": "0.8.21",
15
- "@vuu-ui/vuu-utils": "0.8.21"
10
+ "@vuu-ui/vuu-data-types": "0.8.22-debug",
11
+ "@vuu-ui/vuu-table-types": "0.8.22-debug",
12
+ "@vuu-ui/vuu-layout": "0.8.22-debug",
13
+ "@vuu-ui/vuu-table": "0.8.22-debug",
14
+ "@vuu-ui/vuu-popups": "0.8.22-debug",
15
+ "@vuu-ui/vuu-utils": "0.8.22-debug"
16
16
  },
17
17
  "peerDependencies": {
18
18
  "clsx": "^2.0.0",
package/LICENSE DELETED
@@ -1,201 +0,0 @@
1
- Apache License
2
- Version 2.0, January 2004
3
- http://www.apache.org/licenses/
4
-
5
- TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
6
-
7
- 1. Definitions.
8
-
9
- "License" shall mean the terms and conditions for use, reproduction,
10
- and distribution as defined by Sections 1 through 9 of this document.
11
-
12
- "Licensor" shall mean the copyright owner or entity authorized by
13
- the copyright owner that is granting the License.
14
-
15
- "Legal Entity" shall mean the union of the acting entity and all
16
- other entities that control, are controlled by, or are under common
17
- control with that entity. For the purposes of this definition,
18
- "control" means (i) the power, direct or indirect, to cause the
19
- direction or management of such entity, whether by contract or
20
- otherwise, or (ii) ownership of fifty percent (50%) or more of the
21
- outstanding shares, or (iii) beneficial ownership of such entity.
22
-
23
- "You" (or "Your") shall mean an individual or Legal Entity
24
- exercising permissions granted by this License.
25
-
26
- "Source" form shall mean the preferred form for making modifications,
27
- including but not limited to software source code, documentation
28
- source, and configuration files.
29
-
30
- "Object" form shall mean any form resulting from mechanical
31
- transformation or translation of a Source form, including but
32
- not limited to compiled object code, generated documentation,
33
- and conversions to other media types.
34
-
35
- "Work" shall mean the work of authorship, whether in Source or
36
- Object form, made available under the License, as indicated by a
37
- copyright notice that is included in or attached to the work
38
- (an example is provided in the Appendix below).
39
-
40
- "Derivative Works" shall mean any work, whether in Source or Object
41
- form, that is based on (or derived from) the Work and for which the
42
- editorial revisions, annotations, elaborations, or other modifications
43
- represent, as a whole, an original work of authorship. For the purposes
44
- of this License, Derivative Works shall not include works that remain
45
- separable from, or merely link (or bind by name) to the interfaces of,
46
- the Work and Derivative Works thereof.
47
-
48
- "Contribution" shall mean any work of authorship, including
49
- the original version of the Work and any modifications or additions
50
- to that Work or Derivative Works thereof, that is intentionally
51
- submitted to Licensor for inclusion in the Work by the copyright owner
52
- or by an individual or Legal Entity authorized to submit on behalf of
53
- the copyright owner. For the purposes of this definition, "submitted"
54
- means any form of electronic, verbal, or written communication sent
55
- to the Licensor or its representatives, including but not limited to
56
- communication on electronic mailing lists, source code control systems,
57
- and issue tracking systems that are managed by, or on behalf of, the
58
- Licensor for the purpose of discussing and improving the Work, but
59
- excluding communication that is conspicuously marked or otherwise
60
- designated in writing by the copyright owner as "Not a Contribution."
61
-
62
- "Contributor" shall mean Licensor and any individual or Legal Entity
63
- on behalf of whom a Contribution has been received by Licensor and
64
- subsequently incorporated within the Work.
65
-
66
- 2. Grant of Copyright License. Subject to the terms and conditions of
67
- this License, each Contributor hereby grants to You a perpetual,
68
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
69
- copyright license to reproduce, prepare Derivative Works of,
70
- publicly display, publicly perform, sublicense, and distribute the
71
- Work and such Derivative Works in Source or Object form.
72
-
73
- 3. Grant of Patent License. Subject to the terms and conditions of
74
- this License, each Contributor hereby grants to You a perpetual,
75
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
76
- (except as stated in this section) patent license to make, have made,
77
- use, offer to sell, sell, import, and otherwise transfer the Work,
78
- where such license applies only to those patent claims licensable
79
- by such Contributor that are necessarily infringed by their
80
- Contribution(s) alone or by combination of their Contribution(s)
81
- with the Work to which such Contribution(s) was submitted. If You
82
- institute patent litigation against any entity (including a
83
- cross-claim or counterclaim in a lawsuit) alleging that the Work
84
- or a Contribution incorporated within the Work constitutes direct
85
- or contributory patent infringement, then any patent licenses
86
- granted to You under this License for that Work shall terminate
87
- as of the date such litigation is filed.
88
-
89
- 4. Redistribution. You may reproduce and distribute copies of the
90
- Work or Derivative Works thereof in any medium, with or without
91
- modifications, and in Source or Object form, provided that You
92
- meet the following conditions:
93
-
94
- (a) You must give any other recipients of the Work or
95
- Derivative Works a copy of this License; and
96
-
97
- (b) You must cause any modified files to carry prominent notices
98
- stating that You changed the files; and
99
-
100
- (c) You must retain, in the Source form of any Derivative Works
101
- that You distribute, all copyright, patent, trademark, and
102
- attribution notices from the Source form of the Work,
103
- excluding those notices that do not pertain to any part of
104
- the Derivative Works; and
105
-
106
- (d) If the Work includes a "NOTICE" text file as part of its
107
- distribution, then any Derivative Works that You distribute must
108
- include a readable copy of the attribution notices contained
109
- within such NOTICE file, excluding those notices that do not
110
- pertain to any part of the Derivative Works, in at least one
111
- of the following places: within a NOTICE text file distributed
112
- as part of the Derivative Works; within the Source form or
113
- documentation, if provided along with the Derivative Works; or,
114
- within a display generated by the Derivative Works, if and
115
- wherever such third-party notices normally appear. The contents
116
- of the NOTICE file are for informational purposes only and
117
- do not modify the License. You may add Your own attribution
118
- notices within Derivative Works that You distribute, alongside
119
- or as an addendum to the NOTICE text from the Work, provided
120
- that such additional attribution notices cannot be construed
121
- as modifying the License.
122
-
123
- You may add Your own copyright statement to Your modifications and
124
- may provide additional or different license terms and conditions
125
- for use, reproduction, or distribution of Your modifications, or
126
- for any such Derivative Works as a whole, provided Your use,
127
- reproduction, and distribution of the Work otherwise complies with
128
- the conditions stated in this License.
129
-
130
- 5. Submission of Contributions. Unless You explicitly state otherwise,
131
- any Contribution intentionally submitted for inclusion in the Work
132
- by You to the Licensor shall be under the terms and conditions of
133
- this License, without any additional terms or conditions.
134
- Notwithstanding the above, nothing herein shall supersede or modify
135
- the terms of any separate license agreement you may have executed
136
- with Licensor regarding such Contributions.
137
-
138
- 6. Trademarks. This License does not grant permission to use the trade
139
- names, trademarks, service marks, or product names of the Licensor,
140
- except as required for reasonable and customary use in describing the
141
- origin of the Work and reproducing the content of the NOTICE file.
142
-
143
- 7. Disclaimer of Warranty. Unless required by applicable law or
144
- agreed to in writing, Licensor provides the Work (and each
145
- Contributor provides its Contributions) on an "AS IS" BASIS,
146
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
147
- implied, including, without limitation, any warranties or conditions
148
- of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
149
- PARTICULAR PURPOSE. You are solely responsible for determining the
150
- appropriateness of using or redistributing the Work and assume any
151
- risks associated with Your exercise of permissions under this License.
152
-
153
- 8. Limitation of Liability. In no event and under no legal theory,
154
- whether in tort (including negligence), contract, or otherwise,
155
- unless required by applicable law (such as deliberate and grossly
156
- negligent acts) or agreed to in writing, shall any Contributor be
157
- liable to You for damages, including any direct, indirect, special,
158
- incidental, or consequential damages of any character arising as a
159
- result of this License or out of the use or inability to use the
160
- Work (including but not limited to damages for loss of goodwill,
161
- work stoppage, computer failure or malfunction, or any and all
162
- other commercial damages or losses), even if such Contributor
163
- has been advised of the possibility of such damages.
164
-
165
- 9. Accepting Warranty or Additional Liability. While redistributing
166
- the Work or Derivative Works thereof, You may choose to offer,
167
- and charge a fee for, acceptance of support, warranty, indemnity,
168
- or other liability obligations and/or rights consistent with this
169
- License. However, in accepting such obligations, You may act only
170
- on Your own behalf and on Your sole responsibility, not on behalf
171
- of any other Contributor, and only if You agree to indemnify,
172
- defend, and hold each Contributor harmless for any liability
173
- incurred by, or claims asserted against, such Contributor by reason
174
- of your accepting any such warranty or additional liability.
175
-
176
- END OF TERMS AND CONDITIONS
177
-
178
- APPENDIX: How to apply the Apache License to your work.
179
-
180
- To apply the Apache License to your work, attach the following
181
- boilerplate notice, with the fields enclosed by brackets "[]"
182
- replaced with your own identifying information. (Don't include
183
- the brackets!) The text should be enclosed in the appropriate
184
- comment syntax for the file format. We also recommend that a
185
- file or class name and description of purpose be included on the
186
- same "printed page" as the copyright notice for easier
187
- identification within third-party archives.
188
-
189
- Copyright 2015 UBS
190
-
191
- Licensed under the Apache License, Version 2.0 (the "License");
192
- you may not use this file except in compliance with the License.
193
- You may obtain a copy of the License at
194
-
195
- http://www.apache.org/licenses/LICENSE-2.0
196
-
197
- Unless required by applicable law or agreed to in writing, software
198
- distributed under the License is distributed on an "AS IS" BASIS,
199
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
200
- See the License for the specific language governing permissions and
201
- limitations under the License.