@salutejs/plasma-new-hope 0.315.0-canary.1882.14203971803.0 → 0.315.1-dev.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.
Files changed (40) hide show
  1. package/cjs/components/Slider/Slider.css +6 -6
  2. package/cjs/components/Slider/components/Single/Single.css +6 -6
  3. package/cjs/components/Slider/components/Single/Single.styles.js +1 -1
  4. package/cjs/components/Slider/components/Single/Single.styles.js.map +1 -1
  5. package/cjs/components/Slider/components/Single/{Single.styles_e0wk24.css → Single.styles_1a6l9pg.css} +2 -2
  6. package/cjs/components/TextArea/TextArea.js +1 -0
  7. package/cjs/components/TextArea/TextArea.js.map +1 -1
  8. package/cjs/components/TextArea/TextArea.styles.js +79 -72
  9. package/cjs/components/TextArea/TextArea.styles.js.map +1 -1
  10. package/cjs/components/TextArea/{TextArea.styles_ztsrpt.css → TextArea.styles_1r7xix5.css} +1 -1
  11. package/cjs/components/TextArea/ui/Hint/Hint.css +18 -18
  12. package/cjs/index.css +25 -25
  13. package/emotion/cjs/components/Slider/components/Single/Single.styles.js +6 -7
  14. package/emotion/cjs/components/TextArea/TextArea.js +2 -1
  15. package/emotion/cjs/components/TextArea/TextArea.styles.js +66 -63
  16. package/emotion/es/components/Slider/components/Single/Single.styles.js +6 -7
  17. package/emotion/es/components/TextArea/TextArea.js +2 -1
  18. package/emotion/es/components/TextArea/TextArea.styles.js +66 -63
  19. package/es/components/Slider/Slider.css +6 -6
  20. package/es/components/Slider/components/Single/Single.css +6 -6
  21. package/es/components/Slider/components/Single/Single.styles.js +1 -1
  22. package/es/components/Slider/components/Single/Single.styles.js.map +1 -1
  23. package/es/components/Slider/components/Single/{Single.styles_e0wk24.css → Single.styles_1a6l9pg.css} +2 -2
  24. package/es/components/TextArea/TextArea.js +1 -0
  25. package/es/components/TextArea/TextArea.js.map +1 -1
  26. package/es/components/TextArea/TextArea.styles.js +79 -72
  27. package/es/components/TextArea/TextArea.styles.js.map +1 -1
  28. package/es/components/TextArea/{TextArea.styles_ztsrpt.css → TextArea.styles_1r7xix5.css} +1 -1
  29. package/es/components/TextArea/ui/Hint/Hint.css +18 -18
  30. package/es/index.css +25 -25
  31. package/package.json +2 -2
  32. package/styled-components/cjs/components/Slider/components/Single/Single.styles.js +2 -3
  33. package/styled-components/cjs/components/TextArea/TextArea.js +1 -0
  34. package/styled-components/cjs/components/TextArea/TextArea.styles.js +41 -38
  35. package/styled-components/es/components/Slider/components/Single/Single.styles.js +2 -3
  36. package/styled-components/es/components/TextArea/TextArea.js +1 -0
  37. package/styled-components/es/components/TextArea/TextArea.styles.js +41 -38
  38. package/types/components/Slider/components/Single/Single.styles.d.ts.map +1 -1
  39. package/types/components/TextArea/TextArea.styles.d.ts +1 -0
  40. package/types/components/TextArea/TextArea.styles.d.ts.map +1 -1
@@ -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 isInnerLabel = _ref.isInnerLabel;
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 (_ref2) {
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.labelOuterFontSize, ", var(").concat(tokens.inputFontSize, "))");
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.labelOuterFontStyle, ", var(").concat(tokens.inputFontStyle, "))");
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.labelOuterFontWeight, ", var(").concat(tokens.inputFontWeight, "))");
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.labelOuterLetterSpacing, ", var(").concat(tokens.inputLetterSpacing, "))");
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 (_ref8) {
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 (_ref10) {
71
- var width = _ref10.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 (_ref11) {
77
- var resize = _ref11.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 width = _ref13.width;
84
- return !Number.isNaN(Number(width)) ? "".concat(width, "rem") : width || "var(".concat(tokens.inputWidth, ")");
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 rows = _ref14.rows;
87
- return rows ? 'unset' : 'var(--plasma_private-textarea-height)';
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 cols = _ref15.cols;
90
- return cols ? 'unset' : 'var(--plasma_private-textarea-width)';
89
+ var rows = _ref15.rows;
90
+ return rows ? 'unset' : 'var(--plasma_private-textarea-height)';
91
91
  }, function (_ref16) {
92
- var applyCustomWidth = _ref16.applyCustomWidth;
93
- return applyCustomWidth ? 'var(--plasma_private-textarea-width)' : 'auto';
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
- }, tokens.inputMinHeight, function (_ref18) {
98
- var hasContentRight = _ref18.hasContentRight;
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 (_ref19) {
101
- var hasHelper = _ref19.hasHelper,
102
- rows = _ref19.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 (_ref20) {
108
- var hasContentRight = _ref20.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 (_ref21) {
126
- var hasContentRight = _ref21.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({
@@ -1 +1 @@
1
- {"version":3,"file":"Single.styles.d.ts","sourceRoot":"","sources":["../../../../../src/components/Slider/components/Single/Single.styles.ts"],"names":[],"mappings":";AAKA,eAAO,MAAM,YAAY,qKAKxB,CAAC;AAEF,eAAO,MAAM,YAAY,qKAExB,CAAC;AAEF,eAAO,MAAM,KAAK,8KAOjB,CAAC;AAEF,eAAO,MAAM,gBAAgB,uKAkB5B,CAAC;AAEF,eAAO,MAAM,iBAAiB,qKAqC7B,CAAC;AAEF,eAAO,MAAM,aAAa,qKAiKzB,CAAC"}
1
+ {"version":3,"file":"Single.styles.d.ts","sourceRoot":"","sources":["../../../../../src/components/Slider/components/Single/Single.styles.ts"],"names":[],"mappings":";AAIA,eAAO,MAAM,YAAY,qKAKxB,CAAC;AAEF,eAAO,MAAM,YAAY,qKAExB,CAAC;AAEF,eAAO,MAAM,KAAK,8KAOjB,CAAC;AAEF,eAAO,MAAM,gBAAgB,uKAkB5B,CAAC;AAEF,eAAO,MAAM,iBAAiB,qKA8B7B,CAAC;AAEF,eAAO,MAAM,aAAa,qKAmJzB,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;EAMlE,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
+ {"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"}