@iclips/ui 1.2.13 → 1.2.15

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/dist/index.js CHANGED
@@ -78,7 +78,7 @@ function t8({
78
78
  {
79
79
  "data-slot": "accordion-trigger",
80
80
  className: M(
81
- "focus-visible:border-ring focus-visible:ring-ring/50 flex flex-1 items-start justify-between gap-4 rounded-md py-4 text-left text-sm font-medium transition-all outline-none hover:underline focus-visible:ring-[3px] disabled:pointer-events-none disabled:opacity-50 [&[data-state=open]>svg]:rotate-180",
81
+ "focus-visible:border-ring focus-visible:ring-ring/50 flex flex-1 items-start justify-between gap-4 rounded-md py-4 text-left text-sm font-semibold transition-all outline-none hover:underline focus-visible:ring-[3px] disabled:pointer-events-none disabled:opacity-50 [&[data-state=open]>svg]:rotate-180",
82
82
  t
83
83
  ),
84
84
  ...n,
@@ -135,7 +135,7 @@ function Ia({ className: t, ...e }) {
135
135
  "h4",
136
136
  {
137
137
  "data-slot": "card-title",
138
- className: M("leading-none", t),
138
+ className: M("font-semibold leading-[1.2]", t),
139
139
  ...e
140
140
  }
141
141
  );
@@ -145,7 +145,7 @@ function Nv({ className: t, ...e }) {
145
145
  "p",
146
146
  {
147
147
  "data-slot": "card-description",
148
- className: M("text-muted-foreground", t),
148
+ className: M("text-muted-foreground leading-relaxed", t),
149
149
  ...e
150
150
  }
151
151
  );
@@ -233,7 +233,7 @@ const Sv = I.forwardRef(
233
233
  ref: n,
234
234
  "data-slot": "table-footer",
235
235
  className: M(
236
- "bg-muted/50 border-t font-medium [&>tr]:last:border-b-0",
236
+ "bg-muted/50 border-t font-semibold [&>tr]:last:border-b-0",
237
237
  t
238
238
  ),
239
239
  ...e
@@ -261,7 +261,7 @@ const m1 = I.forwardRef(
261
261
  ref: n,
262
262
  "data-slot": "table-head",
263
263
  className: M(
264
- "text-foreground h-10 px-2 text-left align-middle font-medium",
264
+ "text-foreground h-10 px-2 text-left align-middle font-semibold",
265
265
  "[&:has([role=checkbox])]:pr-0 [&>[role=checkbox]]:translate-y-[2px]",
266
266
  t
267
267
  ),
@@ -292,7 +292,7 @@ const Iv = I.forwardRef(
292
292
  {
293
293
  ref: n,
294
294
  "data-slot": "table-caption",
295
- className: M("text-muted-foreground mt-4 text-sm", t),
295
+ className: M("text-muted-foreground mt-4 text-sm leading-relaxed", t),
296
296
  ...e
297
297
  }
298
298
  )
@@ -419,7 +419,7 @@ function a8({
419
419
  ct.Label,
420
420
  {
421
421
  "data-slot": "select-label",
422
- className: M("text-muted-foreground px-2 py-1.5 text-xs", t),
422
+ className: M("text-muted-foreground px-2 py-1.5 text-xs font-semibold", t),
423
423
  ...e
424
424
  }
425
425
  );
@@ -981,7 +981,7 @@ function nt({
981
981
  {
982
982
  "data-slot": "label",
983
983
  className: M(
984
- "flex items-center gap-2 text-sm leading-none font-medium select-none group-data-[disabled=true]:pointer-events-none group-data-[disabled=true]:opacity-50 peer-disabled:cursor-not-allowed peer-disabled:opacity-50",
984
+ "flex items-center gap-2 text-sm leading-none font-semibold select-none group-data-[disabled=true]:pointer-events-none group-data-[disabled=true]:opacity-50 peer-disabled:cursor-not-allowed peer-disabled:opacity-50",
985
985
  t
986
986
  ),
987
987
  ...e
@@ -2505,7 +2505,7 @@ function l8({ className: t, ...e }) {
2505
2505
  {
2506
2506
  "data-slot": "alert-title",
2507
2507
  className: M(
2508
- "col-start-2 line-clamp-1 min-h-4 font-medium tracking-tight",
2508
+ "col-start-2 line-clamp-1 min-h-4 font-semibold leading-[1.2] tracking-tight",
2509
2509
  t
2510
2510
  ),
2511
2511
  ...e
@@ -2612,7 +2612,7 @@ function m8({
2612
2612
  pn.Title,
2613
2613
  {
2614
2614
  "data-slot": "alert-dialog-title",
2615
- className: M("text-lg font-semibold", t),
2615
+ className: M("text-lg font-semibold leading-[1.2]", t),
2616
2616
  ...e
2617
2617
  }
2618
2618
  );
@@ -2625,7 +2625,7 @@ function g8({
2625
2625
  pn.Description,
2626
2626
  {
2627
2627
  "data-slot": "alert-dialog-description",
2628
- className: M("text-muted-foreground text-sm", t),
2628
+ className: M("text-muted-foreground text-sm leading-relaxed", t),
2629
2629
  ...e
2630
2630
  }
2631
2631
  );
@@ -2924,7 +2924,7 @@ function Dw({
2924
2924
  "data-slot": "dropdown-menu-label",
2925
2925
  "data-inset": e,
2926
2926
  className: M(
2927
- "px-2 py-1.5 text-sm font-medium data-[inset]:pl-8",
2927
+ "px-2 py-1.5 text-sm font-semibold data-[inset]:pl-8",
2928
2928
  t
2929
2929
  ),
2930
2930
  ...n
@@ -4157,7 +4157,7 @@ function gl({
4157
4157
  Be.Title,
4158
4158
  {
4159
4159
  "data-slot": "dialog-title",
4160
- className: M("text-lg leading-none font-semibold", t),
4160
+ className: M("text-lg leading-[1.2] font-semibold", t),
4161
4161
  ...e
4162
4162
  }
4163
4163
  );
@@ -4170,7 +4170,7 @@ function bl({
4170
4170
  Be.Description,
4171
4171
  {
4172
4172
  "data-slot": "dialog-description",
4173
- className: M("text-muted-foreground text-sm", t),
4173
+ className: M("text-muted-foreground text-sm leading-relaxed", t),
4174
4174
  ...e
4175
4175
  }
4176
4176
  );
@@ -4268,7 +4268,7 @@ function W8({
4268
4268
  {
4269
4269
  "data-slot": "command-group",
4270
4270
  className: M(
4271
- "text-foreground [&_[cmdk-group-heading]]:text-muted-foreground overflow-hidden p-1 [&_[cmdk-group-heading]]:px-2 [&_[cmdk-group-heading]]:py-1.5 [&_[cmdk-group-heading]]:text-xs [&_[cmdk-group-heading]]:font-medium",
4271
+ "text-foreground [&_[cmdk-group-heading]]:text-muted-foreground overflow-hidden p-1 [&_[cmdk-group-heading]]:px-2 [&_[cmdk-group-heading]]:py-1.5 [&_[cmdk-group-heading]]:text-xs [&_[cmdk-group-heading]]:font-semibold",
4272
4272
  t
4273
4273
  ),
4274
4274
  ...e
@@ -49836,7 +49836,7 @@ function u7({
49836
49836
  "data-slot": "context-menu-label",
49837
49837
  "data-inset": e,
49838
49838
  className: M(
49839
- "text-foreground px-2 py-1.5 text-sm font-medium data-[inset]:pl-8",
49839
+ "text-foreground px-2 py-1.5 text-sm font-semibold data-[inset]:pl-8",
49840
49840
  t
49841
49841
  ),
49842
49842
  ...n
@@ -51804,7 +51804,7 @@ const pD = I.forwardRef(({ className: t, ...e }, n) => /* @__PURE__ */ f(
51804
51804
  {
51805
51805
  ref: n,
51806
51806
  "data-slot": "drawer-title",
51807
- className: M("text-foreground font-semibold", t),
51807
+ className: M("text-foreground font-semibold leading-[1.2]", t),
51808
51808
  ...e
51809
51809
  }
51810
51810
  ));
@@ -51814,7 +51814,7 @@ const mD = I.forwardRef(({ className: t, ...e }, n) => /* @__PURE__ */ f(
51814
51814
  {
51815
51815
  ref: n,
51816
51816
  "data-slot": "drawer-description",
51817
- className: M("text-muted-foreground text-sm", t),
51817
+ className: M("text-muted-foreground text-sm leading-relaxed", t),
51818
51818
  ...e
51819
51819
  }
51820
51820
  ));
@@ -56532,7 +56532,7 @@ function ez({
56532
56532
  "data-slot": "menubar-label",
56533
56533
  "data-inset": e,
56534
56534
  className: M(
56535
- "px-2 py-1.5 text-sm font-medium data-[inset]:pl-8",
56535
+ "px-2 py-1.5 text-sm font-semibold data-[inset]:pl-8",
56536
56536
  t
56537
56537
  ),
56538
56538
  ...n
@@ -57227,7 +57227,7 @@ function nA({
57227
57227
  Be.Title,
57228
57228
  {
57229
57229
  "data-slot": "sheet-title",
57230
- className: M("text-foreground font-semibold", t),
57230
+ className: M("text-foreground font-semibold leading-[1.2]", t),
57231
57231
  ...e
57232
57232
  }
57233
57233
  );
@@ -57240,7 +57240,7 @@ function rA({
57240
57240
  Be.Description,
57241
57241
  {
57242
57242
  "data-slot": "sheet-description",
57243
- className: M("text-muted-foreground text-sm", t),
57243
+ className: M("text-muted-foreground text-sm leading-relaxed", t),
57244
57244
  ...e
57245
57245
  }
57246
57246
  );
@@ -58311,8 +58311,8 @@ function eO(t) {
58311
58311
  unstyled: !0,
58312
58312
  classNames: {
58313
58313
  toast: "w-full rounded-lg border px-4 py-3 shadow-lg flex items-start gap-3 bg-card text-card-foreground border-border",
58314
- title: "font-medium text-sm",
58315
- description: "text-sm mt-1",
58314
+ title: "font-semibold text-sm leading-[1.2]",
58315
+ description: "text-sm mt-1 leading-relaxed",
58316
58316
  actionButton: "inline-flex items-center justify-center rounded-md text-sm font-medium bg-primary text-primary-foreground hover:bg-primary/90 h-8 px-3",
58317
58317
  cancelButton: "inline-flex items-center justify-center rounded-md text-sm font-medium bg-muted text-muted-foreground hover:bg-muted/90 h-8 px-3",
58318
58318
  closeButton: "absolute right-2 top-2 rounded-md p-1 text-foreground/50 hover:text-foreground",