@salutejs/plasma-new-hope 0.262.0-canary.1768.13259356377.0 → 0.262.0-canary.1770.13273833712.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (192) hide show
  1. package/cjs/components/Autocomplete/Autocomplete.css +1 -1
  2. package/cjs/components/Combobox/ComboboxNew/Combobox.css +1 -1
  3. package/cjs/components/DatePicker/RangeDate/RangeDate.css +2 -2
  4. package/cjs/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.css +2 -2
  5. package/cjs/components/DatePicker/SingleDate/SingleDate.css +1 -1
  6. package/cjs/components/Pagination/Pagination.css +1 -1
  7. package/cjs/components/Pagination/ui/PaginationSelectPerPage/PaginationSelectPerPage.css +1 -1
  8. package/cjs/components/Range/Range.css +2 -2
  9. package/cjs/components/Range/Range.styles.js.map +1 -1
  10. package/cjs/components/Range/Range.tokens.js +2 -0
  11. package/cjs/components/Range/Range.tokens.js.map +1 -1
  12. package/cjs/components/Range/variations/_readonly/base.js +1 -1
  13. package/cjs/components/Range/variations/_readonly/base.js.map +1 -1
  14. package/cjs/components/Range/variations/_readonly/{base_8q1gx8.css → base_1jlqwtc.css} +1 -1
  15. package/cjs/components/Select/Select.css +1 -1
  16. package/cjs/components/Select/ui/Target/Target.css +1 -1
  17. package/cjs/components/Select/ui/Target/ui/Textfield/Textfield.css +1 -1
  18. package/cjs/components/Slider/Slider.css +1 -1
  19. package/cjs/components/Slider/components/DoubleUncontrolled/DoubleUncontrolled.css +1 -1
  20. package/cjs/components/TextArea/TextArea.js +9 -7
  21. package/cjs/components/TextArea/TextArea.js.map +1 -1
  22. package/cjs/components/TextArea/TextArea.tokens.js +1 -0
  23. package/cjs/components/TextArea/TextArea.tokens.js.map +1 -1
  24. package/cjs/components/TextArea/variations/_read-only/base.js +9 -0
  25. package/cjs/components/TextArea/variations/_read-only/base.js.map +1 -0
  26. package/cjs/components/TextArea/variations/_read-only/base_vx1mwu.css +1 -0
  27. package/cjs/components/TextField/variations/_read-only/base.js +1 -1
  28. package/cjs/components/TextField/variations/_read-only/base.js.map +1 -1
  29. package/cjs/components/TextField/variations/_read-only/{base_oizdmx.css → base_bvfe3o.css} +1 -1
  30. package/cjs/engines/linaria.js +2 -4
  31. package/cjs/engines/linaria.js.map +1 -1
  32. package/cjs/engines/utils.js +0 -22
  33. package/cjs/engines/utils.js.map +1 -1
  34. package/cjs/index.css +4 -2
  35. package/emotion/cjs/components/Range/Range.styles.js +10 -10
  36. package/emotion/cjs/components/Range/Range.tokens.js +2 -0
  37. package/emotion/cjs/components/Range/variations/_readonly/base.js +1 -1
  38. package/emotion/cjs/components/TextArea/TextArea.js +10 -8
  39. package/emotion/cjs/components/TextArea/TextArea.tokens.js +1 -0
  40. package/emotion/cjs/components/TextArea/variations/_read-only/base.js +10 -0
  41. package/emotion/cjs/components/TextArea/variations/_read-only/tokens.json +1 -0
  42. package/emotion/cjs/components/TextField/variations/_read-only/base.js +1 -1
  43. package/emotion/cjs/components/_Icon/Icon.assets/Lock.js +26 -0
  44. package/emotion/cjs/components/_Icon/Icons/IconLock.js +24 -0
  45. package/emotion/cjs/components/_Icon/index.js +7 -0
  46. package/emotion/cjs/engines/emotion.js +3 -9
  47. package/emotion/cjs/engines/utils.js +1 -26
  48. package/emotion/cjs/examples/plasma_b2c/components/DatePicker/DatePicker.stories.tsx +1 -1
  49. package/emotion/cjs/examples/plasma_b2c/components/Range/Range.config.js +7 -7
  50. package/emotion/cjs/examples/plasma_b2c/components/Range/Range.stories.tsx +1 -1
  51. package/emotion/cjs/examples/plasma_b2c/components/TextArea/TextArea.config.js +16 -13
  52. package/emotion/cjs/examples/plasma_b2c/components/TextArea/TextArea.stories.tsx +71 -20
  53. package/emotion/cjs/examples/plasma_b2c/components/TextField/TextField.config.js +22 -22
  54. package/emotion/cjs/examples/plasma_b2c/components/TextField/TextField.stories.tsx +92 -26
  55. package/emotion/cjs/examples/plasma_web/components/Range/Range.config.js +7 -7
  56. package/emotion/cjs/examples/plasma_web/components/TextArea/TextArea.stories.tsx +72 -20
  57. package/emotion/cjs/examples/plasma_web/components/TextField/TextField.config.js +22 -22
  58. package/emotion/cjs/examples/plasma_web/components/TextField/TextField.stories.tsx +85 -25
  59. package/emotion/es/components/Range/Range.styles.js +10 -10
  60. package/emotion/es/components/Range/Range.tokens.js +2 -0
  61. package/emotion/es/components/Range/variations/_readonly/base.js +1 -1
  62. package/emotion/es/components/TextArea/TextArea.js +6 -4
  63. package/emotion/es/components/TextArea/TextArea.tokens.js +1 -0
  64. package/emotion/es/components/TextArea/variations/_read-only/base.js +4 -0
  65. package/emotion/es/components/TextArea/variations/_read-only/tokens.json +1 -0
  66. package/emotion/es/components/TextField/variations/_read-only/base.js +2 -2
  67. package/emotion/es/components/_Icon/Icon.assets/Lock.js +19 -0
  68. package/emotion/es/components/_Icon/Icons/IconLock.js +17 -0
  69. package/emotion/es/components/_Icon/index.js +1 -0
  70. package/emotion/es/engines/emotion.js +4 -10
  71. package/emotion/es/engines/utils.js +0 -25
  72. package/emotion/es/examples/plasma_b2c/components/DatePicker/DatePicker.stories.tsx +1 -1
  73. package/emotion/es/examples/plasma_b2c/components/Range/Range.config.js +7 -7
  74. package/emotion/es/examples/plasma_b2c/components/Range/Range.stories.tsx +1 -1
  75. package/emotion/es/examples/plasma_b2c/components/TextArea/TextArea.config.js +16 -13
  76. package/emotion/es/examples/plasma_b2c/components/TextArea/TextArea.stories.tsx +71 -20
  77. package/emotion/es/examples/plasma_b2c/components/TextField/TextField.config.js +22 -22
  78. package/emotion/es/examples/plasma_b2c/components/TextField/TextField.stories.tsx +92 -26
  79. package/emotion/es/examples/plasma_web/components/Range/Range.config.js +7 -7
  80. package/emotion/es/examples/plasma_web/components/TextArea/TextArea.stories.tsx +72 -20
  81. package/emotion/es/examples/plasma_web/components/TextField/TextField.config.js +22 -22
  82. package/emotion/es/examples/plasma_web/components/TextField/TextField.stories.tsx +85 -25
  83. package/es/components/Autocomplete/Autocomplete.css +1 -1
  84. package/es/components/Combobox/ComboboxNew/Combobox.css +1 -1
  85. package/es/components/DatePicker/RangeDate/RangeDate.css +2 -2
  86. package/es/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.css +2 -2
  87. package/es/components/DatePicker/SingleDate/SingleDate.css +1 -1
  88. package/es/components/Pagination/Pagination.css +1 -1
  89. package/es/components/Pagination/ui/PaginationSelectPerPage/PaginationSelectPerPage.css +1 -1
  90. package/es/components/Range/Range.css +2 -2
  91. package/es/components/Range/Range.styles.js.map +1 -1
  92. package/es/components/Range/Range.tokens.js +2 -0
  93. package/es/components/Range/Range.tokens.js.map +1 -1
  94. package/es/components/Range/variations/_readonly/base.js +1 -1
  95. package/es/components/Range/variations/_readonly/base.js.map +1 -1
  96. package/es/components/Range/variations/_readonly/{base_8q1gx8.css → base_1jlqwtc.css} +1 -1
  97. package/es/components/Select/Select.css +1 -1
  98. package/es/components/Select/ui/Target/Target.css +1 -1
  99. package/es/components/Select/ui/Target/ui/Textfield/Textfield.css +1 -1
  100. package/es/components/Slider/Slider.css +1 -1
  101. package/es/components/Slider/components/DoubleUncontrolled/DoubleUncontrolled.css +1 -1
  102. package/es/components/TextArea/TextArea.js +9 -7
  103. package/es/components/TextArea/TextArea.js.map +1 -1
  104. package/es/components/TextArea/TextArea.tokens.js +1 -0
  105. package/es/components/TextArea/TextArea.tokens.js.map +1 -1
  106. package/es/components/TextArea/variations/_read-only/base.js +5 -0
  107. package/es/components/TextArea/variations/_read-only/base.js.map +1 -0
  108. package/es/components/TextArea/variations/_read-only/base_vx1mwu.css +1 -0
  109. package/es/components/TextField/variations/_read-only/base.js +1 -1
  110. package/es/components/TextField/variations/_read-only/base.js.map +1 -1
  111. package/es/components/TextField/variations/_read-only/{base_oizdmx.css → base_bvfe3o.css} +1 -1
  112. package/es/engines/linaria.js +3 -5
  113. package/es/engines/linaria.js.map +1 -1
  114. package/es/engines/utils.js +2 -23
  115. package/es/engines/utils.js.map +1 -1
  116. package/es/index.css +4 -2
  117. package/package.json +2 -2
  118. package/styled-components/cjs/components/Range/Range.tokens.js +2 -0
  119. package/styled-components/cjs/components/Range/variations/_readonly/base.js +1 -1
  120. package/styled-components/cjs/components/TextArea/TextArea.js +9 -7
  121. package/styled-components/cjs/components/TextArea/TextArea.tokens.js +1 -0
  122. package/styled-components/cjs/components/TextArea/variations/_read-only/base.js +10 -0
  123. package/styled-components/cjs/components/TextArea/variations/_read-only/tokens.json +1 -0
  124. package/styled-components/cjs/components/TextField/variations/_read-only/base.js +1 -1
  125. package/styled-components/cjs/components/_Icon/Icon.assets/Lock.js +26 -0
  126. package/styled-components/cjs/components/_Icon/Icons/IconLock.js +24 -0
  127. package/styled-components/cjs/components/_Icon/index.js +7 -0
  128. package/styled-components/cjs/engines/styled-components.js +3 -9
  129. package/styled-components/cjs/engines/utils.js +1 -26
  130. package/styled-components/cjs/examples/plasma_b2c/components/DatePicker/DatePicker.stories.tsx +1 -1
  131. package/styled-components/cjs/examples/plasma_b2c/components/Range/Range.config.js +1 -1
  132. package/styled-components/cjs/examples/plasma_b2c/components/Range/Range.stories.tsx +1 -1
  133. package/styled-components/cjs/examples/plasma_b2c/components/TextArea/TextArea.config.js +3 -0
  134. package/styled-components/cjs/examples/plasma_b2c/components/TextArea/TextArea.stories.tsx +71 -20
  135. package/styled-components/cjs/examples/plasma_b2c/components/TextField/TextField.config.js +7 -7
  136. package/styled-components/cjs/examples/plasma_b2c/components/TextField/TextField.stories.tsx +92 -26
  137. package/styled-components/cjs/examples/plasma_web/components/Range/Range.config.js +1 -1
  138. package/styled-components/cjs/examples/plasma_web/components/TextArea/TextArea.stories.tsx +72 -20
  139. package/styled-components/cjs/examples/plasma_web/components/TextField/TextField.config.js +7 -7
  140. package/styled-components/cjs/examples/plasma_web/components/TextField/TextField.stories.tsx +85 -25
  141. package/styled-components/es/components/Range/Range.tokens.js +2 -0
  142. package/styled-components/es/components/Range/variations/_readonly/base.js +1 -1
  143. package/styled-components/es/components/TextArea/TextArea.js +5 -3
  144. package/styled-components/es/components/TextArea/TextArea.tokens.js +1 -0
  145. package/styled-components/es/components/TextArea/variations/_read-only/base.js +4 -0
  146. package/styled-components/es/components/TextArea/variations/_read-only/tokens.json +1 -0
  147. package/styled-components/es/components/TextField/variations/_read-only/base.js +2 -2
  148. package/styled-components/es/components/_Icon/Icon.assets/Lock.js +19 -0
  149. package/styled-components/es/components/_Icon/Icons/IconLock.js +17 -0
  150. package/styled-components/es/components/_Icon/index.js +1 -0
  151. package/styled-components/es/engines/styled-components.js +4 -10
  152. package/styled-components/es/engines/utils.js +0 -25
  153. package/styled-components/es/examples/plasma_b2c/components/DatePicker/DatePicker.stories.tsx +1 -1
  154. package/styled-components/es/examples/plasma_b2c/components/Range/Range.config.js +1 -1
  155. package/styled-components/es/examples/plasma_b2c/components/Range/Range.stories.tsx +1 -1
  156. package/styled-components/es/examples/plasma_b2c/components/TextArea/TextArea.config.js +3 -0
  157. package/styled-components/es/examples/plasma_b2c/components/TextArea/TextArea.stories.tsx +71 -20
  158. package/styled-components/es/examples/plasma_b2c/components/TextField/TextField.config.js +7 -7
  159. package/styled-components/es/examples/plasma_b2c/components/TextField/TextField.stories.tsx +92 -26
  160. package/styled-components/es/examples/plasma_web/components/Range/Range.config.js +1 -1
  161. package/styled-components/es/examples/plasma_web/components/TextArea/TextArea.stories.tsx +72 -20
  162. package/styled-components/es/examples/plasma_web/components/TextField/TextField.config.js +7 -7
  163. package/styled-components/es/examples/plasma_web/components/TextField/TextField.stories.tsx +85 -25
  164. package/types/components/Range/Range.tokens.d.ts +2 -0
  165. package/types/components/Range/Range.tokens.d.ts.map +1 -1
  166. package/types/components/Range/variations/_readonly/base.d.ts.map +1 -1
  167. package/types/components/TextArea/TextArea.d.ts +3 -2
  168. package/types/components/TextArea/TextArea.d.ts.map +1 -1
  169. package/types/components/TextArea/TextArea.tokens.d.ts +1 -0
  170. package/types/components/TextArea/TextArea.tokens.d.ts.map +1 -1
  171. package/types/components/TextArea/variations/_read-only/base.d.ts +2 -0
  172. package/types/components/TextArea/variations/_read-only/base.d.ts.map +1 -0
  173. package/types/components/TextField/variations/_read-only/base.d.ts.map +1 -1
  174. package/types/components/_Icon/Icon.assets/Lock.d.ts +4 -0
  175. package/types/components/_Icon/Icon.assets/Lock.d.ts.map +1 -0
  176. package/types/components/_Icon/Icons/IconLock.d.ts +4 -0
  177. package/types/components/_Icon/Icons/IconLock.d.ts.map +1 -0
  178. package/types/components/_Icon/index.d.ts +1 -0
  179. package/types/components/_Icon/index.d.ts.map +1 -1
  180. package/types/engines/emotion.d.ts.map +1 -1
  181. package/types/engines/linaria.d.ts.map +1 -1
  182. package/types/engines/styled-components.d.ts.map +1 -1
  183. package/types/engines/types.d.ts +0 -4
  184. package/types/engines/types.d.ts.map +1 -1
  185. package/types/engines/utils.d.ts +1 -2
  186. package/types/engines/utils.d.ts.map +1 -1
  187. package/types/examples/plasma_b2c/components/Range/Range.config.d.ts.map +1 -1
  188. package/types/examples/plasma_b2c/components/TextArea/TextArea.config.d.ts +3 -0
  189. package/types/examples/plasma_b2c/components/TextArea/TextArea.config.d.ts.map +1 -1
  190. package/types/examples/plasma_b2c/components/TextArea/TextArea.d.ts +3 -0
  191. package/types/examples/plasma_b2c/components/TextArea/TextArea.d.ts.map +1 -1
  192. package/types/examples/plasma_web/components/Range/Range.config.d.ts.map +1 -1
@@ -35,9 +35,6 @@ export declare type PropsType<J extends Variants = Variants> = {
35
35
  export declare type Filter<T extends {} = {}, U extends string = string> = {
36
36
  [k in keyof T]: k extends U ? unknown : T[k];
37
37
  };
38
- export interface Intersection {
39
- style: string;
40
- }
41
38
  export interface ComponentConfig<Tag extends HTMLTagList = React.ElementType, VariantList extends Variants = Variants, VariantsProps extends PropsType<VariantList> = {}, LayoutProps extends React.HTMLAttributes<HTMLElement> | undefined = React.HTMLAttributes<HTMLElement>> {
42
39
  name: string;
43
40
  layout: (Root: React.FunctionComponent) => (props: LayoutProps | VariantsProps) => React.ReactElement | null;
@@ -45,6 +42,5 @@ export interface ComponentConfig<Tag extends HTMLTagList = React.ElementType, Va
45
42
  base: PolymorphicClassName;
46
43
  variations: VariantList;
47
44
  defaults: Partial<Record<string, string>>;
48
- intersections?: Intersection[];
49
45
  }
50
46
  //# sourceMappingURL=types.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../src/engines/types.ts"],"names":[],"mappings":";AACA,MAAM,WAAW,gBAAgB;IAC7B,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,EAAE,MAAM,CAAC;IACf,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,IAAI,CAAC,EAAE,gBAAgB,CAAC;CAC3B;AAED,oBAAY,oBAAoB,GAAG,MAAM,GAAG,gBAAgB,CAAC;AAE7D,oBAAY,aAAa,GAAG;IACxB,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,GAAG,MAAM,GAAG,aAAa,CAAC;CAClD,CAAC;AAEF,oBAAY,GAAG,GAAG,CACd,OAAO,EAAE,oBAAoB,EAC7B,GAAG,KAAK,EAAE,KAAK,CAAC,MAAM,GAAG,MAAM,GAAG,aAAa,CAAC,KAC/C,oBAAoB,CAAC;AAE1B,oBAAY,6BAA6B,CAAC,CAAC,GAAG,WAAW,IAAI,IAAI,CAAC,KAAK,CAAC,cAAc,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC,CAAC;AACvG,oBAAY,4CAA4C,CAAC,CAAC,GAAG,WAAW,IAAI,IAAI,CAC5E,KAAK,CAAC,cAAc,CAAC,CAAC,CAAC,EACvB,UAAU,GAAG,cAAc,CAC9B,CAAC;AAEF,oBAAY,SAAS,CACjB,UAAU,SAAS,WAAW,EAC9B,OAAO,SAAS,KAAK,CAAC,cAAc,CAAC,WAAW,CAAC,GAAG,6BAA6B,CAAC,WAAW,CAAC,IAC9F,KAAK,CAAC,iBAAiB,CAAC;IAAE,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAA;CAAE,GAAG,OAAO,GAAG,KAAK,CAAC,aAAa,CAAC,UAAU,CAAC,CAAC,CAAC;AAExG,oBAAY,qBAAqB,CAC7B,UAAU,SAAS,WAAW,EAC9B,OAAO,SAAS,6BAA6B,CAAC,WAAW,CAAC,IAC1D,KAAK,CAAC,iBAAiB,CAAC;IAAE,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAA;CAAE,GAAG,KAAK,CAAC,aAAa,CAAC,UAAU,CAAC,GAAG,OAAO,CAAC,CAAC;AAExG,oBAAY,oCAAoC,CAC5C,UAAU,SAAS,WAAW,EAC9B,OAAO,SAAS,4CAA4C,CAAC,WAAW,CAAC,IACzE,KAAK,CAAC,iBAAiB,CAAC;IAAE,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAA;CAAE,GAAG,KAAK,CAAC,aAAa,CAAC,UAAU,CAAC,GAAG,OAAO,CAAC,CAAC;AAExG,oBAAY,OAAO,GAAG;IAClB,GAAG,CAAC,EAAE,oBAAoB,CAAC;IAC3B,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,IAAI,CAAC,EAAE,oBAAoB,CAAC;CAC/B,GAAG,MAAM,CAAC,GAAG,EAAE,GAAG,CAAC,CAAC;AAErB,oBAAY,iBAAiB,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;AAEpD,oBAAY,WAAW,GAAG,MAAM,GAAG,KAAK,CAAC,WAAW,CAAC;AAErD,oBAAY,QAAQ,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;AAE/C,oBAAY,SAAS,CAAC,CAAC,SAAS,QAAQ,GAAG,QAAQ,IAAI;KAClD,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,EAAE,MAAM,CAAC,CAAC,CAAC,CAAC,SAAS,MAAM,GAAG,OAAO,GAAG,MAAM,CAAC,CAAC,CAAC,CAAC;CACpE,CAAC;AAEF,oBAAY,MAAM,CAAC,CAAC,SAAS,EAAE,GAAG,EAAE,EAAE,CAAC,SAAS,MAAM,GAAG,MAAM,IAAI;KAC9D,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,SAAS,CAAC,GAAG,OAAO,GAAG,CAAC,CAAC,CAAC,CAAC;CAC/C,CAAC;AAEF,MAAM,WAAW,YAAY;IACzB,KAAK,EAAE,MAAM,CAAC;CACjB;AAED,MAAM,WAAW,eAAe,CAC5B,GAAG,SAAS,WAAW,GAAG,KAAK,CAAC,WAAW,EAC3C,WAAW,SAAS,QAAQ,GAAG,QAAQ,EACvC,aAAa,SAAS,SAAS,CAAC,WAAW,CAAC,GAAG,EAAE,EACjD,WAAW,SAAS,KAAK,CAAC,cAAc,CAAC,WAAW,CAAC,GAAG,SAAS,GAAG,KAAK,CAAC,cAAc,CAAC,WAAW,CAAC;IAErG,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,EAAE,CAAC,IAAI,EAAE,KAAK,CAAC,iBAAiB,KAAK,CAAC,KAAK,EAAE,WAAW,GAAG,aAAa,KAAK,KAAK,CAAC,YAAY,GAAG,IAAI,CAAC;IAC7G,GAAG,EAAE,GAAG,CAAC;IACT,IAAI,EAAE,oBAAoB,CAAC;IAC3B,UAAU,EAAE,WAAW,CAAC;IACxB,QAAQ,EAAE,OAAO,CAAC,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC,CAAC;IAC1C,aAAa,CAAC,EAAE,YAAY,EAAE,CAAC;CAClC"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../src/engines/types.ts"],"names":[],"mappings":"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"}
@@ -1,5 +1,4 @@
1
- import type { ComponentConfig, HTMLAnyAttributes, Intersection } from './types';
1
+ import type { ComponentConfig, HTMLAnyAttributes } from './types';
2
2
  export declare const getStaticVariants: (config: ComponentConfig) => (string | import("./types").SerializedStyles)[];
3
3
  export declare const getDynamicVariants: (config: ComponentConfig) => (props: HTMLAnyAttributes) => any[];
4
- export declare const getIntersectionStyles: (props: Record<string, any>, intersections?: Intersection[] | undefined) => string[];
5
4
  //# sourceMappingURL=utils.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../src/engines/utils.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,iBAAiB,EAAE,YAAY,EAAE,MAAM,SAAS,CAAC;AAEhF,eAAO,MAAM,iBAAiB,WAAY,eAAe,oDAcxD,CAAC;AAEF,eAAO,MAAM,kBAAkB,WAAY,eAAe,aACvC,iBAAiB,UAgBnC,CAAC;AAEF,eAAO,MAAM,qBAAqB,UAAW,OAAO,MAAM,EAAE,GAAG,CAAC,yDAgB/D,CAAC"}
1
+ {"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../src/engines/utils.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,iBAAiB,EAAE,MAAM,SAAS,CAAC;AAElE,eAAO,MAAM,iBAAiB,WAAY,eAAe,oDAcxD,CAAC;AAEF,eAAO,MAAM,kBAAkB,WAAY,eAAe,aACvC,iBAAiB,UAgBnC,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"Range.config.d.ts","sourceRoot":"","sources":["../../../../../src/examples/plasma_b2c/components/Range/Range.config.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;CA6QlB,CAAC"}
1
+ {"version":3,"file":"Range.config.d.ts","sourceRoot":"","sources":["../../../../../src/examples/plasma_b2c/components/Range/Range.config.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;CA+QlB,CAAC"}
@@ -26,6 +26,9 @@ export declare const config: {
26
26
  clear: {
27
27
  true: import("@linaria/core").LinariaClassName;
28
28
  };
29
+ readOnly: {
30
+ true: import("@linaria/core").LinariaClassName;
31
+ };
29
32
  disabled: {
30
33
  true: import("@linaria/core").LinariaClassName;
31
34
  };
@@ -1 +1 @@
1
- {"version":3,"file":"TextArea.config.d.ts","sourceRoot":"","sources":["../../../../../src/examples/plasma_b2c/components/TextArea/TextArea.config.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAkflB,CAAC"}
1
+ {"version":3,"file":"TextArea.config.d.ts","sourceRoot":"","sources":["../../../../../src/examples/plasma_b2c/components/TextArea/TextArea.config.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAuflB,CAAC"}
@@ -22,6 +22,9 @@ export declare const TextArea: import("react").FunctionComponent<import("../../.
22
22
  clear: {
23
23
  true: import("@linaria/core").LinariaClassName;
24
24
  };
25
+ readOnly: {
26
+ true: import("@linaria/core").LinariaClassName;
27
+ };
25
28
  disabled: {
26
29
  true: import("@linaria/core").LinariaClassName;
27
30
  };
@@ -1 +1 @@
1
- {"version":3,"file":"TextArea.d.ts","sourceRoot":"","sources":["../../../../../src/examples/plasma_b2c/components/TextArea/TextArea.ts"],"names":[],"mappings":";AAOA,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yDAA0B,CAAC"}
1
+ {"version":3,"file":"TextArea.d.ts","sourceRoot":"","sources":["../../../../../src/examples/plasma_b2c/components/TextArea/TextArea.ts"],"names":[],"mappings":";AAOA,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yDAA0B,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"Range.config.d.ts","sourceRoot":"","sources":["../../../../../src/examples/plasma_web/components/Range/Range.config.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;CAuRlB,CAAC"}
1
+ {"version":3,"file":"Range.config.d.ts","sourceRoot":"","sources":["../../../../../src/examples/plasma_web/components/Range/Range.config.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;CAyRlB,CAAC"}