@trackunit/css-core 0.0.60 → 0.0.62
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
|
@@ -11,10 +11,6 @@
|
|
|
11
11
|
--rdp-outline-selected: 2px solid rgba(0, 0, 0, 0.75);
|
|
12
12
|
}
|
|
13
13
|
|
|
14
|
-
.rdp {
|
|
15
|
-
margin: 1em;
|
|
16
|
-
}
|
|
17
|
-
|
|
18
14
|
/* Hide elements for devices that are not screen readers */
|
|
19
15
|
.rdp-vhidden {
|
|
20
16
|
box-sizing: border-box;
|
|
@@ -94,6 +90,7 @@
|
|
|
94
90
|
margin: 0;
|
|
95
91
|
max-width: calc(var(--rdp-cell-size) * 7);
|
|
96
92
|
border-collapse: collapse;
|
|
93
|
+
@apply bg-slate-100 rounded;
|
|
97
94
|
}
|
|
98
95
|
|
|
99
96
|
.rdp-with_weeknumber .rdp-table {
|
|
@@ -126,7 +123,6 @@
|
|
|
126
123
|
display: inline-flex;
|
|
127
124
|
align-items: center;
|
|
128
125
|
margin: 0;
|
|
129
|
-
padding: 0 0.25em;
|
|
130
126
|
white-space: nowrap;
|
|
131
127
|
color: currentColor;
|
|
132
128
|
border: 0;
|
|
@@ -359,6 +355,7 @@
|
|
|
359
355
|
|
|
360
356
|
.custom-day-picker.range-picker .rdp-caption {
|
|
361
357
|
padding: 0;
|
|
358
|
+
gap: 0.25em;
|
|
362
359
|
}
|
|
363
360
|
|
|
364
361
|
.custom-day-picker.range-picker .rdp-navButton {
|