@kksdev/ds-angular 1.3.0 → 1.5.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.
@@ -545,3 +545,294 @@ $chip-remove-icon-size-md: 12px;
545
545
  $chip-remove-icon-size-lg: 14px;
546
546
 
547
547
  $chip-border-radius: $radius-round;
548
+
549
+ // === EMPTY ===
550
+
551
+ $empty-padding-sm: $space-6;
552
+ $empty-padding-md: $space-8;
553
+ $empty-padding-lg: $space-10;
554
+
555
+ $empty-icon-margin: $space-4;
556
+ $empty-icon-size-sm: 40px;
557
+ $empty-icon-size-md: 56px;
558
+ $empty-icon-size-lg: 80px;
559
+
560
+ $empty-image-margin: $space-4;
561
+ $empty-image-size-sm: 120px;
562
+ $empty-image-size-md: 180px;
563
+ $empty-image-size-lg: 240px;
564
+
565
+ $empty-content-margin: $space-4;
566
+ $empty-title-font-size: $font-size-4;
567
+ $empty-title-font-weight: 600;
568
+
569
+ $empty-description-font-size: $font-size-2;
570
+ $empty-description-max-width: 400px;
571
+
572
+ $empty-actions-gap: $space-3;
573
+
574
+ // === RATING ===
575
+
576
+ $rating-gap-sm: 2px;
577
+ $rating-gap-md: $space-1;
578
+ $rating-gap-lg: $space-2;
579
+
580
+ $rating-icon-size-sm: 16px;
581
+ $rating-icon-size-md: 20px;
582
+ $rating-icon-size-lg: 28px;
583
+
584
+ $rating-hover-scale: 1.1;
585
+ $rating-active-scale: 0.95;
586
+ $rating-disabled-opacity: 0.5;
587
+
588
+ $rating-focus-radius: $radius-1;
589
+
590
+ // === DRAWER ===
591
+
592
+ $drawer-width-sm: 320px;
593
+ $drawer-width-md: 480px;
594
+ $drawer-width-lg: 640px;
595
+
596
+ $drawer-header-padding: $space-4;
597
+ $drawer-body-padding: $space-4;
598
+ $drawer-footer-padding: $space-4;
599
+
600
+ $drawer-title-font-size: $font-size-4;
601
+ $drawer-title-font-weight: 600;
602
+
603
+ $drawer-close-size: 32px;
604
+ $drawer-close-radius: $radius-1;
605
+
606
+ $drawer-backdrop-z-index: 1000;
607
+ $drawer-z-index: 1001;
608
+
609
+ // === TIME PICKER ===
610
+
611
+ $time-picker-panel-padding: $space-2;
612
+ $time-picker-panel-border-radius: $radius-2;
613
+ $time-picker-panel-min-width: 200px;
614
+
615
+ $time-picker-column-gap: $space-2;
616
+ $time-picker-column-min-width: 60px;
617
+ $time-picker-column-period-width: 50px;
618
+ $time-picker-column-max-height: 200px;
619
+ $time-picker-column-border-radius: $radius-1;
620
+
621
+ $time-picker-option-padding: $space-2;
622
+ $time-picker-option-font-size: $font-size-2;
623
+
624
+ $time-picker-scrollbar-width: 6px;
625
+ $time-picker-scrollbar-radius: $radius-1;
626
+
627
+ // === TREE ===
628
+
629
+ $tree-node-padding: $space-1 $space-2;
630
+ $tree-node-gap: $space-2;
631
+ $tree-toggle-size: 20px;
632
+ $tree-icon-size: 16px;
633
+ $tree-label-font-size: $font-size-3;
634
+ $tree-indent: 20px;
635
+ $tree-max-height: 400px;
636
+ $tree-border-radius: $radius-2;
637
+
638
+ // === PASSWORD STRENGTH ===
639
+
640
+ $password-strength-bar-height-sm: 4px;
641
+ $password-strength-bar-height-md: 6px;
642
+ $password-strength-bar-height-lg: 8px;
643
+ $password-strength-bar-gap: $space-1;
644
+ $password-strength-bar-radius: $radius-1;
645
+ $password-strength-label-font-size: $font-size-2;
646
+ $password-strength-label-gap: $space-2;
647
+
648
+ // === TIMELINE ===
649
+
650
+ $timeline-dot-size-sm: 20px;
651
+ $timeline-dot-size-md: 24px;
652
+ $timeline-dot-size-lg: 32px;
653
+
654
+ $timeline-dot-border-width: 2px;
655
+
656
+ $timeline-line-width-sm: 2px;
657
+ $timeline-line-width-md: 2px;
658
+ $timeline-line-width-lg: 3px;
659
+
660
+ $timeline-item-gap-sm: $space-4;
661
+ $timeline-item-gap-md: $space-6;
662
+ $timeline-item-gap-lg: $space-8;
663
+
664
+ $timeline-content-gap-sm: $space-3;
665
+ $timeline-content-gap-md: $space-4;
666
+ $timeline-content-gap-lg: $space-6;
667
+
668
+ $timeline-content-inner-gap-sm: $space-1;
669
+ $timeline-content-inner-gap-md: $space-2;
670
+ $timeline-content-inner-gap-lg: $space-3;
671
+
672
+ $timeline-date-font-size-sm: $font-size-1;
673
+ $timeline-date-font-size-md: $font-size-2;
674
+ $timeline-date-font-size-lg: $font-size-3;
675
+
676
+ $timeline-text-font-size-sm: $font-size-2;
677
+ $timeline-text-font-size-md: $font-size-3;
678
+ $timeline-text-font-size-lg: $font-size-4;
679
+
680
+ $timeline-icon-size-sm: 12px;
681
+ $timeline-icon-size-md: 14px;
682
+ $timeline-icon-size-lg: 18px;
683
+
684
+ // === TRANSFER ===
685
+
686
+ $transfer-gap: $space-4;
687
+ $transfer-border-radius: $radius-2;
688
+
689
+ $transfer-header-padding: $space-3 $space-4;
690
+ $transfer-header-padding-sm: $space-2 $space-3;
691
+ $transfer-header-padding-lg: $space-4 $space-5;
692
+
693
+ $transfer-search-padding: $space-3 $space-4;
694
+ $transfer-search-padding-sm: $space-2 $space-3;
695
+ $transfer-search-padding-lg: $space-4 $space-5;
696
+
697
+ $transfer-search-input-padding: $space-2 $space-8 $space-2 $space-3;
698
+ $transfer-search-input-padding-sm: $space-1-5 $space-6 $space-1-5 $space-2;
699
+ $transfer-search-input-padding-lg: $space-3 $space-10 $space-3 $space-4;
700
+
701
+ $transfer-search-input-radius: $radius-1;
702
+
703
+ $transfer-list-min-height: 300px;
704
+ $transfer-list-min-height-sm: 200px;
705
+ $transfer-list-min-height-lg: 400px;
706
+
707
+ $transfer-list-max-height: 400px;
708
+ $transfer-list-max-height-sm: 300px;
709
+ $transfer-list-max-height-lg: 500px;
710
+
711
+ $transfer-item-padding: $space-3 $space-4;
712
+ $transfer-item-padding-sm: $space-2 $space-3;
713
+ $transfer-item-padding-lg: $space-4 $space-5;
714
+
715
+ $transfer-title-font-size: $font-size-3;
716
+ $transfer-item-font-size: $font-size-3;
717
+ $transfer-item-font-size-sm: $font-size-2;
718
+ $transfer-item-font-size-lg: $font-size-4;
719
+
720
+ $transfer-actions-gap: $space-2;
721
+
722
+ // === CAROUSEL ===
723
+
724
+ $carousel-container-height: 400px;
725
+ $carousel-container-height-mobile: 250px;
726
+
727
+ $carousel-radius: $radius-2;
728
+
729
+ $carousel-content-padding: $space-6;
730
+ $carousel-title-size: $font-size-5;
731
+ $carousel-description-size: $font-size-3;
732
+
733
+ $carousel-arrow-size: 40px;
734
+ $carousel-arrow-size-mobile: 28px;
735
+ $carousel-arrow-radius: 50%;
736
+ $carousel-arrow-offset: $space-4;
737
+ $carousel-arrow-offset-mobile: $space-2;
738
+ $carousel-arrow-icon-size: $font-size-4;
739
+ $carousel-arrow-icon-size-mobile: $font-size-3;
740
+
741
+ $carousel-dot-size: 10px;
742
+ $carousel-dot-size-active: 12px;
743
+ $carousel-dots-gap: $space-2;
744
+ $carousel-dots-padding: $space-4;
745
+
746
+ // === CALENDAR ===
747
+
748
+ $calendar-radius: $radius-2;
749
+
750
+ $calendar-header-padding: $space-4;
751
+ $calendar-header-padding-sm: $space-2;
752
+ $calendar-header-padding-lg: $space-6;
753
+
754
+ $calendar-nav-gap: $space-2;
755
+ $calendar-nav-btn-size: 32px;
756
+ $calendar-nav-btn-radius: $radius-1;
757
+ $calendar-nav-btn-font-size: $font-size-3;
758
+
759
+ $calendar-title-padding: $space-2 $space-3;
760
+ $calendar-title-radius: $radius-1;
761
+ $calendar-title-font-size: $font-size-4;
762
+ $calendar-title-font-size-sm: $font-size-3;
763
+ $calendar-title-font-size-lg: $font-size-5;
764
+ $calendar-title-font-weight: 600;
765
+
766
+ $calendar-mode-gap: $space-1;
767
+ $calendar-mode-radius: $radius-1;
768
+ $calendar-mode-padding: 2px;
769
+ $calendar-mode-btn-padding: $space-1 $space-3;
770
+ $calendar-mode-btn-radius: $radius-1;
771
+ $calendar-mode-btn-font-size: $font-size-2;
772
+
773
+ $calendar-month-view-padding: $space-4;
774
+
775
+ $calendar-weekday-gap: $space-1;
776
+ $calendar-weekday-margin: $space-2;
777
+ $calendar-weekday-padding: $space-2 0;
778
+ $calendar-weekday-font-size: $font-size-2;
779
+ $calendar-weekday-font-size-sm: $font-size-1;
780
+ $calendar-weekday-font-size-lg: $font-size-3;
781
+ $calendar-weekday-font-weight: 600;
782
+
783
+ $calendar-grid-gap: $space-1;
784
+
785
+ $calendar-day-padding: $space-2;
786
+ $calendar-day-padding-sm: $space-1;
787
+ $calendar-day-padding-lg: $space-3;
788
+ $calendar-day-radius: $radius-1;
789
+ $calendar-day-font-size: $font-size-3;
790
+ $calendar-day-font-size-sm: $font-size-2;
791
+ $calendar-day-font-size-lg: $font-size-4;
792
+
793
+ $calendar-day-number-margin: $space-1;
794
+
795
+ $calendar-events-gap: 2px;
796
+
797
+ $calendar-event-gap: $space-1;
798
+ $calendar-event-padding: 2px;
799
+ $calendar-event-radius: $radius-1;
800
+
801
+ $calendar-event-dot-size: 6px;
802
+
803
+ $calendar-event-title-font-size: $font-size-1;
804
+
805
+ $calendar-year-view-padding: $space-4;
806
+
807
+ $calendar-months-gap: $space-3;
808
+
809
+ $calendar-month-padding: $space-4;
810
+ $calendar-month-padding-sm: $space-2;
811
+ $calendar-month-padding-lg: $space-6;
812
+ $calendar-month-radius: $radius-2;
813
+ $calendar-month-font-size: $font-size-3;
814
+ $calendar-month-font-size-sm: $font-size-2;
815
+ $calendar-month-font-size-lg: $font-size-4;
816
+
817
+ // === NOTIFICATION ===
818
+
819
+ $notification-z-index: 1050;
820
+ $notification-max-width: 384px;
821
+ $notification-gap: $space-3;
822
+
823
+ $notification-offset-x: $space-6;
824
+ $notification-offset-y: $space-6;
825
+
826
+ $notification-padding: $space-4;
827
+ $notification-gap-inner: $space-3;
828
+
829
+ $notification-border-width: 1px;
830
+ $notification-radius: $radius-2;
831
+
832
+ $notification-icon-size: 20px;
833
+ $notification-icon-gap: $space-2;
834
+
835
+ $notification-title-size: $font-size-3;
836
+ $notification-title-weight: 600;
837
+
838
+ $notification-message-size: $font-size-2;
@@ -75,6 +75,7 @@
75
75
  --space-4: #{$space-4};
76
76
  --space-5: #{$space-5};
77
77
  --space-6: #{$space-6};
78
+ --space-7: #{$space-7};
78
79
  --space-8: #{$space-8};
79
80
  --space-s: var(--space-2);
80
81
  --space-l: var(--space-6);
@@ -108,15 +109,30 @@
108
109
  --gray-500: #{$gray-500};
109
110
  --gray-600: #{$gray-600};
110
111
  --gray-700: #{$gray-700};
112
+ --gray-750: #{$gray-750};
111
113
  --gray-800: #{$gray-800};
114
+ --gray-850: #{$gray-850};
112
115
  --gray-900: #{$gray-900};
113
116
 
117
+ --white: #{$white};
118
+ --black: #{$black};
119
+
114
120
  --success: #{$success};
115
121
  --warning: #{$warning};
116
122
  --error: #{$error};
117
123
  --info: #{$info};
118
124
  --focus-color: var(--color-secondary);
119
125
 
126
+ /* === RGB VALUES (for rgba() with custom opacity) === */
127
+ --color-primary-rgb: 125, 75, 192;
128
+ --color-secondary-rgb: 251, 194, 36;
129
+ --success-rgb: 76, 175, 80;
130
+ --warning-rgb: 255, 152, 0;
131
+ --error-rgb: 244, 67, 54;
132
+ --info-rgb: 33, 150, 243;
133
+ --black-rgb: 0, 0, 0;
134
+ --white-rgb: 255, 255, 255;
135
+
120
136
  /* === SIZES & LAYOUT === */
121
137
  --container-xs: #{$container-xs};
122
138
  --container-sm: #{$container-sm};
@@ -576,4 +592,253 @@
576
592
  --chip-remove-icon-size-md: #{$chip-remove-icon-size-md};
577
593
  --chip-remove-icon-size-lg: #{$chip-remove-icon-size-lg};
578
594
  --chip-border-radius: #{$chip-border-radius};
595
+
596
+ /* === EMPTY === */
597
+ --empty-padding-sm: #{$empty-padding-sm};
598
+ --empty-padding-md: #{$empty-padding-md};
599
+ --empty-padding-lg: #{$empty-padding-lg};
600
+ --empty-icon-margin: #{$empty-icon-margin};
601
+ --empty-icon-size-sm: #{$empty-icon-size-sm};
602
+ --empty-icon-size-md: #{$empty-icon-size-md};
603
+ --empty-icon-size-lg: #{$empty-icon-size-lg};
604
+ --empty-image-margin: #{$empty-image-margin};
605
+ --empty-image-size-sm: #{$empty-image-size-sm};
606
+ --empty-image-size-md: #{$empty-image-size-md};
607
+ --empty-image-size-lg: #{$empty-image-size-lg};
608
+ --empty-content-margin: #{$empty-content-margin};
609
+ --empty-title-font-size: #{$empty-title-font-size};
610
+ --empty-title-font-weight: #{$empty-title-font-weight};
611
+ --empty-description-font-size: #{$empty-description-font-size};
612
+ --empty-description-max-width: #{$empty-description-max-width};
613
+ --empty-actions-gap: #{$empty-actions-gap};
614
+
615
+ /* === RATING === */
616
+ --rating-gap-sm: #{$rating-gap-sm};
617
+ --rating-gap-md: #{$rating-gap-md};
618
+ --rating-gap-lg: #{$rating-gap-lg};
619
+ --rating-icon-size-sm: #{$rating-icon-size-sm};
620
+ --rating-icon-size-md: #{$rating-icon-size-md};
621
+ --rating-icon-size-lg: #{$rating-icon-size-lg};
622
+ --rating-hover-scale: #{$rating-hover-scale};
623
+ --rating-active-scale: #{$rating-active-scale};
624
+ --rating-disabled-opacity: #{$rating-disabled-opacity};
625
+ --rating-focus-radius: #{$rating-focus-radius};
626
+
627
+ /* === DRAWER === */
628
+ --drawer-width-sm: #{$drawer-width-sm};
629
+ --drawer-width-md: #{$drawer-width-md};
630
+ --drawer-width-lg: #{$drawer-width-lg};
631
+ --drawer-header-padding: #{$drawer-header-padding};
632
+ --drawer-body-padding: #{$drawer-body-padding};
633
+ --drawer-footer-padding: #{$drawer-footer-padding};
634
+ --drawer-title-font-size: #{$drawer-title-font-size};
635
+ --drawer-title-font-weight: #{$drawer-title-font-weight};
636
+ --drawer-close-size: #{$drawer-close-size};
637
+ --drawer-close-radius: #{$drawer-close-radius};
638
+ --drawer-backdrop-z-index: #{$drawer-backdrop-z-index};
639
+ --drawer-z-index: #{$drawer-z-index};
640
+
641
+ /* === TIME PICKER === */
642
+ --time-picker-panel-padding: #{$time-picker-panel-padding};
643
+ --time-picker-panel-border-radius: #{$time-picker-panel-border-radius};
644
+ --time-picker-panel-min-width: #{$time-picker-panel-min-width};
645
+ --time-picker-column-gap: #{$time-picker-column-gap};
646
+ --time-picker-column-min-width: #{$time-picker-column-min-width};
647
+ --time-picker-column-period-width: #{$time-picker-column-period-width};
648
+ --time-picker-column-max-height: #{$time-picker-column-max-height};
649
+ --time-picker-column-border-radius: #{$time-picker-column-border-radius};
650
+ --time-picker-option-padding: #{$time-picker-option-padding};
651
+ --time-picker-option-font-size: #{$time-picker-option-font-size};
652
+ --time-picker-scrollbar-width: #{$time-picker-scrollbar-width};
653
+ --time-picker-scrollbar-radius: #{$time-picker-scrollbar-radius};
654
+
655
+ /* === TREE === */
656
+ --tree-node-padding: #{$tree-node-padding};
657
+ --tree-node-gap: #{$tree-node-gap};
658
+ --tree-toggle-size: #{$tree-toggle-size};
659
+ --tree-icon-size: #{$tree-icon-size};
660
+ --tree-label-font-size: #{$tree-label-font-size};
661
+ --tree-indent: #{$tree-indent};
662
+ --tree-max-height: #{$tree-max-height};
663
+ --tree-border-radius: #{$tree-border-radius};
664
+
665
+ /* === PASSWORD STRENGTH === */
666
+ --password-strength-bar-height-sm: #{$password-strength-bar-height-sm};
667
+ --password-strength-bar-height-md: #{$password-strength-bar-height-md};
668
+ --password-strength-bar-height-lg: #{$password-strength-bar-height-lg};
669
+ --password-strength-bar-gap: #{$password-strength-bar-gap};
670
+ --password-strength-bar-radius: #{$password-strength-bar-radius};
671
+ --password-strength-label-font-size: #{$password-strength-label-font-size};
672
+ --password-strength-label-gap: #{$password-strength-label-gap};
673
+
674
+ /* === TIMELINE === */
675
+ --timeline-dot-size-sm: #{$timeline-dot-size-sm};
676
+ --timeline-dot-size-md: #{$timeline-dot-size-md};
677
+ --timeline-dot-size-lg: #{$timeline-dot-size-lg};
678
+ --timeline-dot-border-width: #{$timeline-dot-border-width};
679
+
680
+ --timeline-line-width-sm: #{$timeline-line-width-sm};
681
+ --timeline-line-width-md: #{$timeline-line-width-md};
682
+ --timeline-line-width-lg: #{$timeline-line-width-lg};
683
+
684
+ --timeline-item-gap-sm: #{$timeline-item-gap-sm};
685
+ --timeline-item-gap-md: #{$timeline-item-gap-md};
686
+ --timeline-item-gap-lg: #{$timeline-item-gap-lg};
687
+
688
+ --timeline-content-gap-sm: #{$timeline-content-gap-sm};
689
+ --timeline-content-gap-md: #{$timeline-content-gap-md};
690
+ --timeline-content-gap-lg: #{$timeline-content-gap-lg};
691
+
692
+ --timeline-content-inner-gap-sm: #{$timeline-content-inner-gap-sm};
693
+ --timeline-content-inner-gap-md: #{$timeline-content-inner-gap-md};
694
+ --timeline-content-inner-gap-lg: #{$timeline-content-inner-gap-lg};
695
+
696
+ --timeline-date-font-size-sm: #{$timeline-date-font-size-sm};
697
+ --timeline-date-font-size-md: #{$timeline-date-font-size-md};
698
+ --timeline-date-font-size-lg: #{$timeline-date-font-size-lg};
699
+
700
+ --timeline-text-font-size-sm: #{$timeline-text-font-size-sm};
701
+ --timeline-text-font-size-md: #{$timeline-text-font-size-md};
702
+ --timeline-text-font-size-lg: #{$timeline-text-font-size-lg};
703
+
704
+ --timeline-icon-size-sm: #{$timeline-icon-size-sm};
705
+ --timeline-icon-size-md: #{$timeline-icon-size-md};
706
+ --timeline-icon-size-lg: #{$timeline-icon-size-lg};
707
+
708
+ /* === TRANSFER === */
709
+ --transfer-gap: #{$transfer-gap};
710
+ --transfer-border-radius: #{$transfer-border-radius};
711
+
712
+ --transfer-header-padding: #{$transfer-header-padding};
713
+ --transfer-search-padding: #{$transfer-search-padding};
714
+ --transfer-search-input-padding: #{$transfer-search-input-padding};
715
+ --transfer-search-input-radius: #{$transfer-search-input-radius};
716
+
717
+ --transfer-list-min-height: #{$transfer-list-min-height};
718
+ --transfer-list-max-height: #{$transfer-list-max-height};
719
+
720
+ --transfer-item-padding: #{$transfer-item-padding};
721
+ --transfer-title-font-size: #{$transfer-title-font-size};
722
+ --transfer-item-font-size: #{$transfer-item-font-size};
723
+ --transfer-actions-gap: #{$transfer-actions-gap};
724
+
725
+ /* === CAROUSEL === */
726
+ --carousel-container-height: #{$carousel-container-height};
727
+ --carousel-radius: #{$carousel-radius};
728
+ --carousel-content-padding: #{$carousel-content-padding};
729
+ --carousel-title-size: #{$carousel-title-size};
730
+ --carousel-description-size: #{$carousel-description-size};
731
+ --carousel-arrow-size: #{$carousel-arrow-size};
732
+ --carousel-arrow-radius: #{$carousel-arrow-radius};
733
+ --carousel-arrow-offset: #{$carousel-arrow-offset};
734
+ --carousel-arrow-icon-size: #{$carousel-arrow-icon-size};
735
+ --carousel-dot-size: #{$carousel-dot-size};
736
+ --carousel-dot-size-active: #{$carousel-dot-size-active};
737
+ --carousel-dots-gap: #{$carousel-dots-gap};
738
+ --carousel-dots-padding: #{$carousel-dots-padding};
739
+
740
+ /* === NOTIFICATION === */
741
+ --notification-z-index: #{$notification-z-index};
742
+ --notification-max-width: #{$notification-max-width};
743
+ --notification-gap: #{$notification-gap};
744
+
745
+ --notification-offset-x: #{$notification-offset-x};
746
+ --notification-offset-y: #{$notification-offset-y};
747
+
748
+ --notification-padding: #{$notification-padding};
749
+ --notification-gap-inner: #{$notification-gap-inner};
750
+
751
+ --notification-border-width: #{$notification-border-width};
752
+ --notification-radius: #{$notification-radius};
753
+
754
+ --notification-icon-size: #{$notification-icon-size};
755
+ --notification-icon-gap: #{$notification-icon-gap};
756
+
757
+ --notification-title-size: #{$notification-title-size};
758
+ --notification-title-weight: #{$notification-title-weight};
759
+
760
+ --notification-message-size: #{$notification-message-size};
761
+
762
+ /* === CALENDAR === */
763
+
764
+ --calendar-radius: #{$calendar-radius};
765
+
766
+ --calendar-header-padding: #{$calendar-header-padding};
767
+ --calendar-header-padding-sm: #{$calendar-header-padding-sm};
768
+ --calendar-header-padding-lg: #{$calendar-header-padding-lg};
769
+
770
+ --calendar-nav-gap: #{$calendar-nav-gap};
771
+ --calendar-nav-btn-size: #{$calendar-nav-btn-size};
772
+ --calendar-nav-btn-radius: #{$calendar-nav-btn-radius};
773
+ --calendar-nav-btn-font-size: #{$calendar-nav-btn-font-size};
774
+
775
+ --calendar-title-padding: #{$calendar-title-padding};
776
+ --calendar-title-radius: #{$calendar-title-radius};
777
+ --calendar-title-font-size: #{$calendar-title-font-size};
778
+ --calendar-title-font-size-sm: #{$calendar-title-font-size-sm};
779
+ --calendar-title-font-size-lg: #{$calendar-title-font-size-lg};
780
+ --calendar-title-font-weight: #{$calendar-title-font-weight};
781
+
782
+ --calendar-mode-gap: #{$calendar-mode-gap};
783
+ --calendar-mode-radius: #{$calendar-mode-radius};
784
+ --calendar-mode-padding: #{$calendar-mode-padding};
785
+ --calendar-mode-btn-padding: #{$calendar-mode-btn-padding};
786
+ --calendar-mode-btn-radius: #{$calendar-mode-btn-radius};
787
+ --calendar-mode-btn-font-size: #{$calendar-mode-btn-font-size};
788
+
789
+ --calendar-month-view-padding: #{$calendar-month-view-padding};
790
+
791
+ --calendar-weekday-gap: #{$calendar-weekday-gap};
792
+ --calendar-weekday-margin: #{$calendar-weekday-margin};
793
+ --calendar-weekday-padding: #{$calendar-weekday-padding};
794
+ --calendar-weekday-font-size: #{$calendar-weekday-font-size};
795
+ --calendar-weekday-font-size-sm: #{$calendar-weekday-font-size-sm};
796
+ --calendar-weekday-font-size-lg: #{$calendar-weekday-font-size-lg};
797
+ --calendar-weekday-font-weight: #{$calendar-weekday-font-weight};
798
+
799
+ --calendar-grid-gap: #{$calendar-grid-gap};
800
+
801
+ --calendar-day-padding: #{$calendar-day-padding};
802
+ --calendar-day-padding-sm: #{$calendar-day-padding-sm};
803
+ --calendar-day-padding-lg: #{$calendar-day-padding-lg};
804
+ --calendar-day-radius: #{$calendar-day-radius};
805
+ --calendar-day-font-size: #{$calendar-day-font-size};
806
+ --calendar-day-font-size-sm: #{$calendar-day-font-size-sm};
807
+ --calendar-day-font-size-lg: #{$calendar-day-font-size-lg};
808
+
809
+ --calendar-day-number-margin: #{$calendar-day-number-margin};
810
+
811
+ --calendar-events-gap: #{$calendar-events-gap};
812
+
813
+ --calendar-event-gap: #{$calendar-event-gap};
814
+ --calendar-event-padding: #{$calendar-event-padding};
815
+ --calendar-event-radius: #{$calendar-event-radius};
816
+
817
+ --calendar-event-dot-size: #{$calendar-event-dot-size};
818
+
819
+ --calendar-event-title-font-size: #{$calendar-event-title-font-size};
820
+
821
+ --calendar-year-view-padding: #{$calendar-year-view-padding};
822
+
823
+ --calendar-months-gap: #{$calendar-months-gap};
824
+
825
+ --calendar-month-padding: #{$calendar-month-padding};
826
+ --calendar-month-padding-sm: #{$calendar-month-padding-sm};
827
+ --calendar-month-padding-lg: #{$calendar-month-padding-lg};
828
+ --calendar-month-radius: #{$calendar-month-radius};
829
+ --calendar-month-font-size: #{$calendar-month-font-size};
830
+ --calendar-month-font-size-sm: #{$calendar-month-font-size-sm};
831
+ --calendar-month-font-size-lg: #{$calendar-month-font-size-lg};
832
+ }
833
+
834
+ /* === ACCESSIBILITY: REDUCED MOTION === */
835
+ @media (prefers-reduced-motion: reduce) {
836
+ *,
837
+ *::before,
838
+ *::after {
839
+ animation-duration: 0.01ms !important;
840
+ animation-iteration-count: 1 !important;
841
+ transition-duration: 0.01ms !important;
842
+ scroll-behavior: auto !important;
843
+ }
579
844
  }