@fileverse/ui 4.1.1-patch-3 → 4.1.1-patch-4

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
@@ -1591,6 +1591,15 @@ video {
1591
1591
  .transform {
1592
1592
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
1593
1593
  }
1594
+ @keyframes pulse {
1595
+
1596
+ 50% {
1597
+ opacity: .5;
1598
+ }
1599
+ }
1600
+ .animate-pulse {
1601
+ animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
1602
+ }
1594
1603
  @keyframes spin {
1595
1604
 
1596
1605
  to {
@@ -634,6 +634,8 @@ declare const sheetVariants: (props?: ({
634
634
  side?: "left" | "right" | "bottom" | "top" | null | undefined;
635
635
  } & ClassProp) | undefined) => string;
636
636
 
637
+ export declare const Skeleton: ({ className, ...props }: React.HTMLAttributes<HTMLDivElement>) => JSX_2.Element;
638
+
637
639
  export declare type SortState = {
638
640
  keyName: string | null;
639
641
  order: "default" | "asc" | "desc";
package/dist/index.es.js CHANGED
@@ -34056,7 +34056,8 @@ const bte = ({
34056
34056
  ),
34057
34057
  type: "checkbox",
34058
34058
  onChange: t,
34059
- checked: e
34059
+ checked: e,
34060
+ disabled: n
34060
34061
  }
34061
34062
  ),
34062
34063
  /* @__PURE__ */ u.jsx(
@@ -61040,7 +61041,13 @@ const e1e = Re(({ count: e = 0 }, t) => {
61040
61041
  children: e
61041
61042
  }
61042
61043
  );
61043
- }), r6 = ({
61044
+ }), t1e = ({ className: e, ...t }) => /* @__PURE__ */ u.jsx(
61045
+ "div",
61046
+ {
61047
+ className: z("animate-pulse rounded-md color-bg-disabled", e),
61048
+ ...t
61049
+ }
61050
+ ), r6 = ({
61044
61051
  direction: e = "horizontal",
61045
61052
  size: t = "lg",
61046
61053
  className: a,
@@ -61091,7 +61098,7 @@ const ute = ({
61091
61098
  isActive: t
61092
61099
  };
61093
61100
  };
61094
- function t1e(e, t) {
61101
+ function a1e(e, t) {
61095
61102
  const [a, n] = ke(e), [r, o] = ke({
61096
61103
  keyName: (t == null ? void 0 : t.keyName) || null,
61097
61104
  order: (t == null ? void 0 : t.order) || "default"
@@ -61201,6 +61208,7 @@ export {
61201
61208
  $J as SheetPortal,
61202
61209
  cp as SheetTitle,
61203
61210
  Gte as SheetTrigger,
61211
+ t1e as Skeleton,
61204
61212
  Ete as StaticLoader,
61205
61213
  Zte as Step,
61206
61214
  Fte as Stepper,
@@ -61225,5 +61233,5 @@ export {
61225
61233
  yte as formatCounter,
61226
61234
  mte as getTrimmedName,
61227
61235
  ute as useHoverAndLongPress,
61228
- t1e as useSortableData
61236
+ a1e as useSortableData
61229
61237
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fileverse/ui",
3
- "version": "4.1.1-patch-3",
3
+ "version": "4.1.1-patch-4",
4
4
  "files": [
5
5
  "/dist"
6
6
  ],