@salutejs/plasma-web 1.577.0-dev.0 → 1.579.0-canary.1889.14220074657.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 (43) hide show
  1. package/components/Typography/Body.config.js +5 -5
  2. package/components/Typography/Dspl.config.js +3 -3
  3. package/components/Typography/Heading.config.js +5 -5
  4. package/components/Typography/Old/index.d.ts +24 -6
  5. package/components/Typography/Text.config.js +4 -4
  6. package/components/Typography/Typography.d.ts +136 -34
  7. package/css/cjs/components/Editable/Editable.css +20 -20
  8. package/css/cjs/components/Typography/Body.config.js +1 -1
  9. package/css/cjs/components/Typography/Body.config.js.map +1 -1
  10. package/css/cjs/components/Typography/{Body.config_endr2e.css → Body.config_2pzxxt.css} +5 -5
  11. package/css/cjs/components/Typography/Dspl.config.js +1 -1
  12. package/css/cjs/components/Typography/Dspl.config.js.map +1 -1
  13. package/css/{es/components/Typography/Dspl.config_owrt7v.css → cjs/components/Typography/Dspl.config_1s5xnbu.css} +3 -3
  14. package/css/cjs/components/Typography/Heading.config.js +1 -1
  15. package/css/cjs/components/Typography/Heading.config.js.map +1 -1
  16. package/css/{es/components/Typography/Heading.config_1fd36gz.css → cjs/components/Typography/Heading.config_74jx4e.css} +5 -5
  17. package/css/cjs/components/Typography/Text.config.js +1 -1
  18. package/css/cjs/components/Typography/Text.config.js.map +1 -1
  19. package/css/{es/components/Typography/Text.config_ta1h5z.css → cjs/components/Typography/Text.config_15fbym1.css} +4 -4
  20. package/css/cjs/components/Typography/Typography.css +17 -17
  21. package/css/cjs/components/Typography/index.css +20 -20
  22. package/css/cjs/index.css +20 -20
  23. package/css/es/components/Editable/Editable.css +20 -20
  24. package/css/es/components/Typography/Body.config.js +1 -1
  25. package/css/es/components/Typography/Body.config.js.map +1 -1
  26. package/css/es/components/Typography/{Body.config_endr2e.css → Body.config_2pzxxt.css} +5 -5
  27. package/css/es/components/Typography/Dspl.config.js +1 -1
  28. package/css/es/components/Typography/Dspl.config.js.map +1 -1
  29. package/css/{cjs/components/Typography/Dspl.config_owrt7v.css → es/components/Typography/Dspl.config_1s5xnbu.css} +3 -3
  30. package/css/es/components/Typography/Heading.config.js +1 -1
  31. package/css/es/components/Typography/Heading.config.js.map +1 -1
  32. package/css/{cjs/components/Typography/Heading.config_1fd36gz.css → es/components/Typography/Heading.config_74jx4e.css} +5 -5
  33. package/css/es/components/Typography/Text.config.js +1 -1
  34. package/css/es/components/Typography/Text.config.js.map +1 -1
  35. package/css/{cjs/components/Typography/Text.config_ta1h5z.css → es/components/Typography/Text.config_15fbym1.css} +4 -4
  36. package/css/es/components/Typography/Typography.css +17 -17
  37. package/css/es/components/Typography/index.css +20 -20
  38. package/css/es/index.css +20 -20
  39. package/es/components/Typography/Body.config.js +5 -5
  40. package/es/components/Typography/Dspl.config.js +3 -3
  41. package/es/components/Typography/Heading.config.js +5 -5
  42. package/es/components/Typography/Text.config.js +4 -4
  43. package/package.json +9 -9
@@ -7,7 +7,7 @@ export var configL = {
7
7
  },
8
8
  variations: {
9
9
  size: {
10
- l: /*#__PURE__*/css(_templateObject || (_templateObject = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": var(--plasma-typo-dspl-l-font-family);\n ", ": var(--plasma-typo-dspl-l-font-size);\n ", ": var(--plasma-typo-dspl-l-font-style);\n ", ": var(--plasma-typo-dspl-l-font-weight);\n ", ": var(--plasma-typo-dspl-l-bold-font-weight);\n ", ": var(--plasma-typo-dspl-l-letter-spacing);\n ", ": var(--plasma-typo-dspl-l-line-height);\n "])), typographyTokens.typoFontFamily, typographyTokens.typoFontSize, typographyTokens.typoFontStyle, typographyTokens.typoFontWeight, typographyTokens.typoFontWeightBold, typographyTokens.typoFontLetterSpacing, typographyTokens.typoFontLineHeight)
10
+ l: /*#__PURE__*/css(_templateObject || (_templateObject = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": var(--plasma-typo-dspl-l-font-family);\n ", ": var(--plasma-typo-dspl-l-font-size);\n ", ": var(--plasma-typo-dspl-l-font-style);\n ", ": var(--plasma-typo-dspl-l-font-weight);\n ", ": var(--plasma-typo-dspl-l-bold-font-weight);\n ", ": var(--plasma-typo-dspl-l-medium-font-weight);\n ", ": var(--plasma-typo-dspl-l-letter-spacing);\n ", ": var(--plasma-typo-dspl-l-line-height);\n "])), typographyTokens.typoFontFamily, typographyTokens.typoFontSize, typographyTokens.typoFontStyle, typographyTokens.typoFontWeight, typographyTokens.typoFontWeightBold, typographyTokens.typoFontWeightMedium, typographyTokens.typoFontLetterSpacing, typographyTokens.typoFontLineHeight)
11
11
  }
12
12
  }
13
13
  };
@@ -17,7 +17,7 @@ export var configM = {
17
17
  },
18
18
  variations: {
19
19
  size: {
20
- m: /*#__PURE__*/css(_templateObject2 || (_templateObject2 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": var(--plasma-typo-dspl-m-font-family);\n ", ": var(--plasma-typo-dspl-m-font-size);\n ", ": var(--plasma-typo-dspl-m-font-style);\n ", ": var(--plasma-typo-dspl-m-font-weight);\n ", ": var(--plasma-typo-dspl-m-bold-font-weight);\n ", ": var(--plasma-typo-dspl-m-letter-spacing);\n ", ": var(--plasma-typo-dspl-m-line-height);\n "])), typographyTokens.typoFontFamily, typographyTokens.typoFontSize, typographyTokens.typoFontStyle, typographyTokens.typoFontWeight, typographyTokens.typoFontWeightBold, typographyTokens.typoFontLetterSpacing, typographyTokens.typoFontLineHeight)
20
+ m: /*#__PURE__*/css(_templateObject2 || (_templateObject2 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": var(--plasma-typo-dspl-m-font-family);\n ", ": var(--plasma-typo-dspl-m-font-size);\n ", ": var(--plasma-typo-dspl-m-font-style);\n ", ": var(--plasma-typo-dspl-m-font-weight);\n ", ": var(--plasma-typo-dspl-m-bold-font-weight);\n ", ": var(--plasma-typo-dspl-m-medium-font-weight);\n ", ": var(--plasma-typo-dspl-m-letter-spacing);\n ", ": var(--plasma-typo-dspl-m-line-height);\n "])), typographyTokens.typoFontFamily, typographyTokens.typoFontSize, typographyTokens.typoFontStyle, typographyTokens.typoFontWeight, typographyTokens.typoFontWeightBold, typographyTokens.typoFontWeightMedium, typographyTokens.typoFontLetterSpacing, typographyTokens.typoFontLineHeight)
21
21
  }
22
22
  }
23
23
  };
@@ -27,7 +27,7 @@ export var configS = {
27
27
  },
28
28
  variations: {
29
29
  size: {
30
- s: /*#__PURE__*/css(_templateObject3 || (_templateObject3 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": var(--plasma-typo-dspl-s-font-family);\n ", ": var(--plasma-typo-dspl-s-font-size);\n ", ": var(--plasma-typo-dspl-s-font-style);\n ", ": var(--plasma-typo-dspl-s-font-weight);\n ", ": var(--plasma-typo-dspl-s-bold-font-weight);\n ", ": var(--plasma-typo-dspl-s-letter-spacing);\n ", ": var(--plasma-typo-dspl-s-line-height);\n "])), typographyTokens.typoFontFamily, typographyTokens.typoFontSize, typographyTokens.typoFontStyle, typographyTokens.typoFontWeight, typographyTokens.typoFontWeightBold, typographyTokens.typoFontLetterSpacing, typographyTokens.typoFontLineHeight)
30
+ s: /*#__PURE__*/css(_templateObject3 || (_templateObject3 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": var(--plasma-typo-dspl-s-font-family);\n ", ": var(--plasma-typo-dspl-s-font-size);\n ", ": var(--plasma-typo-dspl-s-font-style);\n ", ": var(--plasma-typo-dspl-s-font-weight);\n ", ": var(--plasma-typo-dspl-s-bold-font-weight);\n ", ": var(--plasma-typo-dspl-s-medium-font-weight);\n ", ": var(--plasma-typo-dspl-s-letter-spacing);\n ", ": var(--plasma-typo-dspl-s-line-height);\n "])), typographyTokens.typoFontFamily, typographyTokens.typoFontSize, typographyTokens.typoFontStyle, typographyTokens.typoFontWeight, typographyTokens.typoFontWeightBold, typographyTokens.typoFontWeightMedium, typographyTokens.typoFontLetterSpacing, typographyTokens.typoFontLineHeight)
31
31
  }
32
32
  }
33
33
  };
@@ -7,7 +7,7 @@ export var configH1 = {
7
7
  },
8
8
  variations: {
9
9
  size: {
10
- h1: /*#__PURE__*/css(_templateObject || (_templateObject = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": var(--plasma-typo-h1-font-family);\n ", ": var(--plasma-typo-h1-font-size);\n ", ": var(--plasma-typo-h1-font-style);\n ", ": var(--plasma-typo-h1-font-weight);\n ", ": var(--plasma-typo-h1-bold-font-weight);\n ", ": var(--plasma-typo-h1-letter-spacing);\n ", ": var(--plasma-typo-h1-line-height);\n "])), typographyTokens.typoFontFamily, typographyTokens.typoFontSize, typographyTokens.typoFontStyle, typographyTokens.typoFontWeight, typographyTokens.typoFontWeightBold, typographyTokens.typoFontLetterSpacing, typographyTokens.typoFontLineHeight)
10
+ h1: /*#__PURE__*/css(_templateObject || (_templateObject = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": var(--plasma-typo-h1-font-family);\n ", ": var(--plasma-typo-h1-font-size);\n ", ": var(--plasma-typo-h1-font-style);\n ", ": var(--plasma-typo-h1-font-weight);\n ", ": var(--plasma-typo-h1-bold-font-weight);\n ", ": var(--plasma-typo-h1-medium-font-weight);\n ", ": var(--plasma-typo-h1-letter-spacing);\n ", ": var(--plasma-typo-h1-line-height);\n "])), typographyTokens.typoFontFamily, typographyTokens.typoFontSize, typographyTokens.typoFontStyle, typographyTokens.typoFontWeight, typographyTokens.typoFontWeightBold, typographyTokens.typoFontWeightMedium, typographyTokens.typoFontLetterSpacing, typographyTokens.typoFontLineHeight)
11
11
  }
12
12
  }
13
13
  };
@@ -17,7 +17,7 @@ export var configH2 = {
17
17
  },
18
18
  variations: {
19
19
  size: {
20
- h2: /*#__PURE__*/css(_templateObject2 || (_templateObject2 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": var(--plasma-typo-h2-font-family);\n ", ": var(--plasma-typo-h2-font-size);\n ", ": var(--plasma-typo-h2-font-style);\n ", ": var(--plasma-typo-h2-font-weight);\n ", ": var(--plasma-typo-h2-bold-font-weight);\n ", ": var(--plasma-typo-h2-letter-spacing);\n ", ": var(--plasma-typo-h2-line-height);\n "])), typographyTokens.typoFontFamily, typographyTokens.typoFontSize, typographyTokens.typoFontStyle, typographyTokens.typoFontWeight, typographyTokens.typoFontWeightBold, typographyTokens.typoFontLetterSpacing, typographyTokens.typoFontLineHeight)
20
+ h2: /*#__PURE__*/css(_templateObject2 || (_templateObject2 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": var(--plasma-typo-h2-font-family);\n ", ": var(--plasma-typo-h2-font-size);\n ", ": var(--plasma-typo-h2-font-style);\n ", ": var(--plasma-typo-h2-font-weight);\n ", ": var(--plasma-typo-h2-bold-font-weight);\n ", ": var(--plasma-typo-h2-medium-font-weight);\n ", ": var(--plasma-typo-h2-letter-spacing);\n ", ": var(--plasma-typo-h2-line-height);\n "])), typographyTokens.typoFontFamily, typographyTokens.typoFontSize, typographyTokens.typoFontStyle, typographyTokens.typoFontWeight, typographyTokens.typoFontWeightBold, typographyTokens.typoFontWeightMedium, typographyTokens.typoFontLetterSpacing, typographyTokens.typoFontLineHeight)
21
21
  }
22
22
  }
23
23
  };
@@ -27,7 +27,7 @@ export var configH3 = {
27
27
  },
28
28
  variations: {
29
29
  size: {
30
- h3: /*#__PURE__*/css(_templateObject3 || (_templateObject3 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": var(--plasma-typo-h3-font-family);\n ", ": var(--plasma-typo-h3-font-size);\n ", ": var(--plasma-typo-h3-font-style);\n ", ": var(--plasma-typo-h3-font-weight);\n ", ": var(--plasma-typo-h3-bold-font-weight);\n ", ": var(--plasma-typo-h3-letter-spacing);\n ", ": var(--plasma-typo-h3-line-height);\n "])), typographyTokens.typoFontFamily, typographyTokens.typoFontSize, typographyTokens.typoFontStyle, typographyTokens.typoFontWeight, typographyTokens.typoFontWeightBold, typographyTokens.typoFontLetterSpacing, typographyTokens.typoFontLineHeight)
30
+ h3: /*#__PURE__*/css(_templateObject3 || (_templateObject3 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": var(--plasma-typo-h3-font-family);\n ", ": var(--plasma-typo-h3-font-size);\n ", ": var(--plasma-typo-h3-font-style);\n ", ": var(--plasma-typo-h3-font-weight);\n ", ": var(--plasma-typo-h3-bold-font-weight);\n ", ": var(--plasma-typo-h3-medium-font-weight);\n ", ": var(--plasma-typo-h3-letter-spacing);\n ", ": var(--plasma-typo-h3-line-height);\n "])), typographyTokens.typoFontFamily, typographyTokens.typoFontSize, typographyTokens.typoFontStyle, typographyTokens.typoFontWeight, typographyTokens.typoFontWeightBold, typographyTokens.typoFontWeightMedium, typographyTokens.typoFontLetterSpacing, typographyTokens.typoFontLineHeight)
31
31
  }
32
32
  }
33
33
  };
@@ -37,7 +37,7 @@ export var configH4 = {
37
37
  },
38
38
  variations: {
39
39
  size: {
40
- h4: /*#__PURE__*/css(_templateObject4 || (_templateObject4 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": var(--plasma-typo-h4-font-family);\n ", ": var(--plasma-typo-h4-font-size);\n ", ": var(--plasma-typo-h4-font-style);\n ", ": var(--plasma-typo-h4-font-weight);\n ", ": var(--plasma-typo-h4-bold-font-weight);\n ", ": var(--plasma-typo-h4-letter-spacing);\n ", ": var(--plasma-typo-h4-line-height);\n "])), typographyTokens.typoFontFamily, typographyTokens.typoFontSize, typographyTokens.typoFontStyle, typographyTokens.typoFontWeight, typographyTokens.typoFontWeightBold, typographyTokens.typoFontLetterSpacing, typographyTokens.typoFontLineHeight)
40
+ h4: /*#__PURE__*/css(_templateObject4 || (_templateObject4 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": var(--plasma-typo-h4-font-family);\n ", ": var(--plasma-typo-h4-font-size);\n ", ": var(--plasma-typo-h4-font-style);\n ", ": var(--plasma-typo-h4-font-weight);\n ", ": var(--plasma-typo-h4-bold-font-weight);\n ", ": var(--plasma-typo-h4-medium-font-weight);\n ", ": var(--plasma-typo-h4-letter-spacing);\n ", ": var(--plasma-typo-h4-line-height);\n "])), typographyTokens.typoFontFamily, typographyTokens.typoFontSize, typographyTokens.typoFontStyle, typographyTokens.typoFontWeight, typographyTokens.typoFontWeightBold, typographyTokens.typoFontWeightMedium, typographyTokens.typoFontLetterSpacing, typographyTokens.typoFontLineHeight)
41
41
  }
42
42
  }
43
43
  };
@@ -47,7 +47,7 @@ export var configH5 = {
47
47
  },
48
48
  variations: {
49
49
  size: {
50
- h5: /*#__PURE__*/css(_templateObject5 || (_templateObject5 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": var(--plasma-typo-h5-font-family);\n ", ": var(--plasma-typo-h5-font-size);\n ", ": var(--plasma-typo-h5-font-style);\n ", ": var(--plasma-typo-h5-font-weight);\n ", ": var(--plasma-typo-h5-bold-font-weight);\n ", ": var(--plasma-typo-h5-letter-spacing);\n ", ": var(--plasma-typo-h5-line-height);\n "])), typographyTokens.typoFontFamily, typographyTokens.typoFontSize, typographyTokens.typoFontStyle, typographyTokens.typoFontWeight, typographyTokens.typoFontWeightBold, typographyTokens.typoFontLetterSpacing, typographyTokens.typoFontLineHeight)
50
+ h5: /*#__PURE__*/css(_templateObject5 || (_templateObject5 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": var(--plasma-typo-h5-font-family);\n ", ": var(--plasma-typo-h5-font-size);\n ", ": var(--plasma-typo-h5-font-style);\n ", ": var(--plasma-typo-h5-font-weight);\n ", ": var(--plasma-typo-h5-bold-font-weight);\n ", ": var(--plasma-typo-h5-medium-font-weight);\n ", ": var(--plasma-typo-h5-letter-spacing);\n ", ": var(--plasma-typo-h5-line-height);\n "])), typographyTokens.typoFontFamily, typographyTokens.typoFontSize, typographyTokens.typoFontStyle, typographyTokens.typoFontWeight, typographyTokens.typoFontWeightBold, typographyTokens.typoFontWeightMedium, typographyTokens.typoFontLetterSpacing, typographyTokens.typoFontLineHeight)
51
51
  }
52
52
  }
53
53
  };
@@ -7,7 +7,7 @@ export var configL = {
7
7
  },
8
8
  variations: {
9
9
  size: {
10
- l: /*#__PURE__*/css(_templateObject || (_templateObject = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": var(--plasma-typo-text-l-font-family);\n ", ": var(--plasma-typo-text-l-font-size);\n ", ": var(--plasma-typo-text-l-font-style);\n ", ": var(--plasma-typo-text-l-font-weight);\n ", ": var(--plasma-typo-text-l-bold-font-weight);\n ", ": var(--plasma-typo-text-l-letter-spacing);\n ", ": var(--plasma-typo-text-l-line-height);\n "])), typographyTokens.typoFontFamily, typographyTokens.typoFontSize, typographyTokens.typoFontStyle, typographyTokens.typoFontWeight, typographyTokens.typoFontWeightBold, typographyTokens.typoFontLetterSpacing, typographyTokens.typoFontLineHeight)
10
+ l: /*#__PURE__*/css(_templateObject || (_templateObject = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": var(--plasma-typo-text-l-font-family);\n ", ": var(--plasma-typo-text-l-font-size);\n ", ": var(--plasma-typo-text-l-font-style);\n ", ": var(--plasma-typo-text-l-font-weight);\n ", ": var(--plasma-typo-text-l-bold-font-weight);\n ", ": var(--plasma-typo-text-l-medium-font-weight);\n ", ": var(--plasma-typo-text-l-letter-spacing);\n ", ": var(--plasma-typo-text-l-line-height);\n "])), typographyTokens.typoFontFamily, typographyTokens.typoFontSize, typographyTokens.typoFontStyle, typographyTokens.typoFontWeight, typographyTokens.typoFontWeightBold, typographyTokens.typoFontWeightMedium, typographyTokens.typoFontLetterSpacing, typographyTokens.typoFontLineHeight)
11
11
  }
12
12
  }
13
13
  };
@@ -17,7 +17,7 @@ export var configM = {
17
17
  },
18
18
  variations: {
19
19
  size: {
20
- m: /*#__PURE__*/css(_templateObject2 || (_templateObject2 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": var(--plasma-typo-text-m-font-family);\n ", ": var(--plasma-typo-text-m-font-size);\n ", ": var(--plasma-typo-text-m-font-style);\n ", ": var(--plasma-typo-text-m-font-weight);\n ", ": var(--plasma-typo-text-m-bold-font-weight);\n ", ": var(--plasma-typo-text-m-letter-spacing);\n ", ": var(--plasma-typo-text-m-line-height);\n "])), typographyTokens.typoFontFamily, typographyTokens.typoFontSize, typographyTokens.typoFontStyle, typographyTokens.typoFontWeight, typographyTokens.typoFontWeightBold, typographyTokens.typoFontLetterSpacing, typographyTokens.typoFontLineHeight)
20
+ m: /*#__PURE__*/css(_templateObject2 || (_templateObject2 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": var(--plasma-typo-text-m-font-family);\n ", ": var(--plasma-typo-text-m-font-size);\n ", ": var(--plasma-typo-text-m-font-style);\n ", ": var(--plasma-typo-text-m-font-weight);\n ", ": var(--plasma-typo-text-m-bold-font-weight);\n ", ": var(--plasma-typo-text-m-medium-font-weight);\n ", ": var(--plasma-typo-text-m-letter-spacing);\n ", ": var(--plasma-typo-text-m-line-height);\n "])), typographyTokens.typoFontFamily, typographyTokens.typoFontSize, typographyTokens.typoFontStyle, typographyTokens.typoFontWeight, typographyTokens.typoFontWeightBold, typographyTokens.typoFontWeightMedium, typographyTokens.typoFontLetterSpacing, typographyTokens.typoFontLineHeight)
21
21
  }
22
22
  }
23
23
  };
@@ -27,7 +27,7 @@ export var configS = {
27
27
  },
28
28
  variations: {
29
29
  size: {
30
- s: /*#__PURE__*/css(_templateObject3 || (_templateObject3 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": var(--plasma-typo-text-s-font-family);\n ", ": var(--plasma-typo-text-s-font-size);\n ", ": var(--plasma-typo-text-s-font-style);\n ", ": var(--plasma-typo-text-s-font-weight);\n ", ": var(--plasma-typo-text-s-bold-font-weight);\n ", ": var(--plasma-typo-text-s-letter-spacing);\n ", ": var(--plasma-typo-text-s-line-height);\n "])), typographyTokens.typoFontFamily, typographyTokens.typoFontSize, typographyTokens.typoFontStyle, typographyTokens.typoFontWeight, typographyTokens.typoFontWeightBold, typographyTokens.typoFontLetterSpacing, typographyTokens.typoFontLineHeight)
30
+ s: /*#__PURE__*/css(_templateObject3 || (_templateObject3 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": var(--plasma-typo-text-s-font-family);\n ", ": var(--plasma-typo-text-s-font-size);\n ", ": var(--plasma-typo-text-s-font-style);\n ", ": var(--plasma-typo-text-s-font-weight);\n ", ": var(--plasma-typo-text-s-bold-font-weight);\n ", ": var(--plasma-typo-text-s-medium-font-weight);\n ", ": var(--plasma-typo-text-s-letter-spacing);\n ", ": var(--plasma-typo-text-s-line-height);\n "])), typographyTokens.typoFontFamily, typographyTokens.typoFontSize, typographyTokens.typoFontStyle, typographyTokens.typoFontWeight, typographyTokens.typoFontWeightBold, typographyTokens.typoFontWeightMedium, typographyTokens.typoFontLetterSpacing, typographyTokens.typoFontLineHeight)
31
31
  }
32
32
  }
33
33
  };
@@ -37,7 +37,7 @@ export var configXS = {
37
37
  },
38
38
  variations: {
39
39
  size: {
40
- xs: /*#__PURE__*/css(_templateObject4 || (_templateObject4 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": var(--plasma-typo-text-xs-font-family);\n ", ": var(--plasma-typo-text-xs-font-size);\n ", ": var(--plasma-typo-text-xs-font-style);\n ", ": var(--plasma-typo-text-xs-font-weight);\n ", ": var(--plasma-typo-text-xs-bold-font-weight);\n ", ": var(--plasma-typo-text-xs-letter-spacing);\n ", ": var(--plasma-typo-text-xs-line-height);\n "])), typographyTokens.typoFontFamily, typographyTokens.typoFontSize, typographyTokens.typoFontStyle, typographyTokens.typoFontWeight, typographyTokens.typoFontWeightBold, typographyTokens.typoFontLetterSpacing, typographyTokens.typoFontLineHeight)
40
+ xs: /*#__PURE__*/css(_templateObject4 || (_templateObject4 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": var(--plasma-typo-text-xs-font-family);\n ", ": var(--plasma-typo-text-xs-font-size);\n ", ": var(--plasma-typo-text-xs-font-style);\n ", ": var(--plasma-typo-text-xs-font-weight);\n ", ": var(--plasma-typo-text-xs-bold-font-weight);\n ", ": var(--plasma-typo-text-xs-medium-font-weight);\n ", ": var(--plasma-typo-text-xs-letter-spacing);\n ", ": var(--plasma-typo-text-xs-line-height);\n "])), typographyTokens.typoFontFamily, typographyTokens.typoFontSize, typographyTokens.typoFontStyle, typographyTokens.typoFontWeight, typographyTokens.typoFontWeightBold, typographyTokens.typoFontWeightMedium, typographyTokens.typoFontLetterSpacing, typographyTokens.typoFontLineHeight)
41
41
  }
42
42
  }
43
43
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salutejs/plasma-web",
3
- "version": "1.577.0-dev.0",
3
+ "version": "1.579.0-canary.1889.14220074657.0",
4
4
  "description": "Salute Design System / React UI kit for web applications",
5
5
  "author": "Salute Frontend Team <salute.developers@gmail.com>",
6
6
  "license": "MIT",
@@ -19,10 +19,10 @@
19
19
  "directory": "packages/plasma-web"
20
20
  },
21
21
  "dependencies": {
22
- "@salutejs/plasma-core": "1.195.0-dev.0",
23
- "@salutejs/plasma-hope": "1.338.0-dev.0",
24
- "@salutejs/plasma-new-hope": "0.319.0-dev.0",
25
- "@salutejs/plasma-themes": "0.31.0-dev.0",
22
+ "@salutejs/plasma-core": "1.196.0-canary.1889.14220074657.0",
23
+ "@salutejs/plasma-hope": "1.339.0-canary.1889.14220074657.0",
24
+ "@salutejs/plasma-new-hope": "0.321.0-canary.1889.14220074657.0",
25
+ "@salutejs/plasma-themes": "0.32.0-canary.1889.14220074657.0",
26
26
  "@salutejs/plasma-tokens-b2b": "1.48.0",
27
27
  "@salutejs/plasma-tokens-b2c": "0.59.0",
28
28
  "@salutejs/plasma-tokens-web": "1.64.0",
@@ -49,9 +49,9 @@
49
49
  "@rollup/plugin-commonjs": "25.0.7",
50
50
  "@rollup/plugin-node-resolve": "15.2.3",
51
51
  "@salutejs/plasma-colors": "0.15.0",
52
- "@salutejs/plasma-cy-utils": "0.126.0-dev.0",
53
- "@salutejs/plasma-icons": "1.216.0-dev.0",
54
- "@salutejs/plasma-sb-utils": "0.195.0-dev.0",
52
+ "@salutejs/plasma-cy-utils": "0.127.0-canary.1889.14220074657.0",
53
+ "@salutejs/plasma-icons": "1.217.0-canary.1889.14220074657.0",
54
+ "@salutejs/plasma-sb-utils": "0.196.0-canary.1889.14220074657.0",
55
55
  "@storybook/addon-docs": "7.6.17",
56
56
  "@storybook/addon-essentials": "7.6.17",
57
57
  "@storybook/addons": "7.6.17",
@@ -111,5 +111,5 @@
111
111
  "Fanil Zubairov"
112
112
  ],
113
113
  "sideEffects": false,
114
- "gitHead": "10ac14d10727f39a7fb91ddba4aca0ae1378d6ab"
114
+ "gitHead": "bc12be75148b971323d54d0e90be3efea055a5d9"
115
115
  }