@trackunit/css-tailwind 0.0.8 → 0.0.10
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.
|
|
3
|
+
"version": "0.0.10",
|
|
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.
|
|
10
|
+
"@trackunit/ui-design-tokens": "0.0.50"
|
|
11
11
|
},
|
|
12
12
|
"peerDependencies": {}
|
|
13
13
|
}
|
|
@@ -503,9 +503,6 @@
|
|
|
503
503
|
--rdp-outline: 2px solid var(--rdp-accent-color);
|
|
504
504
|
--rdp-outline-selected: 2px solid rgba(0, 0, 0, 0.75);
|
|
505
505
|
}
|
|
506
|
-
.rdp {
|
|
507
|
-
margin: 1em;
|
|
508
|
-
}
|
|
509
506
|
.rdp-vhidden {
|
|
510
507
|
box-sizing: border-box;
|
|
511
508
|
padding: 0;
|
|
@@ -571,6 +568,7 @@
|
|
|
571
568
|
margin: 0;
|
|
572
569
|
max-width: calc(var(--rdp-cell-size) * 7);
|
|
573
570
|
border-collapse: collapse;
|
|
571
|
+
@apply bg-slate-100 rounded;
|
|
574
572
|
}
|
|
575
573
|
.rdp-with_weeknumber .rdp-table {
|
|
576
574
|
max-width: calc(var(--rdp-cell-size) * 8);
|
|
@@ -598,7 +596,6 @@
|
|
|
598
596
|
display: inline-flex;
|
|
599
597
|
align-items: center;
|
|
600
598
|
margin: 0;
|
|
601
|
-
padding: 0 0.25em;
|
|
602
599
|
white-space: nowrap;
|
|
603
600
|
color: currentColor;
|
|
604
601
|
border: 0;
|
|
@@ -790,6 +787,7 @@
|
|
|
790
787
|
}
|
|
791
788
|
.custom-day-picker.range-picker .rdp-caption {
|
|
792
789
|
padding: 0;
|
|
790
|
+
gap: 0.25em;
|
|
793
791
|
}
|
|
794
792
|
.custom-day-picker.range-picker .rdp-navButton {
|
|
795
793
|
top: 0;
|