@salutejs/plasma-web 1.582.0-canary.1941.15139372287.0 → 1.582.0-canary.1954.15204086746.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (62) hide show
  1. package/components/Link/Link.config.js +12 -12
  2. package/components/Link/Link.d.ts +1 -1
  3. package/components/{CodeField/CodeField.config.d.ts → List/List.config.d.ts} +8 -5
  4. package/components/List/List.config.js +35 -0
  5. package/components/List/List.d.ts +30 -0
  6. package/components/List/List.js +15 -0
  7. package/components/List/index.d.ts +3 -2
  8. package/components/List/index.js +4 -3
  9. package/css/cjs/components/Link/Link.config.js +1 -1
  10. package/css/cjs/components/Link/Link.config.js.map +1 -1
  11. package/css/cjs/components/Link/{Link.config_q8zx6f.css → Link.config_zdek5n.css} +1 -1
  12. package/css/cjs/components/Link/Link.css +12 -12
  13. package/css/cjs/components/List/List.config.js +34 -0
  14. package/css/cjs/components/List/List.config.js.map +1 -0
  15. package/css/cjs/components/List/List.config_zoesgm.css +9 -0
  16. package/css/cjs/components/List/List.css +9 -0
  17. package/css/cjs/components/List/List.js +17 -0
  18. package/css/cjs/components/List/List.js.map +1 -0
  19. package/css/cjs/index.css +22 -19
  20. package/css/cjs/index.js +4 -20
  21. package/css/cjs/index.js.map +1 -1
  22. package/css/es/components/Link/Link.config.js +1 -1
  23. package/css/es/components/Link/Link.config.js.map +1 -1
  24. package/css/es/components/Link/{Link.config_q8zx6f.css → Link.config_zdek5n.css} +1 -1
  25. package/css/es/components/Link/Link.css +12 -12
  26. package/css/es/components/List/List.config.js +30 -0
  27. package/css/es/components/List/List.config.js.map +1 -0
  28. package/css/es/components/List/List.config_zoesgm.css +9 -0
  29. package/css/es/components/List/List.css +9 -0
  30. package/css/es/components/List/List.js +13 -0
  31. package/css/es/components/List/List.js.map +1 -0
  32. package/css/es/index.css +22 -19
  33. package/css/es/index.js +2 -2
  34. package/css/index.d.ts +2 -2
  35. package/es/components/Link/Link.config.js +13 -13
  36. package/es/components/List/List.config.js +29 -0
  37. package/es/components/List/List.js +9 -0
  38. package/es/components/List/index.js +2 -2
  39. package/es/index.js +1 -2
  40. package/index.d.ts +0 -1
  41. package/index.js +0 -11
  42. package/package.json +3 -3
  43. package/components/CodeField/CodeField.config.js +0 -32
  44. package/components/CodeField/CodeField.d.ts +0 -36
  45. package/components/CodeField/CodeField.js +0 -10
  46. package/components/CodeField/index.d.ts +0 -2
  47. package/components/CodeField/index.js +0 -43
  48. package/css/cjs/components/CodeField/CodeField.config.js +0 -31
  49. package/css/cjs/components/CodeField/CodeField.config.js.map +0 -1
  50. package/css/cjs/components/CodeField/CodeField.config_7779xg.css +0 -6
  51. package/css/cjs/components/CodeField/CodeField.css +0 -6
  52. package/css/cjs/components/CodeField/CodeField.js +0 -12
  53. package/css/cjs/components/CodeField/CodeField.js.map +0 -1
  54. package/css/es/components/CodeField/CodeField.config.js +0 -27
  55. package/css/es/components/CodeField/CodeField.config.js.map +0 -1
  56. package/css/es/components/CodeField/CodeField.config_7779xg.css +0 -6
  57. package/css/es/components/CodeField/CodeField.css +0 -6
  58. package/css/es/components/CodeField/CodeField.js +0 -8
  59. package/css/es/components/CodeField/CodeField.js.map +0 -1
  60. package/es/components/CodeField/CodeField.config.js +0 -26
  61. package/es/components/CodeField/CodeField.js +0 -4
  62. package/es/components/CodeField/index.js +0 -2
package/css/cjs/index.js CHANGED
@@ -18,7 +18,6 @@ var Cell = require('./components/Cell/Cell.js');
18
18
  var Checkbox = require('./components/Checkbox/Checkbox.js');
19
19
  var Chip = require('./components/Chip/Chip.js');
20
20
  var ChipGroup = require('./components/ChipGroup/ChipGroup.js');
21
- var CodeField = require('./components/CodeField/CodeField.js');
22
21
  var Combobox = require('./components/Combobox/Legacy/Combobox.js');
23
22
  var Combobox$1 = require('./components/Combobox/Combobox.js');
24
23
  var Counter = require('./components/Counter/Counter.js');
@@ -40,6 +39,7 @@ var Image = require('./components/Image/Image.js');
40
39
  var Indicator = require('./components/Indicator/Indicator.js');
41
40
  var Link = require('./components/Link/Link.js');
42
41
  var LinkButton = require('./components/LinkButton/LinkButton.js');
42
+ var List = require('./components/List/List.js');
43
43
  var Mask = require('./components/Mask/Mask.js');
44
44
  var ModalBase = require('./components/ModalBase/ModalBase.js');
45
45
  var Note = require('./components/Note/Note.js');
@@ -114,17 +114,9 @@ Object.defineProperty(exports, 'Col', {
114
114
  enumerable: true,
115
115
  get: function () { return plasmaNewHope.Col; }
116
116
  });
117
- Object.defineProperty(exports, 'ONLY_CHARS_PATTERN', {
117
+ Object.defineProperty(exports, 'ListItem', {
118
118
  enumerable: true,
119
- get: function () { return plasmaNewHope.ONLY_CHARS_PATTERN; }
120
- });
121
- Object.defineProperty(exports, 'ONLY_DIGITS_AND_CHARS_PATTERN', {
122
- enumerable: true,
123
- get: function () { return plasmaNewHope.ONLY_DIGITS_AND_CHARS_PATTERN; }
124
- });
125
- Object.defineProperty(exports, 'ONLY_DIGITS_PATTERN', {
126
- enumerable: true,
127
- get: function () { return plasmaNewHope.ONLY_DIGITS_PATTERN; }
119
+ get: function () { return plasmaNewHope.ListItem; }
128
120
  });
129
121
  Object.defineProperty(exports, 'Overlay', {
130
122
  enumerable: true,
@@ -174,14 +166,6 @@ Object.defineProperty(exports, 'closeNotification', {
174
166
  enumerable: true,
175
167
  get: function () { return plasmaNewHope.closeNotification; }
176
168
  });
177
- Object.defineProperty(exports, 'codeFieldClasses', {
178
- enumerable: true,
179
- get: function () { return plasmaNewHope.codeFieldClasses; }
180
- });
181
- Object.defineProperty(exports, 'codeFieldTokens', {
182
- enumerable: true,
183
- get: function () { return plasmaNewHope.codeFieldTokens; }
184
- });
185
169
  Object.defineProperty(exports, 'counterTokens', {
186
170
  enumerable: true,
187
171
  get: function () { return plasmaNewHope.counterTokens; }
@@ -285,7 +269,6 @@ exports.Cell = Cell.Cell;
285
269
  exports.Checkbox = Checkbox.Checkbox;
286
270
  exports.Chip = Chip.Chip;
287
271
  exports.ChipGroup = ChipGroup.ChipGroup;
288
- exports.CodeField = CodeField.CodeField;
289
272
  exports.ComboboxDivider = Combobox.ComboboxDivider;
290
273
  exports.ComboboxFooter = Combobox.ComboboxFooter;
291
274
  exports.ComboboxGroup = Combobox.ComboboxGroup;
@@ -326,6 +309,7 @@ exports.Image = Image.Image;
326
309
  exports.Indicator = Indicator.Indicator;
327
310
  exports.Link = Link.Link;
328
311
  exports.LinkButton = LinkButton.LinkButton;
312
+ exports.List = List.List;
329
313
  exports.Mask = Mask.Mask;
330
314
  exports.ModalBase = ModalBase.ModalBase;
331
315
  exports.Note = Note.Note;
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -1,4 +1,4 @@
1
- import './Link.config_q8zx6f.css';
1
+ import './Link.config_zdek5n.css';
2
2
  var config = {
3
3
  defaults: {
4
4
  view: 'accent',
@@ -1 +1 @@
1
- {"version":3,"file":"Link.config.js","sources":["../../../../src-css/components/Link/Link.config.tsx"],"sourcesContent":["import { css } from '@salutejs/plasma-new-hope';\n\nexport const config = {\n defaults: {\n view: 'accent',\n focused: 'true',\n },\n variations: {\n view: {\n default: css`\n --plasma-link-font-family: var(--plasma-typo-text-m-font-family);\n --plasma-link-color: var(--text-primary);\n --plasma-link-color-hover: var(--text-primary-hover);\n --plasma-link-color-active: var(--text-primary-active);\n --plasma-link-color-visited: var(--text-primary);\n --plasma-link-color-visited-hover: var(--text-primary-hover);\n --plasma-link-color-visited-active: var(--text-primary-active);\n --plasma-link-underline-border: 0;\n `,\n /**\n * @deprecated\n * использовать `default`\n */\n primary: css`\n --plasma-link-font-family: var(--plasma-typo-text-m-font-family);\n --plasma-link-color: var(--text-primary);\n --plasma-link-color-hover: var(--text-primary-hover);\n --plasma-link-color-active: var(--text-primary-active);\n --plasma-link-color-visited: var(--text-primary);\n --plasma-link-color-visited-hover: var(--text-primary-hover);\n --plasma-link-color-visited-active: var(--text-primary-active);\n --plasma-link-underline-border: 0;\n `,\n secondary: css`\n --plasma-link-font-family: var(--plasma-typo-text-m-font-family);\n --plasma-link-color: var(--text-secondary);\n --plasma-link-color-hover: var(--text-secondary-hover);\n --plasma-link-color-active: var(--text-secondary-active);\n --plasma-link-color-visited: var(--text-secondary);\n --plasma-link-color-visited-hover: var(--text-secondary-hover);\n --plasma-link-color-visited-active: var(--text-secondary-active);\n --plasma-link-underline-border: 0;\n `,\n tertiary: css`\n --plasma-link-font-family: var(--plasma-typo-text-m-font-family);\n --plasma-link-color: var(--text-tertiary);\n --plasma-link-color-hover: var(--text-tertiary-hover);\n --plasma-link-color-active: var(--text-tertiary-active);\n --plasma-link-color-visited: var(--text-tertiary);\n --plasma-link-color-visited-hover: var(--text-tertiary-hover);\n --plasma-link-color-visited-active: var(--text-tertiary-active);\n --plasma-link-underline-border: 0;\n `,\n paragraph: css`\n --plasma-link-font-family: var(--plasma-typo-text-m-font-family);\n --plasma-link-color: var(--text-paragraph);\n --plasma-link-color-hover: var(--text-paragraph-hover);\n --plasma-link-color-active: var(--text-paragraph-active);\n --plasma-link-color-visited: var(--text-paragraph);\n --plasma-link-color-visited-hover: var(--text-paragraph-hover);\n --plasma-link-color-visited-active: var(--text-paragraph-active);\n --plasma-link-underline-border: 0;\n `,\n accent: css`\n --plasma-link-font-family: var(--plasma-typo-text-m-font-family);\n --plasma-link-color: var(--text-accent);\n --plasma-link-color-hover: var(--text-accent-hover);\n --plasma-link-color-active: var(--text-accent-active);\n --plasma-link-color-visited: var(--text-accent);\n --plasma-link-color-visited-hover: var(--text-accent-hover);\n --plasma-link-color-visited-active: var(--text-accent-active);\n --plasma-link-underline-border: 0;\n `,\n positive: css`\n --plasma-link-font-family: var(--plasma-typo-text-m-font-family);\n --plasma-link-color: var(--text-positive);\n --plasma-link-color-hover: var(--text-positive-hover);\n --plasma-link-color-active: var(--text-positive-active);\n --plasma-link-color-visited: var(--text-positive);\n --plasma-link-color-visited-hover: var(--text-positive-hover);\n --plasma-link-color-visited-active: var(--text-positive-active);\n --plasma-link-underline-border: 0;\n `,\n warning: css`\n --plasma-link-font-family: var(--plasma-typo-text-m-font-family);\n --plasma-link-color: var(--text-warning);\n --plasma-link-color-hover: var(--text-warning-hover);\n --plasma-link-color-active: var(--text-warning-active);\n --plasma-link-color-visited: var(--text-warning);\n --plasma-link-color-visited-hover: var(--text-warning-hover);\n --plasma-link-color-visited-active: var(--text-warning-active);\n --plasma-link-underline-border: 0;\n `,\n negative: css`\n --plasma-link-font-family: var(--plasma-typo-text-m-font-family);\n --plasma-link-color: var(--text-negative);\n --plasma-link-color-hover: var(--text-negative-hover);\n --plasma-link-color-active: var(--text-negative-active);\n --plasma-link-color-visited: var(--text-negative);\n --plasma-link-color-visited-hover: var(--text-negative-hover);\n --plasma-link-color-visited-active: var(--text-negative-active);\n --plasma-link-underline-border: 0;\n `,\n clear: css`\n --plasma-link-font-family: var(--plasma-typo-text-m-font-family);\n --plasma-link-color: inherit;\n --plasma-link-color-hover: inherit;\n --plasma-link-color-active: inherit;\n --plasma-link-color-visited: inherit;\n --plasma-link-color-visited-hover: inherit;\n --plasma-link-color-visited-active: inherit;\n --plasma-link-underline-border: 0.063rem;\n `,\n },\n disabled: {\n true: css`\n --plasma-link-disabled-opacity: 0.4;\n `,\n },\n focused: {\n true: css`\n --plasma-link-focus-color: var(--text-accent);\n `,\n },\n },\n};\n"],"names":["config","defaults","view","focused","variations","default","primary","secondary","tertiary","paragraph","accent","positive","warning","negative","clear","disabled","true"],"mappings":"AAEO,IAAMA,MAAM,GAAG;AAClBC,EAAAA,QAAQ,EAAE;AACNC,IAAAA,IAAI,EAAE,QAAQ;AACdC,IAAAA,OAAO,EAAE,MAAA;GACZ;AACDC,EAAAA,UAAU,EAAE;AACRF,IAAAA,IAAI,EAAE;AACFG,MAAAA,SAAAA,EASC,SAAA;AACD;AACZ;AACA;AACA;AACYC,MAAAA,OAAO,EASN,UAAA;AACDC,MAAAA,SAAS,EASR,UAAA;AACDC,MAAAA,QAAQ,EASP,UAAA;AACDC,MAAAA,SAAS,EASR,UAAA;AACDC,MAAAA,MAAM,EASL,UAAA;AACDC,MAAAA,QAAQ,EASP,UAAA;AACDC,MAAAA,OAAO,EASN,UAAA;AACDC,MAAAA,QAAQ,EASP,SAAA;AACDC,MAAAA,KAAK,EAAA,UAAA;KAUR;AACDC,IAAAA,QAAQ,EAAE;MACNC,MAAI,EAAA,UAAA;KAGP;AACDb,IAAAA,OAAO,EAAE;MACLa,MAAI,EAAA,UAAA;AAGR,KAAA;AACJ,GAAA;AACJ;;;;"}
1
+ {"version":3,"file":"Link.config.js","sources":["../../../../src-css/components/Link/Link.config.tsx"],"sourcesContent":["import { css, linkTokens as tokens } from '@salutejs/plasma-new-hope';\n\nexport const config = {\n defaults: {\n view: 'accent',\n focused: 'true',\n },\n variations: {\n view: {\n default: css`\n ${tokens.linkFontFamily}: var(--plasma-typo-text-m-font-family);\n ${tokens.linkColor}: var(--text-primary);\n ${tokens.linkColorHover}: var(--text-primary-hover);\n ${tokens.linkColorActive}: var(--text-primary-active);\n ${tokens.linkColorVisited}: var(--text-primary);\n ${tokens.linkColorVisitedHover}: var(--text-primary-hover);\n ${tokens.linkColorVisitedActive}: var(--text-primary-active);\n ${tokens.linkUnderlineBorder}: 0;\n `,\n /**\n * @deprecated\n * использовать `default`\n */\n primary: css`\n ${tokens.linkFontFamily}: var(--plasma-typo-text-m-font-family);\n ${tokens.linkColor}: var(--text-primary);\n ${tokens.linkColorHover}: var(--text-primary-hover);\n ${tokens.linkColorActive}: var(--text-primary-active);\n ${tokens.linkColorVisited}: var(--text-primary);\n ${tokens.linkColorVisitedHover}: var(--text-primary-hover);\n ${tokens.linkColorVisitedActive}: var(--text-primary-active);\n ${tokens.linkUnderlineBorder}: 0;\n `,\n secondary: css`\n ${tokens.linkFontFamily}: var(--plasma-typo-text-m-font-family);\n ${tokens.linkColor}: var(--text-secondary);\n ${tokens.linkColorHover}: var(--text-secondary-hover);\n ${tokens.linkColorActive}: var(--text-secondary-active);\n ${tokens.linkColorVisited}: var(--text-secondary);\n ${tokens.linkColorVisitedHover}: var(--text-secondary-hover);\n ${tokens.linkColorVisitedActive}: var(--text-secondary-active);\n ${tokens.linkUnderlineBorder}: 0;\n `,\n tertiary: css`\n ${tokens.linkFontFamily}: var(--plasma-typo-text-m-font-family);\n ${tokens.linkColor}: var(--text-tertiary);\n ${tokens.linkColorHover}: var(--text-tertiary-hover);\n ${tokens.linkColorActive}: var(--text-tertiary-active);\n ${tokens.linkColorVisited}: var(--text-tertiary);\n ${tokens.linkColorVisitedHover}: var(--text-tertiary-hover);\n ${tokens.linkColorVisitedActive}: var(--text-tertiary-active);\n ${tokens.linkUnderlineBorder}: 0;\n `,\n paragraph: css`\n ${tokens.linkFontFamily}: var(--plasma-typo-text-m-font-family);\n ${tokens.linkColor}: var(--text-paragraph);\n ${tokens.linkColorHover}: var(--text-paragraph-hover);\n ${tokens.linkColorActive}: var(--text-paragraph-active);\n ${tokens.linkColorVisited}: var(--text-paragraph);\n ${tokens.linkColorVisitedHover}: var(--text-paragraph-hover);\n ${tokens.linkColorVisitedActive}: var(--text-paragraph-active);\n ${tokens.linkUnderlineBorder}: 0;\n `,\n accent: css`\n ${tokens.linkFontFamily}: var(--plasma-typo-text-m-font-family);\n ${tokens.linkColor}: var(--text-accent);\n ${tokens.linkColorHover}: var(--text-accent-hover);\n ${tokens.linkColorActive}: var(--text-accent-active);\n ${tokens.linkColorVisited}: var(--text-accent);\n ${tokens.linkColorVisitedHover}: var(--text-accent-hover);\n ${tokens.linkColorVisitedActive}: var(--text-accent-active);\n ${tokens.linkUnderlineBorder}: 0;\n `,\n positive: css`\n ${tokens.linkFontFamily}: var(--plasma-typo-text-m-font-family);\n ${tokens.linkColor}: var(--text-positive);\n ${tokens.linkColorHover}: var(--text-positive-hover);\n ${tokens.linkColorActive}: var(--text-positive-active);\n ${tokens.linkColorVisited}: var(--text-positive);\n ${tokens.linkColorVisitedHover}: var(--text-positive-hover);\n ${tokens.linkColorVisitedActive}: var(--text-positive-active);\n ${tokens.linkUnderlineBorder}: 0;\n `,\n warning: css`\n ${tokens.linkFontFamily}: var(--plasma-typo-text-m-font-family);\n ${tokens.linkColor}: var(--text-warning);\n ${tokens.linkColorHover}: var(--text-warning-hover);\n ${tokens.linkColorActive}: var(--text-warning-active);\n ${tokens.linkColorVisited}: var(--text-warning);\n ${tokens.linkColorVisitedHover}: var(--text-warning-hover);\n ${tokens.linkColorVisitedActive}: var(--text-warning-active);\n ${tokens.linkUnderlineBorder}: 0;\n `,\n negative: css`\n ${tokens.linkFontFamily}: var(--plasma-typo-text-m-font-family);\n ${tokens.linkColor}: var(--text-negative);\n ${tokens.linkColorHover}: var(--text-negative-hover);\n ${tokens.linkColorActive}: var(--text-negative-active);\n ${tokens.linkColorVisited}: var(--text-negative);\n ${tokens.linkColorVisitedHover}: var(--text-negative-hover);\n ${tokens.linkColorVisitedActive}: var(--text-negative-active);\n ${tokens.linkUnderlineBorder}: 0;\n `,\n clear: css`\n ${tokens.linkFontFamily}: var(--plasma-typo-text-m-font-family);\n ${tokens.linkColor}:inherit;\n ${tokens.linkColorHover}: inherit;\n ${tokens.linkColorActive}: inherit;\n ${tokens.linkColorVisited}: inherit;\n ${tokens.linkColorVisitedHover}: inherit;\n ${tokens.linkColorVisitedActive}: inherit;\n ${tokens.linkUnderlineBorder}: 0.063rem;\n `,\n },\n disabled: {\n true: css`\n ${tokens.linkDisabledOpacity}: 0.4;\n `,\n },\n focused: {\n true: css`\n ${tokens.linkColorFocus}: var(--text-accent);\n `,\n },\n },\n};\n"],"names":["config","defaults","view","focused","variations","default","primary","secondary","tertiary","paragraph","accent","positive","warning","negative","clear","disabled","true"],"mappings":"AAEO,IAAMA,MAAM,GAAG;AAClBC,EAAAA,QAAQ,EAAE;AACNC,IAAAA,IAAI,EAAE,QAAQ;AACdC,IAAAA,OAAO,EAAE,MAAA;GACZ;AACDC,EAAAA,UAAU,EAAE;AACRF,IAAAA,IAAI,EAAE;AACFG,MAAAA,SAAAA,EASC,SAAA;AACD;AACZ;AACA;AACA;AACYC,MAAAA,OAAO,EASN,UAAA;AACDC,MAAAA,SAAS,EASR,UAAA;AACDC,MAAAA,QAAQ,EASP,UAAA;AACDC,MAAAA,SAAS,EASR,UAAA;AACDC,MAAAA,MAAM,EASL,UAAA;AACDC,MAAAA,QAAQ,EASP,UAAA;AACDC,MAAAA,OAAO,EASN,UAAA;AACDC,MAAAA,QAAQ,EASP,SAAA;AACDC,MAAAA,KAAK,EAAA,UAAA;KAUR;AACDC,IAAAA,QAAQ,EAAE;MACNC,MAAI,EAAA,UAAA;KAGP;AACDb,IAAAA,OAAO,EAAE;MACLa,MAAI,EAAA,UAAA;AAGR,KAAA;AACJ,GAAA;AACJ;;;;"}
@@ -9,4 +9,4 @@
9
9
  .nwo06rj{--plasma-link-font-family:var(--plasma-typo-text-m-font-family);--plasma-link-color:var(--text-negative);--plasma-link-color-hover:var(--text-negative-hover);--plasma-link-color-active:var(--text-negative-active);--plasma-link-color-visited:var(--text-negative);--plasma-link-color-visited-hover:var(--text-negative-hover);--plasma-link-color-visited-active:var(--text-negative-active);--plasma-link-underline-border:0;}
10
10
  .c1v6tmnt{--plasma-link-font-family:var(--plasma-typo-text-m-font-family);--plasma-link-color:inherit;--plasma-link-color-hover:inherit;--plasma-link-color-active:inherit;--plasma-link-color-visited:inherit;--plasma-link-color-visited-hover:inherit;--plasma-link-color-visited-active:inherit;--plasma-link-underline-border:0.063rem;}
11
11
  .t1obm9h5{--plasma-link-disabled-opacity:0.4;}
12
- .t1dkeppt{--plasma-link-focus-color:var(--text-accent);}
12
+ .t1dkeppt{--plasma-link-color-focus:var(--text-accent);}
@@ -1,12 +1,12 @@
1
- .Link_config_q8zx6f_dee0pdb__3095562d{--plasma-link-font-family:var(--plasma-typo-text-m-font-family);--plasma-link-color:var(--text-primary);--plasma-link-color-hover:var(--text-primary-hover);--plasma-link-color-active:var(--text-primary-active);--plasma-link-color-visited:var(--text-primary);--plasma-link-color-visited-hover:var(--text-primary-hover);--plasma-link-color-visited-active:var(--text-primary-active);--plasma-link-underline-border:0;}
2
- .Link_config_q8zx6f_p1vofuw3__3095562d{--plasma-link-font-family:var(--plasma-typo-text-m-font-family);--plasma-link-color:var(--text-primary);--plasma-link-color-hover:var(--text-primary-hover);--plasma-link-color-active:var(--text-primary-active);--plasma-link-color-visited:var(--text-primary);--plasma-link-color-visited-hover:var(--text-primary-hover);--plasma-link-color-visited-active:var(--text-primary-active);--plasma-link-underline-border:0;}
3
- .Link_config_q8zx6f_s1ahuwbf__3095562d{--plasma-link-font-family:var(--plasma-typo-text-m-font-family);--plasma-link-color:var(--text-secondary);--plasma-link-color-hover:var(--text-secondary-hover);--plasma-link-color-active:var(--text-secondary-active);--plasma-link-color-visited:var(--text-secondary);--plasma-link-color-visited-hover:var(--text-secondary-hover);--plasma-link-color-visited-active:var(--text-secondary-active);--plasma-link-underline-border:0;}
4
- .Link_config_q8zx6f_t1ui8jxv__3095562d{--plasma-link-font-family:var(--plasma-typo-text-m-font-family);--plasma-link-color:var(--text-tertiary);--plasma-link-color-hover:var(--text-tertiary-hover);--plasma-link-color-active:var(--text-tertiary-active);--plasma-link-color-visited:var(--text-tertiary);--plasma-link-color-visited-hover:var(--text-tertiary-hover);--plasma-link-color-visited-active:var(--text-tertiary-active);--plasma-link-underline-border:0;}
5
- .Link_config_q8zx6f_p19bifbw__3095562d{--plasma-link-font-family:var(--plasma-typo-text-m-font-family);--plasma-link-color:var(--text-paragraph);--plasma-link-color-hover:var(--text-paragraph-hover);--plasma-link-color-active:var(--text-paragraph-active);--plasma-link-color-visited:var(--text-paragraph);--plasma-link-color-visited-hover:var(--text-paragraph-hover);--plasma-link-color-visited-active:var(--text-paragraph-active);--plasma-link-underline-border:0;}
6
- .Link_config_q8zx6f_a11g3bq7__3095562d{--plasma-link-font-family:var(--plasma-typo-text-m-font-family);--plasma-link-color:var(--text-accent);--plasma-link-color-hover:var(--text-accent-hover);--plasma-link-color-active:var(--text-accent-active);--plasma-link-color-visited:var(--text-accent);--plasma-link-color-visited-hover:var(--text-accent-hover);--plasma-link-color-visited-active:var(--text-accent-active);--plasma-link-underline-border:0;}
7
- .Link_config_q8zx6f_p1j34p05__3095562d{--plasma-link-font-family:var(--plasma-typo-text-m-font-family);--plasma-link-color:var(--text-positive);--plasma-link-color-hover:var(--text-positive-hover);--plasma-link-color-active:var(--text-positive-active);--plasma-link-color-visited:var(--text-positive);--plasma-link-color-visited-hover:var(--text-positive-hover);--plasma-link-color-visited-active:var(--text-positive-active);--plasma-link-underline-border:0;}
8
- .Link_config_q8zx6f_w1ozoxtr__3095562d{--plasma-link-font-family:var(--plasma-typo-text-m-font-family);--plasma-link-color:var(--text-warning);--plasma-link-color-hover:var(--text-warning-hover);--plasma-link-color-active:var(--text-warning-active);--plasma-link-color-visited:var(--text-warning);--plasma-link-color-visited-hover:var(--text-warning-hover);--plasma-link-color-visited-active:var(--text-warning-active);--plasma-link-underline-border:0;}
9
- .Link_config_q8zx6f_nwo06rj__3095562d{--plasma-link-font-family:var(--plasma-typo-text-m-font-family);--plasma-link-color:var(--text-negative);--plasma-link-color-hover:var(--text-negative-hover);--plasma-link-color-active:var(--text-negative-active);--plasma-link-color-visited:var(--text-negative);--plasma-link-color-visited-hover:var(--text-negative-hover);--plasma-link-color-visited-active:var(--text-negative-active);--plasma-link-underline-border:0;}
10
- .Link_config_q8zx6f_c1v6tmnt__3095562d{--plasma-link-font-family:var(--plasma-typo-text-m-font-family);--plasma-link-color:inherit;--plasma-link-color-hover:inherit;--plasma-link-color-active:inherit;--plasma-link-color-visited:inherit;--plasma-link-color-visited-hover:inherit;--plasma-link-color-visited-active:inherit;--plasma-link-underline-border:0.063rem;}
11
- .Link_config_q8zx6f_t1obm9h5__3095562d{--plasma-link-disabled-opacity:0.4;}
12
- .Link_config_q8zx6f_t1dkeppt__3095562d{--plasma-link-focus-color:var(--text-accent);}
1
+ .Link_config_zdek5n_dee0pdb__75859ef3{--plasma-link-font-family:var(--plasma-typo-text-m-font-family);--plasma-link-color:var(--text-primary);--plasma-link-color-hover:var(--text-primary-hover);--plasma-link-color-active:var(--text-primary-active);--plasma-link-color-visited:var(--text-primary);--plasma-link-color-visited-hover:var(--text-primary-hover);--plasma-link-color-visited-active:var(--text-primary-active);--plasma-link-underline-border:0;}
2
+ .Link_config_zdek5n_p1vofuw3__75859ef3{--plasma-link-font-family:var(--plasma-typo-text-m-font-family);--plasma-link-color:var(--text-primary);--plasma-link-color-hover:var(--text-primary-hover);--plasma-link-color-active:var(--text-primary-active);--plasma-link-color-visited:var(--text-primary);--plasma-link-color-visited-hover:var(--text-primary-hover);--plasma-link-color-visited-active:var(--text-primary-active);--plasma-link-underline-border:0;}
3
+ .Link_config_zdek5n_s1ahuwbf__75859ef3{--plasma-link-font-family:var(--plasma-typo-text-m-font-family);--plasma-link-color:var(--text-secondary);--plasma-link-color-hover:var(--text-secondary-hover);--plasma-link-color-active:var(--text-secondary-active);--plasma-link-color-visited:var(--text-secondary);--plasma-link-color-visited-hover:var(--text-secondary-hover);--plasma-link-color-visited-active:var(--text-secondary-active);--plasma-link-underline-border:0;}
4
+ .Link_config_zdek5n_t1ui8jxv__75859ef3{--plasma-link-font-family:var(--plasma-typo-text-m-font-family);--plasma-link-color:var(--text-tertiary);--plasma-link-color-hover:var(--text-tertiary-hover);--plasma-link-color-active:var(--text-tertiary-active);--plasma-link-color-visited:var(--text-tertiary);--plasma-link-color-visited-hover:var(--text-tertiary-hover);--plasma-link-color-visited-active:var(--text-tertiary-active);--plasma-link-underline-border:0;}
5
+ .Link_config_zdek5n_p19bifbw__75859ef3{--plasma-link-font-family:var(--plasma-typo-text-m-font-family);--plasma-link-color:var(--text-paragraph);--plasma-link-color-hover:var(--text-paragraph-hover);--plasma-link-color-active:var(--text-paragraph-active);--plasma-link-color-visited:var(--text-paragraph);--plasma-link-color-visited-hover:var(--text-paragraph-hover);--plasma-link-color-visited-active:var(--text-paragraph-active);--plasma-link-underline-border:0;}
6
+ .Link_config_zdek5n_a11g3bq7__75859ef3{--plasma-link-font-family:var(--plasma-typo-text-m-font-family);--plasma-link-color:var(--text-accent);--plasma-link-color-hover:var(--text-accent-hover);--plasma-link-color-active:var(--text-accent-active);--plasma-link-color-visited:var(--text-accent);--plasma-link-color-visited-hover:var(--text-accent-hover);--plasma-link-color-visited-active:var(--text-accent-active);--plasma-link-underline-border:0;}
7
+ .Link_config_zdek5n_p1j34p05__75859ef3{--plasma-link-font-family:var(--plasma-typo-text-m-font-family);--plasma-link-color:var(--text-positive);--plasma-link-color-hover:var(--text-positive-hover);--plasma-link-color-active:var(--text-positive-active);--plasma-link-color-visited:var(--text-positive);--plasma-link-color-visited-hover:var(--text-positive-hover);--plasma-link-color-visited-active:var(--text-positive-active);--plasma-link-underline-border:0;}
8
+ .Link_config_zdek5n_w1ozoxtr__75859ef3{--plasma-link-font-family:var(--plasma-typo-text-m-font-family);--plasma-link-color:var(--text-warning);--plasma-link-color-hover:var(--text-warning-hover);--plasma-link-color-active:var(--text-warning-active);--plasma-link-color-visited:var(--text-warning);--plasma-link-color-visited-hover:var(--text-warning-hover);--plasma-link-color-visited-active:var(--text-warning-active);--plasma-link-underline-border:0;}
9
+ .Link_config_zdek5n_nwo06rj__75859ef3{--plasma-link-font-family:var(--plasma-typo-text-m-font-family);--plasma-link-color:var(--text-negative);--plasma-link-color-hover:var(--text-negative-hover);--plasma-link-color-active:var(--text-negative-active);--plasma-link-color-visited:var(--text-negative);--plasma-link-color-visited-hover:var(--text-negative-hover);--plasma-link-color-visited-active:var(--text-negative-active);--plasma-link-underline-border:0;}
10
+ .Link_config_zdek5n_c1v6tmnt__75859ef3{--plasma-link-font-family:var(--plasma-typo-text-m-font-family);--plasma-link-color:inherit;--plasma-link-color-hover:inherit;--plasma-link-color-active:inherit;--plasma-link-color-visited:inherit;--plasma-link-color-visited-hover:inherit;--plasma-link-color-visited-active:inherit;--plasma-link-underline-border:0.063rem;}
11
+ .Link_config_zdek5n_t1obm9h5__75859ef3{--plasma-link-disabled-opacity:0.4;}
12
+ .Link_config_zdek5n_t1dkeppt__75859ef3{--plasma-link-color-focus:var(--text-accent);}
@@ -0,0 +1,30 @@
1
+ import './List.config_zoesgm.css';
2
+ var config = {
3
+ defaults: {
4
+ view: 'default',
5
+ size: 's',
6
+ variant: 'normal'
7
+ },
8
+ variations: {
9
+ view: {
10
+ "default": "dgfkvez"
11
+ },
12
+ size: {
13
+ xs: "x1j57vd",
14
+ s: "s111yexy",
15
+ m: "m16ihyz9",
16
+ l: "l1rpvhm2",
17
+ xl: "x1ubtqc5"
18
+ },
19
+ variant: {
20
+ normal: "n173m31o",
21
+ tight: "t10q3qa0"
22
+ },
23
+ disabled: {
24
+ "true": "ti8ow6y"
25
+ }
26
+ }
27
+ };
28
+
29
+ export { config };
30
+ //# sourceMappingURL=List.config.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"List.config.js","sources":["../../../../src-css/components/List/List.config.ts"],"sourcesContent":["import { css, listTokens } from '@salutejs/plasma-new-hope';\n\nexport const config = {\n defaults: {\n view: 'default',\n size: 's',\n variant: 'normal',\n },\n variations: {\n view: {\n default: css`\n ${listTokens.listItemColor}: var(--text-primary);\n ${listTokens.listItemColorHover}: var(--text-primary);\n ${listTokens.listItemBackground}: transparent;\n ${listTokens.listItemBackgroundHover}: var(--surface-transparent-secondary);\n ${listTokens.listItemBorderColor}: transparent;\n ${listTokens.listItemBorderColorHover}: transparent;\n `,\n },\n size: {\n xs: css`\n ${listTokens.listItemPaddingTop}: 0.5rem;\n ${listTokens.listItemPaddingLeft}: 0.5rem;\n ${listTokens.listItemPaddingRight}: 0.5rem;\n ${listTokens.listItemPaddingBottom}: 0.5rem;\n ${listTokens.listItemBorderRadius}: 0.5rem;\n ${listTokens.listItemBorderWidth}: 0rem;\n ${listTokens.listItemGap}: 0.375rem;\n\n ${listTokens.listItemFontFamily}: var(--plasma-typo-body-xs-font-family);\n ${listTokens.listItemFontSize}: var(--plasma-typo-body-xs-font-size);\n ${listTokens.listItemFontStyle}: var(--plasma-typo-body-xs-font-style);\n ${listTokens.listItemFontWeight}: var(--plasma-typo-body-xs-font-weight);\n ${listTokens.listItemLetterSpacing}: var(--plasma-typo-body-xs-letter-spacing);\n ${listTokens.listItemLineHeight}: var(--plasma-typo-body-xs-line-height);\n `,\n s: css`\n ${listTokens.listItemPaddingTop}: 0.689rem;\n ${listTokens.listItemPaddingLeft}: 0.75rem;\n ${listTokens.listItemPaddingRight}: 0.75rem;\n ${listTokens.listItemPaddingBottom}: 0.689rem;\n ${listTokens.listItemBorderRadius}: 0.625rem;\n ${listTokens.listItemBorderWidth}: 0rem;\n ${listTokens.listItemGap}: 0.375rem;\n\n ${listTokens.listItemFontFamily}: var(--plasma-typo-body-s-font-family);\n ${listTokens.listItemFontSize}: var(--plasma-typo-body-s-font-size);\n ${listTokens.listItemFontStyle}: var(--plasma-typo-body-s-font-style);\n ${listTokens.listItemFontWeight}: var(--plasma-typo-body-s-font-weight);\n ${listTokens.listItemLetterSpacing}: var(--plasma-typo-body-s-letter-spacing);\n ${listTokens.listItemLineHeight}: var(--plasma-typo-body-s-line-height);\n `,\n m: css`\n ${listTokens.listItemPaddingTop}: 0.75rem;\n ${listTokens.listItemPaddingLeft}: 0.875rem;\n ${listTokens.listItemPaddingRight}: 0.875rem;\n ${listTokens.listItemPaddingBottom}: 0.75rem;\n ${listTokens.listItemBorderRadius}: 0.75rem;\n ${listTokens.listItemBorderWidth}: 0rem;\n ${listTokens.listItemGap}: 0.5rem;\n\n ${listTokens.listItemFontFamily}: var(--plasma-typo-body-m-font-family);\n ${listTokens.listItemFontSize}: var(--plasma-typo-body-m-font-size);\n ${listTokens.listItemFontStyle}: var(--plasma-typo-body-m-font-style);\n ${listTokens.listItemFontWeight}: var(--plasma-typo-body-m-font-weight);\n ${listTokens.listItemLetterSpacing}: var(--plasma-typo-body-m-letter-spacing);\n ${listTokens.listItemLineHeight}: var(--plasma-typo-body-m-line-height);\n `,\n l: css`\n ${listTokens.listItemPaddingTop}: 1rem;\n ${listTokens.listItemPaddingLeft}: 1rem;\n ${listTokens.listItemPaddingRight}: 1rem;\n ${listTokens.listItemPaddingBottom}: 1rem;\n ${listTokens.listItemBorderRadius}: 0.875rem;\n ${listTokens.listItemBorderWidth}: 0rem;\n ${listTokens.listItemGap}: 0.5rem;\n\n ${listTokens.listItemFontFamily}: var(--plasma-typo-body-l-font-family);\n ${listTokens.listItemFontSize}: var(--plasma-typo-body-l-font-size);\n ${listTokens.listItemFontStyle}: var(--plasma-typo-body-l-font-style);\n ${listTokens.listItemFontWeight}: var(--plasma-typo-body-l-font-weight);\n ${listTokens.listItemLetterSpacing}: var(--plasma-typo-body-l-letter-spacing);\n ${listTokens.listItemLineHeight}: var(--plasma-typo-body-l-line-height);\n `,\n xl: css`\n ${listTokens.listItemPaddingTop}: 1.3125rem;\n ${listTokens.listItemPaddingLeft}: 1.125rem;\n ${listTokens.listItemPaddingRight}: 1.125rem;\n ${listTokens.listItemPaddingBottom}: 1.3125rem;\n ${listTokens.listItemBorderRadius}: 1rem;\n ${listTokens.listItemBorderWidth}: 0rem;\n ${listTokens.listItemGap}: 0.5rem;\n\n ${listTokens.listItemFontFamily}: var(--plasma-typo-body-l-font-family);\n ${listTokens.listItemFontSize}: var(--plasma-typo-body-l-font-size);\n ${listTokens.listItemFontStyle}: var(--plasma-typo-body-l-font-style);\n ${listTokens.listItemFontWeight}: var(--plasma-typo-body-l-font-weight);\n ${listTokens.listItemLetterSpacing}: var(--plasma-typo-body-l-letter-spacing);\n ${listTokens.listItemLineHeight}: var(--plasma-typo-body-l-line-height);\n `,\n },\n variant: {\n normal: css`\n ${listTokens.listDisabledOpacity}: 0.4;\n ${listTokens.listItemVariantDifference}: 0rem;\n `,\n tight: css`\n ${listTokens.listItemVariantDifference}: 0.25rem;\n ${listTokens.listDisabledOpacity}: 0.4;\n `,\n },\n disabled: {\n true: css`\n ${listTokens.listItemBackground}: red;\n `,\n },\n },\n};\n"],"names":["config","defaults","view","size","variant","variations","default","xs","s","m","l","xl","normal","tight","disabled","true"],"mappings":"AAEO,IAAMA,MAAM,GAAG;AAClBC,EAAAA,QAAQ,EAAE;AACNC,IAAAA,IAAI,EAAE,SAAS;AACfC,IAAAA,IAAI,EAAE,GAAG;AACTC,IAAAA,OAAO,EAAE,QAAA;GACZ;AACDC,EAAAA,UAAU,EAAE;AACRH,IAAAA,IAAI,EAAE;MACFI,SAAO,EAAA,SAAA;KAQV;AACDH,IAAAA,IAAI,EAAE;AACFI,MAAAA,EAAE,EAeD,SAAA;AACDC,MAAAA,CAAC,EAeA,UAAA;AACDC,MAAAA,CAAC,EAeA,UAAA;AACDC,MAAAA,CAAC,EAeA,UAAA;AACDC,MAAAA,EAAE,EAAA,UAAA;KAgBL;AACDP,IAAAA,OAAO,EAAE;AACLQ,MAAAA,MAAM,EAGL,UAAA;AACDC,MAAAA,KAAK,EAAA,UAAA;KAIR;AACDC,IAAAA,QAAQ,EAAE;MACNC,MAAI,EAAA,SAAA;AAGR,KAAA;AACJ,GAAA;AACJ;;;;"}
@@ -0,0 +1,9 @@
1
+ .dgfkvez{--plasma-list-item-color:var(--text-primary);--plasma-list-item-color-hover:var(--text-primary);--plasma-list-item-background:transparent;--plasma-list-item-background-hover:var(--surface-transparent-secondary);--plasma-list-item-border-color:transparent;--plasma-list-item-border-color-hover:transparent;}
2
+ .x1j57vd{--plasma-list-item-padding-top:0.5rem;--plasma-list-item-padding-left:0.5rem;--plasma-list-item-padding-right:0.5rem;--plasma-list-item-padding-bottom:0.5rem;--plasma-list-item-border-radius:0.5rem;--plasma-list-item-border-width:0rem;--plasma-list-item-gap:0.375rem;--plasma-list-item-font-family:var(--plasma-typo-body-xs-font-family);--plasma-list-item-font-size:var(--plasma-typo-body-xs-font-size);--plasma-list-item-font-style:var(--plasma-typo-body-xs-font-style);--plasma-list-item-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-list-item-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-list-item-line-height:var(--plasma-typo-body-xs-line-height);}
3
+ .s111yexy{--plasma-list-item-padding-top:0.689rem;--plasma-list-item-padding-left:0.75rem;--plasma-list-item-padding-right:0.75rem;--plasma-list-item-padding-bottom:0.689rem;--plasma-list-item-border-radius:0.625rem;--plasma-list-item-border-width:0rem;--plasma-list-item-gap:0.375rem;--plasma-list-item-font-family:var(--plasma-typo-body-s-font-family);--plasma-list-item-font-size:var(--plasma-typo-body-s-font-size);--plasma-list-item-font-style:var(--plasma-typo-body-s-font-style);--plasma-list-item-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-list-item-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-list-item-line-height:var(--plasma-typo-body-s-line-height);}
4
+ .m16ihyz9{--plasma-list-item-padding-top:0.75rem;--plasma-list-item-padding-left:0.875rem;--plasma-list-item-padding-right:0.875rem;--plasma-list-item-padding-bottom:0.75rem;--plasma-list-item-border-radius:0.75rem;--plasma-list-item-border-width:0rem;--plasma-list-item-gap:0.5rem;--plasma-list-item-font-family:var(--plasma-typo-body-m-font-family);--plasma-list-item-font-size:var(--plasma-typo-body-m-font-size);--plasma-list-item-font-style:var(--plasma-typo-body-m-font-style);--plasma-list-item-font-weight:var(--plasma-typo-body-m-font-weight);--plasma-list-item-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-list-item-line-height:var(--plasma-typo-body-m-line-height);}
5
+ .l1rpvhm2{--plasma-list-item-padding-top:1rem;--plasma-list-item-padding-left:1rem;--plasma-list-item-padding-right:1rem;--plasma-list-item-padding-bottom:1rem;--plasma-list-item-border-radius:0.875rem;--plasma-list-item-border-width:0rem;--plasma-list-item-gap:0.5rem;--plasma-list-item-font-family:var(--plasma-typo-body-l-font-family);--plasma-list-item-font-size:var(--plasma-typo-body-l-font-size);--plasma-list-item-font-style:var(--plasma-typo-body-l-font-style);--plasma-list-item-font-weight:var(--plasma-typo-body-l-font-weight);--plasma-list-item-letter-spacing:var(--plasma-typo-body-l-letter-spacing);--plasma-list-item-line-height:var(--plasma-typo-body-l-line-height);}
6
+ .x1ubtqc5{--plasma-list-item-padding-top:1.3125rem;--plasma-list-item-padding-left:1.125rem;--plasma-list-item-padding-right:1.125rem;--plasma-list-item-padding-bottom:1.3125rem;--plasma-list-item-border-radius:1rem;--plasma-list-item-border-width:0rem;--plasma-list-item-gap:0.5rem;--plasma-list-item-font-family:var(--plasma-typo-body-l-font-family);--plasma-list-item-font-size:var(--plasma-typo-body-l-font-size);--plasma-list-item-font-style:var(--plasma-typo-body-l-font-style);--plasma-list-item-font-weight:var(--plasma-typo-body-l-font-weight);--plasma-list-item-letter-spacing:var(--plasma-typo-body-l-letter-spacing);--plasma-list-item-line-height:var(--plasma-typo-body-l-line-height);}
7
+ .n173m31o{--plasma-list-disabled-opacity:0.4;--plasma-list-item-variant-difference:0rem;}
8
+ .t10q3qa0{--plasma-list-item-variant-difference:0.25rem;--plasma-list-disabled-opacity:0.4;}
9
+ .ti8ow6y{--plasma-list-item-background:red;}
@@ -0,0 +1,9 @@
1
+ .List_config_zoesgm_dgfkvez__46f71cce{--plasma-list-item-color:var(--text-primary);--plasma-list-item-color-hover:var(--text-primary);--plasma-list-item-background:transparent;--plasma-list-item-background-hover:var(--surface-transparent-secondary);--plasma-list-item-border-color:transparent;--plasma-list-item-border-color-hover:transparent;}
2
+ .List_config_zoesgm_x1j57vd__46f71cce{--plasma-list-item-padding-top:0.5rem;--plasma-list-item-padding-left:0.5rem;--plasma-list-item-padding-right:0.5rem;--plasma-list-item-padding-bottom:0.5rem;--plasma-list-item-border-radius:0.5rem;--plasma-list-item-border-width:0rem;--plasma-list-item-gap:0.375rem;--plasma-list-item-font-family:var(--plasma-typo-body-xs-font-family);--plasma-list-item-font-size:var(--plasma-typo-body-xs-font-size);--plasma-list-item-font-style:var(--plasma-typo-body-xs-font-style);--plasma-list-item-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-list-item-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-list-item-line-height:var(--plasma-typo-body-xs-line-height);}
3
+ .List_config_zoesgm_s111yexy__46f71cce{--plasma-list-item-padding-top:0.689rem;--plasma-list-item-padding-left:0.75rem;--plasma-list-item-padding-right:0.75rem;--plasma-list-item-padding-bottom:0.689rem;--plasma-list-item-border-radius:0.625rem;--plasma-list-item-border-width:0rem;--plasma-list-item-gap:0.375rem;--plasma-list-item-font-family:var(--plasma-typo-body-s-font-family);--plasma-list-item-font-size:var(--plasma-typo-body-s-font-size);--plasma-list-item-font-style:var(--plasma-typo-body-s-font-style);--plasma-list-item-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-list-item-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-list-item-line-height:var(--plasma-typo-body-s-line-height);}
4
+ .List_config_zoesgm_m16ihyz9__46f71cce{--plasma-list-item-padding-top:0.75rem;--plasma-list-item-padding-left:0.875rem;--plasma-list-item-padding-right:0.875rem;--plasma-list-item-padding-bottom:0.75rem;--plasma-list-item-border-radius:0.75rem;--plasma-list-item-border-width:0rem;--plasma-list-item-gap:0.5rem;--plasma-list-item-font-family:var(--plasma-typo-body-m-font-family);--plasma-list-item-font-size:var(--plasma-typo-body-m-font-size);--plasma-list-item-font-style:var(--plasma-typo-body-m-font-style);--plasma-list-item-font-weight:var(--plasma-typo-body-m-font-weight);--plasma-list-item-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-list-item-line-height:var(--plasma-typo-body-m-line-height);}
5
+ .List_config_zoesgm_l1rpvhm2__46f71cce{--plasma-list-item-padding-top:1rem;--plasma-list-item-padding-left:1rem;--plasma-list-item-padding-right:1rem;--plasma-list-item-padding-bottom:1rem;--plasma-list-item-border-radius:0.875rem;--plasma-list-item-border-width:0rem;--plasma-list-item-gap:0.5rem;--plasma-list-item-font-family:var(--plasma-typo-body-l-font-family);--plasma-list-item-font-size:var(--plasma-typo-body-l-font-size);--plasma-list-item-font-style:var(--plasma-typo-body-l-font-style);--plasma-list-item-font-weight:var(--plasma-typo-body-l-font-weight);--plasma-list-item-letter-spacing:var(--plasma-typo-body-l-letter-spacing);--plasma-list-item-line-height:var(--plasma-typo-body-l-line-height);}
6
+ .List_config_zoesgm_x1ubtqc5__46f71cce{--plasma-list-item-padding-top:1.3125rem;--plasma-list-item-padding-left:1.125rem;--plasma-list-item-padding-right:1.125rem;--plasma-list-item-padding-bottom:1.3125rem;--plasma-list-item-border-radius:1rem;--plasma-list-item-border-width:0rem;--plasma-list-item-gap:0.5rem;--plasma-list-item-font-family:var(--plasma-typo-body-l-font-family);--plasma-list-item-font-size:var(--plasma-typo-body-l-font-size);--plasma-list-item-font-style:var(--plasma-typo-body-l-font-style);--plasma-list-item-font-weight:var(--plasma-typo-body-l-font-weight);--plasma-list-item-letter-spacing:var(--plasma-typo-body-l-letter-spacing);--plasma-list-item-line-height:var(--plasma-typo-body-l-line-height);}
7
+ .List_config_zoesgm_n173m31o__46f71cce{--plasma-list-disabled-opacity:0.4;--plasma-list-item-variant-difference:0rem;}
8
+ .List_config_zoesgm_t10q3qa0__46f71cce{--plasma-list-item-variant-difference:0.25rem;--plasma-list-disabled-opacity:0.4;}
9
+ .List_config_zoesgm_ti8ow6y__46f71cce{--plasma-list-item-background:red;}
@@ -0,0 +1,13 @@
1
+ import { component, mergeConfig, listConfig } from '@salutejs/plasma-new-hope';
2
+ import { config } from './List.config.js';
3
+
4
+ var mergedConfig = /*#__PURE__*/mergeConfig(listConfig, config);
5
+ var ListComponent = /*#__PURE__*/component(mergedConfig);
6
+
7
+ /**
8
+ * Лист.
9
+ */
10
+ var List = ListComponent;
11
+
12
+ export { List };
13
+ //# sourceMappingURL=List.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"List.js","sources":["../../../../src-css/components/List/List.ts"],"sourcesContent":["import { listConfig, component, mergeConfig } from '@salutejs/plasma-new-hope';\n\nimport { config } from './List.config';\n\nconst mergedConfig = mergeConfig(listConfig, config);\nconst ListComponent = component(mergedConfig);\n\n/**\n * Лист.\n */\nexport const List = ListComponent;\n"],"names":["mergedConfig","mergeConfig","listConfig","config","ListComponent","component","List"],"mappings":";;;AAIA,IAAMA,YAAY,gBAAGC,WAAW,CAACC,UAAU,EAAEC,MAAM,CAAC,CAAA;AACpD,IAAMC,aAAa,gBAAGC,SAAS,CAACL,YAAY,CAAC,CAAA;;AAE7C;AACA;AACA;AACO,IAAMM,IAAI,GAAGF;;;;"}
package/css/es/index.css CHANGED
@@ -208,13 +208,6 @@
208
208
  .ChipGroup_config_c10q1g_dp6l87u__a38e95aa{--plasma-chip-group-items-gap:0.125rem;}
209
209
  .ChipGroup_config_c10q1g_wug1gkx__a38e95aa{--plasma-chip-group-items-gap:0.5rem;}
210
210
 
211
- .CodeField_config_7779xg_d1bb0wws__358f1b2e{--plasma-codefield-caret-color:var(--surface-accent);--plasma-codefield-caption-color:var(--text-secondary);--plasma-codefield-caption-color-error:var(--text-negative);--plasma-codefield-code-color:var(--text-primary);--plasma-codefield-code-color-error:var(--text-negative);--plasma-codefield-border-color:var(--surface-transparent-tertiary);--plasma-codefield-border-color-hover:var(--text-secondary);--plasma-codefield-border-color-focus:var(--surface-accent);--plasma-codefield-border-error-color:var(--surface-negative);}
212
- .CodeField_config_7779xg_lfcgrq9__358f1b2e{--plasma-codefield-caption-gap:0.875rem;--plasma-codefield-code-item-gap:0.125rem;--plasma-codefield-separator-width:0.25rem;--plasma-codefield-item-width:2.75rem;--plasma-codefield-item-height:3.5rem;--plasma-codefield-font-family:var(--plasma-typo-body-l-font-family);--plasma-codefield-font-size:var(--plasma-typo-body-l-font-size);--plasma-codefield-font-style:var(--plasma-typo-body-l-font-style);--plasma-codefield-font-weight:var(--plasma-typo-body-l-bold-font-weight);--plasma-codefield-letter-spacing:var(--plasma-typo-body-l-letter-spacing);--plasma-codefield-line-height:var(--plasma-typo-body-l-line-height);--plasma-codefield-caption-font-family:var(--plasma-typo-body-s-font-family);--plasma-codefield-caption-font-style:var(--plasma-typo-body-s-font-size);--plasma-codefield-caption-font-size:var(--plasma-typo-body-s-font-style);--plasma-codefield-caption-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-codefield-caption-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-codefield-caption-line-height:var(--plasma-typo-body-s-line-height);--plasma-codefield-border-width:0.063rem;--plasma-codefield-code-item-border-radius:0.875rem;--plasma-codefield-code-item-border-radius-segmented:0.375rem;--plasma-codefield-code-item-segmented-side-border-radius:0.875rem;}
213
- .CodeField_config_7779xg_mxiurbd__358f1b2e{--plasma-codefield-caption-gap:0.75rem;--plasma-codefield-code-item-gap:0.125rem;--plasma-codefield-separator-width:0.25rem;--plasma-codefield-item-width:2.375rem;--plasma-codefield-item-height:3rem;--plasma-codefield-font-family:var(--plasma-typo-body-m-font-family);--plasma-codefield-font-size:var(--plasma-typo-body-m-font-size);--plasma-codefield-font-style:var(--plasma-typo-body-m-font-style);--plasma-codefield-font-weight:var(--plasma-typo-body-m-bold-font-weight);--plasma-codefield-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-codefield-line-height:var(--plasma-typo-body-m-line-height);--plasma-codefield-caption-font-family:var(--plasma-typo-body-xs-font-family);--plasma-codefield-caption-font-style:var(--plasma-typo-body-xs-font-size);--plasma-codefield-caption-font-size:var(--plasma-typo-body-xs-font-style);--plasma-codefield-caption-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-codefield-caption-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-codefield-caption-line-height:var(--plasma-typo-body-xs-line-height);--plasma-codefield-border-width:0.063rem;--plasma-codefield-code-item-border-radius:0.75rem;--plasma-codefield-code-item-border-radius-segmented:0.25rem;--plasma-codefield-code-item-segmented-side-border-radius:0.75rem;}
214
-
215
-
216
- .CodeField_config_7779xg_tck0g5r__358f1b2e{--plasma-codefield-disabled-opacity:0.4;}
217
-
218
211
  .Combobox_config_g6rh1c_x1m2v3ds__76a3a875{--plasma-combobox-old-width:100%;--plasma-combobox-old-height:auto;--plasma-combobox-old-border-radius:0.5rem;--plasma-combobox-old-padding-top:0.125rem;--plasma-combobox-old-padding-right:0.125rem;--plasma-combobox-old-padding-bottom:0.125rem;--plasma-combobox-old-padding-left:0.125rem;--plasma-combobox-old-divider-color:var(--surface-transparent-tertiary);--plasma-combobox-old-divider-height:0.063rem;--plasma-combobox-old-divider-margin-top:0;--plasma-combobox-old-divider-margin-right:0.5rem;--plasma-combobox-old-divider-margin-bottom:0;--plasma-combobox-old-divider-margin-left:0.375rem;--plasma-combobox-old-item-width:auto;--plasma-combobox-old-item-height:1rem;--plasma-combobox-old-item-padding-top:0.5rem;--plasma-combobox-old-item-padding-right:0.5rem;--plasma-combobox-old-item-padding-bottom:0.5rem;--plasma-combobox-old-item-padding-left:0.375rem;--plasma-combobox-old-item-border-radius:0.375rem;--plasma-combobox-old-item-content-left-width:1.25rem;--plasma-combobox-old-item-font-family:var(--plasma-typo-body-xs-font-family);--plasma-combobox-old-item-font-size:var(--plasma-typo-body-xs-font-size);--plasma-combobox-old-item-font-style:var(--plasma-typo-body-xs-font-style);--plasma-combobox-old-item-letter-spacing:var(--plasma-typo-body-xs-font-weight);--plasma-combobox-old-item-line-height:var(--plasma-typo-body-xs-letter-spacing);--plasma-combobox-old-item-font-weight:var(--plasma-typo-body-xs-line-height);--plasma-combobox-old-chip-gap:0.25rem;--plasma-combobox-old-chip-border-radius:0.125rem;--plasma-combobox-old-chip-width:auto;--plasma-combobox-old-chip-height:1.25rem;--plasma-combobox-old-chip-padding:0 0.375rem 0 0.625rem;--plasma-combobox-old-chip-clear-content-margin-left:0.25rem;--plasma-combobox-old-chip-clear-content-margin-right:0rem;--plasma-combobox-old-chip-close-icon-size:0.75rem;--plasma-combobox-old-chip-font-family:var(--plasma-typo-body-xs-font-family);--plasma-combobox-old-chip-font-size:var(--plasma-typo-body-xs-font-size);--plasma-combobox-old-chip-font-style:var(--plasma-typo-body-xs-font-style);--plasma-combobox-old-chip-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-combobox-old-chip-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-combobox-old-chip-line-height:var(--plasma-typo-body-xs-line-height);--plasma-combobox-old-target-arrow-right:0.5rem;--plasma-combobox-old-target-height:2rem;--plasma-combobox-old-target-width:100%;--plasma-combobox-old-target-radius:0.5rem;--plasma-combobox-old-target-padding:0 2.5rem 0 0.75rem;--plasma-combobox-old-target-padding-has-chips:0 2.625rem 0 0.375rem;--plasma-combobox-old-target-with-input:0 2.625rem 0 0.625rem;--plasma-combobox-old-target-inner-top:0.5rem;--plasma-combobox-old-target-label-inner-top:0.375rem;--plasma-combobox-old-target-font-family:var(--plasma-typo-body-xs-font-family);--plasma-combobox-old-target-font-size:var(--plasma-typo-body-xs-font-size);--plasma-combobox-old-target-font-style:var(--plasma-typo-body-xs-font-style);--plasma-combobox-old-target-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-combobox-old-target-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-combobox-old-target-line-height:var(--plasma-typo-body-xs-line-height);--plasma-combobox-old-target-label-inner-font-family:var(--plasma-typo-body-xs-font-family);--plasma-combobox-old-target-label-inner-font-family:var(--plasma-typo-body-xs-font-size);--plasma-combobox-old-target-label-inner-font-style:var(--plasma-typo-body-xs-font-style);--plasma-combobox-old-target-label-inner-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-combobox-old-target-label-inner-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-combobox-old-target-label-inner-line-height:var(--plasma-typo-body-xs-line-height);}
219
212
  .Combobox_config_g6rh1c_snjir4d__76a3a875{--plasma-combobox-old-width:100%;--plasma-combobox-old-height:auto;--plasma-combobox-old-border-radius:0.625rem;--plasma-combobox-old-padding-top:0.125rem;--plasma-combobox-old-padding-right:0.125rem;--plasma-combobox-old-padding-bottom:0.125rem;--plasma-combobox-old-padding-left:0.125rem;--plasma-combobox-old-divider-color:var(--surface-transparent-tertiary);--plasma-combobox-old-divider-height:0.063rem;--plasma-combobox-old-divider-margin-top:0;--plasma-combobox-old-divider-margin-right:0.75rem;--plasma-combobox-old-divider-margin-bottom:0;--plasma-combobox-old-divider-margin-left:0.75rem;--plasma-combobox-old-item-width:auto;--plasma-combobox-old-item-height:1.5rem;--plasma-combobox-old-item-padding-top:0.5rem;--plasma-combobox-old-item-padding-right:0.75rem;--plasma-combobox-old-item-padding-bottom:0.5rem;--plasma-combobox-old-item-padding-left:0.75rem;--plasma-combobox-old-item-border-radius:0.5rem;--plasma-combobox-old-item-content-left-width:1.75rem;--plasma-combobox-old-item-font-family:var(--plasma-typo-body-s-font-family);--plasma-combobox-old-item-font-size:var(--plasma-typo-body-s-font-size);--plasma-combobox-old-item-font-style:var(--plasma-typo-body-s-font-style);--plasma-combobox-old-item-letter-spacing:var(--plasma-typo-body-s-font-weight);--plasma-combobox-old-item-line-height:var(--plasma-typo-body-s-letter-spacing);--plasma-combobox-old-item-font-weight:var(--plasma-typo-body-s-line-height);--plasma-combobox-old-chip-gap:0.25rem;--plasma-combobox-old-chip-border-radius:0.25rem;--plasma-combobox-old-chip-width:auto;--plasma-combobox-old-chip-height:1.75rem;--plasma-combobox-old-chip-padding:0 0.5rem 0 0.75rem;--plasma-combobox-old-chip-clear-content-margin-left:0.375rem;--plasma-combobox-old-chip-clear-content-margin-right:0rem;--plasma-combobox-old-chip-close-icon-size:0.75rem;--plasma-combobox-old-chip-font-family:var(--plasma-typo-body-s-font-family);--plasma-combobox-old-chip-font-size:var(--plasma-typo-body-s-font-size);--plasma-combobox-old-chip-font-style:var(--plasma-typo-body-s-font-style);--plasma-combobox-old-chip-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-combobox-old-chip-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-combobox-old-chip-line-height:var(--plasma-typo-body-s-line-height);--plasma-combobox-old-target-arrow-right:0.75rem;--plasma-combobox-old-target-height:2.5rem;--plasma-combobox-old-target-width:100%;--plasma-combobox-old-target-radius:0.625rem;--plasma-combobox-old-target-padding:0 3rem 0 1rem;--plasma-combobox-old-target-padding-has-chips:0 3.125rem 0 0.375rem;--plasma-combobox-old-target-with-input:0 3.125rem 0 0.625rem;--plasma-combobox-old-target-inner-top:0.5rem;--plasma-combobox-old-target-label-inner-top:0.375rem;--plasma-combobox-old-target-font-family:var(--plasma-typo-body-s-font-family);--plasma-combobox-old-target-font-size:var(--plasma-typo-body-s-font-size);--plasma-combobox-old-target-font-style:var(--plasma-typo-body-s-font-style);--plasma-combobox-old-target-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-combobox-old-target-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-combobox-old-target-line-height:var(--plasma-typo-body-s-line-height);--plasma-combobox-old-target-label-inner-font-family:var(--plasma-typo-body-xxs-font-family);--plasma-combobox-old-target-label-inner-font-family:var(--plasma-typo-body-xxs-font-size);--plasma-combobox-old-target-label-inner-font-style:var(--plasma-typo-body-xxs-font-style);--plasma-combobox-old-target-label-inner-font-weight:var(--plasma-typo-body-xxs-font-weight);--plasma-combobox-old-target-label-inner-letter-spacing:var(--plasma-typo-body-xxs-letter-spacing);--plasma-combobox-old-target-label-inner-line-height:var(--plasma-typo-body-xxs-line-height);}
220
213
  .Combobox_config_g6rh1c_m8yng6k__76a3a875{--plasma-combobox-old-width:100%;--plasma-combobox-old-height:auto;--plasma-combobox-old-border-radius:0.75rem;--plasma-combobox-old-padding-top:0.125rem;--plasma-combobox-old-padding-right:0.125rem;--plasma-combobox-old-padding-bottom:0.125rem;--plasma-combobox-old-padding-left:0.125rem;--plasma-combobox-old-divider-color:var(--surface-transparent-tertiary);--plasma-combobox-old-divider-height:0.063rem;--plasma-combobox-old-divider-margin-top:0;--plasma-combobox-old-divider-margin-right:0.875rem;--plasma-combobox-old-divider-margin-bottom:0;--plasma-combobox-old-divider-margin-left:0.875rem;--plasma-combobox-old-item-width:auto;--plasma-combobox-old-item-height:1.5rem;--plasma-combobox-old-item-padding-top:0.75rem;--plasma-combobox-old-item-padding-right:0.875rem;--plasma-combobox-old-item-padding-bottom:0.75rem;--plasma-combobox-old-item-padding-left:0.875rem;--plasma-combobox-old-item-border-radius:0.625rem;--plasma-combobox-old-item-content-left-width:1.75rem;--plasma-combobox-old-item-font-family:var(--plasma-typo-body-m-font-family);--plasma-combobox-old-item-font-size:var(--plasma-typo-body-m-font-size);--plasma-combobox-old-item-font-style:var(--plasma-typo-body-m-font-style);--plasma-combobox-old-item-letter-spacing:var(--plasma-typo-body-m-font-weight);--plasma-combobox-old-item-line-height:var(--plasma-typo-body-m-letter-spacing);--plasma-combobox-old-item-font-weight:var(--plasma-typo-body-m-line-height);--plasma-combobox-old-chip-gap:0.25rem;--plasma-combobox-old-chip-border-radius:0.375rem;--plasma-combobox-old-chip-width:auto;--plasma-combobox-old-chip-height:2.25rem;--plasma-combobox-old-chip-padding:0 0.875rem 0 0.625rem;--plasma-combobox-old-chip-clear-content-margin-left:0.5rem;--plasma-combobox-old-chip-clear-content-margin-right:0rem;--plasma-combobox-old-chip-close-icon-size:1rem;--plasma-combobox-old-chip-font-family:var(--plasma-typo-body-m-font-family);--plasma-combobox-old-chip-font-size:var(--plasma-typo-body-m-font-size);--plasma-combobox-old-chip-font-style:var(--plasma-typo-body-m-font-style);--plasma-combobox-old-chip-font-weight:var(--plasma-typo-body-m-font-weight);--plasma-combobox-old-chip-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-combobox-old-chip-line-height:var(--plasma-typo-body-m-line-height);--plasma-combobox-old-target-arrow-right:0.875rem;--plasma-combobox-old-target-height:3rem;--plasma-combobox-old-target-width:100%;--plasma-combobox-old-target-radius:0.75rem;--plasma-combobox-old-target-padding:0 3.25rem 0 1.25rem;--plasma-combobox-old-target-padding-has-chips:0 3.375rem 0 0.375rem;--plasma-combobox-old-target-with-input:0 3.375rem 0 0.625rem;--plasma-combobox-old-target-inner-top:0.5rem;--plasma-combobox-old-target-label-inner-top:0.375rem;--plasma-combobox-old-target-font-family:var(--plasma-typo-body-m-font-family);--plasma-combobox-old-target-font-size:var(--plasma-typo-body-m-font-size);--plasma-combobox-old-target-font-style:var(--plasma-typo-body-m-font-style);--plasma-combobox-old-target-font-weight:var(--plasma-typo-body-m-font-weight);--plasma-combobox-old-target-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-combobox-old-target-line-height:var(--plasma-typo-body-m-line-height);--plasma-combobox-old-target-label-inner-font-family:var(--plasma-typo-body-xs-font-family);--plasma-combobox-old-target-label-inner-font-family:var(--plasma-typo-body-xs-font-size);--plasma-combobox-old-target-label-inner-font-style:var(--plasma-typo-body-xs-font-style);--plasma-combobox-old-target-label-inner-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-combobox-old-target-label-inner-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-combobox-old-target-label-inner-line-height:var(--plasma-typo-body-xs-line-height);}
@@ -335,18 +328,18 @@
335
328
  .Indicator_config_ltng7c_m414q8h__4fcf42b7{--plasma-indicator-size:0.5rem;}
336
329
  .Indicator_config_ltng7c_s13i4l5m__4fcf42b7{--plasma-indicator-size:0.375rem;}
337
330
 
338
- .Link_config_q8zx6f_dee0pdb__3095562d{--plasma-link-font-family:var(--plasma-typo-text-m-font-family);--plasma-link-color:var(--text-primary);--plasma-link-color-hover:var(--text-primary-hover);--plasma-link-color-active:var(--text-primary-active);--plasma-link-color-visited:var(--text-primary);--plasma-link-color-visited-hover:var(--text-primary-hover);--plasma-link-color-visited-active:var(--text-primary-active);--plasma-link-underline-border:0;}
339
- .Link_config_q8zx6f_p1vofuw3__3095562d{--plasma-link-font-family:var(--plasma-typo-text-m-font-family);--plasma-link-color:var(--text-primary);--plasma-link-color-hover:var(--text-primary-hover);--plasma-link-color-active:var(--text-primary-active);--plasma-link-color-visited:var(--text-primary);--plasma-link-color-visited-hover:var(--text-primary-hover);--plasma-link-color-visited-active:var(--text-primary-active);--plasma-link-underline-border:0;}
340
- .Link_config_q8zx6f_s1ahuwbf__3095562d{--plasma-link-font-family:var(--plasma-typo-text-m-font-family);--plasma-link-color:var(--text-secondary);--plasma-link-color-hover:var(--text-secondary-hover);--plasma-link-color-active:var(--text-secondary-active);--plasma-link-color-visited:var(--text-secondary);--plasma-link-color-visited-hover:var(--text-secondary-hover);--plasma-link-color-visited-active:var(--text-secondary-active);--plasma-link-underline-border:0;}
341
- .Link_config_q8zx6f_t1ui8jxv__3095562d{--plasma-link-font-family:var(--plasma-typo-text-m-font-family);--plasma-link-color:var(--text-tertiary);--plasma-link-color-hover:var(--text-tertiary-hover);--plasma-link-color-active:var(--text-tertiary-active);--plasma-link-color-visited:var(--text-tertiary);--plasma-link-color-visited-hover:var(--text-tertiary-hover);--plasma-link-color-visited-active:var(--text-tertiary-active);--plasma-link-underline-border:0;}
342
- .Link_config_q8zx6f_p19bifbw__3095562d{--plasma-link-font-family:var(--plasma-typo-text-m-font-family);--plasma-link-color:var(--text-paragraph);--plasma-link-color-hover:var(--text-paragraph-hover);--plasma-link-color-active:var(--text-paragraph-active);--plasma-link-color-visited:var(--text-paragraph);--plasma-link-color-visited-hover:var(--text-paragraph-hover);--plasma-link-color-visited-active:var(--text-paragraph-active);--plasma-link-underline-border:0;}
343
- .Link_config_q8zx6f_a11g3bq7__3095562d{--plasma-link-font-family:var(--plasma-typo-text-m-font-family);--plasma-link-color:var(--text-accent);--plasma-link-color-hover:var(--text-accent-hover);--plasma-link-color-active:var(--text-accent-active);--plasma-link-color-visited:var(--text-accent);--plasma-link-color-visited-hover:var(--text-accent-hover);--plasma-link-color-visited-active:var(--text-accent-active);--plasma-link-underline-border:0;}
344
- .Link_config_q8zx6f_p1j34p05__3095562d{--plasma-link-font-family:var(--plasma-typo-text-m-font-family);--plasma-link-color:var(--text-positive);--plasma-link-color-hover:var(--text-positive-hover);--plasma-link-color-active:var(--text-positive-active);--plasma-link-color-visited:var(--text-positive);--plasma-link-color-visited-hover:var(--text-positive-hover);--plasma-link-color-visited-active:var(--text-positive-active);--plasma-link-underline-border:0;}
345
- .Link_config_q8zx6f_w1ozoxtr__3095562d{--plasma-link-font-family:var(--plasma-typo-text-m-font-family);--plasma-link-color:var(--text-warning);--plasma-link-color-hover:var(--text-warning-hover);--plasma-link-color-active:var(--text-warning-active);--plasma-link-color-visited:var(--text-warning);--plasma-link-color-visited-hover:var(--text-warning-hover);--plasma-link-color-visited-active:var(--text-warning-active);--plasma-link-underline-border:0;}
346
- .Link_config_q8zx6f_nwo06rj__3095562d{--plasma-link-font-family:var(--plasma-typo-text-m-font-family);--plasma-link-color:var(--text-negative);--plasma-link-color-hover:var(--text-negative-hover);--plasma-link-color-active:var(--text-negative-active);--plasma-link-color-visited:var(--text-negative);--plasma-link-color-visited-hover:var(--text-negative-hover);--plasma-link-color-visited-active:var(--text-negative-active);--plasma-link-underline-border:0;}
347
- .Link_config_q8zx6f_c1v6tmnt__3095562d{--plasma-link-font-family:var(--plasma-typo-text-m-font-family);--plasma-link-color:inherit;--plasma-link-color-hover:inherit;--plasma-link-color-active:inherit;--plasma-link-color-visited:inherit;--plasma-link-color-visited-hover:inherit;--plasma-link-color-visited-active:inherit;--plasma-link-underline-border:0.063rem;}
348
- .Link_config_q8zx6f_t1obm9h5__3095562d{--plasma-link-disabled-opacity:0.4;}
349
- .Link_config_q8zx6f_t1dkeppt__3095562d{--plasma-link-focus-color:var(--text-accent);}
331
+ .Link_config_zdek5n_dee0pdb__75859ef3{--plasma-link-font-family:var(--plasma-typo-text-m-font-family);--plasma-link-color:var(--text-primary);--plasma-link-color-hover:var(--text-primary-hover);--plasma-link-color-active:var(--text-primary-active);--plasma-link-color-visited:var(--text-primary);--plasma-link-color-visited-hover:var(--text-primary-hover);--plasma-link-color-visited-active:var(--text-primary-active);--plasma-link-underline-border:0;}
332
+ .Link_config_zdek5n_p1vofuw3__75859ef3{--plasma-link-font-family:var(--plasma-typo-text-m-font-family);--plasma-link-color:var(--text-primary);--plasma-link-color-hover:var(--text-primary-hover);--plasma-link-color-active:var(--text-primary-active);--plasma-link-color-visited:var(--text-primary);--plasma-link-color-visited-hover:var(--text-primary-hover);--plasma-link-color-visited-active:var(--text-primary-active);--plasma-link-underline-border:0;}
333
+ .Link_config_zdek5n_s1ahuwbf__75859ef3{--plasma-link-font-family:var(--plasma-typo-text-m-font-family);--plasma-link-color:var(--text-secondary);--plasma-link-color-hover:var(--text-secondary-hover);--plasma-link-color-active:var(--text-secondary-active);--plasma-link-color-visited:var(--text-secondary);--plasma-link-color-visited-hover:var(--text-secondary-hover);--plasma-link-color-visited-active:var(--text-secondary-active);--plasma-link-underline-border:0;}
334
+ .Link_config_zdek5n_t1ui8jxv__75859ef3{--plasma-link-font-family:var(--plasma-typo-text-m-font-family);--plasma-link-color:var(--text-tertiary);--plasma-link-color-hover:var(--text-tertiary-hover);--plasma-link-color-active:var(--text-tertiary-active);--plasma-link-color-visited:var(--text-tertiary);--plasma-link-color-visited-hover:var(--text-tertiary-hover);--plasma-link-color-visited-active:var(--text-tertiary-active);--plasma-link-underline-border:0;}
335
+ .Link_config_zdek5n_p19bifbw__75859ef3{--plasma-link-font-family:var(--plasma-typo-text-m-font-family);--plasma-link-color:var(--text-paragraph);--plasma-link-color-hover:var(--text-paragraph-hover);--plasma-link-color-active:var(--text-paragraph-active);--plasma-link-color-visited:var(--text-paragraph);--plasma-link-color-visited-hover:var(--text-paragraph-hover);--plasma-link-color-visited-active:var(--text-paragraph-active);--plasma-link-underline-border:0;}
336
+ .Link_config_zdek5n_a11g3bq7__75859ef3{--plasma-link-font-family:var(--plasma-typo-text-m-font-family);--plasma-link-color:var(--text-accent);--plasma-link-color-hover:var(--text-accent-hover);--plasma-link-color-active:var(--text-accent-active);--plasma-link-color-visited:var(--text-accent);--plasma-link-color-visited-hover:var(--text-accent-hover);--plasma-link-color-visited-active:var(--text-accent-active);--plasma-link-underline-border:0;}
337
+ .Link_config_zdek5n_p1j34p05__75859ef3{--plasma-link-font-family:var(--plasma-typo-text-m-font-family);--plasma-link-color:var(--text-positive);--plasma-link-color-hover:var(--text-positive-hover);--plasma-link-color-active:var(--text-positive-active);--plasma-link-color-visited:var(--text-positive);--plasma-link-color-visited-hover:var(--text-positive-hover);--plasma-link-color-visited-active:var(--text-positive-active);--plasma-link-underline-border:0;}
338
+ .Link_config_zdek5n_w1ozoxtr__75859ef3{--plasma-link-font-family:var(--plasma-typo-text-m-font-family);--plasma-link-color:var(--text-warning);--plasma-link-color-hover:var(--text-warning-hover);--plasma-link-color-active:var(--text-warning-active);--plasma-link-color-visited:var(--text-warning);--plasma-link-color-visited-hover:var(--text-warning-hover);--plasma-link-color-visited-active:var(--text-warning-active);--plasma-link-underline-border:0;}
339
+ .Link_config_zdek5n_nwo06rj__75859ef3{--plasma-link-font-family:var(--plasma-typo-text-m-font-family);--plasma-link-color:var(--text-negative);--plasma-link-color-hover:var(--text-negative-hover);--plasma-link-color-active:var(--text-negative-active);--plasma-link-color-visited:var(--text-negative);--plasma-link-color-visited-hover:var(--text-negative-hover);--plasma-link-color-visited-active:var(--text-negative-active);--plasma-link-underline-border:0;}
340
+ .Link_config_zdek5n_c1v6tmnt__75859ef3{--plasma-link-font-family:var(--plasma-typo-text-m-font-family);--plasma-link-color:inherit;--plasma-link-color-hover:inherit;--plasma-link-color-active:inherit;--plasma-link-color-visited:inherit;--plasma-link-color-visited-hover:inherit;--plasma-link-color-visited-active:inherit;--plasma-link-underline-border:0.063rem;}
341
+ .Link_config_zdek5n_t1obm9h5__75859ef3{--plasma-link-disabled-opacity:0.4;}
342
+ .Link_config_zdek5n_t1dkeppt__75859ef3{--plasma-link-color-focus:var(--text-accent);}
350
343
 
351
344
  .LinkButton_config_1b990s4_d1nmslpw__4ced6a24{--plasma-link-button-color:var(--text-primary);--plasma-link-button-background-color:var(--surface-transparent-clear);--plasma-link-button-color-hover:var(--text-primary-hover);--plasma-link-button-color-active:var(--text-primary-active);--plasma-link-button-focus-color:var(--surface-accent);}
352
345
  .LinkButton_config_1b990s4_anqu7ib__4ced6a24{--plasma-link-button-color:var(--text-accent);--plasma-link-button-background-color:var(---surface-transparent-clear);--plasma-link-button-color-hover:var(--text-accent-hover);--plasma-link-button-color-active:var(--text-accent-active);--plasma-link-button-focus-color:var(--surface-accent);}
@@ -362,6 +355,16 @@
362
355
  .LinkButton_config_1b990s4_x1jqrt5d__4ced6a24{--plasma-link-button-height:1.5rem;--plasma-link-button-padding:0.375rem 0;--plasma-link-button-radius:0.375rem;--plasma-link-button-font-family:var(--plasma-typo-body-xs-font-family);--plasma-link-button-font-size:var(--plasma-typo-body-xs-font-size);--plasma-link-button-font-style:var(--plasma-typo-body-xs-font-style);--plasma-link-button-font-weight:var(--plasma-typo-body-xs-bold-font-weight);--plasma-link-button-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-link-button-line-height:var(--plasma-typo-body-xs-line-height);--plasma-link-button-spinner-size:0.75rem;--plasma-link-button-spinner-color:inherit;--plasma-link-button-left-content-margin:0.063rem 0.25rem 0.063rem 0;--plasma-link-button-right-content-margin:0.063rem 0 0.063rem 0.25rem;}
363
356
  .LinkButton_config_1b990s4_t176l075__4ced6a24{--plasma-link-button-disabled-opacity:0.4;}
364
357
 
358
+ .List_config_zoesgm_dgfkvez__46f71cce{--plasma-list-item-color:var(--text-primary);--plasma-list-item-color-hover:var(--text-primary);--plasma-list-item-background:transparent;--plasma-list-item-background-hover:var(--surface-transparent-secondary);--plasma-list-item-border-color:transparent;--plasma-list-item-border-color-hover:transparent;}
359
+ .List_config_zoesgm_x1j57vd__46f71cce{--plasma-list-item-padding-top:0.5rem;--plasma-list-item-padding-left:0.5rem;--plasma-list-item-padding-right:0.5rem;--plasma-list-item-padding-bottom:0.5rem;--plasma-list-item-border-radius:0.5rem;--plasma-list-item-border-width:0rem;--plasma-list-item-gap:0.375rem;--plasma-list-item-font-family:var(--plasma-typo-body-xs-font-family);--plasma-list-item-font-size:var(--plasma-typo-body-xs-font-size);--plasma-list-item-font-style:var(--plasma-typo-body-xs-font-style);--plasma-list-item-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-list-item-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-list-item-line-height:var(--plasma-typo-body-xs-line-height);}
360
+ .List_config_zoesgm_s111yexy__46f71cce{--plasma-list-item-padding-top:0.689rem;--plasma-list-item-padding-left:0.75rem;--plasma-list-item-padding-right:0.75rem;--plasma-list-item-padding-bottom:0.689rem;--plasma-list-item-border-radius:0.625rem;--plasma-list-item-border-width:0rem;--plasma-list-item-gap:0.375rem;--plasma-list-item-font-family:var(--plasma-typo-body-s-font-family);--plasma-list-item-font-size:var(--plasma-typo-body-s-font-size);--plasma-list-item-font-style:var(--plasma-typo-body-s-font-style);--plasma-list-item-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-list-item-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-list-item-line-height:var(--plasma-typo-body-s-line-height);}
361
+ .List_config_zoesgm_m16ihyz9__46f71cce{--plasma-list-item-padding-top:0.75rem;--plasma-list-item-padding-left:0.875rem;--plasma-list-item-padding-right:0.875rem;--plasma-list-item-padding-bottom:0.75rem;--plasma-list-item-border-radius:0.75rem;--plasma-list-item-border-width:0rem;--plasma-list-item-gap:0.5rem;--plasma-list-item-font-family:var(--plasma-typo-body-m-font-family);--plasma-list-item-font-size:var(--plasma-typo-body-m-font-size);--plasma-list-item-font-style:var(--plasma-typo-body-m-font-style);--plasma-list-item-font-weight:var(--plasma-typo-body-m-font-weight);--plasma-list-item-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-list-item-line-height:var(--plasma-typo-body-m-line-height);}
362
+ .List_config_zoesgm_l1rpvhm2__46f71cce{--plasma-list-item-padding-top:1rem;--plasma-list-item-padding-left:1rem;--plasma-list-item-padding-right:1rem;--plasma-list-item-padding-bottom:1rem;--plasma-list-item-border-radius:0.875rem;--plasma-list-item-border-width:0rem;--plasma-list-item-gap:0.5rem;--plasma-list-item-font-family:var(--plasma-typo-body-l-font-family);--plasma-list-item-font-size:var(--plasma-typo-body-l-font-size);--plasma-list-item-font-style:var(--plasma-typo-body-l-font-style);--plasma-list-item-font-weight:var(--plasma-typo-body-l-font-weight);--plasma-list-item-letter-spacing:var(--plasma-typo-body-l-letter-spacing);--plasma-list-item-line-height:var(--plasma-typo-body-l-line-height);}
363
+ .List_config_zoesgm_x1ubtqc5__46f71cce{--plasma-list-item-padding-top:1.3125rem;--plasma-list-item-padding-left:1.125rem;--plasma-list-item-padding-right:1.125rem;--plasma-list-item-padding-bottom:1.3125rem;--plasma-list-item-border-radius:1rem;--plasma-list-item-border-width:0rem;--plasma-list-item-gap:0.5rem;--plasma-list-item-font-family:var(--plasma-typo-body-l-font-family);--plasma-list-item-font-size:var(--plasma-typo-body-l-font-size);--plasma-list-item-font-style:var(--plasma-typo-body-l-font-style);--plasma-list-item-font-weight:var(--plasma-typo-body-l-font-weight);--plasma-list-item-letter-spacing:var(--plasma-typo-body-l-letter-spacing);--plasma-list-item-line-height:var(--plasma-typo-body-l-line-height);}
364
+ .List_config_zoesgm_n173m31o__46f71cce{--plasma-list-disabled-opacity:0.4;--plasma-list-item-variant-difference:0rem;}
365
+ .List_config_zoesgm_t10q3qa0__46f71cce{--plasma-list-item-variant-difference:0.25rem;--plasma-list-disabled-opacity:0.4;}
366
+ .List_config_zoesgm_ti8ow6y__46f71cce{--plasma-list-item-background:red;}
367
+
365
368
  .Modal_config_32nvcp_dwnr4pm__6d643713{--plasma-modal-overlay-with-blur-color:rgba(35,35,35,0.2);--plasma-modal-overlay-color:var(--overlay-soft);--plasma-modal-body-background:var(--surface-solid-card);--plasma-modal-body-border-radius:1.25rem;--plasma-modal-body-padding:2rem;--plasma-modal-content-padding:0.625rem;--plasma-modal-close-button-radius:0.375rem;--plasma-modal-close-button-color:var(--text-secondary);--plasma-modal-close-button-hover-color:var(--text-secondary-hover);--plasma-modal-close-button-active-color:var(--text-secondary-active);--plasma-modal-outline-focus-color:var(--surface-accent);}
366
369
 
367
370
  .Note_config_1psv03r_dlpid31__b15400fc{--plasma-note-background:var(--surface-transparent-secondary);--plasma-note-color:var(--text-primary);--plasma-note-content-before-color:var(--text-primary);}
package/css/es/index.js CHANGED
@@ -1,4 +1,4 @@
1
- export { AccordionItem, ButtonBase, CarouselGridWrapper, CarouselItem, CellTextbox, CellTextboxLabel, CellTextboxSubtitle, CellTextboxTitle, Col, ONLY_CHARS_PATTERN, ONLY_DIGITS_AND_CHARS_PATTERN, ONLY_DIGITS_PATTERN, Overlay, PopupProvider as PopupBaseProvider, Portal, RadioGroup, RectSkeleton, Row, SSRProvider, SegmentProvider, TabItemRefs, TabsContext, addNotification, closeNotification, codeFieldClasses, codeFieldTokens, counterTokens, datePickerClasses, datePickerTokens, dividerTokens, dropzoneClasses, dropzoneTokens, modalClasses as modalBaseClasses, noteClasses, noteTokens, numberInputClasses, numberInputTokens, popupClasses as popupBaseClasses, priceClasses, rangeTokens, ratingClasses, ratingTokens, sheetClasses, toolbarTokens, usePopupContext as usePopupBaseContext, useSegment, useToast } from '@salutejs/plasma-new-hope';
1
+ export { AccordionItem, ButtonBase, CarouselGridWrapper, CarouselItem, CellTextbox, CellTextboxLabel, CellTextboxSubtitle, CellTextboxTitle, Col, ListItem, Overlay, PopupProvider as PopupBaseProvider, Portal, RadioGroup, RectSkeleton, Row, SSRProvider, SegmentProvider, TabItemRefs, TabsContext, addNotification, closeNotification, counterTokens, datePickerClasses, datePickerTokens, dividerTokens, dropzoneClasses, dropzoneTokens, modalClasses as modalBaseClasses, noteClasses, noteTokens, numberInputClasses, numberInputTokens, popupClasses as popupBaseClasses, priceClasses, rangeTokens, ratingClasses, ratingTokens, sheetClasses, toolbarTokens, usePopupContext as usePopupBaseContext, useSegment, useToast } from '@salutejs/plasma-new-hope';
2
2
  export { Accordion } from './components/Accordion/Accordion.js';
3
3
  export { Attach } from './components/Attach/Attach.js';
4
4
  export { Autocomplete } from './components/Autocomplete/Autocomplete.js';
@@ -14,7 +14,6 @@ export { Cell } from './components/Cell/Cell.js';
14
14
  export { Checkbox } from './components/Checkbox/Checkbox.js';
15
15
  export { Chip } from './components/Chip/Chip.js';
16
16
  export { ChipGroup } from './components/ChipGroup/ChipGroup.js';
17
- export { CodeField } from './components/CodeField/CodeField.js';
18
17
  export { ComboboxDivider, ComboboxFooter, ComboboxGroup, ComboboxHeader, ComboboxItem } from './components/Combobox/Legacy/Combobox.js';
19
18
  export { Combobox } from './components/Combobox/Combobox.js';
20
19
  export { Counter } from './components/Counter/Counter.js';
@@ -36,6 +35,7 @@ export { Image } from './components/Image/Image.js';
36
35
  export { Indicator } from './components/Indicator/Indicator.js';
37
36
  export { Link } from './components/Link/Link.js';
38
37
  export { LinkButton } from './components/LinkButton/LinkButton.js';
38
+ export { List } from './components/List/List.js';
39
39
  export { Mask } from './components/Mask/Mask.js';
40
40
  export { ModalBase } from './components/ModalBase/ModalBase.js';
41
41
  export { Note } from './components/Note/Note.js';
package/css/index.d.ts CHANGED
@@ -14,7 +14,6 @@ export * from '../components/Cell';
14
14
  export * from '../components/Checkbox';
15
15
  export * from '../components/Chip';
16
16
  export * from '../components/ChipGroup';
17
- export * from '../components/CodeField';
18
17
  export * from '../components/Combobox';
19
18
  export * from '../components/Counter';
20
19
  export * from '../components/DatePicker';
@@ -31,6 +30,7 @@ export * from '../components/Image';
31
30
  export * from '../components/Indicator';
32
31
  export * from '../components/Link';
33
32
  export * from '../components/LinkButton';
33
+ export * from '../components/List';
34
34
  export * from '../components/Mask';
35
35
  export * from '../components/ModalBase';
36
36
  export * from '../components/Note';
@@ -83,7 +83,6 @@ export * from '../components/Cell';
83
83
  export * from '../components/Checkbox';
84
84
  export * from '../components/Chip';
85
85
  export * from '../components/ChipGroup';
86
- export * from '../components/CodeField';
87
86
  export * from '../components/Combobox';
88
87
  export * from '../components/Counter';
89
88
  export * from '../components/DatePicker';
@@ -100,6 +99,7 @@ export * from '../components/Image';
100
99
  export * from '../components/Indicator';
101
100
  export * from '../components/Link';
102
101
  export * from '../components/LinkButton';
102
+ export * from '../components/List';
103
103
  export * from '../components/Mask';
104
104
  export * from '../components/ModalBase';
105
105
  export * from '../components/Note';
@@ -1,6 +1,6 @@
1
1
  var _templateObject, _templateObject2, _templateObject3, _templateObject4, _templateObject5, _templateObject6, _templateObject7, _templateObject8, _templateObject9, _templateObject10, _templateObject11, _templateObject12;
2
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 } from '@salutejs/plasma-new-hope/styled-components';
3
+ import { css, linkTokens as tokens } from '@salutejs/plasma-new-hope/styled-components';
4
4
  export var config = {
5
5
  defaults: {
6
6
  view: 'accent',
@@ -8,26 +8,26 @@ export var config = {
8
8
  },
9
9
  variations: {
10
10
  view: {
11
- "default": /*#__PURE__*/css(_templateObject || (_templateObject = /*#__PURE__*/_taggedTemplateLiteral(["\n --plasma-link-font-family: var(--plasma-typo-text-m-font-family);\n --plasma-link-color: var(--text-primary);\n --plasma-link-color-hover: var(--text-primary-hover);\n --plasma-link-color-active: var(--text-primary-active);\n --plasma-link-color-visited: var(--text-primary);\n --plasma-link-color-visited-hover: var(--text-primary-hover);\n --plasma-link-color-visited-active: var(--text-primary-active);\n --plasma-link-underline-border: 0;\n "]))),
11
+ "default": /*#__PURE__*/css(_templateObject || (_templateObject = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": var(--plasma-typo-text-m-font-family);\n ", ": var(--text-primary);\n ", ": var(--text-primary-hover);\n ", ": var(--text-primary-active);\n ", ": var(--text-primary);\n ", ": var(--text-primary-hover);\n ", ": var(--text-primary-active);\n ", ": 0;\n "])), tokens.linkFontFamily, tokens.linkColor, tokens.linkColorHover, tokens.linkColorActive, tokens.linkColorVisited, tokens.linkColorVisitedHover, tokens.linkColorVisitedActive, tokens.linkUnderlineBorder),
12
12
  /**
13
13
  * @deprecated
14
14
  * использовать `default`
15
15
  */
16
- primary: /*#__PURE__*/css(_templateObject2 || (_templateObject2 = /*#__PURE__*/_taggedTemplateLiteral(["\n --plasma-link-font-family: var(--plasma-typo-text-m-font-family);\n --plasma-link-color: var(--text-primary);\n --plasma-link-color-hover: var(--text-primary-hover);\n --plasma-link-color-active: var(--text-primary-active);\n --plasma-link-color-visited: var(--text-primary);\n --plasma-link-color-visited-hover: var(--text-primary-hover);\n --plasma-link-color-visited-active: var(--text-primary-active);\n --plasma-link-underline-border: 0;\n "]))),
17
- secondary: /*#__PURE__*/css(_templateObject3 || (_templateObject3 = /*#__PURE__*/_taggedTemplateLiteral(["\n --plasma-link-font-family: var(--plasma-typo-text-m-font-family);\n --plasma-link-color: var(--text-secondary);\n --plasma-link-color-hover: var(--text-secondary-hover);\n --plasma-link-color-active: var(--text-secondary-active);\n --plasma-link-color-visited: var(--text-secondary);\n --plasma-link-color-visited-hover: var(--text-secondary-hover);\n --plasma-link-color-visited-active: var(--text-secondary-active);\n --plasma-link-underline-border: 0;\n "]))),
18
- tertiary: /*#__PURE__*/css(_templateObject4 || (_templateObject4 = /*#__PURE__*/_taggedTemplateLiteral(["\n --plasma-link-font-family: var(--plasma-typo-text-m-font-family);\n --plasma-link-color: var(--text-tertiary);\n --plasma-link-color-hover: var(--text-tertiary-hover);\n --plasma-link-color-active: var(--text-tertiary-active);\n --plasma-link-color-visited: var(--text-tertiary);\n --plasma-link-color-visited-hover: var(--text-tertiary-hover);\n --plasma-link-color-visited-active: var(--text-tertiary-active);\n --plasma-link-underline-border: 0;\n "]))),
19
- paragraph: /*#__PURE__*/css(_templateObject5 || (_templateObject5 = /*#__PURE__*/_taggedTemplateLiteral(["\n --plasma-link-font-family: var(--plasma-typo-text-m-font-family);\n --plasma-link-color: var(--text-paragraph);\n --plasma-link-color-hover: var(--text-paragraph-hover);\n --plasma-link-color-active: var(--text-paragraph-active);\n --plasma-link-color-visited: var(--text-paragraph);\n --plasma-link-color-visited-hover: var(--text-paragraph-hover);\n --plasma-link-color-visited-active: var(--text-paragraph-active);\n --plasma-link-underline-border: 0;\n "]))),
20
- accent: /*#__PURE__*/css(_templateObject6 || (_templateObject6 = /*#__PURE__*/_taggedTemplateLiteral(["\n --plasma-link-font-family: var(--plasma-typo-text-m-font-family);\n --plasma-link-color: var(--text-accent);\n --plasma-link-color-hover: var(--text-accent-hover);\n --plasma-link-color-active: var(--text-accent-active);\n --plasma-link-color-visited: var(--text-accent);\n --plasma-link-color-visited-hover: var(--text-accent-hover);\n --plasma-link-color-visited-active: var(--text-accent-active);\n --plasma-link-underline-border: 0;\n "]))),
21
- positive: /*#__PURE__*/css(_templateObject7 || (_templateObject7 = /*#__PURE__*/_taggedTemplateLiteral(["\n --plasma-link-font-family: var(--plasma-typo-text-m-font-family);\n --plasma-link-color: var(--text-positive);\n --plasma-link-color-hover: var(--text-positive-hover);\n --plasma-link-color-active: var(--text-positive-active);\n --plasma-link-color-visited: var(--text-positive);\n --plasma-link-color-visited-hover: var(--text-positive-hover);\n --plasma-link-color-visited-active: var(--text-positive-active);\n --plasma-link-underline-border: 0;\n "]))),
22
- warning: /*#__PURE__*/css(_templateObject8 || (_templateObject8 = /*#__PURE__*/_taggedTemplateLiteral(["\n --plasma-link-font-family: var(--plasma-typo-text-m-font-family);\n --plasma-link-color: var(--text-warning);\n --plasma-link-color-hover: var(--text-warning-hover);\n --plasma-link-color-active: var(--text-warning-active);\n --plasma-link-color-visited: var(--text-warning);\n --plasma-link-color-visited-hover: var(--text-warning-hover);\n --plasma-link-color-visited-active: var(--text-warning-active);\n --plasma-link-underline-border: 0;\n "]))),
23
- negative: /*#__PURE__*/css(_templateObject9 || (_templateObject9 = /*#__PURE__*/_taggedTemplateLiteral(["\n --plasma-link-font-family: var(--plasma-typo-text-m-font-family);\n --plasma-link-color: var(--text-negative);\n --plasma-link-color-hover: var(--text-negative-hover);\n --plasma-link-color-active: var(--text-negative-active);\n --plasma-link-color-visited: var(--text-negative);\n --plasma-link-color-visited-hover: var(--text-negative-hover);\n --plasma-link-color-visited-active: var(--text-negative-active);\n --plasma-link-underline-border: 0;\n "]))),
24
- clear: /*#__PURE__*/css(_templateObject10 || (_templateObject10 = /*#__PURE__*/_taggedTemplateLiteral(["\n --plasma-link-font-family: var(--plasma-typo-text-m-font-family);\n --plasma-link-color: inherit;\n --plasma-link-color-hover: inherit;\n --plasma-link-color-active: inherit;\n --plasma-link-color-visited: inherit;\n --plasma-link-color-visited-hover: inherit;\n --plasma-link-color-visited-active: inherit;\n --plasma-link-underline-border: 0.063rem;\n "])))
16
+ primary: /*#__PURE__*/css(_templateObject2 || (_templateObject2 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": var(--plasma-typo-text-m-font-family);\n ", ": var(--text-primary);\n ", ": var(--text-primary-hover);\n ", ": var(--text-primary-active);\n ", ": var(--text-primary);\n ", ": var(--text-primary-hover);\n ", ": var(--text-primary-active);\n ", ": 0;\n "])), tokens.linkFontFamily, tokens.linkColor, tokens.linkColorHover, tokens.linkColorActive, tokens.linkColorVisited, tokens.linkColorVisitedHover, tokens.linkColorVisitedActive, tokens.linkUnderlineBorder),
17
+ secondary: /*#__PURE__*/css(_templateObject3 || (_templateObject3 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": var(--plasma-typo-text-m-font-family);\n ", ": var(--text-secondary);\n ", ": var(--text-secondary-hover);\n ", ": var(--text-secondary-active);\n ", ": var(--text-secondary);\n ", ": var(--text-secondary-hover);\n ", ": var(--text-secondary-active);\n ", ": 0;\n "])), tokens.linkFontFamily, tokens.linkColor, tokens.linkColorHover, tokens.linkColorActive, tokens.linkColorVisited, tokens.linkColorVisitedHover, tokens.linkColorVisitedActive, tokens.linkUnderlineBorder),
18
+ tertiary: /*#__PURE__*/css(_templateObject4 || (_templateObject4 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": var(--plasma-typo-text-m-font-family);\n ", ": var(--text-tertiary);\n ", ": var(--text-tertiary-hover);\n ", ": var(--text-tertiary-active);\n ", ": var(--text-tertiary);\n ", ": var(--text-tertiary-hover);\n ", ": var(--text-tertiary-active);\n ", ": 0;\n "])), tokens.linkFontFamily, tokens.linkColor, tokens.linkColorHover, tokens.linkColorActive, tokens.linkColorVisited, tokens.linkColorVisitedHover, tokens.linkColorVisitedActive, tokens.linkUnderlineBorder),
19
+ paragraph: /*#__PURE__*/css(_templateObject5 || (_templateObject5 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": var(--plasma-typo-text-m-font-family);\n ", ": var(--text-paragraph);\n ", ": var(--text-paragraph-hover);\n ", ": var(--text-paragraph-active);\n ", ": var(--text-paragraph);\n ", ": var(--text-paragraph-hover);\n ", ": var(--text-paragraph-active);\n ", ": 0;\n "])), tokens.linkFontFamily, tokens.linkColor, tokens.linkColorHover, tokens.linkColorActive, tokens.linkColorVisited, tokens.linkColorVisitedHover, tokens.linkColorVisitedActive, tokens.linkUnderlineBorder),
20
+ accent: /*#__PURE__*/css(_templateObject6 || (_templateObject6 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": var(--plasma-typo-text-m-font-family);\n ", ": var(--text-accent);\n ", ": var(--text-accent-hover);\n ", ": var(--text-accent-active);\n ", ": var(--text-accent);\n ", ": var(--text-accent-hover);\n ", ": var(--text-accent-active);\n ", ": 0;\n "])), tokens.linkFontFamily, tokens.linkColor, tokens.linkColorHover, tokens.linkColorActive, tokens.linkColorVisited, tokens.linkColorVisitedHover, tokens.linkColorVisitedActive, tokens.linkUnderlineBorder),
21
+ positive: /*#__PURE__*/css(_templateObject7 || (_templateObject7 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": var(--plasma-typo-text-m-font-family);\n ", ": var(--text-positive);\n ", ": var(--text-positive-hover);\n ", ": var(--text-positive-active);\n ", ": var(--text-positive);\n ", ": var(--text-positive-hover);\n ", ": var(--text-positive-active);\n ", ": 0;\n "])), tokens.linkFontFamily, tokens.linkColor, tokens.linkColorHover, tokens.linkColorActive, tokens.linkColorVisited, tokens.linkColorVisitedHover, tokens.linkColorVisitedActive, tokens.linkUnderlineBorder),
22
+ warning: /*#__PURE__*/css(_templateObject8 || (_templateObject8 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": var(--plasma-typo-text-m-font-family);\n ", ": var(--text-warning);\n ", ": var(--text-warning-hover);\n ", ": var(--text-warning-active);\n ", ": var(--text-warning);\n ", ": var(--text-warning-hover);\n ", ": var(--text-warning-active);\n ", ": 0;\n "])), tokens.linkFontFamily, tokens.linkColor, tokens.linkColorHover, tokens.linkColorActive, tokens.linkColorVisited, tokens.linkColorVisitedHover, tokens.linkColorVisitedActive, tokens.linkUnderlineBorder),
23
+ negative: /*#__PURE__*/css(_templateObject9 || (_templateObject9 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": var(--plasma-typo-text-m-font-family);\n ", ": var(--text-negative);\n ", ": var(--text-negative-hover);\n ", ": var(--text-negative-active);\n ", ": var(--text-negative);\n ", ": var(--text-negative-hover);\n ", ": var(--text-negative-active);\n ", ": 0;\n "])), tokens.linkFontFamily, tokens.linkColor, tokens.linkColorHover, tokens.linkColorActive, tokens.linkColorVisited, tokens.linkColorVisitedHover, tokens.linkColorVisitedActive, tokens.linkUnderlineBorder),
24
+ clear: /*#__PURE__*/css(_templateObject10 || (_templateObject10 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": var(--plasma-typo-text-m-font-family);\n ", ":inherit;\n ", ": inherit;\n ", ": inherit;\n ", ": inherit;\n ", ": inherit;\n ", ": inherit;\n ", ": 0.063rem;\n "])), tokens.linkFontFamily, tokens.linkColor, tokens.linkColorHover, tokens.linkColorActive, tokens.linkColorVisited, tokens.linkColorVisitedHover, tokens.linkColorVisitedActive, tokens.linkUnderlineBorder)
25
25
  },
26
26
  disabled: {
27
- "true": /*#__PURE__*/css(_templateObject11 || (_templateObject11 = /*#__PURE__*/_taggedTemplateLiteral(["\n --plasma-link-disabled-opacity: 0.4;\n "])))
27
+ "true": /*#__PURE__*/css(_templateObject11 || (_templateObject11 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": 0.4;\n "])), tokens.linkDisabledOpacity)
28
28
  },
29
29
  focused: {
30
- "true": /*#__PURE__*/css(_templateObject12 || (_templateObject12 = /*#__PURE__*/_taggedTemplateLiteral(["\n --plasma-link-focus-color: var(--text-accent);\n "])))
30
+ "true": /*#__PURE__*/css(_templateObject12 || (_templateObject12 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": var(--text-accent);\n "])), tokens.linkColorFocus)
31
31
  }
32
32
  }
33
33
  };
@@ -0,0 +1,29 @@
1
+ var _templateObject, _templateObject2, _templateObject3, _templateObject4, _templateObject5, _templateObject6, _templateObject7, _templateObject8, _templateObject9;
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, listTokens } from '@salutejs/plasma-new-hope/styled-components';
4
+ export var config = {
5
+ defaults: {
6
+ view: 'default',
7
+ size: 's',
8
+ variant: 'normal'
9
+ },
10
+ variations: {
11
+ view: {
12
+ "default": /*#__PURE__*/css(_templateObject || (_templateObject = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": var(--text-primary);\n ", ": var(--text-primary);\n ", ": transparent;\n ", ": var(--surface-transparent-secondary);\n ", ": transparent;\n ", ": transparent;\n "])), listTokens.listItemColor, listTokens.listItemColorHover, listTokens.listItemBackground, listTokens.listItemBackgroundHover, listTokens.listItemBorderColor, listTokens.listItemBorderColorHover)
13
+ },
14
+ size: {
15
+ xs: /*#__PURE__*/css(_templateObject2 || (_templateObject2 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": 0.5rem;\n ", ": 0.5rem;\n ", ": 0.5rem;\n ", ": 0.5rem;\n ", ": 0.5rem;\n ", ": 0rem;\n ", ": 0.375rem;\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 "])), listTokens.listItemPaddingTop, listTokens.listItemPaddingLeft, listTokens.listItemPaddingRight, listTokens.listItemPaddingBottom, listTokens.listItemBorderRadius, listTokens.listItemBorderWidth, listTokens.listItemGap, listTokens.listItemFontFamily, listTokens.listItemFontSize, listTokens.listItemFontStyle, listTokens.listItemFontWeight, listTokens.listItemLetterSpacing, listTokens.listItemLineHeight),
16
+ s: /*#__PURE__*/css(_templateObject3 || (_templateObject3 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": 0.689rem;\n ", ": 0.75rem;\n ", ": 0.75rem;\n ", ": 0.689rem;\n ", ": 0.625rem;\n ", ": 0rem;\n ", ": 0.375rem;\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 "])), listTokens.listItemPaddingTop, listTokens.listItemPaddingLeft, listTokens.listItemPaddingRight, listTokens.listItemPaddingBottom, listTokens.listItemBorderRadius, listTokens.listItemBorderWidth, listTokens.listItemGap, listTokens.listItemFontFamily, listTokens.listItemFontSize, listTokens.listItemFontStyle, listTokens.listItemFontWeight, listTokens.listItemLetterSpacing, listTokens.listItemLineHeight),
17
+ m: /*#__PURE__*/css(_templateObject4 || (_templateObject4 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": 0.75rem;\n ", ": 0.875rem;\n ", ": 0.875rem;\n ", ": 0.75rem;\n ", ": 0.75rem;\n ", ": 0rem;\n ", ": 0.5rem;\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 "])), listTokens.listItemPaddingTop, listTokens.listItemPaddingLeft, listTokens.listItemPaddingRight, listTokens.listItemPaddingBottom, listTokens.listItemBorderRadius, listTokens.listItemBorderWidth, listTokens.listItemGap, listTokens.listItemFontFamily, listTokens.listItemFontSize, listTokens.listItemFontStyle, listTokens.listItemFontWeight, listTokens.listItemLetterSpacing, listTokens.listItemLineHeight),
18
+ l: /*#__PURE__*/css(_templateObject5 || (_templateObject5 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": 1rem;\n ", ": 1rem;\n ", ": 1rem;\n ", ": 1rem;\n ", ": 0.875rem;\n ", ": 0rem;\n ", ": 0.5rem;\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 "])), listTokens.listItemPaddingTop, listTokens.listItemPaddingLeft, listTokens.listItemPaddingRight, listTokens.listItemPaddingBottom, listTokens.listItemBorderRadius, listTokens.listItemBorderWidth, listTokens.listItemGap, listTokens.listItemFontFamily, listTokens.listItemFontSize, listTokens.listItemFontStyle, listTokens.listItemFontWeight, listTokens.listItemLetterSpacing, listTokens.listItemLineHeight),
19
+ xl: /*#__PURE__*/css(_templateObject6 || (_templateObject6 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": 1.3125rem;\n ", ": 1.125rem;\n ", ": 1.125rem;\n ", ": 1.3125rem;\n ", ": 1rem;\n ", ": 0rem;\n ", ": 0.5rem;\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 "])), listTokens.listItemPaddingTop, listTokens.listItemPaddingLeft, listTokens.listItemPaddingRight, listTokens.listItemPaddingBottom, listTokens.listItemBorderRadius, listTokens.listItemBorderWidth, listTokens.listItemGap, listTokens.listItemFontFamily, listTokens.listItemFontSize, listTokens.listItemFontStyle, listTokens.listItemFontWeight, listTokens.listItemLetterSpacing, listTokens.listItemLineHeight)
20
+ },
21
+ variant: {
22
+ normal: /*#__PURE__*/css(_templateObject7 || (_templateObject7 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": 0.4;\n ", ": 0rem;\n "])), listTokens.listDisabledOpacity, listTokens.listItemVariantDifference),
23
+ tight: /*#__PURE__*/css(_templateObject8 || (_templateObject8 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": 0.25rem;\n ", ": 0.4;\n "])), listTokens.listItemVariantDifference, listTokens.listDisabledOpacity)
24
+ },
25
+ disabled: {
26
+ "true": /*#__PURE__*/css(_templateObject9 || (_templateObject9 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": red;\n "])), listTokens.listItemBackground)
27
+ }
28
+ }
29
+ };
@@ -0,0 +1,9 @@
1
+ import { listConfig, component, mergeConfig } from '@salutejs/plasma-new-hope/styled-components';
2
+ import { config } from './List.config';
3
+ var mergedConfig = /*#__PURE__*/mergeConfig(listConfig, config);
4
+ var ListComponent = /*#__PURE__*/component(mergedConfig);
5
+
6
+ /**
7
+ * Лист.
8
+ */
9
+ export var List = ListComponent;
@@ -1,2 +1,2 @@
1
- export { List } from '@salutejs/plasma-hope';
2
- export { ListItem } from '@salutejs/plasma-hope';
1
+ export { ListItem } from '@salutejs/plasma-new-hope/styled-components';
2
+ export { List } from './List';
package/es/index.js CHANGED
@@ -80,5 +80,4 @@ export * from './components/Tree';
80
80
  export * from './components/Note';
81
81
  export * from './components/LinkButton';
82
82
  export * from './components/NumberFormat';
83
- export * from './components/Table';
84
- export * from './components/CodeField';
83
+ export * from './components/Table';