@fileverse/ui 4.0.9-patch-2 → 4.1.0-patch

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.css CHANGED
@@ -1328,6 +1328,9 @@ video {
1328
1328
  .min-h-screen {
1329
1329
  min-height: 100vh;
1330
1330
  }
1331
+ .\!w-\[40px\] {
1332
+ width: 40px !important;
1333
+ }
1331
1334
  .\!w-\[95\%\] {
1332
1335
  width: 95% !important;
1333
1336
  }
@@ -1412,9 +1415,15 @@ video {
1412
1415
  .w-\[80\%\] {
1413
1416
  width: 80%;
1414
1417
  }
1418
+ .w-\[80px\] {
1419
+ width: 80px;
1420
+ }
1415
1421
  .w-\[80vw\] {
1416
1422
  width: 80vw;
1417
1423
  }
1424
+ .w-\[84px\] {
1425
+ width: 84px;
1426
+ }
1418
1427
  .w-\[85\%\] {
1419
1428
  width: 85%;
1420
1429
  }
@@ -1755,6 +1764,9 @@ video {
1755
1764
  .rounded-\[4px\] {
1756
1765
  border-radius: 4px;
1757
1766
  }
1767
+ .rounded-\[8px\] {
1768
+ border-radius: 8px;
1769
+ }
1758
1770
  .rounded-full {
1759
1771
  border-radius: 9999px;
1760
1772
  }
@@ -1777,10 +1789,18 @@ video {
1777
1789
  border-bottom-right-radius: var(--radius);
1778
1790
  border-bottom-left-radius: var(--radius);
1779
1791
  }
1792
+ .rounded-l-\[8px\] {
1793
+ border-top-left-radius: 8px;
1794
+ border-bottom-left-radius: 8px;
1795
+ }
1780
1796
  .rounded-l-lg {
1781
1797
  border-top-left-radius: var(--radius);
1782
1798
  border-bottom-left-radius: var(--radius);
1783
1799
  }
1800
+ .rounded-r-\[8px\] {
1801
+ border-top-right-radius: 8px;
1802
+ border-bottom-right-radius: 8px;
1803
+ }
1784
1804
  .rounded-r-lg {
1785
1805
  border-top-right-radius: var(--radius);
1786
1806
  border-bottom-right-radius: var(--radius);
@@ -2299,6 +2319,10 @@ textarea:is(:-webkit-autofill, :autofill) {
2299
2319
  color: hsl(var(--color-text-inverse));
2300
2320
  }
2301
2321
 
2322
+ .hover\:\!color-bg-default:hover {
2323
+ background-color: hsl(var(--color-bg-default)) !important;
2324
+ }
2325
+
2302
2326
  .hover\:\!color-bg-default-hover:hover {
2303
2327
  background-color: hsl(var(--color-bg-default-hover)) !important;
2304
2328
  }
@@ -2515,6 +2539,10 @@ textarea:is(:-webkit-autofill, :autofill) {
2515
2539
  cursor: pointer;
2516
2540
  }
2517
2541
 
2542
+ .hover\:\!border-transparent:hover {
2543
+ border-color: transparent !important;
2544
+ }
2545
+
2518
2546
  .hover\:bg-inherit:hover {
2519
2547
  background-color: inherit;
2520
2548
  }
@@ -357,6 +357,7 @@ export declare interface IconButtonProps extends React.ButtonHTMLAttributes<HTML
357
357
  elevation?: number;
358
358
  rounded?: boolean;
359
359
  isActive?: boolean;
360
+ fill?: string;
360
361
  }
361
362
 
362
363
  export declare interface IconProps extends SvgProps_2, VariantProps<typeof iconVariants_2> {
@@ -696,7 +697,7 @@ export declare interface TagProps extends React_2.HTMLAttributes<HTMLDivElement>
696
697
  }
697
698
 
698
699
  declare const tagVariants: (props?: ({
699
- variant?: "transparent" | "gray" | "brand" | null | undefined;
700
+ variant?: "transparent" | "danger" | "gray" | "brand" | "success" | null | undefined;
700
701
  } & ClassProp) | undefined) => string;
701
702
 
702
703
  export declare const TextAreaField: React_2.ForwardRefExoticComponent<TextAreaFieldProps & React_2.RefAttributes<HTMLTextAreaElement>>;
@@ -782,6 +783,7 @@ declare const UltimateIcons: typeof icons & {
782
783
  Orb: ({ width, height, ...props }: LucideIconProps) => JSX_2.Element;
783
784
  Lens: ({ width, height, ...props }: LucideIconProps) => JSX_2.Element;
784
785
  Hey: ({ width, height, ...props }: LucideIconProps) => JSX_2.Element;
786
+ Markdown: ({ width, height, ...props }: LucideIconProps) => JSX_2.Element;
785
787
  };
786
788
 
787
789
  export declare const useHoverAndLongPress: ({ delay, }: UseHoverAndLongPressProps) => {
package/dist/index.es.js CHANGED
@@ -25096,6 +25096,45 @@ const WO = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
25096
25096
  }
25097
25097
  )
25098
25098
  }
25099
+ ),
25100
+ Markdown: ({ width: e, height: t, ...a }) => /* @__PURE__ */ u.jsxs(
25101
+ "svg",
25102
+ {
25103
+ width: e,
25104
+ height: t,
25105
+ viewBox: "0 0 24 24",
25106
+ xmlns: "http://www.w3.org/2000/svg",
25107
+ fill: "none",
25108
+ ...a,
25109
+ children: [
25110
+ /* @__PURE__ */ u.jsx(
25111
+ "path",
25112
+ {
25113
+ fillRule: "evenodd",
25114
+ clipRule: "evenodd",
25115
+ d: "M17.5006 5.83333C17.5006 5.3731 17.8737 5 18.334 5C18.7942 5 19.1673 5.3731 19.1673 5.83333V12.5C19.1673 12.9602 18.7942 13.3333 18.334 13.3333C17.9962 13.3333 17.7053 13.1323 17.5745 12.8434C17.0679 13.1542 16.4719 13.3333 15.834 13.3333C13.993 13.3333 12.5007 11.8409 12.5007 10C12.5007 8.15905 13.993 6.66667 15.834 6.66667C16.4411 6.66667 17.0104 6.82899 17.5006 7.11261V5.83333ZM17.5006 10C17.5006 10.9205 16.7545 11.6667 15.834 11.6667C14.9135 11.6667 14.1673 10.9205 14.1673 10C14.1673 9.07953 14.9135 8.33333 15.834 8.33333C16.7545 8.33333 17.5006 9.07953 17.5006 10Z",
25116
+ fill: "#363B3F",
25117
+ stroke: "transparent"
25118
+ }
25119
+ ),
25120
+ /* @__PURE__ */ u.jsx(
25121
+ "path",
25122
+ {
25123
+ d: "M5.00065 9.16667C5.00065 8.70643 5.37375 8.33333 5.83398 8.33333C6.29422 8.33333 6.66732 8.70643 6.66732 9.16667V12.5C6.66732 12.9602 7.04041 13.3333 7.50065 13.3333C7.96089 13.3333 8.33398 12.9602 8.33398 12.5V9.16667C8.33398 8.70643 8.70708 8.33333 9.16732 8.33333C9.62755 8.33333 10.0007 8.70643 10.0007 9.16667V12.5C10.0007 12.9602 10.3737 13.3333 10.834 13.3333C11.2942 13.3333 11.6673 12.9602 11.6673 12.5V9.16667C11.6673 7.78595 10.548 6.66667 9.16732 6.66667C8.52702 6.66667 7.94295 6.90738 7.50065 7.30324C7.05835 6.90738 6.47428 6.66667 5.83398 6.66667C4.45327 6.66667 3.33398 7.78595 3.33398 9.16667V12.5C3.33398 12.9602 3.70708 13.3333 4.16732 13.3333C4.62755 13.3333 5.00065 12.9602 5.00065 12.5V9.16667Z",
25124
+ fill: "#363B3F",
25125
+ stroke: "transparent"
25126
+ }
25127
+ ),
25128
+ /* @__PURE__ */ u.jsx(
25129
+ "path",
25130
+ {
25131
+ d: "M1.66732 13.3333C2.12755 13.3333 2.50065 12.9602 2.50065 12.5C2.50065 12.0398 2.12755 11.6667 1.66732 11.6667C1.20708 11.6667 0.833984 12.0398 0.833984 12.5C0.833984 12.9602 1.20708 13.3333 1.66732 13.3333Z",
25132
+ fill: "#363B3F",
25133
+ stroke: "transparent"
25134
+ }
25135
+ )
25136
+ ]
25137
+ }
25099
25138
  )
25100
25139
  }, QO = Object.assign({}, WO, YO), JO = Et("object-contain", {
25101
25140
  variants: {
@@ -25220,11 +25259,12 @@ const kte = ({ children: e, className: t }) => {
25220
25259
  elevation: r,
25221
25260
  rounded: o = !1,
25222
25261
  isActive: s,
25223
- ...f
25224
- }, c) => /* @__PURE__ */ u.jsx(
25262
+ fill: f,
25263
+ ...c
25264
+ }, l) => /* @__PURE__ */ u.jsx(
25225
25265
  Qt,
25226
25266
  {
25227
- ref: c,
25267
+ ref: l,
25228
25268
  variant: t,
25229
25269
  className: P(
25230
25270
  "px-0",
@@ -25249,7 +25289,7 @@ const kte = ({ children: e, className: t }) => {
25249
25289
  n
25250
25290
  ),
25251
25291
  size: a,
25252
- ...f,
25292
+ ...c,
25253
25293
  children: /* @__PURE__ */ u.jsx(
25254
25294
  Ge,
25255
25295
  {
@@ -25257,7 +25297,7 @@ const kte = ({ children: e, className: t }) => {
25257
25297
  "data-role": "icon",
25258
25298
  name: e,
25259
25299
  size: a === "sm" ? "sm" : "md",
25260
- fill: "transparent",
25300
+ fill: f || "transparent",
25261
25301
  stroke: t === "default" || t === "danger" ? "white" : "currentColor"
25262
25302
  }
25263
25303
  )
@@ -32570,7 +32610,9 @@ const OU = Et(
32570
32610
  variant: {
32571
32611
  gray: "border-transparent color-bg-tertiary hover:brightness-95",
32572
32612
  brand: "border-transparent color-bg-brand hover:color-bg-brand-hover",
32573
- transparent: "border-transparent bg-transparent hover:color-bg-secondary-hover color-text-secondary"
32613
+ transparent: "border-transparent bg-transparent hover:color-bg-secondary-hover color-text-secondary",
32614
+ success: "border-transparent color-bg-success-light hover:brightness-95 color-text-success font-medium",
32615
+ danger: "border-transparent color-bg-danger-light hover:brightness-95 color-text-danger font-medium"
32574
32616
  }
32575
32617
  },
32576
32618
  defaultVariants: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fileverse/ui",
3
- "version": "4.0.9-patch-2",
3
+ "version": "4.1.0-patch",
4
4
  "files": [
5
5
  "/dist"
6
6
  ],