@salutejs/plasma-new-hope 0.341.0-canary.2329.19331011198.0 → 0.341.0-canary.2331.19419919970.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/Autocomplete/Autocomplete.css +29 -30
- package/cjs/components/Combobox/ComboboxNew/Combobox.css +29 -30
- package/cjs/components/DatePicker/RangeDate/RangeDate.css +33 -34
- package/cjs/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.css +33 -34
- package/cjs/components/DatePicker/SingleDate/SingleDate.css +29 -30
- package/cjs/components/DateTimePicker/DateTimePicker.css +29 -30
- package/cjs/components/DateTimePicker/ui/Input/Input.css +29 -30
- package/cjs/components/LinkButton/LinkButton.css +8 -8
- package/cjs/components/LinkButton/LinkButton.styles.js +1 -1
- package/cjs/components/LinkButton/LinkButton.styles.js.map +1 -1
- package/cjs/components/LinkButton/{LinkButton.styles_1q1p1l2.css → LinkButton.styles_1e7vwn3.css} +1 -1
- package/cjs/components/LinkButton/LinkButton.tokens.js +1 -0
- package/cjs/components/LinkButton/LinkButton.tokens.js.map +1 -1
- package/cjs/components/Pagination/Pagination.css +29 -30
- package/cjs/components/Pagination/ui/PaginationSelectPerPage/PaginationSelectPerPage.css +29 -30
- package/cjs/components/Range/Range.css +29 -30
- package/cjs/components/Select/Select.css +29 -30
- package/cjs/components/Select/ui/Target/Target.css +29 -30
- package/cjs/components/Select/ui/Target/ui/Textfield/Textfield.css +29 -30
- package/cjs/components/Slider/Slider.css +29 -30
- package/cjs/components/Slider/components/DoubleUncontrolled/DoubleUncontrolled.css +29 -30
- package/cjs/components/Table/Table.css +37 -38
- package/cjs/components/Table/ui/Cell/Cell.css +37 -38
- package/cjs/components/Table/ui/EditableCell/EditableCell.css +37 -38
- package/cjs/components/Table/ui/HeadCell/HeadCell.css +37 -38
- package/cjs/components/Table/ui/HeadCell/ui/Filter/Filter.css +37 -38
- package/cjs/components/TextField/TextField.js +2 -6
- package/cjs/components/TextField/TextField.js.map +1 -1
- package/cjs/components/TextField/TextField.styles.js +27 -33
- package/cjs/components/TextField/TextField.styles.js.map +1 -1
- package/{es/components/TextField/TextField.styles_146520i.css → cjs/components/TextField/TextField.styles_1fz6mh6.css} +14 -15
- package/cjs/components/TextField/ui/Hint/Hint.css +20 -21
- package/cjs/components/TextField/ui/TextFieldChipNew/TextFieldChipNew.css +22 -23
- package/cjs/components/TextField/variations/_clear/base.js +1 -1
- package/cjs/components/TextField/variations/_clear/base_appgl3.css +1 -0
- package/cjs/components/TextField/variations/_hint-size/base.js +1 -1
- package/{es/components/TextField/variations/_hint-size/base_scrhfa.css → cjs/components/TextField/variations/_hint-size/base_z7a2uf.css} +1 -1
- package/cjs/components/TextField/variations/_hint-view/base.js +1 -1
- package/cjs/components/TextField/variations/_hint-view/{base_7yx5d1.css → base_1htnb8e.css} +1 -1
- package/cjs/components/TextField/variations/_label-placement/base.js +1 -1
- package/cjs/components/TextField/variations/_label-placement/base.js.map +1 -1
- package/cjs/components/TextField/variations/_label-placement/base_18kkeb9.css +1 -0
- package/cjs/components/TextField/variations/_read-only/base.js +1 -1
- package/cjs/components/TextField/variations/_read-only/{base_1ejddo2.css → base_uo19e5.css} +1 -1
- package/cjs/components/TextField/variations/_size/base.js +1 -1
- package/cjs/components/TextField/variations/_size/{base_m1uv7m.css → base_1oec4lw.css} +1 -1
- package/cjs/components/TextField/variations/_view/base.js +1 -1
- package/cjs/components/TextField/variations/_view/{base_1diyp23.css → base_1npz45o.css} +1 -1
- package/cjs/components/TimePicker/TimePicker.css +29 -30
- package/cjs/index.css +35 -36
- package/emotion/cjs/components/LinkButton/LinkButton.styles.js +15 -15
- package/emotion/cjs/components/LinkButton/LinkButton.tokens.js +1 -0
- package/emotion/cjs/components/TextField/TextField.js +3 -7
- package/emotion/cjs/components/TextField/TextField.styles.js +44 -51
- package/emotion/cjs/components/TextField/variations/_label-placement/base.js +1 -1
- package/emotion/cjs/examples/components/Combobox/Combobox.js +0 -15
- package/emotion/cjs/examples/components/LinkButton/LinkButton.config.js +13 -13
- package/emotion/es/components/LinkButton/LinkButton.styles.js +15 -15
- package/emotion/es/components/LinkButton/LinkButton.tokens.js +1 -0
- package/emotion/es/components/TextField/TextField.js +4 -8
- package/emotion/es/components/TextField/TextField.styles.js +44 -48
- package/emotion/es/components/TextField/variations/_label-placement/base.js +1 -1
- package/emotion/es/examples/components/Combobox/Combobox.js +7 -0
- package/emotion/es/examples/components/LinkButton/LinkButton.config.js +13 -13
- package/es/components/Autocomplete/Autocomplete.css +29 -30
- package/es/components/Combobox/ComboboxNew/Combobox.css +29 -30
- package/es/components/DatePicker/RangeDate/RangeDate.css +33 -34
- package/es/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.css +33 -34
- package/es/components/DatePicker/SingleDate/SingleDate.css +29 -30
- package/es/components/DateTimePicker/DateTimePicker.css +29 -30
- package/es/components/DateTimePicker/ui/Input/Input.css +29 -30
- package/es/components/LinkButton/LinkButton.css +8 -8
- package/es/components/LinkButton/LinkButton.styles.js +1 -1
- package/es/components/LinkButton/LinkButton.styles.js.map +1 -1
- package/es/components/LinkButton/{LinkButton.styles_1q1p1l2.css → LinkButton.styles_1e7vwn3.css} +1 -1
- package/es/components/LinkButton/LinkButton.tokens.js +1 -0
- package/es/components/LinkButton/LinkButton.tokens.js.map +1 -1
- package/es/components/Pagination/Pagination.css +29 -30
- package/es/components/Pagination/ui/PaginationSelectPerPage/PaginationSelectPerPage.css +29 -30
- package/es/components/Range/Range.css +29 -30
- package/es/components/Select/Select.css +29 -30
- package/es/components/Select/ui/Target/Target.css +29 -30
- package/es/components/Select/ui/Target/ui/Textfield/Textfield.css +29 -30
- package/es/components/Slider/Slider.css +29 -30
- package/es/components/Slider/components/DoubleUncontrolled/DoubleUncontrolled.css +29 -30
- package/es/components/Table/Table.css +37 -38
- package/es/components/Table/ui/Cell/Cell.css +37 -38
- package/es/components/Table/ui/EditableCell/EditableCell.css +37 -38
- package/es/components/Table/ui/HeadCell/HeadCell.css +37 -38
- package/es/components/Table/ui/HeadCell/ui/Filter/Filter.css +37 -38
- package/es/components/TextField/TextField.js +3 -7
- package/es/components/TextField/TextField.js.map +1 -1
- package/es/components/TextField/TextField.styles.js +28 -33
- package/es/components/TextField/TextField.styles.js.map +1 -1
- package/{cjs/components/TextField/TextField.styles_146520i.css → es/components/TextField/TextField.styles_1fz6mh6.css} +14 -15
- package/es/components/TextField/ui/Hint/Hint.css +20 -21
- package/es/components/TextField/ui/TextFieldChipNew/TextFieldChipNew.css +22 -23
- package/es/components/TextField/variations/_clear/base.js +1 -1
- package/es/components/TextField/variations/_clear/base_appgl3.css +1 -0
- package/es/components/TextField/variations/_hint-size/base.js +1 -1
- package/{cjs/components/TextField/variations/_hint-size/base_scrhfa.css → es/components/TextField/variations/_hint-size/base_z7a2uf.css} +1 -1
- package/es/components/TextField/variations/_hint-view/base.js +1 -1
- package/es/components/TextField/variations/_hint-view/{base_7yx5d1.css → base_1htnb8e.css} +1 -1
- package/es/components/TextField/variations/_label-placement/base.js +1 -1
- package/es/components/TextField/variations/_label-placement/base.js.map +1 -1
- package/es/components/TextField/variations/_label-placement/base_18kkeb9.css +1 -0
- package/es/components/TextField/variations/_read-only/base.js +1 -1
- package/es/components/TextField/variations/_read-only/{base_1ejddo2.css → base_uo19e5.css} +1 -1
- package/es/components/TextField/variations/_size/base.js +1 -1
- package/es/components/TextField/variations/_size/{base_m1uv7m.css → base_1oec4lw.css} +1 -1
- package/es/components/TextField/variations/_view/base.js +1 -1
- package/es/components/TextField/variations/_view/{base_1diyp23.css → base_1npz45o.css} +1 -1
- package/es/components/TimePicker/TimePicker.css +29 -30
- package/es/index.css +35 -36
- package/package.json +2 -2
- package/styled-components/cjs/components/LinkButton/LinkButton.styles.js +9 -8
- package/styled-components/cjs/components/LinkButton/LinkButton.tokens.js +1 -0
- package/styled-components/cjs/components/TextField/TextField.js +2 -6
- package/styled-components/cjs/components/TextField/TextField.styles.js +22 -33
- package/styled-components/cjs/components/TextField/variations/_label-placement/base.js +1 -1
- package/styled-components/cjs/examples/components/LinkButton/LinkButton.config.js +18 -12
- package/styled-components/es/components/LinkButton/LinkButton.styles.js +9 -8
- package/styled-components/es/components/LinkButton/LinkButton.tokens.js +1 -0
- package/styled-components/es/components/TextField/TextField.js +3 -7
- package/styled-components/es/components/TextField/TextField.styles.js +22 -30
- package/styled-components/es/components/TextField/variations/_label-placement/base.js +1 -1
- package/styled-components/es/examples/components/LinkButton/LinkButton.config.js +18 -12
- package/types/components/LinkButton/LinkButton.styles.d.ts.map +1 -1
- package/types/components/LinkButton/LinkButton.tokens.d.ts +1 -0
- package/types/components/LinkButton/LinkButton.tokens.d.ts.map +1 -1
- package/types/components/TextField/TextField.d.ts.map +1 -1
- package/types/components/TextField/TextField.styles.d.ts +0 -1
- package/types/components/TextField/TextField.styles.d.ts.map +1 -1
- package/types/components/TextField/variations/_label-placement/base.d.ts.map +1 -1
- package/types/examples/components/LinkButton/LinkButton.config.d.ts.map +1 -1
- package/cjs/components/TextField/variations/_clear/base_ukg8yq.css +0 -1
- package/cjs/components/TextField/variations/_label-placement/base_1s0mlhj.css +0 -1
- package/es/components/TextField/variations/_clear/base_ukg8yq.css +0 -1
- package/es/components/TextField/variations/_label-placement/base_1s0mlhj.css +0 -1
|
@@ -26,8 +26,9 @@ var config = {
|
|
|
26
26
|
":var(--text-primary-hover);",
|
|
27
27
|
":var(--text-primary-active);",
|
|
28
28
|
":var(--surface-accent);",
|
|
29
|
-
":var(--text-primary-hover);"
|
|
30
|
-
|
|
29
|
+
":var(--text-primary-hover);",
|
|
30
|
+
":var(--text-primary-active);"
|
|
31
|
+
], _LinkButton.linkButtonTokens.linkButtonColor, _LinkButton.linkButtonTokens.linkButtonIconColor, _LinkButton.linkButtonTokens.linkButtonTextColor, _LinkButton.linkButtonTokens.linkButtonBackgroundColor, _LinkButton.linkButtonTokens.linkButtonColorHover, _LinkButton.linkButtonTokens.linkButtonColorActive, _LinkButton.linkButtonTokens.linkButtonFocusColor, _LinkButton.linkButtonTokens.linkButtonTextColorHover, _LinkButton.linkButtonTokens.linkButtonTextColorActive),
|
|
31
32
|
accent: (0, _styledcomponents.css)([
|
|
32
33
|
"",
|
|
33
34
|
":var(--text-accent);",
|
|
@@ -37,8 +38,9 @@ var config = {
|
|
|
37
38
|
":var(--text-accent-hover);",
|
|
38
39
|
":var(--text-accent-active);",
|
|
39
40
|
":var(--surface-accent);",
|
|
40
|
-
":var(--text-accent-hover);"
|
|
41
|
-
|
|
41
|
+
":var(--text-accent-hover);",
|
|
42
|
+
":var(--text-accent-active);"
|
|
43
|
+
], _LinkButton.linkButtonTokens.linkButtonColor, _LinkButton.linkButtonTokens.linkButtonIconColor, _LinkButton.linkButtonTokens.linkButtonTextColor, _LinkButton.linkButtonTokens.linkButtonBackgroundColor, _LinkButton.linkButtonTokens.linkButtonColorHover, _LinkButton.linkButtonTokens.linkButtonColorActive, _LinkButton.linkButtonTokens.linkButtonFocusColor, _LinkButton.linkButtonTokens.linkButtonTextColorHover, _LinkButton.linkButtonTokens.linkButtonTextColorActive),
|
|
42
44
|
secondary: (0, _styledcomponents.css)([
|
|
43
45
|
"",
|
|
44
46
|
":var(--text-secondary);",
|
|
@@ -48,8 +50,9 @@ var config = {
|
|
|
48
50
|
":var(--text-secondary-hover);",
|
|
49
51
|
":var(--text-secondary-active);",
|
|
50
52
|
":var(--surface-accent);",
|
|
51
|
-
":var(--text-secondary-hover);"
|
|
52
|
-
|
|
53
|
+
":var(--text-secondary-hover);",
|
|
54
|
+
":var(--text-secondary-active);"
|
|
55
|
+
], _LinkButton.linkButtonTokens.linkButtonColor, _LinkButton.linkButtonTokens.linkButtonIconColor, _LinkButton.linkButtonTokens.linkButtonTextColor, _LinkButton.linkButtonTokens.linkButtonBackgroundColor, _LinkButton.linkButtonTokens.linkButtonColorHover, _LinkButton.linkButtonTokens.linkButtonColorActive, _LinkButton.linkButtonTokens.linkButtonFocusColor, _LinkButton.linkButtonTokens.linkButtonTextColorHover, _LinkButton.linkButtonTokens.linkButtonTextColorActive),
|
|
53
56
|
positive: (0, _styledcomponents.css)([
|
|
54
57
|
"",
|
|
55
58
|
":var(--text-positive);",
|
|
@@ -59,8 +62,9 @@ var config = {
|
|
|
59
62
|
":var(--text-positive-hover);",
|
|
60
63
|
":var(--text-positive-active);",
|
|
61
64
|
":var(--surface-accent);",
|
|
62
|
-
":var(--text-positive-hover);"
|
|
63
|
-
|
|
65
|
+
":var(--text-positive-hover);",
|
|
66
|
+
":var(--text-positive-active);"
|
|
67
|
+
], _LinkButton.linkButtonTokens.linkButtonColor, _LinkButton.linkButtonTokens.linkButtonIconColor, _LinkButton.linkButtonTokens.linkButtonTextColor, _LinkButton.linkButtonTokens.linkButtonBackgroundColor, _LinkButton.linkButtonTokens.linkButtonColorHover, _LinkButton.linkButtonTokens.linkButtonColorActive, _LinkButton.linkButtonTokens.linkButtonFocusColor, _LinkButton.linkButtonTokens.linkButtonTextColorHover, _LinkButton.linkButtonTokens.linkButtonTextColorActive),
|
|
64
68
|
warning: (0, _styledcomponents.css)([
|
|
65
69
|
"",
|
|
66
70
|
":var(--text-warning);",
|
|
@@ -70,8 +74,9 @@ var config = {
|
|
|
70
74
|
":var(--text-warning-hover);",
|
|
71
75
|
":var(--text-warning-active);",
|
|
72
76
|
":var(--surface-accent);",
|
|
73
|
-
":var(--text-warning-hover);"
|
|
74
|
-
|
|
77
|
+
":var(--text-warning-hover);",
|
|
78
|
+
":var(--text-warning-active);"
|
|
79
|
+
], _LinkButton.linkButtonTokens.linkButtonColor, _LinkButton.linkButtonTokens.linkButtonIconColor, _LinkButton.linkButtonTokens.linkButtonTextColor, _LinkButton.linkButtonTokens.linkButtonBackgroundColor, _LinkButton.linkButtonTokens.linkButtonColorHover, _LinkButton.linkButtonTokens.linkButtonColorActive, _LinkButton.linkButtonTokens.linkButtonFocusColor, _LinkButton.linkButtonTokens.linkButtonTextColorHover, _LinkButton.linkButtonTokens.linkButtonTextColorActive),
|
|
75
80
|
negative: (0, _styledcomponents.css)([
|
|
76
81
|
"",
|
|
77
82
|
":var(--text-negative);",
|
|
@@ -81,8 +86,9 @@ var config = {
|
|
|
81
86
|
":var(--text-negative-hover);",
|
|
82
87
|
":var(--text-negative-active);",
|
|
83
88
|
":var(--surface-accent);",
|
|
84
|
-
":var(--text-negative-hover);"
|
|
85
|
-
|
|
89
|
+
":var(--text-negative-hover);",
|
|
90
|
+
":var(--text-negative-active);"
|
|
91
|
+
], _LinkButton.linkButtonTokens.linkButtonColor, _LinkButton.linkButtonTokens.linkButtonIconColor, _LinkButton.linkButtonTokens.linkButtonTextColor, _LinkButton.linkButtonTokens.linkButtonBackgroundColor, _LinkButton.linkButtonTokens.linkButtonColorHover, _LinkButton.linkButtonTokens.linkButtonColorActive, _LinkButton.linkButtonTokens.linkButtonFocusColor, _LinkButton.linkButtonTokens.linkButtonTextColorHover, _LinkButton.linkButtonTokens.linkButtonTextColorActive)
|
|
86
92
|
},
|
|
87
93
|
size: {
|
|
88
94
|
xl: (0, _styledcomponents.css)([
|
|
@@ -17,14 +17,14 @@ export var base = css([
|
|
|
17
17
|
}));
|
|
18
18
|
export var StyledAdditionalContent = styled.div.withConfig({
|
|
19
19
|
displayName: "LinkButton.styles__StyledAdditionalContent",
|
|
20
|
-
componentId: "sc-
|
|
20
|
+
componentId: "sc-e83eddac-0"
|
|
21
21
|
})([
|
|
22
22
|
"display:flex;align-items:center;margin:var(",
|
|
23
23
|
");"
|
|
24
24
|
], tokens.linkButtonAdditionalContentMargin);
|
|
25
25
|
export var LoadWrap = styled.div.withConfig({
|
|
26
26
|
displayName: "LinkButton.styles__LoadWrap",
|
|
27
|
-
componentId: "sc-
|
|
27
|
+
componentId: "sc-e83eddac-1"
|
|
28
28
|
})([
|
|
29
29
|
"opacity:",
|
|
30
30
|
";display:flex;align-items:inherit;justify-content:inherit;height:100%;width:100%;"
|
|
@@ -34,13 +34,13 @@ export var LoadWrap = styled.div.withConfig({
|
|
|
34
34
|
});
|
|
35
35
|
export var Loader = styled.div.withConfig({
|
|
36
36
|
displayName: "LinkButton.styles__Loader",
|
|
37
|
-
componentId: "sc-
|
|
37
|
+
componentId: "sc-e83eddac-2"
|
|
38
38
|
})([
|
|
39
39
|
"position:absolute;"
|
|
40
40
|
]);
|
|
41
41
|
export var StyledSpinner = styled(Spinner).withConfig({
|
|
42
42
|
displayName: "LinkButton.styles__StyledSpinner",
|
|
43
|
-
componentId: "sc-
|
|
43
|
+
componentId: "sc-e83eddac-3"
|
|
44
44
|
})([
|
|
45
45
|
"",
|
|
46
46
|
":var(",
|
|
@@ -50,17 +50,18 @@ export var StyledSpinner = styled(Spinner).withConfig({
|
|
|
50
50
|
], spinnerTokens.size, tokens.linkButtonSpinnerSize, spinnerTokens.color, tokens.linkButtonSpinnerColor);
|
|
51
51
|
export var LinkButtonText = styled.span.withConfig({
|
|
52
52
|
displayName: "LinkButton.styles__LinkButtonText",
|
|
53
|
-
componentId: "sc-
|
|
53
|
+
componentId: "sc-e83eddac-4"
|
|
54
54
|
})([
|
|
55
55
|
"padding:var(",
|
|
56
56
|
");color:var(",
|
|
57
57
|
");",
|
|
58
58
|
" &:hover{color:var(",
|
|
59
|
+
");}&:active{color:var(",
|
|
59
60
|
");}"
|
|
60
|
-
], tokens.linkButtonTextPadding, tokens.linkButtonTextColor, applyEllipsis(), tokens.linkButtonTextColorHover);
|
|
61
|
+
], tokens.linkButtonTextPadding, tokens.linkButtonTextColor, applyEllipsis(), tokens.linkButtonTextColorHover, tokens.linkButtonTextColorActive);
|
|
61
62
|
export var StyledContentLeft = styled.div.withConfig({
|
|
62
63
|
displayName: "LinkButton.styles__StyledContentLeft",
|
|
63
|
-
componentId: "sc-
|
|
64
|
+
componentId: "sc-e83eddac-5"
|
|
64
65
|
})([
|
|
65
66
|
"line-height:0;color:var(",
|
|
66
67
|
");margin:var(",
|
|
@@ -68,7 +69,7 @@ export var StyledContentLeft = styled.div.withConfig({
|
|
|
68
69
|
], tokens.linkButtonIconColor, tokens.linkButtonLeftContentMargin);
|
|
69
70
|
export var StyledContentRight = styled.div.withConfig({
|
|
70
71
|
displayName: "LinkButton.styles__StyledContentRight",
|
|
71
|
-
componentId: "sc-
|
|
72
|
+
componentId: "sc-e83eddac-6"
|
|
72
73
|
})([
|
|
73
74
|
"line-height:0;color:var(",
|
|
74
75
|
");margin:var(",
|
|
@@ -6,6 +6,7 @@ export var tokens = {
|
|
|
6
6
|
linkButtonColorHover: '--plasma-link-button-color-hover',
|
|
7
7
|
linkButtonColorActive: '--plasma-link-button-color-active',
|
|
8
8
|
linkButtonTextColorHover: '--plasma-link-button-text-color-hover',
|
|
9
|
+
linkButtonTextColorActive: '--plasma-link-button-text-color-active',
|
|
9
10
|
linkButtonPadding: '--plasma-link-button-padding',
|
|
10
11
|
linkButtonHeight: '--plasma-link-button-height',
|
|
11
12
|
linkButtonWidth: '--plasma-link-button-width',
|
|
@@ -113,7 +113,7 @@ import { base as labelPlacementCSS } from "./variations/_label-placement/base";
|
|
|
113
113
|
import { base as hintViewCSS } from "./variations/_hint-view/base";
|
|
114
114
|
import { base as hintSizeCSS } from "./variations/_hint-size/base";
|
|
115
115
|
import { base as chipViewCSS } from "./variations/_chip-view/base";
|
|
116
|
-
import { Input, InputContainer, LeftHelper, Label, InputWrapper, InputLabelWrapper, StyledContentLeft, StyledContentRight, StyledChips, StyledTextBefore, StyledTextAfter, StyledIndicator, StyledOptionalText, InputPlaceholder, OuterLabelWrapper, TitleCaption, StyledHintWrapper, StyledIndicatorWrapper, StyledContentRightWrapper
|
|
116
|
+
import { Input, InputContainer, LeftHelper, Label, InputWrapper, InputLabelWrapper, StyledContentLeft, StyledContentRight, StyledChips, StyledTextBefore, StyledTextAfter, StyledIndicator, StyledOptionalText, InputPlaceholder, OuterLabelWrapper, TitleCaption, StyledHintWrapper, StyledIndicatorWrapper, StyledContentRightWrapper } from "./TextField.styles";
|
|
117
117
|
import { classes } from "./TextField.tokens";
|
|
118
118
|
import { TextFieldChip, TextFieldChipNew } from "./ui";
|
|
119
119
|
import { useKeyNavigation } from "./hooks";
|
|
@@ -543,15 +543,11 @@ export var textFieldRoot = function(Root) {
|
|
|
543
543
|
"data-root": true,
|
|
544
544
|
id: labelId,
|
|
545
545
|
htmlFor: innerId
|
|
546
|
-
}, /*#__PURE__*/ React.createElement(
|
|
547
|
-
className: cx(classTextEllipsis)
|
|
548
|
-
}, innerLabelValue), optionalTextNode), placeholderShown && !hasValue && /*#__PURE__*/ React.createElement(InputPlaceholder, {
|
|
546
|
+
}, innerLabelValue, optionalTextNode), placeholderShown && !hasValue && /*#__PURE__*/ React.createElement(InputPlaceholder, {
|
|
549
547
|
hasPadding: hasPlaceholderPadding
|
|
550
548
|
}, hasTextBefore && /*#__PURE__*/ React.createElement(StyledTextBefore, {
|
|
551
549
|
isHidden: true
|
|
552
|
-
}, textBefore), innerPlaceholderValue && /*#__PURE__*/ React.createElement(
|
|
553
|
-
className: cx(classTextEllipsis)
|
|
554
|
-
}, innerPlaceholderValue), hasPlaceholderOptional && optionalTextNode), hasTextAfter && /*#__PURE__*/ React.createElement(StyledTextAfter, null, textAfter))), /*#__PURE__*/ React.createElement(StyledContentRightWrapper, {
|
|
550
|
+
}, textBefore), innerPlaceholderValue, hasPlaceholderOptional && optionalTextNode), hasTextAfter && /*#__PURE__*/ React.createElement(StyledTextAfter, null, textAfter))), /*#__PURE__*/ React.createElement(StyledContentRightWrapper, {
|
|
555
551
|
className: cx(contentRightCompensationMargin)
|
|
556
552
|
}, contentRight && /*#__PURE__*/ React.createElement(StyledContentRight, {
|
|
557
553
|
"data-root": true
|
|
@@ -8,13 +8,13 @@ var mergedConfig = mergeConfig(tooltipConfig);
|
|
|
8
8
|
var Tooltip = component(mergedConfig);
|
|
9
9
|
export var InputWrapper = styled.div.withConfig({
|
|
10
10
|
displayName: "TextField.styles__InputWrapper",
|
|
11
|
-
componentId: "sc-
|
|
11
|
+
componentId: "sc-28a93ab-0"
|
|
12
12
|
})([
|
|
13
13
|
"position:relative;display:flex;align-items:center;box-sizing:border-box;"
|
|
14
14
|
]);
|
|
15
15
|
export var InputLabelWrapper = styled.div.withConfig({
|
|
16
16
|
displayName: "TextField.styles__InputLabelWrapper",
|
|
17
|
-
componentId: "sc-
|
|
17
|
+
componentId: "sc-28a93ab-1"
|
|
18
18
|
})([
|
|
19
19
|
"flex:1;overflow:scroll;position:relative;width:100%;display:inline-flex;align-items:center;::-webkit-scrollbar{display:none;}scrollbar-width:none;overscroll-behavior:contain;&.",
|
|
20
20
|
"{height:var(",
|
|
@@ -23,7 +23,7 @@ export var InputLabelWrapper = styled.div.withConfig({
|
|
|
23
23
|
], String(classes.hasChips), tokens.chipHeight, tokens.chipBorderRadius);
|
|
24
24
|
export var StyledChips = styled.div.withConfig({
|
|
25
25
|
displayName: "TextField.styles__StyledChips",
|
|
26
|
-
componentId: "sc-
|
|
26
|
+
componentId: "sc-28a93ab-2"
|
|
27
27
|
})([
|
|
28
28
|
"display:flex;gap:var(",
|
|
29
29
|
");margin-right:var(",
|
|
@@ -32,7 +32,7 @@ export var StyledChips = styled.div.withConfig({
|
|
|
32
32
|
], tokens.chipGap, tokens.chipMarginRight, tokens.chipGap);
|
|
33
33
|
export var Input = styled.input.withConfig({
|
|
34
34
|
displayName: "TextField.styles__Input",
|
|
35
|
-
componentId: "sc-
|
|
35
|
+
componentId: "sc-28a93ab-3"
|
|
36
36
|
})([
|
|
37
37
|
"box-sizing:border-box;appearance:none;border:0;padding:0;background-color:transparent;outline:none;width:100%;z-index:1;&.",
|
|
38
38
|
"{",
|
|
@@ -40,7 +40,7 @@ export var Input = styled.input.withConfig({
|
|
|
40
40
|
], classes.inputTextEllipsis, applyEllipsis());
|
|
41
41
|
export var InputContainer = styled.div.withConfig({
|
|
42
42
|
displayName: "TextField.styles__InputContainer",
|
|
43
|
-
componentId: "sc-
|
|
43
|
+
componentId: "sc-28a93ab-4"
|
|
44
44
|
})([
|
|
45
45
|
"position:relative;display:flex;flex:1;min-width:",
|
|
46
46
|
";",
|
|
@@ -55,7 +55,7 @@ export var InputContainer = styled.div.withConfig({
|
|
|
55
55
|
});
|
|
56
56
|
export var InputPlaceholder = styled.div.withConfig({
|
|
57
57
|
displayName: "TextField.styles__InputPlaceholder",
|
|
58
|
-
componentId: "sc-
|
|
58
|
+
componentId: "sc-28a93ab-5"
|
|
59
59
|
})([
|
|
60
60
|
"display:flex;position:absolute;top:0;left:0;right:0;bottom:0;z-index:0;white-space:nowrap;pointer-events:none;user-select:none;font:inherit;letter-spacing:inherit;line-height:inherit;color:var(",
|
|
61
61
|
");padding:",
|
|
@@ -64,17 +64,9 @@ export var InputPlaceholder = styled.div.withConfig({
|
|
|
64
64
|
var hasPadding = param.hasPadding;
|
|
65
65
|
return hasPadding ? "var(".concat(tokens.contentLabelInnerPadding, ")") : '0';
|
|
66
66
|
});
|
|
67
|
-
export var InputPlaceholderValue = styled.div.withConfig({
|
|
68
|
-
displayName: "TextField.styles__InputPlaceholderValue",
|
|
69
|
-
componentId: "sc-a8826f8a-6"
|
|
70
|
-
})([
|
|
71
|
-
"&.",
|
|
72
|
-
"{",
|
|
73
|
-
"}"
|
|
74
|
-
], classes.inputTextEllipsis, applyEllipsis());
|
|
75
67
|
export var OuterLabelWrapper = styled.div.withConfig({
|
|
76
68
|
displayName: "TextField.styles__OuterLabelWrapper",
|
|
77
|
-
componentId: "sc-
|
|
69
|
+
componentId: "sc-28a93ab-6"
|
|
78
70
|
})([
|
|
79
71
|
"display:flex;align-items:center;white-space:",
|
|
80
72
|
";margin-bottom:",
|
|
@@ -88,25 +80,25 @@ export var OuterLabelWrapper = styled.div.withConfig({
|
|
|
88
80
|
});
|
|
89
81
|
export var TitleCaption = styled.div.withConfig({
|
|
90
82
|
displayName: "TextField.styles__TitleCaption",
|
|
91
|
-
componentId: "sc-
|
|
83
|
+
componentId: "sc-28a93ab-7"
|
|
92
84
|
})([
|
|
93
85
|
"display:inline-block;margin-left:auto;"
|
|
94
86
|
]);
|
|
95
87
|
export var StyledIndicatorWrapper = styled.div.withConfig({
|
|
96
88
|
displayName: "TextField.styles__StyledIndicatorWrapper",
|
|
97
|
-
componentId: "sc-
|
|
89
|
+
componentId: "sc-28a93ab-8"
|
|
98
90
|
})([
|
|
99
91
|
"position:relative;display:inline-flex;align-items:center;"
|
|
100
92
|
]);
|
|
101
93
|
export var Label = styled.label.withConfig({
|
|
102
94
|
displayName: "TextField.styles__Label",
|
|
103
|
-
componentId: "sc-
|
|
95
|
+
componentId: "sc-28a93ab-9"
|
|
104
96
|
})([
|
|
105
97
|
"display:inline-flex;"
|
|
106
98
|
]);
|
|
107
99
|
export var StyledContentLeft = styled.div.withConfig({
|
|
108
100
|
displayName: "TextField.styles__StyledContentLeft",
|
|
109
|
-
componentId: "sc-
|
|
101
|
+
componentId: "sc-28a93ab-10"
|
|
110
102
|
})([
|
|
111
103
|
"--private_content-slot-color:",
|
|
112
104
|
";margin:var(",
|
|
@@ -119,13 +111,13 @@ export var StyledContentLeft = styled.div.withConfig({
|
|
|
119
111
|
}, tokens.leftContentMargin, tokens.contentSlotColorHover, tokens.contentSlotColorActive);
|
|
120
112
|
export var StyledContentRightWrapper = styled.div.withConfig({
|
|
121
113
|
displayName: "TextField.styles__StyledContentRightWrapper",
|
|
122
|
-
componentId: "sc-
|
|
114
|
+
componentId: "sc-28a93ab-11"
|
|
123
115
|
})([
|
|
124
116
|
"display:flex;align-items:center;"
|
|
125
117
|
]);
|
|
126
118
|
export var StyledContentRight = styled.div.withConfig({
|
|
127
119
|
displayName: "TextField.styles__StyledContentRight",
|
|
128
|
-
componentId: "sc-
|
|
120
|
+
componentId: "sc-28a93ab-12"
|
|
129
121
|
})([
|
|
130
122
|
"line-height:0;margin:var(",
|
|
131
123
|
");color:var(",
|
|
@@ -138,13 +130,13 @@ export var StyledContentRight = styled.div.withConfig({
|
|
|
138
130
|
], tokens.rightContentMargin, tokens.contentSlotRightColor, tokens.contentSlotColor, tokens.contentSlotRightColorHover, tokens.contentSlotColorHover, tokens.contentSlotRightColorActive, tokens.contentSlotColorActive);
|
|
139
131
|
export var LeftHelper = styled.div.withConfig({
|
|
140
132
|
displayName: "TextField.styles__LeftHelper",
|
|
141
|
-
componentId: "sc-
|
|
133
|
+
componentId: "sc-28a93ab-13"
|
|
142
134
|
})([
|
|
143
135
|
""
|
|
144
136
|
]);
|
|
145
137
|
export var StyledTextBefore = styled.div.withConfig({
|
|
146
138
|
displayName: "TextField.styles__StyledTextBefore",
|
|
147
|
-
componentId: "sc-
|
|
139
|
+
componentId: "sc-28a93ab-14"
|
|
148
140
|
})([
|
|
149
141
|
"visibility:",
|
|
150
142
|
";"
|
|
@@ -154,20 +146,20 @@ export var StyledTextBefore = styled.div.withConfig({
|
|
|
154
146
|
});
|
|
155
147
|
export var StyledTextAfter = styled.div.withConfig({
|
|
156
148
|
displayName: "TextField.styles__StyledTextAfter",
|
|
157
|
-
componentId: "sc-
|
|
149
|
+
componentId: "sc-28a93ab-15"
|
|
158
150
|
})([
|
|
159
151
|
""
|
|
160
152
|
]);
|
|
161
153
|
export var StyledOptionalText = styled.span.withConfig({
|
|
162
154
|
displayName: "TextField.styles__StyledOptionalText",
|
|
163
|
-
componentId: "sc-
|
|
155
|
+
componentId: "sc-28a93ab-16"
|
|
164
156
|
})([
|
|
165
157
|
"color:var(",
|
|
166
158
|
");"
|
|
167
159
|
], tokens.optionalColor);
|
|
168
160
|
export var StyledHintWrapper = styled.div.withConfig({
|
|
169
161
|
displayName: "TextField.styles__StyledHintWrapper",
|
|
170
|
-
componentId: "sc-
|
|
162
|
+
componentId: "sc-28a93ab-17"
|
|
171
163
|
})([
|
|
172
164
|
"display:inline-block;line-height:0;&.",
|
|
173
165
|
"{position:absolute;margin:0;inset:var(",
|
|
@@ -175,14 +167,14 @@ export var StyledHintWrapper = styled.div.withConfig({
|
|
|
175
167
|
], classes.innerLabelPlacement, tokens.hintInnerLabelPlacementOffset);
|
|
176
168
|
export var HintTargetWrapper = styled.div.withConfig({
|
|
177
169
|
displayName: "TextField.styles__HintTargetWrapper",
|
|
178
|
-
componentId: "sc-
|
|
170
|
+
componentId: "sc-28a93ab-18"
|
|
179
171
|
})([
|
|
180
172
|
"color:var(",
|
|
181
173
|
");display:flex;justify-content:center;align-items:center;"
|
|
182
174
|
], tokens.hintIconColor);
|
|
183
175
|
export var Hint = styled(Tooltip).withConfig({
|
|
184
176
|
displayName: "TextField.styles__Hint",
|
|
185
|
-
componentId: "sc-
|
|
177
|
+
componentId: "sc-28a93ab-19"
|
|
186
178
|
})([
|
|
187
179
|
"",
|
|
188
180
|
" .",
|
|
@@ -190,13 +182,13 @@ export var Hint = styled(Tooltip).withConfig({
|
|
|
190
182
|
], HintTargetWrapper, popoverClasses.root);
|
|
191
183
|
export var HintIconWrapper = styled.div.withConfig({
|
|
192
184
|
displayName: "TextField.styles__HintIconWrapper",
|
|
193
|
-
componentId: "sc-
|
|
185
|
+
componentId: "sc-28a93ab-20"
|
|
194
186
|
})([
|
|
195
187
|
"display:flex;"
|
|
196
188
|
]);
|
|
197
189
|
export var StyledIndicator = styled.div.withConfig({
|
|
198
190
|
displayName: "TextField.styles__StyledIndicator",
|
|
199
|
-
componentId: "sc-
|
|
191
|
+
componentId: "sc-28a93ab-21"
|
|
200
192
|
})([
|
|
201
193
|
"position:absolute;border-radius:50%;background-color:var(",
|
|
202
194
|
");&.",
|
|
@@ -27,7 +27,7 @@ export var base = css([
|
|
|
27
27
|
");line-height:var(",
|
|
28
28
|
");}",
|
|
29
29
|
"{color:var(",
|
|
30
|
-
");pointer-events:none;position:absolute;top:0;display:flex;align-items:center;box-sizing:border-box;height:100%;
|
|
30
|
+
");pointer-events:none;position:absolute;top:0;display:flex;align-items:center;box-sizing:border-box;height:100%;}&.",
|
|
31
31
|
" ",
|
|
32
32
|
"{color:var(",
|
|
33
33
|
");}}"
|
|
@@ -16,8 +16,9 @@ export var config = {
|
|
|
16
16
|
":var(--text-primary-hover);",
|
|
17
17
|
":var(--text-primary-active);",
|
|
18
18
|
":var(--surface-accent);",
|
|
19
|
-
":var(--text-primary-hover);"
|
|
20
|
-
|
|
19
|
+
":var(--text-primary-hover);",
|
|
20
|
+
":var(--text-primary-active);"
|
|
21
|
+
], linkButtonTokens.linkButtonColor, linkButtonTokens.linkButtonIconColor, linkButtonTokens.linkButtonTextColor, linkButtonTokens.linkButtonBackgroundColor, linkButtonTokens.linkButtonColorHover, linkButtonTokens.linkButtonColorActive, linkButtonTokens.linkButtonFocusColor, linkButtonTokens.linkButtonTextColorHover, linkButtonTokens.linkButtonTextColorActive),
|
|
21
22
|
accent: css([
|
|
22
23
|
"",
|
|
23
24
|
":var(--text-accent);",
|
|
@@ -27,8 +28,9 @@ export var config = {
|
|
|
27
28
|
":var(--text-accent-hover);",
|
|
28
29
|
":var(--text-accent-active);",
|
|
29
30
|
":var(--surface-accent);",
|
|
30
|
-
":var(--text-accent-hover);"
|
|
31
|
-
|
|
31
|
+
":var(--text-accent-hover);",
|
|
32
|
+
":var(--text-accent-active);"
|
|
33
|
+
], linkButtonTokens.linkButtonColor, linkButtonTokens.linkButtonIconColor, linkButtonTokens.linkButtonTextColor, linkButtonTokens.linkButtonBackgroundColor, linkButtonTokens.linkButtonColorHover, linkButtonTokens.linkButtonColorActive, linkButtonTokens.linkButtonFocusColor, linkButtonTokens.linkButtonTextColorHover, linkButtonTokens.linkButtonTextColorActive),
|
|
32
34
|
secondary: css([
|
|
33
35
|
"",
|
|
34
36
|
":var(--text-secondary);",
|
|
@@ -38,8 +40,9 @@ export var config = {
|
|
|
38
40
|
":var(--text-secondary-hover);",
|
|
39
41
|
":var(--text-secondary-active);",
|
|
40
42
|
":var(--surface-accent);",
|
|
41
|
-
":var(--text-secondary-hover);"
|
|
42
|
-
|
|
43
|
+
":var(--text-secondary-hover);",
|
|
44
|
+
":var(--text-secondary-active);"
|
|
45
|
+
], linkButtonTokens.linkButtonColor, linkButtonTokens.linkButtonIconColor, linkButtonTokens.linkButtonTextColor, linkButtonTokens.linkButtonBackgroundColor, linkButtonTokens.linkButtonColorHover, linkButtonTokens.linkButtonColorActive, linkButtonTokens.linkButtonFocusColor, linkButtonTokens.linkButtonTextColorHover, linkButtonTokens.linkButtonTextColorActive),
|
|
43
46
|
positive: css([
|
|
44
47
|
"",
|
|
45
48
|
":var(--text-positive);",
|
|
@@ -49,8 +52,9 @@ export var config = {
|
|
|
49
52
|
":var(--text-positive-hover);",
|
|
50
53
|
":var(--text-positive-active);",
|
|
51
54
|
":var(--surface-accent);",
|
|
52
|
-
":var(--text-positive-hover);"
|
|
53
|
-
|
|
55
|
+
":var(--text-positive-hover);",
|
|
56
|
+
":var(--text-positive-active);"
|
|
57
|
+
], linkButtonTokens.linkButtonColor, linkButtonTokens.linkButtonIconColor, linkButtonTokens.linkButtonTextColor, linkButtonTokens.linkButtonBackgroundColor, linkButtonTokens.linkButtonColorHover, linkButtonTokens.linkButtonColorActive, linkButtonTokens.linkButtonFocusColor, linkButtonTokens.linkButtonTextColorHover, linkButtonTokens.linkButtonTextColorActive),
|
|
54
58
|
warning: css([
|
|
55
59
|
"",
|
|
56
60
|
":var(--text-warning);",
|
|
@@ -60,8 +64,9 @@ export var config = {
|
|
|
60
64
|
":var(--text-warning-hover);",
|
|
61
65
|
":var(--text-warning-active);",
|
|
62
66
|
":var(--surface-accent);",
|
|
63
|
-
":var(--text-warning-hover);"
|
|
64
|
-
|
|
67
|
+
":var(--text-warning-hover);",
|
|
68
|
+
":var(--text-warning-active);"
|
|
69
|
+
], linkButtonTokens.linkButtonColor, linkButtonTokens.linkButtonIconColor, linkButtonTokens.linkButtonTextColor, linkButtonTokens.linkButtonBackgroundColor, linkButtonTokens.linkButtonColorHover, linkButtonTokens.linkButtonColorActive, linkButtonTokens.linkButtonFocusColor, linkButtonTokens.linkButtonTextColorHover, linkButtonTokens.linkButtonTextColorActive),
|
|
65
70
|
negative: css([
|
|
66
71
|
"",
|
|
67
72
|
":var(--text-negative);",
|
|
@@ -71,8 +76,9 @@ export var config = {
|
|
|
71
76
|
":var(--text-negative-hover);",
|
|
72
77
|
":var(--text-negative-active);",
|
|
73
78
|
":var(--surface-accent);",
|
|
74
|
-
":var(--text-negative-hover);"
|
|
75
|
-
|
|
79
|
+
":var(--text-negative-hover);",
|
|
80
|
+
":var(--text-negative-active);"
|
|
81
|
+
], linkButtonTokens.linkButtonColor, linkButtonTokens.linkButtonIconColor, linkButtonTokens.linkButtonTextColor, linkButtonTokens.linkButtonBackgroundColor, linkButtonTokens.linkButtonColorHover, linkButtonTokens.linkButtonColorActive, linkButtonTokens.linkButtonFocusColor, linkButtonTokens.linkButtonTextColorHover, linkButtonTokens.linkButtonTextColorActive)
|
|
76
82
|
},
|
|
77
83
|
size: {
|
|
78
84
|
xl: css([
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LinkButton.styles.d.ts","sourceRoot":"","sources":["../../../src/components/LinkButton/LinkButton.styles.ts"],"names":[],"mappings":"AAYA,eAAO,MAAM,IAAI,0CAoBhB,CAAC;AAEF,eAAO,MAAM,uBAAuB,qKAInC,CAAC;AAEF,eAAO,MAAM,QAAQ;gBAA4B,OAAO;EAOvD,CAAC;AAEF,eAAO,MAAM,MAAM,qKAElB,CAAC;AAEF,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;oDAGzB,CAAC;AAEF,eAAO,MAAM,cAAc,
|
|
1
|
+
{"version":3,"file":"LinkButton.styles.d.ts","sourceRoot":"","sources":["../../../src/components/LinkButton/LinkButton.styles.ts"],"names":[],"mappings":"AAYA,eAAO,MAAM,IAAI,0CAoBhB,CAAC;AAEF,eAAO,MAAM,uBAAuB,qKAInC,CAAC;AAEF,eAAO,MAAM,QAAQ;gBAA4B,OAAO;EAOvD,CAAC;AAEF,eAAO,MAAM,MAAM,qKAElB,CAAC;AAEF,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;oDAGzB,CAAC;AAEF,eAAO,MAAM,cAAc,uKAa1B,CAAC;AAEF,eAAO,MAAM,iBAAiB,qKAK7B,CAAC;AAEF,eAAO,MAAM,kBAAkB,qKAK9B,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LinkButton.tokens.d.ts","sourceRoot":"","sources":["../../../src/components/LinkButton/LinkButton.tokens.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,MAAM
|
|
1
|
+
{"version":3,"file":"LinkButton.tokens.d.ts","sourceRoot":"","sources":["../../../src/components/LinkButton/LinkButton.tokens.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgClB,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;AAYvE,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAG7C,OAAO,KAAK,EAAuC,cAAc,EAAE,kBAAkB,EAAE,MAAM,mBAAmB,CAAC;
|
|
1
|
+
{"version":3,"file":"TextField.d.ts","sourceRoot":"","sources":["../../../src/components/TextField/TextField.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkD,MAAM,OAAO,CAAC;AAYvE,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAG7C,OAAO,KAAK,EAAuC,cAAc,EAAE,kBAAkB,EAAE,MAAM,mBAAmB,CAAC;AAqCjH,eAAO,MAAM,IAAI,0CAGhB,CAAC;AAIF,eAAO,MAAM,aAAa,SAAU,SAAS,CAAC,cAAc,EAAE,kBAAkB,CAAC,4FAujB5E,CAAC;AAEN,eAAO,MAAM,eAAe;;;mBAzjBQ,SAAS,CAAC,cAAc,EAAE,kBAAkB,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAkmBhF,CAAC"}
|
|
@@ -8,7 +8,6 @@ export declare const InputContainer: import("@linaria/react").StyledComponent<im
|
|
|
8
8
|
export declare const InputPlaceholder: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & {
|
|
9
9
|
hasPadding?: boolean;
|
|
10
10
|
}>;
|
|
11
|
-
export declare const InputPlaceholderValue: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown>>;
|
|
12
11
|
export declare const OuterLabelWrapper: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & {
|
|
13
12
|
isInnerLabel: boolean;
|
|
14
13
|
}>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TextField.styles.d.ts","sourceRoot":"","sources":["../../../src/components/TextField/TextField.styles.ts"],"names":[],"mappings":"AAYA,eAAO,MAAM,YAAY,qKAKxB,CAAC;AAEF,eAAO,MAAM,iBAAiB,qKAoB7B,CAAC;AAEF,eAAO,MAAM,WAAW,qKAKvB,CAAC;AAEF,eAAO,MAAM,KAAK,8KAiBjB,CAAC;AAEF,eAAO,MAAM,cAAc;sBAAkC,OAAO;EASnE,CAAC;AAEF,eAAO,MAAM,gBAAgB;iBAA6B,OAAO;EAkBhE,CAAC;AAEF,eAAO,MAAM,
|
|
1
|
+
{"version":3,"file":"TextField.styles.d.ts","sourceRoot":"","sources":["../../../src/components/TextField/TextField.styles.ts"],"names":[],"mappings":"AAYA,eAAO,MAAM,YAAY,qKAKxB,CAAC;AAEF,eAAO,MAAM,iBAAiB,qKAoB7B,CAAC;AAEF,eAAO,MAAM,WAAW,qKAKvB,CAAC;AAEF,eAAO,MAAM,KAAK,8KAiBjB,CAAC;AAEF,eAAO,MAAM,cAAc;sBAAkC,OAAO;EASnE,CAAC;AAEF,eAAO,MAAM,gBAAgB;iBAA6B,OAAO;EAkBhE,CAAC;AAEF,eAAO,MAAM,iBAAiB;kBAA8B,OAAO;EAOlE,CAAC;AAEF,eAAO,MAAM,YAAY,qKAGxB,CAAC;AAEF,eAAO,MAAM,sBAAsB,qKAIlC,CAAC;AAEF,eAAO,MAAM,KAAK,8KAEjB,CAAC;AAEF,eAAO,MAAM,iBAAiB;mBAA+B,OAAO;aAAW,OAAO;EAerF,CAAC;AAEF,eAAO,MAAM,yBAAyB,qKAGrC,CAAC;AAEF,eAAO,MAAM,kBAAkB,qKAc9B,CAAC;AAEF,eAAO,MAAM,UAAU,qKAAe,CAAC;AAEvC,eAAO,MAAM,gBAAgB;eAA2B,OAAO;EAE9D,CAAC;AAEF,eAAO,MAAM,eAAe,qKAAe,CAAC;AAE5C,eAAO,MAAM,kBAAkB,uKAE9B,CAAC;AAEF,eAAO,MAAM,iBAAiB,qKAS7B,CAAC;AAEF,eAAO,MAAM,iBAAiB,qKAM7B,CAAC;AAEF,eAAO,MAAM,IAAI,8OAIhB,CAAC;AAEF,eAAO,MAAM,eAAe,qKAE3B,CAAC;AAEF,eAAO,MAAM,eAAe,qKA+B3B,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"base.d.ts","sourceRoot":"","sources":["../../../../../src/components/TextField/variations/_label-placement/base.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,IAAI,
|
|
1
|
+
{"version":3,"file":"base.d.ts","sourceRoot":"","sources":["../../../../../src/components/TextField/variations/_label-placement/base.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,IAAI,0CA+ChB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LinkButton.config.d.ts","sourceRoot":"","sources":["../../../../src/examples/components/LinkButton/LinkButton.config.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"LinkButton.config.d.ts","sourceRoot":"","sources":["../../../../src/examples/components/LinkButton/LinkButton.config.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;CAmMlB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
.bg547ku.textfield-clear[readonly] .iq39zt5,.bg547ku.textfield-clear .iq39zt5{background-color:unset;box-shadow:none;border-radius:0;padding-left:0;padding-right:0;}.bg547ku.textfield-clear[readonly] .iq39zt5:hover,.bg547ku.textfield-clear .iq39zt5:hover{background-color:unset;}.bg547ku.textfield-clear .ssv2kwg{margin-left:0;}.bg547ku.textfield-clear .sb3k3v1{margin-right:0;}.bg547ku.textfield-clear.label-placement-outer .olv9av6{margin-bottom:var(--plasma-textfield__clear-label-offset);}.bg547ku.textfield-clear .io4bpie{color:var(--plasma-textfield-clear-color);}.bg547ku.textfield-clear .i19ry60d{color:var(--plasma-textfield__clear-placeholder-color);}.bg547ku.textfield-clear .s9w7nf8.label-placement-inner{inset:var(--plasma-textfield__clear-indicator-placement-inner);}.bg547ku.textfield-clear .s9w7nf8.label-placement-inner.required-align-right{inset:var(--plasma-textfield__clear-indicator-placement-inner-right);}.bg547ku.textfield-clear.textfield-has-hint .s1skqnhr.label-placement-inner{inset:var(--plasma-textfield__clear-hint-inner-label-placement-offset);}.bg547ku.textfield-clear.textfield-has-hint .s9w7nf8.label-placement-inner.required-align-right{inset:var(--plasma-textfield__clear-indicator-hint-placement-inner-right);}.bg547ku.textfield-clear.textfield-has-divider .iq39zt5{--plasma_private-textfield-divider-color:var(--plasma-textfield-divider-color);}.bg547ku.textfield-clear.textfield-has-divider .iq39zt5:before{content:'';position:absolute;height:0.063rem;width:100%;bottom:0;left:0;background-color:var(--plasma_private-textfield-divider-color);-webkit-transition:background-color 0.1s ease-in;transition:background-color 0.1s ease-in;}.bg547ku.textfield-clear.textfield-has-divider:not([readonly]) .iq39zt5:hover{--plasma_private-textfield-divider-color:var( --plasma-textfield-divider-color-hover, var(--plasma-textfield-divider-color) );}.bg547ku.textfield-clear.textfield-has-divider:not([readonly]) .iq39zt5:focus-within{--plasma_private-textfield-divider-color:var( --plasma-textfield-divider-color-focus, var(--plasma-textfield-divider-color) );}.bg547ku.textfield-clear.textfield-has-divider:not([readonly]) .iq39zt5:focus-within .i19ry60d{color:var(--plasma-textfield__clear-placeholder-color-focus);}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
.b15d3bnf.label-placement-outer .l1gjsnfi{position:relative;display:inline-block;color:var(--plasma-textfield__label-color);}.b15d3bnf.label-placement-inner .i13qvwoy{padding:var(--plasma-textfield-placement_inner__content-padding);}.b15d3bnf.label-placement-inner .io4bpie:not(.textfield-readonly-input):focus ~ .l1gjsnfi,.b15d3bnf.label-placement-inner .io4bpie.has-value ~ .l1gjsnfi,.b15d3bnf.label-placement-inner .io4bpie.keep-placeholder ~ .l1gjsnfi{color:var(--plasma-textfield__placeholder-color);-webkit-align-items:flex-start;-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start;padding:var(--plasma-textfield-placement_inner__label-padding);font-family:var(--plasma-textfield-placement_inner__label-font-family);font-size:var(--plasma-textfield-placement_inner__label-font-size);font-style:var(--plasma-textfield-placement_inner__label-font-style);font-weight:var(--plasma-textfield-placement_inner__label-font-weight);-webkit-letter-spacing:var(--plasma-textfield-placement_inner__label-letter-spacing);-moz-letter-spacing:var(--plasma-textfield-placement_inner__label-letter-spacing);-ms-letter-spacing:var(--plasma-textfield-placement_inner__label-letter-spacing);letter-spacing:var(--plasma-textfield-placement_inner__label-letter-spacing);line-height:var(--plasma-textfield-placement_inner__label-line-height);}.b15d3bnf.label-placement-inner .l1gjsnfi{color:var(--plasma-textfield__placeholder-color);pointer-events:none;position:absolute;top:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;box-sizing:border-box;height:100%;width:100%;}.b15d3bnf.label-placement-inner.textfield-clear .l1gjsnfi{color:var(--plasma-textfield__clear-placeholder-color);}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
.bg547ku.textfield-clear[readonly] .iq39zt5,.bg547ku.textfield-clear .iq39zt5{background-color:unset;box-shadow:none;border-radius:0;padding-left:0;padding-right:0;}.bg547ku.textfield-clear[readonly] .iq39zt5:hover,.bg547ku.textfield-clear .iq39zt5:hover{background-color:unset;}.bg547ku.textfield-clear .ssv2kwg{margin-left:0;}.bg547ku.textfield-clear .sb3k3v1{margin-right:0;}.bg547ku.textfield-clear.label-placement-outer .olv9av6{margin-bottom:var(--plasma-textfield__clear-label-offset);}.bg547ku.textfield-clear .io4bpie{color:var(--plasma-textfield-clear-color);}.bg547ku.textfield-clear .i19ry60d{color:var(--plasma-textfield__clear-placeholder-color);}.bg547ku.textfield-clear .s9w7nf8.label-placement-inner{inset:var(--plasma-textfield__clear-indicator-placement-inner);}.bg547ku.textfield-clear .s9w7nf8.label-placement-inner.required-align-right{inset:var(--plasma-textfield__clear-indicator-placement-inner-right);}.bg547ku.textfield-clear.textfield-has-hint .s1skqnhr.label-placement-inner{inset:var(--plasma-textfield__clear-hint-inner-label-placement-offset);}.bg547ku.textfield-clear.textfield-has-hint .s9w7nf8.label-placement-inner.required-align-right{inset:var(--plasma-textfield__clear-indicator-hint-placement-inner-right);}.bg547ku.textfield-clear.textfield-has-divider .iq39zt5{--plasma_private-textfield-divider-color:var(--plasma-textfield-divider-color);}.bg547ku.textfield-clear.textfield-has-divider .iq39zt5:before{content:'';position:absolute;height:0.063rem;width:100%;bottom:0;left:0;background-color:var(--plasma_private-textfield-divider-color);-webkit-transition:background-color 0.1s ease-in;transition:background-color 0.1s ease-in;}.bg547ku.textfield-clear.textfield-has-divider:not([readonly]) .iq39zt5:hover{--plasma_private-textfield-divider-color:var( --plasma-textfield-divider-color-hover, var(--plasma-textfield-divider-color) );}.bg547ku.textfield-clear.textfield-has-divider:not([readonly]) .iq39zt5:focus-within{--plasma_private-textfield-divider-color:var( --plasma-textfield-divider-color-focus, var(--plasma-textfield-divider-color) );}.bg547ku.textfield-clear.textfield-has-divider:not([readonly]) .iq39zt5:focus-within .i19ry60d{color:var(--plasma-textfield__clear-placeholder-color-focus);}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
.b15d3bnf.label-placement-outer .l1gjsnfi{position:relative;display:inline-block;color:var(--plasma-textfield__label-color);}.b15d3bnf.label-placement-inner .i13qvwoy{padding:var(--plasma-textfield-placement_inner__content-padding);}.b15d3bnf.label-placement-inner .io4bpie:not(.textfield-readonly-input):focus ~ .l1gjsnfi,.b15d3bnf.label-placement-inner .io4bpie.has-value ~ .l1gjsnfi,.b15d3bnf.label-placement-inner .io4bpie.keep-placeholder ~ .l1gjsnfi{color:var(--plasma-textfield__placeholder-color);-webkit-align-items:flex-start;-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start;padding:var(--plasma-textfield-placement_inner__label-padding);font-family:var(--plasma-textfield-placement_inner__label-font-family);font-size:var(--plasma-textfield-placement_inner__label-font-size);font-style:var(--plasma-textfield-placement_inner__label-font-style);font-weight:var(--plasma-textfield-placement_inner__label-font-weight);-webkit-letter-spacing:var(--plasma-textfield-placement_inner__label-letter-spacing);-moz-letter-spacing:var(--plasma-textfield-placement_inner__label-letter-spacing);-ms-letter-spacing:var(--plasma-textfield-placement_inner__label-letter-spacing);letter-spacing:var(--plasma-textfield-placement_inner__label-letter-spacing);line-height:var(--plasma-textfield-placement_inner__label-line-height);}.b15d3bnf.label-placement-inner .l1gjsnfi{color:var(--plasma-textfield__placeholder-color);pointer-events:none;position:absolute;top:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;box-sizing:border-box;height:100%;width:100%;}.b15d3bnf.label-placement-inner.textfield-clear .l1gjsnfi{color:var(--plasma-textfield__clear-placeholder-color);}
|