@salutejs/plasma-web 1.597.0-canary.2288.18653805742.0 → 1.597.0-canary.2289.18710488910.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 (49) hide show
  1. package/components/Attach/Attach.config.js +28 -60
  2. package/components/Attach/Attach.d.ts +16 -448
  3. package/components/Calendar/Calendar.d.ts +8 -0
  4. package/components/Calendar/CalendarBase.config.d.ts +5 -0
  5. package/components/Calendar/CalendarBase.config.js +67 -3
  6. package/components/Calendar/CalendarDouble.config.d.ts +5 -0
  7. package/components/Calendar/CalendarDouble.config.js +67 -3
  8. package/components/DatePicker/DatePicker.config.d.ts +4 -0
  9. package/components/DatePicker/DatePicker.config.js +69 -6
  10. package/components/DatePicker/DatePicker.d.ts +8 -0
  11. package/css/cjs/components/Attach/Attach.config.js +1 -1
  12. package/css/cjs/components/Attach/Attach.config.js.map +1 -1
  13. package/css/cjs/components/Attach/{Attach.config_4eb05r.css → Attach.config_18v389v.css} +14 -14
  14. package/css/cjs/components/Attach/Attach.css +16 -16
  15. package/css/cjs/components/Calendar/Calendar.css +14 -10
  16. package/css/cjs/components/Calendar/Calendar.js.map +1 -1
  17. package/css/cjs/components/Calendar/CalendarBase.config.js +7 -2
  18. package/css/cjs/components/Calendar/CalendarBase.config.js.map +1 -1
  19. package/css/{es/components/Calendar/CalendarBase.config_g6e5u8.css → cjs/components/Calendar/CalendarBase.config_1jcmqiq.css} +3 -1
  20. package/css/cjs/components/Calendar/CalendarDouble.config.js +7 -2
  21. package/css/cjs/components/Calendar/CalendarDouble.config.js.map +1 -1
  22. package/css/cjs/components/Calendar/{CalendarDouble.config_1wk3gzg.css → CalendarDouble.config_nsgnzv.css} +3 -1
  23. package/css/cjs/components/DatePicker/DatePicker.config.js +7 -3
  24. package/css/cjs/components/DatePicker/DatePicker.config.js.map +1 -1
  25. package/css/{es/components/DatePicker/DatePicker.config_1r73gho.css → cjs/components/DatePicker/DatePicker.config_csj9d8.css} +5 -3
  26. package/css/cjs/components/DatePicker/DatePicker.css +9 -7
  27. package/css/cjs/index.css +39 -33
  28. package/css/es/components/Attach/Attach.config.js +1 -1
  29. package/css/es/components/Attach/Attach.config.js.map +1 -1
  30. package/css/es/components/Attach/{Attach.config_4eb05r.css → Attach.config_18v389v.css} +14 -14
  31. package/css/es/components/Attach/Attach.css +16 -16
  32. package/css/es/components/Calendar/Calendar.css +14 -10
  33. package/css/es/components/Calendar/Calendar.js.map +1 -1
  34. package/css/es/components/Calendar/CalendarBase.config.js +7 -2
  35. package/css/es/components/Calendar/CalendarBase.config.js.map +1 -1
  36. package/css/{cjs/components/Calendar/CalendarBase.config_g6e5u8.css → es/components/Calendar/CalendarBase.config_1jcmqiq.css} +3 -1
  37. package/css/es/components/Calendar/CalendarDouble.config.js +7 -2
  38. package/css/es/components/Calendar/CalendarDouble.config.js.map +1 -1
  39. package/css/es/components/Calendar/{CalendarDouble.config_1wk3gzg.css → CalendarDouble.config_nsgnzv.css} +3 -1
  40. package/css/es/components/DatePicker/DatePicker.config.js +7 -3
  41. package/css/es/components/DatePicker/DatePicker.config.js.map +1 -1
  42. package/css/{cjs/components/DatePicker/DatePicker.config_1r73gho.css → es/components/DatePicker/DatePicker.config_csj9d8.css} +5 -3
  43. package/css/es/components/DatePicker/DatePicker.css +9 -7
  44. package/css/es/index.css +39 -33
  45. package/es/components/Attach/Attach.config.js +28 -60
  46. package/es/components/Calendar/CalendarBase.config.js +67 -3
  47. package/es/components/Calendar/CalendarDouble.config.js +67 -3
  48. package/es/components/DatePicker/DatePicker.config.js +69 -6
  49. package/package.json +7 -7
@@ -70,7 +70,10 @@ function _templateObject() {
70
70
  ": var(--surface-clear);\n ",
71
71
  ": var(--text-primary-hover);\n ",
72
72
  ": var(--surface-clear);\n ",
73
- ": var(--surface-accent);\n "
73
+ ": var(--surface-accent);\n\n ",
74
+ ": var(--surface-solid-card-brightness);\n ",
75
+ ": var(--shadow-down-hard-s);\n ",
76
+ ": var(--text-primary);\n "
74
77
  ]);
75
78
  _templateObject = function _templateObject() {
76
79
  return data;
@@ -534,7 +537,25 @@ function _templateObject4() {
534
537
  function _templateObject5() {
535
538
  var data = _tagged_template_literal([
536
539
  "\n ",
537
- ": 0.4;\n "
540
+ ": 0.6875rem;\n ",
541
+ ": 0.875rem;\n ",
542
+ ": 0.6875rem;\n ",
543
+ ": 0.875rem;\n\n ",
544
+ ": 2.5rem;\n ",
545
+ ": 0.625rem;\n\n ",
546
+ ": var(--plasma-typo-body-s-font-family);\n ",
547
+ ": var(--plasma-typo-body-s-font-size);\n ",
548
+ ": var(--plasma-typo-body-s-font-style);\n ",
549
+ ": var(--plasma-typo-body-s-font-weight);\n ",
550
+ ": var(--plasma-typo-body-s-letter-spacing);\n ",
551
+ ": var(--plasma-typo-body-s-line-height);\n\n ",
552
+ ": 0.375rem;\n\n ",
553
+ ": 1.25rem;\n ",
554
+ ": 1.25rem;\n ",
555
+ ': url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6c3ZnPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgPHBhdGggY2xpcC1ydWxlPSJldmVub2RkIiBkPSJtMC4xNywxMS44M2wyMCwwYy01LjUyLDAgLTEwLDMuNTkgLTEwLDhjMCwtNC40MSAtNC40OCwtOCAtMTAsLTh6IiBmaWxsPSIjMTcxNzE3IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGlkPSJUYWlsIi8+Cjwvc3ZnPg==");\n ',
556
+ ": 0.5rem;\n ",
557
+ ": 0.625rem;\n ",
558
+ ": var(--surface-solid-card-brightness);\n "
538
559
  ]);
539
560
  _templateObject5 = function _templateObject() {
540
561
  return data;
@@ -542,6 +563,44 @@ function _templateObject5() {
542
563
  return data;
543
564
  }
544
565
  function _templateObject6() {
566
+ var data = _tagged_template_literal([
567
+ "\n ",
568
+ ": 0.5rem;\n ",
569
+ ": 0.75rem;\n ",
570
+ ": 0.5rem;\n ",
571
+ ": 0.75rem;\n\n ",
572
+ ": 2rem;\n ",
573
+ ": 0.5rem;\n\n ",
574
+ ": var(--plasma-typo-body-xs-font-family);\n ",
575
+ ": var(--plasma-typo-body-xs-font-size);\n ",
576
+ ": var(--plasma-typo-body-xs-font-style);\n ",
577
+ ": var(--plasma-typo-body-xs-font-weight);\n ",
578
+ ": var(--plasma-typo-body-xs-letter-spacing);\n ",
579
+ ": var(--plasma-typo-body-xs-line-height);\n\n ",
580
+ ": 0.25rem;\n\n ",
581
+ ": 1rem;\n ",
582
+ ": 1rem;\n ",
583
+ ': url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6c3ZnPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgPHBhdGggY2xpcC1ydWxlPSJldmVub2RkIiBkPSJtMCw5Ljg1bDE2LDBjLTQuNDEsMCAtOCwyLjY5IC04LDZjMCwtMy4zMSAtMy41OSwtNiAtOCwtNnoiIGZpbGw9IiMxNzE3MTciIGZpbGwtcnVsZT0iZXZlbm9kZCIgaWQ9IlRhaWwiLz4KPC9zdmc+");\n ',
584
+ ": 0.375rem;\n ",
585
+ ": 0.5625rem;\n ",
586
+ ": var(--surface-solid-card-brightness);\n "
587
+ ]);
588
+ _templateObject6 = function _templateObject() {
589
+ return data;
590
+ };
591
+ return data;
592
+ }
593
+ function _templateObject7() {
594
+ var data = _tagged_template_literal([
595
+ "\n ",
596
+ ": 0.4;\n "
597
+ ]);
598
+ _templateObject7 = function _templateObject() {
599
+ return data;
600
+ };
601
+ return data;
602
+ }
603
+ function _templateObject8() {
545
604
  var data = _tagged_template_literal([
546
605
  "\n ",
547
606
  ": var(--surface-clear);\n ",
@@ -559,7 +618,7 @@ function _templateObject6() {
559
618
  ": 0.1;\n ",
560
619
  ": 0.1;\n "
561
620
  ]);
562
- _templateObject6 = function _templateObject() {
621
+ _templateObject8 = function _templateObject() {
563
622
  return data;
564
623
  };
565
624
  return data;
@@ -572,7 +631,7 @@ export var config = {
572
631
  },
573
632
  variations: {
574
633
  view: {
575
- default: css(_templateObject(), tokens.background, tokens.borderColor, tokens.borderColorError, tokens.borderColorSuccess, tokens.borderColorHover, tokens.borderColorFocus, tokens.dividerColor, tokens.labelColor, tokens.leftHelperColor, tokens.leftHelperColorError, tokens.leftHelperColorSuccess, tokens.textFieldColor, tokens.textFieldPlaceholderColor, tokens.textFieldCaretColor, tokens.labelInnerFontFamily, tokens.labelInnerFontSize, tokens.labelInnerFontStyle, tokens.labelInnerFontWeight, tokens.labelInnerLetterSpacing, tokens.labelInnerLineHeight, tokens.indicatorColor, tokens.textFieldBorderColorFocus, tokens.textFieldBorderColorError, tokens.textFieldBorderColorErrorFocus, tokens.textFieldBorderColorSuccess, tokens.textFieldBorderColorSuccessFocus, tokens.textFieldTextBeforeColor, tokens.textFieldTextAfterColor, tokens.focusColor, tokens.textFieldPlaceholderColorFocus, tokens.calendarShadow, tokens.calendarSeparatorBackground, tokens.calendarBackgroundColor, tokens.calendarSelectedItemBackground, tokens.calendarSelectedItemColor, tokens.calendarSelectableItemBackgroundHover, tokens.calendarCurrentItemBorderColor, tokens.calendarCurrentItemBackgroundHover, tokens.calendarCurrentItemColorHover, tokens.calendarCurrentItemChildBackgroundHover, tokens.calendarActiveItemBackground, tokens.calendarActiveItemColor, tokens.calendarHoveredItemBackground, tokens.calendarHoveredItemColor, tokens.calendarRangeBackground, tokens.calendarOutlineFocusColor, tokens.calendarContentPrimaryColor, tokens.calendarContentPrimaryDisabledColor, tokens.calendarHeaderArrowColor, tokens.calendarContentPrimaryColor, tokens.calendarContentSecondaryColor, tokens.calendarContentSecondaryDisabledColor, tokens.calendarDisabledOpacity, tokens.iconButtonColor, tokens.iconButtonBackgroundColor, tokens.iconButtonColorHover, tokens.iconButtonBackgroundColorHover, tokens.iconButtonColorActive, tokens.iconButtonBackgroundColorActive, tokens.iconButtonFocusColor)
634
+ default: css(_templateObject(), tokens.background, tokens.borderColor, tokens.borderColorError, tokens.borderColorSuccess, tokens.borderColorHover, tokens.borderColorFocus, tokens.dividerColor, tokens.labelColor, tokens.leftHelperColor, tokens.leftHelperColorError, tokens.leftHelperColorSuccess, tokens.textFieldColor, tokens.textFieldPlaceholderColor, tokens.textFieldCaretColor, tokens.labelInnerFontFamily, tokens.labelInnerFontSize, tokens.labelInnerFontStyle, tokens.labelInnerFontWeight, tokens.labelInnerLetterSpacing, tokens.labelInnerLineHeight, tokens.indicatorColor, tokens.textFieldBorderColorFocus, tokens.textFieldBorderColorError, tokens.textFieldBorderColorErrorFocus, tokens.textFieldBorderColorSuccess, tokens.textFieldBorderColorSuccessFocus, tokens.textFieldTextBeforeColor, tokens.textFieldTextAfterColor, tokens.focusColor, tokens.textFieldPlaceholderColorFocus, tokens.calendarShadow, tokens.calendarSeparatorBackground, tokens.calendarBackgroundColor, tokens.calendarSelectedItemBackground, tokens.calendarSelectedItemColor, tokens.calendarSelectableItemBackgroundHover, tokens.calendarCurrentItemBorderColor, tokens.calendarCurrentItemBackgroundHover, tokens.calendarCurrentItemColorHover, tokens.calendarCurrentItemChildBackgroundHover, tokens.calendarActiveItemBackground, tokens.calendarActiveItemColor, tokens.calendarHoveredItemBackground, tokens.calendarHoveredItemColor, tokens.calendarRangeBackground, tokens.calendarOutlineFocusColor, tokens.calendarContentPrimaryColor, tokens.calendarContentPrimaryDisabledColor, tokens.calendarHeaderArrowColor, tokens.calendarContentPrimaryColor, tokens.calendarContentSecondaryColor, tokens.calendarContentSecondaryDisabledColor, tokens.calendarDisabledOpacity, tokens.iconButtonColor, tokens.iconButtonBackgroundColor, tokens.iconButtonColorHover, tokens.iconButtonBackgroundColorHover, tokens.iconButtonColorActive, tokens.iconButtonBackgroundColorActive, tokens.iconButtonFocusColor, tokens.tooltipBackgroundColor, tokens.tooltipBoxShadow, tokens.tooltipColor)
576
635
  },
577
636
  size: {
578
637
  l: css(_templateObject1(), tokens.width, tokens.borderRadius, tokens.borderWidth, tokens.dividerPadding, tokens.dividerFontFamily, tokens.dividerFontStyle, tokens.dividerFontSize, tokens.dividerFontWeight, tokens.dividerLetterSpacing, tokens.dividerLineHeight, tokens.leftContentMargin, tokens.rightContentMargin, tokens.labelOffset, tokens.labelInnerPadding, tokens.contentLabelInnerPadding, tokens.labelFontFamily, tokens.labelFontStyle, tokens.labelFontSize, tokens.labelFontWeight, tokens.labelLetterSpacing, tokens.labelLineHeight, tokens.indicatorSize, tokens.indicatorSizeOuter, tokens.indicatorPlacement, tokens.indicatorOuterPlacement, tokens.indicatorPlacementRight, tokens.indicatorOuterPlacementRight, tokens.textFieldHeight, tokens.textFieldBorderRadius, tokens.textFieldBorderWidth, tokens.textFieldPadding, tokens.textFieldFontFamily, tokens.textFieldFontStyle, tokens.textFieldFontSize, tokens.textFieldFontWeight, tokens.textFieldLetterSpacing, tokens.textFieldLineHeight, tokens.leftHelperOffset, tokens.leftHelperFontFamily, tokens.leftHelperFontStyle, tokens.leftHelperFontSize, tokens.leftHelperFontWeight, tokens.leftHelperLetterSpacing, tokens.leftHelperLineHeight, tokens.textFieldLeftContentMargin, tokens.textFieldRightContentMargin, tokens.textFieldTextBeforeMargin, tokens.textFieldTextAfterMargin, tokens.calendarBorderRadius, tokens.calendarPaddingTop, tokens.calendarContainerWidth, tokens.calendarContainerHeight, tokens.calendarYearsPadding, tokens.calendarYearItemBorderRadius, tokens.calendarYearFontFamily, tokens.calendarYearFontSize, tokens.calendarYearFontStyle, tokens.calendarYearFontLetterSpacing, tokens.calendarYearFontLineHeight, tokens.calendarYearFontWeight, tokens.calendarYearSelectedFontWeight, tokens.calendarQuartersPadding, tokens.calendarQuarterItemBorderRadius, tokens.calendarQuarterFontFamily, tokens.calendarQuarterFontSize, tokens.calendarQuarterFontStyle, tokens.calendarQuarterFontLetterSpacing, tokens.calendarQuarterFontLineHeight, tokens.calendarQuarterFontWeight, tokens.calendarQuarterSelectedFontWeight, tokens.calendarMonthsPadding, tokens.calendarMonthItemBorderRadius, tokens.calendarMonthFontFamily, tokens.calendarMonthFontSize, tokens.calendarMonthFontStyle, tokens.calendarMonthFontLetterSpacing, tokens.calendarMonthFontLineHeight, tokens.calendarMonthFontWeight, tokens.calendarMonthSelectedFontWeight, tokens.calendarDaysPadding, tokens.calendarDayItemBorderRadius, tokens.calendarDayFontFamily, tokens.calendarDayFontSize, tokens.calendarDayFontStyle, tokens.calendarDayFontLetterSpacing, tokens.calendarDayFontLineHeight, tokens.calendarDayFontWeight, tokens.calendarDaySelectedFontWeight, tokens.calendarCurrentItemBorderWidth, tokens.calendarHeaderWrapperPadding, tokens.calendarHeaderArrowGap, tokens.calendarHeaderArrowCustomSize, tokens.calendarHeaderPadding, tokens.calendarHeaderDateGap, tokens.calendarHeaderFontFamily, tokens.calendarHeaderFontSize, tokens.calendarHeaderFontStyle, tokens.calendarHeaderFontLetterSpacing, tokens.calendarHeaderFontLineHeight, tokens.calendarHeaderFontWeight, tokens.calendarHeaderFontWeightBold, tokens.iconButtonHeight, tokens.iconButtonWidth, tokens.iconButtonPadding, tokens.iconButtonRadius),
@@ -580,11 +639,15 @@ export var config = {
580
639
  s: css(_templateObject3(), tokens.width, tokens.borderRadius, tokens.borderWidth, tokens.dividerPadding, tokens.dividerFontFamily, tokens.dividerFontStyle, tokens.dividerFontSize, tokens.dividerFontWeight, tokens.dividerLetterSpacing, tokens.dividerLineHeight, tokens.leftContentMargin, tokens.rightContentMargin, tokens.labelOffset, tokens.labelInnerPadding, tokens.contentLabelInnerPadding, tokens.labelFontFamily, tokens.labelFontStyle, tokens.labelFontSize, tokens.labelFontWeight, tokens.labelLetterSpacing, tokens.labelLineHeight, tokens.indicatorSize, tokens.indicatorSizeOuter, tokens.indicatorPlacement, tokens.indicatorOuterPlacement, tokens.indicatorPlacementRight, tokens.indicatorOuterPlacementRight, tokens.textFieldHeight, tokens.textFieldBorderRadius, tokens.textFieldBorderWidth, tokens.textFieldPadding, tokens.textFieldFontFamily, tokens.textFieldFontStyle, tokens.textFieldFontSize, tokens.textFieldFontWeight, tokens.textFieldLetterSpacing, tokens.textFieldLineHeight, tokens.leftHelperOffset, tokens.leftHelperFontFamily, tokens.leftHelperFontStyle, tokens.leftHelperFontSize, tokens.leftHelperFontWeight, tokens.leftHelperLetterSpacing, tokens.leftHelperLineHeight, tokens.textFieldLeftContentMargin, tokens.textFieldRightContentMargin, tokens.textFieldTextBeforeMargin, tokens.textFieldTextAfterMargin, tokens.calendarContainerWidth, tokens.calendarContainerHeight, tokens.calendarBorderRadius, tokens.calendarYearsPadding, tokens.calendarYearItemBorderRadius, tokens.calendarYearFontFamily, tokens.calendarYearFontSize, tokens.calendarYearFontStyle, tokens.calendarYearFontLetterSpacing, tokens.calendarYearFontLineHeight, tokens.calendarYearFontWeight, tokens.calendarYearSelectedFontWeight, tokens.calendarQuartersPadding, tokens.calendarQuarterItemBorderRadius, tokens.calendarQuarterFontFamily, tokens.calendarQuarterFontSize, tokens.calendarQuarterFontStyle, tokens.calendarQuarterFontLetterSpacing, tokens.calendarQuarterFontLineHeight, tokens.calendarQuarterFontWeight, tokens.calendarQuarterSelectedFontWeight, tokens.calendarMonthsPadding, tokens.calendarMonthItemBorderRadius, tokens.calendarMonthFontFamily, tokens.calendarMonthFontSize, tokens.calendarMonthFontStyle, tokens.calendarMonthFontLetterSpacing, tokens.calendarMonthFontLineHeight, tokens.calendarMonthFontWeight, tokens.calendarMonthSelectedFontWeight, tokens.calendarDaysPadding, tokens.calendarDayItemBorderRadius, tokens.calendarDayFontFamily, tokens.calendarDayFontSize, tokens.calendarDayFontStyle, tokens.calendarDayFontLetterSpacing, tokens.calendarDayFontLineHeight, tokens.calendarDayFontWeight, tokens.calendarDaySelectedFontWeight, tokens.calendarCurrentItemBorderWidth, tokens.calendarHeaderWrapperPadding, tokens.calendarHeaderArrowGap, tokens.calendarHeaderArrowCustomSize, tokens.calendarHeaderPadding, tokens.calendarHeaderDateGap, tokens.calendarHeaderFontFamily, tokens.calendarHeaderFontSize, tokens.calendarHeaderFontStyle, tokens.calendarHeaderFontLetterSpacing, tokens.calendarHeaderFontLineHeight, tokens.calendarHeaderFontWeight, tokens.calendarHeaderFontWeightBold, tokens.iconButtonHeight, tokens.iconButtonWidth, tokens.iconButtonPadding, tokens.iconButtonRadius),
581
640
  xs: css(_templateObject4(), tokens.width, tokens.borderRadius, tokens.borderWidth, tokens.dividerPadding, tokens.dividerFontFamily, tokens.dividerFontStyle, tokens.dividerFontSize, tokens.dividerFontWeight, tokens.dividerLetterSpacing, tokens.dividerLineHeight, tokens.leftContentMargin, tokens.rightContentMargin, tokens.labelOffset, tokens.labelInnerPadding, tokens.contentLabelInnerPadding, tokens.labelFontFamily, tokens.labelFontStyle, tokens.labelFontSize, tokens.labelFontWeight, tokens.labelLetterSpacing, tokens.labelLineHeight, tokens.indicatorSize, tokens.indicatorSizeOuter, tokens.indicatorPlacement, tokens.indicatorOuterPlacement, tokens.indicatorPlacementRight, tokens.indicatorOuterPlacementRight, tokens.textFieldHeight, tokens.textFieldBorderRadius, tokens.textFieldBorderWidth, tokens.textFieldPadding, tokens.textFieldFontFamily, tokens.textFieldFontStyle, tokens.textFieldFontSize, tokens.textFieldFontWeight, tokens.textFieldLetterSpacing, tokens.textFieldLineHeight, tokens.leftHelperOffset, tokens.leftHelperFontFamily, tokens.leftHelperFontStyle, tokens.leftHelperFontSize, tokens.leftHelperFontWeight, tokens.leftHelperLetterSpacing, tokens.leftHelperLineHeight, tokens.textFieldLeftContentMargin, tokens.textFieldRightContentMargin, tokens.textFieldTextBeforeMargin, tokens.textFieldTextAfterMargin, tokens.calendarContainerWidth, tokens.calendarContainerHeight, tokens.calendarBorderRadius, tokens.calendarPaddingTop, tokens.calendarYearsPadding, tokens.calendarYearItemBorderRadius, tokens.calendarYearFontFamily, tokens.calendarYearFontSize, tokens.calendarYearFontStyle, tokens.calendarYearFontLetterSpacing, tokens.calendarYearFontLineHeight, tokens.calendarYearFontWeight, tokens.calendarYearSelectedFontWeight, tokens.calendarQuartersPadding, tokens.calendarQuarterItemBorderRadius, tokens.calendarQuarterFontFamily, tokens.calendarQuarterFontSize, tokens.calendarQuarterFontStyle, tokens.calendarQuarterFontLetterSpacing, tokens.calendarQuarterFontLineHeight, tokens.calendarQuarterFontWeight, tokens.calendarQuarterSelectedFontWeight, tokens.calendarMonthsPadding, tokens.calendarMonthItemBorderRadius, tokens.calendarMonthFontFamily, tokens.calendarMonthFontSize, tokens.calendarMonthFontStyle, tokens.calendarMonthFontLetterSpacing, tokens.calendarMonthFontLineHeight, tokens.calendarMonthFontWeight, tokens.calendarMonthSelectedFontWeight, tokens.calendarDaysPadding, tokens.calendarDayItemBorderRadius, tokens.calendarDayFontFamily, tokens.calendarDayFontSize, tokens.calendarDayFontStyle, tokens.calendarDayFontLetterSpacing, tokens.calendarDayFontLineHeight, tokens.calendarDayFontWeight, tokens.calendarDaySelectedFontWeight, tokens.calendarCurrentItemBorderWidth, tokens.calendarHeaderWrapperPadding, tokens.calendarHeaderArrowGap, tokens.calendarHeaderArrowCustomSize, tokens.calendarHeaderPadding, tokens.calendarHeaderDateGap, tokens.calendarHeaderFontFamily, tokens.calendarHeaderFontSize, tokens.calendarHeaderFontStyle, tokens.calendarHeaderFontLetterSpacing, tokens.calendarHeaderFontLineHeight, tokens.calendarHeaderFontWeight, tokens.calendarHeaderFontWeightBold, tokens.iconButtonHeight, tokens.iconButtonWidth, tokens.iconButtonPadding, tokens.iconButtonRadius)
582
641
  },
642
+ eventTooltipSize: {
643
+ m: css(_templateObject5(), tokens.tooltipPaddingTop, tokens.tooltipPaddingRight, tokens.tooltipPaddingBottom, tokens.tooltipPaddingLeft, tokens.tooltipMinHeight, tokens.tooltipBorderRadius, tokens.tooltipTextFontFamily, tokens.tooltipTextFontSize, tokens.tooltipTextFontStyle, tokens.tooltipTextFontWeight, tokens.tooltipTextFontLetterSpacing, tokens.tooltipTextFontLineHeight, tokens.tooltipContentLeftMargin, tokens.tooltipArrowMaskWidth, tokens.tooltipArrowMaskHeight, tokens.tooltipArrowMaskImage, tokens.tooltipArrowHeight, tokens.tooltipArrowEdgeMargin, tokens.tooltipArrowBackground),
644
+ s: css(_templateObject6(), tokens.tooltipPaddingTop, tokens.tooltipPaddingRight, tokens.tooltipPaddingBottom, tokens.tooltipPaddingLeft, tokens.tooltipMinHeight, tokens.tooltipBorderRadius, tokens.tooltipTextFontFamily, tokens.tooltipTextFontSize, tokens.tooltipTextFontStyle, tokens.tooltipTextFontWeight, tokens.tooltipTextFontLetterSpacing, tokens.tooltipTextFontLineHeight, tokens.tooltipContentLeftMargin, tokens.tooltipArrowMaskWidth, tokens.tooltipArrowMaskHeight, tokens.tooltipArrowMaskImage, tokens.tooltipArrowHeight, tokens.tooltipArrowEdgeMargin, tokens.tooltipArrowBackground)
645
+ },
583
646
  disabled: {
584
- true: css(_templateObject5(), tokens.disabledOpacity)
647
+ true: css(_templateObject7(), tokens.disabledOpacity)
585
648
  },
586
649
  readOnly: {
587
- true: css(_templateObject6(), tokens.backgroundReadOnly, tokens.borderColorReadOnly, tokens.textFieldBorderColorReadOnly, tokens.labelColorReadOnly, tokens.leftHelperColorReadOnly, tokens.dividerColorReadOnly, tokens.dividerOpacityReadOnly, tokens.textFieldColorReadOnly, tokens.textFieldBackgroundColorReadOnly, tokens.textFieldPlaceholderColorReadOnly, tokens.rightContentOpacityReadOnly, tokens.textFieldContentSlotRightOpacityReadOnly, tokens.textFieldReadOnlyOpacity, tokens.rangeReadOnlyOpacity)
650
+ true: css(_templateObject8(), tokens.backgroundReadOnly, tokens.borderColorReadOnly, tokens.textFieldBorderColorReadOnly, tokens.labelColorReadOnly, tokens.leftHelperColorReadOnly, tokens.dividerColorReadOnly, tokens.dividerOpacityReadOnly, tokens.textFieldColorReadOnly, tokens.textFieldBackgroundColorReadOnly, tokens.textFieldPlaceholderColorReadOnly, tokens.rightContentOpacityReadOnly, tokens.textFieldContentSlotRightOpacityReadOnly, tokens.textFieldReadOnlyOpacity, tokens.rangeReadOnlyOpacity)
588
651
  }
589
652
  }
590
653
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salutejs/plasma-web",
3
- "version": "1.597.0-canary.2288.18653805742.0",
3
+ "version": "1.597.0-canary.2289.18710488910.0",
4
4
  "description": "Salute Design System / React UI kit for web applications",
5
5
  "author": "Salute Frontend Team <salute.developers@gmail.com>",
6
6
  "license": "MIT",
@@ -19,9 +19,9 @@
19
19
  "directory": "packages/plasma-web"
20
20
  },
21
21
  "dependencies": {
22
- "@salutejs/plasma-core": "1.208.0",
23
- "@salutejs/plasma-hope": "1.354.0",
24
- "@salutejs/plasma-new-hope": "0.339.0-canary.2288.18653805742.0",
22
+ "@salutejs/plasma-core": "1.209.0-canary.2289.18710488910.0",
23
+ "@salutejs/plasma-hope": "1.355.0-canary.2289.18710488910.0",
24
+ "@salutejs/plasma-new-hope": "0.339.0-canary.2289.18710488910.0",
25
25
  "@salutejs/plasma-themes": "0.38.0",
26
26
  "@salutejs/plasma-tokens-b2b": "1.54.0",
27
27
  "@salutejs/plasma-tokens-b2c": "0.65.0",
@@ -49,9 +49,9 @@
49
49
  "@rollup/plugin-commonjs": "25.0.7",
50
50
  "@rollup/plugin-node-resolve": "15.2.3",
51
51
  "@salutejs/plasma-colors": "0.16.0",
52
- "@salutejs/plasma-cy-utils": "0.138.0",
52
+ "@salutejs/plasma-cy-utils": "0.139.0-canary.2289.18710488910.0",
53
53
  "@salutejs/plasma-icons": "1.225.0",
54
- "@salutejs/plasma-sb-utils": "0.208.0",
54
+ "@salutejs/plasma-sb-utils": "0.209.0-canary.2289.18710488910.0",
55
55
  "@storybook/addon-docs": "8.6.14",
56
56
  "@storybook/addon-essentials": "8.6.14",
57
57
  "@storybook/manager-api": "8.6.14",
@@ -111,5 +111,5 @@
111
111
  "Fanil Zubairov"
112
112
  ],
113
113
  "sideEffects": false,
114
- "gitHead": "c3274fc101f635da522c4e9b3df191d55c920227"
114
+ "gitHead": "8c0ac8757575b00954980397736cc65844748377"
115
115
  }