vueless 0.0.553 → 0.0.554

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,6 +1,6 @@
1
1
  {
2
2
  "name": "vueless",
3
- "version": "0.0.553",
3
+ "version": "0.0.554",
4
4
  "license": "MIT",
5
5
  "description": "Vue Styleless UI Component Library, powered by Tailwind CSS.",
6
6
  "keywords": [
@@ -789,7 +789,6 @@ defineExpose({
789
789
  <UButton
790
790
  variant="thirdary"
791
791
  size="sm"
792
- square
793
792
  filled
794
793
  no-ring
795
794
  color="grayscale"
@@ -1,35 +1,35 @@
1
1
  export default /*tw*/ {
2
- wrapper: "p-2 w-80 border border-gray-300 rounded-dynamic bg-white shadow overflow-hidden focus:outline-none",
2
+ wrapper: "p-3 w-[19rem] border border-gray-300 rounded-dynamic bg-white shadow overflow-hidden focus:outline-none",
3
3
  navigation: "mb-2 pb-2 border-b flex items-center justify-between",
4
4
  viewSwitchButton: "{UButton}",
5
5
  nextPrevButton: "{UButton}",
6
6
  dayView: "",
7
7
  weekDays: "grid grid-cols-7 justify-items-center gap-1",
8
- weekDay: "flex size-8 items-center justify-center text-xs uppercase text-gray-500",
8
+ weekDay: "flex size-8 items-center justify-center text-xs capitalize text-gray-500 font-medium",
9
9
  days: {
10
- base: "grid grid-cols-7 justify-items-center gap-1",
10
+ base: "grid grid-cols-7 justify-items-center gap-0.5",
11
11
  variants: {
12
12
  range: {
13
13
  true: "gap-0 gap-y-0.5",
14
14
  },
15
15
  },
16
16
  },
17
- dateInRange: "bg-brand/15 font-semibold !text-brand-900 hover:bg-brand/30 rounded-none",
17
+ dateInRange: "bg-brand/5 !text-brand-900 hover:bg-brand/15 rounded-none",
18
18
  edgeDateInRange: "",
19
19
  firstDateInRange: "rounded-r-none",
20
20
  lastDateInRange: "rounded-l-none",
21
21
  anotherMonthDate: "text-gray-400",
22
22
  activeDate: "bg-brand-100",
23
- selectedDate: "font-semibold",
24
- currentDate: "border-2 border-brand-600 font-semibold",
25
- day: "{UButton} size-9 w-full font-normal",
23
+ selectedDate: "",
24
+ currentDate: "border-2 border-brand-600",
25
+ day: "{UButton} size-9 w-full",
26
26
  currentDay: "",
27
27
  dayInRange: "",
28
28
  currentDayInRange: "",
29
- anotherMonthDay: "",
30
- firstDayInRange: "font-semibold",
29
+ anotherMonthDay: "font-normal",
30
+ firstDayInRange: "",
31
31
  anotherMonthFirstDayInRange: "",
32
- lastDayInRange: "font-semibold",
32
+ lastDayInRange: "",
33
33
  currentLastDayInRange: "",
34
34
  currentFirstDayInRange: "",
35
35
  anotherMonthLastDayInRange: "",
@@ -61,10 +61,10 @@ export default /*tw*/ {
61
61
  currentFirstYearInRange: "",
62
62
  selectedYear: "",
63
63
  activeYear: "",
64
- timepicker: "mt-2 pl-1 pt-3 text-sm flex items-center justify-between gap-2 border-t border-brand-200",
65
- timepickerLabel: "w-full",
66
- timepickerInputWrapper: "flex items-center gap-px rounded-dynamic border border-brand-300",
67
- timepickerInput: "w-11 border-none px-2.5 py-1.5 text-center text-sm focus:ring-brand-700/15",
64
+ timepicker: "mt-2 pl-1 pt-3 text-sm flex items-stretch justify-between gap-2 border-t border-gray-200",
65
+ timepickerLabel: "w-full self-center",
66
+ timepickerInputWrapper: "flex items-center rounded-dynamic border border-brand-300",
67
+ timepickerInput: "w-10 border-none px-1.5 py-1.5 text-center text-sm focus:ring-0 focus:placeholder:text-gray-900",
68
68
  timepickerInputHours: "rounded-l-dynamic",
69
69
  timepickerInputMinutes: "",
70
70
  timepickerInputSeconds: "rounded-r-dynamic",
package/web-types.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "framework": "vue",
3
3
  "name": "vueless",
4
- "version": "0.0.553",
4
+ "version": "0.0.554",
5
5
  "contributions": {
6
6
  "html": {
7
7
  "description-markup": "markdown",