@trackunit/css-tailwind 0.0.2 → 0.0.4

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/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@trackunit/css-tailwind",
3
- "version": "0.0.2",
3
+ "version": "0.0.4",
4
4
  "main": "./index.cjs",
5
5
  "repository": "https://github.com/Trackunit/manager",
6
6
  "license": "SEE LICENSE IN LICENSE.txt",
7
7
  "type": "commonjs",
8
8
  "types": "./index.d.ts",
9
9
  "dependencies": {
10
- "@trackunit/ui-design-tokens": "0.0.46"
10
+ "@trackunit/ui-design-tokens": "0.0.47"
11
11
  },
12
12
  "peerDependencies": {}
13
13
  }
@@ -752,10 +752,51 @@
752
752
  }
753
753
  .custom-day-picker {
754
754
  font-size: var(--font-size-sm);
755
- .rdp-day_today { color: #000; } .rdp-day_selected:not(.rdp-day_disabled):not(.rdp-day_outside) { background-color: rgb(var(--color-blue-600)); } .rdp-day_selected:not(.rdp-day__start):not(.rdp-day__end):not(.rdp-day__outside) { background-color: rgb(var(--color-blue-600)); color: #fff; } .rdp-day_selected:focus:not([disabled]) { border: none; } .rdp-day { border-radius: var(--spacing-1); };
756
755
  }
757
- .custom-day-picker.range-picker {
758
- .rdp-day { border-radius: 0; } .rdp-button:focus:not([disabled]):not(.rdp-day_selected), .rdp-button:active:not([disabled]):not(.rdp-day_selected), .rdp-button:hover:not([disabled]):not(.rdp-day_selected) { border-radius: 50%; } .rdp-day_range_start { border-top-left-radius: 50%; border-bottom-left-radius: 50%; } .rdp-day_range_end { border-top-right-radius: 50%; border-bottom-right-radius: 50%; } .rdp-month { margin: 0; } .rdp-caption { padding: 0; } .rdp-navButton { top: 0; right: 0; } .rdp-wrapper { padding: 0; };
756
+ .custom-day-picker .rdp-day_today {
757
+ color: #000;
758
+ }
759
+ .custom-day-picker .rdp-day_selected:not(.rdp-day_disabled):not(.rdp-day_outside) {
760
+ background-color: rgb(var(--color-blue-600));
761
+ }
762
+ .custom-day-picker .rdp-day_selected:not(.rdp-day__start):not(.rdp-day__end):not(.rdp-day__outside) {
763
+ background-color: rgb(var(--color-blue-600));
764
+ color: #fff;
765
+ }
766
+ .custom-day-picker .rdp-day_selected:focus:not([disabled]) {
767
+ border: none;
768
+ }
769
+ .custom-day-picker .rdp-day {
770
+ border-radius: var(--spacing-1);
771
+ }
772
+ .custom-day-picker.range-picker .rdp-day {
773
+ border-radius: 0;
774
+ }
775
+ .custom-day-picker.range-picker .rdp-button:focus:not([disabled]):not(.rdp-day_selected),
776
+ .custom-day-picker.range-picker .rdp-button:active:not([disabled]):not(.rdp-day_selected),
777
+ .custom-day-picker.range-picker .rdp-button:hover:not([disabled]):not(.rdp-day_selected) {
778
+ border-radius: 50%;
779
+ }
780
+ .custom-day-picker.range-picker .rdp-day_range_start {
781
+ border-top-left-radius: 50%;
782
+ border-bottom-left-radius: 50%;
783
+ }
784
+ .custom-day-picker.range-picker .rdp-day_range_end {
785
+ border-top-right-radius: 50%;
786
+ border-bottom-right-radius: 50%;
787
+ }
788
+ .custom-day-picker.range-picker .rdp-month {
789
+ margin: 0;
790
+ }
791
+ .custom-day-picker.range-picker .rdp-caption {
792
+ padding: 0;
793
+ }
794
+ .custom-day-picker.range-picker .rdp-navButton {
795
+ top: 0;
796
+ right: 0;
797
+ }
798
+ .custom-day-picker.range-picker .rdp-wrapper {
799
+ padding: 0;
759
800
  }
760
801
 
761
802
  /* libs/css/core/src/lib/core.css */