@salutejs/sdds-sbcom 0.347.0-next-sbcom.0 → 0.347.1-dev.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 (85) hide show
  1. package/README.md +27 -0
  2. package/dist/css/cjs/components/Button/Button.js +2 -1
  3. package/dist/css/cjs/components/Button/Button.js.map +1 -1
  4. package/dist/css/cjs/components/DatePicker/DatePicker.js +8 -14
  5. package/dist/css/cjs/components/DatePicker/DatePicker.js.map +1 -1
  6. package/dist/css/cjs/components/Link/Link.config.js +1 -1
  7. package/dist/css/cjs/components/Link/Link.config.js.map +1 -1
  8. package/dist/css/cjs/components/Link/{Link.config_1817zzv.css → Link.config_ekr7km.css} +9 -9
  9. package/dist/css/cjs/components/Link/Link.css +11 -11
  10. package/dist/css/cjs/components/Range/Range.js +4 -7
  11. package/dist/css/cjs/components/Range/Range.js.map +1 -1
  12. package/dist/css/cjs/components/Select/Select.js.map +1 -1
  13. package/dist/css/cjs/components/Skeleton/LineSkeleton.config.js +1 -1
  14. package/dist/css/{es/components/Skeleton/LineSkeleton.config_1lp1z21.css → cjs/components/Skeleton/LineSkeleton.config_10h85wr.css} +1 -1
  15. package/dist/css/cjs/components/Skeleton/Skeleton.css +20 -20
  16. package/dist/css/cjs/components/Slider/Slider.config.js +1 -1
  17. package/dist/css/cjs/components/Slider/Slider.config.js.map +1 -1
  18. package/dist/css/{es/components/Slider/Slider.config_101w2w9.css → cjs/components/Slider/Slider.config_3tslk9.css} +6 -6
  19. package/dist/css/cjs/components/Slider/Slider.css +7 -7
  20. package/dist/css/cjs/components/TextArea/TextArea.js +4 -7
  21. package/dist/css/cjs/components/TextArea/TextArea.js.map +1 -1
  22. package/dist/css/cjs/components/TextField/TextField.js +4 -7
  23. package/dist/css/cjs/components/TextField/TextField.js.map +1 -1
  24. package/dist/css/cjs/components/TextFieldSlider/TextFieldSlider.js +4 -7
  25. package/dist/css/cjs/components/TextFieldSlider/TextFieldSlider.js.map +1 -1
  26. package/dist/css/cjs/components/Tour/Tour.config.js +2 -2
  27. package/dist/css/cjs/components/Tour/Tour.config.js.map +1 -1
  28. package/dist/css/cjs/components/Tour/Tour.config_1j3xoyj.css +2 -0
  29. package/dist/css/cjs/components/Tour/Tour.css +1 -1
  30. package/dist/css/cjs/components/ViewContainer/ViewContainer.config.js +1 -1
  31. package/dist/css/cjs/components/ViewContainer/ViewContainer.config_1acu948.css +2 -0
  32. package/dist/css/cjs/components/ViewContainer/ViewContainer.css +2 -2
  33. package/dist/css/cjs/index.css +42 -42
  34. package/dist/css/es/components/Button/Button.js +2 -1
  35. package/dist/css/es/components/Button/Button.js.map +1 -1
  36. package/dist/css/es/components/DatePicker/DatePicker.js +14 -20
  37. package/dist/css/es/components/DatePicker/DatePicker.js.map +1 -1
  38. package/dist/css/es/components/Link/Link.config.js +1 -1
  39. package/dist/css/es/components/Link/Link.config.js.map +1 -1
  40. package/dist/css/es/components/Link/{Link.config_1817zzv.css → Link.config_ekr7km.css} +9 -9
  41. package/dist/css/es/components/Link/Link.css +11 -11
  42. package/dist/css/es/components/Range/Range.js +8 -11
  43. package/dist/css/es/components/Range/Range.js.map +1 -1
  44. package/dist/css/es/components/Select/Select.js.map +1 -1
  45. package/dist/css/es/components/Skeleton/LineSkeleton.config.js +1 -1
  46. package/dist/css/{cjs/components/Skeleton/LineSkeleton.config_1lp1z21.css → es/components/Skeleton/LineSkeleton.config_10h85wr.css} +1 -1
  47. package/dist/css/es/components/Skeleton/Skeleton.css +20 -20
  48. package/dist/css/es/components/Slider/Slider.config.js +1 -1
  49. package/dist/css/es/components/Slider/Slider.config.js.map +1 -1
  50. package/dist/css/{cjs/components/Slider/Slider.config_101w2w9.css → es/components/Slider/Slider.config_3tslk9.css} +6 -6
  51. package/dist/css/es/components/Slider/Slider.css +7 -7
  52. package/dist/css/es/components/TextArea/TextArea.js +8 -11
  53. package/dist/css/es/components/TextArea/TextArea.js.map +1 -1
  54. package/dist/css/es/components/TextField/TextField.js +8 -11
  55. package/dist/css/es/components/TextField/TextField.js.map +1 -1
  56. package/dist/css/es/components/TextFieldSlider/TextFieldSlider.js +8 -11
  57. package/dist/css/es/components/TextFieldSlider/TextFieldSlider.js.map +1 -1
  58. package/dist/css/es/components/Tour/Tour.config.js +2 -2
  59. package/dist/css/es/components/Tour/Tour.config.js.map +1 -1
  60. package/dist/css/es/components/Tour/Tour.config_1j3xoyj.css +2 -0
  61. package/dist/css/es/components/Tour/Tour.css +1 -1
  62. package/dist/css/es/components/ViewContainer/ViewContainer.config.js +1 -1
  63. package/dist/css/es/components/ViewContainer/ViewContainer.config_1acu948.css +2 -0
  64. package/dist/css/es/components/ViewContainer/ViewContainer.css +2 -2
  65. package/dist/css/es/index.css +42 -42
  66. package/package.json +8 -8
  67. package/types/components/Attach/Attach.d.ts +32 -32
  68. package/types/components/Button/Button.d.ts +10 -10
  69. package/types/components/DatePicker/DatePicker.d.ts +252 -7
  70. package/types/components/EmbedIconButton/EmbedIconButton.d.ts +4 -4
  71. package/types/components/IconButton/IconButton.d.ts +4 -4
  72. package/types/components/Mask/Mask.d.ts +657 -9
  73. package/types/components/Radiobox/Radiobox.d.ts +2 -2
  74. package/types/components/Range/Range.d.ts +977 -13
  75. package/types/components/Select/Select.d.ts +464 -285
  76. package/types/components/Select/index.d.ts +1 -1
  77. package/types/components/Slider/Slider.d.ts +43 -27
  78. package/types/components/TextArea/TextArea.d.ts +621 -9
  79. package/types/components/TextField/TextField.d.ts +629 -9
  80. package/types/components/TextFieldSlider/TextFieldSlider.d.ts +155 -3
  81. package/types/mixins/index.d.ts +3 -3
  82. package/dist/css/cjs/components/Tour/Tour.config_emlbg6.css +0 -2
  83. package/dist/css/cjs/components/ViewContainer/ViewContainer.config_13qj5jd.css +0 -2
  84. package/dist/css/es/components/Tour/Tour.config_emlbg6.css +0 -2
  85. package/dist/css/es/components/ViewContainer/ViewContainer.config_13qj5jd.css +0 -2
package/README.md CHANGED
@@ -239,3 +239,30 @@ export const dsplL = ({
239
239
  lineHeight: 'var(--plasma-typo-dspl-l-line-height)',
240
240
  } as unknown) as CSSObject;
241
241
  ```
242
+
243
+ ## Как разрабатывать
244
+
245
+ Ветка `next-sbcom` - это master + ваши **срочные** изменения
246
+
247
+ #### Создание pull request для next-sbcom
248
+
249
+ - создаем ветку от next-sbcom
250
+ - создаем pull request в next-sbcom
251
+
252
+ На этом этапе мы создаем изменения, которые лягут в основу новой версии за тегом для npm `@next-sbcom`
253
+
254
+ Такой подход нужен в первую очередь для быстрых независимых релизов.
255
+
256
+ #### Создание pull request для dev
257
+
258
+ - создаем ветку от dev
259
+ - создаем pull request в dev
260
+
261
+ На этом этапе мы дублируем изменения (из next-sbcom) которые лягут в master ветку вашей вертикали.
262
+
263
+ Это нужно для синхронизации мастера и next-sbcom.
264
+
265
+ #### Наименование commit, branch
266
+
267
+ branch - `fix-update-tokens`
268
+ commit - `fix: update tokens for Select`
@@ -3,6 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  var css = require('@salutejs/plasma-new-hope/css');
6
+ var plasmaNewHope = require('@salutejs/plasma-new-hope');
6
7
  var Button_config = require('./Button.config.js');
7
8
 
8
9
  var mergedConfig = /*#__PURE__*/css.mergeConfig(css.buttonConfig, Button_config.config);
@@ -10,7 +11,7 @@ var ButtonComponent = /*#__PURE__*/css.component(mergedConfig);
10
11
  /**
11
12
  * Кнопка.
12
13
  */
13
- var Button = ButtonComponent;
14
+ var Button = /*#__PURE__*/plasmaNewHope.makePolymorphic(ButtonComponent, 'button');
14
15
 
15
16
  exports.Button = Button;
16
17
  //# sourceMappingURL=Button.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"Button.js","sources":["../../../../../src-css/components/Button/Button.tsx"],"sourcesContent":["import { buttonConfig, component, mergeConfig } from '@salutejs/plasma-new-hope/css';\n\nimport { config } from './Button.config';\n\nconst mergedConfig = mergeConfig(buttonConfig, config);\nconst ButtonComponent = component(mergedConfig);\n\nexport type ButtonProps = typeof ButtonComponent;\n\n/**\n * Кнопка.\n */\nexport const Button = ButtonComponent;\n"],"names":["mergedConfig","mergeConfig","buttonConfig","config","ButtonComponent","component","Button"],"mappings":";;;;;;;AAIA,IAAMA,YAAY,gBAAGC,eAAW,CAACC,gBAAY,EAAEC,oBAAM,CAAC;AACtD,IAAMC,eAAe,gBAAGC,aAAS,CAACL,YAAY,CAAC;AAI/C;AACA;AACA;AACO,IAAMM,MAAM,GAAGF;;;;"}
1
+ {"version":3,"file":"Button.js","sources":["../../../../../src-css/components/Button/Button.tsx"],"sourcesContent":["import { buttonConfig, component, mergeConfig } from '@salutejs/plasma-new-hope/css';\nimport { makePolymorphic } from '@salutejs/plasma-new-hope';\n\nimport { config } from './Button.config';\n\nconst mergedConfig = mergeConfig(buttonConfig, config);\nconst ButtonComponent = component(mergedConfig);\n\nexport type ButtonProps = typeof ButtonComponent;\n\n/**\n * Кнопка.\n */\nexport const Button = makePolymorphic(ButtonComponent, 'button');\n"],"names":["mergedConfig","mergeConfig","buttonConfig","config","ButtonComponent","component","Button","makePolymorphic"],"mappings":";;;;;;;;AAKA,IAAMA,YAAY,gBAAGC,eAAW,CAACC,gBAAY,EAAEC,oBAAM,CAAC;AACtD,IAAMC,eAAe,gBAAGC,aAAS,CAACL,YAAY,CAAC;AAI/C;AACA;AACA;AACO,IAAMM,MAAM,gBAAGC,6BAAe,CAACH,eAAe,EAAE,QAAQ;;;;"}
@@ -10,24 +10,18 @@ var mergedConfigDefault = /*#__PURE__*/css.mergeConfig(css.datePickerConfig, Dat
10
10
  var DatePickerDefault = /*#__PURE__*/css.component(mergedConfigDefault);
11
11
  var mergedConfigClear = /*#__PURE__*/css.mergeConfig(css.datePickerConfig, DatePicker_clear_config.config);
12
12
  var DatePickerClear = /*#__PURE__*/css.component(mergedConfigClear);
13
- var DatePicker = /*#__PURE__*/css.createConditionalComponent(DatePickerDefault, [{
14
- conditions: {
15
- prop: 'appearance',
16
- value: 'clear'
17
- },
18
- component: DatePickerClear
19
- }]);
13
+ var DatePicker = /*#__PURE__*/css.createConditionalComponent({
14
+ "default": DatePickerDefault,
15
+ clear: DatePickerClear
16
+ });
20
17
  var mergedRangeConfigDefault = /*#__PURE__*/css.mergeConfig(css.datePickerRangeConfig, DatePicker_config.config);
21
18
  var DatePickerRangeDefault = /*#__PURE__*/css.component(mergedRangeConfigDefault);
22
19
  var mergedRangeConfigClea = /*#__PURE__*/css.mergeConfig(css.datePickerRangeConfig, DatePicker_clear_config.config);
23
20
  var DatePickerRangeClear = /*#__PURE__*/css.component(mergedRangeConfigClea);
24
- var DatePickerRange = /*#__PURE__*/css.createConditionalComponent(DatePickerRangeDefault, [{
25
- conditions: {
26
- prop: 'appearance',
27
- value: 'clear'
28
- },
29
- component: DatePickerRangeClear
30
- }]);
21
+ var DatePickerRange = /*#__PURE__*/css.createConditionalComponent({
22
+ "default": DatePickerRangeDefault,
23
+ clear: DatePickerRangeClear
24
+ });
31
25
 
32
26
  exports.DatePicker = DatePicker;
33
27
  exports.DatePickerClear = DatePickerClear;
@@ -1 +1 @@
1
- {"version":3,"file":"DatePicker.js","sources":["../../../../../src-css/components/DatePicker/DatePicker.ts"],"sourcesContent":["import {\n datePickerConfig,\n datePickerRangeConfig,\n component,\n mergeConfig,\n createConditionalComponent,\n} from '@salutejs/plasma-new-hope/css';\n\nimport { config } from './DatePicker.config';\nimport { config as configClear } from './DatePicker.clear.config';\n\nconst mergedConfigDefault = mergeConfig(datePickerConfig, config);\nexport const DatePickerDefault = component(mergedConfigDefault);\n\nconst mergedConfigClear = mergeConfig(datePickerConfig, configClear);\nexport const DatePickerClear = component(mergedConfigClear);\n\nexport const DatePicker = createConditionalComponent(DatePickerDefault, [\n {\n conditions: { prop: 'appearance', value: 'clear' },\n component: DatePickerClear,\n },\n]);\n\nconst mergedRangeConfigDefault = mergeConfig(datePickerRangeConfig, config);\nexport const DatePickerRangeDefault = component(mergedRangeConfigDefault);\n\nconst mergedRangeConfigClea = mergeConfig(datePickerRangeConfig, configClear);\nexport const DatePickerRangeClear = component(mergedRangeConfigClea);\n\nexport const DatePickerRange = createConditionalComponent(DatePickerRangeDefault, [\n {\n conditions: { prop: 'appearance', value: 'clear' },\n component: DatePickerRangeClear,\n },\n]);\n"],"names":["mergedConfigDefault","mergeConfig","datePickerConfig","config","DatePickerDefault","component","mergedConfigClear","configClear","DatePickerClear","DatePicker","createConditionalComponent","conditions","prop","value","mergedRangeConfigDefault","datePickerRangeConfig","DatePickerRangeDefault","mergedRangeConfigClea","DatePickerRangeClear","DatePickerRange"],"mappings":";;;;;;;;AAWA,IAAMA,mBAAmB,gBAAGC,eAAW,CAACC,oBAAgB,EAAEC,wBAAM,CAAC;IACpDC,iBAAiB,gBAAGC,aAAS,CAACL,mBAAmB;AAE9D,IAAMM,iBAAiB,gBAAGL,eAAW,CAACC,oBAAgB,EAAEK,8BAAW,CAAC;IACvDC,eAAe,gBAAGH,aAAS,CAACC,iBAAiB;IAE7CG,UAAU,gBAAGC,8BAA0B,CAACN,iBAAiB,EAAE,CACpE;AACIO,EAAAA,UAAU,EAAE;AAAEC,IAAAA,IAAI,EAAE,YAAY;AAAEC,IAAAA,KAAK,EAAE;GAAS;AAClDR,EAAAA,SAAS,EAAEG;AACf,CAAC,CACJ;AAED,IAAMM,wBAAwB,gBAAGb,eAAW,CAACc,yBAAqB,EAAEZ,wBAAM,CAAC;IAC9Da,sBAAsB,gBAAGX,aAAS,CAACS,wBAAwB;AAExE,IAAMG,qBAAqB,gBAAGhB,eAAW,CAACc,yBAAqB,EAAER,8BAAW,CAAC;IAChEW,oBAAoB,gBAAGb,aAAS,CAACY,qBAAqB;IAEtDE,eAAe,gBAAGT,8BAA0B,CAACM,sBAAsB,EAAE,CAC9E;AACIL,EAAAA,UAAU,EAAE;AAAEC,IAAAA,IAAI,EAAE,YAAY;AAAEC,IAAAA,KAAK,EAAE;GAAS;AAClDR,EAAAA,SAAS,EAAEa;AACf,CAAC,CACJ;;;;;;;;;"}
1
+ {"version":3,"file":"DatePicker.js","sources":["../../../../../src-css/components/DatePicker/DatePicker.ts"],"sourcesContent":["import {\n datePickerConfig,\n datePickerRangeConfig,\n component,\n mergeConfig,\n createConditionalComponent,\n} from '@salutejs/plasma-new-hope/css';\n\nimport { config } from './DatePicker.config';\nimport { config as configClear } from './DatePicker.clear.config';\n\nconst mergedConfigDefault = mergeConfig(datePickerConfig, config);\nexport const DatePickerDefault = component(mergedConfigDefault);\n\nconst mergedConfigClear = mergeConfig(datePickerConfig, configClear);\nexport const DatePickerClear = component(mergedConfigClear);\n\nexport const DatePicker = createConditionalComponent({\n default: DatePickerDefault,\n clear: DatePickerClear,\n});\n\nconst mergedRangeConfigDefault = mergeConfig(datePickerRangeConfig, config);\nexport const DatePickerRangeDefault = component(mergedRangeConfigDefault);\n\nconst mergedRangeConfigClea = mergeConfig(datePickerRangeConfig, configClear);\nexport const DatePickerRangeClear = component(mergedRangeConfigClea);\n\nexport const DatePickerRange = createConditionalComponent({\n default: DatePickerRangeDefault,\n clear: DatePickerRangeClear,\n});\n"],"names":["mergedConfigDefault","mergeConfig","datePickerConfig","config","DatePickerDefault","component","mergedConfigClear","configClear","DatePickerClear","DatePicker","createConditionalComponent","clear","mergedRangeConfigDefault","datePickerRangeConfig","DatePickerRangeDefault","mergedRangeConfigClea","DatePickerRangeClear","DatePickerRange"],"mappings":";;;;;;;;AAWA,IAAMA,mBAAmB,gBAAGC,eAAW,CAACC,oBAAgB,EAAEC,wBAAM,CAAC;IACpDC,iBAAiB,gBAAGC,aAAS,CAACL,mBAAmB;AAE9D,IAAMM,iBAAiB,gBAAGL,eAAW,CAACC,oBAAgB,EAAEK,8BAAW,CAAC;IACvDC,eAAe,gBAAGH,aAAS,CAACC,iBAAiB;AAEnD,IAAMG,UAAU,gBAAGC,8BAA0B,CAAC;AACjD,EAAA,SAAA,EAASN,iBAAiB;AAC1BO,EAAAA,KAAK,EAAEH;AACX,CAAC;AAED,IAAMI,wBAAwB,gBAAGX,eAAW,CAACY,yBAAqB,EAAEV,wBAAM,CAAC;IAC9DW,sBAAsB,gBAAGT,aAAS,CAACO,wBAAwB;AAExE,IAAMG,qBAAqB,gBAAGd,eAAW,CAACY,yBAAqB,EAAEN,8BAAW,CAAC;IAChES,oBAAoB,gBAAGX,aAAS,CAACU,qBAAqB;AAE5D,IAAME,eAAe,gBAAGP,8BAA0B,CAAC;AACtD,EAAA,SAAA,EAASI,sBAAsB;AAC/BH,EAAAA,KAAK,EAAEK;AACX,CAAC;;;;;;;;;"}
@@ -1,4 +1,4 @@
1
- require('./Link.config_1817zzv.css');
1
+ require('./Link.config_ekr7km.css');
2
2
  'use strict';
3
3
 
4
4
  Object.defineProperty(exports, '__esModule', { value: true });
@@ -1 +1 @@
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/css';\nimport {\n textAccent,\n textAccentActive,\n textAccentHover,\n textM,\n textNegative,\n textNegativeActive,\n textNegativeHover,\n textParagraph,\n textParagraphActive,\n textParagraphHover,\n textPositive,\n textPositiveActive,\n textPositiveHover,\n textPrimary,\n textPrimaryActive,\n textPrimaryHover,\n textSecondary,\n textSecondaryActive,\n textSecondaryHover,\n textTertiary,\n textTertiaryActive,\n textTertiaryHover,\n textWarning,\n textWarningActive,\n textWarningHover,\n} from '@salutejs-ds/sdds_sbcom/theme/tokens';\n\nexport const config = {\n defaults: {\n view: 'default',\n focused: 'true',\n },\n variations: {\n view: {\n default: css`\n ${tokens.linkFontFamily}: ${textM.fontFamily};\n ${tokens.linkColor}: ${textPrimary};\n ${tokens.linkColorHover}: ${textPrimaryHover};\n ${tokens.linkColorActive}: ${textPrimaryActive};\n ${tokens.linkColorVisited}: ${textPrimary};\n ${tokens.linkColorVisitedHover}: ${textPrimaryHover};\n ${tokens.linkColorVisitedActive}: ${textPrimaryActive};\n ${tokens.linkUnderlineBorder}: 0;\n `,\n secondary: css`\n ${tokens.linkFontFamily}: ${textM.fontFamily};\n ${tokens.linkColor}: ${textSecondary};\n ${tokens.linkColorHover}: ${textSecondaryHover};\n ${tokens.linkColorActive}: ${textSecondaryActive};\n ${tokens.linkColorVisited}: ${textSecondary};\n ${tokens.linkColorVisitedHover}: ${textSecondaryHover};\n ${tokens.linkColorVisitedActive}: ${textSecondaryActive};\n ${tokens.linkUnderlineBorder}: 0;\n `,\n tertiary: css`\n ${tokens.linkFontFamily}: ${textM.fontFamily};\n ${tokens.linkColor}: ${textTertiary};\n ${tokens.linkColorHover}: ${textTertiaryHover};\n ${tokens.linkColorActive}: ${textTertiaryActive};\n ${tokens.linkColorVisited}: ${textTertiary};\n ${tokens.linkColorVisitedHover}: ${textTertiaryHover};\n ${tokens.linkColorVisitedActive}: ${textTertiaryActive};\n ${tokens.linkUnderlineBorder}: 0;\n `,\n paragraph: css`\n ${tokens.linkFontFamily}: ${textM.fontFamily};\n ${tokens.linkColor}: ${textParagraph};\n ${tokens.linkColorHover}: ${textParagraphHover};\n ${tokens.linkColorActive}: ${textParagraphActive};\n ${tokens.linkColorVisited}: ${textParagraph};\n ${tokens.linkColorVisitedHover}: ${textParagraphHover};\n ${tokens.linkColorVisitedActive}: ${textParagraphActive};\n ${tokens.linkUnderlineBorder}: 0;\n `,\n accent: css`\n ${tokens.linkFontFamily}: ${textM.fontFamily};\n ${tokens.linkColor}: ${textAccent};\n ${tokens.linkColorHover}: ${textAccentHover};\n ${tokens.linkColorActive}: ${textAccentActive};\n ${tokens.linkColorVisited}: ${textAccent};\n ${tokens.linkColorVisitedHover}: ${textAccentHover};\n ${tokens.linkColorVisitedActive}: ${textAccentActive};\n ${tokens.linkUnderlineBorder}: 0;\n `,\n positive: css`\n ${tokens.linkFontFamily}: ${textM.fontFamily};\n ${tokens.linkColor}: ${textPositive};\n ${tokens.linkColorHover}: ${textPositiveHover};\n ${tokens.linkColorActive}: ${textPositiveActive};\n ${tokens.linkColorVisited}: ${textPositive};\n ${tokens.linkColorVisitedHover}: ${textPositiveHover};\n ${tokens.linkColorVisitedActive}: ${textPositiveActive};\n ${tokens.linkUnderlineBorder}: 0;\n `,\n warning: css`\n ${tokens.linkFontFamily}: ${textM.fontFamily};\n ${tokens.linkColor}: ${textWarning};\n ${tokens.linkColorHover}: ${textWarningHover};\n ${tokens.linkColorActive}: ${textWarningActive};\n ${tokens.linkColorVisited}: ${textWarning};\n ${tokens.linkColorVisitedHover}: ${textWarningHover};\n ${tokens.linkColorVisitedActive}: ${textWarningActive};\n ${tokens.linkUnderlineBorder}: 0;\n `,\n negative: css`\n ${tokens.linkFontFamily}: ${textM.fontFamily};\n ${tokens.linkColor}: ${textNegative};\n ${tokens.linkColorHover}: ${textNegativeHover};\n ${tokens.linkColorActive}: ${textNegativeActive};\n ${tokens.linkColorVisited}: ${textNegative};\n ${tokens.linkColorVisitedHover}: ${textNegativeHover};\n ${tokens.linkColorVisitedActive}: ${textNegativeActive};\n ${tokens.linkUnderlineBorder}: 0;\n `,\n clear: css`\n ${tokens.linkFontFamily}: ${textM.fontFamily};\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}: ${textPrimary};\n `,\n },\n },\n};\n"],"names":["config","defaults","view","focused","variations","default","secondary","tertiary","paragraph","accent","positive","warning","negative","clear","disabled","true"],"mappings":";;;;AA6BO,IAAMA,MAAM,GAAG;AAClBC,EAAAA,QAAQ,EAAE;AACNC,IAAAA,IAAI,EAAE,SAAS;AACfC,IAAAA,OAAO,EAAE;GACZ;AACDC,EAAAA,UAAU,EAAE;AACRF,IAAAA,IAAI,EAAE;AACFG,MAAAA,SAAAA,EAAO,SASN;AACDC,MAAAA,SAAS,EAAA,UASR;AACDC,MAAAA,QAAQ,EAAA,UASP;AACDC,MAAAA,SAAS,EAAA,UASR;AACDC,MAAAA,MAAM,EAAA,UASL;AACDC,MAAAA,QAAQ,EAAA,UASP;AACDC,MAAAA,OAAO,EAAA,UASN;AACDC,MAAAA,QAAQ,EAAA,UASP;AACDC,MAAAA,KAAK,EAAA;KAUR;AACDC,IAAAA,QAAQ,EAAE;MACNC,MAAAA,EAAI;KAGP;AACDZ,IAAAA,OAAO,EAAE;MACLY,MAAAA,EAAI;AAGR;AACJ;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/css';\nimport {\n textAccent,\n textAccentActive,\n textAccentHover,\n textM,\n textNegative,\n textNegativeActive,\n textNegativeHover,\n textParagraph,\n textParagraphActive,\n textParagraphHover,\n textPositive,\n textPositiveActive,\n textPositiveHover,\n textPrimary,\n textPrimaryActive,\n textPrimaryHover,\n textSecondary,\n textSecondaryActive,\n textSecondaryHover,\n textTertiary,\n textTertiaryActive,\n textTertiaryHover,\n textWarning,\n textWarningActive,\n textWarningHover,\n} from '@salutejs-ds/sdds_sbcom/theme/tokens';\n\nexport const config = {\n defaults: {\n view: 'default',\n focused: 'true',\n },\n variations: {\n view: {\n default: css`\n ${tokens.linkFontFamily}: ${textM.fontFamily};\n ${tokens.linkColor}: ${textPrimary};\n ${tokens.linkColorHover}: ${textPrimaryHover};\n ${tokens.linkColorActive}: ${textPrimaryActive};\n ${tokens.linkColorVisited}: ${textPrimary};\n ${tokens.linkColorVisitedHover}: ${textPrimaryHover};\n ${tokens.linkColorVisitedActive}: ${textPrimaryActive};\n ${tokens.linkUnderlineBorder}: 0.063rem;\n ${tokens.linkUnderlineOffset}: 0.25rem;\n `,\n secondary: css`\n ${tokens.linkFontFamily}: ${textM.fontFamily};\n ${tokens.linkColor}: ${textSecondary};\n ${tokens.linkColorHover}: ${textSecondaryHover};\n ${tokens.linkColorActive}: ${textSecondaryActive};\n ${tokens.linkColorVisited}: ${textSecondary};\n ${tokens.linkColorVisitedHover}: ${textSecondaryHover};\n ${tokens.linkColorVisitedActive}: ${textSecondaryActive};\n ${tokens.linkUnderlineBorder}: 0.063rem;\n ${tokens.linkUnderlineOffset}: 0.25rem;\n `,\n tertiary: css`\n ${tokens.linkFontFamily}: ${textM.fontFamily};\n ${tokens.linkColor}: ${textTertiary};\n ${tokens.linkColorHover}: ${textTertiaryHover};\n ${tokens.linkColorActive}: ${textTertiaryActive};\n ${tokens.linkColorVisited}: ${textTertiary};\n ${tokens.linkColorVisitedHover}: ${textTertiaryHover};\n ${tokens.linkColorVisitedActive}: ${textTertiaryActive};\n ${tokens.linkUnderlineBorder}: 0.063rem;\n ${tokens.linkUnderlineOffset}: 0.25rem;\n `,\n paragraph: css`\n ${tokens.linkFontFamily}: ${textM.fontFamily};\n ${tokens.linkColor}: ${textParagraph};\n ${tokens.linkColorHover}: ${textParagraphHover};\n ${tokens.linkColorActive}: ${textParagraphActive};\n ${tokens.linkColorVisited}: ${textParagraph};\n ${tokens.linkColorVisitedHover}: ${textParagraphHover};\n ${tokens.linkColorVisitedActive}: ${textParagraphActive};\n ${tokens.linkUnderlineBorder}: 0.063rem;\n ${tokens.linkUnderlineOffset}: 0.25rem;\n `,\n accent: css`\n ${tokens.linkFontFamily}: ${textM.fontFamily};\n ${tokens.linkColor}: ${textAccent};\n ${tokens.linkColorHover}: ${textAccentHover};\n ${tokens.linkColorActive}: ${textAccentActive};\n ${tokens.linkColorVisited}: ${textAccent};\n ${tokens.linkColorVisitedHover}: ${textAccentHover};\n ${tokens.linkColorVisitedActive}: ${textAccentActive};\n ${tokens.linkUnderlineBorder}: 0.063rem;\n ${tokens.linkUnderlineOffset}: 0.25rem;\n `,\n positive: css`\n ${tokens.linkFontFamily}: ${textM.fontFamily};\n ${tokens.linkColor}: ${textPositive};\n ${tokens.linkColorHover}: ${textPositiveHover};\n ${tokens.linkColorActive}: ${textPositiveActive};\n ${tokens.linkColorVisited}: ${textPositive};\n ${tokens.linkColorVisitedHover}: ${textPositiveHover};\n ${tokens.linkColorVisitedActive}: ${textPositiveActive};\n ${tokens.linkUnderlineBorder}: 0.063rem;\n ${tokens.linkUnderlineOffset}: 0.25rem;\n `,\n warning: css`\n ${tokens.linkFontFamily}: ${textM.fontFamily};\n ${tokens.linkColor}: ${textWarning};\n ${tokens.linkColorHover}: ${textWarningHover};\n ${tokens.linkColorActive}: ${textWarningActive};\n ${tokens.linkColorVisited}: ${textWarning};\n ${tokens.linkColorVisitedHover}: ${textWarningHover};\n ${tokens.linkColorVisitedActive}: ${textWarningActive};\n ${tokens.linkUnderlineBorder}: 0.063rem;\n ${tokens.linkUnderlineOffset}: 0.25rem;\n `,\n negative: css`\n ${tokens.linkFontFamily}: ${textM.fontFamily};\n ${tokens.linkColor}: ${textNegative};\n ${tokens.linkColorHover}: ${textNegativeHover};\n ${tokens.linkColorActive}: ${textNegativeActive};\n ${tokens.linkColorVisited}: ${textNegative};\n ${tokens.linkColorVisitedHover}: ${textNegativeHover};\n ${tokens.linkColorVisitedActive}: ${textNegativeActive};\n ${tokens.linkUnderlineBorder}: 0.063rem;\n ${tokens.linkUnderlineOffset}: 0.25rem;\n `,\n clear: css`\n ${tokens.linkFontFamily}: ${textM.fontFamily};\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 ${tokens.linkUnderlineOffset}: 0.25rem;\n `,\n },\n disabled: {\n true: css`\n ${tokens.linkDisabledOpacity}: 0.4;\n `,\n },\n focused: {\n true: css`\n ${tokens.linkColorFocus}: ${textPrimary};\n `,\n },\n },\n};\n"],"names":["config","defaults","view","focused","variations","default","secondary","tertiary","paragraph","accent","positive","warning","negative","clear","disabled","true"],"mappings":";;;;AA6BO,IAAMA,MAAM,GAAG;AAClBC,EAAAA,QAAQ,EAAE;AACNC,IAAAA,IAAI,EAAE,SAAS;AACfC,IAAAA,OAAO,EAAE;GACZ;AACDC,EAAAA,UAAU,EAAE;AACRF,IAAAA,IAAI,EAAE;AACFG,MAAAA,SAAAA,EAAO,SAUN;AACDC,MAAAA,SAAS,EAAA,UAUR;AACDC,MAAAA,QAAQ,EAAA,UAUP;AACDC,MAAAA,SAAS,EAAA,UAUR;AACDC,MAAAA,MAAM,EAAA,UAUL;AACDC,MAAAA,QAAQ,EAAA,UAUP;AACDC,MAAAA,OAAO,EAAA,UAUN;AACDC,MAAAA,QAAQ,EAAA,UAUP;AACDC,MAAAA,KAAK,EAAA;KAWR;AACDC,IAAAA,QAAQ,EAAE;MACNC,MAAAA,EAAI;KAGP;AACDZ,IAAAA,OAAO,EAAE;MACLY,MAAAA,EAAI;AAGR;AACJ;AACJ;;;;"}
@@ -1,11 +1,11 @@
1
- .dee0pdb{--plasma-link-font-family:var(--plasma-typo-text-m-font-family);--plasma-link-color:var(--text-primary,#FFFFFFFC);--plasma-link-color-hover:var(--text-primary-hover,#FFFFFF97);--plasma-link-color-active:var(--text-primary-active,#FFFFFFCA);--plasma-link-color-visited:var(--text-primary,#FFFFFFFC);--plasma-link-color-visited-hover:var(--text-primary-hover,#FFFFFF97);--plasma-link-color-visited-active:var(--text-primary-active,#FFFFFFCA);--plasma-link-underline-border:0;}
2
- .s1vofuw3{--plasma-link-font-family:var(--plasma-typo-text-m-font-family);--plasma-link-color:var(--text-secondary,#F6F2F0A3);--plasma-link-color-hover:var(--text-secondary-hover,#F5F1EFFF);--plasma-link-color-active:var(--text-secondary-active,#F5F1EFC4);--plasma-link-color-visited:var(--text-secondary,#F6F2F0A3);--plasma-link-color-visited-hover:var(--text-secondary-hover,#F5F1EFFF);--plasma-link-color-visited-active:var(--text-secondary-active,#F5F1EFC4);--plasma-link-underline-border:0;}
3
- .t1ahuwbf{--plasma-link-font-family:var(--plasma-typo-text-m-font-family);--plasma-link-color:var(--text-tertiary,#F6F2F03D);--plasma-link-color-hover:var(--text-tertiary-hover,#F5F1EFFF);--plasma-link-color-active:var(--text-tertiary-active,#F5F1EF49);--plasma-link-color-visited:var(--text-tertiary,#F6F2F03D);--plasma-link-color-visited-hover:var(--text-tertiary-hover,#F5F1EFFF);--plasma-link-color-visited-active:var(--text-tertiary-active,#F5F1EF49);--plasma-link-underline-border:0;}
4
- .p1ui8jxv{--plasma-link-font-family:var(--plasma-typo-text-m-font-family);--plasma-link-color:var(--text-paragraph,#F6F2F07A);--plasma-link-color-hover:var(--text-paragraph-hover,#F5F1EFFF);--plasma-link-color-active:var(--text-paragraph-active,#F5F1EF93);--plasma-link-color-visited:var(--text-paragraph,#F6F2F07A);--plasma-link-color-visited-hover:var(--text-paragraph-hover,#F5F1EFFF);--plasma-link-color-visited-active:var(--text-paragraph-active,#F5F1EF93);--plasma-link-underline-border:0;}
5
- .a19bifbw{--plasma-link-font-family:var(--plasma-typo-text-m-font-family);--plasma-link-color:var(--text-accent,#61C8B0);--plasma-link-color-hover:var(--text-accent-hover,#77CFBBFF);--plasma-link-color-active:var(--text-accent-active,#4ABFA4FF);--plasma-link-color-visited:var(--text-accent,#61C8B0);--plasma-link-color-visited-hover:var(--text-accent-hover,#77CFBBFF);--plasma-link-color-visited-active:var(--text-accent-active,#4ABFA4FF);--plasma-link-underline-border:0;}
6
- .p11g3bq7{--plasma-link-font-family:var(--plasma-typo-text-m-font-family);--plasma-link-color:var(--text-positive,#50A84C);--plasma-link-color-hover:var(--text-positive-hover,#62B65DFF);--plasma-link-color-active:var(--text-positive-active,#469442FF);--plasma-link-color-visited:var(--text-positive,#50A84C);--plasma-link-color-visited-hover:var(--text-positive-hover,#62B65DFF);--plasma-link-color-visited-active:var(--text-positive-active,#469442FF);--plasma-link-underline-border:0;}
7
- .w1j34p05{--plasma-link-font-family:var(--plasma-typo-text-m-font-family);--plasma-link-color:var(--text-warning,#DA6828);--plasma-link-color-hover:var(--text-warning-hover,#DF7D43FF);--plasma-link-color-active:var(--text-warning-active,#C45D21FF);--plasma-link-color-visited:var(--text-warning,#DA6828);--plasma-link-color-visited-hover:var(--text-warning-hover,#DF7D43FF);--plasma-link-color-visited-active:var(--text-warning-active,#C45D21FF);--plasma-link-underline-border:0;}
8
- .n1ozoxtr{--plasma-link-font-family:var(--plasma-typo-text-m-font-family);--plasma-link-color:var(--text-negative,#F57E83);--plasma-link-color-hover:var(--text-negative-hover,#F89BA0FF);--plasma-link-color-active:var(--text-negative-active,#F3626AFF);--plasma-link-color-visited:var(--text-negative,#F57E83);--plasma-link-color-visited-hover:var(--text-negative-hover,#F89BA0FF);--plasma-link-color-visited-active:var(--text-negative-active,#F3626AFF);--plasma-link-underline-border:0;}
9
- .cwo06rj{--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;}
1
+ .dee0pdb{--plasma-link-font-family:var(--plasma-typo-text-m-font-family);--plasma-link-color:var(--text-primary,#FFFFFFFC);--plasma-link-color-hover:var(--text-primary-hover,#FFFFFF97);--plasma-link-color-active:var(--text-primary-active,#FFFFFFCA);--plasma-link-color-visited:var(--text-primary,#FFFFFFFC);--plasma-link-color-visited-hover:var(--text-primary-hover,#FFFFFF97);--plasma-link-color-visited-active:var(--text-primary-active,#FFFFFFCA);--plasma-link-underline-border:0.063rem;--plasma-link-underline-offset:0.25rem;}
2
+ .s1vofuw3{--plasma-link-font-family:var(--plasma-typo-text-m-font-family);--plasma-link-color:var(--text-secondary,#F6F2F0A3);--plasma-link-color-hover:var(--text-secondary-hover,#F5F1EFFF);--plasma-link-color-active:var(--text-secondary-active,#F5F1EFC4);--plasma-link-color-visited:var(--text-secondary,#F6F2F0A3);--plasma-link-color-visited-hover:var(--text-secondary-hover,#F5F1EFFF);--plasma-link-color-visited-active:var(--text-secondary-active,#F5F1EFC4);--plasma-link-underline-border:0.063rem;--plasma-link-underline-offset:0.25rem;}
3
+ .t1ahuwbf{--plasma-link-font-family:var(--plasma-typo-text-m-font-family);--plasma-link-color:var(--text-tertiary,#F6F2F03D);--plasma-link-color-hover:var(--text-tertiary-hover,#F5F1EFFF);--plasma-link-color-active:var(--text-tertiary-active,#F5F1EF49);--plasma-link-color-visited:var(--text-tertiary,#F6F2F03D);--plasma-link-color-visited-hover:var(--text-tertiary-hover,#F5F1EFFF);--plasma-link-color-visited-active:var(--text-tertiary-active,#F5F1EF49);--plasma-link-underline-border:0.063rem;--plasma-link-underline-offset:0.25rem;}
4
+ .p1ui8jxv{--plasma-link-font-family:var(--plasma-typo-text-m-font-family);--plasma-link-color:var(--text-paragraph,#F6F2F07A);--plasma-link-color-hover:var(--text-paragraph-hover,#F5F1EFFF);--plasma-link-color-active:var(--text-paragraph-active,#F5F1EF93);--plasma-link-color-visited:var(--text-paragraph,#F6F2F07A);--plasma-link-color-visited-hover:var(--text-paragraph-hover,#F5F1EFFF);--plasma-link-color-visited-active:var(--text-paragraph-active,#F5F1EF93);--plasma-link-underline-border:0.063rem;--plasma-link-underline-offset:0.25rem;}
5
+ .a19bifbw{--plasma-link-font-family:var(--plasma-typo-text-m-font-family);--plasma-link-color:var(--text-accent,#61C8B0);--plasma-link-color-hover:var(--text-accent-hover,#77CFBBFF);--plasma-link-color-active:var(--text-accent-active,#4ABFA4FF);--plasma-link-color-visited:var(--text-accent,#61C8B0);--plasma-link-color-visited-hover:var(--text-accent-hover,#77CFBBFF);--plasma-link-color-visited-active:var(--text-accent-active,#4ABFA4FF);--plasma-link-underline-border:0.063rem;--plasma-link-underline-offset:0.25rem;}
6
+ .p11g3bq7{--plasma-link-font-family:var(--plasma-typo-text-m-font-family);--plasma-link-color:var(--text-positive,#50A84C);--plasma-link-color-hover:var(--text-positive-hover,#62B65DFF);--plasma-link-color-active:var(--text-positive-active,#469442FF);--plasma-link-color-visited:var(--text-positive,#50A84C);--plasma-link-color-visited-hover:var(--text-positive-hover,#62B65DFF);--plasma-link-color-visited-active:var(--text-positive-active,#469442FF);--plasma-link-underline-border:0.063rem;--plasma-link-underline-offset:0.25rem;}
7
+ .w1j34p05{--plasma-link-font-family:var(--plasma-typo-text-m-font-family);--plasma-link-color:var(--text-warning,#DA6828);--plasma-link-color-hover:var(--text-warning-hover,#DF7D43FF);--plasma-link-color-active:var(--text-warning-active,#C45D21FF);--plasma-link-color-visited:var(--text-warning,#DA6828);--plasma-link-color-visited-hover:var(--text-warning-hover,#DF7D43FF);--plasma-link-color-visited-active:var(--text-warning-active,#C45D21FF);--plasma-link-underline-border:0.063rem;--plasma-link-underline-offset:0.25rem;}
8
+ .n1ozoxtr{--plasma-link-font-family:var(--plasma-typo-text-m-font-family);--plasma-link-color:var(--text-negative,#F57E83);--plasma-link-color-hover:var(--text-negative-hover,#F89BA0FF);--plasma-link-color-active:var(--text-negative-active,#F3626AFF);--plasma-link-color-visited:var(--text-negative,#F57E83);--plasma-link-color-visited-hover:var(--text-negative-hover,#F89BA0FF);--plasma-link-color-visited-active:var(--text-negative-active,#F3626AFF);--plasma-link-underline-border:0.063rem;--plasma-link-underline-offset:0.25rem;}
9
+ .cwo06rj{--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;--plasma-link-underline-offset:0.25rem;}
10
10
  .t1v6tmnt{--plasma-link-disabled-opacity:0.4;}
11
11
  .t1obm9h5{--plasma-link-color-focus:var(--text-primary,#FFFFFFFC);}
@@ -1,11 +1,11 @@
1
- .Link_config_1817zzv_dee0pdb__d2db348e{--plasma-link-font-family:var(--plasma-typo-text-m-font-family);--plasma-link-color:var(--text-primary,#FFFFFFFC);--plasma-link-color-hover:var(--text-primary-hover,#FFFFFF97);--plasma-link-color-active:var(--text-primary-active,#FFFFFFCA);--plasma-link-color-visited:var(--text-primary,#FFFFFFFC);--plasma-link-color-visited-hover:var(--text-primary-hover,#FFFFFF97);--plasma-link-color-visited-active:var(--text-primary-active,#FFFFFFCA);--plasma-link-underline-border:0;}
2
- .Link_config_1817zzv_s1vofuw3__d2db348e{--plasma-link-font-family:var(--plasma-typo-text-m-font-family);--plasma-link-color:var(--text-secondary,#F6F2F0A3);--plasma-link-color-hover:var(--text-secondary-hover,#F5F1EFFF);--plasma-link-color-active:var(--text-secondary-active,#F5F1EFC4);--plasma-link-color-visited:var(--text-secondary,#F6F2F0A3);--plasma-link-color-visited-hover:var(--text-secondary-hover,#F5F1EFFF);--plasma-link-color-visited-active:var(--text-secondary-active,#F5F1EFC4);--plasma-link-underline-border:0;}
3
- .Link_config_1817zzv_t1ahuwbf__d2db348e{--plasma-link-font-family:var(--plasma-typo-text-m-font-family);--plasma-link-color:var(--text-tertiary,#F6F2F03D);--plasma-link-color-hover:var(--text-tertiary-hover,#F5F1EFFF);--plasma-link-color-active:var(--text-tertiary-active,#F5F1EF49);--plasma-link-color-visited:var(--text-tertiary,#F6F2F03D);--plasma-link-color-visited-hover:var(--text-tertiary-hover,#F5F1EFFF);--plasma-link-color-visited-active:var(--text-tertiary-active,#F5F1EF49);--plasma-link-underline-border:0;}
4
- .Link_config_1817zzv_p1ui8jxv__d2db348e{--plasma-link-font-family:var(--plasma-typo-text-m-font-family);--plasma-link-color:var(--text-paragraph,#F6F2F07A);--plasma-link-color-hover:var(--text-paragraph-hover,#F5F1EFFF);--plasma-link-color-active:var(--text-paragraph-active,#F5F1EF93);--plasma-link-color-visited:var(--text-paragraph,#F6F2F07A);--plasma-link-color-visited-hover:var(--text-paragraph-hover,#F5F1EFFF);--plasma-link-color-visited-active:var(--text-paragraph-active,#F5F1EF93);--plasma-link-underline-border:0;}
5
- .Link_config_1817zzv_a19bifbw__d2db348e{--plasma-link-font-family:var(--plasma-typo-text-m-font-family);--plasma-link-color:var(--text-accent,#61C8B0);--plasma-link-color-hover:var(--text-accent-hover,#77CFBBFF);--plasma-link-color-active:var(--text-accent-active,#4ABFA4FF);--plasma-link-color-visited:var(--text-accent,#61C8B0);--plasma-link-color-visited-hover:var(--text-accent-hover,#77CFBBFF);--plasma-link-color-visited-active:var(--text-accent-active,#4ABFA4FF);--plasma-link-underline-border:0;}
6
- .Link_config_1817zzv_p11g3bq7__d2db348e{--plasma-link-font-family:var(--plasma-typo-text-m-font-family);--plasma-link-color:var(--text-positive,#50A84C);--plasma-link-color-hover:var(--text-positive-hover,#62B65DFF);--plasma-link-color-active:var(--text-positive-active,#469442FF);--plasma-link-color-visited:var(--text-positive,#50A84C);--plasma-link-color-visited-hover:var(--text-positive-hover,#62B65DFF);--plasma-link-color-visited-active:var(--text-positive-active,#469442FF);--plasma-link-underline-border:0;}
7
- .Link_config_1817zzv_w1j34p05__d2db348e{--plasma-link-font-family:var(--plasma-typo-text-m-font-family);--plasma-link-color:var(--text-warning,#DA6828);--plasma-link-color-hover:var(--text-warning-hover,#DF7D43FF);--plasma-link-color-active:var(--text-warning-active,#C45D21FF);--plasma-link-color-visited:var(--text-warning,#DA6828);--plasma-link-color-visited-hover:var(--text-warning-hover,#DF7D43FF);--plasma-link-color-visited-active:var(--text-warning-active,#C45D21FF);--plasma-link-underline-border:0;}
8
- .Link_config_1817zzv_n1ozoxtr__d2db348e{--plasma-link-font-family:var(--plasma-typo-text-m-font-family);--plasma-link-color:var(--text-negative,#F57E83);--plasma-link-color-hover:var(--text-negative-hover,#F89BA0FF);--plasma-link-color-active:var(--text-negative-active,#F3626AFF);--plasma-link-color-visited:var(--text-negative,#F57E83);--plasma-link-color-visited-hover:var(--text-negative-hover,#F89BA0FF);--plasma-link-color-visited-active:var(--text-negative-active,#F3626AFF);--plasma-link-underline-border:0;}
9
- .Link_config_1817zzv_cwo06rj__d2db348e{--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;}
10
- .Link_config_1817zzv_t1v6tmnt__d2db348e{--plasma-link-disabled-opacity:0.4;}
11
- .Link_config_1817zzv_t1obm9h5__d2db348e{--plasma-link-color-focus:var(--text-primary,#FFFFFFFC);}
1
+ .Link_config_ekr7km_dee0pdb__3fb93bf9{--plasma-link-font-family:var(--plasma-typo-text-m-font-family);--plasma-link-color:var(--text-primary,#FFFFFFFC);--plasma-link-color-hover:var(--text-primary-hover,#FFFFFF97);--plasma-link-color-active:var(--text-primary-active,#FFFFFFCA);--plasma-link-color-visited:var(--text-primary,#FFFFFFFC);--plasma-link-color-visited-hover:var(--text-primary-hover,#FFFFFF97);--plasma-link-color-visited-active:var(--text-primary-active,#FFFFFFCA);--plasma-link-underline-border:0.063rem;--plasma-link-underline-offset:0.25rem;}
2
+ .Link_config_ekr7km_s1vofuw3__3fb93bf9{--plasma-link-font-family:var(--plasma-typo-text-m-font-family);--plasma-link-color:var(--text-secondary,#F6F2F0A3);--plasma-link-color-hover:var(--text-secondary-hover,#F5F1EFFF);--plasma-link-color-active:var(--text-secondary-active,#F5F1EFC4);--plasma-link-color-visited:var(--text-secondary,#F6F2F0A3);--plasma-link-color-visited-hover:var(--text-secondary-hover,#F5F1EFFF);--plasma-link-color-visited-active:var(--text-secondary-active,#F5F1EFC4);--plasma-link-underline-border:0.063rem;--plasma-link-underline-offset:0.25rem;}
3
+ .Link_config_ekr7km_t1ahuwbf__3fb93bf9{--plasma-link-font-family:var(--plasma-typo-text-m-font-family);--plasma-link-color:var(--text-tertiary,#F6F2F03D);--plasma-link-color-hover:var(--text-tertiary-hover,#F5F1EFFF);--plasma-link-color-active:var(--text-tertiary-active,#F5F1EF49);--plasma-link-color-visited:var(--text-tertiary,#F6F2F03D);--plasma-link-color-visited-hover:var(--text-tertiary-hover,#F5F1EFFF);--plasma-link-color-visited-active:var(--text-tertiary-active,#F5F1EF49);--plasma-link-underline-border:0.063rem;--plasma-link-underline-offset:0.25rem;}
4
+ .Link_config_ekr7km_p1ui8jxv__3fb93bf9{--plasma-link-font-family:var(--plasma-typo-text-m-font-family);--plasma-link-color:var(--text-paragraph,#F6F2F07A);--plasma-link-color-hover:var(--text-paragraph-hover,#F5F1EFFF);--plasma-link-color-active:var(--text-paragraph-active,#F5F1EF93);--plasma-link-color-visited:var(--text-paragraph,#F6F2F07A);--plasma-link-color-visited-hover:var(--text-paragraph-hover,#F5F1EFFF);--plasma-link-color-visited-active:var(--text-paragraph-active,#F5F1EF93);--plasma-link-underline-border:0.063rem;--plasma-link-underline-offset:0.25rem;}
5
+ .Link_config_ekr7km_a19bifbw__3fb93bf9{--plasma-link-font-family:var(--plasma-typo-text-m-font-family);--plasma-link-color:var(--text-accent,#61C8B0);--plasma-link-color-hover:var(--text-accent-hover,#77CFBBFF);--plasma-link-color-active:var(--text-accent-active,#4ABFA4FF);--plasma-link-color-visited:var(--text-accent,#61C8B0);--plasma-link-color-visited-hover:var(--text-accent-hover,#77CFBBFF);--plasma-link-color-visited-active:var(--text-accent-active,#4ABFA4FF);--plasma-link-underline-border:0.063rem;--plasma-link-underline-offset:0.25rem;}
6
+ .Link_config_ekr7km_p11g3bq7__3fb93bf9{--plasma-link-font-family:var(--plasma-typo-text-m-font-family);--plasma-link-color:var(--text-positive,#50A84C);--plasma-link-color-hover:var(--text-positive-hover,#62B65DFF);--plasma-link-color-active:var(--text-positive-active,#469442FF);--plasma-link-color-visited:var(--text-positive,#50A84C);--plasma-link-color-visited-hover:var(--text-positive-hover,#62B65DFF);--plasma-link-color-visited-active:var(--text-positive-active,#469442FF);--plasma-link-underline-border:0.063rem;--plasma-link-underline-offset:0.25rem;}
7
+ .Link_config_ekr7km_w1j34p05__3fb93bf9{--plasma-link-font-family:var(--plasma-typo-text-m-font-family);--plasma-link-color:var(--text-warning,#DA6828);--plasma-link-color-hover:var(--text-warning-hover,#DF7D43FF);--plasma-link-color-active:var(--text-warning-active,#C45D21FF);--plasma-link-color-visited:var(--text-warning,#DA6828);--plasma-link-color-visited-hover:var(--text-warning-hover,#DF7D43FF);--plasma-link-color-visited-active:var(--text-warning-active,#C45D21FF);--plasma-link-underline-border:0.063rem;--plasma-link-underline-offset:0.25rem;}
8
+ .Link_config_ekr7km_n1ozoxtr__3fb93bf9{--plasma-link-font-family:var(--plasma-typo-text-m-font-family);--plasma-link-color:var(--text-negative,#F57E83);--plasma-link-color-hover:var(--text-negative-hover,#F89BA0FF);--plasma-link-color-active:var(--text-negative-active,#F3626AFF);--plasma-link-color-visited:var(--text-negative,#F57E83);--plasma-link-color-visited-hover:var(--text-negative-hover,#F89BA0FF);--plasma-link-color-visited-active:var(--text-negative-active,#F3626AFF);--plasma-link-underline-border:0.063rem;--plasma-link-underline-offset:0.25rem;}
9
+ .Link_config_ekr7km_cwo06rj__3fb93bf9{--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;--plasma-link-underline-offset:0.25rem;}
10
+ .Link_config_ekr7km_t1v6tmnt__3fb93bf9{--plasma-link-disabled-opacity:0.4;}
11
+ .Link_config_ekr7km_t1obm9h5__3fb93bf9{--plasma-link-color-focus:var(--text-primary,#FFFFFFFC);}
@@ -10,13 +10,10 @@ var mergedConfigDefault = /*#__PURE__*/css.mergeConfig(css.rangeConfig, Range_co
10
10
  var RangeDefault = /*#__PURE__*/css.component(mergedConfigDefault);
11
11
  var mergedConfigClear = /*#__PURE__*/css.mergeConfig(css.rangeConfig, Range_clear_config.config);
12
12
  var RangeClear = /*#__PURE__*/css.component(mergedConfigClear);
13
- var Range = /*#__PURE__*/css.createConditionalComponent(RangeDefault, [{
14
- conditions: {
15
- prop: 'appearance',
16
- value: 'clear'
17
- },
18
- component: RangeClear
19
- }]);
13
+ var Range = /*#__PURE__*/css.createConditionalComponent({
14
+ "default": RangeDefault,
15
+ clear: RangeClear
16
+ });
20
17
 
21
18
  exports.Range = Range;
22
19
  exports.RangeClear = RangeClear;
@@ -1 +1 @@
1
- {"version":3,"file":"Range.js","sources":["../../../../../src-css/components/Range/Range.ts"],"sourcesContent":["import {\n rangeConfig,\n component,\n mergeConfig,\n createConditionalComponent,\n} from '@salutejs/plasma-new-hope/css';\n\nimport { config as configDefault } from './Range.config';\nimport { config as configClear } from './Range.clear.config';\n\nconst mergedConfigDefault = mergeConfig(rangeConfig, configDefault);\nexport const RangeDefault = component(mergedConfigDefault);\n\nconst mergedConfigClear = mergeConfig(rangeConfig, configClear);\nexport const RangeClear = component(mergedConfigClear);\n\nexport const Range = createConditionalComponent(RangeDefault, [\n {\n conditions: { prop: 'appearance', value: 'clear' },\n component: RangeClear,\n },\n]);\n"],"names":["mergedConfigDefault","mergeConfig","rangeConfig","configDefault","RangeDefault","component","mergedConfigClear","configClear","RangeClear","Range","createConditionalComponent","conditions","prop","value"],"mappings":";;;;;;;;AAUA,IAAMA,mBAAmB,gBAAGC,eAAW,CAACC,eAAW,EAAEC,mBAAa,CAAC;IACtDC,YAAY,gBAAGC,aAAS,CAACL,mBAAmB;AAEzD,IAAMM,iBAAiB,gBAAGL,eAAW,CAACC,eAAW,EAAEK,yBAAW,CAAC;IAClDC,UAAU,gBAAGH,aAAS,CAACC,iBAAiB;IAExCG,KAAK,gBAAGC,8BAA0B,CAACN,YAAY,EAAE,CAC1D;AACIO,EAAAA,UAAU,EAAE;AAAEC,IAAAA,IAAI,EAAE,YAAY;AAAEC,IAAAA,KAAK,EAAE;GAAS;AAClDR,EAAAA,SAAS,EAAEG;AACf,CAAC,CACJ;;;;;;"}
1
+ {"version":3,"file":"Range.js","sources":["../../../../../src-css/components/Range/Range.ts"],"sourcesContent":["import {\n rangeConfig,\n component,\n mergeConfig,\n createConditionalComponent,\n} from '@salutejs/plasma-new-hope/css';\n\nimport { config as configDefault } from './Range.config';\nimport { config as configClear } from './Range.clear.config';\n\nconst mergedConfigDefault = mergeConfig(rangeConfig, configDefault);\nexport const RangeDefault = component(mergedConfigDefault);\n\nconst mergedConfigClear = mergeConfig(rangeConfig, configClear);\nexport const RangeClear = component(mergedConfigClear);\n\nexport const Range = createConditionalComponent({\n default: RangeDefault,\n clear: RangeClear,\n});\n"],"names":["mergedConfigDefault","mergeConfig","rangeConfig","configDefault","RangeDefault","component","mergedConfigClear","configClear","RangeClear","Range","createConditionalComponent","clear"],"mappings":";;;;;;;;AAUA,IAAMA,mBAAmB,gBAAGC,eAAW,CAACC,eAAW,EAAEC,mBAAa,CAAC;IACtDC,YAAY,gBAAGC,aAAS,CAACL,mBAAmB;AAEzD,IAAMM,iBAAiB,gBAAGL,eAAW,CAACC,eAAW,EAAEK,yBAAW,CAAC;IAClDC,UAAU,gBAAGH,aAAS,CAACC,iBAAiB;AAE9C,IAAMG,KAAK,gBAAGC,8BAA0B,CAAC;AAC5C,EAAA,SAAA,EAASN,YAAY;AACrBO,EAAAA,KAAK,EAAEH;AACX,CAAC;;;;;;"}
@@ -1 +1 @@
1
- {"version":3,"file":"Select.js","sources":["../../../../../src-css/components/Select/Select.tsx"],"sourcesContent":["import { selectConfig, component, mergeConfig, fixedForwardRef } from '@salutejs/plasma-new-hope/css';\nimport type {\n SelectProps as SelectPropsNewHope,\n ItemOptionSelect,\n DistributivePick,\n DistributiveOmit,\n} from '@salutejs/plasma-new-hope';\nimport React, { ComponentProps, ForwardedRef } from 'react';\n\nimport { config } from './Select.config';\n\nconst mergedConfig = mergeConfig(selectConfig, config);\nconst SelectNewHope = component(mergedConfig);\n\nexport type SelectProps<K extends ItemOptionSelect> = DistributiveOmit<\n SelectPropsNewHope<K>,\n 'size' | 'view' | 'chipView' | 'disabled'\n> &\n DistributivePick<ComponentProps<typeof SelectNewHope>, 'size' | 'view' | 'chipView' | 'disabled'>;\n\nconst SelectComponent = <K extends ItemOptionSelect>(props: SelectProps<K>, ref: ForwardedRef<HTMLButtonElement>) => {\n return <SelectNewHope ref={ref} {...(props as any)} />;\n};\n\nconst Select = fixedForwardRef(SelectComponent);\n\nexport { Select };\n"],"names":["mergedConfig","mergeConfig","selectConfig","config","SelectNewHope","component","SelectComponent","props","ref","React","createElement","_extends","Select","fixedForwardRef"],"mappings":";;;;;;;;;;;;;AAWA,IAAMA,YAAY,gBAAGC,eAAW,CAACC,gBAAY,EAAEC,oBAAM,CAAC;AACtD,IAAMC,aAAa,gBAAGC,aAAS,CAACL,YAAY,CAAC;AAQ7C,IAAMM,eAAe,GAAG,SAAlBA,eAAeA,CAAgCC,KAAqB,EAAEC,GAAoC,EAAK;AACjH,EAAA,oBAAOC,sBAAA,CAAAC,aAAA,CAACN,aAAa,EAAAO,iCAAA,CAAA;AAACH,IAAAA,GAAG,EAAEA;GAAI,EAAMD,KAAK,CAAW,CAAC;AAC1D,CAAC;AAED,IAAMK,MAAM,gBAAGC,mBAAe,CAACP,eAAe;;;;"}
1
+ {"version":3,"file":"Select.js","sources":["../../../../../src-css/components/Select/Select.tsx"],"sourcesContent":["import { selectConfig, component, mergeConfig, fixedForwardRef } from '@salutejs/plasma-new-hope/css';\nimport type {\n SelectProps as SelectPropsNewHope,\n SelectItemOption,\n DistributivePick,\n DistributiveOmit,\n} from '@salutejs/plasma-new-hope';\nimport React, { ComponentProps, ForwardedRef } from 'react';\n\nimport { config } from './Select.config';\n\nconst mergedConfig = mergeConfig(selectConfig, config);\nconst SelectNewHope = component(mergedConfig);\n\nexport type SelectProps<K extends SelectItemOption> = DistributiveOmit<\n SelectPropsNewHope<K>,\n 'size' | 'view' | 'chipView' | 'hintView' | 'hintSize' | 'labelPlacement'\n> &\n DistributivePick<\n ComponentProps<typeof SelectNewHope>,\n 'size' | 'view' | 'chipView' | 'hintView' | 'hintSize' | 'labelPlacement'\n >;\n\nconst SelectComponent = <K extends SelectItemOption>(props: SelectProps<K>, ref: ForwardedRef<HTMLButtonElement>) => {\n return <SelectNewHope ref={ref} {...(props as any)} />;\n};\n\nconst Select = fixedForwardRef(SelectComponent);\n\nexport { Select };\n"],"names":["mergedConfig","mergeConfig","selectConfig","config","SelectNewHope","component","SelectComponent","props","ref","React","createElement","_extends","Select","fixedForwardRef"],"mappings":";;;;;;;;;;;;;AAWA,IAAMA,YAAY,gBAAGC,eAAW,CAACC,gBAAY,EAAEC,oBAAM,CAAC;AACtD,IAAMC,aAAa,gBAAGC,aAAS,CAACL,YAAY,CAAC;AAW7C,IAAMM,eAAe,GAAG,SAAlBA,eAAeA,CAAgCC,KAAqB,EAAEC,GAAoC,EAAK;AACjH,EAAA,oBAAOC,sBAAA,CAAAC,aAAA,CAACN,aAAa,EAAAO,iCAAA,CAAA;AAACH,IAAAA,GAAG,EAAEA;GAAI,EAAMD,KAAK,CAAW,CAAC;AAC1D,CAAC;AAED,IAAMK,MAAM,gBAAGC,mBAAe,CAACP,eAAe;;;;"}
@@ -1,4 +1,4 @@
1
- require('./LineSkeleton.config_1lp1z21.css');
1
+ require('./LineSkeleton.config_10h85wr.css');
2
2
  'use strict';
3
3
 
4
4
  Object.defineProperty(exports, '__esModule', { value: true });
@@ -1,4 +1,4 @@
1
- .d19llrr0{--plasma-skeleton-gradient-color:var(--plasma-colors-skeleton-gradient,var(--surface-skeleton-gradient,linear-gradient(0deg,#FFFFFF 0.0%,#FFFFFF 50.4%,#FFFFFF 100.0%,#FFFFFF 100.0%)));--plasma-skeleton-fade-in-color:var(--surface-transparent-secondary,#FFFFFF29);--plasma-skeleton-fade-out-color:var(--surface-transparent-tertiary,#FFFFFF3D);}
1
+ .d19llrr0{--plasma-skeleton-gradient-color:var(--plasma-colors-skeleton-gradient,var(--surface-skeleton-gradient,linear-gradient(90deg,#FFFFFF00 0.0%,#FFFFFF3D 50.4%,#FFFFFF00 100.0%,#FFFFFF00 100.0%)));--plasma-skeleton-fade-in-color:var(--surface-transparent-secondary,#FFFFFF29);--plasma-skeleton-fade-out-color:var(--surface-transparent-tertiary,#FFFFFF3D);}
2
2
  .lownd2t{--plasma-skeleton-gradient-color:var(--plasma-colors-skeleton-gradient-lighter,var(--surface-skeleton-deep-gradient));--plasma-skeleton-fade-in-color:var(--surface-transparent-secondary,#FFFFFF29);--plasma-skeleton-fade-out-color:var(--surface-transparent-tertiary,#FFFFFF3D);}
3
3
  .b1vlwnuz{--plasma-skeleton-line-height:var(--plasma-typo-body-l-line-height);--plasma-skeleton-visible-line-height:var(--plasma-typo-body-l-font-size);}
4
4
  .b72vt9m{--plasma-skeleton-line-height:var(--plasma-typo-body-m-line-height);--plasma-skeleton-visible-line-height:var(--plasma-typo-body-m-font-size);}
@@ -1,20 +1,20 @@
1
- .LineSkeleton_config_1lp1z21_d19llrr0__68ece0dd{--plasma-skeleton-gradient-color:var(--plasma-colors-skeleton-gradient,var(--surface-skeleton-gradient,linear-gradient(0deg,#FFFFFF 0.0%,#FFFFFF 50.4%,#FFFFFF 100.0%,#FFFFFF 100.0%)));--plasma-skeleton-fade-in-color:var(--surface-transparent-secondary,#FFFFFF29);--plasma-skeleton-fade-out-color:var(--surface-transparent-tertiary,#FFFFFF3D);}
2
- .LineSkeleton_config_1lp1z21_lownd2t__68ece0dd{--plasma-skeleton-gradient-color:var(--plasma-colors-skeleton-gradient-lighter,var(--surface-skeleton-deep-gradient));--plasma-skeleton-fade-in-color:var(--surface-transparent-secondary,#FFFFFF29);--plasma-skeleton-fade-out-color:var(--surface-transparent-tertiary,#FFFFFF3D);}
3
- .LineSkeleton_config_1lp1z21_b1vlwnuz__68ece0dd{--plasma-skeleton-line-height:var(--plasma-typo-body-l-line-height);--plasma-skeleton-visible-line-height:var(--plasma-typo-body-l-font-size);}
4
- .LineSkeleton_config_1lp1z21_b72vt9m__68ece0dd{--plasma-skeleton-line-height:var(--plasma-typo-body-m-line-height);--plasma-skeleton-visible-line-height:var(--plasma-typo-body-m-font-size);}
5
- .LineSkeleton_config_1lp1z21_b7xroe3__68ece0dd{--plasma-skeleton-line-height:var(--plasma-typo-body-s-line-height);--plasma-skeleton-visible-line-height:var(--plasma-typo-body-s-font-size);}
6
- .LineSkeleton_config_1lp1z21_b6j6lo5__68ece0dd{--plasma-skeleton-line-height:var(--plasma-typo-body-xs-line-height);--plasma-skeleton-visible-line-height:var(--plasma-typo-body-xs-font-size);}
7
- .LineSkeleton_config_1lp1z21_bvy7k5l__68ece0dd{--plasma-skeleton-line-height:var(--plasma-typo-body-xxs-line-height);--plasma-skeleton-visible-line-height:var(--plasma-typo-body-xxs-font-size);}
8
- .LineSkeleton_config_1lp1z21_d17f8ptj__68ece0dd{--plasma-skeleton-line-height:var(--plasma-typo-dspl-l-line-height);--plasma-skeleton-visible-line-height:var(--plasma-typo-dspl-l-font-size);}
9
- .LineSkeleton_config_1lp1z21_d2hkci6__68ece0dd{--plasma-skeleton-line-height:var(--plasma-typo-dspl-m-line-height);--plasma-skeleton-visible-line-height:var(--plasma-typo-dspl-m-font-size);}
10
- .LineSkeleton_config_1lp1z21_dytodi8__68ece0dd{--plasma-skeleton-line-height:var(--plasma-typo-dspl-s-line-height);--plasma-skeleton-visible-line-height:var(--plasma-typo-dspl-s-font-size);}
11
- .LineSkeleton_config_1lp1z21_hl0wrbi__68ece0dd{--plasma-skeleton-line-height:var(--plasma-typo-h1-line-height);--plasma-skeleton-visible-line-height:var(--plasma-typo-h1-font-size);}
12
- .LineSkeleton_config_1lp1z21_hzwkeo__68ece0dd{--plasma-skeleton-line-height:var(--plasma-typo-h2-line-height);--plasma-skeleton-visible-line-height:var(--plasma-typo-h2-font-size);}
13
- .LineSkeleton_config_1lp1z21_hwfajcs__68ece0dd{--plasma-skeleton-line-height:var(--plasma-typo-h3-line-height);--plasma-skeleton-visible-line-height:var(--plasma-typo-h3-font-size);}
14
- .LineSkeleton_config_1lp1z21_h1cqdap2__68ece0dd{--plasma-skeleton-line-height:var(--plasma-typo-h4-line-height);--plasma-skeleton-visible-line-height:var(--plasma-typo-h4-font-size);}
15
- .LineSkeleton_config_1lp1z21_h7a1pe3__68ece0dd{--plasma-skeleton-line-height:var(--plasma-typo-h5-line-height);--plasma-skeleton-visible-line-height:var(--plasma-typo-h5-font-size);}
16
- .LineSkeleton_config_1lp1z21_hcgpodh__68ece0dd{--plasma-skeleton-line-height:var(--plasma-typo-h6-line-height);--plasma-skeleton-visible-line-height:var(--plasma-typo-h6-font-size);}
17
- .LineSkeleton_config_1lp1z21_t1f4baxc__68ece0dd{--plasma-skeleton-line-height:var(--plasma-typo-text-l-line-height);--plasma-skeleton-visible-line-height:var(--plasma-typo-text-l-font-size);}
18
- .LineSkeleton_config_1lp1z21_tku2ojo__68ece0dd{--plasma-skeleton-line-height:var(--plasma-typo-text-m-line-height);--plasma-skeleton-visible-line-height:var(--plasma-typo-text-m-font-size);}
19
- .LineSkeleton_config_1lp1z21_tfwhw7s__68ece0dd{--plasma-skeleton-line-height:var(--plasma-typo-text-s-line-height);--plasma-skeleton-visible-line-height:var(--plasma-typo-text-s-font-size);}
20
- .LineSkeleton_config_1lp1z21_thijpf2__68ece0dd{--plasma-skeleton-line-height:var(--plasma-typo-text-xs-line-height);--plasma-skeleton-visible-line-height:var(--plasma-typo-text-xs-font-size);}
1
+ .LineSkeleton_config_10h85wr_d19llrr0__5f884146{--plasma-skeleton-gradient-color:var(--plasma-colors-skeleton-gradient,var(--surface-skeleton-gradient,linear-gradient(90deg,#FFFFFF00 0.0%,#FFFFFF3D 50.4%,#FFFFFF00 100.0%,#FFFFFF00 100.0%)));--plasma-skeleton-fade-in-color:var(--surface-transparent-secondary,#FFFFFF29);--plasma-skeleton-fade-out-color:var(--surface-transparent-tertiary,#FFFFFF3D);}
2
+ .LineSkeleton_config_10h85wr_lownd2t__5f884146{--plasma-skeleton-gradient-color:var(--plasma-colors-skeleton-gradient-lighter,var(--surface-skeleton-deep-gradient));--plasma-skeleton-fade-in-color:var(--surface-transparent-secondary,#FFFFFF29);--plasma-skeleton-fade-out-color:var(--surface-transparent-tertiary,#FFFFFF3D);}
3
+ .LineSkeleton_config_10h85wr_b1vlwnuz__5f884146{--plasma-skeleton-line-height:var(--plasma-typo-body-l-line-height);--plasma-skeleton-visible-line-height:var(--plasma-typo-body-l-font-size);}
4
+ .LineSkeleton_config_10h85wr_b72vt9m__5f884146{--plasma-skeleton-line-height:var(--plasma-typo-body-m-line-height);--plasma-skeleton-visible-line-height:var(--plasma-typo-body-m-font-size);}
5
+ .LineSkeleton_config_10h85wr_b7xroe3__5f884146{--plasma-skeleton-line-height:var(--plasma-typo-body-s-line-height);--plasma-skeleton-visible-line-height:var(--plasma-typo-body-s-font-size);}
6
+ .LineSkeleton_config_10h85wr_b6j6lo5__5f884146{--plasma-skeleton-line-height:var(--plasma-typo-body-xs-line-height);--plasma-skeleton-visible-line-height:var(--plasma-typo-body-xs-font-size);}
7
+ .LineSkeleton_config_10h85wr_bvy7k5l__5f884146{--plasma-skeleton-line-height:var(--plasma-typo-body-xxs-line-height);--plasma-skeleton-visible-line-height:var(--plasma-typo-body-xxs-font-size);}
8
+ .LineSkeleton_config_10h85wr_d17f8ptj__5f884146{--plasma-skeleton-line-height:var(--plasma-typo-dspl-l-line-height);--plasma-skeleton-visible-line-height:var(--plasma-typo-dspl-l-font-size);}
9
+ .LineSkeleton_config_10h85wr_d2hkci6__5f884146{--plasma-skeleton-line-height:var(--plasma-typo-dspl-m-line-height);--plasma-skeleton-visible-line-height:var(--plasma-typo-dspl-m-font-size);}
10
+ .LineSkeleton_config_10h85wr_dytodi8__5f884146{--plasma-skeleton-line-height:var(--plasma-typo-dspl-s-line-height);--plasma-skeleton-visible-line-height:var(--plasma-typo-dspl-s-font-size);}
11
+ .LineSkeleton_config_10h85wr_hl0wrbi__5f884146{--plasma-skeleton-line-height:var(--plasma-typo-h1-line-height);--plasma-skeleton-visible-line-height:var(--plasma-typo-h1-font-size);}
12
+ .LineSkeleton_config_10h85wr_hzwkeo__5f884146{--plasma-skeleton-line-height:var(--plasma-typo-h2-line-height);--plasma-skeleton-visible-line-height:var(--plasma-typo-h2-font-size);}
13
+ .LineSkeleton_config_10h85wr_hwfajcs__5f884146{--plasma-skeleton-line-height:var(--plasma-typo-h3-line-height);--plasma-skeleton-visible-line-height:var(--plasma-typo-h3-font-size);}
14
+ .LineSkeleton_config_10h85wr_h1cqdap2__5f884146{--plasma-skeleton-line-height:var(--plasma-typo-h4-line-height);--plasma-skeleton-visible-line-height:var(--plasma-typo-h4-font-size);}
15
+ .LineSkeleton_config_10h85wr_h7a1pe3__5f884146{--plasma-skeleton-line-height:var(--plasma-typo-h5-line-height);--plasma-skeleton-visible-line-height:var(--plasma-typo-h5-font-size);}
16
+ .LineSkeleton_config_10h85wr_hcgpodh__5f884146{--plasma-skeleton-line-height:var(--plasma-typo-h6-line-height);--plasma-skeleton-visible-line-height:var(--plasma-typo-h6-font-size);}
17
+ .LineSkeleton_config_10h85wr_t1f4baxc__5f884146{--plasma-skeleton-line-height:var(--plasma-typo-text-l-line-height);--plasma-skeleton-visible-line-height:var(--plasma-typo-text-l-font-size);}
18
+ .LineSkeleton_config_10h85wr_tku2ojo__5f884146{--plasma-skeleton-line-height:var(--plasma-typo-text-m-line-height);--plasma-skeleton-visible-line-height:var(--plasma-typo-text-m-font-size);}
19
+ .LineSkeleton_config_10h85wr_tfwhw7s__5f884146{--plasma-skeleton-line-height:var(--plasma-typo-text-s-line-height);--plasma-skeleton-visible-line-height:var(--plasma-typo-text-s-font-size);}
20
+ .LineSkeleton_config_10h85wr_thijpf2__5f884146{--plasma-skeleton-line-height:var(--plasma-typo-text-xs-line-height);--plasma-skeleton-visible-line-height:var(--plasma-typo-text-xs-font-size);}
@@ -1,4 +1,4 @@
1
- require('./Slider.config_101w2w9.css');
1
+ require('./Slider.config_3tslk9.css');
2
2
  'use strict';
3
3
 
4
4
  Object.defineProperty(exports, '__esModule', { value: true });
@@ -1 +1 @@
1
- {"version":3,"file":"Slider.config.js","sources":["../../../../../src-css/components/Slider/Slider.config.ts"],"sourcesContent":["import { css, sliderTokens } from '@salutejs/plasma-new-hope/css';\nimport {\n bodyL,\n bodyM,\n bodyS,\n onLightSurfaceSolidCard,\n surfaceAccent,\n surfaceAccentGradient,\n surfaceSolidDefault,\n surfaceSolidTertiary,\n surfaceTransparentPrimary,\n surfaceTransparentPrimaryHover,\n surfaceTransparentSecondary,\n textAccent,\n textPrimary,\n textSecondary,\n} from '@salutejs-ds/sdds_sbcom/theme/tokens';\n\n/*\n * NOTE: Mixed DS tokens + raw vars. Prefer @salutejs-ds/sdds_sbcom/theme/tokens where possible.\n * Missing tokens in @salutejs/sdds-themes/tokens: bodyXs\n */\nexport const config = {\n defaults: {\n view: 'default',\n size: 'm',\n },\n variations: {\n view: {\n default: css`\n ${sliderTokens.labelColor}: ${textPrimary};\n\n ${sliderTokens.rangeValueColor}: ${textSecondary};\n\n ${sliderTokens.thumbBorderColor}: ${surfaceSolidTertiary};\n ${sliderTokens.thumbBackgroundColor}: ${onLightSurfaceSolidCard};\n ${sliderTokens.thumbFocusBorderColor}: ${surfaceSolidDefault};\n\n ${sliderTokens.railBackgroundColor}: ${surfaceSolidTertiary};\n\n ${sliderTokens.fillColor}: ${surfaceSolidDefault};\n\n ${sliderTokens.textFieldCaretColor}: ${textAccent};\n ${sliderTokens.textFieldColor}: ${textPrimary};\n ${sliderTokens.textFiledFocusColor}: ${textPrimary};\n ${sliderTokens.textFieldPlaceholderColor}: ${textSecondary};\n\n ${sliderTokens.textFieldBackgroundColor}: ${surfaceTransparentPrimary};\n ${sliderTokens.textFieldBackgroundColorHover}: ${surfaceTransparentPrimaryHover};\n ${sliderTokens.textFieldBackgroundColorFocus}: ${surfaceTransparentSecondary};\n `,\n accent: css`\n ${sliderTokens.labelColor}: ${textPrimary};\n\n ${sliderTokens.rangeValueColor}: ${textSecondary};\n\n ${sliderTokens.thumbBorderColor}: ${surfaceSolidTertiary};\n ${sliderTokens.thumbBackgroundColor}: ${onLightSurfaceSolidCard};\n ${sliderTokens.thumbFocusBorderColor}: ${surfaceAccent};\n\n ${sliderTokens.railBackgroundColor}: ${surfaceSolidTertiary};\n\n ${sliderTokens.fillColor}: ${surfaceAccent};\n\n ${sliderTokens.textFieldCaretColor}: ${textAccent};\n ${sliderTokens.textFieldColor}: ${textPrimary};\n ${sliderTokens.textFiledFocusColor}: ${textPrimary};\n ${sliderTokens.textFieldPlaceholderColor}: ${textSecondary};\n\n ${sliderTokens.textFieldBackgroundColor}: ${surfaceTransparentPrimary};\n ${sliderTokens.textFieldBackgroundColorHover}: ${surfaceTransparentPrimaryHover};\n ${sliderTokens.textFieldBackgroundColorFocus}: ${surfaceTransparentSecondary};\n `,\n gradient: css`\n ${sliderTokens.labelColor}: ${textPrimary};\n\n ${sliderTokens.rangeValueColor}: ${textSecondary};\n\n ${sliderTokens.thumbBorderColor}: ${surfaceSolidTertiary};\n ${sliderTokens.thumbBackgroundColor}: ${onLightSurfaceSolidCard};\n ${sliderTokens.thumbFocusBorderColor}: ${surfaceAccentGradient};\n\n ${sliderTokens.railBackgroundColor}: ${surfaceSolidTertiary};\n\n ${sliderTokens.fillColor}: ${surfaceAccentGradient};\n\n ${sliderTokens.textFieldCaretColor}: ${textAccent};\n ${sliderTokens.textFieldColor}: ${textPrimary};\n ${sliderTokens.textFiledFocusColor}: ${textPrimary};\n ${sliderTokens.textFieldPlaceholderColor}: ${textSecondary};\n\n ${sliderTokens.textFieldBackgroundColor}: ${surfaceTransparentPrimary};\n ${sliderTokens.textFieldBackgroundColorHover}: ${surfaceTransparentPrimaryHover};\n ${sliderTokens.textFieldBackgroundColorFocus}: ${surfaceTransparentSecondary};\n `,\n },\n size: {\n l: css`\n ${sliderTokens.size}: 1.5rem;\n ${sliderTokens.doubleWrapperGap}: 0.375rem;\n\n ${sliderTokens.labelWrapperGap}: 0.25rem;\n ${sliderTokens.labelWrapperMarginBottom}: 0.25rem;\n ${sliderTokens.labelWrapperMarginRight}: 1rem;\n ${sliderTokens.labelWrapperOnlyIconMarginRight}: 0.625rem;\n ${sliderTokens.labelWrapperVerticalMargin}: 1rem;\n\n ${sliderTokens.labelFontFamily}: ${bodyL.fontFamily};\n ${sliderTokens.labelFontSize}: ${bodyL.fontSize};\n ${sliderTokens.labelFontStyle}: ${bodyL.fontStyle};\n ${sliderTokens.labelFontWeight}: ${bodyL.fontWeight};\n ${sliderTokens.labelLetterSpacing}: ${bodyL.letterSpacing};\n ${sliderTokens.labelLineHeight}: ${bodyL.lineHeight};\n\n ${sliderTokens.rangeValueHorizontalMargin}: 0.75rem;\n ${sliderTokens.rangeValueBottomOffset}: 0.875rem;\n ${sliderTokens.rangeValueHorizontalOffset}: 0.875rem;\n ${sliderTokens.rangeValueVerticalMargin}: 0.75rem;\n\n ${sliderTokens.valueFontFamily}: ${bodyM.fontFamily};\n ${sliderTokens.valueFontSize}: ${bodyM.fontSize};\n ${sliderTokens.valueFontStyle}: ${bodyM.fontStyle};\n ${sliderTokens.valueFontWeight}: ${bodyM.fontWeight};\n ${sliderTokens.valueLetterSpacing}: ${bodyM.letterSpacing};\n ${sliderTokens.valueLineHeight}: ${bodyM.lineHeight};\n\n ${sliderTokens.thumbSize}: 1rem;\n ${sliderTokens.thumbSizeLarge}: 1.25rem;\n ${sliderTokens.thumbBorder}: 0.0625rem solid;\n\n ${sliderTokens.currentValueTopOffset}: 1.625rem;\n\n ${sliderTokens.railThickness}: 0.25rem;\n ${sliderTokens.railBorderRadius}: 0.125rem;\n ${sliderTokens.railIndent}: 0.75rem;\n\n ${sliderTokens.textFieldWrapperGap}: 0.125rem;\n\n ${sliderTokens.textFieldHeight}: 3.5rem;\n ${sliderTokens.textFieldPadding}: 1.25rem 1rem 1.25rem 1rem;\n ${sliderTokens.textFieldBorderRadius}: 0.75rem;\n ${sliderTokens.textFieldFontFamily}: ${bodyL.fontFamily};\n ${sliderTokens.textFieldFontSize}: ${bodyL.fontSize};\n ${sliderTokens.textFieldFontStyle}: ${bodyL.fontStyle};\n ${sliderTokens.textFieldFontWeight}: ${bodyL.fontWeight};\n ${sliderTokens.textFieldLetterSpacing}: ${bodyL.letterSpacing};\n ${sliderTokens.textFieldLineHeight}: ${bodyL.lineHeight};\n `,\n m: css`\n ${sliderTokens.size}: 1.5rem;\n ${sliderTokens.doubleWrapperGap}: 0.375rem;\n\n ${sliderTokens.labelWrapperGap}: 0.25rem;\n ${sliderTokens.labelWrapperMarginBottom}: 0.25rem;\n ${sliderTokens.labelWrapperMarginRight}: 1rem;\n ${sliderTokens.labelWrapperOnlyIconMarginRight}: 0.625rem;\n ${sliderTokens.labelWrapperVerticalMargin}: 0.75rem;\n\n ${sliderTokens.labelFontFamily}: ${bodyM.fontFamily};\n ${sliderTokens.labelFontSize}: ${bodyM.fontSize};\n ${sliderTokens.labelFontStyle}: ${bodyM.fontStyle};\n ${sliderTokens.labelFontWeight}: ${bodyM.fontWeight};\n ${sliderTokens.labelLetterSpacing}: ${bodyM.letterSpacing};\n ${sliderTokens.labelLineHeight}: ${bodyM.lineHeight};\n\n ${sliderTokens.rangeValueHorizontalMargin}: 0.75rem;\n ${sliderTokens.rangeValueBottomOffset}: 0.75rem;\n ${sliderTokens.rangeValueHorizontalOffset}: 0.875rem;\n ${sliderTokens.rangeValueVerticalMargin}: 0.625rem;\n\n ${sliderTokens.valueFontFamily}: ${bodyS.fontFamily};\n ${sliderTokens.valueFontSize}: ${bodyS.fontSize};\n ${sliderTokens.valueFontStyle}: ${bodyS.fontStyle};\n ${sliderTokens.valueFontWeight}: ${bodyS.fontWeight};\n ${sliderTokens.valueLetterSpacing}: ${bodyS.letterSpacing};\n ${sliderTokens.valueLineHeight}: ${bodyS.lineHeight};\n\n ${sliderTokens.thumbSize}: 1rem;\n ${sliderTokens.thumbSizeLarge}: 1.25rem;\n ${sliderTokens.thumbBorder}: 0.0625rem solid;\n\n ${sliderTokens.currentValueTopOffset}: 1.75rem;\n\n ${sliderTokens.railThickness}: 0.25rem;\n ${sliderTokens.railBorderRadius}: 0.125rem;\n ${sliderTokens.railIndent}: 0.75rem;\n\n ${sliderTokens.textFieldWrapperGap}: 0.125rem;\n\n ${sliderTokens.textFieldHeight}: 3rem;\n ${sliderTokens.textFieldPadding}: 0.875rem 1rem 0.875rem 1rem;\n ${sliderTokens.textFieldBorderRadius}: 0.75rem;\n ${sliderTokens.textFieldFontFamily}: ${bodyM.fontFamily};\n ${sliderTokens.textFieldFontSize}: ${bodyM.fontSize};\n ${sliderTokens.textFieldFontStyle}: ${bodyM.fontStyle};\n ${sliderTokens.textFieldFontWeight}: ${bodyM.fontWeight};\n ${sliderTokens.textFieldLetterSpacing}: ${bodyM.letterSpacing};\n ${sliderTokens.textFieldLineHeight}: ${bodyM.lineHeight};\n `,\n s: css`\n ${sliderTokens.size}: 1rem;\n ${sliderTokens.doubleWrapperGap}: 0.375rem;\n\n ${sliderTokens.labelWrapperGap}: 0.25rem;\n ${sliderTokens.labelWrapperMarginBottom}: 0.25rem;\n ${sliderTokens.labelWrapperMarginRight}: 1rem;\n ${sliderTokens.labelWrapperOnlyIconMarginRight}: 0.625rem;\n ${sliderTokens.labelWrapperVerticalMargin}: 0.625rem;\n\n ${sliderTokens.labelFontFamily}: ${bodyS.fontFamily};\n ${sliderTokens.labelFontSize}: ${bodyS.fontSize};\n ${sliderTokens.labelFontStyle}: ${bodyS.fontStyle};\n ${sliderTokens.labelFontWeight}: ${bodyS.fontWeight};\n ${sliderTokens.labelLetterSpacing}: ${bodyS.letterSpacing};\n ${sliderTokens.labelLineHeight}: ${bodyS.lineHeight};\n\n ${sliderTokens.rangeValueHorizontalMargin}: 0.5rem;\n ${sliderTokens.rangeValueBottomOffset}: 0.625rem;\n ${sliderTokens.rangeValueHorizontalOffset}: 0.625rem;\n ${sliderTokens.rangeValueVerticalMargin}: 0.5rem;\n\n /* NOTE: no token bodyXs in @salutejs/sdds-themes/tokens */\n ${sliderTokens.valueFontFamily}: var(--plasma-typo-body-xs-font-family);\n /* NOTE: no token bodyXs in @salutejs/sdds-themes/tokens */\n ${sliderTokens.valueFontSize}: var(--plasma-typo-body-xs-font-size);\n /* NOTE: no token bodyXs in @salutejs/sdds-themes/tokens */\n ${sliderTokens.valueFontStyle}: var(--plasma-typo-body-xs-font-style);\n /* NOTE: no token bodyXs in @salutejs/sdds-themes/tokens */\n ${sliderTokens.valueFontWeight}: var(--plasma-typo-body-xs-font-weight);\n /* NOTE: no token bodyXs in @salutejs/sdds-themes/tokens */\n ${sliderTokens.valueLetterSpacing}: var(--plasma-typo-body-xs-letter-spacing);\n /* NOTE: no token bodyXs in @salutejs/sdds-themes/tokens */\n ${sliderTokens.valueLineHeight}: var(--plasma-typo-body-xs-line-height);\n\n ${sliderTokens.thumbSize}: 1rem;\n ${sliderTokens.thumbSizeLarge}: 1.25rem;\n ${sliderTokens.thumbBorder}: 0.0625rem solid;\n\n ${sliderTokens.currentValueTopOffset}: 1.25rem;\n\n ${sliderTokens.railThickness}: 0.25rem;\n ${sliderTokens.railBorderRadius}: 0.125rem;\n ${sliderTokens.railIndent}: 0.75rem;\n\n ${sliderTokens.textFieldWrapperGap}: 0.125rem;\n\n ${sliderTokens.textFieldHeight}: 2.5rem;\n ${sliderTokens.textFieldPadding}: 0.5rem 1rem 0.5rem 1rem;\n ${sliderTokens.textFieldBorderRadius}: 0.625rem;\n ${sliderTokens.textFieldFontFamily}: ${bodyS.fontFamily};\n ${sliderTokens.textFieldFontSize}: ${bodyS.fontSize};\n ${sliderTokens.textFieldFontStyle}: ${bodyS.fontStyle};\n ${sliderTokens.textFieldFontWeight}: ${bodyS.fontWeight};\n ${sliderTokens.textFieldLetterSpacing}: ${bodyS.letterSpacing};\n ${sliderTokens.textFieldLineHeight}: ${bodyS.lineHeight};\n `,\n },\n disabled: {\n true: css`\n ${sliderTokens.disabledOpacity}: 0.4;\n `,\n },\n },\n};\n"],"names":["config","defaults","view","size","variations","default","accent","gradient","l","m","s","disabled","true"],"mappings":";;;;AAkBA;AACA;AACA;AACA;AACO,IAAMA,MAAM,GAAG;AAClBC,EAAAA,QAAQ,EAAE;AACNC,IAAAA,IAAI,EAAE,SAAS;AACfC,IAAAA,IAAI,EAAE;GACT;AACDC,EAAAA,UAAU,EAAE;AACRF,IAAAA,IAAI,EAAE;AACFG,MAAAA,SAAAA,EAAO,SAqBN;AACDC,MAAAA,MAAM,EAAA,QAqBL;AACDC,MAAAA,QAAQ,EAAA;KAsBX;AACDJ,IAAAA,IAAI,EAAE;AACFK,MAAAA,CAAC,EAAA,SAkDA;AACDC,MAAAA,CAAC,EAAA,SAkDA;AACDC,MAAAA,CAAC,EAAA;KAyDJ;AACDC,IAAAA,QAAQ,EAAE;MACNC,MAAAA,EAAI;AAGR;AACJ;AACJ;;;;"}
1
+ {"version":3,"file":"Slider.config.js","sources":["../../../../../src-css/components/Slider/Slider.config.ts"],"sourcesContent":["import { css, sliderTokens } from '@salutejs/plasma-new-hope/css';\nimport {\n bodyL,\n bodyM,\n bodyS,\n onLightSurfaceSolidCard,\n surfaceAccent,\n surfaceAccentGradient,\n surfaceSolidDefault,\n surfaceSolidTertiary,\n surfaceTransparentPrimary,\n surfaceTransparentPrimaryHover,\n surfaceTransparentSecondary,\n textAccent,\n textPrimary,\n textSecondary,\n} from '@salutejs-ds/sdds_sbcom/theme/tokens';\n\n/*\n * NOTE: Mixed DS tokens + raw vars. Prefer @salutejs-ds/sdds_sbcom/theme/tokens where possible.\n * Missing tokens in @salutejs/sdds-themes/tokens: bodyXs\n */\nexport const config = {\n defaults: {\n view: 'default',\n size: 'm',\n },\n variations: {\n view: {\n default: css`\n ${sliderTokens.labelColor}: ${textPrimary};\n\n ${sliderTokens.rangeValueColor}: ${textSecondary};\n\n ${sliderTokens.thumbBorderColor}: ${surfaceSolidTertiary};\n ${sliderTokens.thumbBackgroundColor}: ${onLightSurfaceSolidCard};\n ${sliderTokens.thumbFocusBorderColor}: ${surfaceSolidDefault};\n\n ${sliderTokens.railBackgroundColor}: ${surfaceSolidTertiary};\n\n ${sliderTokens.fillColor}: ${surfaceSolidDefault};\n\n ${sliderTokens.tickDotColor}: var(--surface-solid-tertiary);\n ${sliderTokens.tickDotFilledColor}: var(--surface-solid-default);\n\n ${sliderTokens.textFieldCaretColor}: ${textAccent};\n ${sliderTokens.textFieldColor}: ${textPrimary};\n ${sliderTokens.textFiledFocusColor}: ${textPrimary};\n ${sliderTokens.textFieldPlaceholderColor}: ${textSecondary};\n\n ${sliderTokens.textFieldBackgroundColor}: ${surfaceTransparentPrimary};\n ${sliderTokens.textFieldBackgroundColorHover}: ${surfaceTransparentPrimaryHover};\n ${sliderTokens.textFieldBackgroundColorFocus}: ${surfaceTransparentSecondary};\n `,\n accent: css`\n ${sliderTokens.labelColor}: ${textPrimary};\n\n ${sliderTokens.rangeValueColor}: ${textSecondary};\n\n ${sliderTokens.thumbBorderColor}: ${surfaceSolidTertiary};\n ${sliderTokens.thumbBackgroundColor}: ${onLightSurfaceSolidCard};\n ${sliderTokens.thumbFocusBorderColor}: ${surfaceAccent};\n\n ${sliderTokens.railBackgroundColor}: ${surfaceSolidTertiary};\n\n ${sliderTokens.fillColor}: ${surfaceAccent};\n\n ${sliderTokens.tickDotColor}: var(--surface-solid-tertiary);\n ${sliderTokens.tickDotFilledColor}: var(--surface-solid-accent);\n\n ${sliderTokens.textFieldCaretColor}: ${textAccent};\n ${sliderTokens.textFieldColor}: ${textPrimary};\n ${sliderTokens.textFiledFocusColor}: ${textPrimary};\n ${sliderTokens.textFieldPlaceholderColor}: ${textSecondary};\n\n ${sliderTokens.textFieldBackgroundColor}: ${surfaceTransparentPrimary};\n ${sliderTokens.textFieldBackgroundColorHover}: ${surfaceTransparentPrimaryHover};\n ${sliderTokens.textFieldBackgroundColorFocus}: ${surfaceTransparentSecondary};\n `,\n gradient: css`\n ${sliderTokens.labelColor}: ${textPrimary};\n\n ${sliderTokens.rangeValueColor}: ${textSecondary};\n\n ${sliderTokens.thumbBorderColor}: ${surfaceSolidTertiary};\n ${sliderTokens.thumbBackgroundColor}: ${onLightSurfaceSolidCard};\n ${sliderTokens.thumbFocusBorderColor}: ${surfaceAccentGradient};\n\n ${sliderTokens.railBackgroundColor}: ${surfaceSolidTertiary};\n\n ${sliderTokens.fillColor}: ${surfaceAccentGradient};\n\n ${sliderTokens.tickDotColor}: var(--surface-solid-tertiary);\n ${sliderTokens.tickDotFilledColor}: var(--surface-accent-gradient);\n\n ${sliderTokens.textFieldCaretColor}: ${textAccent};\n ${sliderTokens.textFieldColor}: ${textPrimary};\n ${sliderTokens.textFiledFocusColor}: ${textPrimary};\n ${sliderTokens.textFieldPlaceholderColor}: ${textSecondary};\n\n ${sliderTokens.textFieldBackgroundColor}: ${surfaceTransparentPrimary};\n ${sliderTokens.textFieldBackgroundColorHover}: ${surfaceTransparentPrimaryHover};\n ${sliderTokens.textFieldBackgroundColorFocus}: ${surfaceTransparentSecondary};\n `,\n },\n size: {\n l: css`\n ${sliderTokens.size}: 1.5rem;\n ${sliderTokens.doubleWrapperGap}: 0.375rem;\n\n ${sliderTokens.labelWrapperGap}: 0.25rem;\n ${sliderTokens.labelWrapperMarginBottom}: 0.25rem;\n ${sliderTokens.labelWrapperMarginRight}: 1rem;\n ${sliderTokens.labelWrapperOnlyIconMarginRight}: 0.625rem;\n ${sliderTokens.labelWrapperVerticalMargin}: 1rem;\n\n ${sliderTokens.labelFontFamily}: ${bodyL.fontFamily};\n ${sliderTokens.labelFontSize}: ${bodyL.fontSize};\n ${sliderTokens.labelFontStyle}: ${bodyL.fontStyle};\n ${sliderTokens.labelFontWeight}: ${bodyL.fontWeight};\n ${sliderTokens.labelLetterSpacing}: ${bodyL.letterSpacing};\n ${sliderTokens.labelLineHeight}: ${bodyL.lineHeight};\n\n ${sliderTokens.rangeValueHorizontalMargin}: 0.75rem;\n ${sliderTokens.rangeValueBottomOffset}: 0.875rem;\n ${sliderTokens.rangeValueHorizontalOffset}: 0.875rem;\n ${sliderTokens.rangeValueVerticalMargin}: 0.75rem;\n\n ${sliderTokens.valueFontFamily}: ${bodyM.fontFamily};\n ${sliderTokens.valueFontSize}: ${bodyM.fontSize};\n ${sliderTokens.valueFontStyle}: ${bodyM.fontStyle};\n ${sliderTokens.valueFontWeight}: ${bodyM.fontWeight};\n ${sliderTokens.valueLetterSpacing}: ${bodyM.letterSpacing};\n ${sliderTokens.valueLineHeight}: ${bodyM.lineHeight};\n\n ${sliderTokens.thumbSize}: 1rem;\n ${sliderTokens.thumbSizeLarge}: 1.25rem;\n ${sliderTokens.thumbBorder}: 0.0625rem solid;\n\n ${sliderTokens.tickSize}: 0.5rem;\n\n ${sliderTokens.currentValueTopOffset}: 1.625rem;\n\n ${sliderTokens.railThickness}: 0.25rem;\n ${sliderTokens.railBorderRadius}: 0.125rem;\n ${sliderTokens.railIndent}: 0.75rem;\n\n ${sliderTokens.textFieldWrapperGap}: 0.125rem;\n\n ${sliderTokens.textFieldHeight}: 3.5rem;\n ${sliderTokens.textFieldPadding}: 1.25rem 1rem 1.25rem 1rem;\n ${sliderTokens.textFieldBorderRadius}: 0.75rem;\n ${sliderTokens.textFieldFontFamily}: ${bodyL.fontFamily};\n ${sliderTokens.textFieldFontSize}: ${bodyL.fontSize};\n ${sliderTokens.textFieldFontStyle}: ${bodyL.fontStyle};\n ${sliderTokens.textFieldFontWeight}: ${bodyL.fontWeight};\n ${sliderTokens.textFieldLetterSpacing}: ${bodyL.letterSpacing};\n ${sliderTokens.textFieldLineHeight}: ${bodyL.lineHeight};\n `,\n m: css`\n ${sliderTokens.size}: 1.5rem;\n ${sliderTokens.doubleWrapperGap}: 0.375rem;\n\n ${sliderTokens.labelWrapperGap}: 0.25rem;\n ${sliderTokens.labelWrapperMarginBottom}: 0.25rem;\n ${sliderTokens.labelWrapperMarginRight}: 1rem;\n ${sliderTokens.labelWrapperOnlyIconMarginRight}: 0.625rem;\n ${sliderTokens.labelWrapperVerticalMargin}: 0.75rem;\n\n ${sliderTokens.labelFontFamily}: ${bodyM.fontFamily};\n ${sliderTokens.labelFontSize}: ${bodyM.fontSize};\n ${sliderTokens.labelFontStyle}: ${bodyM.fontStyle};\n ${sliderTokens.labelFontWeight}: ${bodyM.fontWeight};\n ${sliderTokens.labelLetterSpacing}: ${bodyM.letterSpacing};\n ${sliderTokens.labelLineHeight}: ${bodyM.lineHeight};\n\n ${sliderTokens.rangeValueHorizontalMargin}: 0.75rem;\n ${sliderTokens.rangeValueBottomOffset}: 0.75rem;\n ${sliderTokens.rangeValueHorizontalOffset}: 0.875rem;\n ${sliderTokens.rangeValueVerticalMargin}: 0.625rem;\n\n ${sliderTokens.valueFontFamily}: ${bodyS.fontFamily};\n ${sliderTokens.valueFontSize}: ${bodyS.fontSize};\n ${sliderTokens.valueFontStyle}: ${bodyS.fontStyle};\n ${sliderTokens.valueFontWeight}: ${bodyS.fontWeight};\n ${sliderTokens.valueLetterSpacing}: ${bodyS.letterSpacing};\n ${sliderTokens.valueLineHeight}: ${bodyS.lineHeight};\n\n ${sliderTokens.thumbSize}: 1rem;\n ${sliderTokens.thumbSizeLarge}: 1.25rem;\n ${sliderTokens.thumbBorder}: 0.0625rem solid;\n\n ${sliderTokens.tickSize}: 0.5rem;\n\n ${sliderTokens.currentValueTopOffset}: 1.75rem;\n\n ${sliderTokens.railThickness}: 0.25rem;\n ${sliderTokens.railBorderRadius}: 0.125rem;\n ${sliderTokens.railIndent}: 0.75rem;\n\n ${sliderTokens.textFieldWrapperGap}: 0.125rem;\n\n ${sliderTokens.textFieldHeight}: 3rem;\n ${sliderTokens.textFieldPadding}: 0.875rem 1rem 0.875rem 1rem;\n ${sliderTokens.textFieldBorderRadius}: 0.75rem;\n ${sliderTokens.textFieldFontFamily}: ${bodyM.fontFamily};\n ${sliderTokens.textFieldFontSize}: ${bodyM.fontSize};\n ${sliderTokens.textFieldFontStyle}: ${bodyM.fontStyle};\n ${sliderTokens.textFieldFontWeight}: ${bodyM.fontWeight};\n ${sliderTokens.textFieldLetterSpacing}: ${bodyM.letterSpacing};\n ${sliderTokens.textFieldLineHeight}: ${bodyM.lineHeight};\n `,\n s: css`\n ${sliderTokens.size}: 1rem;\n ${sliderTokens.doubleWrapperGap}: 0.375rem;\n\n ${sliderTokens.labelWrapperGap}: 0.25rem;\n ${sliderTokens.labelWrapperMarginBottom}: 0.25rem;\n ${sliderTokens.labelWrapperMarginRight}: 1rem;\n ${sliderTokens.labelWrapperOnlyIconMarginRight}: 0.625rem;\n ${sliderTokens.labelWrapperVerticalMargin}: 0.625rem;\n\n ${sliderTokens.labelFontFamily}: ${bodyS.fontFamily};\n ${sliderTokens.labelFontSize}: ${bodyS.fontSize};\n ${sliderTokens.labelFontStyle}: ${bodyS.fontStyle};\n ${sliderTokens.labelFontWeight}: ${bodyS.fontWeight};\n ${sliderTokens.labelLetterSpacing}: ${bodyS.letterSpacing};\n ${sliderTokens.labelLineHeight}: ${bodyS.lineHeight};\n\n ${sliderTokens.rangeValueHorizontalMargin}: 0.5rem;\n ${sliderTokens.rangeValueBottomOffset}: 0.625rem;\n ${sliderTokens.rangeValueHorizontalOffset}: 0.625rem;\n ${sliderTokens.rangeValueVerticalMargin}: 0.5rem;\n\n /* NOTE: no token bodyXs in @salutejs/sdds-themes/tokens */\n ${sliderTokens.valueFontFamily}: var(--plasma-typo-body-xs-font-family);\n /* NOTE: no token bodyXs in @salutejs/sdds-themes/tokens */\n ${sliderTokens.valueFontSize}: var(--plasma-typo-body-xs-font-size);\n /* NOTE: no token bodyXs in @salutejs/sdds-themes/tokens */\n ${sliderTokens.valueFontStyle}: var(--plasma-typo-body-xs-font-style);\n /* NOTE: no token bodyXs in @salutejs/sdds-themes/tokens */\n ${sliderTokens.valueFontWeight}: var(--plasma-typo-body-xs-font-weight);\n /* NOTE: no token bodyXs in @salutejs/sdds-themes/tokens */\n ${sliderTokens.valueLetterSpacing}: var(--plasma-typo-body-xs-letter-spacing);\n /* NOTE: no token bodyXs in @salutejs/sdds-themes/tokens */\n ${sliderTokens.valueLineHeight}: var(--plasma-typo-body-xs-line-height);\n\n ${sliderTokens.thumbSize}: 1rem;\n ${sliderTokens.thumbSizeLarge}: 1.25rem;\n ${sliderTokens.thumbBorder}: 0.0625rem solid;\n\n ${sliderTokens.tickSize}: 0.5rem;\n\n ${sliderTokens.currentValueTopOffset}: 1.25rem;\n\n ${sliderTokens.railThickness}: 0.25rem;\n ${sliderTokens.railBorderRadius}: 0.125rem;\n ${sliderTokens.railIndent}: 0.75rem;\n\n ${sliderTokens.textFieldWrapperGap}: 0.125rem;\n\n ${sliderTokens.textFieldHeight}: 2.5rem;\n ${sliderTokens.textFieldPadding}: 0.5rem 1rem 0.5rem 1rem;\n ${sliderTokens.textFieldBorderRadius}: 0.625rem;\n ${sliderTokens.textFieldFontFamily}: ${bodyS.fontFamily};\n ${sliderTokens.textFieldFontSize}: ${bodyS.fontSize};\n ${sliderTokens.textFieldFontStyle}: ${bodyS.fontStyle};\n ${sliderTokens.textFieldFontWeight}: ${bodyS.fontWeight};\n ${sliderTokens.textFieldLetterSpacing}: ${bodyS.letterSpacing};\n ${sliderTokens.textFieldLineHeight}: ${bodyS.lineHeight};\n `,\n },\n disabled: {\n true: css`\n ${sliderTokens.disabledOpacity}: 0.4;\n `,\n },\n },\n};\n"],"names":["config","defaults","view","size","variations","default","accent","gradient","l","m","s","disabled","true"],"mappings":";;;;AAkBA;AACA;AACA;AACA;AACO,IAAMA,MAAM,GAAG;AAClBC,EAAAA,QAAQ,EAAE;AACNC,IAAAA,IAAI,EAAE,SAAS;AACfC,IAAAA,IAAI,EAAE;GACT;AACDC,EAAAA,UAAU,EAAE;AACRF,IAAAA,IAAI,EAAE;AACFG,MAAAA,SAAAA,EAAO,SAwBN;AACDC,MAAAA,MAAM,EAAA,QAwBL;AACDC,MAAAA,QAAQ,EAAA;KAyBX;AACDJ,IAAAA,IAAI,EAAE;AACFK,MAAAA,CAAC,EAAA,SAoDA;AACDC,MAAAA,CAAC,EAAA,SAoDA;AACDC,MAAAA,CAAC,EAAA;KA2DJ;AACDC,IAAAA,QAAQ,EAAE;MACNC,MAAAA,EAAI;AAGR;AACJ;AACJ;;;;"}
@@ -1,7 +1,7 @@
1
- .d6l4g7t{--plasma-slider-label-color:var(--text-primary,#FFFFFFFC);--plasma-slider-range-value-color:var(--text-secondary,#F6F2F0A3);--plasma-slider-thumb-border-color:var(--surface-solid-tertiary,#474747);--plasma-slider-thumb-background-color:var(--on-light-surface-solid-card,#FFFFFF);--plasma-slider-thumb-focus-border-color:var(--surface-solid-default,#F6F2F0);--plasma-slider-rail-background-color:var(--surface-solid-tertiary,#474747);--plasma-slider-fill-color:var(--surface-solid-default,#F6F2F0);--plasma-slider-text-field-caret-color:var(--text-accent,#61C8B0);--plasma-slider-text-field-color:var(--text-primary,#FFFFFFFC);--plasma-slider-text-field-focus-color:var(--text-primary,#FFFFFFFC);--plasma-slider-text-field-placeholder-color:var(--text-secondary,#F6F2F0A3);--plasma-slider-text-field-background-color:var(--surface-transparent-primary,#FFFFFF14);--plasma-slider-text-field-background-color-hover:var(--surface-transparent-primary-hover,#FFFFFF24);--plasma-slider-text-field-background-color-focus:var(--surface-transparent-secondary,#FFFFFF29);}
2
- .arixt6{--plasma-slider-label-color:var(--text-primary,#FFFFFFFC);--plasma-slider-range-value-color:var(--text-secondary,#F6F2F0A3);--plasma-slider-thumb-border-color:var(--surface-solid-tertiary,#474747);--plasma-slider-thumb-background-color:var(--on-light-surface-solid-card,#FFFFFF);--plasma-slider-thumb-focus-border-color:var(--surface-accent,#0BA686);--plasma-slider-rail-background-color:var(--surface-solid-tertiary,#474747);--plasma-slider-fill-color:var(--surface-accent,#0BA686);--plasma-slider-text-field-caret-color:var(--text-accent,#61C8B0);--plasma-slider-text-field-color:var(--text-primary,#FFFFFFFC);--plasma-slider-text-field-focus-color:var(--text-primary,#FFFFFFFC);--plasma-slider-text-field-placeholder-color:var(--text-secondary,#F6F2F0A3);--plasma-slider-text-field-background-color:var(--surface-transparent-primary,#FFFFFF14);--plasma-slider-text-field-background-color-hover:var(--surface-transparent-primary-hover,#FFFFFF24);--plasma-slider-text-field-background-color-focus:var(--surface-transparent-secondary,#FFFFFF29);}
3
- .g15uwhki{--plasma-slider-label-color:var(--text-primary,#FFFFFFFC);--plasma-slider-range-value-color:var(--text-secondary,#F6F2F0A3);--plasma-slider-thumb-border-color:var(--surface-solid-tertiary,#474747);--plasma-slider-thumb-background-color:var(--on-light-surface-solid-card,#FFFFFF);--plasma-slider-thumb-focus-border-color:var(--surface-accent-gradient,linear-gradient(180.00deg,rgb(129,211,192) 0.0%,rgb(29,145,88) 100.0%));--plasma-slider-rail-background-color:var(--surface-solid-tertiary,#474747);--plasma-slider-fill-color:var(--surface-accent-gradient,linear-gradient(180.00deg,rgb(129,211,192) 0.0%,rgb(29,145,88) 100.0%));--plasma-slider-text-field-caret-color:var(--text-accent,#61C8B0);--plasma-slider-text-field-color:var(--text-primary,#FFFFFFFC);--plasma-slider-text-field-focus-color:var(--text-primary,#FFFFFFFC);--plasma-slider-text-field-placeholder-color:var(--text-secondary,#F6F2F0A3);--plasma-slider-text-field-background-color:var(--surface-transparent-primary,#FFFFFF14);--plasma-slider-text-field-background-color-hover:var(--surface-transparent-primary-hover,#FFFFFF24);--plasma-slider-text-field-background-color-focus:var(--surface-transparent-secondary,#FFFFFF29);}
4
- .llm3h8c{--plasma-slider-size:1.5rem;--plasma-slider-double-wrapper-gap:0.375rem;--plasma-slider-label-wrapper-gap:0.25rem;--plasma-slider-label-wrapper-margin-bottom:0.25rem;--plasma-slider-label-wrapper-margin-right:1rem;--plasma-slider-label-wrapper-only-icon-margin-right:0.625rem;--plasma-slider-label-wrapper-vertical-margin:1rem;--plasma-slider-label-font-family:var(--plasma-typo-body-l-font-family);--plasma-slider-label-font-size:var(--plasma-typo-body-l-font-size);--plasma-slider-label-font-style:var(--plasma-typo-body-l-font-style);--plasma-slider-label-font-weight:var(--plasma-typo-body-l-font-weight);--plasma-slider-label-letter-spacing:var(--plasma-typo-body-l-letter-spacing);--plasma-slider-label-line-height:var(--plasma-typo-body-l-line-height);--plasma-slider-range-value-horizontal-margin:0.75rem;--plasma-slider-range-value-bottom-offset:0.875rem;--plasma-slider-range-value-horizontal-offset:0.875rem;--plasma-slider-range-value-vertical-margin:0.75rem;--plasma-slider-value-font-family:var(--plasma-typo-body-m-font-family);--plasma-slider-value-font-size:var(--plasma-typo-body-m-font-size);--plasma-slider-value-font-style:var(--plasma-typo-body-m-font-style);--plasma-slider-value-font-weight:var(--plasma-typo-body-m-font-weight);--plasma-slider-value-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-slider-value-line-height:var(--plasma-typo-body-m-line-height);--plasma-slider-thumb-size:1rem;--plasma-slider-thumb-size-large:1.25rem;--plasma-slider-thumb-border:0.0625rem solid;--plasma-slider-current-value-top-offset:1.625rem;--plasma-slider-rail-thickness:0.25rem;--plasma-slider-rail-border-radius:0.125rem;--plasma-slider-rail-indent:0.75rem;--plasma-slider-text-field-wrapper-gap:0.125rem;--plasma-slider-text-field-height:3.5rem;--plasma-slider-text-field-padding:1.25rem 1rem 1.25rem 1rem;--plasma-slider-text-field-border-radius:0.75rem;--plasma-slider-text-field-font-family:var(--plasma-typo-body-l-font-family);--plasma-slider-text-field-font-size:var(--plasma-typo-body-l-font-size);--plasma-slider-text-field-font-style:var(--plasma-typo-body-l-font-style);--plasma-slider-text-field-font-weight:var(--plasma-typo-body-l-font-weight);--plasma-slider-text-field-letter-spacing:var(--plasma-typo-body-l-letter-spacing);--plasma-slider-text-field-line-height:var(--plasma-typo-body-l-line-height);}
5
- .mog9szd{--plasma-slider-size:1.5rem;--plasma-slider-double-wrapper-gap:0.375rem;--plasma-slider-label-wrapper-gap:0.25rem;--plasma-slider-label-wrapper-margin-bottom:0.25rem;--plasma-slider-label-wrapper-margin-right:1rem;--plasma-slider-label-wrapper-only-icon-margin-right:0.625rem;--plasma-slider-label-wrapper-vertical-margin:0.75rem;--plasma-slider-label-font-family:var(--plasma-typo-body-m-font-family);--plasma-slider-label-font-size:var(--plasma-typo-body-m-font-size);--plasma-slider-label-font-style:var(--plasma-typo-body-m-font-style);--plasma-slider-label-font-weight:var(--plasma-typo-body-m-font-weight);--plasma-slider-label-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-slider-label-line-height:var(--plasma-typo-body-m-line-height);--plasma-slider-range-value-horizontal-margin:0.75rem;--plasma-slider-range-value-bottom-offset:0.75rem;--plasma-slider-range-value-horizontal-offset:0.875rem;--plasma-slider-range-value-vertical-margin:0.625rem;--plasma-slider-value-font-family:var(--plasma-typo-body-s-font-family);--plasma-slider-value-font-size:var(--plasma-typo-body-s-font-size);--plasma-slider-value-font-style:var(--plasma-typo-body-s-font-style);--plasma-slider-value-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-slider-value-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-slider-value-line-height:var(--plasma-typo-body-s-line-height);--plasma-slider-thumb-size:1rem;--plasma-slider-thumb-size-large:1.25rem;--plasma-slider-thumb-border:0.0625rem solid;--plasma-slider-current-value-top-offset:1.75rem;--plasma-slider-rail-thickness:0.25rem;--plasma-slider-rail-border-radius:0.125rem;--plasma-slider-rail-indent:0.75rem;--plasma-slider-text-field-wrapper-gap:0.125rem;--plasma-slider-text-field-height:3rem;--plasma-slider-text-field-padding:0.875rem 1rem 0.875rem 1rem;--plasma-slider-text-field-border-radius:0.75rem;--plasma-slider-text-field-font-family:var(--plasma-typo-body-m-font-family);--plasma-slider-text-field-font-size:var(--plasma-typo-body-m-font-size);--plasma-slider-text-field-font-style:var(--plasma-typo-body-m-font-style);--plasma-slider-text-field-font-weight:var(--plasma-typo-body-m-font-weight);--plasma-slider-text-field-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-slider-text-field-line-height:var(--plasma-typo-body-m-line-height);}
6
- .shhrpp3{--plasma-slider-size:1rem;--plasma-slider-double-wrapper-gap:0.375rem;--plasma-slider-label-wrapper-gap:0.25rem;--plasma-slider-label-wrapper-margin-bottom:0.25rem;--plasma-slider-label-wrapper-margin-right:1rem;--plasma-slider-label-wrapper-only-icon-margin-right:0.625rem;--plasma-slider-label-wrapper-vertical-margin:0.625rem;--plasma-slider-label-font-family:var(--plasma-typo-body-s-font-family);--plasma-slider-label-font-size:var(--plasma-typo-body-s-font-size);--plasma-slider-label-font-style:var(--plasma-typo-body-s-font-style);--plasma-slider-label-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-slider-label-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-slider-label-line-height:var(--plasma-typo-body-s-line-height);--plasma-slider-range-value-horizontal-margin:0.5rem;--plasma-slider-range-value-bottom-offset:0.625rem;--plasma-slider-range-value-horizontal-offset:0.625rem;--plasma-slider-range-value-vertical-margin:0.5rem;--plasma-slider-value-font-family:var(--plasma-typo-body-xs-font-family);--plasma-slider-value-font-size:var(--plasma-typo-body-xs-font-size);--plasma-slider-value-font-style:var(--plasma-typo-body-xs-font-style);--plasma-slider-value-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-slider-value-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-slider-value-line-height:var(--plasma-typo-body-xs-line-height);--plasma-slider-thumb-size:1rem;--plasma-slider-thumb-size-large:1.25rem;--plasma-slider-thumb-border:0.0625rem solid;--plasma-slider-current-value-top-offset:1.25rem;--plasma-slider-rail-thickness:0.25rem;--plasma-slider-rail-border-radius:0.125rem;--plasma-slider-rail-indent:0.75rem;--plasma-slider-text-field-wrapper-gap:0.125rem;--plasma-slider-text-field-height:2.5rem;--plasma-slider-text-field-padding:0.5rem 1rem 0.5rem 1rem;--plasma-slider-text-field-border-radius:0.625rem;--plasma-slider-text-field-font-family:var(--plasma-typo-body-s-font-family);--plasma-slider-text-field-font-size:var(--plasma-typo-body-s-font-size);--plasma-slider-text-field-font-style:var(--plasma-typo-body-s-font-style);--plasma-slider-text-field-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-slider-text-field-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-slider-text-field-line-height:var(--plasma-typo-body-s-line-height);}
1
+ .d6l4g7t{--plasma-slider-label-color:var(--text-primary,#FFFFFFFC);--plasma-slider-range-value-color:var(--text-secondary,#F6F2F0A3);--plasma-slider-thumb-border-color:var(--surface-solid-tertiary,#474747);--plasma-slider-thumb-background-color:var(--on-light-surface-solid-card,#FFFFFF);--plasma-slider-thumb-focus-border-color:var(--surface-solid-default,#F6F2F0);--plasma-slider-rail-background-color:var(--surface-solid-tertiary,#474747);--plasma-slider-fill-color:var(--surface-solid-default,#F6F2F0);--plasma-slider-tick-dot-color:var(--surface-solid-tertiary);--plasma-slider-tick-dot-filled-color:var(--surface-solid-default);--plasma-slider-text-field-caret-color:var(--text-accent,#61C8B0);--plasma-slider-text-field-color:var(--text-primary,#FFFFFFFC);--plasma-slider-text-field-focus-color:var(--text-primary,#FFFFFFFC);--plasma-slider-text-field-placeholder-color:var(--text-secondary,#F6F2F0A3);--plasma-slider-text-field-background-color:var(--surface-transparent-primary,#FFFFFF14);--plasma-slider-text-field-background-color-hover:var(--surface-transparent-primary-hover,#FFFFFF24);--plasma-slider-text-field-background-color-focus:var(--surface-transparent-secondary,#FFFFFF29);}
2
+ .arixt6{--plasma-slider-label-color:var(--text-primary,#FFFFFFFC);--plasma-slider-range-value-color:var(--text-secondary,#F6F2F0A3);--plasma-slider-thumb-border-color:var(--surface-solid-tertiary,#474747);--plasma-slider-thumb-background-color:var(--on-light-surface-solid-card,#FFFFFF);--plasma-slider-thumb-focus-border-color:var(--surface-accent,#0BA686);--plasma-slider-rail-background-color:var(--surface-solid-tertiary,#474747);--plasma-slider-fill-color:var(--surface-accent,#0BA686);--plasma-slider-tick-dot-color:var(--surface-solid-tertiary);--plasma-slider-tick-dot-filled-color:var(--surface-solid-accent);--plasma-slider-text-field-caret-color:var(--text-accent,#61C8B0);--plasma-slider-text-field-color:var(--text-primary,#FFFFFFFC);--plasma-slider-text-field-focus-color:var(--text-primary,#FFFFFFFC);--plasma-slider-text-field-placeholder-color:var(--text-secondary,#F6F2F0A3);--plasma-slider-text-field-background-color:var(--surface-transparent-primary,#FFFFFF14);--plasma-slider-text-field-background-color-hover:var(--surface-transparent-primary-hover,#FFFFFF24);--plasma-slider-text-field-background-color-focus:var(--surface-transparent-secondary,#FFFFFF29);}
3
+ .g15uwhki{--plasma-slider-label-color:var(--text-primary,#FFFFFFFC);--plasma-slider-range-value-color:var(--text-secondary,#F6F2F0A3);--plasma-slider-thumb-border-color:var(--surface-solid-tertiary,#474747);--plasma-slider-thumb-background-color:var(--on-light-surface-solid-card,#FFFFFF);--plasma-slider-thumb-focus-border-color:var(--surface-accent-gradient,linear-gradient(180.00deg,rgb(129,211,192) 0.0%,rgb(29,145,88) 100.0%));--plasma-slider-rail-background-color:var(--surface-solid-tertiary,#474747);--plasma-slider-fill-color:var(--surface-accent-gradient,linear-gradient(180.00deg,rgb(129,211,192) 0.0%,rgb(29,145,88) 100.0%));--plasma-slider-tick-dot-color:var(--surface-solid-tertiary);--plasma-slider-tick-dot-filled-color:var(--surface-accent-gradient);--plasma-slider-text-field-caret-color:var(--text-accent,#61C8B0);--plasma-slider-text-field-color:var(--text-primary,#FFFFFFFC);--plasma-slider-text-field-focus-color:var(--text-primary,#FFFFFFFC);--plasma-slider-text-field-placeholder-color:var(--text-secondary,#F6F2F0A3);--plasma-slider-text-field-background-color:var(--surface-transparent-primary,#FFFFFF14);--plasma-slider-text-field-background-color-hover:var(--surface-transparent-primary-hover,#FFFFFF24);--plasma-slider-text-field-background-color-focus:var(--surface-transparent-secondary,#FFFFFF29);}
4
+ .llm3h8c{--plasma-slider-size:1.5rem;--plasma-slider-double-wrapper-gap:0.375rem;--plasma-slider-label-wrapper-gap:0.25rem;--plasma-slider-label-wrapper-margin-bottom:0.25rem;--plasma-slider-label-wrapper-margin-right:1rem;--plasma-slider-label-wrapper-only-icon-margin-right:0.625rem;--plasma-slider-label-wrapper-vertical-margin:1rem;--plasma-slider-label-font-family:var(--plasma-typo-body-l-font-family);--plasma-slider-label-font-size:var(--plasma-typo-body-l-font-size);--plasma-slider-label-font-style:var(--plasma-typo-body-l-font-style);--plasma-slider-label-font-weight:var(--plasma-typo-body-l-font-weight);--plasma-slider-label-letter-spacing:var(--plasma-typo-body-l-letter-spacing);--plasma-slider-label-line-height:var(--plasma-typo-body-l-line-height);--plasma-slider-range-value-horizontal-margin:0.75rem;--plasma-slider-range-value-bottom-offset:0.875rem;--plasma-slider-range-value-horizontal-offset:0.875rem;--plasma-slider-range-value-vertical-margin:0.75rem;--plasma-slider-value-font-family:var(--plasma-typo-body-m-font-family);--plasma-slider-value-font-size:var(--plasma-typo-body-m-font-size);--plasma-slider-value-font-style:var(--plasma-typo-body-m-font-style);--plasma-slider-value-font-weight:var(--plasma-typo-body-m-font-weight);--plasma-slider-value-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-slider-value-line-height:var(--plasma-typo-body-m-line-height);--plasma-slider-thumb-size:1rem;--plasma-slider-thumb-size-large:1.25rem;--plasma-slider-thumb-border:0.0625rem solid;--plasma-slider-tick-size:0.5rem;--plasma-slider-current-value-top-offset:1.625rem;--plasma-slider-rail-thickness:0.25rem;--plasma-slider-rail-border-radius:0.125rem;--plasma-slider-rail-indent:0.75rem;--plasma-slider-text-field-wrapper-gap:0.125rem;--plasma-slider-text-field-height:3.5rem;--plasma-slider-text-field-padding:1.25rem 1rem 1.25rem 1rem;--plasma-slider-text-field-border-radius:0.75rem;--plasma-slider-text-field-font-family:var(--plasma-typo-body-l-font-family);--plasma-slider-text-field-font-size:var(--plasma-typo-body-l-font-size);--plasma-slider-text-field-font-style:var(--plasma-typo-body-l-font-style);--plasma-slider-text-field-font-weight:var(--plasma-typo-body-l-font-weight);--plasma-slider-text-field-letter-spacing:var(--plasma-typo-body-l-letter-spacing);--plasma-slider-text-field-line-height:var(--plasma-typo-body-l-line-height);}
5
+ .mog9szd{--plasma-slider-size:1.5rem;--plasma-slider-double-wrapper-gap:0.375rem;--plasma-slider-label-wrapper-gap:0.25rem;--plasma-slider-label-wrapper-margin-bottom:0.25rem;--plasma-slider-label-wrapper-margin-right:1rem;--plasma-slider-label-wrapper-only-icon-margin-right:0.625rem;--plasma-slider-label-wrapper-vertical-margin:0.75rem;--plasma-slider-label-font-family:var(--plasma-typo-body-m-font-family);--plasma-slider-label-font-size:var(--plasma-typo-body-m-font-size);--plasma-slider-label-font-style:var(--plasma-typo-body-m-font-style);--plasma-slider-label-font-weight:var(--plasma-typo-body-m-font-weight);--plasma-slider-label-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-slider-label-line-height:var(--plasma-typo-body-m-line-height);--plasma-slider-range-value-horizontal-margin:0.75rem;--plasma-slider-range-value-bottom-offset:0.75rem;--plasma-slider-range-value-horizontal-offset:0.875rem;--plasma-slider-range-value-vertical-margin:0.625rem;--plasma-slider-value-font-family:var(--plasma-typo-body-s-font-family);--plasma-slider-value-font-size:var(--plasma-typo-body-s-font-size);--plasma-slider-value-font-style:var(--plasma-typo-body-s-font-style);--plasma-slider-value-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-slider-value-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-slider-value-line-height:var(--plasma-typo-body-s-line-height);--plasma-slider-thumb-size:1rem;--plasma-slider-thumb-size-large:1.25rem;--plasma-slider-thumb-border:0.0625rem solid;--plasma-slider-tick-size:0.5rem;--plasma-slider-current-value-top-offset:1.75rem;--plasma-slider-rail-thickness:0.25rem;--plasma-slider-rail-border-radius:0.125rem;--plasma-slider-rail-indent:0.75rem;--plasma-slider-text-field-wrapper-gap:0.125rem;--plasma-slider-text-field-height:3rem;--plasma-slider-text-field-padding:0.875rem 1rem 0.875rem 1rem;--plasma-slider-text-field-border-radius:0.75rem;--plasma-slider-text-field-font-family:var(--plasma-typo-body-m-font-family);--plasma-slider-text-field-font-size:var(--plasma-typo-body-m-font-size);--plasma-slider-text-field-font-style:var(--plasma-typo-body-m-font-style);--plasma-slider-text-field-font-weight:var(--plasma-typo-body-m-font-weight);--plasma-slider-text-field-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-slider-text-field-line-height:var(--plasma-typo-body-m-line-height);}
6
+ .shhrpp3{--plasma-slider-size:1rem;--plasma-slider-double-wrapper-gap:0.375rem;--plasma-slider-label-wrapper-gap:0.25rem;--plasma-slider-label-wrapper-margin-bottom:0.25rem;--plasma-slider-label-wrapper-margin-right:1rem;--plasma-slider-label-wrapper-only-icon-margin-right:0.625rem;--plasma-slider-label-wrapper-vertical-margin:0.625rem;--plasma-slider-label-font-family:var(--plasma-typo-body-s-font-family);--plasma-slider-label-font-size:var(--plasma-typo-body-s-font-size);--plasma-slider-label-font-style:var(--plasma-typo-body-s-font-style);--plasma-slider-label-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-slider-label-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-slider-label-line-height:var(--plasma-typo-body-s-line-height);--plasma-slider-range-value-horizontal-margin:0.5rem;--plasma-slider-range-value-bottom-offset:0.625rem;--plasma-slider-range-value-horizontal-offset:0.625rem;--plasma-slider-range-value-vertical-margin:0.5rem;--plasma-slider-value-font-family:var(--plasma-typo-body-xs-font-family);--plasma-slider-value-font-size:var(--plasma-typo-body-xs-font-size);--plasma-slider-value-font-style:var(--plasma-typo-body-xs-font-style);--plasma-slider-value-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-slider-value-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-slider-value-line-height:var(--plasma-typo-body-xs-line-height);--plasma-slider-thumb-size:1rem;--plasma-slider-thumb-size-large:1.25rem;--plasma-slider-thumb-border:0.0625rem solid;--plasma-slider-tick-size:0.5rem;--plasma-slider-current-value-top-offset:1.25rem;--plasma-slider-rail-thickness:0.25rem;--plasma-slider-rail-border-radius:0.125rem;--plasma-slider-rail-indent:0.75rem;--plasma-slider-text-field-wrapper-gap:0.125rem;--plasma-slider-text-field-height:2.5rem;--plasma-slider-text-field-padding:0.5rem 1rem 0.5rem 1rem;--plasma-slider-text-field-border-radius:0.625rem;--plasma-slider-text-field-font-family:var(--plasma-typo-body-s-font-family);--plasma-slider-text-field-font-size:var(--plasma-typo-body-s-font-size);--plasma-slider-text-field-font-style:var(--plasma-typo-body-s-font-style);--plasma-slider-text-field-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-slider-text-field-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-slider-text-field-line-height:var(--plasma-typo-body-s-line-height);}
7
7
  .tugcj18{--plasma-slider-disabled-opacity:0.4;}
@@ -1,7 +1,7 @@
1
- .Slider_config_101w2w9_d6l4g7t__7a78cc2c{--plasma-slider-label-color:var(--text-primary,#FFFFFFFC);--plasma-slider-range-value-color:var(--text-secondary,#F6F2F0A3);--plasma-slider-thumb-border-color:var(--surface-solid-tertiary,#474747);--plasma-slider-thumb-background-color:var(--on-light-surface-solid-card,#FFFFFF);--plasma-slider-thumb-focus-border-color:var(--surface-solid-default,#F6F2F0);--plasma-slider-rail-background-color:var(--surface-solid-tertiary,#474747);--plasma-slider-fill-color:var(--surface-solid-default,#F6F2F0);--plasma-slider-text-field-caret-color:var(--text-accent,#61C8B0);--plasma-slider-text-field-color:var(--text-primary,#FFFFFFFC);--plasma-slider-text-field-focus-color:var(--text-primary,#FFFFFFFC);--plasma-slider-text-field-placeholder-color:var(--text-secondary,#F6F2F0A3);--plasma-slider-text-field-background-color:var(--surface-transparent-primary,#FFFFFF14);--plasma-slider-text-field-background-color-hover:var(--surface-transparent-primary-hover,#FFFFFF24);--plasma-slider-text-field-background-color-focus:var(--surface-transparent-secondary,#FFFFFF29);}
2
- .Slider_config_101w2w9_arixt6__7a78cc2c{--plasma-slider-label-color:var(--text-primary,#FFFFFFFC);--plasma-slider-range-value-color:var(--text-secondary,#F6F2F0A3);--plasma-slider-thumb-border-color:var(--surface-solid-tertiary,#474747);--plasma-slider-thumb-background-color:var(--on-light-surface-solid-card,#FFFFFF);--plasma-slider-thumb-focus-border-color:var(--surface-accent,#0BA686);--plasma-slider-rail-background-color:var(--surface-solid-tertiary,#474747);--plasma-slider-fill-color:var(--surface-accent,#0BA686);--plasma-slider-text-field-caret-color:var(--text-accent,#61C8B0);--plasma-slider-text-field-color:var(--text-primary,#FFFFFFFC);--plasma-slider-text-field-focus-color:var(--text-primary,#FFFFFFFC);--plasma-slider-text-field-placeholder-color:var(--text-secondary,#F6F2F0A3);--plasma-slider-text-field-background-color:var(--surface-transparent-primary,#FFFFFF14);--plasma-slider-text-field-background-color-hover:var(--surface-transparent-primary-hover,#FFFFFF24);--plasma-slider-text-field-background-color-focus:var(--surface-transparent-secondary,#FFFFFF29);}
3
- .Slider_config_101w2w9_g15uwhki__7a78cc2c{--plasma-slider-label-color:var(--text-primary,#FFFFFFFC);--plasma-slider-range-value-color:var(--text-secondary,#F6F2F0A3);--plasma-slider-thumb-border-color:var(--surface-solid-tertiary,#474747);--plasma-slider-thumb-background-color:var(--on-light-surface-solid-card,#FFFFFF);--plasma-slider-thumb-focus-border-color:var(--surface-accent-gradient,linear-gradient(180.00deg,rgb(129,211,192) 0.0%,rgb(29,145,88) 100.0%));--plasma-slider-rail-background-color:var(--surface-solid-tertiary,#474747);--plasma-slider-fill-color:var(--surface-accent-gradient,linear-gradient(180.00deg,rgb(129,211,192) 0.0%,rgb(29,145,88) 100.0%));--plasma-slider-text-field-caret-color:var(--text-accent,#61C8B0);--plasma-slider-text-field-color:var(--text-primary,#FFFFFFFC);--plasma-slider-text-field-focus-color:var(--text-primary,#FFFFFFFC);--plasma-slider-text-field-placeholder-color:var(--text-secondary,#F6F2F0A3);--plasma-slider-text-field-background-color:var(--surface-transparent-primary,#FFFFFF14);--plasma-slider-text-field-background-color-hover:var(--surface-transparent-primary-hover,#FFFFFF24);--plasma-slider-text-field-background-color-focus:var(--surface-transparent-secondary,#FFFFFF29);}
4
- .Slider_config_101w2w9_llm3h8c__7a78cc2c{--plasma-slider-size:1.5rem;--plasma-slider-double-wrapper-gap:0.375rem;--plasma-slider-label-wrapper-gap:0.25rem;--plasma-slider-label-wrapper-margin-bottom:0.25rem;--plasma-slider-label-wrapper-margin-right:1rem;--plasma-slider-label-wrapper-only-icon-margin-right:0.625rem;--plasma-slider-label-wrapper-vertical-margin:1rem;--plasma-slider-label-font-family:var(--plasma-typo-body-l-font-family);--plasma-slider-label-font-size:var(--plasma-typo-body-l-font-size);--plasma-slider-label-font-style:var(--plasma-typo-body-l-font-style);--plasma-slider-label-font-weight:var(--plasma-typo-body-l-font-weight);--plasma-slider-label-letter-spacing:var(--plasma-typo-body-l-letter-spacing);--plasma-slider-label-line-height:var(--plasma-typo-body-l-line-height);--plasma-slider-range-value-horizontal-margin:0.75rem;--plasma-slider-range-value-bottom-offset:0.875rem;--plasma-slider-range-value-horizontal-offset:0.875rem;--plasma-slider-range-value-vertical-margin:0.75rem;--plasma-slider-value-font-family:var(--plasma-typo-body-m-font-family);--plasma-slider-value-font-size:var(--plasma-typo-body-m-font-size);--plasma-slider-value-font-style:var(--plasma-typo-body-m-font-style);--plasma-slider-value-font-weight:var(--plasma-typo-body-m-font-weight);--plasma-slider-value-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-slider-value-line-height:var(--plasma-typo-body-m-line-height);--plasma-slider-thumb-size:1rem;--plasma-slider-thumb-size-large:1.25rem;--plasma-slider-thumb-border:0.0625rem solid;--plasma-slider-current-value-top-offset:1.625rem;--plasma-slider-rail-thickness:0.25rem;--plasma-slider-rail-border-radius:0.125rem;--plasma-slider-rail-indent:0.75rem;--plasma-slider-text-field-wrapper-gap:0.125rem;--plasma-slider-text-field-height:3.5rem;--plasma-slider-text-field-padding:1.25rem 1rem 1.25rem 1rem;--plasma-slider-text-field-border-radius:0.75rem;--plasma-slider-text-field-font-family:var(--plasma-typo-body-l-font-family);--plasma-slider-text-field-font-size:var(--plasma-typo-body-l-font-size);--plasma-slider-text-field-font-style:var(--plasma-typo-body-l-font-style);--plasma-slider-text-field-font-weight:var(--plasma-typo-body-l-font-weight);--plasma-slider-text-field-letter-spacing:var(--plasma-typo-body-l-letter-spacing);--plasma-slider-text-field-line-height:var(--plasma-typo-body-l-line-height);}
5
- .Slider_config_101w2w9_mog9szd__7a78cc2c{--plasma-slider-size:1.5rem;--plasma-slider-double-wrapper-gap:0.375rem;--plasma-slider-label-wrapper-gap:0.25rem;--plasma-slider-label-wrapper-margin-bottom:0.25rem;--plasma-slider-label-wrapper-margin-right:1rem;--plasma-slider-label-wrapper-only-icon-margin-right:0.625rem;--plasma-slider-label-wrapper-vertical-margin:0.75rem;--plasma-slider-label-font-family:var(--plasma-typo-body-m-font-family);--plasma-slider-label-font-size:var(--plasma-typo-body-m-font-size);--plasma-slider-label-font-style:var(--plasma-typo-body-m-font-style);--plasma-slider-label-font-weight:var(--plasma-typo-body-m-font-weight);--plasma-slider-label-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-slider-label-line-height:var(--plasma-typo-body-m-line-height);--plasma-slider-range-value-horizontal-margin:0.75rem;--plasma-slider-range-value-bottom-offset:0.75rem;--plasma-slider-range-value-horizontal-offset:0.875rem;--plasma-slider-range-value-vertical-margin:0.625rem;--plasma-slider-value-font-family:var(--plasma-typo-body-s-font-family);--plasma-slider-value-font-size:var(--plasma-typo-body-s-font-size);--plasma-slider-value-font-style:var(--plasma-typo-body-s-font-style);--plasma-slider-value-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-slider-value-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-slider-value-line-height:var(--plasma-typo-body-s-line-height);--plasma-slider-thumb-size:1rem;--plasma-slider-thumb-size-large:1.25rem;--plasma-slider-thumb-border:0.0625rem solid;--plasma-slider-current-value-top-offset:1.75rem;--plasma-slider-rail-thickness:0.25rem;--plasma-slider-rail-border-radius:0.125rem;--plasma-slider-rail-indent:0.75rem;--plasma-slider-text-field-wrapper-gap:0.125rem;--plasma-slider-text-field-height:3rem;--plasma-slider-text-field-padding:0.875rem 1rem 0.875rem 1rem;--plasma-slider-text-field-border-radius:0.75rem;--plasma-slider-text-field-font-family:var(--plasma-typo-body-m-font-family);--plasma-slider-text-field-font-size:var(--plasma-typo-body-m-font-size);--plasma-slider-text-field-font-style:var(--plasma-typo-body-m-font-style);--plasma-slider-text-field-font-weight:var(--plasma-typo-body-m-font-weight);--plasma-slider-text-field-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-slider-text-field-line-height:var(--plasma-typo-body-m-line-height);}
6
- .Slider_config_101w2w9_shhrpp3__7a78cc2c{--plasma-slider-size:1rem;--plasma-slider-double-wrapper-gap:0.375rem;--plasma-slider-label-wrapper-gap:0.25rem;--plasma-slider-label-wrapper-margin-bottom:0.25rem;--plasma-slider-label-wrapper-margin-right:1rem;--plasma-slider-label-wrapper-only-icon-margin-right:0.625rem;--plasma-slider-label-wrapper-vertical-margin:0.625rem;--plasma-slider-label-font-family:var(--plasma-typo-body-s-font-family);--plasma-slider-label-font-size:var(--plasma-typo-body-s-font-size);--plasma-slider-label-font-style:var(--plasma-typo-body-s-font-style);--plasma-slider-label-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-slider-label-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-slider-label-line-height:var(--plasma-typo-body-s-line-height);--plasma-slider-range-value-horizontal-margin:0.5rem;--plasma-slider-range-value-bottom-offset:0.625rem;--plasma-slider-range-value-horizontal-offset:0.625rem;--plasma-slider-range-value-vertical-margin:0.5rem;--plasma-slider-value-font-family:var(--plasma-typo-body-xs-font-family);--plasma-slider-value-font-size:var(--plasma-typo-body-xs-font-size);--plasma-slider-value-font-style:var(--plasma-typo-body-xs-font-style);--plasma-slider-value-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-slider-value-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-slider-value-line-height:var(--plasma-typo-body-xs-line-height);--plasma-slider-thumb-size:1rem;--plasma-slider-thumb-size-large:1.25rem;--plasma-slider-thumb-border:0.0625rem solid;--plasma-slider-current-value-top-offset:1.25rem;--plasma-slider-rail-thickness:0.25rem;--plasma-slider-rail-border-radius:0.125rem;--plasma-slider-rail-indent:0.75rem;--plasma-slider-text-field-wrapper-gap:0.125rem;--plasma-slider-text-field-height:2.5rem;--plasma-slider-text-field-padding:0.5rem 1rem 0.5rem 1rem;--plasma-slider-text-field-border-radius:0.625rem;--plasma-slider-text-field-font-family:var(--plasma-typo-body-s-font-family);--plasma-slider-text-field-font-size:var(--plasma-typo-body-s-font-size);--plasma-slider-text-field-font-style:var(--plasma-typo-body-s-font-style);--plasma-slider-text-field-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-slider-text-field-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-slider-text-field-line-height:var(--plasma-typo-body-s-line-height);}
7
- .Slider_config_101w2w9_tugcj18__7a78cc2c{--plasma-slider-disabled-opacity:0.4;}
1
+ .Slider_config_3tslk9_d6l4g7t__9384f8a3{--plasma-slider-label-color:var(--text-primary,#FFFFFFFC);--plasma-slider-range-value-color:var(--text-secondary,#F6F2F0A3);--plasma-slider-thumb-border-color:var(--surface-solid-tertiary,#474747);--plasma-slider-thumb-background-color:var(--on-light-surface-solid-card,#FFFFFF);--plasma-slider-thumb-focus-border-color:var(--surface-solid-default,#F6F2F0);--plasma-slider-rail-background-color:var(--surface-solid-tertiary,#474747);--plasma-slider-fill-color:var(--surface-solid-default,#F6F2F0);--plasma-slider-tick-dot-color:var(--surface-solid-tertiary);--plasma-slider-tick-dot-filled-color:var(--surface-solid-default);--plasma-slider-text-field-caret-color:var(--text-accent,#61C8B0);--plasma-slider-text-field-color:var(--text-primary,#FFFFFFFC);--plasma-slider-text-field-focus-color:var(--text-primary,#FFFFFFFC);--plasma-slider-text-field-placeholder-color:var(--text-secondary,#F6F2F0A3);--plasma-slider-text-field-background-color:var(--surface-transparent-primary,#FFFFFF14);--plasma-slider-text-field-background-color-hover:var(--surface-transparent-primary-hover,#FFFFFF24);--plasma-slider-text-field-background-color-focus:var(--surface-transparent-secondary,#FFFFFF29);}
2
+ .Slider_config_3tslk9_arixt6__9384f8a3{--plasma-slider-label-color:var(--text-primary,#FFFFFFFC);--plasma-slider-range-value-color:var(--text-secondary,#F6F2F0A3);--plasma-slider-thumb-border-color:var(--surface-solid-tertiary,#474747);--plasma-slider-thumb-background-color:var(--on-light-surface-solid-card,#FFFFFF);--plasma-slider-thumb-focus-border-color:var(--surface-accent,#0BA686);--plasma-slider-rail-background-color:var(--surface-solid-tertiary,#474747);--plasma-slider-fill-color:var(--surface-accent,#0BA686);--plasma-slider-tick-dot-color:var(--surface-solid-tertiary);--plasma-slider-tick-dot-filled-color:var(--surface-solid-accent);--plasma-slider-text-field-caret-color:var(--text-accent,#61C8B0);--plasma-slider-text-field-color:var(--text-primary,#FFFFFFFC);--plasma-slider-text-field-focus-color:var(--text-primary,#FFFFFFFC);--plasma-slider-text-field-placeholder-color:var(--text-secondary,#F6F2F0A3);--plasma-slider-text-field-background-color:var(--surface-transparent-primary,#FFFFFF14);--plasma-slider-text-field-background-color-hover:var(--surface-transparent-primary-hover,#FFFFFF24);--plasma-slider-text-field-background-color-focus:var(--surface-transparent-secondary,#FFFFFF29);}
3
+ .Slider_config_3tslk9_g15uwhki__9384f8a3{--plasma-slider-label-color:var(--text-primary,#FFFFFFFC);--plasma-slider-range-value-color:var(--text-secondary,#F6F2F0A3);--plasma-slider-thumb-border-color:var(--surface-solid-tertiary,#474747);--plasma-slider-thumb-background-color:var(--on-light-surface-solid-card,#FFFFFF);--plasma-slider-thumb-focus-border-color:var(--surface-accent-gradient,linear-gradient(180.00deg,rgb(129,211,192) 0.0%,rgb(29,145,88) 100.0%));--plasma-slider-rail-background-color:var(--surface-solid-tertiary,#474747);--plasma-slider-fill-color:var(--surface-accent-gradient,linear-gradient(180.00deg,rgb(129,211,192) 0.0%,rgb(29,145,88) 100.0%));--plasma-slider-tick-dot-color:var(--surface-solid-tertiary);--plasma-slider-tick-dot-filled-color:var(--surface-accent-gradient);--plasma-slider-text-field-caret-color:var(--text-accent,#61C8B0);--plasma-slider-text-field-color:var(--text-primary,#FFFFFFFC);--plasma-slider-text-field-focus-color:var(--text-primary,#FFFFFFFC);--plasma-slider-text-field-placeholder-color:var(--text-secondary,#F6F2F0A3);--plasma-slider-text-field-background-color:var(--surface-transparent-primary,#FFFFFF14);--plasma-slider-text-field-background-color-hover:var(--surface-transparent-primary-hover,#FFFFFF24);--plasma-slider-text-field-background-color-focus:var(--surface-transparent-secondary,#FFFFFF29);}
4
+ .Slider_config_3tslk9_llm3h8c__9384f8a3{--plasma-slider-size:1.5rem;--plasma-slider-double-wrapper-gap:0.375rem;--plasma-slider-label-wrapper-gap:0.25rem;--plasma-slider-label-wrapper-margin-bottom:0.25rem;--plasma-slider-label-wrapper-margin-right:1rem;--plasma-slider-label-wrapper-only-icon-margin-right:0.625rem;--plasma-slider-label-wrapper-vertical-margin:1rem;--plasma-slider-label-font-family:var(--plasma-typo-body-l-font-family);--plasma-slider-label-font-size:var(--plasma-typo-body-l-font-size);--plasma-slider-label-font-style:var(--plasma-typo-body-l-font-style);--plasma-slider-label-font-weight:var(--plasma-typo-body-l-font-weight);--plasma-slider-label-letter-spacing:var(--plasma-typo-body-l-letter-spacing);--plasma-slider-label-line-height:var(--plasma-typo-body-l-line-height);--plasma-slider-range-value-horizontal-margin:0.75rem;--plasma-slider-range-value-bottom-offset:0.875rem;--plasma-slider-range-value-horizontal-offset:0.875rem;--plasma-slider-range-value-vertical-margin:0.75rem;--plasma-slider-value-font-family:var(--plasma-typo-body-m-font-family);--plasma-slider-value-font-size:var(--plasma-typo-body-m-font-size);--plasma-slider-value-font-style:var(--plasma-typo-body-m-font-style);--plasma-slider-value-font-weight:var(--plasma-typo-body-m-font-weight);--plasma-slider-value-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-slider-value-line-height:var(--plasma-typo-body-m-line-height);--plasma-slider-thumb-size:1rem;--plasma-slider-thumb-size-large:1.25rem;--plasma-slider-thumb-border:0.0625rem solid;--plasma-slider-tick-size:0.5rem;--plasma-slider-current-value-top-offset:1.625rem;--plasma-slider-rail-thickness:0.25rem;--plasma-slider-rail-border-radius:0.125rem;--plasma-slider-rail-indent:0.75rem;--plasma-slider-text-field-wrapper-gap:0.125rem;--plasma-slider-text-field-height:3.5rem;--plasma-slider-text-field-padding:1.25rem 1rem 1.25rem 1rem;--plasma-slider-text-field-border-radius:0.75rem;--plasma-slider-text-field-font-family:var(--plasma-typo-body-l-font-family);--plasma-slider-text-field-font-size:var(--plasma-typo-body-l-font-size);--plasma-slider-text-field-font-style:var(--plasma-typo-body-l-font-style);--plasma-slider-text-field-font-weight:var(--plasma-typo-body-l-font-weight);--plasma-slider-text-field-letter-spacing:var(--plasma-typo-body-l-letter-spacing);--plasma-slider-text-field-line-height:var(--plasma-typo-body-l-line-height);}
5
+ .Slider_config_3tslk9_mog9szd__9384f8a3{--plasma-slider-size:1.5rem;--plasma-slider-double-wrapper-gap:0.375rem;--plasma-slider-label-wrapper-gap:0.25rem;--plasma-slider-label-wrapper-margin-bottom:0.25rem;--plasma-slider-label-wrapper-margin-right:1rem;--plasma-slider-label-wrapper-only-icon-margin-right:0.625rem;--plasma-slider-label-wrapper-vertical-margin:0.75rem;--plasma-slider-label-font-family:var(--plasma-typo-body-m-font-family);--plasma-slider-label-font-size:var(--plasma-typo-body-m-font-size);--plasma-slider-label-font-style:var(--plasma-typo-body-m-font-style);--plasma-slider-label-font-weight:var(--plasma-typo-body-m-font-weight);--plasma-slider-label-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-slider-label-line-height:var(--plasma-typo-body-m-line-height);--plasma-slider-range-value-horizontal-margin:0.75rem;--plasma-slider-range-value-bottom-offset:0.75rem;--plasma-slider-range-value-horizontal-offset:0.875rem;--plasma-slider-range-value-vertical-margin:0.625rem;--plasma-slider-value-font-family:var(--plasma-typo-body-s-font-family);--plasma-slider-value-font-size:var(--plasma-typo-body-s-font-size);--plasma-slider-value-font-style:var(--plasma-typo-body-s-font-style);--plasma-slider-value-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-slider-value-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-slider-value-line-height:var(--plasma-typo-body-s-line-height);--plasma-slider-thumb-size:1rem;--plasma-slider-thumb-size-large:1.25rem;--plasma-slider-thumb-border:0.0625rem solid;--plasma-slider-tick-size:0.5rem;--plasma-slider-current-value-top-offset:1.75rem;--plasma-slider-rail-thickness:0.25rem;--plasma-slider-rail-border-radius:0.125rem;--plasma-slider-rail-indent:0.75rem;--plasma-slider-text-field-wrapper-gap:0.125rem;--plasma-slider-text-field-height:3rem;--plasma-slider-text-field-padding:0.875rem 1rem 0.875rem 1rem;--plasma-slider-text-field-border-radius:0.75rem;--plasma-slider-text-field-font-family:var(--plasma-typo-body-m-font-family);--plasma-slider-text-field-font-size:var(--plasma-typo-body-m-font-size);--plasma-slider-text-field-font-style:var(--plasma-typo-body-m-font-style);--plasma-slider-text-field-font-weight:var(--plasma-typo-body-m-font-weight);--plasma-slider-text-field-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-slider-text-field-line-height:var(--plasma-typo-body-m-line-height);}
6
+ .Slider_config_3tslk9_shhrpp3__9384f8a3{--plasma-slider-size:1rem;--plasma-slider-double-wrapper-gap:0.375rem;--plasma-slider-label-wrapper-gap:0.25rem;--plasma-slider-label-wrapper-margin-bottom:0.25rem;--plasma-slider-label-wrapper-margin-right:1rem;--plasma-slider-label-wrapper-only-icon-margin-right:0.625rem;--plasma-slider-label-wrapper-vertical-margin:0.625rem;--plasma-slider-label-font-family:var(--plasma-typo-body-s-font-family);--plasma-slider-label-font-size:var(--plasma-typo-body-s-font-size);--plasma-slider-label-font-style:var(--plasma-typo-body-s-font-style);--plasma-slider-label-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-slider-label-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-slider-label-line-height:var(--plasma-typo-body-s-line-height);--plasma-slider-range-value-horizontal-margin:0.5rem;--plasma-slider-range-value-bottom-offset:0.625rem;--plasma-slider-range-value-horizontal-offset:0.625rem;--plasma-slider-range-value-vertical-margin:0.5rem;--plasma-slider-value-font-family:var(--plasma-typo-body-xs-font-family);--plasma-slider-value-font-size:var(--plasma-typo-body-xs-font-size);--plasma-slider-value-font-style:var(--plasma-typo-body-xs-font-style);--plasma-slider-value-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-slider-value-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-slider-value-line-height:var(--plasma-typo-body-xs-line-height);--plasma-slider-thumb-size:1rem;--plasma-slider-thumb-size-large:1.25rem;--plasma-slider-thumb-border:0.0625rem solid;--plasma-slider-tick-size:0.5rem;--plasma-slider-current-value-top-offset:1.25rem;--plasma-slider-rail-thickness:0.25rem;--plasma-slider-rail-border-radius:0.125rem;--plasma-slider-rail-indent:0.75rem;--plasma-slider-text-field-wrapper-gap:0.125rem;--plasma-slider-text-field-height:2.5rem;--plasma-slider-text-field-padding:0.5rem 1rem 0.5rem 1rem;--plasma-slider-text-field-border-radius:0.625rem;--plasma-slider-text-field-font-family:var(--plasma-typo-body-s-font-family);--plasma-slider-text-field-font-size:var(--plasma-typo-body-s-font-size);--plasma-slider-text-field-font-style:var(--plasma-typo-body-s-font-style);--plasma-slider-text-field-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-slider-text-field-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-slider-text-field-line-height:var(--plasma-typo-body-s-line-height);}
7
+ .Slider_config_3tslk9_tugcj18__9384f8a3{--plasma-slider-disabled-opacity:0.4;}
@@ -10,13 +10,10 @@ var mergedConfig = /*#__PURE__*/css.mergeConfig(css.textAreaConfig, TextArea_con
10
10
  var TextAreaDefault = /*#__PURE__*/css.component(mergedConfig);
11
11
  var mergedConfigClear = /*#__PURE__*/css.mergeConfig(css.textAreaConfig, TextArea_clear_config.config);
12
12
  var TextAreaClear = /*#__PURE__*/css.component(mergedConfigClear);
13
- var TextArea = /*#__PURE__*/css.createConditionalComponent(TextAreaDefault, [{
14
- conditions: {
15
- prop: 'appearance',
16
- value: 'clear'
17
- },
18
- component: TextAreaClear
19
- }]);
13
+ var TextArea = /*#__PURE__*/css.createConditionalComponent({
14
+ "default": TextAreaDefault,
15
+ clear: TextAreaClear
16
+ });
20
17
 
21
18
  exports.TextArea = TextArea;
22
19
  exports.TextAreaClear = TextAreaClear;
@@ -1 +1 @@
1
- {"version":3,"file":"TextArea.js","sources":["../../../../../src-css/components/TextArea/TextArea.tsx"],"sourcesContent":["import {\n textAreaConfig,\n component,\n mergeConfig,\n createConditionalComponent,\n} from '@salutejs/plasma-new-hope/css';\n\nimport { config } from './TextArea.config';\nimport { config as clearConfig } from './TextArea.clear.config';\n\nconst mergedConfig = mergeConfig(textAreaConfig, config);\nexport const TextAreaDefault = component(mergedConfig);\n\nconst mergedConfigClear = mergeConfig(textAreaConfig, clearConfig);\nexport const TextAreaClear = component(mergedConfigClear);\n\nexport const TextArea = createConditionalComponent(TextAreaDefault, [\n {\n conditions: { prop: 'appearance', value: 'clear' },\n component: TextAreaClear,\n },\n]);\n"],"names":["mergedConfig","mergeConfig","textAreaConfig","config","TextAreaDefault","component","mergedConfigClear","clearConfig","TextAreaClear","TextArea","createConditionalComponent","conditions","prop","value"],"mappings":";;;;;;;;AAUA,IAAMA,YAAY,gBAAGC,eAAW,CAACC,kBAAc,EAAEC,sBAAM,CAAC;IAC3CC,eAAe,gBAAGC,aAAS,CAACL,YAAY;AAErD,IAAMM,iBAAiB,gBAAGL,eAAW,CAACC,kBAAc,EAAEK,4BAAW,CAAC;IACrDC,aAAa,gBAAGH,aAAS,CAACC,iBAAiB;IAE3CG,QAAQ,gBAAGC,8BAA0B,CAACN,eAAe,EAAE,CAChE;AACIO,EAAAA,UAAU,EAAE;AAAEC,IAAAA,IAAI,EAAE,YAAY;AAAEC,IAAAA,KAAK,EAAE;GAAS;AAClDR,EAAAA,SAAS,EAAEG;AACf,CAAC,CACJ;;;;;;"}
1
+ {"version":3,"file":"TextArea.js","sources":["../../../../../src-css/components/TextArea/TextArea.tsx"],"sourcesContent":["import {\n textAreaConfig,\n component,\n mergeConfig,\n createConditionalComponent,\n} from '@salutejs/plasma-new-hope/css';\n\nimport { config } from './TextArea.config';\nimport { config as clearConfig } from './TextArea.clear.config';\n\nconst mergedConfig = mergeConfig(textAreaConfig, config);\nexport const TextAreaDefault = component(mergedConfig);\n\nconst mergedConfigClear = mergeConfig(textAreaConfig, clearConfig);\nexport const TextAreaClear = component(mergedConfigClear);\n\nexport const TextArea = createConditionalComponent({\n default: TextAreaDefault,\n clear: TextAreaClear,\n});\n"],"names":["mergedConfig","mergeConfig","textAreaConfig","config","TextAreaDefault","component","mergedConfigClear","clearConfig","TextAreaClear","TextArea","createConditionalComponent","clear"],"mappings":";;;;;;;;AAUA,IAAMA,YAAY,gBAAGC,eAAW,CAACC,kBAAc,EAAEC,sBAAM,CAAC;IAC3CC,eAAe,gBAAGC,aAAS,CAACL,YAAY;AAErD,IAAMM,iBAAiB,gBAAGL,eAAW,CAACC,kBAAc,EAAEK,4BAAW,CAAC;IACrDC,aAAa,gBAAGH,aAAS,CAACC,iBAAiB;AAEjD,IAAMG,QAAQ,gBAAGC,8BAA0B,CAAC;AAC/C,EAAA,SAAA,EAASN,eAAe;AACxBO,EAAAA,KAAK,EAAEH;AACX,CAAC;;;;;;"}