@alixpartners/ui-components 1.20.90 → 1.20.91

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/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## 1.20.91 (August 29, 2022)
2
+
3
+ - Updated ApSlider value font-size
4
+
1
5
  ## 1.20.90 (August 23, 2022)
2
6
 
3
7
  - Updated ui-utils version
@@ -12,7 +12,7 @@ exports.Container = styled_components_1.default.div(templateObject_1 || (templat
12
12
  exports.Line = styled_components_1.default.div(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n height: 4px;\n width: calc(100% - ", "px);\n border-radius: 2px;\n margin-left: ", "px;\n background-color: ", ";\n cursor: ", ";\n z-index: 2;\n margin-bottom: 8px;\n"], ["\n height: 4px;\n width: calc(100% - ", "px);\n border-radius: 2px;\n margin-left: ", "px;\n background-color: ", ";\n cursor: ", ";\n z-index: 2;\n margin-bottom: 8px;\n"])), ApSlider_utils_1.CIRCLE_WIDTH, ApSlider_utils_1.CIRCLE_WIDTH / 2, function (props) { return props.disabled ? theme_1.colors.grey4 : theme_1.colors.chartBrightTeal; }, function (props) { return props.disabled ? 'auto' : 'pointer'; });
13
13
  exports.InitialValue = styled_components_1.default.div(templateObject_3 || (templateObject_3 = __makeTemplateObject(["\n position: absolute;\n left: ", "px;\n width: ", "px;\n height: 10px;\n bottom: 0;\n background-color: ", ";\n z-index: 1;\n border-radius: 2px;\n"], ["\n position: absolute;\n left: ", "px;\n width: ", "px;\n height: 10px;\n bottom: 0;\n background-color: ", ";\n z-index: 1;\n border-radius: 2px;\n"])), function (props) { return props.left; }, ApSlider_utils_1.INITIAL_TICK_WIDTH, theme_1.colors.grey3);
14
14
  exports.Value = styled_components_1.default.div(templateObject_4 || (templateObject_4 = __makeTemplateObject(["\n position: absolute;\n display: flex;\n align-items: center;\n flex-direction: column;\n bottom: 0px;\n left: ", "px;\n cursor: ", ";\n pointer-events: ", ";\n z-index: 3;\n transition: left 0.1s;\n user-select: none;\n"], ["\n position: absolute;\n display: flex;\n align-items: center;\n flex-direction: column;\n bottom: 0px;\n left: ", "px;\n cursor: ", ";\n pointer-events: ", ";\n z-index: 3;\n transition: left 0.1s;\n user-select: none;\n"])), function (props) { return props.left; }, function (props) { return props.isDrag ? 'grab' : 'pointer'; }, function (props) { return props.disabled ? 'none' : 'auto'; });
15
- exports.ValueText = styled_components_1.default.div(templateObject_8 || (templateObject_8 = __makeTemplateObject(["\n font-size: 11px;\n color: ", ";\n font-weight: 400;\n user-select: none;\n position: relative;\n width: 72px;\n text-align: ", ";\n white-space: nowrap;\n ", "\n ", "\n ", "\n"], ["\n font-size: 11px;\n color: ", ";\n font-weight: 400;\n user-select: none;\n position: relative;\n width: 72px;\n text-align: ", ";\n white-space: nowrap;\n ",
15
+ exports.ValueText = styled_components_1.default.div(templateObject_8 || (templateObject_8 = __makeTemplateObject(["\n font-size: 13px;\n color: ", ";\n font-weight: 400;\n user-select: none;\n position: relative;\n width: 72px;\n text-align: ", ";\n white-space: nowrap;\n ", "\n ", "\n ", "\n"], ["\n font-size: 13px;\n color: ", ";\n font-weight: 400;\n user-select: none;\n position: relative;\n width: 72px;\n text-align: ", ";\n white-space: nowrap;\n ",
16
16
  "\n ",
17
17
  "\n ",
18
18
  "\n"])), theme_1.colors.grey8, function (props) { return props.align; }, function (_a) {