@salutejs/plasma-new-hope 0.314.1-canary.1854.14203909655.0 → 0.315.0-canary.1882.14203971803.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_1a6l9pg.css → Single.styles_e0wk24.css} +2 -2
  6. package/cjs/components/TextArea/TextArea.js +0 -1
  7. package/cjs/components/TextArea/TextArea.js.map +1 -1
  8. package/cjs/components/TextArea/TextArea.styles.js +72 -79
  9. package/cjs/components/TextArea/TextArea.styles.js.map +1 -1
  10. package/cjs/components/TextArea/{TextArea.styles_1r7xix5.css → TextArea.styles_ztsrpt.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 +7 -6
  14. package/emotion/cjs/components/TextArea/TextArea.js +1 -2
  15. package/emotion/cjs/components/TextArea/TextArea.styles.js +63 -66
  16. package/emotion/es/components/Slider/components/Single/Single.styles.js +7 -6
  17. package/emotion/es/components/TextArea/TextArea.js +1 -2
  18. package/emotion/es/components/TextArea/TextArea.styles.js +63 -66
  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_1a6l9pg.css → Single.styles_e0wk24.css} +2 -2
  24. package/es/components/TextArea/TextArea.js +0 -1
  25. package/es/components/TextArea/TextArea.js.map +1 -1
  26. package/es/components/TextArea/TextArea.styles.js +72 -79
  27. package/es/components/TextArea/TextArea.styles.js.map +1 -1
  28. package/es/components/TextArea/{TextArea.styles_1r7xix5.css → TextArea.styles_ztsrpt.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 +3 -2
  33. package/styled-components/cjs/components/TextArea/TextArea.js +0 -1
  34. package/styled-components/cjs/components/TextArea/TextArea.styles.js +38 -41
  35. package/styled-components/es/components/Slider/components/Single/Single.styles.js +3 -2
  36. package/styled-components/es/components/TextArea/TextArea.js +0 -1
  37. package/styled-components/es/components/TextArea/TextArea.styles.js +38 -41
  38. package/types/components/Slider/components/Single/Single.styles.d.ts.map +1 -1
  39. package/types/components/TextArea/TextArea.styles.d.ts +0 -1
  40. package/types/components/TextArea/TextArea.styles.d.ts.map +1 -1
@@ -10,11 +10,8 @@ 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;max-width:", ";margin-bottom:", ";"], function (_ref) {
14
- var width = _ref.width;
15
- return width;
16
- }, function (_ref2) {
17
- var isInnerLabel = _ref2.isInnerLabel;
13
+ })(["display:flex;align-items:center;margin-bottom:", ";"], function (_ref) {
14
+ var isInnerLabel = _ref.isInnerLabel;
18
15
  return isInnerLabel ? "var(".concat(tokens.titleCaptionInnerLabelOffset, ")") : "var(".concat(tokens.labelMarginBottom, ")");
19
16
  });
20
17
  export var StyledLabel = /*#__PURE__*/styled.div.withConfig({
@@ -28,23 +25,23 @@ export var StyledIndicatorWrapper = /*#__PURE__*/styled.div.withConfig({
28
25
  })(["position:relative;display:inline-flex;align-items:center;"]);
29
26
  export var StyledOptionalText = /*#__PURE__*/styled.span.withConfig({
30
27
  componentId: "plasma-new-hope__sc-pxxv3p-5"
31
- })(["color:var(", ");font-family:", ";font-size:", ";font-style:", ";font-weight:", ";letter-spacing:", ";line-height:", ";"], tokens.optionalColor, function (_ref3) {
32
- var inheritFont = _ref3.inheritFont;
28
+ })(["color:var(", ");font-family:", ";font-size:", ";font-style:", ";font-weight:", ";letter-spacing:", ";line-height:", ";"], tokens.optionalColor, function (_ref2) {
29
+ var inheritFont = _ref2.inheritFont;
33
30
  return inheritFont ? 'inherit' : "var(".concat(tokens.labelOuterFontFamily, ", var(").concat(tokens.inputFontFamily, "))");
31
+ }, function (_ref3) {
32
+ var inheritFont = _ref3.inheritFont;
33
+ return inheritFont ? 'inherit' : "var(".concat(tokens.labelOuterFontSize, ", var(").concat(tokens.inputFontSize, "))");
34
34
  }, function (_ref4) {
35
35
  var inheritFont = _ref4.inheritFont;
36
- return inheritFont ? 'inherit' : "var(".concat(tokens.labelOuterFontSize, ", var(").concat(tokens.inputFontSize, "))");
36
+ return inheritFont ? 'inherit' : "var(".concat(tokens.labelOuterFontStyle, ", var(").concat(tokens.inputFontStyle, "))");
37
37
  }, function (_ref5) {
38
38
  var inheritFont = _ref5.inheritFont;
39
- return inheritFont ? 'inherit' : "var(".concat(tokens.labelOuterFontStyle, ", var(").concat(tokens.inputFontStyle, "))");
39
+ return inheritFont ? 'inherit' : "var(".concat(tokens.labelOuterFontWeight, ", var(").concat(tokens.inputFontWeight, "))");
40
40
  }, function (_ref6) {
41
41
  var inheritFont = _ref6.inheritFont;
42
- return inheritFont ? 'inherit' : "var(".concat(tokens.labelOuterFontWeight, ", var(").concat(tokens.inputFontWeight, "))");
42
+ return inheritFont ? 'inherit' : "var(".concat(tokens.labelOuterLetterSpacing, ", var(").concat(tokens.inputLetterSpacing, "))");
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;
48
45
  return inheritFont ? 'inherit' : "var(".concat(tokens.labelOuterLineHeight, ", var(").concat(tokens.inputLineHeight, "))");
49
46
  });
50
47
  export var StyledHintWrapper = /*#__PURE__*/styled.div.withConfig({
@@ -58,11 +55,11 @@ export var HintIconWrapper = /*#__PURE__*/styled.div.withConfig({
58
55
  })([""]);
59
56
  export var StyledTextAreaWrapper = /*#__PURE__*/styled.div.withConfig({
60
57
  componentId: "plasma-new-hope__sc-pxxv3p-9"
61
- })(["background-color:var(", ");padding-top:var(", ");padding-bottom:", ";border-radius:", ";"], tokens.inputBackgroundColor, tokens.inputPaddingTop, function (_ref9) {
62
- var hasHelper = _ref9.hasHelper;
58
+ })(["background-color:var(", ");padding-top:var(", ");padding-bottom:", ";border-radius:", ";"], tokens.inputBackgroundColor, tokens.inputPaddingTop, function (_ref8) {
59
+ var hasHelper = _ref8.hasHelper;
63
60
  return hasHelper ? "var(".concat(tokens.inputPaddingBottomWithHelpers, ")") : "var(".concat(tokens.inputPaddingBottom, ")");
64
- }, function (_ref10) {
65
- var hasHelper = _ref10.hasHelper;
61
+ }, function (_ref9) {
62
+ var hasHelper = _ref9.hasHelper;
66
63
  return hasHelper ? "var(".concat(tokens.borderRadiusWithHelpers, ")") : "var(".concat(tokens.borderRadius, ")");
67
64
  });
68
65
  export var StyledContent = /*#__PURE__*/styled.div.withConfig({
@@ -70,45 +67,45 @@ export var StyledContent = /*#__PURE__*/styled.div.withConfig({
70
67
  })(["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);
71
68
  export var StyledContainer = /*#__PURE__*/styled.div.withConfig({
72
69
  componentId: "plasma-new-hope__sc-pxxv3p-11"
73
- })(["display:inline-flex;flex-direction:column;width:", ";position:relative;"], function (_ref11) {
74
- var width = _ref11.width;
70
+ })(["display:inline-flex;flex-direction:column;width:", ";position:relative;"], function (_ref10) {
71
+ var width = _ref10.width;
75
72
  return width;
76
73
  });
77
74
  export var StyledTextArea = /*#__PURE__*/styled.textarea.withConfig({
78
75
  componentId: "plasma-new-hope__sc-pxxv3p-12"
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;
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;
81
78
  return resize || 'none';
82
- }, function (_ref13) {
83
- var height = _ref13.height;
79
+ }, function (_ref12) {
80
+ var height = _ref12.height;
84
81
  return !Number.isNaN(Number(height)) ? "calc(".concat(height, "rem - 0.875rem)") : height || "var(".concat(tokens.inputHeight, ")");
85
- }, function (_ref14) {
86
- var width = _ref14.width;
82
+ }, function (_ref13) {
83
+ var width = _ref13.width;
87
84
  return !Number.isNaN(Number(width)) ? "".concat(width, "rem") : width || "var(".concat(tokens.inputWidth, ")");
88
- }, function (_ref15) {
89
- var rows = _ref15.rows;
85
+ }, function (_ref14) {
86
+ var rows = _ref14.rows;
90
87
  return rows ? 'unset' : 'var(--plasma_private-textarea-height)';
91
- }, function (_ref16) {
92
- var cols = _ref16.cols;
88
+ }, function (_ref15) {
89
+ var cols = _ref15.cols;
93
90
  return cols ? 'unset' : 'var(--plasma_private-textarea-width)';
91
+ }, function (_ref16) {
92
+ var applyCustomWidth = _ref16.applyCustomWidth;
93
+ return applyCustomWidth ? 'var(--plasma_private-textarea-width)' : 'auto';
94
94
  }, function (_ref17) {
95
95
  var applyCustomWidth = _ref17.applyCustomWidth;
96
96
  return applyCustomWidth ? 'var(--plasma_private-textarea-width)' : 'auto';
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;
97
+ }, tokens.inputMinHeight, function (_ref18) {
98
+ var hasContentRight = _ref18.hasContentRight;
102
99
  return hasContentRight ? "var(".concat(tokens.inputPaddingRightWithRightContent, ", 0)") : "var(".concat(tokens.inputPaddingRight, ", 0)");
103
- }, tokens.inputPaddingLeft, tokens.helpersPaddingTop, tokens.helpersPaddingBottom, tokens.helpersLineHeight, tokens.helpersOffset, tokens.inputPaddingBottom, function (_ref20) {
104
- var hasHelper = _ref20.hasHelper,
105
- rows = _ref20.rows;
100
+ }, tokens.inputPaddingLeft, tokens.helpersPaddingTop, tokens.helpersPaddingBottom, tokens.helpersLineHeight, tokens.helpersOffset, tokens.inputPaddingBottom, function (_ref19) {
101
+ var hasHelper = _ref19.hasHelper,
102
+ rows = _ref19.rows;
106
103
  return hasHelper && !rows ? 'var(--plasma_private-textarea-input-with-helpers-height)' : 'var(--plasma_private-textarea-input-without-helpers-height)';
107
104
  }, tokens.inputFontFamily, tokens.inputFontSize, tokens.inputFontStyle, tokens.inputFontWeight, tokens.inputLetterSpacing, tokens.inputLineHeight, tokens.inputColorFocus, tokens.scrollbarWidth, tokens.scrollbarThumbBackgroundColor, tokens.scrollbarBorderWidth, tokens.scrollbarTrackBackgroundColor, tokens.scrollbarBorderWidth);
108
105
  export var StyledHiddenTextArea = /*#__PURE__*/styled.textarea.withConfig({
109
106
  componentId: "plasma-new-hope__sc-pxxv3p-13"
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;
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;
112
109
  return hasContentRight ? "var(".concat(tokens.inputPaddingRightWithRightContent, ", 0)") : "var(".concat(tokens.inputPaddingRight, ", 0)");
113
110
  }, tokens.inputPaddingLeft, tokens.inputFontFamily, tokens.inputFontSize, tokens.inputFontStyle, tokens.inputFontWeight, tokens.inputLetterSpacing, tokens.inputLineHeight);
114
111
  export var StyledHelpers = /*#__PURE__*/styled.div.withConfig({
@@ -125,8 +122,8 @@ export var StyledRightHelper = /*#__PURE__*/styled(StyledLeftHelper).withConfig(
125
122
  })(["color:var(", ");margin-left:auto;"], tokens.rightHelperColor);
126
123
  export var StyledPlaceholder = /*#__PURE__*/styled.label.withConfig({
127
124
  componentId: "plasma-new-hope__sc-pxxv3p-18"
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;
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;
130
127
  return hasContentRight ? "var(".concat(tokens.inputPaddingRightWithRightContent, ")") : "var(".concat(tokens.inputPaddingRight, ")");
131
128
  }, tokens.inputFontFamily, tokens.inputFontSize, tokens.inputFontStyle, tokens.inputFontWeight, tokens.inputLetterSpacing, tokens.inputLineHeight);
132
129
  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":";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"}
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"}
@@ -2,7 +2,6 @@
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;
6
5
  }>;
7
6
  export declare const StyledLabel: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown>>;
8
7
  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;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
+ {"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"}