@salutejs/plasma-new-hope 0.239.0-canary.1696.12711678920.0 → 0.239.0-canary.1699.12742131493.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (136) hide show
  1. package/cjs/components/Avatar/Avatar.js +3 -39
  2. package/cjs/components/Avatar/Avatar.js.map +1 -1
  3. package/cjs/components/Avatar/Avatar.styles.js +1 -32
  4. package/cjs/components/Avatar/Avatar.styles.js.map +1 -1
  5. package/cjs/components/Avatar/Avatar.styles_1gd252x.css +5 -0
  6. package/cjs/components/Avatar/Avatar.tokens.js +2 -41
  7. package/cjs/components/Avatar/Avatar.tokens.js.map +1 -1
  8. package/cjs/components/NumberInput/NumberInput.js +9 -3
  9. package/cjs/components/NumberInput/NumberInput.js.map +1 -1
  10. package/cjs/components/NumberInput/ui/Input/Input.js +12 -6
  11. package/cjs/components/NumberInput/ui/Input/Input.js.map +1 -1
  12. package/cjs/components/NumberInput/utils/index.js +8 -0
  13. package/cjs/components/NumberInput/utils/index.js.map +1 -1
  14. package/cjs/index.css +5 -8
  15. package/emotion/cjs/components/Avatar/Avatar.js +4 -39
  16. package/emotion/cjs/components/Avatar/Avatar.styles.js +10 -29
  17. package/emotion/cjs/components/Avatar/Avatar.template-doc.mdx +0 -54
  18. package/emotion/cjs/components/Avatar/Avatar.tokens.js +2 -41
  19. package/emotion/cjs/components/Avatar/utils/index.js +1 -15
  20. package/emotion/cjs/components/NumberInput/NumberInput.js +9 -3
  21. package/emotion/cjs/components/NumberInput/ui/Input/Input.js +12 -6
  22. package/emotion/cjs/components/NumberInput/utils/index.js +9 -2
  23. package/emotion/cjs/examples/plasma_b2c/components/Avatar/Avatar.config.js +7 -25
  24. package/emotion/cjs/examples/plasma_b2c/components/Avatar/Avatar.stories.tsx +1 -134
  25. package/emotion/cjs/examples/plasma_b2c/components/NumberInput/NumberInput.stories.tsx +1 -0
  26. package/emotion/cjs/examples/plasma_web/components/Avatar/Avatar.config.js +7 -25
  27. package/emotion/cjs/examples/plasma_web/components/Avatar/Avatar.stories.tsx +1 -134
  28. package/emotion/cjs/examples/plasma_web/components/NumberInput/NumberInput.stories.tsx +1 -0
  29. package/emotion/es/components/Avatar/Avatar.js +6 -41
  30. package/emotion/es/components/Avatar/Avatar.styles.js +10 -29
  31. package/emotion/es/components/Avatar/Avatar.template-doc.mdx +0 -54
  32. package/emotion/es/components/Avatar/Avatar.tokens.js +2 -41
  33. package/emotion/es/components/Avatar/utils/index.js +1 -14
  34. package/emotion/es/components/NumberInput/NumberInput.js +9 -3
  35. package/emotion/es/components/NumberInput/ui/Input/Input.js +13 -7
  36. package/emotion/es/components/NumberInput/utils/index.js +8 -1
  37. package/emotion/es/examples/plasma_b2c/components/Avatar/Avatar.config.js +7 -25
  38. package/emotion/es/examples/plasma_b2c/components/Avatar/Avatar.stories.tsx +1 -134
  39. package/emotion/es/examples/plasma_b2c/components/NumberInput/NumberInput.stories.tsx +1 -0
  40. package/emotion/es/examples/plasma_web/components/Avatar/Avatar.config.js +7 -25
  41. package/emotion/es/examples/plasma_web/components/Avatar/Avatar.stories.tsx +1 -134
  42. package/emotion/es/examples/plasma_web/components/NumberInput/NumberInput.stories.tsx +1 -0
  43. package/es/components/Avatar/Avatar.js +4 -40
  44. package/es/components/Avatar/Avatar.js.map +1 -1
  45. package/es/components/Avatar/Avatar.styles.js +2 -30
  46. package/es/components/Avatar/Avatar.styles.js.map +1 -1
  47. package/es/components/Avatar/Avatar.styles_1gd252x.css +5 -0
  48. package/es/components/Avatar/Avatar.tokens.js +2 -41
  49. package/es/components/Avatar/Avatar.tokens.js.map +1 -1
  50. package/es/components/NumberInput/NumberInput.js +9 -3
  51. package/es/components/NumberInput/NumberInput.js.map +1 -1
  52. package/es/components/NumberInput/ui/Input/Input.js +13 -7
  53. package/es/components/NumberInput/ui/Input/Input.js.map +1 -1
  54. package/es/components/NumberInput/utils/index.js +8 -1
  55. package/es/components/NumberInput/utils/index.js.map +1 -1
  56. package/es/index.css +5 -8
  57. package/package.json +2 -2
  58. package/styled-components/cjs/components/Avatar/Avatar.js +3 -38
  59. package/styled-components/cjs/components/Avatar/Avatar.styles.js +2 -18
  60. package/styled-components/cjs/components/Avatar/Avatar.template-doc.mdx +0 -54
  61. package/styled-components/cjs/components/Avatar/Avatar.tokens.js +2 -41
  62. package/styled-components/cjs/components/Avatar/utils/index.js +1 -15
  63. package/styled-components/cjs/components/NumberInput/NumberInput.js +9 -3
  64. package/styled-components/cjs/components/NumberInput/ui/Input/Input.js +12 -6
  65. package/styled-components/cjs/components/NumberInput/utils/index.js +9 -2
  66. package/styled-components/cjs/examples/plasma_b2c/components/Avatar/Avatar.config.js +4 -22
  67. package/styled-components/cjs/examples/plasma_b2c/components/Avatar/Avatar.stories.tsx +1 -134
  68. package/styled-components/cjs/examples/plasma_b2c/components/NumberInput/NumberInput.stories.tsx +1 -0
  69. package/styled-components/cjs/examples/plasma_web/components/Avatar/Avatar.config.js +4 -22
  70. package/styled-components/cjs/examples/plasma_web/components/Avatar/Avatar.stories.tsx +1 -134
  71. package/styled-components/cjs/examples/plasma_web/components/NumberInput/NumberInput.stories.tsx +1 -0
  72. package/styled-components/es/components/Avatar/Avatar.js +5 -40
  73. package/styled-components/es/components/Avatar/Avatar.styles.js +2 -18
  74. package/styled-components/es/components/Avatar/Avatar.template-doc.mdx +0 -54
  75. package/styled-components/es/components/Avatar/Avatar.tokens.js +2 -41
  76. package/styled-components/es/components/Avatar/utils/index.js +1 -14
  77. package/styled-components/es/components/NumberInput/NumberInput.js +9 -3
  78. package/styled-components/es/components/NumberInput/ui/Input/Input.js +13 -7
  79. package/styled-components/es/components/NumberInput/utils/index.js +8 -1
  80. package/styled-components/es/examples/plasma_b2c/components/Avatar/Avatar.config.js +4 -22
  81. package/styled-components/es/examples/plasma_b2c/components/Avatar/Avatar.stories.tsx +1 -134
  82. package/styled-components/es/examples/plasma_b2c/components/NumberInput/NumberInput.stories.tsx +1 -0
  83. package/styled-components/es/examples/plasma_web/components/Avatar/Avatar.config.js +4 -22
  84. package/styled-components/es/examples/plasma_web/components/Avatar/Avatar.stories.tsx +1 -134
  85. package/styled-components/es/examples/plasma_web/components/NumberInput/NumberInput.stories.tsx +1 -0
  86. package/types/components/Avatar/Avatar.d.ts +21 -3
  87. package/types/components/Avatar/Avatar.d.ts.map +1 -1
  88. package/types/components/Avatar/Avatar.styles.d.ts +0 -59
  89. package/types/components/Avatar/Avatar.styles.d.ts.map +1 -1
  90. package/types/components/Avatar/Avatar.tokens.d.ts +0 -37
  91. package/types/components/Avatar/Avatar.tokens.d.ts.map +1 -1
  92. package/types/components/Avatar/Avatar.types.d.ts +2 -47
  93. package/types/components/Avatar/Avatar.types.d.ts.map +1 -1
  94. package/types/components/Avatar/utils/index.d.ts +0 -1
  95. package/types/components/Avatar/utils/index.d.ts.map +1 -1
  96. package/types/components/Badge/Badge.types.d.ts +21 -8
  97. package/types/components/Badge/Badge.types.d.ts.map +1 -1
  98. package/types/components/Counter/Counter.d.ts +12 -2
  99. package/types/components/Counter/Counter.d.ts.map +1 -1
  100. package/types/components/Counter/Counter.types.d.ts +2 -1
  101. package/types/components/Counter/Counter.types.d.ts.map +1 -1
  102. package/types/components/NumberInput/NumberInput.d.ts.map +1 -1
  103. package/types/components/NumberInput/NumberInput.types.d.ts +5 -0
  104. package/types/components/NumberInput/NumberInput.types.d.ts.map +1 -1
  105. package/types/components/NumberInput/ui/Input/Input.d.ts +1 -0
  106. package/types/components/NumberInput/ui/Input/Input.d.ts.map +1 -1
  107. package/types/components/NumberInput/ui/Input/Input.types.d.ts +1 -0
  108. package/types/components/NumberInput/ui/Input/Input.types.d.ts.map +1 -1
  109. package/types/components/NumberInput/utils/index.d.ts +1 -0
  110. package/types/components/NumberInput/utils/index.d.ts.map +1 -1
  111. package/types/examples/plasma_b2c/components/Avatar/Avatar.config.d.ts +0 -18
  112. package/types/examples/plasma_b2c/components/Avatar/Avatar.config.d.ts.map +1 -1
  113. package/types/examples/plasma_b2c/components/Avatar/Avatar.d.ts +6 -138
  114. package/types/examples/plasma_b2c/components/Avatar/Avatar.d.ts.map +1 -1
  115. package/types/examples/plasma_b2c/components/Badge/Badge.d.ts +48 -8
  116. package/types/examples/plasma_b2c/components/Badge/Badge.d.ts.map +1 -1
  117. package/types/examples/plasma_b2c/components/Counter/Counter.d.ts +6 -1
  118. package/types/examples/plasma_b2c/components/Counter/Counter.d.ts.map +1 -1
  119. package/types/examples/plasma_b2c/components/NumberInput/NumberInput.d.ts +2 -0
  120. package/types/examples/plasma_b2c/components/NumberInput/NumberInput.d.ts.map +1 -1
  121. package/types/examples/plasma_web/components/Avatar/Avatar.config.d.ts +0 -18
  122. package/types/examples/plasma_web/components/Avatar/Avatar.config.d.ts.map +1 -1
  123. package/types/examples/plasma_web/components/Avatar/Avatar.d.ts +6 -138
  124. package/types/examples/plasma_web/components/Avatar/Avatar.d.ts.map +1 -1
  125. package/types/examples/plasma_web/components/Badge/Badge.d.ts +48 -8
  126. package/types/examples/plasma_web/components/Badge/Badge.d.ts.map +1 -1
  127. package/types/examples/plasma_web/components/Counter/Counter.d.ts +6 -1
  128. package/types/examples/plasma_web/components/Counter/Counter.d.ts.map +1 -1
  129. package/types/examples/plasma_web/components/NumberInput/NumberInput.d.ts +2 -0
  130. package/types/examples/plasma_web/components/NumberInput/NumberInput.d.ts.map +1 -1
  131. package/cjs/components/Avatar/Avatar.styles_131qvfx.css +0 -8
  132. package/cjs/components/Avatar/utils/index.js +0 -21
  133. package/cjs/components/Avatar/utils/index.js.map +0 -1
  134. package/es/components/Avatar/Avatar.styles_131qvfx.css +0 -8
  135. package/es/components/Avatar/utils/index.js +0 -17
  136. package/es/components/Avatar/utils/index.js.map +0 -1
@@ -1 +1 @@
1
- {"version":3,"file":"NumberInput.types.d.ts","sourceRoot":"","sources":["../../../src/components/NumberInput/NumberInput.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,mBAAmB,EAAE,SAAS,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAE5F,aAAK,iBAAiB,GAChB;IACI;;OAEG;IACH,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB;;OAEG;IACH,mBAAmB,CAAC,EAAE,KAAK,CAAC;CAC/B,GACD;IACI,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,mBAAmB,CAAC,EAAE,MAAM,CAAC;CAChC,CAAC;AAER,oBAAY,gBAAgB,GAAG;IAC3B;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;OAEG;IACH,GAAG,CAAC,EAAE,MAAM,CAAC;IACb;;OAEG;IACH,GAAG,CAAC,EAAE,MAAM,CAAC;IACb;;;OAGG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB;;OAEG;IACH,MAAM,CAAC,EAAE,SAAS,CAAC;IACnB;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;OAEG;IACH,qBAAqB,CAAC,EAAE,SAAS,CAAC;IAClC;;OAEG;IACH,aAAa,CAAC,EAAE,SAAS,CAAC;IAC1B;;OAEG;IACH,qBAAqB,CAAC,EAAE,SAAS,CAAC;IAClC;;OAEG;IACH,aAAa,CAAC,EAAE,SAAS,CAAC;IAC1B;;OAEG;IACH,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB;;OAEG;IACH,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,cAAc,CAAC,gBAAgB,CAAC,GAAG,IAAI,EAAE,KAAK,EAAE,MAAM,GAAG,MAAM,KAAK,IAAI,CAAC;IAC5F;;OAEG;IACH,WAAW,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACtC;;OAEG;IACH,WAAW,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;CACzC,GAAG,iBAAiB,GACjB,IAAI,CAAC,mBAAmB,CAAC,gBAAgB,CAAC,EAAE,MAAM,GAAG,UAAU,GAAG,OAAO,CAAC,CAAC;AAE/E,oBAAY,oBAAoB,GAAG;IAC/B,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,SAAS,CAAC,EAAE,OAAO,CAAC;CACvB,GAAG,cAAc,CAAC,cAAc,CAAC,CAAC"}
1
+ {"version":3,"file":"NumberInput.types.d.ts","sourceRoot":"","sources":["../../../src/components/NumberInput/NumberInput.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,mBAAmB,EAAE,SAAS,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAE5F,aAAK,iBAAiB,GAChB;IACI;;OAEG;IACH,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB;;OAEG;IACH,mBAAmB,CAAC,EAAE,KAAK,CAAC;CAC/B,GACD;IACI,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,mBAAmB,CAAC,EAAE,MAAM,CAAC;CAChC,CAAC;AAER,oBAAY,gBAAgB,GAAG;IAC3B;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;OAEG;IACH,GAAG,CAAC,EAAE,MAAM,CAAC;IACb;;OAEG;IACH,GAAG,CAAC,EAAE,MAAM,CAAC;IACb;;;OAGG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;OAEG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB;;OAEG;IACH,MAAM,CAAC,EAAE,SAAS,CAAC;IACnB;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;OAEG;IACH,qBAAqB,CAAC,EAAE,SAAS,CAAC;IAClC;;OAEG;IACH,aAAa,CAAC,EAAE,SAAS,CAAC;IAC1B;;OAEG;IACH,qBAAqB,CAAC,EAAE,SAAS,CAAC;IAClC;;OAEG;IACH,aAAa,CAAC,EAAE,SAAS,CAAC;IAC1B;;OAEG;IACH,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB;;OAEG;IACH,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,cAAc,CAAC,gBAAgB,CAAC,GAAG,IAAI,EAAE,KAAK,EAAE,MAAM,GAAG,MAAM,KAAK,IAAI,CAAC;IAC5F;;OAEG;IACH,WAAW,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACtC;;OAEG;IACH,WAAW,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;CACzC,GAAG,iBAAiB,GACjB,IAAI,CAAC,mBAAmB,CAAC,gBAAgB,CAAC,EAAE,MAAM,GAAG,UAAU,GAAG,OAAO,CAAC,CAAC;AAE/E,oBAAY,oBAAoB,GAAG;IAC/B,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,SAAS,CAAC,EAAE,OAAO,CAAC;CACvB,GAAG,cAAc,CAAC,cAAc,CAAC,CAAC"}
@@ -7,6 +7,7 @@ export declare const NumberInput: React.ForwardRefExoticComponent<{
7
7
  setInnerValue: React.Dispatch<React.SetStateAction<string | number>>;
8
8
  min?: number | undefined;
9
9
  max?: number | undefined;
10
+ precision?: number | undefined;
10
11
  isLoading?: boolean | undefined;
11
12
  loader?: React.ReactNode;
12
13
  disabled?: boolean | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"Input.d.ts","sourceRoot":"","sources":["../../../../../src/components/NumberInput/ui/Input/Input.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkD,MAAM,OAAO,CAAC;AAsBvE,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;oHAkOvB,CAAC"}
1
+ {"version":3,"file":"Input.d.ts","sourceRoot":"","sources":["../../../../../src/components/NumberInput/ui/Input/Input.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkD,MAAM,OAAO,CAAC;AAsBvE,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;oHAyOvB,CAAC"}
@@ -7,6 +7,7 @@ export declare type InputProps = {
7
7
  setInnerValue: Dispatch<SetStateAction<number | string>>;
8
8
  min?: number;
9
9
  max?: number;
10
+ precision?: number;
10
11
  isLoading?: boolean;
11
12
  loader?: ReactNode;
12
13
  disabled?: boolean;
@@ -1 +1 @@
1
- {"version":3,"file":"Input.types.d.ts","sourceRoot":"","sources":["../../../../../src/components/NumberInput/ui/Input/Input.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,mBAAmB,EAAE,QAAQ,EAAE,cAAc,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEtG,oBAAY,UAAU,GAAG;IACrB,KAAK,EAAE,MAAM,GAAG,MAAM,CAAC;IACvB,cAAc,EAAE,OAAO,CAAC;IACxB,iBAAiB,EAAE,QAAQ,CAAC,cAAc,CAAC,OAAO,CAAC,CAAC,CAAC;IACrD,iBAAiB,EAAE,QAAQ,CAAC,cAAc,CAAC,OAAO,CAAC,CAAC,CAAC;IACrD,aAAa,EAAE,QAAQ,CAAC,cAAc,CAAC,MAAM,GAAG,MAAM,CAAC,CAAC,CAAC;IAEzD,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,GAAG,CAAC,EAAE,MAAM,CAAC;IAEb,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,MAAM,CAAC,EAAE,SAAS,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IAEnB,YAAY,CAAC,EAAE,MAAM,CAAC;IAEtB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,aAAa,CAAC,EAAE,OAAO,CAAC;IAExB,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,cAAc,CAAC,gBAAgB,CAAC,GAAG,IAAI,EAAE,KAAK,EAAE,MAAM,GAAG,MAAM,KAAK,IAAI,CAAC;CAC/F,GAAG,IAAI,CAAC,mBAAmB,CAAC,gBAAgB,CAAC,EAAE,UAAU,GAAG,OAAO,CAAC,CAAC"}
1
+ {"version":3,"file":"Input.types.d.ts","sourceRoot":"","sources":["../../../../../src/components/NumberInput/ui/Input/Input.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,mBAAmB,EAAE,QAAQ,EAAE,cAAc,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEtG,oBAAY,UAAU,GAAG;IACrB,KAAK,EAAE,MAAM,GAAG,MAAM,CAAC;IACvB,cAAc,EAAE,OAAO,CAAC;IACxB,iBAAiB,EAAE,QAAQ,CAAC,cAAc,CAAC,OAAO,CAAC,CAAC,CAAC;IACrD,iBAAiB,EAAE,QAAQ,CAAC,cAAc,CAAC,OAAO,CAAC,CAAC,CAAC;IACrD,aAAa,EAAE,QAAQ,CAAC,cAAc,CAAC,MAAM,GAAG,MAAM,CAAC,CAAC,CAAC;IAEzD,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,MAAM,CAAC,EAAE,SAAS,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IAEnB,YAAY,CAAC,EAAE,MAAM,CAAC;IAEtB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,aAAa,CAAC,EAAE,OAAO,CAAC;IAExB,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,cAAc,CAAC,gBAAgB,CAAC,GAAG,IAAI,EAAE,KAAK,EAAE,MAAM,GAAG,MAAM,KAAK,IAAI,CAAC;CAC/F,GAAG,IAAI,CAAC,mBAAmB,CAAC,gBAAgB,CAAC,EAAE,UAAU,GAAG,OAAO,CAAC,CAAC"}
@@ -1,4 +1,5 @@
1
1
  export declare const defaultCharacterWidth = "1ch";
2
2
  export declare const numberSchema: RegExp;
3
3
  export declare const excludingNumberSchema: RegExp;
4
+ export declare const getPreciseValue: (value: number | string, precision?: number | undefined) => string;
4
5
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/NumberInput/utils/index.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,qBAAqB,QAAQ,CAAC;AAC3C,eAAO,MAAM,YAAY,QAAsB,CAAC;AAChD,eAAO,MAAM,qBAAqB,QAAa,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/NumberInput/utils/index.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,qBAAqB,QAAQ,CAAC;AAC3C,eAAO,MAAM,YAAY,QAAsB,CAAC;AAChD,eAAO,MAAM,qBAAqB,QAAa,CAAC;AAEhD,eAAO,MAAM,eAAe,UAAW,MAAM,GAAG,MAAM,2CAQrD,CAAC"}
@@ -17,24 +17,6 @@ export declare const config: {
17
17
  focused: {
18
18
  true: import("@linaria/core").LinariaClassName;
19
19
  };
20
- badgeView: {
21
- default: import("@linaria/core").LinariaClassName;
22
- accent: import("@linaria/core").LinariaClassName;
23
- positive: import("@linaria/core").LinariaClassName;
24
- warning: import("@linaria/core").LinariaClassName;
25
- negative: import("@linaria/core").LinariaClassName;
26
- dark: import("@linaria/core").LinariaClassName;
27
- light: import("@linaria/core").LinariaClassName;
28
- };
29
- counterView: {
30
- default: import("@linaria/core").LinariaClassName;
31
- accent: import("@linaria/core").LinariaClassName;
32
- positive: import("@linaria/core").LinariaClassName;
33
- warning: import("@linaria/core").LinariaClassName;
34
- negative: import("@linaria/core").LinariaClassName;
35
- dark: import("@linaria/core").LinariaClassName;
36
- light: import("@linaria/core").LinariaClassName;
37
- };
38
20
  };
39
21
  };
40
22
  //# sourceMappingURL=Avatar.config.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Avatar.config.d.ts","sourceRoot":"","sources":["../../../../../src/examples/plasma_b2c/components/Avatar/Avatar.config.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA0QlB,CAAC"}
1
+ {"version":3,"file":"Avatar.config.d.ts","sourceRoot":"","sources":["../../../../../src/examples/plasma_b2c/components/Avatar/Avatar.config.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;CA6DlB,CAAC"}
@@ -13,24 +13,6 @@ export declare const mergedConfig: import("../../../../engines").ComponentConfig
13
13
  focused: {
14
14
  true: import("@linaria/core").LinariaClassName;
15
15
  };
16
- badgeView: {
17
- default: import("@linaria/core").LinariaClassName;
18
- accent: import("@linaria/core").LinariaClassName;
19
- positive: import("@linaria/core").LinariaClassName;
20
- warning: import("@linaria/core").LinariaClassName;
21
- negative: import("@linaria/core").LinariaClassName;
22
- dark: import("@linaria/core").LinariaClassName;
23
- light: import("@linaria/core").LinariaClassName;
24
- };
25
- counterView: {
26
- default: import("@linaria/core").LinariaClassName;
27
- accent: import("@linaria/core").LinariaClassName;
28
- positive: import("@linaria/core").LinariaClassName;
29
- warning: import("@linaria/core").LinariaClassName;
30
- negative: import("@linaria/core").LinariaClassName;
31
- dark: import("@linaria/core").LinariaClassName;
32
- light: import("@linaria/core").LinariaClassName;
33
- };
34
16
  }, import("../../../../engines/types").PropsType<{
35
17
  view: {
36
18
  default: import("@linaria/core").LinariaClassName;
@@ -45,50 +27,8 @@ export declare const mergedConfig: import("../../../../engines").ComponentConfig
45
27
  focused: {
46
28
  true: import("@linaria/core").LinariaClassName;
47
29
  };
48
- badgeView: {
49
- default: import("@linaria/core").LinariaClassName;
50
- accent: import("@linaria/core").LinariaClassName;
51
- positive: import("@linaria/core").LinariaClassName;
52
- warning: import("@linaria/core").LinariaClassName;
53
- negative: import("@linaria/core").LinariaClassName;
54
- dark: import("@linaria/core").LinariaClassName;
55
- light: import("@linaria/core").LinariaClassName;
56
- };
57
- counterView: {
58
- default: import("@linaria/core").LinariaClassName;
59
- accent: import("@linaria/core").LinariaClassName;
60
- positive: import("@linaria/core").LinariaClassName;
61
- warning: import("@linaria/core").LinariaClassName;
62
- negative: import("@linaria/core").LinariaClassName;
63
- dark: import("@linaria/core").LinariaClassName;
64
- light: import("@linaria/core").LinariaClassName;
65
- };
66
- }>, (import("react").HTMLAttributes<HTMLDivElement> & {
67
- size?: string | undefined;
68
- name?: string | undefined;
69
- url?: string | undefined;
70
- customText?: string | undefined;
71
- status?: "active" | "inactive" | undefined;
72
- isScalable?: boolean | undefined;
73
- focused?: boolean | undefined;
74
- statusLabels?: import("../../../../components/Avatar/Avatar.types").StatusLabels | undefined;
75
- hasExtra?: boolean | undefined;
76
- type?: "badge" | "counter" | undefined;
77
- extraPlacement?: "top-right" | "top-left" | "bottom-right" | "bottom-left" | undefined;
78
- } & {
79
- badgeView?: string | undefined;
80
- pilled?: boolean | undefined;
81
- text?: string | undefined;
82
- contentLeft?: import("react").ReactNode;
83
- contentRight?: import("react").ReactNode;
84
- customColor?: string | undefined;
85
- customBackgroundColor?: string | undefined;
86
- } & {
87
- counterView?: undefined;
88
- count?: undefined;
89
- maxCount?: undefined;
90
- } & import("react").RefAttributes<HTMLDivElement>) | (import("react").HTMLAttributes<HTMLDivElement> & {
91
- size?: string | undefined;
30
+ }>, import("react").HTMLAttributes<HTMLDivElement> & {
31
+ size: "m" | "s" | "l" | "xxl" | "fit";
92
32
  name?: string | undefined;
93
33
  url?: string | undefined;
94
34
  customText?: string | undefined;
@@ -96,22 +36,7 @@ export declare const mergedConfig: import("../../../../engines").ComponentConfig
96
36
  isScalable?: boolean | undefined;
97
37
  focused?: boolean | undefined;
98
38
  statusLabels?: import("../../../../components/Avatar/Avatar.types").StatusLabels | undefined;
99
- hasExtra?: boolean | undefined;
100
- type?: "badge" | "counter" | undefined;
101
- extraPlacement?: "top-right" | "top-left" | "bottom-right" | "bottom-left" | undefined;
102
- } & {
103
- counterView?: string | undefined;
104
- count?: number | undefined;
105
- maxCount?: number | undefined;
106
- } & {
107
- badgeView?: undefined;
108
- pilled?: undefined;
109
- text?: undefined;
110
- contentLeft?: undefined;
111
- contentRight?: undefined;
112
- customColor?: undefined;
113
- customBackgroundColor?: undefined;
114
- } & import("react").RefAttributes<HTMLDivElement>)>;
39
+ } & import("react").RefAttributes<HTMLDivElement>>;
115
40
  export declare const Avatar: import("react").FunctionComponent<import("../../../../engines/types").PropsType<{
116
41
  view: {
117
42
  default: import("@linaria/core").LinariaClassName;
@@ -126,50 +51,8 @@ export declare const Avatar: import("react").FunctionComponent<import("../../../
126
51
  focused: {
127
52
  true: import("@linaria/core").LinariaClassName;
128
53
  };
129
- badgeView: {
130
- default: import("@linaria/core").LinariaClassName;
131
- accent: import("@linaria/core").LinariaClassName;
132
- positive: import("@linaria/core").LinariaClassName;
133
- warning: import("@linaria/core").LinariaClassName;
134
- negative: import("@linaria/core").LinariaClassName;
135
- dark: import("@linaria/core").LinariaClassName;
136
- light: import("@linaria/core").LinariaClassName;
137
- };
138
- counterView: {
139
- default: import("@linaria/core").LinariaClassName;
140
- accent: import("@linaria/core").LinariaClassName;
141
- positive: import("@linaria/core").LinariaClassName;
142
- warning: import("@linaria/core").LinariaClassName;
143
- negative: import("@linaria/core").LinariaClassName;
144
- dark: import("@linaria/core").LinariaClassName;
145
- light: import("@linaria/core").LinariaClassName;
146
- };
147
- }> & ((import("react").HTMLAttributes<HTMLDivElement> & {
148
- size?: string | undefined;
149
- name?: string | undefined;
150
- url?: string | undefined;
151
- customText?: string | undefined;
152
- status?: "active" | "inactive" | undefined;
153
- isScalable?: boolean | undefined;
154
- focused?: boolean | undefined;
155
- statusLabels?: import("../../../../components/Avatar/Avatar.types").StatusLabels | undefined;
156
- hasExtra?: boolean | undefined;
157
- type?: "badge" | "counter" | undefined;
158
- extraPlacement?: "top-right" | "top-left" | "bottom-right" | "bottom-left" | undefined;
159
- } & {
160
- badgeView?: string | undefined;
161
- pilled?: boolean | undefined;
162
- text?: string | undefined;
163
- contentLeft?: import("react").ReactNode;
164
- contentRight?: import("react").ReactNode;
165
- customColor?: string | undefined;
166
- customBackgroundColor?: string | undefined;
167
- } & {
168
- counterView?: undefined;
169
- count?: undefined;
170
- maxCount?: undefined;
171
- } & import("react").RefAttributes<HTMLDivElement>) | (import("react").HTMLAttributes<HTMLDivElement> & {
172
- size?: string | undefined;
54
+ }> & import("react").HTMLAttributes<HTMLDivElement> & {
55
+ size: "m" | "s" | "l" | "xxl" | "fit";
173
56
  name?: string | undefined;
174
57
  url?: string | undefined;
175
58
  customText?: string | undefined;
@@ -177,20 +60,5 @@ export declare const Avatar: import("react").FunctionComponent<import("../../../
177
60
  isScalable?: boolean | undefined;
178
61
  focused?: boolean | undefined;
179
62
  statusLabels?: import("../../../../components/Avatar/Avatar.types").StatusLabels | undefined;
180
- hasExtra?: boolean | undefined;
181
- type?: "badge" | "counter" | undefined;
182
- extraPlacement?: "top-right" | "top-left" | "bottom-right" | "bottom-left" | undefined;
183
- } & {
184
- counterView?: string | undefined;
185
- count?: number | undefined;
186
- maxCount?: number | undefined;
187
- } & {
188
- badgeView?: undefined;
189
- pilled?: undefined;
190
- text?: undefined;
191
- contentLeft?: undefined;
192
- contentRight?: undefined;
193
- customColor?: undefined;
194
- customBackgroundColor?: undefined;
195
- } & import("react").RefAttributes<HTMLDivElement>))>;
63
+ } & import("react").RefAttributes<HTMLDivElement>>;
196
64
  //# sourceMappingURL=Avatar.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Avatar.d.ts","sourceRoot":"","sources":["../../../../../src/examples/plasma_b2c/components/Avatar/Avatar.ts"],"names":[],"mappings":";AAKA,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;mDAAoC,CAAC;AAE9D,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oDAA0B,CAAC"}
1
+ {"version":3,"file":"Avatar.d.ts","sourceRoot":"","sources":["../../../../../src/examples/plasma_b2c/components/Avatar/Avatar.ts"],"names":[],"mappings":";AAKA,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kDAAoC,CAAC;AAE9D,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;kDAA0B,CAAC"}
@@ -37,10 +37,12 @@ export declare const Badge: import("react").FunctionComponent<import("../../../.
37
37
  } & {
38
38
  contentLeft?: import("react").ReactNode;
39
39
  contentRight?: undefined;
40
+ } & {
41
+ children?: import("react").ReactNode;
40
42
  } & {
41
43
  clear?: true | undefined;
42
- pilled?: undefined;
43
- transparent?: undefined;
44
+ pilled?: false | undefined;
45
+ transparent?: false | undefined;
44
46
  } & import("react").RefAttributes<HTMLDivElement>) | (import("react").HTMLAttributes<HTMLDivElement> & {
45
47
  text?: string | undefined;
46
48
  customColor?: string | undefined;
@@ -52,9 +54,27 @@ export declare const Badge: import("react").FunctionComponent<import("../../../.
52
54
  contentLeft?: import("react").ReactNode;
53
55
  contentRight?: undefined;
54
56
  } & {
55
- pilled?: boolean | undefined;
57
+ children?: import("react").ReactNode;
58
+ } & {
59
+ pilled?: true | undefined;
56
60
  transparent?: boolean | undefined;
57
- clear?: undefined;
61
+ clear?: false | undefined;
62
+ } & import("react").RefAttributes<HTMLDivElement>) | (import("react").HTMLAttributes<HTMLDivElement> & {
63
+ text?: string | undefined;
64
+ customColor?: string | undefined;
65
+ customBackgroundColor?: string | undefined;
66
+ maxWidth?: import("csstype").Property.Width<string | number> | undefined;
67
+ size?: string | undefined;
68
+ view?: string | undefined;
69
+ } & {
70
+ contentLeft?: import("react").ReactNode;
71
+ contentRight?: undefined;
72
+ } & {
73
+ children?: import("react").ReactNode;
74
+ } & {
75
+ pilled?: boolean | undefined;
76
+ transparent?: true | undefined;
77
+ clear?: false | undefined;
58
78
  } & import("react").RefAttributes<HTMLDivElement>) | (import("react").HTMLAttributes<HTMLDivElement> & {
59
79
  text?: string | undefined;
60
80
  customColor?: string | undefined;
@@ -65,10 +85,12 @@ export declare const Badge: import("react").FunctionComponent<import("../../../.
65
85
  } & {
66
86
  contentLeft?: undefined;
67
87
  contentRight?: import("react").ReactNode;
88
+ } & {
89
+ children?: import("react").ReactNode;
68
90
  } & {
69
91
  clear?: true | undefined;
70
- pilled?: undefined;
71
- transparent?: undefined;
92
+ pilled?: false | undefined;
93
+ transparent?: false | undefined;
72
94
  } & import("react").RefAttributes<HTMLDivElement>) | (import("react").HTMLAttributes<HTMLDivElement> & {
73
95
  text?: string | undefined;
74
96
  customColor?: string | undefined;
@@ -80,8 +102,26 @@ export declare const Badge: import("react").FunctionComponent<import("../../../.
80
102
  contentLeft?: undefined;
81
103
  contentRight?: import("react").ReactNode;
82
104
  } & {
83
- pilled?: boolean | undefined;
105
+ children?: import("react").ReactNode;
106
+ } & {
107
+ pilled?: true | undefined;
84
108
  transparent?: boolean | undefined;
85
- clear?: undefined;
109
+ clear?: false | undefined;
110
+ } & import("react").RefAttributes<HTMLDivElement>) | (import("react").HTMLAttributes<HTMLDivElement> & {
111
+ text?: string | undefined;
112
+ customColor?: string | undefined;
113
+ customBackgroundColor?: string | undefined;
114
+ maxWidth?: import("csstype").Property.Width<string | number> | undefined;
115
+ size?: string | undefined;
116
+ view?: string | undefined;
117
+ } & {
118
+ contentLeft?: undefined;
119
+ contentRight?: import("react").ReactNode;
120
+ } & {
121
+ children?: import("react").ReactNode;
122
+ } & {
123
+ pilled?: boolean | undefined;
124
+ transparent?: true | undefined;
125
+ clear?: false | undefined;
86
126
  } & import("react").RefAttributes<HTMLDivElement>))>;
87
127
  //# 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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oDAA0B,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"}
@@ -16,5 +16,10 @@ export declare const Counter: import("react").FunctionComponent<import("../../..
16
16
  xs: import("@linaria/core").LinariaClassName;
17
17
  xxs: import("@linaria/core").LinariaClassName;
18
18
  };
19
- }> & import("react").HTMLAttributes<HTMLDivElement> & import("../../../../components/Counter/Counter.types").CustomCounterProps & import("react").RefAttributes<HTMLDivElement>>;
19
+ }> & import("react").HTMLAttributes<HTMLDivElement> & {
20
+ count: number;
21
+ maxCount?: number | undefined;
22
+ size?: string | undefined;
23
+ view?: string | undefined;
24
+ } & import("react").RefAttributes<HTMLDivElement>>;
20
25
  //# sourceMappingURL=Counter.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Counter.d.ts","sourceRoot":"","sources":["../../../../../src/examples/plasma_b2c/components/Counter/Counter.ts"],"names":[],"mappings":";AAOA,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;gLAA0B,CAAC"}
1
+ {"version":3,"file":"Counter.d.ts","sourceRoot":"","sources":["../../../../../src/examples/plasma_b2c/components/Counter/Counter.ts"],"names":[],"mappings":";AAOA,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;kDAA0B,CAAC"}
@@ -33,6 +33,7 @@ export declare const NumberInput: import("react").FunctionComponent<import("../.
33
33
  min?: number | undefined;
34
34
  max?: number | undefined;
35
35
  step?: number | undefined;
36
+ precision?: number | undefined;
36
37
  isLoading?: boolean | undefined;
37
38
  loader?: import("react").ReactNode;
38
39
  size?: string | undefined;
@@ -58,6 +59,7 @@ export declare const NumberInput: import("react").FunctionComponent<import("../.
58
59
  min?: number | undefined;
59
60
  max?: number | undefined;
60
61
  step?: number | undefined;
62
+ precision?: number | undefined;
61
63
  isLoading?: boolean | undefined;
62
64
  loader?: import("react").ReactNode;
63
65
  size?: string | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"NumberInput.d.ts","sourceRoot":"","sources":["../../../../../src/examples/plasma_b2c/components/NumberInput/NumberInput.ts"],"names":[],"mappings":";AAOA,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;mJAA0B,CAAC"}
1
+ {"version":3,"file":"NumberInput.d.ts","sourceRoot":"","sources":["../../../../../src/examples/plasma_b2c/components/NumberInput/NumberInput.ts"],"names":[],"mappings":";AAOA,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;mJAA0B,CAAC"}
@@ -17,24 +17,6 @@ export declare const config: {
17
17
  focused: {
18
18
  true: import("@linaria/core").LinariaClassName;
19
19
  };
20
- badgeView: {
21
- default: import("@linaria/core").LinariaClassName;
22
- accent: import("@linaria/core").LinariaClassName;
23
- positive: import("@linaria/core").LinariaClassName;
24
- warning: import("@linaria/core").LinariaClassName;
25
- negative: import("@linaria/core").LinariaClassName;
26
- dark: import("@linaria/core").LinariaClassName;
27
- light: import("@linaria/core").LinariaClassName;
28
- };
29
- counterView: {
30
- default: import("@linaria/core").LinariaClassName;
31
- accent: import("@linaria/core").LinariaClassName;
32
- positive: import("@linaria/core").LinariaClassName;
33
- warning: import("@linaria/core").LinariaClassName;
34
- negative: import("@linaria/core").LinariaClassName;
35
- dark: import("@linaria/core").LinariaClassName;
36
- light: import("@linaria/core").LinariaClassName;
37
- };
38
20
  };
39
21
  };
40
22
  //# sourceMappingURL=Avatar.config.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Avatar.config.d.ts","sourceRoot":"","sources":["../../../../../src/examples/plasma_web/components/Avatar/Avatar.config.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA0QlB,CAAC"}
1
+ {"version":3,"file":"Avatar.config.d.ts","sourceRoot":"","sources":["../../../../../src/examples/plasma_web/components/Avatar/Avatar.config.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;CA6DlB,CAAC"}
@@ -13,24 +13,6 @@ export declare const mergedConfig: import("../../../../engines").ComponentConfig
13
13
  focused: {
14
14
  true: import("@linaria/core").LinariaClassName;
15
15
  };
16
- badgeView: {
17
- default: import("@linaria/core").LinariaClassName;
18
- accent: import("@linaria/core").LinariaClassName;
19
- positive: import("@linaria/core").LinariaClassName;
20
- warning: import("@linaria/core").LinariaClassName;
21
- negative: import("@linaria/core").LinariaClassName;
22
- dark: import("@linaria/core").LinariaClassName;
23
- light: import("@linaria/core").LinariaClassName;
24
- };
25
- counterView: {
26
- default: import("@linaria/core").LinariaClassName;
27
- accent: import("@linaria/core").LinariaClassName;
28
- positive: import("@linaria/core").LinariaClassName;
29
- warning: import("@linaria/core").LinariaClassName;
30
- negative: import("@linaria/core").LinariaClassName;
31
- dark: import("@linaria/core").LinariaClassName;
32
- light: import("@linaria/core").LinariaClassName;
33
- };
34
16
  }, import("../../../../engines/types").PropsType<{
35
17
  view: {
36
18
  default: import("@linaria/core").LinariaClassName;
@@ -45,50 +27,8 @@ export declare const mergedConfig: import("../../../../engines").ComponentConfig
45
27
  focused: {
46
28
  true: import("@linaria/core").LinariaClassName;
47
29
  };
48
- badgeView: {
49
- default: import("@linaria/core").LinariaClassName;
50
- accent: import("@linaria/core").LinariaClassName;
51
- positive: import("@linaria/core").LinariaClassName;
52
- warning: import("@linaria/core").LinariaClassName;
53
- negative: import("@linaria/core").LinariaClassName;
54
- dark: import("@linaria/core").LinariaClassName;
55
- light: import("@linaria/core").LinariaClassName;
56
- };
57
- counterView: {
58
- default: import("@linaria/core").LinariaClassName;
59
- accent: import("@linaria/core").LinariaClassName;
60
- positive: import("@linaria/core").LinariaClassName;
61
- warning: import("@linaria/core").LinariaClassName;
62
- negative: import("@linaria/core").LinariaClassName;
63
- dark: import("@linaria/core").LinariaClassName;
64
- light: import("@linaria/core").LinariaClassName;
65
- };
66
- }>, (import("react").HTMLAttributes<HTMLDivElement> & {
67
- size?: string | undefined;
68
- name?: string | undefined;
69
- url?: string | undefined;
70
- customText?: string | undefined;
71
- status?: "active" | "inactive" | undefined;
72
- isScalable?: boolean | undefined;
73
- focused?: boolean | undefined;
74
- statusLabels?: import("../../../../components/Avatar/Avatar.types").StatusLabels | undefined;
75
- hasExtra?: boolean | undefined;
76
- type?: "badge" | "counter" | undefined;
77
- extraPlacement?: "top-right" | "top-left" | "bottom-right" | "bottom-left" | undefined;
78
- } & {
79
- badgeView?: string | undefined;
80
- pilled?: boolean | undefined;
81
- text?: string | undefined;
82
- contentLeft?: import("react").ReactNode;
83
- contentRight?: import("react").ReactNode;
84
- customColor?: string | undefined;
85
- customBackgroundColor?: string | undefined;
86
- } & {
87
- counterView?: undefined;
88
- count?: undefined;
89
- maxCount?: undefined;
90
- } & import("react").RefAttributes<HTMLDivElement>) | (import("react").HTMLAttributes<HTMLDivElement> & {
91
- size?: string | undefined;
30
+ }>, import("react").HTMLAttributes<HTMLDivElement> & {
31
+ size: "m" | "s" | "l" | "xxl" | "fit";
92
32
  name?: string | undefined;
93
33
  url?: string | undefined;
94
34
  customText?: string | undefined;
@@ -96,22 +36,7 @@ export declare const mergedConfig: import("../../../../engines").ComponentConfig
96
36
  isScalable?: boolean | undefined;
97
37
  focused?: boolean | undefined;
98
38
  statusLabels?: import("../../../../components/Avatar/Avatar.types").StatusLabels | undefined;
99
- hasExtra?: boolean | undefined;
100
- type?: "badge" | "counter" | undefined;
101
- extraPlacement?: "top-right" | "top-left" | "bottom-right" | "bottom-left" | undefined;
102
- } & {
103
- counterView?: string | undefined;
104
- count?: number | undefined;
105
- maxCount?: number | undefined;
106
- } & {
107
- badgeView?: undefined;
108
- pilled?: undefined;
109
- text?: undefined;
110
- contentLeft?: undefined;
111
- contentRight?: undefined;
112
- customColor?: undefined;
113
- customBackgroundColor?: undefined;
114
- } & import("react").RefAttributes<HTMLDivElement>)>;
39
+ } & import("react").RefAttributes<HTMLDivElement>>;
115
40
  export declare const Avatar: import("react").FunctionComponent<import("../../../../engines/types").PropsType<{
116
41
  view: {
117
42
  default: import("@linaria/core").LinariaClassName;
@@ -126,50 +51,8 @@ export declare const Avatar: import("react").FunctionComponent<import("../../../
126
51
  focused: {
127
52
  true: import("@linaria/core").LinariaClassName;
128
53
  };
129
- badgeView: {
130
- default: import("@linaria/core").LinariaClassName;
131
- accent: import("@linaria/core").LinariaClassName;
132
- positive: import("@linaria/core").LinariaClassName;
133
- warning: import("@linaria/core").LinariaClassName;
134
- negative: import("@linaria/core").LinariaClassName;
135
- dark: import("@linaria/core").LinariaClassName;
136
- light: import("@linaria/core").LinariaClassName;
137
- };
138
- counterView: {
139
- default: import("@linaria/core").LinariaClassName;
140
- accent: import("@linaria/core").LinariaClassName;
141
- positive: import("@linaria/core").LinariaClassName;
142
- warning: import("@linaria/core").LinariaClassName;
143
- negative: import("@linaria/core").LinariaClassName;
144
- dark: import("@linaria/core").LinariaClassName;
145
- light: import("@linaria/core").LinariaClassName;
146
- };
147
- }> & ((import("react").HTMLAttributes<HTMLDivElement> & {
148
- size?: string | undefined;
149
- name?: string | undefined;
150
- url?: string | undefined;
151
- customText?: string | undefined;
152
- status?: "active" | "inactive" | undefined;
153
- isScalable?: boolean | undefined;
154
- focused?: boolean | undefined;
155
- statusLabels?: import("../../../../components/Avatar/Avatar.types").StatusLabels | undefined;
156
- hasExtra?: boolean | undefined;
157
- type?: "badge" | "counter" | undefined;
158
- extraPlacement?: "top-right" | "top-left" | "bottom-right" | "bottom-left" | undefined;
159
- } & {
160
- badgeView?: string | undefined;
161
- pilled?: boolean | undefined;
162
- text?: string | undefined;
163
- contentLeft?: import("react").ReactNode;
164
- contentRight?: import("react").ReactNode;
165
- customColor?: string | undefined;
166
- customBackgroundColor?: string | undefined;
167
- } & {
168
- counterView?: undefined;
169
- count?: undefined;
170
- maxCount?: undefined;
171
- } & import("react").RefAttributes<HTMLDivElement>) | (import("react").HTMLAttributes<HTMLDivElement> & {
172
- size?: string | undefined;
54
+ }> & import("react").HTMLAttributes<HTMLDivElement> & {
55
+ size: "m" | "s" | "l" | "xxl" | "fit";
173
56
  name?: string | undefined;
174
57
  url?: string | undefined;
175
58
  customText?: string | undefined;
@@ -177,20 +60,5 @@ export declare const Avatar: import("react").FunctionComponent<import("../../../
177
60
  isScalable?: boolean | undefined;
178
61
  focused?: boolean | undefined;
179
62
  statusLabels?: import("../../../../components/Avatar/Avatar.types").StatusLabels | undefined;
180
- hasExtra?: boolean | undefined;
181
- type?: "badge" | "counter" | undefined;
182
- extraPlacement?: "top-right" | "top-left" | "bottom-right" | "bottom-left" | undefined;
183
- } & {
184
- counterView?: string | undefined;
185
- count?: number | undefined;
186
- maxCount?: number | undefined;
187
- } & {
188
- badgeView?: undefined;
189
- pilled?: undefined;
190
- text?: undefined;
191
- contentLeft?: undefined;
192
- contentRight?: undefined;
193
- customColor?: undefined;
194
- customBackgroundColor?: undefined;
195
- } & import("react").RefAttributes<HTMLDivElement>))>;
63
+ } & import("react").RefAttributes<HTMLDivElement>>;
196
64
  //# sourceMappingURL=Avatar.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Avatar.d.ts","sourceRoot":"","sources":["../../../../../src/examples/plasma_web/components/Avatar/Avatar.ts"],"names":[],"mappings":";AAKA,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;mDAAoC,CAAC;AAE9D,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oDAA0B,CAAC"}
1
+ {"version":3,"file":"Avatar.d.ts","sourceRoot":"","sources":["../../../../../src/examples/plasma_web/components/Avatar/Avatar.ts"],"names":[],"mappings":";AAKA,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kDAAoC,CAAC;AAE9D,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;kDAA0B,CAAC"}