@salutejs/plasma-new-hope 0.141.2-canary.1429.10810544899.0 → 0.142.0-canary.1424.10789422667.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (179) hide show
  1. package/cjs/components/Autocomplete/Autocomplete.css +15 -16
  2. package/cjs/components/Badge/Badge.css +2 -0
  3. package/cjs/components/Badge/Badge.js +12 -3
  4. package/cjs/components/Badge/Badge.js.map +1 -1
  5. package/cjs/components/Badge/Badge.tokens.js +3 -1
  6. package/cjs/components/Badge/Badge.tokens.js.map +1 -1
  7. package/cjs/components/Badge/variations/_clear/base.js +9 -0
  8. package/cjs/components/Badge/variations/_clear/base.js.map +1 -0
  9. package/cjs/components/Badge/variations/_clear/base_oopyb7.css +1 -0
  10. package/cjs/components/Combobox/ComboboxNew/Combobox.css +15 -16
  11. package/cjs/components/Combobox/ComboboxNew/ui/Inner/Inner.css +15 -16
  12. package/cjs/components/Combobox/ComboboxNew/ui/Inner/ui/Item/Item.css +15 -16
  13. package/cjs/components/DatePicker/RangeDate/RangeDate.css +15 -16
  14. package/cjs/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.css +15 -16
  15. package/cjs/components/DatePicker/SingleDate/SingleDate.css +15 -16
  16. package/cjs/components/Range/Range.css +15 -16
  17. package/cjs/components/Slider/Slider.css +15 -16
  18. package/cjs/components/Slider/components/Double/Double.css +15 -16
  19. package/cjs/components/TextField/TextField.js +1 -1
  20. package/cjs/components/TextField/TextField.js.map +1 -1
  21. package/cjs/components/TextField/TextField.styles.js +11 -22
  22. package/cjs/components/TextField/TextField.styles.js.map +1 -1
  23. package/cjs/components/TextField/{TextField.styles_ht6ibd.css → TextField.styles_u6pm7v.css} +4 -5
  24. package/cjs/components/TextField/TextField.tokens.js +1 -5
  25. package/cjs/components/TextField/TextField.tokens.js.map +1 -1
  26. package/cjs/components/TextField/variations/_label-placement/base.js +1 -1
  27. package/{es/components/TextField/variations/_label-placement/base_6k17xp.css → cjs/components/TextField/variations/_label-placement/base_1dbnupp.css} +1 -1
  28. package/cjs/components/TextField/variations/_read-only/base.js +1 -1
  29. package/{es/components/TextField/variations/_read-only/base_8onybn.css → cjs/components/TextField/variations/_read-only/base_4tqave.css} +1 -1
  30. package/cjs/components/TextField/variations/_size/base.js +1 -1
  31. package/{es/components/TextField/variations/_size/base_1h8l0kj.css → cjs/components/TextField/variations/_size/base_uk56yo.css} +1 -1
  32. package/cjs/components/TextField/variations/_view/base.js +1 -1
  33. package/cjs/components/TextField/variations/_view/{base_1ph5cr0.css → base_uszjx8.css} +1 -1
  34. package/cjs/index.css +17 -16
  35. package/emotion/cjs/components/Badge/Badge.js +12 -3
  36. package/emotion/cjs/components/Badge/Badge.template-doc.mdx +19 -28
  37. package/emotion/cjs/components/Badge/Badge.tokens.js +3 -1
  38. package/emotion/cjs/components/Badge/variations/_clear/base.js +9 -0
  39. package/emotion/cjs/components/Badge/variations/_clear/tokens.json +1 -0
  40. package/emotion/cjs/components/TextField/TextField.js +2 -2
  41. package/emotion/cjs/components/TextField/TextField.styles.js +23 -27
  42. package/emotion/cjs/components/TextField/TextField.template-doc.mdx +2 -2
  43. package/emotion/cjs/components/TextField/TextField.tokens.js +1 -5
  44. package/emotion/cjs/components/TextFieldGroup/TextFieldGroup.template-doc.mdx +1 -1
  45. package/emotion/cjs/examples/plasma_b2c/components/Badge/Badge.config.js +15 -12
  46. package/emotion/cjs/examples/plasma_b2c/components/Badge/Badge.stories.tsx +38 -6
  47. package/emotion/cjs/examples/plasma_b2c/components/TextField/TextField.config.js +12 -12
  48. package/emotion/cjs/examples/plasma_b2c/components/TextField/TextField.stories.tsx +2 -3
  49. package/emotion/cjs/examples/plasma_web/components/Badge/Badge.config.js +15 -12
  50. package/emotion/cjs/examples/plasma_web/components/Badge/Badge.stories.tsx +39 -6
  51. package/emotion/cjs/examples/plasma_web/components/TextField/TextField.config.js +12 -12
  52. package/emotion/cjs/examples/plasma_web/components/TextField/TextField.stories.tsx +1 -2
  53. package/emotion/es/components/Badge/Badge.js +12 -3
  54. package/emotion/es/components/Badge/Badge.template-doc.mdx +19 -28
  55. package/emotion/es/components/Badge/Badge.tokens.js +3 -1
  56. package/emotion/es/components/Badge/variations/_clear/base.js +3 -0
  57. package/emotion/es/components/Badge/variations/_clear/tokens.json +1 -0
  58. package/emotion/es/components/TextField/TextField.js +2 -2
  59. package/emotion/es/components/TextField/TextField.styles.js +23 -27
  60. package/emotion/es/components/TextField/TextField.template-doc.mdx +2 -2
  61. package/emotion/es/components/TextField/TextField.tokens.js +1 -5
  62. package/emotion/es/components/TextFieldGroup/TextFieldGroup.template-doc.mdx +1 -1
  63. package/emotion/es/examples/plasma_b2c/components/Badge/Badge.config.js +15 -12
  64. package/emotion/es/examples/plasma_b2c/components/Badge/Badge.stories.tsx +38 -6
  65. package/emotion/es/examples/plasma_b2c/components/TextField/TextField.config.js +12 -12
  66. package/emotion/es/examples/plasma_b2c/components/TextField/TextField.stories.tsx +2 -3
  67. package/emotion/es/examples/plasma_web/components/Badge/Badge.config.js +15 -12
  68. package/emotion/es/examples/plasma_web/components/Badge/Badge.stories.tsx +39 -6
  69. package/emotion/es/examples/plasma_web/components/TextField/TextField.config.js +12 -12
  70. package/emotion/es/examples/plasma_web/components/TextField/TextField.stories.tsx +1 -2
  71. package/es/components/Autocomplete/Autocomplete.css +15 -16
  72. package/es/components/Badge/Badge.css +2 -0
  73. package/es/components/Badge/Badge.js +12 -3
  74. package/es/components/Badge/Badge.js.map +1 -1
  75. package/es/components/Badge/Badge.tokens.js +3 -1
  76. package/es/components/Badge/Badge.tokens.js.map +1 -1
  77. package/es/components/Badge/variations/_clear/base.js +5 -0
  78. package/es/components/Badge/variations/_clear/base.js.map +1 -0
  79. package/es/components/Badge/variations/_clear/base_oopyb7.css +1 -0
  80. package/es/components/Combobox/ComboboxNew/Combobox.css +15 -16
  81. package/es/components/Combobox/ComboboxNew/ui/Inner/Inner.css +15 -16
  82. package/es/components/Combobox/ComboboxNew/ui/Inner/ui/Item/Item.css +15 -16
  83. package/es/components/DatePicker/RangeDate/RangeDate.css +15 -16
  84. package/es/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.css +15 -16
  85. package/es/components/DatePicker/SingleDate/SingleDate.css +15 -16
  86. package/es/components/Range/Range.css +15 -16
  87. package/es/components/Slider/Slider.css +15 -16
  88. package/es/components/Slider/components/Double/Double.css +15 -16
  89. package/es/components/TextField/TextField.js +1 -1
  90. package/es/components/TextField/TextField.js.map +1 -1
  91. package/es/components/TextField/TextField.styles.js +11 -22
  92. package/es/components/TextField/TextField.styles.js.map +1 -1
  93. package/es/components/TextField/{TextField.styles_ht6ibd.css → TextField.styles_u6pm7v.css} +4 -5
  94. package/es/components/TextField/TextField.tokens.js +1 -5
  95. package/es/components/TextField/TextField.tokens.js.map +1 -1
  96. package/es/components/TextField/variations/_label-placement/base.js +1 -1
  97. package/{cjs/components/TextField/variations/_label-placement/base_6k17xp.css → es/components/TextField/variations/_label-placement/base_1dbnupp.css} +1 -1
  98. package/es/components/TextField/variations/_read-only/base.js +1 -1
  99. package/{cjs/components/TextField/variations/_read-only/base_8onybn.css → es/components/TextField/variations/_read-only/base_4tqave.css} +1 -1
  100. package/es/components/TextField/variations/_size/base.js +1 -1
  101. package/{cjs/components/TextField/variations/_size/base_1h8l0kj.css → es/components/TextField/variations/_size/base_uk56yo.css} +1 -1
  102. package/es/components/TextField/variations/_view/base.js +1 -1
  103. package/es/components/TextField/variations/_view/{base_1ph5cr0.css → base_uszjx8.css} +1 -1
  104. package/es/index.css +17 -16
  105. package/package.json +2 -2
  106. package/styled-components/cjs/components/Badge/Badge.js +12 -3
  107. package/styled-components/cjs/components/Badge/Badge.template-doc.mdx +19 -28
  108. package/styled-components/cjs/components/Badge/Badge.tokens.js +3 -1
  109. package/styled-components/cjs/components/Badge/variations/_clear/base.js +9 -0
  110. package/styled-components/cjs/components/Badge/variations/_clear/tokens.json +1 -0
  111. package/styled-components/cjs/components/TextField/TextField.js +1 -1
  112. package/styled-components/cjs/components/TextField/TextField.styles.js +9 -12
  113. package/styled-components/cjs/components/TextField/TextField.template-doc.mdx +2 -2
  114. package/styled-components/cjs/components/TextField/TextField.tokens.js +1 -5
  115. package/styled-components/cjs/components/TextFieldGroup/TextFieldGroup.template-doc.mdx +1 -1
  116. package/styled-components/cjs/examples/plasma_b2c/components/Badge/Badge.config.js +10 -7
  117. package/styled-components/cjs/examples/plasma_b2c/components/Badge/Badge.stories.tsx +38 -6
  118. package/styled-components/cjs/examples/plasma_b2c/components/TextField/TextField.config.js +4 -4
  119. package/styled-components/cjs/examples/plasma_b2c/components/TextField/TextField.stories.tsx +2 -3
  120. package/styled-components/cjs/examples/plasma_web/components/Badge/Badge.config.js +10 -7
  121. package/styled-components/cjs/examples/plasma_web/components/Badge/Badge.stories.tsx +39 -6
  122. package/styled-components/cjs/examples/plasma_web/components/TextField/TextField.config.js +4 -4
  123. package/styled-components/cjs/examples/plasma_web/components/TextField/TextField.stories.tsx +1 -2
  124. package/styled-components/es/components/Badge/Badge.js +12 -3
  125. package/styled-components/es/components/Badge/Badge.template-doc.mdx +19 -28
  126. package/styled-components/es/components/Badge/Badge.tokens.js +3 -1
  127. package/styled-components/es/components/Badge/variations/_clear/base.js +3 -0
  128. package/styled-components/es/components/Badge/variations/_clear/tokens.json +1 -0
  129. package/styled-components/es/components/TextField/TextField.js +1 -1
  130. package/styled-components/es/components/TextField/TextField.styles.js +9 -12
  131. package/styled-components/es/components/TextField/TextField.template-doc.mdx +2 -2
  132. package/styled-components/es/components/TextField/TextField.tokens.js +1 -5
  133. package/styled-components/es/components/TextFieldGroup/TextFieldGroup.template-doc.mdx +1 -1
  134. package/styled-components/es/examples/plasma_b2c/components/Badge/Badge.config.js +10 -7
  135. package/styled-components/es/examples/plasma_b2c/components/Badge/Badge.stories.tsx +38 -6
  136. package/styled-components/es/examples/plasma_b2c/components/TextField/TextField.config.js +4 -4
  137. package/styled-components/es/examples/plasma_b2c/components/TextField/TextField.stories.tsx +2 -3
  138. package/styled-components/es/examples/plasma_web/components/Badge/Badge.config.js +10 -7
  139. package/styled-components/es/examples/plasma_web/components/Badge/Badge.stories.tsx +39 -6
  140. package/styled-components/es/examples/plasma_web/components/TextField/TextField.config.js +4 -4
  141. package/styled-components/es/examples/plasma_web/components/TextField/TextField.stories.tsx +1 -2
  142. package/types/components/Autocomplete/ui/TextField/TextField.styles.d.ts +4 -4
  143. package/types/components/Autocomplete/ui/TextField/TextField.styles.d.ts.map +1 -1
  144. package/types/components/Badge/Badge.d.ts +7 -23
  145. package/types/components/Badge/Badge.d.ts.map +1 -1
  146. package/types/components/Badge/Badge.tokens.d.ts +2 -0
  147. package/types/components/Badge/Badge.tokens.d.ts.map +1 -1
  148. package/types/components/Badge/Badge.types.d.ts +60 -9
  149. package/types/components/Badge/Badge.types.d.ts.map +1 -1
  150. package/types/components/Badge/variations/_clear/base.d.ts +2 -0
  151. package/types/components/Badge/variations/_clear/base.d.ts.map +1 -0
  152. package/types/components/Combobox/ComboboxNew/ui/Target/Target.styles.d.ts +4 -4
  153. package/types/components/Combobox/ComboboxNew/ui/Target/Target.styles.d.ts.map +1 -1
  154. package/types/components/DatePicker/SingleDate/SingleDate.styles.d.ts +4 -4
  155. package/types/components/DatePicker/SingleDate/SingleDate.styles.d.ts.map +1 -1
  156. package/types/components/Range/Range.styles.d.ts +4 -4
  157. package/types/components/Range/Range.styles.d.ts.map +1 -1
  158. package/types/components/Slider/components/Double/Double.styles.d.ts +4 -4
  159. package/types/components/Slider/components/Double/Double.styles.d.ts.map +1 -1
  160. package/types/components/TextField/TextField.styles.d.ts +2 -6
  161. package/types/components/TextField/TextField.styles.d.ts.map +1 -1
  162. package/types/components/TextField/TextField.tokens.d.ts +0 -3
  163. package/types/components/TextField/TextField.tokens.d.ts.map +1 -1
  164. package/types/components/TextField/TextField.types.d.ts +1 -2
  165. package/types/components/TextField/TextField.types.d.ts.map +1 -1
  166. package/types/examples/plasma_b2c/components/Badge/Badge.config.d.ts +3 -0
  167. package/types/examples/plasma_b2c/components/Badge/Badge.config.d.ts.map +1 -1
  168. package/types/examples/plasma_b2c/components/Badge/Badge.d.ts +32 -3
  169. package/types/examples/plasma_b2c/components/Badge/Badge.d.ts.map +1 -1
  170. package/types/examples/plasma_b2c/components/TextField/TextField.config.d.ts.map +1 -1
  171. package/types/examples/plasma_b2c/components/TextField/TextField.d.ts +4 -4
  172. package/types/examples/plasma_b2c/components/TextField/TextField.d.ts.map +1 -1
  173. package/types/examples/plasma_web/components/Badge/Badge.config.d.ts +3 -0
  174. package/types/examples/plasma_web/components/Badge/Badge.config.d.ts.map +1 -1
  175. package/types/examples/plasma_web/components/Badge/Badge.d.ts +32 -3
  176. package/types/examples/plasma_web/components/Badge/Badge.d.ts.map +1 -1
  177. package/types/examples/plasma_web/components/TextField/TextField.config.d.ts.map +1 -1
  178. package/types/examples/plasma_web/components/TextField/TextField.d.ts +4 -4
  179. package/types/examples/plasma_web/components/TextField/TextField.d.ts.map +1 -1
@@ -39,9 +39,6 @@ export declare const tokens: {
39
39
  fontWeight: string;
40
40
  letterSpacing: string;
41
41
  lineHeight: string;
42
- contentSlotColor: string;
43
- contentSlotColorHover: string;
44
- contentSlotColorActive: string;
45
42
  /** Токены лейбла */
46
43
  labelColor: string;
47
44
  labelColorReadOnly: string;
@@ -1 +1 @@
1
- {"version":3,"file":"TextField.tokens.d.ts","sourceRoot":"","sources":["../../../src/components/TextField/TextField.tokens.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,OAAO;;;;;;;;;CASnB,CAAC;AAEF,eAAO,MAAM,MAAM;;;;;;;;IAWf,oCAAoC;;;;;IAMpC,mBAAmB;;;;;;;IASnB,kCAAkC;;;;;;;;;;;;;;IAoBlC,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;IAkCpB,qCAAqC;;;;;IAMrC,6DAA6D;;IAG7D,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA4CrB,CAAC"}
1
+ {"version":3,"file":"TextField.tokens.d.ts","sourceRoot":"","sources":["../../../src/components/TextField/TextField.tokens.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,OAAO;;;;;;;;;CASnB,CAAC;AAEF,eAAO,MAAM,MAAM;;;;;;;;IAWf,oCAAoC;;;;;IAMpC,mBAAmB;;;;;;;IASnB,kCAAkC;;;;;;;;;;;IAelC,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;IAkCpB,qCAAqC;;;;;IAMrC,6DAA6D;;IAG7D,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA4CrB,CAAC"}
@@ -1,5 +1,4 @@
1
- import type { MutableRefObject, KeyboardEvent, ChangeEvent } from 'react';
2
- import type { InputHTMLAttributes } from '../../types';
1
+ import type { MutableRefObject, InputHTMLAttributes, KeyboardEvent, ChangeEvent } from 'react';
3
2
  export declare type TextFieldPrimitiveValue = string | number | boolean;
4
3
  export declare type ChipValues = {
5
4
  id: string;
@@ -1 +1 @@
1
- {"version":3,"file":"TextField.types.d.ts","sourceRoot":"","sources":["../../../src/components/TextField/TextField.types.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"TextField.types.d.ts","sourceRoot":"","sources":["../../../src/components/TextField/TextField.types.ts"],"names":[],"mappings":"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"}
@@ -24,6 +24,9 @@ export declare const config: {
24
24
  transparent: {
25
25
  true: import("@linaria/core").LinariaClassName;
26
26
  };
27
+ clear: {
28
+ true: import("@linaria/core").LinariaClassName;
29
+ };
27
30
  };
28
31
  };
29
32
  //# sourceMappingURL=Badge.config.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Badge.config.d.ts","sourceRoot":"","sources":["../../../../../src/examples/plasma_b2c/components/Badge/Badge.config.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;CA6HlB,CAAC"}
1
+ {"version":3,"file":"Badge.config.d.ts","sourceRoot":"","sources":["../../../../../src/examples/plasma_b2c/components/Badge/Badge.config.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA8IlB,CAAC"}
@@ -20,15 +20,44 @@ export declare const Badge: import("react").FunctionComponent<import("../../../.
20
20
  transparent: {
21
21
  true: import("@linaria/core").LinariaClassName;
22
22
  };
23
- }> & import("react").HTMLAttributes<HTMLDivElement> & {
23
+ clear: {
24
+ true: import("@linaria/core").LinariaClassName;
25
+ };
26
+ }> & ((import("react").HTMLAttributes<HTMLDivElement> & {
24
27
  text?: string | undefined;
25
28
  contentLeft?: import("react").ReactNode;
26
29
  contentRight?: import("react").ReactNode;
27
- pilled?: boolean | undefined;
30
+ size?: string | undefined;
31
+ view?: string | undefined;
32
+ } & {
33
+ children?: import("react").ReactNode;
34
+ } & {
35
+ clear?: true | undefined;
36
+ pilled?: false | undefined;
37
+ transparent?: false | undefined;
38
+ } & import("react").RefAttributes<HTMLDivElement>) | (import("react").HTMLAttributes<HTMLDivElement> & {
39
+ text?: string | undefined;
40
+ contentLeft?: import("react").ReactNode;
41
+ contentRight?: import("react").ReactNode;
42
+ size?: string | undefined;
43
+ view?: string | undefined;
44
+ } & {
45
+ children?: import("react").ReactNode;
46
+ } & {
47
+ pilled?: true | undefined;
28
48
  transparent?: boolean | undefined;
49
+ clear?: false | undefined;
50
+ } & import("react").RefAttributes<HTMLDivElement>) | (import("react").HTMLAttributes<HTMLDivElement> & {
51
+ text?: string | undefined;
52
+ contentLeft?: import("react").ReactNode;
53
+ contentRight?: import("react").ReactNode;
29
54
  size?: string | undefined;
30
55
  view?: string | undefined;
31
56
  } & {
32
57
  children?: import("react").ReactNode;
33
- } & import("react").RefAttributes<HTMLDivElement>>;
58
+ } & {
59
+ pilled?: boolean | undefined;
60
+ transparent?: true | undefined;
61
+ clear?: false | undefined;
62
+ } & import("react").RefAttributes<HTMLDivElement>))>;
34
63
  //# sourceMappingURL=Badge.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Badge.d.ts","sourceRoot":"","sources":["../../../../../src/examples/plasma_b2c/components/Badge/Badge.ts"],"names":[],"mappings":";AAOA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kDAA0B,CAAC"}
1
+ {"version":3,"file":"Badge.d.ts","sourceRoot":"","sources":["../../../../../src/examples/plasma_b2c/components/Badge/Badge.ts"],"names":[],"mappings":";AAOA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oDAA0B,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"TextField.config.d.ts","sourceRoot":"","sources":["../../../../../src/examples/plasma_b2c/components/TextField/TextField.config.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAkZlB,CAAC"}
1
+ {"version":3,"file":"TextField.config.d.ts","sourceRoot":"","sources":["../../../../../src/examples/plasma_b2c/components/TextField/TextField.config.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAkYlB,CAAC"}
@@ -46,7 +46,7 @@ export declare const TextField: import("react").FunctionComponent<import("../../
46
46
  onChangeChips?: undefined;
47
47
  enumerationType?: "plain" | undefined;
48
48
  onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
49
- } & Omit<import("../../../../types").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
49
+ } & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
50
50
  size?: string | undefined;
51
51
  view?: string | undefined;
52
52
  readOnly?: boolean | undefined;
@@ -70,7 +70,7 @@ export declare const TextField: import("react").FunctionComponent<import("../../
70
70
  onSearch?: undefined;
71
71
  chips?: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
72
72
  onChangeChips?: ((value: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
73
- } & Omit<import("../../../../types").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
73
+ } & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
74
74
  size?: string | undefined;
75
75
  view?: string | undefined;
76
76
  readOnly?: boolean | undefined;
@@ -94,7 +94,7 @@ export declare const TextField: import("react").FunctionComponent<import("../../
94
94
  onChangeChips?: undefined;
95
95
  enumerationType?: "plain" | undefined;
96
96
  onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
97
- } & Omit<import("../../../../types").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
97
+ } & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
98
98
  size?: string | undefined;
99
99
  view?: string | undefined;
100
100
  readOnly?: boolean | undefined;
@@ -118,5 +118,5 @@ export declare const TextField: import("react").FunctionComponent<import("../../
118
118
  onSearch?: undefined;
119
119
  chips?: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
120
120
  onChangeChips?: ((value: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
121
- } & Omit<import("../../../../types").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>))>;
121
+ } & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>))>;
122
122
  //# sourceMappingURL=TextField.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"TextField.d.ts","sourceRoot":"","sources":["../../../../../src/examples/plasma_b2c/components/TextField/TextField.ts"],"names":[],"mappings":";AAMA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qJAA0B,CAAC"}
1
+ {"version":3,"file":"TextField.d.ts","sourceRoot":"","sources":["../../../../../src/examples/plasma_b2c/components/TextField/TextField.ts"],"names":[],"mappings":";AAMA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yIAA0B,CAAC"}
@@ -24,6 +24,9 @@ export declare const config: {
24
24
  transparent: {
25
25
  true: import("@linaria/core").LinariaClassName;
26
26
  };
27
+ clear: {
28
+ true: import("@linaria/core").LinariaClassName;
29
+ };
27
30
  };
28
31
  };
29
32
  //# sourceMappingURL=Badge.config.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Badge.config.d.ts","sourceRoot":"","sources":["../../../../../src/examples/plasma_web/components/Badge/Badge.config.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;CA6HlB,CAAC"}
1
+ {"version":3,"file":"Badge.config.d.ts","sourceRoot":"","sources":["../../../../../src/examples/plasma_web/components/Badge/Badge.config.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA8IlB,CAAC"}
@@ -20,15 +20,44 @@ export declare const Badge: import("react").FunctionComponent<import("../../../.
20
20
  transparent: {
21
21
  true: import("@linaria/core").LinariaClassName;
22
22
  };
23
- }> & import("react").HTMLAttributes<HTMLDivElement> & {
23
+ clear: {
24
+ true: import("@linaria/core").LinariaClassName;
25
+ };
26
+ }> & ((import("react").HTMLAttributes<HTMLDivElement> & {
24
27
  text?: string | undefined;
25
28
  contentLeft?: import("react").ReactNode;
26
29
  contentRight?: import("react").ReactNode;
27
- pilled?: boolean | undefined;
30
+ size?: string | undefined;
31
+ view?: string | undefined;
32
+ } & {
33
+ children?: import("react").ReactNode;
34
+ } & {
35
+ clear?: true | undefined;
36
+ pilled?: false | undefined;
37
+ transparent?: false | undefined;
38
+ } & import("react").RefAttributes<HTMLDivElement>) | (import("react").HTMLAttributes<HTMLDivElement> & {
39
+ text?: string | undefined;
40
+ contentLeft?: import("react").ReactNode;
41
+ contentRight?: import("react").ReactNode;
42
+ size?: string | undefined;
43
+ view?: string | undefined;
44
+ } & {
45
+ children?: import("react").ReactNode;
46
+ } & {
47
+ pilled?: true | undefined;
28
48
  transparent?: boolean | undefined;
49
+ clear?: false | undefined;
50
+ } & import("react").RefAttributes<HTMLDivElement>) | (import("react").HTMLAttributes<HTMLDivElement> & {
51
+ text?: string | undefined;
52
+ contentLeft?: import("react").ReactNode;
53
+ contentRight?: import("react").ReactNode;
29
54
  size?: string | undefined;
30
55
  view?: string | undefined;
31
56
  } & {
32
57
  children?: import("react").ReactNode;
33
- } & import("react").RefAttributes<HTMLDivElement>>;
58
+ } & {
59
+ pilled?: boolean | undefined;
60
+ transparent?: true | undefined;
61
+ clear?: false | undefined;
62
+ } & import("react").RefAttributes<HTMLDivElement>))>;
34
63
  //# sourceMappingURL=Badge.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Badge.d.ts","sourceRoot":"","sources":["../../../../../src/examples/plasma_web/components/Badge/Badge.ts"],"names":[],"mappings":";AAOA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kDAA0B,CAAC"}
1
+ {"version":3,"file":"Badge.d.ts","sourceRoot":"","sources":["../../../../../src/examples/plasma_web/components/Badge/Badge.ts"],"names":[],"mappings":";AAOA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oDAA0B,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"TextField.config.d.ts","sourceRoot":"","sources":["../../../../../src/examples/plasma_web/components/TextField/TextField.config.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAuZlB,CAAC"}
1
+ {"version":3,"file":"TextField.config.d.ts","sourceRoot":"","sources":["../../../../../src/examples/plasma_web/components/TextField/TextField.config.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAuYlB,CAAC"}
@@ -46,7 +46,7 @@ export declare const TextField: import("react").FunctionComponent<import("../../
46
46
  onChangeChips?: undefined;
47
47
  enumerationType?: "plain" | undefined;
48
48
  onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
49
- } & Omit<import("../../../../types").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
49
+ } & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
50
50
  size?: string | undefined;
51
51
  view?: string | undefined;
52
52
  readOnly?: boolean | undefined;
@@ -70,7 +70,7 @@ export declare const TextField: import("react").FunctionComponent<import("../../
70
70
  onSearch?: undefined;
71
71
  chips?: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
72
72
  onChangeChips?: ((value: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
73
- } & Omit<import("../../../../types").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
73
+ } & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
74
74
  size?: string | undefined;
75
75
  view?: string | undefined;
76
76
  readOnly?: boolean | undefined;
@@ -94,7 +94,7 @@ export declare const TextField: import("react").FunctionComponent<import("../../
94
94
  onChangeChips?: undefined;
95
95
  enumerationType?: "plain" | undefined;
96
96
  onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
97
- } & Omit<import("../../../../types").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
97
+ } & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
98
98
  size?: string | undefined;
99
99
  view?: string | undefined;
100
100
  readOnly?: boolean | undefined;
@@ -118,5 +118,5 @@ export declare const TextField: import("react").FunctionComponent<import("../../
118
118
  onSearch?: undefined;
119
119
  chips?: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
120
120
  onChangeChips?: ((value: import("../../../../components/TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
121
- } & Omit<import("../../../../types").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>))>;
121
+ } & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>))>;
122
122
  //# sourceMappingURL=TextField.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"TextField.d.ts","sourceRoot":"","sources":["../../../../../src/examples/plasma_web/components/TextField/TextField.ts"],"names":[],"mappings":";AAMA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qJAA0B,CAAC"}
1
+ {"version":3,"file":"TextField.d.ts","sourceRoot":"","sources":["../../../../../src/examples/plasma_web/components/TextField/TextField.ts"],"names":[],"mappings":";AAMA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yIAA0B,CAAC"}