pds-dev-kit-web 2.2.120 → 2.2.122
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.
|
@@ -26,6 +26,7 @@ export type TextLabelProps = {
|
|
|
26
26
|
export type TextStyleProps = {
|
|
27
27
|
textAlign?: TextLabelProps['textAlign'];
|
|
28
28
|
tooltipPosition?: TextLabelProps['tooltipPosition'];
|
|
29
|
+
tooltipText?: TextLabelProps['tooltipText'];
|
|
29
30
|
styleTheme?: TextLabelProps['styleTheme'];
|
|
30
31
|
colorOverride?: UiColors;
|
|
31
32
|
colorTheme?: TextLabelProps['colorTheme'];
|
|
@@ -361,7 +361,7 @@ var ellipsisStyle = (0, styled_components_1.css)(templateObject_35 || (templateO
|
|
|
361
361
|
});
|
|
362
362
|
var userSelectModeStyle = (0, styled_components_1.css)(templateObject_36 || (templateObject_36 = __makeTemplateObject(["\n -khtml-user-select: none;\n -moz-user-select: -moz-none;\n -ms-user-select: none;\n -webkit-user-select: none;\n user-select: none;\n"], ["\n -khtml-user-select: none;\n -moz-user-select: -moz-none;\n -ms-user-select: none;\n -webkit-user-select: none;\n user-select: none;\n"])));
|
|
363
363
|
var bulletPointModeStyle = (0, styled_components_1.css)(templateObject_37 || (templateObject_37 = __makeTemplateObject(["\n padding-left: 16px;\n ::before {\n content: '\u2022';\n left: 0;\n position: absolute;\n width: 16px;\n }\n"], ["\n padding-left: 16px;\n ::before {\n content: '\u2022';\n left: 0;\n position: absolute;\n width: 16px;\n }\n"])));
|
|
364
|
-
var S_TextLabel = styled_components_1.default.div(templateObject_38 || (templateObject_38 = __makeTemplateObject(["\n box-sizing: border-box;\n overflow-wrap: break-word;\n text-align: ", ";\n white-space: pre-wrap;\n\n ", ";\n\n ", ";\n\n ", ";\n ", ";\n\n ", ";\n\n ", ";\n\n ", ";\n\n ", ";\n\n ", ";\n\n ", ";\n\n ", ";\n\n ", ";\n"], ["\n box-sizing: border-box;\n overflow-wrap: break-word;\n text-align: ", ";\n white-space: pre-wrap;\n\n ", ";\n\n ", ";\n\n ", ";\n ", ";\n\n ", ";\n\n ", ";\n\n ", ";\n\n ", ";\n\n ", ";\n\n ", ";\n\n ", ";\n\n ", ";\n"])), function (_a) {
|
|
364
|
+
var S_TextLabel = styled_components_1.default.div(templateObject_38 || (templateObject_38 = __makeTemplateObject(["\n box-sizing: border-box;\n overflow-wrap: break-word;\n position: relative;\n text-align: ", ";\n white-space: pre-wrap;\n\n ", ";\n\n ", ";\n\n ", ";\n ", ";\n\n ", ";\n\n ", ";\n\n ", ";\n\n ", ";\n\n ", ";\n\n ", ";\n\n ", ";\n\n ", ";\n"], ["\n box-sizing: border-box;\n overflow-wrap: break-word;\n position: relative;\n text-align: ", ";\n white-space: pre-wrap;\n\n ", ";\n\n ", ";\n\n ", ";\n ", ";\n\n ", ";\n\n ", ";\n\n ", ";\n\n ", ";\n\n ", ";\n\n ", ";\n\n ", ";\n\n ", ";\n"])), function (_a) {
|
|
365
365
|
var textAlign = _a.textAlign;
|
|
366
366
|
return textAlign;
|
|
367
367
|
}, function (_a) {
|
|
@@ -463,9 +463,12 @@ var caption2AfterTextBox = (0, styled_components_1.css)(templateObject_47 || (te
|
|
|
463
463
|
var form1AfterTextBox = (0, styled_components_1.css)(templateObject_48 || (templateObject_48 = __makeTemplateObject(["\n margin-bottom: 3px;\n"], ["\n margin-bottom: 3px;\n"])));
|
|
464
464
|
var form2AfterTextBox = (0, styled_components_1.css)(templateObject_49 || (templateObject_49 = __makeTemplateObject(["\n margin-bottom: 2px;\n"], ["\n margin-bottom: 2px;\n"])));
|
|
465
465
|
var blog1RAfterTextBox = (0, styled_components_1.css)(templateObject_50 || (templateObject_50 = __makeTemplateObject(["\n margin-bottom: 3px;\n"], ["\n margin-bottom: 3px;\n"])));
|
|
466
|
-
var S_AfterTextBox = styled_components_1.default.div(templateObject_51 || (templateObject_51 = __makeTemplateObject(["\n display: inline-block;\n margin-left: ", ";\n position: relative;\n vertical-align: middle;\n\n ", ";\n"], ["\n display: inline-block;\n margin-left: ", ";\n position: relative;\n vertical-align: middle;\n\n ", ";\n"])), function (_a) {
|
|
466
|
+
var S_AfterTextBox = styled_components_1.default.div(templateObject_51 || (templateObject_51 = __makeTemplateObject(["\n display: inline-block;\n margin-left: ", ";\n margin-right: ", ";\n position: relative;\n vertical-align: middle;\n\n ", ";\n"], ["\n display: inline-block;\n margin-left: ", ";\n margin-right: ", ";\n position: relative;\n vertical-align: middle;\n\n ", ";\n"])), function (_a) {
|
|
467
467
|
var theme = _a.theme;
|
|
468
468
|
return theme.spacing.spacingA;
|
|
469
|
+
}, function (_a) {
|
|
470
|
+
var tooltipText = _a.tooltipText;
|
|
471
|
+
return (tooltipText ? '0' : '12px');
|
|
469
472
|
}, function (_a) {
|
|
470
473
|
var styleTheme = _a.styleTheme;
|
|
471
474
|
return styleTheme &&
|
|
@@ -492,7 +495,7 @@ var S_AfterTextBox = styled_components_1.default.div(templateObject_51 || (templ
|
|
|
492
495
|
blog1Regular: blog1RAfterTextBox
|
|
493
496
|
}[styleTheme];
|
|
494
497
|
});
|
|
495
|
-
var S_IconWrapper = styled_components_1.default.div(templateObject_52 || (templateObject_52 = __makeTemplateObject(["\n align-items: center;\n display: flex;\n
|
|
498
|
+
var S_IconWrapper = styled_components_1.default.div(templateObject_52 || (templateObject_52 = __makeTemplateObject(["\n align-items: center;\n display: flex;\n justify-content: center;\n left: 0;\n position: absolute;\n top: 50%;\n transform: translateY(-50%);\n"], ["\n align-items: center;\n display: flex;\n justify-content: center;\n left: 0;\n position: absolute;\n top: 50%;\n transform: translateY(-50%);\n"])));
|
|
496
499
|
var S_TooltipWrapper = styled_components_1.default.div(templateObject_53 || (templateObject_53 = __makeTemplateObject(["\n ", "\n\n ", ";\n"], ["\n ", "\n\n ", ";\n"])), systemUI_1.TooltipWrapperStyle, function (_a) {
|
|
497
500
|
var tooltipPositionCss = _a.tooltipPositionCss;
|
|
498
501
|
return tooltipPositionCss;
|
package/package.json
CHANGED
package/release-note.md
CHANGED