@salutejs/sdds-serv 0.326.0-canary.2299.18773440976.0 → 0.326.0-canary.2299.18840379933.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.
- package/components/Calendar/Calendar.css +14 -10
- package/components/Calendar/Calendar.d.ts +8 -0
- package/components/Calendar/Calendar.js.map +1 -1
- package/components/Calendar/CalendarBase.config.d.ts +5 -0
- package/components/Calendar/CalendarBase.config.js +7 -2
- package/components/Calendar/CalendarBase.config.js.map +1 -1
- package/components/Calendar/{CalendarBase.config_g6e5u8.css → CalendarBase.config_1jcmqiq.css} +3 -1
- package/components/Calendar/CalendarDouble.config.d.ts +5 -0
- package/components/Calendar/CalendarDouble.config.js +7 -2
- package/components/Calendar/CalendarDouble.config.js.map +1 -1
- package/components/Calendar/{CalendarDouble.config_1wk3gzg.css → CalendarDouble.config_nsgnzv.css} +3 -1
- package/components/DatePicker/DatePicker.config.d.ts +4 -0
- package/components/DatePicker/DatePicker.config.js +7 -3
- package/components/DatePicker/DatePicker.config.js.map +1 -1
- package/{es/components/DatePicker/DatePicker.config_5op6am.css → components/DatePicker/DatePicker.config_gcv5qs.css} +5 -3
- package/components/DatePicker/DatePicker.css +9 -7
- package/components/DatePicker/DatePicker.d.ts +8 -0
- package/components/Loader/Loader.config.d.ts +26 -0
- package/components/Loader/Loader.d.ts +20 -0
- package/components/Loader/index.d.ts +2 -0
- package/emotion/cjs/components/Calendar/CalendarBase.config.js +67 -3
- package/emotion/cjs/components/Calendar/CalendarDouble.config.js +67 -3
- package/emotion/cjs/components/DatePicker/DatePicker.config.js +71 -8
- package/emotion/cjs/components/Loader/Loader.config.js +306 -0
- package/emotion/cjs/components/Loader/Loader.js +14 -0
- package/emotion/cjs/components/Loader/index.js +11 -0
- package/emotion/es/components/Calendar/CalendarBase.config.js +67 -3
- package/emotion/es/components/Calendar/CalendarDouble.config.js +67 -3
- package/emotion/es/components/DatePicker/DatePicker.config.js +71 -8
- package/emotion/es/components/Loader/Loader.config.js +296 -0
- package/emotion/es/components/Loader/Loader.js +4 -0
- package/emotion/es/components/Loader/index.js +1 -0
- package/es/components/Calendar/Calendar.css +14 -10
- package/es/components/Calendar/Calendar.js.map +1 -1
- package/es/components/Calendar/CalendarBase.config.js +7 -2
- package/es/components/Calendar/CalendarBase.config.js.map +1 -1
- package/es/components/Calendar/{CalendarBase.config_g6e5u8.css → CalendarBase.config_1jcmqiq.css} +3 -1
- package/es/components/Calendar/CalendarDouble.config.js +7 -2
- package/es/components/Calendar/CalendarDouble.config.js.map +1 -1
- package/es/components/Calendar/{CalendarDouble.config_1wk3gzg.css → CalendarDouble.config_nsgnzv.css} +3 -1
- package/es/components/DatePicker/DatePicker.config.js +7 -3
- package/es/components/DatePicker/DatePicker.config.js.map +1 -1
- package/{components/DatePicker/DatePicker.config_5op6am.css → es/components/DatePicker/DatePicker.config_gcv5qs.css} +5 -3
- package/es/components/DatePicker/DatePicker.css +9 -7
- package/es/index.css +24 -18
- package/package.json +8 -8
- package/styled-components/cjs/components/Calendar/CalendarBase.config.js +67 -3
- package/styled-components/cjs/components/Calendar/CalendarDouble.config.js +67 -3
- package/styled-components/cjs/components/DatePicker/DatePicker.config.js +71 -8
- package/styled-components/cjs/components/Loader/Loader.config.js +306 -0
- package/styled-components/cjs/components/Loader/Loader.js +14 -0
- package/styled-components/cjs/components/Loader/index.js +11 -0
- package/styled-components/es/components/Calendar/CalendarBase.config.js +67 -3
- package/styled-components/es/components/Calendar/CalendarDouble.config.js +67 -3
- package/styled-components/es/components/DatePicker/DatePicker.config.js +71 -8
- package/styled-components/es/components/Loader/Loader.config.js +296 -0
- package/styled-components/es/components/Loader/Loader.js +4 -0
- package/styled-components/es/components/Loader/index.js +1 -0
|
@@ -32,7 +32,6 @@ function _templateObject() {
|
|
|
32
32
|
": var(--text-positive);\n\n ",
|
|
33
33
|
": var(--text-primary);\n ",
|
|
34
34
|
": var(--text-secondary);\n ",
|
|
35
|
-
": var(--text-tertiary);\n ",
|
|
36
35
|
": var(--text-accent);\n\n ",
|
|
37
36
|
": var(--plasma-typo-body-xs-font-family);\n ",
|
|
38
37
|
": var(--plasma-typo-body-xs-font-size);\n ",
|
|
@@ -49,7 +48,8 @@ function _templateObject() {
|
|
|
49
48
|
": var(--surface-transparent-positive-active);\n\n ",
|
|
50
49
|
": var(--text-tertiary);\n ",
|
|
51
50
|
": var(--text-tertiary);\n\n ",
|
|
52
|
-
": var(--text-accent);\n
|
|
51
|
+
": var(--text-accent);\n ",
|
|
52
|
+
": var(--text-tertiary);\n\n ",
|
|
53
53
|
": var(--shadow-down-soft-s);\n ",
|
|
54
54
|
": var(--surface-transparent-secondary);\n ",
|
|
55
55
|
": var(--surface-solid-card);\n ",
|
|
@@ -79,7 +79,10 @@ function _templateObject() {
|
|
|
79
79
|
": var(--surface-clear);\n ",
|
|
80
80
|
": var(--text-primary-hover);\n ",
|
|
81
81
|
": var(--surface-clear);\n ",
|
|
82
|
-
": var(--surface-accent);\n
|
|
82
|
+
": var(--surface-accent);\n\n ",
|
|
83
|
+
": var(--surface-solid-card-brightness);\n ",
|
|
84
|
+
": var(--shadow-down-hard-s);\n ",
|
|
85
|
+
": var(--text-primary);\n "
|
|
83
86
|
]);
|
|
84
87
|
_templateObject = function _templateObject() {
|
|
85
88
|
return data;
|
|
@@ -533,7 +536,25 @@ function _templateObject4() {
|
|
|
533
536
|
function _templateObject5() {
|
|
534
537
|
var data = _tagged_template_literal([
|
|
535
538
|
"\n ",
|
|
536
|
-
": 0.
|
|
539
|
+
": 0.6875rem;\n ",
|
|
540
|
+
": 0.875rem;\n ",
|
|
541
|
+
": 0.6875rem;\n ",
|
|
542
|
+
": 0.875rem;\n\n ",
|
|
543
|
+
": 2.5rem;\n ",
|
|
544
|
+
": 0.625rem;\n\n ",
|
|
545
|
+
": var(--plasma-typo-body-s-font-family);\n ",
|
|
546
|
+
": var(--plasma-typo-body-s-font-size);\n ",
|
|
547
|
+
": var(--plasma-typo-body-s-font-style);\n ",
|
|
548
|
+
": var(--plasma-typo-body-s-font-weight);\n ",
|
|
549
|
+
": var(--plasma-typo-body-s-letter-spacing);\n ",
|
|
550
|
+
": var(--plasma-typo-body-s-line-height);\n\n ",
|
|
551
|
+
": 0.375rem;\n\n ",
|
|
552
|
+
": 1.25rem;\n ",
|
|
553
|
+
": 1.25rem;\n ",
|
|
554
|
+
': url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6c3ZnPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgPHBhdGggY2xpcC1ydWxlPSJldmVub2RkIiBkPSJtMC4xNywxMS44M2wyMCwwYy01LjUyLDAgLTEwLDMuNTkgLTEwLDhjMCwtNC40MSAtNC40OCwtOCAtMTAsLTh6IiBmaWxsPSIjMTcxNzE3IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGlkPSJUYWlsIi8+Cjwvc3ZnPg==");\n ',
|
|
555
|
+
": 0.5rem;\n ",
|
|
556
|
+
": 0.625rem;\n ",
|
|
557
|
+
": var(--surface-solid-card-brightness);\n "
|
|
537
558
|
]);
|
|
538
559
|
_templateObject5 = function _templateObject() {
|
|
539
560
|
return data;
|
|
@@ -541,6 +562,44 @@ function _templateObject5() {
|
|
|
541
562
|
return data;
|
|
542
563
|
}
|
|
543
564
|
function _templateObject6() {
|
|
565
|
+
var data = _tagged_template_literal([
|
|
566
|
+
"\n ",
|
|
567
|
+
": 0.5rem;\n ",
|
|
568
|
+
": 0.75rem;\n ",
|
|
569
|
+
": 0.5rem;\n ",
|
|
570
|
+
": 0.75rem;\n\n ",
|
|
571
|
+
": 2rem;\n ",
|
|
572
|
+
": 0.5rem;\n\n ",
|
|
573
|
+
": var(--plasma-typo-body-xs-font-family);\n ",
|
|
574
|
+
": var(--plasma-typo-body-xs-font-size);\n ",
|
|
575
|
+
": var(--plasma-typo-body-xs-font-style);\n ",
|
|
576
|
+
": var(--plasma-typo-body-xs-font-weight);\n ",
|
|
577
|
+
": var(--plasma-typo-body-xs-letter-spacing);\n ",
|
|
578
|
+
": var(--plasma-typo-body-xs-line-height);\n\n ",
|
|
579
|
+
": 0.25rem;\n\n ",
|
|
580
|
+
": 1rem;\n ",
|
|
581
|
+
": 1rem;\n ",
|
|
582
|
+
': url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6c3ZnPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgPHBhdGggY2xpcC1ydWxlPSJldmVub2RkIiBkPSJtMCw5Ljg1bDE2LDBjLTQuNDEsMCAtOCwyLjY5IC04LDZjMCwtMy4zMSAtMy41OSwtNiAtOCwtNnoiIGZpbGw9IiMxNzE3MTciIGZpbGwtcnVsZT0iZXZlbm9kZCIgaWQ9IlRhaWwiLz4KPC9zdmc+");\n ',
|
|
583
|
+
": 0.375rem;\n ",
|
|
584
|
+
": 0.5625rem;\n ",
|
|
585
|
+
": var(--surface-solid-card-brightness);\n "
|
|
586
|
+
]);
|
|
587
|
+
_templateObject6 = function _templateObject() {
|
|
588
|
+
return data;
|
|
589
|
+
};
|
|
590
|
+
return data;
|
|
591
|
+
}
|
|
592
|
+
function _templateObject7() {
|
|
593
|
+
var data = _tagged_template_literal([
|
|
594
|
+
"\n ",
|
|
595
|
+
": 0.4;\n "
|
|
596
|
+
]);
|
|
597
|
+
_templateObject7 = function _templateObject() {
|
|
598
|
+
return data;
|
|
599
|
+
};
|
|
600
|
+
return data;
|
|
601
|
+
}
|
|
602
|
+
function _templateObject8() {
|
|
544
603
|
var data = _tagged_template_literal([
|
|
545
604
|
"\n ",
|
|
546
605
|
": var(--surface-transparent-primary);\n ",
|
|
@@ -556,7 +615,7 @@ function _templateObject6() {
|
|
|
556
615
|
": 0.1;\n ",
|
|
557
616
|
": 0.1;\n "
|
|
558
617
|
]);
|
|
559
|
-
|
|
618
|
+
_templateObject8 = function _templateObject() {
|
|
560
619
|
return data;
|
|
561
620
|
};
|
|
562
621
|
return data;
|
|
@@ -568,7 +627,7 @@ var config = {
|
|
|
568
627
|
},
|
|
569
628
|
variations: {
|
|
570
629
|
view: {
|
|
571
|
-
default: (0, _emotion.css)(_templateObject(), _emotion.datePickerTokens.background, _emotion.datePickerTokens.backgroundError, _emotion.datePickerTokens.backgroundSuccess, _emotion.datePickerTokens.dividerColor, _emotion.datePickerTokens.labelColor, _emotion.datePickerTokens.leftHelperColor, _emotion.datePickerTokens.leftHelperColorError, _emotion.datePickerTokens.leftHelperColorSuccess, _emotion.datePickerTokens.textFieldColor, _emotion.datePickerTokens.textFieldPlaceholderColor, _emotion.datePickerTokens.
|
|
630
|
+
default: (0, _emotion.css)(_templateObject(), _emotion.datePickerTokens.background, _emotion.datePickerTokens.backgroundError, _emotion.datePickerTokens.backgroundSuccess, _emotion.datePickerTokens.dividerColor, _emotion.datePickerTokens.labelColor, _emotion.datePickerTokens.leftHelperColor, _emotion.datePickerTokens.leftHelperColorError, _emotion.datePickerTokens.leftHelperColorSuccess, _emotion.datePickerTokens.textFieldColor, _emotion.datePickerTokens.textFieldPlaceholderColor, _emotion.datePickerTokens.textFieldCaretColor, _emotion.datePickerTokens.labelInnerFontFamily, _emotion.datePickerTokens.labelInnerFontSize, _emotion.datePickerTokens.labelInnerFontStyle, _emotion.datePickerTokens.labelInnerFontWeight, _emotion.datePickerTokens.labelInnerLetterSpacing, _emotion.datePickerTokens.labelInnerLineHeight, _emotion.datePickerTokens.indicatorColor, _emotion.datePickerTokens.textFieldBackgroundColor, _emotion.datePickerTokens.textFieldBackgroundColorFocus, _emotion.datePickerTokens.textFieldBackgroundErrorColor, _emotion.datePickerTokens.textFieldBackgroundErrorColorFocus, _emotion.datePickerTokens.textFieldBackgroundSuccessColor, _emotion.datePickerTokens.textFieldBackgroundSuccessColorFocus, _emotion.datePickerTokens.textFieldTextBeforeColor, _emotion.datePickerTokens.textFieldTextAfterColor, _emotion.datePickerTokens.focusColor, _emotion.datePickerTokens.textFieldPlaceholderColorFocus, _emotion.datePickerTokens.calendarShadow, _emotion.datePickerTokens.calendarSeparatorBackground, _emotion.datePickerTokens.calendarBackgroundColor, _emotion.datePickerTokens.calendarSelectedItemBackground, _emotion.datePickerTokens.calendarSelectedItemColor, _emotion.datePickerTokens.calendarSelectableItemBackgroundHover, _emotion.datePickerTokens.calendarCurrentItemBorderColor, _emotion.datePickerTokens.calendarCurrentItemBackgroundHover, _emotion.datePickerTokens.calendarCurrentItemColorHover, _emotion.datePickerTokens.calendarCurrentItemChildBackgroundHover, _emotion.datePickerTokens.calendarActiveItemBackground, _emotion.datePickerTokens.calendarActiveItemColor, _emotion.datePickerTokens.calendarHoveredItemBackground, _emotion.datePickerTokens.calendarHoveredItemColor, _emotion.datePickerTokens.calendarRangeBackground, _emotion.datePickerTokens.calendarOutlineFocusColor, _emotion.datePickerTokens.calendarContentPrimaryColor, _emotion.datePickerTokens.calendarContentPrimaryDisabledColor, _emotion.datePickerTokens.calendarHeaderArrowColor, _emotion.datePickerTokens.calendarContentPrimaryColor, _emotion.datePickerTokens.calendarContentSecondaryColor, _emotion.datePickerTokens.calendarContentSecondaryDisabledColor, _emotion.datePickerTokens.calendarDisabledOpacity, _emotion.datePickerTokens.iconButtonColor, _emotion.datePickerTokens.iconButtonBackgroundColor, _emotion.datePickerTokens.iconButtonColorHover, _emotion.datePickerTokens.iconButtonBackgroundColorHover, _emotion.datePickerTokens.iconButtonColorActive, _emotion.datePickerTokens.iconButtonBackgroundColorActive, _emotion.datePickerTokens.iconButtonFocusColor, _emotion.datePickerTokens.tooltipBackgroundColor, _emotion.datePickerTokens.tooltipBoxShadow, _emotion.datePickerTokens.tooltipColor)
|
|
572
631
|
},
|
|
573
632
|
size: {
|
|
574
633
|
l: (0, _emotion.css)(_templateObject1(), _emotion.datePickerTokens.width, _emotion.datePickerTokens.borderRadius, _emotion.datePickerTokens.dividerPadding, _emotion.datePickerTokens.dividerFontFamily, _emotion.datePickerTokens.dividerFontStyle, _emotion.datePickerTokens.dividerFontSize, _emotion.datePickerTokens.dividerFontWeight, _emotion.datePickerTokens.dividerLetterSpacing, _emotion.datePickerTokens.dividerLineHeight, _emotion.datePickerTokens.leftContentMargin, _emotion.datePickerTokens.rightContentMargin, _emotion.datePickerTokens.labelOffset, _emotion.datePickerTokens.labelInnerPadding, _emotion.datePickerTokens.contentLabelInnerPadding, _emotion.datePickerTokens.labelFontFamily, _emotion.datePickerTokens.labelFontStyle, _emotion.datePickerTokens.labelFontSize, _emotion.datePickerTokens.labelFontWeight, _emotion.datePickerTokens.labelLetterSpacing, _emotion.datePickerTokens.labelLineHeight, _emotion.datePickerTokens.indicatorSize, _emotion.datePickerTokens.indicatorSizeOuter, _emotion.datePickerTokens.indicatorPlacement, _emotion.datePickerTokens.indicatorOuterPlacement, _emotion.datePickerTokens.indicatorPlacementRight, _emotion.datePickerTokens.indicatorOuterPlacementRight, _emotion.datePickerTokens.textFieldHeight, _emotion.datePickerTokens.textFieldBorderRadius, _emotion.datePickerTokens.textFieldPadding, _emotion.datePickerTokens.textFieldFontFamily, _emotion.datePickerTokens.textFieldFontStyle, _emotion.datePickerTokens.textFieldFontSize, _emotion.datePickerTokens.textFieldFontWeight, _emotion.datePickerTokens.textFieldLetterSpacing, _emotion.datePickerTokens.textFieldLineHeight, _emotion.datePickerTokens.leftHelperOffset, _emotion.datePickerTokens.leftHelperFontFamily, _emotion.datePickerTokens.leftHelperFontStyle, _emotion.datePickerTokens.leftHelperFontSize, _emotion.datePickerTokens.leftHelperFontWeight, _emotion.datePickerTokens.leftHelperLetterSpacing, _emotion.datePickerTokens.leftHelperLineHeight, _emotion.datePickerTokens.textFieldLeftContentMargin, _emotion.datePickerTokens.textFieldRightContentMargin, _emotion.datePickerTokens.textFieldTextBeforeMargin, _emotion.datePickerTokens.textFieldTextAfterMargin, _emotion.datePickerTokens.calendarBorderRadius, _emotion.datePickerTokens.calendarContainerWidth, _emotion.datePickerTokens.calendarContainerHeight, _emotion.datePickerTokens.calendarYearsPadding, _emotion.datePickerTokens.calendarYearItemBorderRadius, _emotion.datePickerTokens.calendarYearFontFamily, _emotion.datePickerTokens.calendarYearFontSize, _emotion.datePickerTokens.calendarYearFontStyle, _emotion.datePickerTokens.calendarYearFontLetterSpacing, _emotion.datePickerTokens.calendarYearFontLineHeight, _emotion.datePickerTokens.calendarYearFontWeight, _emotion.datePickerTokens.calendarYearSelectedFontWeight, _emotion.datePickerTokens.calendarMonthsPadding, _emotion.datePickerTokens.calendarMonthItemBorderRadius, _emotion.datePickerTokens.calendarMonthFontFamily, _emotion.datePickerTokens.calendarMonthFontSize, _emotion.datePickerTokens.calendarMonthFontStyle, _emotion.datePickerTokens.calendarMonthFontLetterSpacing, _emotion.datePickerTokens.calendarMonthFontLineHeight, _emotion.datePickerTokens.calendarMonthFontWeight, _emotion.datePickerTokens.calendarMonthSelectedFontWeight, _emotion.datePickerTokens.calendarQuartersPadding, _emotion.datePickerTokens.calendarQuarterItemBorderRadius, _emotion.datePickerTokens.calendarQuarterFontFamily, _emotion.datePickerTokens.calendarQuarterFontSize, _emotion.datePickerTokens.calendarQuarterFontStyle, _emotion.datePickerTokens.calendarQuarterFontLetterSpacing, _emotion.datePickerTokens.calendarQuarterFontLineHeight, _emotion.datePickerTokens.calendarQuarterFontWeight, _emotion.datePickerTokens.calendarQuarterSelectedFontWeight, _emotion.datePickerTokens.calendarDaysPadding, _emotion.datePickerTokens.calendarDayItemBorderRadius, _emotion.datePickerTokens.calendarDayFontFamily, _emotion.datePickerTokens.calendarDayFontSize, _emotion.datePickerTokens.calendarDayFontStyle, _emotion.datePickerTokens.calendarDayFontLetterSpacing, _emotion.datePickerTokens.calendarDayFontLineHeight, _emotion.datePickerTokens.calendarDayFontWeight, _emotion.datePickerTokens.calendarDaySelectedFontWeight, _emotion.datePickerTokens.calendarCurrentItemBorderWidth, _emotion.datePickerTokens.calendarHeaderWrapperPadding, _emotion.datePickerTokens.calendarHeaderArrowGap, _emotion.datePickerTokens.calendarHeaderArrowCustomSize, _emotion.datePickerTokens.calendarHeaderPadding, _emotion.datePickerTokens.calendarHeaderDateGap, _emotion.datePickerTokens.calendarHeaderFontFamily, _emotion.datePickerTokens.calendarHeaderFontSize, _emotion.datePickerTokens.calendarHeaderFontStyle, _emotion.datePickerTokens.calendarHeaderFontLetterSpacing, _emotion.datePickerTokens.calendarHeaderFontLineHeight, _emotion.datePickerTokens.calendarHeaderFontWeight, _emotion.datePickerTokens.calendarHeaderFontWeightBold, _emotion.datePickerTokens.iconButtonHeight, _emotion.datePickerTokens.iconButtonWidth, _emotion.datePickerTokens.iconButtonPadding, _emotion.datePickerTokens.iconButtonRadius),
|
|
@@ -576,11 +635,15 @@ var config = {
|
|
|
576
635
|
s: (0, _emotion.css)(_templateObject3(), _emotion.datePickerTokens.width, _emotion.datePickerTokens.borderRadius, _emotion.datePickerTokens.dividerPadding, _emotion.datePickerTokens.dividerFontFamily, _emotion.datePickerTokens.dividerFontStyle, _emotion.datePickerTokens.dividerFontSize, _emotion.datePickerTokens.dividerFontWeight, _emotion.datePickerTokens.dividerLetterSpacing, _emotion.datePickerTokens.dividerLineHeight, _emotion.datePickerTokens.leftContentMargin, _emotion.datePickerTokens.rightContentMargin, _emotion.datePickerTokens.labelOffset, _emotion.datePickerTokens.labelInnerPadding, _emotion.datePickerTokens.contentLabelInnerPadding, _emotion.datePickerTokens.labelFontFamily, _emotion.datePickerTokens.labelFontStyle, _emotion.datePickerTokens.labelFontSize, _emotion.datePickerTokens.labelFontWeight, _emotion.datePickerTokens.labelLetterSpacing, _emotion.datePickerTokens.labelLineHeight, _emotion.datePickerTokens.indicatorSize, _emotion.datePickerTokens.indicatorSizeOuter, _emotion.datePickerTokens.indicatorPlacement, _emotion.datePickerTokens.indicatorOuterPlacement, _emotion.datePickerTokens.indicatorPlacementRight, _emotion.datePickerTokens.indicatorOuterPlacementRight, _emotion.datePickerTokens.textFieldHeight, _emotion.datePickerTokens.textFieldBorderRadius, _emotion.datePickerTokens.textFieldPadding, _emotion.datePickerTokens.textFieldFontFamily, _emotion.datePickerTokens.textFieldFontStyle, _emotion.datePickerTokens.textFieldFontSize, _emotion.datePickerTokens.textFieldFontWeight, _emotion.datePickerTokens.textFieldLetterSpacing, _emotion.datePickerTokens.textFieldLineHeight, _emotion.datePickerTokens.leftHelperOffset, _emotion.datePickerTokens.leftHelperFontFamily, _emotion.datePickerTokens.leftHelperFontStyle, _emotion.datePickerTokens.leftHelperFontSize, _emotion.datePickerTokens.leftHelperFontWeight, _emotion.datePickerTokens.leftHelperLetterSpacing, _emotion.datePickerTokens.leftHelperLineHeight, _emotion.datePickerTokens.textFieldLeftContentMargin, _emotion.datePickerTokens.textFieldRightContentMargin, _emotion.datePickerTokens.textFieldTextBeforeMargin, _emotion.datePickerTokens.textFieldTextAfterMargin, _emotion.datePickerTokens.calendarContainerWidth, _emotion.datePickerTokens.calendarContainerHeight, _emotion.datePickerTokens.calendarBorderRadius, _emotion.datePickerTokens.calendarYearsPadding, _emotion.datePickerTokens.calendarYearItemBorderRadius, _emotion.datePickerTokens.calendarYearFontFamily, _emotion.datePickerTokens.calendarYearFontSize, _emotion.datePickerTokens.calendarYearFontStyle, _emotion.datePickerTokens.calendarYearFontLetterSpacing, _emotion.datePickerTokens.calendarYearFontLineHeight, _emotion.datePickerTokens.calendarYearFontWeight, _emotion.datePickerTokens.calendarYearSelectedFontWeight, _emotion.datePickerTokens.calendarQuartersPadding, _emotion.datePickerTokens.calendarQuarterItemBorderRadius, _emotion.datePickerTokens.calendarQuarterFontFamily, _emotion.datePickerTokens.calendarQuarterFontSize, _emotion.datePickerTokens.calendarQuarterFontStyle, _emotion.datePickerTokens.calendarQuarterFontLetterSpacing, _emotion.datePickerTokens.calendarQuarterFontLineHeight, _emotion.datePickerTokens.calendarQuarterFontWeight, _emotion.datePickerTokens.calendarQuarterSelectedFontWeight, _emotion.datePickerTokens.calendarMonthsPadding, _emotion.datePickerTokens.calendarMonthItemBorderRadius, _emotion.datePickerTokens.calendarMonthFontFamily, _emotion.datePickerTokens.calendarMonthFontSize, _emotion.datePickerTokens.calendarMonthFontStyle, _emotion.datePickerTokens.calendarMonthFontLetterSpacing, _emotion.datePickerTokens.calendarMonthFontLineHeight, _emotion.datePickerTokens.calendarMonthFontWeight, _emotion.datePickerTokens.calendarMonthSelectedFontWeight, _emotion.datePickerTokens.calendarDaysPadding, _emotion.datePickerTokens.calendarDayItemBorderRadius, _emotion.datePickerTokens.calendarDayFontFamily, _emotion.datePickerTokens.calendarDayFontSize, _emotion.datePickerTokens.calendarDayFontStyle, _emotion.datePickerTokens.calendarDayFontLetterSpacing, _emotion.datePickerTokens.calendarDayFontLineHeight, _emotion.datePickerTokens.calendarDayFontWeight, _emotion.datePickerTokens.calendarDaySelectedFontWeight, _emotion.datePickerTokens.calendarCurrentItemBorderWidth, _emotion.datePickerTokens.calendarHeaderWrapperPadding, _emotion.datePickerTokens.calendarHeaderArrowGap, _emotion.datePickerTokens.calendarHeaderArrowCustomSize, _emotion.datePickerTokens.calendarHeaderPadding, _emotion.datePickerTokens.calendarHeaderDateGap, _emotion.datePickerTokens.calendarHeaderFontFamily, _emotion.datePickerTokens.calendarHeaderFontSize, _emotion.datePickerTokens.calendarHeaderFontStyle, _emotion.datePickerTokens.calendarHeaderFontLetterSpacing, _emotion.datePickerTokens.calendarHeaderFontLineHeight, _emotion.datePickerTokens.calendarHeaderFontWeight, _emotion.datePickerTokens.calendarHeaderFontWeightBold, _emotion.datePickerTokens.iconButtonHeight, _emotion.datePickerTokens.iconButtonWidth, _emotion.datePickerTokens.iconButtonPadding, _emotion.datePickerTokens.iconButtonRadius),
|
|
577
636
|
xs: (0, _emotion.css)(_templateObject4(), _emotion.datePickerTokens.width, _emotion.datePickerTokens.borderRadius, _emotion.datePickerTokens.dividerPadding, _emotion.datePickerTokens.dividerFontFamily, _emotion.datePickerTokens.dividerFontStyle, _emotion.datePickerTokens.dividerFontSize, _emotion.datePickerTokens.dividerFontWeight, _emotion.datePickerTokens.dividerLetterSpacing, _emotion.datePickerTokens.dividerLineHeight, _emotion.datePickerTokens.leftContentMargin, _emotion.datePickerTokens.rightContentMargin, _emotion.datePickerTokens.labelOffset, _emotion.datePickerTokens.labelInnerPadding, _emotion.datePickerTokens.contentLabelInnerPadding, _emotion.datePickerTokens.labelFontFamily, _emotion.datePickerTokens.labelFontStyle, _emotion.datePickerTokens.labelFontSize, _emotion.datePickerTokens.labelFontWeight, _emotion.datePickerTokens.labelLetterSpacing, _emotion.datePickerTokens.labelLineHeight, _emotion.datePickerTokens.indicatorSize, _emotion.datePickerTokens.indicatorSizeOuter, _emotion.datePickerTokens.indicatorPlacement, _emotion.datePickerTokens.indicatorOuterPlacement, _emotion.datePickerTokens.indicatorPlacementRight, _emotion.datePickerTokens.indicatorOuterPlacementRight, _emotion.datePickerTokens.textFieldHeight, _emotion.datePickerTokens.textFieldBorderRadius, _emotion.datePickerTokens.textFieldPadding, _emotion.datePickerTokens.textFieldFontFamily, _emotion.datePickerTokens.textFieldFontStyle, _emotion.datePickerTokens.textFieldFontSize, _emotion.datePickerTokens.textFieldFontWeight, _emotion.datePickerTokens.textFieldLetterSpacing, _emotion.datePickerTokens.textFieldLineHeight, _emotion.datePickerTokens.leftHelperOffset, _emotion.datePickerTokens.leftHelperFontFamily, _emotion.datePickerTokens.leftHelperFontStyle, _emotion.datePickerTokens.leftHelperFontSize, _emotion.datePickerTokens.leftHelperFontWeight, _emotion.datePickerTokens.leftHelperLetterSpacing, _emotion.datePickerTokens.leftHelperLineHeight, _emotion.datePickerTokens.textFieldLeftContentMargin, _emotion.datePickerTokens.textFieldRightContentMargin, _emotion.datePickerTokens.textFieldTextBeforeMargin, _emotion.datePickerTokens.textFieldTextAfterMargin, _emotion.datePickerTokens.calendarContainerWidth, _emotion.datePickerTokens.calendarContainerHeight, _emotion.datePickerTokens.calendarBorderRadius, _emotion.datePickerTokens.calendarYearsPadding, _emotion.datePickerTokens.calendarYearItemBorderRadius, _emotion.datePickerTokens.calendarYearFontFamily, _emotion.datePickerTokens.calendarYearFontSize, _emotion.datePickerTokens.calendarYearFontStyle, _emotion.datePickerTokens.calendarYearFontLetterSpacing, _emotion.datePickerTokens.calendarYearFontLineHeight, _emotion.datePickerTokens.calendarYearFontWeight, _emotion.datePickerTokens.calendarYearSelectedFontWeight, _emotion.datePickerTokens.calendarQuartersPadding, _emotion.datePickerTokens.calendarQuarterItemBorderRadius, _emotion.datePickerTokens.calendarQuarterFontFamily, _emotion.datePickerTokens.calendarQuarterFontSize, _emotion.datePickerTokens.calendarQuarterFontStyle, _emotion.datePickerTokens.calendarQuarterFontLetterSpacing, _emotion.datePickerTokens.calendarQuarterFontLineHeight, _emotion.datePickerTokens.calendarQuarterFontWeight, _emotion.datePickerTokens.calendarQuarterSelectedFontWeight, _emotion.datePickerTokens.calendarMonthsPadding, _emotion.datePickerTokens.calendarMonthItemBorderRadius, _emotion.datePickerTokens.calendarMonthFontFamily, _emotion.datePickerTokens.calendarMonthFontSize, _emotion.datePickerTokens.calendarMonthFontStyle, _emotion.datePickerTokens.calendarMonthFontLetterSpacing, _emotion.datePickerTokens.calendarMonthFontLineHeight, _emotion.datePickerTokens.calendarMonthFontWeight, _emotion.datePickerTokens.calendarMonthSelectedFontWeight, _emotion.datePickerTokens.calendarDaysPadding, _emotion.datePickerTokens.calendarDayItemBorderRadius, _emotion.datePickerTokens.calendarDayFontFamily, _emotion.datePickerTokens.calendarDayFontSize, _emotion.datePickerTokens.calendarDayFontStyle, _emotion.datePickerTokens.calendarDayFontLetterSpacing, _emotion.datePickerTokens.calendarDayFontLineHeight, _emotion.datePickerTokens.calendarDayFontWeight, _emotion.datePickerTokens.calendarDaySelectedFontWeight, _emotion.datePickerTokens.calendarCurrentItemBorderWidth, _emotion.datePickerTokens.calendarHeaderWrapperPadding, _emotion.datePickerTokens.calendarHeaderArrowGap, _emotion.datePickerTokens.calendarHeaderArrowCustomSize, _emotion.datePickerTokens.calendarHeaderPadding, _emotion.datePickerTokens.calendarHeaderDateGap, _emotion.datePickerTokens.calendarHeaderFontFamily, _emotion.datePickerTokens.calendarHeaderFontSize, _emotion.datePickerTokens.calendarHeaderFontStyle, _emotion.datePickerTokens.calendarHeaderFontLetterSpacing, _emotion.datePickerTokens.calendarHeaderFontLineHeight, _emotion.datePickerTokens.calendarHeaderFontWeight, _emotion.datePickerTokens.calendarHeaderFontWeightBold, _emotion.datePickerTokens.iconButtonHeight, _emotion.datePickerTokens.iconButtonWidth, _emotion.datePickerTokens.iconButtonPadding, _emotion.datePickerTokens.iconButtonRadius)
|
|
578
637
|
},
|
|
638
|
+
eventTooltipSize: {
|
|
639
|
+
m: (0, _emotion.css)(_templateObject5(), _emotion.datePickerTokens.tooltipPaddingTop, _emotion.datePickerTokens.tooltipPaddingRight, _emotion.datePickerTokens.tooltipPaddingBottom, _emotion.datePickerTokens.tooltipPaddingLeft, _emotion.datePickerTokens.tooltipMinHeight, _emotion.datePickerTokens.tooltipBorderRadius, _emotion.datePickerTokens.tooltipTextFontFamily, _emotion.datePickerTokens.tooltipTextFontSize, _emotion.datePickerTokens.tooltipTextFontStyle, _emotion.datePickerTokens.tooltipTextFontWeight, _emotion.datePickerTokens.tooltipTextFontLetterSpacing, _emotion.datePickerTokens.tooltipTextFontLineHeight, _emotion.datePickerTokens.tooltipContentLeftMargin, _emotion.datePickerTokens.tooltipArrowMaskWidth, _emotion.datePickerTokens.tooltipArrowMaskHeight, _emotion.datePickerTokens.tooltipArrowMaskImage, _emotion.datePickerTokens.tooltipArrowHeight, _emotion.datePickerTokens.tooltipArrowEdgeMargin, _emotion.datePickerTokens.tooltipArrowBackground),
|
|
640
|
+
s: (0, _emotion.css)(_templateObject6(), _emotion.datePickerTokens.tooltipPaddingTop, _emotion.datePickerTokens.tooltipPaddingRight, _emotion.datePickerTokens.tooltipPaddingBottom, _emotion.datePickerTokens.tooltipPaddingLeft, _emotion.datePickerTokens.tooltipMinHeight, _emotion.datePickerTokens.tooltipBorderRadius, _emotion.datePickerTokens.tooltipTextFontFamily, _emotion.datePickerTokens.tooltipTextFontSize, _emotion.datePickerTokens.tooltipTextFontStyle, _emotion.datePickerTokens.tooltipTextFontWeight, _emotion.datePickerTokens.tooltipTextFontLetterSpacing, _emotion.datePickerTokens.tooltipTextFontLineHeight, _emotion.datePickerTokens.tooltipContentLeftMargin, _emotion.datePickerTokens.tooltipArrowMaskWidth, _emotion.datePickerTokens.tooltipArrowMaskHeight, _emotion.datePickerTokens.tooltipArrowMaskImage, _emotion.datePickerTokens.tooltipArrowHeight, _emotion.datePickerTokens.tooltipArrowEdgeMargin, _emotion.datePickerTokens.tooltipArrowBackground)
|
|
641
|
+
},
|
|
579
642
|
disabled: {
|
|
580
|
-
true: (0, _emotion.css)(
|
|
643
|
+
true: (0, _emotion.css)(_templateObject7(), _emotion.datePickerTokens.disabledOpacity)
|
|
581
644
|
},
|
|
582
645
|
readOnly: {
|
|
583
|
-
true: (0, _emotion.css)(
|
|
646
|
+
true: (0, _emotion.css)(_templateObject8(), _emotion.datePickerTokens.backgroundReadOnly, _emotion.datePickerTokens.labelColorReadOnly, _emotion.datePickerTokens.leftHelperColorReadOnly, _emotion.datePickerTokens.dividerColorReadOnly, _emotion.datePickerTokens.dividerOpacityReadOnly, _emotion.datePickerTokens.textFieldColorReadOnly, _emotion.datePickerTokens.textFieldBackgroundColorReadOnly, _emotion.datePickerTokens.textFieldPlaceholderColorReadOnly, _emotion.datePickerTokens.rightContentOpacityReadOnly, _emotion.datePickerTokens.textFieldContentSlotRightOpacityReadOnly, _emotion.datePickerTokens.textFieldReadOnlyOpacity, _emotion.datePickerTokens.rangeReadOnlyOpacity)
|
|
584
647
|
}
|
|
585
648
|
}
|
|
586
649
|
};
|
|
@@ -0,0 +1,306 @@
|
|
|
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 _emotion = require("@salutejs/plasma-new-hope/emotion");
|
|
12
|
+
function _tagged_template_literal(strings, raw) {
|
|
13
|
+
if (!raw) {
|
|
14
|
+
raw = strings.slice(0);
|
|
15
|
+
}
|
|
16
|
+
return Object.freeze(Object.defineProperties(strings, {
|
|
17
|
+
raw: {
|
|
18
|
+
value: Object.freeze(raw)
|
|
19
|
+
}
|
|
20
|
+
}));
|
|
21
|
+
}
|
|
22
|
+
function _templateObject() {
|
|
23
|
+
var data = _tagged_template_literal([
|
|
24
|
+
"\n ",
|
|
25
|
+
": var(--surface-transparent-tertiary);\n ",
|
|
26
|
+
": var(--surface-solid-default);\n ",
|
|
27
|
+
": var(--text-primary);\n\n ",
|
|
28
|
+
": var(--text-primary);\n\n ",
|
|
29
|
+
": var(--overlay-soft);\n "
|
|
30
|
+
]);
|
|
31
|
+
_templateObject = function _templateObject() {
|
|
32
|
+
return data;
|
|
33
|
+
};
|
|
34
|
+
return data;
|
|
35
|
+
}
|
|
36
|
+
function _templateObject1() {
|
|
37
|
+
var data = _tagged_template_literal([
|
|
38
|
+
"\n ",
|
|
39
|
+
": var(--surface-transparent-tertiary);\n ",
|
|
40
|
+
": var(--surface-transparent-secondary);\n ",
|
|
41
|
+
": var(--text-primary);\n\n ",
|
|
42
|
+
": var(--text-secondary);\n\n ",
|
|
43
|
+
": var(--overlay-soft);\n "
|
|
44
|
+
]);
|
|
45
|
+
_templateObject1 = function _templateObject() {
|
|
46
|
+
return data;
|
|
47
|
+
};
|
|
48
|
+
return data;
|
|
49
|
+
}
|
|
50
|
+
function _templateObject2() {
|
|
51
|
+
var data = _tagged_template_literal([
|
|
52
|
+
"\n ",
|
|
53
|
+
": var(--surface-transparent-tertiary);\n ",
|
|
54
|
+
": var(--surface-accent);\n ",
|
|
55
|
+
": var(--text-primary);\n\n ",
|
|
56
|
+
": var(--text-accent);\n\n ",
|
|
57
|
+
": var(--overlay-soft);\n "
|
|
58
|
+
]);
|
|
59
|
+
_templateObject2 = function _templateObject() {
|
|
60
|
+
return data;
|
|
61
|
+
};
|
|
62
|
+
return data;
|
|
63
|
+
}
|
|
64
|
+
function _templateObject3() {
|
|
65
|
+
var data = _tagged_template_literal([
|
|
66
|
+
"\n ",
|
|
67
|
+
": var(--surface-transparent-tertiary);\n ",
|
|
68
|
+
": var(--surface-positive);\n ",
|
|
69
|
+
": var(--text-primary);\n\n ",
|
|
70
|
+
": var(--text-positive);\n\n ",
|
|
71
|
+
": var(--overlay-soft);\n "
|
|
72
|
+
]);
|
|
73
|
+
_templateObject3 = function _templateObject() {
|
|
74
|
+
return data;
|
|
75
|
+
};
|
|
76
|
+
return data;
|
|
77
|
+
}
|
|
78
|
+
function _templateObject4() {
|
|
79
|
+
var data = _tagged_template_literal([
|
|
80
|
+
"\n ",
|
|
81
|
+
": var(--surface-transparent-tertiary);\n ",
|
|
82
|
+
": var(--surface-warning);\n ",
|
|
83
|
+
": var(--text-primary);\n\n ",
|
|
84
|
+
": var(--text-warning);\n\n ",
|
|
85
|
+
": var(--overlay-soft);\n "
|
|
86
|
+
]);
|
|
87
|
+
_templateObject4 = function _templateObject() {
|
|
88
|
+
return data;
|
|
89
|
+
};
|
|
90
|
+
return data;
|
|
91
|
+
}
|
|
92
|
+
function _templateObject5() {
|
|
93
|
+
var data = _tagged_template_literal([
|
|
94
|
+
"\n ",
|
|
95
|
+
": var(--surface-transparent-tertiary);\n ",
|
|
96
|
+
": var(--surface-negative);\n ",
|
|
97
|
+
": var(--text-primary);\n\n ",
|
|
98
|
+
": var(--text-negative);\n\n ",
|
|
99
|
+
": var(--overlay-soft);\n "
|
|
100
|
+
]);
|
|
101
|
+
_templateObject5 = function _templateObject() {
|
|
102
|
+
return data;
|
|
103
|
+
};
|
|
104
|
+
return data;
|
|
105
|
+
}
|
|
106
|
+
function _templateObject6() {
|
|
107
|
+
var data = _tagged_template_literal([
|
|
108
|
+
"\n ",
|
|
109
|
+
": var(--surface-transparent-tertiary);\n ",
|
|
110
|
+
": var(--surface-info);\n ",
|
|
111
|
+
": var(--text-primary);\n\n ",
|
|
112
|
+
": var(--text-info);\n\n ",
|
|
113
|
+
": var(--overlay-soft);\n "
|
|
114
|
+
]);
|
|
115
|
+
_templateObject6 = function _templateObject() {
|
|
116
|
+
return data;
|
|
117
|
+
};
|
|
118
|
+
return data;
|
|
119
|
+
}
|
|
120
|
+
function _templateObject7() {
|
|
121
|
+
var data = _tagged_template_literal([
|
|
122
|
+
"\n ",
|
|
123
|
+
": 100%;\n ",
|
|
124
|
+
": 100%;\n\n ",
|
|
125
|
+
": 128;\n ",
|
|
126
|
+
": 8rem;\n ",
|
|
127
|
+
": 8rem;\n ",
|
|
128
|
+
": 0.25rem;\n ",
|
|
129
|
+
": 4;\n ",
|
|
130
|
+
": var(--plasma-typo-h2-font-family);\n ",
|
|
131
|
+
": var(--plasma-typo-h2-font-size);\n ",
|
|
132
|
+
": var(--plasma-typo-h2-font-style);\n ",
|
|
133
|
+
": var(--plasma-typo-h2-bold-font-weight);\n ",
|
|
134
|
+
": var(--plasma-typo-h2-letter-spacing);\n ",
|
|
135
|
+
": var(--plasma-typo-h2-line-height);\n\n ",
|
|
136
|
+
": 8rem;\n "
|
|
137
|
+
]);
|
|
138
|
+
_templateObject7 = function _templateObject() {
|
|
139
|
+
return data;
|
|
140
|
+
};
|
|
141
|
+
return data;
|
|
142
|
+
}
|
|
143
|
+
function _templateObject8() {
|
|
144
|
+
var data = _tagged_template_literal([
|
|
145
|
+
"\n ",
|
|
146
|
+
": 100%;\n ",
|
|
147
|
+
": 100%;\n\n ",
|
|
148
|
+
": 88;\n ",
|
|
149
|
+
": 5.5rem;\n ",
|
|
150
|
+
": 5.5rem;\n ",
|
|
151
|
+
": 0.25rem;\n ",
|
|
152
|
+
": 4;\n ",
|
|
153
|
+
": var(--plasma-typo-h5-font-family);\n ",
|
|
154
|
+
": var(--plasma-typo-h5-font-size);\n ",
|
|
155
|
+
": var(--plasma-typo-h5-font-style);\n ",
|
|
156
|
+
": var(--plasma-typo-h5-bold-font-weight);\n ",
|
|
157
|
+
": var(--plasma-typo-h5-letter-spacing);\n ",
|
|
158
|
+
": var(--plasma-typo-h5-line-height);\n\n ",
|
|
159
|
+
": 5.5rem;\n "
|
|
160
|
+
]);
|
|
161
|
+
_templateObject8 = function _templateObject() {
|
|
162
|
+
return data;
|
|
163
|
+
};
|
|
164
|
+
return data;
|
|
165
|
+
}
|
|
166
|
+
function _templateObject9() {
|
|
167
|
+
var data = _tagged_template_literal([
|
|
168
|
+
"\n ",
|
|
169
|
+
": 100%;\n ",
|
|
170
|
+
": 100%;\n\n ",
|
|
171
|
+
": 56;\n ",
|
|
172
|
+
": 3.5rem;\n ",
|
|
173
|
+
": 3.5rem;\n ",
|
|
174
|
+
": 0.125rem;\n ",
|
|
175
|
+
": 2;\n ",
|
|
176
|
+
": var(--plasma-typo-body-l-font-family);\n ",
|
|
177
|
+
": var(--plasma-typo-body-l-font-size);\n ",
|
|
178
|
+
": var(--plasma-typo-body-l-font-style);\n ",
|
|
179
|
+
": var(--plasma-typo-body-l-body-font-weight);\n ",
|
|
180
|
+
": var(--plasma-typo-body-l-letter-spacing);\n ",
|
|
181
|
+
": var(--plasma-typo-body-l-line-height);\n\n ",
|
|
182
|
+
": 3.5rem;\n "
|
|
183
|
+
]);
|
|
184
|
+
_templateObject9 = function _templateObject() {
|
|
185
|
+
return data;
|
|
186
|
+
};
|
|
187
|
+
return data;
|
|
188
|
+
}
|
|
189
|
+
function _templateObject10() {
|
|
190
|
+
var data = _tagged_template_literal([
|
|
191
|
+
"\n ",
|
|
192
|
+
": 100%;\n ",
|
|
193
|
+
": 100%;\n\n ",
|
|
194
|
+
": 48;\n ",
|
|
195
|
+
": 3rem;\n ",
|
|
196
|
+
": 3rem;\n ",
|
|
197
|
+
": 0.125rem;\n ",
|
|
198
|
+
": 2;\n ",
|
|
199
|
+
": var(--plasma-typo-body-m-font-family);\n ",
|
|
200
|
+
": var(--plasma-typo-body-m-font-size);\n ",
|
|
201
|
+
": var(--plasma-typo-body-m-font-style);\n ",
|
|
202
|
+
": var(--plasma-typo-body-m-body-font-weight);\n ",
|
|
203
|
+
": var(--plasma-typo-body-m-letter-spacing);\n ",
|
|
204
|
+
": var(--plasma-typo-body-m-line-height);\n\n ",
|
|
205
|
+
": 3rem;\n "
|
|
206
|
+
]);
|
|
207
|
+
_templateObject10 = function _templateObject() {
|
|
208
|
+
return data;
|
|
209
|
+
};
|
|
210
|
+
return data;
|
|
211
|
+
}
|
|
212
|
+
function _templateObject11() {
|
|
213
|
+
var data = _tagged_template_literal([
|
|
214
|
+
"\n ",
|
|
215
|
+
": 100%;\n ",
|
|
216
|
+
": 100%;\n\n ",
|
|
217
|
+
": 32;\n ",
|
|
218
|
+
": 2.25rem;\n ",
|
|
219
|
+
": 2.25rem;\n ",
|
|
220
|
+
": 0.125rem;\n ",
|
|
221
|
+
": 2;\n ",
|
|
222
|
+
": var(--plasma-typo-body-s-font-family);\n ",
|
|
223
|
+
": var(--plasma-typo-body-s-font-size);\n ",
|
|
224
|
+
": var(--plasma-typo-body-s-font-style);\n ",
|
|
225
|
+
": var(--plasma-typo-body-s-body-font-weight);\n ",
|
|
226
|
+
": var(--plasma-typo-body-s-letter-spacing);\n ",
|
|
227
|
+
": var(--plasma-typo-body-s-line-height);\n\n ",
|
|
228
|
+
": 2.25rem;\n "
|
|
229
|
+
]);
|
|
230
|
+
_templateObject11 = function _templateObject() {
|
|
231
|
+
return data;
|
|
232
|
+
};
|
|
233
|
+
return data;
|
|
234
|
+
}
|
|
235
|
+
function _templateObject12() {
|
|
236
|
+
var data = _tagged_template_literal([
|
|
237
|
+
"\n ",
|
|
238
|
+
": 100%;\n ",
|
|
239
|
+
": 100%;\n\n ",
|
|
240
|
+
": 24;\n ",
|
|
241
|
+
": 1.5rem;\n ",
|
|
242
|
+
": 1.5rem;\n ",
|
|
243
|
+
": 0.125rem;\n ",
|
|
244
|
+
": 2;\n ",
|
|
245
|
+
": var(--plasma-typo-body-xs-font-family);\n ",
|
|
246
|
+
": var(--plasma-typo-body-xs-font-size);\n ",
|
|
247
|
+
": var(--plasma-typo-body-xs-font-style);\n ",
|
|
248
|
+
": var(--plasma-typo-body-xs-body-font-weight);\n ",
|
|
249
|
+
": var(--plasma-typo-body-xs-letter-spacing);\n ",
|
|
250
|
+
": var(--plasma-typo-body-xs-line-height);\n\n ",
|
|
251
|
+
": 1.5rem;\n "
|
|
252
|
+
]);
|
|
253
|
+
_templateObject12 = function _templateObject() {
|
|
254
|
+
return data;
|
|
255
|
+
};
|
|
256
|
+
return data;
|
|
257
|
+
}
|
|
258
|
+
function _templateObject13() {
|
|
259
|
+
var data = _tagged_template_literal([
|
|
260
|
+
"\n ",
|
|
261
|
+
": 100%;\n ",
|
|
262
|
+
": 100%;\n\n ",
|
|
263
|
+
": 16;\n ",
|
|
264
|
+
": 1rem;\n ",
|
|
265
|
+
": 1rem;\n ",
|
|
266
|
+
": 0.125rem;\n ",
|
|
267
|
+
": 2;\n ",
|
|
268
|
+
": var(--plasma-typo-body-xxs-font-family);\n ",
|
|
269
|
+
": var(--plasma-typo-body-xxs-font-size);\n ",
|
|
270
|
+
": var(--plasma-typo-body-xxs-font-style);\n ",
|
|
271
|
+
": var(--plasma-typo-body-xxs-body-font-weight);\n ",
|
|
272
|
+
": var(--plasma-typo-body-xxs-letter-spacing);\n ",
|
|
273
|
+
": var(--plasma-typo-body-xxs-line-height);\n\n ",
|
|
274
|
+
": 1rem;\n "
|
|
275
|
+
]);
|
|
276
|
+
_templateObject13 = function _templateObject() {
|
|
277
|
+
return data;
|
|
278
|
+
};
|
|
279
|
+
return data;
|
|
280
|
+
}
|
|
281
|
+
var config = {
|
|
282
|
+
defaults: {
|
|
283
|
+
view: 'default',
|
|
284
|
+
size: 'm'
|
|
285
|
+
},
|
|
286
|
+
variations: {
|
|
287
|
+
view: {
|
|
288
|
+
default: (0, _emotion.css)(_templateObject(), _emotion.loaderTokens.progressBarCircularBackgroundStroke, _emotion.loaderTokens.progressBarCircularStroke, _emotion.loaderTokens.progressBarCircularContentColor, _emotion.loaderTokens.spinnerColor, _emotion.loaderTokens.overlayColor),
|
|
289
|
+
secondary: (0, _emotion.css)(_templateObject1(), _emotion.loaderTokens.progressBarCircularBackgroundStroke, _emotion.loaderTokens.progressBarCircularStroke, _emotion.loaderTokens.progressBarCircularContentColor, _emotion.loaderTokens.spinnerColor, _emotion.loaderTokens.overlayColor),
|
|
290
|
+
accent: (0, _emotion.css)(_templateObject2(), _emotion.loaderTokens.progressBarCircularBackgroundStroke, _emotion.loaderTokens.progressBarCircularStroke, _emotion.loaderTokens.progressBarCircularContentColor, _emotion.loaderTokens.spinnerColor, _emotion.loaderTokens.overlayColor),
|
|
291
|
+
positive: (0, _emotion.css)(_templateObject3(), _emotion.loaderTokens.progressBarCircularBackgroundStroke, _emotion.loaderTokens.progressBarCircularStroke, _emotion.loaderTokens.progressBarCircularContentColor, _emotion.loaderTokens.spinnerColor, _emotion.loaderTokens.overlayColor),
|
|
292
|
+
warning: (0, _emotion.css)(_templateObject4(), _emotion.loaderTokens.progressBarCircularBackgroundStroke, _emotion.loaderTokens.progressBarCircularStroke, _emotion.loaderTokens.progressBarCircularContentColor, _emotion.loaderTokens.spinnerColor, _emotion.loaderTokens.overlayColor),
|
|
293
|
+
negative: (0, _emotion.css)(_templateObject5(), _emotion.loaderTokens.progressBarCircularBackgroundStroke, _emotion.loaderTokens.progressBarCircularStroke, _emotion.loaderTokens.progressBarCircularContentColor, _emotion.loaderTokens.spinnerColor, _emotion.loaderTokens.overlayColor),
|
|
294
|
+
info: (0, _emotion.css)(_templateObject6(), _emotion.loaderTokens.progressBarCircularBackgroundStroke, _emotion.loaderTokens.progressBarCircularStroke, _emotion.loaderTokens.progressBarCircularContentColor, _emotion.loaderTokens.spinnerColor, _emotion.loaderTokens.overlayColor)
|
|
295
|
+
},
|
|
296
|
+
size: {
|
|
297
|
+
xxl: (0, _emotion.css)(_templateObject7(), _emotion.loaderTokens.width, _emotion.loaderTokens.height, _emotion.loaderTokens.progressBarCircularSize, _emotion.loaderTokens.progressBarCircularHeight, _emotion.loaderTokens.progressBarCircularWidth, _emotion.loaderTokens.progressBarCircularStrokeWidth, _emotion.loaderTokens.progressBarCircularStrokeSize, _emotion.loaderTokens.progressBarCircularContentFontFamily, _emotion.loaderTokens.progressBarCircularContentFontSize, _emotion.loaderTokens.progressBarCircularContentFontStyle, _emotion.loaderTokens.progressBarCircularContentFontWeight, _emotion.loaderTokens.progressBarCircularContentLetterSpacing, _emotion.loaderTokens.progressBarCircularContentLineHeight, _emotion.loaderTokens.spinnerSize),
|
|
298
|
+
xl: (0, _emotion.css)(_templateObject8(), _emotion.loaderTokens.width, _emotion.loaderTokens.height, _emotion.loaderTokens.progressBarCircularSize, _emotion.loaderTokens.progressBarCircularHeight, _emotion.loaderTokens.progressBarCircularWidth, _emotion.loaderTokens.progressBarCircularStrokeWidth, _emotion.loaderTokens.progressBarCircularStrokeSize, _emotion.loaderTokens.progressBarCircularContentFontFamily, _emotion.loaderTokens.progressBarCircularContentFontSize, _emotion.loaderTokens.progressBarCircularContentFontStyle, _emotion.loaderTokens.progressBarCircularContentFontWeight, _emotion.loaderTokens.progressBarCircularContentLetterSpacing, _emotion.loaderTokens.progressBarCircularContentLineHeight, _emotion.loaderTokens.spinnerSize),
|
|
299
|
+
l: (0, _emotion.css)(_templateObject9(), _emotion.loaderTokens.width, _emotion.loaderTokens.height, _emotion.loaderTokens.progressBarCircularSize, _emotion.loaderTokens.progressBarCircularHeight, _emotion.loaderTokens.progressBarCircularWidth, _emotion.loaderTokens.progressBarCircularStrokeWidth, _emotion.loaderTokens.progressBarCircularStrokeSize, _emotion.loaderTokens.progressBarCircularContentFontFamily, _emotion.loaderTokens.progressBarCircularContentFontSize, _emotion.loaderTokens.progressBarCircularContentFontStyle, _emotion.loaderTokens.progressBarCircularContentFontWeight, _emotion.loaderTokens.progressBarCircularContentLetterSpacing, _emotion.loaderTokens.progressBarCircularContentLineHeight, _emotion.loaderTokens.spinnerSize),
|
|
300
|
+
m: (0, _emotion.css)(_templateObject10(), _emotion.loaderTokens.width, _emotion.loaderTokens.height, _emotion.loaderTokens.progressBarCircularSize, _emotion.loaderTokens.progressBarCircularHeight, _emotion.loaderTokens.progressBarCircularWidth, _emotion.loaderTokens.progressBarCircularStrokeWidth, _emotion.loaderTokens.progressBarCircularStrokeSize, _emotion.loaderTokens.progressBarCircularContentFontFamily, _emotion.loaderTokens.progressBarCircularContentFontSize, _emotion.loaderTokens.progressBarCircularContentFontStyle, _emotion.loaderTokens.progressBarCircularContentFontWeight, _emotion.loaderTokens.progressBarCircularContentLetterSpacing, _emotion.loaderTokens.progressBarCircularContentLineHeight, _emotion.loaderTokens.spinnerSize),
|
|
301
|
+
s: (0, _emotion.css)(_templateObject11(), _emotion.loaderTokens.width, _emotion.loaderTokens.height, _emotion.loaderTokens.progressBarCircularSize, _emotion.loaderTokens.progressBarCircularHeight, _emotion.loaderTokens.progressBarCircularWidth, _emotion.loaderTokens.progressBarCircularStrokeWidth, _emotion.loaderTokens.progressBarCircularStrokeSize, _emotion.loaderTokens.progressBarCircularContentFontFamily, _emotion.loaderTokens.progressBarCircularContentFontSize, _emotion.loaderTokens.progressBarCircularContentFontStyle, _emotion.loaderTokens.progressBarCircularContentFontWeight, _emotion.loaderTokens.progressBarCircularContentLetterSpacing, _emotion.loaderTokens.progressBarCircularContentLineHeight, _emotion.loaderTokens.spinnerSize),
|
|
302
|
+
xs: (0, _emotion.css)(_templateObject12(), _emotion.loaderTokens.width, _emotion.loaderTokens.height, _emotion.loaderTokens.progressBarCircularSize, _emotion.loaderTokens.progressBarCircularHeight, _emotion.loaderTokens.progressBarCircularWidth, _emotion.loaderTokens.progressBarCircularStrokeWidth, _emotion.loaderTokens.progressBarCircularStrokeSize, _emotion.loaderTokens.progressBarCircularContentFontFamily, _emotion.loaderTokens.progressBarCircularContentFontSize, _emotion.loaderTokens.progressBarCircularContentFontStyle, _emotion.loaderTokens.progressBarCircularContentFontWeight, _emotion.loaderTokens.progressBarCircularContentLetterSpacing, _emotion.loaderTokens.progressBarCircularContentLineHeight, _emotion.loaderTokens.spinnerSize),
|
|
303
|
+
xxs: (0, _emotion.css)(_templateObject13(), _emotion.loaderTokens.width, _emotion.loaderTokens.height, _emotion.loaderTokens.progressBarCircularSize, _emotion.loaderTokens.progressBarCircularHeight, _emotion.loaderTokens.progressBarCircularWidth, _emotion.loaderTokens.progressBarCircularStrokeWidth, _emotion.loaderTokens.progressBarCircularStrokeSize, _emotion.loaderTokens.progressBarCircularContentFontFamily, _emotion.loaderTokens.progressBarCircularContentFontSize, _emotion.loaderTokens.progressBarCircularContentFontStyle, _emotion.loaderTokens.progressBarCircularContentFontWeight, _emotion.loaderTokens.progressBarCircularContentLetterSpacing, _emotion.loaderTokens.progressBarCircularContentLineHeight, _emotion.loaderTokens.spinnerSize)
|
|
304
|
+
}
|
|
305
|
+
}
|
|
306
|
+
};
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", {
|
|
3
|
+
value: true
|
|
4
|
+
});
|
|
5
|
+
Object.defineProperty(exports, "Loader", {
|
|
6
|
+
enumerable: true,
|
|
7
|
+
get: function() {
|
|
8
|
+
return Loader;
|
|
9
|
+
}
|
|
10
|
+
});
|
|
11
|
+
var _emotion = require("@salutejs/plasma-new-hope/emotion");
|
|
12
|
+
var _Loaderconfig = require("./Loader.config");
|
|
13
|
+
var mergedConfig = (0, _emotion.mergeConfig)(_emotion.loaderConfig, _Loaderconfig.config);
|
|
14
|
+
var Loader = (0, _emotion.component)(mergedConfig);
|
|
@@ -38,7 +38,10 @@ function _templateObject() {
|
|
|
38
38
|
": var(--surface-clear);\n ",
|
|
39
39
|
": var(--text-primary-hover);\n ",
|
|
40
40
|
": var(--surface-clear);\n ",
|
|
41
|
-
": var(--surface-accent);\n
|
|
41
|
+
": var(--surface-accent);\n\n ",
|
|
42
|
+
": var(--surface-solid-card-brightness);\n ",
|
|
43
|
+
": var(--shadow-down-hard-s);\n ",
|
|
44
|
+
": var(--text-primary);\n "
|
|
42
45
|
]);
|
|
43
46
|
_templateObject = function _templateObject() {
|
|
44
47
|
return data;
|
|
@@ -297,21 +300,82 @@ function _templateObject4() {
|
|
|
297
300
|
};
|
|
298
301
|
return data;
|
|
299
302
|
}
|
|
303
|
+
function _templateObject5() {
|
|
304
|
+
var data = _tagged_template_literal([
|
|
305
|
+
"\n ",
|
|
306
|
+
": 0.6875rem;\n ",
|
|
307
|
+
": 0.875rem;\n ",
|
|
308
|
+
": 0.6875rem;\n ",
|
|
309
|
+
": 0.875rem;\n\n ",
|
|
310
|
+
": 2.5rem;\n ",
|
|
311
|
+
": 0.625rem;\n\n ",
|
|
312
|
+
": var(--plasma-typo-body-s-font-family);\n ",
|
|
313
|
+
": var(--plasma-typo-body-s-font-size);\n ",
|
|
314
|
+
": var(--plasma-typo-body-s-font-style);\n ",
|
|
315
|
+
": var(--plasma-typo-body-s-font-weight);\n ",
|
|
316
|
+
": var(--plasma-typo-body-s-letter-spacing);\n ",
|
|
317
|
+
": var(--plasma-typo-body-s-line-height);\n\n ",
|
|
318
|
+
": 0.375rem;\n\n ",
|
|
319
|
+
": 1.25rem;\n ",
|
|
320
|
+
": 1.25rem;\n ",
|
|
321
|
+
': url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6c3ZnPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgPHBhdGggY2xpcC1ydWxlPSJldmVub2RkIiBkPSJtMC4xNywxMS44M2wyMCwwYy01LjUyLDAgLTEwLDMuNTkgLTEwLDhjMCwtNC40MSAtNC40OCwtOCAtMTAsLTh6IiBmaWxsPSIjMTcxNzE3IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGlkPSJUYWlsIi8+Cjwvc3ZnPg==");\n ',
|
|
322
|
+
": 0.5rem;\n ",
|
|
323
|
+
": 0.625rem;\n ",
|
|
324
|
+
": var(--surface-solid-card-brightness);\n "
|
|
325
|
+
]);
|
|
326
|
+
_templateObject5 = function _templateObject() {
|
|
327
|
+
return data;
|
|
328
|
+
};
|
|
329
|
+
return data;
|
|
330
|
+
}
|
|
331
|
+
function _templateObject6() {
|
|
332
|
+
var data = _tagged_template_literal([
|
|
333
|
+
"\n ",
|
|
334
|
+
": 0.5rem;\n ",
|
|
335
|
+
": 0.75rem;\n ",
|
|
336
|
+
": 0.5rem;\n ",
|
|
337
|
+
": 0.75rem;\n\n ",
|
|
338
|
+
": 2rem;\n ",
|
|
339
|
+
": 0.5rem;\n\n ",
|
|
340
|
+
": var(--plasma-typo-body-xs-font-family);\n ",
|
|
341
|
+
": var(--plasma-typo-body-xs-font-size);\n ",
|
|
342
|
+
": var(--plasma-typo-body-xs-font-style);\n ",
|
|
343
|
+
": var(--plasma-typo-body-xs-font-weight);\n ",
|
|
344
|
+
": var(--plasma-typo-body-xs-letter-spacing);\n ",
|
|
345
|
+
": var(--plasma-typo-body-xs-line-height);\n\n ",
|
|
346
|
+
": 0.25rem;\n\n ",
|
|
347
|
+
": 1rem;\n ",
|
|
348
|
+
": 1rem;\n ",
|
|
349
|
+
': url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6c3ZnPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgPHBhdGggY2xpcC1ydWxlPSJldmVub2RkIiBkPSJtMCw5Ljg1bDE2LDBjLTQuNDEsMCAtOCwyLjY5IC04LDZjMCwtMy4zMSAtMy41OSwtNiAtOCwtNnoiIGZpbGw9IiMxNzE3MTciIGZpbGwtcnVsZT0iZXZlbm9kZCIgaWQ9IlRhaWwiLz4KPC9zdmc+");\n ',
|
|
350
|
+
": 0.375rem;\n ",
|
|
351
|
+
": 0.5625rem;\n ",
|
|
352
|
+
": var(--surface-solid-card-brightness);\n "
|
|
353
|
+
]);
|
|
354
|
+
_templateObject6 = function _templateObject() {
|
|
355
|
+
return data;
|
|
356
|
+
};
|
|
357
|
+
return data;
|
|
358
|
+
}
|
|
300
359
|
import { css, calendarBaseTokens } from '@salutejs/plasma-new-hope/emotion';
|
|
301
360
|
export var config = {
|
|
302
361
|
defaults: {
|
|
303
362
|
view: 'default',
|
|
304
|
-
size: 'm'
|
|
363
|
+
size: 'm',
|
|
364
|
+
tooltipSize: 'm'
|
|
305
365
|
},
|
|
306
366
|
variations: {
|
|
307
367
|
view: {
|
|
308
|
-
default: css(_templateObject(), calendarBaseTokens.calendarSelectedItemBackground, calendarBaseTokens.calendarSelectedItemColor, calendarBaseTokens.calendarSelectableItemBackgroundHover, calendarBaseTokens.calendarCurrentItemBorderColor, calendarBaseTokens.calendarCurrentItemBackgroundHover, calendarBaseTokens.calendarCurrentItemColorHover, calendarBaseTokens.calendarCurrentItemChildBackgroundHover, calendarBaseTokens.calendarActiveItemBackground, calendarBaseTokens.calendarActiveItemColor, calendarBaseTokens.calendarHoveredItemBackground, calendarBaseTokens.calendarHoveredItemColor, calendarBaseTokens.calendarRangeBackground, calendarBaseTokens.calendarOutlineFocusColor, calendarBaseTokens.calendarContentPrimaryColor, calendarBaseTokens.calendarContentPrimaryDisabledColor, calendarBaseTokens.calendarContentSecondaryColor, calendarBaseTokens.calendarContentSecondaryDisabledColor, calendarBaseTokens.calendarHeaderArrowColor, calendarBaseTokens.calendarContentPrimaryColor, calendarBaseTokens.calendarDayOfWeekColor, calendarBaseTokens.calendarDisabledOpacity, calendarBaseTokens.iconButtonColor, calendarBaseTokens.iconButtonBackgroundColor, calendarBaseTokens.iconButtonColorHover, calendarBaseTokens.iconButtonBackgroundColorHover, calendarBaseTokens.iconButtonColorActive, calendarBaseTokens.iconButtonBackgroundColorActive, calendarBaseTokens.iconButtonFocusColor)
|
|
368
|
+
default: css(_templateObject(), calendarBaseTokens.calendarSelectedItemBackground, calendarBaseTokens.calendarSelectedItemColor, calendarBaseTokens.calendarSelectableItemBackgroundHover, calendarBaseTokens.calendarCurrentItemBorderColor, calendarBaseTokens.calendarCurrentItemBackgroundHover, calendarBaseTokens.calendarCurrentItemColorHover, calendarBaseTokens.calendarCurrentItemChildBackgroundHover, calendarBaseTokens.calendarActiveItemBackground, calendarBaseTokens.calendarActiveItemColor, calendarBaseTokens.calendarHoveredItemBackground, calendarBaseTokens.calendarHoveredItemColor, calendarBaseTokens.calendarRangeBackground, calendarBaseTokens.calendarOutlineFocusColor, calendarBaseTokens.calendarContentPrimaryColor, calendarBaseTokens.calendarContentPrimaryDisabledColor, calendarBaseTokens.calendarContentSecondaryColor, calendarBaseTokens.calendarContentSecondaryDisabledColor, calendarBaseTokens.calendarHeaderArrowColor, calendarBaseTokens.calendarContentPrimaryColor, calendarBaseTokens.calendarDayOfWeekColor, calendarBaseTokens.calendarDisabledOpacity, calendarBaseTokens.iconButtonColor, calendarBaseTokens.iconButtonBackgroundColor, calendarBaseTokens.iconButtonColorHover, calendarBaseTokens.iconButtonBackgroundColorHover, calendarBaseTokens.iconButtonColorActive, calendarBaseTokens.iconButtonBackgroundColorActive, calendarBaseTokens.iconButtonFocusColor, calendarBaseTokens.tooltipBackgroundColor, calendarBaseTokens.tooltipBoxShadow, calendarBaseTokens.tooltipColor)
|
|
309
369
|
},
|
|
310
370
|
size: {
|
|
311
371
|
l: css(_templateObject1(), calendarBaseTokens.calendarContainerWidth, calendarBaseTokens.calendarContainerHeight, calendarBaseTokens.calendarYearsPadding, calendarBaseTokens.calendarYearItemBorderRadius, calendarBaseTokens.calendarYearFontFamily, calendarBaseTokens.calendarYearFontSize, calendarBaseTokens.calendarYearFontStyle, calendarBaseTokens.calendarYearFontLetterSpacing, calendarBaseTokens.calendarYearFontLineHeight, calendarBaseTokens.calendarYearFontWeight, calendarBaseTokens.calendarYearSelectedFontWeight, calendarBaseTokens.calendarQuartersPadding, calendarBaseTokens.calendarQuarterItemBorderRadius, calendarBaseTokens.calendarQuarterFontFamily, calendarBaseTokens.calendarQuarterFontSize, calendarBaseTokens.calendarQuarterFontStyle, calendarBaseTokens.calendarQuarterFontLetterSpacing, calendarBaseTokens.calendarQuarterFontLineHeight, calendarBaseTokens.calendarQuarterFontWeight, calendarBaseTokens.calendarQuarterSelectedFontWeight, calendarBaseTokens.calendarMonthsPadding, calendarBaseTokens.calendarMonthItemBorderRadius, calendarBaseTokens.calendarMonthFontFamily, calendarBaseTokens.calendarMonthFontSize, calendarBaseTokens.calendarMonthFontStyle, calendarBaseTokens.calendarMonthFontLetterSpacing, calendarBaseTokens.calendarMonthFontLineHeight, calendarBaseTokens.calendarMonthFontWeight, calendarBaseTokens.calendarMonthSelectedFontWeight, calendarBaseTokens.calendarDaysPadding, calendarBaseTokens.calendarDayItemBorderRadius, calendarBaseTokens.calendarDayFontFamily, calendarBaseTokens.calendarDayFontSize, calendarBaseTokens.calendarDayFontStyle, calendarBaseTokens.calendarDayFontLetterSpacing, calendarBaseTokens.calendarDayFontLineHeight, calendarBaseTokens.calendarDayFontWeight, calendarBaseTokens.calendarDaySelectedFontWeight, calendarBaseTokens.calendarCurrentItemBorderWidth, calendarBaseTokens.calendarHeaderArrowGap, calendarBaseTokens.calendarArrowHeaderCustomSize, calendarBaseTokens.calendarHeaderPadding, calendarBaseTokens.calendarHeaderDateGap, calendarBaseTokens.calendarHeaderFontFamily, calendarBaseTokens.calendarHeaderFontSize, calendarBaseTokens.calendarHeaderFontStyle, calendarBaseTokens.calendarHeaderFontLetterSpacing, calendarBaseTokens.calendarHeaderFontLineHeight, calendarBaseTokens.calendarHeaderFontWeight, calendarBaseTokens.calendarHeaderFontWeightBold, calendarBaseTokens.iconButtonHeight, calendarBaseTokens.iconButtonWidth, calendarBaseTokens.iconButtonPadding, calendarBaseTokens.iconButtonRadius),
|
|
312
372
|
m: css(_templateObject2(), calendarBaseTokens.calendarContainerWidth, calendarBaseTokens.calendarContainerHeight, calendarBaseTokens.calendarYearsPadding, calendarBaseTokens.calendarYearItemBorderRadius, calendarBaseTokens.calendarYearFontFamily, calendarBaseTokens.calendarYearFontSize, calendarBaseTokens.calendarYearFontStyle, calendarBaseTokens.calendarYearFontLetterSpacing, calendarBaseTokens.calendarYearFontLineHeight, calendarBaseTokens.calendarYearFontWeight, calendarBaseTokens.calendarYearSelectedFontWeight, calendarBaseTokens.calendarQuartersPadding, calendarBaseTokens.calendarQuarterItemBorderRadius, calendarBaseTokens.calendarQuarterFontFamily, calendarBaseTokens.calendarQuarterFontSize, calendarBaseTokens.calendarQuarterFontStyle, calendarBaseTokens.calendarQuarterFontLetterSpacing, calendarBaseTokens.calendarQuarterFontLineHeight, calendarBaseTokens.calendarQuarterFontWeight, calendarBaseTokens.calendarQuarterSelectedFontWeight, calendarBaseTokens.calendarMonthsPadding, calendarBaseTokens.calendarMonthItemBorderRadius, calendarBaseTokens.calendarMonthFontFamily, calendarBaseTokens.calendarMonthFontSize, calendarBaseTokens.calendarMonthFontStyle, calendarBaseTokens.calendarMonthFontLetterSpacing, calendarBaseTokens.calendarMonthFontLineHeight, calendarBaseTokens.calendarMonthFontWeight, calendarBaseTokens.calendarMonthSelectedFontWeight, calendarBaseTokens.calendarDaysPadding, calendarBaseTokens.calendarDayItemBorderRadius, calendarBaseTokens.calendarDayFontFamily, calendarBaseTokens.calendarDayFontSize, calendarBaseTokens.calendarDayFontStyle, calendarBaseTokens.calendarDayFontLetterSpacing, calendarBaseTokens.calendarDayFontLineHeight, calendarBaseTokens.calendarDayFontWeight, calendarBaseTokens.calendarDaySelectedFontWeight, calendarBaseTokens.calendarCurrentItemBorderWidth, calendarBaseTokens.calendarHeaderArrowGap, calendarBaseTokens.calendarArrowHeaderCustomSize, calendarBaseTokens.calendarHeaderPadding, calendarBaseTokens.calendarHeaderDateGap, calendarBaseTokens.calendarHeaderFontFamily, calendarBaseTokens.calendarHeaderFontSize, calendarBaseTokens.calendarHeaderFontStyle, calendarBaseTokens.calendarHeaderFontLetterSpacing, calendarBaseTokens.calendarHeaderFontLineHeight, calendarBaseTokens.calendarHeaderFontWeight, calendarBaseTokens.calendarHeaderFontWeightBold, calendarBaseTokens.iconButtonHeight, calendarBaseTokens.iconButtonWidth, calendarBaseTokens.iconButtonPadding, calendarBaseTokens.iconButtonRadius),
|
|
313
373
|
s: css(_templateObject3(), calendarBaseTokens.calendarContainerWidth, calendarBaseTokens.calendarContainerHeight, calendarBaseTokens.calendarYearsPadding, calendarBaseTokens.calendarYearItemBorderRadius, calendarBaseTokens.calendarYearFontFamily, calendarBaseTokens.calendarYearFontSize, calendarBaseTokens.calendarYearFontStyle, calendarBaseTokens.calendarYearFontLetterSpacing, calendarBaseTokens.calendarYearFontLineHeight, calendarBaseTokens.calendarYearFontWeight, calendarBaseTokens.calendarYearSelectedFontWeight, calendarBaseTokens.calendarQuartersPadding, calendarBaseTokens.calendarQuarterItemBorderRadius, calendarBaseTokens.calendarQuarterFontFamily, calendarBaseTokens.calendarQuarterFontSize, calendarBaseTokens.calendarQuarterFontStyle, calendarBaseTokens.calendarQuarterFontLetterSpacing, calendarBaseTokens.calendarQuarterFontLineHeight, calendarBaseTokens.calendarQuarterFontWeight, calendarBaseTokens.calendarQuarterSelectedFontWeight, calendarBaseTokens.calendarMonthsPadding, calendarBaseTokens.calendarMonthItemBorderRadius, calendarBaseTokens.calendarMonthFontFamily, calendarBaseTokens.calendarMonthFontSize, calendarBaseTokens.calendarMonthFontStyle, calendarBaseTokens.calendarMonthFontLetterSpacing, calendarBaseTokens.calendarMonthFontLineHeight, calendarBaseTokens.calendarMonthFontWeight, calendarBaseTokens.calendarMonthSelectedFontWeight, calendarBaseTokens.calendarDaysPadding, calendarBaseTokens.calendarDayItemBorderRadius, calendarBaseTokens.calendarDayFontFamily, calendarBaseTokens.calendarDayFontSize, calendarBaseTokens.calendarDayFontStyle, calendarBaseTokens.calendarDayFontLetterSpacing, calendarBaseTokens.calendarDayFontLineHeight, calendarBaseTokens.calendarDayFontWeight, calendarBaseTokens.calendarDaySelectedFontWeight, calendarBaseTokens.calendarCurrentItemBorderWidth, calendarBaseTokens.calendarHeaderArrowGap, calendarBaseTokens.calendarArrowHeaderCustomSize, calendarBaseTokens.calendarHeaderPadding, calendarBaseTokens.calendarHeaderDateGap, calendarBaseTokens.calendarHeaderFontFamily, calendarBaseTokens.calendarHeaderFontSize, calendarBaseTokens.calendarHeaderFontStyle, calendarBaseTokens.calendarHeaderFontLetterSpacing, calendarBaseTokens.calendarHeaderFontLineHeight, calendarBaseTokens.calendarHeaderFontWeight, calendarBaseTokens.calendarHeaderFontWeightBold, calendarBaseTokens.iconButtonHeight, calendarBaseTokens.iconButtonWidth, calendarBaseTokens.iconButtonPadding, calendarBaseTokens.iconButtonRadius),
|
|
314
374
|
xs: css(_templateObject4(), calendarBaseTokens.calendarContainerWidth, calendarBaseTokens.calendarContainerHeight, calendarBaseTokens.calendarYearsPadding, calendarBaseTokens.calendarYearItemBorderRadius, calendarBaseTokens.calendarYearFontFamily, calendarBaseTokens.calendarYearFontSize, calendarBaseTokens.calendarYearFontStyle, calendarBaseTokens.calendarYearFontLetterSpacing, calendarBaseTokens.calendarYearFontLineHeight, calendarBaseTokens.calendarYearFontWeight, calendarBaseTokens.calendarYearSelectedFontWeight, calendarBaseTokens.calendarQuartersPadding, calendarBaseTokens.calendarQuarterItemBorderRadius, calendarBaseTokens.calendarQuarterFontFamily, calendarBaseTokens.calendarQuarterFontSize, calendarBaseTokens.calendarQuarterFontStyle, calendarBaseTokens.calendarQuarterFontLetterSpacing, calendarBaseTokens.calendarQuarterFontLineHeight, calendarBaseTokens.calendarQuarterFontWeight, calendarBaseTokens.calendarQuarterSelectedFontWeight, calendarBaseTokens.calendarMonthsPadding, calendarBaseTokens.calendarMonthItemBorderRadius, calendarBaseTokens.calendarMonthFontFamily, calendarBaseTokens.calendarMonthFontSize, calendarBaseTokens.calendarMonthFontStyle, calendarBaseTokens.calendarMonthFontLetterSpacing, calendarBaseTokens.calendarMonthFontLineHeight, calendarBaseTokens.calendarMonthFontWeight, calendarBaseTokens.calendarMonthSelectedFontWeight, calendarBaseTokens.calendarDaysPadding, calendarBaseTokens.calendarDayItemBorderRadius, calendarBaseTokens.calendarDayFontFamily, calendarBaseTokens.calendarDayFontSize, calendarBaseTokens.calendarDayFontStyle, calendarBaseTokens.calendarDayFontLetterSpacing, calendarBaseTokens.calendarDayFontLineHeight, calendarBaseTokens.calendarDayFontWeight, calendarBaseTokens.calendarDaySelectedFontWeight, calendarBaseTokens.calendarCurrentItemBorderWidth, calendarBaseTokens.calendarHeaderArrowGap, calendarBaseTokens.calendarArrowHeaderCustomSize, calendarBaseTokens.calendarHeaderPadding, calendarBaseTokens.calendarHeaderDateGap, calendarBaseTokens.calendarHeaderFontFamily, calendarBaseTokens.calendarHeaderFontSize, calendarBaseTokens.calendarHeaderFontStyle, calendarBaseTokens.calendarHeaderFontLetterSpacing, calendarBaseTokens.calendarHeaderFontLineHeight, calendarBaseTokens.calendarHeaderFontWeight, calendarBaseTokens.calendarHeaderFontWeightBold, calendarBaseTokens.iconButtonHeight, calendarBaseTokens.iconButtonWidth, calendarBaseTokens.iconButtonPadding, calendarBaseTokens.iconButtonRadius)
|
|
375
|
+
},
|
|
376
|
+
eventTooltipSize: {
|
|
377
|
+
m: css(_templateObject5(), calendarBaseTokens.tooltipPaddingTop, calendarBaseTokens.tooltipPaddingRight, calendarBaseTokens.tooltipPaddingBottom, calendarBaseTokens.tooltipPaddingLeft, calendarBaseTokens.tooltipMinHeight, calendarBaseTokens.tooltipBorderRadius, calendarBaseTokens.tooltipTextFontFamily, calendarBaseTokens.tooltipTextFontSize, calendarBaseTokens.tooltipTextFontStyle, calendarBaseTokens.tooltipTextFontWeight, calendarBaseTokens.tooltipTextFontLetterSpacing, calendarBaseTokens.tooltipTextFontLineHeight, calendarBaseTokens.tooltipContentLeftMargin, calendarBaseTokens.tooltipArrowMaskWidth, calendarBaseTokens.tooltipArrowMaskHeight, calendarBaseTokens.tooltipArrowMaskImage, calendarBaseTokens.tooltipArrowHeight, calendarBaseTokens.tooltipArrowEdgeMargin, calendarBaseTokens.tooltipArrowBackground),
|
|
378
|
+
s: css(_templateObject6(), calendarBaseTokens.tooltipPaddingTop, calendarBaseTokens.tooltipPaddingRight, calendarBaseTokens.tooltipPaddingBottom, calendarBaseTokens.tooltipPaddingLeft, calendarBaseTokens.tooltipMinHeight, calendarBaseTokens.tooltipBorderRadius, calendarBaseTokens.tooltipTextFontFamily, calendarBaseTokens.tooltipTextFontSize, calendarBaseTokens.tooltipTextFontStyle, calendarBaseTokens.tooltipTextFontWeight, calendarBaseTokens.tooltipTextFontLetterSpacing, calendarBaseTokens.tooltipTextFontLineHeight, calendarBaseTokens.tooltipContentLeftMargin, calendarBaseTokens.tooltipArrowMaskWidth, calendarBaseTokens.tooltipArrowMaskHeight, calendarBaseTokens.tooltipArrowMaskImage, calendarBaseTokens.tooltipArrowHeight, calendarBaseTokens.tooltipArrowEdgeMargin, calendarBaseTokens.tooltipArrowBackground)
|
|
315
379
|
}
|
|
316
380
|
}
|
|
317
381
|
};
|