iryx-ui 0.24.0 → 0.24.1

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.
@@ -10,7 +10,7 @@ var t = e({
10
10
  grid: "w-full border-collapse select-none",
11
11
  headCell: "pb-1 text-xs font-normal text-muted-foreground",
12
12
  cell: "p-0 transition-colors",
13
- cellTrigger: "flex h-8 w-full min-w-8 items-center justify-center rounded-lg text-sm tabular-nums transition-[color,background-color,border-color,box-shadow] outline-none not-data-[selected]:hover:bg-accent not-data-[selected]:hover:text-accent-foreground focus-visible:ring-2 focus-visible:ring-primary/50 data-[disabled]:pointer-events-none data-[disabled]:opacity-30 data-[outside-view]:text-muted-foreground/50 data-[today]:font-semibold data-[today]:text-primary data-[unavailable]:pointer-events-none data-[unavailable]:line-through data-[unavailable]:opacity-40"
13
+ cellTrigger: "flex h-8 w-full min-w-8 items-center justify-center rounded-lg text-sm tabular-nums transition-[color,background-color,border-color,box-shadow] outline-none not-data-[selected]:hover:bg-accent not-data-[selected]:hover:text-accent-foreground focus-visible:ring-2 focus-visible:ring-primary/50 data-[disabled]:pointer-events-none data-[disabled]:opacity-30 data-[outside-view]:text-muted-foreground data-[today]:font-semibold data-[today]:text-primary data-[unavailable]:pointer-events-none data-[unavailable]:line-through data-[unavailable]:opacity-40"
14
14
  },
15
15
  variants: { range: {
16
16
  false: { cellTrigger: "data-[selected]:bg-primary data-[selected]:text-primary-foreground data-[selected]:hover:bg-primary data-[selected]:data-[today]:text-primary-foreground" },
@@ -14,7 +14,7 @@ var t = e({
14
14
  },
15
15
  false: {
16
16
  root: "inline-flex items-center gap-1",
17
- code: "rounded border border-current/25 bg-current/10 px-1.5 py-0.5 font-mono text-[0.875em] text-current/90",
17
+ code: "rounded border border-current/25 px-1.5 py-0.5 font-mono text-[0.875em] text-current",
18
18
  copy: "size-5 [&_svg]:size-3.5"
19
19
  }
20
20
  } },
package/dist/theme/kbd.js CHANGED
@@ -4,7 +4,7 @@ var t = e({
4
4
  slots: {
5
5
  root: "inline-flex shrink-0 items-center",
6
6
  key: "inline-flex items-center justify-center rounded border border-current/25 text-center font-medium text-current",
7
- separator: "text-current/60"
7
+ separator: "text-current"
8
8
  },
9
9
  variants: { size: {
10
10
  xs: {
@@ -5,7 +5,7 @@ var t = e({
5
5
  root: "inline-flex items-center gap-2",
6
6
  items: "flex items-center",
7
7
  item: "relative isolate shrink-0 rounded-sm outline-none focus-visible:ring-2 focus-visible:ring-primary/50",
8
- empty: "text-muted-foreground/40",
8
+ empty: "text-muted-foreground/80",
9
9
  fill: "absolute inset-y-0 left-0 overflow-hidden text-warning",
10
10
  label: "text-sm text-muted-foreground tabular-nums"
11
11
  },
@@ -9,7 +9,7 @@ var t = e({
9
9
  tr: "border-b border-border transition-colors last:border-b-0",
10
10
  th: "border-b border-border px-3 py-3 text-start align-middle text-xs font-semibold tracking-wide text-muted-foreground uppercase",
11
11
  sortButton: "inline-flex cursor-pointer items-center gap-1.5 rounded-md tracking-wide uppercase transition-shadow outline-none focus-visible:ring-2 focus-visible:ring-primary/50 [&_svg]:size-3.5 [&_svg]:shrink-0",
12
- sortIcon: "text-muted-foreground/70 transition-colors",
12
+ sortIcon: "text-muted-foreground/80 transition-colors",
13
13
  td: "px-3 py-3 align-middle text-foreground",
14
14
  gutter: "w-px px-3 py-3 align-middle",
15
15
  headGutter: "w-px border-b border-border px-3 py-3 align-middle",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "iryx-ui",
3
3
  "type": "module",
4
- "version": "0.24.0",
4
+ "version": "0.24.1",
5
5
  "description": "A Vue 3 component library built on Reka UI and Tailwind CSS v4.",
6
6
  "author": "therok1",
7
7
  "license": "MIT",