@salutejs/plasma-new-hope 0.69.0-canary.1155.8506197081.0 → 0.69.0-dev.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (207) hide show
  1. package/cjs/components/Cell/Cell.css +3 -0
  2. package/cjs/components/Cell/Cell.js +71 -0
  3. package/cjs/components/Cell/Cell.js.map +1 -0
  4. package/cjs/components/Cell/Cell.styles.js +39 -0
  5. package/cjs/components/Cell/Cell.styles.js.map +1 -0
  6. package/cjs/components/Cell/Cell.styles_ygfo1w.css +1 -0
  7. package/cjs/components/Cell/Cell.tokens.js +50 -0
  8. package/cjs/components/Cell/Cell.tokens.js.map +1 -0
  9. package/cjs/components/Cell/ui/CellTextbox/CellTextbox.js +20 -0
  10. package/cjs/components/Cell/ui/CellTextbox/CellTextbox.js.map +1 -0
  11. package/cjs/components/Cell/ui/CellTextbox/CellTextbox.styles.js +13 -0
  12. package/cjs/components/Cell/ui/CellTextbox/CellTextbox.styles.js.map +1 -0
  13. package/cjs/components/Cell/ui/CellTextboxLabel/CellTextboxLabel.js +13 -0
  14. package/cjs/components/Cell/ui/CellTextboxLabel/CellTextboxLabel.js.map +1 -0
  15. package/cjs/components/Cell/ui/CellTextboxLabel/CellTextboxLabel.styles.js +13 -0
  16. package/cjs/components/Cell/ui/CellTextboxLabel/CellTextboxLabel.styles.js.map +1 -0
  17. package/cjs/components/Cell/ui/CellTextboxSubtitle/CellTextboxSubtitle.js +13 -0
  18. package/cjs/components/Cell/ui/CellTextboxSubtitle/CellTextboxSubtitle.js.map +1 -0
  19. package/cjs/components/Cell/ui/CellTextboxSubtitle/CellTextboxSubtitle.styles.js +13 -0
  20. package/cjs/components/Cell/ui/CellTextboxSubtitle/CellTextboxSubtitle.styles.js.map +1 -0
  21. package/cjs/components/Cell/ui/CellTextboxTitle/CellTextboxTitle.js +13 -0
  22. package/cjs/components/Cell/ui/CellTextboxTitle/CellTextboxTitle.js.map +1 -0
  23. package/cjs/components/Cell/ui/CellTextboxTitle/CellTextboxTitle.styles.js +13 -0
  24. package/cjs/components/Cell/ui/CellTextboxTitle/CellTextboxTitle.styles.js.map +1 -0
  25. package/cjs/components/Cell/variations/_size/base.js +9 -0
  26. package/cjs/components/Cell/variations/_size/base.js.map +1 -0
  27. package/cjs/components/Cell/variations/_size/base_x642ct.css +1 -0
  28. package/cjs/components/Cell/variations/_view/base.js +9 -0
  29. package/cjs/components/Cell/variations/_view/base.js.map +1 -0
  30. package/cjs/components/Cell/variations/_view/base_pir0qf.css +1 -0
  31. package/cjs/components/Pagination/Pagination.js +14 -13
  32. package/cjs/components/Pagination/Pagination.js.map +1 -1
  33. package/cjs/index.css +4 -0
  34. package/cjs/index.js +14 -0
  35. package/cjs/index.js.map +1 -1
  36. package/es/components/Cell/Cell.css +3 -0
  37. package/es/components/Cell/Cell.js +66 -0
  38. package/es/components/Cell/Cell.js.map +1 -0
  39. package/es/components/Cell/Cell.styles.js +31 -0
  40. package/es/components/Cell/Cell.styles.js.map +1 -0
  41. package/es/components/Cell/Cell.styles_ygfo1w.css +1 -0
  42. package/es/components/Cell/Cell.tokens.js +45 -0
  43. package/es/components/Cell/Cell.tokens.js.map +1 -0
  44. package/es/components/Cell/ui/CellTextbox/CellTextbox.js +16 -0
  45. package/es/components/Cell/ui/CellTextbox/CellTextbox.js.map +1 -0
  46. package/es/components/Cell/ui/CellTextbox/CellTextbox.styles.js +9 -0
  47. package/es/components/Cell/ui/CellTextbox/CellTextbox.styles.js.map +1 -0
  48. package/es/components/Cell/ui/CellTextboxLabel/CellTextboxLabel.js +9 -0
  49. package/es/components/Cell/ui/CellTextboxLabel/CellTextboxLabel.js.map +1 -0
  50. package/es/components/Cell/ui/CellTextboxLabel/CellTextboxLabel.styles.js +9 -0
  51. package/es/components/Cell/ui/CellTextboxLabel/CellTextboxLabel.styles.js.map +1 -0
  52. package/es/components/Cell/ui/CellTextboxSubtitle/CellTextboxSubtitle.js +9 -0
  53. package/es/components/Cell/ui/CellTextboxSubtitle/CellTextboxSubtitle.js.map +1 -0
  54. package/es/components/Cell/ui/CellTextboxSubtitle/CellTextboxSubtitle.styles.js +9 -0
  55. package/es/components/Cell/ui/CellTextboxSubtitle/CellTextboxSubtitle.styles.js.map +1 -0
  56. package/es/components/Cell/ui/CellTextboxTitle/CellTextboxTitle.js +9 -0
  57. package/es/components/Cell/ui/CellTextboxTitle/CellTextboxTitle.js.map +1 -0
  58. package/es/components/Cell/ui/CellTextboxTitle/CellTextboxTitle.styles.js +9 -0
  59. package/es/components/Cell/ui/CellTextboxTitle/CellTextboxTitle.styles.js.map +1 -0
  60. package/es/components/Cell/variations/_size/base.js +5 -0
  61. package/es/components/Cell/variations/_size/base.js.map +1 -0
  62. package/es/components/Cell/variations/_size/base_x642ct.css +1 -0
  63. package/es/components/Cell/variations/_view/base.js +5 -0
  64. package/es/components/Cell/variations/_view/base.js.map +1 -0
  65. package/es/components/Cell/variations/_view/base_pir0qf.css +1 -0
  66. package/es/components/Pagination/Pagination.js +15 -14
  67. package/es/components/Pagination/Pagination.js.map +1 -1
  68. package/es/index.css +4 -0
  69. package/es/index.js +6 -0
  70. package/es/index.js.map +1 -1
  71. package/package.json +4 -4
  72. package/styled-components/cjs/components/Cell/Cell.js +71 -0
  73. package/styled-components/cjs/components/Cell/Cell.styles.js +35 -0
  74. package/styled-components/cjs/components/Cell/Cell.tokens.js +48 -0
  75. package/styled-components/cjs/components/Cell/Cell.types.js +5 -0
  76. package/styled-components/cjs/components/Cell/index.js +59 -0
  77. package/styled-components/cjs/components/Cell/ui/CellTextbox/CellTextbox.js +19 -0
  78. package/styled-components/cjs/components/Cell/ui/CellTextbox/CellTextbox.styles.js +12 -0
  79. package/styled-components/cjs/components/Cell/ui/CellTextbox/CellTextbox.types.js +5 -0
  80. package/styled-components/cjs/components/Cell/ui/CellTextboxLabel/CellTextboxLabel.js +12 -0
  81. package/styled-components/cjs/components/Cell/ui/CellTextboxLabel/CellTextboxLabel.styles.js +12 -0
  82. package/styled-components/cjs/components/Cell/ui/CellTextboxSubtitle/CellTextboxSubtitle.js +12 -0
  83. package/styled-components/cjs/components/Cell/ui/CellTextboxSubtitle/CellTextboxSubtitle.styles.js +12 -0
  84. package/styled-components/cjs/components/Cell/ui/CellTextboxTitle/CellTextboxTitle.js +12 -0
  85. package/styled-components/cjs/components/Cell/ui/CellTextboxTitle/CellTextboxTitle.styles.js +12 -0
  86. package/styled-components/cjs/components/Cell/variations/_size/base.js +8 -0
  87. package/styled-components/cjs/components/Cell/variations/_size/tokens.json +1 -0
  88. package/styled-components/cjs/components/Cell/variations/_stretching/base.js +9 -0
  89. package/styled-components/cjs/components/Cell/variations/_stretching/tokens.json +1 -0
  90. package/styled-components/cjs/components/Cell/variations/_view/base.js +9 -0
  91. package/styled-components/cjs/components/Cell/variations/_view/tokens.json +1 -0
  92. package/styled-components/cjs/components/Pagination/Pagination.js +14 -13
  93. package/styled-components/cjs/examples/plasma_b2c/components/Cell/Cell.config.js +21 -0
  94. package/styled-components/cjs/examples/plasma_b2c/components/Cell/Cell.js +35 -0
  95. package/styled-components/cjs/examples/plasma_b2c/components/Cell/Cell.stories.tsx +128 -0
  96. package/styled-components/cjs/examples/plasma_b2c/components/Chip/Chip.config.js +1 -2
  97. package/styled-components/cjs/examples/plasma_b2c/components/Pagination/Pagination.config.js +4 -4
  98. package/styled-components/cjs/examples/plasma_b2c/components/Pagination/Pagination.stories.tsx +14 -7
  99. package/styled-components/cjs/examples/plasma_web/components/Cell/Cell.config.js +21 -0
  100. package/styled-components/cjs/examples/plasma_web/components/Cell/Cell.js +35 -0
  101. package/styled-components/cjs/examples/plasma_web/components/Cell/Cell.stories.tsx +128 -0
  102. package/styled-components/cjs/examples/plasma_web/components/Chip/Chip.config.js +1 -2
  103. package/styled-components/cjs/examples/plasma_web/components/Pagination/Pagination.config.js +4 -4
  104. package/styled-components/cjs/examples/plasma_web/components/Pagination/Pagination.stories.tsx +14 -7
  105. package/styled-components/cjs/index.js +11 -0
  106. package/styled-components/es/components/Cell/Cell.js +62 -0
  107. package/styled-components/es/components/Cell/Cell.styles.js +27 -0
  108. package/styled-components/es/components/Cell/Cell.tokens.js +42 -0
  109. package/styled-components/es/components/Cell/Cell.types.js +1 -0
  110. package/styled-components/es/components/Cell/index.js +6 -0
  111. package/styled-components/es/components/Cell/ui/CellTextbox/CellTextbox.js +12 -0
  112. package/styled-components/es/components/Cell/ui/CellTextbox/CellTextbox.styles.js +5 -0
  113. package/styled-components/es/components/Cell/ui/CellTextbox/CellTextbox.types.js +1 -0
  114. package/styled-components/es/components/Cell/ui/CellTextboxLabel/CellTextboxLabel.js +5 -0
  115. package/styled-components/es/components/Cell/ui/CellTextboxLabel/CellTextboxLabel.styles.js +5 -0
  116. package/styled-components/es/components/Cell/ui/CellTextboxSubtitle/CellTextboxSubtitle.js +5 -0
  117. package/styled-components/es/components/Cell/ui/CellTextboxSubtitle/CellTextboxSubtitle.styles.js +5 -0
  118. package/styled-components/es/components/Cell/ui/CellTextboxTitle/CellTextboxTitle.js +5 -0
  119. package/styled-components/es/components/Cell/ui/CellTextboxTitle/CellTextboxTitle.styles.js +5 -0
  120. package/styled-components/es/components/Cell/variations/_size/base.js +2 -0
  121. package/styled-components/es/components/Cell/variations/_size/tokens.json +1 -0
  122. package/styled-components/es/components/Cell/variations/_stretching/base.js +3 -0
  123. package/styled-components/es/components/Cell/variations/_stretching/tokens.json +1 -0
  124. package/styled-components/es/components/Cell/variations/_view/base.js +3 -0
  125. package/styled-components/es/components/Cell/variations/_view/tokens.json +1 -0
  126. package/styled-components/es/components/Pagination/Pagination.js +14 -13
  127. package/styled-components/es/examples/plasma_b2c/components/Cell/Cell.config.js +15 -0
  128. package/styled-components/es/examples/plasma_b2c/components/Cell/Cell.js +6 -0
  129. package/styled-components/es/examples/plasma_b2c/components/Cell/Cell.stories.tsx +128 -0
  130. package/styled-components/es/examples/plasma_b2c/components/Chip/Chip.config.js +1 -2
  131. package/styled-components/es/examples/plasma_b2c/components/Pagination/Pagination.config.js +4 -4
  132. package/styled-components/es/examples/plasma_b2c/components/Pagination/Pagination.stories.tsx +14 -7
  133. package/styled-components/es/examples/plasma_web/components/Cell/Cell.config.js +15 -0
  134. package/styled-components/es/examples/plasma_web/components/Cell/Cell.js +6 -0
  135. package/styled-components/es/examples/plasma_web/components/Cell/Cell.stories.tsx +128 -0
  136. package/styled-components/es/examples/plasma_web/components/Chip/Chip.config.js +1 -2
  137. package/styled-components/es/examples/plasma_web/components/Pagination/Pagination.config.js +4 -4
  138. package/styled-components/es/examples/plasma_web/components/Pagination/Pagination.stories.tsx +14 -7
  139. package/styled-components/es/index.js +1 -0
  140. package/types/components/Cell/Cell.d.ts +23 -0
  141. package/types/components/Cell/Cell.d.ts.map +1 -0
  142. package/types/components/Cell/Cell.styles.d.ts +11 -0
  143. package/types/components/Cell/Cell.styles.d.ts.map +1 -0
  144. package/types/components/Cell/Cell.tokens.d.ts +43 -0
  145. package/types/components/Cell/Cell.tokens.d.ts.map +1 -0
  146. package/types/components/Cell/Cell.types.d.ts +51 -0
  147. package/types/components/Cell/Cell.types.d.ts.map +1 -0
  148. package/types/components/Cell/index.d.ts +9 -0
  149. package/types/components/Cell/index.d.ts.map +1 -0
  150. package/types/components/Cell/ui/CellTextbox/CellTextbox.d.ts +4 -0
  151. package/types/components/Cell/ui/CellTextbox/CellTextbox.d.ts.map +1 -0
  152. package/types/components/Cell/ui/CellTextbox/CellTextbox.styles.d.ts +2 -0
  153. package/types/components/Cell/ui/CellTextbox/CellTextbox.styles.d.ts.map +1 -0
  154. package/types/components/Cell/ui/CellTextbox/CellTextbox.types.d.ts +33 -0
  155. package/types/components/Cell/ui/CellTextbox/CellTextbox.types.d.ts.map +1 -0
  156. package/types/components/Cell/ui/CellTextboxLabel/CellTextboxLabel.d.ts +3 -0
  157. package/types/components/Cell/ui/CellTextboxLabel/CellTextboxLabel.d.ts.map +1 -0
  158. package/types/components/Cell/ui/CellTextboxLabel/CellTextboxLabel.styles.d.ts +2 -0
  159. package/types/components/Cell/ui/CellTextboxLabel/CellTextboxLabel.styles.d.ts.map +1 -0
  160. package/types/components/Cell/ui/CellTextboxSubtitle/CellTextboxSubtitle.d.ts +3 -0
  161. package/types/components/Cell/ui/CellTextboxSubtitle/CellTextboxSubtitle.d.ts.map +1 -0
  162. package/types/components/Cell/ui/CellTextboxSubtitle/CellTextboxSubtitle.styles.d.ts +2 -0
  163. package/types/components/Cell/ui/CellTextboxSubtitle/CellTextboxSubtitle.styles.d.ts.map +1 -0
  164. package/types/components/Cell/ui/CellTextboxTitle/CellTextboxTitle.d.ts +3 -0
  165. package/types/components/Cell/ui/CellTextboxTitle/CellTextboxTitle.d.ts.map +1 -0
  166. package/types/components/Cell/ui/CellTextboxTitle/CellTextboxTitle.styles.d.ts +2 -0
  167. package/types/components/Cell/ui/CellTextboxTitle/CellTextboxTitle.styles.d.ts.map +1 -0
  168. package/types/components/Cell/variations/_size/base.d.ts +2 -0
  169. package/types/components/Cell/variations/_size/base.d.ts.map +1 -0
  170. package/types/components/Cell/variations/_stretching/base.d.ts +2 -0
  171. package/types/components/Cell/variations/_stretching/base.d.ts.map +1 -0
  172. package/types/components/Cell/variations/_view/base.d.ts +2 -0
  173. package/types/components/Cell/variations/_view/base.d.ts.map +1 -0
  174. package/types/components/Chip/Chip.d.ts +26 -2
  175. package/types/components/Chip/Chip.d.ts.map +1 -1
  176. package/types/components/Chip/Chip.types.d.ts +6 -5
  177. package/types/components/Chip/Chip.types.d.ts.map +1 -1
  178. package/types/components/Combobox/ui/ComboboxChip/ComboboxChip.styles.d.ts +13 -1
  179. package/types/components/Combobox/ui/ComboboxChip/ComboboxChip.styles.d.ts.map +1 -1
  180. package/types/components/Indicator/Indicator.d.ts +2 -2
  181. package/types/components/Pagination/Pagination.d.ts.map +1 -1
  182. package/types/components/Select/ui/SelectChip/SelectChip.styles.d.ts +13 -1
  183. package/types/components/Select/ui/SelectChip/SelectChip.styles.d.ts.map +1 -1
  184. package/types/examples/plasma_b2c/components/Cell/Cell.config.d.ts +14 -0
  185. package/types/examples/plasma_b2c/components/Cell/Cell.config.d.ts.map +1 -0
  186. package/types/examples/plasma_b2c/components/Cell/Cell.d.ts +45 -0
  187. package/types/examples/plasma_b2c/components/Cell/Cell.d.ts.map +1 -0
  188. package/types/examples/plasma_b2c/components/Chip/Chip.config.d.ts +0 -1
  189. package/types/examples/plasma_b2c/components/Chip/Chip.config.d.ts.map +1 -1
  190. package/types/examples/plasma_b2c/components/Chip/Chip.d.ts +13 -2
  191. package/types/examples/plasma_b2c/components/Chip/Chip.d.ts.map +1 -1
  192. package/types/examples/plasma_b2c/components/Combobox/Combobox.d.ts +2 -2
  193. package/types/examples/plasma_b2c/components/Indicator/Indicator.d.ts +2 -2
  194. package/types/examples/plasma_web/components/Cell/Cell.config.d.ts +14 -0
  195. package/types/examples/plasma_web/components/Cell/Cell.config.d.ts.map +1 -0
  196. package/types/examples/plasma_web/components/Cell/Cell.d.ts +45 -0
  197. package/types/examples/plasma_web/components/Cell/Cell.d.ts.map +1 -0
  198. package/types/examples/plasma_web/components/Chip/Chip.config.d.ts +0 -1
  199. package/types/examples/plasma_web/components/Chip/Chip.config.d.ts.map +1 -1
  200. package/types/examples/plasma_web/components/Chip/Chip.d.ts +13 -2
  201. package/types/examples/plasma_web/components/Chip/Chip.d.ts.map +1 -1
  202. package/types/examples/plasma_web/components/Combobox/Combobox.d.ts +2 -2
  203. package/types/examples/plasma_web/components/Indicator/Indicator.d.ts +2 -2
  204. package/types/examples/sds_engineer/components/Chip/Chip.d.ts +13 -1
  205. package/types/examples/sds_engineer/components/Chip/Chip.d.ts.map +1 -1
  206. package/types/index.d.ts +1 -0
  207. package/types/index.d.ts.map +1 -1
@@ -1,4 +1,6 @@
1
1
  import type { ButtonHTMLAttributes, PropsWithChildren, ReactNode } from 'react';
2
+ declare type ChipSize = 'l' | 'm' | 's' | 'xs';
3
+ declare type ChipView = 'default' | 'secondary' | 'positive';
2
4
  declare type CustomChipProps = {
3
5
  /**
4
6
  * Текстовая надпись
@@ -33,19 +35,18 @@ declare type CustomChipProps = {
33
35
  * @default
34
36
  * m
35
37
  */
36
- size?: string;
38
+ size?: ChipSize;
37
39
  /**
38
40
  * Вид Chip
39
41
  * @default
40
- * primary
42
+ * default
41
43
  */
42
- view?: string;
44
+ view?: ChipView;
43
45
  /**
44
46
  * Коллбек при взаимодействии с элементом
45
47
  */
46
48
  onClear?: () => void;
47
49
  } & PropsWithChildren;
48
- export interface ChipProps extends ButtonHTMLAttributes<HTMLButtonElement>, CustomChipProps {
49
- }
50
+ export declare type ChipProps = ButtonHTMLAttributes<HTMLButtonElement> & CustomChipProps;
50
51
  export {};
51
52
  //# sourceMappingURL=Chip.types.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Chip.types.d.ts","sourceRoot":"","sources":["../../../src/components/Chip/Chip.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,oBAAoB,EAAE,iBAAiB,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEhF,aAAK,eAAe,GAAG;IACnB;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,WAAW,CAAC,EAAE,SAAS,CAAC;IACxB;;OAEG;IACH,YAAY,CAAC,EAAE,SAAS,CAAC;IACzB;;OAEG;IACH,kBAAkB,CAAC,EAAE,SAAS,CAAC;IAC/B;;;;OAIG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;CACxB,GAAG,iBAAiB,CAAC;AAEtB,MAAM,WAAW,SAAU,SAAQ,oBAAoB,CAAC,iBAAiB,CAAC,EAAE,eAAe;CAAG"}
1
+ {"version":3,"file":"Chip.types.d.ts","sourceRoot":"","sources":["../../../src/components/Chip/Chip.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,oBAAoB,EAAE,iBAAiB,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEhF,aAAK,QAAQ,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,IAAI,CAAC;AACvC,aAAK,QAAQ,GAAG,SAAS,GAAG,WAAW,GAAG,UAAU,CAAC;AAErD,aAAK,eAAe,GAAG;IACnB;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,WAAW,CAAC,EAAE,SAAS,CAAC;IACxB;;OAEG;IACH,YAAY,CAAC,EAAE,SAAS,CAAC;IACzB;;OAEG;IACH,kBAAkB,CAAC,EAAE,SAAS,CAAC;IAC/B;;;;OAIG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB;;;;OAIG;IACH,IAAI,CAAC,EAAE,QAAQ,CAAC;IAChB;;;;OAIG;IACH,IAAI,CAAC,EAAE,QAAQ,CAAC;IAChB;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;CACxB,GAAG,iBAAiB,CAAC;AAEtB,oBAAY,SAAS,GAAG,oBAAoB,CAAC,iBAAiB,CAAC,GAAG,eAAe,CAAC"}
@@ -1,3 +1,15 @@
1
1
  /// <reference types="react" />
2
- export declare const StyledChip: import("@linaria/react").StyledMeta & import("react").FunctionComponent<import("../../../../engines/types").PropsType<import("../../../../engines/types").Variants> & import("../../../Chip").ChipProps & import("react").RefAttributes<HTMLButtonElement>>;
2
+ export declare const StyledChip: import("@linaria/react").StyledMeta & import("react").FunctionComponent<import("../../../../engines/types").PropsType<import("../../../../engines/types").Variants> & import("react").ButtonHTMLAttributes<HTMLButtonElement> & {
3
+ text?: string | undefined;
4
+ contentLeft?: import("react").ReactNode;
5
+ contentRight?: import("react").ReactNode;
6
+ contentClearButton?: import("react").ReactNode;
7
+ disabled?: boolean | undefined;
8
+ readOnly?: boolean | undefined;
9
+ size?: ("m" | "s" | "xs" | "l") | undefined;
10
+ view?: ("secondary" | "default" | "positive") | undefined;
11
+ onClear?: (() => void) | undefined;
12
+ } & {
13
+ children?: import("react").ReactNode;
14
+ } & import("react").RefAttributes<HTMLButtonElement>>;
3
15
  //# sourceMappingURL=ComboboxChip.styles.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ComboboxChip.styles.d.ts","sourceRoot":"","sources":["../../../../../src/components/Combobox/ui/ComboboxChip/ComboboxChip.styles.ts"],"names":[],"mappings":";AAYA,eAAO,MAAM,UAAU,6PAwCtB,CAAC"}
1
+ {"version":3,"file":"ComboboxChip.styles.d.ts","sourceRoot":"","sources":["../../../../../src/components/Combobox/ui/ComboboxChip/ComboboxChip.styles.ts"],"names":[],"mappings":";AAYA,eAAO,MAAM,UAAU;;;;;;;;;;;;qDAwCtB,CAAC"}
@@ -3,14 +3,14 @@ import { RootProps } from '../../engines';
3
3
  import { IndicatorProps } from './Indicator.types';
4
4
  export declare const indicatorRoot: (Root: RootProps<HTMLDivElement, IndicatorProps>) => React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLDivElement> & {
5
5
  size: "m" | "s" | "l";
6
- view: "accent" | "black" | "white" | "default" | "inactive" | "warning" | "positive" | "negative";
6
+ view: "accent" | "black" | "white" | "default" | "inactive" | "positive" | "warning" | "negative";
7
7
  } & React.RefAttributes<HTMLDivElement>>;
8
8
  export declare const indicatorConfig: {
9
9
  name: string;
10
10
  tag: string;
11
11
  layout: (Root: RootProps<HTMLDivElement, IndicatorProps>) => React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLDivElement> & {
12
12
  size: "m" | "s" | "l";
13
- view: "accent" | "black" | "white" | "default" | "inactive" | "warning" | "positive" | "negative";
13
+ view: "accent" | "black" | "white" | "default" | "inactive" | "positive" | "warning" | "negative";
14
14
  } & React.RefAttributes<HTMLDivElement>>;
15
15
  base: import("@linaria/core").LinariaClassName;
16
16
  variations: {
@@ -1 +1 @@
1
- {"version":3,"file":"Pagination.d.ts","sourceRoot":"","sources":["../../../src/components/Pagination/Pagination.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA0C,MAAM,OAAO,CAAC;AAG/D,OAAO,EAAE,SAAS,EAAE,MAAM,eAAe,CAAC;AAW1C,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,oBAAoB,CAAC;AAS1D,eAAO,MAAM,cAAc,SAAU,UAAU,cAAc,EAAE,eAAe,CAAC,2FAiK1E,CAAC;AAEN,eAAO,MAAM,gBAAgB;;;mBAnKQ,UAAU,cAAc,EAAE,eAAe,CAAC;;;;;;;;;;;;;;;;;CAuL9E,CAAC"}
1
+ {"version":3,"file":"Pagination.d.ts","sourceRoot":"","sources":["../../../src/components/Pagination/Pagination.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA0C,MAAM,OAAO,CAAC;AAG/D,OAAO,EAAE,SAAS,EAAE,MAAM,eAAe,CAAC;AAW1C,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,oBAAoB,CAAC;AAS1D,eAAO,MAAM,cAAc,SAAU,UAAU,cAAc,EAAE,eAAe,CAAC,2FAoK1E,CAAC;AAEN,eAAO,MAAM,gBAAgB;;;mBAtKQ,UAAU,cAAc,EAAE,eAAe,CAAC;;;;;;;;;;;;;;;;;CA0L9E,CAAC"}
@@ -1,3 +1,15 @@
1
1
  /// <reference types="react" />
2
- export declare const StyledChip: import("@linaria/react").StyledMeta & import("react").FunctionComponent<import("../../../../engines/types").PropsType<import("../../../../engines/types").Variants> & import("../../../Chip").ChipProps & import("react").RefAttributes<HTMLButtonElement>>;
2
+ export declare const StyledChip: import("@linaria/react").StyledMeta & import("react").FunctionComponent<import("../../../../engines/types").PropsType<import("../../../../engines/types").Variants> & import("react").ButtonHTMLAttributes<HTMLButtonElement> & {
3
+ text?: string | undefined;
4
+ contentLeft?: import("react").ReactNode;
5
+ contentRight?: import("react").ReactNode;
6
+ contentClearButton?: import("react").ReactNode;
7
+ disabled?: boolean | undefined;
8
+ readOnly?: boolean | undefined;
9
+ size?: ("m" | "s" | "xs" | "l") | undefined;
10
+ view?: ("secondary" | "default" | "positive") | undefined;
11
+ onClear?: (() => void) | undefined;
12
+ } & {
13
+ children?: import("react").ReactNode;
14
+ } & import("react").RefAttributes<HTMLButtonElement>>;
3
15
  //# sourceMappingURL=SelectChip.styles.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"SelectChip.styles.d.ts","sourceRoot":"","sources":["../../../../../src/components/Select/ui/SelectChip/SelectChip.styles.ts"],"names":[],"mappings":";AAYA,eAAO,MAAM,UAAU,6PAwCtB,CAAC"}
1
+ {"version":3,"file":"SelectChip.styles.d.ts","sourceRoot":"","sources":["../../../../../src/components/Select/ui/SelectChip/SelectChip.styles.ts"],"names":[],"mappings":";AAYA,eAAO,MAAM,UAAU;;;;;;;;;;;;qDAwCtB,CAAC"}
@@ -0,0 +1,14 @@
1
+ export declare const config: {
2
+ variations: {
3
+ view: {
4
+ default: import("@linaria/core").LinariaClassName;
5
+ };
6
+ size: {
7
+ l: import("@linaria/core").LinariaClassName;
8
+ m: import("@linaria/core").LinariaClassName;
9
+ s: import("@linaria/core").LinariaClassName;
10
+ xs: import("@linaria/core").LinariaClassName;
11
+ };
12
+ };
13
+ };
14
+ //# sourceMappingURL=Cell.config.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Cell.config.d.ts","sourceRoot":"","sources":["../../../../../src/examples/plasma_b2c/components/Cell/Cell.config.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,MAAM;;;;;;;;;;;;CA8IlB,CAAC"}
@@ -0,0 +1,45 @@
1
+ /// <reference types="react" />
2
+ import { CellTextbox, CellTextboxLabel, CellTextboxSubtitle, CellTextboxTitle } from '../../../../components/Cell';
3
+ export declare const Cell: import("react").FunctionComponent<import("../../../../engines/types").PropsType<{
4
+ view: {
5
+ default: import("@linaria/core").LinariaClassName;
6
+ };
7
+ size: {
8
+ l: import("@linaria/core").LinariaClassName;
9
+ m: import("@linaria/core").LinariaClassName;
10
+ s: import("@linaria/core").LinariaClassName;
11
+ xs: import("@linaria/core").LinariaClassName;
12
+ };
13
+ }> & (({
14
+ size?: string | undefined;
15
+ view: string;
16
+ contentLeft?: import("react").ReactNode;
17
+ contentRight?: import("react").ReactNode;
18
+ alignContentLeft?: import("../../../../components/Cell/Cell.types").AlignProp | undefined;
19
+ alignContentRight?: import("../../../../components/Cell/Cell.types").AlignProp | undefined;
20
+ stretching?: "fixed" | "auto" | "filled" | undefined;
21
+ content?: import("react").ReactNode;
22
+ description?: string | undefined;
23
+ } & {
24
+ title?: string | undefined;
25
+ subtitle?: string | undefined;
26
+ label?: string | undefined;
27
+ children?: undefined;
28
+ } & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>) | ({
29
+ size?: string | undefined;
30
+ view: string;
31
+ contentLeft?: import("react").ReactNode;
32
+ contentRight?: import("react").ReactNode;
33
+ alignContentLeft?: import("../../../../components/Cell/Cell.types").AlignProp | undefined;
34
+ alignContentRight?: import("../../../../components/Cell/Cell.types").AlignProp | undefined;
35
+ stretching?: "fixed" | "auto" | "filled" | undefined;
36
+ content?: import("react").ReactNode;
37
+ description?: string | undefined;
38
+ } & {
39
+ title?: undefined;
40
+ subtitle?: undefined;
41
+ label?: undefined;
42
+ children?: import("react").ReactNode;
43
+ } & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>))>;
44
+ export { CellTextbox, CellTextboxLabel, CellTextboxSubtitle, CellTextboxTitle };
45
+ //# sourceMappingURL=Cell.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Cell.d.ts","sourceRoot":"","sources":["../../../../../src/examples/plasma_b2c/components/Cell/Cell.ts"],"names":[],"mappings":";AAAA,OAAO,EAEH,WAAW,EACX,gBAAgB,EAChB,mBAAmB,EACnB,gBAAgB,EACnB,MAAM,6BAA6B,CAAC;AAMrC,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qGAA0B,CAAC;AAC5C,OAAO,EAAE,WAAW,EAAE,gBAAgB,EAAE,mBAAmB,EAAE,gBAAgB,EAAE,CAAC"}
@@ -6,7 +6,6 @@ export declare const config: {
6
6
  };
7
7
  variations: {
8
8
  view: {
9
- default: import("@linaria/core").LinariaClassName;
10
9
  primary: import("@linaria/core").LinariaClassName;
11
10
  secondary: import("@linaria/core").LinariaClassName;
12
11
  positive: import("@linaria/core").LinariaClassName;
@@ -1 +1 @@
1
- {"version":3,"file":"Chip.config.d.ts","sourceRoot":"","sources":["../../../../../src/examples/plasma_b2c/components/Chip/Chip.config.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;CAkMlB,CAAC"}
1
+ {"version":3,"file":"Chip.config.d.ts","sourceRoot":"","sources":["../../../../../src/examples/plasma_b2c/components/Chip/Chip.config.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;CA8KlB,CAAC"}
@@ -1,7 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  export declare const Chip: import("react").FunctionComponent<import("../../../../engines/types").PropsType<{
3
3
  view: {
4
- default: import("@linaria/core").LinariaClassName;
5
4
  primary: import("@linaria/core").LinariaClassName;
6
5
  secondary: import("@linaria/core").LinariaClassName;
7
6
  positive: import("@linaria/core").LinariaClassName;
@@ -18,5 +17,17 @@ export declare const Chip: import("react").FunctionComponent<import("../../../..
18
17
  focused: {
19
18
  true: import("@linaria/core").LinariaClassName;
20
19
  };
21
- }> & import("../../../../components/Chip").ChipProps & import("react").RefAttributes<HTMLButtonElement>>;
20
+ }> & import("react").ButtonHTMLAttributes<HTMLButtonElement> & {
21
+ text?: string | undefined;
22
+ contentLeft?: import("react").ReactNode;
23
+ contentRight?: import("react").ReactNode;
24
+ contentClearButton?: import("react").ReactNode;
25
+ disabled?: boolean | undefined;
26
+ readOnly?: boolean | undefined;
27
+ size?: ("m" | "s" | "xs" | "l") | undefined;
28
+ view?: ("secondary" | "default" | "positive") | undefined;
29
+ onClear?: (() => void) | undefined;
30
+ } & {
31
+ children?: import("react").ReactNode;
32
+ } & import("react").RefAttributes<HTMLButtonElement>>;
22
33
  //# sourceMappingURL=Chip.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Chip.d.ts","sourceRoot":"","sources":["../../../../../src/examples/plasma_b2c/components/Chip/Chip.ts"],"names":[],"mappings":";AAOA,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;wGAA0B,CAAC"}
1
+ {"version":3,"file":"Chip.d.ts","sourceRoot":"","sources":["../../../../../src/examples/plasma_b2c/components/Chip/Chip.ts"],"names":[],"mappings":";AAOA,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qDAA0B,CAAC"}
@@ -9,11 +9,11 @@ export declare const Combobox: import("react").FunctionComponent<import("../../.
9
9
  view: {
10
10
  default: import("@linaria/core").LinariaClassName;
11
11
  };
12
- }> & ((Omit<import("@salutejs/plasma-core").InputHTMLAttributes<HTMLInputElement>, "onChange" | "value" | "type" | "target" | "size" | "checked" | "minLength" | "maxLength"> & import("../../../../components/Combobox/Combobox.types").CustomComboboxProps & {
12
+ }> & ((Omit<import("@salutejs/plasma-core").InputHTMLAttributes<HTMLInputElement>, "onChange" | "value" | "type" | "target" | "size" | "checked" | "maxLength" | "minLength"> & import("../../../../components/Combobox/Combobox.types").CustomComboboxProps & {
13
13
  valueType?: "single" | undefined;
14
14
  value?: import("../../../../components/Combobox").ComboboxPrimitiveValue | undefined;
15
15
  onChangeValue?: ((value?: import("../../../../components/Combobox").ComboboxPrimitiveValue | undefined) => void) | undefined;
16
- } & import("react").RefAttributes<HTMLInputElement>) | (Omit<import("@salutejs/plasma-core").InputHTMLAttributes<HTMLInputElement>, "onChange" | "value" | "type" | "target" | "size" | "checked" | "minLength" | "maxLength"> & import("../../../../components/Combobox/Combobox.types").CustomComboboxProps & {
16
+ } & import("react").RefAttributes<HTMLInputElement>) | (Omit<import("@salutejs/plasma-core").InputHTMLAttributes<HTMLInputElement>, "onChange" | "value" | "type" | "target" | "size" | "checked" | "maxLength" | "minLength"> & import("../../../../components/Combobox/Combobox.types").CustomComboboxProps & {
17
17
  valueType: "multiple";
18
18
  value?: import("../../../../components/Combobox").ComboboxPrimitiveValue[] | undefined;
19
19
  onChangeValue?: ((value?: import("../../../../components/Combobox").ComboboxPrimitiveValue[] | undefined) => void) | undefined;
@@ -33,7 +33,7 @@ declare const mergedConfig: import("../../../../engines").ComponentConfig<string
33
33
  };
34
34
  }>, import("react").HTMLAttributes<HTMLDivElement> & {
35
35
  size: "m" | "s" | "l";
36
- view: "accent" | "black" | "white" | "default" | "inactive" | "warning" | "positive" | "negative";
36
+ view: "accent" | "black" | "white" | "default" | "inactive" | "positive" | "warning" | "negative";
37
37
  } & import("react").RefAttributes<HTMLDivElement>>;
38
38
  declare const Indicator: import("react").FunctionComponent<import("../../../../engines/types").PropsType<{
39
39
  view: {
@@ -53,7 +53,7 @@ declare const Indicator: import("react").FunctionComponent<import("../../../../e
53
53
  };
54
54
  }> & import("react").HTMLAttributes<HTMLDivElement> & {
55
55
  size: "m" | "s" | "l";
56
- view: "accent" | "black" | "white" | "default" | "inactive" | "warning" | "positive" | "negative";
56
+ view: "accent" | "black" | "white" | "default" | "inactive" | "positive" | "warning" | "negative";
57
57
  } & import("react").RefAttributes<HTMLDivElement>>;
58
58
  export { Indicator, mergedConfig };
59
59
  //# sourceMappingURL=Indicator.d.ts.map
@@ -0,0 +1,14 @@
1
+ export declare const config: {
2
+ variations: {
3
+ view: {
4
+ default: import("@linaria/core").LinariaClassName;
5
+ };
6
+ size: {
7
+ l: import("@linaria/core").LinariaClassName;
8
+ m: import("@linaria/core").LinariaClassName;
9
+ s: import("@linaria/core").LinariaClassName;
10
+ xs: import("@linaria/core").LinariaClassName;
11
+ };
12
+ };
13
+ };
14
+ //# sourceMappingURL=Cell.config.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Cell.config.d.ts","sourceRoot":"","sources":["../../../../../src/examples/plasma_web/components/Cell/Cell.config.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,MAAM;;;;;;;;;;;;CA+IlB,CAAC"}
@@ -0,0 +1,45 @@
1
+ /// <reference types="react" />
2
+ import { CellTextbox, CellTextboxLabel, CellTextboxSubtitle, CellTextboxTitle } from '../../../../components/Cell';
3
+ export declare const Cell: import("react").FunctionComponent<import("../../../../engines/types").PropsType<{
4
+ view: {
5
+ default: import("@linaria/core").LinariaClassName;
6
+ };
7
+ size: {
8
+ l: import("@linaria/core").LinariaClassName;
9
+ m: import("@linaria/core").LinariaClassName;
10
+ s: import("@linaria/core").LinariaClassName;
11
+ xs: import("@linaria/core").LinariaClassName;
12
+ };
13
+ }> & (({
14
+ size?: string | undefined;
15
+ view: string;
16
+ contentLeft?: import("react").ReactNode;
17
+ contentRight?: import("react").ReactNode;
18
+ alignContentLeft?: import("../../../../components/Cell/Cell.types").AlignProp | undefined;
19
+ alignContentRight?: import("../../../../components/Cell/Cell.types").AlignProp | undefined;
20
+ stretching?: "fixed" | "auto" | "filled" | undefined;
21
+ content?: import("react").ReactNode;
22
+ description?: string | undefined;
23
+ } & {
24
+ title?: string | undefined;
25
+ subtitle?: string | undefined;
26
+ label?: string | undefined;
27
+ children?: undefined;
28
+ } & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>) | ({
29
+ size?: string | undefined;
30
+ view: string;
31
+ contentLeft?: import("react").ReactNode;
32
+ contentRight?: import("react").ReactNode;
33
+ alignContentLeft?: import("../../../../components/Cell/Cell.types").AlignProp | undefined;
34
+ alignContentRight?: import("../../../../components/Cell/Cell.types").AlignProp | undefined;
35
+ stretching?: "fixed" | "auto" | "filled" | undefined;
36
+ content?: import("react").ReactNode;
37
+ description?: string | undefined;
38
+ } & {
39
+ title?: undefined;
40
+ subtitle?: undefined;
41
+ label?: undefined;
42
+ children?: import("react").ReactNode;
43
+ } & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>))>;
44
+ export { CellTextbox, CellTextboxLabel, CellTextboxSubtitle, CellTextboxTitle };
45
+ //# sourceMappingURL=Cell.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Cell.d.ts","sourceRoot":"","sources":["../../../../../src/examples/plasma_web/components/Cell/Cell.ts"],"names":[],"mappings":";AACA,OAAO,EAEH,WAAW,EACX,gBAAgB,EAChB,mBAAmB,EACnB,gBAAgB,EACnB,MAAM,6BAA6B,CAAC;AAKrC,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qGAA0B,CAAC;AAC5C,OAAO,EAAE,WAAW,EAAE,gBAAgB,EAAE,mBAAmB,EAAE,gBAAgB,EAAE,CAAC"}
@@ -6,7 +6,6 @@ export declare const config: {
6
6
  };
7
7
  variations: {
8
8
  view: {
9
- default: import("@linaria/core").LinariaClassName;
10
9
  primary: import("@linaria/core").LinariaClassName;
11
10
  secondary: import("@linaria/core").LinariaClassName;
12
11
  positive: import("@linaria/core").LinariaClassName;
@@ -1 +1 @@
1
- {"version":3,"file":"Chip.config.d.ts","sourceRoot":"","sources":["../../../../../src/examples/plasma_web/components/Chip/Chip.config.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;CAkMlB,CAAC"}
1
+ {"version":3,"file":"Chip.config.d.ts","sourceRoot":"","sources":["../../../../../src/examples/plasma_web/components/Chip/Chip.config.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;CA8KlB,CAAC"}
@@ -1,7 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  export declare const Chip: import("react").FunctionComponent<import("../../../../engines/types").PropsType<{
3
3
  view: {
4
- default: import("@linaria/core").LinariaClassName;
5
4
  primary: import("@linaria/core").LinariaClassName;
6
5
  secondary: import("@linaria/core").LinariaClassName;
7
6
  positive: import("@linaria/core").LinariaClassName;
@@ -18,5 +17,17 @@ export declare const Chip: import("react").FunctionComponent<import("../../../..
18
17
  focused: {
19
18
  true: import("@linaria/core").LinariaClassName;
20
19
  };
21
- }> & import("../../../../components/Chip").ChipProps & import("react").RefAttributes<HTMLButtonElement>>;
20
+ }> & import("react").ButtonHTMLAttributes<HTMLButtonElement> & {
21
+ text?: string | undefined;
22
+ contentLeft?: import("react").ReactNode;
23
+ contentRight?: import("react").ReactNode;
24
+ contentClearButton?: import("react").ReactNode;
25
+ disabled?: boolean | undefined;
26
+ readOnly?: boolean | undefined;
27
+ size?: ("m" | "s" | "xs" | "l") | undefined;
28
+ view?: ("secondary" | "default" | "positive") | undefined;
29
+ onClear?: (() => void) | undefined;
30
+ } & {
31
+ children?: import("react").ReactNode;
32
+ } & import("react").RefAttributes<HTMLButtonElement>>;
22
33
  //# sourceMappingURL=Chip.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Chip.d.ts","sourceRoot":"","sources":["../../../../../src/examples/plasma_web/components/Chip/Chip.ts"],"names":[],"mappings":";AAOA,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;wGAA0B,CAAC"}
1
+ {"version":3,"file":"Chip.d.ts","sourceRoot":"","sources":["../../../../../src/examples/plasma_web/components/Chip/Chip.ts"],"names":[],"mappings":";AAOA,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qDAA0B,CAAC"}
@@ -9,11 +9,11 @@ export declare const Combobox: import("react").FunctionComponent<import("../../.
9
9
  view: {
10
10
  default: import("@linaria/core").LinariaClassName;
11
11
  };
12
- }> & ((Omit<import("@salutejs/plasma-core").InputHTMLAttributes<HTMLInputElement>, "onChange" | "value" | "type" | "target" | "size" | "checked" | "minLength" | "maxLength"> & import("../../../../components/Combobox/Combobox.types").CustomComboboxProps & {
12
+ }> & ((Omit<import("@salutejs/plasma-core").InputHTMLAttributes<HTMLInputElement>, "onChange" | "value" | "type" | "target" | "size" | "checked" | "maxLength" | "minLength"> & import("../../../../components/Combobox/Combobox.types").CustomComboboxProps & {
13
13
  valueType?: "single" | undefined;
14
14
  value?: import("../../../../components/Combobox").ComboboxPrimitiveValue | undefined;
15
15
  onChangeValue?: ((value?: import("../../../../components/Combobox").ComboboxPrimitiveValue | undefined) => void) | undefined;
16
- } & import("react").RefAttributes<HTMLInputElement>) | (Omit<import("@salutejs/plasma-core").InputHTMLAttributes<HTMLInputElement>, "onChange" | "value" | "type" | "target" | "size" | "checked" | "minLength" | "maxLength"> & import("../../../../components/Combobox/Combobox.types").CustomComboboxProps & {
16
+ } & import("react").RefAttributes<HTMLInputElement>) | (Omit<import("@salutejs/plasma-core").InputHTMLAttributes<HTMLInputElement>, "onChange" | "value" | "type" | "target" | "size" | "checked" | "maxLength" | "minLength"> & import("../../../../components/Combobox/Combobox.types").CustomComboboxProps & {
17
17
  valueType: "multiple";
18
18
  value?: import("../../../../components/Combobox").ComboboxPrimitiveValue[] | undefined;
19
19
  onChangeValue?: ((value?: import("../../../../components/Combobox").ComboboxPrimitiveValue[] | undefined) => void) | undefined;
@@ -33,7 +33,7 @@ declare const mergedConfig: import("../../../../engines").ComponentConfig<string
33
33
  };
34
34
  }>, import("react").HTMLAttributes<HTMLDivElement> & {
35
35
  size: "m" | "s" | "l";
36
- view: "accent" | "black" | "white" | "default" | "inactive" | "warning" | "positive" | "negative";
36
+ view: "accent" | "black" | "white" | "default" | "inactive" | "positive" | "warning" | "negative";
37
37
  } & import("react").RefAttributes<HTMLDivElement>>;
38
38
  declare const Indicator: import("react").FunctionComponent<import("../../../../engines/types").PropsType<{
39
39
  view: {
@@ -53,7 +53,7 @@ declare const Indicator: import("react").FunctionComponent<import("../../../../e
53
53
  };
54
54
  }> & import("react").HTMLAttributes<HTMLDivElement> & {
55
55
  size: "m" | "s" | "l";
56
- view: "accent" | "black" | "white" | "default" | "inactive" | "warning" | "positive" | "negative";
56
+ view: "accent" | "black" | "white" | "default" | "inactive" | "positive" | "warning" | "negative";
57
57
  } & import("react").RefAttributes<HTMLDivElement>>;
58
58
  export { Indicator, mergedConfig };
59
59
  //# sourceMappingURL=Indicator.d.ts.map
@@ -12,5 +12,17 @@ export declare const Chip: import("react").FunctionComponent<import("../../../..
12
12
  readOnly: {
13
13
  true: import("@linaria/core").LinariaClassName;
14
14
  };
15
- }> & import("../../../../components/Chip").ChipProps & import("react").RefAttributes<HTMLButtonElement>>;
15
+ }> & import("react").ButtonHTMLAttributes<HTMLButtonElement> & {
16
+ text?: string | undefined;
17
+ contentLeft?: import("react").ReactNode;
18
+ contentRight?: import("react").ReactNode;
19
+ contentClearButton?: import("react").ReactNode;
20
+ disabled?: boolean | undefined;
21
+ readOnly?: boolean | undefined;
22
+ size?: ("m" | "s" | "xs" | "l") | undefined;
23
+ view?: ("secondary" | "default" | "positive") | undefined;
24
+ onClear?: (() => void) | undefined;
25
+ } & {
26
+ children?: import("react").ReactNode;
27
+ } & import("react").RefAttributes<HTMLButtonElement>>;
16
28
  //# sourceMappingURL=Chip.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Chip.d.ts","sourceRoot":"","sources":["../../../../../src/examples/sds_engineer/components/Chip/Chip.ts"],"names":[],"mappings":";AAOA,eAAO,MAAM,IAAI;;;;;;;;;;;;;wGAA0B,CAAC"}
1
+ {"version":3,"file":"Chip.d.ts","sourceRoot":"","sources":["../../../../../src/examples/sds_engineer/components/Chip/Chip.ts"],"names":[],"mappings":";AAOA,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;qDAA0B,CAAC"}
package/types/index.d.ts CHANGED
@@ -4,6 +4,7 @@ export * from './hooks';
4
4
  export * from './components/Button';
5
5
  export * from './components/ButtonGroup';
6
6
  export * from './components/Chip';
7
+ export * from './components/Cell';
7
8
  export * from './components/Link';
8
9
  export * from './components/Spinner';
9
10
  export * from './components/Checkbox';
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAEA,cAAc,UAAU,CAAC;AACzB,cAAc,WAAW,CAAC;AAC1B,cAAc,SAAS,CAAC;AACxB,cAAc,qBAAqB,CAAC;AACpC,cAAc,0BAA0B,CAAC;AACzC,cAAc,mBAAmB,CAAC;AAClC,cAAc,mBAAmB,CAAC;AAClC,cAAc,sBAAsB,CAAC;AACrC,cAAc,uBAAuB,CAAC;AACtC,cAAc,uBAAuB,CAAC;AACtC,cAAc,sBAAsB,CAAC;AACrC,cAAc,uBAAuB,CAAC;AACtC,cAAc,wBAAwB,CAAC;AACvC,cAAc,qBAAqB,CAAC;AACpC,cAAc,mBAAmB,CAAC;AAClC,cAAc,uBAAuB,CAAC;AACtC,cAAc,yBAAyB,CAAC;AACxC,cAAc,oBAAoB,CAAC;AACnC,cAAc,oBAAoB,CAAC;AACnC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,sBAAsB,CAAC;AACrC,cAAc,qBAAqB,CAAC;AACpC,cAAc,uBAAuB,CAAC;AACtC,cAAc,qBAAqB,CAAC;AACpC,cAAc,sBAAsB,CAAC;AACrC,cAAc,sBAAsB,CAAC;AACrC,cAAc,uBAAuB,CAAC;AACtC,cAAc,oBAAoB,CAAC;AACnC,cAAc,oBAAoB,CAAC;AACnC,cAAc,sBAAsB,CAAC;AACrC,cAAc,qBAAqB,CAAC;AACpC,cAAc,0BAA0B,CAAC;AACzC,cAAc,yBAAyB,CAAC;AACxC,cAAc,oBAAoB,CAAC;AACnC,cAAc,sBAAsB,CAAC;AACrC,cAAc,0BAA0B,CAAC;AACzC,cAAc,uBAAuB,CAAC;AACtC,cAAc,wBAAwB,CAAC;AACvC,cAAc,yBAAyB,CAAC;AACxC,cAAc,mBAAmB,CAAC;AAClC,cAAc,uBAAuB,CAAC;AACtC,cAAc,sBAAsB,CAAC;AACrC,cAAc,sBAAsB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAEA,cAAc,UAAU,CAAC;AACzB,cAAc,WAAW,CAAC;AAC1B,cAAc,SAAS,CAAC;AACxB,cAAc,qBAAqB,CAAC;AACpC,cAAc,0BAA0B,CAAC;AACzC,cAAc,mBAAmB,CAAC;AAClC,cAAc,mBAAmB,CAAC;AAClC,cAAc,mBAAmB,CAAC;AAClC,cAAc,sBAAsB,CAAC;AACrC,cAAc,uBAAuB,CAAC;AACtC,cAAc,uBAAuB,CAAC;AACtC,cAAc,sBAAsB,CAAC;AACrC,cAAc,uBAAuB,CAAC;AACtC,cAAc,wBAAwB,CAAC;AACvC,cAAc,qBAAqB,CAAC;AACpC,cAAc,mBAAmB,CAAC;AAClC,cAAc,uBAAuB,CAAC;AACtC,cAAc,yBAAyB,CAAC;AACxC,cAAc,oBAAoB,CAAC;AACnC,cAAc,oBAAoB,CAAC;AACnC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,sBAAsB,CAAC;AACrC,cAAc,qBAAqB,CAAC;AACpC,cAAc,uBAAuB,CAAC;AACtC,cAAc,qBAAqB,CAAC;AACpC,cAAc,sBAAsB,CAAC;AACrC,cAAc,sBAAsB,CAAC;AACrC,cAAc,uBAAuB,CAAC;AACtC,cAAc,oBAAoB,CAAC;AACnC,cAAc,oBAAoB,CAAC;AACnC,cAAc,sBAAsB,CAAC;AACrC,cAAc,qBAAqB,CAAC;AACpC,cAAc,0BAA0B,CAAC;AACzC,cAAc,yBAAyB,CAAC;AACxC,cAAc,oBAAoB,CAAC;AACnC,cAAc,sBAAsB,CAAC;AACrC,cAAc,0BAA0B,CAAC;AACzC,cAAc,uBAAuB,CAAC;AACtC,cAAc,wBAAwB,CAAC;AACvC,cAAc,yBAAyB,CAAC;AACxC,cAAc,mBAAmB,CAAC;AAClC,cAAc,uBAAuB,CAAC;AACtC,cAAc,sBAAsB,CAAC;AACrC,cAAc,sBAAsB,CAAC"}