@salutejs/plasma-web 1.468.0-canary.1610.12233446800.0 → 1.468.0-canary.1624.12234000004.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (70) hide show
  1. package/api/plasma-web.api.md +6 -42
  2. package/components/Button/Button.config.d.ts +2 -0
  3. package/components/Button/Button.config.js +17 -15
  4. package/components/Button/Button.d.ts +2 -0
  5. package/components/ButtonGroup/ButtonGroup.config.d.ts +2 -0
  6. package/components/ButtonGroup/ButtonGroup.config.js +21 -19
  7. package/components/ButtonGroup/ButtonGroup.d.ts +2 -0
  8. package/components/IconButton/IconButton.config.d.ts +2 -0
  9. package/components/IconButton/IconButton.config.js +13 -11
  10. package/components/IconButton/IconButton.d.ts +2 -0
  11. package/css/cjs/components/Button/Button.config.js +17 -15
  12. package/css/cjs/components/Button/Button.config.js.map +1 -1
  13. package/css/cjs/components/Button/{Button.config_1g92cxz.css → Button.config_1p9wq2b.css} +13 -11
  14. package/css/cjs/components/Button/Button.css +24 -22
  15. package/css/cjs/components/ButtonGroup/ButtonGroup.config.js +21 -19
  16. package/css/cjs/components/ButtonGroup/ButtonGroup.config.js.map +1 -1
  17. package/css/{es/components/ButtonGroup/ButtonGroup.config_1pd9i2o.css → cjs/components/ButtonGroup/ButtonGroup.config_nvojq8.css} +16 -14
  18. package/css/cjs/components/ButtonGroup/ButtonGroup.css +27 -25
  19. package/css/cjs/components/IconButton/IconButton.config.js +13 -11
  20. package/css/cjs/components/IconButton/IconButton.config.js.map +1 -1
  21. package/css/{es/components/IconButton/IconButton.config_q3zdsy.css → cjs/components/IconButton/IconButton.config_1o8fpqv.css} +12 -10
  22. package/css/cjs/components/IconButton/IconButton.css +22 -20
  23. package/css/cjs/index.css +77 -87
  24. package/css/cjs/index.js +0 -10
  25. package/css/cjs/index.js.map +1 -1
  26. package/css/es/components/Button/Button.config.js +17 -15
  27. package/css/es/components/Button/Button.config.js.map +1 -1
  28. package/css/es/components/Button/{Button.config_1g92cxz.css → Button.config_1p9wq2b.css} +13 -11
  29. package/css/es/components/Button/Button.css +24 -22
  30. package/css/es/components/ButtonGroup/ButtonGroup.config.js +21 -19
  31. package/css/es/components/ButtonGroup/ButtonGroup.config.js.map +1 -1
  32. package/css/{cjs/components/ButtonGroup/ButtonGroup.config_1pd9i2o.css → es/components/ButtonGroup/ButtonGroup.config_nvojq8.css} +16 -14
  33. package/css/es/components/ButtonGroup/ButtonGroup.css +27 -25
  34. package/css/es/components/IconButton/IconButton.config.js +13 -11
  35. package/css/es/components/IconButton/IconButton.config.js.map +1 -1
  36. package/css/{cjs/components/IconButton/IconButton.config_q3zdsy.css → es/components/IconButton/IconButton.config_1o8fpqv.css} +12 -10
  37. package/css/es/components/IconButton/IconButton.css +22 -20
  38. package/css/es/index.css +77 -87
  39. package/css/es/index.js +1 -2
  40. package/css/es/index.js.map +1 -1
  41. package/css/index.d.ts +0 -2
  42. package/es/components/Button/Button.config.js +17 -15
  43. package/es/components/ButtonGroup/ButtonGroup.config.js +21 -19
  44. package/es/components/IconButton/IconButton.config.js +13 -11
  45. package/es/index.js +1 -2
  46. package/index.d.ts +0 -1
  47. package/index.js +0 -11
  48. package/package.json +3 -3
  49. package/temp/plasma-web.api.md +6 -42
  50. package/components/Rating/Rating.config.d.ts +0 -27
  51. package/components/Rating/Rating.config.js +0 -36
  52. package/components/Rating/Rating.d.ts +0 -35
  53. package/components/Rating/Rating.js +0 -10
  54. package/components/Rating/index.d.ts +0 -2
  55. package/components/Rating/index.js +0 -25
  56. package/css/cjs/components/Rating/Rating.config.js +0 -35
  57. package/css/cjs/components/Rating/Rating.config.js.map +0 -1
  58. package/css/cjs/components/Rating/Rating.config_1yxdjbj.css +0 -15
  59. package/css/cjs/components/Rating/Rating.css +0 -15
  60. package/css/cjs/components/Rating/Rating.js +0 -12
  61. package/css/cjs/components/Rating/Rating.js.map +0 -1
  62. package/css/es/components/Rating/Rating.config.js +0 -31
  63. package/css/es/components/Rating/Rating.config.js.map +0 -1
  64. package/css/es/components/Rating/Rating.config_1yxdjbj.css +0 -15
  65. package/css/es/components/Rating/Rating.css +0 -15
  66. package/css/es/components/Rating/Rating.js +0 -8
  67. package/css/es/components/Rating/Rating.js.map +0 -1
  68. package/es/components/Rating/Rating.config.js +0 -30
  69. package/es/components/Rating/Rating.js +0 -4
  70. package/es/components/Rating/index.js +0 -2
@@ -1,35 +0,0 @@
1
- /// <reference types="react" />
2
- export declare const Rating: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
3
- view: {
4
- default: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
5
- accent: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
6
- };
7
- size: {
8
- l: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
9
- m: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
10
- s: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
11
- xs: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
12
- xxs: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
13
- h1: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
14
- h2: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
15
- h3: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
16
- h4: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
17
- h5: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
18
- displayL: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
19
- displayM: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
20
- displayS: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
21
- };
22
- }> & {
23
- value?: number | undefined;
24
- hasValue?: boolean | undefined;
25
- precision?: number | undefined;
26
- valuePlacement?: "after" | "before" | undefined;
27
- iconSlot?: import("react").ReactNode;
28
- iconSlotOutline?: import("react").ReactNode;
29
- iconSlotHalf?: import("react").ReactNode;
30
- hasIcons?: boolean | undefined;
31
- iconQuantity?: 1 | 5 | 10 | undefined;
32
- helperText?: string | undefined;
33
- size?: string | undefined;
34
- view?: string | undefined;
35
- } & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLInputElement>>;
@@ -1,10 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.Rating = void 0;
7
- var _styledComponents = /*#__PURE__*/require("@salutejs/plasma-new-hope/styled-components");
8
- var _Rating = /*#__PURE__*/require("./Rating.config");
9
- var mergedConfig = /*#__PURE__*/(0, _styledComponents.mergeConfig)(_styledComponents.ratingConfig, _Rating.config);
10
- var Rating = exports.Rating = /*#__PURE__*/(0, _styledComponents.component)(mergedConfig);
@@ -1,2 +0,0 @@
1
- export { Rating } from './Rating';
2
- export { ratingTokens, ratingClasses } from '@salutejs/plasma-new-hope/styled-components';
@@ -1,25 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- Object.defineProperty(exports, "Rating", {
7
- enumerable: true,
8
- get: function get() {
9
- return _Rating.Rating;
10
- }
11
- });
12
- Object.defineProperty(exports, "ratingClasses", {
13
- enumerable: true,
14
- get: function get() {
15
- return _styledComponents.ratingClasses;
16
- }
17
- });
18
- Object.defineProperty(exports, "ratingTokens", {
19
- enumerable: true,
20
- get: function get() {
21
- return _styledComponents.ratingTokens;
22
- }
23
- });
24
- var _Rating = /*#__PURE__*/require("./Rating");
25
- var _styledComponents = /*#__PURE__*/require("@salutejs/plasma-new-hope/styled-components");
@@ -1,35 +0,0 @@
1
- import './Rating.config_1yxdjbj.css';
2
- 'use strict';
3
-
4
- Object.defineProperty(exports, '__esModule', { value: true });
5
-
6
- var config = {
7
- defaults: {
8
- view: 'default',
9
- size: 'l'
10
- },
11
- variations: {
12
- view: {
13
- "default": "d4wv9lv",
14
- accent: "aegxbm4"
15
- },
16
- size: {
17
- l: "l10vyqiv",
18
- m: "mkrysed",
19
- s: "sl5rvhy",
20
- xs: "xhutyqx",
21
- xxs: "x3t7cxk",
22
- h1: "h1tims0h",
23
- h2: "hmoy08m",
24
- h3: "h1lhjcjg",
25
- h4: "h1n2d4te",
26
- h5: "h3d2rf7",
27
- displayL: "dkdlkli",
28
- displayM: "d1dhhugl",
29
- displayS: "d1m6sthe"
30
- }
31
- }
32
- };
33
-
34
- exports.config = config;
35
- //# sourceMappingURL=Rating.config.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Rating.config.js","sources":["../../../../src-css/components/Rating/Rating.config.ts"],"sourcesContent":["import { css, ratingTokens as tokens } from '@salutejs/plasma-new-hope';\n\nexport const config = {\n defaults: {\n view: 'default',\n size: 'l',\n },\n variations: {\n view: {\n default: css`\n ${tokens.color}: var(--text-primary);\n ${tokens.helperTextColor}: var(--text-secondary);\n ${tokens.iconColor}: var(--text-primary);\n ${tokens.outlineIconColor}: var(--text-primary);\n `,\n accent: css`\n ${tokens.color}: var(--text-primary);\n ${tokens.helperTextColor}: var(--text-secondary);\n // TODO: change with token data-yellow, when it will be added to theme\n ${tokens.iconColor}: #F3A912;\n ${tokens.outlineIconColor}: var(--text-tertiary);\n `,\n },\n size: {\n l: css`\n ${tokens.gap}: 0.25rem;\n\n ${tokens.fontFamily}: var(--plasma-typo-body-l-font-family);\n ${tokens.fontSize}: var(--plasma-typo-body-l-font-size);\n ${tokens.fontStyle}: var(--plasma-typo-body-l-font-style);\n ${tokens.fontWeight}: var(--plasma-typo-body-l-bold-font-weight);\n ${tokens.letterSpacing}: var(--plasma-typo-body-l-letter-spacing);\n ${tokens.lineHeight}: var(--plasma-typo-body-l-line-height);\n\n ${tokens.helperTextFontFamily}: var(--plasma-typo-body-xs-font-family);\n ${tokens.helperTextFontSize}: var(--plasma-typo-body-xs-font-size);\n ${tokens.helperTextFontStyle}: var(--plasma-typo-body-xs-font-style);\n ${tokens.helperTextFontWeight}: var(--plasma-typo-body-xs-font-weight);\n ${tokens.helperTextLetterSpacing}: var(--plasma-typo-body-xs-letter-spacing);\n ${tokens.helperTextLineHeight}: var(--plasma-typo-body-xs-line-height);\n\n ${tokens.contentGap}: 0.625rem;\n ${tokens.singleIconContentGap}: 0.25rem;\n ${tokens.starsWrapperGap}: 0.125rem;\n\n ${tokens.iconSize}: 1.25rem;\n `,\n m: css`\n ${tokens.gap}: 0.25rem;\n\n ${tokens.fontFamily}: var(--plasma-typo-body-m-font-family);\n ${tokens.fontSize}: var(--plasma-typo-body-m-font-size);\n ${tokens.fontStyle}: var(--plasma-typo-body-m-font-style);\n ${tokens.fontWeight}: var(--plasma-typo-body-m-bold-font-weight);\n ${tokens.letterSpacing}: var(--plasma-typo-body-m-letter-spacing);\n ${tokens.lineHeight}: var(--plasma-typo-body-m-line-height);\n\n ${tokens.helperTextFontFamily}: var(--plasma-typo-body-xs-font-family);\n ${tokens.helperTextFontSize}: var(--plasma-typo-body-xs-font-size);\n ${tokens.helperTextFontStyle}: var(--plasma-typo-body-xs-font-style);\n ${tokens.helperTextFontWeight}: var(--plasma-typo-body-xs-font-weight);\n ${tokens.helperTextLetterSpacing}: var(--plasma-typo-body-xs-letter-spacing);\n ${tokens.helperTextLineHeight}: var(--plasma-typo-body-xs-line-height);\n\n ${tokens.contentGap}: 0.5rem;\n ${tokens.singleIconContentGap}: 0.25rem;\n ${tokens.starsWrapperGap}: 0.125rem;\n\n ${tokens.iconSize}: 1.25rem;\n `,\n s: css`\n ${tokens.gap}: 0.25rem;\n\n ${tokens.fontFamily}: var(--plasma-typo-body-s-font-family);\n ${tokens.fontSize}: var(--plasma-typo-body-s-font-size);\n ${tokens.fontStyle}: var(--plasma-typo-body-s-font-style);\n ${tokens.fontWeight}: var(--plasma-typo-body-s-bold-font-weight);\n ${tokens.letterSpacing}: var(--plasma-typo-body-s-letter-spacing);\n ${tokens.lineHeight}: var(--plasma-typo-body-s-line-height);\n\n ${tokens.helperTextFontFamily}: var(--plasma-typo-body-xs-font-family);\n ${tokens.helperTextFontSize}: var(--plasma-typo-body-xs-font-size);\n ${tokens.helperTextFontStyle}: var(--plasma-typo-body-xs-font-style);\n ${tokens.helperTextFontWeight}: var(--plasma-typo-body-xs-font-weight);\n ${tokens.helperTextLetterSpacing}: var(--plasma-typo-body-xs-letter-spacing);\n ${tokens.helperTextLineHeight}: var(--plasma-typo-body-xs-line-height);\n\n ${tokens.contentGap}: 0.5rem;\n ${tokens.singleIconContentGap}: 0.25rem;\n ${tokens.starsWrapperGap}: 0.125rem;\n\n ${tokens.iconSize}: 1rem;\n `,\n xs: css`\n ${tokens.gap}: 0.25rem;\n\n ${tokens.fontFamily}: var(--plasma-typo-body-xs-font-family);\n ${tokens.fontSize}: var(--plasma-typo-body-xs-font-size);\n ${tokens.fontStyle}: var(--plasma-typo-body-xs-font-style);\n ${tokens.fontWeight}: var(--plasma-typo-body-xs-bold-font-weight);\n ${tokens.letterSpacing}: var(--plasma-typo-body-xs-letter-spacing);\n ${tokens.lineHeight}: var(--plasma-typo-body-xs-line-height);\n\n ${tokens.helperTextFontFamily}: var(--plasma-typo-body-xxs-font-family);\n ${tokens.helperTextFontSize}: var(--plasma-typo-body-xxs-font-size);\n ${tokens.helperTextFontStyle}: var(--plasma-typo-body-xxs-font-style);\n ${tokens.helperTextFontWeight}: var(--plasma-typo-body-xxs-font-weight);\n ${tokens.helperTextLetterSpacing}: var(--plasma-typo-body-xxs-letter-spacing);\n ${tokens.helperTextLineHeight}: var(--plasma-typo-body-xxs-line-height);\n\n ${tokens.contentGap}: 0.375rem;\n ${tokens.singleIconContentGap}: 0.25rem;\n ${tokens.starsWrapperGap}: 0.125rem;\n\n ${tokens.iconSize}: 0.75rem;\n ${tokens.actualIconSize}: 1rem;\n ${tokens.scaleFactor}: 0.75;\n `,\n xxs: css`\n ${tokens.gap}: 0.25rem;\n\n ${tokens.fontFamily}: var(--plasma-typo-body-xxs-font-family);\n ${tokens.fontSize}: var(--plasma-typo-body-xxs-font-size);\n ${tokens.fontStyle}: var(--plasma-typo-body-xxs-font-style);\n ${tokens.fontWeight}: var(--plasma-typo-body-xxs-bold-font-weight);\n ${tokens.letterSpacing}: var(--plasma-typo-body-xxs-letter-spacing);\n ${tokens.lineHeight}: var(--plasma-typo-body-xxs-line-height);\n\n ${tokens.helperTextFontFamily}: var(--plasma-typo-body-xxs-font-family);\n ${tokens.helperTextFontSize}: var(--plasma-typo-body-xxs-font-size);\n ${tokens.helperTextFontStyle}: var(--plasma-typo-body-xxs-font-style);\n ${tokens.helperTextFontWeight}: var(--plasma-typo-body-xxs-font-weight);\n ${tokens.helperTextLetterSpacing}: var(--plasma-typo-body-xxs-letter-spacing);\n ${tokens.helperTextLineHeight}: var(--plasma-typo-body-xxs-line-height);\n\n ${tokens.contentGap}: 0.375rem;\n ${tokens.singleIconContentGap}: 0.25rem;\n ${tokens.starsWrapperGap}: 0.125rem;\n\n ${tokens.iconSize}: 0.75rem;\n ${tokens.actualIconSize}: 1rem;\n ${tokens.scaleFactor}: 0.75;\n `,\n h1: css`\n ${tokens.gap}: 0.25rem;\n\n ${tokens.fontFamily}: var(--plasma-typo-h1-font-family);\n ${tokens.fontSize}: var(--plasma-typo-h1-font-size);\n ${tokens.fontStyle}: var(--plasma-typo-h1-font-style);\n ${tokens.fontWeight}: var(--plasma-typo-h1-bold-font-weight);\n ${tokens.letterSpacing}: var(--plasma-typo-h1-letter-spacing);\n ${tokens.lineHeight}: var(--plasma-typo-h1-line-height);\n\n ${tokens.helperTextFontFamily}: var(--plasma-typo-body-m-font-family);\n ${tokens.helperTextFontSize}: var(--plasma-typo-body-m-font-size);\n ${tokens.helperTextFontStyle}: var(--plasma-typo-body-m-font-style);\n ${tokens.helperTextFontWeight}: var(--plasma-typo-body-m-font-weight);\n ${tokens.helperTextLetterSpacing}: var(--plasma-typo-body-m-letter-spacing);\n ${tokens.helperTextLineHeight}: var(--plasma-typo-body-m-line-height);\n\n ${tokens.contentGap}: 1rem;\n ${tokens.singleIconContentGap}: 0.5rem;\n ${tokens.starsWrapperGap}: 0.125rem;\n\n ${tokens.iconMarginBottom}: 0.25rem;\n ${tokens.iconSizeLarge}: 3rem;\n ${tokens.iconSizeMedium}: 3rem;\n ${tokens.iconSizeSmall}: 2.25rem;\n\n ${tokens.singleIconMarginBottom}: 0.25rem;\n ${tokens.singleIconSizeLarge}: 3rem;\n ${tokens.singleIconSizeMedium}: 3rem;\n ${tokens.singleIconSizeSmall}: 2.25rem;\n `,\n h2: css`\n ${tokens.gap}: 0.25rem;\n\n ${tokens.fontFamily}: var(--plasma-typo-h2-font-family);\n ${tokens.fontSize}: var(--plasma-typo-h2-font-size);\n ${tokens.fontStyle}: var(--plasma-typo-h2-font-style);\n ${tokens.fontWeight}: var(--plasma-typo-h2-bold-font-weight);\n ${tokens.letterSpacing}: var(--plasma-typo-h2-letter-spacing);\n ${tokens.lineHeight}: var(--plasma-typo-h2-line-height);\n\n ${tokens.helperTextFontFamily}: var(--plasma-typo-body-s-font-family);\n ${tokens.helperTextFontSize}: var(--plasma-typo-body-s-font-size);\n ${tokens.helperTextFontStyle}: var(--plasma-typo-body-s-font-style);\n ${tokens.helperTextFontWeight}: var(--plasma-typo-body-s-font-weight);\n ${tokens.helperTextLetterSpacing}: var(--plasma-typo-body-s-letter-spacing);\n ${tokens.helperTextLineHeight}: var(--plasma-typo-body-s-line-height);\n\n ${tokens.contentGap}: 0.875rem;\n ${tokens.singleIconContentGap}: 0.5rem;\n ${tokens.starsWrapperGap}: 0.125rem;\n\n ${tokens.iconMarginBottom}: 0.25rem;\n ${tokens.iconSizeLarge}: 2rem;\n ${tokens.iconSizeMedium}: 1.75rem;\n ${tokens.iconSizeSmall}: 1.5rem;\n\n ${tokens.singleIconMarginBottom}: 0.25rem;\n ${tokens.singleIconSizeLarge}: 2rem;\n ${tokens.singleIconSizeMedium}: 1.75rem;\n ${tokens.singleIconSizeSmall}: 1.5rem;\n `,\n h3: css`\n ${tokens.gap}: 0.25rem;\n\n ${tokens.fontFamily}: var(--plasma-typo-h3-font-family);\n ${tokens.fontSize}: var(--plasma-typo-h3-font-size);\n ${tokens.fontStyle}: var(--plasma-typo-h3-font-style);\n ${tokens.fontWeight}: var(--plasma-typo-h3-bold-font-weight);\n ${tokens.letterSpacing}: var(--plasma-typo-h3-letter-spacing);\n ${tokens.lineHeight}: var(--plasma-typo-h3-line-height);\n\n ${tokens.helperTextFontFamily}: var(--plasma-typo-body-xs-font-family);\n ${tokens.helperTextFontSize}: var(--plasma-typo-body-xs-font-size);\n ${tokens.helperTextFontStyle}: var(--plasma-typo-body-xs-font-style);\n ${tokens.helperTextFontWeight}: var(--plasma-typo-body-xs-font-weight);\n ${tokens.helperTextLetterSpacing}: var(--plasma-typo-body-xs-letter-spacing);\n ${tokens.helperTextLineHeight}: var(--plasma-typo-body-xs-line-height);\n\n ${tokens.contentGap}: 0.75rem;\n ${tokens.singleIconContentGap}: 0.375rem;\n ${tokens.starsWrapperGap}: 0.125rem;\n\n ${tokens.iconMarginBottom}: 0.125rem;\n ${tokens.iconSizeLarge}: 1.75rem;\n ${tokens.iconSizeMedium}: 1.5rem;\n ${tokens.iconSizeSmall}: 1.25rem;\n\n ${tokens.singleIconMarginBottom}: 0.125rem;\n ${tokens.singleIconSizeLarge}: 1.75rem;\n ${tokens.singleIconSizeMedium}: 1.5rem;\n ${tokens.singleIconSizeSmall}: 1.25rem;\n `,\n h4: css`\n ${tokens.gap}: 0.25rem;\n\n ${tokens.fontFamily}: var(--plasma-typo-h4-font-family);\n ${tokens.fontSize}: var(--plasma-typo-h4-font-size);\n ${tokens.fontStyle}: var(--plasma-typo-h4-font-style);\n ${tokens.fontWeight}: var(--plasma-typo-h4-bold-font-weight);\n ${tokens.letterSpacing}: var(--plasma-typo-h4-letter-spacing);\n ${tokens.lineHeight}: var(--plasma-typo-h4-line-height);\n\n ${tokens.helperTextFontFamily}: var(--plasma-typo-body-xs-font-family);\n ${tokens.helperTextFontSize}: var(--plasma-typo-body-xs-font-size);\n ${tokens.helperTextFontStyle}: var(--plasma-typo-body-xs-font-style);\n ${tokens.helperTextFontWeight}: var(--plasma-typo-body-xs-font-weight);\n ${tokens.helperTextLetterSpacing}: var(--plasma-typo-body-xs-letter-spacing);\n ${tokens.helperTextLineHeight}: var(--plasma-typo-body-xs-line-height);\n\n ${tokens.contentGap}: 0.625rem;\n ${tokens.singleIconContentGap}: 0.25rem;\n ${tokens.starsWrapperGap}: 0.125rem;\n\n ${tokens.iconMarginBottom}: 0.125rem;\n ${tokens.iconSizeLarge}: 1.5rem;\n ${tokens.iconSizeMedium}: 1.25rem;\n ${tokens.iconSizeSmall}: 1.25rem;\n\n ${tokens.singleIconMarginBottom}: 0.125rem;\n ${tokens.singleIconSizeLarge}: 1.5rem;\n ${tokens.singleIconSizeMedium}: 1.25rem;\n ${tokens.singleIconSizeSmall}: 1.25rem;\n `,\n h5: css`\n ${tokens.gap}: 0.25rem;\n\n ${tokens.fontFamily}: var(--plasma-typo-h5-font-family);\n ${tokens.fontSize}: var(--plasma-typo-h5-font-size);\n ${tokens.fontStyle}: var(--plasma-typo-h5-font-style);\n ${tokens.fontWeight}: var(--plasma-typo-h5-bold-font-weight);\n ${tokens.letterSpacing}: var(--plasma-typo-h5-letter-spacing);\n ${tokens.lineHeight}: var(--plasma-typo-h5-line-height);\n\n ${tokens.helperTextFontFamily}: var(--plasma-typo-body-xs-font-family);\n ${tokens.helperTextFontSize}: var(--plasma-typo-body-xs-font-size);\n ${tokens.helperTextFontStyle}: var(--plasma-typo-body-xs-font-style);\n ${tokens.helperTextFontWeight}: var(--plasma-typo-body-xs-font-weight);\n ${tokens.helperTextLetterSpacing}: var(--plasma-typo-body-xs-letter-spacing);\n ${tokens.helperTextLineHeight}: var(--plasma-typo-body-xs-line-height);\n\n ${tokens.contentGap}: 0.625rem;\n ${tokens.singleIconContentGap}: 0.25rem;\n ${tokens.starsWrapperGap}: 0.125rem;\n\n ${tokens.iconSizeLarge}: 1.25rem;\n ${tokens.iconSizeMedium}: 1.25rem;\n ${tokens.iconSizeSmall}: 1rem;\n\n ${tokens.singleIconSizeLarge}: 1.25rem;\n ${tokens.singleIconSizeMedium}: 1.25rem;\n ${tokens.singleIconSizeSmall}: 1rem;\n `,\n displayL: css`\n ${tokens.gap}: 0.375rem;\n\n ${tokens.fontFamily}: var(--plasma-typo-dspl-l-font-family);\n ${tokens.fontSize}: var(--plasma-typo-dspl-l-font-size);\n ${tokens.fontStyle}: var(--plasma-typo-dspl-l-font-style);\n ${tokens.fontWeight}: var(--plasma-typo-dspl-l-bold-font-weight);\n ${tokens.letterSpacing}: var(--plasma-typo-dspl-l-letter-spacing);\n ${tokens.lineHeight}: var(--plasma-typo-dspl-l-line-height);\n\n ${tokens.helperTextFontFamily}: var(--plasma-typo-h3-font-family);\n ${tokens.helperTextFontSize}: var(--plasma-typo-h3-font-size);\n ${tokens.helperTextFontStyle}: var(--plasma-typo-h3-font-style);\n ${tokens.helperTextFontWeight}: var(--plasma-typo-h3-font-weight);\n ${tokens.helperTextLetterSpacing}: var(--plasma-typo-h3-letter-spacing);\n ${tokens.helperTextLineHeight}: var(--plasma-typo-h3-line-height);\n\n ${tokens.contentGap}: 1.5rem;\n ${tokens.singleIconContentGap}: 0.75rem;\n ${tokens.wrapperGap}: 0.625rem;\n ${tokens.starsWrapperGap}: 0.125rem;\n\n ${tokens.iconSizeLarge}: 4rem;\n ${tokens.iconSizeMedium}: 3rem;\n ${tokens.iconSizeSmall}: 2.25rem;\n\n ${tokens.singleIconSizeLarge}: 7.5rem;\n ${tokens.singleIconSizeMedium}: 7rem;\n ${tokens.singleIconSizeSmall}: 5.5rem;\n `,\n displayM: css`\n ${tokens.gap}: 0.375rem;\n\n ${tokens.fontFamily}: var(--plasma-typo-dspl-m-font-family);\n ${tokens.fontSize}: var(--plasma-typo-dspl-m-font-size);\n ${tokens.fontStyle}: var(--plasma-typo-dspl-m-font-style);\n ${tokens.fontWeight}: var(--plasma-typo-dspl-m-bold-font-weight);\n ${tokens.letterSpacing}: var(--plasma-typo-dspl-m-letter-spacing);\n ${tokens.lineHeight}: var(--plasma-typo-dspl-m-line-height);\n\n ${tokens.helperTextFontFamily}: var(--plasma-typo-body-l-font-family);\n ${tokens.helperTextFontSize}: var(--plasma-typo-body-l-font-size);\n ${tokens.helperTextFontStyle}: var(--plasma-typo-body-l-font-style);\n ${tokens.helperTextFontWeight}: var(--plasma-typo-body-l-font-weight);\n ${tokens.helperTextLetterSpacing}: var(--plasma-typo-body-l-letter-spacing);\n ${tokens.helperTextLineHeight}: var(--plasma-typo-body-l-line-height);\n\n ${tokens.contentGap}: 1.5rem;\n ${tokens.singleIconContentGap}: 0.75rem;\n ${tokens.wrapperGap}: 0.5rem;\n ${tokens.starsWrapperGap}: 0.125rem;\n\n ${tokens.iconSizeLarge}: 3rem;\n ${tokens.iconSizeMedium}: 2.25rem;\n ${tokens.iconSizeSmall}: 1.75rem;\n\n ${tokens.singleIconMarginBottom}: 0.5rem;\n ${tokens.singleIconSizeLarge}: 5.25rem;\n ${tokens.singleIconSizeMedium}: 4.5rem;\n ${tokens.singleIconSizeSmall}: 4rem;\n `,\n displayS: css`\n ${tokens.gap}: 0.375rem;\n\n ${tokens.fontFamily}: var(--plasma-typo-dspl-s-font-family);\n ${tokens.fontSize}: var(--plasma-typo-dspl-s-font-size);\n ${tokens.fontStyle}: var(--plasma-typo-dspl-s-font-style);\n ${tokens.fontWeight}: var(--plasma-typo-dspl-s-bold-font-weight);\n ${tokens.letterSpacing}: var(--plasma-typo-dspl-s-letter-spacing);\n ${tokens.lineHeight}: var(--plasma-typo-dspl-s-line-height);\n\n ${tokens.helperTextFontFamily}: var(--plasma-typo-body-l-font-family);\n ${tokens.helperTextFontSize}: var(--plasma-typo-body-l-font-size);\n ${tokens.helperTextFontStyle}: var(--plasma-typo-body-l-font-style);\n ${tokens.helperTextFontWeight}: var(--plasma-typo-body-l-font-weight);\n ${tokens.helperTextLetterSpacing}: var(--plasma-typo-body-l-letter-spacing);\n ${tokens.helperTextLineHeight}: var(--plasma-typo-body-l-line-height);\n\n ${tokens.contentGap}: 1.5rem;\n ${tokens.singleIconContentGap}: 0.75rem;\n ${tokens.wrapperGap}: 0.375rem;\n ${tokens.starsWrapperGap}: 0.125rem;\n\n ${tokens.iconSizeLarge}: 2rem;\n ${tokens.iconSizeMedium}: 1.5rem;\n ${tokens.iconSizeSmall}: 1.25rem;\n\n ${tokens.singleIconMarginBottom}: 0.313rem;\n ${tokens.singleIconSizeLarge}: 4rem;\n ${tokens.singleIconSizeMedium}: 3.5rem;\n ${tokens.singleIconSizeSmall}: 2.75rem;\n `,\n },\n },\n};\n"],"names":["config","defaults","view","size","variations","default","accent","l","m","s","xs","xxs","h1","h2","h3","h4","h5","displayL","displayM","displayS"],"mappings":";;;;AAEO,IAAMA,MAAM,GAAG;AAClBC,EAAAA,QAAQ,EAAE;AACNC,IAAAA,IAAI,EAAE,SAAS;AACfC,IAAAA,IAAI,EAAE,GAAA;GACT;AACDC,EAAAA,UAAU,EAAE;AACRF,IAAAA,IAAI,EAAE;AACFG,MAAAA,SAAAA,EAKC,SAAA;AACDC,MAAAA,MAAM,EAAA,SAAA;KAOT;AACDH,IAAAA,IAAI,EAAE;AACFI,MAAAA,CAAC,EAsBA,UAAA;AACDC,MAAAA,CAAC,EAsBA,SAAA;AACDC,MAAAA,CAAC,EAsBA,SAAA;AACDC,MAAAA,EAAE,EAwBD,SAAA;AACDC,MAAAA,GAAG,EAwBF,SAAA;AACDC,MAAAA,EAAE,EA8BD,UAAA;AACDC,MAAAA,EAAE,EA8BD,SAAA;AACDC,MAAAA,EAAE,EA8BD,UAAA;AACDC,MAAAA,EAAE,EA8BD,UAAA;AACDC,MAAAA,EAAE,EA4BD,SAAA;AACDC,MAAAA,QAAQ,EA6BP,SAAA;AACDC,MAAAA,QAAQ,EA8BP,UAAA;AACDC,MAAAA,QAAQ,EAAA,UAAA;AA+BZ,KAAA;AACJ,GAAA;AACJ;;;;"}
@@ -1,15 +0,0 @@
1
- .d4wv9lv{--plasma-rating-color:var(--text-primary);--plasma-rating_helper-text_color:var(--text-secondary);--plasma-rating_icon_color:var(--text-primary);--plasma-rating_outline-icon_color:var(--text-primary);}
2
- .aegxbm4{--plasma-rating-color:var(--text-primary);--plasma-rating_helper-text_color:var(--text-secondary);--plasma-rating_icon_color:#F3A912;--plasma-rating_outline-icon_color:var(--text-tertiary);}
3
- .l10vyqiv{--plasma-rating-gap:0.25rem;--plasma-rating-font-family:var(--plasma-typo-body-l-font-family);--plasma-rating-font-size:var(--plasma-typo-body-l-font-size);--plasma-rating-font-style:var(--plasma-typo-body-l-font-style);--plasma-rating-font-weight:var(--plasma-typo-body-l-bold-font-weight);--plasma-rating-letter-spacing:var(--plasma-typo-body-l-letter-spacing);--plasma-rating-line-height:var(--plasma-typo-body-l-line-height);--plasma-rating_helper-text_font-family:var(--plasma-typo-body-xs-font-family);--plasma-rating_helper-text_font-size:var(--plasma-typo-body-xs-font-size);--plasma-rating_helper-text_font-style:var(--plasma-typo-body-xs-font-style);--plasma-rating_helper-text_font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-rating_helper-text_letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-rating_helper-text_line-height:var(--plasma-typo-body-xs-line-height);--plasma-rating_content_gap:0.625rem;--plasma-rating_single-icon_content_gap:0.25rem;--plasma-rating_stars-wrapper_gap:0.125rem;--plasma-rating_icon-size:1.25rem;}
4
- .mkrysed{--plasma-rating-gap:0.25rem;--plasma-rating-font-family:var(--plasma-typo-body-m-font-family);--plasma-rating-font-size:var(--plasma-typo-body-m-font-size);--plasma-rating-font-style:var(--plasma-typo-body-m-font-style);--plasma-rating-font-weight:var(--plasma-typo-body-m-bold-font-weight);--plasma-rating-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-rating-line-height:var(--plasma-typo-body-m-line-height);--plasma-rating_helper-text_font-family:var(--plasma-typo-body-xs-font-family);--plasma-rating_helper-text_font-size:var(--plasma-typo-body-xs-font-size);--plasma-rating_helper-text_font-style:var(--plasma-typo-body-xs-font-style);--plasma-rating_helper-text_font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-rating_helper-text_letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-rating_helper-text_line-height:var(--plasma-typo-body-xs-line-height);--plasma-rating_content_gap:0.5rem;--plasma-rating_single-icon_content_gap:0.25rem;--plasma-rating_stars-wrapper_gap:0.125rem;--plasma-rating_icon-size:1.25rem;}
5
- .sl5rvhy{--plasma-rating-gap:0.25rem;--plasma-rating-font-family:var(--plasma-typo-body-s-font-family);--plasma-rating-font-size:var(--plasma-typo-body-s-font-size);--plasma-rating-font-style:var(--plasma-typo-body-s-font-style);--plasma-rating-font-weight:var(--plasma-typo-body-s-bold-font-weight);--plasma-rating-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-rating-line-height:var(--plasma-typo-body-s-line-height);--plasma-rating_helper-text_font-family:var(--plasma-typo-body-xs-font-family);--plasma-rating_helper-text_font-size:var(--plasma-typo-body-xs-font-size);--plasma-rating_helper-text_font-style:var(--plasma-typo-body-xs-font-style);--plasma-rating_helper-text_font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-rating_helper-text_letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-rating_helper-text_line-height:var(--plasma-typo-body-xs-line-height);--plasma-rating_content_gap:0.5rem;--plasma-rating_single-icon_content_gap:0.25rem;--plasma-rating_stars-wrapper_gap:0.125rem;--plasma-rating_icon-size:1rem;}
6
- .xhutyqx{--plasma-rating-gap:0.25rem;--plasma-rating-font-family:var(--plasma-typo-body-xs-font-family);--plasma-rating-font-size:var(--plasma-typo-body-xs-font-size);--plasma-rating-font-style:var(--plasma-typo-body-xs-font-style);--plasma-rating-font-weight:var(--plasma-typo-body-xs-bold-font-weight);--plasma-rating-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-rating-line-height:var(--plasma-typo-body-xs-line-height);--plasma-rating_helper-text_font-family:var(--plasma-typo-body-xxs-font-family);--plasma-rating_helper-text_font-size:var(--plasma-typo-body-xxs-font-size);--plasma-rating_helper-text_font-style:var(--plasma-typo-body-xxs-font-style);--plasma-rating_helper-text_font-weight:var(--plasma-typo-body-xxs-font-weight);--plasma-rating_helper-text_letter-spacing:var(--plasma-typo-body-xxs-letter-spacing);--plasma-rating_helper-text_line-height:var(--plasma-typo-body-xxs-line-height);--plasma-rating_content_gap:0.375rem;--plasma-rating_single-icon_content_gap:0.25rem;--plasma-rating_stars-wrapper_gap:0.125rem;--plasma-rating_icon-size:0.75rem;--plasma-rating_icon-size_actual:1rem;--plasma-rating_icon-size_scale-factor:0.75;}
7
- .x3t7cxk{--plasma-rating-gap:0.25rem;--plasma-rating-font-family:var(--plasma-typo-body-xxs-font-family);--plasma-rating-font-size:var(--plasma-typo-body-xxs-font-size);--plasma-rating-font-style:var(--plasma-typo-body-xxs-font-style);--plasma-rating-font-weight:var(--plasma-typo-body-xxs-bold-font-weight);--plasma-rating-letter-spacing:var(--plasma-typo-body-xxs-letter-spacing);--plasma-rating-line-height:var(--plasma-typo-body-xxs-line-height);--plasma-rating_helper-text_font-family:var(--plasma-typo-body-xxs-font-family);--plasma-rating_helper-text_font-size:var(--plasma-typo-body-xxs-font-size);--plasma-rating_helper-text_font-style:var(--plasma-typo-body-xxs-font-style);--plasma-rating_helper-text_font-weight:var(--plasma-typo-body-xxs-font-weight);--plasma-rating_helper-text_letter-spacing:var(--plasma-typo-body-xxs-letter-spacing);--plasma-rating_helper-text_line-height:var(--plasma-typo-body-xxs-line-height);--plasma-rating_content_gap:0.375rem;--plasma-rating_single-icon_content_gap:0.25rem;--plasma-rating_stars-wrapper_gap:0.125rem;--plasma-rating_icon-size:0.75rem;--plasma-rating_icon-size_actual:1rem;--plasma-rating_icon-size_scale-factor:0.75;}
8
- .h1tims0h{--plasma-rating-gap:0.25rem;--plasma-rating-font-family:var(--plasma-typo-h1-font-family);--plasma-rating-font-size:var(--plasma-typo-h1-font-size);--plasma-rating-font-style:var(--plasma-typo-h1-font-style);--plasma-rating-font-weight:var(--plasma-typo-h1-bold-font-weight);--plasma-rating-letter-spacing:var(--plasma-typo-h1-letter-spacing);--plasma-rating-line-height:var(--plasma-typo-h1-line-height);--plasma-rating_helper-text_font-family:var(--plasma-typo-body-m-font-family);--plasma-rating_helper-text_font-size:var(--plasma-typo-body-m-font-size);--plasma-rating_helper-text_font-style:var(--plasma-typo-body-m-font-style);--plasma-rating_helper-text_font-weight:var(--plasma-typo-body-m-font-weight);--plasma-rating_helper-text_letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-rating_helper-text_line-height:var(--plasma-typo-body-m-line-height);--plasma-rating_content_gap:1rem;--plasma-rating_single-icon_content_gap:0.5rem;--plasma-rating_stars-wrapper_gap:0.125rem;--plasma-rating_icon-margin-bottom:0.25rem;--plasma-rating_icon-size_large-screen:3rem;--plasma-rating_icon-size_medium-screen:3rem;--plasma-rating_icon-size_small-screen:2.25rem;--plasma-rating_single-icon_margin-bottom:0.25rem;--plasma-rating_single-icon-size_large-screen:3rem;--plasma-rating_single-icon-size_medium-screen:3rem;--plasma-rating_single-icon-size_small-screen:2.25rem;}
9
- .hmoy08m{--plasma-rating-gap:0.25rem;--plasma-rating-font-family:var(--plasma-typo-h2-font-family);--plasma-rating-font-size:var(--plasma-typo-h2-font-size);--plasma-rating-font-style:var(--plasma-typo-h2-font-style);--plasma-rating-font-weight:var(--plasma-typo-h2-bold-font-weight);--plasma-rating-letter-spacing:var(--plasma-typo-h2-letter-spacing);--plasma-rating-line-height:var(--plasma-typo-h2-line-height);--plasma-rating_helper-text_font-family:var(--plasma-typo-body-s-font-family);--plasma-rating_helper-text_font-size:var(--plasma-typo-body-s-font-size);--plasma-rating_helper-text_font-style:var(--plasma-typo-body-s-font-style);--plasma-rating_helper-text_font-weight:var(--plasma-typo-body-s-font-weight);--plasma-rating_helper-text_letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-rating_helper-text_line-height:var(--plasma-typo-body-s-line-height);--plasma-rating_content_gap:0.875rem;--plasma-rating_single-icon_content_gap:0.5rem;--plasma-rating_stars-wrapper_gap:0.125rem;--plasma-rating_icon-margin-bottom:0.25rem;--plasma-rating_icon-size_large-screen:2rem;--plasma-rating_icon-size_medium-screen:1.75rem;--plasma-rating_icon-size_small-screen:1.5rem;--plasma-rating_single-icon_margin-bottom:0.25rem;--plasma-rating_single-icon-size_large-screen:2rem;--plasma-rating_single-icon-size_medium-screen:1.75rem;--plasma-rating_single-icon-size_small-screen:1.5rem;}
10
- .h1lhjcjg{--plasma-rating-gap:0.25rem;--plasma-rating-font-family:var(--plasma-typo-h3-font-family);--plasma-rating-font-size:var(--plasma-typo-h3-font-size);--plasma-rating-font-style:var(--plasma-typo-h3-font-style);--plasma-rating-font-weight:var(--plasma-typo-h3-bold-font-weight);--plasma-rating-letter-spacing:var(--plasma-typo-h3-letter-spacing);--plasma-rating-line-height:var(--plasma-typo-h3-line-height);--plasma-rating_helper-text_font-family:var(--plasma-typo-body-xs-font-family);--plasma-rating_helper-text_font-size:var(--plasma-typo-body-xs-font-size);--plasma-rating_helper-text_font-style:var(--plasma-typo-body-xs-font-style);--plasma-rating_helper-text_font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-rating_helper-text_letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-rating_helper-text_line-height:var(--plasma-typo-body-xs-line-height);--plasma-rating_content_gap:0.75rem;--plasma-rating_single-icon_content_gap:0.375rem;--plasma-rating_stars-wrapper_gap:0.125rem;--plasma-rating_icon-margin-bottom:0.125rem;--plasma-rating_icon-size_large-screen:1.75rem;--plasma-rating_icon-size_medium-screen:1.5rem;--plasma-rating_icon-size_small-screen:1.25rem;--plasma-rating_single-icon_margin-bottom:0.125rem;--plasma-rating_single-icon-size_large-screen:1.75rem;--plasma-rating_single-icon-size_medium-screen:1.5rem;--plasma-rating_single-icon-size_small-screen:1.25rem;}
11
- .h1n2d4te{--plasma-rating-gap:0.25rem;--plasma-rating-font-family:var(--plasma-typo-h4-font-family);--plasma-rating-font-size:var(--plasma-typo-h4-font-size);--plasma-rating-font-style:var(--plasma-typo-h4-font-style);--plasma-rating-font-weight:var(--plasma-typo-h4-bold-font-weight);--plasma-rating-letter-spacing:var(--plasma-typo-h4-letter-spacing);--plasma-rating-line-height:var(--plasma-typo-h4-line-height);--plasma-rating_helper-text_font-family:var(--plasma-typo-body-xs-font-family);--plasma-rating_helper-text_font-size:var(--plasma-typo-body-xs-font-size);--plasma-rating_helper-text_font-style:var(--plasma-typo-body-xs-font-style);--plasma-rating_helper-text_font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-rating_helper-text_letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-rating_helper-text_line-height:var(--plasma-typo-body-xs-line-height);--plasma-rating_content_gap:0.625rem;--plasma-rating_single-icon_content_gap:0.25rem;--plasma-rating_stars-wrapper_gap:0.125rem;--plasma-rating_icon-margin-bottom:0.125rem;--plasma-rating_icon-size_large-screen:1.5rem;--plasma-rating_icon-size_medium-screen:1.25rem;--plasma-rating_icon-size_small-screen:1.25rem;--plasma-rating_single-icon_margin-bottom:0.125rem;--plasma-rating_single-icon-size_large-screen:1.5rem;--plasma-rating_single-icon-size_medium-screen:1.25rem;--plasma-rating_single-icon-size_small-screen:1.25rem;}
12
- .h3d2rf7{--plasma-rating-gap:0.25rem;--plasma-rating-font-family:var(--plasma-typo-h5-font-family);--plasma-rating-font-size:var(--plasma-typo-h5-font-size);--plasma-rating-font-style:var(--plasma-typo-h5-font-style);--plasma-rating-font-weight:var(--plasma-typo-h5-bold-font-weight);--plasma-rating-letter-spacing:var(--plasma-typo-h5-letter-spacing);--plasma-rating-line-height:var(--plasma-typo-h5-line-height);--plasma-rating_helper-text_font-family:var(--plasma-typo-body-xs-font-family);--plasma-rating_helper-text_font-size:var(--plasma-typo-body-xs-font-size);--plasma-rating_helper-text_font-style:var(--plasma-typo-body-xs-font-style);--plasma-rating_helper-text_font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-rating_helper-text_letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-rating_helper-text_line-height:var(--plasma-typo-body-xs-line-height);--plasma-rating_content_gap:0.625rem;--plasma-rating_single-icon_content_gap:0.25rem;--plasma-rating_stars-wrapper_gap:0.125rem;--plasma-rating_icon-size_large-screen:1.25rem;--plasma-rating_icon-size_medium-screen:1.25rem;--plasma-rating_icon-size_small-screen:1rem;--plasma-rating_single-icon-size_large-screen:1.25rem;--plasma-rating_single-icon-size_medium-screen:1.25rem;--plasma-rating_single-icon-size_small-screen:1rem;}
13
- .dkdlkli{--plasma-rating-gap:0.375rem;--plasma-rating-font-family:var(--plasma-typo-dspl-l-font-family);--plasma-rating-font-size:var(--plasma-typo-dspl-l-font-size);--plasma-rating-font-style:var(--plasma-typo-dspl-l-font-style);--plasma-rating-font-weight:var(--plasma-typo-dspl-l-bold-font-weight);--plasma-rating-letter-spacing:var(--plasma-typo-dspl-l-letter-spacing);--plasma-rating-line-height:var(--plasma-typo-dspl-l-line-height);--plasma-rating_helper-text_font-family:var(--plasma-typo-h3-font-family);--plasma-rating_helper-text_font-size:var(--plasma-typo-h3-font-size);--plasma-rating_helper-text_font-style:var(--plasma-typo-h3-font-style);--plasma-rating_helper-text_font-weight:var(--plasma-typo-h3-font-weight);--plasma-rating_helper-text_letter-spacing:var(--plasma-typo-h3-letter-spacing);--plasma-rating_helper-text_line-height:var(--plasma-typo-h3-line-height);--plasma-rating_content_gap:1.5rem;--plasma-rating_single-icon_content_gap:0.75rem;--plasma-rating_wrapper_gap:0.625rem;--plasma-rating_stars-wrapper_gap:0.125rem;--plasma-rating_icon-size_large-screen:4rem;--plasma-rating_icon-size_medium-screen:3rem;--plasma-rating_icon-size_small-screen:2.25rem;--plasma-rating_single-icon-size_large-screen:7.5rem;--plasma-rating_single-icon-size_medium-screen:7rem;--plasma-rating_single-icon-size_small-screen:5.5rem;}
14
- .d1dhhugl{--plasma-rating-gap:0.375rem;--plasma-rating-font-family:var(--plasma-typo-dspl-m-font-family);--plasma-rating-font-size:var(--plasma-typo-dspl-m-font-size);--plasma-rating-font-style:var(--plasma-typo-dspl-m-font-style);--plasma-rating-font-weight:var(--plasma-typo-dspl-m-bold-font-weight);--plasma-rating-letter-spacing:var(--plasma-typo-dspl-m-letter-spacing);--plasma-rating-line-height:var(--plasma-typo-dspl-m-line-height);--plasma-rating_helper-text_font-family:var(--plasma-typo-body-l-font-family);--plasma-rating_helper-text_font-size:var(--plasma-typo-body-l-font-size);--plasma-rating_helper-text_font-style:var(--plasma-typo-body-l-font-style);--plasma-rating_helper-text_font-weight:var(--plasma-typo-body-l-font-weight);--plasma-rating_helper-text_letter-spacing:var(--plasma-typo-body-l-letter-spacing);--plasma-rating_helper-text_line-height:var(--plasma-typo-body-l-line-height);--plasma-rating_content_gap:1.5rem;--plasma-rating_single-icon_content_gap:0.75rem;--plasma-rating_wrapper_gap:0.5rem;--plasma-rating_stars-wrapper_gap:0.125rem;--plasma-rating_icon-size_large-screen:3rem;--plasma-rating_icon-size_medium-screen:2.25rem;--plasma-rating_icon-size_small-screen:1.75rem;--plasma-rating_single-icon_margin-bottom:0.5rem;--plasma-rating_single-icon-size_large-screen:5.25rem;--plasma-rating_single-icon-size_medium-screen:4.5rem;--plasma-rating_single-icon-size_small-screen:4rem;}
15
- .d1m6sthe{--plasma-rating-gap:0.375rem;--plasma-rating-font-family:var(--plasma-typo-dspl-s-font-family);--plasma-rating-font-size:var(--plasma-typo-dspl-s-font-size);--plasma-rating-font-style:var(--plasma-typo-dspl-s-font-style);--plasma-rating-font-weight:var(--plasma-typo-dspl-s-bold-font-weight);--plasma-rating-letter-spacing:var(--plasma-typo-dspl-s-letter-spacing);--plasma-rating-line-height:var(--plasma-typo-dspl-s-line-height);--plasma-rating_helper-text_font-family:var(--plasma-typo-body-l-font-family);--plasma-rating_helper-text_font-size:var(--plasma-typo-body-l-font-size);--plasma-rating_helper-text_font-style:var(--plasma-typo-body-l-font-style);--plasma-rating_helper-text_font-weight:var(--plasma-typo-body-l-font-weight);--plasma-rating_helper-text_letter-spacing:var(--plasma-typo-body-l-letter-spacing);--plasma-rating_helper-text_line-height:var(--plasma-typo-body-l-line-height);--plasma-rating_content_gap:1.5rem;--plasma-rating_single-icon_content_gap:0.75rem;--plasma-rating_wrapper_gap:0.375rem;--plasma-rating_stars-wrapper_gap:0.125rem;--plasma-rating_icon-size_large-screen:2rem;--plasma-rating_icon-size_medium-screen:1.5rem;--plasma-rating_icon-size_small-screen:1.25rem;--plasma-rating_single-icon_margin-bottom:0.313rem;--plasma-rating_single-icon-size_large-screen:4rem;--plasma-rating_single-icon-size_medium-screen:3.5rem;--plasma-rating_single-icon-size_small-screen:2.75rem;}
@@ -1,15 +0,0 @@
1
- .Rating_config_1yxdjbj_d4wv9lv__d0ccba7c{--plasma-rating-color:var(--text-primary);--plasma-rating_helper-text_color:var(--text-secondary);--plasma-rating_icon_color:var(--text-primary);--plasma-rating_outline-icon_color:var(--text-primary);}
2
- .Rating_config_1yxdjbj_aegxbm4__d0ccba7c{--plasma-rating-color:var(--text-primary);--plasma-rating_helper-text_color:var(--text-secondary);--plasma-rating_icon_color:#F3A912;--plasma-rating_outline-icon_color:var(--text-tertiary);}
3
- .Rating_config_1yxdjbj_l10vyqiv__d0ccba7c{--plasma-rating-gap:0.25rem;--plasma-rating-font-family:var(--plasma-typo-body-l-font-family);--plasma-rating-font-size:var(--plasma-typo-body-l-font-size);--plasma-rating-font-style:var(--plasma-typo-body-l-font-style);--plasma-rating-font-weight:var(--plasma-typo-body-l-bold-font-weight);--plasma-rating-letter-spacing:var(--plasma-typo-body-l-letter-spacing);--plasma-rating-line-height:var(--plasma-typo-body-l-line-height);--plasma-rating_helper-text_font-family:var(--plasma-typo-body-xs-font-family);--plasma-rating_helper-text_font-size:var(--plasma-typo-body-xs-font-size);--plasma-rating_helper-text_font-style:var(--plasma-typo-body-xs-font-style);--plasma-rating_helper-text_font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-rating_helper-text_letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-rating_helper-text_line-height:var(--plasma-typo-body-xs-line-height);--plasma-rating_content_gap:0.625rem;--plasma-rating_single-icon_content_gap:0.25rem;--plasma-rating_stars-wrapper_gap:0.125rem;--plasma-rating_icon-size:1.25rem;}
4
- .Rating_config_1yxdjbj_mkrysed__d0ccba7c{--plasma-rating-gap:0.25rem;--plasma-rating-font-family:var(--plasma-typo-body-m-font-family);--plasma-rating-font-size:var(--plasma-typo-body-m-font-size);--plasma-rating-font-style:var(--plasma-typo-body-m-font-style);--plasma-rating-font-weight:var(--plasma-typo-body-m-bold-font-weight);--plasma-rating-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-rating-line-height:var(--plasma-typo-body-m-line-height);--plasma-rating_helper-text_font-family:var(--plasma-typo-body-xs-font-family);--plasma-rating_helper-text_font-size:var(--plasma-typo-body-xs-font-size);--plasma-rating_helper-text_font-style:var(--plasma-typo-body-xs-font-style);--plasma-rating_helper-text_font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-rating_helper-text_letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-rating_helper-text_line-height:var(--plasma-typo-body-xs-line-height);--plasma-rating_content_gap:0.5rem;--plasma-rating_single-icon_content_gap:0.25rem;--plasma-rating_stars-wrapper_gap:0.125rem;--plasma-rating_icon-size:1.25rem;}
5
- .Rating_config_1yxdjbj_sl5rvhy__d0ccba7c{--plasma-rating-gap:0.25rem;--plasma-rating-font-family:var(--plasma-typo-body-s-font-family);--plasma-rating-font-size:var(--plasma-typo-body-s-font-size);--plasma-rating-font-style:var(--plasma-typo-body-s-font-style);--plasma-rating-font-weight:var(--plasma-typo-body-s-bold-font-weight);--plasma-rating-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-rating-line-height:var(--plasma-typo-body-s-line-height);--plasma-rating_helper-text_font-family:var(--plasma-typo-body-xs-font-family);--plasma-rating_helper-text_font-size:var(--plasma-typo-body-xs-font-size);--plasma-rating_helper-text_font-style:var(--plasma-typo-body-xs-font-style);--plasma-rating_helper-text_font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-rating_helper-text_letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-rating_helper-text_line-height:var(--plasma-typo-body-xs-line-height);--plasma-rating_content_gap:0.5rem;--plasma-rating_single-icon_content_gap:0.25rem;--plasma-rating_stars-wrapper_gap:0.125rem;--plasma-rating_icon-size:1rem;}
6
- .Rating_config_1yxdjbj_xhutyqx__d0ccba7c{--plasma-rating-gap:0.25rem;--plasma-rating-font-family:var(--plasma-typo-body-xs-font-family);--plasma-rating-font-size:var(--plasma-typo-body-xs-font-size);--plasma-rating-font-style:var(--plasma-typo-body-xs-font-style);--plasma-rating-font-weight:var(--plasma-typo-body-xs-bold-font-weight);--plasma-rating-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-rating-line-height:var(--plasma-typo-body-xs-line-height);--plasma-rating_helper-text_font-family:var(--plasma-typo-body-xxs-font-family);--plasma-rating_helper-text_font-size:var(--plasma-typo-body-xxs-font-size);--plasma-rating_helper-text_font-style:var(--plasma-typo-body-xxs-font-style);--plasma-rating_helper-text_font-weight:var(--plasma-typo-body-xxs-font-weight);--plasma-rating_helper-text_letter-spacing:var(--plasma-typo-body-xxs-letter-spacing);--plasma-rating_helper-text_line-height:var(--plasma-typo-body-xxs-line-height);--plasma-rating_content_gap:0.375rem;--plasma-rating_single-icon_content_gap:0.25rem;--plasma-rating_stars-wrapper_gap:0.125rem;--plasma-rating_icon-size:0.75rem;--plasma-rating_icon-size_actual:1rem;--plasma-rating_icon-size_scale-factor:0.75;}
7
- .Rating_config_1yxdjbj_x3t7cxk__d0ccba7c{--plasma-rating-gap:0.25rem;--plasma-rating-font-family:var(--plasma-typo-body-xxs-font-family);--plasma-rating-font-size:var(--plasma-typo-body-xxs-font-size);--plasma-rating-font-style:var(--plasma-typo-body-xxs-font-style);--plasma-rating-font-weight:var(--plasma-typo-body-xxs-bold-font-weight);--plasma-rating-letter-spacing:var(--plasma-typo-body-xxs-letter-spacing);--plasma-rating-line-height:var(--plasma-typo-body-xxs-line-height);--plasma-rating_helper-text_font-family:var(--plasma-typo-body-xxs-font-family);--plasma-rating_helper-text_font-size:var(--plasma-typo-body-xxs-font-size);--plasma-rating_helper-text_font-style:var(--plasma-typo-body-xxs-font-style);--plasma-rating_helper-text_font-weight:var(--plasma-typo-body-xxs-font-weight);--plasma-rating_helper-text_letter-spacing:var(--plasma-typo-body-xxs-letter-spacing);--plasma-rating_helper-text_line-height:var(--plasma-typo-body-xxs-line-height);--plasma-rating_content_gap:0.375rem;--plasma-rating_single-icon_content_gap:0.25rem;--plasma-rating_stars-wrapper_gap:0.125rem;--plasma-rating_icon-size:0.75rem;--plasma-rating_icon-size_actual:1rem;--plasma-rating_icon-size_scale-factor:0.75;}
8
- .Rating_config_1yxdjbj_h1tims0h__d0ccba7c{--plasma-rating-gap:0.25rem;--plasma-rating-font-family:var(--plasma-typo-h1-font-family);--plasma-rating-font-size:var(--plasma-typo-h1-font-size);--plasma-rating-font-style:var(--plasma-typo-h1-font-style);--plasma-rating-font-weight:var(--plasma-typo-h1-bold-font-weight);--plasma-rating-letter-spacing:var(--plasma-typo-h1-letter-spacing);--plasma-rating-line-height:var(--plasma-typo-h1-line-height);--plasma-rating_helper-text_font-family:var(--plasma-typo-body-m-font-family);--plasma-rating_helper-text_font-size:var(--plasma-typo-body-m-font-size);--plasma-rating_helper-text_font-style:var(--plasma-typo-body-m-font-style);--plasma-rating_helper-text_font-weight:var(--plasma-typo-body-m-font-weight);--plasma-rating_helper-text_letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-rating_helper-text_line-height:var(--plasma-typo-body-m-line-height);--plasma-rating_content_gap:1rem;--plasma-rating_single-icon_content_gap:0.5rem;--plasma-rating_stars-wrapper_gap:0.125rem;--plasma-rating_icon-margin-bottom:0.25rem;--plasma-rating_icon-size_large-screen:3rem;--plasma-rating_icon-size_medium-screen:3rem;--plasma-rating_icon-size_small-screen:2.25rem;--plasma-rating_single-icon_margin-bottom:0.25rem;--plasma-rating_single-icon-size_large-screen:3rem;--plasma-rating_single-icon-size_medium-screen:3rem;--plasma-rating_single-icon-size_small-screen:2.25rem;}
9
- .Rating_config_1yxdjbj_hmoy08m__d0ccba7c{--plasma-rating-gap:0.25rem;--plasma-rating-font-family:var(--plasma-typo-h2-font-family);--plasma-rating-font-size:var(--plasma-typo-h2-font-size);--plasma-rating-font-style:var(--plasma-typo-h2-font-style);--plasma-rating-font-weight:var(--plasma-typo-h2-bold-font-weight);--plasma-rating-letter-spacing:var(--plasma-typo-h2-letter-spacing);--plasma-rating-line-height:var(--plasma-typo-h2-line-height);--plasma-rating_helper-text_font-family:var(--plasma-typo-body-s-font-family);--plasma-rating_helper-text_font-size:var(--plasma-typo-body-s-font-size);--plasma-rating_helper-text_font-style:var(--plasma-typo-body-s-font-style);--plasma-rating_helper-text_font-weight:var(--plasma-typo-body-s-font-weight);--plasma-rating_helper-text_letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-rating_helper-text_line-height:var(--plasma-typo-body-s-line-height);--plasma-rating_content_gap:0.875rem;--plasma-rating_single-icon_content_gap:0.5rem;--plasma-rating_stars-wrapper_gap:0.125rem;--plasma-rating_icon-margin-bottom:0.25rem;--plasma-rating_icon-size_large-screen:2rem;--plasma-rating_icon-size_medium-screen:1.75rem;--plasma-rating_icon-size_small-screen:1.5rem;--plasma-rating_single-icon_margin-bottom:0.25rem;--plasma-rating_single-icon-size_large-screen:2rem;--plasma-rating_single-icon-size_medium-screen:1.75rem;--plasma-rating_single-icon-size_small-screen:1.5rem;}
10
- .Rating_config_1yxdjbj_h1lhjcjg__d0ccba7c{--plasma-rating-gap:0.25rem;--plasma-rating-font-family:var(--plasma-typo-h3-font-family);--plasma-rating-font-size:var(--plasma-typo-h3-font-size);--plasma-rating-font-style:var(--plasma-typo-h3-font-style);--plasma-rating-font-weight:var(--plasma-typo-h3-bold-font-weight);--plasma-rating-letter-spacing:var(--plasma-typo-h3-letter-spacing);--plasma-rating-line-height:var(--plasma-typo-h3-line-height);--plasma-rating_helper-text_font-family:var(--plasma-typo-body-xs-font-family);--plasma-rating_helper-text_font-size:var(--plasma-typo-body-xs-font-size);--plasma-rating_helper-text_font-style:var(--plasma-typo-body-xs-font-style);--plasma-rating_helper-text_font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-rating_helper-text_letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-rating_helper-text_line-height:var(--plasma-typo-body-xs-line-height);--plasma-rating_content_gap:0.75rem;--plasma-rating_single-icon_content_gap:0.375rem;--plasma-rating_stars-wrapper_gap:0.125rem;--plasma-rating_icon-margin-bottom:0.125rem;--plasma-rating_icon-size_large-screen:1.75rem;--plasma-rating_icon-size_medium-screen:1.5rem;--plasma-rating_icon-size_small-screen:1.25rem;--plasma-rating_single-icon_margin-bottom:0.125rem;--plasma-rating_single-icon-size_large-screen:1.75rem;--plasma-rating_single-icon-size_medium-screen:1.5rem;--plasma-rating_single-icon-size_small-screen:1.25rem;}
11
- .Rating_config_1yxdjbj_h1n2d4te__d0ccba7c{--plasma-rating-gap:0.25rem;--plasma-rating-font-family:var(--plasma-typo-h4-font-family);--plasma-rating-font-size:var(--plasma-typo-h4-font-size);--plasma-rating-font-style:var(--plasma-typo-h4-font-style);--plasma-rating-font-weight:var(--plasma-typo-h4-bold-font-weight);--plasma-rating-letter-spacing:var(--plasma-typo-h4-letter-spacing);--plasma-rating-line-height:var(--plasma-typo-h4-line-height);--plasma-rating_helper-text_font-family:var(--plasma-typo-body-xs-font-family);--plasma-rating_helper-text_font-size:var(--plasma-typo-body-xs-font-size);--plasma-rating_helper-text_font-style:var(--plasma-typo-body-xs-font-style);--plasma-rating_helper-text_font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-rating_helper-text_letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-rating_helper-text_line-height:var(--plasma-typo-body-xs-line-height);--plasma-rating_content_gap:0.625rem;--plasma-rating_single-icon_content_gap:0.25rem;--plasma-rating_stars-wrapper_gap:0.125rem;--plasma-rating_icon-margin-bottom:0.125rem;--plasma-rating_icon-size_large-screen:1.5rem;--plasma-rating_icon-size_medium-screen:1.25rem;--plasma-rating_icon-size_small-screen:1.25rem;--plasma-rating_single-icon_margin-bottom:0.125rem;--plasma-rating_single-icon-size_large-screen:1.5rem;--plasma-rating_single-icon-size_medium-screen:1.25rem;--plasma-rating_single-icon-size_small-screen:1.25rem;}
12
- .Rating_config_1yxdjbj_h3d2rf7__d0ccba7c{--plasma-rating-gap:0.25rem;--plasma-rating-font-family:var(--plasma-typo-h5-font-family);--plasma-rating-font-size:var(--plasma-typo-h5-font-size);--plasma-rating-font-style:var(--plasma-typo-h5-font-style);--plasma-rating-font-weight:var(--plasma-typo-h5-bold-font-weight);--plasma-rating-letter-spacing:var(--plasma-typo-h5-letter-spacing);--plasma-rating-line-height:var(--plasma-typo-h5-line-height);--plasma-rating_helper-text_font-family:var(--plasma-typo-body-xs-font-family);--plasma-rating_helper-text_font-size:var(--plasma-typo-body-xs-font-size);--plasma-rating_helper-text_font-style:var(--plasma-typo-body-xs-font-style);--plasma-rating_helper-text_font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-rating_helper-text_letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-rating_helper-text_line-height:var(--plasma-typo-body-xs-line-height);--plasma-rating_content_gap:0.625rem;--plasma-rating_single-icon_content_gap:0.25rem;--plasma-rating_stars-wrapper_gap:0.125rem;--plasma-rating_icon-size_large-screen:1.25rem;--plasma-rating_icon-size_medium-screen:1.25rem;--plasma-rating_icon-size_small-screen:1rem;--plasma-rating_single-icon-size_large-screen:1.25rem;--plasma-rating_single-icon-size_medium-screen:1.25rem;--plasma-rating_single-icon-size_small-screen:1rem;}
13
- .Rating_config_1yxdjbj_dkdlkli__d0ccba7c{--plasma-rating-gap:0.375rem;--plasma-rating-font-family:var(--plasma-typo-dspl-l-font-family);--plasma-rating-font-size:var(--plasma-typo-dspl-l-font-size);--plasma-rating-font-style:var(--plasma-typo-dspl-l-font-style);--plasma-rating-font-weight:var(--plasma-typo-dspl-l-bold-font-weight);--plasma-rating-letter-spacing:var(--plasma-typo-dspl-l-letter-spacing);--plasma-rating-line-height:var(--plasma-typo-dspl-l-line-height);--plasma-rating_helper-text_font-family:var(--plasma-typo-h3-font-family);--plasma-rating_helper-text_font-size:var(--plasma-typo-h3-font-size);--plasma-rating_helper-text_font-style:var(--plasma-typo-h3-font-style);--plasma-rating_helper-text_font-weight:var(--plasma-typo-h3-font-weight);--plasma-rating_helper-text_letter-spacing:var(--plasma-typo-h3-letter-spacing);--plasma-rating_helper-text_line-height:var(--plasma-typo-h3-line-height);--plasma-rating_content_gap:1.5rem;--plasma-rating_single-icon_content_gap:0.75rem;--plasma-rating_wrapper_gap:0.625rem;--plasma-rating_stars-wrapper_gap:0.125rem;--plasma-rating_icon-size_large-screen:4rem;--plasma-rating_icon-size_medium-screen:3rem;--plasma-rating_icon-size_small-screen:2.25rem;--plasma-rating_single-icon-size_large-screen:7.5rem;--plasma-rating_single-icon-size_medium-screen:7rem;--plasma-rating_single-icon-size_small-screen:5.5rem;}
14
- .Rating_config_1yxdjbj_d1dhhugl__d0ccba7c{--plasma-rating-gap:0.375rem;--plasma-rating-font-family:var(--plasma-typo-dspl-m-font-family);--plasma-rating-font-size:var(--plasma-typo-dspl-m-font-size);--plasma-rating-font-style:var(--plasma-typo-dspl-m-font-style);--plasma-rating-font-weight:var(--plasma-typo-dspl-m-bold-font-weight);--plasma-rating-letter-spacing:var(--plasma-typo-dspl-m-letter-spacing);--plasma-rating-line-height:var(--plasma-typo-dspl-m-line-height);--plasma-rating_helper-text_font-family:var(--plasma-typo-body-l-font-family);--plasma-rating_helper-text_font-size:var(--plasma-typo-body-l-font-size);--plasma-rating_helper-text_font-style:var(--plasma-typo-body-l-font-style);--plasma-rating_helper-text_font-weight:var(--plasma-typo-body-l-font-weight);--plasma-rating_helper-text_letter-spacing:var(--plasma-typo-body-l-letter-spacing);--plasma-rating_helper-text_line-height:var(--plasma-typo-body-l-line-height);--plasma-rating_content_gap:1.5rem;--plasma-rating_single-icon_content_gap:0.75rem;--plasma-rating_wrapper_gap:0.5rem;--plasma-rating_stars-wrapper_gap:0.125rem;--plasma-rating_icon-size_large-screen:3rem;--plasma-rating_icon-size_medium-screen:2.25rem;--plasma-rating_icon-size_small-screen:1.75rem;--plasma-rating_single-icon_margin-bottom:0.5rem;--plasma-rating_single-icon-size_large-screen:5.25rem;--plasma-rating_single-icon-size_medium-screen:4.5rem;--plasma-rating_single-icon-size_small-screen:4rem;}
15
- .Rating_config_1yxdjbj_d1m6sthe__d0ccba7c{--plasma-rating-gap:0.375rem;--plasma-rating-font-family:var(--plasma-typo-dspl-s-font-family);--plasma-rating-font-size:var(--plasma-typo-dspl-s-font-size);--plasma-rating-font-style:var(--plasma-typo-dspl-s-font-style);--plasma-rating-font-weight:var(--plasma-typo-dspl-s-bold-font-weight);--plasma-rating-letter-spacing:var(--plasma-typo-dspl-s-letter-spacing);--plasma-rating-line-height:var(--plasma-typo-dspl-s-line-height);--plasma-rating_helper-text_font-family:var(--plasma-typo-body-l-font-family);--plasma-rating_helper-text_font-size:var(--plasma-typo-body-l-font-size);--plasma-rating_helper-text_font-style:var(--plasma-typo-body-l-font-style);--plasma-rating_helper-text_font-weight:var(--plasma-typo-body-l-font-weight);--plasma-rating_helper-text_letter-spacing:var(--plasma-typo-body-l-letter-spacing);--plasma-rating_helper-text_line-height:var(--plasma-typo-body-l-line-height);--plasma-rating_content_gap:1.5rem;--plasma-rating_single-icon_content_gap:0.75rem;--plasma-rating_wrapper_gap:0.375rem;--plasma-rating_stars-wrapper_gap:0.125rem;--plasma-rating_icon-size_large-screen:2rem;--plasma-rating_icon-size_medium-screen:1.5rem;--plasma-rating_icon-size_small-screen:1.25rem;--plasma-rating_single-icon_margin-bottom:0.313rem;--plasma-rating_single-icon-size_large-screen:4rem;--plasma-rating_single-icon-size_medium-screen:3.5rem;--plasma-rating_single-icon-size_small-screen:2.75rem;}
@@ -1,12 +0,0 @@
1
- 'use strict';
2
-
3
- Object.defineProperty(exports, '__esModule', { value: true });
4
-
5
- var plasmaNewHope = require('@salutejs/plasma-new-hope');
6
- var Rating_config = require('./Rating.config.js');
7
-
8
- var mergedConfig = /*#__PURE__*/plasmaNewHope.mergeConfig(plasmaNewHope.ratingConfig, Rating_config.config);
9
- var Rating = /*#__PURE__*/plasmaNewHope.component(mergedConfig);
10
-
11
- exports.Rating = Rating;
12
- //# sourceMappingURL=Rating.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Rating.js","sources":["../../../../src-css/components/Rating/Rating.ts"],"sourcesContent":["import { ratingConfig, component, mergeConfig } from '@salutejs/plasma-new-hope';\n\nimport { config } from './Rating.config';\n\nconst mergedConfig = mergeConfig(ratingConfig, config);\n\nexport const Rating = component(mergedConfig);\n"],"names":["mergedConfig","mergeConfig","ratingConfig","config","Rating","component"],"mappings":";;;;;;;AAIA,IAAMA,YAAY,gBAAGC,yBAAW,CAACC,0BAAY,EAAEC,oBAAM,CAAC,CAAA;IAEzCC,MAAM,gBAAGC,uBAAS,CAACL,YAAY;;;;"}
@@ -1,31 +0,0 @@
1
- import './Rating.config_1yxdjbj.css';
2
- var config = {
3
- defaults: {
4
- view: 'default',
5
- size: 'l'
6
- },
7
- variations: {
8
- view: {
9
- "default": "d4wv9lv",
10
- accent: "aegxbm4"
11
- },
12
- size: {
13
- l: "l10vyqiv",
14
- m: "mkrysed",
15
- s: "sl5rvhy",
16
- xs: "xhutyqx",
17
- xxs: "x3t7cxk",
18
- h1: "h1tims0h",
19
- h2: "hmoy08m",
20
- h3: "h1lhjcjg",
21
- h4: "h1n2d4te",
22
- h5: "h3d2rf7",
23
- displayL: "dkdlkli",
24
- displayM: "d1dhhugl",
25
- displayS: "d1m6sthe"
26
- }
27
- }
28
- };
29
-
30
- export { config };
31
- //# sourceMappingURL=Rating.config.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Rating.config.js","sources":["../../../../src-css/components/Rating/Rating.config.ts"],"sourcesContent":["import { css, ratingTokens as tokens } from '@salutejs/plasma-new-hope';\n\nexport const config = {\n defaults: {\n view: 'default',\n size: 'l',\n },\n variations: {\n view: {\n default: css`\n ${tokens.color}: var(--text-primary);\n ${tokens.helperTextColor}: var(--text-secondary);\n ${tokens.iconColor}: var(--text-primary);\n ${tokens.outlineIconColor}: var(--text-primary);\n `,\n accent: css`\n ${tokens.color}: var(--text-primary);\n ${tokens.helperTextColor}: var(--text-secondary);\n // TODO: change with token data-yellow, when it will be added to theme\n ${tokens.iconColor}: #F3A912;\n ${tokens.outlineIconColor}: var(--text-tertiary);\n `,\n },\n size: {\n l: css`\n ${tokens.gap}: 0.25rem;\n\n ${tokens.fontFamily}: var(--plasma-typo-body-l-font-family);\n ${tokens.fontSize}: var(--plasma-typo-body-l-font-size);\n ${tokens.fontStyle}: var(--plasma-typo-body-l-font-style);\n ${tokens.fontWeight}: var(--plasma-typo-body-l-bold-font-weight);\n ${tokens.letterSpacing}: var(--plasma-typo-body-l-letter-spacing);\n ${tokens.lineHeight}: var(--plasma-typo-body-l-line-height);\n\n ${tokens.helperTextFontFamily}: var(--plasma-typo-body-xs-font-family);\n ${tokens.helperTextFontSize}: var(--plasma-typo-body-xs-font-size);\n ${tokens.helperTextFontStyle}: var(--plasma-typo-body-xs-font-style);\n ${tokens.helperTextFontWeight}: var(--plasma-typo-body-xs-font-weight);\n ${tokens.helperTextLetterSpacing}: var(--plasma-typo-body-xs-letter-spacing);\n ${tokens.helperTextLineHeight}: var(--plasma-typo-body-xs-line-height);\n\n ${tokens.contentGap}: 0.625rem;\n ${tokens.singleIconContentGap}: 0.25rem;\n ${tokens.starsWrapperGap}: 0.125rem;\n\n ${tokens.iconSize}: 1.25rem;\n `,\n m: css`\n ${tokens.gap}: 0.25rem;\n\n ${tokens.fontFamily}: var(--plasma-typo-body-m-font-family);\n ${tokens.fontSize}: var(--plasma-typo-body-m-font-size);\n ${tokens.fontStyle}: var(--plasma-typo-body-m-font-style);\n ${tokens.fontWeight}: var(--plasma-typo-body-m-bold-font-weight);\n ${tokens.letterSpacing}: var(--plasma-typo-body-m-letter-spacing);\n ${tokens.lineHeight}: var(--plasma-typo-body-m-line-height);\n\n ${tokens.helperTextFontFamily}: var(--plasma-typo-body-xs-font-family);\n ${tokens.helperTextFontSize}: var(--plasma-typo-body-xs-font-size);\n ${tokens.helperTextFontStyle}: var(--plasma-typo-body-xs-font-style);\n ${tokens.helperTextFontWeight}: var(--plasma-typo-body-xs-font-weight);\n ${tokens.helperTextLetterSpacing}: var(--plasma-typo-body-xs-letter-spacing);\n ${tokens.helperTextLineHeight}: var(--plasma-typo-body-xs-line-height);\n\n ${tokens.contentGap}: 0.5rem;\n ${tokens.singleIconContentGap}: 0.25rem;\n ${tokens.starsWrapperGap}: 0.125rem;\n\n ${tokens.iconSize}: 1.25rem;\n `,\n s: css`\n ${tokens.gap}: 0.25rem;\n\n ${tokens.fontFamily}: var(--plasma-typo-body-s-font-family);\n ${tokens.fontSize}: var(--plasma-typo-body-s-font-size);\n ${tokens.fontStyle}: var(--plasma-typo-body-s-font-style);\n ${tokens.fontWeight}: var(--plasma-typo-body-s-bold-font-weight);\n ${tokens.letterSpacing}: var(--plasma-typo-body-s-letter-spacing);\n ${tokens.lineHeight}: var(--plasma-typo-body-s-line-height);\n\n ${tokens.helperTextFontFamily}: var(--plasma-typo-body-xs-font-family);\n ${tokens.helperTextFontSize}: var(--plasma-typo-body-xs-font-size);\n ${tokens.helperTextFontStyle}: var(--plasma-typo-body-xs-font-style);\n ${tokens.helperTextFontWeight}: var(--plasma-typo-body-xs-font-weight);\n ${tokens.helperTextLetterSpacing}: var(--plasma-typo-body-xs-letter-spacing);\n ${tokens.helperTextLineHeight}: var(--plasma-typo-body-xs-line-height);\n\n ${tokens.contentGap}: 0.5rem;\n ${tokens.singleIconContentGap}: 0.25rem;\n ${tokens.starsWrapperGap}: 0.125rem;\n\n ${tokens.iconSize}: 1rem;\n `,\n xs: css`\n ${tokens.gap}: 0.25rem;\n\n ${tokens.fontFamily}: var(--plasma-typo-body-xs-font-family);\n ${tokens.fontSize}: var(--plasma-typo-body-xs-font-size);\n ${tokens.fontStyle}: var(--plasma-typo-body-xs-font-style);\n ${tokens.fontWeight}: var(--plasma-typo-body-xs-bold-font-weight);\n ${tokens.letterSpacing}: var(--plasma-typo-body-xs-letter-spacing);\n ${tokens.lineHeight}: var(--plasma-typo-body-xs-line-height);\n\n ${tokens.helperTextFontFamily}: var(--plasma-typo-body-xxs-font-family);\n ${tokens.helperTextFontSize}: var(--plasma-typo-body-xxs-font-size);\n ${tokens.helperTextFontStyle}: var(--plasma-typo-body-xxs-font-style);\n ${tokens.helperTextFontWeight}: var(--plasma-typo-body-xxs-font-weight);\n ${tokens.helperTextLetterSpacing}: var(--plasma-typo-body-xxs-letter-spacing);\n ${tokens.helperTextLineHeight}: var(--plasma-typo-body-xxs-line-height);\n\n ${tokens.contentGap}: 0.375rem;\n ${tokens.singleIconContentGap}: 0.25rem;\n ${tokens.starsWrapperGap}: 0.125rem;\n\n ${tokens.iconSize}: 0.75rem;\n ${tokens.actualIconSize}: 1rem;\n ${tokens.scaleFactor}: 0.75;\n `,\n xxs: css`\n ${tokens.gap}: 0.25rem;\n\n ${tokens.fontFamily}: var(--plasma-typo-body-xxs-font-family);\n ${tokens.fontSize}: var(--plasma-typo-body-xxs-font-size);\n ${tokens.fontStyle}: var(--plasma-typo-body-xxs-font-style);\n ${tokens.fontWeight}: var(--plasma-typo-body-xxs-bold-font-weight);\n ${tokens.letterSpacing}: var(--plasma-typo-body-xxs-letter-spacing);\n ${tokens.lineHeight}: var(--plasma-typo-body-xxs-line-height);\n\n ${tokens.helperTextFontFamily}: var(--plasma-typo-body-xxs-font-family);\n ${tokens.helperTextFontSize}: var(--plasma-typo-body-xxs-font-size);\n ${tokens.helperTextFontStyle}: var(--plasma-typo-body-xxs-font-style);\n ${tokens.helperTextFontWeight}: var(--plasma-typo-body-xxs-font-weight);\n ${tokens.helperTextLetterSpacing}: var(--plasma-typo-body-xxs-letter-spacing);\n ${tokens.helperTextLineHeight}: var(--plasma-typo-body-xxs-line-height);\n\n ${tokens.contentGap}: 0.375rem;\n ${tokens.singleIconContentGap}: 0.25rem;\n ${tokens.starsWrapperGap}: 0.125rem;\n\n ${tokens.iconSize}: 0.75rem;\n ${tokens.actualIconSize}: 1rem;\n ${tokens.scaleFactor}: 0.75;\n `,\n h1: css`\n ${tokens.gap}: 0.25rem;\n\n ${tokens.fontFamily}: var(--plasma-typo-h1-font-family);\n ${tokens.fontSize}: var(--plasma-typo-h1-font-size);\n ${tokens.fontStyle}: var(--plasma-typo-h1-font-style);\n ${tokens.fontWeight}: var(--plasma-typo-h1-bold-font-weight);\n ${tokens.letterSpacing}: var(--plasma-typo-h1-letter-spacing);\n ${tokens.lineHeight}: var(--plasma-typo-h1-line-height);\n\n ${tokens.helperTextFontFamily}: var(--plasma-typo-body-m-font-family);\n ${tokens.helperTextFontSize}: var(--plasma-typo-body-m-font-size);\n ${tokens.helperTextFontStyle}: var(--plasma-typo-body-m-font-style);\n ${tokens.helperTextFontWeight}: var(--plasma-typo-body-m-font-weight);\n ${tokens.helperTextLetterSpacing}: var(--plasma-typo-body-m-letter-spacing);\n ${tokens.helperTextLineHeight}: var(--plasma-typo-body-m-line-height);\n\n ${tokens.contentGap}: 1rem;\n ${tokens.singleIconContentGap}: 0.5rem;\n ${tokens.starsWrapperGap}: 0.125rem;\n\n ${tokens.iconMarginBottom}: 0.25rem;\n ${tokens.iconSizeLarge}: 3rem;\n ${tokens.iconSizeMedium}: 3rem;\n ${tokens.iconSizeSmall}: 2.25rem;\n\n ${tokens.singleIconMarginBottom}: 0.25rem;\n ${tokens.singleIconSizeLarge}: 3rem;\n ${tokens.singleIconSizeMedium}: 3rem;\n ${tokens.singleIconSizeSmall}: 2.25rem;\n `,\n h2: css`\n ${tokens.gap}: 0.25rem;\n\n ${tokens.fontFamily}: var(--plasma-typo-h2-font-family);\n ${tokens.fontSize}: var(--plasma-typo-h2-font-size);\n ${tokens.fontStyle}: var(--plasma-typo-h2-font-style);\n ${tokens.fontWeight}: var(--plasma-typo-h2-bold-font-weight);\n ${tokens.letterSpacing}: var(--plasma-typo-h2-letter-spacing);\n ${tokens.lineHeight}: var(--plasma-typo-h2-line-height);\n\n ${tokens.helperTextFontFamily}: var(--plasma-typo-body-s-font-family);\n ${tokens.helperTextFontSize}: var(--plasma-typo-body-s-font-size);\n ${tokens.helperTextFontStyle}: var(--plasma-typo-body-s-font-style);\n ${tokens.helperTextFontWeight}: var(--plasma-typo-body-s-font-weight);\n ${tokens.helperTextLetterSpacing}: var(--plasma-typo-body-s-letter-spacing);\n ${tokens.helperTextLineHeight}: var(--plasma-typo-body-s-line-height);\n\n ${tokens.contentGap}: 0.875rem;\n ${tokens.singleIconContentGap}: 0.5rem;\n ${tokens.starsWrapperGap}: 0.125rem;\n\n ${tokens.iconMarginBottom}: 0.25rem;\n ${tokens.iconSizeLarge}: 2rem;\n ${tokens.iconSizeMedium}: 1.75rem;\n ${tokens.iconSizeSmall}: 1.5rem;\n\n ${tokens.singleIconMarginBottom}: 0.25rem;\n ${tokens.singleIconSizeLarge}: 2rem;\n ${tokens.singleIconSizeMedium}: 1.75rem;\n ${tokens.singleIconSizeSmall}: 1.5rem;\n `,\n h3: css`\n ${tokens.gap}: 0.25rem;\n\n ${tokens.fontFamily}: var(--plasma-typo-h3-font-family);\n ${tokens.fontSize}: var(--plasma-typo-h3-font-size);\n ${tokens.fontStyle}: var(--plasma-typo-h3-font-style);\n ${tokens.fontWeight}: var(--plasma-typo-h3-bold-font-weight);\n ${tokens.letterSpacing}: var(--plasma-typo-h3-letter-spacing);\n ${tokens.lineHeight}: var(--plasma-typo-h3-line-height);\n\n ${tokens.helperTextFontFamily}: var(--plasma-typo-body-xs-font-family);\n ${tokens.helperTextFontSize}: var(--plasma-typo-body-xs-font-size);\n ${tokens.helperTextFontStyle}: var(--plasma-typo-body-xs-font-style);\n ${tokens.helperTextFontWeight}: var(--plasma-typo-body-xs-font-weight);\n ${tokens.helperTextLetterSpacing}: var(--plasma-typo-body-xs-letter-spacing);\n ${tokens.helperTextLineHeight}: var(--plasma-typo-body-xs-line-height);\n\n ${tokens.contentGap}: 0.75rem;\n ${tokens.singleIconContentGap}: 0.375rem;\n ${tokens.starsWrapperGap}: 0.125rem;\n\n ${tokens.iconMarginBottom}: 0.125rem;\n ${tokens.iconSizeLarge}: 1.75rem;\n ${tokens.iconSizeMedium}: 1.5rem;\n ${tokens.iconSizeSmall}: 1.25rem;\n\n ${tokens.singleIconMarginBottom}: 0.125rem;\n ${tokens.singleIconSizeLarge}: 1.75rem;\n ${tokens.singleIconSizeMedium}: 1.5rem;\n ${tokens.singleIconSizeSmall}: 1.25rem;\n `,\n h4: css`\n ${tokens.gap}: 0.25rem;\n\n ${tokens.fontFamily}: var(--plasma-typo-h4-font-family);\n ${tokens.fontSize}: var(--plasma-typo-h4-font-size);\n ${tokens.fontStyle}: var(--plasma-typo-h4-font-style);\n ${tokens.fontWeight}: var(--plasma-typo-h4-bold-font-weight);\n ${tokens.letterSpacing}: var(--plasma-typo-h4-letter-spacing);\n ${tokens.lineHeight}: var(--plasma-typo-h4-line-height);\n\n ${tokens.helperTextFontFamily}: var(--plasma-typo-body-xs-font-family);\n ${tokens.helperTextFontSize}: var(--plasma-typo-body-xs-font-size);\n ${tokens.helperTextFontStyle}: var(--plasma-typo-body-xs-font-style);\n ${tokens.helperTextFontWeight}: var(--plasma-typo-body-xs-font-weight);\n ${tokens.helperTextLetterSpacing}: var(--plasma-typo-body-xs-letter-spacing);\n ${tokens.helperTextLineHeight}: var(--plasma-typo-body-xs-line-height);\n\n ${tokens.contentGap}: 0.625rem;\n ${tokens.singleIconContentGap}: 0.25rem;\n ${tokens.starsWrapperGap}: 0.125rem;\n\n ${tokens.iconMarginBottom}: 0.125rem;\n ${tokens.iconSizeLarge}: 1.5rem;\n ${tokens.iconSizeMedium}: 1.25rem;\n ${tokens.iconSizeSmall}: 1.25rem;\n\n ${tokens.singleIconMarginBottom}: 0.125rem;\n ${tokens.singleIconSizeLarge}: 1.5rem;\n ${tokens.singleIconSizeMedium}: 1.25rem;\n ${tokens.singleIconSizeSmall}: 1.25rem;\n `,\n h5: css`\n ${tokens.gap}: 0.25rem;\n\n ${tokens.fontFamily}: var(--plasma-typo-h5-font-family);\n ${tokens.fontSize}: var(--plasma-typo-h5-font-size);\n ${tokens.fontStyle}: var(--plasma-typo-h5-font-style);\n ${tokens.fontWeight}: var(--plasma-typo-h5-bold-font-weight);\n ${tokens.letterSpacing}: var(--plasma-typo-h5-letter-spacing);\n ${tokens.lineHeight}: var(--plasma-typo-h5-line-height);\n\n ${tokens.helperTextFontFamily}: var(--plasma-typo-body-xs-font-family);\n ${tokens.helperTextFontSize}: var(--plasma-typo-body-xs-font-size);\n ${tokens.helperTextFontStyle}: var(--plasma-typo-body-xs-font-style);\n ${tokens.helperTextFontWeight}: var(--plasma-typo-body-xs-font-weight);\n ${tokens.helperTextLetterSpacing}: var(--plasma-typo-body-xs-letter-spacing);\n ${tokens.helperTextLineHeight}: var(--plasma-typo-body-xs-line-height);\n\n ${tokens.contentGap}: 0.625rem;\n ${tokens.singleIconContentGap}: 0.25rem;\n ${tokens.starsWrapperGap}: 0.125rem;\n\n ${tokens.iconSizeLarge}: 1.25rem;\n ${tokens.iconSizeMedium}: 1.25rem;\n ${tokens.iconSizeSmall}: 1rem;\n\n ${tokens.singleIconSizeLarge}: 1.25rem;\n ${tokens.singleIconSizeMedium}: 1.25rem;\n ${tokens.singleIconSizeSmall}: 1rem;\n `,\n displayL: css`\n ${tokens.gap}: 0.375rem;\n\n ${tokens.fontFamily}: var(--plasma-typo-dspl-l-font-family);\n ${tokens.fontSize}: var(--plasma-typo-dspl-l-font-size);\n ${tokens.fontStyle}: var(--plasma-typo-dspl-l-font-style);\n ${tokens.fontWeight}: var(--plasma-typo-dspl-l-bold-font-weight);\n ${tokens.letterSpacing}: var(--plasma-typo-dspl-l-letter-spacing);\n ${tokens.lineHeight}: var(--plasma-typo-dspl-l-line-height);\n\n ${tokens.helperTextFontFamily}: var(--plasma-typo-h3-font-family);\n ${tokens.helperTextFontSize}: var(--plasma-typo-h3-font-size);\n ${tokens.helperTextFontStyle}: var(--plasma-typo-h3-font-style);\n ${tokens.helperTextFontWeight}: var(--plasma-typo-h3-font-weight);\n ${tokens.helperTextLetterSpacing}: var(--plasma-typo-h3-letter-spacing);\n ${tokens.helperTextLineHeight}: var(--plasma-typo-h3-line-height);\n\n ${tokens.contentGap}: 1.5rem;\n ${tokens.singleIconContentGap}: 0.75rem;\n ${tokens.wrapperGap}: 0.625rem;\n ${tokens.starsWrapperGap}: 0.125rem;\n\n ${tokens.iconSizeLarge}: 4rem;\n ${tokens.iconSizeMedium}: 3rem;\n ${tokens.iconSizeSmall}: 2.25rem;\n\n ${tokens.singleIconSizeLarge}: 7.5rem;\n ${tokens.singleIconSizeMedium}: 7rem;\n ${tokens.singleIconSizeSmall}: 5.5rem;\n `,\n displayM: css`\n ${tokens.gap}: 0.375rem;\n\n ${tokens.fontFamily}: var(--plasma-typo-dspl-m-font-family);\n ${tokens.fontSize}: var(--plasma-typo-dspl-m-font-size);\n ${tokens.fontStyle}: var(--plasma-typo-dspl-m-font-style);\n ${tokens.fontWeight}: var(--plasma-typo-dspl-m-bold-font-weight);\n ${tokens.letterSpacing}: var(--plasma-typo-dspl-m-letter-spacing);\n ${tokens.lineHeight}: var(--plasma-typo-dspl-m-line-height);\n\n ${tokens.helperTextFontFamily}: var(--plasma-typo-body-l-font-family);\n ${tokens.helperTextFontSize}: var(--plasma-typo-body-l-font-size);\n ${tokens.helperTextFontStyle}: var(--plasma-typo-body-l-font-style);\n ${tokens.helperTextFontWeight}: var(--plasma-typo-body-l-font-weight);\n ${tokens.helperTextLetterSpacing}: var(--plasma-typo-body-l-letter-spacing);\n ${tokens.helperTextLineHeight}: var(--plasma-typo-body-l-line-height);\n\n ${tokens.contentGap}: 1.5rem;\n ${tokens.singleIconContentGap}: 0.75rem;\n ${tokens.wrapperGap}: 0.5rem;\n ${tokens.starsWrapperGap}: 0.125rem;\n\n ${tokens.iconSizeLarge}: 3rem;\n ${tokens.iconSizeMedium}: 2.25rem;\n ${tokens.iconSizeSmall}: 1.75rem;\n\n ${tokens.singleIconMarginBottom}: 0.5rem;\n ${tokens.singleIconSizeLarge}: 5.25rem;\n ${tokens.singleIconSizeMedium}: 4.5rem;\n ${tokens.singleIconSizeSmall}: 4rem;\n `,\n displayS: css`\n ${tokens.gap}: 0.375rem;\n\n ${tokens.fontFamily}: var(--plasma-typo-dspl-s-font-family);\n ${tokens.fontSize}: var(--plasma-typo-dspl-s-font-size);\n ${tokens.fontStyle}: var(--plasma-typo-dspl-s-font-style);\n ${tokens.fontWeight}: var(--plasma-typo-dspl-s-bold-font-weight);\n ${tokens.letterSpacing}: var(--plasma-typo-dspl-s-letter-spacing);\n ${tokens.lineHeight}: var(--plasma-typo-dspl-s-line-height);\n\n ${tokens.helperTextFontFamily}: var(--plasma-typo-body-l-font-family);\n ${tokens.helperTextFontSize}: var(--plasma-typo-body-l-font-size);\n ${tokens.helperTextFontStyle}: var(--plasma-typo-body-l-font-style);\n ${tokens.helperTextFontWeight}: var(--plasma-typo-body-l-font-weight);\n ${tokens.helperTextLetterSpacing}: var(--plasma-typo-body-l-letter-spacing);\n ${tokens.helperTextLineHeight}: var(--plasma-typo-body-l-line-height);\n\n ${tokens.contentGap}: 1.5rem;\n ${tokens.singleIconContentGap}: 0.75rem;\n ${tokens.wrapperGap}: 0.375rem;\n ${tokens.starsWrapperGap}: 0.125rem;\n\n ${tokens.iconSizeLarge}: 2rem;\n ${tokens.iconSizeMedium}: 1.5rem;\n ${tokens.iconSizeSmall}: 1.25rem;\n\n ${tokens.singleIconMarginBottom}: 0.313rem;\n ${tokens.singleIconSizeLarge}: 4rem;\n ${tokens.singleIconSizeMedium}: 3.5rem;\n ${tokens.singleIconSizeSmall}: 2.75rem;\n `,\n },\n },\n};\n"],"names":["config","defaults","view","size","variations","default","accent","l","m","s","xs","xxs","h1","h2","h3","h4","h5","displayL","displayM","displayS"],"mappings":"AAEO,IAAMA,MAAM,GAAG;AAClBC,EAAAA,QAAQ,EAAE;AACNC,IAAAA,IAAI,EAAE,SAAS;AACfC,IAAAA,IAAI,EAAE,GAAA;GACT;AACDC,EAAAA,UAAU,EAAE;AACRF,IAAAA,IAAI,EAAE;AACFG,MAAAA,SAAAA,EAKC,SAAA;AACDC,MAAAA,MAAM,EAAA,SAAA;KAOT;AACDH,IAAAA,IAAI,EAAE;AACFI,MAAAA,CAAC,EAsBA,UAAA;AACDC,MAAAA,CAAC,EAsBA,SAAA;AACDC,MAAAA,CAAC,EAsBA,SAAA;AACDC,MAAAA,EAAE,EAwBD,SAAA;AACDC,MAAAA,GAAG,EAwBF,SAAA;AACDC,MAAAA,EAAE,EA8BD,UAAA;AACDC,MAAAA,EAAE,EA8BD,SAAA;AACDC,MAAAA,EAAE,EA8BD,UAAA;AACDC,MAAAA,EAAE,EA8BD,UAAA;AACDC,MAAAA,EAAE,EA4BD,SAAA;AACDC,MAAAA,QAAQ,EA6BP,SAAA;AACDC,MAAAA,QAAQ,EA8BP,UAAA;AACDC,MAAAA,QAAQ,EAAA,UAAA;AA+BZ,KAAA;AACJ,GAAA;AACJ;;;;"}
@@ -1,15 +0,0 @@
1
- .d4wv9lv{--plasma-rating-color:var(--text-primary);--plasma-rating_helper-text_color:var(--text-secondary);--plasma-rating_icon_color:var(--text-primary);--plasma-rating_outline-icon_color:var(--text-primary);}
2
- .aegxbm4{--plasma-rating-color:var(--text-primary);--plasma-rating_helper-text_color:var(--text-secondary);--plasma-rating_icon_color:#F3A912;--plasma-rating_outline-icon_color:var(--text-tertiary);}
3
- .l10vyqiv{--plasma-rating-gap:0.25rem;--plasma-rating-font-family:var(--plasma-typo-body-l-font-family);--plasma-rating-font-size:var(--plasma-typo-body-l-font-size);--plasma-rating-font-style:var(--plasma-typo-body-l-font-style);--plasma-rating-font-weight:var(--plasma-typo-body-l-bold-font-weight);--plasma-rating-letter-spacing:var(--plasma-typo-body-l-letter-spacing);--plasma-rating-line-height:var(--plasma-typo-body-l-line-height);--plasma-rating_helper-text_font-family:var(--plasma-typo-body-xs-font-family);--plasma-rating_helper-text_font-size:var(--plasma-typo-body-xs-font-size);--plasma-rating_helper-text_font-style:var(--plasma-typo-body-xs-font-style);--plasma-rating_helper-text_font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-rating_helper-text_letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-rating_helper-text_line-height:var(--plasma-typo-body-xs-line-height);--plasma-rating_content_gap:0.625rem;--plasma-rating_single-icon_content_gap:0.25rem;--plasma-rating_stars-wrapper_gap:0.125rem;--plasma-rating_icon-size:1.25rem;}
4
- .mkrysed{--plasma-rating-gap:0.25rem;--plasma-rating-font-family:var(--plasma-typo-body-m-font-family);--plasma-rating-font-size:var(--plasma-typo-body-m-font-size);--plasma-rating-font-style:var(--plasma-typo-body-m-font-style);--plasma-rating-font-weight:var(--plasma-typo-body-m-bold-font-weight);--plasma-rating-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-rating-line-height:var(--plasma-typo-body-m-line-height);--plasma-rating_helper-text_font-family:var(--plasma-typo-body-xs-font-family);--plasma-rating_helper-text_font-size:var(--plasma-typo-body-xs-font-size);--plasma-rating_helper-text_font-style:var(--plasma-typo-body-xs-font-style);--plasma-rating_helper-text_font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-rating_helper-text_letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-rating_helper-text_line-height:var(--plasma-typo-body-xs-line-height);--plasma-rating_content_gap:0.5rem;--plasma-rating_single-icon_content_gap:0.25rem;--plasma-rating_stars-wrapper_gap:0.125rem;--plasma-rating_icon-size:1.25rem;}
5
- .sl5rvhy{--plasma-rating-gap:0.25rem;--plasma-rating-font-family:var(--plasma-typo-body-s-font-family);--plasma-rating-font-size:var(--plasma-typo-body-s-font-size);--plasma-rating-font-style:var(--plasma-typo-body-s-font-style);--plasma-rating-font-weight:var(--plasma-typo-body-s-bold-font-weight);--plasma-rating-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-rating-line-height:var(--plasma-typo-body-s-line-height);--plasma-rating_helper-text_font-family:var(--plasma-typo-body-xs-font-family);--plasma-rating_helper-text_font-size:var(--plasma-typo-body-xs-font-size);--plasma-rating_helper-text_font-style:var(--plasma-typo-body-xs-font-style);--plasma-rating_helper-text_font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-rating_helper-text_letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-rating_helper-text_line-height:var(--plasma-typo-body-xs-line-height);--plasma-rating_content_gap:0.5rem;--plasma-rating_single-icon_content_gap:0.25rem;--plasma-rating_stars-wrapper_gap:0.125rem;--plasma-rating_icon-size:1rem;}
6
- .xhutyqx{--plasma-rating-gap:0.25rem;--plasma-rating-font-family:var(--plasma-typo-body-xs-font-family);--plasma-rating-font-size:var(--plasma-typo-body-xs-font-size);--plasma-rating-font-style:var(--plasma-typo-body-xs-font-style);--plasma-rating-font-weight:var(--plasma-typo-body-xs-bold-font-weight);--plasma-rating-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-rating-line-height:var(--plasma-typo-body-xs-line-height);--plasma-rating_helper-text_font-family:var(--plasma-typo-body-xxs-font-family);--plasma-rating_helper-text_font-size:var(--plasma-typo-body-xxs-font-size);--plasma-rating_helper-text_font-style:var(--plasma-typo-body-xxs-font-style);--plasma-rating_helper-text_font-weight:var(--plasma-typo-body-xxs-font-weight);--plasma-rating_helper-text_letter-spacing:var(--plasma-typo-body-xxs-letter-spacing);--plasma-rating_helper-text_line-height:var(--plasma-typo-body-xxs-line-height);--plasma-rating_content_gap:0.375rem;--plasma-rating_single-icon_content_gap:0.25rem;--plasma-rating_stars-wrapper_gap:0.125rem;--plasma-rating_icon-size:0.75rem;--plasma-rating_icon-size_actual:1rem;--plasma-rating_icon-size_scale-factor:0.75;}
7
- .x3t7cxk{--plasma-rating-gap:0.25rem;--plasma-rating-font-family:var(--plasma-typo-body-xxs-font-family);--plasma-rating-font-size:var(--plasma-typo-body-xxs-font-size);--plasma-rating-font-style:var(--plasma-typo-body-xxs-font-style);--plasma-rating-font-weight:var(--plasma-typo-body-xxs-bold-font-weight);--plasma-rating-letter-spacing:var(--plasma-typo-body-xxs-letter-spacing);--plasma-rating-line-height:var(--plasma-typo-body-xxs-line-height);--plasma-rating_helper-text_font-family:var(--plasma-typo-body-xxs-font-family);--plasma-rating_helper-text_font-size:var(--plasma-typo-body-xxs-font-size);--plasma-rating_helper-text_font-style:var(--plasma-typo-body-xxs-font-style);--plasma-rating_helper-text_font-weight:var(--plasma-typo-body-xxs-font-weight);--plasma-rating_helper-text_letter-spacing:var(--plasma-typo-body-xxs-letter-spacing);--plasma-rating_helper-text_line-height:var(--plasma-typo-body-xxs-line-height);--plasma-rating_content_gap:0.375rem;--plasma-rating_single-icon_content_gap:0.25rem;--plasma-rating_stars-wrapper_gap:0.125rem;--plasma-rating_icon-size:0.75rem;--plasma-rating_icon-size_actual:1rem;--plasma-rating_icon-size_scale-factor:0.75;}
8
- .h1tims0h{--plasma-rating-gap:0.25rem;--plasma-rating-font-family:var(--plasma-typo-h1-font-family);--plasma-rating-font-size:var(--plasma-typo-h1-font-size);--plasma-rating-font-style:var(--plasma-typo-h1-font-style);--plasma-rating-font-weight:var(--plasma-typo-h1-bold-font-weight);--plasma-rating-letter-spacing:var(--plasma-typo-h1-letter-spacing);--plasma-rating-line-height:var(--plasma-typo-h1-line-height);--plasma-rating_helper-text_font-family:var(--plasma-typo-body-m-font-family);--plasma-rating_helper-text_font-size:var(--plasma-typo-body-m-font-size);--plasma-rating_helper-text_font-style:var(--plasma-typo-body-m-font-style);--plasma-rating_helper-text_font-weight:var(--plasma-typo-body-m-font-weight);--plasma-rating_helper-text_letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-rating_helper-text_line-height:var(--plasma-typo-body-m-line-height);--plasma-rating_content_gap:1rem;--plasma-rating_single-icon_content_gap:0.5rem;--plasma-rating_stars-wrapper_gap:0.125rem;--plasma-rating_icon-margin-bottom:0.25rem;--plasma-rating_icon-size_large-screen:3rem;--plasma-rating_icon-size_medium-screen:3rem;--plasma-rating_icon-size_small-screen:2.25rem;--plasma-rating_single-icon_margin-bottom:0.25rem;--plasma-rating_single-icon-size_large-screen:3rem;--plasma-rating_single-icon-size_medium-screen:3rem;--plasma-rating_single-icon-size_small-screen:2.25rem;}
9
- .hmoy08m{--plasma-rating-gap:0.25rem;--plasma-rating-font-family:var(--plasma-typo-h2-font-family);--plasma-rating-font-size:var(--plasma-typo-h2-font-size);--plasma-rating-font-style:var(--plasma-typo-h2-font-style);--plasma-rating-font-weight:var(--plasma-typo-h2-bold-font-weight);--plasma-rating-letter-spacing:var(--plasma-typo-h2-letter-spacing);--plasma-rating-line-height:var(--plasma-typo-h2-line-height);--plasma-rating_helper-text_font-family:var(--plasma-typo-body-s-font-family);--plasma-rating_helper-text_font-size:var(--plasma-typo-body-s-font-size);--plasma-rating_helper-text_font-style:var(--plasma-typo-body-s-font-style);--plasma-rating_helper-text_font-weight:var(--plasma-typo-body-s-font-weight);--plasma-rating_helper-text_letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-rating_helper-text_line-height:var(--plasma-typo-body-s-line-height);--plasma-rating_content_gap:0.875rem;--plasma-rating_single-icon_content_gap:0.5rem;--plasma-rating_stars-wrapper_gap:0.125rem;--plasma-rating_icon-margin-bottom:0.25rem;--plasma-rating_icon-size_large-screen:2rem;--plasma-rating_icon-size_medium-screen:1.75rem;--plasma-rating_icon-size_small-screen:1.5rem;--plasma-rating_single-icon_margin-bottom:0.25rem;--plasma-rating_single-icon-size_large-screen:2rem;--plasma-rating_single-icon-size_medium-screen:1.75rem;--plasma-rating_single-icon-size_small-screen:1.5rem;}
10
- .h1lhjcjg{--plasma-rating-gap:0.25rem;--plasma-rating-font-family:var(--plasma-typo-h3-font-family);--plasma-rating-font-size:var(--plasma-typo-h3-font-size);--plasma-rating-font-style:var(--plasma-typo-h3-font-style);--plasma-rating-font-weight:var(--plasma-typo-h3-bold-font-weight);--plasma-rating-letter-spacing:var(--plasma-typo-h3-letter-spacing);--plasma-rating-line-height:var(--plasma-typo-h3-line-height);--plasma-rating_helper-text_font-family:var(--plasma-typo-body-xs-font-family);--plasma-rating_helper-text_font-size:var(--plasma-typo-body-xs-font-size);--plasma-rating_helper-text_font-style:var(--plasma-typo-body-xs-font-style);--plasma-rating_helper-text_font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-rating_helper-text_letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-rating_helper-text_line-height:var(--plasma-typo-body-xs-line-height);--plasma-rating_content_gap:0.75rem;--plasma-rating_single-icon_content_gap:0.375rem;--plasma-rating_stars-wrapper_gap:0.125rem;--plasma-rating_icon-margin-bottom:0.125rem;--plasma-rating_icon-size_large-screen:1.75rem;--plasma-rating_icon-size_medium-screen:1.5rem;--plasma-rating_icon-size_small-screen:1.25rem;--plasma-rating_single-icon_margin-bottom:0.125rem;--plasma-rating_single-icon-size_large-screen:1.75rem;--plasma-rating_single-icon-size_medium-screen:1.5rem;--plasma-rating_single-icon-size_small-screen:1.25rem;}
11
- .h1n2d4te{--plasma-rating-gap:0.25rem;--plasma-rating-font-family:var(--plasma-typo-h4-font-family);--plasma-rating-font-size:var(--plasma-typo-h4-font-size);--plasma-rating-font-style:var(--plasma-typo-h4-font-style);--plasma-rating-font-weight:var(--plasma-typo-h4-bold-font-weight);--plasma-rating-letter-spacing:var(--plasma-typo-h4-letter-spacing);--plasma-rating-line-height:var(--plasma-typo-h4-line-height);--plasma-rating_helper-text_font-family:var(--plasma-typo-body-xs-font-family);--plasma-rating_helper-text_font-size:var(--plasma-typo-body-xs-font-size);--plasma-rating_helper-text_font-style:var(--plasma-typo-body-xs-font-style);--plasma-rating_helper-text_font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-rating_helper-text_letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-rating_helper-text_line-height:var(--plasma-typo-body-xs-line-height);--plasma-rating_content_gap:0.625rem;--plasma-rating_single-icon_content_gap:0.25rem;--plasma-rating_stars-wrapper_gap:0.125rem;--plasma-rating_icon-margin-bottom:0.125rem;--plasma-rating_icon-size_large-screen:1.5rem;--plasma-rating_icon-size_medium-screen:1.25rem;--plasma-rating_icon-size_small-screen:1.25rem;--plasma-rating_single-icon_margin-bottom:0.125rem;--plasma-rating_single-icon-size_large-screen:1.5rem;--plasma-rating_single-icon-size_medium-screen:1.25rem;--plasma-rating_single-icon-size_small-screen:1.25rem;}
12
- .h3d2rf7{--plasma-rating-gap:0.25rem;--plasma-rating-font-family:var(--plasma-typo-h5-font-family);--plasma-rating-font-size:var(--plasma-typo-h5-font-size);--plasma-rating-font-style:var(--plasma-typo-h5-font-style);--plasma-rating-font-weight:var(--plasma-typo-h5-bold-font-weight);--plasma-rating-letter-spacing:var(--plasma-typo-h5-letter-spacing);--plasma-rating-line-height:var(--plasma-typo-h5-line-height);--plasma-rating_helper-text_font-family:var(--plasma-typo-body-xs-font-family);--plasma-rating_helper-text_font-size:var(--plasma-typo-body-xs-font-size);--plasma-rating_helper-text_font-style:var(--plasma-typo-body-xs-font-style);--plasma-rating_helper-text_font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-rating_helper-text_letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-rating_helper-text_line-height:var(--plasma-typo-body-xs-line-height);--plasma-rating_content_gap:0.625rem;--plasma-rating_single-icon_content_gap:0.25rem;--plasma-rating_stars-wrapper_gap:0.125rem;--plasma-rating_icon-size_large-screen:1.25rem;--plasma-rating_icon-size_medium-screen:1.25rem;--plasma-rating_icon-size_small-screen:1rem;--plasma-rating_single-icon-size_large-screen:1.25rem;--plasma-rating_single-icon-size_medium-screen:1.25rem;--plasma-rating_single-icon-size_small-screen:1rem;}
13
- .dkdlkli{--plasma-rating-gap:0.375rem;--plasma-rating-font-family:var(--plasma-typo-dspl-l-font-family);--plasma-rating-font-size:var(--plasma-typo-dspl-l-font-size);--plasma-rating-font-style:var(--plasma-typo-dspl-l-font-style);--plasma-rating-font-weight:var(--plasma-typo-dspl-l-bold-font-weight);--plasma-rating-letter-spacing:var(--plasma-typo-dspl-l-letter-spacing);--plasma-rating-line-height:var(--plasma-typo-dspl-l-line-height);--plasma-rating_helper-text_font-family:var(--plasma-typo-h3-font-family);--plasma-rating_helper-text_font-size:var(--plasma-typo-h3-font-size);--plasma-rating_helper-text_font-style:var(--plasma-typo-h3-font-style);--plasma-rating_helper-text_font-weight:var(--plasma-typo-h3-font-weight);--plasma-rating_helper-text_letter-spacing:var(--plasma-typo-h3-letter-spacing);--plasma-rating_helper-text_line-height:var(--plasma-typo-h3-line-height);--plasma-rating_content_gap:1.5rem;--plasma-rating_single-icon_content_gap:0.75rem;--plasma-rating_wrapper_gap:0.625rem;--plasma-rating_stars-wrapper_gap:0.125rem;--plasma-rating_icon-size_large-screen:4rem;--plasma-rating_icon-size_medium-screen:3rem;--plasma-rating_icon-size_small-screen:2.25rem;--plasma-rating_single-icon-size_large-screen:7.5rem;--plasma-rating_single-icon-size_medium-screen:7rem;--plasma-rating_single-icon-size_small-screen:5.5rem;}
14
- .d1dhhugl{--plasma-rating-gap:0.375rem;--plasma-rating-font-family:var(--plasma-typo-dspl-m-font-family);--plasma-rating-font-size:var(--plasma-typo-dspl-m-font-size);--plasma-rating-font-style:var(--plasma-typo-dspl-m-font-style);--plasma-rating-font-weight:var(--plasma-typo-dspl-m-bold-font-weight);--plasma-rating-letter-spacing:var(--plasma-typo-dspl-m-letter-spacing);--plasma-rating-line-height:var(--plasma-typo-dspl-m-line-height);--plasma-rating_helper-text_font-family:var(--plasma-typo-body-l-font-family);--plasma-rating_helper-text_font-size:var(--plasma-typo-body-l-font-size);--plasma-rating_helper-text_font-style:var(--plasma-typo-body-l-font-style);--plasma-rating_helper-text_font-weight:var(--plasma-typo-body-l-font-weight);--plasma-rating_helper-text_letter-spacing:var(--plasma-typo-body-l-letter-spacing);--plasma-rating_helper-text_line-height:var(--plasma-typo-body-l-line-height);--plasma-rating_content_gap:1.5rem;--plasma-rating_single-icon_content_gap:0.75rem;--plasma-rating_wrapper_gap:0.5rem;--plasma-rating_stars-wrapper_gap:0.125rem;--plasma-rating_icon-size_large-screen:3rem;--plasma-rating_icon-size_medium-screen:2.25rem;--plasma-rating_icon-size_small-screen:1.75rem;--plasma-rating_single-icon_margin-bottom:0.5rem;--plasma-rating_single-icon-size_large-screen:5.25rem;--plasma-rating_single-icon-size_medium-screen:4.5rem;--plasma-rating_single-icon-size_small-screen:4rem;}
15
- .d1m6sthe{--plasma-rating-gap:0.375rem;--plasma-rating-font-family:var(--plasma-typo-dspl-s-font-family);--plasma-rating-font-size:var(--plasma-typo-dspl-s-font-size);--plasma-rating-font-style:var(--plasma-typo-dspl-s-font-style);--plasma-rating-font-weight:var(--plasma-typo-dspl-s-bold-font-weight);--plasma-rating-letter-spacing:var(--plasma-typo-dspl-s-letter-spacing);--plasma-rating-line-height:var(--plasma-typo-dspl-s-line-height);--plasma-rating_helper-text_font-family:var(--plasma-typo-body-l-font-family);--plasma-rating_helper-text_font-size:var(--plasma-typo-body-l-font-size);--plasma-rating_helper-text_font-style:var(--plasma-typo-body-l-font-style);--plasma-rating_helper-text_font-weight:var(--plasma-typo-body-l-font-weight);--plasma-rating_helper-text_letter-spacing:var(--plasma-typo-body-l-letter-spacing);--plasma-rating_helper-text_line-height:var(--plasma-typo-body-l-line-height);--plasma-rating_content_gap:1.5rem;--plasma-rating_single-icon_content_gap:0.75rem;--plasma-rating_wrapper_gap:0.375rem;--plasma-rating_stars-wrapper_gap:0.125rem;--plasma-rating_icon-size_large-screen:2rem;--plasma-rating_icon-size_medium-screen:1.5rem;--plasma-rating_icon-size_small-screen:1.25rem;--plasma-rating_single-icon_margin-bottom:0.313rem;--plasma-rating_single-icon-size_large-screen:4rem;--plasma-rating_single-icon-size_medium-screen:3.5rem;--plasma-rating_single-icon-size_small-screen:2.75rem;}
@@ -1,15 +0,0 @@
1
- .Rating_config_1yxdjbj_d4wv9lv__d0ccba7c{--plasma-rating-color:var(--text-primary);--plasma-rating_helper-text_color:var(--text-secondary);--plasma-rating_icon_color:var(--text-primary);--plasma-rating_outline-icon_color:var(--text-primary);}
2
- .Rating_config_1yxdjbj_aegxbm4__d0ccba7c{--plasma-rating-color:var(--text-primary);--plasma-rating_helper-text_color:var(--text-secondary);--plasma-rating_icon_color:#F3A912;--plasma-rating_outline-icon_color:var(--text-tertiary);}
3
- .Rating_config_1yxdjbj_l10vyqiv__d0ccba7c{--plasma-rating-gap:0.25rem;--plasma-rating-font-family:var(--plasma-typo-body-l-font-family);--plasma-rating-font-size:var(--plasma-typo-body-l-font-size);--plasma-rating-font-style:var(--plasma-typo-body-l-font-style);--plasma-rating-font-weight:var(--plasma-typo-body-l-bold-font-weight);--plasma-rating-letter-spacing:var(--plasma-typo-body-l-letter-spacing);--plasma-rating-line-height:var(--plasma-typo-body-l-line-height);--plasma-rating_helper-text_font-family:var(--plasma-typo-body-xs-font-family);--plasma-rating_helper-text_font-size:var(--plasma-typo-body-xs-font-size);--plasma-rating_helper-text_font-style:var(--plasma-typo-body-xs-font-style);--plasma-rating_helper-text_font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-rating_helper-text_letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-rating_helper-text_line-height:var(--plasma-typo-body-xs-line-height);--plasma-rating_content_gap:0.625rem;--plasma-rating_single-icon_content_gap:0.25rem;--plasma-rating_stars-wrapper_gap:0.125rem;--plasma-rating_icon-size:1.25rem;}
4
- .Rating_config_1yxdjbj_mkrysed__d0ccba7c{--plasma-rating-gap:0.25rem;--plasma-rating-font-family:var(--plasma-typo-body-m-font-family);--plasma-rating-font-size:var(--plasma-typo-body-m-font-size);--plasma-rating-font-style:var(--plasma-typo-body-m-font-style);--plasma-rating-font-weight:var(--plasma-typo-body-m-bold-font-weight);--plasma-rating-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-rating-line-height:var(--plasma-typo-body-m-line-height);--plasma-rating_helper-text_font-family:var(--plasma-typo-body-xs-font-family);--plasma-rating_helper-text_font-size:var(--plasma-typo-body-xs-font-size);--plasma-rating_helper-text_font-style:var(--plasma-typo-body-xs-font-style);--plasma-rating_helper-text_font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-rating_helper-text_letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-rating_helper-text_line-height:var(--plasma-typo-body-xs-line-height);--plasma-rating_content_gap:0.5rem;--plasma-rating_single-icon_content_gap:0.25rem;--plasma-rating_stars-wrapper_gap:0.125rem;--plasma-rating_icon-size:1.25rem;}
5
- .Rating_config_1yxdjbj_sl5rvhy__d0ccba7c{--plasma-rating-gap:0.25rem;--plasma-rating-font-family:var(--plasma-typo-body-s-font-family);--plasma-rating-font-size:var(--plasma-typo-body-s-font-size);--plasma-rating-font-style:var(--plasma-typo-body-s-font-style);--plasma-rating-font-weight:var(--plasma-typo-body-s-bold-font-weight);--plasma-rating-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-rating-line-height:var(--plasma-typo-body-s-line-height);--plasma-rating_helper-text_font-family:var(--plasma-typo-body-xs-font-family);--plasma-rating_helper-text_font-size:var(--plasma-typo-body-xs-font-size);--plasma-rating_helper-text_font-style:var(--plasma-typo-body-xs-font-style);--plasma-rating_helper-text_font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-rating_helper-text_letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-rating_helper-text_line-height:var(--plasma-typo-body-xs-line-height);--plasma-rating_content_gap:0.5rem;--plasma-rating_single-icon_content_gap:0.25rem;--plasma-rating_stars-wrapper_gap:0.125rem;--plasma-rating_icon-size:1rem;}
6
- .Rating_config_1yxdjbj_xhutyqx__d0ccba7c{--plasma-rating-gap:0.25rem;--plasma-rating-font-family:var(--plasma-typo-body-xs-font-family);--plasma-rating-font-size:var(--plasma-typo-body-xs-font-size);--plasma-rating-font-style:var(--plasma-typo-body-xs-font-style);--plasma-rating-font-weight:var(--plasma-typo-body-xs-bold-font-weight);--plasma-rating-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-rating-line-height:var(--plasma-typo-body-xs-line-height);--plasma-rating_helper-text_font-family:var(--plasma-typo-body-xxs-font-family);--plasma-rating_helper-text_font-size:var(--plasma-typo-body-xxs-font-size);--plasma-rating_helper-text_font-style:var(--plasma-typo-body-xxs-font-style);--plasma-rating_helper-text_font-weight:var(--plasma-typo-body-xxs-font-weight);--plasma-rating_helper-text_letter-spacing:var(--plasma-typo-body-xxs-letter-spacing);--plasma-rating_helper-text_line-height:var(--plasma-typo-body-xxs-line-height);--plasma-rating_content_gap:0.375rem;--plasma-rating_single-icon_content_gap:0.25rem;--plasma-rating_stars-wrapper_gap:0.125rem;--plasma-rating_icon-size:0.75rem;--plasma-rating_icon-size_actual:1rem;--plasma-rating_icon-size_scale-factor:0.75;}
7
- .Rating_config_1yxdjbj_x3t7cxk__d0ccba7c{--plasma-rating-gap:0.25rem;--plasma-rating-font-family:var(--plasma-typo-body-xxs-font-family);--plasma-rating-font-size:var(--plasma-typo-body-xxs-font-size);--plasma-rating-font-style:var(--plasma-typo-body-xxs-font-style);--plasma-rating-font-weight:var(--plasma-typo-body-xxs-bold-font-weight);--plasma-rating-letter-spacing:var(--plasma-typo-body-xxs-letter-spacing);--plasma-rating-line-height:var(--plasma-typo-body-xxs-line-height);--plasma-rating_helper-text_font-family:var(--plasma-typo-body-xxs-font-family);--plasma-rating_helper-text_font-size:var(--plasma-typo-body-xxs-font-size);--plasma-rating_helper-text_font-style:var(--plasma-typo-body-xxs-font-style);--plasma-rating_helper-text_font-weight:var(--plasma-typo-body-xxs-font-weight);--plasma-rating_helper-text_letter-spacing:var(--plasma-typo-body-xxs-letter-spacing);--plasma-rating_helper-text_line-height:var(--plasma-typo-body-xxs-line-height);--plasma-rating_content_gap:0.375rem;--plasma-rating_single-icon_content_gap:0.25rem;--plasma-rating_stars-wrapper_gap:0.125rem;--plasma-rating_icon-size:0.75rem;--plasma-rating_icon-size_actual:1rem;--plasma-rating_icon-size_scale-factor:0.75;}
8
- .Rating_config_1yxdjbj_h1tims0h__d0ccba7c{--plasma-rating-gap:0.25rem;--plasma-rating-font-family:var(--plasma-typo-h1-font-family);--plasma-rating-font-size:var(--plasma-typo-h1-font-size);--plasma-rating-font-style:var(--plasma-typo-h1-font-style);--plasma-rating-font-weight:var(--plasma-typo-h1-bold-font-weight);--plasma-rating-letter-spacing:var(--plasma-typo-h1-letter-spacing);--plasma-rating-line-height:var(--plasma-typo-h1-line-height);--plasma-rating_helper-text_font-family:var(--plasma-typo-body-m-font-family);--plasma-rating_helper-text_font-size:var(--plasma-typo-body-m-font-size);--plasma-rating_helper-text_font-style:var(--plasma-typo-body-m-font-style);--plasma-rating_helper-text_font-weight:var(--plasma-typo-body-m-font-weight);--plasma-rating_helper-text_letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-rating_helper-text_line-height:var(--plasma-typo-body-m-line-height);--plasma-rating_content_gap:1rem;--plasma-rating_single-icon_content_gap:0.5rem;--plasma-rating_stars-wrapper_gap:0.125rem;--plasma-rating_icon-margin-bottom:0.25rem;--plasma-rating_icon-size_large-screen:3rem;--plasma-rating_icon-size_medium-screen:3rem;--plasma-rating_icon-size_small-screen:2.25rem;--plasma-rating_single-icon_margin-bottom:0.25rem;--plasma-rating_single-icon-size_large-screen:3rem;--plasma-rating_single-icon-size_medium-screen:3rem;--plasma-rating_single-icon-size_small-screen:2.25rem;}
9
- .Rating_config_1yxdjbj_hmoy08m__d0ccba7c{--plasma-rating-gap:0.25rem;--plasma-rating-font-family:var(--plasma-typo-h2-font-family);--plasma-rating-font-size:var(--plasma-typo-h2-font-size);--plasma-rating-font-style:var(--plasma-typo-h2-font-style);--plasma-rating-font-weight:var(--plasma-typo-h2-bold-font-weight);--plasma-rating-letter-spacing:var(--plasma-typo-h2-letter-spacing);--plasma-rating-line-height:var(--plasma-typo-h2-line-height);--plasma-rating_helper-text_font-family:var(--plasma-typo-body-s-font-family);--plasma-rating_helper-text_font-size:var(--plasma-typo-body-s-font-size);--plasma-rating_helper-text_font-style:var(--plasma-typo-body-s-font-style);--plasma-rating_helper-text_font-weight:var(--plasma-typo-body-s-font-weight);--plasma-rating_helper-text_letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-rating_helper-text_line-height:var(--plasma-typo-body-s-line-height);--plasma-rating_content_gap:0.875rem;--plasma-rating_single-icon_content_gap:0.5rem;--plasma-rating_stars-wrapper_gap:0.125rem;--plasma-rating_icon-margin-bottom:0.25rem;--plasma-rating_icon-size_large-screen:2rem;--plasma-rating_icon-size_medium-screen:1.75rem;--plasma-rating_icon-size_small-screen:1.5rem;--plasma-rating_single-icon_margin-bottom:0.25rem;--plasma-rating_single-icon-size_large-screen:2rem;--plasma-rating_single-icon-size_medium-screen:1.75rem;--plasma-rating_single-icon-size_small-screen:1.5rem;}
10
- .Rating_config_1yxdjbj_h1lhjcjg__d0ccba7c{--plasma-rating-gap:0.25rem;--plasma-rating-font-family:var(--plasma-typo-h3-font-family);--plasma-rating-font-size:var(--plasma-typo-h3-font-size);--plasma-rating-font-style:var(--plasma-typo-h3-font-style);--plasma-rating-font-weight:var(--plasma-typo-h3-bold-font-weight);--plasma-rating-letter-spacing:var(--plasma-typo-h3-letter-spacing);--plasma-rating-line-height:var(--plasma-typo-h3-line-height);--plasma-rating_helper-text_font-family:var(--plasma-typo-body-xs-font-family);--plasma-rating_helper-text_font-size:var(--plasma-typo-body-xs-font-size);--plasma-rating_helper-text_font-style:var(--plasma-typo-body-xs-font-style);--plasma-rating_helper-text_font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-rating_helper-text_letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-rating_helper-text_line-height:var(--plasma-typo-body-xs-line-height);--plasma-rating_content_gap:0.75rem;--plasma-rating_single-icon_content_gap:0.375rem;--plasma-rating_stars-wrapper_gap:0.125rem;--plasma-rating_icon-margin-bottom:0.125rem;--plasma-rating_icon-size_large-screen:1.75rem;--plasma-rating_icon-size_medium-screen:1.5rem;--plasma-rating_icon-size_small-screen:1.25rem;--plasma-rating_single-icon_margin-bottom:0.125rem;--plasma-rating_single-icon-size_large-screen:1.75rem;--plasma-rating_single-icon-size_medium-screen:1.5rem;--plasma-rating_single-icon-size_small-screen:1.25rem;}
11
- .Rating_config_1yxdjbj_h1n2d4te__d0ccba7c{--plasma-rating-gap:0.25rem;--plasma-rating-font-family:var(--plasma-typo-h4-font-family);--plasma-rating-font-size:var(--plasma-typo-h4-font-size);--plasma-rating-font-style:var(--plasma-typo-h4-font-style);--plasma-rating-font-weight:var(--plasma-typo-h4-bold-font-weight);--plasma-rating-letter-spacing:var(--plasma-typo-h4-letter-spacing);--plasma-rating-line-height:var(--plasma-typo-h4-line-height);--plasma-rating_helper-text_font-family:var(--plasma-typo-body-xs-font-family);--plasma-rating_helper-text_font-size:var(--plasma-typo-body-xs-font-size);--plasma-rating_helper-text_font-style:var(--plasma-typo-body-xs-font-style);--plasma-rating_helper-text_font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-rating_helper-text_letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-rating_helper-text_line-height:var(--plasma-typo-body-xs-line-height);--plasma-rating_content_gap:0.625rem;--plasma-rating_single-icon_content_gap:0.25rem;--plasma-rating_stars-wrapper_gap:0.125rem;--plasma-rating_icon-margin-bottom:0.125rem;--plasma-rating_icon-size_large-screen:1.5rem;--plasma-rating_icon-size_medium-screen:1.25rem;--plasma-rating_icon-size_small-screen:1.25rem;--plasma-rating_single-icon_margin-bottom:0.125rem;--plasma-rating_single-icon-size_large-screen:1.5rem;--plasma-rating_single-icon-size_medium-screen:1.25rem;--plasma-rating_single-icon-size_small-screen:1.25rem;}
12
- .Rating_config_1yxdjbj_h3d2rf7__d0ccba7c{--plasma-rating-gap:0.25rem;--plasma-rating-font-family:var(--plasma-typo-h5-font-family);--plasma-rating-font-size:var(--plasma-typo-h5-font-size);--plasma-rating-font-style:var(--plasma-typo-h5-font-style);--plasma-rating-font-weight:var(--plasma-typo-h5-bold-font-weight);--plasma-rating-letter-spacing:var(--plasma-typo-h5-letter-spacing);--plasma-rating-line-height:var(--plasma-typo-h5-line-height);--plasma-rating_helper-text_font-family:var(--plasma-typo-body-xs-font-family);--plasma-rating_helper-text_font-size:var(--plasma-typo-body-xs-font-size);--plasma-rating_helper-text_font-style:var(--plasma-typo-body-xs-font-style);--plasma-rating_helper-text_font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-rating_helper-text_letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-rating_helper-text_line-height:var(--plasma-typo-body-xs-line-height);--plasma-rating_content_gap:0.625rem;--plasma-rating_single-icon_content_gap:0.25rem;--plasma-rating_stars-wrapper_gap:0.125rem;--plasma-rating_icon-size_large-screen:1.25rem;--plasma-rating_icon-size_medium-screen:1.25rem;--plasma-rating_icon-size_small-screen:1rem;--plasma-rating_single-icon-size_large-screen:1.25rem;--plasma-rating_single-icon-size_medium-screen:1.25rem;--plasma-rating_single-icon-size_small-screen:1rem;}
13
- .Rating_config_1yxdjbj_dkdlkli__d0ccba7c{--plasma-rating-gap:0.375rem;--plasma-rating-font-family:var(--plasma-typo-dspl-l-font-family);--plasma-rating-font-size:var(--plasma-typo-dspl-l-font-size);--plasma-rating-font-style:var(--plasma-typo-dspl-l-font-style);--plasma-rating-font-weight:var(--plasma-typo-dspl-l-bold-font-weight);--plasma-rating-letter-spacing:var(--plasma-typo-dspl-l-letter-spacing);--plasma-rating-line-height:var(--plasma-typo-dspl-l-line-height);--plasma-rating_helper-text_font-family:var(--plasma-typo-h3-font-family);--plasma-rating_helper-text_font-size:var(--plasma-typo-h3-font-size);--plasma-rating_helper-text_font-style:var(--plasma-typo-h3-font-style);--plasma-rating_helper-text_font-weight:var(--plasma-typo-h3-font-weight);--plasma-rating_helper-text_letter-spacing:var(--plasma-typo-h3-letter-spacing);--plasma-rating_helper-text_line-height:var(--plasma-typo-h3-line-height);--plasma-rating_content_gap:1.5rem;--plasma-rating_single-icon_content_gap:0.75rem;--plasma-rating_wrapper_gap:0.625rem;--plasma-rating_stars-wrapper_gap:0.125rem;--plasma-rating_icon-size_large-screen:4rem;--plasma-rating_icon-size_medium-screen:3rem;--plasma-rating_icon-size_small-screen:2.25rem;--plasma-rating_single-icon-size_large-screen:7.5rem;--plasma-rating_single-icon-size_medium-screen:7rem;--plasma-rating_single-icon-size_small-screen:5.5rem;}
14
- .Rating_config_1yxdjbj_d1dhhugl__d0ccba7c{--plasma-rating-gap:0.375rem;--plasma-rating-font-family:var(--plasma-typo-dspl-m-font-family);--plasma-rating-font-size:var(--plasma-typo-dspl-m-font-size);--plasma-rating-font-style:var(--plasma-typo-dspl-m-font-style);--plasma-rating-font-weight:var(--plasma-typo-dspl-m-bold-font-weight);--plasma-rating-letter-spacing:var(--plasma-typo-dspl-m-letter-spacing);--plasma-rating-line-height:var(--plasma-typo-dspl-m-line-height);--plasma-rating_helper-text_font-family:var(--plasma-typo-body-l-font-family);--plasma-rating_helper-text_font-size:var(--plasma-typo-body-l-font-size);--plasma-rating_helper-text_font-style:var(--plasma-typo-body-l-font-style);--plasma-rating_helper-text_font-weight:var(--plasma-typo-body-l-font-weight);--plasma-rating_helper-text_letter-spacing:var(--plasma-typo-body-l-letter-spacing);--plasma-rating_helper-text_line-height:var(--plasma-typo-body-l-line-height);--plasma-rating_content_gap:1.5rem;--plasma-rating_single-icon_content_gap:0.75rem;--plasma-rating_wrapper_gap:0.5rem;--plasma-rating_stars-wrapper_gap:0.125rem;--plasma-rating_icon-size_large-screen:3rem;--plasma-rating_icon-size_medium-screen:2.25rem;--plasma-rating_icon-size_small-screen:1.75rem;--plasma-rating_single-icon_margin-bottom:0.5rem;--plasma-rating_single-icon-size_large-screen:5.25rem;--plasma-rating_single-icon-size_medium-screen:4.5rem;--plasma-rating_single-icon-size_small-screen:4rem;}
15
- .Rating_config_1yxdjbj_d1m6sthe__d0ccba7c{--plasma-rating-gap:0.375rem;--plasma-rating-font-family:var(--plasma-typo-dspl-s-font-family);--plasma-rating-font-size:var(--plasma-typo-dspl-s-font-size);--plasma-rating-font-style:var(--plasma-typo-dspl-s-font-style);--plasma-rating-font-weight:var(--plasma-typo-dspl-s-bold-font-weight);--plasma-rating-letter-spacing:var(--plasma-typo-dspl-s-letter-spacing);--plasma-rating-line-height:var(--plasma-typo-dspl-s-line-height);--plasma-rating_helper-text_font-family:var(--plasma-typo-body-l-font-family);--plasma-rating_helper-text_font-size:var(--plasma-typo-body-l-font-size);--plasma-rating_helper-text_font-style:var(--plasma-typo-body-l-font-style);--plasma-rating_helper-text_font-weight:var(--plasma-typo-body-l-font-weight);--plasma-rating_helper-text_letter-spacing:var(--plasma-typo-body-l-letter-spacing);--plasma-rating_helper-text_line-height:var(--plasma-typo-body-l-line-height);--plasma-rating_content_gap:1.5rem;--plasma-rating_single-icon_content_gap:0.75rem;--plasma-rating_wrapper_gap:0.375rem;--plasma-rating_stars-wrapper_gap:0.125rem;--plasma-rating_icon-size_large-screen:2rem;--plasma-rating_icon-size_medium-screen:1.5rem;--plasma-rating_icon-size_small-screen:1.25rem;--plasma-rating_single-icon_margin-bottom:0.313rem;--plasma-rating_single-icon-size_large-screen:4rem;--plasma-rating_single-icon-size_medium-screen:3.5rem;--plasma-rating_single-icon-size_small-screen:2.75rem;}
@@ -1,8 +0,0 @@
1
- import { component, mergeConfig, ratingConfig } from '@salutejs/plasma-new-hope';
2
- import { config } from './Rating.config.js';
3
-
4
- var mergedConfig = /*#__PURE__*/mergeConfig(ratingConfig, config);
5
- var Rating = /*#__PURE__*/component(mergedConfig);
6
-
7
- export { Rating };
8
- //# sourceMappingURL=Rating.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Rating.js","sources":["../../../../src-css/components/Rating/Rating.ts"],"sourcesContent":["import { ratingConfig, component, mergeConfig } from '@salutejs/plasma-new-hope';\n\nimport { config } from './Rating.config';\n\nconst mergedConfig = mergeConfig(ratingConfig, config);\n\nexport const Rating = component(mergedConfig);\n"],"names":["mergedConfig","mergeConfig","ratingConfig","config","Rating","component"],"mappings":";;;AAIA,IAAMA,YAAY,gBAAGC,WAAW,CAACC,YAAY,EAAEC,MAAM,CAAC,CAAA;IAEzCC,MAAM,gBAAGC,SAAS,CAACL,YAAY;;;;"}
@@ -1,30 +0,0 @@
1
- var _templateObject, _templateObject2, _templateObject3, _templateObject4, _templateObject5, _templateObject6, _templateObject7, _templateObject8, _templateObject9, _templateObject10, _templateObject11, _templateObject12, _templateObject13, _templateObject14, _templateObject15;
2
- function _taggedTemplateLiteral(strings, raw) { if (!raw) { raw = strings.slice(0); } return Object.freeze(Object.defineProperties(strings, { raw: { value: Object.freeze(raw) } })); }
3
- import { css, ratingTokens as tokens } from '@salutejs/plasma-new-hope/styled-components';
4
- export var config = {
5
- defaults: {
6
- view: 'default',
7
- size: 'l'
8
- },
9
- variations: {
10
- view: {
11
- "default": /*#__PURE__*/css(_templateObject || (_templateObject = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": var(--text-primary);\n ", ": var(--text-secondary);\n ", ": var(--text-primary);\n ", ": var(--text-primary);\n "])), tokens.color, tokens.helperTextColor, tokens.iconColor, tokens.outlineIconColor),
12
- accent: /*#__PURE__*/css(_templateObject2 || (_templateObject2 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": var(--text-primary);\n ", ": var(--text-secondary);\n // TODO: change with token data-yellow, when it will be added to theme\n ", ": #F3A912;\n ", ": var(--text-tertiary);\n "])), tokens.color, tokens.helperTextColor, tokens.iconColor, tokens.outlineIconColor)
13
- },
14
- size: {
15
- l: /*#__PURE__*/css(_templateObject3 || (_templateObject3 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": 0.25rem;\n\n ", ": var(--plasma-typo-body-l-font-family);\n ", ": var(--plasma-typo-body-l-font-size);\n ", ": var(--plasma-typo-body-l-font-style);\n ", ": var(--plasma-typo-body-l-bold-font-weight);\n ", ": var(--plasma-typo-body-l-letter-spacing);\n ", ": var(--plasma-typo-body-l-line-height);\n\n ", ": var(--plasma-typo-body-xs-font-family);\n ", ": var(--plasma-typo-body-xs-font-size);\n ", ": var(--plasma-typo-body-xs-font-style);\n ", ": var(--plasma-typo-body-xs-font-weight);\n ", ": var(--plasma-typo-body-xs-letter-spacing);\n ", ": var(--plasma-typo-body-xs-line-height);\n\n ", ": 0.625rem;\n ", ": 0.25rem;\n ", ": 0.125rem;\n\n ", ": 1.25rem;\n "])), tokens.gap, tokens.fontFamily, tokens.fontSize, tokens.fontStyle, tokens.fontWeight, tokens.letterSpacing, tokens.lineHeight, tokens.helperTextFontFamily, tokens.helperTextFontSize, tokens.helperTextFontStyle, tokens.helperTextFontWeight, tokens.helperTextLetterSpacing, tokens.helperTextLineHeight, tokens.contentGap, tokens.singleIconContentGap, tokens.starsWrapperGap, tokens.iconSize),
16
- m: /*#__PURE__*/css(_templateObject4 || (_templateObject4 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": 0.25rem;\n\n ", ": var(--plasma-typo-body-m-font-family);\n ", ": var(--plasma-typo-body-m-font-size);\n ", ": var(--plasma-typo-body-m-font-style);\n ", ": var(--plasma-typo-body-m-bold-font-weight);\n ", ": var(--plasma-typo-body-m-letter-spacing);\n ", ": var(--plasma-typo-body-m-line-height);\n\n ", ": var(--plasma-typo-body-xs-font-family);\n ", ": var(--plasma-typo-body-xs-font-size);\n ", ": var(--plasma-typo-body-xs-font-style);\n ", ": var(--plasma-typo-body-xs-font-weight);\n ", ": var(--plasma-typo-body-xs-letter-spacing);\n ", ": var(--plasma-typo-body-xs-line-height);\n\n ", ": 0.5rem;\n ", ": 0.25rem;\n ", ": 0.125rem;\n\n ", ": 1.25rem;\n "])), tokens.gap, tokens.fontFamily, tokens.fontSize, tokens.fontStyle, tokens.fontWeight, tokens.letterSpacing, tokens.lineHeight, tokens.helperTextFontFamily, tokens.helperTextFontSize, tokens.helperTextFontStyle, tokens.helperTextFontWeight, tokens.helperTextLetterSpacing, tokens.helperTextLineHeight, tokens.contentGap, tokens.singleIconContentGap, tokens.starsWrapperGap, tokens.iconSize),
17
- s: /*#__PURE__*/css(_templateObject5 || (_templateObject5 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": 0.25rem;\n\n ", ": var(--plasma-typo-body-s-font-family);\n ", ": var(--plasma-typo-body-s-font-size);\n ", ": var(--plasma-typo-body-s-font-style);\n ", ": var(--plasma-typo-body-s-bold-font-weight);\n ", ": var(--plasma-typo-body-s-letter-spacing);\n ", ": var(--plasma-typo-body-s-line-height);\n\n ", ": var(--plasma-typo-body-xs-font-family);\n ", ": var(--plasma-typo-body-xs-font-size);\n ", ": var(--plasma-typo-body-xs-font-style);\n ", ": var(--plasma-typo-body-xs-font-weight);\n ", ": var(--plasma-typo-body-xs-letter-spacing);\n ", ": var(--plasma-typo-body-xs-line-height);\n\n ", ": 0.5rem;\n ", ": 0.25rem;\n ", ": 0.125rem;\n\n ", ": 1rem;\n "])), tokens.gap, tokens.fontFamily, tokens.fontSize, tokens.fontStyle, tokens.fontWeight, tokens.letterSpacing, tokens.lineHeight, tokens.helperTextFontFamily, tokens.helperTextFontSize, tokens.helperTextFontStyle, tokens.helperTextFontWeight, tokens.helperTextLetterSpacing, tokens.helperTextLineHeight, tokens.contentGap, tokens.singleIconContentGap, tokens.starsWrapperGap, tokens.iconSize),
18
- xs: /*#__PURE__*/css(_templateObject6 || (_templateObject6 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": 0.25rem;\n\n ", ": var(--plasma-typo-body-xs-font-family);\n ", ": var(--plasma-typo-body-xs-font-size);\n ", ": var(--plasma-typo-body-xs-font-style);\n ", ": var(--plasma-typo-body-xs-bold-font-weight);\n ", ": var(--plasma-typo-body-xs-letter-spacing);\n ", ": var(--plasma-typo-body-xs-line-height);\n\n ", ": var(--plasma-typo-body-xxs-font-family);\n ", ": var(--plasma-typo-body-xxs-font-size);\n ", ": var(--plasma-typo-body-xxs-font-style);\n ", ": var(--plasma-typo-body-xxs-font-weight);\n ", ": var(--plasma-typo-body-xxs-letter-spacing);\n ", ": var(--plasma-typo-body-xxs-line-height);\n\n ", ": 0.375rem;\n ", ": 0.25rem;\n ", ": 0.125rem;\n\n ", ": 0.75rem;\n ", ": 1rem;\n ", ": 0.75;\n "])), tokens.gap, tokens.fontFamily, tokens.fontSize, tokens.fontStyle, tokens.fontWeight, tokens.letterSpacing, tokens.lineHeight, tokens.helperTextFontFamily, tokens.helperTextFontSize, tokens.helperTextFontStyle, tokens.helperTextFontWeight, tokens.helperTextLetterSpacing, tokens.helperTextLineHeight, tokens.contentGap, tokens.singleIconContentGap, tokens.starsWrapperGap, tokens.iconSize, tokens.actualIconSize, tokens.scaleFactor),
19
- xxs: /*#__PURE__*/css(_templateObject7 || (_templateObject7 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": 0.25rem;\n\n ", ": var(--plasma-typo-body-xxs-font-family);\n ", ": var(--plasma-typo-body-xxs-font-size);\n ", ": var(--plasma-typo-body-xxs-font-style);\n ", ": var(--plasma-typo-body-xxs-bold-font-weight);\n ", ": var(--plasma-typo-body-xxs-letter-spacing);\n ", ": var(--plasma-typo-body-xxs-line-height);\n\n ", ": var(--plasma-typo-body-xxs-font-family);\n ", ": var(--plasma-typo-body-xxs-font-size);\n ", ": var(--plasma-typo-body-xxs-font-style);\n ", ": var(--plasma-typo-body-xxs-font-weight);\n ", ": var(--plasma-typo-body-xxs-letter-spacing);\n ", ": var(--plasma-typo-body-xxs-line-height);\n\n ", ": 0.375rem;\n ", ": 0.25rem;\n ", ": 0.125rem;\n\n ", ": 0.75rem;\n ", ": 1rem;\n ", ": 0.75;\n "])), tokens.gap, tokens.fontFamily, tokens.fontSize, tokens.fontStyle, tokens.fontWeight, tokens.letterSpacing, tokens.lineHeight, tokens.helperTextFontFamily, tokens.helperTextFontSize, tokens.helperTextFontStyle, tokens.helperTextFontWeight, tokens.helperTextLetterSpacing, tokens.helperTextLineHeight, tokens.contentGap, tokens.singleIconContentGap, tokens.starsWrapperGap, tokens.iconSize, tokens.actualIconSize, tokens.scaleFactor),
20
- h1: /*#__PURE__*/css(_templateObject8 || (_templateObject8 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": 0.25rem;\n\n ", ": var(--plasma-typo-h1-font-family);\n ", ": var(--plasma-typo-h1-font-size);\n ", ": var(--plasma-typo-h1-font-style);\n ", ": var(--plasma-typo-h1-bold-font-weight);\n ", ": var(--plasma-typo-h1-letter-spacing);\n ", ": var(--plasma-typo-h1-line-height);\n\n ", ": var(--plasma-typo-body-m-font-family);\n ", ": var(--plasma-typo-body-m-font-size);\n ", ": var(--plasma-typo-body-m-font-style);\n ", ": var(--plasma-typo-body-m-font-weight);\n ", ": var(--plasma-typo-body-m-letter-spacing);\n ", ": var(--plasma-typo-body-m-line-height);\n\n ", ": 1rem;\n ", ": 0.5rem;\n ", ": 0.125rem;\n\n ", ": 0.25rem;\n ", ": 3rem;\n ", ": 3rem;\n ", ": 2.25rem;\n\n ", ": 0.25rem;\n ", ": 3rem;\n ", ": 3rem;\n ", ": 2.25rem;\n "])), tokens.gap, tokens.fontFamily, tokens.fontSize, tokens.fontStyle, tokens.fontWeight, tokens.letterSpacing, tokens.lineHeight, tokens.helperTextFontFamily, tokens.helperTextFontSize, tokens.helperTextFontStyle, tokens.helperTextFontWeight, tokens.helperTextLetterSpacing, tokens.helperTextLineHeight, tokens.contentGap, tokens.singleIconContentGap, tokens.starsWrapperGap, tokens.iconMarginBottom, tokens.iconSizeLarge, tokens.iconSizeMedium, tokens.iconSizeSmall, tokens.singleIconMarginBottom, tokens.singleIconSizeLarge, tokens.singleIconSizeMedium, tokens.singleIconSizeSmall),
21
- h2: /*#__PURE__*/css(_templateObject9 || (_templateObject9 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": 0.25rem;\n\n ", ": var(--plasma-typo-h2-font-family);\n ", ": var(--plasma-typo-h2-font-size);\n ", ": var(--plasma-typo-h2-font-style);\n ", ": var(--plasma-typo-h2-bold-font-weight);\n ", ": var(--plasma-typo-h2-letter-spacing);\n ", ": var(--plasma-typo-h2-line-height);\n\n ", ": var(--plasma-typo-body-s-font-family);\n ", ": var(--plasma-typo-body-s-font-size);\n ", ": var(--plasma-typo-body-s-font-style);\n ", ": var(--plasma-typo-body-s-font-weight);\n ", ": var(--plasma-typo-body-s-letter-spacing);\n ", ": var(--plasma-typo-body-s-line-height);\n\n ", ": 0.875rem;\n ", ": 0.5rem;\n ", ": 0.125rem;\n\n ", ": 0.25rem;\n ", ": 2rem;\n ", ": 1.75rem;\n ", ": 1.5rem;\n\n ", ": 0.25rem;\n ", ": 2rem;\n ", ": 1.75rem;\n ", ": 1.5rem;\n "])), tokens.gap, tokens.fontFamily, tokens.fontSize, tokens.fontStyle, tokens.fontWeight, tokens.letterSpacing, tokens.lineHeight, tokens.helperTextFontFamily, tokens.helperTextFontSize, tokens.helperTextFontStyle, tokens.helperTextFontWeight, tokens.helperTextLetterSpacing, tokens.helperTextLineHeight, tokens.contentGap, tokens.singleIconContentGap, tokens.starsWrapperGap, tokens.iconMarginBottom, tokens.iconSizeLarge, tokens.iconSizeMedium, tokens.iconSizeSmall, tokens.singleIconMarginBottom, tokens.singleIconSizeLarge, tokens.singleIconSizeMedium, tokens.singleIconSizeSmall),
22
- h3: /*#__PURE__*/css(_templateObject10 || (_templateObject10 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": 0.25rem;\n\n ", ": var(--plasma-typo-h3-font-family);\n ", ": var(--plasma-typo-h3-font-size);\n ", ": var(--plasma-typo-h3-font-style);\n ", ": var(--plasma-typo-h3-bold-font-weight);\n ", ": var(--plasma-typo-h3-letter-spacing);\n ", ": var(--plasma-typo-h3-line-height);\n\n ", ": var(--plasma-typo-body-xs-font-family);\n ", ": var(--plasma-typo-body-xs-font-size);\n ", ": var(--plasma-typo-body-xs-font-style);\n ", ": var(--plasma-typo-body-xs-font-weight);\n ", ": var(--plasma-typo-body-xs-letter-spacing);\n ", ": var(--plasma-typo-body-xs-line-height);\n\n ", ": 0.75rem;\n ", ": 0.375rem;\n ", ": 0.125rem;\n\n ", ": 0.125rem;\n ", ": 1.75rem;\n ", ": 1.5rem;\n ", ": 1.25rem;\n\n ", ": 0.125rem;\n ", ": 1.75rem;\n ", ": 1.5rem;\n ", ": 1.25rem;\n "])), tokens.gap, tokens.fontFamily, tokens.fontSize, tokens.fontStyle, tokens.fontWeight, tokens.letterSpacing, tokens.lineHeight, tokens.helperTextFontFamily, tokens.helperTextFontSize, tokens.helperTextFontStyle, tokens.helperTextFontWeight, tokens.helperTextLetterSpacing, tokens.helperTextLineHeight, tokens.contentGap, tokens.singleIconContentGap, tokens.starsWrapperGap, tokens.iconMarginBottom, tokens.iconSizeLarge, tokens.iconSizeMedium, tokens.iconSizeSmall, tokens.singleIconMarginBottom, tokens.singleIconSizeLarge, tokens.singleIconSizeMedium, tokens.singleIconSizeSmall),
23
- h4: /*#__PURE__*/css(_templateObject11 || (_templateObject11 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": 0.25rem;\n\n ", ": var(--plasma-typo-h4-font-family);\n ", ": var(--plasma-typo-h4-font-size);\n ", ": var(--plasma-typo-h4-font-style);\n ", ": var(--plasma-typo-h4-bold-font-weight);\n ", ": var(--plasma-typo-h4-letter-spacing);\n ", ": var(--plasma-typo-h4-line-height);\n\n ", ": var(--plasma-typo-body-xs-font-family);\n ", ": var(--plasma-typo-body-xs-font-size);\n ", ": var(--plasma-typo-body-xs-font-style);\n ", ": var(--plasma-typo-body-xs-font-weight);\n ", ": var(--plasma-typo-body-xs-letter-spacing);\n ", ": var(--plasma-typo-body-xs-line-height);\n\n ", ": 0.625rem;\n ", ": 0.25rem;\n ", ": 0.125rem;\n\n ", ": 0.125rem;\n ", ": 1.5rem;\n ", ": 1.25rem;\n ", ": 1.25rem;\n\n ", ": 0.125rem;\n ", ": 1.5rem;\n ", ": 1.25rem;\n ", ": 1.25rem;\n "])), tokens.gap, tokens.fontFamily, tokens.fontSize, tokens.fontStyle, tokens.fontWeight, tokens.letterSpacing, tokens.lineHeight, tokens.helperTextFontFamily, tokens.helperTextFontSize, tokens.helperTextFontStyle, tokens.helperTextFontWeight, tokens.helperTextLetterSpacing, tokens.helperTextLineHeight, tokens.contentGap, tokens.singleIconContentGap, tokens.starsWrapperGap, tokens.iconMarginBottom, tokens.iconSizeLarge, tokens.iconSizeMedium, tokens.iconSizeSmall, tokens.singleIconMarginBottom, tokens.singleIconSizeLarge, tokens.singleIconSizeMedium, tokens.singleIconSizeSmall),
24
- h5: /*#__PURE__*/css(_templateObject12 || (_templateObject12 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": 0.25rem;\n\n ", ": var(--plasma-typo-h5-font-family);\n ", ": var(--plasma-typo-h5-font-size);\n ", ": var(--plasma-typo-h5-font-style);\n ", ": var(--plasma-typo-h5-bold-font-weight);\n ", ": var(--plasma-typo-h5-letter-spacing);\n ", ": var(--plasma-typo-h5-line-height);\n\n ", ": var(--plasma-typo-body-xs-font-family);\n ", ": var(--plasma-typo-body-xs-font-size);\n ", ": var(--plasma-typo-body-xs-font-style);\n ", ": var(--plasma-typo-body-xs-font-weight);\n ", ": var(--plasma-typo-body-xs-letter-spacing);\n ", ": var(--plasma-typo-body-xs-line-height);\n\n ", ": 0.625rem;\n ", ": 0.25rem;\n ", ": 0.125rem;\n\n ", ": 1.25rem;\n ", ": 1.25rem;\n ", ": 1rem;\n\n ", ": 1.25rem;\n ", ": 1.25rem;\n ", ": 1rem;\n "])), tokens.gap, tokens.fontFamily, tokens.fontSize, tokens.fontStyle, tokens.fontWeight, tokens.letterSpacing, tokens.lineHeight, tokens.helperTextFontFamily, tokens.helperTextFontSize, tokens.helperTextFontStyle, tokens.helperTextFontWeight, tokens.helperTextLetterSpacing, tokens.helperTextLineHeight, tokens.contentGap, tokens.singleIconContentGap, tokens.starsWrapperGap, tokens.iconSizeLarge, tokens.iconSizeMedium, tokens.iconSizeSmall, tokens.singleIconSizeLarge, tokens.singleIconSizeMedium, tokens.singleIconSizeSmall),
25
- displayL: /*#__PURE__*/css(_templateObject13 || (_templateObject13 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": 0.375rem;\n\n ", ": var(--plasma-typo-dspl-l-font-family);\n ", ": var(--plasma-typo-dspl-l-font-size);\n ", ": var(--plasma-typo-dspl-l-font-style);\n ", ": var(--plasma-typo-dspl-l-bold-font-weight);\n ", ": var(--plasma-typo-dspl-l-letter-spacing);\n ", ": var(--plasma-typo-dspl-l-line-height);\n\n ", ": var(--plasma-typo-h3-font-family);\n ", ": var(--plasma-typo-h3-font-size);\n ", ": var(--plasma-typo-h3-font-style);\n ", ": var(--plasma-typo-h3-font-weight);\n ", ": var(--plasma-typo-h3-letter-spacing);\n ", ": var(--plasma-typo-h3-line-height);\n\n ", ": 1.5rem;\n ", ": 0.75rem;\n ", ": 0.625rem;\n ", ": 0.125rem;\n\n ", ": 4rem;\n ", ": 3rem;\n ", ": 2.25rem;\n\n ", ": 7.5rem;\n ", ": 7rem;\n ", ": 5.5rem;\n "])), tokens.gap, tokens.fontFamily, tokens.fontSize, tokens.fontStyle, tokens.fontWeight, tokens.letterSpacing, tokens.lineHeight, tokens.helperTextFontFamily, tokens.helperTextFontSize, tokens.helperTextFontStyle, tokens.helperTextFontWeight, tokens.helperTextLetterSpacing, tokens.helperTextLineHeight, tokens.contentGap, tokens.singleIconContentGap, tokens.wrapperGap, tokens.starsWrapperGap, tokens.iconSizeLarge, tokens.iconSizeMedium, tokens.iconSizeSmall, tokens.singleIconSizeLarge, tokens.singleIconSizeMedium, tokens.singleIconSizeSmall),
26
- displayM: /*#__PURE__*/css(_templateObject14 || (_templateObject14 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": 0.375rem;\n\n ", ": var(--plasma-typo-dspl-m-font-family);\n ", ": var(--plasma-typo-dspl-m-font-size);\n ", ": var(--plasma-typo-dspl-m-font-style);\n ", ": var(--plasma-typo-dspl-m-bold-font-weight);\n ", ": var(--plasma-typo-dspl-m-letter-spacing);\n ", ": var(--plasma-typo-dspl-m-line-height);\n\n ", ": var(--plasma-typo-body-l-font-family);\n ", ": var(--plasma-typo-body-l-font-size);\n ", ": var(--plasma-typo-body-l-font-style);\n ", ": var(--plasma-typo-body-l-font-weight);\n ", ": var(--plasma-typo-body-l-letter-spacing);\n ", ": var(--plasma-typo-body-l-line-height);\n\n ", ": 1.5rem;\n ", ": 0.75rem;\n ", ": 0.5rem;\n ", ": 0.125rem;\n\n ", ": 3rem;\n ", ": 2.25rem;\n ", ": 1.75rem;\n\n ", ": 0.5rem;\n ", ": 5.25rem;\n ", ": 4.5rem;\n ", ": 4rem;\n "])), tokens.gap, tokens.fontFamily, tokens.fontSize, tokens.fontStyle, tokens.fontWeight, tokens.letterSpacing, tokens.lineHeight, tokens.helperTextFontFamily, tokens.helperTextFontSize, tokens.helperTextFontStyle, tokens.helperTextFontWeight, tokens.helperTextLetterSpacing, tokens.helperTextLineHeight, tokens.contentGap, tokens.singleIconContentGap, tokens.wrapperGap, tokens.starsWrapperGap, tokens.iconSizeLarge, tokens.iconSizeMedium, tokens.iconSizeSmall, tokens.singleIconMarginBottom, tokens.singleIconSizeLarge, tokens.singleIconSizeMedium, tokens.singleIconSizeSmall),
27
- displayS: /*#__PURE__*/css(_templateObject15 || (_templateObject15 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": 0.375rem;\n\n ", ": var(--plasma-typo-dspl-s-font-family);\n ", ": var(--plasma-typo-dspl-s-font-size);\n ", ": var(--plasma-typo-dspl-s-font-style);\n ", ": var(--plasma-typo-dspl-s-bold-font-weight);\n ", ": var(--plasma-typo-dspl-s-letter-spacing);\n ", ": var(--plasma-typo-dspl-s-line-height);\n\n ", ": var(--plasma-typo-body-l-font-family);\n ", ": var(--plasma-typo-body-l-font-size);\n ", ": var(--plasma-typo-body-l-font-style);\n ", ": var(--plasma-typo-body-l-font-weight);\n ", ": var(--plasma-typo-body-l-letter-spacing);\n ", ": var(--plasma-typo-body-l-line-height);\n\n ", ": 1.5rem;\n ", ": 0.75rem;\n ", ": 0.375rem;\n ", ": 0.125rem;\n\n ", ": 2rem;\n ", ": 1.5rem;\n ", ": 1.25rem;\n\n ", ": 0.313rem;\n ", ": 4rem;\n ", ": 3.5rem;\n ", ": 2.75rem;\n "])), tokens.gap, tokens.fontFamily, tokens.fontSize, tokens.fontStyle, tokens.fontWeight, tokens.letterSpacing, tokens.lineHeight, tokens.helperTextFontFamily, tokens.helperTextFontSize, tokens.helperTextFontStyle, tokens.helperTextFontWeight, tokens.helperTextLetterSpacing, tokens.helperTextLineHeight, tokens.contentGap, tokens.singleIconContentGap, tokens.wrapperGap, tokens.starsWrapperGap, tokens.iconSizeLarge, tokens.iconSizeMedium, tokens.iconSizeSmall, tokens.singleIconMarginBottom, tokens.singleIconSizeLarge, tokens.singleIconSizeMedium, tokens.singleIconSizeSmall)
28
- }
29
- }
30
- };
@@ -1,4 +0,0 @@
1
- import { ratingConfig, component, mergeConfig } from '@salutejs/plasma-new-hope/styled-components';
2
- import { config } from './Rating.config';
3
- var mergedConfig = /*#__PURE__*/mergeConfig(ratingConfig, config);
4
- export var Rating = /*#__PURE__*/component(mergedConfig);
@@ -1,2 +0,0 @@
1
- export { Rating } from './Rating';
2
- export { ratingTokens, ratingClasses } from '@salutejs/plasma-new-hope/styled-components';