@salutejs/plasma-new-hope 0.340.0-canary.2316.19129435456.0 → 0.340.0-canary.2316.19170245062.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 (73) hide show
  1. package/cjs/components/DatePicker/RangeDate/RangeDate.js +24 -4
  2. package/cjs/components/DatePicker/RangeDate/RangeDate.js.map +1 -1
  3. package/cjs/components/DateTimePicker/DateTimePicker.css +6 -6
  4. package/cjs/components/DateTimePicker/DateTimePicker.js +5 -1
  5. package/cjs/components/DateTimePicker/DateTimePicker.js.map +1 -1
  6. package/cjs/components/DateTimePicker/ui/DateShortcut/DateShortcutList.css +6 -6
  7. package/cjs/components/DateTimePicker/ui/DateShortcut/DateShortcutList.styles.js +1 -1
  8. package/cjs/components/DateTimePicker/ui/DateShortcut/DateShortcutList.styles.js.map +1 -1
  9. package/cjs/components/DateTimePicker/ui/DateShortcut/{DateShortcutList.styles_ubu846.css → DateShortcutList.styles_pdofx1.css} +1 -1
  10. package/cjs/components/Tabs/tokens.js +1 -0
  11. package/cjs/components/Tabs/tokens.js.map +1 -1
  12. package/cjs/index.css +6 -6
  13. package/emotion/cjs/components/DatePicker/RangeDate/RangeDate.js +21 -4
  14. package/emotion/cjs/components/DateTimePicker/DateTimePicker.js +7 -1
  15. package/emotion/cjs/components/DateTimePicker/ui/DateShortcut/DateShortcutList.styles.js +12 -12
  16. package/emotion/cjs/components/Tabs/tokens.js +1 -0
  17. package/emotion/cjs/examples/components/ChipGroup/ChipGroup.config.js +35 -0
  18. package/emotion/cjs/examples/components/Combobox/Combobox.js +0 -15
  19. package/emotion/cjs/examples/components/Tabs/horizontal/HorizontalTabItem.config.js +16 -16
  20. package/emotion/cjs/examples/components/Tabs/vertical/VerticalTabItem.config.js +7 -7
  21. package/emotion/es/components/DatePicker/RangeDate/RangeDate.js +21 -4
  22. package/emotion/es/components/DateTimePicker/DateTimePicker.js +7 -1
  23. package/emotion/es/components/DateTimePicker/ui/DateShortcut/DateShortcutList.styles.js +12 -12
  24. package/emotion/es/components/Tabs/tokens.js +1 -0
  25. package/emotion/es/examples/components/ChipGroup/ChipGroup.config.js +25 -0
  26. package/emotion/es/examples/components/Tabs/horizontal/HorizontalTabItem.config.js +16 -16
  27. package/emotion/es/examples/components/Tabs/vertical/VerticalTabItem.config.js +7 -7
  28. package/es/components/DatePicker/RangeDate/RangeDate.js +24 -4
  29. package/es/components/DatePicker/RangeDate/RangeDate.js.map +1 -1
  30. package/es/components/DateTimePicker/DateTimePicker.css +6 -6
  31. package/es/components/DateTimePicker/DateTimePicker.js +5 -1
  32. package/es/components/DateTimePicker/DateTimePicker.js.map +1 -1
  33. package/es/components/DateTimePicker/ui/DateShortcut/DateShortcutList.css +6 -6
  34. package/es/components/DateTimePicker/ui/DateShortcut/DateShortcutList.styles.js +1 -1
  35. package/es/components/DateTimePicker/ui/DateShortcut/DateShortcutList.styles.js.map +1 -1
  36. package/es/components/DateTimePicker/ui/DateShortcut/{DateShortcutList.styles_ubu846.css → DateShortcutList.styles_pdofx1.css} +1 -1
  37. package/es/components/Tabs/tokens.js +1 -0
  38. package/es/components/Tabs/tokens.js.map +1 -1
  39. package/es/index.css +6 -6
  40. package/package.json +3 -3
  41. package/styled-components/cjs/components/DatePicker/RangeDate/RangeDate.js +21 -4
  42. package/styled-components/cjs/components/DateTimePicker/DateTimePicker.js +7 -1
  43. package/styled-components/cjs/components/DateTimePicker/ui/DateShortcut/DateShortcutList.styles.js +7 -7
  44. package/styled-components/cjs/components/Tabs/tokens.js +1 -0
  45. package/styled-components/cjs/examples/components/ChipGroup/ChipGroup.config.js +141 -0
  46. package/styled-components/cjs/examples/components/Tabs/horizontal/HorizontalTabItem.config.js +4 -4
  47. package/styled-components/cjs/examples/components/Tabs/vertical/VerticalTabItem.config.js +4 -4
  48. package/styled-components/es/components/DatePicker/RangeDate/RangeDate.js +21 -4
  49. package/styled-components/es/components/DateTimePicker/DateTimePicker.js +7 -1
  50. package/styled-components/es/components/DateTimePicker/ui/DateShortcut/DateShortcutList.styles.js +7 -7
  51. package/styled-components/es/components/Tabs/tokens.js +1 -0
  52. package/styled-components/es/examples/components/ChipGroup/ChipGroup.config.js +131 -0
  53. package/styled-components/es/examples/components/Tabs/horizontal/HorizontalTabItem.config.js +4 -4
  54. package/styled-components/es/examples/components/Tabs/vertical/VerticalTabItem.config.js +4 -4
  55. package/types/components/DatePicker/RangeDate/RangeDate.d.ts.map +1 -1
  56. package/types/components/DateTimePicker/DateTimePicker.d.ts.map +1 -1
  57. package/types/components/DateTimePicker/ui/DateShortcut/DateShortcutList.styles.d.ts.map +1 -1
  58. package/types/components/Tabs/tokens.d.ts +1 -0
  59. package/types/components/Tabs/tokens.d.ts.map +1 -1
  60. package/types/examples/components/ChipGroup/ChipGroup.config.d.ts.map +1 -0
  61. package/types/examples/components/ChipGroup/ChipGroup.d.ts.map +1 -0
  62. package/emotion/cjs/examples/components/ChipGroup /ChipGroup.config.js +0 -214
  63. package/emotion/es/examples/components/ChipGroup /ChipGroup.config.js +0 -204
  64. package/styled-components/cjs/examples/components/ChipGroup /ChipGroup.config.js +0 -214
  65. package/styled-components/es/examples/components/ChipGroup /ChipGroup.config.js +0 -204
  66. package/types/examples/components/ChipGroup /ChipGroup.config.d.ts.map +0 -1
  67. package/types/examples/components/ChipGroup /ChipGroup.d.ts.map +0 -1
  68. /package/emotion/cjs/examples/components/{ChipGroup → ChipGroup}/ChipGroup.js +0 -0
  69. /package/emotion/es/examples/components/{ChipGroup → ChipGroup}/ChipGroup.js +0 -0
  70. /package/styled-components/cjs/examples/components/{ChipGroup → ChipGroup}/ChipGroup.js +0 -0
  71. /package/styled-components/es/examples/components/{ChipGroup → ChipGroup}/ChipGroup.js +0 -0
  72. /package/types/examples/components/{ChipGroup → ChipGroup}/ChipGroup.config.d.ts +0 -0
  73. /package/types/examples/components/{ChipGroup → ChipGroup}/ChipGroup.d.ts +0 -0
@@ -1 +1 @@
1
- {"version":3,"file":"tokens.js","sources":["../../../src/components/Tabs/tokens.ts"],"sourcesContent":["export const classes = {\n selectedTabsItem: 'selected-tabs-item',\n tabsPilled: 'tabs-pilled',\n tabsGroupFilledBackground: 'tabs-group-filled-background',\n tabsStretch: 'tabs-stretched',\n tabsNoDivider: 'tabs-no-divider',\n tabItemDivider: 'tab-item-divider',\n tabItemAnimated: 'tab-item-animated',\n tabContent: 'tab-item-content',\n tabRightContent: 'tab-item-right-content',\n tabLeftContent: 'tab-item-left-content',\n tabsHasLeftArrow: 'tabs-has-left-arrow',\n tabsHasRightArrow: 'tabs-has-right-arrow',\n tabsHasTopArrow: 'tabs-has-top-arrow',\n tabsHasBottomArrow: 'tabs-has-bottom-arrow',\n tabsClipScroll: 'tabs-clip-scroll',\n tabsClipShowAll: 'tabs-clip-show-all',\n tabsTruncate: 'tabs-truncate',\n};\n\nexport const tokens = {\n disabledOpacity: '--plasma-tabs-disabled-opacity',\n containerWidth: '--plasma-tabs-container-width',\n containerHeight: '--plasma-tabs-container-height',\n cursor: '--plasma-tabs-cursor',\n color: '--plasma-tabs-color',\n colorHover: '--plasma-tabs-color-hover',\n\n tabsDividerWidth: '--plasma-tabs-divider-width',\n tabsDividerHeight: '--plasma-tabs-divider-height',\n tabsDividerColor: '--plasma-tabs-divider-color',\n tabsDividerBorderRadius: '--plasma-tabs-divider-border-radius',\n\n itemSelectedDividerWidth: '--plasma-tab-item-selected-divider-width',\n itemSelectedDividerHeight: '--plasma-tab-item-selected-divider-height',\n itemSelectedDividerColor: '--plasma-tab-item-selected-divider-color',\n itemSelectedDividerColorHover: '--plasma-tab-item-selected-hover-divider-color',\n\n outlineFocusColor: '--plasma-tabs-outline-focus-color',\n arrowColor: '--plasma-tabs-arrow-color',\n arrowColorHover: '--plasma-tabs-arrow-color-hover',\n arrowColorActive: '--plasma-tabs-arrow-color-active',\n tabsFilledBackgroundColor: '--plasma-tabs-filled-background-color',\n\n tabsBackgroundColor: '--plasma-tabs-background-color',\n tabsBorderRadius: '--plasma-tabs-border-radius',\n tabsWidth: '--plasma-tabs-width',\n tabsHeight: '--plasma-tabs-height',\n tabsPadding: '--plasma-tabs-padding',\n tabsPilledBorderRadius: '--plasma-tabs-pilled-border-radius',\n\n itemBorderRadius: '--plasma-tab-item-border-radius',\n itemPilledBorderRadius: '--plasma-tab-item-pilled-border-radius',\n itemWidth: '--plasma-tab-item-width',\n itemHeight: '--plasma-tab-item-height',\n itemPadding: '--plasma-tab-item-padding',\n itemPaddingClear: '--plasma-tab-item-padding-clear',\n itemPaddingPilled: '--plasma-tab-item-padding-pilled',\n itemPaddingOrientationVertical: '--plasma-tab-item-padding-orientation-vertical',\n itemMarginLeft: '--plasma-tab-item-margin-left',\n itemMarginLeftFilled: '--plasma-tab-item-margin-left-filled',\n itemContentGap: '--plasma-tab-item-content-gap',\n\n itemContentPadding: '--plasma-tab-item-content-padding',\n itemContentPaddingClear: '--plasma-tab-item-content-padding-clear',\n\n arrowInnerPadding: '--plasma-tab-arrow-inner-padding',\n arrowOuterPadding: '--plasma-tab-arrow-outer-padding',\n arrowViewOuterPadding: '--plasma-tab-arrow-view-outer-padding',\n\n itemColor: '--plasma-tab-item-color',\n itemValueColor: '--plasma-tab-item-value-color',\n itemBackgroundColor: '--plasma-tab-item-background-color',\n itemColorHover: '--plasma-tab-item-color-hover',\n itemValueColorHover: '--plasma-tab-item-value-color-hover',\n itemColorActive: '--plasma-tab-item-color-active',\n itemValueColorActive: '--plasma-tab-item-value-color-active',\n itemBackgroundColorHover: '--plasma-tab-item-background-color-hover',\n itemCursor: '--plasma-tab-item-cursor',\n itemCursorOverNotSelected: '--plasma-tab-item-cursor-over-not-selected',\n\n itemSelectedColor: '--plasma-tab-item-selected-color',\n itemSelectedValueColor: '--plasma-tab-item-selected-value-color',\n itemSelectedBackgroundColor: '--plasma-tab-item-selected-background-color',\n itemSelectedColorHover: '--plasma-tab-item-selected-color-hover',\n itemSelectedValueColorHover: '--plasma-tab-item-selected-value-color-hover',\n itemSelectedBackgroundColorHover: '--plasma-tab-item-selected-background-color-hover',\n\n itemBackgroundTransition: '--plasma-tab-item-background-transition',\n\n fontFamily: '--plasma-tab-item-font-family',\n fontSize: '--plasma-tab-item-font-size',\n fontStyle: '--plasma-tab-item-font-style',\n fontWeight: '--plasma-tab-item-font-weight',\n letterSpacing: '--plasma-tab-item-letter-spacing',\n lineHeight: '--plasma-tab-item-lineheight',\n\n valueFontFamily: '--plasma-tab-item-value-font-family',\n valueFontSize: '--plasma-tab-item-value-font-size',\n valueFontStyle: '--plasma-tab-item-value-font-style',\n valueFontWeight: '--plasma-tab-item-value-font-weight',\n valueLetterSpacing: '--plasma-tab-item-value-letter-spacing',\n valueLineHeight: '--plasma-tab-item-value-lineheight',\n\n actionContentMarginLeft: '--plasma-tab-item-action-content-margin-left',\n};\n"],"names":["classes","selectedTabsItem","tabsPilled","tabsGroupFilledBackground","tabsStretch","tabsNoDivider","tabItemDivider","tabItemAnimated","tabContent","tabRightContent","tabLeftContent","tabsHasLeftArrow","tabsHasRightArrow","tabsHasTopArrow","tabsHasBottomArrow","tabsClipScroll","tabsClipShowAll","tabsTruncate","tokens","disabledOpacity","containerWidth","containerHeight","cursor","color","colorHover","tabsDividerWidth","tabsDividerHeight","tabsDividerColor","tabsDividerBorderRadius","itemSelectedDividerWidth","itemSelectedDividerHeight","itemSelectedDividerColor","itemSelectedDividerColorHover","outlineFocusColor","arrowColor","arrowColorHover","arrowColorActive","tabsFilledBackgroundColor","tabsBackgroundColor","tabsBorderRadius","tabsWidth","tabsHeight","tabsPadding","tabsPilledBorderRadius","itemBorderRadius","itemPilledBorderRadius","itemWidth","itemHeight","itemPadding","itemPaddingClear","itemPaddingPilled","itemPaddingOrientationVertical","itemMarginLeft","itemMarginLeftFilled","itemContentGap","itemContentPadding","itemContentPaddingClear","arrowInnerPadding","arrowOuterPadding","arrowViewOuterPadding","itemColor","itemValueColor","itemBackgroundColor","itemColorHover","itemValueColorHover","itemColorActive","itemValueColorActive","itemBackgroundColorHover","itemCursor","itemCursorOverNotSelected","itemSelectedColor","itemSelectedValueColor","itemSelectedBackgroundColor","itemSelectedColorHover","itemSelectedValueColorHover","itemSelectedBackgroundColorHover","itemBackgroundTransition","fontFamily","fontSize","fontStyle","fontWeight","letterSpacing","lineHeight","valueFontFamily","valueFontSize","valueFontStyle","valueFontWeight","valueLetterSpacing","valueLineHeight","actionContentMarginLeft"],"mappings":"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"}
1
+ {"version":3,"file":"tokens.js","sources":["../../../src/components/Tabs/tokens.ts"],"sourcesContent":["export const classes = {\n selectedTabsItem: 'selected-tabs-item',\n tabsPilled: 'tabs-pilled',\n tabsGroupFilledBackground: 'tabs-group-filled-background',\n tabsStretch: 'tabs-stretched',\n tabsNoDivider: 'tabs-no-divider',\n tabItemDivider: 'tab-item-divider',\n tabItemAnimated: 'tab-item-animated',\n tabContent: 'tab-item-content',\n tabRightContent: 'tab-item-right-content',\n tabLeftContent: 'tab-item-left-content',\n tabsHasLeftArrow: 'tabs-has-left-arrow',\n tabsHasRightArrow: 'tabs-has-right-arrow',\n tabsHasTopArrow: 'tabs-has-top-arrow',\n tabsHasBottomArrow: 'tabs-has-bottom-arrow',\n tabsClipScroll: 'tabs-clip-scroll',\n tabsClipShowAll: 'tabs-clip-show-all',\n tabsTruncate: 'tabs-truncate',\n};\n\nexport const tokens = {\n disabledOpacity: '--plasma-tabs-disabled-opacity',\n containerWidth: '--plasma-tabs-container-width',\n containerHeight: '--plasma-tabs-container-height',\n cursor: '--plasma-tabs-cursor',\n color: '--plasma-tabs-color',\n colorHover: '--plasma-tabs-color-hover',\n\n tabsDividerWidth: '--plasma-tabs-divider-width',\n tabsDividerHeight: '--plasma-tabs-divider-height',\n tabsDividerColor: '--plasma-tabs-divider-color',\n tabsDividerBorderRadius: '--plasma-tabs-divider-border-radius',\n\n itemSelectedDividerWidth: '--plasma-tab-item-selected-divider-width',\n itemSelectedDividerHeight: '--plasma-tab-item-selected-divider-height',\n itemSelectedDividerColor: '--plasma-tab-item-selected-divider-color',\n itemSelectedDividerColorHover: '--plasma-tab-item-selected-hover-divider-color',\n\n outlineFocusColor: '--plasma-tabs-outline-focus-color',\n arrowColor: '--plasma-tabs-arrow-color',\n arrowColorHover: '--plasma-tabs-arrow-color-hover',\n arrowColorActive: '--plasma-tabs-arrow-color-active',\n tabsFilledBackgroundColor: '--plasma-tabs-filled-background-color',\n\n tabsBackgroundColor: '--plasma-tabs-background-color',\n tabsBorderRadius: '--plasma-tabs-border-radius',\n tabsWidth: '--plasma-tabs-width',\n tabsHeight: '--plasma-tabs-height',\n tabsPadding: '--plasma-tabs-padding',\n tabsPilledBorderRadius: '--plasma-tabs-pilled-border-radius',\n\n itemBorderRadius: '--plasma-tab-item-border-radius',\n itemPilledBorderRadius: '--plasma-tab-item-pilled-border-radius',\n itemWidth: '--plasma-tab-item-width',\n itemHeight: '--plasma-tab-item-height',\n itemPadding: '--plasma-tab-item-padding',\n itemPaddingClear: '--plasma-tab-item-padding-clear',\n itemPaddingPilled: '--plasma-tab-item-padding-pilled',\n itemPaddingOrientationVertical: '--plasma-tab-item-padding-orientation-vertical',\n itemMarginLeft: '--plasma-tab-item-margin-left',\n itemMarginLeftFilled: '--plasma-tab-item-margin-left-filled',\n itemContentGap: '--plasma-tab-item-content-gap',\n\n itemContentPadding: '--plasma-tab-item-content-padding',\n itemContentPaddingClear: '--plasma-tab-item-content-padding-clear',\n\n arrowInnerPadding: '--plasma-tab-arrow-inner-padding',\n arrowOuterPadding: '--plasma-tab-arrow-outer-padding',\n arrowViewOuterPadding: '--plasma-tab-arrow-view-outer-padding',\n\n itemColor: '--plasma-tab-item-color',\n itemValueColor: '--plasma-tab-item-value-color',\n itemBackgroundColor: '--plasma-tab-item-background-color',\n itemColorHover: '--plasma-tab-item-color-hover',\n itemValueColorHover: '--plasma-tab-item-value-color-hover',\n itemColorActive: '--plasma-tab-item-color-active',\n itemValueColorActive: '--plasma-tab-item-value-color-active',\n itemBackgroundColorHover: '--plasma-tab-item-background-color-hover',\n itemCursor: '--plasma-tab-item-cursor',\n itemCursorOverNotSelected: '--plasma-tab-item-cursor-over-not-selected',\n\n itemSelectedColor: '--plasma-tab-item-selected-color',\n itemSelectedValueColor: '--plasma-tab-item-selected-value-color',\n itemSelectedBackgroundColor: '--plasma-tab-item-selected-background-color',\n itemSelectedColorHover: '--plasma-tab-item-selected-color-hover',\n itemSelectedValueColorHover: '--plasma-tab-item-selected-value-color-hover',\n itemSelectedBackgroundColorHover: '--plasma-tab-item-selected-background-color-hover',\n\n itemBackgroundTransition: '--plasma-tab-item-background-transition',\n\n fontFamily: '--plasma-tab-item-font-family',\n fontSize: '--plasma-tab-item-font-size',\n fontStyle: '--plasma-tab-item-font-style',\n fontWeight: '--plasma-tab-item-font-weight',\n fontWeightSelected: '--plasma-tab-item-font-weight-selected',\n letterSpacing: '--plasma-tab-item-letter-spacing',\n lineHeight: '--plasma-tab-item-lineheight',\n\n valueFontFamily: '--plasma-tab-item-value-font-family',\n valueFontSize: '--plasma-tab-item-value-font-size',\n valueFontStyle: '--plasma-tab-item-value-font-style',\n valueFontWeight: '--plasma-tab-item-value-font-weight',\n valueLetterSpacing: '--plasma-tab-item-value-letter-spacing',\n valueLineHeight: '--plasma-tab-item-value-lineheight',\n\n actionContentMarginLeft: '--plasma-tab-item-action-content-margin-left',\n};\n"],"names":["classes","selectedTabsItem","tabsPilled","tabsGroupFilledBackground","tabsStretch","tabsNoDivider","tabItemDivider","tabItemAnimated","tabContent","tabRightContent","tabLeftContent","tabsHasLeftArrow","tabsHasRightArrow","tabsHasTopArrow","tabsHasBottomArrow","tabsClipScroll","tabsClipShowAll","tabsTruncate","tokens","disabledOpacity","containerWidth","containerHeight","cursor","color","colorHover","tabsDividerWidth","tabsDividerHeight","tabsDividerColor","tabsDividerBorderRadius","itemSelectedDividerWidth","itemSelectedDividerHeight","itemSelectedDividerColor","itemSelectedDividerColorHover","outlineFocusColor","arrowColor","arrowColorHover","arrowColorActive","tabsFilledBackgroundColor","tabsBackgroundColor","tabsBorderRadius","tabsWidth","tabsHeight","tabsPadding","tabsPilledBorderRadius","itemBorderRadius","itemPilledBorderRadius","itemWidth","itemHeight","itemPadding","itemPaddingClear","itemPaddingPilled","itemPaddingOrientationVertical","itemMarginLeft","itemMarginLeftFilled","itemContentGap","itemContentPadding","itemContentPaddingClear","arrowInnerPadding","arrowOuterPadding","arrowViewOuterPadding","itemColor","itemValueColor","itemBackgroundColor","itemColorHover","itemValueColorHover","itemColorActive","itemValueColorActive","itemBackgroundColorHover","itemCursor","itemCursorOverNotSelected","itemSelectedColor","itemSelectedValueColor","itemSelectedBackgroundColor","itemSelectedColorHover","itemSelectedValueColorHover","itemSelectedBackgroundColorHover","itemBackgroundTransition","fontFamily","fontSize","fontStyle","fontWeight","fontWeightSelected","letterSpacing","lineHeight","valueFontFamily","valueFontSize","valueFontStyle","valueFontWeight","valueLetterSpacing","valueLineHeight","actionContentMarginLeft"],"mappings":"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"}
package/es/index.css CHANGED
@@ -1225,12 +1225,12 @@
1225
1225
 
1226
1226
  .TimeGrid_styles_31tnfx_s1za4gl__f13ae98e{-webkit-flex-shrink:2;-ms-flex-negative:2;flex-shrink:2;--plasma-time-picker-grid-grid-width:var(--s1za4gl-0);--plasma-time-picker-grid-column-height:var(--s1za4gl-1);--plasma-time-picker-grid-item-height:var(--plasma-date-time-picker-grid-item-height);--plasma-time-picker-grid-item-border-radius:var(--plasma-date-time-picker-grid-item-border-radius);--plasma-time-picker-grid-item-padding:var(--plasma-date-time-picker-grid-item-padding);--plasma-time-picker-grid-item-hover-background:var(--plasma-date-time-picker-grid-item-hover-background);--plasma-time-picker-grid-item-active-background:var(--plasma-date-time-picker-grid-item-active-background);--plasma-time-picker-grid-item-font-family:var(--plasma-date-time-picker-grid-item-font-family);--plasma-time-picker-grid-item-font-size:var(--plasma-date-time-picker-grid-item-font-size);--plasma-time-picker-grid-item-font-style:var(--plasma-date-time-picker-grid-item-font-style);--plasma-time-picker-grid-item-font-weight:var(--plasma-date-time-picker-grid-item-font-weight);--plasma-time-picker-grid-item-letter-spacing:var(--plasma-date-time-picker-grid-item-letter-spacing);--plasma-time-picker-grid-item-line-height:var(--plasma-date-time-picker-grid-item-line-height);--plasma-time-picker-grid-scrollbar-width:var(--plasma-date-time-picker-grid-scrollbar-width);--plasma-time-picker-grid-scrollbar-color:var(--plasma-date-time-picker-grid-scrollbar-color);--plasma-time-picker-grid-scrollbar-track-color:var(--plasma-date-time-picker-grid-scrollbar-track-color);--plasma-time-picker-grid-scrollbar-margin:var(--plasma-date-time-picker-grid-scrollbar-margin);--plasma-time-picker-grid-disabled-opacity:var(--plasma-date-time-picker-disabled-opacity);}
1227
1227
 
1228
- .DateShortcutList_styles_ubu846_srjhtf2__7363696a{-webkit-order:var(--srjhtf2-0);-ms-flex-order:var(--srjhtf2-0);order:var(--srjhtf2-0);display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:var(--srjhtf2-1);-ms-flex-direction:var(--srjhtf2-1);flex-direction:var(--srjhtf2-1);gap:var(--plasma-date-time-picker-popover-gap);-webkit-flex-shrink:var(--srjhtf2-2);-ms-flex-negative:var(--srjhtf2-2);flex-shrink:var(--srjhtf2-2);overflow-y:hidden;height:var(--srjhtf2-3);}
1229
- .DateShortcutList_styles_ubu846_s16rfxhh__7363696a{width:var(--s16rfxhh-0);margin:0;padding:0;overflow-y:auto;overflow-x:hidden;-webkit-scrollbar-width:none;-moz-scrollbar-width:none;-ms-scrollbar-width:none;scrollbar-width:none;}.DateShortcutList_styles_ubu846_s16rfxhh__7363696a::-webkit-scrollbar{display:none;}
1230
- .DateShortcutList_styles_ubu846_s1qkjxao__7363696a{padding:var(--plasma-date-time-picker-shortcut-item-padding);border-radius:var(--plasma-date-time-picker-shortcut-item-border-radius);position:relative;}.DateShortcutList_styles_ubu846_s1qkjxao__7363696a:hover:not(.DateShortcutList_styles_ubu846_plasma_dateTimePickerShortcutItemDisabled__7363696a){cursor:pointer;background:var(--plasma-date-time-picker-shortcut-item-background-hover);}.DateShortcutList_styles_ubu846_s1qkjxao__7363696a.DateShortcutList_styles_ubu846_plasma_dateTimePickerShortcutItemDisabled__7363696a{opacity:--plasma-date-time-picker-disabled-opacity;cursor:not-allowed;}.DateShortcutList_styles_ubu846_s1qkjxao__7363696a:focus{outline:none;}.DateShortcutList_styles_ubu846_s1qkjxao__7363696a::before{content:'';position:absolute;top:0.063rem;left:0.063rem;right:0.063rem;bottom:0.063rem;z-index:1;display:block;box-sizing:content-box;border:0.063rem solid transparent;border-radius:var(--plasma-date-time-picker-shortcut-item-border-radius);-webkit-transition:none;transition:none;pointer-events:none;}.DateShortcutList_styles_ubu846_s1qkjxao__7363696a.DateShortcutList_styles_ubu846_focusVisible__7363696a:focus::before,.DateShortcutList_styles_ubu846_s1qkjxao__7363696a[data-focus-visible-added]::before{z-index:1;outline:none;box-shadow:0 0 0 0.063rem var(--plasma-date-time-picker-outline-focus);}
1231
- .DateShortcutList_styles_ubu846_ssgyi30__7363696a{--plasma-cell-title-color:var(--plasma-date-time-picker-shortcut-item-color);--plasma-cell-padding:var(--plasma-date-time-picker-shortcut-item-padding);--plasma-cell-padding-content:var(--plasma-date-time-picker-shortcut-item-padding-content);--plasma-cell-padding-left-content:var(--plasma-date-time-picker-shortcut-item-padding-left-content);--plasma-cell-padding-right-content:var(--plasma-date-time-picker-shortcut-item-right-padding-content);--plasma-cell-gap:var(--plasma-date-time-picker-shortcut-item-gap);}
1232
- .DateShortcutList_styles_ubu846_st47490__7363696a{display:grid;}
1233
- .DateShortcutList_styles_ubu846_s1j4i6d7__7363696a{font-family:var(--plasma-date-time-picker-shortcut-item-font-family);font-size:var(--plasma-date-time-picker-shortcut-item-font-size);font-style:var(--plasma-date-time-picker-shortcut-item-font-style);font-weight:var(--plasma-date-time-picker-shortcut-item-font-weight);-webkit-letter-spacing:var(--plasma-date-time-picker-shortcut-item-letter-spacing);-moz-letter-spacing:var(--plasma-date-time-picker-shortcut-item-letter-spacing);-ms-letter-spacing:var(--plasma-date-time-picker-shortcut-item-letter-spacing);letter-spacing:var(--plasma-date-time-picker-shortcut-item-letter-spacing);line-height:var(--plasma-date-time-picker-shortcut-item-line-height);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
1228
+ .DateShortcutList_styles_pdofx1_srjhtf2__dcf80433{-webkit-order:var(--srjhtf2-0);-ms-flex-order:var(--srjhtf2-0);order:var(--srjhtf2-0);display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:var(--srjhtf2-1);-ms-flex-direction:var(--srjhtf2-1);flex-direction:var(--srjhtf2-1);gap:var(--plasma-date-time-picker-popover-gap);-webkit-flex-shrink:var(--srjhtf2-2);-ms-flex-negative:var(--srjhtf2-2);flex-shrink:var(--srjhtf2-2);overflow-y:hidden;height:var(--srjhtf2-3);}
1229
+ .DateShortcutList_styles_pdofx1_s16rfxhh__dcf80433{width:var(--s16rfxhh-0);list-style:none;margin:0;padding:0;overflow-y:auto;overflow-x:hidden;-webkit-scrollbar-width:none;-moz-scrollbar-width:none;-ms-scrollbar-width:none;scrollbar-width:none;}.DateShortcutList_styles_pdofx1_s16rfxhh__dcf80433::-webkit-scrollbar{display:none;}
1230
+ .DateShortcutList_styles_pdofx1_s1qkjxao__dcf80433{padding:var(--plasma-date-time-picker-shortcut-item-padding);border-radius:var(--plasma-date-time-picker-shortcut-item-border-radius);position:relative;}.DateShortcutList_styles_pdofx1_s1qkjxao__dcf80433:hover:not(.DateShortcutList_styles_pdofx1_plasma_dateTimePickerShortcutItemDisabled__dcf80433){cursor:pointer;background:var(--plasma-date-time-picker-shortcut-item-background-hover);}.DateShortcutList_styles_pdofx1_s1qkjxao__dcf80433.DateShortcutList_styles_pdofx1_plasma_dateTimePickerShortcutItemDisabled__dcf80433{opacity:--plasma-date-time-picker-disabled-opacity;cursor:not-allowed;}.DateShortcutList_styles_pdofx1_s1qkjxao__dcf80433:focus{outline:none;}.DateShortcutList_styles_pdofx1_s1qkjxao__dcf80433::before{content:'';position:absolute;top:0.063rem;left:0.063rem;right:0.063rem;bottom:0.063rem;z-index:1;display:block;box-sizing:content-box;border:0.063rem solid transparent;border-radius:var(--plasma-date-time-picker-shortcut-item-border-radius);-webkit-transition:none;transition:none;pointer-events:none;}.DateShortcutList_styles_pdofx1_s1qkjxao__dcf80433.DateShortcutList_styles_pdofx1_focusVisible__dcf80433:focus::before,.DateShortcutList_styles_pdofx1_s1qkjxao__dcf80433[data-focus-visible-added]::before{z-index:1;outline:none;box-shadow:0 0 0 0.063rem var(--plasma-date-time-picker-outline-focus);}
1231
+ .DateShortcutList_styles_pdofx1_ssgyi30__dcf80433{--plasma-cell-title-color:var(--plasma-date-time-picker-shortcut-item-color);--plasma-cell-padding:var(--plasma-date-time-picker-shortcut-item-padding);--plasma-cell-padding-content:var(--plasma-date-time-picker-shortcut-item-padding-content);--plasma-cell-padding-left-content:var(--plasma-date-time-picker-shortcut-item-padding-left-content);--plasma-cell-padding-right-content:var(--plasma-date-time-picker-shortcut-item-right-padding-content);--plasma-cell-gap:var(--plasma-date-time-picker-shortcut-item-gap);}
1232
+ .DateShortcutList_styles_pdofx1_st47490__dcf80433{display:grid;}
1233
+ .DateShortcutList_styles_pdofx1_s1j4i6d7__dcf80433{font-family:var(--plasma-date-time-picker-shortcut-item-font-family);font-size:var(--plasma-date-time-picker-shortcut-item-font-size);font-style:var(--plasma-date-time-picker-shortcut-item-font-style);font-weight:var(--plasma-date-time-picker-shortcut-item-font-weight);-webkit-letter-spacing:var(--plasma-date-time-picker-shortcut-item-letter-spacing);-moz-letter-spacing:var(--plasma-date-time-picker-shortcut-item-letter-spacing);-ms-letter-spacing:var(--plasma-date-time-picker-shortcut-item-letter-spacing);letter-spacing:var(--plasma-date-time-picker-shortcut-item-letter-spacing);line-height:var(--plasma-date-time-picker-shortcut-item-line-height);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
1234
1234
 
1235
1235
  .Popover_styles_1v6vurg_sptwu7d__ce4c918d .Popover_styles_1v6vurg_plasma_dateTimePickerRoot__ce4c918d{box-sizing:border-box;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;gap:var(--plasma-date-time-picker-popover-gap);border-radius:var(--plasma-date-time-picker-popover-border-radius);padding:var(--plasma-date-time-picker-popover-padding);background:var(--plasma-date-time-picker-popover__background-color);box-shadow:var(--plasma-date-time-picker-popover-shadow);overflow:hidden;width:var(--sptwu7d-0);height:var(--sptwu7d-1);}
1236
1236
  .Popover_styles_1v6vurg_s1xs0v0p__ce4c918d{background-color:var(--plasma-date-time-picker-popover__separator-background);min-width:0.063rem;}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salutejs/plasma-new-hope",
3
- "version": "0.340.0-canary.2316.19129435456.0",
3
+ "version": "0.340.0-canary.2316.19170245062.0",
4
4
  "description": "Salute Design System blueprint",
5
5
  "main": "cjs/index.js",
6
6
  "module": "es/index.js",
@@ -118,7 +118,7 @@
118
118
  "@popperjs/core": "2.11.8",
119
119
  "@salutejs/input-core": "2.1.2",
120
120
  "@salutejs/plasma-core": "1.209.0",
121
- "@salutejs/react-maskinput": "3.2.6",
121
+ "@salutejs/react-maskinput": "3.3.0",
122
122
  "@tanstack/react-table": "8.21.2",
123
123
  "@tanstack/react-virtual": "3.13.2",
124
124
  "classnames": "2.5.1",
@@ -137,5 +137,5 @@
137
137
  "sideEffects": [
138
138
  "*.css"
139
139
  ],
140
- "gitHead": "a74781a06298532ba0f199162d5956056f861afd"
140
+ "gitHead": "1c952e615d3589dafe5d2aa942c492f20512cc5f"
141
141
  }
@@ -19,6 +19,7 @@ _export(exports, {
19
19
  var _react = /*#__PURE__*/ _interop_require_wildcard(require("react"));
20
20
  var _classnames = /*#__PURE__*/ _interop_require_default(require("classnames"));
21
21
  var _utils = require("../../../utils");
22
+ var _datejs = require("../../../utils/datejs");
22
23
  var _dateHelper = require("../utils/dateHelper");
23
24
  var _useDatePicker = require("../hooks/useDatePicker");
24
25
  var _DatePickertokens = require("../DatePicker.tokens");
@@ -486,18 +487,34 @@ var datePickerRangeRoot = function(Root) {
486
487
  prevValue,
487
488
  chosenDate
488
489
  ]), 2), first = _getSortedValues[0], second = _getSortedValues[1];
489
- handleFirstCalendarPick(first, dateInfo);
490
- handleSecondCalendarPick(second, dateInfo);
490
+ /**
491
+ * NOTE: проверяем совпадает ли новая дата с предыдущей
492
+ * Если нет, то вызываем handle{First,Second}CalendarPick
493
+ */ _datejs.customDayjs.locale(lang);
494
+ var firstFormatted = first ? (0, _datejs.customDayjs)(first).format(format) : '';
495
+ var secondFormatted = second ? (0, _datejs.customDayjs)(second).format(format) : '';
496
+ if (firstFormatted !== inputFirstValue) {
497
+ handleFirstCalendarPick(first, dateInfo);
498
+ }
499
+ if (secondFormatted !== inputSecondValue) {
500
+ handleSecondCalendarPick(second, dateInfo);
501
+ }
491
502
  if (!firstValueError && !secondValueError && closeAfterDateSelect) {
492
503
  handleToggle(false);
493
504
  }
494
505
  };
495
506
  var handleChangeCalendarValue = function(param, dateInfo) {
496
507
  var _$_param = _sliced_to_array(param, 2), firstDate = _$_param[0], secondDate = _$_param[1];
497
- if (firstDate) {
508
+ /**
509
+ * NOTE: проверяем совпадает ли новая дата с предыдущей
510
+ * Если нет, то вызываем handle{First,Second}CalendarPick
511
+ */ _datejs.customDayjs.locale(lang);
512
+ var firstFormatted = firstDate ? (0, _datejs.customDayjs)(firstDate).format(format) : '';
513
+ var secondFormatted = secondDate ? (0, _datejs.customDayjs)(secondDate).format(format) : '';
514
+ if (firstFormatted !== inputFirstValue) {
498
515
  handleFirstCalendarPick(firstDate, dateInfo);
499
516
  }
500
- if (secondDate) {
517
+ if (secondFormatted !== inputSecondValue) {
501
518
  handleSecondCalendarPick(secondDate, dateInfo);
502
519
  }
503
520
  if (firstDate && secondDate && !firstValueError && !secondValueError && closeAfterDateSelect) {
@@ -305,11 +305,17 @@ var dateTimePickerRoot = function(Root) {
305
305
  onToggle: handleToggle
306
306
  }).onKeyDown;
307
307
  (0, _react.useEffect)(function() {
308
+ if (disabled || readOnly) {
309
+ setIsInnerOpen(false);
310
+ return;
311
+ }
308
312
  setIsInnerOpen(function(prevOpen) {
309
313
  return prevOpen !== opened && opened;
310
314
  });
311
315
  }, [
312
- opened
316
+ opened,
317
+ disabled,
318
+ readOnly
313
319
  ]);
314
320
  (0, _react.useLayoutEffect)(function() {
315
321
  if (!dateVisibleValue) {
@@ -42,7 +42,7 @@ var mergedCellConfig = (0, _engines.mergeConfig)(_Cell.cellConfig);
42
42
  var Cell = (0, _engines.component)(mergedCellConfig);
43
43
  var ShortcutsWrapper = _styledcomponents.default.div.withConfig({
44
44
  displayName: "DateShortcutList.styles__ShortcutsWrapper",
45
- componentId: "sc-e613e6ad-0"
45
+ componentId: "sc-235f7cb0-0"
46
46
  })([
47
47
  "order:",
48
48
  ";display:flex;flex-direction:",
@@ -65,17 +65,17 @@ var ShortcutsWrapper = _styledcomponents.default.div.withConfig({
65
65
  });
66
66
  var ShortcutList = _styledcomponents.default.ul.withConfig({
67
67
  displayName: "DateShortcutList.styles__ShortcutList",
68
- componentId: "sc-e613e6ad-1"
68
+ componentId: "sc-235f7cb0-1"
69
69
  })([
70
70
  "width:",
71
- ";margin:0;padding:0;overflow-y:auto;overflow-x:hidden;scrollbar-width:none;::-webkit-scrollbar{display:none;}"
71
+ ";list-style:none;margin:0;padding:0;overflow-y:auto;overflow-x:hidden;scrollbar-width:none;::-webkit-scrollbar{display:none;}"
72
72
  ], function(param) {
73
73
  var width = param.width;
74
74
  return width || 'fit-content';
75
75
  });
76
76
  var ShortcutItem = _styledcomponents.default.li.withConfig({
77
77
  displayName: "DateShortcutList.styles__ShortcutItem",
78
- componentId: "sc-e613e6ad-2"
78
+ componentId: "sc-235f7cb0-2"
79
79
  })([
80
80
  "padding:var(",
81
81
  ");border-radius:var(",
@@ -95,7 +95,7 @@ var ShortcutItem = _styledcomponents.default.li.withConfig({
95
95
  }));
96
96
  var StyledCell = (0, _styledcomponents.default)(Cell).withConfig({
97
97
  displayName: "DateShortcutList.styles__StyledCell",
98
- componentId: "sc-e613e6ad-3"
98
+ componentId: "sc-235f7cb0-3"
99
99
  })([
100
100
  "",
101
101
  ":var(",
@@ -113,13 +113,13 @@ var StyledCell = (0, _styledcomponents.default)(Cell).withConfig({
113
113
  ], _Cell.cellTokens.cellTitleColor, _DateTimePickertokens.tokens.shortcutColor, _Cell.cellTokens.cellPadding, _DateTimePickertokens.tokens.shortcutPadding, _Cell.cellTokens.cellPaddingContent, _DateTimePickertokens.tokens.shortcutPaddingContent, _Cell.cellTokens.cellPaddingLeftContent, _DateTimePickertokens.tokens.shortcutPaddingLeftContent, _Cell.cellTokens.cellPaddingRightContent, _DateTimePickertokens.tokens.shortcutPaddingRightContent, _Cell.cellTokens.cellGap, _DateTimePickertokens.tokens.shortcutGap);
114
114
  var ShortcutTitleWrapper = _styledcomponents.default.div.withConfig({
115
115
  displayName: "DateShortcutList.styles__ShortcutTitleWrapper",
116
- componentId: "sc-e613e6ad-4"
116
+ componentId: "sc-235f7cb0-4"
117
117
  })([
118
118
  "display:grid;"
119
119
  ]);
120
120
  var ShortcutTitle = _styledcomponents.default.span.withConfig({
121
121
  displayName: "DateShortcutList.styles__ShortcutTitle",
122
- componentId: "sc-e613e6ad-5"
122
+ componentId: "sc-235f7cb0-5"
123
123
  })([
124
124
  "font-family:var(",
125
125
  ");font-size:var(",
@@ -98,6 +98,7 @@ var tokens = {
98
98
  fontSize: '--plasma-tab-item-font-size',
99
99
  fontStyle: '--plasma-tab-item-font-style',
100
100
  fontWeight: '--plasma-tab-item-font-weight',
101
+ fontWeightSelected: '--plasma-tab-item-font-weight-selected',
101
102
  letterSpacing: '--plasma-tab-item-letter-spacing',
102
103
  lineHeight: '--plasma-tab-item-lineheight',
103
104
  valueFontFamily: '--plasma-tab-item-value-font-family',
@@ -0,0 +1,141 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", {
3
+ value: true
4
+ });
5
+ Object.defineProperty(exports, "config", {
6
+ enumerable: true,
7
+ get: function() {
8
+ return config;
9
+ }
10
+ });
11
+ var _styledcomponents = require("styled-components");
12
+ var _ChipGroup = require("../../../components/ChipGroup");
13
+ var config = {
14
+ defaults: {
15
+ view: 'default',
16
+ size: 'm'
17
+ },
18
+ variations: {
19
+ view: {
20
+ default: (0, _styledcomponents.css)([
21
+ "",
22
+ ":var(--inverse-text-primary);",
23
+ ":var(--surface-solid-default);",
24
+ ":var(--inverse-text-primary);",
25
+ ":var(--surface-solid-default-hover);",
26
+ ":var(--inverse-text-primary);",
27
+ ":var(--surface-solid-default-active);"
28
+ ], _ChipGroup.chipGroupTokens.chipColor, _ChipGroup.chipGroupTokens.chipBackground, _ChipGroup.chipGroupTokens.chipColorHover, _ChipGroup.chipGroupTokens.chipBackgroundHover, _ChipGroup.chipGroupTokens.chipColorActive, _ChipGroup.chipGroupTokens.chipBackgroundActive),
29
+ secondary: (0, _styledcomponents.css)([
30
+ "",
31
+ ":var(--text-primary);",
32
+ ":var(--surface-transparent-secondary);",
33
+ ":var(--text-primary);",
34
+ ":var(--surface-transparent-secondary-hover);",
35
+ ":var(--text-primary);",
36
+ ":var(--surface-transparent-secondary-active);"
37
+ ], _ChipGroup.chipGroupTokens.chipColor, _ChipGroup.chipGroupTokens.chipBackground, _ChipGroup.chipGroupTokens.chipColorHover, _ChipGroup.chipGroupTokens.chipBackgroundHover, _ChipGroup.chipGroupTokens.chipColorActive, _ChipGroup.chipGroupTokens.chipBackgroundActive),
38
+ accent: (0, _styledcomponents.css)([
39
+ "",
40
+ ":var(--on-dark-text-primary);",
41
+ ":var(--surface-accent);",
42
+ ":var(--on-dark-text-primary);",
43
+ ":var(--surface-accent-hover);",
44
+ ":var(--on-dark-text-primary);",
45
+ ":var(--surface-accent-active);"
46
+ ], _ChipGroup.chipGroupTokens.chipColor, _ChipGroup.chipGroupTokens.chipBackground, _ChipGroup.chipGroupTokens.chipColorHover, _ChipGroup.chipGroupTokens.chipBackgroundHover, _ChipGroup.chipGroupTokens.chipColorActive, _ChipGroup.chipGroupTokens.chipBackgroundActive)
47
+ },
48
+ size: {
49
+ l: (0, _styledcomponents.css)([
50
+ "",
51
+ ":0.75rem;",
52
+ ":auto;",
53
+ ":3rem;",
54
+ ":0 1rem;",
55
+ ":var(--plasma-typo-body-l-font-family);",
56
+ ":var(--plasma-typo-body-l-font-size);",
57
+ ":var(--plasma-typo-body-l-font-style);",
58
+ ":var(--plasma-typo-body-l-font-weight);",
59
+ ":var(--plasma-typo-body-l-letter-spacing);",
60
+ ":var(--plasma-typo-body-l-line-height);",
61
+ ":-0.125rem;",
62
+ ":0.5rem;",
63
+ ":0.5rem;",
64
+ ":-0.125rem;",
65
+ ":0.625rem;",
66
+ ":-0.25rem;",
67
+ ":1.5rem;"
68
+ ], _ChipGroup.chipGroupTokens.chipBorderRadius, _ChipGroup.chipGroupTokens.chipWidth, _ChipGroup.chipGroupTokens.chipHeight, _ChipGroup.chipGroupTokens.chipPadding, _ChipGroup.chipGroupTokens.chipFontFamily, _ChipGroup.chipGroupTokens.chipFontSize, _ChipGroup.chipGroupTokens.chipFontStyle, _ChipGroup.chipGroupTokens.chipFontWeight, _ChipGroup.chipGroupTokens.chipLetterSpacing, _ChipGroup.chipGroupTokens.chipLineHeight, _ChipGroup.chipGroupTokens.chipLeftContentMarginLeft, _ChipGroup.chipGroupTokens.chipLeftContentMarginRight, _ChipGroup.chipGroupTokens.chipRightContentMarginLeft, _ChipGroup.chipGroupTokens.chipRightContentMarginRight, _ChipGroup.chipGroupTokens.chipClearContentMarginLeft, _ChipGroup.chipGroupTokens.chipClearContentMarginRight, _ChipGroup.chipGroupTokens.chipCloseIconSize),
69
+ m: (0, _styledcomponents.css)([
70
+ "",
71
+ ":0.625rem;",
72
+ ":auto;",
73
+ ":2.5rem;",
74
+ ":0 0.875rem;",
75
+ ":var(--plasma-typo-body-m-font-family);",
76
+ ":var(--plasma-typo-body-m-font-size);",
77
+ ":var(--plasma-typo-body-m-font-style);",
78
+ ":var(--plasma-typo-body-m-font-weight);",
79
+ ":var(--plasma-typo-body-m-letter-spacing);",
80
+ ":var(--plasma-typo-body-m-line-height);",
81
+ ":-0.125rem;",
82
+ ":0.375rem;",
83
+ ":0.375rem;",
84
+ ":-0.125rem;",
85
+ ":0.5rem;",
86
+ ":-0.25rem;",
87
+ ":1rem;"
88
+ ], _ChipGroup.chipGroupTokens.chipBorderRadius, _ChipGroup.chipGroupTokens.chipWidth, _ChipGroup.chipGroupTokens.chipHeight, _ChipGroup.chipGroupTokens.chipPadding, _ChipGroup.chipGroupTokens.chipFontFamily, _ChipGroup.chipGroupTokens.chipFontSize, _ChipGroup.chipGroupTokens.chipFontStyle, _ChipGroup.chipGroupTokens.chipFontWeight, _ChipGroup.chipGroupTokens.chipLetterSpacing, _ChipGroup.chipGroupTokens.chipLineHeight, _ChipGroup.chipGroupTokens.chipLeftContentMarginLeft, _ChipGroup.chipGroupTokens.chipLeftContentMarginRight, _ChipGroup.chipGroupTokens.chipRightContentMarginLeft, _ChipGroup.chipGroupTokens.chipRightContentMarginRight, _ChipGroup.chipGroupTokens.chipClearContentMarginLeft, _ChipGroup.chipGroupTokens.chipClearContentMarginRight, _ChipGroup.chipGroupTokens.chipCloseIconSize),
89
+ s: (0, _styledcomponents.css)([
90
+ "",
91
+ ":0.5rem;",
92
+ ":auto;",
93
+ ":2rem;",
94
+ ":0 0.875rem;",
95
+ ":var(--plasma-typo-body-s-font-family);",
96
+ ":var(--plasma-typo-body-s-font-size);",
97
+ ":var(--plasma-typo-body-s-font-style);",
98
+ ":var(--plasma-typo-body-s-font-weight);",
99
+ ":var(--plasma-typo-body-s-letter-spacing);",
100
+ ":var(--plasma-typo-body-s-line-height);",
101
+ ":-0.125rem;",
102
+ ":0.25rem;",
103
+ ":0.25rem;",
104
+ ":-0.125rem;",
105
+ ":0.375rem;",
106
+ ":-0.25rem;",
107
+ ":1rem;"
108
+ ], _ChipGroup.chipGroupTokens.chipBorderRadius, _ChipGroup.chipGroupTokens.chipWidth, _ChipGroup.chipGroupTokens.chipHeight, _ChipGroup.chipGroupTokens.chipPadding, _ChipGroup.chipGroupTokens.chipFontFamily, _ChipGroup.chipGroupTokens.chipFontSize, _ChipGroup.chipGroupTokens.chipFontStyle, _ChipGroup.chipGroupTokens.chipFontWeight, _ChipGroup.chipGroupTokens.chipLetterSpacing, _ChipGroup.chipGroupTokens.chipLineHeight, _ChipGroup.chipGroupTokens.chipLeftContentMarginLeft, _ChipGroup.chipGroupTokens.chipLeftContentMarginRight, _ChipGroup.chipGroupTokens.chipRightContentMarginLeft, _ChipGroup.chipGroupTokens.chipRightContentMarginRight, _ChipGroup.chipGroupTokens.chipClearContentMarginLeft, _ChipGroup.chipGroupTokens.chipClearContentMarginRight, _ChipGroup.chipGroupTokens.chipCloseIconSize),
109
+ xs: (0, _styledcomponents.css)([
110
+ "",
111
+ ":0.375rem;",
112
+ ":auto;",
113
+ ":1.5rem;",
114
+ ":0 0.625rem;",
115
+ ":var(--plasma-typo-body-xs-font-family);",
116
+ ":var(--plasma-typo-body-xs-font-size);",
117
+ ":var(--plasma-typo-body-xs-font-style);",
118
+ ":var(--plasma-typo-body-xs-font-weight);",
119
+ ":var(--plasma-typo-body-xs-letter-spacing);",
120
+ ":var(--plasma-typo-body-xs-line-height);",
121
+ ":-0.125rem;",
122
+ ":0.25rem;",
123
+ ":0.25rem;",
124
+ ":-0.125rem;",
125
+ ":0.25rem;",
126
+ ":-0.25rem;",
127
+ ":1rem;"
128
+ ], _ChipGroup.chipGroupTokens.chipBorderRadius, _ChipGroup.chipGroupTokens.chipWidth, _ChipGroup.chipGroupTokens.chipHeight, _ChipGroup.chipGroupTokens.chipPadding, _ChipGroup.chipGroupTokens.chipFontFamily, _ChipGroup.chipGroupTokens.chipFontSize, _ChipGroup.chipGroupTokens.chipFontStyle, _ChipGroup.chipGroupTokens.chipFontWeight, _ChipGroup.chipGroupTokens.chipLetterSpacing, _ChipGroup.chipGroupTokens.chipLineHeight, _ChipGroup.chipGroupTokens.chipLeftContentMarginLeft, _ChipGroup.chipGroupTokens.chipLeftContentMarginRight, _ChipGroup.chipGroupTokens.chipRightContentMarginLeft, _ChipGroup.chipGroupTokens.chipRightContentMarginRight, _ChipGroup.chipGroupTokens.chipClearContentMarginLeft, _ChipGroup.chipGroupTokens.chipClearContentMarginRight, _ChipGroup.chipGroupTokens.chipCloseIconSize)
129
+ },
130
+ gap: {
131
+ dense: (0, _styledcomponents.css)([
132
+ "",
133
+ ":0.125rem;"
134
+ ], _ChipGroup.chipGroupTokens.chipGroupItemsGap),
135
+ wide: (0, _styledcomponents.css)([
136
+ "",
137
+ ":0.5rem;"
138
+ ], _ChipGroup.chipGroupTokens.chipGroupItemsGap)
139
+ }
140
+ }
141
+ };
@@ -126,7 +126,7 @@ var config = {
126
126
  ":var(--plasma-typo-body-xs-font-family);",
127
127
  ":var(--plasma-typo-body-xs-font-size);",
128
128
  ":var(--plasma-typo-body-xs-font-style);",
129
- ":var(--plasma-typo-body-xs-font-weight);",
129
+ ":var(--plasma-typo-body-xs-bold-font-weight);",
130
130
  ":var(--plasma-typo-body-xs-letter-spacing);",
131
131
  ":var(--plasma-typo-body-xs-line-height);",
132
132
  ":0;"
@@ -144,7 +144,7 @@ var config = {
144
144
  ":var(--plasma-typo-body-s-font-family);",
145
145
  ":var(--plasma-typo-body-s-font-size);",
146
146
  ":var(--plasma-typo-body-s-font-style);",
147
- ":var(--plasma-typo-body-s-font-weight);",
147
+ ":var(--plasma-typo-body-s-bold-font-weight);",
148
148
  ":var(--plasma-typo-body-s-letter-spacing);",
149
149
  ":var(--plasma-typo-body-s-line-height);",
150
150
  ":0.125rem;"
@@ -162,7 +162,7 @@ var config = {
162
162
  ":var(--plasma-typo-body-m-font-family);",
163
163
  ":var(--plasma-typo-body-m-font-size);",
164
164
  ":var(--plasma-typo-body-m-font-style);",
165
- ":var(--plasma-typo-body-m-font-weight);",
165
+ ":var(--plasma-typo-body-m-bold-font-weight);",
166
166
  ":var(--plasma-typo-body-m-letter-spacing);",
167
167
  ":var(--plasma-typo-body-m-line-height);",
168
168
  ":0.25rem;"
@@ -180,7 +180,7 @@ var config = {
180
180
  ":var(--plasma-typo-body-l-font-family);",
181
181
  ":var(--plasma-typo-body-l-font-size);",
182
182
  ":var(--plasma-typo-body-l-font-style);",
183
- ":var(--plasma-typo-body-l-font-weight);",
183
+ ":var(--plasma-typo-body-l-bold-font-weight);",
184
184
  ":var(--plasma-typo-body-l-letter-spacing);",
185
185
  ":var(--plasma-typo-body-l-line-height);",
186
186
  ":0.125rem;"
@@ -59,7 +59,7 @@ var config = {
59
59
  ":var(--plasma-typo-body-xs-font-family);",
60
60
  ":var(--plasma-typo-body-xs-font-size);",
61
61
  ":var(--plasma-typo-body-xs-font-style);",
62
- ":var(--plasma-typo-body-xs-font-weight);",
62
+ ":var(--plasma-typo-body-xs-bold-font-weight);",
63
63
  ":var(--plasma-typo-body-xs-letter-spacing);",
64
64
  ":var(--plasma-typo-body-xs-line-height);",
65
65
  ":0;"
@@ -78,7 +78,7 @@ var config = {
78
78
  ":var(--plasma-typo-body-s-font-family);",
79
79
  ":var(--plasma-typo-body-s-font-size);",
80
80
  ":var(--plasma-typo-body-s-font-style);",
81
- ":var(--plasma-typo-body-s-font-weight);",
81
+ ":var(--plasma-typo-body-s-bold-font-weight);",
82
82
  ":var(--plasma-typo-body-s-letter-spacing);",
83
83
  ":var(--plasma-typo-body-s-line-height);",
84
84
  ":0.25rem;"
@@ -97,7 +97,7 @@ var config = {
97
97
  ":var(--plasma-typo-body-m-font-family);",
98
98
  ":var(--plasma-typo-body-m-font-size);",
99
99
  ":var(--plasma-typo-body-m-font-style);",
100
- ":var(--plasma-typo-body-m-font-weight);",
100
+ ":var(--plasma-typo-body-m-bold-font-weight);",
101
101
  ":var(--plasma-typo-body-m-letter-spacing);",
102
102
  ":var(--plasma-typo-body-m-line-height);",
103
103
  ":0.125rem;"
@@ -116,7 +116,7 @@ var config = {
116
116
  ":var(--plasma-typo-body-l-font-family);",
117
117
  ":var(--plasma-typo-body-l-font-size);",
118
118
  ":var(--plasma-typo-body-l-font-style);",
119
- ":var(--plasma-typo-body-l-font-weight);",
119
+ ":var(--plasma-typo-body-l-bold-font-weight);",
120
120
  ":var(--plasma-typo-body-l-letter-spacing);",
121
121
  ":var(--plasma-typo-body-l-line-height);",
122
122
  ":0.125rem;"
@@ -126,6 +126,7 @@ function _unsupported_iterable_to_array(o, minLen) {
126
126
  import React, { createRef, forwardRef, useCallback, useEffect, useLayoutEffect, useRef, useState } from "react";
127
127
  import cls from "classnames";
128
128
  import { noop } from "../../../utils";
129
+ import { customDayjs } from "../../../utils/datejs";
129
130
  import { getDateFormatDelimiter } from "../utils/dateHelper";
130
131
  import { useDatePicker } from "../hooks/useDatePicker";
131
132
  import { classes } from "../DatePicker.tokens";
@@ -422,18 +423,34 @@ export var datePickerRangeRoot = function(Root) {
422
423
  prevValue,
423
424
  chosenDate
424
425
  ]), 2), first = _getSortedValues[0], second = _getSortedValues[1];
425
- handleFirstCalendarPick(first, dateInfo);
426
- handleSecondCalendarPick(second, dateInfo);
426
+ /**
427
+ * NOTE: проверяем совпадает ли новая дата с предыдущей
428
+ * Если нет, то вызываем handle{First,Second}CalendarPick
429
+ */ customDayjs.locale(lang);
430
+ var firstFormatted = first ? customDayjs(first).format(format) : '';
431
+ var secondFormatted = second ? customDayjs(second).format(format) : '';
432
+ if (firstFormatted !== inputFirstValue) {
433
+ handleFirstCalendarPick(first, dateInfo);
434
+ }
435
+ if (secondFormatted !== inputSecondValue) {
436
+ handleSecondCalendarPick(second, dateInfo);
437
+ }
427
438
  if (!firstValueError && !secondValueError && closeAfterDateSelect) {
428
439
  handleToggle(false);
429
440
  }
430
441
  };
431
442
  var handleChangeCalendarValue = function(param, dateInfo) {
432
443
  var _$_param = _sliced_to_array(param, 2), firstDate = _$_param[0], secondDate = _$_param[1];
433
- if (firstDate) {
444
+ /**
445
+ * NOTE: проверяем совпадает ли новая дата с предыдущей
446
+ * Если нет, то вызываем handle{First,Second}CalendarPick
447
+ */ customDayjs.locale(lang);
448
+ var firstFormatted = firstDate ? customDayjs(firstDate).format(format) : '';
449
+ var secondFormatted = secondDate ? customDayjs(secondDate).format(format) : '';
450
+ if (firstFormatted !== inputFirstValue) {
434
451
  handleFirstCalendarPick(firstDate, dateInfo);
435
452
  }
436
- if (secondDate) {
453
+ if (secondFormatted !== inputSecondValue) {
437
454
  handleSecondCalendarPick(secondDate, dateInfo);
438
455
  }
439
456
  if (firstDate && secondDate && !firstValueError && !secondValueError && closeAfterDateSelect) {
@@ -241,11 +241,17 @@ export var dateTimePickerRoot = function(Root) {
241
241
  onToggle: handleToggle
242
242
  }).onKeyDown;
243
243
  useEffect(function() {
244
+ if (disabled || readOnly) {
245
+ setIsInnerOpen(false);
246
+ return;
247
+ }
244
248
  setIsInnerOpen(function(prevOpen) {
245
249
  return prevOpen !== opened && opened;
246
250
  });
247
251
  }, [
248
- opened
252
+ opened,
253
+ disabled,
254
+ readOnly
249
255
  ]);
250
256
  useLayoutEffect(function() {
251
257
  if (!dateVisibleValue) {
@@ -7,7 +7,7 @@ var mergedCellConfig = mergeConfig(cellConfig);
7
7
  var Cell = component(mergedCellConfig);
8
8
  export var ShortcutsWrapper = styled.div.withConfig({
9
9
  displayName: "DateShortcutList.styles__ShortcutsWrapper",
10
- componentId: "sc-e613e6ad-0"
10
+ componentId: "sc-235f7cb0-0"
11
11
  })([
12
12
  "order:",
13
13
  ";display:flex;flex-direction:",
@@ -30,17 +30,17 @@ export var ShortcutsWrapper = styled.div.withConfig({
30
30
  });
31
31
  export var ShortcutList = styled.ul.withConfig({
32
32
  displayName: "DateShortcutList.styles__ShortcutList",
33
- componentId: "sc-e613e6ad-1"
33
+ componentId: "sc-235f7cb0-1"
34
34
  })([
35
35
  "width:",
36
- ";margin:0;padding:0;overflow-y:auto;overflow-x:hidden;scrollbar-width:none;::-webkit-scrollbar{display:none;}"
36
+ ";list-style:none;margin:0;padding:0;overflow-y:auto;overflow-x:hidden;scrollbar-width:none;::-webkit-scrollbar{display:none;}"
37
37
  ], function(param) {
38
38
  var width = param.width;
39
39
  return width || 'fit-content';
40
40
  });
41
41
  export var ShortcutItem = styled.li.withConfig({
42
42
  displayName: "DateShortcutList.styles__ShortcutItem",
43
- componentId: "sc-e613e6ad-2"
43
+ componentId: "sc-235f7cb0-2"
44
44
  })([
45
45
  "padding:var(",
46
46
  ");border-radius:var(",
@@ -60,7 +60,7 @@ export var ShortcutItem = styled.li.withConfig({
60
60
  }));
61
61
  export var StyledCell = styled(Cell).withConfig({
62
62
  displayName: "DateShortcutList.styles__StyledCell",
63
- componentId: "sc-e613e6ad-3"
63
+ componentId: "sc-235f7cb0-3"
64
64
  })([
65
65
  "",
66
66
  ":var(",
@@ -78,13 +78,13 @@ export var StyledCell = styled(Cell).withConfig({
78
78
  ], cellTokens.cellTitleColor, tokens.shortcutColor, cellTokens.cellPadding, tokens.shortcutPadding, cellTokens.cellPaddingContent, tokens.shortcutPaddingContent, cellTokens.cellPaddingLeftContent, tokens.shortcutPaddingLeftContent, cellTokens.cellPaddingRightContent, tokens.shortcutPaddingRightContent, cellTokens.cellGap, tokens.shortcutGap);
79
79
  export var ShortcutTitleWrapper = styled.div.withConfig({
80
80
  displayName: "DateShortcutList.styles__ShortcutTitleWrapper",
81
- componentId: "sc-e613e6ad-4"
81
+ componentId: "sc-235f7cb0-4"
82
82
  })([
83
83
  "display:grid;"
84
84
  ]);
85
85
  export var ShortcutTitle = styled.span.withConfig({
86
86
  displayName: "DateShortcutList.styles__ShortcutTitle",
87
- componentId: "sc-e613e6ad-5"
87
+ componentId: "sc-235f7cb0-5"
88
88
  })([
89
89
  "font-family:var(",
90
90
  ");font-size:var(",
@@ -80,6 +80,7 @@ export var tokens = {
80
80
  fontSize: '--plasma-tab-item-font-size',
81
81
  fontStyle: '--plasma-tab-item-font-style',
82
82
  fontWeight: '--plasma-tab-item-font-weight',
83
+ fontWeightSelected: '--plasma-tab-item-font-weight-selected',
83
84
  letterSpacing: '--plasma-tab-item-letter-spacing',
84
85
  lineHeight: '--plasma-tab-item-lineheight',
85
86
  valueFontFamily: '--plasma-tab-item-value-font-family',