pds-dev-kit-web-test 2.7.346 → 2.7.347
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.
|
@@ -157,12 +157,15 @@ var S_ProgressDesign5 = styled_components_1.default.div(templateObject_5 || (tem
|
|
|
157
157
|
var barColor = _a.barColor;
|
|
158
158
|
return barColor;
|
|
159
159
|
});
|
|
160
|
-
var S_ProgressDesign6 = styled_components_1.default.div(templateObject_6 || (templateObject_6 = __makeTemplateObject(["\n align-items: center;\n color: ", ";\n display: flex;\n flex-direction: column;\n font-weight: bold;\n width: ", "px;\n\n .progress-bar-container {\n background-color:
|
|
161
|
-
var
|
|
162
|
-
return
|
|
163
|
-
}, function (props) { return SIZE_ENUM_TO_NUM_BAR[props.size].width; }, function (
|
|
160
|
+
var S_ProgressDesign6 = styled_components_1.default.div(templateObject_6 || (templateObject_6 = __makeTemplateObject(["\n align-items: center;\n color: ", ";\n display: flex;\n flex-direction: column;\n font-weight: bold;\n width: ", "px;\n\n .progress-bar-container {\n background-color: ", ";\n border-radius: 3px;\n height: ", "px;\n overflow: hidden;\n position: relative;\n width: 100%;\n }\n\n .progress-bar-fill {\n background-color: ", ";\n border-radius: 3px;\n height: 100%;\n transition: width 0.1s ease-out;\n width: calc(var(--progress) * 100%);\n }\n"], ["\n align-items: center;\n color: ", ";\n display: flex;\n flex-direction: column;\n font-weight: bold;\n width: ", "px;\n\n .progress-bar-container {\n background-color: ", ";\n border-radius: 3px;\n height: ", "px;\n overflow: hidden;\n position: relative;\n width: 100%;\n }\n\n .progress-bar-fill {\n background-color: ", ";\n border-radius: 3px;\n height: 100%;\n transition: width 0.1s ease-out;\n width: calc(var(--progress) * 100%);\n }\n"])), function (_a) {
|
|
161
|
+
var barColor = _a.barColor;
|
|
162
|
+
return barColor;
|
|
163
|
+
}, function (props) { return SIZE_ENUM_TO_NUM_BAR[props.size].width; }, function (_a) {
|
|
164
164
|
var bgColor = _a.bgColor;
|
|
165
165
|
return bgColor;
|
|
166
|
+
}, function (props) { return SIZE_ENUM_TO_NUM_BAR[props.size].height; }, function (_a) {
|
|
167
|
+
var barColor = _a.barColor;
|
|
168
|
+
return barColor;
|
|
166
169
|
});
|
|
167
170
|
var S_ProgressDesign7 = styled_components_1.default.div(templateObject_7 || (templateObject_7 = __makeTemplateObject(["\n align-items: center;\n color: ", ";\n display: flex;\n flex-direction: column;\n font-weight: bold;\n width: ", "px;\n\n .progress-bar-container {\n background-color: ", ";\n height: ", "px;\n overflow: hidden;\n position: relative;\n width: 100%;\n }\n\n .progress-bar-fill {\n background-color: ", ";\n height: 100%;\n transition: width 0.1s ease-out;\n width: calc(var(--progress) * 100%);\n }\n"], ["\n align-items: center;\n color: ", ";\n display: flex;\n flex-direction: column;\n font-weight: bold;\n width: ", "px;\n\n .progress-bar-container {\n background-color: ", ";\n height: ", "px;\n overflow: hidden;\n position: relative;\n width: 100%;\n }\n\n .progress-bar-fill {\n background-color: ", ";\n height: 100%;\n transition: width 0.1s ease-out;\n width: calc(var(--progress) * 100%);\n }\n"])), function (_a) {
|
|
168
171
|
var barColor = _a.barColor;
|