@salutejs/plasma-new-hope 0.336.0-canary.2238.17818313113.0 → 0.336.0-canary.2239.17794430722.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 (209) hide show
  1. package/cjs/components/Attach/Attach.css +7 -9
  2. package/cjs/components/Attach/Attach.js +59 -13
  3. package/cjs/components/Attach/Attach.js.map +1 -1
  4. package/cjs/components/Attach/Attach.styles.js +9 -21
  5. package/cjs/components/Attach/Attach.styles.js.map +1 -1
  6. package/cjs/components/Attach/Attach.styles_1w3ga58.css +5 -0
  7. package/cjs/components/Attach/Attach.tokens.js +0 -1
  8. package/cjs/components/Attach/Attach.tokens.js.map +1 -1
  9. package/cjs/components/Attach/utils/addSeparator.js +18 -0
  10. package/cjs/components/Attach/utils/addSeparator.js.map +1 -0
  11. package/cjs/components/Attach/utils/getFileicon.js +2 -2
  12. package/cjs/components/Attach/utils/getFileicon.js.map +1 -1
  13. package/cjs/components/Attach/utils/index.js +8 -0
  14. package/cjs/components/Attach/utils/index.js.map +1 -0
  15. package/cjs/components/Attach/variations/_helperTextView/base.js +1 -1
  16. package/cjs/components/Attach/variations/_helperTextView/base_1vgke1p.css +1 -0
  17. package/cjs/components/Attach/variations/_size/base.js +1 -1
  18. package/cjs/components/Attach/variations/_size/base.js.map +1 -1
  19. package/{es/components/Attach/variations/_size/base_kpo9at.css → cjs/components/Attach/variations/_size/base_a4eelx.css} +1 -1
  20. package/cjs/components/Drawer/Drawer.css +2 -2
  21. package/cjs/components/Drawer/Drawer.js +7 -10
  22. package/cjs/components/Drawer/Drawer.js.map +1 -1
  23. package/cjs/components/Drawer/Drawer.styles.js +2 -17
  24. package/cjs/components/Drawer/Drawer.styles.js.map +1 -1
  25. package/{es/components/Drawer/Drawer.styles_1gcp61n.css → cjs/components/Drawer/Drawer.styles_h5od79.css} +1 -1
  26. package/cjs/components/Drawer/Drawer.tokens.js +0 -10
  27. package/cjs/components/Drawer/Drawer.tokens.js.map +1 -1
  28. package/cjs/components/Skeleton/LineSkeleton/LineSkeleton.css +1 -1
  29. package/cjs/components/Skeleton/LineSkeleton/LineSkeleton.js +4 -10
  30. package/cjs/components/Skeleton/LineSkeleton/LineSkeleton.js.map +1 -1
  31. package/cjs/components/Skeleton/LineSkeleton/LineSkeleton.styles.js +1 -2
  32. package/cjs/components/Skeleton/LineSkeleton/LineSkeleton.styles.js.map +1 -1
  33. package/cjs/components/Skeleton/LineSkeleton/variations/_size/base.js +1 -1
  34. package/cjs/components/Skeleton/LineSkeleton/variations/_size/base.js.map +1 -1
  35. package/cjs/components/Skeleton/LineSkeleton/variations/_size/base_1wf7n5i.css +1 -0
  36. package/cjs/components/Skeleton/TextSkeleton/TextSkeleton.js +1 -4
  37. package/cjs/components/Skeleton/TextSkeleton/TextSkeleton.js.map +1 -1
  38. package/cjs/components/Skeleton/tokens.js +1 -2
  39. package/cjs/components/Skeleton/tokens.js.map +1 -1
  40. package/cjs/index.css +10 -12
  41. package/emotion/cjs/components/Attach/Attach.js +51 -12
  42. package/emotion/cjs/components/Attach/Attach.styles.js +13 -28
  43. package/emotion/cjs/components/Attach/Attach.tokens.js +0 -1
  44. package/emotion/cjs/components/Attach/utils/addSeparator.js +20 -0
  45. package/emotion/cjs/components/Attach/utils/getFileicon.js +3 -3
  46. package/emotion/cjs/components/Attach/utils/index.js +10 -2
  47. package/emotion/cjs/components/Attach/variations/_size/base.js +1 -1
  48. package/emotion/cjs/components/Drawer/Drawer.js +4 -13
  49. package/emotion/cjs/components/Drawer/Drawer.styles.js +4 -10
  50. package/emotion/cjs/components/Drawer/Drawer.tokens.js +0 -12
  51. package/emotion/cjs/components/Skeleton/LineSkeleton/LineSkeleton.js +5 -11
  52. package/emotion/cjs/components/Skeleton/LineSkeleton/LineSkeleton.styles.js +4 -5
  53. package/emotion/cjs/components/Skeleton/LineSkeleton/variations/_size/base.js +3 -1
  54. package/emotion/cjs/components/Skeleton/TextSkeleton/TextSkeleton.js +2 -4
  55. package/emotion/cjs/components/Skeleton/tokens.js +1 -2
  56. package/emotion/cjs/examples/components/Attach/Attach.config.js +18 -18
  57. package/emotion/cjs/examples/components/Combobox/Combobox.js +0 -15
  58. package/emotion/cjs/examples/components/Skeleton/LineSkeleton.config.js +18 -23
  59. package/emotion/es/components/Attach/Attach.js +55 -16
  60. package/emotion/es/components/Attach/Attach.styles.js +11 -20
  61. package/emotion/es/components/Attach/Attach.tokens.js +0 -1
  62. package/emotion/es/components/Attach/utils/addSeparator.js +10 -0
  63. package/emotion/es/components/Attach/utils/getFileicon.js +1 -1
  64. package/emotion/es/components/Attach/utils/index.js +3 -1
  65. package/emotion/es/components/Attach/variations/_size/base.js +2 -2
  66. package/emotion/es/components/Drawer/Drawer.js +5 -9
  67. package/emotion/es/components/Drawer/Drawer.styles.js +5 -11
  68. package/emotion/es/components/Drawer/Drawer.tokens.js +0 -9
  69. package/emotion/es/components/Skeleton/LineSkeleton/LineSkeleton.js +5 -11
  70. package/emotion/es/components/Skeleton/LineSkeleton/LineSkeleton.styles.js +4 -5
  71. package/emotion/es/components/Skeleton/LineSkeleton/variations/_size/base.js +3 -1
  72. package/emotion/es/components/Skeleton/TextSkeleton/TextSkeleton.js +2 -4
  73. package/emotion/es/components/Skeleton/tokens.js +1 -2
  74. package/emotion/es/examples/components/Attach/Attach.config.js +18 -18
  75. package/emotion/es/examples/components/Skeleton/LineSkeleton.config.js +18 -23
  76. package/es/components/Attach/Attach.css +7 -9
  77. package/es/components/Attach/Attach.js +63 -17
  78. package/es/components/Attach/Attach.js.map +1 -1
  79. package/es/components/Attach/Attach.styles.js +9 -19
  80. package/es/components/Attach/Attach.styles.js.map +1 -1
  81. package/es/components/Attach/Attach.styles_1w3ga58.css +5 -0
  82. package/es/components/Attach/Attach.tokens.js +0 -1
  83. package/es/components/Attach/Attach.tokens.js.map +1 -1
  84. package/es/components/Attach/utils/addSeparator.js +14 -0
  85. package/es/components/Attach/utils/addSeparator.js.map +1 -0
  86. package/es/components/Attach/utils/getFileicon.js +2 -2
  87. package/es/components/Attach/utils/getFileicon.js.map +1 -1
  88. package/es/components/Attach/utils/index.js +4 -0
  89. package/es/components/Attach/utils/index.js.map +1 -0
  90. package/es/components/Attach/variations/_helperTextView/base.js +1 -1
  91. package/es/components/Attach/variations/_helperTextView/base_1vgke1p.css +1 -0
  92. package/es/components/Attach/variations/_size/base.js +1 -1
  93. package/es/components/Attach/variations/_size/base.js.map +1 -1
  94. package/{cjs/components/Attach/variations/_size/base_kpo9at.css → es/components/Attach/variations/_size/base_a4eelx.css} +1 -1
  95. package/es/components/Drawer/Drawer.css +2 -2
  96. package/es/components/Drawer/Drawer.js +6 -8
  97. package/es/components/Drawer/Drawer.js.map +1 -1
  98. package/es/components/Drawer/Drawer.styles.js +2 -17
  99. package/es/components/Drawer/Drawer.styles.js.map +1 -1
  100. package/{cjs/components/Drawer/Drawer.styles_1gcp61n.css → es/components/Drawer/Drawer.styles_h5od79.css} +1 -1
  101. package/es/components/Drawer/Drawer.tokens.js +1 -10
  102. package/es/components/Drawer/Drawer.tokens.js.map +1 -1
  103. package/es/components/Skeleton/LineSkeleton/LineSkeleton.css +1 -1
  104. package/es/components/Skeleton/LineSkeleton/LineSkeleton.js +4 -10
  105. package/es/components/Skeleton/LineSkeleton/LineSkeleton.js.map +1 -1
  106. package/es/components/Skeleton/LineSkeleton/LineSkeleton.styles.js +1 -2
  107. package/es/components/Skeleton/LineSkeleton/LineSkeleton.styles.js.map +1 -1
  108. package/es/components/Skeleton/LineSkeleton/variations/_size/base.js +1 -1
  109. package/es/components/Skeleton/LineSkeleton/variations/_size/base.js.map +1 -1
  110. package/es/components/Skeleton/LineSkeleton/variations/_size/base_1wf7n5i.css +1 -0
  111. package/es/components/Skeleton/TextSkeleton/TextSkeleton.js +1 -4
  112. package/es/components/Skeleton/TextSkeleton/TextSkeleton.js.map +1 -1
  113. package/es/components/Skeleton/tokens.js +1 -2
  114. package/es/components/Skeleton/tokens.js.map +1 -1
  115. package/es/index.css +10 -12
  116. package/package.json +5 -5
  117. package/styled-components/cjs/components/Attach/Attach.js +51 -12
  118. package/styled-components/cjs/components/Attach/Attach.styles.js +11 -31
  119. package/styled-components/cjs/components/Attach/Attach.tokens.js +0 -1
  120. package/styled-components/cjs/components/Attach/utils/addSeparator.js +20 -0
  121. package/styled-components/cjs/components/Attach/utils/getFileicon.js +3 -3
  122. package/styled-components/cjs/components/Attach/utils/index.js +10 -2
  123. package/styled-components/cjs/components/Attach/variations/_size/base.js +1 -2
  124. package/styled-components/cjs/components/Drawer/Drawer.js +4 -13
  125. package/styled-components/cjs/components/Drawer/Drawer.styles.js +4 -17
  126. package/styled-components/cjs/components/Drawer/Drawer.tokens.js +0 -12
  127. package/styled-components/cjs/components/Skeleton/LineSkeleton/LineSkeleton.js +5 -11
  128. package/styled-components/cjs/components/Skeleton/LineSkeleton/LineSkeleton.styles.js +2 -3
  129. package/styled-components/cjs/components/Skeleton/LineSkeleton/variations/_size/base.js +7 -2
  130. package/styled-components/cjs/components/Skeleton/TextSkeleton/TextSkeleton.js +2 -4
  131. package/styled-components/cjs/components/Skeleton/tokens.js +1 -2
  132. package/styled-components/cjs/examples/components/Attach/Attach.config.js +4 -8
  133. package/styled-components/cjs/examples/components/Skeleton/LineSkeleton.config.js +1 -12
  134. package/styled-components/es/components/Attach/Attach.js +55 -16
  135. package/styled-components/es/components/Attach/Attach.styles.js +9 -23
  136. package/styled-components/es/components/Attach/Attach.tokens.js +0 -1
  137. package/styled-components/es/components/Attach/utils/addSeparator.js +10 -0
  138. package/styled-components/es/components/Attach/utils/getFileicon.js +1 -1
  139. package/styled-components/es/components/Attach/utils/index.js +3 -1
  140. package/styled-components/es/components/Attach/variations/_size/base.js +2 -3
  141. package/styled-components/es/components/Drawer/Drawer.js +5 -9
  142. package/styled-components/es/components/Drawer/Drawer.styles.js +5 -18
  143. package/styled-components/es/components/Drawer/Drawer.tokens.js +0 -9
  144. package/styled-components/es/components/Skeleton/LineSkeleton/LineSkeleton.js +5 -11
  145. package/styled-components/es/components/Skeleton/LineSkeleton/LineSkeleton.styles.js +2 -3
  146. package/styled-components/es/components/Skeleton/LineSkeleton/variations/_size/base.js +7 -2
  147. package/styled-components/es/components/Skeleton/TextSkeleton/TextSkeleton.js +2 -4
  148. package/styled-components/es/components/Skeleton/tokens.js +1 -2
  149. package/styled-components/es/examples/components/Attach/Attach.config.js +4 -8
  150. package/styled-components/es/examples/components/Combobox/Combobox.js +0 -7
  151. package/styled-components/es/examples/components/Skeleton/LineSkeleton.config.js +1 -12
  152. package/types/components/Attach/Attach.d.ts.map +1 -1
  153. package/types/components/Attach/Attach.styles.d.ts +1 -3
  154. package/types/components/Attach/Attach.styles.d.ts.map +1 -1
  155. package/types/components/Attach/Attach.tokens.d.ts +0 -1
  156. package/types/components/Attach/Attach.tokens.d.ts.map +1 -1
  157. package/types/components/Attach/Attach.types.d.ts +0 -7
  158. package/types/components/Attach/Attach.types.d.ts.map +1 -1
  159. package/types/components/Attach/utils/addSeparator.d.ts +2 -0
  160. package/types/components/Attach/utils/addSeparator.d.ts.map +1 -0
  161. package/types/components/Attach/utils/getFileicon.d.ts +1 -1
  162. package/types/components/Attach/utils/index.d.ts +3 -1
  163. package/types/components/Attach/utils/index.d.ts.map +1 -1
  164. package/types/components/Attach/variations/_size/base.d.ts.map +1 -1
  165. package/types/components/Drawer/Drawer.d.ts +0 -2
  166. package/types/components/Drawer/Drawer.d.ts.map +1 -1
  167. package/types/components/Drawer/Drawer.styles.d.ts +1 -2
  168. package/types/components/Drawer/Drawer.styles.d.ts.map +1 -1
  169. package/types/components/Drawer/Drawer.tokens.d.ts +0 -9
  170. package/types/components/Drawer/Drawer.tokens.d.ts.map +1 -1
  171. package/types/components/Drawer/Drawer.types.d.ts +0 -16
  172. package/types/components/Drawer/Drawer.types.d.ts.map +1 -1
  173. package/types/components/Skeleton/LineSkeleton/LineSkeleton.d.ts +0 -3
  174. package/types/components/Skeleton/LineSkeleton/LineSkeleton.d.ts.map +1 -1
  175. package/types/components/Skeleton/LineSkeleton/LineSkeleton.styles.d.ts.map +1 -1
  176. package/types/components/Skeleton/LineSkeleton/LineSkeleton.types.d.ts +1 -1
  177. package/types/components/Skeleton/LineSkeleton/LineSkeleton.types.d.ts.map +1 -1
  178. package/types/components/Skeleton/LineSkeleton/variations/_size/base.d.ts.map +1 -1
  179. package/types/components/Skeleton/Skeleton.types.d.ts +0 -1
  180. package/types/components/Skeleton/Skeleton.types.d.ts.map +1 -1
  181. package/types/components/Skeleton/TextSkeleton/TextSkeleton.d.ts.map +1 -1
  182. package/types/components/Skeleton/tokens.d.ts +0 -1
  183. package/types/components/Skeleton/tokens.d.ts.map +1 -1
  184. package/types/examples/components/Attach/Attach.config.d.ts.map +1 -1
  185. package/types/examples/components/Attach/Attach.d.ts.map +1 -1
  186. package/types/examples/components/Drawer/Drawer.d.ts +0 -1
  187. package/types/examples/components/Drawer/Drawer.d.ts.map +1 -1
  188. package/types/examples/components/Skeleton/LineSkeleton.config.d.ts +0 -5
  189. package/types/examples/components/Skeleton/LineSkeleton.config.d.ts.map +1 -1
  190. package/types/examples/components/Skeleton/Skeleton.d.ts +0 -8
  191. package/types/examples/components/Skeleton/Skeleton.d.ts.map +1 -1
  192. package/cjs/components/Attach/Attach.styles_pso18d.css +0 -7
  193. package/cjs/components/Attach/variations/_helperTextView/base_1tgnvl9.css +0 -1
  194. package/cjs/components/Skeleton/LineSkeleton/variations/_size/base_x642ct.css +0 -1
  195. package/cjs/components/Skeleton/LineSkeleton/variations/_view/base.js +0 -9
  196. package/cjs/components/Skeleton/LineSkeleton/variations/_view/base.js.map +0 -1
  197. package/cjs/components/Skeleton/LineSkeleton/variations/_view/base_1it9pjr.css +0 -1
  198. package/emotion/cjs/components/Skeleton/LineSkeleton/variations/_view/base.js +0 -14
  199. package/emotion/es/components/Skeleton/LineSkeleton/variations/_view/base.js +0 -4
  200. package/es/components/Attach/Attach.styles_pso18d.css +0 -7
  201. package/es/components/Attach/variations/_helperTextView/base_1tgnvl9.css +0 -1
  202. package/es/components/Skeleton/LineSkeleton/variations/_size/base_x642ct.css +0 -1
  203. package/es/components/Skeleton/LineSkeleton/variations/_view/base.js +0 -5
  204. package/es/components/Skeleton/LineSkeleton/variations/_view/base.js.map +0 -1
  205. package/es/components/Skeleton/LineSkeleton/variations/_view/base_1it9pjr.css +0 -1
  206. package/styled-components/cjs/components/Skeleton/LineSkeleton/variations/_view/base.js +0 -19
  207. package/styled-components/es/components/Skeleton/LineSkeleton/variations/_view/base.js +0 -9
  208. package/types/components/Skeleton/LineSkeleton/variations/_view/base.d.ts +0 -2
  209. package/types/components/Skeleton/LineSkeleton/variations/_view/base.d.ts.map +0 -1
@@ -1,9 +1,5 @@
1
1
  export { RectSkeleton, withSkeleton } from '../../../components/Skeleton';
2
2
  export declare const LineSkeleton: import("react").FunctionComponent<import("../../../engines/types").PropsType<{
3
- view: {
4
- default: import("@linaria/core").LinariaClassName;
5
- lighter: import("@linaria/core").LinariaClassName;
6
- };
7
3
  size: {
8
4
  bodyL: import("@linaria/core").LinariaClassName;
9
5
  bodyM: import("@linaria/core").LinariaClassName;
@@ -28,10 +24,6 @@ export declare const LineSkeleton: import("react").FunctionComponent<import("../
28
24
  roundness?: import("../../..").Roundness;
29
25
  } & import("../../..").SkeletonGradientProps & import("react").RefAttributes<HTMLDivElement>>;
30
26
  export declare const TextSkeleton: import("react").FC<import("../../../engines/types").PropsType<{
31
- view: {
32
- default: import("@linaria/core").LinariaClassName;
33
- lighter: import("@linaria/core").LinariaClassName;
34
- };
35
27
  size: {
36
28
  bodyL: import("@linaria/core").LinariaClassName;
37
29
  bodyM: import("@linaria/core").LinariaClassName;
@@ -1 +1 @@
1
- {"version":3,"file":"Skeleton.d.ts","sourceRoot":"","sources":["../../../../src/examples/components/Skeleton/Skeleton.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,YAAY,EAAE,YAAY,EAAE,MAAM,8BAA8B,CAAC;AAI1E,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;6FAAsC,CAAC;AAEhE,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;4LAA6B,CAAC"}
1
+ {"version":3,"file":"Skeleton.d.ts","sourceRoot":"","sources":["../../../../src/examples/components/Skeleton/Skeleton.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,YAAY,EAAE,YAAY,EAAE,MAAM,8BAA8B,CAAC;AAI1E,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;6FAAsC,CAAC;AAEhE,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;4LAA6B,CAAC"}
@@ -1,7 +0,0 @@
1
- .by826kf{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}
2
- .sw7vb9c{display:none;}
3
- .suojwhg{position:relative;}
4
- .sjp429d{position:absolute;margin-top:0.25rem;}
5
- .fssye98{display:inline-grid;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;grid-template-columns:auto 1fr;min-width:8ch;}
6
- .t1531dv{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
7
-
@@ -1 +0,0 @@
1
- .b1psfq3i .sjp429d{color:var(--plasma-attach-helper-text-color);}
@@ -1,9 +0,0 @@
1
- require('./base_1it9pjr.css');
2
- 'use strict';
3
-
4
- Object.defineProperty(exports, '__esModule', { value: true });
5
-
6
- var base = "b160f301";
7
-
8
- exports.base = base;
9
- //# sourceMappingURL=base.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"base.js","sources":["../../../../../../src/components/Skeleton/LineSkeleton/variations/_view/base.ts"],"sourcesContent":["import { css } from '@linaria/core';\n\nimport { StyledVisibleLine } from '../../LineSkeleton.styles';\nimport { tokens } from '../../../tokens';\n\nexport const base = css`\n height: var(${tokens.lineHeight});\n\n & ${StyledVisibleLine} {\n height: var(${tokens.visibleLineHeight});\n }\n`;\n"],"names":["base"],"mappings":";;;;AAKO,IAAMA,IAAI,GAMhB;;;;"}
@@ -1 +0,0 @@
1
- .b160f301{height:var(--plasma-skeleton-line-height);}.b160f301 .sn3du7u{height:var(--plasma-skeleton-visible-line-height);}
@@ -1,14 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", {
3
- value: true
4
- });
5
- Object.defineProperty(exports, "base", {
6
- enumerable: true,
7
- get: function() {
8
- return base;
9
- }
10
- });
11
- var _react = require("@emotion/react");
12
- var _LineSkeletonstyles = require("../../LineSkeleton.styles");
13
- var _tokens = require("../../../tokens");
14
- var base = (0, /*#__PURE__*/ _react.css)("height:var(", _tokens.tokens.lineHeight, ");& ", _LineSkeletonstyles.StyledVisibleLine, "{height:var(", _tokens.tokens.visibleLineHeight, ");}", "base", "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic3JjLWVtb3Rpb24vY29tcG9uZW50cy9Ta2VsZXRvbi9MaW5lU2tlbGV0b24vdmFyaWF0aW9ucy9fdmlldy9iYXNlLnRzIiwic291cmNlcyI6WyJzcmMtZW1vdGlvbi9jb21wb25lbnRzL1NrZWxldG9uL0xpbmVTa2VsZXRvbi92YXJpYXRpb25zL192aWV3L2Jhc2UudHMiXSwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgY3NzIH0gZnJvbSAnQGVtb3Rpb24vcmVhY3QnO1xuXG5pbXBvcnQgeyBTdHlsZWRWaXNpYmxlTGluZSB9IGZyb20gJy4uLy4uL0xpbmVTa2VsZXRvbi5zdHlsZXMnO1xuaW1wb3J0IHsgdG9rZW5zIH0gZnJvbSAnLi4vLi4vLi4vdG9rZW5zJztcblxuZXhwb3J0IGNvbnN0IGJhc2UgPSBjc3NgXG4gICAgaGVpZ2h0OiB2YXIoJHt0b2tlbnMubGluZUhlaWdodH0pO1xuXG4gICAgJiAke1N0eWxlZFZpc2libGVMaW5lfSB7XG4gICAgICAgIGhlaWdodDogdmFyKCR7dG9rZW5zLnZpc2libGVMaW5lSGVpZ2h0fSk7XG4gICAgfVxuYDtcbiJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFLb0IifQ== */");
@@ -1,4 +0,0 @@
1
- import { css } from "@emotion/react";
2
- import { StyledVisibleLine } from "../../LineSkeleton.styles";
3
- import { tokens } from "../../../tokens";
4
- export var base = /*#__PURE__*/ css("height:var(", tokens.lineHeight, ");& ", StyledVisibleLine, "{height:var(", tokens.visibleLineHeight, ");}", "base", "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic3JjLWVtb3Rpb24vY29tcG9uZW50cy9Ta2VsZXRvbi9MaW5lU2tlbGV0b24vdmFyaWF0aW9ucy9fdmlldy9iYXNlLnRzIiwic291cmNlcyI6WyJzcmMtZW1vdGlvbi9jb21wb25lbnRzL1NrZWxldG9uL0xpbmVTa2VsZXRvbi92YXJpYXRpb25zL192aWV3L2Jhc2UudHMiXSwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgY3NzIH0gZnJvbSAnQGVtb3Rpb24vcmVhY3QnO1xuXG5pbXBvcnQgeyBTdHlsZWRWaXNpYmxlTGluZSB9IGZyb20gJy4uLy4uL0xpbmVTa2VsZXRvbi5zdHlsZXMnO1xuaW1wb3J0IHsgdG9rZW5zIH0gZnJvbSAnLi4vLi4vLi4vdG9rZW5zJztcblxuZXhwb3J0IGNvbnN0IGJhc2UgPSBjc3NgXG4gICAgaGVpZ2h0OiB2YXIoJHt0b2tlbnMubGluZUhlaWdodH0pO1xuXG4gICAgJiAke1N0eWxlZFZpc2libGVMaW5lfSB7XG4gICAgICAgIGhlaWdodDogdmFyKCR7dG9rZW5zLnZpc2libGVMaW5lSGVpZ2h0fSk7XG4gICAgfVxuYDtcbiJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFLb0IifQ== */");
@@ -1,7 +0,0 @@
1
- .by826kf{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}
2
- .sw7vb9c{display:none;}
3
- .suojwhg{position:relative;}
4
- .sjp429d{position:absolute;margin-top:0.25rem;}
5
- .fssye98{display:inline-grid;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;grid-template-columns:auto 1fr;min-width:8ch;}
6
- .t1531dv{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
7
-
@@ -1 +0,0 @@
1
- .b1psfq3i .sjp429d{color:var(--plasma-attach-helper-text-color);}
@@ -1,5 +0,0 @@
1
- import './base_1it9pjr.css';
2
- var base = "b160f301";
3
-
4
- export { base };
5
- //# sourceMappingURL=base.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"base.js","sources":["../../../../../../src/components/Skeleton/LineSkeleton/variations/_view/base.ts"],"sourcesContent":["import { css } from '@linaria/core';\n\nimport { StyledVisibleLine } from '../../LineSkeleton.styles';\nimport { tokens } from '../../../tokens';\n\nexport const base = css`\n height: var(${tokens.lineHeight});\n\n & ${StyledVisibleLine} {\n height: var(${tokens.visibleLineHeight});\n }\n`;\n"],"names":["base"],"mappings":"AAKO,IAAMA,IAAI,GAMhB;;;;"}
@@ -1 +0,0 @@
1
- .b160f301{height:var(--plasma-skeleton-line-height);}.b160f301 .sn3du7u{height:var(--plasma-skeleton-visible-line-height);}
@@ -1,19 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", {
3
- value: true
4
- });
5
- Object.defineProperty(exports, "base", {
6
- enumerable: true,
7
- get: function() {
8
- return base;
9
- }
10
- });
11
- var _styledcomponents = require("styled-components");
12
- var _LineSkeletonstyles = require("../../LineSkeleton.styles");
13
- var _tokens = require("../../../tokens");
14
- var base = (0, _styledcomponents.css)([
15
- "height:var(",
16
- ");& ",
17
- "{height:var(",
18
- ");}"
19
- ], _tokens.tokens.lineHeight, _LineSkeletonstyles.StyledVisibleLine, _tokens.tokens.visibleLineHeight);
@@ -1,9 +0,0 @@
1
- import { css } from "styled-components";
2
- import { StyledVisibleLine } from "../../LineSkeleton.styles";
3
- import { tokens } from "../../../tokens";
4
- export var base = css([
5
- "height:var(",
6
- ");& ",
7
- "{height:var(",
8
- ");}"
9
- ], tokens.lineHeight, StyledVisibleLine, tokens.visibleLineHeight);
@@ -1,2 +0,0 @@
1
- export declare const base: import("@linaria/core").LinariaClassName;
2
- //# sourceMappingURL=base.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"base.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Skeleton/LineSkeleton/variations/_view/base.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,IAAI,0CAMhB,CAAC"}