@salutejs/plasma-new-hope 0.315.0-dev.0 → 0.315.2-canary.1881.14211036395.0
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/cjs/components/Button/Button.js +0 -1
- package/cjs/components/Button/Button.js.map +1 -1
- package/cjs/components/Chip/Chip.js +0 -1
- package/cjs/components/Chip/Chip.js.map +1 -1
- package/cjs/components/TextArea/TextArea.js +1 -1
- package/cjs/components/TextArea/TextArea.js.map +1 -1
- package/cjs/components/TextArea/TextArea.styles.js +79 -72
- package/cjs/components/TextArea/TextArea.styles.js.map +1 -1
- package/cjs/components/TextArea/{TextArea.styles_ztsrpt.css → TextArea.styles_1r7xix5.css} +1 -1
- package/cjs/components/TextArea/ui/Hint/Hint.css +18 -18
- package/cjs/components/TextField/TextField.js +0 -2
- package/cjs/components/TextField/TextField.js.map +1 -1
- package/cjs/index.css +19 -19
- package/emotion/cjs/components/Button/Button.js +0 -1
- package/emotion/cjs/components/Chip/Chip.js +0 -1
- package/emotion/cjs/components/TextArea/TextArea.js +2 -2
- package/emotion/cjs/components/TextArea/TextArea.styles.js +66 -63
- package/emotion/cjs/components/TextField/TextField.js +1 -3
- package/emotion/es/components/Button/Button.js +0 -1
- package/emotion/es/components/Chip/Chip.js +0 -1
- package/emotion/es/components/TextArea/TextArea.js +2 -2
- package/emotion/es/components/TextArea/TextArea.styles.js +66 -63
- package/emotion/es/components/TextField/TextField.js +1 -3
- package/es/components/Button/Button.js +0 -1
- package/es/components/Button/Button.js.map +1 -1
- package/es/components/Chip/Chip.js +0 -1
- package/es/components/Chip/Chip.js.map +1 -1
- package/es/components/TextArea/TextArea.js +1 -1
- package/es/components/TextArea/TextArea.js.map +1 -1
- package/es/components/TextArea/TextArea.styles.js +79 -72
- package/es/components/TextArea/TextArea.styles.js.map +1 -1
- package/es/components/TextArea/{TextArea.styles_ztsrpt.css → TextArea.styles_1r7xix5.css} +1 -1
- package/es/components/TextArea/ui/Hint/Hint.css +18 -18
- package/es/components/TextField/TextField.js +0 -2
- package/es/components/TextField/TextField.js.map +1 -1
- package/es/index.css +19 -19
- package/package.json +2 -2
- package/styled-components/cjs/components/Button/Button.js +0 -1
- package/styled-components/cjs/components/Chip/Chip.js +0 -1
- package/styled-components/cjs/components/TextArea/TextArea.js +1 -1
- package/styled-components/cjs/components/TextArea/TextArea.styles.js +41 -38
- package/styled-components/cjs/components/TextField/TextField.js +0 -2
- package/styled-components/es/components/Button/Button.js +0 -1
- package/styled-components/es/components/Chip/Chip.js +0 -1
- package/styled-components/es/components/TextArea/TextArea.js +1 -1
- package/styled-components/es/components/TextArea/TextArea.styles.js +41 -38
- package/styled-components/es/components/TextField/TextField.js +0 -2
- package/types/components/Button/Button.d.ts.map +1 -1
- package/types/components/Chip/Chip.d.ts.map +1 -1
- package/types/components/TextArea/TextArea.d.ts.map +1 -1
- package/types/components/TextArea/TextArea.styles.d.ts +1 -0
- package/types/components/TextArea/TextArea.styles.d.ts.map +1 -1
- package/types/components/TextField/TextField.d.ts.map +1 -1
@@ -299,9 +299,7 @@ var textFieldRoot = exports.textFieldRoot = function textFieldRoot(Root) {
|
|
299
299
|
size: size,
|
300
300
|
disabled: disabled,
|
301
301
|
readOnly: !disabled && readOnly,
|
302
|
-
clear: clear,
|
303
302
|
labelPlacement: innerLabelPlacementValue,
|
304
|
-
chipView: chipView,
|
305
303
|
onClick: handleInputFocus,
|
306
304
|
className: (0, _utils.cx)(labelPlacementClass, clearClass, hasDividerClass, hasInnerHintClass, _TextField2.classes.textFieldGroupItem, className),
|
307
305
|
style: style
|
@@ -66,7 +66,6 @@ export var buttonRoot = function buttonRoot(Root) {
|
|
66
66
|
value: value,
|
67
67
|
disabled: disabled,
|
68
68
|
focused: focused || outlined,
|
69
|
-
contentPlacing: contentPlacing,
|
70
69
|
className: cx(squareClass, stretchingClass, classes.buttonItem, isLoadingClass, className),
|
71
70
|
style: _objectSpread(_objectSpread({}, style), {}, {
|
72
71
|
'--plasma_computed-btn-br': buttonBorderRadius,
|
@@ -59,7 +59,6 @@ export var chipRoot = function chipRoot(Root) {
|
|
59
59
|
tabIndex: readOnly ? -1 : 0,
|
60
60
|
onClick: handleClick,
|
61
61
|
disabled: disabled,
|
62
|
-
pilled: pilled,
|
63
62
|
readOnly: !disabled && readOnly,
|
64
63
|
size: size
|
65
64
|
}, rest), contentLeft && /*#__PURE__*/React.createElement(StyledContentLeft, null, contentLeft), txt ? /*#__PURE__*/React.createElement(StyledContentMain, null, txt) : children, contentRight && /*#__PURE__*/React.createElement(StyledContentRight, null, contentRight), hasClear && (contentClearButton || /*#__PURE__*/React.createElement(StyledContentClear, {
|
@@ -244,7 +244,6 @@ export var textAreaRoot = function textAreaRoot(Root) {
|
|
244
244
|
size: size,
|
245
245
|
disabled: disabled,
|
246
246
|
readOnly: readOnly,
|
247
|
-
clear: clear,
|
248
247
|
style: _objectSpread({
|
249
248
|
width: helperWidth
|
250
249
|
}, style),
|
@@ -254,6 +253,7 @@ export var textAreaRoot = function textAreaRoot(Root) {
|
|
254
253
|
hintView: hintView,
|
255
254
|
hintSize: hintSize
|
256
255
|
}), (hasOuterLabel || titleCaption) && /*#__PURE__*/React.createElement(OuterLabelWrapper, {
|
256
|
+
width: helperWidth,
|
257
257
|
isInnerLabel: labelPlacement === 'inner'
|
258
258
|
}, hasOuterLabel && /*#__PURE__*/React.createElement(StyledIndicatorWrapper, null, /*#__PURE__*/React.createElement(StyledLabel, null, label), hintText && /*#__PURE__*/React.createElement(StyledHintWrapper, null, /*#__PURE__*/React.createElement(HintComponent, {
|
259
259
|
ref: hintForkRef,
|
@@ -10,8 +10,11 @@ export var Hint = /*#__PURE__*/styled(Tooltip).withConfig({
|
|
10
10
|
})([""]);
|
11
11
|
export var OuterLabelWrapper = /*#__PURE__*/styled.div.withConfig({
|
12
12
|
componentId: "plasma-new-hope__sc-pxxv3p-1"
|
13
|
-
})(["display:flex;align-items:center;margin-bottom:", ";"], function (_ref) {
|
14
|
-
var
|
13
|
+
})(["display:flex;align-items:center;max-width:", ";margin-bottom:", ";"], function (_ref) {
|
14
|
+
var width = _ref.width;
|
15
|
+
return width;
|
16
|
+
}, function (_ref2) {
|
17
|
+
var isInnerLabel = _ref2.isInnerLabel;
|
15
18
|
return isInnerLabel ? "var(".concat(tokens.titleCaptionInnerLabelOffset, ")") : "var(".concat(tokens.labelMarginBottom, ")");
|
16
19
|
});
|
17
20
|
export var StyledLabel = /*#__PURE__*/styled.div.withConfig({
|
@@ -25,23 +28,23 @@ export var StyledIndicatorWrapper = /*#__PURE__*/styled.div.withConfig({
|
|
25
28
|
})(["position:relative;display:inline-flex;align-items:center;"]);
|
26
29
|
export var StyledOptionalText = /*#__PURE__*/styled.span.withConfig({
|
27
30
|
componentId: "plasma-new-hope__sc-pxxv3p-5"
|
28
|
-
})(["color:var(", ");font-family:", ";font-size:", ";font-style:", ";font-weight:", ";letter-spacing:", ";line-height:", ";"], tokens.optionalColor, function (
|
29
|
-
var inheritFont = _ref2.inheritFont;
|
30
|
-
return inheritFont ? 'inherit' : "var(".concat(tokens.labelOuterFontFamily, ", var(").concat(tokens.inputFontFamily, "))");
|
31
|
-
}, function (_ref3) {
|
31
|
+
})(["color:var(", ");font-family:", ";font-size:", ";font-style:", ";font-weight:", ";letter-spacing:", ";line-height:", ";"], tokens.optionalColor, function (_ref3) {
|
32
32
|
var inheritFont = _ref3.inheritFont;
|
33
|
-
return inheritFont ? 'inherit' : "var(".concat(tokens.
|
33
|
+
return inheritFont ? 'inherit' : "var(".concat(tokens.labelOuterFontFamily, ", var(").concat(tokens.inputFontFamily, "))");
|
34
34
|
}, function (_ref4) {
|
35
35
|
var inheritFont = _ref4.inheritFont;
|
36
|
-
return inheritFont ? 'inherit' : "var(".concat(tokens.
|
36
|
+
return inheritFont ? 'inherit' : "var(".concat(tokens.labelOuterFontSize, ", var(").concat(tokens.inputFontSize, "))");
|
37
37
|
}, function (_ref5) {
|
38
38
|
var inheritFont = _ref5.inheritFont;
|
39
|
-
return inheritFont ? 'inherit' : "var(".concat(tokens.
|
39
|
+
return inheritFont ? 'inherit' : "var(".concat(tokens.labelOuterFontStyle, ", var(").concat(tokens.inputFontStyle, "))");
|
40
40
|
}, function (_ref6) {
|
41
41
|
var inheritFont = _ref6.inheritFont;
|
42
|
-
return inheritFont ? 'inherit' : "var(".concat(tokens.
|
42
|
+
return inheritFont ? 'inherit' : "var(".concat(tokens.labelOuterFontWeight, ", var(").concat(tokens.inputFontWeight, "))");
|
43
43
|
}, function (_ref7) {
|
44
44
|
var inheritFont = _ref7.inheritFont;
|
45
|
+
return inheritFont ? 'inherit' : "var(".concat(tokens.labelOuterLetterSpacing, ", var(").concat(tokens.inputLetterSpacing, "))");
|
46
|
+
}, function (_ref8) {
|
47
|
+
var inheritFont = _ref8.inheritFont;
|
45
48
|
return inheritFont ? 'inherit' : "var(".concat(tokens.labelOuterLineHeight, ", var(").concat(tokens.inputLineHeight, "))");
|
46
49
|
});
|
47
50
|
export var StyledHintWrapper = /*#__PURE__*/styled.div.withConfig({
|
@@ -55,11 +58,11 @@ export var HintIconWrapper = /*#__PURE__*/styled.div.withConfig({
|
|
55
58
|
})([""]);
|
56
59
|
export var StyledTextAreaWrapper = /*#__PURE__*/styled.div.withConfig({
|
57
60
|
componentId: "plasma-new-hope__sc-pxxv3p-9"
|
58
|
-
})(["background-color:var(", ");padding-top:var(", ");padding-bottom:", ";border-radius:", ";"], tokens.inputBackgroundColor, tokens.inputPaddingTop, function (
|
59
|
-
var hasHelper = _ref8.hasHelper;
|
60
|
-
return hasHelper ? "var(".concat(tokens.inputPaddingBottomWithHelpers, ")") : "var(".concat(tokens.inputPaddingBottom, ")");
|
61
|
-
}, function (_ref9) {
|
61
|
+
})(["background-color:var(", ");padding-top:var(", ");padding-bottom:", ";border-radius:", ";"], tokens.inputBackgroundColor, tokens.inputPaddingTop, function (_ref9) {
|
62
62
|
var hasHelper = _ref9.hasHelper;
|
63
|
+
return hasHelper ? "var(".concat(tokens.inputPaddingBottomWithHelpers, ")") : "var(".concat(tokens.inputPaddingBottom, ")");
|
64
|
+
}, function (_ref10) {
|
65
|
+
var hasHelper = _ref10.hasHelper;
|
63
66
|
return hasHelper ? "var(".concat(tokens.borderRadiusWithHelpers, ")") : "var(".concat(tokens.borderRadius, ")");
|
64
67
|
});
|
65
68
|
export var StyledContent = /*#__PURE__*/styled.div.withConfig({
|
@@ -67,45 +70,45 @@ export var StyledContent = /*#__PURE__*/styled.div.withConfig({
|
|
67
70
|
})(["position:absolute;display:flex;align-items:center;bottom:0;z-index:1;color:var(", ",var(", "));top:var(", ");right:var(", ");height:var(", ");"], tokens.rightContentColor, tokens.inputColor, tokens.rightContentTop, tokens.rightContentRight, tokens.rightContentHeight);
|
68
71
|
export var StyledContainer = /*#__PURE__*/styled.div.withConfig({
|
69
72
|
componentId: "plasma-new-hope__sc-pxxv3p-11"
|
70
|
-
})(["display:inline-flex;flex-direction:column;width:", ";position:relative;"], function (
|
71
|
-
var width =
|
73
|
+
})(["display:inline-flex;flex-direction:column;width:", ";position:relative;"], function (_ref11) {
|
74
|
+
var width = _ref11.width;
|
72
75
|
return width;
|
73
76
|
});
|
74
77
|
export var StyledTextArea = /*#__PURE__*/styled.textarea.withConfig({
|
75
78
|
componentId: "plasma-new-hope__sc-pxxv3p-12"
|
76
|
-
})(["display:block;box-sizing:border-box;outline:none;border:none;-webkit-appearance:none;background-color:transparent;color:var(", ");caret-color:var(", ");resize:", ";--plasma_private-textarea-height:", ";--plasma_private-textarea-width:", ";--plasma_private-textarea-computed-height:", ";--plasma_private-textarea-computed-width:", ";height:var(--plasma_private-textarea-computed-height);width:var(--plasma_private-textarea-computed-width);min-width:", ";max-width:", ";min-height:var(", ");padding-right:", ";padding-left:var(", ",0);padding-top:0;padding-bottom:0;--plasma_private-textarea-helpers-computed-height:calc( var(", ",0) + var(", ",0) + var(", ") );--plasma_private-textarea-input-with-helpers-height:calc( var(--plasma_private-textarea-height) - var(--plasma_private-textarea-helpers-computed-height) + var(", ") );--plasma_private-textarea-input-without-helpers-height:calc( var(--plasma_private-textarea-computed-height) - var(", ") );--plasma_private-textarea-input-actual-height:", ";height:var(--plasma_private-textarea-input-actual-height);font-family:var(", ");font-size:var(", ");font-style:var(", ");font-weight:var(", ");letter-spacing:var(", ");line-height:var(", ");&::placeholder{opacity:0;}&:read-only{cursor:default;}&:focus:not(:disabled){color:var(", ");}&::-webkit-scrollbar{width:var(", ");}&::-webkit-scrollbar-thumb{background-color:var(", ");background-clip:content-box;border:var(", ") solid transparent;border-radius:1rem;}&::-webkit-scrollbar-track{background-color:var(", ");background-clip:content-box;border:var(", ") solid transparent;border-radius:1rem;}"], tokens.inputColor, tokens.inputCaretColor, function (
|
77
|
-
var resize =
|
79
|
+
})(["display:block;box-sizing:border-box;outline:none;border:none;-webkit-appearance:none;background-color:transparent;color:var(", ");caret-color:var(", ");resize:", ";--plasma_private-textarea-height:", ";--plasma_private-textarea-width:", ";--plasma_private-textarea-computed-height:", ";--plasma_private-textarea-computed-width:", ";height:var(--plasma_private-textarea-computed-height);width:var(--plasma_private-textarea-computed-width);min-width:", ";max-width:", ";min-height:var(", ");padding-right:", ";padding-left:var(", ",0);padding-top:0;padding-bottom:0;--plasma_private-textarea-helpers-computed-height:calc( var(", ",0) + var(", ",0) + var(", ") );--plasma_private-textarea-input-with-helpers-height:calc( var(--plasma_private-textarea-height) - var(--plasma_private-textarea-helpers-computed-height) + var(", ") );--plasma_private-textarea-input-without-helpers-height:calc( var(--plasma_private-textarea-computed-height) - var(", ") );--plasma_private-textarea-input-actual-height:", ";height:var(--plasma_private-textarea-input-actual-height);font-family:var(", ");font-size:var(", ");font-style:var(", ");font-weight:var(", ");letter-spacing:var(", ");line-height:var(", ");&::placeholder{opacity:0;}&:read-only{cursor:default;}&:focus:not(:disabled){color:var(", ");}&::-webkit-scrollbar{width:var(", ");}&::-webkit-scrollbar-thumb{background-color:var(", ");background-clip:content-box;border:var(", ") solid transparent;border-radius:1rem;}&::-webkit-scrollbar-track{background-color:var(", ");background-clip:content-box;border:var(", ") solid transparent;border-radius:1rem;}"], tokens.inputColor, tokens.inputCaretColor, function (_ref12) {
|
80
|
+
var resize = _ref12.resize;
|
78
81
|
return resize || 'none';
|
79
|
-
}, function (_ref12) {
|
80
|
-
var height = _ref12.height;
|
81
|
-
return !Number.isNaN(Number(height)) ? "calc(".concat(height, "rem - 0.875rem)") : height || "var(".concat(tokens.inputHeight, ")");
|
82
82
|
}, function (_ref13) {
|
83
|
-
var
|
84
|
-
return !Number.isNaN(Number(
|
83
|
+
var height = _ref13.height;
|
84
|
+
return !Number.isNaN(Number(height)) ? "calc(".concat(height, "rem - 0.875rem)") : height || "var(".concat(tokens.inputHeight, ")");
|
85
85
|
}, function (_ref14) {
|
86
|
-
var
|
87
|
-
return
|
86
|
+
var width = _ref14.width;
|
87
|
+
return !Number.isNaN(Number(width)) ? "".concat(width, "rem") : width || "var(".concat(tokens.inputWidth, ")");
|
88
88
|
}, function (_ref15) {
|
89
|
-
var
|
90
|
-
return
|
89
|
+
var rows = _ref15.rows;
|
90
|
+
return rows ? 'unset' : 'var(--plasma_private-textarea-height)';
|
91
91
|
}, function (_ref16) {
|
92
|
-
var
|
93
|
-
return
|
92
|
+
var cols = _ref16.cols;
|
93
|
+
return cols ? 'unset' : 'var(--plasma_private-textarea-width)';
|
94
94
|
}, function (_ref17) {
|
95
95
|
var applyCustomWidth = _ref17.applyCustomWidth;
|
96
96
|
return applyCustomWidth ? 'var(--plasma_private-textarea-width)' : 'auto';
|
97
|
-
},
|
98
|
-
var
|
97
|
+
}, function (_ref18) {
|
98
|
+
var applyCustomWidth = _ref18.applyCustomWidth;
|
99
|
+
return applyCustomWidth ? 'var(--plasma_private-textarea-width)' : 'auto';
|
100
|
+
}, tokens.inputMinHeight, function (_ref19) {
|
101
|
+
var hasContentRight = _ref19.hasContentRight;
|
99
102
|
return hasContentRight ? "var(".concat(tokens.inputPaddingRightWithRightContent, ", 0)") : "var(".concat(tokens.inputPaddingRight, ", 0)");
|
100
|
-
}, tokens.inputPaddingLeft, tokens.helpersPaddingTop, tokens.helpersPaddingBottom, tokens.helpersLineHeight, tokens.helpersOffset, tokens.inputPaddingBottom, function (
|
101
|
-
var hasHelper =
|
102
|
-
rows =
|
103
|
+
}, tokens.inputPaddingLeft, tokens.helpersPaddingTop, tokens.helpersPaddingBottom, tokens.helpersLineHeight, tokens.helpersOffset, tokens.inputPaddingBottom, function (_ref20) {
|
104
|
+
var hasHelper = _ref20.hasHelper,
|
105
|
+
rows = _ref20.rows;
|
103
106
|
return hasHelper && !rows ? 'var(--plasma_private-textarea-input-with-helpers-height)' : 'var(--plasma_private-textarea-input-without-helpers-height)';
|
104
107
|
}, tokens.inputFontFamily, tokens.inputFontSize, tokens.inputFontStyle, tokens.inputFontWeight, tokens.inputLetterSpacing, tokens.inputLineHeight, tokens.inputColorFocus, tokens.scrollbarWidth, tokens.scrollbarThumbBackgroundColor, tokens.scrollbarBorderWidth, tokens.scrollbarTrackBackgroundColor, tokens.scrollbarBorderWidth);
|
105
108
|
export var StyledHiddenTextArea = /*#__PURE__*/styled.textarea.withConfig({
|
106
109
|
componentId: "plasma-new-hope__sc-pxxv3p-13"
|
107
|
-
})(["max-height:none !important;min-height:var(", ") !important;visibility:hidden !important;overflow:hidden !important;position:absolute !important;z-index:-1000 !important;top:0 !important;left:0 !important;right:0.0625rem !important;border-width:0;padding-right:", ";padding-left:var(", ",0);padding-top:0;padding-bottom:0;box-sizing:border-box;text-indent:0;text-rendering:auto;text-transform:none;tab-size:8;font-family:var(", ");font-size:var(", ");font-style:var(", ");font-weight:var(", ");letter-spacing:var(", ");line-height:var(", ");"], tokens.inputMinHeight, function (
|
108
|
-
var hasContentRight =
|
110
|
+
})(["max-height:none !important;min-height:var(", ") !important;visibility:hidden !important;overflow:hidden !important;position:absolute !important;z-index:-1000 !important;top:0 !important;left:0 !important;right:0.0625rem !important;border-width:0;padding-right:", ";padding-left:var(", ",0);padding-top:0;padding-bottom:0;box-sizing:border-box;text-indent:0;text-rendering:auto;text-transform:none;tab-size:8;font-family:var(", ");font-size:var(", ");font-style:var(", ");font-weight:var(", ");letter-spacing:var(", ");line-height:var(", ");"], tokens.inputMinHeight, function (_ref21) {
|
111
|
+
var hasContentRight = _ref21.hasContentRight;
|
109
112
|
return hasContentRight ? "var(".concat(tokens.inputPaddingRightWithRightContent, ", 0)") : "var(".concat(tokens.inputPaddingRight, ", 0)");
|
110
113
|
}, tokens.inputPaddingLeft, tokens.inputFontFamily, tokens.inputFontSize, tokens.inputFontStyle, tokens.inputFontWeight, tokens.inputLetterSpacing, tokens.inputLineHeight);
|
111
114
|
export var StyledHelpers = /*#__PURE__*/styled.div.withConfig({
|
@@ -122,8 +125,8 @@ export var StyledRightHelper = /*#__PURE__*/styled(StyledLeftHelper).withConfig(
|
|
122
125
|
})(["color:var(", ");margin-left:auto;"], tokens.rightHelperColor);
|
123
126
|
export var StyledPlaceholder = /*#__PURE__*/styled.label.withConfig({
|
124
127
|
componentId: "plasma-new-hope__sc-pxxv3p-18"
|
125
|
-
})(["box-sizing:border-box;position:absolute;pointer-events:none;display:inline-flex;align-items:center;transition:all 0.1s ease-in-out;transform-origin:top left;color:var(", ");width:100%;height:auto;top:var(", ");padding-left:var(", ");padding-right:", ";font-family:var(", ");font-size:var(", ");font-style:var(", ");font-weight:var(", ");letter-spacing:var(", ");line-height:var(", ");"], tokens.placeholderColor, tokens.inputPaddingTop, tokens.inputPaddingLeft, function (
|
126
|
-
var hasContentRight =
|
128
|
+
})(["box-sizing:border-box;position:absolute;pointer-events:none;display:inline-flex;align-items:center;transition:all 0.1s ease-in-out;transform-origin:top left;color:var(", ");width:100%;height:auto;top:var(", ");padding-left:var(", ");padding-right:", ";font-family:var(", ");font-size:var(", ");font-style:var(", ");font-weight:var(", ");letter-spacing:var(", ");line-height:var(", ");"], tokens.placeholderColor, tokens.inputPaddingTop, tokens.inputPaddingLeft, function (_ref22) {
|
129
|
+
var hasContentRight = _ref22.hasContentRight;
|
127
130
|
return hasContentRight ? "var(".concat(tokens.inputPaddingRightWithRightContent, ")") : "var(".concat(tokens.inputPaddingRight, ")");
|
128
131
|
}, tokens.inputFontFamily, tokens.inputFontSize, tokens.inputFontStyle, tokens.inputFontWeight, tokens.inputLetterSpacing, tokens.inputLineHeight);
|
129
132
|
export var StyledIndicator = /*#__PURE__*/styled.div.withConfig({
|
@@ -290,9 +290,7 @@ export var textFieldRoot = function textFieldRoot(Root) {
|
|
290
290
|
size: size,
|
291
291
|
disabled: disabled,
|
292
292
|
readOnly: !disabled && readOnly,
|
293
|
-
clear: clear,
|
294
293
|
labelPlacement: innerLabelPlacementValue,
|
295
|
-
chipView: chipView,
|
296
294
|
onClick: handleInputFocus,
|
297
295
|
className: cx(labelPlacementClass, clearClass, hasDividerClass, hasInnerHintClass, classes.textFieldGroupItem, className),
|
298
296
|
style: style
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"Button.d.ts","sourceRoot":"","sources":["../../../src/components/Button/Button.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAqB,MAAM,OAAO,CAAC;AAG1C,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,eAAe,CAAC;AAU/C,OAAO,KAAK,EAAE,WAAW,EAA0B,MAAM,gBAAgB,CAAC;AAa1E,eAAO,MAAM,UAAU,SAAU,UAAU,iBAAiB,EAAE,WAAW,CAAC,
|
1
|
+
{"version":3,"file":"Button.d.ts","sourceRoot":"","sources":["../../../src/components/Button/Button.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAqB,MAAM,OAAO,CAAC;AAG1C,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,eAAe,CAAC;AAU/C,OAAO,KAAK,EAAE,WAAW,EAA0B,MAAM,gBAAgB,CAAC;AAa1E,eAAO,MAAM,UAAU,SAAU,UAAU,iBAAiB,EAAE,WAAW,CAAC,uGA+EpE,CAAC;AAEP,eAAO,MAAM,YAAY;;;mBAjFQ,UAAU,iBAAiB,EAAE,WAAW,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAiHzE,CAAC"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"Chip.d.ts","sourceRoot":"","sources":["../../../src/components/Chip/Chip.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAiC,MAAM,OAAO,CAAC;AAEtD,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,eAAe,CAAC;AAU/C,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAI9C,eAAO,MAAM,QAAQ,SAAU,UAAU,iBAAiB,EAAE,SAAS,CAAC,
|
1
|
+
{"version":3,"file":"Chip.d.ts","sourceRoot":"","sources":["../../../src/components/Chip/Chip.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAiC,MAAM,OAAO,CAAC;AAEtD,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,eAAe,CAAC;AAU/C,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAI9C,eAAO,MAAM,QAAQ,SAAU,UAAU,iBAAiB,EAAE,SAAS,CAAC,wFAkEhE,CAAC;AAEP,eAAO,MAAM,UAAU;;;mBApEQ,UAAU,iBAAiB,EAAE,SAAS,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAoGrE,CAAC"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"TextArea.d.ts","sourceRoot":"","sources":["../../../src/components/TextArea/TextArea.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmG,MAAM,OAAO,CAAC;AAKxH,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAC;AAgCrD,OAAO,KAAK,EAAE,aAAa,EAAE,iBAAiB,EAAE,MAAM,kBAAkB,CAAC;AAkCzE,eAAO,MAAM,sBAAsB,UAAW,aAAa,WAAW,OAAO,2BA2B5E,CAAC;AAEF,eAAO,MAAM,YAAY,SAAU,UAAU,mBAAmB,EAAE,iBAAiB,CAAC,
|
1
|
+
{"version":3,"file":"TextArea.d.ts","sourceRoot":"","sources":["../../../src/components/TextArea/TextArea.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmG,MAAM,OAAO,CAAC;AAKxH,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAC;AAgCrD,OAAO,KAAK,EAAE,aAAa,EAAE,iBAAiB,EAAE,MAAM,kBAAkB,CAAC;AAkCzE,eAAO,MAAM,sBAAsB,UAAW,aAAa,WAAW,OAAO,2BA2B5E,CAAC;AAEF,eAAO,MAAM,YAAY,SAAU,UAAU,mBAAmB,EAAE,iBAAiB,CAAC,8FA2T9E,CAAC;AAEP,eAAO,MAAM,cAAc;;;mBA7TQ,UAAU,mBAAmB,EAAE,iBAAiB,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgWnF,CAAC"}
|
@@ -2,6 +2,7 @@
|
|
2
2
|
export declare const Hint: import("@linaria/react").StyledMeta & import("react").FunctionComponent<import("../../engines/types").PropsType<import("../../engines/types").Variants> & import("../Tooltip").TooltipProps & import("react").RefAttributes<HTMLDivElement>>;
|
3
3
|
export declare const OuterLabelWrapper: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & {
|
4
4
|
isInnerLabel: boolean;
|
5
|
+
width: string;
|
5
6
|
}>;
|
6
7
|
export declare const StyledLabel: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown>>;
|
7
8
|
export declare const TitleCaption: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown>>;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"TextArea.styles.d.ts","sourceRoot":"","sources":["../../../src/components/TextArea/TextArea.styles.ts"],"names":[],"mappings":";AAWA,eAAO,MAAM,IAAI,8OAAoB,CAAC;AAEtC,eAAO,MAAM,iBAAiB;kBAA8B,OAAO;
|
1
|
+
{"version":3,"file":"TextArea.styles.d.ts","sourceRoot":"","sources":["../../../src/components/TextArea/TextArea.styles.ts"],"names":[],"mappings":";AAWA,eAAO,MAAM,IAAI,8OAAoB,CAAC;AAEtC,eAAO,MAAM,iBAAiB;kBAA8B,OAAO;WAAS,MAAM;EAOjF,CAAC;AAEF,eAAO,MAAM,WAAW,qKAWvB,CAAC;AAEF,eAAO,MAAM,YAAY,qKAUxB,CAAC;AAEF,eAAO,MAAM,sBAAsB,qKAIlC,CAAC;AAEF,eAAO,MAAM,kBAAkB;;EAe9B,CAAC;AAEF,eAAO,MAAM,iBAAiB,qKAU7B,CAAC;AAEF,eAAO,MAAM,iBAAiB,qKAQ7B,CAAC;AAEF,eAAO,MAAM,eAAe,qKAAe,CAAC;AAE5C,eAAO,MAAM,qBAAqB;eACnB,OAAO;EAUrB,CAAC;AAEF,eAAO,MAAM,aAAa,qKAazB,CAAC;AAEF,eAAO,MAAM,eAAe;WAAuB,MAAM;EAOxD,CAAC;AAEF,eAAO,MAAM,cAAc;eACZ,OAAO;qBACD,OAAO;sBACN,OAAO;;;;EAoG5B,CAAC;AAEF,eAAO,MAAM,oBAAoB;qBACZ,OAAO;;EAgC3B,CAAC;AAEF,eAAO,MAAM,aAAa,qKAgBzB,CAAC;AAEF,eAAO,MAAM,2BAA2B,qKAMvC,CAAC;AAEF,eAAO,MAAM,gBAAgB,uKAa5B,CAAC;AAEF,eAAO,MAAM,iBAAiB;;EAG7B,CAAC;AAEF,eAAO,MAAM,iBAAiB;qBACT,OAAO;EA2B3B,CAAC;AAEF,eAAO,MAAM,eAAe,qKA+B3B,CAAC"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"TextField.d.ts","sourceRoot":"","sources":["../../../src/components/TextField/TextField.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkD,MAAM,OAAO,CAAC;AAKvE,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,eAAe,CAAC;AAI/C,OAAO,KAAK,EAAuC,cAAc,EAAE,kBAAkB,EAAE,MAAM,mBAAmB,CAAC;AAsCjH,eAAO,MAAM,IAAI,0CAGhB,CAAC;AAIF,eAAO,MAAM,aAAa,SAAU,UAAU,cAAc,EAAE,kBAAkB,CAAC,
|
1
|
+
{"version":3,"file":"TextField.d.ts","sourceRoot":"","sources":["../../../src/components/TextField/TextField.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkD,MAAM,OAAO,CAAC;AAKvE,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,eAAe,CAAC;AAI/C,OAAO,KAAK,EAAuC,cAAc,EAAE,kBAAkB,EAAE,MAAM,mBAAmB,CAAC;AAsCjH,eAAO,MAAM,IAAI,0CAGhB,CAAC;AAIF,eAAO,MAAM,aAAa,SAAU,UAAU,cAAc,EAAE,kBAAkB,CAAC,4FA4e5E,CAAC;AAEN,eAAO,MAAM,eAAe;;;mBA9eQ,UAAU,cAAc,EAAE,kBAAkB,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAohBhF,CAAC"}
|